aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable pcap timeout workaround for Mac OS X 10.6.3, since the bug seems to beMichael Tüxen2010-03-311-1/+2
* From Hilko Bengen: support capturing from UNIX-domain sockets.Guy Harris2010-03-131-16/+74
* "capture-pcap-util.h" include <pcap.h>, and <pcap.h>, for better orGuy Harris2010-03-041-3/+2
* In Wireshark and TShark, run dumpcap to get interface lists and lists ofGuy Harris2010-03-041-0/+20
* Squelch some compiler warnings.Guy Harris2010-03-011-9/+9
* Move a routine into dumpcap - it's not used outside dumpcap.Guy Harris2010-02-271-0/+20
* If we're using threads, time out when reading the file header.Gerald Combs2010-01-141-5/+26
* Only do the 1-second timeout in OS X 10.6 and 10.6.1; the bug is fixedGuy Harris2009-11-261-1/+32
* Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_HStig Bjørlykke2009-10-061-3/+4
* Cast a pointer to avoid a warning.Stig Bjørlykke2009-10-011-1/+1
* Initialize magic to avoid a warning about a possible uninitialized read.Stig Bjørlykke2009-09-291-1/+1
* Don't use SIGUSR1 to tell dumpcap to exit, use SIGINT: SIGINT is traditionallyJeff Morriss2009-09-131-38/+17
* Use Wireshark/GLib attribute specifiers instead of checking for __GNUC__ expl...Kovarththanan Rajaratnam2009-09-081-14/+9
* Use a timeout of a second for Mac OS X, when buildingMichael Tüxen2009-08-311-0/+4
* Make the windows build compile.Anders Broman2009-08-281-0/+2
* Properly set our file descriptor when we're capturing from a pipe onGerald Combs2009-08-271-0/+1
* Check for INVALID_HANDLE_VALUE instead of NULL on Windows. This keepsGerald Combs2009-08-271-11/+10
* Add #include <stdio.h> in a few places for SolarisBill Meier2009-08-271-1/+1
* Add a compile-time option to use a separate thread for reading fromGerald Combs2009-08-261-140/+346
* From Rob Leslie <rob@mars.org>:Balint Reczey2009-08-221-1/+4
* Updates to create_tempfile:Gerald Combs2009-07-011-2/+2
* Unfortunately, r28452 seems to cause more problems than it fixes. BackGerald Combs2009-06-261-146/+25
* Set SIGPIPE handler every time the program starts.Balint Reczey2009-05-311-11/+1
* From Benjamin Tse via bug 2200:Gerald Combs2009-05-221-25/+146
* Add -n option to dumpcap. It will save the capture files inMichael Tüxen2009-04-271-9/+53
* Make ringbuffer.[ch] file format agnostic.Michael Tüxen2009-04-261-10/+31
* Fix the last(?) of the Win64 compilation problems.Gerald Combs2009-04-161-13/+13
* Use wireshark (instead of ether) for temp file name prefix.Bill Meier2009-04-081-1/+1
* From Toralf Förster:Jaap Keuter2009-01-111-2/+1
* From Ronald W. Henderson:Jaap Keuter2009-01-111-8/+7
* From Pavol Rusnak (bug 1740):Balint Reczey2008-11-261-0/+1
* Do not set buffer size for remote interfaces or when using default value.Stig Bjørlykke2008-11-031-1/+2