aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-07-07 09:42:09 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-07-07 09:42:09 +0000
commit23b068e3078691eee81422008f81017c552da5d9 (patch)
tree58551971aacff6e318db69dfd3b7f11dd63d3df0 /epan/to_str.h
parent1dacabc5ba37a5e5c92638c49a4c727f6cf9defd (diff)
Introduce se_address_to_str()
svn path=/trunk/; revision=28973
Diffstat (limited to 'epan/to_str.h')
-rw-r--r--epan/to_str.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/to_str.h b/epan/to_str.h
index f2727ad771..9b054c801d 100644
--- a/epan/to_str.h
+++ b/epan/to_str.h
@@ -54,6 +54,7 @@ typedef enum {
struct e_in6_addr;
extern gchar* address_to_str(const address *);
+extern gchar* se_address_to_str(const address *);
extern void address_to_str_buf(const address *addr, gchar *buf, int buf_len);
extern gchar* bytestring_to_str(const guint8 *, guint32, char);
extern gchar* ether_to_str(const guint8 *);