nDPI
nDPI copied to clipboard
Handle more than 63 different flow risks
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;