Commit Graph

2110 Commits

Author SHA1 Message Date
Pavel Odintsov
8747fad084 Fix name 2016-09-25 14:12:16 +03:00
Pavel Odintsov
46ab4ff2f6 Add contribution rules. 2016-09-25 14:11:54 +03:00
Pavel Odintsov
90157659fb Rename CONTRIBUTING to ISSUE_TEMPLATE.md 2016-09-25 14:09:32 +03:00
Pavel Odintsov
1fdc90c9e7 Add contribution guides 2016-09-25 14:04:51 +03:00
damiankam
79b55d0390 add trim while processing lines from config file 2016-09-25 14:00:22 +03:00
Pavel Odintsov
fda4f2768f Create developer information 2016-09-25 12:30:54 +02:00
Pavel Odintsov
93ad88b4f8 Merge pull request #572 from damiankam/fix_redis_log
fix redis log
2016-09-24 21:35:03 +01:00
damiankam
68498d1302 fix redis log 2016-09-24 21:21:45 +03:00
Pavel Odintsov
70bbdf9483 Add addres to new site 2016-09-10 07:23:58 +03:00
Pavel Odintsov
6e07a08bec Remove space at the end of "ban_for_tcp_pps" line 2016-09-09 09:06:31 +03:00
Pavel Odintsov
e650c295e2 Deprecate binary packages idea 2016-09-07 10:39:05 +03:00
Pavel Odintsov
ff8f9e244c Merge pull request #561 from vatsoss/master
Minor typo fix.
2016-09-07 00:55:13 +03:00
Shrivatsan Rajagopalan
8071a7e7b5 Minor typo fix. 2016-09-06 14:53:17 -07:00
Pavel Odintsov
12b31c67ae Disable annoying message "Received ipfix options flowset id, which is not supported" 2016-08-26 21:40:09 +03:00
Pavel Odintsov
cb6004e877 Change link to release notes 2016-08-25 22:39:52 +03:00
Pavel Odintsov
944559a640 Remove roadmap, it's far away from reality :) 2016-08-25 22:39:44 +03:00
Pavel Odintsov
86c9db02e3 Merge pull request #552 from ericchou1/master
Updated TPS Config README and DDoS DST Zone Config Templates
2016-08-23 22:51:50 +03:00
Eric Chou
b6b4807532 updated ddos_dst_zone.py 2016-08-22 17:09:24 -07:00
Eric Chou
5b378e1755 Merge branch 'master' of https://github.com/ericchou1/fastnetmon
latest pull for updated base and zone config
2016-08-22 16:51:58 -07:00
Pavel Odintsov
376445a679 Merge branch 'master' of github.com:pavel-odintsov/fastnetmon 2016-08-20 19:55:56 +03:00
Pavel Odintsov
04640eb011 Since this commit we could install kernel headers for current centos kernel 2016-08-20 19:55:30 +03:00
Pavel Odintsov
a341c92f19 Add notification about RAM size for install purposes. 1 GB is not so much. 2016-08-20 15:15:01 +03:00
Pavel Odintsov
009b8b7caa Add notification about install log 2016-08-20 15:01:06 +03:00
Pavel Odintsov
cd168e9c06 Remove log4cpp from Epel from dependency list for CentOS 7 2016-08-20 14:52:42 +03:00
Rich Groves
67a1fc61cc added README for configs 2016-08-19 16:36:41 -07:00
Rich Groves
77833fa287 added tps_zone_config and tps_base_config v1 2016-08-19 13:32:35 -07:00
Rich Groves
e82bfdbe46 added tps_zone_config and tps_base_config v1 2016-08-19 13:27:27 -07:00
Pavel Odintsov
9e6625dec8 Add ability to mitigate mixed attacks. Code originally prepared by https://github.com/dalibort I've just pushed it 2016-08-19 22:43:16 +03:00
Pavel Odintsov
4dab31e3b7 Move flow_spec publish code into separate function. This code orininally written by https://github.com/dalibort I've just extracted it from PR :) 2016-08-19 22:36:40 +03:00
Pavel Odintsov
032f25847f Fix mistake found my CI 2016-08-19 22:26:41 +03:00
Pavel Odintsov
c4fc2d6954 Rework flow zerofication code 2016-08-19 22:18:56 +03:00
Pavel Odintsov
cd0121acba Merge pull request #547 from dalibort/ndpi
Fix ndpi processing code
2016-08-19 22:03:41 +03:00
root
178f9b94a3 produce_dpi_dump_for_pcap_dump() - log possible problem when reading pcap file 2016-08-19 10:46:39 +02:00
root
66ab5c072b - changes in produce_dpi_dump_for_pcap_dump()
- added logging of stats from DPI
2016-08-18 16:11:40 +02:00
root
34eacf3e42 - changes in produce_dpi_dump_for_pcap_dump()
- solved problem with only first packet beign analyzed by DPI
  - optimised memory allocations
  - prevent possible memory leaks when memsetting flow variable
2016-08-18 15:45:08 +02:00
Pavel Odintsov
162cda0348 Add document about memory consumption 2016-08-18 00:04:08 +03:00
Pavel Odintsov
33d5b9dd63 Merge pull request #543 from ericchou1/master
Cumulative update Aug. 15, 2016 for mitigation script v0.3, base and zone configs, etc.
2016-08-15 18:42:16 +03:00
Eric Chou
70c388abdc adding new .gitignore and json_configs files 2016-08-13 12:06:55 -07:00
Eric Chou
e47200aebb adding fastnetmon_a10_v0.3.py 2016-08-13 11:49:38 -07:00
Pavel Odintsov
963cec7bc9 Remove bad code for Travis from installer 2016-08-13 12:57:01 +03:00
Pavel Odintsov
96d1aa7df6 Fix build dir again 2016-08-13 12:50:01 +03:00
Pavel Odintsov
b25d655b0d Fix in Travis manifest again 2016-08-13 12:29:55 +03:00
Pavel Odintsov
52f6ffa3f9 Rewrite Travis manifest 2016-08-13 12:17:05 +03:00
Eric Chou
e1eef5e94f version 0.3 changes 2016-08-12 20:15:27 -07:00
Eric Chou
7ba4629012 Merge branch 'master' of https://github.com/pavel-odintsov/fastnetmon 2016-08-12 14:51:11 -07:00
Pavel Odintsov
f8c6daaa05 Add travis badge 2016-08-12 00:39:39 +03:00
Pavel Odintsov
329a4b778a Add -i flag because we should run profile specific options for setting custom PATH for clang at Travis CI 2016-08-12 00:38:06 +03:00
Pavel Odintsov
4aeb451f13 Add explicit path to clang for Travis build 2016-08-12 00:30:16 +03:00
Pavel Odintsov
440dec5658 Preserve environment variable for sudo 2016-08-11 23:05:32 +03:00
Pavel Odintsov
610ce15a86 Add Ubuntu 14.04 support 2016-08-11 22:52:54 +03:00