aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tshark.pod
diff options
context:
space:
mode:
authorVasil Velichkov <vasko@vvelichkov2.dev.opencode.com>2018-11-07 21:33:41 +0200
committerGuy Harris <guy@alum.mit.edu>2018-11-13 21:18:30 +0000
commitec95ae98ed29190f3df044e8676d6aed101405c0 (patch)
tree04fed2309d3154705abfc34d861062c803361d19 /doc/tshark.pod
parent2ed4743915a7768959aff59631357a7b13a16dbb (diff)
tshark: Print the packets' comments in the expert info
Previously 'tshark -z expert' was failing with abort when a packet contains a comment - Add a new comment parameter and update the tshark's manual page - Add a new comment_level severity and change the default lavel to it. - Add various 'tshark -z expert' tests Change-Id: I188317da5e00019b8f2b725f0fe84942f774520f Reviewed-on: https://code.wireshark.org/review/30610 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'doc/tshark.pod')
-rw-r--r--doc/tshark.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index b3e0924b74..ac60b27301 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -1178,7 +1178,7 @@ the number of packets/bytes in each direction as well as the total
number of packets/bytes. The table is sorted according to the total
number of frames.
-=item B<-z> expert[I<,error|,warn|,note|,chat>][I<,filter>]
+=item B<-z> expert[I<,error|,warn|,note|,chat|,comment>][I<,filter>]
Collects information about all expert info, and will display them in order,
grouped by severity.