diff options
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-rw-r--r-- | src/include/ndpi_typedefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index f1fbd1ff9..0b798c530 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -872,6 +872,7 @@ typedef enum { NDPI_PROTOCOL_CATEGORY_SHOPPING, NDPI_PROTOCOL_CATEGORY_PRODUCTIVITY, NDPI_PROTOCOL_CATEGORY_FILE_SHARING, + /* The category below is used by sites who are used to test connectivity @@ -882,6 +883,7 @@ typedef enum { The category below is used for vocal assistance services. */ NDPI_PROTOCOL_CATEGORY_VIRTUAL_ASSISTANT, + NDPI_PROTOCOL_CATEGORY_CYBERSECURITY, /* Some custom categories */ CUSTOM_CATEGORY_MINING = 99, |