diff options
author | 0x41CEA55 <167377970+41CEA55@users.noreply.github.com> | 2024-04-23 16:35:19 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-23 15:35:19 +0200 |
commit | fd388845d5b2c5e9ffa69fbd2784aaaf7ec6c132 (patch) | |
tree | bfc2e08056e3ad70c04ec4765e542d2920349f49 /doc | |
parent | abc7e430e2c1d6afc8dc7e86b40c1089309822d1 (diff) |
Add BFCP protocol support (#2401)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocols.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/protocols.rst b/doc/protocols.rst index ae9b12d7f..8d323e3af 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -5,6 +5,15 @@ This page provides the list of the protocols/applications supported by nDPI. For Work in progress! +.. _Proto 32: + +`NDPI_PROTOCOL_BFCP` +======================= +BFCP (Binary Floor Control Protocol) is used for controlling and coordinating real-time data sharing and collaboration during video conferencing sessions. + +References: `RFC: <https://datatracker.ietf.org/doc/html/rfc8855>`_ + + .. _Proto 72: `NDPI_PROTOCOL_HART_IP` |