Added the ability to upload a pcap file for analysis

This commit is contained in:
Luca Deri 2022-09-08 00:46:00 +02:00
parent 932254f3f3
commit fa51a2b4e8
10 changed files with 295 additions and 93 deletions

View file

@ -696,6 +696,10 @@ if not info.oem and auth.has_capability(auth.capabilities.developer) then
{
section = page_utils.menu_sections.dev,
entries = {
{
entry = page_utils.menu_entries.analyze_pcap,
url = '/lua/upload_pcap.lua',
},
{
entry = page_utils.menu_entries.checks_dev,
url = '/lua/checks_overview.lua',