diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-05-01 07:52:09 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-05-01 07:52:09 +0000 |
commit | 0dcc4aab21bca0bef29d03f85c811ca3a2aaf72b (patch) | |
tree | 631e8c23e560c7d079a19d91090e5145f9b2d134 /net/trafshow | |
parent | edf1c5bab648b346d759fd325f9be2efc9b3ddef (diff) | |
download | ports-0dcc4aab21bca0bef29d03f85c811ca3a2aaf72b.tar.gz ports-0dcc4aab21bca0bef29d03f85c811ca3a2aaf72b.zip |
Notes
Diffstat (limited to 'net/trafshow')
-rw-r--r-- | net/trafshow/Makefile | 22 | ||||
-rw-r--r-- | net/trafshow/distinfo | 1 | ||||
-rw-r--r-- | net/trafshow/pkg-comment | 1 | ||||
-rw-r--r-- | net/trafshow/pkg-descr | 12 | ||||
-rw-r--r-- | net/trafshow/pkg-plist | 6 |
5 files changed, 42 insertions, 0 deletions
diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile new file mode 100644 index 000000000000..e517349bb35d --- /dev/null +++ b/net/trafshow/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: trafshow +# Version required: 2.0 +# Date created: 17 January 1996 +# Whom: igor@pkaub.ru +# + +DISTNAME= trafshow-2.0 +CATEGORIES+= net +MASTER_SITES= ftp://ftp.kiae.su/unix/tcpip/netmaint/ +EXTRACT_SUFX= .tgz + +MAINTAINER= igor@pkaub.ru + +NO_CONFIGURE= YES + +post-install: + strip ${PREFIX}/bin/trafshow +.if !defined(NOMANCOMPRESS) + gzip -9nf ${PREFIX}/man/man1/trafshow.1 +.endif + +.include <bsd.port.mk> diff --git a/net/trafshow/distinfo b/net/trafshow/distinfo new file mode 100644 index 000000000000..cd589125857d --- /dev/null +++ b/net/trafshow/distinfo @@ -0,0 +1 @@ +MD5 (trafshow-2.0.tgz) = d977e8605ed8bae90c06bd31f38eff3e diff --git a/net/trafshow/pkg-comment b/net/trafshow/pkg-comment new file mode 100644 index 000000000000..902690fed847 --- /dev/null +++ b/net/trafshow/pkg-comment @@ -0,0 +1 @@ +trafshow v2.0 - Full screen visualization of the network traffic. diff --git a/net/trafshow/pkg-descr b/net/trafshow/pkg-descr new file mode 100644 index 000000000000..3b31da744837 --- /dev/null +++ b/net/trafshow/pkg-descr @@ -0,0 +1,12 @@ +TrafShow continuously display the information regarding packet +traffic on the configured network interface that match the boolean +expression. It periodically sort and updates this information. It +may be useful for locating suspicious network traffic on the net. + +To use TrafShow, your kernel must be rebuilt with the following line +added to your kernel config file (/sys/i386/conf/<YourMachine>): + +pseudo-device bpfilter 4 # Berkeley packet filter + +The number of devices determines the maximum number of simultaneous +BPF clients programs runnable. See /sys/i386/conf/LINT for details. diff --git a/net/trafshow/pkg-plist b/net/trafshow/pkg-plist new file mode 100644 index 000000000000..746821ccbb3f --- /dev/null +++ b/net/trafshow/pkg-plist @@ -0,0 +1,6 @@ +@owner bin +@group wheel +@mode 750 +bin/trafshow +@mode 644 +man/man1/trafshow.1.gz |