mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Added some scripts for a tunnels framework.
- The AYIYA analyzer is now enabled on it's default port.
This commit is contained in:
parent
bcadb67731
commit
69ab13c88f
3 changed files with 10 additions and 0 deletions
1
scripts/base/frameworks/tunnels/__load__.bro
Normal file
1
scripts/base/frameworks/tunnels/__load__.bro
Normal file
|
@ -0,0 +1 @@
|
||||||
|
@load ./main
|
8
scripts/base/frameworks/tunnels/main.bro
Normal file
8
scripts/base/frameworks/tunnels/main.bro
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
module Tunnels;
|
||||||
|
|
||||||
|
export {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
const ports = { 5072/udp } &redef;
|
||||||
|
redef dpd_config += { [ANALYZER_AYIYA] = [$ports = ports] };
|
|
@ -29,6 +29,7 @@
|
||||||
@load base/frameworks/metrics
|
@load base/frameworks/metrics
|
||||||
@load base/frameworks/intel
|
@load base/frameworks/intel
|
||||||
@load base/frameworks/reporter
|
@load base/frameworks/reporter
|
||||||
|
@load base/frameworks/tunnels
|
||||||
|
|
||||||
@load base/protocols/conn
|
@load base/protocols/conn
|
||||||
@load base/protocols/dns
|
@load base/protocols/dns
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue