2014-01-15 10:53:42 +01:00

13 lines
147 B
Bash
Executable File

#!/bin/sh
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