mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Added tracings
Added details parameter to NetworkInterface::lua() and subclasses
This commit is contained in:
parent
77239315a9
commit
3aadd4e8be
154 changed files with 522 additions and 162 deletions
|
|
@ -743,7 +743,7 @@ public:
|
|||
struct timeval periodicUpdateInitTime() const;
|
||||
virtual u_int32_t getFlowMaxIdle();
|
||||
|
||||
virtual void lua(lua_State *vm);
|
||||
virtual void lua(lua_State *vm, bool fullStats);
|
||||
void luaScore(lua_State *vm);
|
||||
void luaAlertedFlows(lua_State *vm);
|
||||
void luaAnomalies(lua_State *vm);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue