Add support for Google Cloud (#1447)

Differentiate between Google its own apps/services and Google Cloud.
We already do something similar for Amazon vs AWS and Microsoft vs Azure.
This commit is contained in:
Ivan Nardi 2022-02-20 10:19:52 +01:00 committed by GitHub
parent 75a53ad064
commit 2f5f445f72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 797 additions and 99 deletions

View file

@ -312,6 +312,7 @@ typedef enum {
NDPI_PROTOCOL_GOOGLE_CLASSROOM = 281,
NDPI_PROTOCOL_HSRP = 282,
NDPI_PROTOCOL_CYBERSECURITY = 283, /* Cybersecurity companies */
NDPI_PROTOCOL_GOOGLE_CLOUD = 284,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"