Luca Deri
c7de08f89c
Fixed lua code where some shared variables created issues with some reports.
...
Minor c++ code fixes
2015-09-13 23:03:06 +02:00
Luca Deri
0d23f1aa10
Minor footer change
...
Reworked some lua utility functions
2015-09-13 19:14:46 +02:00
Luca Deri
fe6becaa18
Added GtiHUB stats on footer
2015-09-12 00:53:04 +02:00
Luca Deri
897aaafcad
Added check for validating user/password and making sure it accepts the same format of the form used to add/change the user passwords
...
Fix for #153
2015-09-10 23:20:54 +02:00
Campus
d7ab1d3313
fixed local MAC address conversion for issue #126
2015-09-01 23:48:56 +02:00
Luca Deri
7e220133a5
Fixed some Lua errors that caused some scripts to fail and this prevent reports from being properly displayed (e.g. the ASNs report in the dashboard)
2015-08-27 00:42:41 +02:00
Luca Deri
dfe98e6a69
Improved flow search
2015-08-24 23:44:06 +02:00
Luca Deri
3f1c2e4cec
Removed InfluxDB integration experiment
2015-08-23 23:58:14 +02:00
Luca Deri
18bee82d99
Added check for discarding packets with invalid lenghts that might confuse reports and stats
2015-08-23 23:54:05 +02:00
Luca
75a5293d95
Implemented lua method for reading the list of local nets
2015-08-21 23:23:32 +02:00
Luca Deri
ee65e5f143
Historical flow enhancements for queries
2015-08-19 00:16:28 +02:00
Luca Deri
863da4eca1
Added graph autorefresh every minute, unless a specific epoch has been selected
2015-08-18 13:54:46 +02:00
Luca Deri
ec961ea45e
Removed code no longer used
2015-08-17 17:13:14 +02:00
Luca Deri
73618dbcbe
Fixes for SQL escaping
...
Improvement of DB reporting when showing Ip communications with no ports
2015-08-17 17:04:33 +02:00
Luca Deri
2a5baca948
Various flow dump improvements and bug fixes
2015-08-17 10:57:17 +02:00
Luca Deri
4945f5c902
Added ability to navigate IPv4 and IPv6 flows
2015-08-16 23:44:01 +02:00
Luca Deri
a16ca6600d
Added DB utils
2015-08-16 19:36:45 +02:00
Luca Deri
e59d699837
Added initial work towards a new historical interface. In the Interfaces->name->Historical Actitivity it is now possible to see top flows when -F "mysql;...." is used
2015-08-16 15:00:40 +02:00
Luca Deri
3b72506ab0
Added the ability to query flows from Lua
...
Added simple testing tool db_query.lua to issue queries
2015-08-15 20:38:01 +02:00
Luca Deri
83fe0afb99
Fix for top scripts: the code was not discarding non .lua files
2015-08-15 12:19:06 +02:00
Luca Deri
0463488b95
Further fixes for reading interface speed: in no case ntopng should quit if interface speed cannot be read
2015-08-15 11:47:09 +02:00
Luca Deri
44deca8b60
Fixes for supporting ifSpeed on non Linux platforms
...
Fixed speed conversion to use 1000 instead of 1024 as rate
2015-08-15 11:36:37 +02:00
Luca Deri
30819fa111
Merge pull request #127 from kYroL01/dev
...
added function to get max speed of eth - modified interface speed page
2015-08-15 11:09:58 +02:00
Campus
2deb319f57
added function to get max speed of eth - modified interface speed page
2015-08-15 01:48:08 +02:00
Luca Deri
1ef7b312aa
Fix for returning the correct top talker with respect to the specified epoch
2015-08-15 00:51:57 +02:00
Luca Deri
d5e19ec8af
Removed -F sqlite: due to this the historical interface is not finally gone and it is now possible to move forward to properly re-implement it
2015-08-15 00:09:12 +02:00
Luca
f690d63d87
Added fix for handling netmask in traffic policer
2015-08-12 19:14:53 +02:00
Luca
f9cc43d281
Added packet drop/interface full errors in bridge mode
2015-08-12 17:11:19 +02:00
Luca Deri
11a9b3112a
Fix for #120
2015-08-11 23:01:11 +02:00
Luca Deri
d609b8c80d
Change to convert a float to an integer prior to call rrd_update. This patch should fix #122 .
2015-08-11 22:26:17 +02:00
Luca Deri
e9995ceb62
Renamed some Ndpi -> nDPI API calls
...
Removed geohash: we're back top latitude longitude
Implemented flow insert into MySQL
2015-08-09 22:58:13 +02:00
Luca Deri
d7f755bac7
Added interface addresses to the network interface view
...
Fixed local hosts dump of activities
2015-08-09 14:00:08 +02:00
Luca Deri
792ccd15ac
Fix for saving/reading local hosts activities
2015-08-09 11:49:01 +02:00
Luca Deri
23d24bf7f8
The menu item for the matrix has been named to local flow matrix
2015-08-09 10:35:32 +02:00
Luca Deri
c755bd6fd4
Fixed layour of hosts matrix: empty rows/columns are not rendered
2015-08-09 10:33:37 +02:00
Michele Campus
653a63aa2c
fixing hosts_matrix.lua to delete empty lines generated by local hosts
2015-08-08 22:08:37 +02:00
Michele Campus
f60aed8b40
Merge remote-tracking branch 'upstream/dev' into dev
2015-08-08 20:22:48 +02:00
Michele Campus
fdd46e464a
fixing hosts_matrix.lua to delete empty lines generated by local hosts (1)
2015-08-08 17:49:22 +02:00
Luca Deri
8cedf73bfa
Updated FontAwesome
...
Fixed minor HTML errors
Added mime type for fonts in HTTP server
Shortened version id
2015-08-08 16:01:12 +02:00
Luca Deri
df38dee87d
Removed old legacy code
...
Added various fixes to networks view including the ability to visualize per-network graphs
Local hosts dumps (before purging) are now handled properly again.
2015-08-08 15:30:04 +02:00
Luca Deri
6aa141caa9
Code cleanup: removed code used very seldom such as host aggregations/contacts. This should reduce memory usage and make ntopng faster
...
Little progresses towards MySQL support
2015-08-08 01:13:59 +02:00
Luca
3945b18eb4
Moved ethernet OUI on a place that is included in packages
2015-08-05 13:22:32 +02:00
Luca Deri
72f37d0772
The stats on mesh network traffic are shown (menu Hosts) only if mesh network traffic is monitored
2015-08-03 17:59:32 +02:00
Luca Deri
2243804a94
Fixes for MAC address listing
...
Enhanced numeric MAC -> symbolic MAC conversion
2015-08-03 16:49:39 +02:00
Luca Deri
e1b876e440
Fixed MAC address list (work in progress)
2015-08-01 17:02:12 +02:00
Michele Campus
a528646abd
Added Mac Addresses statistics
2015-08-01 15:34:48 +02:00
Michele Campus
258f64757b
changed name function from getservbyname to getservbyport
2015-08-01 04:12:33 +02:00
Arianna Avanzini
5a76f4bdd4
scripts: add listing for Communities
...
This commit adds code both to the Lua bindings and scripts to
allow to list Communities and hosts belonging to the communities.
This allows to list hosts of just a community and get the related
info in real time.
2015-08-01 00:21:55 +02:00
Luca
3b93709556
Initil work towards symbolic application port mapping
2015-07-31 18:39:48 +02:00
Arianna Avanzini
34d4d966f5
Merge branch 'dev' of https://github.com/ntop/ntopng into dev
2015-07-30 22:02:23 +02:00