aboutsummaryrefslogtreecommitdiffstats
path: root/doc/wireshark.pod.template
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-08-31 16:06:33 -0700
committerGerald Combs <gerald@wireshark.org>2015-09-01 01:01:32 +0000
commit54d2ff1c3e74e57a59a57b9b3fdeb50e64cceb0f (patch)
tree7ed6e6d0b300803378f549d3e310d4aec49ed08c /doc/wireshark.pod.template
parent377d215e0fd1022a093fa44b32f396948e70c119 (diff)
Convert the WSP stats to generic stat API.
Add support for multiple tables to SimpleStatisticsDialog. Change-Id: I843d901db092d2f2856d3d1a16f29f85fb41374b Reviewed-on: https://code.wireshark.org/review/10339 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'doc/wireshark.pod.template')
-rw-r--r--doc/wireshark.pod.template8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/wireshark.pod.template b/doc/wireshark.pod.template
index f2b00abe36..0e6a357639 100644
--- a/doc/wireshark.pod.template
+++ b/doc/wireshark.pod.template
@@ -840,6 +840,10 @@ on those calls that match that filter.
Example: B<-z "mgcp,srt,ip.addr==1.2.3.4"> will collect stats only for
MGCP packets exchanged by the host at IP address 1.2.3.4 .
+=item B<-z> mtp3,msus[,<filter>]
+
+Show MTP3 MSU statistics.
+
=item B<-z> multicast,stat[,<filter>]
Show UDP multicast stream statistics.
@@ -939,6 +943,10 @@ Example: B<-z voip,calls>
Show IEEE 802.11 network and station statistics.
+=item B<-z> wsp,stat[,<filter>]
+
+Show WSP packet counters.
+
=item --disable-protocol E<lt>proto_nameE<gt>
Disable dissection of proto_name.