aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_list_store.h
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-05 15:46:47 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-05 15:46:47 +0000
commite1eaab161d54fa07f867f21c35c7b35d84bb3cdf (patch)
treef94ebab2cdbc63c3d1225286f14cbfb402dadb81 /gtk/packet_list_store.h
parent583d41904c9ec26ab5fdad4033c8d946a91eef9b (diff)
Move new_packet_list_dissect() to packet_list_store.c. We need to have it there in order to dissect columns on the fly when we have to sort
svn path=/trunk/; revision=29717
Diffstat (limited to 'gtk/packet_list_store.h')
-rw-r--r--gtk/packet_list_store.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/packet_list_store.h b/gtk/packet_list_store.h
index a250d9c7ff..82d8ad4032 100644
--- a/gtk/packet_list_store.h
+++ b/gtk/packet_list_store.h
@@ -94,6 +94,7 @@ guint packet_list_recreate_visible_rows(PacketList *packet_list);
gboolean packet_list_visible_record(PacketList *packet_list, GtkTreeIter *iter);
gint packet_list_append_record(PacketList *packet_list, frame_data *fdata);
void packet_list_change_record(PacketList *packet_list, guint row, gint col, column_info *cinfo);
+void packet_list_dissect_and_cache(PacketList *packet_list, GtkTreeIter *iter);
void packet_list_reset_dissected(PacketList *packet_list);
#endif /* NEW_PACKET_LIST */