From a7d8cca9a18ac760913b55c8a2d1e915f3d0f612 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Fri, 23 Jul 2021 13:00:50 +0200 Subject: scanner: icmp{,v6}: Move to own scope Unify the two, header fields are almost identical. Signed-off-by: Phil Sutter --- include/parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/parser.h') 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, -- cgit v1.2.3