URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=92356115511d5f65f7494df74cb79886c234741f
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
9235611 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: I472728451212c87983f4d945c9bda1bf3110ebe3
Reviewed-on: https://code.wireshark.org/review/18634
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 829acdf SNA: fix dissection of GDS Variables
adds 9235611 proto: Decode negative values in a bitmask field
Summary of changes:
epan/proto.c | 126 ++++++++++++++++++++++++++++++++++++++++++++++++++++------
1 file changed, 114 insertions(+), 12 deletions(-)