mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

detect-protocol.zeek was the last non-deprecated script left in policy/frameworks/dpd. It was moved to policy/frameworks/analyzer. A script that loads the script from the new location with a deprecation warning was added.
3 lines
227 B
Text
3 lines
227 B
Text
@deprecated("frameworks/dpd/detect-protocols.zeek moved to frameworks/analyzer/detect-protocols.zeek. Please switch to frameworks/analyzer/detect-protocols.zeek. Remove in 8.1")
|
|
|
|
@load frameworks/analyzer/detect-protocols.zeek
|