From f992b37800d45b236027479e1da2c1709cb031ba Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 25 Sep 2017 17:10:50 -0600 Subject: [PATCH] add nx soa record --- test/soa_test/nx.yahoo.com.any.0.bin | Bin 0 -> 109 bytes test/soa_test/nx.yahoo.com.any.0.hex | 8 +++ test/soa_test/nx.yahoo.com.any.0.json | 64 ++++++++++++++++++++++ test/soa_test/nx.yahoo.com.any.query.bin | Bin 0 -> 48 bytes test/soa_test/nx.yahoo.com.any.query.hex | 4 ++ test/soa_test/nx.yahoo.com.any.query.json | 21 +++++++ 6 files changed, 97 insertions(+) create mode 100644 test/soa_test/nx.yahoo.com.any.0.bin create mode 100644 test/soa_test/nx.yahoo.com.any.0.hex create mode 100644 test/soa_test/nx.yahoo.com.any.0.json create mode 100644 test/soa_test/nx.yahoo.com.any.query.bin create mode 100644 test/soa_test/nx.yahoo.com.any.query.hex create mode 100644 test/soa_test/nx.yahoo.com.any.query.json diff --git a/test/soa_test/nx.yahoo.com.any.0.bin b/test/soa_test/nx.yahoo.com.any.0.bin new file mode 100644 index 0000000000000000000000000000000000000000..b7c923902dea05f14c4b90cde1e41be0dfb30be6 GIT binary patch literal 109 zcmX@e-Pp{)$iM)?BE@+n8HxF&sW3XPxFmzMGBG1RpE)@{mx19w1LFZj1~!mdrf>#B x=DcFV1BzT3`NbuOm|vO-qw|VOGFU4UGxGD9lk;;K82&Rb0stu>4b=bu literal 0 HcmV?d00001 diff --git a/test/soa_test/nx.yahoo.com.any.query.hex b/test/soa_test/nx.yahoo.com.any.query.hex new file mode 100644 index 0000000..89a79a1 --- /dev/null +++ b/test/soa_test/nx.yahoo.com.any.query.hex @@ -0,0 +1,4 @@ +0000000 c1 0b 01 00 00 01 00 00 00 00 00 00 14 73 6e 74 +0000010 68 61 6f 75 65 73 6e 74 68 61 6f 75 65 6e 73 74 +0000020 68 05 79 61 68 6f 6f 03 63 6f 6d 00 00 ff 00 01 +0000030 diff --git a/test/soa_test/nx.yahoo.com.any.query.json b/test/soa_test/nx.yahoo.com.any.query.json new file mode 100644 index 0000000..043baff --- /dev/null +++ b/test/soa_test/nx.yahoo.com.any.query.json @@ -0,0 +1,21 @@ +{ + "header": { + "id": 49419, + "qr": 0, + "opcode": 0, + "aa": 0, + "tc": 0, + "rd": 1, + "ra": 0, + "rcode": 0 + }, + "question": [ + { + "name": "snthaouesnthaouensth.yahoo.com", + "typeName": "ANY", + "className": "IN", + "class": 1, + "type": 255 + } + ] +} \ No newline at end of file