Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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

Date: Sat, 05 Apr 2008 05:42:01 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24784

User: martinm
Date: 2008/04/05 05:42 AM

Log:
 Mark a local function static rather than extern.
 Get rid of an unused variable.
 
 Was going to use proto_register_prefix(), but am not sure if its appropriate.
 Even with tree == NULL, dictionary items are used to generate info column.
 Loading the dictionary lazily would mean doing a lot of work as part of dissecting
 the first diameter frame, which could decrease our chances of capturing frames that
 arrive very soon after that one...

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