MACAddr - a MAC address class
Version: 0.2.2 Author: Raymond P Chudzinski added UTF-8 support for non-ASCII vendor names
MACAddr is a class for the manipulation of IEEE MAC addresses. It is patterned after the IPAddr class in the Ruby core libs.
Copyright (C) 2010 Raymond P Chudzinski
methods include comparison, determining manufacturer, printabilty and a few helper
TODO: Optimze the internals to handle the 48 bit values more effieicently TODO: compress or move the 10000+ line list ofr vendor oids
Author: Raymond P Chudzinski Origin Date: July 18, 2010
released on github July 21. 2010 0.2 released on Sept. 1, 2010
all of the orignal source can be found in github github.com/chud/MACAddr
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.