From a0f614494bc6ba766c018ce6646169abf6cfdc02 Mon Sep 17 00:00:00 2001 From: Martin Mathieson Date: Thu, 15 Sep 2011 10:30:57 +0000 Subject: Add a tap for showing all expert items. svn path=/trunk/; revision=39010 --- doc/tshark.pod | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc') 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 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 -- cgit v1.2.3