aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_list_store.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-03TShark doesn't need column text attached to each frame; move col_textGuy Harris1-22/+24
2011-04-09From Jakub Zawadzki via bug 5809:Stig Bjørlykke1-4/+16
2011-04-09In packet_list_dissect_and_cache_record(), set the columns toGuy Harris1-2/+27
2011-03-12Fix bug #5189: Wireshark crashes when cancelling a large sort operation.Bill Meier1-61/+87
2011-03-08Removal of the old packet-list in favor of the new packet list.Sake Blok1-5/+0
2011-02-18Fix a few errors found by Clang scan-build.Gerald Combs1-1/+1
2011-01-30Fix various instances of "unreachable code".Bill Meier1-1/+1
2011-01-17Remove redundant test for a non-null pointer;Bill Meier1-1/+1
2010-08-13Get rid of some no-longer-necessary includes of simple_dialog.h (nowGuy Harris1-1/+0
2010-08-13Instead of using a Boolean for the search direction, use an enum, soGuy Harris1-7/+2
2010-06-26Fixed removing a Time Reference from a column not matching the display filter.Stig Bjørlykke1-1/+1
2010-06-26Always show packets with Time Reference (as in the old packet list).Stig Bjørlykke1-4/+4
2010-06-25Introduce "Show Resolved" as an option in custom columns. This will determineStig Bjørlykke1-2/+6
2010-05-28From Jakub Zawadzki via bug 4273:Gerald Combs1-3/+6
2010-05-26From Jakub Zawadzki:Anders Broman1-2/+1
2010-05-20Don't assume that certain address columns are always constant strings -Guy Harris1-10/+2
2010-05-05Update the comment about being based on the GTK Tree View Tutorial,Stephen Fisher1-1/+2
2010-04-29Several dissectors fill in custom custom data in the source andGerald Combs1-2/+2
2010-02-09Read the packet into private areas (private pseudo-header and packetGuy Harris1-4/+6
2010-02-01Issue a row_inserted signal if the model is connectedAnders Broman1-6/+9
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-5/+5
2009-11-27Added correct sorting for custom numeric columns.Stig Bjørlykke1-2/+37
2009-11-24Use the highest time value when calculating widest column string forStig Bjørlykke1-11/+11
2009-11-10Removed some unused variables and unused assignments.Stig Bjørlykke1-3/+0
2009-10-27From Jakub Zawadzki:Anders Broman1-1/+10
2009-10-24From Jakub Zawadzki via bug 3764:Stig Bjørlykke1-3/+3
2009-10-08Use a "String pool" in the new packet list to reduce memory usage.Anders Broman1-2/+6
2009-09-20Add myself and Kovarththanan Rajaratnam as co authors.Anders Broman1-0/+1
2009-09-20Use G_STRLOCKovarththanan Rajaratnam1-11/+3
2009-09-17Try to get the Solaris build going...Anders Broman1-0/+6
2009-09-11svn path=/trunk/; revision=29868Gerald Combs1-0/+1
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