blob: 086b02f972cf62f96be3e25b75536e94a59d9726 [file] [log] [blame]
@1.0.0
#packed 'true'
struct ethernet {
dst:48
src:48
type:16
}
state ethernet {
switch $ethernet.type {
case * {
goto EOP
}
}
}