Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - "Missing" IP headers and pfil order: Page 1 of 6 (6 Items)
   
"Missing" IP headers and pfil order  
I have a packet filter that operates on AH-encapsulated UDP packets, and while tcpdump shows the AH header is there, it 
is not available when my packet filter hook is called (at least, it isn't as far as I can tell.  The source and 
destination are correct, but the ip_p field in the iphdr is only ever IPPROTO_UDP). I thought maybe something above my 
hook in the stack was de-encapsulating the packet, but I haven't been able to find a way to test this. Any thoughts on 
where I should look, or other possible causes?