ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 37020: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sun, 08 May 2011 20:22:22 GMT
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