aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
Commit message (Expand)AuthorAgeFilesLines
* Added a preference to capture in Pcap-NG from GUI.Stig Bjørlykke2009-06-151-0/+2
* If we don't have any of the pcap_datalink_XXX_to_YYY routines,Guy Harris2008-12-211-5/+0
* Do not set buffer size for remote interfaces or when using default value.Stig Bjørlykke2008-11-031-0/+6
* The packet counts and drop counts reported by libpcap are unsigned.Guy Harris2008-08-191-1/+1
* Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss2008-06-301-1/+1
* Rename an argument to avoid colliding with pipe().Guy Harris2008-06-231-4/+4
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-16/+16
* Use report_failure() to report failures in capture_sync.c; that will doGuy Harris2008-04-301-27/+18
* Emit warning message to log if attempt to send signal to child process fails...Bill Meier2008-03-211-5/+13
* Fix for handling dumpcap errmsgs when wireshark does 'dumpcap -D -M', etc Bill Meier2008-02-291-7/+41
* Ensure tshark/wireshark always get good err msgs from dumpcap:Bill Meier2008-02-231-0/+3
* Constify some arguments.Guy Harris2008-02-211-1/+1
* Exit with 1, not 2, if exec fails, so we don't report an additionalGuy Harris2008-01-091-4/+10
* Use dup2() rather than eth_close() followed by dup() to ensure that aGuy Harris2008-01-091-8/+13
* Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)Tomas Kukosa2007-12-041-0/+33
* Fixes from Sam Leffler:Gerald Combs2007-11-271-3/+4
* If a child doesn't quit 500ms after sending a QUIT signal, force it to exit.Gerald Combs2007-11-251-2/+28
* Fix a log message.Gerald Combs2007-11-201-1/+1
* For the Wireshark/TShark -> dumpcap signal pipe on Windows, use a namedGerald Combs2007-10-261-10/+21
* Fix a typo.Gerald Combs2007-10-251-1/+1
* Make the sync pipe the standard error, not the standard output, ofGuy Harris2007-10-101-6/+2
* Make the "-Z" argument to dumpcap take an argument that's the fileGuy Harris2007-09-291-0/+4
* The fork_child argument to sync_interface_stats_close is unused on UN*X.Guy Harris2007-09-291-2/+6
* Add a "-S" flag to dumpcap, which prints out interface statistics. UseGerald Combs2007-08-021-31/+181
* Fix Windows Buildbot breakage. Remove an unneeded function and fix aGerald Combs2007-07-211-50/+9
* Remove the "-I" flag from dumpcap, and add a "-M" flag used to specifyGerald Combs2007-07-201-65/+165
* One more step in privilege separation.Gerald Combs2007-06-111-9/+245
* Remove almost all of the casts I committed recently and in place ofStephen Fisher2007-03-281-3/+3
* Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher2007-03-231-3/+3
* Add -Werror when using GCC only to the Makefile.am of the baseStephen Fisher2007-03-221-1/+1
* use unicode-utils.h instead of strutil.hUlf Lamping2006-09-231-1/+1
* From Richard van der Hoff:Anders Broman2006-08-021-4/+3
* Ethereal->WiresharkAnders Broman2006-05-281-4/+4
* name changeRonnie Sahlberg2006-05-211-2/+2
* Handle the case where we *can't* determine the pathname in which to findGuy Harris2006-05-011-2/+9
* Clean up if CreateProcess() fails. Guy Harris2006-04-031-0/+3
* Put the low-level sync routines into a common file so they can be sharedGuy Harris2006-04-031-7/+9
* disable the call to sync_pipe_errmsg_to_parent for now, if execv failed (so a...Ulf Lamping2006-03-241-2/+3
* Dumpcap probably has *no* windows.Guy Harris2006-03-241-1/+3
* Various code cleanup in the capture pipe stuffUlf Lamping2006-03-241-223/+140
* Fix pipe_read_bytes() to return the total number of bytes read, not justGuy Harris2006-03-191-2/+2
* fix bug #803: sync pipe on Win32 wasn't set to binary mode, so error message ...Ulf Lamping2006-03-131-33/+58
* debugging helper: if (for whatever reason) the message from dumpcap was inval...Ulf Lamping2006-03-091-0/+5
* Take care of one last UTF-8 <-> UTF-16 conversion (assuming there aren't anyGerald Combs2006-03-091-13/+14
* Pass two strings in capture child messages, so the child can sendGuy Harris2006-03-051-30/+59
* fix some bugs introduced with command line encapsulationUlf Lamping2006-02-171-25/+12
* We now quote args as necessary on Windows when constructing the commandGuy Harris2006-02-171-19/+5
* On Windows. quote arguments as necessary before sticking them into theGuy Harris2006-02-171-3/+81
* remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping2006-02-171-3/+8
* At least on UN*X, the first argument - argv[0] - is supposed to be theGuy Harris2006-02-121-4/+7