diff options
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-rw-r--r-- | src/include/ndpi_typedefs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 9cea5116c..4a871eee0 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -932,6 +932,10 @@ typedef enum { */ NDPI_PROTOCOL_CATEGORY_CONNECTIVITY_CHECK, NDPI_PROTOCOL_CATEGORY_IOT_SCADA, + /* + The category below is used for vocal assistance services. + */ + NDPI_PROTOCOL_CATEGORY_VIRTUAL_ASSISTANT, /* Some custom categories */ CUSTOM_CATEGORY_MINING = 99, |