| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of some no-longer-necessary casts. | Guy Harris | 2014-10-17 | 1 | -4/+4 |
* | Don't use ctype.h routines. | Guy Harris | 2014-10-17 | 1 | -5/+4 |
* | Add editor modelines; Adjust whitespace as needed. | Bill Meier | 2014-10-12 | 1 | -223/+236 |
* | Update capture_opts in extcap_cleanup(). | Tomasz Moń | 2014-10-04 | 1 | -4/+4 |
* | Extcap: prevent a GLib assert when interface_opts.extcap_args is NULL | Pascal Quantin | 2014-08-26 | 1 | -1/+2 |
* | Modify includes of config.h so that out-of-tree builds, i.e. CMake | Graham Bloice | 2014-08-24 | 1 | -1/+1 |
* | Extcap Capture Interface | Roland Knall | 2014-08-21 | 1 | -0/+36 |
* | Get rid of NO_INTERFACES_FOUND - it's not an error. | Guy Harris | 2014-07-22 | 1 | -9/+3 |
* | Rename parameter if_index to stop clang warning: | Graham Bloice | 2014-07-14 | 1 | -3/+3 |
* | fix scan_local_interfaces() | Martin Kaiser | 2014-07-12 | 1 | -12/+23 |
* | Move utility routines for capturing into a libcaputils static library. | Guy Harris | 2014-07-04 | 1 | -2/+3 |
* | Move capture_ui_utils.[ch] to libui. | Guy Harris | 2014-06-30 | 1 | -1/+0 |
* | Move some more stuff into wsutil. | Guy Harris | 2014-06-29 | 1 | -2/+2 |
* | For capchild headers, include <capchild/XXX.h>. | Guy Harris | 2014-06-24 | 1 | -1/+1 |
* | Remove all $Id$ from top of file | Alexis La Goutte | 2014-03-04 | 1 | -2/+0 |
* | Fix ui/iface_lists.c - type attribute is not copied | Roland Knall | 2014-03-02 | 1 | -0/+3 |
* | When including <epan/prefs.h> don't force inclusion of <epan/uat.h> | Jakub Zawadzki | 2013-12-03 | 1 | -0/+1 |
* | Specify SI units for the max filesize autostop condition. For now, keep the ... | Chris Maynard | 2013-12-02 | 1 | -2/+2 |
* | Add a comment explaining what setting | Guy Harris | 2013-11-26 | 1 | -1/+1 |
* | 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 |
* | only one --capture-comment option may be given to dumpcap | Martin Kaiser | 2013-07-27 | 1 | -0/+4 |
* | command line option --capture-comment for dumpcap | Martin Kaiser | 2013-07-27 | 1 | -0/+3 |
* | add capture_comment to the capture_options structure | Martin Kaiser | 2013-07-27 | 1 | -0/+1 |
* | forgot from the las commit... | Luis Ontanon | 2013-06-27 | 1 | -2/+2 |
* | 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 |