Wireshark-commits: [Wireshark-commits] rev 51506: / /trunk/tools/: convert_expert_add_info_format.p
Date: Sat, 24 Aug 2013 01:42:44 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51506

User: mmann
Date: 2013/08/23 06:42 PM

Log:
 Tool to help convert current expert_add_info_format() calls into filterable expert info API.  It's not as helpful as convert_proto_tree_add_text.pl because the expert string is usually too long to take the ei_ variable name or display filter string as is, but it does do the batch "search and replace" nicely and makes finding common expert info easier.

Directory: /trunk/tools/
  Changes    Path                                 Action
  +427 -0    convert_expert_add_info_format.pl    Added