Skip to content

Commit 835eca3

Browse files
committed
pcap: Update test files URLs
Signed-off-by: Patrick Tasse <[email protected]>
1 parent cac9137 commit 835eca3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/get-traces.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ http://wiki.wireshark.org/SampleCaptures
6969

7070
<target name="downloadTraceFiles">
7171
<echo message="Attempting to download test traces"/>
72-
<get ignoreerrors="true" maxtime="1200" dest="Short_LittleEndian.pcap.zip" skipexisting="true" src="http://wiki.eclipse.org/images/1/18/Short_LittleEndian.pcap.zip" />
73-
<get ignoreerrors="true" maxtime="1200" dest="Short_BigEndian.pcap.zip" skipexisting="true" src="http://wiki.eclipse.org/images/2/25/Short_BigEndian.pcap.zip" />
74-
<get ignoreerrors="true" maxtime="1200" dest="MostlyUDP.pcap.zip" skipexisting="true" src="http://wiki.eclipse.org/images/6/64/MostlyUDP.pcap.zip" />
75-
<get ignoreerrors="true" maxtime="1200" dest="MostlyTCP.pcap.zip" skipexisting="true" src="http://wiki.eclipse.org/images/8/8d/MostlyTCP.pcap.zip" />
76-
<get ignoreerrors="true" maxtime="1200" dest="EmptyPcap.pcap.zip" skipexisting="true" src="http://wiki.eclipse.org/images/c/c1/EmptyPcap.pcap.zip" />
77-
<get ignoreerrors="true" maxtime="1200" dest="BadPcapFile.pcap.zip" skipexisting="true" src="http://wiki.eclipse.org/images/5/5e/BadPcapFile.pcap.zip" />
78-
<get ignoreerrors="true" maxtime="2400" dest="BenchmarkTrace.pcap.zip" skipexisting="true" src="http://wiki.eclipse.org/images/1/12/BenchmarkTrace.pcap.zip" />
72+
<get ignoreerrors="true" maxtime="1200" dest="Short_LittleEndian.pcap.zip" skipexisting="true" src="https://github.com/eclipse-tracecompass/org.eclipse.tracecompass/wiki/Trace_Compass/Test_Files/Pcap/Short_LittleEndian.pcap.zip" />
73+
<get ignoreerrors="true" maxtime="1200" dest="Short_BigEndian.pcap.zip" skipexisting="true" src="https://github.com/eclipse-tracecompass/org.eclipse.tracecompass/wiki/Trace_Compass/Test_Files/Pcap/Short_BigEndian.pcap.zip" />
74+
<get ignoreerrors="true" maxtime="1200" dest="MostlyUDP.pcap.zip" skipexisting="true" src="https://github.com/eclipse-tracecompass/org.eclipse.tracecompass/wiki/Trace_Compass/Test_Files/Pcap/MostlyUDP.pcap.zip" />
75+
<get ignoreerrors="true" maxtime="1200" dest="MostlyTCP.pcap.zip" skipexisting="true" src="https://github.com/eclipse-tracecompass/org.eclipse.tracecompass/wiki/Trace_Compass/Test_Files/Pcap/MostlyTCP.pcap.zip" />
76+
<get ignoreerrors="true" maxtime="1200" dest="EmptyPcap.pcap.zip" skipexisting="true" src="https://github.com/eclipse-tracecompass/org.eclipse.tracecompass/wiki/Trace_Compass/Test_Files/Pcap/EmptyPcap.pcap.zip" />
77+
<get ignoreerrors="true" maxtime="1200" dest="BadPcapFile.pcap.zip" skipexisting="true" src="https://github.com/eclipse-tracecompass/org.eclipse.tracecompass/wiki/Trace_Compass/Test_Files/Pcap/BadPcapFile.pcap.zip" />
78+
<get ignoreerrors="true" maxtime="2400" dest="BenchmarkTrace.pcap.zip" skipexisting="true" src="https://github.com/eclipse-tracecompass/org.eclipse.tracecompass/wiki/Trace_Compass/Test_Files/Pcap/BenchmarkTrace.pcap.zip" />
7979
<get ignoreerrors="true" maxtime="1200" dest="sample-ctf-trace-20120412.tar.bz2" skipexisting="true" src="http://lttng.org/files/samples/sample-ctf-trace-20120412.tar.bz2"/>
8080
</target>
8181

0 commit comments

Comments
 (0)