diff options
author | Luca Deri <deri@ntop.org> | 2023-10-13 00:01:55 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2023-10-13 00:01:55 +0200 |
commit | b6179467ebdf8c0ee1667cbe9390b3b76e82578f (patch) | |
tree | 83decb11ad267154c1c1104fa91ede7a95a1ec11 /src/include/ndpi_api.h | |
parent | 30fc89e556e5c09bf62b9548862cc3d924b9ec81 (diff) |
Added NDPI_MALWARE_HOST_CONTACTED flow risk
Diffstat (limited to 'src/include/ndpi_api.h')
-rw-r--r-- | src/include/ndpi_api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index 51c56c8f3..13e11f651 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -1026,6 +1026,7 @@ extern "C" { void* ndpi_find_ipv4_category_userdata(struct ndpi_detection_module_struct *ndpi_str, u_int32_t saddr); int ndpi_fill_ip_protocol_category(struct ndpi_detection_module_struct *ndpi_struct, + struct ndpi_flow_struct *flow, u_int32_t saddr, u_int32_t daddr, ndpi_protocol *ret); |