From: Christian Herdtweck Date: Thu, 19 Mar 2015 17:16:05 +0000 (+0100) Subject: added more testing pcap data X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=4189232d50bd53db1be5c7a4d0e2c4a9cf58e2d4;p=pingcheck added more testing pcap data --- diff --git a/test/data/CMakeLists.txt b/test/data/CMakeLists.txt index bf94587..1bac7e7 100644 --- a/test/data/CMakeLists.txt +++ b/test/data/CMakeLists.txt @@ -1 +1,5 @@ +# just copy a few data files from src/test/data to bin/test/data configure_file(icmp_echorequest.pcap ${CMAKE_CURRENT_BINARY_DIR}/icmp_echorequest.pcap COPYONLY) +configure_file(icmp_echoreply.pcap ${CMAKE_CURRENT_BINARY_DIR}/icmp_echoreply.pcap COPYONLY) +configure_file(icmp_timeexceeded.pcap ${CMAKE_CURRENT_BINARY_DIR}/icmp_timeexceeded.pcap COPYONLY) +configure_file(icmp_destinationunreachable.pcap ${CMAKE_CURRENT_BINARY_DIR}/icmp_destinationunreachable.pcap COPYONLY) diff --git a/test/data/icmp_destinationunreachable.pcap b/test/data/icmp_destinationunreachable.pcap new file mode 100644 index 0000000..550a6e2 Binary files /dev/null and b/test/data/icmp_destinationunreachable.pcap differ diff --git a/test/data/icmp_echoreply.pcap b/test/data/icmp_echoreply.pcap new file mode 100644 index 0000000..78167f0 Binary files /dev/null and b/test/data/icmp_echoreply.pcap differ diff --git a/test/data/icmp_timeexceeded.pcap b/test/data/icmp_timeexceeded.pcap new file mode 100644 index 0000000..b20f769 Binary files /dev/null and b/test/data/icmp_timeexceeded.pcap differ