]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
use names with specific sizes
authorAlan T. DeKok <aland@freeradius.org>
Tue, 8 Dec 2020 18:25:17 +0000 (13:25 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 8 Dec 2020 18:25:29 +0000 (13:25 -0500)
share/dictionary/arp/dictionary.rfc826

index 0b9cad25313cfcf48c1371c97fbe83f98fd5b3db..7158405dc71fbbd00cd0d0166431bd751ae7f887 100644 (file)
 ##############################################################################
 
 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