aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-27Allow/Create an option to use "capture filter" labels defined in wireshark GU...Mike781-12/+57
2015-12-11Fix memory leaks in all_ifaces when interface list changesMikael Kanstrup1-0/+44
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-4/+0
2015-11-04Don't include stuff from libwireshark.Guy Harris1-3/+0
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+2
2015-04-13Fix extcap interface capture with tsharkPascal Quantin1-2/+28
2015-03-25Have a #define for whether the capture buffer size can be set.Guy Harris1-6/+6
2014-10-17Get rid of some no-longer-necessary casts.Guy Harris1-4/+4
2014-10-17Don't use ctype.h routines.Guy Harris1-5/+4
2014-10-12Add editor modelines; Adjust whitespace as needed.Bill Meier1-223/+236
2014-10-04Update capture_opts in extcap_cleanup().Tomasz Moń1-4/+4
2014-08-26Extcap: prevent a GLib assert when interface_opts.extcap_args is NULLPascal Quantin1-1/+2
2014-08-24Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice1-1/+1
2014-08-21Extcap Capture InterfaceRoland Knall1-0/+36
2014-07-22Get rid of NO_INTERFACES_FOUND - it's not an error.Guy Harris1-9/+3
2014-07-14Rename parameter if_index to stop clang warning:Graham Bloice1-3/+3
2014-07-12fix scan_local_interfaces()Martin Kaiser1-12/+23
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-2/+3
2014-06-30Move capture_ui_utils.[ch] to libui.Guy Harris1-1/+0
2014-06-29Move some more stuff into wsutil.Guy Harris1-2/+2
2014-06-24For capchild headers, include <capchild/XXX.h>.Guy Harris1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-02Fix ui/iface_lists.c - type attribute is not copiedRoland Knall1-0/+3
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-0/+1
2013-12-02Specify SI units for the max filesize autostop condition. For now, keep the ...Chris Maynard1-2/+2
2013-11-26Add a comment explaining what settingGuy Harris1-1/+1
2013-10-23Bugfix "Restart the running live capture" when using multiple files makes a l...Michael Mann1-0/+1
2013-08-29Handle the 2GiB boundary case of the max filesize autostop condition properly...Chris Maynard1-2/+2
2013-07-27only one --capture-comment option may be given to dumpcapMartin Kaiser1-0/+4
2013-07-27command line option --capture-comment for dumpcapMartin Kaiser1-0/+3
2013-07-27add capture_comment to the capture_options structureMartin Kaiser1-0/+1
2013-06-27forgot from the las commit...Luis Ontanon1-2/+2
2013-06-04From Mike Garratt:Anders Broman1-0/+6
2013-05-22Pull the capture-session state information out of capture_opts and putGuy Harris1-19/+1
2013-05-22Rename capture_opts_trim_iface() toGuy Harris1-2/+5
2013-05-13Don't fill in err_str if we're not going to use it.Guy Harris1-1/+1
2013-05-13Eliminate some includes of ui/simple_dialog.h by files that don't useGuy Harris1-1/+0
2013-04-25Send the output of the -D and -L options to the standard output ratherGuy Harris1-12/+11
2013-03-13Add interface options preferences.Irene Rüngeler1-0/+1
2013-02-28Add a #define for the default capture buffer size and use it.Jeff Morriss1-1/+1
2013-02-27Increase the default buffer size to 2MB.Anders Broman1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-12-12Make the "-g" argument to tshark actually work (by passing it to dumpcap).Jeff Morriss1-7/+11
2012-11-22On UN*X, if an interface has a description, use it as the "friendlyGuy Harris1-5/+5
2012-11-21In capture_opts_add_iface_opt(), only *require* us to get the interfaceGuy Harris1-75/+88
2012-11-21If we don't find the specified interface name in the list, use itGuy Harris1-3/+11
2012-11-21On error, have capture_opts_trim_iface() return the exit status thatGuy Harris1-15/+11
2012-11-20We don't use get_windows_interface_friendlyname() in capture_opts.c, soGuy Harris1-32/+36
2012-11-19Failure to find the interface should cause *shark to exit with a status of 1,...Jeff Morriss1-1/+1
2012-11-19As suggested by Evan: just make the variable a size_t instead of casting away...Jeff Morriss1-2/+2