From 2165324da913e5d3fe719680e81cadda12d2c19c Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Fri, 30 Jul 2021 17:43:26 +0200 Subject: scanner: at: Move to own scope Modification of raw TCP option rule is a bit more complicated to avoid pushing tcp_hdr_option_type into the introduced scope by accident. Signed-off-by: Phil Sutter --- include/parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/parser.h b/include/parser.h index 0ff0ecfb..0dcc30be 100644 --- a/include/parser.h +++ b/include/parser.h @@ -31,6 +31,7 @@ struct parser_state { enum startcond_type { PARSER_SC_BEGIN, PARSER_SC_ARP, + PARSER_SC_AT, PARSER_SC_CT, PARSER_SC_COUNTER, PARSER_SC_ETH, -- cgit v1.2.3