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