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

Date: Fri, 18 Jan 2013 09:35:40 +0000

Comment # 3 on bug 8216 from
>@Ewgenij
Could you try using
dissect_per_restricted_character_string_sorted(tvb, offset, actx, tree,
hf_index, min_len, max_len, has_extension, NULL, 256, NULL);
instead of dissect_per_octet_string and see if it still works.


Hello, I tried it out. It works too.

>By the way, is your dissector using the PER aligned variant?

No, I work with unaligned packets and use the -u option of asn2wrs compiler.


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