diff --git a/scripts/base/frameworks/dpd/README b/scripts/base/frameworks/dpd/README deleted file mode 100644 index d7f4d9c06a..0000000000 --- a/scripts/base/frameworks/dpd/README +++ /dev/null @@ -1,2 +0,0 @@ -The DPD (dynamic protocol detection) activates port-independent protocol -detection and selectively disables analyzers if protocol violations occur. diff --git a/scripts/base/frameworks/dpd/__load__.zeek b/scripts/base/frameworks/dpd/__load__.zeek index b154d2151c..643addd66b 100644 --- a/scripts/base/frameworks/dpd/__load__.zeek +++ b/scripts/base/frameworks/dpd/__load__.zeek @@ -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 diff --git a/scripts/policy/frameworks/dpd/packet-segment-logging.zeek b/scripts/policy/frameworks/dpd/packet-segment-logging.zeek index b9c87278d3..3e95d53d03 100644 --- a/scripts/policy/frameworks/dpd/packet-segment-logging.zeek +++ b/scripts/policy/frameworks/dpd/packet-segment-logging.zeek @@ -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 { diff --git a/testing/btest/Baseline/coverage.bare-mode-errors/errors b/testing/btest/Baseline/coverage.bare-mode-errors/errors index dc2dcaf0be..56081d837b 100644 --- a/testing/btest/Baseline/coverage.bare-mode-errors/errors +++ b/testing/btest/Baseline/coverage.bare-mode-errors/errors @@ -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";