aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/dcerpc_stat.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-25We now always build with MAIN_MENU_USE_UIMANAGER, so remove all code usingjmayer1-11/+0
2011-08-22dcerpc_stat.c:525: warning: unused parameter 'action'etxrab1-1/+1
2011-08-22Add missing menus.etxrab1-0/+7
2011-08-18GTK 3.0 fix a couple of gtk_style_context_get().etxrab1-1/+1
2011-08-18Fix a typo in the gtk3 casejmayer1-1/+1
2011-08-18GTK 3.0 version of modify forground.etxrab1-0/+15
2011-07-21Fix almost all accesses to ->windowjmayer1-1/+3
2011-07-08Avoid 'variable set but no used' error from compiler.jake1-1/+4
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-0/+4
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...morriss1-5/+3
2010-08-23(Minor) Cleanup signal callbak signatures and related:wmeier1-2/+2
2010-07-20GtkOptionMenu ==> GtkComboBoxwmeier1-199/+213
2010-07-13Minor cleanup: wmeier1-46/+45
2009-08-27Add #include <stdio.h> in a few more places ....wmeier1-0/+1
2009-06-21Change window_new() to dlg_window_new() and destroy the window with the top l...etxrab1-1/+3
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-2/+2
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...wmeier1-3/+3
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-1/+1
2008-10-19Add filter autocomplete for more places we use filter entries.stig1-0/+4
2008-10-13Bring the windows to front when rescanning of packets are done.stig1-0/+1
2008-10-11Ensure we initialize all colorized filter text entries before we show thestig1-0/+2
2008-08-05Don't put (non-extern'd) prototypes for protect_thread_critical_region() andmorriss1-10/+9
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-4/+4
2008-05-06Fix some of the Errors/warnings detected by checkapi.etxrab1-2/+2
2008-04-13sort #includes by directoriesulfl1-12/+12
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)ulfl1-1/+1
2008-04-11second round to replace SIGNAL_CONNECT with g_signal_connectulfl1-1/+1
2008-04-11first round to replace SIGNAL_CONNECT with g_signal_connectulfl1-8/+8
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...ulfl1-1/+1
2008-04-11OBJECT_..._DATA --> g_object_..._datawmeier1-2/+2
2008-04-11OBJECT_..._DATA --> g_object_..._datawmeier1-12/+12
2008-04-11Replace all instances of the SIGNAL_CONNECT_OBJECT() macro with the actualsfisher1-2/+3
2007-11-28Fix bug #954 for LDAP SRT stats along with the same problem in all the othersfisher1-2/+4
2007-05-29From David Howells :standel1-2/+2
2006-05-31Tethereal/tethereal -> TShark/tshark.gerald1-1/+1
2006-05-28Ethereal->Wiresharketxrab1-8/+8
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIguy1-3/+3
2006-05-21name changesahlberg1-2/+2
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ...lego1-3/+3
2005-12-31fix #152ulfl1-1/+2
2005-09-14Have cf_retap_packets() take an argument that indicates whether toguy1-1/+1
2005-08-21As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soguy1-1/+1
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayguy1-1/+2
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withguy1-1/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2005-08-19Move the stats.[ch] stuff into epan, so plugins can use it.guy1-1/+1
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsguy1-3/+4
2005-08-06Squelch more const warnings (and fix some memory leaks that found).guy1-7/+7
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchguy1-5/+5
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asguy1-1/+1