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

This commit renames analyzer-failed.log to analyzer.log, and updates the respective news entry.
9 lines
416 B
Text
9 lines
416 B
Text
# Tests a pcap that has a known-invalid length in a RDP_Negotiation_Response
|
|
# header, ensuring that it throws a binpac exception and reports a notice to
|
|
# analyzer.log. The pcap used is a snippet of a pcap from OSS-Fuzz #57109.
|
|
|
|
# @TEST-EXEC: zeek -C -b -r $TRACES/rdp/rdp-invalid-length.pcap %INPUT
|
|
# @TEST-EXEC: btest-diff analyzer_debug.log
|
|
|
|
@load frameworks/analyzer/debug-logging.zeek
|
|
@load base/protocols/rdp
|