1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-06-03 11:46:31 +02:00
Commit Graph

2097 Commits

Author SHA1 Message Date
Pavel Odintsov 55b51d03f2
Uploaded new one 2018-03-12 00:05:00 +00:00
Pavel Odintsov 2ee9990b36
Removed outdated screehshot 2018-03-12 00:04:35 +00:00
Pavel Odintsov 6bc480b523
Fixed colon 2018-03-04 20:49:22 +00:00
Pavel Odintsov c965a84afa
Fixed console colors 2018-03-04 20:48:57 +00:00
Pavel Odintsov d326867792
Added UTM tags for install script 2018-03-04 20:41:52 +00:00
Pavel Odintsov fee752dd76
Fixed case for sFlow and Netflow 2018-03-01 21:27:45 +00:00
Pavel Odintsov 2e4ac87c59
Merge pull request #711 from trodery/trodery-documentation-changes
Cleaning up of various documentation
2018-03-01 21:26:29 +00:00
Terry Rodery 3c1dfa9370 change flowspec to Flow Spec 2018-03-01 13:53:11 -06:00
Terry Rodery b24a465169 clean-up, rephrasing, and reformatting 2018-03-01 13:33:13 -06:00
Terry Rodery 3cef12ae4a rephrase 2018-03-01 13:32:55 -06:00
Terry Rodery 97c953e8ee clean-up/rephrase 2018-03-01 13:32:36 -06:00
Terry Rodery 4259d82158 change header format 2018-03-01 13:31:35 -06:00
Terry Rodery f57e02356b rephrase a few things 2018-03-01 13:30:04 -06:00
Terry Rodery 10f04f1700 clean-up and reformat 2018-03-01 13:29:33 -06:00
Terry Rodery 19116c3feb clean-up and migrate to README.md 2018-03-01 13:28:58 -06:00
Pavel Odintsov 0739090ae5
Merge pull request #710 from trodery/trodery-patch-1
Update README.md grammar and formatting
2018-02-28 23:24:31 +00:00
Terry Rodery ed34eb236c
Update README.md grammar and formatting
Some suggested grammatical and formatting changes
2018-02-28 09:40:27 -06:00
Pavel Odintsov 8e1fb0b076 Do not call exit from thread. Fixes #706 2018-02-13 21:26:04 +00:00
Pavel Odintsov c12385b55f
Merge pull request #705 from bdrung/master
Link against atomic if __atomic_add_fetch_8 is missing
2018-02-05 23:34:51 +00:00
Benjamin Drung 1fdf32aec6 Link against atomic if __atomic_add_fetch_8 is missing
src/fastnetmon.cpp uses __atomic_add_fetch(). Some architectures (like
mips, mipsel, m68k, powerpc, sh4) do not provide these built-in
functions and need to link against atomic to provide this function.

closes #703
Bug-Debian: https://bugs.debian.org/869805
2018-02-05 23:21:12 +01:00
Pavel Odintsov b6e6843d2e Introduced cmake option to enable memory model aware atomics 2018-02-04 13:19:44 +00:00
Pavel Odintsov d5711bb3da Added support for Memory Model Aware Atomic Operations 2018-02-04 13:10:57 +00:00
Pavel Odintsov 447b82690a
Merge pull request #702 from bdrung/master
Support nDPI 2.1
2018-01-31 21:08:19 +00:00
Benjamin Drung bdf4bdc395 Support nDPI 2.1
The parameters to ndpi_init_detection_module() were changed in nDPI 1.8,
but only nDPI 2.1 gained support for NDPI_MAJOR header variables.
Therefore the preprocessor check works for new versions of nDPI, but not
for nDPI between 1.8 and 2.0. This is the best we can get. Fixes more or
less #597.

Signed-off-by: Benjamin Drung <benjamin.drung@profitbricks.com>
2018-01-31 12:49:00 +01:00
Pavel Odintsov 04d72e73a4
Merge pull request #701 from bdrung/master
Support nDPI 2.2
2018-01-31 10:23:36 +00:00
Benjamin Drung 10afb25751 Support nDPI 2.2
nDPI 2.0 renamed detected_protocol.protocol to
detected_protocol.app_protocol (to avoid confusion).

fixes #699
Bug-Debian: https://bugs.debian.org/887623
2018-01-30 10:46:39 +01:00
Pavel Odintsov c74470e92d Fixes #690. Added ifconfig to dependencies for CentOS 7 2017-12-19 12:30:44 +00:00
Pavel Odintsov 22b2c5a505
Moved all documentation to site and changed links 2017-12-10 23:33:03 +00:00
Pavel Odintsov 69403b3ffa
Added notice that all documentation was moved to site 2017-12-10 23:29:53 +00:00
Pavel Odintsov 85403475d4
Migrated Slackware page to site 2017-12-10 23:25:11 +00:00
Pavel Odintsov b71dd3f569
Moved VyOS guide to site 2017-12-10 23:20:47 +00:00
Pavel Odintsov 0d5cea7f17
Moved update guide 2017-12-10 23:17:38 +00:00
Pavel Odintsov 9607090df4
Moved Netmap guide to site 2017-12-10 23:14:02 +00:00
Pavel Odintsov 1cd83fc2ee
Moved page about install on MacOS 2017-12-10 23:12:24 +00:00
Pavel Odintsov 77753d384a
Moved page about lua 2017-12-10 23:09:14 +00:00
Pavel Odintsov 0a9622eb65
Moved fine tuning page to site 2017-12-10 23:06:44 +00:00
Pavel Odintsov 1ea1a511f2
Moved ExaBGP guide to site 2017-12-10 22:55:55 +00:00
Pavel Odintsov 0b47d9190b
Moved docker Guide to site 2017-12-10 22:51:36 +00:00
Pavel Odintsov 78c7ab049b
Moved guide about dev version to site 2017-12-09 22:45:20 +00:00
Pavel Odintsov ba9bfebe49
Migrated FreeBSD Netmap guide 2017-12-09 22:29:55 +00:00
Pavel Odintsov 5cc7abbe86
Moved developer guide to site 2017-12-09 22:19:14 +00:00
Pavel Odintsov 122b93a430
Moved API page to site 2017-12-09 22:14:34 +00:00
Pavel Odintsov c7bcf83ec6
Polished README 2017-12-03 22:08:33 +00:00
Pavel Odintsov d88c56fed4
Changed path to Docker 2017-12-03 22:07:16 +00:00
Pavel Odintsov 61ba9e429b
Moved Docker file to src 2017-12-03 22:05:52 +00:00
Pavel Odintsov 0581c004b3
Renamed and fixed happy customers. REG.RU switched to different tool for this task 2017-12-03 22:05:13 +00:00
Pavel Odintsov b4dd206e35
Moved thanks file to top level fodler 2017-12-03 22:04:00 +00:00
Pavel Odintsov f5c8396403
Fixed netmap guide 2017-12-03 21:59:42 +00:00
Pavel Odintsov 5fe0479464
Fixed lua manual 2017-12-03 21:56:36 +00:00
Pavel Odintsov 647778f009
Added path to official ports 2017-12-03 21:48:49 +00:00