aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
Commit message (Expand)AuthorAgeFilesLines
* Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)Tomas Kukosa2007-12-041-0/+129
* as "advertised" some days ago:Ulf Lamping2007-09-251-1/+0
* Change the "--enable-setuid-install" option to install dumpcap and TSharkGerald Combs2007-08-301-0/+4
* capture_opts_log: use dummy string if iface_desc is NULL;Bill Meier2007-08-281-1/+3
* Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1757 :Jeff Morriss2007-08-221-0/+14
* Add a "-S" flag to dumpcap, which prints out interface statistics. UseGerald Combs2007-08-021-0/+92
* Remove the "-I" flag from dumpcap, and add a "-M" flag used to specifyGerald Combs2007-07-201-15/+35
* Fix bug #1665 / From Nikns Siankin:Stephen Fisher2007-06-251-0/+4
* Fix compilation under VS6 (hopefully without breaking compilationGerald Combs2007-06-111-13/+20
* One more step in privilege separation.Gerald Combs2007-06-111-29/+67
* Have the routines to get interface lists take a pointer to a "gchar *"Guy Harris2007-01-211-24/+18
* Win32: MSVC > 6 doesn't work well with Unicode filenames!Ulf Lamping2007-01-121-1/+1
* from Laurent Rabret:Ulf Lamping2007-01-031-1/+1
* From Pierre Juhen: patch to correct the bug 1220Bill Meier2007-01-011-3/+3
* Frederic Heem:Jörg Mayer2006-11-021-0/+2
* Go back to setting the capture filter to an empty string when we start;Guy Harris2006-08-261-2/+3
* Initialize the cfilter field of a capture_opts structure to a nullGuy Harris2006-08-211-3/+5
* Tethereal/tethereal -> TShark/tshark.Gerald Combs2006-05-311-1/+1
* Ethereal->WiresharkAnders Broman2006-05-281-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* prepare to list the IP addresses in the command line interfaces list outputUlf Lamping2006-04-211-0/+24
* In Tethereal, don't save to a temporary file if "-w" isn't specified,Guy Harris2006-04-031-10/+13
* remove some XXX markers in comments which are no (longer) ToDo itemsUlf Lamping2006-03-241-4/+4
* A "-b" argument must have a : in it, as it has to specify a criterionGuy Harris2006-03-011-1/+1
* remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping2006-02-171-11/+8
* the point of no return ...Ulf Lamping2006-02-111-72/+2
* remove all calls to exit() from the capture_opts.c and replace them by status...Ulf Lamping2006-02-101-23/+39
* fix #661Ulf Lamping2006-01-121-0/+5
* move output_to_pipe flag from tethereal's loop_data into capture_opts, so it ...Ulf Lamping2006-01-071-0/+65
* Win32 bugfix: peeking the signal_pipe at capture_loop start seems to be unrel...Ulf Lamping2005-12-171-0/+1
* HUGE STEP (hopefully toward the right direction):Ulf Lamping2005-12-131-2/+191
* add capture_opts_trim(), as this sequence is used three times now (will repla...Ulf Lamping2005-12-051-0/+17
* split capture.h into capture.h, capture_loop.h and capture_opts.h and place t...Ulf Lamping2005-12-031-0/+1
* Handle "-G" only in Tethereal - it doesn't work in Ethereal, and isn'tGuy Harris2005-11-171-26/+27
* including io.h isn't neededUlf Lamping2005-11-121-4/+0
* fix Ethereal so command line capture parameter will work with kilobytes (again)Ulf Lamping2005-10-071-2/+2
* fix #148: (win32 only) use command line parameter -B to set capture buffer sizeUlf Lamping2005-05-301-0/+5
* use the log features of the GLib to have verbose output of the capturing engi...Ulf Lamping2005-05-261-26/+26
* add a state member to the capture_opts, and set it according to the capture e...Ulf Lamping2005-04-271-0/+1
* capture engine: Ulf Lamping2005-04-121-0/+1
* Win32 only bugfix: as using TerminateProcess is the brute force way and somet...Ulf Lamping2005-04-101-8/+68
* bugfixes: bring non real-time captures back to former behaviour, other minor ...Ulf Lamping2005-03-281-1/+1
* fix Solaris build (I've removed O_BINARY)Ulf Lamping2005-03-281-4/+4
* remove capture_child flag from capture_opts as it's no longer requiredUlf Lamping2005-03-281-2/+0
* a lot more capture engine code cleanupUlf Lamping2005-03-281-5/+0
* The "cf" field of a "capture_options" structure is a "void *" and, inGuy Harris2005-03-281-1/+1
* major capture engine rework: use two task model for EVERY capture modeUlf Lamping2005-03-281-13/+46
* Move "get_natural_int()" and "get_positive_int()" from "capture_opts.c"Guy Harris2005-02-271-44/+1
* avoid capture stopping after just 1 packet in tethereal,Luis Ontanon2005-02-241-1/+1
* Include <string.h> and <ctype.h> to get the appropriate functionsGuy Harris2005-02-241-2/+5