summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/tests/testdata/name_fromWire12
blob: 073adda4866b2a77fb51539057b8f955d56d1e04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Wire format including an invalid label length
#
#(1) a (7) e  x  a  m  p  l  e
 01 61 07 65 78 61 6d 70 6c 65
# invalid label length: 64
40
# a "label" of 64 characters: shouldn't be parsed
00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f
10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f
20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f
30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f
00