aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
Commit message (Expand)AuthorAgeFilesLines
* HTTPS (almost) everywhere.Guy Harris2019-07-261-1/+1
* Qt: Fix removal of "Capture to a permanent file" settingStig Bjørlykke2019-02-201-0/+1
* Move some command-line-oriented routines from wsutil to ui.Guy Harris2019-01-011-2/+2
* Dumpcap+Qt: Add support for `-a packets:NUM` and `-b packets:NUM`.Gerald Combs2018-11-091-0/+10
* Use ws_pipe_close() in one more placePascal Quantin2018-11-011-1/+1
* Move condition logic to dumpcap.cGerald Combs2018-11-011-6/+6
* tshark: free exp_pdu_filename and capture_opts->save_fileVasil Velichkov2018-08-171-0/+1
* Move common code into a routine.Guy Harris2018-08-151-57/+38
* Put the interface descrptions into the IDB when capturing to pcapng.Guy Harris2018-08-131-110/+166
* glib: Use g_slist_free_full() in a couple of places.Anders2018-04-171-9/+1
* More spawned process handling updates.Gerald Combs2018-03-021-4/+4
* Generalize our process spawning code.Gerald Combs2018-03-021-5/+6
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* Use pcapng as the name of the file format.Guy Harris2018-01-091-1/+1
* extcap: remove conditional compilation.Dario Lombardo2018-01-081-28/+0
* Revert "Move fill_in_local_interfaces to a thread."Gerald Combs2017-12-111-12/+3
* fix compilation without pcap.Dario Lombardo2017-12-111-3/+12
* Start using SPDX license identifiers.Gerald Combs2017-11-091-13/+1
* Remove superfluous null-checks before strdup/freeAhmad Fatoum2017-10-151-2/+1
* Free interface_options elements on cleanupMikael Kanstrup2017-08-281-0/+3
* iface_lists: Access ifaces member by referenceMikael Kanstrup2017-08-281-129/+103
* Free interface elements on cleanupMikael Kanstrup2017-08-281-0/+5
* iface_lists: Access all_ifaces member by referenceMikael Kanstrup2017-08-281-27/+27
* 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
* Fix requesting hardware timestamps without -kAhmad Fatoum2017-08-221-0/+5
* Add hardware timestamping supportAhmad Fatoum2017-08-221-17/+47
* Add option to use wall-clock intervalsSake Blok2017-07-031-0/+6
* 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