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
|
@ -22,10 +22,10 @@ public:
|
|||
protected:
|
||||
Val* BuildData(const u_char* data, int hdrlen, int len, int caplen);
|
||||
|
||||
IntrusivePtr<Func> check_ip;
|
||||
IntrusivePtr<Func> check_tcp;
|
||||
IntrusivePtr<Func> check_udp;
|
||||
IntrusivePtr<Func> check_icmp;
|
||||
zeek::IntrusivePtr<Func> check_ip;
|
||||
zeek::IntrusivePtr<Func> check_tcp;
|
||||
zeek::IntrusivePtr<Func> check_udp;
|
||||
zeek::IntrusivePtr<Func> check_icmp;
|
||||
|
||||
// Maximum amount of application data passed to filtering functions.
|
||||
int discarder_maxlen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue