summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/tests/testdata/rdata_in_aaaa_fromWire
blob: 22fdd1f0a35371f124604ab5fcf7a58d1cf06181 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# various kinds of IN/AAAA RDATA stored in an input buffer
#
# valid RDATA for 2001:db8::1234
#
#RDLENGTH=16
0010
#IPv6 address                          (18 bytes)
2001 0db8 0000 0000 0000 0000 0000 1234
#
# short length                          (36 bytes)
0008 2001 0db8 0000 0000 0000 0000 0000 1234
#
# length too long                            (55 bytes)
0011 2001 0db8 0000 0000 0000 0000 0000 1234 ff
#
# short buffer (this can be tested only at the end of the buffer)
0010 2001 0db8