| 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.