mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Yconalyzer is a low-overhead pcap utility that provides a bird's eye
view of traffic on a particular TCP port, displaying a distribution of duration, volume and throughput over all connections while being able to narrow down to a connection as well. WWW: http://yconalyzer.sourceforge.net/ PR: ports/150360 Submitted by: Gea-Suan Lin <gslin@gslin.org>
This commit is contained in:
parent
6a5622bde3
commit
f10452b4c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260836
@ -1169,6 +1169,7 @@
|
||||
SUBDIR += yaz
|
||||
SUBDIR += yaz++
|
||||
SUBDIR += yazproxy
|
||||
SUBDIR += yconalyzer
|
||||
SUBDIR += yptransitd
|
||||
SUBDIR += ytalk
|
||||
SUBDIR += zebra
|
||||
|
27
net/yconalyzer/Makefile
Normal file
27
net/yconalyzer/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: yconalyzer
|
||||
# Date created: 2010-09-08
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= yconalyzer
|
||||
PORTVERSION= 1.0.4
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= TCP Traffic Analyzer
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
PLIST_FILES= bin/yconalyzer
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAN8= yconalyzer.8
|
||||
|
||||
pre-install:
|
||||
${CHMOD} a+x ${WRKSRC}/install-sh
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/yconalyzer/distinfo
Normal file
3
net/yconalyzer/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (yconalyzer-1.0.4.tar.bz2) = 9b65a86d9c6aaf7717b9e2c7c1c4891e
|
||||
SHA256 (yconalyzer-1.0.4.tar.bz2) = 3b2bd33ffa9f6de707c91deeb32d9e9a56c51e232be5002fbed7e7a6373b4d5b
|
||||
SIZE (yconalyzer-1.0.4.tar.bz2) = 77016
|
6
net/yconalyzer/pkg-descr
Normal file
6
net/yconalyzer/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Yconalyzer is a low-overhead pcap utility that provides a bird's eye
|
||||
view of traffic on a particular TCP port, displaying a distribution of
|
||||
duration, volume and throughput over all connections while being able
|
||||
to narrow down to a connection as well.
|
||||
|
||||
WWW: http://yconalyzer.sourceforge.net/
|
Loading…
Reference in New Issue
Block a user