aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-21Fix a comment; Use consistent indentatation & formatting.Bill Meier1-2353/+2360
2011-02-24Fix Bug #5716: "dumpcap: -q option behavior doesn't match documentation"Bill Meier1-8/+18
2011-02-18Fix some dead code and zero division issues found by Clang scan-build.Gerald Combs1-16/+0
2011-02-17On Windows, try putting __declspec(noreturn) in front of declarations ofGuy Harris1-1/+1
2011-01-06On Windows, convert all of our command-line arguments from UTF-16 toGerald Combs1-0/+13
2011-01-04Free dumpcap from linking to wiretap.Jaap Keuter1-32/+8
2010-11-18Add a comment about the pipe read timeout on Windows.Gerald Combs1-0/+4
2010-11-17Set the pipe read timeout to 100 milliseconds instead of 100 microseconds.Gerald Combs1-3/+1
2010-11-16If pcap_geterr() returns "read error: PacketReceivePacket failed", report thatChris Maynard1-1/+2
2010-11-16Use more meaningful temp file name. Fixes bug 1882.Chris Maynard1-1/+35
2010-11-11OS X 10.6.5 is out, and it re-incorporates the libpcap workaround forGuy Harris1-15/+10
2010-10-21Fixed "Compiled with" information in the About box.Stig Bjørlykke1-1/+1
2010-09-30PIPE_READ_TIMEOUT should be in microseconds, not milliseconds.Guy Harris1-6/+7
2010-09-30Always use a timeout of 250ms for pipes when not using threads; that wayGuy Harris1-10/+19
2010-09-16Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy().Gerald Combs1-1/+1
2010-08-28As mentioned on the users-mailinglist[1], it could be useful to have groups r...Sake Blok1-3/+6
2010-08-28We change the owner and group of the first file, so we also want to change ow...Sake Blok1-0/+7
2010-08-27Forward-port r33953.Gerald Combs1-6/+5
2010-08-25Fix !Windows compilation.Gerald Combs1-1/+3
2010-08-24Partial fix for bug 5133. On Windows, call SetDllDirectory at startup ifGerald Combs1-0/+7
2010-07-14Add #ifdef HAVE_BPF_IMAGEJörg Mayer1-0/+2
2010-07-14Fix warnings.Guy Harris1-4/+8
2010-07-14Fix build errors.Guy Harris1-3/+7
2010-07-14Define print_caps() before we use it.Guy Harris1-18/+17
2010-07-14Ensure, at compile time, that the error-message-buffer argument toGuy Harris1-12/+12
2010-07-14Define relinquish_all_capabilities() before we use it.Guy Harris1-16/+24
2010-07-14We must also set the link-layer header type before compiling the captureGuy Harris1-31/+39
2010-07-13Add a "-d" flag to dumpcap, to print out the generated code for theGuy Harris1-146/+254
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-3/+3
2010-05-27Make -q not a capture option again - it's used by tshark even when notGuy Harris1-5/+9
2010-05-26Don't send ^T output to the standard error if we're a capture child.Guy Harris1-6/+10
2010-05-26Add a -q flag to dumpcap, to squelch its reporting of the packet count,Guy Harris1-5/+89
2010-05-25Pull the big pile of code that handles theGuy Harris1-129/+101
2010-05-19Don't have -M affect -v yet; if we end up, for example, having dumpcapGuy Harris1-40/+17
2010-05-19-S doesn't require an interface, either.Guy Harris1-10/+15
2010-05-19Regularize indentation a bit.Guy Harris1-164/+148
2010-05-18Squelch an unused-variable warning.Guy Harris1-0/+2
2010-05-18Move some routines around, fix and shuffle comments.Guy Harris1-24/+24
2010-05-18Move get_pcap_linktype() into dumpcap - it's not used elsewhere.Guy Harris1-0/+123
2010-05-18Only negative return values from pcap_activate() are errors; positiveGuy Harris1-3/+8
2010-05-18Don't write the SP_SUCCESS messages unless -Z was specified.Guy Harris1-29/+60
2010-05-17Make -Z always generate machine-readable output, and don't botherGuy Harris1-14/+26
2010-05-17If dumpcap is run with -D, don't select a default interface; it's notGuy Harris1-12/+30
2010-05-17When dumpcap is run to get an interface list, interface capabilities, orGuy Harris1-2/+11
2010-05-14Um, no, the problem with the Leopard x86 build is that we first do aGuy Harris1-4/+4
2010-05-14See whether the Leopard x86 buildbot is upset because of the nameGuy Harris1-4/+4
2010-05-13Fetch an indication of whether the interface supports capturing inGuy Harris1-26/+120
2010-05-11If we have pcap_open(), and we're *not* opening an rpcap URL, open theGuy Harris1-14/+24
2010-05-08Include inet_v6defs.h after include the Windows socket headers, so itGuy Harris1-4/+4
2010-05-08Include inet_v6defs.h if needed to declare inet_ntop().Guy Harris1-0/+4