aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tshark.pod
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2011-11-08 19:37:55 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2011-11-08 19:37:55 +0000
commit71409890188e33ffce7c5048e7861439132e115b (patch)
tree657348b0e87b38aa897b3ca20438c4729cc602a2 /doc/tshark.pod
parent8d28d1d8cb53967c88c840080988a492ffff10ee (diff)
From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6377, with the tshark man page update by me: tshark -z io,stat,interval,"[SUM|MIN|MAX|AVG](field)field [and filter]" should support floating point.
svn path=/trunk/; revision=39767
Diffstat (limited to 'doc/tshark.pod')
-rw-r--r--doc/tshark.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index 8724f2c943..2be418c4c6 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -856,7 +856,7 @@ This will count the total number of SIDs seen in each 10ms interval.
B<SUM(I<field>)I<field> [and I<filter>]> - Unlike COUNT, the I<values> of the
specified field are summed per time interval.
-''I<field>'' can only be a named integer or relative time field.
+''I<field>'' can only be a named integer, float, double or relative time field.
Example: B<-z io,stat,0.010,E<34>SUM(frame.len)frame.lenE<34>>
@@ -864,8 +864,8 @@ Reports the total number of bytes that were transmitted bidirectionally in
all the packets within a 10 millisecond interval.
B<MIN/MAX/AVG(I<field>)I<field> [and I<filter>]> - The minimum, maximum, or average field value
-in each interval is calculated. The specified field must be a named integer
-or relative time field. For relative time fields, the output is presented in
+in each interval is calculated. The specified field must be a named integer,
+float, double or relative time field. For relative time fields, the output is presented in
seconds with six decimal digits of precision rounded to the nearest microsecond.
In the following example, the time of the first Read_AndX call, the last Read_AndX