aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.h
AgeCommit message (Expand)AuthorFilesLines
2006-04-03Put the low-level sync routines into a common file so they can be sharedGuy Harris1-53/+0
2006-03-24Various code cleanup in the capture pipe stuffUlf Lamping1-0/+10
2006-03-05Pass two strings in capture child messages, so the child can sendGuy Harris1-1/+7
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping1-0/+6
2006-02-11the point of no return ...Ulf Lamping1-3/+0
2005-12-04move the complete functionality of the capture info dialog from capture_loop....Ulf Lamping1-0/+19
2005-12-03split capture.h into capture.h, capture_loop.h and capture_opts.h and place t...Ulf Lamping1-0/+4
2005-04-30(hopefully) removed various gcc warningsUlf Lamping1-2/+1
2005-04-12capture engine: Ulf Lamping1-4/+0
2005-04-11various capture code cleanup and fixes: Ulf Lamping1-2/+5
2005-03-28various (minor) capture code cleanupUlf Lamping1-10/+8
2005-02-23pass child capture filename to parent process (name currently unused) and som...Ulf Lamping1-0/+4
2005-02-04(some) redesign of capture data structures.Ulf Lamping1-2/+2
2004-12-29Don't use a global capture_opts in the capturing engine (this isn't a good id...Ulf Lamping1-1/+2
2004-10-30code cleanup: split capture_sync from capture.c into it's own file. Ulf Lamping1-0/+76