From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Peng Subject: Re: Need pass skb to help!! Date: Wed, 10 Dec 2003 17:39:51 +0800 Sender: netfilter-devel-admin@lists.netfilter.org Message-ID: <3FD6E9E7.3010205@deansoft.com.tw> References: <3FD6DF99.4030809@deansoft.com.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: netfilter Return-path: To: Jesse Peng 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 Jesse Peng wrote: > 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 > > Just back from a short evening relex walk, it hit me a acceptable solution. That's while help, I leave some information at help info, and I prepare another private module right after the NF_IP_PRI_CONNTRACK hook which then take the responsibility checking if concerning message left in the help info and thus moving the nfct. Thanks Jesse