From owner-freebsd-pf@FreeBSD.ORG Fri Feb 9 08:39:54 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 5DD6716A400 for ; Fri, 9 Feb 2007 08:39:54 +0000 (UTC) (envelope-from snklusov@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id EB49813C4A7 for ; Fri, 9 Feb 2007 08:39:53 +0000 (UTC) (envelope-from snklusov@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so659969uge for ; Fri, 09 Feb 2007 00:39:53 -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=IUb4M8Y3eQGgv3h8/rC27hQxnnVnB22cJkpDNEP5IKdUUR+2fJCK2cGNds/+QyT97U4+Vy2ZIgg808NnKi84HIDeinUEvjdVfBeSHvUboFdRf4nZlffhoxQocnLvy7TKTcr0vw8ryseD9kSkAdtw5RAEyMMcHvDWzht2dYycYZc= Received: by 10.67.29.12 with SMTP id g12mr10980578ugj.1171008893761; Fri, 09 Feb 2007 00:14:53 -0800 (PST) Received: from w-uit-oa-01.ards.local ( [212.76.164.162]) by mx.google.com with ESMTP id e34sm4522175ugd.2007.02.09.00.14.53; Fri, 09 Feb 2007 00:14:53 -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: Fri, 09 Feb 2007 08:39:54 -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.