This is a proof of concept code for a 'protocol channel'. The code was written
in C and Perl and runs on Linux 2.6.x systems. It was tested under Linux 2.6.27
using gcc version 4.3.2 (4.3.2-1ubuntu11) on x86_64 and i686.

The code has a set of two protocols (ICMP and ARP) just to show how a protocol
channel works and _that_ it is possible to create such a channel.

The code was written in winter term 2008/2009 for my diploma thesis at Kempten
University of Applied Sciences and was part of my diploma thesis.

See www.wendzel.de for more details.

LICENSE: GPLv3 (see LICENSE file)

