mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Finishes rework of ArpStatsHashMatrix
This commit is contained in:
parent
ab9f9326da
commit
0a903c97ce
11 changed files with 93 additions and 139 deletions
|
|
@ -512,7 +512,8 @@ class NetworkInterface : public Checkpointable {
|
|||
|
||||
void runHousekeepingTasks();
|
||||
void runShutdownTasks();
|
||||
virtual ArpStatsMatrixElement* getArpHashMatrixElement(u_int8_t _src_mac[6],u_int8_t _dst_mac[6], bool createIfNotPresent);
|
||||
ArpStatsMatrixElement* getArpHashMatrixElement(u_int8_t _src_mac[6], u_int8_t _dst_mac[6], bool createIfNotPresent);
|
||||
void cleanupArpHashMatrixRow(const u_int8_t _src_mac[6]);
|
||||
Vlan* getVlan(u_int16_t vlanId, bool createIfNotPresent);
|
||||
AutonomousSystem *getAS(IpAddress *ipa, bool createIfNotPresent);
|
||||
Country* getCountry(const char *country_name, bool createIfNotPresent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue