| Commit message (Expand) | Author | Age | Files | Lines |
* | From Mike Garratt: | Anders Broman | 2013-06-04 | 1 | -0/+6 |
* | Pull the capture-session state information out of capture_opts and put | Guy Harris | 2013-05-22 | 1 | -19/+1 |
* | Rename capture_opts_trim_iface() to | Guy Harris | 2013-05-22 | 1 | -2/+5 |
* | Don't fill in err_str if we're not going to use it. | Guy Harris | 2013-05-13 | 1 | -1/+1 |
* | Eliminate some includes of ui/simple_dialog.h by files that don't use | Guy Harris | 2013-05-13 | 1 | -1/+0 |
* | Send the output of the -D and -L options to the standard output rather | Guy Harris | 2013-04-25 | 1 | -12/+11 |
* | Add interface options preferences. | Irene Rüngeler | 2013-03-13 | 1 | -0/+1 |
* | Add a #define for the default capture buffer size and use it. | Jeff Morriss | 2013-02-28 | 1 | -1/+1 |
* | Increase the default buffer size to 2MB. | Anders Broman | 2013-02-27 | 1 | -1/+1 |
* | Fix a bunch of warnings. | Guy Harris | 2012-12-26 | 1 | -1/+1 |
* | Make the "-g" argument to tshark actually work (by passing it to dumpcap). | Jeff Morriss | 2012-12-12 | 1 | -7/+11 |
* | On UN*X, if an interface has a description, use it as the "friendly | Guy Harris | 2012-11-22 | 1 | -5/+5 |
* | In capture_opts_add_iface_opt(), only *require* us to get the interface | Guy Harris | 2012-11-21 | 1 | -75/+88 |
* | If we don't find the specified interface name in the list, use it | Guy Harris | 2012-11-21 | 1 | -3/+11 |
* | On error, have capture_opts_trim_iface() return the exit status that | Guy Harris | 2012-11-21 | 1 | -15/+11 |
* | We don't use get_windows_interface_friendlyname() in capture_opts.c, so | Guy Harris | 2012-11-20 | 1 | -32/+36 |
* | Failure to find the interface should cause *shark to exit with a status of 1,... | Jeff Morriss | 2012-11-19 | 1 | -1/+1 |
* | As suggested by Evan: just make the variable a size_t instead of casting away... | Jeff Morriss | 2012-11-19 | 1 | -2/+2 |
* | I'm pretty confident the string length will fit in 32 bits; cast away the "po... | Jeff Morriss | 2012-11-19 | 1 | -11/+11 |
* | From Mike Garratt: | Anders Broman | 2012-11-19 | 1 | -96/+124 |
* | We always HAVE_CONFIG_H so don't bother checking whether we have it or not. | Jeff Morriss | 2012-09-20 | 1 | -3/+1 |
* | Fix for bug #7634. Print 'unspecified' in case a string is NULL. | Irene Rüngeler | 2012-08-15 | 1 | -12/+12 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | Remove lines that are not needed. | ruengeler | 2012-04-23 | 1 | -13/+11 |
* | Fix bug #7178 reported by aparan | ruengeler | 2012-04-23 | 1 | -2/+2 |
* | Closing a capture file has nothing to do with the list of interfaces on | Guy Harris | 2012-03-13 | 1 | -0/+19 |
* | capture_opts_add_iface_opt() is not used outside capture_opts.c; make it | Guy Harris | 2012-03-12 | 1 | -1/+1 |
* | Add a comment to indicate what collect_ifaces() does. | Guy Harris | 2012-03-11 | 1 | -0/+4 |
* | Actually, you only have monitor mode support if you have pcap_create() - | Guy Harris | 2012-01-25 | 1 | -0/+2 |
* | monitor_mode_enabled is only available on WIN32 or if we HAVE_PCAP_CREATE. | Jeff Morriss | 2012-01-25 | 1 | -2/+2 |
* | Third try. This time pipes and stdin are supported and the | Michael Tüxen | 2012-01-25 | 1 | -2/+53 |
* | We need a 3rd try. (After learning how to run the testuite on Windows locally). | Michael Tüxen | 2012-01-24 | 1 | -214/+1 |
* | Second try. This time pipes and stdin are supported. | Michael Tüxen | 2012-01-24 | 1 | -1/+214 |
* | Add an additional DONT_HAVE_PCAP return value from get_interface_list() | Guy Harris | 2011-12-29 | 1 | -0/+2 |
* | Back out infrastructure change. We missed supporting | Michael Tüxen | 2011-10-20 | 1 | -127/+1 |
* | Use a global list containing all interfaces and only change | Michael Tüxen | 2011-10-20 | 1 | -1/+127 |
* | Replace "-Q" with "WIRESHARK_QUIT_AFTER_CAPTURE" as discussed in bug 6256. | Gerald Combs | 2011-08-29 | 1 | -5/+1 |
* | Undo the checking of command line interfaces. It might the a pipe... | Michael Tüxen | 2011-07-21 | 1 | -56/+37 |
* | Make sure that the interfaces listed in ifaces really exist. | Michael Tüxen | 2011-07-21 | 1 | -37/+56 |
* | Having a non-NULL capture_opts->save_file might make us crash less. | Gerald Combs | 2011-07-11 | 1 | -0/+1 |
* | In version_info.c, assume we always have the "matches" operator. In | Gerald Combs | 2011-07-11 | 1 | -6/+0 |
* | Oops, indented one of the "Promiscuous" ones. | Guy Harris | 2011-06-30 | 1 | -1/+1 |
* | Line up the colons. | Guy Harris | 2011-06-30 | 1 | -59/+59 |
* | It's not made from semolina. :-) | Guy Harris | 2011-06-30 | 1 | -2/+2 |
* | Cleanup. | Michael Tüxen | 2011-06-30 | 1 | -5/+1 |
* | Code cleanup. | Michael Tüxen | 2011-06-28 | 1 | -20/+4 |
* | Get rid of old non-interface specific settings which are now interface | Michael Tüxen | 2011-06-27 | 1 | -131/+45 |
* | Make pcap-ng the default. Add a compile-time option to prefer pcap-ng or | Gerald Combs | 2011-06-17 | 1 | -1/+8 |
* | Really print the rpcap username when logging, not | Michael Tüxen | 2011-06-16 | 1 | -3/+3 |
* | Get rid of has_cfilter to simplify the handling of multiple interfaces. | Michael Tüxen | 2011-05-31 | 1 | -3/+2 |