Hi,
I have written a module that registers a netfilter hook on
NF_IP_POST_ROUTING (that is , everything that goes out of the machine).
When I look at the skbuff I get the headers (IP/TCP) look fine, but the
data seems to be missing!?!
The content of the buffer following the end of the TCP header has no
correlation to what is actually being sent over the net.
I thought it might be fragmanted and I see only one fragment but
skb_shinfo(sb)->frag_list is NULL.
Can anyone please explain what I am missing?
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/