antrea-io / antrea

Kubernetes networking based on Open vSwitch
https://antrea.io
Apache License 2.0
1.67k stars 370 forks source link

Follow up for PacketCapture feature. #6795

Open hangyan opened 2 weeks ago

hangyan commented 2 weeks ago

Possible future improvements in the future:

Current issues:

  1. captured file cannot be opened by tcpdump on mac, works on linux. ( Wireshark is fine on mac) (#6804)

reading from PCAP-NG file pc-test-tcp.pcapng. tcpdump: pcap_loop: invalid packet capture length 74, bigger than snaplen of 524288

this is the error message shown when reading packets from tcpdump on mac. It works fine with linux and WIreshark(mac).

  1. https://github.com/antrea-io/antrea/issues/6815

Related to:

  1. https://github.com/antrea-io/antrea/pull/6756
  2. https://github.com/antrea-io/antrea/issues/5443
hangyan commented 2 weeks ago

cc @luolanzone