mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 05:23:19 -07:00
new: using wireshark manufacturers file instead of oui.dat (closes #303)
This commit is contained in:
parent
7ef447e726
commit
976465959e
13 changed files with 70433 additions and 45957 deletions
|
@ -30,7 +30,7 @@ func NewBLEDevice(p gatt.Peripheral, a *gatt.Advertisement, rssi int) *BLEDevice
|
|||
return &BLEDevice{
|
||||
LastSeen: time.Now(),
|
||||
Device: p,
|
||||
Vendor: OuiLookup(NormalizeMac(p.ID())),
|
||||
Vendor: ManufLookup(NormalizeMac(p.ID())),
|
||||
Advertisement: a,
|
||||
RSSI: rssi,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue