mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
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:
parent
654fd9c7da
commit
4aaebf613e
4 changed files with 2 additions and 6 deletions
|
@ -1,2 +0,0 @@
|
||||||
The DPD (dynamic protocol detection) activates port-independent protocol
|
|
||||||
detection and selectively disables analyzers if protocol violations occur.
|
|
|
@ -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
|
@load base/frameworks/analyzer
|
||||||
|
|
|
@ -4,8 +4,6 @@
|
||||||
##! A caveat to logging packet data is that in some cases, the packet may
|
##! A caveat to logging packet data is that in some cases, the packet may
|
||||||
##! not be the packet that actually caused the protocol violation.
|
##! not be the packet that actually caused the protocol violation.
|
||||||
|
|
||||||
@load base/frameworks/analyzer
|
|
||||||
|
|
||||||
module DPD;
|
module DPD;
|
||||||
|
|
||||||
export {
|
export {
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
### 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.
|
### 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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue