1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-23 13:22:36 +01:00
Commit Graph

495 Commits

Author SHA1 Message Date
Pavel Odintsov
e9139b2e28 Fix path. At FreeBSD we should use /usr/local/src instead /usr/src. 2015-02-12 13:20:36 +03:00
Pavel Odintsov
2b88d55194 Fix typo 2015-02-10 16:40:39 +03:00
Pavel Odintsov
43feb9f56e Add FreeBSD_INSTALL 2015-02-10 16:38:00 +03:00
Pavel Odintsov
469e19f455 Complete FreeBSD support 2015-02-10 16:36:09 +03:00
Pavel Odintsov
e6ad5f9c5a Add FreeBSD support for log4cpp 2015-02-10 16:07:53 +03:00
Pavel Odintsov
5cd2bed868 Mac library searecher improved 2015-02-10 16:03:21 +03:00
Pavel Odintsov
b8a16c74aa Fix typo 2015-02-10 14:18:21 +03:00
Pavel Odintsov
ccdfe77f7d Add guides for Slackware from Martin Stoyanov 2015-02-10 14:17:53 +03:00
Pavel Odintsov
237f1f4f81 Fix in Mac manual 2015-02-10 13:55:47 +03:00
Pavel Odintsov
024754c22b Add install guide for Mac OS X 2015-02-10 13:54:59 +03:00
Pavel Odintsov
fce73dc979 Fix cmake manifests for compilation on Mac OS X 2015-02-10 13:42:48 +03:00
Pavel Odintsov
2412a4c348 Remove numa from mail toolkit dependency list 2015-02-10 13:03:48 +03:00
Pavel Odintsov
7e8812cd6d Fix for compilation on Mac OS X Yosemite 2015-02-10 12:35:03 +03:00
Pavel Odintsov
3a812f3783 Fix bug with ifdef. We have built PF_RING on travis since now 2015-02-10 11:29:54 +03:00
Pavel Odintsov
f16dcbf19b We try to enable PF_RING build on Travis 2015-02-10 11:11:28 +03:00
Pavel Odintsov
5f31cdaf40 Fix bugs found by clang 2015-02-10 00:08:36 +03:00
Pavel Odintsov
5c8e45281b PF_RING plugin code 2015-02-04 15:00:06 +03:00
Pavel Odintsov
087874f3cc Fixes for support PF_RING plugin in plugin runner 2015-02-03 23:05:16 +03:00
Pavel Odintsov
dac570295d Biggest refactoring ever have just finished! Core PF_RING moved to plugin 2015-02-03 22:55:44 +03:00
Pavel Odintsov
cd67aa4c49 Add number of packets and sampling ratio to packet printer 2015-02-03 17:02:54 +03:00
Pavel Odintsov
c4f52fe618 Fix in docs abotu mirror mode 2015-02-03 16:45:46 +03:00
Pavel Odintsov
6a47db2547 Remove useless logging to console 2015-02-03 16:31:28 +03:00
Pavel Odintsov
7d2d20a285 Add newline for error 2015-02-01 16:02:30 +03:00
Pavel Odintsov
608dbfc6f9 Fix pcap linking for pcap pluging 2015-02-01 16:02:16 +03:00
Pavel Odintsov
11c0dbb29a Fix linking issue for Ubuntu 14.04 2015-02-01 15:54:05 +03:00
Pavel Odintsov
0c457206e8 Fix APi changes in PF_RING.Fixes: #107 2015-01-30 23:12:12 +03:00
Pavel Odintsov
cacc6196cd Fix installer 2015-01-29 13:55:26 +03:00
Pavel Odintsov
d71e5f6e46 Provide ability to build without PF_RING support 2015-01-29 13:50:09 +03:00
Pavel Odintsov
300e3b2039 Fix issue with CentOS 7 2015-01-29 05:41:26 -05:00
Pavel Odintsov
07bd15ad36 Provide ability to compile with manually builded log4cpp because CentOS 7 kick off log4cpp from the repo 2015-01-29 05:27:55 -05:00
Pavel Odintsov
ee8fc48f47 Add netflow v9 support 2015-01-28 23:29:39 +03:00
Pavel Odintsov
15849d4eb7 Production ready Netflow v9 support 2015-01-28 23:26:16 +03:00
Pavel Odintsov
c03fedf12a Yehhaaaa! NetFlow v9 working now 2015-01-28 19:56:41 +03:00
Pavel Odintsov
caf5cdc885 Hmmmm, netflow v9 is not working but do it better 2015-01-28 18:01:12 +03:00
Pavel Odintsov
5308d5c5ae Enhance netflow v9 parser 2015-01-28 17:16:14 +03:00
Pavel Odintsov
5467d2d8cf Working NetFLOW v9 template parser 2015-01-28 16:40:01 +03:00
Pavel Odintsov
fa8842687d Enable processing in both directions by default 2015-01-28 10:50:36 +03:00
Pavel Odintsov
d6bb41bedc Provide ability to skip outgoing or incoming traffic precessing competely. Closes: #63 2015-01-28 10:49:12 +03:00
Pavel Odintsov
363d509aab Add global map for templates lookup 2015-01-27 23:39:34 +03:00
Pavel Odintsov
f8fece5116 Fix plugin runner 2015-01-27 23:24:56 +03:00
Pavel Odintsov
927bbe22d0 Fix pow and type overload issue:
/usr/local/src/fastnetmon/fastnetmon.cpp:940: error: call of overloaded 'pow(int, int)' is ambiguous
/usr/include/math.h:210: note: candidates are: double pow(double, double)
/usr/include/c++/4.2/cmath:373: note:                 long double std::pow(long double, int)
/usr/include/c++/4.2/cmath:369: note:                 float std::pow(float, int)
/usr/include/c++/4.2/cmath:365: note:                 double std::pow(double, int)
/usr/include/c++/4.2/cmath:361: note:                 long double std::pow(long double, long double)
/usr/include/c++/4.2/cmath:357: note:                 float std::pow(float, float)
2015-01-27 23:00:44 +03:00
Pavel Odintsov
bca014aab2 Remove using namespace std in fastnetmon_client 2015-01-27 22:46:33 +03:00
Pavel Odintsov
48fbdd5781 Do not use using namespace std anymore 2015-01-27 22:29:51 +03:00
Pavel Odintsov
158f748180 Fix compatibility issues for FreeBSD 2015-01-27 14:59:06 +03:00
Pavel Odintsov
2f329e59bc Add giter 2015-01-27 14:26:44 +03:00
Pavel Odintsov
35eba9f275 Fix cmake build file 2015-01-27 13:24:08 +03:00
Pavel Odintsov
ec751ddca0 Add remark about PCAP in README 2015-01-27 13:03:15 +03:00
Pavel Odintsov
daf2f1d820 We implemented complete PCAP support in separate plugin. Please be aware! It's very slow! Closes #100 2015-01-27 12:56:16 +03:00
Pavel Odintsov
11e55fe7d9 Add ability to read main config file from plugins 2015-01-27 12:53:55 +03:00
Pavel Odintsov
e3bd6e3f25 Work for netflow v9 integration, please DO NOT USE IT NOW! Only v5 supportted at this moment 2015-01-26 22:38:35 +03:00