summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2021-07-30 17:43:26 +0200
committerPhil Sutter <phil@nwl.cc>2022-03-01 10:54:03 +0100
commit2165324da913e5d3fe719680e81cadda12d2c19c (patch)
tree5f5881faf14fafe35ee732f5b040fabb29b4ef58 /include
parenta67fce7ffe7e4f38c54b65541d4f3372dd2516e9 (diff)
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 <phil@nwl.cc>
Diffstat (limited to 'include')
-rw-r--r--include/parser.h1
1 files changed, 1 insertions, 0 deletions
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,