diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2024-02-15 11:36:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-15 09:36:06 +0100 |
commit | e93bcfd6196e76246fa33ed3122bf64689e2ce9a (patch) | |
tree | 13efca099003c5f15075b32343b3106d11129562 /doc | |
parent | ae36648c6cc08a5ef170a719a4476fe16e3a0e37 (diff) |
Add ANSI C12.22 protocol dissector (#2317)
* Add ANSI C12.22 protocol dissector
* Add UDP sample
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 63c484cfe..36af1bb22 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -602,3 +602,12 @@ References: `Main site <https://www.tencentgames.com/>`_ Protocols used in various games from Gaijin Entertainment. References: `Main site <https://gaijin.net/>`_ + + +.. _Proto 397: + +`NDPI_PROTOCOL_C1222` +==================== +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/>`_ |