aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-09Exit with 1, not 2, if exec fails, so we don't report an additionalGuy Harris1-4/+10
2008-01-09Use dup2() rather than eth_close() followed by dup() to ensure that aGuy Harris1-8/+13
2007-12-04Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)Tomas Kukosa1-0/+33
2007-11-27Fixes from Sam Leffler:Gerald Combs1-3/+4
2007-11-25If a child doesn't quit 500ms after sending a QUIT signal, force it to exit.Gerald Combs1-2/+28
2007-11-20Fix a log message.Gerald Combs1-1/+1
2007-10-26For the Wireshark/TShark -> dumpcap signal pipe on Windows, use a namedGerald Combs1-10/+21
2007-10-25Fix a typo.Gerald Combs1-1/+1
2007-10-10Make the sync pipe the standard error, not the standard output, ofGuy Harris1-6/+2
2007-09-29Make the "-Z" argument to dumpcap take an argument that's the fileGuy Harris1-0/+4
2007-09-29The fork_child argument to sync_interface_stats_close is unused on UN*X.Guy Harris1-2/+6
2007-08-02Add a "-S" flag to dumpcap, which prints out interface statistics. UseGerald Combs1-31/+181
2007-07-21Fix Windows Buildbot breakage. Remove an unneeded function and fix aGerald Combs1-50/+9
2007-07-20Remove the "-I" flag from dumpcap, and add a "-M" flag used to specifyGerald Combs1-65/+165
2007-06-11One more step in privilege separation.Gerald Combs1-9/+245
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-3/+3
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher1-3/+3
2007-03-22Add -Werror when using GCC only to the Makefile.am of the baseStephen Fisher1-1/+1
2006-09-23use unicode-utils.h instead of strutil.hUlf Lamping1-1/+1
2006-08-02From Richard van der Hoff:Anders Broman1-4/+3
2006-05-28Ethereal->WiresharkAnders Broman1-4/+4
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-05-01Handle the case where we *can't* determine the pathname in which to findGuy Harris1-2/+9
2006-04-03Clean up if CreateProcess() fails. Guy Harris1-0/+3
2006-04-03Put the low-level sync routines into a common file so they can be sharedGuy Harris1-7/+9
2006-03-24disable the call to sync_pipe_errmsg_to_parent for now, if execv failed (so a...Ulf Lamping1-2/+3
2006-03-24Dumpcap probably has *no* windows.Guy Harris1-1/+3
2006-03-24Various code cleanup in the capture pipe stuffUlf Lamping1-223/+140
2006-03-19Fix pipe_read_bytes() to return the total number of bytes read, not justGuy Harris1-2/+2
2006-03-13fix bug #803: sync pipe on Win32 wasn't set to binary mode, so error message ...Ulf Lamping1-33/+58
2006-03-09debugging helper: if (for whatever reason) the message from dumpcap was inval...Ulf Lamping1-0/+5
2006-03-09Take care of one last UTF-8 <-> UTF-16 conversion (assuming there aren't anyGerald Combs1-13/+14
2006-03-05Pass two strings in capture child messages, so the child can sendGuy Harris1-30/+59
2006-02-17fix some bugs introduced with command line encapsulationUlf Lamping1-25/+12
2006-02-17We now quote args as necessary on Windows when constructing the commandGuy Harris1-19/+5
2006-02-17On Windows. quote arguments as necessary before sticking them into theGuy Harris1-3/+81
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping1-3/+8
2006-02-12At least on UN*X, the first argument - argv[0] - is supposed to be theGuy Harris1-4/+7
2006-02-12Distinguish between pipe_read_block() returning 0 (EOF) or a negativeGuy Harris1-2/+10
2006-02-12Instead of using (commented-out) g_warning() calls to log errors readingGuy Harris1-9/+26
2006-02-12add a minor commentUlf Lamping1-0/+1
2006-02-12Add a routine to attempt to get the absolute pathname of the executableGuy Harris1-4/+2
2006-02-12Fix up indentation.Guy Harris1-6/+2
2006-02-12we still need sync_pipe_errmsg_to_parent() for the *NIX buildUlf Lamping1-0/+12
2006-02-11the point of no return ...Ulf Lamping1-164/+117
2006-02-10only a backup, nothing changed for now.Ulf Lamping1-2/+50
2005-12-15remove the setting of no longer required command line options:Ulf Lamping1-14/+18
2005-12-13we don't use the command line option -W any longer, remove it from a commentUlf Lamping1-1/+0
2005-12-04move the complete functionality of the capture info dialog from capture_loop....Ulf Lamping1-18/+1
2005-12-03add missing functions (to complete/cleanup of interface):Ulf Lamping1-7/+3