243b289ab1
Tcpflow is a tool for capturing data transmitted as part of TCP connections (flows), and stores it in a way that is convenient for protocol analysis or debugging. tcpflow reconstructs the actual data streams and stores each flow in a seperate file for later analysis. PR: 13362 Submitted by: Jose M. Alcaide <jose@we.lc.ehu.es>
19 lines
350 B
Makefile
19 lines
350 B
Makefile
# New ports collection makefile for: tcpflow
|
|
# Version required: 0.12
|
|
# Date created: 20 August 1999
|
|
# Whom: Jose M. Alcaide <jose@we.lc.ehu.es>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= tcpflow-0.12
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.circlemud.org/pub/jelson/tcpflow/
|
|
|
|
MAINTAINER= jose@we.lc.ehu.es
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
MAN1= tcpflow.1
|
|
|
|
.include <bsd.port.mk>
|