Added support for %WLAN_SSID %WTP_MAC_ADDRESS

This commit is contained in:
Luca Deri 2024-08-22 23:14:20 +02:00
parent cc41dee597
commit f1b2ad7832
3 changed files with 6 additions and 0 deletions

View file

@ -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"),