mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Identify GRE tunnels as Tunnel::GRE, not Tunnel::IP.
BIT-1311 #close
This commit is contained in:
parent
51010eccd4
commit
6fbceb6a98
6 changed files with 18 additions and 7 deletions
|
@ -172,6 +172,7 @@ enum Type %{
|
|||
SOCKS,
|
||||
GTPv1,
|
||||
HTTP,
|
||||
GRE,
|
||||
%}
|
||||
|
||||
type EncapsulatingConn: record;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue