From 71409890188e33ffce7c5048e7861439132e115b Mon Sep 17 00:00:00 2001 From: Chris Maynard Date: Tue, 8 Nov 2011 19:37:55 +0000 Subject: 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 --- doc/tshark.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') 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)I [and I]> - Unlike COUNT, the I of the specified field are summed per time interval. -''I'' can only be a named integer or relative time field. +''I'' 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)I [and I]> - 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 -- cgit v1.2.3