diff options
author | kim <kim> | 2003-07-21 22:26:53 +0000 |
---|---|---|
committer | kim <kim> | 2003-07-21 22:26:53 +0000 |
commit | b928973b802f7877a29015e352f8d2fceaed8748 (patch) | |
tree | e5e00e78556703280bff377dd2361de4202eb27d /net/tcptraceroute/PLIST | |
parent | d02928310c6aedd64c58c64939a136a6df900b3e (diff) | |
download | pkgsrc-b928973b802f7877a29015e352f8d2fceaed8748.tar.gz |
Add tcptraceroute-1.4
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.
Diffstat (limited to 'net/tcptraceroute/PLIST')
-rw-r--r-- | net/tcptraceroute/PLIST | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/tcptraceroute/PLIST b/net/tcptraceroute/PLIST new file mode 100644 index 00000000000..1c9394c4d85 --- /dev/null +++ b/net/tcptraceroute/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/21 22:26:53 kim Exp $ +sbin/tcptraceroute +man/man8/tcptraceroute.8 +share/doc/tcptraceroute/examples.txt +@dirrm share/doc/tcptraceroute |