summaryrefslogtreecommitdiffstats
path: root/include/parser.h
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2021-07-23 17:39:55 +0200
committerPhil Sutter <phil@nwl.cc>2022-03-01 10:54:03 +0100
commit62a956986949d20a7f646ddca885c19c3b136416 (patch)
tree91cbcaeb13b8d5eca7ce6c6ce738666da96ef3b8 /include/parser.h
parenta060d912e55a170cda34c68154a76c7e4370d334 (diff)
scanner: dst, frag, hbh, mh: Move to own scopes
These are the remaining IPv6 extension header expressions, only rt expression was scoped already. Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'include/parser.h')
-rw-r--r--include/parser.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/parser.h b/include/parser.h
index 7283a6e0..30ddef03 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -48,10 +48,14 @@ enum startcond_type {
PARSER_SC_EXPR_AH,
PARSER_SC_EXPR_COMP,
PARSER_SC_EXPR_DCCP,
+ PARSER_SC_EXPR_DST,
PARSER_SC_EXPR_ESP,
PARSER_SC_EXPR_FIB,
+ PARSER_SC_EXPR_FRAG,
PARSER_SC_EXPR_HASH,
+ PARSER_SC_EXPR_HBH,
PARSER_SC_EXPR_IPSEC,
+ PARSER_SC_EXPR_MH,
PARSER_SC_EXPR_NUMGEN,
PARSER_SC_EXPR_OSF,
PARSER_SC_EXPR_QUEUE,