summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/tests/testdata/rdata_opt_fromWire1
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/dns/tests/testdata/rdata_opt_fromWire1')
-rw-r--r--src/lib/dns/tests/testdata/rdata_opt_fromWire115
1 files changed, 15 insertions, 0 deletions
diff --git a/src/lib/dns/tests/testdata/rdata_opt_fromWire1 b/src/lib/dns/tests/testdata/rdata_opt_fromWire1
new file mode 100644
index 0000000..f2eb680
--- /dev/null
+++ b/src/lib/dns/tests/testdata/rdata_opt_fromWire1
@@ -0,0 +1,15 @@
+# Various kinds of OPT RDATA stored in an input buffer
+#
+# Empty RDATA (which is okay)
+#
+# 0 1 (bytes)
+ 00 00
+#
+# An OPT RR containing an NSID Option
+# code=3 len=3 ID value (opaque)
+# 2 3 4 5 6 7 8 9 10
+ 00 07 00 2a 00 03 00 01 02
+#
+# Short buffer (this can be tested only at the end of the buffer)
+# 1 2 3 4 5
+ 00 04 c0 00 02