mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
Tweaking tunnel decapsulation.
Changing names to comply with "Bro Scripting Conventions" Tweaking documentation.
This commit is contained in:
parent
1a565fadfe
commit
d0a67dc8bf
6 changed files with 33 additions and 24 deletions
|
@ -168,16 +168,16 @@ enum ID %{
|
|||
|
||||
|
||||
module Tunnel;
|
||||
enum tunneltype_t %{
|
||||
enum Tunneltype %{
|
||||
NONE,
|
||||
IP6inIP,
|
||||
IP4inIP,
|
||||
IP6inUDP,
|
||||
IP4inUDP,
|
||||
IP6inAYIAY,
|
||||
IP4inAYIAY,
|
||||
IP6_IN_IP,
|
||||
IP4_IN_IP,
|
||||
IP6_IN_UDP,
|
||||
IP4_IN_UDP,
|
||||
IP6_IN_AYIAY,
|
||||
IP4_IN_AYIAY,
|
||||
%}
|
||||
|
||||
type parent_t: record;
|
||||
type Parent: record;
|
||||
|
||||
module GLOBAL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue