https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4102
Summary: there's UTF8 char in manuf file.
Product: Wireshark
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Minor
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: dgautheron@xxxxxxxx
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
Hi,
In manuf there's at least:
00:16:2F Geutebrück # Geutebrück GmbH
but epan/addr_resolv.c:add_manuf_name() calls
g_strlcpy(tp->name,name,MAXMANUFLEN) and generates invalid UTF8 strings.
MAXMANUFLEN is 9
Didier
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.