aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-27tshark+dumpcap: fail on unknown ringbuffer optionDavid Perry1-1/+3
2023-09-26dumpcap: `RINGBUFFER_MIN_NUM_FILES` logic errorDavid Perry1-1/+2
2023-09-26Fix misppellings in root and ui directoriesMoshe Kaplan1-1/+1
2023-08-28For capture options, provide a callback to use to fetch an interface list.Guy Harris1-3/+4
2023-08-27Move filling in interface info in one case.Guy Harris1-27/+33
2023-06-15capture_opts: On Windows, check for combined interface namesJohn Thacker1-0/+22
2023-06-14Convert capture/*.[ch] to C99 typesGerald Combs1-4/+2
2023-03-14capture: Set update interval in capture opts, default to 100msJohn Thacker1-0/+5
2023-02-10Move ui/filter_files.[ch] to wsutilJoão Valverde1-2/+1
2023-02-10Move ui/clopts_common.[ch] to wsutilJoão Valverde1-1/+1
2023-02-10Move ui/cmdarg_err.[ch] to wsutilJoão Valverde1-1/+1
2023-02-07Move ui/exit_codes.h to include/João Valverde1-3/+4
2023-01-13MinGW: Fix -WformatJoão Valverde1-1/+1
2022-08-14wsutil: Remove flawed ws_pipe_close() functionTomasz Moń1-1/+1
2022-08-13capture: Stop extcaps before dumpcapTomasz Moń1-0/+2
2022-08-12extcap: Do not drain stderr on process exitTomasz Moń1-2/+0
2022-08-10extcap: Read stdout and stderr during captureTomasz Moń1-1/+6
2022-08-10extcap: Close capture session after extcap finishesTomasz Moń1-1/+18
2022-03-18Qt: Allow capture from hidden interfacesRoland Knall1-1/+1
2022-02-11Differentiate `-c` from `-a packets:`David Perry1-2/+5
2022-02-09Specify directory for temporary capturesDavid Perry1-0/+32
2022-01-21Fix no-ZLib builds.Guy Harris1-0/+9
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-1/+1
2021-09-14Add tshark ringbuffer option '-b nametimenum:value'Juha Takala1-0/+5
2021-07-15Clean up handling of --capture-comment.Guy Harris1-11/+0
2021-07-14Rename LONGOPT_NUM_CAP_COMMENT to LONGOPT_CAPTURE_COMMENT.Guy Harris1-1/+1
2021-07-14tshark: allow --capture-comment when reading a fileDavid Perry1-4/+7
2021-06-19Replace g_assert() with ws_assert()João Valverde1-1/+2
2021-06-14wslog: Add support for domain filteringJoão Valverde1-1/+1
2021-06-11Refactor our logging and extend the wslog APIJoão Valverde1-69/+69
2021-04-13Clean up printing of interface information.Guy Harris1-4/+20
2021-04-13Don't handle -k in capture_opts_add_opt().Guy Harris1-4/+1
2021-03-29Merge the caputils/ and capchild/ directoriesJoão Valverde1-2/+2
2021-03-26capture_opts: always initialize ifname to null.Guy Harris1-0/+2
2021-03-25Add dumpcap options to set the name and description for a capture source.Guy Harris1-0/+3
2021-01-19Squelch "Clarify calculation precedence" warning from cppcheck.Guy Harris1-1/+1
2020-10-30add support for compression of capture fileMasaru Tsuchiyama1-0/+16
2020-08-08Dumpcap: print closed ring-buffer file namesDavid Perry1-0/+6
2020-06-02Warn, in a comment, that an interface name could be a valid decimal number.Guy Harris1-1/+12
2020-04-06CMake: remove ENABLE_PCAP_NG_DEFAULT optionPeter Wu1-4/+0
2020-03-28Write the if_hardware option, if available, to pcapng files when capturing.Guy Harris1-0/+10
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-02-20Qt: Fix removal of "Capture to a permanent file" settingStig Bjørlykke1-0/+1
2019-01-01Move some command-line-oriented routines from wsutil to ui.Guy Harris1-2/+2
2018-11-09Dumpcap+Qt: Add support for `-a packets:NUM` and `-b packets:NUM`.Gerald Combs1-0/+10
2018-11-01Use ws_pipe_close() in one more placePascal Quantin1-1/+1
2018-11-01Move condition logic to dumpcap.cGerald Combs1-6/+6
2018-08-17tshark: free exp_pdu_filename and capture_opts->save_fileVasil Velichkov1-0/+1
2018-08-15Move common code into a routine.Guy Harris1-57/+38
2018-08-13Put the interface descrptions into the IDB when capturing to pcapng.Guy Harris1-110/+166