mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
BIT-867 - Support GRE tunnel decapsulation.
This includes enhanced GRE headers. GRE tunnels are treated just like IP-in-IP tunnels by parsing past the GRE header in between the delivery and payload IP packets.
This commit is contained in:
parent
69ef268a44
commit
7717a3eb67
13 changed files with 207 additions and 1 deletions
|
@ -17,6 +17,7 @@ const Tunnel::enable_ip: bool;
|
|||
const Tunnel::enable_ayiya: bool;
|
||||
const Tunnel::enable_teredo: bool;
|
||||
const Tunnel::enable_gtpv1: bool;
|
||||
const Tunnel::enable_gre: bool;
|
||||
const Tunnel::yielding_teredo_decapsulation: bool;
|
||||
const Tunnel::delay_teredo_confirmation: bool;
|
||||
const Tunnel::delay_gtp_confirmation: bool;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue