From owner-freebsd-pf@FreeBSD.ORG Wed Feb 14 05:48:38 2007 Return-Path: X-Original-To: freebsd-pf@freebsd.org Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1EE2816A401 for ; Wed, 14 Feb 2007 05:48:38 +0000 (UTC) (envelope-from snklusov@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.freebsd.org (Postfix) with ESMTP id AA02213C4A3 for ; Wed, 14 Feb 2007 05:48:37 +0000 (UTC) (envelope-from snklusov@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so77347ugh for ; Tue, 13 Feb 2007 21:48:36 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:reply-to:x-priority:message-id:to:subject:mime-version:content-type:content-transfer-encoding; b=YHS+6JpGWawe/Wj5TGYUEvkb5OSN/iOpyGz/6Tu23m1I++c+Pjv397+PPWmVYvcZBoJ8brJh3cAiq4BuzZfnBOsS3zdjNhv8WTrcMqoAvKpqesoYDGpX+kUrzN/6fdoVHLSUAcN6ec1OYVmT4atJ9JQuxMzz4vxSOZS753jARPE= Received: by 10.67.96.14 with SMTP id y14mr11321745ugl.1171432116568; Tue, 13 Feb 2007 21:48:36 -0800 (PST) Received: from w-uit-oa-01.ards.local ( [212.76.164.162]) by mx.google.com with ESMTP id 53sm313921ugn.2007.02.13.21.48.35; Tue, 13 Feb 2007 21:48:36 -0800 (PST) Date: Fri, 9 Feb 2007 13:14:52 +0500 From: Sergey Klusov X-Priority: 3 (Normal) Message-ID: <603063073.20070209131452@gmail.com> To: freebsd-pf@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: netgraph X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sergey Klusov List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Feb 2007 05:48:38 -0000 Hi Is there some way to tag packets via netgraph and then filter them with pf rules, based on this tags? What i want to do exactly is to mark IM logon packets with ng_bpf and then allow only some users to procceed.