aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftypes.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-02-01 02:35:30 +0000
committerJörg Mayer <jmayer@loplof.de>2004-02-01 02:35:30 +0000
commit4023150e25ec70b17a504f7332b3cacdfd6db2b2 (patch)
tree44862d9e255f3fa3c7542200c030020c2a84a814 /epan/ftypes/ftypes.h
parentd9b6e98297fc56d75d9f7b806a4d8f927bcd3340 (diff)
signed/unsigend warning fixes
svn path=/trunk/; revision=9931
Diffstat (limited to 'epan/ftypes/ftypes.h')
-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 75300280b2..e30f1cb508 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.29 2004/01/25 17:22:57 jmayer Exp $
+ * $Id: ftypes.h,v 1.30 2004/02/01 02:35:30 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -141,6 +141,7 @@ typedef struct _fvalue_t {
guint32 integer;
gdouble floating;
gchar *string;
+ guchar *ustring;
GByteArray *bytes;
GString *gstring;
ipv4_addr ipv4;