mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
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:
commit
a60d569f7b
76 changed files with 328 additions and 372 deletions
|
@ -1 +1,2 @@
|
|||
@load ./main
|
||||
@load ./dpd
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
The DPD (dynamic protocol detection) activates port-independent protocol
|
||||
detection and selectively disables analyzers if protocol violations occur.
|
|
@ -1 +1,3 @@
|
|||
@load ./main
|
||||
@deprecated "Remove in v6.1 - now loaded automatically";
|
||||
|
||||
@load base/frameworks/analyzer
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#@load base/frameworks/logging
|
||||
@load base/frameworks/notice
|
||||
@load base/frameworks/analyzer
|
||||
@load base/frameworks/dpd
|
||||
@load base/frameworks/signatures
|
||||
@load base/frameworks/packet-filter
|
||||
@load base/frameworks/software
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
@load ./consts
|
||||
@load base/frameworks/dpd
|
||||
@load base/protocols/conn/removal-hooks
|
||||
|
||||
module DCE_RPC;
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@load base/frameworks/dpd
|
||||
@load base/protocols/conn/removal-hooks
|
||||
|
||||
module NTLM;
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
##! 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
|
||||
|
||||
module DPD;
|
||||
|
||||
export {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue