diff options
author | itojun <itojun@pkgsrc.org> | 2001-03-06 03:37:50 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-03-06 03:37:50 +0000 |
commit | b47f77a6f09bc4b627dfd0f1d5117ea8dc03b313 (patch) | |
tree | c79a6f90e7476f5f8362ca57cc1ad8550f7a52bd /net | |
parent | 7eaf5d4656d7598f381687c2ad13deeb9a9d0122 (diff) | |
download | pkgsrc-b47f77a6f09bc4b627dfd0f1d5117ea8dc03b313.tar.gz |
tcpdstat, tcpdump file analyzer
Diffstat (limited to 'net')
-rw-r--r-- | net/tcpdstat/Makefile | 15 | ||||
-rw-r--r-- | net/tcpdstat/files/md5 | 3 | ||||
-rw-r--r-- | net/tcpdstat/pkg/DESCR | 9 | ||||
-rw-r--r-- | net/tcpdstat/pkg/PLIST | 2 |
4 files changed, 29 insertions, 0 deletions
diff --git a/net/tcpdstat/Makefile b/net/tcpdstat/Makefile new file mode 100644 index 00000000000..83cecc74d67 --- /dev/null +++ b/net/tcpdstat/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/06 03:37:50 itojun Exp $ + +DISTNAME= tcpd-tools-0.8 +PKGNAME= tcpdstat-0.8 +CATEGORIES= net +MASTER_SITES= ftp://tracer.csl.sony.co.jp/pub/mawi/tools/ + +MAINTAINER= packages@netbsd.org +COMMENT= analyze tcpdump output + +MAKE_ENV= BINDIR=${PREFIX}/bin + +WRKSRC= ${WRKDIR}/${DISTNAME}/tcpdstat + +.include <../../mk/bsd.pkg.mk> diff --git a/net/tcpdstat/files/md5 b/net/tcpdstat/files/md5 new file mode 100644 index 00000000000..37505865c97 --- /dev/null +++ b/net/tcpdstat/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/03/06 03:37:50 itojun Exp $ + +MD5 (tcpd-tools-0.8.tar.gz) = 7f3a8679c0a1b09ffda80051abe4cc30 diff --git a/net/tcpdstat/pkg/DESCR b/net/tcpdstat/pkg/DESCR new file mode 100644 index 00000000000..9c8f5597e68 --- /dev/null +++ b/net/tcpdstat/pkg/DESCR @@ -0,0 +1,9 @@ +A set of tools to create web pages for tcpdump output files + <<Alpha test version for MAWI-WG internal use>> + March 8, 1999 + WIDE Project MAWI WorkingGroup + Kenjiro Cho <kjc@csl.sony.co.jp> + + tcpdstat: + a program to extract statistical information from + tcpdump trace files. diff --git a/net/tcpdstat/pkg/PLIST b/net/tcpdstat/pkg/PLIST new file mode 100644 index 00000000000..8bbc1ec08bb --- /dev/null +++ b/net/tcpdstat/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/06 03:37:50 itojun Exp $ +bin/tcpdstat |