]> The Tcpdump Group git mirrors - tcpdump/blob - tests/non-bsd.tests
NTP: Print extension fields
[tcpdump] / tests / non-bsd.tests
1 # -*- perl -*-
2
3 $testlist = [
4 # This specific test fails on OpenBSD because the .pcap file uses DLT_RAW,
5 # which OpenBSD treats as DLT_LOOP.
6 {
7 config_unset => 'IS_OPENBSD',
8 name => 'heap-overflow-1',
9 input => 'heap-overflow-1.pcap',
10 output => 'heap-overflow-1.out',
11 args => '-v'
12 },
13 ];
14
15 1;