Implement historical flows replay to a virtual interface

This commit is contained in:
Alfredo Cardigliano 2024-07-09 08:47:17 +00:00
parent 36ae957b40
commit a2c60c14eb
9 changed files with 93 additions and 26 deletions

View file

@ -184,6 +184,7 @@ page_utils.menu_entries = {
-- Developer
directories = {key = "directories", i18n_title = "about.directories", section = "dev", help_link = "https://www.ntop.org/guides/ntopng/scripts/distributing_scripts.html"},
checks_dev = {key = "checks_dev", i18n_title = "about.checks", section = "dev", help_link = "https://www.ntop.org/guides/ntopng/scripts/checks.html"},
analyze_db = {key = "analyze_db", i18n_title = "about.analyze_db", section = "dev", help_link = "https://www.ntop.org/guides/ntopng/advanced_features/index.html"},
analyze_pcap = {key = "analyze_pcap", i18n_title = "about.analyze_pcap", section = "dev", help_link = "https://www.ntop.org/guides/ntopng/advanced_features/index.html"},
alert_definitions = {key = "alert_definitions", i18n_title = "about.alert_defines", section = "dev", help_link = "https://www.ntop.org/guides/ntopng/scripts/alert_definitions.html"},
api = {key = "api", i18n_title = "lua_c_api", section = "dev"},