Wireshark-commits: [Wireshark-commits] master 9fd6c45: proto: use correct mask when checking displa

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 11 May 2015 21:42:25 +0000 (UTC)
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(-)