weird.bro moved into notice framework.

- That might not be the right place to put it though.
This commit is contained in:
Seth Hall 2011-06-24 16:40:05 -04:00
parent e19e050121
commit 09e242f98f
5 changed files with 6 additions and 7 deletions

View file

@ -11,12 +11,11 @@
#@load ssl
@load syslog
@load communication
#@load communication
@load metrics
@load notice
@load signatures
@load software
@load weird
@load detectors/http-MHR

View file

@ -1416,7 +1416,7 @@ function prefixed_id(id: count): string
# ANALYZER_<analyzer-name>*, e.g., ANALYZER_HTTP.
type AnalyzerTag: count;
# DPM configuration.
# DPD configuration.
type dpd_protocol_config: record {
ports: set[port] &optional;
@ -1489,4 +1489,3 @@ const parse_udp_tunnels = F &redef;
#@load site
#@load dpd
@load weird

View file

@ -1,2 +1,3 @@
@load notice/base
@load frameworks/notice/base
@load frameworks/notice/weird
#@load notice/action-filters

View file

@ -1,4 +1,4 @@
@load notice
@load frameworks/notice/base
@load utils/conn_ids
module Weird;

View file

@ -4,7 +4,7 @@
@load notice
# Load the policy scripts where the notices are defined.
@load weird
@load frameworks/notice/weird
@load dpd
# Remove these notices from logging since they can be too noisy.