aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
Commit message (Expand)AuthorAgeFilesLines
* extcap: Interface Toolbar support on WindowsHåkon Øye Amundsen2017-08-281-0/+6
* extcap: Create unique pipe names for each interfaceStig Bjørlykke2017-08-231-0/+9
* Allow bigger snapshot lengths for D-Bus captures.Guy Harris2017-06-051-4/+4
* Qt: Add interface toolbar supportStig Bjørlykke2017-04-251-0/+8
* Move the filter file reading code to libui.Guy Harris2017-04-091-1/+1
* wiretap: add cleanup routine.Dario Lombardo2017-02-141-2/+11
* capture_opts: free memory on exit to avoid leak.Dario Lombardo2017-02-021-0/+6
* More signed vs. unsigned argument cleanups.Guy Harris2016-09-111-3/+3
* extcap: Use stderr to print error messageRoland Knall2016-07-301-0/+2
* extcap: Remove g_spawn_helper supportRoland Knall2016-07-051-0/+3
* Pull quit_after_cap out of the global capture options.Guy Harris2016-06-281-2/+0
* Allow/Create an option to use "capture filter" labels defined in wireshark GU...Mike782016-01-271-12/+57
* Fix memory leaks in all_ifaces when interface list changesMikael Kanstrup2015-12-111-0/+44
* Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris2015-11-071-4/+0
* Don't include stuff from libwireshark.Guy Harris2015-11-041-3/+0
* Don't include "file.h" if you don't need it.Guy Harris2015-11-041-0/+2
* Fix extcap interface capture with tsharkPascal Quantin2015-04-131-2/+28
* Have a #define for whether the capture buffer size can be set.Guy Harris2015-03-251-6/+6
* 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