From 55de46f317b5e3aba957f4aa44e242aea0d29dfc Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Mon, 5 Jan 2015 11:12:08 -0500 Subject: Replace ep_address_to_str with address_to_str. Change-Id: I4f1078b20f41800f72a751612703ad0d4c2ae87b Reviewed-on: https://code.wireshark.org/review/6323 Reviewed-by: Michael Mann Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- epan/to_str.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/to_str.c') diff --git a/epan/to_str.c b/epan/to_str.c index 69d741ecff..20e965a717 100644 --- a/epan/to_str.c +++ b/epan/to_str.c @@ -1088,7 +1088,7 @@ decode_numeric_bitfield(const guint64 val, const guint64 mask, const int width, /* This function is very fast and this function is called a lot. - XXX update the ep_address_to_str stuff to use this function. + XXX update the address_to_str stuff to use this function. */ void ip_to_str_buf(const guint8 *ad, gchar *buf, const int buf_len) -- cgit v1.2.1