mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Merge branch 'dev' of https://github.com/ntop/ntopng into dev
This commit is contained in:
commit
f16ebdfdcd
16 changed files with 457 additions and 2 deletions
|
|
@ -332,6 +332,7 @@ class NetworkInterface {
|
|||
virtual void lua(lua_State* vm);
|
||||
void getnDPIProtocols(lua_State *vm);
|
||||
void getnDPIProtocols(lua_State *vm, ndpi_protocol_category_t filter);
|
||||
void setnDPIProtocolCategory(u_int16_t protoId, ndpi_protocol_category_t protoCategory);
|
||||
|
||||
/**
|
||||
* @brief Returns host statistics during latest activity
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue