mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
update MAC vendors
This commit is contained in:
parent
9cabaa1291
commit
46acd3ed25
@ -1,10 +1,11 @@
|
||||
Changes in unreleased:
|
||||
Changes in 3.9.0:
|
||||
- Mac: bundle Java 17 runtime, so that Java doesn't need to be installed separately
|
||||
- Mac: change next alive host shortcut to Cmd+N (Cmd+H is conflicting with hide window)
|
||||
- Windows installer: update bundled Java runtime to 17
|
||||
- Linux XFCE: execute terminal properly #379
|
||||
- Faster File Feeder when loading large files #347
|
||||
- Update SWT for all platforms
|
||||
- Update MAC vendors
|
||||
|
||||
Changes in 3.8.2:
|
||||
- Allow building if .git is not present (e.g. from source zip) #319
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,7 @@ if [ "$(uname)" = "Darwin" ]; then
|
||||
SED_APP='gsed'
|
||||
fi
|
||||
|
||||
curl 'http://standards-oui.ieee.org/oui/oui.txt' |\
|
||||
curl 'https://standards-oui.ieee.org/oui/oui.txt' |\
|
||||
fgrep '(base 16)' | $SED_APP -r '
|
||||
s/\r//g; s/ \(base 16\)\t\t//
|
||||
s/,? ?(Inc)\.?$//I
|
||||
|
||||
Loading…
Reference in New Issue
Block a user