frameworks/dpd: Move to frameworks/analyzer/dpd, load by default

* Because frameworks/analyzer is loaded via init-frameworks-and-bifs the
  dpd functionality (really just dpd.log and disabling of analyzers) is
  now enabled even in bare mode.
* Not sure we need to keep frameworks/base/dpd/__load__.zeek around
  or can just remove it right away.
This commit is contained in:
Arne Welzel 2022-08-25 19:06:49 +02:00
parent b60a4e3a1f
commit 9e7f2a04c1
23 changed files with 323 additions and 318 deletions

View file

@ -1 +1,2 @@
@load ./main
@load ./dpd

View file

@ -1 +1,3 @@
@load ./main
@deprecated "Remove in v6.1 - use @load base/frameworks/analyzer instead";
@load base/frameworks/analyzer