aboutsummaryrefslogtreecommitdiffstats
path: root/make-manuf
Commit message (Collapse)AuthorAgeFilesLines
* Allow the "manuf" file to contain well-known MAC addresses and addressGuy Harris2002-09-091-1/+19
| | | | | | | | | | | ranges specified with a mask, as well as manufacturer OUIs. Match the address range values, as well as MAC addresses and manufacturer OUIs, when translating MAC addresses to names. Have "make-manuf" read a file containing the well-known addresses and append it to the list of OUIs. svn path=/trunk/; revision=6233
* The url to the IEEE data changed for non-interactive use.Jörg Mayer2002-08-031-2/+2
| | | | | | Bring manuf up to date. svn path=/trunk/; revision=5944
* From Joerg Mayer:Guy Harris2002-05-021-16/+18
| | | | | | | Prefer IEEE entries over CaveBear entries, as the former list seems to be the better maintained one. svn path=/trunk/; revision=5362
* From Andrew Feren: minor patch to correct what looks like a cut andGuy Harris2002-03-141-2/+2
| | | | | | | paste error in an error message. The wrong filename is being displayed if manuf can't be opened for writing. svn path=/trunk/; revision=4944
* From Joerg Mayer: explain in the "LWP isn't installed" message where youGuy Harris2001-10-071-2/+4
| | | | | | can get LWP. svn path=/trunk/; revision=4007
* Translate the A-F characters of all OUIs to uppercase before insertingGilbert Ramirez2000-11-291-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
* Add make-manuf, a script that:Gerald Combs2000-11-231-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