aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-11Back out Jeff Morris's change to make the autostop file size 64-bit - itguy1-2/+2
2011-04-11Jeff Morris's change to make the autostop file size 64-bit. Fixes bugguy1-2/+2
2010-07-02STATUS_UNWIND_CONSOLIDATE "should not happen", so don't include it -guy1-2/+0
2010-07-02Include <Winbase.h> to get error statuses.guy1-0/+1
2010-07-02Attempt to detect when dumpcap dies due to an exception and report thatguy1-4/+54
2010-07-02Have sync_pipe_wait_for_child() return the child's exit status onguy1-0/+9
2010-07-01From Petr Lautrbach: when capturing, return the exit status of dumpcap,guy1-0/+3
2010-05-27Clean up the error reporting. An EOF from the sync pipe when capturingguy1-73/+116
2010-05-26Untabify.stig1-35/+35
2010-05-26Don't report EINTR - it might be from a ^C.guy1-6/+24
2010-05-26Use the right system call name.guy1-2/+2
2010-05-26If dumpcap exits abnormally, report the error.guy1-2/+2
2010-05-19Fix comments.guy1-2/+2
2010-05-18Fix some errors. Use FormatMessageA(), as we need the string in ASCII.guy1-5/+4
2010-05-18Add a routine to convert Win32 error statuses into strings, and use itguy1-27/+60
2010-05-17Make -Z always generate machine-readable output, and don't botherguy1-3/+0
2010-05-17Update a comment.guy1-3/+0
2010-05-17When dumpcap is run to get an interface list, interface capabilities, orguy1-249/+477
2010-05-13Fetch an indication of whether the interface supports capturing inguy1-3/+7
2010-05-07Add monitor mode support to TShark.guy1-0/+4
2010-05-06Just check for pcap_create(); it first appeared in libpcap 1.0.0, andguy1-2/+2
2010-05-06Checking in Stigs changes frometxrab1-2/+4
2010-03-04In Wireshark and TShark, run dumpcap to get interface lists and lists ofguy1-33/+40
2010-03-02From Hitoshi Irino:etxrab1-1/+1
2010-01-29Fix various gcc -Wshadow warnings.wmeier1-16/+16
2009-09-13Don't use SIGUSR1 to tell dumpcap to exit, use SIGINT: SIGINT is traditionallymorriss1-3/+3
2009-06-15Added a preference to capture in Pcap-NG from GUI.stig1-0/+2
2008-12-21If we don't have any of the pcap_datalink_XXX_to_YYY routines,guy1-5/+0
2008-11-03Do not set buffer size for remote interfaces or when using default value.stig1-0/+6
2008-08-19The packet counts and drop counts reported by libpcap are unsigned.guy1-1/+1
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likemorriss1-1/+1
2008-06-23Rename an argument to avoid colliding with pipe().guy1-4/+4
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-16/+16
2008-04-30Use report_failure() to report failures in capture_sync.c; that will doguy1-27/+18
2008-03-21Emit warning message to log if attempt to send signal to child process fails...wmeier1-5/+13
2008-02-29Fix for handling dumpcap errmsgs when wireshark does 'dumpcap -D -M', etc wmeier1-7/+41
2008-02-23Ensure tshark/wireshark always get good err msgs from dumpcap:wmeier1-0/+3
2008-02-21Constify some arguments.guy1-1/+1
2008-01-09Exit with 1, not 2, if exec fails, so we don't report an additionalguy1-4/+10
2008-01-09Use dup2() rather than eth_close() followed by dup() to ensure that aguy1-8/+13
2007-12-04Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)kukosa1-0/+33
2007-11-27Fixes from Sam Leffler:gerald1-3/+4
2007-11-25If a child doesn't quit 500ms after sending a QUIT signal, force it to exit.gerald1-2/+28
2007-11-20Fix a log message.gerald1-1/+1
2007-10-26For the Wireshark/TShark -> dumpcap signal pipe on Windows, use a namedgerald1-10/+21
2007-10-25Fix a typo.gerald1-1/+1
2007-10-10Make the sync pipe the standard error, not the standard output, ofguy1-6/+2
2007-09-29Make the "-Z" argument to dumpcap take an argument that's the fileguy1-0/+4
2007-09-29The fork_child argument to sync_interface_stats_close is unused on UN*X.guy1-2/+6
2007-08-02Add a "-S" flag to dumpcap, which prints out interface statistics. Usegerald1-31/+181