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] };
|
Loading…
Add table
Add a link
Reference in a new issue