http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45071
User: darkjames
Date: 2012/09/23 09:25 AM
Log:
Store pointers to previously displayed and captured packet, not nstime_t deltas.
This commit reduces size (from 144B to 128B on AMD64) of frame_data structure.
Part of bug 5821: Reduce per-packet memory requirements.
Directory: /trunk/epan/dissectors/
Changes Path Action
+18 -6 packet-frame.c Modified
Directory: /trunk/epan/
Changes Path Action
+27 -10 column-utils.c Modified
+53 -42 frame_data.c Modified
+8 -6 frame_data.h Modified
Directory: /trunk/plugins/ethercat/
Changes Path Action
+0 -2 packet-esl.c Modified
Directory: /trunk/ui/gtk/
Changes Path Action
+0 -22 time_shift_dlg.c Modified
Directory: /trunk/
Changes Path Action
+15 -13 file.c Modified
+13 -6 rawshark.c Modified
+20 -8 tshark.c Modified
Directory: /trunk/epan/wslua/
Changes Path Action
+11 -2 wslua_pinfo.c Modified