From 3e04a6e239aa813daed1a73192cbd7ac343bfe86 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Fri, 23 Jul 2021 15:05:41 +0200 Subject: 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 --- include/parser.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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, -- cgit v1.2.3