Kevin Gong
Results
2
issues of
Kevin Gong
Hi, I tried to run following command: ``` tcpdump -i em1 'ip6 and udp[10]&1 !=0' ``` and got the following: >tcpdump: expression rejects all packets I checked the document pcap-filter....
BPF related
In RFC 8754, 2.1.1.1, [Pad1](https://datatracker.ietf.org/doc/html/rfc8754#name-pad1) is a single byte. ``` 0 1 2 3 4 5 6 7 +-+-+-+-+-+-+-+-+ | Type | +-+-+-+-+-+-+-+-+ ``` but in the current implementation, Pad1...