From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Peng Subject: Need pass skb to help!! Date: Wed, 10 Dec 2003 16:55:53 +0800 Sender: netfilter-devel-admin@lists.netfilter.org Message-ID: <3FD6DF99.4030809@deansoft.com.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Return-path: To: netfilter Errors-To: netfilter-devel-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: netfilter-devel.vger.kernel.org Currently we have a project which need while help routine (run on related conntrack)executed, move nfct pointing to its parent's conntrack(not that dirty you would mistake). But as you know, currently parameters passed to connection help only include iph. So it leaves me almost no other choice but patching the help that of course would certainly cause nightmare(need patch every helper). How can I do? or the helper infrastructure consider any future plan? Please "help" ! Your sincerely Jesse