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 24762: /trunk/ /trunk/epan/dissectors/: packet-radius.c

Date: Thu, 03 Apr 2008 22:13:58 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24762

User: lego
Date: 2008/04/03 10:13 PM

Log:
 http://www.wireshark.org/lists/wireshark-dev/200803/msg00308.html
 
 proto.[hc]
     define new APIs to allow delayed registration of protocol fields,
 	so that dissectors with "flexible" fields  like xml, radius, diameter,
 	snmp do not have to load their files at startup but can do so as late as possible.
 
 gtk/dfilter_expr_dlg.c :
 	have the expression dialog registering all prefixes so that all fileds appear in the dialog
 
 tshark.c
 	register all prefixes when called with -G
 
 epan/radius_dict.l
 epan/dissectors/packet-radius.c
 epan/dissectors/packet-radius.h
 	refactor registration to delay dictionary loading as long as possible

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +132 -150  packet-radius.c    Modified
  +1 -1      packet-radius.h    Modified

Directory: /trunk/epan/
  Changes    Path             Action
  +93 -0     proto.c          Modified
  +15 -0     proto.h          Modified
  +5 -10     radius_dict.l    Modified

Directory: /trunk/gtk/
  Changes    Path                  Action
  +2 -0      dfilter_expr_dlg.c    Modified

Directory: /trunk/
  Changes    Path          Action
  +2 -0      tshark.c      Modified