aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-25Third try. This time pipes and stdin are supported and theMichael Tüxen1-0/+2
2012-01-24We need a 3rd try. (After learning how to run the testuite on Windows locally).Michael Tüxen1-2/+0
2012-01-24Second try. This time pipes and stdin are supported.Michael Tüxen1-0/+2
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-1/+3
2012-01-04Expand, and fix, a comment. Change a function argument name to matchGuy Harris1-7/+16
2011-11-16Get rid of unnecessary assignment (the code below it always assigns aGuy Harris1-1/+0
2011-10-20Back out infrastructure change. We missed supportingMichael Tüxen1-2/+0
2011-10-20Use a global list containing all interfaces and only changeMichael Tüxen1-0/+2
2011-08-24Fix prematurely-terminated comment.Guy Harris1-1/+1
2011-08-24Fix a comment; this includes describing an additional way in which weGuy Harris1-5/+13
2011-08-23Hopefully fixMichael Tüxen1-0/+2
2011-08-05Fix Windows build.Michael Tüxen1-3/+3
2011-08-05Simplification suggested by Guy.Michael Tüxen1-3/+1
2011-08-05Generate the capure sync pipe correctly.Michael Tüxen1-15/+37
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-15/+15
2011-06-27Fix the bug reported by Guy. NowMichael Tüxen1-6/+0
2011-06-27Report the correct interface when there is a problem with a capture filter.Michael Tüxen1-5/+11
2011-06-27Get rid of old non-interface specific settings which are now interfaceMichael Tüxen1-57/+8
2011-06-17Make pcap-ng the default. Add a compile-time option to prefer pcap-ng orGerald Combs1-0/+2
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-684/+684
2011-05-21Fix the capturing from the GUI. Honor the iface variable.Michael Tüxen1-0/+7
2011-05-19In case we have no interface information in the array, use the global value.Michael Tüxen1-0/+48
2011-05-19Move the debug output for the generated command line arguments to the correct...Michael Tüxen1-3/+3
2011-05-19Only declare a variable if its going to be used.Martin Mathieson1-0/+4
2011-05-18We don't have the ability to set the capture buffer size on all platforms.Guy Harris1-0/+2
2011-05-18Use the interface specific parameter array.Michael Tüxen1-69/+75
2011-04-11Back out Jeff Morris's change to make the autostop file size 64-bit - itGuy Harris1-2/+2
2011-04-11Jeff Morris's change to make the autostop file size 64-bit. Fixes bugGuy Harris1-2/+2
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