Skip to content

Commit

Permalink
Merge pull request #30 from codeswhite/update-repo-url
Browse files Browse the repository at this point in the history
Updated Wireshark's MANUF file URL endpoint
  • Loading branch information
coolbho3k authored Nov 1, 2021
2 parents a910f1f + d0b53ce commit 2b516c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manuf/manuf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 2b516c8

Please sign in to comment.