| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of old non-interface specific settings which are now interface | Michael Tüxen | 2011-06-27 | 1 | -59/+1 |
* | Get rid of has_cfilter to simplify the handling of multiple interfaces. | Michael Tüxen | 2011-05-31 | 1 | -1/+0 |
* | Make remote capturing settings a per interface thing. You can now | Michael Tüxen | 2011-05-16 | 1 | -1/+12 |
* | Make pcap samping a per interface setting. | Michael Tüxen | 2011-05-16 | 1 | -4/+10 |
* | * Fix a bug when printing a pointer. | Michael Tüxen | 2011-05-16 | 1 | -1/+0 |
* | Get -L and -d working with multiple interface. Internally get some functions | Michael Tüxen | 2011-05-13 | 1 | -1/+1 |
* | Add support for handling multiple interfaces as command line | Michael Tüxen | 2011-05-12 | 1 | -8/+45 |
* | Back out Jeff Morris's change to make the autostop file size 64-bit - it | Guy Harris | 2011-04-11 | 1 | -1/+1 |
* | Jeff Morris's change to make the autostop file size 64-bit. Fixes bug | Guy Harris | 2011-04-11 | 1 | -1/+1 |
* | Make HAVE_PCAP_REMOTE and HAVE_PCAP_SETSAMPLING independent | Michael Tüxen | 2011-03-01 | 1 | -11/+10 |
* | As mentioned on the users-mailinglist[1], it could be useful to have groups r... | Sake Blok | 2010-08-28 | 1 | -0/+1 |
* | From Petr Lautrbach: when capturing, return the exit status of dumpcap, | Guy Harris | 2010-07-01 | 1 | -0/+1 |
* | Make -q not a capture option again - it's used by tshark even when not | Guy Harris | 2010-05-27 | 1 | -1/+0 |
* | Add a -q flag to dumpcap, to squelch its reporting of the packet count, | Guy Harris | 2010-05-26 | 1 | -0/+1 |
* | Um, no, the problem with the Leopard x86 build is that we first do a | Guy Harris | 2010-05-14 | 1 | -1/+1 |
* | See whether the Leopard x86 buildbot is upset because of the name | Guy Harris | 2010-05-14 | 1 | -1/+1 |
* | Fetch an indication of whether the interface supports capturing in | Guy Harris | 2010-05-13 | 1 | -4/+4 |
* | As with the list of data link types, so with the list of interfaces; move | Guy Harris | 2010-05-07 | 1 | -3/+3 |
* | For TShark and Wireshark, get the list of link-layer types for an | Guy Harris | 2010-05-07 | 1 | -3/+3 |
* | Beginnings of monitor mode support with libpcap 1.x. | Guy Harris | 2010-05-07 | 1 | -0/+3 |
* | Just check for pcap_create(); it first appeared in libpcap 1.0.0, and | Guy Harris | 2010-05-06 | 1 | -1/+1 |
* | Checking in Stigs changes from | Anders Broman | 2010-05-06 | 1 | -1/+1 |
* | Add -n option to dumpcap. It will save the capture files in | Michael Tüxen | 2009-04-27 | 1 | -0/+1 |
* | Add gtk/capture_globals.h, to declare global_capture_opts, so files that | Guy Harris | 2008-06-24 | 1 | -0/+4 |
* | Rename a variable to avoid collisions with a global variable, as noted | Guy Harris | 2008-06-23 | 1 | -1/+1 |
* | capture_opts_print_statistics() has nothing to do with capture options | Guy Harris | 2008-06-20 | 1 | -4/+0 |
* | Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366) | Tomas Kukosa | 2007-12-04 | 1 | -1/+46 |
* | Change the "--enable-setuid-install" option to install dumpcap and TShark | Gerald Combs | 2007-08-30 | 1 | -0/+4 |
* | gcc 4 doesn't like my macro for getting the interface description: it says th... | Jeff Morriss | 2007-08-22 | 1 | -10/+2 |
* | Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1757 : | Jeff Morriss | 2007-08-22 | 1 | -0/+14 |
* | Add a "-S" flag to dumpcap, which prints out interface statistics. Use | Gerald Combs | 2007-08-02 | 1 | -0/+4 |
* | Remove the "-I" flag from dumpcap, and add a "-M" flag used to specify | Gerald Combs | 2007-07-20 | 1 | -2/+2 |
* | One more step in privilege separation. | Gerald Combs | 2007-06-11 | 1 | -4/+4 |
* | Go back to setting the capture filter to an empty string when we start; | Guy Harris | 2006-08-26 | 1 | -38/+39 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | In Tethereal, don't save to a temporary file if "-w" isn't specified, | Guy Harris | 2006-04-03 | 1 | -7/+8 |
* | the point of no return ... | Ulf Lamping | 2006-02-11 | 1 | -1/+1 |
* | remove all calls to exit() from the capture_opts.c and replace them by status... | Ulf Lamping | 2006-02-10 | 1 | -3/+3 |
* | move output_to_pipe flag from tethereal's loop_data into capture_opts, so it ... | Ulf Lamping | 2006-01-07 | 1 | -0/+1 |
* | warning: function declaration isn't a prototype | Jörg Mayer | 2005-12-18 | 1 | -1/+1 |
* | HUGE STEP (hopefully toward the right direction): | Ulf Lamping | 2005-12-13 | 1 | -4/+19 |
* | add capture_opts_trim(), as this sequence is used three times now (will repla... | Ulf Lamping | 2005-12-05 | 1 | -0/+5 |
* | split capture.h into capture.h, capture_loop.h and capture_opts.h and place t... | Ulf Lamping | 2005-12-03 | 1 | -0/+112 |