1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/contrib/tcpdump/tests/isakmp4.sh
2006-09-04 20:04:42 +00:00

14 lines
209 B
Bash

#!/bin/sh
uudecode isakmp4500.puu
echo -n test isakmp4...
../tcpdump -t -n -E "file esp-secrets.txt" -r isakmp4500.pcap >isakmp4.new
if diff isakmp4.new isakmp4.out
then
echo passed.
else
echo failed.
fi