at master 555 B view raw
1diff --git a/manuf/manuf.py b/manuf/manuf.py 2index 09e9687..0ac9296 100755 3--- a/manuf/manuf.py 4+++ b/manuf/manuf.py 5@@ -61,7 +61,8 @@ class MacParser(object): 6 IOError: If manuf file could not be found. 7 8 """ 9- MANUF_URL = "https://gitlab.com/wireshark/wireshark/raw/master/manuf" 10+ # https://github.com/coolbho3k/manuf/issues/34 11+ MANUF_URL = "https://www.wireshark.org/download/automated/data/manuf" 12 WFA_URL = "https://gitlab.com/wireshark/wireshark/raw/master/wka" 13 14 def __init__(self, manuf_name=None, update=False):