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 · 1 comment
Open

Failed downloading OUI database #33

joepalm4 opened this issue Mar 17, 2022 · 1 comment

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"

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

2 participants