diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-02-20 11:51:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-20 11:51:40 +0100 |
commit | 2f814c526b75ae9beb23e409376705f130f0228e (patch) | |
tree | 8bfc28ed5c9acac8b7bd8b716bb4ce9f127f92a7 /doc | |
parent | ffd6c3edee4a089d46b84fe66bf360c3500f34a8 (diff) |
Add identification of Huawei generic and cloud traffic (#2325)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocols.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/protocols.rst b/doc/protocols.rst index 36af1bb22..41829a1d8 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -611,3 +611,21 @@ References: `Main site <https://gaijin.net/>`_ ANSI C12.22 (IEEE Std 1703) describe a protocol for transporting ANSI C12.19 table data over networks. It's mostly used to communicate with electric meters. References: `Paid specs <https://www.nema.org/Standards/view/American-National-Standard-for-Protocol-Specification-for-Interfacing-to-Data-Communication-Networks/>`_ + + +.. _Proto 398: + +`NDPI_PROTOCOL_HUAWEI` +====================== +Generic Huawei traffic. + +References: `Main site <https://www.huawei.com/>`_ + + +.. _Proto 399: + +`NDPI_PROTOCOL_HUAWEI_CLOUD` +============================ +Huawei Mobile Cloud. + +References: `Main site <https://cloud.huawei.com/>`_ |