https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16038

            Bug ID: 16038
           Summary: OUI lookup tool does not handle longer masks
           Product: Web sites
           Version: N/A
          Hardware: All
                OS: All
            Status: CONFIRMED
          Severity: Normal
          Priority: Low
         Component: Main site - www.wireshark.org
          Assignee: bugzilla-ad...@wireshark.org
          Reporter: pe...@lekensteyn.nl
  Target Milestone: ---

Build Information:
manuf.js corresponding to 3.1.0
--
A user reported on IRC that the OUI lookup
(https://www.wireshark.org/tools/oui-lookup.html) appears to ignore MAC
addresses with a network mask.

For example D8:86:0B:E0:00:00/28 is "Shenzhen Yidong Technology", but it is not
present in the manuf.js file and reported as "D8:86:0B IeeeRegi IEEE
Registration Authority" instead.

The generator in wsweb should probably be changed to handle the colon-separated
format, right now it contains:
# xx-xx-xx/xx longdesc
re_l.append( re.compile('([0-9a-f][0-9a-f]-[0-9a-f-]+)/(\d+)\s+(.*)', re.I) )

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to