aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-04In Wireshark and TShark, run dumpcap to get interface lists and lists ofGuy Harris1-33/+40
2010-03-02Fix a typo.Guy Harris1-1/+1
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-16/+16
2009-09-13Don't use SIGUSR1 to tell dumpcap to exit, use SIGINT: SIGINT is traditionallyJeff Morriss1-3/+3
2009-06-15Added a preference to capture in Pcap-NG from GUI.Stig Bjørlykke1-0/+2
2008-12-21If we don't have any of the pcap_datalink_XXX_to_YYY routines,Guy Harris1-5/+0
2008-11-03Do not set buffer size for remote interfaces or when using default value.Stig Bjørlykke1-0/+6
2008-08-19The packet counts and drop counts reported by libpcap are unsigned.Guy Harris1-1/+1
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss1-1/+1
2008-06-23Rename an argument to avoid colliding with pipe().Guy Harris1-4/+4
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-16/+16
2008-04-30Use report_failure() to report failures in capture_sync.c; that will doGuy Harris1-27/+18
2008-03-21Emit warning message to log if attempt to send signal to child process fails...Bill Meier1-5/+13
2008-02-29Fix for handling dumpcap errmsgs when wireshark does 'dumpcap -D -M', etc Bill Meier1-7/+41
2008-02-23Ensure tshark/wireshark always get good err msgs from dumpcap:Bill Meier1-0/+3
2008-02-21Constify some arguments.Guy Harris1-1/+1
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