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 39328: /trunk/epan/dissectors/ /trun

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sun, 9 Oct 2011 22:07:53 -0700
On Oct 9, 2011, at 5:39 PM, wmeier@xxxxxxxxxxxxx wrote:

> http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39328
> 
> User: wmeier
> Date: 2011/10/09 05:39 PM
> 
> Log:
> Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-autogenerated epan/dissectors:
>   Specifically:  Replace FALSE|0 and TRUE|1 by ENC_BIG_ENDIAN|ENC_LITTLE_ENDIAN as
>   the encoding parameter for proto_tree_add_item() calls which directly reference
>   an item in hf[] which has a type of:

	...

>      FT_UINT_STRING

For FT_UINT_STRING, what character encoding was used?  FT_UTF_8 or FT_ASCII?