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 43162: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 08 Jun 2012 19:59:34 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43162

User: morriss
Date: 2012/06/08 12:59 PM

Log:
 Don't call val_to_str() only to then compare the result with "Uknown": use
 match_strval() instead.
 
 Also, don't retrieve the application ID 3 more times; we've already got it
 in a variable...
 
 Point out a bug regarding how we're storing the application ID for use by
 subdissectors (from r34570).

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +14 -17    packet-diameter.c    Modified