mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Added support for %WLAN_SSID %WTP_MAC_ADDRESS
This commit is contained in:
parent
cc41dee597
commit
f1b2ad7832
3 changed files with 6 additions and 0 deletions
|
|
@ -111,6 +111,8 @@ flow_consts.flow_fields_description = {
|
|||
["SELECTOR_NAME"] = i18n("flow_fields_description.selector_name"),
|
||||
["APPLICATION_NAME"] = i18n("flow_fields_description.application_name"),
|
||||
["USER_NAME"] = i18n("flow_fields_description.user_name"),
|
||||
["WLAN_SSID"] = i18n("flow_fields_description.wlan_ssid"),
|
||||
["WTP_MAC_ADDRESS"] = i18n("flow_fields_description.wtp_mac_address"),
|
||||
["SRC_FRAGMENTS"] = i18n("flow_fields_description.src_fragments"),
|
||||
["DST_FRAGMENTS"] = i18n("flow_fields_description.dst_fragments"),
|
||||
["CLIENT_NW_LATENCY_MS"] = i18n("flow_fields_description.client_nw_latency_ms"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue