Update names

This commit is contained in:
Nico Schottelius 2019-04-11 10:13:54 +02:00
parent c082106338
commit 1afcd82e42
1 changed files with 3 additions and 2 deletions

View File

@ -18,9 +18,10 @@ parser MyParser(packet_in packet,
meta.chk_icmp6 = 0;
meta.chk_icmp6_na_ns = 0;
meta.chk_ipv4 = 0;
meta.chk_udp_v4 = 0;
meta.chk_udp_v6 = 0;
meta.chk_tcp = 0;
meta.chk_udp_v4 = 0;
meta.chk_tcp_v6 = 0;
meta.chk_tcp_v4 = 0;
packet.extract(hdr.ethernet);
transition select(hdr.ethernet.ethertype){