mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 04:59:25 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
b28f8a40ec
commit
c7b7963430
1 changed files with 22924 additions and 22925 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue