mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
analyzer/ssl: silence warning in DTLS analyzer
This commit is contained in:
parent
68f5ae9538
commit
95a6ee27b1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue