From owner-freebsd-questions@FreeBSD.ORG Fri Nov 25 01:33:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D13416A41F for ; Fri, 25 Nov 2005 01:33:54 +0000 (GMT) (envelope-from jbronson@wixb.com) Received: from shadow.sixcompanies.com (shadow.sixcompanies.com [67.53.234.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id E31E843D46 for ; Fri, 25 Nov 2005 01:33:53 +0000 (GMT) (envelope-from jbronson@wixb.com) Message-Id: <6.2.5.6.2.20051124193206.00bf34b8@sixcompanies.com> Date: Thu, 24 Nov 2005 19:33:52 -0600 To: freebsd-questions@freebsd.org From: JD Bronson Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: pflog summary script? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2005 01:33:54 -0000 Does anyone have a simple shell/perl script that can take /var/log/pflog and parse it into a simple txt or html? I would like to cron a script that can clean up the output of pflog and put it into something more readable... Basically something that looks like: Time - SourceIP - Destination Port or a count of these as well. Thanks! -JD