Date: Wed, 20 Feb 2008 23:29:53 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/traceroute as.c as.h traceroute.8 traceroute.c src/usr.sbin/traceroute Makefile Message-ID: <200802202329.m1KNTrmr014644@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rpaulo 2008-02-20 23:29:53 UTC
FreeBSD src repository
Modified files:
contrib/traceroute traceroute.8 traceroute.c
usr.sbin/traceroute Makefile
Added files:
contrib/traceroute as.c as.h
Log:
Add AS lookup functionality. On each hop we query a whois server to
find the corresponding AS for that IP (-a switch).
We can also choose a different whois server with the -A switch. The
default is whois.radb.net.
Obtained from: NetBSD
Reviewed by: bms, njl (mentor)
Approved by: njl (mentor)
Revision Changes Path
1.1 +242 -0 src/contrib/traceroute/as.c (new)
1.1 +42 -0 src/contrib/traceroute/as.h (new)
1.17 +16 -2 src/contrib/traceroute/traceroute.8
1.35 +31 -4 src/contrib/traceroute/traceroute.c
1.23 +1 -1 src/usr.sbin/traceroute/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802202329.m1KNTrmr014644>
