mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +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
|
@ -817,7 +817,7 @@ zeek::ValPtr NFS_Interp::ExtractBool(const u_char*& buf, int& n)
|
|||
}
|
||||
|
||||
|
||||
NFS_Analyzer::NFS_Analyzer(Connection* conn)
|
||||
NFS_Analyzer::NFS_Analyzer(zeek::Connection* conn)
|
||||
: RPC_Analyzer("NFS", conn, new NFS_Interp(this))
|
||||
{
|
||||
orig_rpc = resp_rpc = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue