diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-11-14 20:31:23 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-11-14 20:40:38 +0100 |
commit | daed65c6d0625eecf9d21eaf9206a28988bec5e9 (patch) | |
tree | 196f874defbfff4811b4aed6f7fef1ac66e76232 /doc/protocols.rst | |
parent | 38f9a74713c9905ab9fe4761ff975aa20ea1a8e8 (diff) |
Improved TFTP. Fixes #2075.improved/tftp-dissect
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
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 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` |