mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Removed circular dependency on network_utils
This commit is contained in:
parent
2fe9cb0a20
commit
ddadaf3e77
9 changed files with 37 additions and 46 deletions
|
|
@ -27,8 +27,6 @@ require "lua_utils_generic"
|
|||
require "ntop_utils"
|
||||
require "locales_utils"
|
||||
local l4_protocol_list = require "l4_protocol_list"
|
||||
local network_utils = require "network_utils"
|
||||
local os_utils = require "os_utils"
|
||||
local format_utils = require "format_utils"
|
||||
|
||||
-- TODO: replace those globals with locals everywhere
|
||||
|
|
@ -46,7 +44,6 @@ bitsToSizeMultiplier = format_utils.bitsToSizeMultiplier
|
|||
format_high_num_value_for_tables = format_utils.format_high_num_value_for_tables
|
||||
l4_keys = l4_protocol_list.l4_keys
|
||||
format_name_value = format_utils.format_name_value
|
||||
splitNetworkPrefix = network_utils.splitNetworkPrefix
|
||||
|
||||
-- ##############################################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue