URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9fd6c45560b6610291cef7577bb27dda94ce178a
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
9fd6c45 by Evan Huus (eapache@xxxxxxxxx):
proto: use correct mask when checking display
Otherwise numeric fields with BASE_EXT_STRING don't match anything and cause an
assertion failure.
Also fix indentation.
Change-Id: I2708be50a6c5aff5400ec44e6a141db39d2d94e7
Reviewed-on: https://code.wireshark.org/review/8391
Petri-Dish: Evan Huus <eapache@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from a5c4e0c Update the release notes.
adds 9fd6c45 proto: use correct mask when checking display
Summary of changes:
epan/proto.c | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)