http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37020
User: guy
Date: 2011/05/08 01:22 PM
Log:
There is no guarantee that, just because there's a UAT item for a given
LINKTYPE_USERn encapsulation with a protocol name - even if the protocol
name was valid at the time the entry was made, it might not be valid now
(e.g., if you no longer have a plugin), *and* the protocol lookup done
in the UI is case-insensitive but the lookup done later is
case-sensitive (this needs to be cleaned up somehow).
For now, just handle the case where encap->payload_proto is NULL.
Directory: /trunk/epan/dissectors/
Changes Path Action
+14 -5 packet-user_encap.c Modified