On Mon, Jan 03, 2011 at 09:50:27AM +0100, news.gmane.com wrote:
>
> "Stephen Fisher" <steve@xxxxxxxxxxxxxxxxxx>
> wrote in message news:20101223181634.GA30749@xxxxxxxxxxxxxxxxxxxxxxxxx...
> > I've introduced a new function called
> > tvb_get_ephemeral_unicode_string() for converting UTF-16 strings in
> > a tvbuff to UTF-8 for display in Wireshark. This new function even
> > works with tshark (at least on Unix) if using a UTF-8 compatiable
> > terminal emulator:
>
> Does this replaces tvb_get_ephemeral_faked_unicode?
Yes.
I've also just introduced two more functions:
tvb_get_unicode_string()
tvb_get_ephemeral_unicode_string()
The first one I introduced was actually
tvb_get_ephemeral_unicode_stringz().