Add net-mgmt/tcptrack:

tcptrack is a sniffer which displays information about TCP connections it
sees on a network interface. It passively watches for connections on the
network interface, keeps track of their state and displays a list of
connections in a manner similar to the unix 'top' command. It displays
source and destination addresses and ports, connection state, idle time, and
bandwidth usage.

WWW: http://www.rhythm.cx/~steve/devel/tcptrack

PR:		ports/72543
Submitted by:	Tor Halvard Furulund <squat@squat.no>
This commit is contained in:
Sergei Kolobov 2004-11-07 00:24:43 +00:00
parent 84453d1c93
commit bccb319466
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121017
4 changed files with 44 additions and 0 deletions

View File

@ -150,6 +150,7 @@
SUBDIR += sysmon
SUBDIR += tas
SUBDIR += tcpreplay
SUBDIR += tcptrack
SUBDIR += trafd
SUBDIR += whatmask
SUBDIR += wide-dhcp

View File

@ -0,0 +1,30 @@
# New ports collection makefile for: tcptrack
# Date created: 2004-10-11
# Whom: Tor Halvard "Squat" Furulund <squat@squat.no>
#
# $FreeBSD$
#
PORTNAME= tcptrack
PORTVERSION= 1.1.4
CATEGORIES= net-mgmt
MASTER_SITES= http://www.rhythm.cx/~steve/devel/tcptrack/
MASTER_SITE_SUBDIR= release/${PORTVERSION}/source/
MAINTAINER= squat@squat.no
COMMENT= Packet sniffer which displays TCP information like top(1)
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
PLIST_FILES= bin/tcptrack
MAN1= tcptrack.1
PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README TODO
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (tcptrack-1.1.4.tar.gz) = a4e2b556b8ea607d8bfd786e3f78f8f7
SIZE (tcptrack-1.1.4.tar.gz) = 111945

View File

@ -0,0 +1,11 @@
tcptrack is a sniffer which displays information about TCP connections it
sees on a network interface. It passively watches for connections on the
network interface, keeps track of their state and displays a list of
connections in a manner similar to the unix 'top' command. It displays
source and destination addresses and ports, connection state, idle time, and
bandwidth usage.
WWW: http://www.rhythm.cx/~steve/devel/tcptrack
- Squat
squat@squat.no