mirror of
https://github.com/sickcodes/osx-serial-generator
synced 2024-11-21 06:26:09 -07:00
Update MAC vendor list
Since Wireshark 4.0 the vendor list is no longer in plain text.
This commit is contained in:
parent
38c8c772b8
commit
ae3b4cc44d
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ build_mac_serial () {
|
|||
|
||||
download_vendor_mac_addresses () {
|
||||
# download the MAC Address vendor list
|
||||
[ -e "${MAC_ADDRESSES_FILE:=vendor_macs.tsv}" ] || curl -L -o "${MAC_ADDRESSES_FILE}" https://gitlab.com/wireshark/wireshark/-/raw/master/manuf
|
||||
[ -e "${MAC_ADDRESSES_FILE:=vendor_macs.tsv}" ] || curl -L -o "${MAC_ADDRESSES_FILE}" https://gitlab.com/wireshark/wireshark/-/raw/release-3.6/manuf
|
||||
}
|
||||
|
||||
download_qcow_efi_folder () {
|
||||
|
|
Loading…
Reference in a new issue