Put the low-level sync routines into a common file so they can be shared
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 3 Apr 2006 01:56:53 +0000 (01:56 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 3 Apr 2006 01:56:53 +0000 (01:56 +0000)
commit81943ac20393023808a8b347b0e900a79545119f
treed287fdd29022285058e395ad0d78ec0bf7b24e69
parent2b80fa12edf933e1a827c5e0db14366474f7dac4
Put the low-level sync routines into a common file so they can be shared
by dumpcap and Ethereal (so that, on UN*X, the child process can report
a detailed "can't exec dumpcap" error).

Rename most of the "sync_pipe_XXX_to_parent()" routines, as they're also
in Tethereal, which doesn't have a sync pipe.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17789 f5534014-38df-0310-8fa8-9805f1628bb7
Makefile.common
capture_loop.c
capture_loop.h
capture_sync.c
capture_sync.h
dumpcap.c
sync_pipe.h [new file with mode: 0644]
sync_pipe_write.c [new file with mode: 0644]
tethereal.c