From 7ec34a52c5d63484159a2992f1fe254c94327145 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Mon, 9 Sep 2013 00:11:19 +0000 Subject: expert_add_info_format_text -> expert_add_info_format svn path=/trunk/; revision=51850 --- plugins/m2m/packet-m2m.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/m2m') diff --git a/plugins/m2m/packet-m2m.c b/plugins/m2m/packet-m2m.c index 59df3fd3bc..618e77307b 100644 --- a/plugins/m2m/packet-m2m.c +++ b/plugins/m2m/packet-m2m.c @@ -396,7 +396,7 @@ static void dissect_m2m(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) if (offset - tlv_offset == expected_len) { proto_tree_add_tlv(&m2m_tlv_info, tvb, offset - tlv_offset, pinfo, tlv_tree, hf, encoding); } else { - expert_add_info_format_text(pinfo, NULL, &ei_m2m_unexpected_length, "Expected length %d, got %d.", expected_len, offset - tlv_offset); + expert_add_info_format(pinfo, NULL, &ei_m2m_unexpected_length, "Expected length %d, got %d.", expected_len, offset - tlv_offset); } } offset += tlv_len; -- cgit v1.2.1