http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51401
User: darkjames
Date: 2013/08/17 12:16 AM
Log:
Fix few concept of new api tree:
- (for now) keep ABI, restore prototype of old proto_tree_add_item, add new proto_tree_add_item_new
- add few helpers for boolean, time, string which will do ->id
- don't use HFI_INIT directly, use it by another macro (MSVC has very small limit for section name)
Directory: /trunk/epan/dissectors/
Changes Path Action
+32 -24 packet-dbus.c Modified
+93 -86 packet-gadu-gadu.c Modified
+17 -12 packet-json.c Modified
+23 -18 packet-nflog.c Modified
+33 -26 packet-yami.c Modified
Directory: /trunk/epan/
Changes Path Action
+6 -8 proto.c Modified
+21 -9 proto.h Modified