mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28: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
|
@ -166,11 +166,18 @@ enum ID %{
|
|||
Unknown,
|
||||
%}
|
||||
|
||||
module GLOBAL;
|
||||
|
||||
module Tunnel;
|
||||
enum tunneltype_t %{
|
||||
NONE,
|
||||
IP6inIP,
|
||||
IP6inIP,
|
||||
IP4inIP,
|
||||
IP6inUDP,
|
||||
IP4inUDP,
|
||||
IP6inAYIAY,
|
||||
IP4inAYIAY,
|
||||
%}
|
||||
|
||||
type tunnel_parent_t: record;
|
||||
type parent_t: record;
|
||||
|
||||
module GLOBAL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue