mirror of
https://github.com/bettercap/bettercap
synced 2025-07-16 10:03:39 -07:00
add basic oui variable check
should contain information for the known organizational unique identifiers
This commit is contained in:
parent
c71113b321
commit
90676d0289
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
package network
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestOuiVar(t *testing.T) {
|
||||
if len(oui) <= 0 {
|
||||
t.Error("unable to find any oui infromation")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue