mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

This is based on commit b89a6f64123f778090d1dd6ec48e6b8e8906ea11 from the zeek-af_packet-plugin repository.
15 lines
361 B
C++
15 lines
361 B
C++
|
|
# Options for the AF_Packet packet source.
|
|
|
|
module AF_Packet;
|
|
|
|
const buffer_size: count;
|
|
const block_size: count;
|
|
const block_timeout: interval;
|
|
const enable_hw_timestamping: bool;
|
|
const enable_defrag: bool;
|
|
const enable_fanout: bool;
|
|
const fanout_mode: FanoutMode;
|
|
const fanout_id: count;
|
|
const link_type: count;
|
|
const checksum_validation_mode: ChecksumMode;
|