aboutsummaryrefslogtreecommitdiffstats
path: root/sync_pipe_write.c
AgeCommit message (Collapse)AuthorFilesLines
2009-04-16Fix the last(?) of the Win64 compilation problems.gerald1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28065 f5534014-38df-0310-8fa8-9805f1628bb7
2008-06-23Rename an argument to avoid colliding with pipe().guy1-13/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25555 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-29Don't hardcode the notion that the sync pipe is the standard output intoguy1-4/+5
sync_pipe_errmsg_to_parent(); have it take the FD for the sync pipe as an argument. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23024 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-19Add missing include file when compiling under windowswmeier1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20868 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21name changesahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18197 f5534014-38df-0310-8fa8-9805f1628bb7
2006-04-03Put the low-level sync routines into a common file so they can be sharedguy1-0/+110
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