aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.h
AgeCommit message (Collapse)AuthorFilesLines
2005-03-28various (minor) capture code cleanupUlf Lamping1-10/+8
svn path=/trunk/; revision=13957
2005-02-23pass child capture filename to parent process (name currently unused) and ↵Ulf Lamping1-0/+4
some fork_child cleanup svn path=/trunk/; revision=13482
2005-02-04(some) redesign of capture data structures.Ulf Lamping1-2/+2
don't use global cfile at all but only an untpyed handle to call the cf_... functions in file.c move the save_file member from capture_file to capture_opts, as it's only used while capturing and while preparing it svn path=/trunk/; revision=13276
2004-12-29Don't use a global capture_opts in the capturing engine (this isn't a good ↵Ulf Lamping1-1/+2
idea). Do some more "housekeeping" in the capturing part. Hopefully the unspecified forward declaration of capture_options_t in main.h is portable, but buildbot will tell me. This way I need the internals of that struct only at the places I really use it. svn path=/trunk/; revision=12853
2004-10-30code cleanup: split capture_sync from capture.c into it's own file. Ulf Lamping1-0/+76
That's the part used, when "Update list of packets in real time" is used while capturing. svn path=/trunk/; revision=12445