mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
8 lines
No EOL
135 B
Lua
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 |