Commit graph

13 commits

Author SHA1 Message Date
obache
857d28f718 Update scamper to 20110503.
PR#44929.

The main changes are to sc_tracediff, a program that displays traceroutes side
by side that have changed.  There are bug fixes to sc_tracediff, as well as
enhancements.
2011-05-03 11:51:12 +00:00
obache
c333325e10 Update scamper to 20110421.
patch provided by Matthew Luckie via PR#44919.

A lot of changed in scamper since 2008.
For some idea about what is in scamper today, please check the website,
in particular the scamper man page.
2011-04-30 11:35:26 +00:00
obache
01ff307a63 Use USE_FEATURES=inet6 for requirement of IPv6 support, instead of unusual usage
of PKG_OPTIONS.
2011-04-15 08:34:00 +00:00
markd
7fadb9bd9a Add the patch that got missed in the update. 2010-08-22 21:11:10 +00:00
markd
bd6456af75 Update scamper to 20100517 snapshot.
Several years of development.
2010-08-22 21:10:16 +00:00
joerg
c4072fc257 DESTDIR support 2010-02-11 22:35:09 +00:00
wiz
2966b1cf79 Reset maintainer, rpaulo resigned. 2007-07-08 12:35:10 +00:00
rpaulo
f3c5b12749 Update to cvs version 20060331, from Matthew Luckie <mjl@luckie.org.nz>.
The significant change is the incorporation of pkgsrc DragonFly patches.
Thanks to Joerg for this.
2006-04-20 22:57:06 +00:00
joerg
3c3844312c Add DragonFly support. Use kqueue also on NetBSD. 2006-02-24 19:53:52 +00:00
rpaulo
b7869474cd Update to version 20051128. 2006-02-03 04:47:42 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
tv
b9f984f529 Require IPv6 support via the options framework. 2005-11-02 15:32:38 +00:00
rpaulo
e43720de1c 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.
2005-09-29 18:02:20 +00:00