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

Database 404 error #155

Open
mfraser opened this issue Jul 25, 2023 · 6 comments · May be fixed by #156
Open

Database 404 error #155

mfraser opened this issue Jul 25, 2023 · 6 comments · May be fixed by #156

Comments

@mfraser
Copy link

mfraser commented Jul 25, 2023

When trying to update both databases I get a 404 error.

@SIRSteiner
Copy link

Same here...

@LukasThyWalls
Copy link

LukasThyWalls commented Aug 5, 2023

Hello. I did some research about what happened here:

Seems like Port Authority relays in Wireshark two data files from its github repository:

private static final String SERVICE = "https://raw.githubusercontent.com/wireshark/wireshark/master/manuf";

private static final String SERVICE = "https://raw.githubusercontent.com/wireshark/wireshark/master/services";

However it seems they changed that and now it generates them inside the app itself (explained in NEWS from 4.1.0 Release Notes):

The external name resolution text files "manuf", "enterprises" and "services" have been removed and replaced with static binary data. You can dump the respective internal data using tshark -G manuf|enterprises|services.

Looking the Wireshark source code, the manuf data is in wireshark/epan/manuf-data.c and services data in wireshark/epan/services-data.c. The files have comments section about where they take the data and how it retrieves them (and copyright notices).

Helpfully, there is a related issue report in their Gitlab https://gitlab.com/wireshark/wireshark/-/issues/19248, that point out that manuf can be retrieved from https://www.wireshark.org/download/automated/data/manuf and it's generated daily although the format is a bit different. About services there isn't any mention or link.

@madmini madmini linked a pull request Sep 6, 2023 that will close this issue
@ghost
Copy link

ghost commented Sep 28, 2023

yup also getting 404 on both the IANA and Wireshark databases

@markusschloesser
Copy link

Same here, just got the donate version, so it would be really nice to get the DBs working again 😊

@Coehill
Copy link

Coehill commented Dec 11, 2023

Confirmed that this bug is still present.

@Borromini
Copy link

I just installed this app and hitting the 404 error on the IANA and OUI databases as well.

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

Successfully merging a pull request may close this issue.

6 participants