Declare many functions static, move the #defines from packet-fcse.h to
[obnox/wireshark/wip.git] / capture_opts.c
2005-05-30 ulflfix #148: (win32 only) use command line parameter ...
2005-05-26 ulfluse the log features of the GLib to have verbose output...
2005-04-27 ulfladd a state member to the capture_opts, and set it...
2005-04-12 ulflcapture engine:
2005-04-10 ulflWin32 only bugfix: as using TerminateProcess is the...
2005-03-28 ulflbugfixes: bring non real-time captures back to former...
2005-03-28 ulflfix Solaris build (I've removed O_BINARY)
2005-03-28 ulflremove capture_child flag from capture_opts as it's...
2005-03-28 ulfla lot more capture engine code cleanup
2005-03-28 guyThe "cf" field of a "capture_options" structure is...
2005-03-28 ulflmajor capture engine rework: use two task model for...
2005-02-27 guyMove "get_natural_int()" and "get_positive_int()" from...
2005-02-24 legoavoid capture stopping after just 1 packet in tethereal,
2005-02-24 guyInclude <string.h> and <ctype.h> to get the appropriate...
2005-02-23 ulflpass child capture filename to parent process (name...
2005-02-23 ulfluse the applications name (currently "ethereal" or...
2005-02-23 ulflmove capture_opts related things (init, command line...