aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.h
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2005-07-04 13:04:53 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2005-07-04 13:04:53 +0000
commitbab34b522b46bd46d47dc4cb448aed9ce4423d9f (patch)
treeaf5815fc3606f36fa87c2bcaed9c471aef9e5c57 /epan/to_str.h
parent5f2fd433abc60c0e5f97613fbb18a00090dddc26 (diff)
new field type FT_GUID
svn path=/trunk/; revision=14845
Diffstat (limited to 'epan/to_str.h')
-rw-r--r--epan/to_str.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/to_str.h b/epan/to_str.h
index 15c9aae813..0035ac1b71 100644
--- a/epan/to_str.h
+++ b/epan/to_str.h
@@ -31,6 +31,7 @@
#include "epan/packet_info.h"
#define MAX_OID_STR_LEN 256
+#define GUID_STR_LEN 37
/*
* Resolution of a time stamp.
@@ -71,6 +72,8 @@ extern gchar* rel_time_to_str(nstime_t*);
extern gchar* rel_time_to_secs_str(nstime_t*);
extern gchar* oid_to_str(const guint8*, gint);
extern gchar* oid_to_str_buf(const guint8*, gint, gchar*);
+extern gchar* guid_to_str(const guint8*);
+extern gchar* guid_to_str_buf(const guint8*, gchar*);
extern char *other_decode_bitfield_value(char *buf, guint32 val, guint32 mask,