Add help to project remark

This commit is contained in:
Pavel Odintsov 2015-03-17 12:14:49 +03:00
parent 5cd76355dd
commit 3e13e3e432
2 changed files with 10 additions and 2 deletions

@ -133,4 +133,12 @@ IP: xx.zz.xx.1
2014-11-21 08:01:11.419963 216.239.32.109:53 > xx.xx.xx.xx:38458 protocol: udp flags: size: 123 bytes
```
To enable sFLOW simply specify IP of server with installed FastNetMon and specify port 6343.
To enable sFLOW simply specify IP of server with installed FastNetMon and specify port 6343.
To enable netflow simply specify IP of server with installed FastNetMon and specify port 2055.
How I can help project?
- Test it!
- Share your experience
- Share your improvements
- Test it with different equpment
- Create feature requests

@ -1,6 +1,6 @@
#!/bin/bash
# apt-get install -y ipset
# apt-get install -y ipset apt-get install -y libipset-dev
gcc picohttpparser.c -c -o picohttpparser.o
g++ shield.cpp picohttpparser.o -opicohttpparser -oshield -I/opt/pf_ring/include -L/opt/pf_ring/lib -lpfring -lnuma -lpcap