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