diff options
author | Martin Mathieson <martin.r.mathieson@googlemail.com> | 2011-11-30 15:41:39 +0000 |
---|---|---|
committer | Martin Mathieson <martin.r.mathieson@googlemail.com> | 2011-11-30 15:41:39 +0000 |
commit | 3b86b4d608bd3bb7c8522c2d28e242195c5891dc (patch) | |
tree | beba4d6b3441849c6b1fd77842de0c00139acf85 /doc/tshark.pod | |
parent | 348c6819185d8b389eb47853b03a4c36f57cfa00 (diff) | |
download | wireshark-3b86b4d608bd3bb7c8522c2d28e242195c5891dc.tar.gz wireshark-3b86b4d608bd3bb7c8522c2d28e242195c5891dc.tar.bz2 wireshark-3b86b4d608bd3bb7c8522c2d28e242195c5891dc.zip |
Change the -z args for expert item. You can now give the minimum severity level to report as well as a filter. Also, now show duplicate reports only once, and give the frequency rather than the frame number.
svn path=/trunk/; revision=40049
Diffstat (limited to 'doc/tshark.pod')
-rw-r--r-- | doc/tshark.pod | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod index 2be418c4c6..5fceaf0e1d 100644 --- a/doc/tshark.pod +++ b/doc/tshark.pod @@ -1251,20 +1251,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>] +=item B<-z> expert[I<error|warn|note|chat>][I<,filter>] Collects information about all expert info, and will display them in order, -grouped by severity. +grouped by severity. - -Example: B<-z expert,stat>. +Example: B<-z expert,sip> will show expert items of all severity for frames that +match the sip protocol. 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. + +Example: B<-z "expert,note,tcp"> will only collect expert items for frames that +include the tcp protocol, with a severity of note or higher. =back |