From ea648e70a989cca190cd7403fe892fd2dcc290b4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 20:37:14 +0200 Subject: Adding upstream version 1:9.11.5.P4+dfsg. Signed-off-by: Daniel Baumann --- bin/tools/dnstap-read.html | 100 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 bin/tools/dnstap-read.html (limited to 'bin/tools/dnstap-read.html') diff --git a/bin/tools/dnstap-read.html b/bin/tools/dnstap-read.html new file mode 100644 index 0000000..2e3bdc0 --- /dev/null +++ b/bin/tools/dnstap-read.html @@ -0,0 +1,100 @@ + + + + + +dnstap-read + + +
+
+ + + + + +
+

Name

+

+ dnstap-read + — print dnstap data in human-readable form +

+
+ + + +
+

Synopsis

+

+ dnstap-read + [-m] + [-p] + [-y] + {file} +

+
+ +
+

DESCRIPTION

+ +

+ dnstap-read + reads dnstap data from a specified file + and prints it in a human-readable format. By default, + dnstap data is printed in a short summary + format, but if the -y option is specified, + then a longer and more detailed YAML format is used instead. +

+
+ +
+

OPTIONS

+ + +
+
-m
+
+

+ Trace memory allocations; used for debugging memory leaks. +

+
+
-p
+
+

+ After printing the dnstap data, print + the text form of the DNS message that was encapsulated in the + dnstap frame. +

+
+
-y
+
+

+ Print dnstap data in a detailed YAML + format. +

+
+
+
+ +
+

SEE ALSO

+ +

+ + named(8) + , + + rndc(8) + , + BIND 9 Administrator Reference Manual. +

+
+ +
+ -- cgit v1.2.3