http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29427
User: krj
Date: 2009/08/14 11:38 PM
Log:
This patch introduces packet_add_new_data_source() which effectively deprecates add_new_data_source(). This is based on the following observation:
1) The tvb + name (aka. data_source) is only used when the protocol tree is visible
The current implementation of add_new_data_source() doesn't take this into account and simply allocates a data_source regardless. This is what packet_add_new_data_source() tries to rectify.
A couple of dissectors have already been switched over to the new packet_add_new_data_source(). Many are still missing. Help appreciated!
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -1 packet-bthci_acl.c Modified
+1 -1 packet-btl2cap.c Modified
+1 -1 packet-btrfcomm.c Modified
Directory: /trunk/epan/
Changes Path Action
+12 -3 packet.c Modified
+13 -2 packet.h Modified
+1 -1 reassemble.c Modified
+4 -0 reassemble_test.c Modified
Directory: /trunk/
Changes Path Action
+8 -0 print.c Modified
Directory: /trunk/epan/wslua/
Changes Path Action
+10 -5 wslua_dumper.c Modified