Implements a program array that allows parsing specialization
Implements ipv4_tcp for parsing and enforcing rules.
To consider:
Rule array per OSI level. For example LINK_RULES, TRANSPORT_RULES, NET_RULES. This would allow us to scan less rules per layer and delay scanning rules for bigger rules up in the call-chain
ipv4_tcp
for parsing and enforcing rules.To consider:
LINK_RULES
,TRANSPORT_RULES
,NET_RULES
. This would allow us to scan less rules per layer and delay scanning rules for bigger rules up in the call-chain