File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ PORT="${PORT-9123}"
19
19
BASEDIR=" ${BASEDIR-/ tmp} "
20
20
SKIP_CLEANUP=" ${SKIP_CLEANUP} "
21
21
SANITIZE=" ${SANITIZE} "
22
- PCAP_URL=" ftp ://ftp .ll.mit.edu/outgoing/darpa /data/2000/LLS_DDOS_1.0/data_and_labeling/tcpdump_inside/LLS_DDOS_1.0-inside.dump.gz"
22
+ PCAP_URL=" https ://archive .ll.mit.edu/ideval /data/2000/LLS_DDOS_1.0/data_and_labeling/tcpdump_inside/LLS_DDOS_1.0-inside.dump.gz"
23
23
24
24
set -e
25
25
cd $( dirname $0 )
@@ -28,7 +28,7 @@ source ../lib.sh
28
28
function PullDownTestData {
29
29
if [ ! -f $BASEDIR /steno_integration_test.pcap ]; then
30
30
Info " Pulling down pcap data"
31
- curl -L " $PCAP_URL " > $BASEDIR /steno_integration_test.pcap.gz
31
+ curl -k - L " $PCAP_URL " > $BASEDIR /steno_integration_test.pcap.gz
32
32
gunzip $BASEDIR /steno_integration_test.pcap.gz
33
33
fi
34
34
}
You can’t perform that action at this time.
0 commit comments