Remove some unnecessary includes: a lot of things don't need globals.h and register.h
[obnox/wireshark/wip.git] / gtk / rpc_progs.c
2010-08-30 morrissRemove some unnecessary includes: a lot of things don...
2010-08-23 wmeier(Minor) Cleanup signal callbak signatures and related:
2010-08-05 wmeier(Trivial) Define rpcprogs_packet() as returning gboolea...
2010-08-05 wmeierFrom Cal Turney: Need 6 dec places of SRT precision...
2009-09-27 stigFix a possible dereference of null pointer.
2009-08-27 wmeierAdd #include <stdio.h> in a few more places ....
2009-06-22 etxrabChange window_new() to dlg_window_new() and destroy...
2009-06-05 guyHave tap listeners specify whether the "packet" routine...
2008-10-13 stigBring the windows to front when rescanning of packets...
2008-08-05 morrissDon't put (non-extern'd) prototypes for protect_thread_...
2008-04-17 ulflrename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UN...
2008-04-13 ulflsort #includes by directories
2008-04-12 ulflwhere it's not necessary, remove #include "compat_macros.h"
2008-04-11 ulfllast round to replace SIGNAL_CONNECT with g_signal_connect
2008-04-11 wmeierOBJECT_..._DATA --> g_object_..._data
2006-05-31 geraldTethereal/tethereal -> TShark/tshark.
2006-05-28 etxrabEthereal->Wireshark
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 sahlbergname change
2006-02-11 lego add an userdata argument to register_stat_cmd_arg...
2005-09-14 guyHave cf_retap_packets() take an argument that indicates...
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-21 guyAs per a suggestion by Ulf Lamping, rename gtk_*.[ch...
2005-08-21 guyAdd a "register_dfilter_stat()", to register stats...
2005-08-20 guyRename epan/stat.[ch] to epan/stat_cmd_args.[ch] -...
2005-08-20 jmayer- Declare some functions static
2005-08-20 ulflrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-19 guyMove the stats.[ch] stuff into epan, so plugins can...
2005-08-19 guyMove the APIs for registering and processing "-z" comma...
2005-08-06 guySquelch more const warnings (and fix some memory leaks...
2005-04-01 guyRename "register_ethereal_tap()" to "register_tap_liste...
2005-02-04 ulflhuge cleanup of capture file API (functions in file...
2005-01-01 guyMake the signatures of functions passed to "register_ta...
2004-11-12 guyPut the file name into the window title, so if you...
2004-09-29 guyMove the tap infrastructure to the epan directory.
2004-07-18 gramMove dissectors to epan/dissectors directory.
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-05-23 ulfluse new functions in window API (ui_util.h),
2004-05-17 sahlbergIn rpc programs statistics, change RTT (RoundTripTime...
2004-04-12 ulfladded a close button to the dialogs,
2004-03-13 ulflvarious string related changes, mainly replace sprintf...
2004-02-23 ulflstatistics menu redesigned, now looking more like the...
2004-02-22 ulflRedesigned the menu structure of the former statistics...
2004-02-13 guyAdd a "window_new()" routine that creates a window...
2004-02-11 guyMost taps that now include "tap_menu.h" no longer need...
2004-02-11 guyMove the declaration of "register_tap_menu_item()"...
2004-01-03 sharpeMake Analyze/Statistics have an accelerator of Alt...
2003-12-17 guyFrom Lars Roland: have common code to handle display...
2003-12-13 guyPut back "menu.h" - it's needed to declare "register_ta...
2003-12-13 ulflremoved unused #include "menu.h" from the stats.c files
2003-09-24 guyPass a pointer to a "capture_file" structure to
2003-09-19 guyProvide a mechanism by which a tap can arrange to have...
2003-09-17 guyHave "register_tap_menu_item()" put the item under...
2003-04-23 guyMake "register_tap_listener()" return NULL on success...
2003-04-23 guyHave "register_tap_menu_item()" create submenus as...
2003-04-23 guyAllow taps to have menu item registration routines...
2002-12-16 sahlbergPrettify RPC_PROGRAMS table when reading new capture...
2002-11-11 oabadUse gtk1/gtk2 compatibility macros to reduce #ifdefs.
2002-11-06 sahlbergFirst step in creating an API to register TAPs for...
2002-10-23 guyFrom Ronnie Sahlberg: make the tap listeners for gtk...
2002-10-23 guyFrom Ronnie Sahlberg: pass a pointer to the epan_dissec...
2002-09-07 sahlbergTap system supprot for Gtk1 and both rpc_stat and rpc_progs