Merge from vendor branch LIBPCAP:
[dragonfly.git] / contrib / tcpdump-3.8.3 / tests / esp4.sh
blobf3a911769e3ab05b122c84756283ab4d5a866243
1 #!/bin/sh
3 uudecode 08-sunrise-sunset-esp2.puu
5 echo -n test esp2...
6 if (../tcpdump -t -n -E "file esp-secrets.txt" -r 08-sunrise-sunset-esp2.pcap | diff - esp2.out)
7 then
8 echo passed.
9 else
10 echo failed.