mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
Initial VXLAN support, need -C flag to work when running bro
This commit is contained in:
parent
a36ac12e88
commit
f4088be8a6
13 changed files with 339 additions and 1 deletions
|
@ -192,6 +192,7 @@ enum Type %{
|
|||
GTPv1,
|
||||
HTTP,
|
||||
GRE,
|
||||
VXLAN,
|
||||
%}
|
||||
|
||||
type EncapsulatingConn: record;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue