http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29380
User: krj
Date: 2009/08/11 11:08 AM
Log:
TRY_TO_FAKE_THIS_ITEM now fakes FT_PROTOCOL per default. If there are any users (e.g. proto_hier_stats.c, others?) that relies on FT_PROTOCOL nodes being created they'll now need to call the newly introduced epan_dissect_fake_protocols() to disable this optimization.
Also make use of TRY_TO_FAKE_THIS_ITEM in proto_tree_add_text_node(), proto_tree_add_none_format() and proto_tree_add_protocol_format().
Directory: /trunk/epan/
Changes Path Action
+7 -0 epan.c Modified
+4 -0 epan.h Modified
+1 -0 libwireshark.def Modified
+22 -3 proto.c Modified
+7 -0 proto.h Modified
Directory: /trunk/
Changes Path Action
+2 -0 proto_hier_stats.c Modified