mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Adds interface TCP keepalive packets
This commit is contained in:
parent
993fcc2fc3
commit
49ddb55620
3 changed files with 8 additions and 0 deletions
|
|
@ -1232,6 +1232,7 @@ elseif(page == "historical") then
|
|||
{schema="iface:tcp_out_of_order", label=i18n("graphs.tcp_packets_ooo"), nedge_exclude=1},
|
||||
--{schema="tcp_retr_ooo_lost", label=i18n("graphs.tcp_retr_ooo_lost"), nedge_exclude=1},
|
||||
{schema="iface:tcp_retransmissions", label=i18n("graphs.tcp_packets_retr"), nedge_exclude=1},
|
||||
{schema="iface:tcp_keep_alive", label=i18n("graphs.tcp_packets_keep_alive"), nedge_exclude=1},
|
||||
{separator=1, label=i18n("tcp_flags")},
|
||||
{schema="iface:tcp_syn", label=i18n("graphs.tcp_syn_packets"), nedge_exclude=1, pro_skip=1},
|
||||
{schema="iface:tcp_synack", label=i18n("graphs.tcp_synack_packets"), nedge_exclude=1, pro_skip=1},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue