mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 19:15:12 +00:00
Added ndpi_serialize_risk() to the nDPI API
This commit is contained in:
parent
ee35834be6
commit
8fa5c31996
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue