Fixed flooding function
[netsniff-ng.git] / INSTALL
blob6fd3598c388274da45c31bfaf91d23c6a5402e94
1 What platforms are supported?
2 =============================
4 Currently only operating systems running on Linux kernels with
5 CONFIG_PACKET_MMAP enabled. This feature can be found even back
6 to the days of 2.4 kernels. Most operating systems ship pre-compiled
7 kernels that have this config option enabled and even the latest
8 kernel versions got rid of this option and have this functionality
9 built-in. However, we recommend >= 2.6.26. 
11 What libraries are required?
12 ============================
14 Well, libc is the only one. Most operating systems already have their
15 libc shipped. That's it, nothing else.
17 Installation
18 ============
20 $ make
21 # make install
23 Uninstall
24 =========
26 # make uninstall
27 $ make clean