mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +00:00
Export drop reason and show it under flow details
This commit is contained in:
parent
dc8b417e5d
commit
fb0696fa2b
9 changed files with 121 additions and 40 deletions
|
|
@ -254,6 +254,18 @@ local lang = {
|
|||
["download_x"] = "%{what} Download",
|
||||
["downloaders"] = "Download Volume",
|
||||
["drilldown"] = "Drilldown",
|
||||
["drop_reason"] = {
|
||||
["user_action"] = "User Action",
|
||||
["probe_verdict"] = "Probe Verdict",
|
||||
["blacklisted_flow"] = "Blacklisted Flow",
|
||||
["quota_exceeded"] = "Quota Exceeded",
|
||||
["drop_cli"] = "Drop All Client Traffic",
|
||||
["drop_srv"] = "Drop All Server Traffic",
|
||||
["cli2srv_shaper"] = "Cli2Srv Shaper",
|
||||
["srv2cli_shaper"] = "Srv2Cli Shaper",
|
||||
["dev_not_allow_proto_cli"] = "Protocol Not Allowed on Client Device",
|
||||
["dev_not_allow_proto_srv"] = "Protocol Not Allowed on Server Device",
|
||||
},
|
||||
["dscp"] = "DSCP",
|
||||
["dscp_dst2src"] = "Server DSCP",
|
||||
["dscp_src2dst"] = "Client DSCP",
|
||||
|
|
@ -3259,6 +3271,7 @@ local lang = {
|
|||
["docker"] = "Docker",
|
||||
["docker_name"] = "Name",
|
||||
["drop_flow_traffic_btn"] = "Drop Flow Traffic",
|
||||
["drop_reason"] = "Drop Reason",
|
||||
["dropped_packets"] = "Dropped Packets",
|
||||
["dtmf_tones_sent"] = "DTMF tones sent during the call",
|
||||
["dump_flow_traffic"] = "Dump Flow Traffic",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue