http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29730
User: krj
Date: 2009/09/05 11:33 PM
Log:
The frame dissector disables the TRY_TO_FAKE_THIS_ITEM() optimization by marking the protocol tree as permamently visible. It only needs to disable the optimization temporarily while it creates the protocol item it intends to use proto_item_append_string() on
Directory: /trunk/epan/dissectors/
Changes Path Action
+6 -5 packet-frame.c Modified
Directory: /trunk/epan/
Changes Path Action
+5 -1 proto.c Modified
+3 -2 proto.h Modified