public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* skb->h not initialized
@ 2006-12-28 16:42 Jan Engelhardt
  2006-12-28 18:15 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Engelhardt @ 2006-12-28 16:42 UTC (permalink / raw)
  To: Netfilter Developer Mailing List; +Cc: Linux Kernel Mailing List, kaber

Hi,


while writing a netfilter match module I found that, when run,
skb->h.th is not set to the TCP header (it is assured that the packet 
_is_ TCP), as this printk shows me:

skb: h.th=cb5bc4dc nh.iph=cb5bc4dc mac.raw=cb5bc4ce head=cb5bc400 
data=cb5bc4dc tail=cb5bc510 end=cb5bc580

Is it intended that skb->h.th is not set to skb->data + length of ip 
header (skb->data+protoff as far as netfilter matches are concerned)?


	-`J'
-- 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-12-28 18:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-28 16:42 skb->h not initialized Jan Engelhardt
2006-12-28 18:15 ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox