Subject: add hex dump option to dnstap-read MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) Content-Disposition: inline X-RT-Interface: Web Message-ID: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: binary X-RT-Original-Encoding: utf-8 X-RT-Encrypt: 0 X-RT-Sign: 0 Content-Length: 311 I needed a hex dump of packets received by a resolver. I could have done it with tcpdump or wireshark, but it occurred to me that it would make sense for dnstap-read to have an option for this, and would take no longer to implement it than it would to remember the tcpdump syntax. So, I did that. Please review.