aboutsummaryrefslogtreecommitdiffstats
path: root/make-manuf
AgeCommit message (Collapse)AuthorFilesLines
2008-07-30From Thomas Boehne :etxrab1-23/+55
Support for IAB MAC address resolution git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25867 f5534014-38df-0310-8fa8-9805f1628bb7
2008-06-18Fix for bug 2619:jake1-1/+1
Current OUI registery has changed location (again). Adjusting script to fetch current file. Generated dataset based on this current file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25475 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-27Remove S/A from company namesjmayer1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15568 f5534014-38df-0310-8fa8-9805f1628bb7
2005-03-06- Modify make-manuf to add a message to manuf how to modify itjmayer1-0/+2
(aka: don't modify manuf, change manuf.tmpl and wka.tmpl instead) - Remove OUI 08:00:0F from manuf.tmpl, the IEEE provides the correct value by now. - Regenerate manuf git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13608 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11400 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-01Update manuf to Feb, 1st 2004jmayer1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9929 f5534014-38df-0310-8fa8-9805f1628bb7
2003-04-13make-manuf:jmayer1-2/+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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7447 f5534014-38df-0310-8fa8-9805f1628bb7
2003-04-08make-manuf:jmayer1-2/+2
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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7422 f5534014-38df-0310-8fa8-9805f1628bb7
2003-01-21Don't replace spaces by '_', remove them.jmayer1-10/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6958 f5534014-38df-0310-8fa8-9805f1628bb7
2002-11-19Reduce label length to 10jmayer1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6662 f5534014-38df-0310-8fa8-9805f1628bb7
2002-11-18Do some pretty-printing on the manufacturer names returned by the IEEEjmayer1-30/+66
and CaveBear OUI lists: - Remove punctuation - Remove fill words (including the, inc, plc, ...) - Capitalize each word at the beginning (and only there) - Replace SPACE by _ - Restrict length to 20 characters git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6654 f5534014-38df-0310-8fa8-9805f1628bb7
2002-09-09Allow the "manuf" file to contain well-known MAC addresses and addressguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6233 f5534014-38df-0310-8fa8-9805f1628bb7
2002-08-03The url to the IEEE data changed for non-interactive use.jmayer1-2/+2
Bring manuf up to date. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5944 f5534014-38df-0310-8fa8-9805f1628bb7
2002-05-02From Joerg Mayer:guy1-16/+18
Prefer IEEE entries over CaveBear entries, as the former list seems to be the better maintained one. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5362 f5534014-38df-0310-8fa8-9805f1628bb7
2002-03-14From Andrew Feren: minor patch to correct what looks like a cut andguy1-2/+2
paste error in an error message. The wrong filename is being displayed if manuf can't be opened for writing. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4944 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-07From Joerg Mayer: explain in the "LWP isn't installed" message where youguy1-2/+4
can get LWP. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4007 f5534014-38df-0310-8fa8-9805f1628bb7
2000-11-29Translate the A-F characters of all OUIs to uppercase before insertinggram1-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) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2707 f5534014-38df-0310-8fa8-9805f1628bb7
2000-11-23Add make-manuf, a script that:gerald1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2700 f5534014-38df-0310-8fa8-9805f1628bb7