aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-27Update suite-clopts.sh to match dumpcap's error output. Add a commentgerald1-0/+4
2011-06-27Report the correct interface when there is a problem with a capture filter.tuexen1-1/+3
2011-06-27Improve the report of illegal capture filters. Also show the interface descri...tuexen1-15/+21
2011-06-27Get rid of old non-interface specific settings which are now interfacetuexen1-3/+0
2011-06-23Add pcap_options to the pcap_queue elements. This lets us keep interfacegerald1-20/+18
2011-06-17Make pcap-ng the default. Add a compile-time option to prefer pcap-ng orgerald1-1/+2
2011-06-15Sigh. Cast away a warning.guy1-1/+7
2011-06-15Constify some arguments.guy1-3/+3
2011-06-13Remove not used cap_pipe_err_str.darkjames1-10/+2
2011-06-07When doing remote capturing using WinPCap, dumpcap crashes inside the WinPCaptuexen1-1/+6
2011-05-31Get rid of has_cfilter to simplify the handling of multiple interfaces.tuexen1-2/+2
2011-05-31Improve handling of command line errors.tuexen1-17/+18
2011-05-28Initialize pcap using an empty array instead of NULL. So no specialtuexen1-8/+5
2011-05-27Initialize global_ld.pcaps before we setup signal handlers, which stig1-0/+3
2011-05-26Don't call g_log(); as the comment indicates it can cause problems.gerald1-6/+1
2011-05-26Don't call pcap_breakloop() if we're not capturing anything. Fixes agerald1-5/+12
2011-05-26Append received percentage after received/dropped counts.cmaynard1-7/+10
2011-05-26Provide consistent counters for received and dropped packets.tuexen1-22/+36
2011-05-26Fix the handling of pipes on Windows platforms.tuexen1-117/+113
2011-05-26Change "captured/dropped" terminology to "received/dropped". Also, unlesscmaynard1-18/+14
2011-05-24Move the Windows argument list conversion code to a common routine.gerald1-10/+1
2011-05-21Use appropriate temporary filename when capturing from multiple interfaces.tuexen1-5/+9
2011-05-21As suggested on the dev list: Use pcapng and threadstuexen1-2/+7
2011-05-21Pass a pcap_options * instead of a pcap_options **.gerald1-4/+4
2011-05-19Drop privileges after opening all pcap devices, not after the first one...tuexen1-12/+20
2011-05-19Actually use the defaults from the last commit message.tuexen1-3/+3
2011-05-19Add a queue and byte limit to the capture queue. Current defaulttuexen1-8/+61
2011-05-17Dear GLib Developers:guy1-1/+1
2011-05-16Add support for capturing from multiple interfaces.tuexen1-26/+185
2011-05-16#include <conio.h> when compiling under Windows with DEBUG_DUMPCAP defined.cmaynard1-0/+6
2011-05-16Use correct variable...tuexen1-1/+1
2011-05-16Fix compilation on windows (hopefully).tuexen1-2/+2
2011-05-16Make remote capturing settings a per interface thing. You can nowtuexen1-14/+9
2011-05-16Make pcap samping a per interface setting.tuexen1-6/+5
2011-05-16Don't use debug output.tuexen1-4/+4
2011-05-15Fix compilation on Windows (hopefully).tuexen1-6/+5
2011-05-15Change internal data structures to store and handle mulitpletuexen1-369/+471
2011-05-13Fix a copy/paste error.tuexen1-1/+1
2011-05-13Get -L and -d working with multiple interface. Internally get some functionstuexen1-70/+76
2011-05-13Add a comment what needs to be changed when adopting wireshark and tshark.tuexen1-0/+1
2011-05-12Add support for multiple interfaces when processing the -L option.tuexen1-21/+34
2011-05-12Initialize the glib thread system on all platforms, not only on Windows.tuexen1-2/+3
2011-05-12Add some more details (name of the interface and number of captured packets)tuexen1-8/+10
2011-05-05Forgot to remove my editor's tabs before committing...morriss1-6/+6
2011-05-05Apply rev 14059 to non-Windows: update the display with new packets every 500morriss1-17/+24
2011-04-22Add return instructions for system without support for G_GNUC_NORETURN (e.g. ...darkjames1-0/+1
2011-04-10Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64guy1-2/+2
2011-03-21Fix a comment; Use consistent indentatation & formatting.wmeier1-2353/+2360
2011-02-24Fix Bug #5716: "dumpcap: -q option behavior doesn't match documentation"wmeier1-8/+18
2011-02-18Fix some dead code and zero division issues found by Clang scan-build.gerald1-16/+0