summaryrefslogtreecommitdiff
path: root/pcap.c
AgeCommit message (Expand)Author
2024-06-21treewide: Replace strerror() callsStefano Brivio
2024-05-02treewide: Standardise variable names for various packet lengthsDavid Gibson
2024-03-14pcap: Use clock_gettime() instead of gettimeofday()Stefano Brivio
2024-03-06pcap: add pcap_iov()Laurent Vivier
2024-02-29pcap: Handle short writes in pcap_frame()David Gibson
2024-02-29pcap: Update pcap_frame() to take an iovec and offsetDavid Gibson
2023-12-02treewide: Use 'z' length modifier for size_t/ssize_t conversionsStefano Brivio
2023-04-06passt: Relicense to GPL 2.0, or any later versionStefano Brivio
2023-01-23udp: Use tap_send_frames()David Gibson
2023-01-23pcap: Replace pcapm() with pcap_multiple()David Gibson
2023-01-23pcap: Introduce pcap_frame() helperDavid Gibson
2022-10-14Move logging functions to a new file, log.cStefano Brivio
2022-08-30conf: Make the argument to --pcap option mandatoryDavid Gibson
2022-04-05treewide: Invalid type in argument to printf format specifier, CWE-686Stefano Brivio
2022-03-29treewide: Fix android-cloexec-* clang-tidy warnings, re-enable checksStefano Brivio
2022-03-29treewide: Mark constant references as constStefano Brivio
2022-03-25pcap: Fix mistake in printed stringStefano Brivio
2022-02-21passt, pasta: Namespace-based sandboxing, defer seccomp policy applicationStefano Brivio
2022-01-26passt: Drop <linux/ipv6.h> include, carry own ipv6hdr and opt_hdr definitionsStefano Brivio
2021-10-21pcap: Fix failure check on write() in pcapm()Stefano Brivio
2021-10-21passt: Add cppcheck target, test, and address resulting warningsStefano Brivio
2021-10-21passt: Fix build with gcc 7, use std=c99, enable some more Clang checkersStefano Brivio
2021-10-20passt: Address gcc 11 warningsStefano Brivio
2021-10-07pasta: Allow specifying paths and names of namespacesGiuseppe Scrivano
2021-09-27pcap: Drop O_DSYNC from pcap file descriptorStefano Brivio
2021-09-27pcap: Don't make pcap files world-readableStefano Brivio
2021-09-27pcap: Don't reinitialise packet capture if we already have oneStefano Brivio
2021-09-01passt, pasta: Introduce command-line options and port re-mappingStefano Brivio
2021-07-21udp: Introduce recvmmsg()/sendmmsg(), zero-copy path from socketStefano Brivio
2021-07-17passt: Add PASTA mode, major reworkStefano Brivio
2021-05-21passt: Add support for multiple instances in different network namespacesStefano Brivio
2021-05-21passt: Introduce packet capture implementationStefano Brivio