Commit graph

11300 commits

Author SHA1 Message Date
Simone Mainardi
28ea100379 Fixes a JS uncaught reference exception
Fixes:
host_details.lua?ifname=0&host=192.168.2.130&page=historical:1606 Uncaught ReferenceError: http is not defined
2016-04-13 17:15:30 +02:00
Simone Mainardi
05c1209310 Pops-up a window to download flows (and prevents page changes to be lost) 2016-04-13 15:51:23 +02:00
Simone Mainardi
7b1e38cc6e Checks whether local packet dump is enabled via Lua
Fixes #487
2016-04-12 18:26:32 +02:00
Simone Mainardi
0ca318ac4d Implements VLAN statistics
Comuptes VLAN statistics and store data to RRD files.
2016-04-12 18:01:05 +02:00
Simone Mainardi
834c551b20 Handles user-overridden interface speeds in if_stats
Fixes #473
2016-04-12 13:02:46 +02:00
Simone Mainardi
9855a381e8 Rearranges http statistics in host_get_json.lua 2016-04-12 10:25:32 +02:00
Simone Mainardi
bb52aa747c Prevents dump buttons from being shown for non-packets interfaces or when nBox integration is enabled
Traffic dump buttons are not shown for non-packet interfaces
as well as when the nbox integration is enabled.
2016-04-11 14:34:21 +02:00
Luca Deri
8b150132d2 Added interface TCP stats 2016-04-11 00:02:37 +02:00
Simone Mainardi
60910a782e Extends password support to ISO 8895-1 (latin 1) 2016-04-10 16:45:35 +02:00
Luca Deri
f88ea31239 Reworked HTTP stats (more work to be done) 2016-04-10 12:34:09 +02:00
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