capture big mysql package

This commit is contained in:
hebo
2019-08-20 19:44:03 +08:00
parent 5c15db3353
commit a7bdc40976
7 changed files with 219 additions and 119 deletions

View File

@@ -7,3 +7,9 @@ type handshakeResponse41 struct {
DBName string
Auth []byte
}
// jigsaw record tcp package begin and end seq id
type jigsaw struct {
b int64
e int64
}