]> The Tcpdump Group git mirrors - tcpdump/blob - tests/isakmp3.sh
If we print something as an OAM cell, we're done with it, so just return.
[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