Commit graph

429 commits

Author SHA1 Message Date
Luca Deri
1144a2fcf0 Fixed bug that was including known hosts in list of Unknown Networks
Minor initialization fixes
2016-04-10 10:46:15 +02:00
Simone Mainardi
53fdd4f36b Specifies Interface in the top talkers minute stats table 2016-04-08 17:30:30 +02:00
Simone Mainardi
fdaf16a7ef Implements bi-directional HTTP reqs/resps rates 2016-04-08 15:52:56 +02:00
Simone Mainardi
e4dd2cba51 Implements cli2srv/srv2cli flow throughput breakdown 2016-04-07 13:22:27 +02:00
Luca Deri
46f69860c5 Fixed warning 2016-04-06 09:53:18 +02:00
Luca Deri
c68b0d3959 Merge pull request #471 from simonemainardi/dev
Fixes issues when sorting flows
2016-04-06 01:32:21 +02:00
Simone Mainardi
e1948d790a Allows dashes (-) in user passwords 2016-04-05 14:52:20 +02:00
Simone Mainardi
f8298cbb58 Extends host_get_json to optionally include host flows statistics 2016-04-05 12:06:39 +02:00
Simone Mainardi
18e8e57db5 Adds ports, l4 and l7 protocols to pcap and flows download 2016-04-04 19:57:22 +02:00
Simone Mainardi
90ffa1eb10 Removes a debug print 2016-04-04 19:40:55 +02:00
Simone Mainardi
870a08a568 Adds ports, l4 and l7 protocols to historical talkers drill-down 2016-04-04 19:38:57 +02:00
Simone Mainardi
ba5b7a08f7 Extendends direction breakdown for l7 protocols 2016-04-04 16:44:32 +02:00
Simone Mainardi
7f983c3b14 Adds direction breakdown for historical top talkers 2016-04-04 16:01:17 +02:00
Simone Mainardi
8df0b8f807 Makes minute top talkers data retention configurable 2016-04-04 09:55:26 +02:00
Simone Mainardi
27d9f37016 Fixes issues when sorting flows
Todo: check also host sort that may be affected as well

Fixes #464
2016-04-02 18:11:42 +02:00
valentina
d268c32d45 Added parenthesis in BPF creation. 2016-04-02 16:51:06 +02:00
Luca Deri
480634565b Fixed authentication bug 2016-03-31 09:05:52 +02:00
Luca Deri
0aa87b7c9b Spring cleaning 2016-03-28 14:16:27 +02:00
Luca Deri
ea31046f3d Added --online-license-check for checing licenses online instead of using the license file 2016-03-28 00:41:56 +02:00
Luca Deri
ef6fdebf63 Fixes in MySQl batch 2016-03-26 22:00:56 +01:00
valentina
149cdb18c6 Some fixes for ntopng and nbox integration 2016-03-26 17:52:25 +01:00
Simone Mainardi
2754c2dfa1 Stores integer interface ids into MySQL
Interface flows are now stored using integer interface ids rather
than interface names. This speeds up queries.
A migration code has also been introduced so that old MySQL table
format is migrated and old data does not get lost.

This also fixes #460
2016-03-25 19:58:00 +01:00
Luca
426ebc0c0e Merge branch 'dev' of https://github.com/ntop/ntopng into dev 2016-03-23 23:23:30 +01:00
Luca
c3d2ecc749 Implemented flow packets interarrival stats 2016-03-23 23:22:58 +01:00
valentina
01f56ab9a6 Fix bpf filter in nbox pcap extraction (added escapeHTML) 2016-03-23 23:15:59 +01:00
Luca Deri
0c0b671e0f Improved top sites 2016-03-22 14:56:03 +01:00
Luca Deri
4580211257 Improved http history for local hosts 2016-03-22 12:38:40 +01:00
Luca Deri
3f4d3b401f Merge branch 'dev' of https://github.com/ntop/ntopng into dev 2016-03-21 22:29:17 +01:00
Luca Deri
469b23b77e Added to visited (local) host sites 2016-03-21 22:28:50 +01:00
Simone Mainardi
6ce3ae37ee Fixes an 'expected string, got nil'
Fixes
[Lua.cpp:76] ERROR: ntop_get_file_dir_exists : expected string, got nil
2016-03-21 20:41:16 +01:00
valentina
c973a28752 Added management of latitude and longitude parameters (SRC_IP_LONG, SRC_IP_LAT, DST_IP_LONG and DST_IP_LAT) 2016-03-20 21:06:49 +01:00
Luca Deri
924939c8f2 Added fix for catching MySQL errors 2016-03-19 15:04:18 +01:00
Luca Deri
744c0e88c0 Traffic shaping protocols/flows are not immediately refreshed 2016-03-18 19:48:00 +01:00
Simone Mainardi
1eac3c5ac4 Passes interfaces by id on packet dump management 2016-03-18 16:19:05 +01:00
Luca Deri
7565daf699 Removed old ifName para,eter 2016-03-17 19:04:05 +01:00
Simone Mainardi
03b2c36e71 Merge remote-tracking branch 'upstream/dev' into dev 2016-03-16 19:54:49 +01:00
Simone Mainardi
d89cde0409 Handles interface alerts with ids
The Interface Alerts toggle button was not working. This
commit fixes this bug as well.
2016-03-16 19:53:13 +01:00
Luca Deri
a102daf52f Removed garbage 2016-03-15 22:54:45 +01:00
Luca Deri
07c839489e Various ZMQ enhancementent
Set the icon size of some external links to the correct size
2016-03-15 19:51:38 +01:00
Luca Deri
34d88b1708 Merge branch 'dev' of https://github.com/ntop/ntopng into dev 2016-03-15 17:09:08 +01:00
Luca Deri
263f3123e2 Improved ZMQ handling by adding encryption and compression support 2016-03-15 17:08:23 +01:00
Simone Mainardi
f27188064b Adds Peers MAC address information in the flow details page
Implements #427
2016-03-15 12:23:36 +01:00
Simone Mainardi
77adcbef0e Adds option to disable session autologut via web preferences
Automatic logout can be toggled via web preferences. Precedence is
given to the startup parameter -p, i.e., if auto-logout has been
explicitly disabled via command line, no toggle button is shown.
Contrarily, if the auto-logout has not been explicitly disabled during startup, then
the user can toggle it via web preferences.

Implements #440
2016-03-14 20:25:44 +01:00
Simone Mainardi
6c5f665a73 Fixes local networks aggregation functions
Local networks are aggregated on the basis of their string representation
rather than their id which may change between ntopng restarts.
2016-03-11 18:30:42 +01:00
Simone Mainardi
97c45aef96 Handles netowrk interfaces with integer ids
To prevent possible issues with special characters like /,
interface have been handled in the web UI via integer ids
2016-03-10 17:45:27 +01:00
Luca Deri
4628b7b0b2 Menu fixes 2016-03-09 15:56:34 +01:00
Luca Deri
66f35058cc Fixed host info details 2016-03-09 15:10:44 +01:00
Luca
8f0f8fc1cf Added logic to detect flows with low goodput (e.g. originated by tools like https://github.com/shekyan/slowhttptest) 2016-03-08 19:18:28 +01:00
Luca Deri
46d660ad94 Fixed layout 2016-03-08 15:09:59 +01:00
Luca Deri
2439e39860 Reworked flow details 2016-03-08 14:54:31 +01:00