]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
use new names
authorAlan T. DeKok <aland@freeradius.org>
Tue, 23 Feb 2021 14:02:16 +0000 (09:02 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 23 Feb 2021 14:02:16 +0000 (09:02 -0500)
src/tests/unit/protocols/arp/base.txt

index 14e138bc1f8abfab19745599946c30ee27ae4644..18caa20f16d73e9c096add7cba21b00ac73921f4 100644 (file)
 proto arp
 proto-dictionary arp
 
-encode-proto ARP-Packet.Hardware-Format = Ethernet, ARP-Packet.Protocol-Format = IPv4, ARP-Packet.Hardware-Address-Length = 6, ARP-PAcket.Protocol-Address-Length = 4, ARP-Packet.Packet-Type = Request, ARP-Packet.Sender-Hardware-Address = 00:01:02:03:04:05, ARP-Packet.Sender-Protocol-Address = 192.0.2.1, ARP-Packet.Target-Hardware-Address = 00:aa:bb:cc:dd:ee, ARP-Packet.Target-Protocol-Address = 192.0.2.128
+encode-proto arp.hardware-format = Ethernet, arp.protocol-format = IPv4, arp.hardware-address-length = 6, arp.protocol-address-length = 4, arp.packet-type = Request, arp.sender-hardware-address = 00:01:02:03:04:05, arp.sender-protocol-address = 192.0.2.1, arp.target-hardware-address = 00:aa:bb:cc:dd:ee, arp.target-protocol-address = 192.0.2.128
 #     ----- ----- -- -- ----- ----------------- __________  ----------------- ___________
 match 00 01 08 00 06 04 00 01 00 01 02 03 04 05 c0 00 02 01 00 aa bb cc dd ee c0 00 02 80
 
 decode-proto -
-match ARP-Packet.Hardware-Format = Ethernet, ARP-Packet.Protocol-Format = IPv4, ARP-Packet.Hardware-Address-Length = 6, ARP-Packet.Protocol-Address-Length = 4, ARP-Packet.Packet-Type = Request, ARP-Packet.Sender-Hardware-Address = 00:01:02:03:04:05, ARP-Packet.Sender-Protocol-Address = 192.0.2.1, ARP-Packet.Target-Hardware-Address = 00:aa:bb:cc:dd:ee, ARP-Packet.Target-Protocol-Address = 192.0.2.128
+match arp.hardware-format = Ethernet, arp.protocol-format = IPv4, arp.hardware-address-length = 6, arp.protocol-address-length = 4, arp.packet-type = Request, arp.sender-hardware-address = 00:01:02:03:04:05, arp.sender-protocol-address = 192.0.2.1, arp.target-hardware-address = 00:aa:bb:cc:dd:ee, arp.target-protocol-address = 192.0.2.128
 
 #
-#  And with missing fields that we don't care about.  This results in the same hex string as above.
+#  and with missing fields that we don't care about.  this results in the same hex string as above.
 #
-encode-proto ARP-Packet.Packet-Type = Request, ARP-Packet.Sender-Hardware-Address = 00:01:02:03:04:05, ARP-Packet.Sender-Protocol-Address = 192.0.2.1, ARP-Packet.Target-Hardware-Address = 00:aa:bb:cc:dd:ee, ARP-Packet.Target-Protocol-Address = 192.0.2.128
+encode-proto arp.packet-type = Request, arp.sender-hardware-address = 00:01:02:03:04:05, arp.sender-protocol-address = 192.0.2.1, arp.target-hardware-address = 00:aa:bb:cc:dd:ee, arp.target-protocol-address = 192.0.2.128
 #     ----- ----- -- -- ----- ----------------- __________  ----------------- ___________
 match 00 01 08 00 06 04 00 01 00 01 02 03 04 05 c0 00 02 01 00 aa bb cc dd ee c0 00 02 80