aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-15Remove duplicative members from interface_tJohn Thacker1-3/+0
2024-01-13iface_lists: Do not reset capture options when refreshing interface listJohn Thacker1-0/+3
2023-12-16dumpcap: Allow retrieving interface list + capsJohn Thacker1-1/+7
2023-11-08wsutil: Make filter lists dynamic and on-demandJoão Valverde1-0/+2
2023-08-28For capture options, provide a callback to use to fetch an interface list.Guy Harris1-2/+11
2023-03-14capture: Set update interval in capture opts, default to 100msJohn Thacker1-1/+7
2022-08-13capture: Stop extcaps before dumpcapTomasz Moń1-0/+2
2022-08-12extcap: Do not drain stderr on process exitTomasz Moń1-1/+0
2022-08-10extcap: Read stdout and stderr during captureTomasz Moń1-1/+3
2022-08-10extcap: Close capture session after extcap finishesTomasz Moń1-0/+3
2022-02-11Differentiate `-c` from `-a packets:`David Perry1-0/+3
2022-02-09Specify directory for temporary capturesDavid Perry1-1/+4
2021-09-30ws_getopt: Rename struct and macrosJoão Valverde1-13/+13
2021-09-17Use the musl in-tree getopt_long() everywhereJoão Valverde1-1/+1
2021-09-14Add tshark ringbuffer option '-b nametimenum:value'Juha Takala1-0/+1
2021-07-15Clean up handling of --capture-comment.Guy Harris1-7/+3
2021-07-14Rename LONGOPT_NUM_CAP_COMMENT to LONGOPT_CAPTURE_COMMENT.Guy Harris1-2/+2
2021-07-14tshark: allow --capture-comment when reading a fileDavid Perry1-1/+1
2021-06-14wslog: Add support for domain filteringJoão Valverde1-1/+1
2021-06-11Refactor our logging and extend the wslog APIJoão Valverde1-1/+2
2021-04-13Clean up printing of interface information.Guy Harris1-5/+6
2021-04-13Don't handle -k in capture_opts_add_opt().Guy Harris1-1/+1
2021-03-29Merge the caputils/ and capchild/ directoriesJoão Valverde1-1/+1
2021-03-25Add dumpcap options to set the name and description for a capture source.Guy Harris1-0/+1
2020-10-30add support for compression of capture fileMasaru Tsuchiyama1-1/+5
2020-08-08Dumpcap: print closed ring-buffer file namesDavid Perry1-0/+3
2020-03-28Write the if_hardware option, if available, to pcapng files when capturing.Guy Harris1-0/+2
2019-12-15Reorganize long option valuesJaap Keuter1-11/+3
2019-12-13cmdline: cleanup option string definitionsJaap Keuter1-4/+4
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-11-09Dumpcap+Qt: Add support for `-a packets:NUM` and `-b packets:NUM`.Gerald Combs1-1/+4
2018-11-01Move condition logic to dumpcap.cGerald Combs1-3/+3
2018-08-13Put the interface descrptions into the IDB when capturing to pcapng.Guy Harris1-3/+3
2018-05-16Eliminate some unneeded header checks.Guy Harris1-3/+1
2018-05-16Not GTK+-only any more.Guy Harris1-1/+1
2018-03-02More spawned process handling updates.Gerald Combs1-1/+1
2018-03-02Generalize our process spawning code.Gerald Combs1-7/+1
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-4/+0
2017-11-09Start using SPDX license identifiers.Gerald Combs1-13/+1
2017-08-28iface_lists: Remove locked fieldMikael Kanstrup1-1/+0
2017-08-28extcap: Interface Toolbar support on WindowsHåkon Øye Amundsen1-0/+2
2017-08-23extcap: Create unique pipe names for each interfaceStig Bjørlykke1-0/+7
2017-08-22Fix requesting hardware timestamps without -kAhmad Fatoum1-0/+1
2017-08-22Add hardware timestamping supportAhmad Fatoum1-12/+25
2017-07-03Add option to use wall-clock intervalsSake Blok1-0/+2
2017-04-25Qt: Add interface toolbar supportStig Bjørlykke1-0/+2
2017-03-19Fix various compile warnings turning error on Linux with gcc6 whenJoerg Mayer1-13/+13
2017-02-02capture_opts: free memory on exit to avoid leak.Dario Lombardo1-0/+4
2016-10-30Have routines for parsing options that affect dissection.Guy Harris1-14/+2