| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use SIGUSR1 to tell dumpcap to exit, use SIGINT: SIGINT is traditionally | Jeff Morriss | 2009-09-13 | 1 | -3/+3 |
* | Added a preference to capture in Pcap-NG from GUI. | Stig Bjørlykke | 2009-06-15 | 1 | -0/+2 |
* | If we don't have any of the pcap_datalink_XXX_to_YYY routines, | Guy Harris | 2008-12-21 | 1 | -5/+0 |
* | Do not set buffer size for remote interfaces or when using default value. | Stig Bjørlykke | 2008-11-03 | 1 | -0/+6 |
* | The packet counts and drop counts reported by libpcap are unsigned. | Guy Harris | 2008-08-19 | 1 | -1/+1 |
* | Move privileges.c and unicode-utils.c from epan to wsutil (so things like | Jeff Morriss | 2008-06-30 | 1 | -1/+1 |
* | Rename an argument to avoid colliding with pipe(). | Guy Harris | 2008-06-23 | 1 | -4/+4 |
* | Move the file utility functions from wiretap to libwsutil so that | Jeff Morriss | 2008-05-22 | 1 | -16/+16 |
* | Use report_failure() to report failures in capture_sync.c; that will do | Guy Harris | 2008-04-30 | 1 | -27/+18 |
* | Emit warning message to log if attempt to send signal to child process fails... | Bill Meier | 2008-03-21 | 1 | -5/+13 |
* | Fix for handling dumpcap errmsgs when wireshark does 'dumpcap -D -M', etc | Bill Meier | 2008-02-29 | 1 | -7/+41 |
* | Ensure tshark/wireshark always get good err msgs from dumpcap: | Bill Meier | 2008-02-23 | 1 | -0/+3 |
* | Constify some arguments. | Guy Harris | 2008-02-21 | 1 | -1/+1 |
* | Exit with 1, not 2, if exec fails, so we don't report an additional | Guy Harris | 2008-01-09 | 1 | -4/+10 |
* | Use dup2() rather than eth_close() followed by dup() to ensure that a | Guy Harris | 2008-01-09 | 1 | -8/+13 |
* | Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366) | Tomas Kukosa | 2007-12-04 | 1 | -0/+33 |
* | Fixes from Sam Leffler: | Gerald Combs | 2007-11-27 | 1 | -3/+4 |
* | If a child doesn't quit 500ms after sending a QUIT signal, force it to exit. | Gerald Combs | 2007-11-25 | 1 | -2/+28 |
* | Fix a log message. | Gerald Combs | 2007-11-20 | 1 | -1/+1 |
* | For the Wireshark/TShark -> dumpcap signal pipe on Windows, use a named | Gerald Combs | 2007-10-26 | 1 | -10/+21 |
* | Fix a typo. | Gerald Combs | 2007-10-25 | 1 | -1/+1 |
* | Make the sync pipe the standard error, not the standard output, of | Guy Harris | 2007-10-10 | 1 | -6/+2 |
* | Make the "-Z" argument to dumpcap take an argument that's the file | Guy Harris | 2007-09-29 | 1 | -0/+4 |
* | The fork_child argument to sync_interface_stats_close is unused on UN*X. | Guy Harris | 2007-09-29 | 1 | -2/+6 |
* | Add a "-S" flag to dumpcap, which prints out interface statistics. Use | Gerald Combs | 2007-08-02 | 1 | -31/+181 |
* | Fix Windows Buildbot breakage. Remove an unneeded function and fix a | Gerald Combs | 2007-07-21 | 1 | -50/+9 |
* | Remove the "-I" flag from dumpcap, and add a "-M" flag used to specify | Gerald Combs | 2007-07-20 | 1 | -65/+165 |
* | One more step in privilege separation. | Gerald Combs | 2007-06-11 | 1 | -9/+245 |
* | Remove almost all of the casts I committed recently and in place of | Stephen Fisher | 2007-03-28 | 1 | -3/+3 |
* | Fix about 150 warnings new to gcc 4.0 in the error on warning directories. | Stephen Fisher | 2007-03-23 | 1 | -3/+3 |
* | Add -Werror when using GCC only to the Makefile.am of the base | Stephen Fisher | 2007-03-22 | 1 | -1/+1 |
* | use unicode-utils.h instead of strutil.h | Ulf Lamping | 2006-09-23 | 1 | -1/+1 |
* | From Richard van der Hoff: | Anders Broman | 2006-08-02 | 1 | -4/+3 |
* | Ethereal->Wireshark | Anders Broman | 2006-05-28 | 1 | -4/+4 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | Handle the case where we *can't* determine the pathname in which to find | Guy Harris | 2006-05-01 | 1 | -2/+9 |
* | Clean up if CreateProcess() fails. | Guy Harris | 2006-04-03 | 1 | -0/+3 |
* | Put the low-level sync routines into a common file so they can be shared | Guy Harris | 2006-04-03 | 1 | -7/+9 |
* | disable the call to sync_pipe_errmsg_to_parent for now, if execv failed (so a... | Ulf Lamping | 2006-03-24 | 1 | -2/+3 |
* | Dumpcap probably has *no* windows. | Guy Harris | 2006-03-24 | 1 | -1/+3 |
* | Various code cleanup in the capture pipe stuff | Ulf Lamping | 2006-03-24 | 1 | -223/+140 |
* | Fix pipe_read_bytes() to return the total number of bytes read, not just | Guy Harris | 2006-03-19 | 1 | -2/+2 |
* | fix bug #803: sync pipe on Win32 wasn't set to binary mode, so error message ... | Ulf Lamping | 2006-03-13 | 1 | -33/+58 |
* | debugging helper: if (for whatever reason) the message from dumpcap was inval... | Ulf Lamping | 2006-03-09 | 1 | -0/+5 |
* | Take care of one last UTF-8 <-> UTF-16 conversion (assuming there aren't any | Gerald Combs | 2006-03-09 | 1 | -13/+14 |
* | Pass two strings in capture child messages, so the child can send | Guy Harris | 2006-03-05 | 1 | -30/+59 |
* | fix some bugs introduced with command line encapsulation | Ulf Lamping | 2006-02-17 | 1 | -25/+12 |
* | We now quote args as necessary on Windows when constructing the command | Guy Harris | 2006-02-17 | 1 | -19/+5 |
* | On Windows. quote arguments as necessary before sticking them into the | Guy Harris | 2006-02-17 | 1 | -3/+81 |
* | remove dependencies to pcap.h, so getting an idea what needs to be done by du... | Ulf Lamping | 2006-02-17 | 1 | -3/+8 |