Wireshark-bugs: [Wireshark-bugs] [Bug 9690] DHCPv6 Packet dissector incorrectly handling FQDN in

Date: Mon, 17 Feb 2014 05:10:53 +0000

Comment # 10 on bug 9690 from
(In reply to comment #9)
> Why not use the same mechanism as IPv4?
> add: 
>   const guchar	*dns_name;
> 
> replace all under case PKT_CCCV6_KRB_REALM:
>   if (subopt_len > 0) {
>     get_dns_name(tvb, suboptoff, subopt_len, suboptoff, &dns_name);
>     proto_item_append_text(vti, " %s (%u byte%s)", dns_name, subopt_len - 1,
> plurality(subopt_len, "", "s") );
>   }

Ok...


You are receiving this mail because:
  • You are watching all bug changes.