aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
Commit message (Expand)AuthorAgeFilesLines
* Copy over r43501 from the trunk, with manual intervention:Guy Harris2012-06-271-1/+4
* Another array vs. pointer-to-array issue.Guy Harris2012-05-171-1/+1
* In capture_loop_open_input(), open_err_str is an array, not a pointer toGuy Harris2012-05-171-2/+2
* Copy over r41781 with manual intervention:Gerald Combs2012-05-171-2/+24
* Copied from the trunk:Guy Harris2012-04-141-0/+1
* Copy over revisions from the trunk:Gerald Combs2012-03-261-1/+2
* Copyr over r37812:Gerald Combs2011-07-141-22/+22
* Copy over revisions from the trunk:Gerald Combs2011-02-241-8/+18
* Copy over r34938 from the trunk:Gerald Combs2010-11-171-3/+1
* Copy over revisions from the trunk:Gerald Combs2010-11-161-14/+9
* Copy over revisions from the trunk:Gerald Combs2010-11-151-1/+1
* Copy over revisions from the trunk:Gerald Combs2010-10-071-11/+21
* Copy over revisions from the trunk:Gerald Combs2010-10-021-0/+7
* Forward-port r33953.Gerald Combs2010-08-271-6/+5
* Copy over revisions from the trunk:Gerald Combs2010-08-261-0/+9
* 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
* Revert r31529. Timing out while waiting for the pcap file header causesGerald Combs2010-04-231-25/+4
* Expand the comment explaining the workaround for the Snow LeopardGuy Harris2010-04-011-8/+18