%files tools
%{_bindir}/calidns
%{_bindir}/dnsgram
+%{_bindir}/dnspcap2calidns
%{_bindir}/dnsreplay
%{_bindir}/dnsscan
%{_bindir}/dnsscope
%{_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
%{_bindir}/calidns
%{_bindir}/dnsbulktest
%{_bindir}/dnsgram
+%{_bindir}/dnspcap2calidns
%{_bindir}/dnspcap2protobuf
%{_bindir}/dnsreplay
%{_bindir}/dnsscan
%{_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
%{_bindir}/calidns
%{_bindir}/dnsbulktest
%{_bindir}/dnsgram
+%{_bindir}/dnspcap2calidns
%{_bindir}/dnsreplay
%{_bindir}/dnsscan
%{_bindir}/dnsscope
%{_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
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
'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',
--- /dev/null
+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)`