2013-04-06 16:48:33 +02: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