]> The Tcpdump Group git mirrors - tcpdump/blob - tests/esp1.sh
Fix some "unsigned int" vs. "size_t" issues (they're not necessarily the
[tcpdump] / tests / esp1.sh
1 #!/bin/sh
2
3 uudecode 02-sunrise-sunset-esp.puu
4
5 echo -n test esp1...
6 ../tcpdump -t -n -E "0x12345678@192.1.2.45 3des-cbc-hmac96:0x4043434545464649494a4a4c4c4f4f515152525454575758" -r 02-sunrise-sunset-esp.pcap >esp1.new
7 if diff esp1.new esp1.out
8 then
9 echo passed.
10 else
11 echo failed.
12 fi
13