aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2023-11-14 20:31:23 +0100
committerToni Uhlig <matzeton@googlemail.com>2023-11-14 20:40:38 +0100
commitdaed65c6d0625eecf9d21eaf9206a28988bec5e9 (patch)
tree196f874defbfff4811b4aed6f7fef1ac66e76232 /doc
parent38f9a74713c9905ab9fe4761ff975aa20ea1a8e8 (diff)
Improved TFTP. Fixes #2075.improved/tftp-dissect
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
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 142434ade..6a877d85e 100644
--- a/doc/protocols.rst
+++ b/doc/protocols.rst
@@ -5,6 +5,15 @@ This page provides the list of the protocols/applications supported by nDPI. For
Work in progress!
+.. _Proto 96:
+
+`NDPI_PROTOCOL_TFTP`
+====================
+TFTP is a very simple protocol used to transfer files. It is from this that its name comes, Trivial File Transfer Protocol or TFTP.
+
+References: `RFC1350 <https://datatracker.ietf.org/doc/html/rfc1350>`_ and `RFC2347 <https://datatracker.ietf.org/doc/html/rfc2347>`_ and `RFC2349 <https://datatracker.ietf.org/doc/html/rfc2349>`_
+
+
.. _Proto 338:
`NDPI_PROTOCOL_SRTP`