mirror of
https://github.com/pavel-odintsov/fastnetmon
synced 2024-11-23 17:32:59 +01:00
13 lines
778 B
Plaintext
13 lines
778 B
Plaintext
- Check http://www.boost.org/doc/libs/1_47_0/doc/html/foreach.html
|
|
- Coolect all information about DDoS packets (all pf_ring headers)
|
|
- http://habrahabr.ru/post/136237/
|
|
- Introduce ability for pretty print different type of packets
|
|
- Introduce function for compare packets and found equal fields
|
|
- Add network average load for 30 second/60 and 5 minutes
|
|
- Migrate ban list to blacklist struct
|
|
- http://hg.python.org/cpython/file/3fa1414ce505/Lib/heapq.py#l183 - поиск топ 10
|
|
- Try libsparsehash-dev
|
|
- Introduce MRU: http://www.boost.org/doc/libs/1_38_0/libs/multi_index/example/serialization.cpp
|
|
- Hash for conntracking: http://www.kfki.hu/~kadlec/sw/netfilter/ct3/
|
|
- Sourcec you can find here: http://www.kfki.hu/~kadlec/sw/netfilter/ct3/cttest-0.91.tar.gz see murmur2
|