aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
Commit message (Expand)AuthorAgeFilesLines
* 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