summaryrefslogtreecommitdiff
path: root/infra
diff options
context:
space:
mode:
Diffstat (limited to 'infra')
-rw-r--r--infra/CMakeLists.txt2
-rw-r--r--infra/version.map8
2 files changed, 4 insertions, 6 deletions
diff --git a/infra/CMakeLists.txt b/infra/CMakeLists.txt
index 99c8d13..a285a80 100644
--- a/infra/CMakeLists.txt
+++ b/infra/CMakeLists.txt
@@ -1,6 +1,6 @@
set(INFRA exdata mq tuple packet_manager packet_io ip_reassembly tcp_reassembly session_manager module_manager)
set(DEPS bitmap dablooms interval_tree logger nmx_pool rbtree timeout toml)
-set(DECODERS appid lpi_plus tls-static)# dns-static)
+set(DECODERS appid lpi_plus tls-static dns-static)
set(WHOLE_ARCHIVE ${DEPS} ${INFRA} ${DECODERS})
set(LIBS fieldstat4)
diff --git a/infra/version.map b/infra/version.map
index 0f07ac3..bfd68d1 100644
--- a/infra/version.map
+++ b/infra/version.map
@@ -103,10 +103,8 @@ global:
*dns_decoder_load*;
*dns_decoder_unload*;
- *dns_message_type_get*;
- *dns_message_*;
- *dns_query_question_qname_get0*;
- *dns_query_question_qtype_get0*;
- *dns_query_question_qclass_get0*;
+ *dns_decoder_resource_record_json_exporter*;
+ *dns_decoder_resource_record_is_dnssec*;
+ *dns_decoder_resource_record_cname_json_exporter*;
local: *;
};