aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/dcerpc_stat.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss2010-08-301-5/+3
* (Minor) Cleanup signal callbak signatures and related:Bill Meier2010-08-231-2/+2
* GtkOptionMenu ==> GtkComboBoxBill Meier2010-07-201-199/+213
* Minor cleanup: Bill Meier2010-07-131-46/+45
* Add #include <stdio.h> in a few more places ....Bill Meier2009-08-271-0/+1
* Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman2009-06-211-1/+3
* Have tap listeners specify whether the "packet" routine requiresGuy Harris2009-06-051-2/+2
* As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier2009-03-191-3/+3
* Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke2008-10-311-1/+1
* Add filter autocomplete for more places we use filter entries.Stig Bjørlykke2008-10-191-0/+4
* Bring the windows to front when rescanning of packets are done.Stig Bjørlykke2008-10-131-0/+1
* Ensure we initialize all colorized filter text entries before we show theStig Bjørlykke2008-10-111-0/+2
* Don't put (non-extern'd) prototypes for protect_thread_critical_region() andJeff Morriss2008-08-051-10/+9
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-06-291-4/+4
* Fix some of the Errors/warnings detected by checkapi.Anders Broman2008-05-061-2/+2
* sort #includes by directoriesUlf Lamping2008-04-131-12/+12
* move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping2008-04-121-1/+1
* second round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-1/+1
* first round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-8/+8
* replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping2008-04-111-1/+1
* OBJECT_..._DATA --> g_object_..._dataBill Meier2008-04-111-2/+2
* OBJECT_..._DATA --> g_object_..._dataBill Meier2008-04-111-12/+12
* Replace all instances of the SIGNAL_CONNECT_OBJECT() macro with the actualStephen Fisher2008-04-111-2/+3
* Fix bug #954 for LDAP SRT stats along with the same problem in all the otherStephen Fisher2007-11-281-2/+4
* From David Howells :Sebastien Tandel2007-05-291-2/+2
* Tethereal/tethereal -> TShark/tshark.Gerald Combs2006-05-311-1/+1
* Ethereal->WiresharkAnders Broman2006-05-281-8/+8
* Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris2006-05-221-3/+3
* name changeRonnie Sahlberg2006-05-211-2/+2
* add an userdata argument to register_stat_cmd_arg() and its callback to use ...Luis Ontanon2006-02-111-3/+3
* fix #152Ulf Lamping2005-12-311-1/+2
* Have cf_retap_packets() take an argument that indicates whether toGuy Harris2005-09-141-1/+1
* As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soGuy Harris2005-08-211-1/+1
* Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris2005-08-211-1/+2
* 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-7/+7
* Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris2005-07-241-5/+5
* 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
* "gtk_entry_get_text()" returns a "const char *" - assign the result toGuy Harris2004-12-311-2/+2
* Move the tap infrastructure to the epan directory.Guy Harris2004-09-291-1/+1
* renamed filter_prefs to filter_dlg, as the filter settings are (well, for a l...Ulf Lamping2004-07-191-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
* move "extern GtkWidget *main_display_filter_widget" fromUlf Lamping2004-06-021-3/+2
* use gtk_window_set_default_size() instead of WIDGET_SET_SIZE() for the dialogs,Ulf Lamping2004-05-271-2/+2