http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29066
User: stig
Date: 2009/07/12 03:19 AM
Log:
From Kovarththanan Rajaratnam via bug 3702:
This patch optimizes the data source name processing in add_new_data_source()
by delaying it. We now simply store the constant string and lazily compute the
name when needed. This gives a performance boost because we only need the name
if we have multiple data sources.
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -1 packet-dcerpc-eventlog.c Modified
Directory: /trunk/epan/
Changes Path Action
+2 -1 frame_data.h Modified
+1 -0 libwireshark.def Modified
+13 -6 packet.c Modified
+5 -0 packet.h Modified
Directory: /trunk/gtk/
Changes Path Action
+1 -1 main_proto_draw.c Modified
Directory: /trunk/
Changes Path Action
+2 -2 print.c Modified