| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366) | Tomas Kukosa | 2007-12-04 | 1 | -0/+23 |
* | Rename Windows ConsoleCtrHandlerRoutine --> capture_cleanup to match SVN #235... | Bill Meier | 2007-11-22 | 1 | -1/+1 |
* | Catch SIGINT, SIGHUP, and SIGTERM on UN*X, so we cleanly exit if, for | Guy Harris | 2007-11-21 | 1 | -1/+48 |
* | If libcap is present, have dumpcap use it to drop privileges while | Gerald Combs | 2007-11-20 | 1 | -0/+70 |
* | For the Wireshark/TShark -> dumpcap signal pipe on Windows, use a named | Gerald Combs | 2007-10-26 | 1 | -8/+44 |
* | Make the sync pipe the standard error, not the standard output, of | Guy Harris | 2007-10-10 | 1 | -10/+7 |
* | "get_compiled_version_info()" appends to the string text starting with | Guy Harris | 2007-09-30 | 1 | -1/+1 |
* | Make the "-Z" argument to dumpcap take an argument that's the file | Guy Harris | 2007-09-29 | 1 | -7/+10 |
* | Don't hardcode the notion that the sync pipe is the standard output into | Guy Harris | 2007-09-29 | 1 | -1/+1 |
* | We don't use NetSNMP any more. | Guy Harris | 2007-09-29 | 1 | -8/+0 |
* | Add a "-S" flag to dumpcap, which prints out interface statistics. Use | Gerald Combs | 2007-08-02 | 1 | -5/+16 |
* | Remove the "-I" flag from dumpcap, and add a "-M" flag used to specify | Gerald Combs | 2007-07-20 | 1 | -13/+17 |
* | One more step in privilege separation. | Gerald Combs | 2007-06-11 | 1 | -10/+20 |
* | Output error msgs when using dumpcap from cmd-line (stand-alone); | Bill Meier | 2007-02-19 | 1 | -16/+25 |
* | From Eric Hall to fix bug 1289: | Jeff Morriss | 2007-02-06 | 1 | -2/+2 |
* | Frederic Heem: | Jörg Mayer | 2006-11-02 | 1 | -9/+14 |
* | Make dumpcap complile again and other minor improvements. | Jaap Keuter | 2006-10-20 | 1 | -6/+10 |
* | Fix up the changes to put the Portaudio information at the end of the | Guy Harris | 2006-10-19 | 1 | -2/+1 |
* | Add support for reading from stdin under Windows. Based on a patch sent | Gerald Combs | 2006-09-22 | 1 | -46/+0 |
* | Add to a comment. | Guy Harris | 2006-08-21 | 1 | -0/+1 |
* | put utf_16to8 under #ifdef _WIN32, thanks Toralf | Ulf Lamping | 2006-08-13 | 1 | -0/+4 |
* | another place missing a call to utf_16to8(), the about box was showing "Windo... | Ulf Lamping | 2006-08-13 | 1 | -0/+43 |