aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-07Replace deprecated glib functions.Jörg Mayer1-3/+5
2011-07-16Use the threads based workaround only on windows (with thread support enabled),Michael Tüxen1-34/+34
2011-07-15Fix compilation on non-windows platforms defining USE_THREADS.Michael Tüxen1-0/+2
2011-07-15Handle the case where dumpcap is compiled without thread support, whichMichael Tüxen1-3/+15
2011-07-14On Windows enable threads everywhere instead of just in dumpcap. IfGerald Combs1-4/+0
2011-07-08Alas, the libpcap API didn't use "void *" where it should have; squelchGuy Harris1-2/+2
2011-07-06From Jakub Zawadzki via bug 6002: Don't set state to STATE_EXPECT_DATA if th...Chris Maynard1-2/+6
2011-07-02Disable DEBUG_CHILD_DUMPCAP.Gerald Combs1-1/+0
2011-07-01Revert r37857, r37861Jakub Zawadzki1-21/+0
2011-07-01Try to get more information about AV.Jakub Zawadzki1-1/+11
2011-07-01Catch system exceptions from pcap_open_live() :)Jakub Zawadzki1-0/+11
2011-06-30Add paranoid debug output in open_capture_device().Michael Tüxen1-0/+26
2011-06-30Log the success or failure of pcap_open/pcap_create/pcap_open_live.Gerald Combs1-0/+1
2011-06-30Temporarily enable dumpcap debugging.Gerald Combs1-0/+1
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-23/+23
2011-06-27Update suite-clopts.sh to match dumpcap's error output. Add a commentGerald Combs1-0/+4
2011-06-27Report the correct interface when there is a problem with a capture filter.Michael Tüxen1-1/+3
2011-06-27Improve the report of illegal capture filters. Also show the interface descri...Michael Tüxen1-15/+21
2011-06-27Get rid of old non-interface specific settings which are now interfaceMichael Tüxen1-3/+0
2011-06-23Add pcap_options to the pcap_queue elements. This lets us keep interfaceGerald Combs1-20/+18
2011-06-17Make pcap-ng the default. Add a compile-time option to prefer pcap-ng orGerald Combs1-1/+2
2011-06-15Sigh. Cast away a warning.Guy Harris1-1/+7
2011-06-15Constify some arguments.Guy Harris1-3/+3
2011-06-13Remove not used cap_pipe_err_str.Jakub Zawadzki1-10/+2
2011-06-07When doing remote capturing using WinPCap, dumpcap crashes inside the WinPCapMichael Tüxen1-1/+6
2011-05-31Get rid of has_cfilter to simplify the handling of multiple interfaces.Michael Tüxen1-2/+2
2011-05-31Improve handling of command line errors.Michael Tüxen1-17/+18
2011-05-28Initialize pcap using an empty array instead of NULL. So no specialMichael Tüxen1-8/+5
2011-05-27Initialize global_ld.pcaps before we setup signal handlers, which Stig Bjørlykke1-0/+3
2011-05-26Don't call g_log(); as the comment indicates it can cause problems.Gerald Combs1-6/+1
2011-05-26Don't call pcap_breakloop() if we're not capturing anything. Fixes aGerald Combs1-5/+12
2011-05-26Append received percentage after received/dropped counts.Chris Maynard1-7/+10
2011-05-26Provide consistent counters for received and dropped packets.Michael Tüxen1-22/+36
2011-05-26Fix the handling of pipes on Windows platforms.Michael Tüxen1-117/+113
2011-05-26Change "captured/dropped" terminology to "received/dropped". Also, unlessChris Maynard1-18/+14
2011-05-24Move the Windows argument list conversion code to a common routine.Gerald Combs1-10/+1
2011-05-21Use appropriate temporary filename when capturing from multiple interfaces.Michael Tüxen1-5/+9
2011-05-21As suggested on the dev list: Use pcapng and threadsMichael Tüxen1-2/+7
2011-05-21Pass a pcap_options * instead of a pcap_options **.Gerald Combs1-4/+4
2011-05-19Drop privileges after opening all pcap devices, not after the first one...Michael Tüxen1-12/+20
2011-05-19Actually use the defaults from the last commit message.Michael Tüxen1-3/+3
2011-05-19Add a queue and byte limit to the capture queue. Current defaultMichael Tüxen1-8/+61
2011-05-17Dear GLib Developers:Guy Harris1-1/+1
2011-05-16Add support for capturing from multiple interfaces.Michael Tüxen1-26/+185
2011-05-16#include <conio.h> when compiling under Windows with DEBUG_DUMPCAP defined.Chris Maynard1-0/+6
2011-05-16Use correct variable...Michael Tüxen1-1/+1
2011-05-16Fix compilation on windows (hopefully).Michael Tüxen1-2/+2
2011-05-16Make remote capturing settings a per interface thing. You can nowMichael Tüxen1-14/+9
2011-05-16Make pcap samping a per interface setting.Michael Tüxen1-6/+5
2011-05-16Don't use debug output.Michael Tüxen1-4/+4