Thursday, January 18, 2018

tcpdump and IPv6 RST flag

stargate# tcpdump -nni eth0 '(tcp[tcpflags] & tcp-rst != 0)' and ip6

tcpdump: expression rejects all packets


Can anyone explain why this syntax is no good, and how one would write a capture filter for IPv6 TCP RST?



No comments:

Post a Comment