Merge remote-tracking branch 'origin/master' into topic/johanna/tls12-decryption

This commit is contained in:
Johanna Amann 2022-01-05 10:27:55 +00:00
commit d1e7134156
640 changed files with 14727 additions and 14980 deletions

View file

@ -113,7 +113,7 @@ void SSL_Analyzer::DeliverStream(int len, const u_char* data, bool orig)
}
catch ( const binpac::Exception& e )
{
ProtocolViolation(util::fmt("Binpac exception: %s", e.c_msg()));
AnalyzerViolation(util::fmt("Binpac exception: %s", e.c_msg()));
}
}
@ -127,7 +127,7 @@ void SSL_Analyzer::SendHandshake(uint16_t raw_tls_version, const u_char* begin,
}
catch ( const binpac::Exception& e )
{
ProtocolViolation(util::fmt("Binpac exception: %s", e.c_msg()));
AnalyzerViolation(util::fmt("Binpac exception: %s", e.c_msg()));
}
}