mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Added the ability to upload a pcap file for analysis
This commit is contained in:
parent
932254f3f3
commit
fa51a2b4e8
10 changed files with 295 additions and 93 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue