dnsjit.input.zmmpcap(3) | Library Functions Manual | dnsjit.input.zmmpcap(3) |
dnsjit.input.zmmpcap - Read input from a PCAP file using mmap()
local input = require("dnsjit.input.zmmpcap").new()
input:zstd()
input:open("file.pcap.zst")
input:receiver(filter_or_output)
input:run()
Read input from a PCAP file by mapping the whole file to memory using mmap() and parse the PCAP without libpcap. After opening a file and reading the PCAP header, the attributes are populated.
Jerry Lundström (DNS-OARC), Tomáš Křížek (CZ.NIC), Petr Špaček (ISC)
Maintained by DNS-OARC
For issues and feature requests please use:
For question and help please use:
1.4.0 | dnsjit |