From 5c28381afa4b4eb4decd25de0e86caed1e1bd90f Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Sat, 25 Sep 1999 03:40:28 +0000 Subject: [PATCH] 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 --- net-mgmt/nstreams/Makefile | 20 ++++++++++++++++++++ net-mgmt/nstreams/distinfo | 1 + net-mgmt/nstreams/pkg-comment | 1 + net-mgmt/nstreams/pkg-descr | 14 ++++++++++++++ net-mgmt/nstreams/pkg-plist | 3 +++ net/nstreams/Makefile | 20 ++++++++++++++++++++ net/nstreams/distinfo | 1 + net/nstreams/pkg-comment | 1 + net/nstreams/pkg-descr | 14 ++++++++++++++ net/nstreams/pkg-plist | 3 +++ 10 files changed, 78 insertions(+) create mode 100644 net-mgmt/nstreams/Makefile create mode 100644 net-mgmt/nstreams/distinfo create mode 100644 net-mgmt/nstreams/pkg-comment create mode 100644 net-mgmt/nstreams/pkg-descr create mode 100644 net-mgmt/nstreams/pkg-plist create mode 100644 net/nstreams/Makefile create mode 100644 net/nstreams/distinfo create mode 100644 net/nstreams/pkg-comment create mode 100644 net/nstreams/pkg-descr create mode 100644 net/nstreams/pkg-plist diff --git a/net-mgmt/nstreams/Makefile b/net-mgmt/nstreams/Makefile new file mode 100644 index 000000000000..ac4890ae7ec1 --- /dev/null +++ b/net-mgmt/nstreams/Makefile @@ -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 diff --git a/net-mgmt/nstreams/distinfo b/net-mgmt/nstreams/distinfo new file mode 100644 index 000000000000..5c6507ecac1a --- /dev/null +++ b/net-mgmt/nstreams/distinfo @@ -0,0 +1 @@ +MD5 (nstreams-0.99.1.tar.gz) = a5a91292f43378e8ad6217685424e6df diff --git a/net-mgmt/nstreams/pkg-comment b/net-mgmt/nstreams/pkg-comment new file mode 100644 index 000000000000..890b9127d712 --- /dev/null +++ b/net-mgmt/nstreams/pkg-comment @@ -0,0 +1 @@ +Analyses network traffic and produces ipfw rules to allow it diff --git a/net-mgmt/nstreams/pkg-descr b/net-mgmt/nstreams/pkg-descr new file mode 100644 index 000000000000..e263b3e88f19 --- /dev/null +++ b/net-mgmt/nstreams/pkg-descr @@ -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. diff --git a/net-mgmt/nstreams/pkg-plist b/net-mgmt/nstreams/pkg-plist new file mode 100644 index 000000000000..69e550a05b21 --- /dev/null +++ b/net-mgmt/nstreams/pkg-plist @@ -0,0 +1,3 @@ +bin/nstreams +etc/nstreams-services +etc/nstreams-networks.sample diff --git a/net/nstreams/Makefile b/net/nstreams/Makefile new file mode 100644 index 000000000000..ac4890ae7ec1 --- /dev/null +++ b/net/nstreams/Makefile @@ -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 diff --git a/net/nstreams/distinfo b/net/nstreams/distinfo new file mode 100644 index 000000000000..5c6507ecac1a --- /dev/null +++ b/net/nstreams/distinfo @@ -0,0 +1 @@ +MD5 (nstreams-0.99.1.tar.gz) = a5a91292f43378e8ad6217685424e6df diff --git a/net/nstreams/pkg-comment b/net/nstreams/pkg-comment new file mode 100644 index 000000000000..890b9127d712 --- /dev/null +++ b/net/nstreams/pkg-comment @@ -0,0 +1 @@ +Analyses network traffic and produces ipfw rules to allow it diff --git a/net/nstreams/pkg-descr b/net/nstreams/pkg-descr new file mode 100644 index 000000000000..e263b3e88f19 --- /dev/null +++ b/net/nstreams/pkg-descr @@ -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. diff --git a/net/nstreams/pkg-plist b/net/nstreams/pkg-plist new file mode 100644 index 000000000000..69e550a05b21 --- /dev/null +++ b/net/nstreams/pkg-plist @@ -0,0 +1,3 @@ +bin/nstreams +etc/nstreams-services +etc/nstreams-networks.sample