aboutsummaryrefslogtreecommitdiffstats
path: root/manuf.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Tiny updateJörg Mayer2003-04-291-2/+1
| | | | svn path=/trunk/; revision=7606
* Obscure email addresses and update entries.Gerald Combs2003-04-251-3/+3
| | | | svn path=/trunk/; revision=7558
* make-manuf:Jörg Mayer2003-04-131-92/+2
| | | | | | | | | | | Don't print Cavebear skipped - it makes the output unusable. manuf.tmpl: Remove entries that overwrite identical or similar results from IEEE manuf: Rebuild to reflect the changes in manuf.tmpl and add some new IEEE entries. svn path=/trunk/; revision=7447
* make-manuf:Jörg Mayer2003-04-081-176/+3
| | | | | | | | | | | Sometimes printed a \n too much manuf.tmpl: Remove most manual Mappings to Cisco because that's what gets used anyway (all except Racal and Newpoint) manuf: Update to represent changes in make-manuf, manuf.tmpl and IEEE svn path=/trunk/; revision=7422
* Remove 00:40:96 from manuf.tmpl (Aironet, Ciron).Jörg Mayer2003-03-051-3/+1
| | | | svn path=/trunk/; revision=7288
* Update my email address in various places since my old one no longer worksLaurent Deniel2003-01-261-2/+2
| | | | svn path=/trunk/; revision=7003
* Remove an errant space from the name "TippingPoint Technologies, Inc."Gerald Combs2002-12-121-1/+2
| | | | svn path=/trunk/; revision=6782
* Allow the "manuf" file to contain well-known MAC addresses and addressGuy Harris2002-09-091-5/+7
| | | | | | | | | | | 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
* I still have to see a case when a MAC address starting with 0:0:0Jörg Mayer2002-08-031-1/+2
| | | | | | actually means Xerox, but 0:0:0:0:0:0 can be found quite often. svn path=/trunk/; revision=5934
* From Andrew Feren: put all of Cisco's OUIs into manuf.tmpl.Guy Harris2002-03-141-1/+147
| | | | svn path=/trunk/; revision=4945
* manuf: Periodic updates from "make-manuf".Gerald Combs2002-01-301-1/+2
| | | | | | manuf.tmpl: Update 00:B0:D0 as per http://www.ethereal.com/lists/ethereal-cvs/200201/msg00048.html so that make-manuf won't clobber the fix. svn path=/trunk/; revision=4633
* From Joerg Mayer: a patch to add 00:40:96 as an OUI for Aironet wirelessGuy Harris2001-10-071-5/+3
| | | | | | | | | | | devices (which are now Cisco wireless devices, as Cisco bought Aironet). This overrides the out-of-date assignment of 00:40:96 to Telesystems SLW in the cavebear.com file (Telesystems SLW were bought by Telxon, who then apparently spun off their RF division, plus Telesystems, as Aironet). svn path=/trunk/; revision=4006
* Credit Michael Patton and the IEEE in the document header. Add URLs to theGerald Combs2000-11-261-2/+17
| | | | | | IEEE data (Michael's was already there). svn path=/trunk/; revision=2701
* Add make-manuf, a script that:Gerald Combs2000-11-231-0/+209
- 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