aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2011-09-15 10:30:57 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2011-09-15 10:30:57 +0000
commita0f614494bc6ba766c018ce6646169abf6cfdc02 (patch)
tree38172fe3f3a8ad681413f183cbe39cacda730245 /doc
parentddb58e8eb060b3301a9629da7409049c28e662a3 (diff)
Add a tap for showing all expert items.
svn path=/trunk/; revision=39010
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