mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
SNMP improvements
This commit is contained in:
parent
e57a0c078c
commit
94076c9976
6 changed files with 171 additions and 94 deletions
|
|
@ -2001,6 +2001,7 @@ function table.len(table)
|
|||
local count = 0
|
||||
|
||||
if(table == nil) then return(0) end
|
||||
|
||||
for k,v in pairs(table) do
|
||||
count = count + 1
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue