aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* Add a "file_selection_new()" routine that does all the positioning (GTK+Guy Harris2003-09-241-2/+2
* If there's no saved interface name, set the interface name in theGuy Harris2003-09-101-6/+5
* If we have no interfaces, don't set the popdown list for interface comboGuy Harris2003-09-101-3/+5
* Have "get_interface_list()" return a list of "if_info_t" structuresGuy Harris2003-09-101-166/+12
* From Nathan Jennings:Guy Harris2003-09-081-3/+162
* Fix signed/unsigned comparison warnings.Gilbert Ramirez2003-07-251-4/+6
* Implement a ring buffer switch duration:Laurent Deniel2003-05-151-3/+58
* Add a new routine "filter_button_destroy_cb()", and make it theGuy Harris2003-01-151-12/+3
* Helper macros fro gtk1.2/gtk2 compatibility.Olivier Abad2002-11-091-196/+88
* Merge gtk and gtk2 directories.Olivier Abad2002-11-031-27/+173
* From Graeme Hewson:Gerald Combs2002-09-221-6/+8
* From Graeme Hewson:Guy Harris2002-09-091-7/+42
* Include cleanups in gtk and gtk2:Jörg Mayer2002-09-051-9/+1
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-35/+35
* From Joerg Mayer:Guy Harris2002-07-171-5/+1
* Update the URL for WinPcap.Guy Harris2002-06-241-2/+2
* In the Windows capture dialog, place the interface description before theGerald Combs2002-05-181-2/+8
* Update wiretapped mirror links.Gerald Combs2002-04-141-2/+2
* Change "http://netgroup-mirror.ethereal.com/winpcap" URLs toGerald Combs2002-04-141-2/+2
* From Joerg Mayer: remove unused variables.Guy Harris2002-03-051-2/+1
* From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris2002-03-051-10/+10
* Cut down the vertical spacing in the "Capture Options" dialog box.Guy Harris2002-03-051-7/+7
* Put all the capture options into a structure.Guy Harris2002-02-241-42/+59
* Have "get_positive_int()" really check for positive integers, not justGuy Harris2002-02-241-30/+1
* "autostop_filesize" and "autostop_duration" don't need to be in theGuy Harris2002-02-241-22/+19
* Set "snaplen", not "has_snaplen", to the snapshot length specified inGuy Harris2002-02-221-6/+6
* Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris2002-02-081-180/+330
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Add a preferences page for the name resolution flags.Guy Harris2002-01-131-8/+8
* Label the window popped up by "Capture->Start" "Capture Options", notGuy Harris2002-01-111-7/+7
* Separate the promiscuous mode, "Update list of packets in real time",Guy Harris2002-01-101-9/+9
* Add a preferences page for capture preferences, so that the user canGuy Harris2002-01-101-3/+9
* Check for invalid maximum packet count values.Guy Harris2001-12-091-2/+6
* When making the "number of ring buffer files" spin button sensitive orGuy Harris2001-12-041-40/+67
* Make the bytes-written information from Wiretap a long, as we allowGuy Harris2001-12-041-5/+101
* Support for stopping capture at specified capture file size or captureGuy Harris2001-12-041-15/+109
* Wrap calls to "pcap_datalink()" in a routine that attempts to compensateGuy Harris2001-11-091-2/+2
* Add the Ethereal Web site's mirror of WinPcap to the dialog popped up ifGuy Harris2001-10-311-2/+5
* The Wiretapped.net mirror is OK again (it was a problem with theGuy Harris2001-09-291-3/+6
* Sigh. The wiretapped.net site appears to have an old version ofGuy Harris2001-09-281-3/+4
* Make the message popped up if you try to do a capture on a Win32 machineGuy Harris2001-09-261-6/+9
* Support for "-N" flag enabling selected forms of name resolution, fromGuy Harris2001-05-311-12/+37
* Free the string you "g_strdup()"ed, rather than handing "g_free()" theGuy Harris2001-05-311-2/+2
* There's no "enable name resolution in captures" preference in Ethereal,Guy Harris2001-04-151-3/+3
* Added the ethereal capture preferences to the preference file.Jeff Foster2001-04-131-9/+10
* Win32 build fix, show "0.5.2 (WinPcap 2.1)" as the libpcap versionGilbert Ramirez2001-04-051-3/+3
* Now that WinPcap is a DLL, I can load it at run-time rather than load-time.Gilbert Ramirez2001-04-031-1/+17
* There's no need for a member of a "capture_file" structure holding aGuy Harris2001-01-281-1/+3
* Add a dialog box for constructing expressions that test a field in theGuy Harris2001-01-021-2/+2
* Move the declaration of "g_resolving_actif" from the top-levelGuy Harris2000-10-191-1/+2