Initial commit
[profile/ivi/tcpdump.git] / 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