diff options
author | Chris Maynard <Christopher.Maynard@GTECH.COM> | 2011-04-06 19:48:11 +0000 |
---|---|---|
committer | Chris Maynard <Christopher.Maynard@GTECH.COM> | 2011-04-06 19:48:11 +0000 |
commit | 9e34d13ff4fe46bb1d990a1b2278f7ee7ee78e2a (patch) | |
tree | dd18539942348455f25bb0ce00a7f90137b9d3ff /doc/tshark.pod | |
parent | 3e44421764b7b797c0dd0ba25b8f7f595f088a66 (diff) | |
download | wireshark-9e34d13ff4fe46bb1d990a1b2278f7ee7ee78e2a.tar.gz wireshark-9e34d13ff4fe46bb1d990a1b2278f7ee7ee78e2a.tar.bz2 wireshark-9e34d13ff4fe46bb1d990a1b2278f7ee7ee78e2a.zip |
Add computation of median and change standard deviation calculation to "sample"
standard deviation. Split statistics output onto 2 lines.
svn path=/trunk/; revision=36501
Diffstat (limited to 'doc/tshark.pod')
-rw-r--r-- | doc/tshark.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod index f9de53be3b..82e5b6f12d 100644 --- a/doc/tshark.pod +++ b/doc/tshark.pod @@ -713,7 +713,8 @@ files and captured traffic. =item B<-z> icmp,srt[,I<filter>] Compute total ICMP echo requests, replies, loss, and percent loss, as well as -min, max and average SRT statistics typical of ping statistics. +minimum, maximum, mean, median and sample standard deviation SRT statistics +typical of what ping provides. Example: S<B<-z icmp,srt,ip.src==1.2.3.4>> will collect ICMP SRT statistics for ICMP echo request packets originating from a specific host. |