You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The attached program has two header field types ip_hdr_prefix and udp_hdr, both has a field with name len. When accessing ip#len, the compiler errored:
The attached program has two header field types
ip_hdr_prefix
andudp_hdr
, both has a field with namelen
. When accessingip#len
, the compiler errored:Looks like the second "len" in
udp_hdr
caused the problem; changing it to some other field name will fix the issue.bugreport_fieldname.dpt
The text was updated successfully, but these errors were encountered: