aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/bootp_stat.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-03Convert BOOTP/DHCP tap stats to new "generic stat API".Michael Mann1-284/+0
2015-07-03Create very basic "generic" stat tap API to create a "GUI" independent table.Michael Mann1-1/+2
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-2/+15
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-3/+0
2014-11-14Add a name field to tap_param, for use in error messages.Guy Harris1-1/+1
2014-11-14Add an optional flag and a type for UUID parameters for stat taps.Guy Harris1-1/+1
2014-07-03Rename and move ui/stat_menu.h to epan/stat_groups.h.Guy Harris1-1/+1
2014-06-30Move stat_menu.h to libui.Guy Harris1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-17Fix [-Wmissing-prototypes]Anders Broman1-0/+2
2013-05-31The BOOTP/DHCP statistics tap registers itself; get rid of the explicitGuy Harris1-8/+0
2013-05-24A long-overdue rename of register_dfilter_stat() toGuy Harris1-1/+1
2013-03-28Follow up on bug 8416.Jaap Keuter1-2/+2
2013-03-21From beroset:Bill Meier1-8/+8
2013-03-20Fix another case of "Widgets are not properly expanded in gtk3"Bill Meier1-3/+5
2013-03-11GTK3 "expand" handling changes.Bill Meier1-1/+1
2013-01-05Rename ws_gtk_grid_attach() to ws_gtk_grid_attach_defaults();Bill Meier1-12/+13
2012-12-21Convert to use new ws_gtk_grid...() wrappers to replaceBill Meier1-7/+7
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-3/+3
2012-09-28remove some very old comments about multithreaded tap implementation...Jakub Zawadzki1-7/+0
2012-09-28protect_thread_critical_region, unprotect_thread_critical_region are no-ops, ...Jakub Zawadzki1-2/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-17Minor cleanup:Bill Meier1-28/+14
2012-09-15Trivial cleanup;Bill Meier1-65/+67
2012-07-19Shoul be gtk_box_pack_start(GTK_BOX (vbox), message_type_fr, TRUE, TRUE, 0);Anders Broman1-1/+1
2012-07-19gtk_container_add() -> gtk_box_pack_start().Anders Broman1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-1/+1
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-1/+2
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+300