http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29404
User: krj
Date: 2009/08/13 12:42 PM
Log:
Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initialise/cleanup stack allocated 'edt' structures. This should speed up dissection since we avoid some malloc traffic.
Directory: /trunk/epan/
Changes Path Action
+20 -6 epan.c Modified
+8 -0 epan.h Modified
+2 -0 libwireshark.def Modified
Directory: /trunk/gtk/
Changes Path Action
+16 -16 iax2_analysis.c Modified
+6 -6 main.c Modified
+8 -8 new_packet_list.c Modified
+17 -17 rtp_analysis.c Modified
+12 -12 sctp_assoc_analyse.c Modified
+7 -7 tcp_graph.c Modified
Directory: /trunk/
Changes Path Action
+70 -70 file.c Modified
+6 -6 proto_hier_stats.c Modified
(2 files not shown)