//
pkg.gl
Category
github.com/didi/sharingan/replayer-agent
utils
protocol
pmysql
package
1.3.5
Repository:
https://github.com/didi/sharingan.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
1
Files
632 SLOC
#
Packages
command
No description provided by the author
common
No description provided by the author
handshake
No description provided by the author
prepared
No description provided by the author
#
Functions
DecodePacket
DecodePacket 尝试用mysql协议解包,data是完整的抓包数据,包含TCP/IP头.
DecodePacketWithoutHeader
DecodePacketWithoutHeader 尝试用Mysql协议解析,data是协议中应用层部分,不包含IP头等信息.
GetTCPPayload
GetTCPPayload unpack TCP/IP packet return the payload without protocol layer.