#  -*- text -*-
#  Copyright (C) 2019 Network RADIUS SARL (legal@networkradius.com)
#  This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0
#
#  Version $Id: 2104275161734718f26d71dc3fc9112f6d1b1277 $
#

proto dhcpv6
proto-dictionary dhcpv6
fuzzer-out dhcpv6

#
#  1 byte unsigned integer (uint8)
#
encode-pair Preference = 255
match 00 07 00 01 ff

decode-pair -
match Preference = 255

encode-pair Preference = 0
match 00 07 00 01 00

decode-pair -
match Preference = 0

#
#  2 byte unsigned integer (uint16)
#
encode-pair ANI-Access-Technology-Type = 3GPP2-NB-IOT
match 00 69 00 02 00 0d

decode-pair -
match ANI-Access-Technology-Type = ::3GPP2-NB-IOT

#
#  4 byte unsigned integer (uint32)
#
encode-pair Information-Refresh-Time = 99
match 00 20 00 04 00 00 00 63

decode-pair -
match Information-Refresh-Time = 99

count
match 19
