From owner-freebsd-stable@FreeBSD.ORG Wed Feb 21 15:32:27 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E3AB116A88D for ; Wed, 21 Feb 2007 15:32:27 +0000 (UTC) (envelope-from mike@jellydonut.org) Received: from mail2.secureworks.net (mail2.secureworks.net [65.114.32.154]) by mx1.freebsd.org (Postfix) with ESMTP id BDD2A13C461 for ; Wed, 21 Feb 2007 15:32:27 +0000 (UTC) (envelope-from mike@jellydonut.org) Received: from localhost (localhost [127.0.0.1]) by mail2.secureworks.net (Postfix) with ESMTP id 1B19517304 for ; Wed, 21 Feb 2007 10:32:27 -0500 (EST) X-Virus-Scanned: amavisd-new at secureworks.net Received: from mail2.secureworks.net ([127.0.0.1]) by localhost (mail2.secureworks.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qzg6HoN-+yOg for ; Wed, 21 Feb 2007 10:32:26 -0500 (EST) Received: from [192.168.23.35] (mole1.secureworks.net [63.239.86.3]) by mail2.secureworks.net (Postfix) with ESMTP id DBDE617302 for ; Wed, 21 Feb 2007 10:32:26 -0500 (EST) Message-ID: <45DC660A.7000702@jellydonut.org> Date: Wed, 21 Feb 2007 10:32:26 -0500 From: Michael Proto User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.9) Gecko/20070113 Thunderbird/1.5.0.9 Mnenhy/0.7.4.666 MIME-Version: 1.0 To: FreeBSD Stable References: <200702211117.13035.dzalewski@open-craft.com> <862BAB79-3623-4A28-93DD-9EC5485B5640@khera.org> In-Reply-To: <862BAB79-3623-4A28-93DD-9EC5485B5640@khera.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: SVG-based traffic grapher X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Feb 2007 15:32:28 -0000 Vivek Khera wrote: > > On Feb 21, 2007, at 4:17 AM, Dominik Zalewski wrote: > >> I was wondering howto do a SVG-based traffic grapher like they did in >> pfSense >> project. > > pfSense is open source, so download the source and read it... there are > no state secrets in there :-) > You can also look at the Monowall sources, http://m0n0.ch/wall, as the SVG-based grapher is there too (and I believe pfSense's version comes from Monowall). -Proto