Update update_manuf.py

Changed not working URL to the new Wireshark repository which is actively kept up to date

Signed-off-by: Ricardo <penders.ricardo@gmail.com>
This commit is contained in:
Ricardo 2023-01-20 06:13:05 +01:00 committed by GitHub
parent b98f159811
commit 11466d06ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,9 @@
import argparse
from urllib.request import urlopen
WS_MANUF_FILE_URL = "https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob_plain;f=manuf"
# Old URL doesn't work anymore - WS_MANUF_FILE_URL = "https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob_plain;f=manuf"
# I've changed the URL to the new working URL which is actively kept up to date - Done by Ricardo Penders (soharddbwarez)
WS_MANUF_FILE_URL = "https://gitlab.com/wireshark/wireshark/-/raw/master/manuf?p=wireshark.git;a=blob_plain;f=manuf"
macs = []
vendors = []
tempVendors = []