aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_info_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-5/+5
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-2/+2
2008-06-24Add gtk/capture_globals.h, to declare global_capture_opts, so files thatguy1-2/+2
2008-06-24Have capture_info_ui_create() and capture_info_open() take a pointer toguy1-3/+4
2008-06-21Removed the usage of topic_available() as we now have all topics.stig1-10/+4
2008-04-13sort #includes by directoriesulfl1-14/+15
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)ulfl1-1/+1
2008-04-11first round to replace SIGNAL_CONNECT with g_signal_connectulfl1-5/+3
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestulfl1-1/+1
2008-04-11OBJECT_..._DATA --> g_object_..._datawmeier1-2/+2
2007-08-30Added #include <sys/types.h>stig1-0/+4
2007-05-10On slow displays (such as RDP sessions), it looks like the "update"gerald1-2/+12
2006-08-24capture interfaces dialog: use capture stock icons instead of plain text buttonsulfl1-3/+17
2006-08-16Add support for AirPcap, an upcoming wireless product from CACE. Supportgerald1-0/+11
2006-06-08Radek Vokal <rvokal@redhat.com>:jmayer1-1/+2
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIguy1-1/+1
2006-05-21name changesahlberg1-2/+2
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...ulfl1-2/+0
2005-12-14Constify a bunch of arguments and variables, to squelch compilerguy1-1/+0
2005-12-14hmmm, the include sequence might be important too ...ulfl1-1/+1
2005-12-14add missing includeulfl1-0/+2
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hulfl1-1/+1
2005-12-04move the complete functionality of the capture info dialog from capture_loop....ulfl1-7/+26
2005-12-03split some parts of the packet counting functions into their own files captur...ulfl1-4/+5
2005-12-03split capture.h into capture.h, capture_loop.h and capture_opts.h and place t...ulfl1-0/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2005-03-28various (minor) capture code cleanupulfl1-1/+1
2005-03-28remove capture_child flag from capture_opts as it's no longer requiredulfl1-1/+1
2005-03-07- pcap.h needs to be included before capture.hjmayer1-1/+1
2005-02-04(some) redesign of capture data structures.ulfl1-1/+1
2005-01-16Rename capture_combo_utils.{c,h} to capture_ui_utils.{c,h}, as the codeguy1-1/+1
2005-01-16Use a more descriptive name, if available, for the network interface inguy1-37/+17
2005-01-15Recently the capture interface name was added to the title of the capture inf...ulfl1-1/+35
2004-12-29Don't use a global capture_opts in the capturing engine (this isn't a good id...ulfl1-1/+2
2004-12-02From Nathan Jennings: add a preference that supplies a prefix for windowguy1-1/+6
2004-10-30split capture_loop from capture.c, some more code cleanupulfl1-4/+4
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-05-27added a small commentulfl1-1/+2
2004-05-26more code cleanup from dialog things:ulfl1-17/+7
2004-04-14two memory leaks removedulfl1-1/+2
2004-04-13From Jon Oberheide: Add interface name to the capture and ethereal windowtuexen1-3/+7
2004-03-13replaced sprintf / snprintf by g_snprintf,ulfl1-3/+3
2004-02-21rework of capture.c: better seperation of sync and capture pipe by usingulfl1-7/+7
2004-01-21implemented dlg_button_row_new to get a standard function forulfl1-9/+8
2004-01-21use stock buttons whereever possible,ulfl1-6/+2
2004-01-05removed some MSVC warnings (level 3)ulfl1-2/+2
2003-12-21removed some MSVC warnings (moved pcap.h before glib.h)ulfl1-3/+2
2003-12-16Use gtk compatibility macros (from compat_macros.h) instead of some gtk+oabad1-5/+5
2003-11-28use dlg_window_new instead of gtk_window_newulfl1-3/+2
2003-11-28label changed from "Portions" to "% of total" as suggested by Guyulfl1-6/+6