Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master ec95ae9: tshark: Print the packets' comments in the e

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 13 Nov 2018 21:18:35 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ec95ae98ed29190f3df044e8676d6aed101405c0
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

ec95ae9 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>
    

Actions performed:

    from  2ed4743   RTPS: APP_ACK_CONF submessage dissection fixed.
     add  ec95ae9   tshark: Print the packets' comments in the expert info


Summary of changes:
 doc/tshark.pod       |  2 +-
 test/suite_clopts.py | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 ui/cli/tap-expert.c  | 12 +++++++--
 3 files changed, 80 insertions(+), 3 deletions(-)