mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
Reworked code
This commit is contained in:
parent
74521e2e6f
commit
9ee77a9d76
3 changed files with 3 additions and 76 deletions
|
|
@ -1450,12 +1450,12 @@ public:
|
|||
bool aggregateASNModeFlows(lua_State *vm);
|
||||
#ifdef NTOPNG_PRO
|
||||
bool updateRanking(lua_State *vm, u_int32_t epoch, char *key, char *values);
|
||||
bool aggregateSiteFlows(lua_State *vm);
|
||||
#endif
|
||||
inline bool hasMACs() { return(macs_hash); }
|
||||
|
||||
void nDPIDumpHostBasedProtocols(struct mg_connection *mg_conn);
|
||||
void nDPIDumpHostBasedCategories(struct mg_connection *mg_conn);
|
||||
bool aggregateSiteFlows(lua_State *vm);
|
||||
};
|
||||
|
||||
#endif /* _NETWORK_INTERFACE_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue