aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
Commit message (Expand)AuthorAgeFilesLines
* STATUS_UNWIND_CONSOLIDATE "should not happen", so don't include it -Guy Harris2010-07-021-2/+0
* Include <Winbase.h> to get error statuses.Guy Harris2010-07-021-0/+1
* Attempt to detect when dumpcap dies due to an exception and report thatGuy Harris2010-07-021-4/+54
* Have sync_pipe_wait_for_child() return the child's exit status onGuy Harris2010-07-021-0/+9
* From Petr Lautrbach: when capturing, return the exit status of dumpcap,Guy Harris2010-07-011-0/+3
* Clean up the error reporting. An EOF from the sync pipe when capturingGuy Harris2010-05-271-73/+116
* Untabify.Stig Bjørlykke2010-05-261-35/+35
* Don't report EINTR - it might be from a ^C.Guy Harris2010-05-261-6/+24
* Use the right system call name.Guy Harris2010-05-261-2/+2
* If dumpcap exits abnormally, report the error.Guy Harris2010-05-261-2/+2
* Fix comments.Guy Harris2010-05-191-2/+2
* Fix some errors. Use FormatMessageA(), as we need the string in ASCII.Guy Harris2010-05-181-5/+4
* Add a routine to convert Win32 error statuses into strings, and use itGuy Harris2010-05-181-27/+60
* Make -Z always generate machine-readable output, and don't botherGuy Harris2010-05-171-3/+0
* Update a comment.Guy Harris2010-05-171-3/+0
* When dumpcap is run to get an interface list, interface capabilities, orGuy Harris2010-05-171-249/+477
* Fetch an indication of whether the interface supports capturing inGuy Harris2010-05-131-3/+7
* Add monitor mode support to TShark.Guy Harris2010-05-071-0/+4
* Just check for pcap_create(); it first appeared in libpcap 1.0.0, andGuy Harris2010-05-061-2/+2
* Checking in Stigs changes fromAnders Broman2010-05-061-2/+4
* In Wireshark and TShark, run dumpcap to get interface lists and lists ofGuy Harris2010-03-041-33/+40
* Fix a typo.Guy Harris2010-03-021-1/+1
* Fix various gcc -Wshadow warnings.Bill Meier2010-01-291-16/+16
* Don't use SIGUSR1 to tell dumpcap to exit, use SIGINT: SIGINT is traditionallyJeff Morriss2009-09-131-3/+3
* 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