Finish wiring up ipauth and macauth to Network filter.
This commit is contained in:
parent
10185e92fa
commit
72653e54f9
8 changed files with 94 additions and 46 deletions
|
@ -5,6 +5,8 @@ const CHARACTERISTIC_BITS = {
|
|||
'inbound': 63,
|
||||
'multicast': 62,
|
||||
'broadcast': 61,
|
||||
'ipauth': 60,
|
||||
'macauth': 59,
|
||||
'tcp_fin': 0,
|
||||
'tcp_syn': 1,
|
||||
'tcp_rst': 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue