summaryrefslogtreecommitdiffstats
path: root/contrib/traceroute/as.c
Commit message (Collapse)AuthorAgeFilesLines
* traceroute(8): make WARNS=3 cleanuqs2010-12-041-1/+2
| | | | Also fixes an operator precedence bug for TCP tracerouting
* Remove clause 3 and 4 from TNF licenses.uqs2010-11-261-7/+0
| | | | | Obtained from: NetBSD Approved by: core
* - Add AS lookup functionality to traceroute6(8) as well.ume2009-08-231-49/+35
| | | | | | | | | - Support for IPv6 transport for AS lookup. - Introduce $RA_SERVER to set whois server. - Support for 4 byte ASN. - ANSIfy function declaration in as.c. Tested by: IHANet folks.
* Add AS lookup functionality. On each hop we query a whois server torpaulo2008-02-201-0/+242
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)
OpenPOWER on IntegriCloud