mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-01 16:30:17 +00:00
Updated tests results
Code cleanup
This commit is contained in:
parent
f25deeccb1
commit
1da9f1a36f
105 changed files with 1324 additions and 1445 deletions
|
|
@ -1047,7 +1047,7 @@ void process_ndpi_collected_info(struct ndpi_workflow * workflow, struct ndpi_fl
|
|||
s = ndpi_get_flow_risk_info(flow->ndpi_flow, out, sizeof(out));
|
||||
|
||||
if(s != NULL)
|
||||
flow->risk_str = ndpi_strdup(s);
|
||||
flow->risk_str = ndpi_strdup(out);
|
||||
|
||||
flow->confidence = flow->ndpi_flow->confidence;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue