| Commit message (Expand) | Author | Age | Files | Lines |
* | STATUS_UNWIND_CONSOLIDATE "should not happen", so don't include it - | Guy Harris | 2010-07-02 | 1 | -2/+0 |
* | Include <Winbase.h> to get error statuses. | Guy Harris | 2010-07-02 | 1 | -0/+1 |
* | Attempt to detect when dumpcap dies due to an exception and report that | Guy Harris | 2010-07-02 | 1 | -4/+54 |
* | Have sync_pipe_wait_for_child() return the child's exit status on | Guy Harris | 2010-07-02 | 1 | -0/+9 |
* | From Petr Lautrbach: when capturing, return the exit status of dumpcap, | Guy Harris | 2010-07-01 | 1 | -0/+3 |
* | Clean up the error reporting. An EOF from the sync pipe when capturing | Guy Harris | 2010-05-27 | 1 | -73/+116 |
* | Untabify. | Stig Bjørlykke | 2010-05-26 | 1 | -35/+35 |
* | Don't report EINTR - it might be from a ^C. | Guy Harris | 2010-05-26 | 1 | -6/+24 |
* | Use the right system call name. | Guy Harris | 2010-05-26 | 1 | -2/+2 |
* | If dumpcap exits abnormally, report the error. | Guy Harris | 2010-05-26 | 1 | -2/+2 |
* | Fix comments. | Guy Harris | 2010-05-19 | 1 | -2/+2 |
* | Fix some errors. Use FormatMessageA(), as we need the string in ASCII. | Guy Harris | 2010-05-18 | 1 | -5/+4 |
* | Add a routine to convert Win32 error statuses into strings, and use it | Guy Harris | 2010-05-18 | 1 | -27/+60 |
* | Make -Z always generate machine-readable output, and don't bother | Guy Harris | 2010-05-17 | 1 | -3/+0 |
* | Update a comment. | Guy Harris | 2010-05-17 | 1 | -3/+0 |
* | When dumpcap is run to get an interface list, interface capabilities, or | Guy Harris | 2010-05-17 | 1 | -249/+477 |
* | Fetch an indication of whether the interface supports capturing in | Guy Harris | 2010-05-13 | 1 | -3/+7 |
* | Add monitor mode support to TShark. | Guy Harris | 2010-05-07 | 1 | -0/+4 |
* | Just check for pcap_create(); it first appeared in libpcap 1.0.0, and | Guy Harris | 2010-05-06 | 1 | -2/+2 |
* | Checking in Stigs changes from | Anders Broman | 2010-05-06 | 1 | -2/+4 |
* | In Wireshark and TShark, run dumpcap to get interface lists and lists of | Guy Harris | 2010-03-04 | 1 | -33/+40 |
* | Fix a typo. | Guy Harris | 2010-03-02 | 1 | -1/+1 |
* | Fix various gcc -Wshadow warnings. | Bill Meier | 2010-01-29 | 1 | -16/+16 |
* | 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 |