| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Revert r31529. Timing out while waiting for the pcap file header causes | Gerald Combs | 2010-04-23 | 1 | -25/+4 |
* | Expand the comment explaining the workaround for the Snow Leopard | Guy Harris | 2010-04-01 | 1 | -8/+18 |
* | Enable pcap timeout workaround for Mac OS X 10.6.3, since the bug seems to be | Michael Tüxen | 2010-03-31 | 1 | -1/+2 |
* | From Hilko Bengen: support capturing from UNIX-domain sockets. | Guy Harris | 2010-03-13 | 1 | -16/+74 |
* | "capture-pcap-util.h" include <pcap.h>, and <pcap.h>, for better or | Guy Harris | 2010-03-04 | 1 | -3/+2 |
* | In Wireshark and TShark, run dumpcap to get interface lists and lists of | Guy Harris | 2010-03-04 | 1 | -0/+20 |
* | Squelch some compiler warnings. | Guy Harris | 2010-03-01 | 1 | -9/+9 |
* | Move a routine into dumpcap - it's not used outside dumpcap. | Guy Harris | 2010-02-27 | 1 | -0/+20 |
* | If we're using threads, time out when reading the file header. | Gerald Combs | 2010-01-14 | 1 | -5/+26 |
* | Only do the 1-second timeout in OS X 10.6 and 10.6.1; the bug is fixed | Guy Harris | 2009-11-26 | 1 | -1/+32 |
* | Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H | Stig Bjørlykke | 2009-10-06 | 1 | -3/+4 |
* | Cast a pointer to avoid a warning. | Stig Bjørlykke | 2009-10-01 | 1 | -1/+1 |
* | Initialize magic to avoid a warning about a possible uninitialized read. | Stig Bjørlykke | 2009-09-29 | 1 | -1/+1 |
* | Don't use SIGUSR1 to tell dumpcap to exit, use SIGINT: SIGINT is traditionally | Jeff Morriss | 2009-09-13 | 1 | -38/+17 |
* | Use Wireshark/GLib attribute specifiers instead of checking for __GNUC__ expl... | Kovarththanan Rajaratnam | 2009-09-08 | 1 | -14/+9 |
* | Use a timeout of a second for Mac OS X, when building | Michael Tüxen | 2009-08-31 | 1 | -0/+4 |
* | Make the windows build compile. | Anders Broman | 2009-08-28 | 1 | -0/+2 |
* | Properly set our file descriptor when we're capturing from a pipe on | Gerald Combs | 2009-08-27 | 1 | -0/+1 |
* | Check for INVALID_HANDLE_VALUE instead of NULL on Windows. This keeps | Gerald Combs | 2009-08-27 | 1 | -11/+10 |
* | Add #include <stdio.h> in a few places for Solaris | Bill Meier | 2009-08-27 | 1 | -1/+1 |
* | Add a compile-time option to use a separate thread for reading from | Gerald Combs | 2009-08-26 | 1 | -140/+346 |
* | From Rob Leslie <rob@mars.org>: | Balint Reczey | 2009-08-22 | 1 | -1/+4 |
* | Updates to create_tempfile: | Gerald Combs | 2009-07-01 | 1 | -2/+2 |
* | Unfortunately, r28452 seems to cause more problems than it fixes. Back | Gerald Combs | 2009-06-26 | 1 | -146/+25 |
* | Set SIGPIPE handler every time the program starts. | Balint Reczey | 2009-05-31 | 1 | -11/+1 |
* | From Benjamin Tse via bug 2200: | Gerald Combs | 2009-05-22 | 1 | -25/+146 |
* | Add -n option to dumpcap. It will save the capture files in | Michael Tüxen | 2009-04-27 | 1 | -9/+53 |
* | Make ringbuffer.[ch] file format agnostic. | Michael Tüxen | 2009-04-26 | 1 | -10/+31 |
* | Fix the last(?) of the Win64 compilation problems. | Gerald Combs | 2009-04-16 | 1 | -13/+13 |
* | Use wireshark (instead of ether) for temp file name prefix. | Bill Meier | 2009-04-08 | 1 | -1/+1 |
* | From Toralf Förster: | Jaap Keuter | 2009-01-11 | 1 | -2/+1 |
* | From Ronald W. Henderson: | Jaap Keuter | 2009-01-11 | 1 | -8/+7 |
* | From Pavol Rusnak (bug 1740): | Balint Reczey | 2008-11-26 | 1 | -0/+1 |
* | Do not set buffer size for remote interfaces or when using default value. | Stig Bjørlykke | 2008-11-03 | 1 | -1/+2 |