mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Fixes bug in TCP zero windows alert report
This commit is contained in:
parent
8b95469e47
commit
6d5178c9e5
3 changed files with 14 additions and 7 deletions
|
|
@ -8,7 +8,9 @@ return {
|
|||
|
||||
-- ####################### Status strings
|
||||
|
||||
status_zero_tcp_window_description = "Reported TCP window zero value for the flow: ",
|
||||
status_zero_tcp_window_description = "Reported TCP window zero value for ",
|
||||
status_zero_tcp_window_description_c2s = "Reported client TCP window zero value for ",
|
||||
status_zero_tcp_window_description_sec = "Reported server TCP window zero value for ",
|
||||
|
||||
-- ####################### Alert strings
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue