Some more infos for user, added close()
[netsniff-ng.git] / INSTALL
blobfd02c15615b3a18da5ea42bfefd142236b736d6a
1 Requirements (for your own kernels)
2 ===================================
4 Your kernel should have been built with CONFIG_PACKET_MMAP=y in order 
5 to use netsniff-ng. This is default on your preinstalled Debian kernel.
7 Hashsums
8 ========
9 HASHSUMS is signed with: 0x59B7082F (danborkmann@googlemail.com)
11 With the tiny gensums script you can generate another file and diff 
12 it against the provided HASHSUMS to check for corruption.
14 Installation
15 ============
17 $ make
18 # make install
20 Uninstall
21 =========
23 # make uninstall
24 $ make clean