aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of some no-longer-necessary casts.Guy Harris2014-10-171-4/+4
* Don't use ctype.h routines.Guy Harris2014-10-171-5/+4
* Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-121-223/+236
* Update capture_opts in extcap_cleanup().Tomasz Moń2014-10-041-4/+4
* Extcap: prevent a GLib assert when interface_opts.extcap_args is NULLPascal Quantin2014-08-261-1/+2
* Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice2014-08-241-1/+1
* Extcap Capture InterfaceRoland Knall2014-08-211-0/+36
* Get rid of NO_INTERFACES_FOUND - it's not an error.Guy Harris2014-07-221-9/+3
* Rename parameter if_index to stop clang warning:Graham Bloice2014-07-141-3/+3
* fix scan_local_interfaces()Martin Kaiser2014-07-121-12/+23
* Move utility routines for capturing into a libcaputils static library.Guy Harris2014-07-041-2/+3
* Move capture_ui_utils.[ch] to libui.Guy Harris2014-06-301-1/+0
* Move some more stuff into wsutil.Guy Harris2014-06-291-2/+2
* For capchild headers, include <capchild/XXX.h>.Guy Harris2014-06-241-1/+1
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Fix ui/iface_lists.c - type attribute is not copiedRoland Knall2014-03-021-0/+3
* When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki2013-12-031-0/+1
* Specify SI units for the max filesize autostop condition. For now, keep the ...Chris Maynard2013-12-021-2/+2
* Add a comment explaining what settingGuy Harris2013-11-261-1/+1
* Bugfix "Restart the running live capture" when using multiple files makes a l...Michael Mann2013-10-231-0/+1
* Handle the 2GiB boundary case of the max filesize autostop condition properly...Chris Maynard2013-08-291-2/+2
* only one --capture-comment option may be given to dumpcapMartin Kaiser2013-07-271-0/+4
* command line option --capture-comment for dumpcapMartin Kaiser2013-07-271-0/+3
* add capture_comment to the capture_options structureMartin Kaiser2013-07-271-0/+1
* forgot from the las commit...Luis Ontanon2013-06-271-2/+2
* From Mike Garratt:Anders Broman2013-06-041-0/+6
* Pull the capture-session state information out of capture_opts and putGuy Harris2013-05-221-19/+1
* Rename capture_opts_trim_iface() toGuy Harris2013-05-221-2/+5
* Don't fill in err_str if we're not going to use it.Guy Harris2013-05-131-1/+1
* Eliminate some includes of ui/simple_dialog.h by files that don't useGuy Harris2013-05-131-1/+0
* Send the output of the -D and -L options to the standard output ratherGuy Harris2013-04-251-12/+11
* Add interface options preferences.Irene Rüngeler2013-03-131-0/+1
* Add a #define for the default capture buffer size and use it.Jeff Morriss2013-02-281-1/+1
* Increase the default buffer size to 2MB.Anders Broman2013-02-271-1/+1
* Fix a bunch of warnings.Guy Harris2012-12-261-1/+1
* Make the "-g" argument to tshark actually work (by passing it to dumpcap).Jeff Morriss2012-12-121-7/+11
* On UN*X, if an interface has a description, use it as the "friendlyGuy Harris2012-11-221-5/+5
* In capture_opts_add_iface_opt(), only *require* us to get the interfaceGuy Harris2012-11-211-75/+88
* If we don't find the specified interface name in the list, use itGuy Harris2012-11-211-3/+11
* On error, have capture_opts_trim_iface() return the exit status thatGuy Harris2012-11-211-15/+11
* We don't use get_windows_interface_friendlyname() in capture_opts.c, soGuy Harris2012-11-201-32/+36
* Failure to find the interface should cause *shark to exit with a status of 1,...Jeff Morriss2012-11-191-1/+1
* As suggested by Evan: just make the variable a size_t instead of casting away...Jeff Morriss2012-11-191-2/+2
* I'm pretty confident the string length will fit in 32 bits; cast away the "po...Jeff Morriss2012-11-191-11/+11
* From Mike Garratt:Anders Broman2012-11-191-96/+124
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Fix for bug #7634. Print 'unspecified' in case a string is NULL.Irene Rüngeler2012-08-151-12/+12
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Remove lines that are not needed.ruengeler2012-04-231-13/+11
* Fix bug #7178 reported by aparanruengeler2012-04-231-2/+2