mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00
Minor cleanup in BPF filtering code
This commit is contained in:
parent
072158d4b6
commit
767c83ede8
3 changed files with 33 additions and 20 deletions
|
@ -24,7 +24,7 @@ class BPF_Program;
|
|||
class PktSrc : public IOSource
|
||||
{
|
||||
public:
|
||||
static const int NETMASK_UNKNOWN = 0xffffffff;
|
||||
static const uint32_t NETMASK_UNKNOWN = 0xffffffff;
|
||||
|
||||
/**
|
||||
* Struct for returning statistics on a packet source.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue