aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rpc_progs.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-16More GUIManager stuff.Anders Broman1-0/+8
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss1-1/+0
2010-08-23(Minor) Cleanup signal callbak signatures and related:Bill Meier1-1/+1
2010-08-05(Trivial) Define rpcprogs_packet() as returning gboolean; Whitespace cleanup.Bill Meier1-7/+7
2010-08-05From Cal Turney: Need 6 dec places of SRT precision in WS SRT dialogs and the...Bill Meier1-16/+16
2009-09-27Fix a possible dereference of null pointer.Stig Bjørlykke1-1/+1
2009-08-27Add #include <stdio.h> in a few more places ....Bill Meier1-0/+2
2009-06-22Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman1-1/+2
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-2/+2
2008-10-13Bring the windows to front when rescanning of packets are done.Stig Bjørlykke1-0/+1
2008-08-05Don't put (non-extern'd) prototypes for protect_thread_critical_region() andJeff Morriss1-8/+7
2008-04-17rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ...Ulf Lamping1-1/+1
2008-04-13sort #includes by directoriesUlf Lamping1-6/+8
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-2/+2
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-1/+1
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-1/+1
2006-05-28Ethereal->WiresharkAnders Broman1-2/+2
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ...Luis Ontanon1-3/+3
2005-09-14Have cf_retap_packets() take an argument that indicates whether toGuy Harris1-1/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-6/+1
2005-08-21As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soGuy Harris1-1/+1
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris1-1/+2
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris1-1/+1
2005-08-20- Declare some functions staticJörg Mayer1-1/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-19Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris1-1/+1
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsGuy Harris1-3/+4
2005-08-06Squelch more const warnings (and fix some memory leaks that found).Guy Harris1-1/+1
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris1-1/+1
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-1/+1
2005-01-01Make the signatures of functions passed to "register_tap_listener()"Guy Harris1-2/+3
2004-11-12Put the file name into the window title, so if you have more than one ofGuy Harris1-13/+26
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-05-23use new functions in window API (ui_util.h),Ulf Lamping1-21/+9
2004-05-17In rpc programs statistics, change RTT (RoundTripTime) to SRTRonnie Sahlberg1-5/+5
2004-04-12added a close button to the dialogs,Ulf Lamping1-15/+29
2004-03-13various string related changes, mainly replace sprintf/snprintf by g_snprintfUlf Lamping1-7/+7
2004-02-23statistics menu redesigned, now looking more like the former menu,Ulf Lamping1-2/+2
2004-02-22Redesigned the menu structure of the former statistics stuff,Ulf Lamping1-8/+3
2004-02-13Add a "window_new()" routine that creates a window of a given type, setsGuy Harris1-8/+7
2004-02-11Most taps that now include "tap_menu.h" no longer need to includeGuy Harris1-2/+1
2004-02-11Move the declaration of "register_tap_menu_item()" into a newGuy Harris1-2/+2
2004-01-03Make Analyze/Statistics have an accelerator of Alt+A S and moveRichard Sharpe1-2/+2
2003-12-17From Lars Roland: have common code to handle display filter dialogs inGuy Harris1-2/+2
2003-12-13Put back "menu.h" - it's needed to declare "register_tap_menu_item()".Guy Harris1-1/+4