]> The Tcpdump Group git mirrors - tcpdump/blob - tests/isakmp3.sh
When checking for pcap_if_t, add $V_INCLS to CFLAGS, so we look at the
[tcpdump] / tests / isakmp3.sh
1 #!/bin/sh
2
3 uudecode isakmp-identification-segfault.puu
4
5 echo -n test isakmp3...
6 if (../tcpdump -t -v -n -r isakmp-identification-segfault.pcap | diff - isakmp3.out)
7 then
8 echo passed.
9 else
10 echo failed.
11 fi
12