summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2021-03-11 14:23:07 +0100
committerFlorian Westphal <fw@strlen.de>2021-03-16 23:59:42 +0100
commit7ae67aafa8a86b9a66bf9cb102ea551e33d243cf (patch)
tree35163e5cd42d213ef1e787f326c3a2bd17ab5619 /include
parent8e006bb06f1bf07fb042b8d52ae6ae5bb54f38ae (diff)
scanner: arp: move to own scope
allows to move the arp specific tokens out of the INITIAL scope. Signed-off-by: Florian Westphal <fw@strlen.de>
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 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,