aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/bootp_stat.c
AgeCommit message (Collapse)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-01-17Fix [-Wmissing-prototypes]Anders Broman1-0/+2
svn path=/trunk/; revision=54834
2013-05-31The BOOTP/DHCP statistics tap registers itself; get rid of the explicitGuy Harris1-8/+0
menu item for it. svn path=/trunk/; revision=49660
2013-05-24A long-overdue rename of register_dfilter_stat() toGuy Harris1-1/+1
register_param_stat() to reflect that it's for arbitrary statistics tap parameters, not just a display filter. svn path=/trunk/; revision=49549
2013-03-28Follow up on bug 8416.Jaap Keuter1-2/+2
Remove C++ incompatibilities in GTK+ 3 code. svn path=/trunk/; revision=48606
2013-03-21From beroset:Bill Meier1-8/+8
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 attachment #10408 Note: The following parts of the patch had been previously done: asn1/snmp/packet-snmp-template.c epan/dissectors/packet-snmp.c epan/dissectors/packet-x11.c svn path=/trunk/; revision=48448
2013-03-20Fix another case of "Widgets are not properly expanded in gtk3"Bill Meier1-3/+5
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7377#c21 svn path=/trunk/; revision=48437
2013-03-11GTK3 "expand" handling changes.Bill Meier1-1/+1
As suggested by Peter Hatini in the patch attached to Bug #8315. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8315 svn path=/trunk/; revision=48244
2013-01-05Rename ws_gtk_grid_attach() to ws_gtk_grid_attach_defaults();Bill Meier1-12/+13
Also: fix a typo in a comment in 'gui_utils.h' svn path=/trunk/; revision=46951
2012-12-21Convert to use new ws_gtk_grid...() wrappers to replaceBill Meier1-7/+7
direct use of Gtktable. (The first of many conversions ...) Essentially: the wrappers use GtkTable on Gtk2 and GtkGrid on Gtk3. svn path=/trunk/; revision=46655
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library ↵Bill Meier1-3/+3
function name; (At least some (gcc ?) compilers give a "shadow" warning for these). svn path=/trunk/; revision=46402
2012-09-28remove some very old comments about multithreaded tap implementation...Jakub Zawadzki1-7/+0
svn path=/trunk/; revision=45202
2012-09-28protect_thread_critical_region, unprotect_thread_critical_region are no-ops, ↵Jakub Zawadzki1-2/+0
cleanup code by removing them. svn path=/trunk/; revision=45201
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45016
2012-09-17Minor cleanup:Bill Meier1-28/+14
- remove unneeded gtk_table_resize() [in prep for using gtk_grid for GTK3]; - use g_hash_table)_full() to specify function to free 'value' - Fix some whitespace. svn path=/trunk/; revision=44933
2012-09-15Trivial cleanup;Bill Meier1-65/+67
Remove a few unneeded initializers; Fix a few typos in comments; Use consistent formatting style. svn path=/trunk/; revision=44917
2012-07-19Shoul be gtk_box_pack_start(GTK_BOX (vbox), message_type_fr, TRUE, TRUE, 0);Anders Broman1-1/+1
svn path=/trunk/; revision=43827
2012-07-19gtk_container_add() -> gtk_box_pack_start().Anders Broman1-1/+1
svn path=/trunk/; revision=43825
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-1/+1
svn path=/trunk/; revision=42176
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-1/+2
the ui directory. (Perhaps some other files that would be used by all flavors of Wireshark, for any GUI toolkit or for someting such as ncurses, and not for any command-line tool such as TShark, should be moved there as well.) Shuffle some #includes to put the "ui/XXX.h" includes together. svn path=/trunk/; revision=40529
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+300
This looses the last checkin to gtk, will add this manually back. svn path=/trunk/; revision=40518