| Commit message (Expand) | Author | Age | Files | Lines |
* | Bugfix "Restart the running live capture" when using multiple files makes a l... | Michael Mann | 2013-10-23 | 1 | -0/+1 |
* | Handle the 2GiB boundary case of the max filesize autostop condition properly... | Chris Maynard | 2013-08-29 | 1 | -2/+2 |
* | add --capture-comment to tshark | Martin Kaiser | 2013-08-01 | 1 | -1/+9 |
* | Clean up indentation. | Guy Harris | 2013-07-27 | 1 | -1/+1 |
* | command line option --capture-comment for dumpcap | Martin Kaiser | 2013-07-27 | 1 | -0/+2 |
* | add capture_comment to the capture_options structure | Martin Kaiser | 2013-07-27 | 1 | -0/+3 |
* | From Mike Garratt: | Anders Broman | 2013-06-04 | 1 | -0/+1 |
* | Pull the capture-session state information out of capture_opts and put | Guy Harris | 2013-05-22 | 1 | -20/+1 |
* | Rename capture_opts_trim_iface() to | Guy Harris | 2013-05-22 | 1 | -2/+3 |
* | On OS X, get the interface type from the System Configuration framework. | Guy Harris | 2013-05-22 | 1 | -12/+0 |
* | Add interface options preferences. | Irene Rüngeler | 2013-03-13 | 1 | -1/+1 |
* | Add buffersize and snap length to the preferences. | Irene Rüngeler | 2013-03-07 | 1 | -0/+1 |
* | Add a #define for the default capture buffer size and use it. | Jeff Morriss | 2013-02-28 | 1 | -0/+3 |
* | On error, have capture_opts_trim_iface() return the exit status that | Guy Harris | 2012-11-21 | 1 | -1/+1 |
* | From Mike Garratt: | Anders Broman | 2012-11-19 | 1 | -1/+3 |
* | It looks like we haven't inserted anything into the cap_settings_history | Gerald Combs | 2012-08-01 | 1 | -12/+0 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | scan_local_interfaces() isn't in capture_opts.c; don't declare it in | Guy Harris | 2012-03-21 | 1 | -3/+0 |
* | capture_opts_add_iface_opt() is not used outside capture_opts.c; make it | Guy Harris | 2012-03-12 | 1 | -3/+0 |
* | Actually, you only have monitor mode support if you have pcap_create() - | Guy Harris | 2012-01-25 | 1 | -0/+2 |
* | Fix error when building QtShark: | Bill Meier | 2012-01-25 | 1 | -2/+2 |
* | Third try. This time pipes and stdin are supported and the | Michael Tüxen | 2012-01-25 | 1 | -0/+90 |
* | We need a 3rd try. (After learning how to run the testuite on Windows locally). | Michael Tüxen | 2012-01-24 | 1 | -90/+0 |
* | Second try. This time pipes and stdin are supported. | Michael Tüxen | 2012-01-24 | 1 | -0/+90 |
* | Add 'extern "C"' wrappers and #include guards to various header files. | Gerald Combs | 2011-12-29 | 1 | -0/+8 |
* | Back out infrastructure change. We missed supporting | Michael Tüxen | 2011-10-20 | 1 | -83/+0 |
* | Use a global list containing all interfaces and only change | Michael Tüxen | 2011-10-20 | 1 | -0/+83 |
* | 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 |