#
# various kinds of SRV RDATA stored in an input buffer
#
# RDLENGTH=21 bytes
# 0  1
 00 15
# 2  3  4  5  6  7  8  9 10  1  2  3  4  5  6  7  8  9 20  1  2(bytes)
 00 01 00 05 05 dc 01 61 07 65 78 61 6d 70 6c 65 03 63 6f 6d 00
#
# short length
# 3  4
 00 12
# 5  6  7  8  9 30  1  2  3  4  5  6  7  8  9 40  1  2  3  4  5
 00 01 00 05 05 dc 01 61 07 65 78 61 6d 70 6c 65 03 63 6f 6d 00
#
# length too long
# 6  7
 00 19
#
# 8  9 50  1  2  3  4  5  6  7  8  9 60  1  2  3  4  5  6  7  8
 00 01 00 05 05 dc 01 61 07 65 78 61 6d 70 6c 65 03 63 6f 6d 00
#
#
# incomplete target name
# 9 70
 00 12
# 1  2  3  4  5  6  7  8  9 80  1  2  3  4  5  6  7  8
 00 01 00 05 05 dc 01 61 07 65 78 61 6d 70 6c 65 03 63
#
#
# Valid compressed target name: 'a' + pointer
# 9 90
 00 0a
#
# 1  2  3  4  5  6  7  8  9 100
 00 01 00 05 05 dc 01 61 c0 0a
