| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixed some "ignoring return value" warnings. | Stig Bjørlykke | 2008-10-31 | 1 | -2/+4 |
* | Based on patch from Sergio Barjola: | Balint Reczey | 2008-10-30 | 1 | -0/+10 |
* | The packet counts and drop counts reported by libpcap are unsigned. | Guy Harris | 2008-08-19 | 1 | -5/+5 |
* | If we can't open open an interface in Windows, instead of talking about | Gerald Combs | 2008-07-25 | 1 | -13/+2 |
* | Move privileges.c and unicode-utils.c from epan to wsutil (so things like | Jeff Morriss | 2008-06-30 | 1 | -2/+2 |
* | Fix some references to the global loop_data structure that weren't | Guy Harris | 2008-06-24 | 1 | -6/+8 |
* | Rename the global "ld" structure to "global_ld", to avoid collisions | Guy Harris | 2008-06-23 | 1 | -50/+53 |
* | Get rid of the static capture_opts pointer - it collides with parameter | Guy Harris | 2008-06-23 | 1 | -19/+18 |
* | capture_opts_print_statistics() has nothing to do with capture options | Guy Harris | 2008-06-20 | 1 | -1/+95 |
* | Fix some of the Errors/warnings detected by checkapi. | Anders Broman | 2008-05-23 | 1 | -1/+1 |
* | Move the file utility functions from wiretap to libwsutil so that | Jeff Morriss | 2008-05-22 | 1 | -8/+8 |
* | Fix a few typos. | Bill Meier | 2008-03-24 | 1 | -6/+6 |
* | dumpcap.c: Fix a typo. | Gerald Combs | 2008-03-24 | 1 | -3/+3 |
* | Fix (aka workaround) for bug #2228. | Bill Meier | 2008-03-22 | 1 | -50/+160 |
* | Don't call cap_set_proc() unless we were started with elevated | Gerald Combs | 2008-03-20 | 1 | -5/+8 |
* | Fix for handling dumpcap errmsgs when wireshark does 'dumpcap -D -M', etc | Bill Meier | 2008-02-29 | 1 | -8/+14 |
* | Use plain old strcmp() instead of g_ascii_strcasecmp() when searching for -Z. | Jeff Morriss | 2008-02-25 | 1 | -12/+8 |
* | Ensure tshark/wireshark always get good err msgs from dumpcap: | Bill Meier | 2008-02-23 | 1 | -38/+108 |
* | dumpcap doesn't need stuff declared in capture.h; it just needs what's | Guy Harris | 2008-02-16 | 1 | -1/+1 |
* | One include of epan/unicode-utils.h suffices - and the routines it | Guy Harris | 2008-02-16 | 1 | -2/+0 |
* | Directly call capture_loop_packet_cb(), rather than making a pointer to | Guy Harris | 2008-02-16 | 1 | -11/+6 |
* | If we don't have libcap, relinquish special privileges just after | Guy Harris | 2008-02-16 | 1 | -3/+5 |
* | Pull capture_loop.c into dumpcap.c, as dumpcap is the only program that | Guy Harris | 2008-02-16 | 1 | -14/+1844 |
* | Fix typo in help text | Bill Meier | 2008-01-20 | 1 | -1/+1 |