mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
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:
parent
b60a4e3a1f
commit
9e7f2a04c1
23 changed files with 323 additions and 318 deletions
|
@ -4,7 +4,7 @@
|
|||
##! A caveat to logging packet data is that in some cases, the packet may
|
||||
##! not be the packet that actually caused the protocol violation.
|
||||
|
||||
@load base/frameworks/dpd
|
||||
@load base/frameworks/analyzer
|
||||
|
||||
module DPD;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue