| Commit message (Expand) | Author | Age | Files | Lines |
* | Go back to setting the capture filter to an empty string when we start; | Guy Harris | 2006-08-26 | 1 | -2/+3 |
* | Initialize the cfilter field of a capture_opts structure to a null | Guy Harris | 2006-08-21 | 1 | -3/+5 |
* | Tethereal/tethereal -> TShark/tshark. | Gerald Combs | 2006-05-31 | 1 | -1/+1 |
* | Ethereal->Wireshark | Anders Broman | 2006-05-28 | 1 | -1/+1 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | prepare to list the IP addresses in the command line interfaces list output | Ulf Lamping | 2006-04-21 | 1 | -0/+24 |
* | In Tethereal, don't save to a temporary file if "-w" isn't specified, | Guy Harris | 2006-04-03 | 1 | -10/+13 |
* | remove some XXX markers in comments which are no (longer) ToDo items | Ulf Lamping | 2006-03-24 | 1 | -4/+4 |
* | A "-b" argument must have a : in it, as it has to specify a criterion | Guy Harris | 2006-03-01 | 1 | -1/+1 |
* | remove dependencies to pcap.h, so getting an idea what needs to be done by du... | Ulf Lamping | 2006-02-17 | 1 | -11/+8 |
* | the point of no return ... | Ulf Lamping | 2006-02-11 | 1 | -72/+2 |
* | remove all calls to exit() from the capture_opts.c and replace them by status... | Ulf Lamping | 2006-02-10 | 1 | -23/+39 |
* | fix #661 | Ulf Lamping | 2006-01-12 | 1 | -0/+5 |
* | move output_to_pipe flag from tethereal's loop_data into capture_opts, so it ... | Ulf Lamping | 2006-01-07 | 1 | -0/+65 |
* | Win32 bugfix: peeking the signal_pipe at capture_loop start seems to be unrel... | Ulf Lamping | 2005-12-17 | 1 | -0/+1 |
* | HUGE STEP (hopefully toward the right direction): | Ulf Lamping | 2005-12-13 | 1 | -2/+191 |
* | add capture_opts_trim(), as this sequence is used three times now (will repla... | Ulf Lamping | 2005-12-05 | 1 | -0/+17 |
* | split capture.h into capture.h, capture_loop.h and capture_opts.h and place t... | Ulf Lamping | 2005-12-03 | 1 | -0/+1 |
* | Handle "-G" only in Tethereal - it doesn't work in Ethereal, and isn't | Guy Harris | 2005-11-17 | 1 | -26/+27 |
* | including io.h isn't needed | Ulf Lamping | 2005-11-12 | 1 | -4/+0 |
* | fix Ethereal so command line capture parameter will work with kilobytes (again) | Ulf Lamping | 2005-10-07 | 1 | -2/+2 |
* | fix #148: (win32 only) use command line parameter -B to set capture buffer size | Ulf Lamping | 2005-05-30 | 1 | -0/+5 |
* | use the log features of the GLib to have verbose output of the capturing engi... | Ulf Lamping | 2005-05-26 | 1 | -26/+26 |
* | add a state member to the capture_opts, and set it according to the capture e... | Ulf Lamping | 2005-04-27 | 1 | -0/+1 |
* | capture engine: | Ulf Lamping | 2005-04-12 | 1 | -0/+1 |
* | Win32 only bugfix: as using TerminateProcess is the brute force way and somet... | Ulf Lamping | 2005-04-10 | 1 | -8/+68 |
* | bugfixes: bring non real-time captures back to former behaviour, other minor ... | Ulf Lamping | 2005-03-28 | 1 | -1/+1 |
* | fix Solaris build (I've removed O_BINARY) | Ulf Lamping | 2005-03-28 | 1 | -4/+4 |
* | remove capture_child flag from capture_opts as it's no longer required | Ulf Lamping | 2005-03-28 | 1 | -2/+0 |
* | a lot more capture engine code cleanup | Ulf Lamping | 2005-03-28 | 1 | -5/+0 |
* | The "cf" field of a "capture_options" structure is a "void *" and, in | Guy Harris | 2005-03-28 | 1 | -1/+1 |
* | major capture engine rework: use two task model for EVERY capture mode | Ulf Lamping | 2005-03-28 | 1 | -13/+46 |
* | Move "get_natural_int()" and "get_positive_int()" from "capture_opts.c" | Guy Harris | 2005-02-27 | 1 | -44/+1 |
* | avoid capture stopping after just 1 packet in tethereal, | Luis Ontanon | 2005-02-24 | 1 | -1/+1 |
* | Include <string.h> and <ctype.h> to get the appropriate functions | Guy Harris | 2005-02-24 | 1 | -2/+5 |
* | pass child capture filename to parent process (name currently unused) and som... | Ulf Lamping | 2005-02-23 | 1 | -0/+2 |
* | use the applications name (currently "ethereal" or "tethereal") in capture_op... | Ulf Lamping | 2005-02-23 | 1 | -28/+28 |
* | move capture_opts related things (init, command line, ...) from capture.c to ... | Ulf Lamping | 2005-02-23 | 1 | -0/+318 |