mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Added SNMP Alias field to snmp usage
This commit is contained in:
parent
38edddab65
commit
0ef03e4f1d
3 changed files with 9 additions and 1 deletions
|
|
@ -1087,7 +1087,6 @@ local aggregated_flow_columns = {
|
|||
local additional_flow_columns = {
|
||||
['bytes'] = { tag = "bytes", dt_func = dt_format_bytes },
|
||||
['packets'] = { tag = "packets", dt_func = dt_format_pkts },
|
||||
['THROUGHPUT'] = { tag = "throughput", dt_func = dt_format_thpt },
|
||||
['DURATION'] = { tag = "duration", dt_func = dt_format_duration },
|
||||
['IPV4_ADDR'] = { tag = "ip", dt_func = dt_format_ip, select_func = "IPv4NumToString", where_func = "IPv4StringToNum", simple_dt_func = simple_format_ip },
|
||||
['IPV6_ADDR'] = { tag = "ip", dt_func = dt_format_ip, select_func = "IPv6NumToString", where_func = "IPv6StringToNum", simple_dt_func = simple_format_ip },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue