Merge remote-tracking branch 'origin/topic/awelzel/dpd-analyzer-merger'

* origin/topic/awelzel/dpd-analyzer-merger:
  analyzer/dpd: Address review comments
  Remove @load base/frameworks/dpd from tests
  frameworks/dpd: Move to frameworks/analyzer/dpd, load by default
  scripts/dce-rpc,ntlm: Do not load base/frameworks/dpd
  btest: Remove unnecessary loading of frameworks/dpd
This commit is contained in:
Robin Sommer 2022-09-07 14:29:32 +02:00
commit a60d569f7b
76 changed files with 328 additions and 372 deletions

View file

@ -7,7 +7,6 @@
@load base/protocols/conn
@load base/protocols/dns
@load base/protocols/ssh
@load base/frameworks/dpd
redef Analyzer::disabled_analyzers += { Analyzer::ANALYZER_SSH };

View file

@ -2,7 +2,6 @@
# @TEST-EXEC: btest-diff out
@load base/frameworks/config
@load base/frameworks/dpd
type Color: enum { RED, GREEN, BLUE };

View file

@ -8,7 +8,6 @@ DPD::ignore_violations Analyzer::ANALYZER_SYSLOG
@TEST-END-FILE
@load base/frameworks/config
@load base/frameworks/dpd
redef exit_only_after_terminate = T;
redef InputConfig::empty_field = "EMPTY";

View file

@ -12,4 +12,3 @@
@load base/protocols/http
@load base/protocols/dns
@load base/protocols/conn
@load base/frameworks/dpd

View file

@ -4,7 +4,6 @@
@load base/protocols/conn
@load base/protocols/smtp
@load base/protocols/dns
@load base/frameworks/dpd
@load base/frameworks/netcontrol
event NetControl::init()