mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
9 lines
372 B
Text
9 lines
372 B
Text
#@TEST-EXEC: zeek -b -C -r $TRACES/smb/smb1-OSS-fuzz-54883.pcap %INPUT
|
|
#@TEST-EXEC: btest-diff analyzer.log
|
|
#@TEST-EXEC: ! test -f reporter.log
|
|
|
|
@load base/protocols/smb
|
|
|
|
# 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 };
|