mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
Implemented export of nDPI-based protocols and categories
This commit is contained in:
parent
f077d1e7c0
commit
8966df2c2f
5 changed files with 95 additions and 12 deletions
|
|
@ -1442,6 +1442,9 @@ public:
|
|||
bool updateRanking(lua_State *vm, u_int32_t epoch, char *key, char *values);
|
||||
#endif
|
||||
inline bool hasMACs() { return(macs_hash); }
|
||||
|
||||
void nDPIDumpHostBasedProtocols(struct mg_connection *mg_conn);
|
||||
void nDPIDumpHostBasedCategories(struct mg_connection *mg_conn);
|
||||
};
|
||||
|
||||
#endif /* _NETWORK_INTERFACE_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue