Creating a simple ‘hello world’ Netfilter module
by Paul Kiddie • October 7, 2009 • kernel module, linux, networking • 11 Comments
This is the second part of the series in creating a NetFilter module for Ubuntu 8.04 (running linux kernel 2.6.24-23). In it I’ll write a simple Netfilter module as a kernel module that simply drops all packets and logs dropped packets to /var/log/messages. In order to implement this we take the code for the kernel [...]
Read more →