mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Implements counts for hashed view interfaces VLANS, ASes and Macs
This commit is contained in:
parent
f10104c6a3
commit
baa9d01dbb
4 changed files with 62 additions and 27 deletions
|
|
@ -37,6 +37,9 @@ class ViewInterface : public NetworkInterface {
|
|||
inline void shutdown() { ; };
|
||||
bool set_packet_filter(char *filter) { return(false); };
|
||||
|
||||
virtual u_int32_t getASesHashSize();
|
||||
virtual u_int32_t getVLANsHashSize();
|
||||
virtual u_int32_t getMacsHashSize();
|
||||
virtual u_int32_t getHostsHashSize();
|
||||
virtual u_int32_t getFlowsHashSize();
|
||||
virtual Host* getHost(char *host_ip, u_int16_t vlan_id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue