mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
Move IntrusivePtr and utility methods to the zeek namespace
This commit is contained in:
parent
4668378d91
commit
9364e6a5b7
255 changed files with 3761 additions and 3730 deletions
|
@ -93,7 +93,7 @@ bool Discarder::NextPacket(const IP_Hdr* ip, int len, int caplen)
|
|||
|
||||
zeek::Args args{
|
||||
ip->ToPktHdrVal(),
|
||||
{AdoptRef{}, BuildData(data, th_len, len, caplen)},
|
||||
{zeek::AdoptRef{}, BuildData(data, th_len, len, caplen)},
|
||||
};
|
||||
|
||||
try
|
||||
|
@ -117,7 +117,7 @@ bool Discarder::NextPacket(const IP_Hdr* ip, int len, int caplen)
|
|||
|
||||
zeek::Args args{
|
||||
ip->ToPktHdrVal(),
|
||||
{AdoptRef{}, BuildData(data, uh_len, len, caplen)},
|
||||
{zeek::AdoptRef{}, BuildData(data, uh_len, len, caplen)},
|
||||
};
|
||||
|
||||
try
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue