aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/proto_dlg.c
AgeCommit message (Expand)AuthorFilesLines
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