mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
Merge remote-tracking branch 'origin/master' into topic/seth/elasticsearch
Conflicts: aux/binpac aux/bro-aux aux/broccoli aux/broctl scripts/base/frameworks/logging/__load__.bro src/logging.bif
This commit is contained in:
commit
601d1cf37e
217 changed files with 7146 additions and 2574 deletions
|
@ -170,6 +170,17 @@ enum ID %{
|
|||
Unknown,
|
||||
%}
|
||||
|
||||
module Tunnel;
|
||||
enum Type %{
|
||||
NONE,
|
||||
IP,
|
||||
AYIYA,
|
||||
TEREDO,
|
||||
SOCKS,
|
||||
%}
|
||||
|
||||
type EncapsulatingConn: record;
|
||||
|
||||
module Input;
|
||||
|
||||
enum Reader %{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue