1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-24 02:46:36 +01:00
Commit Graph

974 Commits

Author SHA1 Message Date
Pavel Odintsov
fe7eba63b7 Add remark about netflow, sflow 2015-04-28 22:36:31 +03:00
Pavel Odintsov
f56a4545db Fix typos 2015-04-28 22:34:47 +03:00
Pavel Odintsov
97afb04b39 Fix link to ixgbe driver 2015-04-28 22:33:58 +03:00
Pavel Odintsov
17fd6964cf Fix comparison table 2015-04-28 22:33:21 +03:00
Pavel Odintsov
a28dcf7b26 Add backend comparison table 2015-04-28 22:30:52 +03:00
Pavel Odintsov
dd2856957a Since this commit we could configure path to networks list and whitelist; Closes: 164 2015-04-27 19:21:13 +03:00
Pavel Odintsov
caa6d3dcbf Move networks list and whitelist to separate variables 2015-04-27 19:11:08 +03:00
Pavel Odintsov
67a45a7606 Close: #172. Fix bahaviour for unban 2015-04-27 19:01:13 +03:00
Pavel Odintsov
3fdd6c8472 Add SIGPIPE handler, prevent tool hangup in case of brokent notify script; Closes: #178 2015-04-27 17:52:16 +03:00
Pavel Odintsov
d1a5197138 Full rewrite of example config file 2015-04-27 15:51:13 +03:00
Pavel Odintsov
4d67d6ae42 Add flows doc in code 2015-04-27 15:49:03 +03:00
Pavel Odintsov
9705d742e9 Ignore blank lines too 2015-04-27 15:48:11 +03:00
Pavel Odintsov
4ffd2531fe Merge branch 'master' of https://github.com/FastVPSEestiOu/fastnetmon 2015-04-27 14:50:19 +03:00
Pavel Odintsov
4edcf725c8 Add netmap prefix only if it not set 2015-04-27 14:50:06 +03:00
Pavel Odintsov
fe90537a5e Fix typos 2015-04-27 10:54:51 +03:00
Pavel Odintsov
e1f641ae4f Merge branch 'master' of https://github.com/FastVPSEestiOu/fastnetmon 2015-04-27 10:50:05 +03:00
Pavel Odintsov
7b78bbd3a6 Fix ugly race condition case 2015-04-27 10:49:46 +03:00
Pavel Odintsov
60e3907e30 Add sanity check for netflow v5 2015-04-27 10:19:05 +03:00
Pavel Odintsov
701dd728b4 Add remark about data check 2015-04-27 10:07:48 +03:00
Pavel Odintsov
4fc6b40636 Add Debian 8 Jessie suppotr 2015-04-26 22:30:38 +03:00
Pavel Odintsov
eef6ad0617 Add systemd unit install 2015-04-26 22:29:43 +03:00
Pavel Odintsov
e509dc5da1 Merge branch 'master' of https://github.com/FastVPSEestiOu/fastnetmon 2015-04-26 22:09:39 +03:00
Pavel Odintsov
f240f8b9b2 Add boost configuration when build rpm for centos6 2015-04-26 22:09:17 +03:00
Pavel Odintsov
8fc71c2e33 Switch custom Boost configuration from cmake manifest to installer 2015-04-26 22:07:33 +03:00
Pavel Odintsov
63f5de0aff Fix path to Articles 2015-04-26 16:02:32 +03:00
Pavel Odintsov
79b7aac3c0 Add documentation about ExaBGP 2015-04-26 16:00:47 +03:00
Pavel Odintsov
806035a88b Add hooks for ban IPs in ExaBGP, ready for tests :) 2015-04-26 15:46:39 +03:00
Pavel Odintsov
1a4f77b271 Add function for ban/unban /32 prefixes with ExaBGP 2015-04-26 15:35:01 +03:00
Pavel Odintsov
3df8bc3ada Add working C code for ExaBGP interconnection 2015-04-26 13:54:34 +03:00
Pavel Odintsov
e3c78196b2 Add configuration params for ExaBGP 2015-04-26 12:47:37 +03:00
Pavel Odintsov
ab1c74b772 Fix for build on Debian 8 Jessit 2015-04-26 12:46:08 +03:00
Pavel Odintsov
5724d30a1c Update docs about dragonfly BSD 2015-04-24 13:55:42 +03:00
Pavel Odintsov
9fd8e4f0bc Add support for Dragonfly in cmake build script 2015-04-24 13:54:48 +03:00
Pavel Odintsov
93a384efbc Fix compatibility with Dragonfly BSD 2015-04-24 13:47:28 +03:00
Pavel Odintsov
ef9e4df840 Fix FreeBSD 9 compatibility, add include for sys/endian.h which required on old FreeBSD versions 2015-04-23 10:44:46 +03:00
Pavel Odintsov
dfb11ebf4f Add ARP resolver to Syn Umbrella 2015-04-14 23:15:45 +03:00
Pavel Odintsov
05f9923977 Rename syn umbrella bonary 2015-04-14 20:17:51 +03:00
Pavel Odintsov
807091a7a8 Fix in docs 2015-04-13 13:05:42 +03:00
Pavel Odintsov
84aab5d3ae Replace PF_RING 6.0.2 by 6.0.3 everywhere 2015-04-13 12:57:28 +03:00
Pavel Odintsov
682dacfb55 We switched to PF_RING 6.0.3 2015-04-13 12:54:44 +03:00
Pavel Odintsov
da238ba749 Add Redis docs 2015-04-13 12:36:47 +03:00
Pavel Odintsov
a3ae3cbe92 Switch travis CI to PF_RING 6.0.3 2015-04-13 12:36:22 +03:00
Pavel Odintsov
c6c8c8f43b I introduced Redis support for store information about attacks.
redis-cli

keys *
1) "10.10.10.200_flow_dump"
2) "10.10.10.200_information"
3) "10.10.10.200_packets_dump"

get 10.10.10.200_information

get 10.10.10.200_flow_dump

get 10.10.10.200_packets_dump
2015-04-13 12:30:20 +03:00
Pavel Odintsov
8de8c16d4a Fix Travis script; Do not fail if we have troubles with repos 2015-03-28 22:04:33 +03:00
Pavel Odintsov
8d5173252d Add nanosecod precesion for sFLOW 2015-03-28 21:57:57 +03:00
Pavel Odintsov
f69702d91b Close #168 2015-03-28 21:55:02 +03:00
Pavel Odintsov
9e8c4d23e3 Add information about sFLOW debugging 2015-03-28 21:08:58 +03:00
Pavel Odintsov
92e2a9e68a Add dependency to plugin runner 2015-03-28 20:57:00 +03:00
Pavel Odintsov
5af67ca1ab Add link to preinstalled FastNetMon 2015-03-25 18:51:21 +03:00
Pavel Odintsov
eb9e775ef4 Add point to RoadMap 2015-03-25 18:47:09 +03:00