From owner-cvs-all@FreeBSD.ORG Fri Jul 18 13:20:52 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 090F51065677; Fri, 18 Jul 2008 13:20:52 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DD0F78FC20; Fri, 18 Jul 2008 13:20:51 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m6IDKpIk072001; Fri, 18 Jul 2008 13:20:51 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m6IDKpmN072000; Fri, 18 Jul 2008 13:20:51 GMT (envelope-from wxs) Message-Id: <200807181320.m6IDKpmN072000@repoman.freebsd.org> From: Wesley Shields Date: Fri, 18 Jul 2008 13:20:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/flowtag Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2008 13:20:52 -0000 wxs 2008-07-18 13:20:51 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/flowtag Makefile distinfo pkg-descr pkg-plist Log: New port: FlowTag is a GUI interface for exploring the TCP flows in a PCAP file. It's strengths lie in: * rapid reconstruction of flows (via indexing), * visual selection of source IP and destination TCP ports; * filtering by time, packet count, and/or byte count * tagging flows with keywords PR: ports/125624 Submitted by: Lee Hinman Revision Changes Path 1.984 +1 -0 ports/security/Makefile 1.1 +28 -0 ports/security/flowtag/Makefile (new) 1.1 +3 -0 ports/security/flowtag/distinfo (new) 1.1 +8 -0 ports/security/flowtag/pkg-descr (new) 1.1 +10 -0 ports/security/flowtag/pkg-plist (new)