URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a5e9e7e7aed75cfec58ff33fc488baf6236c92c6
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a5e9e7e by Guy Harris (guy@xxxxxxxxxxxx):
Fix "disable this protocol by default".
Allow a dissector to mark its protocol as "disabled by default", which
means that the "enable all protocols" routine won't enable it. This is
necessary in order to allow the disabling of protocols not to be
unintentionally changed due to profile changes; see bug 9826.
Change-Id: I3947f794c21350b70a8de06899cfc7715b77f90f
Ping-Bug: 9826
Reviewed-on: https://code.wireshark.org/review/16109
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from dd5f3c9 LTE RRC: fix display of info column when receiving a BR SIB
adds a5e9e7e Fix "disable this protocol by default".
Summary of changes:
epan/dissectors/packet-prp.c | 2 ++
epan/proto.c | 31 ++++++++++++++++++++++---------
epan/proto.h | 4 ++++
3 files changed, 28 insertions(+), 9 deletions(-)