aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authoralagoutte <alagoutte@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-12 13:30:43 +0000
committeralagoutte <alagoutte@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-12 13:30:43 +0000
commitb822a4dffce65c338e55acdd0b2e443101c8382a (patch)
treea2674b6daeae46bb7934ac1ac0961e4686c3eb92 /doc
parent5963ac69ac47e34c2464f1f67eb57eb8f93db6ac (diff)
Fix tshark doc (ip.src==1.2.3.4) is not a valid filter for ICMPv6 trafic ;)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36582 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'doc')
-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.