Wireshark-bugs: [Wireshark-bugs] [Bug 9800] Wrong dissection of UDP encapsulated IKEv2 packets a
Date: Sat, 22 Feb 2014 15:05:14 +0000

changed bug 9800

What Removed Added
CC   eapache@gmail.com

Comment # 1 on bug 9800 from
I have pushed an alternate fix to https://code.wireshark.org/review/312

Rather than overriding the default port registrations (which works, but seems a
little messy) this has the ISAKMP dissector do a few basic heuristic checks
before dissecting the packet. This way it rejects the packet when called on
port 500, and the port 4500-registration gets called as the next choice.

Let me know if this fixes the issue.


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