diff --git a/capture/network.go b/capture/network.go index e51be5e..efd7e36 100644 --- a/capture/network.go +++ b/capture/network.go @@ -71,7 +71,7 @@ func initEthernetHandlerFromPacpgo() (handler *pcapgo.EthernetHandle) { panic(err.Error()) } - _ = handler.SetCaptureLength(1024*1024*10) + _ = handler.SetCaptureLength(65535) return }