Subject: | add hex dump option to dnstap-read |
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.