ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 4102] New: there's UTF8 char in manuf file.

Date: Wed, 7 Oct 2009 19:27:57 -0700 (PDT)
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.