mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +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
|
@ -825,7 +825,7 @@ void HTTP_Message::Weird(const char* msg)
|
|||
analyzer->Weird(msg);
|
||||
}
|
||||
|
||||
HTTP_Analyzer::HTTP_Analyzer(Connection* conn)
|
||||
HTTP_Analyzer::HTTP_Analyzer(zeek::Connection* conn)
|
||||
: tcp::TCP_ApplicationAnalyzer("HTTP", conn)
|
||||
{
|
||||
num_requests = num_replies = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue