From 3df2333155abf8fdfdedc51aca0fe962499f10b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Thu, 29 Oct 2015 03:12:53 +0000 Subject: Remaining ADDRESS macro to address function conversions Change-Id: I8bc9af431e70243b05f4f0ce8c2b8ee451383788 Reviewed-on: https://code.wireshark.org/review/11463 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- epan/dissectors/packet-ua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-ua.c') diff --git a/epan/dissectors/packet-ua.c b/epan/dissectors/packet-ua.c index 4973d9687a..941ccc190f 100644 --- a/epan/dissectors/packet-ua.c +++ b/epan/dissectors/packet-ua.c @@ -211,7 +211,7 @@ static void _dissect_ua_msg(tvbuff_t *tvb, } case 0x01: /* remote IP */ { - TVB_SET_ADDRESS(&remote_rtp_addr, AT_IPv4, tvb, suboffset+2, 4); + set_address_tvb(&remote_rtp_addr, AT_IPv4, 4, tvb, suboffset+2); break; } case 0x02: /* remote port */ -- cgit v1.2.3