Finish wiring up ipauth and macauth to Network filter.

This commit is contained in:
Adam Ierymenko 2017-02-23 12:34:17 -08:00
parent 10185e92fa
commit 72653e54f9
8 changed files with 94 additions and 46 deletions

View file

@ -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,