mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-24 13:26:27 +00:00
7 lines
228 B
Lua
7 lines
228 B
Lua
|
|
function flow_key()
|
|
return "[ ".. flow.protocol() .. " ]" .. flow.cli() .. ":" .. flow.cli_port() .. " <-> ".. flow.srv() .. ":" .. flow.srv_port()
|
|
end
|
|
|
|
-- io.write(flow_key() .. " [bytes: ".. flow.bytes().."]\n")
|
|
return(0)
|