From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 15 04:40:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC5BC1065681 for ; Tue, 15 Jul 2008 04:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8C9EF8FC19 for ; Tue, 15 Jul 2008 04:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m6F4e4hf009396 for ; Tue, 15 Jul 2008 04:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m6F4e4OS009394; Tue, 15 Jul 2008 04:40:04 GMT (envelope-from gnats) Resent-Date: Tue, 15 Jul 2008 04:40:04 GMT Resent-Message-Id: <200807150440.m6F4e4OS009394@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lee Hinman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 465341065671 for ; Tue, 15 Jul 2008 04:31:01 +0000 (UTC) (envelope-from dakrone@hexbit.csc.gatech.edu) Received: from hexbit.csc.gatech.edu (hexbit.csc.gatech.edu [143.215.139.64]) by mx1.freebsd.org (Postfix) with ESMTP id 002708FC13 for ; Tue, 15 Jul 2008 04:31:00 +0000 (UTC) (envelope-from dakrone@hexbit.csc.gatech.edu) Received: from hexbit.csc.gatech.edu (localhost [127.0.0.1]) by hexbit.csc.gatech.edu (8.14.2/8.14.2) with ESMTP id m6F0ETEI048661; Mon, 14 Jul 2008 20:14:30 -0400 (EDT) (envelope-from dakrone@hexbit.csc.gatech.edu) Received: (from dakrone@localhost) by hexbit.csc.gatech.edu (8.14.2/8.14.2/Submit) id m6F0ETLF048660; Mon, 14 Jul 2008 20:14:29 -0400 (EDT) (envelope-from dakrone) Message-Id: <200807150014.m6F0ETLF048660@hexbit.csc.gatech.edu> Date: Mon, 14 Jul 2008 20:14:29 -0400 (EDT) From: Lee Hinman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lee@writequit.org Subject: ports/125624: New port: security/flowtag pcap tagging and visualization tool X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Lee Hinman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2008 04:40:04 -0000 >Number: 125624 >Category: ports >Synopsis: New port: security/flowtag pcap tagging and visualization tool >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 15 04:40:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Lee Hinman >Release: FreeBSD 7.0-RELEASE i386 >Organization: writequit.org >Environment: System: FreeBSD hexbit.csc.gatech.edu 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: This is the port for flowtag, flowtag is a collaborative pcap visualization tool used for tagging network streams from a pcap file. >How-To-Repeat: N/A, this is a port >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: # # flowtag # flowtag/pkg-descr # flowtag/Makefile # flowtag/pkg-plist # flowtag/distinfo # echo c - flowtag mkdir -p flowtag > /dev/null 2>&1 echo x - flowtag/pkg-descr sed 's/^X//' >flowtag/pkg-descr << 'END-of-flowtag/pkg-descr' XFlowTag is a GUI interface for exploring the TCP flows in a PCAP X(network trace recorded by libpcap, tcpdump, ethereal, or wireshark) Xfile. It's strengths lie in: X X * rapid reconstruction of flows (via indexing), X * visual selection of source IP and destination TCP ports; X * filtering by time, packet count, and/or byte count X * tagging flows with keywords END-of-flowtag/pkg-descr echo x - flowtag/Makefile sed 's/^X//' >flowtag/Makefile << 'END-of-flowtag/Makefile' X# New ports collection makefile for: flowtag X# Date created: 14 July 2008 X# Whom: Lee Hinman X# X# $FreeBSD$ X# X XPORTNAME= flowtag XPORTVERSION= 2.0.5 XCATEGORIES= security XMASTER_SITES= http://hexbit.csc.gatech.edu/portfiles/ \ X http://writequit.org/misc/files/ \ X http://chrislee.dhs.org/pages/research/flowtag/ XEXTRACT_SUFX= .tgz X XMAINTAINER= lee@writequit.org XCOMMENT= A collaborative attack-analysis tool for security researchers X XBUILD_DEPENDS= ruby:${PORTSDIR}/lang/ruby18 XRUN_DEPENDS= ${LOCALBASE}/lib/ruby/1.8/tk/canvas.rb:${PORTSDIR}/x11-toolkits/ruby-tk X XUSE_RUBY= yes XUSE_RUBY_SETUP= yes X XMAN1= flowtag.1 listflows.1 pcap2flowdb.1 printflow.1 XMANCOMPRESSED= yes X X.include END-of-flowtag/Makefile echo x - flowtag/pkg-plist sed 's/^X//' >flowtag/pkg-plist << 'END-of-flowtag/pkg-plist' Xbin/flowtag Xbin/listflows Xbin/pcap2flowdb Xbin/printflow Xlib/ruby/site_ruby/%%RUBY_VER%%/flowcanvas.rb Xlib/ruby/site_ruby/%%RUBY_VER%%/flowdb.rb Xlib/ruby/site_ruby/%%RUBY_VER%%/flowtable.rb Xlib/ruby/site_ruby/%%RUBY_VER%%/parallelcoordinates.rb Xlib/ruby/site_ruby/%%RUBY_VER%%/pcapparser.rb Xlib/ruby/site_ruby/%%RUBY_VER%%/tkdoubleslider.rb END-of-flowtag/pkg-plist echo x - flowtag/distinfo sed 's/^X//' >flowtag/distinfo << 'END-of-flowtag/distinfo' XMD5 (flowtag-2.0.5.tgz) = 21a1c8cd1c1488dea5e480d0f38e43ea XSHA256 (flowtag-2.0.5.tgz) = a87f5d47a481cd0e4d282cf0b75e08af0b46530c40b6f48a9b76689f309c368f XSIZE (flowtag-2.0.5.tgz) = 44652 END-of-flowtag/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: