aboutsummaryrefslogtreecommitdiffstats
path: root/capture
AgeCommit message (Expand)AuthorFilesLines
2023-06-06Handle pcap_findalldevs_ex() on UN*X.Guy Harris1-0/+2
2023-05-26capture-wpcap: Rename a stub functionJoão Valverde3-2/+15
2023-05-26Fedora: Fix cross-compilation with mingw-wpcapJoão Valverde1-0/+6
2023-05-24Fix a missing include without libpcapJoão Valverde1-0/+1
2023-04-20Improve reporting of libpcap errors.Guy Harris2-53/+165
2023-04-11wsutil: Switch away from G_MODULE_SUFFIX and g_module_build_pathGerald Combs1-1/+1
2023-03-14capture: Merge common code in capture_syncJohn Thacker1-447/+359
2023-03-14capture: Set update interval in capture opts, default to 100msJohn Thacker1-0/+7
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