diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2023-12-18 13:21:07 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-18 11:21:07 +0100 |
commit | 59c8eabc0ea00e15e06fd4884290f7e3a8095588 (patch) | |
tree | 6bcbbcadcaa6856f98e499845d63d0cfaba69f3e /doc/protocols.rst | |
parent | d8c7a7661150889c372dccef1388921a4bb46f97 (diff) |
Add UFTP protocol dissector (#2215)
* Add UFTP protocol dissector
* Update docs
* Merge pcap files
Diffstat (limited to 'doc/protocols.rst')
-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 037c40bd9..d36dd8126 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -351,3 +351,12 @@ References: `Protocol Specs: <https://www.profibus.com/download/profinet-specifi High-Speed LAN Instrument Protocol (HiSLIP) is a protocol for remote instrument control of LAN-based test and measurement instruments. References: `Protocol Specs: <https://www.ivifoundation.org/downloads/Protocol%20Specifications/IVI-6.1_HiSLIP-2.0-2020-04-23.pdf>`_. + + +.. _Proto 373: + +`NDPI_PROTOCOL_UFTP` +====================== +Encrypted UDP based FTP with multicast. + +References: `Protocol Specs: <https://uftp-multicast.sourceforge.net/protocol.txt>`_. |