mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-08-11 05:16:04 +08:00
fix bug of execute prepare stmt
This commit is contained in:
@@ -71,7 +71,7 @@ func initEthernetHandlerFromPacpgo() (handler *pcapgo.EthernetHandle) {
|
||||
panic(err.Error())
|
||||
}
|
||||
|
||||
_ = handler.SetCaptureLength(1024*1024*10)
|
||||
_ = handler.SetCaptureLength(65535)
|
||||
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user