summaryrefslogtreecommitdiff
path: root/epan/ftypes
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-04-07 16:14:01 -0700
committerGuy Harris <guy@alum.mit.edu>2014-04-07 23:14:29 +0000
commit2b5fc4efdc2afd3349014669fb7bfad59c5d458c (patch)
tree38075a7a0309eb8d14dcba49748c75a7aa5fecde /epan/ftypes
parent172f5cd280f59ea972b6471e34982040f70f374e (diff)
downloadwireshark-2b5fc4efdc2afd3349014669fb7bfad59c5d458c.tar.gz
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>
Diffstat (limited to 'epan/ftypes')
-rw-r--r--epan/ftypes/ftypes.h1
1 files changed, 0 insertions, 1 deletions
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,