aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-24Revert r44644 and 44645. g_source_*, g_timeout_, and g_io_* all dependgerald1-1/+0
2012-08-23Move the pipe input routines to the common UI directory.gerald1-0/+1
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Comment back in the body of tb80211_do_set_channel to avoid warnings aboutjmayer1-0/+47
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-4/+8
2012-01-25Third try. This time pipes and stdin are supported and thetuexen1-0/+2
2012-01-24We need a 3rd try. (After learning how to run the testuite on Windows locally).tuexen1-2/+0
2012-01-24Second try. This time pipes and stdin are supported.tuexen1-0/+2
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toguy1-1/+3
2012-01-04Expand, and fix, a comment. Change a function argument name to matchguy1-7/+16
2011-11-16Get rid of unnecessary assignment (the code below it always assigns aguy1-1/+0
2011-10-20Back out infrastructure change. We missed supportingtuexen1-2/+0
2011-10-20Use a global list containing all interfaces and only changetuexen1-0/+2
2011-08-24Fix prematurely-terminated comment.guy1-1/+1
2011-08-24Fix a comment; this includes describing an additional way in which weguy1-5/+13
2011-08-23Hopefully fixtuexen1-0/+2
2011-08-05Fix Windows build.tuexen1-3/+3
2011-08-05Simplification suggested by Guy.tuexen1-3/+1
2011-08-05Generate the capure sync pipe correctly.tuexen1-15/+37
2011-06-28Replace all strerror() with g_strerror().stig1-15/+15
2011-06-27Fix the bug reported by Guy. Nowtuexen1-6/+0
2011-06-27Report the correct interface when there is a problem with a capture filter.tuexen1-5/+11
2011-06-27Get rid of old non-interface specific settings which are now interfacetuexen1-57/+8
2011-06-17Make pcap-ng the default. Add a compile-time option to prefer pcap-ng orgerald1-0/+2
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-684/+684
2011-05-21Fix the capturing from the GUI. Honor the iface variable.tuexen1-0/+7
2011-05-19In case we have no interface information in the array, use the global value.tuexen1-0/+48
2011-05-19Move the debug output for the generated command line arguments to the correct...tuexen1-3/+3
2011-05-19Only declare a variable if its going to be used.martinm1-0/+4
2011-05-18We don't have the ability to set the capture buffer size on all platforms.guy1-0/+2
2011-05-18Use the interface specific parameter array.tuexen1-69/+75
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