mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +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
|
@ -33,7 +33,7 @@ bool Discarder::IsActive()
|
|||
return check_ip || check_tcp || check_udp || check_icmp;
|
||||
}
|
||||
|
||||
bool Discarder::NextPacket(const IP_Hdr* ip, int len, int caplen)
|
||||
bool Discarder::NextPacket(const zeek::IP_Hdr* ip, int len, int caplen)
|
||||
{
|
||||
bool discard_packet = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue