aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/packet_list.c
Commit message (Expand)AuthorAgeFilesLines
* Gtk: Remove source codeRoland Knall2018-04-151-1733/+0
* Have the frame_tvbuff.c routines not use the global cfile.Guy Harris2017-12-081-0/+2
* Move the frame_set stuff back into the capture_file structure.Guy Harris2017-12-081-7/+7
* Move the parts of a capture_file used by libwireshark to a new structure.Guy Harris2017-12-041-7/+7
* Rename cf_get_comment() to reflect what comment it gets.Guy Harris2017-07-171-3/+3
* Qt: Restore multi custom column width and alignStig Bjørlykke2017-06-221-1/+1
* Don't copy details of hidden columns.Michael Mann2016-06-051-10/+13
* Refactor GUI dependencies out of color_filters.[ch] and move it to epan direc...Michael Mann2015-12-281-1/+1
* Qt: Add missing multi-field column validationMichal Labedzki2015-12-201-5/+5
* Qt: Set tooltip for packet list headerStig Bjørlykke2015-11-231-21/+2
* PluginIF: Fix GTK PluginIF interfaceRoland Knall2015-09-091-22/+0
* Take all epan_column_info members that always get allocated to "number of col...Michael Mann2015-06-291-7/+9
* Remove the other g_hash_table_containsEvan Huus2015-06-251-7/+6
* Plugin Interface: Add GUI callbacksRoland Knall2015-06-251-0/+24
* GTK: fix a crash when switching a column to custom through 'Edit Column Details'Pascal Quantin2015-06-051-1/+2
* Assert that the row number passed to packet_list_get_row_data() is valid.Jeff Morriss2015-03-121-0/+1
* ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier2015-02-151-0/+13
* GTK: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte2015-01-271-0/+1
* gtk: fix crash when moving columnsPeter Wu2015-01-041-1/+9
* Remove unneeded includes from ui folderMartin Mathieson2015-01-011-14/+0
* Fix filter valid/invalid test for multifield custom typeMichal Labedzki2014-12-201-2/+2
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki2013-12-031-1/+2
* Rmove packet_info argument from packet_list_append(), never used.Jakub Zawadzki2013-11-241-1/+1
* After looking for something in the column-*.h files andJörg Mayer2013-10-181-1/+1
* Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki2013-08-011-16/+18
* New Qt feature: Show related packet list items in the frame numberGerald Combs2013-07-081-75/+5
* #gtk #packet-list simplify, use gtk_tree_view_column_add_attribute() for text...Jakub Zawadzki2013-06-261-15/+3
* Eliminate some includes of ui/simple_dialog.h by files that don't useGuy Harris2013-05-131-1/+0
* From Michail Koreshkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Evan Huus2013-03-211-1/+1
* From beroset:Bill Meier2013-03-211-11/+11
* Fix spelling/typos found using a list of commonly misspelled words.Bill Meier2013-02-261-2/+2
* Add column preferences.Gerald Combs2013-01-231-1/+1
* GTK+:Gerald Combs2013-01-221-44/+0
* Rename the "saved_val" preference element to "stashed_val" in order toGerald Combs2013-01-181-0/+1
* Replace gtk_table...() with ws_gtk_grid...().Bill Meier2013-01-111-17/+17
* Fix a bunch of warnings.Guy Harris2012-12-261-3/+3
* Qt: Implement packet comments. Fix packet detail updates.Gerald Combs2012-12-231-2/+10
* Remove unneeded initializations, and one redundant if condition.Evan Huus2012-12-221-1/+1
* Get rid of now unused variable.Anders Broman2012-11-271-1/+0
* Start including info from Statistics/Summary.Anders Broman2012-11-271-11/+0
* Add comment syúmmary to GUI and add Capture comment from SHB.Anders Broman2012-11-261-0/+12
* Rudimentary code to show comments summary.Anders Broman2012-11-261-0/+18
* From Preben Guldberg:Anders Broman2012-11-221-0/+47
* From Edwin Groothuis via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Alexis La Goutte2012-10-111-0/+2
* Don't leak all of our column data in packet_list_recreate (I think we still leakEvan Huus2012-10-081-0/+1
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* - Replace packet_list_recreate_visible_rows -> packet_list_recreate_visible_r...Jörg Mayer2012-09-041-100/+100
* Rename new_packet_list.[ch] to packet_list.[ch]Jörg Mayer2012-09-041-0/+1785