]> granicus.if.org Git - pdns/commitdiff
dnspcap2calidns: Add manpage and packaging
authorPieter Lexis <pieter.lexis@powerdns.com>
Wed, 2 May 2018 21:07:25 +0000 (23:07 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Wed, 2 May 2018 21:07:25 +0000 (23:07 +0200)
build-scripts/build-auth-rpm
build-scripts/debian-authoritative/pdns-tools.install
build-scripts/debian-authoritative/pdns-tools.manpages
docs/conf.py
docs/manpages/dnspcap2calidns.1.rst [new file with mode: 0644]

index aacfe0fa8c22bd9f6d2257b98ab66ccfe0eef934..fa1692c2863c079ffe4111f33959c7f3b93d843f 100755 (executable)
@@ -451,6 +451,7 @@ fi
 %files tools
 %{_bindir}/calidns
 %{_bindir}/dnsgram
+%{_bindir}/dnspcap2calidns
 %{_bindir}/dnsreplay
 %{_bindir}/dnsscan
 %{_bindir}/dnsscope
@@ -465,6 +466,7 @@ fi
 %{_bindir}/sdig
 %{_mandir}/man1/calidns.1.gz
 %{_mandir}/man1/dnsgram.1.gz
+%{_mandir}/man1/dnspcap2calidns.1.gz
 %{_mandir}/man1/dnsreplay.1.gz
 %{_mandir}/man1/dnsscan.1.gz
 %{_mandir}/man1/dnsscope.1.gz
@@ -774,6 +776,7 @@ exit 0
 %{_bindir}/calidns
 %{_bindir}/dnsbulktest
 %{_bindir}/dnsgram
+%{_bindir}/dnspcap2calidns
 %{_bindir}/dnspcap2protobuf
 %{_bindir}/dnsreplay
 %{_bindir}/dnsscan
@@ -791,6 +794,7 @@ exit 0
 %{_mandir}/man1/calidns.1.gz
 %{_mandir}/man1/dnsbulktest.1.gz
 %{_mandir}/man1/dnsgram.1.gz
+%{_mandir}/man1/dnspcap2calidns.1.gz
 %{_mandir}/man1/dnspcap2protobuf.1.gz
 %{_mandir}/man1/dnsreplay.1.gz
 %{_mandir}/man1/dnsscan.1.gz
@@ -1055,6 +1059,7 @@ exit 0
 %{_bindir}/calidns
 %{_bindir}/dnsbulktest
 %{_bindir}/dnsgram
+%{_bindir}/dnspcap2calidns
 %{_bindir}/dnsreplay
 %{_bindir}/dnsscan
 %{_bindir}/dnsscope
@@ -1071,6 +1076,7 @@ exit 0
 %{_mandir}/man1/calidns.1.gz
 %{_mandir}/man1/dnsbulktest.1.gz
 %{_mandir}/man1/dnsgram.1.gz
+%{_mandir}/man1/dnspcap2calidns.1.gz
 %{_mandir}/man1/dnsreplay.1.gz
 %{_mandir}/man1/dnsscan.1.gz
 %{_mandir}/man1/dnsscope.1.gz
index b9eaaa9b4f3b6e972aab2f3e3f58b02fa5826cfd..b8091214d82616527451a2ef948b34dd5803ba34 100644 (file)
@@ -1,6 +1,7 @@
 usr/bin/calidns
 usr/bin/dnsbulktest
 usr/bin/dnsgram
+usr/bin/dnspcap2calidns
 usr/bin/dnspcap2protobuf
 usr/bin/dnsreplay
 usr/bin/dnsscan
index 67b6f7d95fae66696bd4f04e259e5936ac1940ab..a5195d1f8b0ed6e339dd3a619eee6d6560135a89 100644 (file)
@@ -1,6 +1,7 @@
 debian/tmp/usr/share/man/man1/calidns.1
 debian/tmp/usr/share/man/man1/dnsbulktest.1
 debian/tmp/usr/share/man/man1/dnsgram.1
+debian/tmp/usr/share/man/man1/dnspcap2calidns.1
 debian/tmp/usr/share/man/man1/dnspcap2protobuf.1
 debian/tmp/usr/share/man/man1/dnsreplay.1
 debian/tmp/usr/share/man/man1/dnsscan.1
index 44bb3ed4cb0591e7ca9a3f0dd24e854e65eadb8d..5c9cf398181de15f46b83415051ff562e921f28c 100644 (file)
@@ -170,6 +170,7 @@ descriptions = {
     'calidns': 'A DNS recursor testing tool',
     'dnsbulktest': 'A debugging tool for intermittent resolver failures',
     'dnsgram': 'A debugging tool for intermittent resolver failures',
+    'dnspcap2calidns': 'A tool to convert PCAPs of DNS traffic to calidns input',
     'dnspcap2protobuf': 'A tool to convert PCAPs of DNS traffic to PowerDNS Protobuf',
     'dnsreplay': 'A PowerDNS nameserver debugging tool',
     'dnsscan': 'List the amount of queries per qtype in a pcap',
diff --git a/docs/manpages/dnspcap2calidns.1.rst b/docs/manpages/dnspcap2calidns.1.rst
new file mode 100644 (file)
index 0000000..f85f724
--- /dev/null
@@ -0,0 +1,23 @@
+dnspcap2calidns
+================
+
+Synopsis
+--------
+
+:program:`dnspcap2calidns` *PCAPFILE* *OUTFILE*
+
+Description
+-----------
+
+:program:`dnspcap2calidns` reads the PCAP file *PCAPFILE* for DNS queries and
+writes these to *OUTFILE* in the format understood by :program:`calidns`
+
+Options
+-------
+
+--help           Show a summary of options.
+--version        Display the version of dnspcap2calidns
+
+See also
+--------
+:manpage:`calidns(1)`