diff options
Diffstat (limited to 'src/include/ndpi_api.h.in')
-rw-r--r-- | src/include/ndpi_api.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/ndpi_api.h.in b/src/include/ndpi_api.h.in index 28f305193..40e16c993 100644 --- a/src/include/ndpi_api.h.in +++ b/src/include/ndpi_api.h.in @@ -582,6 +582,15 @@ extern "C" { ndpi_protocol_category_t category); /** + * Get classification confidence as string + * + * @par confidence = the confidence value + * @return the string name of the confidence result + * + */ + const char* ndpi_confidence_get_name(ndpi_confidence_t confidence); + + /** * Set protocol category string * * @par mod = the detection module |