1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: lft
Section: net
Priority: optional
Homepage: https://pwhois.org/lft/
Maintainer: Alex Myczko <tar@debian.org>
Build-Depends: debhelper-compat (= 13), autotools-dev, libpcap-dev
Standards-Version: 4.7.0
Package: lft
Architecture: any
Depends: ${shlibs:Depends},${misc:Depends}
Description: layer-four traceroute
This sends various TCP SYN and FIN probes (differing from Van Jacobson's
UDP-based method) utilizing the IP protocol "time to live" field and
attempts to elicit an ICMP TIME_EXCEEDED response from each gateway along
the path to some host.
lft also listens for various TCP and ICMP messages along the way to assist
network managers in ascertaining per-protocol heuristic routing information
and can optionally retrieve various information about the networks it
traverses.
|