new: added new Technicolor OUI for secondary router interfaces

This commit is contained in:
evilsocket 2019-02-12 10:49:37 +01:00
parent c27d17d729
commit 2ce3a65eaf
No known key found for this signature in database
GPG key ID: 1564D7F30393A456
2 changed files with 35148 additions and 35145 deletions

View file

@ -33628,6 +33628,7 @@ E0:F9:BE Cloudena Cloudena Corp.
E0:FA:EC PlatanSp Platan sp. z o.o. sp. k. E0:FA:EC PlatanSp Platan sp. z o.o. sp. k.
E0:FF:F7 Softiron Softiron Inc. E0:FF:F7 Softiron Softiron Inc.
E2:0C:0F Kingston Kingston Technologies E2:0C:0F Kingston Kingston Technologies
E2:B9:E5 Technico Technicolor
E4:02:9B IntelCor Intel Corporate E4:02:9B IntelCor Intel Corporate
E4:04:39 TomtomSo TomTom Software Ltd E4:04:39 TomtomSo TomTom Software Ltd
E4:0E:EE HuaweiTe Huawei Technologies Co.,Ltd E4:0E:EE HuaweiTe Huawei Technologies Co.,Ltd

View file

@ -2,11 +2,11 @@ package network
import ( import (
"fmt" "fmt"
"math/big"
"strings" "strings"
"math/big"
) )
var manuf = map[string]string{ var manuf = map[string]string {
"24.24664": "Copper Mountain Communications, Inc.", "24.24664": "Copper Mountain Communications, Inc.",
"24.2789": "ScottCare Corporation", "24.2789": "ScottCare Corporation",
"12.346853203968": "Energy ICT", "12.346853203968": "Energy ICT",
@ -3716,6 +3716,7 @@ var manuf = map[string]string{
"20.71414654697472": "Beijing Zongheng Electro-Mechanical Technology Development Co.", "20.71414654697472": "Beijing Zongheng Electro-Mechanical Technology Development Co.",
"12.346858881024": "Keith & Koep GmbH", "12.346858881024": "Keith & Koep GmbH",
"24.12597398": "Hon Hai Precision Ind. Co.,Ltd.", "24.12597398": "Hon Hai Precision Ind. Co.,Ltd.",
"24.14858725": "Technicolor",
"24.9180285": "IEEE Registration Authority", "24.9180285": "IEEE Registration Authority",
"20.52819395608576": "Velsitec-Clibase", "20.52819395608576": "Velsitec-Clibase",
"12.123917675773952": "Practical Software Studio LLC", "12.123917675773952": "Practical Software Studio LLC",
@ -35139,6 +35140,7 @@ var manuf = map[string]string{
"12.123917679357952": "Key Chemical & Equipment Company", "12.123917679357952": "Key Chemical & Equipment Company",
} }
func ManufLookup(mac string) string { func ManufLookup(mac string) string {
macHex := strings.Replace(mac, ":", "", -1) macHex := strings.Replace(mac, ":", "", -1)
macInt := new(big.Int) macInt := new(big.Int)