]> The Tcpdump Group git mirrors - tcpdump/blob - tests/esp5.sh
Fix some "unsigned int" vs. "size_t" issues (they're not necessarily the
[tcpdump] / tests / esp5.sh
1 #!/bin/sh
2
3 uudecode 08-sunrise-sunset-aes.puu
4
5 echo -n test esp5...
6 ../tcpdump -t -n -E "file esp-secrets.txt" -r 08-sunrise-sunset-aes.pcap > esp5.new
7 if diff esp5.new esp5.out
8 then
9 echo passed.
10 else
11 echo failed.
12 fi
13