|
About:
LFT (Layer Four Traceroute) is a sort of
"traceroute" that often works much faster than the
commonly-used Van Jacobson method and goes through
many configurations of packet-filter based
firewalls. More importantly, LFT implements
numerous other features, including TCP, UDP, or ICMP-based traces, AS number
lookups through several reliable sources, loose
source routing, netblock name lookups, and more.
LFT also distinguishes between layer-4
protocols, which make its statistics slightly more
realistic, and gives a savvy user the ability to
trace protocol routes, not just layer-3 hops.
Author:
vostrom [contact developer]
Homepage:
http://pwhois.org/lft/
Tar/GZ:
http://pwhois.org/get/lft-3.1.tar.gz
RPM package:
http://pwhois.org/get/lft-2.5-2.rhel4.i386.rpm
Debian package:
http://pwhois.org/get/lft_2.5-3_i386.deb
OS X package:
http://pwhois.org/get/lft-2.5-PPC.dmg
Trove categories:
[change]
Dependencies:
[change]
libpcap (Default branch) (required)
[download links]
|
|
» Rating:
8.78/10.00
(Rank N/A)
» Vitality: 0.11% (Rank 1489)
» Popularity: 3.58% (Rank 1166)

(click to enlarge graphs)
Record hits: 22,349
URL hits: 14,789
Subscribers: 130
|
|
Branches
Comments
[»]
Building on FreeBSD
by Black Adder - Sep 29th 2002 11:11:45
There's no easy contact info on the site for contacting anyone regarding
FFT.
Software does not buiild out of the box on FreeBSD 4.6 at least.
Change to get it to work is trivial:
In fft.c:
#ifndef BSD
#include "fft_queue.h"
#endif
Just comment out/remove the first and last lines.
[reply]
[top]
[»]
Re: Building on FreeBSD
by MainNerve - Nov 2nd 2002 23:06:01
These items (below) are now fixed and applied to all
platforms in release 2.0.
> Software does not buiild out of the box
> on FreeBSD 4.6 at least.
>
> Change to get it to work is trivial:
>
> In fft.c:
> #ifndef BSD
> #include "fft_queue.h"
> #endif
>
> Just comment out/remove the first and
> last lines.
-- MainNerve, Inc.
[reply]
[top]
[»]
tcptraceroute
by blob - Jun 28th 2002 10:35:13
how does this differ from tcptraceroute
-- Ian Kirk
[reply]
[top]
[»]
Re: tcptraceroute
by MainNerve - Jun 29th 2002 00:23:15
> how does this differ from tcptraceroute
fft has been around since 1997-8, several years before tcptraceroute
was conceived. (see google pages from MIT) But tcptraceroute
definitely looks promising :-)
-- MainNerve, Inc.
[reply]
[top]
|