http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29733
User: krj
Date: 2009/09/06 12:55 AM
Log:
 We track all protocols that appear in each packet in the frame dissector. This is an expensive operation because we:
 
 * Disable the TRY_TO_FAKE_THIS_ITEM optimization
 * Use GString to store the protocols
 
 We should only do this if the 'hf_frame_protocols' is referenced (unlikely)
Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +16 -12    packet-frame.c    Modified
Directory: /trunk/epan/
  Changes    Path             Action
  +9 -11     packet.c         Modified
  +1 -0      packet_info.h    Modified