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/Makefile | |
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/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 1031101eeb32..14050f613566 100644 --- a/security/Makefile +++ b/security/Makefile @@ -118,6 +118,7 @@ SUBDIR += find-zlib SUBDIR += find_ddos SUBDIR += firewalk + SUBDIR += fl0p SUBDIR += flawfinder SUBDIR += fpc-hash SUBDIR += fpm |