Skip to content

Commit

Permalink
Updated Wireshark's MANUF file URL endpoint
Browse files Browse the repository at this point in the history
Resolve #29

Signed-off-by: Max G <[email protected]>
  • Loading branch information
Max G committed Jun 28, 2021
1 parent a910f1f commit d0b53ce
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 d0b53ce

Please sign in to comment.