summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/tests/isakmp3.sh
blob: e6003cc31fc8dd89dd2c2ad4921a3afb00929f55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

uudecode isakmp-identification-segfault.puu

echo -n test isakmp3...
../tcpdump -t -v -n -r isakmp-identification-segfault.pcap > isakmp3.new
if diff isakmp3.new isakmp3.out
then
	echo passed.
else
	echo failed.
fi

OpenPOWER on IntegriCloud