wireshark/epan/ftypes
Guy Harris 2b5fc4efdc The encoding of a string is *not* part of its type.
So get rid of the commented-out FT_UCS2_LE; that would be handled as an
FT_STRING, FT_UINT_STRING, or FT_STRINGZ with an encoding of
ENC_UCS_2|ENC_LITTLE_ENDIAN.

Change-Id: I828fc1ed49843a503ec70e6adaf6dadd256df407
Reviewed-on: https://code.wireshark.org/review/996
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-04-07 23:14:29 +00:00
..
Makefile.am Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
Makefile.common Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
Makefile.nmake Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
ftype-bytes.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
ftype-double.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
ftype-guid.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
ftype-integer.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
ftype-ipv4.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
ftype-ipv6.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
ftype-none.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
ftype-pcre.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
ftype-string.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
ftype-time.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
ftype-tvbuff.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
ftypes-int.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
ftypes.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
ftypes.h The encoding of a string is *not* part of its type. 2014-04-07 23:14:29 +00:00