Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 5405] Unescaped accent in interface name

Date: Mon, 20 Dec 2010 14:15:39 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5405

--- Comment #3 from Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx> 2010-12-20 15:15:38 MST ---
The culprit is likely in the get_interface_list() function within
capture-wpcap.c.  As the comments in that function state, the returned
information from WinPcap are double-byte unicode strings (which would be
UTF-16) and for some reason, we go through the extra effort of taking apart the
UTF-16 string and make an ASCII string out of it.  Using a UTF-16 to UTF-8
conversion routine would probably be best there, such as GLib's
g_utf16_to_utf8() function.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.