mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
Adding support to de-capsulate tunnels. Checkpoint.
Re-organizing code. Adding UDP tunnel handlers. Using policy level redef'able consts to tune behavior. UDP port settings not working yet.
This commit is contained in:
parent
9c388a1809
commit
8910cd2dca
6 changed files with 216 additions and 40 deletions
|
@ -12,3 +12,7 @@ const NFS3::return_data: bool;
|
|||
const NFS3::return_data_max: count;
|
||||
const NFS3::return_data_first_only: bool;
|
||||
|
||||
const Tunnel::decapsulate_ip: bool;
|
||||
const Tunnel::decapsulate_udp: bool;
|
||||
const Tunnel::udp_tunnel_ports: any;
|
||||
const Tunnel::udp_tunnel_allports: bool;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue