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 1396459: Add BASE_NO_DISPLAY_VALUE to allow field val

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 30 Dec 2016 20:03:27 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=13964595ad09e5d1115f6c5cb604cded27f9f55d
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1396459 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Add BASE_NO_DISPLAY_VALUE to allow field value to not be shown.
    
    There are times when byte arrays don't want to show their value
    in the packet tree or there is a field that is the "header" of
    a subtree where showing the field value distracts from the tree
    display.  For these cases, BASE_NO_DISPLAY_VALUE can be used
    to not display the value.
    
    Change-Id: I8c9f1f57cd2e663dbee07e2289e7f5e1f22d1e32
    Reviewed-on: https://code.wireshark.org/review/19479
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  2d86159   ENC: fix parsing of header broken by gee242bd
    adds  1396459   Add BASE_NO_DISPLAY_VALUE to allow field value to not be shown.


Summary of changes:
 doc/README.dissector |    7 ++++++-
 epan/proto.c         |   26 +++++++++++++++-----------
 epan/proto.h         |   12 +++++++-----
 3 files changed, 28 insertions(+), 17 deletions(-)