From 7ae67aafa8a86b9a66bf9cb102ea551e33d243cf Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Thu, 11 Mar 2021 14:23:07 +0100 Subject: scanner: arp: move to own scope allows to move the arp specific tokens out of the INITIAL scope. Signed-off-by: Florian Westphal --- 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 cdc5fd09..38039677 100644 --- a/include/parser.h +++ b/include/parser.h @@ -28,6 +28,7 @@ struct parser_state { enum startcond_type { PARSER_SC_BEGIN, + PARSER_SC_ARP, PARSER_SC_CT, PARSER_SC_ETH, PARSER_SC_IP, -- cgit v1.2.3