You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, gopacket will write snap length=0 in the pcapng file
header, means unlimited snaplen. tcpdump on osx(libpcap version 1.10.1)
cannot recognize this and will report error. This patch will set
a default value(524288) for it.
Signed-off-by: Hang Yan <[email protected]>
Possible future improvements in the future:
This was marked as a future improvement during the design stage. We could add a bool field in the spec to turn this on.
currently the
ipFamily
field in spec has a fixed valueipv4
.add new section in
transportHeader
struct to support icmp filters.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:
The text was updated successfully, but these errors were encountered: