From e6e7f56146e2a915211747cf23de38e673c50ec9 Mon Sep 17 00:00:00 2001 From: pat Date: Sat, 22 Dec 2001 02:30:35 +0000 Subject: o Fix broken WWW: location to new one o Grammar corrections to pkg-descr o Remove bit about adding BPF devices to kernel, as these are now included in GENERIC o Hand maintainer over to submitter PR: 33078 Submitted by: Ryan Thompson --- net/trafshow/Makefile | 2 +- net/trafshow/pkg-descr | 19 +++++-------------- 2 files changed, 6 insertions(+), 15 deletions(-) (limited to 'net/trafshow') diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile index 91ba4671ba35..5e7da44727ac 100644 --- a/net/trafshow/Makefile +++ b/net/trafshow/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net MASTER_SITES= ftp://ftp.nsk.su/pub/RinetSoftware/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ryan@sasknow.com .include .if ${OSVERSION} < 400010 diff --git a/net/trafshow/pkg-descr b/net/trafshow/pkg-descr index cd1260b6aaa3..c3121121390e 100644 --- a/net/trafshow/pkg-descr +++ b/net/trafshow/pkg-descr @@ -1,17 +1,8 @@ -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 +TrafShow continuously displays the information regarding packet +traffic on the configured network interface that matches the boolean +expression. It periodically sorts 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/): +WWW: http://soft.risp.ru/trafshow/index_en.shtml -pseudo-device bpfilter 4 # Berkeley packet filter - -The number after bpfilter is the number of interfaces that can be -examined simultaneously. See section 5.8.3 of Handbook for details. - -WWW: http://www.rinetsoft.nsk.su/trafshow/index_en.html - -- Igor -igor@zynaps.ru +- Ryan Thompson -- cgit