aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>2001-08-12 11:46:23 +0000
committerRichard Sharpe <sharpe@ns.aus.com>2001-08-12 11:46:23 +0000
commit8e23078d1b4a38eb3e855b3707c4833cc2231c7e (patch)
tree398e1632388be9f45ce2a4858d18c8a9150701a7 /epan/ftypes
parent9afbcb1f2c5be10a765f5ac76d565780398f5b61 (diff)
Add FT_UCS2_LE as a field type in prep for adding unicode handling proto_tree
routines. svn path=/trunk/; revision=3843
Diffstat (limited to 'epan/ftypes')
-rw-r--r--epan/ftypes/ftypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/ftypes/ftypes.h b/epan/ftypes/ftypes.h
index 41d2c5f313..1e0dcf7dd2 100644
--- a/epan/ftypes/ftypes.h
+++ b/epan/ftypes/ftypes.h
@@ -1,7 +1,7 @@
/* ftypes.h
* Definitions for field types
*
- * $Id: ftypes.h,v 1.2 2001/02/27 19:23:30 gram Exp $
+ * $Id: ftypes.h,v 1.3 2001/08/12 11:46:23 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -49,6 +49,7 @@ 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_IPv4,