From 9e3f9b449f5c25ad7266bdef972212e9f29114f7 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Mon, 9 Sep 2013 00:44:09 +0000 Subject: expert_add_info_format_text -> expert_add_info_format svn path=/trunk/; revision=51852 --- epan/dissectors/packet-dns.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'epan/dissectors/packet-dns.c') diff --git a/epan/dissectors/packet-dns.c b/epan/dissectors/packet-dns.c index 6d49f00ba8..091f572eab 100644 --- a/epan/dissectors/packet-dns.c +++ b/epan/dissectors/packet-dns.c @@ -2657,7 +2657,7 @@ dissect_dns_answer(tvbuff_t *tvb, int offsetx, int dns_data_offset, } break; case O_CLIENT_SUBNET_EXP: /* draft-vandergaast-edns-client-subnet */ - expert_add_info_format_text(pinfo, rropt, &ei_dns_depr_opc, + expert_add_info_format(pinfo, rropt, &ei_dns_depr_opc, "Deprecated opcode. Client subnet OPT assigned as %d.", O_CLIENT_SUBNET); /* Intentional fall-through */ case O_CLIENT_SUBNET:{ @@ -3339,7 +3339,7 @@ dissect_dns_answer(tvbuff_t *tvb, int offsetx, int dns_data_offset, sub_tvb=tvb_new_subset(tvb, cur_offset, tsig_siglen, tsig_siglen); if (!dissector_try_string(dns_tsig_dissector_table, tsig_algname, sub_tvb, pinfo, mac_tree)) { - expert_add_info_format_text(pinfo, mac_item, &ei_dns_tsig_alg, + expert_add_info_format(pinfo, mac_item, &ei_dns_tsig_alg, "No dissector for algorithm:%s", tsig_algname); } @@ -3473,7 +3473,7 @@ dissect_dns_answer(tvbuff_t *tvb, int offsetx, int dns_data_offset, default: - expert_add_info_format_text(pinfo, trr, &ei_dns_undecoded_option, + expert_add_info_format(pinfo, trr, &ei_dns_undecoded_option, "Dissector for DNS Type (%d)" " code not implemented, Contact Wireshark developers" " if you want this supported", dns_type); -- cgit v1.2.3