[sldev] Re: [VWR] message dumping
Robin Cornelius
robin.cornelius at gmail.com
Mon Mar 3 01:42:58 PST 2008
On Mon, Mar 3, 2008 at 3:27 AM, Anna Gulaev <annagulaev at gmail.com> wrote:
> On 3/2/08, Anna Gulaev wrote:
>
> > Seems the message pointed to by the buffer is incomplete. For example, the
> MultipleObjectUpdate message in my dump is not big enough to contain two
> UUIDs, a localID and the actual data.
>
> D'oh! UUIDs aren't 32 bytes of ascii text; they are 16 bytes binary,
> printed in hex. Maybe the messages are complete, afterall.
>
Yea UUIDs are 16bit :-)
if you need messages processing, any chance you can capture them in
pcap format (using tcpdump,wireshark etc) they can then be processed
through my wireshark disector. It would be quite useful to use this
"in anger" at a viewer debugging problem, which is what i intended
when i started work on it.
Robin
More information about the SLDev
mailing list