aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
AgeCommit message (Expand)AuthorFilesLines
2005-02-28Another step towards using the parent/child mode for ALL captures.Ulf Lamping1-71/+94
2005-02-24if capture filename passed to parent, save it. Will currently take no effect.Ulf Lamping1-3/+11
2005-02-23pass child capture filename to parent process (name currently unused) and som...Ulf Lamping1-8/+58
2005-02-13change nmake makefiles in /trunk and /trunk/epan so thatLars Roland1-4/+0
2005-02-07when building the argv string, use save_file_fd_str instead of save_file_fd t...Ulf Lamping1-3/+3
2005-02-07In the child process, capture_opts->fork_child is 0, not -1, so, in thatGuy Harris1-14/+21
2005-02-07Declare "cf_callback_t" before using it in a further declaration.Guy Harris1-1/+1
2005-02-06Get rid of a few cf_get_ references missed by the previous checkin.Guy Harris1-2/+2
2005-02-06another two steps towards privilege seperation:Ulf Lamping1-4/+4
2005-02-05rename kill_capture_child to capture_kill_child to have a common prefixUlf Lamping1-1/+1
2005-02-05minor enhancements to Guy's last updateUlf Lamping1-3/+3
2005-02-05Put "cf_status_t" back.Guy Harris1-6/+6
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-23/+29
2005-02-04remove access to global cfile, use access functions and capture_opts insteadUlf Lamping1-6/+7
2005-02-04add missing conversion to new use of save_file and fork_childRonnie Sahlberg1-4/+4
2005-02-04(some) redesign of capture data structures.Ulf Lamping1-49/+48
2005-02-03move capture_file_fd field from capture_file to capture_opts type, as this is...Ulf Lamping1-2/+2
2004-12-29Fix it to compile on systems without "pcap_datalink_val_to_name()" (orGuy Harris1-1/+1
2004-12-29Don't use a global capture_opts in the capturing engine (this isn't a good id...Ulf Lamping1-48/+52
2004-10-30Move some #defines and #includes around, and add some other #includes,Guy Harris1-0/+40
2004-10-30code cleanup: split capture_sync from capture.c into it's own file. Ulf Lamping1-0/+796