mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
Initial VLANid rework
This commit is contained in:
parent
af75c2443c
commit
846d24c5e9
33 changed files with 178 additions and 143 deletions
|
|
@ -84,7 +84,7 @@ class ViewInterface : public NetworkInterface {
|
|||
|
||||
virtual u_int32_t getFlowsHashSize();
|
||||
virtual Flow* findFlowByKeyAndHashId(u_int32_t key, u_int hash_id, AddressTree *allowed_hosts);
|
||||
virtual Flow* findFlowByTuple(u_int16_t vlan_id,
|
||||
virtual Flow* findFlowByTuple(VLANid vlan_id,
|
||||
IpAddress *src_ip, IpAddress *dst_ip,
|
||||
u_int16_t src_port, u_int16_t dst_port,
|
||||
u_int8_t l4_proto,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue