Commit graph

11300 commits

Author SHA1 Message Date
Mathieu
46330a0fdd Check for cmdl trace level option 2016-07-15 14:42:11 +02:00
Simone Mainardi
62e8ee0be7 Handles allowed interfaces with ids to prevent issues with special chars 2016-07-14 16:41:42 +02:00
Luca Deri
03897ecc2e Merge branch 'dev' of https://github.com/ntop/ntopng into dev 2016-07-14 15:18:27 +02:00
Luca Deri
6acebf7706 Added Devices menu 2016-07-14 15:18:03 +02:00
Simone Mainardi
7a8878a886 Adds bidirectional flags in host_get_json TCP flows
An excerpt of the json returned is:

{"srv.ip":"a.b.c.d","cli.port":50559,"srv.port":443,
"cli2srv.tcp_flags":{"SYN":1,"RST":0,"PSH":1,"FIN":0,"URG":0,"ACK":1},"cli2srv.throughput_bps":0,"bytes":2869,"srv2cli.throughput_bps":0,"cli2srv.throughput_pps":0,
"srv2cli.tcp_flags":{"SYN":1,"RST":0,"PSH":1,"FIN":0,"URG":0,"ACK":1},"tcp_established":true,"srv2cli.throughput_pps":0,"cli.ip":"192.168.2.130","proto.ndpi_id":126,"proto.ndpi":"SSL.Google"},
2016-07-14 12:44:55 +02:00
Mathieu
2dc31415b5 Add log preferences 2016-07-13 18:16:36 +02:00
Simone Mainardi
0515516952 Adds the Observation Period in historical Breadcrumbs 2016-07-13 17:58:40 +02:00
Luca Deri
94d5065603 Updates for the enterprise edition 2016-07-13 11:47:55 +02:00
Simone Mainardi
926a57f658 Executes db explorer queires automatically on user click
Clicking on flow details (e.g., protocol or src or dst)
automatically redirects the user to the db explorer page
and preserves selection details (pro version).
2016-07-12 17:02:14 +02:00
Luca Deri
c25a9a632d Fixed SNMP wrapping bug
Added ability to graph flow-devices port I/O
2016-07-12 15:51:26 +02:00
Luca Deri
0b26aa9b0f Fixed broken icon in waiting page
Oreliminary work to detect future enterprise edition
Minor change in MySQL error report
2016-07-12 00:31:43 +02:00
Simone Mainardi
7607c90e93 Adds an extra check against possible nil values
Fixes #654
2016-07-11 14:30:23 +02:00
Luca
c85fa80ddd Removed hard-coded number now a #define
Preliminary work for the enterprise edition
2016-07-09 09:58:13 +02:00
Simone Mainardi
bb2af892e2 Includes custom HTTP prefixes in alert links
Fixes #652
2016-07-08 16:28:53 +02:00
Simone Mainardi
23197acbbb Fixes a typo in the HTTP page 2016-07-06 15:57:46 +02:00
Simone Mainardi
2c693cb0c1 Adds the ability to set a custom Google Maps API key
Users can now generate a custom Google Maps API key and
set it via ntopng Preferences page.

Addresses #646
2016-07-06 11:46:37 +02:00
Simone Mainardi
a5cec74d36 Fixes a typo 2016-07-05 10:55:17 +02:00
Simone Mainardi
a51994cfec Implements asynchronous database schema updates
Database updates are now performed asynchronously.
The web server starts but notifies the user with a
'please wait' message until the updates are completed.
2016-07-04 19:37:44 +02:00
Luca Deri
f56e91d3ca Added link to flow device if present 2016-07-04 18:03:04 +02:00
Luca Deri
5088fe0f33 Flow collection improvements 2016-07-04 17:50:23 +02:00
Luca Deri
ef62c85bc7 Implemented host deviceIP/port binding 2016-07-04 00:04:32 +02:00
Luca Deri
5bc06b9875 Small cosmetic fix for ZMQ interfaces 2016-07-03 14:43:35 +02:00
Luca Deri
5791d5a262 Improved SNMP support 2016-07-03 13:06:34 +02:00
Luca Deri
847e5954df implementation of flow devices stats (work in progress) 2016-07-02 16:16:59 +02:00
valentina
4c6adfdb49 Changed for SIP flows 2016-07-01 23:33:35 +02:00
Luca Deri
3e0705528b Fixed Invalid exporter address display (endianess) 2016-06-27 14:12:56 +02:00
valentina
39410f683e Changes for SIP flows. 2016-06-26 14:01:02 +02:00
Simone Mainardi
d1922fdb1e Rearranges preferences page 2016-06-26 12:14:04 +02:00
Luca Deri
b7b3a21ab5 Improved AS widget loading 2016-06-24 16:11:20 +02:00
Simone Mainardi
e86103f9fc Accounts all phyisical interfaces in grouped view stats
Addresses issue raised in #486
2016-06-24 15:58:03 +02:00
Luca Deri
92a479c443 Added routing visibility through RIPE 2016-06-23 14:45:12 +02:00
Simone Mainardi
2961e53140 Reworks ntopng preferences 2016-06-22 17:37:10 +02:00
Luca Deri
1f7022941c Fix for #622
Core cleanup
2016-06-22 13:53:04 +02:00
Simone Mainardi
d3316b6dc9 Fixes web interface http last return code visualization issues 2016-06-21 16:24:47 +02:00
Simone Mainardi
62f418b38c Fixes web interface http last method visualization issues 2016-06-21 16:24:07 +02:00
Simone Mainardi
44060c70ad Fixes web interface http last url visualization issues 2016-06-21 16:20:24 +02:00
Simone Mainardi
95d6e80bd5 Fixes web interface http server name visualization issues 2016-06-21 16:19:11 +02:00
Simone Mainardi
e33ed413d2 Fixes web interface DNS protocol visualization issues 2016-06-21 16:17:01 +02:00
Simone Mainardi
79f778ab59 Fixes web interface ssl certificates visualization issues 2016-06-21 15:41:52 +02:00
valentina
d4e5181eae Minor changes for SIP flows. 2016-06-18 23:07:31 +02:00
Simone Mainardi
7dc5b25064 Merge remote-tracking branch 'upstream/dev' into dev 2016-06-18 15:28:58 +02:00
Simone Mainardi
19a2372d45 Improves interface selection criteria in host_get_json.lua 2016-06-18 15:28:25 +02:00
Luca Deri
1a154dc52f Per hosts alerts are not correctly initialized
Aded IPv6 label to top talkers to easily identify hosts with dual stack
2016-06-18 10:16:02 +02:00
Luca Deri
43c17964e5 Implemented non-L3 stats and improved tcp flow stats 2016-06-17 23:51:13 +02:00
Simone Mainardi
f9c7c1f18b Adds IN_ and OUT_BYTES to IPv6 flows visualization 2016-06-16 15:39:56 +02:00
Luca Deri
1154beb369 Enhanced flow details with new historical link 2016-06-16 08:43:18 +02:00
Luca Deri
bd1de5ad64 Fixed merge error (damn git) 2016-06-15 16:52:01 +02:00
Luca Deri
71646ff4bb Merge branch 'dev' of https://github.com/ntop/ntopng into dev 2016-06-15 16:51:07 +02:00
Luca Deri
9a717fede5 Implemented ICMPv6 dissection 2016-06-15 16:42:52 +02:00
Simone Mainardi
c010813266 Minor fix for HTML anchors 2016-06-15 16:10:41 +02:00