tshark: Print the packets' comments in the expert info
authorVasil Velichkov <vasko@vvelichkov2.dev.opencode.com>
Wed, 7 Nov 2018 19:33:41 +0000 (21:33 +0200)
committerGuy Harris <guy@alum.mit.edu>
Tue, 13 Nov 2018 21:18:30 +0000 (21:18 +0000)
commitec95ae98ed29190f3df044e8676d6aed101405c0
tree04fed2309d3154705abfc34d861062c803361d19
parent2ed4743915a7768959aff59631357a7b13a16dbb
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>
doc/tshark.pod
test/suite_clopts.py
ui/cli/tap-expert.c