mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Implements support of flow field FIREWALL_EVENT
This commit is contained in:
parent
ba31105a98
commit
816965b1ac
5 changed files with 5 additions and 0 deletions
|
|
@ -661,6 +661,7 @@ local flow_fields_description = {
|
|||
["FLOW_START_MICROSECONDS"] = i18n("flow_fields_description.flow_start_microseconds"),
|
||||
["FLOW_END_MILLISECONDS"] = i18n("flow_fields_description.flow_end_milliseconds"),
|
||||
["FLOW_END_MICROSECONDS"] = i18n("flow_fields_description.flow_end_microseconds"),
|
||||
['FIREWALL_EVENT'] = i18n("flow_fields_description.firewall_event"),
|
||||
["BIFLOW_DIRECTION"] = i18n("flow_fields_description.biflow_direction"),
|
||||
["INGRESS_VRFID"] = i18n("flow_fields_description.ingress_vrfid"),
|
||||
["FLOW_DURATION_MILLISECONDS"] = i18n("flow_fields_description.flow_duration_milliseconds"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue