mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Added NAT info in clickhouse (#8384)
This commit is contained in:
parent
f8354ecdea
commit
d795bf3474
23 changed files with 413 additions and 58 deletions
|
|
@ -97,8 +97,8 @@ flow_consts.flow_fields_description = {
|
|||
["ICMP_IPV4_CODE"] = i18n("flow_fields_description.icmp_ipv4_code"),
|
||||
["POST_NAT_SRC_IPV4_ADDR"] = i18n("flow_fields_description.post_nat_src_ipv4_addr"),
|
||||
["POST_NAT_DST_IPV4_ADDR"] = i18n("flow_fields_description.post_nat_dst_ipv4_addr"),
|
||||
["POST_NAPT_SRC_TRANSPORT_PORT"] = i18n("flow_fields_description.post_napt_src_transport_port"),
|
||||
["POST_NAPT_DST_TRANSPORT_PORT"] = i18n("flow_fields_description.post_napt_dst_transport_port"),
|
||||
["POST_NAT_SRC_TRANSPORT_PORT"] = i18n("flow_fields_description.post_nat_src_transport_port"),
|
||||
["POST_NAT_DST_TRANSPORT_PORT"] = i18n("flow_fields_description.post_nat_dst_transport_port"),
|
||||
["OBSERVATION_POINT_TYPE"] = i18n("flow_fields_description.observation_point_type"),
|
||||
["OBSERVATION_POINT_ID"] = i18n("flow_fields_description.observation_point_id"),
|
||||
["SELECTOR_ID"] = i18n("flow_fields_description.selector_id"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue