aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_list_store.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-26Corrected include guard in packet_list_store.hStig Bjørlykke1-3/+3
2009-10-08Use a "String pool" in the new packet list to reduce memory usage.Anders Broman1-0/+2
2009-09-07Rename packet_list_dissect_and_cache => packet_list_dissect_and_cache_iterKovarththanan Rajaratnam1-1/+1
2009-09-07Track how many const strings we're storing. This is guarded by NEW_PACKET_LIS...Kovarththanan Rajaratnam1-0/+10
2009-09-07Auto resize non frame_data based columnsKovarththanan Rajaratnam1-0/+2
2009-09-06Fix target of assignment not really an lvalue errorKovarththanan Rajaratnam1-2/+2
2009-09-06Make sure that we can enable/disable color filtering.Kovarththanan Rajaratnam1-9/+11
2009-09-05Dissect-on-the-fly when we have columns that are empty, i.e. columns containi...Kovarththanan Rajaratnam1-0/+4
2009-09-05Move new_packet_list_dissect() to packet_list_store.c. We need to have it the...Kovarththanan Rajaratnam1-0/+1
2009-09-05Get rid of row_data_tKovarththanan Rajaratnam1-5/+1
2009-09-05Make sure that we can resort with an active display filterKovarththanan Rajaratnam1-1/+1
2009-09-05Get rid off GtkTreeModelFilter because the time to sort becomes unbearable wh...Kovarththanan Rajaratnam1-9/+14
2009-09-04Rename new_packet_list_reset_dissected to packet_list_reset_dissectedKovarththanan Rajaratnam1-1/+1
2009-09-03Add packet_list_visible_record() to avoid poking PacketListRecord in new_pack...Kovarththanan Rajaratnam1-0/+1
2009-09-03Allocate and use an extra column at the end of the column list to indicate th...Kovarththanan Rajaratnam1-1/+2
2009-09-02Adding new color rules should work now.Anders Broman1-1/+1
2009-09-01We no longer store the column text in our record, so don't ever dereference t...Kovarththanan Rajaratnam1-1/+0
2009-08-21Use col_text in frame data.Anders Broman1-1/+0
2009-08-16Switch over to using GPtrArray instead of manually g_renew'ing. This switch h...Kovarththanan Rajaratnam1-3/+6
2009-08-10From Kovarththanan Rajaratnam:Anders Broman1-2/+2
2009-07-26From Kovarththanan Rajaratnam:Anders Broman1-1/+0
2009-07-26From Kovarththanan Rajaratnam:Anders Broman1-0/+1
2009-07-12Some small fixes from Jakub Zawadzki joined with my effortsAnders Broman1-2/+4
2009-06-30Introduce experimental new feature: GTK2 tree view based packet listStephen Fisher1-0/+94