Oct. 14, 2014
3:58 a.m.
On Tue, 14 Oct 2014 04:12:47 +0200, Grzegorz Dwornicki said:
Is there a good documentation on how messages are taking the tour from User calling read/write on socket fd, to kernel handling the actual send/receive functions? I wish to write code to capture the messages (no netfilter - I wish to bypass it) for processing.
Why do you wish to bypass netfilter? Is there a specific reason why you can't use a netfilter module, and avoid having to re-implement all the netfilter code? And what sort of processing do you need to do?