-update to version 20191102:
* scamper * escape hostname in json output for tracelb * use length parameters when parsing hostname responses, from Marianne Fletcher * sc_bdrmap * add a -O noalias option to tell bdrmap to not do alias resolution. * update -C documentation in the sc_bdrmap.1 man page * fix a memory leak of trace objects in -d traces * print RTT in -d traces * add an -M option to help corner cases with private and IXP addresses * relax heuristics to allow VPs to claim routers with IP2AS when no other router assignments can take place * turn off analytical interface alias resolution heuristics by default * sc_hoiho * change -O verbose to -O debug to better reflect what it does. * change tpa to atp to be consistent with language in paper https://www.caida.org/~mjl/pubs/rnc.pdf * free a malloc, pointed out by clang static analysis * add support for reading -d 3 output, which is the format of regular expressions provided in the data supplement: http://data.caida.org/datasets/supplement/2019-imc-hoiho/ * sc_uptime * add a metadata table to be able to track metadata across sc_uptime invocations, from Marianne Fletcher * fix an error message when trying to create a database that already exists. OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=21
This commit is contained in:
parent
488ebb0840
commit
b0021fd2e0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e70ae651ec5af0bae50908c9e74d2c0f45f906b61289be917cbe1898cfef5d21
|
|
||||||
size 1828616
|
|
3
scamper-cvs-20191102.tar.gz
Normal file
3
scamper-cvs-20191102.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a5f1856546a30d8362377a1489de8c566c31c3b93744909cf6bea5b7cbd92645
|
||||||
|
size 1837731
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 6 19:30:11 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
-update to version 20191102:
|
||||||
|
* scamper
|
||||||
|
* escape hostname in json output for tracelb
|
||||||
|
* use length parameters when parsing hostname responses, from
|
||||||
|
Marianne Fletcher
|
||||||
|
* sc_bdrmap
|
||||||
|
* add a -O noalias option to tell bdrmap to not do alias resolution.
|
||||||
|
* update -C documentation in the sc_bdrmap.1 man page
|
||||||
|
* fix a memory leak of trace objects in -d traces
|
||||||
|
* print RTT in -d traces
|
||||||
|
* add an -M option to help corner cases with private and IXP addresses
|
||||||
|
* relax heuristics to allow VPs to claim routers with IP2AS when no
|
||||||
|
other router assignments can take place
|
||||||
|
* turn off analytical interface alias resolution heuristics by default
|
||||||
|
* sc_hoiho
|
||||||
|
* change -O verbose to -O debug to better reflect what it does.
|
||||||
|
* change tpa to atp to be consistent with language in paper
|
||||||
|
https://www.caida.org/~mjl/pubs/rnc.pdf
|
||||||
|
* free a malloc, pointed out by clang static analysis
|
||||||
|
* add support for reading -d 3 output, which is the format of
|
||||||
|
regular expressions provided in the data supplement:
|
||||||
|
http://data.caida.org/datasets/supplement/2019-imc-hoiho/
|
||||||
|
* sc_uptime
|
||||||
|
* add a metadata table to be able to track metadata across sc_uptime
|
||||||
|
invocations, from Marianne Fletcher
|
||||||
|
* fix an error message when trying to create a database that
|
||||||
|
already exists.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 18 19:37:58 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
Wed Sep 18 19:37:58 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package scamper
|
# spec file for package scamper
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
# Copyright (c) 2016, Martin Hauke <mardnh@gmx.de>
|
# Copyright (c) 2016, Martin Hauke <mardnh@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,12 +18,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: scamper
|
Name: scamper
|
||||||
Version: 20190916
|
Version: 20191102
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Parallel Internet measurement utility
|
Summary: Parallel Internet measurement utility
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: Productivity/Networking/Diagnostic
|
Group: Productivity/Networking/Diagnostic
|
||||||
Url: https://www.caida.org/tools/measurement/scamper/
|
URL: https://www.caida.org/tools/measurement/scamper/
|
||||||
Source: https://www.caida.org/tools/measurement/%{name}/code/%{name}-cvs-%{version}.tar.gz
|
Source: https://www.caida.org/tools/measurement/%{name}/code/%{name}-cvs-%{version}.tar.gz
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user