aboutgitcodebugslistschat
path: root/pcap.c
Commit message (Expand)AuthorAgeFilesLines
* Move logging functions to a new file, log.cStefano Brivio2022-10-141-0/+1
* conf: Make the argument to --pcap option mandatoryDavid Gibson2022-08-301-28/+0
* treewide: Invalid type in argument to printf format specifier, CWE-686Stefano Brivio2022-04-051-3/+3
* treewide: Fix android-cloexec-* clang-tidy warnings, re-enable checksStefano Brivio2022-03-291-2/+3
* treewide: Mark constant references as constStefano Brivio2022-03-291-5/+5
* pcap: Fix mistake in printed stringStefano Brivio2022-03-251-1/+1
* passt, pasta: Namespace-based sandboxing, defer seccomp policy applicationStefano Brivio2022-02-211-3/+2
* passt: Drop <linux/ipv6.h> include, carry own ipv6hdr and opt_hdr definitionsStefano Brivio2022-01-261-2/+0
* pcap: Fix failure check on write() in pcapm()Stefano Brivio2021-10-211-1/+2
* passt: Add cppcheck target, test, and address resulting warningsStefano Brivio2021-10-211-2/+4
* passt: Fix build with gcc 7, use std=c99, enable some more Clang checkersStefano Brivio2021-10-211-1/+2
* passt: Address gcc 11 warningsStefano Brivio2021-10-201-10/+25
* pasta: Allow specifying paths and names of namespacesGiuseppe Scrivano2021-10-071-1/+1
* pcap: Drop O_DSYNC from pcap file descriptorStefano Brivio2021-09-271-1/+1
* pcap: Don't make pcap files world-readableStefano Brivio2021-09-271-1/+1
* pcap: Don't reinitialise packet capture if we already have oneStefano Brivio2021-09-271-1/+1
* passt, pasta: Introduce command-line options and port re-mappingStefano Brivio2021-09-011-39/+21
* udp: Introduce recvmmsg()/sendmmsg(), zero-copy path from socketStefano Brivio2021-07-211-2/+80
* passt: Add PASTA mode, major reworkStefano Brivio2021-07-171-7/+27
* passt: Add support for multiple instances in different network namespacesStefano Brivio2021-05-211-2/+12
* passt: Introduce packet capture implementationStefano Brivio2021-05-211-0/+108