Changed Exporter name into Probe (#5668)

This commit is contained in:
MatteoBiscosi 2021-07-14 12:43:05 +02:00
parent d34df54b48
commit a23babe57d
17 changed files with 96 additions and 96 deletions

View file

@ -77,8 +77,8 @@ flow_consts.flow_fields_description = {
["PACKET_SECTION_OFFSET"] = i18n("flow_fields_description.packet_section_offset"),
["SAMPLED_PACKET_SIZE"] = i18n("flow_fields_description.sampled_packet_size"),
["SAMPLED_PACKET_ID"] = i18n("flow_fields_description.sampled_packet_id"),
["EXPORTER_IPV4_ADDRESS"] = i18n("flow_fields_description.exporter_ipv4_address"),
["EXPORTER_IPV6_ADDRESS"] = i18n("flow_fields_description.exporter_ipv6_address"),
["EXPORTER_IPV4_ADDRESS"] = i18n("flow_fields_description.probe_ipv4_address"),
["EXPORTER_IPV6_ADDRESS"] = i18n("flow_fields_description.probe_ipv6_address"),
["FLOW_END_REASON"] = i18n("flow_fields_description.flow_end_reason"),
["FLOW_ID"] = i18n("flow_fields_description.flow_id"),
["FLOW_START_SEC"] = i18n("flow_fields_description.flow_start_sec"),