mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Improved flow roles imolementation
This commit is contained in:
parent
f75b9bc181
commit
cd3e6bde4a
12 changed files with 200 additions and 40 deletions
|
|
@ -35,6 +35,7 @@ class ParserInterface : public NetworkInterface {
|
|||
protected:
|
||||
#ifdef NTOPNG_PRO
|
||||
void exportersLimitReached();
|
||||
SNMPInterfaceRole getRole(u_int32_t exporter_device_ip, u_int32_t if_id_in, u_int32_t if_id_out);
|
||||
#endif
|
||||
|
||||
inline u_int32_t getExporterUniqueSourceID(u_int32_t exporter_device_ip, u_int32_t nprobe_ip) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue