aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rpc_progs.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-16More GUIManager stuff.etxrab1-0/+8
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...morriss1-1/+0
2010-08-23(Minor) Cleanup signal callbak signatures and related:wmeier1-1/+1
2010-08-05(Trivial) Define rpcprogs_packet() as returning gboolean; Whitespace cleanup.wmeier1-7/+7
2010-08-05From Cal Turney: Need 6 dec places of SRT precision in WS SRT dialogs and the...wmeier1-16/+16
2009-09-27Fix a possible dereference of null pointer.stig1-1/+1
2009-08-27Add #include <stdio.h> in a few more places ....wmeier1-0/+2
2009-06-22Change window_new() to dlg_window_new() and destroy the window with the top l...etxrab1-1/+2
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-2/+2
2008-10-13Bring the windows to front when rescanning of packets are done.stig1-0/+1
2008-08-05Don't put (non-extern'd) prototypes for protect_thread_critical_region() andmorriss1-8/+7
2008-04-17rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ...ulfl1-1/+1
2008-04-13sort #includes by directoriesulfl1-6/+8
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectulfl1-2/+2
2008-04-11OBJECT_..._DATA --> g_object_..._datawmeier1-1/+1
2006-05-31Tethereal/tethereal -> TShark/tshark.gerald1-1/+1
2006-05-28Ethereal->Wiresharketxrab1-2/+2
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIguy1-2/+2
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-09-14Have cf_retap_packets() take an argument that indicates whether toguy1-1/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-6/+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-20- Declare some functions staticjmayer1-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-1/+1
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asguy1-1/+1
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).ulfl1-1/+1
2005-01-01Make the signatures of functions passed to "register_tap_listener()"guy1-2/+3
2004-11-12Put the file name into the window title, so if you have more than one ofguy1-13/+26
2004-09-29Move the tap infrastructure to the epan directory.guy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-05-23use new functions in window API (ui_util.h),ulfl1-21/+9
2004-05-17In rpc programs statistics, change RTT (RoundTripTime) to SRTsahlberg1-5/+5
2004-04-12added a close button to the dialogs,ulfl1-15/+29
2004-03-13various string related changes, mainly replace sprintf/snprintf by g_snprintfulfl1-7/+7
2004-02-23statistics menu redesigned, now looking more like the former menu,ulfl1-2/+2
2004-02-22Redesigned the menu structure of the former statistics stuff,ulfl1-8/+3
2004-02-13Add a "window_new()" routine that creates a window of a given type, setsguy1-8/+7
2004-02-11Most taps that now include "tap_menu.h" no longer need to includeguy1-2/+1
2004-02-11Move the declaration of "register_tap_menu_item()" into a newguy1-2/+2
2004-01-03Make Analyze/Statistics have an accelerator of Alt+A S and movesharpe1-2/+2
2003-12-17From Lars Roland: have common code to handle display filter dialogs inguy1-2/+2
2003-12-13Put back "menu.h" - it's needed to declare "register_tap_menu_item()".guy1-1/+4