Ask Your Question
0

Decode AMQP over websocket

asked 2025-07-11 21:18:42 +0000

Hi

Is there a way to dissect AMQP over websocket, I can't find a way add another dissector on top of websocket data

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2025-07-12 00:10:40 +0000

Chuckc gravatar image

You might be able to do it with a lua plugin to connect the pieces.
Can you share a capture file?

Ask: MQTT over Websocket?
Old Ask: Wireshark STOMP protocol dissector

The STOMP lua plugin and a sample capture are available on the Wiki: stomp.lua

This plugin dissects STOMP protocol packets, both over raw TCP and over HTTP/Websocket. The plugin this was based on is hosted on github, but the file in this wiki is newer, and can do things the one on github cannot; it was based on an answer to a question on ask.wireshark.org.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2025-07-11 21:18:42 +0000

Seen: 19 times

Last updated: 2 days ago