summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2021-07-23 13:00:50 +0200
committerPhil Sutter <phil@nwl.cc>2022-03-01 10:54:03 +0100
commita7d8cca9a18ac760913b55c8a2d1e915f3d0f612 (patch)
treef0b3d5356db2e38af2050559e798f8cb3e39387e /include
parent5d837d270d5a8b3a4d3fdca12d0f0800b8287cdd (diff)
scanner: icmp{,v6}: Move to own scope
Unify the two, header fields are almost identical. 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 cb7d12a3..ba955c91 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -34,6 +34,7 @@ enum startcond_type {
PARSER_SC_CT,
PARSER_SC_COUNTER,
PARSER_SC_ETH,
+ PARSER_SC_ICMP,
PARSER_SC_IP,
PARSER_SC_IP6,
PARSER_SC_LIMIT,