aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-08-28 06:44:06 +0000
committerGuy Harris <guy@alum.mit.edu>2005-08-28 06:44:06 +0000
commit374c3d0b7581648039cae9a16318619ad5340e29 (patch)
treeaef7dab7ca1133ccd8dc5d37a6b2612d2016e1bd /epan/to_str.h
parentd7f391d333c8e81515d64be3c0dc995c0eb91dce (diff)
Export "bytestring_to_str()", and use it when adding the link-layer
address for the ND_OPT_TARGET_LINKADDR ICMPv6 packet type. svn path=/trunk/; revision=15591
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 55449f490d..e9997d62f3 100644
--- a/epan/to_str.h
+++ b/epan/to_str.h
@@ -54,6 +54,7 @@ struct e_in6_addr;
extern gchar* 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 *);
extern gchar* ip_to_str(const guint8 *);
extern void ip_to_str_buf(const guint8 *, gchar *);