summaryrefslogtreecommitdiff
path: root/ui/gtk/proto_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-09Pull the code to save enabled/disabled lists into libwireshark.Guy Harris1-36/+2
2017-03-16proto_dlg.c: Convert GSList into wmem_treeMichael Mann1-156/+173
2016-12-24Add enabled protocol list for dissectors who are disabled by defaultMichael Mann1-0/+8
2015-09-27Qt: Add the Dissector Tables dialog.Gerald Combs1-1/+1
2015-08-21proto_dlg: fix no previous prototype for ‘heur_*_all_cb’ [-Wmissing-proto...Alexis La Goutte1-3/+3
2015-07-14Add a "heuristic dissectors" tab to the Enable Protocols dialog.Michael Mann1-425/+475
2015-01-28Proto dialog (GTK) : fix indent (use 2 spaces) and add modelinesAlexis La Goutte1-55/+63
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-1/+0
2014-09-25Update the simple dialog code.Gerald Combs1-2/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-07-12Move disabled_protos.{h,c} into epan.Jeff Morriss1-1/+1
2013-07-01 Define certain 'const char *...' arrays as static.Bill Meier1-2/+2
2013-03-21From beroset:Bill Meier1-14/+14
2012-09-29More unused variables caught by cppcheck.Evan Huus1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-21More GTK3 adaptationsAnders Broman1-2/+2
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-3/+3
2012-02-17include "../util.h" -> include "ui/util.h"Jörg Mayer1-1/+1
2012-01-23Finish wrapping heuristic dissector functions in #if conditionals; change the...Jeff Morriss1-8/+21
2012-01-23Put back the #include changes from a previous commit.Guy Harris1-7/+7
2012-01-23Add the code to add a Heuristics protocol page.Anders Broman1-30/+290
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-1/+1
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+593