diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2024-03-13 22:18:43 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-13 20:18:43 +0100 |
commit | 8fad77991dcf1cc86cbc0100c258d24d0383a462 (patch) | |
tree | 171161b760bb00f4ae7e7be68b7d64ea0380180f /doc | |
parent | 4102c8df7256a8031f76c8e02713d6e063cba6b9 (diff) |
Add PFCP protocol dissector (#2342)
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 c994e21ff..f4bbddb79 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -679,3 +679,12 @@ 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, ...) + + +.. _Proto 405: + +`NDPI_PROTOCOL_PFCP` +===================== +PFCP is a protocol used for communicating between control plane (CP) and user plane (UP) functions in 4G and 5G networks. + +References: `Protocol Specs: <https://www.etsi.org/deliver/etsi_ts/129200_129299/129244/16.05.00_60/ts_129244v160500p.pdf>`_ |