Wireshark-bugs: [Wireshark-bugs] [Bug 9618] Invalid utf8 causes JSON dissector assertion failure

Date: Tue, 07 Jan 2014 22:27:49 +0000

changed bug 9618

What Removed Added
CC   [email protected]

Comment # 1 on bug 9618 from
Should be fixed in r54633 (if it compiles...).


I'm not quite sure how such invalid UTF-8 sequence should be shown.

Firefox shows it as: "⅜췔���ホ늑䵾�":"���嬏쒢׾湟ꩪۛ�"
my uxterm(293): "⅜췔�ホ늑䵾�":"�嬏쒢׾湟ꩪۛ�" ## the same, but replacement characters
merged.


Wireshark now shows it as:
  Member Key: "⅜췔���ホ늑䵾�"
  String value: ?????????????????۾?

Probably firefox/ uxterm tries to find some valid utf-8 character, which I'm
not doing in wireshark.

Anyway, no more asserts, please open another ticket if you need better support
of displaying invalid utf-8 sequence.

Cheers,
Kuba.


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