aboutsummaryrefslogtreecommitdiffstats
path: root/epan/address_types.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/address_types.c')
-rw-r--r--epan/address_types.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/address_types.c b/epan/address_types.c
index 8b43fa7469..e2ad4a2b70 100644
--- a/epan/address_types.c
+++ b/epan/address_types.c
@@ -214,7 +214,7 @@ static int ipv4_to_str(const address* addr, gchar *buf, int buf_len)
static int ipv4_str_len(const address* addr _U_)
{
- return MAX_IP_STR_LEN;
+ return WS_INET_ADDRSTRLEN;
}
static const char* ipv4_col_filter_str(const address* addr _U_, gboolean is_src)
@@ -253,7 +253,7 @@ static int ipv6_to_str(const address* addr, gchar *buf, int buf_len)
static int ipv6_str_len(const address* addr _U_)
{
- return MAX_IP6_STR_LEN;
+ return WS_INET6_ADDRSTRLEN;
}
static const char* ipv6_col_filter_str(const address* addr _U_, gboolean is_src)