ntopng/scripts/lua
2018-11-09 19:27:18 +01:00
..
admin extracted files limit is in bytes now, added bytes limit to preferences, PacketDumper code cleanup 2018-11-09 10:24:10 +01:00
examples default data directory migration from /var/tmp/ntopng to /var/lib/ntopng 2018-08-29 17:46:56 +02:00
inc Hides unused menu entry 2018-11-08 17:10:22 +01:00
modules endpoint to check if there is pcap data in a time interval 2018-11-09 19:27:18 +01:00
about.lua Add InfluxDB information in runtime status and about page 2018-09-12 18:05:20 +02:00
API.lua Reworks alerts to prevent local hosts I/O 2017-11-01 23:04:33 +01:00
as_details.lua New pro charts features and timeseries api (#1865) 2018-07-18 15:09:19 +02:00
as_stats.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
assistant_test.lua Merge pull request #2093 from FrancescoStaccini/dev 2018-10-11 13:48:00 +03:00
authorize_captive.lua Implements informative captive portal (no login) 2018-06-06 10:33:36 +02:00
captive_portal.lua Fixes invalid /nil captive portal redirections 2018-10-04 18:22:35 +02:00
change_password.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
check_recording_data.lua endpoint to check if there is pcap data in a time interval 2018-11-09 19:27:18 +01:00
check_update.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
country_details.lua New pro charts features and timeseries api (#1865) 2018-07-18 15:09:19 +02:00
country_stats.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
discover.lua Implements AJAX discovery progress updates 2018-08-02 15:38:11 +02:00
do_export_data.lua Allows command line export of host data 2018-08-16 20:19:03 +02:00
export_data.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
find_app.lua Improve category editor labels and protocol navigation 2018-10-18 19:22:02 +02:00
find_category.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
find_host.lua Improves SNMP mac addresses search 2018-10-02 15:33:15 +02:00
find_member.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
find_prefs.lua Add Slack test button 2018-07-09 10:49:17 +02:00
flow_details.lua Updates flow processes graph 2018-11-06 21:13:20 +01:00
flow_stats.lua Fix crash while mixing hosts with no MAC with hosts with MAC (e.g. with eBPF) 2018-10-18 15:41:37 +02:00
flows_stats.lua Adds VLAN support to nIndex queries 2018-10-29 19:25:01 +01:00
get_alerts_data.lua Implement alerts links to graphs 2018-09-20 20:18:12 +02:00
get_arp_data.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
get_as_data.lua New pro charts features and timeseries api (#1865) 2018-07-18 15:09:19 +02:00
get_ases_data.lua New pro charts features and timeseries api (#1865) 2018-07-18 15:09:19 +02:00
get_config.lua Security fixes in backup/restore paths 2018-08-13 15:38:18 +02:00
get_db_data.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
get_db_flows.lua Prevents large MySQL exports that could cause Lua OOMs 2018-08-10 15:50:28 +02:00
get_discover_data.lua Implement network discovery page filters 2018-05-17 17:12:43 +02:00
get_discover_progress.lua Implements AJAX discovery progress updates 2018-08-02 15:38:11 +02:00
get_extracted_traffic.lua dialog to download multiple files 2018-10-18 15:37:19 +02:00
get_flow_data.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
get_flow_db_data.lua Initial flows dbms api skeleton 2018-07-18 17:24:25 +02:00
get_flow_process_tree.lua Updates flow processes graph 2018-11-06 21:13:20 +01:00
get_flows_data.lua Implements eBPF processes drilldown with flows and pie charts 2018-11-06 12:14:20 +01:00
get_geo_hosts.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
get_grouped_hosts_data.lua Fix country page stats refresh 2018-08-09 11:31:00 +02:00
get_historical_data.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
get_historical_favourites.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
get_host_contacts.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
get_host_data.lua Added new prefs entry for nIndex 2018-08-07 12:01:09 +02:00
get_host_pools.lua Fix manage pools page js errors with non english locales 2018-09-25 17:34:36 +02:00
get_host_traffic.lua Properly refreshes top-hosts page according to the configured rate 2017-09-08 15:31:51 +02:00
get_hosts_data.lua builtin packet dump code cleanup (moving to continuous recording) 2018-10-25 09:56:52 +02:00
get_http_hosts.lua Unify character encoding header code 2017-05-04 17:12:06 +02:00
get_http_hosts_data.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
get_icmp_data.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
get_influxdb_info.lua Add InfluxDB information in runtime status and about page 2018-09-12 18:05:20 +02:00
get_mac_data.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
get_macs_data.lua Improved passive MDNS discovery 2018-04-02 11:31:28 +02:00
get_num_alerts.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
get_process_data.lua Refactors eBPF code with ebpf_utils.lua module 2018-11-06 21:57:34 +01:00
get_process_info.lua Fixes deadlocks upon failing flows table walks 2018-10-25 17:21:12 +02:00
get_processes_data.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
get_processes_graph_data.lua Adds process-process eBPF graphs in host details 2018-11-08 10:14:46 +01:00
get_system_hosts_interaction.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
get_top_realtime.lua Add missing links to the top ASN and flow talkers 2018-07-10 10:29:43 +02:00
get_top_talkers.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
get_treemap.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
get_ts.lua Improve timeseries automatic refresh 2018-10-01 17:36:42 +02:00
get_unknown_devices_data.lua Remove host macs and show source macs instead 2018-03-23 14:42:21 +01:00
get_user_info.lua Fixes deadlocks upon failing flows table walks 2018-10-25 17:21:12 +02:00
get_username_data.lua Refactors eBPF code with ebpf_utils.lua module 2018-11-06 21:57:34 +01:00
get_vlan_data.lua New pro charts features and timeseries api (#1865) 2018-07-18 15:09:19 +02:00
get_vlans_data.lua New pro charts features and timeseries api (#1865) 2018-07-18 15:09:19 +02:00
google_assistant_utils.lua Add files via upload 2018-10-10 20:49:44 +02:00
host_details.lua Adds process-process eBPF graphs in host details 2018-11-08 10:14:46 +01:00
host_details_ndpi.lua New pro charts features and timeseries api (#1865) 2018-07-18 15:09:19 +02:00
host_details_ndpi_categories.lua New pro charts features and timeseries api (#1865) 2018-07-18 15:09:19 +02:00
host_dns_breakdown.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
host_get_json.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
host_http_breakdown.lua Unify character encoding header code 2017-05-04 17:12:06 +02:00
host_l4_stats.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
host_pkt_distro.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
host_sflow_distro.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
host_stats.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
host_top_peers_protocols.lua Always show IPv6 suffix in IPv6 host names 2017-05-04 21:28:11 +02:00
hosts_comparison.lua Localize some pages (#1284) 2017-06-02 11:37:41 +02:00
hosts_comparison_sankey.lua Always show IPv6 suffix in IPv6 host names 2017-05-04 21:28:11 +02:00
hosts_geomap.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
hosts_matrix.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
hosts_stats.lua Implements One-Way traffic filter for hosts 2018-10-12 12:56:52 +02:00
hosts_treemap.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
hotspot-detect.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
http_servers_stats.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
if_pkt_distro.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
if_stats.lua extracted files limit is in bytes now, added bytes limit to preferences, PacketDumper code cleanup 2018-11-09 10:24:10 +01:00
if_stats_ndpi.lua Cache if_stats_ndpi timeseries query results 2018-09-19 17:54:28 +02:00
if_stats_ndpi_categories.lua New pro charts features and timeseries api (#1865) 2018-07-18 15:09:19 +02:00
if_tcpflags_pkt_distro.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
iface_flows_sankey.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
iface_hosts_list.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
iface_local_stats.lua Prevents large MySQL exports that could cause Lua OOMs 2018-08-10 15:50:28 +02:00
iface_ndpi_stats.lua Implements eBPF username page with per-user nDPI pie charts 2018-11-05 19:01:05 +01:00
iface_ports_list.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
iface_tcp_stats.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
index.lua Added support for listing live captures 2018-08-07 16:45:20 +02:00
info_portal.lua Implements informative captive portal (no login) 2018-06-06 10:33:36 +02:00
jsontest.lua Example JSON test/decode 2018-05-23 17:15:35 +02:00
live_capture_data.lua Implemented multiple-pcap file download and monitor 2018-08-08 14:06:25 +02:00
live_capture_stats.lua Implemented multiple-pcap file download and monitor 2018-08-08 14:06:25 +02:00
live_traffic.lua Factorization of live traffic download code 2018-08-10 19:14:39 +02:00
local_hosts_stats.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
login.lua Add IE browser support warning 2018-08-05 15:18:19 +02:00
logout.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
mac_details.lua Fixes userddefined device type overwritten by ntopng 2018-10-12 16:51:38 +02:00
mac_pkt_distro.lua ARP fixes 2018-03-22 23:31:24 +01:00
mac_stats.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
macs_stats.lua Fixed invalid URL encoding 2018-04-04 22:06:51 +02:00
manage_data.lua Hides button available in nEdge system config 2018-10-03 18:38:16 +02:00
metrics.lua New pro charts features and timeseries api (#1865) 2018-07-18 15:09:19 +02:00
network_details.lua Hide traffic report on InfluxDB as it's currently not available 2018-09-06 09:57:39 +02:00
network_load.lua number of extraction tasks in footer, recording icon in interfaces dropdown 2018-10-17 16:25:31 +02:00
network_state.lua Merge pull request #2093 from FrancescoStaccini/dev 2018-10-11 13:48:00 +03:00
network_stats.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
os_stats.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
page_not_found.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
pid_stats.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
please_wait.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
pool_details.lua New pro charts features and timeseries api (#1865) 2018-07-18 15:09:19 +02:00
pool_stats.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
port_details.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
process_details.lua Refactors eBPF code with ebpf_utils.lua module 2018-11-06 21:57:34 +01:00
processes_stats.lua Fixes global variables 2018-11-06 16:52:28 +01:00
reset_stats.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
resolve_address.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
runtime.lua Add InfluxDB information in runtime status and about page 2018-09-12 18:05:20 +02:00
sflow_tree.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
show_alerts.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
show_geolocation_note.lua Add per IP shaper rate fields 2018-02-20 15:06:04 +01:00
sprobe.lua Unify character encoding header code 2017-05-04 17:12:06 +02:00
sprobe_data.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
sprobe_host_process.lua Unify character encoding header code 2017-05-04 17:12:06 +02:00
sprobe_host_process_data.lua Old sprobe code cleanup 2018-11-06 15:38:49 +01:00
sprobe_hosts_interactions.lua Unify character encoding header code 2017-05-04 17:12:06 +02:00
sprobe_hosts_interactions_data.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
stop_live_capture.lua Script for stopping live captures 2018-08-08 16:35:59 +02:00
test_locales.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
test_snmp.lua SNMP community is now shown as obfuscated string 2018-09-26 16:22:26 +02:00
top_hosts.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
traffic_extraction.lua traffic_extraction endpoint improvements 2018-10-17 17:54:31 +02:00
traffic_extraction_data.lua added description in case of extraction failure 2018-11-09 18:12:38 +01:00
traffic_extraction_stats.lua notice in case of unsupported view for the extraction filter, more scheduled jobs table sortable columns, typo fixes 2018-11-09 11:04:18 +01:00
traffic_recording_status.lua endpoint to check if there is pcap data in a time interval 2018-11-09 19:27:18 +01:00
unknown_devices.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
user_stats.lua Updated (C) to 2018 2018-03-22 21:59:42 +01:00
username_details.lua Refactors eBPF code with ebpf_utils.lua module 2018-11-06 21:57:34 +01:00
vlan_details.lua New pro charts features and timeseries api (#1865) 2018-07-18 15:09:19 +02:00
vlan_stats.lua New pro charts features and timeseries api (#1865) 2018-07-18 15:09:19 +02:00