tulip icon indicating copy to clipboard operation
tulip copied to clipboard

[feature request] WebSocket data decoding

Open erdnaxe opened this issue 3 years ago • 1 comments

Currently Tulip shows WebSocket streams as TCP streams. It would be nice to format WebSocket streams like browser developer consoles do.

WebSocket can send packet in text mode or binary mode. For binary mode we could use an alternate representation.

erdnaxe avatar Oct 13 '22 14:10 erdnaxe

On this note, it would be very cool to have a "plugin" system that can further decode the packet (protobuf, msgpack, etc..).

devgianlu avatar Oct 13 '22 15:10 devgianlu