From: Alan T. DeKok Date: Tue, 8 Dec 2020 18:25:17 +0000 (-0500) Subject: use names with specific sizes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a9b1139ec595e6fbd0498eac929e41999b67cd8;p=thirdparty%2Ffreeradius-server.git use names with specific sizes --- diff --git a/share/dictionary/arp/dictionary.rfc826 b/share/dictionary/arp/dictionary.rfc826 index 0b9cad25313..7158405dc71 100644 --- a/share/dictionary/arp/dictionary.rfc826 +++ b/share/dictionary/arp/dictionary.rfc826 @@ -12,17 +12,17 @@ ############################################################################## ATTRIBUTE ARP-Packet 1 struct -MEMBER Hardware-Format short +MEMBER Hardware-Format uint16 VALUE Hardware-Format Ethernet 1 -MEMBER Protocol-Format short +MEMBER Protocol-Format uint16 VALUE Protocol-Format IPv4 0x0800 -MEMBER Hardware-Address-Length byte -MEMBER Protocol-Address-Length byte -MEMBER Packet-Type short +MEMBER Hardware-Address-Length uint8 +MEMBER Protocol-Address-Length uint8 +MEMBER Packet-Type uint16 VALUE Packet-Type Request 1 VALUE Packet-Type Reply 2