-----------------------------------------------------
	EnderUnix Knowlan - 1.0 
    Halil Demirezen <halil@enderunix.org
-----------------------------------------------------


Knowlan is ARP protocol based Local Area Network IP and
MAC Adress Extractor. Knowlan uses libpcap and libnet
libraries for to be simple to handle and to have a simple
code for any interestor to deal with the code. Pre-Stable
Versions of Knowlan did not use libpcap and libnet 
libraries. It used pure link layer system calls to get
settings and generate ARP PACKETs for sending and handling.

However, everything is not so simple. For portability,
It has been found more efficient that if we use a well
known and portable library, we can solve portability problem.
So, It is decided on to use libpcap and libnet libraries 
for sending and handling ARP packets and decide on them
what to do.

For installation please READ INSTALL.

 


