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
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