mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 19:15:12 +00:00
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:
parent
75a53ad064
commit
2f5f445f72
18 changed files with 797 additions and 99 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue