Date: Mon, 4 Dec 2006 22:33:37 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/fl0p Makefile distinfo pkg-descr pkg-plist ports/security/fl0p/files patch-config.h Message-ID: <200612042233.kB4MXcA4044198@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2006-12-04 22:33:37 UTC
FreeBSD ports repository
Modified files:
security Makefile
Added files:
security/fl0p Makefile distinfo pkg-descr pkg-plist
security/fl0p/files patch-config.h
Log:
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>
Revision Changes Path
1.838 +1 -0 ports/security/Makefile
1.1 +35 -0 ports/security/fl0p/Makefile (new)
1.1 +3 -0 ports/security/fl0p/distinfo (new)
1.1 +11 -0 ports/security/fl0p/files/patch-config.h (new)
1.1 +7 -0 ports/security/fl0p/pkg-descr (new)
1.1 +8 -0 ports/security/fl0p/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612042233.kB4MXcA4044198>
