From 38ed256569dab4be9b3360074eccc648182f4112 Mon Sep 17 00:00:00 2001 From: Nicolas Keukeleire Date: Fri, 28 May 2021 17:07:19 +0200 Subject: [PATCH] URL for benchmark.go was not valid anymore and has been updated --- pcap/gopacket_benchmark/benchmark.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcap/gopacket_benchmark/benchmark.go b/pcap/gopacket_benchmark/benchmark.go index cbcae17c8..8670856e8 100644 --- a/pcap/gopacket_benchmark/benchmark.go +++ b/pcap/gopacket_benchmark/benchmark.go @@ -41,7 +41,7 @@ var printErrors *bool = flag.Bool("printErrors", false, "If true, check for and var printLayers *bool = flag.Bool("printLayers", false, "If true, print out the layers of each packet") var repeat *int = flag.Int("repeat", 5, "Read over the file N times") var cpuProfile *string = flag.String("cpuprofile", "", "If set, write CPU profile to filename") -var url *string = flag.String("url", "http://www.ll.mit.edu/mission/communications/cyber/CSTcorpora/ideval/data/1999/training/week1/tuesday/inside.tcpdump.gz", "URL to gzip'd pcap file") +var url *string = flag.String("url", "https://archive.ll.mit.edu/ideval/data/1999/training/week1/tuesday/inside.tcpdump.gz", "URL to gzip'd pcap file") type BufferPacketSource struct { index int