ntopng/scripts/lua/modules/network_consts.lua
2024-02-19 10:48:03 +00:00

8 lines
No EOL
135 B
Lua

--
-- (C) 2013-24 - ntop.org
--
local network_consts = {}
network_consts.UNKNOWN_NETWORK = 65535 -- uint16 (-1)
return network_consts