TShark doesn't need column text attached to each frame; move col_text
[obnox/wireshark/wip.git] / gtk / packet_list_store.h
index ddaf5ff2da5287d73adac97e455f1e2a66b792d5..3d5f14ce65dfd99d8d44a9597bac2913ad983581 100644 (file)
@@ -61,6 +61,12 @@ struct _PacketListRecord
        gboolean columnized;
        /** Has this record been colorized? */
        gboolean colorized;
+
+       /** The column text for some columns */
+       gchar **col_text;
+       /**< The length of the column text strings in 'col_text' */
+       guint *col_text_len;
+
        frame_data *fdata;
 
        /* admin stuff used by the custom list model */