mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Initial category mapping
This commit is contained in:
parent
97a5e2f3cc
commit
2e576e2ca0
5 changed files with 66 additions and 5 deletions
|
|
@ -28,7 +28,7 @@ class Host : public GenericHost {
|
|||
private:
|
||||
u_int8_t mac_address[6], antenna_mac_address[6];
|
||||
u_int32_t asn;
|
||||
char *symbolic_name, *country, *city, *asname, category[8], os[16], trafficCategory[12];
|
||||
char *symbolic_name, *country, *city, *asname, category[16], os[16], trafficCategory[12];
|
||||
bool blacklisted_host, drop_all_host_traffic, dump_host_traffic;
|
||||
u_int32_t host_quota_mb;
|
||||
u_int16_t num_uses;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue