From 7f9973bd0ce2366c09c614d2fdb2883f27ba1106 Mon Sep 17 00:00:00 2001 From: Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> Date: Tue, 2 Jan 2024 22:57:05 +0300 Subject: Add HL7 protocol dissector (#2240) * Add HL7 protocol dissector * Small fixes * Small fixes --- doc/protocols.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') 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: `_ Notes: - Wireshark is not able to recognize this protocol. Some old plugins/code (with some documentation) are available `here ` and `here `. + + +.. _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 `_ -- cgit v1.2.3