added support for string type
[govpp.git] / vendor / github.com / google / gopacket / macs / doc.go
1 // Copyright 2012 Google, Inc. All rights reserved.
2 //
3 // Use of this source code is governed by a BSD-style license
4 // that can be found in the LICENSE file in the root of the source
5 // tree.
6
7 // Package macs provides an in-memory mapping of all valid Ethernet MAC address
8 // prefixes to their associated organization.
9 //
10 // The ValidMACPrefixMap map maps 3-byte prefixes to organization strings.  It
11 // can be updated using 'go run gen.go' in this directory.
12 package macs