dnsjit.filter.layer(3) | Library Functions Manual | dnsjit.filter.layer(3) |
dnsjit.filter.layer - Parse the ether/IP stack
local filter = require("dnsjit.filter.layer").new()
Parse the ether/IP stack of the received objects and send the top most object to the receivers. Objects are chained which each layer in the stack with the top most first. Currently supports input dnsjit.core.object.pcap.
dnsjit.core.object.pcap(3), dnsjit.core.object.ether(3), dnsjit.core.object.null(3), dnsjit.core.object.loop(3), dnsjit.core.object.linuxsll(3), dnsjit.core.object.ieee802(3), dnsjit.core.object.gre(3), dnsjit.core.object.ip(3), dnsjit.core.object.ip6(3), dnsjit.core.object.icmp(3), dnsjit.core.object.icmp6(3), dnsjit.core.object.udp(3), dnsjit.core.object.tcp(3), dnsjit.core.object.payload(3)
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.2.3 | dnsjit |