Fix tshark doc (ip.src==1.2.3.4) is not a valid filter for ICMPv6 trafic ;)

svn path=/trunk/; revision=36582
This commit is contained in:
Alexis La Goutte 2011-04-12 13:30:43 +00:00
parent c424bd7c83
commit 2e9f0857f6
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
ic
=head1 NAME =head1 NAME
tshark - Dump and analyze network traffic tshark - Dump and analyze network traffic
@ -727,7 +727,7 @@ Compute total ICMPv6 echo requests, replies, loss, and percent loss, as well as
minimum, maximum, mean, median and sample standard deviation SRT statistics minimum, maximum, mean, median and sample standard deviation SRT statistics
typical of what ping provides. typical of what ping provides.
Example: S<B<-z icmpv6,srt,ip.src==1.2.3.4>> will collect ICMPv6 SRT statistics Example: S<B<-z icmpv6,srt,ipv6.src==fe80::1>> will collect ICMPv6 SRT statistics
for ICMPv6 echo request packets originating from a specific host. for ICMPv6 echo request packets originating from a specific host.
This option can be used multiple times on the command line. This option can be used multiple times on the command line.