summaryrefslogtreecommitdiff
path: root/ui/gtk/dissector_tables_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-01GTK: add a missing cast in dissector_tables_dlg.cPascal Quantin1-1/+1
2015-12-31Don't cast away constness.Guy Harris1-13/+11
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde1-1/+1
2015-11-06Fix crash in internals menu dissector tables dialog by supporting FT_GUID type.Michael Mann1-1/+8
2015-09-27Qt: Add the Dissector Tables dialog.Gerald Combs1-5/+5
2015-07-04Add "custom" dissector table tab to Internals->Dissector Tables dialogMichael Mann1-0/+26
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-1/+0
2014-12-11Add a heur_dissector_table_foreach() function.Guy Harris1-3/+3
2014-12-11Give dissector_all_heur_tables_foreach_table() a sort function.Guy Harris1-1/+1
2014-12-11Make the type of the second argument to a DATFunc_heur_table explicit.Guy Harris1-4/+2
2014-04-12Get rid of more tvb_get_nstringz* calls.Guy Harris1-0/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-22Clean up whitespace: use consistent indentation, etc;Bill Meier1-46/+59
2013-03-09Use explicit casts.Anders Broman1-7/+7
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-29Fix Bug 7348 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7348)Michael Mann1-1/+1
2012-07-20For all recent changes (r43820...r43829) from gtk_container_add() to gtk_box_...Jakub Zawadzki1-1/+1
2012-07-19Shoul be gtk_box_pack_start(GTK_BOX (vbox), message_type_fr, TRUE, TRUE, 0);Anders Broman1-2/+2
2012-07-19gtk_container_add() -> gtk_box_pack_start().Anders Broman1-3/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier1-3/+0
2012-04-20Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-7/+7
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+402