aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-26use the log features of the GLib to have verbose output of the capturing engi...Ulf Lamping1-26/+26
2005-04-27add a state member to the capture_opts, and set it according to the capture e...Ulf Lamping1-0/+1
2005-04-12capture engine: Ulf Lamping1-0/+1
2005-04-10Win32 only bugfix: as using TerminateProcess is the brute force way and somet...Ulf Lamping1-8/+68
2005-03-28bugfixes: bring non real-time captures back to former behaviour, other minor ...Ulf Lamping1-1/+1
2005-03-28fix Solaris build (I've removed O_BINARY)Ulf Lamping1-4/+4
2005-03-28remove capture_child flag from capture_opts as it's no longer requiredUlf Lamping1-2/+0
2005-03-28a lot more capture engine code cleanupUlf Lamping1-5/+0
2005-03-28The "cf" field of a "capture_options" structure is a "void *" and, inGuy Harris1-1/+1
2005-03-28major capture engine rework: use two task model for EVERY capture modeUlf Lamping1-13/+46
2005-02-27Move "get_natural_int()" and "get_positive_int()" from "capture_opts.c"Guy Harris1-44/+1
2005-02-24avoid capture stopping after just 1 packet in tethereal,Luis Ontanon1-1/+1
2005-02-24Include <string.h> and <ctype.h> to get the appropriate functionsGuy Harris1-2/+5
2005-02-23pass child capture filename to parent process (name currently unused) and som...Ulf Lamping1-0/+2
2005-02-23use the applications name (currently "ethereal" or "tethereal") in capture_op...Ulf Lamping1-28/+28
2005-02-23move capture_opts related things (init, command line, ...) from capture.c to ...Ulf Lamping1-0/+318