From 83b1b34c18408f969da6689972e2394aa06efc2c Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Fri, 15 Sep 2017 11:13:25 +0200 Subject: Added custom 5 protocol categories to be used by applications. They are currently empty Added ndpi_is_custom_category() to check if a defined category is custom --- src/include/ndpi_api.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/include/ndpi_api.h') diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index 76285cb70..325ee0564 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -410,6 +410,15 @@ extern "C" { */ char* ndpi_protocol2name(struct ndpi_detection_module_struct *ndpi_mod, ndpi_protocol proto, char *buf, u_int buf_len); + /** + * Find out if a given category is custom/user-defined + * + * @par category = the category associated to the protocol + * @return 1 if this is a custom user category, 0 otherwise + * + */ + int ndpi_is_custom_category(ndpi_protocol_category_t category); + /** * Get protocol category as string * -- cgit v1.2.3