Added some scripts for a tunnels framework.

- The AYIYA analyzer is now enabled on it's default port.
This commit is contained in:
Seth Hall 2012-04-21 15:10:30 -04:00
parent bcadb67731
commit 69ab13c88f
3 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1 @@
@load ./main

View file

@ -0,0 +1,8 @@
module Tunnels;
export {
}
const ports = { 5072/udp } &redef;
redef dpd_config += { [ANALYZER_AYIYA] = [$ports = ports] };