aboutgitcodebugslistschat
path: root/pcap.c
Commit message (Expand)AuthorAgeFilesLines
* pcap: Use clock_gettime() instead of gettimeofday()Stefano Brivio2024-03-141-13/+13
* pcap: add pcap_iov()Laurent Vivier2024-03-061-4/+23
* pcap: Handle short writes in pcap_frame()David Gibson2024-02-291-19/+29
* pcap: Update pcap_frame() to take an iovec and offsetDavid Gibson2024-02-291-17/+12
* treewide: Use 'z' length modifier for size_t/ssize_t conversionsStefano Brivio2023-12-021-2/+2
* passt: Relicense to GPL 2.0, or any later versionStefano Brivio2023-04-061-1/+1
* udp: Use tap_send_frames()David Gibson2023-01-231-30/+0
* pcap: Replace pcapm() with pcap_multiple()David Gibson2023-01-231-9/+9
* pcap: Introduce pcap_frame() helperDavid Gibson2023-01-231-38/+38
* 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