https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3694
Summary: FF Protocol "FMS Initiate - Version OD Calling" field
packet data not unpacked properly
Product: Wireshark
Version: 1.2.0
Platform: x86
OS/Version: Windows XP
Status: NEW
Severity: Minor
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: kingsley.turner@xxxxxxxxxxxxxxxxxxxxx
Build Information:
Version 1.2.0 (SVN Rev 28753)
--
When parsing Foundation Fieldbus protocol packets, the data body on an "FMS
Initiate" packet is not properly parsed. The field "Version OD Calling" seems
to be interpreted as a single octet, whereas in the FF Protocol Documentation
(FF-588 and others) it is defined as a signed-16 bit (stored in network byte
order).
The result is that this value is displayed (and highlighted) as the
most-significant byte (the first byte) of the int16 rather than using both
bytes.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.