aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-02STATUS_UNWIND_CONSOLIDATE "should not happen", so don't include it -Guy Harris1-2/+0
2010-07-02Include <Winbase.h> to get error statuses.Guy Harris1-0/+1
2010-07-02Attempt to detect when dumpcap dies due to an exception and report thatGuy Harris1-4/+54
2010-07-02Have sync_pipe_wait_for_child() return the child's exit status onGuy Harris1-0/+9
2010-07-01From Petr Lautrbach: when capturing, return the exit status of dumpcap,Guy Harris1-0/+3
2010-05-27Clean up the error reporting. An EOF from the sync pipe when capturingGuy Harris1-73/+116
2010-05-26Untabify.Stig Bjørlykke1-35/+35
2010-05-26Don't report EINTR - it might be from a ^C.Guy Harris1-6/+24
2010-05-26Use the right system call name.Guy Harris1-2/+2
2010-05-26If dumpcap exits abnormally, report the error.Guy Harris1-2/+2
2010-05-19Fix comments.Guy Harris1-2/+2
2010-05-18Fix some errors. Use FormatMessageA(), as we need the string in ASCII.Guy Harris1-5/+4
2010-05-18Add a routine to convert Win32 error statuses into strings, and use itGuy Harris1-27/+60
2010-05-17Make -Z always generate machine-readable output, and don't botherGuy Harris1-3/+0
2010-05-17Update a comment.Guy Harris1-3/+0
2010-05-17When dumpcap is run to get an interface list, interface capabilities, orGuy Harris1-249/+477
2010-05-13Fetch an indication of whether the interface supports capturing inGuy Harris1-3/+7
2010-05-07Add monitor mode support to TShark.Guy Harris1-0/+4
2010-05-06Just check for pcap_create(); it first appeared in libpcap 1.0.0, andGuy Harris1-2/+2
2010-05-06Checking in Stigs changes fromAnders Broman1-2/+4
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