1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Source: scamper
Section: admin
Priority: extra
Maintainer: Internet Measurement Packaging Team <pkg-netmeasure-discuss@lists.alioth.debian.org>
Uploaders: Matt Brown <mattb@debian.org>, Iain R. Learmonth <irl@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf, autoconf, automake
Build-Conflicts: autoconf2.13, automake1.4
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-netmeasure/scamper.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-netmeasure/scamper.git
Homepage: http://www.caida.org/tools/measurement/scamper/
Package: scamper
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: parallel Internet measurement utility
scamper is a program that is able to conduct Internet measurement
tasks to large numbers of IPv4 and IPv6 addresses, in parallel, to
fill a specified packets-per-second rate. Currently, it supports the
well-known ping and traceroute techniques, as well as MDA traceroute,
alias resolution, some parts of tbit, sting, and neighbour discovery.
.
scamper can do ICMP-based Path MTU discovery. scamper starts with the
outgoing interface's MTU and discovers the location of Path MTU
bottlenecks. scamper performs a PMTUD search when an ICMP
fragmentation required message is not returned to establish the PMTU
to the next point in the network, followed by a TTL limited search to
infer where the failure appears to occur.
Package: libscamperfile0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: file access library for scamper's binary dump format
scamper is a program that is able to conduct Internet measurement
tasks to large numbers of IPv4 and IPv6 addresses, in parallel, to
fill a specified packets-per-second rate. Currently, it supports the
well-known ping and traceroute techniques, as well as MDA traceroute,
alias resolution, some parts of tbit, sting, and neighbour discovery.
.
This package contains the library that provides access to the binary output
files that scamper can produce in certain modes.
Package: libscamperfile0-dev
Section: libdevel
Architecture: any
Depends: libscamperfile0 (= ${binary:Version}), ${misc:Depends}
Provides: libscamperfile-dev
Conflicts: libscamperfile-dev
Description: development headers for scamper's binary dump file access library
scamper is a program that is able to conduct Internet measurement
tasks to large numbers of IPv4 and IPv6 addresses, in parallel, to
fill a specified packets-per-second rate. Currently, it supports the
well-known ping and traceroute techniques, as well as MDA traceroute,
alias resolution, some parts of tbit, sting, and neighbour discovery.
.
This package contains development headers and other ancillary files for the
libscamperfile library.
|