mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Add dscp info to raw flows
This commit is contained in:
parent
ceba04f92c
commit
da74202e94
4 changed files with 27 additions and 7 deletions
|
|
@ -49,7 +49,7 @@ end
|
|||
|
||||
for key, value in pairsByKeys(stats.dscp, asc) do
|
||||
res[#res + 1] = {
|
||||
label = dscp_consts.ds_precedence_descr(key),
|
||||
label = dscp_consts.ds_class_descr(key),
|
||||
value = ternary(received_stats, value['packets.rcvd'], value['packets.sent'])
|
||||
}
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue