Move Conn and related types to zeek namespace

This commit is contained in:
Tim Wojtulewicz 2020-07-22 15:02:48 -07:00
parent 0355d13099
commit 7fefdd97af
147 changed files with 328 additions and 313 deletions

View file

@ -10,7 +10,7 @@
using namespace analyzer::ssl;
SSL_Analyzer::SSL_Analyzer(Connection* c)
SSL_Analyzer::SSL_Analyzer(zeek::Connection* c)
: tcp::TCP_ApplicationAnalyzer("SSL", c)
{
interp = new binpac::SSL::SSL_Conn(this);