aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rpc_progs.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss2010-08-301-1/+0
* (Minor) Cleanup signal callbak signatures and related:Bill Meier2010-08-231-1/+1
* (Trivial) Define rpcprogs_packet() as returning gboolean; Whitespace cleanup.Bill Meier2010-08-051-7/+7
* From Cal Turney: Need 6 dec places of SRT precision in WS SRT dialogs and the...Bill Meier2010-08-051-16/+16
* Fix a possible dereference of null pointer.Stig Bjørlykke2009-09-271-1/+1
* Add #include <stdio.h> in a few more places ....Bill Meier2009-08-271-0/+2
* Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman2009-06-221-1/+2
* Have tap listeners specify whether the "packet" routine requiresGuy Harris2009-06-051-2/+2
* 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-8/+7
* rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ...Ulf Lamping2008-04-171-1/+1
* sort #includes by directoriesUlf Lamping2008-04-131-6/+8
* 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-1/+1
* Tethereal/tethereal -> TShark/tshark.Gerald Combs2006-05-311-1/+1
* Ethereal->WiresharkAnders Broman2006-05-281-2/+2
* 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 an userdata argument to register_stat_cmd_arg() and its callback to use ...Luis Ontanon2006-02-111-3/+3
* Have cf_retap_packets() take an argument that indicates whether toGuy Harris2005-09-141-1/+1
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-6/+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
* - Declare some functions staticJörg Mayer2005-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-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
* Make the signatures of functions passed to "register_tap_listener()"Guy Harris2005-01-011-2/+3
* Put the file name into the window title, so if you have more than one ofGuy Harris2004-11-121-13/+26
* 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-21/+9
* In rpc programs statistics, change RTT (RoundTripTime) to SRTRonnie Sahlberg2004-05-171-5/+5
* added a close button to the dialogs,Ulf Lamping2004-04-121-15/+29
* various string related changes, mainly replace sprintf/snprintf by g_snprintfUlf Lamping2004-03-131-7/+7
* statistics menu redesigned, now looking more like the former menu,Ulf Lamping2004-02-231-2/+2
* Redesigned the menu structure of the former statistics stuff,Ulf Lamping2004-02-221-8/+3
* Add a "window_new()" routine that creates a window of a given type, setsGuy Harris2004-02-131-8/+7
* 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
* Make Analyze/Statistics have an accelerator of Alt+A S and moveRichard Sharpe2004-01-031-2/+2
* From Lars Roland: have common code to handle display filter dialogs inGuy Harris2003-12-171-2/+2
* Put back "menu.h" - it's needed to declare "register_tap_menu_item()".Guy Harris2003-12-131-1/+4
* removed unused #include "menu.h" from the stats.c filesUlf Lamping2003-12-131-2/+1