Use a "String pool" in the new packet list to reduce memory usage.
[obnox/wireshark/wip.git] / gtk / packet_list_store.h
index 682294ab70fdcc8c2befd09b9d0a2cd4c515e554..52f8fe90bb7e7e7eabf31ff223ca25fcbf20feee 100644 (file)
@@ -88,6 +88,8 @@ struct _PacketList
        gint sort_id;
        GtkSortType sort_order;
 
+       GStringChunk *string_pool;
+
        /* Random integer to check whether an iter belongs to our model. */
        gint stamp;