mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fixed invalid nProbe field mapping
This commit is contained in:
parent
287aba865e
commit
3b449e5580
2 changed files with 19 additions and 9 deletions
|
|
@ -2,8 +2,8 @@
|
|||
-- (C) 2013-22 - ntop.org
|
||||
--
|
||||
|
||||
local NTOP_BASE_ID = 57472
|
||||
local NTOP_BASE_NETFLOW_ID = NTOP_BASE_ID+1024
|
||||
NTOP_BASE_ID = 57472
|
||||
NTOP_BASE_NETFLOW_ID = NTOP_BASE_ID+1024
|
||||
|
||||
-- template name to id
|
||||
template = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue