A TCP dump file analysis tool.

Submitted by:	fenner (he had to leave so I'm importing it)
This commit is contained in:
Satoshi Asami 1997-03-06 02:18:51 +00:00
parent e1446b6d32
commit 736277264e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5864
5 changed files with 58 additions and 0 deletions

28
net/tcptrace/Makefile Normal file
View File

@ -0,0 +1,28 @@
# New ports collection makefile for: tcptrace
# Version required: 3.2.5
# Date created: 3 March 1997
# Whom: fenner
#
# $Id$
#
DISTNAME= tcptrace-3.2.5
CATEGORIES= net
# this site uncompresses the file AND sends it with a .gz suffix
MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/
MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/
DISTFILES= tcptrace_3.2.5.tar.gz
MAINTAINER= fenner@FreeBSD.ORG
NO_WRKSUBDIR= yes
ALL_TARGET= depend tcptrace
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/tcptrace
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tcptrace
.endif
.include <bsd.port.mk>

1
net/tcptrace/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (tcptrace_3.2.5.tar.gz) = 9d9c35b048ed0b0a30a9adafb98c289f

1
net/tcptrace/pkg-comment Normal file
View File

@ -0,0 +1 @@
a TCP dump file analysis tool

26
net/tcptrace/pkg-descr Normal file
View File

@ -0,0 +1,26 @@
tcptrace a TCP dump file analysis tool written by Shawn Ostermann
at Ohio University. It is NOT a packet capture program. It reads
output dump files in the formats of several popular packet capturing
programs: tcpdump, snoop, etherpeek, and netm
For each connection, it keeps track of elapsed time, bytes/segments
sent and received, retransmissions, round trip times, window
advertisements, throughput, etc. Its output format ranges from
Simple to Long to Very Detailed.
It can also produce three different types of graphs, as follows:
Time Sequence Graph
This is the format that Tim Shepard started using at MIT some
years ago. It shows segments sent and ACKs returned as a
function of time.
Instantaneous Throughput
This format shows the instantaneous (averaged over a few
segments) throughput of the connection as a function of time.
Round Trip Times
This format shows the round trip times for the ACKs as a
function of time.
The graphs produced are viewable only by Tim Shepard's wonderful
xplot program.

2
net/tcptrace/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/tcptrace
share/doc/tcptrace/README