From owner-freebsd-current@FreeBSD.ORG Tue Jan 11 18:57:49 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B35E716A4CE for ; Tue, 11 Jan 2005 18:57:49 +0000 (GMT) Received: from forrie.com (forrie.ne.client2.attbi.com [24.147.45.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 408DA43D1F for ; Tue, 11 Jan 2005 18:57:49 +0000 (GMT) (envelope-from forrie@forrie.com) Received: from [192.168.1.99] (i-99.forrie.net. [192.168.1.99]) (authenticated bits=0) by forrie.com with ESMTP id j0BIvfvB009985verify=NO) for ; Tue, 11 Jan 2005 13:57:42 -0500 (EST) (envelope-from forrie@forrie.com) Message-ID: <41E42221.8090208@forrie.com> Date: Tue, 11 Jan 2005 13:59:45 -0500 From: Forrest Aldrich User-Agent: Mozilla Thunderbird 1.0 (Windows/20041226) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-RAVMilter-Version: 8.3.0(snapshot 20010925) (forrie.ne.client2.attbi.com) X-MailScanner-LocalNet: Found to be clean X-Mailman-Approved-At: Wed, 12 Jan 2005 14:26:47 +0000 Subject: PF timestamp stats on rule hits? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jan 2005 18:57:49 -0000 After reading through the manpage for pfctl, I wonder if there's a mechanism/equivalent for PF that shows the timestamp of the last "hit" on a rule... similar to "ipfw -t"...? Might be useful to include a function to output stats in XML for further parsing. Thanks.