sniffer-agent/session-dealer/mysql/model.go

16 lines
237 B
Go

package mysql
type handshakeResponse41 struct {
Capability uint32
Collation uint8
User string
DBName string
Auth []byte
}
// jigsaw record tcp package begin and end seq id
type jigsaw struct {
b int64
e int64
}