aboutsummaryrefslogtreecommitdiffstats
path: root/capture
AgeCommit message (Expand)AuthorFilesLines
2023-10-23capture-wpcap.c: fix typo, move a #include.Guy Harris1-2/+2
2023-10-24dumpcap: recommend upgrading Npcap for promiscuous-mode errors.Guy Harris2-0/+52
2023-10-11wslog: Omit the file/line/func with ws_info()João Valverde1-2/+2
2023-09-26tshark: more efficient `-b printname:FILE`David Perry1-3/+3
2023-09-26tshark: support `-b printname:FILE`David Perry1-0/+7
2023-09-23Work around stub routines in macOS 14 (Sonoma) libpcap.Guy Harris1-0/+54
2023-09-21capture_sync(capture): fix Dead AssignmentAlexis La Goutte1-2/+2
2023-09-16Capture: Fix second and future stats open (sparklines) on WindowsJohn Thacker1-5/+17
2023-09-09capture child: send an errno message if exec of dumpcap fails.Guy Harris1-5/+73
2023-08-27With -D, always let the user know if capture_interface_list() fails.Guy Harris1-15/+15
2023-08-26Add and expand comments on capture_interface_list(). [skip ci]Guy Harris2-2/+6
2023-08-26Don't pretend to return an error string from append_extcap_interface_list().Guy Harris1-3/+2
2023-08-26Clean up sync pipe write routines.Guy Harris1-2/+2
2023-08-11<sys/ioctl.h> is needed to declare ioctl().Guy Harris1-0/+1
2023-06-27Fix build on Linux with libnl.Guy Harris1-0/+1
2023-06-26Don't include errno.h if we don't use errno or errno value definitions.Guy Harris1-1/+0
2023-06-21capture: Use win32strerror on windowsJohn Thacker1-1/+1
2023-06-18Get rid of unnecessary casts.Guy Harris1-2/+2
2023-06-18Tools: Add gu?long to convert-glib-types.pyGerald Combs3-15/+15
2023-06-14Convert capture/*.[ch] to C99 typesGerald Combs18-647/+647
2023-06-13Add a capture file state for a pending readJohn Thacker2-0/+2
2023-06-11Change how the packet dedup structures are handled during a live captureGilbert Ramirez1-13/+1
2023-06-09Add packet dedup support for live captures tooGilbert Ramirez2-0/+18
2023-06-08Add missing #ifdef HAVE_LIBPCAP guardJoão Valverde1-0/+2
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