Commit Graph

6 Commits

Author SHA1 Message Date
mjc
a9e56a1822 needed to cope with libnet update
missed in previous commit
ok pvalchev@ msf@
2005-05-24 00:11:51 +00:00
pvalchev
2cc1bbea45 do not use select() (use undocumented --no-select option) because it's busted
otherwise; from mjc
2004-03-23 19:22:02 +00:00
espie
d7295c91bd zap multiline constants. 2004-01-04 23:23:43 +00:00
naddy
78a967e7ef Remove workarounds for 2.9 <net/if.h> multiple inclusion bug. 2001-08-17 18:57:40 +00:00
obecian
2fd3715627 fix for 2.9-stable (naddy@) - sorry Patroklos, didn't see your port
before import.
2001-08-10 01:09:36 +00:00
obecian
76b2522589 tcptraceroute-1.2 import
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.
2001-08-07 03:14:39 +00:00