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] [Wireshark-commits] rev 35253: /trunk/ /trunk/doc/: README.d

From: Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx>
Date: Mon, 3 Jan 2011 12:01:43 -0700
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().