1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 08:59:01 +00:00

latest nmap-mac-prefix

This commit is contained in:
fyodor
2006-06-01 00:39:02 +00:00
parent a976371dd5
commit 7b6c8ee06a
4 changed files with 2678 additions and 175 deletions

View File

@@ -58,6 +58,7 @@ print OUTFILE "# \$Id" . ": \$ generated with make-mac-prefixes.pl\n";
print OUTFILE "# Original data comes from http://standards.ieee.org/regauth/oui/oui.txt\n";
print OUTFILE "# These values are known as Organizationally Unique Identifiers (OUIs)\n";
print OUTFILE "# See http://standards.ieee.org/faqs/OUI.html\n";
print OUTFILE "# We have added a few unregistered OUIs at the end.\n";
while($ln = <INFILE>) {
if ($ln =~ /\s*([0-9a-fA-F]{2})-([0-9a-fA-F]{2})-([0-9a-fA-F]{2})\s+\(hex\)\s+(\S.*)$/) {
@@ -72,3 +73,6 @@ while($ln = <INFILE>) {
}
# else { print "failed to match: $ln"; }
}
# Now add a few extras which aren't oficially registered ...
print OUTFILE "525400 QEMU\nB0C420 Bochs\n";