diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-05 06:33:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-05 06:33:37 +0800 |
commit | f0b6019c8fa37164a4b9cddd1878845342d1708a (patch) | |
tree | 5b36075c98558598f41de7969601d085b49ae9f8 /security/fl0p/pkg-descr | |
parent | d59fbcd9680250512bf0596849017ee7cda2c8c5 (diff) | |
download | freebsd-ports-gnome-f0b6019c8fa37164a4b9cddd1878845342d1708a.tar.gz freebsd-ports-gnome-f0b6019c8fa37164a4b9cddd1878845342d1708a.tar.zst freebsd-ports-gnome-f0b6019c8fa37164a4b9cddd1878845342d1708a.zip |
The tool is a simple flow-analyzing passive L7 fingerprinter. It
examines the sequence of client-server exchanges, their relative
layer 7 payload sizes, and transmission intervals (as opposed to
inspecting the contents, which is what most passive fingerprinters
and "smart" sniffers would do to analyze transmissions). This is
then matched against a database of traffic pattern signatures to
infer some interesting facts about the traffic.
PR: ports/106351
Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
Diffstat (limited to 'security/fl0p/pkg-descr')
-rw-r--r-- | security/fl0p/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/security/fl0p/pkg-descr b/security/fl0p/pkg-descr new file mode 100644 index 000000000000..a6314b93992a --- /dev/null +++ b/security/fl0p/pkg-descr @@ -0,0 +1,7 @@ +The tool is a simple flow-analyzing passive L7 fingerprinter. It +examines the sequence of client-server exchanges, their relative +layer 7 payload sizes, and transmission intervals (as opposed to +inspecting the contents, which is what most passive fingerprinters +and "smart" sniffers would do to analyze transmissions). This is +then matched against a database of traffic pattern signatures to +infer some interesting facts about the traffic. |