Fix poll for rx thread. Done for Issue 14 and Issue 16
[netsniff-ng.git] / INSTALL
blobb58ac7d21a0cbfa3fafdcc4c146d3398dc2947b1
1 Requirements (for your own kernels)
2 ===================================
4 Your kernel should have been built with CONFIG_PACKET_MMAP=y in order to use 
5 netsniff-ng. This is default on your preinstalled Debian kernel. We 
6 recommend >= 2.6.26.
8 Hashsums
9 ========
10 HASHSUMS is signed with: 0x59B7082F (danborkmann@googlemail.com)
12 With 'gensums' you can generate another HASHSUMS file and diff it against the 
13 provided HASHSUMS to check for possible corruption.
15 Installation
16 ============
18 $ make
19 # make install
21 Uninstall
22 =========
24 # make uninstall
25 $ make clean