nDPI icon indicating copy to clipboard operation
nDPI copied to clipboard

Handle more than 63 different flow risks

Open IvanNardi opened this issue 1 year ago • 0 comments

Right now we have defined 53 different flow risks. We should think about what we need to do to handle more than 63 risks...

typedef u_int64_t ndpi_risk; 

and there is a lot of code similar to

ndpi_risk v = 1ull << r;

IvanNardi avatar Oct 13 '23 14:10 IvanNardi