diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2024-01-02 16:01:33 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-02 14:01:33 +0100 |
commit | 0f4d9f505429d2644dc291deabfb6da77930e44d (patch) | |
tree | 2f7927ff7473da3378813f1654c468ac717886c2 /src/include | |
parent | 3dbd89eee87dd3b730a1fff6015e0f2f70d01fa4 (diff) |
Remove Google Hangouts/Duo stuff (#2233)
* Remove Google Hangouts/Duo support
* Update protocols.rst
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_protocol_ids.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_protocol_ids.h b/src/include/ndpi_protocol_ids.h index 22e30ce57..8a1559403 100644 --- a/src/include/ndpi_protocol_ids.h +++ b/src/include/ndpi_protocol_ids.h @@ -229,7 +229,7 @@ typedef enum { NDPI_PROTOCOL_MPEGTS = 198, NDPI_PROTOCOL_SNAPCHAT = 199, NDPI_PROTOCOL_SINA = 200, - NDPI_PROTOCOL_HANGOUT_DUO = 201, /* Google Hangout ad Duo (merged as they are very similar) */ + NDPI_PROTOCOL_GOOGLE_MEET = 201, NDPI_PROTOCOL_IFLIX = 202, NDPI_PROTOCOL_GITHUB = 203, NDPI_PROTOCOL_BJNP = 204, |