Date: Thu, 13 Nov 2008 15:27:48 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/contrib/traceroute as.c as.h traceroute.8 traceroute.c src/usr.sbin/traceroute Makefile Message-ID: <200811131531.mADFVdOe035479@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rpaulo 2008-11-13 15:27:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) contrib/traceroute traceroute.8 traceroute.c usr.sbin/traceroute Makefile Added files: (Branch: RELENG_7) contrib/traceroute as.c as.h Log: SVN rev 184928 on 2008-11-13 15:27:48Z by rpaulo MFC r176428: 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 Approved by: re Revision Changes Path 1.1.2.1 +242 -0 src/contrib/traceroute/as.c (new) 1.1.2.1 +42 -0 src/contrib/traceroute/as.h (new) 1.16.2.1 +16 -2 src/contrib/traceroute/traceroute.8 1.34.2.1 +31 -4 src/contrib/traceroute/traceroute.c 1.22.2.1 +1 -1 src/usr.sbin/traceroute/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811131531.mADFVdOe035479>