aboutsummaryrefslogtreecommitdiffstats
path: root/make-manuf
AgeCommit message (Collapse)AuthorFilesLines
2001-10-07From Joerg Mayer: explain in the "LWP isn't installed" message where youGuy Harris1-2/+4
can get LWP. svn path=/trunk/; revision=4007
2000-11-29Translate the A-F characters of all OUIs to uppercase before insertingGilbert Ramirez1-1/+7
them into the hash. Without using the same case on all OUIs, some collisions were not detected (00:00:F6 vs 00:00:f6) svn path=/trunk/; revision=2707
2000-11-23Add make-manuf, a script that:Gerald Combs1-0/+116
- Reads our current 'manuf' file header and contents - Fetches OUI information from the IEEE and CaveBear - Merges the OUI information, with our entries taking precedence, then CaveBear's, then the IEEE. - Dumps eveything into the 'manuf' file. svn path=/trunk/; revision=2700