aboutsummaryrefslogtreecommitdiff
path: root/net/tcpflow
Commit message (Collapse)AuthorAgeFilesLines
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* - Update to 0.21Kirill Ponomarev2003-08-212-2/+2
| | | | | | | | PR: 55851 Submitted by: maintainer Notes: svn path=/head/; revision=87469
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Upgrade to 0.20Jose M. Alcaide2001-08-213-156/+2
| | | | Notes: svn path=/head/; revision=46617
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27423
* No need to specify --prefix=${PREFIX} in CONFIGURE_ENVKris Kennaway2000-01-091-1/+0
| | | | Notes: svn path=/head/; revision=24579
* This port now respects ${LOCALBASE}.Jose M. Alcaide1999-09-171-0/+1
| | | | Notes: svn path=/head/; revision=21679
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* Forced commit, the PR was actuallyChris Piazza1999-08-261-1/+1
| | | | | | | PR: 13262 Notes: svn path=/head/; revision=21015
* Import of tcpflow.Chris Piazza1999-08-266-0/+197
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> Notes: svn path=/head/; revision=21013