aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2011-04-12 13:30:43 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2011-04-12 13:30:43 +0000
commit2e9f0857f67d6bfc95c4ed9da73c4bab20893c50 (patch)
treea2674b6daeae46bb7934ac1ac0961e4686c3eb92
parentc424bd7c83439f3175a73369651197ab2d34ed4b (diff)
Fix tshark doc (ip.src==1.2.3.4) is not a valid filter for ICMPv6 trafic ;)
svn path=/trunk/; revision=36582
-rw-r--r--doc/tshark.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index f444873b18..dffd527134 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -1,4 +1,4 @@
-
+ic
=head1 NAME
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
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.
This option can be used multiple times on the command line.