Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Unicode strings in packets

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Thu, 26 Oct 2006 20:02:01 +0200 (CEST)
Hi,

A simple search in epan/dissectors shows a lot of code using unicode
strings. Take some time to learn from them, aybe your problem is already
solved there.

Thanx,
Jaap

On Thu, 26 Oct 2006, Kai Blin wrote:

> Hi folks,
>
> I'm currently trying to dissect a packet that has a couple of unicode strings
> after a bit of binary data. I know the length of the binary data and the
> offset until that data starts, so I know the total length of all the unicode
> strings, but not how many unicode strings there are. They are terminated by
> 0x0000, so it's possible to split them on that. But is there a good way to do
> this in wireshark?
>
> Cheers,
> Kai
>