misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2018-02-20 02:46:44 +01:00
commit c7b7963430

View file

@ -22930,7 +22930,6 @@ var oui = map[string]string {
"784b87": "Murata Manufacturing Co.",
}
func OuiLookup(mac string) string {
octects := strings.Split(mac, ":")
if len(octects) > 3 {