Win32 bugfix: peeking the signal_pipe at capture_loop start seems to be unreliable
[metze/wireshark/wip.git] / capture_opts.c
2005-12-17 Ulf LampingWin32 bugfix: peeking the signal_pipe at capture_loop...
2005-12-13 Ulf LampingHUGE STEP (hopefully toward the right direction):
2005-12-05 Ulf Lampingadd capture_opts_trim(), as this sequence is used three...
2005-12-03 Ulf Lampingsplit capture.h into capture.h, capture_loop.h and...
2005-11-17 Guy HarrisHandle "-G" only in Tethereal - it doesn't work in...
2005-11-12 Ulf Lampingincluding io.h isn't needed
2005-10-07 Ulf Lampingfix Ethereal so command line capture parameter will...
2005-05-30 Ulf Lampingfix #148: (win32 only) use command line parameter ...
2005-05-26 Ulf Lampinguse the log features of the GLib to have verbose output...
2005-04-27 Ulf Lampingadd a state member to the capture_opts, and set it...
2005-04-12 Ulf Lampingcapture engine:
2005-04-10 Ulf LampingWin32 only bugfix: as using TerminateProcess is the...
2005-03-28 Ulf Lampingbugfixes: bring non real-time captures back to former...
2005-03-28 Ulf Lampingfix Solaris build (I've removed O_BINARY)
2005-03-28 Ulf Lampingremove capture_child flag from capture_opts as it's...
2005-03-28 Ulf Lampinga lot more capture engine code cleanup
2005-03-28 Guy HarrisThe "cf" field of a "capture_options" structure is...
2005-03-28 Ulf Lampingmajor capture engine rework: use two task model for...
2005-02-27 Guy HarrisMove "get_natural_int()" and "get_positive_int()" from...
2005-02-24 Luis Ontanonavoid capture stopping after just 1 packet in tethereal,
2005-02-24 Guy HarrisInclude <string.h> and <ctype.h> to get the appropriate...
2005-02-23 Ulf Lampingpass child capture filename to parent process (name...
2005-02-23 Ulf Lampinguse the applications name (currently "ethereal" or...
2005-02-23 Ulf Lampingmove capture_opts related things (init, command line...