Luca Deri
1a0e832df3
initial nSeries changes
2017-11-02 19:49:08 +01:00
Luca Deri
3e88f9a0ac
Improved conntrack detection
2017-10-28 07:24:11 +02:00
Luca Deri
3d7a844267
ntopng.service is now generated by configure
2017-10-23 18:46:02 +02:00
Luca Deri
c78c1ad3e0
nEdge compilation fixes
2017-10-23 18:18:04 +02:00
Luca Deri
9b315da559
Added nedge packaging for Debian distros
2017-10-21 21:10:37 +02:00
Luca Deri
c8de202017
Fixes to compile ntopng without MySQL
...
Added nEdge support in configure
2017-10-21 13:39:18 +02:00
Luca Deri
44c3314467
Added conntrack check
2017-09-19 17:52:09 +02:00
lucaderi
a492591d6e
Fix for CentOS 6
2017-09-15 18:27:24 +02:00
Luca Deri
20b665f0b6
Fixed for executing network discovery when ntopng moved to nobody (Linux only)
2017-09-15 19:24:23 +02:00
Luca Deri
e91edb5e34
Implemented
...
ntop.gainWriteCapabilities()
ntop.dropWriteCapabilities()
for executing privileged write operation as nobody
2017-07-09 13:32:53 +02:00
Luca Deri
9883b20a9a
Updated ntopng releaase dates
...
Removed warning
Minor code cleanup
2017-06-11 10:58:11 +02:00
Josh Soref
d3dd373e8b
spelling: please
2017-03-07 07:38:38 +00:00
Simone Mainardi
c7033ffcae
FreeBSD nbpf compilation fixes
2017-02-06 14:10:52 +01:00
Antonio Spada
d131c271af
Added libnfnetlink dependency in order to use netfilter queues.
2017-01-03 15:53:34 +01:00
Frank Meerkoetter
1d7945f12e
Do not use clang just because it is installed somewhere
...
Just picking up /usr/bin/clang++ breaks for example Yocto
cross compiles if clang++ is installed on the build host.
Instead use AC_PROG_CXX to detect a C++ compiler.
If clang should be used set CXX on the shell to clang++ before
running configure.
2016-11-13 22:20:10 +01:00
Luca Deri
fde6e7863a
Fix for #789
2016-10-12 12:46:22 +02:00
Luca Deri
c83b1f231a
Added /usr/local/lib to the directory list
2016-10-12 12:05:54 +02:00
Luca
8d6220adf8
Fixed nbpf leftover
...
VoIP fixes
2016-09-30 18:08:26 +02:00
Luca Deri
ea516a8323
ARM fix
2016-09-23 15:36:53 +00:00
Luca Deri
97e9f98c00
Minor makefile fix
2016-09-18 11:22:41 +02:00
Luca Deri
cbca47f19d
OSX make fixes
2016-09-18 11:15:31 +02:00
Luca Deri
22717aacbb
Moving to PF_RING fastbpf
2016-09-17 18:57:59 +02:00
Simone Mainardi
8f49439f72
Adds compilation/build support for ssl
2016-08-01 13:04:25 +02:00
Luca Deri
6636c5fc91
Check for old debian
2016-04-11 22:38:25 +02:00
Luca Deri
263f3123e2
Improved ZMQ handling by adding encryption and compression support
2016-03-15 17:08:23 +01:00
Luca Deri
670edfe644
Initial work towards trend monitoring
2016-02-24 08:35:25 +01:00
Luca Deri
ef1e3745ab
Added -llber for LDAP support
2016-01-28 19:55:14 +01:00
Luca Deri
b8c72acaed
Initial work on LDAP login support
2016-01-26 23:47:05 +01:00
Luca Deri
d7c452f0a3
Moved to 2016
2016-01-01 09:27:39 +01:00
Luca Deri
ebbf0b3ac7
Fixed some warnings
...
Change in configure to address issues with libnuma
2015-12-31 08:29:08 +01:00
Luca Deri
54d2a5175e
Reimplemented support for netfilter packet sniffing in the pro version with support for dropping traffic
2015-11-26 13:21:43 +01:00
Luca Deri
cfbf3f2ac6
Removed duplicated interfaces (issue #236 )
...
Initial work towards traffic profiles support
2015-10-17 19:14:16 +02:00
Luca Deri
631d54781e
MySQL/MariaDB is now compulsory to compile ntopng
2015-10-16 14:56:01 +02:00
Luca Deri
c8e0bb24a4
Initial work for supporting communities (work in progress)
...
Fixrd bug in daily Lua script
2015-10-12 01:04:34 +02:00
Luca Deri
368381135f
Updated pfring dependency
2015-10-04 21:43:01 +02:00
Luca Deri
12e26d67a6
Added pfring dependency
2015-10-04 21:30:03 +02:00
Luca Deri
af0c09f610
Added supporto for pfring_config
2015-10-04 12:47:48 +02:00
Alex Dunn
070ccf5677
build: fix MAN_DIR
...
Was broken for Darwin in cefc119de1 .
Also sets MAN_DIR to the mandir itself rather than its parent.
2015-08-29 20:11:13 -07:00
Simone Mainardi
ea615e8e85
fix: sets the right include/ and lib/ directories for mac-port based Mac OS X systems
2015-08-26 10:52:58 +02:00
Luca
61e4e5c6b1
Added /opt/local, if present, to the list of path used by Makefile
2015-08-21 18:48:50 +02:00
Luca Deri
a2741dbdc8
Fix fir decoding HTTP requests: they were not decoded as nDPI was configured to decode responses thus making HTTP-based protocol recognition too late
2015-08-21 00:36:14 +02:00
Luca Deri
8133cb7eb7
MySQL
...
- Added support for MariaDB (in addition to MySQL)
- Implemented reconnection if server/client disconnects
- Added support for both host and Unix socket connection to the DB
2015-08-10 11:55:53 +02:00
Luca Deri
51c2361988
Pro version improvements
2015-08-05 09:48:23 +00:00
lucaderi
023385086c
Centos packagin fixes
2015-07-30 11:12:45 +02:00
Luca Deri
e04aff63cc
Further OS detection improvements
2015-07-29 00:11:24 +02:00
Luca Deri
8f3170a6df
OS detection improvements on Ubuntu
2015-07-28 23:54:08 +02:00
Luca Deri
23cb9078e1
Improvements for OS detection
2015-07-28 23:47:58 +02:00
Luca Deri
30f7617269
Fix for #66
...
Improvements for OS detection
2015-07-28 23:28:37 +02:00
Luca Deri
c241c347fa
Git changes
2015-07-20 22:55:20 +02:00
Luca Deri
07c7ada869
Git fixes
2015-07-20 21:44:39 +02:00