summaryrefslogtreecommitdiff
path: root/net/tcpflow/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug that prevented tcpflow picking up traffic whenSam Lawrance2005-12-131-0/+26
| | | | | | | | | listening on the loopback interface. Bump PORTREVISION. PR: ports/89672 Submitted by: Oles Hnatkevych <don_oles@able.com.ua> Approved by: jose@we.lc.ehu.es (maintainer, timeout 14 days)
* Upgrade to 0.20Jose M. Alcaide2001-08-211-154/+0
|
* Import of tcpflow.Chris Piazza1999-08-261-0/+154
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>