From owner-freebsd-ports Wed Jan 8 11:50: 6 2003 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 948FC37B401 for ; Wed, 8 Jan 2003 11:50:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B522543EB2 for ; Wed, 8 Jan 2003 11:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h08Jo2NS033082 for ; Wed, 8 Jan 2003 11:50:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h08Jo2Ik033081; Wed, 8 Jan 2003 11:50:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DAC537B401 for ; Wed, 8 Jan 2003 11:42:28 -0800 (PST) Received: from mail.unixguru.nl (cc49923-a.emmen1.dr.home.nl [212.204.178.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB04043ED8 for ; Wed, 8 Jan 2003 11:42:26 -0800 (PST) (envelope-from richard@mail.unixguru.nl) Received: from mail.unixguru.nl (localhost [127.0.0.1]) by mail.unixguru.nl (8.12.6/8.12.6) with ESMTP id h08Jg9O1037818 for ; Wed, 8 Jan 2003 20:42:09 +0100 (CET) (envelope-from richard@mail.unixguru.nl) Received: (from richard@localhost) by mail.unixguru.nl (8.12.6/8.12.6/Submit) id h08Jg8kk037817; Wed, 8 Jan 2003 20:42:08 +0100 (CET) (envelope-from richard) Message-Id: <200301081942.h08Jg8kk037817@mail.unixguru.nl> Date: Wed, 8 Jan 2003 20:42:08 +0100 (CET) From: Richard Arends Reply-To: Richard Arends To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46879: New port: net/tcpdstat Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 46879 >Category: ports >Synopsis: New port: net/tcpdstat >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jan 08 11:50:01 PST 2003 >Closed-Date: >Last-Modified: >Originator: Richard Arends >Release: FreeBSD 4.7-STABLE i386 >Organization: unixguru.nl >Environment: System: FreeBSD mail.unixguru.nl 4.7-STABLE FreeBSD 4.7-STABLE #0: Wed Jan 1 17:42:31 CET 2003 root@mail.unixguru.nl:/usr/obj/usr/src/sys/MAIL i386 >Description: New port: tcpdstat, generating stats from tcpdump save files >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # tcpdstat # tcpdstat/Makefile # tcpdstat/distinfo # tcpdstat/pkg-plist # tcpdstat/pkg-descr # tcpdstat/pkg-comment # echo c - tcpdstat mkdir -p tcpdstat > /dev/null 2>&1 echo x - tcpdstat/Makefile sed 's/^X//' >tcpdstat/Makefile << 'END-of-tcpdstat/Makefile' X# New ports collection makefile for: tcpdstat X# Date created: 08 Januari 2003 X# Whom: Richard Arends X# X# $FreeBSD$ X# X XPORTNAME= tcpdstat XPORTVERSION= 0.9 XCATEGORIES= net XMASTER_SITES= ftp://tracer.csl.sony.co.jp/pub/mawi/tools/ XDISTNAME= tcpd-tools-0.9 X XMAINTAINER= richard@unixguru.nl X XWRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} X X.include END-of-tcpdstat/Makefile echo x - tcpdstat/distinfo sed 's/^X//' >tcpdstat/distinfo << 'END-of-tcpdstat/distinfo' XMD5 (tcpd-tools-0.9.tar.gz) = c612feb1cbc69d007a8ad0c118dba388 END-of-tcpdstat/distinfo echo x - tcpdstat/pkg-plist sed 's/^X//' >tcpdstat/pkg-plist << 'END-of-tcpdstat/pkg-plist' Xbin/tcpdstat END-of-tcpdstat/pkg-plist echo x - tcpdstat/pkg-descr sed 's/^X//' >tcpdstat/pkg-descr << 'END-of-tcpdstat/pkg-descr' XProduces a per-protocol breakdown of traffic by bytes and packets, Xwith average and maximum transfer rates, for a given libpcap file X(e.g., from tcpdump, ethereal, snort, etc.) Useful for getting a Xhigh-level view of traffic patterns. X XWWW: http://staff.washington.edu/dittrich/talks/core02/tools/tools.html X X- Richard Arends Xrichard@unixguru.nl END-of-tcpdstat/pkg-descr echo x - tcpdstat/pkg-comment sed 's/^X//' >tcpdstat/pkg-comment << 'END-of-tcpdstat/pkg-comment' XA tool for generating statistics from tcpdump (libpcap) files END-of-tcpdstat/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message