aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
Commit message (Expand)AuthorAgeFilesLines
* Minor formatting changes to the dumpcap -h output.Chris Maynard2011-09-271-3/+3
* Fix vi "modeline" so it works;Bill Meier2011-09-211-1/+1
* Windows: GetTickCount() returns a DWORD (not a time_t);Bill Meier2011-09-071-3/+3
* Attempt to fix coverity id 1212: MISSING_BREAK by inserting "FALLTHROUGH"Stephen Fisher2011-08-291-0/+1
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :Jeff Morriss2011-08-091-3/+1
* Replace deprecated glib functions.Jörg Mayer2011-08-071-3/+5
* Use the threads based workaround only on windows (with thread support enabled),Michael Tüxen2011-07-161-34/+34
* Fix compilation on non-windows platforms defining USE_THREADS.Michael Tüxen2011-07-151-0/+2
* Handle the case where dumpcap is compiled without thread support, whichMichael Tüxen2011-07-151-3/+15
* On Windows enable threads everywhere instead of just in dumpcap. IfGerald Combs2011-07-141-4/+0
* Alas, the libpcap API didn't use "void *" where it should have; squelchGuy Harris2011-07-081-2/+2
* From Jakub Zawadzki via bug 6002: Don't set state to STATE_EXPECT_DATA if th...Chris Maynard2011-07-061-2/+6
* Disable DEBUG_CHILD_DUMPCAP.Gerald Combs2011-07-021-1/+0
* Revert r37857, r37861Jakub Zawadzki2011-07-011-21/+0
* Try to get more information about AV.Jakub Zawadzki2011-07-011-1/+11
* Catch system exceptions from pcap_open_live() :)Jakub Zawadzki2011-07-011-0/+11
* Add paranoid debug output in open_capture_device().Michael Tüxen2011-06-301-0/+26
* Log the success or failure of pcap_open/pcap_create/pcap_open_live.Gerald Combs2011-06-301-0/+1
* Temporarily enable dumpcap debugging.Gerald Combs2011-06-301-0/+1
* Replace all strerror() with g_strerror().Stig Bjørlykke2011-06-281-23/+23
* Update suite-clopts.sh to match dumpcap's error output. Add a commentGerald Combs2011-06-271-0/+4
* Report the correct interface when there is a problem with a capture filter.Michael Tüxen2011-06-271-1/+3
* Improve the report of illegal capture filters. Also show the interface descri...Michael Tüxen2011-06-271-15/+21
* Get rid of old non-interface specific settings which are now interfaceMichael Tüxen2011-06-271-3/+0
* Add pcap_options to the pcap_queue elements. This lets us keep interfaceGerald Combs2011-06-231-20/+18
* Make pcap-ng the default. Add a compile-time option to prefer pcap-ng orGerald Combs2011-06-171-1/+2
* Sigh. Cast away a warning.Guy Harris2011-06-151-1/+7
* Constify some arguments.Guy Harris2011-06-151-3/+3
* Remove not used cap_pipe_err_str.Jakub Zawadzki2011-06-131-10/+2
* When doing remote capturing using WinPCap, dumpcap crashes inside the WinPCapMichael Tüxen2011-06-071-1/+6
* Get rid of has_cfilter to simplify the handling of multiple interfaces.Michael Tüxen2011-05-311-2/+2
* Improve handling of command line errors.Michael Tüxen2011-05-311-17/+18
* Initialize pcap using an empty array instead of NULL. So no specialMichael Tüxen2011-05-281-8/+5
* Initialize global_ld.pcaps before we setup signal handlers, which Stig Bjørlykke2011-05-271-0/+3
* Don't call g_log(); as the comment indicates it can cause problems.Gerald Combs2011-05-261-6/+1
* Don't call pcap_breakloop() if we're not capturing anything. Fixes aGerald Combs2011-05-261-5/+12
* Append received percentage after received/dropped counts.Chris Maynard2011-05-261-7/+10
* Provide consistent counters for received and dropped packets.Michael Tüxen2011-05-261-22/+36
* Fix the handling of pipes on Windows platforms.Michael Tüxen2011-05-261-117/+113
* Change "captured/dropped" terminology to "received/dropped". Also, unlessChris Maynard2011-05-261-18/+14
* Move the Windows argument list conversion code to a common routine.Gerald Combs2011-05-241-10/+1
* Use appropriate temporary filename when capturing from multiple interfaces.Michael Tüxen2011-05-211-5/+9
* As suggested on the dev list: Use pcapng and threadsMichael Tüxen2011-05-211-2/+7
* Pass a pcap_options * instead of a pcap_options **.Gerald Combs2011-05-211-4/+4
* Drop privileges after opening all pcap devices, not after the first one...Michael Tüxen2011-05-191-12/+20
* Actually use the defaults from the last commit message.Michael Tüxen2011-05-191-3/+3
* Add a queue and byte limit to the capture queue. Current defaultMichael Tüxen2011-05-191-8/+61
* Dear GLib Developers:Guy Harris2011-05-171-1/+1
* Add support for capturing from multiple interfaces.Michael Tüxen2011-05-161-26/+185
* #include <conio.h> when compiling under Windows with DEBUG_DUMPCAP defined.Chris Maynard2011-05-161-0/+6