aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-11Get rid of the "Question" alert box type - rename it to "Confirmation",Guy Harris1-2/+2
2004-02-04Add some comments about the types of alert boxes you get with theGuy Harris1-2/+2
2004-01-31cleanup of new "question dialogs",Ulf Lamping1-4/+4
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-7/+7
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toUlf Lamping1-5/+5
2004-01-29every GUI action, which will erease a currently unsaved capture file,Ulf Lamping1-2/+39
2004-01-26On Windows OT, interface names *can* have spaces in them; to find theGuy Harris1-17/+45
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping1-12/+4
2004-01-21use stock buttons whereever possible,Ulf Lamping1-5/+9
2004-01-20code cleanup and added some moreUlf Lamping1-2/+2
2004-01-10using button compatibility macrosUlf Lamping1-3/+3
2004-01-10using button compatibility macrosUlf Lamping1-64/+16
2003-12-23removed some MSVC warnings (conversions between double/float and int)Ulf Lamping1-11/+11
2003-12-21removed some MSVC warnings (moved pcap.h before glib.h)Ulf Lamping1-3/+2
2003-12-13set link layer type sensitive only,Ulf Lamping1-3/+3
2003-11-18removed MSVC compiler warningsUlf Lamping1-3/+4
2003-11-15added "#include <epan/packet.h>" to be able to include "capture.h"Ulf Lamping1-1/+2
2003-11-03Don't try to get the list of link-layer header types for an interface ifGuy Harris1-6/+44
2003-11-01Based on a patch from Brian Fundakowski Feldman, add support for settingGuy Harris1-11/+124
2003-09-24Add a "file_selection_new()" routine that does all the positioning (GTK+Guy Harris1-2/+2
2003-09-10If there's no saved interface name, set the interface name in theGuy Harris1-6/+5
2003-09-10If we have no interfaces, don't set the popdown list for interface comboGuy Harris1-3/+5
2003-09-10Have "get_interface_list()" return a list of "if_info_t" structuresGuy Harris1-166/+12
2003-09-08From Nathan Jennings:Guy Harris1-3/+162
2003-07-25Fix signed/unsigned comparison warnings.Gilbert Ramirez1-4/+6
2003-05-15Implement a ring buffer switch duration:Laurent Deniel1-3/+58
2003-01-15Add a new routine "filter_button_destroy_cb()", and make it theGuy Harris1-12/+3
2002-11-09Helper macros fro gtk1.2/gtk2 compatibility.Olivier Abad1-196/+88
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-27/+173
2002-09-22From Graeme Hewson:Gerald Combs1-6/+8
2002-09-09From Graeme Hewson:Guy Harris1-7/+42
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-9/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-35/+35
2002-07-17From Joerg Mayer:Guy Harris1-5/+1
2002-06-24Update the URL for WinPcap.Guy Harris1-2/+2
2002-05-18In the Windows capture dialog, place the interface description before theGerald Combs1-2/+8
2002-04-14Update wiretapped mirror links.Gerald Combs1-2/+2
2002-04-14Change "http://netgroup-mirror.ethereal.com/winpcap" URLs toGerald Combs1-2/+2
2002-03-05From Joerg Mayer: remove unused variables.Guy Harris1-2/+1
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-10/+10
2002-03-05Cut down the vertical spacing in the "Capture Options" dialog box.Guy Harris1-7/+7
2002-02-24Put all the capture options into a structure.Guy Harris1-42/+59
2002-02-24Have "get_positive_int()" really check for positive integers, not justGuy Harris1-30/+1
2002-02-24"autostop_filesize" and "autostop_duration" don't need to be in theGuy Harris1-22/+19
2002-02-22Set "snaplen", not "has_snaplen", to the snapshot length specified inGuy Harris1-6/+6
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris1-180/+330
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2002-01-13Add a preferences page for the name resolution flags.Guy Harris1-8/+8
2002-01-11Label the window popped up by "Capture->Start" "Capture Options", notGuy Harris1-7/+7
2002-01-10Separate the promiscuous mode, "Update list of packets in real time",Guy Harris1-9/+9