mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Implements new flow drill-down criteria: exporter ip and in/out interfaces
Implements #1326
This commit is contained in:
parent
499b03bf9b
commit
85da10af61
15 changed files with 267 additions and 19 deletions
|
|
@ -628,6 +628,7 @@ local flow_fields_description = {
|
|||
["MAX_TTL"] = i18n("flow_fields_description.max_ttl"),
|
||||
["DST_TOS"] = i18n("flow_fields_description.dst_tos"),
|
||||
["IN_SRC_MAC"] = i18n("flow_fields_description.in_src_mac"),
|
||||
["OUT_SRC_MAC"] = i18n("flow_fields_description.out_src_mac"),
|
||||
["SRC_VLAN"] = i18n("flow_fields_description.src_vlan"),
|
||||
["DST_VLAN"] = i18n("flow_fields_description.dst_vlan"),
|
||||
["DOT1Q_SRC_VLAN"] = i18n("flow_fields_description.dot1q_src_vlan"),
|
||||
|
|
@ -645,6 +646,7 @@ local flow_fields_description = {
|
|||
["MPLS_LABEL_8"] = i18n("flow_fields_description.mpls_label_8"),
|
||||
["MPLS_LABEL_9"] = i18n("flow_fields_description.mpls_label_9"),
|
||||
["MPLS_LABEL_10"] = i18n("flow_fields_description.mpls_label_10"),
|
||||
["IN_DST_MAC"] = i18n("flow_fields_description.in_dst_mac"),
|
||||
["OUT_DST_MAC"] = i18n("flow_fields_description.out_dst_mac"),
|
||||
["APPLICATION_ID"] = i18n("flow_fields_description.application_id"),
|
||||
["PACKET_SECTION_OFFSET"] = i18n("flow_fields_description.packet_section_offset"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue