Make capability flags match more user-friendly and appropriate since "match any flag" is generally what we want.
This commit is contained in:
parent
f1c8706485
commit
adeb7e7da0
4 changed files with 9 additions and 22 deletions
|
@ -713,7 +713,7 @@ typedef struct
|
|||
/**
|
||||
* Packet characteristic flags being matched
|
||||
*/
|
||||
uint64_t characteristics[2];
|
||||
uint64_t characteristics;
|
||||
|
||||
/**
|
||||
* IP port range -- start-end inclusive -- host byte order
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue