aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2003-02-15 17:50:43 +0800
committerleeym <leeym@FreeBSD.org>2003-02-15 17:50:43 +0800
commitfb4e4cda4276cb506a64dbc21eb5a31120437d00 (patch)
tree4e393d7ea8ece1bd2577440e74dc96ffcb8a0b69 /net
parent2a61d1d3468b561fbdb4339cc4d91a646e389abf (diff)
downloadfreebsd-ports-gnome-fb4e4cda4276cb506a64dbc21eb5a31120437d00.tar.gz
freebsd-ports-gnome-fb4e4cda4276cb506a64dbc21eb5a31120437d00.tar.zst
freebsd-ports-gnome-fb4e4cda4276cb506a64dbc21eb5a31120437d00.zip
add tcpdstat-0.9, A tool for generating statistics from tcpdump (libpcap) files
PR: ports/46879 Submitted by: Richard Arends <richard@unixguru.nl>
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/tcpdstat/Makefile19
-rw-r--r--net/tcpdstat/distinfo1
-rw-r--r--net/tcpdstat/pkg-descr9
-rw-r--r--net/tcpdstat/pkg-plist1
5 files changed, 31 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index bdae06cfe439..56aeb4ef573f 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -585,6 +585,7 @@
SUBDIR += tac_plus4
SUBDIR += tas
SUBDIR += tcpcat
+ SUBDIR += tcpdstat
SUBDIR += tcpflow
SUBDIR += tcpillust
SUBDIR += tcpmssd
diff --git a/net/tcpdstat/Makefile b/net/tcpdstat/Makefile
new file mode 100644
index 000000000000..9596195ccc0b
--- /dev/null
+++ b/net/tcpdstat/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: tcpdstat
+# Date created: 08 Januari 2003
+# Whom: Richard Arends
+#
+# $FreeBSD$
+#
+
+PORTNAME= tcpdstat
+PORTVERSION= 0.9
+CATEGORIES= net
+MASTER_SITES= ftp://tracer.csl.sony.co.jp/pub/mawi/tools/
+DISTNAME= tcpd-tools-0.9
+
+MAINTAINER= richard@unixguru.nl
+COMMENT= A tool for generating statistics from tcpdump (libpcap) files
+
+WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
+
+.include <bsd.port.mk>
diff --git a/net/tcpdstat/distinfo b/net/tcpdstat/distinfo
new file mode 100644
index 000000000000..098b81f9facf
--- /dev/null
+++ b/net/tcpdstat/distinfo
@@ -0,0 +1 @@
+MD5 (tcpd-tools-0.9.tar.gz) = c612feb1cbc69d007a8ad0c118dba388
diff --git a/net/tcpdstat/pkg-descr b/net/tcpdstat/pkg-descr
new file mode 100644
index 000000000000..a0bd915da7ac
--- /dev/null
+++ b/net/tcpdstat/pkg-descr
@@ -0,0 +1,9 @@
+Produces a per-protocol breakdown of traffic by bytes and packets,
+with average and maximum transfer rates, for a given libpcap file
+(e.g., from tcpdump, ethereal, snort, etc.) Useful for getting a
+high-level view of traffic patterns.
+
+WWW: http://staff.washington.edu/dittrich/talks/core02/tools/tools.html
+
+- Richard Arends
+richard@unixguru.nl
diff --git a/net/tcpdstat/pkg-plist b/net/tcpdstat/pkg-plist
new file mode 100644
index 000000000000..47d86e075a7b
--- /dev/null
+++ b/net/tcpdstat/pkg-plist
@@ -0,0 +1 @@
+bin/tcpdstat