Wireshark-commits: [Wireshark-commits] rev 50884: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Thu, 25 Jul 2013 03:16:44 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50884

User: mmann
Date: 2013/07/24 08:16 PM

Log:
 1. MASSIVE conversion of proto_tree_add_text to proto_tree_add_item with the help of (and a few passes of) convert_proto_tree_add_text.pl.  Tried to keep display filter names in line with existing filters.
 
 2. Cleaned up a bunch of proto_tree_add_xxx that could really be proto_tree_add_item so "useless" local variables could be removed.
 
 3. Bugfixed a few bitmask (probably) copy/pasteos.
 
 4. Better standardized whitespace and added modelines.
 
 5. Still think some of the "object" filters (with BASE_NONE) could be removed in favor of a single filter (value_string) with object ID number (BASE_DEC), but I'll leave that to someone more familiar with the protocol.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +764 -703  packet-pcep.c    Modified