pi-hole / FTL

The Pi-hole FTL engine
https://pi-hole.net
Other
1.34k stars 187 forks source link

Obsolete MAC Vendor DB Script #1982

Closed subfission closed 1 month ago

subfission commented 1 month ago

Hello, I stumbled into this bug when looking through your codebase.

Obsolete Script

The script at FTL/tools/macvendor.py references the former wireshark manuf database of MAC vendors and has been obsolete for some time.

I found this commit on Wireshark which notes this change:

Possible Solution

The suggestion is to leverage the IEEE database. Wireshark has this script you might be able to leverage:

DL6ER commented 1 month ago

We always used the already processed list offered by the Wireshark team and merely have to update the location where it is hosted so no need for big changes on our side. Thanks for the pointer, I didn't even notice this!

Fixed by https://github.com/pi-hole/FTL/pull/1983