Wireshark-commits: [Wireshark-commits] master-2.6 8d109ce: tshark: Print the packets' comments in t
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8d109ce13b8fd2210b103b329ac7a9602e1e0a6d
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark
Commits:
8d109ce by Vasil Velichkov (vasko@xxxxxxxxxxxxxxxxxxxxxxxxxxxx):
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@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit ec95ae98ed29190f3df044e8676d6aed101405c0)
Reviewed-on: https://code.wireshark.org/review/30611
Actions performed:
from 27bd37d extcap: Allow ASCII '0' in preference name
add 8d109ce tshark: Print the packets' comments in the expert info
Summary of changes:
doc/tshark.pod | 2 +-
ui/cli/tap-expert.c | 12 ++++++++++--
2 files changed, 11 insertions(+), 3 deletions(-)