From ae3b4cc44da7a8069818a6a3a660596107af3b4d Mon Sep 17 00:00:00 2001 From: J Knott <24280037+jayknott@users.noreply.github.com> Date: Mon, 28 Aug 2023 16:42:41 -0700 Subject: [PATCH] Update MAC vendor list Since Wireshark 4.0 the vendor list is no longer in plain text. --- generate-unique-machine-values.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate-unique-machine-values.sh b/generate-unique-machine-values.sh index 9577356..0f36177 100755 --- a/generate-unique-machine-values.sh +++ b/generate-unique-machine-values.sh @@ -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 () {