aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-17glib: Use g_slist_free_full() in a couple of places.Anders1-9/+1
2018-03-02More spawned process handling updates.Gerald Combs1-4/+4
2018-03-02Generalize our process spawning code.Gerald Combs1-5/+6
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-09Use pcapng as the name of the file format.Guy Harris1-1/+1
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-28/+0
2017-12-11Revert "Move fill_in_local_interfaces to a thread."Gerald Combs1-12/+3
2017-12-11fix compilation without pcap.Dario Lombardo1-3/+12
2017-11-09Start using SPDX license identifiers.Gerald Combs1-13/+1
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-2/+1
2017-08-28Free interface_options elements on cleanupMikael Kanstrup1-0/+3
2017-08-28iface_lists: Access ifaces member by referenceMikael Kanstrup1-129/+103
2017-08-28Free interface elements on cleanupMikael Kanstrup1-0/+5
2017-08-28iface_lists: Access all_ifaces member by referenceMikael Kanstrup1-27/+27
2017-08-28extcap: Interface Toolbar support on WindowsHåkon Øye Amundsen1-0/+6
2017-08-23extcap: Create unique pipe names for each interfaceStig Bjørlykke1-0/+9
2017-08-22Fix requesting hardware timestamps without -kAhmad Fatoum1-0/+5
2017-08-22Add hardware timestamping supportAhmad Fatoum1-17/+47
2017-07-03Add option to use wall-clock intervalsSake Blok1-0/+6
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-4/+4
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