http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29237
User: etxrab
Date: 2009/07/29 01:58 PM
Log:
Add pinfo to new_packet_list_append() this should give us the abillity
to store (most) of the underlying data rather than the strings in the store and render it when we need it, thuss saving storage space and loading time.
Idealy we should not store the complete fdata or pinfo structures
but rather just the data relevant to the currently selected/used columns. I'm not entierly sure how to accomplish that however.
Dynamically allocated array to hold pointers to the actual data?
Directory: /trunk/gtk/
Changes Path Action
+2 -1 new_packet_list.c Modified
Directory: /trunk/
Changes Path Action
+1 -1 file.c Modified
+1 -1 ui_util.h Modified