From 165bd62211f058692c7c590e6af0e77c35d6f198 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Wed, 17 Mar 2021 00:40:35 +0100 Subject: scanner: counter: move to own scope move bytes/packets away from initial state. Signed-off-by: Florian Westphal --- include/parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/parser.h b/include/parser.h index 0c229963..59eff16e 100644 --- a/include/parser.h +++ b/include/parser.h @@ -32,6 +32,7 @@ enum startcond_type { PARSER_SC_BEGIN, PARSER_SC_ARP, PARSER_SC_CT, + PARSER_SC_COUNTER, PARSER_SC_ETH, PARSER_SC_IP, PARSER_SC_IP6, -- cgit v1.2.3