summaryrefslogtreecommitdiffstats
path: root/include/parser.h
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2021-07-23 15:05:41 +0200
committerPhil Sutter <phil@nwl.cc>2022-03-01 10:54:03 +0100
commit3e04a6e239aa813daed1a73192cbd7ac343bfe86 (patch)
tree5ba78e5374b4f173a406514e01d561ef6cca7e19 /include/parser.h
parentbbdcfbfa081022a854b1e112063df2f6011582cb (diff)
scanner: udp{,lite}: Move to own scope
All used keywords are shared with others, so no separation for now apart from 'csumcov' which was actually missing from scanner.l. Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'include/parser.h')
-rw-r--r--include/parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/parser.h b/include/parser.h
index c16f2101..e80a7753 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -54,6 +54,8 @@ enum startcond_type {
PARSER_SC_EXPR_RT,
PARSER_SC_EXPR_SCTP_CHUNK,
PARSER_SC_EXPR_SOCKET,
+ PARSER_SC_EXPR_UDP,
+ PARSER_SC_EXPR_UDPLITE,
PARSER_SC_STMT_LOG,
PARSER_SC_STMT_SYNPROXY,