diff options
| author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-26 23:32:03 +0000 |
|---|---|---|
| committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-26 23:32:03 +0000 |
| commit | 243b289ab193df96c37564fe1a8f5d8619b33f39 (patch) | |
| tree | 81a6708b10c781da1f9c2bfba1376a9a5898c19a /net/tcpflow/Makefile | |
| parent | 12040352f094ea07c5e807c9c0e1e64a0d8db103 (diff) | |
Import of tcpflow.
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>
Diffstat (limited to 'net/tcpflow/Makefile')
| -rw-r--r-- | net/tcpflow/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/tcpflow/Makefile b/net/tcpflow/Makefile new file mode 100644 index 000000000000..0e938312c73d --- /dev/null +++ b/net/tcpflow/Makefile @@ -0,0 +1,19 @@ +# 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> |
