Home | History | Annotate | Download | only in tests
      1 #!/bin/sh
      2 
      3 uudecode isakmp-identification-segfault.puu
      4 
      5 echo -n test isakmp3...
      6 ../tcpdump -t -v -n -r isakmp-identification-segfault.pcap > isakmp3.new
      7 if diff isakmp3.new isakmp3.out
      8 then
      9 	echo passed.
     10 else
     11 	echo failed.
     12 fi
     13 
     14