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