Wireshark-bugs: [Wireshark-bugs] [Bug 8216] ASN.1 PER Encoding: UTF8String dissection
Date: Tue, 22 Jan 2013 13:57:15 +0000

Comment # 12 on bug 8216 from
>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.

Nope :) It doesn't. I get Malformed Packet exception. The packet is being
dissected till the UTF8String Value, the value itself is not being recognized,
the exception is thrown.


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