Wireshark-bugs: [Wireshark-bugs] [Bug 8216] ASN.1 PER Encoding: UTF8String dissection

Date: Tue, 22 Jan 2013 13:21:12 +0000

Comment # 9 on bug 8216 from
(In reply to comment #8)
> OK, done. It does not link because it does not find function
> proto_tree_add_unicode_string anywhere.

Then I guess you are using 1.8 branch and not trunk (this function is only
available in trunk).
You can replace it by
proto_tree_add_string_format_value(tree, hf_index, out_tvb, 0, -1, str, "%s",
str);
Not tested, but it *should* work.


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