bfd-raw-auth-sha1-v bfd-raw-auth-sha1.pcap bfd-raw-auth-sha1-v.out -v
# bad packets from Hanno Böck
-heap-overflow-1 heap-overflow-1.pcap heap-overflow-1.out -v
+# heap-overflow-1 is in non-bsd.tests
heap-overflow-2 heap-overflow-2.pcap heap-overflow-2.out -v
heapoverflow-atalk_print heapoverflow-atalk_print.pcap heapoverflow-atalk_print.out -v
heapoverflow-EXTRACT_16BITS heapoverflow-EXTRACT_16BITS.pcap heapoverflow-EXTRACT_16BITS.out -v
--- /dev/null
+# -*- perl -*-
+
+$testlist = [
+ # This specific test fails on OpenBSD because the .pcap file uses DLT_RAW,
+ # which OpenBSD treats as DLT_LOOP. The macro is set on all three BSDs.
+ {
+ config_unset => 'HAVE_NET_IF_PFLOG_H',
+ name => 'heap-overflow-1',
+ input => 'heap-overflow-1.pcap',
+ output => 'heap-overflow-1.out',
+ args => '-v'
+ },
+];
+
+1;