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(-)