https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6786
Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeff.morriss.ws@xxxxxxxxx
--- Comment #2 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2012-02-03 13:08:02 PST ---
This change:
~~~
- item = proto_tree_add_boolean(checksum_tree, hf_oss_crc_valid,
message_tvb, start, length, (frameCrc == calcCrc));
+ proto_tree_add_boolean(checksum_tree, hf_oss_crc_valid, message_tvb,
start, length, (frameCrc == calcCrc));
PROTO_ITEM_SET_GENERATED(item);
~~~
means that instead of the "crc_valid" boolean being marked as generated, the
frameCrc item will be marked as generated. Is that right??
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.