ntopng/scripts/lua
2015-10-12 01:04:34 +02:00
..
admin Added in preferences the ability to specify the MySQL data retention 2015-09-22 23:32:39 +02:00
examples Initial import from SVN 2015-04-30 12:22:35 +02:00
inc Removed communities support. Its implementatation was sub-optimal and so we'll start over 2015-10-10 11:02:11 +02:00
modules Fixed bug in DB flow filtering 2015-10-10 11:15:35 +02:00
protocols Initial import from SVN 2015-04-30 12:22:35 +02:00
about.lua Removed communities support. Its implementatation was sub-optimal and so we'll start over 2015-10-10 11:02:11 +02:00
API.lua Renamed some Ndpi -> nDPI API calls 2015-08-09 22:58:13 +02:00
as_stats.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
country_stats.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
db.lua Partial rework of NetworkInterfaceView (work in progress) 2015-09-16 00:41:29 +02:00
db_query.lua Partial rework of NetworkInterfaceView (work in progress) 2015-09-16 00:41:29 +02:00
do_export_data.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
export_data.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
find_host.lua Code cleanup: removed code used very seldom such as host aggregations/contacts. This should reduce memory usage and make ntopng faster 2015-08-08 01:13:59 +02:00
flow_details.lua Initial work for supporting communities (work in progress) 2015-10-12 01:04:34 +02:00
flow_stats.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
flows_stats.lua Renamed old variables whose name changed a few days ago 2015-09-18 17:56:53 +02:00
get_alerts_data.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
get_db_flows.lua Added mapping in flow extraction for L4 and L7 protocols 2015-10-11 09:57:27 +02:00
get_filter_host.lua 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
get_flow_data.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
get_flows_data.lua Added fix for #170 2015-10-06 22:17:13 +02:00
get_geo_hosts.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
get_grouped_hosts_data.lua Fixed sort problem in MAC address report 2015-09-15 18:26:54 +02:00
get_hitters_data.lua Removed ancient code that could be the cause for #170 2015-09-26 09:10:18 +02:00
get_host_activitymap.lua Code cleanup: removed code used very seldom such as host aggregations/contacts. This should reduce memory usage and make ntopng faster 2015-08-08 01:13:59 +02:00
get_host_contacts.lua Renamed some Ndpi -> nDPI API calls 2015-08-09 22:58:13 +02:00
get_host_daily_activity.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
get_host_data.lua Code cleanup: removed code used very seldom such as host aggregations/contacts. This should reduce memory usage and make ntopng faster 2015-08-08 01:13:59 +02:00
get_host_traffic.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
get_hosts_data.lua Removed communities support. Its implementatation was sub-optimal and so we'll start over 2015-10-10 11:02:11 +02:00
get_hosts_interaction.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
get_http_hosts.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
get_http_hosts_data.lua Code cleanup: removed code used very seldom such as host aggregations/contacts. This should reduce memory usage and make ntopng faster 2015-08-08 01:13:59 +02:00
get_process_info.lua Renamed some Ndpi -> nDPI API calls 2015-08-09 22:58:13 +02:00
get_processes_data.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
get_system_hosts_interaction.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
get_top_talkers.lua 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
get_treemap.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
get_user_info.lua Renamed some Ndpi -> nDPI API calls 2015-08-09 22:58:13 +02:00
host_details.lua Renamed old variables whose name changed a few days ago 2015-09-18 17:56:53 +02:00
host_details_ndpi.lua Added missing interface.select() that caused hosts not be found when ntopng is used with multiple interfaces (-i) defines 2015-05-08 07:55:28 +02:00
host_dns_breakdown.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
host_get_json.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
host_http_breakdown.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
host_l4_stats.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
host_pkt_distro.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
host_sflow_distro.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
host_stats.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
host_top_peers_protocols.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
hosts_comparison.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
hosts_comparison_bubble.lua Renamed old variables whose name changed a few days ago 2015-09-18 17:56:53 +02:00
hosts_comparison_sankey.lua Partial rework of NetworkInterfaceView (work in progress) 2015-09-16 00:41:29 +02:00
hosts_geomap.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
hosts_matrix.lua Fixed but in host matrix where a nil could happen during host name conversion 2015-09-16 19:15:22 +02:00
hosts_stats.lua Removed communities support. Its implementatation was sub-optimal and so we'll start over 2015-10-10 11:02:11 +02:00
hosts_treemap.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
http_servers_stats.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
if_pkt_distro.lua Partial rework of NetworkInterfaceView (work in progress) 2015-09-16 00:41:29 +02:00
if_stats.lua Removed invalid warning when parsing flows received via ZMQ in case they contain MAC addresses 2015-10-08 23:42:43 +02:00
if_stats_ndpi.lua Partial rework of NetworkInterfaceView (work in progress) 2015-09-16 00:41:29 +02:00
iface_flows_sankey.lua Added check to see if it can help with https://github.com/ntop/ntopng/issues/63 2015-06-21 21:56:56 +02:00
iface_hosts_list.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
iface_local_stats.lua Partial rework of NetworkInterfaceView (work in progress) 2015-09-16 00:41:29 +02:00
iface_ndpi_stats.lua Partial rework of NetworkInterfaceView (work in progress) 2015-09-16 00:41:29 +02:00
iface_ports_list.lua src/Lua.cpp: finally add minimal SQL interface for Lua 2015-06-19 16:48:09 +02:00
index.lua Partial rework of NetworkInterfaceView (work in progress) 2015-09-16 00:41:29 +02:00
login.lua Added check for validating user/password and making sure it accepts the same format of the form used to add/change the user passwords 2015-09-10 23:20:54 +02:00
logout.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
mac_stats.lua fixed local MAC address conversion for issue #126 2015-09-01 23:48:56 +02:00
mesh_antenna_stats.lua 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
network_details.lua Partial rework of NetworkInterfaceView (work in progress) 2015-09-16 00:41:29 +02:00
network_load.lua Improved network statistics for bridged interfaces 2015-09-18 23:19:04 +02:00
network_stats.lua Removed old legacy code 2015-08-08 15:30:04 +02:00
os_stats.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
page_not_found.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
pid_stats.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
popKeys.lua Code cleanup: removed code used very seldom such as host aggregations/contacts. This should reduce memory usage and make ntopng faster 2015-08-08 01:13:59 +02:00
port_details.lua Renamed old variables whose name changed a few days ago 2015-09-18 17:56:53 +02:00
processes_stats.lua Renamed old variables whose name changed a few days ago 2015-09-18 17:56:53 +02:00
resolve_address.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
set_active_interface.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
set_if_prefs.lua Manually merge of https://github.com/ntop/ntopng/pull/185 2015-09-29 00:46:45 +02:00
sflow_tree.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
sflows_stats.lua Renamed some Ndpi -> nDPI API calls 2015-08-09 22:58:13 +02:00
show_alerts.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
sprobe.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
sprobe_data.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
sprobe_flow_data.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
sprobe_host_process.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
sprobe_host_process_data.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
sprobe_hosts.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
sprobe_hosts_data.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
sprobe_hosts_interactions.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
sprobe_hosts_interactions_data.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
system_hosts_interaction.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
test_snmp.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
top_generic.lua 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
top_hosts.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
user_stats.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
vlan_stats.lua Initial import from SVN 2015-04-30 12:22:35 +02:00