mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28: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
|
@ -56,7 +56,7 @@ TCP_Endpoint::~TCP_Endpoint()
|
|||
delete contents_processor;
|
||||
}
|
||||
|
||||
Connection* TCP_Endpoint::Conn() const
|
||||
zeek::Connection* TCP_Endpoint::Conn() const
|
||||
{
|
||||
return tcp_analyzer->Conn();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue