aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com>2024-01-02 22:57:05 +0300
committerGitHub <noreply@github.com>2024-01-02 20:57:05 +0100
commit7f9973bd0ce2366c09c614d2fdb2883f27ba1106 (patch)
treea233c5d13a13ddfaa8faba8b1dc67a37f438ef24 /doc
parent88d1416b7007307dabccf391cd5731059b376687 (diff)
Add HL7 protocol dissector (#2240)
* Add HL7 protocol dissector * Small fixes * Small fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/protocols.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/protocols.rst b/doc/protocols.rst
index ef3846d80..db3e01a1a 100644
--- a/doc/protocols.rst
+++ b/doc/protocols.rst
@@ -438,3 +438,12 @@ References: `Paid Specs: <https://webstore.iec.ch/publication/22487>`_
Notes:
- Wireshark is not able to recognize this protocol. Some old plugins/code (with some documentation) are available `here <https://github.com/bearxiong99/wireshark-dlms>` and `here <https://github.com/matousp/dlms-analysis/tree/master>`.
+
+
+.. _Proto 380:
+
+`NDPI_PROTOCOL_HL7`
+=========================
+HL7 is a range of global standards for the transfer of clinical and administrative health data between applications.
+
+References: `Main site <https://www.hl7.org/>`_