diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-03-07 13:48:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-07 13:48:19 +0100 |
commit | 56ce228a8b172d67eaad9cbf5dc7df66a8591d54 (patch) | |
tree | 454e24c93b39581d35ccc71ec469ab1fb4dfc17b /doc | |
parent | c09b4dacdf179e5f69f2fd72a97b9095881fcc75 (diff) |
Add a specific protocol id for audio/video calls made using Google apps (#2341)
Same logic already used for Signal/Whatsapp/Line/Facebook/...
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocols.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/protocols.rst b/doc/protocols.rst index 81dfa65da..c994e21ff 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -40,6 +40,7 @@ Redis Serialization Protocol References: `Protocol Specs: <https://redis.io/docs/reference/protocol-spec/`_ + .. _Proto 201: `NDPI_PROTOCOL_GOOGLE_MEET` @@ -665,3 +666,16 @@ References: `Main site <https://www.neteasegames.com/>`_ Path of Exile is a free-to-play online Action RPG. References: `Main site <https://pathofexile.com/>`_ + + +.. _Proto 404: + +`NDPI_PROTOCOL_GOOGLE_CALL` +=========================== +Audio/video calls made by (any) Google applications (i.e Google Meet). + +References: `Main site: <https://meet.google.com/>`_ + +Notes: + +- nDPI usually uses different protocol ids for the generic application traffic and for its "realtime" traffic (examples: NDPI_PROTOCOL_MEET/NDPI_PROTOCOL_GOOGLE_CALL, NDPI_PROTOCOL_WHATSAPP/NDPI_PROTOCOL_WHATSAPP_CALL, ...) |