]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/tcpdump/tests/lmp.sh
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / contrib / tcpdump / tests / lmp.sh
1 #!/bin/sh
2
3 uudecode lmp.puu
4
5 echo -n test lmp ...
6 ../tcpdump -t -n -v -v -v -r lmp.pcap >lmp.new
7 if diff lmp.new lmp.out
8 then
9         echo passed.
10 else
11         echo failed.
12 fi
13         
14