diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-28 11:15:22 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-28 11:15:22 +0000 |
commit | e972bdbe8784db29a8d725136fe30b563b2b40de (patch) | |
tree | 77617b8ce520489ce5dcc43e0e4b446d1935ceb3 /net-mgmt/flow-extract/pkg-descr | |
parent | Update to 0.93.2: bug-fix release w/o features [1] (diff) |
net/flow-extract: new port
This tool complements existing net/flow-tools port.
PR: ports/50005
Submitted by: Marcin Cieslak <saper@system.pl>
Diffstat (limited to 'net-mgmt/flow-extract/pkg-descr')
-rw-r--r-- | net-mgmt/flow-extract/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net-mgmt/flow-extract/pkg-descr b/net-mgmt/flow-extract/pkg-descr new file mode 100644 index 000000000000..1cc74926810b --- /dev/null +++ b/net-mgmt/flow-extract/pkg-descr @@ -0,0 +1,19 @@ +A copy of this package can be found at: +WWW: http://security.uchicago.edu/tools/net-forensics + +This package is a port of TAMU's extract program from NetLogger to look +at flow data instead of netlogger data. Blame Larry for it's faults, not +TAMU. Blame me for the FreeBSD port, not Larry :-) + +If you don't already have a good guess what this program does and what +data it is looking for, the odds are that it isn't going to be of much +help to you. This program only works on Cisco flow data as captured +with Mark Fullmer's flowtools package. If you don't have that, get that +first, then look at this program. + +In order for this to compile you will need flowtools from Mark +Fullmer's (net/flow-tools port). + +--- +E. Larry Lidz, ellidz@uchicago.edu +Brought to FreeBSD by Marcin Cieslak, saper@system.pl |