2001-05-06 00:59:54 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2001/05/06 05:00:32 lebel Exp $
|
|
|
|
|
|
|
|
COMMENT= "TCP dump file analysis tool"
|
add tcptrace port; jethro@dqc.org
-
tcptrace is 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.
1999-11-12 09:14:52 -05:00
|
|
|
|
|
|
|
DISTNAME= tcptrace.5.2.1
|
|
|
|
PKGNAME= tcptrace-5.2.1
|
|
|
|
CATEGORIES= net
|
2001-05-06 00:59:54 -04:00
|
|
|
NEED_VERSION= 1.402
|
2000-03-24 17:11:32 -05:00
|
|
|
MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/5.2.1/
|
add tcptrace port; jethro@dqc.org
-
tcptrace is 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.
1999-11-12 09:14:52 -05:00
|
|
|
|
2000-10-22 17:03:38 -04:00
|
|
|
MAINTAINER= Jeremy Jethro <jethro@dqc.org>
|
add tcptrace port; jethro@dqc.org
-
tcptrace is 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.
1999-11-12 09:14:52 -05:00
|
|
|
|
2000-03-22 20:11:29 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2000-10-22 11:41:23 -04:00
|
|
|
CONFIGURE_STYLE=gnu
|
add tcptrace port; jethro@dqc.org
-
tcptrace is 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.
1999-11-12 09:14:52 -05:00
|
|
|
|
|
|
|
ALL_TARGET= tcptrace
|
2000-02-10 19:37:15 -05:00
|
|
|
WRKDIST= ${WRKDIR}/tcptrace_5.2.1
|
add tcptrace port; jethro@dqc.org
-
tcptrace is 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.
1999-11-12 09:14:52 -05:00
|
|
|
|
|
|
|
DOCFILES= ARGS BUGS CHANGES COPYRIGHT FAQ README README.mailing_list \
|
|
|
|
README.modules README.tput_graphs WWW dot_tcptracerc.sample
|
|
|
|
|
|
|
|
do-install:
|
2000-04-22 23:34:40 -04:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tcptrace
|
add tcptrace port; jethro@dqc.org
-
tcptrace is 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.
1999-11-12 09:14:52 -05:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/tcptrace.man ${PREFIX}/man/man1/tcptrace.1
|
|
|
|
.for file in ${DOCFILES}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/tcptrace
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|