diff options
author | Luca Deri <deri@ntop.org> | 2019-06-27 16:38:36 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-06-27 16:38:36 +0200 |
commit | 81d3fc8a24c5625b94c1d1aa24b2ac214d976eea (patch) | |
tree | 707373ac8108a336e400d69e9d5b203b658973d5 /src/include/ndpi_api.h | |
parent | cc51253007eff36e31dfd3a8aa09fbc05c01317b (diff) |
Dissection improvements
Diffstat (limited to 'src/include/ndpi_api.h')
-rw-r--r-- | src/include/ndpi_api.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index 206007a66..a0a3c92af 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -809,6 +809,9 @@ extern "C" { 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, + struct ndpi_flow_struct *flow); + #ifdef __cplusplus } #endif |