Pavel Odintsov
64ef4bd012
Added privacy policy
2018-09-17 00:14:22 +01:00
Pavel Odintsov
3aedc0c2fd
Reworked flow description
2018-09-03 10:29:25 +01:00
Alexander Astashov
bccc10d50d
issues/682 v4 ( #727 )
...
Added support for host addresses in whitelist. Closes #682
2018-08-02 23:55:01 +01:00
Pavel Odintsov
a330d92b8c
Added executable bit and details for advanced
2018-07-24 23:24:10 +01:00
Pavel Odintsov
2f497ad7e6
Added PHP interpreter install
2018-07-24 23:02:44 +01:00
Pavel Odintsov
c9b7ba8987
Moved guide about route collector to site
2018-07-21 13:24:55 +01:00
Pavel Odintsov
ee1f1c0e00
Merge pull request #724 from hvanderheide/non_portable_fix
...
Skipp non-protable CPU affinity code on non-GNU libc platforms
2018-07-19 08:56:25 +01:00
Pavel Odintsov
25221a2334
Merge pull request #723 from jasperla/cmake
...
turn several hardcoded "options" into a real options
2018-07-18 09:58:45 +01:00
Hidde van der Heide
68827f3931
Skipp non-protable CPU affinity code on non-GNU libc platforms
2018-07-15 07:32:33 +00:00
Jasper Lievisse Adriaanse
17318e452a
turn several hardcoded "options" into a real options
...
This makes setting the following variables easier:
ENABLE_NETMAP_SUPPORT
ENABLE_DPI_SUPPORT
ENABLE_LUA_SUPPORT (was overridable but not a real option)
2018-07-14 18:13:07 +02:00
Pavel Odintsov
275572d45e
Merge pull request #722 from jasperla/openbsd
...
Define DLT_LINUX_SLL in case it's not already defined
2018-07-12 10:09:44 +01:00
Jasper Lievisse Adriaanse
1ba1298e8e
Define DLT_LINUX_SLL in case it's not already defined
2018-07-12 08:24:31 +02:00
Pavel Odintsov
b111292b77
Merge pull request #721 from jasperla/openbsd
...
add support for OpenBSD
2018-07-11 23:03:26 +01:00
Jasper Lievisse Adriaanse
d02c20b3e8
add support for OpenBSD
2018-07-11 16:41:24 +02:00
Pavel Odintsov
611ccd8bf4
Added official mirror at GitLab
2018-06-07 19:44:24 +01:00
Pavel Odintsov
faa297aa70
Added logotype
2018-04-24 20:45:39 +01:00
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