summaryrefslogtreecommitdiffstats
path: root/include/parser.h
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2021-03-17 00:40:35 +0100
committerFlorian Westphal <fw@strlen.de>2021-03-24 11:34:55 +0100
commit165bd62211f058692c7c590e6af0e77c35d6f198 (patch)
treed705e28512a20e6b7a64704d0de480ffafadd1ce /include/parser.h
parentbff106c5b2772ddb1c6cf1f402b9375e29dab5d4 (diff)
scanner: counter: move to own scope
move bytes/packets away from initial state. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'include/parser.h')
-rw-r--r--include/parser.h1
1 files changed, 1 insertions, 0 deletions
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,