diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-10-30 10:28:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-30 10:28:19 +0100 |
commit | 42d24f8799836025e4526ebb30f34750d528b980 (patch) | |
tree | d542f5c52e1f048c620429f822114dbfd4a29bec /doc/protocols.rst | |
parent | e399bd7e3d4cb4071e426ecb735084c6577a8644 (diff) |
STUN: major code rework (#2116)
Try to have a faster classification, on first packet; use standard extra
dissection data path for sub-classification, metadata extraction and
monitoring.
STUN caches:
* use the proper confidence value
* lookup into the caches only once per flow, after having found a proper
STUN classification
Add identification of Telegram VoIP calls.
Diffstat (limited to 'doc/protocols.rst')
-rw-r--r-- | doc/protocols.rst | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/protocols.rst b/doc/protocols.rst index bc819801a..4c05cef45 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -179,4 +179,13 @@ References: `Main site <https://ethereum.org/en/developers/docs/intro-to-ethereu Notes: -- same as Bitcoin, not each crypto exchange is a mining, it could be a normal transaction, sending or receving or even blockchain exploration.
\ No newline at end of file +- same as Bitcoin, not each crypto exchange is a mining, it could be a normal transaction, sending or receving or even blockchain exploration. + + +.. _Proto 355: + +`NDPI_PROTOCOL_TELEGRAM_VOIP` +============================ +Audio/video calls made using the Telegram app. + +References: `Wikipedia <https://en.wikipedia.org/wiki/Telegram_(software)/>`_. |