mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
latest nmap-mac-prefix
This commit is contained in:
parent
a976371dd5
commit
7b6c8ee06a
4 changed files with 2678 additions and 175 deletions
|
|
@ -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";
|
||||
|
|
|
|||
2441
scripts/oui.txt
2441
scripts/oui.txt
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue