summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/tests/lmp.sh
blob: 79c9efbe796695858186e0ca478600273d6e401f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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
	

OpenPOWER on IntegriCloud