freebsd-nq/contrib/tcpdump/tests/eapon1.sh
2006-09-04 20:04:42 +00:00

14 lines
172 B
Bash
Executable File

#!/bin/sh
uudecode eapon1.puu
echo -n test eapon1...
../tcpdump -t -N -r eapon1.pcap > eapon1.new
if diff eapon1.new eapon1.out
then
echo passed.
else
echo failed.
fi