aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-24Move --fullscreen out of LONGOPT_CAPTURE_COMMON.Guy Harris1-2/+3
2016-10-23Qt: add fullscreen feature.Dario Lombardo1-1/+3
2016-07-05extcap: Remove g_spawn_helper supportRoland Knall1-0/+1
2016-06-28Pull quit_after_cap out of the global capture options.Guy Harris1-1/+0
2015-12-13Start deprecating the capture info API.Gerald Combs1-1/+1
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde1-14/+14
2015-12-11Fix memory leaks in all_ifaces when interface list changesMikael Kanstrup1-0/+3
2015-09-02The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris1-1/+1
2015-07-17Add new long options to GUIs to allow arbitrary protocols and heuristics to b...Jim Young1-2/+8
2015-03-25Have a #define for whether the capture buffer size can be set.Guy Harris1-3/+3
2015-03-19Make the snapshot-length member of interface_t an int.Guy Harris1-1/+1
2014-10-14Always put editor-modelines at the end of the file ...Bill Meier1-2/+2
2014-10-12Add editor modelines; Adjust whitespace as needed.Bill Meier1-118/+131