This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
common-tools-tcpdump-mesa/tests/nflog-e.sh

11 lines
276 B
Bash
Raw Normal View History

2018-10-18 11:10:50 +08:00
#!/bin/sh
# NFLOG support depends on both DLT_NFLOG and working <pcap/nflog.h>
if grep '^#define HAVE_PCAP_NFLOG_H 1$' ../config.h >/dev/null
then
./TESTonce nflog-e nflog.pcap nflog-e.out '-t -e'
else
printf ' %-30s: TEST SKIPPED (compiled w/o NFLOG)\n' 'nflog-e'
fi