diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_api.h.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/ndpi_api.h.in b/src/include/ndpi_api.h.in index 45eb071d3..2e484b53c 100644 --- a/src/include/ndpi_api.h.in +++ b/src/include/ndpi_api.h.in @@ -455,6 +455,14 @@ extern "C" { /** * Check if the string content passed match with a protocol * + * @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); + + /** + * 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 string_to_match = the string to match |