summaryrefslogtreecommitdiffstats
path: root/src/dnswire/dnstap.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-03-07 17:57:46 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-03-07 17:57:46 +0000
commit43bfca11d2f295ff873b2199cf89602bf0e6d843 (patch)
tree029d3f38e63b483f87bca4de62bdce9a42f773a4 /src/dnswire/dnstap.h
parentAdding upstream version 0.3.3. (diff)
downloaddnswire-43bfca11d2f295ff873b2199cf89602bf0e6d843.tar.xz
dnswire-43bfca11d2f295ff873b2199cf89602bf0e6d843.zip
Adding upstream version 0.4.0.upstream/0.4.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/dnswire/dnstap.h')
-rw-r--r--src/dnswire/dnstap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dnswire/dnstap.h b/src/dnswire/dnstap.h
index 7a01898..dc507ab 100644
--- a/src/dnswire/dnstap.h
+++ b/src/dnswire/dnstap.h
@@ -1,6 +1,6 @@
/*
* Author Jerry Lundström <jerry@dns-oarc.net>
- * Copyright (c) 2019, OARC, Inc.
+ * Copyright (c) 2019-2023, OARC, Inc.
* All rights reserved.
*
* This file is part of the dnswire library.
@@ -72,6 +72,7 @@ enum dnstap_socket_protocol {
DNSTAP_SOCKET_PROTOCOL_DOH = 4,
DNSTAP_SOCKET_PROTOCOL_DNSCryptUDP = 5,
DNSTAP_SOCKET_PROTOCOL_DNSCryptTCP = 6,
+ DNSTAP_SOCKET_PROTOCOL_DOQ = 7,
};
extern const char* const DNSTAP_SOCKET_PROTOCOL_STRING[];