]> The Tcpdump Group git mirrors - tcpdump/blob - tests/esp4.sh
From Brian Ginsbach: add the Cray NV1 CPU to the list of CPUs that don't
[tcpdump] / tests / esp4.sh
1 #!/bin/sh
2
3 uudecode 08-sunrise-sunset-esp2.puu
4
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.
11 fi
12