diff options
-rw-r--r-- | src/include/ndpi_api.h.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/ndpi_api.h.in b/src/include/ndpi_api.h.in index 4c6f54aca..1795a212c 100644 --- a/src/include/ndpi_api.h.in +++ b/src/include/ndpi_api.h.in @@ -457,10 +457,12 @@ extern "C" { /** * Check if the string content passed match with a protocol * + * @par ndpi_struct = the detection module * @par flow = the flow where match the host * @par subprotocol_id = subprotocol id */ - void ndpi_check_subprotocol_risk(struct ndpi_flow_struct *flow, u_int16_t subprotocol_id); + void ndpi_check_subprotocol_risk(struct ndpi_detection_module_struct *ndpi_str, + struct ndpi_flow_struct *flow, u_int16_t subprotocol_id) { /** * Check if the string content passed match with a protocol |