aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_info_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-1/+1
2009-02-26gtk_label_set -> gtk_label_set_textAnders Broman1-3/+3
2008-08-12From Alexey Neyman:Anders Broman1-0/+4
2008-08-09From Alexey Neyman (Bug 2786):Sake Blok1-5/+16
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-5/+5
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-2/+2
2008-06-24Add gtk/capture_globals.h, to declare global_capture_opts, so files thatGuy Harris1-2/+2
2008-06-24Have capture_info_ui_create() and capture_info_open() take a pointer toGuy Harris1-3/+4
2008-06-21Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke1-10/+4
2008-04-13sort #includes by directoriesUlf Lamping1-14/+15
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping1-1/+1
2008-04-11first round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-5/+3
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping1-1/+1
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-2/+2
2007-08-30Added #include <sys/types.h>Stig Bjørlykke1-0/+4
2007-05-10On slow displays (such as RDP sessions), it looks like the "update"Gerald Combs1-2/+12
2006-08-24capture interfaces dialog: use capture stock icons instead of plain text buttonsUlf Lamping1-3/+17
2006-08-16Add support for AirPcap, an upcoming wireless product from CACE. SupportGerald Combs1-0/+11
2006-06-08Radek Vokal <rvokal@redhat.com>:Jörg Mayer1-1/+2
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping1-2/+0
2005-12-14Constify a bunch of arguments and variables, to squelch compilerGuy Harris1-1/+0
2005-12-14hmmm, the include sequence might be important too ...Ulf Lamping1-1/+1
2005-12-14add missing includeUlf Lamping1-0/+2
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping1-1/+1
2005-12-04move the complete functionality of the capture info dialog from capture_loop....Ulf Lamping1-7/+26
2005-12-03split some parts of the packet counting functions into their own files captur...Ulf Lamping1-4/+5
2005-12-03split capture.h into capture.h, capture_loop.h and capture_opts.h and place t...Ulf Lamping1-0/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-03-28various (minor) capture code cleanupUlf Lamping1-1/+1
2005-03-28remove capture_child flag from capture_opts as it's no longer requiredUlf Lamping1-1/+1
2005-03-07- pcap.h needs to be included before capture.hJörg Mayer1-1/+1
2005-02-04(some) redesign of capture data structures.Ulf Lamping1-1/+1
2005-01-16Rename capture_combo_utils.{c,h} to capture_ui_utils.{c,h}, as the codeGuy Harris1-1/+1
2005-01-16Use a more descriptive name, if available, for the network interface inGuy Harris1-37/+17
2005-01-15Recently the capture interface name was added to the title of the capture inf...Ulf Lamping1-1/+35
2004-12-29Don't use a global capture_opts in the capturing engine (this isn't a good id...Ulf Lamping1-1/+2
2004-12-02From Nathan Jennings: add a preference that supplies a prefix for windowGuy Harris1-1/+6
2004-10-30split capture_loop from capture.c, some more code cleanupUlf Lamping1-4/+4
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-05-27added a small commentUlf Lamping1-1/+2
2004-05-26more code cleanup from dialog things:Ulf Lamping1-17/+7
2004-04-14two memory leaks removedUlf Lamping1-1/+2
2004-04-13From Jon Oberheide: Add interface name to the capture and ethereal windowMichael Tüxen1-3/+7
2004-03-13replaced sprintf / snprintf by g_snprintf,Ulf Lamping1-3/+3
2004-02-21rework of capture.c: better seperation of sync and capture pipe by usingUlf Lamping1-7/+7
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping1-9/+8
2004-01-21use stock buttons whereever possible,Ulf Lamping1-6/+2
2004-01-05removed some MSVC warnings (level 3)Ulf Lamping1-2/+2