The Styleguide section has been moved to the Wireshark Developer's Guide.
[obnox/wireshark/wip.git] / gtk / capture_info_dlg.c
2010-08-30 morrissRemove some unnecessary includes: a lot of things don...
2010-08-17 wmeier(Trivial) Reword comments about callback function signa...
2009-12-29 wmeierUse gtk_progress_bar_set_fraction instead of the deprec...
2009-04-21 guyTurn on -Wshorten-64-to-32 by default, and fix some...
2009-02-26 etxrabgtk_label_set -> gtk_label_set_text
2008-08-12 etxrabFrom Alexey Neyman:
2008-08-09 sakeFrom Alexey Neyman (Bug 2786):
2008-07-08 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-06-24 guyAdd gtk/capture_globals.h, to declare global_capture_op...
2008-06-24 guyHave capture_info_ui_create() and capture_info_open...
2008-06-21 stigRemoved the usage of topic_available() as we now have...
2008-04-13 ulflsort #includes by directories
2008-04-12 ulflmove stock icon code from toolbar.c into specific stock...
2008-04-11 ulflfirst round to replace SIGNAL_CONNECT with g_signal_connect
2008-04-11 ulflreplace WIDGET_SET_SIZE with gtk_widget_set_size_request
2008-04-11 wmeierOBJECT_..._DATA --> g_object_..._data
2007-08-30 stigAdded #include <sys/types.h>
2007-05-10 geraldOn slow displays (such as RDP sessions), it looks like...
2006-08-24 ulflcapture interfaces dialog: use capture stock icons...
2006-08-16 geraldAdd support for AirPcap, an upcoming wireless product...
2006-06-08 jmayerRadek Vokal <rvokal@redhat.com>:
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 sahlbergname change
2006-02-17 ulflremove dependencies to pcap.h, so getting an idea what...
2005-12-14 guyConstify a bunch of arguments and variables, to squelch...
2005-12-14 ulflhmmm, the include sequence might be important too ...
2005-12-14 ulfladd missing include
2005-12-06 ulflrename pcap-....c/.h files to capture-pcap-....c/.h
2005-12-04 ulflmove the complete functionality of the capture info...
2005-12-03 ulflsplit some parts of the packet counting functions into...
2005-12-03 ulflsplit capture.h into capture.h, capture_loop.h and...
2005-08-20 ulflrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-03-28 ulflvarious (minor) capture code cleanup
2005-03-28 ulflremove capture_child flag from capture_opts as it's...
2005-03-07 jmayer- pcap.h needs to be included before capture.h
2005-02-04 ulfl(some) redesign of capture data structures.
2005-01-16 guyRename capture_combo_utils.{c,h} to capture_ui_utils...
2005-01-16 guyUse a more descriptive name, if available, for the...
2005-01-15 ulflRecently the capture interface name was added to the...
2004-12-29 ulflDon't use a global capture_opts in the capturing engine...
2004-12-02 guyFrom Nathan Jennings: add a preference that supplies...
2004-10-30 ulflsplit capture_loop from capture.c, some more code cleanup
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-05-27 ulfladded a small comment
2004-05-26 ulflmore code cleanup from dialog things:
2004-04-14 ulfltwo memory leaks removed
2004-04-13 tuexenFrom Jon Oberheide: Add interface name to the capture...
2004-03-13 ulflreplaced sprintf / snprintf by g_snprintf,
2004-02-21 ulflrework of capture.c: better seperation of sync and...
2004-01-21 ulflimplemented dlg_button_row_new to get a standard functi...
2004-01-21 ulfluse stock buttons whereever possible,
2004-01-05 ulflremoved some MSVC warnings (level 3)
2003-12-21 ulflremoved some MSVC warnings (moved pcap.h before glib.h)
2003-12-16 oabadUse gtk compatibility macros (from compat_macros.h...
2003-11-28 ulfluse dlg_window_new instead of gtk_window_new
2003-11-28 ulfllabel changed from "Portions" to "% of total" as sugges...
2003-11-18 ulflremoved MSVC warnings
2003-11-17 guyNot all compilers allow array/structure/union members...
2003-11-17 guy"capture()" takes a "struct pcap_stat *" argument,...
2003-11-15 ulflseperated capture dialog from capture.c and put into...