aboutsummaryrefslogtreecommitdiffstats
path: root/sync_pipe.h
AgeCommit message (Collapse)AuthorFilesLines
2012-01-04Move stuff that should *only* be known by the lowest-level code thatGuy Harris1-0/+6
deals with the sync pipe - i.e., only by sync_pipe.c and dumpcap.c - into sync_pipe.h. svn path=/trunk/; revision=40366
2010-05-17When dumpcap is run to get an interface list, interface capabilities, orGuy Harris1-0/+1
interface statistics, have its error messages come out as sync-pipe errors, have it send a sync-pipe "success" message on success, and have the callers get that message and display it. svn path=/trunk/; revision=32843
2008-06-23Rename an argument to avoid colliding with pipe().Guy Harris1-3/+3
svn path=/trunk/; revision=25555
2007-09-29Don't hardcode the notion that the sync pipe is the standard output intoGuy Harris1-2/+3
sync_pipe_errmsg_to_parent(); have it take the FD for the sync pipe as an argument. svn path=/trunk/; revision=23024
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18206
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2006-04-03Put the low-level sync routines into a common file so they can be sharedGuy Harris1-0/+79
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. svn path=/trunk/; revision=17789