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
26be0e7449
commit
9cc2cfa325
@ -4,6 +4,7 @@ Unreleased:
|
||||
- Comments for hosts on LAN (tied to MAC address) will now display even if MAC fetcher is not selected, or is after the Comments fetcher #124
|
||||
- Preference added to opt-out of checking for new versions #270
|
||||
- Calculate IPv6 range scanning percent correctly #267
|
||||
- Mac vendors updated
|
||||
|
||||
Changes in 3.7.3:
|
||||
- Local IP address popup will now list IPv6 addresses and support IPv6 netmasks
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -15,7 +15,7 @@ fgrep '(base 16)' | $SED_APP -r '
|
||||
s/(,|, | )(Ltd|CO,\.LTD|Limited|GmbH|LLC|A\/S|AB|AS|SAS|AG|KG|PLC|SRL|OY|Oy|BV|Nederland BV|SAN VE TIC)\.?$//Ig
|
||||
s/(,|, | )(Co|Corp|Corporation|Company|Incorporated)\.?$//Ig
|
||||
s/\(.+\)//
|
||||
s/ (Electronics?|Technology|Technologies|Telecommunication|Communications?|Corporation|Systems|Solutions|International|Industry|Industries|Networks?|Holdings?) ?//Ig
|
||||
s/ (Electronics?|Technology|Technologies|Telecommunication|Communications?|Corporation|Systems|Solutions|International|Industry|Industries|Networks?|Holdings?|Device$) ?//Ig
|
||||
s/ (Registration Authority| MobilityCommunication)//
|
||||
s/SAMSUNG ELECTRO[- ]MECHANICS/Samsung/
|
||||
' | cut -c -42 | sort \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user