diff --git a/manuf/manuf.py b/manuf/manuf.py index a6897d1..0dd4098 100755 --- a/manuf/manuf.py +++ b/manuf/manuf.py @@ -61,7 +61,7 @@ class MacParser(object): IOError: If manuf file could not be found. """ - MANUF_URL = "https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob_plain;f=manuf" + MANUF_URL = "https://gitlab.com/wireshark/wireshark/raw/master/manuf" WFA_URL = "https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob_plain;f=wka" def __init__(self, manuf_name=None, update=False):