base/bif/plugins/Zeek_AF_Packet.af_packet.bif.zeek
- AF_Packet
- GLOBAL
- Namespaces
AF_Packet, GLOBAL
Summary
Types
Available checksum validation modes. |
|
Available fanout modes. |
Detailed Interface
Types
- AF_Packet::ChecksumMode
- Type
-
- AF_Packet::CHECKSUM_OFF
Ignore checksums, i.e. always assume they are correct.
- AF_Packet::CHECKSUM_ON
Let Zeek compute and verify checksums.
- AF_Packet::CHECKSUM_KERNEL
Let the kernel handle checksum offloading. Note: Semantics may depend on the kernel and driver version.
Available checksum validation modes.