I am trying to parse the "arguments" field in the payload of AMQP Basic.Publish method According to the specifications, the three first parameters have always the same size:
The problem comes with the two following parameters, "exchange" and "routing-key" parameters, as they have variable size and sometimes even the "exchange" field is empty (and I don't meant that is a empty string, what I mean is that the actual bytes are not sent into the wire). Even though I know the total payload size, I cannot detected where the "exchange" parameter ends and the "routing-key" parameter starts
My doubt is wow can I know where each fields starts in order to parse them. Wireshark is able to parse them correctly, but I don't know where it gets that info.
Any help is much appreciated!
Cheers,
Daron
--You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/5a549c28-9a46-4d37-80c6-0e4b45905713n%40googlegroups.com.
--