diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2024-01-23 23:08:13 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-23 21:08:13 +0100 |
commit | f04b4450a18e53cb53dbd08750eda518b0aeda4c (patch) | |
tree | 7d142bad6d56dffd477d326668b3406c2694500c /doc | |
parent | 9b26e74bb7e105f5f79fd4bbfb4cdfe0b6e94f04 (diff) |
Add STOMP protocol dissector (#2280)
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 4586ff41c..b6e2b6507 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -540,3 +540,12 @@ References: `Main site <https://www.ea.com/>`_ Notes: - Almost all of that traffic is related to their EA Origin game store. + + +.. _Proto 390: + +`NDPI_PROTOCOL_STOMP` +======================== +STOMP is a simple interoperable protocol designed for asynchronous message passing between clients via mediating servers. Supported in ActiveMQ and RabbitMQ. + +References: `Protocol Specs: <https://stomp.github.io/stomp-specification-1.2.html>`_ |