cvs commit: src/contrib/traceroute as.c as.h traceroute.8
traceroute.c src/usr.sbin/traceroute Makefile
Rui Paulo
rpaulo at FreeBSD.org
Wed Feb 20 23:29:53 UTC 2008
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
More information about the cvs-src
mailing list