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/pkg-comment | |
parent | 12040352f094ea07c5e807c9c0e1e64a0d8db103 (diff) | |
download | freebsd-ports-243b289ab193df96c37564fe1a8f5d8619b33f39.zip |
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/pkg-comment')
-rw-r--r-- | net/tcpflow/pkg-comment | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tcpflow/pkg-comment b/net/tcpflow/pkg-comment new file mode 100644 index 000000000000..87c0b9e80172 --- /dev/null +++ b/net/tcpflow/pkg-comment @@ -0,0 +1 @@ +A tool for capturing data transmitted as part of TCP connections |