From d0b53ceca2bb67e15bd92080b39f0b50aee3466e Mon Sep 17 00:00:00 2001 From: Max G Date: Mon, 28 Jun 2021 21:11:01 +0300 Subject: [PATCH] Updated Wireshark's MANUF file URL endpoint Resolve #29 Signed-off-by: Max G --- manuf/manuf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):