https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6606
Summary: UTF-8 characters in SIP-Fields, Displayname
Product: Wireshark
Version: 1.6.4
Platform: Other
OS/Version: Windows 7
Status: NEW
Severity: Trivial
Priority: Low
Component: Wireshark
AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
ReportedBy: wireshark@xxxxxxxxxxxxxx
Build Information:
1.6.4, but I also try 1.6.1 before
--
I got an minor display bug in SIP-Header, especially the From-Field.
Hex dump:
0000 46 72 6f 6d 3a 20 22 58 c3 84 c3 96 c3 9c c3 a4 From: "X........
0010 c3 b6 c3 bc c3 9f e2 82 ac c3 a9 c3 a8 c3 aa c3 ................
0020 ad c3 ac c3 ae 59 22 20 3c 73 69 70 3a 37 39 39 .....Y" <sip:799
0030
The Displayname of this From-Line is really "XÄÖÜäöü߀éèêíìîY".
(X, Big German Umlaut A with two points, Big German Umlaut O with two points,
Big German Umlaut U with two points, Small German Umlaut a with two points,
Small German Umlaut o with two points, Small German Umlaut u with two points,
Sharp German S (SZ), Euro Sign, Some French accent character on e and i, and
last a Y)
Wireshark shows:
From: "X[X]\204[X]\226[X]\234äöü[X]\237[X]\202éèê[X]\255ìíY" <sip:799
The [X] is one character, a box with an cross inside.
Some UTF-8 characters are shown correctly some others not. I think there are
some more special chars than my test characters.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.