aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/new_packet_list.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-27Added some row space to "Edit Column Details".Stig Bjørlykke1-0/+1
2011-05-17Make some routines static that aren't used outside the source file inGuy Harris1-1/+1
2011-05-17This ain't C++; you have to put "void" in as the argument list ofGuy Harris1-2/+2
2011-05-03TShark doesn't need column text attached to each frame; move col_textGuy Harris1-3/+3
2011-04-27Create a new frame_data_sequence data type; it represents a denseGuy Harris1-6/+6
2011-04-25Store the frame_data structures in a tree, rather than a linked list. Guy Harris1-1/+1
2011-04-25Make the packet count an unsigned value, as frame numbers are unsigned.Guy Harris1-7/+17
2011-04-24Initial support for editing packets inside wireshark.Jakub Zawadzki1-1/+1
2011-04-24new_packet_list_find_row_from_data() is always used to select a packet,Guy Harris1-8/+11
2011-04-13Change ws_strdup_escape_underscore() function to be more general, byStephen Fisher1-3/+3
2011-03-25Fix Coverity 331, 332, 333: Wrap the three remainingStephen Fisher1-3/+9
2011-03-12Fix bug #5189: Wireshark crashes when cancelling a large sort operation.Bill Meier1-29/+41
2011-03-08Removal of the old packet-list in favor of the new packet list.Sake Blok1-5/+0
2011-02-11Remove #ifndef GSEAL_ENABLE hack to work-around the lack of an accessorStephen Fisher1-14/+1
2011-02-08More -DGSEAL_ENABLE cleanup (hopefully without breaking anything)...Stephen Fisher1-0/+22
2011-01-31Try to fix previous commit.Anders Broman1-2/+7
2011-01-31Added filter autocomplete to "Edit Column Details".Stig Bjørlykke1-0/+3
2010-12-22Fix marking functionality (bug 5279)Sake Blok1-10/+14
2010-11-27Move main_statusbar.h to the top-level directory; none of its routinesGuy Harris1-1/+1
2010-10-09Prefix window title with "Wireshark".Stig Bjørlykke1-1/+1
2010-10-09Added "Edit Column Details" functions to the packet list heading popup.Stig Bjørlykke1-22/+160
2010-10-08Show custom column occurrence in the packet list heading tooltips.Stig Bjørlykke1-1/+5
2010-10-02Ensure we always show the selected frame when changing sort order.Stig Bjørlykke1-0/+25
2010-09-23Store "Show Resolved" setting for custom columns.Stig Bjørlykke1-1/+5
2010-09-23Do not set custom occurrence in recent file, this is used for column width.Stig Bjørlykke1-1/+1
2010-09-23Disable sorting while capturing.Stig Bjørlykke1-0/+3
2010-09-22When using a custom column, make it possible to select which occurrence to sh...Sake Blok1-1/+1
2010-09-09Remove what appear to be two redundant lines of code (AFAIKT).Bill Meier1-6/+6
2010-08-29Doxygen changes.Anders Broman1-1/+1
2010-08-23(Trivial) Whitespace cleanup.Bill Meier1-56/+56
2010-08-23new_packet_list_column_button_pressed_cb(): return gboolean (not void): it's ...Bill Meier1-6/+4
2010-08-18From Cal Turney:Anders Broman1-7/+5
2010-08-16From Cal Turney:Anders Broman1-59/+119
2010-07-05Revert COL_DSCP_VALUE back to value set in packet-ip.c.Stig Bjørlykke1-0/+2
2010-07-01Recreate the packet list on DND columns.Stig Bjørlykke1-0/+41
2010-07-01Fetch filter and copy summary from correct column after DND columns.Stig Bjørlykke1-5/+16
2010-07-01Remove some double GTK_TREE_VIEW casts.Stig Bjørlykke1-3/+3
2010-06-26Cleanup some whitespace.Stig Bjørlykke1-14/+20
2010-06-25Enable "Show Resolved" for custom OID columns.Stig Bjørlykke1-6/+9
2010-06-25Introduce "Show Resolved" as an option in custom columns. This will determineStig Bjørlykke1-2/+43
2010-06-20Added "Hide Column" functionality.Stig Bjørlykke1-0/+50
2010-05-26Have new_packet_list_queue_draw() redraw the packet detail as well. CallGerald Combs1-1/+12
2010-02-01Try to get the status bar to update the "Displayed:" field when if and when a...Anders Broman1-1/+5
2010-02-01- Back out the change to restore the selection after freeze/thaw.Anders Broman1-17/+4
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-4/+4
2010-01-26Cleanup the escape/unescape underscore in Packet List column headers.Stig Bjørlykke1-10/+13
2010-01-26Move underscore escaping/unscaping function to strutil.c;Gerasimos Dimitriadis1-0/+1
2010-01-25Change the prefix of the underscore escaping/unescapingGerasimos Dimitriadis1-2/+2
2010-01-24Handle underscore escaping/unescaping of the column titlesGerasimos Dimitriadis1-4/+8
2010-01-11Use get_column_custom_field() to get unknown custom column field.Stig Bjørlykke1-1/+1