Wireshark-commits: [Wireshark-commits] master 46160ff: proto: Decode negative values in a bitmask f

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 2 Nov 2016 21:35:25 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=46160ff0394c9aa1fe99c8ac34fb83d70b206460
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

46160ff by Thomas Wiens (th.wiens@xxxxxx):

    proto: Decode negative values in a bitmask field
    
    Allows to use negative values (FT_INT) in a bitmask field.
    If a field type greater or equal (FT_(U)INT40) is used then also
    a 64 bit value string and 64 bit format function must be used.
    
    Change-Id: Ib86d45bee73a71a784068ab717d35810c6f48017
    Reviewed-on: https://code.wireshark.org/review/18601
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  a4f3ca2   [PER] Use tvb_new_octet_aligned().
    adds  46160ff   proto: Decode negative values in a bitmask field


Summary of changes:
 epan/proto.c |  126 ++++++++++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 114 insertions(+), 12 deletions(-)