mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
builtin packet dump code cleanup (moving to continuous recording)
This commit is contained in:
parent
93ad3d99ed
commit
610cb69b9c
27 changed files with 23 additions and 1080 deletions
|
|
@ -1894,10 +1894,6 @@ function isLoopback(name)
|
|||
end
|
||||
end
|
||||
|
||||
function isLocalPacketdumpEnabled()
|
||||
return isAdministrator() and interface.isPacketInterface() and not ntop.isnEdge()
|
||||
end
|
||||
|
||||
function processColor(proc)
|
||||
if(proc == nil) then
|
||||
return("")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue