Import of nstreams.

nstreams analyzes the streams that occur on a network.  It displays which
streams are generated by users and can optionally generation
ipfw rules that will match these streams, thus only allowing
what is required for the users, and nothing more.

PR:		13913
Submitted by:	Daniel O'Connor <darius@dons.net.au>
This commit is contained in:
Chris Piazza 1999-09-25 03:40:28 +00:00
parent 5e3553d877
commit 5c28381afa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21932
10 changed files with 78 additions and 0 deletions

View file

@ -0,0 +1,20 @@
# New ports collection makefile for: nstreams
# Version required: 0.99.1
# Date created: 22 September 1999
# Whom: darius@dons.net.au
#
# $FreeBSD$
#
DISTNAME= nstreams-0.99.1
CATEGORIES= net
MASTER_SITES= http://www.hsc.fr/cabinet/produits/nstreams/
MAINTAINER= darius@dons.net.au
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/nstreams
MAN1= nstreams.1
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (nstreams-0.99.1.tar.gz) = a5a91292f43378e8ad6217685424e6df

View file

@ -0,0 +1 @@
Analyses network traffic and produces ipfw rules to allow it

View file

@ -0,0 +1,14 @@
Nstreams is a program which analyzes the streams that occur on a network. It
displays which streams are generated by the users between several networks,
and between the networks and the outside. It can optionally generate the
ipchains or ipfw rules that will match these streams, thus only allowing what
is required for the users, and nothing more.
Nstreams can parse the tcpdump output, or the files generated with the -w
option of tcpdump. It can also directly sniff the data that occurs on the
network (the use of tcpdump is however recommanded as long as nstreams is in
version 0.99.x).
This product was designed by HSC and coded by Renaud Deraison
(deraison@cvs.nessus.org), author of the Nessus software (www.nessus.org). It
is available for free and under GNU license.

View file

@ -0,0 +1,3 @@
bin/nstreams
etc/nstreams-services
etc/nstreams-networks.sample

20
net/nstreams/Makefile Normal file
View file

@ -0,0 +1,20 @@
# New ports collection makefile for: nstreams
# Version required: 0.99.1
# Date created: 22 September 1999
# Whom: darius@dons.net.au
#
# $FreeBSD$
#
DISTNAME= nstreams-0.99.1
CATEGORIES= net
MASTER_SITES= http://www.hsc.fr/cabinet/produits/nstreams/
MAINTAINER= darius@dons.net.au
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/nstreams
MAN1= nstreams.1
.include <bsd.port.mk>

1
net/nstreams/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (nstreams-0.99.1.tar.gz) = a5a91292f43378e8ad6217685424e6df

1
net/nstreams/pkg-comment Normal file
View file

@ -0,0 +1 @@
Analyses network traffic and produces ipfw rules to allow it

14
net/nstreams/pkg-descr Normal file
View file

@ -0,0 +1,14 @@
Nstreams is a program which analyzes the streams that occur on a network. It
displays which streams are generated by the users between several networks,
and between the networks and the outside. It can optionally generate the
ipchains or ipfw rules that will match these streams, thus only allowing what
is required for the users, and nothing more.
Nstreams can parse the tcpdump output, or the files generated with the -w
option of tcpdump. It can also directly sniff the data that occurs on the
network (the use of tcpdump is however recommanded as long as nstreams is in
version 0.99.x).
This product was designed by HSC and coded by Renaud Deraison
(deraison@cvs.nessus.org), author of the Nessus software (www.nessus.org). It
is available for free and under GNU license.

3
net/nstreams/pkg-plist Normal file
View file

@ -0,0 +1,3 @@
bin/nstreams
etc/nstreams-services
etc/nstreams-networks.sample