aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-25Qt: Add interface toolbar supportStig Bjørlykke1-0/+8
2017-04-09Move the filter file reading code to libui.Guy Harris1-1/+1
2017-02-14wiretap: add cleanup routine.Dario Lombardo1-2/+11
2017-02-02capture_opts: free memory on exit to avoid leak.Dario Lombardo1-0/+6
2016-09-11More signed vs. unsigned argument cleanups.Guy Harris1-3/+3
2016-07-30extcap: Use stderr to print error messageRoland Knall1-0/+2
2016-07-05extcap: Remove g_spawn_helper supportRoland Knall1-0/+3
2016-06-28Pull quit_after_cap out of the global capture options.Guy Harris1-2/+0
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