mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
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:
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
20
net-mgmt/nstreams/Makefile
Normal file
20
net-mgmt/nstreams/Makefile
Normal 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-mgmt/nstreams/distinfo
Normal file
1
net-mgmt/nstreams/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (nstreams-0.99.1.tar.gz) = a5a91292f43378e8ad6217685424e6df
|
1
net-mgmt/nstreams/pkg-comment
Normal file
1
net-mgmt/nstreams/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Analyses network traffic and produces ipfw rules to allow it
|
14
net-mgmt/nstreams/pkg-descr
Normal file
14
net-mgmt/nstreams/pkg-descr
Normal 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-mgmt/nstreams/pkg-plist
Normal file
3
net-mgmt/nstreams/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
bin/nstreams
|
||||
etc/nstreams-services
|
||||
etc/nstreams-networks.sample
|
20
net/nstreams/Makefile
Normal file
20
net/nstreams/Makefile
Normal 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
1
net/nstreams/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (nstreams-0.99.1.tar.gz) = a5a91292f43378e8ad6217685424e6df
|
1
net/nstreams/pkg-comment
Normal file
1
net/nstreams/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Analyses network traffic and produces ipfw rules to allow it
|
14
net/nstreams/pkg-descr
Normal file
14
net/nstreams/pkg-descr
Normal 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
3
net/nstreams/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
bin/nstreams
|
||||
etc/nstreams-services
|
||||
etc/nstreams-networks.sample
|
Loading…
Add table
Reference in a new issue