mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
Add independent options to toggle the different decapsulation methods
This commit is contained in:
parent
8540c4d0cd
commit
976e8db155
5 changed files with 24 additions and 5 deletions
|
@ -12,5 +12,8 @@ const NFS3::return_data_max: count;
|
|||
const NFS3::return_data_first_only: bool;
|
||||
|
||||
const Tunnel::max_depth: count;
|
||||
const Tunnel::enable_ip: bool;
|
||||
const Tunnel::enable_ayiya: bool;
|
||||
const Tunnel::enable_teredo: bool;
|
||||
|
||||
const Threading::heartbeat_interval: interval;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue