mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:04:23 +00:00
Additional fixes for Zero TCP window detection
This commit is contained in:
parent
a091efcb09
commit
d42057baf5
5 changed files with 22 additions and 15 deletions
|
|
@ -10,7 +10,7 @@ return {
|
|||
|
||||
status_zero_tcp_window_description = "Reported TCP Zero Window",
|
||||
status_zero_tcp_window_description_c2s = "Reported client TCP zero window",
|
||||
status_zero_tcp_window_description_sec = "Reported server TCP zero window ",
|
||||
status_zero_tcp_window_description_s2c = "Reported server TCP zero window ",
|
||||
|
||||
-- ####################### Alert strings
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ return {
|
|||
|
||||
status_zero_tcp_window_description = "La TCP window è zero",
|
||||
status_zero_tcp_window_description_c2s = "La TCP window del client è zero",
|
||||
status_zero_tcp_window_description_sec = "La TCP window del server è zero",
|
||||
status_zero_tcp_window_description_s2c = "La TCP window del server è zero",
|
||||
|
||||
-- ####################### Alert strings
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue