aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/packet_list.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-1/+2
2013-11-24Rmove packet_info argument from packet_list_append(), never used.Jakub Zawadzki1-1/+1
2013-10-18After looking for something in the column-*.h files andJörg Mayer1-1/+1
2013-08-01Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki1-16/+18
2013-07-08New Qt feature: Show related packet list items in the frame numberGerald Combs1-75/+5
2013-06-26#gtk #packet-list simplify, use gtk_tree_view_column_add_attribute() for text...Jakub Zawadzki1-15/+3
2013-05-13Eliminate some includes of ui/simple_dialog.h by files that don't useGuy Harris1-1/+0
2013-03-21From Michail Koreshkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Evan Huus1-1/+1
2013-03-21From beroset:Bill Meier1-11/+11
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-2/+2
2013-01-23Add column preferences.Gerald Combs1-1/+1
2013-01-22GTK+:Gerald Combs1-44/+0
2013-01-18Rename the "saved_val" preference element to "stashed_val" in order toGerald Combs1-0/+1
2013-01-11Replace gtk_table...() with ws_gtk_grid...().Bill Meier1-17/+17
2012-12-26Fix a bunch of warnings.Guy Harris1-3/+3
2012-12-23Qt: Implement packet comments. Fix packet detail updates.Gerald Combs1-2/+10
2012-12-22Remove unneeded initializations, and one redundant if condition.Evan Huus1-1/+1
2012-11-27Get rid of now unused variable.Anders Broman1-1/+0
2012-11-27Start including info from Statistics/Summary.Anders Broman1-11/+0
2012-11-26Add comment syúmmary to GUI and add Capture comment from SHB.Anders Broman1-0/+12
2012-11-26Rudimentary code to show comments summary.Anders Broman1-0/+18
2012-11-22From Preben Guldberg:Anders Broman1-0/+47
2012-10-11From Edwin Groothuis via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Alexis La Goutte1-0/+2
2012-10-08Don't leak all of our column data in packet_list_recreate (I think we still leakEvan Huus1-0/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-04- Replace packet_list_recreate_visible_rows -> packet_list_recreate_visible_r...Jörg Mayer1-100/+100
2012-09-04Rename new_packet_list.[ch] to packet_list.[ch]Jörg Mayer1-0/+1785