aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2011-09-15 10:30:57 +0000
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2011-09-15 10:30:57 +0000
commit907ad2ebdc1297707fab29ef08e91cd1c2a217ec (patch)
tree38172fe3f3a8ad681413f183cbe39cacda730245 /doc
parent59da4c7a3d8a6c95d291379b12c59dbc59ecdd67 (diff)
Add a tap for showing all expert items.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39010 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'doc')
-rw-r--r--doc/tshark.pod15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index 330ef8f052..4c4a639b24 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -1234,6 +1234,21 @@ for those frames that match that filter.
Example: B<-z "rlc-lte,stat,rlc-lte.ueid>3000"> will only collect stats for
UEs with a UEId of more than 3000.
+=item B<-z> expert,stat[I<,filter>]
+
+Collects information about all expert info, and will display them in order,
+grouped by severity.
+
+
+Example: B<-z expert,stat>.
+
+This option can be used multiple times on the command line.
+
+If the optional I<filter> is provided, the stats will only be calculated
+on those calls that match that filter.
+Example: B<-z "expert,stat,tcp"> will only collect expert items for frames that
+include the tcp protocol.
+
=back
=back