The dissector is attempting to apply a E100 protocol to my proprietary UDP packets and displaying "Malformed Packet" when it does that. I found that I can right click that line in the display and select "Temporarily disable this protocol" to prevent this during the rest of the session but I'd like to disable this protocol permanently. Unfortunately I don't see "E100" in the protocol list anywhere. How can I disable this from the start? I'm using Version 1.6.11 (SVN Rev 45257 from /trunk-1.6) with Windows 7. asked 18 Apr '13, 08:36 gismo edited 18 Apr '13, 08:37 |
One Answer:
You can go to "Analyze -> Enabled Protocols" to disable E100 dissection. If you use multiple configuration profiles, you need to disable it separately in each configuration profile. answered 18 Apr '13, 08:59 SYN-bit ♦♦ |