Accept in sub-parser

This commit is contained in:
Nico Schottelius 2019-07-24 09:57:16 +02:00
parent 4eabf8cc38
commit 89161e260e
1 changed files with 4 additions and 3 deletions

View File

@ -38,6 +38,7 @@ parser RealParser(
packet.extract(hdr.ethernet);
meta.unused = 0;
digest_data.unused = 0;
transition accept;
}
}