tests: add dns_handle_packet_file tool
authorPetr Štetiar <ynezz@true.cz>
Tue, 13 Oct 2020 12:59:38 +0000 (14:59 +0200)
committerPetr Štetiar <ynezz@true.cz>
Tue, 13 Oct 2020 13:27:49 +0000 (15:27 +0200)
commitbf01f2dd0089fd4a77a792ecf9f0fa45dbd66b50
treea2a027fcecd3e5f82274846e3424aa3c6898439d
parent134afc7288461bf0ef0506dfd5430bf28de0880c
tests: add dns_handle_packet_file tool

So it can read packets from file, which is handy when using for example
AFL or hongfuzz fuzzers.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
tests/CMakeLists.txt
tests/dns_handle_packet_file.c [new file with mode: 0644]