From 5311ac099ac2d8670c8909aef162b29902eae1f8 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 7 Oct 2013 15:27:17 +0200 Subject: add test for TFTP Signed-off-by: Pablo Neira Ayuso --- pcaps/tftp-rrq.pcap | Bin 0 -> 165 bytes run-test.sh | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 pcaps/tftp-rrq.pcap diff --git a/pcaps/tftp-rrq.pcap b/pcaps/tftp-rrq.pcap new file mode 100644 index 0000000..83c7468 Binary files /dev/null and b/pcaps/tftp-rrq.pcap differ diff --git a/run-test.sh b/run-test.sh index ab1826f..513041b 100644 --- a/run-test.sh +++ b/run-test.sh @@ -12,3 +12,6 @@ echo "Running test for NFSv3 TCP port 111" echo "Running test for DHCPv6 port 546" ./cthelper-test pcaps/dhcpv6-solicit.pcap dhcpv6 udp 546 + +echo "Running test for TFTP port 69" +./cthelper-test pcaps/tftp-rrq.pcap tftp udp 69 -- cgit v1.2.3