| Commit message (Expand) | Author | Age | Files | Lines |
* | From Evan Huus: fix memory leak. Fixes bug 7081. | Guy Harris | 2012-04-13 | 1 | -0/+3 |
* | If the length is bogus in a message received from the sync pipe, dump | Guy Harris | 2012-03-11 | 1 | -2/+3 |
* | Third try. This time pipes and stdin are supported and the | Michael Tüxen | 2012-01-25 | 1 | -0/+2 |
* | We need a 3rd try. (After learning how to run the testuite on Windows locally). | Michael Tüxen | 2012-01-24 | 1 | -2/+0 |
* | Second try. This time pipes and stdin are supported. | Michael Tüxen | 2012-01-24 | 1 | -0/+2 |
* | Move some headers for UI stuff, and the alert_box.c UI-specific file, to | Guy Harris | 2012-01-16 | 1 | -1/+3 |
* | Expand, and fix, a comment. Change a function argument name to match | Guy Harris | 2012-01-04 | 1 | -7/+16 |
* | Get rid of unnecessary assignment (the code below it always assigns a | Guy Harris | 2011-11-16 | 1 | -1/+0 |
* | Back out infrastructure change. We missed supporting | Michael Tüxen | 2011-10-20 | 1 | -2/+0 |
* | Use a global list containing all interfaces and only change | Michael Tüxen | 2011-10-20 | 1 | -0/+2 |
* | Fix prematurely-terminated comment. | Guy Harris | 2011-08-24 | 1 | -1/+1 |
* | Fix a comment; this includes describing an additional way in which we | Guy Harris | 2011-08-24 | 1 | -5/+13 |
* | Hopefully fix | Michael Tüxen | 2011-08-23 | 1 | -0/+2 |
* | Fix Windows build. | Michael Tüxen | 2011-08-05 | 1 | -3/+3 |
* | Simplification suggested by Guy. | Michael Tüxen | 2011-08-05 | 1 | -3/+1 |
* | Generate the capure sync pipe correctly. | Michael Tüxen | 2011-08-05 | 1 | -15/+37 |
* | Replace all strerror() with g_strerror(). | Stig Bjørlykke | 2011-06-28 | 1 | -15/+15 |
* | Fix the bug reported by Guy. Now | Michael Tüxen | 2011-06-27 | 1 | -6/+0 |
* | Report the correct interface when there is a problem with a capture filter. | Michael Tüxen | 2011-06-27 | 1 | -5/+11 |
* | Get rid of old non-interface specific settings which are now interface | Michael Tüxen | 2011-06-27 | 1 | -57/+8 |
* | Make pcap-ng the default. Add a compile-time option to prefer pcap-ng or | Gerald Combs | 2011-06-17 | 1 | -0/+2 |
* | Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings; | Bill Meier | 2011-06-07 | 1 | -684/+684 |
* | Fix the capturing from the GUI. Honor the iface variable. | Michael Tüxen | 2011-05-21 | 1 | -0/+7 |
* | In case we have no interface information in the array, use the global value. | Michael Tüxen | 2011-05-19 | 1 | -0/+48 |
* | Move the debug output for the generated command line arguments to the correct... | Michael Tüxen | 2011-05-19 | 1 | -3/+3 |
* | Only declare a variable if its going to be used. | Martin Mathieson | 2011-05-19 | 1 | -0/+4 |
* | We don't have the ability to set the capture buffer size on all platforms. | Guy Harris | 2011-05-18 | 1 | -0/+2 |
* | Use the interface specific parameter array. | Michael Tüxen | 2011-05-18 | 1 | -69/+75 |
* | Back out Jeff Morris's change to make the autostop file size 64-bit - it | Guy Harris | 2011-04-11 | 1 | -2/+2 |
* | Jeff Morris's change to make the autostop file size 64-bit. Fixes bug | Guy Harris | 2011-04-11 | 1 | -2/+2 |
* | 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 |