aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/wsp_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-16Fix [-Wmissing-prototypes]Anders Broman1-0/+2
svn path=/trunk/; revision=54826
2013-12-15Fix some const/ not const warnings.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=54114
2013-05-31The SIP and WSP statistics taps register themselves; get rid of theirGuy Harris1-6/+0
hardcoded menu items. svn path=/trunk/; revision=49663
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-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-2/+2
was done using textual search+replace, not anything syntax-aware, so presumably it got most comments as well (except where there were typos). Use a consistent coding style, and make proper use of the WS_DLL_* defines. Group the functions appropriately in the header. I ended up getting rid of most of the explanatory comments since many of them duplicated what was in the value_string.c file (and were out of sync with the recent updates I made to those in r48633). Presumably most of the comments should be in the .h file not the .c file, but there's enough churn ahead that it's not worth fixing yet. Part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8467 svn path=/trunk/; revision=48634
2013-03-21From beroset:Bill Meier1-10/+10
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-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-3/+3
Also: fix a typo in a comment in 'gui_utils.h' svn path=/trunk/; revision=46951
2013-01-03Use ws_gtk_grid...() in place of gtk_table...();Bill Meier1-14/+14
Also: Fix a minor difference in window handling between Gtk2 & Gtk3: Use gtk_box_pack_start() instead of gtk_container_add(0 in one case. svn path=/trunk/; revision=46915
2012-12-06Fix [-Wshadow] warnings.Bill Meier1-3/+3
svn path=/trunk/; revision=46426
2012-09-28remove some very old comments about multithreaded tap implementation...Jakub Zawadzki1-8/+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-16Cleanup:Bill Meier1-50/+38
- remove unneeded gtk_table_resize() [in prep for using GtkGrid for GTK3]; - simplify code relating to use of a GHashTable; - add comment about use of !! magic !! numeric constants; - do some additional whitespace cleanup. svn path=/trunk/; revision=44931
2012-09-16Trivial cleanup:Bill Meier1-120/+122
- Remove unneeded #includes; - Use consistent whitespace and formatting style. svn path=/trunk/; revision=44930
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/+1
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/+447
This looses the last checkin to gtk, will add this manually back. svn path=/trunk/; revision=40518