16 lines
		
	
	
		
			392 B
		
	
	
	
		
			Perl
		
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			392 B
		
	
	
	
		
			Perl
		
	
	
	
| # -*- 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;
 |