mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Implemented automatic detection of cloud-generated local hosts
This commit is contained in:
parent
12303db959
commit
ceb850d952
17 changed files with 194 additions and 114 deletions
|
|
@ -39,7 +39,7 @@ class VLANAddressTree {
|
|||
int16_t findAddress(u_int16_t vlan_id, int family, void *addr,
|
||||
u_int8_t *network_mask_bits = NULL);
|
||||
int16_t findMac(u_int16_t vlan_id, const u_int8_t addr[]);
|
||||
void *findAndGetData(u_int16_t vlan_id, const IpAddress *const ipa) const;
|
||||
void *findAndGetData(u_int16_t vlan_id, IpAddress *ipa) const;
|
||||
bool addVLANAddressAndData(u_int16_t vlan_id, const char *_what,
|
||||
void *user_data);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue