Re: [tcpdump-workers] Tcpdump Expression to get the rst packets for ipv6

2010-12-01 Thread Sake Blok
On 30 nov 2010, at 08:46, Abhilash Shastry wrote: > I am looking out for the expression to get the reset packets for ipv6 > through tcpdump. > > At present we are using the below expression for ipv4. > > [/usr/sbin/tcpdump -i eth1 -s 1600 'tcp[13] & 4 != 0] > > As mentioned in tcpdump.org site

[tcpdump-workers] Tcpdump Expression to get the rst packets for ipv6

2010-11-30 Thread Abhilash Shastry
Hi All, I am looking out for the expression to get the reset packets for ipv6 through tcpdump. At present we are using the below expression for ipv4. [/usr/sbin/tcpdump -i eth1 -s 1600 'tcp[13] & 4 != 0] As mentioned in tcpdump.org site[http://www.tcpdump.org/tcpdump_man.html] under the