aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/wsp_stat.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some gcc -Wshadow warnings.Bill Meier2010-02-011-9/+9
* From Kovarththanan Rajaratnam:Anders Broman2009-07-081-1/+1
* Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman2009-06-221-1/+3
* Have tap listeners specify whether the "packet" routine requiresGuy Harris2009-06-051-1/+2
* As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier2009-03-191-5/+5
* gtk_label_set -> gtk_label_set_textAnders Broman2009-02-261-2/+2
* Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke2008-10-311-1/+1
* Bring the windows to front when rescanning of packets are done.Stig Bjørlykke2008-10-131-0/+1
* Don't put (non-extern'd) prototypes for protect_thread_critical_region() andJeff Morriss2008-08-051-25/+24
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-06-291-1/+1
* sort #includes by directoriesUlf Lamping2008-04-131-7/+9
* move tap_dfilter_dlg.h from / to /gtk (and use the callback mechanism in main...Ulf Lamping2008-04-121-1/+1
* where it's not necessary, remove #include "compat_macros.h"Ulf Lamping2008-04-121-1/+0
* last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-2/+2
* OBJECT_..._DATA --> g_object_..._dataBill Meier2008-04-111-9/+9
* Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris2006-05-221-2/+2
* name changeRonnie Sahlberg2006-05-211-2/+2
* Add userdata arguments to a bunch of stat initialization routines toGuy Harris2006-02-121-1/+1
* Have cf_retap_packets() take an argument that indicates whether toGuy Harris2005-09-141-1/+1
* "gtk_tap_dfilter_dlg_cb()" is no longer used outsideGuy Harris2005-08-211-1/+0
* Have "register_dfilter_stat()" add "..." to the menu item, as all menuGuy Harris2005-08-211-1/+1
* Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris2005-08-211-6/+3
* Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris2005-08-201-1/+1
* renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping2005-08-201-1/+1
* Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris2005-08-191-1/+1
* Move the APIs for registering and processing "-z" command-line argumentsGuy Harris2005-08-191-3/+4
* Squelch more const warnings (and fix some memory leaks that found).Guy Harris2005-08-061-2/+2
* More constification.Guy Harris2005-06-281-1/+1
* Constify a bunch of structure members and function arguments, to squelchGuy Harris2005-06-241-4/+4
* add 12 new toolbar/menu iconsUlf Lamping2005-04-161-1/+1
* Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris2005-04-011-1/+1
* huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping2005-02-041-1/+1
* As we've made the tap_specific_data field of a tap_packet_t structure aGuy Harris2005-01-011-2/+2
* Move the tap infrastructure to the epan directory.Guy Harris2004-09-291-1/+1
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* use new functions in window API (ui_util.h),Ulf Lamping2004-05-231-23/+10
* added a close button to the dialogs,Ulf Lamping2004-04-121-13/+35
* From Lars Roland: use the generic filter dialog for the SIP, HTTP, WSP,Guy Harris2004-03-271-103/+12
* replaced sprintf / snprintf by g_snprintf,Ulf Lamping2004-03-131-8/+10
* various string related changes, mainly replace sprintf/snprintf by g_snprintfUlf Lamping2004-03-131-3/+2
* statistics menu redesigned, now looking more like the former menu,Ulf Lamping2004-02-231-2/+2
* statistics menu structure proposal:Ulf Lamping2004-02-221-2/+2
* WIDGET_SET_SIZE(-2) is asserted by current GTK2 libs, so don't use itUlf Lamping2004-02-221-2/+2
* Redesigned the menu structure of the former statistics stuff,Ulf Lamping2004-02-221-6/+2
* Add a "window_new()" routine that creates a window of a given type, setsGuy Harris2004-02-131-6/+8
* Most taps that now include "tap_menu.h" no longer need to includeGuy Harris2004-02-111-2/+1
* Move the declaration of "register_tap_menu_item()" into a newGuy Harris2004-02-111-2/+2
* Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris2004-01-311-2/+2
* implemented dlg_button_row_new to get a standard function forUlf Lamping2004-01-211-16/+7