aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/proto.c')
-rw-r--r--epan/proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/proto.c b/epan/proto.c
index dfec1e5cb2..f5c1f4205e 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -5355,7 +5355,7 @@ proto_item_fill_label(field_info *fi, gchar *label_str)
g_snprintf(label_str, ITEM_LABEL_LENGTH,
"%s: %s", hfinfo->name,
- address_to_str( &addr ));
+ ep_address_to_str( &addr ));
break;
case FT_ETHER: