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

To address review feedback in GH-4362: rename analyzer-failed-log.zeek to loggig.zeek, analyzer-debug-log.zeek to debug-logging.zeek and dpd-log.zeek to deprecated-dpd-log.zeek. Includes respective test, NEWS, etc updates.
10 lines
423 B
Text
10 lines
423 B
Text
#@TEST-EXEC: zeek -b -C -r $TRACES/smb/smb1-OSS-fuzz-54883.pcap %INPUT
|
|
#@TEST-EXEC: btest-diff analyzer_debug.log
|
|
#@TEST-EXEC: ! test -f reporter.log
|
|
|
|
@load base/protocols/smb
|
|
@load frameworks/analyzer/debug-logging.zeek
|
|
|
|
# The traffic generated by OSS Fuzz is broken to the extreme, ensure
|
|
# the analyzer isn't disabled so the original scripting issue triggers.
|
|
redef DPD::ignore_violations += { Analyzer::ANALYZER_SMB };
|