diff options
author | Chris Maynard <Christopher.Maynard@GTECH.COM> | 2011-09-23 01:23:42 +0000 |
---|---|---|
committer | Chris Maynard <Christopher.Maynard@GTECH.COM> | 2011-09-23 01:23:42 +0000 |
commit | a554b480636d556364c4655a71375fc047df8222 (patch) | |
tree | 036994abfb7af17fb9e767d8a32c5b56f4ce179a /doc/tshark.pod | |
parent | 155de63f734a0bd2ab7034d800f9d1939cf0d46b (diff) | |
download | wireshark-a554b480636d556364c4655a71375fc047df8222.tar.gz wireshark-a554b480636d556364c4655a71375fc047df8222.tar.bz2 wireshark-a554b480636d556364c4655a71375fc047df8222.zip |
Trivial: Add missing <interval> in one case of tshark -z io,stat usage.
svn path=/trunk/; revision=39091
Diffstat (limited to 'doc/tshark.pod')
-rw-r--r-- | doc/tshark.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod index 4c4a639b24..56412a0b92 100644 --- a/doc/tshark.pod +++ b/doc/tshark.pod @@ -814,7 +814,7 @@ which only calculates the number of packets and bytes in each interval. B<io,stat> can also do much more statistics and calculate COUNT(), SUM(), MIN(), MAX(), AVG() and LOAD() using a slightly different filter syntax: -=item -z io,stat,E<34>[COUNT|SUM|MIN|MAX|AVG|LOAD](I<field>)I<field> [and I<filter>]E<34> +=item -z io,stat,I<interval>,E<34>[COUNT|SUM|MIN|MAX|AVG|LOAD](I<field>)I<field> [and I<filter>]E<34> NOTE: One important thing to note here is that the field that the calculation is based on MUST also be part of the filter string or |