From 2b5fc4efdc2afd3349014669fb7bfad59c5d458c Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 7 Apr 2014 16:14:01 -0700 Subject: 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 --- epan/ftypes/ftypes.h | 1 - 1 file changed, 1 deletion(-) (limited to 'epan/ftypes') diff --git a/epan/ftypes/ftypes.h b/epan/ftypes/ftypes.h index 75e0f8bd06..1e238838b2 100644 --- a/epan/ftypes/ftypes.h +++ b/epan/ftypes/ftypes.h @@ -53,7 +53,6 @@ enum ftenum { FT_STRING, FT_STRINGZ, /* for use with proto_tree_add_item() */ FT_UINT_STRING, /* for use with proto_tree_add_item() */ - /*FT_UCS2_LE, */ /* Unicode, 2 byte, Little Endian */ FT_ETHER, FT_BYTES, FT_UINT_BYTES, -- cgit v1.2.1