Added ndpi_serialize_risk() to the nDPI API

This commit is contained in:
Luca Deri 2020-05-24 08:54:38 +02:00
parent ee35834be6
commit 8fa5c31996

View file

@ -903,8 +903,8 @@ char* ndpi_base64_encode(unsigned char const* bytes_to_encode, size_t in_len) {
/* ********************************** */
static void ndpi_serialize_risk(ndpi_serializer *serializer,
struct ndpi_flow_struct *flow) {
void ndpi_serialize_risk(ndpi_serializer *serializer,
struct ndpi_flow_struct *flow) {
if(flow->risk != 0) {
u_int32_t i;