aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed "Compiled with" information in the About box.Stig Bjørlykke2010-10-211-1/+1
* PIPE_READ_TIMEOUT should be in microseconds, not milliseconds.Guy Harris2010-09-301-6/+7
* Always use a timeout of 250ms for pipes when not using threads; that wayGuy Harris2010-09-301-10/+19
* Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy().Gerald Combs2010-09-161-1/+1
* As mentioned on the users-mailinglist[1], it could be useful to have groups r...Sake Blok2010-08-281-3/+6
* We change the owner and group of the first file, so we also want to change ow...Sake Blok2010-08-281-0/+7
* Forward-port r33953.Gerald Combs2010-08-271-6/+5
* Fix !Windows compilation.Gerald Combs2010-08-251-1/+3
* Partial fix for bug 5133. On Windows, call SetDllDirectory at startup ifGerald Combs2010-08-241-0/+7
* Add #ifdef HAVE_BPF_IMAGEJörg Mayer2010-07-141-0/+2
* Fix warnings.Guy Harris2010-07-141-4/+8
* Fix build errors.Guy Harris2010-07-141-3/+7
* Define print_caps() before we use it.Guy Harris2010-07-141-18/+17
* Ensure, at compile time, that the error-message-buffer argument toGuy Harris2010-07-141-12/+12
* Define relinquish_all_capabilities() before we use it.Guy Harris2010-07-141-16/+24
* We must also set the link-layer header type before compiling the captureGuy Harris2010-07-141-31/+39
* Add a "-d" flag to dumpcap, to print out the generated code for theGuy Harris2010-07-131-146/+254
* Move some code (including the optional objects) into libwsutilJeff Morriss2010-05-281-3/+3
* Make -q not a capture option again - it's used by tshark even when notGuy Harris2010-05-271-5/+9
* Don't send ^T output to the standard error if we're a capture child.Guy Harris2010-05-261-6/+10
* Add a -q flag to dumpcap, to squelch its reporting of the packet count,Guy Harris2010-05-261-5/+89
* Pull the big pile of code that handles theGuy Harris2010-05-251-129/+101
* Don't have -M affect -v yet; if we end up, for example, having dumpcapGuy Harris2010-05-191-40/+17
* -S doesn't require an interface, either.Guy Harris2010-05-191-10/+15
* Regularize indentation a bit.Guy Harris2010-05-191-164/+148
* Squelch an unused-variable warning.Guy Harris2010-05-181-0/+2
* Move some routines around, fix and shuffle comments.Guy Harris2010-05-181-24/+24
* Move get_pcap_linktype() into dumpcap - it's not used elsewhere.Guy Harris2010-05-181-0/+123
* Only negative return values from pcap_activate() are errors; positiveGuy Harris2010-05-181-3/+8
* Don't write the SP_SUCCESS messages unless -Z was specified.Guy Harris2010-05-181-29/+60
* Make -Z always generate machine-readable output, and don't botherGuy Harris2010-05-171-14/+26
* If dumpcap is run with -D, don't select a default interface; it's notGuy Harris2010-05-171-12/+30
* When dumpcap is run to get an interface list, interface capabilities, orGuy Harris2010-05-171-2/+11
* Um, no, the problem with the Leopard x86 build is that we first do aGuy Harris2010-05-141-4/+4
* See whether the Leopard x86 buildbot is upset because of the nameGuy Harris2010-05-141-4/+4
* Fetch an indication of whether the interface supports capturing inGuy Harris2010-05-131-26/+120
* If we have pcap_open(), and we're *not* opening an rpcap URL, open theGuy Harris2010-05-111-14/+24
* Include inet_v6defs.h after include the Windows socket headers, so itGuy Harris2010-05-081-4/+4
* Include inet_v6defs.h if needed to declare inet_ntop().Guy Harris2010-05-081-0/+4
* The default capture buffer size is, in fact, *nominally* 1MB; however,Guy Harris2010-05-081-1/+1
* As with the list of data link types, so with the list of interfaces; moveGuy Harris2010-05-071-2/+95
* Add routines vfprintf_stderr() and fprintf_stderr() to print to theGuy Harris2010-05-071-0/+21
* For TShark and Wireshark, get the list of link-layer types for anGuy Harris2010-05-071-2/+150
* Oops, -B disappeared from the list of dumpcap options in the change toGuy Harris2010-05-071-1/+1
* Beginnings of monitor mode support with libpcap 1.x.Guy Harris2010-05-071-7/+30
* Instead, say that the default is platform-dependent.Guy Harris2010-05-071-1/+1
* Now that we support -B on various UN*X platforms as well as Windows, weGuy Harris2010-05-071-1/+1
* Just check for pcap_create(); it first appeared in libpcap 1.0.0, andGuy Harris2010-05-061-7/+5
* Fix compilation.Gerald Combs2010-05-061-2/+4
* Checking in Stigs changes fromAnders Broman2010-05-061-24/+45