]> The Tcpdump Group git mirrors - tcpdump/blob - tests/esp5.sh
add baseline LSP-PING support per draft-ietf-mpls-lsp-ping-05
[tcpdump] / tests / esp5.sh
1 #!/bin/sh
2
3 uudecode 08-sunrise-sunset-aes.puu
4
5 echo -n test esp5...
6 if (../tcpdump -t -n -E "file esp-secrets.txt" -r 08-sunrise-sunset-aes.pcap | diff - esp5.out)
7 then
8 echo passed.
9 else
10 echo failed.
11 fi
12