summaryrefslogtreecommitdiffstats
path: root/src/qtype.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-31 07:37:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-31 07:37:43 +0000
commit759ea409fe884c184d51f81c73523015a468a1eb (patch)
treedf4ba82f4118a4ac46c34a262f87f8ec26fdd240 /src/qtype.c
parentAdding upstream version 2.5.0+debian. (diff)
downloaddnsperf-759ea409fe884c184d51f81c73523015a468a1eb.tar.xz
dnsperf-759ea409fe884c184d51f81c73523015a468a1eb.zip
Adding upstream version 2.5.2.upstream/2.5.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/qtype.c')
-rw-r--r--src/qtype.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/qtype.c b/src/qtype.c
index 78aadcf..3f2a9fd 100644
--- a/src/qtype.c
+++ b/src/qtype.c
@@ -75,7 +75,6 @@ const perf_qtype_t qtype_table[] = {
{ "NSEC3PARAM", 51 },
{ "TLSA", 52 },
{ "SMIMEA", 53 },
- { "Unassigned", 54 },
{ "HIP", 55 },
{ "NINFO", 56 },
{ "RKEY", 57 },
@@ -104,7 +103,7 @@ const perf_qtype_t qtype_table[] = {
{ "AXFR", 252 },
{ "MAILB", 253 },
{ "MAILA", 254 },
- { "*", 255 },
+ { "ANY", 255 },
{ "URI", 256 },
{ "CAA", 257 },
{ "AVC", 258 },
@@ -112,6 +111,5 @@ const perf_qtype_t qtype_table[] = {
{ "AMTRELAY", 260 },
{ "TA", 32768 },
{ "DLV", 32769 },
- { "Reserved", 65535 },
{ 0, 0 }
};