added more testing pcap data
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 19 Mar 2015 17:16:05 +0000 (18:16 +0100)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 19 Mar 2015 17:16:05 +0000 (18:16 +0100)
test/data/CMakeLists.txt
test/data/icmp_destinationunreachable.pcap [new file with mode: 0644]
test/data/icmp_echoreply.pcap [new file with mode: 0644]
test/data/icmp_timeexceeded.pcap [new file with mode: 0644]

index bf94587..1bac7e7 100644 (file)
@@ -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 (file)
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 (file)
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 (file)
index 0000000..b20f769
Binary files /dev/null and b/test/data/icmp_timeexceeded.pcap differ