Adds so-pcap-export

This commit is contained in:
Josh Brower
2021-05-26 09:51:37 -04:00
parent 891e414cb6
commit 0187c9d6df
2 changed files with 31 additions and 0 deletions

View File

@@ -23,6 +23,11 @@ TESTPCAP=$2
. /usr/sbin/so-common
if [ $# -lt 2 ]; then
echo "Usage: $0 <CustomRule> <TargetPCAP>"
exit 1
fi
echo ""
echo "==============="
echo "Running all.rules and $TESTRULE against the following pcap: $TESTPCAP"