aboutsummaryrefslogtreecommitdiffstats
path: root/capture_loop.c
AgeCommit message (Expand)AuthorFilesLines
2005-02-06Get rid of a few cf_get_ references missed by the previous checkin.guy1-1/+1
2005-02-06another two steps towards privilege seperation:ulfl1-5/+5
2005-02-04remove #include "globals.h" and access to global cfile, use access functions ...ulfl1-17/+16
2005-02-04(some) redesign of capture data structures.ulfl1-10/+10
2005-02-03move capture_file_fd field from capture_file to capture_opts type, as this is...ulfl1-4/+4
2005-02-03prevent ringbuffer from having to know about capture_file type at all (decoup...ulfl1-3/+3
2005-01-13fix a bug (reported by Greg Morris) caused by code cleanup (blame it on me): ulfl1-1/+2
2005-01-07From Thomas Boehne: fix a call to use errmsg_len rather than sizeofguy1-1/+1
2004-12-29Pass "capture_opts" to "capture_loop_dispatch()", asguy1-3/+3
2004-12-29move global capture_child flag into capture_optionsulfl1-17/+18
2004-12-29Don't use a global capture_opts in the capturing engine (this isn't a good id...ulfl1-33/+34
2004-12-29Make the tone of the error messages a bit less formal, by usingguy1-2/+2
2004-12-29Use the "errmsg_len" argument to "capture_loop_open_output()" -guy1-3/+3
2004-12-28some code cleanup (comments changed)ulfl1-1/+7
2004-12-27a lot of code cleanup/refactoringulfl1-295/+393
2004-10-30Move some #defines and #includes around, and add some other #includes,guy1-2/+21
2004-10-30split capture_loop from capture.c, some more code cleanupulfl1-0/+1355