You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use this excellent tool, but noticed my manuf library wasn't returning the mac vendor successfully. When I started debugging the code, I found the URLError exception was raised "Failed downloading OUI database". I think the MANUF_URL might need some attention:
I fixed this by changing these in manuf.py: MANUF_URL = "https://gitlab.com/wireshark/wireshark/-/raw/master/manuf" WFA_URL = "https://gitlab.com/wireshark/wireshark/-/raw/master/wka"
The manuf file was removed from the Wireshark github repo in 2023. So @ashishshukla78 's solution doesn't work anymore but we can still use the following workaround in manuf.py as a quick fix: MANUF_URL = "https://www.wireshark.org/download/automated/data/manuf" WFA_URL = "https://gitlab.com/wireshark/wireshark/-/raw/master/wka"
I use this excellent tool, but noticed my manuf library wasn't returning the mac vendor successfully. When I started debugging the code, I found the URLError exception was raised "Failed downloading OUI database". I think the MANUF_URL might need some attention:
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob_plain;f=manuf
The text was updated successfully, but these errors were encountered: