mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Move IP Addr/Prefix/Header classes into namespaces
This commit is contained in:
parent
35c61697d9
commit
25c0fc7ab2
100 changed files with 495 additions and 460 deletions
|
@ -817,7 +817,7 @@ const char* CompositeHash::RecoverOneVal(
|
|||
const uint32_t* const kp = AlignType<uint32_t>(kp0);
|
||||
kp1 = reinterpret_cast<const char*>(kp+4);
|
||||
|
||||
IPAddr addr(IPv6, kp, IPAddr::Network);
|
||||
zeek::IPAddr addr(IPv6, kp, zeek::IPAddr::Network);
|
||||
|
||||
switch ( tag ) {
|
||||
case zeek::TYPE_ADDR:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue