Update vendor_list_generator url (#1542)

old url was dead
This commit is contained in:
Temm
2022-04-18 11:44:13 +02:00
committed by GitHub
parent a1e4f20205
commit b70dc19579
2 changed files with 26220 additions and 21256 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -9,7 +9,7 @@
import argparse
from urllib.request import urlopen
DEFAULT_URL = "https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob_plain;f=manuf"
DEFAULT_URL = "https://gitlab.com/wireshark/wireshark/-/raw/master/manuf"
DEFAULT_FILENAME = "../esp8266_deauther/vendor_list.h"
macs = []