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

Currently, if a TLS/DTLS analyzer fails with a protocol violation, we will still try to remove the analyzer later, which results in the following error message: error: connection does not have analyzer specified to disable Now, instead we don't try removing the analyzer anymore, after a violation occurred.
5 lines
219 B
Text
5 lines
219 B
Text
# This tests that no error messages are output when a protocol violation occurs
|
|
|
|
# @TEST-EXEC: zeek -C -r $TRACES/tls/tls1.2-protocol-violation.pcap %INPUT
|
|
# @TEST-EXEC: test -f dpd.log
|
|
# @TEST-EXEC: btest-diff .stderr
|