]> The Tcpdump Group git mirrors - tcpdump/blob - tests/nflog-e.sh
Fix the pointer tests in the non-ndoified TTEST2() macro as well.
[tcpdump] / tests / nflog-e.sh
1 #!/bin/sh
2
3 # NFLOG support depends on both DLT_NFLOG and working <pcap/nflog.h>
4
5 if grep '^#define HAVE_PCAP_NFLOG_H 1$' ../config.h >/dev/null
6 then
7 ./TESTonce nflog-e nflog.pcap nflog-e.out '-t -e'
8 else
9 printf ' %-30s: TEST SKIPPED (compiled w/o NFLOG)\n' 'nflog-e'
10 fi