analyzer/ssl: silence warning in DTLS analyzer

This commit is contained in:
Florian Wilkens 2021-05-07 17:03:24 +02:00
parent 68f5ae9538
commit 95a6ee27b1

View file

@ -75,6 +75,7 @@ void DTLS_Analyzer::SendHandshake(uint16_t raw_tls_version, uint8_t msg_type, ui
bool DTLS_Analyzer::TryDecryptApplicationData(int len, const u_char* data, bool is_orig, uint8_t content_type, uint16_t raw_tls_version)
{
// noop for now as DTLS decryption is currently not supported
return false;
}
} // namespace zeek::analyzer::dtls