aboutsummaryrefslogtreecommitdiffstats
path: root/capture/capture_sync.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-23Add a routine to get the path of an executable given the program name.Guy Harris1-12/+5
2022-10-23capture: Convert sync pipe to GIOChannelTomasz Moń1-119/+82
2022-09-08Qt+extcap: Make our capture error dialog less noisy.Gerald Combs1-1/+1
2022-08-16win32-utils: Explicitly list inherited handlesTomasz Moń1-5/+30
2022-08-13capture: Stop extcaps before dumpcapTomasz Moń1-7/+15
2022-08-12extcap: Do not drain stderr on process exitTomasz Moń1-13/+3
2022-08-10extcap: Read stdout and stderr during captureTomasz Moń1-2/+3
2022-08-10extcap: Close capture session after extcap finishesTomasz Moń1-5/+55
2022-07-30capture: Move capture pipe polling out of UITomasz Moń1-3/+79
2022-07-28tshark: Run GLib mainloop during captureTomasz Moń1-15/+4
2022-07-16Win32: Fix child process pipe handle leaksTomasz Moń1-1/+1
2022-02-11Differentiate `-c` from `-a packets:`David Perry1-0/+7
2022-02-09Specify directory for temporary capturesDavid Perry1-0/+5
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-32/+32
2021-12-19Replace g_snprintf() with snprintf()João Valverde1-19/+19
2021-11-16capture: Lower log level for debug outputJoão Valverde1-3/+3
2021-09-14Add tshark ringbuffer option '-b nametimenum:value'Juha Takala1-0/+7
2021-07-15Clean up handling of --capture-comment.Guy Harris1-4/+6
2021-07-14tshark: allow --capture-comment when reading a fileDavid Perry1-2/+4
2021-06-21wslog: Shorten ws_log_message_is_active() nameJoão Valverde1-1/+1
2021-06-19Replace g_assert() with ws_assert()João Valverde1-4/+5
2021-06-18wslog: Add support for inverted debug matchesJoão Valverde1-1/+1
2021-06-11Refactor our logging and extend the wslog APIJoão Valverde1-52/+38
2021-03-29Merge the caputils/ and capchild/ directoriesJoão Valverde1-0/+2100