aboutsummaryrefslogtreecommitdiffstats
path: root/capture
AgeCommit message (Expand)AuthorFilesLines
2023-02-06Remove wspcap.h and use config.h insteadJoão Valverde2-2/+2
2023-02-06CMake: Fix libnl unused link dependenciesJoão Valverde1-8/+15
2023-02-06Remove wsutil/netlink.h workaroundJoão Valverde1-6/+0
2023-02-06CMake: Cleanup unnecessary linking with shared librariesJoão Valverde1-1/+4
2023-01-30Revert "Enable rpathification and working relocation on Linux"Gerald Combs1-1/+1
2023-01-29Enable rpathification and working relocation on LinuxJoão Valverde1-1/+1
2023-01-13MinGW: Fix -Wstrict-aliasingJoão Valverde1-2/+1
2023-01-13MinGW: Fix -WparenthesesJoão Valverde1-2/+2
2023-01-13MinGW: Fix -Wunused-functionJoão Valverde1-1/+1
2023-01-13MinGW: Fix -Wstrict-prototypesJoão Valverde1-2/+2
2023-01-13MinGW: Fix -WformatJoão Valverde1-3/+3
2023-01-01Lemon: Update code and remove cruftJoão Valverde1-4/+1
2022-12-23Add a routine to get the path of an executable given the program name.Guy Harris1-12/+5
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