From owner-freebsd-questions@FreeBSD.ORG Fri Feb 25 15:28:13 2005 Return-Path: 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 7155016A4CE for ; Fri, 25 Feb 2005 15:28:13 +0000 (GMT) Received: from phenix.rootshell.be (phenix.rootshell.be [217.22.55.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1601B43D55 for ; Fri, 25 Feb 2005 15:28:13 +0000 (GMT) (envelope-from kilim@phenix.rootshell.be) Received: by phenix.rootshell.be (Postfix, from userid 58045) id 78BE4179AE; Fri, 25 Feb 2005 16:28:10 +0100 (CET) Date: Fri, 25 Feb 2005 16:28:10 +0100 From: kilim To: freebsd-questions@freebsd.org Message-ID: <20050225152810.GA9271@phenix.rootshell.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: pflog's format X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2005 15:28:13 -0000 Hello when reading pf's log the messages usually have the following format: 189977 rule 0/0(match): block out on ste0: IP (tos 0x0, ttl 63, id 38539, offse t 0, flags [DF], length: 40) Instead of "xxxxxx number rule" how can I get date and time displayed/logged ? Thank you