From: Harvey Harrison Date: Tue, 11 Nov 2008 00:46:06 +0000 (-0800) Subject: netfilter: payload_len is be16, add size of struct rather than size of pointer X-Git-Tag: v2.6.28-rc5~90^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7b45f47d6f8c83a0f958d7e2924468b6942dd9e;p=pandora-kernel.git netfilter: payload_len is be16, add size of struct rather than size of pointer payload_len is a be16 value, not cpu_endian, also the size of a ponter to a struct ipv6hdr was being added, not the size of the struct itself. Signed-off-by: Harvey Harrison Signed-off-by: David S. Miller --- Reading git-diff-tree failed