mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18: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
|
@ -5,8 +5,7 @@
|
|||
#include "IPAddr.h"
|
||||
#include "File.h"
|
||||
|
||||
class Connection;
|
||||
|
||||
ZEEK_FORWARD_DECLARE_NAMESPACED(Connection, zeek);
|
||||
ZEEK_FORWARD_DECLARE_NAMESPACED(IP_Hdr, zeek);
|
||||
|
||||
namespace analyzer { namespace tcp {
|
||||
|
@ -140,7 +139,7 @@ public:
|
|||
return ack == start || ack == start + 1;
|
||||
}
|
||||
|
||||
Connection* Conn() const;
|
||||
zeek::Connection* Conn() const;
|
||||
|
||||
bool HasContents() const { return contents_processor != nullptr; }
|
||||
bool HadGap() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue