Hi,
I register an NF_IP_PRE_ROUTING hook that check all the incoming packets
and return NF_STOLEN on particular TCP packets. I’m trying to reinject
them into the TCP/IP stack later. Any advice about how this can be
achieved in a module? Does netfilter provide such a functionality?
Thanks a lot.
--- Begin Message ---
Hi,
I register a NF_IP_PRE_ROUTING hook that check the incoming packets. I’m
trying to return NF_STOLEN on particular TCP packets and later pass them
to the TCP module of the kernel. Any advice about how this can be achieved?
Thanks a lot.
--- End Message ---