mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-21 18:33:24 +00:00
Adds flow tcp seq issues (ooo, retx, lost) over ZMQ
This commit is contained in:
parent
75acbbdb28
commit
88693f5f6a
3 changed files with 10 additions and 0 deletions
|
|
@ -290,6 +290,8 @@ void ParserInterface::processFlow(ParsedFlow *zflow) {
|
|||
flow->updateTcpFlags(&now_tv, zflow->tcp.tcp_flags, src2dst_direction);
|
||||
}
|
||||
|
||||
flow->updateTcpSeqIssues(zflow);
|
||||
|
||||
Flow::incTcpBadStats(true,
|
||||
flow->get_cli_host(), flow->get_srv_host(),
|
||||
this,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue