Dissector bug, protocol AMQP
I'm seeing this error in Wireshark - 3.2.5 (v3.2.5-0-ged20ddea8138) - on Windows 10 x64.
> Advanced Message Queueing Protocol
> Length: 24
> [Expert Info (Error/Malformed): Bad frame length]
> [Bad frame length]
> [Severity level: Error]
> [Group: Malformed]
> Doff: 195
> Type: Unknown (91)
> Channel: 31392 [Dissector bug, protocol AMQP:
> C:\buildbot\builders\wireshark-3.2-64\windows-2019-x64\build\epan\dissectors\packet-tcp.c:3750:failed assertion "proto_desegment && pinfo->can_desegment"]
> [Expert Info (Error/Malformed): C:\buildbot\builders\wireshark-3.2-64\windows-2019-x64\build\epan\dissectors\packet-tcp.c:3750:failed assertion "proto_desegment &&pinfo->can_desegment"]
> [C:\buildbot\builders\wireshark-3.2-64\windows-2019-x64\build\epan\dissectors\packet-tcp.c:3750:failed assertion "proto_desegment &&pinfo->can_desegment"]
> [Severity level: Error]
> [Group: Malformed]
The AMQP messages are coming from an Apache QPID server - I was using Wireshark to diagnose why my receiver process wasn't reporting any messages so this may be related.
Any suggestions about ways forward?
Thanks,
Mark