pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/scamper scamper is a program that conducts tracero...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4769c218013d
branches:  trunk
changeset: 499946:4769c218013d
user:      rpaulo <rpaulo%pkgsrc.org@localhost>
date:      Thu Sep 29 18:02:20 2005 +0000

description:
scamper is a program that conducts traceroute to large numbers of IPv4
and IPv6 addresses in parallel to fill a specified packets-per-second rate.

scamper can do ICMP based Path MTU discovery. scamper starts with the
outgoing interface's MTU and discovers the location of PMTU bottlenecks.
Recent revision of scamper do a PMTU 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 the hop
where failure appears to occur.

Reviewed by Johnny Lam.

diffstat:

 net/scamper/DESCR    |   9 +++++++++
 net/scamper/Makefile |  20 ++++++++++++++++++++
 net/scamper/PLIST    |   2 ++
 net/scamper/distinfo |   5 +++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r a62c93ee4357 -r 4769c218013d net/scamper/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/scamper/DESCR Thu Sep 29 18:02:20 2005 +0000
@@ -0,0 +1,9 @@
+scamper is a program that conducts traceroute to large numbers of IPv4
+and IPv6 addresses in parallel to fill a specified packets-per-second rate.
+
+scamper can do ICMP based Path MTU discovery. scamper starts with the
+outgoing interface's MTU and discovers the location of PMTU bottlenecks.
+Recent revision of scamper do a PMTU 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 the hop
+where failure appears to occur.
diff -r a62c93ee4357 -r 4769c218013d net/scamper/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/scamper/Makefile      Thu Sep 29 18:02:20 2005 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/09/29 18:02:20 rpaulo Exp $
+#
+
+DISTNAME=      scamper-cvs-20050529
+PKGNAME=       ${DISTNAME:S/-cvs//}
+CATEGORIES=    net
+MASTER_SITES=  http://www.wand.net.nz/scamper/
+
+MAINTAINER=    rpaulo%NetBSD.org@localhost
+HOMEPAGE=      http://www.wand.net.nz/scamper/
+COMMENT=       Dual-stack traceroute software
+
+INSTALLATION_DIRS=bin
+
+MAKE_FLAGS=    WITH_DEBUG=yes  # recommended by the the software developer
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/scamper ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff -r a62c93ee4357 -r 4769c218013d net/scamper/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/scamper/PLIST Thu Sep 29 18:02:20 2005 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/09/29 18:02:20 rpaulo Exp $
+bin/scamper
diff -r a62c93ee4357 -r 4769c218013d net/scamper/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/scamper/distinfo      Thu Sep 29 18:02:20 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/09/29 18:02:20 rpaulo Exp $
+
+SHA1 (scamper-cvs-20050529.tar.gz) = 7b367e74bcaddc63f921b5fbb762e1f3e30593a4
+RMD160 (scamper-cvs-20050529.tar.gz) = 517b74365d6e8982589523d44a576e562c0a7457
+Size (scamper-cvs-20050529.tar.gz) = 152677 bytes



Home | Main Index | Thread Index | Old Index