diff --git a/dhcp/midasd.py b/dhcp/midasd.py index 59c8dab..58d9cea 100644 --- a/dhcp/midasd.py +++ b/dhcp/midasd.py @@ -48,7 +48,7 @@ OPTION_DESCRIPTIONS = { @dataclass() class DHCPPacket: # Based on DHCP Discovery packet header from: https://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol - # Packet header field byte sizing: https://support.huawei.com/enterprise/en/doc/EDOC1100058931/25cd2dfc/dhcp-messages + # Packet header field byte sizing: https://support.huawei.com/enterprise/en/doc/EDOC1100058931/25cd2dfc/dhcp-messages # DHCP packet types: https://www.omnisecu.com/tcpip/dhcp-dynamic-host-configuration-protocol-message-options.php OP: bytes