summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2021-07-30 17:13:39 +0200
committerPhil Sutter <phil@nwl.cc>2022-03-01 10:54:03 +0100
commita16697097e2bb20061cdd659f48def6ada0c6701 (patch)
treefec18561e6ce028bd36c125e0ea416beb62c4278 /include
parent020372d9b333735173cc7ccd012b1cf1d659e9ca (diff)
scanner: flags: move to own scope
This isolates at least 'constant', 'dynamic' and 'all' keywords. Signed-off-by: Phil Sutter <phil@nwl.cc>
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 08bdeaca..57f1fcc5 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -34,6 +34,7 @@ enum startcond_type {
PARSER_SC_CT,
PARSER_SC_COUNTER,
PARSER_SC_ETH,
+ PARSER_SC_FLAGS,
PARSER_SC_ICMP,
PARSER_SC_IGMP,
PARSER_SC_IP,