Implemented export of nDPI-based protocols and categories

This commit is contained in:
Luca Deri 2025-11-10 18:35:18 +01:00
parent f077d1e7c0
commit 8966df2c2f
5 changed files with 95 additions and 12 deletions

View file

@ -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_ */