Magic Packets in Linux Kernel Land
What is a 'magic packet'
Basically a magic packet can be thought of as a secret handshake. It's a specially forged message that when read will trigger an action.
Introduction
In this post I want to cover the basics of writing a Loadable Kernel Module (LKM) that hooks Netfilter ...
read more ...