Wireshark-bugs: [Wireshark-bugs] [Bug 8849] Buggy IEC104 dissector caused by commit r48958

Date: Wed, 26 Jun 2013 20:07:49 +0000

changed bug 8849

What Removed Added
Status UNCONFIRMED IN_PROGRESS
Ever confirmed   1

Comment # 7 on bug 8849 from
Hi.
  I have fixed 7) - decoding of CP56time. Patches are included with and without
several code style changes and slightly modified decoded tree structure and
some minor fixes. Sample pcap with CP56time is also included.

6) Still unfixed. Attached sample for "Step position" shows ".111 1111 = VTI:
127". The correct value is -1 and I would like to see ".111 1111 = VTI: -1",
but so far I don't know, how to correctly fix it (FT_INT8 doesn't support bit
mask).

Source code contains several coding styles - spaces/tabs before command,
bracket on end line after for or if / bracket on new line.

Regards
  Jiri Engelthaler


You are receiving this mail because:
  • You are watching all bug changes.