aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
AgeCommit message (Expand)AuthorFilesLines
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
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