Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 6786] openSAFETY: Bugfix SNMT messages malformed 2. frame

Date: Fri, 3 Feb 2012 13:08:03 -0800 (PST)
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.