Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed downloading OUI database #33

Open
joepalm4 opened this issue Mar 17, 2022 · 2 comments
Open

Failed downloading OUI database #33

joepalm4 opened this issue Mar 17, 2022 · 2 comments

Comments

@joepalm4
Copy link

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

@ashishshukla78
Copy link

ashishshukla78 commented Mar 25, 2022

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"

@tcellerier
Copy link

tcellerier commented Jul 6, 2024

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants