Bring in trafshow - a utility for viewing network traffic. I think
this one adheres to Satoshi's stringent standards about Makefile variable ordering! :-) Submitted by: igor@pkaub.ru
This commit is contained in:
parent
edf1c5bab6
commit
0dcc4aab21
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3053
22
net/trafshow/Makefile
Normal file
22
net/trafshow/Makefile
Normal file
@ -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>
|
1
net/trafshow/distinfo
Normal file
1
net/trafshow/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (trafshow-2.0.tgz) = d977e8605ed8bae90c06bd31f38eff3e
|
1
net/trafshow/pkg-comment
Normal file
1
net/trafshow/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
trafshow v2.0 - Full screen visualization of the network traffic.
|
12
net/trafshow/pkg-descr
Normal file
12
net/trafshow/pkg-descr
Normal file
@ -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.
|
6
net/trafshow/pkg-plist
Normal file
6
net/trafshow/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
@owner bin
|
||||
@group wheel
|
||||
@mode 750
|
||||
bin/trafshow
|
||||
@mode 644
|
||||
man/man1/trafshow.1.gz
|
22
net/trafshow3/Makefile
Normal file
22
net/trafshow3/Makefile
Normal file
@ -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>
|
1
net/trafshow3/distinfo
Normal file
1
net/trafshow3/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (trafshow-2.0.tgz) = d977e8605ed8bae90c06bd31f38eff3e
|
1
net/trafshow3/pkg-comment
Normal file
1
net/trafshow3/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
trafshow v2.0 - Full screen visualization of the network traffic.
|
12
net/trafshow3/pkg-descr
Normal file
12
net/trafshow3/pkg-descr
Normal file
@ -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.
|
6
net/trafshow3/pkg-plist
Normal file
6
net/trafshow3/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
@owner bin
|
||||
@group wheel
|
||||
@mode 750
|
||||
bin/trafshow
|
||||
@mode 644
|
||||
man/man1/trafshow.1.gz
|
22
net/trafshow4/Makefile
Normal file
22
net/trafshow4/Makefile
Normal file
@ -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>
|
1
net/trafshow4/distinfo
Normal file
1
net/trafshow4/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (trafshow-2.0.tgz) = d977e8605ed8bae90c06bd31f38eff3e
|
1
net/trafshow4/pkg-comment
Normal file
1
net/trafshow4/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
trafshow v2.0 - Full screen visualization of the network traffic.
|
12
net/trafshow4/pkg-descr
Normal file
12
net/trafshow4/pkg-descr
Normal file
@ -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.
|
6
net/trafshow4/pkg-plist
Normal file
6
net/trafshow4/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
@owner bin
|
||||
@group wheel
|
||||
@mode 750
|
||||
bin/trafshow
|
||||
@mode 644
|
||||
man/man1/trafshow.1.gz
|
Loading…
Reference in New Issue
Block a user