diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2023-12-20 12:48:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-20 10:48:45 +0100 |
commit | 33f11cb10f0bc598fc8e3d97d25bab87078aa294 (patch) | |
tree | 65f8a0a140af5a71b7ed7542c050e459a92ff3b3 /doc | |
parent | 8aa09f9c994bd234e17b4f4ad8b6808e2561c4d6 (diff) |
Add OpenFlow protocol dissector (#2222)
Diffstat (limited to 'doc')
-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 5e165287b..7c99aeaf5 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -368,3 +368,12 @@ References: `Protocol Specs: <https://www.ivifoundation.org/downloads/Protocol%2 Encrypted UDP based FTP with multicast. References: `Protocol Specs: <https://uftp-multicast.sourceforge.net/protocol.txt>`_. + + +.. _Proto 374: + +`NDPI_PROTOCOL_OPENFLOW` +====================== +OpenFlow protocol is a network protocol closely associated with Software-Defined Networking (SDN). + +References: `Protocol Specs: <https://opennetworking.org/wp-content/uploads/2014/10/openflow-switch-v1.5.1.pdf>`_. |