mokomoking2501/profinet_master/dhcp does not have a README file
pub(all) struct DhcpMessage {
op : Int
htype : Int
hlen : Int
hops : Int
xid : Int
secs : Int
flags : Int
ciaddr : Int
yiaddr : Int
siaddr : Int
giaddr : Int
chaddr : Bytes
sname : Bytes
file : Bytes
options : Array[DhcpOption]
} derive(Eq, Debug)fn message_type_label(msg_type : Int) -> String