From: Pablo Neira Ayuso Date: Thu, 7 Jun 2012 10:11:50 +0000 (+0200) Subject: netfilter: nf_ct_helper: implement variable length helper private data X-Git-Tag: v3.6-rc1~125^2~529^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1afc56794e03229fa53cfa3c5012704d226e1dec;p=pandora-kernel.git netfilter: nf_ct_helper: implement variable length helper private data This patch uses the new variable length conntrack extensions. Instead of using union nf_conntrack_help that contain all the helper private data information, we allocate variable length area to store the private helper data. This patch includes the modification of all existing helpers. It also includes a couple of include header to avoid compilation warnings. Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed