aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2003-08-23 13:35:06 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2003-08-23 13:35:06 +0000
commite1356ed71ee497c04aec33eb18091bb5b1f4a441 (patch)
tree0019f43372f7ec786c715e2671950775c6d936a1 /epan/to_str.h
parentedd2b579dc8be6513bf93db9b2fb8c7428f13f62 (diff)
Add FibreChannel to the types of protocols we can show a conversation list for
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8223 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/to_str.h')
-rw-r--r--epan/to_str.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/to_str.h b/epan/to_str.h
index 5bb2150ac9..8a0b9d1117 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.15 2003/06/23 09:15:08 sahlberg Exp $
+ * $Id: to_str.h,v 1.16 2003/08/23 13:35:06 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -28,6 +28,7 @@
#include <glib.h>
#include "nstime.h"
+#include "epan/packet_info.h"
/*
* Resolution of a time stamp.
@@ -49,7 +50,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* fc32_to_str(address *);
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 *);