aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-1/+1
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-21prepare to list the IP addresses in the command line interfaces list outputUlf Lamping1-0/+24
2006-04-03In Tethereal, don't save to a temporary file if "-w" isn't specified,Guy Harris1-10/+13
2006-03-24remove some XXX markers in comments which are no (longer) ToDo itemsUlf Lamping1-4/+4
2006-03-01A "-b" argument must have a : in it, as it has to specify a criterionGuy Harris1-1/+1
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping1-11/+8
2006-02-11the point of no return ...Ulf Lamping1-72/+2
2006-02-10remove all calls to exit() from the capture_opts.c and replace them by status...Ulf Lamping1-23/+39
2006-01-12fix #661Ulf Lamping1-0/+5
2006-01-07move output_to_pipe flag from tethereal's loop_data into capture_opts, so it ...Ulf Lamping1-0/+65
2005-12-17Win32 bugfix: peeking the signal_pipe at capture_loop start seems to be unrel...Ulf Lamping1-0/+1
2005-12-13HUGE STEP (hopefully toward the right direction):Ulf Lamping1-2/+191
2005-12-05add capture_opts_trim(), as this sequence is used three times now (will repla...Ulf Lamping1-0/+17
2005-12-03split capture.h into capture.h, capture_loop.h and capture_opts.h and place t...Ulf Lamping1-0/+1
2005-11-17Handle "-G" only in Tethereal - it doesn't work in Ethereal, and isn'tGuy Harris1-26/+27
2005-11-12including io.h isn't neededUlf Lamping1-4/+0
2005-10-07fix Ethereal so command line capture parameter will work with kilobytes (again)Ulf Lamping1-2/+2
2005-05-30fix #148: (win32 only) use command line parameter -B to set capture buffer sizeUlf Lamping1-0/+5
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