Open hangyan opened 2 weeks ago
Possible future improvements in the future:
bi-direction capture This was marked as a future improvement during the design stage. We could add a bool field in the spec to turn this on.
ipv6 currently the ipFamily field in spec has a fixed value ipv4.
ipFamily
ipv4
tcp flags filter
icmp echo/reply filter add new section in transportHeader struct to support icmp filters.
transportHeader
antctl support download the pcap file directly from cli
capture both on source/target users maybe want to check the diff.
Current issues:
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).
Related to:
cc @luolanzone
Possible future improvements in the future:
bi-direction capture This was marked as a future improvement during the design stage. We could add a bool field in the spec to turn this on.
ipv6 currently the
ipFamily
field in spec has a fixed valueipv4
.tcp flags filter
icmp echo/reply filter add new section in
transportHeader
struct to support icmp filters.antctl support download the pcap file directly from cli
capture both on source/target users maybe want to check the diff.
Current issues:
this is the error message shown when reading packets from tcpdump on mac. It works fine with linux and WIreshark(mac).
Related to: