aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-06-23 09:15:08 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-06-23 09:15:08 +0000
commit9e18043830091ae70cf68dde7dc736aa4c532f3e (patch)
treeac5bc0ada3b4777a3db5b70a48aea3b2a87fa6ee /epan/to_str.h
parent883020806010ced14cc7ecc9c6961bd9b861c19b (diff)
Update to FC to store the source and destination id in a guint
to make it easier to add matching and response times later. svn path=/trunk/; revision=7916
Diffstat (limited to 'epan/to_str.h')
-rw-r--r--epan/to_str.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/to_str.h b/epan/to_str.h
index fcc474325d..5bb2150ac9 100644
--- a/epan/to_str.h
+++ b/epan/to_str.h
@@ -1,7 +1,7 @@
/* to_str.h
* Definitions for utilities to convert various other types to strings.
*
- * $Id: to_str.h,v 1.14 2003/02/12 00:44:04 guy Exp $
+ * $Id: to_str.h,v 1.15 2003/06/23 09:15:08 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -49,6 +49,7 @@ extern gchar* ether_to_str(const guint8 *);
extern gchar* ip_to_str(const guint8 *);
extern void ip_to_str_buf(const guint8 *, gchar *);
extern gchar* fc_to_str(const guint8 *);
+extern gchar* fc32_to_str(guint32);
extern gchar* fcwwn_to_str (const guint8 *);
extern char* ip6_to_str(const struct e_in6_addr *);
extern gchar* ipx_addr_to_str(guint32, const guint8 *);