Comment # 4
on bug 9800
from Evan Huus
The problem is that if a packet has two different port numbers then it could be
*either* protocol; simply forcing it to dissect as UDP-encapsulated IKEv2
packets will break it for all the users who expect it to dissect as the other
protocol (whatever that happens to be). The correct solution is to add
heuristics to the protocols that lack them, so that they reject the packet and
the other port number is tried.
You are receiving this mail because:
- You are watching all bug changes.