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 43167: /trunk-1.8/epan/dissectors/ /trunk-1.8/epan/disse

Date: Fri, 08 Jun 2012 22:35:41 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43167

User: morriss
Date: 2012/06/08 03:35 PM

Log:
 Copy over from trunk (mainly for the last revision but also to keep the files
 in sync):
 
 ------------------------------------------------------------------------
 r43166 | morriss | 2012-06-08 18:23:11 -0400 (Fri, 08 Jun 2012) | 10 lines
 
 Don't register 3 (IPAddress) hf's with the same abbreviation but with 3
 different types; instead use different abbreviations (filters).
 
 This is in order to prevent running into
 
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2402
 
 and seg-faulting when someone applies a filter of, for example,
 diameter.Framed-IP-Address .
 
 ------------------------------------------------------------------------
 r43163 | morriss | 2012-06-08 16:08:43 -0400 (Fri, 08 Jun 2012) | 1 line
 
 Thinking about it more, how we're storing the application ID isn't a problem.
 ------------------------------------------------------------------------
 r43162 | morriss | 2012-06-08 15:59:33 -0400 (Fri, 08 Jun 2012) | 9 lines
 
 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-1.8/epan/dissectors/
  Changes    Path                 Action
  +17 -20    packet-diameter.c    Modified