Have "cf_merge_files()" always close "out_fd" before returning; it does
[obnox/wireshark/wip.git] / capture_loop.c
2005-02-15 guyWinPcap 3.0 might support PPP/WAN capturing on Windows...
2005-02-06 guyGet rid of a few cf_get_ references missed by the previ...
2005-02-06 ulflanother two steps towards privilege seperation:
2005-02-04 ulflremove #include "globals.h" and access to global cfile...
2005-02-04 ulfl(some) redesign of capture data structures.
2005-02-03 ulflmove capture_file_fd field from capture_file to capture...
2005-02-03 ulflprevent ringbuffer from having to know about capture_fi...
2005-01-13 ulflfix a bug (reported by Greg Morris) caused by code...
2005-01-07 guyFrom Thomas Boehne: fix a call to use errmsg_len rather...
2004-12-29 guyPass "capture_opts" to "capture_loop_dispatch()", as
2004-12-29 ulflmove global capture_child flag into capture_options
2004-12-29 ulflDon't use a global capture_opts in the capturing engine...
2004-12-29 guyMake the tone of the error messages a bit less formal...
2004-12-29 guyUse the "errmsg_len" argument to "capture_loop_open_out...
2004-12-28 ulflsome code cleanup (comments changed)
2004-12-27 ulfla lot of code cleanup/refactoring
2004-10-30 guyMove some #defines and #includes around, and add some...
2004-10-30 ulflsplit capture_loop from capture.c, some more code cleanup