tcptraceroute is a traceroute implementation using TCP packets. The more traditional traceroute(8) sends out either UDP or ICMP ECHO packets with a TTL of one, and increments the TTL until the destination has been reached. By printing the gateways that generate ICMP time exceeded messages along the way, it is able to determine the path packets are taking to reach the destination. The problem is that with the widespread use of firewalls on the modern Internet, many of the packets that traceroute(8) sends out end up being filtered, making it impossible to completely trace the path to the destination. However, in many cases, these firewalls will permit inbound TCP packets to specific ports that hosts sitting behind the firewall are listening for connections on. By sending out TCP SYN packets instead of UDP or ICMP ECHO packets, tcptraceroute is able to bypass the most common firewall filters. WWW: http://michael.toren.net/code/tcptraceroute/ - Simon 'corecode' Schubert a> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/print/foo2zjs
Commit message (Expand)AuthorAgeFilesLines
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* - Update to 20070120acm2007-01-252-5/+6
* - Update to 20070108acm2007-01-142-4/+4
* - Update to 20061224acm2006-12-273-6/+5
* Mark BROKEN: fails to fetch.linimon2006-12-271-0/+2
* - Update to 20061212acm2006-12-164-8/+16
* - Update to 20061010acm2006-10-205-8/+164
* - Update to 20061004acm2006-10-093-17/+15
* - Update to 20060919acm2006-09-252-4/+4
* - Update to 20060911acm2006-09-133-5/+4
* - Update to 20060822acm2006-09-062-4/+4
* - Update to 20060804acm2006-08-052-4/+4
* Change maintainer address to my @FreeBSD.org emailacm2006-07-231-1/+1
* - - Update to 20060625clsung2006-07-142-4/+4
* Distfile rerolled, for the third time in 48 hours (small comments changed)itetcu2006-06-242-4/+4
* - update to current releaseitetcu2006-06-233-18/+4
* - Update to 20060607pav2006-06-092-4/+4
* - Update to 20060603pav2006-06-056-24/+74