mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
8 lines
139 B
Lua
8 lines
139 B
Lua
--
|
|
-- (C) 2013-24 - ntop.org
|
|
--
|
|
|
|
local network_consts = {}
|
|
network_consts.UNKNOWN_NETWORK = 4294967295 -- uint32 -1
|
|
|
|
return network_consts
|