mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
added Modbus Invalid Transition Alert
This commit is contained in:
parent
c702624359
commit
e86cd0f2ce
19 changed files with 225 additions and 9 deletions
|
|
@ -346,6 +346,9 @@ end
|
|||
-- ##############################################
|
||||
|
||||
function truncate(x)
|
||||
if(x == nil) then
|
||||
tprint(debug.traceback())
|
||||
end
|
||||
return x<0 and math.ceil(x) or math.floor(x)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue