Wireshark-bugs: [Wireshark-bugs] [Bug 12407] New: IEC104 source destination distinction incorrec

Date: Fri, 06 May 2016 09:13:08 +0000
Bug ID 12407
Summary IEC104 source destination distinction incorrect
Product Wireshark
Version Git
Hardware All
OS All
Status UNCONFIRMED
Severity Minor
Priority Low
Component Dissection engine (libwireshark)
Assignee [email protected]
Reporter [email protected]

Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
The dissector uses this code to find direction.

    (pinfo->srcport == IEC104_PORT ? "->" : "<-"),

This is fine unless "decode as is used, where srcport != IEC104_PORT

It should test for the port which matched this payload to this dissector.


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