From b856241676e0db65d941cd6e0b461ed7769b6ded407ac17fb398c39de66c5a1a Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Thu, 8 Mar 2018 19:45:06 +0000 Subject: [PATCH 1/2] - update to version 20180309: OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=12 --- scamper-cvs-20171204.tar.gz | 3 --- scamper-cvs-20180309.tar.gz | 3 +++ scamper.changes | 22 ++++++++++++++++++++++ scamper.spec | 6 +++--- 4 files changed, 28 insertions(+), 6 deletions(-) delete mode 100644 scamper-cvs-20171204.tar.gz create mode 100644 scamper-cvs-20180309.tar.gz diff --git a/scamper-cvs-20171204.tar.gz b/scamper-cvs-20171204.tar.gz deleted file mode 100644 index 4ec161d..0000000 --- a/scamper-cvs-20171204.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:556596a138b6a403fbe105affdc7beb8fa98e292767304378c8308fa11b73529 -size 1671056 diff --git a/scamper-cvs-20180309.tar.gz b/scamper-cvs-20180309.tar.gz new file mode 100644 index 0000000..bdd5494 --- /dev/null +++ b/scamper-cvs-20180309.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fbe60be9af4009a492d87523d7296d4bb9335ddd6396593f9ef3e698593c52f +size 1708681 diff --git a/scamper.changes b/scamper.changes index 234c4d9..d03ac57 100644 --- a/scamper.changes +++ b/scamper.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Thu Mar 8 19:36:27 UTC 2018 - sebix+novell.com@sebix.at + +- update to version 20180309: + * sc_*: + * For the utilities (sc_*) that read input files, do not allocate + memory to hold the entire input file in memory before parsing + the file. This improvement affects sc_ally, sc_attach, + sc_bdrmap, sc_filterpolicy, sc_radargun, sc_speedtrap, + sc_tbitblind, sc_tbitpmtud, sc_uptime, sc_warts2text. + * sc_tbitpmtud: + * add scamper driver from IMC2010 paper to collect data on webserver + responsiveness to ICMP packet too big messages, and perform + rudimentary analysis of collected data. + * sc_ttlexp: + * new utility to dump source addresses from ICMP TTL expired + messages in warts files. + * sc_wartsfix: + * add a manual page + * sc_warts2csv: + * add a manual page + ------------------------------------------------------------------- Mon Dec 4 08:40:18 UTC 2017 - sebix+novell.com@sebix.at diff --git a/scamper.spec b/scamper.spec index bd6d311..f7a1de1 100644 --- a/scamper.spec +++ b/scamper.spec @@ -1,7 +1,7 @@ # # spec file for package scamper # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -18,10 +18,10 @@ Name: scamper -Version: 20171204 +Version: 20180309 Release: 0 Summary: Parallel Internet measurement utility -License: GPL-2.0 +License: GPL-2.0-only Group: Productivity/Networking/Diagnostic Url: https://www.caida.org/tools/measurement/scamper/ Source: https://www.caida.org/tools/measurement/%{name}/code/%{name}-cvs-%{version}.tar.gz From 0083089b14c9d18a43e13dfbc0289b1f2895bdff3bbae5ae5c7a1b44be7c601a Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 6 May 2018 08:25:38 +0000 Subject: [PATCH 2/2] - update to version 20180504: * scamper: * increase the size of a buffer in scamper's traceroute json creation to reduce chance of truncation. * print the number of probes sent by traceroute in the json output. * enforce a minimum firsthop value of 1 when reading a warts traceroute object. * sc_bdrmap: * choose a static ICMP checksum value when using Paris traceroute to reduce churn in observed topology in bdrmap output. * add ability to pass list of ASes to -d traces to see traceroutes towards specific ASes, useful for understanding bdrmap inferences. OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=13 --- scamper-cvs-20180309.tar.gz | 3 --- scamper-cvs-20180504.tar.gz | 3 +++ scamper.changes | 18 ++++++++++++++++++ scamper.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 scamper-cvs-20180309.tar.gz create mode 100644 scamper-cvs-20180504.tar.gz diff --git a/scamper-cvs-20180309.tar.gz b/scamper-cvs-20180309.tar.gz deleted file mode 100644 index bdd5494..0000000 --- a/scamper-cvs-20180309.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fbe60be9af4009a492d87523d7296d4bb9335ddd6396593f9ef3e698593c52f -size 1708681 diff --git a/scamper-cvs-20180504.tar.gz b/scamper-cvs-20180504.tar.gz new file mode 100644 index 0000000..6be0e0d --- /dev/null +++ b/scamper-cvs-20180504.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e192a12439ccba712870a47fb0a239715f2c43a98df3d1ae6761fa688fe189 +size 1709320 diff --git a/scamper.changes b/scamper.changes index d03ac57..2173328 100644 --- a/scamper.changes +++ b/scamper.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun May 6 08:20:47 UTC 2018 - sebix+novell.com@sebix.at + +- update to version 20180504: + * scamper: + * increase the size of a buffer in scamper's traceroute json + creation to reduce chance of truncation. + * print the number of probes sent by traceroute in the json + output. + * enforce a minimum firsthop value of 1 when reading a warts + traceroute object. + * sc_bdrmap: + * choose a static ICMP checksum value when using Paris traceroute + to reduce churn in observed topology in bdrmap output. + * add ability to pass list of ASes to -d traces to see + traceroutes towards specific ASes, useful for understanding + bdrmap inferences. + ------------------------------------------------------------------- Thu Mar 8 19:36:27 UTC 2018 - sebix+novell.com@sebix.at diff --git a/scamper.spec b/scamper.spec index f7a1de1..d474398 100644 --- a/scamper.spec +++ b/scamper.spec @@ -18,7 +18,7 @@ Name: scamper -Version: 20180309 +Version: 20180504 Release: 0 Summary: Parallel Internet measurement utility License: GPL-2.0-only