Skip to content

Commit 465f758

Browse files
committed
Revert "Vendor list renamed"
This reverts commit 087de58.
1 parent 087de58 commit 465f758

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

Scripts/New-IPv4Scan.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ Begin{
129129
$IEEE_MACVendorList_WebUri = "http://standards.ieee.org/develop/regauth/oui/oui.csv"
130130

131131
# MAC-Vendor list path
132-
$CSV_MACVendorList_Path = "$PSScriptRoot\_IEEE_Standards_Registration_Authority.csv"
133-
$CSV_MACVendorList_BackupPath = "$PSScriptRoot\_IEEE_Standards_Registration_Authority.csv.bak"
132+
$CSV_MACVendorList_Path = "$PSScriptRoot\IEEE_Standards_Registration_Authority.csv"
133+
$CSV_MACVendorList_BackupPath = "$PSScriptRoot\IEEE_Standards_Registration_Authority.csv.bak"
134134

135135
# Function to update the list from IEEE (MAC-Vendor)
136136
function UpdateListFromIEEE

0 commit comments

Comments
 (0)