summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2021-03-11 14:23:06 +0100
committerFlorian Westphal <fw@strlen.de>2021-03-16 23:59:41 +0100
commit8e006bb06f1bf07fb042b8d52ae6ae5bb54f38ae (patch)
tree9059474e12e7f7d9f18bcbc73406a0390d037f13 /include
parentd268c858df7320db1bc959264594131ca90ef90c (diff)
scanner: add ether scope
just like previous change: useless as-is, but prepares for removal of saddr/daddr from INITIAL scope. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'include')
-rw-r--r--include/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/parser.h b/include/parser.h
index e338713d..cdc5fd09 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -29,6 +29,7 @@ struct parser_state {
enum startcond_type {
PARSER_SC_BEGIN,
PARSER_SC_CT,
+ PARSER_SC_ETH,
PARSER_SC_IP,
PARSER_SC_IP6,
PARSER_SC_EXPR_FIB,