DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnametcptraceroute
Beschreibungtraceroute implementation using TCP packets
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version1.5beta7+debian-4
Sektionuniverse/net
Prioritätoptional
Installierte Größe116 Byte
Hängt ab vonlibc6 (>= 2.4), libnet1 (>= 1.1.2.1), libpcap0.8 (>= 1.0.0-1)
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße31064 Byte
Prüfsumme MD5ef3fad8016415b5dc46caeaf32b1f9c9
Prüfsumme SHA13099b1113a456277d8f976e4f4762b8fdef650eb
Prüfsumme SHA25625d625444bfb1bf394f2c540c841099f3f2582203efc9d12d31e9114b7e28aaf
Link zum Herunterladentcptraceroute_1.5beta7+debian-4_i386.deb
Ausführliche BeschreibungThe 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.


Impressum
Linux is a registered trademark of Linus Torvalds