Wireshark-commits: [Wireshark-commits] rev 51844: /trunk/epan/ /trunk/epan/: expert.c expert.h prot

Date: Sun, 08 Sep 2013 19:32:11 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51844

User: mmann
Date: 2013/09/08 12:32 PM

Log:
 Couldn't quite figure out how to make the expert items in proto.c and the LUA API filterable (suggestions welcome!), but I wanted to start forcing dissectors to use the filterable expert API (nothing like compile errors to force change!).  I created expert_add_info_format_internal (original expert_add_info_format) and used it as a placeholder for proto.c/LUA API until a solution is created.  The "new" expert_add_info_format will be the "old" expert_add_info_format_text, and I'll slowly do the search/replace.
 
 For those with dissectors outside the source tree, please see tools/convert_expert_add_info_format.pl for help with the conversion.  Please do not use expert_add_info_format_internal, as it's support time will be very short lived.

Directory: /trunk/epan/
  Changes    Path          Action
  +2 -2      expert.c      Modified
  +7 -4      expert.h      Modified
  +2 -2      proto.c       Modified

Directory: /trunk/epan/wslua/
  Changes    Path            Action
  +2 -2      init_wslua.c    Modified
  +1 -1      wslua_tree.c    Modified