diff options
author | Luca Deri <deri@ntop.org> | 2019-09-26 23:50:02 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-09-26 23:50:02 +0200 |
commit | 17f560a1cd5a539bf8940072bac05ccbf3b547f9 (patch) | |
tree | d647cc792cb15f1700ece1c7e95fb2bb14713439 /src/include/ndpi_api.h | |
parent | 194cdcf581f7d405fca191f99eedcb734e68f5ec (diff) |
Added ndpi_extra_dissection_possible() API call
Diffstat (limited to 'src/include/ndpi_api.h')
-rw-r--r-- | src/include/ndpi_api.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index cf1f60d5e..34b1fed67 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -807,7 +807,8 @@ extern "C" { int ndpi_flowv6_flow_hash(u_int8_t l4_proto, struct ndpi_in6_addr *src_ip, struct ndpi_in6_addr *dst_ip, u_int16_t src_port, u_int16_t dst_port, u_int8_t icmp_type, u_int8_t icmp_code, u_char *hash_buf, u_int8_t hash_buf_len); - + u_int8_t ndpi_extra_dissection_possible(struct ndpi_detection_module_struct *ndpi_struct, + struct ndpi_flow_struct *flow); u_int8_t ndpi_is_safe_ssl_cipher(u_int32_t cipher); const char* ndpi_cipher2str(u_int32_t cipher); u_int16_t ndpi_guess_host_protocol_id(struct ndpi_detection_module_struct *ndpi_struct, |