aboutsummaryrefslogtreecommitdiffstats
path: root/capture
AgeCommit message (Expand)AuthorFilesLines
2022-11-07capture: Remove an unused variable.Gerald Combs1-3/+0
2022-10-23capture: Convert sync pipe to GIOChannelTomasz Moń2-120/+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ń2-5/+57
2022-07-30capture: Move capture pipe polling out of UITomasz Moń2-3/+81
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-06-20Revert "A small for for the Doxygen warning:"Gisle Vanem1-3/+3
2022-06-20A small for for the Doxygen warning: Gisle Vanem1-3/+3
2022-02-24dumpcap: Fix a TODO for Npcap testJoão Valverde3-53/+14
2022-02-24Windows: Fix buildJoão Valverde2-8/+8
2022-02-24wsutil: New API to gather compile/runtime infoDavid Perry3-24/+69
2022-02-11Differentiate `-c` from `-a packets:`David Perry1-0/+7
2022-02-09Specify directory for temporary capturesDavid Perry1-0/+5
2022-01-06Update our Npcap URLs.Gerald Combs1-9/+2
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan4-5/+5
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde7-49/+49
2021-12-19Replace g_snprintf() with snprintf()João Valverde4-29/+29
2021-11-30capture: Add header files to DoxygenMoshe Kaplan10-10/+19
2021-11-16capture: Lower log level for debug outputJoão Valverde1-3/+3
2021-10-22Add new global header wireshark.h with guidelineJoão Valverde4-8/+7
2021-09-23Windows: Fix build without libpcapJoão Valverde1-0/+2
2021-09-14Add tshark ringbuffer option '-b nametimenum:value'Juha Takala1-0/+7
2021-07-15Clean up handling of --capture-comment.Guy Harris2-5/+11
2021-07-14tshark: allow --capture-comment when reading a fileDavid Perry1-2/+4
2021-07-14CMake: Adjust wsutil includes and linking.Gerald Combs1-4/+1
2021-06-23If opening a capture device provides a warning, show it.Guy Harris5-96/+154
2021-06-21wslog: Shorten ws_log_message_is_active() nameJoão Valverde1-1/+1
2021-06-19Replace g_assert() with ws_assert()João Valverde2-43/+45
2021-06-18wslog: Add support for inverted debug matchesJoão Valverde1-1/+1
2021-06-14capture: Lower priority for some status messagesJoão Valverde1-6/+6
2021-06-11Refactor our logging and extend the wslog APIJoão Valverde4-92/+61
2021-05-27Minor style change to libpcap version stringJoão Valverde1-2/+11
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris2-8/+8
2021-04-13Clean up printing of interface information.Guy Harris1-9/+0
2021-04-10CMake: Add ENABLE_VLD option for MSVCTomasz Moń1-0/+6
2021-03-29Merge the caputils/ and capchild/ directoriesJoão Valverde22-0/+10657