aboutsummaryrefslogtreecommitdiffstats
path: root/wka.tmpl
AgeCommit message (Collapse)AuthorFilesLines
2005-02-03From Dominique Bastien: add the slow protocol MAC address to the list ofGuy Harris1-0/+1
well-known MAC addresses. svn path=/trunk/; revision=13258
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-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. svn path=/trunk/; revision=11400
2004-06-18Add local MAC addresses for MS-Loadbalancing (not all, see comment in wka.tmpl)Jörg Mayer1-1/+10
Update manuf svn path=/trunk/; revision=11180
2004-06-15Add and entry for 03-00-C7-00-00-EE (HP/Compaq ProLiant NIC teaming).Gerald Combs1-1/+2
The protocol is documented at http://www.hp.com/sbso/bus_protect/teaming.pdf if anyone wants to write a dissector. svn path=/trunk/; revision=11153
2003-04-25Obscure email addresses and update entries.Gerald Combs1-2/+2
svn path=/trunk/; revision=7558
2002-09-09Allow the "manuf" file to contain well-known MAC addresses and addressGuy Harris1-0/+153
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