Date: Mon, 14 Jul 2008 20:14:29 -0400 (EDT) From: Lee Hinman <lee@writequit.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: lee@writequit.org Subject: ports/125624: New port: security/flowtag pcap tagging and visualization tool Message-ID: <200807150014.m6F0ETLF048660@hexbit.csc.gatech.edu> Resent-Message-ID: <200807150440.m6F4e4OS009394@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807150014.m6F0ETLF048660>