aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
Commit message (Expand)AuthorAgeFilesLines
* From Evan Huus: fix memory leak. Fixes bug 7081.Guy Harris2012-04-131-0/+3
* If the length is bogus in a message received from the sync pipe, dumpGuy Harris2012-03-111-2/+3
* Third try. This time pipes and stdin are supported and theMichael Tüxen2012-01-251-0/+2
* We need a 3rd try. (After learning how to run the testuite on Windows locally).Michael Tüxen2012-01-241-2/+0
* Second try. This time pipes and stdin are supported.Michael Tüxen2012-01-241-0/+2
* Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris2012-01-161-1/+3
* Expand, and fix, a comment. Change a function argument name to matchGuy Harris2012-01-041-7/+16
* Get rid of unnecessary assignment (the code below it always assigns aGuy Harris2011-11-161-1/+0
* Back out infrastructure change. We missed supportingMichael Tüxen2011-10-201-2/+0
* Use a global list containing all interfaces and only changeMichael Tüxen2011-10-201-0/+2
* Fix prematurely-terminated comment.Guy Harris2011-08-241-1/+1
* Fix a comment; this includes describing an additional way in which weGuy Harris2011-08-241-5/+13
* Hopefully fixMichael Tüxen2011-08-231-0/+2
* Fix Windows build.Michael Tüxen2011-08-051-3/+3
* Simplification suggested by Guy.Michael Tüxen2011-08-051-3/+1
* Generate the capure sync pipe correctly.Michael Tüxen2011-08-051-15/+37
* Replace all strerror() with g_strerror().Stig Bjørlykke2011-06-281-15/+15
* Fix the bug reported by Guy. NowMichael Tüxen2011-06-271-6/+0
* Report the correct interface when there is a problem with a capture filter.Michael Tüxen2011-06-271-5/+11
* Get rid of old non-interface specific settings which are now interfaceMichael Tüxen2011-06-271-57/+8
* Make pcap-ng the default. Add a compile-time option to prefer pcap-ng orGerald Combs2011-06-171-0/+2
* Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier2011-06-071-684/+684
* Fix the capturing from the GUI. Honor the iface variable.Michael Tüxen2011-05-211-0/+7
* In case we have no interface information in the array, use the global value.Michael Tüxen2011-05-191-0/+48
* Move the debug output for the generated command line arguments to the correct...Michael Tüxen2011-05-191-3/+3
* Only declare a variable if its going to be used.Martin Mathieson2011-05-191-0/+4
* We don't have the ability to set the capture buffer size on all platforms.Guy Harris2011-05-181-0/+2
* Use the interface specific parameter array.Michael Tüxen2011-05-181-69/+75
* Back out Jeff Morris's change to make the autostop file size 64-bit - itGuy Harris2011-04-111-2/+2
* Jeff Morris's change to make the autostop file size 64-bit. Fixes bugGuy Harris2011-04-111-2/+2
* 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