diff options
Diffstat (limited to 'src/include/ndpi_api.h')
-rw-r--r-- | src/include/ndpi_api.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index 653d8e565..b0c9d71bf 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -628,6 +628,15 @@ extern "C" { const char* ndpi_confidence_get_name(ndpi_confidence_t confidence); /** + * Get FPC confidence as string + * + * @par confidence = the confidence value + * @return the string name of the confidence result + * + */ + const char* ndpi_fpc_confidence_get_name(ndpi_fpc_confidence_t fpc_confidence); + + /** * Set protocol category string * * @par mod = the detection module |