aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_info_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* Use gtk_progress_bar_set_fraction instead of the deprecated gtk_progress_bar_...Bill Meier2009-12-291-83/+68
* Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris2009-04-211-1/+1
* gtk_label_set -> gtk_label_set_textAnders Broman2009-02-261-3/+3
* From Alexey Neyman:Anders Broman2008-08-121-0/+4
* From Alexey Neyman (Bug 2786):Sake Blok2008-08-091-5/+16
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-07-081-5/+5
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-06-291-2/+2
* Add gtk/capture_globals.h, to declare global_capture_opts, so files thatGuy Harris2008-06-241-2/+2
* Have capture_info_ui_create() and capture_info_open() take a pointer toGuy Harris2008-06-241-3/+4
* Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke2008-06-211-10/+4
* sort #includes by directoriesUlf Lamping2008-04-131-14/+15
* move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping2008-04-121-1/+1
* first round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-5/+3
* replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping2008-04-111-1/+1
* OBJECT_..._DATA --> g_object_..._dataBill Meier2008-04-111-2/+2
* Added #include <sys/types.h>Stig Bjørlykke2007-08-301-0/+4
* On slow displays (such as RDP sessions), it looks like the "update"Gerald Combs2007-05-101-2/+12
* capture interfaces dialog: use capture stock icons instead of plain text buttonsUlf Lamping2006-08-241-3/+17
* Add support for AirPcap, an upcoming wireless product from CACE. SupportGerald Combs2006-08-161-0/+11
* Radek Vokal <rvokal@redhat.com>:Jörg Mayer2006-06-081-1/+2
* Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris2006-05-221-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping2006-02-171-2/+0
* Constify a bunch of arguments and variables, to squelch compilerGuy Harris2005-12-141-1/+0
* hmmm, the include sequence might be important too ...Ulf Lamping2005-12-141-1/+1
* add missing includeUlf Lamping2005-12-141-0/+2
* rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping2005-12-061-1/+1
* move the complete functionality of the capture info dialog from capture_loop....Ulf Lamping2005-12-041-7/+26
* split some parts of the packet counting functions into their own files captur...Ulf Lamping2005-12-031-4/+5
* split capture.h into capture.h, capture_loop.h and capture_opts.h and place t...Ulf Lamping2005-12-031-0/+1
* renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping2005-08-201-1/+1
* various (minor) capture code cleanupUlf Lamping2005-03-281-1/+1
* remove capture_child flag from capture_opts as it's no longer requiredUlf Lamping2005-03-281-1/+1
* - pcap.h needs to be included before capture.hJörg Mayer2005-03-071-1/+1
* (some) redesign of capture data structures.Ulf Lamping2005-02-041-1/+1
* Rename capture_combo_utils.{c,h} to capture_ui_utils.{c,h}, as the codeGuy Harris2005-01-161-1/+1
* Use a more descriptive name, if available, for the network interface inGuy Harris2005-01-161-37/+17
* Recently the capture interface name was added to the title of the capture inf...Ulf Lamping2005-01-151-1/+35
* Don't use a global capture_opts in the capturing engine (this isn't a good id...Ulf Lamping2004-12-291-1/+2
* From Nathan Jennings: add a preference that supplies a prefix for windowGuy Harris2004-12-021-1/+6
* split capture_loop from capture.c, some more code cleanupUlf Lamping2004-10-301-4/+4
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* added a small commentUlf Lamping2004-05-271-1/+2
* more code cleanup from dialog things:Ulf Lamping2004-05-261-17/+7
* two memory leaks removedUlf Lamping2004-04-141-1/+2
* From Jon Oberheide: Add interface name to the capture and ethereal windowMichael Tüxen2004-04-131-3/+7
* replaced sprintf / snprintf by g_snprintf,Ulf Lamping2004-03-131-3/+3
* rework of capture.c: better seperation of sync and capture pipe by usingUlf Lamping2004-02-211-7/+7
* implemented dlg_button_row_new to get a standard function forUlf Lamping2004-01-211-9/+8
* use stock buttons whereever possible,Ulf Lamping2004-01-211-6/+2