2010-10-28 19:06:17 +00:00

15 lines
165 B
Bash
Executable File

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