aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_list_store.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-09Allocate col_text and col_text_len when the fdata struct is allocated.Anders Broman1-7/+2
2009-09-08Add an option to col_fill_in() to allow us to disable column expression proce...Kovarththanan Rajaratnam1-2/+2
2009-09-08Custom columnfication:Kovarththanan Rajaratnam1-1/+0
2009-09-08Fixed initialization of fdata.Stig Bjørlykke1-1/+2
2009-09-07Rename packet_list_dissect_and_cache => packet_list_dissect_and_cache_iterKovarththanan Rajaratnam1-1/+1
2009-09-07Make sure that we fill in the frame_data before passing it onto col_fill_in_f...Kovarththanan Rajaratnam1-21/+60
2009-09-07Auto resize rest of the frame_data columnsKovarththanan Rajaratnam1-22/+2
2009-09-07Auto size COL_NUMBER, COL_PACKET_LENGTH and COL_CUMULATIVE_BYTESKovarththanan Rajaratnam1-77/+149
2009-09-07Add progress bar while constructing columns (which is time consuming)Kovarththanan Rajaratnam1-11/+73
2009-09-07Track how many const strings we're storing. This is guarded by NEW_PACKET_LIS...Kovarththanan Rajaratnam1-1/+16
2009-09-07ntroduce some seasonal address name lookup functions which we use when NEW_PA...Kovarththanan Rajaratnam1-17/+18
2009-09-07Use constant strings for Addresses saves some memory.Anders Broman1-0/+22
2009-09-07Auto resize non frame_data based columnsKovarththanan Rajaratnam1-0/+37
2009-09-07Track length of columns strings. We'll need this in order to resize columns q...Kovarththanan Rajaratnam1-3/+9
2009-09-06Fix target of assignment not really an lvalue errorKovarththanan Rajaratnam1-1/+1
2009-09-06Tigthen the condition under which we create a protocol create while sortingKovarththanan Rajaratnam1-1/+7
2009-09-06Sort the visible list while traversing the physical row list. This halves the...Kovarththanan Rajaratnam1-21/+1
2009-09-06Add NEW_PACKET_LIST guard to color_filters_colorize_packet()Kovarththanan Rajaratnam1-1/+1
2009-09-06Make sure that we can enable/disable color filtering.Kovarththanan Rajaratnam1-32/+48
2009-09-05Don't copy constant column strings. This reduces memory foot print because CO...Kovarththanan Rajaratnam1-1/+20
2009-09-05Dissect-on-the-fly when we have columns that are empty, i.e. columns containi...Kovarththanan Rajaratnam1-15/+59
2009-09-05Move new_packet_list_dissect() to packet_list_store.c. We need to have it the...Kovarththanan Rajaratnam1-0/+53
2009-09-05Restore original condition in packet_list_iter_n_children()Kovarththanan Rajaratnam1-2/+1
2009-09-05Get rid of row_data_tKovarththanan Rajaratnam1-2/+2
2009-09-05Make sure that we can resort with an active display filterKovarththanan Rajaratnam1-4/+10
2009-09-05Bail out gracefully on colums we cant sort on yet instead of crashingKovarththanan Rajaratnam1-0/+5
2009-09-05Make it build without warnings.Stig Bjørlykke1-2/+2
2009-09-05Get rid off GtkTreeModelFilter because the time to sort becomes unbearable wh...Kovarththanan Rajaratnam1-74/+160
2009-09-04Rename new_packet_list_reset_dissected to packet_list_reset_dissectedKovarththanan Rajaratnam1-1/+1
2009-09-03Only store the last column as G_TYPE_POINTER. Hopefully this will soon make u...Kovarththanan Rajaratnam1-8/+11
2009-09-03Add packet_list_visible_record() to avoid poking PacketListRecord in new_pack...Kovarththanan Rajaratnam1-0/+18
2009-09-03Allocate and use an extra column at the end of the column list to indicate th...Kovarththanan Rajaratnam1-4/+7
2009-09-02Adding new color rules should work now.Anders Broman1-0/+12
2009-09-01Plug memleak in new_packet_list_store_clear(). Make sure that we free the poi...Kovarththanan Rajaratnam1-29/+29
2009-08-21Use col_text in frame data.Anders Broman1-10/+9
2009-08-17Prepare to store column data from pinfo.Anders Broman1-14/+2
2009-08-16Switch over to using GPtrArray instead of manually g_renew'ing. This switch h...Kovarththanan Rajaratnam1-33/+27
2009-08-15Micro optimize by storing PACKET_LIST(tree_model) into a local variable and u...Kovarththanan Rajaratnam1-8/+8
2009-08-13Get the pointer to the packet list record and use the data directly.Anders Broman1-1/+3
2009-08-10From Kovarththanan Rajaratnam:Anders Broman1-0/+18
2009-07-29From Kovarththanan Rajaratnam:Anders Broman1-10/+22
2009-07-27From Kovarththanan Rajaratnam:Anders Broman1-12/+2
2009-07-26From Kovarththanan Rajaratnam:Anders Broman1-23/+28
2009-07-26From Kovarththanan Rajaratnam:Anders Broman1-0/+26
2009-07-25Update my e-mail address with a reference to the AUTHORS fileStephen Fisher1-1/+1
2009-07-24From Kovarththanan Rajaratnam:Anders Broman1-0/+3
2009-07-22From Jakub Zawadzki:Anders Broman1-0/+8
2009-07-22From Jakub Zawadzki:Anders Broman1-5/+11
2009-07-17make it possible to retreive the record with packet_list_get_value().Anders Broman1-2/+18
2009-07-14Fix the sort routine.Anders Broman1-12/+14