analyzer/dpd: Address review comments

* word-smith deprecation message
* do not load scripts/base/analyzer in segment logging policy script
This commit is contained in:
Arne Welzel 2022-09-06 14:32:08 +02:00
parent 654fd9c7da
commit 4aaebf613e
4 changed files with 2 additions and 6 deletions

View file

@ -1,2 +0,0 @@
The DPD (dynamic protocol detection) activates port-independent protocol
detection and selectively disables analyzers if protocol violations occur.

View file

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

View file

@ -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/analyzer
module DPD;
export {

View file

@ -1,3 +1,3 @@
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
### NOTE: This file has been sorted with diff-sort.
warning in <...>/__load__.zeek, line 1: deprecated script loaded from command line arguments "Remove in v6.1 - use @load base<...>/analyzer instead";
warning in <...>/__load__.zeek, line 1: deprecated script loaded from command line arguments "Remove in v6.1 - now loaded automatically";