mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Move Conn and related types to zeek namespace
This commit is contained in:
parent
0355d13099
commit
7fefdd97af
147 changed files with 328 additions and 313 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
using namespace analyzer::sip_tcp;
|
||||
|
||||
SIP_Analyzer::SIP_Analyzer(Connection* conn)
|
||||
SIP_Analyzer::SIP_Analyzer(zeek::Connection* conn)
|
||||
: tcp::TCP_ApplicationAnalyzer("SIP_TCP", conn)
|
||||
{
|
||||
interp = new binpac::SIP_TCP::SIP_Conn(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue