Fixes bug in TCP zero windows alert report

This commit is contained in:
Luca Deri 2020-11-06 10:39:33 +01:00
parent 8b95469e47
commit 6d5178c9e5
3 changed files with 14 additions and 7 deletions

View file

@ -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