aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* pass child capture filename to parent process (name currently unused) and som...Ulf Lamping2005-02-231-0/+2
* use the applications name (currently "ethereal" or "tethereal") in capture_op...Ulf Lamping2005-02-231-28/+28
* move capture_opts related things (init, command line, ...) from capture.c to ...Ulf Lamping2005-02-231-0/+318