cvs commit: src/contrib/traceroute traceroute.8 traceroute.c
Crist J. Clark
cjc at FreeBSD.org
Thu May 11 06:30:19 UTC 2006
cjc 2006-05-11 06:30:19 UTC
FreeBSD src repository
Modified files:
contrib/traceroute traceroute.8 traceroute.c
Log:
Option for setting a fixed destination port. This is useful for tracing
to a host behind a firewall where only specific services are allowed.
For example, to trace the hops to an HTTP server behind a firewall,
$ traceroute -e -P tcp -p 80 www-firewalled.example.com
MFC after: 1 week
Revision Changes Path
1.12 +6 -1 src/contrib/traceroute/traceroute.8
1.29 +15 -8 src/contrib/traceroute/traceroute.c
More information about the cvs-src
mailing list