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