How do you return stolen packets back to Netfilter

Posted by meg18019 on Stack Overflow See other posts from Stack Overflow or by meg18019
Published on 2010-03-20T17:12:17Z Indexed on 2010/03/20 17:31 UTC
Read the original article Hit count: 234

Filed under:
|

Let's say I have intercepted a packet from Netfilter and subsequently returned NF_STOLEN. At some point I want to re-inject that packet back to, in this case, the TCP stream it came from. I want to do this from Kernel space. So far I have been unable to find a way to do this. Thanks for the help.

© Stack Overflow or respective owner

Related posts about linux

Related posts about netfilter