aboutsummaryrefslogtreecommitdiffstats
path: root/net/tcpflow
Commit message (Collapse)AuthorAgeFilesLines
* - Update tcpflow to 1.4.0b1antoine2013-06-124-56/+33
| | | | | | | - Trim Makefile header - Maintain - Add LICENSE and install DOCS - Update pkg-descr
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Reset barner@FreeBSD.org due to several months of inactivity.linimon2009-03-231-1/+1
| | | | Hat: portmgr
* - Fix fetchlwhsu2009-02-021-2/+1
| | | | Reported by: -fetch-original pointyhat run
* Add trailing slash for backup master site.barner2006-10-071-1/+1
| | | | Reminded by: Bill Fenner's distfile survey
* - Remove former maintainerbarner2006-09-051-3/+0
|
* - Make PREFIX-clean by using automakebarner2006-09-051-2/+4
| | | | | - Add backup master site - Take maintainership
* Reset inactive maintainer who has not responded to email.linimon2006-09-051-1/+1
| | | | Hat: portmgr
* SHA256ifyedwin2006-01-231-0/+1
| | | | Approved by: krion@
* Fix a bug that prevented tcpflow picking up traffic whenlawrance2005-12-132-0/+27
| | | | | | | | | 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)
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1
|
* - Update to 0.21krion2003-08-222-2/+2
| | | | | PR: 55851 Submitted by: maintainer
* De-pkg-comment.knu2003-02-212-1/+1
|
* Upgrade to 0.20jmas2001-08-223-156/+2
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* No need to specify --prefix=${PREFIX} in CONFIGURE_ENVkris2000-01-091-1/+0
|
* This port now respects ${LOCALBASE}.jmas1999-09-171-0/+1
|
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* Forced commit, the PR was actuallycpiazza1999-08-271-1/+1
| | | | PR: 13262
* Import of tcpflow.cpiazza1999-08-276-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>