diff --git a/appveyor.yml b/.github/appveyor.yml similarity index 94% rename from appveyor.yml rename to .github/appveyor.yml index bc17d35337..46246d3f0c 100644 --- a/appveyor.yml +++ b/.github/appveyor.yml @@ -1,4 +1,4 @@ -image: Visual Studio 2019 +image: Visual Studio 2022 branches: only: - master diff --git a/.mergify.yml b/.github/mergify.yml similarity index 96% rename from .mergify.yml rename to .github/mergify.yml index 03feaf1b3b..8643658977 100644 --- a/.mergify.yml +++ b/.github/mergify.yml @@ -1,31 +1,31 @@ -pull_request_rules: - - name: automatic merge for pull request based on label - conditions: - - label~=LGTM$ - - check-success=Analyze (csharp) - - check-success=CodeQL - - check-success=continuous-integration/appveyor/pr - actions: - merge: - method: merge - - name: automatic merge for Dependabot pull requests - conditions: - - author=dependabot[bot] - - check-success=continuous-integration/appveyor/pr - actions: - merge: - method: merge - - name: automatic merge for Transifex pull requests - conditions: - - author=transifex-integration[bot] - - check-success=continuous-integration/appveyor/pr - actions: - merge: - method: merge - - name: automatic merge for ImgBot pull requests - conditions: - - author=imgbot[bot] - - check-success=continuous-integration/appveyor/pr - actions: - merge: - method: merge +pull_request_rules: + - name: automatic merge for pull request based on label + conditions: + - label~=LGTM$ + - check-success=Analyze (csharp) + - check-success=CodeQL + - check-success=continuous-integration/appveyor/pr + actions: + merge: + method: merge + - name: automatic merge for Dependabot pull requests + conditions: + - author=dependabot[bot] + - check-success=continuous-integration/appveyor/pr + actions: + merge: + method: merge + - name: automatic merge for Transifex pull requests + conditions: + - author=transifex-integration[bot] + - check-success=continuous-integration/appveyor/pr + actions: + merge: + method: merge + - name: automatic merge for ImgBot pull requests + conditions: + - author=imgbot[bot] + - check-success=continuous-integration/appveyor/pr + actions: + merge: + method: merge diff --git a/.github/stale.yml b/.github/stale.yml index d8282c1ebb..8a2cca3342 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,5 +1,5 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 60 +daysUntilStale: 30 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 # Issues with these labels will never be considered stale diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9c3fbe3f4d..c9bd3ea1e5 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -4,7 +4,6 @@ on: push: branches: [ master ] pull_request: - # The branches below must be a subset of the branches above branches: [ master ] schedule: - cron: '29 7 * * 1' @@ -12,7 +11,8 @@ on: jobs: analyze: name: Analyze - runs-on: windows-latest + # runs-on: windows-latest + runs-on: windows-2019 # Ignore dependabot, ImgBot and transifex-integration if: github.actor!= 'dependabot[bot]' && github.actor!= 'imgbot[bot]' && @@ -27,27 +27,13 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v1 with: languages: ${{ matrix.language }} - # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). - # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild uses: github/codeql-action/autobuild@v1 - # ℹ️ Command-line programs to run using the OS shell. - # 📚 https://git.io/JvXDl - - # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines - # and modify them (or add more) to build your code if your project - # uses a compiled language - - #- run: | - # make bootstrap - # make release - - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v1 diff --git a/Chocolatey/networkmanager.nuspec b/Chocolatey/networkmanager.nuspec index 1de1f298cc..e1b03864ec 100644 --- a/Chocolatey/networkmanager.nuspec +++ b/Chocolatey/networkmanager.nuspec @@ -3,7 +3,7 @@ NETworkManager - 2021.6.26.0 + 2022.2.22.0 BornToBeRoot NETworkManager BornToBeRoot diff --git a/Chocolatey/tools/chocolateyinstall.ps1 b/Chocolatey/tools/chocolateyinstall.ps1 index a7a58d9136..9bb585ce48 100644 --- a/Chocolatey/tools/chocolateyinstall.ps1 +++ b/Chocolatey/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://github.com/BornToBeRoot/NETworkManager/releases/download/2021.6.26.0/NETworkManager_2021.6.26.0_Setup.exe' +$url = 'https://github.com/BornToBeRoot/NETworkManager/releases/download/2022.2.22.0/NETworkManager_2022.2.22.0_Setup.exe' $packageArgs = @{ packageName = $env:ChocolateyPackageName @@ -9,7 +9,7 @@ $packageArgs = @{ url = $url softwareName = 'NETworkManager*' - checksum = 'EAA8D1CC1F76FABD0C26DF70B9E23A21F9F83355D70D0FCCD43E5677A1AE7EAE' + checksum = 'F0CF905B14622588E658977BC2E7B85042858FA4191CDAEF4F84C1BAE2DC9311' checksumType = 'sha256' silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /TASKS="desktopicon" /SP-' diff --git a/Images/Create-ImagesFromSVG.ps1 b/Images/Create-ImagesFromSVG.ps1 new file mode 100644 index 0000000000..dbf2eef552 --- /dev/null +++ b/Images/Create-ImagesFromSVG.ps1 @@ -0,0 +1,10 @@ +$ConvertPath = "C:\Tools\ImageMagick-7.1.0-portable-Q16-x64\convert.exe" + +$sizes = "16","24","32","48","64","96","128","256","512" + +foreach($size in $sizes) +{ + Start-Process -FilePath $ConvertPath -ArgumentList "-density 1200 -background transparent $PSScriptRoot\NETworkManager.svg -resize $($size)x$($size) $PSScriptRoot\NETworkManager_$($size)x$($size).png" -NoNewWindow -Wait +} + +Start-Process -FilePath $ConvertPath -ArgumentList "-density 1200 -background transparent $PSScriptRoot\NETworkManager.svg -define icon:auto-resize $PSScriptRoot\NETworkManager.ico" -NoNewWindow -Wait \ No newline at end of file diff --git a/Images/NETworkManager.ico b/Images/NETworkManager.ico index ac9c999f7b..54ace0e188 100644 Binary files a/Images/NETworkManager.ico and b/Images/NETworkManager.ico differ diff --git a/Images/NETworkManager.svg b/Images/NETworkManager.svg index 0cc82fbf45..778f2520ee 100644 --- a/Images/NETworkManager.svg +++ b/Images/NETworkManager.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/Images/NETworkManager_128x128.png b/Images/NETworkManager_128x128.png new file mode 100644 index 0000000000..8c376fa233 Binary files /dev/null and b/Images/NETworkManager_128x128.png differ diff --git a/Images/NETworkManager_16x16.png b/Images/NETworkManager_16x16.png new file mode 100644 index 0000000000..08dfbe3a54 Binary files /dev/null and b/Images/NETworkManager_16x16.png differ diff --git a/Images/NETworkManager_24x24.png b/Images/NETworkManager_24x24.png new file mode 100644 index 0000000000..95677a0d5a Binary files /dev/null and b/Images/NETworkManager_24x24.png differ diff --git a/Images/NETworkManager_256x256.png b/Images/NETworkManager_256x256.png new file mode 100644 index 0000000000..8e41e69098 Binary files /dev/null and b/Images/NETworkManager_256x256.png differ diff --git a/Images/NETworkManager_32x32.png b/Images/NETworkManager_32x32.png new file mode 100644 index 0000000000..18ee99bbff Binary files /dev/null and b/Images/NETworkManager_32x32.png differ diff --git a/Images/NETworkManager_48x48.png b/Images/NETworkManager_48x48.png new file mode 100644 index 0000000000..f74c793580 Binary files /dev/null and b/Images/NETworkManager_48x48.png differ diff --git a/Images/NETworkManager_512x512.png b/Images/NETworkManager_512x512.png new file mode 100644 index 0000000000..47a0cb3cec Binary files /dev/null and b/Images/NETworkManager_512x512.png differ diff --git a/Images/NETworkManager_64x64.png b/Images/NETworkManager_64x64.png new file mode 100644 index 0000000000..229747614a Binary files /dev/null and b/Images/NETworkManager_64x64.png differ diff --git a/Images/NETworkManager_96x96.png b/Images/NETworkManager_96x96.png new file mode 100644 index 0000000000..fe792d12a5 Binary files /dev/null and b/Images/NETworkManager_96x96.png differ diff --git a/Images/NETworkManager_InnoSetup.bmp b/Images/NETworkManager_InnoSetup.bmp index 3280688b54..8bb0273cb0 100644 Binary files a/Images/NETworkManager_InnoSetup.bmp and b/Images/NETworkManager_InnoSetup.bmp differ diff --git a/Images/v1/NETworkManager.ico b/Images/v1/NETworkManager.ico new file mode 100644 index 0000000000..ac9c999f7b Binary files /dev/null and b/Images/v1/NETworkManager.ico differ diff --git a/Images/v1/NETworkManager.svg b/Images/v1/NETworkManager.svg new file mode 100644 index 0000000000..0cc82fbf45 --- /dev/null +++ b/Images/v1/NETworkManager.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Images/NETworkManager48x48.png b/Images/v1/NETworkManager48x48.png similarity index 100% rename from Images/NETworkManager48x48.png rename to Images/v1/NETworkManager48x48.png diff --git a/Images/v1/NETworkManager_InnoSetup.bmp b/Images/v1/NETworkManager_InnoSetup.bmp new file mode 100644 index 0000000000..3280688b54 Binary files /dev/null and b/Images/v1/NETworkManager_InnoSetup.bmp differ diff --git a/Images/SplashScreen.png b/Images/v1/SplashScreen.png similarity index 100% rename from Images/SplashScreen.png rename to Images/v1/SplashScreen.png diff --git a/Images/SplashScreen.xcf b/Images/v1/SplashScreen.xcf similarity index 100% rename from Images/SplashScreen.xcf rename to Images/v1/SplashScreen.xcf diff --git a/InnoSetup.iss b/InnoSetup.iss index ba91192c7d..17db794981 100644 --- a/InnoSetup.iss +++ b/InnoSetup.iss @@ -1,8 +1,8 @@ -; Script generated by the Inno Setup Script Wizard. +; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "NETworkManager" -#define MyAppVersion "2021.6.26.0" +#define MyAppVersion "2022.2.22.0" #define MyAppPublisher "BornToBeRoot" #define MyAppURL "https://github.com/BornToBeRoot/NETworkManager/" #define MyAppExeName "NETworkManager.exe" @@ -38,19 +38,21 @@ ArchitecturesInstallIn64BitMode=x64 WizardSmallImageFile=Images\NETworkManager_InnoSetup.bmp [Languages] -Name: "english"; MessagesFile: "compiler:Default.isl" -Name: "brasilian"; MessagesFile: "compiler:Languages\BrazilianPortuguese.isl" -Name: "czech"; MessagesFile: "compiler:Languages\Czech.isl" -Name: "dutch"; MessagesFile: "compiler:Languages\Dutch.isl" -Name: "french"; MessagesFile: "compiler:Languages\French.isl" -Name: "german"; MessagesFile: "compiler:Languages\German.isl" -Name: "italian"; MessagesFile: "compiler:Languages\Italian.isl" -Name: "japanese"; MessagesFile: "compiler:Languages\Japanese.isl" -Name: "polish"; MessagesFile: "compiler:Languages\Polish.isl" -Name: "russian"; MessagesFile: "compiler:Languages\Russian.isl" -Name: "spanish"; MessagesFile: "compiler:Languages\Spanish.isl" -Name: "slovenian"; MessagesFile: "compiler:Languages\Slovenian.isl" -Name: "turkish"; MessagesFile: "compiler:Languages\Turkish.isl" +Name: "english"; MessagesFile: "compiler:Default.isl" +Name: "brasilian"; MessagesFile: "compiler:Languages\BrazilianPortuguese.isl" +Name: "chinesesimplified"; MessagesFile: "compiler:Languages\ChineseSimplified.isl" +Name: "chinesetraditional"; MessagesFile: "compiler:Languages\ChineseTraditional.isl" +Name: "czech"; MessagesFile: "compiler:Languages\Czech.isl" +Name: "dutch"; MessagesFile: "compiler:Languages\Dutch.isl" +Name: "french"; MessagesFile: "compiler:Languages\French.isl" +Name: "german"; MessagesFile: "compiler:Languages\German.isl" +Name: "italian"; MessagesFile: "compiler:Languages\Italian.isl" +Name: "japanese"; MessagesFile: "compiler:Languages\Japanese.isl" +Name: "polish"; MessagesFile: "compiler:Languages\Polish.isl" +Name: "russian"; MessagesFile: "compiler:Languages\Russian.isl" +Name: "spanish"; MessagesFile: "compiler:Languages\Spanish.isl" +Name: "slovenian"; MessagesFile: "compiler:Languages\Slovenian.isl" +Name: "turkish"; MessagesFile: "compiler:Languages\Turkish.isl" [Tasks] Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}" diff --git a/README.md b/README.md index 942f593c8e..e325362a0c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@

NETworkManager

-

A powerful tool for managing networks and troubleshoot network problems!

- +

A powerful tool for managing networks and troubleshoot network problems!

NETworkManager Preview -

All releases @@ -40,6 +38,7 @@

# More informations +- [Features](https://borntoberoot.net/NETworkManager/Features) - [Download](https://borntoberoot.net/NETworkManager/Download) - [Changelog](https://borntoberoot.net/NETworkManager/Changelog) - [Documentation](https://borntoberoot.net/NETworkManager/Documentation/Application) @@ -49,15 +48,16 @@ # Build __Requirements__ -- [SDK .NET 5.0](https://dotnet.microsoft.com/download/dotnet/5.0) -- Visual Studio with `.NET desktop development` and `Universal Windows Platform development` +- [SDK .NET 6.x](https://dotnet.microsoft.com/download/dotnet/6.0) +- Visual Studio 2019 or later with `.NET desktop development` and `Universal Windows Platform development` __Optional__ - [InnoSetup](https://jrsoftware.org/isinfo.php) (if you want to create an installer) + - Download `ChineseSimplified.isl` and `ChineseTraditional.isl` from the [official repo](https://github.com/jrsoftware/issrc/blob/main/Files/Languages/Unofficial/) and place them in the language folder of InnoSetup -__Steps__ -1. Clone or download the repository -2. Run the `.\build.ps1` script with PowerShell (alternatively open the `Source/NETworkManager.sln` in Visual Studio) +__Build__ +1. Clone or download the repository: `git clone https://github.com/BornToBeRoot/NETworkManager` +2. Run the `.\build.ps1` script with PowerShell to compile the solution and create a portable and a setup version (or open the file `Source/NETworkManager.sln` in Visual Studio to debug or build the solution) You can also copy & paste this command in your PowerShell console :smile: ```PowerShell diff --git a/Scripts/Remove-OriginalStringsFromTranslatedFiles.ps1 b/Scripts/Remove-OriginalStringsFromTranslatedFiles.ps1 deleted file mode 100644 index 9c4a2ab271..0000000000 --- a/Scripts/Remove-OriginalStringsFromTranslatedFiles.ps1 +++ /dev/null @@ -1,22 +0,0 @@ -# Fix transifex files (percentage complete / untranslated strings) -# Remove all untranslated/original strings from the translated files. - -[xml]$orgFile = Get-Content D:\GitHub_Repositories\NETworkManager\Source\NETworkManager.Localization\Resources\Strings.resx -Encoding UTF8 - -foreach($file in Get-ChildItem "D:\GitHub_Repositories\NETworkManager\Source\NETworkManager.Localization\Resources\Strings.*.resx") -{ - [xml]$diffFile = Get-Content $file.FullName -Encoding UTF8 - - foreach($data in $orgFile.root.data) - { - foreach($data2 in $diffFile.root.data) - { - if($data.name -eq $data2.name -and $data.value -eq $data2.value) - { - [void]$diffFile.root.RemoveChild($data2) - } - } - } - - $diffFile.Save($file.FullName) -} \ No newline at end of file diff --git a/Scripts/Rename-TransifexFiles.ps1 b/Scripts/Rename-TransifexFiles.ps1 deleted file mode 100644 index f94dd99973..0000000000 --- a/Scripts/Rename-TransifexFiles.ps1 +++ /dev/null @@ -1,28 +0,0 @@ -<# - Rename language files from transifex from - "Strings_en_US.resx" to "Strings.en-US.resx" - - Unzip the folder and call - ~# .\Rename-TransifexFiles.ps1 -FolderPath C:\Path\To\Folder -#> - -[CmdletBinding()] -param( - [string]$FolderPath -) - -$items = Get-ChildItem -Path $FolderPath - -foreach($item in $items) -{ - if($item -like "*en_US*") - { - Remove-Item -Path $item.FullName -Confirm:$false - } - elseif($item.Name -like "*Strings_*") - { - $newName = $item.Name.Replace("Strings_", "Strings.").Replace("_","-") - - Rename-Item -Path $item.FullName -NewName $newName - } -} \ No newline at end of file diff --git a/Source/GlobalAssemblyInfo.cs b/Source/GlobalAssemblyInfo.cs index 6fc4b94532..d6196a05ba 100644 --- a/Source/GlobalAssemblyInfo.cs +++ b/Source/GlobalAssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] @@ -6,5 +6,5 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("2021.6.26.0")] -[assembly: AssemblyFileVersion("2021.6.26.0")] +[assembly: AssemblyVersion("2022.2.22.0")] +[assembly: AssemblyFileVersion("2022.2.22.0")] diff --git a/Source/NETworkManager.Controls/NETworkManager.Controls.csproj b/Source/NETworkManager.Controls/NETworkManager.Controls.csproj index 58247e7eed..5b61241616 100644 --- a/Source/NETworkManager.Controls/NETworkManager.Controls.csproj +++ b/Source/NETworkManager.Controls/NETworkManager.Controls.csproj @@ -1,15 +1,22 @@  - - {95EA884C-E498-4A47-A316-DC890BF7F0D2} - Library - NETworkManager.Controls - NETworkManager.Controls - net5.0-windows10.0.17763.0 - win10-x64 - true - false - - - - + + {95EA884C-E498-4A47-A316-DC890BF7F0D2} + Library + NETworkManager.Controls + NETworkManager.Controls + net6.0-windows10.0.17763.0 + win10-x64 + false + true + false + + + + + + + + \ No newline at end of file diff --git a/Source/NETworkManager.Converters/GroupViewNameToTranslatedStringConverter.cs b/Source/NETworkManager.Converters/GroupViewNameToTranslatedStringConverter.cs new file mode 100644 index 0000000000..735b94dbc2 --- /dev/null +++ b/Source/NETworkManager.Converters/GroupViewNameToTranslatedStringConverter.cs @@ -0,0 +1,43 @@ +using NETworkManager.Localization.Translators; +using NETworkManager.Profiles; +using System; +using System.Globalization; +using System.Windows.Data; + +namespace NETworkManager.Converters +{ + /// + /// Convert to translated or wise versa. + /// + public sealed class GroupViewNameToTranslatedStringConverter : IValueConverter + { + /// + /// Convert to translated . + /// + /// Object from type . + /// + /// + /// + /// Translated . + public object Convert(object value, Type targetType, object parameter, CultureInfo culture) + { + if (!(value is GroupViewName name)) + return "-/-"; + + return GroupViewNameTranslator.GetInstance().Translate(name); + } + + /// + /// !!! Method not implemented !!! + /// + /// + /// + /// + /// + /// + public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) + { + throw new NotImplementedException(); + } + } +} diff --git a/Source/NETworkManager.Converters/NETworkManager.Converters.csproj b/Source/NETworkManager.Converters/NETworkManager.Converters.csproj index f1b9914e33..e004e1e71d 100644 --- a/Source/NETworkManager.Converters/NETworkManager.Converters.csproj +++ b/Source/NETworkManager.Converters/NETworkManager.Converters.csproj @@ -1,34 +1,38 @@  - - {BD4DDC21-7B64-41B2-BAC7-8173E0FE84BE} - Library - Properties - NETworkManager.Converters - NETworkManager.Converters - net5.0-windows10.0.17763.0 - win10-x64 - true - false - bin\Debug\NETworkManager.Converters.xml - - - 1701;1702;CS1591 - - - - - - - - - - - - - - - - - - + + {BD4DDC21-7B64-41B2-BAC7-8173E0FE84BE} + Library + Properties + NETworkManager.Converters + NETworkManager.Converters + net6.0-windows10.0.17763.0 + win10-x64 + false + true + false + bin\Debug\NETworkManager.Converters.xml + + + + 1701;1702;CS1591 + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Source/NETworkManager.Converters/ValidateSubnetCalculatorSubnettingConverter.cs b/Source/NETworkManager.Converters/ValidateSubnetCalculatorSubnettingConverter.cs index 5cd2e7c2bb..008530f863 100644 --- a/Source/NETworkManager.Converters/ValidateSubnetCalculatorSubnettingConverter.cs +++ b/Source/NETworkManager.Converters/ValidateSubnetCalculatorSubnettingConverter.cs @@ -30,7 +30,6 @@ public object Convert(object[] values, Type targetType, object parameter, Cultur var subnetmaskOrCidr = subnetData[1]; int cidr; - // ReSharper disable once SwitchStatementMissingSomeCases switch (ipAddress.AddressFamily) { case System.Net.Sockets.AddressFamily.InterNetwork when subnetmaskOrCidr.Length < 3: diff --git a/Source/NETworkManager.Documentation/NETworkManager.Documentation.csproj b/Source/NETworkManager.Documentation/NETworkManager.Documentation.csproj index 7a2d1a883e..5d55a1c438 100644 --- a/Source/NETworkManager.Documentation/NETworkManager.Documentation.csproj +++ b/Source/NETworkManager.Documentation/NETworkManager.Documentation.csproj @@ -1,87 +1,94 @@  - - {95CE4AD5-14C0-4486-9C11-5D6A5EC48176} - Library - Properties - NETworkManager.Documentation - NETworkManager.Documentation - net5.0-windows10.0.17763.0 - win10-x64 - true - false - bin\Debug\NETworkManager.Documentation.xml - - - - - - - - - - - - - - - - - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - - - PreserveNewest - - + + {95CE4AD5-14C0-4486-9C11-5D6A5EC48176} + Library + Properties + NETworkManager.Documentation + NETworkManager.Documentation + net6.0-windows10.0.17763.0 + win10-x64 + false + true + false + bin\Debug\NETworkManager.Documentation.xml + + + + + + + + + + + + + + + + + + + + + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + + + PreserveNewest + + \ No newline at end of file diff --git a/Source/NETworkManager.Localization/NETworkManager.Localization.csproj b/Source/NETworkManager.Localization/NETworkManager.Localization.csproj index d517f172fd..eacfaac9a5 100644 --- a/Source/NETworkManager.Localization/NETworkManager.Localization.csproj +++ b/Source/NETworkManager.Localization/NETworkManager.Localization.csproj @@ -1,85 +1,92 @@  - - {FF225C2E-AA67-4B10-939A-6C046CEF8697} - Library - NETworkManager.Localization - NETworkManager.Localization - net5.0-windows10.0.17763.0 - win10-x64 - true - false - 1701;1702;CA1712 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - True - True - StaticStrings.resx - - - True - True - Strings.resx - - - - - - PublicResXFileCodeGenerator - StaticStrings.Designer.cs - - - PublicResXFileCodeGenerator - Strings.Designer.cs - - - + + {FF225C2E-AA67-4B10-939A-6C046CEF8697} + Library + NETworkManager.Localization + NETworkManager.Localization + net6.0-windows10.0.17763.0 + win10-x64 + false + true + false + 1701;1702;CA1712 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + True + True + StaticStrings.resx + + + True + True + Strings.resx + + + + + + PublicResXFileCodeGenerator + StaticStrings.Designer.cs + + + PublicResXFileCodeGenerator + Strings.Designer.cs + + + \ No newline at end of file diff --git a/Source/NETworkManager.Localization/Resources/Strings.Designer.cs b/Source/NETworkManager.Localization/Resources/Strings.Designer.cs index b8ae01bc49..a70229ec20 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.Designer.cs +++ b/Source/NETworkManager.Localization/Resources/Strings.Designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ // -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 +// Dieser Code wurde von einem Tool generiert. +// Laufzeitversion:4.0.30319.42000 // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn +// der Code erneut generiert wird. // //------------------------------------------------------------------------------ @@ -13,12 +13,12 @@ namespace NETworkManager.Localization.Resources { /// - /// A strongly-typed resource class, for looking up localized strings, etc. + /// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. + // Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert + // -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. + // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen + // mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] @@ -33,7 +33,7 @@ internal Strings() { } /// - /// Returns the cached ResourceManager instance used by this class. + /// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Resources.ResourceManager ResourceManager { @@ -47,8 +47,8 @@ internal Strings() { } /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. + /// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle + /// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Globalization.CultureInfo Culture { @@ -61,7 +61,7 @@ internal Strings() { } /// - /// Looks up a localized string similar to About. + /// Sucht eine lokalisierte Zeichenfolge, die About ähnelt. /// public static string About { get { @@ -70,7 +70,7 @@ public static string About { } /// - /// Looks up a localized string similar to Steel. + /// Sucht eine lokalisierte Zeichenfolge, die Steel ähnelt. /// public static string Accen_Steel { get { @@ -79,7 +79,7 @@ public static string Accen_Steel { } /// - /// Looks up a localized string similar to Accent. + /// Sucht eine lokalisierte Zeichenfolge, die Accent ähnelt. /// public static string Accent { get { @@ -88,7 +88,7 @@ public static string Accent { } /// - /// Looks up a localized string similar to Amber. + /// Sucht eine lokalisierte Zeichenfolge, die Amber ähnelt. /// public static string Accent_Amber { get { @@ -97,7 +97,7 @@ public static string Accent_Amber { } /// - /// Looks up a localized string similar to Black. + /// Sucht eine lokalisierte Zeichenfolge, die Black ähnelt. /// public static string Accent_Black { get { @@ -106,7 +106,7 @@ public static string Accent_Black { } /// - /// Looks up a localized string similar to Blue. + /// Sucht eine lokalisierte Zeichenfolge, die Blue ähnelt. /// public static string Accent_Blue { get { @@ -115,7 +115,7 @@ public static string Accent_Blue { } /// - /// Looks up a localized string similar to Brown. + /// Sucht eine lokalisierte Zeichenfolge, die Brown ähnelt. /// public static string Accent_Brown { get { @@ -124,7 +124,7 @@ public static string Accent_Brown { } /// - /// Looks up a localized string similar to Cobalt. + /// Sucht eine lokalisierte Zeichenfolge, die Cobalt ähnelt. /// public static string Accent_Cobalt { get { @@ -133,7 +133,7 @@ public static string Accent_Cobalt { } /// - /// Looks up a localized string similar to Crimson. + /// Sucht eine lokalisierte Zeichenfolge, die Crimson ähnelt. /// public static string Accent_Crimson { get { @@ -142,7 +142,7 @@ public static string Accent_Crimson { } /// - /// Looks up a localized string similar to Cyan. + /// Sucht eine lokalisierte Zeichenfolge, die Cyan ähnelt. /// public static string Accent_Cyan { get { @@ -151,7 +151,7 @@ public static string Accent_Cyan { } /// - /// Looks up a localized string similar to Emerald. + /// Sucht eine lokalisierte Zeichenfolge, die Emerald ähnelt. /// public static string Accent_Emerald { get { @@ -160,7 +160,7 @@ public static string Accent_Emerald { } /// - /// Looks up a localized string similar to Green. + /// Sucht eine lokalisierte Zeichenfolge, die Green ähnelt. /// public static string Accent_Green { get { @@ -169,7 +169,7 @@ public static string Accent_Green { } /// - /// Looks up a localized string similar to Indigo. + /// Sucht eine lokalisierte Zeichenfolge, die Indigo ähnelt. /// public static string Accent_Indigo { get { @@ -178,7 +178,7 @@ public static string Accent_Indigo { } /// - /// Looks up a localized string similar to Lime. + /// Sucht eine lokalisierte Zeichenfolge, die Lime ähnelt. /// public static string Accent_Lime { get { @@ -187,7 +187,7 @@ public static string Accent_Lime { } /// - /// Looks up a localized string similar to Magenta. + /// Sucht eine lokalisierte Zeichenfolge, die Magenta ähnelt. /// public static string Accent_Magenta { get { @@ -196,7 +196,7 @@ public static string Accent_Magenta { } /// - /// Looks up a localized string similar to Mauve. + /// Sucht eine lokalisierte Zeichenfolge, die Mauve ähnelt. /// public static string Accent_Mauve { get { @@ -205,7 +205,7 @@ public static string Accent_Mauve { } /// - /// Looks up a localized string similar to Olive. + /// Sucht eine lokalisierte Zeichenfolge, die Olive ähnelt. /// public static string Accent_Olive { get { @@ -214,7 +214,7 @@ public static string Accent_Olive { } /// - /// Looks up a localized string similar to Orange. + /// Sucht eine lokalisierte Zeichenfolge, die Orange ähnelt. /// public static string Accent_Orange { get { @@ -223,7 +223,7 @@ public static string Accent_Orange { } /// - /// Looks up a localized string similar to Purple. + /// Sucht eine lokalisierte Zeichenfolge, die Purple ähnelt. /// public static string Accent_Purple { get { @@ -232,7 +232,7 @@ public static string Accent_Purple { } /// - /// Looks up a localized string similar to Red. + /// Sucht eine lokalisierte Zeichenfolge, die Red ähnelt. /// public static string Accent_Red { get { @@ -241,7 +241,7 @@ public static string Accent_Red { } /// - /// Looks up a localized string similar to Sienna. + /// Sucht eine lokalisierte Zeichenfolge, die Sienna ähnelt. /// public static string Accent_Sienna { get { @@ -250,7 +250,7 @@ public static string Accent_Sienna { } /// - /// Looks up a localized string similar to Taupe. + /// Sucht eine lokalisierte Zeichenfolge, die Taupe ähnelt. /// public static string Accent_Taupe { get { @@ -259,7 +259,7 @@ public static string Accent_Taupe { } /// - /// Looks up a localized string similar to Teal. + /// Sucht eine lokalisierte Zeichenfolge, die Teal ähnelt. /// public static string Accent_Teal { get { @@ -268,7 +268,7 @@ public static string Accent_Teal { } /// - /// Looks up a localized string similar to Pink. + /// Sucht eine lokalisierte Zeichenfolge, die Pink ähnelt. /// public static string Accent_Violet { get { @@ -277,7 +277,7 @@ public static string Accent_Violet { } /// - /// Looks up a localized string similar to Yellow. + /// Sucht eine lokalisierte Zeichenfolge, die Yellow ähnelt. /// public static string Accent_Yellow { get { @@ -286,7 +286,7 @@ public static string Accent_Yellow { } /// - /// Looks up a localized string similar to Add. + /// Sucht eine lokalisierte Zeichenfolge, die Add ähnelt. /// public static string Add { get { @@ -295,7 +295,7 @@ public static string Add { } /// - /// Looks up a localized string similar to Add a host to monitor. + /// Sucht eine lokalisierte Zeichenfolge, die Add a host to monitor ähnelt. /// public static string AddAHostToMonitor { get { @@ -304,7 +304,7 @@ public static string AddAHostToMonitor { } /// - /// Looks up a localized string similar to Add a tab to perform a DNS lookup.... + /// Sucht eine lokalisierte Zeichenfolge, die Add a tab to perform a DNS lookup... ähnelt. /// public static string AddATabToPerformADNSLookup { get { @@ -313,7 +313,7 @@ public static string AddATabToPerformADNSLookup { } /// - /// Looks up a localized string similar to Add a tab to perform a network scan.... + /// Sucht eine lokalisierte Zeichenfolge, die Add a tab to perform a network scan... ähnelt. /// public static string AddATabToPerformANetworkScan { get { @@ -322,7 +322,7 @@ public static string AddATabToPerformANetworkScan { } /// - /// Looks up a localized string similar to Add a tab to perform an SNMP action.... + /// Sucht eine lokalisierte Zeichenfolge, die Add a tab to perform an SNMP action... ähnelt. /// public static string AddATabToPerformAnSNMPAction { get { @@ -331,7 +331,7 @@ public static string AddATabToPerformAnSNMPAction { } /// - /// Looks up a localized string similar to Add a tab to perform a ping.... + /// Sucht eine lokalisierte Zeichenfolge, die Add a tab to perform a ping... ähnelt. /// public static string AddATabToPerformAPing { get { @@ -340,7 +340,7 @@ public static string AddATabToPerformAPing { } /// - /// Looks up a localized string similar to Add a tab to perform a port scan.... + /// Sucht eine lokalisierte Zeichenfolge, die Add a tab to perform a port scan... ähnelt. /// public static string AddATabToPerformAPortScan { get { @@ -349,7 +349,7 @@ public static string AddATabToPerformAPortScan { } /// - /// Looks up a localized string similar to Add a tab to perform a trace.... + /// Sucht eine lokalisierte Zeichenfolge, die Add a tab to perform a trace... ähnelt. /// public static string AddATabToPerformATrace { get { @@ -358,7 +358,7 @@ public static string AddATabToPerformATrace { } /// - /// Looks up a localized string similar to Add a tab to query the HTTP headers.... + /// Sucht eine lokalisierte Zeichenfolge, die Add a tab to query the HTTP headers... ähnelt. /// public static string AddATabToQueryTheHTTPHeaders { get { @@ -367,7 +367,7 @@ public static string AddATabToQueryTheHTTPHeaders { } /// - /// Looks up a localized string similar to Add a tab to query whois.... + /// Sucht eine lokalisierte Zeichenfolge, die Add a tab to query whois... ähnelt. /// public static string AddATabToQueryWhois { get { @@ -376,7 +376,7 @@ public static string AddATabToQueryWhois { } /// - /// Looks up a localized string similar to Add credentials. + /// Sucht eine lokalisierte Zeichenfolge, die Add credentials ähnelt. /// public static string AddCredentials { get { @@ -385,7 +385,7 @@ public static string AddCredentials { } /// - /// Looks up a localized string similar to Add custom command. + /// Sucht eine lokalisierte Zeichenfolge, die Add custom command ähnelt. /// public static string AddCustomCommand { get { @@ -394,7 +394,7 @@ public static string AddCustomCommand { } /// - /// Looks up a localized string similar to Add DNS server. + /// Sucht eine lokalisierte Zeichenfolge, die Add DNS server ähnelt. /// public static string AddDNSServer { get { @@ -403,7 +403,7 @@ public static string AddDNSServer { } /// - /// Looks up a localized string similar to Add DNS suffix (primary) to hostname. + /// Sucht eine lokalisierte Zeichenfolge, die Add DNS suffix (primary) to hostname ähnelt. /// public static string AddDNSSuffixToHostname { get { @@ -412,7 +412,7 @@ public static string AddDNSSuffixToHostname { } /// - /// Looks up a localized string similar to Add.... + /// Sucht eine lokalisierte Zeichenfolge, die Add... ähnelt. /// public static string AddDots { get { @@ -421,7 +421,7 @@ public static string AddDots { } /// - /// Looks up a localized string similar to Add entry. + /// Sucht eine lokalisierte Zeichenfolge, die Add entry ähnelt. /// public static string AddEntry { get { @@ -430,7 +430,7 @@ public static string AddEntry { } /// - /// Looks up a localized string similar to Add entry.... + /// Sucht eine lokalisierte Zeichenfolge, die Add entry... ähnelt. /// public static string AddEntryDots { get { @@ -439,7 +439,16 @@ public static string AddEntryDots { } /// - /// Looks up a localized string similar to Add host. + /// Sucht eine lokalisierte Zeichenfolge, die Add group ähnelt. + /// + public static string AddGroup { + get { + return ResourceManager.GetString("AddGroup", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Add host ähnelt. /// public static string AddHost { get { @@ -448,7 +457,7 @@ public static string AddHost { } /// - /// Looks up a localized string similar to Add IPv4 address. + /// Sucht eine lokalisierte Zeichenfolge, die Add IPv4 address ähnelt. /// public static string AddIPv4Address { get { @@ -457,7 +466,7 @@ public static string AddIPv4Address { } /// - /// Looks up a localized string similar to Add IPv4 address.... + /// Sucht eine lokalisierte Zeichenfolge, die Add IPv4 address... ähnelt. /// public static string AddIPv4AddressDots { get { @@ -466,7 +475,7 @@ public static string AddIPv4AddressDots { } /// - /// Looks up a localized string similar to Additional command line. + /// Sucht eine lokalisierte Zeichenfolge, die Additional command line ähnelt. /// public static string AdditionalCommandLine { get { @@ -475,7 +484,7 @@ public static string AdditionalCommandLine { } /// - /// Looks up a localized string similar to Additional config.... + /// Sucht eine lokalisierte Zeichenfolge, die Additional config... ähnelt. /// public static string AdditionalConfigDots { get { @@ -484,7 +493,7 @@ public static string AdditionalConfigDots { } /// - /// Looks up a localized string similar to Additionals. + /// Sucht eine lokalisierte Zeichenfolge, die Additionals ähnelt. /// public static string Additionals { get { @@ -493,7 +502,7 @@ public static string Additionals { } /// - /// Looks up a localized string similar to Add port profile. + /// Sucht eine lokalisierte Zeichenfolge, die Add port profile ähnelt. /// public static string AddPortProfile { get { @@ -502,7 +511,7 @@ public static string AddPortProfile { } /// - /// Looks up a localized string similar to Add profile. + /// Sucht eine lokalisierte Zeichenfolge, die Add profile ähnelt. /// public static string AddProfile { get { @@ -511,7 +520,7 @@ public static string AddProfile { } /// - /// Looks up a localized string similar to Add profile.... + /// Sucht eine lokalisierte Zeichenfolge, die Add profile... ähnelt. /// public static string AddProfileDots { get { @@ -520,7 +529,7 @@ public static string AddProfileDots { } /// - /// Looks up a localized string similar to Add profile file. + /// Sucht eine lokalisierte Zeichenfolge, die Add profile file ähnelt. /// public static string AddProfileFile { get { @@ -529,7 +538,7 @@ public static string AddProfileFile { } /// - /// Looks up a localized string similar to Add tab.... + /// Sucht eine lokalisierte Zeichenfolge, die Add tab... ähnelt. /// public static string AddTabDots { get { @@ -538,7 +547,7 @@ public static string AddTabDots { } /// - /// Looks up a localized string similar to Adjust screen. + /// Sucht eine lokalisierte Zeichenfolge, die Adjust screen ähnelt. /// public static string AdjustScreen { get { @@ -547,7 +556,7 @@ public static string AdjustScreen { } /// - /// Looks up a localized string similar to Adjust screen automatically. + /// Sucht eine lokalisierte Zeichenfolge, die Adjust screen automatically ähnelt. /// public static string AdjustScreenAutomatically { get { @@ -556,7 +565,7 @@ public static string AdjustScreenAutomatically { } /// - /// Looks up a localized string similar to Administrator. + /// Sucht eine lokalisierte Zeichenfolge, die Administrator ähnelt. /// public static string Administrator { get { @@ -565,7 +574,7 @@ public static string Administrator { } /// - /// Looks up a localized string similar to All. + /// Sucht eine lokalisierte Zeichenfolge, die All ähnelt. /// public static string All { get { @@ -574,7 +583,7 @@ public static string All { } /// - /// Looks up a localized string similar to All settings can be changed later in the settings. + /// Sucht eine lokalisierte Zeichenfolge, die All settings can be changed later in the settings ähnelt. /// public static string AllSettingsCanBeChangedLaterInTheSettings { get { @@ -583,7 +592,7 @@ public static string AllSettingsCanBeChangedLaterInTheSettings { } /// - /// Looks up a localized string similar to Always show icon in tray. + /// Sucht eine lokalisierte Zeichenfolge, die Always show icon in tray ähnelt. /// public static string AlwaysShowIconInTray { get { @@ -592,7 +601,7 @@ public static string AlwaysShowIconInTray { } /// - /// Looks up a localized string similar to Amber. + /// Sucht eine lokalisierte Zeichenfolge, die Amber ähnelt. /// public static string Amber { get { @@ -601,7 +610,7 @@ public static string Amber { } /// - /// Looks up a localized string similar to An error occurred while exporting the data. See error message for details:. + /// Sucht eine lokalisierte Zeichenfolge, die An error occurred while exporting the data. See error message for details: ähnelt. /// public static string AnErrorOccurredWhileExportingTheData { get { @@ -610,7 +619,7 @@ public static string AnErrorOccurredWhileExportingTheData { } /// - /// Looks up a localized string similar to Answers. + /// Sucht eine lokalisierte Zeichenfolge, die Answers ähnelt. /// public static string Answers { get { @@ -619,7 +628,7 @@ public static string Answers { } /// - /// Looks up a localized string similar to Appearance. + /// Sucht eine lokalisierte Zeichenfolge, die Appearance ähnelt. /// public static string Appearance { get { @@ -628,7 +637,7 @@ public static string Appearance { } /// - /// Looks up a localized string similar to ARP Table. + /// Sucht eine lokalisierte Zeichenfolge, die ARP Table ähnelt. /// public static string ApplicationName_ARPTable { get { @@ -637,7 +646,7 @@ public static string ApplicationName_ARPTable { } /// - /// Looks up a localized string similar to Connections. + /// Sucht eine lokalisierte Zeichenfolge, die Connections ähnelt. /// public static string ApplicationName_Connections { get { @@ -646,7 +655,7 @@ public static string ApplicationName_Connections { } /// - /// Looks up a localized string similar to Dashboard. + /// Sucht eine lokalisierte Zeichenfolge, die Dashboard ähnelt. /// public static string ApplicationName_Dashboard { get { @@ -655,7 +664,7 @@ public static string ApplicationName_Dashboard { } /// - /// Looks up a localized string similar to Discovery Protocol. + /// Sucht eine lokalisierte Zeichenfolge, die Discovery Protocol ähnelt. /// public static string ApplicationName_DiscoveryProtocol { get { @@ -664,7 +673,7 @@ public static string ApplicationName_DiscoveryProtocol { } /// - /// Looks up a localized string similar to DNS Lookup. + /// Sucht eine lokalisierte Zeichenfolge, die DNS Lookup ähnelt. /// public static string ApplicationName_DNSLookup { get { @@ -673,7 +682,7 @@ public static string ApplicationName_DNSLookup { } /// - /// Looks up a localized string similar to HTTP Headers. + /// Sucht eine lokalisierte Zeichenfolge, die HTTP Headers ähnelt. /// public static string ApplicationName_HTTPHeaders { get { @@ -682,7 +691,7 @@ public static string ApplicationName_HTTPHeaders { } /// - /// Looks up a localized string similar to IP Scanner. + /// Sucht eine lokalisierte Zeichenfolge, die IP Scanner ähnelt. /// public static string ApplicationName_IPScanner { get { @@ -691,7 +700,7 @@ public static string ApplicationName_IPScanner { } /// - /// Looks up a localized string similar to Listeners. + /// Sucht eine lokalisierte Zeichenfolge, die Listeners ähnelt. /// public static string ApplicationName_Listeners { get { @@ -700,7 +709,7 @@ public static string ApplicationName_Listeners { } /// - /// Looks up a localized string similar to Lookup. + /// Sucht eine lokalisierte Zeichenfolge, die Lookup ähnelt. /// public static string ApplicationName_Lookup { get { @@ -709,7 +718,7 @@ public static string ApplicationName_Lookup { } /// - /// Looks up a localized string similar to Network Interface. + /// Sucht eine lokalisierte Zeichenfolge, die Network Interface ähnelt. /// public static string ApplicationName_NetworkInterface { get { @@ -718,7 +727,7 @@ public static string ApplicationName_NetworkInterface { } /// - /// Looks up a localized string similar to Ping. + /// Sucht eine lokalisierte Zeichenfolge, die Ping ähnelt. /// public static string ApplicationName_Ping { get { @@ -727,7 +736,7 @@ public static string ApplicationName_Ping { } /// - /// Looks up a localized string similar to Ping Monitor. + /// Sucht eine lokalisierte Zeichenfolge, die Ping Monitor ähnelt. /// public static string ApplicationName_PingMonitor { get { @@ -736,7 +745,7 @@ public static string ApplicationName_PingMonitor { } /// - /// Looks up a localized string similar to Port Scanner. + /// Sucht eine lokalisierte Zeichenfolge, die Port Scanner ähnelt. /// public static string ApplicationName_PortScanner { get { @@ -745,7 +754,7 @@ public static string ApplicationName_PortScanner { } /// - /// Looks up a localized string similar to PowerShell. + /// Sucht eine lokalisierte Zeichenfolge, die PowerShell ähnelt. /// public static string ApplicationName_PowerShell { get { @@ -754,7 +763,7 @@ public static string ApplicationName_PowerShell { } /// - /// Looks up a localized string similar to PuTTY. + /// Sucht eine lokalisierte Zeichenfolge, die PuTTY ähnelt. /// public static string ApplicationName_PuTTY { get { @@ -763,7 +772,7 @@ public static string ApplicationName_PuTTY { } /// - /// Looks up a localized string similar to Remote Desktop. + /// Sucht eine lokalisierte Zeichenfolge, die Remote Desktop ähnelt. /// public static string ApplicationName_RemoteDesktop { get { @@ -772,7 +781,7 @@ public static string ApplicationName_RemoteDesktop { } /// - /// Looks up a localized string similar to SNMP. + /// Sucht eine lokalisierte Zeichenfolge, die SNMP ähnelt. /// public static string ApplicationName_SNMP { get { @@ -781,7 +790,7 @@ public static string ApplicationName_SNMP { } /// - /// Looks up a localized string similar to Subnet Calculator. + /// Sucht eine lokalisierte Zeichenfolge, die Subnet Calculator ähnelt. /// public static string ApplicationName_SubnetCalculator { get { @@ -790,7 +799,7 @@ public static string ApplicationName_SubnetCalculator { } /// - /// Looks up a localized string similar to TigerVNC. + /// Sucht eine lokalisierte Zeichenfolge, die TigerVNC ähnelt. /// public static string ApplicationName_TigerVNC { get { @@ -799,7 +808,7 @@ public static string ApplicationName_TigerVNC { } /// - /// Looks up a localized string similar to Traceroute. + /// Sucht eine lokalisierte Zeichenfolge, die Traceroute ähnelt. /// public static string ApplicationName_Traceroute { get { @@ -808,7 +817,7 @@ public static string ApplicationName_Traceroute { } /// - /// Looks up a localized string similar to Wake on LAN. + /// Sucht eine lokalisierte Zeichenfolge, die Wake on LAN ähnelt. /// public static string ApplicationName_WakeOnLAN { get { @@ -817,7 +826,7 @@ public static string ApplicationName_WakeOnLAN { } /// - /// Looks up a localized string similar to Web Console. + /// Sucht eine lokalisierte Zeichenfolge, die Web Console ähnelt. /// public static string ApplicationName_WebConsole { get { @@ -826,7 +835,7 @@ public static string ApplicationName_WebConsole { } /// - /// Looks up a localized string similar to Whois. + /// Sucht eine lokalisierte Zeichenfolge, die Whois ähnelt. /// public static string ApplicationName_Whois { get { @@ -835,7 +844,7 @@ public static string ApplicationName_Whois { } /// - /// Looks up a localized string similar to WiFi. + /// Sucht eine lokalisierte Zeichenfolge, die WiFi ähnelt. /// public static string ApplicationName_WiFi { get { @@ -844,7 +853,7 @@ public static string ApplicationName_WiFi { } /// - /// Looks up a localized string similar to Applications. + /// Sucht eine lokalisierte Zeichenfolge, die Applications ähnelt. /// public static string Applications { get { @@ -853,7 +862,7 @@ public static string Applications { } /// - /// Looks up a localized string similar to The application will be restarted afterwards!. + /// Sucht eine lokalisierte Zeichenfolge, die The application will be restarted afterwards! ähnelt. /// public static string ApplicationWillBeRestartedAfterwards { get { @@ -862,7 +871,7 @@ public static string ApplicationWillBeRestartedAfterwards { } /// - /// Looks up a localized string similar to Apply. + /// Sucht eine lokalisierte Zeichenfolge, die Apply ähnelt. /// public static string Apply { get { @@ -871,7 +880,7 @@ public static string Apply { } /// - /// Looks up a localized string similar to Apply Windows key combinations. + /// Sucht eine lokalisierte Zeichenfolge, die Apply Windows key combinations ähnelt. /// public static string ApplyWindowsKeyCombinations { get { @@ -880,7 +889,7 @@ public static string ApplyWindowsKeyCombinations { } /// - /// Looks up a localized string similar to Apply Windows key combinations (e.g. ALT+TAB):. + /// Sucht eine lokalisierte Zeichenfolge, die Apply Windows key combinations (e.g. ALT+TAB): ähnelt. /// public static string ApplyWindowsKeyCombinationsLikeAltTab { get { @@ -889,7 +898,7 @@ public static string ApplyWindowsKeyCombinationsLikeAltTab { } /// - /// Looks up a localized string similar to Are you sure?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure? ähnelt. /// public static string AreYouSure { get { @@ -898,7 +907,7 @@ public static string AreYouSure { } /// - /// Looks up a localized string similar to Arguments. + /// Sucht eine lokalisierte Zeichenfolge, die Arguments ähnelt. /// public static string Arguments { get { @@ -907,7 +916,7 @@ public static string Arguments { } /// - /// Looks up a localized string similar to ARP. + /// Sucht eine lokalisierte Zeichenfolge, die ARP ähnelt. /// public static string ARP { get { @@ -916,7 +925,7 @@ public static string ARP { } /// - /// Looks up a localized string similar to ARP Table. + /// Sucht eine lokalisierte Zeichenfolge, die ARP Table ähnelt. /// public static string ARPTable { get { @@ -925,7 +934,7 @@ public static string ARPTable { } /// - /// Looks up a localized string similar to At least one application must be visible!. + /// Sucht eine lokalisierte Zeichenfolge, die At least one application must be visible! ähnelt. /// public static string AtLeastOneApplicationMustBeVisible { get { @@ -934,7 +943,7 @@ public static string AtLeastOneApplicationMustBeVisible { } /// - /// Looks up a localized string similar to Attempts. + /// Sucht eine lokalisierte Zeichenfolge, die Attempts ähnelt. /// public static string Attempts { get { @@ -943,7 +952,7 @@ public static string Attempts { } /// - /// Looks up a localized string similar to Auth. + /// Sucht eine lokalisierte Zeichenfolge, die Auth ähnelt. /// public static string Auth { get { @@ -952,7 +961,7 @@ public static string Auth { } /// - /// Looks up a localized string similar to Authentication. + /// Sucht eine lokalisierte Zeichenfolge, die Authentication ähnelt. /// public static string Authentication { get { @@ -961,7 +970,7 @@ public static string Authentication { } /// - /// Looks up a localized string similar to Authentication level. + /// Sucht eine lokalisierte Zeichenfolge, die Authentication level ähnelt. /// public static string AuthenticationLevel { get { @@ -970,7 +979,7 @@ public static string AuthenticationLevel { } /// - /// Looks up a localized string similar to Authorities. + /// Sucht eine lokalisierte Zeichenfolge, die Authorities ähnelt. /// public static string Authorities { get { @@ -979,7 +988,7 @@ public static string Authorities { } /// - /// Looks up a localized string similar to Automatically update every. + /// Sucht eine lokalisierte Zeichenfolge, die Automatically update every ähnelt. /// public static string AutomaticallyUpdateEvery { get { @@ -988,7 +997,7 @@ public static string AutomaticallyUpdateEvery { } /// - /// Looks up a localized string similar to Autostart. + /// Sucht eine lokalisierte Zeichenfolge, die Autostart ähnelt. /// public static string Autostart { get { @@ -997,7 +1006,7 @@ public static string Autostart { } /// - /// Looks up a localized string similar to Average time. + /// Sucht eine lokalisierte Zeichenfolge, die Average time ähnelt. /// public static string AverageTime { get { @@ -1006,7 +1015,7 @@ public static string AverageTime { } /// - /// Looks up a localized string similar to back. + /// Sucht eine lokalisierte Zeichenfolge, die back ähnelt. /// public static string Back { get { @@ -1015,7 +1024,7 @@ public static string Back { } /// - /// Looks up a localized string similar to Background job. + /// Sucht eine lokalisierte Zeichenfolge, die Background job ähnelt. /// public static string BackgroundJob { get { @@ -1024,7 +1033,7 @@ public static string BackgroundJob { } /// - /// Looks up a localized string similar to Backup. + /// Sucht eine lokalisierte Zeichenfolge, die Backup ähnelt. /// public static string Backup { get { @@ -1033,7 +1042,7 @@ public static string Backup { } /// - /// Looks up a localized string similar to Bandwidth. + /// Sucht eine lokalisierte Zeichenfolge, die Bandwidth ähnelt. /// public static string Bandwidth { get { @@ -1042,7 +1051,7 @@ public static string Bandwidth { } /// - /// Looks up a localized string similar to Baud. + /// Sucht eine lokalisierte Zeichenfolge, die Baud ähnelt. /// public static string Baud { get { @@ -1051,7 +1060,7 @@ public static string Baud { } /// - /// Looks up a localized string similar to Baud rate. + /// Sucht eine lokalisierte Zeichenfolge, die Baud rate ähnelt. /// public static string BaudRate { get { @@ -1060,7 +1069,7 @@ public static string BaudRate { } /// - /// Looks up a localized string similar to Beacon interval. + /// Sucht eine lokalisierte Zeichenfolge, die Beacon interval ähnelt. /// public static string BeaconInterval { get { @@ -1069,7 +1078,7 @@ public static string BeaconInterval { } /// - /// Looks up a localized string similar to Black. + /// Sucht eine lokalisierte Zeichenfolge, die Black ähnelt. /// public static string Black { get { @@ -1078,7 +1087,7 @@ public static string Black { } /// - /// Looks up a localized string similar to Blue. + /// Sucht eine lokalisierte Zeichenfolge, die Blue ähnelt. /// public static string Blue { get { @@ -1087,7 +1096,7 @@ public static string Blue { } /// - /// Looks up a localized string similar to Broadcast. + /// Sucht eine lokalisierte Zeichenfolge, die Broadcast ähnelt. /// public static string Broadcast { get { @@ -1096,7 +1105,7 @@ public static string Broadcast { } /// - /// Looks up a localized string similar to Brown. + /// Sucht eine lokalisierte Zeichenfolge, die Brown ähnelt. /// public static string Brown { get { @@ -1105,7 +1114,7 @@ public static string Brown { } /// - /// Looks up a localized string similar to Browser. + /// Sucht eine lokalisierte Zeichenfolge, die Browser ähnelt. /// public static string Browser { get { @@ -1114,7 +1123,7 @@ public static string Browser { } /// - /// Looks up a localized string similar to Buffer. + /// Sucht eine lokalisierte Zeichenfolge, die Buffer ähnelt. /// public static string Buffer { get { @@ -1123,7 +1132,7 @@ public static string Buffer { } /// - /// Looks up a localized string similar to Bytes. + /// Sucht eine lokalisierte Zeichenfolge, die Bytes ähnelt. /// public static string Bytes { get { @@ -1132,7 +1141,7 @@ public static string Bytes { } /// - /// Looks up a localized string similar to Calculate. + /// Sucht eine lokalisierte Zeichenfolge, die Calculate ähnelt. /// public static string Calculate { get { @@ -1141,7 +1150,7 @@ public static string Calculate { } /// - /// Looks up a localized string similar to Calculator. + /// Sucht eine lokalisierte Zeichenfolge, die Calculator ähnelt. /// public static string Calculator { get { @@ -1150,7 +1159,7 @@ public static string Calculator { } /// - /// Looks up a localized string similar to Cancel. + /// Sucht eine lokalisierte Zeichenfolge, die Cancel ähnelt. /// public static string Cancel { get { @@ -1159,7 +1168,7 @@ public static string Cancel { } /// - /// Looks up a localized string similar to The operation has been canceled by the user!. + /// Sucht eine lokalisierte Zeichenfolge, die The operation has been canceled by the user! ähnelt. /// public static string CanceledByUserMessage { get { @@ -1168,7 +1177,7 @@ public static string CanceledByUserMessage { } /// - /// Looks up a localized string similar to Caps lock is enabled!. + /// Sucht eine lokalisierte Zeichenfolge, die Caps lock is enabled! ähnelt. /// public static string CapsLockIsEnabled { get { @@ -1177,7 +1186,7 @@ public static string CapsLockIsEnabled { } /// - /// Looks up a localized string similar to Capture. + /// Sucht eine lokalisierte Zeichenfolge, die Capture ähnelt. /// public static string Capture { get { @@ -1186,7 +1195,7 @@ public static string Capture { } /// - /// Looks up a localized string similar to Capture network packets to view LLDP or CDP information!. + /// Sucht eine lokalisierte Zeichenfolge, die Capture network packets to view LLDP or CDP information! ähnelt. /// public static string CaptureNetworkPacketsToViewLLDPorCDPInformation { get { @@ -1195,7 +1204,7 @@ public static string CaptureNetworkPacketsToViewLLDPorCDPInformation { } /// - /// Looks up a localized string similar to Capturing network packages.... + /// Sucht eine lokalisierte Zeichenfolge, die Capturing network packages... ähnelt. /// public static string CapturingNetworkPackagesDots { get { @@ -1204,7 +1213,7 @@ public static string CapturingNetworkPackagesDots { } /// - /// Looks up a localized string similar to Change. + /// Sucht eine lokalisierte Zeichenfolge, die Change ähnelt. /// public static string Change { get { @@ -1213,7 +1222,7 @@ public static string Change { } /// - /// Looks up a localized string similar to Change master password. + /// Sucht eine lokalisierte Zeichenfolge, die Change master password ähnelt. /// public static string ChangeMasterPassword { get { @@ -1222,7 +1231,7 @@ public static string ChangeMasterPassword { } /// - /// Looks up a localized string similar to Change Master Password.... + /// Sucht eine lokalisierte Zeichenfolge, die Change Master Password... ähnelt. /// public static string ChangeMasterPasswordDots { get { @@ -1231,7 +1240,7 @@ public static string ChangeMasterPasswordDots { } /// - /// Looks up a localized string similar to Channel. + /// Sucht eine lokalisierte Zeichenfolge, die Channel ähnelt. /// public static string Channel { get { @@ -1240,7 +1249,7 @@ public static string Channel { } /// - /// Looks up a localized string similar to Channels. + /// Sucht eine lokalisierte Zeichenfolge, die Channels ähnelt. /// public static string Channels { get { @@ -1249,7 +1258,7 @@ public static string Channels { } /// - /// Looks up a localized string similar to Chassis Id. + /// Sucht eine lokalisierte Zeichenfolge, die Chassis Id ähnelt. /// public static string ChassisId { get { @@ -1258,7 +1267,7 @@ public static string ChassisId { } /// - /// Looks up a localized string similar to Check. + /// Sucht eine lokalisierte Zeichenfolge, die Check ähnelt. /// public static string Check { get { @@ -1267,7 +1276,7 @@ public static string Check { } /// - /// Looks up a localized string similar to Check for updates. + /// Sucht eine lokalisierte Zeichenfolge, die Check for updates ähnelt. /// public static string CheckForUpdates { get { @@ -1276,7 +1285,7 @@ public static string CheckForUpdates { } /// - /// Looks up a localized string similar to Check for updates at startup. + /// Sucht eine lokalisierte Zeichenfolge, die Check for updates at startup ähnelt. /// public static string CheckForUpdatesAtStartup { get { @@ -1285,7 +1294,7 @@ public static string CheckForUpdatesAtStartup { } /// - /// Looks up a localized string similar to Check is disabled!. + /// Sucht eine lokalisierte Zeichenfolge, die Check is disabled! ähnelt. /// public static string CheckIsDisabled { get { @@ -1294,7 +1303,7 @@ public static string CheckIsDisabled { } /// - /// Looks up a localized string similar to Check your network adapter configuration (dns) and if your dns server is configured correctly.. + /// Sucht eine lokalisierte Zeichenfolge, die Check your network adapter configuration (dns) and if your dns server is configured correctly. ähnelt. /// public static string CheckNetworkAdapterConfigurationAndDNSServerConfigurationMessage { get { @@ -1303,7 +1312,7 @@ public static string CheckNetworkAdapterConfigurationAndDNSServerConfigurationMe } /// - /// Looks up a localized string similar to Check your network adapter configuration (dhcp, static ip) and if you are connected to a network.. + /// Sucht eine lokalisierte Zeichenfolge, die Check your network adapter configuration (dhcp, static ip) and if you are connected to a network. ähnelt. /// public static string CheckNetworkAdapterConfigurationAndNetworkConnectionMessage { get { @@ -1312,7 +1321,7 @@ public static string CheckNetworkAdapterConfigurationAndNetworkConnectionMessage } /// - /// Looks up a localized string similar to Check public IP address. + /// Sucht eine lokalisierte Zeichenfolge, die Check public IP address ähnelt. /// public static string CheckPublicIPAddress { get { @@ -1321,7 +1330,7 @@ public static string CheckPublicIPAddress { } /// - /// Looks up a localized string similar to CIDR. + /// Sucht eine lokalisierte Zeichenfolge, die CIDR ähnelt. /// public static string CIDR { get { @@ -1330,7 +1339,7 @@ public static string CIDR { } /// - /// Looks up a localized string similar to Class. + /// Sucht eine lokalisierte Zeichenfolge, die Class ähnelt. /// public static string Class { get { @@ -1339,7 +1348,7 @@ public static string Class { } /// - /// Looks up a localized string similar to Clear filter. + /// Sucht eine lokalisierte Zeichenfolge, die Clear filter ähnelt. /// public static string ClearFilter { get { @@ -1348,7 +1357,7 @@ public static string ClearFilter { } /// - /// Looks up a localized string similar to Client. + /// Sucht eine lokalisierte Zeichenfolge, die Client ähnelt. /// public static string Client { get { @@ -1357,7 +1366,7 @@ public static string Client { } /// - /// Looks up a localized string similar to Close. + /// Sucht eine lokalisierte Zeichenfolge, die Close ähnelt. /// public static string Close { get { @@ -1366,7 +1375,7 @@ public static string Close { } /// - /// Looks up a localized string similar to Closed. + /// Sucht eine lokalisierte Zeichenfolge, die Closed ähnelt. /// public static string Closed { get { @@ -1375,7 +1384,7 @@ public static string Closed { } /// - /// Looks up a localized string similar to Closing in {0} seconds.... + /// Sucht eine lokalisierte Zeichenfolge, die Closing in {0} seconds... ähnelt. /// public static string ClosingInXSecondsDots { get { @@ -1384,7 +1393,7 @@ public static string ClosingInXSecondsDots { } /// - /// Looks up a localized string similar to Could not export file! See error message: "{0}". + /// Sucht eine lokalisierte Zeichenfolge, die Could not export file! See error message: "{0}" ähnelt. /// public static string ClouldNotExportFileSeeErrorMessageXX { get { @@ -1393,7 +1402,7 @@ public static string ClouldNotExportFileSeeErrorMessageXX { } /// - /// Looks up a localized string similar to Could not import file! See error message: "{0}". + /// Sucht eine lokalisierte Zeichenfolge, die Could not import file! See error message: "{0}" ähnelt. /// public static string ClouldNotImportFileSeeErrorMessageXX { get { @@ -1402,7 +1411,7 @@ public static string ClouldNotImportFileSeeErrorMessageXX { } /// - /// Looks up a localized string similar to Cobalt. + /// Sucht eine lokalisierte Zeichenfolge, die Cobalt ähnelt. /// public static string Cobalt { get { @@ -1411,7 +1420,7 @@ public static string Cobalt { } /// - /// Looks up a localized string similar to Color depth (bit). + /// Sucht eine lokalisierte Zeichenfolge, die Color depth (bit) ähnelt. /// public static string ColorDepthBit { get { @@ -1420,7 +1429,7 @@ public static string ColorDepthBit { } /// - /// Looks up a localized string similar to Command Line Arguments. + /// Sucht eine lokalisierte Zeichenfolge, die Command Line Arguments ähnelt. /// public static string CommandLineArguments { get { @@ -1429,7 +1438,7 @@ public static string CommandLineArguments { } /// - /// Looks up a localized string similar to Community. + /// Sucht eine lokalisierte Zeichenfolge, die Community ähnelt. /// public static string Community { get { @@ -1438,7 +1447,7 @@ public static string Community { } /// - /// Looks up a localized string similar to Computer. + /// Sucht eine lokalisierte Zeichenfolge, die Computer ähnelt. /// public static string Computer { get { @@ -1447,7 +1456,7 @@ public static string Computer { } /// - /// Looks up a localized string similar to Configure. + /// Sucht eine lokalisierte Zeichenfolge, die Configure ähnelt. /// public static string Configure { get { @@ -1456,7 +1465,7 @@ public static string Configure { } /// - /// Looks up a localized string similar to Configure the path to PowerShell in the settings.... + /// Sucht eine lokalisierte Zeichenfolge, die Configure the path to PowerShell in the settings... ähnelt. /// public static string ConfigureThePathToPowerShellInTheSettingsDots { get { @@ -1465,7 +1474,7 @@ public static string ConfigureThePathToPowerShellInTheSettingsDots { } /// - /// Looks up a localized string similar to Configure the path to PuTTY in the settings.... + /// Sucht eine lokalisierte Zeichenfolge, die Configure the path to PuTTY in the settings... ähnelt. /// public static string ConfigureThePathToPuTTYInTheSettingsDots { get { @@ -1474,7 +1483,7 @@ public static string ConfigureThePathToPuTTYInTheSettingsDots { } /// - /// Looks up a localized string similar to Configure the path to TigerVNC in the settings.... + /// Sucht eine lokalisierte Zeichenfolge, die Configure the path to TigerVNC in the settings... ähnelt. /// public static string ConfigureThePathToTigerVNCInTheSettingsDots { get { @@ -1483,7 +1492,7 @@ public static string ConfigureThePathToTigerVNCInTheSettingsDots { } /// - /// Looks up a localized string similar to Confirm. + /// Sucht eine lokalisierte Zeichenfolge, die Confirm ähnelt. /// public static string Confirm { get { @@ -1492,7 +1501,7 @@ public static string Confirm { } /// - /// Looks up a localized string similar to Confirm close. + /// Sucht eine lokalisierte Zeichenfolge, die Confirm close ähnelt. /// public static string ConfirmClose { get { @@ -1501,7 +1510,7 @@ public static string ConfirmClose { } /// - /// Looks up a localized string similar to Are you sure you want to close the application?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to close the application? ähnelt. /// public static string ConfirmCloseMessage { get { @@ -1510,7 +1519,7 @@ public static string ConfirmCloseMessage { } /// - /// Looks up a localized string similar to Connect. + /// Sucht eine lokalisierte Zeichenfolge, die Connect ähnelt. /// public static string Connect { get { @@ -1519,7 +1528,7 @@ public static string Connect { } /// - /// Looks up a localized string similar to Connect as. + /// Sucht eine lokalisierte Zeichenfolge, die Connect as ähnelt. /// public static string ConnectAs { get { @@ -1528,7 +1537,7 @@ public static string ConnectAs { } /// - /// Looks up a localized string similar to Connect as.... + /// Sucht eine lokalisierte Zeichenfolge, die Connect as... ähnelt. /// public static string ConnectAsDots { get { @@ -1537,7 +1546,7 @@ public static string ConnectAsDots { } /// - /// Looks up a localized string similar to Connect external. + /// Sucht eine lokalisierte Zeichenfolge, die Connect external ähnelt. /// public static string ConnectExternal { get { @@ -1546,7 +1555,7 @@ public static string ConnectExternal { } /// - /// Looks up a localized string similar to Connecting.... + /// Sucht eine lokalisierte Zeichenfolge, die Connecting... ähnelt. /// public static string ConnectingDots { get { @@ -1555,7 +1564,7 @@ public static string ConnectingDots { } /// - /// Looks up a localized string similar to Connection. + /// Sucht eine lokalisierte Zeichenfolge, die Connection ähnelt. /// public static string Connection { get { @@ -1564,7 +1573,7 @@ public static string Connection { } /// - /// Looks up a localized string similar to Connections. + /// Sucht eine lokalisierte Zeichenfolge, die Connections ähnelt. /// public static string Connections { get { @@ -1573,7 +1582,7 @@ public static string Connections { } /// - /// Looks up a localized string similar to Error. + /// Sucht eine lokalisierte Zeichenfolge, die Error ähnelt. /// public static string ConnectionState_Error { get { @@ -1582,7 +1591,7 @@ public static string ConnectionState_Error { } /// - /// Looks up a localized string similar to OK. + /// Sucht eine lokalisierte Zeichenfolge, die OK ähnelt. /// public static string ConnectionState_OK { get { @@ -1591,7 +1600,7 @@ public static string ConnectionState_OK { } /// - /// Looks up a localized string similar to Warning. + /// Sucht eine lokalisierte Zeichenfolge, die Warning ähnelt. /// public static string ConnectionState_Warning { get { @@ -1600,7 +1609,7 @@ public static string ConnectionState_Warning { } /// - /// Looks up a localized string similar to Connect the network card to a network to configure it!. + /// Sucht eine lokalisierte Zeichenfolge, die Connect the network card to a network to configure it! ähnelt. /// public static string ConnectTheNetworkCardToConfigureIt { get { @@ -1609,7 +1618,7 @@ public static string ConnectTheNetworkCardToConfigureIt { } /// - /// Looks up a localized string similar to Continue. + /// Sucht eine lokalisierte Zeichenfolge, die Continue ähnelt. /// public static string Continue { get { @@ -1618,7 +1627,7 @@ public static string Continue { } /// - /// Looks up a localized string similar to Copy. + /// Sucht eine lokalisierte Zeichenfolge, die Copy ähnelt. /// public static string Copy { get { @@ -1627,7 +1636,7 @@ public static string Copy { } /// - /// Looks up a localized string similar to Copy as.... + /// Sucht eine lokalisierte Zeichenfolge, die Copy as... ähnelt. /// public static string CopyAsDots { get { @@ -1636,7 +1645,7 @@ public static string CopyAsDots { } /// - /// Looks up a localized string similar to Copy.... + /// Sucht eine lokalisierte Zeichenfolge, die Copy... ähnelt. /// public static string CopyDots { get { @@ -1645,7 +1654,7 @@ public static string CopyDots { } /// - /// Looks up a localized string similar to Copy. + /// Sucht eine lokalisierte Zeichenfolge, die Copy ähnelt. /// public static string CopyNoun { get { @@ -1654,7 +1663,7 @@ public static string CopyNoun { } /// - /// Looks up a localized string similar to Copy profile. + /// Sucht eine lokalisierte Zeichenfolge, die Copy profile ähnelt. /// public static string CopyProfile { get { @@ -1663,7 +1672,7 @@ public static string CopyProfile { } /// - /// Looks up a localized string similar to Could not connect to "{0}"!. + /// Sucht eine lokalisierte Zeichenfolge, die Could not connect to "{0}"! ähnelt. /// public static string CouldNotConnectToXXXMessage { get { @@ -1672,7 +1681,7 @@ public static string CouldNotConnectToXXXMessage { } /// - /// Looks up a localized string similar to Could not detect gateway ip address!. + /// Sucht eine lokalisierte Zeichenfolge, die Could not detect gateway ip address! ähnelt. /// public static string CouldNotDetectGatewayIPAddressMessage { get { @@ -1681,7 +1690,7 @@ public static string CouldNotDetectGatewayIPAddressMessage { } /// - /// Looks up a localized string similar to Could not detect local ip address!. + /// Sucht eine lokalisierte Zeichenfolge, die Could not detect local ip address! ähnelt. /// public static string CouldNotDetectLocalIPAddressMessage { get { @@ -1690,7 +1699,7 @@ public static string CouldNotDetectLocalIPAddressMessage { } /// - /// Looks up a localized string similar to Could not detect subnetmask!. + /// Sucht eine lokalisierte Zeichenfolge, die Could not detect subnetmask! ähnelt. /// public static string CouldNotDetectSubnetmask { get { @@ -1699,7 +1708,7 @@ public static string CouldNotDetectSubnetmask { } /// - /// Looks up a localized string similar to Could not get public ip address via WebRequest (http/https) from "{0}"! Check your network connection (firewall, proxy, etc.).. + /// Sucht eine lokalisierte Zeichenfolge, die Could not get public ip address via WebRequest (http/https) from "{0}"! Check your network connection (firewall, proxy, etc.). ähnelt. /// public static string CouldNotGetPublicIPAddressFromXXXMessage { get { @@ -1708,7 +1717,7 @@ public static string CouldNotGetPublicIPAddressFromXXXMessage { } /// - /// Looks up a localized string similar to Could not parse public ip address from "{0}"! Try another service or use the default... . + /// Sucht eine lokalisierte Zeichenfolge, die Could not parse public ip address from "{0}"! Try another service or use the default... ähnelt. /// public static string CouldNotParsePublicIPAddressFromXXXMessage { get { @@ -1717,7 +1726,7 @@ public static string CouldNotParsePublicIPAddressFromXXXMessage { } /// - /// Looks up a localized string similar to Could not resolve hostname for: "{0}". + /// Sucht eine lokalisierte Zeichenfolge, die Could not resolve hostname for: "{0}" ähnelt. /// public static string CouldNotResolveHostnameFor { get { @@ -1726,7 +1735,7 @@ public static string CouldNotResolveHostnameFor { } /// - /// Looks up a localized string similar to Could not resolve ip address for: "{0}". + /// Sucht eine lokalisierte Zeichenfolge, die Could not resolve ip address for: "{0}" ähnelt. /// public static string CouldNotResolveIPAddressFor { get { @@ -1735,7 +1744,7 @@ public static string CouldNotResolveIPAddressFor { } /// - /// Looks up a localized string similar to Could not send keystroke!. + /// Sucht eine lokalisierte Zeichenfolge, die Could not send keystroke! ähnelt. /// public static string CouldNotSendKeystroke { get { @@ -1744,7 +1753,7 @@ public static string CouldNotSendKeystroke { } /// - /// Looks up a localized string similar to Credential. + /// Sucht eine lokalisierte Zeichenfolge, die Credential ähnelt. /// public static string Credential { get { @@ -1753,7 +1762,7 @@ public static string Credential { } /// - /// Looks up a localized string similar to Credentials. + /// Sucht eine lokalisierte Zeichenfolge, die Credentials ähnelt. /// public static string Credentials { get { @@ -1762,7 +1771,7 @@ public static string Credentials { } /// - /// Looks up a localized string similar to Credential Security Support Provider. + /// Sucht eine lokalisierte Zeichenfolge, die Credential Security Support Provider ähnelt. /// public static string CredentialSecuritySupportProvider { get { @@ -1771,7 +1780,7 @@ public static string CredentialSecuritySupportProvider { } /// - /// Looks up a localized string similar to Crimson. + /// Sucht eine lokalisierte Zeichenfolge, die Crimson ähnelt. /// public static string Crimson { get { @@ -1780,7 +1789,7 @@ public static string Crimson { } /// - /// Looks up a localized string similar to Ctrl+Alt+Del. + /// Sucht eine lokalisierte Zeichenfolge, die Ctrl+Alt+Del ähnelt. /// public static string CtrlAltDel { get { @@ -1789,7 +1798,7 @@ public static string CtrlAltDel { } /// - /// Looks up a localized string similar to Current download speed. + /// Sucht eine lokalisierte Zeichenfolge, die Current download speed ähnelt. /// public static string CurrentDownloadSpeed { get { @@ -1798,7 +1807,7 @@ public static string CurrentDownloadSpeed { } /// - /// Looks up a localized string similar to Currently downloaded. + /// Sucht eine lokalisierte Zeichenfolge, die Currently downloaded ähnelt. /// public static string CurrentlyDownloaded { get { @@ -1807,7 +1816,7 @@ public static string CurrentlyDownloaded { } /// - /// Looks up a localized string similar to Currently uploaded. + /// Sucht eine lokalisierte Zeichenfolge, die Currently uploaded ähnelt. /// public static string CurrentlyUploaded { get { @@ -1816,7 +1825,7 @@ public static string CurrentlyUploaded { } /// - /// Looks up a localized string similar to Current password. + /// Sucht eine lokalisierte Zeichenfolge, die Current password ähnelt. /// public static string CurrentPassword { get { @@ -1825,7 +1834,7 @@ public static string CurrentPassword { } /// - /// Looks up a localized string similar to Current upload speed. + /// Sucht eine lokalisierte Zeichenfolge, die Current upload speed ähnelt. /// public static string CurrentUploadSpeed { get { @@ -1834,7 +1843,7 @@ public static string CurrentUploadSpeed { } /// - /// Looks up a localized string similar to Custom. + /// Sucht eine lokalisierte Zeichenfolge, die Custom ähnelt. /// public static string Custom { get { @@ -1843,7 +1852,7 @@ public static string Custom { } /// - /// Looks up a localized string similar to Custom:. + /// Sucht eine lokalisierte Zeichenfolge, die Custom: ähnelt. /// public static string CustomColon { get { @@ -1852,7 +1861,7 @@ public static string CustomColon { } /// - /// Looks up a localized string similar to Custom commands. + /// Sucht eine lokalisierte Zeichenfolge, die Custom commands ähnelt. /// public static string CustomCommands { get { @@ -1861,7 +1870,7 @@ public static string CustomCommands { } /// - /// Looks up a localized string similar to Custom screen size:. + /// Sucht eine lokalisierte Zeichenfolge, die Custom screen size: ähnelt. /// public static string CustomScreenSize { get { @@ -1870,7 +1879,7 @@ public static string CustomScreenSize { } /// - /// Looks up a localized string similar to Cut. + /// Sucht eine lokalisierte Zeichenfolge, die Cut ähnelt. /// public static string Cut { get { @@ -1879,7 +1888,7 @@ public static string Cut { } /// - /// Looks up a localized string similar to Cyan. + /// Sucht eine lokalisierte Zeichenfolge, die Cyan ähnelt. /// public static string Cyan { get { @@ -1888,7 +1897,7 @@ public static string Cyan { } /// - /// Looks up a localized string similar to Dashboard. + /// Sucht eine lokalisierte Zeichenfolge, die Dashboard ähnelt. /// public static string Dashboard { get { @@ -1897,7 +1906,7 @@ public static string Dashboard { } /// - /// Looks up a localized string similar to Data. + /// Sucht eine lokalisierte Zeichenfolge, die Data ähnelt. /// public static string Data { get { @@ -1906,7 +1915,7 @@ public static string Data { } /// - /// Looks up a localized string similar to Data has been updated!. + /// Sucht eine lokalisierte Zeichenfolge, die Data has been updated! ähnelt. /// public static string DataHasBeenUpdated { get { @@ -1915,7 +1924,7 @@ public static string DataHasBeenUpdated { } /// - /// Looks up a localized string similar to Credentials must be decrypted and loaded to manage them.. + /// Sucht eine lokalisierte Zeichenfolge, die Credentials must be decrypted and loaded to manage them. ähnelt. /// public static string DecryptAndLoadCredentialsMessage { get { @@ -1924,7 +1933,7 @@ public static string DecryptAndLoadCredentialsMessage { } /// - /// Looks up a localized string similar to Decrypt and load.... + /// Sucht eine lokalisierte Zeichenfolge, die Decrypt and load... ähnelt. /// public static string DecryptAndLoadDots { get { @@ -1933,7 +1942,7 @@ public static string DecryptAndLoadDots { } /// - /// Looks up a localized string similar to Decryption error. + /// Sucht eine lokalisierte Zeichenfolge, die Decryption error ähnelt. /// public static string DecryptionError { get { @@ -1942,7 +1951,7 @@ public static string DecryptionError { } /// - /// Looks up a localized string similar to Could not decrypt file. You may report this issue on GitHub.. + /// Sucht eine lokalisierte Zeichenfolge, die Could not decrypt file. You may report this issue on GitHub. ähnelt. /// public static string DecryptionErrorMessage { get { @@ -1951,7 +1960,7 @@ public static string DecryptionErrorMessage { } /// - /// Looks up a localized string similar to Default. + /// Sucht eine lokalisierte Zeichenfolge, die Default ähnelt. /// public static string Default { get { @@ -1960,7 +1969,7 @@ public static string Default { } /// - /// Looks up a localized string similar to Default application. + /// Sucht eine lokalisierte Zeichenfolge, die Default application ähnelt. /// public static string DefaultApplication { get { @@ -1969,7 +1978,7 @@ public static string DefaultApplication { } /// - /// Looks up a localized string similar to Default-Gateway. + /// Sucht eine lokalisierte Zeichenfolge, die Default-Gateway ähnelt. /// public static string DefaultGateway { get { @@ -1978,7 +1987,7 @@ public static string DefaultGateway { } /// - /// Looks up a localized string similar to Default port:. + /// Sucht eine lokalisierte Zeichenfolge, die Default port: ähnelt. /// public static string DefaultPort { get { @@ -1987,7 +1996,7 @@ public static string DefaultPort { } /// - /// Looks up a localized string similar to Delete. + /// Sucht eine lokalisierte Zeichenfolge, die Delete ähnelt. /// public static string Delete { get { @@ -1996,7 +2005,7 @@ public static string Delete { } /// - /// Looks up a localized string similar to The selected credential will be deleted permanently.. + /// Sucht eine lokalisierte Zeichenfolge, die The selected credential will be deleted permanently. ähnelt. /// public static string DeleteCredentialMessage { get { @@ -2005,7 +2014,7 @@ public static string DeleteCredentialMessage { } /// - /// Looks up a localized string similar to Delete credentials. + /// Sucht eine lokalisierte Zeichenfolge, die Delete credentials ähnelt. /// public static string DeleteCredentials { get { @@ -2014,7 +2023,7 @@ public static string DeleteCredentials { } /// - /// Looks up a localized string similar to Delete custom command. + /// Sucht eine lokalisierte Zeichenfolge, die Delete custom command ähnelt. /// public static string DeleteCustomCommand { get { @@ -2023,7 +2032,7 @@ public static string DeleteCustomCommand { } /// - /// Looks up a localized string similar to The selected custom command will be deleted permanently.. + /// Sucht eine lokalisierte Zeichenfolge, die The selected custom command will be deleted permanently. ähnelt. /// public static string DeleteCustomCommandMessage { get { @@ -2032,7 +2041,7 @@ public static string DeleteCustomCommandMessage { } /// - /// Looks up a localized string similar to Delete DNS server. + /// Sucht eine lokalisierte Zeichenfolge, die Delete DNS server ähnelt. /// public static string DeleteDNSServer { get { @@ -2041,7 +2050,7 @@ public static string DeleteDNSServer { } /// - /// Looks up a localized string similar to The selected DNS server will be deleted permanently.. + /// Sucht eine lokalisierte Zeichenfolge, die The selected DNS server will be deleted permanently. ähnelt. /// public static string DeleteDNSServerMessage { get { @@ -2050,7 +2059,7 @@ public static string DeleteDNSServerMessage { } /// - /// Looks up a localized string similar to Delete.... + /// Sucht eine lokalisierte Zeichenfolge, die Delete... ähnelt. /// public static string DeleteDots { get { @@ -2059,7 +2068,7 @@ public static string DeleteDots { } /// - /// Looks up a localized string similar to Delete entry. + /// Sucht eine lokalisierte Zeichenfolge, die Delete entry ähnelt. /// public static string DeleteEntry { get { @@ -2068,7 +2077,25 @@ public static string DeleteEntry { } /// - /// Looks up a localized string similar to Delete port profile. + /// Sucht eine lokalisierte Zeichenfolge, die Delete group ähnelt. + /// + public static string DeleteGroup { + get { + return ResourceManager.GetString("DeleteGroup", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Selected group and all profiles inside this group will be deleted permanently. ähnelt. + /// + public static string DeleteGroupMessage { + get { + return ResourceManager.GetString("DeleteGroupMessage", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Delete port profile ähnelt. /// public static string DeletePortProfile { get { @@ -2077,7 +2104,7 @@ public static string DeletePortProfile { } /// - /// Looks up a localized string similar to The selected port profile will be deleted permanently.. + /// Sucht eine lokalisierte Zeichenfolge, die The selected port profile will be deleted permanently. ähnelt. /// public static string DeletePortProfileMessage { get { @@ -2086,7 +2113,7 @@ public static string DeletePortProfileMessage { } /// - /// Looks up a localized string similar to Delete profile. + /// Sucht eine lokalisierte Zeichenfolge, die Delete profile ähnelt. /// public static string DeleteProfile { get { @@ -2095,7 +2122,7 @@ public static string DeleteProfile { } /// - /// Looks up a localized string similar to Delete profile file. + /// Sucht eine lokalisierte Zeichenfolge, die Delete profile file ähnelt. /// public static string DeleteProfileFile { get { @@ -2104,7 +2131,7 @@ public static string DeleteProfileFile { } /// - /// Looks up a localized string similar to Selected profile file will be deleted permanently.. + /// Sucht eine lokalisierte Zeichenfolge, die Selected profile file will be deleted permanently. ähnelt. /// public static string DeleteProfileFileMessage { get { @@ -2113,7 +2140,7 @@ public static string DeleteProfileFileMessage { } /// - /// Looks up a localized string similar to Selected profiles will be deleted permanently.. + /// Sucht eine lokalisierte Zeichenfolge, die Selected profile will be deleted permanently. ähnelt. /// public static string DeleteProfileMessage { get { @@ -2122,7 +2149,25 @@ public static string DeleteProfileMessage { } /// - /// Looks up a localized string similar to Delete table. + /// Sucht eine lokalisierte Zeichenfolge, die Delete profiles ähnelt. + /// + public static string DeleteProfiles { + get { + return ResourceManager.GetString("DeleteProfiles", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Selected profiles will be deleted permanently. ähnelt. + /// + public static string DeleteProfilesMessage { + get { + return ResourceManager.GetString("DeleteProfilesMessage", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Delete table ähnelt. /// public static string DeleteTable { get { @@ -2131,7 +2176,7 @@ public static string DeleteTable { } /// - /// Looks up a localized string similar to Description. + /// Sucht eine lokalisierte Zeichenfolge, die Description ähnelt. /// public static string Description { get { @@ -2140,7 +2185,7 @@ public static string Description { } /// - /// Looks up a localized string similar to Design. + /// Sucht eine lokalisierte Zeichenfolge, die Design ähnelt. /// public static string Design { get { @@ -2149,7 +2194,7 @@ public static string Design { } /// - /// Looks up a localized string similar to Desktop background. + /// Sucht eine lokalisierte Zeichenfolge, die Desktop background ähnelt. /// public static string DesktopBackground { get { @@ -2158,7 +2203,7 @@ public static string DesktopBackground { } /// - /// Looks up a localized string similar to Desktop composition. + /// Sucht eine lokalisierte Zeichenfolge, die Desktop composition ähnelt. /// public static string DesktopComposition { get { @@ -2167,7 +2212,7 @@ public static string DesktopComposition { } /// - /// Looks up a localized string similar to Destination. + /// Sucht eine lokalisierte Zeichenfolge, die Destination ähnelt. /// public static string Destination { get { @@ -2176,7 +2221,7 @@ public static string Destination { } /// - /// Looks up a localized string similar to Details. + /// Sucht eine lokalisierte Zeichenfolge, die Details ähnelt. /// public static string Details { get { @@ -2185,7 +2230,7 @@ public static string Details { } /// - /// Looks up a localized string similar to Detecting network.... + /// Sucht eine lokalisierte Zeichenfolge, die Detecting network... ähnelt. /// public static string DetectingNetworkDots { get { @@ -2194,7 +2239,7 @@ public static string DetectingNetworkDots { } /// - /// Looks up a localized string similar to Detect local ip address and subnetmask. + /// Sucht eine lokalisierte Zeichenfolge, die Detect local ip address and subnetmask ähnelt. /// public static string DetectLocalIPAddressAndSubnetmask { get { @@ -2203,7 +2248,7 @@ public static string DetectLocalIPAddressAndSubnetmask { } /// - /// Looks up a localized string similar to Developed and maintained by {0} with the help of the. + /// Sucht eine lokalisierte Zeichenfolge, die Developed and maintained by {0} with the help of the ähnelt. /// public static string DevelopedAndMaintainedByX { get { @@ -2212,7 +2257,7 @@ public static string DevelopedAndMaintainedByX { } /// - /// Looks up a localized string similar to Device. + /// Sucht eine lokalisierte Zeichenfolge, die Device ähnelt. /// public static string Device { get { @@ -2221,7 +2266,7 @@ public static string Device { } /// - /// Looks up a localized string similar to Device description. + /// Sucht eine lokalisierte Zeichenfolge, die Device description ähnelt. /// public static string DeviceDescription { get { @@ -2230,7 +2275,7 @@ public static string DeviceDescription { } /// - /// Looks up a localized string similar to DHCP enabled. + /// Sucht eine lokalisierte Zeichenfolge, die DHCP enabled ähnelt. /// public static string DHCPEnabled { get { @@ -2239,7 +2284,7 @@ public static string DHCPEnabled { } /// - /// Looks up a localized string similar to DHCP lease expires. + /// Sucht eine lokalisierte Zeichenfolge, die DHCP lease expires ähnelt. /// public static string DHCPLeaseExpires { get { @@ -2248,7 +2293,7 @@ public static string DHCPLeaseExpires { } /// - /// Looks up a localized string similar to DHCP lease obtained. + /// Sucht eine lokalisierte Zeichenfolge, die DHCP lease obtained ähnelt. /// public static string DHCPLeaseObtained { get { @@ -2257,7 +2302,7 @@ public static string DHCPLeaseObtained { } /// - /// Looks up a localized string similar to DHCP server. + /// Sucht eine lokalisierte Zeichenfolge, die DHCP server ähnelt. /// public static string DHCPServer { get { @@ -2266,7 +2311,7 @@ public static string DHCPServer { } /// - /// Looks up a localized string similar to Disable encryption.... + /// Sucht eine lokalisierte Zeichenfolge, die Disable encryption... ähnelt. /// public static string DisableEncryptionDots { get { @@ -2275,7 +2320,7 @@ public static string DisableEncryptionDots { } /// - /// Looks up a localized string similar to Disclaimer. + /// Sucht eine lokalisierte Zeichenfolge, die Disclaimer ähnelt. /// public static string Disclaimer { get { @@ -2284,7 +2329,7 @@ public static string Disclaimer { } /// - /// Looks up a localized string similar to Disconnect. + /// Sucht eine lokalisierte Zeichenfolge, die Disconnect ähnelt. /// public static string Disconnect { get { @@ -2293,7 +2338,7 @@ public static string Disconnect { } /// - /// Looks up a localized string similar to Disconnected. + /// Sucht eine lokalisierte Zeichenfolge, die Disconnected ähnelt. /// public static string Disconnected { get { @@ -2302,7 +2347,7 @@ public static string Disconnected { } /// - /// Looks up a localized string similar to Discovery Protocol. + /// Sucht eine lokalisierte Zeichenfolge, die Discovery Protocol ähnelt. /// public static string DiscoveryProtocol { get { @@ -2311,7 +2356,7 @@ public static string DiscoveryProtocol { } /// - /// Looks up a localized string similar to CDP. + /// Sucht eine lokalisierte Zeichenfolge, die CDP ähnelt. /// public static string DiscoveryProtocolIdentifier_CDP { get { @@ -2320,7 +2365,7 @@ public static string DiscoveryProtocolIdentifier_CDP { } /// - /// Looks up a localized string similar to LLDP. + /// Sucht eine lokalisierte Zeichenfolge, die LLDP ähnelt. /// public static string DiscoveryProtocolIdentifier_LLDP { get { @@ -2329,7 +2374,7 @@ public static string DiscoveryProtocolIdentifier_LLDP { } /// - /// Looks up a localized string similar to LLDP / CDP. + /// Sucht eine lokalisierte Zeichenfolge, die LLDP / CDP ähnelt. /// public static string DiscoveryProtocolIdentifier_LLDP_CDP { get { @@ -2338,7 +2383,7 @@ public static string DiscoveryProtocolIdentifier_LLDP_CDP { } /// - /// Looks up a localized string similar to Display. + /// Sucht eine lokalisierte Zeichenfolge, die Display ähnelt. /// public static string Display { get { @@ -2347,7 +2392,7 @@ public static string Display { } /// - /// Looks up a localized string similar to DNS. + /// Sucht eine lokalisierte Zeichenfolge, die DNS ähnelt. /// public static string DNS { get { @@ -2356,7 +2401,7 @@ public static string DNS { } /// - /// Looks up a localized string similar to DNS autconfiguration. + /// Sucht eine lokalisierte Zeichenfolge, die DNS autconfiguration ähnelt. /// public static string DNSAutoconfiguration { get { @@ -2365,7 +2410,7 @@ public static string DNSAutoconfiguration { } /// - /// Looks up a localized string similar to DNS Lookup. + /// Sucht eine lokalisierte Zeichenfolge, die DNS Lookup ähnelt. /// public static string DNSLookup { get { @@ -2374,7 +2419,7 @@ public static string DNSLookup { } /// - /// Looks up a localized string similar to DNS Lookup.... + /// Sucht eine lokalisierte Zeichenfolge, die DNS Lookup... ähnelt. /// public static string DNSLookupDots { get { @@ -2383,7 +2428,7 @@ public static string DNSLookupDots { } /// - /// Looks up a localized string similar to DNS server. + /// Sucht eine lokalisierte Zeichenfolge, die DNS server ähnelt. /// public static string DNSServer { get { @@ -2392,7 +2437,7 @@ public static string DNSServer { } /// - /// Looks up a localized string similar to DNS server(s). + /// Sucht eine lokalisierte Zeichenfolge, die DNS server(s) ähnelt. /// public static string DNSServers { get { @@ -2401,7 +2446,7 @@ public static string DNSServers { } /// - /// Looks up a localized string similar to A DNS server with this name already exists!. + /// Sucht eine lokalisierte Zeichenfolge, die A DNS server with this name already exists! ähnelt. /// public static string DNSServerWithThisNameAlreadyExists { get { @@ -2410,7 +2455,7 @@ public static string DNSServerWithThisNameAlreadyExists { } /// - /// Looks up a localized string similar to DNS suffix. + /// Sucht eine lokalisierte Zeichenfolge, die DNS suffix ähnelt. /// public static string DNSSuffix { get { @@ -2419,7 +2464,7 @@ public static string DNSSuffix { } /// - /// Looks up a localized string similar to Domain. + /// Sucht eine lokalisierte Zeichenfolge, die Domain ähnelt. /// public static string Domain { get { @@ -2428,7 +2473,7 @@ public static string Domain { } /// - /// Looks up a localized string similar to Domain name. + /// Sucht eine lokalisierte Zeichenfolge, die Domain name ähnelt. /// public static string DomainName { get { @@ -2437,7 +2482,7 @@ public static string DomainName { } /// - /// Looks up a localized string similar to Don't fragment. + /// Sucht eine lokalisierte Zeichenfolge, die Don't fragment ähnelt. /// public static string DontFragment { get { @@ -2446,7 +2491,7 @@ public static string DontFragment { } /// - /// Looks up a localized string similar to Download. + /// Sucht eine lokalisierte Zeichenfolge, die Download ähnelt. /// public static string Download { get { @@ -2455,7 +2500,7 @@ public static string Download { } /// - /// Looks up a localized string similar to Download Microsoft Edge WebView2 Runtime. + /// Sucht eine lokalisierte Zeichenfolge, die Download Microsoft Edge WebView2 Runtime ähnelt. /// public static string DownloadMicrosoftEdgeWebView2Runtime { get { @@ -2464,7 +2509,7 @@ public static string DownloadMicrosoftEdgeWebView2Runtime { } /// - /// Looks up a localized string similar to Duration. + /// Sucht eine lokalisierte Zeichenfolge, die Duration ähnelt. /// public static string Duration { get { @@ -2473,7 +2518,7 @@ public static string Duration { } /// - /// Looks up a localized string similar to Duration (s). + /// Sucht eine lokalisierte Zeichenfolge, die Duration (s) ähnelt. /// public static string DurationS { get { @@ -2482,7 +2527,7 @@ public static string DurationS { } /// - /// Looks up a localized string similar to Dynamic IPv4 address. + /// Sucht eine lokalisierte Zeichenfolge, die Dynamic IPv4 address ähnelt. /// public static string DynamicIPv4Address { get { @@ -2491,7 +2536,7 @@ public static string DynamicIPv4Address { } /// - /// Looks up a localized string similar to Dynamic IPv4 DNS server. + /// Sucht eine lokalisierte Zeichenfolge, die Dynamic IPv4 DNS server ähnelt. /// public static string DynamicIPv4DNSServer { get { @@ -2500,7 +2545,7 @@ public static string DynamicIPv4DNSServer { } /// - /// Looks up a localized string similar to Edit credentials. + /// Sucht eine lokalisierte Zeichenfolge, die Edit credentials ähnelt. /// public static string EditCredentials { get { @@ -2509,7 +2554,7 @@ public static string EditCredentials { } /// - /// Looks up a localized string similar to Edit custom command. + /// Sucht eine lokalisierte Zeichenfolge, die Edit custom command ähnelt. /// public static string EditCustomCommand { get { @@ -2518,7 +2563,7 @@ public static string EditCustomCommand { } /// - /// Looks up a localized string similar to Edit DNS server. + /// Sucht eine lokalisierte Zeichenfolge, die Edit DNS server ähnelt. /// public static string EditDNSServer { get { @@ -2527,7 +2572,7 @@ public static string EditDNSServer { } /// - /// Looks up a localized string similar to Edit.... + /// Sucht eine lokalisierte Zeichenfolge, die Edit... ähnelt. /// public static string EditDots { get { @@ -2536,7 +2581,7 @@ public static string EditDots { } /// - /// Looks up a localized string similar to Edit group. + /// Sucht eine lokalisierte Zeichenfolge, die Edit group ähnelt. /// public static string EditGroup { get { @@ -2545,7 +2590,7 @@ public static string EditGroup { } /// - /// Looks up a localized string similar to Edit group.... + /// Sucht eine lokalisierte Zeichenfolge, die Edit group... ähnelt. /// public static string EditGroupDots { get { @@ -2554,7 +2599,7 @@ public static string EditGroupDots { } /// - /// Looks up a localized string similar to Edit port profile. + /// Sucht eine lokalisierte Zeichenfolge, die Edit port profile ähnelt. /// public static string EditPortProfile { get { @@ -2563,7 +2608,7 @@ public static string EditPortProfile { } /// - /// Looks up a localized string similar to Edit profile. + /// Sucht eine lokalisierte Zeichenfolge, die Edit profile ähnelt. /// public static string EditProfile { get { @@ -2572,7 +2617,7 @@ public static string EditProfile { } /// - /// Looks up a localized string similar to Edit profile file. + /// Sucht eine lokalisierte Zeichenfolge, die Edit profile file ähnelt. /// public static string EditProfileFile { get { @@ -2581,7 +2626,7 @@ public static string EditProfileFile { } /// - /// Looks up a localized string similar to Emerald. + /// Sucht eine lokalisierte Zeichenfolge, die Emerald ähnelt. /// public static string Emerald { get { @@ -2590,7 +2635,7 @@ public static string Emerald { } /// - /// Looks up a localized string similar to Enable. + /// Sucht eine lokalisierte Zeichenfolge, die Enable ähnelt. /// public static string Enable { get { @@ -2599,7 +2644,7 @@ public static string Enable { } /// - /// Looks up a localized string similar to Enable Credential Security Support Provider. + /// Sucht eine lokalisierte Zeichenfolge, die Enable Credential Security Support Provider ähnelt. /// public static string EnableCredentialSecuritySupportProvider { get { @@ -2608,7 +2653,7 @@ public static string EnableCredentialSecuritySupportProvider { } /// - /// Looks up a localized string similar to Enable encryption.... + /// Sucht eine lokalisierte Zeichenfolge, die Enable encryption... ähnelt. /// public static string EnableEncryptionDots { get { @@ -2617,7 +2662,7 @@ public static string EnableEncryptionDots { } /// - /// Looks up a localized string similar to Enable log. + /// Sucht eine lokalisierte Zeichenfolge, die Enable log ähnelt. /// public static string EnableLog { get { @@ -2626,7 +2671,7 @@ public static string EnableLog { } /// - /// Looks up a localized string similar to Encryption. + /// Sucht eine lokalisierte Zeichenfolge, die Encryption ähnelt. /// public static string Encryption { get { @@ -2635,7 +2680,7 @@ public static string Encryption { } /// - /// Looks up a localized string similar to Encryption.... + /// Sucht eine lokalisierte Zeichenfolge, die Encryption... ähnelt. /// public static string EncryptionDots { get { @@ -2644,7 +2689,7 @@ public static string EncryptionDots { } /// - /// Looks up a localized string similar to Encryption error. + /// Sucht eine lokalisierte Zeichenfolge, die Encryption error ähnelt. /// public static string EncryptionError { get { @@ -2653,7 +2698,7 @@ public static string EncryptionError { } /// - /// Looks up a localized string similar to Could not encrpyt file. You may report this issue on GitHub.. + /// Sucht eine lokalisierte Zeichenfolge, die Could not encrpyt file. You may report this issue on GitHub. ähnelt. /// public static string EncryptionErrorMessage { get { @@ -2662,7 +2707,7 @@ public static string EncryptionErrorMessage { } /// - /// Looks up a localized string similar to End time. + /// Sucht eine lokalisierte Zeichenfolge, die End time ähnelt. /// public static string EndTime { get { @@ -2671,7 +2716,7 @@ public static string EndTime { } /// - /// Looks up a localized string similar to Enter a subnet to calculate it.... + /// Sucht eine lokalisierte Zeichenfolge, die Enter a subnet to calculate it... ähnelt. /// public static string EnterASubnetToCalculateIt { get { @@ -2680,7 +2725,7 @@ public static string EnterASubnetToCalculateIt { } /// - /// Looks up a localized string similar to Enter location.... + /// Sucht eine lokalisierte Zeichenfolge, die Enter location... ähnelt. /// public static string EnterLocationDots { get { @@ -2689,7 +2734,7 @@ public static string EnterLocationDots { } /// - /// Looks up a localized string similar to Enter one or more valid IP addresses!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter one or more valid IP addresses! ähnelt. /// public static string EnterOneOrMoreValidIPAddresses { get { @@ -2698,7 +2743,7 @@ public static string EnterOneOrMoreValidIPAddresses { } /// - /// Looks up a localized string similar to Enter subnet and a new subnet mask to create subnets.... + /// Sucht eine lokalisierte Zeichenfolge, die Enter subnet and a new subnet mask to create subnets... ähnelt. /// public static string EnterSubnetAndANewSubnetmaskToCreateSubnets { get { @@ -2707,7 +2752,7 @@ public static string EnterSubnetAndANewSubnetmaskToCreateSubnets { } /// - /// Looks up a localized string similar to Enter subnets to create a wide subnet.... + /// Sucht eine lokalisierte Zeichenfolge, die Enter subnets to create a wide subnet... ähnelt. /// public static string EnterSubnetsToCreateAWideSubnet { get { @@ -2716,7 +2761,7 @@ public static string EnterSubnetsToCreateAWideSubnet { } /// - /// Looks up a localized string similar to Enter a valid baud!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid baud! ähnelt. /// public static string EnterValidBaud { get { @@ -2725,7 +2770,7 @@ public static string EnterValidBaud { } /// - /// Looks up a localized string similar to Enter a valid domain (like "example.com")!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid domain (like "example.com")! ähnelt. /// public static string EnterValidDomain { get { @@ -2734,7 +2779,7 @@ public static string EnterValidDomain { } /// - /// Looks up a localized string similar to Enter a valid file name!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid file name! ähnelt. /// public static string EnterValidFileName { get { @@ -2743,7 +2788,7 @@ public static string EnterValidFileName { } /// - /// Looks up a localized string similar to Enter a valid file path!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid file path! ähnelt. /// public static string EnterValidFilePath { get { @@ -2752,7 +2797,7 @@ public static string EnterValidFilePath { } /// - /// Looks up a localized string similar to Enter a valid hostname!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid hostname! ähnelt. /// public static string EnterValidHostname { get { @@ -2761,7 +2806,7 @@ public static string EnterValidHostname { } /// - /// Looks up a localized string similar to Enter a valid hostname and port!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid hostname and port! ähnelt. /// public static string EnterValidHostnameAndPort { get { @@ -2770,7 +2815,7 @@ public static string EnterValidHostnameAndPort { } /// - /// Looks up a localized string similar to Enter valid hosts (multiple hosts can not end with ";")!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter valid hosts (multiple hosts can not end with ";")! ähnelt. /// public static string EnterValidHosts { get { @@ -2779,7 +2824,7 @@ public static string EnterValidHosts { } /// - /// Looks up a localized string similar to Enter a valid IP address!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid IP address! ähnelt. /// public static string EnterValidIPAddress { get { @@ -2788,7 +2833,7 @@ public static string EnterValidIPAddress { } /// - /// Looks up a localized string similar to Enter a valid ip range!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid ip range! ähnelt. /// public static string EnterValidIPScanRange { get { @@ -2797,7 +2842,7 @@ public static string EnterValidIPScanRange { } /// - /// Looks up a localized string similar to Enter a valid IPv4 address!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid IPv4 address! ähnelt. /// public static string EnterValidIPv4Address { get { @@ -2806,7 +2851,7 @@ public static string EnterValidIPv4Address { } /// - /// Looks up a localized string similar to Enter a valid IPv6 address!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid IPv6 address! ähnelt. /// public static string EnterValidIPv6Address { get { @@ -2815,7 +2860,7 @@ public static string EnterValidIPv6Address { } /// - /// Looks up a localized string similar to Enter a valid MAC address (like 00:F1:23:AB:F2:35)!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid MAC address (like 00:F1:23:AB:F2:35)! ähnelt. /// public static string EnterValidMACAddress { get { @@ -2824,7 +2869,7 @@ public static string EnterValidMACAddress { } /// - /// Looks up a localized string similar to Enter a valid number!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid number! ähnelt. /// public static string EnterValidNumber { get { @@ -2833,7 +2878,7 @@ public static string EnterValidNumber { } /// - /// Looks up a localized string similar to Enter a valid OID!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid OID! ähnelt. /// public static string EnterValidOID { get { @@ -2842,7 +2887,7 @@ public static string EnterValidOID { } /// - /// Looks up a localized string similar to Enter a valid port (1 - 65535)!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid port (1 - 65535)! ähnelt. /// public static string EnterValidPort { get { @@ -2851,7 +2896,7 @@ public static string EnterValidPort { } /// - /// Looks up a localized string similar to Enter a valid port and/or port range (1 - 65535)!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid port and/or port range (1 - 65535)! ähnelt. /// public static string EnterValidPortOrPortRange { get { @@ -2860,7 +2905,7 @@ public static string EnterValidPortOrPortRange { } /// - /// Looks up a localized string similar to Enter a valid subnet (like 192.168.178.133/26)!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid subnet (like 192.168.178.133/26)! ähnelt. /// public static string EnterValidSubnet { get { @@ -2869,7 +2914,7 @@ public static string EnterValidSubnet { } /// - /// Looks up a localized string similar to Enter a valid subnetmask (like 255.255.255.0)!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid subnetmask (like 255.255.255.0)! ähnelt. /// public static string EnterValidSubnetmask { get { @@ -2878,7 +2923,7 @@ public static string EnterValidSubnetmask { } /// - /// Looks up a localized string similar to Enter a valid subnetmask or CIDR (like 255.255.255.0 or /24)!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid subnetmask or CIDR (like 255.255.255.0 or /24)! ähnelt. /// public static string EnterValidSubnetmaskOrCIDR { get { @@ -2887,7 +2932,7 @@ public static string EnterValidSubnetmaskOrCIDR { } /// - /// Looks up a localized string similar to Enter a valid value between 25 and 100!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid value between 25 and 100! ähnelt. /// public static string EnterValidValueBetween25and100 { get { @@ -2896,7 +2941,7 @@ public static string EnterValidValueBetween25and100 { } /// - /// Looks up a localized string similar to Enter a valid website (like https://example.com/index.html). + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid website (like https://example.com/index.html) ähnelt. /// public static string EnterValidWebsiteUri { get { @@ -2905,7 +2950,7 @@ public static string EnterValidWebsiteUri { } /// - /// Looks up a localized string similar to Error. + /// Sucht eine lokalisierte Zeichenfolge, die Error ähnelt. /// public static string Error { get { @@ -2914,7 +2959,7 @@ public static string Error { } /// - /// Looks up a localized string similar to Couldn't connect to 'api.github.com', check your network connection!. + /// Sucht eine lokalisierte Zeichenfolge, die Couldn't connect to 'api.github.com', check your network connection! ähnelt. /// public static string ErrorCheckingApiGithubComVerifyYourNetworkConnection { get { @@ -2923,7 +2968,7 @@ public static string ErrorCheckingApiGithubComVerifyYourNetworkConnection { } /// - /// Looks up a localized string similar to Error in response!. + /// Sucht eine lokalisierte Zeichenfolge, die Error in response! ähnelt. /// public static string ErrorInResponse { get { @@ -2932,7 +2977,7 @@ public static string ErrorInResponse { } /// - /// Looks up a localized string similar to Error in response! Check if you have write permissions.. + /// Sucht eine lokalisierte Zeichenfolge, die Error in response! Check if you have write permissions. ähnelt. /// public static string ErrorInResponseCheckIfYouHaveWritePermissions { get { @@ -2941,7 +2986,16 @@ public static string ErrorInResponseCheckIfYouHaveWritePermissions { } /// - /// Looks up a localized string similar to Everything. + /// Sucht eine lokalisierte Zeichenfolge, die The name is already used! ähnelt. + /// + public static string ErrorMessage_NameIsAlreadyUsed { + get { + return ResourceManager.GetString("ErrorMessage_NameIsAlreadyUsed", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Everything ähnelt. /// public static string Everything { get { @@ -2950,7 +3004,7 @@ public static string Everything { } /// - /// Looks up a localized string similar to Customer 1. + /// Sucht eine lokalisierte Zeichenfolge, die Customer 1 ähnelt. /// public static string ExampleProfileFileName { get { @@ -2959,7 +3013,7 @@ public static string ExampleProfileFileName { } /// - /// Looks up a localized string similar to Execution Policy. + /// Sucht eine lokalisierte Zeichenfolge, die Execution Policy ähnelt. /// public static string ExecutionPolicy { get { @@ -2968,7 +3022,7 @@ public static string ExecutionPolicy { } /// - /// Looks up a localized string similar to Expand. + /// Sucht eine lokalisierte Zeichenfolge, die Expand ähnelt. /// public static string Expand { get { @@ -2977,7 +3031,7 @@ public static string Expand { } /// - /// Looks up a localized string similar to Experience. + /// Sucht eine lokalisierte Zeichenfolge, die Experience ähnelt. /// public static string Experience { get { @@ -2986,7 +3040,7 @@ public static string Experience { } /// - /// Looks up a localized string similar to Export. + /// Sucht eine lokalisierte Zeichenfolge, die Export ähnelt. /// public static string Export { get { @@ -2995,7 +3049,7 @@ public static string Export { } /// - /// Looks up a localized string similar to Export all. + /// Sucht eine lokalisierte Zeichenfolge, die Export all ähnelt. /// public static string ExportAll { get { @@ -3004,7 +3058,7 @@ public static string ExportAll { } /// - /// Looks up a localized string similar to Export.... + /// Sucht eine lokalisierte Zeichenfolge, die Export... ähnelt. /// public static string ExportDots { get { @@ -3013,7 +3067,7 @@ public static string ExportDots { } /// - /// Looks up a localized string similar to Export selected. + /// Sucht eine lokalisierte Zeichenfolge, die Export selected ähnelt. /// public static string ExportSelected { get { @@ -3022,7 +3076,7 @@ public static string ExportSelected { } /// - /// Looks up a localized string similar to A Simple Public IP Address API. + /// Sucht eine lokalisierte Zeichenfolge, die A Simple Public IP Address API ähnelt. /// public static string ExternalService_ipify_Description { get { @@ -3031,7 +3085,7 @@ public static string ExternalService_ipify_Description { } /// - /// Looks up a localized string similar to External services. + /// Sucht eine lokalisierte Zeichenfolge, die External services ähnelt. /// public static string ExternalServices { get { @@ -3040,7 +3094,7 @@ public static string ExternalServices { } /// - /// Looks up a localized string similar to Field cannot be empty!. + /// Sucht eine lokalisierte Zeichenfolge, die Field cannot be empty! ähnelt. /// public static string FieldCannotBeEmpty { get { @@ -3049,7 +3103,7 @@ public static string FieldCannotBeEmpty { } /// - /// Looks up a localized string similar to File. + /// Sucht eine lokalisierte Zeichenfolge, die File ähnelt. /// public static string File { get { @@ -3058,7 +3112,7 @@ public static string File { } /// - /// Looks up a localized string similar to File does not exists!. + /// Sucht eine lokalisierte Zeichenfolge, die File does not exists! ähnelt. /// public static string FileDoesNotExist { get { @@ -3067,7 +3121,7 @@ public static string FileDoesNotExist { } /// - /// Looks up a localized string similar to File exported to "{0}"!. + /// Sucht eine lokalisierte Zeichenfolge, die File exported to "{0}"! ähnelt. /// public static string FileExportedToXX { get { @@ -3076,7 +3130,7 @@ public static string FileExportedToXX { } /// - /// Looks up a localized string similar to File path. + /// Sucht eine lokalisierte Zeichenfolge, die File path ähnelt. /// public static string FilePath { get { @@ -3085,7 +3139,7 @@ public static string FilePath { } /// - /// Looks up a localized string similar to Filter. + /// Sucht eine lokalisierte Zeichenfolge, die Filter ähnelt. /// public static string Filter { get { @@ -3094,7 +3148,7 @@ public static string Filter { } /// - /// Looks up a localized string similar to Filter.... + /// Sucht eine lokalisierte Zeichenfolge, die Filter... ähnelt. /// public static string FilterDots { get { @@ -3103,9 +3157,9 @@ public static string FilterDots { } /// - /// Looks up a localized string similar to Thanks for using NETworkManager! + /// Sucht eine lokalisierte Zeichenfolge, die Thanks for using NETworkManager! /// - ///To provide additional features the application uses services on the Internet that are not operated by me. No data will be sent to me at any time.. + ///To provide additional features the application uses services on the Internet that are not operated by me. No data will be sent to me at any time. ähnelt. /// public static string FirstRunMessage { get { @@ -3114,7 +3168,7 @@ public static string FirstRunMessage { } /// - /// Looks up a localized string similar to First usable IP address. + /// Sucht eine lokalisierte Zeichenfolge, die First usable IP address ähnelt. /// public static string FirstUsableIPAddress { get { @@ -3123,7 +3177,7 @@ public static string FirstUsableIPAddress { } /// - /// Looks up a localized string similar to Fixed screen size:. + /// Sucht eine lokalisierte Zeichenfolge, die Fixed screen size: ähnelt. /// public static string FixedScreenSize { get { @@ -3132,7 +3186,7 @@ public static string FixedScreenSize { } /// - /// Looks up a localized string similar to Flush DNS cache. + /// Sucht eine lokalisierte Zeichenfolge, die Flush DNS cache ähnelt. /// public static string FlushDNSCache { get { @@ -3141,7 +3195,7 @@ public static string FlushDNSCache { } /// - /// Looks up a localized string similar to Folder does not exists!. + /// Sucht eine lokalisierte Zeichenfolge, die Folder does not exists! ähnelt. /// public static string FolderDoesNotExist { get { @@ -3150,7 +3204,7 @@ public static string FolderDoesNotExist { } /// - /// Looks up a localized string similar to Font smoothing. + /// Sucht eine lokalisierte Zeichenfolge, die Font smoothing ähnelt. /// public static string FontSmoothing { get { @@ -3159,7 +3213,7 @@ public static string FontSmoothing { } /// - /// Looks up a localized string similar to Format. + /// Sucht eine lokalisierte Zeichenfolge, die Format ähnelt. /// public static string Format { get { @@ -3168,7 +3222,7 @@ public static string Format { } /// - /// Looks up a localized string similar to Found. + /// Sucht eine lokalisierte Zeichenfolge, die Found ähnelt. /// public static string Found { get { @@ -3177,7 +3231,7 @@ public static string Found { } /// - /// Looks up a localized string similar to Frequency. + /// Sucht eine lokalisierte Zeichenfolge, die Frequency ähnelt. /// public static string Frequency { get { @@ -3186,7 +3240,7 @@ public static string Frequency { } /// - /// Looks up a localized string similar to Fullscreen. + /// Sucht eine lokalisierte Zeichenfolge, die Fullscreen ähnelt. /// public static string Fullscreen { get { @@ -3195,7 +3249,7 @@ public static string Fullscreen { } /// - /// Looks up a localized string similar to Gateway. + /// Sucht eine lokalisierte Zeichenfolge, die Gateway ähnelt. /// public static string Gateway { get { @@ -3204,7 +3258,7 @@ public static string Gateway { } /// - /// Looks up a localized string similar to Gateway / Router. + /// Sucht eine lokalisierte Zeichenfolge, die Gateway / Router ähnelt. /// public static string GatewayRouter { get { @@ -3213,7 +3267,7 @@ public static string GatewayRouter { } /// - /// Looks up a localized string similar to General. + /// Sucht eine lokalisierte Zeichenfolge, die General ähnelt. /// public static string General { get { @@ -3222,7 +3276,7 @@ public static string General { } /// - /// Looks up a localized string similar to 2.4 GHz. + /// Sucht eine lokalisierte Zeichenfolge, die 2.4 GHz ähnelt. /// public static string GHz2dot4 { get { @@ -3231,7 +3285,7 @@ public static string GHz2dot4 { } /// - /// Looks up a localized string similar to 5 GHz. + /// Sucht eine lokalisierte Zeichenfolge, die 5 GHz ähnelt. /// public static string GHz5 { get { @@ -3240,7 +3294,7 @@ public static string GHz5 { } /// - /// Looks up a localized string similar to Got "{0}" as public ip address from "{1}"!. + /// Sucht eine lokalisierte Zeichenfolge, die Got "{0}" as public ip address from "{1}"! ähnelt. /// public static string GotXXXAsPublicIPAddressFromXXXMessage { get { @@ -3249,7 +3303,7 @@ public static string GotXXXAsPublicIPAddressFromXXXMessage { } /// - /// Looks up a localized string similar to Green. + /// Sucht eine lokalisierte Zeichenfolge, die Green ähnelt. /// public static string Green { get { @@ -3258,7 +3312,7 @@ public static string Green { } /// - /// Looks up a localized string similar to Group. + /// Sucht eine lokalisierte Zeichenfolge, die Group ähnelt. /// public static string Group { get { @@ -3267,7 +3321,16 @@ public static string Group { } /// - /// Looks up a localized string similar to Headers. + /// Sucht eine lokalisierte Zeichenfolge, die Groups ähnelt. + /// + public static string Groups { + get { + return ResourceManager.GetString("Groups", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Headers ähnelt. /// public static string Headers { get { @@ -3276,7 +3339,7 @@ public static string Headers { } /// - /// Looks up a localized string similar to Height. + /// Sucht eine lokalisierte Zeichenfolge, die Height ähnelt. /// public static string Height { get { @@ -3285,7 +3348,7 @@ public static string Height { } /// - /// Looks up a localized string similar to Help. + /// Sucht eine lokalisierte Zeichenfolge, die Help ähnelt. /// public static string Help { get { @@ -3294,11 +3357,11 @@ public static string Help { } /// - /// Looks up a localized string similar to The background job will save settings, profiles and credentials every x-minutes. + /// Sucht eine lokalisierte Zeichenfolge, die The background job will save settings, profiles and credentials every x-minutes. /// ///Value 0 will disable this feature. /// - ///Changing this value requires a restart of the application to take effect.. + ///Changing this value requires a restart of the application to take effect. ähnelt. /// public static string HelpMessage_BackgroundJob { get { @@ -3307,9 +3370,9 @@ public static string HelpMessage_BackgroundJob { } /// - /// Looks up a localized string similar to When starting the program, it checks in the background whether a new program version is available on GitHub. + /// Sucht eine lokalisierte Zeichenfolge, die When starting the program, it checks in the background whether a new program version is available on GitHub. /// - ///URL: https://api.github.com/. + ///URL: https://api.github.com/ ähnelt. /// public static string HelpMessage_CheckForUpdatesAtStartup { get { @@ -3318,9 +3381,9 @@ public static string HelpMessage_CheckForUpdatesAtStartup { } /// - /// Looks up a localized string similar to The public IP address is determined via ipify.org. + /// Sucht eine lokalisierte Zeichenfolge, die The public IP address is determined via ipify.org. /// - ///URL: https://api.ipify.org and https://api6.ipify.org. + ///URL: https://api.ipify.org and https://api6.ipify.org ähnelt. /// public static string HelpMessage_CheckPublicIPAddress { get { @@ -3329,7 +3392,7 @@ public static string HelpMessage_CheckPublicIPAddress { } /// - /// Looks up a localized string similar to Decrypt and load your credentials to select them.. + /// Sucht eine lokalisierte Zeichenfolge, die Decrypt and load your credentials to select them. ähnelt. /// public static string HelpMessage_Credentials { get { @@ -3338,10 +3401,10 @@ public static string HelpMessage_Credentials { } /// - /// Looks up a localized string similar to The following variables are available: + /// Sucht eine lokalisierte Zeichenfolge, die The following variables are available: /// ///$$ipaddress$$ --> IP adresse - ///$$hostname$$ --> Hostname. + ///$$hostname$$ --> Hostname ähnelt. /// public static string HelpMessage_CustomCommandVariables { get { @@ -3350,7 +3413,7 @@ public static string HelpMessage_CustomCommandVariables { } /// - /// Looks up a localized string similar to URL to a web service that can be reached via http or https and returns an IP address as response.. + /// Sucht eine lokalisierte Zeichenfolge, die URL to a web service that can be reached via http or https and returns an IP address as response. ähnelt. /// public static string HelpMessage_CustomPublicIPAddressAPI { get { @@ -3359,7 +3422,7 @@ public static string HelpMessage_CustomPublicIPAddressAPI { } /// - /// Looks up a localized string similar to Application that is displayed at startup.. + /// Sucht eine lokalisierte Zeichenfolge, die Application that is displayed at startup. ähnelt. /// public static string HelpMessage_ParameterApplication { get { @@ -3368,7 +3431,7 @@ public static string HelpMessage_ParameterApplication { } /// - /// Looks up a localized string similar to Displays this dialog.. + /// Sucht eine lokalisierte Zeichenfolge, die Displays this dialog. ähnelt. /// public static string HelpMessage_ParameterHelp { get { @@ -3377,7 +3440,7 @@ public static string HelpMessage_ParameterHelp { } /// - /// Looks up a localized string similar to Resets all application settings.. + /// Sucht eine lokalisierte Zeichenfolge, die Resets all application settings. ähnelt. /// public static string HelpMessage_ParameterResetSettings { get { @@ -3386,7 +3449,7 @@ public static string HelpMessage_ParameterResetSettings { } /// - /// Looks up a localized string similar to The password is not displayed when editing, but can be overwritten.. + /// Sucht eine lokalisierte Zeichenfolge, die The password is not displayed when editing, but can be overwritten. ähnelt. /// public static string HelpMessage_PasswordNotDisplayedCanBeOverwritten { get { @@ -3395,7 +3458,7 @@ public static string HelpMessage_PasswordNotDisplayedCanBeOverwritten { } /// - /// Looks up a localized string similar to Public accessible IPv4 address.. + /// Sucht eine lokalisierte Zeichenfolge, die Public accessible IPv4 address. ähnelt. /// public static string HelpMessage_PublicIPv4Address { get { @@ -3404,7 +3467,7 @@ public static string HelpMessage_PublicIPv4Address { } /// - /// Looks up a localized string similar to Public accessible IPv6 address.. + /// Sucht eine lokalisierte Zeichenfolge, die Public accessible IPv6 address. ähnelt. /// public static string HelpMessage_PublicIPv6Address { get { @@ -3413,10 +3476,10 @@ public static string HelpMessage_PublicIPv6Address { } /// - /// Looks up a localized string similar to [0] If server authentication fails, connect to the computer without warning. + /// Sucht eine lokalisierte Zeichenfolge, die [0] If server authentication fails, connect to the computer without warning. ///[1] If server authentication fails, do not establish a connection. ///[2] If server authentication fails, show a warning and allow me to connect or refuse the connection. - ///[3] No authentication requirement is specified.. + ///[3] No authentication requirement is specified. ähnelt. /// public static string HelpMessage_RDPAuthenticationLevel { get { @@ -3425,7 +3488,7 @@ public static string HelpMessage_RDPAuthenticationLevel { } /// - /// Looks up a localized string similar to Tags help you organize profiles/Profiles by topics/projects. Multiple tags can be used with ";" be separated. Search by tags with "tag=xxx".. + /// Sucht eine lokalisierte Zeichenfolge, die Tags help you organize profiles/Profiles by topics/projects. Multiple tags can be used with ";" be separated. Search by tags with "tag=xxx". ähnelt. /// public static string HelpMessage_Tags { get { @@ -3434,7 +3497,7 @@ public static string HelpMessage_Tags { } /// - /// Looks up a localized string similar to Hidden applications. + /// Sucht eine lokalisierte Zeichenfolge, die Hidden applications ähnelt. /// public static string HiddenApplications { get { @@ -3443,7 +3506,7 @@ public static string HiddenApplications { } /// - /// Looks up a localized string similar to Hidden Network. + /// Sucht eine lokalisierte Zeichenfolge, die Hidden Network ähnelt. /// public static string HiddenNetwork { get { @@ -3452,7 +3515,7 @@ public static string HiddenNetwork { } /// - /// Looks up a localized string similar to Hide. + /// Sucht eine lokalisierte Zeichenfolge, die Hide ähnelt. /// public static string Hide { get { @@ -3461,7 +3524,7 @@ public static string Hide { } /// - /// Looks up a localized string similar to Highlight timeouts. + /// Sucht eine lokalisierte Zeichenfolge, die Highlight timeouts ähnelt. /// public static string HighlightTimeouts { get { @@ -3470,7 +3533,7 @@ public static string HighlightTimeouts { } /// - /// Looks up a localized string similar to History. + /// Sucht eine lokalisierte Zeichenfolge, die History ähnelt. /// public static string History { get { @@ -3479,7 +3542,7 @@ public static string History { } /// - /// Looks up a localized string similar to Hop. + /// Sucht eine lokalisierte Zeichenfolge, die Hop ähnelt. /// public static string Hop { get { @@ -3488,7 +3551,7 @@ public static string Hop { } /// - /// Looks up a localized string similar to Hops. + /// Sucht eine lokalisierte Zeichenfolge, die Hops ähnelt. /// public static string Hops { get { @@ -3497,7 +3560,7 @@ public static string Hops { } /// - /// Looks up a localized string similar to Host. + /// Sucht eine lokalisierte Zeichenfolge, die Host ähnelt. /// public static string Host { get { @@ -3506,7 +3569,7 @@ public static string Host { } /// - /// Looks up a localized string similar to Hostname. + /// Sucht eine lokalisierte Zeichenfolge, die Hostname ähnelt. /// public static string Hostname { get { @@ -3515,7 +3578,7 @@ public static string Hostname { } /// - /// Looks up a localized string similar to Hostname or IP address. + /// Sucht eine lokalisierte Zeichenfolge, die Hostname or IP address ähnelt. /// public static string HostnameOrIPAddress { get { @@ -3524,7 +3587,7 @@ public static string HostnameOrIPAddress { } /// - /// Looks up a localized string similar to Hosts. + /// Sucht eine lokalisierte Zeichenfolge, die Hosts ähnelt. /// public static string Hosts { get { @@ -3533,7 +3596,7 @@ public static string Hosts { } /// - /// Looks up a localized string similar to Host threads. + /// Sucht eine lokalisierte Zeichenfolge, die Host threads ähnelt. /// public static string HostThreads { get { @@ -3542,7 +3605,7 @@ public static string HostThreads { } /// - /// Looks up a localized string similar to HotKeys. + /// Sucht eine lokalisierte Zeichenfolge, die HotKeys ähnelt. /// public static string HotKeys { get { @@ -3551,7 +3614,7 @@ public static string HotKeys { } /// - /// Looks up a localized string similar to HTTP Headers. + /// Sucht eine lokalisierte Zeichenfolge, die HTTP Headers ähnelt. /// public static string HTTPHeaders { get { @@ -3560,7 +3623,7 @@ public static string HTTPHeaders { } /// - /// Looks up a localized string similar to ICMPv4. + /// Sucht eine lokalisierte Zeichenfolge, die ICMPv4 ähnelt. /// public static string ICMPv4 { get { @@ -3569,7 +3632,7 @@ public static string ICMPv4 { } /// - /// Looks up a localized string similar to ICMPv6. + /// Sucht eine lokalisierte Zeichenfolge, die ICMPv6 ähnelt. /// public static string ICMPv6 { get { @@ -3578,7 +3641,7 @@ public static string ICMPv6 { } /// - /// Looks up a localized string similar to ID. + /// Sucht eine lokalisierte Zeichenfolge, die ID ähnelt. /// public static string ID { get { @@ -3587,7 +3650,7 @@ public static string ID { } /// - /// Looks up a localized string similar to Import. + /// Sucht eine lokalisierte Zeichenfolge, die Import ähnelt. /// public static string Import { get { @@ -3596,7 +3659,7 @@ public static string Import { } /// - /// Looks up a localized string similar to Import / Export. + /// Sucht eine lokalisierte Zeichenfolge, die Import / Export ähnelt. /// public static string ImportExport { get { @@ -3605,7 +3668,7 @@ public static string ImportExport { } /// - /// Looks up a localized string similar to Indigo. + /// Sucht eine lokalisierte Zeichenfolge, die Indigo ähnelt. /// public static string Indigo { get { @@ -3614,7 +3677,7 @@ public static string Indigo { } /// - /// Looks up a localized string similar to Information. + /// Sucht eine lokalisierte Zeichenfolge, die Information ähnelt. /// public static string Information { get { @@ -3623,7 +3686,7 @@ public static string Information { } /// - /// Looks up a localized string similar to Infrastructure. + /// Sucht eine lokalisierte Zeichenfolge, die Infrastructure ähnelt. /// public static string Infrastructure { get { @@ -3632,16 +3695,16 @@ public static string Infrastructure { } /// - /// Looks up a localized string similar to Inherit host from default. + /// Sucht eine lokalisierte Zeichenfolge, die Inherit host from general ähnelt. /// - public static string InheritHostFromDefault { + public static string InheritHostFromGeneral { get { - return ResourceManager.GetString("InheritHostFromDefault", resourceCulture); + return ResourceManager.GetString("InheritHostFromGeneral", resourceCulture); } } /// - /// Looks up a localized string similar to Interface. + /// Sucht eine lokalisierte Zeichenfolge, die Interface ähnelt. /// public static string Interface { get { @@ -3650,7 +3713,7 @@ public static string Interface { } /// - /// Looks up a localized string similar to Internet. + /// Sucht eine lokalisierte Zeichenfolge, die Internet ähnelt. /// public static string Internet { get { @@ -3659,7 +3722,7 @@ public static string Internet { } /// - /// Looks up a localized string similar to IP address. + /// Sucht eine lokalisierte Zeichenfolge, die IP address ähnelt. /// public static string IPAddress { get { @@ -3668,7 +3731,7 @@ public static string IPAddress { } /// - /// Looks up a localized string similar to IP addresses. + /// Sucht eine lokalisierte Zeichenfolge, die IP addresses ähnelt. /// public static string IPAddresses { get { @@ -3677,7 +3740,7 @@ public static string IPAddresses { } /// - /// Looks up a localized string similar to IP address to detect local ip address based on routing. + /// Sucht eine lokalisierte Zeichenfolge, die IP address to detect local ip address based on routing ähnelt. /// public static string IPAddressToDetectLocalIPAddressBasedOnRouting { get { @@ -3686,7 +3749,7 @@ public static string IPAddressToDetectLocalIPAddressBasedOnRouting { } /// - /// Looks up a localized string similar to IP range. + /// Sucht eine lokalisierte Zeichenfolge, die IP range ähnelt. /// public static string IPRange { get { @@ -3695,7 +3758,7 @@ public static string IPRange { } /// - /// Looks up a localized string similar to IP Scanner. + /// Sucht eine lokalisierte Zeichenfolge, die IP Scanner ähnelt. /// public static string IPScanner { get { @@ -3704,7 +3767,7 @@ public static string IPScanner { } /// - /// Looks up a localized string similar to Destination host unreachable.. + /// Sucht eine lokalisierte Zeichenfolge, die Destination host unreachable. ähnelt. /// public static string IPStatus_DestinationHostUnreachable { get { @@ -3713,7 +3776,7 @@ public static string IPStatus_DestinationHostUnreachable { } /// - /// Looks up a localized string similar to Destination network unreachable.. + /// Sucht eine lokalisierte Zeichenfolge, die Destination network unreachable. ähnelt. /// public static string IPStatus_DestinationNetworkUnreachable { get { @@ -3722,7 +3785,7 @@ public static string IPStatus_DestinationNetworkUnreachable { } /// - /// Looks up a localized string similar to Destination port unreachable.. + /// Sucht eine lokalisierte Zeichenfolge, die Destination port unreachable. ähnelt. /// public static string IPStatus_DestinationPortUnreachable { get { @@ -3731,7 +3794,7 @@ public static string IPStatus_DestinationPortUnreachable { } /// - /// Looks up a localized string similar to Success. + /// Sucht eine lokalisierte Zeichenfolge, die Success ähnelt. /// public static string IPStatus_Success { get { @@ -3740,7 +3803,7 @@ public static string IPStatus_Success { } /// - /// Looks up a localized string similar to Request timed out.. + /// Sucht eine lokalisierte Zeichenfolge, die Request timed out. ähnelt. /// public static string IPStatus_TimedOut { get { @@ -3749,7 +3812,7 @@ public static string IPStatus_TimedOut { } /// - /// Looks up a localized string similar to TTL expired in transit.. + /// Sucht eine lokalisierte Zeichenfolge, die TTL expired in transit. ähnelt. /// public static string IPStatus_TtlExpired { get { @@ -3758,7 +3821,7 @@ public static string IPStatus_TtlExpired { } /// - /// Looks up a localized string similar to IPv4. + /// Sucht eine lokalisierte Zeichenfolge, die IPv4 ähnelt. /// public static string IPv4 { get { @@ -3767,7 +3830,7 @@ public static string IPv4 { } /// - /// Looks up a localized string similar to IPv4 address. + /// Sucht eine lokalisierte Zeichenfolge, die IPv4 address ähnelt. /// public static string IPv4Address { get { @@ -3776,7 +3839,7 @@ public static string IPv4Address { } /// - /// Looks up a localized string similar to IPv4-Default-Gateway. + /// Sucht eine lokalisierte Zeichenfolge, die IPv4-Default-Gateway ähnelt. /// public static string IPv4DefaultGateway { get { @@ -3785,7 +3848,7 @@ public static string IPv4DefaultGateway { } /// - /// Looks up a localized string similar to IPv4 protocol available. + /// Sucht eine lokalisierte Zeichenfolge, die IPv4 protocol available ähnelt. /// public static string IPv4ProtocolAvailable { get { @@ -3794,7 +3857,7 @@ public static string IPv4ProtocolAvailable { } /// - /// Looks up a localized string similar to IPv6. + /// Sucht eine lokalisierte Zeichenfolge, die IPv6 ähnelt. /// public static string IPv6 { get { @@ -3803,7 +3866,7 @@ public static string IPv6 { } /// - /// Looks up a localized string similar to IPv6 address. + /// Sucht eine lokalisierte Zeichenfolge, die IPv6 address ähnelt. /// public static string IPv6Address { get { @@ -3812,7 +3875,7 @@ public static string IPv6Address { } /// - /// Looks up a localized string similar to Link-local IPv6 address. + /// Sucht eine lokalisierte Zeichenfolge, die Link-local IPv6 address ähnelt. /// public static string IPv6AddressLinkLocal { get { @@ -3821,7 +3884,7 @@ public static string IPv6AddressLinkLocal { } /// - /// Looks up a localized string similar to IPv6-Default-Gateway. + /// Sucht eine lokalisierte Zeichenfolge, die IPv6-Default-Gateway ähnelt. /// public static string IPv6DefaultGateway { get { @@ -3830,7 +3893,7 @@ public static string IPv6DefaultGateway { } /// - /// Looks up a localized string similar to IPv6 protocol available. + /// Sucht eine lokalisierte Zeichenfolge, die IPv6 protocol available ähnelt. /// public static string IPv6ProtocolAvailable { get { @@ -3839,7 +3902,7 @@ public static string IPv6ProtocolAvailable { } /// - /// Looks up a localized string similar to Is encrypted. + /// Sucht eine lokalisierte Zeichenfolge, die Is encrypted ähnelt. /// public static string IsEncrypted { get { @@ -3848,7 +3911,7 @@ public static string IsEncrypted { } /// - /// Looks up a localized string similar to Keyboard. + /// Sucht eine lokalisierte Zeichenfolge, die Keyboard ähnelt. /// public static string Keyboard { get { @@ -3857,7 +3920,7 @@ public static string Keyboard { } /// - /// Looks up a localized string similar to Keyboard shortcuts. + /// Sucht eine lokalisierte Zeichenfolge, die Keyboard shortcuts ähnelt. /// public static string KeyboardShortcuts { get { @@ -3866,7 +3929,7 @@ public static string KeyboardShortcuts { } /// - /// Looks up a localized string similar to Key must have 8 characters or more!. + /// Sucht eine lokalisierte Zeichenfolge, die Key must have 8 characters or more! ähnelt. /// public static string KeyMustHave8CharactersOrMore { get { @@ -3875,7 +3938,7 @@ public static string KeyMustHave8CharactersOrMore { } /// - /// Looks up a localized string similar to Language. + /// Sucht eine lokalisierte Zeichenfolge, die Language ähnelt. /// public static string Language { get { @@ -3884,7 +3947,7 @@ public static string Language { } /// - /// Looks up a localized string similar to Last scan at {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Last scan at {0} ähnelt. /// public static string LastScanAtX { get { @@ -3893,7 +3956,7 @@ public static string LastScanAtX { } /// - /// Looks up a localized string similar to Last usable IP address. + /// Sucht eine lokalisierte Zeichenfolge, die Last usable IP address ähnelt. /// public static string LastUsableIPAddress { get { @@ -3902,7 +3965,7 @@ public static string LastUsableIPAddress { } /// - /// Looks up a localized string similar to Libraries. + /// Sucht eine lokalisierte Zeichenfolge, die Libraries ähnelt. /// public static string Libraries { get { @@ -3911,7 +3974,7 @@ public static string Libraries { } /// - /// Looks up a localized string similar to AirspacePanel fixes all Airspace issues with WPF-hosted Winforms.. + /// Sucht eine lokalisierte Zeichenfolge, die AirspacePanel fixes all Airspace issues with WPF-hosted Winforms. ähnelt. /// public static string Library_AirspaceFixer_Description { get { @@ -3920,7 +3983,7 @@ public static string Library_AirspaceFixer_Description { } /// - /// Looks up a localized string similar to Shared Controlz for WPF and ... more. + /// Sucht eine lokalisierte Zeichenfolge, die Shared Controlz for WPF and ... more ähnelt. /// public static string Library_ControlzEx_Description { get { @@ -3929,7 +3992,7 @@ public static string Library_ControlzEx_Description { } /// - /// Looks up a localized string similar to C#/WinRT provides packaged WinRT projection support for the C# language.. + /// Sucht eine lokalisierte Zeichenfolge, die C#/WinRT provides packaged WinRT projection support for the C# language. ähnelt. /// public static string Library_CsWinRT_Description { get { @@ -3938,7 +4001,7 @@ public static string Library_CsWinRT_Description { } /// - /// Looks up a localized string similar to DnsClient.NET is a simple yet very powerful and high performant open source library for the .NET Framework to do DNS lookups. + /// Sucht eine lokalisierte Zeichenfolge, die DnsClient.NET is a simple yet very powerful and high performant open source library for the .NET Framework to do DNS lookups ähnelt. /// public static string Library_DnsClientNET_Description { get { @@ -3947,7 +4010,7 @@ public static string Library_DnsClientNET_Description { } /// - /// Looks up a localized string similar to Dragable and tearable tab control for WPF. + /// Sucht eine lokalisierte Zeichenfolge, die Dragable and tearable tab control for WPF ähnelt. /// public static string Library_Dragablz_Description { get { @@ -3956,7 +4019,7 @@ public static string Library_Dragablz_Description { } /// - /// Looks up a localized string similar to C# library take care of complex network, IP, IPv4, IPv6, netmask, CIDR, subnet, subnetting, supernet, and supernetting calculation for .NET developers.. + /// Sucht eine lokalisierte Zeichenfolge, die C# library take care of complex network, IP, IPv4, IPv6, netmask, CIDR, subnet, subnetting, supernet, and supernetting calculation for .NET developers. ähnelt. /// public static string Library_IPNetwork_Description { get { @@ -3965,7 +4028,7 @@ public static string Library_IPNetwork_Description { } /// - /// Looks up a localized string similar to Simple, flexible, interactive & powerful charts, maps and gauges for .Net. + /// Sucht eine lokalisierte Zeichenfolge, die Simple, flexible, interactive & powerful charts, maps and gauges for .Net ähnelt. /// public static string Library_LiveCharts_Description { get { @@ -3974,7 +4037,7 @@ public static string Library_LiveCharts_Description { } /// - /// Looks up a localized string similar to A collection of loading indicators for WPF. + /// Sucht eine lokalisierte Zeichenfolge, die A collection of loading indicators for WPF ähnelt. /// public static string Library_LoadingIndicatorsWPF_Description { get { @@ -3983,7 +4046,7 @@ public static string Library_LoadingIndicatorsWPF_Description { } /// - /// Looks up a localized string similar to A toolkit for creating Metro / Modern UI styled WPF apps.. + /// Sucht eine lokalisierte Zeichenfolge, die A toolkit for creating Metro / Modern UI styled WPF apps. ähnelt. /// public static string Library_MahAppsMetro_Description { get { @@ -3992,7 +4055,7 @@ public static string Library_MahAppsMetro_Description { } /// - /// Looks up a localized string similar to Some awesome icons for WPF and UWP all together.... + /// Sucht eine lokalisierte Zeichenfolge, die Some awesome icons for WPF and UWP all together... ähnelt. /// public static string Library_MahAppsMetroIconPacks_Description { get { @@ -4001,7 +4064,7 @@ public static string Library_MahAppsMetroIconPacks_Description { } /// - /// Looks up a localized string similar to Json.NET is a popular high-performance JSON framework for .NET. + /// Sucht eine lokalisierte Zeichenfolge, die Json.NET is a popular high-performance JSON framework for .NET ähnelt. /// public static string Library_NewtonsoftJson_Description { get { @@ -4010,7 +4073,7 @@ public static string Library_NewtonsoftJson_Description { } /// - /// Looks up a localized string similar to A GitHub API client library for .NET. + /// Sucht eine lokalisierte Zeichenfolge, die A GitHub API client library for .NET ähnelt. /// public static string Library_Octokit_Description { get { @@ -4019,7 +4082,7 @@ public static string Library_Octokit_Description { } /// - /// Looks up a localized string similar to Runtime for hosting PowerShell. + /// Sucht eine lokalisierte Zeichenfolge, die Runtime for hosting PowerShell ähnelt. /// public static string Library_PowerShellSDK_Description { get { @@ -4028,7 +4091,7 @@ public static string Library_PowerShellSDK_Description { } /// - /// Looks up a localized string similar to Capture and parse CDP and LLDP packets on local or remote computers. + /// Sucht eine lokalisierte Zeichenfolge, die Capture and parse CDP and LLDP packets on local or remote computers ähnelt. /// public static string Library_PSDicoveryProtocol_Description { get { @@ -4037,7 +4100,7 @@ public static string Library_PSDicoveryProtocol_Description { } /// - /// Looks up a localized string similar to Sharp SNMP Library - Open Source SNMP for .NET and Mono. + /// Sucht eine lokalisierte Zeichenfolge, die Sharp SNMP Library - Open Source SNMP for .NET and Mono ähnelt. /// public static string Library_SharpSNMP_Description { get { @@ -4046,7 +4109,7 @@ public static string Library_SharpSNMP_Description { } /// - /// Looks up a localized string similar to The WebView2 control enables you to embed web technologies (HTML, CSS, and JavaScript) in your native applications powered by Microsoft Edge (Chromium).. + /// Sucht eine lokalisierte Zeichenfolge, die The WebView2 control enables you to embed web technologies (HTML, CSS, and JavaScript) in your native applications powered by Microsoft Edge (Chromium). ähnelt. /// public static string Library_WebView2_Description { get { @@ -4055,7 +4118,7 @@ public static string Library_WebView2_Description { } /// - /// Looks up a localized string similar to Easily add interactivity to your apps using XAML Behaviors for WPF.. + /// Sucht eine lokalisierte Zeichenfolge, die Easily add interactivity to your apps using XAML Behaviors for WPF. ähnelt. /// public static string Library_XamlBehaviorsWpf_Description { get { @@ -4064,7 +4127,7 @@ public static string Library_XamlBehaviorsWpf_Description { } /// - /// Looks up a localized string similar to License. + /// Sucht eine lokalisierte Zeichenfolge, die License ähnelt. /// public static string License { get { @@ -4073,7 +4136,7 @@ public static string License { } /// - /// Looks up a localized string similar to Apache License 2.0. + /// Sucht eine lokalisierte Zeichenfolge, die Apache License 2.0 ähnelt. /// public static string License_ApacheLicense2dot0 { get { @@ -4082,7 +4145,7 @@ public static string License_ApacheLicense2dot0 { } /// - /// Looks up a localized string similar to BSD-2-Clause. + /// Sucht eine lokalisierte Zeichenfolge, die BSD-2-Clause ähnelt. /// public static string License_BDS2Clause { get { @@ -4091,7 +4154,7 @@ public static string License_BDS2Clause { } /// - /// Looks up a localized string similar to Microsoft WebView2 License. + /// Sucht eine lokalisierte Zeichenfolge, die Microsoft WebView2 License ähnelt. /// public static string License_MicrosoftWebView2License { get { @@ -4100,7 +4163,7 @@ public static string License_MicrosoftWebView2License { } /// - /// Looks up a localized string similar to MIT License. + /// Sucht eine lokalisierte Zeichenfolge, die MIT License ähnelt. /// public static string License_MITLicense { get { @@ -4109,7 +4172,7 @@ public static string License_MITLicense { } /// - /// Looks up a localized string similar to Unlicense. + /// Sucht eine lokalisierte Zeichenfolge, die Unlicense ähnelt. /// public static string License_Unlicense { get { @@ -4118,7 +4181,7 @@ public static string License_Unlicense { } /// - /// Looks up a localized string similar to Lime. + /// Sucht eine lokalisierte Zeichenfolge, die Lime ähnelt. /// public static string Lime { get { @@ -4127,7 +4190,7 @@ public static string Lime { } /// - /// Looks up a localized string similar to Listeners. + /// Sucht eine lokalisierte Zeichenfolge, die Listeners ähnelt. /// public static string Listeners { get { @@ -4136,7 +4199,7 @@ public static string Listeners { } /// - /// Looks up a localized string similar to LLDP / CDP. + /// Sucht eine lokalisierte Zeichenfolge, die LLDP / CDP ähnelt. /// public static string LldpCdp { get { @@ -4145,7 +4208,7 @@ public static string LldpCdp { } /// - /// Looks up a localized string similar to Local devices and resources. + /// Sucht eine lokalisierte Zeichenfolge, die Local devices and resources ähnelt. /// public static string LocalDevicesAndResources { get { @@ -4154,7 +4217,7 @@ public static string LocalDevicesAndResources { } /// - /// Looks up a localized string similar to Local IP address. + /// Sucht eine lokalisierte Zeichenfolge, die Local IP address ähnelt. /// public static string LocalIPAddress { get { @@ -4163,7 +4226,7 @@ public static string LocalIPAddress { } /// - /// Looks up a localized string similar to Local port. + /// Sucht eine lokalisierte Zeichenfolge, die Local port ähnelt. /// public static string LocalPort { get { @@ -4172,7 +4235,7 @@ public static string LocalPort { } /// - /// Looks up a localized string similar to Location. + /// Sucht eine lokalisierte Zeichenfolge, die Location ähnelt. /// public static string Location { get { @@ -4181,7 +4244,7 @@ public static string Location { } /// - /// Looks up a localized string similar to Location cannot be changed in portable version!. + /// Sucht eine lokalisierte Zeichenfolge, die Location cannot be changed in portable version! ähnelt. /// public static string LocationCannotBeChangedInThePortableVersion { get { @@ -4190,7 +4253,7 @@ public static string LocationCannotBeChangedInThePortableVersion { } /// - /// Looks up a localized string similar to Location.... + /// Sucht eine lokalisierte Zeichenfolge, die Location... ähnelt. /// public static string LocationDots { get { @@ -4199,7 +4262,7 @@ public static string LocationDots { } /// - /// Looks up a localized string similar to Location of the import file.... + /// Sucht eine lokalisierte Zeichenfolge, die Location of the import file... ähnelt. /// public static string LocationOfTheImport { get { @@ -4208,7 +4271,7 @@ public static string LocationOfTheImport { } /// - /// Looks up a localized string similar to Log. + /// Sucht eine lokalisierte Zeichenfolge, die Log ähnelt. /// public static string Log { get { @@ -4217,7 +4280,7 @@ public static string Log { } /// - /// Looks up a localized string similar to Log file name. + /// Sucht eine lokalisierte Zeichenfolge, die Log file name ähnelt. /// public static string LogFileName { get { @@ -4226,7 +4289,7 @@ public static string LogFileName { } /// - /// Looks up a localized string similar to Log mode. + /// Sucht eine lokalisierte Zeichenfolge, die Log mode ähnelt. /// public static string LogMode { get { @@ -4235,7 +4298,7 @@ public static string LogMode { } /// - /// Looks up a localized string similar to Log path. + /// Sucht eine lokalisierte Zeichenfolge, die Log path ähnelt. /// public static string LogPath { get { @@ -4244,7 +4307,7 @@ public static string LogPath { } /// - /// Looks up a localized string similar to Lookup. + /// Sucht eine lokalisierte Zeichenfolge, die Lookup ähnelt. /// public static string Lookup { get { @@ -4253,7 +4316,7 @@ public static string Lookup { } /// - /// Looks up a localized string similar to Lost. + /// Sucht eine lokalisierte Zeichenfolge, die Lost ähnelt. /// public static string Lost { get { @@ -4262,7 +4325,7 @@ public static string Lost { } /// - /// Looks up a localized string similar to MAC Address. + /// Sucht eine lokalisierte Zeichenfolge, die MAC Address ähnelt. /// public static string MACAddress { get { @@ -4271,7 +4334,7 @@ public static string MACAddress { } /// - /// Looks up a localized string similar to MAC address or vendor. + /// Sucht eine lokalisierte Zeichenfolge, die MAC address or vendor ähnelt. /// public static string MACAddressOrVendor { get { @@ -4280,7 +4343,7 @@ public static string MACAddressOrVendor { } /// - /// Looks up a localized string similar to Magenta. + /// Sucht eine lokalisierte Zeichenfolge, die Magenta ähnelt. /// public static string Magenta { get { @@ -4289,7 +4352,7 @@ public static string Magenta { } /// - /// Looks up a localized string similar to Magic packet successfully sent!. + /// Sucht eine lokalisierte Zeichenfolge, die Magic packet successfully sent! ähnelt. /// public static string MagicPacketSentMessage { get { @@ -4298,7 +4361,7 @@ public static string MagicPacketSentMessage { } /// - /// Looks up a localized string similar to Management. + /// Sucht eine lokalisierte Zeichenfolge, die Management ähnelt. /// public static string Management { get { @@ -4307,7 +4370,7 @@ public static string Management { } /// - /// Looks up a localized string similar to Master Password. + /// Sucht eine lokalisierte Zeichenfolge, die Master Password ähnelt. /// public static string MasterPassword { get { @@ -4316,7 +4379,7 @@ public static string MasterPassword { } /// - /// Looks up a localized string similar to Mauve. + /// Sucht eine lokalisierte Zeichenfolge, die Mauve ähnelt. /// public static string Mauve { get { @@ -4325,7 +4388,7 @@ public static string Mauve { } /// - /// Looks up a localized string similar to Maximum. + /// Sucht eine lokalisierte Zeichenfolge, die Maximum ähnelt. /// public static string Maximum { get { @@ -4334,7 +4397,7 @@ public static string Maximum { } /// - /// Looks up a localized string similar to Maximum hops/router. + /// Sucht eine lokalisierte Zeichenfolge, die Maximum hops/router ähnelt. /// public static string MaximumHopsRouter { get { @@ -4343,7 +4406,7 @@ public static string MaximumHopsRouter { } /// - /// Looks up a localized string similar to Maximum number ({0}) of hops/router reached!. + /// Sucht eine lokalisierte Zeichenfolge, die Maximum number ({0}) of hops/router reached! ähnelt. /// public static string MaximumNumberOfHopsReached { get { @@ -4352,7 +4415,7 @@ public static string MaximumNumberOfHopsReached { } /// - /// Looks up a localized string similar to Measured time. + /// Sucht eine lokalisierte Zeichenfolge, die Measured time ähnelt. /// public static string MeasuredTime { get { @@ -4361,7 +4424,7 @@ public static string MeasuredTime { } /// - /// Looks up a localized string similar to Menu and window animation. + /// Sucht eine lokalisierte Zeichenfolge, die Menu and window animation ähnelt. /// public static string MenuAndWindowAnimation { get { @@ -4370,7 +4433,7 @@ public static string MenuAndWindowAnimation { } /// - /// Looks up a localized string similar to Merge. + /// Sucht eine lokalisierte Zeichenfolge, die Merge ähnelt. /// public static string Merge { get { @@ -4379,7 +4442,7 @@ public static string Merge { } /// - /// Looks up a localized string similar to The destination folder already contains files. If you click Merge, the current profiles are copied to the folder.. + /// Sucht eine lokalisierte Zeichenfolge, die The destination folder already contains files. If you click Merge, the current profiles are copied to the folder. ähnelt. /// public static string MergeProfileFilesInDestinationFolderMessage { get { @@ -4388,7 +4451,7 @@ public static string MergeProfileFilesInDestinationFolderMessage { } /// - /// Looks up a localized string similar to Message size. + /// Sucht eine lokalisierte Zeichenfolge, die Message size ähnelt. /// public static string MessageSize { get { @@ -4397,7 +4460,7 @@ public static string MessageSize { } /// - /// Looks up a localized string similar to Microsoft Edge WebView2 Runtime is not available!. + /// Sucht eine lokalisierte Zeichenfolge, die Microsoft Edge WebView2 Runtime is not available! ähnelt. /// public static string MicrosoftEdgeWebView2RuntimeIsNotAvailable { get { @@ -4406,7 +4469,7 @@ public static string MicrosoftEdgeWebView2RuntimeIsNotAvailable { } /// - /// Looks up a localized string similar to Microsoft.Windows.SDK.Contracts is required for this feature but not available on this system (e.g. on Windows Server).. + /// Sucht eine lokalisierte Zeichenfolge, die Microsoft.Windows.SDK.Contracts is required for this feature but not available on this system (e.g. on Windows Server). ähnelt. /// public static string MicrosoftWindowsSDKContractsIsNotAvailable { get { @@ -4415,7 +4478,16 @@ public static string MicrosoftWindowsSDKContractsIsNotAvailable { } /// - /// Looks up a localized string similar to Minimize main window instead of terminating the application. + /// Sucht eine lokalisierte Zeichenfolge, die Migrate ähnelt. + /// + public static string Migrate { + get { + return ResourceManager.GetString("Migrate", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Minimize main window instead of terminating the application ähnelt. /// public static string MinimizeInsteadOfTerminating { get { @@ -4424,7 +4496,7 @@ public static string MinimizeInsteadOfTerminating { } /// - /// Looks up a localized string similar to Minimize to tray instead of taskbar. + /// Sucht eine lokalisierte Zeichenfolge, die Minimize to tray instead of taskbar ähnelt. /// public static string MinimizeToTrayInsteadOfTaskbar { get { @@ -4433,7 +4505,7 @@ public static string MinimizeToTrayInsteadOfTaskbar { } /// - /// Looks up a localized string similar to Minimum. + /// Sucht eine lokalisierte Zeichenfolge, die Minimum ähnelt. /// public static string Minimum { get { @@ -4442,7 +4514,7 @@ public static string Minimum { } /// - /// Looks up a localized string similar to Mode. + /// Sucht eine lokalisierte Zeichenfolge, die Mode ähnelt. /// public static string Mode { get { @@ -4451,7 +4523,7 @@ public static string Mode { } /// - /// Looks up a localized string similar to Model. + /// Sucht eine lokalisierte Zeichenfolge, die Model ähnelt. /// public static string Model { get { @@ -4460,7 +4532,7 @@ public static string Model { } /// - /// Looks up a localized string similar to Move. + /// Sucht eine lokalisierte Zeichenfolge, die Move ähnelt. /// public static string Move { get { @@ -4469,7 +4541,7 @@ public static string Move { } /// - /// Looks up a localized string similar to Move & Restart. + /// Sucht eine lokalisierte Zeichenfolge, die Move & Restart ähnelt. /// public static string MoveAndRestart { get { @@ -4478,7 +4550,7 @@ public static string MoveAndRestart { } /// - /// Looks up a localized string similar to Multicast. + /// Sucht eine lokalisierte Zeichenfolge, die Multicast ähnelt. /// public static string Multicast { get { @@ -4487,7 +4559,7 @@ public static string Multicast { } /// - /// Looks up a localized string similar to Multiple instances. + /// Sucht eine lokalisierte Zeichenfolge, die Multiple instances ähnelt. /// public static string MultipleInstances { get { @@ -4496,7 +4568,7 @@ public static string MultipleInstances { } /// - /// Looks up a localized string similar to Multithreading. + /// Sucht eine lokalisierte Zeichenfolge, die Multithreading ähnelt. /// public static string Multithreading { get { @@ -4505,7 +4577,7 @@ public static string Multithreading { } /// - /// Looks up a localized string similar to Name. + /// Sucht eine lokalisierte Zeichenfolge, die Name ähnelt. /// public static string Name { get { @@ -4514,7 +4586,7 @@ public static string Name { } /// - /// Looks up a localized string similar to Network. + /// Sucht eine lokalisierte Zeichenfolge, die Network ähnelt. /// public static string Network { get { @@ -4523,7 +4595,7 @@ public static string Network { } /// - /// Looks up a localized string similar to Network address. + /// Sucht eine lokalisierte Zeichenfolge, die Network address ähnelt. /// public static string NetworkAddress { get { @@ -4532,7 +4604,7 @@ public static string NetworkAddress { } /// - /// Looks up a localized string similar to Network connections..... + /// Sucht eine lokalisierte Zeichenfolge, die Network connections.... ähnelt. /// public static string NetworkConnectionsDots { get { @@ -4541,7 +4613,7 @@ public static string NetworkConnectionsDots { } /// - /// Looks up a localized string similar to Network connection type. + /// Sucht eine lokalisierte Zeichenfolge, die Network connection type ähnelt. /// public static string NetworkConnectionType { get { @@ -4550,7 +4622,7 @@ public static string NetworkConnectionType { } /// - /// Looks up a localized string similar to Network Interface. + /// Sucht eine lokalisierte Zeichenfolge, die Network Interface ähnelt. /// public static string NetworkInterface { get { @@ -4559,7 +4631,7 @@ public static string NetworkInterface { } /// - /// Looks up a localized string similar to Network kind. + /// Sucht eine lokalisierte Zeichenfolge, die Network kind ähnelt. /// public static string NetworkKind { get { @@ -4568,7 +4640,7 @@ public static string NetworkKind { } /// - /// Looks up a localized string similar to The network address cannot be reached. Check if your computer is connected to the network. For information about network troubleshooting, see Windows Help.. + /// Sucht eine lokalisierte Zeichenfolge, die The network address cannot be reached. Check if your computer is connected to the network. For information about network troubleshooting, see Windows Help. ähnelt. /// public static string NetworkLocationCannotBeReachedMessage { get { @@ -4577,7 +4649,7 @@ public static string NetworkLocationCannotBeReachedMessage { } /// - /// Looks up a localized string similar to To analyze network packets, the application must be started with elevated rights!. + /// Sucht eine lokalisierte Zeichenfolge, die To analyze network packets, the application must be started with elevated rights! ähnelt. /// public static string NetworkPacketsCaptureAdminMessage { get { @@ -4586,7 +4658,7 @@ public static string NetworkPacketsCaptureAdminMessage { } /// - /// Looks up a localized string similar to Networks. + /// Sucht eine lokalisierte Zeichenfolge, die Networks ähnelt. /// public static string Networks { get { @@ -4595,7 +4667,7 @@ public static string Networks { } /// - /// Looks up a localized string similar to Network unavailable!. + /// Sucht eine lokalisierte Zeichenfolge, die Network unavailable! ähnelt. /// public static string NetworkUnavailable { get { @@ -4604,7 +4676,7 @@ public static string NetworkUnavailable { } /// - /// Looks up a localized string similar to Network usage. + /// Sucht eine lokalisierte Zeichenfolge, die Network usage ähnelt. /// public static string NetworkUsage { get { @@ -4613,7 +4685,7 @@ public static string NetworkUsage { } /// - /// Looks up a localized string similar to New connection.... + /// Sucht eine lokalisierte Zeichenfolge, die New connection... ähnelt. /// public static string NewConnectionDots { get { @@ -4622,7 +4694,7 @@ public static string NewConnectionDots { } /// - /// Looks up a localized string similar to New password. + /// Sucht eine lokalisierte Zeichenfolge, die New password ähnelt. /// public static string NewPassword { get { @@ -4631,7 +4703,7 @@ public static string NewPassword { } /// - /// Looks up a localized string similar to New subnetmask or CIDR. + /// Sucht eine lokalisierte Zeichenfolge, die New subnetmask or CIDR ähnelt. /// public static string NewSubnetmaskOrCIDR { get { @@ -4640,7 +4712,7 @@ public static string NewSubnetmaskOrCIDR { } /// - /// Looks up a localized string similar to New tab. + /// Sucht eine lokalisierte Zeichenfolge, die New tab ähnelt. /// public static string NewTab { get { @@ -4649,7 +4721,7 @@ public static string NewTab { } /// - /// Looks up a localized string similar to No. + /// Sucht eine lokalisierte Zeichenfolge, die No ähnelt. /// public static string No { get { @@ -4658,7 +4730,7 @@ public static string No { } /// - /// Looks up a localized string similar to No A dns records resolved for "{0}"!. + /// Sucht eine lokalisierte Zeichenfolge, die No A dns records resolved for "{0}"! ähnelt. /// public static string NoADNSRecordsResolvedForXXXMessage { get { @@ -4667,7 +4739,7 @@ public static string NoADNSRecordsResolvedForXXXMessage { } /// - /// Looks up a localized string similar to No discovery protocol packages received!. + /// Sucht eine lokalisierte Zeichenfolge, die No discovery protocol packages received! ähnelt. /// public static string NoDiscoveryProtocolPackagesReceived { get { @@ -4676,7 +4748,7 @@ public static string NoDiscoveryProtocolPackagesReceived { } /// - /// Looks up a localized string similar to No DNS record found for "{0}"! Check your input and the settings.. + /// Sucht eine lokalisierte Zeichenfolge, die No DNS record found for "{0}"! Check your input and the settings. ähnelt. /// public static string NoDNSRecordFoundCheckYourInputAndSettings { get { @@ -4685,7 +4757,7 @@ public static string NoDNSRecordFoundCheckYourInputAndSettings { } /// - /// Looks up a localized string similar to No enabled network adapters found!. + /// Sucht eine lokalisierte Zeichenfolge, die No enabled network adapters found! ähnelt. /// public static string NoEnabledNetworkAdaptersFound { get { @@ -4694,7 +4766,7 @@ public static string NoEnabledNetworkAdaptersFound { } /// - /// Looks up a localized string similar to No ports found. Check your input!. + /// Sucht eine lokalisierte Zeichenfolge, die No ports found. Check your input! ähnelt. /// public static string NoPortsFoundCheckYourInput { get { @@ -4703,8 +4775,8 @@ public static string NoPortsFoundCheckYourInput { } /// - /// Looks up a localized string similar to No profiles found! - ///Create one.... + /// Sucht eine lokalisierte Zeichenfolge, die No profiles found! + ///Create one... ähnelt. /// public static string NoProfilesFoundCreateOne { get { @@ -4713,7 +4785,7 @@ public static string NoProfilesFoundCreateOne { } /// - /// Looks up a localized string similar to No PTR dns record resolved for "{0}"!. + /// Sucht eine lokalisierte Zeichenfolge, die No PTR dns record resolved for "{0}"! ähnelt. /// public static string NoPTRDNSRecordResolvedForXXXMessage { get { @@ -4722,7 +4794,7 @@ public static string NoPTRDNSRecordResolvedForXXXMessage { } /// - /// Looks up a localized string similar to (not changed). + /// Sucht eine lokalisierte Zeichenfolge, die (not changed) ähnelt. /// public static string NotChanged { get { @@ -4731,7 +4803,7 @@ public static string NotChanged { } /// - /// Looks up a localized string similar to Note. + /// Sucht eine lokalisierte Zeichenfolge, die Note ähnelt. /// public static string Note { get { @@ -4740,7 +4812,7 @@ public static string Note { } /// - /// Looks up a localized string similar to Nothing found!. + /// Sucht eine lokalisierte Zeichenfolge, die Nothing found! ähnelt. /// public static string NothingFound { get { @@ -4749,7 +4821,7 @@ public static string NothingFound { } /// - /// Looks up a localized string similar to Nothing to do. Check your input!. + /// Sucht eine lokalisierte Zeichenfolge, die Nothing to do. Check your input! ähnelt. /// public static string NothingToDoCheckYourInput { get { @@ -4758,7 +4830,7 @@ public static string NothingToDoCheckYourInput { } /// - /// Looks up a localized string similar to No update available!. + /// Sucht eine lokalisierte Zeichenfolge, die No update available! ähnelt. /// public static string NoUpdateAvailable { get { @@ -4767,7 +4839,7 @@ public static string NoUpdateAvailable { } /// - /// Looks up a localized string similar to No valid file found to import.. + /// Sucht eine lokalisierte Zeichenfolge, die No valid file found to import. ähnelt. /// public static string NoValidFileFoundToImport { get { @@ -4776,7 +4848,7 @@ public static string NoValidFileFoundToImport { } /// - /// Looks up a localized string similar to No vendor found. Check your input!. + /// Sucht eine lokalisierte Zeichenfolge, die No vendor found. Check your input! ähnelt. /// public static string NoVendorFoundCheckYourInput { get { @@ -4785,7 +4857,7 @@ public static string NoVendorFoundCheckYourInput { } /// - /// Looks up a localized string similar to No WiFi adapters found!. + /// Sucht eine lokalisierte Zeichenfolge, die No WiFi adapters found! ähnelt. /// public static string NoWiFiAdaptersFound { get { @@ -4794,7 +4866,7 @@ public static string NoWiFiAdaptersFound { } /// - /// Looks up a localized string similar to No WiFi networks found!. + /// Sucht eine lokalisierte Zeichenfolge, die No WiFi networks found! ähnelt. /// public static string NoWiFiNetworksFound { get { @@ -4803,7 +4875,7 @@ public static string NoWiFiNetworksFound { } /// - /// Looks up a localized string similar to Number of errors after which is canceled:. + /// Sucht eine lokalisierte Zeichenfolge, die Number of errors after which is canceled: ähnelt. /// public static string NumberOfErrorsAfterWhichIsCanceled { get { @@ -4812,7 +4884,7 @@ public static string NumberOfErrorsAfterWhichIsCanceled { } /// - /// Looks up a localized string similar to Number of stored entries. + /// Sucht eine lokalisierte Zeichenfolge, die Number of stored entries ähnelt. /// public static string NumberOfStoredEntries { get { @@ -4821,7 +4893,7 @@ public static string NumberOfStoredEntries { } /// - /// Looks up a localized string similar to Obtain an IP address automatically. + /// Sucht eine lokalisierte Zeichenfolge, die Obtain an IP address automatically ähnelt. /// public static string ObtainAnIPAddressAutomatically { get { @@ -4830,7 +4902,7 @@ public static string ObtainAnIPAddressAutomatically { } /// - /// Looks up a localized string similar to Obtain DNS server address automatically. + /// Sucht eine lokalisierte Zeichenfolge, die Obtain DNS server address automatically ähnelt. /// public static string ObtainDNSServerAddressAutomatically { get { @@ -4839,7 +4911,7 @@ public static string ObtainDNSServerAddressAutomatically { } /// - /// Looks up a localized string similar to Off. + /// Sucht eine lokalisierte Zeichenfolge, die Off ähnelt. /// public static string Off { get { @@ -4848,7 +4920,7 @@ public static string Off { } /// - /// Looks up a localized string similar to Official. + /// Sucht eine lokalisierte Zeichenfolge, die Official ähnelt. /// public static string Official { get { @@ -4857,7 +4929,7 @@ public static string Official { } /// - /// Looks up a localized string similar to OID. + /// Sucht eine lokalisierte Zeichenfolge, die OID ähnelt. /// public static string OID { get { @@ -4866,7 +4938,7 @@ public static string OID { } /// - /// Looks up a localized string similar to OK. + /// Sucht eine lokalisierte Zeichenfolge, die OK ähnelt. /// public static string OK { get { @@ -4875,7 +4947,7 @@ public static string OK { } /// - /// Looks up a localized string similar to Olive. + /// Sucht eine lokalisierte Zeichenfolge, die Olive ähnelt. /// public static string Olive { get { @@ -4884,7 +4956,7 @@ public static string Olive { } /// - /// Looks up a localized string similar to On. + /// Sucht eine lokalisierte Zeichenfolge, die On ähnelt. /// public static string On { get { @@ -4893,7 +4965,7 @@ public static string On { } /// - /// Looks up a localized string similar to Only numbers can be entered!. + /// Sucht eine lokalisierte Zeichenfolge, die Only numbers can be entered! ähnelt. /// public static string OnlyNumbersCanBeEntered { get { @@ -4902,7 +4974,7 @@ public static string OnlyNumbersCanBeEntered { } /// - /// Looks up a localized string similar to Only when using the full screen. + /// Sucht eine lokalisierte Zeichenfolge, die Only when using the full screen ähnelt. /// public static string OnlyWhenUsingTheFullScreen { get { @@ -4911,7 +4983,7 @@ public static string OnlyWhenUsingTheFullScreen { } /// - /// Looks up a localized string similar to Open. + /// Sucht eine lokalisierte Zeichenfolge, die Open ähnelt. /// public static string Open { get { @@ -4920,7 +4992,7 @@ public static string Open { } /// - /// Looks up a localized string similar to Open documentation. + /// Sucht eine lokalisierte Zeichenfolge, die Open documentation ähnelt. /// public static string OpenDocumentation { get { @@ -4929,7 +5001,7 @@ public static string OpenDocumentation { } /// - /// Looks up a localized string similar to Open license. + /// Sucht eine lokalisierte Zeichenfolge, die Open license ähnelt. /// public static string OpenLicense { get { @@ -4938,7 +5010,7 @@ public static string OpenLicense { } /// - /// Looks up a localized string similar to Open location. + /// Sucht eine lokalisierte Zeichenfolge, die Open location ähnelt. /// public static string OpenLocation { get { @@ -4947,7 +5019,7 @@ public static string OpenLocation { } /// - /// Looks up a localized string similar to Open port profiles.... + /// Sucht eine lokalisierte Zeichenfolge, die Open port profiles... ähnelt. /// public static string OpenPortProfilesDots { get { @@ -4956,7 +5028,7 @@ public static string OpenPortProfilesDots { } /// - /// Looks up a localized string similar to Open project. + /// Sucht eine lokalisierte Zeichenfolge, die Open project ähnelt. /// public static string OpenProject { get { @@ -4965,7 +5037,7 @@ public static string OpenProject { } /// - /// Looks up a localized string similar to Open settings. + /// Sucht eine lokalisierte Zeichenfolge, die Open settings ähnelt. /// public static string OpenSettings { get { @@ -4974,7 +5046,7 @@ public static string OpenSettings { } /// - /// Looks up a localized string similar to Open website. + /// Sucht eine lokalisierte Zeichenfolge, die Open website ähnelt. /// public static string OpenWebsite { get { @@ -4983,7 +5055,7 @@ public static string OpenWebsite { } /// - /// Looks up a localized string similar to Orange. + /// Sucht eine lokalisierte Zeichenfolge, die Orange ähnelt. /// public static string Orange { get { @@ -4992,7 +5064,7 @@ public static string Orange { } /// - /// Looks up a localized string similar to OUI. + /// Sucht eine lokalisierte Zeichenfolge, die OUI ähnelt. /// public static string OUI { get { @@ -5001,7 +5073,7 @@ public static string OUI { } /// - /// Looks up a localized string similar to override. + /// Sucht eine lokalisierte Zeichenfolge, die override ähnelt. /// public static string Override { get { @@ -5010,7 +5082,7 @@ public static string Override { } /// - /// Looks up a localized string similar to Override default settings. + /// Sucht eine lokalisierte Zeichenfolge, die Override default settings ähnelt. /// public static string OverrideDefaultSettings { get { @@ -5019,7 +5091,7 @@ public static string OverrideDefaultSettings { } /// - /// Looks up a localized string similar to Overwrite. + /// Sucht eine lokalisierte Zeichenfolge, die Overwrite ähnelt. /// public static string Overwrite { get { @@ -5028,13 +5100,11 @@ public static string Overwrite { } /// - /// Looks up a localized string similar to Overwrite profiles in destination folder? + /// Sucht eine lokalisierte Zeichenfolge, die Overwrite profiles in destination folder? /// ///"Overwrite" will copy the profile files to the destination folder and overwrite existing profile files. ///"Merge" will copy the profile files to the destination folder, but won't overwrite exitsting profile files. - ///"Use other folder" will use the existing profile files in the destination folder. - /// - ///The application will be restarted afterwards!. + ///"Use other folder" will use the existing profile files in the destination folder. ähnelt. /// public static string OverwriteProfilesInDestinationFolderMessage { get { @@ -5043,7 +5113,7 @@ public static string OverwriteProfilesInDestinationFolderMessage { } /// - /// Looks up a localized string similar to Overwrite?. + /// Sucht eine lokalisierte Zeichenfolge, die Overwrite? ähnelt. /// public static string OverwriteQuestion { get { @@ -5052,10 +5122,10 @@ public static string OverwriteQuestion { } /// - /// Looks up a localized string similar to Overwrite settings in the destination folder? + /// Sucht eine lokalisierte Zeichenfolge, die Overwrite settings in the destination folder? /// ///"Overwrite" will overwrite the file in the destination folder. - ///"Use other" will use the existing settings file in the destination and restart the application.. + ///"Use other" will use the existing settings file in the destination and restart the application. ähnelt. /// public static string OverwriteSettingsInDestinationFolderMessage { get { @@ -5064,7 +5134,7 @@ public static string OverwriteSettingsInDestinationFolderMessage { } /// - /// Looks up a localized string similar to Packet loss. + /// Sucht eine lokalisierte Zeichenfolge, die Packet loss ähnelt. /// public static string PacketLoss { get { @@ -5073,7 +5143,7 @@ public static string PacketLoss { } /// - /// Looks up a localized string similar to Packets transmitted. + /// Sucht eine lokalisierte Zeichenfolge, die Packets transmitted ähnelt. /// public static string PacketsTransmitted { get { @@ -5082,7 +5152,7 @@ public static string PacketsTransmitted { } /// - /// Looks up a localized string similar to Parameter. + /// Sucht eine lokalisierte Zeichenfolge, die Parameter ähnelt. /// public static string Parameter { get { @@ -5091,7 +5161,7 @@ public static string Parameter { } /// - /// Looks up a localized string similar to Password. + /// Sucht eine lokalisierte Zeichenfolge, die Password ähnelt. /// public static string Password { get { @@ -5100,7 +5170,7 @@ public static string Password { } /// - /// Looks up a localized string similar to Passwords do not match!. + /// Sucht eine lokalisierte Zeichenfolge, die Passwords do not match! ähnelt. /// public static string PasswordsDoNotMatch { get { @@ -5109,7 +5179,7 @@ public static string PasswordsDoNotMatch { } /// - /// Looks up a localized string similar to Paste. + /// Sucht eine lokalisierte Zeichenfolge, die Paste ähnelt. /// public static string Paste { get { @@ -5118,7 +5188,7 @@ public static string Paste { } /// - /// Looks up a localized string similar to Patch. + /// Sucht eine lokalisierte Zeichenfolge, die Patch ähnelt. /// public static string Patch { get { @@ -5127,7 +5197,7 @@ public static string Patch { } /// - /// Looks up a localized string similar to Path. + /// Sucht eine lokalisierte Zeichenfolge, die Path ähnelt. /// public static string Path { get { @@ -5136,7 +5206,7 @@ public static string Path { } /// - /// Looks up a localized string similar to Pause. + /// Sucht eine lokalisierte Zeichenfolge, die Pause ähnelt. /// public static string Pause { get { @@ -5145,7 +5215,7 @@ public static string Pause { } /// - /// Looks up a localized string similar to Performance. + /// Sucht eine lokalisierte Zeichenfolge, die Performance ähnelt. /// public static string Performance { get { @@ -5154,7 +5224,7 @@ public static string Performance { } /// - /// Looks up a localized string similar to Persistent bitmap caching. + /// Sucht eine lokalisierte Zeichenfolge, die Persistent bitmap caching ähnelt. /// public static string PersistentBitmapCaching { get { @@ -5163,7 +5233,7 @@ public static string PersistentBitmapCaching { } /// - /// Looks up a localized string similar to Phy kind. + /// Sucht eine lokalisierte Zeichenfolge, die Phy kind ähnelt. /// public static string PhyKind { get { @@ -5172,7 +5242,7 @@ public static string PhyKind { } /// - /// Looks up a localized string similar to PhysicalAddress. + /// Sucht eine lokalisierte Zeichenfolge, die PhysicalAddress ähnelt. /// public static string PhysicalAddress { get { @@ -5181,7 +5251,7 @@ public static string PhysicalAddress { } /// - /// Looks up a localized string similar to Ping. + /// Sucht eine lokalisierte Zeichenfolge, die Ping ähnelt. /// public static string Ping { get { @@ -5190,7 +5260,7 @@ public static string Ping { } /// - /// Looks up a localized string similar to Ping Monitor. + /// Sucht eine lokalisierte Zeichenfolge, die Ping Monitor ähnelt. /// public static string PingMonitor { get { @@ -5199,7 +5269,7 @@ public static string PingMonitor { } /// - /// Looks up a localized string similar to Pink. + /// Sucht eine lokalisierte Zeichenfolge, die Pink ähnelt. /// public static string Pink { get { @@ -5208,7 +5278,7 @@ public static string Pink { } /// - /// Looks up a localized string similar to Port. + /// Sucht eine lokalisierte Zeichenfolge, die Port ähnelt. /// public static string Port { get { @@ -5217,7 +5287,7 @@ public static string Port { } /// - /// Looks up a localized string similar to Portable. + /// Sucht eine lokalisierte Zeichenfolge, die Portable ähnelt. /// public static string Portable { get { @@ -5226,7 +5296,7 @@ public static string Portable { } /// - /// Looks up a localized string similar to Port description. + /// Sucht eine lokalisierte Zeichenfolge, die Port description ähnelt. /// public static string PortDescription { get { @@ -5235,7 +5305,7 @@ public static string PortDescription { } /// - /// Looks up a localized string similar to Port or service. + /// Sucht eine lokalisierte Zeichenfolge, die Port or service ähnelt. /// public static string PortOrService { get { @@ -5244,7 +5314,7 @@ public static string PortOrService { } /// - /// Looks up a localized string similar to Port profiles. + /// Sucht eine lokalisierte Zeichenfolge, die Port profiles ähnelt. /// public static string PortProfiles { get { @@ -5253,7 +5323,7 @@ public static string PortProfiles { } /// - /// Looks up a localized string similar to Ports. + /// Sucht eine lokalisierte Zeichenfolge, die Ports ähnelt. /// public static string Ports { get { @@ -5262,7 +5332,7 @@ public static string Ports { } /// - /// Looks up a localized string similar to Port Scanner. + /// Sucht eine lokalisierte Zeichenfolge, die Port Scanner ähnelt. /// public static string PortScanner { get { @@ -5271,7 +5341,7 @@ public static string PortScanner { } /// - /// Looks up a localized string similar to Closed. + /// Sucht eine lokalisierte Zeichenfolge, die Closed ähnelt. /// public static string PortState_Closed { get { @@ -5280,7 +5350,7 @@ public static string PortState_Closed { } /// - /// Looks up a localized string similar to Open. + /// Sucht eine lokalisierte Zeichenfolge, die Open ähnelt. /// public static string PortState_Open { get { @@ -5289,7 +5359,7 @@ public static string PortState_Open { } /// - /// Looks up a localized string similar to Port threads. + /// Sucht eine lokalisierte Zeichenfolge, die Port threads ähnelt. /// public static string PortThreads { get { @@ -5298,7 +5368,7 @@ public static string PortThreads { } /// - /// Looks up a localized string similar to PowerShell. + /// Sucht eine lokalisierte Zeichenfolge, die PowerShell ähnelt. /// public static string PowerShell { get { @@ -5307,7 +5377,7 @@ public static string PowerShell { } /// - /// Looks up a localized string similar to PowerShell location.... + /// Sucht eine lokalisierte Zeichenfolge, die PowerShell location... ähnelt. /// public static string PowerShellLocationDots { get { @@ -5316,7 +5386,7 @@ public static string PowerShellLocationDots { } /// - /// Looks up a localized string similar to PowerShell process has ended!. + /// Sucht eine lokalisierte Zeichenfolge, die PowerShell process has ended! ähnelt. /// public static string PowerShellProcessHasEnded { get { @@ -5325,7 +5395,7 @@ public static string PowerShellProcessHasEnded { } /// - /// Looks up a localized string similar to Preferred protocol when resolving hostname:. + /// Sucht eine lokalisierte Zeichenfolge, die Preferred protocol when resolving hostname: ähnelt. /// public static string PreferredProtocolWhenResolvingHostname { get { @@ -5334,7 +5404,7 @@ public static string PreferredProtocolWhenResolvingHostname { } /// - /// Looks up a localized string similar to Preview. + /// Sucht eine lokalisierte Zeichenfolge, die Preview ähnelt. /// public static string Preview { get { @@ -5343,7 +5413,7 @@ public static string Preview { } /// - /// Looks up a localized string similar to Primary DNS server. + /// Sucht eine lokalisierte Zeichenfolge, die Primary DNS server ähnelt. /// public static string PrimaryDNSServer { get { @@ -5352,7 +5422,7 @@ public static string PrimaryDNSServer { } /// - /// Looks up a localized string similar to Priv. + /// Sucht eine lokalisierte Zeichenfolge, die Priv ähnelt. /// public static string Priv { get { @@ -5361,7 +5431,7 @@ public static string Priv { } /// - /// Looks up a localized string similar to Privacy. + /// Sucht eine lokalisierte Zeichenfolge, die Privacy ähnelt. /// public static string Privacy { get { @@ -5370,7 +5440,7 @@ public static string Privacy { } /// - /// Looks up a localized string similar to Private key file. + /// Sucht eine lokalisierte Zeichenfolge, die Private key file ähnelt. /// public static string PrivateKeyFile { get { @@ -5379,7 +5449,7 @@ public static string PrivateKeyFile { } /// - /// Looks up a localized string similar to Profile. + /// Sucht eine lokalisierte Zeichenfolge, die Profile ähnelt. /// public static string Profile { get { @@ -5388,7 +5458,7 @@ public static string Profile { } /// - /// Looks up a localized string similar to Profile could not be loaded!. + /// Sucht eine lokalisierte Zeichenfolge, die Profile could not be loaded! ähnelt. /// public static string ProfileCouldNotBeLoaded { get { @@ -5397,18 +5467,20 @@ public static string ProfileCouldNotBeLoaded { } /// - /// Looks up a localized string similar to The profile could not be loaded and may be corrupted. If this is unexpected or due to an update, please report this issue on GitHub!. + /// Sucht eine lokalisierte Zeichenfolge, die If this happened after an update, you may need to migrate the profiles to a newer version. When you click "Migrate", a PowerShell window opens with the migration script. Check the path and press Enter. + /// + ///Otherwise, the profile may be corrupted and you want to report the issue on GitHub. ähnelt. /// - public static string ProfileCouldNotBeLoadedAndMayBeCorruptedMessage { + public static string ProfileCouldNotBeLoadedMessage { get { - return ResourceManager.GetString("ProfileCouldNotBeLoadedAndMayBeCorruptedMessage", resourceCulture); + return ResourceManager.GetString("ProfileCouldNotBeLoadedMessage", resourceCulture); } } /// - /// Looks up a localized string similar to Profile files are encrypted on disk using Rijndael (AES) with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. + /// Sucht eine lokalisierte Zeichenfolge, die Profile files are encrypted on disk using AES with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. /// - ///This is a new feature that may still c [rest of string was truncated]";. + ///First make a backup copy of your profile files be [Rest der Zeichenfolge wurde abgeschnitten]"; ähnelt. /// public static string ProfileEncryptionDisclaimer { get { @@ -5417,7 +5489,7 @@ public static string ProfileEncryptionDisclaimer { } /// - /// Looks up a localized string similar to Profile files will be moved to the selected destination folder.. + /// Sucht eine lokalisierte Zeichenfolge, die Profile files will be moved to the selected destination folder. ähnelt. /// public static string ProfileFilesWillBeMovedMessage { get { @@ -5426,7 +5498,7 @@ public static string ProfileFilesWillBeMovedMessage { } /// - /// Looks up a localized string similar to Profile name already exists!. + /// Sucht eine lokalisierte Zeichenfolge, die Profile name already exists! ähnelt. /// public static string ProfileNameAlreadyExists { get { @@ -5435,7 +5507,7 @@ public static string ProfileNameAlreadyExists { } /// - /// Looks up a localized string similar to Profiles. + /// Sucht eine lokalisierte Zeichenfolge, die Profiles ähnelt. /// public static string Profiles { get { @@ -5444,7 +5516,7 @@ public static string Profiles { } /// - /// Looks up a localized string similar to Profiles reloaded. + /// Sucht eine lokalisierte Zeichenfolge, die Profiles reloaded ähnelt. /// public static string ProfilesReloaded { get { @@ -5453,7 +5525,7 @@ public static string ProfilesReloaded { } /// - /// Looks up a localized string similar to DNS Lookup. + /// Sucht eine lokalisierte Zeichenfolge, die DNS Lookup ähnelt. /// public static string ProfileViewName_DNSLookup { get { @@ -5462,7 +5534,7 @@ public static string ProfileViewName_DNSLookup { } /// - /// Looks up a localized string similar to General. + /// Sucht eine lokalisierte Zeichenfolge, die General ähnelt. /// public static string ProfileViewName_General { get { @@ -5471,7 +5543,7 @@ public static string ProfileViewName_General { } /// - /// Looks up a localized string similar to HTTP Headers. + /// Sucht eine lokalisierte Zeichenfolge, die HTTP Headers ähnelt. /// public static string ProfileViewName_HTTPHeaders { get { @@ -5480,7 +5552,7 @@ public static string ProfileViewName_HTTPHeaders { } /// - /// Looks up a localized string similar to IP Scanner. + /// Sucht eine lokalisierte Zeichenfolge, die IP Scanner ähnelt. /// public static string ProfileViewName_IP_Scanner { get { @@ -5489,7 +5561,7 @@ public static string ProfileViewName_IP_Scanner { } /// - /// Looks up a localized string similar to Network Interface. + /// Sucht eine lokalisierte Zeichenfolge, die Network Interface ähnelt. /// public static string ProfileViewName_NetworkInterface { get { @@ -5498,7 +5570,7 @@ public static string ProfileViewName_NetworkInterface { } /// - /// Looks up a localized string similar to Ping. + /// Sucht eine lokalisierte Zeichenfolge, die Ping ähnelt. /// public static string ProfileViewName_Ping { get { @@ -5507,7 +5579,7 @@ public static string ProfileViewName_Ping { } /// - /// Looks up a localized string similar to Ping Monitor. + /// Sucht eine lokalisierte Zeichenfolge, die Ping Monitor ähnelt. /// public static string ProfileViewName_PingMonitor { get { @@ -5516,7 +5588,7 @@ public static string ProfileViewName_PingMonitor { } /// - /// Looks up a localized string similar to Port Scanner. + /// Sucht eine lokalisierte Zeichenfolge, die Port Scanner ähnelt. /// public static string ProfileViewName_PortScanner { get { @@ -5525,7 +5597,7 @@ public static string ProfileViewName_PortScanner { } /// - /// Looks up a localized string similar to PowerShell. + /// Sucht eine lokalisierte Zeichenfolge, die PowerShell ähnelt. /// public static string ProfileViewName_PowerShell { get { @@ -5534,7 +5606,7 @@ public static string ProfileViewName_PowerShell { } /// - /// Looks up a localized string similar to PuTTY. + /// Sucht eine lokalisierte Zeichenfolge, die PuTTY ähnelt. /// public static string ProfileViewName_PuTTY { get { @@ -5543,7 +5615,7 @@ public static string ProfileViewName_PuTTY { } /// - /// Looks up a localized string similar to Remote Desktop. + /// Sucht eine lokalisierte Zeichenfolge, die Remote Desktop ähnelt. /// public static string ProfileViewName_RemoteDesktop { get { @@ -5552,7 +5624,7 @@ public static string ProfileViewName_RemoteDesktop { } /// - /// Looks up a localized string similar to TigerVNC. + /// Sucht eine lokalisierte Zeichenfolge, die TigerVNC ähnelt. /// public static string ProfileViewName_TigerVNC { get { @@ -5561,7 +5633,7 @@ public static string ProfileViewName_TigerVNC { } /// - /// Looks up a localized string similar to Traceroute. + /// Sucht eine lokalisierte Zeichenfolge, die Traceroute ähnelt. /// public static string ProfileViewName_Traceroute { get { @@ -5570,7 +5642,7 @@ public static string ProfileViewName_Traceroute { } /// - /// Looks up a localized string similar to Wake on LAN. + /// Sucht eine lokalisierte Zeichenfolge, die Wake on LAN ähnelt. /// public static string ProfileViewName_WakeOnLAN { get { @@ -5579,7 +5651,7 @@ public static string ProfileViewName_WakeOnLAN { } /// - /// Looks up a localized string similar to Web Console. + /// Sucht eine lokalisierte Zeichenfolge, die Web Console ähnelt. /// public static string ProfileViewName_WebConsole { get { @@ -5588,7 +5660,7 @@ public static string ProfileViewName_WebConsole { } /// - /// Looks up a localized string similar to Whois. + /// Sucht eine lokalisierte Zeichenfolge, die Whois ähnelt. /// public static string ProfileViewName_Whois { get { @@ -5597,7 +5669,7 @@ public static string ProfileViewName_Whois { } /// - /// Looks up a localized string similar to A profile with this name already exists!. + /// Sucht eine lokalisierte Zeichenfolge, die A profile with this name already exists! ähnelt. /// public static string ProfileWithThisNameAlreadyExists { get { @@ -5606,7 +5678,7 @@ public static string ProfileWithThisNameAlreadyExists { } /// - /// Looks up a localized string similar to Program. + /// Sucht eine lokalisierte Zeichenfolge, die Program ähnelt. /// public static string Program { get { @@ -5615,7 +5687,7 @@ public static string Program { } /// - /// Looks up a localized string similar to Protocol. + /// Sucht eine lokalisierte Zeichenfolge, die Protocol ähnelt. /// public static string Protocol { get { @@ -5624,7 +5696,7 @@ public static string Protocol { } /// - /// Looks up a localized string similar to PTR dns record resolved for "{0}"!. + /// Sucht eine lokalisierte Zeichenfolge, die PTR dns record resolved for "{0}"! ähnelt. /// public static string PTRDNSRecordResolvedForXXXMessage { get { @@ -5633,8 +5705,8 @@ public static string PTRDNSRecordResolvedForXXXMessage { } /// - /// Looks up a localized string similar to Public IP address check - ///is disabled!. + /// Sucht eine lokalisierte Zeichenfolge, die Public IP address check + ///is disabled! ähnelt. /// public static string PublicIPAddressCheckIsDisabled { get { @@ -5643,7 +5715,7 @@ public static string PublicIPAddressCheckIsDisabled { } /// - /// Looks up a localized string similar to Public IPv4 address. + /// Sucht eine lokalisierte Zeichenfolge, die Public IPv4 address ähnelt. /// public static string PublicIPv4Address { get { @@ -5652,7 +5724,7 @@ public static string PublicIPv4Address { } /// - /// Looks up a localized string similar to Public IPv6 address. + /// Sucht eine lokalisierte Zeichenfolge, die Public IPv6 address ähnelt. /// public static string PublicIPv6Address { get { @@ -5661,7 +5733,7 @@ public static string PublicIPv6Address { } /// - /// Looks up a localized string similar to Purple. + /// Sucht eine lokalisierte Zeichenfolge, die Purple ähnelt. /// public static string Purple { get { @@ -5670,7 +5742,7 @@ public static string Purple { } /// - /// Looks up a localized string similar to PuTTY. + /// Sucht eine lokalisierte Zeichenfolge, die PuTTY ähnelt. /// public static string PuTTY { get { @@ -5679,7 +5751,7 @@ public static string PuTTY { } /// - /// Looks up a localized string similar to C:\Program Files\PuTTY\putty.exe. + /// Sucht eine lokalisierte Zeichenfolge, die C:\Program Files\PuTTY\putty.exe ähnelt. /// public static string PuTTYLocationDots { get { @@ -5688,7 +5760,7 @@ public static string PuTTYLocationDots { } /// - /// Looks up a localized string similar to Session log. + /// Sucht eine lokalisierte Zeichenfolge, die Session log ähnelt. /// public static string PuTTYLogMode_SessionLog { get { @@ -5697,7 +5769,7 @@ public static string PuTTYLogMode_SessionLog { } /// - /// Looks up a localized string similar to SSH log. + /// Sucht eine lokalisierte Zeichenfolge, die SSH log ähnelt. /// public static string PuTTYLogMode_SSHLog { get { @@ -5706,7 +5778,7 @@ public static string PuTTYLogMode_SSHLog { } /// - /// Looks up a localized string similar to SSH and Raw Log. + /// Sucht eine lokalisierte Zeichenfolge, die SSH and Raw Log ähnelt. /// public static string PuTTYLogMode_SSHRawLog { get { @@ -5715,7 +5787,7 @@ public static string PuTTYLogMode_SSHRawLog { } /// - /// Looks up a localized string similar to PuTTY process has ended!. + /// Sucht eine lokalisierte Zeichenfolge, die PuTTY process has ended! ähnelt. /// public static string PuTTYProcessHasEnded { get { @@ -5724,7 +5796,7 @@ public static string PuTTYProcessHasEnded { } /// - /// Looks up a localized string similar to PuTTY profile. + /// Sucht eine lokalisierte Zeichenfolge, die PuTTY profile ähnelt. /// public static string PuTTYProfile { get { @@ -5733,7 +5805,7 @@ public static string PuTTYProfile { } /// - /// Looks up a localized string similar to Query. + /// Sucht eine lokalisierte Zeichenfolge, die Query ähnelt. /// public static string Query { get { @@ -5742,7 +5814,7 @@ public static string Query { } /// - /// Looks up a localized string similar to Query class. + /// Sucht eine lokalisierte Zeichenfolge, die Query class ähnelt. /// public static string QueryClass { get { @@ -5751,7 +5823,7 @@ public static string QueryClass { } /// - /// Looks up a localized string similar to Questions. + /// Sucht eine lokalisierte Zeichenfolge, die Questions ähnelt. /// public static string Questions { get { @@ -5760,7 +5832,7 @@ public static string Questions { } /// - /// Looks up a localized string similar to RAW. + /// Sucht eine lokalisierte Zeichenfolge, die RAW ähnelt. /// public static string RAW { get { @@ -5769,7 +5841,7 @@ public static string RAW { } /// - /// Looks up a localized string similar to Received. + /// Sucht eine lokalisierte Zeichenfolge, die Received ähnelt. /// public static string Received { get { @@ -5778,7 +5850,7 @@ public static string Received { } /// - /// Looks up a localized string similar to Received / Lost. + /// Sucht eine lokalisierte Zeichenfolge, die Received / Lost ähnelt. /// public static string ReceivedLost { get { @@ -5787,7 +5859,7 @@ public static string ReceivedLost { } /// - /// Looks up a localized string similar to Reconnect. + /// Sucht eine lokalisierte Zeichenfolge, die Reconnect ähnelt. /// public static string Reconnect { get { @@ -5796,7 +5868,7 @@ public static string Reconnect { } /// - /// Looks up a localized string similar to Reconnect if the connection is dropped. + /// Sucht eine lokalisierte Zeichenfolge, die Reconnect if the connection is dropped ähnelt. /// public static string ReconnectIfTheConnectionIsDropped { get { @@ -5805,7 +5877,7 @@ public static string ReconnectIfTheConnectionIsDropped { } /// - /// Looks up a localized string similar to Recursion. + /// Sucht eine lokalisierte Zeichenfolge, die Recursion ähnelt. /// public static string Recursion { get { @@ -5814,7 +5886,7 @@ public static string Recursion { } /// - /// Looks up a localized string similar to Red. + /// Sucht eine lokalisierte Zeichenfolge, die Red ähnelt. /// public static string Red { get { @@ -5823,7 +5895,7 @@ public static string Red { } /// - /// Looks up a localized string similar to Redirect clipboard. + /// Sucht eine lokalisierte Zeichenfolge, die Redirect clipboard ähnelt. /// public static string RedirectClipboard { get { @@ -5832,7 +5904,7 @@ public static string RedirectClipboard { } /// - /// Looks up a localized string similar to Redirect devices. + /// Sucht eine lokalisierte Zeichenfolge, die Redirect devices ähnelt. /// public static string RedirectDevices { get { @@ -5841,7 +5913,7 @@ public static string RedirectDevices { } /// - /// Looks up a localized string similar to Redirect drives. + /// Sucht eine lokalisierte Zeichenfolge, die Redirect drives ähnelt. /// public static string RedirectDrives { get { @@ -5850,7 +5922,7 @@ public static string RedirectDrives { } /// - /// Looks up a localized string similar to Redirect ports. + /// Sucht eine lokalisierte Zeichenfolge, die Redirect ports ähnelt. /// public static string RedirectPorts { get { @@ -5859,7 +5931,7 @@ public static string RedirectPorts { } /// - /// Looks up a localized string similar to Redirect printers. + /// Sucht eine lokalisierte Zeichenfolge, die Redirect printers ähnelt. /// public static string RedirectPrinters { get { @@ -5868,7 +5940,7 @@ public static string RedirectPrinters { } /// - /// Looks up a localized string similar to Redirect smartcards. + /// Sucht eine lokalisierte Zeichenfolge, die Redirect smartcards ähnelt. /// public static string RedirectSmartcards { get { @@ -5877,7 +5949,7 @@ public static string RedirectSmartcards { } /// - /// Looks up a localized string similar to Refresh. + /// Sucht eine lokalisierte Zeichenfolge, die Refresh ähnelt. /// public static string Refresh { get { @@ -5886,7 +5958,7 @@ public static string Refresh { } /// - /// Looks up a localized string similar to Release. + /// Sucht eine lokalisierte Zeichenfolge, die Release ähnelt. /// public static string Release { get { @@ -5895,7 +5967,7 @@ public static string Release { } /// - /// Looks up a localized string similar to Release & Renew. + /// Sucht eine lokalisierte Zeichenfolge, die Release & Renew ähnelt. /// public static string ReleaseRenew { get { @@ -5904,7 +5976,7 @@ public static string ReleaseRenew { } /// - /// Looks up a localized string similar to Reload. + /// Sucht eine lokalisierte Zeichenfolge, die Reload ähnelt. /// public static string Reload { get { @@ -5913,7 +5985,7 @@ public static string Reload { } /// - /// Looks up a localized string similar to Remaining time. + /// Sucht eine lokalisierte Zeichenfolge, die Remaining time ähnelt. /// public static string RemainingTime { get { @@ -5922,7 +5994,7 @@ public static string RemainingTime { } /// - /// Looks up a localized string similar to Remote audio. + /// Sucht eine lokalisierte Zeichenfolge, die Remote audio ähnelt. /// public static string RemoteAudio { get { @@ -5931,7 +6003,7 @@ public static string RemoteAudio { } /// - /// Looks up a localized string similar to Remote audio playback. + /// Sucht eine lokalisierte Zeichenfolge, die Remote audio playback ähnelt. /// public static string RemoteAudioPlayback { get { @@ -5940,7 +6012,7 @@ public static string RemoteAudioPlayback { } /// - /// Looks up a localized string similar to Remote audio recording. + /// Sucht eine lokalisierte Zeichenfolge, die Remote audio recording ähnelt. /// public static string RemoteAudioRecording { get { @@ -5949,7 +6021,7 @@ public static string RemoteAudioRecording { } /// - /// Looks up a localized string similar to Remote console. + /// Sucht eine lokalisierte Zeichenfolge, die Remote console ähnelt. /// public static string RemoteConsole { get { @@ -5958,7 +6030,7 @@ public static string RemoteConsole { } /// - /// Looks up a localized string similar to Remote Desktop. + /// Sucht eine lokalisierte Zeichenfolge, die Remote Desktop ähnelt. /// public static string RemoteDesktop { get { @@ -5967,7 +6039,7 @@ public static string RemoteDesktop { } /// - /// Looks up a localized string similar to Do not record. + /// Sucht eine lokalisierte Zeichenfolge, die Do not record ähnelt. /// public static string RemoteDesktopAudioCaptureRedirectionMode_DoNotRecord { get { @@ -5976,7 +6048,7 @@ public static string RemoteDesktopAudioCaptureRedirectionMode_DoNotRecord { } /// - /// Looks up a localized string similar to Record from this computer. + /// Sucht eine lokalisierte Zeichenfolge, die Record from this computer ähnelt. /// public static string RemoteDesktopAudioCaptureRedirectionMode_RecordFromThisComputer { get { @@ -5985,7 +6057,7 @@ public static string RemoteDesktopAudioCaptureRedirectionMode_RecordFromThisComp } /// - /// Looks up a localized string similar to Do not play. + /// Sucht eine lokalisierte Zeichenfolge, die Do not play ähnelt. /// public static string RemoteDesktopAudioRedirectionMode_DoNotPlay { get { @@ -5994,7 +6066,7 @@ public static string RemoteDesktopAudioRedirectionMode_DoNotPlay { } /// - /// Looks up a localized string similar to Play on remote computer. + /// Sucht eine lokalisierte Zeichenfolge, die Play on remote computer ähnelt. /// public static string RemoteDesktopAudioRedirectionMode_PlayOnRemoteComputer { get { @@ -6003,7 +6075,7 @@ public static string RemoteDesktopAudioRedirectionMode_PlayOnRemoteComputer { } /// - /// Looks up a localized string similar to Play on this computer. + /// Sucht eine lokalisierte Zeichenfolge, die Play on this computer ähnelt. /// public static string RemoteDesktopAudioRedirectionMode_PlayOnThisComputer { get { @@ -6012,7 +6084,7 @@ public static string RemoteDesktopAudioRedirectionMode_PlayOnThisComputer { } /// - /// Looks up a localized string similar to Socket closed.. + /// Sucht eine lokalisierte Zeichenfolge, die Socket closed. ähnelt. /// public static string RemoteDesktopDisconnectReason_AtClientWinsockFDCLOSE { get { @@ -6021,7 +6093,7 @@ public static string RemoteDesktopDisconnectReason_AtClientWinsockFDCLOSE { } /// - /// Looks up a localized string similar to Remote disconnect by server.. + /// Sucht eine lokalisierte Zeichenfolge, die Remote disconnect by server. ähnelt. /// public static string RemoteDesktopDisconnectReason_ByServer { get { @@ -6030,7 +6102,7 @@ public static string RemoteDesktopDisconnectReason_ByServer { } /// - /// Looks up a localized string similar to Decompression error.. + /// Sucht eine lokalisierte Zeichenfolge, die Decompression error. ähnelt. /// public static string RemoteDesktopDisconnectReason_ClientDecompressionError { get { @@ -6039,7 +6111,7 @@ public static string RemoteDesktopDisconnectReason_ClientDecompressionError { } /// - /// Looks up a localized string similar to Connection timed out.. + /// Sucht eine lokalisierte Zeichenfolge, die Connection timed out. ähnelt. /// public static string RemoteDesktopDisconnectReason_ConnectionTimedOut { get { @@ -6048,7 +6120,7 @@ public static string RemoteDesktopDisconnectReason_ConnectionTimedOut { } /// - /// Looks up a localized string similar to Decryption error.. + /// Sucht eine lokalisierte Zeichenfolge, die Decryption error. ähnelt. /// public static string RemoteDesktopDisconnectReason_DecryptionError { get { @@ -6057,7 +6129,7 @@ public static string RemoteDesktopDisconnectReason_DecryptionError { } /// - /// Looks up a localized string similar to DNS name lookup failure.. + /// Sucht eine lokalisierte Zeichenfolge, die DNS name lookup failure. ähnelt. /// public static string RemoteDesktopDisconnectReason_DNSLookupFailed { get { @@ -6066,7 +6138,7 @@ public static string RemoteDesktopDisconnectReason_DNSLookupFailed { } /// - /// Looks up a localized string similar to DNS lookup failed.. + /// Sucht eine lokalisierte Zeichenfolge, die DNS lookup failed. ähnelt. /// public static string RemoteDesktopDisconnectReason_DNSLookupFailed2 { get { @@ -6075,7 +6147,7 @@ public static string RemoteDesktopDisconnectReason_DNSLookupFailed2 { } /// - /// Looks up a localized string similar to Encryption error.. + /// Sucht eine lokalisierte Zeichenfolge, die Encryption error. ähnelt. /// public static string RemoteDesktopDisconnectReason_EncryptionError { get { @@ -6084,7 +6156,7 @@ public static string RemoteDesktopDisconnectReason_EncryptionError { } /// - /// Looks up a localized string similar to Windows Sockets gethostbyname call failed.. + /// Sucht eine lokalisierte Zeichenfolge, die Windows Sockets gethostbyname call failed. ähnelt. /// public static string RemoteDesktopDisconnectReason_GetHostByNameFailed { get { @@ -6093,7 +6165,7 @@ public static string RemoteDesktopDisconnectReason_GetHostByNameFailed { } /// - /// Looks up a localized string similar to Host not found.. + /// Sucht eine lokalisierte Zeichenfolge, die Host not found. ähnelt. /// public static string RemoteDesktopDisconnectReason_HostNotFound { get { @@ -6102,7 +6174,7 @@ public static string RemoteDesktopDisconnectReason_HostNotFound { } /// - /// Looks up a localized string similar to Internal error.. + /// Sucht eine lokalisierte Zeichenfolge, die Internal error. ähnelt. /// public static string RemoteDesktopDisconnectReason_InternalError { get { @@ -6111,7 +6183,7 @@ public static string RemoteDesktopDisconnectReason_InternalError { } /// - /// Looks up a localized string similar to Internal security error.. + /// Sucht eine lokalisierte Zeichenfolge, die Internal security error. ähnelt. /// public static string RemoteDesktopDisconnectReason_InternalSecurityError { get { @@ -6120,7 +6192,7 @@ public static string RemoteDesktopDisconnectReason_InternalSecurityError { } /// - /// Looks up a localized string similar to Internal security error.. + /// Sucht eine lokalisierte Zeichenfolge, die Internal security error. ähnelt. /// public static string RemoteDesktopDisconnectReason_InternalSecurityError2 { get { @@ -6129,7 +6201,7 @@ public static string RemoteDesktopDisconnectReason_InternalSecurityError2 { } /// - /// Looks up a localized string similar to The encryption method specified is not valid.. + /// Sucht eine lokalisierte Zeichenfolge, die The encryption method specified is not valid. ähnelt. /// public static string RemoteDesktopDisconnectReason_InvalidEncryption { get { @@ -6138,7 +6210,7 @@ public static string RemoteDesktopDisconnectReason_InvalidEncryption { } /// - /// Looks up a localized string similar to Bad IP address specified.. + /// Sucht eine lokalisierte Zeichenfolge, die Bad IP address specified. ähnelt. /// public static string RemoteDesktopDisconnectReason_InvalidIP { get { @@ -6147,7 +6219,7 @@ public static string RemoteDesktopDisconnectReason_InvalidIP { } /// - /// Looks up a localized string similar to The IP address specified is not valid.. + /// Sucht eine lokalisierte Zeichenfolge, die The IP address specified is not valid. ähnelt. /// public static string RemoteDesktopDisconnectReason_InvalidIPAddr { get { @@ -6156,7 +6228,7 @@ public static string RemoteDesktopDisconnectReason_InvalidIPAddr { } /// - /// Looks up a localized string similar to Security data is not valid.. + /// Sucht eine lokalisierte Zeichenfolge, die Security data is not valid. ähnelt. /// public static string RemoteDesktopDisconnectReason_InvalidSecurityData { get { @@ -6165,7 +6237,7 @@ public static string RemoteDesktopDisconnectReason_InvalidSecurityData { } /// - /// Looks up a localized string similar to Server security data is not valid.. + /// Sucht eine lokalisierte Zeichenfolge, die Server security data is not valid. ähnelt. /// public static string RemoteDesktopDisconnectReason_InvalidServerSecurityInfo { get { @@ -6174,7 +6246,7 @@ public static string RemoteDesktopDisconnectReason_InvalidServerSecurityInfo { } /// - /// Looks up a localized string similar to License negotiation failed.. + /// Sucht eine lokalisierte Zeichenfolge, die License negotiation failed. ähnelt. /// public static string RemoteDesktopDisconnectReason_LicensingFailed { get { @@ -6183,7 +6255,7 @@ public static string RemoteDesktopDisconnectReason_LicensingFailed { } /// - /// Looks up a localized string similar to Licensing time-out.. + /// Sucht eine lokalisierte Zeichenfolge, die Licensing time-out. ähnelt. /// public static string RemoteDesktopDisconnectReason_LicensingTimeout { get { @@ -6192,7 +6264,7 @@ public static string RemoteDesktopDisconnectReason_LicensingTimeout { } /// - /// Looks up a localized string similar to Local disconnection.. + /// Sucht eine lokalisierte Zeichenfolge, die Local disconnection. ähnelt. /// public static string RemoteDesktopDisconnectReason_LocalNotError { get { @@ -6201,7 +6273,7 @@ public static string RemoteDesktopDisconnectReason_LocalNotError { } /// - /// Looks up a localized string similar to No information is available.. + /// Sucht eine lokalisierte Zeichenfolge, die No information is available. ähnelt. /// public static string RemoteDesktopDisconnectReason_NoInfo { get { @@ -6210,7 +6282,7 @@ public static string RemoteDesktopDisconnectReason_NoInfo { } /// - /// Looks up a localized string similar to Out of memory.. + /// Sucht eine lokalisierte Zeichenfolge, die Out of memory. ähnelt. /// public static string RemoteDesktopDisconnectReason_OutOfMemory { get { @@ -6219,7 +6291,7 @@ public static string RemoteDesktopDisconnectReason_OutOfMemory { } /// - /// Looks up a localized string similar to Out of memory.. + /// Sucht eine lokalisierte Zeichenfolge, die Out of memory. ähnelt. /// public static string RemoteDesktopDisconnectReason_OutOfMemory2 { get { @@ -6228,7 +6300,7 @@ public static string RemoteDesktopDisconnectReason_OutOfMemory2 { } /// - /// Looks up a localized string similar to Out of memory.. + /// Sucht eine lokalisierte Zeichenfolge, die Out of memory. ähnelt. /// public static string RemoteDesktopDisconnectReason_OutOfMemory3 { get { @@ -6237,7 +6309,7 @@ public static string RemoteDesktopDisconnectReason_OutOfMemory3 { } /// - /// Looks up a localized string similar to Remote disconnect by user.. + /// Sucht eine lokalisierte Zeichenfolge, die Remote disconnect by user. ähnelt. /// public static string RemoteDesktopDisconnectReason_RemoteByUser { get { @@ -6246,7 +6318,7 @@ public static string RemoteDesktopDisconnectReason_RemoteByUser { } /// - /// Looks up a localized string similar to Failed to unpack server certificate.. + /// Sucht eine lokalisierte Zeichenfolge, die Failed to unpack server certificate. ähnelt. /// public static string RemoteDesktopDisconnectReason_ServerCertificateUnpackErr { get { @@ -6255,7 +6327,7 @@ public static string RemoteDesktopDisconnectReason_ServerCertificateUnpackErr { } /// - /// Looks up a localized string similar to Windows Sockets connect failed.. + /// Sucht eine lokalisierte Zeichenfolge, die Windows Sockets connect failed. ähnelt. /// public static string RemoteDesktopDisconnectReason_SocketConnectFailed { get { @@ -6264,7 +6336,7 @@ public static string RemoteDesktopDisconnectReason_SocketConnectFailed { } /// - /// Looks up a localized string similar to Windows Sockets recv call failed.. + /// Sucht eine lokalisierte Zeichenfolge, die Windows Sockets recv call failed. ähnelt. /// public static string RemoteDesktopDisconnectReason_SocketRecvFailed { get { @@ -6273,7 +6345,7 @@ public static string RemoteDesktopDisconnectReason_SocketRecvFailed { } /// - /// Looks up a localized string similar to The account is disabled.. + /// Sucht eine lokalisierte Zeichenfolge, die The account is disabled. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrAccountDisabled { get { @@ -6282,7 +6354,7 @@ public static string RemoteDesktopDisconnectReason_SslErrAccountDisabled { } /// - /// Looks up a localized string similar to The account is expired.. + /// Sucht eine lokalisierte Zeichenfolge, die The account is expired. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrAccountExpired { get { @@ -6291,7 +6363,7 @@ public static string RemoteDesktopDisconnectReason_SslErrAccountExpired { } /// - /// Looks up a localized string similar to The account is locked out.. + /// Sucht eine lokalisierte Zeichenfolge, die The account is locked out. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrAccountLockedOut { get { @@ -6300,7 +6372,7 @@ public static string RemoteDesktopDisconnectReason_SslErrAccountLockedOut { } /// - /// Looks up a localized string similar to The account is restricted.. + /// Sucht eine lokalisierte Zeichenfolge, die The account is restricted. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrAccountRestriction { get { @@ -6309,7 +6381,7 @@ public static string RemoteDesktopDisconnectReason_SslErrAccountRestriction { } /// - /// Looks up a localized string similar to The received certificate is expired.. + /// Sucht eine lokalisierte Zeichenfolge, die The received certificate is expired. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrCertExpired { get { @@ -6318,7 +6390,7 @@ public static string RemoteDesktopDisconnectReason_SslErrCertExpired { } /// - /// Looks up a localized string similar to The policy does not support delegation of credentials to the target server.. + /// Sucht eine lokalisierte Zeichenfolge, die The policy does not support delegation of credentials to the target server. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrDelegationPolicy { get { @@ -6327,7 +6399,7 @@ public static string RemoteDesktopDisconnectReason_SslErrDelegationPolicy { } /// - /// Looks up a localized string similar to The server authentication policy does not allow connection requests using saved credentials. The user must enter new credentials.. + /// Sucht eine lokalisierte Zeichenfolge, die The server authentication policy does not allow connection requests using saved credentials. The user must enter new credentials. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrFreshCredRequiredByServer { get { @@ -6336,7 +6408,7 @@ public static string RemoteDesktopDisconnectReason_SslErrFreshCredRequiredByServ } /// - /// Looks up a localized string similar to Login failed.. + /// Sucht eine lokalisierte Zeichenfolge, die Login failed. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrLogonFailure { get { @@ -6345,7 +6417,7 @@ public static string RemoteDesktopDisconnectReason_SslErrLogonFailure { } /// - /// Looks up a localized string similar to No authority could be contacted for authentication. The domain name of the authenticating party could be wrong, the domain could be unreachable, or there might have been a trust relationship failure.. + /// Sucht eine lokalisierte Zeichenfolge, die No authority could be contacted for authentication. The domain name of the authenticating party could be wrong, the domain could be unreachable, or there might have been a trust relationship failure. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrNoAuthenticatingAuthority { get { @@ -6354,7 +6426,7 @@ public static string RemoteDesktopDisconnectReason_SslErrNoAuthenticatingAuthori } /// - /// Looks up a localized string similar to The specified user has no account.. + /// Sucht eine lokalisierte Zeichenfolge, die The specified user has no account. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrNoSuchUser { get { @@ -6363,7 +6435,7 @@ public static string RemoteDesktopDisconnectReason_SslErrNoSuchUser { } /// - /// Looks up a localized string similar to The password is expired.. + /// Sucht eine lokalisierte Zeichenfolge, die The password is expired. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrPasswordExpired { get { @@ -6372,7 +6444,7 @@ public static string RemoteDesktopDisconnectReason_SslErrPasswordExpired { } /// - /// Looks up a localized string similar to The user password must be changed before logging on for the first time.. + /// Sucht eine lokalisierte Zeichenfolge, die The user password must be changed before logging on for the first time. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrPasswordMustChange { get { @@ -6381,7 +6453,7 @@ public static string RemoteDesktopDisconnectReason_SslErrPasswordMustChange { } /// - /// Looks up a localized string similar to Delegation of credentials to the target server is not allowed unless mutual authentication has been achieved.. + /// Sucht eine lokalisierte Zeichenfolge, die Delegation of credentials to the target server is not allowed unless mutual authentication has been achieved. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrPolicyNTLMOnly { get { @@ -6390,7 +6462,7 @@ public static string RemoteDesktopDisconnectReason_SslErrPolicyNTLMOnly { } /// - /// Looks up a localized string similar to The smart card is blocked.. + /// Sucht eine lokalisierte Zeichenfolge, die The smart card is blocked. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrSmartcardCardBlocked { get { @@ -6399,7 +6471,7 @@ public static string RemoteDesktopDisconnectReason_SslErrSmartcardCardBlocked { } /// - /// Looks up a localized string similar to An incorrect PIN was presented to the smart card.. + /// Sucht eine lokalisierte Zeichenfolge, die An incorrect PIN was presented to the smart card. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrSmartcardWrongPIN { get { @@ -6408,7 +6480,7 @@ public static string RemoteDesktopDisconnectReason_SslErrSmartcardWrongPIN { } /// - /// Looks up a localized string similar to Timeout occurred.. + /// Sucht eine lokalisierte Zeichenfolge, die Timeout occurred. ähnelt. /// public static string RemoteDesktopDisconnectReason_TimeoutOccurred { get { @@ -6417,7 +6489,7 @@ public static string RemoteDesktopDisconnectReason_TimeoutOccurred { } /// - /// Looks up a localized string similar to Internal timer error.. + /// Sucht eine lokalisierte Zeichenfolge, die Internal timer error. ähnelt. /// public static string RemoteDesktopDisconnectReason_TimerError { get { @@ -6426,7 +6498,7 @@ public static string RemoteDesktopDisconnectReason_TimerError { } /// - /// Looks up a localized string similar to The remote session ended because the total login time limit was reached. This limit is set by the server administrator or by network policies.. + /// Sucht eine lokalisierte Zeichenfolge, die The remote session ended because the total login time limit was reached. This limit is set by the server administrator or by network policies. ähnelt. /// public static string RemoteDesktopDisconnectReason_TotalLoginTimeLimitReached { get { @@ -6435,7 +6507,7 @@ public static string RemoteDesktopDisconnectReason_TotalLoginTimeLimitReached { } /// - /// Looks up a localized string similar to Unable to reconnect to the remote session.. + /// Sucht eine lokalisierte Zeichenfolge, die Unable to reconnect to the remote session. ähnelt. /// public static string RemoteDesktopDisconnectReason_UnableToReconnectToRemoteSession { get { @@ -6444,7 +6516,7 @@ public static string RemoteDesktopDisconnectReason_UnableToReconnectToRemoteSess } /// - /// Looks up a localized string similar to Windows Sockets send call failed.. + /// Sucht eine lokalisierte Zeichenfolge, die Windows Sockets send call failed. ähnelt. /// public static string RemoteDesktopDisconnectReason_WinsockSendFailed { get { @@ -6453,7 +6525,7 @@ public static string RemoteDesktopDisconnectReason_WinsockSendFailed { } /// - /// Looks up a localized string similar to On the remote computer. + /// Sucht eine lokalisierte Zeichenfolge, die On the remote computer ähnelt. /// public static string RemoteDesktopKeyboardHookMode_OnTheRemoteComputer { get { @@ -6462,7 +6534,7 @@ public static string RemoteDesktopKeyboardHookMode_OnTheRemoteComputer { } /// - /// Looks up a localized string similar to On this computer. + /// Sucht eine lokalisierte Zeichenfolge, die On this computer ähnelt. /// public static string RemoteDesktopKeyboardHookMode_OnThisComputer { get { @@ -6471,7 +6543,7 @@ public static string RemoteDesktopKeyboardHookMode_OnThisComputer { } /// - /// Looks up a localized string similar to High-speed broadband (2 Mbps - 10 Mbps). + /// Sucht eine lokalisierte Zeichenfolge, die High-speed broadband (2 Mbps - 10 Mbps) ähnelt. /// public static string RemoteDesktopNetworkConnectionType_BroadbandHigh { get { @@ -6480,7 +6552,7 @@ public static string RemoteDesktopNetworkConnectionType_BroadbandHigh { } /// - /// Looks up a localized string similar to Low-speed broadband (256 kbps - 2 Mbps). + /// Sucht eine lokalisierte Zeichenfolge, die Low-speed broadband (256 kbps - 2 Mbps) ähnelt. /// public static string RemoteDesktopNetworkConnectionType_BroadbandLow { get { @@ -6489,7 +6561,7 @@ public static string RemoteDesktopNetworkConnectionType_BroadbandLow { } /// - /// Looks up a localized string similar to Detect connection quality automatically. + /// Sucht eine lokalisierte Zeichenfolge, die Detect connection quality automatically ähnelt. /// public static string RemoteDesktopNetworkConnectionType_DetectAutomatically { get { @@ -6498,7 +6570,7 @@ public static string RemoteDesktopNetworkConnectionType_DetectAutomatically { } /// - /// Looks up a localized string similar to LAN (10 Mbps or higher). + /// Sucht eine lokalisierte Zeichenfolge, die LAN (10 Mbps or higher) ähnelt. /// public static string RemoteDesktopNetworkConnectionType_LAN { get { @@ -6507,7 +6579,7 @@ public static string RemoteDesktopNetworkConnectionType_LAN { } /// - /// Looks up a localized string similar to Modem (56 kbps). + /// Sucht eine lokalisierte Zeichenfolge, die Modem (56 kbps) ähnelt. /// public static string RemoteDesktopNetworkConnectionType_Modem { get { @@ -6516,7 +6588,7 @@ public static string RemoteDesktopNetworkConnectionType_Modem { } /// - /// Looks up a localized string similar to Satellite (2 Mbps - 16 Mbps with high latency). + /// Sucht eine lokalisierte Zeichenfolge, die Satellite (2 Mbps - 16 Mbps with high latency) ähnelt. /// public static string RemoteDesktopNetworkConnectionType_Satellite { get { @@ -6525,7 +6597,7 @@ public static string RemoteDesktopNetworkConnectionType_Satellite { } /// - /// Looks up a localized string similar to WAN (10 Mbps or higher with high latency). + /// Sucht eine lokalisierte Zeichenfolge, die WAN (10 Mbps or higher with high latency) ähnelt. /// public static string RemoteDesktopNetworkConnectionType_WAN { get { @@ -6534,7 +6606,7 @@ public static string RemoteDesktopNetworkConnectionType_WAN { } /// - /// Looks up a localized string similar to Remote IP address. + /// Sucht eine lokalisierte Zeichenfolge, die Remote IP address ähnelt. /// public static string RemoteIPAddress { get { @@ -6543,7 +6615,7 @@ public static string RemoteIPAddress { } /// - /// Looks up a localized string similar to Remote port. + /// Sucht eine lokalisierte Zeichenfolge, die Remote port ähnelt. /// public static string RemotePort { get { @@ -6552,7 +6624,7 @@ public static string RemotePort { } /// - /// Looks up a localized string similar to Remove IPv4 address. + /// Sucht eine lokalisierte Zeichenfolge, die Remove IPv4 address ähnelt. /// public static string RemoveIPv4Address { get { @@ -6561,7 +6633,7 @@ public static string RemoveIPv4Address { } /// - /// Looks up a localized string similar to Remove IPv4 address.... + /// Sucht eine lokalisierte Zeichenfolge, die Remove IPv4 address... ähnelt. /// public static string RemoveIPv4AddressDots { get { @@ -6570,7 +6642,7 @@ public static string RemoveIPv4AddressDots { } /// - /// Looks up a localized string similar to Rename. + /// Sucht eine lokalisierte Zeichenfolge, die Rename ähnelt. /// public static string Rename { get { @@ -6579,7 +6651,7 @@ public static string Rename { } /// - /// Looks up a localized string similar to Renew. + /// Sucht eine lokalisierte Zeichenfolge, die Renew ähnelt. /// public static string Renew { get { @@ -6588,7 +6660,7 @@ public static string Renew { } /// - /// Looks up a localized string similar to Repeat. + /// Sucht eine lokalisierte Zeichenfolge, die Repeat ähnelt. /// public static string Repeat { get { @@ -6597,7 +6669,7 @@ public static string Repeat { } /// - /// Looks up a localized string similar to Report an issue or create a feature request. + /// Sucht eine lokalisierte Zeichenfolge, die Report an issue or create a feature request ähnelt. /// public static string ReportAnIssueOrCreateAFeatureRequest { get { @@ -6606,7 +6678,16 @@ public static string ReportAnIssueOrCreateAFeatureRequest { } /// - /// Looks up a localized string similar to Reset. + /// Sucht eine lokalisierte Zeichenfolge, die Report on GitHub ähnelt. + /// + public static string ReportOnGitHub { + get { + return ResourceManager.GetString("ReportOnGitHub", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Reset ähnelt. /// public static string Reset { get { @@ -6615,7 +6696,7 @@ public static string Reset { } /// - /// Looks up a localized string similar to All profiles in this profile file will be permanently deleted!. + /// Sucht eine lokalisierte Zeichenfolge, die All profiles in this profile file will be permanently deleted! ähnelt. /// public static string ResetProfilesMessage { get { @@ -6624,7 +6705,16 @@ public static string ResetProfilesMessage { } /// - /// Looks up a localized string similar to Resolve CNAME on ANY requests. + /// Sucht eine lokalisierte Zeichenfolge, die Resize ähnelt. + /// + public static string Resize { + get { + return ResourceManager.GetString("Resize", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Resolve CNAME on ANY requests ähnelt. /// public static string ResolveCNAMEOnANYRequests { get { @@ -6633,7 +6723,7 @@ public static string ResolveCNAMEOnANYRequests { } /// - /// Looks up a localized string similar to Resolved "{0}" as hostname for ip address "{1}"!. + /// Sucht eine lokalisierte Zeichenfolge, die Resolved "{0}" as hostname for ip address "{1}"! ähnelt. /// public static string ResolvedXXXAsHostnameForIPAddressXXXMessage { get { @@ -6642,7 +6732,7 @@ public static string ResolvedXXXAsHostnameForIPAddressXXXMessage { } /// - /// Looks up a localized string similar to Resolve hostname. + /// Sucht eine lokalisierte Zeichenfolge, die Resolve hostname ähnelt. /// public static string ResolveHostname { get { @@ -6651,7 +6741,7 @@ public static string ResolveHostname { } /// - /// Looks up a localized string similar to Resolve IPv4 address for this host. + /// Sucht eine lokalisierte Zeichenfolge, die Resolve IPv4 address for this host ähnelt. /// public static string ResolveIPv4AddressForThisHost { get { @@ -6660,7 +6750,7 @@ public static string ResolveIPv4AddressForThisHost { } /// - /// Looks up a localized string similar to Resolve MAC address and vendor. + /// Sucht eine lokalisierte Zeichenfolge, die Resolve MAC address and vendor ähnelt. /// public static string ResolveMACAddressAndVendor { get { @@ -6669,7 +6759,7 @@ public static string ResolveMACAddressAndVendor { } /// - /// Looks up a localized string similar to Resolve PTR. + /// Sucht eine lokalisierte Zeichenfolge, die Resolve PTR ähnelt. /// public static string ResolvePTR { get { @@ -6678,7 +6768,7 @@ public static string ResolvePTR { } /// - /// Looks up a localized string similar to A collection of all country flags in SVG. + /// Sucht eine lokalisierte Zeichenfolge, die A collection of all country flags in SVG ähnelt. /// public static string Resource_Flag_Description { get { @@ -6687,7 +6777,7 @@ public static string Resource_Flag_Description { } /// - /// Looks up a localized string similar to List of Top-Level-Domains from iana.org, which is used to query whois servers of the TLD from whois.iana.org via port 43. + /// Sucht eine lokalisierte Zeichenfolge, die List of Top-Level-Domains from iana.org, which is used to query whois servers of the TLD from whois.iana.org via port 43 ähnelt. /// public static string Resource_ListTLD_Description { get { @@ -6696,7 +6786,7 @@ public static string Resource_ListTLD_Description { } /// - /// Looks up a localized string similar to Sanitized IEEE OUI Data from linuxnet.ca.. + /// Sucht eine lokalisierte Zeichenfolge, die Sanitized IEEE OUI Data from linuxnet.ca. ähnelt. /// public static string Resource_OUI_Description { get { @@ -6705,7 +6795,7 @@ public static string Resource_OUI_Description { } /// - /// Looks up a localized string similar to Service Name and Transport Protocol Port Number Registry from iana.org.. + /// Sucht eine lokalisierte Zeichenfolge, die Service Name and Transport Protocol Port Number Registry from iana.org. ähnelt. /// public static string Resource_ServiceNamePortNumber_Description { get { @@ -6714,7 +6804,7 @@ public static string Resource_ServiceNamePortNumber_Description { } /// - /// Looks up a localized string similar to Resources. + /// Sucht eine lokalisierte Zeichenfolge, die Resources ähnelt. /// public static string Resources { get { @@ -6723,7 +6813,7 @@ public static string Resources { } /// - /// Looks up a localized string similar to Responses. + /// Sucht eine lokalisierte Zeichenfolge, die Responses ähnelt. /// public static string Responses { get { @@ -6732,7 +6822,7 @@ public static string Responses { } /// - /// Looks up a localized string similar to Restart. + /// Sucht eine lokalisierte Zeichenfolge, die Restart ähnelt. /// public static string Restart { get { @@ -6741,7 +6831,7 @@ public static string Restart { } /// - /// Looks up a localized string similar to Restart as Administrator. + /// Sucht eine lokalisierte Zeichenfolge, die Restart as Administrator ähnelt. /// public static string RestartAsAdmin { get { @@ -6750,7 +6840,7 @@ public static string RestartAsAdmin { } /// - /// Looks up a localized string similar to Restart now. + /// Sucht eine lokalisierte Zeichenfolge, die Restart now ähnelt. /// public static string RestartNow { get { @@ -6759,7 +6849,7 @@ public static string RestartNow { } /// - /// Looks up a localized string similar to Restart required. + /// Sucht eine lokalisierte Zeichenfolge, die Restart required ähnelt. /// public static string RestartRequired { get { @@ -6768,7 +6858,7 @@ public static string RestartRequired { } /// - /// Looks up a localized string similar to Some settings are applied only after restarting the application!. + /// Sucht eine lokalisierte Zeichenfolge, die Some settings are applied only after restarting the application! ähnelt. /// public static string RestartRequiredSettingsChangedMessage { get { @@ -6777,7 +6867,7 @@ public static string RestartRequiredSettingsChangedMessage { } /// - /// Looks up a localized string similar to Restart session. + /// Sucht eine lokalisierte Zeichenfolge, die Restart session ähnelt. /// public static string RestartSession { get { @@ -6786,7 +6876,7 @@ public static string RestartSession { } /// - /// Looks up a localized string similar to Restart the application to change the language!. + /// Sucht eine lokalisierte Zeichenfolge, die Restart the application to change the language! ähnelt. /// public static string RestartTheApplicationToChangeTheLanguage { get { @@ -6795,7 +6885,7 @@ public static string RestartTheApplicationToChangeTheLanguage { } /// - /// Looks up a localized string similar to Result. + /// Sucht eine lokalisierte Zeichenfolge, die Result ähnelt. /// public static string Result { get { @@ -6804,7 +6894,7 @@ public static string Result { } /// - /// Looks up a localized string similar to Resume. + /// Sucht eine lokalisierte Zeichenfolge, die Resume ähnelt. /// public static string Resume { get { @@ -6813,7 +6903,7 @@ public static string Resume { } /// - /// Looks up a localized string similar to Retries. + /// Sucht eine lokalisierte Zeichenfolge, die Retries ähnelt. /// public static string Retries { get { @@ -6822,7 +6912,7 @@ public static string Retries { } /// - /// Looks up a localized string similar to Rlogin. + /// Sucht eine lokalisierte Zeichenfolge, die Rlogin ähnelt. /// public static string Rlogin { get { @@ -6831,7 +6921,7 @@ public static string Rlogin { } /// - /// Looks up a localized string similar to Rlogin port. + /// Sucht eine lokalisierte Zeichenfolge, die Rlogin port ähnelt. /// public static string RloginPort { get { @@ -6840,7 +6930,7 @@ public static string RloginPort { } /// - /// Looks up a localized string similar to Route. + /// Sucht eine lokalisierte Zeichenfolge, die Route ähnelt. /// public static string Route { get { @@ -6849,7 +6939,7 @@ public static string Route { } /// - /// Looks up a localized string similar to Routing. + /// Sucht eine lokalisierte Zeichenfolge, die Routing ähnelt. /// public static string Routing { get { @@ -6858,7 +6948,7 @@ public static string Routing { } /// - /// Looks up a localized string similar to Run background job every x-minute. + /// Sucht eine lokalisierte Zeichenfolge, die Run background job every x-minute ähnelt. /// public static string RunBackgroundJobEveryXMinute { get { @@ -6867,7 +6957,7 @@ public static string RunBackgroundJobEveryXMinute { } /// - /// Looks up a localized string similar to Save. + /// Sucht eine lokalisierte Zeichenfolge, die Save ähnelt. /// public static string Save { get { @@ -6876,7 +6966,7 @@ public static string Save { } /// - /// Looks up a localized string similar to Save settings in the application folder. + /// Sucht eine lokalisierte Zeichenfolge, die Save settings in the application folder ähnelt. /// public static string SaveSettingsInApplicationFolder { get { @@ -6885,7 +6975,7 @@ public static string SaveSettingsInApplicationFolder { } /// - /// Looks up a localized string similar to Scan. + /// Sucht eine lokalisierte Zeichenfolge, die Scan ähnelt. /// public static string Scan { get { @@ -6894,7 +6984,7 @@ public static string Scan { } /// - /// Looks up a localized string similar to Scanned. + /// Sucht eine lokalisierte Zeichenfolge, die Scanned ähnelt. /// public static string Scanned { get { @@ -6903,7 +6993,7 @@ public static string Scanned { } /// - /// Looks up a localized string similar to Search. + /// Sucht eine lokalisierte Zeichenfolge, die Search ähnelt. /// public static string Search { get { @@ -6912,7 +7002,7 @@ public static string Search { } /// - /// Looks up a localized string similar to Search.... + /// Sucht eine lokalisierte Zeichenfolge, die Search... ähnelt. /// public static string SearchDots { get { @@ -6921,7 +7011,7 @@ public static string SearchDots { } /// - /// Looks up a localized string similar to Searched application not found!. + /// Sucht eine lokalisierte Zeichenfolge, die Searched application not found! ähnelt. /// public static string SearchedApplicationNotFound { get { @@ -6930,7 +7020,7 @@ public static string SearchedApplicationNotFound { } /// - /// Looks up a localized string similar to Searched language not found!. + /// Sucht eine lokalisierte Zeichenfolge, die Searched language not found! ähnelt. /// public static string SearchedLanguageNotFound { get { @@ -6939,7 +7029,7 @@ public static string SearchedLanguageNotFound { } /// - /// Looks up a localized string similar to Searched setting not found!. + /// Sucht eine lokalisierte Zeichenfolge, die Searched setting not found! ähnelt. /// public static string SearchedSettingNotFound { get { @@ -6948,7 +7038,7 @@ public static string SearchedSettingNotFound { } /// - /// Looks up a localized string similar to Searching for networks.... + /// Sucht eine lokalisierte Zeichenfolge, die Searching for networks... ähnelt. /// public static string SearchingForNetworksDots { get { @@ -6957,7 +7047,7 @@ public static string SearchingForNetworksDots { } /// - /// Looks up a localized string similar to Searching for WiFi adapters.... + /// Sucht eine lokalisierte Zeichenfolge, die Searching for WiFi adapters... ähnelt. /// public static string SearchingWiFiAdaptersDots { get { @@ -6966,7 +7056,7 @@ public static string SearchingWiFiAdaptersDots { } /// - /// Looks up a localized string similar to Secondary DNS server. + /// Sucht eine lokalisierte Zeichenfolge, die Secondary DNS server ähnelt. /// public static string SecondaryDNSServer { get { @@ -6975,7 +7065,7 @@ public static string SecondaryDNSServer { } /// - /// Looks up a localized string similar to Security. + /// Sucht eine lokalisierte Zeichenfolge, die Security ähnelt. /// public static string Security { get { @@ -6984,7 +7074,7 @@ public static string Security { } /// - /// Looks up a localized string similar to Select a profile.... + /// Sucht eine lokalisierte Zeichenfolge, die Select a profile... ähnelt. /// public static string SelectAProfileDots { get { @@ -6993,7 +7083,7 @@ public static string SelectAProfileDots { } /// - /// Looks up a localized string similar to Select a screen resolution. + /// Sucht eine lokalisierte Zeichenfolge, die Select a screen resolution ähnelt. /// public static string SelectAScreenResolution { get { @@ -7002,7 +7092,7 @@ public static string SelectAScreenResolution { } /// - /// Looks up a localized string similar to Selected. + /// Sucht eine lokalisierte Zeichenfolge, die Selected ähnelt. /// public static string Selected { get { @@ -7011,7 +7101,7 @@ public static string Selected { } /// - /// Looks up a localized string similar to The selected settings are overwritten!. + /// Sucht eine lokalisierte Zeichenfolge, die The selected settings are overwritten! ähnelt. /// public static string SelectedSettingsAreOverwritten { get { @@ -7020,7 +7110,7 @@ public static string SelectedSettingsAreOverwritten { } /// - /// Looks up a localized string similar to The selected settings are reset.. + /// Sucht eine lokalisierte Zeichenfolge, die The selected settings are reset. ähnelt. /// public static string SelectedSettingsAreReset { get { @@ -7029,7 +7119,7 @@ public static string SelectedSettingsAreReset { } /// - /// Looks up a localized string similar to Select port profile. + /// Sucht eine lokalisierte Zeichenfolge, die Select port profile ähnelt. /// public static string SelectPortProfile { get { @@ -7038,7 +7128,7 @@ public static string SelectPortProfile { } /// - /// Looks up a localized string similar to Select the settings you want to export:. + /// Sucht eine lokalisierte Zeichenfolge, die Select the settings you want to export: ähnelt. /// public static string SelectTheSettingsYouWantToExport { get { @@ -7047,7 +7137,7 @@ public static string SelectTheSettingsYouWantToExport { } /// - /// Looks up a localized string similar to Select the settings you want to import:. + /// Sucht eine lokalisierte Zeichenfolge, die Select the settings you want to import: ähnelt. /// public static string SelectTheSettingsYouWantToImport { get { @@ -7056,7 +7146,7 @@ public static string SelectTheSettingsYouWantToImport { } /// - /// Looks up a localized string similar to Send. + /// Sucht eine lokalisierte Zeichenfolge, die Send ähnelt. /// public static string Send { get { @@ -7065,7 +7155,7 @@ public static string Send { } /// - /// Looks up a localized string similar to Serial. + /// Sucht eine lokalisierte Zeichenfolge, die Serial ähnelt. /// public static string Serial { get { @@ -7074,7 +7164,7 @@ public static string Serial { } /// - /// Looks up a localized string similar to SerialLine. + /// Sucht eine lokalisierte Zeichenfolge, die SerialLine ähnelt. /// public static string SerialLine { get { @@ -7083,7 +7173,7 @@ public static string SerialLine { } /// - /// Looks up a localized string similar to Service. + /// Sucht eine lokalisierte Zeichenfolge, die Service ähnelt. /// public static string Service { get { @@ -7092,7 +7182,7 @@ public static string Service { } /// - /// Looks up a localized string similar to Set Master Password. + /// Sucht eine lokalisierte Zeichenfolge, die Set Master Password ähnelt. /// public static string SetMasterPassword { get { @@ -7101,7 +7191,7 @@ public static string SetMasterPassword { } /// - /// Looks up a localized string similar to Set Master Password.... + /// Sucht eine lokalisierte Zeichenfolge, die Set Master Password... ähnelt. /// public static string SetMasterPasswordDots { get { @@ -7110,7 +7200,7 @@ public static string SetMasterPasswordDots { } /// - /// Looks up a localized string similar to Settings. + /// Sucht eine lokalisierte Zeichenfolge, die Settings ähnelt. /// public static string Settings { get { @@ -7119,8 +7209,8 @@ public static string Settings { } /// - /// Looks up a localized string similar to The settings file found was corrupted or is not compatible with this version. All settings have been reset! - ///(Profile files are not affected!). + /// Sucht eine lokalisierte Zeichenfolge, die The settings file found was corrupted or is not compatible with this version. All settings have been reset! + ///(Profile files are not affected!) ähnelt. /// public static string SettingsFileFoundWasCorruptOrNotCompatibleMessage { get { @@ -7129,7 +7219,7 @@ public static string SettingsFileFoundWasCorruptOrNotCompatibleMessage { } /// - /// Looks up a localized string similar to Settings have been reset!. + /// Sucht eine lokalisierte Zeichenfolge, die Settings have been reset! ähnelt. /// public static string SettingsHaveBeenReset { get { @@ -7138,7 +7228,7 @@ public static string SettingsHaveBeenReset { } /// - /// Looks up a localized string similar to Settings successfully exported!. + /// Sucht eine lokalisierte Zeichenfolge, die Settings successfully exported! ähnelt. /// public static string SettingsSuccessfullyExported { get { @@ -7147,7 +7237,7 @@ public static string SettingsSuccessfullyExported { } /// - /// Looks up a localized string similar to Settings successfully imported!. + /// Sucht eine lokalisierte Zeichenfolge, die Settings successfully imported! ähnelt. /// public static string SettingsSuccessfullyImported { get { @@ -7156,7 +7246,7 @@ public static string SettingsSuccessfullyImported { } /// - /// Looks up a localized string similar to Settings successfully reset!. + /// Sucht eine lokalisierte Zeichenfolge, die Settings successfully reset! ähnelt. /// public static string SettingsSuccessfullyReset { get { @@ -7165,7 +7255,7 @@ public static string SettingsSuccessfullyReset { } /// - /// Looks up a localized string similar to Applications. + /// Sucht eine lokalisierte Zeichenfolge, die Applications ähnelt. /// public static string SettingsViewGroup_Applications { get { @@ -7174,7 +7264,7 @@ public static string SettingsViewGroup_Applications { } /// - /// Looks up a localized string similar to General. + /// Sucht eine lokalisierte Zeichenfolge, die General ähnelt. /// public static string SettingsViewGroup_General { get { @@ -7183,7 +7273,7 @@ public static string SettingsViewGroup_General { } /// - /// Looks up a localized string similar to Appearance. + /// Sucht eine lokalisierte Zeichenfolge, die Appearance ähnelt. /// public static string SettingsViewName_Appearance { get { @@ -7192,7 +7282,7 @@ public static string SettingsViewName_Appearance { } /// - /// Looks up a localized string similar to Autostart. + /// Sucht eine lokalisierte Zeichenfolge, die Autostart ähnelt. /// public static string SettingsViewName_Autostart { get { @@ -7201,7 +7291,7 @@ public static string SettingsViewName_Autostart { } /// - /// Looks up a localized string similar to Dashboard. + /// Sucht eine lokalisierte Zeichenfolge, die Dashboard ähnelt. /// public static string SettingsViewName_Dashboard { get { @@ -7210,7 +7300,7 @@ public static string SettingsViewName_Dashboard { } /// - /// Looks up a localized string similar to DNS Lookup. + /// Sucht eine lokalisierte Zeichenfolge, die DNS Lookup ähnelt. /// public static string SettingsViewName_DNSLookup { get { @@ -7219,7 +7309,7 @@ public static string SettingsViewName_DNSLookup { } /// - /// Looks up a localized string similar to General. + /// Sucht eine lokalisierte Zeichenfolge, die General ähnelt. /// public static string SettingsViewName_General { get { @@ -7228,7 +7318,7 @@ public static string SettingsViewName_General { } /// - /// Looks up a localized string similar to HotKeys. + /// Sucht eine lokalisierte Zeichenfolge, die HotKeys ähnelt. /// public static string SettingsViewName_HotKeys { get { @@ -7237,7 +7327,7 @@ public static string SettingsViewName_HotKeys { } /// - /// Looks up a localized string similar to HTTP Headers. + /// Sucht eine lokalisierte Zeichenfolge, die HTTP Headers ähnelt. /// public static string SettingsViewName_HTTPHeaders { get { @@ -7246,7 +7336,7 @@ public static string SettingsViewName_HTTPHeaders { } /// - /// Looks up a localized string similar to IP Scanner. + /// Sucht eine lokalisierte Zeichenfolge, die IP Scanner ähnelt. /// public static string SettingsViewName_IPScanner { get { @@ -7255,7 +7345,7 @@ public static string SettingsViewName_IPScanner { } /// - /// Looks up a localized string similar to Language. + /// Sucht eine lokalisierte Zeichenfolge, die Language ähnelt. /// public static string SettingsViewName_Language { get { @@ -7264,7 +7354,7 @@ public static string SettingsViewName_Language { } /// - /// Looks up a localized string similar to Ping Monitor. + /// Sucht eine lokalisierte Zeichenfolge, die Ping Monitor ähnelt. /// public static string SettingsViewName_PingMonitor { get { @@ -7273,7 +7363,7 @@ public static string SettingsViewName_PingMonitor { } /// - /// Looks up a localized string similar to Port Scanner. + /// Sucht eine lokalisierte Zeichenfolge, die Port Scanner ähnelt. /// public static string SettingsViewName_PortScanner { get { @@ -7282,7 +7372,7 @@ public static string SettingsViewName_PortScanner { } /// - /// Looks up a localized string similar to PowerShell. + /// Sucht eine lokalisierte Zeichenfolge, die PowerShell ähnelt. /// public static string SettingsViewName_PowerShell { get { @@ -7291,7 +7381,7 @@ public static string SettingsViewName_PowerShell { } /// - /// Looks up a localized string similar to Profiles. + /// Sucht eine lokalisierte Zeichenfolge, die Profiles ähnelt. /// public static string SettingsViewName_Profiles { get { @@ -7300,7 +7390,7 @@ public static string SettingsViewName_Profiles { } /// - /// Looks up a localized string similar to PuTTY. + /// Sucht eine lokalisierte Zeichenfolge, die PuTTY ähnelt. /// public static string SettingsViewName_PuTTY { get { @@ -7309,7 +7399,7 @@ public static string SettingsViewName_PuTTY { } /// - /// Looks up a localized string similar to Remote Desktop. + /// Sucht eine lokalisierte Zeichenfolge, die Remote Desktop ähnelt. /// public static string SettingsViewName_RemoteDesktop { get { @@ -7318,7 +7408,7 @@ public static string SettingsViewName_RemoteDesktop { } /// - /// Looks up a localized string similar to Settings. + /// Sucht eine lokalisierte Zeichenfolge, die Settings ähnelt. /// public static string SettingsViewName_Settings { get { @@ -7327,7 +7417,7 @@ public static string SettingsViewName_Settings { } /// - /// Looks up a localized string similar to SNMP. + /// Sucht eine lokalisierte Zeichenfolge, die SNMP ähnelt. /// public static string SettingsViewName_SNMP { get { @@ -7336,7 +7426,7 @@ public static string SettingsViewName_SNMP { } /// - /// Looks up a localized string similar to Status. + /// Sucht eine lokalisierte Zeichenfolge, die Status ähnelt. /// public static string SettingsViewName_Status { get { @@ -7345,7 +7435,7 @@ public static string SettingsViewName_Status { } /// - /// Looks up a localized string similar to TigerVNC. + /// Sucht eine lokalisierte Zeichenfolge, die TigerVNC ähnelt. /// public static string SettingsViewName_TigerVNC { get { @@ -7354,7 +7444,7 @@ public static string SettingsViewName_TigerVNC { } /// - /// Looks up a localized string similar to Traceroute. + /// Sucht eine lokalisierte Zeichenfolge, die Traceroute ähnelt. /// public static string SettingsViewName_Traceroute { get { @@ -7363,7 +7453,7 @@ public static string SettingsViewName_Traceroute { } /// - /// Looks up a localized string similar to Update. + /// Sucht eine lokalisierte Zeichenfolge, die Update ähnelt. /// public static string SettingsViewName_Update { get { @@ -7372,7 +7462,7 @@ public static string SettingsViewName_Update { } /// - /// Looks up a localized string similar to Wake On LAN. + /// Sucht eine lokalisierte Zeichenfolge, die Wake On LAN ähnelt. /// public static string SettingsViewName_WakeOnLAN { get { @@ -7381,7 +7471,7 @@ public static string SettingsViewName_WakeOnLAN { } /// - /// Looks up a localized string similar to Whois. + /// Sucht eine lokalisierte Zeichenfolge, die Whois ähnelt. /// public static string SettingsViewName_Whois { get { @@ -7390,7 +7480,7 @@ public static string SettingsViewName_Whois { } /// - /// Looks up a localized string similar to Window. + /// Sucht eine lokalisierte Zeichenfolge, die Window ähnelt. /// public static string SettingsViewName_Window { get { @@ -7399,7 +7489,7 @@ public static string SettingsViewName_Window { } /// - /// Looks up a localized string similar to Show. + /// Sucht eine lokalisierte Zeichenfolge, die Show ähnelt. /// public static string Show { get { @@ -7408,7 +7498,7 @@ public static string Show { } /// - /// Looks up a localized string similar to Show closed ports. + /// Sucht eine lokalisierte Zeichenfolge, die Show closed ports ähnelt. /// public static string ShowClosedPorts { get { @@ -7417,7 +7507,7 @@ public static string ShowClosedPorts { } /// - /// Looks up a localized string similar to Show current application title. + /// Sucht eine lokalisierte Zeichenfolge, die Show current application title ähnelt. /// public static string ShowCurrentApplicationTitle { get { @@ -7426,7 +7516,7 @@ public static string ShowCurrentApplicationTitle { } /// - /// Looks up a localized string similar to Show error message. + /// Sucht eine lokalisierte Zeichenfolge, die Show error message ähnelt. /// public static string ShowErrorMessage { get { @@ -7435,7 +7525,7 @@ public static string ShowErrorMessage { } /// - /// Looks up a localized string similar to Show local licenses. + /// Sucht eine lokalisierte Zeichenfolge, die Show local licenses ähnelt. /// public static string ShowLocalLicenses { get { @@ -7444,7 +7534,7 @@ public static string ShowLocalLicenses { } /// - /// Looks up a localized string similar to Show only most common query types. + /// Sucht eine lokalisierte Zeichenfolge, die Show only most common query types ähnelt. /// public static string ShowOnlyMostCommonQueryTypes { get { @@ -7453,7 +7543,7 @@ public static string ShowOnlyMostCommonQueryTypes { } /// - /// Looks up a localized string similar to Show scan result for all IP addresses. + /// Sucht eine lokalisierte Zeichenfolge, die Show scan result for all IP addresses ähnelt. /// public static string ShowScanResultForAllIPAddresses { get { @@ -7462,7 +7552,7 @@ public static string ShowScanResultForAllIPAddresses { } /// - /// Looks up a localized string similar to Show SplashScreen on start. + /// Sucht eine lokalisierte Zeichenfolge, die Show SplashScreen on start ähnelt. /// public static string ShowSplashScreenOnStart { get { @@ -7471,7 +7561,7 @@ public static string ShowSplashScreenOnStart { } /// - /// Looks up a localized string similar to Show statistics. + /// Sucht eine lokalisierte Zeichenfolge, die Show statistics ähnelt. /// public static string ShowStatistics { get { @@ -7480,7 +7570,7 @@ public static string ShowStatistics { } /// - /// Looks up a localized string similar to Show status window on network change. + /// Sucht eine lokalisierte Zeichenfolge, die Show status window on network change ähnelt. /// public static string ShowStatusWindowOnNetworkChange { get { @@ -7489,7 +7579,7 @@ public static string ShowStatusWindowOnNetworkChange { } /// - /// Looks up a localized string similar to Show the following application on startup:. + /// Sucht eine lokalisierte Zeichenfolge, die Show the following application on startup: ähnelt. /// public static string ShowTheFollowingApplicationOnStartup { get { @@ -7498,7 +7588,7 @@ public static string ShowTheFollowingApplicationOnStartup { } /// - /// Looks up a localized string similar to Show window contents while dragging. + /// Sucht eine lokalisierte Zeichenfolge, die Show window contents while dragging ähnelt. /// public static string ShowWindowContentsWhileDragging { get { @@ -7507,7 +7597,7 @@ public static string ShowWindowContentsWhileDragging { } /// - /// Looks up a localized string similar to Sienna. + /// Sucht eine lokalisierte Zeichenfolge, die Sienna ähnelt. /// public static string Sienna { get { @@ -7516,7 +7606,7 @@ public static string Sienna { } /// - /// Looks up a localized string similar to Signal strength. + /// Sucht eine lokalisierte Zeichenfolge, die Signal strength ähnelt. /// public static string SignalStrength { get { @@ -7525,7 +7615,7 @@ public static string SignalStrength { } /// - /// Looks up a localized string similar to A powerful tool for managing networks and troubleshoot network problems!. + /// Sucht eine lokalisierte Zeichenfolge, die A powerful tool for managing networks and troubleshoot network problems! ähnelt. /// public static string Slogan { get { @@ -7534,7 +7624,7 @@ public static string Slogan { } /// - /// Looks up a localized string similar to SNMP. + /// Sucht eine lokalisierte Zeichenfolge, die SNMP ähnelt. /// public static string SNMP { get { @@ -7543,7 +7633,7 @@ public static string SNMP { } /// - /// Looks up a localized string similar to Socket. + /// Sucht eine lokalisierte Zeichenfolge, die Socket ähnelt. /// public static string Socket { get { @@ -7552,7 +7642,7 @@ public static string Socket { } /// - /// Looks up a localized string similar to Spaces are not allowed!. + /// Sucht eine lokalisierte Zeichenfolge, die Spaces are not allowed! ähnelt. /// public static string SpacesAreNotAllowed { get { @@ -7561,7 +7651,7 @@ public static string SpacesAreNotAllowed { } /// - /// Looks up a localized string similar to Speed. + /// Sucht eine lokalisierte Zeichenfolge, die Speed ähnelt. /// public static string Speed { get { @@ -7570,7 +7660,7 @@ public static string Speed { } /// - /// Looks up a localized string similar to SplashScreen. + /// Sucht eine lokalisierte Zeichenfolge, die SplashScreen ähnelt. /// public static string SplashScreen { get { @@ -7579,7 +7669,7 @@ public static string SplashScreen { } /// - /// Looks up a localized string similar to SSH. + /// Sucht eine lokalisierte Zeichenfolge, die SSH ähnelt. /// public static string SSH { get { @@ -7588,7 +7678,7 @@ public static string SSH { } /// - /// Looks up a localized string similar to SSH log. + /// Sucht eine lokalisierte Zeichenfolge, die SSH log ähnelt. /// public static string SSHLog { get { @@ -7597,7 +7687,7 @@ public static string SSHLog { } /// - /// Looks up a localized string similar to SSH port. + /// Sucht eine lokalisierte Zeichenfolge, die SSH port ähnelt. /// public static string SSHPort { get { @@ -7606,7 +7696,7 @@ public static string SSHPort { } /// - /// Looks up a localized string similar to SSH Raw log. + /// Sucht eine lokalisierte Zeichenfolge, die SSH Raw log ähnelt. /// public static string SSHRawLog { get { @@ -7615,7 +7705,7 @@ public static string SSHRawLog { } /// - /// Looks up a localized string similar to SSID. + /// Sucht eine lokalisierte Zeichenfolge, die SSID ähnelt. /// public static string SSID { get { @@ -7624,7 +7714,7 @@ public static string SSID { } /// - /// Looks up a localized string similar to Star/Fork the Project on GitHub. + /// Sucht eine lokalisierte Zeichenfolge, die Star/Fork the Project on GitHub ähnelt. /// public static string StarForkTheProjectOnGitHub { get { @@ -7633,7 +7723,7 @@ public static string StarForkTheProjectOnGitHub { } /// - /// Looks up a localized string similar to Start minimized in tray. + /// Sucht eine lokalisierte Zeichenfolge, die Start minimized in tray ähnelt. /// public static string StartMinimizedInTray { get { @@ -7642,7 +7732,7 @@ public static string StartMinimizedInTray { } /// - /// Looks up a localized string similar to Start time. + /// Sucht eine lokalisierte Zeichenfolge, die Start time ähnelt. /// public static string StartTime { get { @@ -7651,7 +7741,7 @@ public static string StartTime { } /// - /// Looks up a localized string similar to Start with Windows (current user). + /// Sucht eine lokalisierte Zeichenfolge, die Start with Windows (current user) ähnelt. /// public static string StartWithWindows { get { @@ -7660,7 +7750,7 @@ public static string StartWithWindows { } /// - /// Looks up a localized string similar to State. + /// Sucht eine lokalisierte Zeichenfolge, die State ähnelt. /// public static string State { get { @@ -7669,7 +7759,7 @@ public static string State { } /// - /// Looks up a localized string similar to Static IPv4 address. + /// Sucht eine lokalisierte Zeichenfolge, die Static IPv4 address ähnelt. /// public static string StaticIPv4Address { get { @@ -7678,7 +7768,7 @@ public static string StaticIPv4Address { } /// - /// Looks up a localized string similar to Static IPv4 DNS server. + /// Sucht eine lokalisierte Zeichenfolge, die Static IPv4 DNS server ähnelt. /// public static string StaticIPv4DNSServer { get { @@ -7687,7 +7777,7 @@ public static string StaticIPv4DNSServer { } /// - /// Looks up a localized string similar to Statistics. + /// Sucht eine lokalisierte Zeichenfolge, die Statistics ähnelt. /// public static string Statistics { get { @@ -7696,7 +7786,7 @@ public static string Statistics { } /// - /// Looks up a localized string similar to Status. + /// Sucht eine lokalisierte Zeichenfolge, die Status ähnelt. /// public static string Status { get { @@ -7705,7 +7795,7 @@ public static string Status { } /// - /// Looks up a localized string similar to Status change. + /// Sucht eine lokalisierte Zeichenfolge, die Status change ähnelt. /// public static string StatusChange { get { @@ -7714,7 +7804,7 @@ public static string StatusChange { } /// - /// Looks up a localized string similar to Steel. + /// Sucht eine lokalisierte Zeichenfolge, die Steel ähnelt. /// public static string Steel { get { @@ -7723,7 +7813,7 @@ public static string Steel { } /// - /// Looks up a localized string similar to Subnet. + /// Sucht eine lokalisierte Zeichenfolge, die Subnet ähnelt. /// public static string Subnet { get { @@ -7732,7 +7822,7 @@ public static string Subnet { } /// - /// Looks up a localized string similar to Subnet 1. + /// Sucht eine lokalisierte Zeichenfolge, die Subnet 1 ähnelt. /// public static string Subnet1 { get { @@ -7741,7 +7831,7 @@ public static string Subnet1 { } /// - /// Looks up a localized string similar to Subnet 2. + /// Sucht eine lokalisierte Zeichenfolge, die Subnet 2 ähnelt. /// public static string Subnet2 { get { @@ -7750,7 +7840,7 @@ public static string Subnet2 { } /// - /// Looks up a localized string similar to Subnet Calculator. + /// Sucht eine lokalisierte Zeichenfolge, die Subnet Calculator ähnelt. /// public static string SubnetCalculator { get { @@ -7759,7 +7849,7 @@ public static string SubnetCalculator { } /// - /// Looks up a localized string similar to Subnetmask. + /// Sucht eine lokalisierte Zeichenfolge, die Subnetmask ähnelt. /// public static string Subnetmask { get { @@ -7768,7 +7858,7 @@ public static string Subnetmask { } /// - /// Looks up a localized string similar to Subnetmask or CIDR. + /// Sucht eine lokalisierte Zeichenfolge, die Subnetmask or CIDR ähnelt. /// public static string SubnetmaskOrCIDR { get { @@ -7777,7 +7867,7 @@ public static string SubnetmaskOrCIDR { } /// - /// Looks up a localized string similar to Subnetting. + /// Sucht eine lokalisierte Zeichenfolge, die Subnetting ähnelt. /// public static string Subnetting { get { @@ -7786,7 +7876,7 @@ public static string Subnetting { } /// - /// Looks up a localized string similar to Success!. + /// Sucht eine lokalisierte Zeichenfolge, die Success! ähnelt. /// public static string Success { get { @@ -7795,7 +7885,7 @@ public static string Success { } /// - /// Looks up a localized string similar to Tags. + /// Sucht eine lokalisierte Zeichenfolge, die Tags ähnelt. /// public static string Tags { get { @@ -7804,7 +7894,7 @@ public static string Tags { } /// - /// Looks up a localized string similar to Taupe. + /// Sucht eine lokalisierte Zeichenfolge, die Taupe ähnelt. /// public static string Taupe { get { @@ -7813,7 +7903,7 @@ public static string Taupe { } /// - /// Looks up a localized string similar to TCP/IP stack is available. "{0}" is reachable via ICMP!. + /// Sucht eine lokalisierte Zeichenfolge, die TCP/IP stack is available. "{0}" is reachable via ICMP! ähnelt. /// public static string TCPIPStackIsAvailableMessage { get { @@ -7822,7 +7912,7 @@ public static string TCPIPStackIsAvailableMessage { } /// - /// Looks up a localized string similar to TCP/IP stack is not available... "{0}" is not reachable via ICMP!. + /// Sucht eine lokalisierte Zeichenfolge, die TCP/IP stack is not available... "{0}" is not reachable via ICMP! ähnelt. /// public static string TCPIPStackIsNotAvailableMessage { get { @@ -7831,7 +7921,7 @@ public static string TCPIPStackIsNotAvailableMessage { } /// - /// Looks up a localized string similar to Closed. + /// Sucht eine lokalisierte Zeichenfolge, die Closed ähnelt. /// public static string TcpState_Closed { get { @@ -7840,7 +7930,7 @@ public static string TcpState_Closed { } /// - /// Looks up a localized string similar to CloseWait. + /// Sucht eine lokalisierte Zeichenfolge, die CloseWait ähnelt. /// public static string TcpState_CloseWait { get { @@ -7849,7 +7939,7 @@ public static string TcpState_CloseWait { } /// - /// Looks up a localized string similar to Closing. + /// Sucht eine lokalisierte Zeichenfolge, die Closing ähnelt. /// public static string TcpState_Closing { get { @@ -7858,7 +7948,7 @@ public static string TcpState_Closing { } /// - /// Looks up a localized string similar to DeleteTcb. + /// Sucht eine lokalisierte Zeichenfolge, die DeleteTcb ähnelt. /// public static string TcpState_DeleteTcb { get { @@ -7867,7 +7957,7 @@ public static string TcpState_DeleteTcb { } /// - /// Looks up a localized string similar to Established. + /// Sucht eine lokalisierte Zeichenfolge, die Established ähnelt. /// public static string TcpState_Established { get { @@ -7876,7 +7966,7 @@ public static string TcpState_Established { } /// - /// Looks up a localized string similar to FinWait1. + /// Sucht eine lokalisierte Zeichenfolge, die FinWait1 ähnelt. /// public static string TcpState_FinWait1 { get { @@ -7885,7 +7975,7 @@ public static string TcpState_FinWait1 { } /// - /// Looks up a localized string similar to FinWait2. + /// Sucht eine lokalisierte Zeichenfolge, die FinWait2 ähnelt. /// public static string TcpState_FinWait2 { get { @@ -7894,7 +7984,7 @@ public static string TcpState_FinWait2 { } /// - /// Looks up a localized string similar to LastAck. + /// Sucht eine lokalisierte Zeichenfolge, die LastAck ähnelt. /// public static string TcpState_LastAck { get { @@ -7903,7 +7993,7 @@ public static string TcpState_LastAck { } /// - /// Looks up a localized string similar to Listen. + /// Sucht eine lokalisierte Zeichenfolge, die Listen ähnelt. /// public static string TcpState_Listen { get { @@ -7912,7 +8002,7 @@ public static string TcpState_Listen { } /// - /// Looks up a localized string similar to SynReceived. + /// Sucht eine lokalisierte Zeichenfolge, die SynReceived ähnelt. /// public static string TcpState_SynReceived { get { @@ -7921,7 +8011,7 @@ public static string TcpState_SynReceived { } /// - /// Looks up a localized string similar to SynSent. + /// Sucht eine lokalisierte Zeichenfolge, die SynSent ähnelt. /// public static string TcpState_SynSent { get { @@ -7930,7 +8020,7 @@ public static string TcpState_SynSent { } /// - /// Looks up a localized string similar to TimeWait. + /// Sucht eine lokalisierte Zeichenfolge, die TimeWait ähnelt. /// public static string TcpState_TimeWait { get { @@ -7939,7 +8029,7 @@ public static string TcpState_TimeWait { } /// - /// Looks up a localized string similar to Unkown. + /// Sucht eine lokalisierte Zeichenfolge, die Unkown ähnelt. /// public static string TcpState_Unknown { get { @@ -7948,7 +8038,7 @@ public static string TcpState_Unknown { } /// - /// Looks up a localized string similar to Teal. + /// Sucht eine lokalisierte Zeichenfolge, die Teal ähnelt. /// public static string Teal { get { @@ -7957,7 +8047,7 @@ public static string Teal { } /// - /// Looks up a localized string similar to Telnet. + /// Sucht eine lokalisierte Zeichenfolge, die Telnet ähnelt. /// public static string Telnet { get { @@ -7966,7 +8056,7 @@ public static string Telnet { } /// - /// Looks up a localized string similar to Telnet port. + /// Sucht eine lokalisierte Zeichenfolge, die Telnet port ähnelt. /// public static string TelnetPort { get { @@ -7975,7 +8065,7 @@ public static string TelnetPort { } /// - /// Looks up a localized string similar to The application can be started without parameters!. + /// Sucht eine lokalisierte Zeichenfolge, die The application can be started without parameters! ähnelt. /// public static string TheApplicationCanBeStartedWithoutParameters { get { @@ -7984,7 +8074,7 @@ public static string TheApplicationCanBeStartedWithoutParameters { } /// - /// Looks up a localized string similar to The application will be restarted.... + /// Sucht eine lokalisierte Zeichenfolge, die The application will be restarted... ähnelt. /// public static string TheApplicationWillBeRestarted { get { @@ -7993,7 +8083,7 @@ public static string TheApplicationWillBeRestarted { } /// - /// Looks up a localized string similar to The following hostnames could not be resolved:. + /// Sucht eine lokalisierte Zeichenfolge, die The following hostnames could not be resolved: ähnelt. /// public static string TheFollowingHostnamesCouldNotBeResolved { get { @@ -8002,7 +8092,7 @@ public static string TheFollowingHostnamesCouldNotBeResolved { } /// - /// Looks up a localized string similar to The following parameters are available:. + /// Sucht eine lokalisierte Zeichenfolge, die The following parameters are available: ähnelt. /// public static string TheFollowingParametersAreAvailable { get { @@ -8011,7 +8101,7 @@ public static string TheFollowingParametersAreAvailable { } /// - /// Looks up a localized string similar to The following parameters can not be processed:. + /// Sucht eine lokalisierte Zeichenfolge, die The following parameters can not be processed: ähnelt. /// public static string TheFollowingParametersCanNotBeProcesses { get { @@ -8020,7 +8110,7 @@ public static string TheFollowingParametersCanNotBeProcesses { } /// - /// Looks up a localized string similar to Theme. + /// Sucht eine lokalisierte Zeichenfolge, die Theme ähnelt. /// public static string Theme { get { @@ -8029,7 +8119,7 @@ public static string Theme { } /// - /// Looks up a localized string similar to Dark. + /// Sucht eine lokalisierte Zeichenfolge, die Dark ähnelt. /// public static string Theme_Dark { get { @@ -8038,7 +8128,7 @@ public static string Theme_Dark { } /// - /// Looks up a localized string similar to Light. + /// Sucht eine lokalisierte Zeichenfolge, die Light ähnelt. /// public static string Theme_Light { get { @@ -8047,7 +8137,7 @@ public static string Theme_Light { } /// - /// Looks up a localized string similar to The process can take up some time and resources (CPU / RAM).. + /// Sucht eine lokalisierte Zeichenfolge, die The process can take up some time and resources (CPU / RAM). ähnelt. /// public static string TheProcessCanTakeUpSomeTimeAndResources { get { @@ -8056,7 +8146,7 @@ public static string TheProcessCanTakeUpSomeTimeAndResources { } /// - /// Looks up a localized string similar to The settings location is not affected. + /// Sucht eine lokalisierte Zeichenfolge, die The settings location is not affected ähnelt. /// public static string TheSettingsLocationIsNotAffected { get { @@ -8065,7 +8155,7 @@ public static string TheSettingsLocationIsNotAffected { } /// - /// Looks up a localized string similar to This will reset all settings!. + /// Sucht eine lokalisierte Zeichenfolge, die This will reset all settings! ähnelt. /// public static string ThisWillResetAllSettings { get { @@ -8074,7 +8164,7 @@ public static string ThisWillResetAllSettings { } /// - /// Looks up a localized string similar to Threads. + /// Sucht eine lokalisierte Zeichenfolge, die Threads ähnelt. /// public static string Threads { get { @@ -8083,7 +8173,7 @@ public static string Threads { } /// - /// Looks up a localized string similar to TigerVNC. + /// Sucht eine lokalisierte Zeichenfolge, die TigerVNC ähnelt. /// public static string TigerVNC { get { @@ -8092,7 +8182,7 @@ public static string TigerVNC { } /// - /// Looks up a localized string similar to TigerVNC location.... + /// Sucht eine lokalisierte Zeichenfolge, die TigerVNC location... ähnelt. /// public static string TigerVNCLocationDots { get { @@ -8101,7 +8191,7 @@ public static string TigerVNCLocationDots { } /// - /// Looks up a localized string similar to TigerVNC process has ended!. + /// Sucht eine lokalisierte Zeichenfolge, die TigerVNC process has ended! ähnelt. /// public static string TigerVNCProcessHasEnded { get { @@ -8110,7 +8200,7 @@ public static string TigerVNCProcessHasEnded { } /// - /// Looks up a localized string similar to Time. + /// Sucht eine lokalisierte Zeichenfolge, die Time ähnelt. /// public static string Time { get { @@ -8119,7 +8209,7 @@ public static string Time { } /// - /// Looks up a localized string similar to Time 1. + /// Sucht eine lokalisierte Zeichenfolge, die Time 1 ähnelt. /// public static string Time1 { get { @@ -8128,7 +8218,7 @@ public static string Time1 { } /// - /// Looks up a localized string similar to Time 2. + /// Sucht eine lokalisierte Zeichenfolge, die Time 2 ähnelt. /// public static string Time2 { get { @@ -8137,7 +8227,7 @@ public static string Time2 { } /// - /// Looks up a localized string similar to Time 3. + /// Sucht eine lokalisierte Zeichenfolge, die Time 3 ähnelt. /// public static string Time3 { get { @@ -8146,7 +8236,7 @@ public static string Time3 { } /// - /// Looks up a localized string similar to Time in seconds how long the window should be displayed. + /// Sucht eine lokalisierte Zeichenfolge, die Time in seconds how long the window should be displayed ähnelt. /// public static string TimeInSecondsHowLongTheWindowShouldBeDisplayed { get { @@ -8155,7 +8245,7 @@ public static string TimeInSecondsHowLongTheWindowShouldBeDisplayed { } /// - /// Looks up a localized string similar to Timeout. + /// Sucht eine lokalisierte Zeichenfolge, die Timeout ähnelt. /// public static string Timeout { get { @@ -8164,7 +8254,7 @@ public static string Timeout { } /// - /// Looks up a localized string similar to Timeout (ms). + /// Sucht eine lokalisierte Zeichenfolge, die Timeout (ms) ähnelt. /// public static string TimeoutMS { get { @@ -8173,7 +8263,7 @@ public static string TimeoutMS { } /// - /// Looks up a localized string similar to Timeout on SNMP query.. + /// Sucht eine lokalisierte Zeichenfolge, die Timeout on SNMP query. ähnelt. /// public static string TimeoutOnSNMPQuery { get { @@ -8182,7 +8272,7 @@ public static string TimeoutOnSNMPQuery { } /// - /// Looks up a localized string similar to Timeout (s). + /// Sucht eine lokalisierte Zeichenfolge, die Timeout (s) ähnelt. /// public static string TimeoutS { get { @@ -8191,7 +8281,7 @@ public static string TimeoutS { } /// - /// Looks up a localized string similar to Timeout when querying the DNS server with the IP address "{0}"!. + /// Sucht eine lokalisierte Zeichenfolge, die Timeout when querying the DNS server with the IP address "{0}"! ähnelt. /// public static string TimeoutWhenQueryingDNSServerMessage { get { @@ -8200,7 +8290,7 @@ public static string TimeoutWhenQueryingDNSServerMessage { } /// - /// Looks up a localized string similar to Timestamp. + /// Sucht eine lokalisierte Zeichenfolge, die Timestamp ähnelt. /// public static string Timestamp { get { @@ -8209,7 +8299,7 @@ public static string Timestamp { } /// - /// Looks up a localized string similar to Time to live. + /// Sucht eine lokalisierte Zeichenfolge, die Time to live ähnelt. /// public static string TimeToLive { get { @@ -8218,7 +8308,7 @@ public static string TimeToLive { } /// - /// Looks up a localized string similar to Time to wait between each ping. + /// Sucht eine lokalisierte Zeichenfolge, die Time to wait between each ping ähnelt. /// public static string TimeToWaitBetweenEachPing { get { @@ -8227,7 +8317,7 @@ public static string TimeToWaitBetweenEachPing { } /// - /// Looks up a localized string similar to Hour(s). + /// Sucht eine lokalisierte Zeichenfolge, die Hour(s) ähnelt. /// public static string TimeUnit_Hour { get { @@ -8236,7 +8326,7 @@ public static string TimeUnit_Hour { } /// - /// Looks up a localized string similar to Minute(s). + /// Sucht eine lokalisierte Zeichenfolge, die Minute(s) ähnelt. /// public static string TimeUnit_Minute { get { @@ -8245,7 +8335,7 @@ public static string TimeUnit_Minute { } /// - /// Looks up a localized string similar to Second(s). + /// Sucht eine lokalisierte Zeichenfolge, die Second(s) ähnelt. /// public static string TimeUnit_Second { get { @@ -8254,7 +8344,7 @@ public static string TimeUnit_Second { } /// - /// Looks up a localized string similar to Open documentation on GitHub.. + /// Sucht eine lokalisierte Zeichenfolge, die Open documentation on GitHub. ähnelt. /// public static string ToolTip_GithubDocumentationUrl { get { @@ -8263,7 +8353,7 @@ public static string ToolTip_GithubDocumentationUrl { } /// - /// Looks up a localized string similar to Report an issue or create a feature request.. + /// Sucht eine lokalisierte Zeichenfolge, die Report an issue or create a feature request. ähnelt. /// public static string ToolTip_GithubNewIssueUrl { get { @@ -8272,7 +8362,7 @@ public static string ToolTip_GithubNewIssueUrl { } /// - /// Looks up a localized string similar to Star/Fork the Project on GitHub.. + /// Sucht eine lokalisierte Zeichenfolge, die Star/Fork the Project on GitHub. ähnelt. /// public static string ToolTip_GitHubProjectUrl { get { @@ -8281,7 +8371,7 @@ public static string ToolTip_GitHubProjectUrl { } /// - /// Looks up a localized string similar to Help translate the project on Transifex.. + /// Sucht eine lokalisierte Zeichenfolge, die Help translate the project on Transifex. ähnelt. /// public static string ToolTip_TransifexProjectUrl { get { @@ -8290,7 +8380,7 @@ public static string ToolTip_TransifexProjectUrl { } /// - /// Looks up a localized string similar to Contact via Twitter.. + /// Sucht eine lokalisierte Zeichenfolge, die Contact via Twitter. ähnelt. /// public static string ToolTip_TwitterContactUrl { get { @@ -8299,7 +8389,7 @@ public static string ToolTip_TwitterContactUrl { } /// - /// Looks up a localized string similar to Total bytes received. + /// Sucht eine lokalisierte Zeichenfolge, die Total bytes received ähnelt. /// public static string TotalBytesReceived { get { @@ -8308,7 +8398,7 @@ public static string TotalBytesReceived { } /// - /// Looks up a localized string similar to Total bytes sent. + /// Sucht eine lokalisierte Zeichenfolge, die Total bytes sent ähnelt. /// public static string TotalBytesSent { get { @@ -8317,7 +8407,7 @@ public static string TotalBytesSent { } /// - /// Looks up a localized string similar to Total download. + /// Sucht eine lokalisierte Zeichenfolge, die Total download ähnelt. /// public static string TotalDownload { get { @@ -8326,7 +8416,7 @@ public static string TotalDownload { } /// - /// Looks up a localized string similar to Total upload. + /// Sucht eine lokalisierte Zeichenfolge, die Total upload ähnelt. /// public static string TotalUpload { get { @@ -8335,7 +8425,7 @@ public static string TotalUpload { } /// - /// Looks up a localized string similar to Trace. + /// Sucht eine lokalisierte Zeichenfolge, die Trace ähnelt. /// public static string Trace { get { @@ -8344,7 +8434,7 @@ public static string Trace { } /// - /// Looks up a localized string similar to Traceroute. + /// Sucht eine lokalisierte Zeichenfolge, die Traceroute ähnelt. /// public static string Traceroute { get { @@ -8353,7 +8443,7 @@ public static string Traceroute { } /// - /// Looks up a localized string similar to Tray. + /// Sucht eine lokalisierte Zeichenfolge, die Tray ähnelt. /// public static string Tray { get { @@ -8362,7 +8452,7 @@ public static string Tray { } /// - /// Looks up a localized string similar to TTL. + /// Sucht eine lokalisierte Zeichenfolge, die TTL ähnelt. /// public static string TTL { get { @@ -8371,7 +8461,7 @@ public static string TTL { } /// - /// Looks up a localized string similar to Type. + /// Sucht eine lokalisierte Zeichenfolge, die Type ähnelt. /// public static string Type { get { @@ -8380,7 +8470,7 @@ public static string Type { } /// - /// Looks up a localized string similar to Unkown error!. + /// Sucht eine lokalisierte Zeichenfolge, die Unkown error! ähnelt. /// public static string UnkownError { get { @@ -8389,7 +8479,7 @@ public static string UnkownError { } /// - /// Looks up a localized string similar to Unlock profile. + /// Sucht eine lokalisierte Zeichenfolge, die Unlock profile ähnelt. /// public static string UnlockProfile { get { @@ -8398,7 +8488,7 @@ public static string UnlockProfile { } /// - /// Looks up a localized string similar to Unlock the profile file to add, change or delete a profile!. + /// Sucht eine lokalisierte Zeichenfolge, die Unlock the profile file to use the profiles! ähnelt. /// public static string UnlockTheProfileFileMessage { get { @@ -8407,7 +8497,16 @@ public static string UnlockTheProfileFileMessage { } /// - /// Looks up a localized string similar to Untray / Bring window to front. + /// Sucht eine lokalisierte Zeichenfolge, die Unlock the profile file to add, change or delete a profile! ähnelt. + /// + public static string UnlockTheProfileFileMessage2 { + get { + return ResourceManager.GetString("UnlockTheProfileFileMessage2", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Untray / Bring window to front ähnelt. /// public static string UntrayBringWindowToFront { get { @@ -8416,7 +8515,7 @@ public static string UntrayBringWindowToFront { } /// - /// Looks up a localized string similar to Update. + /// Sucht eine lokalisierte Zeichenfolge, die Update ähnelt. /// public static string Update { get { @@ -8425,7 +8524,7 @@ public static string Update { } /// - /// Looks up a localized string similar to Update available!. + /// Sucht eine lokalisierte Zeichenfolge, die Update available! ähnelt. /// public static string UpdateAvailable { get { @@ -8434,7 +8533,7 @@ public static string UpdateAvailable { } /// - /// Looks up a localized string similar to Upload. + /// Sucht eine lokalisierte Zeichenfolge, die Upload ähnelt. /// public static string Upload { get { @@ -8443,7 +8542,7 @@ public static string Upload { } /// - /// Looks up a localized string similar to Uptime. + /// Sucht eine lokalisierte Zeichenfolge, die Uptime ähnelt. /// public static string Uptime { get { @@ -8452,7 +8551,7 @@ public static string Uptime { } /// - /// Looks up a localized string similar to URL. + /// Sucht eine lokalisierte Zeichenfolge, die URL ähnelt. /// public static string URL { get { @@ -8461,7 +8560,7 @@ public static string URL { } /// - /// Looks up a localized string similar to Use cache. + /// Sucht eine lokalisierte Zeichenfolge, die Use cache ähnelt. /// public static string UseCache { get { @@ -8470,7 +8569,7 @@ public static string UseCache { } /// - /// Looks up a localized string similar to Use credentials. + /// Sucht eine lokalisierte Zeichenfolge, die Use credentials ähnelt. /// public static string UseCredentials { get { @@ -8479,7 +8578,7 @@ public static string UseCredentials { } /// - /// Looks up a localized string similar to Use the current view size as the screen size. + /// Sucht eine lokalisierte Zeichenfolge, die Use the current view size as the screen size ähnelt. /// public static string UseCurrentViewSize { get { @@ -8488,7 +8587,7 @@ public static string UseCurrentViewSize { } /// - /// Looks up a localized string similar to Use custom DNS server. + /// Sucht eine lokalisierte Zeichenfolge, die Use custom DNS server ähnelt. /// public static string UseCustomDNSServer { get { @@ -8497,7 +8596,7 @@ public static string UseCustomDNSServer { } /// - /// Looks up a localized string similar to Use custom DNS suffix. + /// Sucht eine lokalisierte Zeichenfolge, die Use custom DNS suffix ähnelt. /// public static string UseCustomDNSSuffix { get { @@ -8506,7 +8605,7 @@ public static string UseCustomDNSSuffix { } /// - /// Looks up a localized string similar to Use custom IPv4 address API. + /// Sucht eine lokalisierte Zeichenfolge, die Use custom IPv4 address API ähnelt. /// public static string UseCustomIPv4AddressAPI { get { @@ -8515,7 +8614,7 @@ public static string UseCustomIPv4AddressAPI { } /// - /// Looks up a localized string similar to Use custom IPv6 address API. + /// Sucht eine lokalisierte Zeichenfolge, die Use custom IPv6 address API ähnelt. /// public static string UseCustomIPv6AddressAPI { get { @@ -8524,7 +8623,7 @@ public static string UseCustomIPv6AddressAPI { } /// - /// Looks up a localized string similar to Use only TCP. + /// Sucht eine lokalisierte Zeichenfolge, die Use only TCP ähnelt. /// public static string UseOnlyTCP { get { @@ -8533,7 +8632,7 @@ public static string UseOnlyTCP { } /// - /// Looks up a localized string similar to Use other. + /// Sucht eine lokalisierte Zeichenfolge, die Use other ähnelt. /// public static string UseOther { get { @@ -8542,7 +8641,7 @@ public static string UseOther { } /// - /// Looks up a localized string similar to Use other folder. + /// Sucht eine lokalisierte Zeichenfolge, die Use other folder ähnelt. /// public static string UseOtherFolder { get { @@ -8551,7 +8650,7 @@ public static string UseOtherFolder { } /// - /// Looks up a localized string similar to Use resolver cache. + /// Sucht eine lokalisierte Zeichenfolge, die Use resolver cache ähnelt. /// public static string UseResolverCache { get { @@ -8560,7 +8659,7 @@ public static string UseResolverCache { } /// - /// Looks up a localized string similar to User interface locked!. + /// Sucht eine lokalisierte Zeichenfolge, die User interface locked! ähnelt. /// public static string UserInterfaceLocked { get { @@ -8569,7 +8668,7 @@ public static string UserInterfaceLocked { } /// - /// Looks up a localized string similar to Username. + /// Sucht eine lokalisierte Zeichenfolge, die Username ähnelt. /// public static string Username { get { @@ -8578,7 +8677,7 @@ public static string Username { } /// - /// Looks up a localized string similar to Use the following DNS server addresses:. + /// Sucht eine lokalisierte Zeichenfolge, die Use the following DNS server addresses: ähnelt. /// public static string UseTheFollowingDNSServerAddresses { get { @@ -8587,7 +8686,7 @@ public static string UseTheFollowingDNSServerAddresses { } /// - /// Looks up a localized string similar to Use the following IP address:. + /// Sucht eine lokalisierte Zeichenfolge, die Use the following IP address: ähnelt. /// public static string UseTheFollowingIPAddress { get { @@ -8596,7 +8695,7 @@ public static string UseTheFollowingIPAddress { } /// - /// Looks up a localized string similar to v1/v2c. + /// Sucht eine lokalisierte Zeichenfolge, die v1/v2c ähnelt. /// public static string v1v2c { get { @@ -8605,7 +8704,7 @@ public static string v1v2c { } /// - /// Looks up a localized string similar to v3. + /// Sucht eine lokalisierte Zeichenfolge, die v3 ähnelt. /// public static string v3 { get { @@ -8614,7 +8713,7 @@ public static string v3 { } /// - /// Looks up a localized string similar to Validate. + /// Sucht eine lokalisierte Zeichenfolge, die Validate ähnelt. /// public static string Validate { get { @@ -8623,7 +8722,7 @@ public static string Validate { } /// - /// Looks up a localized string similar to Validation failed!. + /// Sucht eine lokalisierte Zeichenfolge, die Validation failed! ähnelt. /// public static string ValidationFailed { get { @@ -8632,7 +8731,7 @@ public static string ValidationFailed { } /// - /// Looks up a localized string similar to Value. + /// Sucht eine lokalisierte Zeichenfolge, die Value ähnelt. /// public static string Value { get { @@ -8641,7 +8740,7 @@ public static string Value { } /// - /// Looks up a localized string similar to Vendor. + /// Sucht eine lokalisierte Zeichenfolge, die Vendor ähnelt. /// public static string Vendor { get { @@ -8650,7 +8749,7 @@ public static string Vendor { } /// - /// Looks up a localized string similar to Version. + /// Sucht eine lokalisierte Zeichenfolge, die Version ähnelt. /// public static string Version { get { @@ -8659,7 +8758,7 @@ public static string Version { } /// - /// Looks up a localized string similar to Version {0} is available!. + /// Sucht eine lokalisierte Zeichenfolge, die Version {0} is available! ähnelt. /// public static string VersionxxIsAvailable { get { @@ -8668,7 +8767,7 @@ public static string VersionxxIsAvailable { } /// - /// Looks up a localized string similar to Violet. + /// Sucht eine lokalisierte Zeichenfolge, die Violet ähnelt. /// public static string Violet { get { @@ -8677,7 +8776,7 @@ public static string Violet { } /// - /// Looks up a localized string similar to Visible applications. + /// Sucht eine lokalisierte Zeichenfolge, die Visible applications ähnelt. /// public static string VisibleApplications { get { @@ -8686,7 +8785,7 @@ public static string VisibleApplications { } /// - /// Looks up a localized string similar to Visible applications in the bar:. + /// Sucht eine lokalisierte Zeichenfolge, die Visible applications in the bar: ähnelt. /// public static string VisibleApplicationsInTheBar { get { @@ -8695,7 +8794,7 @@ public static string VisibleApplicationsInTheBar { } /// - /// Looks up a localized string similar to Visual styles. + /// Sucht eine lokalisierte Zeichenfolge, die Visual styles ähnelt. /// public static string VisualStyles { get { @@ -8704,7 +8803,7 @@ public static string VisualStyles { } /// - /// Looks up a localized string similar to VLAN. + /// Sucht eine lokalisierte Zeichenfolge, die VLAN ähnelt. /// public static string VLAN { get { @@ -8713,7 +8812,7 @@ public static string VLAN { } /// - /// Looks up a localized string similar to Wake on LAN. + /// Sucht eine lokalisierte Zeichenfolge, die Wake on LAN ähnelt. /// public static string WakeOnLAN { get { @@ -8722,7 +8821,7 @@ public static string WakeOnLAN { } /// - /// Looks up a localized string similar to Wake up. + /// Sucht eine lokalisierte Zeichenfolge, die Wake up ähnelt. /// public static string WakeUp { get { @@ -8731,7 +8830,7 @@ public static string WakeUp { } /// - /// Looks up a localized string similar to Walk mode. + /// Sucht eine lokalisierte Zeichenfolge, die Walk mode ähnelt. /// public static string WalkMode { get { @@ -8740,7 +8839,7 @@ public static string WalkMode { } /// - /// Looks up a localized string similar to Could not resolve ip address for hostname!. + /// Sucht eine lokalisierte Zeichenfolge, die Could not resolve ip address for hostname! ähnelt. /// public static string WarningMessage_CouldNotResolvIPAddressForHostname { get { @@ -8749,9 +8848,9 @@ public static string WarningMessage_CouldNotResolvIPAddressForHostname { } /// - /// Looks up a localized string similar to The current profile file is not encrypted and passwords will stored unencrypted on disk! + /// Sucht eine lokalisierte Zeichenfolge, die The current profile file is not encrypted and passwords will stored unencrypted on disk! /// - ///Enable profile file encryption in Settings>Profile to store credentials securely.. + ///Enable profile file encryption in Settings>Profile to store credentials securely. ähnelt. /// public static string WarningMessage_ProfileFileNotEncryptedStoringPasswords { get { @@ -8760,7 +8859,7 @@ public static string WarningMessage_ProfileFileNotEncryptedStoringPasswords { } /// - /// Looks up a localized string similar to Web Console. + /// Sucht eine lokalisierte Zeichenfolge, die Web Console ähnelt. /// public static string WebConsole { get { @@ -8769,7 +8868,7 @@ public static string WebConsole { } /// - /// Looks up a localized string similar to Website. + /// Sucht eine lokalisierte Zeichenfolge, die Website ähnelt. /// public static string Website { get { @@ -8778,7 +8877,7 @@ public static string Website { } /// - /// Looks up a localized string similar to The WebView control (Microsoft Edge) cannot connect to websites with an invalid certificate!. + /// Sucht eine lokalisierte Zeichenfolge, die The WebView control (Microsoft Edge) cannot connect to websites with an invalid certificate! ähnelt. /// public static string WebViewControlCertificateIsInvalidMessage { get { @@ -8787,7 +8886,7 @@ public static string WebViewControlCertificateIsInvalidMessage { } /// - /// Looks up a localized string similar to Welcome. + /// Sucht eine lokalisierte Zeichenfolge, die Welcome ähnelt. /// public static string Welcome { get { @@ -8796,7 +8895,7 @@ public static string Welcome { } /// - /// Looks up a localized string similar to White. + /// Sucht eine lokalisierte Zeichenfolge, die White ähnelt. /// public static string White { get { @@ -8805,7 +8904,7 @@ public static string White { } /// - /// Looks up a localized string similar to Whois. + /// Sucht eine lokalisierte Zeichenfolge, die Whois ähnelt. /// public static string Whois { get { @@ -8814,7 +8913,7 @@ public static string Whois { } /// - /// Looks up a localized string similar to Whois server not found for the domain: "{0}". + /// Sucht eine lokalisierte Zeichenfolge, die Whois server not found for the domain: "{0}" ähnelt. /// public static string WhoisServerNotFoundForTheDomain { get { @@ -8823,7 +8922,7 @@ public static string WhoisServerNotFoundForTheDomain { } /// - /// Looks up a localized string similar to Wide Subnet. + /// Sucht eine lokalisierte Zeichenfolge, die Wide Subnet ähnelt. /// public static string WideSubnet { get { @@ -8832,7 +8931,7 @@ public static string WideSubnet { } /// - /// Looks up a localized string similar to Width. + /// Sucht eine lokalisierte Zeichenfolge, die Width ähnelt. /// public static string Width { get { @@ -8841,7 +8940,7 @@ public static string Width { } /// - /// Looks up a localized string similar to WiFi. + /// Sucht eine lokalisierte Zeichenfolge, die WiFi ähnelt. /// public static string WiFi { get { @@ -8850,7 +8949,7 @@ public static string WiFi { } /// - /// Looks up a localized string similar to Window. + /// Sucht eine lokalisierte Zeichenfolge, die Window ähnelt. /// public static string Window { get { @@ -8859,7 +8958,7 @@ public static string Window { } /// - /// Looks up a localized string similar to Windows DNS settings. + /// Sucht eine lokalisierte Zeichenfolge, die Windows DNS settings ähnelt. /// public static string WindowsDNSSettings { get { @@ -8868,7 +8967,7 @@ public static string WindowsDNSSettings { } /// - /// Looks up a localized string similar to Wrong password!. + /// Sucht eine lokalisierte Zeichenfolge, die Wrong password! ähnelt. /// public static string WrongPassword { get { @@ -8877,7 +8976,7 @@ public static string WrongPassword { } /// - /// Looks up a localized string similar to Could not be decrypted the file with the given password.. + /// Sucht eine lokalisierte Zeichenfolge, die Profile file could not be decrypted with the given password. ähnelt. /// public static string WrongPasswordDecryptionFailedMessage { get { @@ -8886,7 +8985,7 @@ public static string WrongPasswordDecryptionFailedMessage { } /// - /// Looks up a localized string similar to The entered password is wrong.. + /// Sucht eine lokalisierte Zeichenfolge, die The entered password is wrong. ähnelt. /// public static string WrongPasswordMessage { get { @@ -8895,7 +8994,7 @@ public static string WrongPasswordMessage { } /// - /// Looks up a localized string similar to "{0}" A dns records resolved for "{1}"!. + /// Sucht eine lokalisierte Zeichenfolge, die "{0}" A dns records resolved for "{1}"! ähnelt. /// public static string XADNSRecordsResolvedForXXXMessage { get { @@ -8904,7 +9003,7 @@ public static string XADNSRecordsResolvedForXXXMessage { } /// - /// Looks up a localized string similar to {0} seconds remaining.... + /// Sucht eine lokalisierte Zeichenfolge, die {0} seconds remaining... ähnelt. /// public static string XXSecondsRemainingDots { get { @@ -8913,7 +9012,7 @@ public static string XXSecondsRemainingDots { } /// - /// Looks up a localized string similar to "{0}" detected as gateway ip address!. + /// Sucht eine lokalisierte Zeichenfolge, die "{0}" detected as gateway ip address! ähnelt. /// public static string XXXDetectedAsGatewayIPAddress { get { @@ -8922,7 +9021,7 @@ public static string XXXDetectedAsGatewayIPAddress { } /// - /// Looks up a localized string similar to "{0}" detected as local ip address!. + /// Sucht eine lokalisierte Zeichenfolge, die "{0}" detected as local ip address! ähnelt. /// public static string XXXDetectedAsLocalIPAddressMessage { get { @@ -8931,7 +9030,7 @@ public static string XXXDetectedAsLocalIPAddressMessage { } /// - /// Looks up a localized string similar to "{0}" is not reachable via ICMP!. + /// Sucht eine lokalisierte Zeichenfolge, die "{0}" is not reachable via ICMP! ähnelt. /// public static string XXXIsNotReachableViaICMPMessage { get { @@ -8940,7 +9039,7 @@ public static string XXXIsNotReachableViaICMPMessage { } /// - /// Looks up a localized string similar to "{0}" is reachable via ICMP!. + /// Sucht eine lokalisierte Zeichenfolge, die "{0}" is reachable via ICMP! ähnelt. /// public static string XXXIsReachableViaICMPMessage { get { @@ -8949,7 +9048,7 @@ public static string XXXIsReachableViaICMPMessage { } /// - /// Looks up a localized string similar to Yellow. + /// Sucht eine lokalisierte Zeichenfolge, die Yellow ähnelt. /// public static string Yellow { get { @@ -8958,7 +9057,7 @@ public static string Yellow { } /// - /// Looks up a localized string similar to Yes. + /// Sucht eine lokalisierte Zeichenfolge, die Yes ähnelt. /// public static string Yes { get { @@ -8967,7 +9066,7 @@ public static string Yes { } /// - /// Looks up a localized string similar to Your system OS is incompatible with the latest release!. + /// Sucht eine lokalisierte Zeichenfolge, die Your system OS is incompatible with the latest release! ähnelt. /// public static string YourSystemOSIsIncompatibleWithTheLatestRelease { get { diff --git a/Source/NETworkManager.Localization/Resources/Strings.cs-CZ.resx b/Source/NETworkManager.Localization/Resources/Strings.cs-CZ.resx index bac0d8b74d..cd34513e21 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.cs-CZ.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.cs-CZ.resx @@ -112,10 +112,10 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 O aplikaci @@ -769,9 +769,9 @@ Pověření - Soubory profilů jsou na disku šifrovány pomocí Rijndael (AES) s velikostí klíče 256 bitů a velikostí bloku 128 bitů v režimu CBC. Šifrovací klíč je odvozen od hlavního hesla pomocí Rfc2898DeriveBytes (PBKDF2) s 1 000 000 iterací. Po spuštění jsou hesla uložena jako SecureString po načtení souboru profilu. U některých funkcí musí být heslo převedeno na normální řetězec a zůstane nezašifrované v paměti, dokud je sběrač odpadků nevyčistí. + Profile files are encrypted on disk using AES with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. -Toto je nová funkce, která může stále obsahovat chyby. Než povolíte šifrování souborů profilu, nejprve si zálohujte soubory profilu! +First make a backup copy of your profile files before enabling encryption! Vlastní @@ -810,7 +810,7 @@ Toto je nová funkce, která může stále obsahovat chyby. Než povolíte šifr Ostranit záznam - Vybraný profil bude trvale odstraněn. + Selected profile will be deleted permanently. Automatická konfigurace DNS... @@ -890,8 +890,8 @@ Toto je nová funkce, která může stále obsahovat chyby. Než povolíte šifr ID - - Dědit hosta z výchozího + + Inherit host from general Rozsah IP @@ -1247,7 +1247,7 @@ Možnost "Použít jiné" použije existující soubor nastavení v cíli a rest Šířka - Nelze dešifrovat soubor pomocí zadaného hesla. + Profile file could not be decrypted with the given password. Nesprávné heslo. @@ -2891,8 +2891,10 @@ $$hostname$$ --> Název hosta Profil se nepodařilo načíst! - - Profil nelze načíst a může být poškozen. Pokud je to neočekávané nebo kvůli aktualizaci, nahlas prosím tento problém na GitHubu! + + If this happened after an update, you may need to migrate the profiles to a newer version. When you click "Migrate", a PowerShell window opens with the migration script. Check the path and press Enter. + +Otherwise, the profile may be corrupted and you want to report the issue on GitHub. Upravit skupinu... @@ -2922,7 +2924,7 @@ $$hostname$$ --> Název hosta Odemknout profil - Chceš-li přidat, změnit nebo odstranit profil, musíš nejdřív odemknout soubor profilu! + Unlock the profile file to use the profiles! Odmítnout odpovědnost @@ -2934,13 +2936,11 @@ $$hostname$$ --> Název hosta Cílová složka již obsahuje soubory. Pokud kliknete na Sloučit, aktuální profily se zkopírují do složky. - Přepsat profily v cílové složce? + Overwrite profiles in destination folder? -"Přepsat" zkopíruje soubory profilu do cílové složky a přepíše existující soubory profilu. -Možnost "Sloučit" zkopíruje soubory profilu do cílové složky, ale nepřepíše výstupní soubory profilu. -Možnost "Použít jinou složku" použije existující soubory profilu v cílové složce. - -Poté bude aplikace restartována! +"Overwrite" will copy the profile files to the destination folder and overwrite existing profile files. +"Merge" will copy the profile files to the destination folder, but won't overwrite exitsting profile files. +"Use other folder" will use the existing profile files in the destination folder. Použít jiné @@ -3110,4 +3110,37 @@ Pověření v profilu budou bezpečnější. Unable to reconnect to the remote session. + + Migrate + + + Report on GitHub + + + Groups + + + Add group + + + Delete group + + + Selected group and all profiles inside this group will be deleted permanently. + + + The name is already used! + + + Resize + + + Delete profiles + + + Selected profiles will be deleted permanently. + + + Unlock the profile file to add, change or delete a profile! + diff --git a/Source/NETworkManager.Localization/Resources/Strings.de-DE.resx b/Source/NETworkManager.Localization/Resources/Strings.de-DE.resx index 57012c88f4..7b22b9298a 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.de-DE.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.de-DE.resx @@ -112,10 +112,10 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Über @@ -769,9 +769,9 @@ Anmeldeinformation - Profildateien werden auf der Festplatte mit Rijndael (AES) mit einer Schlüsselgröße von 256 Bit und einer Blockgröße von 128 Bit im CBC-Modus verschlüsselt. Der Verschlüsselungsschlüssel wird aus einem Master-Passwort mit Rfc2898DeriveBytes (PBKDF2) mit 1.000.000 Iterationen abgeleitet. Zur Laufzeit werden die Passwörter als SecureString gespeichert, sobald die Profildatei geladen ist. Bei einigen Funktionen muss das Kennwort in einen normalen String konvertiert werden und verbleibt unverschlüsselt im Speicher, bis der Garbage Collector sie aufräumt. + Profildateien werden auf der Festplatte mit AES mit einer Schlüsselgröße von 256 Bit und einer Blockgröße von 128 Bit im CBC-Modus verschlüsselt. Der Verschlüsselungsschlüssel wird aus einem Master-Passwort mit Rfc2898DeriveBytes (PBKDF2) mit 1.000.000 Iterationen abgeleitet. Zur Laufzeit werden die Passwörter als SecureString gespeichert, sobald die Profildatei geladen ist. Bei einigen Funktionen muss das Kennwort in einen normalen String konvertiert werden und verbleibt unverschlüsselt im Speicher, bis der Garbage Collector sie aufräumt. -Dies ist eine neue Funktion und könnte Bugs enthalten. Bitte sichern Sie zuerst Ihre Profildateien, bevor Sie die Profildateiverschlüsselung aktivieren! +Erstelle zuerst ein Backup der Profildatei bevor du die Verschlüsselung aktivieren! Benutzerdefiniert @@ -810,7 +810,7 @@ Dies ist eine neue Funktion und könnte Bugs enthalten. Bitte sichern Sie zuerst Eintrag löschen - Ausgewählte Profile werden unwiederbringlich gelöscht. + Das ausgewählte Profil wird unwiederbringlich gelöscht. DNS Autkonfiguration @@ -890,8 +890,8 @@ Dies ist eine neue Funktion und könnte Bugs enthalten. Bitte sichern Sie zuerst ID - - Host von Standard übernehmen + + Host von Allgemein erben IP-Bereich @@ -1247,7 +1247,7 @@ Mit "Überschreiben" wird die Datei im Zielordner überschrieben. Breite - Die Datei konnte mit dem angegebenen Passwort nicht entschlüsselt werden. + Profildatei könnte mit dem angegebenen Passwort nicht entschlüsselt werden. Das eingegebene Passwort ist falsch. @@ -2892,8 +2892,10 @@ $$hostname$$ --> Hostname Profil konnte nicht geladen werden! - - Das Profil konnte nicht geladen werden und ist möglicherweise beschädigt. Wenn dies unerwartet ist oder auf ein Update zurückzuführen ist, melden Sie dieses Problem bitte auf GitHub! + + Wenn dies nach einem Update passiert ist, müssen Sie die Profile möglicherweise auf eine neuere Version migrieren. Wenn Sie auf "Migrieren" klicken, öffnet sich ein PowerShell-Fenster mit dem Migrationsskript. Überprüfen Sie den Pfad und drücken Sie die Eingabetaste. + +Ansonsten kann das Profil beschädigt sein und Sie können das Problem auf GitHub melden. Gruppe bearbeiten... @@ -2923,7 +2925,7 @@ $$hostname$$ --> Hostname Profil entsperren - Entsperren Sie die Profildatei, um ein Profil hinzuzufügen, zu ändern oder zu löschen! + Entsperren Sie die Profildatei, um die Profile verwenden zu können! Disclaimer @@ -2937,11 +2939,9 @@ $$hostname$$ --> Hostname Profile im Zielordner überschreiben? -"Überschreiben" kopiert die Profildateien in den Zielordner und überschreibt vorhandene Profildateien. +Mit "Überschreiben" werden die Profildateien in den Zielordner kopiert und die vorhandenen Profildateien überschrieben. "Zusammenführen" kopiert die Profildateien in den Zielordner, überschreibt aber nicht die vorhandenen Profildateien. -"Anderen Ordner verwenden" verwendet die vorhandenen Profildateien im Zielordner. - -Die Anwendung wird anschließend neu gestartet! +Mit "Anderen Ordner verwenden" werden die vorhandenen Profildateien im Zielordner verwendet. Anderen Verwenden @@ -3110,4 +3110,37 @@ Aktivieren Sie die Verschlüsselung der Profildatei in Einstellungen>Profile, Die Verbindung zur Remote-Sitzung kann nicht wiederhergestellt werden. + + Migrieren + + + Auf GitHub melden + + + Gruppen + + + Gruppe hinzufügen + + + Gruppe löschen + + + Die ausgewählte Gruppe und alle Profile in dieser Gruppe werden dauerhaft gelöscht. + + + Der Name wird bereits verwendet! + + + Größe anpassen + + + Profile löschen + + + Die ausgewählten Profile werden unwiederbringlich gelöscht. + + + Entsperren Sie die Profildatei, um ein Profil hinzuzufügen, zu ändern oder zu löschen! + diff --git a/Source/NETworkManager.Localization/Resources/Strings.es-ES.resx b/Source/NETworkManager.Localization/Resources/Strings.es-ES.resx index 22f83f0349..22c6e83fa6 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.es-ES.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.es-ES.resx @@ -112,10 +112,10 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Acerca de @@ -769,9 +769,9 @@ Credencial - Los archivos de perfil se cifran en el disco mediante Rijndael (AES) con un tamaño de clave de 256 bits y un tamaño de bloque de 128 bits en modo CBC. La clave de cifrado se deriva de una contraseña maestra que utiliza Rfc2898DeriveBytes (PBKDF2) con 1.000.000 de iteraciones. En tiempo de ejecución, las contraseñas se almacenan como SecureString una vez que se carga el archivo de perfil. Para algunas funciones, la contraseña debe convertirse en una cadena normal y permanecerá sin cifrar en la memoria hasta que el recolector de basura las limpie. + Los archivos de perfil se cifran en el disco utilizando AES con un tamaño de clave de 256 bits y un tamaño de bloque de 128 bits en modo CBC. La clave de cifrado se deriva de una contraseña maestra utilizando Rfc2898DeriveBytes (PBKDF2) con 1.000.000 de iteraciones. En tiempo de ejecución, las contraseñas se almacenan como SecureString una vez cargado el archivo de perfil. Para algunas funciones, la contraseña debe convertirse en una cadena normal y permanece sin cifrar en la memoria hasta que el recolector de basura las limpia. -Esta es una característica nueva que aún puede contener errores. ¡Haz una copia de seguridad de tus archivos de perfil antes de habilitar el cifrado de archivos de perfil! +¡Primero haz un respaldo de tus archivos de perfil antes de habilitar el cifrado! Personalizado @@ -810,7 +810,7 @@ Esta es una característica nueva que aún puede contener errores. ¡Haz una cop Eliminar entrada - Los perfiles seleccionados será eliminado permanentemente. + El perfil seleccionado será eliminado de forma permanente. Configuración automática de DNS @@ -890,8 +890,8 @@ Esta es una característica nueva que aún puede contener errores. ¡Haz una cop ID - - Heredar el host de forma predeterminada + + Heredar host de general Rango de IP @@ -1247,7 +1247,7 @@ Crear uno... Ancho - No se pudo descifrar el archivo con la contraseña proporcionada. + El archivo de perfil no se pudo descifrar con la contraseña proporcionada. La contraseña introducida no es correcta. @@ -2892,8 +2892,10 @@ $$hostname$$ --> Nombre del host ¡No se pudo cargar el perfil! - - No se pudo cargar el perfil y puede estar dañado. Si esto es inesperado o debido a una actualización, ¡por favor informa este problema en GitHub! + + Si esto sucedió después de una actualización, es posible que debas migrar los perfiles a una versión más nueva. Al hacer clic en "Migrar", se abre una ventana de PowerShell con el script de migración. Verifica la ruta y presiona Entrar. + +De lo contrario, es posible que el perfil esté dañado y quieras informar del problema en GitHub. Editar grupo... @@ -2923,7 +2925,7 @@ $$hostname$$ --> Nombre del host Desbloquear perfil - ¡Desbloquee el archivo de perfil para agregar, cambiar o eliminar un perfil! + ¡Desbloquear el archivo de perfil para usar los perfiles! Descargo de responsabilidad @@ -2935,13 +2937,11 @@ $$hostname$$ --> Nombre del host La carpeta de destino ya contiene archivos. Si hace clic en Fusionar, los perfiles actuales se copiaran a la carpeta. - ¿Sobrescribir perfiles en la carpeta de destino? + ¿Sobrescribir los perfiles en la carpeta de destino? "Sobrescribir" copiará los archivos de perfil en la carpeta de destino y sobrescribirá los archivos de perfil existentes. -"Fusionar" copiará los archivos de perfil en la carpeta de destino, pero no sobrescribirá los archivos de perfil de salida. -"Usar otra carpeta" usará los archivos de perfil existentes en la carpeta de destino. - -¡La aplicación se reiniciará después! +"Fusionar" copiará los archivos de perfil en la carpeta de destino, pero no sobrescribirá los archivos de perfil existentes. +"Usar otra carpeta" utilizará los archivos de perfil existentes en la carpeta de destino. Usar otro @@ -3110,4 +3110,37 @@ Habilita el cifrado de archivos de perfil en Configuración > Perfil para alm No se puede reconectar a la sesión remota. + + Migrar + + + Informar en GitHub + + + Grupos + + + Añadir grupo + + + Eliminar grupo + + + El grupo seleccionado y todos los perfiles dentro de este grupo serán eliminados permanentemente. + + + ¡El nombre ya está en uso! + + + Redimensionar + + + Eliminar perfiles + + + Los perfiles seleccionados serán eliminados permanentemente. + + + ¡Desbloquear el archivo de perfil para añadir, cambiar o eliminar un perfil! + diff --git a/Source/NETworkManager.Localization/Resources/Strings.fr-FR.resx b/Source/NETworkManager.Localization/Resources/Strings.fr-FR.resx index 014afa34ce..ddf921a044 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.fr-FR.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.fr-FR.resx @@ -112,10 +112,10 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 À propos de @@ -769,9 +769,9 @@ Accréditation - Les fichiers de profil sont chiffrés sur disque à l'aide de Rijndael (AES) avec une taille de clé de 256 bits et une taille de bloc de 128 bits en mode CBC. La clé de chiffrement est dérivée d'un mot de passe principal à l'aide de Rfc2898DeriveBytes (PBKDF2) avec 1 000 000 d'itérations. Au moment de l'exécution, les mots de passe sont stockés sous SecureString une fois le fichier de profil chargé. Pour certaines fonctions, le mot de passe doit être converti en une chaîne normale et reste non chiffré en mémoire jusqu'à ce que le garbage collector les nettoie. + Profile files are encrypted on disk using AES with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. -C'est une nouvelle fonctionnalité qui peut encore contenir des bugs. Veuillez d'abord sauvegarder vos fichiers de profil avant d'activer le cryptage des fichiers de profil! +First make a backup copy of your profile files before enabling encryption! Personnalisée @@ -810,7 +810,7 @@ C'est une nouvelle fonctionnalité qui peut encore contenir des bugs. Veuillez d Supprimer l'entrée - Les profils sélectionnés seront supprimés définitivement. + Selected profile will be deleted permanently. Auto-configuration DNS @@ -890,8 +890,8 @@ C'est une nouvelle fonctionnalité qui peut encore contenir des bugs. Veuillez d ID - - Hériter de l'hôte par défaut + + Inherit host from general Plage IP @@ -1247,7 +1247,7 @@ Créez-en un… Largeur - Impossible de décrypter le fichier avec mot de passe indiqué. + Profile file could not be decrypted with the given password. Le mot de passe saisi est incorrect. @@ -2892,8 +2892,10 @@ $$hostname$$ --> Hostname Profil n'a pas pu être chargé! - - Profil n'a pas pu être chargé et est peut-être corrompu. Si cela est inattendu ou dû à une mise à jour, veuillez signaler ce problème sur GitHub! + + If this happened after an update, you may need to migrate the profiles to a newer version. When you click "Migrate", a PowerShell window opens with the migration script. Check the path and press Enter. + +Otherwise, the profile may be corrupted and you want to report the issue on GitHub. Éditer le groupe... @@ -2923,7 +2925,7 @@ $$hostname$$ --> Hostname Déverrouiller le profil - Déverrouillez fichier de profil pour ajouter, modifier ou supprimer un profil! + Unlock the profile file to use the profiles! Clause de non-responsabilité @@ -2935,13 +2937,11 @@ $$hostname$$ --> Hostname Le dossier de destination contient déjà des fichiers. Si vous cliquez sur Fusionner, les profils actuels sont copiés dans le dossier. - Écraser profils dans dossier de destination? - -"Écraser" copiera les fichiers de profil dans dossier de destination et écrasera fichiers de profil existants. -"Fusionner" copiera fichiers de profil dans dossier de destination, mais n'écrasera pas fichiers de profil sortants. -"Utiliser un autre dossier" utilisera fichiers de profil existants dans dossier de destination. + Overwrite profiles in destination folder? -L'application sera redémarrée par la suite! +"Overwrite" will copy the profile files to the destination folder and overwrite existing profile files. +"Merge" will copy the profile files to the destination folder, but won't overwrite exitsting profile files. +"Use other folder" will use the existing profile files in the destination folder. Utiliser autre @@ -3102,12 +3102,45 @@ Activez le cryptage des fichiers de profil dans Paramètres> Profil pour stoc La session à distance s'est terminée car la limite de temps de connexion totale a été atteinte. Cette limite est définie par l'administrateur du serveur ou par les politiques de réseau. - Enter a valid hostname! + Entrez un nom d'hôte valide! - Enter a valid hostname and port! + Entrez un nom d'hôte et un port valides! - Unable to reconnect to the remote session. + Impossible de se reconnecter à la session distante. + + + Migrate + + + Report on GitHub + + + Groups + + + Add group + + + Delete group + + + Selected group and all profiles inside this group will be deleted permanently. + + + The name is already used! + + + Resize + + + Delete profiles + + + Selected profiles will be deleted permanently. + + + Unlock the profile file to add, change or delete a profile! diff --git a/Source/NETworkManager.Localization/Resources/Strings.hu-HU.resx b/Source/NETworkManager.Localization/Resources/Strings.hu-HU.resx index 30097db75e..e45608c2d6 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.hu-HU.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.hu-HU.resx @@ -112,10 +112,10 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Névjegy @@ -769,9 +769,9 @@ Credential - Profile files are encrypted on disk using Rijndael (AES) with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. + Profile files are encrypted on disk using AES with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. -This is a new feature that may still contain bugs. Please backup your profile files first before enabling profile file encryption! +First make a backup copy of your profile files before enabling encryption! Custom @@ -810,7 +810,7 @@ This is a new feature that may still contain bugs. Please backup your profile fi Delete entry - Selected profiles will be deleted permanently. + Selected profile will be deleted permanently. DNS autconfiguration @@ -890,8 +890,8 @@ This is a new feature that may still contain bugs. Please backup your profile fi ID - - Inherit host from default + + Inherit host from general IP range @@ -1247,7 +1247,7 @@ Create one... Width - Could not be decrypted the file with the given password. + Profile file could not be decrypted with the given password. The entered password is wrong. @@ -2892,8 +2892,10 @@ $$hostname$$ --> Állomásnév Profile could not be loaded! - - The profile could not be loaded and may be corrupted. If this is unexpected or due to an update, please report this issue on GitHub! + + If this happened after an update, you may need to migrate the profiles to a newer version. When you click "Migrate", a PowerShell window opens with the migration script. Check the path and press Enter. + +Otherwise, the profile may be corrupted and you want to report the issue on GitHub. Edit group... @@ -2923,7 +2925,7 @@ $$hostname$$ --> Állomásnév Unlock profile - Unlock the profile file to add, change or delete a profile! + Unlock the profile file to use the profiles! Disclaimer @@ -2939,9 +2941,7 @@ $$hostname$$ --> Állomásnév "Overwrite" will copy the profile files to the destination folder and overwrite existing profile files. "Merge" will copy the profile files to the destination folder, but won't overwrite exitsting profile files. -"Use other folder" will use the existing profile files in the destination folder. - -The application will be restarted afterwards! +"Use other folder" will use the existing profile files in the destination folder. Use other @@ -3110,4 +3110,37 @@ Enable profile file encryption in Settings>Profile to store credentials secur Unable to reconnect to the remote session. + + Migrate + + + Report on GitHub + + + Groups + + + Add group + + + Delete group + + + Selected group and all profiles inside this group will be deleted permanently. + + + The name is already used! + + + Resize + + + Delete profiles + + + Selected profiles will be deleted permanently. + + + Unlock the profile file to add, change or delete a profile! + diff --git a/Source/NETworkManager.Localization/Resources/Strings.it-IT.resx b/Source/NETworkManager.Localization/Resources/Strings.it-IT.resx index 0c44dce5db..57795a66a3 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.it-IT.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.it-IT.resx @@ -112,10 +112,10 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Informazioni programma @@ -770,13 +770,10 @@ Credenziali - I file del profilo vengono crittografati su disco usando Rijndael (AES) con una dimensione della chiave di 256 bit e una dimensione del blocco di 128 bit in modalità CBC. -La chiave di crittografia è derivata da una password principale usando Rfc2898DeriveBytes (PBKDF2) con 1.000.000 di iterazioni. -In fase di esecuzione, le password vengono archiviate come SecureString una volta caricato il file del profilo. -Per alcune funzioni, la password deve essere convertita in una stringa normale e rimane non crittografata in memoria finché il Garbage Collector non le pulisce. - -Questa è una nuova funzionalità che potrebbe ancora contenere bug. -Esegui il backup dei file del profilo prima di abilitare la crittografia dei file del profilo! + I file profilo vengono crittografati su disco usando AES con una dimensione della chiave di 256 bit e una dimensione del blocco di 128 bit in modalità CBC. +La chiave di crittografia deriva da una password principale usando Rfc2898DeriveBytes (PBKDF2) con 1.000.000 iterazioni. +In fase di runtime, le password vengono memorizzate come SecureString una volta caricato il file del profilo. +Per alcune funzioni, la password deve essere convertita in una stringa normale e rimane non crittografata in memoria fino a quando il garbage collector non le pulisce. Personalizza @@ -815,7 +812,7 @@ Esegui il backup dei file del profilo prima di abilitare la crittografia dei fil Elimina voce - I profili selezionati verranno eliminati in modo permanente. + Il profilo selezionato verrà eliminato definitivamente. Autoconfigurazione DNS @@ -897,8 +894,8 @@ Verifica se disponi delle autorizzazioni di scrittura. ID - - Eredita host dall'impostazione predefinita + + Eredita host da generale Intervallo IP @@ -1260,7 +1257,7 @@ Tutte le impostazioni sono state ripristinate (i file di profilo non sono intere Larghezza - Impossibile decriptare il file con la password fornita. + Impossibile decifrare il file profilo con la password specificata. La password inserita non è corretta. @@ -2017,7 +2014,7 @@ URL: https://api.github.com/ L'indirizzo IP pubblico è determinato tramite ipify.org. -URL: https://api.ipify.org/ +URL: https://api.ipify.org e https://api6.ipify.org Privacy @@ -2363,7 +2360,7 @@ $$hostname$$ --> Nome host Nome dominio - Timeout + Timeout (s) Segnala un problema o richiedi nuova funzionalità @@ -2916,9 +2913,11 @@ Vedi messaggio errore: "{0}" Il profilo non può essere caricato! - - Il profilo non può esser caricato e potrebbe essere danneggiato. -Se questo non era previsto o è avvenuto a causa di un aggiornamento segnala il problema su GitHub! + + Se ciò si è verificato dopo un aggiornamento, potrebbe essere necessario migrare i profili ad una versione più recente. +Quando selezioni "Migra", si apre una finestra di PowerShell con lo script di migrazione. +Controlla il percorso e premi 'Invio'. +In caso contrario, il profilo potrebbe essere danneggiato e se vuoi puoi segnalare il problema su GitHub. Modifica gruppo... @@ -2950,7 +2949,7 @@ Segnala questo problema su Github. Sblocca profilo - Sblocca il profilo per aggiungere,modificare o eliminare il profilo + Per usare i profili sblocca il file del profilo! Disconoscimento @@ -2963,14 +2962,11 @@ Segnala questo problema su Github. Se selezioni 'Unisci', i profili attuali verranno copiati nella cartella. - Vuoi sovrascrivere i profili nella cartella destinazione? - -'Sovrascrivi' copierà i file del profilo nella cartella destinazione e sovrascriverà i file del profilo esistenti. -'Unisci' copierà i file del profilo nella cartella di destinazione, ma non sovrascriverà i file del profilo di uscita. -'Usa altra cartella' userà i file del profilo esistenti nella cartella di destinazione. + Vuoi sovrascrivre i profili nella cartella destinazione? -Quindi l'applicazione verrà riavviata! - +"Sovrascrivi" copierà i file dei profili nella cartella destinazione e sovrascriverà i file profilo esistenti. +"Unisci" copierà i file profilo nella cartella di destinazione, ma non sovrascriverà i file profilo esistenti. +"Usa altra cartella" userà i file profilo esistenti nella cartella destinazione. Usa altri @@ -3140,4 +3136,37 @@ Questo limite è impostato dall'amministratore del server o dai criteri di rete. Impossibile ricollegarsi alla sessione remota. + + Migra + + + Segnala su GitHub + + + Gruppi + + + Aggiungi gruppo + + + Elimina gruppo + + + Verranno eliminati in modo permanente il gruppo selezionato e tutti i profili all'interno di questo gruppo. + + + Questo nome è già in uso! + + + Ridimensiona + + + Elimina profili + + + I profili selezionati verranno eliminati definitivamente. + + + Per aggiungere, modificare o eliminare un profilo sblocca il file del profilo! + diff --git a/Source/NETworkManager.Localization/Resources/Strings.ko-KR.resx b/Source/NETworkManager.Localization/Resources/Strings.ko-KR.resx index 4828535b33..cb1380bb72 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.ko-KR.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.ko-KR.resx @@ -112,10 +112,10 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 정보 @@ -769,9 +769,9 @@ 자격 증명 - 프로필 파일은 256비트의 키 크기와 CBC 모드에서 128비트의 블록 크기가 있는 Rijndael (AES)을 사용하여 디스크에서 암호화됩니다. 암호화 키는 Rfc2898DeriveBytes (PBKDF2)를 사용하여 1,000,000회의 반복을 사용하여 마스터 암호에서 파생됩니다. 런타임에 암호는 프로필 파일이 로드되면 SecureString으로 저장됩니다. 일부 기능의 경우 암호를 정상 문자열로 변환해야 하며 가비지 수집기가 정화될 때까지 메모리에 암호화되지 않은 상태로 유지되어야 합니다. + 프로필 파일은 CBC 모드에서 키 크기 256비트, 블록 크기 128비트의 AES를 사용하여 디스크에서 암호화됩니다. 암호화 키는 1,000,000회 반복하는 Rfc2898DeriveBytes (PBKDF2)를 사용하는 마스터 암호에서 파생됩니다. 런타임에 프로필 파일이 로드되면 암호가 SecureString으로 저장됩니다. 일부 함수의 경우 암호를 일반 문자열로 변환해야 하며 가비지 수집기가 암호를 정리할 때까지 메모리에 암호화되지 않은 상태로 남아 있습니다. -이것은 여전히 버그를 포함할 수 있는 새로운 기능입니다. 프로필 파일 암호화를 실행하기 전에 프로필 파일을 먼저 백업하십시오! +암호화를 활성화하기 전에 먼저 프로필 파일의 백업 복사본을 만드십시오! 사용자 정의 @@ -810,7 +810,7 @@ 항목 삭제 - 선택한 프로필이 영구적으로 삭제됩니다. + 선택한 프로파일이 영구적으로 삭제됩니다. DNS 자동 구성 @@ -890,8 +890,8 @@ ID - - 기본값에서 호스트 상속 + + 일반에서 호스트 상속 IP 범위 @@ -1247,7 +1247,7 @@ 너비 - 지정된 암호로 파일의 암호를 해독할 수 없습니다. + 지정된 암호로 프로필 파일의 암호를 해독할 수 없습니다. 입력한 암호가 잘못되었습니다. @@ -2892,8 +2892,10 @@ $$hostname$$ --> 호스트이름 프로필을 불러올 수 없습니다! - - 프로필을 불러올 수 없으며 손상되었을 수 있습니다. 예기치 않은 문제이거나 업데이트로 인한 문제일 경우 GitHub에 이 문제를 보고하십시오! + + 업데이트 후 이러한 문제가 발생한 경우 프로파일을 최신 버전으로 마이그레이션해야 할 수 있습니다. "마이그레이션"을 클릭하면 마이그레이션 스크립트가 포함된 PowerShell 창이 열립니다. 경로를 확인하고 Enter 키를 누릅니다. + +그렇지 않으면 프로필이 손상되어 GitHub에 문제를 보고하고자 할 수 있습니다. 그룹 편집... @@ -2923,7 +2925,7 @@ $$hostname$$ --> 호스트이름 프로필 잠금 해제 - 프로필을 추가, 변경 또는 삭제할 프로필 파일의 잠금을 해제합니다! + 프로필을 사용하려면 프로필 파일의 잠금을 해제하십시오! 부인 성명 @@ -2935,13 +2937,11 @@ $$hostname$$ --> 호스트이름 대상 폴더에 파일이 이미 있습니다. 병합을 클릭하면 현재 프로파일이 폴더에 복사됩니다. - 대상 폴더의 프로필을 덮어쓰시겠습니까? - -"덮어쓰기"는 프로필 파일을 대상 폴더에 복사하고 기존 프로파일 파일을 덮어씁니다. -"병합"은 프로파일 파일을 대상 폴더에 복사하지만 종료된 프로파일 파일은 덮어쓰지 않습니다. -"다른 폴더 사용"은 대상 폴더의 기존 프로파일 파일을 사용합니다. + 대상 폴더에서 프로필을 덮어쓰시겠습니까? -나중에 응용 프로그램이 다시 시작됩니다! +"덮어쓰기"는 프로필 파일을 대상 폴더에 복사하고 기존 프로필 파일을 덮어씁니다. +"병합"은 프로필 파일을 대상 폴더에 복사하지만 종료 프로필 파일은 덮어쓰지 않습니다. +"다른 폴더 사용"은 대상 폴더에 있는 기존 프로필 파일을 사용합니다. 기타 사용 @@ -3102,12 +3102,45 @@ $$hostname$$ --> 호스트이름 총 로그인 시간 제한에 도달하여 원격 세션이 종료되었습니다. 이 제한은 서버 관리자 또는 네트워크 정책에 의해 설정됩니다. - Enter a valid hostname! + 올바른 호스트 이름을 입력하십시오! - Enter a valid hostname and port! + 올바른 호스트 이름과 포트를 입력하십시오! - Unable to reconnect to the remote session. + 원격 세션에 다시 연결할 수 없습니다. + + + 마이그레이션 + + + GitHub에 보고 + + + 그룹 + + + 그룹 추가 + + + 그룹 삭제 + + + 선택한 그룹 및 이 그룹 내의 모든 프로필이 영구적으로 삭제됩니다. + + + 이름이 이미 사용되었습니다! + + + 크기 조정 + + + 프로필 삭제 + + + 선택한 프로필은 영구적으로 삭제됩니다. + + + 프로필을 추가, 변경 또는 삭제하려면 프로필 파일의 잠금을 해제하십시오! diff --git a/Source/NETworkManager.Localization/Resources/Strings.nl-NL.resx b/Source/NETworkManager.Localization/Resources/Strings.nl-NL.resx index beb983b35f..6fb5c9782c 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.nl-NL.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.nl-NL.resx @@ -112,10 +112,10 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Wat betreft @@ -769,9 +769,9 @@ Geloofsbrieven - Profile files are encrypted on disk using Rijndael (AES) with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. + Profile files are encrypted on disk using AES with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. -This is a new feature that may still contain bugs. Please backup your profile files first before enabling profile file encryption! +First make a backup copy of your profile files before enabling encryption! Custom @@ -810,7 +810,7 @@ This is a new feature that may still contain bugs. Please backup your profile fi Delete entry - Selected profiles will be deleted permanently. + Selected profile will be deleted permanently. DNS autconfiguration @@ -890,8 +890,8 @@ This is a new feature that may still contain bugs. Please backup your profile fi ID - - Inherit host from default + + Inherit host from general IP range @@ -1247,7 +1247,7 @@ Creëer er een... Width - Could not be decrypted the file with the given password. + Profile file could not be decrypted with the given password. The entered password is wrong. @@ -2892,8 +2892,10 @@ $$hostname$$ --> Hostname Profile could not be loaded! - - The profile could not be loaded and may be corrupted. If this is unexpected or due to an update, please report this issue on GitHub! + + If this happened after an update, you may need to migrate the profiles to a newer version. When you click "Migrate", a PowerShell window opens with the migration script. Check the path and press Enter. + +Otherwise, the profile may be corrupted and you want to report the issue on GitHub. Edit group... @@ -2923,7 +2925,7 @@ $$hostname$$ --> Hostname Unlock profile - Unlock the profile file to add, change or delete a profile! + Unlock the profile file to use the profiles! Disclaimer @@ -2939,9 +2941,7 @@ $$hostname$$ --> Hostname "Overwrite" will copy the profile files to the destination folder and overwrite existing profile files. "Merge" will copy the profile files to the destination folder, but won't overwrite exitsting profile files. -"Use other folder" will use the existing profile files in the destination folder. - -The application will be restarted afterwards! +"Use other folder" will use the existing profile files in the destination folder. Use other @@ -3110,4 +3110,37 @@ Enable profile file encryption in Settings>Profile to store credentials secur Unable to reconnect to the remote session. + + Migrate + + + Report on GitHub + + + Groups + + + Add group + + + Delete group + + + Selected group and all profiles inside this group will be deleted permanently. + + + The name is already used! + + + Resize + + + Delete profiles + + + Selected profiles will be deleted permanently. + + + Unlock the profile file to add, change or delete a profile! + diff --git a/Source/NETworkManager.Localization/Resources/Strings.pl-PL.resx b/Source/NETworkManager.Localization/Resources/Strings.pl-PL.resx index 545ad1b5a7..643510b88e 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.pl-PL.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.pl-PL.resx @@ -112,10 +112,10 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 O programie @@ -769,9 +769,9 @@ Poświadczenie - Profile files are encrypted on disk using Rijndael (AES) with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. + Profile files are encrypted on disk using AES with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. -This is a new feature that may still contain bugs. Please backup your profile files first before enabling profile file encryption! +First make a backup copy of your profile files before enabling encryption! Niestandardowe @@ -810,7 +810,7 @@ This is a new feature that may still contain bugs. Please backup your profile fi Usuń wpis - Wybrane profile zostaną trwale usunięte. + Selected profile will be deleted permanently. Autokonfiguracja DNS @@ -890,8 +890,8 @@ This is a new feature that may still contain bugs. Please backup your profile fi ID - - Dziedzicz hosta z domyślnego + + Inherit host from general Zakres ip @@ -1247,7 +1247,7 @@ Stwórz jeden... Szerokość - Could not be decrypted the file with the given password. + Profile file could not be decrypted with the given password. Wprowadzone hasło jest nieprawidłowe. @@ -2892,8 +2892,10 @@ $$hostname$$ --> Nazwa hosta Profile could not be loaded! - - The profile could not be loaded and may be corrupted. If this is unexpected or due to an update, please report this issue on GitHub! + + If this happened after an update, you may need to migrate the profiles to a newer version. When you click "Migrate", a PowerShell window opens with the migration script. Check the path and press Enter. + +Otherwise, the profile may be corrupted and you want to report the issue on GitHub. Edit group... @@ -2923,7 +2925,7 @@ $$hostname$$ --> Nazwa hosta Unlock profile - Unlock the profile file to add, change or delete a profile! + Unlock the profile file to use the profiles! Disclaimer @@ -2939,9 +2941,7 @@ $$hostname$$ --> Nazwa hosta "Overwrite" will copy the profile files to the destination folder and overwrite existing profile files. "Merge" will copy the profile files to the destination folder, but won't overwrite exitsting profile files. -"Use other folder" will use the existing profile files in the destination folder. - -The application will be restarted afterwards! +"Use other folder" will use the existing profile files in the destination folder. Użyj innych @@ -3090,24 +3090,57 @@ Enable profile file encryption in Settings>Profile to store credentials secur Port description - Remove IPv4 address + Usuń adres IPv4 - Additional config... + Dodatkowa konfiguracja... - Remove IPv4 address... + Usuń adres IPv4... - The remote session ended because the total login time limit was reached. This limit is set by the server administrator or by network policies. + Sesja zdalna zakończyła się, ponieważ całkowity czas zalogowania został przekroczony. Ten limit jest ustawiana przez administratora serwera, albo przez reguły sieciowe. - Enter a valid hostname! + Wpisz poprawną nazwę hosta! - Enter a valid hostname and port! + Wpisz poprawną nazwę hosta i port! - Unable to reconnect to the remote session. + Nie udało się ponownie połączyć do sesji zdalnej. + + + Migrate + + + Report on GitHub + + + Groups + + + Add group + + + Delete group + + + Selected group and all profiles inside this group will be deleted permanently. + + + The name is already used! + + + Resize + + + Delete profiles + + + Selected profiles will be deleted permanently. + + + Unlock the profile file to add, change or delete a profile! diff --git a/Source/NETworkManager.Localization/Resources/Strings.pt-BR.resx b/Source/NETworkManager.Localization/Resources/Strings.pt-BR.resx index 58bd3d27d5..056416c7ca 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.pt-BR.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.pt-BR.resx @@ -112,10 +112,10 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Sobre @@ -769,9 +769,9 @@ Credencial - Os arquivos de perfil são criptografados em disco usando Rijndael (AES) com um tamanho de chave de 256 bits e um tamanho de bloco de 128 bits no modo CBC. A chave de criptografia é derivada de uma senha mestre usando Rfc2898DeriveBytes (PBKDF2) com 1.000.000 de iterações. No tempo de execução, as senhas são armazenadas como SecureString assim que o arquivo de perfil é carregado. Para algumas funções, a senha deve ser convertida em uma string normal e permanecer sem criptografia na memória até que o coletor de lixo as limpe. + Os arquivos de perfil são criptografados em disco usando AES com um tamanho de chave de 256 bits e um tamanho de bloco de 128 bits no modo CBC. A chave de criptografia é derivada de uma senha mestre usando Rfc2898DeriveBytes (PBKDF2) com 1.000.000 de iterações. No tempo de execução, as senhas são armazenadas como SecureString assim que o arquivo de perfil é carregado. Para algumas funções, a senha deve ser convertida em uma string normal e permanecer sem criptografia na memória até que o coletor de lixo as limpe. -Este é um novo recurso que ainda pode conter bugs. Faça backup de seus arquivos de perfil antes de habilitar a criptografia de arquivo de perfil! +Primeiro faça uma cópia de backup dos seus arquivos de perfil antes de habilitar a criptografia! Personalizado @@ -810,7 +810,7 @@ Este é um novo recurso que ainda pode conter bugs. Faça backup de seus arquivo Excluir entrada - Os perfis selecionados serão excluídos permanentemente. + O perfil selecionado será excluído permanentemente. Autoconfiguração DNS @@ -890,8 +890,8 @@ Este é um novo recurso que ainda pode conter bugs. Faça backup de seus arquivo ID - - Herdar host do padrão + + Herdar host do geral Intervalo de IP @@ -1247,7 +1247,7 @@ Crie um... Largura - Não foi possível descriptografar o arquivo com a senha fornecida. + Não foi possível descriptografar o perfil com a senha fornecida. A senha digitada está errada. @@ -2892,8 +2892,10 @@ $$hostname$$-->Nome do host O perfil não pôde ser carregado! - - O perfil não pôde ser carregado e pode estar corrompido. Se isto for algo inesperado ou devido a uma atualização, reporte este problema no GitHub! + + Se isso aconteceu após uma atualização, talvez seja necessário migrar os perfis para uma versão mais recente. Quando você clica em "Migrar", uma janela do PowerShell é aberta com o script de migração. Verifique o caminho e pressione Enter. + +Caso contrário, o perfil pode estar corrompido e você pode relatar o problema no GitHub. Editar grupo... @@ -2923,7 +2925,7 @@ $$hostname$$-->Nome do host Desbloquear perfil - Desbloqueie o perfil para adicionar, alterar ou excluir um perfil! + Desbloqueie o arquivo de perfil usar os perfis! Aviso legal @@ -2939,9 +2941,7 @@ $$hostname$$-->Nome do host "Substituir" copiará os arquivos de perfil para a pasta de destino e substituirá os arquivos de perfil existentes. "Unir" copiará os arquivos de perfil para a pasta de destino, mas não substituirá os arquivos de perfil de saída. -"Usar outra pasta" usará os arquivos de perfil existentes na pasta de destino. - -O aplicativo será reiniciado em seguida! +"Usar outra pasta" usará os arquivos de perfil existentes na pasta de destino. Usar outro @@ -3110,4 +3110,37 @@ Habilite a criptografia do arquivo de perfil em Configurações > Perfil para Não foi possível reconectar na sessão remota. + + Migrar + + + Reportar no GitHub + + + Grupos + + + Adicionar grupo + + + Excluir grupo + + + O grupo selecionado e todos os perfis dentro deste grupo serão excluídos permanentemente. + + + Este nome já está sendo usado! + + + Redimensionar + + + Excluir perfis + + + Os perfis selecionados serão excluídos permanentemente. + + + Desbloqueie o perfil para adicionar, alterar ou excluir um perfil! + diff --git a/Source/NETworkManager.Localization/Resources/Strings.resx b/Source/NETworkManager.Localization/Resources/Strings.resx index 6a613249e0..3f2115733d 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.resx @@ -112,10 +112,10 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 About @@ -769,9 +769,9 @@ Credential - Profile files are encrypted on disk using Rijndael (AES) with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. + Profile files are encrypted on disk using AES with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. -This is a new feature that may still contain bugs. Please backup your profile files first before enabling profile file encryption! +First make a backup copy of your profile files before enabling encryption! Custom @@ -810,7 +810,7 @@ This is a new feature that may still contain bugs. Please backup your profile fi Delete entry - Selected profiles will be deleted permanently. + Selected profile will be deleted permanently. DNS autconfiguration @@ -890,8 +890,8 @@ This is a new feature that may still contain bugs. Please backup your profile fi ID - - Inherit host from default + + Inherit host from general IP range @@ -1247,7 +1247,7 @@ Create one... Width - Could not be decrypted the file with the given password. + Profile file could not be decrypted with the given password. The entered password is wrong. @@ -2892,8 +2892,10 @@ $$hostname$$ --> Hostname Profile could not be loaded! - - The profile could not be loaded and may be corrupted. If this is unexpected or due to an update, please report this issue on GitHub! + + If this happened after an update, you may need to migrate the profiles to a newer version. When you click "Migrate", a PowerShell window opens with the migration script. Check the path and press Enter. + +Otherwise, the profile may be corrupted and you want to report the issue on GitHub. Edit group... @@ -2923,7 +2925,7 @@ $$hostname$$ --> Hostname Unlock profile - Unlock the profile file to add, change or delete a profile! + Unlock the profile file to use the profiles! Disclaimer @@ -2939,9 +2941,7 @@ $$hostname$$ --> Hostname "Overwrite" will copy the profile files to the destination folder and overwrite existing profile files. "Merge" will copy the profile files to the destination folder, but won't overwrite exitsting profile files. -"Use other folder" will use the existing profile files in the destination folder. - -The application will be restarted afterwards! +"Use other folder" will use the existing profile files in the destination folder. Use other @@ -3110,4 +3110,37 @@ Enable profile file encryption in Settings>Profile to store credentials secur Unable to reconnect to the remote session. + + Migrate + + + Report on GitHub + + + Groups + + + Add group + + + Delete group + + + Selected group and all profiles inside this group will be deleted permanently. + + + The name is already used! + + + Resize + + + Delete profiles + + + Selected profiles will be deleted permanently. + + + Unlock the profile file to add, change or delete a profile! + \ No newline at end of file diff --git a/Source/NETworkManager.Localization/Resources/Strings.ru-RU.resx b/Source/NETworkManager.Localization/Resources/Strings.ru-RU.resx index f6527d9950..0840e391c7 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.ru-RU.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.ru-RU.resx @@ -112,10 +112,10 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Справка @@ -769,9 +769,9 @@ Учетные данные - Profile files are encrypted on disk using Rijndael (AES) with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. + Profile files are encrypted on disk using AES with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. -This is a new feature that may still contain bugs. Please backup your profile files first before enabling profile file encryption! +First make a backup copy of your profile files before enabling encryption! Настраиваемый @@ -810,7 +810,7 @@ This is a new feature that may still contain bugs. Please backup your profile fi Удалить запись - Выбранные профили будут удалены навсегда. + Selected profile will be deleted permanently. Автоматическая настройка DNS @@ -890,8 +890,8 @@ This is a new feature that may still contain bugs. Please backup your profile fi ID - - Наследовать узел от значения по умолчанию + + Inherit host from general IP-диапазон @@ -1247,7 +1247,7 @@ This is a new feature that may still contain bugs. Please backup your profile fi Ширина - Could not be decrypted the file with the given password. + Profile file could not be decrypted with the given password. Введенный пароль неверен. @@ -2892,8 +2892,10 @@ $$hostname$$ --> Hostname Profile could not be loaded! - - The profile could not be loaded and may be corrupted. If this is unexpected or due to an update, please report this issue on GitHub! + + If this happened after an update, you may need to migrate the profiles to a newer version. When you click "Migrate", a PowerShell window opens with the migration script. Check the path and press Enter. + +Otherwise, the profile may be corrupted and you want to report the issue on GitHub. Edit group... @@ -2923,7 +2925,7 @@ $$hostname$$ --> Hostname Unlock profile - Unlock the profile file to add, change or delete a profile! + Unlock the profile file to use the profiles! Disclaimer @@ -2939,9 +2941,7 @@ $$hostname$$ --> Hostname "Overwrite" will copy the profile files to the destination folder and overwrite existing profile files. "Merge" will copy the profile files to the destination folder, but won't overwrite exitsting profile files. -"Use other folder" will use the existing profile files in the destination folder. - -The application will be restarted afterwards! +"Use other folder" will use the existing profile files in the destination folder. Use other @@ -3110,4 +3110,37 @@ Enable profile file encryption in Settings>Profile to store credentials secur Unable to reconnect to the remote session. + + Migrate + + + Report on GitHub + + + Groups + + + Add group + + + Delete group + + + Selected group and all profiles inside this group will be deleted permanently. + + + The name is already used! + + + Resize + + + Delete profiles + + + Selected profiles will be deleted permanently. + + + Unlock the profile file to add, change or delete a profile! + diff --git a/Source/NETworkManager.Localization/Resources/Strings.sl-SI.resx b/Source/NETworkManager.Localization/Resources/Strings.sl-SI.resx index fa5b5e1bc6..2b9c467f0e 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.sl-SI.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.sl-SI.resx @@ -112,10 +112,10 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Vizitka @@ -145,7 +145,7 @@ Preverjanje pristnosti - Samodejni začetek + Samodejni zagon Računalo @@ -624,7 +624,7 @@ Odmor (ms) - Čas čakanja med vsakim pingom + Čakalni čas med vsakim pingom TTL @@ -675,7 +675,7 @@ Dodatna ukazna vrstica - Dodatniki + Dodatki Dodaj profil... @@ -771,9 +771,9 @@ Poverilnica - Datoteke profila so šifrirane na disku z uporabo Rijndael (AES) z velikostjo ključa 256 bitov in velikostjo bloka 128 bitov v načinu CBC. Šifrirni ključ je izpeljan iz glavnega gesla z uporabo Rfc2898DeriveBytes (PBKDF2) s 1.000.000 ponovitvami. Ko je datoteka profila naložena, se med izvajanjem gesla shranijo kot SecureString. Za nekatere funkcije je treba geslo pretvoriti v običajni niz in ostane nešifrirano v pomnilniku, dokler jih zbiralnik smeti ne očisti. + Profile files are encrypted on disk using AES with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. -To je nova funkcija, ki lahko še vedno vsebuje napake. Najprej varnostno kopirajte datoteke profila, preden omogočite šifriranje datotek profila! +First make a backup copy of your profile files before enabling encryption! Po meri @@ -812,7 +812,7 @@ To je nova funkcija, ki lahko še vedno vsebuje napake. Najprej varnostno kopira Izbriši vnos - Izbrani profili bodo trajno izbrisani. + Selected profile will be deleted permanently. Nastavitve DNS @@ -892,8 +892,8 @@ To je nova funkcija, ki lahko še vedno vsebuje napake. Najprej varnostno kopira ID - - Podeduj gostitelja iz privzetega + + Inherit host from general Razpon IP @@ -1248,7 +1248,7 @@ Ustvarite enega... Širina - Datoteke ni bilo mogoče dešifrirati z navedenim geslom. + Profile file could not be decrypted with the given password. Vneseno geslo je napačno. @@ -1992,12 +1992,14 @@ Uveljavitev sprememb te vrednosti zahteva ponovni zagon programa. Za zagotavljanje dodatnih funkcij program uporablja internetne storitve, ki jih ne upravljam jaz. Nobeni podatki mi ne bodo nikoli poslani. - Ob zagonu programa ta v ozadju preveri, če je na GitHubu na voljo nova različica programa. + Ob zagonu programa ta v ozadju preveri, če je na GitHubu na voljo nova različica programa. + +URL: https://api.github.com/ Javni naslov IP je določen prek ipify.org. -URL: https://api.ipify.org/ +URL: https://api.ipify.org and https://api6.ipify.org Zasebnost @@ -2069,7 +2071,7 @@ URL: https://api.ipify.org/ Dobili ste "{0}" kot javni naslov IP od "{1}"! - razrešeno je "{0}" kot ime gostitelja za naslov IP "{1}"! + Razrešeno je "{0}" kot ime gostitelja za naslov IP "{1}"! Preverjanje javnega naslova IP @@ -2559,7 +2561,7 @@ $$hostname$$-->Ime gostitelja Iskanje - Omrežni vmesnik + Omrežna kartica Ping @@ -2891,8 +2893,10 @@ $$hostname$$-->Ime gostitelja Profila ni bilo mogoče naložiti! - - Profila ni bilo mogoče naložiti in je morda poškodovan. Če je to nepričakovano ali je posledica posodobitve, prijavite to težavo na GitHubu! + + If this happened after an update, you may need to migrate the profiles to a newer version. When you click "Migrate", a PowerShell window opens with the migration script. Check the path and press Enter. + +Otherwise, the profile may be corrupted and you want to report the issue on GitHub. Uredi skupino... @@ -2922,7 +2926,7 @@ $$hostname$$-->Ime gostitelja Odkleni profil - Odklenite datoteko profila, če želite dodati, spremeniti ali izbrisati profil! + Unlock the profile file to use the profiles! Izjava o omejitvi odgovornosti @@ -2934,13 +2938,11 @@ $$hostname$$-->Ime gostitelja Ciljna mapa že vsebuje datoteke. Če kliknete 'Združi', se trenutni profili kopirajo v mapo. - Prepišem profile v ciljni mapi? - -"Prepiši" bo datoteke profila kopiralo v ciljno mapo in prepisalo obstoječe datoteke profila. -"Združi" bo datoteke profila kopiralo v ciljno mapo, ne bo pa prepisalo datotek profila za izhod. -"Uporabi drugo mapo" bo uporabilo obstoječe datoteke profila v ciljni mapi. + Overwrite profiles in destination folder? -Aplikacija se bo nato znova zagnala! +"Overwrite" will copy the profile files to the destination folder and overwrite existing profile files. +"Merge" will copy the profile files to the destination folder, but won't overwrite exitsting profile files. +"Use other folder" will use the existing profile files in the destination folder. Uporabi drugo @@ -2958,93 +2960,91 @@ Aplikacija se bo nato znova zagnala! Skrito omrežje - Developed and maintained by {0} with the help of the + Razvil in vzdržuje {0} s pomočjo - A Simple Public IP Address API + Preprost API za javni IP naslov - AirspacePanel fixes all Airspace issues with WPF-hosted Winforms. + AirspacePanel odpravlja vse težave z zračnim prostorom z Winforms, ki jih gosti WPF. - Shared Controlz for WPF and ... more + Deljen nadzor za WPF in ... več - DnsClient.NET is a simple yet very powerful and high performant open source library for the .NET Framework to do DNS lookups + DnsClient.NET je preprosta, a zelo zmogljiva in visoko zmogljiva odprtokodna knjižnica za .NET Framework za iskanje DNS - Dragable and tearable tab control for WPF + Nadzor zavihkov, ki jih je mogoče povleči in trgati, za WPF - C# library take care of complex network, IP, IPv4, IPv6, netmask, CIDR, subnet, subnetting, supernet, and supernetting calculation for .NET developers. + Knjižnica C# skrbi za kompleksno omrežje, IP, IPv4, IPv6, omrežno masko, CIDR, podomrežje, podomrežje, superomrežje in izračun superomrežij za razvijalce .NET. - Simple, flexible, interactive & powerful charts, maps and gauges for .Net + Preprosti, prilagodljivi, interaktivni in zmogljivi grafikoni, zemljevidi in merilniki za .Net - A collection of loading indicators for WPF + Zbirka kazalnikov obremenitve za WPF - Some awesome icons for WPF and UWP all together... + Nekaj odličnih ikon za WPF in UWP, vse skupaj... - A toolkit for creating Metro / Modern UI styled WPF apps. + Zbirka orodij za ustvarjanje aplikacij v slogu Metro/Modernega uporabniškega vmesnika WPF. - Json.NET is a popular high-performance JSON framework for .NET + Json.NET je priljubljen visokozmogljiv okvir JSON za .NET - A GitHub API client library for .NET + Odjemalska knjižnica API GitHub za .NET - Capture and parse CDP and LLDP packets on local or remote computers + Zajeme in razčleni pakete CDP in LLDP na lokalnih ali oddaljenih računalnikih - Sharp SNMP Library - Open Source SNMP for .NET and Mono + Sharp SNMP knjižnica – odprtokodni SNMP za .NET in Mono - A collection of all country flags in SVG + Zbirka vseh državnih zastav v SVG - List of Top-Level-Domains from iana.org, which is used to query whois servers of the TLD from whois.iana.org via port 43 + Seznam domen najvišje ravni iz iana.org, ki se uporablja za poizvedovanje whois strežnikov TLD s whois.iana.org prek vrat 43 - Sanitized IEEE OUI Data from linuxnet.ca. + Razkuženi podatki IEEE OUI z linuxnet.ca. - Service Name and Transport Protocol Port Number Registry from iana.org. + Ime storitve in register številke vrat transportnega protokola z iana.org. - Apache License 2.0 + Licenca Apache 2.0 - BSD-2-Clause + BSD-2-klavzula - MIT License + Licenca MIT - Unlicense + Preklic licence - C#/WinRT provides packaged WinRT projection support for the C# language. + C#/WinRT ponuja pakirano podporo za projekcijo WinRT za jezik C#. - Runtime for hosting PowerShell + Runtime za gostovanje PowerShell - The WebView2 control enables you to embed web technologies (HTML, CSS, and JavaScript) in your native applications powered by Microsoft Edge (Chromium). + Kontrolnik WebView2 vam omogoča, da spletne tehnologije (HTML, CSS in JavaScript) vdelate v svoje domače aplikacije, ki jih poganja Microsoft Edge (Chromium). - Easily add interactivity to your apps using XAML Behaviors for WPF. + Preprosto dodajte interaktivnost svojim aplikacijam z uporabo XAML Behaviors for WPF. - Microsoft WebView2 License + Licenca Microsoft WebView2 - The current profile file is not encrypted and passwords will stored unencrypted on disk! - -Enable profile file encryption in Settings>Profile to store credentials securely. + Trenutna datoteka profila ni šifrirana in gesla bodo shranjena nešifrirana na disku! Omogočite šifriranje datoteke profila v Nastavitve -> Profil za varno shranjevanje poverilnic. ICMPv4 @@ -3098,15 +3098,48 @@ Enable profile file encryption in Settings>Profile to store credentials secur Odstrani naslov IPv4... - The remote session ended because the total login time limit was reached. This limit is set by the server administrator or by network policies. + Oddaljena seja se je končala, ker je bila dosežena skupna časovna omejitev za prijavo. To omejitev nastavi skrbnik strežnika ali politike omrežja. - Enter a valid hostname! + Vnesite veljavno ime gostitelja! - Enter a valid hostname and port! + Vnesite veljavno ime gostitelja in vrata! - Unable to reconnect to the remote session. + Ni mogoče znova vzpostaviti povezave z oddaljeno sejo. + + + Migrate + + + Report on GitHub + + + Groups + + + Add group + + + Delete group + + + Selected group and all profiles inside this group will be deleted permanently. + + + The name is already used! + + + Resize + + + Delete profiles + + + Selected profiles will be deleted permanently. + + + Unlock the profile file to add, change or delete a profile! diff --git a/Source/NETworkManager.Localization/Resources/Strings.th-TW.resx b/Source/NETworkManager.Localization/Resources/Strings.sv-SE.resx similarity index 76% rename from Source/NETworkManager.Localization/Resources/Strings.th-TW.resx rename to Source/NETworkManager.Localization/Resources/Strings.sv-SE.resx index 0797513a0e..7df5c07b88 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.th-TW.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.sv-SE.resx @@ -112,277 +112,277 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - 關於 + Om - 醒目 + Accentfärg - 新增認證 + Add credentials - 新增項目 + Add entry - 新增設定檔 + Add profile - 是否確定? + Are you sure? ARP - ARP 表格 + ARP Table - 驗證 + Authentication - 自動啟動 + Autostart - 計算機 + Calculator - 命令列引數 + Command Line Arguments - 配置 + Configure - 確認 + Confirm - 連線 + Connect - 連線身分 + Connect as - 複製設定檔 + Copy profile - 認證 + Credentials - 資料 + Data - 預設應用程式 + Default application - 刪除認證 + Delete credentials - 刪除設定檔 + Delete profile - 目的地 + Destination - 詳細資料 + Details - 已中斷連線 + Disconnected - 顯示 + Display DNS - DNS 查閱 + DNS Lookup - 不要片段 + Don't fragment - 編輯認證 + Edit credentials - 編輯群組 + Edit group - 編輯設定檔 + Edit profile - 錯誤 + Error - 匯出 + Export - 篩選 + Filter - 一般 + General - 標頭 + Headers - 歷程 + History - 熱鍵 + HotKeys - HTTP 標頭 + HTTP Headers - 匯入 + Import - 資訊 + Information - 介面 + Interface - IP 掃描器 + IP Scanner - 鍵盤 + Keyboard - 語系 + Language - 程式庫 + Libraries - 授權 + License - 本機裝置與資源 + Local devices and resources - 位置 + Location - 查閱 + Lookup - MAC 位址 + MAC Address - 主密碼 + Master Password - 多執行緒 + Multithreading - 網路 + Network - 網路介面 + Network Interface - 新標籤 + New tab OUI - 覆寫? + Overwrite? Ping - 連接埠 + Port - 可攜式 + Portable - Port 掃瞄器 + Port Scanner - 設定檔 + Profiles PuTTY - 查詢 + Query - 遠端桌面 + Remote Desktop - 重設 + Reset - 解析 PTR + Resolve PTR - 資源 + Resources - 結果 + Result - 路由 + Route - 掃瞄 + Scan - 搜尋 + Search - 選擇一個設定檔 + Select a profile... - 設定主密碼 + Set Master Password - 設定 + Settings - 設定已經重設! + Settings have been reset! SNMP - 通訊端 + Socket - 統計資料 + Statistics - 狀態 + Status - 子網路 + Subnet - 子網路 + Subnetting - 成功! + Success! - 主題 + Theme - 路徑追蹤 + Traceroute - 系統匣 + Tray - 更新 + Update v1/v2c @@ -391,187 +391,187 @@ v3 - 驗證失敗! + Validation failed! - 網路喚醒 + Wake on LAN - 網站 + Website - 視窗 + Window - 密碼錯誤! + Wrong password! - 用戶端 + Client - 系統管理員 + Administrator - 永遠顯示系統匣中圖示 + Always show icon in tray - 嘗試 + Attempts - 平均時間 + Average time - 廣播 + Broadcast - 緩衝 + Buffer - 位元組 + Bytes CIDR - 關閉 + Close - 預設閘道 + Default-Gateway - 刪除... + Delete... - 描述 + Description - DHCP 已啟用 + DHCP enabled - DHCP 租約過期 + DHCP lease expires - 已取得 DHCP 租約 + DHCP lease obtained - DHCP 伺服器 + DHCP server - DNS 伺服器 + DNS server(s) - DNS 尾碼 + DNS suffix - 動態 IPv4 位址 + Dynamic IPv4 address - 動態 IPv4 伺服器 + Dynamic IPv4 DNS server - 躍點 + Hop - 躍點 + Hops - 主機名稱 + Hostname - IP 位址 + IP address - IP 位址 + IP addresses IPv4 - IPv4 位址 + IPv4 address - IPv4 預設閘道 + IPv4-Default-Gateway IPv6 - IPv6 位址 + IPv6 address - 連結-本機 IPv6 位址 + Link-local IPv6 address - IPv6 預設閘道 + IPv6-Default-Gateway - 最大 + Maximum - 最大躍點/路由器 + Maximum hops/router - 最小化視窗而不關閉 + Minimize main window instead of terminating the application Minimize to tray instead of taskbar - 最小 + Minimum - 名稱 + Name - 網路位址 + Network address - 新子網路遮罩或 CIDR + New subnetmask or CIDR - + No - 自動取得 IP 位址 + Obtain an IP address automatically - 自動取得 DNS 伺服器位址 + Obtain DNS server address automatically - 封包遺失 + Packet loss - 傳輸的封包 + Packets transmitted - 實體位址 + PhysicalAddress Preferred protocol when resolving hostname: - 主要 DNS 伺服器 + Primary DNS server - 已接收 / 遺失 + Received / Lost - 解析主機名稱 + Resolve hostname - 需要重新啟動 + Restart required Some settings are applied only after restarting the application! - 在應用程式的資料夾中儲存檔案 + Save settings in the application folder - 次要 DNS 伺服器 + Secondary DNS server - 顯示 + Show Show the following application on startup: @@ -580,88 +580,88 @@ A powerful tool for managing networks and troubleshoot network problems! - 速度 + Speed - 在系統匣啟動最小化 + Start minimized in tray - 隨 Windows 啟動 (目前使用者) + Start with Windows (current user) - 靜態 IPv4 位址 + Static IPv4 address - 動態 IPv4 DNS 伺服器 + Static IPv4 DNS server - 子網路遮罩 + Subnetmask - 子網路遮罩或 CIDR + Subnetmask or CIDR - 執行緒 + Threads - + Time - 1 次 + Time 1 - 2 次 + Time 2 - 3 次 + Time 3 - 逾時 + Timeout - 逾時 (ms) + Timeout (ms) - 每次 ping 之間的等待時間 + Time to wait between each ping TTL - 類型 + Type - 使用下列的 DNS 伺服器位址: + Use the following DNS server addresses: - 使用下列的 IP 位址: + Use the following IP address: - 喚醒 + Wake up - + Yes - 新增 + Add - 新增標籤執行來 DNS 查閱... + Add a tab to perform a DNS lookup... - 新增標籤執行來網路掃瞄... + Add a tab to perform a network scan... - 新增標籤執行來 SNMP 動作... + Add a tab to perform an SNMP action... - 新增標籤執行來 ping... + Add a tab to perform a ping... - 新增標籤執行來連接埠掃瞄... + Add a tab to perform a port scan... - 新增標籤執行來追蹤... + Add a tab to perform a trace... Add a tab to query the HTTP headers... @@ -670,177 +670,177 @@ Add DNS suffix (primary) to hostname - 其他命令列 + Additional command line - 其他 + Additionals - 新增設定檔... + Add profile... - 自動調整螢幕 + Adjust screen automatically - 答案 + Answers The application will be restarted afterwards! - 套用 + Apply - 套用 Windows 按鍵組合 (例如 ALT+TAB): + Apply Windows key combinations (e.g. ALT+TAB): - 驗證 + Auth - 驗證等級 + Authentication level - 法律 + Authorities - 每次自動更新 + Automatically update every - 返回 + back - 備份 + Backup - 傳輸速率 + Baud - 使用者已取消作業。 + The operation has been canceled by the user! - Caps lock 已啟用! + Caps lock is enabled! - 在啟動時檢查更新 + Check for updates at startup - 類別 + Class - 清除篩選 + Clear filter - 色彩深度 (位元) + Color depth (bit) - 社群 + Community Configure the path to PuTTY in the settings... - 確認關閉 + Confirm close - 你確定要關閉應用程式嗎? + Are you sure you want to close the application? - 連線身分... + Connect as... - 連線外部 + Connect external Connect the network card to a network to configure it! - 複製 + Copy - 複製成... + Copy as... - 複製... + Copy... Could not resolve hostname for: "{0}" - 認證 + Credential - Profile files are encrypted on disk using Rijndael (AES) with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. + Profile files are encrypted on disk using AES with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. -This is a new feature that may still contain bugs. Please backup your profile files first before enabling profile file encryption! +First make a backup copy of your profile files before enabling encryption! - 自訂 + Custom - 自訂螢幕尺寸: + Custom screen size: - 資料已更新! + Data has been updated! Credentials must be decrypted and loaded to manage them. - 預設值 + Default - 傳輸速率 + Baud rate - 預設連接埠: + Default port: - Rlogin 連接埠 + Rlogin port - SSH 連接埠 + SSH port - Telnet 連接埠 + Telnet port The selected credential will be deleted permanently. - 刪除項目 + Delete entry - Selected profiles will be deleted permanently. + Selected profile will be deleted permanently. - DNS 自動配置 + DNS autconfiguration - DNS 查閱... + DNS Lookup... - DNS 伺服器 + DNS server - 打開文件 + Open documentation - 網域 + Domain - 持續時間 + Duration - 編輯... + Edit... - 啟用 + Enable Enable Credential Security Support Provider - 結束時間 + End time Enter a subnet to calculate it... @@ -852,113 +852,113 @@ This is a new feature that may still contain bugs. Please backup your profile fi Couldn't connect to 'api.github.com', check your network connection! - 回應發生錯誤! + Error in response! Error in response! Check if you have write permissions. - 展開 + Expand - 首先可使用 IP 位址 + First usable IP address - 固定螢幕尺寸: + Fixed screen size: Star/Fork the Project on GitHub - 找到了 + Found - 群組 + Group - 高度 + Height - 主機 + Host - 主機名稱或 IP 位址 + Hostname or IP address - 主機 + Hosts ID - - 來自預設繼承主機 + + Inherit host from general - IP 範圍 + IP range - 最後可使用 IP 位址 + Last usable IP address - 本機 IP 位址 + Local IP address - 本機連接埠 + Local port - MAC 位址或廠商 + MAC address or vendor - Magic 封包傳送成功! + Magic packet successfully sent! Maximum number ({0}) of hops/router reached! - 訊息大小 + Message size - 模式 + Mode - 多點傳送 + Multicast - 多重執行個體 + Multiple instances The network address cannot be reached. Check if your computer is connected to the network. For information about network troubleshooting, see Windows Help. - 新連線... + New connection... No DNS record found for "{0}"! Check your input and the settings. - 找不到啟用網路介面卡! + No enabled network adapters found! - 找不到連接埠。檢查您的輸入! + No ports found. Check your input! No profiles found! Create one... - 沒有找到! + Nothing found! - 不執行任何動作。檢查您的輸入! + Nothing to do. Check your input! - 沒有可用的更新! + No update available! No valid file found to import. - 找不到廠商。檢查您的輸入! + No vendor found. Check your input! Number of errors after which is canceled: @@ -970,28 +970,28 @@ Create one... OID - 只有在使用全螢幕時 + Only when using the full screen - 在遠端電腦上 + On the remote computer - 在此電腦上 + On this computer - 打開 + Open - 打開授權 + Open license - 打開專案 + Open project - 打開網站 + Open website - 覆寫 + override Overwrite settings in the destination folder? @@ -1000,109 +1000,109 @@ Create one... "Use other" will use the existing settings file in the destination and restart the application. - 密碼 + Password - 密碼不相符! + Passwords do not match! - 路徑 + Path - 連接埠或服務 + Port or service - 連接埠 + Ports - 私有 + Priv - 設定檔 + Profile - 設定檔已重新載入 + Profiles reloaded - 通訊協定 + Protocol - PuTTY 處理程序已經結束! + PuTTY process has ended! - PuTTY 設定檔 + PuTTY profile - 問題 + Questions - 原始 + RAW - 遞迴 + Recursion - 重新導向剪貼簿 + Redirect clipboard - 重新導向裝置 + Redirect devices - 重新導向磁碟機 + Redirect drives - 重新導向連接埠 + Redirect ports - 重新導向印表機 + Redirect printers - 重新導向智慧卡 + Redirect smartcards - 剩餘時間 + Remaining time - 遠端 IP 位址 + Remote IP address - 遠端連接埠 + Remote port - 重複 + Repeat Resolve CNAME on ANY requests - 回應 + Responses Rlogin - 已掃描 + Scanned - 已搜尋應用程式未找到! + Searched application not found! - 已搜尋語系未找到! + Searched language not found! - 已搜尋設定未找到! + Searched setting not found! - 安全性 + Security - 選擇螢幕解析度 + Select a screen resolution The selected settings are overwritten! - 此已選擇設定被重置。 + The selected settings are reset. Select the settings you want to export: @@ -1111,62 +1111,62 @@ Create one... Select the settings you want to import: - 此將重置所有設定! + This will reset all settings! - 序列 + Serial - 序列線路 + SerialLine - 服務 + Service The settings file found was corrupted or is not compatible with this version. All settings have been reset! (Profile files are not affected!) - 設定已成功匯出! + Settings successfully exported! - 設定已成功匯入! + Settings successfully imported! - 設定已成功重置! + Settings successfully reset! - 顯示關閉連接埠 + Show closed ports - 顯示目前應用程式標題 + Show current application title Show only most common query types - 顯示所有 IP 位址的結果 + Show scan result for all IP addresses - 顯示統計資料 + Show statistics SSH - 開始時間 + Start time State - 子網路 1 + Subnet 1 - 子網路 2 + Subnet 2 - 標籤​​ + Tags Telnet @@ -1190,133 +1190,133 @@ Create one... The settings location is not affected - SNMP 查詢逾時 + Timeout on SNMP query. Timeout when querying the DNS server with the IP address "{0}"! - 時間戳記 + Timestamp - 追蹤 + Trace - 不明錯誤! + Unkown error! Untray / Bring window to front - 網址 + URL - 使用認證 + Use credentials Use the current view size as the screen size - 使用自訂 DNS 伺服器 + Use custom DNS server - 使用自訂 DNS 尾碼 + Use custom DNS suffix - 使用解析快取 + Use resolver cache - 使用已鎖定介面! + User interface locked! - 使用者名稱 + Username - 廠商 + Vendor - 版本 + Version - 有新的 {0} 版本! + Version {0} is available! - 步行模式 + Walk mode - 寬度 + Width - Could not be decrypted the file with the given password. + Profile file could not be decrypted with the given password. - 輸入密碼有錯。 + The entered password is wrong. - 新增... + Add... - 新增項目... + Add entry... - 計算機 + Calculate - 取消 + Cancel - 變更 + Change - 變更設定主密碼... + Change Master Password... - 檢查 + Check - 檢查更新 + Check for updates - 已關閉 + Closed - 繼續 + Continue - 自訂: + Custom: - 剪下 + Cut - 解密並載入... + Decrypt and load... - 刪除 + Delete - 刪除表格 + Delete table - 輸入位置... + Enter location... - 所有內容 + Everything - 篩選... + Filter... - 排清 DNS 快取 + Flush DNS cache Decrypt and load your credentials to select them. - 顯示這個對話方塊。 + Displays this dialog. - 重置所有應用程式的設定。 + Resets all application settings. The password is not displayed when editing, but can be overwritten. @@ -1331,121 +1331,121 @@ Create one... Tags help you organize profiles/Profiles by topics/projects. Multiple tags can be used with ";" be separated. Search by tags with "tag=xxx". - 小時 + Hour(s) - 匯出檔案的位置... + Location of the import file... - 分鐘 + Minute(s) - 移動 & 重新啟動 + Move & Restart - 網路連線... + Network connections.... - (未變更) + (not changed) - + Off - 確定 + OK - + On - 打開位置 + Open location - 打開設定 + Open settings - 覆寫 + Overwrite - 貼上 + Paste C:\Program Files\PuTTY\putty.exe - 重新連線 + Reconnect - 重新整理 + Refresh - 立即重新啟動 + Restart now - 儲存 + Save - 搜尋... + Search... - + Second(s) - 發送 + Send - 設定主密碼... + Set Master Password... - 使用本地授權 + Show local licenses - IP 子網路計算機 + Subnet Calculator - 驗證 + Validate - 連線 + Connections - 輸入有效的 IP 範圍! + Enter a valid ip range! - 輸入有效的 IPv4 位置! + Enter a valid IPv4 address! - 輸入有效的 MAC 位址 (如 00:F1:23:AB:F2:35)! + Enter a valid MAC address (like 00:F1:23:AB:F2:35)! - 輸入有效的連接埠 (1 - 65535)! + Enter a valid port (1 - 65535)! - 輸入有效的子網路遮罩 (如 255.255.255.0)! + Enter a valid subnetmask (like 255.255.255.0)! - 輸入有效的子網路遮罩或 CIDR (如 255.255.255.0 或 /24)! + Enter a valid subnetmask or CIDR (like 255.255.255.0 or /24)! - 欄位不可空白! + Field cannot be empty! - 檔案不存在! + File does not exists! - 資料夾不存在! + Folder does not exists! - 接聽程式 + Listeners - 琥珀色 + Amber - 外觀 + Appearance - 應用程式 + Applications Dark @@ -1454,208 +1454,208 @@ Create one... Light - 黑色 + Black - 藍色 + Blue - 褐色 + Brown - 深藍色 + Cobalt - 深紅色 + Crimson - 青色 + Cyan - 深綠色 + Emerald - 輸入一或多個有效的 IP 位址! + Enter one or more valid IP addresses! - 輸入有效的傳輸速率! + Enter a valid baud! - 輸入有效的主機 (多主機不能以 ";" 結尾)! + Enter valid hosts (multiple hosts can not end with ";")! - 輸入有效的 IP 位址! + Enter a valid IP address! - 輸入有效的數量! + Enter a valid number! - 輸入有效的 OID! + Enter a valid OID! - 輸入有效的連接埠和/或連接埠範圍 (1 - 65535)! + Enter a valid port and/or port range (1 - 65535)! - 輸入有效的子網路 (如 192.168.178.133/26)! + Enter a valid subnet (like 192.168.178.133/26)! - 輸入有效的網站 (如 https://example.com/index.html) + Enter a valid website (like https://example.com/index.html) - 綠色 + Green - 匯入/匯出 + Import / Export - 靛藍色 + Indigo - 目的地主機無法連線。 + Destination host unreachable. - 目的地網路無法連線。 + Destination network unreachable. - 目的地連接埠無法連線。 + Destination port unreachable. - 成功 + Success - 要求已逾時。 + Request timed out. TTL expired in transit. - 金鑰必須有8個字元或以上! + Key must have 8 characters or more! - 亮綠色 + Lime - 洋紅色 + Magenta - 紫紅色 + Mauve - 橄欖色 + Olive - 只能輸入數字! + Only numbers can be entered! - 橙色 + Orange - 粉紅色 + Pink - 紫色 + Purple - 紅色 + Red - 通訊端已關閉。 + Socket closed. - 遠端中斷連線由伺服器 + Remote disconnect by server. - 解壓縮錯誤。 + Decompression error. - 連線逾時。 + Connection timed out. - 解密錯誤。 + Decryption error. - DNS 名稱查閱失敗 + DNS name lookup failure. - DNS 查閱失敗。 + DNS lookup failed. - 加密錯誤。 + Encryption error. Windows Sockets gethostbyname call failed. - 找不到主機。 + Host not found. - 內部錯誤。 + Internal error. - 內部安全性錯誤。 + Internal security error. - 內部安全性錯誤。 + Internal security error. The encryption method specified is not valid. - 指定了錯誤的 IP 位址。 + Bad IP address specified. - 指定了 IP 位址無效。 + The IP address specified is not valid. - 安全性資料無效。 + Security data is not valid. - 伺服器安全性資料無效。 + Server security data is not valid. License negotiation failed. - 授權逾時。 + Licensing time-out. - 本機中斷連接。 + Local disconnection. - 沒有任何資訊。 + No information is available. - 記憶體不足。 + Out of memory. - 記憶體不足。 + Out of memory. - 記憶體不足。 + Out of memory. - 遠端中斷連線由使用者。 + Remote disconnect by user. Failed to unpack server certificate. - Windows Sockets 連線失敗了。 + Windows Sockets connect failed. Windows Sockets recv call failed. - 此帳戶已停用。 + The account is disabled. - 此帳戶已到期。 + The account is expired. - 此帳戶已鎖定。 + The account is locked out. - 此帳戶已限制。 + The account is restricted. The received certificate is expired. @@ -1667,7 +1667,7 @@ Create one... The server authentication policy does not allow connection requests using saved credentials. The user must enter new credentials. - 登入失敗。 + Login failed. No authority could be contacted for authentication. The domain name of the authenticating party could be wrong, the domain could be unreachable, or there might have been a trust relationship failure. @@ -1676,7 +1676,7 @@ Create one... The specified user has no account. - 此密碼已到期。 + The password is expired. The user password must be changed before logging on for the first time. @@ -1685,46 +1685,46 @@ Create one... Delegation of credentials to the target server is not allowed unless mutual authentication has been achieved. - 智慧卡被封鎖。 + The smart card is blocked. An incorrect PIN was presented to the smart card. - 發生逾時。 + Timeout occurred. - 內部計時器錯誤。 + Internal timer error. Windows Sockets send call failed. - 赭色 + Sienna - 不允許有空格! + Spaces are not allowed! - 鐵灰色 + Steel - 褐灰色 + Taupe - 已關閉 + Closed CloseWait - 關閉中 + Closing DeleteTcb - 已建立 + Established FinWait1 @@ -1736,7 +1736,7 @@ Create one... LastAck - 接聽 + Listen SynReceived @@ -1748,40 +1748,40 @@ Create one... TimeWait - 未知 + Unkown - 藍綠色 + Teal - 紫羅蘭色 + Violet - 白色 + White - 黃色 + Yellow - 輸入 25 到 100 之間的有效值! + Enter a valid value between 25 and 100! A profile with this name already exists! - 已關閉 + Closed - 打開 + Open At least one application must be visible! - 隱藏應用程式 + Hidden applications - 可見應用程式 + Visible applications Visible applications in the bar: @@ -1793,43 +1793,43 @@ Create one... Add a tab to query whois... - 輸入有效的網域 (如 "example.com")! + Enter a valid domain (like "example.com")! Whois server not found for the domain: "{0}" - 路由 + Routing - 釋放 + Release - 釋放 & 續約 + Release & Renew - 續約 + Renew - 視窗 DNS 設定 + Windows DNS settings - 刪除 DNS 伺服器 + Delete DNS server The selected DNS server will be deleted permanently. - 新增 DNS 伺服器 + Add DNS server - 編輯 DNS 伺服器 + Edit DNS server A DNS server with this name already exists! - 重新啟動工作階段 + Restart session TigerVNC @@ -1838,55 +1838,55 @@ Create one... Configure the path to TigerVNC in the settings... - TigerVNC 位置... + TigerVNC location... - TigerVNC 處理程序已經結束! + TigerVNC process has ended! - 連線中... + Connecting... - 解析 MAC 位址或廠商 + Resolve MAC address and vendor - 注意事項 + Note - 全部匯出 + Export all - 匯出... + Export... - 匯出已選擇 + Export selected - 位置... + Location... - 檔案 + File - 輸入有效的檔案路徑! + Enter a valid file path! - 全部 + All - 格式 + Format - 已選擇 + Selected An error occurred while exporting the data. See error message for details: - 設計 + Design - 醒目提示逾時 + Highlight timeouts Enter subnets to create a wide subnet... @@ -1895,19 +1895,19 @@ Create one... Wide Subnet - 新增標籤... + Add tab... - 新增 IPv4 位址... + Add IPv4 address... - 新增 IPv4 位址 + Add IPv4 address - 主機執行緒 + Host threads - 連接埠執行緒 + Port threads PowerShell @@ -1916,52 +1916,52 @@ Create one... Configure the path to PowerShell in the settings... - PowerShell 處理程序已經結束! + PowerShell process has ended! - 執行原則 + Execution Policy - 遠端主控台 + Remote console - PowerShell 位置... + PowerShell location... - 檔案路徑 + File path - 覆寫預設設定 + Override default settings Resolve IPv4 address for this host - 隱藏 + Hide - 接收的位元組總數 + Total bytes received - 傳送的位元組總數 + Total bytes sent - 下載 + Download - 頻寬 + Bandwidth - 上傳 + Upload - 套用 Windows 按鍵組合 + Apply Windows key combinations Credential Security Support Provider - 背景工作 + Background job The background job will save settings, profiles and credentials every x-minutes. @@ -1977,13 +1977,13 @@ Changing this value requires a restart of the application to take effect.Your system OS is incompatible with the latest release! - 儀表板 + Dashboard All settings can be changed later in the settings - 檢查公用 IP 位址 + Check public IP address Thanks for using NETworkManager! @@ -1998,16 +1998,16 @@ URL: https://api.github.com/ The public IP address is determined via ipify.org. -URL: https://api.ipify.org/ +URL: https://api.ipify.org and https://api6.ipify.org - 隱私權 + Privacy - 歡迎 + Welcome - 外部服務 + External services Star/Fork the Project on GitHub. @@ -2019,16 +2019,16 @@ URL: https://api.ipify.org/ Contact via Twitter. - 連線 + Connection - 電腦 + Computer - 閘道 / 路由器 + Gateway / Router - 網際網路 + Internet Check your network adapter configuration (dns) and if your dns server is configured correctly. @@ -2037,19 +2037,19 @@ URL: https://api.ipify.org/ Check your network adapter configuration (dhcp, static ip) and if you are connected to a network. - 錯誤 + Error - 確定 + OK - 警告 + Warning - 無法偵測閘道 IP 位址! + Could not detect gateway ip address! - 無法偵測本機 IP 位址! + Could not detect local ip address! Could not get public ip address via WebRequest (http/https) from "{0}"! Check your network connection (firewall, proxy, etc.). @@ -2073,8 +2073,8 @@ URL: https://api.ipify.org/ Resolved "{0}" as hostname for ip address "{1}"! - 公共 IP 位址檢查 -已停用! + Public IP address check +is disabled! TCP/IP stack is available. "{0}" is reachable via ICMP! @@ -2104,118 +2104,118 @@ URL: https://api.ipify.org/ Could not parse public ip address from "{0}"! Try another service or use the default... - 無法連線到 "{0}"! + Could not connect to "{0}"! - IPv4 通訊協定可用 + IPv4 protocol available - IPv6 通訊協定可用 + IPv6 protocol available - 複製 + Copy - 官方 + Official - 網路連線類型 + Network connection type - 桌面背景 + Desktop background - 桌面轉譯 + Desktop composition - 體驗 + Experience - 字型平滑處理 + Font smoothing - 功能表及視窗動畫 + Menu and window animation - 效能 + Performance - 持續性點陣圖快取 + Persistent bitmap caching - 如果連線中斷的話,重新連線 + Reconnect if the connection is dropped - 高速寬頻 (2 Mbps - 10 Mbps) + High-speed broadband (2 Mbps - 10 Mbps) - 低速寬頻 (256 kbps - 2 Mbps) + Low-speed broadband (256 kbps - 2 Mbps) - 自動偵測連線品質 + Detect connection quality automatically - LAN (10 Mbps 或較高) + LAN (10 Mbps or higher) - 數據機 (56 kbps) + Modem (56 kbps) - 衛星 (2 Mbps - 16 Mbps 並含高延遲) + Satellite (2 Mbps - 16 Mbps with high latency) - WAN (10 Mbps 或更快並含高延遲) + WAN (10 Mbps or higher with high latency) - 拖曳時顯示視窗內容 + Show window contents while dragging - 視覺樣式 + Visual styles - 遠端音訊 + Remote audio - 遠端音效播放 + Remote audio playback - 遠端音效錄製 + Remote audio recording - 不錄製 + Do not record - 從這部電腦錄製 + Record from this computer - 不要播放 + Do not play - 在遠端電腦上播放 + Play on remote computer - 在這部電腦上播放 + Play on this computer - 閘道 + Gateway - 自訂命令 + Custom commands - 新增自訂命令 + Add custom command - 引數 + Arguments - 刪除自訂命令 + Delete custom command - 編輯自訂命令 + Edit custom command - 程式 + Program The selected custom command will be deleted permanently. @@ -2227,7 +2227,7 @@ $$ipaddress$$ --> IP adresse $$hostname$$ --> Hostname - 重新啟動 + Restart Could not resolve ip address for hostname! @@ -2236,34 +2236,34 @@ $$hostname$$ --> Hostname Ctrl+Alt+Del - 鍵盤快速鍵 + Keyboard shortcuts - 調整螢幕 + Adjust screen - 全螢幕 + Fullscreen - 無法傳送按鍵輸入! + Could not send keystroke! - 已中斷連線 + Disconnect - 偵測本機 IP 位址和子網路遮罩 + Detect local ip address and subnetmask - 無法偵測子網路遮罩! + Could not detect subnetmask! - 偵測網路中... + Detecting network... - {0} 秒鐘後關閉中... + Closing in {0} seconds... - 網路無法使用! + Network unavailable! IP address to detect local ip address based on routing @@ -2278,25 +2278,25 @@ $$hostname$$ --> Hostname WiFi - 網路 + Networks - 正在搜尋網路... + Searching for networks... - 找不到 WiFi 介面卡! + No WiFi adapters found! - 正在搜尋 WiFi 介面卡... + Searching for WiFi adapters... - 找不到 WiFi 網路! + No WiFi networks found! - 頻道 + Channels - 頻道 + Channel 2.4 GHz @@ -2305,43 +2305,43 @@ $$hostname$$ --> Hostname 5 GHz - 訊號強度 + Signal strength - 目前下載速度 + Current download speed - 目前上傳速度 + Current upload speed - 測量時間 + Measured time - 網路使用量 + Network usage - 總下載 + Total download - 總上傳 + Total upload - 重試 + Retries - 使用快取 + Use cache - 使用唯 TCP + Use only TCP - 查詢類別 + Query class - 網域名稱 + Domain name - 逾時 (s) + Timeout (s) Report an issue or create a feature request @@ -2353,10 +2353,10 @@ $$hostname$$ --> Hostname Beacon interval - 加密 + Encryption - 基礎結構 + Infrastructure Network kind @@ -2368,76 +2368,76 @@ $$hostname$$ --> Hostname Uptime - 顯示錯誤訊息 + Show error message - Ping 監視器 + Ping Monitor - 新增主機 + Add host Add a host to monitor - 暫停 + Pause - 繼續 + Resume - 無法解析 ip 位址: "{0}" + Could not resolve ip address for: "{0}" - 應用程式將重新啟動... + The application will be restarted... Use other folder - 不能匯出檔案! 參閱錯誤訊息: "{0}" + Could not export file! See error message: "{0}" - 檔案已匯出到 "{0}"! + File exported to "{0}"! - 不能匯入檔案! 參閱錯誤訊息: "{0}" + Could not import file! See error message: "{0}" Location cannot be changed in portable version! - 已加密 + Is encrypted Open documentation on GitHub. - 客戶 1 + Customer 1 - 新增設定檔檔案 + Add profile file - 停用加密... + Disable encryption... - 編輯設定檔檔案 + Edit profile file - 啟用加密 + Enable encryption... - 加密... + Encryption... - 設定檔名稱已經存在! + Profile name already exists! - 重新命名 + Rename - 刪除設定檔檔案 + Delete profile file Selected profile file will be deleted permanently. @@ -2446,37 +2446,37 @@ $$hostname$$ --> Hostname All profiles in this profile file will be permanently deleted! - 修補 + Patch - 重新啟動應用程式來變更語系! + Restart the application to change the language! - 目前已下載 + Currently downloaded - 目前已上傳 + Currently uploaded LLDP / CDP - 系統管理員身分重新啟動 + Restart as Administrator To analyze network packets, the application must be started with elevated rights! - 擷取 + Capture - 裝置 + Device - 期間 + Duration (s) - 型號 + Model VLAN @@ -2488,10 +2488,10 @@ $$hostname$$ --> Hostname No discovery protocol packages received! - 正在擷取網路封包... + Capturing network packages... - Discovery 通訊協定 + Discovery Protocol CDP @@ -2503,28 +2503,28 @@ $$hostname$$ --> Hostname LLDP / CDP - 剩下 {0} 秒鐘... + {0} seconds remaining... - 說明 + Help Application that is displayed at startup. - 參數 + Parameter - + Value - 網頁主控台 + Web Console - 重新載入 + Reload - 瀏覽器 + Browser The WebView control (Microsoft Edge) cannot connect to websites with an invalid certificate! @@ -2533,43 +2533,43 @@ $$hostname$$ --> Hostname Microsoft.Windows.SDK.Contracts is required for this feature but not available on this system (e.g. on Windows Server). - ARP 表格 + ARP Table - 連線 + Connections - 儀表板 + Dashboard - Discovery 通訊協定 + Discovery Protocol - DNS 查閱 + DNS Lookup - HTTP 標頭 + HTTP Headers - IP 掃描器 + IP Scanner - 接聽程式 + Listeners - 查閱 + Lookup - 網路介面 + Network Interface Ping - Ping 監視器 + Ping Monitor - Port 掃瞄器 + Port Scanner PowerShell @@ -2578,25 +2578,25 @@ $$hostname$$ --> Hostname PuTTY - 遠端桌面 + Remote Desktop SNMP - IP 子網路計算機 + Subnet Calculator TigerVNC - 路徑追蹤 + Traceroute - 網路喚醒 + Wake on LAN - 網頁主控台 + Web Console Whois @@ -2605,97 +2605,97 @@ $$hostname$$ --> Hostname WiFi - 琥珀色 + Amber - 黑色 + Black - 藍色 + Blue - 褐色 + Brown - 深藍色 + Cobalt - 深紅色 + Crimson - 青色 + Cyan - 深綠色 + Emerald - 綠色 + Green - 靛藍色 + Indigo - 亮綠色 + Lime - 洋紅色 + Magenta - 紫紅色 + Mauve - 橄欖色 + Olive - 橙色 + Orange - 紫色 + Purple - 紅色 + Red - 赭色 + Sienna - 褐灰色 + Taupe - 藍綠色 + Teal - 粉紅色 + Pink - 黃色 + Yellow - 鐵灰色 + Steel - 一般 + General - DNS 查閱 + DNS Lookup - HTTP 標頭 + HTTP Headers - IP 掃描器 + IP Scanner - 網路介面 + Network Interface Ping - Ping 監視器 + Ping Monitor - Port 掃瞄器 + Port Scanner PowerShell @@ -2704,148 +2704,148 @@ $$hostname$$ --> Hostname PuTTY - 遠端桌面 + Remote Desktop TigerVNC - 路徑追蹤 + Traceroute - 網路喚醒 + Wake on LAN - 網頁主控台 + Web Console Whois - 應用程式 + Applications - 一般 + General - 外觀 + Appearance - 自動啟動 + Autostart - 儀表板 + Dashboard - DNS 查閱 + DNS Lookup - 一般 + General - 熱鍵 + HotKeys - HTTP 標頭 + HTTP Headers - IP 掃描器 + IP Scanner - 語系 + Language - Ping 監視器 + Ping Monitor - Port 掃瞄器 + Port Scanner PowerShell - 設定檔 + Profiles PuTTY - 遠端桌面 + Remote Desktop - 設定 + Settings SNMP - 狀態 + Status TigerVNC - 路徑追蹤 + Traceroute - 更新 + Update - 網路喚醒 + Wake On LAN Whois - 視窗 + Window - 啟用記錄 + Enable log - 記錄檔名稱 + Log file name - 記錄路徑 + Log path - 記錄模式 + Log mode - 記錄 + Log - SSH 記錄 + SSH log - SSH 原始記錄 + SSH Raw log - Session 記錄 + Session log - SSH 記錄 + SSH log - SSH 和原始記錄 + SSH and Raw Log - 輸入有效的檔案名稱! + Enter a valid file name! - 失敗 + Lost - 已接收 + Received - 狀態變更 + Status change - 有可用的更新! + Update available! - 私密金鑰檔案 + Private key file Preview @@ -2892,8 +2892,10 @@ $$hostname$$ --> Hostname Profile could not be loaded! - - The profile could not be loaded and may be corrupted. If this is unexpected or due to an update, please report this issue on GitHub! + + If this happened after an update, you may need to migrate the profiles to a newer version. When you click "Migrate", a PowerShell window opens with the migration script. Check the path and press Enter. + +Otherwise, the profile may be corrupted and you want to report the issue on GitHub. Edit group... @@ -2923,7 +2925,7 @@ $$hostname$$ --> Hostname Unlock profile - Unlock the profile file to add, change or delete a profile! + Unlock the profile file to use the profiles! Disclaimer @@ -2939,12 +2941,10 @@ $$hostname$$ --> Hostname "Overwrite" will copy the profile files to the destination folder and overwrite existing profile files. "Merge" will copy the profile files to the destination folder, but won't overwrite exitsting profile files. -"Use other folder" will use the existing profile files in the destination folder. - -The application will be restarted afterwards! +"Use other folder" will use the existing profile files in the destination folder. - 使用其他 + Use other Move @@ -3110,4 +3110,37 @@ Enable profile file encryption in Settings>Profile to store credentials secur Unable to reconnect to the remote session. + + Migrate + + + Report on GitHub + + + Groups + + + Add group + + + Delete group + + + Selected group and all profiles inside this group will be deleted permanently. + + + The name is already used! + + + Resize + + + Delete profiles + + + Selected profiles will be deleted permanently. + + + Unlock the profile file to add, change or delete a profile! + diff --git a/Source/NETworkManager.Localization/Resources/Strings.zh-CN.resx b/Source/NETworkManager.Localization/Resources/Strings.zh-CN.resx index a1605a83b4..dc7c25e182 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.zh-CN.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.zh-CN.resx @@ -112,10 +112,10 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 关于 @@ -769,9 +769,9 @@ 凭据 - 配置文件在磁盘上使用Rijndael(AES)加密,在CBC模式下密钥大小为256位,块大小为128位。加密密钥是使用Rfc2898DeriveBytes(PBKDF2)通过1000000次迭代从主密码派生的。在运行时,一旦加载概要文件,密码就存储为安全字符串。对于某些函数,密码必须转换为普通字符串,并在内存中保持未加密状态,直到垃圾收集器将其清除。 + Profile files are encrypted on disk using AES with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. -这是一个可能仍然包含bug的新特性。在启用配置文件加密之前,请先备份您的配置文件! +First make a backup copy of your profile files before enabling encryption! 自定义 @@ -810,7 +810,7 @@ 删除条目 - 所选配置将永久删除。 + Selected profile will be deleted permanently. DNS配置 @@ -890,8 +890,8 @@ ID - - 从默认值继承主机 + + Inherit host from general IP范围 @@ -1249,7 +1249,7 @@ 宽度 - 无法用给定的密码解密该文件。 + Profile file could not be decrypted with the given password. 输入密码有误。 @@ -2899,8 +2899,10 @@ $$hostname$$ --> 主机名 配置文件无法加载! - - 无法加载配置文件,可能已损坏。如果这是意外的或由于更新,请在GitHub上报告这个问题! + + If this happened after an update, you may need to migrate the profiles to a newer version. When you click "Migrate", a PowerShell window opens with the migration script. Check the path and press Enter. + +Otherwise, the profile may be corrupted and you want to report the issue on GitHub. 编辑组 @@ -2930,7 +2932,7 @@ $$hostname$$ --> 主机名 打开配置文件 - 解锁配置文件添加,更改或删除配置文件! + Unlock the profile file to use the profiles! 免责声明 @@ -2942,15 +2944,11 @@ $$hostname$$ --> 主机名 目标文件夹已经包含文件。如果单击“合并”,当前配置文件将复制到文件夹中。 - 覆盖目标文件夹中的配置文件? -  -“覆盖”将把配置文件复制到目标文件夹,并覆盖现有的配置文件。 -  -“合并”将把配置文件复制到目标文件夹,但不会覆盖现有的配置文件。 -  -“使用其他文件夹”将使用目标文件夹中的现有配置文件。 -  -应用程序将在之后重新启动! + Overwrite profiles in destination folder? + +"Overwrite" will copy the profile files to the destination folder and overwrite existing profile files. +"Merge" will copy the profile files to the destination folder, but won't overwrite exitsting profile files. +"Use other folder" will use the existing profile files in the destination folder. 使用其他 @@ -3119,4 +3117,37 @@ $$hostname$$ --> 主机名 无法重新连接远程会话。 + + Migrate + + + Report on GitHub + + + Groups + + + Add group + + + Delete group + + + Selected group and all profiles inside this group will be deleted permanently. + + + The name is already used! + + + Resize + + + Delete profiles + + + Selected profiles will be deleted permanently. + + + Unlock the profile file to add, change or delete a profile! + diff --git a/Source/NETworkManager.Localization/Resources/Strings.zh-TW.resx b/Source/NETworkManager.Localization/Resources/Strings.zh-TW.resx index 57ee3d2081..3548245c12 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.zh-TW.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.zh-TW.resx @@ -1,4 +1,4 @@ - + - + - + - - - - + + + + - - + + - - + + - - - - + + + + - + - + @@ -112,10 +112,10 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 關於 @@ -135,6 +135,9 @@ 是否確定? + + ARP + ARP 表格 @@ -192,6 +195,9 @@ 顯示 + + DNS + DNS 查閱 @@ -282,9 +288,15 @@ 新標籤 + + OUI + 覆寫? + + Ping + 連接埠 @@ -297,6 +309,9 @@ 設定檔 + + PuTTY + 查詢 @@ -336,6 +351,9 @@ 設定已經重設! + + SNMP + 通訊端 @@ -366,6 +384,12 @@ 更新 + + v1/v2c + + + v3 + 驗證失敗! @@ -405,6 +429,9 @@ 位元組 + + CIDR + 關閉 @@ -456,12 +483,18 @@ IP 位址 + + IPv4 + IPv4 位址 IPv4 預設閘道 + + IPv6 + IPv6 位址 @@ -480,6 +513,9 @@ 最小化視窗而不關閉 + + Minimize to tray instead of taskbar + 最小 @@ -510,6 +546,9 @@ 實體位址 + + Preferred protocol when resolving hostname: + 主要 DNS 伺服器 @@ -522,6 +561,9 @@ 需要重新啟動 + + Some settings are applied only after restarting the application! + 在應用程式的資料夾中儲存檔案 @@ -531,6 +573,12 @@ 顯示 + + Show the following application on startup: + + + A powerful tool for managing networks and troubleshoot network problems! + 速度 @@ -576,6 +624,9 @@ 每次 ping 之間的等待時間 + + TTL + 類型 @@ -612,6 +663,12 @@ 新增標籤執行來追蹤... + + Add a tab to query the HTTP headers... + + + Add DNS suffix (primary) to hostname + 其他命令列 @@ -627,6 +684,9 @@ 答案 + + The application will be restarted afterwards! + 套用 @@ -675,6 +735,9 @@ 社群 + + Configure the path to PuTTY in the settings... + 確認關閉 @@ -687,6 +750,9 @@ 連線外部 + + Connect the network card to a network to configure it! + 複製 @@ -696,9 +762,17 @@ 複製... + + Could not resolve hostname for: "{0}" + 認證 + + Profile files are encrypted on disk using AES with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. + +First make a backup copy of your profile files before enabling encryption! + 自訂 @@ -708,6 +782,9 @@ 資料已更新! + + Credentials must be decrypted and loaded to manage them. + 預設值 @@ -726,9 +803,15 @@ Telnet 連接埠 + + The selected credential will be deleted permanently. + 刪除項目 + + Selected profile will be deleted permanently. + DNS 自動配置 @@ -753,12 +836,27 @@ 啟用 + + Enable Credential Security Support Provider + 結束時間 + + Enter a subnet to calculate it... + + + Enter subnet and a new subnet mask to create subnets... + + + Couldn't connect to 'api.github.com', check your network connection! + 回應發生錯誤! + + Error in response! Check if you have write permissions. + 展開 @@ -768,6 +866,9 @@ 固定螢幕尺寸: + + Star/Fork the Project on GitHub + 找到了 @@ -786,8 +887,11 @@ 主機 - - 來自預設繼承主機 + + ID + + + Inherit host from general IP 範圍 @@ -807,6 +911,9 @@ Magic 封包傳送成功! + + Maximum number ({0}) of hops/router reached! + 訊息大小 @@ -819,15 +926,25 @@ 多重執行個體 + + The network address cannot be reached. Check if your computer is connected to the network. For information about network troubleshooting, see Windows Help. + 新連線... + + No DNS record found for "{0}"! Check your input and the settings. + 找不到啟用網路介面卡! 找不到連接埠。檢查您的輸入! + + No profiles found! +Create one... + 沒有找到! @@ -837,9 +954,21 @@ 沒有可用的更新! + + No valid file found to import. + 找不到廠商。檢查您的輸入! + + Number of errors after which is canceled: + + + Number of stored entries + + + OID + 只有在使用全螢幕時 @@ -864,6 +993,12 @@ 覆寫 + + Overwrite settings in the destination folder? + +"Overwrite" will overwrite the file in the destination folder. +"Use other" will use the existing settings file in the destination and restart the application. + 密碼 @@ -936,9 +1071,15 @@ 重複 + + Resolve CNAME on ANY requests + 回應 + + Rlogin + 已掃描 @@ -957,9 +1098,18 @@ 選擇螢幕解析度 + + The selected settings are overwritten! + 此已選擇設定被重置。 + + Select the settings you want to export: + + + Select the settings you want to import: + 此將重置所有設定! @@ -972,6 +1122,10 @@ 服務 + + The settings file found was corrupted or is not compatible with this version. All settings have been reset! +(Profile files are not affected!) + 設定已成功匯出! @@ -987,15 +1141,24 @@ 顯示目前應用程式標題 + + Show only most common query types + 顯示所有 IP 位址的結果 顯示統計資料 + + SSH + 開始時間 + + State + 子網路 1 @@ -1005,9 +1168,33 @@ 標籤​​ + + Telnet + + + The application can be started without parameters! + + + The following hostnames could not be resolved: + + + The following parameters are available: + + + The following parameters can not be processed: + + + The process can take up some time and resources (CPU / RAM). + + + The settings location is not affected + SNMP 查詢逾時 + + Timeout when querying the DNS server with the IP address "{0}"! + 時間戳記 @@ -1017,12 +1204,18 @@ 不明錯誤! + + Untray / Bring window to front + 網址 使用認證 + + Use the current view size as the screen size + 使用自訂 DNS 伺服器 @@ -1053,6 +1246,9 @@ 寬度 + + Profile file could not be decrypted with the given password. + 輸入密碼有錯。 @@ -1113,12 +1309,27 @@ 排清 DNS 快取 + + Decrypt and load your credentials to select them. + 顯示這個對話方塊。 重置所有應用程式的設定。 + + The password is not displayed when editing, but can be overwritten. + + + [0] If server authentication fails, connect to the computer without warning. +[1] If server authentication fails, do not establish a connection. +[2] If server authentication fails, show a warning and allow me to connect or refuse the connection. +[3] No authentication requirement is specified. + + + Tags help you organize profiles/Profiles by topics/projects. Multiple tags can be used with ";" be separated. Search by tags with "tag=xxx". + 小時 @@ -1158,6 +1369,9 @@ 貼上 + + C:\Program Files\PuTTY\putty.exe + 重新連線 @@ -1233,6 +1447,12 @@ 應用程式 + + Dark + + + Light + 黑色 @@ -1305,6 +1525,9 @@ 要求已逾時。 + + TTL expired in transit. + 金鑰必須有8個字元或以上! @@ -1359,6 +1582,9 @@ 加密錯誤。 + + Windows Sockets gethostbyname call failed. + 找不到主機。 @@ -1371,6 +1597,9 @@ 內部安全性錯誤。 + + The encryption method specified is not valid. + 指定了錯誤的 IP 位址。 @@ -1383,6 +1612,9 @@ 伺服器安全性資料無效。 + + License negotiation failed. + 授權逾時。 @@ -1404,9 +1636,15 @@ 遠端中斷連線由使用者。 + + Failed to unpack server certificate. + Windows Sockets 連線失敗了。 + + Windows Sockets recv call failed. + 此帳戶已停用。 @@ -1419,21 +1657,48 @@ 此帳戶已限制。 + + The received certificate is expired. + + + The policy does not support delegation of credentials to the target server. + + + The server authentication policy does not allow connection requests using saved credentials. The user must enter new credentials. + 登入失敗。 + + No authority could be contacted for authentication. The domain name of the authenticating party could be wrong, the domain could be unreachable, or there might have been a trust relationship failure. + + + The specified user has no account. + 此密碼已到期。 + + The user password must be changed before logging on for the first time. + + + Delegation of credentials to the target server is not allowed unless mutual authentication has been achieved. + 智慧卡被封鎖。 + + An incorrect PIN was presented to the smart card. + 發生逾時。 內部計時器錯誤。 + + Windows Sockets send call failed. + 赭色 @@ -1449,15 +1714,39 @@ 已關閉 + + CloseWait + 關閉中 + + DeleteTcb + 已建立 + + FinWait1 + + + FinWait2 + + + LastAck + 接聽 + + SynReceived + + + SynSent + + + TimeWait + 未知 @@ -1476,21 +1765,39 @@ 輸入 25 到 100 之間的有效值! + + A profile with this name already exists! + 已關閉 打開 + + At least one application must be visible! + 隱藏應用程式 可見應用程式 + + Visible applications in the bar: + + + Whois + + + Add a tab to query whois... + 輸入有效的網域 (如 "example.com")! + + Whois server not found for the domain: "{0}" + 路由 @@ -1509,15 +1816,27 @@ 刪除 DNS 伺服器 + + The selected DNS server will be deleted permanently. + 新增 DNS 伺服器 編輯 DNS 伺服器 + + A DNS server with this name already exists! + 重新啟動工作階段 + + TigerVNC + + + Configure the path to TigerVNC in the settings... + TigerVNC 位置... @@ -1560,12 +1879,21 @@ 已選擇 + + An error occurred while exporting the data. See error message for details: + 設計 醒目提示逾時 + + Enter subnets to create a wide subnet... + + + Wide Subnet + 新增標籤... @@ -1581,6 +1909,12 @@ 連接埠執行緒 + + PowerShell + + + Configure the path to PowerShell in the settings... + PowerShell 處理程序已經結束! @@ -1599,6 +1933,9 @@ 覆寫預設設定 + + Resolve IPv4 address for this host + 隱藏 @@ -1620,15 +1957,49 @@ 套用 Windows 按鍵組合 + + Credential Security Support Provider + 背景工作 + + The background job will save settings, profiles and credentials every x-minutes. + +Value 0 will disable this feature. + +Changing this value requires a restart of the application to take effect. + + + Run background job every x-minute + + + Your system OS is incompatible with the latest release! + 儀表板 + + All settings can be changed later in the settings + 檢查公用 IP 位址 + + Thanks for using NETworkManager! + +To provide additional features the application uses services on the Internet that are not operated by me. No data will be sent to me at any time. + + + When starting the program, it checks in the background whether a new program version is available on GitHub. + +URL: https://api.github.com/ + + + The public IP address is determined via ipify.org. + +URL: https://api.ipify.org/ + 隱私權 @@ -1638,6 +2009,15 @@ 外部服務 + + Star/Fork the Project on GitHub. + + + Help translate the project on Transifex. + + + Contact via Twitter. + 連線 @@ -1650,6 +2030,12 @@ 網際網路 + + Check your network adapter configuration (dns) and if your dns server is configured correctly. + + + Check your network adapter configuration (dhcp, static ip) and if you are connected to a network. + 錯誤 @@ -1665,24 +2051,60 @@ 無法偵測本機 IP 位址! + + Could not get public ip address via WebRequest (http/https) from "{0}"! Check your network connection (firewall, proxy, etc.). + + + No A dns records resolved for "{0}"! + + + No PTR dns record resolved for "{0}"! + + + "{0}" A dns records resolved for "{1}"! + + + PTR dns record resolved for "{0}"! + + + Got "{0}" as public ip address from "{1}"! + + + Resolved "{0}" as hostname for ip address "{1}"! + 公共 IP 位址檢查 已停用! - - 使用自訂 API + + TCP/IP stack is available. "{0}" is reachable via ICMP! - - 無法連線到 "{0}"! + + TCP/IP stack is not available... "{0}" is not reachable via ICMP! + + + "{0}" detected as gateway ip address! - - 公用 DNS 測試網域 + + "{0}" detected as local ip address! - - 公用 DNS 測試 IP 位址 + + "{0}" is not reachable via ICMP! - - 公用 ICMP 測試 IP 位址 + + "{0}" is reachable via ICMP! + + + Use custom IPv4 address API + + + URL to a web service that can be reached via http or https and returns an IP address as response. + + + Could not parse public ip address from "{0}"! Try another service or use the default... + + + 無法連線到 "{0}"! IPv4 通訊協定可用 @@ -1696,9 +2118,6 @@ 官方 - - 在 transifex 上幫助翻譯 - 網路連線類型 @@ -1798,9 +2217,24 @@ 程式 + + The selected custom command will be deleted permanently. + + + The following variables are available: + +$$ipaddress$$ --> IP adresse +$$hostname$$ --> Hostname + 重新啟動 + + Could not resolve ip address for hostname! + + + Ctrl+Alt+Del + 鍵盤快速鍵 @@ -1831,6 +2265,18 @@ 網路無法使用! + + IP address to detect local ip address based on routing + + + Show status window on network change + + + Time in seconds how long the window should be displayed + + + WiFi + 網路 @@ -1852,6 +2298,12 @@ 頻道 + + 2.4 GHz + + + 5 GHz + 訊號強度 @@ -1891,12 +2343,30 @@ 逾時 (s) + + Report an issue or create a feature request + + + Report an issue or create a feature request. + + + Beacon interval + 加密 基礎結構 + + Network kind + + + Phy kind + + + Uptime + 顯示錯誤訊息 @@ -1906,6 +2376,9 @@ 新增主機 + + Add a host to monitor + 暫停 @@ -1918,6 +2391,9 @@ 應用程式將重新啟動... + + Use other folder + 不能匯出檔案! 參閱錯誤訊息: "{0}" @@ -1927,9 +2403,15 @@ 不能匯入檔案! 參閱錯誤訊息: "{0}" + + Location cannot be changed in portable version! + 已加密 + + Open documentation on GitHub. + 客戶 1 @@ -1957,6 +2439,12 @@ 刪除設定檔檔案 + + Selected profile file will be deleted permanently. + + + All profiles in this profile file will be permanently deleted! + 修補 @@ -1969,9 +2457,15 @@ 目前已上傳 + + LLDP / CDP + 系統管理員身分重新啟動 + + To analyze network packets, the application must be started with elevated rights! + 擷取 @@ -1984,18 +2478,39 @@ 型號 + + VLAN + + + Capture network packets to view LLDP or CDP information! + + + No discovery protocol packages received! + 正在擷取網路封包... Discovery 通訊協定 + + CDP + + + LLDP + + + LLDP / CDP + 剩下 {0} 秒鐘... 說明 + + Application that is displayed at startup. + 參數 @@ -2011,6 +2526,12 @@ 瀏覽器 + + The WebView control (Microsoft Edge) cannot connect to websites with an invalid certificate! + + + Microsoft.Windows.SDK.Contracts is required for this feature but not available on this system (e.g. on Windows Server). + ARP 表格 @@ -2041,18 +2562,33 @@ 網路介面 + + Ping + Ping 監視器 Port 掃瞄器 + + PowerShell + + + PuTTY + 遠端桌面 + + SNMP + IP 子網路計算機 + + TigerVNC + 路徑追蹤 @@ -2062,6 +2598,12 @@ 網頁主控台 + + Whois + + + WiFi + 琥珀色 @@ -2146,15 +2688,27 @@ 網路介面 + + Ping + Ping 監視器 Port 掃瞄器 + + PowerShell + + + PuTTY + 遠端桌面 + + TigerVNC + 路徑追蹤 @@ -2164,6 +2718,9 @@ 網頁主控台 + + Whois + 應用程式 @@ -2203,18 +2760,30 @@ Port 掃瞄器 + + PowerShell + 設定檔 + + PuTTY + 遠端桌面 設定 + + SNMP + 狀態 + + TigerVNC + 路徑追蹤 @@ -2224,6 +2793,9 @@ 網路喚醒 + + Whois + 視窗 @@ -2275,7 +2847,300 @@ 私密金鑰檔案 + + Preview + + + Port profiles + + + Add port profile + + + Delete port profile + + + Edit port profile + + + The selected port profile will be deleted permanently. + + + Select port profile + + + Open port profiles... + + + Show SplashScreen on start + + + SplashScreen + + + Download Microsoft Edge WebView2 Runtime + + + Microsoft Edge WebView2 Runtime is not available! + + + Frequency + + + SSID + + + Profile could not be loaded! + + + If this happened after an update, you may need to migrate the profiles to a newer version. When you click "Migrate", a PowerShell window opens with the migration script. Check the path and press Enter. + +Otherwise, the profile may be corrupted and you want to report the issue on GitHub. + + + Edit group... + + + Decryption error + + + Could not decrypt file. You may report this issue on GitHub. + + + Encryption error + + + Could not encrpyt file. You may report this issue on GitHub. + + + Current password + + + New password + + + Change master password + + + Unlock profile + + + Unlock the profile file to use the profiles! + + + Disclaimer + + + Merge + + + The destination folder already contains files. If you click Merge, the current profiles are copied to the folder. + + + Overwrite profiles in destination folder? + +"Overwrite" will copy the profile files to the destination folder and overwrite existing profile files. +"Merge" will copy the profile files to the destination folder, but won't overwrite exitsting profile files. +"Use other folder" will use the existing profile files in the destination folder. + 使用其他 - \ No newline at end of file + + Move + + + Profile files will be moved to the selected destination folder. + + + Last scan at {0} + + + Hidden Network + + + Developed and maintained by {0} with the help of the + + + A Simple Public IP Address API + + + AirspacePanel fixes all Airspace issues with WPF-hosted Winforms. + + + Shared Controlz for WPF and ... more + + + DnsClient.NET is a simple yet very powerful and high performant open source library for the .NET Framework to do DNS lookups + + + Dragable and tearable tab control for WPF + + + C# library take care of complex network, IP, IPv4, IPv6, netmask, CIDR, subnet, subnetting, supernet, and supernetting calculation for .NET developers. + + + Simple, flexible, interactive & powerful charts, maps and gauges for .Net + + + A collection of loading indicators for WPF + + + Some awesome icons for WPF and UWP all together... + + + A toolkit for creating Metro / Modern UI styled WPF apps. + + + Json.NET is a popular high-performance JSON framework for .NET + + + A GitHub API client library for .NET + + + Capture and parse CDP and LLDP packets on local or remote computers + + + Sharp SNMP Library - Open Source SNMP for .NET and Mono + + + A collection of all country flags in SVG + + + List of Top-Level-Domains from iana.org, which is used to query whois servers of the TLD from whois.iana.org via port 43 + + + Sanitized IEEE OUI Data from linuxnet.ca. + + + Service Name and Transport Protocol Port Number Registry from iana.org. + + + Apache License 2.0 + + + BSD-2-Clause + + + MIT License + + + Unlicense + + + C#/WinRT provides packaged WinRT projection support for the C# language. + + + Runtime for hosting PowerShell + + + The WebView2 control enables you to embed web technologies (HTML, CSS, and JavaScript) in your native applications powered by Microsoft Edge (Chromium). + + + Easily add interactivity to your apps using XAML Behaviors for WPF. + + + Microsoft WebView2 License + + + The current profile file is not encrypted and passwords will stored unencrypted on disk! + +Enable profile file encryption in Settings>Profile to store credentials securely. + + + ICMPv4 + + + ICMPv6 + + + Check is disabled! + + + Enter a valid IPv6 address! + + + Public accessible IPv4 address. + + + Public accessible IPv6 address. + + + Public IPv4 address + + + Public IPv6 address + + + Use custom IPv6 address API + + + Time to live + + + Chassis Id + + + Management + + + Device description + + + Port description + + + Remove IPv4 address + + + Additional config... + + + Remove IPv4 address... + + + The remote session ended because the total login time limit was reached. This limit is set by the server administrator or by network policies. + + + Enter a valid hostname! + + + Enter a valid hostname and port! + + + Unable to reconnect to the remote session. + + + Migrate + + + Report on GitHub + + + Groups + + + Add group + + + Delete group + + + Selected group and all profiles inside this group will be deleted permanently. + + + The name is already used! + + + Resize + + + Delete profiles + + + Selected profiles will be deleted permanently. + + + Unlock the profile file to add, change or delete a profile! + + diff --git a/Source/NETworkManager.Localization/Translators/GroupViewNameTranslator.cs b/Source/NETworkManager.Localization/Translators/GroupViewNameTranslator.cs new file mode 100644 index 0000000000..8b5477bad0 --- /dev/null +++ b/Source/NETworkManager.Localization/Translators/GroupViewNameTranslator.cs @@ -0,0 +1,39 @@ +using NETworkManager.Profiles; +using NETworkManager.Utilities; + +namespace NETworkManager.Localization.Translators +{ + /// + /// Class to translate . + /// + public class GroupViewNameTranslator : SingletonBase, ILocalizationStringTranslator + { + /// + /// Constant to identify the strings in the language files. + /// For groups this is the same identifier as for the profiles. + /// + private const string _identifier = "ProfileViewName_"; + + /// + /// Method to translate . + /// + /// as . + /// Translated . + public string Translate(string value) + { + var translation = Resources.Strings.ResourceManager.GetString(_identifier + value, LocalizationManager.GetInstance().Culture); + + return string.IsNullOrEmpty(translation) ? value : translation; + } + + /// + /// Method to translate . + /// + /// . + /// Translated . + public string Translate(GroupViewName name) + { + return Translate(name.ToString()); + } + } +} \ No newline at end of file diff --git a/Source/NETworkManager.Models/EventSystem/EventSystem.cs b/Source/NETworkManager.Models/EventSystem/EventSystem.cs index d1a443f9fa..18e295ac39 100644 --- a/Source/NETworkManager.Models/EventSystem/EventSystem.cs +++ b/Source/NETworkManager.Models/EventSystem/EventSystem.cs @@ -5,19 +5,19 @@ namespace NETworkManager.Models.EventSystem public class EventSystem { // This will notify the mail window, to change the view to another application and redirect some data (hostname, ip) - public static event EventHandler RedirectDataToApplicationEvent; + public static event EventHandler OnRedirectDataToApplicationEvent; public static void RedirectToApplication(ApplicationName application, string data) { - RedirectDataToApplicationEvent?.Invoke(null, new EventSystemRedirectArgs(application, data)); + OnRedirectDataToApplicationEvent?.Invoke(null, new EventSystemRedirectArgs(application, data)); } // This will notify the main window, to change the view to the settings... - public static event EventHandler RedirectToSettingsEvent; + public static event EventHandler OnRedirectToSettingsEvent; public static void RedirectToSettings() { - RedirectToSettingsEvent?.Invoke(null, EventArgs.Empty); + OnRedirectToSettingsEvent?.Invoke(null, EventArgs.Empty); } } } \ No newline at end of file diff --git a/Source/NETworkManager.Models/Lookup/OUILookup.cs b/Source/NETworkManager.Models/Lookup/OUILookup.cs index 566915ff0b..6692021c91 100644 --- a/Source/NETworkManager.Models/Lookup/OUILookup.cs +++ b/Source/NETworkManager.Models/Lookup/OUILookup.cs @@ -26,7 +26,6 @@ static OUILookup() var document = new XmlDocument(); document.Load(OuiFilePath); - // ReSharper disable once PossibleNullReferenceException foreach (XmlNode node in document.SelectNodes("/OUIs/OUI")) { if (node != null) diff --git a/Source/NETworkManager.Models/Lookup/PortLookup.cs b/Source/NETworkManager.Models/Lookup/PortLookup.cs index 3a6c5e7af2..4476f2da9f 100644 --- a/Source/NETworkManager.Models/Lookup/PortLookup.cs +++ b/Source/NETworkManager.Models/Lookup/PortLookup.cs @@ -25,7 +25,6 @@ static PortLookup() var document = new XmlDocument(); document.Load(PortsFilePath); - // ReSharper disable once PossibleNullReferenceException foreach (XmlNode node in document.SelectNodes("/Ports/Port")) { if (node == null) diff --git a/Source/NETworkManager.Models/NETworkManager.Models.csproj b/Source/NETworkManager.Models/NETworkManager.Models.csproj index 0cc57bd801..6652b19a1a 100644 --- a/Source/NETworkManager.Models/NETworkManager.Models.csproj +++ b/Source/NETworkManager.Models/NETworkManager.Models.csproj @@ -1,15 +1,22 @@ - + {8A2859DC-38B6-4E9D-A6B2-1828DC6641B3} Library NETworkManager.Models NETworkManager.Models - net5.0-windows10.0.17763.0 - win10-x64 - sdk - true + net6.0-windows10.0.17763.0 + win10-x64 + false + sdk + true false + + + + @@ -17,21 +24,21 @@ - + - - + + - - - - - + + + + + diff --git a/Source/NETworkManager.Models/Network/ARP.cs b/Source/NETworkManager.Models/Network/ARP.cs index 44f0004427..01406684d2 100644 --- a/Source/NETworkManager.Models/Network/ARP.cs +++ b/Source/NETworkManager.Models/Network/ARP.cs @@ -17,13 +17,10 @@ public class ARP { #region Variables // The max number of physical addresses. - // ReSharper disable once UnusedMember.Local private const int MAXLEN_PHYSADDR = 8; // Define the MIB_IPNETROW structure. [StructLayout(LayoutKind.Sequential)] - [SuppressMessage("ReSharper", "FieldCanBeMadeReadOnly.Local")] - [SuppressMessage("ReSharper", "MemberCanBePrivate.Local")] private struct MIB_IPNETROW { [MarshalAs(UnmanagedType.U4)] @@ -55,14 +52,12 @@ private struct MIB_IPNETROW // Declare the GetIpNetTable function. [DllImport("IpHlpApi.dll")] [return: MarshalAs(UnmanagedType.U4)] - // ReSharper disable once ArrangeTypeMemberModifiers static extern int GetIpNetTable(IntPtr pIpNetTable, [MarshalAs(UnmanagedType.U4)] ref int pdwSize, bool bOrder); [DllImport("IpHlpApi.dll", SetLastError = true, CharSet = CharSet.Auto)] internal static extern int FreeMibTable(IntPtr plpNetTable); // The insufficient buffer error. - // ReSharper disable once ArrangeTypeMemberModifiers const int ERROR_INSUFFICIENT_BUFFER = 122; #endregion diff --git a/Source/NETworkManager.Models/Network/PortProfile.cs b/Source/NETworkManager.Models/Network/PortProfile.cs index 4fa5da0561..061d019936 100644 --- a/Source/NETworkManager.Models/Network/PortProfile.cs +++ b/Source/NETworkManager.Models/Network/PortProfile.cs @@ -13,7 +13,7 @@ public static List DefaultList() new PortProfileInfo("Mailserver", "25; 110; 143; 465; 587; 993; 995"), new PortProfileInfo("Filetransfer", "21; 22; 69; 989-990"), new PortProfileInfo("DNS server", "53"), - new PortProfileInfo("SQL server", "1433-1434"), + new PortProfileInfo("Database", "1433-1434; 3306; 5432"), new PortProfileInfo("SMB", "139; 445"), }; } diff --git a/Source/NETworkManager.Models/Network/Traceroute.cs b/Source/NETworkManager.Models/Network/Traceroute.cs index f36c47b4a6..46568a27a5 100644 --- a/Source/NETworkManager.Models/Network/Traceroute.cs +++ b/Source/NETworkManager.Models/Network/Traceroute.cs @@ -80,7 +80,6 @@ public void TraceAsync(IPAddress ipAddress, CancellationToken cancellationToken) }, cancellationToken)); } - // ReSharper disable once CoVariantArrayConversion, no write operation Task.WaitAll(tasks.ToArray()); var ipAddressHop = tasks.FirstOrDefault(x => x.Result.Item1 != null)?.Result.Item1.Address; diff --git a/Source/NETworkManager.Models/PuTTY/PuTTY.cs b/Source/NETworkManager.Models/PuTTY/PuTTY.cs index c4ec06c939..5cb49a4614 100644 --- a/Source/NETworkManager.Models/PuTTY/PuTTY.cs +++ b/Source/NETworkManager.Models/PuTTY/PuTTY.cs @@ -1,5 +1,8 @@ -using System; +using Microsoft.Win32; +using System; +using System.Collections.Generic; using System.IO; +using System.Linq; namespace NETworkManager.Models.PuTTY { @@ -8,6 +11,60 @@ namespace NETworkManager.Models.PuTTY /// public partial class PuTTY { + private static List> DefaultProfileRegkeysSZBase = new() + { + new Tuple("Colour1", "255,255,255"), + new Tuple("Colour3", "85,85,85"), + new Tuple("Colour4", "0,0,0"), + new Tuple("Colour5", "0,255,0"), + new Tuple("Colour6", "0,0,0"), + new Tuple("Colour7", "85,85,85"), + new Tuple("Colour8", "187,0,0"), + new Tuple("Colour9", "255,85,85"), + new Tuple("Colour10", "0,187,0"), + new Tuple("Colour11", "85,255,85"), + new Tuple("Colour12", "187,187,0"), + new Tuple("Colour13", "255,255,85"), + new Tuple("Colour14", "0,0,187"), + new Tuple("Colour15", "85,85,255"), + new Tuple("Colour16", "187,0,187"), + new Tuple("Colour17", "255,85,255"), + new Tuple("Colour18", "0,187,187"), + new Tuple("Colour19", "85,255,255"), + new Tuple("Colour20", "187,187,187"), + new Tuple("Colour21", "255,255,255"), + new Tuple("LineCodePage", "UTF-8"), + new Tuple("Font", "Consolas") + }; + + private static List> GetProfileRegkeysSZDark() + { + return DefaultProfileRegkeysSZBase.Concat( + new[] { + // new Tuple("Colour0", "255,255,255"), + new Tuple("Colour0", "187,187,187"), // Foreground + new Tuple("Colour2", "37,37,37") // Background + }).ToList(); + } + + private static List> GetProfileRegkeysSZWhite() + { + return DefaultProfileRegkeysSZBase.Concat( + new[] { + // new Tuple("Colour0", "68,68,68"), + new Tuple("Colour0", "0,0,0"), // Foreground + new Tuple("Colour2", "255,255,255") // Background + }).ToList(); + } + + private static List> DefaultProfileRegkeysDword = new() + { + new Tuple("CurType", 2), + new Tuple("FontHeight", 12), + new Tuple("BlinkCur", 1), + new Tuple("ScrollBar", 0) + }; + /// /// Build command line arguments based on a . /// @@ -82,5 +139,29 @@ public static string BuildCommandLine(PuTTYSessionInfo sessionInfo) return command; } + + /// + /// + /// + public static void WriteDefaultProfileToRegistry(string AccentName) + { + string profilePath = @"Software\SimonTatham\PuTTY\Sessions\NETworkManager"; + + RegistryKey registryKey = Registry.CurrentUser.OpenSubKey(profilePath, true); + + if (registryKey == null) + registryKey = Registry.CurrentUser.CreateSubKey(profilePath); + + if (registryKey != null) + { + foreach (Tuple key in AccentName == "Dark" ? GetProfileRegkeysSZDark() : GetProfileRegkeysSZWhite()) + registryKey.SetValue(key.Item1, key.Item2); + + foreach (var key in DefaultProfileRegkeysDword) + registryKey.SetValue(key.Item1, key.Item2); + } + + registryKey.Close(); + } } } diff --git a/Source/NETworkManager.Models/Resources/OUI.xml b/Source/NETworkManager.Models/Resources/OUI.xml index c184c39d8b..53d4770ac3 100644 --- a/Source/NETworkManager.Models/Resources/OUI.xml +++ b/Source/NETworkManager.Models/Resources/OUI.xml @@ -1,6 +1,6 @@  +Generated 02/21/2022 03:25:39--> 002272 @@ -618,10 +618,6 @@ Generated 12/05/2020 00:59:18--> 80A235 Edgecore Networks Corporation - - C8C64A - Flextronics Tech.(Ind) Pvt Ltd - 30EA26 Sycada BV @@ -678,10 +674,6 @@ Generated 12/05/2020 00:59:18--> 7057BF New H3C Technologies Ltd - - 8CE748 - Private - 108286 Luxshare Precision Industry Ltd @@ -814,10 +806,6 @@ Generated 12/05/2020 00:59:18--> ACF6F7 LG Electronics (Mobile Communications) - - E89E0C - Private - 48E6C0 SIMCom Wireless Solutions Ltd @@ -1694,10 +1682,6 @@ Generated 12/05/2020 00:59:18--> 00203D Honeywell Environmental & Combustion Controls - - 004084 - Honeywell International HPS - A4D990 Samsung Electronics Ltd @@ -2366,10 +2350,6 @@ Generated 12/05/2020 00:59:18--> 28AC9E Cisco Systems Inc. - - 2CB8ED - SonicWall - 68D482 Shenzhen Gongjin Electronics Ltd @@ -3142,10 +3122,6 @@ Generated 12/05/2020 00:59:18--> 706BB9 Cisco Systems Inc. - - D4389C - Sony Mobile Communications Inc - 00C0EE KYOCERA Display Corporation @@ -3414,10 +3390,6 @@ Generated 12/05/2020 00:59:18--> B090D4 Shenzhen Hoin Internet Technology Ltd - - C0BAE6 - Application Solutions (Electronics and Vision) Ltd - 8C9F3B Qingdao Hisense Communications Ltd @@ -3674,10 +3646,6 @@ Generated 12/05/2020 00:59:18--> B4417A Shenzhen Gongjin Electronics Ltd - - 185207 - Sichuan Tianyi Comheart Telecomco Ltd - 000062 Bull HN Information Systems @@ -3814,10 +3782,6 @@ Generated 12/05/2020 00:59:18--> 70F087 Apple - - E0C63C - Sichuan Tianyi Comheart Telecomco Ltd - 000C46 Allied Telesyn Inc. @@ -4122,10 +4086,6 @@ Generated 12/05/2020 00:59:18--> C0210D Shenzhen RF-Link Technology Ltd - - 4CE2F1 - sclak srl - 504B5B CoNTROLtronic GmbH @@ -5326,10 +5286,6 @@ Generated 12/05/2020 00:59:18--> FC55DC Baltic Latvian Universal Electronics LLC - - 08010F - Sichuan Tianyi Comheart Telecomco Ltd - 941882 Hewlett Packard Enterprise @@ -5878,10 +5834,6 @@ Generated 12/05/2020 00:59:18--> C43655 Shenzhen Fenglian Technology Ltd - - E0B9E5 - Technicolor - 0030DA Comtrend Corporation @@ -6278,42 +6230,6 @@ Generated 12/05/2020 00:59:18--> 001D6A Alpha Networks Inc. - - 002345 - Sony Mobile Communications Inc - - - 6C0E0D - Sony Mobile Communications Inc - - - 6C23B9 - Sony Mobile Communications Inc - - - 3017C8 - Sony Mobile Communications Inc - - - 0012EE - Sony Mobile Communications Inc - - - 001620 - Sony Mobile Communications Inc - - - 001963 - Sony Mobile Communications Inc - - - 001FE4 - Sony Mobile Communications Inc - - - 205476 - Sony Mobile Communications Inc - 001A80 Sony Corporation @@ -8430,10 +8346,6 @@ Generated 12/05/2020 00:59:18--> 7C3CB6 Shenzhen Homecare Technology Ltd - - 1C7D22 - Fuji Xerox Ltd - 20C06D Shenzhen Spacetek Technology Ltd @@ -8814,10 +8726,6 @@ Generated 12/05/2020 00:59:18--> ECE512 tado GmbH - - 30918F - Technicolor - 5CF4AB ZyXEL Communications Corp @@ -8946,10 +8854,6 @@ Generated 12/05/2020 00:59:18--> 949F3F Optek Digital Technology Company limited - - E817FC - Fujitsu Cloud Technologies Limited - 78FEE2 Shanghai Diveo Technology Ltd @@ -9238,10 +9142,6 @@ Generated 12/05/2020 00:59:18--> 041A04 WaveIP - - 68764F - Sony Mobile Communications Inc - 34A5E1 Sensorist ApS @@ -9726,10 +9626,6 @@ Generated 12/05/2020 00:59:18--> 94ACCA trivum technologies GmbH - - 9C9726 - Technicolor - 908260 IEEE 1904.1 Working Group @@ -10250,10 +10146,6 @@ Generated 12/05/2020 00:59:18--> E0A30F Pevco - - 88DC96 - SENAO Networks Inc. - 20443A Schneider Electric Asia Pacific Ltd @@ -10586,10 +10478,6 @@ Generated 12/05/2020 00:59:18--> C40ACB Cisco Systems Inc. - - E86D6E - voestalpine SIGNALING Fareham Ltd - 681605 Systems And Electronic Development FZCO @@ -11338,10 +11226,6 @@ Generated 12/05/2020 00:59:18--> 3CA72B MRV Communications (Networks) Ltd - - 301A28 - Mako Networks Ltd - 04E662 Acroname Inc. @@ -11846,10 +11730,6 @@ Generated 12/05/2020 00:59:18--> 888B5D Storage Appliance Corporation - - 78C6BB - Innovasic Inc. - 84A991 Cyber Trans Japan Ltd @@ -11878,10 +11758,6 @@ Generated 12/05/2020 00:59:18--> 284C53 Intune Networks - - 64D02D - Next Generation Integration (NGI) - 90513F Elettronica Santerno SpA @@ -12526,10 +12402,6 @@ Generated 12/05/2020 00:59:18--> 0025FF CreNova Multimedia Ltd - - 002604 - Audio Processing Technology Ltd - 002659 Nintendo Ltd @@ -12794,10 +12666,6 @@ Generated 12/05/2020 00:59:18--> 00246F Onda Communication spa - - 002469 - Smart Doorphones - 00247F Nortel Networks @@ -15330,10 +15198,6 @@ Generated 12/05/2020 00:59:18--> 0013A0 ALGOSYSTEM Ltd - - 001398 - TrafficSim Ltd - 00139B ioIMAGE Ltd @@ -15794,10 +15658,6 @@ Generated 12/05/2020 00:59:18--> 00112C IZT GmbH - - 001114 - EverFocus Electronics Corp. - 00110E Tsurusaki Sealand Transportation Ltd @@ -15890,10 +15750,6 @@ Generated 12/05/2020 00:59:18--> 000F80 Trinity Security Systems,Inc. - - 000F32 - Lootom Telcovideo Network Wuxi Ltd - 000F2A Cableware Electronics @@ -16838,10 +16694,6 @@ Generated 12/05/2020 00:59:18--> 000A19 Valere Power Inc. - - 0009E5 - Hottinger Baldwin Messtechnik GmbH - 0009DE Samjin Information & Communications Ltd @@ -16906,10 +16758,6 @@ Generated 12/05/2020 00:59:18--> 0009B1 Kanematsu Electronics Ltd - - 0009B0 - Onkyo Corporation - 000979 Advanced Television Systems Committee Inc. @@ -17242,10 +17090,6 @@ Generated 12/05/2020 00:59:18--> 0007FE Rigaku Corporation - - 00047D - Pelco - 0007BF Armillaire Technologies Inc. @@ -20510,10 +20354,6 @@ Generated 12/05/2020 00:59:18--> 00C0D8 Universal Data Systems - - 004036 - Zoom Telephonics Inc. - 004016 ADC - Global Connectivity Solutions Division @@ -20886,10 +20726,6 @@ Generated 12/05/2020 00:59:18--> 00004E Ampex Corporation - - 0000BD - Mitsubishi Cable Industries Ltd / Ryosei Systems - 00002E Societe Evira @@ -21486,10 +21322,6 @@ Generated 12/05/2020 00:59:18--> F05136 TCT mobile Ltd - - 207454 - Vivo Mobile Communication Ltd - B8C9B5 Guangdong Oppo Mobile Telecommunications Corp Ltd @@ -22454,10 +22286,6 @@ Generated 12/05/2020 00:59:18--> 58B623 Beijing Xiaomi Mobile Software Ltd - - A022DE - Vivo Mobile Communication Ltd - FC73FB Huawei Technologies Ltd @@ -22498,10 +22326,6 @@ Generated 12/05/2020 00:59:18--> 74F7F6 Shanghai Sunmi Technology Ltd - - C0CC42 - Sichuan Tianyi Comheart Telecom Ltd - 241AE6 Huawei Device Ltd @@ -22590,10 +22414,6 @@ Generated 12/05/2020 00:59:18--> 6852D6 UGame Technology Ltd - - FC1999 - Xiaomi Communications Ltd - 9012A1 We Corporation Inc. @@ -22610,10 +22430,6 @@ Generated 12/05/2020 00:59:18--> B4C26A Garmin International - - 64B623 - CCS Care Communication Solutions GmbH - E89F80 Belkin International Inc. @@ -22930,10 +22746,6 @@ Generated 12/05/2020 00:59:18--> 607EA4 Shanghai Imilab Technology Ltd - - 241145 - Xiaomi Communications Ltd - 7895EB Itel Mobile Limited @@ -23331,8 +23143,8 @@ Generated 12/05/2020 00:59:18--> Intel Corporation - 0C51D0 - Altice Labs S.A. + 08B4B1 + Google Inc. 34587C @@ -23342,44 +23154,40 @@ Generated 12/05/2020 00:59:18--> AC8247 Intel Corporation - - 08B4B1 - Google Inc. - 749AC0 Cachengo Inc. - 5C56A4 - Wanan Hongsheng Electronic Ltd + A45E5A + ACTIVIO Inc. - 3C9BC6 - Huawei Device Ltd + 5C56A4 + Wanan Hongsheng Electronic Ltd - A45E5A - ACTIVIO Inc. + B485E1 + Apple - 0036BE - Northwest Towers + 0C19F8 + Apple - 9CFC28 + 501FC6 Apple - B485E1 - Apple + 3C9BC6 + Huawei Device Ltd - 0C19F8 + 540910 Apple - 501FC6 + 9CFC28 Apple @@ -23391,13 +23199,17 @@ Generated 12/05/2020 00:59:18--> Apple - 540910 - Apple + 0C8DDB + Cisco Meraki - 0C8DDB + CC03D9 Cisco Meraki + + 0036BE + Northwest Towers + A877E5 Shenzhen Chuangwei-RGB Electronics Ltd @@ -23414,92796 +23226,102824 @@ Generated 12/05/2020 00:59:18--> E47727 Huawei Technologies Ltd - - 4CF202 - Xiaomi Communications Ltd - 105107 Intel Corporation - - CC03D9 - Cisco Meraki - AC74C4 Maytronics Ltd - 9CFFC2 - AVI Systems GmbH + 84D608 + Wingtech Mobile Communications Ltd - 44D878 - Hui Zhou Gaoshengda Technology Ltd + 346893 + Tecnovideo Srl - A0D807 - Huawei Device Ltd + 3C7AAA + China Dragon Technology Limited - 2C780E + 6C4760 + Sunitec Enterprise Ltd + + + 183219 + EM Microelectronic + + + 28D3EA Huawei Device Ltd - 34B20A + A8F266 Huawei Device Ltd - 98F4AB - Espressif Inc. + 84267A + Guangdong Taide Zhilian Technology Ltd - D8BFC0 - Espressif Inc. + D8EC5E + Belkin International Inc. - 202681 - Tecno Mobile Limited + 84FD27 + Silicon Laboratories - F4D620 - Guangdong Oppo Mobile Telecommunications Corp Ltd + CC9C3E + Cisco Meraki - 64FB92 - PPC Broadband Inc. + 4829E4 + ZAO NPK Rotek - 141346 - Skyworth Digital Technology(Shenzhen) Ltd + FCA9DC + Renesas Electronics (Penang) Sdn. Bhd. - 949034 - Shenzhen Chuangwei-RGB Electronics Ltd + FC584A + xiamenshi c-chip technology Ltd - 987A10 - Ericsson AB + 78653B + Shaoxing Ourten Electronics Ltd - 542BDE - New H3C Technologies Ltd + E0E656 + Nethesis srl - 98F781 - ARRIS Group Inc. + 9023B4 + New H3C Technologies Ltd - 7897C3 - Dingxin Information Technology Ltd + 882A5E + New H3C Technologies Ltd - 4C90DB - JL Audio + 841EA3 + Sagemcom Broadband SAS - B899AE - Shenzhen MiaoMing Intelligent Technology Ltd + F40223 + PAX Computer Technology(Shenzhen) Ltd - E8D0B9 - Taicang T&W Electronics + 646EE0 + Intel Corporation - 3C8F06 - Shenzhen Libtor Technology Ltd + 0456E5 + Intel Corporation - B00875 - Huawei Technologies Ltd + 081086 + NEC Platforms Ltd - 8CF112 - Motorola Mobility LLC, a Lenovo Company + 6479F0 + Intel Corporation - 847637 - Huawei Technologies Ltd + 1CD1E0 + Cisco Systems Inc. - FC9435 - Huawei Technologies Ltd + 24456B + Huawei Device Ltd - E02481 - Huawei Technologies Ltd + 483871 + Huawei Device Ltd - A8C0EA - Pepwave Limited + 44BDDE + BHTC GmbH - 182AD3 - Juniper Networks + 8C2A8E + DongGuan Ramaxel Memory Technology - 80B07B - ZTE Corporation + 4044FD + Realme Chongqing Mobile Telecommunications Corp Ltd - C85A9F - ZTE Corporation + E8FD35 + Huawei Device Ltd - 44AEAB - Guangdong Oppo Mobile Telecommunications Corp Ltd + ECC5D2 + Huawei Device Ltd - A4F05E - Guangdong Oppo Mobile Telecommunications Corp Ltd + B4608C + Fiberhome Telecommunication Technologies Ltd - 1C687E - Shenzhen Qihu Intelligent Technology Company Limited + B814DB + Ohsung - C03656 - Fiberhome Telecommunication Technologies Ltd + 80071B + Vsolution Telecommunication Technology Ltd - 5885A2 - Realme Chongqing MobileTelecommunications Corp Ltd + FC13F0 + Bouffalo Lab (Nanjing) Ltd - 2CF89B - Cisco Systems Inc. + 1C6EE6 + Nhnetworks - 00071C - AT&T + 08F606 + ZTE Corporation - E0E8E6 - Shenzhen C-Data Technology Ltd + E89E0C + MAX8USA Distributors Inc. - 500291 - Espressif Inc. + FC9C98 + Arlo Technology - 001DDF - Sunitec Enterprise Ltd + A070B7 + Huawei Technologies Ltd - 8C0FFA - Hutec Ltd + 78B554 + Huawei Device Ltd - ACFE05 - Itel Mobile Limited + 689E6A + Huawei Device Ltd - 782A79 - Integrated Device Technology (Malaysia) Sdn. Bhd. + 282B96 + Huawei Device Ltd - 786559 - Sagemcom Broadband SAS + CC68B6 + TP-Link Corporation Limited - 50D2F5 + 64644A Beijing Xiaomi Mobile Software Ltd - 24526A - Zhejiang Dahua Technology Ltd + A439B6 + Shenzhen Peizhe Microelectronics Co Ltd - 20DFB9 - Google Inc. + F4FBB8 + Huawei Technologies Ltd - 5CCAD3 - Chipsea Technologies (Shenzhen) Corp. + CC3331 + Texas Instruments - 28167F - Xiaomi Communications Ltd + 2CB8ED + SonicWall - B03E51 - BSkyB Ltd + C89BAD + Honor Device Ltd - 5CE883 - Huawei Technologies Ltd + C45BBE + Espressif Inc. - 100177 - Huawei Technologies Ltd + 889009 + Juniper Networks - 44A191 - Huawei Technologies Ltd + 90B67A + Shenzhen Skyworth Digital Technology Ltd - 6023A4 - Sichuan AI-Link Technology Ltd + 7CD9F4 + UAB Teltonika Telematics - A4530E - Cisco Systems Inc. + C8C64A + Flextronics Tech.(Ind) Pvt Ltd - 00403A - Impact Technologies + FC4EA4 + Apple - F887F1 + F4BEEC Apple - 9C28BF - Continental Automotive Czech Republic s.r.o. + BCFF4D + Espressif Inc. - 807215 - BSkyB Ltd + 54E61B + Apple - 74D637 - Amazon Technologies Inc. + D89AC1 + Nokia - D05F64 - IEEE Registration Authority + F0B11D + Nokia - BCC31B - Kygo Life A + 00047D + Motorola Solutions Inc. - 64DF10 - JingLue Semiconductor(SH) Ltd + A4D795 + Wingtech Mobile Communications Ltd - C463FB - Neatframe AS + 84AB26 + Tiinlab Corporation - 0C8126 - Juniper Networks + F89753 + Huawei Device Ltd - 305714 - Apple + 5894AE + Huawei Device Ltd - 60447A - Water-i.d. GmbH + B03ACE + Huawei Device Ltd - C8B1CD - Apple + 34AB95 + Espressif Inc. - 1460CB - Apple + C491CF + Luxul - B8F12A - Apple + 58356B + Tecno Mobile Limited - 04AB6A - Chun-il Ltd + F84CDA + Huawei Technologies Ltd - 544E45 - Private + A8934A + Chongqing Fugui Electronics Ltd - 04C807 - Xiaomi Communications Ltd + A4056E + Tiinlab Corporation - 04A222 + 8C19B5 Arcadyan Corporation - 489BD5 - Extreme Networks Inc. + C87B23 + Bose Corporation - 3C8C93 - Juniper Networks + 78D9E9 + Momentum IOT - 28FE65 - DongGuan Siyoto Electronics Ltd + 2C0823 + Sercomm France Sarl - 1806F5 - RAD Data Communications Ltd + 9C1C37 + AltoBeam (China) Inc. - 7484E1 - Dongguan Haoyuan Electronics Ltd + 8CE748 + Hangzhou Hikvision Digital Technology Ltd - 44FB5A - ZTE Corporation + 984265 + Sagemcom Broadband SAS - 4459E3 - Huawei Technologies Ltd + B8A377 + Cisco Systems Inc. - DC54D7 - Amazon Technologies Inc. + E44E2D + Cisco Systems Inc. - 44D3CA - Cisco Systems Inc. + 00CC34 + Juniper Networks - 889FAA - Hella Gutmann Solutions GmbH + 1CD107 + Realme Chongqing Mobile Telecommunications Corp Ltd - E454E8 - Dell Inc. + 103D1C + Intel Corporation - 20968A - China Mobile (Hangzhou) Information Technology Ltd + 3887D5 + Intel Corporation - 8C1850 - China Mobile (Hangzhou) Information Technology Ltd + 806559 + EM Microelectronic - D8D4E6 - Hytec Inter Ltd + D047C1 + Elma Electronic AG - 683F1E - EFFECT Photonics B.V. + C0CC42 + Sichuan Tianyi Comheart Telecom Ltd - 0035FF - Texas Instruments + C42360 + Intel Corporation - F8E7A0 - Vivo Mobile Communication Ltd + 08010F + Sichuan Tianyi Comheart Telecom Ltd - 2CFFEE - Vivo Mobile Communication Ltd + 185207 + Sichuan Tianyi Comheart Telecom Ltd - 840B7C - Hitron Technologies Inc. + E0C63C + Sichuan Tianyi Comheart Telecom Ltd - 48A73C - Sichuan tianyi kanghe Communications Ltd + DC215C + Intel Corporation - C85D38 - HUMAX Ltd + BCECA0 + Compal Information (Kunshan) Ltd - F8A763 - Zhejiang Tmall Technology Ltd + F8BAE6 + Nokia - A49813 - ARRIS Group Inc. + 58FD5D + Hangzhou Xinyun technology Ltd - 6C2990 - WiZ Connected Lighting Company Limited + 24A799 + Huawei Device Ltd - 9835ED - Huawei Technologies Ltd + 7C3E74 + Huawei Device Ltd - 084F0A - Huawei Technologies Ltd + 148919 + 2bps - A8494D - Huawei Technologies Ltd + 4C7167 + PoLabs d.o.o. - 44004D - Huawei Technologies Ltd + 047153 + Sernet (Suzhou) Technologies Corporation - 18CF24 - Huawei Technologies Ltd + 48E7DA + Azurewave Technologies Inc. - D89B3B - Huawei Technologies Ltd + 40C48C + N-iTUS Ltd - 88403B - Huawei Technologies Ltd + 482218 + Shenzhen Yipingfang Network Technology Ltd - FC8743 - Huawei Technologies Ltd + 30A176 + Fiberhome Telecommunication Technologies Ltd - 807693 - Newag SA + E40CFD + Guangdong Oppo Mobile Telecommunications Corp Ltd - BC9740 - IEEE Registration Authority + 58D697 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 04885F - Huawei Technologies Ltd + 5437BB + Taicang T&W Electronics - C850CE - Huawei Technologies Ltd + 60F8F2 + Synaptec - 50F8A5 - eWBM Ltd + AC74B1 + Intel Corporation - 1449BC - DrayTek Corp. + 1C3CD4 + Huawei Technologies Ltd - 20F478 - Xiaomi Communications Ltd + F4E451 + Huawei Technologies Ltd - 90735A - Motorola Mobility LLC, a Lenovo Company + 6026EF + Aruba Networks HP - 1C8259 - IEEE Registration Authority + F46077 + Texas Instruments - 0004DF - Teracom Telematica S.A + 249AC8 + Shenzhen Skyworth Digital Technology Ltd - 7438B7 - Canon Inc. + C03C04 + Sagemcom Broadband SAS - 8C04BA - Dell Inc. + A4D73C + Seiko Epson Corporation - 00FA21 - Samsung Electronics Ltd + 6C108B + WeLink Communications - 7C2302 - Samsung Electronics Ltd + F88EA1 + Edgecore Networks Corporation - 18B6F7 - NEW POS Technology Limited + 7C8530 + Nokia - 5CB15F - Oceanblue Cloud Technology Limited + F463E7 + Nanjing Maxon O.E. Tech Ltd - 18AACA - Sichuan tianyi kanghe Communications Ltd + 2428FD + Hangzhou Hikvision Digital Technology Ltd - D49DC0 - Samsung Electronics Ltd + 88AEDD + EliteGroup Computer Systems Ltd - D0196A - Ciena Corporation + 64D02D + Next Generation Integration Limited (NGI) - 4413D0 - ZTE Corporation + A0E70B + Intel Corporation - 2462AB - Espressif Inc. + B0D888 + Panasonic Corporation Automotive - 88B436 - Private + 04EEEE + Laplace System Ltd - 6CAB05 - Cisco Systems Inc. + 68966A + Ohsung - 000BE4 - Hosiden Corporation + 902E16 + LCFC(HeFei) Electronics Technology Ltd - 60D248 - ARRIS Group Inc. + 7806C9 + Huawei Device Ltd - 485DEB - Just Add Power + E8A6CA + Huawei Device Ltd - 501395 - Sichuan AI-Link Technology Ltd + CCFA66 + Huawei Device Ltd - 18D9EF - Shuttle Inc. + 1C7D22 + FUJIFILM Business Innovation Corp. - 88DA33 - Beijing Xiaoyuer Network Technology Ltd + 34FE9E + Fujitsu Limited - 84C78F - STORDIS GmbH + 0C718C + TCT mobile Ltd - 5041B9 - I-O Data Device,Inc. + E030F9 + Juniper Networks - 80DABC - Megafone Limited + 24085D + Continental Aftermarket & Services GmbH - C09FE1 + 34243E ZTE Corporation - 184644 - Home Control Singapore Pte Ltd + 38453B + Ruckus Wireless - B0700D - Nokia + 781305 + IEEE Registration Authority - 346B5B - New H3C Technologies Ltd + 205476 + Sony Corporation - 84E892 - Actiontec Electronics Inc. + 3017C8 + Sony Corporation - 78E2BD - Vodafone Automotive S.p.A. + 6C23B9 + Sony Corporation - F848FD - China Mobile Group Device Ltd + 6C0E0D + Sony Corporation - 20DA22 - Huawei Technologies Ltd + 001963 + Sony Corporation - C821DA - Shenzhen YOUHUA Technology Ltd + 001620 + Sony Corporation - E0B655 - Beijing Xiaomi Electronics Ltd + 0012EE + Sony Corporation - 002175 - Pacific Satellite International Ltd + D4389C + Sony Corporation - 889746 - Sichuan AI-Link Technology Ltd + 681BEF + Huawei Technologies Ltd - 1CDE57 - Fiberhome Telecommunication Technologies Ltd + 002345 + Sony Corporation - E0DCFF - Xiaomi Communications Ltd + 001FE4 + Sony Corporation - 608CDF - Private + F44637 + Intel Corporation - 00778D - Cisco Systems Inc. + 6450D6 + Liquidtool Systems - 000E8C - Siemens AG + 68764F + Sony Corporation - 008764 - Cisco Systems Inc. + 38A659 + Sagemcom Broadband SAS - FC3342 - Juniper Networks + 606134 + Genesis Technical Systems Corp - C468D0 - VTech Telecommunications Ltd + A848FA + Espressif Inc. - 14AEDB - VTech Telecommunications Ltd + 505D7A + ZTE Corporation - 78DB2F - Texas Instruments + FC58DF + Interphone Service - 8C0FA0 - di-soric GmbH & Co. KG + 981082 + Nsolution Ltd - DCB808 - Extreme Networks Inc. + C41234 + Apple - B0E71D - Shanghai Maigantech Ltd + 3CA6F6 + Apple - F8BBBF - eero Inc. + 4CAB4F + Apple - 846FCE - Guangdong Oppo Mobile Telecommunications Corp Ltd + 9C583C + Apple - 20658E - Huawei Technologies Ltd + E4DC5F + Cofractal Inc. - 183D5E - Huawei Technologies Ltd + 508140 + HP Inc. - DC7137 - ZTE Corporation + CC896C + GN Hearing A/S - 847C9B - GD Midea Air-Conditioning Equipment Ltd + 48F3F3 + Baidu Online Network Technology (Beijing) Ltd - 3441A8 - ER-Telecom + D47350 + DBG Commnunications Technology Ltd - 34DB9C - Sagemcom Broadband SAS + 3C7AF0 + Itel Mobile Limited - 7440BE - LG Innotek + 70DA17 + Austrian Audio GmbH - 04D4C4 - ASUSTek Computer Inc. + 50411C + AMPAK Technology,Inc. - F0D4E2 - Dell Inc. + 8C1ED9 + Beijing Unigroup Tsingteng Microsystem Ltd - A8E2C3 - Shenzhen YOUHUA Technology Ltd + B03795 + LG Electronics - 9020C2 - Aruba Networks HP + A4FF95 + Nokia - 0CA06C - Industrial Cyber Sensing Inc. + F42679 + Intel Corporation - FCD2B6 - IEEE Registration Authority + 3861A5 + Grabango Co - 804A14 - Apple + D08E79 + Dell Inc. - 703C69 - Apple + 78D3ED + Norma - AC2DA9 - Tecno Mobile Limited + 34B472 + Espressif Inc. - 48049F - Elecom Ltd + F80C58 + Taicang T&W Electronics - 087F98 - Vivo Mobile Communication Ltd + FC1999 + Xiaomi Communications Ltd - C85261 - ARRIS Group Inc. + 241145 + Xiaomi Communications Ltd - 7488BB - Cisco Systems Inc. + 5078B0 + Huawei Device Ltd - A4CF12 - Espressif Inc. + E4072B + Huawei Device Ltd - 4C6AF6 - HMD Global Oy + FCA89B + Texas Instruments - 489DD1 - Samsung Electronics Ltd + 98F07B + Texas Instruments - B06FE0 - Samsung Electronics Ltd + 2446E4 + Huawei Technologies Ltd - 44B994 - Douglas Lighting Controls + 68F0D0 + SkyBell Technologies Inc. - 40A93F - Pivotal Commware Inc. + BCD7A5 + Aruba Networks HP - 70BF92 - GN Audio A/S + 4CF202 + Xiaomi Communications Ltd - C08C71 - Motorola Mobility LLC, a Lenovo Company + 884604 + Xiaomi Communications Ltd - F46F4E - Echowell + A45590 + Xiaomi Communications Ltd - 5C8816 - Rockwell Automation + 081C6E + Xiaomi Communications Ltd - 002F5C - Cisco Systems Inc. + 84AC16 + Apple - F4645D - Toshiba + 2CBC87 + Apple - 38F85E - HUMAX Ltd + 44A92C + IEEE Registration Authority - ACBB61 - YSTen Technology Ltd + D88083 + Cloud Network Technology Singapore PTE Ltd - 2479F8 - KUPSON spol. s r.o. + ACB92F + Hangzhou Hikvision Digital Technology Ltd - 7CFD82 - Guangdong Genius Technology Ltd + 187758 + Audoo Limited (UK) - 180D2C - Intelbras + 90E868 + Azurewave Technologies Inc. - 042DB4 - First Property (Beijing) Ltd Modern MOMA Branch + 4C50F1 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 04E0B0 - Shenzhen YOUHUA Technology Ltd + FC4265 + Zhejiang Tmall Technology Ltd - 08ECF5 - Cisco Systems Inc. + B4E454 + Amazon Technologies Inc. - D07650 - IEEE Registration Authority + 0C43F9 + Amazon Technologies Inc. - 60D0A9 - Samsung Electronics Ltd + 6887C6 + Cisco Systems Inc. - 88CEFA - Huawei Technologies Ltd + 80248F + Cisco Systems Inc. - 002706 - Yoisys + D494FB + Continental Automotive Systems Inc. - 00CB51 + 44D454 Sagemcom Broadband SAS - C464B7 - Fiberhome Telecommunication Technologies Ltd + E89526 + Luxshare Precision Industry Ltd - EC4118 - XIAOMI Electronics Ltd + C8C9A3 + Espressif Inc. - D8860B - IEEE Registration Authority + E43BC9 + Hisense Visual Technology Ltd - 342003 - Shenzhen Feitengyun Technology Ltd + D49390 + Clevo Co. - F07D68 - D-Link Corporation + BC062D + Wacom Ltd - 40E3D6 - Aruba Networks HP + 104121 + Tellescom Industria E Comercio EM Telecomunicacao - B45D50 - Aruba Networks HP + 50E7A0 + Renesas Electronics (Penang) Sdn. Bhd. - 78DAA2 - Cynosure Technologies Ltd + 001398 + TrafficSim Ltd - 38B19E - IEEE Registration Authority + 500A52 + Huiwan Technologies Ltd - 38E26E - Shenzhen Sweet Rain Electronics Ltd + 409CA6 + Curvalux - 00D050 - Iskratel d.o.o. + 9C9726 + Technicolor Delivery Technologies Belgium NV - 70C9C6 - Cisco Systems Inc. + 30918F + Technicolor Delivery Technologies Belgium NV - D4B92F - Technicolor CH USA Inc. + E0B9E5 + Technicolor Delivery Technologies Belgium NV - 689A87 - Amazon Technologies Inc. + 807EB4 + Shenzhen SuperElectron Technology Ltd - 64AE88 - Polytec GmbH + 504B9E + Huawei Device Ltd - ACA31E - Aruba Networks HP + 047AAE + Huawei Device Ltd - 00177B - Azalea Networks Inc + 3C93F4 + Huawei Technologies Ltd - 98DAC4 - TP-Link Technologies Ltd + 6433B5 + IEEE Registration Authority - 502B98 - Es-tech International + 8C4B14 + Espressif Inc. - C82832 - Beijing Xiaomi Electronics Ltd + D4E853 + Hangzhou Hikvision Digital Technology Ltd - 946A77 - Technicolor CH USA Inc. + 18E215 + Nokia - C4346B - Hewlett-Packard Company + 4CE2F1 + Udino srl - 8084A9 - oshkosh Corporation + B88C29 + GD Midea Air-Conditioning Equipment Ltd - F46E95 - Extreme Networks Inc. + BC6AD1 + Xiaomi Communications Ltd - 4CC7D6 - Flextronics Manufacturing(Zhuhai) Ltd + 8427B6 + China Mobile IOT Company Limited - C80873 - Ruckus Wireless + 5444A3 + Samsung Electronics Ltd - 701BFB - Integrated Device Technology (Malaysia) Sdn. Bhd. + 64B623 + Schrack Seconet Care Communication GmbH - 001BB5 - Cherry GmbH + 0845D1 + Cisco Systems Inc. - D05157 - LEAX Arkivator Telecom + 9C40CD + Synclayer Inc. - 288088 - Netgear + 785EE8 + IEEE Registration Authority - 64CE6E - Sierra Wireless + CCBCE3 + Huawei Technologies Ltd - 1C3477 - Innovation Wireless + 089E84 + Huawei Technologies Ltd - BC3E07 - Hitron Technologies Inc. + 1082D7 + Realme Chongqing Mobile Telecommunications Corp Ltd - 48FDA3 - Xiaomi Communications Ltd + 3003C8 + Cloud Network Technology Singapore PTE Ltd - 001697 - NEC Corporation + 088EDC + Apple - 003013 - NEC Corporation + 98502E + Apple - 049DFE - Hivesystem + 580AD4 + Apple - 0CEC84 - Shenzhen TINNO Mobile Technology Corp. + A477F3 + Apple - 9CDB07 - Thum+Mahr GmbH + A84A28 + Apple - DCEB69 - Technicolor CH USA Inc. + D8BE1F + Apple - 004E35 - Hewlett Packard Enterprise + 10B7A8 + CableFree Networks Limited - F81308 - Nokia + 089BF1 + eero Inc. - F8A2D6 - Liteon Technology Corporation + 001114 + EverFocus Electronics Corp. - 182A44 - Hirose Electronic System + D03F27 + Wyze Labs Inc - FC94CE - ZTE Corporation + 50297B + China Mobile Group Device Ltd - 90869B - ZTE Corporation + 6CDDEF + EPCOMM Inc. - E0189F - EM Microelectronic + D0F121 + Xi'an LINKSCI Technology Ltd - 74366D - Vodafone Italia S.p.A. + EC1C5D + Siemens AG - 84DB2F - Sierra Wireless + 78444A + Shenzhen Aiwinn Information Technology Ltd - 9458CB - Nintendo Ltd + 8CB87E + Intel Corporation - 28EC9A - Texas Instruments + 701AB8 + Intel Corporation - FCBE7B - Vivo Mobile Communication Ltd + 5CDF89 + Ruckus Wireless - B40FB3 - Vivo Mobile Communication Ltd + 70B64F + Guangzhou V-SOLUTION Electronic Technology Ltd - EC5C68 - Chongqing Fugui Electronics Ltd + B4205B + Guangdong Oppo Mobile Telecommunications Corp Ltd - C4E506 - Piper Networks Inc. + 187A3B + Aruba Networks HP - 30EB5A - Landis + GYR + 70B9BB + Shenzhen Hankvision Technology Ltd - F80F6F - Cisco Systems Inc. + A4C69A + Samsung Electronics Ltd - 0080E3 - Coral Network Corporation + D0F520 + KYOCERA Corporation - B4C62E - Molex CMS + B89470 + Calix Inc. - B8259A - Thalmic Labs + 947F1D + Shenzhen Fastrain Technology Ltd - 282536 - Shenzhen Holatek Ltd + 607DDD + Shenzhen Shichuangyi Electronics Ltd - B8A175 - Roku Inc. + 240F9B + Hangzhou Hikvision Digital Technology Ltd - CCD3C1 - Vestel Elektronik San ve Tic. A.S. + E4293D + Shenzhen Sy-Fiber Optical Communication Technology Ltd - 0CD0F8 - Cisco Systems Inc. + AC5E14 + Huawei Technologies Ltd - 745F90 - LAM Technologies + 20DF73 + Huawei Technologies Ltd - A42655 - LTI Motion (Shanghai) Ltd + 48128F + Huawei Technologies Ltd - 60A730 - Shenzhen Yipinfang Internet Technology Ltd + 9C5636 + Huawei Device Ltd - 3C9BD6 - Vizio Inc. + 40CA63 + Seongji Industry Company - F85B9C - SB SysTEMS Ltd + D48A3B + Hunan FN-Link Technology Limited - 6CA928 - HMD Global Oy + 4006D5 + Cisco Systems Inc. - 00D861 - Micro-Star INTL Ltd + A022DE + Vivo Mobile Communication Ltd - 74C17D - Infinix mobility limited + 14DD9C + Vivo Mobile Communication Ltd - 8871B1 - ARRIS Group Inc. + 2C4881 + Vivo Mobile Communication Ltd - F0AF85 - ARRIS Group Inc. + 9431CB + Vivo Mobile Communication Ltd - FCAE34 - ARRIS Group Inc. - - - DCDA80 - New H3C Technologies Ltd + 207454 + Vivo Mobile Communication Ltd - CC7286 - Xi'an Fengyu Information Technology Ltd + BC2228 + D-Link International - 64EEB7 - Netcore Technology Inc + 103C59 + ZTE Corporation - 3881D7 - Texas Instruments + C4CA2B + Arista Networks - 1804ED - Texas Instruments + 002469 + Fasttel - Smart Doorphones - D43260 - GoPro + B43D08 + GX International BV - 50DB3F - Shenzhen Gongjin Electronics Ltd + 7089F5 + Dongguan Lingjie IOT Ltd - 1081B4 - Hunan Greatwall Galaxy Science and Technology Ltd + 88DC96 + EnGenius Technologies Inc. - 004279 - Sunitec Enterprise Ltd + 40B0A1 + Valcom Ltd - 00B8B3 - Cisco Systems Inc. + B8208E + Panasonic Corporation Connected Solutions Company - F4DD9E - GoPro + 90380C + Espressif Inc. - D4D919 - GoPro + 847B57 + Intel Corporation - 141114 - Tecno Mobile Limited + 64CBE9 + LG Innotek - A45046 - Xiaomi Communications Ltd + 9C756E + Ajax Systems DMCC - 1C24CD - Askey Computer Corp. + F06C73 + Nokia - 007C2D - Samsung Electronics Ltd + E8F9D4 + Huawei Technologies Ltd - B47748 - Shenzhen Neoway Technology Ltd + B0C787 + Huawei Technologies Ltd - F8501C - Tianjin Geneuo Technology Ltd + 0C4F9B + Huawei Technologies Ltd - 44070B - Google Inc. + 7C214A + Intel Corporation - F8C249 - Private + 508492 + Intel Corporation - B831B5 - Microsoft Corporation + 482FD7 + Huawei Technologies Ltd - ECF6BD - Sncf Mobilites + 24D81E + MirWifi,Joint-Stock Company - 38B4D3 - BSH Hausgeraete GmbH + 9880BB + IEEE Registration Authority - C84782 - Areson Technology Corp. + D8B053 + Xiaomi Communications Ltd - E89363 - Nokia + 6CF784 + Xiaomi Communications Ltd - 7C0CF6 - Guangdong Huiwei High-tech Ltd + 042B58 + Shenzhen Hanzsung Technology Ltd - 749D79 - Sercomm Corporation. + 28C01B + Shenzhen Skyworth Digital Technology Ltd - 00D6FE - Cisco Systems Inc. + B812DA + Lvswitches Inc. - 0CBF74 - Morse Micro + A0D7F3 + Samsung Electronics Ltd - FC8F7D - Shenzhen Gongjin Electronics Ltd + E86D6E + voestalpine Signaling UK Ltd - 24BE18 - Dadoutek Company Limited + 282A87 + Itel Mobile Limited - B41D2B - Shenzhen YOUHUA Technology Ltd + A8B57C + Roku Inc. - 14C213 - Apple + 78C6BB + Analog Devices Inc. - 70D313 - Huawei Technologies Ltd + 2426BA + Shenzhen Toptel Technology Ltd - 9C1D36 - Huawei Technologies Ltd + 546CEB + Intel Corporation - Ccbbfe - Huawei Technologies Ltd + 009337 + Intel Corporation - A4D931 - Apple + 7890A2 + ZTE Corporation - BCFED9 - Apple + 602232 + Ubiquiti Networks Inc. - 808223 - Apple + ACBCD9 + Cisco Systems Inc. - 300A60 - IEEE Registration Authority + 58CE2A + Intel Corporation - 80D065 - CKS Corporation + 10A51D + Intel Corporation - 283166 - Vivo Mobile Communication Ltd + 088E90 + Intel Corporation - C04004 - Medicaroid Corporation + C04442 + Apple - 20AD56 - Continental Automotive Systems Inc. + D468AA + Apple - 5029F5 - Guangdong Oppo Mobile Telecommunications Corp Ltd + 98DD60 + Apple - CC08FB - TP-Link Technologies Ltd + F8C3CC + Apple - BCAF91 - TE Connectivity Sensor Solutions + 301A28 + Mako Networks Ltd - F0D7DC - Wesine (Wuhan) Technology Ltd + 305A99 + Sichuan Tianyi Comheart Telecom Ltd - 007204 - Samsung Electronics Ltd ARTIK + 604DE1 + Huawei Technologies Ltd - 40C81F - Shenzhen Xinguodu Technology Ltd + 704E6B + Huawei Technologies Ltd - 1459C0 - Netgear + 70C6DD + New H3C Technologies Ltd - 8C61A3 - ARRIS Group Inc. + 3C9EC7 + BSkyB Ltd - A81087 - Texas Instruments + 185B00 + Nokia - A02833 - IEEE Registration Authority + 6CC49F + Aruba Networks HP - C8C2F5 - Flextronics Manufacturing(Zhuhai) Ltd + 603D29 + Huawei Technologies Ltd - F05849 - CareView Communications + 54C480 + Huawei Technologies Ltd - 34E5EC - Palo Alto Networks + A861DF + China Mobile Group Device Ltd - A4ED43 - IEEE Registration Authority + 7CA62A + Hewlett Packard Enterprise - 94298D - Shanghai AdaptComm Technology Ltd + 1C4586 + Nintendo Ltd - 00AA6E - Cisco Systems Inc. + 507C6F + Intel Corporation - 6843D7 - Agilecom Photonics Solutions Guangdong Limited + 589B4A + DWnet Technologies(Suzhou) Corporation - 20D80B - Juniper Networks + 5C83CD + New platforms - 8C8F8B - China Mobile Chongqing branch + 384B24 + Siemens AG - B86A97 - Edgecore Networks Corporation + F0AE66 + Cosonic Intelligent Technologies Ltd - 000A5E - 3Com Corporation + 208097 + Shenzhen OXO Technology limited - 00105A - 3Com Corporation + 7C1689 + Sagemcom Broadband SAS - 006097 - 3Com Corporation + 4011C3 + Samsung Electronics Ltd - 006008 - 3Com Corporation + C47D9F + Samsung Electronics Ltd - 001B6E - Keysight Technologies Inc. + 9C5440 + Private - 00040B - 3Com Europe Ltd + 3CA916 + Huawei Device Ltd - 000102 - 3Com Corporation + C41C07 + Samsung Electronics Ltd - 8CFE74 - Ruckus Wireless + 58FCC6 + Tozo Inc - A8016D - Aiwa Corporation + 004036 + Minim Inc. - 0440A9 - New H3C Technologies Ltd + 448502 + Shenzhen SuperElectron Technology Ltd - 4C0143 - eero Inc. + A4EF15 + AltoBeam (China) Inc. - E43493 + D49400 Huawei Technologies Ltd - 342912 + 8415D3 Huawei Technologies Ltd - 604BAA - Magic Leap Inc. + A06C65 + Texas Instruments - 4C364E - Panasonic Corporation Connected Solutions Company + F4A454 + IEEE Registration Authority - BCA58B - Samsung Electronics Ltd + 10E8A7 + Wistron Neweb Corporation - 80CEB9 - Samsung Electronics Ltd + D42C46 + Buffalo Inc. - D0D3FC - Mios Ltd + 1091A8 + Espressif Inc. - 6C6CD3 - Cisco Systems Inc. + 6C3A36 + Glowforge Inc - E049ED - Audeze LLC + 806A00 + Cisco Systems Inc. - 8030E0 - Hewlett Packard Enterprise + D46C6D + ARRIS Group Inc. - E85D86 - Chang YOW Technologies International Ltd + A0E7AE + ARRIS Group Inc. - 143719 - PT Prakarsa Visi Valutama + EC50AA + Aruba Networks HP - 582F40 - Nintendo Ltd + B44506 + Dell Inc. - 0890BA - Danlaw Inc + CCA3BD + Itel Mobile Limited - 94A3CA - KonnectONE LLC + D4354A + ALAXALA Networks Corporation - 244CE3 - Amazon Technologies Inc. + 40E99B + Samsung Electro-Mechanics(Thailand) - B8BEF4 - devolo AG + 78047A + Edge Networks LLC - 000157 - Syswave Ltd + BCAF87 + smartAC.com Inc. - 58FDBE - Shenzhen Taikaida Technology Ltd + C02B31 + Phytium Technology Ltd - F4F197 - EMTAKE Inc + 58CF79 + Espressif Inc. - 6CED51 - NEXCONTROL Ltd + 4CC449 + Icotera A/S - 04C3E6 - IEEE Registration Authority + BC455B + Samsung Electronics Ltd - 286336 - Siemens AG + B03CDC + Intel Corporation - 14D169 - Huawei Technologies Ltd + 0009B0 + Onkyo Technology K.K. - 1062E5 - Hewlett-Packard Company + 08F80D + IEEE Registration Authority - 0020B5 - Yaskawa Electric Corporation + 786299 + BITSTREAM sp. z o.o. - E06267 - Xiaomi Communications Ltd + CC5B31 + Nintendo Ltd - 70B7AA - Vivo Mobile Communication Ltd + 0C1EF7 + Omni-ID - 84B31B - Kinexon GmbH + E06D18 + Pioneercorporation - 082525 - Xiaomi Communications Ltd + 8CF8C5 + Intel Corporation - C49500 - Amazon Technologies Inc. + 345D9E + Sagemcom Broadband SAS - F460E2 - Xiaomi Communications Ltd + A45FB9 + DreamBig Semiconductor Inc. - E4D124 - Mojo Networks Inc. + B4D286 + Telechips Inc. - 0013A3 - Siemens Home & Office Comm. Devices + 000F32 + Lootom Telcovideo Network (Wuxi) Ltd - B0B867 - Hewlett Packard Enterprise + 18C23C + Lumi United Technology Ltd - C00380 - Juniper Networks + 0475F9 + Taicang T&W Electronics - 98BB99 - Phicomm (Sichuan) Ltd + E85177 + Qingdao Intelligent & Precise Electronics Ltd - 002622 - Compal Information (Kunshan) Ltd + 388A21 + UAB Teltonika Telematics - F8272E - Mercku + A05950 + Intel Corporation - 9CC950 - Baumer Holding + 50874D + Guangdong Oppo Mobile Telecommunications Corp Ltd - F89910 - Integrated Device Technology (Malaysia) Sdn. Bhd. + 5089D1 + Huawei Device Ltd - 50E0EF - Nokia + 00620B + Broadcom Limited - 848A8D - Cisco Systems Inc. + A41752 + Hifocus Electronics India Private Limited - 1CC3EB - Guangdong Oppo Mobile Telecommunications Corp Ltd + 40FE95 + New H3C Technologies Ltd - 504C7E - THE 41ST Institute Of Cetc + BCD074 + Apple - 001413 - Trebing & Himstedt Prozessautomation GmbH & Co. KG + F061C0 + Aruba Networks HP - 000799 - Tipping Point Technologies Inc. + DCCCE6 + Samsung Electronics Ltd - D01CBB - Beijing Ctimes Digital Technology Ltd + F065AE + Samsung Electronics Ltd - 7487BB - Ciena Corporation + 1C70C9 + Jiangsu Aisida Electronic Ltd - 68DD26 - Shanghai Focus Vision Security Technology Ltd + 9CB8B4 + AMPAK Technology,Inc. - 2866E3 - Azurewave Technologies Inc. + 004084 + Honeywell - 60F18A - Huawei Technologies Ltd + A05394 + Shenzhen zediel Ltd - EC3873 - Juniper Networks + 04EEE8 + IEEE Registration Authority - 780473 - Texas Instruments + 3CF7D1 + OMRON Corporation - A83E0E - HMD Global Oy + 84B4DB + Silicon Laboratories - 10C172 - Huawei Technologies Ltd + 38C804 + Hui Zhou Gaoshengda Technology Ltd - 00151E - ETHERNET Powerlink Standarization Group (EPSG) + E007C2 + Fujian Star-NET Communication Ltd - 00111E - ETHERNET Powerlink Standarization Group (EPSG) + 2CFDB4 + Shenzhen Jingxun Software Telecommunication Technology Ltd - 00409D - DigiBoard + B4F267 + Compal Broadband Networks Inc. - CC50E3 - Espressif Inc. + C0BAE6 + Application Solutions (Safety and Security) Ltd - DCE305 - ZAO NPK Rotek + 18D793 + IEEE Registration Authority - A4DA32 - Texas Instruments + 0009E5 + Hottinger Bruel & Kjaer GmbH - 000EEE - Muco Industrie BV + D8B673 + Texas Instruments - 7C1C4E - LG Innotek + 9850A3 + Signaltek JSC - D8B6B7 - Comtrend Corporation + C0FBC1 + Itel Mobile Limited - 002106 - RIM Testing Services + E817FC + Fujitsu Cloud Technologies Limited - 8C14B4 - ZTE Corporation + B0DD74 + Heimgard Technologies AS - 3C9872 - Sercomm Corporation. + DC3643 + IEEE Registration Authority - 40C3C6 - SnapRoute + 102C8D + GD Midea Air-Conditioning Equipment Ltd - 5C9656 - Azurewave Technologies Inc. + 94E686 + Espressif Inc. - E06066 - Sercomm Corporation. + F828C9 + Huawei Technologies Ltd - 149346 - PNI sensor Corporation + 50B3B4 + Shenzhen Furuilian Electronic Ltd - DCE0EB - Nanjing Aozheng Information Technology Ltd + B48C9D + Azurewave Technologies Inc. - EC8C9A + FC1193 Huawei Technologies Ltd - B48655 - Huawei Technologies Ltd + E43883 + Ubiquiti Networks Inc. - 2C4759 - Beijing MEGA preponderance Science & Technology Ltd + 34B883 + Cisco Systems Inc. - A41566 - Weifang Goertek Electronics Ltd + C07982 + TCL King Electrical Appliances(Huizhou) Ltd - 1C965A - Weifang Goertek Electronics Ltd + D0EDFF + ZF Cvcs - 401B5F - Weifang Goertek Electronics Ltd + F8A91F + ZVISION Technologies Ltd - A8E552 - JUWEL Aquarium AG & Co. KG + 4CBAD7 + LG Innotek - 5CCD7C - MEIZU Technology Ltd + 7CC95E + Dongguan Liesheng Electronic Ltd - 00138A - Qingdao GoerTek Technology Ltd + 7CCCFC + Quectel Wireless Solutions Ltd - A830AD - Weifang Goertek Electronics Ltd + 988FE0 + IEEE Registration Authority - BC5FF6 - Mercury Communication Technologies Ltd + 34D737 + IBG Industriebeteiligungsgesellschaft mbH &b Co. KG - C8E7D8 - Mercury Communication Technologies Ltd + 2C3341 + China Mobile IOT Company Limited - 60D21C + AC567B Sunnovo International Limited - CC51B4 - Integrated Device Technology (Malaysia) Sdn. Bhd. + 9CC12D + GD Midea Air-Conditioning Equipment Ltd - 00C3F4 - Samsung Electronics Ltd + 80657C + Apple - B88AEC - Nintendo Ltd + DC8084 + Apple - D0D783 - Huawei Technologies Ltd + 8CC7C3 + Netlink ICT - AC3B77 - Sagemcom Broadband SAS + 7C35F8 + Zhejiang Tmall Technology Ltd - B0FC0D - Amazon Technologies Inc. + 7426FF + ZTE Corporation - CCC92C - Schindler - PORT Technology + C42728 + ZTE Corporation - 001E39 - Comsys Communication Ltd + C85895 + Motorola Mobility LLC, a Lenovo Company - 78725D - Cisco Systems Inc. + E4DADF + Taicang T&W Electronics - FCE66A - Industrial Software Co + A8537D + Mist Systems Inc. - 7836CC - Guangdong Oppo Mobile Telecommunications Corp Ltd + 303422 + eero Inc. - 8CCF5C - BEFEGA GmbH + 08E021 + Honor Device Ltd - 70C833 - Wirepas Oy + B05C16 + Fiberhome Telecommunication Technologies Ltd - 0C73EB - IEEE Registration Authority + E8D322 + Cisco Systems Inc. - 048AE1 - Flextronics Manufacturing(Zhuhai) Ltd + 8C1553 + Beijing Memblaze Technology Ltd - F0B5D1 - Texas Instruments + D4BD4F + Ruckus Wireless - 00E000 - Fujitsu Limited + 5CC9C0 + Renesas Electronics (Penang) Sdn. Bhd. - 90848B - HDR10+ Technologies LLC + 6CB158 + TP-Link Technologies Ltd - C8D779 - Qing DAO Haier Telecom Ltd + E881AB + Beijing Sankuai Online Technology Ltd - 10B36F - Bowei Technology Company Limited + 1C47F6 + Zhidao Network Technology(Shenzhen) Ltd - FC9BC6 - Sumavision Technologies Ltd + A0B4BF + InfiNet LLC - C8292A - Barun Electronics + E8EBD3 + Mellanox Technologies Inc. - E482CC - Jumptronic GmbH + 302BDC + Top-Unum Electronics Ltd - 48605F - LG Electronics (Mobile Communications) + 90F7B2 + New H3C Technologies Ltd - B0416F - Shenzhen Maxtang Computer Ltd + 04E31A + Sagemcom Broadband SAS - 501D93 + C0060C Huawei Technologies Ltd - 2816A8 - Microsoft Corporation - - - F8F532 - ARRIS Group Inc. - - - B083D6 - ARRIS Group Inc. + B0A4F0 + Huawei Technologies Ltd - 80C7C5 - Fiberhome Telecommunication Technologies Ltd + 24753A + Guangdong Oppo Mobile Telecommunications Corp Ltd - E4434B - Dell Inc. + 6C999D + Amazon Technologies Inc. - 0CF5A4 - Cisco Systems Inc. + 6C9308 + IEEE Registration Authority - 9C2EA1 - Xiaomi Communications Ltd + 7C6A60 + China Mobile Group Device Ltd - 089734 - Hewlett Packard Enterprise + 6818D9 + Hill AFB - CAPRE Group - F09CD7 - Guangzhou Blue Cheetah Intelligent Technology Ltd + 18BC57 + ADVA Optical Networking Ltd - BCE143 - Apple + D8E2DF + Microsoft Corporation - 647033 - Apple + 1C61B4 + TP-Link Corporation Limited - 846878 - Apple + 9CA2F4 + TP-Link Corporation Limited - C8D083 - Apple + B4695F + TCT mobile Ltd - 0C6ABC - Fiberhome Telecommunication Technologies Ltd + 388F30 + Samsung Electronics Ltd - 0080BA - Specialix (Asia) PTE Ltd + A04466 + Intellics - 480BB2 - IEEE Registration Authority + 446D7F + Amazon Technologies Inc. - CCC079 - Murata Manufacturing Ltd + 84C692 + Texas Instruments - E019D8 - BH Technologies + 6CB2FD + Texas Instruments - 6030D4 - Apple + 6C0F61 + Hypervolt Ltd - F895EA - Apple + 2406F2 + Sichuan Tianyi Comheart Telecom Ltd - 18F1D8 - Apple + C06DED + Hangzhou Hikvision Digital Technology Ltd - 3CCD5D - Huawei Technologies Ltd + 90935A + ARRIS Group Inc. - 7C7668 - Huawei Technologies Ltd + AC8FA9 + Nokia Solutions and Networks GmbH & Co. KG - 6C3838 - Marking System Technology Ltd + 4C734F + Juniper Networks - 30D9D9 - Apple + C0C170 + Shenzhen SuperElectron Technology Ltd - 780F77 - HangZhou Gubei Electronics Technology Ltd + 504289 + ZTE Corporation - A438CC - Nintendo Ltd + 44291E + AltoBeam (China) Inc. - 74721E - Edison Labs Inc. + 24EBED + Huawei Technologies Ltd - 8C4CDC - Planex Communications Inc. + 308E7A + Shenzhen iComm Semiconductor Ltd - 5065F3 - Hewlett-Packard Company + 2CDD5F + Shenzhen iComm Semiconductor Ltd - 3C9509 - Liteon Technology Corporation + AC51AB + Huawei Technologies Ltd - BCAB7C - TRnP KOREA Ltd + 48CDD3 + Huawei Technologies Ltd - 64CB5D - SIA TeleSet + CC6618 + Adtran Inc - 5821E9 - Twpi + E0276C + Guangzhou Shiyuan Electronic Technology Company Limited - C49F4C - Huawei Technologies Ltd + DC8E95 + Silicon Laboratories - 0C704A - Huawei Technologies Ltd + 28BE43 + Vivo Mobile Communication Ltd - F0E3DC - Tecon MT LLC + 2CFC8B + Guangdong Oppo Mobile Telecommunications Corp Ltd - A8DA01 - Shenzhen NUOLIJIA Digital Technology Ltd + F8AD24 + Realme Chongqing Mobile Telecommunications Corp Ltd - 7C2586 - Juniper Networks + B01F8C + Aruba Networks HP - F041C8 - IEEE Registration Authority + A8C98A + New H3C Technologies Ltd - CC9916 - Integrated Device Technology (Malaysia) Sdn. Bhd. + 002604 + WorldCast Systems - EC7FC6 - Eccel Corporation SAS + 7CEF40 + Nextorage Corporation - 4CABFC - ZTE Corporation + 1CAF4A + Samsung Electronics Ltd - 0010D8 - Calista + C8120B + Samsung Electronics Ltd - 002194 - Ping Communication + 2874F5 + Nokia Solutions and Networks GmbH & Co. KG - 5C5AEA - Ford + C0E01C + IoT Security Group, SL - 000B7B - Test-Um Inc. + 0000BD + RYOSEI Ltd - 30FD38 - Google Inc. + 902CFB + CanTops Ltd - 001386 - ABB Inc/Totalflow + F8AB82 + Xiaomi Communications Ltd - 003C10 - Cisco Systems Inc. + EC30B3 + Xiaomi Communications Ltd - 54A65C + 00CB7A Technicolor CH USA Inc. - BCDDC2 - Espressif Inc. - - - 98D863 - Shanghai High-Flying Electronics Technology Ltd + A8A237 + Arcadyan Corporation - 0CF346 - Xiaomi Communications Ltd + 9C57BC + eero Inc. - 7CFF4D - AVM Audiovisuelles Marketing und Computersysteme GmbH + 2C8217 + Apple - C88F26 - Skyworth Digital Technology(Shenzhen) Ltd + 142D4D + Apple - 703A73 - Shenzhen Sundray Technologies Company Limited + EC42CC + Apple - 10F9EB - Industria Fueguina de Relojeria Electronica s.a. + B8211C + Apple - 80AD16 - Xiaomi Communications Ltd + B03F64 + Apple - 044EAF - LG Innotek + ACCCFC + Amazon Technologies Inc. - 1894C6 - Shenzhen Chenyee Technology Ltd + 9CFFC2 + AVI Systems GmbH - 40BD32 - Texas Instruments + 44D878 + Hui Zhou Gaoshengda Technology Ltd - CC8E71 - Cisco Systems Inc. + A0D807 + Huawei Device Ltd - 38F554 - Hisense Electric Ltd + 2C780E + Huawei Device Ltd - 88E90F - innomdlelab + 34B20A + Huawei Device Ltd - 003074 - Equiinet Ltd + 98F4AB + Espressif Inc. - EC9B8B - Hewlett Packard Enterprise + D8BFC0 + Espressif Inc. - B0B3AD - HUMAX Ltd + 202681 + Tecno Mobile Limited - 18A28A - Essel-T Ltd + F4D620 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 20365B - Megafone Limited + 64FB92 + PPC Broadband Inc. - E8DE00 - ChongQing GuanFang Technology Ltd + 141346 + Skyworth Digital Technology(Shenzhen) Ltd - 70C94E - Liteon Technology Corporation + 949034 + Shenzhen Chuangwei-RGB Electronics Ltd - 70D081 - Beijing Netpower Technologies Inc. + 987A10 + Ericsson AB - FC643A - Samsung Electronics Ltd + 542BDE + New H3C Technologies Ltd - A8515B - Samsung Electronics Ltd + 98F781 + ARRIS Group Inc. - 54B7E5 - Rayson Technology Ltd + 7897C3 + Dingxin Information Technology Ltd - 946372 - Vivo Mobile Communication Ltd + 4C90DB + JL Audio - BC0FA7 - Ouster + B899AE + Shenzhen MiaoMing Intelligent Technology Ltd - F8C120 - Xi'an Link-Science Technology Ltd + E8D0B9 + Taicang T&W Electronics - F0C9D1 - GD Midea Air-Conditioning Equipment Ltd + 3C8F06 + Shenzhen Libtor Technology Ltd - 347E5C - Sonos Inc. + B00875 + Huawei Technologies Ltd - B4FBF9 - Huawei Technologies Ltd + 8CF112 + Motorola Mobility LLC, a Lenovo Company - 506F77 + 847637 Huawei Technologies Ltd - 0C41E9 + FC9435 Huawei Technologies Ltd - 3CE824 + E02481 Huawei Technologies Ltd - 345A06 - Sharp Corporation + A8C0EA + Pepwave Limited - 001936 - Sterlite Optical Technologies Limited + 182AD3 + Juniper Networks - B89F09 - Wistron Neweb Corporation + 80B07B + ZTE Corporation - 0402CA - Shenzhen Vtsonic Ltd + C85A9F + ZTE Corporation - 3CFB5C - Fiberhome Telecommunication Technologies Ltd + 44AEAB + Guangdong Oppo Mobile Telecommunications Corp Ltd - 7440BB - Hon Hai Precision Ind Ltd + A4F05E + Guangdong Oppo Mobile Telecommunications Corp Ltd - 1C1161 - Ciena Corporation + 1C687E + Shenzhen Qihu Intelligent Technology Company Limited - B4DE31 - Cisco Systems Inc. + C03656 + Fiberhome Telecommunication Technologies Ltd - A44027 - ZTE Corporation + 5885A2 + Realme Chongqing MobileTelecommunications Corp Ltd - B4F7A1 - LG Electronics (Mobile Communications) + 2CF89B + Cisco Systems Inc. - 28EDE0 - AMPAK Technology Inc. + 00071C + AT&T - 88BD45 - Samsung Electronics Ltd + E0E8E6 + Shenzhen C-Data Technology Ltd - 54FCF0 - Samsung Electronics Ltd + 500291 + Espressif Inc. - 306A85 - Samsung Electronics Ltd + 001DDF + Sunitec Enterprise Ltd - 4CDD31 - Samsung Electronics Ltd + 8C0FFA + Hutec Ltd - 88B6EE - Dish Technologies Corp + ACFE05 + Itel Mobile Limited - 70F220 - Actiontec Electronics Inc. + 782A79 + Integrated Device Technology (Malaysia) Sdn. Bhd. - D0817A - Apple + 786559 + Sagemcom Broadband SAS - 98CA33 - Apple + 50D2F5 + Beijing Xiaomi Mobile Software Ltd - 68AB1E - Apple + 24526A + Zhejiang Dahua Technology Ltd - 70EF00 - Apple + 20DFB9 + Google Inc. - C87765 - Tiesse SpA + 5CCAD3 + Chipsea Technologies (Shenzhen) Corp. - 2C37C5 - Qingdao Haier Intelligent Home Appliance Technology Ltd + 28167F + Xiaomi Communications Ltd - CC40D0 - Netgear + B03E51 + BSkyB Ltd - 7C7630 - Shenzhen YOUHUA Technology Ltd + 5CE883 + Huawei Technologies Ltd - 9822EF - Liteon Technology Corporation + 100177 + Huawei Technologies Ltd - 788038 - Funai Electric Ltd + 44A191 + Huawei Technologies Ltd - BCFFEB - Motorola Mobility LLC, a Lenovo Company + 6023A4 + Sichuan AI-Link Technology Ltd - 000130 - Extreme Networks Inc. + A4530E + Cisco Systems Inc. - FC0A81 - Extreme Networks Inc. + 00403A + Impact Technologies - F045DA - Texas Instruments + F887F1 + Apple - B80716 - Vivo Mobile Communication Ltd + 9C28BF + Continental Automotive Czech Republic s.r.o. - A8EEC6 - Muuselabs NV/SA + 807215 + BSkyB Ltd - E4F042 - Google Inc. + 74D637 + Amazon Technologies Inc. - 4048FD + D05F64 IEEE Registration Authority - 20B399 - Enterasys + BCC31B + Kygo Life A - CC2D21 - Tenda Technology LtdDongguan branch + 64DF10 + JingLue Semiconductor(SH) Ltd - 004097 - Datex Division Of + C463FB + Neatframe AS - 9C4FCF - TCT mobile Ltd + 0C8126 + Juniper Networks - D896E0 - Alibaba Cloud Computing Ltd + 305714 + Apple - 001862 - Seagate Technology + 60447A + Water-i.d. GmbH - 1CEEC9 - Elo touch solutions + C8B1CD + Apple - 000C50 - Seagate Technology + 1460CB + Apple - 342AF1 - Texas Instruments + B8F12A + Apple - C8DEC9 - Coriant + 04AB6A + Chun-il Ltd - 44D5A5 - AddOn Computer + 544E45 + Private - 38F73D - Amazon Technologies Inc. + 04C807 + Xiaomi Communications Ltd - C0A00D - ARRIS Group Inc. + 04A222 + Arcadyan Corporation - 0C6111 - Anda Technologies SAC + 489BD5 + Extreme Networks Inc. - 0022C4 - epro GmbH + 3C8C93 + Juniper Networks - 1C330E - PernixData + 28FE65 + DongGuan Siyoto Electronics Ltd - B8F74A - Rcntec + 1806F5 + RAD Data Communications Ltd - 645106 - Hewlett-Packard Company + 7484E1 + Dongguan Haoyuan Electronics Ltd - 0C1539 - Apple + 44FB5A + ZTE Corporation - 6C5697 - Amazon Technologies Inc. + 4459E3 + Huawei Technologies Ltd - 0005FF - SNS Solutions Inc. + DC54D7 + Amazon Technologies Inc. - F87B20 + 44D3CA Cisco Systems Inc. - E0AADB - Nanjing PANENG Technology Development Ltd + 889FAA + Hella Gutmann Solutions GmbH - ECF451 - Arcadyan Corporation + E454E8 + Dell Inc. - 581243 - AcSiP Technology Corp. + 20968A + China Mobile (Hangzhou) Information Technology Ltd - A89FEC - ARRIS Group Inc. + 8C1850 + China Mobile (Hangzhou) Information Technology Ltd - 00BE9E - Fiberhome Telecommunication Technologies Ltd + D8D4E6 + Hytec Inter Ltd - 54C57A - Sunnovo International Limited + 683F1E + EFFECT Photonics B.V. - 58C17A - Cambium Networks Limited + 0035FF + Texas Instruments - 38019F - Shenzhen Fast Technologies Ltd + F8E7A0 + Vivo Mobile Communication Ltd - 245CCB - AXIe Consortium Inc. + 2CFFEE + Vivo Mobile Communication Ltd - 609BC8 - Hipad Intelligent Technology Ltd + 840B7C + Hitron Technologies Inc. - 406A8E - Hangzhou Puwell OE Tech Ltd + 48A73C + Sichuan tianyi kanghe Communications Ltd - 1C0FAF - Lucid Vision Labs + C85D38 + HUMAX Ltd - 88B4A6 - Motorola Mobility LLC, a Lenovo Company + F8A763 + Zhejiang Tmall Technology Ltd - 28CF08 - Essys + A49813 + ARRIS Group Inc. - 002128 - Oracle Corporation + 6C2990 + WiZ Connected Lighting Company Limited - 001C73 - Arista Networks + 9835ED + Huawei Technologies Ltd - 2C8A72 - HTC Corporation + 084F0A + Huawei Technologies Ltd - 38AD8E - New H3C Technologies Ltd + A8494D + Huawei Technologies Ltd - 34D0B8 - IEEE Registration Authority + 44004D + Huawei Technologies Ltd - D06726 - Hewlett Packard Enterprise + 18CF24 + Huawei Technologies Ltd - ECFAF4 - SenRa Tech Pvt Ltd + D89B3B + Huawei Technologies Ltd - D88F76 - Apple + 88403B + Huawei Technologies Ltd - 409C28 - Apple + FC8743 + Huawei Technologies Ltd - 5CA176 - Sichuan Tianyi Comheart Telecomco Ltd + 807693 + Newag SA - 583879 - Ricoh Company Ltd + BC9740 + IEEE Registration Authority - F44C70 - Skyworth Digital Technology(Shenzhen) Ltd + 04885F + Huawei Technologies Ltd - C8E7F0 - Juniper Networks + C850CE + Huawei Technologies Ltd - B0935B - ARRIS Group Inc. + 50F8A5 + eWBM Ltd - F449EF - Emstone + 1449BC + DrayTek Corp. - 54DF24 - Fiberhome Telecommunication Technologies Ltd + 20F478 + Xiaomi Communications Ltd - AC1DDF - IEEE Registration Authority + 90735A + Motorola Mobility LLC, a Lenovo Company - E8D819 - Azurewave Technologies Inc. + 1C8259 + IEEE Registration Authority - 782D7E - TRENDnet Inc. + 0004DF + Teracom Telematica S.A - 741AE0 - IEEE Registration Authority + 7438B7 + Canon Inc. - 24B209 - Avaya Inc + 8C04BA + Dell Inc. - FC65DE - Amazon Technologies Inc. + 00FA21 + Samsung Electronics Ltd - B06EBF - ASUSTek Computer Inc. + 7C2302 + Samsung Electronics Ltd - 603D26 - Technicolor CH USA Inc. + 18B6F7 + NEW POS Technology Limited - BC903A - Robert Bosch GmbH + 5CB15F + Oceanblue Cloud Technology Limited - D0B128 - Samsung Electronics Ltd + 18AACA + Sichuan tianyi kanghe Communications Ltd - BC5451 + D49DC0 Samsung Electronics Ltd - 74860B - Cisco Systems Inc. + D0196A + Ciena Corporation - 182D98 - Jinwoo Industrial System + 4413D0 + ZTE Corporation - D8A534 - Spectronix Corporation + 2462AB + Espressif Inc. - EC51BC - Guangdong Oppo Mobile Telecommunications Corp Ltd + 88B436 + Private - F079E8 - Guangdong Oppo Mobile Telecommunications Corp Ltd + 6CAB05 + Cisco Systems Inc. - 601803 - Daikin Air-Conditioning (Shanghai) Ltd + 000BE4 + Hosiden Corporation - 00A096 - Mitsumi Electric Ltd + 60D248 + ARRIS Group Inc. - 78617C - Mitsumi Electric Ltd + 485DEB + Just Add Power - 940E6B - Huawei Technologies Ltd + 501395 + Sichuan AI-Link Technology Ltd - 64FB50 - RoomReady/Zdi Inc. + 18D9EF + Shuttle Inc. - 74EAC8 - New H3C Technologies Ltd + 88DA33 + Beijing Xiaoyuer Network Technology Ltd - B4D64E - Caldero Limited + 5041B9 + I-O Data Device,Inc. - F89DBB - Tintri + 80DABC + Megafone Limited - D8A01D - Espressif Inc. + C09FE1 + ZTE Corporation - C4F312 - Texas Instruments + 184644 + Home Control Singapore Pte Ltd - 904E91 - IEEE Registration Authority + B0700D + Nokia - 5CE8B7 - Oraimo Technology Limited + 346B5B + New H3C Technologies Ltd - 3C11B2 - Fraunhofer FIT + 84E892 + Actiontec Electronics Inc. - 104B46 - Mitsubishi Electric Corporation + 78E2BD + Vodafone Automotive S.p.A. - DC0C2D - Weifang Goertek Electronics Ltd + F848FD + China Mobile Group Device Ltd - D067E5 - Dell Inc. + 20DA22 + Huawei Technologies Ltd - 8CFEB4 - Vsoontech Electronics Ltd + C821DA + Shenzhen YOUHUA Technology Ltd - CC66B2 - Nokia + E0B655 + Beijing Xiaomi Electronics Ltd - 9C65EE - DASAN Network Solutions + 002175 + Pacific Satellite International Ltd - 78CA04 - Nokia Corporation + 889746 + Sichuan AI-Link Technology Ltd - 34298F - IEEE Registration Authority + 1CDE57 + Fiberhome Telecommunication Technologies Ltd - 5CEA1D - Hon Hai Precision Ind Ltd + E0DCFF + Xiaomi Communications Ltd - 181456 - Nokia Corporation + 00778D + Cisco Systems Inc. - 0017C8 - KYOCERA Display Corporation + 000E8C + Siemens AG - 38E2DD - ZTE Corporation + 008764 + Cisco Systems Inc. - 885DFB - ZTE Corporation + FC3342 + Juniper Networks - 58B42D - YSTen Technology Ltd + C468D0 + VTech Telecommunications Ltd - E048D3 - Mobiwire Mobiles (Ningbo) Ltd + 14AEDB + VTech Telecommunications Ltd - 58E28F - Apple + 78DB2F + Texas Instruments - 787B8A - Apple + 8C0FA0 + di-soric GmbH & Co. KG - 4C16FC - Juniper Networks + DCB808 + Extreme Networks Inc. - 48BCA6 - ASUNG TECHNO Ltd + B0E71D + Shanghai Maigantech Ltd - B009DA - Ring Solutions + F8BBBF + eero Inc. - 00054F - Garmin International + 846FCE + Guangdong Oppo Mobile Telecommunications Corp Ltd - 005C86 - Shenzhen Fast Technologies Ltd + 20658E + Huawei Technologies Ltd - 30053F - JTI Ltd + 183D5E + Huawei Technologies Ltd - B8DB1C - Integrated Device Technology (Malaysia) Sdn. Bhd. + DC7137 + ZTE Corporation - 3C10E6 - PHAZR Inc. + 847C9B + GD Midea Air-Conditioning Equipment Ltd - 904506 - Tokyo Boeki Medisys Inc. + 3441A8 + ER-Telecom - 0021A1 - Cisco Systems Inc. + 34DB9C + Sagemcom Broadband SAS - FCB698 - Cambridge Industries(Group) Ltd + 7440BE + LG Innotek - 0001CD - ARtem + 04D4C4 + ASUSTek Computer Inc. - 5C546D - Huawei Technologies Ltd + F0D4E2 + Dell Inc. - 84A1D1 - Sagemcom Broadband SAS + A8E2C3 + Shenzhen YOUHUA Technology Ltd - 909D7D - ARRIS Group Inc. + 9020C2 + Aruba Networks HP - 788C4D - Indyme Solutions LLC + 0CA06C + Industrial Cyber Sensing Inc. - 78BC1A - Cisco Systems Inc. + FCD2B6 + IEEE Registration Authority - 000E59 - Sagemcom Broadband SAS + 804A14 + Apple - 101D51 - 8Mesh Networks Limited + 703C69 + Apple - DCEB53 - Wuhan QianXiao Elecronic Technology Ltd + AC2DA9 + Tecno Mobile Limited - EC8AC7 - Fiberhome Telecommunication Technologies Ltd + 48049F + Elecom Ltd - 88365F - LG Electronics (Mobile Communications) + 087F98 + Vivo Mobile Communication Ltd - 288CB8 - ZTE Corporation + C85261 + ARRIS Group Inc. - FC7F56 - CoSyst Control Systems GmbH + 7488BB + Cisco Systems Inc. - 2C4053 - Samsung Electronics Ltd + A4CF12 + Espressif Inc. - 0C8FFF - Huawei Technologies Ltd + 4C6AF6 + HMD Global Oy - 54B121 - Huawei Technologies Ltd + 489DD1 + Samsung Electronics Ltd - 788102 - Sercomm Corporation. + B06FE0 + Samsung Electronics Ltd - 84AA9C - MitraStar Technology Corp. + 44B994 + Douglas Lighting Controls - F0EFD2 - TF Payment Service Ltd + 40A93F + Pivotal Commware Inc. - 24B2DE - Espressif Inc. + 70BF92 + GN Audio A/S - F4939F - Hon Hai Precision Ind Ltd + C08C71 + Motorola Mobility LLC, a Lenovo Company - 000726 - Shenzhen Gongjin Electronics Ltd + F46F4E + Echowell - FC8B97 - Shenzhen Gongjin Electronics Ltd + 5C8816 + Rockwell Automation - 2CAB25 - Shenzhen Gongjin Electronics Ltd + 002F5C + Cisco Systems Inc. - 1CA532 - Shenzhen Gongjin Electronics Ltd + F4645D + Toshiba - 001F92 - Avigilon Corporation + 38F85E + HUMAX Ltd - 000C03 - HDMI Licensing LLC + ACBB61 + YSTen Technology Ltd - 7CBACC - IEEE Registration Authority + 2479F8 + KUPSON spol. s r.o. - 94F128 - Hewlett Packard Enterprise + 7CFD82 + Guangdong Genius Technology Ltd - 101B54 - Huawei Technologies Ltd + 180D2C + Intelbras - A80C63 - Huawei Technologies Ltd + 042DB4 + First Property (Beijing) Ltd Modern MOMA Branch - 5CC307 - Huawei Technologies Ltd + 04E0B0 + Shenzhen YOUHUA Technology Ltd - E0107F - Ruckus Wireless + 08ECF5 + Cisco Systems Inc. - C4017C - Ruckus Wireless + D07650 + IEEE Registration Authority - 04FA3F - Opticore Inc. + 60D0A9 + Samsung Electronics Ltd - 540237 - Teltronic AG + 88CEFA + Huawei Technologies Ltd - 4CB008 - Shenzhen Gwelltimes Technology Ltd + 002706 + Yoisys - E86FF2 - Actiontec Electronics Inc. + 00CB51 + Sagemcom Broadband SAS - 005018 - AMIT Inc. + C464B7 + Fiberhome Telecommunication Technologies Ltd - 70DEF9 - FAI WAH International (Hong Kong) Limited + EC4118 + XIAOMI Electronics Ltd - B0EABC - Askey Computer Corp + D8860B + IEEE Registration Authority - 94C691 - EliteGroup Computer Systems Ltd + 342003 + Shenzhen Feitengyun Technology Ltd - 3CF591 - Guangdong Oppo Mobile Telecommunications Corp Ltd + F07D68 + D-Link Corporation - 602101 - Guangdong Oppo Mobile Telecommunications Corp Ltd + 40E3D6 + Aruba Networks HP - 7CEB7F - Dmet Products Corp. + B45D50 + Aruba Networks HP - 8C8580 - Smart Innovation LLC + 78DAA2 + Cynosure Technologies Ltd - 404229 - Layer3TV Inc. + 38B19E + IEEE Registration Authority - FC2F6B - Everspin Technologies Inc. + 38E26E + Shenzhen Sweet Rain Electronics Ltd - 287B09 - ZTE Corporation + 00D050 + Iskratel d.o.o. - 0025C4 - Ruckus Wireless + 70C9C6 + Cisco Systems Inc. - C0C520 - Ruckus Wireless + D4B92F + Technicolor CH USA Inc. - 78B28D - Beijing Tengling Technology Ltd + 689A87 + Amazon Technologies Inc. - A88038 - Shenzhen MovingComm Technology Ltd + 64AE88 + Polytec GmbH - F81D90 - Solidwintech + ACA31E + Aruba Networks HP - A06A44 - Vizio Inc. + 00177B + Azalea Networks Inc - DCBE7A - Zhejiang Nurotron Biotechnology Co. + 98DAC4 + TP-Link Technologies Ltd - 3438B7 - HUMAX Ltd + 502B98 + Es-tech International - CC0677 - Fiberhome Telecommunication Technologies Ltd + C82832 + Beijing Xiaomi Electronics Ltd - 784501 - Biamp Systems + 946A77 + Technicolor CH USA Inc. - 309C23 - Micro-Star INTL Ltd + C4346B + Hewlett-Packard Company - 54D751 - Proximus + 8084A9 + oshkosh Corporation - 14780B - Varex Imaging Deutschland AG + F46E95 + Extreme Networks Inc. - ACAFB9 - Samsung Electronics Ltd + 4CC7D6 + Flextronics Manufacturing(Zhuhai) Ltd - 88B111 - Intel Corporation + C80873 + Ruckus Wireless - 8C395C - Bit4id Srl + 701BFB + Integrated Device Technology (Malaysia) Sdn. Bhd. - D4258B - Intel Corporation + 001BB5 + Cherry GmbH - 041B6D - LG Electronics (Mobile Communications) + D05157 + LEAX Arkivator Telecom - F44156 - Arrikto Inc. + 288088 + Netgear - 0080C2 - IEEE 802.1 Working Group + 64CE6E + Sierra Wireless - 688DB6 - Aetek Inc. + 1C3477 + Innovation Wireless - ECF342 - Guangdong Oppo Mobile Telecommunications Corp Ltd + BC3E07 + Hitron Technologies Inc. - 50FF20 - Keenetic Limited + 48FDA3 + Xiaomi Communications Ltd - E45740 - ARRIS Group Inc. + 001697 + NEC Corporation - F894C2 - Intel Corporation + 003013 + NEC Corporation - 70D379 - Cisco Systems Inc. + 049DFE + Hivesystem - 00F82C - Cisco Systems Inc. + 0CEC84 + Shenzhen TINNO Mobile Technology Corp. - 00C1B1 - Cisco Systems Inc. + 9CDB07 + Thum+Mahr GmbH - F4FCB1 - JJ Corp + DCEB69 + Technicolor CH USA Inc. - D8C8E9 - Phicomm (Shanghai) Ltd + 004E35 + Hewlett Packard Enterprise - 7CB960 - Shanghai X-Cheng telecom Ltd + F81308 + Nokia - B03D96 - Vision Valley FZ LLC + F8A2D6 + Liteon Technology Corporation - 986C5C - Jiangxi Gosun Guard Security Ltd + 182A44 + Hirose Electronic System - 24792A - Ruckus Wireless + FC94CE + ZTE Corporation - 30D386 + 90869B ZTE Corporation - 70DB98 - Cisco Systems Inc. + E0189F + EM Microelectronic - B42A0E - Technicolor CH USA Inc. + 74366D + Vodafone Italia S.p.A. - 9CC8AE - Becton, Dickinson and Company + 84DB2F + Sierra Wireless - B0359F - Intel Corporation + 9458CB + Nintendo Ltd - C0D962 - Askey Computer Corp + 28EC9A + Texas Instruments - F80BCB - Cisco Systems Inc. + FCBE7B + Vivo Mobile Communication Ltd - 50D37F - Yu Fly Mikly Way Science and Technology Ltd + B40FB3 + Vivo Mobile Communication Ltd - 181212 - Cepton Technologies + EC5C68 + Chongqing Fugui Electronics Ltd - 70D923 - Vivo Mobile Communication Ltd + C4E506 + Piper Networks Inc. - B83A08 - Tenda Technology LtdDongguan branch + 30EB5A + Landis + GYR - 28B448 - Huawei Technologies Ltd + F80F6F + Cisco Systems Inc. - 100501 - Pegatron Corporation + 0080E3 + Coral Network Corporation - 2CFAA2 - Alcatel-Lucent Enterprise + B4C62E + Molex CMS - A49BF5 - Hybridserver Tec GmbH + B8259A + Thalmic Labs - 503DA1 - Samsung Electronics Ltd + 282536 + Shenzhen Holatek Ltd - F097E5 - Tamio Inc. + B8A175 + Roku Inc. - 4C1A3D - Guangdong Oppo Mobile Telecommunications Corp Ltd + CCD3C1 + Vestel Elektronik San ve Tic. A.S. - 08028E - Netgear + 0CD0F8 + Cisco Systems Inc. - E8E732 - Alcatel-Lucent Enterprise + 745F90 + LAM Technologies - B47C9C - Amazon Technologies Inc. + A42655 + LTI Motion (Shanghai) Ltd - F4A739 - Juniper Networks + 60A730 + Shenzhen Yipinfang Internet Technology Ltd - F470AB - Vivo Mobile Communication Ltd + 3C9BD6 + Vizio Inc. - 2C5A0F - Cisco Systems Inc. + F85B9C + SB SysTEMS Ltd - 2C3124 - Cisco Systems Inc. + 6CA928 + HMD Global Oy - 503237 - Apple + 00D861 + Micro-Star INTL Ltd - B0481A - Apple + 74C17D + Infinix mobility limited - B49CDF - Apple + 8871B1 + ARRIS Group Inc. - 48BF6B - Apple + F0AF85 + ARRIS Group Inc. - 2C1DB8 + FCAE34 ARRIS Group Inc. - 58821D - H. Schomacker GmbH + DCDA80 + New H3C Technologies Ltd - D8A105 - Syslane Ltd + CC7286 + Xi'an Fengyu Information Technology Ltd - BCA042 - Shanghai Flyco Electrical Appliance Ltd + 64EEB7 + Netcore Technology Inc - 3C0518 - Samsung Electronics Ltd + 3881D7 + Texas Instruments - 900628 - Samsung Electronics Ltd + 1804ED + Texas Instruments - B4A9FE - GHIA Technology (Shenzhen) Ltd + D43260 + GoPro - 08B258 - Juniper Networks + 50DB3F + Shenzhen Gongjin Electronics Ltd - 9C84BF - Apple + 1081B4 + Hunan Greatwall Galaxy Science and Technology Ltd - 1CA0D3 - IEEE Registration Authority + 004279 + Sunitec Enterprise Ltd - 9CFCD1 - Aetheris Technology (Shanghai) Ltd + 00B8B3 + Cisco Systems Inc. - CCCE1E - AVM Audiovisuelles Marketing und Computersysteme GmbH + F4DD9E + GoPro - 0CF4D5 - Ruckus Wireless + D4D919 + GoPro - 7C2664 - Sagemcom Broadband SAS + 141114 + Tecno Mobile Limited - AC6B0F - Cadence Design Systems Inc + A45046 + Xiaomi Communications Ltd - C8B5AD - Hewlett Packard Enterprise + 1C24CD + Askey Computer Corp. - 7C3866 - Texas Instruments + 007C2D + Samsung Electronics Ltd - 0C61CF - Texas Instruments + B47748 + Shenzhen Neoway Technology Ltd - 9C1D58 - Texas Instruments + F8501C + Tianjin Geneuo Technology Ltd - 3805AC - Piller Group GmbH + 44070B + Google Inc. - 346E9D - Ericsson AB + F8C249 + Private - 6854C1 - ColorTokens Inc. + B831B5 + Microsoft Corporation - 00111B - Targa Systems Div L-3 Communications + ECF6BD + Sncf Mobilites - 6C750D - WiFiSONG + 38B4D3 + BSH Hausgeraete GmbH - BC3F8F - Huawei Technologies Ltd + C84782 + Areson Technology Corp. - 143004 - Huawei Technologies Ltd + E89363 + Nokia - F4DC41 - Youngzone Culture (Shanghai) Corp + 7C0CF6 + Guangdong Huiwei High-tech Ltd - C4836F - Ciena Corporation + 749D79 + Sercomm Corporation. - 7CC6C4 - Kolff Computer Supplies b.v. + 00D6FE + Cisco Systems Inc. - 000F4F - PCS Systemtechnik GmbH + 0CBF74 + Morse Micro - A80CCA - Shenzhen Sundray Technologies Company Limited + FC8F7D + Shenzhen Gongjin Electronics Ltd - 38AA3C - Samsung Electro Mechanics Ltd + 24BE18 + Dadoutek Company Limited - 000302 - Charles Industries Ltd + B41D2B + Shenzhen YOUHUA Technology Ltd - 50A4D0 - IEEE Registration Authority + 14C213 + Apple - 800010 - AT&T + 70D313 + Huawei Technologies Ltd - 0024F1 - Shenzhen Fanhai Sanjiang Electronics Ltd + 9C1D36 + Huawei Technologies Ltd - 142FFD - LT Security Inc + Ccbbfe + Huawei Technologies Ltd - 0C3CCD - Universal Global Scientific Industrial Ltd + A4D931 + Apple - 14ABC5 - Intel Corporation + BCFED9 + Apple - 50D213 - CviLux Corporation + 808223 + Apple - 001E29 - Hypertherm Inc + 300A60 + IEEE Registration Authority - 5004B8 - Huawei Technologies Ltd + 80D065 + CKS Corporation - 00D0B2 - Xiotech Corporation + 283166 + Vivo Mobile Communication Ltd - 5CFF35 - Wistron Corporation + C04004 + Medicaroid Corporation - CC9F7A - Chiun Mai Communication Systems Inc. + 20AD56 + Continental Automotive Systems Inc. - 78F29E - Pegatron Corporation + 5029F5 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 64777D - Hitron Technologies Inc. + CC08FB + TP-Link Technologies Ltd - 9C50EE - Cambridge Industries(Group) Ltd + BCAF91 + TE Connectivity Sensor Solutions - 40ED98 - IEEE Registration Authority + F0D7DC + Wesine (Wuhan) Technology Ltd - C891F9 - Sagemcom Broadband SAS + 007204 + Samsung Electronics Ltd ARTIK - ACDCE5 - Procter & Gamble Company + 40C81F + Shenzhen Xinguodu Technology Ltd - 00B362 - Apple + 1459C0 + Netgear - E4E4AB - Apple + 8C61A3 + ARRIS Group Inc. - 60D262 - Tzukuri Pty Ltd + A81087 + Texas Instruments - 8404D2 - Kirale Technologies SL + A02833 + IEEE Registration Authority - 60334B - Apple + C8C2F5 + Flextronics Manufacturing(Zhuhai) Ltd - 38AFD7 - Fujitsu Limited + F05849 + CareView Communications - 28993A - Arista Networks + 34E5EC + Palo Alto Networks - 64EB8C - Seiko Epson Corporation + A4ED43 + IEEE Registration Authority - F48C50 - Intel Corporation + 94298D + Shanghai AdaptComm Technology Ltd - DCD255 - Kinpo Electronics Inc. + 00AA6E + Cisco Systems Inc. - A02C36 - FN-Link Technology Limited + 6843D7 + Agilecom Photonics Solutions Guangdong Limited - 000320 - Xpeed Inc. + 20D80B + Juniper Networks - 508A0F - Shenzhen Fise Technology Holding Ltd + 8C8F8B + China Mobile Chongqing branch - 7CCBE2 - IEEE Registration Authority + B86A97 + Edgecore Networks Corporation - A8A5E2 - MSF-Vathauer Antriebstechnik GmbH & Co KG + 000A5E + 3Com Corporation - BCA8A6 - Intel Corporation + 00105A + 3Com Corporation - 74FF4C - Skyworth Digital Technology(Shenzhen) Ltd + 006097 + 3Com Corporation - 68AF13 - Futura Mobility + 006008 + 3Com Corporation - 681AB2 - ZTE Corporation + 001B6E + Keysight Technologies Inc. - E04FBD - Sichuan Tianyi Comheart Telecomco Ltd + 00040B + 3Com Europe Ltd - 7CEBAE - Ridgeline Instruments + 000102 + 3Com Corporation - E0508B - Zhejiang Dahua Technology Ltd + 8CFE74 + Ruckus Wireless - 9C1E95 - Actiontec Electronics Inc. + A8016D + Aiwa Corporation - 60427F - Shenzhen Chuangwei-RGB Electronics Ltd + 0440A9 + New H3C Technologies Ltd - E89EB4 - Hon Hai Precision Ind Ltd + 4C0143 + eero Inc. - D46A6A - Hon Hai Precision Ind Ltd + E43493 + Huawei Technologies Ltd - 98FD74 - ACT Ltd + 342912 + Huawei Technologies Ltd - 64DB43 - Motorola (Wuhan) Mobility Technologies Communication Ltd + 604BAA + Magic Leap Inc. - 000E58 - Sonos Inc. + 4C364E + Panasonic Corporation Connected Solutions Company - 002590 - Super Micro Computer Inc. + BCA58B + Samsung Electronics Ltd - AC1F6B - Super Micro Computer Inc. + 80CEB9 + Samsung Electronics Ltd - 000B2E - Cal-Comp Electronics & Communications Company Ltd + D0D3FC + Mios Ltd - 4865EE - IEEE Registration Authority + 6C6CD3 + Cisco Systems Inc. - D0F73B - Helmut Mauell GmbH Werk Weida + E049ED + Audeze LLC - 180675 - Dilax Intelcom GmbH + 8030E0 + Hewlett Packard Enterprise - 000FC2 - Uniwell Corporation + E85D86 + Chang YOW Technologies International Ltd - 6CEC5A - Hon Hai Precision Ind Ltd + 143719 + PT Prakarsa Visi Valutama - 44C346 - Huawei Technologies Ltd + 582F40 + Nintendo Ltd - 307496 - Huawei Technologies Ltd + 0890BA + Danlaw Inc - 708A09 - Huawei Technologies Ltd + 94A3CA + KonnectONE LLC - CCC5EF - Co-Comm Servicios Telecomunicaciones S.L. + 244CE3 + Amazon Technologies Inc. - 9002A9 - Zhejiang Dahua Technology Ltd + B8BEF4 + devolo AG - C0288D - Logitech Inc. + 000157 + Syswave Ltd - 0C4933 - Sichuan Jiuzhou Electronic Technology Ltd + 58FDBE + Shenzhen Taikaida Technology Ltd - 000064 - Yokogawa Digital Computer Corporation + F4F197 + EMTAKE Inc - 506B8D - Nutanix + 6CED51 + NEXCONTROL Ltd - 0038DF - Cisco Systems Inc. + 04C3E6 + IEEE Registration Authority - F4CAE5 - Freebox SAS + 286336 + Siemens AG - 90004E - Hon Hai Precision Ind Ltd + 14D169 + Huawei Technologies Ltd - 7C2634 - ARRIS Group Inc. + 1062E5 + Hewlett-Packard Company - 40F413 - Rubezh + 0020B5 + Yaskawa Electric Corporation - C8D3FF - Hewlett-Packard Company + E06267 + Xiaomi Communications Ltd - C4BE84 - Texas Instruments + 70B7AA + Vivo Mobile Communication Ltd - F4F524 - Motorola Mobility LLC, a Lenovo Company + 84B31B + Kinexon GmbH - 00BBC1 - Canon Inc. + 082525 + Xiaomi Communications Ltd - 24C1BD - Crrc Dalian R&D Ltd + C49500 + Amazon Technologies Inc. - 00A2EE - Cisco Systems Inc. + F460E2 + Xiaomi Communications Ltd - 0059DC - Cisco Systems Inc. + E4D124 + Mojo Networks Inc. - 00FD45 + 0013A3 + Siemens Home & Office Comm. Devices + + + B0B867 Hewlett Packard Enterprise - 5098F3 - Rheem Australia Pty Ltd + C00380 + Juniper Networks - B4D135 - Cloudistics + 98BB99 + Phicomm (Sichuan) Ltd - 0013A5 - General Solutions Ltd + 002622 + Compal Information (Kunshan) Ltd - 9C3DCF - Netgear + F8272E + Mercku - 248894 - Shenzhen lensun Communication Technology Ltd + 9CC950 + Baumer Holding - B04BBF - PT HAN Sung Electoronics Indonesia + F89910 + Integrated Device Technology (Malaysia) Sdn. Bhd. - CC2D83 - Guangdong Oppo Mobile Telecommunications Corp Ltd + 50E0EF + Nokia - D46E0E - TP-Link Technologies Ltd + 848A8D + Cisco Systems Inc. - 88366C - EFM Networks + 1CC3EB + Guangdong Oppo Mobile Telecommunications Corp Ltd - 48DA96 - Eddy Smart Home Solutions Inc. + 504C7E + THE 41ST Institute Of Cetc - F074E4 - Thundercomm Technology Ltd + 001413 + Trebing & Himstedt Prozessautomation GmbH & Co. KG - A0722C - HUMAX Ltd + 000799 + Tipping Point Technologies Inc. - FCD848 - Apple + D01CBB + Beijing Ctimes Digital Technology Ltd - EC107B - Samsung Electronics Ltd + 7487BB + Ciena Corporation - 1C232C - Samsung Electronics Ltd + 68DD26 + Shanghai Focus Vision Security Technology Ltd - E00DB9 - Cree Inc. + 2866E3 + Azurewave Technologies Inc. - DC0D30 - Shenzhen Feasycom Technology Ltd + 60F18A + Huawei Technologies Ltd - F0ACD7 - IEEE Registration Authority + EC3873 + Juniper Networks - 9495A0 - Google Inc. + 780473 + Texas Instruments - 00A6CA - Cisco Systems Inc. + A83E0E + HMD Global Oy - 38D547 - ASUSTek Computer Inc. + 10C172 + Huawei Technologies Ltd - FC83C6 - N-Radio Technologies Ltd + 00151E + ETHERNET Powerlink Standarization Group (EPSG) - 30B64F - Juniper Networks + 00111E + ETHERNET Powerlink Standarization Group (EPSG) - 1C9D3E - Integrated Device Technology (Malaysia) Sdn. Bhd. + 00409D + DigiBoard - F02FA7 - Huawei Technologies Ltd + CC50E3 + Espressif Inc. - 18DED7 - Huawei Technologies Ltd + DCE305 + ZAO NPK Rotek - C83DD4 - CyberTAN Technology Inc. + A4DA32 + Texas Instruments - E0B94D - Shenzhen Bilian Electronic Ltd + 000EEE + Muco Industrie BV - D8452B - Integrated Device Technology (Malaysia) Sdn. Bhd. + 7C1C4E + LG Innotek - E4186B - ZyXEL Communications Corp + D8B6B7 + Comtrend Corporation - 008731 - Cisco Systems Inc. + 002106 + RIM Testing Services - 88DEA9 - Roku Inc. + 8C14B4 + ZTE Corporation - 78888A - CDR Sp. z o.o. Sp. k. + 3C9872 + Sercomm Corporation. - 0021D1 - Samsung Electronics Ltd + 40C3C6 + SnapRoute - 001FCC - Samsung Electronics Ltd + 5C9656 + Azurewave Technologies Inc. - A42983 - Boeing Defence Australia + E06066 + Sercomm Corporation. - EC8892 - Motorola Mobility LLC, a Lenovo Company + 149346 + PNI sensor Corporation - 7487A9 - OCT Technology Ltd + DCE0EB + Nanjing Aozheng Information Technology Ltd - 004A77 - ZTE Corporation + EC8C9A + Huawei Technologies Ltd - A41437 - Hangzhou Hikvision Digital Technology Ltd + B48655 + Huawei Technologies Ltd - 60A10A - Samsung Electronics Ltd + 2C4759 + Beijing MEGA preponderance Science & Technology Ltd - 8C71F8 - Samsung Electronics Ltd + A41566 + Weifang Goertek Electronics Ltd - CC051B - Samsung Electronics Ltd + 1C965A + Weifang Goertek Electronics Ltd - 8C7712 - Samsung Electronics Ltd + 401B5F + Weifang Goertek Electronics Ltd - 9463D1 - Samsung Electronics Ltd + A8E552 + JUWEL Aquarium AG & Co. KG - 0021D2 - Samsung Electronics Ltd + 5CCD7C + MEIZU Technology Ltd - 5C497D - Samsung Electronics Ltd + 00138A + Qingdao GoerTek Technology Ltd - 98234E - Micromedia AG + A830AD + Weifang Goertek Electronics Ltd - 503F98 - Cmitech + BC5FF6 + Mercury Communication Technologies Ltd - 782079 - ID Tech + C8E7D8 + Mercury Communication Technologies Ltd - 0C6076 - Hon Hai Precision Ind Ltd + 60D21C + Sunnovo International Limited - 0CEEE6 - Hon Hai Precision Ind Ltd + CC51B4 + Integrated Device Technology (Malaysia) Sdn. Bhd. - E4D53D - Hon Hai Precision Ind Ltd + 00C3F4 + Samsung Electronics Ltd - C0143D - Hon Hai Precision Ind Ltd + B88AEC + Nintendo Ltd - C01885 - Hon Hai Precision Ind Ltd + D0D783 + Huawei Technologies Ltd - 00749C - Ruijie Networks Ltd + AC3B77 + Sagemcom Broadband SAS - 5894CF - Vertex Standard LMR Inc. + B0FC0D + Amazon Technologies Inc. - 20F85E - Delta Electronics + CCC92C + Schindler - PORT Technology - 7825AD - Samsung Electronics Ltd + 001E39 + Comsys Communication Ltd - ECE09B - Samsung Electronics Ltd + 78725D + Cisco Systems Inc. - 0023E4 - IPnect Ltd + FCE66A + Industrial Software Co - 70D4F2 - RIM + 7836CC + Guangdong Oppo Mobile Telecommunications Corp Ltd - 78D6F0 - Samsung Electro Mechanics Ltd + 8CCF5C + BEFEGA GmbH - BC20A4 - Samsung Electronics Ltd + 70C833 + Wirepas Oy - 08D42B - Samsung Electronics Ltd + 0C73EB + IEEE Registration Authority - 789ED0 - Samsung Electronics Ltd + 048AE1 + Flextronics Manufacturing(Zhuhai) Ltd - B0C4E7 - Samsung Electronics Ltd + F0B5D1 + Texas Instruments - A00798 - Samsung Electronics Ltd + 00E000 + Fujitsu Limited - 001FCD - Samsung Electronics Ltd + 90848B + HDR10+ Technologies LLC - 38ECE4 - Samsung Electronics Ltd + C8D779 + Qing DAO Haier Telecom Ltd - 945103 - Samsung Electronics Ltd + 10B36F + Bowei Technology Company Limited - 002490 - Samsung Electronics Ltd + FC9BC6 + Sumavision Technologies Ltd - 0023D7 - Samsung Electronics Ltd + C8292A + Barun Electronics - 549B12 - Samsung Electronics Ltd + E482CC + Jumptronic GmbH - FCA13E - Samsung Electronics Ltd + 48605F + LG Electronics (Mobile Communications) - 24C696 - Samsung Electronics Ltd + B0416F + Shenzhen Maxtang Computer Ltd - 94D771 - Samsung Electronics Ltd + 501D93 + Huawei Technologies Ltd - E84E84 - Samsung Electronics Ltd + 2816A8 + Microsoft Corporation - 001632 - Samsung Electronics Ltd + F8F532 + ARRIS Group Inc. - E4E0C5 - Samsung Electronics Ltd - - - C81479 - Samsung Electronics Ltd - - - 1CAF05 - Samsung Electronics Ltd + B083D6 + ARRIS Group Inc. - 0016DB - Samsung Electronics Ltd + 80C7C5 + Fiberhome Telecommunication Technologies Ltd - 001EE2 - Samsung Electronics Ltd + E4434B + Dell Inc. - 20D5BF - Samsung Electronics Ltd + 0CF5A4 + Cisco Systems Inc. - 5CE8EB - Samsung Electronics Ltd + 9C2EA1 + Xiaomi Communications Ltd - C0BDD1 - Samsung Electro-Mechanics(Thailand) + 089734 + Hewlett Packard Enterprise - B479A7 - Samsung Electro-Mechanics(Thailand) + F09CD7 + Guangzhou Blue Cheetah Intelligent Technology Ltd - 7C11CB - Huawei Technologies Ltd + BCE143 + Apple - 1C25E1 - China Mobile IOT Company Limited + 647033 + Apple - C0F636 - Hangzhou Kuaiyue Technologies Ltd + 846878 + Apple - 001A22 - eQ-3 Entwicklung GmbH + C8D083 + Apple - B0DF3A - Samsung Electronics Ltd + 0C6ABC + Fiberhome Telecommunication Technologies Ltd - 805719 - Samsung Electronics Ltd + 0080BA + Specialix (Asia) PTE Ltd - 34BE00 - Samsung Electronics Ltd + 480BB2 + IEEE Registration Authority - 54E2E0 - ARRIS Group Inc. + CCC079 + Murata Manufacturing Ltd - 347A60 - ARRIS Group Inc. + E019D8 + BH Technologies - 001CC3 - ARRIS Group Inc. + 6030D4 + Apple - 240DC2 - TCT mobile Ltd + F895EA + Apple - 78521A - Samsung Electronics Ltd + 18F1D8 + Apple - 7085C6 - ARRIS Group Inc. + 3CCD5D + Huawei Technologies Ltd - 20BBC6 - Jabil Circuit Hungary Ltd + 7C7668 + Huawei Technologies Ltd - 04FEA1 - Fihonest Communication Ltd + 6C3838 + Marking System Technology Ltd - EC8CA2 - Ruckus Wireless + 30D9D9 + Apple - B80018 - Htel + 780F77 + HangZhou Gubei Electronics Technology Ltd - 7472B0 - Guangzhou Shiyuan Electronics Ltd + A438CC + Nintendo Ltd - 546C0E - Texas Instruments + 74721E + Edison Labs Inc. - EC8EAE - Nagravision SA + 8C4CDC + Planex Communications Inc. - A043DB - Sitael S.p.A. + 5065F3 + Hewlett-Packard Company - E0E7BB - Nureva Inc. + 3C9509 + Liteon Technology Corporation - 00808C - NetAlly + BCAB7C + TRnP KOREA Ltd - 049F81 - NetAlly + 64CB5D + SIA TeleSet - 001087 - Xstreamis PLC + 5821E9 + Twpi - 00B0B3 - Xstreamis PLC + C49F4C + Huawei Technologies Ltd - 049FCA + 0C704A Huawei Technologies Ltd - 50016B - Huawei Technologies Ltd + F0E3DC + Tecon MT LLC - AC482D - Ralinwi Nanjing Electronic Technology Ltd + A8DA01 + Shenzhen NUOLIJIA Digital Technology Ltd - 002363 - Zhuhai Raysharp Technology Ltd + 7C2586 + Juniper Networks - 00001B - Novell Inc. + F041C8 + IEEE Registration Authority - 009058 - Ultra Electronics Command & Control Systems + CC9916 + Integrated Device Technology (Malaysia) Sdn. Bhd. - 001CFD - Universal Electronics Inc. + EC7FC6 + Eccel Corporation SAS - 080087 - Xyplex Inc. + 4CABFC + ZTE Corporation - DC1A01 - Ecoliv Technology ( Shenzhen ) Ltd + 0010D8 + Calista - 00549F - Avaya Inc + 002194 + Ping Communication - 2824FF - Wistron Neweb Corporation + 5C5AEA + Ford - 38256B - Microsoft Mobile Oy + 000B7B + Test-Um Inc. - 001CEF - Primax Electronics Ltd + 30FD38 + Google Inc. - 000276 - Primax Electronics Ltd + 001386 + ABB Inc/Totalflow - 4CB21C - Maxphotonics Ltd + 003C10 + Cisco Systems Inc. - 205EF7 - Samsung Electronics Ltd + 54A65C + Technicolor CH USA Inc. - 141F78 - Samsung Electronics Ltd + BCDDC2 + Espressif Inc. - D84710 - Sichuan Changhong Electric Ltd + 98D863 + Shanghai High-Flying Electronics Technology Ltd - 001972 - Plexus (Xiamen) Ltd + 0CF346 + Xiaomi Communications Ltd - 002347 - ProCurve Networking by HP + 7CFF4D + AVM Audiovisuelles Marketing und Computersysteme GmbH - 0024A8 - ProCurve Networking by HP + C88F26 + Skyworth Digital Technology(Shenzhen) Ltd - C09134 - ProCurve Networking by HP + 703A73 + Shenzhen Sundray Technologies Company Limited - 001969 - Nortel Networks + 10F9EB + Industria Fueguina de Relojeria Electronica s.a. - 0018B0 - Nortel Networks + 80AD16 + Xiaomi Communications Ltd - 0016CA - Nortel Networks + 044EAF + LG Innotek - 000FCD - Nortel Networks + 1894C6 + Shenzhen Chenyee Technology Ltd - 001BBA - Nortel Networks + 40BD32 + Texas Instruments - 0004DC - Nortel Networks + CC8E71 + Cisco Systems Inc. - 000CF7 - Nortel Networks + 38F554 + Hisense Electric Ltd - 00140E - Nortel Networks + 88E90F + innomdlelab - 001E1F - Nortel Networks + 003074 + Equiinet Ltd - 203AEF - Sivantos GmbH + EC9B8B + Hewlett Packard Enterprise - 005979 - Networked Energy Services + B0B3AD + HUMAX Ltd - 207C8F - Quanta Microsystems,Inc. + 18A28A + Essel-T Ltd - 000B34 - ShangHai Broadband Technologies Ltd + 20365B + Megafone Limited - 74B57E - ZTE Corporation + E8DE00 + ChongQing GuanFang Technology Ltd - B8BB23 - Guangdong Nufront CSC Ltd + 70C94E + Liteon Technology Corporation - 34EA34 - HangZhou Gubei Electronics Technology Ltd + 70D081 + Beijing Netpower Technologies Inc. - 3092F6 - Shanghai Sunmon Communication Technogy Ltd + FC643A + Samsung Electronics Ltd - A8AD3D - Alcatel-Lucent Shanghai Bell Ltd + A8515B + Samsung Electronics Ltd - 24AF4A - Alcatel-Lucent IPD + 54B7E5 + Rayson Technology Ltd - 7C2064 - Alcatel-Lucent IPD + 946372 + Vivo Mobile Communication Ltd - 44DC91 - Planex Communications Inc. + BC0FA7 + Ouster - E09DB8 - Planex Communications Inc. + F8C120 + Xi'an Link-Science Technology Ltd - 000F59 - Phonak AG + F0C9D1 + GD Midea Air-Conditioning Equipment Ltd - 001478 - TP-Link Technologies Ltd + 347E5C + Sonos Inc. - 48F8E1 - Nokia + B4FBF9 + Huawei Technologies Ltd - 8C90D3 - Nokia + 506F77 + Huawei Technologies Ltd - 0028F8 - Intel Corporation + 0C41E9 + Huawei Technologies Ltd - 58BC8F - Cognitive Systems Corp. + 3CE824 + Huawei Technologies Ltd - D455BE - Shenzhen Fast Technologies Ltd + 345A06 + Sharp Corporation - 640DCE - Shenzhen Mercury Communication Technologies Ltd + 001936 + Sterlite Optical Technologies Limited - 54D272 - Nuki Home Solutions GmbH + B89F09 + Wistron Neweb Corporation - EC26FB - Tecc Ltd + 0402CA + Shenzhen Vtsonic Ltd - 0020F4 - Spectrix Corporation + 3CFB5C + Fiberhome Telecommunication Technologies Ltd - 04EE91 - x-fabric GmbH + 7440BB + Hon Hai Precision Ind Ltd - B47443 - Samsung Electronics Ltd + 1C1161 + Ciena Corporation - FCF647 - Fiberhome Telecommunication Technologies Ltd + B4DE31 + Cisco Systems Inc. - 18686A + A44027 ZTE Corporation - C44BD1 - Wallys Communications Teachnologies Ltd + B4F7A1 + LG Electronics (Mobile Communications) - 6CB9C5 - Delta Networks Inc. + 28EDE0 + AMPAK Technology Inc. - 30766F - LG Electronics (Mobile Communications) + 88BD45 + Samsung Electronics Ltd - A8922C - LG Electronics (Mobile Communications) + 54FCF0 + Samsung Electronics Ltd - F80CF3 - LG Electronics (Mobile Communications) + 306A85 + Samsung Electronics Ltd - C49A02 - LG Electronics (Mobile Communications) + 4CDD31 + Samsung Electronics Ltd - 001F6B - LG Electronics (Mobile Communications) + 88B6EE + Dish Technologies Corp - 0026E2 - LG Electronics (Mobile Communications) + 70F220 + Actiontec Electronics Inc. - DC4427 - IEEE Registration Authority + D0817A + Apple - BC3400 - IEEE Registration Authority + 98CA33 + Apple - E8886C - Shenzhen SC Technologies Ltd + 68AB1E + Apple - 0024FF - QLogic Corporation + 70EF00 + Apple - 001E21 - Qisda Corporation + C87765 + Tiesse SpA - 00039D - Qisda Corporation + 2C37C5 + Qingdao Haier Intelligent Home Appliance Technology Ltd - 00080D - Toshiba + CC40D0 + Netgear - 000E7B - Toshiba + 7C7630 + Shenzhen YOUHUA Technology Ltd - 0003B2 - Radware + 9822EF + Liteon Technology Corporation - 9C6121 - Sichuan Tianyi Comheart Telecomco Ltd + 788038 + Funai Electric Ltd - 00A0C6 - Qualcomm Inc. + BCFFEB + Motorola Mobility LLC, a Lenovo Company - 649C81 - Qualcomm Inc. + 000130 + Extreme Networks Inc. - 001A6A - Tranzas Inc. + FC0A81 + Extreme Networks Inc. - A47174 - Huawei Technologies Ltd + F045DA + Texas Instruments - F4CB52 - Huawei Technologies Ltd + B80716 + Vivo Mobile Communication Ltd - B808D7 - Huawei Technologies Ltd + A8EEC6 + Muuselabs NV/SA - 94611E - Wata Electronics Ltd + E4F042 + Google Inc. - 00C0E4 - Siemens Building + 4048FD + IEEE Registration Authority - 000D10 - Embedtronics Oy + 20B399 + Enterasys - 001FA8 - Smart Energy Instruments Inc. + CC2D21 + Tenda Technology LtdDongguan branch - 000FDB - Westell Technologies Inc. + 004097 + Datex Division Of - 3C0771 - Sony Corporation + 9C4FCF + TCT mobile Ltd - 80414E - BBK Educational Electronics Corp Ltd + D896E0 + Alibaba Cloud Computing Ltd - 249442 - Open Road Solutions Inc. + 001862 + Seagate Technology - C46413 - Cisco Systems Inc. + 1CEEC9 + Elo touch solutions - 0010CA - Telco Systems Inc. + 000C50 + Seagate Technology - 00E09E - Quantum Corporation + 342AF1 + Texas Instruments - 000A08 - Alpine Electronics Inc. - - - 206A8A - Wistron Infocomm (Zhongshan) Corporation - - - 784476 - Zioncom Electronics (Shenzhen) Ltd + C8DEC9 + Coriant - 001165 - ZNYX Networks Inc. + 44D5A5 + AddOn Computer - 000A68 - Solarflare Communications Inc. + 38F73D + Amazon Technologies Inc. - 002186 - Universal Global Scientific Industrial Ltd + C0A00D + ARRIS Group Inc. - 183919 - Unicoi Systems + 0C6111 + Anda Technologies SAC - E8E0B7 - Toshiba + 0022C4 + epro GmbH - 680715 - Intel Corporation + 1C330E + PernixData - 3CB6B7 - Vivo Mobile Communication Ltd + B8F74A + Rcntec - C42795 - Technicolor CH USA Inc. + 645106 + Hewlett-Packard Company - A020A6 - Espressif Inc. + 0C1539 + Apple - 58528A - Mitsubishi Electric Corporation + 6C5697 + Amazon Technologies Inc. - C4F1D1 - Beijing Sogou Technology Development Ltd + 0005FF + SNS Solutions Inc. - ACE77B - Sichuan Tianyi Comheart Telecomco Ltd + F87B20 + Cisco Systems Inc. - 2C36A0 - Capisco Limited + E0AADB + Nanjing PANENG Technology Development Ltd - B0B2DC - ZyXEL Communications Corp + ECF451 + Arcadyan Corporation - CC5D4E - ZyXEL Communications Corp + 581243 + AcSiP Technology Corp. - 404A03 - ZyXEL Communications Corp + A89FEC + ARRIS Group Inc. - C86C87 - ZyXEL Communications Corp + 00BE9E + Fiberhome Telecommunication Technologies Ltd - 001EC0 - Microchip Technology Inc. + 54C57A + Sunnovo International Limited - 645D92 - Sichuan Tianyi Comheart Telecomco Ltd + 58C17A + Cambium Networks Limited - 38BC1A - MEIZU Technology Ltd + 38019F + Shenzhen Fast Technologies Ltd - 802994 - Technicolor CH USA Inc. + 245CCB + AXIe Consortium Inc. - E0885D - Technicolor CH USA Inc. + 609BC8 + Hipad Intelligent Technology Ltd - 340AFF - Qingdao Hisense Communications Ltd + 406A8E + Hangzhou Puwell OE Tech Ltd - 587E61 - Qingdao Hisense Communications Ltd + 1C0FAF + Lucid Vision Labs - C0A1A2 - MarqMetrix + 88B4A6 + Motorola Mobility LLC, a Lenovo Company - 08D0B7 - Qingdao Hisense Communications Ltd + 28CF08 + Essys - ECD68A - Shenzhen JMicron Intelligent Technology Developmen + 002128 + Oracle Corporation - 5052D2 - Hangzhou Telin Technologies Ltd + 001C73 + Arista Networks - 90EED9 - Universal de Desarrollos Electronicos, SA + 2C8A72 + HTC Corporation - 606453 - AOD Ltd + 38AD8E + New H3C Technologies Ltd - 009E1E - Cisco Systems Inc. + 34D0B8 + IEEE Registration Authority - 00253E - Sensus Metering Systems + D06726 + Hewlett Packard Enterprise - C8AFE3 - Hefei Radio Communication Technology Ltd + ECFAF4 + SenRa Tech Pvt Ltd - CCA260 - Sichuan Tianyi Comheart Telecomco Ltd + D88F76 + Apple - 7C574E - CoBI GmbH + 409C28 + Apple - 28F10E - Dell Inc. + 583879 + Ricoh Company Ltd - 045604 - Gionee Communication Equipment Ltd + F44C70 + Skyworth Digital Technology(Shenzhen) Ltd - 34C0F9 - Rockwell Automation + C8E7F0 + Juniper Networks - 00FEC8 - Cisco Systems Inc. + B0935B + ARRIS Group Inc. - 2C5A8D - SysTRONIK Elektronik u. Systemtechnik GmbH + F449EF + Emstone - 10BEF5 - D-Link International + 54DF24 + Fiberhome Telecommunication Technologies Ltd - E47B3F - Beijing Co-Cloud Technology Ltd + AC1DDF + IEEE Registration Authority - 0C8A87 - AgLogica Holdings Inc. + E8D819 + Azurewave Technologies Inc. - 54EDA3 - Navdy Inc. + 782D7E + TRENDnet Inc. - 40F420 - Sichuan Tianyi Comheart Telecomco Ltd + 741AE0 + IEEE Registration Authority - 34A2A2 - Huawei Technologies Ltd + 24B209 + Avaya Inc - 749D8F - Huawei Technologies Ltd + FC65DE + Amazon Technologies Inc. - 945907 - Shanghai HITE-BELDEN Network Technology Ltd + B06EBF + ASUSTek Computer Inc. - 001848 - Vecima Networks Inc. + 603D26 + Technicolor CH USA Inc. - 0016FB - Shenzhen MTC Ltd + BC903A + Robert Bosch GmbH - A0415E - Opsens Solution Inc. + D0B128 + Samsung Electronics Ltd - A860B6 - Apple + BC5451 + Samsung Electronics Ltd - C4B301 - Apple + 74860B + Cisco Systems Inc. - E05F45 - Apple + 182D98 + Jinwoo Industrial System - 74CC39 - Fiberhome Telecommunication Technologies Ltd + D8A534 + Spectronix Corporation - 3822D6 - Hangzhou H3C Technologies Ltd + EC51BC + Guangdong Oppo Mobile Telecommunications Corp Ltd - 94E8C5 - ARRIS Group Inc. + F079E8 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 6C3B6B - Routerboard.com + 601803 + Daikin Air-Conditioning (Shanghai) Ltd - 0022E7 - WPS Parking Systems + 00A096 + Mitsumi Electric Ltd - 4851B7 - Intel Corporation + 78617C + Mitsumi Electric Ltd - B8E779 - 9Solutions Oy + 940E6B + Huawei Technologies Ltd - C864C7 - ZTE Corporation + 64FB50 + RoomReady/Zdi Inc. - 483B38 - Apple + 74EAC8 + New H3C Technologies Ltd - 1C9148 - Apple + B4D64E + Caldero Limited - 905F2E - TCT mobile Ltd + F89DBB + Tintri - F823B2 - Huawei Technologies Ltd + D8A01D + Espressif Inc. - 341290 - Treeview Ltd + C4F312 + Texas Instruments - 7CFE4E - Shenzhen Safe vision Technology Ltd + 904E91 + IEEE Registration Authority - 644FB0 - Hyunjin.com + 5CE8B7 + Oraimo Technology Limited - 00E0E6 - IncAA Computers + 3C11B2 + Fraunhofer FIT - 28F366 - Shenzhen Bilian electronic Ltd + 104B46 + Mitsubishi Electric Corporation - E0A3AC - Huawei Technologies Ltd + DC0C2D + Weifang Goertek Electronics Ltd - BC7574 - Huawei Technologies Ltd + D067E5 + Dell Inc. - 20A680 - Huawei Technologies Ltd + 8CFEB4 + Vsoontech Electronics Ltd - 8828B3 - Huawei Technologies Ltd + CC66B2 + Nokia - A4E597 - Gessler GmbH + 9C65EE + DASAN Network Solutions - 006CBC - Cisco Systems Inc. + 78CA04 + Nokia Corporation - 5C70A3 - LG Electronics (Mobile Communications) + 34298F + IEEE Registration Authority - 001D08 - Jiangsu Yinhe Electronics Ltd + 5CEA1D + Hon Hai Precision Ind Ltd - 001D82 - GN Netcom A/S + 181456 + Nokia Corporation - 001317 - GN Netcom A/S + 0017C8 + KYOCERA Display Corporation - 00A0A4 - Oracle Corporation + 38E2DD + ZTE Corporation - 749781 + 885DFB ZTE Corporation - 0001F4 - Enterasys + 58B42D + YSTen Technology Ltd - 00109B - Emulex Corporation + E048D3 + Mobiwire Mobiles (Ningbo) Ltd - 00142A - Elitegroup Computer Systems Ltd + 58E28F + Apple - 00115B - Elitegroup Computer Systems Ltd + 787B8A + Apple - C03FD5 - Elitegroup Computer Systems Ltd + 4C16FC + Juniper Networks - ECA86B - Elitegroup Computer Systems Ltd + 48BCA6 + ASUNG TECHNO Ltd - C89CDC - Elitegroup Computer Systems Ltd + B009DA + Ring Solutions - 002511 - Elitegroup Computer Systems Ltd + 00054F + Garmin International - 4487FC - Elitegroup Computer Systems Ltd + 005C86 + Shenzhen Fast Technologies Ltd - A86BAD - Hon Hai Precision Ind Ltd + 30053F + JTI Ltd - D80F99 - Hon Hai Precision Ind Ltd + B8DB1C + Integrated Device Technology (Malaysia) Sdn. Bhd. - B4B15A - Siemens AG Energy Management Division + 3C10E6 + PHAZR Inc. - 002465 - Elentec + 904506 + Tokyo Boeki Medisys Inc. - 00089F - EFM Networks + 0021A1 + Cisco Systems Inc. - 0050FC - Edimax Technology Ltd + FCB698 + Cambridge Industries(Group) Ltd - 9CDF03 - Harman/Becker Automotive Systems GmbH + 0001CD + ARtem - 001188 - Enterasys + 5C546D + Huawei Technologies Ltd - 0016FA - ECI Telecom Ltd + 84A1D1 + Sagemcom Broadband SAS - F8A188 - LED Roadway Lighting + 909D7D + ARRIS Group Inc. - A082AC - Linear DMS Solutions Sdn. Bhd. + 788C4D + Indyme Solutions LLC - A86AC1 - HanbitEDS Ltd + 78BC1A + Cisco Systems Inc. - D463FE - Arcadyan Corporation + 000E59 + Sagemcom Broadband SAS - 689361 - Integrated Device Technology (Malaysia) Sdn. Bhd. + 101D51 + 8Mesh Networks Limited - BC15AC - Vodafone Italia S.p.A. + DCEB53 + Wuhan QianXiao Elecronic Technology Ltd - 00BD82 - Shenzhen YOUHUA Technology Ltd + EC8AC7 + Fiberhome Telecommunication Technologies Ltd - 94513D - iSmart Alarm Inc. + 88365F + LG Electronics (Mobile Communications) - 001174 - Mojo Networks Inc. + 288CB8 + ZTE Corporation - 001954 - Leaf Corporation. + FC7F56 + CoSyst Control Systems GmbH - 9466E7 - WOM Engineering + 2C4053 + Samsung Electronics Ltd - 4CB8B5 - Shenzhen YOUHUA Technology Ltd + 0C8FFF + Huawei Technologies Ltd - 7085C2 - ASRock Incorporation + 54B121 + Huawei Technologies Ltd - EC93ED - DDoS-Guard Ltd + 788102 + Sercomm Corporation. - 30FC68 - TP-Link Technologies Ltd + 84AA9C + MitraStar Technology Corp. - 008A96 - Cisco Systems Inc. + F0EFD2 + TF Payment Service Ltd - BC60A7 - Sony Interactive Entertainment Inc. + 24B2DE + Espressif Inc. - 808C97 - Kaonmedia Ltd + F4939F + Hon Hai Precision Ind Ltd - DCEE06 - Huawei Technologies Ltd + 000726 + Shenzhen Gongjin Electronics Ltd - 0452C7 - Bose Corporation + FC8B97 + Shenzhen Gongjin Electronics Ltd - F02745 - F-Secure Corporation + 2CAB25 + Shenzhen Gongjin Electronics Ltd - 54D0B4 - Xiamen Four-Faith Communication Technology Ltd + 1CA532 + Shenzhen Gongjin Electronics Ltd - 00137C - Kaicom Ltd + 000C03 + HDMI Licensing LLC - E85659 - Advanced-Connectek Inc. + 7CBACC + IEEE Registration Authority - 34BF90 - Fiberhome Telecommunication Technologies Ltd + 94F128 + Hewlett Packard Enterprise - CCB3F8 - Fujitsu Isotec Limited + 101B54 + Huawei Technologies Ltd - E4A471 - Intel Corporation + A80C63 + Huawei Technologies Ltd - 10F005 - Intel Corporation + 5CC307 + Huawei Technologies Ltd - 64CC2E - Xiaomi Communications Ltd + E0107F + Ruckus Wireless - 8801F2 - Vitec System Engineering Inc. + C4017C + Ruckus Wireless - 14D11F - Huawei Technologies Ltd + 04FA3F + Opticore Inc. - DC094C - Huawei Technologies Ltd + 540237 + Teltronic AG - 1C6758 - Huawei Technologies Ltd + 4CB008 + Shenzhen Gwelltimes Technology Ltd - 24BCF8 - Huawei Technologies Ltd + E86FF2 + Actiontec Electronics Inc. - A0043E - Parker Hannifin Manufacturing Germany GmbH & Co. KG + 005018 + AMIT Inc. - C84529 - IMK Networks Ltd + 70DEF9 + FAI WAH International (Hong Kong) Limited - 7C477C - IEEE Registration Authority + B0EABC + Askey Computer Corp - F877B8 - Samsung Electronics Ltd + 94C691 + EliteGroup Computer Systems Ltd - F0D2F1 - Amazon Technologies Inc. + 3CF591 + Guangdong Oppo Mobile Telecommunications Corp Ltd - A8E3EE - Sony Interactive Entertainment Inc. + 602101 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 00248D - Sony Interactive Entertainment Inc. + 7CEB7F + Dmet Products Corp. - 00041F - Sony Interactive Entertainment Inc. + 8C8580 + Smart Innovation LLC - 20A90E - TCT mobile Ltd + 404229 + Layer3TV Inc. - EC438B - Yaptv + FC2F6B + Everspin Technologies Inc. - 980CA5 - Motorola (Wuhan) Mobility Technologies Communication Ltd + 287B09 + ZTE Corporation - 441102 - EDMI Europe Ltd + 0025C4 + Ruckus Wireless - A85EE4 - 12Sided Technology LLC + C0C520 + Ruckus Wireless - 182195 - Samsung Electronics Ltd + 78B28D + Beijing Tengling Technology Ltd - 44783E - Samsung Electronics Ltd + A88038 + Shenzhen MovingComm Technology Ltd - 0CA2F4 - Chameleon Technology (UK) Limited + F81D90 + Solidwintech - BC44B0 - Elastifile + A06A44 + Vizio Inc. - 74BFB7 - Nusoft Corporation + DCBE7A + Zhejiang Nurotron Biotechnology Co. - 50DA00 - Hangzhou H3C Technologies Ltd + 3438B7 + HUMAX Ltd - F4ED5F - Shenzhen KTC Technology Group + CC0677 + Fiberhome Telecommunication Technologies Ltd - 00E0E4 - FANUC ROBOTICS NORTH AMERICA Inc. + 784501 + Biamp Systems - 000896 - Printronix Inc. + 309C23 + Micro-Star INTL Ltd - 245EBE - QNAP Systems Inc. + 54D751 + Proximus - 0404EA - Valens Semiconductor Ltd + 14780B + Varex Imaging Deutschland AG - 800DD7 - Latticework Inc. + ACAFB9 + Samsung Electronics Ltd - D0B53D - Sepro Robotique + 88B111 + Intel Corporation - 00D0EC - NAKAYO Inc + 8C395C + Bit4id Srl - 4CCC6A - Micro-Star INTL Ltd + D4258B + Intel Corporation - 30636B - Apple + 041B6D + LG Electronics (Mobile Communications) - 70884D - Japan Radio Ltd + F44156 + Arrikto Inc. - A4F1E8 - Apple + 688DB6 + Aetek Inc. - 546751 - Compal Broadband Networks Inc. + ECF342 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 240B0A - Palo Alto Networks + 50FF20 + Keenetic Limited - D099D5 - Alcatel-Lucent + E45740 + ARRIS Group Inc. - 14C3C2 - K.A. Schmersal GmbH & Co. KG + F894C2 + Intel Corporation - 10785B - Actiontec Electronics Inc. + 70D379 + Cisco Systems Inc. - DC0077 - TP-Link Technologies Ltd + 00F82C + Cisco Systems Inc. - F4F5A5 - Nokia Corporation + 00C1B1 + Cisco Systems Inc. - EC9B5B - Nokia Corporation + F4FCB1 + JJ Corp - 2CCC15 - Nokia Corporation + D8C8E9 + Phicomm (Shanghai) Ltd - 14BB6E - Samsung Electronics Ltd + 7CB960 + Shanghai X-Cheng telecom Ltd - 1886AC - Nokia Danmark A/S + B03D96 + Vision Valley FZ LLC - 001F5C - Nokia Danmark A/S + 986C5C + Jiangxi Gosun Guard Security Ltd - 001F00 - Nokia Danmark A/S + 24792A + Ruckus Wireless - 002547 - Nokia Danmark A/S + 30D386 + ZTE Corporation - 0018C5 - Nokia Danmark A/S + 70DB98 + Cisco Systems Inc. - 00164E - Nokia Danmark A/S + B42A0E + Technicolor CH USA Inc. - 002668 - Nokia Danmark A/S + 9CC8AE + Becton, Dickinson and Company - 00247D - Nokia Danmark A/S + B0359F + Intel Corporation - 002265 - Nokia Danmark A/S + C0D962 + Askey Computer Corp - F88096 - Elsys Equipamentos Eletronicos Ltda + F80BCB + Cisco Systems Inc. - A811FC - ARRIS Group Inc. + 50D37F + Yu Fly Mikly Way Science and Technology Ltd - 001DAA - DrayTek Corp. + 181212 + Cepton Technologies - E498D1 - Microsoft Mobile Oy + 70D923 + Vivo Mobile Communication Ltd - 6C2779 - Microsoft Mobile Oy + B83A08 + Tenda Technology LtdDongguan branch - 00CF1C - Communication Machinery Corporation + 28B448 + Huawei Technologies Ltd - 28CC01 - Samsung Electronics Ltd + 100501 + Pegatron Corporation - D8FB5E - Askey Computer Corp + 2CFAA2 + Alcatel-Lucent Enterprise - 002326 - Fujitsu Limited + A49BF5 + Hybridserver Tec GmbH - 0CBF15 - Genetec Inc. + 503DA1 + Samsung Electronics Ltd - 000D4B - Roku Inc. + F097E5 + Tamio Inc. - 0040FB - Cascade Communications + 4C1A3D + Guangdong Oppo Mobile Telecommunications Corp Ltd - D0542D - Cambridge Industries(Group) Ltd + 08028E + Netgear - 744AA4 - ZTE Corporation + E8E732 + Alcatel-Lucent Enterprise - 001BA9 - Brother Industries Ltd + B47C9C + Amazon Technologies Inc. - 30A220 - ARG Telecom + F4A739 + Juniper Networks - 6CF373 - Samsung Electronics Ltd + F470AB + Vivo Mobile Communication Ltd - 9C3AAF - Samsung Electronics Ltd + 2C5A0F + Cisco Systems Inc. - 781FDB - Samsung Electronics Ltd + 2C3124 + Cisco Systems Inc. - 4CA56D - Samsung Electronics Ltd + 503237 + Apple - B86CE8 - Samsung Electronics Ltd + B0481A + Apple - 0CB319 - Samsung Electronics Ltd + B49CDF + Apple - 183F47 - Samsung Electronics Ltd + 48BF6B + Apple - B46293 - Samsung Electronics Ltd + 2C1DB8 + ARRIS Group Inc. - 50A4C8 - Samsung Electronics Ltd + 58821D + H. Schomacker GmbH - 00001D - Cabletron Systems Inc. + D8A105 + Syslane Ltd - 1867B0 + BCA042 + Shanghai Flyco Electrical Appliance Ltd + + + 3C0518 Samsung Electronics Ltd - 6C8336 + 900628 Samsung Electronics Ltd - DCD87C - Beijing Jingdong Century Trading Ltd + B4A9FE + GHIA Technology (Shenzhen) Ltd - C4DA7D - Ivium Technologies B.V. + 08B258 + Juniper Networks - 000B6A - Asiarock Technology Limited + 9C84BF + Apple - 009096 - Askey Computer Corp + 1CA0D3 + IEEE Registration Authority - 001B9E - Askey Computer Corp + 9CFCD1 + Aetheris Technology (Shanghai) Ltd - E0CA94 - Askey Computer Corp + CCCE1E + AVM Audiovisuelles Marketing und Computersysteme GmbH - 0026B6 - Askey Computer Corp + 0CF4D5 + Ruckus Wireless - 002557 - BlackBerry RTS + 7C2664 + Sagemcom Broadband SAS - 001CCC - BlackBerry RTS + AC6B0F + Cadence Design Systems Inc - 00300A - Aztech Electronics Pte Ltd + C8B5AD + Hewlett Packard Enterprise - 001F3F - AVM GmbH + 7C3866 + Texas Instruments - 246511 - AVM GmbH + 0C61CF + Texas Instruments - C0FFD4 - Netgear + 9C1D58 + Texas Instruments - 6CB0CE - Netgear + 3805AC + Piller Group GmbH - 008EF2 - Netgear + 346E9D + Ericsson AB - 9CD36D - Netgear + 6854C1 + ColorTokens Inc. - C40415 - Netgear + 00111B + Targa Systems Div L-3 Communications - E8FCAF - Netgear + 6C750D + WiFiSONG - 841B5E - Netgear + BC3F8F + Huawei Technologies Ltd - 2CB05D - Netgear + 143004 + Huawei Technologies Ltd - A021B7 - Netgear + F4DC41 + Youngzone Culture (Shanghai) Corp - 0024B2 - Netgear + C4836F + Ciena Corporation - 001B2F - Netgear + 7CC6C4 + Kolff Computer Supplies b.v. - 00264D - Arcadyan Technology Corporation + 000F4F + PCS Systemtechnik GmbH - 849CA6 - Arcadyan Technology Corporation + A80CCA + Shenzhen Sundray Technologies Company Limited - E03E44 - Broadcom + 38AA3C + Samsung Electro Mechanics Ltd - 001F33 - Netgear + 000302 + Charles Industries Ltd - 002040 - ARRIS Group Inc. + 50A4D0 + IEEE Registration Authority - 386BBB - ARRIS Group Inc. + 800010 + AT&T - E86D52 - ARRIS Group Inc. + 0024F1 + Shenzhen Fanhai Sanjiang Electronics Ltd - 3C754A - ARRIS Group Inc. + 142FFD + LT Security Inc - E48399 - ARRIS Group Inc. + 0C3CCD + Universal Global Scientific Industrial Ltd - 002143 - ARRIS Group Inc. + 14ABC5 + Intel Corporation - 74F612 - ARRIS Group Inc. + 50D213 + CviLux Corporation - 002495 - ARRIS Group Inc. + 001E29 + Hypertherm Inc - 0024A0 - ARRIS Group Inc. + 5004B8 + Huawei Technologies Ltd - 00080E - ARRIS Group Inc. + 00D0B2 + Xiotech Corporation - 00909C - ARRIS Group Inc. + 5CFF35 + Wistron Corporation - 001225 - ARRIS Group Inc. + CC9F7A + Chiun Mai Communication Systems Inc. - 145BD1 - ARRIS Group Inc. + 78F29E + Pegatron Corporation - 6CC1D2 - ARRIS Group Inc. + 64777D + Hitron Technologies Inc. - 1C1448 - ARRIS Group Inc. + 9C50EE + Cambridge Industries(Group) Ltd - 001784 - ARRIS Group Inc. + 40ED98 + IEEE Registration Authority - 001C11 - ARRIS Group Inc. + C891F9 + Sagemcom Broadband SAS - 001E46 - ARRIS Group Inc. + ACDCE5 + Procter & Gamble Company - 0018A4 - ARRIS Group Inc. + 00B362 + Apple - 0018C0 - ARRIS Group Inc. + E4E4AB + Apple - 002374 - ARRIS Group Inc. + 60D262 + Tzukuri Pty Ltd - ACE010 - Liteon Technology Corporation + 8404D2 + Kirale Technologies SL - 747548 - Amazon Technologies Inc. + 60334B + Apple - 0000B1 - Alpha Micro + 38AFD7 + Fujitsu Limited - 001802 - Alpha Networks Inc. + 28993A + Arista Networks - 001E45 - Sony Mobile Communications Inc + 64EB8C + Seiko Epson Corporation - 001CA4 - Sony Mobile Communications Inc + F48C50 + Intel Corporation - 001A75 - Sony Mobile Communications Inc + DCD255 + Kinpo Electronics Inc. - 78843C - Sony Corporation + A02C36 + FN-Link Technology Limited - 0013A9 - Sony Corporation + 000320 + Xpeed Inc. - 000AD9 - Sony Mobile Communications Inc + 508A0F + Shenzhen Fise Technology Holding Ltd - 000E07 - Sony Mobile Communications Inc + 7CCBE2 + IEEE Registration Authority - 94CE2C - Sony Mobile Communications Inc + A8A5E2 + MSF-Vathauer Antriebstechnik GmbH & Co KG - FC0FE6 - Sony Interactive Entertainment Inc. + BCA8A6 + Intel Corporation - 74DE2B - Liteon Technology Corporation + 74FF4C + Skyworth Digital Technology(Shenzhen) Ltd - 00225F - Liteon Technology Corporation + 68AF13 + Futura Mobility - 5C93A2 - Liteon Technology Corporation + 681AB2 + ZTE Corporation - 24FD52 - Liteon Technology Corporation + 7CEBAE + Ridgeline Instruments - 2CD05A - Liteon Technology Corporation + E0508B + Zhejiang Dahua Technology Ltd - 74E543 - Liteon Technology Corporation + 9C1E95 + Actiontec Electronics Inc. - 0015CF - ARRIS Group Inc. + 60427F + Shenzhen Chuangwei-RGB Electronics Ltd - 6CFAA7 - AMPAK Technology Inc. + E89EB4 + Hon Hai Precision Ind Ltd - 0023F1 - Sony Mobile Communications Inc + D46A6A + Hon Hai Precision Ind Ltd - 54E4BD - FN-Link Technology Limited + 98FD74 + ACT Ltd - 5414FD - Orbbec 3D Technology International + 64DB43 + Motorola (Wuhan) Mobility Technologies Communication Ltd - 900BC1 - Sprocomm Technologies Ltd + 000E58 + Sonos Inc. - 001CA8 - AirTies Wireless Networks + 002590 + Super Micro Computer Inc. - 485D60 - Azurewave Technologies Inc. + AC1F6B + Super Micro Computer Inc. - DC85DE - Azurewave Technologies Inc. + 000B2E + Cal-Comp Electronics & Communications Company Ltd - B0EE45 - Azurewave Technologies Inc. + 4865EE + IEEE Registration Authority - 00238E - ADB Broadband Italia + D0F73B + Helmut Mauell GmbH Werk Weida - 001D8B - ADB Broadband Italia + 180675 + Dilax Intelcom GmbH - 0013C8 - ADB Broadband Italia + 000FC2 + Uniwell Corporation - DC0B1A - ADB Broadband Italia + 6CEC5A + Hon Hai Precision Ind Ltd - 0C6AE6 - Stanley Security Solutions + 44C346 + Huawei Technologies Ltd - 842615 - ADB Broadband Italia + 307496 + Huawei Technologies Ltd - F0842F - ADB Broadband Italia + 708A09 + Huawei Technologies Ltd - 54271E - Azurewave Technologies Inc. + CCC5EF + Co-Comm Servicios Telecomunicaciones S.L. - 28C2DD - Azurewave Technologies Inc. + 9002A9 + Zhejiang Dahua Technology Ltd - 80A589 - Azurewave Technologies Inc. + C0288D + Logitech Inc. - C40938 - Fujian Star-NET Communication Ltd + 0C4933 + Sichuan Jiuzhou Electronic Technology Ltd - 001C50 - TCL Technoly Electronics (Huizhou) Ltd + 000064 + Yokogawa Digital Computer Corporation - 00AA02 - Intel Corporation + 506B8D + Nutanix - ACE5F0 - Doppler Labs + 0038DF + Cisco Systems Inc. - F48E38 - Dell Inc. + F4CAE5 + Freebox SAS - 74C63B - Azurewave Technologies Inc. + 90004E + Hon Hai Precision Ind Ltd - 7C7A91 - Intel Corporation + 7C2634 + ARRIS Group Inc. - AC7BA1 - Intel Corporation + 40F413 + Rubezh - 6C2995 - Intel Corporation + C8D3FF + Hewlett-Packard Company - 984FEE - Intel Corporation + C4BE84 + Texas Instruments - E82AEA - Intel Corporation + F4F524 + Motorola Mobility LLC, a Lenovo Company - 605718 - Intel Corporation + 00BBC1 + Canon Inc. - C4D987 - Intel Corporation + 24C1BD + Crrc Dalian R&D Ltd - FCF8AE - Intel Corporation + 00A2EE + Cisco Systems Inc. - 6036DD - Intel Corporation + 0059DC + Cisco Systems Inc. - 100BA9 - Intel Corporation + 00FD45 + Hewlett Packard Enterprise - 8C705A - Intel Corporation + 5098F3 + Rheem Australia Pty Ltd - 606720 - Intel Corporation + B4D135 + Cloudistics - 7C5CF8 - Intel Corporation + 0013A5 + General Solutions Ltd - B4E1C4 - Microsoft Mobile Oy + 9C3DCF + Netgear - E0757D - Motorola Mobility LLC, a Lenovo Company + 248894 + Shenzhen lensun Communication Technology Ltd - 34BB26 - Motorola Mobility LLC, a Lenovo Company + B04BBF + PT HAN Sung Electoronics Indonesia - 806C1B - Motorola Mobility LLC, a Lenovo Company + CC2D83 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 0016EB - Intel Corporation + D46E0E + TP-Link Technologies Ltd - 0018DE - Intel Corporation + 88366C + EFM Networks - 5CE0C5 - Intel Corporation + 48DA96 + Eddy Smart Home Solutions Inc. - 58A839 - Intel Corporation + F074E4 + Thundercomm Technology Ltd - 001E67 - Intel Corporation + A0722C + HUMAX Ltd - 0022FA - Intel Corporation + FCD848 + Apple - 001500 - Intel Corporation + EC107B + Samsung Electronics Ltd - A088B4 - Intel Corporation + 1C232C + Samsung Electronics Ltd - 648099 - Intel Corporation + E00DB9 + Cree Inc. - D07E35 - Intel Corporation + DC0D30 + Shenzhen Feasycom Technology Ltd - 001E65 - Intel Corporation + F0ACD7 + IEEE Registration Authority - 348446 - Ericsson AB + 9495A0 + Google Inc. - 044E06 - Ericsson AB + 00A6CA + Cisco Systems Inc. - 00270E - Intel Corporation + 38D547 + ASUSTek Computer Inc. - 0026B9 - Dell Inc. + FC83C6 + N-Radio Technologies Ltd - 64006A - Dell Inc. + 30B64F + Juniper Networks - 00D09E - 2Wire Inc. + 1C9D3E + Integrated Device Technology (Malaysia) Sdn. Bhd. - 0019E4 - 2Wire Inc. + F02FA7 + Huawei Technologies Ltd - 001AC4 - 2Wire Inc. + 18DED7 + Huawei Technologies Ltd - 001B5B - 2Wire Inc. + C83DD4 + CyberTAN Technology Inc. - 3CEA4F - 2Wire Inc. + E0B94D + Shenzhen Bilian Electronic Ltd - DC7FA4 - 2Wire Inc. + D8452B + Integrated Device Technology (Malaysia) Sdn. Bhd. - B0D5CC - Texas Instruments + E4186B + ZyXEL Communications Corp - 3829DD - ONvocal Inc + 008731 + Cisco Systems Inc. - 001EC7 - 2Wire Inc. + 88DEA9 + Roku Inc. - 002650 - 2Wire Inc. + 78888A + CDR Sp. z o.o. Sp. k. - 002351 - 2Wire Inc. + 0021D1 + Samsung Electronics Ltd - 001E4F - Dell Inc. + 001FCC + Samsung Electronics Ltd - 5C260A - Dell Inc. + A42983 + Boeing Defence Australia - 7845C4 - Dell Inc. + EC8892 + Motorola Mobility LLC, a Lenovo Company - C81F66 - Dell Inc. + 7487A9 + OCT Technology Ltd - 0015C5 - Dell Inc. + 004A77 + ZTE Corporation - 001422 - Dell Inc. + A41437 + Hangzhou Hikvision Digital Technology Ltd - 109836 - Dell Inc. + 60A10A + Samsung Electronics Ltd - 800A80 - IEEE Registration Authority + 8C71F8 + Samsung Electronics Ltd - F8DB88 - Dell Inc. + CC051B + Samsung Electronics Ltd - 3CA348 - Vivo Mobile Communication Ltd + 8C7712 + Samsung Electronics Ltd - E45AA2 - Vivo Mobile Communication Ltd + 9463D1 + Samsung Electronics Ltd - CC3B3E - Lester Electrical + 0021D2 + Samsung Electronics Ltd - 2082C0 - Xiaomi Communications Ltd + 5C497D + Samsung Electronics Ltd - DC6DCD - Guangdong Oppo Mobile Telecommunications Corp Ltd + 98234E + Micromedia AG - C4282D - Embedded Intellect Pty Ltd + 503F98 + Cmitech - 5846E1 - Baxter International Inc + 782079 + ID Tech - 00173F - Belkin International Inc. + 0C6076 + Hon Hai Precision Ind Ltd - 001CDF - Belkin International Inc. + 0CEEE6 + Hon Hai Precision Ind Ltd - C05627 - Belkin International Inc. + E4D53D + Hon Hai Precision Ind Ltd - 4C17EB - Sagemcom Broadband SAS + C0143D + Hon Hai Precision Ind Ltd - CC33BB - Sagemcom Broadband SAS + C01885 + Hon Hai Precision Ind Ltd - D86CE9 - Sagemcom Broadband SAS + 00749C + Ruijie Networks Ltd - E8F1B0 - Sagemcom Broadband SAS + 5894CF + Vertex Standard LMR Inc. - 5C6B32 - Texas Instruments + 20F85E + Delta Electronics - 84DD20 - Texas Instruments + 7825AD + Samsung Electronics Ltd - 001831 - Texas Instruments + ECE09B + Samsung Electronics Ltd - 24FD5B - SmartThings Inc. + 0023E4 + IPnect Ltd - 2876CD - Funshion Online Technologies Ltd + 70D4F2 + RIM - 205532 - Gotech International Technology Limited + 78D6F0 + Samsung Electro Mechanics Ltd - 2CFF65 - Oki Electric Industry Ltd + BC20A4 + Samsung Electronics Ltd - 2C27D7 - Hewlett-Packard Company + 08D42B + Samsung Electronics Ltd - 984BE1 - Hewlett-Packard Company + 789ED0 + Samsung Electronics Ltd - 002926 - Applied Optoelectronics Inc. Taiwan Branch + B0C4E7 + Samsung Electronics Ltd - 24BA13 - Riso Kagaku Corporation + A00798 + Samsung Electronics Ltd - 0017E5 - Texas Instruments + 001FCD + Samsung Electronics Ltd - 0017EC - Texas Instruments + 38ECE4 + Samsung Electronics Ltd - 0017E7 - Texas Instruments + 945103 + Samsung Electronics Ltd - 0017E9 - Texas Instruments + 002490 + Samsung Electronics Ltd - 1CBA8C - Texas Instruments + 0023D7 + Samsung Electronics Ltd - 0015E9 - D-Link Corporation + 549B12 + Samsung Electronics Ltd - 001B11 - D-Link Corporation + FCA13E + Samsung Electronics Ltd - 00265A - D-Link Corporation + 24C696 + Samsung Electronics Ltd - C8BE19 - D-Link International + 94D771 + Samsung Electronics Ltd - A4BA76 - Huawei Technologies Ltd + E84E84 + Samsung Electronics Ltd - 0050C2 - IEEE Registration Authority + 001632 + Samsung Electronics Ltd - 440010 - Apple + E4E0C5 + Samsung Electronics Ltd - 0056CD - Apple + C81479 + Samsung Electronics Ltd - 006037 - NXP Semiconductors + 1CAF05 + Samsung Electronics Ltd - DCC0EB - Assa Abloy Cote Picarde + 0016DB + Samsung Electronics Ltd - 28BC56 - EMAC Inc. + 001EE2 + Samsung Electronics Ltd - 00CDFE - Apple + 20D5BF + Samsung Electronics Ltd - A0F895 - Shenzhen TINNO Mobile Technology Corp. + 5CE8EB + Samsung Electronics Ltd - 0078CD - Ignition Design Labs + C0BDD1 + Samsung Electro-Mechanics(Thailand) - B436A9 - Fibocom Wireless Inc. + B479A7 + Samsung Electro-Mechanics(Thailand) - 70CA4D - Shenzhen lnovance Technology Ltd + 7C11CB + Huawei Technologies Ltd - 001A11 - Google Inc. + 1C25E1 + China Mobile IOT Company Limited - 48DB50 - Huawei Technologies Ltd + C0F636 + Hangzhou Kuaiyue Technologies Ltd - C8478C - Beken Corporation + 001A22 + eQ-3 Entwicklung GmbH - 9CEFD5 - Panda Wireless Inc. + B0DF3A + Samsung Electronics Ltd - 9C3426 - ARRIS Group Inc. + 805719 + Samsung Electronics Ltd - 2C6E85 - Intel Corporation + 34BE00 + Samsung Electronics Ltd - 001DD1 + 54E2E0 ARRIS Group Inc. - 001DCF + 347A60 ARRIS Group Inc. - 001DD5 + 001CC3 ARRIS Group Inc. - 001DD4 - ARRIS Group Inc. + 240DC2 + TCT mobile Ltd - E498D6 - Apple + 78521A + Samsung Electronics Ltd - 002283 - Juniper Networks + 7085C6 + ARRIS Group Inc. - 0010DB - Juniper Networks + 20BBC6 + Jabil Circuit Hungary Ltd - 00121E - Juniper Networks + 04FEA1 + Fihonest Communication Ltd - CCA462 - ARRIS Group Inc. + EC8CA2 + Ruckus Wireless - 484520 - Intel Corporation + B80018 + Htel - C80E77 - Le Shi Zhi Xin Electronic Technology (Tianjin) Limited + 7472B0 + Guangzhou Shiyuan Electronics Ltd - 106F3F - Buffalo Inc. + 546C0E + Texas Instruments - 9049FA - Intel Corporation + EC8EAE + Nagravision SA - BC0F64 - Intel Corporation + A043DB + Sitael S.p.A. - 0000C5 - ARRIS Group Inc. + E0E7BB + Nureva Inc. - 6455B1 - ARRIS Group Inc. + 001087 + Xstreamis PLC - 0002B3 - Intel Corporation + 00B0B3 + Xstreamis PLC - 000347 - Intel Corporation + 049FCA + Huawei Technologies Ltd - 000E0C - Intel Corporation + 50016B + Huawei Technologies Ltd - D8D385 - Hewlett-Packard Company + AC482D + Ralinwi Nanjing Electronic Technology Ltd - 18A905 - Hewlett-Packard Company + 002363 + Zhuhai Raysharp Technology Ltd - 001B78 - Hewlett-Packard Company + 00001B + Novell Inc. - E4FAFD - Intel Corporation + 009058 + Ultra Electronics Command & Control Systems - 94659C - Intel Corporation + 001CFD + Universal Electronics Inc. - B0C745 - Buffalo Inc. + 080087 + Xyplex Inc. - 14CFE2 - ARRIS Group Inc. + DC1A01 + Ecoliv Technology ( Shenzhen ) Ltd - 44E137 - ARRIS Group Inc. + 00549F + Avaya Inc - 001320 - Intel Corporation + 2824FF + Wistron Neweb Corporation - 0080E1 - STMicroelectronics SRL + 38256B + Microsoft Mobile Oy - F8DB7F - HTC Corporation + 001CEF + Primax Electronics Ltd - 64A769 - HTC Corporation + 000276 + Primax Electronics Ltd - E899C4 - HTC Corporation + 4CB21C + Maxphotonics Ltd - BCCFCC - HTC Corporation + 205EF7 + Samsung Electronics Ltd - 0004EA - Hewlett-Packard Company + 141F78 + Samsung Electronics Ltd - 001279 - Hewlett-Packard Company + D84710 + Sichuan Changhong Electric Ltd - 001321 - Hewlett-Packard Company + 001972 + Plexus (Xiamen) Ltd - 000802 - Hewlett-Packard Company + 002347 + ProCurve Networking by HP - 0002A5 - Hewlett-Packard Company + 0024A8 + ProCurve Networking by HP - 001871 - Hewlett-Packard Company + C09134 + ProCurve Networking by HP - 000E7F - Hewlett-Packard Company + 001969 + Nortel Networks - 001185 - Hewlett-Packard Company + 0018B0 + Nortel Networks - 10604B - Hewlett-Packard Company + 0016CA + Nortel Networks - C8CBB8 - Hewlett-Packard Company + 000FCD + Nortel Networks - 843497 - Hewlett-Packard Company + 001BBA + Nortel Networks - 6CC217 - Hewlett-Packard Company + 0004DC + Nortel Networks - 1458D0 - Hewlett-Packard Company + 000CF7 + Nortel Networks - 5C8A38 - Hewlett-Packard Company + 00140E + Nortel Networks - EC9A74 - Hewlett-Packard Company + 001E1F + Nortel Networks - 2C59E5 - Hewlett-Packard Company + 203AEF + Sivantos GmbH - D8FC38 - Giantec Semiconductor Inc + 005979 + Networked Energy Services - AC2A0C - CSR Zhuzhou Institute Ltd + 207C8F + Quanta Microsystems,Inc. - 2C6798 - IntalTech Ltd + 000B34 + ShangHai Broadband Technologies Ltd - 00234D - Hon Hai Precision Ind Ltd + 74B57E + ZTE Corporation - 002556 - Hon Hai Precision Ind Ltd + B8BB23 + Guangdong Nufront CSC Ltd - 601888 - ZTE Corporation + 34EA34 + HangZhou Gubei Electronics Technology Ltd - D860B0 - bioMerieux Italia S.p.A. + 3092F6 + Shanghai Sunmon Communication Technogy Ltd - 54E6FC - TP-Link Technologies Ltd + A8AD3D + Alcatel-Lucent Shanghai Bell Ltd - 74EA3A - TP-Link Technologies Ltd + 24AF4A + Alcatel-Lucent IPD - F81A67 - TP-Link Technologies Ltd + 7C2064 + Alcatel-Lucent IPD - EC172F - TP-Link Technologies Ltd + 44DC91 + Planex Communications Inc. - 847778 - Cochlear Limited + E09DB8 + Planex Communications Inc. - 887F03 - Comper Technology Investment Limited + 000F59 + Phonak AG - 0019E0 + 001478 TP-Link Technologies Ltd - 002586 - TP-Link Technologies Ltd + 48F8E1 + Nokia - F431C3 - Apple + 8C90D3 + Nokia - 64A5C3 - Apple + 0028F8 + Intel Corporation - 28565A - Hon Hai Precision Ind Ltd + 58BC8F + Cognitive Systems Corp. - 6CB56B - HUMAX Ltd + D455BE + Shenzhen Fast Technologies Ltd - BC3AEA - Guangdong Oppo Mobile Telecommunications Corp Ltd + 640DCE + Shenzhen Mercury Communication Technologies Ltd - E422A5 - Plantronics Inc. + 54D272 + Nuki Home Solutions GmbH - D4C9B2 - Quanergy Systems Inc + EC26FB + Tecc Ltd - 6021C0 - Murata Manufacturing Ltd + 0020F4 + Spectrix Corporation - 88308A - Murata Manufacturing Ltd + 04EE91 + x-fabric GmbH - 5CDAD4 - Murata Manufacturing Ltd + B47443 + Samsung Electronics Ltd - 0026E8 - Murata Manufacturing Ltd + FCF647 + Fiberhome Telecommunication Technologies Ltd - 002512 + 18686A ZTE Corporation - 001C26 - Hon Hai Precision Ind Ltd + C44BD1 + Wallys Communications Teachnologies Ltd - 14E6E4 - TP-Link Technologies Ltd + 6CB9C5 + Delta Networks Inc. - 344B50 - ZTE Corporation + 30766F + LG Electronics (Mobile Communications) - FCC897 - ZTE Corporation + A8922C + LG Electronics (Mobile Communications) - 0016CE - Hon Hai Precision Ind Ltd + F80CF3 + LG Electronics (Mobile Communications) - 002268 - Hon Hai Precision Ind Ltd + C49A02 + LG Electronics (Mobile Communications) - 001882 - Huawei Technologies Ltd + 001F6B + LG Electronics (Mobile Communications) - D4EA0E - Avaya Inc + 0026E2 + LG Electronics (Mobile Communications) - 6CFA58 - Avaya Inc + DC4427 + IEEE Registration Authority - 20F3A3 - Huawei Technologies Ltd + BC3400 + IEEE Registration Authority - 0C37DC - Huawei Technologies Ltd + E8886C + Shenzhen SC Technologies Ltd - BC7670 - Huawei Technologies Ltd + 0024FF + QLogic Corporation - 24DBAC - Huawei Technologies Ltd + 001E21 + Qisda Corporation - 1C1D67 - Huawei Technologies Ltd + 00039D + Qisda Corporation - 300ED5 - Hon Hai Precision Ind Ltd + 00080D + Toshiba - 485AB6 - Hon Hai Precision Ind Ltd + 000E7B + Toshiba - 543530 - Hon Hai Precision Ind Ltd + 0003B2 + Radware - F866D1 - Hon Hai Precision Ind Ltd + 00A0C6 + Qualcomm Inc. - 2469A5 - Huawei Technologies Ltd + 649C81 + Qualcomm Inc. - EC233D - Huawei Technologies Ltd + 001A6A + Tranzas Inc. - 78F5FD + A47174 Huawei Technologies Ltd - 5C7D5E + F4CB52 Huawei Technologies Ltd - 90671C + B808D7 Huawei Technologies Ltd - BC25E0 - Huawei Technologies Ltd + 94611E + Wata Electronics Ltd - F4E3FB - Huawei Technologies Ltd + 00C0E4 + Siemens Building - D02DB3 - Huawei Technologies Ltd + 000D10 + Embedtronics Oy - E8CD2D - Huawei Technologies Ltd + 001FA8 + Smart Energy Instruments Inc. - 84A8E4 - Huawei Technologies Ltd + 000FDB + Westell Technologies Inc. - 0C96BF - Huawei Technologies Ltd + 3C0771 + Sony Corporation - 60E701 - Huawei Technologies Ltd + 80414E + BBK Educational Electronics Corp Ltd - E8088B - Huawei Technologies Ltd + 249442 + Open Road Solutions Inc. - A051C6 - Avaya Inc + C46413 + Cisco Systems Inc. - F0EBD0 - Shanghai Feixun Communication Ltd + 0010CA + Telco Systems Inc. - 643E8C - Huawei Technologies Ltd + 00E09E + Quantum Corporation - 0012D2 - Texas Instruments + 206A8A + Wistron Infocomm (Zhongshan) Corporation - A863F2 - Texas Instruments + 784476 + Zioncom Electronics (Shenzhen) Ltd - 7C6097 - Huawei Technologies Ltd + 001165 + ZNYX Networks Inc. - CC53B5 - Huawei Technologies Ltd + 000A68 + Solarflare Communications Inc. - 60DE44 - Huawei Technologies Ltd + 002186 + Universal Global Scientific Industrial Ltd - 105172 - Huawei Technologies Ltd + 183919 + Unicoi Systems - 08E84F - Huawei Technologies Ltd + E8E0B7 + Toshiba - 888603 - Huawei Technologies Ltd + 680715 + Intel Corporation - 04F938 - Huawei Technologies Ltd + 3CB6B7 + Vivo Mobile Communication Ltd - AC853D - Huawei Technologies Ltd + C42795 + Technicolor CH USA Inc. - 4846FB - Huawei Technologies Ltd + A020A6 + Espressif Inc. - D0FF50 - Texas Instruments + 58528A + Mitsubishi Electric Corporation - 20C38F - Texas Instruments + C4F1D1 + Beijing Sogou Technology Development Ltd - 7C669D - Texas Instruments + 2C36A0 + Capisco Limited - D8DDFD - Texas Instruments + B0B2DC + ZyXEL Communications Corp - D05FB8 - Texas Instruments + CC5D4E + ZyXEL Communications Corp - E0247F - Huawei Technologies Ltd + 404A03 + ZyXEL Communications Corp - 00464B - Huawei Technologies Ltd + C86C87 + ZyXEL Communications Corp - 80FB06 - Huawei Technologies Ltd + 001EC0 + Microchip Technology Inc. - 6CA849 - Avaya Inc + 38BC1A + MEIZU Technology Ltd - 64C354 - Avaya Inc + 802994 + Technicolor CH USA Inc. - 50CD22 - Avaya Inc + E0885D + Technicolor CH USA Inc. - B4A95A - Avaya Inc + 340AFF + Qingdao Hisense Communications Ltd - 84EB18 - Texas Instruments + 587E61 + Qingdao Hisense Communications Ltd - EC1127 - Texas Instruments + C0A1A2 + MarqMetrix - 581626 - Avaya Inc + 08D0B7 + Qingdao Hisense Communications Ltd - 70E422 - Cisco Systems Inc. + ECD68A + Shenzhen JMicron Intelligent Technology Developmen - 00500F - Cisco Systems Inc. + 5052D2 + Hangzhou Telin Technologies Ltd - 7C1DD9 - Xiaomi Communications Ltd + 90EED9 + Universal de Desarrollos Electronicos, SA - A086C6 - Xiaomi Communications Ltd + 606453 + AOD Ltd - 9C99A0 - Xiaomi Communications Ltd + 009E1E + Cisco Systems Inc. - 584498 - Xiaomi Communications Ltd + 00253E + Sensus Metering Systems - 00E0B0 - Cisco Systems Inc. + C8AFE3 + Hefei Radio Communication Technology Ltd - 00E0FE - Cisco Systems Inc. + 7C574E + CoBI GmbH - 00E034 - Cisco Systems Inc. + 28F10E + Dell Inc. - 00E0F9 - Cisco Systems Inc. + 045604 + Gionee Communication Equipment Ltd - C8D719 - Cisco-Linksys LLC + 34C0F9 + Rockwell Automation - 001079 + 00FEC8 Cisco Systems Inc. - 001029 - Cisco Systems Inc. + 2C5A8D + SysTRONIK Elektronik u. Systemtechnik GmbH - 000E08 - Cisco-Linksys LLC + 10BEF5 + D-Link International - 4403A7 - Cisco Systems Inc. + E47B3F + Beijing Co-Cloud Technology Ltd - B0FAEB - Cisco Systems Inc. + 0C8A87 + AgLogica Holdings Inc. - 7CAD74 - Cisco Systems Inc. + 54EDA3 + Navdy Inc. - 00603E - Cisco Systems Inc. + 34A2A2 + Huawei Technologies Ltd - 00602F - Cisco Systems Inc. + 749D8F + Huawei Technologies Ltd - 006047 - Cisco Systems Inc. + 945907 + Shanghai HITE-BELDEN Network Technology Ltd - 0050A2 - Cisco Systems Inc. + 0016FB + Shenzhen MTC Ltd - 00023D - Cisco Systems Inc. + A0415E + Opsens Solution Inc. - 203A07 - Cisco Systems Inc. + A860B6 + Apple - 00502A - Cisco Systems Inc. + C4B301 + Apple - BC16F5 - Cisco Systems Inc. + E05F45 + Apple - FC5B39 - Cisco Systems Inc. + 74CC39 + Fiberhome Telecommunication Technologies Ltd - 346F90 - Cisco Systems Inc. + 3822D6 + Hangzhou H3C Technologies Ltd - 5CFC66 - Cisco Systems Inc. + 94E8C5 + ARRIS Group Inc. - D46D50 - Cisco Systems Inc. + 6C3B6B + Routerboard.com - 74A02F - Cisco Systems Inc. + 0022E7 + WPS Parking Systems - 88908D - Cisco Systems Inc. + 4851B7 + Intel Corporation - F07816 - Cisco Systems Inc. + B8E779 + 9Solutions Oy - 00223A - Cisco SPVTG + C864C7 + ZTE Corporation - 0021BE - Cisco SPVTG + 483B38 + Apple - 14DAE9 - ASUSTek Computer Inc. + 1C9148 + Apple - F4CFE2 - Cisco Systems Inc. + 905F2E + TCT mobile Ltd - A80C0D - Cisco Systems Inc. + F823B2 + Huawei Technologies Ltd - C07BBC - Cisco Systems Inc. + 341290 + Treeview Ltd - 24E9B3 - Cisco Systems Inc. + 7CFE4E + Shenzhen Safe vision Technology Ltd - 0011D8 - ASUSTek Computer Inc. + 644FB0 + Hyunjin.com - C08C60 - Cisco Systems Inc. + 00E0E6 + IncAA Computers - E8EDF3 - Cisco Systems Inc. + 28F366 + Shenzhen Bilian electronic Ltd - E4C722 - Cisco Systems Inc. + E0A3AC + Huawei Technologies Ltd - 64E950 - Cisco Systems Inc. + BC7574 + Huawei Technologies Ltd - F41FC2 - Cisco Systems Inc. + 20A680 + Huawei Technologies Ltd - 44ADD9 - Cisco Systems Inc. + 8828B3 + Huawei Technologies Ltd - 0C6803 - Cisco Systems Inc. + A4E597 + Gessler GmbH - 1CDEA7 + 006CBC Cisco Systems Inc. - F07F06 - Cisco Systems Inc. + 5C70A3 + LG Electronics (Mobile Communications) - 88F031 - Cisco Systems Inc. + 001D08 + Jiangsu Yinhe Electronics Ltd - 0018F3 - ASUSTek Computer Inc. + 001D82 + GN Netcom A/S - 001A92 - ASUSTek Computer Inc. + 001317 + GN Netcom A/S - 000C41 - Cisco-Linksys LLC + 00A0A4 + Oracle Corporation - 0016B6 - Cisco-Linksys LLC + 749781 + ZTE Corporation - 0018F8 - Cisco-Linksys LLC + 0001F4 + Enterasys - 00252E - Cisco SPVTG + 00109B + Emulex Corporation - 54D46F - Cisco SPVTG + 00142A + Elitegroup Computer Systems Ltd - A4A24A - Cisco SPVTG + 00115B + Elitegroup Computer Systems Ltd - 44E08E - Cisco SPVTG + C03FD5 + Elitegroup Computer Systems Ltd - 00E036 - Pioneer Corporation + ECA86B + Elitegroup Computer Systems Ltd - 00E04F - Cisco Systems Inc. + C89CDC + Elitegroup Computer Systems Ltd - 0010FF - Cisco Systems Inc. + 002511 + Elitegroup Computer Systems Ltd - 001054 - Cisco Systems Inc. + 4487FC + Elitegroup Computer Systems Ltd - 0010F6 - Cisco Systems Inc. + A86BAD + Hon Hai Precision Ind Ltd - 0010A6 - Cisco Systems Inc. + D80F99 + Hon Hai Precision Ind Ltd - BCC810 - Cisco SPVTG + B4B15A + Siemens AG Energy Management Division - 7CB21B - Cisco SPVTG + 002465 + Elentec - 24767D - Cisco SPVTG + 00089F + EFM Networks - 481D70 - Cisco SPVTG + 0050FC + Edimax Technology Ltd - F0B2E5 - Cisco Systems Inc. + 9CDF03 + Harman/Becker Automotive Systems GmbH - 002332 - Apple + 001188 + Enterasys - 00236C - Apple + 0016FA + ECI Telecom Ltd - 0023DF - Apple + F8A188 + LED Roadway Lighting - 002500 - Apple + A082AC + Linear DMS Solutions Sdn. Bhd. - 0025BC - Apple + A86AC1 + HanbitEDS Ltd - 5897BD - Cisco Systems Inc. + D463FE + Arcadyan Corporation - 5C838F - Cisco Systems Inc. + 689361 + Integrated Device Technology (Malaysia) Sdn. Bhd. - ECBD1D - Cisco Systems Inc. + BC15AC + Vodafone Italia S.p.A. - 0019E3 - Apple + 00BD82 + Shenzhen YOUHUA Technology Ltd - 001B63 - Apple + 94513D + iSmart Alarm Inc. - 001EC2 - Apple + 001174 + Mojo Networks Inc. - 001FF3 - Apple + 001954 + Leaf Corporation. - 0010FA - Apple + 9466E7 + WOM Engineering - 0050E4 - Apple + 4CB8B5 + Shenzhen YOUHUA Technology Ltd - 000D93 - Apple + 7085C2 + ASRock Incorporation - 7CFADF - Apple + EC93ED + DDoS-Guard Ltd - 78A3E4 - Apple + 30FC68 + TP-Link Technologies Ltd - 148FC6 - Apple + 008A96 + Cisco Systems Inc. - 286AB8 - Apple + BC60A7 + Sony Interactive Entertainment Inc. - 28E02C - Apple + 808C97 + Kaonmedia Ltd - E0B9BA - Apple + DCEE06 + Huawei Technologies Ltd - 00C610 - Apple + 0452C7 + Bose Corporation - B8F6B1 - Apple + F02745 + F-Secure Corporation - 8CFABA - Apple + 54D0B4 + Xiamen Four-Faith Communication Technology Ltd - 7CD1C3 - Apple + 00137C + Kaicom Ltd - F0DCE2 - Apple + E85659 + Advanced-Connectek Inc. - 24AB81 - Apple + 34BF90 + Fiberhome Telecommunication Technologies Ltd - E0F847 - Apple + CCB3F8 + Fujitsu Isotec Limited - 28E7CF - Apple + E4A471 + Intel Corporation - E4CE8F - Apple + 10F005 + Intel Corporation - A82066 - Apple + 64CC2E + Xiaomi Communications Ltd - BC52B7 - Apple + 8801F2 + Vitec System Engineering Inc. - 5C5948 - Apple + 14D11F + Huawei Technologies Ltd - C8BCC8 - Apple + DC094C + Huawei Technologies Ltd - E8040B - Apple + 1C6758 + Huawei Technologies Ltd - 145A05 - Apple + 24BCF8 + Huawei Technologies Ltd - 1CABA7 - Apple + A0043E + Parker Hannifin Manufacturing Germany GmbH & Co. KG - C0847A - Apple + C84529 + IMK Networks Ltd - 34159E - Apple + 7C477C + IEEE Registration Authority - 58B035 - Apple + F877B8 + Samsung Electronics Ltd - DC86D8 - Apple + F0D2F1 + Amazon Technologies Inc. - 90B931 - Apple + A8E3EE + Sony Interactive Entertainment Inc. - D0E140 - Apple + 00248D + Sony Interactive Entertainment Inc. - 24A2E1 - Apple + 00041F + Sony Interactive Entertainment Inc. - 04214C - Insight Energy Ventures LLC + 20A90E + TCT mobile Ltd - F832E4 - ASUSTek Computer Inc. + EC438B + Yaptv - 80EA96 - Apple + 980CA5 + Motorola (Wuhan) Mobility Technologies Communication Ltd - 600308 - Apple + 441102 + EDMI Europe Ltd - 04F13E - Apple + A85EE4 + 12Sided Technology LLC - 98F0AB - Apple + 182195 + Samsung Electronics Ltd - 7831C1 - Apple + 44783E + Samsung Electronics Ltd - 783A84 - Apple + 0CA2F4 + Chameleon Technology (UK) Limited - 5C8D4E - Apple + BC44B0 + Elastifile - 8863DF - Apple + 74BFB7 + Nusoft Corporation - 881FA1 - Apple + 50DA00 + Hangzhou H3C Technologies Ltd - C8E0EB - Apple + F4ED5F + Shenzhen KTC Technology Group - 98B8E3 - Apple + 00E0E4 + FANUC ROBOTICS NORTH AMERICA Inc. - 885395 - Apple + 000896 + Printronix Inc. - 786C1C - Apple + 245EBE + QNAP Systems Inc. - 4C8D79 - Apple + 0404EA + Valens Semiconductor Ltd - 1CE62B - Apple + 800DD7 + Latticework Inc. - 0C3021 - Apple + D0B53D + Sepro Robotique - 0C3E9F - Apple + 00D0EC + NAKAYO Inc - FCFC48 - Apple + 4CCC6A + Micro-Star INTL Ltd - 9C293F + 30636B Apple - 80A1AB - Intellisis - - - 84285A - Saffron Solutions Inc - - - D4B8FF - Home Control Singapore Pte Ltd + 70884D + Japan Radio Ltd - 087402 + A4F1E8 Apple - 94F6A3 - Apple + 546751 + Compal Broadband Networks Inc. - 98E0D9 - Apple + 240B0A + Palo Alto Networks - CC29F5 - Apple + D099D5 + Alcatel-Lucent - 285AEB - Apple + 14C3C2 + K.A. Schmersal GmbH & Co. KG - F02475 - Apple + 10785B + Actiontec Electronics Inc. - 2C1F23 - Apple + DC0077 + TP-Link Technologies Ltd - 549F13 - Apple + F4F5A5 + Nokia Corporation - F0DBE2 - Apple + EC9B5B + Nokia Corporation - 748114 - Apple + 2CCC15 + Nokia Corporation - 18F643 - Apple + 14BB6E + Samsung Electronics Ltd - A45E60 - Apple + 1886AC + Nokia Danmark A/S - A01828 - Apple + 001F5C + Nokia Danmark A/S - D0034B - Apple + 001F00 + Nokia Danmark A/S - 10417F - Apple + 002547 + Nokia Danmark A/S - A8667F - Apple + 0018C5 + Nokia Danmark A/S - D02598 - Apple + 00164E + Nokia Danmark A/S - 80BE05 - Apple + 002668 + Nokia Danmark A/S - 24A074 - Apple + 00247D + Nokia Danmark A/S - 84788B - Apple + 002265 + Nokia Danmark A/S - 84A423 - Sagemcom Broadband SAS + F88096 + Elsys Equipamentos Eletronicos Ltda - 3C7873 - Airsonics + A811FC + ARRIS Group Inc. - 9C88AD - Fiberhome Telecommunication Technologies Ltd + 001DAA + DrayTek Corp. - 88947E - Fiberhome Telecommunication Technologies Ltd + E498D1 + Microsoft Mobile Oy - C8A2CE - Oasis Media Systems LLC + 6C2779 + Microsoft Mobile Oy - 58F496 - Source Chain + 00CF1C + Communication Machinery Corporation - 587F57 - Apple + 28CC01 + Samsung Electronics Ltd - D07C2D - Leie IOT technology Ltd + D8FB5E + Askey Computer Corp - EC64E7 - MOCACARE Corporation + 002326 + Fujitsu Limited - 40862E - JDM Mobile Internet Solution Ltd + 0CBF15 + Genetec Inc. - C4BBEA - Pakedge Device and Software Inc + 000D4B + Roku Inc. - 988744 - Wuxi Hongda Science and Technology Ltd + 0040FB + Cascade Communications - E8343E - Beijing Infosec Technologies Ltd + D0542D + Cambridge Industries(Group) Ltd - 346987 + 744AA4 ZTE Corporation - 98F428 - ZTE Corporation + 001BA9 + Brother Industries Ltd - A4CC32 - Inficomm Ltd + 30A220 + ARG Telecom - 006D52 - Apple + 6CF373 + Samsung Electronics Ltd - A03299 - Lenovo (Beijing) Ltd + 9C3AAF + Samsung Electronics Ltd - 4054E4 - Wearsafe Labs Inc + 781FDB + Samsung Electronics Ltd - DC9A8E - Nanjing Cocomm electronics Ltd + 4CA56D + Samsung Electronics Ltd - ACEE9E + B86CE8 Samsung Electronics Ltd - B857D8 + 0CB319 Samsung Electronics Ltd - 70BF3E - Charles River Laboratories + 183F47 + Samsung Electronics Ltd - A8C87F - Roqos Inc. + B46293 + Samsung Electronics Ltd - 3C831E - CKD Corporation + 50A4C8 + Samsung Electronics Ltd - 90DFFB - Homerider Systems + 00001D + Cabletron Systems Inc. - 305A3A - ASUSTek Computer Inc. + 1867B0 + Samsung Electronics Ltd - 2C081C - OVH + 6C8336 + Samsung Electronics Ltd - C08488 - Finis Inc + DCD87C + Beijing Jingdong Century Trading Ltd - 38F557 - Jolata Inc. + C4DA7D + Ivium Technologies B.V. - 54A3FA - BQT Solutions (Australia)Pty Ltd + 000B6A + Asiarock Technology Limited - 246C8A - YUKAI Engineering + 009096 + Askey Computer Corp - ACC51B - Zhuhai Pantum Electronics Ltd + 001B9E + Askey Computer Corp - 385F66 - Cisco SPVTG + E0CA94 + Askey Computer Corp - B844D9 - Apple + 0026B6 + Askey Computer Corp - 9C7A03 - Ciena Corporation + 002557 + BlackBerry RTS - 5CCF7F - Espressif Inc. + 001CCC + BlackBerry RTS - 681295 - Lupine Lighting Systems GmbH + 00300A + Aztech Electronics Pte Ltd - 7011AE - Music Life Ltd + 001F3F + AVM GmbH - 041E7A - DSPWorks + 246511 + AVM GmbH - 84A788 - Perples + C0FFD4 + Netgear - AC60B6 - Ericsson AB + 6CB0CE + Netgear - 14B370 - Gigaset Digital Technology (Shenzhen) Ltd + 008EF2 + Netgear - 6889C1 - Huawei Technologies Ltd + 9CD36D + Netgear - 1C497B - Gemtek Technology Ltd + C40415 + Netgear - 2CCF58 - Huawei Technologies Ltd + E8FCAF + Netgear - D09380 - Ducere Technologies Pvt Ltd + 841B5E + Netgear - 68F956 - Objetivos y Servicio de Valor Anadido + 2CB05D + Netgear - C8A9FC - Goyoo Networks Inc. + A021B7 + Netgear - FCFEC2 - Invensys Controls UK Limited + 0024B2 + Netgear - 689AB7 - Atelier Vision Corporation + 001B2F + Netgear - 444CA8 - Arista Networks + 00264D + Arcadyan Technology Corporation - 7C2BE1 - Shenzhen Ferex Electrical Ltd + 849CA6 + Arcadyan Technology Corporation - 5031AD - ABB Global Industries and Services Private Limited + E03E44 + Broadcom - 143EBF - ZTE Corporation + 001F33 + Netgear - FC2FEF - UTT Technologies Ltd + 002040 + ARRIS Group Inc. - A4C138 - Telink Semiconductor (Taipei) Ltd + 386BBB + ARRIS Group Inc. - 20F510 - Codex Digital Limited + E86D52 + ARRIS Group Inc. - A8741D - PHOENIX CoNTACT Electronics GmbH + 3C754A + ARRIS Group Inc. - F09A51 - Shanghai Viroyal Electronic Technology Company Limited + E48399 + ARRIS Group Inc. - 4CB82C - Cambridge Mobile Telematics Inc. + 002143 + ARRIS Group Inc. - E4A32F - Shanghai Artimen Technology Ltd + 74F612 + ARRIS Group Inc. - F4672D - Shenzhen Topstar Technology Company + 002495 + ARRIS Group Inc. - A8D828 - Ascensia Diabetes Care + 0024A0 + ARRIS Group Inc. - B869C2 - Sunitec Enterprise Ltd + 00080E + ARRIS Group Inc. - 88CBA5 - Suzhou Torchstar Intelligent Technology Ltd + 00909C + ARRIS Group Inc. - 7CA23E - Huawei Technologies Ltd + 001225 + ARRIS Group Inc. - 501AA5 - GN Netcom A/S + 145BD1 + ARRIS Group Inc. - A48D3B - Vizio Inc. + 6CC1D2 + ARRIS Group Inc. - 1C56FE - Motorola Mobility LLC, a Lenovo Company + 1C1448 + ARRIS Group Inc. - B899B0 - Cohere Technologies + 001784 + ARRIS Group Inc. - D85DEF - Busch-Jaeger Elektro GmbH + 001C11 + ARRIS Group Inc. - 88A2D7 - Huawei Technologies Ltd + 001E46 + ARRIS Group Inc. - 00323A - so-logic + 0018A4 + ARRIS Group Inc. - 809FAB - Fiberhome Telecommunication Technologies Ltd + 0018C0 + ARRIS Group Inc. - E00370 - Shenzhen Continental Wireless Technology Ltd + 002374 + ARRIS Group Inc. - 046169 - Media Global Links Ltd + ACE010 + Liteon Technology Corporation - BCEB5F - Fujian Beifeng Telecom Technology Ltd + 747548 + Amazon Technologies Inc. - AC5A14 - Samsung Electronics Ltd + 0000B1 + Alpha Micro - F0AB54 - Mitsumi Electric Ltd + 001802 + Alpha Networks Inc. - 3C3178 - Qolsys Inc. + 78843C + Sony Corporation - 08ECA9 - Samsung Electronics Ltd + 0013A9 + Sony Corporation - E04B45 - Hi-P Electronics Pte Ltd + FC0FE6 + Sony Interactive Entertainment Inc. - F46A92 - Shenzhen Fast Technologies Ltd + 74DE2B + Liteon Technology Corporation - F0D657 - Echosens + 00225F + Liteon Technology Corporation - 9C37F4 - Huawei Technologies Ltd + 5C93A2 + Liteon Technology Corporation - 3C4711 - Huawei Technologies Ltd + 24FD52 + Liteon Technology Corporation - 5CEB68 - Cheerstar Technology Ltd + 2CD05A + Liteon Technology Corporation - AC562C - Lava International(H.K) Limited + 74E543 + Liteon Technology Corporation - FC9AFA - Motus Global Inc. + 0015CF + ARRIS Group Inc. - 14157C - Tokyo Cosmos Electric Ltd + 6CFAA7 + AMPAK Technology Inc. - 20E407 - Spark srl + 54E4BD + FN-Link Technology Limited - D09DAB - TCT mobile Ltd + 5414FD + Orbbec 3D Technology International - 887384 - Toshiba + 900BC1 + Sprocomm Technologies Ltd - 24693E - innodisk Corporation + 001CA8 + AirTies Wireless Networks - C0DC6A - Qingdao Eastsoft Communication Technology Ltd + 485D60 + Azurewave Technologies Inc. - 24B0A9 - Shanghai Mobiletek Communication Ltd + DC85DE + Azurewave Technologies Inc. - 1CC586 - Absolute Acoustics + B0EE45 + Azurewave Technologies Inc. - 407FE0 - Glory Star Technics (Shenzhen) Limited + 00238E + ADB Broadband Italia - C8E130 - Milkyway Group Ltd + 001D8B + ADB Broadband Italia - 486EFB - Davit System Technology Ltd + 0013C8 + ADB Broadband Italia - B0966C - Lanbowan Technology Ltd + DC0B1A + ADB Broadband Italia - 1CF03E - Wearhaus Inc. + 0C6AE6 + Stanley Security Solutions - C43ABE - Sony Mobile Communications Inc + 842615 + ADB Broadband Italia - 883B8B - Cheering Connection Ltd + F0842F + ADB Broadband Italia - E4F939 - Minxon Hotel Technology Inc. + 54271E + Azurewave Technologies Inc. - 146B72 - Shenzhen Fortune Ship Technology Ltd + 28C2DD + Azurewave Technologies Inc. - B8F080 - SPS Inc. + 80A589 + Azurewave Technologies Inc. - 805067 - W & D Technology Corporation + C40938 + Fujian Star-NET Communication Ltd - 78F944 - Private + 001C50 + TCL Technoly Electronics (Huizhou) Ltd - 247656 - Shanghai Net Miles Fiber Optics Technology Ltd + 00AA02 + Intel Corporation - F8CFC5 - Motorola Mobility LLC, a Lenovo Company + ACE5F0 + Doppler Labs - A47B85 - ULTIMEDIA Ltd + F48E38 + Dell Inc. - 5C5B35 - Mist Systems Inc. + 74C63B + Azurewave Technologies Inc. - Ecbafe - Giroptic + 7C7A91 + Intel Corporation - 3C2C94 - (HangZhou Delan Technology Ltd) + AC7BA1 + Intel Corporation - 241B44 - Hangzhou Tuners Electronics Ltd + 6C2995 + Intel Corporation - 80A85D - Osterhout Design Group + 984FEE + Intel Corporation - ACCAAB - Virtual Electric Inc + E82AEA + Intel Corporation - 485415 - NET Rules Tecnologia Eireli + 605718 + Intel Corporation - 7840E4 - Samsung Electronics Ltd + C4D987 + Intel Corporation - E09971 - Samsung Electronics Ltd + FCF8AE + Intel Corporation - 70DA9C - Tecsen + 6036DD + Intel Corporation - 2CA2B4 - Fortify Technologies LLC + 100BA9 + Intel Corporation - 10D38A - Samsung Electronics Ltd + 8C705A + Intel Corporation - E48501 - Geberit International AG + 606720 + Intel Corporation - 206274 - Microsoft Corporation + 7C5CF8 + Intel Corporation - E8162B - IDEO Security Ltd + B4E1C4 + Microsoft Mobile Oy - B47356 - Hangzhou Treebear Networking Ltd + E0757D + Motorola Mobility LLC, a Lenovo Company - 346895 - Hon Hai Precision Ind Ltd + 34BB26 + Motorola Mobility LLC, a Lenovo Company - 847303 - Letv Mobile and Intelligent Information Technology (Beijing) Corporation Ltd + 806C1B + Motorola Mobility LLC, a Lenovo Company - 3CC2E1 - Xinhua Control Engineering Ltd + 0016EB + Intel Corporation - 8C873B - Leica Camera AG + 0018DE + Intel Corporation - 44F477 - Juniper Networks + 5CE0C5 + Intel Corporation - 142971 - Nemoa Electronics (HK) Ltd + 58A839 + Intel Corporation - 78E980 - RainUs Ltd + 001E67 + Intel Corporation - E0FFF7 - Softiron Inc. + 0022FA + Intel Corporation - 3C6A9D - Dexatek Technology Ltd + 001500 + Intel Corporation - 349E34 - Evervictory Electronic Ltd + A088B4 + Intel Corporation - 700FC7 - Shenzhen Ikinloop Technology Ltd + 648099 + Intel Corporation - BC74D7 - HangZhou JuRu Technology Ltd + D07E35 + Intel Corporation - 78EB14 - Shenzhen Fast Technologies Ltd + 001E65 + Intel Corporation - 3C4937 - ASSMANN Electronic GmbH + 348446 + Ericsson AB - 844464 - ServerU Inc + 044E06 + Ericsson AB - 003560 - Rosen Aviation + 00270E + Intel Corporation - F8BC41 - Rosslare Enterprises Limited + 0026B9 + Dell Inc. - 3CB792 - Hitachi Maxell Ltd Optronics Division + 64006A + Dell Inc. - F8B2F3 - Guangzhou Bosma Technology Ltd + 00D09E + 2Wire Inc. - 28D98A - Hangzhou Konke Technology Ltd + 0019E4 + 2Wire Inc. - D89341 - General Electric Global Research + 001AC4 + 2Wire Inc. - 1C9ECB - Beijing Nari Smartchip Microelectronics Company Limited + 001B5B + 2Wire Inc. - D48DD9 - Meld Technology Inc. + 3CEA4F + 2Wire Inc. - DCC622 - Buheung System + DC7FA4 + 2Wire Inc. - 902CC7 - C-MAX Asia Limited + B0D5CC + Texas Instruments - 8870EF - SC Professional Trading Ltd + 3829DD + ONvocal Inc - 94C038 - Tallac Networks + 001EC7 + 2Wire Inc. - 6836B5 - DriveScale Inc. + 002650 + 2Wire Inc. - C40880 - Shenzhen UTEPO Tech Ltd + 002351 + 2Wire Inc. - D88039 - Microchip Technology Inc. + 001E4F + Dell Inc. - 5C966A - Rtnet + 5C260A + Dell Inc. - BCBC46 - SKS Welding Systems GmbH + 7845C4 + Dell Inc. - 9816EC - IC Intracom + C81F66 + Dell Inc. - D062A0 - China Essence Technology (Zhumadian) Ltd + 0015C5 + Dell Inc. - 90179B - Nanomegas + 001422 + Dell Inc. - 14F893 - Wuhan FiberHome Digital Technology Ltd + 109836 + Dell Inc. - 582136 - KMB Systems, s.r.o. + 800A80 + IEEE Registration Authority - 800902 - Keysight Technologies Inc. + F8DB88 + Dell Inc. - 0499E6 - Shenzhen Yoostar Technology Ltd + 3CA348 + Vivo Mobile Communication Ltd - 70FF5C - Cheerzing Communication(Xiamen)Technology Ltd + E45AA2 + Vivo Mobile Communication Ltd - 4C48DA - Beijing Autelan Technology Ltd + CC3B3E + Lester Electrical - 205CFA - Yangzhou ChangLian Network Technology Ltd + 2082C0 + Xiaomi Communications Ltd - 84930C - Incoax Networks Europe AB + DC6DCD + Guangdong Oppo Mobile Telecommunications Corp Ltd - 1CA2B1 - ruwido austria GmbH + C4282D + Embedded Intellect Pty Ltd - 384B76 - AIRTAME ApS + 5846E1 + Baxter International Inc - 38B1DB - Hon Hai Precision Ind Ltd + 00173F + Belkin International Inc. - 34F6D2 - Panasonic Taiwan Ltd + 001CDF + Belkin International Inc. - 307512 - Sony Mobile Communications Inc + C05627 + Belkin International Inc. - 64002D - Powerlinq Ltd + 4C17EB + Sagemcom Broadband SAS - B47C29 - Shenzhen Guzidi Technology Ltd + CC33BB + Sagemcom Broadband SAS - D48F33 - Microsoft Corporation + D86CE9 + Sagemcom Broadband SAS - 54F876 - ABB AG + E8F1B0 + Sagemcom Broadband SAS - 34B7FD - Guangzhou Younghead Electronic Technology Ltd + 5C6B32 + Texas Instruments - B41780 - DTI Group Ltd + 84DD20 + Texas Instruments - 489D18 - Flashbay Limited + 001831 + Texas Instruments - 90203A - BYD Precision Manufacture Ltd + 24FD5B + SmartThings Inc. - 80EACA - Dialog Semiconductor Hellas SA + 2876CD + Funshion Online Technologies Ltd - 20A99B - Microsoft Corporation + 205532 + Gotech International Technology Limited - 604826 - Newbridge Technologies Int Ltd + 2CFF65 + Oki Electric Industry Ltd - 38F33F - Tatsuno Corporation + 2C27D7 + Hewlett-Packard Company - D80CCF - C.G.V. S.A.S. + 984BE1 + Hewlett-Packard Company - 4CBB58 - Chicony Electronics Ltd + 002926 + Applied Optoelectronics Inc. Taiwan Branch - A41242 - NEC Platforms Ltd + 24BA13 + Riso Kagaku Corporation - D00AAB - Yokogawa Digital Computer Corporation + 0017E5 + Texas Instruments - C40006 - Lipi Data Systems Ltd + 0017EC + Texas Instruments - 38262B - UTran Technology + 0017E7 + Texas Instruments - 480C49 - NAKAYO Inc + 0017E9 + Texas Instruments - 3CD9CE - Eclipse WiFi + 1CBA8C + Texas Instruments - 6077E2 - Samsung Electronics Ltd + 0015E9 + D-Link Corporation - FC1910 - Samsung Electronics Ltd + 001B11 + D-Link Corporation - FC790B - Hitachi High Technologies America Inc. + 00265A + D-Link Corporation - 6081F9 - Helium Systems Inc. + C8BE19 + D-Link International - 8401A7 - Greyware Automation Products Inc. + A4BA76 + Huawei Technologies Ltd - 98F170 - Murata Manufacturing Ltd + 0050C2 + IEEE Registration Authority - 686E48 - Prophet Electronic Technology Corp Ltd + 440010 + Apple - 04C991 - Phistek Inc. + 0056CD + Apple - 3CA10D - Samsung Electronics Ltd + 006037 + NXP Semiconductors - 646CB2 - Samsung Electronics Ltd + DCC0EB + Assa Abloy Cote Picarde - 680571 - Samsung Electronics Ltd + 28BC56 + EMAC Inc. - 14B484 - Samsung Electronics Ltd + 00CDFE + Apple - F4C447 - Coagent International Enterprise Limited + A0F895 + Shenzhen TINNO Mobile Technology Corp. - C8E42F - Technical Research Design and Development + 0078CD + Ignition Design Labs - C4C9EC - Gugaoo HK Limited + B436A9 + Fibocom Wireless Inc. - 34E42A - Automatic Bar Controls Inc. + 70CA4D + Shenzhen lnovance Technology Ltd - 3059B7 - Microsoft Corporation + 001A11 + Google Inc. - 20A787 - Bointec Taiwan Corporation Limited + 48DB50 + Huawei Technologies Ltd - A0FC6E - Telegrafia a.s. + C8478C + Beken Corporation - 2053CA - Risk Technology Ltd + 9CEFD5 + Panda Wireless Inc. - A43D78 - Guangdong Oppo Mobile Telecommunications Corp Ltd + 9C3426 + ARRIS Group Inc. - 04572F - Sertel Electronics UK Ltd + 2C6E85 + Intel Corporation - D8977C - Grey Innovation + 001DD1 + ARRIS Group Inc. - BC8D0E - Nokia + 001DCF + ARRIS Group Inc. - A49F85 - Lyve Minds Inc. + 001DD5 + ARRIS Group Inc. - 78923E - Nokia Corporation + 001DD4 + ARRIS Group Inc. - ACA9A0 - Audioengine Ltd + E498D6 + Apple - A481EE - Nokia Corporation + 002283 + Juniper Networks - 78D66F - Aristocrat Technologies Australia Pty Ltd + 0010DB + Juniper Networks - 441E91 - ARVIDA Intelligent Electronics Technology Ltd + 00121E + Juniper Networks - C4626B - ZPT Vigantice + CCA462 + ARRIS Group Inc. - EC1766 - Research Centre Module + 484520 + Intel Corporation - A0D12A - AXPRO Technology Inc. + C80E77 + Le Shi Zhi Xin Electronic Technology (Tianjin) Limited - 209AE9 - Volacomm Ltd + 106F3F + Buffalo Inc. - 345D10 - Wytek + 9049FA + Intel Corporation - 6C14F7 - Erhardt+Leimer GmbH + BC0F64 + Intel Corporation - B0D59D - Shenzhen Zowee Technology Ltd + 0000C5 + ARRIS Group Inc. - 6828BA - Dejai + 6455B1 + ARRIS Group Inc. - B05706 - Vallox Oy + 0002B3 + Intel Corporation - 48EE07 - Silver Palm Technologies LLC + 000347 + Intel Corporation - 50C7BF - TP-Link Technologies Ltd + 000E0C + Intel Corporation - 205A00 - Coval + D8D385 + Hewlett-Packard Company - A8A668 - ZTE Corporation + 18A905 + Hewlett-Packard Company - 00EEBD - HTC Corporation + 001B78 + Hewlett-Packard Company - 38F708 - National Resource Management Inc. + E4FAFD + Intel Corporation - E0DB88 - Open Standard Digital-IF Interface for SATCOM Systems + 94659C + Intel Corporation - A8BD3A - Unionman Technology Ltd + B0C745 + Buffalo Inc. - A824EB - ZAO NPO Introtest + 14CFE2 + ARRIS Group Inc. - C40E45 - ACK Networks,Inc. + 44E137 + ARRIS Group Inc. - 3C89A6 - Kapelse + 001320 + Intel Corporation - A46CC1 - LTi REEnergy GmbH + 0080E1 + STMicroelectronics SRL - A8B9B3 - Essys + F8DB7F + HTC Corporation - 6C09D6 - Digiquest Electronics Ltd + 64A769 + HTC Corporation - 481842 - Shanghai Winaas Co. Equipment Ltd + E899C4 + HTC Corporation - 447098 - Ming Hong Technology (Shen Zhen) Limited + BCCFCC + HTC Corporation - 9CBD9D - SkyDisk Inc. + 0004EA + Hewlett-Packard Company - 74C621 - Zhejiang Hite Renewable Energy Ltd + 001279 + Hewlett-Packard Company - D4319D - Sinwatec + 001321 + Hewlett-Packard Company - B068B6 - Hangzhou OyE Technology Ltd + 000802 + Hewlett-Packard Company - 9C65F9 - AcSiP Technology Corp. + 0002A5 + Hewlett-Packard Company - 487604 - Private + 001871 + Hewlett-Packard Company - 2C534A - Shenzhen Winyao Electronic Limited + 000E7F + Hewlett-Packard Company - A4BBAF - Lime Instruments + 001185 + Hewlett-Packard Company - F490CA - Tensorcom + 10604B + Hewlett-Packard Company - E44C6C - Shenzhen Guo Wei Electronic Ltd + C8CBB8 + Hewlett-Packard Company - A8574E - TP-Link Technologies Ltd + 843497 + Hewlett-Packard Company - B843E4 - Vlatacom + 6CC217 + Hewlett-Packard Company - 282246 - Beijing Sinoix Communication Ltd + 1458D0 + Hewlett-Packard Company - 48B977 - PulseOn Oy + 5C8A38 + Hewlett-Packard Company - 7071B3 - Brain Corporation + EC9A74 + Hewlett-Packard Company - 64E625 - Woxu Wireless Ltd + 2C59E5 + Hewlett-Packard Company - 10B713 - Private + D8FC38 + Giantec Semiconductor Inc - 100E7E - Juniper Networks + AC2A0C + CSR Zhuzhou Institute Ltd - 208986 - ZTE Corporation + 2C6798 + IntalTech Ltd - 44C56F - NGN Easy Satfinder (Tianjin) Electronic Ltd + 00234D + Hon Hai Precision Ind Ltd - B898F7 - Gionee Communication Equipment LtdShenzhen + 002556 + Hon Hai Precision Ind Ltd - 848336 - Newrun + 601888 + ZTE Corporation - 182012 - Aztech Associates Inc. + D860B0 + bioMerieux Italia S.p.A. - B8266C - ANOV France + 54E6FC + TP-Link Technologies Ltd - 3C300C - Dewar Electronics Pty Ltd + 74EA3A + TP-Link Technologies Ltd - 98FFD0 - Lenovo Mobile Communication Technology Ltd + F81A67 + TP-Link Technologies Ltd - A875E2 - Aventura Technologies Inc. + EC172F + TP-Link Technologies Ltd - B87AC9 - Siemens Ltd + 847778 + Cochlear Limited - F06130 - Advantage Pharmacy Services LLC + 887F03 + Comper Technology Investment Limited - 6C3C53 - SoundHawk Corp + 0019E0 + TP-Link Technologies Ltd - 084027 - Gridstore Inc. + 002586 + TP-Link Technologies Ltd - 38BF2F - Espec Corp. + F431C3 + Apple - 44C4A9 - Opticom Communication LLC + 64A5C3 + Apple - C4824E - Changzhou Uchip Electronics Ltd + 28565A + Hon Hai Precision Ind Ltd - A47760 - Nokia Corporation + 6CB56B + HUMAX Ltd - C85663 - Sunflex Europe GmbH + BC3AEA + Guangdong Oppo Mobile Telecommunications Corp Ltd - 88FED6 - ShangHai WangYong Software Ltd + E422A5 + Plantronics Inc. - 7C72E4 - Unikey Technologies + D4C9B2 + Quanergy Systems Inc - 7C2048 - KoamTac + 6021C0 + Murata Manufacturing Ltd - 8CB7F7 - Shenzhen UniStrong Science & Technology Ltd + 88308A + Murata Manufacturing Ltd - 38B74D - Fijowave Limited + 5CDAD4 + Murata Manufacturing Ltd - 180C14 - iSonea Limited + 0026E8 + Murata Manufacturing Ltd - 9CA9E4 + 002512 ZTE Corporation - 90F3B7 - Kirisun Communications Ltd + 001C26 + Hon Hai Precision Ind Ltd - C4E92F - AB Sciex + 14E6E4 + TP-Link Technologies Ltd - A88D7B - SunDroid Global limited. + 344B50 + ZTE Corporation - 3CF748 - Shenzhen Linsn Technology Development Ltd + FCC897 + ZTE Corporation - B07908 - Cummings Engineering + 0016CE + Hon Hai Precision Ind Ltd - E47723 - ZTE Corporation + 002268 + Hon Hai Precision Ind Ltd - 1C63B7 - OpenProducts 237 AB + 001882 + Huawei Technologies Ltd - B4527E - Sony Mobile Communications Inc + D4EA0E + Avaya Inc - 94B9B4 - Aptos Technology + 6CFA58 + Avaya Inc - 6C15F9 - Nautronix Limited + 20F3A3 + Huawei Technologies Ltd - 18AA45 - Fon Technology + 0C37DC + Huawei Technologies Ltd - 902083 - General Engine Management Systems Ltd + BC7670 + Huawei Technologies Ltd - 14B126 - Industrial Software Co + 24DBAC + Huawei Technologies Ltd - D850E6 - ASUSTek Computer Inc. + 1C1D67 + Huawei Technologies Ltd - DC3EF8 - Nokia Corporation + 300ED5 + Hon Hai Precision Ind Ltd - A49F89 - Shanghai Rui Rui Communication Technology Ltd + 485AB6 + Hon Hai Precision Ind Ltd - 7060DE - LaVision GmbH + 543530 + Hon Hai Precision Ind Ltd - 502E5C - HTC Corporation + F866D1 + Hon Hai Precision Ind Ltd - FCFE77 - Hitachi Reftechno Inc. + 2469A5 + Huawei Technologies Ltd - 70533F - Alfa Instrumentos Eletronicos Ltda. + EC233D + Huawei Technologies Ltd - 407A80 - Nokia Corporation + 78F5FD + Huawei Technologies Ltd - 644214 - Swisscom Energy Solutions AG + 5C7D5E + Huawei Technologies Ltd - 0CA694 - Sunitec Enterprise Ltd + 90671C + Huawei Technologies Ltd - 184462 - Riava Networks Inc. + BC25E0 + Huawei Technologies Ltd - C03580 - A&R Tech + F4E3FB + Huawei Technologies Ltd - D08A55 - Skullcandy + D02DB3 + Huawei Technologies Ltd - 344F3F - IO-Power Technology Ltd + E8CD2D + Huawei Technologies Ltd - 146080 - ZTE Corporation + 84A8E4 + Huawei Technologies Ltd - 9CBB98 - Shen Zhen RND Electronic Ltd + 0C96BF + Huawei Technologies Ltd - 50C271 - Securetech Inc + 60E701 + Huawei Technologies Ltd - CC720F - Viscount Systems Inc. + E8088B + Huawei Technologies Ltd - 742B62 - Fujitsu Limited + A051C6 + Avaya Inc - 643F5F - Exablaze + F0EBD0 + Shanghai Feixun Communication Ltd - 8C2F39 - IBA Dosimetry GmbH - - - C0A0BB - D-Link International + 643E8C + Huawei Technologies Ltd - 2CCD69 - Aqavi.com + 0012D2 + Texas Instruments - F45F69 - Matsufu Electronics distribution Company + A863F2 + Texas Instruments - 28A1EB - Etek Technology (Shenzhen) Ltd + 7C6097 + Huawei Technologies Ltd - B8F828 - Changshu Gaoshida Optoelectronic Technology Ltd + CC53B5 + Huawei Technologies Ltd - 3C1A57 - Cardiopulmonary Corp + 60DE44 + Huawei Technologies Ltd - 541B5D - Techno-Innov + 105172 + Huawei Technologies Ltd - 9CE7BD - Winduskorea Ltd + 08E84F + Huawei Technologies Ltd - 3842A6 - Ingenieurbuero Stahlkopf + 888603 + Huawei Technologies Ltd - 2C553C - Gainspeed Inc. + 04F938 + Huawei Technologies Ltd - 248000 - Westcontrol AS + AC853D + Huawei Technologies Ltd - 1C4BB9 - SMG Enterprise LLC + 4846FB + Huawei Technologies Ltd - 346178 - The Boeing Company + D0FF50 + Texas Instruments - 1446E4 - Avistel + 20C38F + Texas Instruments - D095C7 - Pantech Ltd + 7C669D + Texas Instruments - D02C45 - littleBits Electronics Inc. + D8DDFD + Texas Instruments - 044F8B - Adapteva Inc. + D05FB8 + Texas Instruments - B4A82B - Histar Digital Electronics Ltd + E0247F + Huawei Technologies Ltd - 284D92 - Luminator + 00464B + Huawei Technologies Ltd - 54FB58 - WISEWARE, Lda + 80FB06 + Huawei Technologies Ltd - 940BD5 - Himax Technologies Inc. + 6CA849 + Avaya Inc - E0D1E6 - Aliph dba Jawbone + 64C354 + Avaya Inc - D82D9B - Shenzhen G.Credit Communication Technology Ltd + 50CD22 + Avaya Inc - 709BFC - Bryton Inc. + B4A95A + Avaya Inc - ACE42E - SK hynix + 84EB18 + Texas Instruments - 78FE41 - Socus networks + EC1127 + Texas Instruments - 205721 - Salix Technology Ltd + 581626 + Avaya Inc - 883612 - SRC Computers LLC + 70E422 + Cisco Systems Inc. - 083571 - CASwell Inc. + 00500F + Cisco Systems Inc. - 9876B6 - Adafruit + 7C1DD9 + Xiaomi Communications Ltd - 503CC4 - Lenovo Mobile Communication Technology Ltd + A086C6 + Xiaomi Communications Ltd - 2C7B84 - OOO Petr Telegin + 9C99A0 + Xiaomi Communications Ltd - A4C0C7 - Shenzhen Hitom Communication Technology Co Ltd + 584498 + Xiaomi Communications Ltd - 306112 - PAV GmbH + 00E0B0 + Cisco Systems Inc. - 789F4C - HOERBIGER Elektronik GmbH + 00E0FE + Cisco Systems Inc. - 18104E - Cedint-UPM + 00E034 + Cisco Systems Inc. - 9C1465 - Edata Elektronik San. ve Tic. A.S. + 00E0F9 + Cisco Systems Inc. - 4C55CC - Zentri Pty Ltd + C8D719 + Cisco-Linksys LLC - 00C5DB - Datatech Sistemas Digitales Avanzados SL + 001079 + Cisco Systems Inc. - 8CF945 - Power Automation pte Ltd + 001029 + Cisco Systems Inc. - F842FB - Yasuda Joho Ltd + 000E08 + Cisco-Linksys LLC - 887398 - K2E Tekpoint + 4403A7 + Cisco Systems Inc. - 2C922C - Kishu Giken Kogyou Company Ltd + B0FAEB + Cisco Systems Inc. - D8FEE3 - D-Link International + 7CAD74 + Cisco Systems Inc. - 58F387 - Hccp + 00603E + Cisco Systems Inc. - 3C977E - IPS Technology Limited + 00602F + Cisco Systems Inc. - A4FB8D - Hangzhou Dunchong Technology Ltd + 006047 + Cisco Systems Inc. - F4CD90 - Vispiron Rotec GmbH + 0050A2 + Cisco Systems Inc. - 806C8B - Kaeser Kompressoren AG + 00023D + Cisco Systems Inc. - 043D98 - ChongQing QingJia Electronics Ltd + 203A07 + Cisco Systems Inc. - E03E4A - Cavanagh Group International + 00502A + Cisco Systems Inc. - 041B94 - Host Mobility AB + BC16F5 + Cisco Systems Inc. - A0CEC8 - CE Link Limited + FC5B39 + Cisco Systems Inc. - 907A28 - Beijing Morncloud Information And Technology Ltd + 346F90 + Cisco Systems Inc. - 1001CA - Ashley Butterworth + 5CFC66 + Cisco Systems Inc. - 246AAB - IT-IS International + D46D50 + Cisco Systems Inc. - FC4BBC - Sunplus Technology Ltd + 74A02F + Cisco Systems Inc. - 50A0BF - Alba Fiber Systems Inc. + 88908D + Cisco Systems Inc. - B836D8 - Videoswitch + F07816 + Cisco Systems Inc. - DC6F00 - Livescribe Inc. + 00223A + Cisco SPVTG - 54E3B0 - JVL Industri Elektronik + 0021BE + Cisco SPVTG - 804B20 - Ventilation Control + 14DAE9 + ASUSTek Computer Inc. - 287994 - Realplay Digital Technology(Shenzhen) Ltd + F4CFE2 + Cisco Systems Inc. - 107A86 - U&U Engineering Inc. + A80C0D + Cisco Systems Inc. - 40BD9E - Physio-Control Inc. + C07BBC + Cisco Systems Inc. - 6C5779 - Aclima Inc. + 24E9B3 + Cisco Systems Inc. - C0DA74 - Hangzhou Sunyard Technology Ltd + 0011D8 + ASUSTek Computer Inc. - 18D6CF - Kurth Electronic GmbH + C08C60 + Cisco Systems Inc. - F48139 - Canon Inc. + E8EDF3 + Cisco Systems Inc. - 1836FC - Elecsys International Corporation + E4C722 + Cisco Systems Inc. - A4D094 - Erwin Peters Systemtechnik GmbH + 64E950 + Cisco Systems Inc. - 882364 - Watchnet DVR Inc + F41FC2 + Cisco Systems Inc. - 581CBD - Affinegy + 44ADD9 + Cisco Systems Inc. - 284FCE - Liaoning Wontel Science and Technology Development Ltd + 0C6803 + Cisco Systems Inc. - 048D38 - Netcore Technology Inc. + 1CDEA7 + Cisco Systems Inc. - 2C9464 - Cincoze Ltd + F07F06 + Cisco Systems Inc. - 3065EC - Wistron (ChongQing) + 88F031 + Cisco Systems Inc. - 542CEA - Protectron + 0018F3 + ASUSTek Computer Inc. - 94B8C5 - RuggedCom Inc. + 001A92 + ASUSTek Computer Inc. - DC825B - JANUS, spol. s r.o. + 000C41 + Cisco-Linksys LLC - 9CA577 - Osorno Enterprises Inc. + 0016B6 + Cisco-Linksys LLC - C04301 - Epec Oy + 0018F8 + Cisco-Linksys LLC - E07C62 - Whistle Labs Inc. + 00252E + Cisco SPVTG - F07F0C - Leopold Kostal GmbH &Co. KG + 54D46F + Cisco SPVTG - 4C6255 - Sanmina-SCI System de Mexico S.A. de C.V. + A4A24A + Cisco SPVTG - 082719 - APS Systems/electronic AG + 44E08E + Cisco SPVTG - 505AC6 - Guangdong Super Telecom Ltd + 00E036 + Pioneer Corporation - 9C79AC - Suntec Software(Shanghai) Ltd + 00E04F + Cisco Systems Inc. - 4C9614 - Juniper Networks + 0010FF + Cisco Systems Inc. - B863BC - ROBOTIS Ltd + 001054 + Cisco Systems Inc. - 980D2E - HTC Corporation + 0010F6 + Cisco Systems Inc. - C419EC - Qualisys AB + 0010A6 + Cisco Systems Inc. - 604A1C - SUYIN Corporation + BCC810 + Cisco SPVTG - D464F7 - Chengdu Usee Digital Technology Ltd + 7CB21B + Cisco SPVTG - 74D02B - ASUSTek Computer Inc. + 24767D + Cisco SPVTG - 601E02 - EltexAlatau + 481D70 + Cisco SPVTG - E0C6B3 - MilDef AB + F0B2E5 + Cisco Systems Inc. - 6472D8 - GooWi Technology Ltd + 002332 + Apple - 60601F - SZ DJI Technology Ltd + 00236C + Apple - 5C8486 - Brightsource Industries Israel Ltd + 0023DF + Apple - 50CD32 - NanJing Chaoran Science & Technology Ltd + 002500 + Apple - BCBAE1 - AREC Inc. + 0025BC + Apple - 18FA6F - ISC applied Systems Corp + 5897BD + Cisco Systems Inc. - A01C05 - Nimax Telecom Ltd + 5C838F + Cisco Systems Inc. - 60E00E - Shinsei Electronics Ltd + ECBD1D + Cisco Systems Inc. - 545414 - Digital RF Corea Inc. + 0019E3 + Apple - 24EB65 - SAET I.S. S.r.l. + 001B63 + Apple - D0F27F - SteadyServ Technoligies LLC + 001EC2 + Apple - E894F6 - TP-Link Technologies Ltd + 001FF3 + Apple - 188410 - CoreTrust Inc. + 0010FA + Apple - FC229C - Han Kyung I Net Ltd + 0050E4 + Apple - 1832A2 - Laon Technology Ltd + 000D93 + Apple - D4A499 - InView Technology Corporation + 7CFADF + Apple - 08482C - Raycore Taiwan Ltd + 78A3E4 + Apple - DC2BCA - Zera GmbH + 148FC6 + Apple - 9498A2 - Shanghai LISTEN TECH Ltd + 286AB8 + Apple - E0EDC7 - Shenzhen Friendcom Technology Development Ltd + 28E02C + Apple - B4DD15 - ControlThings Oy Ab + E0B9BA + Apple - DC1DD4 - Microstep-MIS spol. s r.o. + 00C610 + Apple - FCDD55 - Shenzhen WeWins wireless Ltd + B8F6B1 + Apple - B01743 - Edison Global Circuits LLC + 8CFABA + Apple - D0BE2C - CNSLink Ltd + 7CD1C3 + Apple - 40516C - Grandex International Corporation + F0DCE2 + Apple - C0885B - SnD Tech Ltd + 24AB81 + Apple - 3CFB96 - Emcraft Systems LLC + E0F847 + Apple - 846223 - Shenzhen Coship Electronics Ltd + 28E7CF + Apple - 1CFA68 - TP-Link Technologies Ltd + E4CE8F + Apple - 081F3F - WondaLink Inc. + A82066 + Apple - 1853E0 - Hanyang Digitech Ltd + BC52B7 + Apple - 00C14F - DDL Ltd + 5C5948 + Apple - 2C26C5 - ZTE Corporation + C8BCC8 + Apple - 105F06 - Actiontec Electronics Inc. + E8040B + Apple - 087999 - AIM GmbH + 145A05 + Apple - C011A6 - Fort-Telecom Ltd + 1CABA7 + Apple - C04A00 - TP-Link Technologies Ltd + C0847A + Apple - 045FA7 - Shenzhen Yichen Technology Development Ltd + 34159E + Apple - 94C962 - Teseq AG + 58B035 + Apple - DC2A14 - Shanghai Longjing Technology Co. + DC86D8 + Apple - 6886E7 - Orbotix Inc. + 90B931 + Apple - C05E6F - V. Stonkaus firma Kodinis Raktas + D0E140 + Apple - C0B8B1 - BitBox Ltd + 24A2E1 + Apple - F82EDB - RTW GmbH & Co. KG + 04214C + Insight Energy Ventures LLC - 808B5C - Shenzhen Runhuicheng Technology Ltd + F832E4 + ASUSTek Computer Inc. - D819CE - Telesquare + 80EA96 + Apple - E0CEC3 - Askey Computer Corp + 600308 + Apple - 38F597 - home2net GmbH + 04F13E + Apple - 807B1E - Corsair Memory Inc. + 98F0AB + Apple - B4AB2C - MtM Technology Corporation + 7831C1 + Apple - 74372F - Tongfang Shenzhen Cloudcomputing Technology Ltd + 783A84 + Apple - F0219D - Cal-Comp Electronics & Communications Company Ltd + 5C8D4E + Apple - 181725 - Cameo Communications Inc. + 8863DF + Apple - 8462A6 - EuroCB (Phils) Inc. + 881FA1 + Apple - E4F365 - Time-O-Matic Inc. + C8E0EB + Apple - DCC0DB - Shenzhen Kaiboer Technology Ltd + 98B8E3 + Apple - AC5D10 - Pace Americas + 885395 + Apple - FC626E - Beijing MDC Telecom + 786C1C + Apple - 84C8B1 - Incognito Software Systems Inc. + 4C8D79 + Apple - E8A364 - Signal Path International / Peachtree Audio + 1CE62B + Apple - BC51FE - Swann Communications Pty Ltd + 0C3021 + Apple - 88F490 - Jetmobile Pte Ltd + 0C3E9F + Apple - 1C9179 - Integrated System Technologies Ltd + FCFC48 + Apple - A0BAB8 - Pixon Imaging + 9C293F + Apple - 74E424 - Apiste Corporation + 80A1AB + Intellisis - 2411D0 - Chongqing Ehs Science and Technology Development Ltd + 84285A + Saffron Solutions Inc - B461FF - Lumigon A/S + D4B8FF + Home Control Singapore Pte Ltd - A0A130 - DLI Taiwan Branch Office + 087402 + Apple - 30215B - Shenzhen Ostar Display Electronic Ltd + 94F6A3 + Apple - 34FA40 - Guangzhou Robustel Technologies Ltd + 98E0D9 + Apple - 1C5A6B - Philips Electronics Nederland BV + CC29F5 + Apple - A875D6 - FreeTek International Ltd + 285AEB + Apple - ECE915 - STI Ltd + F02475 + Apple - 80D733 - QSR Automations Inc. + 2C1F23 + Apple - 303D08 - Glintt TES S.A. + 549F13 + Apple - A81FAF - Krypton Polska + F0DBE2 + Apple - 30D357 - Logosol Inc. + 748114 + Apple - BC39A6 - CSUN System Technology Ltd + 18F643 + Apple - ECB541 - SHINANO E and E Ltd + A45E60 + Apple - D410CF - Huanshun Network Science and Technology Ltd + A01828 + Apple - 6CB311 - Shenzhen Lianrui Electronics Ltd + D0034B + Apple - 10A743 - SK Mtek Limited + 10417F + Apple - 547FA8 - TELCO Systems, s.r.o. + A8667F + Apple - 5474E6 - Webtech Wireless + D02598 + Apple - C46DF1 - DataGravity + 80BE05 + Apple - 304449 - PLATH GmbH + 24A074 + Apple - 94FD2E - Shanghai Uniscope Technologies Ltd + 84788B + Apple - E4C146 - Objetivos y Servicios de Valor A + 84A423 + Sagemcom Broadband SAS - D40057 - MC Technologies GmbH + 3C7873 + Airsonics - 5CE0F6 - NIC.br- Nucleo de Informacao e Coordenacao do Ponto BR + 9C88AD + Fiberhome Telecommunication Technologies Ltd - C83D97 - Nokia Corporation + 88947E + Fiberhome Telecommunication Technologies Ltd - 0CF361 - Java Information + C8A2CE + Oasis Media Systems LLC - 600F77 - SilverPlus Inc. + 58F496 + Source Chain - B0358D - Nokia Corporation + 587F57 + Apple - F8E4FB - Actiontec Electronics Inc. + D07C2D + Leie IOT technology Ltd - 8C4AEE - Giga TMS Inc + EC64E7 + MOCACARE Corporation - 34C99D - Eidolon Communications Technology Ltd + 40862E + JDM Mobile Internet Solution Ltd - ACE64B - Shenzhen Baojia Battery Technology Ltd + C4BBEA + Pakedge Device and Software Inc - 789F87 - Siemens AG I IA PP PRM + 988744 + Wuxi Hongda Science and Technology Ltd - 08E5DA - Nanjing Fujitsu Computer Products Ltd + E8343E + Beijing Infosec Technologies Ltd - 5884E4 - IP500 Alliance e.V. + 346987 + ZTE Corporation - 044BFF - GuangZhou Hedy Digital Technology Ltd + 98F428 + ZTE Corporation - E8718D - Elsys Equipamentos Eletronicos Ltda + A4CC32 + Inficomm Ltd - D0738E - Dong OH Precision Ltd + 006D52 + Apple - 64C944 - LARK Technologies Inc. + A03299 + Lenovo (Beijing) Ltd - 0C93FB - BNS Solutions + 4054E4 + Wearsafe Labs Inc - E44F5F - EDS Elektronik Destek San.Tic LtdSti + DC9A8E + Nanjing Cocomm electronics Ltd - E86D54 - Digit Mobile Inc + ACEE9E + Samsung Electronics Ltd - 90B11C - Dell Inc. + B857D8 + Samsung Electronics Ltd - 005D03 - Xilinx Inc. + 70BF3E + Charles River Laboratories - 802FDE - Zurich Instruments AG + A8C87F + Roqos Inc. - 5C38E0 - Shanghai Super Electronics Technology Ltd + 3C831E + CKD Corporation - 08AF78 - Totus Solutions Inc. + 90DFFB + Homerider Systems - C8C791 - Zero1.tv GmbH + 305A3A + ASUSTek Computer Inc. - ECD925 - Rami + 2C081C + OVH - 1C9492 - RUAG Schweiz AG + C08488 + Finis Inc - B889CA - ILJIN ELECTRIC Ltd + 38F557 + Jolata Inc. - 64F50E - Kinion Technology Company Limited + 54A3FA + BQT Solutions (Australia)Pty Ltd - D04CC1 - SINTRONES Technology Corp. + 246C8A + YUKAI Engineering - 503F56 - Syncmold Enterprise Corp + ACC51B + Zhuhai Pantum Electronics Ltd - 8CEEC6 - Precepscion Pty Ltd + 385F66 + Cisco SPVTG - 101248 - ITG Inc. + B844D9 + Apple - 1848D8 - Fastback Networks + 9C7A03 + Ciena Corporation - F0D3E7 - Sensometrix SA + 5CCF7F + Espressif Inc. - B01266 - Futaba-Kikaku + 681295 + Lupine Lighting Systems GmbH - 7CC8D0 - Tianjin Yaan Technology Ltd + 7011AE + Music Life Ltd - 88E917 - Tamaggo + 041E7A + DSPWorks - 88615A - Siano Mobile Silicon Ltd + 84A788 + Perples - 70E24C - SAE IT-Systems GmbH & Co. KG + AC60B6 + Ericsson AB - 00FD4C - Nevatec + 14B370 + Gigaset Digital Technology (Shenzhen) Ltd - 144319 - Creative & Link Technology Limited + 6889C1 + Huawei Technologies Ltd - D8AF3B - Hangzhou Bigbright Integrated Communications System Ltd + 1C497B + Gemtek Technology Ltd - 6032F0 - Mplus technology + 2CCF58 + Huawei Technologies Ltd - 2829D9 - GlobalBeiMing technology (Beijing) Ltd + D09380 + Ducere Technologies Pvt Ltd - 1CC316 - MileSight Technology Ltd + 68F956 + Objetivos y Servicio de Valor Anadido - 6815D3 - Zaklady Elektroniki i Mechaniki Precyzyjnej R&G S.A. + C8A9FC + Goyoo Networks Inc. - 10F3DB - Gridco Systems Inc. + FCFEC2 + Invensys Controls UK Limited - 305D38 - Beissbarth + 689AB7 + Atelier Vision Corporation - 60D2B9 - Realand BIO Ltd + 444CA8 + Arista Networks - 30FD11 - Macrotech (USA) Inc. + 7C2BE1 + Shenzhen Ferex Electrical Ltd - C4DA26 - Noblex SA + 5031AD + ABB Global Industries and Services Private Limited - 7CC8AB - Acro Associates Inc. + 143EBF + ZTE Corporation - 601929 - Voltronic Power Technology(Shenzhen) Corp. + FC2FEF + UTT Technologies Ltd - 48B253 - Marketaxess Corporation + A4C138 + Telink Semiconductor (Taipei) Ltd - 74943D - AgJunction + 20F510 + Codex Digital Limited - 58CF4B - Lufkin Industries + A8741D + PHOENIX CoNTACT Electronics GmbH - 68B43A - WaterFurnace International Inc. + F09A51 + Shanghai Viroyal Electronic Technology Company Limited - 4C7897 - Arrowhead Alarm Products Ltd + 4CB82C + Cambridge Mobile Telematics Inc. - 44E8A5 - Myreka Technologies Sdn. Bhd. + E4A32F + Shanghai Artimen Technology Ltd - D8AFF1 - Panasonic Appliances Company + F4672D + Shenzhen Topstar Technology Company - 2C6289 - Regenersis (Glenrothes) Ltd + A8D828 + Ascensia Diabetes Care - 58ECE1 - Newport Corporation + B869C2 + Sunitec Enterprise Ltd - 4C09B4 - ZTE Corporation + 88CBA5 + Suzhou Torchstar Intelligent Technology Ltd - 60D1AA - Vishal Telecommunications Pvt Ltd + 7CA23E + Huawei Technologies Ltd - 709BA5 - Shenzhen Y&D Electronics Ltd + 501AA5 + GN Netcom A/S - F45433 - Rockwell Automation + A48D3B + Vizio Inc. - B48910 - Coster T.E. S.P.A. + 1C56FE + Motorola Mobility LLC, a Lenovo Company - B0C83F - Jiangsu Cynray IOT Ltd + B899B0 + Cohere Technologies - 3CF392 - Virtualtek Ltd + D85DEF + Busch-Jaeger Elektro GmbH - B482C5 - Relay2 Inc. + 88A2D7 + Huawei Technologies Ltd - 985E1B - ConversDigital Ltd + 00323A + so-logic - D48CB5 - Cisco Systems Inc. + 809FAB + Fiberhome Telecommunication Technologies Ltd - 909DE0 - Newland Design + Assoc Inc. + E00370 + Shenzhen Continental Wireless Technology Ltd - 149FE8 - Lenovo Mobile Communication Technology Ltd + 046169 + Media Global Links Ltd - BCD940 - ASR Ltd + BCEB5F + Fujian Beifeng Telecom Technology Ltd - 049C62 - BMT Medical Technology s.r.o. + AC5A14 + Samsung Electronics Ltd - 0C2A69 - electric imp Inc.orporated + F0AB54 + Mitsumi Electric Ltd - C455C2 - Bach-Simpson + 3C3178 + Qolsys Inc. - 00E8AB - Meggitt Training Systems Inc. + 08ECA9 + Samsung Electronics Ltd - B4218A - Dog Hunter LLC + E04B45 + Hi-P Electronics Pte Ltd - B4A4B5 - Zen Eye Ltd + F46A92 + Shenzhen Fast Technologies Ltd - DC37D2 - Hunan HKT Electronic Technology Ltd + F0D657 + Echosens - 407074 - Life Technology (China) Ltd + 9C37F4 + Huawei Technologies Ltd - 20F002 - MTData Developments Pty Ltd + 3C4711 + Huawei Technologies Ltd - 388AB7 - ITC Networks + 5CEB68 + Cheerstar Technology Ltd - BCC23A - Thomson Video Networks + AC562C + Lava International(H.K) Limited - 1CF4CA - Private + FC9AFA + Motus Global Inc. - ACC2EC - CLT Int'l Ind. Corp. + 14157C + Tokyo Cosmos Electric Ltd - A865B2 - Dongguan Yishang Electronic Technology Ltd + 20E407 + Spark srl - E8D0FA - MKS Instruments Deutschland GmbH + D09DAB + TCT mobile Ltd - 98262A - Applied Research Associates Inc. + 887384 + Toshiba - 3C9174 - Along Communication Technology + 24693E + innodisk Corporation - ACEE3B - 6harmonics Inc + C0DC6A + Qingdao Eastsoft Communication Technology Ltd - 1C6BCA - Mitsunami Ltd + 24B0A9 + Shanghai Mobiletek Communication Ltd - 642400 - Xorcom Ltd + 1CC586 + Absolute Acoustics - E83EFB - Geodesic Ltd + 407FE0 + Glory Star Technics (Shenzhen) Limited - ECD19A - Zhuhai Liming Industries Ltd + C8E130 + Milkyway Group Ltd - 348137 - Unicard SA + 486EFB + Davit System Technology Ltd - 38B12D - Sonotronic Nagel GmbH + B0966C + Lanbowan Technology Ltd - 549D85 - EnerAccess Inc + 1CF03E + Wearhaus Inc. - B0750C - QA Cafe + 883B8B + Cheering Connection Ltd - B4E1EB - Private + E4F939 + Minxon Hotel Technology Inc. - 3C363D - Nokia Corporation + 146B72 + Shenzhen Fortune Ship Technology Ltd - 808698 - Netronics Technologies Inc. + B8F080 + SPS Inc. - 9CE10E - NCTech Ltd + 805067 + W & D Technology Corporation - A06D09 - Intelcan Technosystems Inc. + 78F944 + Private - 60F3DA - Logic Way GmbH + 247656 + Shanghai Net Miles Fiber Optics Technology Ltd - FC5090 - SIMEX Sp. z o.o. + F8CFC5 + Motorola Mobility LLC, a Lenovo Company - 60B982 - RO.VE.R. Laboratories S.p.A. + A47B85 + ULTIMEDIA Ltd - B46238 - Exablox + 5C5B35 + Mist Systems Inc. - C8BBD3 - Embrane + Ecbafe + Giroptic - 8C604F - Cisco Systems Inc. + 3C2C94 + (HangZhou Delan Technology Ltd) - A4B980 - Parking BOXX Inc. + 241B44 + Hangzhou Tuners Electronics Ltd - A47C14 - ChargeStorm AB + 80A85D + Osterhout Design Group - 8020AF - Trade FIDES, a.s. + ACCAAB + Virtual Electric Inc - 2C750F - Shanghai Dongzhou-Lawton Communication Technology Ltd + 485415 + NET Rules Tecnologia Eireli - 5C5015 - Cisco Systems Inc. + 7840E4 + Samsung Electronics Ltd - 980284 - Theobroma Systems GmbH + E09971 + Samsung Electronics Ltd - 1CD40C - Kriwan Industrie-Elektronik GmbH + 70DA9C + Tecsen - 002D76 - TITECH GmbH + 2CA2B4 + Fortify Technologies LLC - F8DB4C - PNY Technologies Inc. + 10D38A + Samsung Electronics Ltd - 0C9D56 - Consort Controls Ltd + E48501 + Geberit International AG - 3CB87A - Private + 206274 + Microsoft Corporation - AC1461 - ATAW Ltd + E8162B + IDEO Security Ltd - E4C6E6 - Mophie LLC + B47356 + Hangzhou Treebear Networking Ltd - 502D1D - Nokia Corporation + 346895 + Hon Hai Precision Ind Ltd - F48E09 - Nokia Corporation + 847303 + Letv Mobile and Intelligent Information Technology (Beijing) Corporation Ltd - 5848C0 - Coflec + 3CC2E1 + Xinhua Control Engineering Ltd - 8C57FD - LVX Western + 8C873B + Leica Camera AG - 54E63F - Shenzhen LingKeWeiEr Technology Ltd + 44F477 + Juniper Networks - 20FABB - Cambridge Executive Limited + 142971 + Nemoa Electronics (HK) Ltd - 141A51 - Treetech Sistemas Digitais + 78E980 + RainUs Ltd - 587FC8 - S2M + E0FFF7 + Softiron Inc. - 200505 - Radmax Communication Private Limited + 3C6A9D + Dexatek Technology Ltd - C035BD - Velocytech Aps + 349E34 + Evervictory Electronic Ltd - 287184 - Spire Payments + 700FC7 + Shenzhen Ikinloop Technology Ltd - 7CB03E - OSRAM GmbH + BC74D7 + HangZhou JuRu Technology Ltd - 3C9F81 - Shenzhen CATIC Bit Communications Technology Ltd + 78EB14 + Shenzhen Fast Technologies Ltd - 445F7A - Shihlin Electric & Engineering Corp. + 3C4937 + ASSMANN Electronic GmbH - 441319 - WKK Technology Ltd + 844464 + ServerU Inc - 18B591 - I-Storm + 003560 + Rosen Aviation - BC8B55 - NPP ELIKS America Inc. DBA T&M Atlantic + F8BC41 + Rosslare Enterprises Limited - C0493D - Maitrise Technologique + 3CB792 + Hitachi Maxell Ltd Optronics Division - C84544 - Asia Pacific CIS (Wuxi) Ltd + F8B2F3 + Guangzhou Bosma Technology Ltd - E0EF25 - Lintes Technology Ltd + 28D98A + Hangzhou Konke Technology Ltd - 50ED94 - Egatel SL + D89341 + General Electric Global Research - 48A22D - Shenzhen Huaxuchang Telecom Technology Ltd + 1C9ECB + Beijing Nari Smartchip Microelectronics Company Limited - C86000 - ASUSTek Computer Inc. + D48DD9 + Meld Technology Inc. - AC0DFE - Ekon GmbH - myGEKKO + DCC622 + Buheung System - FC5B26 - MikroBits + 902CC7 + C-MAX Asia Limited - 40F407 - Nintendo Ltd + 8870EF + SC Professional Trading Ltd - B01C91 - Elim Co + 94C038 + Tallac Networks - 04F17D - Tarana Wireless + 6836B5 + DriveScale Inc. - 844915 - vArmour Networks Inc. + C40880 + Shenzhen UTEPO Tech Ltd - 2CBE97 - Ingenieurbuero Bickele und Buehler GmbH + D88039 + Microchip Technology Inc. - 70A66A - Prox Dynamics AS + 5C966A + Rtnet - DC3E51 - Solberg & Andersen AS + BCBC46 + SKS Welding Systems GmbH - 900A3A - PSG Plastic Service GmbH + 9816EC + IC Intracom - 28CD1C - Espotel Oy + D062A0 + China Essence Technology (Zhumadian) Ltd - D443A8 - Changzhou Haojie Electric Ltd + 90179B + Nanomegas - BCE59F - WATERWORLD Technology Ltd + 14F893 + Wuhan FiberHome Digital Technology Ltd - 7041B7 - Edwards Lifesciences LLC + 582136 + KMB Systems, s.r.o. - DCA8CF - New Spin Golf LLC. + 800902 + Keysight Technologies Inc. - A849A5 - Lisantech Ltd + 0499E6 + Shenzhen Yoostar Technology Ltd - A05E6B - MELPER Ltd + 70FF5C + Cheerzing Communication(Xiamen)Technology Ltd - D878E5 - Kuhn SA + 4C48DA + Beijing Autelan Technology Ltd - D824BD - Cisco Systems Inc. + 205CFA + Yangzhou ChangLian Network Technology Ltd - 3497FB - Advanced RF Technologies Inc + 84930C + Incoax Networks Europe AB - F03A55 - Omega Elektronik AS + 1CA2B1 + ruwido austria GmbH - 98BC57 - SVA Technologies Ltd + 384B76 + AIRTAME ApS - DC3C2E - Manufacturing System Insights Inc. + 38B1DB + Hon Hai Precision Ind Ltd - F83553 - Magenta Research Ltd + 34F6D2 + Panasonic Taiwan Ltd - F4044C - ValenceTech Limited + 64002D + Powerlinq Ltd - C467B5 - Libratone A/S + B47C29 + Shenzhen Guzidi Technology Ltd - 4C3910 - Newtek Electronics Ltd + D48F33 + Microsoft Corporation - 903AA0 - Nokia + 54F876 + ABB AG - B06CBF - 3ality Digital Systems GmbH + 34B7FD + Guangzhou Younghead Electronic Technology Ltd - 54D0ED - AXIM Communications + B41780 + DTI Group Ltd - 843611 - hyungseul Publishing networks + 489D18 + Flashbay Limited - 3440B5 - IBM + 90203A + BYD Precision Manufacture Ltd - D4D748 - Cisco Systems Inc. + 80EACA + Dialog Semiconductor Hellas SA - 344F69 - Ekinops SAS + 20A99B + Microsoft Corporation - F8313E - endeavour GmbH + 604826 + Newbridge Technologies Int Ltd - 143605 - Nokia Corporation + 38F33F + Tatsuno Corporation - C81AFE - DLOGIC GmbH + D80CCF + C.G.V. S.A.S. - EC63E5 - ePBoard Design LLC + 4CBB58 + Chicony Electronics Ltd - 94DB49 - Sitcorp + A41242 + NEC Platforms Ltd - F0620D - Shenzhen Egreat Tech Corp Ltd + D00AAB + Yokogawa Digital Computer Corporation - 2C67FB - Shenzhen Zhengjili Electronics Ltd + C40006 + Lipi Data Systems Ltd - 3CE5B4 - Kidasen Industria E Comercio de Antenas Ltda + 38262B + UTran Technology - 08D09F - Cisco Systems Inc. + 480C49 + NAKAYO Inc - 644BF0 - CalDigit Inc. + 3CD9CE + Eclipse WiFi - 64ED62 - WOORI SysTEMS Ltd + 6077E2 + Samsung Electronics Ltd - 2C002C - Unowhy + FC1910 + Samsung Electronics Ltd - 5CC9D3 - Palladium Energy Eletronica DA Amazonia Ltda + FC790B + Hitachi High Technologies America Inc. - C87CBC - Valink Ltd + 6081F9 + Helium Systems Inc. - B81413 - Keen High Holding(HK) Ltd + 8401A7 + Greyware Automation Products Inc. - B4944E - WeTelecom Ltd + 98F170 + Murata Manufacturing Ltd - E00B28 - Inovonics + 686E48 + Prophet Electronic Technology Corp Ltd - 48022A - B-Link Electronic Limited + 04C991 + Phistek Inc. - 18E80F - Viking Electronics Inc. + 3CA10D + Samsung Electronics Ltd - CC6BF1 - Sound Masking Inc. + 646CB2 + Samsung Electronics Ltd - 2C9717 - I.C.Y. B.V. + 680571 + Samsung Electronics Ltd - 2C3F38 - Cisco Systems Inc. + 14B484 + Samsung Electronics Ltd - 4050E0 - Milton Security Group LLC + F4C447 + Coagent International Enterprise Limited - 70CA9B - Cisco Systems Inc. + C8E42F + Technical Research Design and Development - A078BA - Pantech Ltd + C4C9EC + Gugaoo HK Limited - 68BC0C - Cisco Systems Inc. + 34E42A + Automatic Bar Controls Inc. - 345B11 - EVI Heat AB + 3059B7 + Microsoft Corporation - 78BAD0 - Shinybow Technology Ltd + 20A787 + Bointec Taiwan Corporation Limited - 24E6BA - JSC Zavod im. Kozitsky + A0FC6E + Telegrafia a.s. - CCA374 - Guangdong Guanglian Electronic Technology Ltd + 2053CA + Risk Technology Ltd - 58677F - Clare Controls Inc. + A43D78 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 0C5A19 - Axtion Sdn Bhd + 04572F + Sertel Electronics UK Ltd - A8BD1A - Honey Bee (Hong Kong) Limited + D8977C + Grey Innovation - 248707 - SEnergy Corporation + BC8D0E + Nokia - C4C19F - National Oilwell Varco Instrumentation, Monitoring, and Optimization (NOV IMO) + A49F85 + Lyve Minds Inc. - 000830 - Cisco Systems Inc. + 78923E + Nokia Corporation - C4EEAE - VSS Monitoring + ACA9A0 + Audioengine Ltd - F8D3A9 - AXAN Networks + A481EE + Nokia Corporation - BC779F - SBM Ltd + 78D66F + Aristocrat Technologies Australia Pty Ltd - 406AAB - RIM + 441E91 + ARVIDA Intelligent Electronics Technology Ltd - 9CA3BA - SAKURA Internet Inc. + C4626B + ZPT Vigantice - 8C8A6E - Estun Automation Technoloy Ltd + EC1766 + Research Centre Module - 988217 - Disruptive Ltd + A0D12A + AXPRO Technology Inc. - 9C5C8D - Firemax Industria E Comercio de Produtos Eletronicos Ltda + 209AE9 + Volacomm Ltd - D4206D - HTC Corporation + 345D10 + Wytek - 7C1E52 - Microsoft Corporation + 6C14F7 + Erhardt+Leimer GmbH - DCB4C4 - Microsoft XCG + B0D59D + Shenzhen Zowee Technology Ltd - ACCB09 - Hefcom Metering (Pty) Ltd + 6828BA + Dejai - 1866E3 - Veros Systems Inc. + B05706 + Vallox Oy - 74FDA0 - Compupal (Group) Corporation + 48EE07 + Silver Palm Technologies LLC - CCB8F1 - Eagle Kingdom Technologies Limited + 50C7BF + TP-Link Technologies Ltd - A429B7 - bluesky + 205A00 + Coval - 48F317 - Private + A8A668 + ZTE Corporation - CCF8F0 - Xi'an HISU Multimedia Technology Ltd + 00EEBD + HTC Corporation - 04888C - Eifelwerk Butler Systeme GmbH + 38F708 + National Resource Management Inc. - D45AB2 - Galleon Systems + E0DB88 + Open Standard Digital-IF Interface for SATCOM Systems - 30DE86 - Cedac Software S.r.l. + A8BD3A + Unionman Technology Ltd - 18C451 - Tucson Embedded Systems + A824EB + ZAO NPO Introtest - 704642 - Chyng Hong Electronic Ltd + C40E45 + ACK Networks,Inc. - D41C1C - RCF S.P.A. + 3C89A6 + Kapelse - 58920D - Kinetic Avionics Limited + A46CC1 + LTi REEnergy GmbH - AC02EF - Comsis + A8B9B3 + Essys - B8B42E - Gionee Communication Equipment LtdShenzhen + 6C09D6 + Digiquest Electronics Ltd - 443EB2 - DEOTRON Ltd + 481842 + Shanghai Winaas Co. Equipment Ltd - D059C3 - CeraMicro Technology Corporation + 447098 + Ming Hong Technology (Shen Zhen) Limited - 182C91 - Concept Development Inc. + 9CBD9D + SkyDisk Inc. - FC1794 - InterCreative Ltd + 74C621 + Zhejiang Hite Renewable Energy Ltd - B40B7A - Brusa Elektronik AG + D4319D + Sinwatec - 280CB8 - Mikrosay Yazilim ve Elektronik A.S. + B068B6 + Hangzhou OyE Technology Ltd - 3CC99E - Huiyang Technology Ltd + 9C65F9 + AcSiP Technology Corp. - 2C1EEA - Aerodev + 487604 + Private - 1C8E8E - DB Communication & Systems Ltd + 2C534A + Shenzhen Winyao Electronic Limited - 24EC99 - Askey Computer Corp + A4BBAF + Lime Instruments - A44B15 - Sun Cupid Technology (HK) Ltd + F490CA + Tensorcom - 48C862 - Simo Wireless,Inc. + E44C6C + Shenzhen Guo Wei Electronic Ltd - 78BEB6 - Enhanced Vision + A8574E + TP-Link Technologies Ltd - 449CB5 - Alcomp Inc. + B843E4 + Vlatacom - B4FC75 - SEMA Electronics(HK) Ltd + 282246 + Beijing Sinoix Communication Ltd - B0BF99 - Wizitdongdo + 48B977 + PulseOn Oy - B82ADC - EFR Europaische Funk-Rundsteuerung GmbH + 7071B3 + Brain Corporation - 40F14C - ISE Europe SPRL + 64E625 + Woxu Wireless Ltd - E8944C - Cogent Healthcare Systems Ltd + 10B713 + Private - 9067F3 - Alcatel Lucent + 100E7E + Juniper Networks - D4F0B4 - Napco Security Technologies + 208986 + ZTE Corporation - 68F895 - Redflow Limited + 44C56F + NGN Easy Satfinder (Tianjin) Electronic Ltd - 70B921 - Fiberhome Telecommunication Technologies Ltd + B898F7 + Gionee Communication Equipment LtdShenzhen - A0E295 - DAT System Ltd + 848336 + Newrun - A0165C - Triteka Ltd + 182012 + Aztech Associates Inc. - 9C417C - Hame Technology Ltd + B8266C + ANOV France - 9C6ABE - QEES ApS. + 3C300C + Dewar Electronics Pty Ltd - 9C934E - Xerox Corporation + 98FFD0 + Lenovo Mobile Communication Technology Ltd - 044665 - Murata Manufacturing Ltd + A875E2 + Aventura Technologies Inc. - 2C2172 - Juniper Networks + B87AC9 + Siemens Ltd - 900917 - Far-sighted mobile + F06130 + Advantage Pharmacy Services LLC - 2C8BF2 - Hitachi Metals America Ltd + 6C3C53 + SoundHawk Corp - D8973B - Artesyn Embedded Technologies + 084027 + Gridstore Inc. - 3826CD - Andtek + 38BF2F + Espec Corp. - 88BFD5 - Simple Audio Ltd + 44C4A9 + Opticom Communication LLC - 24CBE7 - MYK Inc. + C4824E + Changzhou Uchip Electronics Ltd - B0A10A - Pivotal Systems Corporation + A47760 + Nokia Corporation - 802DE1 - Solarbridge Technologies + C85663 + Sunflex Europe GmbH - F4A52A - Hawa Technologies Inc + 88FED6 + ShangHai WangYong Software Ltd - 0C6E4F - PrimeVOLT Ltd + 7C72E4 + Unikey Technologies - E8B748 - Cisco Systems Inc. + 7C2048 + KoamTac - BC99BC - FonSee Technology Inc. + 8CB7F7 + Shenzhen UniStrong Science & Technology Ltd - 783F15 - EasySYNC Ltd + 38B74D + Fijowave Limited - 18D071 - Dasan Ltd + 180C14 + iSonea Limited - 58E476 - Centron Communications Technologies Fujian Ltd + 9CA9E4 + ZTE Corporation - 447E95 - Alpha and Omega Inc. + 90F3B7 + Kirisun Communications Ltd - 986022 - EMW Ltd + C4E92F + AB Sciex - B8D49D - M Seven System Ltd + A88D7B + SunDroid Global limited. - 3C672C - Sciovid Inc. + 3CF748 + Shenzhen Linsn Technology Development Ltd - DC9B1E - Intercom Inc. + B07908 + Cummings Engineering - BC5FF4 - ASRock Incorporation + E47723 + ZTE Corporation - E8B4AE - Shenzhen C&D Electronics Ltd + 1C63B7 + OpenProducts 237 AB - 50FAAB - L-tek d.o.o. + 94B9B4 + Aptos Technology - 3891FB - Xenox Holding BV + 6C15F9 + Nautronix Limited - A8E018 - Nokia Corporation + 18AA45 + Fon Technology - 781DFD - Jabil Inc + 902083 + General Engine Management Systems Ltd - 18AEBB - Siemens Convergence Creators GmbH&Co.KG + 14B126 + Industrial Software Co - B0BDA1 - Zaklad Elektroniczny Sims + D850E6 + ASUSTek Computer Inc. - 70B265 - Hiltron s.r.l. + DC3EF8 + Nokia Corporation - CCC62B - Tri-Systems Corporation + A49F89 + Shanghai Rui Rui Communication Technology Ltd - D8C068 - Netgenetech Ltd + 7060DE + LaVision GmbH - 601199 - Siama Systems Inc + 502E5C + HTC Corporation - 6C81FE - Mitsuba Corporation + FCFE77 + Hitachi Reftechno Inc. - C027B9 - Beijing National Railway Research & Design Institute Of Signal & Communication Ltd + 70533F + Alfa Instrumentos Eletronicos Ltda. - 147411 - RIM + 407A80 + Nokia Corporation - F8A9DE - Puissance Plus + 644214 + Swisscom Energy Solutions AG - A88CEE - MicroMade Galka i Drozdz sp.j. + 0CA694 + Sunitec Enterprise Ltd - DC2B66 - InfoBLOCK S.A. de C.V. + 184462 + Riava Networks Inc. - B8871E - Good Mind Industries Ltd + C03580 + A&R Tech - D4F027 - Trust Power Ltd + D08A55 + Skullcandy - 0455CA - BriView (Xiamen) Corp. + 344F3F + IO-Power Technology Ltd - 1435B3 - Future Designs Inc. + 146080 + ZTE Corporation - AC932F - Nokia Corporation + 9CBB98 + Shen Zhen RND Electronic Ltd - 0054AF - Continental Automotive Systems Inc. + 50C271 + Securetech Inc - ACCABA - Midokura Ltd + CC720F + Viscount Systems Inc. - 0C8112 - Private + 742B62 + Fujitsu Limited - 9C95F8 - SmartDoor Systems LLC + 643F5F + Exablaze - 7819F7 - Juniper Networks + 8C2F39 + IBA Dosimetry GmbH - 64094C - Beijing Superbee Wireless Technology Ltd + C0A0BB + D-Link International - 7C7D41 - Jinmuyu Electronics Ltd + 2CCD69 + Aqavi.com - 4C1480 - Noregon Systems Inc. + F45F69 + Matsufu Electronics distribution Company - A4856B - Q Electronics Ltd + 28A1EB + Etek Technology (Shenzhen) Ltd - 20D5AB - Korea Infocom Ltd + B8F828 + Changshu Gaoshida Optoelectronic Technology Ltd - 0CF3EE - EM Microelectronic + 3C1A57 + Cardiopulmonary Corp - 64D1A3 - Sitecom Europe BV + 541B5D + Techno-Innov - F43E9D - Benu Networks Inc. + 9CE7BD + Winduskorea Ltd - 04E2F8 - AEP Ticketing solutions srl + 3842A6 + Ingenieurbuero Stahlkopf - EC9ECD - Artesyn Embedded Technologies + 248000 + Westcontrol AS - 8C5105 - Shenzhen ireadygo Information Technology Ltd + 1C4BB9 + SMG Enterprise LLC - C8208E - Storagedata + 346178 + The Boeing Company - 5C5EAB - Juniper Networks + 1446E4 + Avistel - 9C807D - SysCABLE Korea Inc. + D095C7 + Pantech Ltd - 28E297 - Shanghai InfoTM Microelectronics Ltd + D02C45 + littleBits Electronics Inc. - 34B571 - Plds + 044F8B + Adapteva Inc. - 3C7437 - RIM + B4A82B + Histar Digital Electronics Ltd - EC9233 - Eddyfi NDT Inc + 284D92 + Luminator - 743889 - ANNAX Anzeigesysteme GmbH + 54FB58 + WISEWARE, Lda - 44D2CA - Anvia TV Oy + 940BD5 + Himax Technologies Inc. - 386E21 - Wasion Group Ltd + E0D1E6 + Aliph dba Jawbone - 2872F0 - Athena + D82D9B + Shenzhen G.Credit Communication Technology Ltd - 1C19DE - eyevis GmbH + 709BFC + Bryton Inc. - 609E64 - Vivonic GmbH + ACE42E + SK hynix - BC15A6 - Taiwan Jantek Electronics Ltd + 78FE41 + Socus networks - DCDECA - Akyllor + 205721 + Salix Technology Ltd - A0AAFD - EraThink Technologies Corp. + 883612 + SRC Computers LLC - 6CA906 - Telefield Ltd + 083571 + CASwell Inc. - 78223D - Affirmed Networks + 9876B6 + Adafruit - 3C02B1 - Creation Technologies LP + 503CC4 + Lenovo Mobile Communication Technology Ltd - E441E6 - Ottec Technology GmbH + 2C7B84 + OOO Petr Telegin - BC71C1 - XTrillion Inc. + A4C0C7 + Shenzhen Hitom Communication Technology Co Ltd - E0E8E8 - Olive Telecommunication Pvt Ltd + 306112 + PAV GmbH - 6052D0 - FACTS Engineering + 789F4C + HOERBIGER Elektronik GmbH - B08991 - LGE + 18104E + Cedint-UPM - 30142D - Piciorgros GmbH + 9C1465 + Edata Elektronik San. ve Tic. A.S. - 50AF73 - Shenzhen Bitland Information Technology Ltd + 4C55CC + Zentri Pty Ltd - 5C9AD8 - Fujitsu Limited + 00C5DB + Datatech Sistemas Digitales Avanzados SL - A4C0E1 - Nintendo Ltd + 8CF945 + Power Automation pte Ltd - 4C3B74 - VOGTEC(H.K.) Ltd + F842FB + Yasuda Joho Ltd - 684352 - Bhuu Limited + 887398 + K2E Tekpoint - ECE90B - Sistema Solucoes Eletronicas Ltda - Easytech + 2C922C + Kishu Giken Kogyou Company Ltd - A08C9B - Xtreme Technologies Corp + D8FEE3 + D-Link International - A83944 - Actiontec Electronics Inc. + 58F387 + Hccp - 74E06E - Ergophone GmbH + 3C977E + IPS Technology Limited - 0CF0B4 - Globalsat International Technology Ltd + A4FB8D + Hangzhou Dunchong Technology Ltd - 48DF1C - Wuhan NEC Fibre Optic Communications Industry Ltd + F4CD90 + Vispiron Rotec GmbH - D49C8E - University Of FUKUI + 806C8B + Kaeser Kompressoren AG - F8F014 - RackWare Inc. + 043D98 + ChongQing QingJia Electronics Ltd - 2826A6 - PBR electronics GmbH + E03E4A + Cavanagh Group International - B428F1 - E-Prime Ltd + 041B94 + Host Mobility AB - C01242 - Alpha Security Products + A0CEC8 + CE Link Limited - BC20BA - Inspur (Shandong) Electronic Information Ltd + 907A28 + Beijing Morncloud Information And Technology Ltd - 1CFEA7 - IDentytech Solutins Ltd + 1001CA + Ashley Butterworth - 304EC3 - Tianjin Techua Technology Ltd + 246AAB + IT-IS International - B4CFDB - Shenzhen Jiuzhou Electric Ltd + FC4BBC + Sunplus Technology Ltd - FCD4F2 - The Coca Cola Company + 50A0BF + Alba Fiber Systems Inc. - 5C6A7D - Kentkart EGE Elektronik SAN. VE TIC Ltd STI. + B836D8 + Videoswitch - 44599F - Criticare Systems Inc. + DC6F00 + Livescribe Inc. - 3C2F3A - SFORZATO Corp. + 54E3B0 + JVL Industri Elektronik - 74CE56 - Packet Force Technology Limited Company + 804B20 + Ventilation Control - AC2FA8 - Humannix Ltd + 287994 + Realplay Digital Technology(Shenzhen) Ltd - 1064E2 - ADFweb.com s.r.l. + 107A86 + U&U Engineering Inc. - CC34D7 - Gewiss S.P.A. + 40BD9E + Physio-Control Inc. - F02A61 - Waldo Networks Inc. + 6C5779 + Aclima Inc. - C8A70A - Verizon Business + C0DA74 + Hangzhou Sunyard Technology Ltd - 60DA23 - Estech Ltd + 18D6CF + Kurth Electronic GmbH - 44DCCB - Semindia Systems PVT Ltd + F48139 + Canon Inc. - A0DE05 - JSC Irbis-T + 1836FC + Elecsys International Corporation - 0817F4 - IBM Corp + 882364 + Watchnet DVR Inc - CCD811 - Aiconn Technology Corporation + 581CBD + Affinegy - F43814 - Shanghai Howell Electronic Ltd + 284FCE + Liaoning Wontel Science and Technology Development Ltd - 90610C - Fida International (S) Pte Ltd + 048D38 + Netcore Technology Inc. - 3C5F01 - Synerchip Ltd + 2C9464 + Cincoze Ltd - ECBBAE - Digivoice Tecnologia em Eletronica Ltda + 3065EC + Wistron (ChongQing) - 34A183 - AWare Inc. + 542CEA + Protectron - 9873C4 - Sage Electronic Engineering LLC + 94B8C5 + RuggedCom Inc. - B40142 - GCI Science & Technology Ltd + DC825B + JANUS, spol. s r.o. - 740ABC - LightwaveRF Technology Ltd + 9CA577 + Osorno Enterprises Inc. - 10A13B - Fujikura Rubber Ltd + C04301 + Epec Oy - F4E142 - Delta Elektronika BV + E07C62 + Whistle Labs Inc. - AC8112 - Gemtek Technology Ltd + F07F0C + Leopold Kostal GmbH &Co. KG - 686359 - Advanced Digital Broadcast SA + 4C6255 + Sanmina-SCI System de Mexico S.A. de C.V. - 28061E - Ningbo Global Useful Electric Ltd + 082719 + APS Systems/electronic AG - 64E8E6 - global moisture management System + 505AC6 + Guangdong Super Telecom Ltd - E0D10A - Katoudenkikougyousyo Ltd + 9C79AC + Suntec Software(Shanghai) Ltd - C44B44 - Omniprint Inc. + 4C9614 + Juniper Networks - 18922C - Virtual Instruments + B863BC + ROBOTIS Ltd - A49B13 - Digital Check + 980D2E + HTC Corporation - C8EE08 - Tangtop Technology Ltd + C419EC + Qualisys AB - 7472F2 - Chipsip Technology Ltd + 604A1C + SUYIN Corporation - 48C8B6 - SysTec GmbH + D464F7 + Chengdu Usee Digital Technology Ltd - 3C6278 - Shenzhen Jetnet Technology Ltd + 74D02B + ASUSTek Computer Inc. - C8D5FE - Shenzhen Zowee Technology Ltd + 601E02 + EltexAlatau - 2C3068 - Pantech Ltd + E0C6B3 + MilDef AB - 00BD27 - Exar Corp. + 6472D8 + GooWi Technology Ltd - 5C4058 - Jefferson Audio Video Systems Inc. + 60601F + SZ DJI Technology Ltd - 58D08F - IEEE 1904.1 Working Group + 5C8486 + Brightsource Industries Israel Ltd - 6C9CE9 - Nimble Storage + 50CD32 + NanJing Chaoran Science & Technology Ltd - CC09C8 - Imaqliq Ltd + BCBAE1 + AREC Inc. - 9C4563 - DIMEP Sistemas + 18FA6F + ISC applied Systems Corp - D43D67 - Carma Industries Inc. + A01C05 + Nimax Telecom Ltd - E0A670 - Nokia Corporation + 60E00E + Shinsei Electronics Ltd - 58DB8D - Fast Ltd + 545414 + Digital RF Corea Inc. - E446BD - C&C Technic Taiwan Ltd + 24EB65 + SAET I.S. S.r.l. - 8CDD8D - Wifly-City System Inc. + D0F27F + SteadyServ Technoligies LLC - 20A2E7 - Lee-Dickens Ltd + E894F6 + TP-Link Technologies Ltd - FCEDB9 - Arrayent + 188410 + CoreTrust Inc. - 44ED57 - Longicorn Inc. + FC229C + Han Kyung I Net Ltd - EC98C1 - Beijing Risbo Network Technology Ltd + 1832A2 + Laon Technology Ltd - 38A95F - Actifio Inc + D4A499 + InView Technology Corporation - F4DCDA - Zhuhai Jiahe Communication Technology Ltd + 08482C + Raycore Taiwan Ltd - E80462 - Cisco Systems Inc. + DC2BCA + Zera GmbH - DCD0F7 - Bentek Systems Ltd + 9498A2 + Shanghai LISTEN TECH Ltd - D4A928 - GreenWave Reality Inc + E0EDC7 + Shenzhen Friendcom Technology Development Ltd - E06290 - Jinan Jovision Science & Technology Ltd + B4DD15 + ControlThings Oy Ab - 100E2B - NEC CASIO Mobile Communications + DC1DD4 + Microstep-MIS spol. s r.o. - 70E139 - 3view Ltd + FCDD55 + Shenzhen WeWins wireless Ltd - 18422F - Alcatel Lucent + B01743 + Edison Global Circuits LLC - C46354 - U-Raku Inc. + D0BE2C + CNSLink Ltd - 405FBE - RIM + 40516C + Grandex International Corporation - 6854F5 - enLighted Inc + C0885B + SnD Tech Ltd - 7CB542 - ACES Technology + 3CFB96 + Emcraft Systems LLC - 905446 - TES Electronic Solutions + 846223 + Shenzhen Coship Electronics Ltd - 544A05 - wenglor sensoric GmbH + 1CFA68 + TP-Link Technologies Ltd - 98E165 - Accutome + 081F3F + WondaLink Inc. - 785712 - Mobile Integration Workgroup + 1853E0 + Hanyang Digitech Ltd - 380A0A - Sky-City Communication and Electronics Limited Company + 00C14F + DDL Ltd - 0CD696 - Amimon Ltd + 2C26C5 + ZTE Corporation - F4DC4D - Beijing CCD Digital Technology Ltd + 105F06 + Actiontec Electronics Inc. - 4013D9 - Global ES + 087999 + AIM GmbH - AC4FFC - SVS-VISTEK GmbH + C011A6 + Fort-Telecom Ltd - B43741 - Consert Inc. + C04A00 + TP-Link Technologies Ltd - 94857A - Evantage Industries Corp + 045FA7 + Shenzhen Yichen Technology Development Ltd - 4083DE - Zebra Technologies Inc + 94C962 + Teseq AG - 8897DF - Entrypass Corporation Sdn. Bhd. + DC2A14 + Shanghai Longjing Technology Co. - 24AF54 - NEXGEN Mediatech Inc. + 6886E7 + Orbotix Inc. - F0F842 - KEEBOX Inc. + C05E6F + V. Stonkaus firma Kodinis Raktas - DC4EDE - Shinyei Technology Ltd + C0B8B1 + BitBox Ltd - E087B1 - Nata-Info Ltd + F82EDB + RTW GmbH & Co. KG - 447C7F - Innolight Technology Corporation + 808B5C + Shenzhen Runhuicheng Technology Ltd - D496DF - Sungjin C&T Ltd + D819CE + Telesquare - 5C864A - Secret Labs LLC + E0CEC3 + Askey Computer Corp - F0AD4E - Globalscale Technologies Inc. + 38F597 + home2net GmbH - 903D5A - Shenzhen Wision Technology Holding Limited + 807B1E + Corsair Memory Inc. - 7CA29B - D.SignT GmbH & Co. KG + B4AB2C + MtM Technology Corporation - A04041 - SAMWONFA Ltd + 74372F + Tongfang Shenzhen Cloudcomputing Technology Ltd - 40406B - Icomera + F0219D + Cal-Comp Electronics & Communications Company Ltd - 6C22AB - Ainsworth Game Technology + 181725 + Cameo Communications Inc. - 3018CF - DEOS Control Systems GmbH + 8462A6 + EuroCB (Phils) Inc. - 08FAE0 - Fohhn Audio AG + E4F365 + Time-O-Matic Inc. - 58B9E1 - Crystalfontz America Inc. + DCC0DB + Shenzhen Kaiboer Technology Ltd - 20D906 - Iota Inc. + AC5D10 + Pace Americas - F45595 - HENGBAO Corporation Ltd + FC626E + Beijing MDC Telecom - 1C3A4F - AccuSpec Electronics LLC + 84C8B1 + Incognito Software Systems Inc. - 9C4E20 - Cisco Systems Inc. + E8A364 + Signal Path International / Peachtree Audio - D87533 - Nokia Corporation + BC51FE + Swann Communications Pty Ltd - 9835B8 - Assembled Products Corporation + 88F490 + Jetmobile Pte Ltd - 288915 - CashGuard Sverige AB + 1C9179 + Integrated System Technologies Ltd - 4C5DCD - Oy Finnish Electric Vehicle Technologies Ltd + A0BAB8 + Pixon Imaging - 70D57E - Scalar Corporation + 74E424 + Apiste Corporation - B0E39D - CAT System Ltd + 2411D0 + Chongqing Ehs Science and Technology Development Ltd - 7C2E0D - Blackmagic Design + B461FF + Lumigon A/S - 180C77 - Westinghouse Electric Company LLC + A0A130 + DLI Taiwan Branch Office - 68CA00 - Octopus Systems Limited + 30215B + Shenzhen Ostar Display Electronic Ltd - E0589E - Laerdal Medical + 34FA40 + Guangzhou Robustel Technologies Ltd - 0C1DC2 - SeAH Networks + 1C5A6B + Philips Electronics Nederland BV - 5475D0 - Cisco Systems Inc. + A875D6 + FreeTek International Ltd - 6089B7 - Kael Muhendislik Elektronik Ticaret Sanayi Limited Sirketi + ECE915 + STI Ltd - 30525A - NST Ltd + 80D733 + QSR Automations Inc. - 2CA780 - True Technologies Inc. + 303D08 + Glintt TES S.A. - 7C6F06 - Caterpillar Trimble Control Technologies + A81FAF + Krypton Polska - 601283 - TSB Real Time Location Systems S.L. + 30D357 + Logosol Inc. - 98DCD9 - UNITEC Ltd + BC39A6 + CSUN System Technology Ltd - C0CFA3 - Creative Electronics & Software Inc. + ECB541 + SHINANO E and E Ltd - 94236E - Shenzhen Junlan Electronic Ltd + D410CF + Huanshun Network Science and Technology Ltd - 10E6AE - Source Technologies LLC + 6CB311 + Shenzhen Lianrui Electronics Ltd - FCE192 - Sichuan Jinwangtong Electronic Science & Technology Ltd + 10A743 + SK Mtek Limited - 408A9A - TITENG Ltd + 547FA8 + TELCO Systems, s.r.o. - F445ED - Portable Innovation Technology Ltd + 5474E6 + Webtech Wireless - 5CE286 - Nortel Networks + C46DF1 + DataGravity - 8C640B - Beyond Devices d.o.o. + 304449 + PLATH GmbH - 949C55 - Alta Data Technologies + 94FD2E + Shanghai Uniscope Technologies Ltd - D479C3 - Cameronet GmbH & Co. KG + E4C146 + Objetivos y Servicios de Valor A - 70D5E7 - Wellcore Corporation + D40057 + MC Technologies GmbH - 3CF72A - Nokia Corporation + 5CE0F6 + NIC.br- Nucleo de Informacao e Coordenacao do Ponto BR - 545FA9 - Teracom Limited + C83D97 + Nokia Corporation - 6C32DE - Indieon Technologies Pvt Ltd + 0CF361 + Java Information - 14A62C - S.M. Dezac S.A. + 600F77 + SilverPlus Inc. - 547FEE - Cisco Systems Inc. + B0358D + Nokia Corporation - ACEA6A - Genix Infocomm Ltd + F8E4FB + Actiontec Electronics Inc. - E0BC43 - C2 Microsystems Inc. + 8C4AEE + Giga TMS Inc - 2CA835 - RIM + 34C99D + Eidolon Communications Technology Ltd - C41ECE - HMI Sources Ltd + ACE64B + Shenzhen Baojia Battery Technology Ltd - A8F470 - Fujian Newland Communication Science Technologies Ltd + 789F87 + Siemens AG I IA PP PRM - 8C736E - Fujitsu Limited + 08E5DA + Nanjing Fujitsu Computer Products Ltd - B86491 - CK Telecom Ltd + 5884E4 + IP500 Alliance e.V. - 50F003 - Open Stack Inc. + 044BFF + GuangZhou Hedy Digital Technology Ltd - DC49C9 - Casco Signal Ltd + E8718D + Elsys Equipamentos Eletronicos Ltda - 70D880 - Upos System sp. z o.o. + D0738E + Dong OH Precision Ltd - A05DC1 - TMCT Ltd + 64C944 + LARK Technologies Inc. - 583CC6 - Omneality Ltd + 0C93FB + BNS Solutions - B0C8AD - People Power Company + E44F5F + EDS Elektronik Destek San.Tic LtdSti - 181714 - Daewoois + E86D54 + Digit Mobile Inc - F0EC39 - Essec + 90B11C + Dell Inc. - 446C24 - Reallin Electronic Ltd + 005D03 + Xilinx Inc. - 2046F9 - Advanced Network Devices (dba:AND) + 802FDE + Zurich Instruments AG - 487119 - SGB Group Ltd + 5C38E0 + Shanghai Super Electronics Technology Ltd - 04FE7F - Cisco Systems Inc. + 08AF78 + Totus Solutions Inc. - A4B1EE - H. ZANDER GmbH & Co. KG + C8C791 + Zero1.tv GmbH - 842141 - Shenzhen Ginwave Technologies Ltd + ECD925 + Rami - A0231B - TeleComp R&D Corp. + 1C9492 + RUAG Schweiz AG - B8A3E0 - BenRui Technology Ltd + B889CA + ILJIN ELECTRIC Ltd - 3CF52C - DSPECIALISTS GmbH + 64F50E + Kinion Technology Company Limited - EC4476 - Cisco Systems Inc. + D04CC1 + SINTRONES Technology Corp. - 6C1811 - Decatur Electronics + 503F56 + Syncmold Enterprise Corp - F8E968 - Egker Kft. + 8CEEC6 + Precepscion Pty Ltd - A8995C - aizo ag + 101248 + ITG Inc. - 4012E4 - Compass-EOS + 1848D8 + Fastback Networks - 5403F5 - EBN Technology Corp. + F0D3E7 + Sensometrix SA - 04C05B - Tigo Energy + B01266 + Futaba-Kikaku - 8038FD - LeapFrog Enterprises Inc. + 7CC8D0 + Tianjin Yaan Technology Ltd - ACBEB6 - Visualedge Technology Ltd + 88E917 + Tamaggo - 2C9127 - Eintechno Corporation + 88615A + Siano Mobile Silicon Ltd - AC583B - Human Assembler Inc. + 70E24C + SAE IT-Systems GmbH & Co. KG - E8E776 - Shenzhen Kootion Technology Ltd + 00FD4C + Nevatec - 681FD8 - Siemens Industry Inc. + 144319 + Creative & Link Technology Limited - 4001C6 - 3Com Europe Ltd + D8AF3B + Hangzhou Bigbright Integrated Communications System Ltd - 9C5E73 - Calibre UK Ltd + 6032F0 + Mplus technology - 5C1437 - Thyssenkrupp Aufzugswerke GmbH + 2829D9 + GlobalBeiMing technology (Beijing) Ltd - 9C55B4 - I.S.E. S.r.l. + 1CC316 + MileSight Technology Ltd - 4C63EB - Application Solutions (Electronics and Vision) Ltd + 6815D3 + Zaklady Elektroniki i Mechaniki Precyzyjnej R&G S.A. - 702F97 - Aava Mobile Oy + 10F3DB + Gridco Systems Inc. - 10CA81 - Precia + 305D38 + Beissbarth - 40A6A4 - PassivSystems Ltd + 60D2B9 + Realand BIO Ltd - 94BA31 - Visiontec da Amazonia Ltda. + 30FD11 + Macrotech (USA) Inc. - B894D2 - Retail Innovation HTT AB + C4DA26 + Noblex SA - B0E97E - Advanced Micro Peripherals + 7CC8AB + Acro Associates Inc. - F0C24C - Zhejiang FeiYue Digital Technology Ltd + 601929 + Voltronic Power Technology(Shenzhen) Corp. - E4751E - Getinge Sterilization AB + 48B253 + Marketaxess Corporation - 9C5B96 - NMR Corporation + 74943D + AgJunction - 60F13D - JABLOCOM s.r.o. + 58CF4B + Lufkin Industries - 50252B - Nethra Imaging Incorporated + 68B43A + WaterFurnace International Inc. - F8811A - Overkiz + 4C7897 + Arrowhead Alarm Products Ltd - 3863F6 - 3NOD Multimedia(Shenzhen) Ltd + 44E8A5 + Myreka Technologies Sdn. Bhd. - 78B81A - Inter Sales A/S + D8AFF1 + Panasonic Appliances Company - CC0080 - Bettini SRL + 2C6289 + Regenersis (Glenrothes) Ltd - 644BC3 - Shanghai WOASiS Telecommunications Ltd + 58ECE1 + Newport Corporation - 942E63 - Finsecur + 4C09B4 + ZTE Corporation - AC8317 - Shenzhen Furtunetel Communication Ltd + 60D1AA + Vishal Telecommunications Pvt Ltd - ACD180 - Crexendo Business Solutions Inc. + 709BA5 + Shenzhen Y&D Electronics Ltd - CCCC4E - Sun Fountainhead USA. Corp + F45433 + Rockwell Automation - 688540 - IGI Mobile Inc. + B48910 + Coster T.E. S.P.A. - A09A5A - Time Domain + B0C83F + Jiangsu Cynray IOT Ltd - 64A837 - Juni Korea Ltd + 3CF392 + Virtualtek Ltd - 202CB7 - Kong Yue Electronics & Information Industry (Xinhui) Ltd + B482C5 + Relay2 Inc. - 609F9D - CloudSwitch + 985E1B + ConversDigital Ltd - 48343D - IEP GmbH + D48CB5 + Cisco Systems Inc. - D4AAFF - Micro World + 909DE0 + Newland Design + Assoc Inc. - 74E537 - Radspin + 149FE8 + Lenovo Mobile Communication Technology Ltd - 0026E9 - SP Corp + BCD940 + ASR Ltd - 0026EB - Advanced Spectrum Technology Ltd + 049C62 + BMT Medical Technology s.r.o. - 0026E1 - Stanford University, OpenFlow Group + 0C2A69 + electric imp Inc.orporated - 002717 - CE Digital(Zhenjiang) Ltd + C455C2 + Bach-Simpson - 002716 - Adachi-Syokai Ltd + 00E8AB + Meggitt Training Systems Inc. - 0026DC - Optical Systems Design + B4218A + Dog Hunter LLC - 002700 - Shenzhen Siglent Technology Ltd + B4A4B5 + Zen Eye Ltd - 0026EC - Legrand Home Systems Inc. + DC37D2 + Hunan HKT Electronic Technology Ltd - 0026D4 - IRCA SpA + 407074 + Life Technology (China) Ltd - 002663 - Shenzhen Huitaiwei Tech Ltd + 20F002 + MTData Developments Pty Ltd - 002661 - Irumtek Ltd + 388AB7 + ITC Networks - 00265B - Hitron Technologies Inc. + BCC23A + Thomson Video Networks - 002656 - Sansonic Electronics USA + 1CF4CA + Private - 00267D - A-Max Technology Macao Commercial Offshore Company Limited + ACC2EC + CLT Int'l Ind. Corp. - 00267C - Metz-Werke GmbH & Co KG + A865B2 + Dongguan Yishang Electronic Technology Ltd - 002673 - Ricoh Company Ltd + E8D0FA + MKS Instruments Deutschland GmbH - 00266D - MobileAccess Networks + 98262A + Applied Research Associates Inc. - 0026C0 - EnergyHub + 3C9174 + Along Communication Technology - 0026C1 - Artray Ltd + ACEE3B + 6harmonics Inc - 0026BE - Schoonderbeek Elektronica Systemen B.V. + 1C6BCA + Mitsunami Ltd - 0026B5 - ICOMM Tele Ltd + 642400 + Xorcom Ltd - 00268C - StarLeaf Ltd + E83EFB + Geodesic Ltd - 00268B - Guangzhou Escene Computer Technology Limited + ECD19A + Zhuhai Liming Industries Ltd - 00266F - Coordiwise Technology Corp. + 348137 + Unicard SA - 00266E - Nissho-denki Ltd + 38B12D + Sonotronic Nagel GmbH - 0026C3 - Insightek Corp. + 549D85 + EnerAccess Inc - 002681 - Interspiro AB + B0750C + QA Cafe - 002683 - Ajoho Enterprise Ltd + B4E1EB + Private - 00267F - Zenterio AB + 3C363D + Nokia Corporation - 002698 - Cisco Systems Inc. + 808698 + Netronics Technologies Inc. - 00269B - SOKRAT Ltd + 9CE10E + NCTech Ltd - 0026A1 - Megger + A06D09 + Intelcan Technosystems Inc. - 002644 - Thomson Telecom Belgium + 60F3DA + Logic Way GmbH - 002646 - Shenyang Tongfang Multimedia Technology Company Limited + FC5090 + SIMEX Sp. z o.o. - 00263F - LIOS Technology GmbH + 60B982 + RO.VE.R. Laboratories S.p.A. - 00263B - Onbnetech + B46238 + Exablox - 002658 - T-Platforms (Cyprus) Limited + C8BBD3 + Embrane - 00264C - Shanghai DigiVision Technology Ltd + 8C604F + Cisco Systems Inc. - 00262F - Hamamatsu TOA Electronics + A4B980 + Parking BOXX Inc. - 002631 - Commtact Ltd + A47C14 + ChargeStorm AB - 0025FB - Tunstall Healthcare A/S + 8020AF + Trade FIDES, a.s. - 0025F4 - KoCo Connector AG + 2C750F + Shanghai Dongzhou-Lawton Communication Technology Ltd - 002606 - RAUMFELD GmbH + 5C5015 + Cisco Systems Inc. - 002607 - Enabling Technology Pty Ltd + 980284 + Theobroma Systems GmbH - 002624 - Thomson Inc. + 1CD40C + Kriwan Industrie-Elektronik GmbH - 002605 - CC Systems AB + 002D76 + TITECH GmbH - 002602 - SMART Temps LLC + F8DB4C + PNY Technologies Inc. - 00261A - Femtocomm System Technology Corp. + 0C9D56 + Consort Controls Ltd - 002634 - Infineta Systems Inc. + 3CB87A + Private - 002599 - Hedon e.d. B.V. + AC1461 + ATAW Ltd - 002597 - Kalki Communication Technologies + E4C6E6 + Mophie LLC - 002592 - Guangzhou Shirui Electronic Ltd + 502D1D + Nokia Corporation - 002594 - Eurodesign BG Ltd + F48E09 + Nokia Corporation - 00259F - TechnoDigital Technologies GmbH + 5848C0 + Coflec - 00259D - Private + 8C57FD + LVX Western - 002598 - Zhong Shan City Litai Electronic Industrial Ltd + 54E63F + Shenzhen LingKeWeiEr Technology Ltd - 0025E3 - Hanshinit Inc. + 20FABB + Cambridge Executive Limited - 0025D4 - General Dynamics Mission Systems + 141A51 + Treetech Sistemas Digitais - 0025C2 - RingBell Ltd + 587FC8 + S2M - 0025A7 - itron + 200505 + Radmax Communication Private Limited - 0025A9 - Shanghai Embedway Information Technologies Ltd + C035BD + Velocytech Aps - 0025CA - LS Research LLC + 287184 + Spire Payments - 0025B4 - Cisco Systems Inc. + 7CB03E + OSRAM GmbH - 0025B2 - MBDA Deutschland GmbH + 3C9F81 + Shenzhen CATIC Bit Communications Technology Ltd - 0025EF - I-TEC Ltd + 445F7A + Shihlin Electric & Engineering Corp. - 002528 - Daido Signal Ltd + 441319 + WKK Technology Ltd - 002526 - Genuine Technologies Ltd + 18B591 + I-Storm - 00256B - ATENIX E.E. s.r.l. + BC8B55 + NPP ELIKS America Inc. DBA T&M Atlantic - 00256E - Van Breda B.V. + C0493D + Maitrise Technologique - 002565 - Vizimax Inc. + C84544 + Asia Pacific CIS (Wuxi) Ltd - 00255E - Shanghai Dare Technologies Ltd + E0EF25 + Lintes Technology Ltd - 00253B - din Dietmar Nocker Facilitymanagement GmbH + 50ED94 + Egatel SL - 00253D - DRS Consolidated Controls + 48A22D + Shenzhen Huaxuchang Telecom Technology Ltd - 002535 - Minimax GmbH & Co KG + C86000 + ASUSTek Computer Inc. - 002584 - Cisco Systems Inc. + AC0DFE + Ekon GmbH - myGEKKO - 002579 - J & F Labs + FC5B26 + MikroBits - 00257F - CallTechSolution Ltd + 40F407 + Nintendo Ltd - 002577 - D-BOX Technologies + B01C91 + Elim Co - 002572 - Nemo-Q International AB + 04F17D + Tarana Wireless - 002529 - Comelit Group S.P.A + 844915 + vArmour Networks Inc. - 00252A - Chengdu GeeYa Technology Ltd + 2CBE97 + Ingenieurbuero Bickele und Buehler GmbH - 00258A - Pole/Zero Corporation + 70A66A + Prox Dynamics AS - 00255F - SenTec AG + DC3E51 + Solberg & Andersen AS - 0024EC - United Information Technology Ltd + 900A3A + PSG Plastic Service GmbH - 0024E6 - In Motion Technology Inc. + 28CD1C + Espotel Oy - 0024E7 - Plaster Networks + D443A8 + Changzhou Haojie Electric Ltd - 0024E4 - Withings + BCE59F + WATERWORLD Technology Ltd - 0024DE - GLOBAL Technology Inc. + 7041B7 + Edwards Lifesciences LLC - 0024DC - Juniper Networks + DCA8CF + New Spin Golf LLC. - 0024DB - Alcohol Monitoring Systems + A849A5 + Lisantech Ltd - 002521 - Logitek Electronic Systems Inc. + A05E6B + MELPER Ltd - 00251F - Zynus Vision Inc. + D878E5 + Kuhn SA - 00251E - Rotel Technologies + D824BD + Cisco Systems Inc. - 002519 - Viaas Inc + 3497FB + Advanced RF Technologies Inc - 0024D5 - Winward Industrial Limited + F03A55 + Omega Elektronik AS - 0024DD - Centrak Inc. + 98BC57 + SVA Technologies Ltd - 0024EA - iris-GmbH Infrared & Intelligent sensors + DC3C2E + Manufacturing System Insights Inc. - 0024ED - YT Elec Ltd + F83553 + Magenta Research Ltd - 002503 - IBM Corp + F4044C + ValenceTech Limited - 002504 - Valiant Communications Limited + C467B5 + Libratone A/S - 002513 - CXP Digital BV + 4C3910 + Newtek Electronics Ltd - 0024A4 - Siklu Communication + 903AA0 + Nokia - 00249A - Beijing Zhongchuang Telecommunication Test Ltd + B06CBF + 3ality Digital Systems GmbH - 00249E - ADC-Elektronik GmbH + 54D0ED + AXIM Communications - 00249F - RIM Testing Services + 843611 + hyungseul Publishing networks - 0024C2 - Asumo Ltd + 3440B5 + IBM - 0024BF - Ciat + D4D748 + Cisco Systems Inc. - 0024C0 - NTI Comodo Inc + 344F69 + Ekinops SAS - 0024BB - CENTRAL Corporation + F8313E + endeavour GmbH - 0024BC - HuRob Ltd + 143605 + Nokia Corporation - 0024AD - Adolf Thies GmbH & Co. KG + C81AFE + DLOGIC GmbH - 0024A7 - Advanced Video Communications Inc. + EC63E5 + ePBoard Design LLC - 0024AB - A7 Engineering Inc. + 94DB49 + Sitcorp - 002466 - Unitron nv + F0620D + Shenzhen Egreat Tech Corp Ltd - 00245F - Vine Telecom Ltd + 2C67FB + Shenzhen Zhengjili Electronics Ltd - 002455 - MuLogic BV + 3CE5B4 + Kidasen Industria E Comercio de Antenas Ltda - 002488 - Centre For Development Of Telematics + 08D09F + Cisco Systems Inc. - 00248F - DO-Monix + 644BF0 + CalDigit Inc. - 002479 - Optec Displays Inc. + 64ED62 + WOORI SysTEMS Ltd - 0024B7 - GridPoint Inc. + 2C002C + Unowhy - 0024AE - Idemia + 5CC9D3 + Palladium Energy Eletronica DA Amazonia Ltda - 002468 - Sumavision Technologies Ltd + C87CBC + Valink Ltd - 00243A - Ludl Electronic Products + B81413 + Keen High Holding(HK) Ltd - 002439 - Digital Barriers Advanced Technologies + B4944E + WeTelecom Ltd - 002434 - Lectrosonics Inc. + E00B28 + Inovonics - 00245A - Nanjing Panda Electronics Company Limited + 48022A + B-Link Electronic Limited - 00245B - Raidon Technology Inc. + 18E80F + Viking Electronics Inc. - 002459 - ABB Automation products GmbH + CC6BF1 + Sound Masking Inc. - 00244E - RadChips Inc. + 2C9717 + I.C.Y. B.V. - 00240D - OnePath Networks Ltd + 2C3F38 + Cisco Systems Inc. - 00240B - Virtual Computer Inc. + 4050E0 + Milton Security Group LLC - 002402 - Op-Tection GmbH + 70CA9B + Cisco Systems Inc. - 00242F - Micron + A078BA + Pantech Ltd - 002426 - Nohmi Bosai Ltd + 68BC0C + Cisco Systems Inc. - 002418 - Nextwave Semiconductor + 345B11 + EVI Heat AB - 002412 - Benign Technologies Ltd + 78BAD0 + Shinybow Technology Ltd - 002429 - MK Master Inc. + 24E6BA + JSC Zavod im. Kozitsky - 0023DB - saxnet GmbH + CCA374 + Guangdong Guanglian Electronic Technology Ltd - 0023C8 - Team-R + 58677F + Clare Controls Inc. - 0023EB - Cisco Systems Inc. + 0C5A19 + Axtion Sdn Bhd - 0023EC - Algorithmix GmbH + A8BD1A + Honey Bee (Hong Kong) Limited - 0023C1 - Securitas Direct AB + 248707 + SEnergy Corporation - 0023AA - HFR Inc. + C4C19F + National Oilwell Varco Instrumentation, Monitoring, and Optimization (NOV IMO) - 0023A5 - SageTV LLC + 000830 + Cisco Systems Inc. - 00239E - Jiangsu Lemote Technology Corporation Limited + C4EEAE + VSS Monitoring - 0023FC - Ultra Stereo Labs Inc. + F8D3A9 + AXAN Networks - 0023BB - Schmitt Industries + BC779F + SBM Ltd - 00238D - Techno Design Ltd + 406AAB + RIM - 002387 - ThinkFlood Inc. + 9CA3BA + SAKURA Internet Inc. - 002384 - GGH Engineering s.r.l. + 8C8A6E + Estun Automation Technoloy Ltd - 002391 - Maxian + 988217 + Disruptive Ltd - 002392 - Proteus Industries Inc. + 9C5C8D + Firemax Industria E Comercio de Produtos Eletronicos Ltda - 002393 - Ajinextek + D4206D + HTC Corporation - 00237F - Plantronics Inc. + 7C1E52 + Microsoft Corporation - 00236F - DAQ System + DCB4C4 + Microsoft XCG - 002330 - Dizipia Inc. + ACCB09 + Hefcom Metering (Pty) Ltd - 002369 - Cisco-Linksys LLC + 1866E3 + Veros Systems Inc. - 0022F8 - PIMA Electronic Systems Ltd + 74FDA0 + Compupal (Group) Corporation - 00231C - Fourier Systems Ltd + CCB8F1 + Eagle Kingdom Technologies Limited - 00231D - Deltacom Electronics Ltd + A429B7 + bluesky - 0022D7 - Nintendo Ltd + 48F317 + Private - 0022D6 - Cypak AB + CCF8F0 + Xi'an HISU Multimedia Technology Ltd - 0022D0 - Polar Electro Oy + 04888C + Eifelwerk Butler Systeme GmbH - 00230A - ARBURG GmbH & Co KG + D45AB2 + Galleon Systems - 0022C3 - Zeeport Technology Inc. + 30DE86 + Cedac Software S.r.l. - 002316 - Kisan Electronics Co + 18C451 + Tucson Embedded Systems - 00230F - Hirsch Electronics Corporation + 704642 + Chyng Hong Electronic Ltd - 00232D - SandForce + D41C1C + RCF S.P.A. - 002323 - Zylin AS + 58920D + Kinetic Avionics Limited - 0022DE - OPPO Digital Inc. + AC02EF + Comsis - 0022F1 - Private + B8B42E + Gionee Communication Equipment LtdShenzhen - 0022A2 - Xtramus Technologies + 443EB2 + DEOTRON Ltd - 00229E - Social Aid Research Ltd + D059C3 + CeraMicro Technology Corporation - 002285 - Nomus Comm Systems + 182C91 + Concept Development Inc. - 002281 - Daintree Networks Pty + FC1794 + InterCreative Ltd - 002255 - Cisco Systems Inc. + B40B7A + Brusa Elektronik AG - 00224E - SEEnergy Corp. + 280CB8 + Mikrosay Yazilim ve Elektronik A.S. - 002287 - Titan Wireless LLC + 3CC99E + Huiyang Technology Ltd - 002288 - Sagrad Inc. + 2C1EEA + Aerodev - 002273 - Techway + 1C8E8E + DB Communication & Systems Ltd - 00226B - Cisco-Linksys LLC + 24EC99 + Askey Computer Corp - 002267 - Nortel Networks + A44B15 + Sun Cupid Technology (HK) Ltd - 002295 - SGM Technology for lighting spa + 48C862 + Simo Wireless,Inc. - 00225A - Garde Security AB + 78BEB6 + Enhanced Vision - 002242 - Alacron Inc. + 449CB5 + Alcomp Inc. - 002234 - Corventis Inc. + B4FC75 + SEMA Electronics(HK) Ltd - 0021F7 - HPN Supply Chain + B0BF99 + Wizitdongdo - 0021F4 - INRange Systems Inc. + B82ADC + EFR Europaische Funk-Rundsteuerung GmbH - 0021F5 - Western Engravers Supply Inc. + 40F14C + ISE Europe SPRL - 002232 - Design Design Technology Ltd + E8944C + Cogent Healthcare Systems Ltd - 00222B - Nucomm Inc. + 9067F3 + Alcatel Lucent - 002226 - Avaak Inc. + D4F0B4 + Napco Security Technologies - 002221 - Itoh Denki Ltd + 68F895 + Redflow Limited - 00221D - Freegene Technology Ltd + 70B921 + Fiberhome Telecommunication Technologies Ltd - 002224 - Good Will Instrument Ltd + A0E295 + DAT System Ltd - 002245 - Leine & Linde AB + A0165C + Triteka Ltd - 002249 - Home Multienergy SL + 9C417C + Hame Technology Ltd - 002240 - Universal Telecom S/A + 9C6ABE + QEES ApS. - 00220F - MoCA (Multimedia over Coax Alliance) + 9C934E + Xerox Corporation - 00220A - OnLive Inc. + 044665 + Murata Manufacturing Ltd - 002203 - Glensound Electronics Ltd + 2C2172 + Juniper Networks - 002204 - Koratek + 900917 + Far-sighted mobile - 0021FF - Cyfrowy Polsat SA + 2C8BF2 + Hitachi Metals America Ltd - 0021E4 - I-WIN + D8973B + Artesyn Embedded Technologies - 0021E5 - Display Solution AG + 3826CD + Andtek - 00221B - Morega Systems + 88BFD5 + Simple Audio Ltd - 0021B2 - Fiberblaze A/S + 24CBE7 + MYK Inc. - 0021AC - Infrared Integrated Systems Ltd + B0A10A + Pivotal Systems Corporation - 00218E - Mekics Ltd + 802DE1 + Solarbridge Technologies - 00218F - Avantgarde Acoustic Lautsprechersysteme GmbH + F4A52A + Hawa Technologies Inc - 00217E - Telit Communication s.p.a + 0C6E4F + PrimeVOLT Ltd - 002187 - Imacs GmbH + E8B748 + Cisco Systems Inc. - 002181 - Si2 Microsystems Limited + BC99BC + FonSee Technology Inc. - 0021C2 - GL Communications Inc + 783F15 + EasySYNC Ltd - 0021E2 - visago Systems & Controls GmbH & Co. KG + 18D071 + Dasan Ltd - 0021DD - Northstar Systems Corp + 58E476 + Centron Communications Technologies Fujian Ltd - 0021D5 - X2E GmbH + 447E95 + Alpha and Omega Inc. - 0021A2 - EKE-Electronics Ltd + 986022 + EMW Ltd - 0021C9 - Wavecom Asia Pacific Limited + B8D49D + M Seven System Ltd - 00214A - Pixel Velocity Inc. + 3C672C + Sciovid Inc. - 002146 - Sanmina-SCI + DC9B1E + Intercom Inc. - 00216E - Function ATI (Huizhou) Telecommunications Ltd + BC5FF4 + ASRock Incorporation - 00216D - Soltech Ltd + E8B4AE + Shenzhen C&D Electronics Ltd - 002165 - Presstek Inc. + 50FAAB + L-tek d.o.o. - 00211F - Shinsung Deltatech Ltd + 3891FB + Xenox Holding BV - 002124 - Optos Plc + A8E018 + Nokia Corporation - 002133 - Building B Inc. + 781DFD + Jabil Inc - 002134 - Brandywine Communications + 18AEBB + Siemens Convergence Creators GmbH&Co.KG - 00213A - Winchester Systems Inc. + B0BDA1 + Zaklad Elektroniczny Sims - 00212E - dresden-elektronik + 70B265 + Hiltron s.r.l. - 002130 - Keico Hightech Inc. + CCC62B + Tri-Systems Corporation - 00215B - SenseAnywhere + D8C068 + Netgenetech Ltd - 00214E - GS Yuasa Power Supply Ltd + 601199 + Siama Systems Inc - 002142 - Advanced Control Systems doo + 6C81FE + Mitsuba Corporation - 001FFA - Coretree Ltd + C027B9 + Beijing National Railway Research & Design Institute Of Signal & Communication Ltd - 001FF2 - VIA Technologies Inc. + 147411 + RIM - 002101 - Aplicaciones Electronicas Quasar (AEQ) + F8A9DE + Puissance Plus - 002103 - GHI Electronics LLC + A88CEE + MicroMade Galka i Drozdz sp.j. - 001FF8 - Siemens AG, Sector Industry, Drive Technologies, Motion Control Systems + DC2B66 + InfoBLOCK S.A. de C.V. - 001FD0 - Giga-Byte Technology Ltd + B8871E + Good Mind Industries Ltd - 001FD1 - Optex Ltd + D4F027 + Trust Power Ltd - 001FC9 - Cisco Systems Inc. + 0455CA + BriView (Xiamen) Corp. - 001FDC - Mobile Safe Track Ltd + 1435B3 + Future Designs Inc. - 001FD6 - Shenzhen Allywll + AC932F + Nokia Corporation - 002117 - Tellord + 0054AF + Continental Automotive Systems Inc. - 00210F - Cernium Corp + ACCABA + Midokura Ltd - 001FF1 - Paradox Hellas S.A. + 0C8112 + Private - 001FE6 - Alphion Corporation + 9C95F8 + SmartDoor Systems LLC - 001FCF - MSI Technology GmbH + 7819F7 + Juniper Networks - 001F9C - Ledco + 64094C + Beijing Superbee Wireless Technology Ltd - 001F90 - Actiontec Electronics Inc. + 7C7D41 + Jinmuyu Electronics Ltd - 001F91 - DBS Lodging Technologies LLC + 4C1480 + Noregon Systems Inc. - 001F98 - Daiichi-Dentsu Ltd + A4856B + Q Electronics Ltd - 001F93 - Xiotech Corporation - + 20D5AB + Korea Infocom Ltd + + + 0CF3EE + EM Microelectronic + + + 64D1A3 + Sitecom Europe BV + + + F43E9D + Benu Networks Inc. + + + 04E2F8 + AEP Ticketing solutions srl + + + EC9ECD + Artesyn Embedded Technologies + + + 8C5105 + Shenzhen ireadygo Information Technology Ltd + + + C8208E + Storagedata + + + 5C5EAB + Juniper Networks + + + 9C807D + SysCABLE Korea Inc. + + + 28E297 + Shanghai InfoTM Microelectronics Ltd + + + 34B571 + Plds + + + 3C7437 + RIM + + + EC9233 + Eddyfi NDT Inc + + + 743889 + ANNAX Anzeigesysteme GmbH + + + 44D2CA + Anvia TV Oy + + + 386E21 + Wasion Group Ltd + + + 2872F0 + Athena + + + 1C19DE + eyevis GmbH + + + 609E64 + Vivonic GmbH + + + BC15A6 + Taiwan Jantek Electronics Ltd + + + DCDECA + Akyllor + + + A0AAFD + EraThink Technologies Corp. + + + 6CA906 + Telefield Ltd + + + 78223D + Affirmed Networks + + + 3C02B1 + Creation Technologies LP + + + E441E6 + Ottec Technology GmbH + + + BC71C1 + XTrillion Inc. + + + E0E8E8 + Olive Telecommunication Pvt Ltd + + + 6052D0 + FACTS Engineering + + + B08991 + LGE + + + 30142D + Piciorgros GmbH + + + 50AF73 + Shenzhen Bitland Information Technology Ltd + + + 5C9AD8 + Fujitsu Limited + + + A4C0E1 + Nintendo Ltd + + + 4C3B74 + VOGTEC(H.K.) Ltd + + + 684352 + Bhuu Limited + + + ECE90B + Sistema Solucoes Eletronicas Ltda - Easytech + + + A08C9B + Xtreme Technologies Corp + + + A83944 + Actiontec Electronics Inc. + + + 74E06E + Ergophone GmbH + + + 0CF0B4 + Globalsat International Technology Ltd + + + 48DF1C + Wuhan NEC Fibre Optic Communications Industry Ltd + + + D49C8E + University Of FUKUI + + + F8F014 + RackWare Inc. + + + 2826A6 + PBR electronics GmbH + + + B428F1 + E-Prime Ltd + + + C01242 + Alpha Security Products + + + BC20BA + Inspur (Shandong) Electronic Information Ltd + + + 1CFEA7 + IDentytech Solutins Ltd + + + 304EC3 + Tianjin Techua Technology Ltd + + + B4CFDB + Shenzhen Jiuzhou Electric Ltd + + + FCD4F2 + The Coca Cola Company + + + 5C6A7D + Kentkart EGE Elektronik SAN. VE TIC Ltd STI. + + + 44599F + Criticare Systems Inc. + + + 3C2F3A + SFORZATO Corp. + + + 74CE56 + Packet Force Technology Limited Company + + + AC2FA8 + Humannix Ltd + + + 1064E2 + ADFweb.com s.r.l. + + + CC34D7 + Gewiss S.P.A. + + + F02A61 + Waldo Networks Inc. + + + C8A70A + Verizon Business + + + 60DA23 + Estech Ltd + + + 44DCCB + Semindia Systems PVT Ltd + + + A0DE05 + JSC Irbis-T + + + 0817F4 + IBM Corp + + + CCD811 + Aiconn Technology Corporation + + + F43814 + Shanghai Howell Electronic Ltd + + + 90610C + Fida International (S) Pte Ltd + + + 3C5F01 + Synerchip Ltd + + + ECBBAE + Digivoice Tecnologia em Eletronica Ltda + + + 34A183 + AWare Inc. + + + 9873C4 + Sage Electronic Engineering LLC + + + B40142 + GCI Science & Technology Ltd + + + 740ABC + LightwaveRF Technology Ltd + + + 10A13B + Fujikura Rubber Ltd + + + F4E142 + Delta Elektronika BV + + + AC8112 + Gemtek Technology Ltd + + + 686359 + Advanced Digital Broadcast SA + + + 28061E + Ningbo Global Useful Electric Ltd + + + 64E8E6 + global moisture management System + + + E0D10A + Katoudenkikougyousyo Ltd + + + C44B44 + Omniprint Inc. + + + 18922C + Virtual Instruments + + + A49B13 + Digital Check + + + C8EE08 + Tangtop Technology Ltd + + + 7472F2 + Chipsip Technology Ltd + + + 48C8B6 + SysTec GmbH + + + 3C6278 + Shenzhen Jetnet Technology Ltd + + + C8D5FE + Shenzhen Zowee Technology Ltd + + + 2C3068 + Pantech Ltd + + + 00BD27 + Exar Corp. + + + 5C4058 + Jefferson Audio Video Systems Inc. + + + 58D08F + IEEE 1904.1 Working Group + + + 6C9CE9 + Nimble Storage + + + CC09C8 + Imaqliq Ltd + + + 9C4563 + DIMEP Sistemas + + + D43D67 + Carma Industries Inc. + + + E0A670 + Nokia Corporation + + + 58DB8D + Fast Ltd + + + E446BD + C&C Technic Taiwan Ltd + + + 8CDD8D + Wifly-City System Inc. + + + 20A2E7 + Lee-Dickens Ltd + + + FCEDB9 + Arrayent + + + 44ED57 + Longicorn Inc. + + + EC98C1 + Beijing Risbo Network Technology Ltd + + + 38A95F + Actifio Inc + + + F4DCDA + Zhuhai Jiahe Communication Technology Ltd + + + E80462 + Cisco Systems Inc. + + + DCD0F7 + Bentek Systems Ltd + + + D4A928 + GreenWave Reality Inc + + + E06290 + Jinan Jovision Science & Technology Ltd + + + 100E2B + NEC CASIO Mobile Communications + + + 70E139 + 3view Ltd + + + 18422F + Alcatel Lucent + + + C46354 + U-Raku Inc. + + + 405FBE + RIM + + + 6854F5 + enLighted Inc + + + 7CB542 + ACES Technology + + + 905446 + TES Electronic Solutions + + + 544A05 + wenglor sensoric GmbH + + + 98E165 + Accutome + + + 785712 + Mobile Integration Workgroup + + + 380A0A + Sky-City Communication and Electronics Limited Company + + + 0CD696 + Amimon Ltd + + + F4DC4D + Beijing CCD Digital Technology Ltd + + + 4013D9 + Global ES + + + AC4FFC + SVS-VISTEK GmbH + + + B43741 + Consert Inc. + + + 94857A + Evantage Industries Corp + + + 4083DE + Zebra Technologies Inc + + + 8897DF + Entrypass Corporation Sdn. Bhd. + + + 24AF54 + NEXGEN Mediatech Inc. + + + F0F842 + KEEBOX Inc. + + + DC4EDE + Shinyei Technology Ltd + + + E087B1 + Nata-Info Ltd + + + 447C7F + Innolight Technology Corporation + + + D496DF + Sungjin C&T Ltd + + + 5C864A + Secret Labs LLC + + + F0AD4E + Globalscale Technologies Inc. + + + 903D5A + Shenzhen Wision Technology Holding Limited + + + 7CA29B + D.SignT GmbH & Co. KG + + + A04041 + SAMWONFA Ltd + + + 6C22AB + Ainsworth Game Technology + + + 3018CF + DEOS Control Systems GmbH + + + 08FAE0 + Fohhn Audio AG + + + 58B9E1 + Crystalfontz America Inc. + + + 20D906 + Iota Inc. + + + F45595 + HENGBAO Corporation Ltd + + + 1C3A4F + AccuSpec Electronics LLC + + + 9C4E20 + Cisco Systems Inc. + + + D87533 + Nokia Corporation + + + 9835B8 + Assembled Products Corporation + + + 288915 + CashGuard Sverige AB + + + 4C5DCD + Oy Finnish Electric Vehicle Technologies Ltd + + + 70D57E + Scalar Corporation + + + B0E39D + CAT System Ltd + + + 7C2E0D + Blackmagic Design + + + 180C77 + Westinghouse Electric Company LLC + + + 68CA00 + Octopus Systems Limited + + + E0589E + Laerdal Medical + + + 0C1DC2 + SeAH Networks + + + 5475D0 + Cisco Systems Inc. + + + 6089B7 + Kael Muhendislik Elektronik Ticaret Sanayi Limited Sirketi + + + 30525A + NST Ltd + + + 2CA780 + True Technologies Inc. + + + 7C6F06 + Caterpillar Trimble Control Technologies + + + 601283 + TSB Real Time Location Systems S.L. + + + 98DCD9 + UNITEC Ltd + + + C0CFA3 + Creative Electronics & Software Inc. + + + 94236E + Shenzhen Junlan Electronic Ltd + + + 10E6AE + Source Technologies LLC + + + FCE192 + Sichuan Jinwangtong Electronic Science & Technology Ltd + + + 408A9A + TITENG Ltd + + + F445ED + Portable Innovation Technology Ltd + + + 5CE286 + Nortel Networks + + + 8C640B + Beyond Devices d.o.o. + + + 949C55 + Alta Data Technologies + + + D479C3 + Cameronet GmbH & Co. KG + + + 70D5E7 + Wellcore Corporation + + + 3CF72A + Nokia Corporation + + + 545FA9 + Teracom Limited + + + 6C32DE + Indieon Technologies Pvt Ltd + + + 14A62C + S.M. Dezac S.A. + + + 547FEE + Cisco Systems Inc. + + + ACEA6A + Genix Infocomm Ltd + + + E0BC43 + C2 Microsystems Inc. + + + 2CA835 + RIM + + + C41ECE + HMI Sources Ltd + + + A8F470 + Fujian Newland Communication Science Technologies Ltd + + + 8C736E + Fujitsu Limited + + + B86491 + CK Telecom Ltd + + + 50F003 + Open Stack Inc. + + + DC49C9 + Casco Signal Ltd + + + 70D880 + Upos System sp. z o.o. + + + A05DC1 + TMCT Ltd + + + 583CC6 + Omneality Ltd + + + B0C8AD + People Power Company + + + 181714 + Daewoois + + + F0EC39 + Essec + + + 446C24 + Reallin Electronic Ltd + + + 2046F9 + Advanced Network Devices (dba:AND) + + + 487119 + SGB Group Ltd + + + 04FE7F + Cisco Systems Inc. + + + A4B1EE + H. ZANDER GmbH & Co. KG + + + 842141 + Shenzhen Ginwave Technologies Ltd + + + A0231B + TeleComp R&D Corp. + + + B8A3E0 + BenRui Technology Ltd + + + 3CF52C + DSPECIALISTS GmbH + + + EC4476 + Cisco Systems Inc. + + + 6C1811 + Decatur Electronics + + + F8E968 + Egker Kft. + + + A8995C + aizo ag + + + 4012E4 + Compass-EOS + + + 5403F5 + EBN Technology Corp. + + + 04C05B + Tigo Energy + + + 8038FD + LeapFrog Enterprises Inc. + + + ACBEB6 + Visualedge Technology Ltd + + + 2C9127 + Eintechno Corporation + + + AC583B + Human Assembler Inc. + + + E8E776 + Shenzhen Kootion Technology Ltd + + + 681FD8 + Siemens Industry Inc. + + + 4001C6 + 3Com Europe Ltd + + + 9C5E73 + Calibre UK Ltd + + + 5C1437 + Thyssenkrupp Aufzugswerke GmbH + + + 9C55B4 + I.S.E. S.r.l. + + + 702F97 + Aava Mobile Oy + + + 10CA81 + Precia + + + 40A6A4 + PassivSystems Ltd + + + 94BA31 + Visiontec da Amazonia Ltda. + + + B894D2 + Retail Innovation HTT AB + + + B0E97E + Advanced Micro Peripherals + + + F0C24C + Zhejiang FeiYue Digital Technology Ltd + + + E4751E + Getinge Sterilization AB + + + 9C5B96 + NMR Corporation + + + 60F13D + JABLOCOM s.r.o. + + + 50252B + Nethra Imaging Incorporated + + + F8811A + Overkiz + + + 3863F6 + 3NOD Multimedia(Shenzhen) Ltd + + + 78B81A + Inter Sales A/S + + + CC0080 + Bettini SRL + + + 644BC3 + Shanghai WOASiS Telecommunications Ltd + + + 942E63 + Finsecur + + + AC8317 + Shenzhen Furtunetel Communication Ltd + + + ACD180 + Crexendo Business Solutions Inc. + + + CCCC4E + Sun Fountainhead USA. Corp + + + 688540 + IGI Mobile Inc. + + + A09A5A + Time Domain + + + 64A837 + Juni Korea Ltd + + + 202CB7 + Kong Yue Electronics & Information Industry (Xinhui) Ltd + + + 609F9D + CloudSwitch + + + 48343D + IEP GmbH + + + D4AAFF + Micro World + + + 74E537 + Radspin + + + 0026E9 + SP Corp + + + 0026EB + Advanced Spectrum Technology Ltd + + + 0026E1 + Stanford University, OpenFlow Group + + + 002717 + CE Digital(Zhenjiang) Ltd + + + 002716 + Adachi-Syokai Ltd + + + 0026DC + Optical Systems Design + + + 002700 + Shenzhen Siglent Technology Ltd + + + 0026EC + Legrand Home Systems Inc. + + + 0026D4 + IRCA SpA + + + 002663 + Shenzhen Huitaiwei Tech Ltd + + + 002661 + Irumtek Ltd + + + 00265B + Hitron Technologies Inc. + + + 002656 + Sansonic Electronics USA + + + 00267D + A-Max Technology Macao Commercial Offshore Company Limited + + + 00267C + Metz-Werke GmbH & Co KG + + + 002673 + Ricoh Company Ltd + + + 00266D + MobileAccess Networks + + + 0026C0 + EnergyHub + + + 0026C1 + Artray Ltd + + + 0026BE + Schoonderbeek Elektronica Systemen B.V. + + + 0026B5 + ICOMM Tele Ltd + + + 00268C + StarLeaf Ltd + + + 00268B + Guangzhou Escene Computer Technology Limited + + + 00266F + Coordiwise Technology Corp. + + + 00266E + Nissho-denki Ltd + + + 0026C3 + Insightek Corp. + + + 002681 + Interspiro AB + + + 002683 + Ajoho Enterprise Ltd + + + 00267F + Zenterio AB + + + 002698 + Cisco Systems Inc. + + + 00269B + SOKRAT Ltd + + + 0026A1 + Megger + + + 002644 + Thomson Telecom Belgium + + + 002646 + Shenyang Tongfang Multimedia Technology Company Limited + + + 00263F + LIOS Technology GmbH + + + 00263B + Onbnetech + + + 002658 + T-Platforms (Cyprus) Limited + + + 00264C + Shanghai DigiVision Technology Ltd + + + 00262F + Hamamatsu TOA Electronics + + + 002631 + Commtact Ltd + + + 0025FB + Tunstall Healthcare A/S + + + 0025F4 + KoCo Connector AG + + + 002606 + RAUMFELD GmbH + + + 002607 + Enabling Technology Pty Ltd + + + 002624 + Thomson Inc. + + + 002605 + CC Systems AB + + + 002602 + SMART Temps LLC + + + 00261A + Femtocomm System Technology Corp. + + + 002634 + Infineta Systems Inc. + + + 002599 + Hedon e.d. B.V. + + + 002597 + Kalki Communication Technologies + + + 002592 + Guangzhou Shirui Electronic Ltd + + + 002594 + Eurodesign BG Ltd + + + 00259F + TechnoDigital Technologies GmbH + + + 00259D + Private + + + 002598 + Zhong Shan City Litai Electronic Industrial Ltd + + + 0025E3 + Hanshinit Inc. + + + 0025D4 + General Dynamics Mission Systems + + + 0025C2 + RingBell Ltd + + + 0025A7 + itron + + + 0025A9 + Shanghai Embedway Information Technologies Ltd + + + 0025B4 + Cisco Systems Inc. + + + 0025B2 + MBDA Deutschland GmbH + + + 0025EF + I-TEC Ltd + + + 002528 + Daido Signal Ltd + + + 002526 + Genuine Technologies Ltd + + + 00256B + ATENIX E.E. s.r.l. + + + 00256E + Van Breda B.V. + + + 002565 + Vizimax Inc. + + + 00255E + Shanghai Dare Technologies Ltd + + + 00253B + din Dietmar Nocker Facilitymanagement GmbH + + + 00253D + DRS Consolidated Controls + + + 002535 + Minimax GmbH & Co KG + + + 002584 + Cisco Systems Inc. + + + 002579 + J & F Labs + + + 00257F + CallTechSolution Ltd + + + 002577 + D-BOX Technologies + + + 002572 + Nemo-Q International AB + + + 002529 + Comelit Group S.P.A + + + 00252A + Chengdu GeeYa Technology Ltd + + + 00258A + Pole/Zero Corporation + + + 00255F + SenTec AG + + + 0024EC + United Information Technology Ltd + + + 0024E6 + In Motion Technology Inc. + + + 0024E7 + Plaster Networks + + + 0024E4 + Withings + + + 0024DE + GLOBAL Technology Inc. + + + 0024DC + Juniper Networks + + + 0024DB + Alcohol Monitoring Systems + + + 002521 + Logitek Electronic Systems Inc. + + + 00251F + Zynus Vision Inc. + + + 00251E + Rotel Technologies + + + 002519 + Viaas Inc + + + 0024D5 + Winward Industrial Limited + + + 0024DD + Centrak Inc. + + + 0024EA + iris-GmbH Infrared & Intelligent sensors + + + 0024ED + YT Elec Ltd + + + 002503 + IBM Corp + + + 002504 + Valiant Communications Limited + + + 002513 + CXP Digital BV + + + 0024A4 + Siklu Communication + + + 00249A + Beijing Zhongchuang Telecommunication Test Ltd + + + 00249E + ADC-Elektronik GmbH + + + 00249F + RIM Testing Services + + + 0024C2 + Asumo Ltd + + + 0024BF + Ciat + + + 0024C0 + NTI Comodo Inc + + + 0024BB + CENTRAL Corporation + + + 0024BC + HuRob Ltd + + + 0024AD + Adolf Thies GmbH & Co. KG + + + 0024A7 + Advanced Video Communications Inc. + + + 0024AB + A7 Engineering Inc. + + + 002466 + Unitron nv + + + 00245F + Vine Telecom Ltd + + + 002455 + MuLogic BV + + + 002488 + Centre For Development Of Telematics + + + 00248F + DO-Monix + + + 002479 + Optec Displays Inc. + + + 0024B7 + GridPoint Inc. + + + 0024AE + Idemia + + + 002468 + Sumavision Technologies Ltd + + + 00243A + Ludl Electronic Products + + + 002439 + Digital Barriers Advanced Technologies + + + 002434 + Lectrosonics Inc. + + + 00245A + Nanjing Panda Electronics Company Limited + + + 00245B + Raidon Technology Inc. + + + 002459 + ABB Automation products GmbH + + + 00244E + RadChips Inc. + + + 00240D + OnePath Networks Ltd + + + 00240B + Virtual Computer Inc. + + + 002402 + Op-Tection GmbH + + + 00242F + Micron + + + 002426 + Nohmi Bosai Ltd + + + 002418 + Nextwave Semiconductor + + + 002412 + Benign Technologies Ltd + + + 002429 + MK Master Inc. + + + 0023DB + saxnet GmbH + + + 0023C8 + Team-R + + + 0023EB + Cisco Systems Inc. + + + 0023EC + Algorithmix GmbH + + + 0023C1 + Securitas Direct AB + + + 0023AA + HFR Inc. + + + 0023A5 + SageTV LLC + + + 00239E + Jiangsu Lemote Technology Corporation Limited + + + 0023FC + Ultra Stereo Labs Inc. + + + 00238D + Techno Design Ltd + + + 002387 + ThinkFlood Inc. + + + 002384 + GGH Engineering s.r.l. + + + 002391 + Maxian + + + 002392 + Proteus Industries Inc. + + + 002393 + Ajinextek + + + 00237F + Plantronics Inc. + + + 00236F + DAQ System + + + 002330 + Dizipia Inc. + + + 002369 + Cisco-Linksys LLC + + + 0022F8 + PIMA Electronic Systems Ltd + + + 00231C + Fourier Systems Ltd + + + 00231D + Deltacom Electronics Ltd + + + 0022D7 + Nintendo Ltd + + + 0022D6 + Cypak AB + + + 0022D0 + Polar Electro Oy + + + 00230A + ARBURG GmbH & Co KG + + + 0022C3 + Zeeport Technology Inc. + + + 002316 + Kisan Electronics Co + + + 00230F + Hirsch Electronics Corporation + + + 00232D + SandForce + + + 002323 + Zylin AS + + + 0022DE + OPPO Digital Inc. + + + 0022F1 + Private + + + 0022A2 + Xtramus Technologies + + + 00229E + Social Aid Research Ltd + + + 002285 + Nomus Comm Systems + + + 002281 + Daintree Networks Pty + + + 002255 + Cisco Systems Inc. + + + 00224E + SEEnergy Corp. + + + 002287 + Titan Wireless LLC + + + 002288 + Sagrad Inc. + + + 002273 + Techway + + + 00226B + Cisco-Linksys LLC + + + 002267 + Nortel Networks + + + 002295 + SGM Technology for lighting spa + + + 00225A + Garde Security AB + + + 002242 + Alacron Inc. + + + 002234 + Corventis Inc. + + + 0021F7 + HPN Supply Chain + + + 0021F4 + INRange Systems Inc. + + + 0021F5 + Western Engravers Supply Inc. + + + 002232 + Design Design Technology Ltd + + + 00222B + Nucomm Inc. + + + 002226 + Avaak Inc. + + + 002221 + Itoh Denki Ltd + + + 00221D + Freegene Technology Ltd + + + 002224 + Good Will Instrument Ltd + + + 002245 + Leine & Linde AB + + + 002249 + Home Multienergy SL + + + 002240 + Universal Telecom S/A + + + 00220F + MoCA (Multimedia over Coax Alliance) + + + 00220A + OnLive Inc. + + + 002203 + Glensound Electronics Ltd + + + 002204 + Koratek + + + 0021FF + Cyfrowy Polsat SA + + + 0021E4 + I-WIN + + + 0021E5 + Display Solution AG + + + 00221B + Morega Systems + + + 0021B2 + Fiberblaze A/S + + + 0021AC + Infrared Integrated Systems Ltd + + + 00218E + Mekics Ltd + + + 00218F + Avantgarde Acoustic Lautsprechersysteme GmbH + + + 00217E + Telit Communication s.p.a + + + 002187 + Imacs GmbH + + + 002181 + Si2 Microsystems Limited + + + 0021C2 + GL Communications Inc + + + 0021E2 + visago Systems & Controls GmbH & Co. KG + + + 0021DD + Northstar Systems Corp + + + 0021D5 + X2E GmbH + + + 0021A2 + EKE-Electronics Ltd + + + 0021C9 + Wavecom Asia Pacific Limited + + + 00214A + Pixel Velocity Inc. + + + 002146 + Sanmina-SCI + + + 00216E + Function ATI (Huizhou) Telecommunications Ltd + + + 00216D + Soltech Ltd + + + 002165 + Presstek Inc. + + + 00211F + Shinsung Deltatech Ltd + + + 002124 + Optos Plc + + + 002133 + Building B Inc. + + + 002134 + Brandywine Communications + + + 00213A + Winchester Systems Inc. + + + 00212E + dresden-elektronik + + + 002130 + Keico Hightech Inc. + + + 00215B + SenseAnywhere + + + 00214E + GS Yuasa Power Supply Ltd + + + 002142 + Advanced Control Systems doo + + + 001FFA + Coretree Ltd + + + 001FF2 + VIA Technologies Inc. + + + 002101 + Aplicaciones Electronicas Quasar (AEQ) + + + 002103 + GHI Electronics LLC + + + 001FF8 + Siemens AG, Sector Industry, Drive Technologies, Motion Control Systems + + + 001FD0 + Giga-Byte Technology Ltd + + + 001FD1 + Optex Ltd + + + 001FC9 + Cisco Systems Inc. + + + 001FDC + Mobile Safe Track Ltd + + + 001FD6 + Shenzhen Allywll + + + 002117 + Tellord + + + 00210F + Cernium Corp + + + 001FF1 + Paradox Hellas S.A. + + + 001FE6 + Alphion Corporation + + + 001FCF + MSI Technology GmbH + + + 001F9C + Ledco + + + 001F90 + Actiontec Electronics Inc. + + + 001F91 + DBS Lodging Technologies LLC + + + 001F98 + Daiichi-Dentsu Ltd + + + 001F93 + Xiotech Corporation + + + 001F51 + HD Communications Corp + + + 001F53 + GEMAC Chemnitz GmbH + + + 001F50 + Swissdis AG + + + 001F4C + Roseman Engineering Ltd + + + 001FA9 + Atlanta DTH Inc. + + + 001FA3 + T&W Electronics(Shenzhen) Ltd + + + 001FA2 + Datron World Communications Inc. + + + 001F70 + Botik Technologies Ltd + + + 001F64 + Beijing Autelan Technology Inc. + + + 001F6D + Cisco Systems Inc. + + + 001F24 + Digitview Technology Ltd + + + 001F21 + Inner Mongolia Yin An Science & Technology Development Ltd + + + 001F22 + Source Photonics Inc. + + + 001F1D + Atlas Material Testing Technology LLC + + + 001F15 + Bioscrypt Inc + + + 001F2B + Orange Logic + + + 001F2A + Accm + + + 001F30 + Travelping + + + 001F48 + Mojix Inc. + + + 001F3E + RP-Technik e.K. + + + 001EF0 + Gigafin Networks + + + 001EF2 + Micro Motion Inc + + + 001F37 + Genesis I&C + + + 001F2C + Starbridge Networks + + + 001F31 + Radiocomp + + + 001F12 + Juniper Networks + + + 001EEA + Sensor Switch Inc. + + + 001F04 + Granch Ltd + + + 001E94 + Supercom Technology Corporation + + + 001E8F + Canon Inc. + + + 001EA5 + ROBOTOUS Inc. + + + 001EA7 + Actiontec Electronics Inc. + + + 001EA0 + XLN-t + + + 001E98 + GreenLine Communications + + + 001E9A + HAMILTON Bonaduz AG + + + 001EDF + Master Industrialization Center Kista + + + 001EE3 + T&W Electronics (Shenzhen) Ltd + + + 001ED9 + Mitsubishi Precision Ltd + + + 001ED3 + Dot Technology Int'l Ltd + + + 001EA6 + Best IT World (India) Pvt Ltd + + + 001E83 + LAN/MAN Standards Association (LMSC) + + + 001E7C + Taiwick Limited + + + 001ECF + Philips Electronics UK Ltd + + + 001E22 + ARVOO Imaging Products BV + + + 001E1A + Best Source Taiwan Inc. + + + 001E19 + Gtri + + + 001E14 + Cisco Systems Inc. + + + 001E44 + Santec + + + 001E62 + Siemon + + + 001E5C + RB GeneralEkonomik + + + 001E5D + Holosys d.o.o. + + + 001E78 + Owitek Technology Ltd + + + 001E7A + Cisco Systems Inc. + + + 001E27 + SBN TECH Ltd + + + 001E60 + Digital Lighting Systems Inc. + + + 001E6C + Opaque Systems + + + 001E2F + DiMoto Pty Ltd + + + 001E36 + Ipte + + + 001DA7 + Seamless Internet + + + 001DA5 + WB Electronics + + + 001DA8 + Takahata Electronics Ltd + + + 001DA9 + Castles Technology Ltd + + + 001DCB + Exens Development Oy + + + 001DCA + PAV Electronics Limited + + + 001DC2 + Xortec Oy + + + 001E0E + Maxi View Holdings Limited + + + 001E0F + Briot International + + + 001DE3 + Intuicom + + + 001DDE + Zhejiang Broadcast & Television Technology Ltd + + + 001DE5 + Cisco Systems Inc. + + + 001DEC + Marusys + + + 001DE8 + Nikko Denki Tsushin Corporation(NDTC) + + + 001DDA + Mikroelektronika spol. s r. o. + + + 001DB0 + FuJian HengTong Information Technology Ltd + + + 001DB8 + Intoto Inc. + + + 001DF5 + Sunshine Ltd + + + 001DF0 + Vidient Systems Inc. + + + 001DFE + Palm Inc. + + + 001D52 + Defzone B.V. + + + 001D4A + Carestream Health Inc. + + + 001D96 + WatchGuard Video + + + 001D8F + PureWave Networks + + + 001D8C + La Crosse Technology Ltd + + + 001D64 + Adam Communications Systems Int ltd + + + 001D5E + Coming Media Corp. + + + 001D55 + ZANTAZ Inc. + + + 001DA1 + Cisco Systems Inc. + + + 001D71 + Cisco Systems Inc. + + + 001D65 + Microwave Radio Communications + + + 001D50 + Spinetix SA + + + 001D45 + Cisco Systems Inc. + + + 001D69 + Knorr-Bremse IT-Services GmbH + + + 001CF8 + Parade Technologies Ltd + + + 001CF7 + AudioScience + + + 001CF6 + Cisco Systems Inc. + + + 001CF5 + Wiseblue Technology Limited + + + 001CEE + Sharp Corporation + + + 001D07 + Shenzhen Sang Fei Consumer Communications Ltd + + + 001D06 + HM Electronics Inc. + + + 001D01 + Neptune Digital + + + 001D33 + Maverick Systems Inc. + + + 001D2C + Wavetrend Technologies (Pty) Limited + + + 001CCF + Limetek + + + 001D24 + Aclara Power-Line Systems Inc. + + + 001D18 + Power Innovation GmbH + + + 001D1B + Sangean Electronics Inc. + + + 001D17 + Digital Sky Corporation + + + 001D27 + NAC-Intercom + + + 001CE3 + Optimedical Systems + + + 001CDE + Interactive Multimedia eXchange Inc. + + + 001D36 + Electronics Corporation Of India Limited + + + 001C80 + New Business Division/Rhea-Information Ltd + + + 001C83 + New Level Telecom Ltd + + + 001C76 + The Wandsworth Group Ltd + + + 001C72 + Mayer & Cie GmbH & Co KG + + + 001CAD + Wuhan Telecommunication Devices Ltd + + + 001CA7 + International Quartz Limited + + + 001CAB + Meyer Sound Laboratories Inc. + + + 001C9E + Dualtech IT AB + + + 001CC8 + IndUSTRONIC Industrie-Electronic GmbH & Co. KG + + + 001CC6 + ProStor Systems + + + 001CBE + Nintendo Ltd + + + 001C94 + LI-CoR Biosciences + + + 001C8C + Dial Technology Ltd + + + 001CCA + Shanghai Gaozhi Science & Technology Development Co. + + + 001CC9 + Kaise Electronic Technology Ltd + + + 001C93 + ExaDigm Inc + + + 001C85 + Eunicorn + + + 001C67 + Pumpkin Networks Inc. + + + 001C60 + CSP Frontier Technologies,Inc. + + + 001C6A + Weiss Engineering Ltd + + + 001C0A + Shenzhen AEE Technology Ltd + + + 001C0D + G-Technology Inc. + + + 001C03 + Betty TV Technology AG + + + 001C46 + Qtum + + + 001C42 + Parallels Inc. + + + 001C3E + ECKey Corporation + + + 001C51 + Celeno Communications + + + 001C54 + Hillstone Networks Inc + + + 001C59 + Devon IT + + + 001C22 + Aeris Elettronica s.r.l. + + + 001C1D + Chenzhou Gospell Digital Technology Ltd + + + 001C39 + S Netsystems Inc. + + + 001C37 + Callpod Inc. + + + 001C33 + Sutron + + + 001BF6 + CoNWISE Technology Corporation Ltd + + + 001BF8 + Digitrax Inc. + + + 001C2F + Pfister GmbH + + + 001C27 + Sunell Electronics Co. + + + 001C0F + Cisco Systems Inc. + + + 001C48 + WiDeFi Inc. + + + 001BAD + iControl Incorporated + + + 001BA7 + Lorica Solutions + + + 001BA5 + MyungMin Systems Inc. + + + 001BF1 + Nanjing SilverNet Software Ltd + + + 001BEF + Blossoms Digital Technology Ltd + + + 001BEB + DMP Electronics Inc. + + + 001BA2 + IDS Imaging Development Systems GmbH + + + 001B9D + Novus Security Sp. z o.o. + + + 001BC9 + FSN Display Inc + + + 001BC3 + Mobisolution Ltd + + + 001BCE + Measurement Devices Ltd + + + 001BB8 + Blueway Electronic Co; Ltd + + + 001BB2 + Intellect International NV + + + 001BE7 + Postek Electronics Ltd + + + 001BE3 + Health Hero Network Inc. + + + 001BDC + Vencer Ltd + + + 001BD5 + Cisco Systems Inc. + + + 001B95 + Video Systems SRL + + + 001B90 + Cisco Systems Inc. + + + 001B7F + TMN Technologies Telecomunicacoes Ltda + + + 001B7E + Beckmann GmbH + + + 001B7A + Nintendo Ltd + + + 001B34 + Focus System Inc. + + + 001B3A + SIMS Corp. + + + 001B5F + Alien Technology + + + 001B61 + Digital Acoustics LLC + + + 001B5E + BPL Limited + + + 001B5C + Azuretec Ltd + + + 001B72 + Sicep s.p.a. + + + 001B74 + MiraLink Corporation + + + 001B6D + Midtronics Inc. + + + 001B6F + Teletrak Ltd + + + 001B4B + SANION Ltd + + + 001B2D + Med-Eng Systems Inc. + + + 001B87 + Deepsound Tech Ltd + + + 001B4D + Areca Technology Corporation + + + 001AE3 + Cisco Systems Inc. + + + 001ADF + Interactivetv Pty Limited + + + 001AE1 + Edge Access Inc + + + 001AE8 + Unify Software and Solutions GmbH & Co. KG + + + 001AE9 + Nintendo Ltd + + + 001AE5 + Mvox Technologies Inc. + + + 001AE4 + Medicis Technologies Corporation + + + 001AF8 + Copley Controls Corporation + + + 001AF5 + Pentaone Ltd + + + 001AED + IncOTEC GmbH + + + 001AEE + Shenztech Ltd + + + 001ACE + Yupiteru Corporation + + + 001ACC + Celestial Semiconductor Ltd + + + 001AD2 + Eletronica Nitron Ltda + + + 001B1D + Phoenix International Ltd + + + 001B1A + e-trees Japan Inc. + + + 001B12 + Apprion + + + 001AFE + Sofacreal + + + 001AF1 + Embedded Artists AB + + + 001B0D + Cisco Systems Inc. + + + 001B0A + Intelligent Distributed Controls Ltd + + + 001AB1 + Asia Pacific Satellite Industries Ltd + + + 001AB7 + Ethos Networks Ltd + + + 001AB2 + Cyber Solutions Inc. + + + 001A97 + fitivision technology Inc. + + + 001A90 + Tropico Sistemas e Telecomunicacoes da Amazonia LtdA. + + + 001A94 + Votronic GmbH + + + 001AC7 + Unipoint + + + 001AC0 + Joybien Technologies Ltd + + + 001A9E + ICON Digital International Limited + + + 001A98 + Asotel Communication Limited Taiwan Branch + + + 001A72 + Mosart Semiconductor Corp. + + + 001A68 + Weltec Enterprise Ltd + + + 001AC2 + YEC Ltd + + + 001AA5 + BRN Phoenix + + + 001AA2 + Cisco Systems Inc. + + + 001A9C + RightHand Technologies Inc. + + + 001A7E + LN Srithai Comm Ltd + + + 001A5A + Korea Electric Power Data Network (KDN) Ltd + + + 001A5F + KitWorks.fi Ltd + + + 001A37 + Lear Corporation + + + 001A38 + Sanmina-SCI + + + 001A2B + Ayecom Technology Ltd + + + 001A28 + ASWT Ltd Taiwan Branch H.K. + + + 001A2C + SATEC Ltd + + + 001A27 + Ubistar + + + 001A21 + Brookhuis Applied Technologies BV + + + 0019FF + Finnzymes + + + 0019FA + Cable Vision Electronics Ltd + + + 001A5D + Mobinnova Corp. + + + 001A4D + Giga-Byte Technology Ltd + + + 001A48 + Takacom Corporation + + + 001A0B + Bona Technology Inc. + + + 001A06 + OpVista Inc. + + + 001A2E + Ziova Coporation + + + 001A32 + Activa Multimedia + + + 001A00 + Matrix Inc. + + + 0019AD + Bobst SA + + + 0019A2 + Ordyn Technologies + + + 0019A5 + RadarFind Corporation + + + 001993 + Changshu Switchgear MFG Ltd (Former Changshu Switchgea + + + 0019F1 + Star Communication Network Technology Ltd + + + 0019EC + Sagamore Systems Inc. + + + 0019CC + RCG (HK) Ltd + + + 0019C8 + AnyDATA Corporation + + + 0019C4 + Infocrypt Inc. + + + 0019BC + Electro Chance SRL + + + 00199B + Diversified Technical Systems Inc. + + + 001990 + ELM DATA Ltd + + + 00198F + Nokia Bell N.V. + + + 0019D8 + Maxfor + + + 0019D5 + IP Innovations Inc. + + + 0019A3 + asteel electronique atlantique + + + 0019EA + TeraMage Technologies Ltd + + + 00196E + Metacom (Pty) Ltd + + + 001965 + YuHua TelTech (ShangHai) Ltd + + + 001966 + Asiarock Technology Limited + + + 00197B + Picotest Corp. + + + 001973 + Zeugma Systems + + + 001975 + Beijing Huisen networks technology Inc + + + 001940 + Rackable Systems + + + 00193C + HighPoint Technologies Incorporated + + + 00195C + Innotech Corporation + + + 00195F + Valemount Networks Corporation + + + 001948 + AireSpider Networks + + + 001943 + Belden + + + 00192E + Spectral Instruments Inc. + + + 00192B + Aclara RF Systems Inc. + + + 00191E + Beyondwiz Ltd + + + 001981 + Vivox Inc + + + 001945 + RF Concepts LLC + + + 00191F + Microlink Communications Inc. + + + 001920 + KUME electric Ltd + + + 001926 + BitsGen Ltd + + + 001929 + 2M2B Montadora de Maquinas Bahia Brasil LtdA + + + 0018F1 + Chunichi Denshi Ltd + + + 0018F2 + Beijing Tianyu Communication Equipment Ltd + + + 0018EC + Welding Technology Corporation + + + 0018ED + Accutech Ultrasystems Ltd + + + 00190B + Southern Vision Systems Inc. + + + 001903 + Bigfoot Networks Inc + + + 001900 + Intelliverese - DBA Voicecom + + + 001902 + Cambridge Consultants Ltd + + + 00192A + Antiope Associates + + + 00190F + Advansus Corp. + + + 001911 + Just In Mobile Information Technologies (Shanghai) Ltd + + + 0018E0 + Anaveo + + + 001917 + Posiflex Inc. + + + 001918 + Interactive Wear AG + + + 0018CB + Tecobest Technology Limited + + + 0018CE + Dreamtech Ltd + + + 001894 + NPCore Inc. + + + 001898 + Kingstate Electronics Corporation + + + 001892 + ads-tec GmbH + + + 001891 + Zhongshan General K-mate Electronics Ltd + + + 0018AD + Nidec Sankyo Corporation + + + 0018AC + Shanghai Jiao Da HISYS Technology Ltd + + + 0018AB + Beijing Lhwt Microelectronics Inc. + + + 0018A5 + ADigit Technologies Corp. + + + 001878 + Mackware GmbH + + + 00186A + Global Link Digital Technology Ltd + + + 00186B + Sambu Communics Ltd + + + 00186E + 3Com Corporation + + + 0018A6 + Persistent Systems LLC + + + 00189B + Thomson Inc. + + + 0018B2 + Adeunis RF + + + 0018B3 + TEC WizHome Ltd + + + 0018BD + Shenzhen Dvbworld Technology Ltd + + + 001867 + Datalogic ADC + + + 001865 + Siemens Healthcare Diagnostics Manufacturing Ltd + + + 001877 + Amplex A/S + + + 001889 + WinNet Solutions Limited + + + 0017F9 + Forcom Sp. z o.o. + + + 0017F4 + Zeron Alliance + + + 0017F7 + CEM Solutions Pvt Ltd + + + 0017ED + WooJooIT Ltd + + + 001843 + Dawevision Ltd + + + 00182C + Ascend Networks Inc. + + + 00181D + Asia Electronics Ltd + + + 00181F + Palmmicro Communications + + + 00181B + TaiJin Metal Ltd + + + 001805 + Beijing InHand Networking Technology Ltd + + + 00180D + Terabytes Server Storage Tech Corp + + + 001854 + Argard Ltd + + + 001847 + AceNet Technology Inc. + + + 001836 + REJ Ltd + + + 0017CC + Alcatel-Lucent + + + 0017C4 + Quanta Microsystems Inc. + + + 00179E + Sirit Inc + + + 0017A7 + Mobile Computing Promotion Consortium + + + 00179F + Apricorn + + + 0017B4 + Remote Security Systems LLC + + + 0017AC + O'Neil Product Development Inc. + + + 0017AD + AceNet Corporation + + + 0017DD + Clipsal Australia + + + 0017D9 + AAI Corporation + + + 0017DC + Daemyung ZERO1 + + + 0017BF + Coherent Research Limited + + + 0017BD + Tibetsystem + + + 0017A1 + 3soft Inc. + + + 001792 + Falcom Wireless Comunications GmbH + + + 001797 + Telsy Elettronica S.p.A. + + + 00178C + Independent Witness Inc. + + + 0017CB + Juniper Networks + + + 0017D3 + Etymotic Research Inc. + + + 001788 + Philips Lighting BV + + + 00173C + Extreme Engineering Solutions + + + 001736 + iiTron Inc. + + + 001737 + Industrie Dial Face S.p.A. + + + 001733 + SFR + + + 001758 + ThruVision Ltd + + + 00174F + iCatch Inc. + + + 00174A + Socomec + + + 00174E + Parama-tech Ltd + + + 00176F + PAX Computer Technology(Shenzhen) Ltd + + + 001771 + APD Communications Ltd + + + 00175B + ACS Solutions Switzerland Ltd + + + 001729 + Ubicod Ltd + + + 001727 + Thermo Ramsey Italia s.r.l. + + + 00172A + Proware Technology Corp.(By Unifosa) + + + 001725 + Liquid Computing + + + 001764 + ATMedia GmbH + + + 00175E + Zed-3 + + + 001766 + Accense Technology Inc. + + + 0016D0 + ATech elektronika d.o.o. + + + 0016C3 + BA Systems Inc + + + 0016F0 + Dell Inc. + + + 0016F8 + Aviqtech Technology Ltd + + + 001703 + MOSDAN Internation Ltd + + + 0016FC + Tohken Ltd + + + 0016E9 + Tiba Medical Inc + + + 0016DC + Archos + + + 001714 + BR Controls Nederland bv + + + 00171B + Innovation Lab Corp. + + + 001709 + Exalt Communications + + + 0016C1 + Eleksen Ltd + + + 0016A9 + 2EI + + + 0016B0 + VK Corporation + + + 0016B1 + KBS + + + 0016AE + Inventel + + + 0016AC + Toho Technology Corp. + + + 001683 + WEBIO International Co. Ltd + + + 001684 + Donjin Ltd + + + 001687 + Chubb CSC-Vendor AP + + + 00167F + Bluebird Soft Inc. + + + 00164C + PLANET INT Ltd + + + 001649 + SetOne GmbH + + + 001647 + Cisco Systems Inc. + + + 001665 + Cellon France + + + 00165F + Fairmount Automation + + + 00167C + iRex Technologies BV + + + 001673 + Bury GmbH & Co. KG + + + 001694 + Sennheiser Communications A/S + + + 00169C + Cisco Systems Inc. + + + 001657 + Aegate Ltd + + + 00168C + DSL Partner AS + + + 00161B + Micronet Corporation + + + 001618 + HIVION Ltd + + + 00161E + Woojinnet + + + 00161F + SUNWAVETEC Ltd + + + 001614 + Picosecond Pulse Labs + + + 00160E + Optica Technologies Inc. + + + 001643 + Sunhillo Corporation + + + 001644 + LITE-ON Technology Corp. + + + 00163E + Xensource Inc. + + + 0015FD + Complete Media Systems + + + 0015F6 + Science AND Engineering Services Inc. + + + 001634 + Mathtech Inc. + + + 00162C + Xanboo + + + 001605 + Yorkville Sound Inc. + + + 0015F9 + Cisco Systems Inc. + + + 0015E3 + Dream Technologies Corporation + + + 0015E0 + Ericsson + + + 0015F3 + Peltor AB + + + 0015D3 + Pantech & Curitel Communications Inc. + + + 0015AD + Accedian Networks + + + 0015AC + Capelon AB + + + 0015A9 + Kwang WOO I&C Ltd + + + 00E0A8 + SAT GmbH & Co. + + + 001574 + Horizon Semiconductors Ltd + + + 00158A + SURECOM Technology Corp. + + + 00158E + Plustek.Inc + + + 001589 + D-MAX Technology Ltd + + + 0015B4 + Polymap Wireless LLC + + + 0015CA + TeraRecon Inc. + + + 001598 + Kolektor group + + + 001512 + Zurich University Of Applied Sciences + + + 00150A + Sonoa Systems Inc. + + + 001570 + Zebra Technologies Inc + + + 00156E + A. W. Communication Systems Ltd + + + 001568 + Dilithium Networks + + + 00154B + Wonde Proud Technology Ltd + + + 001548 + Cube Technologies + + + 00155F + GreenPeak Technologies + + + 00155A + Dainippon Pharmaceutical Ltd + + + 00151D + M2I Corporation + + + 00153C + Kprotech Ltd + + + 00153A + Shenzhen Syscan Technology Ltd + + + 001532 + Consumer Technologies Group LLC + + + 00149B + Nokota Communications LLC + + + 0014A1 + Synchronous Communication Corp + + + 00149E + UbONE Ltd + + + 0014A2 + Core Micro Systems Inc. + + + 0014AD + Gassner Wiege- und Messtechnik GmbH + + + 0014AF + Datasym POS Inc. + + + 0014A9 + Cisco Systems Inc. + + + 0014FF + Precise Automation Inc. + + + 0014FA + AsGa S.A. + + + 0014FB + Technical Solutions Inc. + + + 0014D2 + Kyuden Technosystems Corporation + + + 0014DC + Communication System Design & Manufacturing (CSDM) + + + 0014CD + DigitalZone Ltd + + + 0014C0 + Symstream Technology Group Ltd + + + 0014C1 + U.S. Robotics Corporation + + + 0014C4 + Vitelcom Mobile Technology + + + 0014EC + Acro Telecom + + + 0014EB + AwarePoint Corporation + + + 0014AB + Senhai Electronic Technology Ltd + + + 0014B0 + Naeil Community + + + 0014F4 + DekTec Digital Video B.V. + + + 0014F5 + OSI Security Devices + + + 00148E + Tele Power Inc. + + + 00148F + Protronic (Far East) Ltd + + + 00148C + General Dynamics Mission Systems + + + 001487 + American Technology Integrators + + + 001444 + Grundfos Holding + + + 001437 + GSTeletech Ltd + + + 001431 + PDL Electronics Ltd + + + 00144D + Intelligent Systems + + + 00144A + Taiwan Thick-Film Ind. Corp. + + + 001445 + Telefon-Gradnja d.o.o. + + + 001468 + CelPlan International Inc. + + + 00147C + 3Com Corporation + + + 001481 + Multilink Inc + + + 001464 + Cryptosoft + + + 00145E + IBM Corp + + + 001458 + HS Automatic ApS + + + 001421 + Total Wireless Technologies Pte Ltd + + + 001420 + G-Links networking Company + + + 001418 + C4Line + + + 00141B + Cisco Systems Inc. + + + 0013F0 + Wavefront Semiconductor + + + 0013EF + Kingjon Digital Technology Ltd + + + 0013EB + Sysmaster Corporation + + + 0013EC + Netsnapper Technologies SARL + + + 00142B + Edata Communication Inc. + + + 00142C + Koncept International Inc. + + + 001424 + Merry Electrics Ltd + + + 0013D0 + t+ Medical Ltd + + + 0013D2 + Page Iberica, S.A. + + + 0013D1 + KIRK telecom A/S + + + 00140F + Federal State Unitary Enterprise Leningrad R&D Institute Of + + + 001407 + Sperian Protection Instrumentation + + + 001406 + Go Networks + + + 00140A + WEPIO Ltd + + + 0013FA + LifeSize Communications Inc. + + + 0013FB + RKC Instrument Inc. + + + 0013DC + Ibtek Inc. + + + 0013BA + ReadyLinks Inc + + + 0013B8 + RyCo Electronic Systems Limited + + + 0013B6 + Sling Media Inc. + + + 00137D + Dynalab Inc. + + + 001383 + Application Technologies and Engineering Research Laboratory + + + 001387 + 27M Technologies AB + + + 001373 + BLwave Electronics Ltd + + + 001366 + Neturity Technologies Inc. + + + 00135B + PanelLink Cinema LLC + + + 00136F + PacketMotion Inc. + + + 001368 + Saab Danmark A/S + + + 0013B4 + Appear TV + + + 0013AE + Radiance Technologies Inc. + + + 001397 + Oracle Corporation + + + 0013C3 + Cisco Systems Inc. + + + 0013BD + Hymatom SA + + + 001391 + Ouen Ltd + + + 001323 + Cap Ltd + + + 001314 + Asiamajor Inc. + + + 001316 + L-S-B Broadcast Technologies GmbH + + + 001312 + Amedia Networks Inc. + + + 001336 + Tianjin 712 Communication Broadcasting Ltd + + + 00135E + EAB/RWI/K + + + 00134E + Valox Systems Inc. + + + 001344 + Fargo Electronics Inc. + + + 001348 + Artila Electronics Ltd + + + 0012EF + OneAccess SA + + + 0012E9 + Abbey Systems Ltd + + + 001300 + IT-Factory Inc. + + + 001322 + DAQ Electronics Inc. + + + 0012D5 + Motion Reality Inc. + + + 0012D8 + International Games System Ltd + + + 00129A + IRT Electronics Pty Ltd + + + 00128D + STB Datenservice GmbH + + + 0012DB + ZIEHL Industrie-elektronik GmbH + Co KG + + + 0012D6 + Jiangsu Yitong High-Tech Ltd + + + 0012DA + Cisco Systems Inc. + + + 0012D3 + Zetta Systems Inc. + + + 0012A2 + Vita + + + 0012A5 + Dolphin Interconnect Solutions AS + + + 0012A8 + intec GmbH + + + 00129E + Surf Communications Inc. + + + 0012BA + FSI Systems Inc. + + + 0012B2 + Avolites Ltd + + + 0012AE + HLS HARD-LINE Solutions Inc. + + + 0012AF + ELPRO Technologies + + + 0012E6 + Spectec Computer Ltd + + + 001236 + ConSentry Networks + + + 001235 + Andrew Corporation + + + 001245 + Zellweger Analytics Inc. + + + 001242 + Millennial Net + + + 001241 + a2i marketing center + + + 00123B + KeRo Systems ApS + + + 001287 + Digital Everywhere Unterhaltungselektronik GmbH + + + 001282 + Qovia + + + 001285 + Gizmondo Europe Ltd + + + 001277 + Korenix Technologies Ltd + + + 00126D + University Of California, Berkeley + + + 001267 + Panasonic Corporation + + + 001265 + Enerdyne Technologies Inc. + + + 001257 + LeapComm Communication Technologies Inc. + + + 001251 + Silink + + + 00128E + Q-Free ASA + + + 001292 + Griffin Technology + + + 0011F3 + NeoMedia Europe AG + + + 0011E9 + Starnex Ltd + + + 0011EC + Avix Inc. + + + 0011E7 + WORLDSAT - Texas de France + + + 001202 + Decrane Aerospace - Audio International Inc. + + + 0011FE + Keiyo System Research Inc. + + + 0011FD + Korg Inc. + + + 0011FA + Rane Corporation + + + 0011CE + Ubisense Limited + + + 0011D0 + Tandberg Data ASA + + + 0011C3 + Transceiving System Technology Corporation + + + 0011C2 + United Fiber Optic Communication + + + 001228 + Data Ltd + + + 00121F + Harding Instruments + + + 001220 + Cadco Systems + + + 001229 + BroadEasy Technologies Ltd + + + 001226 + Japan Direx Corporation + + + 001222 + Skardin (UK) Ltd + + + 0011E8 + Tixi.com + + + 0011E0 + U-MEDIA Communications Inc. + + + 00120D + Advanced Telecommunication Technologies Inc. + + + 00120E + AboCom + + + 0011F2 + Institute Of Network Technologies + + + 001210 + WideRay Corp + + + 0011A4 + JStream Technologies Inc. + + + 001198 + Prism Media Products Limited + + + 001197 + Monitoring Technologies Limited + + + 001199 + 2wcom Systems GmbH + + + 0011A7 + Infilco Degremont Inc. + + + 0011A9 + MOIMSTONE Ltd + + + 0011A3 + LanReady Technologies Inc. + + + 001176 + Intellambda Systems Inc. + + + 001177 + Coaxial Networks Inc. + + + 001170 + GSC SRL + + + 00116B + Digital Data Communications Asia Ltd + + + 001169 + EMS Satcom + + + 001162 + Star Micronics Ltd + + + 001181 + InterEnergy Ltd + + + 001194 + Chi Mei Communication Systems Inc. + + + 0011BF + AESYS S.p.A. + + + 0011B7 + Octalix B.V. + + + 0011B9 + Inner Range Pty Ltd + + + 001109 + Micro-Star International + + + 001104 + Telexy + + + 001161 + NetStreams LLC + + + 001156 + Pharos Systems NZ + + + 001159 + Matisse Networks Inc + + + 00115C + Cisco Systems Inc. + + + 00115D + Cisco Systems Inc. + + + 001126 + Venstar Inc. + + + 00112E + Ceicom + + + 001122 + CIMSYS Inc + + + 001117 + Cesnet + + + 001116 + Coteau Vert Ltd + + + 001110 + Maxanna Technology Ltd + + + 00113B + Micronet Communications Inc. + + + 00113D + KN Soltec Ltd + + + 001134 + MediaCell Inc. + + + 001135 + Grandeye Ltd + + + 001121 + Cisco Systems Inc. + + + 001149 + Proliphix Inc. + + + 000FC0 + DELCOMp + + + 000FBA + Tevebox AB + + + 000FB8 + CallURL Inc. + + + 000FB7 + Cavium + + + 000FD3 + Digium + + + 000FD1 + Applied Wireless Identifications Group Inc. + + + 000FC1 + WAVE Corporation + + + 001100 + Schneider Electric + + + 000FFA + Optinel Systems Inc. + + + 000FFD + Glorytek Network Inc. + + + 000FF9 + Valcretec Inc. + + + 000FC4 + NST Ltd + + + 000FC9 + Allnet GmbH + + + 000FC6 + Eurocom Industries A/S + + + 000FBE + e-w/you Inc. + + + 000FA9 + PC Fabrik + + + 000F9A + Synchrony Inc. + + + 000FEA + Giga-Byte Technology Ltd + + + 000FF7 + Cisco Systems Inc. + + + 000FD8 + Force Inc. + + + 000F8D + FAST TV-Server AG + + + 000F85 + ADDO-Japan Corporation + + + 000F82 + Mortara Instrument Inc. + + + 000F49 + Northover Solutions Limited + + + 000F4B + Oracle Corporation + + + 000F44 + Tivella Inc. + + + 000F4A + Kyushu-kyohan Ltd + + + 000F81 + PAL Pacific Inc. + + + 000F7F + UBSTORAGE Ltd + + + 000F95 + ELECOM Ltd Laneed Division + + + 000F55 + Datawire Communication Networks Inc. + + + 000F56 + Continuum Photonics Inc + + + 000F60 + Lifetron Ltd + + + 000F5B + Delta Information Systems Inc. + + + 000F8A + WideView + + + 000F90 + Cisco Systems Inc. + + + 000F77 + Dentum Ltd + + + 000F7B + Arce Sistemas, S.A. + + + 000F68 + Vavic Network Technology Inc. + + + 000EE2 + Custom Engineering + + + 000EE3 + Chiyu Technology Ltd + + + 000EE5 + bitWallet Inc. + + + 000EDA + C-Tech United Corp. + + + 000ECF + PROFIBUS Nutzerorganisation e.V. + + + 000EEB + Sandmartin(zhong shan)Electronics Ltd + + + 000EEC + Orban + + + 000EEF + Private + + + 000EF1 + Ezquest Inc. + + + 000EE7 + AAC Electronics Corp. + + + 000F1C + DigitAll World Ltd + + + 000F1A + Gaming Support B.V. + + + 000F0A + Clear Edge Networks + + + 000F02 + Digicube Technology Ltd + + + 000F2F + W-Linx Technology Ltd + + + 000F2D + Chung-Hsin Electric & Machinery MFG.Corp. + + + 000EF7 + Vulcan Portals Inc + + + 000EF0 + Festo AG & Co. KG + + + 000EE9 + WayTech Development Inc. + + + 000F40 + Optical Internetworking Forum + + + 000F33 + DUALi Inc. + + + 000F05 + 3B System Inc. + + + 000EC9 + YOKO Technology Corp. + + + 000EBD + Burdick, a Quinton Compny + + + 000EB9 + HASHIMOTO Electronics Industry Ltd + + + 000EB2 + Micro-Research Finland Oy + + + 000ED0 + Privaris Inc. + + + 000EC3 + Logic Controls Inc. + + + 000EC4 + Iskra Transmission d.d. + + + 000EC1 + MYNAH Technologies + + + 000E89 + Clematic + + + 000E79 + Ample Communications Inc. + + + 000EA1 + Formosa Teletek Corporation + + + 000E98 + HME Clear- Ltd + + + 000E99 + Spectrum Digital Inc. + + + 000E95 + Fujiya Denki Seisakusho Ltd + + + 000E97 + Ultracker Technology Co. Inc. + + + 000EA7 + Endace Technology + + + 000E6F + IRIS Corporation Berhad + + + 000EB5 + Ecastle Electronics Ltd + + + 000E50 + Thomson Telecom Belgium + + + 000E4B + atrium c and i + + + 000E2B + Safari Technologies + + + 000E28 + Dynamic Ratings P/L + + + 000E24 + Huwell Technology Inc. + + + 000E3F + Soronti Inc. + + + 000E45 + Beijing Newtry Electronic Technology Ltd + + + 000E1D + ARION Technology Inc. + + + 000E12 + Adaptive Micro Systems Inc. + + + 000E4F + Trajet GmbH + + + 000E38 + Cisco Systems Inc. + + + 000E36 + HEINESYS Inc. + + + 000E17 + Private + + + 000E15 + Tadlys Ltd + + + 000E01 + ASIP Technologies Inc. + + + 000DCB + Petcomkorea Ltd + + + 000DCC + NEOSMART Corp. + + + 000DCE + Dynavac Technology Pte Ltd + + + 000DE8 + Nasaco Electronics Pte Ltd + + + 000DE9 + Napatech Aps + + + 000DE6 + Youngbo Engineering Ltd + + + 000DC3 + First Communication Inc. + + + 000DB9 + PC Engines GmbH + + + 000DB7 + Sanko Electric Ltd + + + 000DAC + Japan CBM Corporation + + + 000DDF + Japan Image & Network Inc. + + + 000DDB + Airwave Technologies Inc. + + + 000E04 + CMA/Microdialysis AB + + + 000D2A + Scanmatic AS + + + 000D29 + Cisco Systems Inc. + + + 000D26 + Primagraphics Limited + + + 000D46 + Parker SSD Drives + + + 000D41 + Siemens AG ICM MP UC RD IT KLF1 + + + 000D42 + Newbest Development Limited + + + 000D3C + i.Tech Dynamic Ltd + + + 000D55 + SANYCOM Technology Ltd + + + 000D57 + Fujitsu I-Network Systems Limited. + + + 000D58 + Private + + + 000D51 + DivR Systems Inc. + + + 000D39 + Network Electronics + + + 000D35 + PAC International Ltd + + + 000D95 + Opti-cell Inc. + + + 000D91 + Eclipse (HQ Espana) S.L. + + + 000D62 + Funkwerk Dabendorf GmbH + + + 000D65 + Cisco Systems Inc. + + + 000D45 + Tottori SANYO Electric Ltd + + + 000DA1 + MIRAE ITS Ltd + + + 000D80 + Online Development Inc + + + 000D13 + Wilhelm Rutenbeck GmbH&Co.KG + + + 000D19 + ROBE Show lighting + + + 000D1C + Amesys Defense + + + 000CED + Real Digital Media + + + 000CF0 + M & N GmbH + + + 000CF4 + Akatsuki Electric MFG Ltd + + + 000CF3 + Call Image SA + + + 000CCF + Cisco Systems Inc. + + + 000CD8 + M. K. Juchheim GmbH & Co + + + 000CC6 + Ka-Ro electronics GmbH + + + 000D01 + P&E Microcomputer Systems Inc. + + + 000D00 + Seaway Networks Inc. + + + 000CF9 + Xylem Water Solutions + + + 000CC4 + Tiptel AG + + + 000CBA + Jamex Inc. + + + 000CD1 + SFOM Technology Corp. + + + 000CCE + Cisco Systems Inc. + + + 000CE0 + Trek Diagnostics Inc. + + + 000CE2 + Rolls-Royce + + + 000D0C + MDI Security Systems + + + 000D16 + UHS Systems Pty Ltd + + + 000D1F + AV Digital + + + 000CAD + BTU International + + + 000CAA + Cubic Transportation Systems Inc + + + 000CAC + Citizen Watch Ltd + + + 000CAE + Ailocom Oy + + + 000CA3 + Rancho Technology Inc. + + + 000C9C + Chongho Information & Communications + + + 000C97 + NV ADB TTV Technologies SA + + + 000C8F + Nergal s.r.l. + + + 000C92 + WolfVision GmbH + + + 000C93 + Xeline Ltd + + + 000C7F + synertronixx GmbH + + + 000C81 + Schneider Electric (Australia) + + + 000C9E + MemoryLink Corp. + + + 000C95 + PrimeNet + + + 000C76 + Micro-Star International + + + 000C80 + Opelcomm Inc. + + + 000C7D + Teikoku Electric MFG Ltd + + + 000CB7 + Nanjing Huazhuo Electronics Ltd + + + 000C68 + SigmaTel Inc. + + + 000C07 + Iftest AG + + + 000C0C + Appro Technology Inc. + + + 000C0E + XtremeSpectrum Inc. + + + 000C12 + Micro-Optronic-Messtechnik GmbH + + + 000C10 + PNI Corporation + + + 000C40 + Altech Controls + + + 000C3E + Crest Audio + + + 000C3A + Oxance + + + 000C35 + KaVo Dental GmbH & Co. KG + + + 000C56 + Megatel Computer (1986) Corp. + + + 000C57 + MACKIE Engineering Services Belgium BVBA + + + 000C23 + Beijing Lanchuan Tech Ltd + + + 000C25 + Allied Telesis Labs Inc. + + + 000C18 + Zenisu Keisoku Inc. + + + 000C0A + Guangdong Province Electronic Technology Research Institute + + + 000C0B + Broadbus Technologies + + + 000C4A + Cygnus Microsystems (P) Limited + + + 000C54 + Pedestal Networks Inc. + + + 000C37 + Geomation Inc. + + + 000BE8 + Aoip + + + 000BDC + Akcp + + + 000BD8 + Industrial Scientific Corp. + + + 000BD7 + DORMA Time + Access GmbH + + + 000BDD + TOHOKU RICOH Ltd + + + 000BE5 + HIMS International Corporation + + + 000BE9 + Actel Corporation + + + 000BE3 + Key Stream Ltd + + + 000BD3 + cd3o + + + 000BD5 + Nvergence Inc. + + + 000BD1 + Aeronix Inc. + + + 000BD2 + Remopro Technology Inc. + + + 000BC7 + ICET S.p.A. + + + 000BB8 + Kihoku Electronic Co. + + + 000BC0 + China IWNComm Ltd + + + 000BB0 + Sysnet Telematica srl + + + 000BB4 + RDC Semiconductor Inc., + + + 000BCC + Jusan, S.A. + + + 000BAC + 3Com Corporation + + + 000BF9 + Gemstone Communications Inc. + + + 000BFC + Cisco Systems Inc. + + + 000BEA + Zultys Technologies + + + 000B9F + Neue ELSA GmbH + + + 000B98 + NiceTechVision + + + 000B95 + eBet Gaming Systems Pty Ltd + + + 000B9E + Yasing Technology Corp. + + + 000B88 + Vidisco Ltd + + + 000B54 + BiTMICRO Networks Inc. + + + 000B8C + Flextronics + + + 000B8A + MITEQ Inc. + + + 000B90 + ADVA Optical Networking Ltd + + + 000B79 + X-CoM Inc. + + + 000B4B + Visiowave SA + + + 000B36 + Productivity Systems Inc. + + + 000B35 + Quad Bit System Ltd + + + 000B75 + Iosoft Ltd + + + 000B70 + Load Technology Inc. + + + 000B6F + Media Streaming Networks Inc + + + 000B43 + Microscan Systems Inc. + + + 000B45 + Cisco Systems Inc. + + + 000B4C + Clarion (M) Sdn Bhd + + + 000B63 + Kaleidescape + + + 000B68 + Addvalue Communications Pte Ltd + + + 000B58 + Astronautics C.A Ltd + + + 000B55 + ADInstruments + + + 000B87 + American Reliance Inc. + + + 000B0D + Air2U Inc. + + + 000B0B + Corrent Corporation + + + 000B08 + Pillar Data Systems + + + 000B27 + Scion Corporation + + + 000B21 + G-Star Communications Inc. + + + 000ADA + Vindicator Technologies + + + 000AC9 + Zambeel Inc + + + 000B25 + Aeluros + + + 000B1A + Industrial Defender Inc. + + + 000B18 + Private + + + 000B15 + Platypus Technology + + + 000AFA + Traverse Technologies Australia + + + 000AFC + Core Tec Communications LLC + + + 000AEC + Koatsu Gas Kogyo Ltd + + + 000AE7 + Eliop S.A. + + + 000AE8 + Cathay Roxus Information Technology Ltd + + + 000ADD + Allworx Corp. + + + 000AE1 + EG Technology + + + 000ADF + Gennum Corporation + + + 000B3F + Anthology Solutions Inc. + + + 000B3C + Cygnal Integrated Products Inc. + + + 000AF1 + Clarity Design Inc. + + + 000AF3 + Cisco Systems Inc. + + + 000A8D + Eurotherm Limited + + + 000A9F + Pannaway Technologies Inc. + + + 000A8F + Aska International Inc. + + + 000AA0 + Cedar Point Communications + + + 000A8E + Invacom Ltd + + + 000AC1 + Futuretel + + + 000ABE + OPNET Technologies Ltd + + + 000AC3 + eM Technics Ltd + + + 000AC4 + Daewoo Teletech Ltd + + + 000AC0 + Fuyoh Video Industry Ltd + + + 000AAE + Rosemount Process Analytical + + + 000AB3 + Fa. GIRA + + + 000ABA + Arcon Technology Limited + + + 000AB6 + Compunetix Inc. + + + 000AAF + Pipal Systems + + + 000A76 + Beida Jade Bird Huaguang Technology Ltd + + + 000AB2 + Fresnel Wireless Systems + + + 000AAA + AltiGen Communications Inc. + + + 000A99 + Calamp Wireless Networks Inc + + + 000A93 + W2 Networks Inc. + + + 000A89 + Creval Systems Inc. + + + 000A80 + Telkonet Inc. + + + 000A79 + Corega K.K + + + 000A5C + Carel s.p.a. + + + 000A5A + GreenNET Technologies Ltd + + + 000A56 + Hitachi Maxell Ltd + + + 000A51 + GyroSignal Technology Ltd + + + 000A2C + Active Tchnology Corporation + + + 000A2A + QSI Systems Inc. + + + 000A23 + Parama Networks Inc + + + 000A1F + ART WARE Telecommunication Ltd + + + 000A0A + SUNIX Ltd + + + 000A05 + Widax Corp. + + + 000A34 + Identicard Systems Incorporated + + + 000A30 + Visteon Corporation + + + 000A2F + Artnix Inc. + + + 000A15 + Silicon Data Inc. + + + 000A1B + Stream Labs + + + 000A1A + Imerge Ltd + + + 000A60 + Autostar Technology Pte Ltd + + + 000A5D + FingerTec Worldwide Sdn Bhd + + + 000A39 + LoPA Information Technology + + + 000A37 + Procera Networks Inc. + + + 000A53 + Intronics Inc.orporated + + + 000A4A + Targa Systems Ltd + + + 0009D6 + KNC One GmbH + + + 0009C7 + Movistec + + + 0009C9 + BlueWINC Ltd + + + 0009D4 + Transtech Networks + + + 0009CB + HBrain + + + 0009F1 + Yamaki Electric Corporation + + + 0009F4 + Alcon Laboratories Inc. + + + 0009F5 + Emerson Network Power Ltd + + + 0009EA + YEM Inc. + + + 0009C5 + KINGENE Technology Corporation + + + 0009CD + Hudson Soft Ltd + + + 0009C0 + 6WIND + + + 0009BF + Nintendo Ltd + + + 0009E3 + Angel Iglesias S.A. + + + 0009B4 + Kisan Telecom Ltd + + + 0009AE + Okano Electric Ltd + + + 0009BA + MAKU Informationstechik GmbH + + + 000A04 + 3Com Corporation + + + 000971 + Time Management Inc. + + + 000974 + Innopia Technologies Inc. + + + 00098B + Entropic Communications Inc. + + + 00097E + IMI Technology Ltd + + + 00096A + Cloverleaf Communications Inc. + + + 00095A + Racewood Technology + + + 00094E + Bartech Systems International Inc. + + + 000947 + Aztek Inc. + + + 000951 + Apogee Imaging Systems + + + 00093D + Newisys,Inc. + + + 000967 + Tachyon Inc. + + + 000996 + RDI + + + 00090C + Mayekawa Mfg Ltd + + + 00090D + Leader Electronics Corp. + + + 0008FE + UNIK C&C Ltd + + + 0008FF + Trilogy Communications Ltd + + + 000904 + MONDIAL electronic + + + 00091F + A&D Ltd + + + 000924 + Telebau GmbH + + + 000921 + Planmeca Oy + + + 000919 + MDS Gateways + + + 000918 + Samsung Techwin Ltd + + + 00092F + Akom Technology Corporation + + + 0008EF + Dibal,S.A. + + + 0008F0 + Next Generation Systems Inc. + + + 0008E9 + NextGig + + + 000910 + Simple Access Inc. + + + 000914 + Computrols Inc. + + + 0008E7 + SHI ControlSystems Ltd + + + 0008D7 + HOW Corporation + + + 0008FC + Gigaphoton Inc. + + + 000938 + Allot Communications + + + 0008BF + Aptus Elektronik AB + + + 0008B8 + E.F. Johnson + + + 0008BB + NetExcell + + + 0008BE + XENPAK MSA Group + + + 0008C1 + Avistar Communications Corporation + + + 0008C6 + Philips Consumer Communications + + + 000865 + Jascom Ltd + + + 000864 + Fasy S.p.A. + + + 000860 + LodgeNet Entertainment Corp. + + + 000897 + Quake Technologies + + + 000890 + Avilinks SA + + + 00088D + Sigma-Links Inc. + + + 0008A8 + Systec Ltd + + + 0008A4 + Cisco Systems Inc. + + + 08006B + Accel Technologies Inc. + + + 000884 + Index Braille AB + + + 0007E8 + EdgeWave + + + 0007EB + Cisco Systems Inc. + + + 0007EC + Cisco Systems Inc. + + + 000851 + Canadian Bank Note Company Ltd + + + 000859 + Shenzhen Unitone Electronics Ltd + + + 00084E + DivergeNet Inc. + + + 000819 + Banksys + + + 00081A + Sanrad Intelligence Storage Communications (2000) Ltd + + + 000810 + Key Technology Inc. + + + 000807 + Access Devices Limited + + + 0007FC + Adept Systems Inc. + + + 000825 + Acme Packet + + + 0007DC + Atek Ltd + + + 00081F + Pou Yuen Tech Corp Ltd + + + 0007C6 + VDS Vosskuhler GmbH + + + 0007F5 + Bridgeco Co AG + + + 000794 + Simple Devices Inc. + + + 000797 + Netpower Ltd + + + 00078C + Elektronikspecialisten i Borlange AB + + + 0007CC + Kaba Benzing GmbH + + + 0007C0 + NetZerver Inc. + + + 00047E + Siqura B.V. + + + 0007BC + Identix Inc. + + + 0007A9 + Novasonics + + + 0007A1 + VIASYS Healthcare GmbH + + + 00079E + Ilinx Ltd + + + 0007A0 + e-Watch Inc. + + + 000788 + Clipcomm Inc. + + + 000781 + Itron Inc. + + + 00076B + Stralfors AB + + + 000768 + Danfoss A/S + + + 00075F + VCS Video Communication Systems AG + + + 0007B8 + Corvalent Corporation + + + 00077B + Millimetrix Broadband Networks + + + 000769 + Italiana Macchi SpA + + + 00071A + Finedigital Inc. + + + 00071E + Tri-M Engineering / Nupak Dev. Corp. + + + 000717 + Wieland Electric GmbH + + + 000711 + Acterna + + + 000702 + Varex Imaging + + + 000705 + Endress & Hauser GmbH & Co + + + 0006FF + Sheba Systems Ltd + + + 000741 + Sierra Automated Systems + + + 000745 + Radlan Computer Communications Ltd + + + 00073E + China Great-Wall Computer Shenzhen Ltd + + + 000733 + DANCONTROL Engineering + + + 00072B + Jung Myung Telecom Ltd + + + 000718 + iCanTek Ltd + + + 000716 + J & S Marine Ltd + + + 00075C + Eastman Kodak Company + + + 000756 + Juyoung Telecom + + + 00075A + Air Products and Chemicals Inc. + + + 000748 + The Imaging Source Europe + + + 000746 + TURCK Inc. + + + 00073B + Tenovis GmbH & Co KG + + + 000731 + Ophir-Spiricon LLC + + + 00070A + Unicom Automation Ltd + + + 000709 + Westerstrand Urfabrik AB + + + 0006EB + Global Data + + + 0006D3 + Alpha Telecom Inc. U.S.A. + + + 000647 + Etrali S.A. + + + 0006A4 + INNOWELL Corp. + + + 0006D6 + Cisco Systems Inc. + + + 0006CB + Jotron Electronics A/S + + + 0006CD + Leaf Imaging Ltd + + + 000695 + Ensure Technologies Inc. + + + 000691 + PT Inovacao + + + 000692 + Intruvert Networks Inc. + + + 00068B + AirRunner Technologies Inc. + + + 000688 + Telways Communication Ltd + + + 0006AB + W-Link Systems Inc. + + + 0006AC + Intersoft Co. + + + 000694 + Mobillian Corporation + + + 0006C7 + RFNET Technologies Pte Ltd (S) + + + 0006B9 + A5TEK Corp. + + + 0006B3 + Diagraph Corporation + + + 0006E3 + Quantitative Imaging Corporation + + + 0006E4 + Citel Technologies Ltd + + + 0006A1 + Celsian Technologies Inc. + + + 0006D9 + IPM-Net S.p.A. + + + 000663 + Human Technology Ltd + + + 000665 + Sunny Giken Inc. + + + 000669 + Datasound Laboratories Ltd + + + 00066E + Delta Electronics Inc. + + + 00061B + Notebook Development Lab. Lenovo Japan Ltd + + + 00060F + Narad Networks Inc + + + 000610 + Abeona Networks Inc + + + 000611 + Zeus Wireless Inc. + + + 0005EC + Mosaic Systems Inc. + + + 000662 + MBM Technology Ltd + + + 00065A + Strix Systems + + + 000652 + Cisco Systems Inc. + + + 000656 + Tactel AB + + + 000641 + Itcn + + + 000648 + Seedsware Inc. + + + 00064C + Invicta Networks Inc. + + + 000674 + Spectrum Control Inc. + + + 000638 + Sungjin C&C Ltd + + + 000635 + PacketAir Networks Inc. + + + 00061A + Zetari Inc. + + + 00061F + Vision Components GmbH + + + 000687 + Omnitron Systems Technology Inc. + + + 000602 + Cirkitech Electronics Co. + + + 0005C0 + Digital Network Alacarte Ltd + + + 0005B8 + Electronic Design Associates Inc. + + + 0005BA + Area Netwoeks Inc. + + + 0005BF + JustEzy Technology Inc. + + + 0005D5 + Speedcom Wireless + + + 0005C5 + Flaga HF + + + 0005CA + Hitron Technology Inc. + + + 0005D2 + DAP Technologies + + + 0005B1 + ASB Technology BV + + + 000599 + DRS Test and Energy Management or DRS-TEM + + + 00059A + Cisco Systems Inc. + + + 0005AB + Cyber Fone Inc. + + + 000592 + Pultek Corp. + + + 00058B + IPmental Inc. + + + 0005AC + Northern Digital Inc. + + + 0005AD + Topspin Communications Inc. + + + 0005D1 + Metavector Technologies + + + 0005FB + ShareGate Inc. + + + 0005FE + Traficon N.V. + + + 0005F0 + Satec + + + 000530 + Andiamo Systems Inc. + + + 000538 + Merilus Inc. + + + 00052B + HORIBA Ltd + + + 00051D + Airocon Inc. + + + 000515 + Nuark Ltd + + + 000516 + SMART Modular Technologies + + + 000577 + SM Information & Communication + + + 000570 + Baydel Ltd + + + 00056E + National Enhance Technology Inc. + + + 00056D + Pacific Corporation + + + 000581 + Snell + + + 00057D + Sun Communications Inc. + + + 000586 + Lucent Technologies + + + 00057B + Chung Nam Electronic Ltd + + + 000571 + Seiwa Electronics Co. + + + 000549 + Salira Optical Network Systems + + + 00054C + RF Innovations Pty Ltd + + + 000543 + IQ Wireless GmbH + + + 00055C + Kowa Company Ltd + + + 000510 + Infinite Shanghai Communication Terminals Ltd + + + 0004FF + Acronet Ltd + + + 000501 + Cisco Systems Inc. + + + 000508 + Inetcam Inc. + + + 00051B + Magic Control Technology Corporation + + + 000513 + VTLinx Multimedia Systems Inc. + + + 00050E + 3ware Inc. + + + 0004D7 + Omitec Instrumentation Ltd + + + 0004D4 + Proview Electronics Ltd + + + 0004DB + Tellus Group Corp. + + + 0004E0 + Procket Networks + + + 0004DD + Cisco Systems Inc. + + + 008086 + Computer Generation Inc. + + + 000504 + Naray Information & Communication Enterprise + + + 000509 + AVOC Nishimura Ltd + + + 0004FB + Commtech Inc. + + + 0004C0 + Cisco Systems Inc. + + + 0004BA + KDD Media Will Corporation + + + 0004B6 + Stratex Networks Inc. + + + 0004CD + Extenway Solutions Inc + + + 0004E9 + Infiniswitch Corporation + + + 0004E8 + IER Inc. + + + 0004B3 + Videotek Inc. + + + 00044C + Jenoptik + + + 000444 + Western Multiplex Corporation + + + 000439 + Rosco Entertainment Technology Inc. + + + 00043A + Intelligent Telecommunications Inc. + + + 000492 + Hive Internet Ltd + + + 00048C + Nayna Networks Inc. + + + 000491 + Technovision Inc. + + + 000493 + Tsinghua Unisplendour Ltd + + + 000494 + Breezecom Ltd + + + 000489 + YAFO Networks Inc. + + + 00048A + Temia Vertriebs GmbH + + + 000481 + Econolite Control Products Inc. + + + 00046C + Cyber Technology Ltd + + + 000471 + IPrad + + + 00046E + Cisco Systems Inc. + + + 000474 + Legrand + + + 00042D + Sarian Systems Ltd + + + 00042E + Netous Technologies Ltd + + + 000425 + Atmel Corporation + + + 00043F + ESTeem Wireless Modems Inc. + + + 000433 + Cyberboard A/S + + + 000434 + Accelent Systems Inc. + + + 000477 + Scalant Systems Inc. + + + 000473 + Photonex Corporation + + + 000470 + ipUnplugged AB + + + 00045D + BEKA Elektronik + + + 000459 + Veristar Corporation + + + 0004A4 + NetEnabled Inc. + + + 000416 + Parks S/A Comunicacoes Digitais + + + 00040F + Asus Network Technologies Inc. + + + 00040A + Sage Systems + + + 000404 + Makino Milling Machine Ltd + + + 0003D0 + KOANKEISO Ltd + + + 0003CF + Muxcom Inc. + + + 0003D1 + Takaya Corporation + + + 0003AD + Emerson Energy Systems AB + + + 0003A7 + Unixtar Technology Inc. + + + 0003AE + Allied Advanced Manufacturing Pte Ltd + + + 0003A3 + MAVIX Ltd + + + 0003B6 + QSI Corporation + + + 0003B1 + Hospira Inc. + + + 0003B3 + IA Link Systems Ltd + + + 0003EB + Atrica + + + 0003E7 + Logostek Ltd + + + 0003E3 + Cisco Systems Inc. + + + 0003F4 + NetBurner + + + 0003F2 + Seneca Networks + + + 0003F0 + Redfern Broadband Networks + + + 0003DB + Apogee Electronics Corp. + + + 0003D2 + Crossbeam Systems Inc. + + + 000405 + ACN Technologies + + + 000401 + Osaki Electric Ltd + + + 0003A1 + HIPER Information & Communication Inc. + + + 000396 + EZ Cast Ltd + + + 00039A + SiConnect + + + 000363 + Miraesys Ltd + + + 00035F + Pruftechnik Condition Monitoring GmbH & Co. KG + + + 000360 + PAC Interactive Technology Inc. + + + 000361 + Widcomm Inc. + + + 000394 + Connect One + + + 00038A + America Online Inc. + + + 00038D + PCS Revenue Control Systems Inc. + + + 000388 + Fastfame Technology Ltd + + + 000359 + DigitalSis + + + 000352 + Colubris Networks + + + 00034C + Shanghai DigiVision Technology Ltd + + + 000378 + HUMAX Ltd + + + 000374 + Control Microsystems + + + 000376 + Graphtec Technology Inc. + + + 00037E + PORTech Communications Inc. + + + 00036D + Runtop Inc. + + + 00036E + Nicon Systems (Pty) Limited + + + 000371 + Acomz Networks Corp. + + + 000349 + Vidicode Datacommunicatie B.V. + + + 00033E + Tateyama System Laboratory Ltd + + + 00033C + Daiden Ltd + + + 000325 + Arima Computer Corp. + + + 00031F + Condev Ltd + + + 00029F + L-3 Communication Aviation Recorders + + + 00031B + Cellvision Systems Inc. + + + 00031C + Svenska Hardvarufabriken AB + + + 0001A8 + Welltech Computer Ltd + + + 00030C + Telesoft Technologies Ltd + + + 000308 + AM Communications Inc. + + + 000307 + Secure Works Inc. + + + 000306 + Fusion In Tech Ltd + + + 0002FC + Cisco Systems Inc. + + + 0002FA + DX Antenna Ltd + + + 0002FB + Baumuller Aulugen-Systemtechnik GmbH + + + 0002F6 + Equipe Communications + + + 000223 + ClickTV + + + 0002CB + TriState Ltd + + + 0002CA + EndPoints Inc. + + + 00032A + UniData Communication Systems Inc. + + + 0002BF + dotRocket Inc. + + + 000317 + Merlin Systems Inc. + + + 000318 + Cyras Systems Inc. + + + 0002E3 + LITE-ON Communications Inc. + + + 0002DD + Bromax Communications Ltd + + + 000247 + Great Dragon Information Technology (Group) Ltd + + + 000243 + Raysis Ltd + + + 000231 + Ingersoll-Rand + + + 000266 + Thermalogic Corporation + + + 000268 + Harris Government Communications + + + 00025E + High Technology Ltd + + + 000260 + Accordion Networks Inc. + + + 000283 + Spectrum Controls Inc. + + + 000284 + UK Grid Solutions Limited + + + 000280 + Mu Net Inc. + + + 009064 + Thomson Inc. + + + 00027A + IOI Technology Corporation + + + 000274 + Tommy Technologies Corp. + + + 00029E + Information Equipment Ltd + + + 00029B + Kreatel Communications AB + + + 000295 + IP.Access Limited + + + 000272 + CC&C Technologies Inc. + + + 00026D + Adept Telecom + + + 00026B + BCM Computers Ltd + + + 000293 + Solid Data Systems + + + 000289 + DNE Technologies + + + 00012F + Twinhead International Corp + + + 0002A7 + Vivace Networks + + + 0001B2 + Digital Processing Systems Inc. + + + 0001B8 + Netsensity Inc. + + + 0001B9 + SKF (U.K.) Limited + + + 0001B3 + Precision Electronic Manufacturing + + + 0001BD + Peterson Electro-Musical Products Inc. + + + 000209 + Shenzhen SED Information Technology Ltd + + + 000202 + Amino Communications Ltd + + + 000201 + IFM Electronic GmbH + + + 000234 + Imperial Technology Inc. + + + 000236 + INIT GmbH + + + 00022B + SAXA Inc. + + + 000224 + C-CoR + + + 00021F + Aculab PLC + + + 00021A + Zuma Networks + + + 0001CA + Geocast Network Systems Inc. + + + 0001D1 + CoNet Communications Inc. + + + 000222 + Chromisys Inc. + + + 000213 + S.D.E.L. + + + 0001DB + Freecom Technologies GmbH + + + 0001DF + ISDN Communications Ltd + + + 0001EF + Camtel Technology Corp. + + + 00020A + Gefran Spa + + + 000206 + Telital R&D Denmark A/S + + + 000179 + Wireless Technology Inc. + + + 000160 + ELMEX Ltd + + + 00014E + WIN Enterprises Inc. + + + 003073 + International Microsystems, In + + + 00303F + TurboComm Tech Inc. + + + 000184 + Sieb & Meyer AG + + + 000195 + Sena Technologies Inc. + + + 0001A4 + Microlink Corporation + + + 00018E + Logitec Corporation + + + 00016D + CarrierComm Inc. + + + 00016F + Inkel Corp. + + + 000170 + ESE Embedded System Engineer'g + + + 00016A + Alitec + + + 000153 + Archtek Telecom Corporation + + + 000135 + KDC Corp. + + + 000141 + Cable Print + + + 000165 + AirSwitch Corporation + + + 000156 + Firewiredirect.com Inc. + + + 0001B7 + Centos Inc. + + + 0001B5 + Turin Networks Inc. + + + 000183 + Anite Telecoms + + + 00017E + ADTEK System Science Ltd + + + 00010C + System Talks Inc. + + + 000111 + iDigm Inc. + + + 000107 + Leiser GmbH + + + 000114 + Kanda Tsushin Kogyo Ltd + + + 00B0F5 + NetWorth Technologies Inc. + + + 00B0DB + Nextcell Inc. + + + 00B0AE + Symmetricom + + + 00B0E7 + British Federal Ltd + + + 00B08E + Cisco Systems Inc. + + + 00305C + SMAR Laboratories Corp. + + + 003004 + Leadtek Research Inc. + + + 0030F9 + Sollae Systems Ltd + + + 000118 + EZ Digital Ltd + + + 00011C + Universal Talkware Corporation + + + 000128 + EnjoyWeb Inc. + + + 000146 + Tesco Controls Inc. + + + 000149 + TDT AG + + + 000131 + Bosch Security Systems Inc. + + + 0030BE + City-Net Technology Inc. + + + 003002 + Expand Networks + + + 003078 + Cisco Systems Inc. + + + 00B0EC + Eacem + + + 00B0DF + Starboard Storage Systems + + + 00010B + Space CyberLink Inc. + + + 00309C + Timing Applications Inc. + + + 00307E + Redflex Communication Systems + + + 00304F + PLANET Technology Corporation + + + 003022 + Fong Kai Industrial Ltd + + + 003070 + 1Net Corporation + + + 0030F8 + Dynapro Systems Inc. + + + 0030B7 + Teletrol Systems Inc. + + + 0030B3 + San Valley Systems Inc. + + + 003009 + Tachion Networks Inc. + + + 00307A + Advanced Technology & Systems + + + 003061 + MobyTEL + + + 00300B + mPHASE Technologies Inc. + + + 00308F + MICRILOR Inc. + + + 003050 + Versa Technology + + + 0030C0 + Lara Technology Inc. + + + 003005 + Fujitsu Siemens Computers + + + 0030E0 + Oxford Semiconductor Ltd + + + 003064 + Adlink Technology Inc. + + + 0030DB + Mindready Solutions Inc. + + + 0030E7 + CNF Mobile Solutions Inc. + + + 0030B4 + Intersil Corp. + + + 0030B1 + TrunkNet + + + 003060 + Powerfile Inc. + + + 0030A0 + Tyco Submarine Systems Ltd + + + 003015 + CP Clare Corp. + + + 00301F + Optical Networks Inc. + + + 0030FA + Telica Inc. + + + 00304B + Orbacom Systems Inc. + + + 0030E9 + GMA Communication Manufact'G + + + 0030A5 + Active Power + + + 003084 + Allied Telesyn Internaional + + + 003043 + Idream Technologies, PTE Ltd + + + 003000 + Allwell Technology Corp. + + + 003011 + HMS Industrial Networks + + + 003068 + Cybernetics Tech Ltd + + + 003091 + Taiwan First Line Elec. Corp. + + + 0030CD + Conexant Systems Inc. + + + 00301A + Smartbridges PTE Ltd + + + 003029 + Opicom + + + 003083 + Ivron Systems + + + 0030B6 + Cisco Systems Inc. + + + 0030C7 + Macromate Corp. + + + 0030E4 + Chiyoda System Riken + + + 003066 + RFM + + + 003031 + Lightwave Communications Inc. + + + 00D007 + MIC Associates Inc. + + + 00D0FF + Cisco Systems Inc. + + + 00D028 + Harmonic Inc. + + + 00D025 + Xrosstech Inc. + + + 00D044 + Alidian Networks Inc. + + + 00305B + Toko Inc. + + + 00D049 + Impresstek Ltd + + + 00D05B + Acroloop Motion Control + + + 00D042 + Mahlo GmbH & Co. UG + + + 00D031 + Industrial Logic Corporation + + + 00D038 + Fivemere Ltd + + + 00D0C6 + Thomas & Betts Corp. + + + 00D077 + Lucent Technologies + + + 00D03E + Rocketchips Inc. + + + 00D093 + TQ - Components GmbH + + + 00D03F + American Communication + + + 00D0F7 + Next Nets Corporation + + + 00D06F + KMC Controls + + + 00D0FC + Granite Microsystems + + + 00D0A6 + Lanbird Technology Ltd + + + 00D003 + Comda Enterprises Corp. + + + 00D0D2 + Epilog Corporation + + + 00D0F9 + Acute Communications Corp. + + + 00D0CE + iSystem Labs + + + 00D018 + Qwes. CoM Inc. + + + 0001A7 + Unex Technology Corporation + + + 00D08C + Genoa Technology Inc. + + + 00D059 + Ambit Microsystems Corp. + + + 00D0FD + Optima Tele.com Inc. + + + 00D0A9 + Shinano Kenshi Ltd + + + 00D0DD + Sunrise Telecom Inc. + + + 00D0E6 + Ibond Inc. + + + 00D0D1 + Sycamore Networks + + + 00D087 + Microfirst Inc. + + + 00D080 + Exabyte Corporation + + + 00D091 + Smartsan Systems Inc. + + + 00D04E + Logibag + + + 00D027 + Applied Automation Inc. + + + 00D072 + Broadlogic + + + 00D0E2 + MRT Micro Inc. + + + 00D06A + Linkup Systems Corporation + + + 00D089 + Dynacolor Inc. + + + 00D02C + Campbell Scientific Inc. + + + 00D0CD + Atan Technology Inc. + + + 00D040 + Sysmate Ltd + + + 00D01A + Urmet TLC S.P.A. + + + 0050FF + Hakko Electronics Ltd + + + 0050D2 + CMC Electronics Inc + + + 0050F9 + Sensormatic Electronics LLC + + + 005048 + Infolibria + + + 00504E + Sierra Monitor Corp. + + + 0050F6 + PAN-International Industrial Corp. + + + 00506C + Beijer Electronics Products AB + + + 0050D7 + Telstrat + + + 005044 + Asaca Corporation + + + 0050E6 + Hakusan Corporation + + + 00503C + Tsinghua Novel Electronics + + + 005060 + Tandberg Telecom AS + + + 0050EE + TEK Digitel Corporation + + + 005045 + Rioworks Solutions Inc. + + + 00502B + Genrad Ltd + + + 00502E + Cambex Corporation + + + 00506E + Corder Engineering Corporation + + + 00502C + Soyo Computer Inc. + + + 005077 + Prolific Technology Inc. + + + 005033 + Mayan Networks + + + 00500E + Chromatis Networks Inc. + + + 00D0CC + Technologies Lyre Inc. + + + 0050EC + Olicom A/S + + + 0050C9 + Maspro Denkoh Corp. + + + 0050BB + CMS Technologies + + + 005062 + Kouwell Electronics Corp. ** + + + 0050D5 + AD Systems Corp. + + + 0050F3 + GLOBAL NET InfORMATION Ltd + + + 0050BE + Fast Multimedia AG + + + 00506F + G-Connect + + + 0050F8 + Entrega Technologies Inc. + + + 005042 + SCI Manufacturing Singapore PTE Ltd + + + 0050C0 + Gatan Inc. + + + 005051 + Iwatsu Electric Ltd + + + 00507D + IFP + + + 005097 + MMC-EMBEDDED CoMPUTERTECHNIK GmbH + + + 005010 + NovaNET Learning Inc. + + + 00509A + TAG Electronic Systems + + + 005022 + Zonet Technology Inc. + + + 005007 + Siemens Telecommunication Systems Limited + + + 005040 + Panasonic Electric Works Ltd + + + 00501C + Jatom Systems Inc. + + + 005092 + Rigaku Corporation Osaka Plant + + + 00507A + Xpeed Inc. + + + 005069 + PixStream Incorporated + + + 005068 + Electronic Industries Association + + + 0050BC + Hammer Storage Solutions + + + 009071 + Applied Innovation Inc. + + + 0050EB + Alpha-TOP Corporation + + + 0050EF + SPE Systemhaus GmbH + + + 005098 + Globaloop Ltd + + + 00504F + Olencom Electronics + + + 0090FF + Tellus Technology Inc. + + + 00903E + N.V. Philips Industrial Activities + + + 0090BA + Valid Networks Inc. + + + 009018 + ITO Electric Industry Ltd + + + 0090CD + ENT-Empresa Nacional de Telecommunicacoes, S.A. + + + 0090FB + Portwell Inc. + + + 009094 + Osprey Technologies Inc. + + + 0090B3 + Agranat Systems + + + 00903C + Atlantic Network Systems + + + 00905D + Netcom Sicherheitstechnik GmbH + + + 0090D1 + Leichu Enterprise Ltd + + + 009046 + Dexdyne Ltd + + + 0090DA + Dynarc Inc. + + + 0090E0 + Systran Corp. + + + 0090D0 + Thomson Telecom Belgium + + + 00909B + Markem-Imaje + + + 009022 + Ivex + + + 009016 + ZAC + + + 0090A7 + Clientec Corporation + + + 009053 + Daewoo Electronics Ltd + + + 0090DC + Teco Information Systems + + + 0090E2 + Distributed Processing Technology + + + 009085 + Golden Enterprises Inc. + + + 0090C7 + Icom Inc. + + + 009035 + Alpha Telecom Inc. + + + 00900F + Kawasaki Heavy Industries Ltd + + + 0090EA + Alpha Technologies Inc. + + + 009077 + Advanced Fibre Communications + + + 009099 + Allied Telesis, K.K. + + + 0010AD + Softronics USB Inc. + + + 0010A7 + Unex Technology Corporation + + + 0010D5 + Imasde Canarias, S.A. + + + 001055 + Fujitsu Microelectronics Inc. + + + 00907A + Spectralink Inc. + + + 0090F0 + Harmonic Video Systems Ltd + + + 009020 + Philips Analytical X-RAY B.V. + + + 0010A3 + Omnitronix Inc. + + + 00905C + Edmi + + + 0090E3 + Avex Electronics Inc. + + + 0090A9 + Western Digital + + + 0090F3 + Aspect Communications + + + 00904F + ABB Power T&D Company Inc. + + + 009060 + System Create Corp. + + + 009013 + Samsan Corp. + + + 001052 + Mettler-Toledo (Albstadt) GmbH + + + 00106B + Sonus Networks Inc. + + + 0010C3 + CSI-Control Systems + + + 009055 + Parker Hannifin Corporation Compumotor Division + + + 0010DD + Enable Semiconductor Inc. + + + 00102D + Hitachi Software Engineering + + + 001033 + Accesslan Communications Inc. + + + 001012 + Processor Systems (I) PVT Ltd + + + 001015 + OOmon Inc. + + + 001078 + Nuera Communications Inc. + + + 00104F + Oracle Corporation + + + 00107A + AmbiCom Inc. + + + 0010B9 + Maxtor Corp. + + + 00105D + Draeger Medical + + + 001091 + NO Wires Needed BV + + + 00101B + Cornet Technology Inc. + + + 0010DC + Micro-Star International + + + 00100A + Williams Communications Group + + + 001032 + Alta Technology + + + 001080 + Metawave Communications + + + 0010F4 + Vertical Communications + + + 001077 + SAF Drive Systems Ltd + + + 0010B3 + Nokia Multimedia Terminals + + + 00101E + Matsushita Electronic Instruments Corp. + + + 00104D + Surtec Industries Inc. + + + 001051 + Cmicro Corporation + + + 001037 + CYQ've Technology Ltd + + + 00E0BB + NBX Corporation + + + 00E08A + GEC Avery Ltd + + + 00E086 + Emerson Network Power, Avocent Division + + + 00E01B + Sphere Communications Inc. + + + 00E059 + Controlled Environments Ltd + + + 00E0C5 + Bcom Electronics Inc. + + + 00E0EE + Marel HF + + + 00E08E + Utstarcom + + + 00E03F + Jaton Corporation + + + 00E0D4 + Excellent Computer + + + 00E07F + LOGISTISTEM s.r.l. + + + 00E013 + Eastern Electronic Ltd + + + 00E0FD + A-Trend Technology Ltd + + + 00E0BD + Interface Systems Inc. + + + 00E06E + FAR SysTEMS S.p.A. + + + 00E06D + Compuware Corporation + + + 00E0EA + Innovat Communications Inc. + + + 00E064 + Samsung Electronics + + + 00E0C9 + AutomatedLogic Corporation + + + 00E038 + Proxima Corporation + + + 00E09C + MII + + + 00E0E9 + Data Labs Inc. + + + 00E00C + Motorola + + + 00E00A + Diba Inc. + + + 00E0C4 + Horner Electric Inc. + + + 00E069 + Jaycor + + + 00E0A4 + ESAOTE S.p.A. + + + 00E0DE + Datax NV + + + 00E0A5 + ComCore Semiconductor Inc. + + + 00E015 + Heiwa Corporation + + + 00E0E8 + GRETACODER Data Systems AG + + + 00E016 + Rapid City Communications + + + 00E005 + Technical Corp. + + + 00E0C1 + Memorex Telex Japan Ltd + + + 00E0A9 + Funai Electric Ltd + + + 00E084 + Compulite R&D + + + 00E096 + Shimadzu Corporation + + + 00E017 + EXXACT GmbH + + + 00607F + Aurora Technologies Inc. + + + 00E029 + Standard Microsystems Corp. + + + 006074 + QSC LLC + + + 006076 + Schlumberger Technologies Retail Petroleum Systems + + + 0060A1 + VPNet Inc. + + + 006027 + Superior Modular Products + + + 0060BC + KeunYoung Electronics & Communication Ltd + + + 0060A5 + Performance Telecom Corp. + + + 006005 + Feedback Data Ltd + + + 00602E + Cyclades Corporation + + + 0060B6 + Land Computer Ltd + + + 00606C + Arescom + + + 0060E3 + Arbin Instruments + + + 006071 + Midas LAB Inc. + + + 006061 + Whistle Communications Corp. + + + 00601B + Mesa Electronics + + + 0060C5 + Ancot Corp. + + + 0060A9 + Gesytec MBH + + + 0060F2 + Lasergraphics Inc. + + + 0060C3 + Netvision Corporation + + + 006029 + Cary Peripherals Inc. + + + 0060A8 + Tidomat AB + + + 0060FC + Conservation Through Innovation Ltd + + + 006018 + Stellar ONE Corporation + + + 00600A + Sord Computer Corporation + + + 0060A4 + GEW Technologies (Pty) Ltd + + + 006064 + Netcomm Limited + + + 0060F9 + Diamond Lane Communications + + + 0060EA + StreamLogic + + + 006082 + Novalink Technologies Inc. + + + 0060E7 + Randata + + + 0060D9 + Transys Networks Inc. + + + 00601F + Stallion Technologies + + + 006054 + Controlware GmbH + + + 0060C2 + MPL AG + + + 0060D4 + Eldat Communication Ltd + + + 00A04E + Voelker Technologies Inc. + + + 00A05A + Kofax Image Products + + + 00A052 + Stanilite Electronics Pty Ltd + + + 00A05E + Myriad Logic Inc. + + + 00A095 + Acacia Networks Inc. + + + 00A053 + Compact Devices Inc. + + + 00A069 + Symmetricom Inc. + + + 00A07A + Advanced Peripherals Technologies Inc. + + + 00609B + AstroNova Inc. + + + 0060DB + NTP Elektronik A/S + + + 006052 + PERIPHERALS ENTERPRISE Ltd + + + 0060B2 + Process Control Corp. + + + 006081 + TV/CoM International + + + 00A005 + Daniel Instruments Ltd + + + 00A0F2 + Infotek Communications Inc. + + + 00A0DF + STS Technologies Inc. + + + 00A094 + Comsat Corporation + + + 00A0EF + Lucidata Ltd + + + 00A020 + Citicorp/TTI + + + 00A0CE + Ecessa + + + 00A028 + Conner Peripherals + + + 00A09E + Ictv + + + 00A099 + K-NET Ltd + + + 00A0EC + Transmitton Ltd + + + 00A067 + Network Services Group + + + 00A0E0 + Tennyson Technologies Pty Ltd + + + 00A0FD + Scitex Digital Printing Inc. + + + 00A00F + Broadband Technologies + + + 00A002 + Leeds & Northrup Australia Pty Ltd + + + 00A0E4 + Optiquest + + + 00A0EE + Nashoba Networks + + + 00A0C3 + Unicomputer GmbH + + + 00A00A + Airspan + + + 00A0E7 + Central Data Corporation + + + 00A080 + Tattile SRL + + + 00A02B + Transitions Research Corp. + + + 00A0E8 + Reuters Holdings PLC + + + 00A008 + Netcorp + + + 00A050 + Cypress Semiconductor + + + 00A0DD + Azonix Corporation + + + 00A075 + Micron Technology Inc. + + + 00A009 + Whitetree Network + + + 00A00C + Kingmax Technology Inc. + + + 00A066 + ISA Ltd + + + 00A0AB + Netcs Informationstechnik GmbH + + + 00A0D8 + Spectra - TEK + + + 00A0FA + Marconi Communication GmbH + + + 00A0CB + ARK Telecommunications Inc. + + + 00A034 + Axel + + + 00A001 + DRS Signal Solutions + + + 0020B2 + GKD Gesellschaft Fur Kommunikation Und Datentechnik + + + 002052 + Ragula Systems + + + 0020FC + Matrox + + + 0020FE + Topware Inc. / Grand Computer + + + 002073 + Fusion Systems Corporation + + + 002035 + IBM Corp + + + 00A017 + J B M Corporation + + + 00A025 + Redcom Labs Inc. + + + 00A0BB + Hilan GmbH + + + 00A091 + Applicom International + + + 00A0A5 + Teknor Microsysteme Inc. + + + 0020B7 + Namaqua Computerware + + + 0020E3 + MCD Kencom Corporation + + + 002013 + Diversified Technology Inc. + + + 0020AB + Micro Industries Corp. + + + 00208D + CMD Technology + + + 0020DD + Cybertec Pty Ltd + + + 0020E6 + Lidkoping Machine Tools AB + + + 002086 + Microtech Electronics Limited + + + 002023 + T.C. Technologies Pty Ltd + + + 00A054 + Private + + + 00205A + Computer Identics + + + 002000 + Lexmark International Inc. + + + 00201D + Katana Products + + + 002003 + Pixel Power Ltd + + + 002046 + Ciprico Inc. + + + 00209B + Ersat Electronic GmbH + + + 00201C + Excel Inc. + + + 00207F + Kyoei Sangyo Ltd + + + 0020C9 + Victron BV + + + 002077 + Kardios Systems Corp. + + + 00207A + WiSE Communications Inc. + + + 00203E + LogiCan Technologies Inc. + + + 002058 + Allied Signal Inc. + + + 0020E1 + Alamar Electronics + + + 002026 + Amkly Systems Inc. + + + 002065 + Supernet Networking Inc. + + + 00202A + N.V. Dzine + + + 002083 + Presticom Incorporated + + + 002019 + Ohler GmbH + + + 00209E + Brown'S Operating System Services Ltd + + + 00208E + Chevin Software ENG Ltd + + + 002097 + Applied Signal Technology + + + 00C00B + Norcontrol A.S. + + + 0020B0 + Gateway Devices Inc. + + + 00205B + Kentrox LLC + + + 0020F6 + NET TEK AND Karlnet Inc. + + + 0020C6 + Nectec + + + 002008 + Cable & Computer Technology + + + 0020D3 + OST (Ouest Standard Telematiqu + + + 00C00E + Psitech Inc. + + + 00C031 + Design Research Systems Inc. + + + 000701 + Racal-Datacom + + + 00C09C + Hioki E.E. Corporation + + + 00C0AA + Silicon Valley Computer + + + 00C066 + Docupoint Inc. + + + 00C02D + Fuji Photo Film Ltd + + + 00C0F2 + Transition Networks + + + 00C0BD + Inex Technologies Inc. + + + 00C088 + EKF Elektronik GmbH + + + 00C011 + Interactive Computing Devices + + + 00C03E + FA. Gebr. Heller GmbH + + + 00C0FD + Prosum + + + 00C014 + Telematics Calabasas Int'l,Inc + + + 00AA3C + Olivetti Telecom SPA (Olteco) + + + 00C0C9 + Elsag Bailey Process + + + 00C048 + BAY Technical Associates + + + 00C076 + I-Data International A-S + + + 00C046 + Blue Chip Technology Ltd + + + 00C097 + Archipel SA + + + 00C004 + Japan Business Computer Ltd + + + 00C060 + ID Scandinavia AS + + + 0040CC + Silcom Manuf'G Technology Inc. + + + 00C09E + Cache Computers Inc. + + + 00C0AC + Gambit Computer Communications + + + 00C034 + Transaction Network + + + 00C093 + Alta Research Corp. + + + 0040E7 + Arnos Instruments & Computer + + + 004087 + Ubitrex Corporation + + + 004007 + Telmat Informatique + + + 00407B + Scientific Atlanta + + + 00402C + Isis Distributed Systems Inc. + + + 00C0DF + KYE Systems Corp. + + + 00C0F5 + Metacomp Inc. + + + 00C091 + Jabil Circuit Inc. + + + 00C049 + U.S. Robotics Inc. + + + 00C09D + Distributed Systems Int'l Inc. + + + 00C0E9 + OAK Solutions Ltd + + + 00C0C5 + SID Informatica + + + 00C051 + Advanced Integration Research + + + 00C085 + Electronics FOR Imaging Inc. + + + 00C0B2 + Norand Corporation + + + 00C054 + Network Peripherals Ltd + + + 00C022 + Lasermaster Technologies Inc. + + + 00C025 + Dataproducts Corporation + + + 0040CF + Strawberry Tree Inc. + + + 004077 + Maxton Technology Corporation + + + 00C02C + Centrum Communications Inc. + + + 00C0FB + Advanced Technology Labs + + + 00C02B + Gerloff Gesellschaft FUR + + + 004074 + Cable AND Wireless + + + 0040B8 + Idea Associates + + + 0040E8 + Charles River Data Systems,Inc + + + 0040C0 + Vista Controls Corporation + + + 00C0A0 + Advance Micro Research Inc. + + + 00C010 + Hirakawa Hewtech Corp. + + + 00C037 + Dynatem + + + 004083 + TDA Industria de Produtos + + + 00405B + Funasset Limited + + + 004073 + Bass Associates + + + 00407D + Extension Technology Corp. + + + 0080D7 + Fantum Engineering + + + 00807A + Aitech Systems Ltd + + + 0080DC + Picker International + + + 00404D + Telecommunications Techniques + + + 00400D + Lannet Data Communications Ltd + + + 004019 + Aeon Systems Inc. + + + 0040BE + Boeing Defense & Space + + + 00406E + Corollary Inc. + + + 004076 + Sun Conversion Technologies + + + 004022 + Klever Computers Inc. + + + 0040BF + Channel Systems Intern'L Inc. + + + 00401E + ICC + + + 00409A + Network Express Inc. + + + 004094 + Shographics Inc. + + + 004055 + Metronix GmbH + + + 004027 + SMC Massachusetts Inc. + + + 00408B + Raylan Corporation + + + 0040EF + Hypercom Inc. + + + 004093 + Paxdata Networks Ltd + + + 004085 + Saab Instruments AB + + + 004023 + Logic Corporation + + + 0040A4 + Rose Electronics + + + 004008 + A Plus Info Corporation + + + 0040B5 + Video Technology Computers Ltd + + + 004012 + Windata Inc. + + + 0040D5 + Sartorius Mechatronics T&H GmbH + + + 004010 + Sonic Systems Inc. + + + 0040CA + First Internat'L Computer Inc. + + + 0040C4 + Kinkei System Corporation + + + 00405D + Star-TEK Inc. + + + 0040E2 + Mesa Ridge Technologies Inc. + + + 00408C + Axis Communications AB + + + 004045 + Twinhead Corporation + + + 004028 + Netcomm Limited + + + 0040DD + Hong Technologies + + + 0040CB + Lanwan Technologies + + + 0040B2 + Systemforschung + + + 0040E6 + C.A.E.N. + + + 0040F0 + MicroBrain,Inc. + + + 004089 + Meidensha Corporation + + + 004015 + Ascom Infrasys AG + + + 008095 + Basic Merton Handelsges.M.B.H. + + + 0080AE + Hughes Network Systems + + + 00803A + Varityper Inc. + + + 00801C + Newport Systems Solutions + + + 008056 + SPHINX Electronics GmbH & Co KG + + + 008031 + Basys, Corp. + + + 0080DB + Graphon Corporation + + + 008082 + PEP Modular Computers GmbH + + + 008039 + Alcatel STC Australia + + + 008023 + Integrated Business Networks + + + 00806B + Schmid Telecommunication + + + 008059 + Stanley Electric Ltd + + + 008041 + VEB Kombinat Robotron + + + 008080 + Datamedia Corporation + + + 00803F + Tatung Company + + + 0080E6 + Peer Networks Inc. + + + 0080E0 + XTP Systems Inc. + + + 008088 + Victor Company Of Japan Ltd + + + 0080D8 + Network Peripherals Inc. + + + 00809E + Datus GmbH + + + 00802B + Integrated Marketing Co + + + 008001 + Periphonics Corporation + + + 008097 + Centralp Automatismes + + + 008071 + SAI Technology + + + 008098 + TDK Corporation + + + 0080CA + Netcom Research Incorporated + + + 0080D5 + Cadre Technologies + + + 00801B + Kodiak Technology + + + 0080D3 + Shiva Corp. + + + 0080B3 + Aval Data Corporation + + + 008020 + Network Products + + + 008070 + Computadoras Micron + + + 008008 + Dynatech Computer Systems + + + 0000E4 + IN2 Groupe Intertechnique + + + 008013 + Thomas-Conrad Corporation + + + 00806E + Nippon Steel Corporation + + + 008010 + Commodore International + + + 008047 + IN-NET Corp. + + + 008067 + Square D Company + + + 008045 + Matsushita Electric Ind. Co + + + 0080BF + Takaoka Electric MFG Ltd + + + 0080F9 + Heurikon Corporation + + + 0080A1 + Microtest Inc. + + + 0080A9 + Clearpoint Research + + + 008017 + PFU Limited + + + 0080F8 + Mizar Inc. + + + 000014 + Netronix + + + 000072 + Miniware Technology + + + 0000A1 + Marquette Electric Co. + + + 0000F5 + Diamond Sales Limited + + + 00005C + Telematics International Inc. + + + 0000AC + Conware Computer Consulting + + + 000094 + Asante Technologies + + + 000090 + Microcom + + + 000047 + Nicolet Instruments Corp. + + + 000021 + Sureman Comp. & Commun. Corp. + + + 000030 + VG Laboratory Systems Ltd + + + 000035 + Spectragraphics Corporation + + + 000026 + SHA-KEN Ltd + + + 0000B6 + Micro-Matic Research + + + 000082 + Lectra Systemes SA + + + 00002B + Crisp Automation Inc. + + + 000051 + HOB Electronic GmbH & Co. KG + + + 0000A7 + Network Computing Devices Inc. + + + 000098 + Crosscomm Corporation + + + 0000C6 + EON Systems + + + 000070 + HCL Limited + + + 00008F + Raytheon + + + 0000F1 + Magna Computer Corporation + + + 000054 + Schneider Electric + + + 000020 + Dataindustrier Diab AB + + + 00007A + Dana Computer Inc. + + + 000045 + Ford Aerospace & Comm. Corp. + + + 00009C + Rolm MIL-Spec Computers + + + 00007C + Ampere Incorporated + + + 000068 + Rosemount Controls + + + 0000E9 + Isicad Inc. + + + 00009F + Ameristar Technologies Inc. + + + 0000E3 + Integrated Micro Products Ltd + + + 0000AD + Bruker Instruments Inc. + + + 000074 + Ricoh Company Ltd + + + 000046 + Olivetti North America + + + 00008D + Cryptek Inc. + + + 00003B + i Controls Inc. + + + 0000B3 + Cimlinc Incorporated + + + 0000D3 + Wang Laboratories Inc. + + + 0000D0 + Develcon Electronics Ltd + + + 000093 + Proteon Inc. + + + 00008B + Infotron + + + 080057 + Evans & Sutherland + + + 08005D + Gould Inc. + + + 08005B + VTA Technologies Inc. + + + 080071 + Matra (Dsie) + + + 08006C + Suntek Technology Int'l + + + 080067 + ComDesign + + + 08008C + Network Research Corporation + + + 080081 + Astech Inc. + + + 08002D + LAN-TEC Inc. + + + 00DD00 + Ungermann-Bass Inc. + + + 0000AA + Xerox Corporation + + + 040AE0 + Xmit AG Computer Networks + + + 080011 + Tektronix Inc. + + + 080026 + Norsk Data A.S. + + + 080025 + Control Data + + + 100000 + Private + + + 0000D7 + Dartmouth College + + + AA0004 + Digital Equipment Corporation + + + 08000C + Miklyn Development Co. + + + 00DD05 + Ungermann-Bass Inc. + + + 08001D + Able Communications Inc. + + + 00DD0B + Ungermann-Bass Inc. + + + 080003 + Advanced Computer Comm. + + + 00DD03 + Ungermann-Bass Inc. + + + 00DD0F + Ungermann-Bass Inc. + + + 000001 + Xerox Corporation + + + 080017 + National Semiconductor + + + 542160 + Alula + + + 10B3C6 + Cisco Systems Inc. + + + 10B3D6 + Cisco Systems Inc. + + + 589630 + Technicolor CH USA Inc. + + + F854B8 + Amazon Technologies Inc. + + + 781735 + Nokia Shanghai Bell Ltd + + + 3C894D + Dr. Ing. h.c. F. Porsche AG + + + 84C807 + ADVA Optical Networking Ltd + + + B43939 + Shenzhen TINNO Mobile Technology Corp. + + + A0AB51 + Weifang Goertek Electronics Ltd + + + 64C901 + INVENTEC Corporation + + + 749EF5 + Samsung Electronics Ltd + + + 68BFC4 + Samsung Electronics Ltd + + + A85E45 + ASUSTek Computer Inc. + + + 04B1A1 + Samsung Electronics Ltd + + + CC464E + Samsung Electronics Ltd + - 001F51 - HD Communications Corp + F8893C + Inventec Appliances Corp. - 001F53 - GEMAC Chemnitz GmbH + A0DF15 + Huawei Technologies Ltd - 001F50 - Swissdis AG + C4AD34 + Routerboard.com - 001F4C - Roseman Engineering Ltd + 306F07 + Nations Technologies Inc. - 001FA9 - Atlanta DTH Inc. + 2474F7 + GoPro - 001FA3 - T&W Electronics(Shenzhen) Ltd + 7CD566 + Amazon Technologies Inc. - 001FA2 - Datron World Communications Inc. + 686350 + Hella India Automotive Pvt Ltd - 001F70 - Botik Technologies Ltd + 5CE50C + Beijing Xiaomi Mobile Software Ltd - 001F64 - Beijing Autelan Technology Inc. + 18703B + Huawei Device Ltd - 001F6D + D89E61 + Huawei Device Ltd + + + 347E00 + Huawei Device Ltd + + + 003092 + Kontron Electronics AG + + + 80751F + BSkyB Ltd + + + E85A8B + Xiaomi Communications Ltd + + + 442295 + China Mobile Iot Limited Company + + + 5C710D Cisco Systems Inc. - 001F24 - Digitview Technology Ltd + 00AB48 + eero Inc. - 001F21 - Inner Mongolia Yin An Science & Technology Development Ltd + F855CD + Visteon Corporation - 001F22 - Source Photonics Inc. + 441847 + Hunan Scrown Electronic Information Tech Ltd - 001F1D - Atlas Material Testing Technology LLC + 1CC1BC + Yichip Microelectronics (Hangzhou) Ltd - 001F15 - Bioscrypt Inc + AC61B9 + WAMA Technology Limited - 001F2B - Orange Logic + C4D8F3 + iZotope - 001F2A - Accm + 003056 + HMS Industrial Networks - 001F30 - Travelping + 680AE2 + Silicon Laboratories - 001F48 - Mojix Inc. + AC8B9C + Primera Technology Inc. - 001F3E - RP-Technik e.K. + 2C3AFD + AVM Audiovisuelles Marketing und Computersysteme GmbH - 001EF0 - Gigafin Networks + 34495B + Sagemcom Broadband SAS - 001EF2 - Micro Motion Inc + C8F319 + LG Electronics (Mobile Communications) - 001F37 - Genesis I&C + 801609 + Sleep Number - 001F2C - Starbridge Networks + 045EA4 + Shenzhen Netis Technology Ltd - 001F31 - Radiocomp + 1CBFC0 + Chongqing Fugui Electronics Ltd - 001F12 - Juniper Networks + 78B46A + Huawei Technologies Ltd - 001EEA - Sensor Switch Inc. + 6CEBB6 + Huawei Technologies Ltd - 001F04 - Granch Ltd + 4CF55B + Huawei Technologies Ltd - 001E94 - Supercom Technology Corporation + E83F67 + Huawei Device Ltd - 001E8F - Canon Inc. + 3446EC + Huawei Device Ltd - 001EA5 - ROBOTOUS Inc. + 643139 + IEEE Registration Authority - 001EA7 - Actiontec Electronics Inc. + A44BD5 + Xiaomi Communications Ltd - 001EA0 - XLN-t + 64956C + LG Electronics - 001E98 - GreenLine Communications + 14876A + Apple - 001E9A - HAMILTON Bonaduz AG + E0B55F + Apple - 001EDF - Master Industrialization Center Kista + F8FFC2 + Apple - 001EE3 - T&W Electronics (Shenzhen) Ltd + E0EB40 + Apple - 001ED9 - Mitsubishi Precision Ltd + 64694E + Texas Instruments - 001ED3 - Dot Technology Int'l Ltd + 94D6DB + NexFi - 001EA6 - Best IT World (India) Pvt Ltd + B4ECF2 + Shanghai Listent Medical Tech Ltd - 001E83 - LAN/MAN Standards Association (LMSC) + 4077A9 + New H3C Technologies Ltd - 001E7C - Taiwick Limited + F83331 + Texas Instruments - 001ECF - Philips Electronics UK Ltd + C4954D + IEEE Registration Authority - 001E22 - ARVOO Imaging Products BV + C49878 + Shanghai Moaan Intelligent Technology Ltd - 001E1A - Best Source Taiwan Inc. + 6C639C + ARRIS Group Inc. - 001E19 - Gtri + A4BB6D + Dell Inc. - 001E14 - Cisco Systems Inc. + 6C06D6 + Huawei Device Ltd - 001E44 - Santec + 0C8E29 + Arcadyan Corporation - 001E62 - Siemon + A0224E + IEEE Registration Authority - 001E5C - RB GeneralEkonomik + 3027CF + Private - 001E5D - Holosys d.o.o. + 3843E5 + Grotech Inc - 001E78 - Owitek Technology Ltd + CC593E + Sensium Healthcare Limited - 001E7A + 5C68D0 + Aurora Innovation Inc. + + + 10364A + Boston Dynamics + + + 00B810 + Yichip Microelectronics (Hangzhou) Ltd + + + A4B239 Cisco Systems Inc. - 001E27 - SBN TECH Ltd + 001BB0 + Bharat Electronics Limited - 001E60 - Digital Lighting Systems Inc. + 68AFFF + Shanghai Cambricon Information Technology Ltd - 001E6C - Opaque Systems + DC21E2 + Huawei Technologies Ltd - 001E2F - DiMoto Pty Ltd + FC1BD1 + Huawei Technologies Ltd - 001E36 - Ipte + 582575 + Huawei Technologies Ltd - 001DA7 - Seamless Internet + 28DEE5 + Huawei Technologies Ltd - 001DA5 - WB Electronics + D01C3C + Tecno Mobile Limited - 001DA8 - Takahata Electronics Ltd + 18C04D + Giga-Byte Technology Ltd - 001DA9 - Castles Technology Ltd + 8CAAB5 + Espressif Inc. - 001DCB - Exens Development Oy + 402C76 + IEEE Registration Authority - 001DCA - PAV Electronics Limited + 44C7FC + Huawei Device Ltd - 001DC2 - Xortec Oy + 7885F4 + Huawei Device Ltd - 001E0E - Maxi View Holdings Limited + F44955 + MIMO TECH Ltd - 001E0F - Briot International + 0809C7 + Zhuhai Unitech Power Technology Ltd - 001DE3 - Intuicom + 88541F + Google Inc. - 001DDE - Zhejiang Broadcast & Television Technology Ltd + 900CC8 + Google Inc. - 001DE5 - Cisco Systems Inc. + 041DC7 + ZTE Corporation - 001DEC - Marusys + 68215F + Edgecore Networks Corporation - 001DE8 - Nikko Denki Tsushin Corporation(NDTC) + 3C28A6 + Alcatel-Lucent Enterprise (China) - 001DDA - Mikroelektronika spol. s r. o. + 5050A4 + Samsung Electronics Ltd - 001DB0 - FuJian HengTong Information Technology Ltd + 8086D9 + Samsung Electronics Ltd - 001DB8 - Intoto Inc. + F417B8 + AirTies Wireless Networks - 001DF5 - Sunshine Ltd + 3CBF60 + Apple - 001DF0 - Vidient Systems Inc. + AC15F4 + Apple - 001DFE - Palm Inc. + 386A77 + Samsung Electronics Ltd - 001D52 - Defzone B.V. + 141459 + Vodafone Italia S.p.A. - 001D4A - Carestream Health Inc. + 5043B9 + OktoInform RUS - 001D96 - WatchGuard Video + 5C27D4 + Shenzhen Qihu Intelligent Technology Company Limited - 001D8F - PureWave Networks + 88A479 + Apple - 001D8C - La Crosse Technology Ltd + 047295 + Apple - 001D64 - Adam Communications Systems Int ltd + D446E1 + Apple - 001D5E - Coming Media Corp. + 78D162 + Apple - 001D55 - ZANTAZ Inc. + 08F8BC + Apple - 001DA1 - Cisco Systems Inc. + 90A25B + Apple - 001D71 - Cisco Systems Inc. + 18300C + Hisense Electric Ltd - 001D65 - Microwave Radio Communications + 44A56E + Netgear - 001D50 - Spinetix SA + 1C919D + Dongguan Liesheng Electronic Ltd - 001D45 - Cisco Systems Inc. + FCF29F + China Mobile Iot Limited Company - 001D69 - Knorr-Bremse IT-Services GmbH + F81F32 + Motorola Mobility LLC, a Lenovo Company - 001CF8 - Parade Technologies Ltd + B00AD5 + ZTE Corporation - 001CF7 - AudioScience + 20114E + MeteRSit S.R.L. - 001CF6 + 2C5741 Cisco Systems Inc. - 001CF5 - Wiseblue Technology Limited + A84D4A + Audiowise Technology Inc. - 001CEE - Sharp Corporation + 7894E8 + Radio Bridge - 001D07 - Shenzhen Sang Fei Consumer Communications Ltd + 484EFC + ARRIS Group Inc. - 001D06 - HM Electronics Inc. + B0B353 + IEEE Registration Authority - 001D01 - Neptune Digital + 547FBC + iodyne - 001D33 - Maverick Systems Inc. + 7CDFA1 + Espressif Inc. - 001D2C - Wavetrend Technologies (Pty) Limited + 98006A + ZTE Corporation - 001CCF - Limetek + 002674 + Hunter Douglas - 001D24 - Aclara Power-Line Systems Inc. + 1C97C5 + Ynomia Pty Ltd - 001D18 - Power Innovation GmbH + 5CC1D7 + Samsung Electronics Ltd - 001D1B - Sangean Electronics Inc. + 380146 + Shenzhen Bilian Electronic Ltd - 001D17 - Digital Sky Corporation + 889655 + Zitte Corporation - 001D27 - NAC-Intercom + F4A4D6 + Huawei Technologies Ltd - 001CE3 - Optimedical Systems + FCE14F + BRK Brands Inc. - 001CDE - Interactive Multimedia eXchange Inc. + 74B6B6 + eero Inc. - 001D36 - Electronics Corporation Of India Limited + EC97B2 + SUMEC Machinery & Electric Ltd - 001C80 - New Business Division/Rhea-Information Ltd + 28FA7A + Zhejiang Tmall Technology Ltd - 001C83 - New Level Telecom Ltd + 842E14 + Silicon Laboratories - 001C76 - The Wandsworth Group Ltd + 1005E1 + Nokia - 001C72 - Mayer & Cie GmbH & Co KG + 08F458 + Huawei Device Ltd - 001CAD - Wuhan Telecommunication Devices Ltd + 5CBA2C + Hewlett Packard Enterprise - 001CA7 - International Quartz Limited + 343794 + Hamee Corp. - 001CAB - Meyer Sound Laboratories Inc. + EC316D + Hansgrohe - 001C9E - Dualtech IT AB + 4410FE + Huizhou Foryou General Electronics Ltd - 001CC8 - IndUSTRONIC Industrie-Electronic GmbH & Co. KG + 7CAB60 + Apple - 001CC6 - ProStor Systems + 44C65D + Apple - 001CBE - Nintendo Ltd + 187EB9 + Apple - 001C94 - LI-CoR Biosciences + 4CA64D + Cisco Systems Inc. - 001C8C - Dial Technology Ltd + CC7F75 + Cisco Systems Inc. - 001CCA - Shanghai Gaozhi Science & Technology Development Co. + 20E874 + Apple - 001CC9 - Kaise Electronic Technology Ltd + D03FAA + Apple - 001C93 - ExaDigm Inc + 0CB937 + Ubee Interactive Ltd - 001C85 - Eunicorn + D4DC09 + Mist Systems Inc. - 001C67 - Pumpkin Networks Inc. + 0088BA + NC&C - 001C60 - CSP Frontier Technologies,Inc. + F47335 + Logitech Far East - 001C6A - Weiss Engineering Ltd + 90ADFC + Telechips Inc. - 001C0A - Shenzhen AEE Technology Ltd + 5CA62D + Cisco Systems Inc. - 001C0D - G-Technology Inc. + 402B69 + Kumho Electric Inc. - 001C03 - Betty TV Technology AG + E8E98E + SOLAR Controls s.r.o. - 001C46 - Qtum + 64F6BB + Fibocom Wireless Inc. - 001C42 - Parallels Inc. + BC1695 + ZTE Corporation - 001C3E - ECKey Corporation + DC35F1 + Positivo Tecnologia S.A. - 001C51 - Celeno Communications + A40801 + Amazon Technologies Inc. - 001C54 - Hillstone Networks Inc + AC1ED0 + Temic Automotive Philippines Inc. - 001C59 - Devon IT + 2CEA7F + Dell Inc. - 001C22 - Aeris Elettronica s.r.l. + 345180 + TCL King Electrical Appliances (Huizhou) Ltd - 001C1D - Chenzhou Gospell Digital Technology Ltd + A4CFD2 + Ubee Interactive Ltd - 001C39 - S Netsystems Inc. + A8A097 + ScioTeq bvba - 001C37 - Callpod Inc. + 086BD1 + Shenzhen SuperElectron Technology Ltd - 001C33 - Sutron + AC3A67 + Cisco Systems Inc. - 001BF6 - CoNWISE Technology Corporation Ltd + 3CB53D + Hunan Goke Microelectronics Ltd - 001BF8 - Digitrax Inc. + 980D51 + Huawei Device Ltd - 001C2F - Pfister GmbH + 00ADD5 + Huawei Device Ltd - 001C27 - Sunell Electronics Co. + 905D7C + New H3C Technologies Ltd - 001C0F - Cisco Systems Inc. + 98FAA7 + Innonet - 001C48 - WiDeFi Inc. + 487B5E + SMT Telecomm HK - 001BAD - iControl Incorporated + B8E3B1 + Huawei Technologies Ltd - 001BA7 - Lorica Solutions + 00B7A8 + Heinzinger electronic GmbH - 001BA5 - MyungMin Systems Inc. + EC7949 + Fujitsu Limited - 001BF1 - Nanjing SilverNet Software Ltd + D4D2D6 + FN-Link Technology Limited - 001BEF - Blossoms Digital Technology Ltd + 105072 + Sercomm Corporation. - 001BEB - DMP Electronics Inc. + 900A84 + Mellanox Technologies Inc. - 001BA2 - IDS Imaging Development Systems GmbH + AC4A67 + Cisco Systems Inc. - 001B9D - Novus Security Sp. z o.o. + 70CA97 + Ruckus Wireless - 001BC9 - FSN Display Inc + 000991 + Intelligent Platforms LLC. - 001BC3 - Mobisolution Ltd + C8665D + Extreme Networks Inc. - 001BCE - Measurement Devices Ltd + E01C41 + Extreme Networks Inc. - 001BB8 - Blueway Electronic Co; Ltd + D854A2 + Extreme Networks Inc. - 001BB2 - Intellect International NV + 08661F + Palo Alto Networks - 001BE7 - Postek Electronics Ltd + BCF310 + Extreme Networks Inc. - 001BE3 - Health Hero Network Inc. + 285471 + Huawei Device Ltd - 001BDC - Vencer Ltd + B88E82 + Huawei Device Ltd - 001BD5 - Cisco Systems Inc. + DC333D + Huawei Device Ltd - 001B95 - Video Systems SRL + D8787F + Ubee Interactive Ltd - 001B90 - Cisco Systems Inc. + D41D71 + Palo Alto Networks - 001B7F - TMN Technologies Telecomunicacoes Ltda + 0887C6 + Ingram Micro Services - 001B7E - Beckmann GmbH + 785773 + Huawei Technologies Ltd - 001B7A - Nintendo Ltd + AC6089 + Huawei Technologies Ltd - 001B34 - Focus System Inc. + 843E92 + Huawei Technologies Ltd - 001B3A - SIMS Corp. + 708CB6 + Huawei Technologies Ltd - 001B5F - Alien Technology + 50464A + Huawei Technologies Ltd - 001B61 - Digital Acoustics LLC + C4A402 + Huawei Technologies Ltd - 001B5E - BPL Limited + 0015FF + Novatel Wireless Solutions Inc. - 001B5C - Azuretec Ltd + 2880A2 + Novatel Wireless Solutions Inc. - 001B72 - Sicep s.p.a. + 68332C + Kenstel Networks Limited - 001B74 - MiraLink Corporation + 145E45 + Bamboo Systems Group - 001B6D - Midtronics Inc. + 70617B + Cisco Systems Inc. - 001B6F - Teletrak Ltd + 985949 + Luxottica Group S.P.A. - 001B4B - SANION Ltd + AC67B2 + Espressif Inc. - 001B2D - Med-Eng Systems Inc. + 9CBD6E + DERA Ltd - 001B87 - Deepsound Tech Ltd + 4C3329 + Sweroam - 001B4D - Areca Technology Corporation + 64E172 + Shenzhen Qihoo Intelligent Technology Ltd - 001AE3 - Cisco Systems Inc. + 488F5A + Routerboard.com - 001ADF - Interactivetv Pty Limited + 100645 + Sagemcom Broadband SAS - 001AE1 - Edge Access Inc + 0014C9 + Brocade Communications Systems LLC - 001AE8 - Unify Software and Solutions GmbH & Co. KG + 002438 + Brocade Communications Systems LLC - 001AE9 - Nintendo Ltd + 748EF8 + Brocade Communications Systems LLC - 001AE5 - Mvox Technologies Inc. + 0027F8 + Brocade Communications Systems LLC - 001AE4 - Medicis Technologies Corporation + 50EB1A + Brocade Communications Systems LLC - 001AF8 - Copley Controls Corporation + F84DFC + Hangzhou Hikvision Digital Technology Ltd - 001AF5 - Pentaone Ltd + 849A40 + Hangzhou Hikvision Digital Technology Ltd - 001AED - IncOTEC GmbH + D81FCC + Brocade Communications Systems LLC - 001AEE - Shenztech Ltd + C489ED + Solid Optics EU N.V. - 001ACE - Yupiteru Corporation + 60F43A + Edifier International - 001ACC - Celestial Semiconductor Ltd + 58A87B + Fitbit Inc. - 001AD2 - Eletronica Nitron Ltda + 5C6BD7 + Foshan VIOMI Electric Appliance Technology Ltd - 001B1D - Phoenix International Ltd + 1848CA + Murata Manufacturing Ltd - 001B1A - e-trees Japan Inc. + 90EEC7 + Samsung Electronics Ltd - 001B12 - Apprion + 1029AB + Samsung Electronics Ltd - 001AFE - Sofacreal + 184ECB + Samsung Electronics Ltd - 001AF1 - Embedded Artists AB + 8022A7 + NEC Platforms Ltd - 001B0D - Cisco Systems Inc. + 64E881 + Aruba Networks HP - 001B0A - Intelligent Distributed Controls Ltd + 989D5D + Technicolor CH USA Inc. - 001AB1 - Asia Pacific Satellite Industries Ltd + 5C2316 + Squirrels Research Labs LLC - 001AB7 - Ethos Networks Ltd + 042144 + Sunitec Enterprise Ltd - 001AB2 - Cyber Solutions Inc. + A027B6 + Samsung Electronics Ltd - 001A97 - fitivision technology Inc. + 103917 + Samsung Electronics Ltd - 001A90 - Tropico Sistemas e Telecomunicacoes da Amazonia LtdA. + 9880EE + Samsung Electronics Ltd - 001A94 - Votronic GmbH + CC0DF2 + Motorola Mobility LLC, a Lenovo Company - 001A86 - AdvancedIO Systems Inc + 94BF94 + Juniper Networks - 001AC7 - Unipoint + 94434D + Ciena Corporation - 001AC0 - Joybien Technologies Ltd + A84025 + Oxide Computer Company - 001A9E - ICON Digital International Limited + 1065A3 + Panamax LLC - 001A98 - Asotel Communication Limited Taiwan Branch + C85BA0 + Shenzhen Qihu Intelligent Technology Company Limited - 001A72 - Mosart Semiconductor Corp. + E0BE03 + Lite-On Network Communication (Dongguan) Limited - 001A68 - Weltec Enterprise Ltd + 5C9012 + Owl Cyber Defense Solutions LLC - 001AC2 - YEC Ltd + 38F7CD + IEEE Registration Authority - 001AA5 - BRN Phoenix + 98CBA4 + Benchmark Electronics - 001AA2 - Cisco Systems Inc. + 0012E3 + Agat Soft LLC - 001A9C - RightHand Technologies Inc. + 001351 + Niles Audio Corporation - 001A7E - LN Srithai Comm Ltd + 183CB7 + Huawei Device Ltd - 001A5A - Korea Electric Power Data Network (KDN) Ltd + A48873 + Cisco Systems Inc. - 001A5F - KitWorks.fi Ltd + B8804F + Texas Instruments - 001A35 - BARTEC GmbH + FCA5D0 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 001A37 - Lear Corporation + 04CB88 + Shenzhen Jingxun Software Telecommunication Technology Ltd - 001A38 - Sanmina-SCI + A06260 + Private - 001A2B - Ayecom Technology Ltd + A4BDC4 + Huawei Technologies Ltd - 001A28 - ASWT Ltd Taiwan Branch H.K. + 5C9157 + Huawei Technologies Ltd - 001A2C - SATEC Ltd + 481693 + Lear Corporation GmbH - 001A27 - Ubistar + B47947 + Nutanix - 001A21 - Brookhuis Applied Technologies BV + 04F8F8 + Edgecore Networks Corporation - 0019FF - Finnzymes + 38F0C8 + Mevo Inc. - 0019FA - Cable Vision Electronics Ltd + 5CFE9E + Wiwynn Corporation Tainan Branch - 001A5D - Mobinnova Corp. + 881C95 + Itel Mobile Limited - 001A4D - Giga-Byte Technology Ltd + F46942 + Askey Computer Corp - 001A48 - Takacom Corporation + 241407 + Xiamen Sigmastar Technology Ltd - 001A0B - Bona Technology Inc. + 08E9F6 + AMPAK Technology,Inc. - 001A06 - OpVista Inc. + F02E51 + Casa Systems - 001A2E - Ziova Coporation + CCC261 + IEEE Registration Authority - 001A32 - Activa Multimedia + 7470FD + Intel Corporation - 001A00 - Matrix Inc. + 7C2A31 + Intel Corporation - 0019AD - Bobst SA + B46BFC + Intel Corporation - 0019A2 - Ordyn Technologies + 144F8A + Intel Corporation - 0019A5 - RadarFind Corporation + C0B6F9 + Intel Corporation - 001993 - Changshu Switchgear MFG Ltd (Former Changshu Switchgea + 48A472 + Intel Corporation - 0019F1 - Star Communication Network Technology Ltd + D8F2CA + Intel Corporation - 0019EC - Sagamore Systems Inc. + 48F17F + Intel Corporation - 0019CC - RCG (HK) Ltd + 68ECC5 + Intel Corporation - 0019C8 - AnyDATA Corporation + 7C7635 + Intel Corporation - 0019C4 - Infocrypt Inc. + 640BD7 + Apple - 0019BC - Electro Chance SRL + A8913D + Apple - 00199B - Diversified Technical Systems Inc. + 4CC95E + Samsung Electronics Ltd - 001990 - ELM DATA Ltd + 0C3B50 + Apple - 00198F - Nokia Bell N.V. + 782B46 + Intel Corporation - 0019D8 - Maxfor + 347DF6 + Intel Corporation - 0019D5 - IP Innovations Inc. + CCD9AC + Intel Corporation - 0019A3 - asteel electronique atlantique + 9C2976 + Intel Corporation - 0019EA - TeraMage Technologies Ltd + B89A2A + Intel Corporation - 00196E - Metacom (Pty) Ltd + 58961D + Intel Corporation - 001965 - YuHua TelTech (ShangHai) Ltd + 74D83E + Intel Corporation - 001966 - Asiarock Technology Limited + 08D23E + Intel Corporation - 00197B - Picotest Corp. + A87EEA + Intel Corporation - 001973 - Zeugma Systems + 40EC99 + Intel Corporation - 001975 - Beijing Huisen networks technology Inc + BC542F + Intel Corporation - 001940 - Rackable Systems + 34CFF6 + Intel Corporation - 00193C - HighPoint Technologies Incorporated + C87EA1 + TCL MOKA International Limited - 00195C - Innotech Corporation + A0510B + Intel Corporation - 00195F - Valemount Networks Corporation + DCFB48 + Intel Corporation - 001948 - AireSpider Networks + 84FDD1 + Intel Corporation - 001943 - Belden + 4074E0 + Intel Corporation - 00192E - Spectral Instruments Inc. + 087190 + Intel Corporation - 00192B - Aclara RF Systems Inc. + 5CCD5B + Intel Corporation - 00191E - Beyondwiz Ltd + 98AF65 + Intel Corporation - 001981 - Vivox Inc + 40A6B7 + Intel Corporation - 001945 - RF Concepts LLC + 0C7A15 + Intel Corporation - 00191F - Microlink Communications Inc. + 548D5A + Intel Corporation - 001920 - KUME electric Ltd + 3066D0 + Huawei Device Ltd - 001926 - BitsGen Ltd + 3CB233 + Huawei Device Ltd - 001929 - 2M2B Montadora de Maquinas Bahia Brasil LtdA + 209E79 + Universal Electronics Inc. - 0018F1 - Chunichi Denshi Ltd + AC5FEA + OnePlus Technology (Shenzhen) Ltd - 0018F2 - Beijing Tianyu Communication Equipment Ltd + 044AC6 + Aipon Electronics Ltd - 0018EC - Welding Technology Corporation + 5CD5B5 + Shenzhen WiSiYiLink Technology Ltd - 0018ED - Accutech Ultrasystems Ltd + 88948F + Xi'an Zhisensor Technologies Ltd - 00190B - Southern Vision Systems Inc. + 189552 + 1MORE - 001903 - Bigfoot Networks Inc + C0FFA8 + Huawei Technologies Ltd - 001900 - Intelliverese - DBA Voicecom + C0517E + Hangzhou Hikvision Digital Technology Ltd - 001902 - Cambridge Consultants Ltd + FC1499 + Aimore Acoustics Incorporation - 00192A - Antiope Associates + 98C7A4 + Shenzhen HS Fiber Communication Equipment Ltd - 00190F - Advansus Corp. + 00BED5 + New H3C Technologies Ltd - 001911 - Just In Mobile Information Technologies (Shanghai) Ltd + 0002C4 + OPT Machine Vision Tech Ltd - 0018E0 - Anaveo + ACF108 + LG Innotek - 001917 - Posiflex Inc. + 08ED9D + Tecno Mobile Limited - 001918 - Interactive Wear AG + E86DCB + Samsung Electronics Ltd - 0018CB - Tecobest Technology Limited + 304950 + IEEE Registration Authority - 0018CE - Dreamtech Ltd + 0005C9 + LG Innotek - 001894 - NPCore Inc. + 0CDC7E + Espressif Inc. - 001898 - Kingstate Electronics Corporation + 2098D8 + Shenzhen Yingdakang Technology Ltd - 001892 - ads-tec GmbH + 7CC77E + Fiberhome Telecommunication Technologies Ltd - 001891 - Zhongshan General K-mate Electronics Ltd + A0CFF5 + ZTE Corporation - 0018AD - Nidec Sankyo Corporation + 1C012D + Ficer Technology - 0018AC - Shanghai Jiao Da HISYS Technology Ltd + 3CA62F + AVM Audiovisuelles Marketing und Computersysteme GmbH - 0018AB - Beijing Lhwt Microelectronics Inc. + 98B3EF + Huawei Device Ltd - 0018A5 - ADigit Technologies Corp. + 50F958 + Huawei Device Ltd - 001878 - Mackware GmbH + C0A36E + BSkyB Ltd - 00186A - Global Link Digital Technology Ltd + 6032B1 + TP-Link Technologies Ltd - 00186B - Sambu Communics Ltd + E41F7B + Cisco Systems Inc. - 00186E - 3Com Corporation + 182649 + Intel Corporation - 0018A6 - Persistent Systems LLC + 8803E9 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 00189B - Thomson Inc. + 345840 + Huawei Technologies Ltd - 0018B2 - Adeunis RF + 5C647A + Huawei Technologies Ltd - 0018B3 - TEC WizHome Ltd + BC7F7B + Huawei Device Ltd - 0018BD - Shenzhen Dvbworld Technology Ltd + F0FAC7 + Huawei Device Ltd - 001867 - Datalogic ADC + DCEF80 + Huawei Technologies Ltd - 001865 - Siemens Healthcare Diagnostics Manufacturing Ltd + B46F2D + Wahoo Fitness - 001877 - Amplex A/S + 5C857E + IEEE Registration Authority - 001889 - WinNet Solutions Limited + 846B48 + Shenzhen EepuLink Ltd - 0017F9 - Forcom Sp. z o.o. + B460ED + Beijing Xiaomi Mobile Software Ltd - 0017F4 - Zeron Alliance + 30CC21 + ZTE Corporation - 0017F7 - CEM Solutions Pvt Ltd + 646C80 + Chongqing Fugui Electronics Ltd - 0017ED - WooJooIT Ltd + 089E01 + Quanta Computer Inc. - 001843 - Dawevision Ltd + A81E84 + Quanta Computer Inc. - 00182C - Ascend Networks Inc. + C01850 + Quanta Computer Inc. - 00181D - Asia Electronics Ltd + 4427F3 + 70mai Ltd - 00181F - Palmmicro Communications + 047D7B + Quanta Computer Inc. - 00181B - TaiJin Metal Ltd + 0025DC + Sumitomo Electric Industries Ltd - 001805 - Beijing InHand Networking Technology Ltd + D4F337 + Xunison Ltd - 00180D - Terabytes Server Storage Tech Corp + 48A2B8 + Chengdu Vision-Zenith Tech Ltd - 001854 - Argard Ltd + C0B8E6 + Ruijie Networks Ltd - 001847 - AceNet Technology Inc. + 8C941F + Cisco Systems Inc. - 001836 - REJ Ltd + 687DB4 + Cisco Systems Inc. - 0017CC - Alcatel-Lucent + 58E873 + HANGZHOU DANGBEI NETWORK TECH Ltd - 0017C4 - Quanta Microsystems Inc. + B030C8 + Teal Drones Inc. - 00179E - Sirit Inc + DC41A9 + Intel Corporation - 0017A7 - Mobile Computing Promotion Consortium + 088F2C + Amber Technology Ltd - 00179F - Apricorn + A83512 + Huawei Device Ltd - 0017B4 - Remote Security Systems LLC + 90F644 + Huawei Device Ltd - 0017AC - O'Neil Product Development Inc. + 44AF28 + Intel Corporation - 0017AD - AceNet Corporation + 9C9D7E + Beijing Xiaomi Mobile Software Ltd - 0017DD - Clipsal Australia + 7412B3 + Chongqing Fugui Electronics Ltd - 0017D9 - AAI Corporation + 9447B0 + Beijing Eswin Computing Technology Ltd - 0017DC - Daemyung ZERO1 + A0681C + GD Midea Air-Conditioning Equipment Ltd - 0017BF - Coherent Research Limited + 6C442A + Huawei Technologies Ltd - 0017BD - Tibetsystem + A47CC9 + Huawei Technologies Ltd - 0017A1 - 3soft Inc. + C40D96 + Huawei Technologies Ltd - 001792 - Falcom Wireless Comunications GmbH + F85C7D + Shenzhen Honesty Electronics Ltd - 001797 - Telsy Elettronica S.p.A. + 84225E + Shenzhen Technewchip Technology Ltd - 00178C - Independent Witness Inc. + E45AD4 + Eltex Enterprise Ltd - 0017CB - Juniper Networks + 842AFD + HP Inc. - 0017D3 - Etymotic Research Inc. + 1CFE2B + Amazon Technologies Inc. - 001788 - Philips Lighting BV + CC483A + Dell Inc. - 00173C - Extreme Engineering Solutions + A4AE12 + Hon Hai Precision Ind Ltd - 001736 - iiTron Inc. + DCA3A2 + Feng mi(Beijing)technology Ltd - 001737 - Industrie Dial Face S.p.A. + 7C25DA + FN-Link Technology Limited - 001733 - SFR + A8698C + Oracle Corporation - 001758 - ThruVision Ltd + EC570D + AFE Inc. - 00174F - iCatch Inc. + A4AC0F + Huawei Device Ltd - 00174A - Socomec + CCFF90 + Huawei Device Ltd - 00174E - Parama-tech Ltd + 5405DB + LCFC(HeFei) Electronics Technology Ltd - 00176F - PAX Computer Technology(Shenzhen) Ltd + D4D51B + Huawei Technologies Ltd - 001771 - APD Communications Ltd + 2491BB + Huawei Technologies Ltd - 00175B - ACS Solutions Switzerland Ltd + 645E10 + Huawei Technologies Ltd - 001729 - Ubicod Ltd + ECF22B + Tecno Mobile Limited - 001727 - Thermo Ramsey Italia s.r.l. + E45F01 + Raspberry Pi Trading Ltd - 00172A - Proware Technology Corp.(By Unifosa) + 44A54E + Qorvo International Pte Ltd - 001725 - Liquid Computing + C8E600 + Huawei Technologies Ltd - 001764 - ATMedia GmbH + 30578E + eero Inc. - 00175E - Zed-3 + 003054 + Castlenet Technology Inc. - 001766 - Accense Technology Inc. + C816DA + Realme Chongqing Mobile Telecommunications Corp Ltd - 0016D0 - ATech elektronika d.o.o. + B04414 + New H3C Technologies Ltd - 0016C3 - BA Systems Inc + 484BD4 + Technicolor CH USA Inc. - 0016F0 - Dell Inc. + 309610 + Huawei Device Ltd - 0016F8 - Aviqtech Technology Ltd + 784558 + Ubiquiti Networks Inc. - 0016E8 - Sigma Designs Inc. + 64F947 + Senscomm Semiconductor Ltd - 001703 - MOSDAN Internation Ltd + DC00B0 + Freebox SAS - 0016FC - Tohken Ltd + 707414 + Murata Manufacturing Ltd - 0016E9 - Tiba Medical Inc + A0764E + Espressif Inc. - 0016DC - Archos + B4FBE3 + AltoBeam (China) Inc. - 001714 - BR Controls Nederland bv + 10D7B0 + Sagemcom Broadband SAS - 00171B - Innovation Lab Corp. + 445943 + ZTE Corporation - 001709 - Exalt Communications + 343654 + ZTE Corporation - 0016C1 - Eleksen Ltd + 748F3C + Apple - 0016A9 - 2EI + 40F946 + Apple - 0016B0 - VK Corporation + 6C09BF + Fiberhome Telecommunication Technologies Ltd - 0016B1 - KBS + FC6DD1 + APRESIA Systems Ltd - 0016AE - Inventel + 80C955 + Redpine Signals Inc. - 0016AC - Toho Technology Corp. + CC4F5C + IEEE Registration Authority - 001683 - WEBIO International Co. Ltd + 4C6D58 + Juniper Networks - 001684 - Donjin Ltd + 5CED8C + Hewlett Packard Enterprise - 001687 - Chubb CSC-Vendor AP + 30D042 + Dell Inc. - 00167F - Bluebird Soft Inc. + C0C9E3 + TP-Link Technologies Ltd - 00164C - PLANET INT Ltd + F88C21 + TP-Link Technologies Ltd - 001649 - SetOne GmbH + C4278C + Huawei Device Ltd - 001647 - Cisco Systems Inc. + 808FE8 + Intelbras - 001665 - Cellon France + 7C73EB + Huawei Device Ltd - 00165F - Fairmount Automation + E48F1D + Huawei Device Ltd - 00167C - iRex Technologies BV + FCCD2F + IEEE Registration Authority - 001673 - Bury GmbH & Co. KG + 94B271 + Huawei Technologies Ltd - 001694 - Sennheiser Communications A/S + 78058C + mMax Communications Inc. - 00169C - Cisco Systems Inc. + C4A72B + Shenzhen Chuangwei-RGB Electronics Ltd - 001657 - Aegate Ltd + CCF55F + E Focus Instruments India Private Limited - 00168C - DSL Partner AS + D0C31E + JUNGJIN Electronics Ltd - 00161B - Micronet Corporation + 141333 + Azurewave Technologies Inc. - 001618 - HIVION Ltd + A4178B + Huawei Technologies Ltd - 00161E - Woojinnet + 5C3400 + Hisense Electric Ltd - 00161F - SUNWAVETEC Ltd + 4C3BDF + Microsoft Corporation - 001614 - Picosecond Pulse Labs + 087C39 + Amazon Technologies Inc. - 00160E - Optica Technologies Inc. + D810CB + Andrea Informatique - 001643 - Sunhillo Corporation + FC1928 + Actions Microelectronics Ltd - 001644 - LITE-ON Technology Corp. + 3CD2E5 + New H3C Technologies Ltd - 00163E - Xensource Inc. + B098BC + Huawei Device Ltd - 0015FD - Complete Media Systems + 24016F + Huawei Device Ltd - 0015F6 - Science AND Engineering Services Inc. + D05919 + ZTE Corporation - 001634 - Mathtech Inc. + E0913C + Kyeungin CNS Ltd - 00162C - Xanboo + 00B881 + New platforms LLC - 001605 - Yorkville Sound Inc. + 001B2E + Sinkyo Electron Inc - 0015F9 - Cisco Systems Inc. + C43772 + Virtuozzo International GmbH - 0015E3 - Dream Technologies Corporation + CC3B27 + Tecno Mobile Limited - 0015E0 - Ericsson + 0858A5 + Beijing Vrv Software Corpoaration Limited. - 0015F3 - Peltor AB + 983F60 + Huawei Technologies Ltd - 0015D3 - Pantech & Curitel Communications Inc. + C03FDD + Huawei Technologies Ltd - 0015AD - Accedian Networks + 303235 + Qingdao Intelligent & Precise Electronics Ltd - 0015AC - Capelon AB + E0E2E6 + Espressif Inc. - 0015A9 - Kwang WOO I&C Ltd + 9C7370 + Huawei Technologies Ltd - 00E0A8 - SAT GmbH & Co. + 582429 + Google Inc. - 001574 - Horizon Semiconductors Ltd + E80AEC + Jiangsu Hengtong Optic-Electric Ltd - 00158A - SURECOM Technology Corp. + C4DE7B + Huawei Device Ltd - 00158E - Plustek.Inc + 7CC294 + Beijing Xiaomi Mobile Software Ltd - 001589 - D-MAX Technology Ltd + 40D4BD + SK Networks Service Ltd - 0015B4 - Polymap Wireless LLC + 68D48B + Hailo Technologies Ltd - 0015CA - TeraRecon Inc. + 6C1A75 + Huawei Device Ltd - 001598 - Kolektor group + 6C7637 + Huawei Device Ltd - 001512 - Zurich University Of Applied Sciences + 18EE86 + Novatel Wireless Solutions Inc. - 00150A - Sonoa Systems Inc. + A09F10 + Shenzhen Bilian Electronic Ltd - 001570 - Zebra Technologies Inc + 201B88 + Dongguan Liesheng Electronic Ltd - 00156E - A. W. Communication Systems Ltd + 249493 + FibRSol Global Network Limited - 001568 - Dilithium Networks + 28D044 + Shenzhen Xinyin technology Company - 00154B - Wonde Proud Technology Ltd + A8407D + GD Midea Air-Conditioning Equipment Ltd - 001548 - Cube Technologies + FC4B57 + Peerless Instrument Division Of Curtiss-Wright - 00155F - GreenPeak Technologies + 5C10C5 + Samsung Electronics Ltd - 00155A - Dainippon Pharmaceutical Ltd + E8EB34 + Cisco Systems Inc. - 00151D - M2I Corporation + 5860D8 + ARRIS Group Inc. - 00153C - Kprotech Ltd + 9C9AC0 + LEGO System A/S - 00153A - Shenzhen Syscan Technology Ltd + 3CBDC5 + Arcadyan Corporation - 001532 - Consumer Technologies Group LLC + A8DA0C + Servercom (India) Private Limited - 00149B - Nokota Communications LLC + F85329 + Huawei Technologies Ltd - 0014A1 - Synchronous Communication Corp + 50A5DC + ARRIS Group Inc. - 00149E - UbONE Ltd + 74B7B3 + Shenzhen YOUHUA Technology Ltd - 0014A2 - Core Micro Systems Inc. + 8815C5 + Huawei Device Ltd - 0014AD - Gassner Wiege- und Messtechnik GmbH + B41BB0 + Apple - 0014AF - Datasym POS Inc. + 58D349 + Apple - 0014A9 - Cisco Systems Inc. + F434F0 + Apple - 0014FF - Precise Automation Inc. + B08C75 + Apple - 0014FA - AsGa S.A. + A4AAFE + Huawei Device Ltd - 0014FB - Technical Solutions Inc. + F83B7E + Huawei Device Ltd - 0014D2 - Kyuden Technosystems Corporation + 9C28B3 + Apple - 0014DC - Communication System Design & Manufacturing (CSDM) + A07817 + Apple - 0014CD - DigitalZone Ltd + 5C8730 + Apple - 0014C0 - Symstream Technology Group Ltd + DC9BD6 + TCT mobile Ltd - 0014C1 - U.S. Robotics Corporation + 7040FF + Huawei Device Ltd - 0014C4 - Vitelcom Mobile Technology + 34D693 + Huawei Device Ltd - 0014EC - Acro Telecom + E01FED + Nokia Shanghai Bell Ltd - 0014EB - AwarePoint Corporation + 146B9A + ZTE Corporation - 0014AB - Senhai Electronic Technology Ltd + 78321B + D-Link International - 0014B0 - Naeil Community + 04E77E + We Corporation Inc. - 0014F4 - DekTec Digital Video B.V. + 4C52EC + SOLARWATT GmbH - 0014F5 - OSI Security Devices + 30D941 + Raydium Semiconductor Corp. - 00148E - Tele Power Inc. + 687627 + Zhuhai Dingzhi Electronic Technology Ltd - 00148F - Protronic (Far East) Ltd + 200BCF + Nintendo Ltd - 00148C - General Dynamics Mission Systems + 38C096 + Alpsalpine Ltd - 001487 - American Technology Integrators + AC7A4D + Alpsalpine Ltd - 001444 - Grundfos Holding + 04766E + Alpsalpine Ltd - 001437 - GSTeletech Ltd + 24E4C8 + Fiberhome Telecommunication Technologies Ltd - 001431 - PDL Electronics Ltd + 948ED3 + Arista Networks - 00144D - Intelligent Systems + 002643 + Alpsalpine Ltd - 00144A - Taiwan Thick-Film Ind. Corp. + C0F6EC + Huawei Technologies Ltd - 001445 - Telefon-Gradnja d.o.o. + CC208C + Huawei Technologies Ltd - 001468 - CelPlan International Inc. + 885A85 + Wistron Neweb Corporation - 00147C - 3Com Corporation + D80093 + Aurender Inc. - 001481 - Multilink Inc + 389052 + Huawei Technologies Ltd - 001464 - Cryptosoft + 408F9D + Juniper Networks - 00145E - IBM Corp + 0015E7 + Quantec Tontechnik - 001458 - HS Automatic ApS + FCB3BC + Intel Corporation - 001421 - Total Wireless Technologies Pte Ltd + 18CC18 + Intel Corporation - 001420 - G-Links networking Company + C03C59 + Intel Corporation - 001418 - C4Line + 841B77 + Intel Corporation - 00141B - Cisco Systems Inc. + 2CA59C + Hangzhou Hikvision Digital Technology Ltd - 0013F0 - Wavefront Semiconductor + 34C93D + Intel Corporation - 0013EF - Kingjon Digital Technology Ltd + 6C98EB + Riverbed Technology Inc. - 0013EB - Sysmaster Corporation + 001FF5 + Kongsberg Defence & Aerospace - 0013EC - Netsnapper Technologies SARL + 74ECB2 + Amazon Technologies Inc. - 00142B - Edata Communication Inc. + C86C3D + Amazon Technologies Inc. - 00142C - Koncept International Inc. + C04121 + Nokia Solutions and Networks GmbH & Co. KG - 001424 - Merry Electrics Ltd + 0C7C28 + Nokia Solutions and Networks GmbH & Co. KG - 0013D0 - t+ Medical Ltd + 207852 + Nokia Solutions and Networks GmbH & Co. KG - 0013D2 - Page Iberica, S.A. + 54FA96 + Nokia Solutions and Networks GmbH & Co. KG - 0013D1 - KIRK telecom A/S + 7CC2C6 + TP-Link Corporation Limited - 00140F - Federal State Unitary Enterprise Leningrad R&D Institute Of + 089AC7 + ZTE Corporation - 001407 - Sperian Protection Instrumentation + BC6D05 + Dusun Electron Ltd - 001406 - Go Networks + 744CA1 + Liteon Technology Corporation - 00140A - WEPIO Ltd + B4B291 + LG Electronics - 0013FA - LifeSize Communications Inc. + C0E018 + Huawei Technologies Ltd - 0013FB - RKC Instrument Inc. + 5CE747 + Huawei Technologies Ltd - 0013DC - Ibtek Inc. + A8FFBA + Huawei Technologies Ltd - 0013BA - ReadyLinks Inc + AC78D1 + Juniper Networks - 0013B8 - RyCo Electronic Systems Limited + ECBE5F + Vestel Elektronik San ve Tic. A.S. - 0013B6 - Sling Media Inc. + A4423B + Intel Corporation - 00137D - Dynalab Inc. + 70CF49 + Intel Corporation - 001383 - Application Technologies and Engineering Research Laboratory + 4851C5 + Intel Corporation - 001387 - 27M Technologies AB + 20EFBD + Roku Inc. - 001373 - BLwave Electronics Ltd + EC7CB6 + Samsung Electronics Ltd - 001366 - Neturity Technologies Inc. + 58A639 + Samsung Electronics Ltd - 00135B - PanelLink Cinema LLC + A4E57C + Espressif Inc. - 00136F - PacketMotion Inc. + 04F993 + Infinix mobility limited - 001368 - Saab Danmark A/S + BCBD9E + Itel Mobile Limited - 0013B4 - Appear TV + F42A7D + TP-Link Technologies Ltd - 0013AE - Radiance Technologies Inc. + 8C0FC9 + Huawei Device Ltd - 001397 - Oracle Corporation + 304E1B + Huawei Device Ltd - 0013C3 + 6C0309 Cisco Systems Inc. - 0013BD - Hymatom SA + BCD295 + Cisco Systems Inc. - 001391 - Ouen Ltd + 74504E + New H3C Technologies Ltd - 001323 - Cap Ltd + F03965 + Samsung Electronics Ltd - 001314 - Asiamajor Inc. + FCB662 + IC Holdings LLC - 001316 - L-S-B Broadcast Technologies GmbH + 502DFB + IGShare Ltd - 001312 - Amedia Networks Inc. + 40EE15 + Zioncom Electronics (Shenzhen) Ltd - 001336 - Tianjin 712 Communication Broadcasting Ltd + 00F361 + Amazon Technologies Inc. - 00135E - EAB/RWI/K + 6C0DE1 + Dongguan Cannice Precision Manufacturing Ltd - 00134E - Valox Systems Inc. + 606C63 + Hitron Technologies Inc. - 001344 - Fargo Electronics Inc. + E8D765 + Huawei Technologies Ltd - 001348 - Artila Electronics Ltd + E45E1B + Google Inc. - 0012EF - OneAccess SA + C430CA + SD Biosensor - 0012E9 - Abbey Systems Ltd + D4A651 + Tuya Smart Inc. - 001300 - IT-Factory Inc. + 28052E + Dematic Corp - 001322 - DAQ Electronics Inc. + 88C3E5 + Betop Techonologies - 0012D5 - Motion Reality Inc. + E428A4 + Prama India Private Limited - 0012D8 - International Games System Ltd + 943A91 + Amazon Technologies Inc. - 00129A - IRT Electronics Pty Ltd + 408C1F + Guangdong Oppo Mobile Telecommunications Corp Ltd - 00128D - STB Datenservice GmbH + 2C3F0B + Cisco Meraki - 0012DB - ZIEHL Industrie-elektronik GmbH + Co KG + 80C501 + OctoGate IT Security Systems GmbH - 0012D6 - Jiangsu Yitong High-Tech Ltd + 04F03E + Huawei Device Ltd - 0012DA - Cisco Systems Inc. + 78E22C + Huawei Device Ltd - 0012D3 - Zetta Systems Inc. + C0D026 + Huawei Device Ltd - 0012A2 - Vita + 14D19E + Apple - 0012A5 - Dolphin Interconnect Solutions AS + 40C711 + Apple - 0012A8 - intec GmbH + 5C7017 + Apple - 00129E - Surf Communications Inc. + 8CEC7B + Apple - 0012BA - FSI Systems Inc. + 002DB3 + AMPAK Technology,Inc. - 0012B2 - Avolites Ltd + 3CC786 + Dongguan Huarong Communication Technologies Ltd - 0012AE - HLS HARD-LINE Solutions Inc. + 28C87C + ZTE Corporation - 0012AF - ELPRO Technologies + 145051 + Sharp Corporation - 0012E6 - Spectec Computer Ltd + C4D0E3 + Intel Corporation - 001236 - ConSentry Networks + E4FD45 + Intel Corporation - 001235 - Andrew Corporation + 184CAE + Continental - 001245 - Zellweger Analytics Inc. + 98387D + Itronic Technology Co Ltd - 001242 - Millennial Net + C8D884 + Universal Electronics Inc. - 001241 - a2i marketing center + B4A25C + Cambium Networks Limited - 00123B - KeRo Systems ApS + 2C71FF + Amazon Technologies Inc. - 001287 - Digital Everywhere Unterhaltungselektronik GmbH + ACD618 + OnePlus Technology (Shenzhen) Ltd - 001282 - Qovia + 6C5640 + BLU Products Inc - 001285 - Gizmondo Europe Ltd + 48785E + Amazon Technologies Inc. - 001277 - Korenix Technologies Ltd + 20C74F + SensorPush - 00126D - University Of California, Berkeley + 482952 + Sagemcom Broadband SAS - 001267 - Panasonic Corporation + A47E36 + EM Microelectronic - 001265 - Enerdyne Technologies Inc. + B05DD4 + ARRIS Group Inc. - 001257 - LeapComm Communication Technologies Inc. + 24E853 + LG Innotek - 001251 - Silink + 307C4A + Huawei Device Ltd - 00128E - Q-Free ASA + 2CCE1E + Cloudtronics Pty Ltd - 001292 - Griffin Technology + F021E0 + eero Inc. - 0011F3 - NeoMedia Europe AG + 9CDBCB + Wuhan Funshion Online Technologies Ltd - 0011E9 - Starnex Ltd + 641759 + Intellivision Holdings LLC - 0011EC - Avix Inc. + 504348 + ThingsMatrix Inc. - 0011E7 - WORLDSAT - Texas de France + D85982 + Huawei Technologies Ltd - 001202 - Decrane Aerospace - Audio International Inc. + 48B25D + Huawei Technologies Ltd - 0011FE - Keiyo System Research Inc. + A41B34 + China Mobile Group Device Ltd - 0011FD - Korg Inc. + 8045DD + Intel Corporation - 0011FA - Rane Corporation + C0D46B + Huawei Device Ltd - 0011CE - Ubisense Limited + 9C9567 + Huawei Device Ltd - 0011D0 - Tandberg Data ASA + 58AEF1 + Fiberhome Telecommunication Technologies Ltd - 0011C3 - Transceiving System Technology Corporation + A47B1A + Huawei Device Ltd - 0011C2 - United Fiber Optic Communication + 147D05 + Sercomm Philippines Inc - 001228 - Data Ltd + 787A6F + Juice Technology AG - 00121F - Harding Instruments + E86CC7 + IEEE Registration Authority - 001220 - Cadco Systems + 4024B2 + Sichuan AI-Link Technology Ltd - 001229 - BroadEasy Technologies Ltd + 640D22 + LG Electronics (Mobile Communications) - 001226 - Japan Direx Corporation + 20A7F9 + Shenzhen Olanboa Technology Ltd - 001222 - Skardin (UK) Ltd + C006C3 + TP-Link Corporation Limited - 0011E8 - Tixi.com + 3C1512 + Shenzhen Huanhu Technology Ltd - 0011E0 - U-MEDIA Communications Inc. + 8C31E2 + Dayouplus - 00120D - Advanced Telecommunication Technologies Inc. + 10394E + Hisense broadband multimedia technology Ltd - 00120E - AboCom + D8D5B9 + Rainforest Automation Inc. - 0011F2 - Institute Of Network Technologies + 04BA1C + Huawei Device Ltd - 001210 - WideRay Corp + 7C3D2B + Huawei Device Ltd - 0011A4 - JStream Technologies Inc. + 18C241 + SonicWall - 001198 - Prism Media Products Limited + 58454C + Ericsson AB - 001197 - Monitoring Technologies Limited + FC4DA6 + Huawei Technologies Ltd - 001199 - 2wcom Systems GmbH + B414E6 + Huawei Technologies Ltd - 0011A7 - Infilco Degremont Inc. + AC9929 + Huawei Technologies Ltd - 0011A9 - MOIMSTONE Ltd + 184859 + Castlenet Technology Inc. - 0011A3 - LanReady Technologies Inc. + 14517E + New H3C Technologies Ltd - 001176 - Intellambda Systems Inc. + 083A38 + New H3C Technologies Ltd - 001177 - Coaxial Networks Inc. + 70F088 + Nintendo Ltd - 001170 - GSC SRL + 842388 + Ruckus Wireless - 00116B - Digital Data Communications Asia Ltd + F4C7AA + Marvell Semiconductors - 001169 - EMS Satcom + F8ABE5 + Shenzhen worldelite electronics Ltd - 001162 - Star Micronics Ltd + E0DBD1 + Technicolor CH USA Inc. - 001181 - InterEnergy Ltd + CCED21 + Nokia Shanghai Bell Ltd - 001194 - Chi Mei Communication Systems Inc. + 10D561 + Tuya Smart Inc. - 0011BF - AESYS S.p.A. + 001A86 + New Wave Design & Verification - 0011B7 - Octalix B.V. + 509A46 + Safetrust Inc - 0011B9 - Inner Range Pty Ltd + D0CFD8 + Huizhou Boshijie Technology Ltd - 001109 - Micro-Star International + 84C78F + APS Networks GmbH - 001104 - Telexy + F0A3B2 + Hui Zhou Gaoshengda Technology Ltd - 001161 - NetStreams LLC + 08BB3C + Flextronics Tech.(Ind) Pvt Ltd - 001156 - Pharos Systems NZ + 2CBEEB + Nothing Technology Limited - 001159 - Matisse Networks Inc + F04A02 + Cisco Systems Inc. - 00115C - Cisco Systems Inc. + 7409AC + Quext LLC - 00115D - Cisco Systems Inc. + F0016E + Tianyi Telecom Terminals Company Limited - 001126 - Venstar Inc. + EC0BAE + Hangzhou BroadLink Technology Ltd - 00112E - Ceicom + 802511 + Itel Mobile Limited - 001122 - CIMSYS Inc + E8A660 + Huawei Technologies Ltd - 001117 - Cesnet + CC242E + Shenzhen SuperElectron Technology Ltd - 001116 - Coteau Vert Ltd + 082FE9 + Huawei Technologies Ltd - 001110 - Maxanna Technology Ltd + 984874 + Huawei Technologies Ltd - 00113B - Micronet Communications Inc. + 1CA681 + Huawei Technologies Ltd - 00113D - KN Soltec Ltd + B881FA + Apple - 001134 - MediaCell Inc. + 9C760E + Apple - 001135 - Grandeye Ltd + 94EA32 + Apple - 001121 - Cisco Systems Inc. + C8BFFE + Huawei Device Ltd - 001149 - Proliphix Inc. + 082E36 + Huawei Device Ltd - 000FC0 - DELCOMp + 50F4EB + Apple - 000FBA - Tevebox AB + 28C709 + Apple - 000FB8 - CallURL Inc. + 3802DE + Sercomm Corporation. - 000FB7 - Cavium + 5C625A + Canon Inc. - 000FD3 - Digium + 7C0A3F + Samsung Electronics Ltd - 000FD1 - Applied Wireless Identifications Group Inc. + 08AA89 + ZTE Corporation - 000FC1 - WAVE Corporation + A4352D + TRIZ Networks Corp. - 001100 - Schneider Electric + 04D60E + Funai Electric Ltd - 000FFA - Optinel Systems Inc. + 049F81 + Netscout Systems Inc - 000FFD - Glorytek Network Inc. + 00808C + Netscout Systems Inc - 000FF9 - Valcretec Inc. + 001F92 + Motorola Solutions Inc. - 000FC4 - NST Ltd + 0023BB + Accretech SBS Inc. - 000FC9 - Allnet GmbH + B0C952 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 000FC6 - Eurocom Industries A/S + F4419E + Huawei Device Ltd - 000FBE - e-w/you Inc. + 90F9B7 + Huawei Technologies Ltd - 000FA9 - PC Fabrik + F44588 + Huawei Technologies Ltd - 000F9A - Synchrony Inc. + C8BB81 + Huawei Device Ltd - 000FEA - Giga-Byte Technology Ltd + 1C472F + Huawei Device Ltd - 000FF7 - Cisco Systems Inc. + 205E64 + Huawei Device Ltd - 000FD8 - Force Inc. + 60577D + eero Inc. - 000F8D - FAST TV-Server AG + C8138B + Shenzhen Skyworth Digital Technology Ltd - 000F85 - ADDO-Japan Corporation + 78F235 + Sichuan AI-Link Technology Ltd - 000F82 - Mortara Instrument Inc. + F44EE3 + Intel Corporation - 000F49 - Northover Solutions Limited + D0E042 + Cisco Systems Inc. - 000F4B - Oracle Corporation + 3C3712 + AVM Audiovisuelles Marketing und Computersysteme GmbH - 000F44 - Tivella Inc. + 80B655 + Intel Corporation - 000F4A - Kyushu-kyohan Ltd + 0CCB0C + iSYS RTS GmbH - 000F81 - PAL Pacific Inc. + 4456E2 + Sichuan Tianyi Comheart Telecom Ltd - 000F7F - UBSTORAGE Ltd + 54AED2 + CSL Dualcom Ltd - 000F95 - ELECOM Ltd Laneed Division + F46FA4 + Physik Instrumente GmbH & Co. KG - 000F55 - Datawire Communication Networks Inc. + C47469 + BT9 - 000F56 - Continuum Photonics Inc + 645D92 + Sichuan Tianyi Comheart Telecom Ltd - 000F60 - Lifetron Ltd + 9C6121 + Sichuan Tianyi Comheart Telecom Ltd - 000F5B - Delta Information Systems Inc. + E04FBD + Sichuan Tianyi Comheart Telecom Ltd - 000F8A - WideView + 40F420 + Sichuan Tianyi Comheart Telecom Ltd - 000F90 - Cisco Systems Inc. + CCA260 + Sichuan Tianyi Comheart Telecom Ltd - 000F77 - Dentum Ltd + ACE77B + Sichuan Tianyi Comheart Telecom Ltd - 000F7B - Arce Sistemas, S.A. + 4CD3AF + HMD Global Oy - 000F68 - Vavic Network Technology Inc. + C85142 + Samsung Electronics Ltd - 000EE2 - Custom Engineering + CC0DE7 + B Meters S.R.L. - 000EE3 - Chiyu Technology Ltd + 5CA176 + Sichuan Tianyi Comheart Telecom Ltd - 000EE5 - bitWallet Inc. + 10E4C2 + Samsung Electronics Ltd - 000EDA - C-Tech United Corp. + 0C8DCA + Samsung Electronics Ltd - 000ECF - PROFIBUS Nutzerorganisation e.V. + 582FF7 + Sagemcom Broadband SAS - 000EEB - Sandmartin(zhong shan)Electronics Ltd + 8CFD15 + Imagine Marketing Private Limited - 000EEC - Orban + ACD829 + Bouffalo Lab (Nanjing) Ltd - 000EEF - Private + 683A48 + SAMJIN Ltd - 000EF1 - Ezquest Inc. + B027CF + Extreme Networks Inc. - 000EE7 - AAC Electronics Corp. + 14223B + Google Inc. - 000F1C - DigitAll World Ltd + 48F8FF + Chengdu KT Electronic HI-Tech Ltd - 000F1A - Gaming Support B.V. + E8C1E8 + Shenzhen Xiao Bi En Culture Education Technology Ltd - 000F0A - Clear Edge Networks + 2CDDE9 + Arista Networks - 000F02 - Digicube Technology Ltd + 709741 + Arcadyan Corporation - 000F2F - W-Linx Technology Ltd + C4FF22 + Huawei Device Ltd - 000F2D - Chung-Hsin Electric & Machinery MFG.Corp. + A0A0DC + Huawei Device Ltd - 000EF7 - Vulcan Portals Inc + C4808A + Cloud Diagnostics Canada ULC - 000EF0 - Festo AG & Co. KG + E408E7 + Quectel Wireless Solutions Ltd - 000EE9 - WayTech Development Inc. + 7C70DB + Intel Corporation - 000F40 - Optical Internetworking Forum + 8C94CC + SFR - 000F33 - DUALi Inc. + 60B6E1 + Texas Instruments - 000F05 - 3B System Inc. + 6C79B8 + Texas Instruments - 000EC9 - YOKO Technology Corp. + A4D094 + Vivavis AG - 000EBD - Burdick, a Quinton Compny + 8CA399 + Servercom (India) Private Limited - 000EB9 - HASHIMOTO Electronics Industry Ltd + 60DB15 + New H3C Technologies Ltd - 000EB2 - Micro-Research Finland Oy + 5CA721 + New H3C Technologies Ltd - 000ED0 - Privaris Inc. + 98F217 + Castlenet Technology Inc. - 000EC3 - Logic Controls Inc. + 908060 + Nilfisk A/S - 000EC4 - Iskra Transmission d.d. + 70A6CC + Intel Corporation - 000EC1 - MYNAH Technologies + 6C433C + Tecno Mobile Limited - 000E82 - Commtech Wireless + 445BED + Aruba Networks HP - 000E89 - Clematic + 84EBEF + Cisco Systems Inc. - 000E79 - Ample Communications Inc. + D03E7D + Chipsea Technologies (Shenzhen) Corp. - 000EA1 - Formosa Teletek Corporation + 906976 + Withrobot Inc. - 000E98 - HME Clear- Ltd + FC9257 + Renesas Electronics (Penang) Sdn. Bhd. - 000E99 - Spectrum Digital Inc. + 60A5E2 + Intel Corporation - 000E95 - Fujiya Denki Seisakusho Ltd + A42A71 + Sichuan Tianyi Comheart Telecom Ltd - 000E97 - Ultracker Technology Co. Inc. + D4548B + Intel Corporation - 000EA7 - Endace Technology + 1009F9 + Amazon Technologies Inc. - 000E6F - IRIS Corporation Berhad + D01E1D + SaiNXT Technologies LLP - 000EB5 - Ecastle Electronics Ltd + 584D42 + Dragos Inc. - 000E50 - Thomson Telecom Belgium + 608A10 + Microchip Technology Inc. - 000E4B - atrium c and i + A82316 + Nokia - 000E2B - Safari Technologies + 38E39F + Motorola Mobility LLC, a Lenovo Company - 000E28 - Dynamic Ratings P/L + 446752 + Wistron InfOCOMM (Zhongshan) CoRPORATION - 000E24 - Huwell Technology Inc. + 78BB88 + Maxio Technology (Hangzhou) Ltd - 000E3F - Soronti Inc. + A864F1 + Intel Corporation - 000E45 - Beijing Newtry Electronic Technology Ltd + 106FD9 + Cloud Network Technology Singapore PTE Ltd - 000E1D - ARION Technology Inc. + E06781 + Dongguan Liesheng Electronic Ltd - 000E12 - Adaptive Micro Systems Inc. + 000324 + SANYO Techno Solutions Tottori Ltd - 000E4F - Trajet GmbH + B8AE1D + Guangzhou Xingyi Electronic Technology Ltd - 000E38 - Cisco Systems Inc. + 3CCD57 + Beijing Xiaomi Mobile Software Ltd - 000E36 - HEINESYS Inc. + B8DAE8 + Huawei Device Ltd - 000E17 - Private + 28DEA8 + ZTE Corporation - 000E15 - Tadlys Ltd + 808ABD + Samsung Electronics Ltd - 000E01 - ASIP Technologies Inc. + D8BE65 + Amazon Technologies Inc. - 000DCB - Petcomkorea Ltd + 60E32B + Intel Corporation - 000DCC - NEOSMART Corp. + ACEC85 + eero Inc. - 000DCE - Dynavac Technology Pte Ltd + ECA81F + Technicolor CH USA Inc. - 000DE8 - Nasaco Electronics Pte Ltd + C0F827 + Rapidmax Technology Corporation - 000DE9 - Napatech Aps + B4527E + Sony Corporation - 000DE6 - Youngbo Engineering Ltd + 7086CE + GD Midea Air-Conditioning Equipment Ltd - 000DC3 - First Communication Inc. + 307512 + Sony Corporation - 000DB9 - PC Engines GmbH + C43ABE + Sony Corporation - 000DB7 - Sanko Electric Ltd + 94CE2C + Sony Corporation - 000DAC - Japan CBM Corporation + DC8D8A + Nokia Solutions and Networks GmbH & Co. KG - 000DDF - Japan Image & Network Inc. + 20E7B6 + Universal Electronics Inc. - 000DDB - Airwave Technologies Inc. + 500F59 + STMicrolectronics International NV - 000E04 - CMA/Microdialysis AB + E42AAC + Microsoft Corporation - 000D2A - Scanmatic AS + D43DF3 + ZyXEL Communications Corp - 000D29 - Cisco Systems Inc. + 20579E + Hunan FN-Link Technology Limited - 000D26 - Primagraphics Limited + 001E45 + Sony Corporation - 000D46 - Parker SSD Drives + 000E07 + Sony Corporation - 000D41 - Siemens AG ICM MP UC RD IT KLF1 + 000AD9 + Sony Corporation - 000D42 - Newbest Development Limited + 0023F1 + Sony Corporation - 000D3C - i.Tech Dynamic Ltd + 001A75 + Sony Corporation - 000D55 - SANYCOM Technology Ltd + 001CA4 + Sony Corporation - 000D57 - Fujitsu I-Network Systems Limited. + 245E48 + Apple - 000D58 - Private + 08C729 + Apple - 000D51 - DivR Systems Inc. + C884CF + Huawei Technologies Ltd - 000D39 - Network Electronics + 806A10 + Whisker Labs - Ting - 000D35 - PAC International Ltd + E023D7 + Sleep Number - 000D95 - Opti-cell Inc. + C4C36B + Apple - 000D91 - Eclipse (HQ Espana) S.L. + 241D48 + Sichuan Tianyi Comheart Telecom Ltd - 000D62 - Funkwerk Dabendorf GmbH + 287777 + ZTE Corporation - 000D65 - Cisco Systems Inc. + 00919E + Intel Corporation - 000D45 - Tottori SANYO Electric Ltd + 64DCDE + ZheJiang FuChunJiang Information Technology Ltd - 000DA1 - MIRAE ITS Ltd + 0CE159 + Shenzhen iStartek Technology Ltd - 000D80 - Online Development Inc + E8A730 + Apple - 000D13 - Wilhelm Rutenbeck GmbH&Co.KG + 6006E3 + Apple - 000D19 - ROBE Show lighting + A029BD + Team Group Inc - 000D1C - Amesys Defense + 98B177 + Landis + GYR - 000CED - Real Digital Media + 50F908 + Wizardlab Ltd - 000CF0 - M & N GmbH + 50C2E8 + Cloud Network Technology Singapore PTE Ltd - 000CF4 - Akatsuki Electric MFG Ltd + 3009C0 + Motorola Mobility LLC, a Lenovo Company - 000CF3 - Call Image SA + FC2E19 + China Mobile Group Device Ltd - 000CCF - Cisco Systems Inc. + 701AD5 + Openpath Security Inc. - 000CD8 - M. K. Juchheim GmbH & Co + 000E82 + Infinity Tech - 000CC6 - Ka-Ro electronics GmbH + F0B61E + Intel Corporation - 000D01 - P&E Microcomputer Systems Inc. + C84D44 + Shenzhen Jiapeng Huaxiang Technology Ltd - 000D00 - Seaway Networks Inc. + B04692 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 000CF9 - Xylem Water Solutions + AC764C + Guangdong Oppo Mobile Telecommunications Corp Ltd - 000CC4 - Tiptel AG + 5C58E6 + Palo Alto Networks - 000CBA - Jamex Inc. + EC94CB + Espressif Inc. - 000CD1 - SFOM Technology Corp. + 40406B + Icomera - 000CCE - Cisco Systems Inc. + EC97E0 + Hangzhou Ezviz Software Ltd - 000CE0 - Trek Diagnostics Inc. + D0B66F + Sernet (Suzhou) Technologies Corporation - 000CE2 - Rolls-Royce + 7CFD6B + Xiaomi Communications Ltd - 000D0C - MDI Security Systems + 188740 + Xiaomi Communications Ltd - 000D16 - UHS Systems Pty Ltd + 341CF0 + Xiaomi Communications Ltd - 000D1F - AV Digital + 2C3A91 + Huawei Device Ltd - 000CAD - BTU International + 64F705 + Huawei Device Ltd - 000CAA - Cubic Transportation Systems Inc + 606EE8 + Xiaomi Communications Ltd - 000CAC - Citizen Watch Ltd + F05ECD + Texas Instruments - 000CAE - Ailocom Oy + F83869 + LG Electronics - 000CA3 - Rancho Technology Inc. + 0016E8 + Lumissil Microsystems - 000C9C - Chongho Information & Communications + 60CE41 + Huawei Technologies Ltd - 000C97 - NV ADB TTV Technologies SA + 281709 + Huawei Technologies Ltd - 000C8F - Nergal s.r.l. + 5CDFB8 + Shenzhen Unionmemory Information System Limited - 000C92 - WolfVision GmbH + E00AF6 + Liteon Technology Corporation - 000C93 - Xeline Ltd + B40ECF + Bouffalo Lab (Nanjing) Ltd - 000C7F - synertronixx GmbH + E0C58F + China Mobile IOT Company Limited - 000C81 - Schneider Electric (Australia) + 2C0547 + Shenzhen Phaten Tech Ltd - 000C9E - MemoryLink Corp. + 2C1A05 + Cisco Systems Inc. - 000C95 - PrimeNet + 9C50D1 + Murata Manufacturing Ltd - 000C76 - Micro-Star International + 140020 + LongSung Technology (Shanghai) Ltd - 000C80 - Opelcomm Inc. + 441793 + Espressif Inc. - 000C7D - Teikoku Electric MFG Ltd + 00A388 + BSkyB Ltd - 000CB7 - Nanjing Huazhuo Electronics Ltd + 503DEB + Zhejiang Tmall Technology Ltd - 000C68 - SigmaTel Inc. + 30B930 + ZTE Corporation - 000C07 - Iftest AG + 949869 + ZTE Corporation - 000C0C - Appro Technology Inc. + 7C66EF + Hon Hai Precision Ind Ltd - 000C0E - XtremeSpectrum Inc. + 785005 + MOKO TECHNOLOGY Ltd - 000C12 - Micro-Optronic-Messtechnik GmbH + F87FA5 + Greatek - 000C10 - PNI Corporation + 18E1DE + Chengdu ChipIntelli Technology Ltd - 000C40 - Altech Controls + 8CF681 + Silicon Laboratories - 000C3E - Crest Audio + 7C8437 + China Post Communications Equipment Ltd - 000C3A - Oxance + B84D43 + Hunan FN-Link Technology Limited - 000C35 - KaVo Dental GmbH & Co. KG + AC6490 + Huawei Technologies Ltd - 000C56 - Megatel Computer (1986) Corp. + A84A63 + TPV Display Technology(Xiamen) Ltd - 000C57 - MACKIE Engineering Services Belgium BVBA + 243FAA + Huawei Device Ltd - 000C23 - Beijing Lanchuan Tech Ltd + D867D3 + Huawei Device Ltd - 000C25 - Allied Telesis Labs Inc. + 48474B + Huawei Device Ltd - 000C18 - Zenisu Keisoku Inc. + 806F1C + Huawei Device Ltd - 000C0A - Guangdong Province Electronic Technology Research Institute + C89F1A + Huawei Technologies Ltd - 000C0B - Broadbus Technologies + D86852 + Huawei Technologies Ltd - 000C4A - Cygnus Microsystems (P) Limited + 84E342 + Tuya Smart Inc. - 000C54 - Pedestal Networks Inc. + E0A258 + Wanbang Digital Energy Ltd - 000C37 - Geomation Inc. + 4CBCE9 + LG Innotek - 000BE8 - Aoip + 745CFA + Shenzhen Shunrui Gaojie Technology Ltd - 000BDC - Akcp + 94A408 + Shenzhen Trolink Technology Ltd - 000BD8 - Industrial Scientific Corp. + D0F865 + Itel Mobile Limited - 000BD7 - DORMA Time + Access GmbH + 385C76 + Plantronics Inc. - 000BDD - TOHOKU RICOH Ltd + 7CC177 + Ingram Micro Services - 000BE5 - HIMS International Corporation + 7876D9 + EXARA Group - 000BE9 - Actel Corporation + 84A938 + LCFC(HeFei) Electronics Technology Ltd - 000BE3 - Key Stream Ltd + 3C9FC3 + Beijing Sinead Technology Ltd - 000BD3 - cd3o + 608FA4 + Nokia Solutions and Networks GmbH & Co. KG - 000BD5 - Nvergence Inc. + 38FDF8 + Cisco Systems Inc. - 000BD1 - Aeronix Inc. + 208C47 + Tenstorrent Inc - 000BD2 - Remopro Technology Inc. + 5C2AEF + r2p Asia-Pacific Pty Ltd - 000BC7 - ICET S.p.A. + E4936A + Guangdong Oppo Mobile Telecommunications Corp Ltd - 000BB8 - Kihoku Electronic Co. + 4877BD + Guangdong Oppo Mobile Telecommunications Corp Ltd - 000BC0 - China IWNComm Ltd + F856C3 + ZTE Corporation - 000BB0 - Sysnet Telematica srl + 7CFC16 + Apple - 000BB4 - RDC Semiconductor Inc., + 88B945 + Apple - 000BCC - Jusan, S.A. + 0080E7 + Leonardo UK Ltd - 000BAC - 3Com Corporation + 10321D + Huawei Technologies Ltd - 000BF9 - Gemstone Communications Inc. + B0BE83 + Apple - 000BFC - Cisco Systems Inc. + DCF4CA + Apple - 000BEA - Zultys Technologies + 18EF3A + Sichuan AI-Link Technology Ltd - 000B9F - Neue ELSA GmbH + A0FF22 + Shenzhen Apical Technology Ltd - 000B98 - NiceTechVision + 00041B + Bridgeworks Ltd - 000B95 - eBet Gaming Systems Pty Ltd + 6CD3EE + Zimi Corporation - 000B9E - Yasing Technology Corp. + E42805 + Pivotal Optics - 000B88 - Vidisco Ltd + 5C0214 + Beijing Xiaomi Mobile Software Ltd - 000B54 - BiTMICRO Networks Inc. + 785EA2 + Sunitec Enterprise Ltd - 000B8C - Flextronics + 381F8D + Tuya Smart Inc. - 000B8A - MITEQ Inc. + 04CD15 + Silicon Laboratories - 000B90 - ADVA Optical Networking Ltd + A0B53C + Technicolor Delivery Technologies Belgium NV - 000B79 - X-CoM Inc. + 700971 + Samsung Electronics Ltd - 000B4B - Visiowave SA + D01B49 + Samsung Electronics Ltd - 000B36 - Productivity Systems Inc. + 3429EF + Qingdao Haier Technology Ltd - 000B35 - Quad Bit System Ltd + 541D61 + YEESTOR Microelectronics Ltd - 000B75 - Iosoft Ltd + 3453D2 + Sagemcom Broadband SAS - 000B70 - Load Technology Inc. + C4BDE5 + Intel Corporation - 000B6F - Media Streaming Networks Inc + 3035C5 + Huawei Device Ltd - 000B43 - Microscan Systems Inc. + 649E31 + Beijing Xiaomi Mobile Software Ltd - 000B45 - Cisco Systems Inc. + F820A9 + Huawei Device Ltd - 000B4C - Clarion (M) Sdn Bhd + 24CD8D + Murata Manufacturing Ltd - 000B63 - Kaleidescape + 34AA31 + Shenzhen Skyworth Digital Technology Ltd - 000B68 - Addvalue Communications Pte Ltd + 48BD4A + Huawei Technologies Ltd - 000B58 - Astronautics C.A Ltd + A8D4E0 + Huawei Technologies Ltd - 000B55 - ADInstruments + A0406F + Huawei Technologies Ltd - 000B87 - American Reliance Inc. + 004F1A + Huawei Technologies Ltd - 000B0D - Air2U Inc. + 24698E + Shenzhen Mercury Communication Technologies Ltd - 000B0B - Corrent Corporation + 7433A6 + Shenzhen SuperElectron Technology Ltd - 000B08 - Pillar Data Systems + 2C0DA7 + Intel Corporation - 000B27 - Scion Corporation + BC2CE6 + Cisco Systems Inc. - 000B21 - G-Star Communications Inc. + CCED4D + Cisco Systems Inc. - 000ADA - Vindicator Technologies + FC5F49 + Zhejiang Dahua Technology Ltd - 000AC9 - Zambeel Inc + 6CB0FD + Shenzhen Xinghai Iot Technology Ltd - 000B25 - Aeluros + D463DE + Vivo Mobile Communication Ltd - 000B1A - Industrial Defender Inc. + A85BF7 + Aruba Networks HP - 000B18 - Private + 642C0F + Vivo Mobile Communication Ltd - 000B15 - Platypus Technology + 30AFCE + Vivo Mobile Communication Ltd - 000AFA - Traverse Technologies Australia + DC8C1B + Vivo Mobile Communication Ltd - 000AFC - Core Tec Communications LLC + 0C9043 + Realme Chongqing Mobile Telecommunications Corp Ltd - 000AEC - Koatsu Gas Kogyo Ltd + 18E777 + Vivo Mobile Communication Ltd - 000AE7 - Eliop S.A. + 6CD94C + Vivo Mobile Communication Ltd - 000AE8 - Cathay Roxus Information Technology Ltd + 541F8D + ZTE Corporation - 000ADD - Allworx Corp. + 2CF1BB + ZTE Corporation - 000AE1 - EG Technology + CC7190 + Vietnam Post AND Telecommunication Industry Technology Joint Stock Company - 000ADF - Gennum Corporation + B0F7C4 + Amazon Technologies Inc. - 000B3F - Anthology Solutions Inc. + 18A9A6 + Nebra Ltd - 000B3C - Cygnal Integrated Products Inc. + 8C5646 + LG Electronics - 000AF1 - Clarity Design Inc. + DC2C6E + Routerboard.com - 000AF3 - Cisco Systems Inc. + 1400E9 + Mitel Networks Corporation - 000A8D - Eurotherm Limited + ACACE2 + Changhong (Hongkong) Trading Limited - 000A9F - Pannaway Technologies Inc. + 4C8D53 + Huawei Technologies Ltd - 000A8F - Aska International Inc. + 547D40 + Powervision Tech Inc. - 000AA0 - Cedar Point Communications + C0D7AA + Arcadyan Corporation - 000A8E - Invacom Ltd + 6C0F0B + China Mobile Group Device Ltd - 000AC1 - Futuretel + D4B7D0 + Ciena Corporation - 000ABE - OPNET Technologies Ltd + 202027 + Shenzhen Sundray Technologies Company Limited - 000AC3 - eM Technics Ltd + C8418A + Samsung Electronics Ltd - 000AC4 - Daewoo Teletech Ltd + 4CABF8 + Askey Computer Corp - 000AC0 - Fuyoh Video Industry Ltd + F89E94 + Intel Corporation - 000AAE - Rosemount Process Analytical + 1848BE + Amazon Technologies Inc. - 000AB3 - Fa. GIRA + 68228E + Juniper Networks - 000ABA - Arcon Technology Limited + 686725 + Espressif Inc. - 000AB6 - Compunetix Inc. + 80B745 + The Silk Technologies ILC Ltd - 000AAF - Pipal Systems + C403A8 + Intel Corporation - 000A76 - Beida Jade Bird Huaguang Technology Ltd + 644212 + Shenzhen Water World Information Ltd - 000AB2 - Fresnel Wireless Systems + 886EE1 + Erbe Elektromedizin GmbH - 000AAA - AltiGen Communications Inc. + AC8BA9 + Ubiquiti Networks Inc. - 000A99 - Calamp Wireless Networks Inc + C475AB + Intel Corporation - 000A93 - W2 Networks Inc. + 0CB088 + AITelecom - 000A89 - Creval Systems Inc. + DC973A + Verana Networks - 000A80 - Telkonet Inc. + 2066FD + CoNSTELL8 NV - 000A79 - Corega K.K + 9C00D3 + Shenzhen IK WORLD Technology Ltd - 000A5C - Carel s.p.a. + 282D06 + AMPAK Technology,Inc. - 000A5A - GreenNET Technologies Ltd + 202B20 + Cloud Network Technology Singapore PTE Ltd - 000A56 - Hitachi Maxell Ltd + 884D7C + Apple - 000A51 - GyroSignal Technology Ltd + A8FE9D + Apple - 000A2C - Active Tchnology Corporation + A0A309 + Apple - 000A2A - QSI Systems Inc. + 5C50D9 + Apple - 000A23 - Parama Networks Inc + 000A08 + Alps Alpine - 000A1F - ART WARE Telecommunication Ltd + E8CAC8 + Hui Zhou Gaoshengda Technology Ltd - 000A0A - SUNIX Ltd + D419F6 + NXP Semiconductor (Tianjin) Ltd - 000A05 - Widax Corp. + A04C0C + Shenzhen Skyworth Digital Technology Ltd - 000A34 - Identicard Systems Incorporated + 40ACBF + Hangzhou Hikvision Digital Technology Ltd - 000A30 - Visteon Corporation + 64BF6B + Huawei Technologies Ltd - 000A2F - Artnix Inc. + 30499E + Huawei Technologies Ltd - 000A15 - Silicon Data Inc. + FC7692 + Semptian Ltd - 000A1B - Stream Labs + FCAFBE + TireCheck GmbH - 000A1A - Imerge Ltd + 9CEC61 + Huawei Device Ltd - 000A60 - Autostar Technology Pte Ltd + B03366 + Vivo Mobile Communication Ltd - 000A5D - FingerTec Worldwide Sdn Bhd + 7CC225 + Samsung Electronics Ltd - 000A39 - LoPA Information Technology + 747069 + Huawei Device Ltd - 000A37 - Procera Networks Inc. + 14FB70 + Huawei Device Ltd - 000A53 - Intronics Inc.orporated + 84D3D5 + Huawei Device Ltd - 000A4A - Targa Systems Ltd + D413F8 + Peplink International Ltd - 0009D6 - KNC One GmbH + C85ACF + HP Inc. - 0009C7 - Movistec + 9C1C6D + Hefei Datang Storage Technology Ltd - 0009C9 - BlueWINC Ltd + FC29E3 + Infinix mobility limited - 0009D4 - Transtech Networks + 88C227 + Huawei Technologies Ltd - 0009CB - HBrain + 8054D9 + Huawei Technologies Ltd - 0009F1 - Yamaki Electric Corporation + 48B423 + Amazon Technologies Inc. - 0009F4 - Alcon Laboratories Inc. + 7070AA + Amazon Technologies Inc. - 0009F5 - Emerson Network Power Ltd + 9C8566 + Wingtech Mobile Communications Ltd - 0009EA - YEM Inc. + 94A9A8 + Texas Instruments - 0009C5 - KINGENE Technology Corporation + 642FC7 + New H3C Technologies Ltd - 0009CD - Hudson Soft Ltd + 6026AA + Cisco Systems Inc. - 0009C0 - 6WIND + 5C3192 + Cisco Systems Inc. - 0009BF - Nintendo Ltd + A83A48 + Ubiqcom India Pvt Ltd - 0009E3 - Angel Iglesias S.A. + F41399 + Aerospace new generation Communications Ltd - 0009B4 - Kisan Telecom Ltd + 641ABA + Dryad Networks GmbH - 0009AE - Okano Electric Ltd + 349454 + Espressif Inc. - 0009BA - MAKU Informationstechik GmbH + A4438C + ARRIS Group Inc. - 000A04 - 3Com Corporation + 94DEB8 + Silicon Laboratories - 000971 - Time Management Inc. + 040D84 + Silicon Laboratories - 000974 - Innopia Technologies Inc. + 4C195D + Sagemcom Broadband SAS - 00098B - Entropic Communications Inc. + 0080C2 + IEEE 802.1 Chair - 00097E - IMI Technology Ltd + 480286 + Realme Chongqing Mobile Telecommunications Corp Ltd - 00096A - Cloverleaf Communications Inc. + D84A2B + ZTE Corporation - 00095A - Racewood Technology + D0F99B + ZTE Corporation - 00094E - Bartech Systems International Inc. + 98672E + Skullcandy - 000947 - Aztek Inc. + D43538 + Beijing Xiaomi Mobile Software Ltd - 000951 - Apogee Imaging Systems + 10CE02 + Amazon Technologies Inc. - 00093D - Newisys,Inc. + D8539A + Juniper Networks - 000967 - Tachyon Inc. + 54F82A + u-blox AG - 000996 - RDI + 64CF13 + Weigao Nikkiso(Weihai)Dialysis Equipment Ltd - 00090C - Mayekawa Mfg Ltd + 8C497A + Extreme Networks Inc. - 00090D - Leader Electronics Corp. + 40329D + Union Image Ltd - 0008FE - UNIK C&C Ltd + 4C7713 + Renesas Electronics (Penang) Sdn. Bhd. - 0008FF - Trilogy Communications Ltd + 6C4BB4 + HUMAX Ltd - 000904 - MONDIAL electronic + 589BF7 + Hefei Radio Communication Technology Ltd - 00091F - A&D Ltd + 50E9DF + Quectel Wireless Solutions Ltd - 000924 - Telebau GmbH + 441B88 + Apple - 000921 - Planmeca Oy + 80045F + Apple - 000919 - MDS Gateways + 9C3E53 + Apple - 000918 - Samsung Techwin Ltd + C889F3 + Apple - 00092F - Akom Technology Corporation + E8FA23 + Huawei Device Ltd - 0008EF - Dibal,S.A. + EC3A52 + Huawei Device Ltd - 0008F0 - Next Generation Systems Inc. + 60109E + Huawei Technologies Ltd - 0008E9 - NextGig + 44EA30 + Samsung Electronics Ltd - 000910 - Simple Access Inc. + 9C2F9D + Liteon Technology Corporation - 000914 - Computrols Inc. + A4F33B + ZTE Corporation - 0008E7 - SHI ControlSystems Ltd + 30E7BC + Guangdong Oppo Mobile Telecommunications Corp Ltd - 0008D7 - HOW Corporation + 7CB566 + Intel Corporation - 0008FC - Gigaphoton Inc. + 901195 + Amazon Technologies Inc. - 000938 - Allot Communications + 10B9C4 + Apple - 0008BF - Aptus Elektronik AB + CC7D5B + Telink Semiconductor (Shanghai) Ltd - 0008B8 - E.F. Johnson + 749552 + Xuzhou WIKA Electronics Control Technology Ltd - 0008BB - NetExcell + A81306 + Vivo Mobile Communication Ltd - 0008BE - XENPAK MSA Group + 1C34F1 + Silicon Laboratories - 0008C1 - Avistar Communications Corporation + B43161 + Realme Chongqing Mobile Telecommunications Corp Ltd - 0008C6 - Philips Consumer Communications + 4CFE2E + DongGuan Siyoto Electronics Ltd - 000865 - Jascom Ltd + 845F04 + Samsung Electronics Ltd - 000864 - Fasy S.p.A. + F8C116 + Juniper Networks - 000860 - LodgeNet Entertainment Corp. + EC9B2D + China Mobile Group Device Ltd - 000897 - Quake Technologies + AC93C4 + GD Midea Air-Conditioning Equipment Ltd - 000890 - Avilinks SA + 48CAC6 + Unionman Technology Ltd - 00088D - Sigma-Links Inc. + 4C63EB + Application Solutions (Electronics and Vision) Ltd - 0008A8 - Systec Ltd + 608CDF + Beamtrail-Sole Proprietorship - 0008A4 - Cisco Systems Inc. + D01B1F + Ohsung - 08006B - Accel Technologies Inc. + 0C4EC0 + Maxlinear Inc - 000884 - Index Braille AB + FC38C4 + China Grand Communications Ltd - 0007E8 - EdgeWave + 5CF51A + Zhejiang Dahua Technology Ltd - 0007EB - Cisco Systems Inc. + D8AA59 + Tonly Technology Ltd - 0007EC - Cisco Systems Inc. + 2CFDB3 + Tonly Technology Ltd - 000851 - Canadian Bank Note Company Ltd + CC8CBF + Tuya Smart Inc. - 000859 - Shenzhen Unitone Electronics Ltd + 04CF4B + Intel Corporation - 00084E - DivergeNet Inc. + C01803 + HP Inc. - 000819 - Banksys + 2C784C + Iton Technology Corp. - 00081A - Sanrad Intelligence Storage Communications (2000) Ltd + 488759 + Xiaomi Communications Ltd - 000810 - Key Technology Inc. + AC1E9E + Xiaomi Communications Ltd - 000807 - Access Devices Limited + E0AEA2 + Huawei Technologies Ltd - 0007FC - Adept Systems Inc. + 44456F + Shenzhen Onega Technology Ltd - 000825 - Acme Packet + 34976F + Rootech Inc. - 0007DC - Atek Ltd + E8FDF8 + Shanghai High-Flying Electronics Technology Ltd - 00081F - Pou Yuen Tech Corp Ltd + 6C6C0F + Huawei Technologies Ltd - 0007C6 - VDS Vosskuhler GmbH + F897A9 + Ericsson AB - 0007F5 - Bridgeco Co AG + 30B216 + Hitachi Energy - 000794 - Simple Devices Inc. + 98CA20 + Shanghai SIMCOM Ltd - 000797 - Netpower Ltd + DC152D + China Mobile Group Device Ltd - 00078C - Elektronikspecialisten i Borlange AB + 00D8A2 + Huawei Device Ltd - 0007CC - Kaba Benzing GmbH + DC6B1B + Huawei Device Ltd - 0007C0 - NetZerver Inc. + 342840 + Apple - 00047E - Siqura B.V. + 18E7B0 + Apple - 0007BC - Identix Inc. + 50578A + Apple - 0007A9 - Novasonics + D49FDD + Huawei Device Ltd - 0007A1 - VIASYS Healthcare GmbH + D06DC9 + Sagemcom Broadband SAS - 00079E - Ilinx Ltd + 0857FB + Amazon Technologies Inc. - 0007A0 - e-Watch Inc. + D4FB8E + Apple - 000788 - Clipcomm Inc. + B0DE28 + Apple - 000781 - Itron Inc. + 7C131D + Sernet (Suzhou) Technologies Corporation - 00076B - Stralfors AB + D833B7 + Sagemcom Broadband SAS - 000768 - Danfoss A/S + 440CEE + Robert Bosch Elektronika Kft - 00075F - VCS Video Communication Systems AG + D850A1 + Hunan Danuo Technology Ltd - 0007B8 - Corvalent Corporation + 441AAC + Elektrik Uretim AS EOS - 00077B - Millimetrix Broadband Networks + 4851D0 + Jiangsu Xinsheng Intelligent Technology Ltd - 000769 - Italiana Macchi SpA + 8077A4 + Tecno Mobile Limited - 00071A - Finedigital Inc. + B42875 + Futecho Solutions Private Limited - 00071E - Tri-M Engineering / Nupak Dev. Corp. + 302364 + Nokia Shanghai Bell Ltd - 000717 - Wieland Electric GmbH + 0C1C1A + eero Inc. - 000711 - Acterna + 00C30A + Xiaomi Communications Ltd - 000702 - Varex Imaging + 8852EB + Xiaomi Communications Ltd - 000705 - Endress & Hauser GmbH & Co + 7C6CF0 + Shenzhen TINNO Mobile Technology Corp. - 0006FF - Sheba Systems Ltd + 00A0A2 + B810 S.R.L. - 000741 - Sierra Automated Systems + 2C07F6 + Wear Future Technologies Ltd - 000745 - Radlan Computer Communications Ltd + 3868BE + Sichuan Tianyi Comheart Telecom Ltd - 00073E - China Great-Wall Computer Shenzhen Ltd + DC9A7D + Hisense Visual Technology Ltd - 000733 - DANCONTROL Engineering + 28A53F + Vivo Mobile Communication Ltd - 00072B - Jung Myung Telecom Ltd + 8C49B6 + Vivo Mobile Communication Ltd - 000718 - iCanTek Ltd + 84F1D0 + Ehoome IOT Private Limited - 000716 - J & S Marine Ltd + 208BD1 + NXP Semiconductor (Tianjin) Ltd - 00075C - Eastman Kodak Company + 000FA0 + Canon Korea Inc. - 000756 - Juyoung Telecom + 30BB7D + OnePlus Technology (Shenzhen) Ltd - 00075A - Air Products and Chemicals Inc. + 6C67EF + Huawei Technologies Ltd - 000748 - The Imaging Source Europe + 88693D + Huawei Technologies Ltd - 000746 - TURCK Inc. + 00991D + Huawei Technologies Ltd - 00073B - Tenovis GmbH & Co KG + B83FD2 + Mellanox Technologies Inc. - 000731 - Ophir-Spiricon LLC + 283E0C + Preferred Robotics Inc. - 00070A - Unicom Automation Ltd + 30CB36 + Belden Singapore Pte Ltd - 000709 - Westerstrand Urfabrik AB + 8C1759 + Intel Corporation - 0006EB - Global Data + 04BC9F + Calix Inc. - 0006D3 - Alpha Telecom Inc. U.S.A. + BC6E6D + EM Microelectronic - 000647 - Etrali S.A. + B04A6A + Samsung Electronics Ltd - 0006A4 - INNOWELL Corp. + A8798D + Samsung Electronics Ltd - 0006D6 - Cisco Systems Inc. + 5CEDF4 + Samsung Electronics Ltd - 0006CB - Jotron Electronics A/S + 3492C2 + Square Route Ltd - 0006CD - Leaf Imaging Ltd + 283DC2 + Samsung Electronics Ltd - 000695 - Ensure Technologies Inc. + 00D49E + Intel Corporation - 000691 - PT Inovacao + 6CA401 + essensys plc - 000692 - Intruvert Networks Inc. + CCF305 + Shenzhen Tian Xing Chuang Zhan Electronic Ltd - 00068B - AirRunner Technologies Inc. + 34BD20 + Hangzhou Hikrobot Technology Ltd - 000688 - Telways Communication Ltd + 64C269 + eero Inc. - 0006AB - W-Link Systems Inc. + AC2AA1 + Cisco Systems Inc. - 0006AC - Intersoft Co. + F8E94F + Cisco Systems Inc. - 000694 - Mobillian Corporation + 30894A + Intel Corporation - 0006C7 - RFNET Technologies Pte Ltd (S) + B8D61A + Espressif Inc. - 0006B9 - A5TEK Corp. + BCF4D4 + Cloud Network Technology Singapore PTE Ltd - 0006B3 - Diagraph Corporation + D89C8E + Comcast Cable Corporation - 0006E3 - Quantitative Imaging Corporation + 74563C + Giga-Byte Technology Ltd - 0006E4 - Citel Technologies Ltd + EC551C + Huawei Technologies Ltd - 0006A1 - Celsian Technologies Inc. + 8C6BDB + Huawei Device Ltd - 0006D9 - IPM-Net S.p.A. + 10DA49 + Huawei Device Ltd - 000663 - Human Technology Ltd + 60183A + Huawei Device Ltd - 000665 - Sunny Giken Inc. + 18C007 + Huawei Device Ltd - 000669 - Datasound Laboratories Ltd + E06CC5 + Huawei Device Ltd - 00066E - Delta Electronics Inc. + 30963B + Huawei Device Ltd - 00061B - Notebook Development Lab. Lenovo Japan Ltd + 90B57F + Shenzhen iComm Semiconductor Ltd - 00060F - Narad Networks Inc + 98597A + Intel Corporation - 000610 - Abeona Networks Inc + 64497D + Intel Corporation - 000611 - Zeus Wireless Inc. + B48351 + Intel Corporation - 0005EC - Mosaic Systems Inc. + 0025CA + Laird Connectivity - 000662 - MBM Technology Ltd + 04B97D + AiVIS Co., Itd. - 00065A - Strix Systems + C4C063 + New H3C Technologies Ltd - 000652 - Cisco Systems Inc. + 5443B2 + Espressif Inc. - 000656 - Tactel AB + C0DD8A + Facebook Technologies LLC - 000641 - Itcn + E0798D + Silicon Laboratories - 000648 - Seedsware Inc. + 34AD61 + Celestica Inc. - 00064C - Invicta Networks Inc. + 10961A + Chipsea Technologies (Shenzhen) Corp. - 000674 - Spectrum Control Inc. + BCE9E2 + Brocade Communications Systems LLC - 000638 - Sungjin C&C Ltd + ACBF71 + Bose Corporation - 000635 - PacketAir Networks Inc. + 18A59C + IEEE Registration Authority - 00061A - Zetari Inc. + ACD31D + Cisco Meraki - 00061F - Vision Components GmbH + 748469 + Nintendo Ltd - 000687 - Omnitron Systems Technology Inc. + 74718B + Apple - 000602 - Cirkitech Electronics Co. + 70317F + Apple - 0005C0 - Digital Network Alacarte Ltd + A4CF99 + Apple - 0005B8 - Electronic Design Associates Inc. + 4C2EB4 + Apple - 0005BA - Area Netwoeks Inc. + B41974 + Apple - 0005BF - JustEzy Technology Inc. + 04E892 + Shennan Circuits Ltd - 0005D5 - Speedcom Wireless + 001848 + Vecima Networks Inc. - 0005C5 - Flaga HF + 2C553C + Vecima Networks Inc. - 0005CA - Hitron Technology Inc. + 6095BD + Apple - 0005D2 - DAP Technologies + 001A35 + BARTEC GmbH - 0005B1 - ASB Technology BV + 98C81C + Baytec Limited - 000599 - DRS Test and Energy Management or DRS-TEM + 848094 + Meter Inc. - 00059A + 10B3D5 Cisco Systems Inc. - 0005AB - Cyber Fone Inc. + 30A2C2 + Huawei Device Ltd - 000592 - Pultek Corp. + DCDFD6 + ZTE Corporation - 00058B - IPmental Inc. + ACA88E + Sharp Corporation - 0005AC - Northern Digital Inc. + 98415C + Nintendo Ltd - 0005AD - Topspin Communications Inc. + 705425 + ARRIS Group Inc. - 0005D1 - Metavector Technologies + 5C0BCA + Tunstall Nordic AB - 0005FB - ShareGate Inc. + 283334 + Huawei Device Ltd - 0005FE - Traficon N.V. + 50A132 + Shenzhen MiaoMing Intelligent Technology Ltd - 0005F0 - Satec + 807871 + Askey Computer Corp - 000530 - Andiamo Systems Inc. + 4CB1CD + Ruckus Wireless - 000538 - Merilus Inc. + F49C12 + Structab AB - 00052B - HORIBA Ltd + 88517A + HMD Global Oy - 00051D - Airocon Inc. + ACB3B5 + Huawei Technologies Ltd - 000515 - Nuark Ltd + 083A88 + Universal Global Scientific Industrial Ltd - 000516 - SMART Modular Technologies + 08318B + Huawei Technologies Ltd - 000577 - SM Information & Communication + F4B688 + Plantronics Inc. - 000570 - Baydel Ltd + 4C7A48 + Nippon Seiki (Europe) B.V. - 00056E - National Enhance Technology Inc. + 84D15A + TCT mobile Ltd - 00056D - Pacific Corporation + 047F0E + Barrot Technology Limited - 000581 - Snell + B8F653 + Shenzhen Jingxun Software Telecommunication Technology Ltd - 00057D - Sun Communications Inc. + 60AB14 + LG Innotek - 000586 - Lucent Technologies + BC62D2 + Genexis International B.V. - 00057B - Chung Nam Electronic Ltd + 6C9E7C + Fiberhome Telecommunication Technologies Ltd - 000571 - Seiwa Electronics Co. + 44D5F2 + IEEE Registration Authority - 000549 - Salira Optical Network Systems + 000C86 + Cisco Systems Inc. - 00054C - RF Innovations Pty Ltd + F83CBF + Botato Electronics SDN BHD - 000543 - IQ Wireless GmbH + FC589A + Cisco Systems Inc. - 00055C - Kowa Company Ltd + F08620 + Arcadyan Corporation - 000510 - Infinite Shanghai Communication Terminals Ltd + DCCC8D + Integrated Device Technology (Malaysia) Sdn. Bhd. - 0004FF - Acronet Ltd + F05C77 + Google Inc. - 000501 - Cisco Systems Inc. + 111111 + Private - 000508 - Inetcam Inc. + 6CD71F + Guangdong Oppo Mobile Telecommunications Corp Ltd - 00051B - Magic Control Technology Corporation + F06865 + Taicang T&W Electronics - 000513 - VTLinx Multimedia Systems Inc. + A463A1 + Inventus Power Eletronica do Brasil LtdA - 00050E - 3ware Inc. + 3C9D56 + Huawei Technologies Ltd - 0004D7 - Omitec Instrumentation Ltd + 70FD45 + Huawei Technologies Ltd - 0004D4 - Proview Electronics Ltd + 446747 + Huawei Technologies Ltd - 0004DB - Tellus Group Corp. + 884A70 + Wacom Ltd - 0004E0 - Procket Networks + F4B5BB + Ceragon Networks - 0004DD - Cisco Systems Inc. + 507AC5 + Apple - 008086 - Computer Generation Inc. + 4C6BE8 + Apple - 000504 - Naray Information & Communication Enterprise + 8C861E + Apple - 000509 - AVOC Nishimura Ltd + 542B8D + Apple - 0004FB - Commtech Inc. + 001D29 + Doro AB - 0004C0 - Cisco Systems Inc. + ECA5DE + ONYX WIFI Inc - 0004BA - KDD Media Will Corporation + 1033BF + Technicolor CH USA Inc. - 0004B6 - Stratex Networks Inc. + 347563 + Shenzhen RF-Link Technology Ltd - 0004CD - Extenway Solutions Inc + 142E5E + Sercomm Corporation. - 0004E9 - Infiniswitch Corporation + 0025CB + Reiner SCT - 0004E8 - IER Inc. + 44237C + Beijing Xiaomi Mobile Software Ltd - 0004B3 - Videotek Inc. + C064E4 + Cisco Systems Inc. - 00044C - Jenoptik + 50804A + Quectel Wireless Solutions Ltd - 000444 - Western Multiplex Corporation + 309435 + Vivo Mobile Communication Ltd - 000439 - Rosco Entertainment Technology Inc. + D44BB6 + Zhejiang Tmall Technology Ltd - 00043A - Intelligent Telecommunications Inc. + 38184C + Sony Home Entertainment & Sound Products Inc - 000492 - Hive Internet Ltd + D82FE6 + Zhejiang Tmall Technology Ltd - 00048C - Nayna Networks Inc. + 140F42 + Nokia - 000491 - Technovision Inc. + 006D61 + Guangzhou V-SOLUTION Electronic Technology Ltd - 000493 - Tsinghua Unisplendour Ltd + C4AC59 + Murata Manufacturing Ltd - 000494 - Breezecom Ltd + FCA47A + IEEE Registration Authority - 000489 - YAFO Networks Inc. + E419C1 + Huawei Technologies Ltd - 00048A - Temia Vertriebs GmbH + B86685 + Sagemcom Broadband SAS - 000481 - Econolite Control Products Inc. + 381A52 + Seiko Epson Corporation - 00046C - Cyber Technology Ltd + 000A17 + Nestar Communications Inc. - 000471 - IPrad + D8AF81 + ZAO NPK Rotek - 00046E - Cisco Systems Inc. + E4FDA1 + Huawei Technologies Ltd - 000474 - Legrand + B452A9 + Texas Instruments - 00042D - Sarian Systems Ltd + 54EF44 + Lumi United Technology Ltd - 00042E - Netous Technologies Ltd + 402B50 + ARRIS Group Inc. - 000425 - Atmel Corporation + 78CC2B + Sinewy Technology Ltd - 00043F - ESTeem Wireless Modems Inc. + D0C857 + IEEE Registration Authority - 000433 - Cyberboard A/S + FCBCD1 + Huawei Technologies Ltd - 000434 - Accelent Systems Inc. + 7460FA + Huawei Technologies Ltd - 000477 - Scalant Systems Inc. + 38EFE3 + Ingenico Terminals SAS - 000473 - Photonex Corporation + 50D4F7 + TP-Link Technologies Ltd - 000470 - ipUnplugged AB + 001F47 + MCS Logic Inc. - 00045D - BEKA Elektronik + 8CFD18 + Huawei Technologies Ltd - 000459 - Veristar Corporation + B45459 + China Mobile (Hangzhou) Information Technology Ltd - 0004A4 - NetEnabled Inc. + 000970 + Vibration Research Corporation - 000416 - Parks S/A Comunicacoes Digitais + 14A2A0 + Cisco Systems Inc. - 00040F - Asus Network Technologies Inc. + E4AB89 + MitraStar Technology Corp. - 00040A - Sage Systems + 78C313 + China Mobile Group Device Ltd - 000404 - Makino Milling Machine Ltd + 7434AE + this is engineering Inc. - 0003D0 - KOANKEISO Ltd + 74ADB7 + China Mobile Group Device Ltd - 0003CF - Muxcom Inc. + 6095CE + IEEE Registration Authority - 0003D1 - Takaya Corporation + 8CE5C0 + Samsung Electronics Ltd - 0003AD - Emerson Energy Systems AB + F08A76 + Samsung Electronics Ltd - 0003A7 - Unixtar Technology Inc. + ECAA25 + Samsung Electronics Ltd - 0003AE - Allied Advanced Manufacturing Pte Ltd + 687D6B + Samsung Electronics Ltd - 0003A3 - MAVIX Ltd + 485169 + Samsung Electronics Ltd - 0003B6 - QSI Corporation + C40683 + Huawei Technologies Ltd - 0003B1 - Hospira Inc. + 94D00D + Huawei Technologies Ltd - 0003B3 - IA Link Systems Ltd + C48A5A + Jfcontrol - 0003EB - Atrica + B49A95 + Shenzhen Boomtech Industrial Corporation - 0003E7 - Logostek Ltd + AC83E9 + Beijing Zile Technology Ltd - 0003E3 - Cisco Systems Inc. + D8CA06 + Titan DataCenters France - 0003F4 - NetBurner + 1C20DB + Huawei Technologies Ltd - 0003F2 - Seneca Networks + D0C65B + Huawei Technologies Ltd - 0003F0 - Redfern Broadband Networks + 9078B2 + Xiaomi Communications Ltd - 0003DB - Apogee Electronics Corp. + B4CFE0 + Sichuan tianyi kanghe Communications Ltd - 0003D2 - Crossbeam Systems Inc. + BC7FA4 + Xiaomi Communications Ltd - 000405 - ACN Technologies + FC492D + Amazon Technologies Inc. - 000401 - Osaki Electric Ltd + 74EE2A + Shenzhen Bilian Electronic Ltd - 00041B - Bridgeworks Ltd + 087E64 + Technicolor CH USA Inc. - 0003A1 - HIPER Information & Communication Inc. + 080039 + Spider Systems Limited - 000396 - EZ Cast Ltd + 90473C + China Mobile Group Device Ltd - 00039A - SiConnect + 889E33 + TCT mobile Ltd - 000363 - Miraesys Ltd + 6C8AEC + Nantong Coship Electronics Ltd - 00035F - Pruftechnik Condition Monitoring GmbH & Co. KG + 84C2E4 + Jiangsu Qinheng Ltd - 000360 - PAC Interactive Technology Inc. + 7C21D8 + Shenzhen Think Will Communication Technology Ltd - 000361 - Widcomm Inc. + FCEA50 + Integrated Device Technology (Malaysia) Sdn. Bhd. - 000394 - Connect One + 00E06B + W&G Special Products - 00038A - America Online Inc. + 045C6C + Juniper Networks - 00038D - PCS Revenue Control Systems Inc. + D8F15B + Espressif Inc. - 000388 - Fastfame Technology Ltd + D4F057 + Nintendo Ltd - 000359 - DigitalSis + 6CF17E + Zhejiang Uniview Technologies Ltd - 000352 - Colubris Networks + 083A2F + Guangzhou Juan Intelligent Tech Joint Stock Ltd - 00034C - Shanghai DigiVision Technology Ltd + 1C3A60 + Ruckus Wireless - 000378 - HUMAX Ltd + 6009C3 + u-blox AG - 000374 - Control Microsystems + 488764 + Vivo Mobile Communication Ltd - 000376 - Graphtec Technology Inc. + 5C1CB9 + Vivo Mobile Communication Ltd - 00037E - PORTech Communications Inc. + C0FD84 + ZTE Corporation - 00036D - Runtop Inc. + 444B7E + Fiberhome Telecommunication Technologies Ltd - 00036E - Nicon Systems (Pty) Limited + DC8C37 + Cisco Systems Inc. - 000371 - Acomz Networks Corp. + E8D0FC + Liteon Technology Corporation - 000349 - Vidicode Datacommunicatie B.V. + E8E8B7 + Murata Manufacturing Ltd - 00033E - Tateyama System Laboratory Ltd + 103D3E + China Mobile Group Device Ltd - 00033C - Daiden Ltd + 7C50DA + Private - 000325 - Arima Computer Corp. + 64CC22 + Arcadyan Corporation - 00031F - Condev Ltd + 4C9157 + Fujian LANDI Commercial Equipment Ltd - 00029F - L-3 Communication Aviation Recorders + 9C25BE + Wildlife Acoustics Inc. - 00031B - Cellvision Systems Inc. + D039EA + NetApp - 00031C - Svenska Hardvarufabriken AB + F8DFE1 + MyLight Systems - 0001A8 - Welltech Computer Ltd + 60D2DD + Shenzhen Baitong Putian Technology Ltd - 00030C - Telesoft Technologies Ltd + 788C77 + Lexmark International Inc. - 000308 - AM Communications Inc. + 3C0C7D + Tiny Mesh AS - 000307 - Secure Works Inc. + 3476C5 + I-O Data Device,Inc. - 000306 - Fusion In Tech Ltd + 24DA33 + Huawei Technologies Ltd - 0002FC - Cisco Systems Inc. + FCAB90 + Huawei Technologies Ltd - 0002FA - DX Antenna Ltd + 5893D8 + Texas Instruments - 0002FB - Baumuller Aulugen-Systemtechnik GmbH + 5051A9 + Texas Instruments - 0002F6 - Equipe Communications + A4975C + VTech Telecommunications Ltd - 000223 - ClickTV + B02A1F + Wingtech Group (HongKong)Limited - 0002CB - TriState Ltd + DC680C + Hewlett Packard Enterprise - 0002CA - EndPoints Inc. + F40270 + Dell Inc. - 00032A - UniData Communication Systems Inc. + 1C2704 + ZTE Corporation - 000324 - SANYO Consumer Electronics Ltd + 5078B3 + ZTE Corporation - 0002BF - dotRocket Inc. + F0D4F7 + varram System - 000317 - Merlin Systems Inc. + E0CC7A + Huawei Technologies Ltd - 000318 - Cyras Systems Inc. + 6C23CB + Wattty Corporation - 0002E3 - LITE-ON Communications Inc. + 60AB67 + Xiaomi Communications Ltd - 0002DD - Bromax Communications Ltd + AC710C + China Mobile Group Device Ltd - 000247 - Great Dragon Information Technology (Group) Ltd + A8DB03 + Samsung Electro-Mechanics(Thailand) - 000243 - Raysis Ltd + 308944 + DEVA Broadcast Ltd - 000231 - Ingersoll-Rand + F47960 + Huawei Technologies Ltd - 000266 - Thermalogic Corporation + 145290 + KNS Group LLC (YADRO Company) - 000268 - Harris Government Communications + 5C32C5 + Teracom Ltd - 00025E - High Technology Ltd + ACEE70 + Fontem Ventures BV - 000260 - Accordion Networks Inc. + ACE2D3 + Hewlett-Packard Company - 000283 - Spectrum Controls Inc. + 00FD22 + Cisco Systems Inc. - 000284 - UK Grid Solutions Limited + 4418FD + Apple - 000280 - Mu Net Inc. + 00B600 + VOIM Ltd - 009064 - Thomson Inc. + 98FA9B + LCFC(HeFei) Electronics Technology Ltd - 00027A - IOI Technology Corporation + 005B94 + Apple - 000274 - Tommy Technologies Corp. + E0897E + Apple - 00029E - Information Equipment Ltd + B00CD1 + Hewlett-Packard Company - 00029B - Kreatel Communications AB + 4846C1 + FN-Link Technology Limited - 000295 - IP.Access Limited + B4D0A9 + China Mobile Group Device Ltd - 000272 - CC&C Technologies Inc. + FC29F3 + McPay Ltd - 00026D - Adept Telecom + F8AFDB + Fiberhome Telecommunication Technologies Ltd - 00026B - BCM Computers Ltd + A0BD1D + Zhejiang Dahua Technology Ltd - 000293 - Solid Data Systems + E49F1E + ARRIS Group Inc. - 000289 - DNE Technologies + 002615 + Teracom Limited - 00012F - Twinhead International Corp + 9C8EDC + Teracom Limited - 0002A7 - Vivace Networks + 000191 + SYRED Data Systems - 0001B2 - Digital Processing Systems Inc. + ACD564 + Chongqing Fugui Electronics Ltd - 0001B8 - Netsensity Inc. + 94D075 + CIS Crypto - 0001B9 - SKF (U.K.) Limited + 28B4FB + Sprocomm Technologies Ltd - 0001B3 - Precision Electronic Manufacturing + 40F9D5 + Tecore Networks - 0001BD - Peterson Electro-Musical Products Inc. + CC2C83 + DarkMatter L.L.C - 000209 - Shenzhen SED Information Technology Ltd + DCED84 + Haverford Systems Inc - 000202 - Amino Communications Ltd + 7C573C + Aruba Networks HP - 000201 - IFM Electronic GmbH + 2C01B5 + Cisco Systems Inc. - 000234 - Imperial Technology Inc. + C05336 + Beijing National Railway Research & Design Institute Of Signal & Communication Group Co Ltd - 000236 - INIT GmbH + 606ED0 + Seal AG - 00022B - SAXA Inc. + 2CCCE6 + Skyworth Digital Technology(Shenzhen) Ltd - 000224 - C-CoR + E44CC7 + IEEE Registration Authority - 00021F - Aculab PLC + D4E880 + Cisco Systems Inc. - 00021A - Zuma Networks + A8346A + Samsung Electronics Ltd - 0001CA - Geocast Network Systems Inc. + 3C20F6 + Samsung Electronics Ltd - 0001D1 - CoNet Communications Inc. + 7C38AD + Samsung Electronics Ltd - 000222 - Chromisys Inc. + D49CDD + AMPAK Technology,Inc. - 000213 - S.D.E.L. + 50F722 + Cisco Systems Inc. - 0001DB - Freecom Technologies GmbH + 9849E1 + Boeing Defence Australia - 0001DF - ISDN Communications Ltd + 04D7A5 + New H3C Technologies Ltd - 0001EF - Camtel Technology Corp. + 4C4D66 + Nanjing Jiahao Technology Ltd - 00020A - Gefran Spa + A4817A + CIG Shanghai Ltd - 000206 - Telital R&D Denmark A/S + 905851 + Technicolor CH USA Inc. - 000179 - Wireless Technology Inc. + 9809CF + OnePlus Technology (Shenzhen) Ltd - 000160 - ELMEX Ltd + B8DE5E + Longcheer Telecommunication Limited - 00014E - WIN Enterprises Inc. + 885A06 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 003073 - International Microsystems, In + 5447D3 + Tsat AS - 00303F - TurboComm Tech Inc. + CCEDDC + MitraStar Technology Corp. - 000184 - Sieb & Meyer AG + CCD81F + Maipu Communication Technology Ltd - 000195 - Sena Technologies Inc. + 688B0F + China Mobile IOT Company Limited - 0001A4 - Microlink Corporation + F82F6A + Itel Mobile Limited - 00018E - Logitec Corporation + B068E6 + Chongqing Fugui Electronics Ltd - 00016D - CarrierComm Inc. + A4E7E4 + Connex GmbH - 00016F - Inkel Corp. + B8EF8B + Shenzhen Cannice Technology Ltd - 000170 - ESE Embedded System Engineer'g + B8186F + Oriental Motor Ltd - 00016A - Alitec + 001A3F + Intelbras - 000153 - Archtek Telecom Corporation + C0D834 + xvtec Ltd - 000135 - KDC Corp. + B8C253 + Juniper Networks - 000141 - Cable Print + F05C19 + Aruba Networks HP - 000165 - AirSwitch Corporation + 04BD88 + Aruba Networks HP - 000156 - Firewiredirect.com Inc. + 9C1C12 + Aruba Networks HP - 0001B7 - Centos Inc. + 18DFB4 + Bosung Powertec Ltd - 0001B5 - Turin Networks Inc. + 000147 + Zhone Technologies - 000183 - Anite Telecoms + 20B780 + Toshiba Visual Solutions Corporation Ltd - 00017E - ADTEK System Science Ltd + E03717 + Technicolor CH USA Inc. - 00010C - System Talks Inc. + 14D4FE + ARRIS Group Inc. - 000111 - iDigm Inc. + 304F75 + DASAN Network Solutions - 000107 - Leiser GmbH + ECA9FA + Guangdong Genius Technology Ltd - 000114 - Kanda Tsushin Kogyo Ltd + 0003A5 + Medea Corporation - 00B0F5 - NetWorth Technologies Inc. + BCE67C + Cambium Networks Limited - 00B0DB - Nextcell Inc. + 7C1E06 + New H3C Technologies Ltd - 00B0AE - Symmetricom + F0B31E + Universal Electronics Inc. - 00B0E7 - British Federal Ltd + F89173 + Aedle SAS - 00B08E - Cisco Systems Inc. + C84F86 + Sophos Ltd - 00305C - SMAR Laboratories Corp. + 6429ED + AO PKK Milandr - 003004 - Leadtek Research Inc. + 443C88 + Ficosa Maroc International - 0030F9 - Sollae Systems Ltd + 841C70 + ZTE Corporation - 000118 - EZ Digital Ltd + 544741 + Xcheng Holding - 00011C - Universal Talkware Corporation + CCF735 + Amazon Technologies Inc. - 000128 - EnjoyWeb Inc. + C4F839 + Actia Automotive - 000146 - Tesco Controls Inc. + C8F742 + HangZhou Gubei Electronics Technology Ltd - 000149 - TDT AG + 006FF2 + Mitsumi Electric Ltd - 000131 - Bosch Security Systems Inc. + 30DF8D + Shenzhen Gongjin Electronics Ltd - 0030BE - City-Net Technology Inc. + D4C93C + Cisco Systems Inc. - 003002 - Expand Networks + 78DD12 + Arcadyan Corporation - 003078 - Cisco Systems Inc. + 2C5D34 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 00B0EC - Eacem + 9C1463 + Zhejiang Dahua Technology Ltd - 00B0DF - Starboard Storage Systems + 646038 + Hirschmann Automation and Control GmbH - 00010B - Space CyberLink Inc. + 7018A7 + Cisco Systems Inc. - 00309C - Timing Applications Inc. + CCD39D + IEEE Registration Authority - 00307E - Redflex Communication Systems + D425CC + IEEE Registration Authority - 00304F - PLANET Technology Corporation + 8C6DC4 + Megapixel VR - 003022 - Fong Kai Industrial Ltd + D4B761 + Sichuan AI-Link Technology Ltd - 003070 - 1Net Corporation + 7C035E + Xiaomi Communications Ltd - 0030F8 - Dynapro Systems Inc. + 44FE3B + Arcadyan Corporation - 0030B7 - Teletrol Systems Inc. + D83AF5 + Wideband Labs LLC - 0030B3 - San Valley Systems Inc. + 38D9A5 + Mikotek Information Inc. - 003009 - Tachion Networks Inc. + 4C875D + Bose Corporation - 00307A - Advanced Technology & Systems + B0E7DE + Homa Technologies JSC - 003061 - MobyTEL + 649D99 + FS CoM Inc - 00300B - mPHASE Technologies Inc. + 00169D + Cisco Systems Inc. - 00308F - MICRILOR Inc. + 4C962D + Fresh AB - 003050 - Versa Technology + 00D279 + Vingroup Joint Stock Company - 0030C0 - Lara Technology Inc. + 484A30 + George Robotics Limited - 003005 - Fujitsu Siemens Computers + 4861A3 + Concern Axion JSC - 0030E0 - Oxford Semiconductor Ltd + 304A26 + Shenzhen Trolink Technology Ltd - 003064 - Adlink Technology Inc. + 4CE5AE + Tianjin Beebox Intelligent Technology Ltd - 0030DB - Mindready Solutions Inc. + D467D3 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 0030E7 - CNF Mobile Solutions Inc. + A41232 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 0030B4 - Intersil Corp. + 48E3C3 + JENOPTIK Advanced Systems GmbH - 0030B1 - TrunkNet + CC355A + SecuGen Corporation - 003060 - Powerfile Inc. + 80546A + Shenzhen Gongjin Electronics Ltd - 0030A0 - Tyco Submarine Systems Ltd + B447F5 + Earda Technologies Ltd - 003015 - CP Clare Corp. + F4C7C8 + Kelvin Inc. - 00301F - Optical Networks Inc. + A89CA4 + Furrion Limited - 0030FA - Telica Inc. + 00004C + NEC Corporation - 00304B - Orbacom Systems Inc. + 8CCF8F + ITC Systems - 0030E9 - GMA Communication Manufact'G + 2875D8 + Fujian Star-NET Communication Ltd - 0030A5 - Active Power + 90E202 + Texas Instruments - 003084 - Allied Telesyn Internaional + 302478 + Sagemcom Broadband SAS - 003043 - Idream Technologies, PTE Ltd + 7C89C1 + Palo Alto Networks - 003000 - Allwell Technology Corp. + 84A93E + Hewlett-Packard Company - 003011 - HMS Industrial Networks + B0C387 + GOEFER Inc. - 003068 - Cybernetics Tech Ltd + 086BD7 + Silicon Laboratories - 003091 - Taiwan First Line Elec. Corp. + 349342 + TTE Corporation - 0030CD - Conexant Systems Inc. + 589EC6 + Gigaset Communications GmbH - 00301A - Smartbridges PTE Ltd + 64C753 + Apple - 003029 - Opicom + 6458AD + China Mobile IOT Company Limited - 003083 - Ivron Systems + 1CF29A + Google Inc. - 0030B6 - Cisco Systems Inc. + 748A0D + ARRIS Group Inc. - 0030C7 - Macromate Corp. + CC75E2 + ARRIS Group Inc. - 0030E4 - Chiyoda System Riken + A0A3B8 + Wiscloud - 003066 - RFM + 38F9D3 + Apple - 003031 - Lightwave Communications Inc. + FC183C + Apple - 00D007 - MIC Associates Inc. + A40C66 + Shenzhen Colorful Yugong Technology and Development Ltd - 00D0FF - Cisco Systems Inc. + 4455B1 + Huawei Technologies Ltd - 00D028 - Harmonic Inc. + 98F9C7 + IEEE Registration Authority - 00D025 - Xrosstech Inc. + 700B4F + Cisco Systems Inc. - 00D044 - Alidian Networks Inc. + E4388C + Digital Products Limited - 00305B - Toko Inc. + 184BDF + Caavo Inc - 00D049 - Impresstek Ltd + B89A9A + Xin Shi Jia Technology (Beijing) Ltd - 00D05B - Acroloop Motion Control + 8C7BF0 + Xufeng Development Limited - 00D042 - Mahlo GmbH & Co. UG + E0A509 + Bitmain Technologies Inc - 00D031 - Industrial Logic Corporation + 3C5CC4 + Amazon Technologies Inc. - 00D038 - Fivemere Ltd + D8A756 + Sagemcom Broadband SAS - 00D0C6 - Thomas & Betts Corp. + D8D6F3 + Integrated Device Technology (Malaysia) Sdn. Bhd. - 00D077 - Lucent Technologies + 6C2CDC + Skyworth Digital Technology(Shenzhen) Ltd - 00D03E - Rocketchips Inc. + 7835A0 + Zurn Industries LLC - 00D093 - TQ - Components GmbH + F43909 + Hewlett-Packard Company - 00D03F - American Communication + 201F31 + Inteno Broadband Technology AB - 00D0F7 - Next Nets Corporation + 2CCC44 + Sony Interactive Entertainment Inc. - 00D06F - KMC Controls + F47DEF + Samsung Electronics Ltd - 00D0FC - Granite Microsystems + 7C8BB5 + Samsung Electronics Ltd - 00D0A6 - Lanbird Technology Ltd + 54833A + ZyXEL Communications Corp - 00D003 - Comda Enterprises Corp. + 787052 + Welotec GmbH - 00D0D2 - Epilog Corporation + D8A98B + Texas Instruments - 00D0F9 - Acute Communications Corp. + 00116C + Nanwang Multimedia Inc Ltd - 00D0CE - iSystem Labs + 10B9F7 + Niko-Servodan - 00D018 - Qwes. CoM Inc. + 14EFCF + Schreder - 0001A7 - Unex Technology Corporation + 3830F9 + LG Electronics (Mobile Communications) - 00D08C - Genoa Technology Inc. + A83FA1 + IEEE Registration Authority - 00D059 - Ambit Microsystems Corp. + 6C9BC0 + Chemoptics Inc. - 00D0FD - Optima Tele.com Inc. + F4DBE6 + Cisco Systems Inc. - 00D0A9 - Shinano Kenshi Ltd + 248498 + Beijing Jiaoda Microunion Tech Ltd - 00D0DD - Sunrise Telecom Inc. + C074AD + Grandstream Networks Inc. - 00D0E6 - Ibond Inc. + F095F1 + Carl Zeiss AG - 00D0D1 - Sycamore Networks + 00F48D + Liteon Technology Corporation - 00D087 - Microfirst Inc. + 702ED9 + Guangzhou Shiyuan Electronics Ltd - 00D080 - Exabyte Corporation + 70192F + Huawei Technologies Ltd - 00D091 - Smartsan Systems Inc. + 10C22F + China Entropy Ltd - 00D04E - Logibag + BC3865 + Jwcnetworks - 00D027 - Applied Automation Inc. + 04EB40 + Cisco Systems Inc. - 00D072 - Broadlogic + 18A7F1 + Qingdao Haier Technology Ltd - 00D0E2 - MRT Micro Inc. + 90E17B + Apple - 00D06A - Linkup Systems Corporation + D81C79 + Apple - 00D089 - Dynacolor Inc. + 58E6BA + Apple - 00D02C - Campbell Scientific Inc. + 44E4EE + Wistron Neweb Corporation - 00D0CD - Atan Technology Inc. + DC41E5 + Shenzhen Zhixin Data Service Ltd - 00D040 - Sysmate Ltd + 00A5BF + Cisco Systems Inc. - 00D01A - Urmet TLC S.P.A. + C8BAE9 + Qdis - 0050FF - Hakko Electronics Ltd + 1801F1 + Xiaomi Communications Ltd - 0050D2 - CMC Electronics Inc + C44F33 + Espressif Inc. - 0050F9 - Sensormatic Electronics LLC + 546AD8 + Elster Water Metering - 005048 - Infolibria + C0847D + AMPAK Technology Inc. - 00504E - Sierra Monitor Corp. + 0409A5 + HFR Inc. - 0050F6 - PAN-International Industrial Corp. + 94917F + Askey Computer Corp - 00506C - Beijer Electronics Products AB + 9C0CDF + Guangdong Oppo Mobile Telecommunications Corp Ltd - 0050D7 - Telstrat + 242124 + Nokia - 005044 - Asaca Corporation + 949B2C + Extreme Networks Inc. - 0050E6 - Hakusan Corporation + 7CD30A + Inventec Corporation - 00503C - Tsinghua Novel Electronics + 001E33 + Inventec Corporation - 005060 - Tandberg Telecom AS + FC1D84 + Autobase - 0050EE - TEK Digitel Corporation + 18AC9E + Itel Mobile Limited - 005045 - Rioworks Solutions Inc. + EC84B4 + CIG Shanghai Ltd - 00502B - Genrad Ltd + 00D096 + 3Com Europe Ltd - 00502E - Cambex Corporation + 002654 + 3Com Corporation - 00506E - Corder Engineering Corporation + 0050DA + 3Com Corporation - 00502C - Soyo Computer Inc. + 000476 + 3Com Corporation - 005077 - Prolific Technology Inc. + 000475 + 3Com Corporation - 005033 - Mayan Networks + 4422F1 + S.FAC Inc. - 00500E - Chromatis Networks Inc. + 3009F9 + IEEE Registration Authority - 00D0CC - Technologies Lyre Inc. + B4DDD0 + Continental Automotive Hungary Kft - 0050EC - Olicom A/S + 48F027 + Chengdu newifi Ltd - 0050C9 - Maspro Denkoh Corp. + 14C697 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 0050BB - CMS Technologies + 7C03AB + Xiaomi Communications Ltd - 005062 - Kouwell Electronics Corp. ** + DC16B2 + Huawei Technologies Ltd - 0050D5 - AD Systems Corp. + 24FB65 + Huawei Technologies Ltd - 0050F3 - GLOBAL NET InfORMATION Ltd + 0CB527 + Huawei Technologies Ltd - 0050BE - Fast Multimedia AG + B42E99 + Giga-Byte Technology Ltd - 00506F - G-Connect + 342CC4 + Compal Broadband Networks Inc. - 0050F8 - Entrega Technologies Inc. + 14E9B2 + Fiberhome Telecommunication Technologies Ltd - 005042 - SCI Manufacturing Singapore PTE Ltd + C8544B + ZyXEL Communications Corp - 0050C0 - Gatan Inc. + D07FA0 + Samsung Electronics Ltd - 005051 - Iwatsu Electric Ltd + 009093 + EIZO Corporation - 00507D - IFP + 4C1159 + Vision Information & Communications - 005097 - MMC-EMBEDDED CoMPUTERTECHNIK GmbH + 00049F + Freescale Semiconductor - 005010 - NovaNET Learning Inc. + 00D07B + Comcam International Inc - 00509A - TAG Electronic Systems + E4FC82 + Juniper Networks - 005022 - Zonet Technology Inc. + 00B5D0 + Samsung Electronics Ltd - 005007 - Siemens Telecommunication Systems Limited + 1496E5 + Samsung Electronics Ltd - 005040 - Panasonic Electric Works Ltd + C46E7B + Shenzhen RF-Link Technology Ltd - 00501C - Jatom Systems Inc. + C048FB + Shenzhen JingHanDa Electronics Ltd - 005092 - Rigaku Corporation Osaka Plant + 20E882 + ZTE Corporation - 00507A - Xpeed Inc. + F09FFC + Sharp Corporation - 005069 - PixStream Incorporated + 0CB5DE + Alcatel Lucent - 005068 - Electronic Industries Association + 000B3B + devolo AG - 0050BC - Hammer Storage Solutions + 240588 + Google Inc. - 009071 - Applied Innovation Inc. + 50DCFC + Ecocom - 0050EB - Alpha-TOP Corporation + 700B01 + Sagemcom Broadband SAS - 0050EF - SPE Systemhaus GmbH + 5C2623 + WaveLynx Technologies Corporation - 005098 - Globaloop Ltd + 303855 + Nokia Corporation - 00504F - Olencom Electronics + 00B670 + Cisco Systems Inc. - 0090FF - Tellus Technology Inc. + AC6417 + Siemens AG - 00903E - N.V. Philips Industrial Activities + 347916 + Huawei Technologies Ltd - 0090BA - Valid Networks Inc. + 3466EA + Vertu International Corporation Limited - 009018 - ITO Electric Industry Ltd + 28385C + Flextronics - 0090CD - ENT-Empresa Nacional de Telecommunicacoes, S.A. + 0C1C57 + Texas Instruments - 0090FB - Portwell Inc. + 806FB0 + Texas Instruments - 009094 - Osprey Technologies Inc. + 883F99 + Siemens AG - 0090B3 - Agranat Systems + EC6F0B + FADU Inc. - 00903C - Atlantic Network Systems + 0006EC + Harris Corporation - 00905D - Netcom Sicherheitstechnik GmbH + 7C6DA6 + Superwave Group LLC - 0090D1 - Leichu Enterprise Ltd + D016B4 + Huawei Technologies Ltd - 009046 - Dexdyne Ltd + 20A8B9 + Siemens AG - 0090DA - Dynarc Inc. + F0F08F + Nextek Solutions Pte Ltd - 0090E0 - Systran Corp. + 8CB0E9 + Samsung Electronics Ltd - 0090D0 - Thomson Telecom Belgium + 1C3947 + Compal Information (Kunshan) Ltd - 00909B - Markem-Imaje + 342792 + Freebox SAS - 009022 - Ivex + 40A108 + Motorola (Wuhan) Mobility Technologies Communication Ltd - 009016 - ZAC + 705AB6 + Compal Information (Kunshan) Ltd - 0090A7 - Clientec Corporation + 201A06 + Compal Information (Kunshan) Ltd - 009053 - Daewoo Electronics Ltd + F8A963 + Compal Information (Kunshan) Ltd - 0090DC - Teco Information Systems + DC0EA1 + Compal Information (Kunshan) Ltd - 0090E2 - Distributed Processing Technology + B870F4 + Compal Information (Kunshan) Ltd - 009085 - Golden Enterprises Inc. + 009D6B + Murata Manufacturing Ltd - 0090C7 - Icom Inc. + 745933 + Danal Entertainment - 009035 - Alpha Telecom Inc. + EC58EA + Ruckus Wireless - 00900F - Kawasaki Heavy Industries Ltd + 7C9A54 + Technicolor CH USA Inc. - 0090EA - Alpha Technologies Inc. + 388B59 + Google Inc. - 009077 - Advanced Fibre Communications + 880118 + BLT Co - 009099 - Allied Telesis, K.K. + A42618 + Integrated Device Technology (Malaysia) Sdn. Bhd. - 0010AD - Softronics USB Inc. + A46191 + NamJunSa - 0010A7 - Unex Technology Corporation + 84A24D + Birds Eye Systems Private Limited - 0010D5 - Imasde Canarias, S.A. + 7C6B9C + Guangdong Oppo Mobile Telecommunications Corp Ltd - 001055 - Fujitsu Microelectronics Inc. + 0017B6 + Aquantia Corporation - 00907A - Spectralink Inc. + 105917 + Tonal - 0090F0 - Harmonic Video Systems Ltd + D0EFC1 + Huawei Technologies Ltd - 009020 - Philips Analytical X-RAY B.V. + D45251 + IBT Ingenieurbureau Broennimann Thun - 0010A3 - Omnitronix Inc. + 0018B5 + Magna Carta - 00905C - Edmi + D87EB1 + x.o.ware Inc. - 0090E3 - Avex Electronics Inc. + 485702 + Huawei Technologies Ltd - 0090A9 - Western Digital + 644F42 + JETTER Ltd - 0090F3 - Aspect Communications + DCAF68 + Weifang Goertek Electronics Ltd - 00904F - ABB Power T&D Company Inc. + 24EC51 + ADF Technologies Sdn Bhd - 009060 - System Create Corp. + 7089CC + China Mobile Group Device Ltd - 009013 - Samsan Corp. + 2C5BE1 + Centripetal Networks Inc. - 001052 - Mettler-Toledo (Albstadt) GmbH + DCEFCA + Murata Manufacturing Ltd - 00106B - Sonus Networks Inc. + 00BC60 + Cisco Systems Inc. - 0010C3 - CSI-Control Systems + CC7B61 + Nikkiso Ltd - 009055 - Parker Hannifin Corporation Compumotor Division + 9C713A + Huawei Technologies Ltd - 0010DD - Enable Semiconductor Inc. + 2C97B1 + Huawei Technologies Ltd - 00102D - Hitachi Software Engineering + A89969 + Dell Inc. - 001033 - Accesslan Communications Inc. + A4EA8E + Extreme Networks Inc. - 001012 - Processor Systems (I) PVT Ltd + 882D53 + Baidu Online Network Technology (Beijing) Ltd - 001015 - OOmon Inc. + 00D0B5 + IPricot formerly DotCom - 001078 - Nuera Communications Inc. + 746BAB + Guangdong Enok Communication Ltd - 00104F - Oracle Corporation + 7829ED + Askey Computer Corp - 00107A - AmbiCom Inc. + 5061BF + Cisco Systems Inc. - 0010B9 - Maxtor Corp. + 0009DF + Vestel Elektronik San ve Tic. A.S. - 00105D - Draeger Medical + F4032F + Reduxio Systems - 001091 - NO Wires Needed BV + 944A0C + Sercomm Corporation. - 00101B - Cornet Technology Inc. + 000FA2 + 2xWireless - 0010DC - Micro-Star International + 108EE0 + Samsung Electronics Ltd - 00100A - Williams Communications Group + FCA621 + Samsung Electronics Ltd - 001032 - Alta Technology + 8CF228 + Mercury Communication Technologies Ltd - 001080 - Metawave Communications + 700F6A + Cisco Systems Inc. - 0010F4 - Vertical Communications + 000BB2 + Smallbig Technology - 001077 - SAF Drive Systems Ltd + 00305E + Abelko Innovation - 0010B3 - Nokia Multimedia Terminals + FC6BF0 + Topwell International Holdinds Limited - 00101E - Matsushita Electronic Instruments Corp. + 001477 + Trilliant - 00104D - Surtec Industries Inc. + 00079B + Aurora Networks - 001051 - Cmicro Corporation + 544810 + Dell Inc. - 001037 - CYQ've Technology Ltd + 54B203 + Pegatron Corporation - 00E0BB - NBX Corporation + 3868DD + Inventec Corporation - 00E08A - GEC Avery Ltd + B8B7F1 + Wistron Neweb Corporation - 00E086 - Emerson Network Power, Avocent Division + 8050F6 + Itel Mobile Limited - 00E01B - Sphere Communications Inc. + A8CAB9 + Samsung Electro Mechanics Ltd - 00E059 - Controlled Environments Ltd + 203956 + HMD Global Oy - 00E0C5 - Bcom Electronics Inc. + 78AFE4 + Comau S.p.A - 00E0EE - Marel HF + 90A137 + Beijing Splendidtel Communication Technology Ltd - 00E08E - Utstarcom + 80029C + Gemtek Technology Ltd - 00E03F - Jaton Corporation + D0C5D3 + Azurewave Technologies Inc. - 00E0D4 - Excellent Computer + 14169E + Wingtech Group (HongKong)Limited - 00E07F - LOGISTISTEM s.r.l. + F8C39E + Huawei Technologies Ltd - 00E013 - Eastern Electronic Ltd + E8D099 + Fiberhome Telecommunication Technologies Ltd - 00E0FD - A-Trend Technology Ltd + 107BA4 + Olive & Dove Ltd - 00E0BD - Interface Systems Inc. + 7C41A2 + Nokia - 00E06E - FAR SysTEMS S.p.A. + BC325F + Zhejiang Dahua Technology Ltd - 00E06D - Compuware Corporation + 505BC2 + Liteon Technology Corporation - 00E0EA - Innovat Communications Inc. + 6C21A2 + AMPAK Technology Inc. - 00E064 - Samsung Electronics + 9C2F73 + Universal Tiancheng Technology (Beijing) Ltd - 00E0C9 - AutomatedLogic Corporation + D832E3 + Xiaomi Communications Ltd - 00E038 - Proxima Corporation + 9487E0 + Xiaomi Communications Ltd - 00E09C - MII + 38AF29 + Zhejiang Dahua Technology Ltd - 00E0E9 - Data Labs Inc. + C88629 + Shenzhen Duubee Intelligent Technologies Ltd - 00E00C - Motorola + CCC2E0 + Raisecom Technology Ltd - 00E00A - Diba Inc. + 300AC5 + Ruio telecommunication technologies Ltd - 00E0C4 - Horner Electric Inc. + 00E065 + Optical Access International - 00E069 - Jaycor + 4466FC + Guangdong Oppo Mobile Telecommunications Corp Ltd - 00E0A4 - ESAOTE S.p.A. + A028ED + HMD Global Oy - 00E0DE - Datax NV + AC5474 + China Mobile IOT Company Limited - 00E0A5 - ComCore Semiconductor Inc. + 8C1CDA + IEEE Registration Authority - 00E015 - Heiwa Corporation + 0007A8 + Haier Group Technologies Ltd - 00E0E8 - GRETACODER Data Systems AG + 9814D2 + Avonic - 00E016 - Rapid City Communications + 1409DC + Huawei Technologies Ltd - 00E005 - Technical Corp. + EC9365 + Mapper.ai Inc. - 00E0C1 - Memorex Telex Japan Ltd + C4BAA3 + Beijing Winicssec Technologies Ltd - 00E0A9 - Funai Electric Ltd + 9CFEA1 + Fiberhome Telecommunication Technologies Ltd - 00E084 - Compulite R&D + D88A3B + Unit-EM - 00E096 - Shimadzu Corporation + EC5A86 + Yulong Computer Telecommunication Scientific (Shenzhen) Ltd - 00E017 - EXXACT GmbH + C0EEB5 + Enice Network. - 00607F - Aurora Technologies Inc. + 60DEF3 + Huawei Technologies Ltd - 00E029 - Standard Microsystems Corp. + 50A009 + Xiaomi Communications Ltd - 006074 - QSC LLC + 88964E + ARRIS Group Inc. - 006076 - Schlumberger Technologies Retail Petroleum Systems + 883F4A + Texas Instruments - 0060A1 - VPNet Inc. + 9CA615 + TP-Link Technologies Ltd - 006027 - Superior Modular Products + E44E76 + Championtech Enterprise (Shenzhen) Inc - 0060BC - KeunYoung Electronics & Communication Ltd + 004098 + Dressler GmbH & Co. - 0060A5 - Performance Telecom Corp. + 001DFA + Fujian LANDI Commercial Equipment Ltd - 006005 - Feedback Data Ltd + 9CE65E + Apple - 00602E - Cyclades Corporation + C49880 + Apple - 0060B6 - Land Computer Ltd + E0338E + Apple - 00606C - Arescom + 08F69C + Apple - 0060E3 - Arbin Instruments + 04FA83 + Qingdao Haier Technology Ltd - 006071 - Midas LAB Inc. + D076E7 + TP-Link Technologies Ltd - 006061 - Whistle Communications Corp. + 50A67F + Apple - 00601B - Mesa Electronics + D461DA + Apple - 0060C5 - Ancot Corp. + F01898 + Apple - 0060A9 - Gesytec MBH + 881908 + Apple - 0060F2 - Lasergraphics Inc. + 5C0947 + Apple - 0060C3 - Netvision Corporation + 14205E + Apple - 006029 - Cary Peripherals Inc. + B841A4 + Apple - 0060A8 - Tidomat AB + 00165C + Trackflow Ltd - 0060FC - Conservation Through Innovation Ltd + 641CAE + Samsung Electronics Ltd - 006018 - Stellar ONE Corporation + F8E44E + Mcot Inc. - 00600A - Sord Computer Corporation + 40CD7A + Qingdao Hisense Communications Ltd - 0060A4 - GEW Technologies (Pty) Ltd + DC4EF4 + Shenzhen MTN Electronics Ltd - 006064 - Netcomm Limited + F08173 + Amazon Technologies Inc. - 0060F9 - Diamond Lane Communications + EC65CC + Panasonic Automotive Systems Company Of America - 0060EA - StreamLogic + 949990 + VTC Telecommunications - 006082 - Novalink Technologies Inc. + F4BC97 + Shenzhen Crave Communication Ltd - 0060E7 - Randata + 28FEDE + CoMESTA Inc. - 0060D9 - Transys Networks Inc. + 907910 + Integrated Device Technology (Malaysia) Sdn. Bhd. - 00601F - Stallion Technologies + 003DE8 + LG Electronics (Mobile Communications) - 006054 - Controlware GmbH + 68FEDA + Fiberhome Telecommunication Technologies Ltd - 0060C2 - MPL AG + E8986D + Palo Alto Networks - 0060D4 - Eldat Communication Ltd + 144E34 + Remote Solution - 00A04E - Voelker Technologies Inc. + 00508B + Hewlett-Packard Company - 00A05A - Kofax Image Products + 146B9C + Shenzhen Bilian Electronic Ltd - 00A052 - Stanilite Electronics Pty Ltd + 948DEF + Oetiker Schweiz AG - 00A05E - Myriad Logic Inc. + 2CD974 + Hui Zhou Gaoshengda Technology Ltd - 00A095 - Acacia Networks Inc. + D4F786 + Fiberhome Telecommunication Technologies Ltd - 00A053 - Compact Devices Inc. + 3403DE + Texas Instruments - 00A069 - Symmetricom Inc. + 240A63 + ARRIS Group Inc. - 00A07A - Advanced Peripherals Technologies Inc. + F88B37 + ARRIS Group Inc. - 00609B - AstroNova Inc. + 20677C + Hewlett Packard Enterprise - 0060DB - NTP Elektronik A/S + 34D712 + Smartisan Digital Ltd - 006052 - PERIPHERALS ENTERPRISE Ltd + A06610 + Fujitsu Limited - 0060B2 - Process Control Corp. + 44FFBA + ZTE Corporation - 006081 - TV/CoM International + E0E62E + TCT mobile Ltd - 00A005 - Daniel Instruments Ltd + E42D7B + China Mobile IOT Company Limited - 00A0F2 - Infotek Communications Inc. + C464E3 + Texas Instruments - 00A0DF - STS Technologies Inc. + 8817A3 + Integrated Device Technology (Malaysia) Sdn. Bhd. - 00A094 - Comsat Corporation + 88A9A7 + IEEE Registration Authority - 00A0EF - Lucidata Ltd + EC8914 + Huawei Technologies Ltd - 00A020 - Citicorp/TTI + B89436 + Huawei Technologies Ltd - 00A0CE - Ecessa + 501479 + iRobot Corporation - 00A028 - Conner Peripherals + 6084BD + Buffalo Inc. - 00A09E - Ictv + 347ECA + Nextwill - 00A099 - K-NET Ltd + B42EF8 + Eline Technology Ltd - 00A0EC - Transmitton Ltd + A4D4B2 + Shenzhen MeiG Smart Technology Ltd - 00A067 - Network Services Group + 8CF773 + Nokia - 00A0E0 - Tennyson Technologies Pty Ltd + DCDD24 + Energica Motor Company SpA - 00A0FD - Scitex Digital Printing Inc. + 641CB0 + Samsung Electronics Ltd - 00A00F - Broadband Technologies + 903A72 + Ruckus Wireless - 00A002 - Leeds & Northrup Australia Pty Ltd + CC3B58 + Curiouser Products Inc - 00A0E4 - Optiquest + 4CEFC0 + Amazon Technologies Inc. - 00A0EE - Nashoba Networks + 8C5973 + ZyXEL Communications Corp - 00A0C3 - Unicomputer GmbH + 24181D + Samsung Electro-Mechanics(Thailand) - 00A00A - Airspan + 58D759 + Huawei Technologies Ltd - 00A0E7 - Central Data Corporation + F89066 + Nain Inc. - 00A080 - Tattile SRL + 7006AC + Eastcompeace Technology Ltd - 00A02B - Transitions Research Corp. + 2802D8 + Samsung Electronics Ltd - 00A0E8 - Reuters Holdings PLC + DCE533 + IEEE Registration Authority - 00A008 - Netcorp + D8445C + DEV Tecnologia Ind Com Man Eq LtdA - 00A050 - Cypress Semiconductor + 509551 + ARRIS Group Inc. - 00A0DD - Azonix Corporation + 804126 + Huawei Technologies Ltd - 00A075 - Micron Technology Inc. + ACF970 + Huawei Technologies Ltd - 00A009 - Whitetree Network + 7C3953 + ZTE Corporation - 00A00C - Kingmax Technology Inc. + 38E1AA + ZTE Corporation - 00A066 - ISA Ltd + 48C796 + Samsung Electronics Ltd - 00A0AB - Netcs Informationstechnik GmbH + F4C248 + Samsung Electronics Ltd - 00A0D8 - Spectra - TEK + F47190 + Samsung Electronics Ltd - 00A0FA - Marconi Communication GmbH + C4FFBC + IEEE Registration Authority - 00A0CB - ARK Telecommunications Inc. + 0C2369 + Honeywell SPS - 00A034 - Axel + 04C9D9 + Dish Technologies Corp - 00A001 - DRS Signal Solutions + 7055F8 + Cerebras Systems Inc - 0020B2 - GKD Gesellschaft Fur Kommunikation Und Datentechnik + 6C54CD + Lampex Electronics Limited - 002052 - Ragula Systems + 000889 + Dish Technologies Corp - 0020FC - Matrox + F0B5B7 + Disruptive Technologies Research AS - 0020FE - Topware Inc. / Grand Computer + B4DEDF + ZTE Corporation - 002073 - Fusion Systems Corporation + D4909C + Apple - 002035 - IBM Corp + E4E0A6 + Apple - 00A017 - J B M Corporation + 580454 + Icomm HK Limited - 00A025 - Redcom Labs Inc. + 3C9A77 + Technicolor CH USA Inc. - 00A0BB - Hilan GmbH + C477AF + Advanced Digital Broadcast SA - 00A091 - Applicom International + 94290C + Shenyang wisdom Foundation Technology Development Ltd - 00A0A5 - Teknor Microsysteme Inc. + 9C32CE + Canon Inc. - 0020B7 - Namaqua Computerware + 20E09C + Nokia - 0020E3 - MCD Kencom Corporation + 2CFDA1 + ASUSTek Computer Inc. - 002013 - Diversified Technology Inc. + 3807D4 + Zeppelin Systems GmbH - 0020AB - Micro Industries Corp. + 04197F + Grasphere Japan - 00208D - CMD Technology + 5C0038 + Viasat Group S.p.A. - 0020DD - Cybertec Pty Ltd + 8CEC4B + Dell Inc. - 0020E6 - Lidkoping Machine Tools AB + 005091 + Netaccess Inc. - 00A0A2 - Digicom S.P.A. + B85001 + Extreme Networks Inc. - 002086 - Microtech Electronics Limited + 802BF9 + Hon Hai Precision Ind Ltd - 002023 - T.C. Technologies Pty Ltd + 54B802 + Samsung Electronics Ltd - 00A054 - Private + 10CEA9 + Texas Instruments - 00205A - Computer Identics + 805E0C + Yealink(Xiamen) Network Technology Ltd - 002000 - Lexmark International Inc. + 6C49C1 + o2ones Ltd - 00201D - Katana Products + 70EEA3 + Eoptolink Technology Inc Ltd - 002003 - Pixel Power Ltd + 7047E9 + Vivo Mobile Communication Ltd - 002046 - Ciprico Inc. + 5C521E + Nintendo Ltd - 00209B - Ersat Electronic GmbH + 14444A + Apollo Seiko Ltd - 00201C - Excel Inc. + 3C2C99 + Edgecore Networks Corporation - 00207F - Kyoei Sangyo Ltd + 683E02 + SIEMENS AG, Digital Factory, Motion Control System - 0020C9 - Victron BV + 000261 + Tilgin AB - 002077 - Kardios Systems Corp. + 0014C3 + Seagate Technology - 00207A - WiSE Communications Inc. + 0004CF + Seagate Technology - 00203E - LogiCan Technologies Inc. + 002037 + Seagate Technology - 002058 - Allied Signal Inc. + 5C81A7 + Network Devices Pty Ltd - 0020E1 - Alamar Electronics + 5C0C0E + Guizhou Huaxintong Semiconductor Technology Ltd - 002026 - Amkly Systems Inc. + 503CEA + Guangdong Oppo Mobile Telecommunications Corp Ltd - 002065 - Supernet Networking Inc. + D096FB + DASAN Network Solutions - 00202A - N.V. Dzine + 00E091 + LG Electronics - 002083 - Presticom Incorporated + 38437D + Compal Broadband Networks Inc. - 002019 - Ohler GmbH + 506F98 + Sehaj Synergy Technologies Private Limited - 00209E - Brown'S Operating System Services Ltd + 4CAE1C + SaiNXT Technologies LLP - 00208E - Chevin Software ENG Ltd + 142882 + Midicom Electronics Ltd - 002097 - Applied Signal Technology + EC8193 + Logitech Inc. - 00C00B - Norcontrol A.S. + 6CDD30 + Cisco Systems Inc. - 0020B0 - Gateway Devices Inc. + 6C4E86 + Third Millennium Systems Ltd - 00205B - Kentrox LLC + 5C86C1 + Dongguan Solum Electronics Ltd - 0020F6 - NET TEK AND Karlnet Inc. + 5C7776 + TCT mobile Ltd - 0020C6 - Nectec + 70E56E + Texas Instruments - 002008 - Cable & Computer Technology + 547DCD + Texas Instruments - 0020D3 - OST (Ouest Standard Telematiqu + 00AECD + Pensando Systems - 00C00E - Psitech Inc. + FC9DD8 + Beijing TongTongYiLian Science and Technology Ltd - 00C031 - Design Research Systems Inc. + DC2834 + HAKKO Corporation - 000701 - Racal-Datacom + 84509A + Easy Soft TV Ltd - 00C09C - Hioki E.E. Corporation + 001730 + Automation Electronics - 00C0AA - Silicon Valley Computer + 30E48E + Vodafone UK - 00C066 - Docupoint Inc. + 449160 + Murata Manufacturing Ltd - 00C02D - Fuji Photo Film Ltd + B4F1DA + LG Electronics (Mobile Communications) - 00C0F2 - Transition Networks + C863F1 + Sony Interactive Entertainment Inc. - 00C0BD - Inex Technologies Inc. + DCE1AD + Shenzhen Wintop Photoelectric Technology Ltd - 00C088 - EKF Elektronik GmbH + 948854 + Texas Instruments - 00C011 - Interactive Computing Devices + 001D0D + Sony Interactive Entertainment Inc. - 00C03E - FA. Gebr. Heller GmbH + B0FC36 + CyberTAN Technology Inc. - 00C0FD - Prosum + 001DF4 + Magellan Technology Pty Limited - 00C014 - Telematics Calabasas Int'l,Inc + 6C05D5 + Ethertronics Inc - 00AA3C - Olivetti Telecom SPA (Olteco) + 0019C2 + Equustek Solutions Inc. - 00C0C9 - Elsag Bailey Process + ECB0E1 + Ciena Corporation - 00C048 - BAY Technical Associates + 78DDD9 + Guangzhou Shiyuan Electronics Ltd - 00C076 - I-Data International A-S + F8B7E2 + Cisco Systems Inc. - 00C046 - Blue Chip Technology Ltd + F82055 + Green Information System - 00C097 - Archipel SA + 74E19A + Fiberhome Telecommunication Technologies Ltd - 00C004 - Japan Business Computer Ltd + 000097 + Dell EMC - 00C060 - ID Scandinavia AS + 8CCF09 + Dell EMC - 0040CC - Silcom Manuf'G Technology Inc. + 8C839D + Shenzhen Xinyupeng Electronic Technology Ltd - 00C09E - Cache Computers Inc. + B0C19E + ZTE Corporation - 00C0AC - Gambit Computer Communications + 0C3747 + ZTE Corporation - 00C034 - Transaction Network + ACA667 + Electronic Systems Protection Inc. - 00C093 - Alta Research Corp. + 0081F9 + Texas Instruments - 0040E7 - Arnos Instruments & Computer + ECB5FA + Philips Lighting BV - 004087 - Ubitrex Corporation + 44CD0E + Flextronics Manufacturing(Zhuhai) Ltd - 004007 - Telmat Informatique + E8825B + ARRIS Group Inc. - 00407B - Scientific Atlanta + 70991C + Shenzhen Honesty Electronics Ltd - 00402C - Isis Distributed Systems Inc. + 80B03D + Apple - 00C0DF - KYE Systems Corp. + E49ADC + Apple - 00C0F5 - Metacomp Inc. + ACE4B5 + Apple - 00C091 - Jabil Circuit Inc. + D0D2B0 + Apple - 00C049 - U.S. Robotics Inc. + 001CAE + WiChorus Inc. - 00C09D - Distributed Systems Int'l Inc. + 7CDD76 + Suzhou Hanming Technologies Ltd - 00C0E9 - OAK Solutions Ltd + 246880 + Braveridge Ltd - 00C0C5 - SID Informatica + E8DF70 + AVM Audiovisuelles Marketing und Computersysteme GmbH - 00C051 - Advanced Integration Research + 28AD3E + Shenzhen TONG BO WEI Technology Ltd - 00C085 - Electronics FOR Imaging Inc. + 001C56 + Pado Systems Inc. - 00C0B2 - Norand Corporation + F06D78 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 00C054 - Network Peripherals Ltd + 7844FD + TP-Link Technologies Ltd - 00C022 - Lasermaster Technologies Inc. + 707D95 + Shenzhen City LinwlanTechnology Ltd - 00C025 - Dataproducts Corporation + 2C431A + Shenzhen YOUHUA Technology Ltd - 0040CF - Strawberry Tree Inc. + A8D3C8 + Topcon Electronics GmbH & Co. KG - 004077 - Maxton Technology Corporation + D05995 + Fiberhome Telecommunication Technologies Ltd - 00C02C - Centrum Communications Inc. + 18CC88 + Hitachi Johnson Controls Air - 00C0FB - Advanced Technology Labs + 80C755 + Panasonic Appliances Company - 00C02B - Gerloff Gesellschaft FUR + F0BD2E + H+S Polatis Ltd - 004074 - Cable AND Wireless + 746EE4 + Asia Vital Components Ltd - 0040B8 - Idea Associates + 0040E4 + E-M Technology Inc. - 0040E8 - Charles River Data Systems,Inc + 984B4A + ARRIS Group Inc. - 0040C0 - Vista Controls Corporation + E084F3 + High Grade Controls Corporation - 00C0A0 - Advance Micro Research Inc. + 38A6CE + BSkyB Ltd - 00C010 - Hirakawa Hewtech Corp. + 70708B + Cisco Systems Inc. - 00C037 - Dynatem + 389F5A + C-Kur TV Inc. - 004083 - TDA Industria de Produtos + D843ED + Suzuken - 00405B - Funasset Limited + BC4101 + Shenzhen TINNO Mobile Technology Corp. - 004073 - Bass Associates + 043A0D + SM Optics S.r.l. - 00407D - Extension Technology Corp. + 448F17 + Samsung Electronics Ltd ARTIK - 0080D7 - Fantum Engineering + 00FC8B + Amazon Technologies Inc. - 00807A - Aitech Systems Ltd + 0076B1 + Somfy-Protect By Myfox SAS - 0080DC - Picker International + 6CC147 + Xiamen Hanin Electronic Technology Ltd - 00404D - Telecommunications Techniques + A072E4 + NJ System Ltd - 00400D - Lannet Data Communications Ltd + 4C1365 + Emplus Technologies - 004019 - Aeon Systems Inc. + CCF957 + u-blox AG + + + 0C62A6 + Hui Zhou Gaoshengda Technology Ltd - 0040BE - Boeing Defense & Space + 18132D + ZTE Corporation - 00406E - Corollary Inc. + 74D21D + Huawei Technologies Ltd - 004076 - Sun Conversion Technologies + 1878D4 + Verizon - 004022 - Klever Computers Inc. + B8D94D + Sagemcom Broadband SAS - 0040BF - Channel Systems Intern'L Inc. + 3890A5 + Cisco Systems Inc. - 00401E - ICC + C0742B + Shenzhen Xunlong Software Ltd - 00409A - Network Express Inc. + 5C6776 + IDS Imaging Development Systems GmbH - 004094 - Shographics Inc. + 44EAD8 + Texas Instruments - 004055 - Metronix GmbH + 189BA5 + IEEE Registration Authority - 004027 - SMC Massachusetts Inc. + 1C7022 + Murata Manufacturing Ltd - 00408B - Raylan Corporation + CC9891 + Cisco Systems Inc. - 0040EF - Hypercom Inc. + 28BF89 + Fiberhome Telecommunication Technologies Ltd - 004093 - Paxdata Networks Ltd + 903DBD + Secure Meters Limited - 004085 - Saab Instruments AB + 002294 + Kyocera Corporation - 004023 - Logic Corporation + 3889DC + Opticon Sensors Europe B.V. - 0040A4 - Rose Electronics + 8C4500 + Murata Manufacturing Ltd - 004008 - A Plus Info Corporation + 1CDDEA + Guangdong Oppo Mobile Telecommunications Corp Ltd - 0040B5 - Video Technology Computers Ltd + 940006 + jinyoung - 004012 - Windata Inc. + 20040F + Dell Inc. - 0040D5 - Sartorius Mechatronics T&H GmbH + A43412 + Thales Alenia Space - 004010 - Sonic Systems Inc. + 8C8590 + Apple - 0040CA - First Internat'L Computer Inc. + BC88C3 + Ningbo Dooya Mechanic & Electronic Technology Ltd - 0040C4 - Kinkei System Corporation + 38CD07 + Beijing FaceCam Technology Ltd - 00405D - Star-TEK Inc. + 00D060 + Panasonic Europe Ltd - 0040E2 - Mesa Ridge Technologies Inc. + ECFA03 + FCA - 00408C - Axis Communications AB + 6C96CF + Apple - 004045 - Twinhead Corporation + 681F40 + Blu Wireless Technology Ltd - 004028 - Netcomm Limited + 90ADF7 + Vivo Mobile Communication Ltd - 0040DD - Hong Technologies + 40CE24 + Cisco Systems Inc. - 0040CB - Lanwan Technologies + 3432E6 + Panasonic Industrial Devices Europe GmbH - 0040B2 - Systemforschung + 40017A + Cisco Systems Inc. - 0040E6 - C.A.E.N. + 78886D + Apple - 0040F0 - MicroBrain,Inc. + 20EE28 + Apple - 004089 - Meidensha Corporation + B4F61C + Apple - 004015 - Ascom Infrasys AG + 08F4AB + Apple - 008095 - Basic Merton Handelsges.M.B.H. + FC017C + Hon Hai Precision Ind Ltd - 0080AE - Hughes Network Systems + 90324B + Hon Hai Precision Ind Ltd - 00803A - Varityper Inc. + 602E20 + Huawei Technologies Ltd - 00801C - Newport Systems Solutions + E472E2 + Huawei Technologies Ltd - 008056 - SPHINX Electronics GmbH & Co KG + 00127D + MobileAria - 008031 - Basys, Corp. + F86465 + Anova Applied Electronics Inc. - 0080DB - Graphon Corporation + 002060 + ALCATEL ITALIA S.p.A. - 008082 - PEP Modular Computers GmbH + 508F4C + Xiaomi Communications Ltd - 008039 - Alcatel STC Australia + A47758 + Ningbo Freewings Technologies Ltd - 008023 - Integrated Business Networks + 58A0CB + TrackNet Inc. - 00806B - Schmid Telecommunication + E06089 + Cloudleaf Inc. - 008059 - Stanley Electric Ltd + 783690 + Yulong Computer Telecommunication Scientific (Shenzhen) Ltd - 008041 - VEB Kombinat Robotron + BC54FC + Shenzhen Mercury Communication Technologies Ltd - 008080 - Datamedia Corporation + 0C4B54 + TP-Link Technologies Ltd - 00803F - Tatung Company + E4F004 + Dell Inc. - 0080E6 - Peer Networks Inc. + 94E36D + Texas Instruments - 0080E0 - XTP Systems Inc. + F0F8F2 + Texas Instruments - 008088 - Victor Company Of Japan Ltd + 341513 + Texas Instruments - 0080D8 - Network Peripherals Inc. + 74819A + PT. Hartono Istana Teknologi - 00809E - Datus GmbH + 283545 + Shenzhen Chuangwei-RGB Electronics Ltd - 00802B - Integrated Marketing Co + 044F4C + Huawei Technologies Ltd - 008001 - Periphonics Corporation + 18B81F + ARRIS Group Inc. - 008097 - Centralp Automatismes + 1C151F + Huawei Technologies Ltd - 008071 - SAI Technology + 008BFC + mixi,Inc. - 008098 - TDK Corporation + A82BB5 + Edgecore Networks Corporation - 0080CA - Netcom Research Incorporated + E8E1E2 + Energotest - 0080D5 - Cadre Technologies + 7811DC + XIAOMI Electronics Ltd - 00801B - Kodiak Technology + D463C6 + Motorola Mobility LLC, a Lenovo Company - 0080D3 - Shiva Corp. + F844E3 + Taicang T&W Electronics - 0080B3 - Aval Data Corporation + 24A534 + SynTrust Tech International Ltd - 0080E7 - Leonardo Tactical Systems. + C444A0 + Cisco Systems Inc. - 008020 - Network Products + 18742E + Amazon Technologies Inc. - 008070 - Computadoras Micron + 90A365 + HMD Global Oy - 008008 - Dynatech Computer Systems + DC44B6 + Samsung Electronics Ltd - 0000E4 - IN2 Groupe Intertechnique + 1007B6 + Samsung Electronics Ltd - 008013 - Thomas-Conrad Corporation + 342D0D + Samsung Electronics Ltd - 00806E - Nippon Steel Corporation + A44CC8 + Dell Inc. - 008010 - Commodore International + D837BE + Shenzhen Gongjin Electronics Ltd - 008047 - IN-NET Corp. + D4684D + Ruckus Wireless - 008067 - Square D Company + 8C0C90 + Ruckus Wireless - 008045 - Matsushita Electric Ind. Co + 6CAAB3 + Ruckus Wireless - 0080BF - Takaoka Electric MFG Ltd + 001392 + Ruckus Wireless - 0080F9 - Heurikon Corporation + 085114 + Qingdao Topscomm Communication Ltd - 0080A1 - Microtest Inc. + D05A00 + Technicolor CH USA Inc. - 0080A9 - Clearpoint Research + 70788B + Vivo Mobile Communication Ltd - 008017 - PFU Limited + 4859A4 + ZTE Corporation - 0080F8 - Mizar Inc. + 54BD79 + Samsung Electronics Ltd - 000014 - Netronix + A0423F + Tyan Computer Corp - 000072 - Miniware Technology + 70F11C + Shenzhen Ogemray Technology Ltd - 0000A1 - Marquette Electric Co. + 7065A3 + Kandao lightforge Ltd - 0000F5 - Diamond Sales Limited + 14144B + Ruijie Networks Ltd - 00005C - Telematics International Inc. + 74D0DC + Ericsson AB - 0000AC - Conware Computer Consulting + C08ADE + Ruckus Wireless - 000094 - Asante Technologies + 001D2E + Ruckus Wireless - 000090 - Microcom + B4E62A + LG Innotek - 000047 - Nicolet Instruments Corp. + A0C5F2 + IEEE Registration Authority - 000021 - Sureman Comp. & Commun. Corp. + A86B7C + Shenzhen Fenglian Technology Ltd - 000030 - VG Laboratory Systems Ltd + B03956 + Netgear - 000035 - Spectragraphics Corporation + 3C0CDB + Unionman Technology Ltd - 000026 - SHA-KEN Ltd + EC42B4 + ADC Corporation - 0000B6 - Micro-Matic Research + 60DA83 + Hangzhou H3C Technologies Ltd - 000082 - Lectra Systemes SA + 2C5731 + Wingtech Group (HongKong)Limited - 00002B - Crisp Automation Inc. + CC4639 + WAAV Inc. - 000051 - HOB Electronic GmbH & Co. KG + AC9E17 + ASUSTek Computer Inc. - 0000A7 - Network Computing Devices Inc. + 641666 + Nest Labs Inc. - 000098 - Crosscomm Corporation + D8DF7A + Quest Software Inc. - 0000C6 - EON Systems + 145BE1 + nyantec GmbH - 000070 - HCL Limited + A0239F + Cisco Systems Inc. - 00008F - Raytheon + 70F35A + Cisco Systems Inc. - 0000F1 - Magna Computer Corporation + A0341B + Adero Inc - 000054 - Schneider Electric + A0AFBD + Intel Corporation - 000020 - Dataindustrier Diab AB + 7C8BCA + TP-Link Technologies Ltd - 00007A - Dana Computer Inc. + B04E26 + TP-Link Technologies Ltd - 000045 - Ford Aerospace & Comm. Corp. + B089C2 + Zyptonite - 00009C - Rolm MIL-Spec Computers + F023B9 + IEEE Registration Authority - 00007C - Ampere Incorporated + FC4DD4 + Universal Global Scientific Industrial Ltd - 000068 - Rosemount Controls + A4F4C2 + Vnpt Technology - 0000E9 - Isicad Inc. + 8C147D + IEEE Registration Authority - 00009F - Ameristar Technologies Inc. + 30074D + Samsung Electro-Mechanics(Thailand) - 0000E3 - Integrated Micro Products Ltd + 1C1FD4 + LifeBEAM Technologies Ltd - 0000AD - Bruker Instruments Inc. + 009AD2 + Cisco Systems Inc. - 000074 - Ricoh Company Ltd + 447F77 + Connected Home - 000046 - Olivetti North America + E8B6C2 + Juniper Networks - 00008D - Cryptek Inc. + 947BE7 + Samsung Electronics Ltd - 00003B - i Controls Inc. + 5092B9 + Samsung Electronics Ltd - 0000B3 - Cimlinc Incorporated + DC74A8 + Samsung Electronics Ltd - 0000D3 - Wang Laboratories Inc. + E83935 + Hewlett-Packard Company - 0000D0 - Develcon Electronics Ltd + 00180A + Cisco Meraki - 000093 - Proteon Inc. + 5C6A80 + ZyXEL Communications Corp - 00008B - Infotron + D860B3 + Guangdong Global Electronic Technology Ltd - 080057 - Evans & Sutherland + 64351C + e-CoN SysTEMS IndIA PVT Ltd - 08005D - Gould Inc. + 60BA18 + nextLAP GmbH - 08005B - VTA Technologies Inc. + 44AA50 + Juniper Networks - 080071 - Matra (Dsie) + 84CD62 + Shenzhen IDWELL Technology Ltd - 08006C - Suntek Technology Int'l + A8D579 + Beijing Chushang Science and Technology Ltd - 080067 - ComDesign + 4448C1 + Hewlett Packard Enterprise - 08008C - Network Research Corporation + 481063 + NTT Innovation Institute Inc. - 080081 - Astech Inc. + A08E78 + Sagemcom Broadband SAS - 08002D - LAN-TEC Inc. + 88D50C + Guangdong Oppo Mobile Telecommunications Corp Ltd - 00DD00 - Ungermann-Bass Inc. + D428D5 + TCT mobile Ltd - 0000AA - Xerox Corporation + 9CAF6F + Itel Mobile Limited - 040AE0 - Xmit AG Computer Networks + FC539E + Shanghai Wind Technologies Ltd - 080011 - Tektronix Inc. + 605317 + Sandstone Technologies - 080026 - Norsk Data A.S. + 907065 + Texas Instruments - 080025 - Control Data + 18A958 + Provision Thai Ltd - 100000 - Private + 74C9A3 + Fiberhome Telecommunication Technologies Ltd - 0000D7 - Dartmouth College + EC8A4C + ZTE Corporation - AA0004 - Digital Equipment Corporation + D45F25 + Shenzhen YOUHUA Technology Ltd - 08000C - Miklyn Development Co. + 40C8CB + AM Telecom Ltd - 00DD05 - Ungermann-Bass Inc. + 2CABEB + Cisco Systems Inc. - 08001D - Able Communications Inc. + B4C6F8 + Axilspot Communication - 00DD0B - Ungermann-Bass Inc. + 9CE951 + Shenzhen Sang Fei Consumer Communications Ltd - 080003 - Advanced Computer Comm. + B8D50B + Sunitec Enterprise Ltd - 00DD03 - Ungermann-Bass Inc. + BC66DE + Shadow Creator Information Technology Ltd - 00DD0F - Ungermann-Bass Inc. + 1868CB + Hangzhou Hikvision Digital Technology Ltd - 000001 - Xerox Corporation + C4AE12 + Samsung Electronics Ltd - 080017 - National Semiconductor + 001FA4 + Shenzhen Gongjin Electronics Ltd - 542160 - Alula + D4DCCD + Apple - 10B3C6 - Cisco Systems Inc. + 484BAA + Apple - 10B3D6 - Cisco Systems Inc. + DCA904 + Apple - 589630 - Technicolor CH USA Inc. + 6CAB31 + Apple - F854B8 - Amazon Technologies Inc. + 4C74BF + Apple - 781735 - Nokia Shanghai Bell Ltd + 04946B + Tecno Mobile Limited - 3C894D - Dr. Ing. h.c. F. Porsche AG + A04C5B + Shenzhen TINNO Mobile Technology Corp. - 84C807 - ADVA Optical Networking Ltd + 488803 + ManTechnology Inc. - B43939 - Shenzhen TINNO Mobile Technology Corp. + B436E3 + Kbvision Group - A0AB51 - Weifang Goertek Electronics Ltd + 94D299 + Techmation Ltd - 64C901 - INVENTEC Corporation + 341A35 + Fiberhome Telecommunication Technologies Ltd - 749EF5 - Samsung Electronics Ltd + 2C029F + 3ALogics - 68BFC4 - Samsung Electronics Ltd + 64D154 + Routerboard.com - A85E45 - ASUSTek Computer Inc. + 58D9D5 + Tenda Technology LtdDongguan branch - 04B1A1 - Samsung Electronics Ltd + 6C4B90 + LiteON - CC464E - Samsung Electronics Ltd + 00050F + Tanaka S/S Ltd - F8893C - Inventec Appliances Corp. + 989E63 + Apple - A0DF15 - Huawei Technologies Ltd + 886B6E + Apple - C4AD34 - Routerboard.com + F4E4AD + ZTE Corporation - 306F07 - Nations Technologies Inc. + 28FF3E + ZTE Corporation - 2474F7 - GoPro + B8D7AF + Murata Manufacturing Ltd - 7CD566 - Amazon Technologies Inc. + D4AE05 + Samsung Electronics Ltd - 686350 - Hella India Automotive Pvt Ltd + E048AF + Premietech Limited - 5CE50C - Beijing Xiaomi Mobile Software Ltd + 2C3311 + Cisco Systems Inc. - 18703B - Huawei Device Ltd + 5082D5 + Apple - D89E61 - Huawei Device Ltd + F0EE10 + Samsung Electronics Ltd - 347E00 - Huawei Device Ltd + C4700B + Guangzhou Chip Technologies Ltd - 003092 - Kontron Electronics AG + 3CA067 + Liteon Technology Corporation - 80751F - BSkyB Ltd + BC024A + HMD Global Oy - E85A8B - Xiaomi Communications Ltd + 949901 + Shenzhen YITOA Digital Appliance Ltd - 442295 - China Mobile Iot Limited Company + F85971 + Intel Corporation - 5C710D + 1005CA Cisco Systems Inc. - 00AB48 - eero Inc. + 7894B4 + Sercomm Corporation. - F855CD - Visteon Corporation + 443708 + MRV Comunications - 441847 - Hunan Scrown Electronic Information Tech Ltd + 285F2F + RNware Ltd - 1CC1BC - Yichip Microelectronics (Hangzhou) Ltd + 500FF5 + Tenda Technology LtdDongguan branch - AC61B9 - WAMA Technology Limited + BC452E + Knowledge Development for POF S.L. - C4D8F3 - iZotope + DCC64B + Huawei Technologies Ltd - 003056 - HMS Industrial Networks + 043389 + Huawei Technologies Ltd - 680AE2 - Silicon Laboratories + 00A068 + BHP Limited - AC8B9C - Primera Technology Inc. + 703ACB + Google Inc. - 2C3AFD - AVM Audiovisuelles Marketing und Computersysteme GmbH + 706DEC + Wifi-soft LLC - 34495B - Sagemcom Broadband SAS + B0C205 + Bionime - C8F319 - LG Electronics (Mobile Communications) + 94F551 + Cadi Scientific Pte Ltd - 801609 - Sleep Number + 105AF7 + ADB Italia - 045EA4 - Shenzhen Netis Technology Ltd + B81DAA + LG Electronics (Mobile Communications) - 1CBFC0 - Chongqing Fugui Electronics Ltd + 00E400 + Sichuan Changhong Electric Ltd - 78B46A + 2C55D3 Huawei Technologies Ltd - 6CEBB6 - Huawei Technologies Ltd + 00C024 + Eden Sistemas de Computacao SA - 4CF55B - Huawei Technologies Ltd + 7C4685 + Motorola (Wuhan) Mobility Technologies Communication Ltd - E83F67 - Huawei Device Ltd + 1C1EE3 + Hui Zhou Gaoshengda Technology Ltd - 3446EC - Huawei Device Ltd + 44032C + Intel Corporation - 643139 - IEEE Registration Authority + 7868F7 + YSTen Technology Ltd - A44BD5 - Xiaomi Communications Ltd + 004BF3 + Shenzhen Mercury Communication Technologies Ltd - 64956C - LG Electronics + 08CCA7 + Cisco Systems Inc. - 14876A - Apple + 0896AD + Cisco Systems Inc. - E0B55F - Apple + 0823B2 + Vivo Mobile Communication Ltd - F8FFC2 - Apple + 88C3B3 + Sovico - E0EB40 - Apple + E05124 + NXP Semiconductors - 64694E - Texas Instruments + 001DA3 + SabiOso - 94D6DB - NexFi + 542F8A + Tellescom Industria E Comercio EM Telecomunicacao - B4ECF2 - Shanghai Listent Medical Tech Ltd + 6014B3 + CyberTAN Technology Inc. - 18E777 - Vivo Mobile Communication Ltd + 105611 + ARRIS Group Inc. - 4077A9 - New H3C Technologies Ltd + 347877 + O-Net Communications (Shenzhen) Limited - F83331 - Texas Instruments + 0020CC + Digital Services Ltd - C4954D - IEEE Registration Authority + 689FF0 + ZTE Corporation - C49878 - Shanghai Moaan Intelligent Technology Ltd + 5CAF06 + LG Electronics (Mobile Communications) - 6C639C - ARRIS Group Inc. + 00179B + Chant Sincere Ltd - 5C2AEF - r2p Asia-Pacific Pty Ltd + 1C398A + Fiberhome Telecommunication Technologies Ltd - A4BB6D - Dell Inc. + E865D4 + Tenda Technology LtdDongguan branch - 6C06D6 - Huawei Device Ltd + 24D51C + Zhongtian broadband technology Ltd - 0C8E29 - Arcadyan Corporation + EC43F6 + ZyXEL Communications Corp - A0224E - IEEE Registration Authority + 60C658 + PHYTRONIX Ltd - 3027CF - Private + FCB58A + Wapice Ltd - 3843E5 - Grotech Inc + A462DF + DS Global Ltd - CC593E - Sensium Healthcare Limited + 4C1694 + Shenzhen sibituo Technology Ltd - 5C68D0 - Aurora Innovation Inc. + C81451 + Huawei Technologies Ltd - 10364A - Boston Dynamics + 44D437 + Inteno Broadband Technology AB - 00B810 - Yichip Microelectronics (Hangzhou) Ltd + ECE154 + Beijing Unisound Information Technology Ltd - A4B239 - Cisco Systems Inc. + 6C160E + ShotTracker - D8D5B9 - Rainforest Automation Inc. + 803A0A + Integrated Device Technology (Malaysia) Sdn. Bhd. - 001BB0 - Bharat Electronics Limited + 0C73BE + Dongguan Haimai Electronie Technology Ltd - 68AFFF - Shanghai Cambricon Information Technology Ltd + 286F7F + Cisco Systems Inc. - DC21E2 + F0C850 Huawei Technologies Ltd - FC1BD1 - Huawei Technologies Ltd + 00014F + Adtran Inc - 582575 - Huawei Technologies Ltd + 285261 + Cisco Systems Inc. - 28DEE5 - Huawei Technologies Ltd + C8AA55 + Hunan Comtom Electronic Incorporated Ltd - D01C3C - Tecno Mobile Limited + 20780B + Delta Faucet Company - 18C04D - Giga-Byte Technology Ltd + 8809AF + Masimo Corporation - 8CAAB5 - Espressif Inc. + 2CD02D + Cisco Systems Inc. - 402C76 - IEEE Registration Authority + 9CCC83 + Juniper Networks - 44C7FC - Huawei Device Ltd + 24A7DC + BSkyB Ltd - 7885F4 - Huawei Device Ltd + 64DBA0 + Select Comfort - F44955 - MIMO TECH Ltd + F8983A + Leeman International (HongKong) Limited - 0809C7 - Zhuhai Unitech Power Technology Ltd + 4CECEF + Soraa Inc. - 88541F - Google Inc. + 1CEFCE + bebro electronic GmbH - 900CC8 - Google Inc. + 98B6E9 + Nintendo Ltd - 041DC7 - ZTE Corporation + F015B9 + PlayFusion Limited - 68215F - Edgecore Networks Corporation + 64B0A6 + Apple - 3C28A6 - Alcatel-Lucent Enterprise (China) + 7C04D0 + Apple - 5050A4 - Samsung Electronics Ltd + 84FCAC + Apple - 8086D9 - Samsung Electronics Ltd + DC0C5C + Apple - F417B8 - AirTies Wireless Networks + 70700D + Apple + + + 30E171 + Hewlett-Packard Company + + + 186590 + Apple - 3CBF60 + F86214 Apple - AC15F4 + 784F43 Apple - 386A77 - Samsung Electronics Ltd + 404D7F + Apple - 141459 - Vodafone Italia S.p.A. + 001D72 + Wistron Corporation - 5043B9 - OktoInform RUS + D8197A + Nuheara Ltd - 5C27D4 - Shenzhen Qihu Intelligent Technology Company Limited + 4C38D5 + Mitac Computing Technology Corporation - 88A479 - Apple + 54B56C + Xi'an NovaStar Tech Ltd - 047295 - Apple + 344CC8 + Echodyne Corp - D446E1 - Apple + 64136C + ZTE Corporation - 78D162 - Apple + 04B648 + Zenner - 08F8BC - Apple + 98F199 + NEC Platforms Ltd - 90A25B - Apple + 1840A4 + Shenzhen Trylong Smart Science and Technology Ltd - 18300C - Hisense Electric Ltd + 1C48CE + Guangdong Oppo Mobile Telecommunications Corp Ltd - 44A56E - Netgear + C80CC8 + Huawei Technologies Ltd - 1C919D - Dongguan Liesheng Electronic Ltd + 0425C5 + Huawei Technologies Ltd - FCF29F - China Mobile Iot Limited Company + 603E7B + Gafachi Inc. - F81F32 - Motorola Mobility LLC, a Lenovo Company + 4C7487 + Leader Phone Communication Technology Ltd - B00AD5 - ZTE Corporation + AC83F3 + AMPAK Technology Inc. - 20114E - MeteRSit S.R.L. + CC8CDA + Shenzhen Wei Da Intelligent Technology Go Ltd - 2C5741 - Cisco Systems Inc. + D436DB + Jiangsu Toppower Automotive Electronics Ltd - A84D4A - Audiowise Technology Inc. + 2CDCAD + Wistron Neweb Corporation - 7894E8 - Radio Bridge + 6C5C14 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 484EFC - ARRIS Group Inc. + E80945 + Integrated Device Technology (Malaysia) Sdn. Bhd. - B0B353 - IEEE Registration Authority + B0A2E7 + Shenzhen TINNO Mobile Technology Corp. - 547FBC - iodyne + 7C2587 + chaowifi.com - 7CDFA1 - Espressif Inc. + 2C2131 + Juniper Networks - 98006A - ZTE Corporation + 00501E + Grass Valley, A Belden Brand - 002674 - Hunter Douglas + EC0D9A + Mellanox Technologies Inc. - 1C97C5 - Ynomia Pty Ltd + 90D7BE + Wavelab Global Inc. - 5CC1D7 - Samsung Electronics Ltd + 244E7B + IEEE Registration Authority - 380146 - Shenzhen Bilian Electronic Ltd + 30AEA4 + Espressif Inc. - 889655 - Zitte Corporation + 3CFA43 + Huawei Technologies Ltd - F4A4D6 + 145F94 Huawei Technologies Ltd - FCE14F - BRK Brands Inc. + 001F82 + Cal-Comp Electronics & Communications Company Ltd - 74B6B6 - eero Inc. + 883C1C + Mercury Corporation - EC97B2 - SUMEC Machinery & Electric Ltd + 002144 + SS Telecoms - 28FA7A - Zhejiang Tmall Technology Ltd + 006BF1 + Cisco Systems Inc. - 842E14 - Silicon Laboratories + 2834A2 + Cisco Systems Inc. - 1005E1 - Nokia + 7823AE + ARRIS Group Inc. - 08F458 - Huawei Device Ltd + 20719E + SF Technology Ltd - 5CBA2C - Hewlett Packard Enterprise + 2CC260 + Oracle Corporation - 343794 - Hamee Corp. + 3C3F51 + 2CRSI - 6CD94C - Vivo Mobile Communication Ltd + 3C2AF4 + Brother Industries Ltd - EC316D - Hansgrohe + C0854C + Ragentek Technology Group - 4410FE - Huizhou Foryou General Electronics Ltd + 0024AC + Hangzhou DPtech Technologies Ltd - 7CAB60 - Apple + 50584F + waytotec,Inc. - 44C65D - Apple + 085DDD + Mercury Corporation - 187EB9 - Apple + 8C60E7 + Mpgio Ltd - 4CA64D - Cisco Systems Inc. + CC9470 + Kinestral Technologies Inc. - CC7F75 - Cisco Systems Inc. + B439D6 + ProCurve Networking by HP - 20E874 - Apple + 34F39A + Intel Corporation - D03FAA - Apple + D816C1 + Dewav (HK) Electronics Limited - 0CB937 - Ubee Interactive Ltd + CC61E5 + Motorola Mobility LLC, a Lenovo Company - D4DC09 - Mist Systems Inc. + 8C8ABB + Beijing Orient View Technology Ltd - 0088BA - NC&C + 00039B + NetChip Technology Inc. - F47335 - Logitech Far East + 44D9E7 + Ubiquiti Networks Inc. - 90ADFC - Telechips Inc. + 24A43C + Ubiquiti Networks Inc. - 5CA62D - Cisco Systems Inc. + 9C8BA0 + Apple - 402B69 - Kumho Electric Inc. + CC088D + Apple - E8E98E - SOLAR Controls s.r.o. + 38A4ED + Xiaomi Communications Ltd - 64F6BB - Fibocom Wireless Inc. + B89919 + 7signal Solutions Inc. - BC1695 - ZTE Corporation + 40FE0D + Maxio - DC35F1 - Positivo Tecnologia S.A. + AC64DD + IEEE Registration Authority - A40801 + 94B819 + Nokia + + + 787D48 + Itel Mobile Limited + + + 8871E5 Amazon Technologies Inc. - AC1ED0 - Temic Automotive Philippines Inc. + BC39D9 + Z-TEC - 2CEA7F - Dell Inc. + 609AC1 + Apple - 345180 - TCL King Electrical Appliances (Huizhou) Ltd + 748D08 + Apple - A4CFD2 - Ubee Interactive Ltd + 00B0EE + Ajile Systems Inc. - A8A097 - ScioTeq bvba + 0418D6 + Ubiquiti Networks Inc. - 086BD1 - Shenzhen SuperElectron Technology Ltd + 20DBAB + Samsung Electronics Ltd - AC3A67 - Cisco Systems Inc. + 383A21 + IEEE Registration Authority - 3CB53D - Hunan Goke Microelectronics Ltd + D8380D + Shenzhen IP-CoM Network Ltd - 980D51 - Huawei Device Ltd + 88AD43 + Pegatron Corporation - 00ADD5 - Huawei Device Ltd + B4EFFA + Lemobile Information Technology (Beijing) Ltd - 905D7C - New H3C Technologies Ltd + 6C71BD + Ezelink Telecom - 98FAA7 - Innonet + 60EFC6 + Shenzhen Chima Technologies Co Limited - 487B5E - SMT Telecomm HK + 001FC6 + ASUSTek Computer Inc. - B8E3B1 - Huawei Technologies Ltd + B0C128 + Adler ELREHA GmbH - 00B7A8 - Heinzinger electronic GmbH + 3087D9 + Ruckus Wireless - EC7949 - Fujitsu Limited + FCCAC4 + LifeHealth LLC - D4D2D6 - FN-Link Technology Limited + F0D9B2 + EXO S.A. - 105072 - Sercomm Corporation. + E4C801 + BLU Products Inc - 900A84 - Mellanox Technologies Inc. + F09838 + Huawei Technologies Ltd - AC4A67 - Cisco Systems Inc. + C80E14 + AVM Audiovisuelles Marketing und Computersysteme GmbH - 70CA97 - Ruckus Wireless + AC63BE + Amazon Technologies Inc. - 000991 - Intelligent Platforms LLC. + F81D78 + IEEE Registration Authority - C8665D - Extreme Networks Inc. + 38F7B2 + Seojun Electric - E01C41 - Extreme Networks Inc. + 101250 + Integrated Device Technology (Malaysia) Sdn. Bhd. - D854A2 - Extreme Networks Inc. + 7802B7 + Shenzhen Ultra Easy Technology Ltd - 08661F - Palo Alto Networks + 646184 + Velux - BCF310 - Extreme Networks Inc. + E8E5D6 + Samsung Electronics Ltd - 285471 - Huawei Device Ltd + C87E75 + Samsung Electronics Ltd - B88E82 - Huawei Device Ltd + 00265F + Samsung Electronics Ltd - DC333D - Huawei Device Ltd + 00233A + Samsung Electronics Ltd - D8787F - Ubee Interactive Ltd + 086A0A + Askey Computer Corp - D41D71 - Palo Alto Networks + 98E7F4 + Hewlett-Packard Company - 0887C6 - Ingram Micro Services + 0007AB + Samsung Electronics Ltd - 785773 - Huawei Technologies Ltd + 002486 + DesignArt Networks - AC6089 - Huawei Technologies Ltd + 002478 + Mag Tech Electronics Co Limited - 843E92 - Huawei Technologies Ltd + 382DD1 + Samsung Electronics Ltd - 708CB6 - Huawei Technologies Ltd + 001B2C + ATRON electronic GmbH - 50464A - Huawei Technologies Ltd + 9034FC + Hon Hai Precision Ind Ltd - C4A402 - Huawei Technologies Ltd + 001427 + JazzMutant - 0015FF - Novatel Wireless Solutions Inc. + 001E84 + Pika Technologies Inc. - 2880A2 - Novatel Wireless Solutions Inc. + 10DDB1 + Apple - 68332C - Kenstel Networks Limited + 002329 + DDRdrive LLC - 145E45 - Bamboo Systems Group + 0026AD + Arada Systems Inc. - 70617B - Cisco Systems Inc. + FC1F19 + Samsung Electro Mechanics Ltd - 985949 - Luxottica Group S.P.A. + 840B2D + Samsung Electro Mechanics Ltd - AC67B2 - Espressif Inc. + 206432 + Samsung Electro Mechanics Ltd - 9CBD6E - DERA Ltd + B407F9 + Samsung Electro Mechanics Ltd - 4C3329 - Sweroam + 889FFA + Hon Hai Precision Ind Ltd - 64E172 - Shenzhen Qihoo Intelligent Technology Ltd + 8C7CB5 + Hon Hai Precision Ind Ltd - 488F5A - Routerboard.com + C44619 + Hon Hai Precision Ind Ltd - 100645 - Sagemcom Broadband SAS + 506313 + Hon Hai Precision Ind Ltd - 0014C9 - Brocade Communications Systems LLC + 60D819 + Hon Hai Precision Ind Ltd - 002438 - Brocade Communications Systems LLC + F82FA8 + Hon Hai Precision Ind Ltd - 748EF8 - Brocade Communications Systems LLC + 0C84DC + Hon Hai Precision Ind Ltd - 0027F8 - Brocade Communications Systems LLC + 00166C + Samsung Electronics Ltd - 50EB1A - Brocade Communications Systems LLC + 181EB0 + Samsung Electronics Ltd - F84DFC - Hangzhou Hikvision Digital Technology Ltd + 247F20 + Sagemcom Broadband SAS - 849A40 - Hangzhou Hikvision Digital Technology Ltd + E8039A + Samsung Electronics Ltd - D81FCC - Brocade Communications Systems LLC + 30CDA7 + Samsung Electronics Ltd - C489ED - Solid Optics EU N.V. + 001247 + Samsung Electronics Ltd - 60F43A - Edifier International + 001599 + Samsung Electronics Ltd - 58A87B - Fitbit Inc. + 0012FB + Samsung Electronics Ltd - 5C6BD7 - Foshan VIOMI Electric Appliance Technology Ltd + D0667B + Samsung Electronics Ltd - 1848CA - Murata Manufacturing Ltd + B85E7B + Samsung Electronics Ltd - 90EEC7 + E492FB Samsung Electronics Ltd - 1029AB + 6CB7F4 Samsung Electronics Ltd - 184ECB + 2C4401 Samsung Electronics Ltd - 8022A7 - NEC Platforms Ltd + B8D9CE + Samsung Electronics Ltd - 64E881 - Aruba Networks HP + 1C66AA + Samsung Electronics Ltd - 989D5D - Technicolor CH USA Inc. + 3C8BFE + Samsung Electronics Ltd - 5C2316 - Squirrels Research Labs LLC + D4E8B2 + Samsung Electronics Ltd - 042144 - Sunitec Enterprise Ltd + 1489FD + Samsung Electronics Ltd - A027B6 + BC851F Samsung Electronics Ltd - 103917 + 0015B9 Samsung Electronics Ltd - 9880EE + 002491 Samsung Electronics Ltd - CC0DF2 - Motorola Mobility LLC, a Lenovo Company + 002339 + Samsung Electronics Ltd - 94BF94 - Juniper Networks + 5001BB + Samsung Electronics Ltd - 94434D - Ciena Corporation + C40142 + MaxMedia Technology Limited - A84025 - Oxide Computer Company + 8430E5 + SkyHawke Technologies LLC - 1065A3 - Panamax LLC + 1C77F6 + Guangdong Oppo Mobile Telecommunications Corp Ltd - C85BA0 - Shenzhen Qihu Intelligent Technology Company Limited + 58E326 + Compass Technologies Inc. - E0BE03 - Lite-On Network Communication (Dongguan) Limited + 001B2A + Cisco Systems Inc. - 5C9012 - Owl Cyber Defense Solutions LLC + 749DDC + 2Wire Inc. - 38F7CD - IEEE Registration Authority + 14DDE5 + Mpmkvvcl - 98CBA4 - Benchmark Electronics + 001A09 + Wayfarer Transit Systems Ltd - 0012E3 - Agat Soft LLC + 742344 + Xiaomi Communications Ltd - 001351 - Niles Audio Corporation + 54880E + Samsung Electro-Mechanics(Thailand) - 183CB7 - Huawei Device Ltd + F025B7 + Samsung Electro-Mechanics(Thailand) - A48873 - Cisco Systems Inc. + F04347 + Huawei Technologies Ltd - B8804F - Texas Instruments + 9CB2B2 + Huawei Technologies Ltd - FCA5D0 - Guangdong Oppo Mobile Telecommunications Corp Ltd + A8C83A + Huawei Technologies Ltd - 04CB88 - Shenzhen Jingxun Software Telecommunication Technology Ltd + BC72B1 + Samsung Electronics Ltd - A06260 - Private + 78F7BE + Samsung Electronics Ltd - A4BDC4 - Huawei Technologies Ltd + 684898 + Samsung Electronics Ltd - 5C9157 - Huawei Technologies Ltd + 3423BA + Samsung Electro-Mechanics(Thailand) - 481693 - Lear Corporation GmbH + 003676 + ARRIS Group Inc. - B47947 - Nutanix + FC8E7E + ARRIS Group Inc. - 04F8F8 - Edgecore Networks Corporation + FC6FB7 + ARRIS Group Inc. - 38F0C8 - Mevo Inc. + D42C0F + ARRIS Group Inc. - 5CFE9E - Wiwynn Corporation Tainan Branch + 400E85 + Samsung Electro-Mechanics(Thailand) - 881C95 - Itel Mobile Limited + C8BA94 + Samsung Electro-Mechanics(Thailand) - F46942 - Askey Computer Corp + 843838 + Samsung Electro-Mechanics(Thailand) - 241407 - Xiamen Sigmastar Technology Ltd + A055DE + ARRIS Group Inc. - 08E9F6 - AMPAK Technology,Inc. + 80F503 + ARRIS Group Inc. - F02E51 - Casa Systems + 44AAF5 + ARRIS Group Inc. - CCC261 - IEEE Registration Authority + E09DFA + Wanan Hongsheng Electronic Ltd - 7470FD - Intel Corporation + 5C3C27 + Samsung Electronics Ltd - 7C2A31 - Intel Corporation + 70A84C + MONAD. Inc. - B46BFC - Intel Corporation + 24E43F + Wenzhou Kunmei Communication Technology Ltd - 144F8A - Intel Corporation + 287AEE + ARRIS Group Inc. - C0B6F9 - Intel Corporation + 88797E + Motorola Mobility LLC, a Lenovo Company - 48A472 - Intel Corporation + 305890 + Frontier Silicon Ltd - D8F2CA - Intel Corporation + 708BCD + ASUSTek Computer Inc. - 48F17F - Intel Corporation + 00258B + Mellanox Technologies Inc. - 4456E2 - Sichuan Tianyi Comheart Telecom Ltd + 00562B + Cisco Systems Inc. - 68ECC5 - Intel Corporation + E8FD90 + Turbostor - 7C7635 - Intel Corporation + 2CAC44 + Conextop - 640BD7 - Apple + D013FD + LG Electronics (Mobile Communications) - A8913D - Apple + BC644B + ARRIS Group Inc. - 4CC95E - Samsung Electronics Ltd + 606405 + Texas Instruments - 0C3B50 - Apple + 1899F5 + Sichuan Changhong Electric Ltd - 782B46 - Intel Corporation + 0025C3 + 21168 - 347DF6 - Intel Corporation + 000F57 + CABLELOGIC Ltd - CCD9AC - Intel Corporation + 000342 + Nortel Networks - 9C2976 - Intel Corporation + A48269 + Datrium Inc. - B89A2A - Intel Corporation + 10E68F + Kwangsung Electronics Korea Ltd - 58961D - Intel Corporation + 4CFACA + Cambridge Industries(Group) Ltd - 74D83E - Intel Corporation + 18ABF5 + Ultra Electronics Electrics - 08D23E - Intel Corporation + B03EB0 + MICRODIA Ltd - A87EEA - Intel Corporation + 001591 + RLW Inc. - 40EC99 - Intel Corporation + 00182E + XStreamHD - BC542F - Intel Corporation + 001283 + Nortel Networks - 34CFF6 - Intel Corporation + 0011F9 + Nortel Networks - C87EA1 - TCL MOKA International Limited + 001158 + Nortel Networks - 642C0F - Vivo Mobile Communication Ltd + 000F6A + Nortel Networks - A0510B - Intel Corporation + 000E62 + Nortel Networks - DCFB48 - Intel Corporation + 000CF8 + Nortel Networks - 84FDD1 - Intel Corporation + 0026F1 + ProCurve Networking by HP - 4074E0 - Intel Corporation + 380DD4 + Primax Electronics Ltd - 087190 - Intel Corporation + 98FDB4 + Primax Electronics Ltd - 5CCD5B - Intel Corporation + D8C46A + Murata Manufacturing Ltd - 98AF65 - Intel Corporation + D8FB68 + Cloud Corner Ltd - 40A6B7 - Intel Corporation + 685388 + P&S Technology - 0C7A15 - Intel Corporation + 982F3C + Sichuan Changhong Electric Ltd - 548D5A - Intel Corporation + 14C1FF + Shenzhen QianHai Comlan Communication Ltd - 3066D0 - Huawei Device Ltd + 000417 + Elau AG - 3CB233 - Huawei Device Ltd + ECFAAA + The IMS Company - 209E79 - Universal Electronics Inc. + F00786 + Shandong Bittel Electronics Ltd - AC5FEA - OnePlus Technology (Shenzhen) Ltd + 00D0F6 + Nokia - 044AC6 - Aipon Electronics Ltd + 54A619 + Alcatel-Lucent Shanghai Bell Ltd - 5CD5B5 - Shenzhen WiSiYiLink Technology Ltd + 000997 + Nortel Networks - 88948F - Xi'an Zhisensor Technologies Ltd + 001CEB + Nortel Networks - 189552 - 1MORE + 001C17 + Nortel Networks - C0FFA8 - Huawei Technologies Ltd + 001A8F + Nortel Networks - C0517E - Hangzhou Hikvision Digital Technology Ltd + 0017D1 + Nortel Networks - FC1499 - Aimore Acoustics Incorporation + 888322 + Samsung Electronics Ltd - 98C7A4 - Shenzhen HS Fiber Communication Equipment Ltd + E89309 + Samsung Electronics Ltd - 00BED5 - New H3C Technologies Ltd + 0014C7 + Nortel Networks - 0002C4 - OPT Machine Vision Tech Ltd + 001DAF + Nortel Networks - ACF108 - LG Innotek + 88A6C6 + Sagemcom Broadband SAS - 08ED9D - Tecno Mobile Limited + 94D469 + Cisco Systems Inc. - E86DCB - Samsung Electronics Ltd + 882BD7 + Addenergie Technologies - 304950 - IEEE Registration Authority + 0090CC + Planex Communications Inc. - 0005C9 - LG Innotek + 2057AF + Shenzhen FH-NET OPTOELECTRONICS Ltd - 0CDC7E - Espressif Inc. + 54DC1D + Yulong Computer Telecommunication Scientific (Shenzhen) Ltd - 2098D8 - Shenzhen Yingdakang Technology Ltd + ACA213 + Shenzhen Bilian electronic Ltd - 7CC77E - Fiberhome Telecommunication Technologies Ltd + 3C3300 + Shenzhen Bilian electronic Ltd - A0CFF5 - ZTE Corporation + 6CD032 + LG Electronics - 1C012D - Ficer Technology + 3CBDD8 + LG Electronics Inc - 3CA62F - AVM Audiovisuelles Marketing und Computersysteme GmbH + 344DF7 + LG Electronics (Mobile Communications) - 98B3EF - Huawei Device Ltd + 583F54 + LG Electronics (Mobile Communications) - 50F958 - Huawei Device Ltd + 0022CF + Planex Communications Inc. - C0A36E - BSkyB Ltd + E417D8 + 8BITDO Technology HK Limited - 6032B1 - TP-Link Technologies Ltd + 9CD332 + PLC Technology Ltd - 7CFD6B - Xiaomi Communications Ltd + 38F8CA + OWIN Inc. - E41F7B - Cisco Systems Inc. + 44334C + Shenzhen Bilian electronic Ltd - 182649 - Intel Corporation + 64899A + LG Electronics (Mobile Communications) - 8803E9 - Guangdong Oppo Mobile Telecommunications Corp Ltd + 002105 + Alcatel-Lucent IPD - 345840 - Huawei Technologies Ltd + 001BC5 + IEEE Registration Authority - 5C647A - Huawei Technologies Ltd + 48DF37 + Hewlett Packard Enterprise - BC7F7B - Huawei Device Ltd + C0E42D + TP-Link Technologies Ltd - F0FAC7 - Huawei Device Ltd + 8CA6DF + TP-Link Technologies Ltd - DCEF80 - Huawei Technologies Ltd + 8416F9 + TP-Link Technologies Ltd - B46F2D - Wahoo Fitness + 18D6C7 + TP-Link Technologies Ltd - 5C857E - IEEE Registration Authority + 78C3E9 + Samsung Electronics Ltd - 846B48 - Shenzhen EepuLink Ltd + 8C1ABF + Samsung Electronics Ltd - B460ED - Beijing Xiaomi Mobile Software Ltd + 30CBF8 + Samsung Electronics Ltd - 30CC21 - ZTE Corporation + A0CBFD + Samsung Electronics Ltd - 646C80 - Chongqing Fugui Electronics Ltd + E45D75 + Samsung Electronics Ltd - 089E01 - Quanta Computer Inc. + 00E04D + Internet Initiative Japan Inc. - A81E84 - Quanta Computer Inc. + F8A9D0 + LG Electronics (Mobile Communications) - C01850 - Quanta Computer Inc. + CCFA00 + LG Electronics (Mobile Communications) - 4427F3 - 70mai Ltd + 74A722 + LG Electronics (Mobile Communications) - 047D7B - Quanta Computer Inc. + F01C13 + LG Electronics (Mobile Communications) - 0025DC - Sumitomo Electric Industries Ltd + 58FCDB + IEEE Registration Authority - D4F337 - Xunison Ltd + B0C5CA + IEEE Registration Authority - 48A2B8 - Chengdu Vision-Zenith Tech Ltd + 7419F8 + IEEE Registration Authority - C0B8E6 - Ruijie Networks Ltd + A816B2 + LG Electronics (Mobile Communications) - 8C941F - Cisco Systems Inc. + 64BC0C + LG Electronics (Mobile Communications) - 687DB4 - Cisco Systems Inc. + 90C682 + IEEE Registration Authority - 58E873 - HANGZHOU DANGBEI NETWORK TECH Ltd + C01ADA + Apple - B030C8 - Teal Drones Inc. + 000031 + Qpsx Communications Ltd - DC41A9 - Intel Corporation + 000E1E + QLogic Corporation - 088F2C - Amber Technology Ltd + 0014D1 + TRENDnet Inc. - A83512 - Huawei Device Ltd + CC52AF + Universal Global Scientific Industrial Ltd - 90F644 - Huawei Device Ltd + 001C14 + VMware Inc. - 44AF28 - Intel Corporation + 005056 + VMware Inc. - 9C9D7E - Beijing Xiaomi Mobile Software Ltd + 00121C + Parrot SA - 7412B3 - Chongqing Fugui Electronics Ltd + 9003B7 + Parrot SA - 9447B0 - Beijing Eswin Computing Technology Ltd + 208756 + Siemens AG - A0681C - GD Midea Air-Conditioning Equipment Ltd + 74B472 + Ciesse - 6C442A - Huawei Technologies Ltd + FCF152 + Sony Corporation - A47CC9 + 483C0C Huawei Technologies Ltd - C40D96 - Huawei Technologies Ltd + 309BAD + BBK Educational Electronics Corp Ltd - F85C7D - Shenzhen Honesty Electronics Ltd + 001BB1 + Wistron Neweb Corporation - 84225E - Shenzhen Technewchip Technology Ltd + 0080F7 + Zenith Electronics Corporation - E45AD4 - Eltex Enterprise Ltd + BC307D + Wistron Neweb Corporation - 842AFD - HP Inc. + 48A9D2 + Wistron Neweb Corporation - 1CFE2B - Amazon Technologies Inc. + 80EA23 + Wistron Neweb Corporation - CC483A - Dell Inc. + 002713 + Universal Global Scientific Industrial Ltd - A4AE12 - Hon Hai Precision Ind Ltd + BC307E + Wistron Neweb Corporation - DCA3A2 - Feng mi(Beijing)technology Ltd + 08952A + Technicolor CH USA Inc. - 7C25DA - FN-Link Technology Limited + 4432C8 + Technicolor CH USA Inc. - A8698C - Oracle Corporation + 38A28C + Shenzhen RF-Link Technology Ltd - EC570D - AFE Inc. + B4A5EF + Sercomm Corporation. - A4AC0F - Huawei Device Ltd + 849D64 + SMC Corporation - CCFF90 - Huawei Device Ltd + 0010C1 + OI Electric Ltd - 5405DB - LCFC(HeFei) Electronics Technology Ltd + 28BE9B + Technicolor CH USA Inc. - D4D51B - Huawei Technologies Ltd + FC528D + Technicolor CH USA Inc. - 2491BB - Huawei Technologies Ltd + 506583 + Texas Instruments - 645E10 - Huawei Technologies Ltd + B09122 + Texas Instruments - ECF22B - Tecno Mobile Limited + FC51A4 + ARRIS Group Inc. - E45F01 - Raspberry Pi Trading Ltd + 9857D3 + HON HAI-Ccpbg Precision Ind Ltd - 44A54E - Qorvo International Pte Ltd + FCF528 + ZyXEL Communications Corp - C8E600 - Huawei Technologies Ltd + 00A0C5 + ZyXEL Communications Corp - 30578E - eero Inc. + A09E1A + Polar Electro Oy - 003054 - Castlenet Technology Inc. + 1CD6BD + Leedarson Lighting Ltd - C816DA - Realme Chongqing Mobile Telecommunications Corp Ltd + D0D94F + IEEE Registration Authority - B04414 - New H3C Technologies Ltd + 001E04 + Hanson Research Corporation - 484BD4 - Technicolor CH USA Inc. + 60C0BF + ON Semiconductor - 309610 - Huawei Device Ltd + AC0481 + Jiangsu Huaxing Electronics Ltd - 784558 - Ubiquiti Networks Inc. + 68B35E + Shenzhen Neostra Technology Ltd - 64F947 - Senscomm Semiconductor Ltd + 408805 + Motorola Mobility LLC, a Lenovo Company - DC00B0 - Freebox SAS + 24E271 + Qingdao Hisense Communications Ltd - 707414 - Murata Manufacturing Ltd + BC6010 + Qingdao Hisense Communications Ltd - A0764E - Espressif Inc. + D0FCCC + Samsung Electronics Ltd - B4FBE3 - AltoBeam (China) Inc. + 98398E + Samsung Electronics Ltd - 188740 - Xiaomi Communications Ltd + 44D1FA + Shenzhen Yunlink Technology Ltd - 341CF0 - Xiaomi Communications Ltd + F0F644 + Whitesky Science & Technology Ltd - 10D7B0 - Sagemcom Broadband SAS + 20F17C + Huawei Technologies Ltd - 445943 - ZTE Corporation + 346AC2 + Huawei Technologies Ltd - 343654 - ZTE Corporation + C41CFF + Vizio Inc. - 748F3C - Apple + C09727 + Samsung Electro-Mechanics(Thailand) - 40F946 - Apple + DC293A + Shenzhen Nuoshi Technology Ltd - 6C09BF - Fiberhome Telecommunication Technologies Ltd + 7C6AF3 + Integrated Device Technology (Malaysia) Sdn. Bhd. - 30AFCE - Vivo Mobile Communication Ltd + E46251 + HAO Cheng Group Limited - FC6DD1 - APRESIA Systems Ltd + 40562D + Smartron India Pvt Ltd - 80C955 - Redpine Signals Inc. + 3876D1 + Euronda SpA - CC4F5C - IEEE Registration Authority + C4693E + Turbulence Design Inc. - 30B216 - Hitachi ABB Power Grids - Grid Automation + 009569 + LSD Science and Technology Ltd - 4C6D58 - Juniper Networks + B0CF4D + MI-Zone Technology Ireland - 5CED8C - Hewlett Packard Enterprise + 289AFA + TCT mobile Ltd - 30D042 - Dell Inc. + 001A34 + Konka Group Ltd - C0C9E3 - TP-Link Technologies Ltd + 0011FC + HARTING Electronics GmbH - F88C21 - TP-Link Technologies Ltd + 002389 + Hangzhou H3C Technologies Ltd - C4278C - Huawei Device Ltd + 3CE5A6 + Hangzhou H3C Technologies Ltd - 808FE8 - Intelbras + 5CDD70 + Hangzhou H3C Technologies Ltd - 7C73EB - Huawei Device Ltd + 3C8C40 + Hangzhou H3C Technologies Ltd - E48F1D - Huawei Device Ltd + A067BE + Sicon srl - FCCD2F - IEEE Registration Authority + D8209F + Cubro Acronet GesmbH - 94B271 - Huawei Technologies Ltd + 8C7716 + Longcheer Telecommunication Limited - 78058C - mMax Communications Inc. + 68FB7E + Apple - C4A72B - Shenzhen Chuangwei-RGB Electronics Ltd + 84A134 + Apple - CCF55F - E Focus Instruments India Private Limited + A0D385 + AUMA Riester GmbH & Co. KG - D0C31E - JUNGJIN Electronics Ltd + 1414E6 + Ningbo Sanhe Digital Ltd - 141333 - Azurewave Technologies Inc. + 002582 + Maksat Technologies (P) Ltd - A4178B - Huawei Technologies Ltd + 0C5101 + Apple - 5C3400 - Hisense Electric Ltd + 2CF0A2 + Apple - 4C3BDF - Microsoft Corporation + 48C049 + Broad Telecom SA - 087C39 - Amazon Technologies Inc. + AC6FBB + TATUNG Technology Inc. - D810CB - Andrea Informatique + 001C41 + scemtec Transponder Technology GmbH - FC1928 - Actions Microelectronics Ltd + 146308 + Jabil Circuit (Shanghai) Ltd - 3CD2E5 - New H3C Technologies Ltd + 001E25 + Intek Digital - B098BC - Huawei Device Ltd + 00E0CF + Integrated Device - 24016F - Huawei Device Ltd + 904D4A + Sagemcom Broadband SAS - D05919 - ZTE Corporation + 044E5A + ARRIS Group Inc. - E0913C - Kyeungin CNS Ltd + 0060B1 + Input/Output Inc. - 00B881 - New platforms LLC + 547F54 + Ingenico - 001B2E - Sinkyo Electron Inc + 6C2483 + Microsoft Mobile Oy - C43772 - Virtuozzo International GmbH + 6891D0 + IEEE Registration Authority - CC3B27 - Tecno Mobile Limited + E04F43 + Universal Global Scientific Industrial Ltd - 0858A5 - Beijing Vrv Software Corpoaration Limited. + 38700C + ARRIS Group Inc. - 983F60 - Huawei Technologies Ltd + 000E2E + Edimax Technology Ltd - C03FDD - Huawei Technologies Ltd + 00065F + ECI Telecom Ltd - 303235 - Qingdao Intelligent & Precise Electronics Ltd + 00208F + ECI Telecom Ltd - E0E2E6 - Espressif Inc. + 844076 + Drivenets - 9C7370 - Huawei Technologies Ltd + 001CD7 + Harman/Becker Automotive Systems GmbH - 582429 - Google Inc. + 003A7D + Cisco Systems Inc. - E80AEC - Jiangsu Hengtong Optic-Electric Ltd + 90C7D8 + ZTE Corporation - C4DE7B - Huawei Device Ltd + 00185C + EDSLAB Technologies - 7CC294 - Beijing Xiaomi Mobile Software Ltd + 001A45 + GN Netcom A/S - 40D4BD - SK Networks Service Ltd + 002088 + Global Village Communication - 68D48B - Hailo Technologies Ltd + 541379 + Hon Hai Precision Ind Ltd - 6C1A75 - Huawei Device Ltd + 001921 + Elitegroup Computer Systems Ltd - 6C7637 - Huawei Device Ltd + 0016EC + Elitegroup Computer Systems Ltd - 18EE86 - Novatel Wireless Solutions Inc. + 000795 + Elitegroup Computer Systems Ltd - A09F10 - Shenzhen Bilian Electronic Ltd + FC0F4B + Texas Instruments - 201B88 - Dongguan Liesheng Electronic Ltd + D4883F + Hdpro Ltd - 249493 - FibRSol Global Network Limited + 1088CE + Fiberhome Telecommunication Technologies Ltd - 28D044 - Shenzhen Xinyin technology Company + 60B617 + Fiberhome Telecommunication Technologies Ltd - A8407D - GD Midea Air-Conditioning Equipment Ltd + DC9C9F + Shenzhen YOUHUA Technology Ltd - FC4B57 - Peerless Instrument Division Of Curtiss-Wright + 74DFBF + Liteon Technology Corporation - 5C10C5 - Samsung Electronics Ltd + F03E90 + Ruckus Wireless - E8EB34 - Cisco Systems Inc. + D8D723 + IDS Inc. - 5860D8 - ARRIS Group Inc. + 84AD58 + Huawei Technologies Ltd - 9C9AC0 - LEGO System A/S + 58605F + Huawei Technologies Ltd - 3CBDC5 - Arcadyan Corporation + 00A0F4 + GE - DC8C1B - Vivo Mobile Communication Ltd + AC0D1B + LG Electronics (Mobile Communications) - A8DA0C - Servercom (India) Private Limited + F0D1B8 + Ledvance - F85329 - Huawei Technologies Ltd + 986D35 + IEEE Registration Authority - 50A5DC - ARRIS Group Inc. + 88795B + Konka Group Ltd - 74B7B3 - Shenzhen YOUHUA Technology Ltd + 081F71 + TP-Link Technologies Ltd - 8815C5 - Huawei Device Ltd + 5CCA1A + Microsoft Mobile Oy - B41BB0 - Apple + FC2FAA + Nokia - 58D349 - Apple + B07E70 + Zadara Storage Ltd - F434F0 - Apple + 0080B1 + Softcom A/S - B08C75 - Apple + 202DF8 + Digital Media Cartridge Ltd - A4AAFE - Huawei Device Ltd + 10D0AB + ZTE Corporation - F83B7E - Huawei Device Ltd + 0004C6 + Yamaha Motor Ltd - 9C28B3 - Apple + 18A3E8 + Fiberhome Telecommunication Technologies Ltd - A07817 - Apple + 741E93 + Fiberhome Telecommunication Technologies Ltd - 5C8730 - Apple + 202D07 + Samsung Electronics Ltd - DC9BD6 - TCT mobile Ltd + D8803C + Anhui Huami Information Technology Company Limited - 7040FF - Huawei Device Ltd + 0034DA + LG Electronics (Mobile Communications) - 34D693 - Huawei Device Ltd + 3810D5 + AVM Audiovisuelles Marketing und Computersysteme GmbH - E01FED - Nokia Shanghai Bell Ltd + 18C501 + Shenzhen Gongjin Electronics Ltd - 146B9A - ZTE Corporation + 00A0B8 + NetApp - 78321B - D-Link International + 00C88B + Cisco Systems Inc. - 04E77E - We Corporation Inc. + 24C3F9 + Securitas Direct AB - 4C52EC - SOLARWATT GmbH + 2C21D7 + IMAX Corporation - 30D941 - Raydium Semiconductor Corp. + 0009D2 + Mai Logic Inc. - 687627 - Zhuhai Dingzhi Electronic Technology Ltd + 006016 + Clariion - 200BCF - Nintendo Ltd + 981FB1 + Shenzhen Lemon Network Technology Ltd - 38C096 - Alpsalpine Ltd + 0C5A9E + Wi-SUN Alliance - AC7A4D - Alpsalpine Ltd + B44BD2 + Apple - 04766E - Alpsalpine Ltd + DC415F + Apple - 24E4C8 - Fiberhome Telecommunication Technologies Ltd + 641225 + Cisco Systems Inc. - 948ED3 - Arista Networks + 7864E6 + Green Motive Technology Limited - 002643 - Alpsalpine Ltd + 3CBEE1 + Nikon Corporation - C0F6EC - Huawei Technologies Ltd + 102AB3 + Xiaomi Communications Ltd - CC208C - Huawei Technologies Ltd + 40D357 + Ison Technology Ltd - 885A85 - Wistron Neweb Corporation + A41588 + ARRIS Group Inc. - D80093 - Aurender Inc. + F45C89 + Apple - 389052 - Huawei Technologies Ltd + 20768F + Apple - 408F9D - Juniper Networks + 0011D1 + Soft Imaging System GmbH - 0015E7 - Quantec Tontechnik + 98D686 + Chyi Lee Industry Ltd - FCB3BC - Intel Corporation + 8CC661 + Current, powered by GE - 18CC18 - Intel Corporation + 88A084 + Formation Data Systems - C03C59 - Intel Corporation + E8B2AC + Apple - 841B77 - Intel Corporation + E49A79 + Apple - 2CA59C - Hangzhou Hikvision Digital Technology Ltd + 30A9DE + LG Innotek - 34C93D - Intel Corporation + F01B6C + Vivo Mobile Communication Ltd - 6C98EB - Riverbed Technology Inc. + A0B9ED + Skytap - 001FF5 - Kongsberg Defence & Aerospace + 94C960 + Zhongshan B&T technology Ltd - 74ECB2 - Amazon Technologies Inc. + 74C330 + Shenzhen Fast Technologies Ltd - C86C3D - Amazon Technologies Inc. + 403F8C + TP-Link Technologies Ltd - C04121 - Nokia Solutions and Networks GmbH & Co. KG + DCB3B4 + Honeywell Environmental & Combustion Controls (Tianjin) Ltd - 0C7C28 - Nokia Solutions and Networks GmbH & Co. KG + 001D3B + Nokia Danmark A/S - 207852 - Nokia Solutions and Networks GmbH & Co. KG + 001DFD + Nokia Danmark A/S - 54FA96 - Nokia Solutions and Networks GmbH & Co. KG + 001E3B + Nokia Danmark A/S - 7CC2C6 - TP-Link Corporation Limited + 001EA4 + Nokia Danmark A/S - 089AC7 - ZTE Corporation + 0026CC + Nokia Danmark A/S - BC6D05 - Dusun Electron Ltd + 000EED + Nokia Danmark A/S - 744CA1 - Liteon Technology Corporation + 4C2578 + Nokia Corporation - B4B291 - LG Electronics + BCC6DB + Nokia Corporation - C0E018 - Huawei Technologies Ltd + 00119F + Nokia Danmark A/S - 5CE747 - Huawei Technologies Ltd + 001A16 + Nokia Danmark A/S - A8FFBA - Huawei Technologies Ltd + 001A89 + Nokia Danmark A/S - AC78D1 - Juniper Networks + 001ADC + Nokia Danmark A/S - ECBE5F - Vestel Elektronik San ve Tic. A.S. + 0025CF + Nokia Danmark A/S - A4423B - Intel Corporation + 0021AB + Nokia Danmark A/S - 70CF49 - Intel Corporation + 001FDE + Nokia Danmark A/S - 4851C5 - Intel Corporation + 001FDF + Nokia Danmark A/S - 20EFBD - Roku Inc. + 547975 + Nokia Corporation - EC7CB6 - Samsung Electronics Ltd + A87B39 + Nokia Corporation - 58A639 - Samsung Electronics Ltd + 00247C + Nokia Danmark A/S - A4E57C - Espressif Inc. + 002266 + Nokia Danmark A/S - 84E342 - Tuya (HK) Limietd + 0021FE + Nokia Danmark A/S - 04F993 - Infinix mobility limited + C477AB + Beijing ASU Tech Ltd - BCBD9E - Itel Mobile Limited + 000BCA + Datavan TC - F42A7D - TP-Link Technologies Ltd + 702559 + CyberTAN Technology Inc. - 8C0FC9 - Huawei Device Ltd + 607EDD + Microsoft Mobile Oy - 304E1B - Huawei Device Ltd + A8A089 + Tactical Communications - 6C0309 - Cisco Systems Inc. + 48365F + Wintecronics Ltd - BCD295 - Cisco Systems Inc. + 001D20 + Comtrend Corporation - 74504E - New H3C Technologies Ltd + 08373D + Samsung Electronics Ltd - F03965 - Samsung Electronics Ltd + 0C75BD + Cisco Systems Inc. - FCB662 - IC Holdings LLC + 300D43 + Microsoft Mobile Oy - 502DFB - IGShare Ltd + 00000E + Fujitsu Limited - 40EE15 - Zioncom Electronics (Shenzhen) Ltd + 000B5D + Fujitsu Limited - 00F361 - Amazon Technologies Inc. + C488E5 + Samsung Electronics Ltd - 6C0DE1 - Dongguan Cannice Precision Manufacturing Ltd + 080581 + Roku Inc. - 606C63 - Hitron Technologies Inc. + 000DF3 + Asmax Solutions - E8D765 - Huawei Technologies Ltd + 80ACAC + Juniper Networks - E45E1B - Google Inc. + 000DB6 + Broadcom - C430CA - SD Biosensor + 000AF7 + Broadcom - D4A651 - Tuya Smart Inc. + D40129 + Broadcom - 28052E - Dematic Corp + 001D00 + Brivo Systems LLC - 8CEC7B - Apple + 0020D6 + Breezecom Ltd - 000FA0 - Canon Korea Business Solutions Inc. + 00E063 + Cabletron Systems Inc. - 408C1F - Guangdong Oppo Mobile Telecommunications Corp Ltd + FCC734 + Samsung Electronics Ltd - 04F03E - Huawei Device Ltd + 8425DB + Samsung Electronics Ltd - 78E22C - Huawei Device Ltd + B0EC71 + Samsung Electronics Ltd - 14D19E - Apple + E458B8 + Samsung Electronics Ltd - 40C711 - Apple + 088C2C + Samsung Electronics Ltd - 5C7017 - Apple + 64B853 + Samsung Electronics Ltd - C0D026 - Huawei Device Ltd + 389496 + Samsung Electronics Ltd - 80C501 - OctoGate IT Security Systems GmbH + 5056BF + Samsung Electronics Ltd - 88C3E5 - Betop Techonologies + 90F1AA + Samsung Electronics Ltd - 2C3F0B - Cisco Meraki + 1077B1 + Samsung Electronics Ltd - E428A4 - Prama India Private Limited + 001FC7 + Casio Hitachi Mobile Communications Ltd - 943A91 - Amazon Technologies Inc. + A49A58 + Samsung Electronics Ltd - 3CC786 - Dongguan Huarong Communication Technologies Ltd + 08EE8B + Samsung Electronics Ltd - 002DB3 - AMPAK Technology,Inc. + 0CA42A + OB Telecom Electronic Technology Ltd - E4FD45 - Intel Corporation + 74458A + Samsung Electronics Ltd - 28C87C - ZTE Corporation + 5CDC96 + Arcadyan Technology Corporation - 145051 - Sharp Corporation + 743170 + Arcadyan Technology Corporation - C4D0E3 - Intel Corporation + 001A2A + Arcadyan Technology Corporation - 184CAE - Continental + 88252C + Arcadyan Technology Corporation - B05DD4 - ARRIS Group Inc. + 40BA61 + ARIMA Communications Corp. - 848094 - Meter Inc. + 0011F5 + Askey Computer Corp - 10B3D5 - Cisco Systems Inc. + 0016E3 + Askey Computer Corp - 30A2C2 - Huawei Device Ltd + E839DF + Askey Computer Corp - DCDFD6 - ZTE Corporation + 1CC63C + Arcadyan Technology Corporation - ACA88E - Sharp Corporation + 1883BF + Arcadyan Technology Corporation - 98415C - Nintendo Ltd + 68ED43 + BlackBerry RTS - 705425 - ARRIS Group Inc. + 70AAB2 + BlackBerry RTS - 5C0BCA - Tunstall Nordic AB + 00146C + Netgear - 283334 - Huawei Device Ltd + 001E2A + Netgear - 50A132 - Shenzhen MiaoMing Intelligent Technology Ltd + 00184D + Netgear - 807871 - Askey Computer Corp + 00040E + AVM GmbH - 4CB1CD - Ruckus Wireless + 9CC7A6 + AVM GmbH - F49C12 - Structab AB + A06391 + Netgear - 88517A - HMD Global Oy + 20E52A + Netgear - ACB3B5 - Huawei Technologies Ltd + 4494FC + Netgear - 083A88 - Universal Global Scientific Industrial Ltd + 200CC8 + Netgear - 08318B + C4473F Huawei Technologies Ltd - F4B688 - Plantronics Inc. + 744401 + Netgear - 4C7A48 - Nippon Seiki (Europe) B.V. + E091F5 + Netgear - 84D15A - TCT mobile Ltd + 000F86 + BlackBerry RTS - 047F0E - Barrot Technology Limited + 0024D2 + Askey Computer Corp - B8F653 - Shenzhen Jingxun Software Telecommunication Technology Ltd + B4EEB4 + Askey Computer Corp - 60AB14 - LG Innotek + E46449 + ARRIS Group Inc. - BC62D2 - Genexis International B.V. + 40FC89 + ARRIS Group Inc. - 6C9E7C - Fiberhome Telecommunication Technologies Ltd + 2C9E5F + ARRIS Group Inc. - 44D5F2 - IEEE Registration Authority + 002636 + ARRIS Group Inc. - 000C86 - Cisco Systems Inc. + 001CC1 + ARRIS Group Inc. - F83CBF - Botato Electronics SDN BHD + 001E5A + ARRIS Group Inc. - FC589A - Cisco Systems Inc. + 001371 + ARRIS Group Inc. - F08620 - Arcadyan Corporation + 0023EE + ARRIS Group Inc. - DCCC8D - Integrated Device Technology (Malaysia) Sdn. Bhd. + 001ADE + ARRIS Group Inc. - F05C77 - Google Inc. + 745612 + ARRIS Group Inc. - 111111 - Private + 0050E3 + ARRIS Group Inc. - 6CD71F - Guangdong Oppo Mobile Telecommunications Corp Ltd + 002136 + ARRIS Group Inc. - F06865 - Taicang T&W Electronics + 001626 + ARRIS Group Inc. - A463A1 - Inventus Power Eletronica do Brasil LtdA + 0019A6 + ARRIS Group Inc. - 3C9D56 - Huawei Technologies Ltd + E8C74F + Liteon Technology Corporation - 70FD45 - Huawei Technologies Ltd + D05349 + Liteon Technology Corporation - 446747 - Huawei Technologies Ltd + E8F724 + Hewlett Packard Enterprise - 884A70 - Wacom Ltd + 280DFC + Sony Interactive Entertainment Inc. - F4B5BB - Ceragon Networks + 001311 + ARRIS Group Inc. - 507AC5 - Apple + D0DF9A + Liteon Technology Corporation - 4C6BE8 - Apple + 1C659D + Liteon Technology Corporation - 8C861E - Apple + 3010B3 + Liteon Technology Corporation - 542B8D - Apple + 701A04 + Liteon Technology Corporation - 001D29 - Doro AB + 48D224 + Liteon Technology Corporation - ECA5DE - ONYX WIFI Inc + 20689D + Liteon Technology Corporation - 1033BF - Technicolor CH USA Inc. + 7CBFB1 + ARRIS Group Inc. - 347563 - Shenzhen RF-Link Technology Ltd + 080046 + Sony Corporation - 142E5E - Sercomm Corporation. + ECF00E + AboCom - 0025CB - Reiner SCT + 00E098 + AboCom - 44237C - Beijing Xiaomi Mobile Software Ltd + 74DAEA + Texas Instruments - C064E4 - Cisco Systems Inc. + 948815 + Infinique Worldwide Inc - 50804A - Quectel Wireless Solutions Ltd + D0E44A + Murata Manufacturing Ltd - 309435 - Vivo Mobile Communication Ltd + 384FF0 + Azurewave Technologies Inc. - D44BB6 - Zhejiang Tmall Technology Ltd + E874E6 + ADB Broadband Italia - 38184C - Sony Home Entertainment & Sound Products Inc + 0020E0 + Actiontec Electronics Inc. - D82FE6 - Zhejiang Tmall Technology Ltd + 002662 + Actiontec Electronics Inc. - 140F42 - Nokia + 002553 + ADB Broadband Italia - 006D61 - Guangzhou V-SOLUTION Electronic Technology Ltd + 00193E + ADB Broadband Italia - C4AC59 - Murata Manufacturing Ltd + 000827 + ADB Broadband Italia - FCA47A - IEEE Registration Authority + 742F68 + Azurewave Technologies Inc. - E419C1 - Huawei Technologies Ltd + 4C14A3 + TCL Technoly Electronics (Huizhou) Ltd - B86685 - Sagemcom Broadband SAS + 4CB0E8 + Beijing RongZhi xinghua technology Ltd - 381A52 - Seiko Epson Corporation + D887D5 + Leadcore Technology Ltd - 000A17 - Nestar Communications Inc. + 00F28B + Cisco Systems Inc. - D8AF81 - ZAO NPK Rotek + 34E6AD + Intel Corporation - E4FDA1 - Huawei Technologies Ltd + 081196 + Intel Corporation - B452A9 - Texas Instruments + 183DA2 + Intel Corporation - 54EF44 - Lumi United Technology Ltd + 809B20 + Intel Corporation - 402B50 - ARRIS Group Inc. + 002314 + Intel Corporation - 78CC2B - Sinewy Technology Ltd + 340286 + Intel Corporation - D0C857 - IEEE Registration Authority + 001CBF + Intel Corporation - FCBCD1 - Huawei Technologies Ltd + B4B676 + Intel Corporation - 7460FA - Huawei Technologies Ltd + 3CA9F4 + Intel Corporation - CC3ADF - Private + B88A60 + Intel Corporation - 38EFE3 - Ingenico Terminals SAS + 78FF57 + Intel Corporation - 50D4F7 - TP-Link Technologies Ltd + 9C4E36 + Intel Corporation - 001F47 - MCS Logic Inc. + 3413E8 + Intel Corporation - 8CFD18 - Huawei Technologies Ltd + 002710 + Intel Corporation - B45459 - China Mobile (Hangzhou) Information Technology Ltd + A48E0A + DeLaval International AB - 000970 - Vibration Research Corporation + AC2B6E + Intel Corporation - 14A2A0 - Cisco Systems Inc. + 9C3583 + Nipro Diagnostics Inc. - E4AB89 - MitraStar Technology Corp. + C06118 + TP-Link Technologies Ltd - 78C313 - China Mobile Group Device Ltd + B82A72 + Dell Inc. - 7434AE - this is engineering Inc. + F8E079 + Motorola Mobility LLC, a Lenovo Company - 74ADB7 - China Mobile Group Device Ltd + CCC3EA + Motorola Mobility LLC, a Lenovo Company - 6095CE - IEEE Registration Authority + 40786A + Motorola Mobility LLC, a Lenovo Company - 8CE5C0 - Samsung Electronics Ltd + 0019D1 + Intel Corporation - F08A76 - Samsung Electronics Ltd + 0019D2 + Intel Corporation - ECAA25 - Samsung Electronics Ltd + 001B21 + Intel Corporation - 687D6B - Samsung Electronics Ltd + 18FF0F + Intel Corporation - 485169 - Samsung Electronics Ltd + 34DE1A + Intel Corporation - C40683 - Huawei Technologies Ltd + E8B1FC + Intel Corporation - 94D00D - Huawei Technologies Ltd + CC3D82 + Intel Corporation - C48A5A - Jfcontrol + 001F3C + Intel Corporation - B49A95 - Shenzhen Boomtech Industrial Corporation + 002315 + Intel Corporation - AC83E9 - Beijing Zile Technology Ltd + 00166F + Intel Corporation - D8CA06 - Titan DataCenters France + 000A8A + Cisco Systems Inc. - 1C20DB - Huawei Technologies Ltd + 001D09 + Dell Inc. - D0C65B - Huawei Technologies Ltd + 0023AE + Dell Inc. - 9078B2 - Xiaomi Communications Ltd + BC305B + Dell Inc. - B4CFE0 - Sichuan tianyi kanghe Communications Ltd + 388602 + Flexoptix GmbH - BC7FA4 - Xiaomi Communications Ltd + 4065A3 + Sagemcom Broadband SAS - FC492D - Amazon Technologies Inc. + D02212 + IEEE Registration Authority - 74EE2A - Shenzhen Bilian Electronic Ltd + 100723 + IEEE Registration Authority - 087E64 - Technicolor CH USA Inc. + A44F29 + IEEE Registration Authority - 080039 - Spider Systems Limited + 74F8DB + IEEE Registration Authority - 90473C - China Mobile Group Device Ltd + A43BFA + IEEE Registration Authority - 889E33 - TCT mobile Ltd + B8CA3A + Dell Inc. - 6C8AEC - Nantong Coship Electronics Ltd + ECF4BB + Dell Inc. - 84C2E4 - Jiangsu Qinheng Ltd + D4BED9 + Dell Inc. - 7C21D8 - Shenzhen Think Will Communication Technology Ltd + 00194B + Sagemcom Broadband SAS - FCEA50 - Integrated Device Technology (Malaysia) Sdn. Bhd. + 001E74 + Sagemcom Broadband SAS - 00E06B - W&G Special Products + 383BC8 + 2Wire Inc. - 045C6C - Juniper Networks + 60FE20 + 2Wire Inc. - D8F15B - Espressif Inc. + 002456 + 2Wire Inc. - D4F057 - Nintendo Ltd + C0830A + 2Wire Inc. - 6CF17E - Zhejiang Uniview Technologies Ltd + 00183F + 2Wire Inc. - 083A2F - Guangzhou Juan Intelligent Tech Joint Stock Ltd + 000D56 + Dell Inc. - 1C3A60 - Ruckus Wireless + 181E78 + Sagemcom Broadband SAS - D4351D - Technicolor + 0037B7 + Sagemcom Broadband SAS - 6009C3 - u-blox AG + 0054BD + Swelaser AB - 488764 - Vivo Mobile Communication Ltd + 001E4C + Hon Hai Precision Ind Ltd - 5C1CB9 - Vivo Mobile Communication Ltd + 20BB76 + CoL GIOVANNI PAOLO SpA - C0FD84 - ZTE Corporation + 3CDD89 + Somo Holdings & Tech Ltd - 444B7E - Fiberhome Telecommunication Technologies Ltd + 1801E3 + Bittium Wireless Ltd - DC8C37 - Cisco Systems Inc. + 149182 + Belkin International Inc. - E8D0FC - Liteon Technology Corporation + 18622C + Sagemcom Broadband SAS - E8E8B7 - Murata Manufacturing Ltd + 3C81D8 + Sagemcom Broadband SAS - 103D3E - China Mobile Group Device Ltd + 40F201 + Sagemcom Broadband SAS - 7C50DA - Private + D084B0 + Sagemcom Broadband SAS - 64CC22 - Arcadyan Corporation + D8543A + Texas Instruments - 4C9157 - Fujian LANDI Commercial Equipment Ltd + 649C8E + Texas Instruments - 9C25BE - Wildlife Acoustics Inc. + 102EAF + Texas Instruments - D039EA - NetApp + 7C8EE4 + Texas Instruments - F8DFE1 - MyLight Systems + B4EED4 + Texas Instruments - 60D2DD - Shenzhen Baitong Putian Technology Ltd + D03761 + Texas Instruments - 788C77 - Lexmark International Inc. + C83E99 + Texas Instruments - 3C0C7D - Tiny Mesh AS + 40984E + Texas Instruments - 3476C5 - I-O Data Device,Inc. + 0017EB + Texas Instruments - 24DA33 - Huawei Technologies Ltd + 0017E6 + Texas Instruments - FCAB90 - Huawei Technologies Ltd + C4EDBA + Texas Instruments - 5893D8 + 001832 Texas Instruments - 5051A9 + 3C2DB7 Texas Instruments - A4975C - VTech Telecommunications Ltd + 5464D9 + Sagemcom Broadband SAS - B02A1F - Wingtech Group (HongKong)Limited + 00195B + D-Link Corporation - DC680C - Hewlett Packard Enterprise + 000F3D + D-Link Corporation - F40270 - Dell Inc. + 24DA11 + NO NDA Inc - 1C2704 - ZTE Corporation + EC2280 + D-Link International + + + 9C8E99 + Hewlett-Packard Company + + + 9059AF + Texas Instruments - 5078B3 - ZTE Corporation + BC6A29 + Texas Instruments - F0D4F7 - varram System + 847E40 + Texas Instruments - E0CC7A - Huawei Technologies Ltd + 001735 + Intel Wireless Network Group - 6C23CB - Wattty Corporation + 74AC5F + Qiku Internet Network Scientific (Shenzhen) Ltd - 60AB67 - Xiaomi Communications Ltd + 38CADA + Apple - AC710C - China Mobile Group Device Ltd + D0B33F + Shenzhen TINNO Mobile Technology Corp. - A8DB03 - Samsung Electro-Mechanics(Thailand) + BCD1D3 + Shenzhen TINNO Mobile Technology Corp. - 308944 - DEVA Broadcast Ltd + D83C69 + Shenzhen TINNO Mobile Technology Corp. - F47960 - Huawei Technologies Ltd + F4F5D8 + Google Inc. - 145290 - KNS Group LLC (YADRO Company) + 8C579B + Wistron Neweb Corporation - 5C32C5 - Teracom Ltd + 0059AC + KPN. B.V. - ACEE70 - Fontem Ventures BV + 40D855 + IEEE Registration Authority - ACE2D3 - Hewlett-Packard Company + 34AB37 + Apple - 00FD22 - Cisco Systems Inc. + 2400BA + Huawei Technologies Ltd - 4418FD - Apple + 24DF6A + Huawei Technologies Ltd - 00B600 - VOIM Ltd + 788B77 + Standar Telecom - 98FA9B - LCFC(HeFei) Electronics Technology Ltd + B0C090 + Chicony Electronics Ltd - 005B94 - Apple + 907F61 + Chicony Electronics Ltd - E0897E - Apple + 0C0535 + Juniper Systems - B00CD1 - Hewlett-Packard Company + BC83A7 + Shenzhen Chuangwei-RGB Electronics Ltd - 4846C1 - FN-Link Technology Limited + BCEC23 + Shenzhen Chuangwei-RGB Electronics Ltd - B4D0A9 - China Mobile Group Device Ltd + 18AF61 + Apple - FC29F3 - McPay Ltd + 5CF938 + Apple - F8AFDB - Fiberhome Telecommunication Technologies Ltd + 009069 + Juniper Networks - A0BD1D - Zhejiang Dahua Technology Ltd + 64649B + Juniper Networks - E49F1E - ARRIS Group Inc. + F01C2D + Juniper Networks - 002615 - Teracom Limited + 307C5E + Juniper Networks - 9C8EDC - Teracom Limited + AC06C7 + ServerNet S.r.l. - 000191 - SYRED Data Systems + E83EFC + ARRIS Group Inc. - ACD564 - Chongqing Fugui Electronics Ltd + 900DCB + ARRIS Group Inc. - 94D075 - CIS Crypto + 001DCD + ARRIS Group Inc. - 28B4FB - Sprocomm Technologies Ltd + 001DD2 + ARRIS Group Inc. - 40F9D5 - Tecore Networks + 8C09F4 + ARRIS Group Inc. - CC2C83 - DarkMatter L.L.C + 8857EE + Buffalo Inc. - DCED84 - Haverford Systems Inc + 101F74 + Hewlett-Packard Company - 7C573C - Aruba Networks HP + 009C02 + Hewlett-Packard Company - 2C01B5 - Cisco Systems Inc. + F4CE46 + Hewlett-Packard Company - 28EF01 - Private + DCFB02 + Buffalo Inc. - C05336 - Beijing National Railway Research & Design Institute Of Signal & Communication Group Co Ltd + 001635 + Hewlett-Packard Company - 606ED0 - Seal AG + 0008C7 + Hewlett-Packard Company - 2CCCE6 - Skyworth Digital Technology(Shenzhen) Ltd + 0010E3 + Hewlett-Packard Company - E44CC7 - IEEE Registration Authority + 000883 + Hewlett-Packard Company - D4E880 - Cisco Systems Inc. + A02BB8 + Hewlett-Packard Company - A8346A - Samsung Electronics Ltd + 0019BB + Hewlett-Packard Company - 3C20F6 - Samsung Electronics Ltd + 001F29 + Hewlett-Packard Company - 7C38AD - Samsung Electronics Ltd + 00215A + Hewlett-Packard Company - D49CDD - AMPAK Technology,Inc. + 00237D + Hewlett-Packard Company - 50F722 - Cisco Systems Inc. + E8ED05 + ARRIS Group Inc. - 9849E1 - Boeing Defence Australia + 789684 + ARRIS Group Inc. - 04D7A5 - New H3C Technologies Ltd + CC65AD + ARRIS Group Inc. - 4C4D66 - Nanjing Jiahao Technology Ltd + 002655 + Hewlett-Packard Company - A4817A - CIG Shanghai Ltd + 000D9D + Hewlett-Packard Company - 905851 - Technicolor CH USA Inc. + 001560 + Hewlett-Packard Company - 9809CF - OnePlus Technology (Shenzhen) Ltd + 00207B + Intel Corporation - B8DE5E - Longcheer Telecommunication Limited + 001175 + Intel Corporation - 885A06 - Guangdong Oppo Mobile Telecommunications Corp Ltd + 780CB8 + Intel Corporation - 5447D3 - Tsat AS + 185E0F + Intel Corporation - CCEDDC - MitraStar Technology Corp. + 2C8158 + Hon Hai Precision Ind Ltd - CCD81F - Maipu Communication Technology Ltd + 8002DF + ORA Inc. - 688B0F - China Mobile IOT Company Limited + 00306E + Hewlett-Packard Company - F82F6A - Itel Mobile Limited + 3C4A92 + Hewlett-Packard Company - B068E6 - Chongqing Fugui Electronics Ltd + 7C7D3D + Huawei Technologies Ltd - A4E7E4 - Connex GmbH + 4482E5 + Huawei Technologies Ltd - B8EF8B - Shenzhen Cannice Technology Ltd + 00234E + Hon Hai Precision Ind Ltd - B8186F - Oriental Motor Ltd + 2C233A + Hewlett-Packard Company - 001A3F - Intelbras + 000A57 + Hewlett-Packard Company - C0D834 - xvtec Ltd + 0001E7 + Hewlett-Packard Company - B8C253 - Juniper Networks + 0001E6 + Hewlett-Packard Company - F05C19 - Aruba Networks HP + 002376 + HTC Corporation - 04BD88 - Aruba Networks HP + 38E7D8 + HTC Corporation - 9C1C12 - Aruba Networks HP + 188796 + HTC Corporation - 18DFB4 - Bosung Powertec Ltd + B4CEF6 + HTC Corporation - 000147 - Zhone Technologies + 8CDCD4 + Hewlett-Packard Company - 20B780 - Toshiba Visual Solutions Corporation Ltd + D4C9EF + Hewlett-Packard Company - E03717 - Technicolor CH USA Inc. + FC15B4 + Hewlett-Packard Company - 14D4FE - ARRIS Group Inc. + 3CA82A + Hewlett-Packard Company - 304F75 - DASAN Network Solutions + EC5F23 + Qinghai Kimascend Electronics Technology Ltd - ECA9FA - Guangdong Genius Technology Ltd + 047D50 + Shenzhen Kang Ying Technology Ltd - 0003A5 - Medea Corporation + 54EFFE + Fullpower Technologies Inc. - BCE67C - Cambium Networks Limited + 940937 + HUMAX Ltd - 7C1E06 - New H3C Technologies Ltd + E84DD0 + Huawei Technologies Ltd - F0B31E - Universal Electronics Inc. + 0C45BA + Huawei Technologies Ltd - F89173 - Aedle SAS + 20906F + Shenzhen Tencent Computer System Ltd - C84F86 - Sophos Ltd + 6CE3B6 + Nera Telecommunications Ltd - 6429ED - AO PKK Milandr + DCD321 + HUMAX Ltd - 443C88 - Ficosa Maroc International + 6C72E7 + Apple - 841C70 - ZTE Corporation + 741BB2 + Apple - 544741 - Xcheng Holding + 6CE873 + TP-Link Technologies Ltd - CCF735 - Amazon Technologies Inc. + C46E1F + TP-Link Technologies Ltd - C4F839 - Actia Automotive + 50FA84 + TP-Link Technologies Ltd - C8F742 - HangZhou Gubei Electronics Technology Ltd + 44B32D + TP-Link Technologies Ltd - 006FF2 - Mitsumi Electric Ltd + CC4463 + Apple - 30DF8D - Shenzhen Gongjin Electronics Ltd + 882593 + TP-Link Technologies Ltd - D4C93C - Cisco Systems Inc. + 001FE1 + Hon Hai Precision Ind Ltd - 78DD12 - Arcadyan Corporation + D85D4C + TP-Link Technologies Ltd - 2C5D34 - Guangdong Oppo Mobile Telecommunications Corp Ltd + A0F3C1 + TP-Link Technologies Ltd - 9C1463 - Zhejiang Dahua Technology Ltd + 001D0F + TP-Link Technologies Ltd - 646038 - Hirschmann Automation and Control GmbH + 0023CD + TP-Link Technologies Ltd - 7018A7 - Cisco Systems Inc. + 90489A + Hon Hai Precision Ind Ltd - CCD39D - IEEE Registration Authority + 0071CC + Hon Hai Precision Ind Ltd - D425CC - IEEE Registration Authority + B05B67 + Huawei Technologies Ltd - 8C6DC4 - Megapixel VR + CCA223 + Huawei Technologies Ltd - D4B761 - Sichuan AI-Link Technology Ltd + 786A89 + Huawei Technologies Ltd - 7C035E - Xiaomi Communications Ltd + 384608 + ZTE Corporation - 44FE3B - Arcadyan Corporation + 4CAC0A + ZTE Corporation - D83AF5 - Wideband Labs LLC + B4B362 + ZTE Corporation - 38D9A5 - Mikotek Information Inc. + B075D5 + ZTE Corporation - 4C875D - Bose Corporation + D0154A + ZTE Corporation - B0E7DE - Homa Technologies JSC + 0026ED + ZTE Corporation - 649D99 - FS CoM Inc + 006057 + Murata Manufacturing Ltd - 00169D - Cisco Systems Inc. + 783E53 + BSkyB Ltd - 4C962D - Fresh AB + 0019FB + BSkyB Ltd - 00D279 - Vingroup Joint Stock Company + 14B968 + Huawei Technologies Ltd - 484A30 - George Robotics Limited + 5CF96A + Huawei Technologies Ltd - 4861A3 - Concern Axion JSC + 083E8E + Hon Hai Precision Ind Ltd - 304A26 - Shenzhen Trolink Technology Ltd + 002293 + ZTE Corporation - 4CE5AE - Tianjin Beebox Intelligent Technology Ltd + 10A5D0 + Murata Manufacturing Ltd - D467D3 - Guangdong Oppo Mobile Telecommunications Corp Ltd + 50A72B + Huawei Technologies Ltd - A41232 - Guangdong Oppo Mobile Telecommunications Corp Ltd + 0CD6BD + Huawei Technologies Ltd - 48E3C3 - JENOPTIK Advanced Systems GmbH + 00F81C + Huawei Technologies Ltd - CC355A - SecuGen Corporation + 087A4C + Huawei Technologies Ltd - 80546A - Shenzhen Gongjin Electronics Ltd + ACE215 + Huawei Technologies Ltd - B447F5 - Earda Technologies Ltd + 346BD3 + Huawei Technologies Ltd - F4C7C8 - Kelvin Inc. + 70723C + Huawei Technologies Ltd - A89CA4 - Furrion Limited + ACE87B + Huawei Technologies Ltd - 00004C - NEC Corporation + F83DFF + Huawei Technologies Ltd - 8CCF8F - ITC Systems + 285FDB + Huawei Technologies Ltd - 2875D8 - Fujian Star-NET Communication Ltd + 404D8E + Huawei Technologies Ltd - 90E202 - Texas Instruments + 4C5499 + Huawei Technologies Ltd - 302478 - Sagemcom Broadband SAS + F49FF3 + Huawei Technologies Ltd - 7C89C1 - Palo Alto Networks + 240995 + Huawei Technologies Ltd - 84A93E - Hewlett-Packard Company + 84DBAC + Huawei Technologies Ltd - B0C387 - GOEFER Inc. + 94772B + Huawei Technologies Ltd - 086BD7 - Silicon Laboratories + D440F0 + Huawei Technologies Ltd - 349342 - TTE Corporation + 04021F + Huawei Technologies Ltd - 589EC6 - Gigaset Communications GmbH + 10CDAE + Avaya Inc - 64C753 - Apple + 048A15 + Avaya Inc - 6458AD - China Mobile IOT Company Limited + B4B017 + Avaya Inc - 1CF29A - Google Inc. + 90FB5B + Avaya Inc - 748A0D - ARRIS Group Inc. + C8F406 + Avaya Inc - CC75E2 - ARRIS Group Inc. + 7052C5 + Avaya Inc - A0A3B8 - Wiscloud + F81547 + Avaya Inc - 38F9D3 - Apple + 506184 + Avaya Inc - FC183C - Apple + 185936 + Xiaomi Communications Ltd - A40C66 - Shenzhen Colorful Yugong Technology and Development Ltd + 20A783 + miControl GmbH - 4455B1 + 200BC7 Huawei Technologies Ltd - 98F9C7 - IEEE Registration Authority + F84ABF + Huawei Technologies Ltd - 700B4F - Cisco Systems Inc. + 78D752 + Huawei Technologies Ltd - E4388C - Digital Products Limited + 104780 + Huawei Technologies Ltd - 184BDF - Caavo Inc + 548998 + Huawei Technologies Ltd - B89A9A - Xin Shi Jia Technology (Beijing) Ltd + 00040D + Avaya Inc - 8C7BF0 - Xufeng Development Limited + 70A8E3 + Huawei Technologies Ltd - E0A509 - Bitmain Technologies Inc + F8E811 + Huawei Technologies Ltd - 3C5CC4 - Amazon Technologies Inc. + F8A45F + Xiaomi Communications Ltd - D8A756 - Sagemcom Broadband SAS + 640980 + Xiaomi Communications Ltd - D8D6F3 - Integrated Device Technology (Malaysia) Sdn. Bhd. + 94049C + Huawei Technologies Ltd - 6C2CDC - Skyworth Digital Technology(Shenzhen) Ltd + 688F84 + Huawei Technologies Ltd - 7835A0 - Zurn Industries LLC + 30D17E + Huawei Technologies Ltd - F43909 - Hewlett-Packard Company + 0050BD + Cisco Systems Inc. - 201F31 - Inteno Broadband Technology AB + 00906F + Cisco Systems Inc. - 2CCC44 - Sony Interactive Entertainment Inc. + 74D6EA + Texas Instruments - F47DEF - Samsung Electronics Ltd + 209148 + Texas Instruments - 7C8BB5 - Samsung Electronics Ltd + 544A16 + Texas Instruments - 54833A - ZyXEL Communications Corp + E02F6D + Cisco Systems Inc. - 787052 - Welotec GmbH + 58971E + Cisco Systems Inc. - D8A98B - Texas Instruments + B4E9B0 + Cisco Systems Inc. - 00116C - Nanwang Multimedia Inc Ltd + 000832 + Cisco Systems Inc. - 10B9F7 - Niko-Servodan + 189C5D + Cisco Systems Inc. - 14EFCF - Schreder + 5CA48A + Cisco Systems Inc. - 3830F9 - LG Electronics (Mobile Communications) + 1C1D86 + Cisco Systems Inc. - A83FA1 - IEEE Registration Authority + 60735C + Cisco Systems Inc. - 7847E3 - Sichuan Tianyi Comheart Telecom Ltd + 34A84E + Cisco Systems Inc. - 6C9BC0 - Chemoptics Inc. + 54781A + Cisco Systems Inc. - F4DBE6 + 00605C Cisco Systems Inc. - 248498 - Beijing Jiaoda Microunion Tech Ltd + 0006C1 + Cisco Systems Inc. - C074AD - Grandstream Networks Inc. + 00E014 + Cisco Systems Inc. - F095F1 - Carl Zeiss AG + DCA5F4 + Cisco Systems Inc. - 00F48D - Liteon Technology Corporation + 5017FF + Cisco Systems Inc. - 702ED9 - Guangzhou Shiyuan Electronics Ltd + 70105C + Cisco Systems Inc. - 70192F - Huawei Technologies Ltd + 10F311 + Cisco Systems Inc. - 10C22F - China Entropy Ltd + 0050F0 + Cisco Systems Inc. - BC3865 - Jwcnetworks + 005014 + Cisco Systems Inc. - 04EB40 + 0090F2 Cisco Systems Inc. - 18A7F1 - Qingdao Haier Technology Ltd + 0CE0E4 + Plantronics Inc. - 90E17B - Apple + 74A2E6 + Cisco Systems Inc. - D81C79 - Apple + BCF1F2 + Cisco Systems Inc. - 58E6BA - Apple + C80084 + Cisco Systems Inc. - 44E4EE - Wistron Neweb Corporation + 40A6E8 + Cisco Systems Inc. - DC41E5 - Shenzhen Zhixin Data Service Ltd + 3085A9 + ASUSTek Computer Inc. - 00A5BF + B83861 Cisco Systems Inc. - C8BAE9 - Qdis + 580A20 + Cisco Systems Inc. - 1801F1 - Xiaomi Communications Ltd + 2C3ECF + Cisco Systems Inc. - C44F33 - Espressif Inc. + B05947 + Shenzhen Qihu Intelligent Technology Company Limited - 546AD8 - Elster Water Metering + 346288 + Cisco Systems Inc. - C0847D - AMPAK Technology Inc. + CCD8C1 + Cisco Systems Inc. - 0409A5 - HFR Inc. + 7C0ECE + Cisco Systems Inc. - 94917F - Askey Computer Corp + A0ECF9 + Cisco Systems Inc. - 9C0CDF - Guangdong Oppo Mobile Telecommunications Corp Ltd + 508789 + Cisco Systems Inc. - 242124 - Nokia + 381C1A + Cisco Systems Inc. - 949B2C - Extreme Networks Inc. + BC671C + Cisco Systems Inc. - 7CD30A - Inventec Corporation + 001947 + Cisco SPVTG - 001E33 - Inventec Corporation + 001839 + Cisco-Linksys LLC - FC1D84 - Autobase + 002215 + ASUSTek Computer Inc. - 18AC9E - Itel Mobile Limited + E0CB4E + ASUSTek Computer Inc. - EC84B4 - CIG Shanghai Ltd + 547C69 + Cisco Systems Inc. - 00D096 - 3Com Europe Ltd + 001731 + ASUSTek Computer Inc. - 002654 - 3Com Corporation + DCCEC1 + Cisco Systems Inc. - 0050DA - 3Com Corporation + 9C57AD + Cisco Systems Inc. - 000476 - 3Com Corporation + 60FEC5 + Apple - 000475 - 3Com Corporation + E425E7 + Apple - 4422F1 - S.FAC Inc. + BC926B + Apple - 3009F9 - IEEE Registration Authority + 101C0C + Apple - B4DDD0 - Continental Automotive Hungary Kft + 080007 + Apple - 48F027 - Chengdu newifi Ltd + 004096 + Cisco Systems Inc. - 14C697 - Guangdong Oppo Mobile Telecommunications Corp Ltd + 30F70D + Cisco Systems Inc. - 7C03AB - Xiaomi Communications Ltd + E86549 + Cisco Systems Inc. - DC16B2 - Huawei Technologies Ltd + B07D47 + Cisco Systems Inc. - 24FB65 - Huawei Technologies Ltd + 38ED18 + Cisco Systems Inc. - 0CB527 - Huawei Technologies Ltd + 382056 + Cisco Systems Inc. - B42E99 - Giga-Byte Technology Ltd + 40D32D + Apple - 342CC4 - Compal Broadband Networks Inc. + C42C03 + Apple - 14E9B2 - Fiberhome Telecommunication Technologies Ltd + 9027E4 + Apple - C8544B - ZyXEL Communications Corp + 109ADD + Apple - D07FA0 - Samsung Electronics Ltd + 581FAA + Apple - 009093 - EIZO Corporation + 88C663 + Apple - 4C1159 - Vision Information & Communications + 001F5B + Apple - 00049F - Freescale Semiconductor + 002436 + Apple - 00D07B - Comcam International Inc + 00254B + Apple - 78524A - Ensenso GmbH + 0016CB + Apple - E4FC82 - Juniper Networks + 0017F2 + Apple - 00B5D0 - Samsung Electronics Ltd + 7C6D62 + Apple - 1496E5 - Samsung Electronics Ltd + 20C9D0 + Apple - C46E7B - Shenzhen RF-Link Technology Ltd + 68967B + Apple - C048FB - Shenzhen JingHanDa Electronics Ltd + 84FCFE + Apple - 20E882 - ZTE Corporation + E48B7F + Apple - F09FFC - Sharp Corporation + 008865 + Apple - 0CB5DE - Alcatel Lucent + BC3BAF + Apple - 000B3B - devolo AG + 3CE072 + Apple - 240588 - Google Inc. + 38484C + Apple - 50DCFC - Ecocom + A46706 + Apple - 700B01 - Sagemcom Broadband SAS + 8C5877 + Apple - 5C2623 - WaveLynx Technologies Corporation + 7CF05F + Apple - 303855 - Nokia Corporation + 804971 + Apple - 00B670 - Cisco Systems Inc. + 6C3E6D + Apple - AC6417 - Siemens AG + BC6778 + Apple - 347916 - Huawei Technologies Ltd + D8D1CB + Apple - 3466EA - Vertu International Corporation Limited + A8FAD8 + Apple - 28385C - Flextronics + B817C2 + Apple - 0C1C57 - Texas Instruments + 7C11BE + Apple - 806FB0 - Texas Instruments + 283737 + Apple - 883F99 - Siemens AG + 50EAD6 + Apple - EC6F0B - FADU Inc. + 98D6BB + Apple - 0006EC - Harris Corporation + 189EFC + Apple - 7C6DA6 - Superwave Group LLC + ACCF5C + Apple - D016B4 - Huawei Technologies Ltd + 80006E + Apple - 20A8B9 - Siemens AG + 848E0C + Apple - F0F08F - Nextek Solutions Pte Ltd + 3C15C2 + Apple - 8CB0E9 - Samsung Electronics Ltd + 6C709F + Apple + + + C0F2FB + Apple - 1C3947 - Compal Information (Kunshan) Ltd + 24E314 + Apple - 342792 - Freebox SAS + 80E650 + Apple - 40A108 - Motorola (Wuhan) Mobility Technologies Communication Ltd + 90FD61 + Apple - 705AB6 - Compal Information (Kunshan) Ltd + 087045 + Apple - 201A06 - Compal Information (Kunshan) Ltd + A88808 + Apple - F8A963 - Compal Information (Kunshan) Ltd + A4C361 + Apple - DC0EA1 - Compal Information (Kunshan) Ltd + 2CF0EE + Apple - B870F4 - Compal Information (Kunshan) Ltd + 5C97F3 + Apple - 009D6B - Murata Manufacturing Ltd + D4F46F + Apple - 745933 - Danal Entertainment + 6476BA + Apple - EC58EA - Ruckus Wireless + 34E2FD + Apple - 7C9A54 - Technicolor CH USA Inc. + 04489A + Apple - 388B59 - Google Inc. + F0F61C + Apple - 880118 - BLT Co + 8C2937 + Apple - A42618 - Integrated Device Technology (Malaysia) Sdn. Bhd. + B09FBA + Apple - A46191 - NamJunSa + 0C4DE9 + Apple - 84A24D - Birds Eye Systems Private Limited + E0F5C6 + Apple - 7C6B9C - Guangdong Oppo Mobile Telecommunications Corp Ltd + A0EDCD + Apple - 0017B6 - Aquantia Corporation + F0F249 + Hitron Technologies Inc. - 105917 - Tonal + 2857BE + Hangzhou Hikvision Digital Technology Ltd - D0EFC1 - Huawei Technologies Ltd + 5CF5DA + Apple - D45251 - IBT Ingenieurbureau Broennimann Thun + 18EE69 + Apple - 0018B5 - Magna Carta + 649ABE + Apple - D87EB1 - x.o.ware Inc. + F099BF + Apple - 485702 - Huawei Technologies Ltd + 94E96A + Apple - 644F42 - JETTER Ltd + AC293A + Apple - DCAF68 - Weifang Goertek Electronics Ltd + 9CFC01 + Apple - 24EC51 - ADF Technologies Sdn Bhd + 9C35EB + Apple - 7089CC - China Mobile Group Device Ltd + 48437C + Apple - 2C5BE1 - Centripetal Networks Inc. + 34A395 + Apple - DCEFCA - Murata Manufacturing Ltd + 787E61 + Apple - 00BC60 - Cisco Systems Inc. + 60F81D + Apple - CC7B61 - Nikkiso Ltd + 38C986 + Apple - 9C713A - Huawei Technologies Ltd + D03311 + Apple - 2C97B1 - Huawei Technologies Ltd + 507A55 + Apple - A89969 - Dell Inc. + C8C2C6 + Shanghai Airm2m Communication Technology Ltd - A4EA8E - Extreme Networks Inc. + 789C85 + August Home Inc. - 882D53 - Baidu Online Network Technology (Beijing) Ltd + 74D7CA + Panasonic Corporation Automotive - 00D0B5 - IPricot formerly DotCom + 5882A8 + Microsoft Corporation - 746BAB - Guangdong Enok Communication Ltd + 58685D + Tempo Australia Pty Ltd - 7829ED - Askey Computer Corp + 544B8C + Juniper Networks - 5061BF - Cisco Systems Inc. + DCFE07 + Pegatron Corporation - 0009DF - Vestel Elektronik San ve Tic. A.S. + 707938 + Wuxi Zhanrui Electronic Technology Ltd - F4032F - Reduxio Systems + 243184 + Sharp Corporation - 944A0C - Sercomm Corporation. + 582BDB + Pax AB - 000FA2 - 2xWireless + E03676 + Huawei Technologies Ltd - 108EE0 - Samsung Electronics Ltd + EC388F + Huawei Technologies Ltd - FCA621 - Samsung Electronics Ltd + D03E5C + Huawei Technologies Ltd - 8CF228 - Mercury Communication Technologies Ltd + C49E41 + G24 Power Limited - 700F6A - Cisco Systems Inc. + B813E9 + Trace Live Network - 000BB2 - Smallbig Technology + 80B709 + Viptela Inc. - 00305E - Abelko Innovation + F00D5C + JinQianMao Technology Ltd - FC6BF0 - Topwell International Holdinds Limited + 54BE53 + ZTE Corporation - 001477 - Trilliant + 280E8B + Beijing Spirit Technology Development Ltd - 00079B - Aurora Networks + F44D30 + Elitegroup Computer Systems Ltd - 544810 - Dell Inc. + 0C8610 + Juniper Networks - 54B203 - Pegatron Corporation + 38D40B + Samsung Electronics Ltd - 3868DD - Inventec Corporation + E83A12 + Samsung Electronics Ltd - B8B7F1 - Wistron Neweb Corporation + 24DA9B + Motorola Mobility LLC, a Lenovo Company - 8050F6 - Itel Mobile Limited + A4DCBE + Huawei Technologies Ltd - A8CAB9 - Samsung Electro Mechanics Ltd + ECB870 + Beijing Heweinet Technology Ltd - 203956 - HMD Global Oy + 94BBAE + Husqvarna AB - 78AFE4 - Comau S.p.A + D40AA9 + ARRIS Group Inc. - 90A137 - Beijing Splendidtel Communication Technology Ltd + 203D66 + ARRIS Group Inc. - 80029C - Gemtek Technology Ltd + D494E8 + Huawei Technologies Ltd - D0C5D3 - Azurewave Technologies Inc. + B078F0 + Beijing HuaqinWorld Technology Ltd - 14169E - Wingtech Group (HongKong)Limited + 209BCD + Apple - F8C39E - Huawei Technologies Ltd + 3095E3 + Shanghai Simcom Limited - E8D099 - Fiberhome Telecommunication Technologies Ltd + 80656D + Samsung Electronics Ltd - 107BA4 - Olive & Dove Ltd + FCF136 + Samsung Electronics Ltd - 7C41A2 - Nokia + B88687 + Liteon Technology Corporation - BC325F - Zhejiang Dahua Technology Ltd + 18895B + Samsung Electronics Ltd - 505BC2 - Liteon Technology Corporation + 584925 + E3 Enterprise - 6C21A2 - AMPAK Technology Inc. + 94F278 + Elma Electronic - 9C2F73 - Universal Tiancheng Technology (Beijing) Ltd + 283713 + Shenzhen 3Nod Digital Technology Ltd - D832E3 - Xiaomi Communications Ltd + 0894EF + Wistron Infocomm (Zhongshan) Corporation - 9487E0 - Xiaomi Communications Ltd + E0319E + Valve Corporation - 38AF29 - Zhejiang Dahua Technology Ltd + 3C5CC3 + Shenzhen First Blue Chip Technology Ltd - C88629 - Shenzhen Duubee Intelligent Technologies Ltd + C49FF3 + Mciao Technologies Inc. - CCC2E0 - Raisecom Technology Ltd + 788E33 + Jiangsu SEUIC Technology Ltd - 300AC5 - Ruio telecommunication technologies Ltd + ECEED8 + ZTLX Network Technology Ltd - 00E065 - Optical Access International + 80EB77 + Wistron Corporation - 4466FC - Guangdong Oppo Mobile Telecommunications Corp Ltd + 483974 + Proware Technologies Ltd - A028ED - HMD Global Oy + 30FFF6 + HangZhou KuoHeng Technology Ltd - AC5474 - China Mobile IOT Company Limited + 4CC681 + Shenzhen Aisat Electronic Ltd - 8C1CDA - IEEE Registration Authority + 48E244 + Hon Hai Precision Ind Ltd - 0007A8 - Haier Group Technologies Ltd + 7CAB25 + Mesmo Technology Inc. - 9814D2 - Avonic + B0411D + ITTIM Technologies - 1409DC + F8BF09 Huawei Technologies Ltd - EC9365 - Mapper.ai Inc. + 7CB25C + Acacia Communications - C4BAA3 - Beijing Winicssec Technologies Ltd + DCDB70 + Tonfunk Systementwicklung und Service GmbH - 9CFEA1 - Fiberhome Telecommunication Technologies Ltd + 800B51 + Chengdu XGimi Technology Ltd - D88A3B - Unit-EM + F80D60 + Canon Inc. - EC5A86 - Yulong Computer Telecommunication Scientific (Shenzhen) Ltd + F0182B + LG Chem - C0EEB5 - Enice Network. + 3481F4 + SST Taiwan Ltd - 60DEF3 - Huawei Technologies Ltd + 7CA237 + King Slide Technology Ltd - 50A009 - Xiaomi Communications Ltd + D404CD + ARRIS Group Inc. - 88964E - ARRIS Group Inc. + 747336 + MICRODIGTAL Inc - 883F4A - Texas Instruments + 382B78 + ECO Plugs Enterprise Ltd - 9CA615 - TP-Link Technologies Ltd + A47B2C + Nokia - E44E76 - Championtech Enterprise (Shenzhen) Inc + 24E5AA + Philips Oral Healthcare Inc. - 004098 - Dressler GmbH & Co. + 78BDBC + Samsung Electronics Ltd - 001DFA - Fujian LANDI Commercial Equipment Ltd + 349B5B + Maquet GmbH - 9CE65E - Apple + 884157 + Shenzhen Atsmart Technology Ltd - C49880 - Apple + D89A34 + Beijing SHENQI Technology Ltd - E0338E - Apple + A0A65C + Supercomputing Systems AG - 08F69C - Apple + 485073 + Microsoft Corporation - 04FA83 - Qingdao Haier Technology Ltd + E8377A + ZyXEL Communications Corp - D076E7 - TP-Link Technologies Ltd + 803B2A + ABB Xiamen Low Voltage Equipment Ltd - 50A67F - Apple + 7CF90E + Samsung Electronics Ltd - D461DA - Apple + 50F0D3 + Samsung Electronics Ltd - F01898 - Apple + 00A784 + ITX security - 881908 - Apple + 84119E + Samsung Electronics Ltd - 5C0947 - Apple + 149A10 + Microsoft Corporation - 14205E - Apple + 38FACA + Skyworth Digital Technology(Shenzhen) Ltd - B841A4 - Apple + 5CB43E + Huawei Technologies Ltd - 00165C - Trackflow Ltd + 707781 + Hon Hai Precision Ind Ltd - 641CAE - Samsung Electronics Ltd + 54E140 + Ingenico - F8E44E - Mcot Inc. + E4907E + Motorola Mobility LLC, a Lenovo Company - 40CD7A - Qingdao Hisense Communications Ltd + 746A3A + Aperi Corporation - DC4EF4 - Shenzhen MTN Electronics Ltd + 94A7B7 + ZTE Corporation - F08173 - Amazon Technologies Inc. + 1844E6 + ZTE Corporation - EC65CC - Panasonic Automotive Systems Company Of America + 3CCE15 + Mercedes-Benz USA LLC - 949990 - VTC Telecommunications + 287610 + IgniteNet - F4BC97 - Shenzhen Crave Communication Ltd + 20D75A + Posh Mobile Limited - 28FEDE - CoMESTA Inc. + F41563 + F5 Networks Inc. - 907910 - Integrated Device Technology (Malaysia) Sdn. Bhd. + 8C8B83 + Texas Instruments - 003DE8 - LG Electronics (Mobile Communications) + 4011DC + Sonance - 68FEDA - Fiberhome Telecommunication Technologies Ltd + 1C8341 + Hefei Bitland Information Technology Ltd - E8986D - Palo Alto Networks + 081FEB + BinCube - 144E34 - Remote Solution + 785F4C + Argox Information Ltd - 00508B - Hewlett-Packard Company + 34CC28 + Nexpring Ltd - 146B9C - Shenzhen Bilian Electronic Ltd + 54E2C8 + Dongguan Aoyuan Electronics Technology Ltd - 948DEF - Oetiker Schweiz AG + 6C1E70 + Guangzhou YBDS IT Ltd - 2CD974 - Hui Zhou Gaoshengda Technology Ltd + 54B80A + D-Link International - D4F786 - Fiberhome Telecommunication Technologies Ltd + D8ADDD + Sonavation Inc. - 3403DE - Texas Instruments + 8833BE + Ivenix Inc. - 240A63 - ARRIS Group Inc. + E48D8C + Routerboard.com - F88B37 - ARRIS Group Inc. + 706879 + Saijo Denki International Ltd - 20677C - Hewlett Packard Enterprise + 10AF78 + Shenzhen ATUE Technology Ltd - 34D712 - Smartisan Digital Ltd + CC19A8 + PT Inovacao e Sistemas SA - A06610 - Fujitsu Limited + B4B265 + Daeho I&T - 44FFBA - ZTE Corporation + E03560 + Challenger Supply Holdings LLC - E0E62E + 3CCB7C TCT mobile Ltd - 387862 - Sony Mobile Communications Inc + 249EAB + Huawei Technologies Ltd - E42D7B - China Mobile IOT Company Limited + 244B03 + Samsung Electronics Ltd - C464E3 - Texas Instruments + E4CE70 + Health & Life Ltd - 8817A3 - Integrated Device Technology (Malaysia) Sdn. Bhd. + 7C11CD + QianTang Technology - 88A9A7 - IEEE Registration Authority + CCA4AF + Shenzhen Sowell Technology Ltd - EC8914 - Huawei Technologies Ltd + 102C83 + Ximea - B89436 - Huawei Technologies Ltd + 6CA75F + ZTE Corporation - 501479 - iRobot Corporation + 8C7967 + ZTE Corporation - 6084BD - Buffalo Inc. + 7858F3 + Vachen Ltd - 347ECA - Nextwill + 709C8F + Nero AG - B42EF8 - Eline Technology Ltd + 007E56 + China Dragon Technology Limited - A4D4B2 - Shenzhen MeiG Smart Technology Ltd + 74E28C + Microsoft Corporation - 8CF773 - Nokia + 0071C2 + Pegatron Corporation - DCDD24 - Energica Motor Company SpA + 7C8274 + Shenzhen Hikeen Technology Ltd - 641CB0 + 94D417 + GPI Korea Inc. + + + 244B81 Samsung Electronics Ltd - 903A72 - Ruckus Wireless + 704E66 + Shenzhen Fast Technologies Ltd - CC3B58 - Curiouser Products Inc + D855A3 + ZTE Corporation - 4CEFC0 - Amazon Technologies Inc. + 38D82F + ZTE Corporation - 8C5973 - ZyXEL Communications Corp + F07959 + ASUSTek Computer Inc. - 24181D - Samsung Electro-Mechanics(Thailand) + E08E3C + Aztech Electronics Pte Ltd - 58D759 - Huawei Technologies Ltd + 844BB7 + Beijing Sankuai Online Technology Ltd - F89066 - Nain Inc. + 68F0BC + Shenzhen LiWiFi Technology Ltd - 7006AC - Eastcompeace Technology Ltd + 300EE3 + Aquantia Corporation - 2802D8 - Samsung Electronics Ltd + 18F145 + NetComm Wireless Limited - DCE533 - IEEE Registration Authority + ACABBF + AthenTek Inc. - D8445C - DEV Tecnologia Ind Com Man Eq LtdA + 2884FA + Sharp Corporation - 509551 - ARRIS Group Inc. + 60AF6D + Samsung Electronics Ltd - 804126 - Huawei Technologies Ltd + B85A73 + Samsung Electronics Ltd - ACF970 - Huawei Technologies Ltd + 3C1E04 + D-Link International - 7C3953 - ZTE Corporation + 60D9A0 + Lenovo Mobile Communication Technology Ltd - 38E1AA - ZTE Corporation + 68B983 + b-plus GmbH - 48C796 - Samsung Electronics Ltd + 78B3B9 + ShangHai sunup lighting Ltd - F4C248 - Samsung Electronics Ltd + 04C09C + Tellabs Inc. - F47190 + 981DFA Samsung Electronics Ltd - C4FFBC - IEEE Registration Authority + 186882 + Beward R&D Ltd - 0C2369 - Honeywell SPS + EC8009 + NovaSparks - 04C9D9 - Dish Technologies Corp + 50ADD5 + Dynalec Corporation - 7055F8 - Cerebras Systems Inc + B04519 + TCT mobile Ltd - 6C54CD - Lampex Electronics Limited + D88D5C + Elentec - 000889 - Dish Technologies Corp + 7429AF + Hon Hai Precision Ind Ltd - F0B5B7 - Disruptive Technologies Research AS + 3C1A0F + ClearSky Data - B4DEDF - ZTE Corporation + E8CC18 + D-Link International - D4909C - Apple + B09137 + ISis ImageStream Internet Solutions Inc. - E4E0A6 - Apple + 8C0551 + Koubachi AG - 580454 - Icomm HK Limited + D897BA + Pegatron Corporation - 3C9A77 - Technicolor CH USA Inc. + A8D88A + Wyconn - C477AF - Advanced Digital Broadcast SA + 40EACE + Founder Broadband Network Service Ltd - 94290C - Shenyang wisdom Foundation Technology Development Ltd + A49D49 + Ketra Inc. - 9C32CE - Canon Inc. + C03896 + Hon Hai Precision Ind Ltd - 20E09C - Nokia + 2C5089 + Shenzhen Kaixuan Visual Technology Ltd - 2CFDA1 - ASUSTek Computer Inc. + 948E89 + Industrias Unidas SA de CV - 3807D4 - Zeppelin Systems GmbH + 00AEFA + Murata Manufacturing Ltd - 04197F - Grasphere Japan + 841826 + Osram GmbH - 5C0038 - Viasat Group S.p.A. + F8E903 + D-Link International - 8CEC4B - Dell Inc. + E89606 + testo Instruments (Shenzhen) Ltd - 005091 - Netaccess Inc. + 1C7E51 + 3bumen.com - B85001 - Extreme Networks Inc. + 6872DC + CETORY.TV Company Limited - 802BF9 - Hon Hai Precision Ind Ltd + 3077CB + Maike Industry(Shenzhen) Ltd - 54B802 - Samsung Electronics Ltd + 2497ED + Techvision Intelligent Technology Limited - 10CEA9 - Texas Instruments + 909F33 + EFM Networks - 805E0C - Yealink(Xiamen) Network Technology Ltd + 600417 + Posbank Ltd - 6C49C1 - o2ones Ltd + 207693 + Lenovo (Beijing) Limited. - 70EEA3 - Eoptolink Technology Inc Ltd + 084656 + VEO-Labs - 7047E9 - Vivo Mobile Communication Ltd + EC3C5A + Shen Zhen Heng Sheng HUI Digital Technology Ltd - 5C521E - Nintendo Ltd + 4488CB + Camco Technologies NV - 14444A - Apollo Seiko Ltd + 6CBFB5 + Noon Technology Ltd - 3C2C99 - Edgecore Networks Corporation + 50294D + Nanjing IOT Sensor Technology Ltd - 88D039 - TCL Technoly Electronics(Huizhou) Ltd + 0CCFD1 + SPRINGWAVE Ltd - 683E02 - SIEMENS AG, Digital Factory, Motion Control System + 74BADB + Longconn Electornics(Shenzhen) Ltd - 000261 - Tilgin AB + B8F317 + iSun Smasher Communications Private Limited - 0014C3 - Seagate Technology + 8CF813 + Orange Polska - 0004CF - Seagate Technology + 549F35 + Dell Inc. - 002037 - Seagate Technology + 2442BC + Alinco,Incorporated - 5C81A7 - Network Devices Pty Ltd + F82441 + Yeelink - 5C0C0E - Guizhou Huaxintong Semiconductor Technology Ltd + 108A1B + RAONIX Inc. - 503CEA - Guangdong Oppo Mobile Telecommunications Corp Ltd + 102F6B + Microsoft Corporation - D096FB - DASAN Network Solutions + 8CB094 + Airtech I&C Ltd - 00E091 - LG Electronics + 945493 + Rigado LLC - 38437D - Compal Broadband Networks Inc. + 68F06D + Along Industrial Ltd - 506F98 - Sehaj Synergy Technologies Private Limited + F42853 + Zioncom Electronics (Shenzhen) Ltd - 4CAE1C - SaiNXT Technologies LLP + D4EC86 + LinkedHope Intelligent Technologies Ltd - 142882 - Midicom Electronics Ltd + 1C9C26 + Zoovel Technologies - EC8193 - Logitech Inc. + 046785 + scemtec Hard- und Software fuer Mess- und Steuerungstechnik GmbH - 6CDD30 - Cisco Systems Inc. + D0FA1D + Qihoo 360 Technology Ltd - 6C4E86 - Third Millennium Systems Ltd + AC11D3 + Suzhou HOTEK Video Technology Ltd - 5C86C1 - Dongguan Solum Electronics Ltd + 8432EA + Anhui Wanzten P&T Ltd - 5C7776 - TCT mobile Ltd + E01D38 + Beijing HuaqinWorld Technology Ltd - 70E56E - Texas Instruments + E47FB2 + Fujitsu Limited - 547DCD - Texas Instruments + FC6DC0 + BME Corporation - 00AECD - Pensando Systems + 24D13F + Mexus Ltd - FC9DD8 - Beijing TongTongYiLian Science and Technology Ltd + 7824AF + ASUSTek Computer Inc. - DC2834 - HAKKO Corporation + FC9FE1 + CoNWIN.Tech Ltd - 84509A - Easy Soft TV Ltd + B89BE4 + ABB Power Systems Power Generation - 001730 - Automation Electronics + A81B5D + Foxtel Management Pty Ltd - 30E48E - Vodafone UK + 505065 + TAKT Corporation - 449160 - Murata Manufacturing Ltd + 40C62A + Shanghai Jing Ren Electronic Technology Ltd - B4F1DA - LG Electronics (Mobile Communications) + E8150E + Nokia Corporation - C863F1 - Sony Interactive Entertainment Inc. + C44202 + Samsung Electronics Ltd - DCE1AD - Shenzhen Wintop Photoelectric Technology Ltd + B4AE6F + Circle Reliance Inc. DBA Cranberry Networks - 948854 - Texas Instruments + 90DA6A + FOCUS H&S Ltd - 001D0D - Sony Interactive Entertainment Inc. + DC537C + Compal Broadband Networks Inc. - B0FC36 - CyberTAN Technology Inc. + 44A6E5 + Thinking Technology Ltd - 001DF4 - Magellan Technology Pty Limited + A45DA1 + ADB Broadband Italia - 6C05D5 - Ethertronics Inc + 0CAC05 + Unitend Technologies Inc. - 0019C2 - Equustek Solutions Inc. + 4C6E6E + Comnect Technology Ltd - ECB0E1 - Ciena Corporation + 8C3357 + HiteVision Digital Media Technology Ltd - 78DDD9 - Guangzhou Shiyuan Electronics Ltd + 3CAA3F + iKey Ltd - F8B7E2 - Cisco Systems Inc. + 0C383E + Fanvil Technology Ltd - F82055 - Green Information System + 60CDA9 + Abloomy - 74E19A - Fiberhome Telecommunication Technologies Ltd + B8AD3E + Bluecom - 000097 - Dell EMC + 183009 + Woojin Industrial Systems Ltd - 8CCF09 - Dell EMC + 74DBD1 + Ebay Inc - 8C839D - Shenzhen Xinyupeng Electronic Technology Ltd + 30B5F1 + Aitexin Technology Ltd - B0C19E - ZTE Corporation + B01041 + Hon Hai Precision Ind Ltd - 0C3747 - ZTE Corporation + 80AD67 + Kasda Networks Inc - ACA667 - Electronic Systems Protection Inc. + 18D5B6 + SMG Holdings LLC - 0081F9 - Texas Instruments + 5C2E59 + Samsung Electronics Ltd - ECB5FA - Philips Lighting BV + A8E539 + Moimstone Ltd - 44CD0E - Flextronics Manufacturing(Zhuhai) Ltd + 54B753 + Hunan Fenghui Yinjia Science And Technology Ltd - E8825B - ARRIS Group Inc. + 103047 + Samsung Electronics Ltd - 70991C - Shenzhen Honesty Electronics Ltd + F884F2 + Samsung Electronics Ltd - 80B03D - Apple + B0754D + Nokia - E49ADC - Apple + E0CBEE + Samsung Electronics Ltd - ACE4B5 - Apple + 4C3909 + HPL Electric & Power Private Limited - D0D2B0 - Apple + 907EBA + Utek Technology (Shenzhen) Ltd - 001CAE - WiChorus Inc. + A002DC + Amazon Technologies Inc. - 7CDD76 - Suzhou Hanming Technologies Ltd + 542AA2 + Alpha Networks Inc. - 246880 - Braveridge Ltd + 84948C + Hitron Technologies Inc. - F092B4 - Sichuan Tianyi Comheart Telecomco Ltd + A8F7E0 + PLANET Technology Corporation - E8DF70 - AVM Audiovisuelles Marketing und Computersysteme GmbH + 4486C1 + Siemens Low Voltage & Products - 28AD3E - Shenzhen TONG BO WEI Technology Ltd + 4045DA + Spreadtrum Communications (Shanghai) Ltd - 001C56 - Pado Systems Inc. + 3451AA + JID Global - F06D78 - Guangdong Oppo Mobile Telecommunications Corp Ltd + 98BE94 + IBM - 7844FD - TP-Link Technologies Ltd + 6C198F + D-Link International - ECF8EB - Sichuan Tianyi Comheart Telecomco Ltd + C8FF77 + Dyson Limited - 707D95 - Shenzhen City LinwlanTechnology Ltd + B49EAC + Imagik Int'l Corp - 2C431A - Shenzhen YOUHUA Technology Ltd + CC07E4 + Lenovo Mobile Communication Technology Ltd - A8D3C8 - Topcon Electronics GmbH & Co. KG + C46BB4 + myIDkey - D05995 - Fiberhome Telecommunication Technologies Ltd + 0C63FC + Nanjing Signway Technology Ltd - 18CC88 - Hitachi Johnson Controls Air + D4E08E + ValueHD Corporation - 80C755 - Panasonic Appliances Company + C89F1D + Shenzhen Communication Technologies Ltd - F0BD2E - H+S Polatis Ltd + 143DF2 + Beijing Shidai Hongyuan Network Communication Ltd - 746EE4 - Asia Vital Components Ltd + 2C39C1 + Ciena Corporation - 0040E4 - E-M Technology Inc. + 54EE75 + Wistron InfoComm(Kunshan) Ltd - 984B4A - ARRIS Group Inc. + 0874F6 + Winterhalter Gastronom GmbH - E084F3 - High Grade Controls Corporation + D8492F + Canon Inc. - 38A6CE - BSkyB Ltd + 800E24 + ForgetBox - 70708B - Cisco Systems Inc. + 3C25D7 + Nokia Corporation - 389F5A - C-Kur TV Inc. + 18FF2E + Shenzhen Rui Ying Da Technology Ltd - D843ED - Suzuken + 847207 + I&C Technology - BC4101 - Shenzhen TINNO Mobile Technology Corp. + CCA614 + Aifa Technology Corp. - 043A0D - SM Optics S.r.l. + 90F1B0 + Hangzhou Anheng Info & Tech Ltd - 448F17 - Samsung Electronics Ltd ARTIK + 4C8B30 + Actiontec Electronics Inc. - 00FC8B - Amazon Technologies Inc. + 0805CD + DongGuang EnMai Electronic Product Ltd - 0076B1 - Somfy-Protect By Myfox SAS + 54D163 + MAX-Tech,Inc - 6CC147 - Xiamen Hanin Electronic Technology Ltd + 48B5A7 + Glory Horse Industries Ltd - A072E4 - NJ System Ltd + 0C4F5A + ASA-RT s.r.l. - 4C1365 - Emplus Technologies + D4224E + Alcatel Lucent - CCF957 - u-blox AG + 9C86DA + Phoenix Geophysics Ltd - 0C62A6 - Hui Zhou Gaoshengda Technology Ltd + 2C073C + Devline Limited - 18132D - ZTE Corporation + 7C1A03 + 8Locations Ltd - 74D21D - Huawei Technologies Ltd + ACB859 + Uniband Electronic Corp, - 1878D4 - Verizon + 2C9AA4 + Eolo SpA - B8D94D - Sagemcom Broadband SAS + 88B1E1 + Mojo Networks Inc. - 3890A5 - Cisco Systems Inc. + 90DB46 + E-Lead Electronic Ltd - C0742B - Shenzhen Xunlong Software Ltd + 344F5C + R&M AG - 5C6776 - IDS Imaging Development Systems GmbH + 6047D4 + FORICS Electronic Technology Ltd - 44EAD8 - Texas Instruments + FCF8B7 + TRONTEQ Electronic - 189BA5 - IEEE Registration Authority + 30F42F + ESP - A491B1 - Technicolor + 704E01 + Kwangwon Tech Ltd - 1C7022 - Murata Manufacturing Ltd + 746A8F + VS Vision Systems GmbH - CC9891 - Cisco Systems Inc. + 54A31B + Shenzhen Linkworld Technology Ltd - 28BF89 - Fiberhome Telecommunication Technologies Ltd + CC398C + Shiningtek - 903DBD - Secure Meters Limited + 1820A6 + Sage Ltd - 002294 - Kyocera Corporation + 20EAC7 + Shenzhen Riopine Electronics Ltd - 3889DC - Opticon Sensors Europe B.V. + 64B370 + PowerComm Solutions LLC - 8C4500 - Murata Manufacturing Ltd + 5CF50D + Institute Of microelectronic applications - 1CDDEA - Guangdong Oppo Mobile Telecommunications Corp Ltd + 749C52 + Huizhou Desay SV Automotive Ltd - 940006 - jinyoung + C4291D + Klemsan Elektrik Elektronik SAN.VE TIC.AS. - 20040F - Dell Inc. + 6C5F1C + Lenovo Mobile Communication Technology Ltd - A43412 - Thales Alenia Space + 7CE4AA + Private - 8C8590 - Apple + 083F3E + WSH GmbH - BC88C3 - Ningbo Dooya Mechanic & Electronic Technology Ltd + 2C957F + ZTE Corporation - 38CD07 - Beijing FaceCam Technology Ltd + 3C0C48 + Servergy Inc. - 00D060 - Panasonic Europe Ltd + 10DEE4 + automationNEXT GmbH - ECFA03 - FCA + 404A18 + Addrek Smart Solutions - 6C96CF - Apple + C0C569 + Shanghai Lynuc CNC Technology Ltd - 681F40 - Blu Wireless Technology Ltd + C4C0AE + Midori Electronic Ltd - 90ADF7 - Vivo Mobile Communication Ltd + ACC595 + Graphite Systems - 40CE24 - Cisco Systems Inc. + 7CE1FF + Computer Performance Inc. DBA Digital Loggers, Inc. - 3432E6 - Panasonic Industrial Devices Europe GmbH + D8150D + TP-Link Technologies Ltd - 40017A - Cisco Systems Inc. + 5850AB + TLS Corporation - 78886D - Apple + 7CCD11 + MS-Magnet - 20EE28 - Apple + 98FF6A + OTEC(Shanghai)Technology Ltd - B4F61C - Apple + BC1A67 + YF Technology Ltd - 08F4AB - Apple + 4CD7B6 + Helmer Scientific - FC017C - Hon Hai Precision Ind Ltd + 8425A4 + Tariox Limited - 90324B - Hon Hai Precision Ind Ltd + 483D32 + Syscor Controls & Automation - 602E20 - Huawei Technologies Ltd + CC856C + Shenzhen MDK Digital Technology Ltd - E472E2 - Huawei Technologies Ltd + AC6BAC + Jenny Science AG - 00127D - MobileAria + D8EE78 + Moog Protokraft - F86465 - Anova Applied Electronics Inc. + 241148 + Entropix LLC - 002060 - ALCATEL ITALIA S.p.A. + C445EC + Shanghai Yali Electron Ltd - 508F4C - Xiaomi Communications Ltd + E0E631 + SNB Technologies Limited - A47758 - Ningbo Freewings Technologies Ltd + 78B5D2 + Ever Treasure Industrial Limited - 58A0CB - TrackNet Inc. + 50ED78 + Changzhou Yongse Infotech Ltd - 000CEC - Spectracom Corp. + 90028A + Shenzhen Shidean Legrand Electronic Products Ltd - E06089 - Cloudleaf Inc. + 1CC11A + Wavetronix - 783690 - Yulong Computer Telecommunication Scientific (Shenzhen) Ltd + FC09D8 + ACTEON Group - BC54FC - Shenzhen Mercury Communication Technologies Ltd + 743ECB + Gentrice tech - 0C4B54 - TP-Link Technologies Ltd + 7C444C + Entertainment Solutions, S.L. - E4F004 - Dell Inc. + 0444A1 + Telecon Galicia,S.A. - 94E36D - Texas Instruments + 20C60D + Shanghai annijie Information technology Ltd - F0F8F2 - Texas Instruments + 38CA97 + Contour Design LLC - 341513 - Texas Instruments + BC2D98 + ThinGlobal LLC - 74819A - PT. Hartono Istana Teknologi + 1879A2 + GMJ Electric Limited - 283545 - Shenzhen Chuangwei-RGB Electronics Ltd + E0C86A + Shenzhen TW-SCIE Ltd - 044F4C - Huawei Technologies Ltd + BCEE7B + ASUSTek Computer Inc. - 18B81F - ARRIS Group Inc. + 3413A8 + Mediplan Limited - 1C151F - Huawei Technologies Ltd + 7C9763 + Openmatics s.r.o. - 008BFC - mixi,Inc. + 48A2B7 + Kodofon JSC - A82BB5 - Edgecore Networks Corporation + CC7498 + Filmetrics Inc. - E8E1E2 - Energotest + 085AE0 + Recovision Technology Ltd - 7811DC - XIAOMI Electronics Ltd + 20E791 + Siemens Healthcare Diagnostics Inc. - D463C6 - Motorola Mobility LLC, a Lenovo Company + 089758 + Shenzhen Strong Rising Electronics Ltd DongGuan Subsidiary - F844E3 - Taicang T&W Electronics + FC19D0 + Cloud Vision Networks Technology Ltd - 24A534 - SynTrust Tech International Ltd + 9486D4 + Surveillance Pro Corporation - C444A0 - Cisco Systems Inc. + 9CD643 + D-Link International - 18742E - Amazon Technologies Inc. + 3C18A0 + Luxshare Precision Industry Company Limited - 90A365 - HMD Global Oy + 8CAE89 + Y-cam Solutions Ltd - DC44B6 - Samsung Electronics Ltd + 94E98C + Nokia - 1007B6 - Samsung Electronics Ltd + FCE1D9 + Stable Imaging Solutions LLC - 342D0D - Samsung Electronics Ltd + 50206B + Emerson Climate Technologies Transportation Solutions - A44CC8 - Dell Inc. + 7CBF88 + Mobilicom Ltd - D837BE - Shenzhen Gongjin Electronics Ltd + 60DB2A + HNS - D4684D - Ruckus Wireless + B04545 + YACOUB Automation GmbH - 8C0C90 - Ruckus Wireless + C8EE75 + Pishion International Ltd - 6CAAB3 - Ruckus Wireless + CC3429 + TP-Link Technologies Ltd - 001392 - Ruckus Wireless + 64BABD + SDJ Technologies Inc. - 085114 - Qingdao Topscomm Communication Ltd + 24C848 + mywerk Portal GmbH - D05A00 - Technicolor CH USA Inc. + CCFB65 + Nintendo Ltd - 70788B - Vivo Mobile Communication Ltd + A0A23C + Gpms - 4859A4 - ZTE Corporation + 68FCB3 + Next Level Security Systems Inc. - 54BD79 - Samsung Electronics Ltd + 94C3E4 + Atlas Copco IAS GmbH - A0423F - Tyan Computer Corp + 34885D + Logitech Far East - 70F11C - Shenzhen Ogemray Technology Ltd + 88576D + XTA Electronics Ltd - 7065A3 - Kandao lightforge Ltd + BC4100 + CoDACO ELECTRONIC s.r.o. - 14144B - Ruijie Networks Ltd + FCD817 + Beijing Hesun Technologies Ltd - 74D0DC - Ericsson AB + 682DDC + Wuhan Changjiang Electro-Communication Equipment Ltd - C08ADE - Ruckus Wireless + E8611F + Dawning Information Industry Ltd - 001D2E - Ruckus Wireless + 2847AA + Nokia Corporation - B4E62A - LG Innotek + 5CD61F + Qardio Inc. - A0C5F2 - IEEE Registration Authority + 705957 + Medallion Instrumentation Systems - A86B7C - Shenzhen Fenglian Technology Ltd + 9C443D + Chengdu Xuguang Technology Ltd - B03956 - Netgear + B424E7 + Codetek Technology Ltd - 3C0CDB - Unionman Technology Ltd + 542F89 + Euclid Laboratories Inc. - EC42B4 - ADC Corporation + 909916 + ELVEES NeoTek OJSC - 60DA83 - Hangzhou H3C Technologies Ltd + 00A2FF + abatec group AG - 2C5731 - Wingtech Group (HongKong)Limited + 6024C1 + Jiangsu Zhongxun Electronic Technology Ltd - CC4639 - WAAV Inc. + A0143D + Parrot SA - AC9E17 - ASUSTek Computer Inc. + FC1BFF + V-ZUG AG - 641666 - Nest Labs Inc. + F42896 + Specto Paineis Eletronicos Ltda - D8DF7A - Quest Software Inc. + 78CB33 + DHC Software Ltd - 145BE1 - nyantec GmbH + 60A9B0 + Merchandising Technologies Inc. - A0239F - Cisco Systems Inc. + 5027C7 + TECHNART Ltd - 70F35A - Cisco Systems Inc. + 6C5AB5 + TCL Technoly Electronics (Huizhou) Ltd - A0341B - Adero Inc + 385AA8 + Beijing Zhongdun Security Technology Development Co. - A0AFBD - Intel Corporation + F4A294 + Eagle World Development Ltd - 7C8BCA - TP-Link Technologies Ltd + EC3E09 + Performance Designed Products LLC - B04E26 - TP-Link Technologies Ltd + 947C3E + Polewall Norge AS - B089C2 - Zyptonite + 34A3BF + Terewave Inc. - F023B9 - IEEE Registration Authority + 8C088B + Remote Solution - FC4DD4 - Universal Global Scientific Industrial Ltd + B43E3B + Viableware Inc. - A4F4C2 - Vnpt Technology + 0C5CD8 + DOLI Elektronik GmbH - 8C147D - IEEE Registration Authority + 3C15EA + Tescom Ltd - 30074D - Samsung Electro-Mechanics(Thailand) + E80410 + Private - 1C1FD4 - LifeBEAM Technologies Ltd + F4BD7C + Chengdu jinshi Communication Ltd - 009AD2 - Cisco Systems Inc. + DCC422 + Systembase Limited - 447F77 - Connected Home + C8F36B + Yamato Scale Ltd - E8B6C2 - Juniper Networks + 98F8C1 + IDT Technology Limited - 947BE7 - Samsung Electronics Ltd + 6CD1B0 + Wing Sing Electronics Hong Kong Limited - 5092B9 - Samsung Electronics Ltd + A4F522 + Chofu Seisakusho Ltd - DC74A8 - Samsung Electronics Ltd + 845C93 + Chabrier Services - E83935 - Hewlett-Packard Company + 68E166 + Private - 00180A - Cisco Meraki + BC2BD7 + Revogi Innovation Ltd - 5C6A80 - ZyXEL Communications Corp + 286D97 + SAMJIN Ltd - D860B3 - Guangdong Global Electronic Technology Ltd + 24ECD6 + CSG Science & Technology LtdHefei - 64351C - e-CoN SysTEMS IndIA PVT Ltd + CC2A80 + Micro-Biz Intelligence solutions Ltd - 60BA18 - nextLAP GmbH + 60FEF9 + Thomas & Betts - 44AA50 - Juniper Networks + B8DC87 + IAI Corporation - 84CD62 - Shenzhen IDWELL Technology Ltd + 7C6FF8 + Shenzhen ACTO Digital Video Technology Ltd - A8D579 - Beijing Chushang Science and Technology Ltd + DCF755 + Sitronik - 4448C1 - Hewlett Packard Enterprise + 5C026A + Applied Vision Corporation - 481063 - NTT Innovation Institute Inc. + 0C9301 + PT. Prasimax Inovasi Teknologi - A08E78 - Sagemcom Broadband SAS + 746630 + T:mi Ytti - 88D50C - Guangdong Oppo Mobile Telecommunications Corp Ltd + 6CB350 + Anhui Comhigher tech Ltd - D428D5 - TCT mobile Ltd + 3859F8 + MindMade Sp. z o.o. - 9CAF6F - Itel Mobile Limited + 4CDF3D + Team Engineers Advance Technologies India PVT Ltd - FC539E - Shanghai Wind Technologies Ltd + E89218 + Arcontia International AB - 605317 - Sandstone Technologies + 0075E1 + Ampt LLC - 907065 - Texas Instruments + 98CDB4 + Virident Systems Inc. - 18A958 - Provision Thai Ltd + A42305 + Open Networking Laboratory - 74C9A3 - Fiberhome Telecommunication Technologies Ltd + 1C48F9 + GN Netcom A/S - EC8A4C - ZTE Corporation + B0FEBD + Private - D45F25 - Shenzhen YOUHUA Technology Ltd + 60699B + isepos GmbH - 40C8CB - AM Telecom Ltd + D4D50D + Southwest Microwave Inc. - 2CABEB - Cisco Systems Inc. + 34CD6D + CommSky Technologies - B4C6F8 - Axilspot Communication + E4F3E3 + Shanghai iComhome Ltd - 9CE951 - Shenzhen Sang Fei Consumer Communications Ltd + 9046B7 + Vadaro Pte Ltd - B8D50B - Sunitec Enterprise Ltd + 04CF25 + Manycolors Inc. - BC66DE - Shadow Creator Information Technology Ltd + 80BBEB + Satmap Systems Ltd - 1868CB - Hangzhou Hikvision Digital Technology Ltd + 00B78D + Nanjing Shining Electric Automation Ltd - C4AE12 - Samsung Electronics Ltd + 60FE1E + China Palms Telecom Ltd - 001FA4 - Shenzhen Gongjin Electronics Ltd + B050BC + Shenzhen Basicom Electronic Ltd - D4DCCD - Apple + 841E26 + KERNEL-I Ltd - 484BAA - Apple + B4346C + Matsunichi Digital Technology (Hong Kong) Limited - DCA904 - Apple + 0086A0 + Private - 6CAB31 - Apple + A05B21 + ENVINET GmbH - 4C74BF - Apple + 50B8A2 + ImTech Technologies LLC, - 04946B - Tecno Mobile Limited + B04C05 + Fresenius Medical Care Deutschland GmbH - A04C5B - Shenzhen TINNO Mobile Technology Corp. + B0793C + Revolv Inc - 488803 - ManTechnology Inc. + 9C4EBF + BoxCast - B436E3 - Kbvision Group + 34A843 + KYOCERA Display Corporation - 94D299 - Techmation Ltd + 74CA25 + Calxeda Inc. - 341A35 - Fiberhome Telecommunication Technologies Ltd + 5CA3EB + Lokel s.r.o. - 2C029F - 3ALogics + C8B373 + Cisco-Linksys LLC - 64D154 - Routerboard.com + 0C2AE7 + Beijing General Research Institute Of Mining and Metallurgy - 58D9D5 - Tenda Technology LtdDongguan branch + 983071 + Daikyung Vascom - 6C4B90 - LiteON + D49524 + Clover Network Inc. - 00050F - Tanaka S/S Ltd + 945047 + Rechnerbetriebsgruppe - 989E63 - Apple + E031D0 + SZ Telstar Ltd - 886B6E - Apple + 54112F + Sulzer Pump Solutions Finland Oy - F4E4AD - ZTE Corporation + 4C55B8 + Turkcell Teknoloji - 28FF3E - ZTE Corporation + 088039 + Cisco SPVTG - B8D7AF - Murata Manufacturing Ltd + E438F2 + Advantage Controls - D4AE05 - Samsung Electronics Ltd + C4C755 + Beijing HuaqinWorld Technology Ltd - E048AF - Premietech Limited + 0C2D89 + QiiQ Communications Inc. - 2C3311 - Cisco Systems Inc. + A8D236 + Lightware Visual Engineering - 5082D5 - Apple + 981094 + Shenzhen Vsun Communication technology Ltd - F0EE10 - Samsung Electronics Ltd + A4F3C1 + Open Source Robotics Foundation Inc. - C4700B - Guangzhou Chip Technologies Ltd + 141330 + Anakreon UK LLP - 3CA067 - Liteon Technology Corporation + 0CF405 + Beijing Signalway Technologies Ltd - BC024A - HMD Global Oy + 5061D6 + Indu-Sol GmbH - 949901 - Shenzhen YITOA Digital Appliance Ltd + DC7014 + Private - F85971 - Intel Corporation + 788DF7 + Hitron Technologies Inc. - 1005CA - Cisco Systems Inc. + 2C245F + Babolat VS - 7894B4 - Sercomm Corporation. + 905692 + Autotalks Ltd - 443708 - MRV Comunications + 04BFA8 + ISB Corporation - 285F2F - RNware Ltd + 8CC7D0 + zhejiang ebang Communication Ltd - 500FF5 - Tenda Technology LtdDongguan branch + B8AE6E + Nintendo Ltd - BC452E - Knowledge Development for POF S.L. + D0EB03 + Zhehua technology limited - DCC64B - Huawei Technologies Ltd + 683EEC + Ereca - 043389 - Huawei Technologies Ltd + C42628 + Airo Wireless - 00A068 - BHP Limited + 30AABD + Shanghai Reallytek Information Technology Ltd - 703ACB - Google Inc. + A4B818 + PENTA Gesellschaft fur elektronische Industriedatenverarbeitung mbH - 706DEC - Wifi-soft LLC + C04DF7 + Serelec - B0C205 - Bionime + 0C8484 + Zenovia Electronics Inc. - 94F551 - Cadi Scientific Pte Ltd + 005907 + LenovoEMC Products USA LLC - 105AF7 - ADB Italia + 50A715 + Aboundi Inc. - B81DAA - LG Electronics (Mobile Communications) + 0C0400 + Jantar d.o.o. - 00E400 - Sichuan Changhong Electric Ltd + 687CD5 + Y Soft Corporation, a.s. - 2C55D3 - Huawei Technologies Ltd + 907AF1 + Wally - 00C024 - Eden Sistemas de Computacao SA + 2CB693 + Radware - 7C4685 - Motorola (Wuhan) Mobility Technologies Communication Ltd + A861AA + Cloudview Limited - 1C1EE3 - Hui Zhou Gaoshengda Technology Ltd + FC1186 + Logic3 plc - 44032C - Intel Corporation + E01877 + Fujitsu Limited - 7868F7 - YSTen Technology Ltd + E457A8 + Stuart Manufacturing Inc. - 004BF3 - Shenzhen Mercury Communication Technologies Ltd + 789966 + Musilab Electronics (DongGuan) Ltd - 08CCA7 - Cisco Systems Inc. + 28CBEB + One - - 0896AD - Cisco Systems Inc. + + 7CA15D + GN ReSound A/S - 0823B2 - Vivo Mobile Communication Ltd + 3C081E + Beijing Yupont Electric Power Technology Ltd - 88C3B3 - Sovico + FC58FA + Shen Zhen Shi Xin Zhong Xin Technology Ltd - E05124 - NXP Semiconductors + 4CCC34 + Motorola Solutions Inc. - 001DA3 - SabiOso + D0D471 + MVTECH Ltd - 542F8A - Tellescom Industria E Comercio EM Telecomunicacao + 0868D0 + Japan System Design - 6014B3 - CyberTAN Technology Inc. + D4223F + Lenovo Mobile Communication Technology Ltd - 105611 - ARRIS Group Inc. + C8EEA6 + Shenzhen SHX Technology Ltd - 347877 - O-Net Communications (Shenzhen) Limited + 2481AA + KSH International Ltd - 0020CC - Digital Services Ltd + AC4122 + Eclipse Electronic Systems Inc. - 689FF0 - ZTE Corporation + 6897E8 + Society Of Motion Picture & Television Engineers - 5CAF06 - LG Electronics (Mobile Communications) + E8E875 + iS5 Communications Inc. - 00179B - Chant Sincere Ltd + C80E95 + OmniLync Inc. - 1C398A - Fiberhome Telecommunication Technologies Ltd + 30055C + Brother Industries Ltd - E865D4 - Tenda Technology LtdDongguan branch + 080EA8 + Velex s.r.l. - 24D51C - Zhongtian broadband technology Ltd + B8C46F + Primmcon Industries Inc - EC43F6 - ZyXEL Communications Corp + D8B02E + Guangzhou Zonerich Business Machine Ltd - 60C658 - PHYTRONIX Ltd + C4E032 + IEEE 1904.1 Working Group - FCB58A - Wapice Ltd + 58EB14 + Proteus Digital Health - A462DF - DS Global Ltd + C458C2 + Shenzhen TATFOOK Technology Ltd - 4C1694 - Shenzhen sibituo Technology Ltd + D0CDE1 + Scientech Electronics - C81451 - Huawei Technologies Ltd + 5CE0CA + FeiTian United (Beijing) System Technology Ltd - 44D437 - Inteno Broadband Technology AB + E08177 + GreenBytes Inc. - ECE154 - Beijing Unisound Information Technology Ltd + 9C9811 + Guangzhou Sunrise Electronics Development Ltd - 6C160E - ShotTracker + B86091 + Onnet Technologies and Innovations LLC - 803A0A - Integrated Device Technology (Malaysia) Sdn. Bhd. + 8C76C1 + Goden Tech Limited - 0C73BE - Dongguan Haimai Electronie Technology Ltd + 8C078C + Flow Data Inc - 286F7F - Cisco Systems Inc. + F8DFA8 + ZTE Corporation - F0C850 - Huawei Technologies Ltd + A895B0 + Aker Subsea Ltd - 00014F - Adtran Inc + 104D77 + Innovative Computer Engineering - 285261 - Cisco Systems Inc. + C45DD8 + HDMI Forum - C8AA55 - Hunan Comtom Electronic Incorporated Ltd + C4EBE3 + Rrcn SAS - 20780B - Delta Faucet Company + 94756E + QinetiQ North America - 8809AF - Masimo Corporation + 4C1A95 + Novakon Ltd - 2CD02D - Cisco Systems Inc. + 60BB0C + Beijing HuaqinWorld Technology Ltd - 9CCC83 - Juniper Networks + A42C08 + Masterwork Automodules - 2C6373 - Sichuan Tianyi Comheart Telecomco Ltd + 10B9FE + Lika srl - 24A7DC - BSkyB Ltd + 301518 + Ubiquitous Communication Ltd - 64DBA0 - Select Comfort + 841715 + GP Electronics (HK) Ltd - F8983A - Leeman International (HongKong) Limited + 848E96 + Embertec Pty Ltd - 4CECEF - Soraa Inc. + 6499A0 + AG Elektronik AB - 1CEFCE - bebro electronic GmbH + 08F1B7 + Towerstream Corpration - 98B6E9 - Nintendo Ltd + C044E3 + Shenzhen Sinkna Electronics Ltd - F015B9 - PlayFusion Limited + 18550F + Cisco SPVTG - 64B0A6 - Apple + 187A93 + AMICCOM Electronics Corporation - 7C04D0 - Apple + 8887DD + DarbeeVision Inc. - 84FCAC - Apple + 30C82A + WI-BIZ srl - DC0C5C - Apple + 88A3CC + Amatis Controls - 70700D - Apple + C0A0C7 + Fairfield Industries - 30E171 - Hewlett-Packard Company + DCA989 + Macandc - 186590 - Apple + A00363 + Robert Bosch Healthcare GmbH - F86214 - Apple + D0B498 + Robert Bosch LLC Automotive Electronics - 784F43 - Apple + E05597 + Emergent Vision Technologies Inc. - 404D7F - Apple + 7C438F + E-Band Communications Corp. - 001D72 - Wistron Corporation + A0E25A + Amicus SK, s.r.o. - D8197A - Nuheara Ltd + D40FB2 + Applied Micro Electronics AME bv - 4C38D5 - Mitac Computing Technology Corporation + 449B78 + The Now Factory - 54B56C - Xi'an NovaStar Tech Ltd + F0F669 + Motion Analysis Corporation - 344CC8 - Echodyne Corp + 78995C + Nationz Technologies Inc - 64136C - ZTE Corporation + 849DC5 + Centera Photonics Inc. - 04B648 - Zenner + 580943 + Private - 98F199 - NEC Platforms Ltd + ECFC55 + A. Eberle GmbH & Co. KG - 1840A4 - Shenzhen Trylong Smart Science and Technology Ltd + 182A7B + Nintendo Ltd - 1C48CE - Guangdong Oppo Mobile Telecommunications Corp Ltd + 68FB95 + Generalplus Technology Inc. - C80CC8 - Huawei Technologies Ltd + 5C89D4 + Beijing Banner Electric Ltd - 0425C5 - Huawei Technologies Ltd + 54115F + Atamo Pty Ltd - 603E7B - Gafachi Inc. + 8CAE4C + Plugable Technologies - 4C7487 - Leader Phone Communication Technology Ltd + 0CC655 + Wuxi YSTen Technology Ltd - AC83F3 - AMPAK Technology Inc. + 242FFA + Toshiba Global Commerce Solutions - CC8CDA - Shenzhen Wei Da Intelligent Technology Go Ltd + E496AE + ALTOGRAPHICS Inc. - D436DB - Jiangsu Toppower Automotive Electronics Ltd + 4C2258 + Cozybit Inc. - 2CDCAD - Wistron Neweb Corporation + F49466 + CountMax Ltd - 6C5C14 - Guangdong Oppo Mobile Telecommunications Corp Ltd + F45214 + Mellanox Technologies Inc. - E80945 - Integrated Device Technology (Malaysia) Sdn. Bhd. + 1C959F + Veethree Electronics And Marine LLC - B0A2E7 - Shenzhen TINNO Mobile Technology Corp. + 0881F4 + Juniper Networks - 7C2587 - chaowifi.com + 10F49A + T3 Innovation - 2C2131 - Juniper Networks + 3C57BD + Kessler Crane Inc. - 00501E - Grass Valley, A Belden Brand + 04E9E5 + Pjrc.com LLC - EC0D9A - Mellanox Technologies Inc. + 60BD91 + Move Innovation - 90D7BE - Wavelab Global Inc. + CC4BFB + Hellberg Safety AB - 244E7B - IEEE Registration Authority + 6CADEF + KZ Broadband Technologies Ltd - 30AEA4 - Espressif Inc. + 745FAE + TSL PPL - 3CFA43 - Huawei Technologies Ltd + 6851B7 + PowerCloud Systems Inc. - 145F94 - Huawei Technologies Ltd + 742D0A + Norfolk Elektronik AG - 001F82 - Cal-Comp Electronics & Communications Company Ltd + 70F1E5 + Xetawave LLC - 883C1C - Mercury Corporation + C0AA68 + OSASI Technos Inc. - 002144 - SS Telecoms + 88D7BC + DEP Company - 006BF1 - Cisco Systems Inc. + 485A3F + Wisol - 2834A2 - Cisco Systems Inc. + 60BC4C + EWM Hightec Welding GmbH - 7823AE - ARRIS Group Inc. + 1C11E1 + Wartsila Finland Oy - 20719E - SF Technology Ltd + 50465D + ASUSTek Computer Inc. - 2CC260 - Oracle Corporation + 74BFA1 + Hyunteck - 3C3F51 - 2CRSI + CC262D + Verifi LLC - 3C2AF4 - Brother Industries Ltd + 3C8AE5 + Tensun Information Technology(Hangzhou) Ltd - C0854C - Ragentek Technology Group + 2C5AA3 + Promate Electronic Ltd - 0024AC - Hangzhou DPtech Technologies Ltd + 34E0CF + ZTE Corporation - 50584F - waytotec,Inc. + 08B738 + Lite-On Technogy Corp. - 085DDD - Mercury Corporation + F8AA8A + Axview Technology (Shenzhen) Ltd - 8C60E7 - Mpgio Ltd + 7C0187 + Curtis Instruments Inc. - CC9470 - Kinestral Technologies Inc. + 54F666 + Berthold Technologies GmbH and Co.KG - B439D6 - ProCurve Networking by HP + 34C803 + Nokia Corporation - 34F39A - Intel Corporation + F05F5A + Getriebebau NORD GmbH and Co. KG - D816C1 - Dewav (HK) Electronics Limited + 801DAA + Avaya Inc - CC61E5 - Motorola Mobility LLC, a Lenovo Company + 7C092B + Bekey A/S - 8C8ABB - Beijing Orient View Technology Ltd + 842BBC + Modelleisenbahn GmbH - 00039B - NetChip Technology Inc. + B4009C + CableWorld Ltd - 44D9E7 - Ubiquiti Networks Inc. + 289EDF + Danfoss Turbocor Compressors Inc. - 24A43C - Ubiquiti Networks Inc. + 803FD6 + bytes at work AG - 9C8BA0 - Apple + 784405 + FUJITU(HONG KONG) ELECTRONIC Ltd - CC088D - Apple + 044A50 + Ramaxel Technology (Shenzhen) limited Company - 38A4ED - Xiaomi Communications Ltd + 0CD9C1 + Visteon Corporation - B89919 - 7signal Solutions Inc. + 38A5B6 + Shenzhen Megmeet Electrical Ltd - 40FE0D - Maxio + 68AB8A + RF IDeas - AC64DD - IEEE Registration Authority + 24EE3A + Chengdu Yingji Electronic Hi-tech Ltd - 94B819 - Nokia + 0CC66A + Nokia Corporation - 787D48 - Itel Mobile Limited + 74273C + ChangYang Technology (Nanjing) Ltd - 8871E5 - Amazon Technologies Inc. + 087CBE + Quintic Corp. - BC39D9 - Z-TEC + E804F3 + Throughtek Ltd - 609AC1 - Apple + 0868EA + Eito Electronics Ltd - 748D08 - Apple + F82285 + Cypress Technology Ltd - 00B0EE - Ajile Systems Inc. + C4AD21 + MEDIAEDGE Corporation - 0418D6 - Ubiquiti Networks Inc. + E85BF0 + Imaging Diagnostics - 20DBAB - Samsung Electronics Ltd + A40BED + Carry Technology Ltd - 383A21 - IEEE Registration Authority + 702393 + fos4X GmbH - D8380D - Shenzhen IP-CoM Network Ltd + 64D814 + Cisco Systems Inc. - 88AD43 - Pegatron Corporation + F85F2A + Nokia Corporation - B4EFFA - Lemobile Information Technology (Beijing) Ltd + C438D3 + Tagatec Ltd - 6C71BD - Ezelink Telecom + 502ECE + Asahi Electronics Ltd - 60EFC6 - Shenzhen Chima Technologies Co Limited + AC14D2 + wi-daq Inc. - 001FC6 - ASUSTek Computer Inc. + 9C4CAE + Mesa Labs - B0C128 - Adler ELREHA GmbH + 20C1AF + i Wit Digital Ltd - 3087D9 - Ruckus Wireless + 80AAA4 + Usag - FCCAC4 - LifeHealth LLC + 30AEF6 + Radio Mobile Access - F0D9B2 - EXO S.A. + 085B0E + Fortinet Inc. - E4C801 - BLU Products Inc + EC42F0 + ADL Embedded Solutions Inc. - F09838 - Huawei Technologies Ltd + E8CBA1 + Nokia Corporation - C80E14 - AVM Audiovisuelles Marketing und Computersysteme GmbH + 6CE4CE + Villiger Security Solutions AG - AC63BE - Amazon Technologies Inc. + 649FF7 + Kone Oyj - F81D78 - IEEE Registration Authority + CC912B + TE Connectivity Touch Solutions - 38F7B2 - Seojun Electric + C05E79 + Shenzhen Huaxun ARK Technologies Ltd - 101250 - Integrated Device Technology (Malaysia) Sdn. Bhd. + 58BFEA + Cisco Systems Inc. - 7802B7 - Shenzhen Ultra Easy Technology Ltd + C401B1 + SeekTech Inc - 646184 - Velux + C0C946 + Mitsuya Laboratories Inc. - E8E5D6 - Samsung Electronics Ltd + F4600D + Panoptic Technology Inc. - C87E75 - Samsung Electronics Ltd + A82BD6 + Shina System Ltd - 00265F - Samsung Electronics Ltd + ACCF23 + Hi-flying electronics technology Ltd - 00233A - Samsung Electronics Ltd + 609084 + DSSD Inc - 086A0A - Askey Computer Corp + FC1D59 + I Smart Cities HK Ltd - 98E7F4 - Hewlett-Packard Company + 78C4AB + Shenzhen Runsil Technology Ltd - 0007AB - Samsung Electronics Ltd + B0A86E + Juniper Networks - 002486 - DesignArt Networks + 802AFA + Germaneers GmbH - 002478 - Mag Tech Electronics Co Limited + 18421D + Private - 382DD1 - Samsung Electronics Ltd + 28C914 + Taimag Corporation - 001B2C - ATRON electronic GmbH + 7493A4 + Zebra Technologies Corp. - 9034FC - Hon Hai Precision Ind Ltd + E47185 + Securifi Ltd - 001427 - JazzMutant + 080CC9 + Mission Technology Group, dba Magma - 001E84 - Pika Technologies Inc. + 640E94 + Pluribus Networks Inc. - 10DDB1 - Apple + 0CB4EF + Digience Ltd - 002329 - DDRdrive LLC + 146A0B + Cypress Electronics Limited - 0026AD - Arada Systems Inc. + 5CEE79 + Global Digitech Ltd - FC1F19 - Samsung Electro Mechanics Ltd + 4CAA16 + Azurewave Technologies Inc. - 840B2D - Samsung Electro Mechanics Ltd + AC40EA + C&T Solution Inc. - 206432 - Samsung Electro Mechanics Ltd + 002AAF + LARsys-Automation GmbH - B407F9 - Samsung Electro Mechanics Ltd + 1CE165 + Marshal Corporation - 889FFA - Hon Hai Precision Ind Ltd + 4016FA + EKM Metering - 8C7CB5 - Hon Hai Precision Ind Ltd + 0C130B + Uniqoteq Ltd - C44619 - Hon Hai Precision Ind Ltd + 2C542D + Cisco Systems Inc. - 506313 - Hon Hai Precision Ind Ltd + BC1401 + Hitron Technologies Inc. - 60D819 - Hon Hai Precision Ind Ltd + 94CA0F + Honeywell Analytics - F82FA8 - Hon Hai Precision Ind Ltd + 782544 + Omnima Limited - 0C84DC - Hon Hai Precision Ind Ltd + A41875 + Cisco Systems Inc. - 00166C - Samsung Electronics Ltd + C8AE9C + Shanghai TYD Elecronic Technology Ltd - 181EB0 - Samsung Electronics Ltd + AC3FA4 + Taiyo Yuden Ltd - 247F20 - Sagemcom Broadband SAS + 6CAE8B + IBM Corporation - E8039A - Samsung Electronics Ltd + 40AC8D + Data Management Inc. - 30CDA7 - Samsung Electronics Ltd + 80CEB1 + Theissen Training Systems GmbH - 001247 - Samsung Electronics Ltd + FC2A54 + Connected Data Inc. - 001599 - Samsung Electronics Ltd + 045C06 + Zmodo Technology Corporation - 0012FB - Samsung Electronics Ltd + 747B7A + ETH Inc. - D0667B - Samsung Electronics Ltd + 48EA63 + Zhejiang Uniview Technologies Ltd - B85E7B - Samsung Electronics Ltd + E88DF5 + ZNYX Networks Inc. - E492FB - Samsung Electronics Ltd + 90F72F + Phillips Machine & Welding Co. Inc. - 6CB7F4 - Samsung Electronics Ltd + D05785 + Pantech Ltd - 2C4401 - Samsung Electronics Ltd + 408B07 + Actiontec Electronics Inc. - B8D9CE - Samsung Electronics Ltd + 284121 + OptiSense Network LLC - 1C66AA - Samsung Electronics Ltd + 38458C + MyCloud Technology Corporation - 3C8BFE - Samsung Electronics Ltd + 10E4AF + APR LLC - D4E8B2 - Samsung Electronics Ltd + F4EA67 + Cisco Systems Inc. - 1489FD - Samsung Electronics Ltd + 2C2D48 + bct electronic GesmbH - BC851F - Samsung Electronics Ltd + 28BA18 + NextNav LLC - 0015B9 - Samsung Electronics Ltd + AC3D75 + Hangzhou Zhiway Technologies Ltd - 002491 - Samsung Electronics Ltd + A090DE + Veedims,LLC - 002339 - Samsung Electronics Ltd + 642DB7 + Seungil Electronics - 5001BB - Samsung Electronics Ltd + 002A6A + Cisco Systems Inc. - C40142 - MaxMedia Technology Limited + F436E1 + Abilis Systems SARL - 8430E5 - SkyHawke Technologies LLC + 781C5A + Sharp Corporation - 1C77F6 - Guangdong Oppo Mobile Telecommunications Corp Ltd + E80C75 + Syncbak Inc. - 58E326 - Compass Technologies Inc. + 800A06 + CoMTEC Ltd - 001B2A - Cisco Systems Inc. + 608C2B + Hanson Technology - 749DDC - 2Wire Inc. + 940070 + Nokia Corporation - 14DDE5 - Mpmkvvcl + BC2C55 + Bear Flag Design Inc. - 001A09 - Wayfarer Transit Systems Ltd + 0C7523 + Beijing Gehua Catv Network Ltd - 742344 - Xiaomi Communications Ltd + 04F021 + Compex Systems Pte Ltd - 54880E - Samsung Electro-Mechanics(Thailand) + 2818FD + Aditya Infotech Ltd - F025B7 - Samsung Electro-Mechanics(Thailand) + D8B90E + Triple Domain Vision Ltd - F04347 - Huawei Technologies Ltd + 342F6E + Anywire Corporation - 9CB2B2 - Huawei Technologies Ltd + CCEED9 + VAHLE Automation GmbH - A8C83A - Huawei Technologies Ltd + 005CB1 + Gospell DIGITAL TECHNOLOGY Ltd - BC72B1 - Samsung Electronics Ltd + B08E1A + URadio Systems Ltd - 78F7BE - Samsung Electronics Ltd + D8E952 + Keopsys - 684898 - Samsung Electronics Ltd + BCA4E1 + Nabto - 3423BA - Samsung Electro-Mechanics(Thailand) + 908FCF + UNO System Ltd - 003676 - ARRIS Group Inc. + 40E793 + Shenzhen Siviton Technology Ltd - FC8E7E - ARRIS Group Inc. + 000831 + Cisco Systems Inc. - FC6FB7 - ARRIS Group Inc. + 34D09B + MobilMAX Technology Inc. - D42C0F - ARRIS Group Inc. + F0007F + Janz - Contadores de Energia, SA - 400E85 - Samsung Electro-Mechanics(Thailand) + 30B3A2 + Shenzhen Heguang Measurement & Control Technology Ltd - C8BA94 - Samsung Electro-Mechanics(Thailand) + 506028 + Xirrus Inc. - 843838 - Samsung Electro-Mechanics(Thailand) + 0091FA + Synapse Product Development - A055DE - ARRIS Group Inc. + A05AA4 + Grand Products Nevada Inc. - 80F503 - ARRIS Group Inc. + F0EEBB + VIPAR GmbH - 44AAF5 - ARRIS Group Inc. + 6CE907 + Nokia Corporation - E09DFA - Wanan Hongsheng Electronic Ltd + E4FA1D + PAD Peripheral Advanced Design Inc. - 5C3C27 - Samsung Electronics Ltd + 1C5C55 + PRIMA Cinema Inc. - 70A84C - MONAD. Inc. + 34BA9A + Asiatelco Technologies Co. - 84C7EA - Sony Mobile Communications Inc + 506441 + Greenlee - 24E43F - Wenzhou Kunmei Communication Technology Ltd + 9C1FDD + Accupix Inc. - 287AEE - ARRIS Group Inc. + 7CDD11 + Chongqing MAS SCI&TECH Ltd - 88797E - Motorola Mobility LLC, a Lenovo Company + B8FD32 + Zhejiang ROICX Microelectronics - 305890 - Frontier Silicon Ltd + 70EE50 + Netatmo - 708BCD - ASUSTek Computer Inc. + 984A47 + CHG Hospital Beds - 00258B - Mellanox Technologies Inc. + 144978 + Digital Control Incorporated - 00562B - Cisco Systems Inc. + 2C10C1 + Nintendo Ltd - E8FD90 - Turbostor + 8CD17B + CG Mobile - 2CAC44 - Conextop + 502267 + PixeLINK - D013FD - LG Electronics (Mobile Communications) + 3C6A7D + Niigata Power Systems Ltd - BC644B - ARRIS Group Inc. + 3C7059 + MakerBot Industries - 606405 - Texas Instruments + 502690 + Fujitsu Limited - 1899F5 - Sichuan Changhong Electric Ltd + 24B657 + Cisco Systems Inc. - 0025C3 - 21168 + C8AF40 + marco Systemanalyse und Entwicklung GmbH - 000F57 - CABLELOGIC Ltd + 40984C + Casacom Solutions AG - 000342 - Nortel Networks + 5C18B5 + Talon Communications - A48269 - Datrium Inc. + 64E161 + DEP Corp. - 10E68F - Kwangsung Electronics Korea Ltd + 8823FE + TTTech Computertechnik AG - 4CFACA - Cambridge Industries(Group) Ltd + B89AED + OceanServer Technology Inc. - 18ABF5 - Ultra Electronics Electrics + C87D77 + Shenzhen Kingtech Communication Equipment Ltd - B03EB0 - MICRODIA Ltd + 94AE61 + Alcatel Lucent - 001591 - RLW Inc. + 5CCEAD + CDYNE Corporation - 00182E - XStreamHD + AC54EC + IEEE P1823 Standards Working Group - 001283 - Nortel Networks + 709756 + Happyelectronics Ltd - 0011F9 - Nortel Networks + B820E7 + Guangzhou Horizontal Information & Network Integration Ltd - 001158 - Nortel Networks + 00CD90 + MAS Elektronik AG - 000F6A - Nortel Networks + 7C6B52 + Tigaro Wireless - 000E62 - Nortel Networks + 0064A6 + Maquet CardioVascular - 000CF8 - Nortel Networks + 988BAD + Corintech Ltd - 0026F1 - ProCurve Networking by HP + D44B5E + Taiyo Yuden Ltd - 380DD4 - Primax Electronics Ltd + 640E36 + Taztag - 98FDB4 - Primax Electronics Ltd + 941D1C + TLab West Systems AB - D8C46A - Murata Manufacturing Ltd + E455EA + Dedicated Computing - D8FB68 - Cloud Corner Ltd + B05CE5 + Nokia Corporation - 685388 - P&S Technology + 3482DE + Kiio Inc - 982F3C - Sichuan Changhong Electric Ltd + 4C5FD2 + Alcatel-Lucent - 14C1FF - Shenzhen QianHai Comlan Communication Ltd + 28C718 + Altierre - 000417 - Elau AG + 7C4C58 + Scale Computing Inc. - ECFAAA - The IMS Company + 1013EE + Justec International Technology Inc. - F00786 - Shandong Bittel Electronics Ltd + 8C271D + QuantHouse - 00D0F6 - Nokia + 386077 + Pegatron Corporation - 54A619 - Alcatel-Lucent Shanghai Bell Ltd + 708105 + Cisco Systems Inc. - 000997 - Nortel Networks + E0ED1A + vastriver Technology Ltd - 001CEB - Nortel Networks + D4F63F + IEA S.R.L. - 001C17 - Nortel Networks + 58B0D4 + ZuniData Systems Inc. - 001A8F - Nortel Networks + 64557F + NSFOCUS Information Technology Ltd - 0017D1 - Nortel Networks + 00082F + Cisco Systems Inc. - 888322 - Samsung Electronics Ltd + 9CC7D1 + Sharp Corporation - E89309 - Samsung Electronics Ltd + 149090 + KongTop Industrial(shen zhen) Ltd - 0014C7 - Nortel Networks + 38DE60 + Mohlenhoff GmbH - 001DAF - Nortel Networks + 2839E7 + Preceno Technology Pte Ltd - 88A6C6 - Sagemcom Broadband SAS + 685E6B + PowerRay Ltd - 94D469 - Cisco Systems Inc. + 20C8B3 + Shenzhen BUL-Tech Ltd - 882BD7 - Addenergie Technologies + F8E7B5 + uTech Tecnologia LtdA - 0090CC - Planex Communications Inc. + D4CEB8 + Enatel Ltd - 2057AF - Shenzhen FH-NET OPTOELECTRONICS Ltd + 807A7F + ABB Genway Xiamen Electrical Equipment Ltd - 54DC1D - Yulong Computer Telecommunication Scientific (Shenzhen) Ltd + 24DAB6 + Sistemas de Gestion Energetica S.A. de C.V - ACA213 - Shenzhen Bilian electronic Ltd + B07D62 + Dipl.-Ing. H. Horstmann GmbH - 3C3300 - Shenzhen Bilian electronic Ltd + B8F5E7 + WayTools LLC - 6CD032 - LG Electronics + B81999 + Nesys - 3CBDD8 - LG Electronics Inc + 34255D + Shenzhen Loadcom Technology Ltd - 344DF7 - LG Electronics (Mobile Communications) + 4CA74B + Alcatel Lucent - 583F54 - LG Electronics (Mobile Communications) + D03110 + Ingenic Semiconductor Ltd - 0022CF - Planex Communications Inc. + 1CE192 + Qisda Corporation - E417D8 - 8BITDO Technology HK Limited + 706F81 + Private - 9CD332 - PLC Technology Ltd + FC0012 + Toshiba Samsung Storage Technolgoy Korea Corporation - 38F8CA - OWIN Inc. + 181420 + TEB SAS - 44334C - Shenzhen Bilian electronic Ltd + AC81F3 + Nokia Corporation - 64899A - LG Electronics (Mobile Communications) + 30688C + Reach Technology Inc. - 002105 - Alcatel-Lucent IPD + 10EED9 + Canoga Perkins Corporation - 001BC5 - IEEE Registration Authority + 94DE0E + SmartOptics AS - 48DF37 - Hewlett Packard Enterprise + C029F3 + XySystem - C0E42D - TP-Link Technologies Ltd + AC4AFE + Hisense Broadband Multimedia Technology Ltd - 8CA6DF - TP-Link Technologies Ltd + 54F5B6 + Oriental Pacific International Limited - 8416F9 - TP-Link Technologies Ltd + 90342B + Gatekeeper Systems Inc. - 18D6C7 - TP-Link Technologies Ltd + 8CB82C + IPitomy Communications - 78C3E9 - Samsung Electronics Ltd + 807DE3 + Chongqing Sichuan Instrument Microcircuit Ltd - 8C1ABF - Samsung Electronics Ltd + DC175A + Hitachi High-Technologies Corporation - 30CBF8 - Samsung Electronics Ltd + C8A1BA + Neul Ltd - A0CBFD - Samsung Electronics Ltd + C43A9F + Siconix Inc. - E45D75 - Samsung Electronics Ltd + 686E23 + Wi3 Inc. - 00E04D - Internet Initiative Japan Inc. + DCF05D + Letta Teknoloji - F8A9D0 - LG Electronics (Mobile Communications) + 848F69 + Dell Inc. - CCFA00 - LG Electronics (Mobile Communications) + 3C096D + Powerhouse Dynamics - 74A722 - LG Electronics (Mobile Communications) + 900D66 + Digimore Electronics Ltd - F01C13 - LG Electronics (Mobile Communications) + 0C924E + Rice Lake Weighing Systems - 58FCDB - IEEE Registration Authority + F49461 + NexGen Storage - B0C5CA - IEEE Registration Authority + B8CDA7 + Maxeler Technologies Ltd - 7419F8 - IEEE Registration Authority + 5435DF + Symeo GmbH - A816B2 - LG Electronics (Mobile Communications) + F43D80 + FAG Industrial Services GmbH - 64BC0C - LG Electronics (Mobile Communications) + F0DB30 + Yottabyte - 90C682 - IEEE Registration Authority + 9C31B6 + Kulite Semiconductor Products Inc - C01ADA - Apple + A4B36A + JSC SDO Chromatec - 000031 - Qpsx Communications Ltd + E4DD79 + En-Vision America Inc. - 000E1E - QLogic Corporation + E8CC32 + Micronet Ltd - 0014D1 - TRENDnet Inc. + D43AE9 + DONGGUAN ipt IndUSTRIAL Ltd - CC52AF - Universal Global Scientific Industrial Ltd + 8C5CA1 + d-broad,Inc - 001C14 - VMware Inc. + 18F650 + Multimedia Pacific Limited - 005056 - VMware Inc. + 688470 + eSSys Ltd - 00121C - Parrot SA + 48DCFB + Nokia Corporation - 9003B7 - Parrot SA + 20B7C0 + OMICRON electronics GmbH - 208756 - Siemens AG + 8058C5 + NovaTec Kommunikationstechnik GmbH - 74B472 - Ciesse + B8C716 + Fiberhome Telecommunication Technologies Ltd - FCF152 - Sony Corporation + D42C3D + Sky Light Digital Limited - 483C0C - Huawei Technologies Ltd + A45A1C + smart-electronic GmbH - 309BAD - BBK Educational Electronics Corp Ltd + 806459 + Nimbus Inc. - 001BB1 - Wistron Neweb Corporation + 8C89A5 + Micro-Star International - 0080F7 - Zenith Electronics Corporation + B4A5A9 + MODI GmbH - BC307D - Wistron Neweb Corporation + C436DA + Rusteletech Ltd - 48A9D2 - Wistron Neweb Corporation + 0432F4 + Partron - 80EA23 - Wistron Neweb Corporation + 1C184A + Shenzhen RicherLink Technologies Ltd - 002713 - Universal Global Scientific Industrial Ltd + 0C3956 + Observator instruments - BC307E - Wistron Neweb Corporation + DCA6BD + Beijing Lanbo Technology Ltd - 08952A - Technicolor CH USA Inc. + 10C586 + BIO Sound LAB Ltd - 4432C8 - Technicolor CH USA Inc. + 10768A + EoCell - 38A28C - Shenzhen RF-Link Technology Ltd + F44EFD + Actions Semiconductor Ltd(Cayman Islands) - B4A5EF - Sercomm Corporation. + 24B8D2 + Opzoon Technology Ltd - 849D64 - SMC Corporation + A49981 + FuJian Elite Power Tech Ltd - 0010C1 - OI Electric Ltd + B83A7B + Worldplay (Canada) Inc. - 28BE9B - Technicolor CH USA Inc. + 1407E0 + Abrantix AG - FC528D - Technicolor CH USA Inc. + DCCF94 + Beijing Rongcheng Hutong Technology Ltd - 506583 - Texas Instruments + A4DB2E + Kingspan Environmental Ltd - B09122 - Texas Instruments + C8FE30 + Bejing DAYO Mobile Communication Technology Ltd - FC51A4 - ARRIS Group Inc. + E4D71D + Oraya Therapeutics - 9857D3 - HON HAI-Ccpbg Precision Ind Ltd + 24C9DE + Genoray - FCF528 - ZyXEL Communications Corp + 54055F + Alcatel Lucent - 00A0C5 - ZyXEL Communications Corp + 6C5D63 + Shenzhen Rapoo Technology Ltd - A09E1A - Polar Electro Oy + 941673 + Point Core SARL - 1CD6BD - Leedarson Lighting Ltd + 5C56ED + 3pleplay Electronics Private Limited - D0D94F - IEEE Registration Authority + 78028F + Adaptive Spectrum and Signal Alignment (ASSIA) Inc. - 001E04 - Hanson Research Corporation + DC16A2 + Medtronic Diabetes - 60C0BF - ON Semiconductor + 308CFB + Dropcam - AC0481 - Jiangsu Huaxing Electronics Ltd + D0EB9E + Seowoo Inc. - 68B35E - Shenzhen Neostra Technology Ltd + BCCD45 + Voismart - 408805 - Motorola Mobility LLC, a Lenovo Company + 143E60 + Nokia - 24E271 - Qingdao Hisense Communications Ltd + 7032D5 + Athena Wireless Communications Inc - BC6010 - Qingdao Hisense Communications Ltd + 78510C + LiveU Ltd - D0FCCC - Samsung Electronics Ltd + 44AAE8 + Nanotec Electronic GmbH & Co. KG - 98398E - Samsung Electronics Ltd + D428B2 + ioBridge Inc. - 44D1FA - Shenzhen Yunlink Technology Ltd + 8427CE + Corporation Of the Presiding Bishop Of The Church Of Jesus Christ Of Latter-day Saints - F0F644 - Whitesky Science & Technology Ltd + 48D8FE + ClarIDy Solutions Inc. - 20F17C - Huawei Technologies Ltd + D4945A + Cosmo Ltd - 346AC2 - Huawei Technologies Ltd + 304C7E + Panasonic Electric Works Automation Controls Techno Ltd - C41CFF - Vizio Inc. + 5CF207 + Speco Technologies - C09727 - Samsung Electro-Mechanics(Thailand) + B42A39 + ORBIT MERRET, spol. s r. o. - DC293A - Shenzhen Nuoshi Technology Ltd + 70E843 + Beijing C&W Optical Communication Technology Ltd - 7C6AF3 - Integrated Device Technology (Malaysia) Sdn. Bhd. + 2C7ECF + Onzo Ltd - E46251 - HAO Cheng Group Limited + 50E549 + Giga-Byte Technology Ltd - 40562D - Smartron India Pvt Ltd + B4B88D + Thuh Company - 3876D1 - Euronda SpA + 4C73A5 + Kove - C4693E - Turbulence Design Inc. + 70A41C + Advanced Wireless Dynamics S.L. - 009569 - LSD Science and Technology Ltd + BCBBC9 + Kellendonk Elektronik GmbH - B0CF4D - MI-Zone Technology Ireland + E42AD3 + Magneti Marelli S.p.A. Powertrain - 289AFA - TCT mobile Ltd + E83EB6 + RIM - 001A34 - Konka Group Ltd + BC35E5 + Hydro Systems Company - 0011FC - HARTING Electronics GmbH + 9C5D95 + VTC Electronics Corp. - 002389 - Hangzhou H3C Technologies Ltd + B8A8AF + Logic S.p.A. - 3CE5A6 - Hangzhou H3C Technologies Ltd + 60F673 + Terumo Corporation - 5CDD70 - Hangzhou H3C Technologies Ltd + 28CCFF + Corporacion Empresarial Altra SL - 3C8C40 - Hangzhou H3C Technologies Ltd + 94FD1D + WhereWhen Corp - A067BE - Sicon srl + 4C07C9 + CoMPUTER OfFICE Ltd - D8209F - Cubro Acronet GesmbH + F8769B + Neopis Ltd - 8C7716 - Longcheer Telecommunication Limited + 74B00C + Network Video Technologies Inc. - 68FB7E - Apple + E84040 + Cisco Systems Inc. - 84A134 - Apple + D89DB9 + eMegatech International Corp. - A0D385 - AUMA Riester GmbH & Co. KG + 405A9B + Anovo - 1414E6 - Ningbo Sanhe Digital Ltd + E06995 + Pegatron Corporation - 002582 - Maksat Technologies (P) Ltd + 84DE3D + Crystal Vision Ltd - 0C5101 - Apple + D075BE + Reno A&E - 2CF0A2 - Apple + BC6E76 + Green Energy Options Ltd - 48C049 - Broad Telecom SA + E828D5 + Cots Technology - AC6FBB - TATUNG Technology Inc. + F8DAF4 + Taishan Online Technology Ltd - 001C41 - scemtec Transponder Technology GmbH + 08D5C0 + Seers Technology Ltd - 146308 - Jabil Circuit (Shanghai) Ltd + 6C33A9 + Magicjack LP - 001E25 - Intek Digital + 108CCF + Cisco Systems Inc. - 00E0CF - Integrated Device + D8E3AE + Cirtec Medical Systems - 904D4A - Sagemcom Broadband SAS + 08B7EC + Wireless Seismic - 044E5A - ARRIS Group Inc. + 18AF9F + DIGITRONIC Automationsanlagen GmbH - 0060B1 - Input/Output Inc. + 00B342 + MacroSAN Technologies Ltd - 547F54 - Ingenico + 1CF5E7 + Turtle Industry Ltd - 6C2483 - Microsoft Mobile Oy + 980EE4 + Private - 6891D0 - IEEE Registration Authority + 447DA5 + Vtion Information Technology (Fujian) Ltd - E04F43 - Universal Global Scientific Industrial Ltd + 0CCDD3 + Eastriver Technology Ltd - 38700C - ARRIS Group Inc. + E46C21 + messMa GmbH - 000E2E - Edimax Technology Ltd + 00B033 + OAO Izhevskiy radiozavod - 00065F - ECI Telecom Ltd + 081735 + Cisco Systems Inc. - 00208F - ECI Telecom Ltd + C89C1D + Cisco Systems Inc. - 844076 - Drivenets + E437D7 + Henri Depaepe S.A.S. - 001CD7 - Harman/Becker Automotive Systems GmbH + E0A1D7 + SFR - 003A7D - Cisco Systems Inc. + 9481A4 + Azuray Technologies - 90C7D8 - ZTE Corporation + BCE09D + Eoslink - 00185C - EDSLAB Technologies + 9C220E + TASCAN Systems GmbH - 001A45 - GN Netcom A/S + 7CDD90 + Shenzhen Ogemray Technology Ltd - 002088 - Global Village Communication + 0C3C65 + Dome Imaging Inc - 541379 - Hon Hai Precision Ind Ltd + C8DF7C + Nokia Corporation - 001921 - Elitegroup Computer Systems Ltd + B44CC2 + NR Electric Ltd - 0016EC - Elitegroup Computer Systems Ltd + 48CB6E + Cello Electronics (UK) Ltd - 000795 - Elitegroup Computer Systems Ltd + BC4377 + Hang Zhou Huite Technology Ltd - FC0F4B - Texas Instruments + CC7669 + Seetech - D4883F - Hdpro Ltd + AC20AA + DMATEK Ltd - 1088CE - Fiberhome Telecommunication Technologies Ltd + FCAF6A + Qulsar Inc - 60B617 - Fiberhome Telecommunication Technologies Ltd + 346F92 + White Rodgers Division - DC9C9F - Shenzhen YOUHUA Technology Ltd + 34BDF9 + Shanghai WDK Industrial Ltd - 74DFBF - Liteon Technology Corporation + CCBE71 + OptiLogix BV - F03E90 - Ruckus Wireless + 0C469D + MS Sedco - D8D723 - IDS Inc. + B09AE2 + STEMMER IMAGING GmbH - 84AD58 - Huawei Technologies Ltd + 14EE9D + AirNav Systems LLC - 58605F - Huawei Technologies Ltd + 78D004 + Neousys Technology Inc. - 00A0F4 - GE + 8895B9 + Unified Packet Systems Crop - AC0D1B - LG Electronics (Mobile Communications) + D8FE8F + IDFone Ltd - F0D1B8 - Ledvance + 888C19 + Brady Corp Asia Pacific Ltd - 986D35 - IEEE Registration Authority + 448C52 + KTIS Ltd - 88795B - Konka Group Ltd + 006DFB + Vutrix Technologies Ltd - 081F71 - TP-Link Technologies Ltd + 841888 + Juniper Networks - 5CCA1A - Microsoft Mobile Oy + 9067B5 + Alcatel-Lucent - FC2FAA - Nokia + E0F379 + Vaddio - B07E70 - Zadara Storage Ltd + 78B6C1 + AOBO Telecom Ltd - 0080B1 - Softcom A/S + 08D29A + Proformatique - 202DF8 - Digital Media Cartridge Ltd + C89383 + Embedded Automation Inc. - 10D0AB - ZTE Corporation + 78A051 + iiNet Labs Pty Ltd - 0004C6 - Yamaha Motor Ltd + 804F58 + ThinkEco Inc. - 18A3E8 - Fiberhome Telecommunication Technologies Ltd + 0475F5 + Csst - 741E93 - Fiberhome Telecommunication Technologies Ltd + 24BA30 + Technical Consumer Products Inc. - 202D07 - Samsung Electronics Ltd + 188ED5 + TP Vision Belgium N.V. - innovation site Brugge - D8803C - Anhui Huami Information Technology Company Limited + E80C38 + Daeyoung Information System Ltd - 0034DA - LG Electronics (Mobile Communications) + E08A7E + Exponent - 3810D5 - AVM Audiovisuelles Marketing und Computersysteme GmbH + E42771 + Smartlabs - 18C501 - Shenzhen Gongjin Electronics Ltd + 34DF2A + Fujikon Industrial Ltd - 00A0B8 - NetApp + 2CDD0C + Discovergy GmbH - 00C88B - Cisco Systems Inc. + 40B2C8 + Nortel Networks - 24C3F9 - Securitas Direct AB + 70A191 + Trendsetter Medical LLC - 2C21D7 - IMAX Corporation + 708B78 + citygrow technology Ltd - 0009D2 - Mai Logic Inc. + 64317E + Dexin Corporation - 006016 - Clariion + 3C99F7 + Lansentechnology AB - 981FB1 - Shenzhen Lemon Network Technology Ltd + 507D02 + Biodit - 0C5A9E - Wi-SUN Alliance + B4A4E3 + Cisco Systems Inc. - B44BD2 - Apple + 8C1F94 + RF Surgical System Inc. - DC415F - Apple + 4491DB + Shanghai Huaqin Telecom Technology Ltd - 641225 - Cisco Systems Inc. + 14D76E + CoNCH ELECTRONIC Ltd - 7864E6 - Green Motive Technology Limited + AC83F0 + ImmediaTV Corporation - 3CBEE1 - Nikon Corporation + CC6B98 + Minetec Wireless Technologies - 102AB3 - Xiaomi Communications Ltd + 3C04BF + PRAVIS SysTEMS Ltd - 40D357 - Ison Technology Ltd + 94DD3F + A+V Link Technologies, Corp. - A41588 - ARRIS Group Inc. + F44227 + S & S Research Inc. - F45C89 - Apple + C8A729 + Systronics Ltd - 20768F - Apple + 4454C0 + Thompson Aerospace - 9C5CF9 - Sony Mobile Communications Inc + C4F464 + Spica international - 0011D1 - Soft Imaging System GmbH + 602A54 + CardioTek B.V. - 98D686 - Chyi Lee Industry Ltd + Bcffac + Topcon Corporation - 8CC661 - Current, powered by GE + 445EF3 + Tonalite Holding B.V. - 88A084 - Formation Data Systems + 68DB96 + OPWILL Technologies Co Ltd - E8B2AC - Apple + 7C55E7 + YSI Inc. - E49A79 - Apple + 70B08C + Shenou Communication Equipment Ltd - 30A9DE - LG Innotek + C03B8F + Minicom Digital Signage - F01B6C - Vivo Mobile Communication Ltd + 20FEDB + M2M Solution S.A.S. - A0B9ED - Skytap + 0C8D98 + TOP Eight Ind Corp - 94C960 - Zhongshan B&T technology Ltd + 40C7C9 + Naviit Inc. - 74C330 - Shenzhen Fast Technologies Ltd + 7CBB6F + Cosco Electronics Ltd - 403F8C - TP-Link Technologies Ltd + 94A7BC + BodyMedia Inc. - DCB3B4 - Honeywell Environmental & Combustion Controls (Tianjin) Ltd + C8A1B6 + Shenzhen Longway Technologies Ltd - 001D3B - Nokia Danmark A/S + 64A232 + OOO Samlight - 001DFD - Nokia Danmark A/S + 64FC8C + Zonar Systems - 001E3B - Nokia Danmark A/S + D0574C + Cisco Systems Inc. - 001EA4 - Nokia Danmark A/S + F8DAE2 + NDC Technologies - 0026CC - Nokia Danmark A/S + 705EAA + Action Target Inc. - 000EED - Nokia Danmark A/S + 34F968 + ATEK Products LLC - 4C2578 - Nokia Corporation + 20B0F7 + Enclustra GmbH - BCC6DB - Nokia Corporation + 543131 + Raster Vision Ltd - 00119F - Nokia Danmark A/S + D0E347 + Yoga - 001A16 - Nokia Danmark A/S + F0ED1E + Bilkon Bilgisayar Kontrollu Cih. Im Ltd - 001A89 - Nokia Danmark A/S + C416FA + Prysm Inc - 001ADC - Nokia Danmark A/S + 506F9A + Wi-Fi Alliance - 0025CF - Nokia Danmark A/S + 842914 + EMPORIA TELECOM Produktions- und VertriebsgesmbH & Co KG - 0021AB - Nokia Danmark A/S + BC7DD1 + Radio Data Comms - 001FDE - Nokia Danmark A/S + 585076 + Linear Equipamentos Eletronicos SA - 001FDF - Nokia Danmark A/S + F0F9F7 + IES GmbH & Co. KG - 547975 - Nokia Corporation + 38580C + Panaccess Systems GmbH - A87B39 - Nokia Corporation + 4451DB + Raytheon BBN Technologies - 00247C - Nokia Danmark A/S + DCFAD5 + STRONG Ges.m.b.H. - 002266 - Nokia Danmark A/S + 6C8D65 + Wireless Glue Networks Inc. - 0021FE - Nokia Danmark A/S + 9803A0 + ABB n.v. Power Quality Products - C477AB - Beijing ASU Tech Ltd + CC43E3 + Trump s.a. - 000BCA - Datavan TC + F8C091 + Highgates Technology - 702559 - CyberTAN Technology Inc. + AC9B84 + Smak Tecnologia e Automacao - 607EDD - Microsoft Mobile Oy + 90F278 + Radius Gateway - A8A089 - Tactical Communications + 806629 + Prescope Technologies Ltd - 48365F - Wintecronics Ltd + 241F2C + Calsys Inc. - 001D20 - Comtrend Corporation + F0BDF1 + Sipod Inc. - 08373D - Samsung Electronics Ltd + 646707 + Beijing Omnific Technology Ltd - 0C75BD + ACA016 Cisco Systems Inc. - 300D43 - Microsoft Mobile Oy + 58E747 + Deltanet AG - 00000E - Fujitsu Limited + 404022 + ZIV - 000B5D - Fujitsu Limited + A85BB0 + Shenzhen Dehoo Technology Ltd - C488E5 - Samsung Electronics Ltd + 44A689 + Promax Electronica SA - 080581 - Roku Inc. + 40618E + Stella-Green Co - 000DF3 - Asmax Solutions + 68E41F + Unglaube Identech GmbH - 80ACAC - Juniper Networks + 4C60D5 + airPointe Of New Hampshire - 000DB6 - Broadcom + 888717 + Canon Inc. - 000AF7 - Broadcom + 6CDC6A + Promethean Limited - D40129 - Broadcom + 9055AE + Ericsson, EAB/RWI/K - 001D00 - Brivo Systems LLC + 1010B6 + McCain Inc - 0020D6 - Breezecom Ltd + 009363 + Uni-Link Technology Ltd - 00E063 - Cabletron Systems Inc. + D4823E + Argosy Technologies Ltd - FCC734 - Samsung Electronics Ltd + 003532 + Electro-Metrics Corporation - 8425DB - Samsung Electronics Ltd + 081FF3 + Cisco Systems Inc. - B0EC71 - Samsung Electronics Ltd + 44376F + Young Electric Sign Co - E458B8 - Samsung Electronics Ltd + 389F83 + OTN Systems N.V. - 088C2C - Samsung Electronics Ltd + BC6A16 + tdvine - 64B853 - Samsung Electronics Ltd + 003A9D + NEC Platforms Ltd - 389496 - Samsung Electronics Ltd + 28CD4C + Individual Computers GmbH - 5056BF - Samsung Electronics Ltd + 8C53F7 + A&D Engineering Ltd - 90F1AA - Samsung Electronics Ltd + 7C7673 + ENMAS GmbH - 1077B1 - Samsung Electronics Ltd + 6C6F18 + Stereotaxis Inc. - 001FC7 - Casio Hitachi Mobile Communications Ltd + 84C727 + Gnodal Ltd - A49A58 - Samsung Electronics Ltd + 087695 + Auto Industrial Ltd - 08EE8B - Samsung Electronics Ltd + ACCE8F + HWA YAO Technologies Ltd - 0CA42A - OB Telecom Electronic Technology Ltd + 8C9236 + Aus.Linx Technology Ltd - 74458A - Samsung Electronics Ltd + 10C73F + Midas Klark Teknik Ltd - 5CDC96 - Arcadyan Technology Corporation + F8912A + GLP German Light Products GmbH - 743170 - Arcadyan Technology Corporation + 44E49A + Omnitronics Pty Ltd - 001A2A - Arcadyan Technology Corporation + 08F2F4 + Net One Partners Ltd - 88252C - Arcadyan Technology Corporation + 0C7D7C + Kexiang Information Technology Ltd - 40BA61 - ARIMA Communications Corp. + 3037A6 + Cisco Systems Inc. - 0011F5 - Askey Computer Corp + DC1D9F + U & B tech - 0016E3 - Askey Computer Corp + 785C72 + Hioso Technology Ltd - E839DF - Askey Computer Corp + 580556 + Elettronica GF S.r.L. - 1CC63C - Arcadyan Technology Corporation + B09074 + Fulan Electronics Limited - 1883BF - Arcadyan Technology Corporation + 94F692 + Geminico Ltd - 68ED43 - BlackBerry RTS + 68EFBD + Cisco Systems Inc. - 70AAB2 - BlackBerry RTS + F02408 + Talaris (Sweden) AB - 00146C - Netgear + 8081A5 + TONGQING CoMMUNICATION EQUIPMENT (Shenzhen) Ltd - 001E2A - Netgear + B482FE + Askey Computer Corp - 00184D - Netgear + 307C30 + RIM - 00040E - AVM GmbH + BC4E3C + Core Staff Ltd - 9CC7A6 - AVM GmbH + 502A8B + Telekom Research and Development Sdn Bhd - A06391 - Netgear + EC43E6 + AWCER Ltd - 20E52A - Netgear + 7812B8 + Orantek Limited - 4494FC - Netgear + 98BC99 + Edeltech Ltd - 200CC8 - Netgear + F02FD8 + Bi2-Vision - C4473F - Huawei Technologies Ltd + 544249 + Sony Corporation - 744401 - Netgear + 904716 + Rorze Corporation - E091F5 - Netgear + 10445A + Shaanxi Hitech Electronic Ltd - 000F86 - BlackBerry RTS + F47626 + Viltechmeda UAB - 0024D2 - Askey Computer Corp + 0C17F1 + Telecsys - B4EEB4 - Askey Computer Corp + 003A9B + Cisco Systems Inc. - E46449 - ARRIS Group Inc. + 2C3427 + Erco & Gener - 40FC89 - ARRIS Group Inc. + 80912A + Lih Rong electronic Enterprise Ltd - 2C9E5F - ARRIS Group Inc. + 7C2F80 + Gigaset Communications GmbH - 002636 - ARRIS Group Inc. + 10B7F6 + Plastoform Industries Ltd - 001CC1 - ARRIS Group Inc. + 448E81 + VIG - 001E5A - ARRIS Group Inc. + 8894F9 + Gemicom Technology Inc. - 001371 - ARRIS Group Inc. + 502A7E + Smart electronic GmbH - 0023EE - ARRIS Group Inc. + 5C8778 + Cybertelbridge Ltd - 001ADE - ARRIS Group Inc. + 38BB23 + OzVision America LLC - 745612 - ARRIS Group Inc. + 0C8411 + A.O. Smith Water Products - 0050E3 - ARRIS Group Inc. + E0ABFE + Orb Networks Inc. - 002136 - ARRIS Group Inc. + 448312 + Star-Net - 001626 - ARRIS Group Inc. + A05DE7 + DIRECTV Inc. - 0019A6 - ARRIS Group Inc. + 087618 + ViE Technologies Sdn. Bhd. - E8C74F - Liteon Technology Corporation + D0E40B + Wearable Inc. - D05349 - Liteon Technology Corporation + 747E1A + Red Embedded Design Limited - E8F724 - Hewlett Packard Enterprise + 14A86B + Shenzhen Telacom Science & Technology Ltd - 5CB524 - Sony Mobile Communications Inc + 0CC3A7 + Meritec - 90C115 - Sony Mobile Communications Inc + DCE2AC + Lumens Digital Optics Inc. - D05162 - Sony Mobile Communications Inc + 98D88C + Nortel Networks - 18002D - Sony Mobile Communications Inc + 78192E + NASCENT Technology - 280DFC - Sony Interactive Entertainment Inc. + 48EB30 + Eterna Technology Inc. - 001311 - ARRIS Group Inc. + 4C322D + Teledata Networks - D0DF9A - Liteon Technology Corporation + AC867E + Create New Technology (HK) Limited Company - 1C659D - Liteon Technology Corporation + 8C598B + C Technologies AB - 3010B3 - Liteon Technology Corporation + D44CA7 + Informtekhnika & Communication LLC - 701A04 - Liteon Technology Corporation + A8C222 + TM-Research Inc. - 48D224 - Liteon Technology Corporation + 003D41 + Hatteland Computer AS - 20689D - Liteon Technology Corporation + CC5076 + Ocom Communications Inc. - 0024EF - Sony Mobile Communications Inc + 4CC452 + Shang Hai Tyd. Electon Technology Ltd - 0025E7 - Sony Mobile Communications Inc + 7CCB0D + Antaira Technologies LLC - 58170C - Sony Mobile Communications Inc + C01E9B + Pixavi AS - 0016B8 - Sony Mobile Communications Inc + 803B9A + ghe-ces electronic ag - 7CBFB1 - ARRIS Group Inc. + 743256 + NT-ware Systemprg GmbH - 080046 - Sony Corporation + C4E17C + U2S Co. - ECF00E - AboCom + 20BFDB + DVL - 00E098 - AboCom + 20415A + Smarteh d.o.o. - 74DAEA - Texas Instruments + A4DA3F + Bionics Corp. - 948815 - Infinique Worldwide Inc + A04025 + Actioncable Inc. - D0E44A - Murata Manufacturing Ltd + 4C4B68 + Mobile Device Inc. - 384FF0 - Azurewave Technologies Inc. + 201257 + Most Lucky Trading Ltd - E874E6 - ADB Broadband Italia + E8DAAA + VideoHome Technology Corp. - 0020E0 - Actiontec Electronics Inc. + 647D81 + Yokota Industrial Ltd - 002662 - Actiontec Electronics Inc. + 7CCFCF + Shanghai SEARI Intelligent System Ltd - 002553 - ADB Broadband Italia + 68AAD2 + Datecs Ltd - 00193E - ADB Broadband Italia + A4DE50 + Total Walther GmbH - 000827 - ADB Broadband Italia + 1CF061 + SCAPS GmbH - 742F68 - Azurewave Technologies Inc. + A893E6 + Jiangxi Jinggangshan Cking Communication Technology Ltd - 4C14A3 - TCL Technoly Electronics (Huizhou) Ltd + C4AAA1 + SUMMIT DEVELOPMENT, spol.s r.o. - 4CB0E8 - Beijing RongZhi xinghua technology Ltd + 3032D4 + Hanilstm Ltd - D887D5 - Leadcore Technology Ltd + E064BB + DigiView S.r.l. - 00F28B - Cisco Systems Inc. + DC3350 + TechSAT GmbH - 34E6AD - Intel Corporation + F0BCC8 + MaxID (Pty) Ltd - 081196 - Intel Corporation + 24828A + Prowave Technologies Ltd - 183DA2 - Intel Corporation + 68CC9C + Mine Site Technologies - 809B20 - Intel Corporation + 146E0A + Private - 002314 - Intel Corporation + 0CE709 + Fox Crypto B.V. - 340286 - Intel Corporation + B4B5AF + Minsung Electronics - 001CBF - Intel Corporation + 04B3B6 + Seamap (UK) Ltd - B4B676 - Intel Corporation + 00270B + Adura Technologies - 3CA9F4 - Intel Corporation + 00270D + Cisco Systems Inc. - B88A60 - Intel Corporation + 00271B + Alec Sicherheitssysteme GmbH - 78FF57 - Intel Corporation + 002718 + Suzhou NEW SEAUNION Video Technology Ltd - 9C4E36 - Intel Corporation + 6C0F6A + JDC Tech Ltd - 3413E8 - Intel Corporation + 04B466 + BSP Ltd - 002710 - Intel Corporation + D8D67E + GSK CNC Equipment Ltd - A48E0A - DeLaval International AB + 0026AE + Wireless Measurement Ltd - AC2B6E - Intel Corporation + 0026B1 + Navis Auto Motive Systems Inc. - 9C3583 - Nipro Diagnostics Inc. + 0026AA + Kenmec Mechanical Engineering Ltd - C06118 - TP-Link Technologies Ltd + 0026D2 + Pcube Systems Inc. - B82A72 - Dell Inc. + 0026CD + PurpleComm Inc. - F8E079 - Motorola Mobility LLC, a Lenovo Company + 002707 + Lift Complex DS, JSC - CCC3EA - Motorola Mobility LLC, a Lenovo Company + 0026D7 + KM Electornic Technology Ltd - 40786A - Motorola Mobility LLC, a Lenovo Company + 0026D0 + Semihalf - 0019D1 - Intel Corporation + 0026FE + MKD Technology Inc. - 0019D2 - Intel Corporation + 0026A0 + moblic - 001B21 - Intel Corporation + 0026E5 + AEG Power Solutions - 18FF0F - Intel Corporation + 0026E3 + DTI - 34DE1A - Intel Corporation + 0026BC + General Jack Technology Ltd - E8B1FC - Intel Corporation + 002696 + NOOLIX Ltd - CC3D82 - Intel Corporation + 00269A + Carina System Ltd - 001F3C - Intel Corporation + 002695 + ZT Group Int'l Inc - 002315 - Intel Corporation + 002693 + QVidium Technologies Inc. - 00166F - Intel Corporation + 002665 + ProtectedLogic Corporation - 000A8A - Cisco Systems Inc. + 002660 + Logiways - 001D09 - Dell Inc. + 002670 + Cinch Connectors - 0023AE - Dell Inc. + 002671 + AUTOVISION Ltd - BC305B - Dell Inc. + 002648 + Emitech Corp. - 388602 - Flexoptix GmbH + 002645 + Circontrol S.A. - 4065A3 - Sagemcom Broadband SAS + 00263E + Trapeze Networks - D02212 - IEEE Registration Authority + 00263C + Bachmann Technology GmbH & Co. KG - 100723 - IEEE Registration Authority + 00263D + MIA Corporation - A44F29 - IEEE Registration Authority + 002678 + Logic Instrument SA - 74F8DB - IEEE Registration Authority + 002677 + Deif A/S - A43BFA - IEEE Registration Authority + 00268E + Alta Solutions Inc. - B8CA3A - Dell Inc. + 002688 + Juniper Networks - ECF4BB - Dell Inc. + 0025DA + Secura Key - D4BED9 - Dell Inc. + 0025DB + ATI Electronics(Shenzhen) Ltd - 00194B - Sagemcom Broadband SAS + 0025D5 + Robonica (Pty) Ltd - 001E74 - Sagemcom Broadband SAS + 0025E2 + Everspring Industry Ltd - 383BC8 - 2Wire Inc. + 0025E1 + Shanghai Seeyoo Electronic & Technology Ltd - 60FE20 - 2Wire Inc. + 00260E + Ablaze Systems LLC - 002456 - 2Wire Inc. + 002610 + Apacewave Technologies - C0830A - 2Wire Inc. + 00260D + Mercury Systems Inc. - 00183F - 2Wire Inc. + 00260A + Cisco Systems Inc. - 000D56 - Dell Inc. + 002632 + Instrumentation Technologies d.d. - 181E78 - Sagemcom Broadband SAS + 00262E + Chengdu Jiuzhou Electronic Technology Inc - 0037B7 - Sagemcom Broadband SAS + 00262C + IKT Advanced Technologies s.r.o. - 0054BD - Swelaser AB + 002629 + Juphoon System Software Inc. - 001E4C - Hon Hai Precision Ind Ltd + 002625 + MediaSputnik - 20BB76 - CoL GIOVANNI PAOLO SpA + 002626 + Geophysical Survey Systems Inc. - 3CDD89 - Somo Holdings & Tech Ltd + 0025CC + Mobile Communications Korea Incorporated - 1801E3 - Bittium Wireless Ltd + 0025F9 + GMK electronic design GmbH - 149182 - Belkin International Inc. + 0025F7 + Ansaldo STS USA - 18622C - Sagemcom Broadband SAS + 00261B + Laurel Bank Machines Ltd - 3C81D8 - Sagemcom Broadband SAS + 002614 + Ktnf - 40F201 - Sagemcom Broadband SAS + 002603 + Shenzhen Wistar Technology Ltd - D084B0 - Sagemcom Broadband SAS + 0025A6 + Central Network Solution Ltd - D8543A - Texas Instruments + 0025AA + Beijing Soul Technology Ltd - 649C8E - Texas Instruments + 002588 + Genie Industries Inc. - 102EAF - Texas Instruments + 002580 + Equipson S.A. - 7C8EE4 - Texas Instruments + 0025BD + Italdata Ingegneria dell'Idea S.p.A. - B4EED4 - Texas Instruments + 0025B7 + Costar electronics Inc., - D03761 - Texas Instruments + 00257D + PointRed Telecom Private Ltd - C83E99 - Texas Instruments + 0025A2 + Alta Definicion LINCEO S.L. - 40984E - Texas Instruments + 00256D + Broadband Forum - 0017EB - Texas Instruments + 00256C + Azimut Production Association JSC - 0017E6 - Texas Instruments + 002563 + Luxtera Inc - C4EDBA - Texas Instruments + 002593 + DatNet Informatikai Kft. - 001832 - Texas Instruments + 00258E + The Weather Channel - 3C2DB7 - Texas Instruments + 0025A3 + Trimax Wireless Inc. - 5464D9 - Sagemcom Broadband SAS + 00259C + Cisco-Linksys LLC - 00195B - D-Link Corporation + 0025C8 + S-Access GmbH - 000F3D - D-Link Corporation + 0025C0 + ZillionTV Corporation - 24DA11 - NO NDA Inc + 00251B + Philips CareServant - EC2280 - D-Link International + 002518 + Power PLUS Communications AG - 9C8E99 - Hewlett-Packard Company + 002515 + SFR - 9059AF - Texas Instruments + 00250D + GZT Telkom-Telmor sp. z o.o. - BC6A29 - Texas Instruments + 00250E + gt german telematics GmbH - 847E40 - Texas Instruments + 002531 + Cloud Engines Inc. - 001735 - Intel Wireless Network Group + 00252D + Kiryung Electronics - 74AC5F - Qiku Internet Network Scientific (Shenzhen) Ltd + 002545 + Cisco Systems Inc. - 38CADA - Apple + 002542 + Pittasoft - D0B33F - Shenzhen TINNO Mobile Technology Corp. + 002536 + Oki Electric Industry Ltd - BCD1D3 - Shenzhen TINNO Mobile Technology Corp. + 002541 + Maquet Critical Care AB - D83C69 - Shenzhen TINNO Mobile Technology Corp. + 00252B + Stirling Energy Systems - F4F5D8 - Google Inc. + 002524 + Lightcomm Technology Ltd - 8C579B - Wistron Neweb Corporation + 00254E + Vertex Wireless Ltd - 0059AC - KPN. B.V. + 002546 + Cisco Systems Inc. - 40D855 - IEEE Registration Authority + 002522 + ASRock Incorporation - 34AB37 - Apple + 002560 + Ibridge Networks & Communications Ltd - 2400BA - Huawei Technologies Ltd + 0024B8 + free alliance sdn bhd - 24DF6A - Huawei Technologies Ltd + 0024B3 + Graf-Syteco GmbH & Co. KG - 788B77 - Standar Telecom + 0024F6 + Miyoshi Electronics Corporation - B0C090 - Chicony Electronics Ltd + 0024F0 + Seanodes - 907F61 - Chicony Electronics Ltd + 0024CB + Autonet Mobile - 0C0535 - Juniper Systems + 0024D1 + Thomson Inc. - BC83A7 - Shenzhen Chuangwei-RGB Electronics Ltd + 0024C9 + Broadband Solutions Group - BCEC23 - Shenzhen Chuangwei-RGB Electronics Ltd + 0024CA + Tobii Technology AB - 18AF61 - Apple + 002508 + Maquet Cardiopulmonary AG - 5CF938 - Apple + 0024FC + QuoPin Ltd - 009069 - Juniper Networks + 0024FB + Private - 64649B - Juniper Networks + 0024FA + Hilger u. Kern GmbH - F01C2D - Juniper Networks + 0024D0 + Shenzhen SOGOOD Industry Ltd - 307C5E - Juniper Networks + 0024CC + Fascinations Toys and Gifts Inc. - AC06C7 - ServerNet S.r.l. + 0024C7 + Mobilarm Ltd - E83EFC - ARRIS Group Inc. + 0024DF + Digitalbox Europe GmbH - 900DCB - ARRIS Group Inc. + 002445 + Adtran Inc - 001DCD - ARRIS Group Inc. + 00243F + Storwize Inc. - 001DD2 - ARRIS Group Inc. + 002497 + Cisco Systems Inc. - 8C09F4 - ARRIS Group Inc. + 0024A3 + Sonim Technologies Inc - 8857EE - Buffalo Inc. + 0024AA + Dycor Technologies Ltd - 101F74 - Hewlett-Packard Company + 0024A9 + Ag Leader Technology - 009C02 - Hewlett-Packard Company + 0024A6 + TELESTAR DIGITAL GmbH - F4CE46 - Hewlett-Packard Company + 00249B + Action Star Enterprise Ltd - DCFB02 - Buffalo Inc. + 002471 + Fusion MultiSystems dba Fusion-io - 001635 - Hewlett-Packard Company + 002474 + Autronica Fire And Securirty - 0008C7 - Hewlett-Packard Company + 002446 + MMB Research Inc. - 0010E3 - Hewlett-Packard Company + 002463 + Phybridge Inc - 000883 - Hewlett-Packard Company + 002472 + ReDriven Power Inc. - A02BB8 - Hewlett-Packard Company + 00241C + FuGang Electronic (DG) Ltd - 0019BB - Hewlett-Packard Company + 002419 + Private - 001F29 - Hewlett-Packard Company + 002415 + Magnetic Autocontrol GmbH - 00215A - Hewlett-Packard Company + 0023E7 + Hinke A/S - 00237D - Hewlett-Packard Company + 0023E2 + SEA Signalisation - E8ED05 - ARRIS Group Inc. + 002425 + Shenzhenshi chuangzhicheng Technology Ltd - 789684 - ARRIS Group Inc. + 002427 + SSI Computer Corp - CC65AD - ARRIS Group Inc. + 002411 + PharmaSmart LLC - 002655 - Hewlett-Packard Company + 00240F + Ishii Tool & Engineering Corporation - 000D9D - Hewlett-Packard Company + 0023FA + RG Nets Inc. - 001560 - Hewlett-Packard Company + 0023F2 + TVLogic - 00207B - Intel Corporation + 00240A + US Beverage Net - 001175 - Intel Corporation + 002407 + Telem SAS - 780CB8 - Intel Corporation + 002440 + Halo Monitoring Inc. - 185E0F - Intel Corporation + 0023CF + Cummins-Allison Corp. - 2C8158 - Hon Hai Precision Ind Ltd + 0023C2 + SAMSUNG Electronics Ltd - 8002DF - ORA Inc. + 0023C4 + Lux Lumen - 00306E - Hewlett-Packard Company + 0023C5 + Radiation Safety and Control Services Inc - 3C4A92 - Hewlett-Packard Company + 0023C6 + SMC Corporation - 7C7D3D - Huawei Technologies Ltd + 002388 + V.T. Telematica S.p.a. - 4482E5 - Huawei Technologies Ltd + 002383 + InMage Systems Inc - 00234E - Hon Hai Precision Ind Ltd + 002381 + Lengda Technology(Xiamen) Ltd - 2C233A - Hewlett-Packard Company + 0023BF + Mainpine Inc. - 000A57 - Hewlett-Packard Company + 0023B2 + Intelligent Mechatronic Systems Inc - 0001E7 - Hewlett-Packard Company + 0023B5 + Ortana Ltd - 0001E6 - Hewlett-Packard Company + 0023B9 + Airbus Defence and Space Deutschland GmbH - 002376 - HTC Corporation + 0023BD + Digital Ally Inc. - 38E7D8 - HTC Corporation + 0023D5 + WAREMA electronic GmbH - 188796 - HTC Corporation + 0023C9 + Sichuan Tianyi Information Science & Technology Stock Ltd - B4CEF6 - HTC Corporation + 0023CE + Kita Denshi Corporation - 8CDCD4 - Hewlett-Packard Company + 0023A9 + Beijing Detianquan Electromechanical Equipment Ltd - D4C9EF - Hewlett-Packard Company + 00239B + Elster Solutions LLC - FC15B4 - Hewlett-Packard Company + 00237B + Whdi LLC - 3CA82A - Hewlett-Packard Company + 002324 + G-PRO Computer - EC5F23 - Qinghai Kimascend Electronics Technology Ltd + 0023E0 + INO Therapeutics LLC - 047D50 - Shenzhen Kang Ying Technology Ltd + 002390 + Algolware Corporation - 54EFFE - Fullpower Technologies Inc. + 002311 + Gloscom Ltd - 940937 - HUMAX Ltd + 002309 + Janam Technologies LLC - E84DD0 - Huawei Technologies Ltd + 002304 + Cisco Systems Inc. - 0C45BA - Huawei Technologies Ltd + 00235D + Cisco Systems Inc. - 20906F - Shenzhen Tencent Computer System Ltd + 00235C + Aprius Inc. - 6CE3B6 - Nera Telecommunications Ltd + 002352 + DATASENSOR S.p.A. - DCD321 - HUMAX Ltd + 00232F + Advanced Card Systems Ltd - 6C72E7 - Apple + 002353 + F E T Elettronica snc - 741BB2 - Apple + 002342 + Coffee Equipment Company - 6CE873 - TP-Link Technologies Ltd + 002337 + Global Star Solutions ULC - C46E1F - TP-Link Technologies Ltd + 002319 + Sielox LLC - 50FA84 - TP-Link Technologies Ltd + 00236A + SmartRG Inc - 44B32D - TP-Link Technologies Ltd + 002331 + Nintendo Ltd - CC4463 - Apple + 002335 + Linkflex Ltd - 882593 - TP-Link Technologies Ltd + 002325 + IOLAN Holding - 001FE1 - Hon Hai Precision Ind Ltd + 002321 + Avitech International Corp - D85D4C - TP-Link Technologies Ltd + 002370 + Snell - A0F3C1 - TP-Link Technologies Ltd + 0022B9 + Analogix Seminconductor Inc. - 001D0F - TP-Link Technologies Ltd + 0022B8 + Norcott - 0023CD - TP-Link Technologies Ltd + 0022B7 + GSS Grundig SAT-Systems GmbH - 90489A - Hon Hai Precision Ind Ltd + 0022B3 + Sei S.p.A. - 0071CC - Hon Hai Precision Ind Ltd + 00229C + Verismo Networks Inc - B05B67 - Huawei Technologies Ltd + 00229A + Lastar Inc. - CCA223 - Huawei Technologies Ltd + 0022EE + Algo Communication Products Ltd - 786A89 - Huawei Technologies Ltd + 0022EA + Rustelcom Inc. - 384608 - ZTE Corporation + 0022F0 + 3 Greens Aviation Limited - 4CAC0A - ZTE Corporation + 0022EC + Idealbt Technology Corporation - B4B362 - ZTE Corporation + 0022DD + Protecta Electronics Ltd - B075D5 - ZTE Corporation + 0022AB + Shenzhen Turbosight Technology Ltd - D0154A - ZTE Corporation + 00229B + AverLogic Technologies Inc. - 0026ED - ZTE Corporation + 0022BE + Cisco Systems Inc. - 006057 - Murata Manufacturing Ltd + 0022BF + SieAmp Group Of Companies - 783E53 - BSkyB Ltd + 0022DB + Translogic Corporation - 0019FB - BSkyB Ltd + 0022DA + Anatek LLC - 14B968 - Huawei Technologies Ltd + 0022F9 + Pollin Electronic GmbH - 5CF96A - Huawei Technologies Ltd + 0022C5 + InfORSON Ltd - 083E8E - Hon Hai Precision Ind Ltd + 002262 + BEP Marine - 002293 - ZTE Corporation + 00226A + Honeywell - 10A5D0 - Murata Manufacturing Ltd + 002263 + Koos Technical Services Inc. - 50A72B - Huawei Technologies Ltd + 00226C + LinkSprite Technologies Inc. - 0CD6BD - Huawei Technologies Ltd + 00225C + Multimedia & Communication Technology - 00F81C - Huawei Technologies Ltd + 002284 + Desay A&V Science AND Technology Ltd - 087A4C - Huawei Technologies Ltd + 002286 + Astron - ACE215 - Huawei Technologies Ltd + 002282 + 8086 Consultancy - 346BD3 - Huawei Technologies Ltd + 002246 + Evoc Intelligent Technology Ltd - 70723C - Huawei Technologies Ltd + 002248 + Microsoft Corporation - ACE87B - Huawei Technologies Ltd + 002290 + Cisco Systems Inc. - F83DFF - Huawei Technologies Ltd + 00228A + Teratronik elektronische Systeme GmbH - 285FDB - Huawei Technologies Ltd + 00228E + TV-Numeric - 404D8E - Huawei Technologies Ltd + 002254 + Bigelow Aerospace - 4C5499 - Huawei Technologies Ltd + 002257 + 3Com Europe Ltd - F49FF3 - Huawei Technologies Ltd + 002276 + Triple EYE B.V. - 240995 - Huawei Technologies Ltd + 002274 + FamilyPhone AB - 84DBAC - Huawei Technologies Ltd + 002236 + Vector SP. Z O.O. - 94772B - Huawei Technologies Ltd + 002230 + FutureLogic Inc. - D440F0 - Huawei Technologies Ltd + 00222E + maintech GmbH - 04021F - Huawei Technologies Ltd + 002214 + Rinnai Korea - 10CDAE - Avaya Inc + 00220B + National Source Coding Center - 048A15 - Avaya Inc + 00220C + Cisco Systems Inc. - B4B017 - Avaya Inc + 0021EA + Bystronic Laser AG - 90FB5B - Avaya Inc + 0021FD + Lacroix Traffic S.A.U - C8F406 - Avaya Inc + 0021CD + LiveTV - 7052C5 - Avaya Inc + 0021D0 + Global Display Solutions Spa - F81547 - Avaya Inc + 002228 + Breeze Innovations Ltd - 506184 - Avaya Inc + 002229 + Compumedics Ltd - 185936 - Xiaomi Communications Ltd + 002216 + Shibaura Vending Machine Corporation - 20A783 - miControl GmbH + 0021E1 + Nortel Networks - 200BC7 - Huawei Technologies Ltd + 002200 + IBM Corp - F84ABF - Huawei Technologies Ltd + 0021C6 + CSJ Global Inc. - 78D752 - Huawei Technologies Ltd + 0021C3 + CoRNELL Communications Inc. - 104780 - Huawei Technologies Ltd + 0021C7 + Russound - 548998 - Huawei Technologies Ltd + 0021C1 + ABB Oy / Medium Voltage Products - 00040D - Avaya Inc + 0021C0 + Mobile Appliance Inc. - 70A8E3 - Huawei Technologies Ltd + 0021BB + Riken Keiki Ltd - F8E811 - Huawei Technologies Ltd + 002166 + NovAtel Inc. - F8A45F - Xiaomi Communications Ltd + 002164 + Special Design Bureau for Seismic Instrumentation - 640980 - Xiaomi Communications Ltd + 002160 + Hidea Solutions Ltd - 94049C - Huawei Technologies Ltd + 0021B1 + Digital Solutions Ltd - 688F84 - Huawei Technologies Ltd + 0021B0 + Tyco Telecommunications - 30D17E - Huawei Technologies Ltd + 0021AD + Nordic ID Oy - 0050BD - Cisco Systems Inc. + 00217F + Intraco Technology Pte Ltd - 00906F - Cisco Systems Inc. + 00217D + Pyxis S.R.L. - 74D6EA - Texas Instruments + 00216F + SymCom Inc. - 209148 - Texas Instruments + 0021A3 + Micromint - 544A16 - Texas Instruments + 0021A5 + ERLPhase Power Technologies Ltd - E02F6D - Cisco Systems Inc. + 00219D + Adesys BV - 58971E - Cisco Systems Inc. + 002195 + GWD Media Limited - B4E9B0 - Cisco Systems Inc. + 002188 + EMC Corporation - 000832 - Cisco Systems Inc. + 00211A + LInTech Corporation - 189C5D - Cisco Systems Inc. + 002116 + Transcon Electronic Systems, spol. s r. o. - 5CA48A - Cisco Systems Inc. + 002115 + PHYWE Systeme GmbH & Co. KG - 1C1D86 - Cisco Systems Inc. + 002141 + Radlive - 60735C - Cisco Systems Inc. + 002140 + EN Technologies Inc. - 34A84E - Cisco Systems Inc. + 00213D + Cermetek Microelectronics Inc. - 54781A - Cisco Systems Inc. + 002111 + Uniphone Inc. - 00605C - Cisco Systems Inc. + 002114 + Hylab Technology Inc. - 0006C1 - Cisco Systems Inc. + 002132 + Masterclock Inc. - 00E014 - Cisco Systems Inc. + 002131 + Blynke Inc. - DCA5F4 - Cisco Systems Inc. + 002129 + Cisco-Linksys LLC - 5017FF - Cisco Systems Inc. + 00211D + Dataline AB - 70105C - Cisco Systems Inc. + 002120 + Sequel Technologies - 10F311 - Cisco Systems Inc. + 002152 + General Satellite Research & Development Limited - 0050F0 - Cisco Systems Inc. + 002158 + Style Flying Technology Co. - 005014 - Cisco Systems Inc. + 002148 + Kaco Solar Korea - 0090F2 - Cisco Systems Inc. + 00213C + AliphCom - 0CE0E4 - Plantronics Inc. + 001FB5 + I/O Interconnect Inc. - 74A2E6 - Cisco Systems Inc. + 001FE7 + Simet - BCF1F2 - Cisco Systems Inc. + 001FDB + Network Supply Corp., - C80084 - Cisco Systems Inc. + 001FBF + Fulhua Microelectronics Corp. Taiwan Branch - 40A6E8 - Cisco Systems Inc. + 001FBE + Shenzhen Mopnet Industrial Ltd - 3085A9 - ASUSTek Computer Inc. + 001FC2 + Jow Tong Technology Ltd - B83861 - Cisco Systems Inc. + 001FD2 + Commtech Technology Macao Commercial Offshore Ltd - 580A20 - Cisco Systems Inc. + 001FB8 + Universal Remote Control Inc. - 2C3ECF - Cisco Systems Inc. + 001FD4 + 4IPNET Inc. - B05947 - Shenzhen Qihu Intelligent Technology Company Limited + 001FCB + NIW Solutions - 346288 - Cisco Systems Inc. + 001FF7 + Nakajima All Precision Ltd - CCD8C1 - Cisco Systems Inc. + 001FEB + Trio Datacom Pty Ltd - 7C0ECE - Cisco Systems Inc. + 001F69 + Pingood Technology Ltd - A0ECF9 - Cisco Systems Inc. + 001F4D + Segnetics LLC - 508789 - Cisco Systems Inc. + 001F81 + Accel Semiconductor Corp - 381C1A - Cisco Systems Inc. + 001F83 + Teleplan Technology Services Sdn Bhd - BC671C - Cisco Systems Inc. + 001F9B + Posbro - 001947 - Cisco SPVTG + 001F78 + Blue Fox Porini Textile - 001839 - Cisco-Linksys LLC + 001F68 + Martinsson Elektronik AB - 002215 - ASUSTek Computer Inc. + 001F63 + JSC Goodwin-Europa - E0CB4E - ASUSTek Computer Inc. + 001FAD + Brown Innovations Inc. - 547C69 - Cisco Systems Inc. + 001FA6 + Stilo srl - 001731 - ASUSTek Computer Inc. + 001F97 + BERTANA srl - DCCEC1 - Cisco Systems Inc. + 001F8C + CCS Inc. - 9C57AD - Cisco Systems Inc. + 001F10 + Toledo DO Brasil Industria de Balancas Ltda - 60FEC5 - Apple + 001F0F + Select Engineered Systems - E425E7 - Apple + 001F02 + Pixelmetrix Corporation Pte Ltd - BC926B - Apple + 001EFE + LEVEL s.r.o. - 101C0C - Apple + 001F1A + Prominvest - 080007 - Apple + 001F18 + Hakusan.Mfg Ltd - 004096 - Cisco Systems Inc. + 001F13 + S.& A.S Ltd - 30F70D - Cisco Systems Inc. + 001F25 + MBS GmbH - E86549 + 001F27 Cisco Systems Inc. - B07D47 + 001F26 Cisco Systems Inc. - 38ED18 - Cisco Systems Inc. + 001EEF + Cantronic International Limited - 382056 - Cisco Systems Inc. + 001EDE + BYD Company Limited - 40D32D - Apple + 001EDD + Wasko S.A. - C42C03 - Apple + 001EDB + Giken Trastem Ltd - 9027E4 - Apple + 001F42 + Etherstack plc - 109ADD - Apple + 001F35 + AIR802 LLC - 581FAA - Apple + 001F34 + Lung Hwa Electronics Ltd - 88C663 - Apple + 001EEB + Talk-A-Phone Co. - 001F5B - Apple + 001E6A + Beijing Bluexon Technology Ltd - 002436 - Apple + 001E66 + RESOL Elektronische Regelungen GmbH - 00254B - Apple + 001E63 + Vibro-Meter SA - 0016CB - Apple + 001E7F + CBM Of America - 0017F2 - Apple + 001E82 + SanDisk Corporation - 7C6D62 - Apple + 001EB1 + Cryptsoft Pty Ltd - 20C9D0 - Apple + 001EAF + Ophir Optronics Ltd - 68967B - Apple + 001EAD + Wingtech Group Limited - 84FCFE - Apple + 001ED1 + Keyprocessor B.V. - E48B7F - Apple + 001ED0 + Ingespace - 008865 - Apple + 001E8E + Hunkeler AG - BC3BAF - Apple + 001E87 + Realease Limited - 3CE072 - Apple + 001ECD + KYLAND Technology Ltd - 38484C - Apple + 001EBF + Haas Automation Inc. - A46706 - Apple + 001EBC + Wintech Automation Ltd - 8C5877 - Apple + 001E6F + Magna-Power Electronics Inc. - 7CF05F - Apple + 001EA1 + Brunata a/s - 804971 - Apple + 001E53 + Further Tech Ltd - 6C3E6D - Apple + 001E4E + DAKO EDV-Ingenieur- und Systemhaus GmbH - BC6778 - Apple + 001E49 + Cisco Systems Inc. - D8D1CB - Apple + 001E28 + Lumexis Corporation - A8FAD8 - Apple + 001E24 + Zhejiang Bell Technology Ltd - B817C2 - Apple + 001E20 + Intertain Inc. - 7C11BE - Apple + 001E1C + SWS Australia Pty Limited - 283737 - Apple + 001E12 + Ecolab - 50EAD6 - Apple + 001E16 + Keytronix - 98D6BB - Apple + 001E32 + Zensys - 189EFC - Apple + 001E35 + Nintendo Ltd - ACCF5C - Apple + 001E2B + Radio Systems Design Inc. - 80006E - Apple + 001E42 + Teltonika - 848E0C - Apple + 001E43 + Aisin AW Ltd - 3C15C2 - Apple + 001E08 + Centec Networks Inc - 6C709F - Apple + 001DFB + NETCLEUS Systems Corporation - C0F2FB - Apple + 001DB9 + Wellspring Wireless - 24E314 - Apple + 001DBB + Dynamic System Electronics Corp. - 80E650 - Apple + 001DB3 + HPN Supply Chain - 90FD61 - Apple + 001DB1 + Crescendo Networks - 087045 - Apple + 001DB4 + Kumho ENG Ltd - A88808 - Apple + 001DA4 + Hangzhou System Technology Ltd - A4C361 - Apple + 001D9F + MATT R.P.Traczynscy Sp.J. - 2CF0EE - Apple + 001D90 + EMCO Flow Systems - 5C97F3 - Apple + 001D93 + Modacom - D4F46F - Apple + 001D94 + Climax Technology Ltd - 6476BA - Apple + 001D8E + Alereon Inc. - 34E2FD - Apple + 001DDB + C-BEL Corporation - 04489A - Apple + 001DE6 + Cisco Systems Inc. - F0F61C - Apple + 001DE7 + Marine Sonic Technology Ltd - 8C2937 - Apple + 001D7B + Ice Energy Inc. - B09FBA - Apple + 001D6C + ClariPhy Communications Inc. - 0C4DE9 - Apple + 001DC5 + Beijing Jiaxun Feihong Electricial Ltd - E0F5C6 - Apple + 001DC6 + SNR Inc. - A0EDCD - Apple + 001D84 + Gateway Inc. - F0F249 - Hitron Technologies Inc. + 001D85 + Call Direct Cellular Solutions - 2857BE - Hangzhou Hikvision Digital Technology Ltd + 001DBF + Radiient Technologies Inc. - 5CF5DA - Apple + 001D34 + SYRIS Technology Corp - 18EE69 - Apple + 001D32 + Longkay Communication & Technology (Shanghai) Ltd - 649ABE - Apple + 001D2A + Shenzhen BUL-Tech Ltd - F099BF - Apple + 001D2D + Pylone Inc. - 94E96A - Apple + 001D5D + Control Dynamics Pty Ltd - AC293A - Apple + 001D59 + Mitra Energy & Infrastructure - 9CFC01 - Apple + 001D2B + Wuhan Pont Technology Co Ltd - 9C35EB - Apple + 001D22 + Foss Analytical A/S - 48437C - Apple + 001D23 + Sensus - 34A395 - Apple + 001D3E + Saka Techno Science Ltd - 787E61 - Apple + 001D40 + Intel - GE Care Innovations LLC - 60F81D - Apple + 001D57 + CAETEC Messtechnik - 38C986 - Apple + 001D51 + Babcock & Wilcox Power Generation Group Inc. - D03311 - Apple + 001D4C + Alcatel-Lucent - 507A55 - Apple + 001D1A + OvisLink S.A. - C8C2C6 - Shanghai Airm2m Communication Technology Ltd + 001CB7 + USC DigiArk Corporation - 789C85 - August Home Inc. + 001CAF + Plato Networks Inc. - 74D7CA - Panasonic Corporation Automotive + 001CB1 + Cisco Systems Inc. - 5882A8 - Microsoft Corporation + 001CFE + Quartics Inc - 58685D - Tempo Australia Pty Ltd + 001D0B + Power Standards Lab - 544B8C - Juniper Networks + 001D02 + Cybertech Telecom Development - DCFE07 - Pegatron Corporation + 001CE9 + Galaxy Technology Limited - 707938 - Wuxi Zhanrui Electronic Technology Ltd + 001CEA + Scientific-Atlanta Inc. - 243184 - Sharp Corporation + 001CE7 + Rocon PLC Research Centre - 582BDB - Pax AB + 001CDB + Carpoint Ltd - E03676 - Huawei Technologies Ltd + 001CD5 + ZeeVee Inc. - EC388F - Huawei Technologies Ltd + 001CBC + CastGrabber LLC - D03E5C - Huawei Technologies Ltd + 001CE4 + EleSy JSC - C49E41 - G24 Power Limited + 001CE2 + Attero Tech LLC. - B813E9 - Trace Live Network + 001CAA + Bellon Pty Ltd - 80B709 - Viptela Inc. + 001CA0 + Production Resource Group LLC - F00D5C - JinQianMao Technology Ltd + 001CD3 + ZP Engineering SEL - 54BE53 - ZTE Corporation + 001CCB + Forth Corporation Public Company Limited - 280E8B - Beijing Spirit Technology Development Ltd + 001C75 + Segnet Ltd - F44D30 - Elitegroup Computer Systems Ltd + 001C74 + Syswan Technologies Inc. - 0C8610 - Juniper Networks + 001C68 + Anhui Sun Create Electronics Ltd - 38D40B - Samsung Electronics Ltd + 001C66 + Ucamp Ltd - E83A12 - Samsung Electronics Ltd + 001C98 + Lucky Technology (HK) Company Limited - 24DA9B - Motorola Mobility LLC, a Lenovo Company + 001C81 + NextGen Venturi Ltd - 30E090 - Linctronix Ltd + 001C7A + Perfectone Netware Company Ltd - A4DCBE - Huawei Technologies Ltd + 001C53 + Synergy Lighting Controls - ECB870 - Beijing Heweinet Technology Ltd + 001C4D + Aplix IP Holdings Corporation - 94BBAE - Husqvarna AB + 001C92 + Tervela - D40AA9 - ARRIS Group Inc. + 001C8A + Cirrascale Corporation - 203D66 - ARRIS Group Inc. + 001C38 + Bio-Rad Laboratories Inc. - D494E8 - Huawei Technologies Ltd + 001C30 + Mode Lighting (UK ) Ltd - B078F0 - Beijing HuaqinWorld Technology Ltd + 001C2E + HPN Supply Chain - 209BCD - Apple + 001C2A + Envisacor Technologies Inc. - 3095E3 - Shanghai Simcom Limited + 001C02 + Pano Logic - 80656D - Samsung Electronics Ltd + 001C05 + Nonin Medical Inc. - FCF136 - Samsung Electronics Ltd + 001C06 + Siemens Numerical Control Ltd Nanjing - B88687 - Liteon Technology Corporation + 001BEA + Nintendo Ltd - 18895B - Samsung Electronics Ltd + 001BE5 + 802automation Limited - 584925 - E3 Enterprise + 001BE4 + Townet SRL - 94F278 - Elma Electronic + 001C04 + Airgain Inc. - 283713 - Shenzhen 3Nod Digital Technology Ltd + 001C01 + ABB Oy Drives - 0894EF - Wistron Infocomm (Zhongshan) Corporation + 001BFF + Millennia Media Inc. - E0319E - Valve Corporation + 001BF2 + Kworld Computer Ltd - 3C5CC3 - Shenzhen First Blue Chip Technology Ltd + 001BF0 + Value Platforms Limited - C49FF3 - Mciao Technologies Inc. + 001C1B + Hyperstone GmbH - 788E33 - Jiangsu SEUIC Technology Ltd + 001C10 + Cisco-Linksys LLC - ECEED8 - ZTLX Network Technology Ltd + 001BD2 + ULTRA-X ASIA PACIFIC Inc. - 80EB77 - Wistron Corporation + 001B8D + Electronic Computer Systems Inc. - 483974 - Proware Technologies Ltd + 001B86 + Bosch Access Systems GmbH - 30FFF6 - HangZhou KuoHeng Technology Ltd + 001BC2 + Integrated Control Technology Limitied - 4CC681 - Shenzhen Aisat Electronic Ltd + 001BBB + RFTech Ltd - 48E244 - Hon Hai Precision Ind Ltd + 001BAA + XenICs nv - 7CAB25 - Mesmo Technology Inc. + 001B7C + A & R Cambridge - B0411D - ITTIM Technologies + 001B5D + Vololink Pty Ltd - F8BF09 - Huawei Technologies Ltd + 001B5A + Apollo Imaging Technologies Inc. - 7CB25C - Acacia Communications + 001B56 + Tehuti Networks Ltd - DCDB70 - Tonfunk Systementwicklung und Service GmbH + 001BC6 + Strato Rechenzentrum AG - 800B51 - Chengdu XGimi Technology Ltd + 001BC4 + Ultratec Inc. - F80D60 - Canon Inc. + 001BA1 + Amic AB - F0182B - LG Chem + 001B96 + General Sensing - 3481F4 - SST Taiwan Ltd + 001AEA + Radio Terminal Systems Pty Ltd - 7CA237 - King Slide Technology Ltd + 001ADD + PePWave Ltd - D404CD - ARRIS Group Inc. + 001AD6 + Jiagnsu Aetna Electric Ltd - 584822 - Sony Mobile Communications Inc + 001AD4 + iPOX Technology Ltd - 747336 - MICRODIGTAL Inc + 001B14 + Carex Lighting Equipment Factory - 382B78 - ECO Plugs Enterprise Ltd + 001B15 + Voxtel Inc. - A47B2C - Nokia + 001B09 + Matrix Telecom Pvt Ltd - 24E5AA - Philips Oral Healthcare Inc. + 001B03 + Action Technology (SZ) Ltd - 78BDBC - Samsung Electronics Ltd + 001AFB + Joby Inc. - 349B5B - Maquet GmbH + 001AFD + Evolis - 884157 - Shenzhen Atsmart Technology Ltd + 001B1E + HART Communication Foundation - D89A34 - Beijing SHENQI Technology Ltd + 001B4C + Signtech - A0A65C - Supercomputing Systems AG + 001AD5 + KMC Chain Industrial Ltd - 485073 - Microsoft Corporation + 001AD0 + Albis Technologies AG - E8377A - ZyXEL Communications Corp + 001AD3 + Vamp Ltd - 803B2A - ABB Xiamen Low Voltage Equipment Ltd + 001AD8 + AlsterAero GmbH - C4EA1D - Technicolor + 001ADA + Biz-2-Me Inc. - 7CF90E - Samsung Electronics Ltd + 001A6F + MI.TEL s.r.l. - 50F0D3 - Samsung Electronics Ltd + 001A71 + Diostech Ltd - 00A784 - ITX security + 001A69 + Wuhan Yangtze Optical Technology Ltd - 84119E - Samsung Electronics Ltd + 001A67 + Infinite QL Sdn Bhd - 149A10 - Microsoft Corporation + 001AC3 + Scientific-Atlanta Inc. - 38FACA - Skyworth Digital Technology(Shenzhen) Ltd + 001ABF + TRUMPF Laser Marking Systems AG - 5CB43E - Huawei Technologies Ltd + 001AB8 + Anseri Corporation - 707781 - Hon Hai Precision Ind Ltd + 001ABC + U4EA Technologies Ltd - 54E140 - Ingenico + 001ACB + Autocom Products Ltd - E4907E - Motorola Mobility LLC, a Lenovo Company + 001ACF + C.T. Elettronica - 746A3A - Aperi Corporation + 001AA3 + Delorme - 94A7B7 - ZTE Corporation + 001A9B + ADEC & Parter AG - 1844E6 - ZTE Corporation + 001A9D + Skipper Wireless Inc. - 3CCE15 - Mercedes-Benz USA LLC + 001A85 + NV Michel Van de Wiele - 287610 - IgniteNet + 001A8E + 3Way Networks Ltd - 20D75A - Posh Mobile Limited + 001A44 + JWTrading Ltd - F41563 - F5 Networks Inc. + 001A49 + Micro Vision Ltd - 8C8B83 - Texas Instruments + 001A3D + Ajin Vision Ltd - 4011DC - Sonance + 001A41 + INOCOVA Ltd - 1C8341 - Hefei Bitland Information Technology Ltd + 001A33 + ASI Communications Inc. - 081FEB - BinCube + 001A23 + Ice Qube Inc. - 785F4C - Argox Information Ltd + 001A1D + PChome Online Inc. - 34CC28 - Nexpring Ltd + 001A17 + Teak Technologies Inc. - 54E2C8 - Dongguan Aoyuan Electronics Technology Ltd + 001A1C + GT&T Engineering Pte Ltd - 6C1E70 - Guangzhou YBDS IT Ltd + 001A1F + Coastal Environmental Systems - 54B80A - D-Link International + 001A64 + IBM Corp - D8ADDD - Sonavation Inc. + 001A51 + Alfred Mann Foundation - 8833BE - Ivenix Inc. + 001A55 + ACA-Digital Corporation - E48D8C - Routerboard.com + 0019E6 + Toyo Medic Ltd - 706879 - Saijo Denki International Ltd + 0019E2 + Juniper Networks - 10AF78 - Shenzhen ATUE Technology Ltd + 0019E8 + Cisco Systems Inc. - CC19A8 - PT Inovacao e Sistemas SA + 0019DF + Thomson Inc. - B4B265 - Daeho I&T + 0019DD + FEI-Zyfer Inc. - E03560 - Challenger Supply Holdings LLC + 0019B2 + XYnetsoft Ltd - 3CCB7C - TCT mobile Ltd + 0019A4 + Austar Technology (hang zhou) Ltd - 249EAB - Huawei Technologies Ltd + 0019AA + Cisco Systems Inc. - 244B03 - Samsung Electronics Ltd + 0019B1 + Arrow7 Corporation - E4CE70 - Health & Life Ltd + 0019B3 + Stanford Research Systems - 7C11CD - QianTang Technology + 001A0A + Adaptive Micro-Ware Inc. - CCA4AF - Shenzhen Sowell Technology Ltd + 001A05 + Optibase Ltd - 102C83 - Ximea + 0019D4 + ICX Technologies - 6CA75F - ZTE Corporation + 0019CF + Salicru, S.A. - 8C7967 - ZTE Corporation + 0019FC + PT. Ufoakses Sukses Luarbiasa - 7858F3 - Vachen Ltd + 0019F4 + Convergens Oy Ltd - 709C8F - Nero AG + 001996 + TurboChef Technologies Inc. - 007E56 - China Dragon Technology Limited + 001997 + Soft Device Sdn Bhd - 74E28C - Microsoft Corporation + 001998 + Sato Corporation - 0071C2 - Pegatron Corporation + 00199C + Ctring - 7C8274 - Shenzhen Hikeen Technology Ltd + 001946 + Cianet Industria e Comercio S/A - 94D417 - GPI Korea Inc. + 001949 + Tentel Comtech Ltd - 244B81 - Samsung Electronics Ltd + 001944 + Fossil Partners, L.P. - 704E66 - Shenzhen Fast Technologies Ltd + 001971 + Guangzhou Unicomp Technology Ltd - D855A3 - ZTE Corporation + 001964 + Doorking Inc. - 38D82F - ZTE Corporation + 001976 + Xipher Technologies LLC - F07959 - ASUSTek Computer Inc. + 00196C + Etrovision Technology - E08E3C - Aztech Electronics Pte Ltd + 001967 + TELDAT Sp.J. - 844BB7 - Beijing Sankuai Online Technology Ltd + 001952 + ACOGITO Ltd - 68F0BC - Shenzhen LiWiFi Technology Ltd + 00198B + Novera Optics Korea Inc. - 300EE3 - Aquantia Corporation + 001961 + Blaupunkt Embedded Systems GmbH - 18F145 - NetComm Wireless Limited + 001942 + ON Software International Limited - ACABBF - AthenTek Inc. + 00193F + RDI technology(Shenzhen) Ltd - 2884FA - Sharp Corporation + 001941 + Pitney Bowes Inc. - 60AF6D - Samsung Electronics Ltd + 0018FD + Optimal Technologies International Inc. - B85A73 - Samsung Electronics Ltd + 0018F0 + JOYTOTO Ltd - 3C1E04 - D-Link International + 0018E9 + Numata Corporation - 60D9A0 - Lenovo Mobile Communication Technology Ltd + 001908 + Duaxes Corporation - 68B983 - b-plus GmbH + 00190C + Encore Electronics Inc. - 78B3B9 - ShangHai sunup lighting Ltd + 001919 + ASTEL Inc. - 04C09C - Tellabs Inc. + 00192D + Nokia Corporation - 981DFA - Samsung Electronics Ltd + 0018EF + Escape Communications Inc. - 186882 - Beward R&D Ltd + 0018E6 + Computer Hardware Design SIA - EC8009 - NovaSparks + 001930 + Cisco Systems Inc. - 50ADD5 - Dynalec Corporation + 001927 + ImCoSys Ltd - B04519 - TCT mobile Ltd + 0018F7 + Kameleon Technologies - D88D5C - Elentec + 001888 + GOTIVE a.s. - 7429AF - Hon Hai Precision Ind Ltd + 00188A + Infinova LLC - 3C1A0F - ClearSky Data + 001886 + EL-Tech Inc. + + + 001887 + Metasystem SpA - E8CC18 - D-Link International + 0018BE + ANSA Corporation - B09137 - ISis ImageStream Internet Solutions Inc. + 0018BA + Cisco Systems Inc. - 8C0551 - Koubachi AG + 0018B4 + Dawon Media Inc. - D897BA - Pegatron Corporation + 0018B6 + S3C Inc. - A8D88A - Wyconn + 0018A3 + Zippy Technology Corp. - 40EACE - Founder Broadband Network Service Ltd + 0018A0 + Cierma Ascenseurs - 848EDF - Sony Mobile Communications Inc + 001893 + Shenzhen Photon Broadband Technology Ltd - A49D49 - Ketra Inc. + 0018B1 + IBM Corp - C03896 - Hon Hai Precision Ind Ltd + 00187B + 4NSYS Ltd - 2C5089 - Shenzhen Kaixuan Visual Technology Ltd + 00187F + Zodianet - 948E89 - Industrias Unidas SA de CV + 00187E + RGB Spectrum - 00AEFA - Murata Manufacturing Ltd + 00189D + Navcast Inc. - 841826 - Osram GmbH + 0018D6 + Swirlnet A/S - F8E903 - D-Link International + 0018CD + Erae Electronics Industry Ltd - E89606 - testo Instruments (Shenzhen) Ltd + 0018DB + EPL Technology Ltd - 1C7E51 - 3bumen.com + 0018C8 + ISONAS Inc. - 6872DC - CETORY.TV Company Limited + 001849 + nVent, Schroff GmbH - 3077CB - Maike Industry(Shenzhen) Ltd + 001846 + Crypto S.A. - 2497ED - Techvision Intelligent Technology Limited + 001845 + Pulsar-Telecom LLC. - 909F33 - EFM Networks + 00181E + GDX Technologies Ltd - 600417 - Posbank Ltd + 00181C + Exterity Limited - 207693 - Lenovo (Beijing) Limited. + 001863 + Veritech Electronics Limited - 084656 - VEO-Labs + 00185A + uControl Inc. - EC3C5A - Shen Zhen Heng Sheng HUI Digital Technology Ltd + 001852 + StorLink Semiconductors Inc. - 4488CB - Camco Technologies NV + 001850 + Secfone Kft - 6CBFB5 - Noon Technology Ltd + 001858 + TagMaster AB - 50294D - Nanjing IOT Sensor Technology Ltd + 001824 + Kimaldi Electronics, S.L. - 0CCFD1 - SPRINGWAVE Ltd + 00183D + Vertex Link Corporation - 74BADB - Longconn Electornics(Shenzhen) Ltd + 001825 + Private - B8F317 - iSun Smasher Communications Private Limited + 001879 + dSys - 8CF813 - Orange Polska + 001803 + ArcSoft Shanghai Ltd - 549F35 - Dell Inc. + 0017EF + IBM Corp - 2442BC - Alinco,Incorporated + 0017F5 + LIG Neoptek - F82441 - Yeelink + 0017CD + CEC Wireless R&D Ltd - 108A1B - RAONIX Inc. + 0017D0 + Opticom Communications LLC - 102F6B - Microsoft Corporation + 0017C6 + Cross Match Technologies Inc - 8CB094 - Airtech I&C Ltd + 0017FE + Talos System Inc. - 945493 - Rigado LLC + 0017F8 + Motech Industries Inc. - 68F06D - Along Industrial Ltd + 0017C3 + KTF Technologies Inc. - F42853 - Zioncom Electronics (Shenzhen) Ltd + 0017B7 + Tonze Technology Co. - D4EC86 - LinkedHope Intelligent Technologies Ltd + 0017AB + Nintendo Ltd - 1C9C26 - Zoovel Technologies + 001807 + Fanstel Corp. - 046785 - scemtec Hard- und Software fuer Mess- und Steuerungstechnik GmbH + 001808 + SightLogix Inc. - D0FA1D - Qihoo 360 Technology Ltd + 0017CE + Screen Service Spa - AC11D3 - Suzhou HOTEK Video Technology Ltd + 0017DB + Canko Technologies Inc. - 8432EA - Anhui Wanzten P&T Ltd + 0017D6 + Bluechips Microhouse Ltd - E01D38 - Beijing HuaqinWorld Technology Ltd + 001787 + Brother, Brother & Sons ApS - E47FB2 - Fujitsu Limited + 001789 + Zenitron Corporation - FC6DC0 - BME Corporation + 001760 + Naito Densei Machida MFG Ltd - 24D13F - Mexus Ltd + 001761 + Private - 7824AF - ASUSTek Computer Inc. + 001768 + Zinwave Ltd - FC9FE1 - CoNWIN.Tech Ltd + 001769 + Cymphonix Corp - B89BE4 - ABB Power Systems Power Generation + 001762 + Solar Technology Inc. - A81B5D - Foxtel Management Pty Ltd + 00178F + Ningbo Yidong Electronic Ltd - 505065 - TAKT Corporation + 001794 + Cisco Systems Inc. - 40C62A - Shanghai Jing Ren Electronic Technology Ltd + 00178A + Darts Technologies Corp. - E8150E - Nokia Corporation + 001734 + ADC Telecommunications - C44202 - Samsung Electronics Ltd + 00172E + FXC Inc. - B4AE6F - Circle Reliance Inc. DBA Cranberry Networks + 00172B + Global Technologies Inc. - 90DA6A - FOCUS H&S Ltd + 001772 + ASTRO Strobel Kommunikationssysteme GmbH - DC537C - Compal Broadband Networks Inc. + 00173E + LeucotronEquipamentos Ltda. - 44A6E5 - Thinking Technology Ltd + 001798 + Azonic Technology Ltd - A45DA1 - ADB Broadband Italia + 001747 + Trimble - 0CAC05 - Unitend Technologies Inc. + 00177A + Assa Abloy AB - 4C6E6E - Comnect Technology Ltd + 0016F4 + Eidicom Ltd - 8C3357 - HiteVision Digital Media Technology Ltd + 0016E7 + Dynamix Promotions Limited - 3CAA3F - iKey Ltd + 0016E5 + Fordley Development Limited - 0C383E - Fanvil Technology Ltd + 0016E6 + Giga-Byte Technology Ltd - 60CDA9 - Abloomy + 001720 + Image Sensing Systems Inc. - B8AD3E - Bluecom + 00171A + Winegard Company - 183009 - Woojin Industrial Systems Ltd + 0016C8 + Cisco Systems Inc. - 74DBD1 - Ebay Inc + 0016C4 + SiRF Technology Inc. - 30B5F1 - Aitexin Technology Ltd + 0016F3 + CAST Information Ltd - B01041 - Hon Hai Precision Ind Ltd + 0016F5 + Dalian Golden Hualu Digital Technology Ltd - 80AD67 - Kasda Networks Inc + 0016F1 + OmniSense LLC - 18D5B6 - SMG Holdings LLC + 0016DD + Gigabeam Corporation - 5C2E59 - Samsung Electronics Ltd + 00171C + NT MicroSystems Inc. - A8E539 - Moimstone Ltd + 001716 + Qno Technology Inc. - 54B753 - Hunan Fenghui Yinjia Science And Technology Ltd + 001726 + m2c Electronic Technology Ltd - 103047 - Samsung Electronics Ltd + 001721 + FITRE S.p.A. - F884F2 - Samsung Electronics Ltd + 0016F9 + CETRTA POT, d.o.o., Kranj - B0754D - Nokia + 00170A + Inew Digital Company - E0CBEE - Samsung Electronics Ltd + 0016BD + ATI Industrial Automation - 4C3909 - HPL Electric & Power Private Limited + 0016C0 + Semtech Corporation - 907EBA - Utek Technology (Shenzhen) Ltd + 0016C2 + Avtec Systems Inc - A002DC - Amazon Technologies Inc. + 0016BA + Weathernews Inc. - 542AA2 - Alpha Networks Inc. + 0016B2 + DriveCam Inc - 84948C - Hitron Technologies Inc. + 0016B3 + Photonicbridges (China) Ltd - A8F7E0 - PLANET Technology Corporation + 0016AD + BT-Links Company Limited - 4486C1 - Siemens Low Voltage & Products + 00166E + Arbitron Inc. - 4045DA - Spreadtrum Communications (Shanghai) Ltd + 0016AF + Shenzhen Union Networks Equipment Ltd - 3451AA - JID Global + 00169E + TV One Ltd - 98BE94 - IBM + 00166A + TPS - 6C198F - D-Link International + 001663 + KBT Mobile - C8FF77 - Dyson Limited + 00169F + Vimtron Electronics Ltd - B49EAC - Imagik Int'l Corp + 00169A + Quadrics Ltd - CC07E4 - Lenovo Mobile Communication Technology Ltd + 001692 + Scientific-Atlanta Inc. - C46BB4 - myIDkey + 001691 + Moser-Baer AG - 0C63FC - Nanjing Signway Technology Ltd + 001688 + ServerEngines LLC - D4E08E - ValueHD Corporation + 00168B + Paralan Corporation - C89F1D - Shenzhen Communication Technologies Ltd + 00160A + SWEEX Europe BV - 143DF2 - Beijing Shidai Hongyuan Network Communication Ltd + 001602 + Ceyon Technology Ltd - 2C39C1 - Ciena Corporation + 001600 + CelleBrite Mobile Synchronization - 54EE75 - Wistron InfoComm(Kunshan) Ltd + 0015F4 + Eventide - 0874F6 - Winterhalter Gastronom GmbH + 001629 + Nivus GmbH - D8492F - Canon Inc. + 001621 + Colorado Vnet - 800E24 - ForgetBox + 00161A + Dametric AB - 3C25D7 - Nokia Corporation + 001615 + Nittan Company, Limited - 30A8DB - Sony Mobile Communications Inc + 001616 + Browan Communication Inc. - 18FF2E - Shenzhen Rui Ying Da Technology Ltd + 001617 + MSI - 847207 - I&C Technology + 00162E + Space Shuttle Hi-Tech Ltd - CCA614 - Aifa Technology Corp. + 00162A + Antik Computers & Communications s.r.o. - 90F1B0 - Hangzhou Anheng Info & Tech Ltd + 001656 + Nintendo Ltd - 4C8B30 - Actiontec Electronics Inc. + 001651 + Exeo Systems - 0805CD - DongGuang EnMai Electronic Product Ltd + 001610 + Carina Technology - 54D163 - MAX-Tech,Inc + 001606 + Ideal Industries - 48B5A7 - Glory Horse Industries Ltd + 001607 + Curves International Inc. - 0C4F5A - ASA-RT s.r.l. + 001654 + Flex-P Industries Sdn. Bhd. - D4224E - Alcatel Lucent + 001631 + Xteam - 9C86DA - Phoenix Geophysics Ltd + 00164B + Quorion Data Systems GmbH - 2C073C - Devline Limited + 001594 + Bixolon Ltd - 7C1A03 - 8Locations Ltd + 001590 + Hectronic GmbH - ACB859 - Uniband Electronic Corp, + 00158C + Liab ApS - 2C9AA4 - Eolo SpA + 00158F + NTT Advanced Technology Corporation - 88B1E1 - Mojo Networks Inc. + 0015ED + Fulcrum Microsystems Inc. - 90DB46 - E-Lead Electronic Ltd + 0015F0 + EGO BV - 344F5C - R&M AG + 0015EE + Omnex Control Systems - 6047D4 - FORICS Electronic Technology Ltd + 0015C8 + FlexiPanel Ltd - FCF8B7 - TRONTEQ Electronic + 0015C0 + Digital Telemedia Ltd - 30F42F - ESP + 0015C2 + 3M Germany - 704E01 - Kwangwon Tech Ltd + 001588 + Salutica Allied Solutions Sdn Bhd - 746A8F - VS Vision Systems GmbH + 001583 + IVT Corporation - 54A31B - Shenzhen Linkworld Technology Ltd + 001585 + Aonvision Technolopy Corp. - CC398C - Shiningtek + 0015A5 + DCI Ltd - 1820A6 - Sage Ltd + 0015B2 + Advanced Industrial Computer Inc. - 20EAC7 - Shenzhen Riopine Electronics Ltd + 0015DA + Iritel A.D. - 64B370 - PowerComm Solutions LLC + 00154A + Wanshih Electronic Ltd - 5CF50D - Institute Of microelectronic applications + 00154C + Saunders Electronics - 749C52 - Huizhou Desay SV Automotive Ltd + 00154D + Netronome Systems Inc. - C4291D - Klemsan Elektrik Elektronik SAN.VE TIC.AS. + 001549 + Dixtal Biomedica Ind. Com Ltda - 6C5F1C - Lenovo Mobile Communication Technology Ltd + 00153D + Elim Product Co. - 7CE4AA - Private + 001544 + CoM.s.a.t. AG - 083F3E - WSH GmbH + 001539 + Technodrive srl - 2C957F - ZTE Corporation + 001531 + Kocom - 3C0C48 - Servergy Inc. + 001535 + OTE Spa - 10DEE4 - automationNEXT GmbH + 001536 + Powertech Ltd - F03A4B - Bloombase Inc. + 00152B + Cisco Systems Inc. - A0E453 - Sony Mobile Communications Inc + 00152C + Cisco Systems Inc. - 404A18 - Addrek Smart Solutions + 001528 + Beacon Medical Products LLC d.b.a. BeaconMedaes - C0C569 - Shanghai Lynuc CNC Technology Ltd + 001527 + Balboa Instruments - C4C0AE - Midori Electronic Ltd + 001521 + Horoquartz - ACC595 - Graphite Systems + 001520 + Radiocrafts AS - 7CE1FF - Computer Performance Inc. DBA Digital Loggers, Inc. + 001566 + A-First Technology Ltd - D8150D - TP-Link Technologies Ltd + 00156B + Perfisans Networks Corp. - 5850AB - TLS Corporation + 001547 + AiZen Solutions Inc. - 7CCD11 - MS-Magnet + 001579 + Lunatone Industrielle Elektronik GmbH - 98FF6A - OTEC(Shanghai)Technology Ltd + 0014D7 + Datastore Technology Corp - BC1A67 - YF Technology Ltd + 0014DD + Covergence Inc. - 4CD7B6 - Helmer Scientific + 0014D4 + K Technology Corporation - 8425A4 - Tariox Limited + 0014CF + INVISIO Communications - 483D32 - Syscor Controls & Automation + 0014BE + Wink Communication technology Ltd - CC856C - Shenzhen MDK Digital Technology Ltd + 001511 + Data Center Systems - AC6BAC - Jenny Science AG + 00150E + Openbrain Technologies Ltd - D8EE78 - Moog Protokraft + 00150D + Hoana Medical Inc. - 241148 - Entropix LLC + 00151C + Leneco - C445EC - Shanghai Yali Electron Ltd + 001519 + StoreAge Networking Technologies - E0E631 - SNB Technologies Limited + 001506 + Neo Photonics - 78B5D2 - Ever Treasure Industrial Limited + 001504 + Game Plus Ltd - 50ED78 - Changzhou Yongse Infotech Ltd + 001505 + Actiontec Electronics Inc. - 90028A - Shenzhen Shidean Legrand Electronic Products Ltd + 0014FE + Artech Electronics - 1CC11A - Wavetronix + 0014DE + Sage Instruments Inc. - FC09D8 - ACTEON Group + 0014DF + HI-P Tech Corporation - 743ECB - Gentrice tech + 0014E6 + AIM Infrarotmodule GmbH - 7C444C - Entertainment Solutions, S.L. + 0014F3 + ViXS Systems Inc - 0444A1 - Telecon Galicia,S.A. + 00147E + InnerWireless - 20C60D - Shanghai annijie Information technology Ltd + 00147D + Aeon Digital International - 38CA97 - Contour Design LLC + 001476 + MultiCom Industries Limited - BC2D98 - ThinGlobal LLC + 001473 + Bookham Inc - 1879A2 - GMJ Electric Limited + 001489 + B15402100 - Jandei, S.L. - E0C86A - Shenzhen TW-SCIE Ltd + 001480 + Hitachi-LG Data Storage Korea Inc. - BCEE7B - ASUSTek Computer Inc. + 0014B6 + Enswer Technology Inc. - 3413A8 - Mediplan Limited + 0014B2 + mCubelogics Corporation - 7C9763 - Openmatics s.r.o. + 0014AE + Wizlogics Ltd - 48A2B7 - Kodofon JSC + 0014A6 + Teranetics Inc. - CC7498 - Filmetrics Inc. + 001469 + Cisco Systems Inc. - 085AE0 - Recovision Technology Ltd + 0014BA + Carvers SA de CV - 20E791 - Siemens Healthcare Diagnostics Inc. + 00148A + Elin Ebg Traction GmbH - 089758 - Shenzhen Strong Rising Electronics Ltd DongGuan Subsidiary + 001491 + Daniels Electronics Ltd dbo Codan Rado Communications - FC19D0 - Cloud Vision Networks Technology Ltd + 00146E + H. Stoll GmbH & Co. KG - 9486D4 - Surveillance Pro Corporation + 0014AA + Ashly Audio Inc. - 9CD643 - D-Link International + 001409 + MAGNETI MARELLI S.E. S.p.A. - 3C18A0 - Luxshare Precision Industry Company Limited + 00140B + First International Computer Inc. - 8CAE89 - Y-cam Solutions Ltd + 0013FD + Nokia Danmark A/S - 94E98C - Nokia + 001400 + Minerva Korea Ltd - FCE1D9 - Stable Imaging Solutions LLC + 0013FC + SiCortex Inc. - 50206B - Emerson Climate Technologies Transportation Solutions + 0013F6 + Cintech - 7CBF88 - Mobilicom Ltd + 00144F + Oracle Corporation - 60DB2A - HNS + 001456 + Edge Products - B04545 - YACOUB Automation GmbH + 001450 + Heim Systems GmbH - C8EE75 - Pishion International Ltd + 001452 + Calculex,Inc. - CC3429 - TP-Link Technologies Ltd + 001442 + Atto Corporation - 64BABD - SDJ Technologies Inc. + 001447 + BOAZ Inc. - 24C848 - mywerk Portal GmbH + 00143E + AirLink Communications Inc. - CCFB65 - Nintendo Ltd + 00145D + WJ Communications Inc. - A0A23C - Gpms + 00143B + Sensovation AG - 68FCB3 - Next Level Security Systems Inc. + 00142D + Toradex AG - 94C3E4 - Atlas Copco IAS GmbH + 001429 + V Center Technologies Ltd - 34885D - Logitech Far East + 001414 + Jumpnode Systems LLC. - 88576D - XTA Electronics Ltd + 00141E + P.A. Semi Inc. - BC4100 - CoDACO ELECTRONIC s.r.o. + 0013CB + Zenitel Norway AS - FCD817 - Beijing Hesun Technologies Ltd + 0013CF + 4Access Communications - 682DDC - Wuhan Changjiang Electro-Communication Equipment Ltd + 0013BE + Virtual Conexions - E8611F - Dawning Information Industry Ltd + 0013B9 + BM SPA - 2847AA - Nokia Corporation + 0013AB + Telemotive AG - 5CD61F - Qardio Inc. + 0013C9 + Beyond Achieve Enterprises Ltd - 705957 - Medallion Instrumentation Systems + 0013C6 + OpenGear Inc. - 9C443D - Chengdu Xuguang Technology Ltd + 0013F3 + Giga-byte Communications Inc. - B424E7 - Codetek Technology Ltd + 0013F4 + Psitek (Pty) Ltd - 542F89 - Euclid Laboratories Inc. + 0013AC + Sunmyung Electronics Ltd - 909916 - ELVEES NeoTek OJSC + 0013A8 + Tanisys Technology - 00A2FF - abatec group AG + 0013DA + Diskware Ltd - 6024C1 - Jiangsu Zhongxun Electronic Technology Ltd + 0013D8 + Princeton Instruments - A0143D - Parrot SA + 001399 + STAC Corporation. - FC1BFF - V-ZUG AG + 0013E9 + VeriWave Inc. - F42896 - Specto Paineis Eletronicos Ltda + 001395 + Congatec AG - 78CB33 - DHC Software Ltd + 001356 + FLIR Radiation Inc - 60A9B0 - Merchandising Technologies Inc. + 00135A + Project T&E Limited - 5027C7 - TECHNART Ltd + 001361 + Biospace Ltd - 6C5AB5 - TCL Technoly Electronics (Huizhou) Ltd + 001362 + ShinHeung Precision Ltd - 385AA8 - Beijing Zhongdun Security Technology Development Co. + 00134F + Rapidus Wireless Networks Inc. - F4A294 - Eagle World Development Ltd + 001378 + Qsan Technology Inc. - EC3E09 - Performance Designed Products LLC + 00137A + Netvox Technology Ltd - 947C3E - Polewall Norge AS + 001381 + CHIPS & Systems Inc. - 34A3BF - Terewave Inc. + 001379 + Ponder Information Industries Ltd - 8C088B - Remote Solution + 00132C + MAZ Brandenburg GmbH - B43E3B - Viableware Inc. + 001324 + Schneider Electric Ultra Terminal - 0C5CD8 - DOLI Elektronik GmbH + 001326 + ECM Systems Ltd - 3C15EA - Tescom Ltd + 001327 + Data Acquisitions limited - E80410 - Private + 001367 + Narayon Ltd - F4BD7C - Chengdu jinshi Communication Ltd + 00135C + OnSite Systems Inc. - DCC422 - Systembase Limited + 00135F + Cisco Systems Inc. - C8F36B - Yamato Scale Ltd + 00133B + Speed Dragon Multimedia Limited - 98F8C1 - IDT Technology Limited + 001338 + Fresenius-Vial - 6CD1B0 - Wing Sing Electronics Hong Kong Limited + 00132D + iWise Communications - A4F522 - Chofu Seisakusho Ltd + 001374 + Atheros Communications Inc. - 845C93 - Chabrier Services + 001369 + Honda Electron Ltd - 68E166 - Private + 001342 + Vision Research Inc. - BC2BD7 - Revogi Innovation Ltd + 001340 + AD.EL s.r.l. - 286D97 - SAMJIN Ltd + 00130C + HF System Corporation - 24ECD6 - CSG Science & Technology LtdHefei + 00130F + EGEMEN Bilgisayar Muh San ve Tic Ltd STI - CC2A80 - Micro-Biz Intelligence solutions Ltd + 001313 + GuangZhou Post & Telecom Equipment Ltd - 60FEF9 - Thomas & Betts + 0012CB + CSS Inc. - B8DC87 - IAI Corporation + 0012CE + Advanced Cybernetics Group - 7C6FF8 - Shenzhen ACTO Digital Video Technology Ltd + 0012CA + Mechatronic Brick Aps - DCF755 - Sitronik + 0012C7 + SECURAY Technologies LtdCo. - 5C026A - Applied Vision Corporation + 0012CD + ASEM SpA - 0C9301 - PT. Prasimax Inovasi Teknologi + 0012E8 + Fraunhofer IMS - 746630 - T:mi Ytti + 0012DD + Shengqu Information Technology (Shanghai) Ltd - 6CB350 - Anhui Comhigher tech Ltd + 00131D + Scanvaegt International A/S - 3859F8 - MindMade Sp. z o.o. + 001318 + DGSTATION Ltd - 4CDF3D - Team Engineers Advance Technologies India PVT Ltd + 00131A + Cisco Systems Inc. - E89218 - Arcontia International AB + 0012F4 + Belco International Ltd - 0075E1 - Ampt LLC + 0012F5 + Imarda New Zealand Limited - 98CDB4 - Virident Systems Inc. + 0012E0 + Codan Limited - A42305 - Open Networking Laboratory + 0012DE + Radio Components Sweden AB - 1C48F9 - GN Netcom A/S + 001301 + IronGate S.L. - B0FEBD - Private + 0012F6 + MDK Ltd - 60699B - isepos GmbH + 0012F1 + Ifotec - D4D50D - Southwest Microwave Inc. + 0012F8 + WNI Resources LLC - 34CD6D - CommSky Technologies + 00127C + Swegon AB - E4F3E3 - Shanghai iComhome Ltd + 001278 + International Bar Code - 9046B7 - Vadaro Pte Ltd + 00127A + Sanyu Industry Ltd - 04CF25 - Manycolors Inc. + 001268 + IPS d.o.o. - 80BBEB - Satmap Systems Ltd + 0012AC + Ontimetek Inc. - 00B78D - Nanjing Shining Electric Automation Ltd + 0012BC + Echolab LLC - 60FE1E - China Palms Telecom Ltd + 0012BD + Avantec Manufacturing Limited - B050BC - Shenzhen Basicom Electronic Ltd + 0012AB + WiLife Inc. - 841E26 - KERNEL-I Ltd + 00129B + E2S Electronic Engineering Solutions, S.L. - B4346C - Matsunichi Digital Technology (Hong Kong) Limited + 001298 + Mico Electric(Shenzhen) Limited - 0086A0 - Private + 001272 + Redux Communications Ltd - A05B21 - ENVINET GmbH + 00126A + OPTOELECTRONICS Ltd - 50B8A2 - ImTech Technologies LLC, + 0012C0 + HotLava Systems Inc. - B04C05 - Fresenius Medical Care Deutschland GmbH + 0012B7 + PTW Freiburg - B0793C - Revolv Inc + 0012A1 + BluePacket Communications Ltd - 9C4EBF - BoxCast + 001206 + iQuest (NZ) Ltd - 34A843 - KYOCERA Display Corporation + 001207 + Head Strong International Limited - 74CA25 - Calxeda Inc. + 001209 + Fastrax Ltd - 5CA3EB - Lokel s.r.o. + 00120B + Chinasys Technologies Limited - C8B373 - Cisco-Linksys LLC + 001205 + Terrasat Communications Inc. - 0C2AE7 - Beijing General Research Institute Of Mining and Metallurgy + 001238 + SetaBox Technology Ltd - 983071 - Daikyung Vascom + 00123C + Second Rule LLC - D49524 - Clover Network Inc. + 00123E + ERUNE technology Ltd - 945047 - Rechnerbetriebsgruppe + 001254 + Spectra Technologies Holdings Company Ltd - E031D0 - SZ Telstar Ltd + 00124F + nVent - 54112F - Sulzer Pump Solutions Finland Oy + 001221 + B.Braun Melsungen AG - 4C55B8 - Turkcell Teknoloji + 001212 + PLUS Corporation - 088039 - Cisco SPVTG + 001213 + Metrohm AG - E438F2 - Advantage Controls + 001218 + ARUZE Corporation - C4C755 - Beijing HuaqinWorld Technology Ltd + 001249 + Delta Elettronica S.p.A. - 0C2D89 - QiiQ Communications Inc. + 00124D + Inducon BV - A8D236 - Lightware Visual Engineering + 001266 + Swisscom Hospitality Services SA - 981094 - Shenzhen Vsun Communication technology Ltd + 00125E + Caen - A4F3C1 - Open Source Robotics Foundation Inc. + 00125D + CyberNet Inc. - 141330 - Anakreon UK LLP + 001223 + Pixim - 0CF405 - Beijing Signalway Technologies Ltd + 00123A + Posystech Inc., Co. - 5061D6 - Indu-Sol GmbH + 001234 + Camille Bauer - DC7014 - Private + 0011E3 + Thomson Inc. - 788DF7 - Hitron Technologies Inc. + 0011DC + Glunz & Jensen - 2C245F - Babolat VS + 001196 + Actuality Systems Inc. - 905692 - Autotalks Ltd + 001187 + Category Solutions Inc. - 04BFA8 - ISB Corporation + 001190 + Digital Design Corporation - 8CC7D0 - zhejiang ebang Communication Ltd + 0011C4 + Terminales de Telecomunicacion Terrestre, S.L. - B8AE6E - Nintendo Ltd + 0011CB + Jacobsons AB - D0EB03 - Zhehua technology limited + 0011F7 + Shenzhen Forward Industry Ltd - 683EEC - Ereca + 0011D3 + NextGenTel Holding ASA - C42628 - Airo Wireless + 0011AB + Trustable Technology Ltd - 30AABD - Shanghai Reallytek Information Technology Ltd + 0011A5 + Fortuna Electronic Corp. - A4B818 - PENTA Gesellschaft fur elektronische Industriedatenverarbeitung mbH + 00113C + Micronas GmbH - C04DF7 - Serelec + 001131 + Unatech Ltd - 0C8484 - Zenovia Electronics Inc. + 001127 + TASI Inc. - 005907 - LenovoEMC Products USA LLC + 00112A + Niko NV - 50A715 - Aboundi Inc. + 00112B + NetModule AG - 0C0400 - Jantar d.o.o. + 00116F + Netforyou Ltd - 687CD5 - Y Soft Corporation, a.s. + 001171 + DEXTER Communications Inc. - 907AF1 - Wally + 001167 + Integrated System Solution Corp. - 2CB693 - Radware + 00116D + American Time and Signal - A861AA - Cloudview Limited + 001160 + ARTDIO Company Ltd - FC1186 - Logic3 plc + 001154 + Webpro Technologies Inc. - E01877 - Fujitsu Limited + 001145 + ValuePoint Networks - E457A8 - Stuart Manufacturing Inc. + 001151 + Mykotronx - 789966 - Musilab Electronics (DongGuan) Ltd + 00114E + 690885 Ontario Inc. - 28CBEB - One + 00112D + iPulse Systems - 7CA15D - GN ReSound A/S + 00117B + Buchi Labortechnik AG - 3C081E - Beijing Yupont Electric Power Technology Ltd + 000FEE + XTec Inc.orporated - FC58FA - Shen Zhen Shi Xin Zhong Xin Technology Ltd + 000FE4 + Pantech Ltd - 4CCC34 - Motorola Solutions Inc. + 000FE7 + Lutron Electronics Co. Inc. - D0D471 - MVTECH Ltd + 000FE6 + MBTech Systems Inc. - 0868D0 - Japan System Design + 000FDA + Yazaki Corporation - D4223F - Lenovo Mobile Communication Technology Ltd + 000FEF + Thales e-Transactions GmbH - C8EEA6 - Shenzhen SHX Technology Ltd + 000FE9 + GW Technologies Ltd - 2481AA - KSH International Ltd + 000FE1 + ID Digital Corporation - AC4122 - Eclipse Electronic Systems Inc. + 000FDF + SOLOMON Technology Corp. - 6897E8 - Society Of Motion Picture & Television Engineers + 000FFE + G-PRO Computer - E8E875 - iS5 Communications Inc. + 00110B + Franklin Technology Systems - C80E95 - OmniLync Inc. + 001105 + Sunplus Technology Ltd - 30055C - Brother Industries Ltd + 001102 + Aurora Multimedia Corp. - 080EA8 - Velex s.r.l. + 001123 + Appointech Inc. - B8C46F - Primmcon Industries Inc + 00110F + netplat,Inc. - D8B02E - Guangzhou Zonerich Business Machine Ltd + 000FD6 + Sarotech Ltd - C4E032 - IEEE 1904.1 Working Group + 001115 + EPIN Technologies Inc. - 58EB14 - Proteus Digital Health + 000FC7 + Dionica R&D Ltd - C458C2 - Shenzhen TATFOOK Technology Ltd + 000F64 + D&R Electronica Weesp BV - D0CDE1 - Scientech Electronics + 000F75 + First Silicon Solutions - 5CE0CA - FeiTian United (Beijing) System Technology Ltd + 000F7C + ACTi Corporation - E08177 - GreenBytes Inc. + 000F7A + BeiJing NuQX Technology Ltd - 9C9811 - Guangzhou Sunrise Electronics Development Ltd + 000FAD + FMN Communications GmbH - B86091 - Onnet Technologies and Innovations LLC + 000FAB + Kyushu Electronics Systems Inc. - 8C76C1 - Goden Tech Limited + 000FAC + IEEE 802.11 - 8C078C - Flow Data Inc + 000F72 + Sandburst - F8DFA8 - ZTE Corporation + 000FB3 + Actiontec Electronics Inc. - A895B0 - Aker Subsea Ltd + 000F9C + Panduit Corp - 104D77 - Innovative Computer Engineering + 000FC8 + Chantry Networks - C45DD8 - HDMI Forum + 000FBB + Nokia Siemens Networks GmbH & Co. KG. - C4EBE3 - Rrcn SAS + 000FBC + Onkey Technologies Inc. - 94756E - QinetiQ North America + 000FB6 + Europlex Technologies - 4C1A95 - Novakon Ltd + 000FB9 + Adaptive Instruments - 60BB0C - Beijing HuaqinWorld Technology Ltd + 000F98 + Avamax Ltd - A42C08 - Masterwork Automodules + 000F97 + Avanex Corporation - 10B9FE - Lika srl + 000F96 + Telco Systems Inc. - 301518 - Ubiquitous Communication Ltd + 000F8B + Orion MultiSystems Inc - 841715 - GP Electronics (HK) Ltd + 000F8C + Gigawavetech Pte Ltd - 848E96 - Embertec Pty Ltd + 000F38 + Netstar - 6499A0 - AG Elektronik AB + 000F3A + Hisharp - 08F1B7 - Towerstream Corpration + 000F30 + Raza Microelectronics Inc - C044E3 - Shenzhen Sinkna Electronics Ltd + 000F53 + Solarflare Communications Inc. - 18550F - Cisco SPVTG + 000F51 + Azul Systems Inc. - 187A93 - AMICCOM Electronics Corporation + 000F07 + Mangrove Systems Inc. - 8887DD - DarbeeVision Inc. + 000F00 + Legra Systems Inc. - 30C82A - WI-BIZ srl + 000F01 + Digitalks Inc - 88A3CC - Amatis Controls + 000F03 + CoM&C Ltd - C0A0C7 - Fairfield Industries + 000F34 + Cisco Systems Inc. - DCA989 - Macandc + 000F2E + Megapower International Corp. - A00363 - Robert Bosch Healthcare GmbH + 000F26 + WorldAccxx LLC - D0B498 - Robert Bosch LLC Automotive Electronics + 000F45 + Stretch Inc. - E05597 - Emergent Vision Technologies Inc. + 000F3B + Fuji System Machines Ltd - 7C438F - E-Band Communications Corp. + 000F37 + Xambala Incorporated - A0E25A - Amicus SK, s.r.o. + 000F54 + Entrelogic Corporation - D40FB2 - Applied Micro Electronics AME bv + 000F25 + AimValley B.V. - 449B78 - The Now Factory + 000F19 + Boston Scientific - F0F669 - Motion Analysis Corporation + 000F10 + RDM Corporation - 78995C - Nationz Technologies Inc + 000EA8 + United Technologists Europe Limited - 849DC5 - Centera Photonics Inc. + 000EAA + Scalent Systems Inc. - 580943 - Private + 000EAC + Mintron Enterprise Ltd - ECFC55 - A. Eberle GmbH & Co. KG + 000EAE + Gawell Technologies Corp. - 182A7B - Nintendo Ltd + 000EBA + Hanmi Semiconductor Ltd - 68FB95 - Generalplus Technology Inc. + 000EBC + Paragon Fidelity GmbH - F8F082 - NAG LLC + 000EC5 + Digital Multitools Inc - 5C89D4 - Beijing Banner Electric Ltd + 000EC7 + Motorola Korea - 54115F - Atamo Pty Ltd + 000E8B + Astarte Technology Ltd - 8CAE4C - Plugable Technologies + 000EDF + PLX Technology - 0CC655 - Wuxi YSTen Technology Ltd + 000EE1 + ExtremeSpeed Inc. - 242FFA - Toshiba Global Commerce Solutions + 000ED7 + Cisco Systems Inc. - E496AE - ALTOGRAPHICS Inc. + 000ED3 + Epicenter Inc. - 4C2258 - Cozybit Inc. + 000E9D + Tiscali UK Ltd - F49466 - CountMax Ltd + 000E47 + NCI System Ltd - F45214 - Mellanox Technologies Inc. + 000E46 + Niigata Seimitsu Ltd - 1C959F - Veethree Electronics And Marine LLC + 000E1F + TCL Networks Equipment Ltd - 0881F4 - Juniper Networks + 000E26 + Gincom Technology Corp. - 10F49A - T3 Innovation + 000E6C + Device Drivers Limited - 3C57BD - Kessler Crane Inc. + 000E6B + Janitza electronics GmbH - 04E9E5 - Pjrc.com LLC + 000E5F + activ-net GmbH & Co. KG - 60BD91 - Move Innovation + 000E57 + Iworld Networking Inc. - CC4BFB - Hellberg Safety AB + 000E51 + tecna elettronica srl - 6CADEF - KZ Broadband Technologies Ltd + 000E67 + Eltis Microelectronics Ltd - 745FAE - TSL PPL + 000E65 + TransCore - 6851B7 - PowerCloud Systems Inc. + 000E43 + G-Tek Electronics Sdn. Bhd. - 742D0A - Norfolk Elektronik AG + 000E44 + Digital 5 Inc. - 70F1E5 - Xetawave LLC + 000E74 + Solar Telecom. Tech - C0AA68 - OSASI Technos Inc. + 000E7A + GemWon Communications Ltd - 88D7BC - DEP Company + 000E80 + Thomson Technology Inc - 485A3F - Wisol + 000E85 + Catalyst Enterprises Inc. - 60BC4C - EWM Hightec Welding GmbH + 000E32 + Kontron Medical - 1C11E1 - Wartsila Finland Oy + 000E0B + Netac Technology Ltd - 50465D - ASUSTek Computer Inc. + 000E11 + BDT Buro und Datentechnik GmbH & Co.KG - 74BFA1 - Hyunteck + 000DF5 + TElectronics International Inc. - CC262D - Verifi LLC + 000DF7 + Space Dynamics Lab - 3C8AE5 - Tensun Information Technology(Hangzhou) Ltd + 000DEB + CompXs Limited - 2C5AA3 - Promate Electronic Ltd + 000DEE + Andrew RF Power Amplifier Group - 34E0CF - ZTE Corporation + 000DEF + Soc. Coop. Bilanciai - 08B738 - Lite-On Technogy Corp. + 000DE7 + Snap-on OEM Group - F8AA8A - Axview Technology (Shenzhen) Ltd + 000DC6 + DigiRose Technology Ltd - 7C0187 - Curtis Instruments Inc. + 000DC1 + SafeWeb Inc - 54F666 - Berthold Technologies GmbH and Co.KG + 000DF0 + Qcom Technology Inc. - 34C803 - Nokia Corporation + 000DE5 + Samsung Thales - F05F5A - Getriebebau NORD GmbH and Co. KG + 000DC0 + Spagat AS - 801DAA - Avaya Inc + 000DDD + Profilo Telra Elektronik Sanayi ve Ticaret. A.S - 7C092B - Bekey A/S + 000DF8 + ORGA Kartensysteme GmbH - 842BBC - Modelleisenbahn GmbH + 000E16 + SouthWing S.L. - B4009C - CableWorld Ltd + 000DA7 + Private - 289EDF - Danfoss Turbocor Compressors Inc. + 000DAD + Dataprobe Inc. - 803FD6 - bytes at work AG + 000DAB + Parker Hannifin GmbH Electromechanical Division Europe - 784405 - FUJITU(HONG KONG) ELECTRONIC Ltd + 000DA8 + TElectronics Technology Corporation - 044A50 - Ramaxel Technology (Shenzhen) limited Company + 000D79 + Dynamic Solutions Ltd - 0CD9C1 - Visteon Corporation + 000D6D + K-Tech Devices Corp. - 38A5B6 - Shenzhen Megmeet Electrical Ltd + 000DAF + Plexus Corp (UK) Ltd - 68AB8A - RF IDeas + 000DB1 + Japan Network Service Ltd - 24EE3A - Chengdu Yingji Electronic Hi-tech Ltd + 000D83 + Sanmina-SCI Hungary Ltd - 0CC66A - Nokia Corporation + 000D7F + MIDAS CoMMUNICATION TECHNOLOGIES PTE Ltd ( Foreign Branch) - 74273C - ChangYang Technology (Nanjing) Ltd + 000D75 + Kobian Pte Ltd - Taiwan Branch - 087CBE - Quintic Corp. + 000D78 + Engineering & Security - E804F3 - Throughtek Ltd + 000D9E + TOKUDEN OHIZUMI SEISAKUSYO Ltd - 0868EA - Eito Electronics Ltd + 000DA3 + Emerging Technologies Limited - F82285 - Cypress Technology Ltd + 000DA4 + Dosch & Amand Systems AG - C4AD21 - MEDIAEDGE Corporation + 000D9A + Infotec Ltd - E85BF0 - Imaging Diagnostics + 000D6E + K-Patents Oy - A40BED - Carry Technology Ltd + 000D6A + Redwood Technologies Ltd - 702393 - fos4X GmbH + 000DBA + Oce Document Technologies GmbH - 64D814 + 000DBD Cisco Systems Inc. - F85F2A - Nokia Corporation + 000DB5 + Globalsat Technology Corporation - C438D3 - Tagatec Ltd + 000D97 + ABB Inc./Tropos - 502ECE - Asahi Electronics Ltd + 000D96 + Vtera Technology Inc. - AC14D2 - wi-daq Inc. + 000D8B + T&D Corporation - 9C4CAE - Mesa Labs + 000D90 + Factum Electronics AB - 20C1AF - i Wit Digital Ltd + 000D85 + Tapwave Inc. - 80AAA4 - Usag + 000D82 + Phsnet - 30AEF6 - Radio Mobile Access + 000D23 + Smart Solution Inc. - 085B0E - Fortinet Inc. + 000D27 + MICROPLEX Printware AG - EC42F0 - ADL Embedded Solutions Inc. + 000D1B + Kyoto Electronics Manufacturing Ltd - E8CBA1 - Nokia Corporation + 000D1D + High-TEK Harness ENT Ltd - 6CE4CE - Villiger Security Solutions AG + 000D02 + NEC Platforms Ltd - 649FF7 - Kone Oyj + 000D07 + Calrec Audio Ltd - CC912B - TE Connectivity Touch Solutions + 000D40 + Verint Loronix Video Solutions - C05E79 - Shenzhen Huaxun ARK Technologies Ltd + 000D21 + WISCORE Inc. - 58BFEA - Cisco Systems Inc. + 000D09 + Yuehua(Zhuhai) Electronic Ltd - C401B1 - SeekTech Inc + 000D37 + Wiplug - C0C946 - Mitsuya Laboratories Inc. + 000D33 + Prediwave Corp. - F4600D - Panoptic Technology Inc. + 000D2F + AIN Comm.Tech Ltd - A82BD6 - Shina System Ltd + 000D5D + Raritan Computer Inc. - ACCF23 - Hi-flying electronics technology Ltd + 000D63 + DENT Instruments Inc. - 609084 - DSSD Inc + 000D66 + Cisco Systems Inc. - FC1D59 - I Smart Cities HK Ltd + 000CCD + IEC - TC57 - 78C4AB - Shenzhen Runsil Technology Ltd + 000CCB + Design Combus Ltd - B0A86E - Juniper Networks + 000CC9 + Ilwoo Data & Technology Ltd - 802AFA - Germaneers GmbH + 000CE9 + Bloomberg L.P. - 18421D - Private + 000CEA + aphona Kommunikationssysteme - 28C914 - Taimag Corporation + 000CDA + FreeHand Systems Inc. - 7493A4 - Zebra Technologies Corp. + 000CF5 + InfoExpress - E47185 - Securifi Ltd + 000CEE + jp-embedded - 080CC9 - Mission Technology Group, dba Magma + 000CAF + TRI Term Ltd - 640E94 - Pluribus Networks Inc. + 000CB3 + ROUND Ltd - 0CB4EF - Digience Ltd + 000CDD + AOS technologies AG - 146A0B - Cypress Electronics Limited + 000CA5 + Naman NZ Ltd - 5CEE79 - Global Digitech Ltd + 000CA9 + Ebtron Inc. - 4CAA16 - Azurewave Technologies Inc. + 000CFB + Korea Network Systems - AC40EA - C&T Solution Inc. + 000C7A + DaTARIUS Technologies GmbH - 002AAF - LARsys-Automation GmbH + 000C79 + Extel Communications P/L - 1CE165 - Marshal Corporation + 000C75 + Oriental integrated electronics Ltd - 4016FA - EKM Metering + 000C5D + Chic Technology (China) Corp. - 0C130B - Uniqoteq Ltd + 000C4F + UDTech Japan Corporation - 2C542D - Cisco Systems Inc. + 000C62 + ABB AB, Cewe-Control - BC1401 - Hitron Technologies Inc. + 000C4C + Arcor AG&Co. - 94CA0F - Honeywell Analytics + 000C47 + SK Teletech(R&D Planning Team) - 782544 - Omnima Limited + 000C6D + Edwards Ltd - A41875 - Cisco Systems Inc. + 000C70 + ACC GmbH - C8AE9C - Shanghai TYD Elecronic Technology Ltd + 000C6A + Mbari - AC3FA4 - Taiyo Yuden Ltd + 000C6B + Kurz Industrie-Elektronik GmbH - 6CAE8B - IBM Corporation + 000C9D + UbeeAirWalk Inc. - 40AC8D - Data Management Inc. + 000C9F + NKE Corporation - 80CEB1 - Theissen Training Systems GmbH + 000C84 + Eazix Inc. - FC2A54 - Connected Data Inc. + 000C85 + Cisco Systems Inc. - 045C06 - Zmodo Technology Corporation + 000C3F + Cogent Defence & Security Networks, - 747B7A - ETH Inc. + 000C30 + Cisco Systems Inc. - 48EA63 - Zhejiang Uniview Technologies Ltd + 000C9A + Hitech Electronics Corp. - E88DF5 - ZNYX Networks Inc. + 000C91 + Riverhead Networks Inc. - 90F72F - Phillips Machine & Welding Co. Inc. + 000BDA + EyeCross Co.,Inc. - D05785 - Pantech Ltd + 000BD6 + Paxton Access Ltd - 408B07 - Actiontec Electronics Inc. + 000BD4 + Beijing Wise Technology & Science Development Ltd - 284121 - OptiSense Network LLC + 000C1F + Glimmerglass Networks - 38458C - MyCloud Technology Corporation + 000C20 + Fi WIn Inc. - 10E4AF - APR LLC + 000C15 + CyberPower Systems Inc. - F4EA67 - Cisco Systems Inc. + 000BF8 + Infinera - 2C2D48 - bct electronic GesmbH + 000BFF + Berkeley Camera Engineering - 28BA18 - NextNav LLC + 000C16 + Concorde Microsystems Inc. - AC3D75 - Hangzhou Zhiway Technologies Ltd + 000C09 + Hitachi IE Systems Ltd - A090DE - Veedims,LLC + 000BE7 + Comflux Technology Inc. - 642DB7 - Seungil Electronics + 000BEC + Nippon Electric Instrument Inc. - 002A6A - Cisco Systems Inc. + 000C02 + ABB Oy - F436E1 - Abilis Systems SARL + 000B71 + Litchfield Communications Inc. - 781C5A - Sharp Corporation + 000B74 + Kingwave Technology Ltd - E80C75 - Syncbak Inc. + 000B73 + Kodeos Communications - 800A06 - CoMTEC Ltd + 000B76 + ET&T Technology Ltd - 608C2B - Hanson Technology + 000B5E + Audio Engineering Society Inc. - 940070 - Nokia Corporation + 000B60 + Cisco Systems Inc. - BC2C55 - Bear Flag Design Inc. + 000B65 + Sy.A.C. srl - 0C7523 - Beijing Gehua Catv Network Ltd + 000B5F + Cisco Systems Inc. - 04F021 - Compex Systems Pte Ltd + 000B61 + Friedrich Lutze GmbH & Co. KG - 2818FD - Aditya Infotech Ltd + 000B59 + ScriptPro LLC - D8B90E - Triple Domain Vision Ltd + 000B5C + Newtech Ltd - 342F6E - Anywire Corporation + 000B7E + SAGINOMIYA Seisakusho Inc. - CCEED9 - VAHLE Automation GmbH + 000B80 + Lycium Networks - 005CB1 - Gospell DIGITAL TECHNOLOGY Ltd + 000BA7 + Maranti Networks - B08E1A - URadio Systems Ltd + 000BAA + Aiphone Ltd - D8E952 - Keopsys + 000BA4 + Shiron Satellite Communications Ltd (1996) - BCA4E1 - Nabto + 000BD0 + XiMeta Technology Americas Inc. - 908FCF - UNO System Ltd + 000BC5 + SMC Networks Inc. - 40E793 - Shenzhen Siviton Technology Ltd + 000BC6 + ISAC Inc. - 000831 - Cisco Systems Inc. + 000BC1 + Bay Microsystems Inc. - 34D09B - MobilMAX Technology Inc. + 000B8B + Kerajet, S.A. - F0007F - Janz - Contadores de Energia, SA + 000B89 + Top Global Technology Ltd - 30B3A2 - Shenzhen Heguang Measurement & Control Technology Ltd + 000B99 + SensAble Technologies Inc. - 506028 - Xirrus Inc. + 000B9C + TriBeam Technologies Inc. - 0091FA - Synapse Product Development + 000B7C + Telex Communications - A05AA4 - Grand Products Nevada Inc. + 000B83 + Datawatt B.V. - F0EEBB - VIPAR GmbH + 000B20 + Hirata Corporation - 6CE907 - Nokia Corporation + 000B22 + Environmental Systems and Services - E4FA1D - PAD Peripheral Advanced Design Inc. + 000B1B + Systronix Inc. - 1C5C55 - PRIMA Cinema Inc. + 000B03 + Taekwang Industrial Ltd - 34BA9A - Asiatelco Technologies Co. + 000B01 + Daiichi Electronics Ltd - 506441 - Greenlee + 000B3E + BittWare Inc. - 9C1FDD - Accupix Inc. + 000B29 + LS(LG) Industrial Systems Ltd - 7CDD11 - Chongqing MAS SCI&TECH Ltd + 000B39 + Keisoku Giken Ltd - B8FD32 - Zhejiang ROICX Microelectronics + 000B33 + Vivato Technologies - 70EE50 - Netatmo + 000B05 + Pacific Broadband Networks - 984A47 - CHG Hospital Beds + 000B00 + Fujian Start Computer Equipment Ltd - 144978 - Digital Control Incorporated + 000B5B + Rincon Research Corporation - 2C10C1 - Nintendo Ltd + 000AF6 + Emerson Climate Technologies Retail Solutions Inc. - 8CD17B - CG Mobile + 000B11 + Himeji ABC Trading Ltd - 502267 - PixeLINK + 000B41 + Ing. Buro Dr. Beutlhauser - 3C6A7D - Niigata Power Systems Ltd + 000AEA + Adam Elektronik Ltd STI - 3C7059 - MakerBot Industries + 000AE3 + Yang MEI Technology Ltd - 502690 - Fujitsu Limited + 000ADC + RuggedCom Inc. - 24B657 + 000AB7 Cisco Systems Inc. - C8AF40 - marco Systemanalyse und Entwicklung GmbH + 000AAD + Stargames Corporation - 40984C - Casacom Solutions AG + 000AB1 + GENETEC Corporation - 5C18B5 - Talon Communications + 000AB9 + Astera Technologies Corp. - 64E161 - DEP Corp. + 000A90 + Bayside Interactive Inc. - 8823FE - TTTech Computertechnik AG + 000A9D + King Young Technology Ltd - B89AED - OceanServer Technology Inc. + 000AA1 + V V S Limited - C87D77 - Shenzhen Kingtech Communication Equipment Ltd + 000AA4 + Shanghai Surveillance Technology Ltd - 94AE61 - Alcatel Lucent + 000A9E + BroadWeb Corportation - 5CCEAD - CDYNE Corporation + 000AE0 + Fujitsu Softek - AC54EC - IEEE P1823 Standards Working Group + 000A8B + Cisco Systems Inc. - 709756 - Happyelectronics Ltd + 000A88 + Incypher S.A. - B820E7 - Guangzhou Horizontal Information & Network Integration Ltd + 000ABB + Taiwan Secom Ltd - 00CD90 - MAS Elektronik AG + 000A7C + Tecton Ltd - 7C6B52 - Tigaro Wireless + 000A6E + Harmonic Inc. - 0064A6 - Maquet CardioVascular + 000A6D + EKS Elektronikservice GmbH - 988BAD - Corintech Ltd + 000A43 + Chunghwa Telecom Ltd - D44B5E - Taiyo Yuden Ltd + 000A45 + Audio-Technica Corp. - 640E36 - Taztag + 000A35 + Xilinx - 941D1C - TLab West Systems AB + 000A3B + GCT Semiconductor Inc. - E455EA - Dedicated Computing + 000A74 + Manticom Networks Inc. - B05CE5 - Nokia Corporation + 000A6F + ZyFLEX Technologies Inc - 3482DE - Kiio Inc + 000A63 + DHD GmbH - 4C5FD2 - Alcatel-Lucent + 000A2E + Maple Networks Ltd - 28C718 - Altierre + 000A2D + Cabot Communications Limited - 7C4C58 - Scale Computing Inc. + 000A25 + Ceragon Networks - 1013EE - Justec International Technology Inc. + 000A21 + Integra Telecom Ltd - 8C271D - QuantHouse + 000A1E + Red-M Products Limited - 386077 - Pegatron Corporation + 000A4B + DataPower Technology Inc. - 708105 - Cisco Systems Inc. + 000A33 + Emulex Corporation - E0ED1A - vastriver Technology Ltd + 000A67 + OngCorp - D4F63F - IEA S.R.L. + 0009F9 + ART Japan Ltd - 58B0D4 - ZuniData Systems Inc. + 0009FC + IPFLEX Inc. - 64557F - NSFOCUS Information Technology Ltd + 0009FD + Ubinetics Limited - 00082F - Cisco Systems Inc. + 0009F7 + SED, a Division Of Calian - 9CC7D1 - Sharp Corporation + 0009E2 + Sinbon Electronics Ltd - 149090 - KongTop Industrial(shen zhen) Ltd + 0009DA + Control Module Inc. - 38DE60 - Mohlenhoff GmbH + 0009D7 + DC Security Products - 2839E7 - Preceno Technology Pte Ltd + 0009D8 + Falt Communications AB - 685E6B - PowerRay Ltd + 000A14 + TECO a.s. - 20C8B3 - Shenzhen BUL-Tech Ltd + 000A0B + Sealevel Systems Inc. - F8E7B5 - uTech Tecnologia LtdA + 000A10 + FAST media integrations AG - D4CEB8 - Enatel Ltd + 0009DB + eSpace - 807A7F - ABB Genway Xiamen Electrical Equipment Ltd + 0009D5 + Signal Communication Inc. - 24DAB6 - Sistemas de Gestion Energetica S.A. de C.V + 0009D3 + Western DataCom Co. Inc. - B07D62 - Dipl.-Ing. H. Horstmann GmbH + 0009BC + Utility Inc. - B8F5E7 - WayTools LLC + 0009BE + Mamiya-OP Ltd - B81999 - Nesys + 0009E6 + Cyber Switching Inc. - 34255D - Shenzhen Loadcom Technology Ltd + 0009FB + Philips Patient Monitoring - 4CA74B - Alcatel Lucent + 00098F + Cetacean Networks - D03110 - Ingenic Semiconductor Ltd + 000987 + Nishi Nippon Electric Wire & Cable Ltd - 1CE192 - Qisda Corporation + 000989 + VividLogic Inc. - 706F81 - Private + 000986 + Metalink Ltd - FC0012 - Toshiba Samsung Storage Technolgoy Korea Corporation + 00098C + Option Wireless Sweden - 181420 - TEB SAS + 000985 + Auto Telecom Company - AC81F3 - Nokia Corporation + 00098D + Velocity Semiconductor - 30688C - Reach Technology Inc. + 000981 + Newport Networks - 10EED9 - Canoga Perkins Corporation + 000955 + Young Generation International Corp. - 94DE0E - SmartOptics AS + 00094A + Homenet Communications - C029F3 - XySystem + 00094B + FillFactory NV - AC4AFE - Hisense Broadband Multimedia Technology Ltd + 00094D + Braintree Communications Pty Ltd - 54F5B6 - Oriental Pacific International Limited + 000950 + Independent Storage Corporation - 90342B - Gatekeeper Systems Inc. + 000954 + AMiT spol. s. r. o. - 8CB82C - IPitomy Communications + 000992 + InterEpoch Technology,Inc. - 807DE3 - Chongqing Sichuan Instrument Microcircuit Ltd + 000995 + Castle Technology Ltd - DC175A - Hitachi High-Technologies Corporation + 000998 + Capinfo Company Limited - C8A1BA - Neul Ltd + 0009B6 + Cisco Systems Inc. - C43A9F - Siconix Inc. + 0009B3 + MCM Systems Ltd - 686E23 - Wi3 Inc. + 00095C + Philips Medical Systems - Cardiac and Monitoring Systems (CM - DCF05D - Letta Teknoloji + 000958 + Intelnet S.A. - 5C16C7 - Big Switch Networks + 0009A3 + Leadfly Techologies Corp Ltd - 848F69 - Dell Inc. + 0009A5 + Hansung Eletronic Industries Development Ltd - 3C096D - Powerhouse Dynamics + 000962 + Sonitor Technologies AS - 900D66 - Digimore Electronics Ltd + 00095D + Dialogue Technology Corp. - 0C924E - Rice Lake Weighing Systems + 00099A + Elmo Company, Limited - F49461 - NexGen Storage + 00099C + Naval Research Laboratory - B8CDA7 - Maxeler Technologies Ltd + 000984 + MyCasa Network Inc. - 5435DF - Symeo GmbH + 00092B + iQstor Networks Inc. - F43D80 - FAG Industrial Services GmbH + 000926 + Yoda Communications Inc. - F0DB30 - Yottabyte + 000927 + Toyokeiki Ltd - 9C31B6 - Kulite Semiconductor Products Inc + 000923 + Heaman System Ltd - A4B36A - JSC SDO Chromatec + 00091D + Proteam Computer Corporation - E4DD79 - En-Vision America Inc. + 0008EB + ROMWin Ltd - E8CC32 - Micronet Ltd + 0008E8 + Excel Master Ltd - D43AE9 - DONGGUAN ipt IndUSTRIAL Ltd + 0008DC + Wiznet - 589835 - Technicolor + 0008DD + Telena Communications Inc. - 8C5CA1 - d-broad,Inc + 0008E1 + Barix AG - 18F650 - Multimedia Pacific Limited + 000909 + Telenor Connect A/S - 688470 - eSSys Ltd + 00090A + SnedFar Technology Ltd - 48DCFB - Nokia Corporation + 00090F + Fortinet Inc. - 20B7C0 - OMICRON electronics GmbH + 00092C + Hitpoint Inc. - 8058C5 - NovaTec Kommunikationstechnik GmbH + 000903 + Panasas Inc. - B8C716 - Fiberhome Telecommunication Technologies Ltd + 000907 + Chrysalis Development - D42C3D - Sky Light Digital Limited + 000906 + Esteem Networks - A45A1C - smart-electronic GmbH + 000952 + Auerswald GmbH & Co. KG - 806459 - Nimbus Inc. + 000944 + Cisco Systems Inc. - 8C89A5 - Micro-Star International + 0008FB + SonoSite Inc. - B4A5A9 - MODI GmbH + 0008EE + Logic Product Development - C436DA - Rusteletech Ltd + 000917 + WEM Technology Inc - 0432F4 - Partron + 000881 + Digital Hands Ltd - 1C184A - Shenzhen RicherLink Technologies Ltd + 000882 + Sigma Corporation - 0C3956 - Observator instruments + 000873 + DapTechnology B.V. - DCA6BD - Beijing Lanbo Technology Ltd + 00087A + Wipotec GmbH - 10C586 - BIO Sound LAB Ltd + 000871 + NORTHDATA Ltd - 10768A - EoCell + 0008B2 + Shenzhen Compass Technology Development Ltd - F44EFD - Actions Semiconductor Ltd(Cayman Islands) + 0008B1 + ProQuent Systems - 24B8D2 - Opzoon Technology Ltd + 0008AF + Novatec Corporation - A49981 - FuJian Elite Power Tech Ltd + 0008A6 + Multiware & Image Ltd - B83A7B - Worldplay (Canada) Inc. + 00087E + Bon Electro-Telecom Inc. - 1407E0 - Abrantix AG + 000880 + BroadTel Canada Communications Inc. - DCCF94 - Beijing Rongcheng Hutong Technology Ltd + 00086D + Missouri FreeNet - A4DB2E - Kingspan Environmental Ltd + 0008D4 + IneoQuest Technologies Inc. - C8FE30 - Bejing DAYO Mobile Communication Technology Ltd + 0008D6 + HASSNET Inc. - E4D71D - Oraya Therapeutics + 0008CE + IPMobileNet Inc. - 24C9DE - Genoray + 0008C2 + Cisco Systems Inc. - 54055F - Alcatel Lucent + 0008C0 + ASA Systems - 6C5D63 - Shenzhen Rapoo Technology Ltd + 0008A3 + Cisco Systems Inc. - 941673 - Point Core SARL + 00089E + Beijing Enter-Net Ltd - 5C56ED - 3pleplay Electronics Private Limited + 0008B4 + Syspol - 78028F - Adaptive Spectrum and Signal Alignment (ASSIA) Inc. + 0008B3 + Fastwel - DC16A2 - Medtronic Diabetes + 00088E + Nihon Computer Ltd - 308CFB - Dropcam + 0008DA + SofaWare Technologies Ltd - D0EB9E - Seowoo Inc. + 0007D5 + 3e Technologies Int;. Inc. - BCCD45 - Voismart + 0007DB + Kirana Networks Inc. - 143E60 - Nokia + 00086A + Securiton GmbH - 7032D5 - Athena Wireless Communications Inc + 000863 + Entrisphere Inc. - 78510C - LiveU Ltd + 000866 + DSX Access Systems Inc. - 44AAE8 - Nanotec Electronic GmbH & Co. KG + 0007EF + Lockheed Martin Tactical Systems - D428B2 - ioBridge Inc. + 0007F4 + Eletex Ltd - 8427CE - Corporation Of the Presiding Bishop Of The Church Of Jesus Christ Of Latter-day Saints + 0007DD + Cradle Technologies - 48D8FE - ClarIDy Solutions Inc. + 00081B + Windigo Systems - D4945A - Cosmo Ltd + 0007FF + Gluon Networks - 304C7E - Panasonic Electric Works Automation Controls Techno Ltd + 0007F7 + Galtronics - 5CF207 - Speco Technologies + 00085F + Picanol N.V. - B42A39 - ORBIT MERRET, spol. s r. o. + 000852 + Davolink Co Inc. - 70E843 - Beijing C&W Optical Communication Technology Ltd + 000804 + ICA Inc. - 2C7ECF - Onzo Ltd + 000857 + Polaris Networks Inc. - 103711 - Simlink AS + 00078B + Wegener Communications Inc. - 50E549 - Giga-Byte Technology Ltd + 000783 + SynCom Network Inc. - B4B88D - Thuh Company + 000787 + Idea System Ltd - 4C73A5 - Kove + 0007B9 + Ginganet Corporation - 70A41C - Advanced Wireless Dynamics S.L. + 00047F + Chr. Mayr GmbH & Co. KG - BCBBC9 - Kellendonk Elektronik GmbH + 00047B + Schlumberger - E42AD3 - Magneti Marelli S.p.A. Powertrain + 0007B4 + Cisco Systems Inc. - E83EB6 - RIM + 0007B3 + Cisco Systems Inc. - BC35E5 - Hydro Systems Company + 0007B5 + Any One Wireless Ltd - 9C5D95 - VTC Electronics Corp. + 000785 + Cisco Systems Inc. - B8A8AF - Logic S.p.A. + 000775 + Valence Semiconductor Inc. - 60F673 - Terumo Corporation + 000793 + Shin Satellite Public Company Limited - 28CCFF - Corporacion Empresarial Altra SL + 000796 + LSI Systems Inc. - 94FD1D - WhereWhen Corp + 00077F + J Communications Ltd - 4C07C9 - CoMPUTER OfFICE Ltd + 000771 + Embedded System Corporation - F8769B - Neopis Ltd + 000770 + Ubiquoss Inc - 74B00C - Network Video Technologies Inc. + 0007D1 + Spectrum Signal Processing Inc. - E84040 - Cisco Systems Inc. + 0007A2 + Opteon Corporation - D89DB9 - eMegatech International Corp. + 0006F8 + The Boeing Company - 405A9B - Anovo + 0006FB + Hitachi Printing Solutions Ltd - E06995 - Pegatron Corporation + 0006FC + Fnet Ltd - 84DE3D - Crystal Vision Ltd + 0006F4 + Prime Electronics & Satellitics Inc. - D075BE - Reno A&E + 000738 + Young Technology Ltd - BC6E76 - Green Energy Options Ltd + 000729 + Kistler Instrumente AG - E828D5 - Cots Technology + 00072A + Innovance Networks - F8DAF4 - Taishan Online Technology Ltd + 00074A + Carl Valentin GmbH - 08D5C0 - Seers Technology Ltd + 00073C + Telecom Design - 6C33A9 - Magicjack LP + 000736 + Data Video Technologies Ltd - 108CCF + 000750 Cisco Systems Inc. - D8E3AE - Cirtec Medical Systems + 000742 + Ormazabal - 08B7EC - Wireless Seismic + 00074B + Daihen Corporation - 18AF9F - DIGITRONIC Automationsanlagen GmbH + 000764 + YoungWoo Telecom Ltd - 00B342 - MacroSAN Technologies Ltd + 000766 + Chou Chin Industrial Ltd - 1CF5E7 - Turtle Industry Ltd + 000761 + 29530 - 980EE4 - Private + 000755 + Lafon - 447DA5 - Vtion Information Technology (Fujian) Ltd + 000759 + Boris Manufacturing Corp. - 0CCDD3 - Eastriver Technology Ltd + 000751 + m-u-t AG - E46C21 - messMa GmbH + 000719 + Mobiis Ltd - 00B033 - OAO Izhevskiy radiozavod + 00070D + Cisco Systems Inc. - 081735 + 00070E Cisco Systems Inc. - C89C1D - Cisco Systems Inc. + 00070B + Novabase SGPS, SA - E437D7 - Henri Depaepe S.A.S. + 000710 + Adax Inc. - E0A1D7 - SFR + 0006E8 + Optical Network Testing Inc. - 9481A4 - Azuray Technologies + 0006EE + Shenyang Neu-era Information & Technology Stock Ltd - BCE09D - Eoslink + 0006E2 + Ceemax Technology Ltd - 9C220E - TASCAN Systems GmbH + 0006A5 + PINON Corp. - 7CDD90 - Shenzhen Ogemray Technology Ltd + 00069D + Petards Ltd - 0C3C65 - Dome Imaging Inc + 0006A8 + KC Technology Inc. - C8DF7C - Nokia Corporation + 0006A0 + Mx Imaging - B44CC2 - NR Electric Ltd + 0006BE + Baumer Optronic GmbH - 48CB6E - Cello Electronics (UK) Ltd + 0006BA + Westwave Communications - BC4377 - Hang Zhou Huite Technology Ltd + 0006C4 + Piolink Inc. - CC7669 - Seetech + 0006B5 + Source Photonics Inc. - AC20AA - DMATEK Ltd + 00068F + Telemonitor Inc. - FCAF6A - Qulsar Inc + 0006DA + ITRAN Communications Ltd - 346F92 - White Rodgers Division + 0006D0 + Elgar Electronics Corp. - 34BDF9 - Shanghai WDK Industrial Ltd + 0006CC + JMI Electronics Ltd - CCBE71 - OptiLogix BV + 0006BF + Accella Technologies Ltd - 0C469D - MS Sedco + 000690 + Euracom Communication GmbH - B09AE2 - STEMMER IMAGING GmbH + 0006E1 + Techno Trade s.a - 14EE9D - AirNav Systems LLC + 00062E + Aristos Logic Corp. + + + 000624 + Gentner Communications Corp. + + + 000625 + The Linksys Group Inc. - 78D004 - Neousys Technology Inc. + 000627 + Uniwide Technologies Inc. - 8895B9 - Unified Packet Systems Crop + 00062A + Cisco Systems Inc. - D8FE8F - IDFone Ltd + 00062C + Bivio Networks - 888C19 - Brady Corp Asia Pacific Ltd + 000621 + Hinox Ltd - 448C52 - KTIS Ltd + 00064E + Broad Net Technology Inc. - 006DFB - Vutrix Technologies Ltd + 00062D + TouchStar Technologies, L.L.C. - 841888 - Juniper Networks + 000646 + Shenzhen XunBao Network Technology Ltd - 9067B5 - Alcatel-Lucent + 00064B + Alexon Ltd - E0F379 - Vaddio + 00063C + Intrinsyc Software International Inc. - 78B6C1 - AOBO Telecom Ltd + 000630 + Adtranz Sweden - 08D29A - Proformatique + 000637 + Toptrend-Meta Information (Shenzhen) Inc. - C89383 - Embedded Automation Inc. + 00061C + Hoshino Metal Industries Ltd - 78A051 - iiNet Labs Pty Ltd + 000623 + MGE UPS Systems France - 804F58 - ThinkEco Inc. + 00060B + Artesyn Embedded Technologies - 0475F5 - Csst + 00067E + WinCom Systems Inc. - 8C4DEA - Cerio Corporation + 000677 + Sick AG - 24BA30 - Technical Consumer Products Inc. + 000666 + Roving Networks - 188ED5 - TP Vision Belgium N.V. - innovation site Brugge + 000667 + Tripp Lite - E80C38 - Daeyoung Information System Ltd + 00064D + Sencore - E08A7E - Exponent + 000660 + NADEX Ltd - A8B0AE - Leoni + 000679 + Konami Corporation - E42771 - Smartlabs + 00066C + Robinson Corporation - 34DF2A - Fujikon Industrial Ltd + 000615 + Kimoto Electric Ltd - 2CDD0C - Discovergy GmbH + 00060A + Blue2space - 40B2C8 - Nortel Networks + 0005CE + Prolink Microsystems Corporation - 70A191 - Trendsetter Medical LLC + 0005C2 + Soronti Inc. - 708B78 - citygrow technology Ltd + 0005DF + Electronic Innovation Inc. - 64317E - Dexin Corporation + 0005DE + Gi Fone Korea Inc. - 3C99F7 - Lansentechnology AB + 0005E0 + Empirix Corp. - 507D02 - Biodit + 0005D8 + Arescom Inc. - B4A4E3 - Cisco Systems Inc. + 0005E4 + Red Lion Controls Inc. - 8C1F94 - RF Surgical System Inc. + 0005F2 + Power R Inc. - 4491DB - Shanghai Huaqin Telecom Technology Ltd + 0005F3 + Webyn - 14D76E - CoNCH ELECTRONIC Ltd + 000601 + Otanikeiki Ltd - AC83F0 - ImmediaTV Corporation + 000605 + Inncom International Inc. - CC6B98 - Minetec Wireless Technologies + 0005FA + IPOptical Inc. - 3C04BF - PRAVIS SysTEMS Ltd + 0005E5 + Renishaw PLC - 94DD3F - A+V Link Technologies, Corp. + 0005F5 + Geospace Technologies - F44227 - S & S Research Inc. + 0005FD + PacketLight Networks Ltd - C8A729 - Systronics Ltd + 0005D4 + FutureSmart Networks Inc. - 4454C0 - Thompson Aerospace + 0005C4 + Telect Inc. - C4F464 - Spica international + 0005A3 + QEI Inc. - 602A54 - CardioTek B.V. + 00059E + Zinwell Corporation - Bcffac - Topcon Corporation + 0005A5 + Kott - 445EF3 - Tonalite Holding B.V. + 0005B3 + Asahi-Engineering Ltd - 68DB96 - OPWILL Technologies Co Ltd + 00059D + Daniel Computing Systems Inc. - 7C55E7 - YSI Inc. + 0005A4 + Lucid Voice Ltd - 70B08C - Shenou Communication Equipment Ltd + 000563 + J-Works Inc. - C03B8F - Minicom Digital Signage + 000557 + Agile TV Corporation - 20FEDB - M2M Solution S.A.S. + 00055B + Charles Industries Ltd - 0C8D98 - TOP Eight Ind Corp + 000554 + Rangestar Wireless - 40C7C9 - Naviit Inc. + 000553 + DVC Company Inc. - 7CBB6F - Cosco Electronics Ltd + 000566 + Secui.com Corporation - 94A7BC - BodyMedia Inc. + 00056C + Hung Chang Ltd - C8A1B6 - Shenzhen Longway Technologies Ltd + 00055F + Cisco Systems Inc. - A8556A - Pocketnet Technology Inc. + 00055D + D-Link Systems Inc. - B4C810 - UMPI Elettronica + 000561 + nac Image Technology Inc. - 64A232 - OOO Samlight + 000594 + HMS Industrial Networks - 64FC8C - Zonar Systems + 00056F + Innomedia Technologies Pvt Ltd - D0574C + 000574 Cisco Systems Inc. - F8DAE2 - NDC Technologies + 000567 + Etymonic Design Inc. - 705EAA - Action Target Inc. + 000565 + Tailyn Communication Company Ltd - 34F968 - ATEK Products LLC + 00058E + Flextronics International GmbH & Co. Nfg. KG - 20B0F7 - Enclustra GmbH + 000532 + Cisco Systems Inc. - 543131 - Raster Vision Ltd + 000536 + Danam Communications Inc. - D0E347 - Yoga + 000542 + Otari Inc. - F0ED1E - Bilkon Bilgisayar Kontrollu Cih. Im Ltd + 000537 + Nets Technology Ltd - C416FA - Prysm Inc + 00057C + RCO Security AB - 506F9A - Wi-Fi Alliance + 000583 + ImageCom Limited - 842914 - EMPORIA TELECOM Produktions- und VertriebsgesmbH & Co KG + 00054B + Eaton Automation AG - BC7DD1 - Radio Data Comms + 0004C8 + LIBA Maschinenfabrik GmbH - 585076 - Linear Equipamentos Eletronicos SA + 0004CC + Peek Traffic B.V. - F0F9F7 - IES GmbH & Co. KG + 0004BF + VersaLogic Corp. - 38580C - Panaccess Systems GmbH + 0004C3 + CASTOR Informatique - 4451DB - Raytheon BBN Technologies + 0004F6 + Amphus - DCFAD5 - STRONG Ges.m.b.H. + 0004F4 + Infinite Electronics Inc. - 6C8D65 - Wireless Glue Networks Inc. + 0004F1 + WhereNet - 9803A0 - ABB n.v. Power Quality Products + 000521 + Control Microsystems - CC43E3 - Trump s.a. + 000523 + AVL List GmbH - F8C091 - Highgates Technology + 00051F + Taijin Media Ltd - AC9B84 - Smak Tecnologia e Automacao + 00050C + Network Photonics Inc. - 90F278 - Radius Gateway + 0004EC + Memobox SA - 806629 - Prescope Technologies Ltd + 0004E4 + Daeryung Ind. Inc. - 241F2C - Calsys Inc. + 00050A + ICS Spa - F0BDF1 - Sipod Inc. + 000511 + Complementary Technologies Ltd - 646707 - Beijing Omnific Technology Ltd + 000506 + Reddo Networks AB - 58FD20 - Bravida Sakerhet AB + 0004E2 + SMC Networks Inc. - ACA016 - Cisco Systems Inc. + 0004CB + Tdsoft Communication Ltd - 58E747 - Deltanet AG + 000526 + IPAS GmbH - 404022 - ZIV + 000467 + Wuhan Research Institute Of MII - A85BB0 - Shenzhen Dehoo Technology Ltd + 00045A + The Linksys Group Inc. - 44A689 - Promax Electronica SA + 000463 + Bosch Security Systems - 40618E - Stella-Green Co + 00045C + Mobiwave Pte Ltd - 68E41F - Unglaube Identech GmbH + 000453 + YottaYotta Inc. - 4C60D5 - airPointe Of New Hampshire + 000450 + DMD Computers SRL - 888717 - Canon Inc. + 000443 + Agilent Technologies Inc. - 6CDC6A - Promethean Limited + 000449 + Mapletree Networks - 9055AE - Ericsson, EAB/RWI/K + 00042F + International Communications Products Inc. - 1010B6 - McCain Inc + 000429 + Pixord Corporation - 009363 - Uni-Link Technology Ltd + 000426 + Autosys - D4823E - Argosy Technologies Ltd + 0004B8 + Kumahira Ltd - 003532 - Electro-Metrics Corporation + 0004B5 + Equitrac Corporation - 081FF3 - Cisco Systems Inc. + 0004B1 + Signal Technology Inc. - 44376F - Young Electric Sign Co + 000451 + Medrad Inc. - 389F83 - OTN Systems N.V. + 000483 + Deltron Technology Inc. - BC6A16 - tdvine + 000441 + Half Dome Systems Inc. - 003A9D - NEC Platforms Ltd + 0004A5 + Barco Projection Systems NV - 28CD4C - Individual Computers GmbH + 000482 + Medialogic Corp. - 8C53F7 - A&D Engineering Ltd + 0003CA + MTS Systems Corp. - 7C7673 - ENMAS GmbH + 0003C7 + hopf Elektronik GmbH - 6C6F18 - Stereotaxis Inc. + 0003C2 + Solphone K.K. - 84C727 - Gnodal Ltd + 0003F3 + Dazzle Multimedia Inc. - 087695 - Auto Industrial Ltd + 0003EC + ICG Research Inc. - ACCE8F - HWA YAO Technologies Ltd + 0003E9 + Akara Canada Inc. - 8C9236 - Aus.Linx Technology Ltd + 0003E5 + Hermstedt SG - 10C73F - Midas Klark Teknik Ltd + 000421 + Ocular Networks - F8912A - GLP German Light Products GmbH + 000424 + TMC s.r.l. - 44E49A - Omnitronics Pty Ltd + 00041D + Corega Of America - 08F2F4 - Net One Partners Ltd + 00041A + Ines Test and Measurement GmbH & CoKG - 0C7D7C - Kexiang Information Technology Ltd + 00041E + Shikoku Instrumentation Ltd - 3037A6 - Cisco Systems Inc. + 000413 + snom technology GmbH - DC1D9F - U & B tech + 0003B4 + Macrotek International Corp. - D8E72B - NetAlly + 0003A6 + Traxit Technology Inc. - 785C72 - Hioso Technology Ltd + 0003A4 + Imation Corp. - 580556 - Elettronica GF S.r.L. + 0003AB + Bridge Information Systems - B09074 - Fulan Electronics Limited + 000403 + Nexsi Corporation - 94F692 - Geminico Ltd + 000406 + Fa. Metabox AG - 68EFBD - Cisco Systems Inc. + 0003F8 + SanCastle Technologies Inc. - F02408 - Talaris (Sweden) AB + 0003FA + TiMetra Networks - 8081A5 - TONGQING CoMMUNICATION EQUIPMENT (Shenzhen) Ltd + 0003C6 + ICUE Systems Inc. - B482FE - Askey Computer Corp + 0003BB + Signal Communications Limited - 307C30 - RIM + 0003BE + Netility - BC4E3C - Core Staff Ltd + 0003DF + Desana Systems - 502A8B - Telekom Research and Development Sdn Bhd + 0003DA + Takamisawa Cybernetics Ltd - EC43E6 - AWCER Ltd + 0003D9 + Secheron SA - 7812B8 - Orantek Limited + 0003FB + ENEGATE Ltd - 98BC99 - Edeltech Ltd + 0003F6 + Allegro Networks Inc. - F02FD8 - Bi2-Vision + 000415 + Rasteme Systems Ltd - 544249 - Sony Corporation + 000398 + Wisi - 904716 - Rorze Corporation + 000395 + California Amplifier - 10445A - Shaanxi Hitech Electronic Ltd + 000392 + Hyundai Teletek Ltd - F47626 - Viltechmeda UAB + 00038E + Atoga Systems Inc. - 0C17F1 - Telecsys + 00031A + Beijing Broad Telecom Ltd China - 003A9B - Cisco Systems Inc. + 00035B + BridgeWave Communications - 2C3427 - Erco & Gener + 000357 + Intervoice-Brite Inc. - 80912A - Lih Rong electronic Enterprise Ltd + 00037F + Atheros Communications Inc. - 7C2F80 - Gigaset Communications GmbH + 0002F0 + AME Optimedia Technology Ltd - 10B7F6 - Plastoform Industries Ltd + 00039E + Tera System Ltd - 448E81 - VIG + 000397 + FireBrick Limited - 8894F9 - Gemicom Technology Inc. + 00033F + BigBand Networks Ltd - 502A7E - Smart electronic GmbH + 000327 + ACT'L - 5C8778 - Cybertelbridge Ltd + 00032E + Scope Information Management Ltd - 38BB23 - OzVision America LLC + 00037C + Coax Media - 0C8411 - A.O. Smith Water Products + 000368 + Embedone Ltd - E0ABFE - Orb Networks Inc. + 000345 + Routrek Networks Corporation - 448312 - Star-Net + 0002C8 + Technocom Communications Technology (pte) Ltd - A05DE7 - DIRECTV Inc. + 0002B8 + WHI Konsult AB - 087618 - ViE Technologies Sdn. Bhd. + 0002A9 + RACOM, s.r.o. - D0E40B - Wearable Inc. + 0002BB + Continuous Computing Corp - 747E1A - Red Embedded Design Limited + 0002BC + LVL 7 Systems Inc. - 14A86B - Shenzhen Telacom Science & Technology Ltd + 00030F + Digital China (Shanghai) Networks Ltd - 0CC3A7 - Meritec + 000311 + Micro Technology Ltd - DCE2AC - Lumens Digital Optics Inc. + 00030D + Uniwill Computer Corp. - 98D88C - Nortel Networks + 000309 + Texcel Technology PLC - 78192E - NASCENT Technology + 000303 + JAMA Electronics Ltd - 48EB30 - Eterna Technology Inc. + 000305 + MSC Vertriebs GmbH - 4C322D - Teledata Networks + 0002FE + Viditec Inc. - AC867E - Create New Technology (HK) Limited Company + 00019F + ReadyNet - 8C598B - C Technologies AB + 0002FF + Handan BroadInfoCom - D44CA7 - Informtekhnika & Communication LLC + 0002F4 + PCTEL Inc. - A8C222 - TM-Research Inc. + 0002E9 + CS Systemes de Securite - C3S - 003D41 - Hatteland Computer AS + 0002E5 + Timeware Ltd - CC5076 - Ocom Communications Inc. + 0002E0 + ETAS GmbH - 4CC452 - Shang Hai Tyd. Electon Technology Ltd + 0002CE + FoxJet Inc. - 7CCB0D - Antaira Technologies LLC + 0002C3 + Arelnet Ltd - C01E9B - Pixavi AS + 000316 + Nobell Communications Inc. - 803B9A - ghe-ces electronic ag + 000329 + F3 Inc. - 743256 - NT-ware Systemprg GmbH + 000321 + Reco Research Ltd - C4E17C - U2S Co. + 0002F5 + VIVE Synergies Inc. - 20BFDB - DVL + 0002D5 + ACR - 20415A - Smarteh d.o.o. + 0002AB + CTC Union Technologies Ltd - A4DA3F - Bionics Corp. + 0002A4 + AddPac Technology Ltd - A04025 - Actioncable Inc. + 0002A0 + Flatstack Ltd - 4C4B68 - Mobile Device Inc. + 0002B2 + Cablevision - 201257 - Most Lucky Trading Ltd + 0002B7 + Watanabe Electric Industry Ltd - E8DAAA - VideoHome Technology Corp. + 0002AF + TeleCruz Technology Inc. - 647D81 - Yokota Industrial Ltd + 0002A8 + Air Link Technology - 7CCFCF - Shanghai SEARI Intelligent System Ltd + 00026A + Cocess Telecom Ltd - 68AAD2 - Datecs Ltd + 00026C + Philips CFT - A4DE50 - Total Walther GmbH + 000262 + Soyo Group Soyo Com Tech Ltd - 1CF061 - SCAPS GmbH + 000265 + Virditech Ltd - A893E6 - Jiangxi Jinggangshan Cking Communication Technology Ltd + 00025B + Cambridge Silicon Radio - C4AAA1 - SUMMIT DEVELOPMENT, spol.s r.o. + 000256 + Alpha Processor Inc. - 3032D4 - Hanilstm Ltd + 000259 + Tsann Kuen China (Shanghai)Enterprise Ltd IT Group - E064BB - DigiView S.r.l. + 000294 + Tokyo Sokushin Ltd - DC3350 - TechSAT GmbH + 000296 + Lectron Ltd - F0BCC8 - MaxID (Pty) Ltd + 00028E + Rapid 5 Networks Inc. - 24828A - Prowave Technologies Ltd + 00024F + IPM Datacom S.R.L. - 68CC9C - Mine Site Technologies + 000271 + Zhone Technologies - 146E0A - Private + 00028A + Ambit Microsystems Corporation - 0CE709 - Fox Crypto B.V. + 0001FA + Horoscas - B4B5AF - Minsung Electronics + 000282 + ViaClix Inc. - 04B3B6 - Seamap (UK) Ltd + 000285 + Riverstone Networks - 00270B - Adura Technologies + 000279 + Control Applications Ltd - 00270D - Cisco Systems Inc. + 000251 + Soma Networks Inc. - 00271B - Alec Sicherheitssysteme GmbH + 0001F5 + Erim S.A. - 002718 - Suzhou NEW SEAUNION Video Technology Ltd + 0001FF + Data Direct Networks Inc. - 6C0F6A - JDC Tech Ltd + 0001FC + Keyence Corporation - 04B466 - BSP Ltd + 0001FD + Digital Voice Systems Inc. - D8D67E - GSK CNC Equipment Ltd + 000210 + Fenecom - 0026AE - Wireless Measurement Ltd + 00020B + Native Networks Inc. - 0026B1 - Navis Auto Motive Systems Inc. + 000218 + Advanced Scientific Corp - 0026AA - Kenmec Mechanical Engineering Ltd + 0001EE + Comtrol Europe Ltd - 0026D2 - Pcube Systems Inc. + 0001F0 + Tridium Inc. - 0026CD - PurpleComm Inc. + 0001F1 + Innovative Concepts Inc. - 002707 - Lift Complex DS, JSC + 0001E2 + Ando Electric Corporation - 0026D7 - KM Electornic Technology Ltd + 00022F + P-Cube Ltd - 0026D0 - Semihalf + 000227 + ESD Electronic System Design GmbH - 0026FE - MKD Technology Inc. + 00021D + Data General Communication Ltd - 0026A0 - moblic + 000219 + Paralon Technologies - 0026E5 - AEG Power Solutions + 000203 + Woonsang Telecom Inc. - 0026E3 - DTI + 0001D3 + PAXCOMM Inc. - 0026BC - General Jack Technology Ltd + 0001E1 + Kinpo Electronics Inc. - 002696 - NOOLIX Ltd + 00022C + ABB Bomem Inc. - 00269A - Carina System Ltd + 00023C + Creative Technology Ltd - 002695 - ZT Group Int'l Inc + 00306C + Hitex Holding GmbH - 002693 - QVidium Technologies Inc. + 00308B + Brix Networks - 002665 - ProtectedLogic Corporation + 000177 + EDSL - 002660 - Logiways + 00014D + Shin Kin Enterprises Ltd - 002670 - Cinch Connectors + 0001DA + WINCOMM Corporation - 002671 - AUTOVISION Ltd + 0001D2 + inXtron Inc. - 002648 - Emitech Corp. + 0001C6 + Quarry Technologies - 002645 - Circontrol S.A. + 00016E + Conklin Corporation - 00263E - Trapeze Networks + 000174 + CyberOptics Corporation - 00263C - Bachmann Technology GmbH & Co. KG + 00015E + Best Technology Ltd - 00263D - MIA Corporation + 000161 + Meta Machine Technology - 002678 - Logic Instrument SA + 0001A1 + Mag-Tek Inc. - 002677 - Deif A/S + 000186 + Uwe Disch - 00268E - Alta Solutions Inc. + 0001A6 + Scientific-Atlanta Arcodan A/S - 002688 - Juniper Networks + 000172 + TechnoLand Ltd - 0025DA - Secura Key + 0001A0 + Infinilink Corporation - 0025DB - ATI Electronics(Shenzhen) Ltd + 000196 + Cisco Systems Inc. - 0025D5 - Robonica (Pty) Ltd + 000199 + HeiSei Electronics - 0025E2 - Everspring Industry Ltd + 00018B + NetLinks Ltd - 0025E1 - Shanghai Seeyoo Electronic & Technology Ltd + 00018D + AudeSi Technologies - 00260E - Ablaze Systems LLC + 00019D + E-Control Systems Inc. - 002610 - Apacewave Technologies + 0001CE + Custom Micro Products Ltd - 00260D - Mercury Systems Inc. + 0001BB + Frequentis - 00260A - Cisco Systems Inc. + 0001BC + Brains Corporation - 002632 - Instrumentation Technologies d.d. + 0001C0 + CompuLab Ltd - 00262E - Chengdu Jiuzhou Electronic Technology Inc + 00017C + AG-E GmbH - 00262C - IKT Advanced Technologies s.r.o. + 000108 + AVLAB Technology Inc. - 002629 - Juphoon System Software Inc. + 00062B + Intraserver Technology - 002625 - MediaSputnik + 000100 + Equip'Trans - 002626 - Geophysical Survey Systems Inc. + 00B09D + Point Grey Research Inc. - 0025CC - Mobile Communications Korea Incorporated + 000110 + Gotham Networks - 0025F9 - GMK electronic design GmbH + 000112 + Shark Multimedia Inc. - 0025F7 - Ansaldo STS USA + 000116 + Netspect Technologies Inc. - 00261B - Laurel Bank Machines Ltd + 00B06D + Jones Futurex Inc. - 002614 - Ktnf + 00B094 + Alaris Inc. - 002603 - Shenzhen Wistar Technology Ltd + 0030F0 + Uniform Industrial Corp. - 0025A6 - Central Network Solution Ltd + 00013B + BNA Systems - 0025AA - Beijing Soul Technology Ltd + 000134 + Selectron Systems AG - 002588 - Genie Industries Inc. + 000139 + Point Multimedia Systems - 002580 - Equipson S.A. + 00013E + Ascom Tateco AB - 0025BD - Italdata Ingegneria dell'Idea S.p.A. + 00012E + PC Partner Ltd - 0025B7 - Costar electronics Inc., + 000132 + Dranetz - BMI - 00257D - PointRed Telecom Private Ltd + 000113 + Olympus Corporation - 0025A2 - Alta Definicion LINCEO S.L. + 00011E + Precidia Technologies Inc. - 00256D - Broadband Forum + 000155 + Promise Technology Inc. - 00256C - Azimut Production Association JSC + 003094 + Cisco Systems Inc. - 002563 - Luxtera Inc + 00308A + Nicotra Sistemi S.P.A - 002593 - DatNet Informatikai Kft. + 003072 + Intellibyte Inc. - 00258E - The Weather Channel + 003040 + Cisco Systems Inc. - 0025A3 - Trimax Wireless Inc. + 003032 + MagicRam Inc. - 00259C - Cisco-Linksys LLC + 0030EA + TeraForce Technology Corporation - 0025C8 - S-Access GmbH + 00309B + Smartware - 0025C0 - ZillionTV Corporation + 003045 + Village Networks Inc. (VNI) - 00251B - Philips CareServant + 0030E5 + Amper Datos S.A. - 002518 - Power PLUS Communications AG + 003006 + Superpower Computer - 002515 - SFR + 003038 + XCP Inc. - 00250D - GZT Telkom-Telmor sp. z o.o. + 003079 + Cqos Inc. - 00250E - gt german telematics GmbH + 00300C + Congruency Ltd - 002531 - Cloud Engines Inc. + 00304C + Appian Communications Inc. - 00252D - Kiryung Electronics + 0030E8 + Ensim Corp. - 002545 - Cisco Systems Inc. + 0030C9 + LuxN, N - 002542 - Pittasoft + 003028 + FASE Saldatura srl - 002536 - Oki Electric Industry Ltd + 003069 + Impacct Technology Corp. - 002541 - Maquet Critical Care AB + 0030C3 + Flueckiger Elektronik AG - 00252B - Stirling Energy Systems + 00305A + Telgen Corporation - 002524 - Lightcomm Technology Ltd + 003010 + Visionetics International - 00254E - Vertex Wireless Ltd + 0030D9 + Datacore Software Corp. - 002546 - Cisco Systems Inc. + 003026 + HeiTel Digital Video GmbH - 002522 - ASRock Incorporation + 003077 + Onprem Networks - 002560 - Ibridge Networks & Communications Ltd + 003047 + Nissei Electric Ltd - 0024B8 - free alliance sdn bhd + 0030D4 + AAE Systems Inc. - 0024B3 - Graf-Syteco GmbH & Co. KG + 00D0D7 + B2C2 Inc. - 0024F6 - Miyoshi Electronics Corporation + 00D073 + ACN Advanced Communications - 0024F0 - Seanodes + 00D057 + Ultrak Inc. - 0024CB - Autonet Mobile + 0030AB + Delta Networks Inc. - 0024D1 - Thomson Inc. + 003049 + Bryant Technology Ltd - 0024C9 - Broadband Solutions Group + 00306D + Lucent Technologies - 0024CA - Tobii Technology AB + 003017 + BlueArc UK Ltd - 002508 - Maquet Cardiopulmonary AG + 00301C + Altvater Airdata Systems - 0024FC - QuoPin Ltd + 003080 + Cisco Systems Inc. - 0024FB - Private + 0030F7 + Ramix Inc. - 0024FA - Hilger u. Kern GmbH + 0030D0 + Tellabs - 0024D0 - Shenzhen SOGOOD Industry Ltd + 003014 + Divio Inc. - 0024CC - Fascinations Toys and Gifts Inc. + 003081 + Altos C&C - 0024C7 - Mobilarm Ltd + 00D0F0 + Convision Technology GmbH - 0024DF - Digitalbox Europe GmbH + 00D010 + Convergent Networks Inc. - 002445 - Adtran Inc + 00D04B + LA CIE Group S.A. - 00243F - Storwize Inc. + 00D00E + Pluris Inc. - 002497 - Cisco Systems Inc. + 00D012 + Gateworks Corp. - 0024A3 - Sonim Technologies Inc + 00D04D + Div Of Research & Statistics - 0024AA - Dycor Technologies Ltd + 00D02E + Communication Automation Corp. - 0024A9 - Ag Leader Technology + 00D0C5 + Computational Systems Inc. - 0024A6 - TELESTAR DIGITAL GmbH + 00D046 + Dolby Laboratories Inc. - 00249B - Action Star Enterprise Ltd + 00D0DE + Philips Multimedia Network - 002471 - Fusion MultiSystems dba Fusion-io + 00D00C + Snijder Micro Systems - 002474 - Autronica Fire And Securirty + 00D017 + Syntech Information Ltd - 002446 - MMB Research Inc. + 00D036 + Technology Atlanta Corp. - 002463 - Phybridge Inc + 00D0E3 + ELE-Chem Engineering Ltd - 002472 - ReDriven Power Inc. + 00D0B6 + Crescent Networks Inc. - 00241C - FuGang Electronic (DG) Ltd + 00D0C4 + Teratech Corporation - 002419 - Private + 00D061 + Tremon Enterprises Ltd - 002415 - Magnetic Autocontrol GmbH + 00D0E5 + Solidum Systems Corp. - 0023E7 - Hinke A/S + 00D045 + Kvaser AB - 0023E2 - SEA Signalisation + 00D004 + Pentacom Ltd - 002425 - Shenzhenshi chuangzhicheng Technology Ltd + 00D005 + ZHS Zeitmanagementsysteme - 002427 - SSI Computer Corp + 00D0D3 + Cisco Systems Inc. - 002411 - PharmaSmart LLC + 00D026 + Hirschmann Austria GmbH - 00240F - Ishii Tool & Engineering Corporation + 00D0DA + Taicom Data Systems Ltd - 0023FA - RG Nets Inc. + 00D03C + Vieo Inc. - 0023F2 - TVLogic + 00D0B4 + Katsujima Ltd - 00240A - US Beverage Net + 00D086 + Foveon Inc. - 002407 - Telem SAS + 00D0A8 + Network Engines Inc. - 002440 - Halo Monitoring Inc. + 00D0AB + Deltakabel Telecom CV - 0023CF - Cummins-Allison Corp. + 00D0E8 + MAC System Ltd - 0023C2 - SAMSUNG Electronics Ltd + 00D06B + SR Telecom Inc. - 0023C4 - Lux Lumen + 00D0DC + Modular Mining Systems Inc. - 0023C5 - Radiation Safety and Control Services Inc + 00D01E + Pingtel Corp. - 0023C6 - SMC Corporation + 00D0CA + Intrinsyc Software International Inc. - 002388 - V.T. Telematica S.p.a. + 00D065 + Toko Electric - 002383 - InMage Systems Inc + 00D09A + Filanet Corporation - 002381 - Lengda Technology(Xiamen) Ltd + 00D0AE + Oresis Communications Inc. - 0023BF - Mainpine Inc. + 00D0F2 + Monterey Networks - 0023B2 - Intelligent Mechatronic Systems Inc + 00D014 + Root Inc. - 0023B5 - Ortana Ltd + 00D023 + Infortrend Technology Inc. - 0023B9 - Airbus Defence and Space Deutschland GmbH + 00D0A2 + Integrated Device - 0023BD - Digital Ally Inc. + 00D034 + Ormec Systems Corp. - 0023D5 - WAREMA electronic GmbH + 00D08A + Photron USA - 0023C9 - Sichuan Tianyi Information Science & Technology Stock Ltd + 00D0A7 + Tokyo Sokki Kenkyujo Ltd - 0023CE - Kita Denshi Corporation + 00D01D + Furuno Electric Ltd - 0023A9 - Beijing Detianquan Electromechanical Equipment Ltd + 00504C + Galil Motion Control - 00239B - Elster Solutions LLC + 005076 + IBM Corp - 00237B - Whdi LLC + 0050D4 + Joohong Information & - 002324 - G-PRO Computer + 0050A6 + Optronics - 0023E0 - INO Therapeutics LLC + 0050A9 + Moldat Wireless Technolgies - 002390 - Algolware Corporation + 00509B + Switchcore AB - 002311 - Gloscom Ltd + 00507E + Newer Technology - 002309 - Janam Technologies LLC + 0050CE + LG International Corp. - 002304 - Cisco Systems Inc. + 0050F7 + Venture Manufacturing (Singapore) Ltd - 00235D - Cisco Systems Inc. + 005019 + Spring Tide Networks Inc. - 00235C - Aprius Inc. + 0050FD + Visioncomm Ltd - 002352 - DATASENSOR S.p.A. + 0050BF + Metalligence Technology Corp. - 00232F - Advanced Card Systems Ltd + 005036 + Netcam Ltd - 002353 - F E T Elettronica snc + 0050DB + Contemporary Control - 002342 - Coffee Equipment Company + 00507C + Videocon AG - 002337 - Global Star Solutions ULC + 005047 + Private - 002319 - Sielox LLC + 00D06C + Sharewave Inc. - 00236A - SmartRG Inc + 0050A7 + Cisco Systems Inc. - 002331 - Nintendo Ltd + 005055 + Doms A/S - 002335 - Linkflex Ltd + 005072 + Corvis Corporation - 002325 - IOLAN Holding + 00D0EE + Dictaphone Corporation - 002321 - Avitech International Corp + 00501B + ABL Canada Inc. - 002370 - Snell + 009057 + AANetcom Inc. - 0022B9 - Analogix Seminconductor Inc. + 009083 + Turbo Communication Inc. - 0022B8 - Norcott + 00903D + Biopac Systems Inc. - 0022B7 - GSS Grundig SAT-Systems GmbH + 0090D7 + NetBoost Corp. - 0022B3 - Sei S.p.A. + 005083 + Gilbarco Inc. - 00229C - Verismo Networks Inc + 0050DC + TAS Telefonbau A. Schwabe GmbH & Co. KG - 00229A - Lastar Inc. + 005008 + Tiva Microcomputer Corp. (TMC) - 0022EE - Algo Communication Products Ltd + 005052 + Tiara Networks Inc. - 0022EA - Rustelcom Inc. + 005027 + Genicom Corporation - 0022F0 - 3 Greens Aviation Limited + 00505A + Network Alchemy Inc. - 0022EC - Idealbt Technology Corporation + 005039 + Mariner Networks - 0022DD - Protecta Electronics Ltd + 005064 + CAE Electronics - 0022AB - Shenzhen Turbosight Technology Ltd + 0050B8 + Inova Computers GmbH & Co. KG - 00229B - AverLogic Technologies Inc. + 00505B + Kawasaki LSI U.S.A. Inc. - 0022BE - Cisco Systems Inc. + 0050CC + Seagate Cloud Systems Inc - 0022BF - SieAmp Group Of Companies + 005016 + Molex Canada Ltd - 0022DB - Translogic Corporation + 00501F + MRG Systems Ltd - 0022DA - Anatek LLC + 005043 + Marvell Semiconductor Inc. - 0022F9 - Pollin Electronic GmbH + 005095 + Peracom Networks - 0022C5 - InfORSON Ltd + 0050FA + Oxtel Ltd - 002262 - BEP Marine + 009038 + Fountain Technologies Inc. - 00226A - Honeywell + 0090B0 + Vadem - 002263 - Koos Technical Services Inc. + 0090EF + Integrix Inc. - 00226C - LinkSprite Technologies Inc. + 0090C5 + Internet Magic Inc. - 00225C - Multimedia & Communication Technology + 00908C + Etrend Electronics Inc. - 002284 - Desay A&V Science AND Technology Ltd + 009048 + Zeal Corporation - 002286 - Astron + 0090B9 + Beran Instruments Ltd - 002282 - 8086 Consultancy + 0090C4 + Javelin Systems Inc. - 002246 - Evoc Intelligent Technology Ltd + 0090A5 + Spectra Logic - 002248 - Microsoft Corporation + 0090A3 + Corecess Inc. - 002290 - Cisco Systems Inc. + 009082 + Force Institute - 00228A - Teratronik elektronische Systeme GmbH + 009000 + Diamond Multimedia - 00228E - TV-Numeric + 00906E + Praxon Inc. - 002254 - Bigelow Aerospace + 009054 + Innovative Semiconductors Inc. - 002257 - 3Com Europe Ltd + 009061 + Pacific Research & Engineering Corporation - 002276 - Triple EYE B.V. + 00900B + Lanner Electronics Inc. - 002274 - FamilyPhone AB + 0090CE + avateramedical Mechatronics GmbH - 002236 - Vector SP. Z O.O. + 009007 + Domex Technology Corp. - 002230 - FutureLogic Inc. + 00902D + Data Electronics (Aust.) Pty Ltd - 00222E - maintech GmbH + 0090D4 + BindView Development Corp. - 002214 - Rinnai Korea + 009029 + Crypto AG - 00220B - National Source Coding Center + 0090DF + Mitsubishi Chemical America Inc. - 00220C - Cisco Systems Inc. + 0090C0 + K.J. LAW Engineers Inc. - 0021EA - Bystronic Laser AG + 00901F + Adtec Productions Inc. - 0021FD - Lacroix Traffic S.A.U + 009024 + Pipelinks Inc. - 0021CD - LiveTV + 00903A + Nihon Media Tool Inc. - 0021D0 - Global Display Solutions Spa + 0090B2 + Avici Systems Inc. - 002228 - Breeze Innovations Ltd + 0090B6 + Fibex Systems - 002229 - Compumedics Ltd + 009063 + Coherent Communications Systems Corporation - 002216 - Shibaura Vending Machine Corporation + 009062 + ICP VORTEX CoMPUTERSYSTEME GmbH - 0021E1 - Nortel Networks + 0010D3 + Grips Electronic GmbH - 002200 - IBM Corp + 0010FB + Zida Technologies Limited - 0021C6 - CSJ Global Inc. + 001053 + Computer Technology Corp. - 0021C3 - CoRNELL Communications Inc. + 0010ED + Sundance Technology Inc. - 0021C7 - Russound + 00106C + EDNT GmbH - 0021C1 - ABB Oy / Medium Voltage Products + 0010E9 + Raidtec Ltd - 0021C0 - Mobile Appliance Inc. + 001003 + Imatron Inc. - 0021BB - Riken Keiki Ltd + 001071 + Advanet Inc. - 002166 - NovAtel Inc. + 009015 + Centigram Communications Corp. - 002164 - Special Design Bureau for Seismic Instrumentation + 009095 + Universal Avionics - 002160 - Hidea Solutions Ltd + 009041 + Applied Digital Access - 0021B1 - Digital Solutions Ltd + 00905A + Dearborn Group Inc. - 0021B0 - Tyco Telecommunications + 009011 + WAVTrace Inc. - 0021AD - Nordic ID Oy + 009065 + Finisar Corporation - 00217F - Intraco Technology Pte Ltd + 009023 + Zilog Inc. - 00217D - Pyxis S.R.L. + 0090F6 + Escalate Networks Inc. - 00216F - SymCom Inc. + 0090A8 + NineTiles Networks Ltd - 0021A3 - Micromint + 00102A + ZF Microsystems Inc. - 0021A5 - ERLPhase Power Technologies Ltd + 0010E5 + Solectron Texas - 00219D - Adesys BV + 00109D + Clarinet Systems Inc. - 002195 - GWD Media Limited + 00100E + Micro Linear Coporation - 002188 - EMC Corporation + 0090EC + Pyrescom - 00211A - LInTech Corporation + 0090C3 + Topic Semiconductor Corp. - 002116 - Transcon Electronic Systems, spol. s r. o. + 0010C8 + Communications Electronics Security Group - 002115 - PHYWE Systeme GmbH & Co. KG + 0010F3 + Nexcom International Ltd - 002141 - Radlive + 001086 + ATTO Technology Inc. - 002140 - EN Technologies Inc. + 0010DF + Rise Computer Inc. - 00213D - Cermetek Microelectronics Inc. + 001072 + GVN Technologies Inc. - 002111 - Uniphone Inc. + 0010DA + Kollmorgen Corp - 002114 - Hylab Technology Inc. + 0010E4 + NSI Corporation - 002132 - Masterclock Inc. + 00107E + BACHMANN ELECTRONIC GmbH - 002131 - Blynke Inc. + 0010A0 + Innovex Technologies Inc. - 002129 - Cisco-Linksys LLC + 001016 + T.Sqware - 00211D - Dataline AB + 001090 + Cimetrics Inc. - 002120 - Sequel Technologies + 0010F5 + Amherst Systems Inc. - 002152 - General Satellite Research & Development Limited + 00103D + Phasecom Ltd - 002158 - Style Flying Technology Co. + 001096 + Tracewell Systems Inc. - 002148 - Kaco Solar Korea + 001082 + JNA Telecommunications Limited - 00213C - AliphCom + 001098 + Starnet Technologies Inc. - 001FB5 - I/O Interconnect Inc. + 001042 + Alacritech Inc. - 001FE7 - Simet + 001068 + Comos Telecom - 001FDB - Network Supply Corp., + 0010EA + Adept Technology - 001FBF - Fulhua Microelectronics Corp. Taiwan Branch + 0010AE + Shinko Electric Industries Co. - 001FBE - Shenzhen Mopnet Industrial Ltd + 0010C4 + Media Global Links Ltd - 001FC2 - Jow Tong Technology Ltd + 0010FE + Digital Equipment Corporation - 001FD2 - Commtech Technology Macao Commercial Offshore Ltd + 001056 + Sodick Ltd - 001FB8 - Universal Remote Control Inc. + 0010CD + Interface Concept - 001FD4 - 4IPNET Inc. + 001061 + Hostlink Corp. - 001FCB - NIW Solutions + 001099 + InnoMedia Inc. - 001FF7 - Nakajima All Precision Ltd + 0010E1 + S.I. Tech Inc. - 001FEB - Trio Datacom Pty Ltd + 0010BB + Data & Information Technology - 001F69 - Pingood Technology Ltd + 001020 + Hand Held Products Inc - 001F4D - Segnetics LLC + 00103A + Diamond Network Tech - 001F81 - Accel Semiconductor Corp + 001004 + THE Brantley Coile Company,Inc - 001F83 - Teleplan Technology Services Sdn Bhd + 0010EF + Dbtel Incorporated - 001F9B - Posbro + 001088 + American Networks Inc. - 001F78 - Blue Fox Porini Textile + 001022 + SatCom Media Corporation - 001F68 - Martinsson Elektronik AB + 001076 + EUREM GmbH - 001F63 - JSC Goodwin-Europa + 00103F + Tollgrade Communications Inc. - 001FAD - Brown Innovations Inc. + 001049 + ShoreTel Inc. - 001FA6 - Stilo srl + 00105E + Spirent plc, Service Assurance Broadband - 001F97 - BERTANA srl + 0010AF + TAC Systems Inc. - 001F8C - CCS Inc. + 00108C + Fujitsu Services Ltd - 001F10 - Toledo DO Brasil Industria de Balancas Ltda + 0010F7 + IRIICHI TECHNOLOGIES Inc. - 001F0F - Select Engineered Systems + 0010AB + Koito Electric Industries Ltd - 001F02 - Pixelmetrix Corporation Pte Ltd + 001010 + Initio Corporation - 001EFE - LEVEL s.r.o. + 0010F2 + Antec - 001F1A - Prominvest + 00E007 + Avaya ECS Ltd - 001F18 - Hakusan.Mfg Ltd + 0010BE + March Networks Corporation - 001F13 - S.& A.S Ltd + 001058 + ArrowPoint Communications - 001F25 - MBS GmbH + 00100F + Industrial CPU Systems - 001F27 - Cisco Systems Inc. + 0010BC + Aastra Telecom - 001F26 - Cisco Systems Inc. + 00E0BF + Torrent Networking Technologies Corp. - 001EEF - Cantronic International Limited + 00E0E3 + SK-Elektronik GmbH - 001EDE - BYD Company Limited + 00E0C6 + LINK2IT, L.L.C. - 001EDD - Wasko S.A. + 00E0E5 + Cinco Networks Inc. - 001EDB - Giken Trastem Ltd + 00E061 + EdgePoint Networks Inc. - 001F42 - Etherstack plc + 00E053 + Cellport Labs Inc. - 001F35 - AIR802 LLC + 00E0D3 + DATENTECHNIK GmbH - 001F34 - Lung Hwa Electronics Ltd + 00E043 + VitalCom - 001EEB - Talk-A-Phone Co. + 00E0B3 + EtherWAN Systems Inc. - 001E6A - Beijing Bluexon Technology Ltd + 00E0ED + Silicom Ltd - 001E66 - RESOL Elektronische Regelungen GmbH + 00E0B8 + Gateway 2000 - 001E63 - Vibro-Meter SA + 00E07C + Mettler-Toledo Inc. - 001E7F - CBM Of America + 00E026 + Redlake MASD LLC - 001E82 - SanDisk Corporation + 00E020 + Tecnomen Oy - 001EB1 - Cryptsoft Pty Ltd + 00E00D + Radiant Systems - 001EAF - Ophir Optronics Ltd + 00E0DC + Nexware Corp. - 001EAD - Wingtech Group Limited + 00E037 + Century Corporation - 001ED1 - Keyprocessor B.V. + 00E0C2 + NECSY S.p.A. - 001ED0 - Ingespace + 00E0FB + Leightronix Inc. - 001E8E - Hunkeler AG + 00E09B + Engage Networks Inc. - 001E87 - Realease Limited + 00E045 + Touchwave Inc. - 001ECD - KYLAND Technology Ltd + 00E040 + DeskStation Technology Inc. - 001EBF - Haas Automation Inc. + 00E01A + Comtec Systems Ltd - 001EBC - Wintech Automation Ltd + 00E078 + Berkeley Networks - 001E6F - Magna-Power Electronics Inc. + 00E087 + LeCroy - Networking Productions Division - 001EA1 - Brunata a/s + 00E041 + Cspi - 001E53 - Further Tech Ltd + 00E0E2 + Innova Corp. - 001E4E - DAKO EDV-Ingenieur- und Systemhaus GmbH + 00E081 + Tyan Computer Corp. - 001E49 - Cisco Systems Inc. + 00E057 + HAN Microtelecom Ltd - 001E28 - Lumexis Corporation + 00E0BC + Symon Communications Inc. - 001E24 - Zhejiang Bell Technology Ltd + 00E082 + Anerma - 001E20 - Intertain Inc. + 00E077 + Webgear Inc. - 001E1C - SWS Australia Pty Limited + 00E056 + Holontech Corporation - 001E12 - Ecolab + 00E031 + Hagiwara Electric Ltd - 001E16 - Keytronix + 00E00B + Rooftop Communications Corp. - 001E32 - Zensys + 00E0B2 + Telmax Communications Corp. - 001E35 - Nintendo Ltd + 00E02F + Mcns Holdings, L.P. - 001E2B - Radio Systems Design Inc. + 00E07E + Walt Disney Imagineering - 001E42 - Teltonika + 00E099 + Samson AG - 001E43 - Aisin AW Ltd + 0060AE + Trio Information Systems AB - 001E08 - Centec Networks Inc + 006053 + Toyoda Machine Works Ltd - 001DFB - NETCLEUS Systems Corporation + 006056 + Network Tools Inc. - 001DB9 - Wellspring Wireless + 00600C + Eurotech Inc. - 001DBB - Dynamic System Electronics Corp. + 00601C + Telxon Corporation - 001DB3 - HPN Supply Chain + 00605F + Nippon Unisoft Corporation - 001DB1 - Crescendo Networks + 006091 + First Pacific Networks Inc. - 001DB4 - Kumho ENG Ltd + 00601D + Lucent Technologies - 001DA4 - Hangzhou System Technology Ltd + 00607B + Fore Systems Inc. - 001D9F - MATT R.P.Traczynscy Sp.J. + 00E06C + Ultra Electronics Command & Control Systems - 001D90 - EMCO Flow Systems + 00E04A + ZX Technologies Inc. - 001D93 - Modacom + 0060C9 + ControlNet Inc. - 001D94 - Climax Technology Ltd + 00E07A + Mikrodidakt AB - 001D8E - Alereon Inc. + 006032 + I-Cube Inc. - 001DDB - C-BEL Corporation + 006033 + Acuity Imaging Inc. - 001DE6 - Cisco Systems Inc. + 006013 + Netstal Maschinen AG - 001DE7 - Marine Sonic Technology Ltd + 006022 + Vicom Systems Inc. - 001D7B - Ice Energy Inc. + 0060EE + Apollo - 001D6C - ClariPhy Communications Inc. + 0060D8 + Elmic Systems Inc. - 001DC5 - Beijing Jiaxun Feihong Electricial Ltd + 0060EF + Flytech Technology Ltd - 001DC6 - SNR Inc. + 006085 + Storage Concepts - 001D84 - Gateway Inc. + 006011 + Crystal Semiconductor Corp. - 001D85 - Call Direct Cellular Solutions + 0060F5 + Icon West Inc. - 001DBF - Radiient Technologies Inc. + 006062 + Telesync Inc. - 001D34 - SYRIS Technology Corp + 0060E9 + Atop Technologies Inc. - 001D32 - Longkay Communication & Technology (Shanghai) Ltd + 006043 + iDirect Inc. - 001D2A - Shenzhen BUL-Tech Ltd + 006028 + Macrovision Corporation - 001D2D - Pylone Inc. + 0060F0 + Johnson & Johnson Medical Inc. - 001D5B - Tecvan Informatica Ltda + 0060E0 + Axiom Technology Ltd - 001D5D - Control Dynamics Pty Ltd + 006096 + T.S. Microtech Inc. - 001D59 - Mitra Energy & Infrastructure + 00603A + Quick Controls Ltd - 001D2B - Wuhan Pont Technology Co Ltd + 000288 + Global Village Communication - 001D22 - Foss Analytical A/S + 006034 + ROBERT BOSCH GmbH - 001D23 - Sensus + 006050 + Internix Inc. - 001D3E - Saka Techno Science Ltd + 0060FA + Educational Technology Resources Inc. - 001D40 - Intel - GE Care Innovations LLC + 0060DA + Red Lion Controls, LP - 001D57 - CAETEC Messtechnik + 0060E4 + Compuserve Inc. - 001D51 - Babcock & Wilcox Power Generation Group Inc. + 00608F + Tekram Technology Ltd - 001D4C - Alcatel-Lucent + 0060C4 + Soliton Systems K.K. - 001D1A - OvisLink S.A. + 00A03C + EG&G Nuclear Instruments - 001CB7 - USC DigiArk Corporation + 00A0C4 + Cristie Electronics Ltd - 001CAF - Plato Networks Inc. + 00A063 + JRL Systems Inc. - 001CB1 - Cisco Systems Inc. + 00A02C + interWAVE Communications - 001CFE - Quartics Inc + 00A0F7 + V.I Computer Corp. - 001D0B - Power Standards Lab + 00A090 + TimeStep Corporation - 001D02 - Cybertech Telecom Development + 00A0EA + Ethercom Corp. - 001CE9 - Galaxy Technology Limited + 00A0DC + O.N. Electronic Ltd - 001CEA - Scientific-Atlanta Inc. + 00A00B + Computex Ltd - 001CE7 - Rocon PLC Research Centre + 00A0E2 + Keisokugiken Corporation - 001CDB - Carpoint Ltd + 00A033 + imc MeBsysteme GmbH - 001CD5 - ZeeVee Inc. + 00A0A9 + Navtel Communications Inc. - 001CBC - CastGrabber LLC + 00A071 + Video Lottery Technologies,Inc - 001CE4 - EleSy JSC + 006000 + Xycom Inc. - 001CE2 - Attero Tech LLC. + 006045 + Pathlight Technologies - 001CAA - Bellon Pty Ltd + 00A05D + CS CoMPUTER SysTEME GmbH - 001CA0 - Production Resource Group LLC + 00A061 + Puritan Bennett - 001CD3 - ZP Engineering SEL + 0060A6 + Particle Measuring Systems - 001CCB - Forth Corporation Public Company Limited + 00602A + Symicron Computer Communications Ltd - 001C75 - Segnet Ltd + 00A06D + Mannesmann Tally Corporation - 001C74 - Syswan Technologies Inc. + 00A0F6 + AutoGas Systems Inc. - 001C68 - Anhui Sun Create Electronics Ltd + 0060BE + Webtronics - 001C66 - Ucamp Ltd + 0060BF + Macraigor Systems Inc. - 001C98 - Lucky Technology (HK) Company Limited + 006080 + Microtronix Datacom Ltd - 001C81 - NextGen Venturi Ltd + 00A037 + Mindray DS USA Inc. - 001C7A - Perfectone Netware Company Ltd + 00A04C + Innovative Systems & Technologies Inc. - 001C53 - Synergy Lighting Controls + 00A031 + Hazeltine Corporation, MS 1-17 - 001C4D - Aplix IP Holdings Corporation + 00A041 + Inficon - 001C92 - Tervela + 00A0A7 + Vorax Corporation - 001C8A - Cirrascale Corporation + 00A07E + Avid Technology Inc. - 001C38 - Bio-Rad Laboratories Inc. + 00A06F + Color Sentinel Systems LLC - 001C30 - Mode Lighting (UK ) Ltd + 00A0C7 + Tadiran Telecommunications - 001C2E - HPN Supply Chain + 00A01A + Binar Elektronik AB - 001C2A - Envisacor Technologies Inc. + 00A088 + Essential Communications - 001C02 - Pano Logic + 00A0C2 + R.A. Systems Ltd - 001C05 - Nonin Medical Inc. + 00A098 + NetApp - 001C06 - Siemens Numerical Control Ltd Nanjing + 00A04B + TFL LAN Inc. - 001BEA - Nintendo Ltd + 00A064 + KVB/Analect - 001BE5 - 802automation Limited + 00A03E + ATM Forum - 001BE4 - Townet SRL + 00A01F + Tricord Systems Inc. - 001C04 - Airgain Inc. + 00A06C + Shindengen Electric MFG Ltd - 001C01 - ABB Oy Drives + 00A0DB + Fisher & Paykel Production - 001BFF - Millennia Media Inc. + 00A081 + Alcatel Data Networks - 001BF2 - Kworld Computer Ltd + 00A0B1 + First Virtual Corporation - 001BF0 - Value Platforms Limited + 002010 + Jeol System Technology Ltd - 001C1B - Hyperstone GmbH + 00209F + Mercury Computer Systems Inc. - 001C10 - Cisco-Linksys LLC + 00A073 + CoM21 Inc. - 001BD2 - ULTRA-X ASIA PACIFIC Inc. + 00A03A + Kubotek Corporation - 001B8D - Electronic Computer Systems Inc. + 00A0B2 + Shima Seiki - 001B86 - Bosch Access Systems GmbH + 00A08B + Aston Electronic Designs Ltd - 001BC2 - Integrated Control Technology Limitied + 00A097 + JC Information Systems - 001BBB - RFTech Ltd + 00A027 + Firepower Systems Inc. - 001BAA - XenICs nv + 00A046 + Scitex Corp Ltd - 001B7C - A & R Cambridge + 00A0D4 + Radiolan, Inc. - 001B5D - Vololink Pty Ltd + 00A092 + H. Bollmann Manufacturers Ltd - 001B5A - Apollo Imaging Technologies Inc. + 00200D + Carl Zeiss - 001B56 - Tehuti Networks Ltd + 00202D + Taiyo Corporation - 001BC6 - Strato Rechenzentrum AG + 002091 + J125, National Security Agency - 001BC4 - Ultratec Inc. + 0020BD + Niobrara R & D Corporation - 001BA1 - Amic AB + 002054 + Sycamore Networks - 001B96 - General Sensing + 0020A7 + Pairgain Technologies Inc. - 001AEA - Radio Terminal Systems Pty Ltd + 002055 + Altech Ltd - 001ADD - PePWave Ltd + 00200A + Source-Comm Corp. - 001AD6 - Jiagnsu Aetna Electric Ltd + 0020CF + Test & Measurement Systems Inc - 001AD4 - iPOX Technology Ltd + 0020B4 + Terma Elektronik AS - 001B14 - Carex Lighting Equipment Factory + 0020E4 + Hsing Tech Enterprise Ltd - 001B15 - Voxtel Inc. + 00206C + Evergreen Technology Corp. - 001B09 - Matrix Telecom Pvt Ltd + 00205E + Castle Rock Inc. - 001B03 - Action Technology (SZ) Ltd + 002012 + Camtronics Medical Systems - 001AFB - Joby Inc. + 002075 + Motorola Communication Israel - 001AFD - Evolis + 0020A5 + API Engineering - 001B1E - HART Communication Foundation + 002064 + Protec Microsystems Inc. - 001B4C - Signtech + 002033 + Synapse Technologies Inc. - 001AD5 - KMC Chain Industrial Ltd + 0020CB + Pretec Electronics Corp. - 001AD0 - Albis Technologies AG + 0020EB + Cincinnati Microwave Inc. - 001AD3 - Vamp Ltd + 0020A0 + OA Laboratory Ltd - 001AD8 - AlsterAero GmbH + 0020E2 + Information Resource Engineering - 001ADA - Biz-2-Me Inc. + 002007 + SFA Inc. - 001A6F - MI.TEL s.r.l. + 00205C + InterNet Systems Of Florida Inc. - 001A71 - Diostech Ltd + 0020A2 + Galcom Networking Ltd - 001A69 - Wuhan Yangtze Optical Technology Ltd + 002031 + Tattile SRL - 001A67 - Infinite QL Sdn Bhd + 0020D0 + Versalynx Corporation - 001AC3 - Scientific-Atlanta Inc. + 0020B9 + Metricom Inc. - 001ABF - TRUMPF Laser Marking Systems AG + 002039 + Scinets - 001AB8 - Anseri Corporation + 002072 + Worklink Innovations - 001ABC - U4EA Technologies Ltd + 0020EC + Techware Systems Corp. - 001ACB - Autocom Products Ltd + 00206E + Xact Inc. - 001ACF - C.T. Elettronica + 0020F1 + Altos India Limited - 001AA3 - Delorme + 002041 + Data NET - 001A9B - ADEC & Parter AG + 002076 + Reudo Corporation - 001A9D - Skipper Wireless Inc. + 0020E8 + Datatrek Corporation - 001A85 - NV Michel Van de Wiele + 0020C5 + Eagle Technology - 001A8E - 3Way Networks Ltd + 002009 + Packard Bell Elec. Inc. - 001A44 - JWTrading Ltd + 002027 + Ming Fortune Industry Ltd - 001A49 - Micro Vision Ltd + 00208A + Sonix Communications Ltd - 001A3D - Ajin Vision Ltd + 0020D2 + RAD Data Communications Ltd - 001A41 - INOCOVA Ltd + 002002 + Seritech Enterprise Ltd - 001A33 - ASI Communications Inc. + 00204B + Autocomputer Ltd - 001A23 - Ice Qube Inc. + 0020EA + Efficient Networks Inc. - 001A1D - PChome Online Inc. + 00206A + Osaka Computer Corp. - 001A17 - Teak Technologies Inc. + 0020DB + Xnet Technology Inc. - 001A1C - GT&T Engineering Pte Ltd + 0020BB + ZAX Corporation - 001A1F - Coastal Environmental Systems + 0020A8 + Sast Technology Corp. - 001A64 - IBM Corp + 002045 + ION Networks Inc. - 001A51 - Alfred Mann Foundation + 002049 + Comtron Inc. - 001A55 - ACA-Digital Corporation + 002050 + Korea Computer Inc. - 0019E6 - Toyo Medic Ltd + 002084 + OCE Printing Systems, GmbH - 0019E2 - Juniper Networks + 00208C + Galaxy Networks Inc. - 0019E8 - Cisco Systems Inc. + 00202C + Welltronix Ltd - 0019DF - Thomson Inc. + 002021 + Algorithms Software PVT Ltd - 0019DD - FEI-Zyfer Inc. + 00C0F9 + Artesyn Embedded Technologies - 0019B2 - XYnetsoft Ltd + 00C075 + Xante Corporation - 0019A4 - Austar Technology (hang zhou) Ltd + 001C7C + Perq Systems Corporation - 0019AA - Cisco Systems Inc. + 00C039 + Teridian Semiconductor Corporation - 0019B1 - Arrow7 Corporation + 00C0A9 + Barron Mccann Ltd - 0019B3 - Stanford Research Systems + 00C04B + Creative Microsystems - 001A0A - Adaptive Micro-Ware Inc. + 00C0B9 + Funk Software Inc. - 001A05 - Optibase Ltd + 00C015 + NEW Media Corporation - 0019D4 - ICX Technologies + 00C083 + Trace Mountain Products Inc. - 0019CF - Salicru, S.A. + 00C094 + VMX Inc. - 0019FC - PT. Ufoakses Sukses Luarbiasa + 00C019 + Leap Technology Inc. - 0019F4 - Convergens Oy Ltd + 00C0CF + Imatran Voima Oy - 001996 - TurboChef Technologies Inc. + 00C07D + Risc Developments Ltd - 001997 - Soft Device Sdn Bhd + 00C043 + Stratacom - 001998 - Sato Corporation + 00C0B5 + Corporate Network Systems,Inc. - 00199C - Ctring + 00C0ED + US Army Electronic - 001946 - Cianet Industria e Comercio S/A + 00C032 + I-Cubed Limited - 001949 - Tentel Comtech Ltd + 00C0A5 + Dickens Data Systems - 001944 - Fossil Partners, L.P. + 00C0EF + Abit Corporation - 001971 - Guangzhou Unicomp Technology Ltd + 00C061 + Solectek Corporation - 001964 - Doorking Inc. + 00C0AD + Marben Communication Systems - 001976 - Xipher Technologies LLC + 00C07F + Nupon Computing Corp. - 00196C - Etrovision Technology + 00C057 + Myco Electronics - 001967 - TELDAT Sp.J. + 00C056 + Somelec - 001952 - ACOGITO Ltd + 00C027 + Cipher Systems Inc. - 00198B - Novera Optics Korea Inc. + 00C05C + Elonex PLC - 001961 - Blaupunkt Embedded Systems GmbH + 00C028 + Jasco Corporation - 001942 - ON Software International Limited + 00C08D + Tronix Product Development - 00193F - RDI technology(Shenzhen) Ltd + 00C02A + Ohkura Electric Ltd - 001941 - Pitney Bowes Inc. + 00C0FC + Elastic Reality Inc. - 0018FD - Optimal Technologies International Inc. + 00C0BB + Forval Creative Inc. - 0018F0 - JOYTOTO Ltd + 00C0E0 + DSC Communication Corp. - 0018E9 - Numata Corporation + 00C05B + Networks Northwest Inc. - 001908 - Duaxes Corporation + 00C008 + Seco SRL - 00190C - Encore Electronics Inc. + 00C0B7 + American Power Conversion Corp - 001919 - ASTEL Inc. + 00C0D3 + Olympus Image Systems Inc. - 00192D - Nokia Corporation + 00C0E8 + Plexcom Inc. - 0018EF - Escape Communications Inc. + 00C0DA + Nice Systems Ltd - 0018E6 - Computer Hardware Design SIA + 00C0D1 + Comtree Technology Corporation - 001930 - Cisco Systems Inc. + 00C038 + Raster Image Processing System - 001927 - ImCoSys Ltd + 00409B + HAL Computer Systems Inc. - 0018F7 - Kameleon Technologies + 0040EB + Martin Marietta Corporation - 001885 - Avigilon Corporation + 0040BD + Starlight Networks Inc. - 001888 - GOTIVE a.s. + 0040ED + Network Controls INT'Natl Inc. - 00188A - Infinova LLC + 004021 + Raster Graphics - 001886 - EL-Tech Inc. + 0040C1 + Bizerba-Werke Wilheim Kraut - 001887 - Metasystem SpA + 0040E1 + Marner International Inc. - 0018BE - ANSA Corporation + 0040FE + Symplex Communications - 0018BA - Cisco Systems Inc. + 0040E5 + Sybus Corporation - 0018B4 - Dawon Media Inc. + 0040A5 + Clinicomp Intl. - 0018B6 - S3C Inc. + 004005 + ANI Communications Inc. - 0018A3 - Zippy Technology Corp. + 0040D9 + American Megatrends Inc. - 0018A0 - Cierma Ascenseurs + 00404C + Hypertec Pty Ltd - 001893 - Shenzhen Photon Broadband Technology Ltd + 00C030 + Integrated Engineering B. V. - 0018B1 - IBM Corp + 00C0A6 + Exicom Australia Pty Ltd - 00187B - 4NSYS Ltd + 00C0CB + Control Technology Corporation - 00187F - Zodianet + 00C0EB + SEH Computertechnik GmbH - 00187E - RGB Spectrum + 0040DB + Advanced Technical Solutions - 00189D - Navcast Inc. + 00C092 + Mennen Medical Inc. - 0018D6 - Swirlnet A/S + 00C052 + Burr-Brown - 0018CD - Erae Electronics Industry Ltd + 00400E + Memotec Inc. - 0018DB - EPL Technology Ltd + 00C03D + Wiesemann & Theis GmbH - 0018C8 - ISONAS Inc. + 0040C8 + Milan Technology Corporation - 001849 - nVent, Schroff GmbH + 0040BA + Alliant Computer Systems Corp. - 001846 - Crypto S.A. + 004038 + Talent Electric Incorporated - 001845 - Pulsar-Telecom LLC. + 0040D8 + Ocean Office Automation Ltd - 00181E - GDX Technologies Ltd + 004088 + Mobius Technologies Inc. - 00181C - Exterity Limited + 004032 + Digital Communications - 001863 - Veritech Electronics Limited + 0040C2 + Applied Computing Devices - 00185A - uControl Inc. + 0040D4 + Gage Talker Corp. - 001852 - StorLink Semiconductors Inc. + 0040CE + NET-Source Inc. - 001850 - Secfone Kft + 004062 + E-Systems Inc./Garland Div. - 001858 - TagMaster AB + 004034 + Bustek Corporation - 001824 - Kimaldi Electronics, S.L. + 00401C + AST Research Inc. - 00183D - Vertex Link Corporation + 00400F + Datacom Technologies - 001825 - Private + 004006 + Sampo Technology Corporation - 001879 - dSys + 0080AA + Maxpeed - 001803 - ArcSoft Shanghai Ltd + 00C050 + Toyo Denki Seizo K.K. - 0017EF - IBM Corp + 0040C6 + Fibernet Research Inc. - 0017F5 - LIG Neoptek + 004047 + Wind River Systems - 0017CD - CEC Wireless R&D Ltd + 004050 + Ironics Inc.orporated - 0017D0 - Opticom Communications LLC + 008092 + Silex Technology Inc. - 0017C6 - Cross Match Technologies Inc + 008093 + Xyron Corporation - 0017FE - Talos System Inc. + 00805A + Tulip Computers Internat'L B.V - 0017F8 - Motech Industries Inc. + 004041 + Fujikura Ltd - 0017C3 - KTF Technologies Inc. + 00804E + Apex Computer Company - 0017B7 - Tonze Technology Co. + 008055 + Fermilab - 0017AB - Nintendo Ltd + 00802A + Test Systems & Simulations Inc - 001807 - Fanstel Corp. + 008035 + Technology Works Inc. - 001808 - SightLogix Inc. + 00807E + Southern Pacific Ltd - 0017CE - Screen Service Spa + 0080EF + Rational - 0017DB - Canko Technologies Inc. + 0080F0 + Panasonic Communications Ltd - 0017D6 - Bluechips Microhouse Ltd + 00801D + Integrated Inference Machines - 001787 - Brother, Brother & Sons ApS + 008075 + Parsytec GmbH - 001789 - Zenitron Corporation + 008051 + Fibermux - 001760 - Naito Densei Machida MFG Ltd + 0080C6 + National Datacomm Corporation - 001761 - Private + 0080C0 + Penril Datacomm - 001768 - Zinwave Ltd + 00802E + Castle Rock Computing - 001769 - Cymphonix Corp + 0080F2 + Raycom Systems Inc - 001762 - Solar Technology Inc. + 0080BD + THE Furukawa Electric Ltd - 00178F - Ningbo Yidong Electronic Ltd + 008025 + Telit Wireless Solutions GmbH - 001794 - Cisco Systems Inc. + 0080EA + ADVA Optical Networking Ltd - 00178A - Darts Technologies Corp. + 00001E + Telsist Industria Electronica - 001734 - ADC Telecommunications + 000050 + Radisys Corporation - 00172E - FXC Inc. + 008004 + Antlow Communications Ltd - 00172B - Global Technologies Inc. + 0080D0 + Computer Peripherals Inc. - 001772 - ASTRO Strobel Kommunikationssysteme GmbH + 008024 + Kalpana Inc. - 00173E - LeucotronEquipamentos Ltda. + 008040 + John Fluke Manufacturing Co. - 001798 - Azonic Technology Ltd + 008021 + Alcatel Canada Inc. - 001747 - Trimble + 0080E8 + Cumulus Corporatiion - 00177A - Assa Abloy AB + 008069 + Computone Systems - 0016F4 - Eidicom Ltd + 00800D + Vosswinkel F.U. - 0016E7 - Dynamix Promotions Limited + 0080D1 + Kimtron Corporation - 0016E5 - Fordley Development Limited + 008042 + Artesyn Embedded Technologies - 0016E6 - Giga-Byte Technology Ltd + 00809A + Novus Networks Ltd - 001720 - Image Sensing Systems Inc. + 008000 + Multitech Systems Inc. - 00171A - Winegard Company + 0080ED + IQ Technologies Inc. - 0016C8 - Cisco Systems Inc. + 00804A + PRO-LOG - 0016C4 - SiRF Technology Inc. + 000066 + Talaris Systems Inc. - 0016F3 - CAST Information Ltd + 000049 + Apricot Computers Ltd - 0016F5 - Dalian Golden Hualu Digital Technology Ltd + 0000FA + Microsage Computer Systems Inc - 0016F1 - OmniSense LLC + 0000D4 + Pure Data Ltd - 0016DD - Gigabeam Corporation + 000019 + Applied Dynamics International - 00171C - NT MicroSystems Inc. + 000015 + Datapoint Corporation - 001716 - Qno Technology Inc. + 00001C + Bell Technologies - 001726 - m2c Electronic Technology Ltd + 000034 + Network Resources Corporation - 001721 - FITRE S.p.A. + 000022 + Visual Technology Inc. - 0016F9 - CETRTA POT, d.o.o., Kranj + 0000B5 + Datability Software Sys Inc. - 00170A - Inew Digital Company + 00002F + Timeplex Inc. - 0016BD - ATI Industrial Automation + 0000B8 + Seikosha Ltd - 0016C0 - Semtech Corporation + 0000E6 + Aptor Produits de Comm Indust - 0016C2 - Avtec Systems Inc + 000084 + Supernet - 0016BA - Weathernews Inc. + 00009A + RC Computer A/S - 0016B2 - DriveCam Inc + 000027 + Japan Radio Company - 0016B3 - Photonicbridges (China) Ltd + 0000E8 + Accton Technology Corp. - 0016AD - BT-Links Company Limited + 00004B + ICL Data Oy - 00166E - Arbitron Inc. + 0000E0 + Quadram Corp. - 0016AF - Shenzhen Union Networks Equipment Ltd + 0000AB + Logic Modeling Corporation - 00169E - TV One Ltd + 0080AC + Imlogix, Division Of Genesys - 00166A - TPS + 00004F + Logicraft Inc. - 001663 - KBT Mobile + 00006F + Madge Ltd - 00169F - Vimtron Electronics Ltd + 000078 + Labtam Limited - 00169A - Quadrics Ltd + 00005A + SysKonnect GmbH - 001692 - Scientific-Atlanta Inc. + 00005B + Eltec Elektronik AG - 001691 - Moser-Baer AG + 000071 + Adra Systems Inc. - 001688 - ServerEngines LLC + 000073 + Siecor Corporation - 00168B - Paralan Corporation + 0000B9 + Mcdonnell Douglas Computer Sys - 001682 - Pro Dex Inc. + 0000BF + Symmetric Computer Systems - 00160A - SWEEX Europe BV + 00002D + Chromatics Inc - 001602 - Ceyon Technology Ltd + 000018 + Webster Computer Corporation - 001600 - CelleBrite Mobile Synchronization + 0000C8 + Altos Computer Systems - 0015F4 - Eventide + 0000D5 + Micrognosis International - 001629 - Nivus GmbH + 00003A + Chyron Corporation - 001621 - Colorado Vnet + 000059 + Hellige GmbH - 00161A - Dametric AB + 000069 + Concord Communications Inc - 001615 - Nittan Company, Limited + 0000E7 + Star Gate Technologies - 001616 - Browan Communication Inc. + 00004D + DCI Corporation - 001617 - MSI + 000023 + ABB Industrial Systems AB - 00162E - Space Shuttle Hi-Tech Ltd + 0000BE + THE NTI Group - 00162A - Antik Computers & Communications s.r.o. + 0000D9 + Nippon Telegraph & Telephone - 001656 - Nintendo Ltd + 000080 + Cray Communications A/S - 001651 - Exeo Systems + 08002A + Mosaic Technologies Inc. - 001610 - Carina Technology + 080089 + Kinetics - 001606 - Ideal Industries + 080086 + Konica Minolta Holdings Inc. - 001607 - Curves International Inc. + 080083 + Seiko Instruments Inc. - 001654 - Flex-P Industries Sdn. Bhd. + 080061 + Jarogate Ltd - 001631 - Xteam + 08005F + Saber Technology Corp. - 00164B - Quorion Data Systems GmbH + 080058 + Systems Concepts - 001594 - Bixolon Ltd + 080049 + Univation - 001590 - Hectronic GmbH + 080024 + 10NET Communications/DCA - 00158C - Liab ApS + 080022 + NBI Inc. - 00158F - NTT Advanced Technology Corporation + 080020 + Oracle Corporation - 0015ED - Fulcrum Microsystems Inc. + 08001F + Sharp Corporation - 0015F0 - EGO BV + 080014 + Excelan - 0015EE - Omnex Control Systems + AA0000 + Digital Equipment Corporation - 0015C8 - FlexiPanel Ltd + AA0001 + Digital Equipment Corporation - 0015C0 - Digital Telemedia Ltd + AA0002 + Digital Equipment Corporation - 0015C2 - 3M Germany + 000007 + Xerox Corporation - 001588 - Salutica Allied Solutions Sdn Bhd + 00801F + Krupp Atlas Electronik GmbH - 001583 - IVT Corporation + 080006 + Siemens AG - 001585 - Aonvision Technolopy Corp. + 04E0C4 + Triumph-Adler AG - 0015A5 - DCI Ltd + 020701 + Racal-Datacom - 0015B2 - Advanced Industrial Computer Inc. + 080013 + Exxon - 0015DA - Iritel A.D. + 00DD08 + Ungermann-Bass Inc. - 00154A - Wanshih Electronic Ltd + 000005 + Xerox Corporation - 00154C - Saunders Electronics + 021C7C + Perq Systems Corporation - 00154D - Netronome Systems Inc. + 080065 + Genrad Inc. - 001549 - Dixtal Biomedica Ind. Com Ltda + 84A9EA + Career Technologies USA - 00153D - Elim Product Co. + 000009 + Xerox Corporation - 001544 - CoM.s.a.t. AG + 0080E9 + Madge Ltd - 001539 - Technodrive srl + 0040D6 + Locamation B.V. - 001531 - Kocom + 08004B + Planning Research Corp. - 001535 - OTE Spa + 02AA3C + Olivetti Telecomm SPA (Olteco) - 001536 - Powertech Ltd + 080059 + A/S Mycron - 00152B - Cisco Systems Inc. + 080008 + Bolt Beranek AND Newman Inc. - 00152C - Cisco Systems Inc. + F47488 + New H3C Technologies Ltd - 001528 - Beacon Medical Products LLC d.b.a. BeaconMedaes + FCC233 + ASUSTek Computer Inc. - 001527 - Balboa Instruments + 401175 + IEEE Registration Authority - 001521 - Horoquartz + 8031F0 + Samsung Electronics Ltd - 001520 - Radiocrafts AS + 583526 + Deeplet Technology Corp - 001566 - A-First Technology Ltd + 34B5A3 + CIG Shanghai Ltd - 00156B - Perfisans Networks Corp. + 6C1DEB + u-blox AG - 001547 - AiZen Solutions Inc. + 2852F9 + Zhongxin Intelligent Times (Shenzhen) Ltd - 001579 - Lunatone Industrielle Elektronik GmbH + B8F853 + Arcadyan Corporation - 0014D7 - Datastore Technology Corp + E0D083 + Samsung Electronics Ltd - 0014DD - Covergence Inc. + 743C18 + Taicang T&W Electronics - 0014D4 - K Technology Corporation + 4C80BA + Wuhan Tianyu Information Industry Ltd - 0014CF - INVISIO Communications + 8C02FA + CoMMANDO Networks Limited - 0014BE - Wink Communication technology Ltd + F0264C + Sigrist-Photometer AG - 001511 - Data Center Systems + D80B9A + Samsung Electronics Ltd - 00150E - Openbrain Technologies Ltd + AC8D34 + Huawei Technologies Ltd - 00150D - Hoana Medical Inc. + 645299 + The Chamberlain Group Inc. - 00151C - Leneco + F875A4 + LCFC(HeFei) Electronics Technology Ltd - 001519 - StoreAge Networking Technologies + 00D2B1 + TPV Display Technology (Xiamen) Ltd - 001506 - Neo Photonics + C0E434 + Azurewave Technologies Inc. - 001504 - Game Plus Ltd + 6C710D + Cisco Systems Inc. - 001505 - Actiontec Electronics Inc. + 246F8C + Huawei Device Ltd - 0014FE - Artech Electronics + 1C1386 + Huawei Device Ltd - 0014DE - Sage Instruments Inc. + BC2EF6 + Huawei Device Ltd - 0014DF - HI-P Tech Corporation + 4455C4 + Huawei Device Ltd - 0014E6 - AIM Infrarotmodule GmbH + 000829 + Tokyo Electron Device Nagasaki Limited - 0014F3 - ViXS Systems Inc + 1C4455 + Sieb & Meyer AG - 00147E - InnerWireless + F88A5E + Texas Instruments - 00147D - Aeon Digital International + 5CE7A0 + Nokia - 001476 - MultiCom Industries Limited + E01F88 + Xiaomi Communications Ltd - 001473 - Bookham Inc + 8CDC02 + ZTE Corporation - 001489 - B15402100 - Jandei, S.L. + B4BC7C + Texas Instruments - 001480 - Hitachi-LG Data Storage Korea Inc. + E0AAB0 + Suntaili Enterprise Ltd - 0014B6 - Enswer Technology Inc. + 683943 + ittim - 0014B2 - mCubelogics Corporation + 10C65E + Adapt-IP - 0014AE - Wizlogics Ltd + 7CA7B0 + Shenzhen Bilian Electronic Ltd - 0014A6 - Teranetics Inc. + 20311C + Vivo Mobile Communication Ltd - 001469 - Cisco Systems Inc. + 104F58 + Aruba Networks HP - 0014BA - Carvers SA de CV + B4E842 + Hong Kong Bouffalo Lab Limited - 00148A - Elin Ebg Traction GmbH + 0003CB + SystemGear Ltd - 001491 - Daniels Electronics Ltd dbo Codan Rado Communications + F0A7B2 + Futaba Corporation - 00146E - H. Stoll GmbH & Co. KG + 609B2D + JMACS Japan Ltd - 0014AA - Ashly Audio Inc. + 14A32F + Huawei Device Ltd - 001409 - MAGNETI MARELLI S.E. S.p.A. + 04D3B5 + Huawei Device Ltd - 00140B - First International Computer Inc. + 00BB1C + Huawei Device Ltd - 0013FD - Nokia Danmark A/S + 80AC7C + Sichuan AI-Link Technology Ltd - 001400 - Minerva Korea Ltd + DC4BFE + Shenzhen Belon Technology Ltd - 0013FC - SiCortex Inc. + 506255 + IEEE Registration Authority - 0013F6 - Cintech + 58D50A + Murata Manufacturing Ltd - 00144F - Oracle Corporation + 88A303 + Samsung Electronics Ltd - 001456 - Edge Products + FCDE90 + Samsung Electronics Ltd - 001450 - Heim Systems GmbH + 1854CF + Samsung Electronics Ltd - 001452 - Calculex,Inc. + 80795D + Infinix mobility limited - 001442 - Atto Corporation + E884C6 + Huawei Technologies Ltd - 001447 - BOAZ Inc. + 642CAC + Huawei Technologies Ltd - 00143E - AirLink Communications Inc. + 08CC27 + Motorola Mobility LLC, a Lenovo Company - 00145D - WJ Communications Inc. + 04D395 + Motorola Mobility LLC, a Lenovo Company - 00143B - Sensovation AG + E09806 + Espressif Inc. - 00142D - Toradex AG + F4CFA2 + Espressif Inc. - 001429 - V Center Technologies Ltd + F81E6F + EBG Compleo GmbH - 001414 - Jumpnode Systems LLC. + F0A35A + Apple - 00141E - P.A. Semi Inc. + 608373 + Apple - 0013CB - Zenitel Norway AS + 84AD8D + Apple - 0013CF - 4Access Communications + 74428B + Apple - 0013BE - Virtual Conexions + 149138 + Amazon Technologies Inc. - 0013B9 - BM SPA + 6C410E + Cisco Systems Inc. - 0013AB - Telemotive AG + 6C310E + Cisco Systems Inc. - 0013C9 - Beyond Achieve Enterprises Ltd + 2877F1 + Apple - 0013C6 - OpenGear Inc. + A8E77D + Texas Instruments - 0013F3 - Giga-byte Communications Inc. + DC543D + Itel Mobile Limited - 0013F4 - Psitek (Pty) Ltd + 0C8447 + Fiberhome Telecommunication Technologies Ltd - 0013AC - Sunmyung Electronics Ltd + 9C6B72 + Realme Chongqing MobileTelecommunications Corp Ltd - 0013A8 - Tanisys Technology + 50C6AD + Fiberhome Telecommunication Technologies Ltd - 0013DA - Diskware Ltd + 748A28 + HMD Global Oy - 0013D8 - Princeton Instruments + D42493 + GW Technologies Ltd - 001399 - STAC Corporation. + 0023E6 + Innovation Farm Inc. - 0013E9 - VeriWave Inc. + ECA940 + ARRIS Group Inc. - 001395 - Congatec AG + FC8596 + Axonne Inc. - 001356 - FLIR Radiation Inc + 5CB4E2 + Inspur Software Group Ltd - 00135A - Project T&E Limited + 3C510E + Cisco Systems Inc. - 001361 - Biospace Ltd + D8AED0 + Shanghai Engineering Science & Technology Ltd CGNPC - 001362 - ShinHeung Precision Ltd + E0859A + Shenzhen RF-Link Technology Ltd - 00134F - Rapidus Wireless Networks Inc. + 0C42A1 + Mellanox Technologies Inc. - 001378 - Qsan Technology Inc. + B47AF1 + Hewlett Packard Enterprise - 00137A - Netvox Technology Ltd + 349F7B + Canon Inc. - 001381 - CHIPS & Systems Inc. + F4D9C6 + Unionman Technology Ltd - 001379 - Ponder Information Industries Ltd + 34F150 + Hui Zhou Gaoshengda Technology Ltd - 00132C - MAZ Brandenburg GmbH + CC5289 + Shenzhen Optfocus Technology Ltd - 001324 - Schneider Electric Ultra Terminal + CC5D78 + JTD Consulting - 001326 - ECM Systems Ltd + BCF9F2 + Teko - 001327 - Data Acquisitions limited + 000EA4 + Quantum Corp. - 001367 - Narayon Ltd + 005084 + Quantum Corp. - 00135C - OnSite Systems Inc. + 809F9B + Sichuan AI-Link Technology Ltd - 00135F - Cisco Systems Inc. + A82BCD + Huawei Technologies Ltd - 00133B - Speed Dragon Multimedia Limited + 48DC2D + Huawei Technologies Ltd - 001338 - Fresenius-Vial + ACEB51 + Universal Electronics Inc. - 00132D - iWise Communications + 6010A2 + Crompton Instruments - 001374 - Atheros Communications Inc. + C4B239 + Cisco Systems Inc. - 001369 - Honda Electron Ltd + B0A454 + Tripwire Inc. - 001342 - Vision Research Inc. + 6490C1 + Beijing Xiaomi Mobile Software Ltd - 001340 - AD.EL s.r.l. + CC5CDE + China Mobile Group Device Ltd - 00130C - HF System Corporation + 60CE86 + Sercomm Corporation. - 00130F - EGEMEN Bilgisayar Muh San ve Tic Ltd STI + 4C4FEE + OnePlus Technology (Shenzhen) Ltd - 001313 - GuangZhou Post & Telecom Equipment Ltd + 4CE175 + Cisco Systems Inc. - 0012CB - CSS Inc. + A824B8 + Nokia - 0012CE - Advanced Cybernetics Group + 000CE6 + Fortinet Inc. - 0012CA - Mechatronic Brick Aps + 9055DE + Fiberhome Telecommunication Technologies Ltd - 0012C7 - SECURAY Technologies LtdCo. + E8910F + Fiberhome Telecommunication Technologies Ltd - 0012CD - ASEM SpA + D005E4 + Huawei Device Ltd - 0012E8 - Fraunhofer IMS + 30AAE4 + Huawei Device Ltd - 0012DD - Shengqu Information Technology (Shanghai) Ltd + 14AB56 + Wuxi Funide Digital Ltd - 00131D - Scanvaegt International A/S + E8D8D1 + HP Inc. - 001318 - DGSTATION Ltd + 28CDC4 + Chongqing Fugui Electronics Ltd - 00131A - Cisco Systems Inc. + 000CDF + JAI Manufacturing - 0012F4 - Belco International Ltd + 2C91AB + AVM Audiovisuelles Marketing und Computersysteme GmbH - 0012F5 - Imarda New Zealand Limited + 807B3E + Samsung Electronics Ltd - 0012E0 - Codan Limited + F8F1E6 + Samsung Electronics Ltd - 0012DE - Radio Components Sweden AB + 88A9B7 + Apple - 001301 - IronGate S.L. + ECCED7 + Apple - 0012F6 - MDK Ltd + 48EB62 + Murata Manufacturing Ltd - 0012F1 - Ifotec + 5CE176 + Cisco Systems Inc. - 0012F8 - WNI Resources LLC + AC9085 + Apple - 00127C - Swegon AB + 3448ED + Dell Inc. - 001278 - International Bar Code + 3C5731 + Cisco Systems Inc. - 00127A - Sanyu Industry Ltd + 6C55E8 + Technicolor CH USA Inc. - 001268 - IPS d.o.o. + 342FBD + Nintendo Ltd - 0012AC - Ontimetek Inc. + A02D13 + AirTies Wireless Networks - 0012BC - Echolab LLC + 8468C8 + Totolink Technology Int'l Limited - 0012BD - Avantec Manufacturing Limited + 9C28F7 + Xiaomi Communications Ltd - 0012AB - WiLife Inc. + 10521C + Espressif Inc. - 00129B - E2S Electronic Engineering Solutions, S.L. + 6C42AB + Subscriber Networks Inc. - 001298 - Mico Electric(Shenzhen) Limited + 64F6F7 + Anhui Dynamic Power Ltd - 001272 - Redux Communications Ltd + 941C56 + Actiontec Electronics Inc. - 00126A - OPTOELECTRONICS Ltd + D80BCB + Telink Semiconductor (Shanghai) Ltd - 0012C0 - HotLava Systems Inc. + F0F0A4 + Amazon Technologies Inc. - 0012B7 - PTW Freiburg + C0D682 + Arista Networks - 0012A1 - BluePacket Communications Ltd + CC2D1B + SFR - 001206 - iQuest (NZ) Ltd + 80E540 + ARRIS Group Inc. - 001207 - Head Strong International Limited + 000DB4 + Stormshield - 001209 - Fastrax Ltd + 2CF05D + Micro-Star INTL Ltd - 00120B - Chinasys Technologies Limited + 943BB0 + New H3C Technologies Ltd - 001205 - Terrasat Communications Inc. + 9043E2 + Cornami Inc. - 001238 - SetaBox Technology Ltd + 803049 + Liteon Technology Corporation - 00123C - Second Rule LLC + E84943 + YUGE Information technology Ltd - 00123E - ERUNE technology Ltd + 501408 + AiNET - 001254 - Spectra Technologies Holdings Company Ltd + 289AF7 + ADVA Optical Networking Ltd - 00124F - nVent + B0B194 + ZTE Corporation - 001221 - B.Braun Melsungen AG + 10C3AB + Huawei Technologies Ltd - 001212 - PLUS Corporation + 2811EC + Huawei Technologies Ltd - 001213 - Metrohm AG + E42686 + DWnet Technologies(Suzhou) Corporation - 001218 - ARUZE Corporation + 00692D + Sunnovo International Limited - 001249 - Delta Elettronica S.p.A. + 38EB47 + Huawei Technologies Ltd - 00124D - Inducon BV + 0C3796 + Bizlink Technology Inc. - 001266 - Swisscom Hospitality Services SA + F4032A + Amazon Technologies Inc. - 00125E - Caen + 147740 + Huawei Device Ltd - 00125D - CyberNet Inc. + B4157E + Celona Inc. - 001223 - Pixim + 18D98F + Huawei Device Ltd - 00123A - Posystech Inc., Co. + 645E2C + IRay Technology Ltd - 001234 - Camille Bauer + 00E0EC + Celestica Inc. - 0011E3 - Thomson Inc. + 703811 + Siemens Mobility Limited - 0011DC - Glunz & Jensen + 646266 + IEEE Registration Authority - 001196 - Actuality Systems Inc. + 487AF6 + NCS Electrical SDN BHD - 001187 - Category Solutions Inc. + 486E70 + Zhejiang Tmall Technology Ltd - 001190 - Digital Design Corporation + 601D9D + Sichuan AI-Link Technology Ltd - 0011C4 - Terminales de Telecomunicacion Terrestre, S.L. + D85F77 + Telink Semiconductor (Shanghai) Ltd - 0011CB - Jacobsons AB + 2C97ED + Sony Imaging Products & Solutions Inc. - 0011F7 - Shenzhen Forward Industry Ltd + 20826A + Guangdong Oppo Mobile Telecommunications Corp Ltd - 0011D3 - NextGenTel Holding ASA + B89047 + Apple - 0011AB - Trustable Technology Ltd + 909C4A + Apple - 0011A5 - Fortuna Electronic Corp. + 908C43 + Apple - 00113C - Micronas GmbH + 188A6A + AVPro Global Hldgs - 001131 - Unatech Ltd + 3C7D0A + Apple - 001127 - TASI Inc. + D48A39 + Samsung Electronics Ltd - 00112A - Niko NV + E4F3C4 + Samsung Electronics Ltd - 00112B - NetModule AG + 9C2F4E + ZTE Corporation - 00116F - Netforyou Ltd + F01090 + New H3C Technologies Ltd - 001171 - DEXTER Communications Inc. + 08BFA0 + Samsung Electronics Ltd - 001167 - Integrated System Solution Corp. + 701F3C + Samsung Electronics Ltd - 00116D - American Time and Signal + 2050E7 + AMPAK Technology,Inc. - 001160 - ARTDIO Company Ltd + D8A8C8 + ZTE Corporation - 001154 - Webpro Technologies Inc. + 3822E2 + HP Inc. - 001145 - ValuePoint Networks + 08C0EB + Mellanox Technologies Inc. - 001151 - Mykotronx + E4E112 + Texas Instruments - 00114E - 690885 Ontario Inc. + 3414B5 + Texas Instruments - 00112D - iPulse Systems + D003EB + Texas Instruments - 00117B - Buchi Labortechnik AG + 94DB56 + Sony Home Entertainment & Sound Products Inc - 000FEE - XTec Inc.orporated + 889E68 + Technicolor CH USA Inc. - 000FE4 - Pantech Ltd + 6409AC + TCT mobile Ltd - 000FE7 - Lutron Electronics Co. Inc. + 743AEF + Kaonmedia Ltd - 000FE6 - MBTech Systems Inc. + 189E2C + Huawei Device Ltd - 000FDA - Yazaki Corporation + 5C5578 + iryx Corp - 000FEF - Thales e-Transactions GmbH + 4CC53E + ZyXEL Communications Corp - 000FE9 - GW Technologies Ltd + 9056FC + Tecno Mobile Limited - 000FE1 - ID Digital Corporation + B86392 + Guangdong Genius Technology Ltd - 000FDF - SOLOMON Technology Corp. + 68B9D3 + Shenzhen Trolink Technology Ltd - 000FFE - G-PRO Computer + B8C6AA + Earda Technologies Ltd - 00110B - Franklin Technology Systems + 54AED0 + DASAN Networks Inc. - 001105 - Sunplus Technology Ltd + 1070FD + Mellanox Technologies Inc. - 001102 - Aurora Multimedia Corp. + 38F601 + Solid State Storage Technology Corporation - 001123 - Appointech Inc. + 40DEAD + Juniper Networks - 00110F - netplat,Inc. + 40F520 + Espressif Inc. - 000FD6 - Sarotech Ltd + 78AA82 + New H3C Technologies Ltd - 001115 - EPIN Technologies Inc. + 206C8A + Extreme Networks Inc. - 000FC7 - Dionica R&D Ltd + 348584 + Extreme Networks Inc. - 000F64 - D&R Electronica Weesp BV + 4018B1 + Extreme Networks Inc. - 000F75 - First Silicon Solutions + 885BDD + Extreme Networks Inc. - 000F7C - ACTi Corporation + 98ED5C + Tesla,Inc. - 000F7A - BeiJing NuQX Technology Ltd + C44268 + Crestron Electronics Inc. - 000FAD - FMN Communications GmbH + 5471DD + Huawei Device Ltd - 000FAB - Kyushu Electronics Systems Inc. + E4A749 + Palo Alto Networks - 000FAC - IEEE 802.11 + 84D6C5 + SolarEdge Technologies - 000F72 - Sandburst + D89136 + Dover Fueling Solutions - 000FB3 - Actiontec Electronics Inc. + C88314 + Tempo Communications - 000F9C - Panduit Corp + B8E3EE + Universal Electronics Inc. - 000FC8 - Chantry Networks + 24C8D3 + McWane India Pvt Ltd - 000FBB - Nokia Siemens Networks GmbH & Co. KG. + 605464 + Eyedro Green Solutions Inc. - 000FBC - Onkey Technologies Inc. + FC956A + Octagon Systems Corp. - 000FB6 - Europlex Technologies + 40B31E + Universal Electronics Inc. - 000FB9 - Adaptive Instruments + 884033 + Huawei Technologies Ltd - 000F98 - Avamax Ltd + E0F6B5 + Nintendo Ltd - 000F97 - Avanex Corporation + AC7A56 + Cisco Systems Inc. - 000F96 - Telco Systems Inc. + 448DBF + Rhino Mobility LLC - 000F8B - Orion MultiSystems Inc + 948AC6 + Realme Chongqing Mobile Telecommunications Corp Ltd - 000F8C - Gigawavetech Pte Ltd + C0A66D + Inspur Group Ltd - 000F38 - Netstar + 70F096 + Cisco Systems Inc. - 000F3A - Hisharp + 0020A6 + Proxim Wireless - 000F30 - Raza Microelectronics Inc + 5850ED + Hangzhou Hikvision Digital Technology Ltd - 000F53 - Solarflare Communications Inc. + 00051E + Brocade Communications Systems LLC - 000F51 - Azul Systems Inc. + 988B0A + Hangzhou Hikvision Digital Technology Ltd - 000F07 - Mangrove Systems Inc. + BCBAC2 + Hangzhou Hikvision Digital Technology Ltd - 000F00 - Legra Systems Inc. + ACCB51 + Hangzhou Hikvision Digital Technology Ltd - 000F01 - Digitalks Inc + E0D462 + Huawei Device Ltd - 000F03 - CoM&C Ltd + 909838 + Huawei Device Ltd - 000F34 - Cisco Systems Inc. + 84CCA8 + Espressif Inc. - 000F2E - Megapower International Corp. + C4F57C + Brocade Communications Systems LLC - 000F26 - WorldAccxx LLC + 0012F2 + Brocade Communications Systems LLC - 000F45 - Stretch Inc. + 6C2F8A + Samsung Electronics Ltd - 000F3B - Fuji System Machines Ltd + F0B022 + TOHO Electronics Inc. - 000F37 - Xambala Incorporated + 987ECA + Inventus Power Eletronica do Brasil LtdA - 000F54 - Entrelogic Corporation + 2C9FFB + Wistron Neweb Corporation - 000F25 - AimValley B.V. + 50382F + ASE Group Chung-Li - 000F19 - Boston Scientific + 0C14D2 + China Mobile Group Device Ltd - 000F10 - RDM Corporation + D4F829 + Sagemcom Broadband SAS - 000EA8 - United Technologists Europe Limited + E06234 + Texas Instruments - 000EAA - Scalent Systems Inc. + 708CBB + Mimodisplaykorea - 000EAC - Mintron Enterprise Ltd + B848AA + EM Microelectronic - 000EAE - Gawell Technologies Corp. + D834EE + Stem Audio - 000EBA - Hanmi Semiconductor Ltd + F8572E + Core Brands LLC - 000EBC - Paragon Fidelity GmbH + 001C91 + Gefen LLC - 000EC5 - Digital Multitools Inc + 244BFE + ASUSTek Computer Inc. - 000EC7 - Motorola Korea + 7CDDE9 + ATOM tech Inc. - 000E8B - Astarte Technology Ltd + F86BD9 + Cisco Systems Inc. - 000EDF - PLX Technology + C014FE + Cisco Systems Inc. - 000EE1 - ExtremeSpeed Inc. + 7CAD4F + Cisco Systems Inc. - 000ED7 - Cisco Systems Inc. + 0831A4 + Huawei Device Ltd - 000ED3 - Epicenter Inc. + A8E978 + Huawei Device Ltd - 000E9D - Tiscali UK Ltd + F82F65 + Huawei Device Ltd - 000E47 - NCI System Ltd + 28B371 + Ruckus Wireless - 000E46 - Niigata Seimitsu Ltd + 08ACC4 + FMTech - 000E1F - TCL Networks Equipment Ltd + DC503A + Nanjing Ticom Tech Ltd - 000E26 - Gincom Technology Corp. + 18473D + Chongqing Fugui Electronics Ltd - 000E6C - Device Drivers Limited + D477B2 + Netix Global B.V. - 000E6B - Janitza electronics GmbH + 70B5E8 + Dell Inc. - 000E5F - activ-net GmbH & Co. KG + 942533 + Huawei Technologies Ltd - 000E57 - Iworld Networking Inc. + 605661 + IXECLOUD Tech - 000E51 - tecna elettronica srl + 0C599C + Juniper Networks - 000E67 - Eltis Microelectronics Ltd + 44F4E7 + Cohesity Inc - 000E65 - TransCore + 706979 + IEEE Registration Authority - 000E43 - G-Tek Electronics Sdn. Bhd. + FC609B + New H3C Technologies Ltd - 000E44 - Digital 5 Inc. + E8A1F8 + ZTE Corporation - 000E74 - Solar Telecom. Tech + 98A942 + Guangzhou Tozed Kangwei Intelligent Technology Ltd - 000E7A - GemWon Communications Ltd + 304240 + ZTE Corporation - 000E80 - Thomson Technology Inc + 4C2113 + Nokia Shanghai Bell Ltd - 000E85 - Catalyst Enterprises Inc. + 802DBF + Cisco Systems Inc. - 000E32 - Kontron Medical + 24F150 + Guangzhou Qi'an Technology Ltd - 000E0B - Netac Technology Ltd + 108B6A + Antailiye Technology Ltd - 000E11 - BDT Buro und Datentechnik GmbH & Co.KG + 14C88B + Apple - 000DF5 - TElectronics International Inc. + EC2651 + Apple - 000DF7 - Space Dynamics Lab + 183EEF + Apple - 000DEB - CompXs Limited + 607EC9 + Apple - 000DEE - Andrew RF Power Amplifier Group + 40882F + Extreme Networks Inc. - 000DEF - Soc. Coop. Bilanciai + E43D1A + Broadcom Limited - 000DE7 - Snap-on OEM Group + 644C36 + Intel Corporation - 000DC6 - DigiRose Technology Ltd + 4889E7 + Intel Corporation - 000DC1 - SafeWeb Inc + 24EE9A + Intel Corporation - 000DF0 - Qcom Technology Inc. + 5C879C + Intel Corporation - 000DE5 - Samsung Thales + 50EB71 + Intel Corporation - 000DC0 - Spagat AS + 0CDD24 + Intel Corporation - 000DDD - Profilo Telra Elektronik Sanayi ve Ticaret. A.S + 94B86D + Intel Corporation - 000DF8 - ORGA Kartensysteme GmbH + 2016B9 + Intel Corporation - 000E16 - SouthWing S.L. + 38BAF8 + Intel Corporation - 000DA7 - Private + 3C6AA7 + Intel Corporation - 000DAD - Dataprobe Inc. + 34E12D + Intel Corporation - 000DA9 - T.E.A.M. S.L. + 00BB60 + Intel Corporation - 000DAB - Parker Hannifin GmbH Electromechanical Division Europe + 60F677 + Intel Corporation - 000DA8 - TElectronics Technology Corporation + A08869 + Intel Corporation - 000D79 - Dynamic Solutions Ltd + 74E5F9 + Intel Corporation - 000D6D - K-Tech Devices Corp. + 80000B + Intel Corporation - 000DAF - Plexus Corp (UK) Ltd + 34415D + Intel Corporation - 000DB1 - Japan Network Service Ltd + FC7774 + Intel Corporation - 000D83 - Sanmina-SCI Hungary Ltd + 982CBC + Intel Corporation - 000D7F - MIDAS CoMMUNICATION TECHNOLOGIES PTE Ltd ( Foreign Branch) + 3CF011 + Intel Corporation - 000D75 - Kobian Pte Ltd - Taiwan Branch + 287FCF + Intel Corporation - 000D78 - Engineering & Security + 803253 + Intel Corporation - 000D9E - TOKUDEN OHIZUMI SEISAKUSYO Ltd + D8C0A6 + Azurewave Technologies Inc. - 000DA3 - Emerging Technologies Limited + 9CFCE8 + Intel Corporation - 000DA4 - Dosch & Amand Systems AG + F8AC65 + Intel Corporation - 000D9A - Infotec Ltd + 1012FB + Hangzhou Hikvision Digital Technology Ltd - 000D6E - K-Patents Oy + F09BB8 + Huawei Technologies Ltd - 000D6A - Redwood Technologies Ltd + BC17B8 + Intel Corporation - 000DBA - Oce Document Technologies GmbH + B8CB29 + Dell Inc. - 000DBD - Cisco Systems Inc. + 44BB3B + Google Inc. - 000DB5 - Globalsat Technology Corporation + 14C14E + Google Inc. - 000D97 - ABB Inc./Tropos + 8C5EBD + Huawei Device Ltd - 000D96 - Vtera Technology Inc. + 2CA042 + Huawei Device Ltd - 000D8B - T&D Corporation + ECC01B + Huawei Technologies Ltd - 000D90 - Factum Electronics AB + 9844CE + Huawei Technologies Ltd - 000D85 - Tapwave Inc. + CCD083 + Aruba Networks HP - 000D82 - Phsnet + C083C9 + Huawei Device Ltd - 000D23 - Smart Solution Inc. + C01C30 + Shenzhen WIFI-3L Technology Ltd - 000D27 - MICROPLEX Printware AG + D8C678 + MitraStar Technology Corp. - 000D1B - Kyoto Electronics Manufacturing Ltd + 441C7F + Motorola Mobility LLC, a Lenovo Company - 000D1D - High-TEK Harness ENT Ltd + 00B8B6 + Motorola Mobility LLC, a Lenovo Company - 000D02 - NEC Platforms Ltd + 1CE61D + Samsung Electronics Ltd - 000D07 - Calrec Audio Ltd + 8012DF + Shenzhen SuperElectron Technology Ltd - 000D40 - Verint Loronix Video Solutions + 10E77A + STMicrolectronics International NV - 000D21 - WISCORE Inc. + 80EA07 + TP-Link Technologies Ltd - 000D09 - Yuehua(Zhuhai) Electronic Ltd + BC03A7 + MFP Michelin - 000D37 - Wiplug + 90769F + Shenzhen Mercury Communication Technologies Ltd - 000D33 - Prediwave Corp. + 982FF8 + Huawei Device Ltd - 000D2F - AIN Comm.Tech Ltd + 40DCA5 + Huawei Device Ltd - 000D5D - Raritan Computer Inc. + 2C6F51 + Herospeed Digital Technology Limited - 000D63 - DENT Instruments Inc. + 04A2F3 + Fiberhome Telecommunication Technologies Ltd - 000D66 + CCDB93 Cisco Systems Inc. - 000CCD - IEC - TC57 + 18D61C + Shenzhen TINNO Mobile Technology Corp. - 000CCB - Design Combus Ltd + 5448E6 + Beijing Xiaomi Mobile Software Ltd - 000CC9 - Ilwoo Data & Technology Ltd + 60D4E9 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 000CE9 - Bloomberg L.P. + 30C50F + Huawei Technologies Ltd - 000CEA - aphona Kommunikationssysteme + 2868D2 + Huawei Technologies Ltd - 000CDA - FreeHand Systems Inc. + 90A935 + JWEntertainment - 000CF5 - InfoExpress + A486AE + Quectel Wireless Solutions Ltd - 000CEE - jp-embedded + 1CD6BE + Wistron Neweb Corporation - 000CAF - TRI Term Ltd + 28D127 + Beijing Xiaomi Mobile Software Ltd - 000CB3 - ROUND Ltd + C868DE + Huawei Device Ltd - 000CDD - AOS technologies AG + D00DF7 + Huawei Device Ltd - 000CA5 - Naman NZ Ltd + 4805E2 + Huawei Device Ltd - 000CA9 - Ebtron Inc. + F81B04 + Zhong Shan City Richsound Electronic Industrial Ltd - 000CFB - Korea Network Systems + D88C79 + Google Inc. - 000C7A - DaTARIUS Technologies GmbH + 10341B + Spacelink - 000C79 - Extel Communications P/L + 30A452 + Arrival Elements BV - 000C75 - Oriental integrated electronics Ltd + 001E68 + Quanta Computer Inc. - 000C5D - Chic Technology (China) Corp. + 00238B + Quanta Computer Inc. - 000C4F - UDTech Japan Corporation + 2C600C + Quanta Computer Inc. - 000C62 - ABB AB, Cewe-Control + 8CC5B4 + Sagemcom Broadband SAS - 000C4C - Arcor AG&Co. + 000BA2 + Sumitomo Electric Industries Ltd - 000C47 - SK Teletech(R&D Planning Team) + 0008F6 + Sumitomo Electric Industries Ltd - 000C6D - Edwards Ltd + 00005F + Sumitomo Electric Industries Ltd - 000C70 - ACC GmbH + 18ECE7 + Buffalo Inc. - 000C6A - Mbari + F469D5 + IEEE Registration Authority - 000C6B - Kurz Industrie-Elektronik GmbH + 083AF2 + Espressif Inc. - 000C9D - UbeeAirWalk Inc. + 743A20 + New H3C Technologies Ltd - 000C9F - NKE Corporation + 30C9AB + Cloud Network Technology Singapore PTE Ltd - 000C84 - Eazix Inc. + 3C1A9E + VitalThings AS - 000C85 + C4D738 + Huawei Device Ltd + + + C884A1 Cisco Systems Inc. - 000C3F - Cogent Defence & Security Networks, + D8778B + Intelbras - 000C30 - Cisco Systems Inc. + 0003E8 + Wavesight Limited - 000C9A - Hitech Electronics Corp. + 6CBAB8 + Sagemcom Broadband SAS - 000C91 - Riverhead Networks Inc. + E0D464 + Intel Corporation - 000BDA - EyeCross Co.,Inc. + C0F6C2 + Huawei Technologies Ltd - 000BD6 - Paxton Access Ltd + D4AFF7 + Arista Networks - 000BD4 - Beijing Wise Technology & Science Development Ltd + 60077C + Jala Group - 000C1F - Glimmerglass Networks + 609866 + Texas Instruments - 000C20 - Fi WIn Inc. + 047E23 + China Mobile IOT Company Limited - 000C15 - CyberPower Systems Inc. + 14CCB3 + AO GK Nateks - 000BF8 - Infinera + DCCD2F + Seiko Epson Corporation - 000BFF - Berkeley Camera Engineering + 9454CE + Guangdong Oppo Mobile Telecommunications Corp Ltd - 000C16 - Concorde Microsystems Inc. + 388ABE + Guangdong Oppo Mobile Telecommunications Corp Ltd - 000C09 - Hitachi IE Systems Ltd + 689320 + New H3C Technologies Ltd - 000BE7 - Comflux Technology Inc. + 5484DC + ZTE Corporation - 000BEC - Nippon Electric Instrument Inc. + 38549B + ZTE Corporation - 000C02 - ABB Oy + 084296 + Mobile Technology Solutions LLC - 000B71 - Litchfield Communications Inc. + 343EA4 + Ring LLC - 000B74 - Kingwave Technology Ltd + 04C1D8 + Huawei Device Ltd - 000B73 - Kodeos Communications + C8BC9C + Huawei Device Ltd - 000B76 - ET&T Technology Ltd + B0FEE5 + Huawei Device Ltd - 000B5E - Audio Engineering Society Inc. + C81739 + Itel Mobile Limited - 000B60 - Cisco Systems Inc. + 58D061 + Huawei Technologies Ltd - 000B65 - Sy.A.C. srl + 34EFB6 + Edgecore Networks Corporation - 000B5F - Cisco Systems Inc. + E874C7 + Sentinhealth - 000B61 - Friedrich Lutze GmbH & Co. KG + 001C7B + Castlenet Technology Inc. - 000B59 - ScriptPro LLC + E4842B + Hangzhou Softel Optic Ltd - 000B5C - Newtech Ltd + B8D309 + Cox Communications Inc. - 000B7E - SAGINOMIYA Seisakusho Inc. + 94026B + Optictimes Ltd - 000B80 - Lycium Networks + D46A91 + SnapAV - 000BA7 - Maranti Networks + 80EE25 + Shenzhen Skyworth Digital Technology Ltd - 000BAA - Aiphone Ltd + 4487DB + Tymphany Acoustic Technology (Huizhou) Co. Ltd - 000BA4 - Shiron Satellite Communications Ltd (1996) + D021F9 + Ubiquiti Networks Inc. - 000BD0 - XiMeta Technology Americas Inc. + D03D52 + Ava Security Limited - 000BC5 - SMC Networks Inc. + F490EA + Deciso B.V. - 000BC6 - ISAC Inc. + 64D2C4 + Apple + + + DC5285 + Apple + + + E88152 + Apple - 000BC1 - Bay Microsystems Inc. + 908158 + Apple - 000B8B - Kerajet, S.A. + B4ADA3 + Guangzhou Shiyuan Electronic Technology Company Limited - 000B89 - Top Global Technology Ltd + 642315 + Huawei Device Ltd - 000B99 - SensAble Technologies Inc. + A4C74B + Huawei Device Ltd - 000B9C - TriBeam Technologies Inc. + D0D23C + Apple - 000B7C - Telex Communications + 78E3DE + Apple - 000B83 - Datawatt B.V. + 18FDCB + IEEE Registration Authority - 000B20 - Hirata Corporation + D4482D + Shenzhen Deejoy Lighting Technology Ltd - 000B22 - Environmental Systems and Services + D8F8AF + Daontec - 000B1B - Systronix Inc. + 408C4C + Shenzhen MiaoMing Intelligent Technology Ltd - 000B03 - Taekwang Industrial Ltd + 6CADAD + Chongqing Fugui Electronics Ltd - 000B01 - Daiichi Electronics Ltd + CCE0DA + Baidu Online Network Technology (Beijing) Ltd - 000B3E - BittWare Inc. + 141B30 + Shenzhen Yipingfang Network Technology Ltd - 000B29 - LS(LG) Industrial Systems Ltd + F46FED + Fiberhome Telecommunication Technologies Ltd - 000B39 - Keisoku Giken Ltd + 94B97E + Espressif Inc. - 000B3A - QuStream Corporation + A8301C + Qingdao Intelligent & Precise Electronics Ltd - 000B33 - Vivato Technologies + D8F3BC + Liteon Technology Corporation - 000B05 - Pacific Broadband Networks + B8477A + Dasan Electron Ltd - 000B00 - Fujian Start Computer Equipment Ltd + 7C78B2 + Wyze Labs Inc - 000B5B - Rincon Research Corporation + D8373B + Shenzhen Jingxun Software Telecommunication Technology Ltd - 000AF6 - Emerson Climate Technologies Retail Solutions Inc. + 6C2D24 + Zhen Shi Information Technology (Shanghai) Ltd - 000B11 - Himeji ABC Trading Ltd + B8AE1C + Smart Cube Ltd - 000B41 - Ing. Buro Dr. Beutlhauser + 800384 + Ruckus Wireless - 000AEA - Adam Elektronik Ltd STI + FC698C + ANDREAS STIHL AG & Co. KG - 000AE3 - Yang MEI Technology Ltd + 0023A7 + Redpine Signals Inc. - 000ADC - RuggedCom Inc. + 44CE3A + Jiangsu Huacun Electronic Technology Ltd - 000AB7 - Cisco Systems Inc. + 9C1EA4 + Renesas Electronics (Penang) Sdn. Bhd. - 000AAD - Stargames Corporation + 4CEF56 + Shenzhen Sundray Technologies Company Limited - 000AB1 - GENETEC Corporation + E4C32A + TP-Link Technologies Ltd - 000AB9 - Astera Technologies Corp. + 909A4A + TP-Link Technologies Ltd - 000A90 - Bayside Interactive Inc. + BC9789 + Huawei Device Ltd - 000A9D - King Young Technology Ltd + AC122F + Fantasia Trading LLC - 000AA1 - V V S Limited + FC45C3 + Texas Instruments - 000AA4 - Shanghai Surveillance Technology Ltd + AC6AA3 + Shenzhen Kertong Technology Ltd - 000A9E - BroadWeb Corportation + E84F4B + Shenzhen Delos Electronic Ltd - 000AE0 - Fujitsu Softek + B04A39 + Beijing Roborock Technology Ltd - 000A8B - Cisco Systems Inc. + A4F9E4 + AirVine Scientific Inc. - 000A88 - Incypher S.A. + F44FD3 + Shenzhen hemuwei technology Ltd - 000ABB - Taiwan Secom Ltd + 684571 + Huawei Device Ltd - 000A7C - Tecton Ltd + 8493A0 + Huawei Device Ltd - 000A6E - Harmonic Inc. + 9C8E9C + Huawei Device Ltd - 000A6D - EKS Elektronikservice GmbH + 4014AD + Huawei Device Ltd - 000A43 - Chunghwa Telecom Ltd + A87484 + ZTE Corporation - 000A45 - Audio-Technica Corp. + E04BA6 + Huawei Technologies Ltd - 000A35 - Xilinx + C8B6D3 + Huawei Technologies Ltd - 000A3B - GCT Semiconductor Inc. + FC8D3D + Leapfive Tech Ltd - 000A74 - Manticom Networks Inc. + 002386 + IMI Hydronic Engineering international SA - 000A6F - ZyFLEX Technologies Inc + A06974 + Honor Device Ltd - 000A63 - DHD GmbH + C033DA + Shenzhen JRUN Technologies Ltd - 000A2E - Maple Networks Ltd + 607072 + Shenzhen Hongde Smart Link Technology Ltd - 000A2D - Cabot Communications Limited + DCB7FC + Alps Electric (Ireland) Ltd - 000A25 - Ceragon Networks + ACFAA5 + digitron - 000A21 - Integra Telecom Ltd + 78C95E + Midmark RTLS - 000A1E - Red-M Products Limited + 20CD6E + Realme Chongqing Mobile Telecommunications Corp Ltd - 000A4B - DataPower Technology Inc. + BC69CB + Panasonic Life Solutions Networks Ltd - 000A33 - Emulex Corporation + 089356 + Huawei Technologies Ltd - 000A67 - OngCorp + 000789 + Allradio Ltd - 0009F9 - ART Japan Ltd + 6C146E + Huawei Technologies Ltd - 0009FC - IPFLEX Inc. + 44E968 + Huawei Technologies Ltd - 0009FD - Ubinetics Limited + DC4A9E + IEEE Registration Authority - 0009F7 - SED, a Division Of Calian + E0C377 + Samsung Electronics Ltd - 0009E2 - Sinbon Electronics Ltd + 4CFBF4 + Optimal Audio Ltd - 0009DA - Control Module Inc. + 846082 + Private - 0009D7 - DC Security Products + 64037F + Samsung Electronics Ltd - 0009D8 - Falt Communications AB + B49D02 + Samsung Electronics Ltd - 000A14 - TECO a.s. + 809FF5 + Samsung Electronics Ltd - 000A0B - Sealevel Systems Inc. + 647924 + Huawei Device Ltd - 000A10 - FAST media integrations AG + D8CC98 + Huawei Device Ltd - 0009DB - eSpace + B8876E + Yandex Services AG - 0009D5 - Signal Communication Inc. + F86D73 + Zengge Ltd - 0009D3 - Western DataCom Co. Inc. + 588694 + EFM Networks - 0009BC - Utility Inc. + AC3728 + Taicang T&W Electronics - 0009BE - Mamiya-OP Ltd + BC9930 + Huawei Technologies Ltd - 0009E6 - Cyber Switching Inc. + E868E7 + Espressif Inc. - 0009FB - Philips Patient Monitoring + D0BCC1 + Weifang Goertek Electronics Ltd - 00098F - Cetacean Networks + 6CE874 + Huawei Technologies Ltd - 000987 - Nishi Nippon Electric Wire & Cable Ltd + C469F0 + Huawei Technologies Ltd - 000989 - VividLogic Inc. + C09435 + ARRIS Group Inc. - 000986 - Metalink Ltd + 18B6CC + We Corporation Inc. - 00098C - Option Wireless Sweden + F85E42 + Technicolor CH USA Inc. - 000985 - Auto Telecom Company + 30A023 + Rock Path S.R.L - 00098D - Velocity Semiconductor + E848B8 + TP-Link Corporation Limited - 000981 - Newport Networks + 78CB2C + Join Digital Inc. - 000955 - Young Generation International Corp. + 309E1D + Ohsung - 00094A - Homenet Communications + 687912 + IEEE Registration Authority - 00094B - FillFactory NV + EC6488 + Honor Device Ltd - 00094D - Braintree Communications Pty Ltd + 74D6CB + New H3C Technologies Ltd - 000950 - Independent Storage Corporation + 0C3AFA + New H3C Technologies Ltd - 000954 - AMiT spol. s. r. o. + 283B82 + D-Link International - 000992 - InterEpoch Technology,Inc. + 0CB6D2 + D-Link International - 000995 - Castle Technology Ltd + 60BEC4 + Apple - 000998 - Capinfo Company Limited + F8B1DD + Apple - 0009B6 - Cisco Systems Inc. + F8665A + Apple - 0009B3 - MCM Systems Ltd + A8817E + Apple - 00095C - Philips Medical Systems - Cardiac and Monitoring Systems (CM + 8C476E + IEEE Registration Authority - 000958 - Intelnet S.A. + 48701E + Texas Instruments - 0009A3 - Leadfly Techologies Corp Ltd + E8C320 + Austco Marketing & Service (USA) Ltd - 0009A5 - Hansung Eletronic Industries Development Ltd + AC3328 + Huawei Device Ltd - 000962 - Sonitor Technologies AS + 002306 + Alpsalpine Ltd - 00095D - Dialogue Technology Corp. + 002433 + Alpsalpine Ltd - 00099A - Elmo Company, Limited + 9C8D7C + Alpsalpine Ltd - 00099C - Naval Research Laboratory + 0016FE + Alpsalpine Ltd - 000984 - MyCasa Network Inc. + 0019C1 + Alpsalpine Ltd - 00092B - iQstor Networks Inc. + D476A0 + Fortinet Inc. - 000926 - Yoda Communications Inc. + 80B97A + eero Inc. - 000927 - Toyokeiki Ltd + BC7536 + Alpsalpine Ltd - 000923 - Heaman System Ltd + 5816D7 + Alpsalpine Ltd - 00091D - Proteam Computer Corporation + E0750A + Alpsalpine Ltd - 0008EB - ROMWin Ltd + E0AE5E + Alpsalpine Ltd - 0008E8 - Excel Master Ltd + 608D26 + Arcadyan Corporation - 0008DC - Wiznet + B4EC02 + Alpsalpine Ltd - 0008DD - Telena Communications Inc. + E42761 + Honor Device Ltd - 0008E1 - Barix AG + 8CF319 + Siemens Industrial Automation Products Ltd Chengdu - 000909 - Telenor Connect A/S + 1C3929 + Ohsung - 00090A - SnedFar Technology Ltd + E4D3AA + Fujitsu Connected Technologies Limited - 00090F - Fortinet Inc. + C8A40D + Cooler Master Technology Inc - 00092C - Hitpoint Inc. + 38420B + Sonos Inc. - 000903 - Panasas Inc. + C83A6B + Roku Inc. - 000907 - Chrysalis Development + A453EE + IEEE Registration Authority - 000906 - Esteem Networks + 8C4962 + Roku Inc. - 000952 - Auerswald GmbH & Co. KG + E02E3F + Huawei Device Ltd - 000944 - Cisco Systems Inc. + C4BF60 + Tecno Mobile Limited - 0008FB - SonoSite Inc. + D040EF + Murata Manufacturing Ltd - 0008EE - Logic Product Development + 8C8CAA + LCFC(HeFei) Electronics Technology Ltd - 000917 - WEM Technology Inc + 90CCDF + Intel Corporation - 000881 - Digital Hands Ltd + 085BD6 + Intel Corporation - 000882 - Sigma Corporation + B40EDE + Intel Corporation - 000873 - DapTechnology B.V. + E02BE9 + Intel Corporation - 00087A - Wipotec GmbH + BC9A53 + Huawei Device Ltd - 000871 - NORTHDATA Ltd + DC2727 + Huawei Device Ltd - 0008B2 - Shenzhen Compass Technology Development Ltd + F042F5 + Huawei Device Ltd - 0008B1 - ProQuent Systems + 4C1154 + Mobiwire Mobiles (NingBo) Ltd - 0008AF - Novatec Corporation + C8E265 + Intel Corporation - 0008A6 - Multiware & Image Ltd + 8C8D28 + Intel Corporation - 00087E - Bon Electro-Telecom Inc. + D056BF + Amosense - 000880 - BroadTel Canada Communications Inc. + B4B5B6 + Chongqing Fugui Electronics Ltd - 00086D - Missouri FreeNet + 047A0B + Beijing Xiaomi Electronics Ltd - 0008D4 - IneoQuest Technologies Inc. + 900F0C + Cloud Network Technology Singapore PTE Ltd - 0008D6 - HASSNET Inc. + F0A225 + Amazon Technologies Inc. - 0008CE - IPMobileNet Inc. + F04F7C + Amazon Technologies Inc. - 0008C2 - Cisco Systems Inc. + BC9D42 + Shenzhen RF-Link Technology Ltd - 0008C0 - ASA Systems + 4C7525 + Espressif Inc. - 0008A3 - Cisco Systems Inc. + 7404F0 + Mobiwire Mobiles (NingBo) Ltd - 00089E - Beijing Enter-Net Ltd + 240B88 + Taicang T&W Electronics - 0008B4 - Syspol + 0C938F + Guangdong Oppo Mobile Telecommunications Corp Ltd - 0008B3 - Fastwel + 78F9B4 + Nokia Solutions and Networks GmbH & Co. KG - 00088E - Nihon Computer Ltd + 60A8FE + Nokia Solutions and Networks GmbH & Co. KG - 0008DA - SofaWare Technologies Ltd + D8EFCD + Nokia Solutions and Networks GmbH & Co. KG - 0007D5 - 3e Technologies Int;. Inc. + 6CF712 + Nokia Solutions and Networks GmbH & Co. KG - 0007DB - Kirana Networks Inc. + EC75ED + Citrix Systems Inc. - 00086A - Securiton GmbH + 5CBD9A + Huawei Device Ltd - 000863 - Entrisphere Inc. + 8CDEE6 + Samsung Electronics Ltd - 000866 - DSX Access Systems Inc. + 10EC81 + Samsung Electronics Ltd - 0007EF - Lockheed Martin Tactical Systems + C45D83 + Samsung Electronics Ltd - 0007F4 - Eletex Ltd + 5CA4A4 + Fiberhome Telecommunication Technologies Ltd - 0007DD - Cradle Technologies + 14A3B4 + Huawei Device Ltd - 00081B - Windigo Systems + 9C9C1F + Espressif Inc. - 0007FF - Gluon Networks + D809D6 + Zexelon Ltd - 0007F7 - Galtronics + E86DE9 + Huawei Technologies Ltd - 00085F - Picanol N.V. + 144658 + Huawei Technologies Ltd - 000852 - Davolink Co Inc. + 58BE72 + Huawei Technologies Ltd - 00080C - VDA Elettronica spa + 108FFE + Huawei Technologies Ltd - 000804 - ICA Inc. + BCD7CE + China Mobile (Hangzhou) Information Technology Ltd - 000857 - Polaris Networks Inc. + 9CA570 + eero Inc. - 00078B - Wegener Communications Inc. + A0412D + Lansen Systems AB - 000783 - SynCom Network Inc. + C43960 + GD Midea Air-Conditioning Equipment Ltd - 000787 - Idea System Ltd + 98BEDC + Honor Device Ltd - 0007B9 - Ginganet Corporation + 44B6BE + Cisco Systems Inc. - 00047F - Chr. Mayr GmbH & Co. KG + 00A0FB + Toray Engineering D Solutions Ltd - 00047B - Schlumberger + 7061BE + Wistron Neweb Corporation - 0007B4 - Cisco Systems Inc. + 348A12 + Aruba Networks HP - 0007B3 - Cisco Systems Inc. + 84D343 + Calix Inc. - 0007B5 - Any One Wireless Ltd + D847BB + Huawei Device Ltd - 000785 - Cisco Systems Inc. + C41411 + Apple - 000775 - Valence Semiconductor Inc. + CCC95D + Apple - 000793 - Shin Satellite Public Company Limited + 38B5D3 + SecuWorks - 000796 - LSI Systems Inc. + 34318F + Apple - 00077F - J Communications Ltd + 446FD8 + IEEE Registration Authority - 000771 - Embedded System Corporation + C89402 + Chongqing Fugui Electronics Ltd - 000770 - Ubiquoss Inc + 7CB94C + Bouffalo Lab (Nanjing) Ltd - 0007D1 - Spectrum Signal Processing Inc. + DC15C8 + AVM Audiovisuelles Marketing und Computersysteme GmbH - 0007A2 - Opteon Corporation + 6CD630 + Rootous System Ltd - 0006F8 - The Boeing Company + B80756 + Cisco Meraki - 0006FB - Hitachi Printing Solutions Ltd + C833E5 + Huawei Technologies Ltd - 0006FC - Fnet Ltd + 3456FE + Cisco Meraki - 0006F4 - Prime Electronics & Satellitics Inc. + B844AE + TCT mobile Ltd - 000738 - Young Technology Ltd + E4F75B + ARRIS Group Inc. - 000729 - Kistler Instrumente AG + F8790A + ARRIS Group Inc. - 00072A - Innovance Networks + 0CCF89 + Shenzhen Bilian Electronic Ltd - 00074A - Carl Valentin GmbH + 0C8C69 + Shenzhen elink smart Ltd - 00073C - Telecom Design + D8BBC1 + Micro-Star INTL Ltd - 000736 - Data Video Technologies Ltd + AC5AFC + Intel Corporation - 000750 - Cisco Systems Inc. + 1C937C + ARRIS Group Inc. - 000742 - Ormazabal + 58FC20 + Altice Labs S.A. - 00074B - Daihen Corporation + 58FD20 + Systemhouse Solutions AB - 000764 - YoungWoo Telecom Ltd + 04D6F4 + GD Midea Air-Conditioning Equipment Ltd - 000766 - Chou Chin Industrial Ltd + 049081 + Pensando Systems Inc. - 000761 - 29530 + 4C796E + Intel Corporation - 000755 - Lafon + 98AD1D + Huawei Device Ltd - 000759 - Boris Manufacturing Corp. + F8AA3F + DWnet Technologies(Suzhou) Corporation - 000751 - m-u-t AG + 00682B + Huawei Device Ltd - 000719 - Mobiis Ltd + F09E4A + Intel Corporation - 00070D - Cisco Systems Inc. + F077C3 + Intel Corporation - 00070E - Cisco Systems Inc. + 249AD8 + Yealink(Xiamen) Network Technology Ltd - 00070B - Novabase SGPS, SA + D85ED3 + Giga-Byte Technology Ltd - 000710 - Adax Inc. + 00E421 + Sony Interactive Entertainment Inc. - 0006E8 - Optical Network Testing Inc. + CCDB04 + DataRemote Inc. - 0006EE - Shenyang Neu-era Information & Technology Stock Ltd + E89F39 + Nokia - 0006E2 - Ceemax Technology Ltd + 34735A + Dell Inc. - 0006A5 - PINON Corp. + 981A35 + Huawei Technologies Ltd - 00069D - Petards Ltd + 803428 + Microchip Technology Inc. - 0006A8 - KC Technology Inc. + 28EF01 + Amazon Technologies Inc. - 0006A0 - Mx Imaging + B0227A + HP Inc. - 0006BE - Baumer Optronic GmbH + 60A751 + Huawei Device Ltd - 0006BA - Westwave Communications + 102B41 + Samsung Electronics Ltd - 0006C4 - Piolink Inc. + 344AC3 + HuNan ZiKun Information Technology Ltd - 0006B5 - Source Photonics Inc. + 682D83 + Shenzhen Dinghe Communication Company - 00068F - Telemonitor Inc. + A84397 + Innogrit Corporation - 0006DA - ITRAN Communications Ltd + D8CD2C + Wuxi Neihua Network Technology Ltd - 0006D0 - Elgar Electronics Corp. + 58D391 + Quectel Wireless Solutions Ltd - 0006CC - JMI Electronics Ltd + 08474C + Nokia - 0006BF - Accella Technologies Ltd + 90C119 + Nokia - 000690 - Euracom Communication GmbH + 7CF880 + Cisco Systems Inc. - 0006E1 - Techno Trade s.a + E405F8 + Bytedance - 00062E - Aristos Logic Corp. + F845C4 + Shenzhen Netforward Micro-Electronic Ltd - 000624 - Gentner Communications Corp. + 781053 + China Mobile Group Device Ltd - 000625 - The Linksys Group Inc. + 00080C + VDA Group S.p.a. - 000627 - Uniwide Technologies Inc. + D097FE + Realme Chongqing Mobile Telecommunications Corp Ltd - 00062A - Cisco Systems Inc. + 843A5B + Inventec(Chongqing) Corporation - 00062C - Bivio Networks + 5449DF + Peloton Interactive Inc. - 000621 - Hinox Ltd + 182A57 + Huawei Technologies Ltd - 00064E - Broad Net Technology Inc. + F83E95 + Huawei Technologies Ltd - 00062D - TouchStar Technologies, L.L.C. + 481258 + Huawei Technologies Ltd - 000646 - Shenzhen XunBao Network Technology Ltd + D8EB46 + Google Inc. - 00064B - Alexon Ltd + 2C17E0 + SysTEMES ET TECHNOLOGIES IDENTIFICATION (STid) - 00063C - Intrinsyc Software International Inc. + CC3296 + Huawei Device Ltd - 000630 - Adtranz Sweden + 98CDAC + Espressif Inc. - 000637 - Toptrend-Meta Information (Shenzhen) Inc. + 808AF7 + Nanoleaf - 00061C - Hoshino Metal Industries Ltd + B03DC2 + Wasp artificial Intelligence(Shenzhen) Ltd - 000623 - MGE UPS Systems France + C84D34 + LIONS Taiwan Technology Inc. - 00060B - Artesyn Embedded Technologies + 446FF8 + Dyson Limited - 00067E - WinCom Systems Inc. + 6C1B3F + MiraeSignal Ltd - 000677 - Sick AG + 28AFFD + Cisco Systems Inc. - 000666 - Roving Networks + 9C7613 + Ring LLC - 000667 - Tripp Lite + 449BC1 + Huawei Technologies Ltd - 00064D - Sencore + 2025D2 + Fiberhome Telecommunication Technologies Ltd - 000660 - NADEX Ltd + 28F49B + Leetek - 000679 - Konami Corporation + 1842D4 + Wuhan Hosan Telecommunication Technology Ltd - 00066C - Robinson Corporation + A8637D + D-Link International - 000615 - Kimoto Electric Ltd + 2C43BE + Sunnovo International Limited - 00060A - Blue2space + 5810B7 + Infinix mobility limited - 0005CE - Prolink Microsystems Corporation + B02491 + Huawei Device Ltd - 0005C2 - Soronti Inc. + 98751A + Huawei Device Ltd - 0005DF - Electronic Innovation Inc. + 1C9180 + Apple - 0005DE - Gi Fone Korea Inc. + 4CB910 + Apple - 0005E0 - Empirix Corp. + B48901 + Huawei Technologies Ltd - 0005D8 - Arescom Inc. + E0925C + Apple - 0005E4 - Red Lion Controls Inc. + EC153D + Beijing Yaxunhongda Technology Ltd - 0005F2 - Power R Inc. + D8A35C + Samsung Electronics Ltd - 0005F3 - Webyn + C09296 + ZTE Corporation - 000601 - Otanikeiki Ltd + 50E24E + ZTE Corporation - 000605 - Inncom International Inc. + 4C7766 + Shenzhen Mercury Communication Technologies Ltd - 0005FA - IPOptical Inc. + 78E36D + Espressif Inc. - 0005E5 - Renishaw PLC + 145AFC + Liteon Technology Corporation - 0005F5 - Geospace Technologies + 1CA0EF + IEEE Registration Authority - 0005FD - PacketLight Networks Ltd + 001885 + Motorola Solutions Inc. - 0005D4 - FutureSmart Networks Inc. + D8E72B + Netscout Systems Inc - 0005C4 - Telect Inc. + 18BFB3 + Samsung Electronics Ltd Memory Division - 0005A3 - QEI Inc. + 2C8DB1 + Intel Corporation - 00059E - Zinwell Corporation + 586C25 + Intel Corporation - 0005A5 - Kott + 082CED + Technity Solutions Inc. - 0005B3 - Asahi-Engineering Ltd + 34865D + Espressif Inc. - 00059D - Daniel Computing Systems Inc. + B4E3F9 + Silicon Laboratories - 0005A4 - Lucid Voice Ltd + A49BCD + Cisco Systems Inc. - 000563 - J-Works Inc. + 042728 + Microsoft Corporation - 000557 - Agile TV Corporation + 2066CF + Freebox SAS - 00055B - Charles Industries Ltd + 2CC81B + Routerboard.com - 000554 - Rangestar Wireless + 88E056 + Huawei Technologies Ltd - 000553 - DVC Company Inc. + D07D33 + Huawei Device Ltd - 000566 - Secui.com Corporation + C0E1BE + Huawei Technologies Ltd - 00056C - Hung Chang Ltd + D035E5 + EM Microelectronic - 00055F - Cisco Systems Inc. + 9096F3 + Buffalo Inc. - 00055D - D-Link Systems Inc. + 540E58 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 000561 - nac Image Technology Inc. + 5C648E + ZyXEL Communications Corp - 000594 - HMS Industrial Networks + 30E396 + Huawei Device Ltd - 00056F - Innomedia Technologies Pvt Ltd + C4A151 + Sichuan Tianyi Comheart Telecom Ltd - 000574 - Cisco Systems Inc. + 7847E3 + Sichuan Tianyi Comheart Telecom Ltd - 000567 - Etymonic Design Inc. + ECF8EB + Sichuan Tianyi Comheart Telecom Ltd - 000565 - Tailyn Communication Company Ltd + F092B4 + Sichuan Tianyi Comheart Telecom Ltd - 00058E - Flextronics International GmbH & Co. Nfg. KG + F44E38 + Olibra LLC - 000532 - Cisco Systems Inc. + 2C6373 + Sichuan Tianyi Comheart Telecom Ltd - 000536 - Danam Communications Inc. + A0D722 + Samsung Electronics Ltd - 000542 - Otari Inc. + 5049B0 + Samsung Electronics Ltd - 000537 - Nets Technology Ltd + E805DC + Verifone Inc. - 00057C - RCO Security AB + 107BCE + Nokia - 000583 - ImageCom Limited + C8059E + Hefei Symboltek Ltd - 00054B - Eaton Automation AG + 34FCA1 + Micronet union Technology(Chengdu) Ltd - 0004C8 - LIBA Maschinenfabrik GmbH + 2897B8 + myenergi Ltd - 0004CC - Peek Traffic B.V. + 48062B + Private - 0004BF - VersaLogic Corp. + B0A7B9 + TP-Link Corporation Limited - 0004C3 - CASTOR Informatique + 6C5AB0 + TP-Link Corporation Limited - 0004F6 - Amphus + 4CF5DC + Hangzhou Hikvision Digital Technology Ltd - 0004F4 - Infinite Electronics Inc. + 60E6F0 + Wistron Neweb Corporation - 0004F1 - WhereNet + 201F3B + Google Inc. - 000521 - Control Microsystems + B825B5 + Trakm8 Ltd - 000523 - AVL List GmbH + 20D276 + Itel Mobile Limited - 00051F - Taijin Media Ltd + 08A842 + Huawei Device Ltd - 00050C - Network Photonics Inc. + C8F5D6 + IEEE Registration Authority - 0004EC - Memobox SA + 405899 + Logitech Far East - 0004E4 - Daeryung Ind. Inc. + 8C4DEA + Cerio Corporation - 00050A - ICS Spa + 04B9E3 + Samsung Electronics Ltd - 000511 - Complementary Technologies Ltd + 9843FA + Intel Corporation - 000506 - Reddo Networks AB + 94AA0A + Fiberhome Telecommunication Technologies Ltd - 0004E2 - SMC Networks Inc. + 7CF462 + Beijing Huawoo Technologies Ltd - 0004CB - Tdsoft Communication Ltd + C45E5C + Huawei Technologies Ltd - 000526 - IPAS GmbH + E85C0A + Cisco Systems Inc. - 000467 - Wuhan Research Institute Of MII + 2C6DC1 + Intel Corporation - 00045A - The Linksys Group Inc. + 70B950 + Texas Instruments - 000463 - Bosch Security Systems + D09FD9 + IEEE Registration Authority - 00045C - Mobiwave Pte Ltd + 54C250 + Iskratel d.o.o. - 000453 - YottaYotta Inc. + 00FAB6 + Kontakt Micro-Location Sp z o.o. - 000450 - DMD Computers SRL + D01769 + Murata Manufacturing Ltd - 000443 - Agilent Technologies Inc. + A0B086 + Hirschmann Automation and Control GmbH - 000449 - Mapletree Networks + 30B346 + Cjsc Norsi-Trans - 00042F - International Communications Products Inc. + 20C19B + Intel Corporation - 000429 - Pixord Corporation + A8556A + 3S System Technology Inc. - 000426 - Autosys + 000B3A + Pesa - 0004B8 - Kumahira Ltd + 5CE42A + Intel Corporation - 0004B5 - Equitrac Corporation + 1874E2 + IEEE Registration Authority - 0004B1 - Signal Technology Inc. + F0C814 + Shenzhen Bilian Electronic Ltd - 000451 - Medrad Inc. + CC3ADF + Neptune Technology Group Inc. - 000483 - Deltron Technology Inc. + 68EC8A + Private - 000441 - Half Dome Systems Inc. + 3C62F0 + Sercomm Corporation. - 0004A5 - Barco Projection Systems NV + 983B67 + DWnet Technologies(Suzhou) Corporation - 000482 - Medialogic Corp. + 58355D + Huawei Device Ltd - 0003CA - MTS Systems Corp. + AC7E01 + Huawei Device Ltd - 0003C7 - hopf Elektronik GmbH + 6C9392 + BEKO Technologies GmbH - 0003C2 - Solphone K.K. + FC8A3D + ZTE Corporation - 0003F3 - Dazzle Multimedia Inc. + F8F082 + Nagtech LLC - 0003EC - ICG Research Inc. + 8C1F64 + IEEE Registration Authority - 0003E9 - Akara Canada Inc. + 085A11 + D-Link International - 0003E5 - Hermstedt SG + 50325F + Silicon Laboratories - 000421 - Ocular Networks + F47B09 + Intel Corporation - 000424 - TMC s.r.l. + E87829 + IEEE Registration Authority - 00041D - Corega Of America + EC9468 + Meta System SPA - 00041A - Ines Test and Measurement GmbH & CoKG + 1C4190 + Universal Electronics Inc. - 00041E - Shikoku Instrumentation Ltd + 64C403 + Quectel Wireless Solutions Ltd - 000413 - snom technology GmbH + A0E453 + Sony Corporation - 0003B4 - Macrotek International Corp. + 30A8DB + Sony Corporation - 0003A6 - Traxit Technology Inc. + 848EDF + Sony Corporation - 0003A4 - Imation Corp. + 584822 + Sony Corporation - 0003AB - Bridge Information Systems + C025A5 + Dell Inc. - 000403 - Nexsi Corporation + B4C810 + Umpi srl - 000406 - Fa. Metabox AG + 485A67 + Shaanxi Ruixun Electronic Information Technology Ltd - 0003F8 - SanCastle Technologies Inc. + 18002D + Sony Corporation - 0003FA - TiMetra Networks + D05162 + Sony Corporation - 0003C6 - ICUE Systems Inc. + 90C115 + Sony Corporation - 0003BB - Signal Communications Limited + 5CB524 + Sony Corporation - 0003BE - Netility + 58170C + Sony Corporation - 0003DF - Desana Systems + 44D5CC + Amazon Technologies Inc. - 0003DA - Takamisawa Cybernetics Ltd + 9C5CF9 + Sony Corporation - 0003D9 - Secheron SA + 84C7EA + Sony Corporation - 0003FB - ENEGATE Ltd + 387862 + Sony Corporation - 0003F6 - Allegro Networks Inc. + 0025E7 + Sony Corporation - 000415 - Rasteme Systems Ltd + 0024EF + Sony Corporation - 000398 - Wisi + 0016B8 + Sony Corporation - 000395 - California Amplifier + 64C394 + Huawei Technologies Ltd - 000392 - Hyundai Teletek Ltd + 945C9A + Apple - 00038E - Atoga Systems Inc. + 00F39F + Apple - 00031A - Beijing Broad Telecom Ltd China + 3039A9 + Hongshan Information Science and Technology (HangZhou) Ltd - 00035B - BridgeWave Communications + 1C573E + Altice Labs S.A. - 000357 - Intervoice-Brite Inc. + D0167C + eero Inc. - 00037F - Atheros Communications Inc. + A85B36 + IEEE Registration Authority - 0002F0 - AME Optimedia Technology Ltd + 4C77CB + Intel Corporation - 00039E - Tera System Ltd + 9C6BF0 + Shenzhen Yipingfang Network Technology Ltd - 000397 - FireBrick Limited + 44953B + RLTech India Private Limited - 00033F - BigBand Networks Ltd + 84144D + Intel Corporation - 000327 - ACT'L + 20B868 + Motorola Mobility LLC, a Lenovo Company - 00032E - Scope Information Management Ltd + 289C6E + Shanghai High-Flying Electronics Technology Ltd - 00037C - Coax Media + 84F703 + Espressif Inc. - 000368 - Embedone Ltd + 2C1165 + Silicon Laboratories - 000345 - Routrek Networks Corporation + B41CAB + ICR Inc. - 0002C8 - Technocom Communications Technology (pte) Ltd + 1C2A8B + Nokia - 0002B8 - WHI Konsult AB + 945AFC + Amazon Technologies Inc. - 0002A9 - RACOM, s.r.o. + BCD7D4 + Roku Inc. - 0002BB - Continuous Computing Corp + AC0BFB + Espressif Inc. - 0002BC - LVL 7 Systems Inc. + DCED83 + Beijing Xiaomi Mobile Software Ltd - 00030F - Digital China (Shanghai) Networks Ltd + 00D76D + Intel Corporation - 000311 - Micro Technology Ltd + 508E49 + Xiaomi Communications Ltd - 00030D - Uniwill Computer Corp. + 8CAACE + Xiaomi Communications Ltd - 000309 - Texcel Technology PLC + 705FA3 + Xiaomi Communications Ltd - 000303 - JAMA Electronics Ltd + FCD908 + Xiaomi Communications Ltd - 000305 - MSC Vertriebs GmbH + 30B037 + New H3C Technologies Ltd - 0002FE - Viditec Inc. + FC122C + Huawei Technologies Ltd - 00019F - ReadyNet + BC3329 + Sony Interactive Entertainment Inc. - 0002FF - Handan BroadInfoCom + A88940 + Huawei Device Ltd - 0002F4 - PCTEL Inc. + CC312A + Huizhou TCL Communication Electron Ltd - 0002E9 - CS Systemes de Securite - C3S + DCB72E + Xiaomi Communications Ltd - 0002E5 - Timeware Ltd + 38B800 + Wistron Neweb Corporation - 0002E0 - ETAS GmbH + 6CD1E5 + Huawei Technologies Ltd - 0002CE - FoxJet Inc. + 300EB8 + LG Electronics - 0002C3 - Arelnet Ltd + 0C0E76 + D-Link International - 000316 - Nobell Communications Inc. + 703E97 + Iton Technology Corp. - 000329 - F3 Inc. + 104738 + Nokia Shanghai Bell Ltd - 000321 - Reco Research Ltd + 6C11B3 + Wu Qi Technologies,Inc. - 0002F5 - VIVE Synergies Inc. + A0941A + Guangdong Oppo Mobile Telecommunications Corp Ltd - 0002D5 - ACR + 1C2CE0 + Shanghai Mountain View Silicon - 0002AB - CTC Union Technologies Ltd + 000CEC + Orolia USA - 0002A4 - AddPac Technology Ltd + 08FA28 + Huawei Technologies Ltd - 0002A3 - ABB Switzerland Ltd Power Systems + F4B19C + AltoBeam (China) Inc. - 0002A0 - Flatstack Ltd + A8D081 + Huawei Device Ltd - 0002B2 - Cablevision + 740CEE + Huawei Device Ltd - 0002B7 - Watanabe Electric Industry Ltd + 6CB4FD + Huawei Device Ltd - 0002AF - TeleCruz Technology Inc. + 640E9B + Ishida Medical Ltd - 0002A8 - Air Link Technology + 24F603 + Huawei Technologies Ltd - 00026A - Cocess Telecom Ltd + F8CA85 + NEC Corporation - 00026C - Philips CFT + 1C9DC2 + Espressif Inc. - 000262 - Soyo Group Soyo Com Tech Ltd + C4EA1D + Technicolor Delivery Technologies Belgium NV - 000265 - Virditech Ltd + A491B1 + Technicolor Delivery Technologies Belgium NV - 00025B - Cambridge Silicon Radio + D4351D + Technicolor Delivery Technologies Belgium NV - 000256 - Alpha Processor Inc. + ECC1AB + Guangzhou Shiyuan Electronic Technology Company Limited - 000259 - Tsann Kuen China (Shanghai)Enterprise Ltd IT Group + EC937D + Technicolor CH USA Inc. - 000294 - Tokyo Sokushin Ltd + 18FC26 + Qorvo International Pte Ltd - 000296 - Lectron Ltd + 589835 + Technicolor Delivery Technologies Belgium NV - 00028E - Rapid 5 Networks Inc. + 906A94 + hangzhou huacheng network technology Ltd - 00024F - IPM Datacom S.R.L. + 100C29 + Shenzhen NORCO lntelligent Technology Ltd - 000271 - Zhone Technologies + 283613 + IEEE Registration Authority - 00028A - Ambit Microsystems Corporation + 78524A + Optonic GmbH - 0001FA - Horoscas + 00CE30 + Express LUCK Industrial Ltd - 000282 - ViaClix Inc. + C46E33 + Zhong Ge Smart Technology Ltd - 000285 - Riverstone Networks + 5C8382 + Nokia - 000279 - Control Applications Ltd + 7432C2 + Kyolis - 000251 - Soma Networks Inc. + 44EB2E + Alpsalpine Co Ltd - 0001F5 - Erim S.A. + 0CAAEE + Ansjer Electronics Ltd - 0001FF - Data Direct Networks Inc. + FCA64C + Alibaba cloud Computing Ltd - 0001FC - Keyence Corporation + E069BA + Cisco Systems Inc. - 0001FD - Digital Voice Systems Inc. + 2436DA + Cisco Systems Inc. - 000210 - Fenecom + 2037A5 + Apple - 00020B - Native Networks Inc. + DCB54F + Apple - 000218 - Advanced Scientific Corp + 4CEBD6 + Espressif Inc. - 0001EE - Comtrol Europe Ltd + 008A76 + Apple - 0001F0 - Tridium Inc. + F4239C + Sernet (Suzhou) Technologies Corporation - 0001F1 - Innovative Concepts Inc. + D8A6F0 + Wu Qi Technologies,Inc. - 0001E2 - Ando Electric Corporation + 08E4DF + Shenzhen Sande Dacom Electronics Ltd - 00022F - P-Cube Ltd + EC7C2C + Huawei Technologies Ltd - 000227 - ESD Electronic System Design GmbH + 145808 + Taicang T&W Electronics - 00021D - Data General Communication Ltd + 105A17 + Tuya Smart Inc. - 000219 - Paralon Technologies + B8374A + Apple - 000203 - Woonsang Telecom Inc. + 8C3DB1 + Beijing H-IoT Technology Ltd - 0001D3 - PAXCOMM Inc. + 546706 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 0001E1 - Kinpo Electronics Inc. + 1055E4 + Shenzhen Skyworth Digital Technology Ltd - 00022C - ABB Bomem Inc. + C0F535 + AMPAK Technology,Inc. - 00023C - Creative Technology Ltd + C4E532 + Arcadyan Corporation - 00306C - Hitex Holding GmbH + F8B54D + Intel Corporation - 00308B - Brix Networks + 6401FB + Landis+Gyr GmbH - 000177 - EDSL + 207BD2 + ASIX Electronics Corporation - 00014D - Shin Kin Enterprises Ltd + 182DF7 + JY Company - 0001DA - WINCOMM Corporation + EC2C11 + CWD Innovation Limited - 0001D2 - inXtron Inc. + F03575 + Hui Zhou Gaoshengda Technology Ltd - 0001C6 - Quarry Technologies + 908175 + Samsung Electronics Ltd - 00016E - Conklin Corporation + 307467 + Samsung Electronics Ltd - 000174 - CyberOptics Corporation + F0CD31 + Samsung Electronics Ltd - 00015E - Best Technology Ltd + 38A8CD + IEEE Registration Authority - 000161 - Meta Machine Technology + E444E5 + Extreme Networks Inc. - 0001A1 - Mag-Tek Inc. + 545284 + Huawei Device Ltd - 000186 - Uwe Disch + 646140 + Huawei Device Ltd - 0001A6 - Scientific-Atlanta Arcodan A/S + C4170E + Huawei Device Ltd - 000172 - TechnoLand Ltd + 687724 + TP-Link Technologies Ltd - 0001A0 - Infinilink Corporation + 2067E0 + Shenzhen iComm Semiconductor Ltd - 000196 - Cisco Systems Inc. + 7C8334 + IEEE Registration Authority - 000199 - HeiSei Electronics + D0C35A + Jabil Circuit de Chihuahua - 00018B - NetLinks Ltd + 84B630 + Sichuan Tianyi Comheart Telecom Ltd - 00018D - AudeSi Technologies + 58C7AC + New H3C Technologies Ltd - 00019D - E-Control Systems Inc. + E4C0E2 + Sagemcom Broadband SAS - 0001CE - Custom Micro Products Ltd + D86C5A + HUMAX Ltd - 0001BB - Frequentis + 249745 + Huawei Technologies Ltd - 0001BC - Brains Corporation + 4C3FA7 + uGrid Network Inc. - 0001C0 - CompuLab Ltd + B898AD + Motorola Mobility LLC, a Lenovo Company - 00017C - AG-E GmbH + 94FF3C + Fortinet Inc. - 000108 - AVLAB Technology Inc. + 7052D8 + Itel Mobile Limited - 00062B - Intraserver Technology + 08FA79 + Vivo Mobile Communication Ltd - 000100 - Equip'Trans + 1CAE3E + IEEE Registration Authority - 00B09D - Point Grey Research Inc. + 001D5B + Tecvan Informatica Ltda - 000110 - Gotham Networks + 9C2BA6 + Ruijie Networks Ltd - 000112 - Shark Multimedia Inc. + 941457 + Shenzhen Sundray Technologies Company Limited - 000116 - Netspect Technologies Inc. + 64B94E + Dell Technologies - 00B06D - Jones Futurex Inc. + EC2BEB + Amazon Technologies Inc. - 00B094 - Alaris Inc. + 5447E8 + Syrotech Networks Ltd - 0030F0 - Uniform Industrial Corp. + 3C5576 + Cloud Network Technology Singapore PTE Ltd - 00013B - BNA Systems + 0CCAFB + TPVision Europe B.V - 000134 - Selectron Systems AG + BC5729 + Shenzhen KKM Ltd - 000139 - Point Multimedia Systems + E48210 + Huawei Technologies Ltd - 00013E - Ascom Tateco AB + F8F7B9 + Huawei Technologies Ltd - 00012E - PC Partner Ltd + 185345 + Nokia - 000132 - Dranetz - BMI + 38A9EA + Private - 000113 - Olympus Corporation + 0816D5 + Goertek Inc. - 00011E - Precidia Technologies Inc. + 1C568E + Zioncom Electronics (Shenzhen) Ltd - 000155 - Promise Technology Inc. + E01F2B + Nokia Solutions and Networks GmbH & Co. KG - 003094 - Cisco Systems Inc. + A08222 + Qingdao Haier Technology Ltd - 00308A - Nicotra Sistemi S.P.A + 28563A + Fiberhome Telecommunication Technologies Ltd - 003072 - Intellibyte Inc. + 04C461 + Murata Manufacturing Ltd - 003040 - Cisco Systems Inc. + AC8226 + Qingdao Haier Technology Ltd - 003032 - MagicRam Inc. + 4448FF + Qingdao Haier Technology Ltd - 0030EA - TeraForce Technology Corporation + A8C266 + HUMAX Ltd - 00309B - Smartware + F84E17 + Sony Corporation - 003045 - Village Networks Inc. (VNI) + 540F57 + Silicon Laboratories - 0030E5 - Amper Datos S.A. + C8CB9E + Intel Corporation - 003006 - Superpower Computer + 70A741 + Ubiquiti Networks Inc. - 003038 - XCP Inc. + D4D7CF + Realme Chongqing Mobile Telecommunications Corp Ltd - 003079 - Cqos Inc. + F4E4D7 + Fujian Star-NET Communication Ltd - 00300C - Congruency Ltd + E84727 + Quectel Wireless Solutions Ltd - 00304C - Appian Communications Inc. + D4E2CB + Technicolor CH USA Inc. - 0030E8 - Ensim Corp. + 28C538 + Apple - 0030C9 - LuxN, N + 0499B9 + Apple - 003028 - FASE Saldatura srl + F84D89 + Apple - 003069 - Impacct Technology Corp. + 78028B + Apple - 0030C3 - Flueckiger Elektronik AG + BCDB09 + Cisco Meraki - 00305A - Telgen Corporation + 0434F6 + Motorola (Wuhan) Mobility Technologies Communication Ltd - 003010 - Visionetics International + 14019C + Ubyon Inc. - 0030D9 - Datacore Software Corp. + F89522 + Huawei Technologies Ltd - 003026 - HeiTel Digital Video GmbH + F8B132 + Huawei Technologies Ltd - 003077 - Onprem Networks + 546925 + PS Inodic Ltd - 003047 - Nissei Electric Ltd + E8B5D0 + Dell Inc. - 0030D4 - AAE Systems Inc. + E8CBED + Chipsea Technologies(Shenzhen) Corp. - 00D0D7 - B2C2 Inc. + 7813E0 + Fujian Star-NET Communication Ltd - 00D073 - ACN Advanced Communications + 4861EE + Samsung Electronics Ltd - 00D057 - Ultrak Inc. + A84B4D + Samsung Electronics Ltd - 0030AB - Delta Networks Inc. + 6007C4 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 003049 - Bryant Technology Ltd + 086F48 + Shenzhen iComm Semiconductor Ltd - 00306D - Lucent Technologies + F4F309 + Samsung Electronics Ltd - 003017 - BlueArc UK Ltd + 7857B0 + Gertec Brasil Ltda - 00301C - Altvater Airdata Systems + C4F122 + Nexar Ltd - 003080 - Cisco Systems Inc. + 64BE63 + STORDIS GmbH - 0030F7 - Ramix Inc. + 0CC6FD + Xiaomi Communications Ltd - 0030D0 - Tellabs + 50DAD6 + Xiaomi Communications Ltd - 003014 - Divio Inc. + 18B96E + Dongguan Liesheng Electronic Ltd - 003081 - Altos C&C + 546990 + Huawei Technologies Ltd - 00D0F0 - Convision Technology GmbH + D80A60 + Huawei Technologies Ltd - 00D010 - Convergent Networks Inc. + 3C869A + Huawei Technologies Ltd - 00D04B - LA CIE Group S.A. + 2C2768 + Huawei Technologies Ltd - 00D00E - Pluris Inc. + D07880 + Fiberhome Telecommunication Technologies Ltd - 00D012 - Gateworks Corp. + 14CB65 + Microsoft Corporation - 00D04D - Div Of Research & Statistics + 3408E1 + Texas Instruments - 00D02E - Communication Automation Corp. + 5058B0 + Hunan Greatwall Computer System Ltd - 00D0C5 - Computational Systems Inc. + E06CF6 + ESSENCORE limited - 00D046 - Dolby Laboratories Inc. + 78C62B + Fujian Star-NET Communication Ltd - 00D0DE - Philips Multimedia Network + D46624 + Cisco Systems Inc. - 00D00C - Snijder Micro Systems + 9C9019 + Beyless - 00D017 - Syntech Information Ltd + 3CE038 + Omnifi Inc. - 00D036 - Technology Atlanta Corp. + 001682 + OMS Motion - 00D0E3 - ELE-Chem Engineering Ltd + D4F98D + Espressif Inc. - 00D0B6 - Crescent Networks Inc. + 04CE09 + Shenzhen Skyworth Digital Technology Ltd - 00D0C4 - Teratech Corporation + 1C869A + Samsung Electronics Ltd - 00D061 - Tremon Enterprises Ltd + D8FBD6 + Amazon Technologies Inc. - 00D0E5 - Solidum Systems Corp. + 9C47F9 + LJU Automatisierungstechnik GmbH - 00D045 - Kvaser AB + 70A8D3 + Intel Corporation - 00D004 - Pentacom Ltd + 2C3358 + Intel Corporation - 00D005 - ZHS Zeitmanagementsysteme + 086AE5 + Amazon Technologies Inc. - 00D0D3 - Cisco Systems Inc. + A81710 + Bouffalo Lab (Nanjing) Ltd - 00D026 - Hirschmann Austria GmbH + 206296 + Shenzhen Malio Technology Ltd - 00D0DA - Taicom Data Systems Ltd + A08069 + Intel Corporation - 00D03C - Vieo Inc. + A06720 + China Dragon Technology Limited - 00D0B4 - Katsujima Ltd + 94C9B7 + IEEE Registration Authority - 00D086 - Foveon Inc. + 605699 + Private - 00D0A8 - Network Engines Inc. + E8EECC + Fantasia Trading LLC - 00D0AB - Deltakabel Telecom CV + 5C16C7 + Arista Networks - 00D0E8 - MAC System Ltd + 4CE0DB + Xiaomi Communications Ltd - 00D06B - SR Telecom Inc. + 7C33F9 + Huawei Technologies Ltd - 00D0DC - Modular Mining Systems Inc. + 541651 + Ruijie Networks Ltd - 00D01E - Pingtel Corp. + 7087A7 + Murata Manufacturing Ltd - 00D0CA - Intrinsyc Software International Inc. + AC0425 + ball-b GmbH Co KG - 00D065 - Toko Electric + 04BD97 + Cisco Systems Inc. - 00D09A - Filanet Corporation + F03A4B + Bloombase Inc. - 00D0AE - Oresis Communications Inc. + 0002A3 + Hitachi Energy Switzerland Ltd - 00D0F2 - Monterey Networks + 38F7F1 + Huawei Device Ltd - 00D014 - Root Inc. + 4076A9 + Huawei Device Ltd - 00D023 - Infortrend Technology Inc. + F438C1 + Huawei Device Ltd - 00D0A2 - Integrated Device + 28EA2D + Apple - 00D034 - Ormec Systems Corp. + 209BE6 + Guangzhou Shiyuan Electronic Technology Company Limited - 00D08A - Photron USA + B8E60C + Apple - 00D0A7 - Tokyo Sokki Kenkyujo Ltd + 48352B + Apple - 00D01D - Furuno Electric Ltd + 4CE6C0 + Apple - 00504C - Galil Motion Control + 3888A4 + Apple - 005076 - IBM Corp + 44DA30 + Apple - 0050D4 - Joohong Information & + 84160C + Broadcom Limited - 0050A6 - Optronics + 74E6B8 + LG Electronics - 0050A9 - Moldat Wireless Technolgies + 28D0F5 + Ruijie Networks Ltd - 00509B - Switchcore AB + 941865 + Netgear - 00507E - Newer Technology + C89BD7 + Realme Chongqing Mobile Telecommunications Corp Ltd - 0050CE - LG International Corp. + 28B133 + SHINEMAN(Shenzhen) Tech. Cor Ltd - 0050F7 - Venture Manufacturing (Singapore) Ltd + D004B0 + Samsung Electronics Ltd - 005019 - Spring Tide Networks Inc. + 98B08B + Samsung Electronics Ltd - 0050FD - Visioncomm Ltd + A8587C + Shoogee GmbH & Co. KG - 0050BF - Metalligence Technology Corp. + 9C2595 + Samsung Electronics Ltd - 005036 - Netcam Ltd + 90F260 + Shenzhen Honesty Electronics Ltd - 0050DB - Contemporary Control + 1889CF + Tecno Mobile Limited - 00507C - Videocon AG + 985F4F + Tongfang Computer Ltd - 005047 - Private + 34F86E + Parker Hannifin Corporation - 00D06C - Sharewave Inc. + 0CAEBD + Edifier International - 0050A7 - Cisco Systems Inc. + 6CD869 + Guangzhou Sat Infrared Ltd - 005055 - Doms A/S + 381EC7 + Chipsea Technologies(Shenzhen) Corp. - 005072 - Corvis Corporation + 089204 + Dell Inc. - 00D0EE - Dictaphone Corporation + 40679B + Shenzhen Skyworth Digital Technology Ltd - 00501B - ABL Canada Inc. + F0A654 + Cloud Network Technology Singapore PTE Ltd - 009057 - AANetcom Inc. + 3CCFB4 + Telink Semiconductor (Shanghai) Ltd - 009083 - Turbo Communication Inc. + 043CE8 + Shenzhen SuperElectron Technology Ltd - 00903D - Biopac Systems Inc. + A8E621 + Amazon Technologies Inc. - 0090D7 - NetBoost Corp. + E831CD + Espressif Inc. - 005083 - Gilbarco Inc. + 88D039 + Tonly Technology Ltd - 0050DC - TAS Telefonbau A. Schwabe GmbH & Co. KG + E8F375 + Nokia - 005008 - Tiva Microcomputer Corp. (TMC) + 103711 + Norbit ITS - 005052 - Tiara Networks Inc. + C0886D + Securosys SA - 005027 - Genicom Corporation + 24813B + Cisco Systems Inc. - 00505A - Network Alchemy Inc. + C409B7 + Juniper Networks - 005039 - Mariner Networks + 0CB8E8 + Renesas Electronics (Penang) Sdn. Bhd. - 005064 - CAE Electronics + EC5C84 + Murata Manufacturing Ltd - 0050B8 - Inova Computers GmbH & Co. KG + BC9B5E + Hangzhou Hikvision Digital Technology Ltd - 00505B - Kawasaki LSI U.S.A. Inc. + 487412 + OnePlus Technology (Shenzhen) Ltd - 0050CC - Seagate Cloud Systems Inc + B0F208 + AVM Audiovisuelles Marketing und Computersysteme GmbH - 005016 - Molex Canada Ltd + F0B2B9 + Intel Corporation - 00501F - MRG Systems Ltd + A069D9 + New H3C Technologies Ltd - 005043 - Marvell Semiconductor Inc. + 20FE00 + Amazon Technologies Inc. - 005095 - Peracom Networks + F421AE + Shanghai Xiaodu Technology Limited - 0050FA - Oxtel Ltd + F412FA + Espressif Inc. - 009038 - Fountain Technologies Inc. + DC99FE + Armatura LLC - 0090B0 - Vadem + 9CF155 + Nokia - 0090EF - Integrix Inc. + E47305 + Shenzhen INVT Electric Ltd - 0090C5 - Internet Magic Inc. + B01B4B + Invisible Fun Studio Limited - 00908C - Etrend Electronics Inc. + 604F5B + Huawei Device Ltd - 009048 - Zeal Corporation + 14DCE2 + THALES AVS France - 0090B9 - Beran Instruments Ltd + 78FBD8 + Apple - 0090C4 - Javelin Systems Inc. + A4C337 + Apple - 0090A5 - Spectra Logic + B0F1D8 + Apple - 0090A3 - Corecess Inc. + D0880C + Apple - 009082 - Force Institute + 1C57DC + Apple + + + 747446 + Google Inc. - 009000 - Diamond Multimedia + 7820A5 + Nintendo Ltd - 00906E - Praxon Inc. + 2078CD + Apple - 009054 - Innovative Semiconductors Inc. + 30D53E + Apple - 009061 - Pacific Research & Engineering Corporation + 5023A2 + Apple - 00900B - Lanner Electronics Inc. + 98698A + Apple - 0090CE - avateramedical Mechatronics GmbH + 5046AE + Mercury Corporation - 009007 - Domex Technology Corp. + B099D7 + Samsung Electronics Ltd - 00902D - Data Electronics (Aust.) Pty Ltd + 90EB48 + Shanghai XinMiaoLink Technology Ltd - 0090D4 - BindView Development Corp. + B4B742 + Amazon Technologies Inc. - 009029 - Crypto AG + 78A03F + Amazon Technologies Inc. - 0090DF - Mitsubishi Chemical America Inc. + 50C1F0 + NXP Semiconductor (Tianjin) Ltd - 0090C0 - K.J. LAW Engineers Inc. + F4848D + TP-Link Technologies Ltd - 00901F - Adtec Productions Inc. + 581122 + ASUSTek Computer Inc. - 009024 - Pipelinks Inc. + 60BEB4 + S-Bluetech Ltd - 00903A - Nihon Media Tool Inc. + 90DF7D + Realme Chongqing Mobile Telecommunications Corp Ltd - 0090B2 - Avici Systems Inc. + A854A2 + Heimgard Technologies AS - 0090B6 - Fibex Systems + 742A8A + Shenzhen worldelite electronics Ltd - 009063 - Coherent Communications Systems Corporation + BC1D89 + Motorola Mobility LLC, a Lenovo Company - 009062 - ICP VORTEX CoMPUTERSYSTEME GmbH + B87EE5 + Intelbras - 0010D3 - Grips Electronic GmbH + 94ABFE + Nokia - 0010FB - Zida Technologies Limited + 74694A + Sichuan Tianyi Comheart Telecom Ltd - 001053 - Computer Technology Corp. + 78152D + Union Chip Technology Limited - 0010ED - Sundance Technology Inc. + 98A92D + New H3C Technologies Ltd - 00106C - EDNT GmbH + 00A554 + Intel Corporation - 0010E9 - Raidtec Ltd + 0C8629 + IEEE Registration Authority - 001003 - Imatron Inc. + 50DCD0 + Observint Technologies Inc. - 001071 - Advanet Inc. + E0036B + Samsung Electronics Ltd - 009015 - Centigram Communications Corp. + 1869D4 + Samsung Electronics Ltd - 009095 - Universal Avionics + D4F0EA + Beijing Xiaomi Mobile Software Ltd - 009041 - Applied Digital Access + 5876AC + Sernet (Suzhou) Technologies Corporation - 00905A - Dearborn Group Inc. + 80691A + Belkin International Inc. - 009011 - WAVTrace Inc. + 643172 + Zhejiang Hising Technology Ltd - 009065 - Finisar Corporation + D0FCD0 + HUMAX Ltd - 009023 - Zilog Inc. + 20FADB + Huahao Kunpeng Technology (chengDu) Ltd - 0090F6 - Escalate Networks Inc. + 0C8B95 + Espressif Inc. - 0090A8 - NineTiles Networks Ltd + 685E1C + Texas Instruments - 00102A - ZF Microsystems Inc. + 38AB41 + Texas Instruments - 0010E5 - Solectron Texas + CC4792 + ASIX Electronics Corporation - 00109D - Clarinet Systems Inc. + E046EE + Netgear - 00100E - Micro Linear Coporation + DCBE49 + Itel Mobile Limited - 0090EC - Pyrescom + 9C9561 + Hui Zhou Gaoshengda Technology Ltd - 0090C3 - Topic Semiconductor Corp. + 9C4F5F + Google Inc. - 0010C8 - Communications Electronics Security Group + A02942 + Intel Corporation - 0010F3 - Nexcom International Ltd + 1071B3 + ZyXEL Communications Corp - 001086 - ATTO Technology Inc. + F0D415 + Intel Corporation - 0010DF - Rise Computer Inc. + D4D853 + Intel Corporation - 001072 - GVN Technologies Inc. + 0463D0 + Huawei Device Ltd - 0010DA - Kollmorgen Corp + 14448F + Edgecore Networks Corporation - 0010E4 - NSI Corporation + 3425BE + Amazon Technologies Inc. - 00107E - BACHMANN ELECTRONIC GmbH + C0EDE5 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 0010A0 - Innovex Technologies Inc. + 10A562 + Iton Technology Corp. - 001016 - T.Sqware + D4A3EB + Shenzhen iComm Semiconductor Ltd - 001090 - Cimetrics Inc. + 9CBFCD + Huawei Technologies Ltd - 0010F5 - Amherst Systems Inc. + B89FCC + Huawei Technologies Ltd - 00103D - Phasecom Ltd + 9CE041 + Nokia - 001096 - Tracewell Systems Inc. + 783486 + Nokia - 001082 - JNA Telecommunications Limited + 8C763F + ARRIS Group Inc. - 001098 - Starnet Technologies Inc. + 281293 + Honor Device Ltd - 001042 - Alacritech Inc. + C0A938 + Huawei Technologies Ltd - 001068 - Comos Telecom + 5C24E2 + Suzhou Denbom Electronic S&T Ltd - 0010EA - Adept Technology + 64989E + Trinnov Audio - 0010AE - Shinko Electric Industries Co. + BCC746 + Hon Hai Precision Ind Ltd - 0010C4 - Media Global Links Ltd + 30E8E4 + Qorvo International Pte Ltd - 0010FE - Digital Equipment Corporation + 000DA9 + Ingeteam - 001056 - Sodick Ltd + 30E090 + Genevisio Ltd - 0010CD - Interface Concept + FCB97E + GE Appliances - 001061 - Hostlink Corp. + 88034C + Weifang Goertek Electronics Ltd - 001099 - InnoMedia Inc. + 48DC9D + Grandprint(Beijing) Technology Ltd - 0010E1 - S.I. Tech Inc. + 64FD96 + Sagemcom Broadband SAS - 0010BB - Data & Information Technology + 7CECB1 + Apple - 001020 - Hand Held Products Inc + 5CE91E + Apple - 00103A - Diamond Network Tech + A8B0AE + BizLink Special Cables Germany GmbH - 001004 - THE Brantley Coile Company,Inc + C8EBEC + Shenzhen YOUHUA Technology Ltd - 0010EF - Dbtel Incorporated + 047C16 + Micro-Star INTL Ltd - 001088 - American Networks Inc. + E0D738 + WireStar Networks - 001022 - SatCom Media Corporation + F8D027 + Seiko Epson Corporation - 001076 - EUREM GmbH + 5C666C + Guangdong Oppo Mobile Telecommunications Corp Ltd - 00103F - Tollgrade Communications Inc. + 4C4BF9 + IEEE Registration Authority - 001049 - ShoreTel Inc. + 1CEA0B + Edgecore Networks Corporation - 00105E - Spirent plc, Service Assurance Broadband + 44EFBF + China Dragon Technology Limited - 0010AF - TAC Systems Inc. + B81F5E + Apption Labs Limited - 00108C - Fujitsu Services Ltd + D81265 + Chongqing Fugui Electronics Ltd - 0010F7 - IRIICHI TECHNOLOGIES Inc. + 4CB44A + NANOWAVE Technologies Inc. - 0010AB - Koito Electric Industries Ltd + 048C9A + Huawei Device Ltd - 001010 - Initio Corporation + EC3CBB + Huawei Device Ltd - 0010F2 - Antec + 8C3A7E + Universal Electronics Inc. - 00E007 - Avaya ECS Ltd + 70441C + Shenzhen Kaifa Technology Ltd - 0010BE - March Networks Corporation + B47C59 + Jiangsu Hengxin Technology Ltd - 001058 - ArrowPoint Communications + 300D9E + Ruijie Networks Ltd - 00100F - Industrial CPU Systems + ECFA5C + Beijing Xiaomi Electronics Ltd - 0010BC - Aastra Telecom + F8B46A + Hewlett-Packard Company - 00E0BF - Torrent Networking Technologies Corp. + BCB0E7 + Huawei Technologies Ltd - 00E0E3 - SK-Elektronik GmbH + 5434EF + Huawei Technologies Ltd - 00E0C6 - LINK2IT, L.L.C. + 88D5A8 + Itel Mobile Limited - 00E0E5 - Cinco Networks Inc. + 208593 + IEEE Registration Authority - 00E061 - EdgePoint Networks Inc. + ACE342 + Huawei Technologies Ltd - 00E053 - Cellport Labs Inc. + 9017C8 + Huawei Technologies Ltd - 00E0D3 - DATENTECHNIK GmbH + E4922A + DBG Holdings Limited - 00E043 - VitalCom + 2C641F + Vizio Inc. - 00E0B3 - EtherWAN Systems Inc. + 207759 + Optical Network Video Technologies (Shenzhen) Ltd - 00E0ED - Silicom Ltd + 54E7D5 + Sun Cupid Technology (HK) Ltd - 00E0B8 - Gateway 2000 + 189088 + eero Inc. - 00E07C - Mettler-Toledo Inc. + 4C56DF + Targus US LLC - 00E026 - Redlake MASD LLC + 241510 + IEEE Registration Authority - 00E020 - Tecnomen Oy + 6C4D51 + Shenzhen Ceres Technology Ltd - 00E00D - Radiant Systems + 889D98 + Allied-telesisK.K. - 00E0DC - Nexware Corp. + DCF8B9 + ZTE Corporation - 00E037 - Century Corporation + 18BF1C + Jiangsu Huitong Group Ltd - 00E0C2 - NECSY S.p.A. + ACDE48 + Private - 00E0FB - Leightronix Inc. + 0050C7 + Private - 00E09B - Engage Networks Inc. + 002067 + Private - 00E045 - Touchwave Inc. + 4801C5 + OnePlus Technology (Shenzhen) Ltd - 00E040 - DeskStation Technology Inc. + B4EE25 + Shenzhen Belon Technology Ltd - 00E01A - Comtec Systems Ltd + C82B96 + Espressif Inc. - 00E078 - Berkeley Networks + 98523D + Sunitec Enterprise Ltd - 00E087 - LeCroy - Networking Productions Division + D015A6 + Aruba Networks HP - 00E041 - Cspi + 000163 + Cisco Systems Inc. - 00E0E2 - Innova Corp. + 205F3D + Cambridge Communication Systems Ltd - 00E081 - Tyan Computer Corp. + 04819B + BSkyB Ltd - 00E057 - HAN Microtelecom Ltd + E00084 + Huawei Technologies Ltd - 00E0BC - Symon Communications Inc. + 2CA89C + Creatz Inc. - 00E082 - Anerma + 4CDC0D + Coral Telecom Limited - 00E077 - Webgear Inc. + 004E01 + Dell Inc. - 00E056 - Holontech Corporation + C4E1A1 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 00E031 - Hagiwara Electric Ltd + ACC358 + Continental Automotive Czech Republic s.r.o. - 00E00B - Rooftop Communications Corp. + 3CECEF + Super Micro Computer Inc. - 00E0B2 - Telmax Communications Corp. + 1855E3 + Apple - 00E02F - Mcns Holdings, L.P. + E450EB + Apple - 00E07E - Walt Disney Imagineering + 886440 + Apple - 00E099 - Samson AG + 6070C0 + Apple - 0060AE - Trio Information Systems AB + F0C371 + Apple - 006053 - Toyoda Machine Works Ltd + 64FF0A + Wistron Neweb Corporation - 006056 - Network Tools Inc. + F09919 + Garmin International - 00600C - Eurotech Inc. + 0000DE + Cetia - 00601C - Telxon Corporation + F43E66 + Bee Computing (HK) Limited - 00605F - Nippon Unisoft Corporation + DC396F + AVM Audiovisuelles Marketing und Computersysteme GmbH - 006091 - First Pacific Networks Inc. + B4C476 + Wuhan Maritime Communication Research Institute - 00601D - Lucent Technologies + 683489 + LEA Professional - 00607B - Fore Systems Inc. + B46C47 + Panasonic Appliances Company - 00E06C - Ultra Electronics Command & Control Systems + 44422F + Testop Ltd - 00E04A - ZX Technologies Inc. + 549C27 + Plasma Cloud Limited - 0060C9 - ControlNet Inc. + D04E50 + Mobiwire Mobiles (NingBo) Ltd - 00E07A - Mikrodidakt AB + 94BF80 + ZTE Corporation - 006032 - I-Cube Inc. + 987A14 + Microsoft Corporation - 006033 - Acuity Imaging Inc. + C83DDC + Xiaomi Communications Ltd - 006013 - Netstal Maschinen AG + 9C3A9A + Shenzhen Sundray Technologies Company Limited - 006022 - Vicom Systems Inc. + B0B5E8 + Ruroc Ltd - 0060EE - Apollo + 04D590 + Fortinet Inc. - 0060D8 - Elmic Systems Inc. + 541589 + MCS Logic Inc. - 0060EF - Flytech Technology Ltd + 845733 + Microsoft Corporation - 006085 - Storage Concepts + 002423 + Azurewave Technologies Inc. - 006011 - Crystal Semiconductor Corp. + 8C593C + IEEE Registration Authority - 0060F5 - Icon West Inc. + 6029D5 + DAVOLINK Inc. - 006062 - Telesync Inc. + 509744 + Integrated Device Technology (Malaysia) Sdn. Bhd. - 0060E9 - Atop Technologies Inc. + 58F39C + Cisco Systems Inc. - 006043 - iDirect Inc. + C4411E + Belkin International Inc. - 006028 - Macrovision Corporation + 00AD63 + Dedicated Micros Malta Ltd - 0060F0 - Johnson & Johnson Medical Inc. + E415F6 + Texas Instruments - 0060E0 - Axiom Technology Ltd + AC4228 + Parta Networks - 006096 - T.S. Microtech Inc. + F41D6B + Huawei Technologies Ltd - 00603A - Quick Controls Ltd + 7CEC9B + Fuzhou Teraway Information Technology Ltd - 000288 - Global Village Communication + CC9070 + Cisco Systems Inc. - 006034 - ROBERT BOSCH GmbH + 2841C6 + Huawei Technologies Ltd - 006050 - Internix Inc. + 380118 + ULVAC,Inc. - 0060FA - Educational Technology Resources Inc. + 14ADCA + China Mobile Iot Limited Company - 0060DA - Red Lion Controls, LP + 809133 + Azurewave Technologies Inc. - 0060E4 - Compuserve Inc. + B4F58E + Huawei Technologies Ltd - 00608F - Tekram Technology Ltd + C48FC1 + Deeptrack S.L.U. - 0060C4 - Soliton Systems K.K. + F82387 + Shenzhen Horn Audio Ltd - 00A03C - EG&G Nuclear Instruments + E828C1 + Eltex Enterprise Ltd - 00A0C4 - Cristie Electronics Ltd + 78D347 + Ericsson AB - 00A063 - JRL Systems Inc. + A4A179 + Nanjing dianyan electric power automation Ltd - 00A02C - interWAVE Communications + 68DB67 + Nantong Coship Electronics Ltd - 00A0F7 - V.I Computer Corp. + 1819D6 + Samsung Electronics Ltd - 00A090 - TimeStep Corporation + BC98DF + Motorola Mobility LLC, a Lenovo Company - 00A0EA - Ethercom Corp. + 70FC8F + Freebox SAS - 00A0DC - O.N. Electronic Ltd + 501B32 + Taicang T&W Electronics - 00A00B - Computex Ltd + 980D67 + ZyXEL Communications Corp - 00A0E2 - Keisokugiken Corporation + 0002D8 + BRECIS Communications Corporation - 00A033 - imc MeBsysteme GmbH + B0A6F5 + Xaptum Inc. - 00A0A9 - Navtel Communications Inc. + ACF5E6 + Cisco Systems Inc. - 00A071 - Video Lottery Technologies,Inc + DCB082 + Nokia - 006000 - Xycom Inc. + F8C397 + NZXT Corp Ltd - 006045 - Pathlight Technologies + 70DDA8 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 00A05D - CS CoMPUTER SysTEME GmbH + 4C6F9C + Guangdong Oppo Mobile Telecommunications Corp Ltd - 00A061 - Puritan Bennett + 782C29 + New H3C Technologies Ltd - 0060A6 - Particle Measuring Systems + BC9FE4 + Aruba Networks HP - 00602A - Symicron Computer Communications Ltd + 702E80 + DIEHL Connectivity Solutions - 00A06D - Mannesmann Tally Corporation + ACA46E + Shenzhen Gongjin Electronics Ltd - 00A0F6 - AutoGas Systems Inc. + C8B422 + Askey Computer Corp - 0060BE - Webtronics + 94EE9F + HMD Global Oy - 0060BF - Macraigor Systems Inc. + DC2AA1 + MedHab LLC - 006080 - Microtronix Datacom Ltd + E4F3E8 + Shenzhen SuperElectron Technology Ltd - 00A037 - Mindray DS USA Inc. + F4323D + Sichuan tianyi kanghe Communications Ltd - 00A04C - Innovative Systems & Technologies Inc. + F8B797 + NEC Platforms Ltd - 00A031 - Hazeltine Corporation, MS 1-17 + B0AAD2 + Sichuan tianyi kanghe Communications Ltd - 00A041 - Inficon + 109397 + ARRIS Group Inc. - 00A0A7 - Vorax Corporation + 5075F1 + ARRIS Group Inc. - 00A07E - Avid Technology Inc. + C46516 + Hewlett-Packard Company - 00A06F - Color Sentinel Systems LLC + E41E0A + IEEE Registration Authority - 00A0C7 - Tadiran Telecommunications + CCA12B + TCL King Electrical Appliances (Huizhou) Ltd - 00A01A - Binar Elektronik AB + AC00D0 + ZTE Corporation - 00A088 - Essential Communications + E8C417 + Fiberhome Telecommunication Technologies Ltd - 00A0C2 - R.A. Systems Ltd + 001EA3 + Nokia Danmark A/S - 00A098 - NetApp + 38F32E + Skullcandy - 00A04B - TFL LAN Inc. + 981E19 + Sagemcom Broadband SAS - 00A064 - KVB/Analect + 84B866 + Beijing XiaoLu technology Ltd - 00A03E - ATM Forum + 18BC5A + Zhejiang Tmall Technology Ltd - 00A01F - Tricord Systems Inc. + C4C138 + OWLink Technology Inc - 00A06C - Shindengen Electric MFG Ltd + AC37C9 + RAID Incorporated - 00A0DB - Fisher & Paykel Production + 205869 + Ruckus Wireless - 00A081 - Alcatel Data Networks + CC37AB + Edgecore Networks Corporation - 00A0B1 - First Virtual Corporation + 1422DB + eero Inc. - 002010 - Jeol System Technology Ltd + C86314 + IEEE Registration Authority - 00209F - Mercury Computer Systems Inc. + 243154 + Huawei Technologies Ltd - 00A073 - CoM21 Inc. + 2C58E8 + Huawei Technologies Ltd - 00A03A - Kubotek Corporation + 70CD91 + Teracom Telematica S.A - 00A0B2 - Shima Seiki + 2C1875 + Skyworth Digital Technology(Shenzhen) Ltd - 00A08B - Aston Electronic Designs Ltd + D06EDE + Sagemcom Broadband SAS - 00A097 - JC Information Systems + 18399C + Skorpios Technologies - 00A027 - Firepower Systems Inc. + 94C2BD + Tecnobit - 00A046 - Scitex Corp Ltd + 4883B4 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 00A0D4 - Radiolan, Inc. + 84B8B8 + Motorola (Wuhan) Mobility Technologies Communication Ltd - 00A092 - H. Bollmann Manufacturers Ltd + D041C9 + Fiberhome Telecommunication Technologies Ltd - 00200D - Carl Zeiss + E8018D + Fiberhome Telecommunication Technologies Ltd - 00202D - Taiyo Corporation + 10A3B8 + Iskratel d.o.o. - 002091 - J125, National Security Agency + E8ECA3 + Dongguan Liesheng Electronic Ltd - 0020BD - Niobrara R & D Corporation + 08A6BC + Amazon Technologies Inc. - 002054 - Sycamore Networks + 701E68 + Hanna Instruments Inc. - 0020A7 - Pairgain Technologies Inc. + 1CB3E9 + Shenzhen Zhongke United Communication Technology - 002055 - Altech Ltd + 8C965F + Shandong Zhongan Technology Ltd - 00200A - Source-Comm Corp. + C0074A + Brita GmbH - 0020CF - Test & Measurement Systems Inc + E8B2FE + HUMAX Ltd - 0020B4 - Terma Elektronik AS + 80FD7A + BLU Products Inc - 0020E4 - Hsing Tech Enterprise Ltd + 0017FA + Microsoft Corporation - 00206C - Evergreen Technology Corp. + 941625 + Apple - 00205E - Castle Rock Inc. + 543B30 + duagon AG - 002012 - Camtronics Medical Systems + 40F21C + DASAN Zhone Solutions - 002075 - Motorola Communication Israel + B0BB8B + Wavetel Technology Limited - 0020A5 - API Engineering + 34A8EB + Apple - 002064 - Protec Microsystems Inc. + 94BFC4 + Ruckus Wireless - 002033 - Synapse Technologies Inc. + A483E7 + Apple - 0020CB - Pretec Electronics Corp. + F4AFE7 + Apple - 0020EB - Cincinnati Microwave Inc. + AC88FD + Apple - 0020A0 - OA Laboratory Ltd + 503E7C + LeiShen Intelligent System Ltd - 0020E2 - Information Resource Engineering + 24586E + ZTE Corporation - 002007 - SFA Inc. + B4A305 + Xiamen Yaxon Network Ltd - 00205C - InterNet Systems Of Florida Inc. + 803E48 + Shenzhen Gongjin Electronics Ltd - 0020A2 - Galcom Networking Ltd + 243F30 + Oxygen Broadband s.a. - 002031 - Tattile SRL + 3C9180 + Liteon Technology Corporation - 0020D0 - Versalynx Corporation + 20326C + Samsung Electronics Ltd - 0020B9 - Metricom Inc. + 6489F1 + Samsung Electronics Ltd - 002039 - Scinets + 2034FB + Xiaomi Communications Ltd - 002072 - Worklink Innovations + A89CED + Xiaomi Communications Ltd - 0020EC - Techware Systems Corp. + 6CA604 + ARRIS Group Inc. - 00206E - Xact Inc. + 5CF9DD + Dell Inc. - 0020F1 - Altos India Limited + D0EC35 + Cisco Systems Inc. - 002041 - Data NET + 10AE60 + Private - 002076 - Reudo Corporation + BCCF4F + ZyXEL Communications Corp - 0020E8 - Datatrek Corporation + C010B1 + HMD Global Oy - 0020C5 - Eagle Technology + 90895F + Weifang Goertek Electronics Ltd - 002009 - Packard Bell Elec. Inc. + 48D845 + Shenzhen Mainuoke Electronics Ltd - 002027 - Ming Fortune Industry Ltd + 0CE041 + iDruide - 00208A - Sonix Communications Ltd + B88FB4 + Jabil Circuit Italia S.R.L - 0020D2 - RAD Data Communications Ltd + 0052C2 + Peiker Acustic GmbH - 002002 - Seritech Enterprise Ltd + 8C53D2 + China Mobile Group Device Ltd - 00204B - Autocomputer Ltd + D45383 + Murata Manufacturing Ltd - 0020EA - Efficient Networks Inc. + A04246 + IT Telecom Ltd - 00206A - Osaka Computer Corp. + 0CF475 + Zliide Technologies ApS - 0020DB - Xnet Technology Inc. + 68FF7B + TP-Link Technologies Ltd - 0020BB - ZAX Corporation + 808F1D + TP-Link Technologies Ltd - 0020A8 - Sast Technology Corp. + 00124E + XAC Automation Corp. - 002045 - ION Networks Inc. + 88E034 + Shinwa Industries(China) Ltd - 002049 - Comtron Inc. + 48BD0E + Quanta Storage Inc. - 002050 - Korea Computer Inc. + 000F69 + SEW Eurodrive GmbH & Co. KG - 002084 - OCE Printing Systems, GmbH + E458E7 + Samsung Electronics Ltd - 00208C - Galaxy Networks Inc. + 00104A + The Parvus Corporation - 00202C - Welltronix Ltd + D058C0 + Qingdao Haier Multimedia Limited. - 002021 - Algorithms Software PVT Ltd + 48C3B0 + Pharos Ltd - 00C0F9 - Artesyn Embedded Technologies + DC58BC + Thomas-Krenn.AG - 00C075 - Xante Corporation + 001025 + Grayhill Inc. - 001C7C - Perq Systems Corporation + 3821C7 + Aruba Networks HP - 00C039 - Teridian Semiconductor Corporation + A45F9B + Nexell - 00C0A9 - Barron Mccann Ltd + 70EA1A + Cisco Systems Inc. - 00C04B - Creative Microsystems + 808A8B + Vivo Mobile Communication Ltd - 00C0B9 - Funk Software Inc. + 9844B6 + Infranor SAS - 00C015 - NEW Media Corporation + 38839A + Shenzhen RF-Link Technology Ltd - 00C083 - Trace Mountain Products Inc. + DC6723 + barox Kommunikation GmbH - 00C094 - VMX Inc. + 94B40F + Aruba Networks HP - 00C019 - Leap Technology Inc. + 001A1E + Aruba Networks HP - 00C0CF - Imatran Voima Oy + 00246C + Aruba Networks HP - 00C07D - Risc Developments Ltd + 201BC9 + Juniper Networks - 00C043 - Stratacom + C8F6C8 + Fiberhome Telecommunication Technologies Ltd - 00C0B5 - Corporate Network Systems,Inc. + 1C3B8F + Selve GmbH & Co. KG - 00C0ED - US Army Electronic + E4E749 + Hewlett-Packard Company - 00C032 - I-Cubed Limited + ECC57F + Suzhou Pairlink Network Technology - 00C0A5 - Dickens Data Systems + 38C2BA + Cctv Neotech - 00C0EF - Abit Corporation + A0F9B7 + Ademco Smart Homes Technology(Tianjin) Ltd - 00C061 - Solectek Corporation + A83CCB + Rossma - 00C0AD - Marben Communication Systems + 886FD4 + Dell Inc. - 00C07F - Nupon Computing Corp. + CC3FEA + BAE Systems Inc. - 00C057 - Myco Electronics + 4CF2BF + Cambridge Industries(Group) Ltd - 00C056 - Somelec + CC9EA2 + Amazon Technologies Inc. - 00C027 - Cipher Systems Inc. + AC4330 + Versa Networks - 00C05C - Elonex PLC + E85BB7 + Ample Systems Inc. - 00C028 - Jasco Corporation + 94677E + Belden India Private Limited - 00C08D - Tronix Product Development + AC5775 + HMD Global Oy - 00C02A - Ohkura Electric Ltd + D43A2E + Shenzhen MTC Ltd - 00C0FC - Elastic Reality Inc. + 50AD92 + NX Technologies - 00C0BB - Forval Creative Inc. + 003217 + Cisco Systems Inc. - 00C0E0 - DSC Communication Corp. + 94E0D6 + China Dragon Technology Limited - 00C05B - Networks Northwest Inc. + B4A9FC + Quanta Computer Inc. - 00C008 - Seco SRL + 6CA936 + DisplayLink (UK) Ltd - 00C0B7 - American Power Conversion Corp + 708540 + Skyworth Digital Technology(Shenzhen) Ltd - 00C0D3 - Olympus Image Systems Inc. + 08F1EA + Hewlett Packard Enterprise - 00C0E8 - Plexcom Inc. + F00DF5 + ACOMA Medical Industry Ltd - 00C0DA - Nice Systems Ltd + 6845F1 + Toshiba Client Solutions Ltd - 00C0D1 - Comtree Technology Corporation + 78B213 + DWnet Technologies(Suzhou) Corporation - 00C038 - Raster Image Processing System + 58C232 + NEC Corporation - 00409B - HAL Computer Systems Inc. + 381D14 + Skydio Inc. - 0040EB - Martin Marietta Corporation + 7CDB98 + Askey Computer Corp - 0040BD - Starlight Networks Inc. + 380B3C + Texas Instruments - 0040ED - Network Controls INT'Natl Inc. + 9C8CD8 + Hewlett Packard Enterprise - 004021 - Raster Graphics + A48CC0 + JLG Industries Inc. - 0040C1 - Bizerba-Werke Wilheim Kraut + 3C286D + Google Inc. - 0040E1 - Marner International Inc. + 00093A + Molex CMS - 0040FE - Symplex Communications + 04F9D9 + Speaker Electronic(Jiashan) Ltd - 0040E5 - Sybus Corporation + DC080F + Apple - 0040A5 - Clinicomp Intl. + F8E94E + Apple - 004005 - ANI Communications Inc. + EC2CE2 + Apple - 0040D9 - American Megatrends Inc. + 40BC60 + Apple - 00404C - Hypertec Pty Ltd + E83617 + Apple - 00C030 - Integrated Engineering B. V. + 9C648B + Apple - 00C0A6 - Exicom Australia Pty Ltd + 344262 + Apple - 00C0CB - Control Technology Corporation + 14D00D + Apple - 00C0EB - SEH Computertechnik GmbH + 88D211 + Eko Devices Inc. - 0040DB - Advanced Technical Solutions + B8C227 + PSTec - 00C092 - Mennen Medical Inc. + 74F737 + KCE - 00C052 - Burr-Brown + 48A493 + Taiyo Yuden Ltd - 00400E - Memotec Inc. + E82C6D + SmartRG Inc. - 00C03D - Wiesemann & Theis GmbH + 48E695 + Insigma Inc - 0040C8 - Milan Technology Corporation + B479C8 + Ruckus Wireless - 0040BA - Alliant Computer Systems Corp. + B40B78 + Brusa Elektronik AG - 004038 - Talent Electric Incorporated + C03DD9 + MitraStar Technology Corp. - 0040D8 - Ocean Office Automation Ltd + 2CAA8E + Wyze Labs Inc - 004088 - Mobius Technologies Inc. + 703A51 + Xiaomi Communications Ltd - 004032 - Digital Communications + DC48B2 + Baraja Pty Ltd - 0040C2 - Applied Computing Devices + 181E95 + AuVerte - 0040D4 - Gage Talker Corp. + 0C9541 + Chipsea Technologies (Shenzhen) Corp. - 0040CE - NET-Source Inc. + 3C3786 + Netgear - 004062 - E-Systems Inc./Garland Div. + 48352E + Shenzhen Wolck Network Product Ltd - 004034 - Bustek Corporation + 04E598 + Xiaomi Communications Ltd - 00401C - AST Research Inc. + B82CA0 + Resideo - 00400F - Datacom Technologies + 6CC7EC + Samsung Electro-Mechanics(Thailand) - 004006 - Sampo Technology Corporation + B033A6 + Juniper Networks - 0080AA - Maxpeed + D89685 + GoPro - 00C050 - Toyo Denki Seizo K.K. + C0BDC8 + Samsung Electronics Ltd - 0040C6 - Fibernet Research Inc. + 647BCE + Samsung Electronics Ltd - 004047 - Wind River Systems + A887B3 + Samsung Electronics Ltd - 004050 - Ironics Inc.orporated + 6C006B + Samsung Electronics Ltd - 008092 - Silex Technology Inc. + 001060 + Billionton Systems Inc. - 008093 - Xyron Corporation + C4D489 + JiangSu Joyque Information Industry Ltd - 00805A - Tulip Computers Internat'L B.V + B4F949 + optilink networks pvt Ltd - 004041 - Fujikura Ltd + E43C80 + University Of Oklahoma - 00804E - Apex Computer Company + 3C2C30 + Dell Inc. - 008055 - Fermilab + 706D15 + Cisco Systems Inc. - 00802A - Test Systems & Simulations Inc + A4A1E4 + Innotube Inc. - 008035 - Technology Works Inc. + 94EAEA + Tellescom Industria E Comercio EM Telecomunicacao - 00807E - Southern Pacific Ltd + 1CFD08 + IEEE Registration Authority - 0080EF - Rational + B8599F + Mellanox Technologies Inc. - 0080F0 - Panasonic Communications Ltd + 301389 + Siemens AG, Automations & Drives, - 00801D - Integrated Inference Machines + 98D3E7 + Netafim L - 008075 - Parsytec GmbH + F063F9 + Huawei Technologies Ltd - 008051 - Fibermux + 7CC385 + Huawei Technologies Ltd - 0080C6 - National Datacomm Corporation + 900EB3 + Shenzhen Amediatech Technology Ltd - 0080C0 - Penril Datacomm + 549FAE + iBASE Gaming Inc - 00802E - Castle Rock Computing + 548028 + Hewlett Packard Enterprise - 0080F2 - Raycom Systems Inc + 54068B + Ningbo Deli Kebei Technology Ltd - 0080BD - THE Furukawa Electric Ltd + 60CE92 + The Refined Industry Company Limited - 008025 - Telit Wireless Solutions GmbH + 105BAD + Mega Well Limited - 0080EA - ADVA Optical Networking Ltd + 74BFC0 + Canon Inc. - 00001E - Telsist Industria Electronica + C8D9D2 + Hewlett-Packard Company - 000050 - Radisys Corporation + 24FCE5 + Samsung Electronics Ltd - 008004 - Antlow Communications Ltd + 809621 + Lenovo - 0080D0 - Computer Peripherals Inc. + 78055F + Shenzhen WYC Technology Ltd - 008024 - Kalpana Inc. + 00EABD + Cisco Systems Inc. - 008040 - John Fluke Manufacturing Co. + 48872D + Shen Zhen DA XIA Long QUE Technology Ltd - 008021 - Alcatel Canada Inc. + E81A58 + Technologic Systems - 0080E8 - Cumulus Corporatiion + C0BFA7 + Juniper Networks - 008069 - Computone Systems + F05494 + Honeywell Connected Building - 00800D - Vosswinkel F.U. + 5CC999 + New H3C Technologies Ltd - 0080D1 - Kimtron Corporation + B02A43 + Google Inc. - 008042 - Artesyn Embedded Technologies + C474F8 + Hot Pepper Inc. - 00809A - Novus Networks Ltd + 142233 + Fiberhome Telecommunication Technologies Ltd - 008000 - Multitech Systems Inc. + 743400 + MTG Ltd - 0080ED - IQ Technologies Inc. + DC3757 + Integrated Device Technology (Malaysia) Sdn. Bhd. - 00804A - PRO-LOG + 005099 + 3Com Europe Ltd - 000066 - Talaris Systems Inc. + 04BC87 + Shenzhen JustLink Technology Ltd - 000049 - Apricot Computers Ltd + 54C33E + Ciena Corporation - 0000FA - Microsage Computer Systems Inc + EC79F2 + Startel - 0000D4 - Pure Data Ltd + BCB22B + EM-Tech - 000019 - Applied Dynamics International + D4AB82 + ARRIS Group Inc. - 000015 - Datapoint Corporation + 704FB8 + ARRIS Group Inc. - 00001C - Bell Technologies + 0060EB + Fourthtrack Systems - 000034 - Network Resources Corporation + 1862E4 + Texas Instruments - 000022 - Visual Technology Inc. + 6035C0 + SFR - 0000B5 - Datability Software Sys Inc. + C4985C + Hui Zhou Gaoshengda Technology Ltd - 00002F - Timeplex Inc. + 30A1FA + Huawei Technologies Ltd - 0000B8 - Seikosha Ltd + 242E90 + Palit Microsystems Ltd - 0000E6 - Aptor Produits de Comm Indust + 9CAA1B + Microsoft Corporation - 000084 - Supernet + A89A93 + Sagemcom Broadband SAS - 00009A - RC Computer A/S + 001AC5 + Keysight Technologies Inc. - 000027 - Japan Radio Company + 00201E + Netquest Corporation - 0000E8 - Accton Technology Corp. + 64628A + evon GmbH - 00004B - ICL Data Oy + 0415D9 + Viwone - 0000E0 - Quadram Corp. + ECB313 + Shenzhen Gongjin Electronics Ltd - 0000AB - Logic Modeling Corporation + B08BCF + Cisco Systems Inc. - 0080AC - Imlogix, Division Of Genesys + 00608C + 3Com Corporation - 00004F - Logicraft Inc. + 00A024 + 3Com Corporation - 00006F - Madge Ltd + 0020AF + 3Com Corporation - 000078 - Labtam Limited + 00104B + 3Com Corporation - 00005A - SysKonnect GmbH + A85AF3 + Shanghai Siflower Communication Technology Ltd - 00005B - Eltec Elektronik AG + 70FD46 + Samsung Electronics Ltd - 000071 - Adra Systems Inc. + 8C83E1 + Samsung Electronics Ltd - 000073 - Siecor Corporation + 889F6F + Samsung Electronics Ltd - 0000B9 - Mcdonnell Douglas Computer Sys + 5C63C9 + Intellithings Ltd - 0000BF - Symmetric Computer Systems + 0C96E6 + Cloud Network Technology (Samoa) Limited - 00002D - Chromatics Inc + 3C8994 + BSkyB Ltd - 000018 - Webster Computer Corporation + E00EE1 + We Corporation Inc. - 0000C8 - Altos Computer Systems + 000C43 + Ralink Technology, Corp. - 0000D5 - Micrognosis International + 8C9246 + Oerlikon Textile GmbH&Co.KG - 00003A - Chyron Corporation + 000E94 + Maas International BV - 000059 - Hellige GmbH + 4898CA + Sichuan AI-Link Technology Ltd - 000069 - Concord Communications Inc + 247E51 + ZTE Corporation - 0000E7 - Star Gate Technologies + E8B541 + ZTE Corporation - 00004D - DCI Corporation + 0C9D92 + ASUSTek Computer Inc. - 000023 - ABB Industrial Systems AB + 988ED4 + Itel Mobile Limited - 0000BE - THE NTI Group + E8A788 + Xiamen Leelen Technology Ltd - 0000D9 - Nippon Telegraph & Telephone + 582D34 + Qingping Electronics (Suzhou) Ltd - 000080 - Cray Communications A/S + 20DE88 + IC Realtime LLC - 08002A - Mosaic Technologies Inc. + F4068D + devolo AG - 080089 - Kinetics + 001A31 + Scan Coin AB - 080086 - Konica Minolta Holdings Inc. + 001B84 + Scan Engineering Telecom - 080083 - Seiko Instruments Inc. + 482CA0 + Xiaomi Communications Ltd - 080061 - Jarogate Ltd + 3412F9 + Huawei Technologies Ltd - 08005F - Saber Technology Corp. + BCE265 + Huawei Technologies Ltd - 080058 - Systems Concepts + 4CD1A1 + Huawei Technologies Ltd - 080049 - Univation + 88BFE4 + Huawei Technologies Ltd - 080024 - 10NET Communications/DCA + 4017E2 + Intai Technology Corp. - 080022 - NBI Inc. + 0CCB85 + Motorola Mobility LLC, a Lenovo Company - 080020 - Oracle Corporation + A4E615 + Shenzhen Chuangwei-RGB Electronics Ltd - 08001F - Sharp Corporation + 741F79 + Youngkook Electronics Ltd - 080014 - Excelan + A09351 + Cisco Systems Inc. - AA0000 - Digital Equipment Corporation + 98039B + Mellanox Technologies Inc. - AA0001 - Digital Equipment Corporation + 208984 + Compal Information (Kunshan) Ltd - AA0002 - Digital Equipment Corporation + B4CEFE + James Czekaj - 000007 - Xerox Corporation + F8CC6E + DEPO Electronics Ltd - 00801F - Krupp Atlas Electronik GmbH + F8369B + Texas Instruments - 080006 - Siemens AG + 88AE1D + Compal Information (Kunshan) Ltd - 04E0C4 - Triumph-Adler AG + B888E3 + Compal Information (Kunshan) Ltd - 020701 - Racal-Datacom + 289EFC + Sagemcom Broadband SAS - 080013 - Exxon + 00C055 + Modular Computing Technologies - 00DD08 - Ungermann-Bass Inc. + E41FE9 + Dunkermotoren GmbH - 000005 - Xerox Corporation + C4518D + Shenzhen YOUHUA Technology Ltd - 021C7C - Perq Systems Corporation + 486834 + Silicon Motion Inc. - 080065 - Genrad Inc. + 001133 + Siemens AG Austria - 84A9EA - Career Technologies USA + 000B23 + Siemens Home & Office Comm. Devices - E405F8 - Delta Innovation Technology Ltd + 641331 + Bosch Car Multimedia (Wuhu) Ltd - 000009 - Xerox Corporation + 183A48 + VostroNet - 0080E9 - Madge Ltd + 782F17 + Xlab Ltd - 0040D6 - Locamation B.V. + B0027E + Muller Services - 08004B - Planning Research Corp. + 24FAF3 + Shanghai Flexem Technology Ltd - 02AA3C - Olivetti Telecomm SPA (Olteco) + 88D2BF + German Autolabs - 080059 - A/S Mycron + 20163D + Integrated Device Technology (Malaysia) Sdn. Bhd. - 080008 - Bolt Beranek AND Newman Inc. + E0735F + Nucom - F47488 - New H3C Technologies Ltd + 0051ED + LG Innotek - FCC233 - ASUSTek Computer Inc. + 40DC9D + Hajen - 401175 - IEEE Registration Authority + 340A98 + Huawei Technologies Ltd - 8031F0 - Samsung Electronics Ltd + 646D6C + Huawei Technologies Ltd - 583526 - Deeplet Technology Corp + C4B8B4 + Huawei Technologies Ltd - 34B5A3 - CIG Shanghai Ltd + F0BCC9 + PFU Limited - 6C1DEB - u-blox AG + 487583 + Intellion AG - 2852F9 - Zhongxin Intelligent Times (Shenzhen) Ltd + 904C81 + Hewlett Packard Enterprise - B8F853 - Arcadyan Corporation + 8C3579 + QDIQO Sp. z o.o. - E0D083 - Samsung Electronics Ltd + 38C70A + WiFiSong - 743C18 - Taicang T&W Electronics + D8760A + Escort Inc. - 4C80BA - Wuhan Tianyu Information Industry Ltd + 5C2ED2 + ABC(XiSheng) Electronics Ltd - 8C02FA - CoMMANDO Networks Limited + FCFBFB + Cisco Systems Inc. - F0264C - Sigrist-Photometer AG + 007E95 + Cisco Systems Inc. - D80B9A - Samsung Electronics Ltd + 9C5A44 + Compal Information (Kunshan) Ltd - AC8D34 - Huawei Technologies Ltd + 14CAA0 + Hu & Co - 645299 - The Chamberlain Group Inc. + 08D46A + LG Electronics (Mobile Communications) - F875A4 - LCFC(HeFei) Electronics Technology Ltd + 001017 + Bosch Access Systems GmbH - 00D2B1 - TPV Display Technology (Xiamen) Ltd + F4EE14 + Mercury Communication Technologies Ltd - C0E434 - Azurewave Technologies Inc. + 6C5940 + Mercury Communication Technologies Ltd - 6C710D - Cisco Systems Inc. + D02516 + Mercury Communication Technologies Ltd - 246F8C - Huawei Device Ltd + 1C60DE + Mercury Communication Technologies Ltd - 1C1386 - Huawei Device Ltd + D82477 + Universal Electric Corporation - BC2EF6 - Huawei Device Ltd + 00907F + WatchGuard Technologies Inc. - 4455C4 - Huawei Device Ltd + 4C5E0C + Routerboard.com - 000829 - Tokyo Electron Device Nagasaki Limited + D4CA6D + Routerboard.com - 1C4455 - Sieb & Meyer AG + 001472 + China Broadband Wireless IP Standard group(ChinaBWIPS) - F88A5E - Texas Instruments + 80B575 + Huawei Technologies Ltd - 5CE7A0 - Nokia + A4BE2B + Huawei Technologies Ltd - E01F88 - Xiaomi Communications Ltd + 68E7C2 + Samsung Electronics Ltd - 8CDC02 - ZTE Corporation + 58B10F + Samsung Electronics Ltd - B4BC7C + 4006A0 Texas Instruments - E0AAB0 - Suntaili Enterprise Ltd + F82DC0 + ARRIS Group Inc. - 683943 - ittim + 189C27 + ARRIS Group Inc. - 10C65E - Adapt-IP + 3CF5CC + New H3C Technologies Ltd - 7CA7B0 - Shenzhen Bilian Electronic Ltd + D08A91 + Technicolor CH USA Inc. - 20311C - Vivo Mobile Communication Ltd + 2811A5 + Bose Corporation - 104F58 - Aruba Networks HP + D8F3DB + Post CH AG - B4E842 - Hong Kong Bouffalo Lab Limited + DCB4AC + Flextronics Manufacturing(Zhuhai) Ltd - 0003CB - SystemGear Ltd + A492CB + Nokia - F0A7B2 - Futaba Corporation + C0D2F3 + Hui Zhou Gaoshengda Technology Ltd - 609B2D - JMACS Japan Ltd + B88303 + Hewlett Packard Enterprise - 14A32F - Huawei Device Ltd + 203DBD + LG Innotek - 04D3B5 - Huawei Device Ltd + A45385 + Weifang Goertek Electronics Ltd - 00BB1C - Huawei Device Ltd + 00402F + Xlnt Designs Inc. - 80AC7C - Sichuan AI-Link Technology Ltd + 04ECBB + Fiberhome Telecommunication Technologies Ltd - DC4BFE - Shenzhen Belon Technology Ltd + 64A2F9 + OnePlus Technology (Shenzhen) Ltd - 506255 - IEEE Registration Authority + A87D12 + Huawei Technologies Ltd - 58D50A - Murata Manufacturing Ltd + D42122 + Sercomm Corporation. - 88A303 - Samsung Electronics Ltd + 00C002 + Sercomm Corporation. - FCDE90 - Samsung Electronics Ltd + BC9911 + ZyXEL Communications Corp - 1854CF - Samsung Electronics Ltd + 280245 + Konze System Technology Ltd - 80795D - Infinix mobility limited + E48F65 + Yelatma Instrument Making Enterprise, JSC - E884C6 - Huawei Technologies Ltd + 0000A8 + Stratus Technologies - 642CAC - Huawei Technologies Ltd + 0004FC + Stratus Technologies - 08CC27 - Motorola Mobility LLC, a Lenovo Company + 3C24F0 + IEEE Registration Authority - 04D395 - Motorola Mobility LLC, a Lenovo Company + 00BB3A + Amazon Technologies Inc. - E09806 - Espressif Inc. + 0CB34F + Shenzhen Xiaoqi Intelligent Technology Ltd - F4CFA2 - Espressif Inc. + 3CF4F9 + Moda-InnoChips - F81E6F - EBG Compleo GmbH + 94193A + Elvaco AB - F0A35A - Apple + C08135 + Ningbo Forfan technology Ltd - 608373 - Apple + 840D8E + Espressif Inc. - 84AD8D - Apple + 002082 + Oneac Corporation - 74428B - Apple + B4C0F5 + Shenzhen TINNO Mobile Technology Corp. - 149138 - Amazon Technologies Inc. + 406231 + Gifa - 6C410E - Cisco Systems Inc. + FCB7F0 + Idaho National Laboratory - 6C310E - Cisco Systems Inc. + 2C28B7 + Hangzhou Ruiying technology Ltd - 2877F1 - Apple + 106530 + Dell Inc. - A8E77D - Texas Instruments + 046B1B + SysDINE Ltd - DC543D - Itel Mobile Limited + B0A37E + Qing DAO Haier Telecom Ltd - 0C8447 - Fiberhome Telecommunication Technologies Ltd + 3CEAF9 + Jubix Ltd - 9C6B72 - Realme Chongqing MobileTelecommunications Corp Ltd + 58DB15 + Tecno Mobile Limited - 50C6AD - Fiberhome Telecommunication Technologies Ltd + 5050CE + Hangzhou Dianyixia Communication Technology Ltd - 748A28 - HMD Global Oy + FC6947 + Texas Instruments - D42493 - GW Technologies Ltd + E07DEA + Texas Instruments - 0023E6 - Innovation Farm Inc. + DCDE4F + Gionee Communication Equipment Ltd - ECA940 - ARRIS Group Inc. + 4CD0CB + Huawei Technologies Ltd - FC8596 - Axonne Inc. + 505DAC + Huawei Technologies Ltd - 5CB4E2 - Inspur Software Group Ltd + E8FAF7 + Guangdong Uniteddata Holding Group Ltd - 3C510E - Cisco Systems Inc. + 949D57 + Panasonic do Brasil Limitada - D8AED0 - Shanghai Engineering Science & Technology Ltd CGNPC + 88D37B + FirmTek LLC - E0859A - Shenzhen RF-Link Technology Ltd + 1C666D + Hon Hai Precision Ind Ltd - 0C42A1 - Mellanox Technologies Inc. + 84F3EB + Espressif Inc. - B47AF1 - Hewlett Packard Enterprise + 001B48 + Shenzhen Lantech Electronics Ltd - 349F7B - Canon Inc. + 00250C + Senet Inc - F4D9C6 - Unionman Technology Ltd + 0C8063 + TP-Link Technologies Ltd - 34F150 - Hui Zhou Gaoshengda Technology Ltd + 007278 + Cisco Systems Inc. - CC5289 - Shenzhen Optfocus Technology Ltd + 645AED + Apple - CC5D78 - JTD Consulting + C0B658 + Apple - BCF9F2 - Teko + 48A91C + Apple - 000EA4 - Quantum Corp. + 50BC96 + Apple - 005084 - Quantum Corp. + FC2A9C + Apple - 809F9B - Sichuan AI-Link Technology Ltd + 682C7B + Cisco Systems Inc. - A82BCD - Huawei Technologies Ltd + 441E98 + Ruckus Wireless - 48DC2D - Huawei Technologies Ltd + A056F3 + Apple - ACEB51 - Universal Electronics Inc. + 549963 + Apple - 6010A2 - Crompton Instruments + 90DD5D + Apple - C4B239 - Cisco Systems Inc. + DC2919 + AltoBeam (Xiamen) Technology Ltd - B0A454 - Tripwire Inc. + 885FE8 + IEEE Registration Authority - 6490C1 - Beijing Xiaomi Mobile Software Ltd + 002FD9 + Fiberhome Telecommunication Technologies Ltd - CC5CDE - China Mobile Group Device Ltd + B4CD27 + Huawei Technologies Ltd - 60CE86 - Sercomm Corporation. + C819F7 + Samsung Electronics Ltd - 4C4FEE - OnePlus Technology (Shenzhen) Ltd + 64C3D6 + Juniper Networks - 4CE175 - Cisco Systems Inc. + 00A021 + General Dynamics Mission Systems - A824B8 - Nokia + F0AF50 + Phantom Intelligence - 000CE6 - Fortinet Inc. + C42C4F + Qingdao Hisense Mobile Communication Technology Ltd - 9055DE + 24CACB Fiberhome Telecommunication Technologies Ltd - E8910F + 543E64 Fiberhome Telecommunication Technologies Ltd - D005E4 - Huawei Device Ltd + 6402CB + ARRIS Group Inc. - 30AAE4 - Huawei Device Ltd + F4E11E + Texas Instruments - 14AB56 - Wuxi Funide Digital Ltd + 3880DF + Motorola Mobility LLC, a Lenovo Company - E8D8D1 - HP Inc. + BC6A2F + Henge Docks LLC - 28CDC4 - Chongqing Fugui Electronics Ltd + 0C08B4 + HUMAX Ltd - 000CDF - JAI Manufacturing + 002705 + Sectronic - 2C91AB - AVM Audiovisuelles Marketing und Computersysteme GmbH + 48BD3D + New H3C Technologies Ltd - 807B3E - Samsung Electronics Ltd + 184C08 + Rockwell Automation - F8F1E6 - Samsung Electronics Ltd + DC0265 + Meditech Kft - 88A9B7 - Apple + 14A72B + currentoptronics Pvt Ltd - ECCED7 - Apple + A4DA22 + IEEE Registration Authority - 48EB62 - Murata Manufacturing Ltd + 3C1710 + Sagemcom Broadband SAS - 5CE176 - Cisco Systems Inc. + DC729B + Huawei Technologies Ltd - AC9085 - Apple + 909497 + Huawei Technologies Ltd - 3448ED - Dell Inc. + 34029B + Plexonics Technologies LImited - 3C5731 - Cisco Systems Inc. + 900372 + Longnan Junya Digital Technology Ltd - 6C55E8 - Technicolor CH USA Inc. + 0CC6CC + Huawei Technologies Ltd - 342FBD - Nintendo Ltd + 785860 + Huawei Technologies Ltd - A02D13 - AirTies Wireless Networks + E8ABF3 + Huawei Technologies Ltd - 8468C8 - Totolink Technology Int'l Limited + 3CDCBC + Samsung Electronics Ltd - 9C28F7 - Xiaomi Communications Ltd + 804E70 + Samsung Electronics Ltd - 10521C - Espressif Inc. + D4E6B7 + Samsung Electronics Ltd - 6C42AB - Subscriber Networks Inc. + 8C4CAD + Evoluzn Inc. - 64F6F7 - Anhui Dynamic Power Ltd + 8CF957 + RuiXingHengFang Network (Shenzhen) Ltd - 941C56 - Actiontec Electronics Inc. + 4C776D + Cisco Systems Inc. - D80BCB - Telink Semiconductor (Shanghai) Ltd + 74E182 + Texas Instruments - F0F0A4 - Amazon Technologies Inc. + 449EF9 + Vivo Mobile Communication Ltd - C0D682 - Arista Networks + 6CC4D5 + HMD Global Oy - CC2D1B - SFR + 80C548 + Shenzhen Zowee Technology Ltd - 80E540 - ARRIS Group Inc. + 10C25A + Technicolor CH USA Inc. - 000DB4 - Stormshield + E8DEFB + Mesotic SAS - 2CF05D - Micro-Star INTL Ltd + C400AD + Advantech Technology (CHINA) Ltd - 943BB0 - New H3C Technologies Ltd + 94FE9D + Shenzhen Gongjin Electronics Ltd - 9043E2 - Cornami Inc. + 6CB6CA + DivUS GmbH - 803049 - Liteon Technology Corporation + 04D13A + Xiaomi Communications Ltd - E84943 - YUGE Information technology Ltd + 4CC206 + Somfy - 501408 - AiNET + 040973 + Hewlett Packard Enterprise - 289AF7 - ADVA Optical Networking Ltd + 3499D7 + Universal Flow Monitors Inc. - B0B194 - ZTE Corporation + 0C8BD3 + Itel Mobile Limited - 10C3AB - Huawei Technologies Ltd + C0A8F0 + Adamson Systems Engineering - 2811EC - Huawei Technologies Ltd + 9C431E + IEEE Registration Authority - E42686 - DWnet Technologies(Suzhou) Corporation + 0024AF + Dish Technologies Corp - 00692D - Sunnovo International Limited + 282C02 + IEEE Registration Authority - 38EB47 - Huawei Technologies Ltd + FCA183 + Amazon Technologies Inc. - 0C3796 - Bizlink Technology Inc. + 6C2ACB + Paxton Access Ltd - F4032A - Amazon Technologies Inc. + 583BD9 + Fiberhome Telecommunication Technologies Ltd - 147740 - Huawei Device Ltd + DCA266 + Hon Hai Precision Ind Ltd - B4157E - Celona Inc. + C48466 + Apple - 18D98F - Huawei Device Ltd + 347C25 + Apple - 645E2C - IRay Technology Ltd + CC2DB7 + Apple - 00E0EC - Celestica Inc. + A0BDCD + BSkyB Ltd - 703811 - Siemens Mobility Limited + BC91B5 + Infinix mobility limited - 646266 - IEEE Registration Authority + 282FC2 + Automotive Data Solutions - 487AF6 - NCS Electrical SDN BHD + 980074 + Raisecom Technology Ltd - 486E70 - Zhejiang Tmall Technology Ltd + 18C19D + Integrated Device Technology (Malaysia) Sdn. Bhd. - 601D9D - Sichuan AI-Link Technology Ltd + 0C9838 + Xiaomi Communications Ltd - D85F77 - Telink Semiconductor (Shanghai) Ltd + 74EACB + New H3C Technologies Ltd - 2C97ED - Sony Imaging Products & Solutions Inc. + D41A3F + Guangdong Oppo Mobile Telecommunications Corp Ltd - 20826A - Guangdong Oppo Mobile Telecommunications Corp Ltd + D8B122 + Juniper Networks - B89047 - Apple + B4C799 + Extreme Networks Inc. - 909C4A - Apple + 646E6C + Radio Datacom LLC - 908C43 - Apple + E88E60 + NSD Corporation - 188A6A - AVPro Global Hldgs + 000F9B + Ross Video Limited - 3C7D0A - Apple + 0024BA + Texas Instruments - D48A39 - Samsung Electronics Ltd + 60512C + TCT mobile Ltd - E4F3C4 - Samsung Electronics Ltd + 64DB81 + Syszone Ltd - 9C2F4E - ZTE Corporation + 44AD19 + Xingfei (H.K)Limited - F01090 + 38ADBE New H3C Technologies Ltd - 08BFA0 - Samsung Electronics Ltd + 5CAD76 + Shenzhen TCL New Technology Ltd - 701F3C + 5C865C Samsung Electronics Ltd - 2050E7 - AMPAK Technology,Inc. - - - D8A8C8 - ZTE Corporation - - - 3822E2 - HP Inc. + 04F128 + HMD Global Oy - 08C0EB - Mellanox Technologies Inc. + 04B167 + Xiaomi Communications Ltd - E4E112 - Texas Instruments + EC8350 + Microsoft Corporation - 3414B5 - Texas Instruments + D007CA + Juniper Networks - D003EB + 1CDF52 Texas Instruments - 94DB56 - Sony Home Entertainment & Sound Products Inc - - - 889E68 - Technicolor CH USA Inc. + 30C507 + ECI Telecom Ltd - 6409AC - TCT mobile Ltd + C8458F + Wyler AG - 743AEF - Kaonmedia Ltd + 001BB9 + Elitegroup Computer Systems Ltd - 189E2C - Huawei Device Ltd + 002461 + Shin Wang Tech. - 5C5578 - iryx Corp + 0C5203 + AGM Group Limited - 4CC53E - ZyXEL Communications Corp + 2C5491 + Microsoft Corporation - 9056FC - Tecno Mobile Limited + 3817C3 + Hewlett Packard Enterprise - B86392 - Guangdong Genius Technology Ltd + 001E1D + East Coast Datacom Inc. - 68B9D3 - Shenzhen Trolink Technology Ltd + 7846C4 + Daehap Hyper-Tech - B8C6AA - Earda Technologies Ltd + 5CE28C + ZyXEL Communications Corp - 54AED0 - DASAN Networks Inc. + E4BD4B + ZTE Corporation - 1070FD - Mellanox Technologies Inc. + 38D7CA + 7HUGS Labs - 38F601 - Solid State Storage Technology Corporation + 000144 + Dell EMC - 40DEAD - Juniper Networks + 08001B + Dell EMC - 40F520 - Espressif Inc. + 7C010A + Texas Instruments - 78AA82 - New H3C Technologies Ltd + E42B34 + Apple - 206C8A - Extreme Networks Inc. + 3C2EF9 + Apple - 348584 - Extreme Networks Inc. + A04EA7 + Apple - 4018B1 - Extreme Networks Inc. + F0989D + Apple - 885BDD - Extreme Networks Inc. + FCD6BD + Robert Bosch GmbH - 98ED5C - Tesla,Inc. + 701F53 + Cisco Systems Inc. - C44268 - Crestron Electronics Inc. + 18396E + Sunsea Telecommunications Ltd - 5471DD - Huawei Device Ltd + EC7D11 + Vivo Mobile Communication Ltd - E4A749 - Palo Alto Networks + 480EEC + TP-Link Technologies Ltd - 84D6C5 - SolarEdge Technologies + 503EAA + TP-Link Technologies Ltd - D89136 - Dover Fueling Solutions + 5800BB + Juniper Networks - C88314 - Tempo Communications + 48BA4E + Hewlett-Packard Company - B8E3EE - Universal Electronics Inc. + D80831 + Samsung Electronics Ltd - 24C8D3 - McWane India Pvt Ltd + 9441C1 + Mini-Cam Limited - 605464 - Eyedro Green Solutions Inc. + 504EDC + Ping Communication - FC956A - Octagon Systems Corp. + 08674E + Hisense broadband multimedia technology Ltd - 40B31E - Universal Electronics Inc. + 500F80 + Cisco Systems Inc. - 884033 - Huawei Technologies Ltd + 10F1F2 + LG Electronics (Mobile Communications) - E0F6B5 - Nintendo Ltd + 8C68C8 + ZTE Corporation - AC7A56 - Cisco Systems Inc. + EC8263 + ZTE Corporation - 448DBF - Rhino Mobility LLC + 683C7D + Magic Intelligence Technology Limited - 948AC6 - Realme Chongqing Mobile Telecommunications Corp Ltd + 0C1C20 + Kakao Corp - C0A66D - Inspur Group Ltd + 24F5A2 + Belkin International Inc. - 70F096 - Cisco Systems Inc. + 74BBD3 + Shenzhen xeme Communication Ltd - 0020A6 - Proxim Wireless + 94282E + New H3C Technologies Ltd - 5850ED - Hangzhou Hikvision Digital Technology Ltd + 98F5A9 + Ohsung - 00051E - Brocade Communications Systems LLC + D89EF3 + Dell Inc. - 988B0A - Hangzhou Hikvision Digital Technology Ltd + 384F49 + Juniper Networks - BCBAC2 + 4CBD8F Hangzhou Hikvision Digital Technology Ltd - ACCB51 - Hangzhou Hikvision Digital Technology Ltd + ECEBB8 + Hewlett Packard Enterprise - E0D462 - Huawei Device Ltd + 6CB749 + Huawei Technologies Ltd - 909838 - Huawei Device Ltd + 989C57 + Huawei Technologies Ltd - 84CCA8 - Espressif Inc. + 185282 + Fiberhome Telecommunication Technologies Ltd - C4F57C - Brocade Communications Systems LLC + 8C3C4A + NAKAYO Inc - 0012F2 - Brocade Communications Systems LLC + 7086C1 + Texas Instruments - 6C2F8A - Samsung Electronics Ltd + F4D7B2 + LGS Innovations LLC - F0B022 - TOHO Electronics Inc. + 00152A + Nokia Corporation - 987ECA - Inventus Power Eletronica do Brasil LtdA + 9C4A7B + Nokia Corporation - 2C9FFB + D86162 Wistron Neweb Corporation - 50382F - ASE Group Chung-Li + 28840E + silicon valley immigration service - 0C14D2 - China Mobile Group Device Ltd + 2CD2E7 + Nokia Corporation - D4F829 - Sagemcom Broadband SAS + 386EA2 + Vivo Mobile Communication Ltd - E06234 - Texas Instruments + 982D68 + Samsung Electronics Ltd - 708CBB - Mimodisplaykorea + BC2E48 + ARRIS Group Inc. - B848AA - EM Microelectronic + 608CE6 + ARRIS Group Inc. - D834EE - Stem Audio + 080070 + Mitsubishi Precision Ltd - F8572E - Core Brands LLC + 444AB0 + Zhejiang Moorgen Intelligence Technology Ltd - 001C91 - Gefen LLC + DC6AEA + Infinix mobility limited - 244BFE - ASUSTek Computer Inc. + C421C8 + Kyocera Corporation - 7CDDE9 - ATOM tech Inc. + 80739F + Kyocera Corporation - F86BD9 - Cisco Systems Inc. + 705812 + Panasonic Corporation AVC Networks Company - C014FE - Cisco Systems Inc. + 04209A + Panasonic Corporation AVC Networks Company - 7CAD4F - Cisco Systems Inc. + 34008A + IEEE Registration Authority - 0831A4 - Huawei Device Ltd + A41115 + Robert Bosch Engineering and Business Solutions pvt Ltd - A8E978 - Huawei Device Ltd + 40D63C + Equitech Industrial(DongGuan) Ltd - F82F65 - Huawei Device Ltd + F4F3AA + JBL GmbH & Co. KG - 28B371 - Ruckus Wireless + 9050CA + Hitron Technologies Inc. - 08ACC4 - FMTech + 409922 + Azurewave Technologies Inc. - DC503A - Nanjing Ticom Tech Ltd + C06D1A + Tianjin Henxinhuifeng Technology Ltd - 18473D - Chongqing Fugui Electronics Ltd + 107B44 + ASUSTek Computer Inc. - D477B2 - Netix Global B.V. + 84253F + silex technology Inc. - 70B5E8 - Dell Inc. + 0008C9 + TechniSat Digital GmbH Daun - 942533 - Huawei Technologies Ltd + D8B12A + Panasonic Mobile Communications Ltd - 605661 - IXECLOUD Tech + B019C6 + Apple - 0C599C - Juniper Networks + 3866F0 + Apple - 44F4E7 - Cohesity Inc + 008009 + Jupiter Systems Inc. - 706979 - IEEE Registration Authority + 00C064 + General Datacomm LLC - FC609B + E86819 + Huawei Technologies Ltd + + + 1CAB34 New H3C Technologies Ltd - E8A1F8 - ZTE Corporation + 3C7843 + Huawei Technologies Ltd - 98A942 - Guangzhou Tozed Kangwei Intelligent Technology Ltd + 5C0979 + Huawei Technologies Ltd - 304240 - ZTE Corporation + E4FB5D + Huawei Technologies Ltd - 4C2113 - Nokia Shanghai Bell Ltd + 0001CC + Japan Total Design Communication Ltd - 802DBF - Cisco Systems Inc. + 0030C8 + GAD Line Ltd - 24F150 - Guangzhou Qi'an Technology Ltd + 0016E0 + 3Com Corporation - 108B6A - Antailiye Technology Ltd + D8DECE + Isung Ltd - 14C88B + 703EAC Apple - EC2651 - Apple + 0011C0 + Aday Technology Inc - 183EEF - Apple + 0005F1 + Vrcom Inc. - 607EC9 - Apple + AC512C + Infinix mobility limited - 40882F - Extreme Networks Inc. + 309935 + ZTE Corporation - E43D1A - Broadcom Limited + 0C72D9 + ZTE Corporation - 644C36 - Intel Corporation + 1062D0 + Technicolor CH USA Inc. - 4889E7 - Intel Corporation + 50642B + XIAOMI Electronics Ltd - 24EE9A - Intel Corporation + 28401A + C8 MediSensors Inc. - 5C879C - Intel Corporation + 30C01B + Shenzhen Jingxun Software Telecommunication Technology Ltd - 50EB71 - Intel Corporation + 8886C2 + STABILO International GmbH - 0CDD24 - Intel Corporation + 08A8A1 + Cyclotronics Power Concepts Inc. - 94B86D - Intel Corporation + F4B520 + Biostar Microtech international Corp. - 2016B9 + CC2F71 Intel Corporation - 38BAF8 - Intel Corporation + 001CC5 + 3Com Corporation - 3C6AA7 - Intel Corporation + 887A31 + Velankani Electronics Pvt Ltd - 34E12D - Intel Corporation + 8C0F6F + Pegatron Corporation - 00BB60 - Intel Corporation + 8C2505 + Huawei Technologies Ltd - 60F677 - Intel Corporation + 8C3BAD + Netgear - A08869 - Intel Corporation + 64CFD9 + Texas Instruments - 74E5F9 - Intel Corporation + 747D24 + Phicomm (Shanghai) Ltd - 80000B - Intel Corporation + D09466 + Dell Inc. - 34415D - Intel Corporation + 38E595 + Shenzhen Gongjin Electronics Ltd - FC7774 - Intel Corporation + BC9680 + Shenzhen Gongjin Electronics Ltd - 982CBC - Intel Corporation + A47B9D + Espressif Inc. - 3CF011 - Intel Corporation + B8F8BE + Bluecom - 287FCF - Intel Corporation + 002482 + Ruckus Wireless - 803253 - Intel Corporation + 689234 + Ruckus Wireless - D8C0A6 - Azurewave Technologies Inc. + 50A733 + Ruckus Wireless - 9CFCE8 - Intel Corporation + 2C5D93 + Ruckus Wireless - F8AC65 - Intel Corporation + 38FF36 + Ruckus Wireless - 1012FB - Hangzhou Hikvision Digital Technology Ltd + 84183A + Ruckus Wireless - 08FA79 - Vivo Mobile Communication Ltd + 24C9A1 + Ruckus Wireless - F09BB8 - Huawei Technologies Ltd + 7C2EDD + Samsung Electronics Ltd - BC17B8 - Intel Corporation + 3CF7A4 + Samsung Electronics Ltd - B8CB29 - Dell Inc. + 103034 + Cara Systems - 44BB3B - Google Inc. + 0000FE + Annapolis Micro Systems Inc. - 14C14E - Google Inc. + 00D01F + Senetas Corporation Ltd - 8C5EBD - Huawei Device Ltd + 6447E0 + Feitian Technologies Ltd - 2CA042 - Huawei Device Ltd + B44F96 + Zhejiang Xinzailing Technology Ltd - ECC01B - Huawei Technologies Ltd + 4C65A8 + IEEE Registration Authority - 9844CE - Huawei Technologies Ltd + B0DFC1 + Tenda Technology LtdDongguan branch - CCD083 - Aruba Networks HP + 9C6F52 + ZTE Corporation + + + E86D65 + AUDIO MOBIL Elektronik GmbH - C083C9 - Huawei Device Ltd + 706E6D + Cisco Systems Inc. - C01C30 - Shenzhen WIFI-3L Technology Ltd + 604762 + Beijing Sensoro Technology Ltd - D8C678 - MitraStar Technology Corp. + BC1C81 + Sichuan iLink Technology Ltd - 441C7F - Motorola Mobility LLC, a Lenovo Company + 900A1A + Taicang T&W Electronics - 00B8B6 - Motorola Mobility LLC, a Lenovo Company + 506E92 + Innocent Technology Ltd - 1CE61D - Samsung Electronics Ltd + 30FE31 + Nokia - 8012DF - Shenzhen SuperElectron Technology Ltd + 98F2B3 + Hewlett Packard Enterprise - C4A151 - Sichuan Tianyi Comheart Telecom Ltd + C4571F + June Life Inc - 10E77A - STMicrolectronics International NV + 886AE3 + Alpha Networks Inc. - 80EA07 - TP-Link Technologies Ltd + 1C4D70 + Intel Corporation - BC03A7 - MFP Michelin + D822F4 + Avnet Silica - 90769F - Shenzhen Mercury Communication Technologies Ltd + 348F27 + Ruckus Wireless - 982FF8 - Huawei Device Ltd + 2C9EEC + Jabil Circuit Penang - 40DCA5 - Huawei Device Ltd + 001CFA + Alarm.com - 2C6F51 - Herospeed Digital Technology Limited + 60313B + Sunnovo International Limited - 04A2F3 - Fiberhome Telecommunication Technologies Ltd + 6CB227 + Sony Video & Sound Products Inc. - CCDB93 - Cisco Systems Inc. + 986F60 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 18D61C - Shenzhen TINNO Mobile Technology Corp. + 000CAB + Commend International GmbH - 5448E6 - Beijing Xiaomi Mobile Software Ltd + 745427 + Shenzhen Fast Technologies Ltd - 60D4E9 - Guangdong Oppo Mobile Telecommunications Corp Ltd + 60720B + BLU Products Inc - 30C50F - Huawei Technologies Ltd + 308976 + Dalian Lamba Technology Ltd - 2868D2 - Huawei Technologies Ltd + 2C2617 + Oculus VR LLC - 90A935 - JWEntertainment + 34D954 + WiBotic Inc. - A486AE - Quectel Wireless Solutions Ltd + 4857DD + Facebook Inc - 1CD6BE - Wistron Neweb Corporation + 487D2E + TP-Link Technologies Ltd - 28D127 - Beijing Xiaomi Mobile Software Ltd + B0DAF9 + ARRIS Group Inc. - C868DE - Huawei Device Ltd + 1835D1 + ARRIS Group Inc. - D00DF7 - Huawei Device Ltd + C0A5DD + Shenzhen Mercury Communication Technologies Ltd - 4805E2 - Huawei Device Ltd + 488D36 + Arcadyan Corporation - F81B04 - Zhong Shan City Richsound Electronic Industrial Ltd + BCD713 + Owl Labs - D88C79 - Google Inc. + E8E1E1 + Gemtek Technology Ltd - 10341B - Spacelink + 28070D + Guangzhou Winsound Information Technology Ltd - 30A452 - Arrival Elements BV + 00A3D1 + Cisco Systems Inc. - 001E68 - Quanta Computer Inc. + FC4D8C + Shenzhen Pante Electronics Technology Ltd - 00238B - Quanta Computer Inc. + FC06ED + M2Motive Technology Inc. - 2C600C - Quanta Computer Inc. + F0D4F6 + Lars Thrane A/S - 8CC5B4 - Sagemcom Broadband SAS + F4A997 + Canon Inc. - 000BA2 - Sumitomo Electric Industries Ltd + 64DFE9 + Ateme - 0008F6 - Sumitomo Electric Industries Ltd + 10C6FC + Garmin International - 00005F - Sumitomo Electric Industries Ltd + AC2205 + Compal Broadband Networks Inc. - 18ECE7 - Buffalo Inc. + 80A036 + Shanghai MXCHIP Information Technology Ltd - F469D5 - IEEE Registration Authority + F07485 + NGD Systems Inc. - 083AF2 - Espressif Inc. + 405CFD + Dell Inc. - 743A20 - New H3C Technologies Ltd + 20F452 + Shanghai IUV Software Development Ltd - 30C9AB - Cloud Network Technology Singapore PTE Ltd + 509A4C + Dell Inc. - 3C1A9E - VitalThings AS + A0094C + CenturyLink - C4D738 - Huawei Device Ltd + B43934 + Pen Generations Inc. - C884A1 + 7426AC Cisco Systems Inc. - D8778B - Intelbras + B02628 + Broadcom Limited - 0003E8 - Wavesight Limited + 9874DA + Infinix mobility limited - 6CBAB8 - Sagemcom Broadband SAS + 40B4F0 + Juniper Networks - E0D464 - Intel Corporation + 143F27 + Noccela Oy - C0F6C2 - Huawei Technologies Ltd + 105887 + Fiberhome Telecommunication Technologies Ltd - D4AFF7 - Arista Networks + 704CA5 + Fortinet Inc. - 60077C - Jala Group + 9C061B + Hangzhou H3C Technologies Ltd - 609866 + 50338B Texas Instruments - 047E23 - China Mobile IOT Company Limited + E8DE8E + Integrated Device Technology (Malaysia) Sdn. Bhd. - 14CCB3 - AO GK Nateks + D8D866 + Shenzhen Tozed Technologies Ltd - DCCD2F - Seiko Epson Corporation + D8C06A + Hunantv.com Interactive Entertainment Media Ltd - 9454CE - Guangdong Oppo Mobile Telecommunications Corp Ltd + AC202E + Hitron Technologies Inc. - 388ABE - Guangdong Oppo Mobile Telecommunications Corp Ltd + 1C5A0B + Tegile Systems - 689320 - New H3C Technologies Ltd + 046E02 + OpenRTLS Group - 5484DC - ZTE Corporation + 900E83 + Monico Monitoring Inc. - 38549B + 601466 ZTE Corporation - 084296 - Mobile Technology Solutions LLC + 6854ED + Alcatel-Lucent - 343EA4 - Ring LLC + 680235 + Konten Networks Inc. - 04C1D8 - Huawei Device Ltd + 38AC3D + Nephos Inc - C8BC9C - Huawei Device Ltd + E037BF + Wistron Neweb Corporation - B0FEE5 - Huawei Device Ltd + E81367 + AIRSOUND Inc. - C81739 - Itel Mobile Limited + 001192 + Cisco Systems Inc. - 58D061 - Huawei Technologies Ltd + 38F135 + SensorTec-Canada - 34EFB6 - Edgecore Networks Corporation + AC7409 + Hangzhou H3C Technologies Ltd - E874C7 - Sentinhealth + C49DED + Microsoft Corporation - 001C7B - Castlenet Technology Inc. + 98A40E + Snap Inc. - E4842B - Hangzhou Softel Optic Ltd + F40343 + Hewlett Packard Enterprise - B8D309 - Cox Communications Inc. + F093C5 + Garland Technology - 94026B - Optictimes Ltd + 9810E8 + Apple - D46A91 - SnapAV + C0D012 + Apple - 80EE25 - Shenzhen Skyworth Digital Technology Ltd + BCA920 + Apple - 4487DB - Tymphany Acoustic Technology (Huizhou) Co. Ltd + 48A195 + Apple - D021F9 - Ubiquiti Networks Inc. + F80377 + Apple - D03D52 - Ava Security Limited + F49634 + Intel Corporation - F490EA - Deciso B.V. + 107D1A + Dell Inc. - 64D2C4 - Apple + 70AF24 + TP Vision Belgium NV - DC5285 - Apple + A41163 + IEEE Registration Authority - E88152 - Apple + C4D197 + Ventia Utility Services - 908158 - Apple + 2C86D2 + Cisco Systems Inc. - B4ADA3 - Guangzhou Shiyuan Electronic Technology Company Limited + 7CE97C + Itel Mobile Limited - 642315 - Huawei Device Ltd + 8058F8 + Motorola Mobility LLC, a Lenovo Company - A4C74B - Huawei Device Ltd + DCA4CA + Apple - D0D23C + 8C8FE9 Apple - 78E3DE - Apple + 70AF25 + Nishiyama Industry Ltd - 18FDCB - IEEE Registration Authority + E8D11B + Askey Computer Corp - D4482D - Shenzhen Deejoy Lighting Technology Ltd + 9800C1 + GuangZhou CREATOR Technology Ltd(CHINA) - D8F8AF - Daontec + 54E1AD + LCFC(HeFei) Electronics Technology Ltd - 408C4C - Shenzhen MiaoMing Intelligent Technology Ltd + 98D3D2 + MEKRA Lang GmbH & Co. KG - 6CADAD - Chongqing Fugui Electronics Ltd + 0C5F35 + Niagara Video Corporation - CCE0DA - Baidu Online Network Technology (Beijing) Ltd + F8A34F + ZTE Corporation - 141B30 - Shenzhen Yipingfang Network Technology Ltd + 001912 + Welcat Inc - F46FED - Fiberhome Telecommunication Technologies Ltd + 8C78D7 + Shenzhen Fast Technologies Ltd - 94B97E - Espressif Inc. + B8EAAA + ICG NETWORKS Ltd - A8301C - Qingdao Intelligent & Precise Electronics Ltd + B8F883 + TP-Link Technologies Ltd - D8F3BC - Liteon Technology Corporation + DCFE18 + TP-Link Technologies Ltd - B8477A - Dasan Electron Ltd + 704F57 + TP-Link Technologies Ltd - 7C78B2 - Wyze Labs Inc + B0C46C + Senseit - D8373B - Shenzhen Jingxun Software Telecommunication Technology Ltd + 0002A1 + World Wide Packets - 6C2D24 - Zhen Shi Information Technology (Shanghai) Ltd + 00E022 + Analog Devices Inc. - B8AE1C - Smart Cube Ltd + 14B7F8 + Technicolor CH USA Inc. - 800384 - Ruckus Wireless + 903D6B + Zicon Technology Corp. - FC698C - ANDREAS STIHL AG & Co. KG + B04089 + Senient Systems Ltd - 0023A7 - Redpine Signals Inc. + 5425EA + Huawei Technologies Ltd - 44CE3A - Jiangsu Huacun Electronic Technology Ltd + 3C7F6F + Telechips Inc. - 9C1EA4 - Renesas Electronics (Penang) Sdn. Bhd. + 5CBA37 + Microsoft Corporation - 4CEF56 - Shenzhen Sundray Technologies Company Limited + 00C0C6 + Personal Media Corp. - E4C32A - TP-Link Technologies Ltd + 28FECD + Lemobile Information Technology (Beijing) Ltd - 909A4A - TP-Link Technologies Ltd + C894BB + Huawei Technologies Ltd - BC9789 - Huawei Device Ltd + 10B1F8 + Huawei Technologies Ltd - 3CE038 - Plumeria Networks Inc. + 089E08 + Google Inc. - AC122F - Fantasia Trading LLC + 00210D + Samsin Innotec - FC45C3 - Texas Instruments + C87324 + Sow Cheng Technology Ltd - AC6AA3 - Shenzhen Kertong Technology Ltd + 001F16 + Wistron Corporation - E84F4B - Shenzhen Delos Electronic Ltd + 00262D + Wistron Corporation - B04A39 - Beijing Roborock Technology Ltd + 0495E6 + Tenda Technology LtdDongguan branch - A4F9E4 - AirVine Scientific Inc. + 50E666 + Shenzhen Techtion Electronics Ltd - F44FD3 - Shenzhen hemuwei technology Ltd + 0016D3 + Wistron Corporation - 684571 - Huawei Device Ltd + 4C4E03 + TCT mobile Ltd - 8493A0 - Huawei Device Ltd + 901711 + Hagenuk Marinekommunikation GmbH - 9C8E9C - Huawei Device Ltd + 0010DE + International Datacasting Corporation + + + C0D9F7 + ShanDong Domor Intelligent S&T Ltd + + + 00608B + ConferTech International - 4014AD - Huawei Device Ltd + 702D84 + i4C Innovations - A87484 - ZTE Corporation + 2C200B + Apple - E04BA6 - Huawei Technologies Ltd + 8866A5 + Apple - C8B6D3 - Huawei Technologies Ltd + 000277 + Cash Systemes Industrie - FC8D3D - Leapfive Tech Ltd + CCA219 + Shenzhen Along Investment Ltd - 002386 - IMI Hydronic Engineering international SA + 4C1A3A + PRIMA Research And Production Enterprise Ltd - A06974 - Honor Device Ltd + 14B31F + Dell Inc. - C033DA - Shenzhen JRUN Technologies Ltd + ACC1EE + Xiaomi Communications Ltd - 607072 - Shenzhen Hongde Smart Link Technology Ltd + 5419C8 + Vivo Mobile Communication Ltd - DCB7FC - Alps Electric (Ireland) Ltd + B0B98A + Netgear - ACFAA5 - digitron + 805A04 + LG Electronics (Mobile Communications) - 78C95E - Midmark RTLS + 8CA5A1 + Oregano Systems - Design & Consulting GmbH - 20CD6E - Realme Chongqing Mobile Telecommunications Corp Ltd + B8ECA3 + ZyXEL Communications Corp - BC69CB - Panasonic Life Solutions Networks Ltd + BC8385 + Microsoft Corporation - 089356 - Huawei Technologies Ltd + 001438 + Hewlett Packard Enterprise - 000789 - Allradio Ltd + E4B005 + Beijing IQIYI Science & Technology Ltd - 6C146E - Huawei Technologies Ltd + 000048 + Seiko Epson Corporation - 44E968 - Huawei Technologies Ltd + B0E892 + Seiko Epson Corporation - DC4A9E - IEEE Registration Authority + AC1826 + Seiko Epson Corporation - E0C377 - Samsung Electronics Ltd + A4EE57 + Seiko Epson Corporation - 4CFBF4 - Optimal Audio Ltd + 9CAED3 + Seiko Epson Corporation - 846082 - Private + 707C69 + Avaya Inc - 64037F - Samsung Electronics Ltd + 500B91 + IEEE Registration Authority - B49D02 - Samsung Electronics Ltd + F8461C + Sony Interactive Entertainment Inc. - 809FF5 - Samsung Electronics Ltd + 704D7B + ASUSTek Computer Inc. - 647924 - Huawei Device Ltd + 64A68F + Zhongshan Readboy Electronics Ltd - D8CC98 - Huawei Device Ltd + 38BC01 + Huawei Technologies Ltd - DCB72E - Xiaomi Communications Ltd + 341E6B + Huawei Technologies Ltd - B8876E - Yandex Services AG + 886639 + Huawei Technologies Ltd - F86D73 - Zengge Ltd + 00425A + Cisco Systems Inc. - 588694 - EFM Networks + 18DBF2 + Dell Inc. - AC3728 - Taicang T&W Electronics + 18F87A + i3 International Inc. - BC9930 - Huawei Technologies Ltd + 4C26E7 + Welgate Ltd - E868E7 - Espressif Inc. + 006041 + Yokogawa Digital Computer Corporation - D0BCC1 - Weifang Goertek Electronics Ltd + C816A5 + Masimo Corporation - 6CE874 - Huawei Technologies Ltd + 0C0227 + Technicolor CH USA Inc. - C469F0 - Huawei Technologies Ltd + 4C11BF + Zhejiang Dahua Technology Ltd - C09435 - ARRIS Group Inc. + 2C598A + LG Electronics (Mobile Communications) - 18B6CC - We Corporation Inc. + B05216 + Hon Hai Precision Ind Ltd - F85E42 - Technicolor CH USA Inc. + A0E4CB + ZyXEL Communications Corp - 30A023 - Rock Path S.R.L + 284ED7 + OutSmart Power Systems Inc. - E848B8 - TP-Link Corporation Limited + 14A78B + Zhejiang Dahua Technology Ltd - 78CB2C - Join Digital Inc. + A0B8F8 + Amgen U.S.A Inc. - 309E1D - Ohsung + 884477 + Huawei Technologies Ltd - 687912 - IEEE Registration Authority + 149D09 + Huawei Technologies Ltd - EC6488 - Honor Device Ltd + 686975 + Angler Labs Inc - 74D6CB - New H3C Technologies Ltd + 20D25F + SmartCap Technologies - 0C3AFA - New H3C Technologies Ltd + E47DBD + Samsung Electronics Ltd - 283B82 - D-Link International + 9CFBD5 + Vivo Mobile Communication Ltd - 0CB6D2 - D-Link International + 18F76B + Zhejiang Winsight Technology Ltd - 60BEC4 - Apple + 583112 + Drust - F8B1DD - Apple + 9C83BF + PRO-VISION Inc. - F8665A - Apple + 78EF4C + Unetconvergence Ltd - A8817E - Apple + 58696C + Ruijie Networks Ltd - 8C476E - IEEE Registration Authority + 48D343 + ARRIS Group Inc. - 48701E - Texas Instruments + 00C05A + Semaphore Communications Corp. - E8C320 - Austco Marketing & Service (USA) Ltd + 0007F9 + Sensaphone - 508E49 - Xiaomi Communications Ltd + 001CB3 + Apple - AC3328 - Huawei Device Ltd + 407183 + Juniper Networks - 002306 - Alpsalpine Ltd + C81B5C + BCTech - 002433 - Alpsalpine Ltd + 5CE30E + ARRIS Group Inc. - 9C8D7C - Alpsalpine Ltd + 1CC0E1 + IEEE Registration Authority - 0016FE - Alpsalpine Ltd + 001A39 + Merten GmbH&CoKG - 0019C1 - Alpsalpine Ltd + FCECDA + Ubiquiti Networks Inc. - D476A0 - Fortinet Inc. + 00B0E1 + Cisco Systems Inc. - 80B97A - eero Inc. + 005093 + Boeing - BC7536 - Alpsalpine Ltd + 905C44 + Compal Broadband Networks Inc. - 5816D7 - Alpsalpine Ltd + E07C13 + ZTE Corporation - E0750A - Alpsalpine Ltd + F41F88 + ZTE Corporation - E0AE5E - Alpsalpine Ltd + 14EDBB + 2Wire Inc. - 608D26 - Arcadyan Corporation + 18E29F + Vivo Mobile Communication Ltd - B4EC02 - Alpsalpine Ltd + 28EE52 + TP-Link Technologies Ltd - E42761 - Honor Device Ltd + 687251 + Ubiquiti Networks Inc. - 8CF319 - Siemens Industrial Automation Products Ltd Chengdu + B4FBE4 + Ubiquiti Networks Inc. - 1C3929 - Ohsung + 707990 + Huawei Technologies Ltd - E4D3AA - Fujitsu Connected Technologies Limited + A04E01 + CENTRAL ENGINEERING Ltd - C8A40D - Cooler Master Technology Inc + 28CA09 + ThyssenKrupp Elevators (Shanghai) Ltd - 38420B - Sonos Inc. + 842519 + Samsung Electronics - C83A6B - Roku Inc. + 5C2443 + O-Sung Telecom Ltd - A453EE - IEEE Registration Authority + 24920E + Samsung Electronics Ltd - 8C4962 - Roku Inc. + FC4203 + Samsung Electronics Ltd - E02E3F - Huawei Device Ltd + A01081 + Samsung Electronics Ltd - C4BF60 - Tecno Mobile Limited + 3C8BCD + Alcatel-Lucent Shanghai Bell Ltd - D040EF - Murata Manufacturing Ltd + 4CF95D + Huawei Technologies Ltd - 8C8CAA - LCFC(HeFei) Electronics Technology Ltd + 8421F1 + Huawei Technologies Ltd - 90CCDF - Intel Corporation + 00F22C + Shanghai B-star Technology Ltd - 085BD6 - Intel Corporation + 0005EE + Vanderbilt International (SWE) AB - B40EDE - Intel Corporation + F07960 + Apple - E02BE9 - Intel Corporation + A0D795 + Apple - BC9A53 - Huawei Device Ltd + 0090E7 + Horsch Elektronik AG - DC2727 - Huawei Device Ltd + E43ED7 + Arcadyan Corporation - F042F5 - Huawei Device Ltd + 5454CF + Probedigital Ltd - 4C1154 - Mobiwire Mobiles (NingBo) Ltd + F8633F + Intel Corporation - C8E265 - Intel Corporation + 088620 + Tecno Mobile Limited - 8C8D28 + F0D5BF Intel Corporation - D056BF - Amosense + 6474F6 + Shooter Detection Systems - B4B5B6 - Chongqing Fugui Electronics Ltd + 981333 + ZTE Corporation - 047A0B - Beijing Xiaomi Electronics Ltd + 2047ED + BSkyB Ltd - 900F0C - Cloud Network Technology Singapore PTE Ltd + 748A69 + Korea Image Technology Ltd - F0A225 - Amazon Technologies Inc. + BC4760 + Samsung Electronics Ltd - F04F7C - Amazon Technologies Inc. + 04180F + Samsung Electronics Ltd - BC9D42 - Shenzhen RF-Link Technology Ltd + 2013E0 + Samsung Electronics Ltd - 4C7525 - Espressif Inc. + 002566 + Samsung Electronics Ltd - 7404F0 - Mobiwire Mobiles (NingBo) Ltd + D0DB32 + Nokia Corporation - 240B88 - Taicang T&W Electronics + E80036 + Befs Ltd - 0C938F + C09F05 Guangdong Oppo Mobile Telecommunications Corp Ltd - 78F9B4 - Nokia Solutions and Networks GmbH & Co. KG + 5C4979 + AVM Audiovisuelles Marketing und Computersysteme GmbH - 60A8FE - Nokia Solutions and Networks GmbH & Co. KG + C0F945 + Toshiba Toko Meter Systems Ltd - D8EFCD - Nokia Solutions and Networks GmbH & Co. KG + 70F8E7 + IEEE Registration Authority - 6CF712 - Nokia Solutions and Networks GmbH & Co. KG + D42C44 + Cisco Systems Inc. - EC75ED - Citrix Systems Inc. + 843DC6 + Cisco Systems Inc. - 5CBD9A - Huawei Device Ltd + 002485 + ConteXtream Ltd - 8CDEE6 - Samsung Electronics Ltd + 28FCF6 + Shenzhen Xin KingBrand enterprises Ltd - 10EC81 - Samsung Electronics Ltd + 001F58 + EMH Energiemesstechnik GmbH - C45D83 - Samsung Electronics Ltd + 689423 + Hon Hai Precision Ind Ltd - 5CA4A4 - Fiberhome Telecommunication Technologies Ltd + 844BF5 + Hon Hai Precision Ind Ltd - 14A3B4 - Huawei Device Ltd + 08EDB9 + Hon Hai Precision Ind Ltd - 9C9C1F - Espressif Inc. + 3C77E6 + Hon Hai Precision Ind Ltd - D809D6 - Zexelon Ltd + 70188B + Hon Hai Precision Ind Ltd - E86DE9 - Huawei Technologies Ltd + 5C6D20 + Hon Hai Precision Ind Ltd - 144658 - Huawei Technologies Ltd + 5CAC4C + Hon Hai Precision Ind Ltd - 58BE72 - Huawei Technologies Ltd + 0016DF + Lundinova AB - 108FFE - Huawei Technologies Ltd + 001D0C + MobileCompia - BCD7CE - China Mobile (Hangzhou) Information Technology Ltd + B88EDF + Zencheer Communication Technology Ltd - 9CA570 - eero Inc. + DC7144 + Samsung Electro Mechanics Ltd - A0412D - Lansen Systems AB + 980C82 + Samsung Electro Mechanics Ltd - C43960 - GD Midea Air-Conditioning Equipment Ltd + A00BBA + Samsung Electro Mechanics Ltd - 98BEDC - Honor Device Ltd + 606BBD + Samsung Electronics Ltd - - 44B6BE - Cisco Systems Inc. + + 00214C + Samsung Electronics Ltd - 00A0FB - Toray Engineering D Solutions Ltd + 08C6B3 + Qtech LLC - 7061BE - Wistron Neweb Corporation + 0018AF + Samsung Electronics Ltd - 348A12 - Aruba Networks HP + 001EE1 + Samsung Electronics Ltd - 84D343 - Calix Inc. + 00166B + Samsung Electronics Ltd - 38B5D3 - SecuWorks + 0000F0 + Samsung Electronics Ltd - 34318F - Apple + 8CC8CD + Samsung Electronics Ltd - C41411 - Apple + A8F274 + Samsung Electronics Ltd - CCC95D - Apple + D487D8 + Samsung Electronics Ltd - D847BB - Huawei Device Ltd + 184617 + Samsung Electronics Ltd - 3456FE - Cisco Meraki + 380A94 + Samsung Electronics Ltd - B80756 - Cisco Meraki + D0DFC7 + Samsung Electronics Ltd - 446FD8 - IEEE Registration Authority + D0C1B1 + Samsung Electronics Ltd - DC15C8 - AVM Audiovisuelles Marketing und Computersysteme GmbH + 8018A7 + Samsung Electronics Ltd - 6CD630 - Rootous System Ltd + F47B5E + Samsung Electronics Ltd - C89402 - Chongqing Fugui Electronics Ltd + 70F927 + Samsung Electronics Ltd - 7CB94C - Bouffalo Lab (Nanjing) Ltd + 34E71C + Shenzhen YOUHUA Technology Ltd - C833E5 - Huawei Technologies Ltd + 886AB1 + Vivo Mobile Communication Ltd - AC5AFC - Intel Corporation + 6C1E90 + Hansol Technics Ltd - B844AE - TCT mobile Ltd + 005A13 + Huawei Technologies Ltd - E4F75B - ARRIS Group Inc. + C45006 + Samsung Electronics Ltd - F8790A - ARRIS Group Inc. + 88329B + Samsung Electro-Mechanics(Thailand) - 1C937C - ARRIS Group Inc. + 1449E0 + Samsung Electro-Mechanics(Thailand) - F8D027 - Seiko Epson Corporation + D02544 + Samsung Electro-Mechanics(Thailand) - 5C666C - Guangdong Oppo Mobile Telecommunications Corp Ltd + BC4486 + Samsung Electronics Ltd - 4C4BF9 - IEEE Registration Authority + 20D390 + Samsung Electronics Ltd - 1CEA0B - Edgecore Networks Corporation + 9401C2 + Samsung Electronics Ltd - 44EFBF - China Dragon Technology Limited + 50FC9F + Samsung Electronics Ltd - B81F5E - Apption Labs Limited + 380B40 + Samsung Electronics Ltd - D81265 - Chongqing Fugui Electronics Ltd + B8FF61 + Apple - 4CB44A - NANOWAVE Technologies Inc. + 946124 + Pason Systems - 048C9A - Huawei Device Ltd + F0728C + Samsung Electronics Ltd - EC3CBB - Huawei Device Ltd + 34AA8B + Samsung Electronics Ltd - 8C3A7E - Universal Electronics Inc. + 24DBED + Samsung Electronics Ltd - 70441C - Shenzhen Kaifa Technology Ltd + C8DE51 + IntegraOptics - B47C59 - Jiangsu Hengxin Technology Ltd + 98F058 + Lynxspring Inc.l. - 300D9E - Ruijie Networks Ltd + 68C44D + Motorola Mobility LLC, a Lenovo Company - ECFA5C - Beijing Xiaomi Electronics Ltd + 400D10 + ARRIS Group Inc. - F8B46A - Hewlett-Packard Company + 943DC9 + Asahi Net Inc. - BCB0E7 - Huawei Technologies Ltd + 440444 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 5434EF - Huawei Technologies Ltd + 00177E + Meshcom Technologies Inc. - 88D5A8 - Itel Mobile Limited + A00460 + Netgear - 208593 - IEEE Registration Authority + 9884E3 + Texas Instruments - ACE342 - Huawei Technologies Ltd + 38D269 + Texas Instruments - 9017C8 - Huawei Technologies Ltd + C8FD19 + Texas Instruments - E4922A - DBG Holdings Limited + 508CB1 + Texas Instruments - 2C641F - Vizio Inc. + C4F5A5 + Kumalift Ltd - 207759 - Optical Network Video Technologies (Shenzhen) Ltd + 70B14E + ARRIS Group Inc. - 54E7D5 - Sun Cupid Technology (HK) Ltd + 304487 + Hefei Radio Communication Technology Ltd - 189088 - eero Inc. + 2C9D1E + Huawei Technologies Ltd - 4C56DF - Targus US LLC + 0081C4 + Cisco Systems Inc. - 241510 + 58E876 IEEE Registration Authority - 6C4D51 - Shenzhen Ceres Technology Ltd + D03742 + Yulong Computer Telecommunication Scientific (Shenzhen) Ltd - 889D98 - Allied-telesisK.K. + 001765 + Nortel Networks - DCF8B9 - ZTE Corporation + 0015E8 + Nortel Networks - 18BF1C - Jiangsu Huitong Group Ltd + 00159B + Nortel Networks - ACDE48 - Private + 000F06 + Nortel Networks - 0050C7 - Private + 84B541 + Samsung Electronics Ltd - 002067 - Private + 006F64 + Samsung Electronics Ltd - 4801C5 - OnePlus Technology (Shenzhen) Ltd + DC6672 + Samsung Electronics Ltd - B4EE25 - Shenzhen Belon Technology Ltd + EC8EB5 + Hewlett-Packard Company - C82B96 - Espressif Inc. + 70AF6A + Shenzhen Fenglian Technology Ltd - 98523D - Sunitec Enterprise Ltd + 20F543 + Hui Zhou Gaoshengda Technology Ltd - D015A6 - Aruba Networks HP + E0DDC0 + Vivo Mobile Communication Ltd - 000163 - Cisco Systems Inc. + 00164D + Alcatel-Lucent IPD - 205F3D - Cambridge Communication Systems Ltd + 001AF0 + Alcatel-Lucent IPD - 04819B - BSkyB Ltd + 38521A + Nokia - E00084 - Huawei Technologies Ltd + 001E40 + Shanghai DareGlobal Technologies Ltd - 2CA89C - Creatz Inc. + 94D723 + Shanghai DareGlobal Technologies Ltd - 4CDC0D - Coral Telecom Limited + C4047B + Shenzhen YOUHUA Technology Ltd - 004E01 - Dell Inc. + 20F41B + Shenzhen Bilian electronic Ltd - C4E1A1 - Guangdong Oppo Mobile Telecommunications Corp Ltd + FCFAF7 + Shanghai Baud Data Communication Ltd - ACC358 - Continental Automotive Czech Republic s.r.o. + D826B9 + Guangdong Coagent Electronics S&T Ltd - 3CECEF - Super Micro Computer Inc. + AC9CE4 + Alcatel-Lucent Shanghai Bell Ltd - 1855E3 - Apple + 00233E + Alcatel-Lucent IPD - E450EB - Apple + 6CBEE9 + Alcatel-Lucent IPD - 886440 - Apple + 001540 + Nortel Networks - 6070C0 - Apple + 001ECA + Nortel Networks - F0C371 - Apple + 00130A + Nortel Networks - 64FF0A - Wistron Neweb Corporation + 001F0A + Nortel Networks - F09919 - Garmin International + F8E61A + Samsung Electronics Ltd - 0000DE - Cetia + A091C8 + ZTE Corporation - F43E66 - Bee Computing (HK) Limited + 6CA858 + Fiberhome Telecommunication Technologies Ltd - DC396F - AVM Audiovisuelles Marketing und Computersysteme GmbH + CC2D8C + LG Electronics Inc - B4C476 - Wuhan Maritime Communication Research Institute + 98D6F7 + LG Electronics (Mobile Communications) - 683489 - LEA Professional + 700514 + LG Electronics (Mobile Communications) - B46C47 - Panasonic Appliances Company + E892A4 + LG Electronics (Mobile Communications) - 44422F - Testop Ltd + 10683F + LG Electronics (Mobile Communications) - 549C27 - Plasma Cloud Limited + 40B0FA + LG Electronics (Mobile Communications) - D04E50 - Mobiwire Mobiles (NingBo) Ltd + 0025E5 + LG Electronics (Mobile Communications) - 94BF80 - ZTE Corporation + 0021FB + LG Electronics (Mobile Communications) - 987A14 - Microsoft Corporation + 34FCEF + LG Electronics (Mobile Communications) - C83DDC - Xiaomi Communications Ltd + BCF5AC + LG Electronics (Mobile Communications) - 9C3A9A - Shenzhen Sundray Technologies Company Limited + A84E3F + Hitron Technologies Inc. - B0B5E8 - Ruroc Ltd + 0C4885 + LG Electronics (Mobile Communications) - 04D590 - Fortinet Inc. + 0022A9 + LG Electronics (Mobile Communications) - 541589 - MCS Logic Inc. + 2C6A6F + IEEE Registration Authority - 845733 - Microsoft Corporation + 08D833 + Shenzhen RF Technology Ltd - 002423 - Azurewave Technologies Inc. + A46032 + MRV Communications (Networks) Ltd - 8C593C - IEEE Registration Authority + 40667A + mediola - Connected living AG - 6029D5 - DAVOLINK Inc. + 68A0F6 + Huawei Technologies Ltd - 509744 - Integrated Device Technology (Malaysia) Sdn. Bhd. + 000E5C + ARRIS Group Inc. - 58F39C - Cisco Systems Inc. + 845DD7 + Shenzhen Netcom Electronics Ltd - C4411E - Belkin International Inc. + 00B064 + Cisco Systems Inc. - 00AD63 - Dedicated Micros Malta Ltd + 9C2A83 + Samsung Electronics Ltd - E415F6 - Texas Instruments + C80210 + LG Innotek - AC4228 - Parta Networks + A039F7 + LG Electronics (Mobile Communications) - F41D6B - Huawei Technologies Ltd + 1CCAE3 + IEEE Registration Authority - 7CEC9B - Fuzhou Teraway Information Technology Ltd + E4956E + IEEE Registration Authority - CC9070 - Cisco Systems Inc. + B437D1 + IEEE Registration Authority - 2841C6 - Huawei Technologies Ltd + 0055DA + IEEE Registration Authority - 380118 - ULVAC,Inc. + 78C2C0 + IEEE Registration Authority - 14ADCA - China Mobile Iot Limited Company + 000EE8 + Zioncom Electronics (Shenzhen) Ltd - 809133 - Azurewave Technologies Inc. + 00C095 + ZNYX Networks Inc. - B4F58E - Huawei Technologies Ltd + 002025 + Control Technology Inc. - C48FC1 - Deeptrack S.L.U. + 001A6B + Universal Global Scientific Industrial Ltd - F82387 - Shenzhen Horn Audio Ltd + 001641 + Universal Global Scientific Industrial Ltd - E828C1 - Eltex Enterprise Ltd + 0010C6 + Universal Global Scientific Industrial Ltd - 78D347 - Ericsson AB + 00247E + Universal Global Scientific Industrial Ltd - A4A179 - Nanjing dianyan electric power automation Ltd + 00DD0A + Ungermann-Bass Inc. - 68DB67 - Nantong Coship Electronics Ltd + 683563 + Shenzhen Liown Electronics Ltd - 1819D6 - Samsung Electronics Ltd + 004072 + Applied Innovation Inc. - BC98DF - Motorola Mobility LLC, a Lenovo Company + 001938 + UMB Communications Ltd - 70FC8F - Freebox SAS + 4439C4 + Universal Global Scientific Industrial Ltd - 501B32 - Taicang T&W Electronics + 402CF4 + Universal Global Scientific Industrial Ltd - 980D67 - ZyXEL Communications Corp + 001E37 + Universal Global Scientific Industrial Ltd - 0002D8 - BRECIS Communications Corporation + 1C57D8 + Kraftway Corporation PLC - B0A6F5 - Xaptum Inc. + 002318 + Toshiba - - ACF5E6 - Cisco Systems Inc. + + B86B23 + Toshiba - DCB082 - Nokia + 0008F1 + Voltaire - F8C397 - NZXT Corp Ltd + 00199D + Vizio Inc. - 70DDA8 - Guangdong Oppo Mobile Telecommunications Corp Ltd + 00E08B + QLogic Corporation - 4C6F9C - Guangdong Oppo Mobile Telecommunications Corp Ltd + D8EB97 + TRENDnet Inc. - 782C29 - New H3C Technologies Ltd + 001C7E + Toshiba - BC9FE4 - Aruba Networks HP + 002517 + Venntis LLC - 702E80 - DIEHL Connectivity Solutions + 00600F + Westell Technologies Inc. - ACA46E - Shenzhen Gongjin Electronics Ltd + 00183A + Westell Technologies Inc. - C8B422 - Askey Computer Corp + 6002B4 + Wistron Neweb Corporation - 94EE9F - HMD Global Oy + 94DF4E + Wistron InfoComm(Kunshan) Ltd - DC2AA1 - MedHab LLC + 98EECB + Wistron Infocomm (Zhongshan) Corporation - E4F3E8 - Shenzhen SuperElectron Technology Ltd + 001BFE + Zavio Inc. - F4323D - Sichuan tianyi kanghe Communications Ltd + 5410EC + Microchip Technology Inc. - F8B797 - NEC Platforms Ltd + 0004A3 + Microchip Technology Inc. - B0AAD2 - Sichuan tianyi kanghe Communications Ltd + 789CE7 + Shenzhen Aikede Technology Ltd - 109397 - ARRIS Group Inc. + 509F3B + OI Electric Ltd - 5075F1 - ARRIS Group Inc. + 446EE5 + Huawei Technologies Ltd - C46516 - Hewlett-Packard Company + 88F7C7 + Technicolor CH USA Inc. - E41E0A - IEEE Registration Authority + 683E34 + MEIZU Technology Ltd - CCA12B - TCL King Electrical Appliances (Huizhou) Ltd + C8778B + Mercury Systems - Trusted Mission Solutions Inc. - AC00D0 - ZTE Corporation + 00044B + Nvidia - E8C417 - Fiberhome Telecommunication Technologies Ltd + AC9B0A + Sony Corporation - 001EA3 - Nokia Danmark A/S + 104FA8 + Sony Corporation - 38F32E - Skullcandy + 000B6B + Wistron Neweb Corporation - 981E19 - Sagemcom Broadband SAS + AC040B + Peloton Interactive Inc. - 84B866 - Beijing XiaoLu technology Ltd + 48FCB6 + Lava International(H.K) Limited - 18BC5A - Zhejiang Tmall Technology Ltd + B0E235 + Xiaomi Communications Ltd - C4C138 - OWLink Technology Inc + 40C729 + Sagemcom Broadband SAS - AC37C9 - RAID Incorporated + 14C913 + LG Electronics - 205869 - Ruckus Wireless + F8A097 + ARRIS Group Inc. - CC37AB - Edgecore Networks Corporation + FC2325 + EosTek (Shenzhen) Ltd - 1422DB - eero Inc. + FC3D93 + Longcheer Telecommunication Limited - C86314 - IEEE Registration Authority + D8E0B8 + Bulat LLC - 243154 - Huawei Technologies Ltd + 603197 + ZyXEL Communications Corp - 2C58E8 - Huawei Technologies Ltd + C0C976 + Shenzhen TINNO Mobile Technology Corp. - 70CD91 - Teracom Telematica S.A + 588BF3 + ZyXEL Communications Corp - 2C1875 - Skyworth Digital Technology(Shenzhen) Ltd + 5067F0 + ZyXEL Communications Corp - D06EDE - Sagemcom Broadband SAS + 001349 + ZyXEL Communications Corp - 18399C - Skorpios Technologies + E09861 + Motorola Mobility LLC, a Lenovo Company - 94C2BD - Tecnobit + 9C8ECD + Amcrest Technologies - 4883B4 - Guangdong Oppo Mobile Telecommunications Corp Ltd + A009ED + Avaya Inc - 84B8B8 - Motorola (Wuhan) Mobility Technologies Communication Ltd + 0014B4 + General Dynamics United Kingdom Ltd - D041C9 - Fiberhome Telecommunication Technologies Ltd + A0B437 + GD Mission Systems - E8018D - Fiberhome Telecommunication Technologies Ltd + 8C6D50 + Shenzhen MTC Ltd - 10A3B8 - Iskratel d.o.o. + 00F663 + Cisco Systems Inc. - E8ECA3 - Dongguan Liesheng Electronic Ltd + A06090 + Samsung Electronics Ltd - 08A6BC - Amazon Technologies Inc. + BC765E + Samsung Electronics Ltd - 701E68 - Hanna Instruments Inc. + E0A8B8 + Le Shi Zhi Xin Electronic Technology (Tianjin) Limited - 1CB3E9 - Shenzhen Zhongke United Communication Technology + F45B73 + Wanjiaan Interconnected Technology Ltd - 8C965F - Shandong Zhongan Technology Ltd + B88198 + Intel Corporation - C0074A - Brita GmbH + B0D7CC + Tridonic GmbH & Co KG - E8B2FE - HUMAX Ltd + 2CDDA3 + Point Grey Research Inc. - 80FD7A - BLU Products Inc + 00809F + ALE International - 0017FA - Microsoft Corporation + 48C663 + GTO Access Systems LLC - 941625 - Apple + 005F86 + Cisco Systems Inc. - 543B30 - duagon AG + 381DD9 + FN-Link Technology Limited - 40F21C - DASAN Zhone Solutions + 1CB9C4 + Ruckus Wireless - B0BB8B - Wavetel Technology Limited + 8C59C3 + ADB Italia - 34A8EB - Apple + B824F0 + SOYO Technology Development Ltd - 94BFC4 - Ruckus Wireless + D85B2A + Samsung Electronics Ltd - A483E7 - Apple + FCA89A + Sunitec Enterprise Ltd - F4AFE7 - Apple + 1C7B23 + Qingdao Hisense Communications Ltd - AC88FD - Apple + 000BDE + TELDIX GmbH - 503E7C - LeiShen Intelligent System Ltd + CCD31E + IEEE Registration Authority - 24586E - ZTE Corporation + 34B354 + Huawei Technologies Ltd - B4A305 - Xiamen Yaxon Network Ltd + 1C6E76 + Quarion Technology Inc - 803E48 - Shenzhen Gongjin Electronics Ltd + 90C1C6 + Apple - 243F30 - Oxygen Broadband s.a. + 6C0EE6 + Chengdu Xiyida Electronic Technology Ltd - 3C9180 - Liteon Technology Corporation + CC500A + Fiberhome Telecommunication Technologies Ltd - 20326C - Samsung Electronics Ltd + D046DC + Southwest Research Institute - 6489F1 - Samsung Electronics Ltd + 70A2B3 + Apple - 2034FB - Xiaomi Communications Ltd + F40F24 + Apple - A89CED - Xiaomi Communications Ltd + 4C57CA + Apple - 6CA604 - ARRIS Group Inc. + 000763 + Sunniwell Cyber Tech Ltd - 5CF9DD - Dell Inc. + 0062EC + Cisco Systems Inc. - D0EC35 + CC167E Cisco Systems Inc. - 10AE60 - Private + C46AB7 + Xiaomi Communications Ltd - BCCF4F - ZyXEL Communications Corp + 000AED + HARTING Electronics GmbH - C010B1 - HMD Global Oy + 240A11 + TCT mobile Ltd - 90895F - Weifang Goertek Electronics Ltd + D8E56D + TCT mobile Ltd - 48D845 - Shenzhen Mainuoke Electronics Ltd + 540593 + WOORI ELEC Ltd - 0CE041 - iDruide + C02FF1 + Volta Networks - B88FB4 - Jabil Circuit Italia S.R.L + E8A7F2 + sTraffic - 0052C2 - Peiker Acustic GmbH + 001F20 + Logitech Europe SA - 8C53D2 - China Mobile Group Device Ltd + 741F4A + Hangzhou H3C Technologies Ltd - D45383 - Murata Manufacturing Ltd + E41D2D + Mellanox Technologies Inc. - A04246 - IT Telecom Ltd + 0CDA41 + Hangzhou H3C Technologies Ltd - 0CF475 - Zliide Technologies ApS + 74258A + Hangzhou H3C Technologies Ltd - 68FF7B - TP-Link Technologies Ltd + A0B662 + Acutvista Innovation Ltd - 808F1D - TP-Link Technologies Ltd + E42F56 + OptoMET GmbH - 00124E - XAC Automation Corp. + F8DA0C + Hon Hai Precision Ind Ltd - 88E034 - Shinwa Industries(China) Ltd + 1C1B0D + Giga-Byte Technology Ltd - 48BD0E - Quanta Storage Inc. + 48E9F1 + Apple - 000F69 - SEW Eurodrive GmbH & Co. KG + 903809 + Ericsson AB - E458E7 - Samsung Electronics Ltd + 00A006 + Image Data Processing System Group - 00104A - The Parvus Corporation + C83F26 + Microsoft Corporation - D058C0 - Qingdao Haier Multimedia Limited. + 3497F6 + ASUSTek Computer Inc. - F8D478 - Flextronics Tech.(Ind) Pvt Ltd + 50680A + Huawei Technologies Ltd - 48C3B0 - Pharos Ltd + 002238 + Logiplus - DC58BC - Thomas-Krenn.AG + 000C49 + Dangaard Telecom Denmark A/S - 001025 - Grayhill Inc. + 0008B9 + Kaonmedia Ltd - 3821C7 - Aruba Networks HP + 60B387 + Synergics Technologies GmbH - A45F9B - Nexell + A4D8CA + Hong Kong Water World Technology Co. Limited - 70EA1A - Cisco Systems Inc. + 8019FE + JianLing Technology Ltd - 808A8B - Vivo Mobile Communication Ltd + 60B4F7 + Plume Design Inc - 9844B6 - Infranor SAS + 487ADA + Hangzhou H3C Technologies Ltd - 38839A - Shenzhen RF-Link Technology Ltd + 001F45 + Enterasys - DC6723 - barox Kommunikation GmbH + 001E90 + Elitegroup Computer Systems Ltd - 44B462 - Flextronics Tech.(Ind) Pvt Ltd + 0022B1 + Elbit Systems Ltd - 94B40F - Aruba Networks HP + 0000B4 + Edimax Technology Ltd - 001A1E - Aruba Networks HP + 00168F + GN Netcom A/S - 00246C - Aruba Networks HP + 000D87 + Elitegroup Computer Systems Ltd - 201BC9 - Juniper Networks + 1078D2 + Elitegroup Computer Systems Ltd - C8F6C8 - Fiberhome Telecommunication Technologies Ltd + 002197 + Elitegroup Computer Systems Ltd - 1C3B8F - Selve GmbH & Co. KG + E4F3F5 + Shenzhen Mercury Communication Technologies Ltd - E4E749 + A08CFD Hewlett-Packard Company - ECC57F - Suzhou Pairlink Network Technology + 000E03 + Emulex Corporation - 38C2BA - Cctv Neotech + 00CAE5 + Cisco Systems Inc. - A0F9B7 - Ademco Smart Homes Technology(Tianjin) Ltd + 004268 + Cisco Systems Inc. - A83CCB - Rossma + 4883C7 + Sagemcom Broadband SAS - 886FD4 - Dell Inc. + 40163B + Samsung Electronics Ltd - CC3FEA - BAE Systems Inc. + 44650D + Amazon Technologies Inc. - 4CF2BF - Cambridge Industries(Group) Ltd + D4F207 + DIAODIAO(Beijing)Technology Ltd - CC9EA2 - Amazon Technologies Inc. + D4AD2D + Fiberhome Telecommunication Technologies Ltd - AC4330 - Versa Networks + F08CFB + Fiberhome Telecommunication Technologies Ltd - E85BB7 - Ample Systems Inc. + 48555F + Fiberhome Telecommunication Technologies Ltd - 94677E - Belden India Private Limited + FC3F7C + Huawei Technologies Ltd - AC5775 - HMD Global Oy + 384C4F + Huawei Technologies Ltd + + + 0CBF3F + Shenzhen Lencotion Technology Ltd - D43A2E - Shenzhen MTC Ltd + 50FF99 + IEEE Registration Authority - 50AD92 - NX Technologies + 84E323 + Green Wave Telecommunication SDN BHD - 003217 - Cisco Systems Inc. + 705A9E + Technicolor CH USA Inc. - 94E0D6 - China Dragon Technology Limited + 04A316 + Texas Instruments - B4A9FC - Quanta Computer Inc. + 140C5B + PLNetworks - 6CA936 - DisplayLink (UK) Ltd + 001706 + Techfaithwireless Communication Technology Limited. - 708540 - Skyworth Digital Technology(Shenzhen) Ltd + FC084A + Fujitsu Limited - 08F1EA - Hewlett Packard Enterprise + BC9889 + Fiberhome Telecommunication Technologies Ltd - F00DF5 - ACOMA Medical Industry Ltd + 24615A + China Mobile Group Device Ltd - 6845F1 - Toshiba Client Solutions Ltd + 405EE1 + Shenzhen H&T Intelligent Control Ltd - 8CAEDB - NAG LLC + 002578 + JSC Concern Sozvezdie - 78B213 - DWnet Technologies(Suzhou) Corporation + 30B49E + TP-Link Technologies Ltd - 58C232 - NEC Corporation + C83870 + Samsung Electronics Ltd - 381D14 - Skydio Inc. + 1C553A + QianGua Corp. - 7CDB98 - Askey Computer Corp + 34E70B + HAN Networks Ltd - 380B3C - Texas Instruments + 007888 + Cisco Systems Inc. - 9C8CD8 - Hewlett Packard Enterprise + 900325 + Huawei Technologies Ltd - A48CC0 - JLG Industries Inc. + 98E7F5 + Huawei Technologies Ltd - 3C286D - Google Inc. + 085BDA + CliniCare Ltd - 00093A - Molex CMS + 1CC035 + Planex Communications Inc. - 04F9D9 - Speaker Electronic(Jiashan) Ltd + 34543C + Takaoka Toko Ltd - DC080F - Apple + 1866DA + Dell Inc. - F8E94E - Apple + 583277 + Reliance Communications LLC - EC2CE2 - Apple + 248A07 + Mellanox Technologies Inc. - 40BC60 - Apple + 9C9D5D + Raden Inc - E83617 - Apple + DC4D23 + MRV Comunications - 9C648B - Apple + 0023B3 + Lyyn AB - 344262 - Apple + 402E28 + MiXTelematics - 14D00D - Apple + 6C8FB5 + Microsoft Mobile Oy - 88D211 - Eko Devices Inc. + 008E73 + Cisco Systems Inc. - B8C227 - PSTec + 0015C1 + Sony Interactive Entertainment Inc. - 74F737 - KCE + A09D91 + SoundBridge - 48A493 - Taiyo Yuden Ltd + 40B688 + LEGIC Identsystems AG - E82C6D - SmartRG Inc. + 9CD48B + Innolux Technology Europe BV - 48E695 - Insigma Inc + 90A62F + Naver - B479C8 - Ruckus Wireless + C0C522 + ARRIS Group Inc. - B40B78 - Brusa Elektronik AG + 1C9E46 + Apple - C03DD9 - MitraStar Technology Corp. + C4E510 + Mechatro Inc. - 2CAA8E - Wyze Labs Inc + 18A6F7 + TP-Link Technologies Ltd - 703A51 - Xiaomi Communications Ltd + 00351A + Cisco Systems Inc. - DC48B2 - Baraja Pty Ltd + 00AF1F + Cisco Systems Inc. - 181E95 - AuVerte + 803896 + Sharp Corporation - 0C9541 - Chipsea Technologies (Shenzhen) Corp. + 0060EC + Hermary Opto Electronics Inc. - 3C3786 - Netgear + C0CCF8 + Apple - 48352E - Shenzhen Wolck Network Product Ltd + 9C4FDA + Apple - 04E598 - Xiaomi Communications Ltd + 8489AD + Apple - 1012B4 - Sichuan Tianyi Comheart Telecom Ltd + AC3A7A + Roku Inc. - B82CA0 - Resideo + B83E59 + Roku Inc. - 6CC7EC - Samsung Electro-Mechanics(Thailand) + DC3A5E + Roku Inc. - B033A6 - Juniper Networks + 001A73 + Gemtek Technology Ltd - D89685 - GoPro + 00904B + Gemtek Technology Ltd - 3C01EF - Sony Mobile Communications Inc + 001A7F + GCI Science & Technology Ltd - C0BDC8 - Samsung Electronics Ltd + 00180F + Nokia Danmark A/S - 647BCE - Samsung Electronics Ltd + C8979F + Nokia Corporation - A887B3 - Samsung Electronics Ltd + ECF35B + Nokia Corporation - 6C006B - Samsung Electronics Ltd + 544408 + Nokia Corporation - 001060 - Billionton Systems Inc. + 3CC243 + Nokia Corporation - C4D489 - JiangSu Joyque Information Industry Ltd + 0021FC + Nokia Danmark A/S - B4F949 - optilink networks pvt Ltd + 001F5D + Nokia Danmark A/S - E43C80 - University Of Oklahoma + 001F01 + Nokia Danmark A/S - 3C2C30 - Dell Inc. + 001BEE + Nokia Danmark A/S - 706D15 - Cisco Systems Inc. + 001979 + Nokia Danmark A/S - A4A1E4 - Innotube Inc. + 0025D0 + Nokia Danmark A/S - 94EAEA - Tellescom Industria E Comercio EM Telecomunicacao + 0024D4 + Freebox SAS - 1CFD08 - IEEE Registration Authority + 347E39 + Nokia Danmark A/S - B8599F - Mellanox Technologies Inc. + 00507F + DrayTek Corp. - 301389 - Siemens AG, Automations & Drives, + 647791 + Samsung Electronics Ltd - 046B25 - Sichuan Tianyi Comheart Telecom Ltd + 9CE6E7 + Samsung Electronics Ltd - 98D3E7 - Netafim L + 9C0298 + Samsung Electronics Ltd - F063F9 - Huawei Technologies Ltd + 28987B + Samsung Electronics Ltd - 7CC385 - Huawei Technologies Ltd + 54FA3E + Samsung Electronics Ltd - 900EB3 - Shenzhen Amediatech Technology Ltd + 0C8910 + Samsung Electronics Ltd - 549FAE - iBASE Gaming Inc + 78ABBB + Samsung Electronics Ltd - 1469A2 - Sichuan Tianyi Comheart Telecom Ltd + D8C4E9 + Samsung Electronics Ltd - 548028 - Hewlett Packard Enterprise + BCD11F + Samsung Electronics Ltd - 54068B - Ningbo Deli Kebei Technology Ltd + F4428F + Samsung Electronics Ltd - 60CE92 - The Refined Industry Company Limited + 0090A2 + CyberTAN Technology Inc. - 105BAD - Mega Well Limited + 0090D6 + Crystal Group Inc. - 74BFC0 - Canon Inc. + 446D6C + Samsung Electronics Ltd - C8D9D2 - Hewlett-Packard Company + 00F46F + Samsung Electronics Ltd - 24FCE5 + 0C715D Samsung Electronics Ltd - 809621 - Lenovo + 9C80DF + Arcadyan Technology Corporation - 78055F - Shenzhen WYC Technology Ltd + 002308 + Arcadyan Technology Corporation - 00EABD - Cisco Systems Inc. + 880355 + Arcadyan Technology Corporation - 48872D - Shen Zhen DA XIA Long QUE Technology Ltd + 34BB1F + BlackBerry RTS - E81A58 - Technologic Systems + 406F2A + BlackBerry RTS - 20B001 - Technicolor + 7C1CF1 + Huawei Technologies Ltd - C0BFA7 - Juniper Networks + 78F557 + Huawei Technologies Ltd - F05494 - Honeywell Connected Building + E02861 + Huawei Technologies Ltd - 5CC999 - New H3C Technologies Ltd + D0D04B + Huawei Technologies Ltd - B02A43 - Google Inc. + 480031 + Huawei Technologies Ltd - C474F8 - Hot Pepper Inc. + D476EA + ZTE Corporation - 142233 - Fiberhome Telecommunication Technologies Ltd + 00175A + Cisco Systems Inc. - 743400 - MTG Ltd + 0896D7 + AVM GmbH - DC3757 - Integrated Device Technology (Malaysia) Sdn. Bhd. + 506A03 + Netgear - 005099 - 3Com Europe Ltd + 100D7F + Netgear - 04BC87 - Shenzhen JustLink Technology Ltd + 504A6E + Netgear - 54C33E - Ciena Corporation + 4C09D4 + Arcadyan Technology Corporation - EC79F2 - Startel + 18C086 + Broadcom - BCB22B - EM-Tech + 001018 + Broadcom - D4AB82 - ARRIS Group Inc. + C8FF28 + Liteon Technology Corporation - 704FB8 + B81619 ARRIS Group Inc. - 0060EB - Fourthtrack Systems + B077AC + ARRIS Group Inc. - 1862E4 - Texas Instruments + FCB4E6 + Askey Computer Corp - 6035C0 - SFR + 00192C + ARRIS Group Inc. - C4985C - Hui Zhou Gaoshengda Technology Ltd + 00195E + ARRIS Group Inc. - 30A1FA - Huawei Technologies Ltd + 001A1B + ARRIS Group Inc. - 242E90 - Palit Microsystems Ltd + 001A66 + ARRIS Group Inc. - 9CAA1B - Microsoft Corporation + 001A77 + ARRIS Group Inc. - A89A93 - Sagemcom Broadband SAS + 64ED57 + ARRIS Group Inc. - 001AC5 - Keysight Technologies Inc. + A4ED4E + ARRIS Group Inc. - 00201E - Netquest Corporation + 00211E + ARRIS Group Inc. - 64628A - evon GmbH + 002180 + ARRIS Group Inc. - 0415D9 - Viwone + 001BDD + ARRIS Group Inc. - ECB313 - Shenzhen Gongjin Electronics Ltd + 001D6B + ARRIS Group Inc. - B08BCF - Cisco Systems Inc. + 001DBE + ARRIS Group Inc. - 00608C - 3Com Corporation + 0012C9 + ARRIS Group Inc. - 00A024 - 3Com Corporation + 0023A2 + ARRIS Group Inc. - 0020AF - 3Com Corporation + 0023ED + ARRIS Group Inc. - 00104B - 3Com Corporation + 001B52 + ARRIS Group Inc. - A85AF3 - Shanghai Siflower Communication Technology Ltd + 001E8D + ARRIS Group Inc. - 70FD46 - Samsung Electronics Ltd + E0469A + Netgear - 8C83E1 - Samsung Electronics Ltd + 30469A + Netgear - 889F6F - Samsung Electronics Ltd + 002493 + ARRIS Group Inc. - 5C63C9 - Intellithings Ltd + 002641 + ARRIS Group Inc. - 0C96E6 - Cloud Network Technology (Samoa) Limited + 0015D0 + ARRIS Group Inc. - 3C8994 - BSkyB Ltd + 001596 + ARRIS Group Inc. - E00EE1 - We Corporation Inc. + 04E676 + AMPAK Technology Inc. - 000C43 - Ralink Technology, Corp. + 0022F4 + AMPAK Technology Inc. - 8C9246 - Oerlikon Textile GmbH&Co.KG + 001DBA + Sony Corporation - 000E94 - Maas International BV + 0024BE + Sony Corporation - 4898CA - Sichuan AI-Link Technology Ltd + 0CFE45 + Sony Interactive Entertainment Inc. - 247E51 - ZTE Corporation + 2016D8 + Liteon Technology Corporation - E8B541 - ZTE Corporation + F8D0AC + Sony Interactive Entertainment Inc. - 0C9D92 - ASUSTek Computer Inc. + 20E564 + ARRIS Group Inc. - 988ED4 - Itel Mobile Limited + 90B134 + ARRIS Group Inc. - E8A788 - Xiamen Leelen Technology Ltd + 40B7F3 + ARRIS Group Inc. - 582D34 - Qingping Electronics (Suzhou) Ltd + 0017E2 + ARRIS Group Inc. - 20DE88 - IC Realtime LLC + 001675 + ARRIS Group Inc. - F4068D - devolo AG + 000CE5 + ARRIS Group Inc. - 001A31 - Scan Coin AB + 0003E0 + ARRIS Group Inc. - 001B84 - Scan Engineering Telecom + 00D0C9 + Advantech Ltd - 482CA0 - Xiaomi Communications Ltd + 6487D7 + ADB Broadband Italia - 3412F9 - Huawei Technologies Ltd + E0B2F1 + FN-Link Technology Limited - BCE265 - Huawei Technologies Ltd + 0C4C39 + MitraStar Technology Corp. - 4CD1A1 - Huawei Technologies Ltd + 74888B + ADB Broadband Italia - 88BFE4 - Huawei Technologies Ltd + 008C54 + ADB Broadband Italia - 4017E2 - Intai Technology Corp. + 00247B + Actiontec Electronics Inc. - 0CCB85 - Motorola Mobility LLC, a Lenovo Company + 0004E3 + Accton Technology Corp - A4E615 - Shenzhen Chuangwei-RGB Electronics Ltd + 0010B5 + Accton Technology Corp - 741F79 - Youngkook Electronics Ltd + 001974 + 16063 - A09351 - Cisco Systems Inc. + E8617E + Liteon Technology Corporation - 98039B - Mellanox Technologies Inc. + 18CF5E + Liteon Technology Corporation - 208984 - Compal Information (Kunshan) Ltd + F0272D + Amazon Technologies Inc. - B4CEFE - James Czekaj + 84D6D0 + Amazon Technologies Inc. - F8CC6E - DEPO Electronics Ltd + 18FE34 + Espressif Inc. - F8369B - Texas Instruments + 38229D + ADB Broadband Italia - 88AE1D - Compal Information (Kunshan) Ltd + A4526F + ADB Broadband Italia - B888E3 - Compal Information (Kunshan) Ltd + 605BB4 + Azurewave Technologies Inc. - 289EFC - Sagemcom Broadband SAS + 64D954 + Taicang T&W Electronics - 00C055 - Modular Computing Technologies + 5C36B8 + TCL King Electrical Appliances (Huizhou) Ltd - E41FE9 - Dunkermotoren GmbH + 00AA01 + Intel Corporation - C4518D - Shenzhen YOUHUA Technology Ltd + 985FD3 + Microsoft Corporation - 486834 - Silicon Motion Inc. + 00DA55 + Cisco Systems Inc. - 001133 - Siemens AG Austria + 18E3BC + TCT mobile Ltd - 000B23 - Siemens Home & Office Comm. Devices + CC1FC4 + InVue - 641331 - Bosch Car Multimedia (Wuhu) Ltd + 00AA00 + Intel Corporation - 183A48 - VostroNet + 00C2C6 + Intel Corporation - 782F17 - Xlab Ltd + 5CD2E4 + Intel Corporation - B0027E - Muller Services + 28B2BD + Intel Corporation - 24FAF3 - Shanghai Flexem Technology Ltd + 002243 + Azurewave Technologies Inc. - 88D2BF - German Autolabs + 00006E + Artisoft Inc. - 20163D - Integrated Device Technology (Malaysia) Sdn. Bhd. + 448723 + Hoya Service Corporation - E0735F - Nucom + D86C02 + Huaqin Telecom Technology Ltd - 0051ED - LG Innotek + 60BEB5 + Motorola Mobility LLC, a Lenovo Company - 40DC9D - Hajen + F8F1B6 + Motorola Mobility LLC, a Lenovo Company - 340A98 - Huawei Technologies Ltd + 3CFDFE + Intel Corporation - 646D6C - Huawei Technologies Ltd + A4C494 + Intel Corporation - C4B8B4 - Huawei Technologies Ltd + 902E1C + Intel Corporation - F0BCC9 - PFU Limited + A434D9 + Intel Corporation - 487583 - Intellion AG + 685D43 + Intel Corporation - 904C81 - Hewlett Packard Enterprise + A0369F + Intel Corporation - 8C3579 - QDIQO Sp. z o.o. + 64D4DA + Intel Corporation - 38C70A - WiFiSong + 4025C2 + Intel Corporation - D8760A - Escort Inc. + 502DA2 + Intel Corporation - 5C2ED2 - ABC(XiSheng) Electronics Ltd + 78929C + Intel Corporation - FCFBFB - Cisco Systems Inc. + 843A4B + Intel Corporation - 007E95 - Cisco Systems Inc. + 5C514F + Intel Corporation - 9C5A44 - Compal Information (Kunshan) Ltd + A44E31 + Intel Corporation - 14CAA0 - Hu & Co + 4CEB42 + Intel Corporation - 08D46A - LG Electronics (Mobile Communications) + F81654 + Intel Corporation - 001017 - Bosch Access Systems GmbH + 606C66 + Intel Corporation - F4EE14 - Mercury Communication Technologies Ltd + 4C8093 + Intel Corporation - 6C5940 - Mercury Communication Technologies Ltd + AC7289 + Intel Corporation - D02516 - Mercury Communication Technologies Ltd + 448500 + Intel Corporation - 1C60DE - Mercury Communication Technologies Ltd + 0CD292 + Intel Corporation - D82477 - Universal Electric Corporation + DCA971 + Intel Corporation - 00907F - WatchGuard Technologies Inc. + 58946B + Intel Corporation - 4C5E0C - Routerboard.com + 0024D7 + Intel Corporation - D4CA6D - Routerboard.com + 0024D6 + Intel Corporation - 001472 - China Broadband Wireless IP Standard group(ChinaBWIPS) + 001DE0 + Intel Corporation - 80B575 - Huawei Technologies Ltd + 4C79BA + Intel Corporation - A4BE2B - Huawei Technologies Ltd + 84A6C8 + Intel Corporation - 68E7C2 - Samsung Electronics Ltd + 5891CF + Intel Corporation - 58B10F - Samsung Electronics Ltd + 0C8BFD + Intel Corporation - 4006A0 - Texas Instruments + 00215C + Intel Corporation - F82DC0 - ARRIS Group Inc. + 00216B + Intel Corporation - 189C27 - ARRIS Group Inc. + 0022FB + Intel Corporation - 3CF5CC - New H3C Technologies Ltd + 001517 + Intel Corporation - D08A91 - Technicolor CH USA Inc. + A0A8CD + Intel Corporation - 2811A5 - Bose Corporation + 5CC5D4 + Intel Corporation - D8F3DB - Post CH AG + 001E64 + Intel Corporation - DCB4AC - Flextronics Manufacturing(Zhuhai) Ltd + F4F1E1 + Motorola Mobility LLC, a Lenovo Company - A492CB - Nokia + 9CD917 + Motorola Mobility LLC, a Lenovo Company - C0D2F3 - Hui Zhou Gaoshengda Technology Ltd + 9068C3 + Motorola Mobility LLC, a Lenovo Company - B88303 - Hewlett Packard Enterprise + 3C197D + Ericsson AB - 203DBD - LG Innotek + B4E10F + Dell Inc. - A45385 - Weifang Goertek Electronics Ltd + 002219 + Dell Inc. - 00402F - Xlnt Designs Inc. + 0024E8 + Dell Inc. - 04ECBB - Fiberhome Telecommunication Technologies Ltd + B083FE + Dell Inc. - 64A2F9 - OnePlus Technology (Shenzhen) Ltd + 3417EB + Dell Inc. - A87D12 - Huawei Technologies Ltd + F8BC12 + Dell Inc. - D42122 - Sercomm Corporation. + 18A99B + Dell Inc. - 00C002 - Sercomm Corporation. + 001372 + Dell Inc. - BC9911 - ZyXEL Communications Corp + 001143 + Dell Inc. - 280245 - Konze System Technology Ltd + 4C7625 + Dell Inc. - E48F65 - Yelatma Instrument Making Enterprise, JSC + 44A842 + Dell Inc. - 0000A8 - Stratus Technologies + 00253C + 2Wire Inc. - 0004FC - Stratus Technologies + 34EF44 + 2Wire Inc. - 3C24F0 - IEEE Registration Authority + B0E754 + 2Wire Inc. - 00BB3A - Amazon Technologies Inc. + F01FAF + Dell Inc. - 0CB34F - Shenzhen Xiaoqi Intelligent Technology Ltd + 00188B + Dell Inc. - 3CF4F9 - Moda-InnoChips + 000874 + Dell Inc. - 94193A - Elvaco AB + B8E625 + 2Wire Inc. - C08135 - Ningbo Forfan technology Ltd + 001D5A + 2Wire Inc. - 840D8E - Espressif Inc. + 1C4419 + TP-Link Technologies Ltd - 002082 - Oneac Corporation + 5C353B + Compal Broadband Networks Inc. - B4C0F5 - Shenzhen TINNO Mobile Technology Corp. + 28FAA0 + Vivo Mobile Communication Ltd - 406231 - Gifa + ECDF3A + Vivo Mobile Communication Ltd - FCB7F0 - Idaho National Laboratory + F42981 + Vivo Mobile Communication Ltd - 2C28B7 - Hangzhou Ruiying technology Ltd + 84F6FA + Miovision Technologies Incorporated - 106530 - Dell Inc. + 70106F + Hewlett Packard Enterprise - 046B1B - SysDINE Ltd + F8E71E + Ruckus Wireless - B0A37E - Qing DAO Haier Telecom Ltd + 08863B + Belkin International Inc. - 3CEAF9 - Jubix Ltd + 247C4C + Herman Miller - 58DB15 - Tecno Mobile Limited + E46F13 + D-Link International - 5050CE - Hangzhou Dianyixia Communication Technology Ltd + 2C56DC + ASUSTek Computer Inc. - FC6947 - Texas Instruments + 003146 + Juniper Networks - E07DEA - Texas Instruments + 00604C + Sagemcom Broadband SAS - DCDE4F - Gionee Communication Equipment Ltd + 001F95 + Sagemcom Broadband SAS - 4CD0CB - Huawei Technologies Ltd + 002348 + Sagemcom Broadband SAS - 505DAC - Huawei Technologies Ltd + 002691 + Sagemcom Broadband SAS - E8FAF7 - Guangdong Uniteddata Holding Group Ltd + 988B5D + Sagemcom Broadband SAS - 949D57 - Panasonic do Brasil Limitada + 90013B + Sagemcom Broadband SAS - 88D37B - FirmTek LLC + 7C034C + Sagemcom Broadband SAS - 1C666D - Hon Hai Precision Ind Ltd + 6C2E85 + Sagemcom Broadband SAS - 84F3EB - Espressif Inc. + 94FEF4 + Sagemcom Broadband SAS - 001B48 - Shenzhen Lantech Electronics Ltd + 34B1F7 + Texas Instruments - 00250C - Senet Inc + 2CFD37 + Blue Calypso Inc. - 0C8063 - TP-Link Technologies Ltd + 0C6127 + Actiontec Electronics Inc. - 007278 - Cisco Systems Inc. + 3CD92B + Hewlett-Packard Company - 645AED - Apple + 78DEE4 + Texas Instruments - C0B658 - Apple + 001833 + Texas Instruments - 48A91C - Apple + 001834 + Texas Instruments - 50BC96 - Apple + 0017E3 + Texas Instruments - FC2A9C - Apple + 001830 + Texas Instruments - 682C7B - Cisco Systems Inc. + 0023D4 + Texas Instruments - 441E98 - Ruckus Wireless + BCF685 + D-Link International - A056F3 - Apple + 78542E + D-Link International - 549963 - Apple + C4A81D + D-Link International - 90DD5D - Apple + 002191 + D-Link Corporation - DC2919 - AltoBeam (Xiamen) Technology Ltd + ACF1DF + D-Link International - 885FE8 - IEEE Registration Authority + C0E422 + Texas Instruments - 002FD9 - Fiberhome Telecommunication Technologies Ltd + D00790 + Texas Instruments - B4CD27 - Huawei Technologies Ltd + 3C7DB1 + Texas Instruments - C819F7 - Samsung Electronics Ltd + F4FC32 + Texas Instruments - 64C3D6 - Juniper Networks + 90D7EB + Texas Instruments - 00A021 - General Dynamics Mission Systems + 0017E8 + Texas Instruments - F0AF50 - Phantom Intelligence + 001783 + Texas Instruments - C42C4F - Qingdao Hisense Mobile Communication Technology Ltd + 2435CC + Zhongshan Scinan Internet Of Things Ltd - 24CACB - Fiberhome Telecommunication Technologies Ltd + 2C3033 + Netgear - 543E64 - Fiberhome Telecommunication Technologies Ltd + CC46D6 + Cisco Systems Inc. - 6402CB - ARRIS Group Inc. + 0041D2 + Cisco Systems Inc. - F4E11E - Texas Instruments + 2CAB00 + Huawei Technologies Ltd - 3880DF - Motorola Mobility LLC, a Lenovo Company + A8CA7B + Huawei Technologies Ltd - BC6A2F - Henge Docks LLC + BC4434 + Shenzhen TINNO Mobile Technology Corp. - 0C08B4 - HUMAX Ltd + 04BF6D + ZyXEL Communications Corp - 002705 - Sectronic + F88FCA + Google Inc. - 48BD3D - New H3C Technologies Ltd + 3898D8 + Meritech Ltd - 184C08 - Rockwell Automation + 9486CD + Seoul Electronics & Telecom - DC0265 - Meditech Kft + 3897D6 + Hangzhou H3C Technologies Ltd - 14A72B - currentoptronics Pvt Ltd + 1CA770 + Shenzhen Chuangwei-RGB Electronics Ltd - A4DA22 - IEEE Registration Authority + 4419B6 + Hangzhou Hikvision Digital Technology Ltd - 3C1710 - Sagemcom Broadband SAS + 68DBCA + Apple - DC729B - Huawei Technologies Ltd + 086698 + Apple - 909497 - Huawei Technologies Ltd + BC5436 + Apple - 34029B - Plexonics Technologies LImited + 044BED + Apple - 900372 - Longnan Junya Digital Technology Ltd + 6C8DC1 + Apple - 0CC6CC - Huawei Technologies Ltd + 84ACFB + Crouzet Automatismes - 785860 - Huawei Technologies Ltd + 7CBB8A + Nintendo Ltd - E8ABF3 - Huawei Technologies Ltd + FCFFAA + IEEE Registration Authority - 3CDCBC - Samsung Electronics Ltd + 0CD746 + Apple - 804E70 - Samsung Electronics Ltd + 60A37D + Apple - D4E6B7 - Samsung Electronics Ltd + 88A25E + Juniper Networks - 8C4CAD - Evoluzn Inc. + 541E56 + Juniper Networks - 8CF957 - RuiXingHengFang Network (Shenzhen) Ltd + 8896B6 + Global Fire Equipment S.A. - 4C776D - Cisco Systems Inc. + 88B8D0 + Dongguan Koppo Electronic Ltd - 74E182 - Texas Instruments + 601971 + ARRIS Group Inc. - 449EF9 - Vivo Mobile Communication Ltd + F8CAB8 + Dell Inc. - 6CC4D5 - HMD Global Oy + 001111 + Intel Corporation - 80C548 - Shenzhen Zowee Technology Ltd + 001302 + Intel Corporation - 10C25A - Technicolor CH USA Inc. + 6CCA08 + ARRIS Group Inc. - E8DEFB - Mesotic SAS + 78719C + ARRIS Group Inc. - C400AD - Advantech Technology (CHINA) Ltd + D40598 + ARRIS Group Inc. - 94FE9D - Shenzhen Gongjin Electronics Ltd + E83381 + ARRIS Group Inc. - 6CB6CA - DivUS GmbH + 8C7F3B + ARRIS Group Inc. - 04D13A - Xiaomi Communications Ltd + 5C571A + ARRIS Group Inc. - 4CC206 - Somfy + E8892C + ARRIS Group Inc. - 040973 - Hewlett Packard Enterprise + 94877C + ARRIS Group Inc. - 3499D7 - Universal Flow Monitors Inc. + 407009 + ARRIS Group Inc. - 0C8BD3 - Itel Mobile Limited + 083E0C + ARRIS Group Inc. - C0A8F0 - Adamson Systems Engineering + 3C36E4 + ARRIS Group Inc. - 9C431E - IEEE Registration Authority + 1C1B68 + ARRIS Group Inc. - 0024AF - Dish Technologies Corp + 000423 + Intel Corporation - 282C02 - IEEE Registration Authority + 207355 + ARRIS Group Inc. - FCA183 - Amazon Technologies Inc. + F8EDA5 + ARRIS Group Inc. - 6C2ACB - Paxton Access Ltd + 5465DE + ARRIS Group Inc. - 583BD9 - Fiberhome Telecommunication Technologies Ltd + 58AC78 + Cisco Systems Inc. - DCA266 - Hon Hai Precision Ind Ltd + 780AC7 + Baofeng TV Ltd - C48466 - Apple + 000D0B + Buffalo Inc. - 347C25 - Apple + 001D73 + Buffalo Inc. - CC2DB7 - Apple + 001601 + Buffalo Inc. - A0BDCD - BSkyB Ltd + 7403BD + Buffalo Inc. - BC91B5 - Infinix mobility limited + B8FC9A + Le Shi Zhi Xin Electronic Technology (Tianjin) Limited - 282FC2 - Automotive Data Solutions + A45D36 + Hewlett-Packard Company - 980074 - Raisecom Technology Ltd + F0921C + Hewlett-Packard Company - 18C19D - Integrated Device Technology (Malaysia) Sdn. Bhd. + A0481C + Hewlett-Packard Company - 0C9838 - Xiaomi Communications Ltd + A01D48 + Hewlett-Packard Company - 74EACB - New H3C Technologies Ltd + 40A8F0 + Hewlett-Packard Company - D41A3F - Guangdong Oppo Mobile Telecommunications Corp Ltd + 8851FB + Hewlett-Packard Company - D8B122 - Juniper Networks + 082E5F + Hewlett-Packard Company - B4C799 - Extreme Networks Inc. + E4115B + Hewlett-Packard Company - 646E6C - Radio Datacom LLC + 28924A + Hewlett-Packard Company - E88E60 - NSD Corporation + 288023 + Hewlett-Packard Company - 000F9B - Ross Video Limited + CC3E5F + Hewlett-Packard Company - 0024BA - Texas Instruments + D89D67 + Hewlett-Packard Company - 60512C - TCT mobile Ltd + 0014C2 + Hewlett-Packard Company - 64DB81 - Syszone Ltd + 00805F + Hewlett-Packard Company - 44AD19 - Xingfei (H.K)Limited + 0018FE + Hewlett-Packard Company - 38ADBE - New H3C Technologies Ltd + 001A4B + Hewlett-Packard Company - 5CAD76 - Shenzhen TCL New Technology Ltd + 002481 + Hewlett-Packard Company - 5C865C - Samsung Electronics Ltd + 000F61 + Hewlett-Packard Company - 04F128 - HMD Global Oy + 480FCF + Hewlett-Packard Company - 04B167 - Xiaomi Communications Ltd + D40B1A + HTC Corporation - EC8350 - Microsoft Corporation + 945330 + Hon Hai Precision Ind Ltd - D007CA - Juniper Networks + A08D16 + Huawei Technologies Ltd - 1CDF52 - Texas Instruments + 4CD08A + HUMAX Ltd - 30C507 - ECI Telecom Ltd + CC4EEC + HUMAX Ltd - C8458F - Wyler AG + 403DEC + HUMAX Ltd - 001BB9 - Elitegroup Computer Systems Ltd + EC4D47 + Huawei Technologies Ltd - 002461 - Shin Wang Tech. + C44044 + RackTop Systems Inc. - 0C5203 - AGM Group Limited + 4CA161 + Rain Bird Corporation - 2C5491 - Microsoft Corporation + 8CAB8E + Shanghai Feixun Communication Ltd - 3817C3 - Hewlett Packard Enterprise + FC64BA + Xiaomi Communications Ltd - 001E1D - East Coast Datacom Inc. + 9060F1 + Apple - 7846C4 - Daehap Hyper-Tech + F8D111 + TP-Link Technologies Ltd - 5CE28C - ZyXEL Communications Corp + B0487A + TP-Link Technologies Ltd - E4BD4B - ZTE Corporation + 940C6D + TP-Link Technologies Ltd - 38D7CA - 7HUGS Labs + A4516F + Microsoft Mobile Oy - 000144 - Dell EMC + 542758 + Motorola (Wuhan) Mobility Technologies Communication Ltd - 08001B - Dell EMC + 00242B + Hon Hai Precision Ind Ltd - 7C010A - Texas Instruments + 08181A + ZTE Corporation - E42B34 - Apple + 001E73 + ZTE Corporation - 3C2EF9 - Apple + 0015EB + ZTE Corporation - A04EA7 - Apple + 001C25 + Hon Hai Precision Ind Ltd - F0989D - Apple + 00197E + Hon Hai Precision Ind Ltd - FCD6BD - Robert Bosch GmbH + 90FBA6 + Hon Hai Precision Ind Ltd - 701F53 - Cisco Systems Inc. + 4437E6 + Hon Hai Precision Ind Ltd - 18396E - Sunsea Telecommunications Ltd + CCAF78 + Hon Hai Precision Ind Ltd - EC7D11 - Vivo Mobile Communication Ltd + F4B7E2 + Hon Hai Precision Ind Ltd - 480EEC + 647002 TP-Link Technologies Ltd - 503EAA + 10FEED TP-Link Technologies Ltd - 5800BB - Juniper Networks + 645601 + TP-Link Technologies Ltd - 48BA4E - Hewlett-Packard Company + F02765 + Murata Manufacturing Ltd - D80831 - Samsung Electronics Ltd + 5CF8A1 + Murata Manufacturing Ltd - 9441C1 - Mini-Cam Limited + 44A7CF + Murata Manufacturing Ltd - 504EDC - Ping Communication + 0013E0 + Murata Manufacturing Ltd - 08674E - Hisense broadband multimedia technology Ltd + EC26CA + TP-Link Technologies Ltd - 500F80 - Cisco Systems Inc. + 9471AC + TCT mobile Ltd - 10F1F2 - LG Electronics (Mobile Communications) + 2C088C + HUMAX Ltd - 8C68C8 - ZTE Corporation + 1C994C + Murata Manufacturing Ltd - EC8263 - ZTE Corporation + F4559C + Huawei Technologies Ltd - 683C7D - Magic Intelligence Technology Limited + 80B686 + Huawei Technologies Ltd - 0C1C20 - Kakao Corp + 10C61F + Huawei Technologies Ltd - 24F5A2 - Belkin International Inc. + CC96A0 + Huawei Technologies Ltd - 74BBD3 - Shenzhen xeme Communication Ltd + F80113 + Huawei Technologies Ltd - 94282E - New H3C Technologies Ltd + A49947 + Huawei Technologies Ltd - 98F5A9 - Ohsung + C8D15E + Huawei Technologies Ltd - D89EF3 - Dell Inc. + 785968 + Hon Hai Precision Ind Ltd - 384F49 - Juniper Networks + C07009 + Huawei Technologies Ltd - 4CBD8F - Hangzhou Hikvision Digital Technology Ltd + 8038BC + Huawei Technologies Ltd - ECEBB8 - Hewlett Packard Enterprise + C4072F + Huawei Technologies Ltd - 6CB749 + F48E92 Huawei Technologies Ltd - 989C57 + 00664B Huawei Technologies Ltd - 185282 - Fiberhome Telecommunication Technologies Ltd + 9CC172 + Huawei Technologies Ltd - 8C3C4A - NAKAYO Inc + 247F3C + Huawei Technologies Ltd - 7086C1 - Texas Instruments + 581F28 + Huawei Technologies Ltd - F4D7B2 - LGS Innovations LLC + ECCB30 + Huawei Technologies Ltd - 00152A - Nokia Corporation + F4DCF9 + Huawei Technologies Ltd - 9C4A7B - Nokia Corporation + 308730 + Huawei Technologies Ltd - D86162 - Wistron Neweb Corporation + C057BC + Avaya Inc - 28840E - silicon valley immigration service + 64A7DD + Avaya Inc - 80615F - Beijing Sinead Technology Ltd + 241FA0 + Huawei Technologies Ltd - 2CD2E7 - Nokia Corporation + 18C58A + Huawei Technologies Ltd - 386EA2 - Vivo Mobile Communication Ltd + 080028 + Texas Instruments - 982D68 - Samsung Electronics Ltd + 405FC2 + Texas Instruments - BC2E48 - ARRIS Group Inc. + E0E5CF + Texas Instruments - 608CE6 - ARRIS Group Inc. + 68DFDD + Xiaomi Communications Ltd - 080070 - Mitsubishi Precision Ltd + 7054F5 + Huawei Technologies Ltd - 444AB0 - Zhejiang Moorgen Intelligence Technology Ltd + DCD2FC + Huawei Technologies Ltd - DC6AEA - Infinix mobility limited + 9017AC + Huawei Technologies Ltd - C421C8 - Kyocera Corporation + 34CDBE + Huawei Technologies Ltd - 80739F - Kyocera Corporation + D8490B + Huawei Technologies Ltd - 705812 - Panasonic Corporation AVC Networks Company + 44322A + Avaya Inc - 04209A - Panasonic Corporation AVC Networks Company + 7038EE + Avaya Inc - 34008A - IEEE Registration Authority + 703018 + Avaya Inc - A41115 - Robert Bosch Engineering and Business Solutions pvt Ltd + 9C28EF + Huawei Technologies Ltd - 40D63C - Equitech Industrial(DongGuan) Ltd + EC24B8 + Texas Instruments - F4F3AA - JBL GmbH & Co. KG + 7CEC79 + Texas Instruments - 9050CA - Hitron Technologies Inc. + 689E19 + Texas Instruments - 409922 - Azurewave Technologies Inc. + 20CD39 + Texas Instruments - C06D1A - Tianjin Henxinhuifeng Technology Ltd + B4994C + Texas Instruments - 107B44 - ASUSTek Computer Inc. + A4251B + Avaya Inc - 84253F - silex technology Inc. + 646A52 + Avaya Inc - 0008C9 - TechniSat Digital GmbH Daun + 00100B + Cisco Systems Inc. - D8B12A - Panasonic Mobile Communications Ltd + 00173B + Cisco Systems Inc. - B019C6 - Apple + 04DAD2 + Cisco Systems Inc. - 3866F0 - Apple + F02929 + Cisco Systems Inc. - 008009 - Jupiter Systems Inc. + 20BBC0 + Cisco Systems Inc. - 00C064 - General Datacomm LLC + 4C4E35 + Cisco Systems Inc. - E86819 - Huawei Technologies Ltd + 98FAE3 + Xiaomi Communications Ltd - 1CAB34 - New H3C Technologies Ltd + F0B429 + Xiaomi Communications Ltd - 3C7843 - Huawei Technologies Ltd + 005080 + Cisco Systems Inc. - 5C0979 - Huawei Technologies Ltd + 005073 + Cisco Systems Inc. - E4FB5D - Huawei Technologies Ltd + 00900C + Cisco Systems Inc. - 0001CC - Japan Total Design Communication Ltd + 00905F + Cisco Systems Inc. - 0030C8 - GAD Line Ltd + 00E0F7 + Cisco Systems Inc. - 0016E0 - 3Com Corporation + 001BD7 + Cisco SPVTG - D8DECE - Isung Ltd + 006083 + Cisco Systems Inc. - 703EAC - Apple + 006009 + Cisco Systems Inc. - 0011C0 - Aday Technology Inc + 00067C + Cisco Systems Inc. - 0005F1 - Vrcom Inc. + 00107B + Cisco Systems Inc. - AC512C - Infinix mobility limited + 0050E2 + Cisco Systems Inc. - 309935 - ZTE Corporation + E4D3F1 + Cisco Systems Inc. - 0C72D9 - ZTE Corporation + 8478AC + Cisco Systems Inc. - 1062D0 - Technicolor CH USA Inc. + 0090A6 + Cisco Systems Inc. - 50642B - XIAOMI Electronics Ltd + 009086 + Cisco Systems Inc. - 28401A - C8 MediSensors Inc. + 00248C + ASUSTek Computer Inc. - 30C01B - Shenzhen Jingxun Software Telecommunication Technology Ltd + 002354 + ASUSTek Computer Inc. - 8886C2 - STABILO International GmbH + 1C872C + ASUSTek Computer Inc. - 08A8A1 - Cyclotronics Power Concepts Inc. + 60182E + Shenzhen Protruly Electronic Ltd - F4B520 - Biostar Microtech international Corp. + C4143C + Cisco Systems Inc. - CC2F71 - Intel Corporation + 3C08F6 + Cisco Systems Inc. - 001CC5 - 3Com Corporation + 001E8C + ASUSTek Computer Inc. - 887A31 - Velankani Electronics Pvt Ltd + 0013D4 + ASUSTek Computer Inc. - 8C0F6F - Pegatron Corporation + 20CF30 + ASUSTek Computer Inc. - 8C2505 - Huawei Technologies Ltd + BC1665 + Cisco Systems Inc. - 8C3BAD - Netgear + F872EA + Cisco Systems Inc. - 64CFD9 - Texas Instruments + D0C789 + Cisco Systems Inc. - 747D24 - Phicomm (Shanghai) Ltd + F84F57 + Cisco Systems Inc. - D09466 - Dell Inc. + 501CBF + Cisco Systems Inc. - 38E595 - Shenzhen Gongjin Electronics Ltd + B000B4 + Cisco Systems Inc. - BC9680 - Shenzhen Gongjin Electronics Ltd + 544A00 + Cisco Systems Inc. - A47B9D - Espressif Inc. + 00E16D + Cisco Systems Inc. - B8F8BE - Bluecom + 78BAF9 + Cisco Systems Inc. - 002482 - Ruckus Wireless + 0022CE + Cisco SPVTG - 689234 - Ruckus Wireless + E0D173 + Cisco Systems Inc. - 50A733 - Ruckus Wireless + E0899D + Cisco Systems Inc. - 2C5D93 - Ruckus Wireless + C47295 + Cisco Systems Inc. - 38FF36 - Ruckus Wireless + 7C69F6 + Cisco Systems Inc. - 84183A - Ruckus Wireless + 78DA6E + Cisco Systems Inc. - 24C9A1 - Ruckus Wireless + B8782E + Apple - 7C2EDD - Samsung Electronics Ltd + 000502 + Apple - 3CF7A4 - Samsung Electronics Ltd + 000A95 + Apple - 103034 - Cara Systems + 34BDC8 + Cisco Systems Inc. - 0000FE - Annapolis Micro Systems Inc. + DCEB94 + Cisco Systems Inc. - 00D01F - Senetas Corporation Ltd + 84B517 + Cisco Systems Inc. - 6447E0 - Feitian Technologies Ltd + 1C6E4C + Logistic Service & Engineering Ltd - B44F96 - Zhejiang Xinzailing Technology Ltd + 000F66 + Cisco-Linksys LLC - 4C65A8 - IEEE Registration Authority + 24374C + Cisco SPVTG - B0DFC1 - Tenda Technology LtdDongguan branch + 188B9D + Cisco Systems Inc. - 9C6F52 - ZTE Corporation + E4AA5D + Cisco Systems Inc. - E86D65 - AUDIO MOBIL Elektronik GmbH + F45FD4 + Cisco SPVTG - 706E6D - Cisco Systems Inc. + 2CABA4 + Cisco SPVTG - 604762 - Beijing Sensoro Technology Ltd + 00264A + Apple - BC1C81 - Sichuan iLink Technology Ltd + 041E64 + Apple - 900A1A - Taicang T&W Electronics + 001124 + Apple - 506E92 - Innocent Technology Ltd + 002241 + Apple - 30FE31 - Nokia + 7CC537 + Apple - 98F2B3 - Hewlett Packard Enterprise + 78CA39 + Apple - C4571F - June Life Inc + 18E7F4 + Apple - 886AE3 - Alpha Networks Inc. + 70CD60 + Apple - 1C4D70 - Intel Corporation + 8C7B9D + Apple - D822F4 - Avnet Silica + D89E3F + Apple - 348F27 - Ruckus Wireless + B8C75D + Apple - 2C9EEC - Jabil Circuit Penang + 0C74C2 + Apple - 001CFA - Alarm.com + 403004 + Apple - 60313B - Sunnovo International Limited + 842999 + Apple - 6CB227 - Sony Video & Sound Products Inc. + 74E2F5 + Apple - 986F60 - Guangdong Oppo Mobile Telecommunications Corp Ltd + E0C97A + Apple - 000CAB - Commend International GmbH + 68A86D + Apple - 745427 - Shenzhen Fast Technologies Ltd + 7CC3A1 + Apple - 60720B - BLU Products Inc + 7073CB + Apple - 308976 - Dalian Lamba Technology Ltd + 90840D + Apple - 2C2617 - Oculus VR LLC + E80688 + Apple - 34D954 - WiBotic Inc. + EC852F + Apple - 4857DD - Facebook Inc + 00F4B9 + Apple - 487D2E - TP-Link Technologies Ltd + 5C95AE + Apple - B0DAF9 - ARRIS Group Inc. + 9803D8 + Apple - 1835D1 - ARRIS Group Inc. + 60C547 + Apple - C0A5DD - Shenzhen Mercury Communication Technologies Ltd + 685B35 + Apple - 488D36 - Arcadyan Corporation + 2CB43A + Apple - BCD713 - Owl Labs + 689C70 + Apple - E8E1E1 - Gemtek Technology Ltd + 380F4A + Apple - 28070D - Guangzhou Winsound Information Technology Ltd + 3010E4 + Apple - 00A3D1 - Cisco Systems Inc. + A886DD + Apple - FC4D8C - Shenzhen Pante Electronics Technology Ltd + 444C0C + Apple - FC06ED - M2Motive Technology Inc. + B4F0AB + Apple - F0D4F6 - Lars Thrane A/S + 80929F + Apple - F4A997 - Canon Inc. + 9C04EB + Apple - 64DFE9 - Ateme + 5C969D + Apple - 10C6FC - Garmin International + 609217 + Apple - AC2205 - Compal Broadband Networks Inc. + 84B153 + Apple - 80A036 - Shanghai MXCHIP Information Technology Ltd + E06678 + Apple - F07485 - NGD Systems Inc. + 48D705 + Apple - 405CFD - Dell Inc. + 041552 + Apple - 20F452 - Shanghai IUV Software Development Ltd + CC785F + Apple - 509A4C - Dell Inc. + 88CB87 + Apple - A0094C - CenturyLink + F0C1F1 + Apple - B43934 - Pen Generations Inc. + 843835 + Apple - 7426AC - Cisco Systems Inc. + 8C006D + Apple - B02628 - Broadcom Limited + A8968A + Apple - 9874DA - Infinix mobility limited + F41BA1 + Apple - 40B4F0 - Juniper Networks + 60D9C7 + Apple - 143F27 - Noccela Oy + 3CAB8E + Apple - 105887 - Fiberhome Telecommunication Technologies Ltd + F82793 + Apple - 704CA5 - Fortinet Inc. + 907240 + Apple - 9C061B - Hangzhou H3C Technologies Ltd + 908D6C + Apple - 50338B - Texas Instruments + B8098A + Apple - 68262A - Sichuan Tianyi Comheart Telecomco Ltd + 4C7C5F + Apple - E8DE8E - Integrated Device Technology (Malaysia) Sdn. Bhd. + 68644B + Apple - D8D866 - Shenzhen Tozed Technologies Ltd + C81EE7 + Apple - D8C06A - Hunantv.com Interactive Entertainment Media Ltd + A43135 + Apple - AC202E - Hitron Technologies Inc. + 68D93C + Apple - 9C32A9 - Sichuan Tianyi Comheart Telecomco Ltd + 00F76F + Apple - 1C5A0B - Tegile Systems + C88550 + Apple - 046E02 - OpenRTLS Group + 7014A6 + Apple - 900E83 - Monico Monitoring Inc. + 985AEB + Apple - 601466 - ZTE Corporation + 78D75F + Apple - 6854ED - Alcatel-Lucent + E0B52D + Apple - 680235 - Konten Networks Inc. + 6C94F8 + Apple - 38AC3D - Nephos Inc + C0CECD + Apple - E037BF - Wistron Neweb Corporation + F44B2A + Cisco SPVTG - E81367 - AIRSOUND Inc. + 746F19 + Icarvisions (Shenzhen) Technology Ltd - 001192 - Cisco Systems Inc. + 2CAE2B + Samsung Electronics Ltd - 38F135 - SensorTec-Canada + C4ADF1 + GOPEACE Inc. - AC7409 - Hangzhou H3C Technologies Ltd + 58FC73 + Arria Live Media Inc. - C49DED - Microsoft Corporation + 0C1A10 + Acoustic Stream - 98A40E - Snap Inc. + C4EF70 + Home Skinovations - F40343 - Hewlett Packard Enterprise + 5CE3B6 + Fiberhome Telecommunication Technologies Ltd - F093C5 - Garland Technology + 7C5A67 + JNC Systems Inc. - 9810E8 - Apple + A0F9E0 + Vivatel Company Limited - C0D012 + C869CD Apple - BCA920 + A4B805 Apple - 48A195 - Apple + 90C99B + Tesorion Nederland B.V. - F80377 + 5CADCF Apple - F49634 - Intel Corporation + 080A4E + Planet Bingo(R) -- 3rd Rock Gaming(R) - 107D1A - Dell Inc. + B49D0B + BQ - 70AF24 - TP Vision Belgium NV + 3C8CF8 + TRENDnet Inc. - A41163 - IEEE Registration Authority + E81363 + Comstock RD Inc. - C4D197 - Ventia Utility Services + 741865 + Shanghai DareGlobal Technologies Ltd - 2C86D2 - Cisco Systems Inc. + BC6C21 + Apple - 7CE97C - Itel Mobile Limited + F8C372 + Tsuzuki Denki - 8058F8 - Motorola Mobility LLC, a Lenovo Company + D47208 + Bragi GmbH - DCA4CA - Apple + A87285 + IDT Inc. - 8C8FE9 - Apple + 780541 + Queclink Wireless Solutions Ltd - 70AF25 - Nishiyama Industry Ltd + 044169 + GoPro - E8D11B - Askey Computer Corp + C02DEE + Cuff - B8224F - Sichuan Tianyi Comheart Telecomco Ltd + 6CEBB2 + Dongguan Sen DongLv Electronics Ltd - 9800C1 - GuangZhou CREATOR Technology Ltd(CHINA) + 3C7A8A + ARRIS Group Inc. - 54E1AD - LCFC(HeFei) Electronics Technology Ltd + F40E22 + Samsung Electronics Ltd - 98D3D2 - MEKRA Lang GmbH & Co. KG + 881B99 + Shenzhen XIN FEI JIA Electronic Ltd - 0C5F35 - Niagara Video Corporation + 544E90 + Apple - F8A34F - ZTE Corporation + A4A6A9 + Private - 001912 - Welcat Inc + 8C10D4 + Sagemcom Broadband SAS - 8C78D7 - Shenzhen Fast Technologies Ltd + F898B9 + Huawei Technologies Ltd - B8EAAA - ICG NETWORKS Ltd + 5CB559 + CNEX Labs - B8F883 - TP-Link Technologies Ltd + B83A9D + Alarm.com - DCFE18 - TP-Link Technologies Ltd + 6858C5 + ZF TRW Automotive - 704F57 - TP-Link Technologies Ltd + C01173 + Samsung Electronics Ltd - B0C46C - Senseit + BCE63F + Samsung Electronics Ltd - 0002A1 - World Wide Packets + 7C9122 + Samsung Electronics Ltd - 00E022 - Analog Devices Inc. + ACBC32 + Apple - 14B7F8 - Technicolor CH USA Inc. + 9023EC + Availink Inc. - 903D6B - Zicon Technology Corp. + 441CA8 + Hon Hai Precision Ind Ltd - B04089 - Senient Systems Ltd + B4293D + Shenzhen Urovo Technology Ltd - 5425EA - Huawei Technologies Ltd + 54FF82 + Davit Solution Co. - 3C7F6F - Telechips Inc. + 50DF95 + Lytx - 5CBA37 - Microsoft Corporation + 9CA69D + Whaley Technology Ltd - 00C0C6 - Personal Media Corp. + 5853C0 + Beijing Guang Runtong Technology Development Company Ltd - 28FECD - Lemobile Information Technology (Beijing) Ltd + 2CA539 + Parallel Wireless Inc. - C894BB - Huawei Technologies Ltd + CC794A + BLU Products Inc. - 10B1F8 - Huawei Technologies Ltd + F4E926 + Tianjin Zanpu Technology Inc. - 089E08 - Google Inc. + 906F18 + Private - 00210D - Samsin Innotec + 98CB27 + Galore Networks Pvt Ltd - C87324 - Sow Cheng Technology Ltd + E8F2E2 + LG Innotek - 001F16 - Wistron Corporation + 247260 + IOTTECH Corp - 00262D - Wistron Corporation + 245BF0 + Liteon Inc. - 0495E6 - Tenda Technology LtdDongguan branch + E855B4 + SAI Technology Inc. - 50E666 - Shenzhen Techtion Electronics Ltd + 340CED + Moduel AB - 0016D3 - Wistron Corporation + 2827BF + Samsung Electronics Ltd - 4C4E03 + 94D859 TCT mobile Ltd - 908674 - Sichuan Tianyi Comheart Telecomco Ltd + 2CFCE4 + CTEK Sweden AB - 901711 - Hagenuk Marinekommunikation GmbH + F4B8A7 + ZTE Corporation - 0010DE - International Datacasting Corporation + 300C23 + ZTE Corporation - C0D9F7 - ShanDong Domor Intelligent S&T Ltd + C0B713 + Beijing Xiaoyuer Technology Ltd - 00608B - ConferTech International + 1005B1 + ARRIS Group Inc. - 702D84 - i4C Innovations + 20635F + Abeeway - 2C200B - Apple + 083A5C + Junilab Inc. - 8866A5 - Apple + B8B3DC + Derek (Shaoguan) Limited - 000277 - Cash Systemes Industrie + 702A7D + EpSpot AB - CCA219 - Shenzhen Along Investment Ltd + 4CAE31 + ShengHai Electronics (Shenzhen) Ltd - 4C1A3A - PRIMA Research And Production Enterprise Ltd + 188EF9 + G2C Ltd - 14B31F - Dell Inc. + 44F436 + ZTE Corporation - ACC1EE - Xiaomi Communications Ltd + C47D46 + Fujitsu Limited - 5419C8 - Vivo Mobile Communication Ltd + 185D9A + BobjGear LLC - B0B98A - Netgear + F4E9D4 + QLogic Corporation - 805A04 - LG Electronics (Mobile Communications) + 4CB76D + Novi Security - 8CA5A1 - Oregano Systems - Design & Consulting GmbH + 6CE01E + Modcam AB - B8ECA3 - ZyXEL Communications Corp + 74852A + Pegatron Corporation - BC8385 - Microsoft Corporation + 9CB6D0 + Rivet Networks - 001438 - Hewlett Packard Enterprise + 40B89A + Hon Hai Precision Ind Ltd - E4B005 - Beijing IQIYI Science & Technology Ltd + 1CB72C + ASUSTek Computer Inc. - 000048 - Seiko Epson Corporation + 4CEEB0 + SHC Netzwerktechnik GmbH - B0E892 - Seiko Epson Corporation + 800184 + HTC Corporation + + + 44C69B + Wuhan Feng Tian Information Network Ltd - AC1826 - Seiko Epson Corporation + FCE33C + Huawei Technologies Ltd - A4EE57 - Seiko Epson Corporation + C02567 + Nexxt Solutions - 9CAED3 - Seiko Epson Corporation + A8827F + CIBN Oriental Network(Beijing) Ltd - 707C69 - Avaya Inc + D048F3 + DATTUS Inc - 500B91 - IEEE Registration Authority + B8C3BF + Henan Chengshi NetWork Technology Ltd - F8461C - Sony Interactive Entertainment Inc. + 44962B + Aidon Oy - 704D7B - ASUSTek Computer Inc. + E076D0 + AMPAK Technology Inc. - 64A68F - Zhongshan Readboy Electronics Ltd + B008BF + Vital Connect Inc. - 38BC01 - Huawei Technologies Ltd + D4522A + TangoWiFi.com - 341E6B - Huawei Technologies Ltd + E807BF + Shenzhen Boomtech Industry Ltd - 886639 - Huawei Technologies Ltd + 84F129 + Metrascale Inc. - 00425A - Cisco Systems Inc. + B89ACD + Elite Optoelectronic(Asia) Ltd - 18DBF2 - Dell Inc. + D468BA + Shenzhen Sundray Technologies Company Limited - 18F87A - i3 International Inc. + 086266 + ASUSTek Computer Inc. - 4C26E7 - Welgate Ltd + 9C3066 + RWE Effizienz GmbH - 006041 - Yokogawa Digital Computer Corporation + 18BDAD + L-Tech Corporation - C816A5 - Masimo Corporation + 60E6BC + Sino-Telecom Technology Ltd - 0C0227 - Technicolor CH USA Inc. + C8C50E + Shenzhen Primestone Network Technologies Ltd - 4C11BF - Zhejiang Dahua Technology Ltd + D06A1F + BSE Ltd - 2C598A - LG Electronics (Mobile Communications) + 700136 + FATEK Automation Corporation - B05216 - Hon Hai Precision Ind Ltd + FCA22A + PT. Callysta Multi Engineering - A0E4CB - ZyXEL Communications Corp + A45602 + fenglian Technology Ltd - 284ED7 - OutSmart Power Systems Inc. + 94E2FD + Boge Kompressoren OTTO Boge GmbH & Co. KG - 14A78B - Zhejiang Dahua Technology Ltd + F01E34 + ORICO Technologies Ltd - A0B8F8 - Amgen U.S.A Inc. + DCE026 + Patrol Tag Inc. - 884477 - Huawei Technologies Ltd + B40566 + SP Best Corporation Ltd - 149D09 - Huawei Technologies Ltd + 1CC72D + Shenzhen Huapu Digital Ltd - 686975 - Angler Labs Inc + A89008 + Beijing Yuecheng Technology Ltd - 20D25F - SmartCap Technologies + 183864 + CAP-Tech International Ltd - E47DBD - Samsung Electronics Ltd + 6CF5E8 + Mooredoll Inc. - 9CFBD5 - Vivo Mobile Communication Ltd + 8CBFA6 + Samsung Electronics Ltd - 18F76B - Zhejiang Winsight Technology Ltd + C8A823 + Samsung Electronics Ltd - 583112 - Drust + B0C559 + Samsung Electronics Ltd - 9C83BF - PRO-VISION Inc. + F42C56 + Senor Tech Ltd - 78EF4C - Unetconvergence Ltd + FCDC4A + G-Wearables Corp. - 58696C - Ruijie Networks Ltd + 1C14B3 + Airwire Technologies - 48D343 - ARRIS Group Inc. + A48CDB + Lenovo - 00C05A - Semaphore Communications Corp. + D85DE2 + Hon Hai Precision Ind Ltd - 0007F9 - Sensaphone + 3C912B + Vexata Inc - 001CB3 - Apple + 346C0F + Pramod Telecom Pvt Ltd - 407183 - Juniper Networks + BC1485 + Samsung Electronics Ltd - C81B5C - BCTech + 9C6C15 + Microsoft Corporation - 5CE30E - ARRIS Group Inc. + 445ECD + Razer Inc - 1CC0E1 - IEEE Registration Authority + 4CA928 + Insensi - 001A39 - Merten GmbH&CoKG + E8447E + Bitdefender SRL - FCECDA - Ubiquiti Networks Inc. + C0335E + Microsoft Corporation - 00B0E1 - Cisco Systems Inc. + B0E03C + TCT mobile Ltd - 005093 - Boeing + B0495F + OMRON HEALTHCARE Ltd - 905C44 - Compal Broadband Networks Inc. + 60F189 + Murata Manufacturing Ltd - 44BA46 - Sichuan Tianyi Comheart Telecomco Ltd + 742EFC + DirectPacket Research Inc., - E07C13 - ZTE Corporation + 84CFBF + Fairphone - F41F88 - ZTE Corporation + ACD1B8 + Hon Hai Precision Ind Ltd - 14EDBB - 2Wire Inc. + A0C2DE + Costar Video Systems - 18E29F - Vivo Mobile Communication Ltd + 88E161 + Art Beijing Science and Technology Development Ltd - 28EE52 - TP-Link Technologies Ltd + 00A509 + WigWag Inc. - 687251 - Ubiquiti Networks Inc. + 7491BD + Four Systems Ltd - B4FBE4 - Ubiquiti Networks Inc. + F0FE6B + Shanghai High-Flying Electronics Technology Ltd - 707990 - Huawei Technologies Ltd + 3CAE69 + ESA Elektroschaltanlagen Grimma GmbH - A04E01 - CENTRAL ENGINEERING Ltd + D43266 + Fike Corporation - 28CA09 - ThyssenKrupp Elevators (Shanghai) Ltd + 900CB4 + Alinket Electronic Technology Ltd - 842519 - Samsung Electronics + 48C093 + Xirrus Inc. - 5C2443 - O-Sung Telecom Ltd + DC0914 + Talk-A-Phone Co. - 24920E - Samsung Electronics Ltd + D0929E + Microsoft Corporation - FC4203 - Samsung Electronics Ltd + BC52B4 + Nokia - A01081 - Samsung Electronics Ltd + 9405B6 + Liling FullRiver Electronics & Technology Ltd - 3C8BCD - Alcatel-Lucent Shanghai Bell Ltd + 00F3DB + WOO Sports - 4CF95D - Huawei Technologies Ltd + 78312B + ZTE Corporation - 8421F1 - Huawei Technologies Ltd + C81B6B + Innova Security - 00F22C - Shanghai B-star Technology Ltd + 3438AF + Inlab Software GmbH - 0005EE - Vanderbilt International (SWE) AB + B4A828 + Shenzhen Concox Information Technology Ltd - F07960 - Apple + 00A2F5 + Guangzhou Yuanyun Network Technology Ltd - A0D795 - Apple + 1008B1 + Hon Hai Precision Ind Ltd - 0090E7 - Horsch Elektronik AG + E48C0F + Discovery Insure - E43ED7 - Arcadyan Corporation + E42354 + Shenzhen Fuzhi Software Technology Ltd - 5454CF - Probedigital Ltd + 94BF95 + Shenzhen Coship Electronics Ltd - F8633F - Intel Corporation + 44CE7D + SFR - 088620 - Tecno Mobile Limited + 344DEA + ZTE Corporation - F0D5BF - Intel Corporation + 4C16F1 + ZTE Corporation - 6474F6 - Shooter Detection Systems + 10FACE + Reacheng Communication Technology Ltd - 981333 - ZTE Corporation + 9470D2 + Winfirm Technology - 2047ED - BSkyB Ltd + A44AD3 + ST Electronics(Shanghai) Ltd - 748A69 - Korea Image Technology Ltd + 7CB177 + Satelco AG - BC4760 - Samsung Electronics Ltd + CC3080 + VAIO Corporation - 04180F - Samsung Electronics Ltd + 587BE9 + AirPro Technology India Pvt Ltd - 2013E0 - Samsung Electronics Ltd + 8C18D9 + Shenzhen RF Technology Ltd - 002566 - Samsung Electronics Ltd + C4BD6A + SKF GmbH - D0DB32 - Nokia Corporation + C401CE + Presition (2000) Ltd - E80036 - Befs Ltd + 187117 + eta plus electronic GmbH - C09F05 - Guangdong Oppo Mobile Telecommunications Corp Ltd + EC0EC4 + Hon Hai Precision Ind Ltd - 5C4979 - AVM Audiovisuelles Marketing und Computersysteme GmbH + 30FAB7 + Tunai Creative - C0F945 - Toshiba Toko Meter Systems Ltd + 0809B6 + Masimo Corp - 70F8E7 - IEEE Registration Authority + 4CF5A0 + Scalable Network Technologies Inc - D42C44 - Cisco Systems Inc. + D8FB11 + Axacore - 843DC6 - Cisco Systems Inc. + 4CE933 + RailComm LLC - 002485 - ConteXtream Ltd + CCE17F + Juniper Networks - 28FCF6 - Shenzhen Xin KingBrand enterprises Ltd + E4C62B + Airware - 001F58 - EMH Energiemesstechnik GmbH + EC1D7F + ZTE Corporation - 689423 - Hon Hai Precision Ind Ltd + AC3870 + Lenovo Mobile Communication Technology Ltd - 844BF5 - Hon Hai Precision Ind Ltd + 4CBC42 + Shenzhen Hangsheng Electronics Ltd - 08EDB9 - Hon Hai Precision Ind Ltd + 70F196 + Actiontec Electronics Inc. - 3C77E6 - Hon Hai Precision Ind Ltd + 188219 + Alibaba Cloud Computing Ltd - 70188B - Hon Hai Precision Ind Ltd + 28A5EE + Shenzhen SDGI CATV Ltd - 5C6D20 - Hon Hai Precision Ind Ltd + ECB907 + CloudGenix Inc - 5CAC4C - Hon Hai Precision Ind Ltd + F42833 + MMPC Inc. - 0016DF - Lundinova AB + 0C8C8F + Kamo Technology Limited - 001D0C - MobileCompia + A4A4D3 + Bluebank Communication Technology Ltd - B88EDF - Zencheer Communication Technology Ltd + A8329A + Digicom Futuristic Technologies Ltd - DC7144 - Samsung Electro Mechanics Ltd + F4D032 + Yunnan Ideal Information & Technology Ltd - 980C82 - Samsung Electro Mechanics Ltd + 600292 + Pegatron Corporation - A00BBA - Samsung Electro Mechanics Ltd + B4B859 + Texa Spa - 606BBD - Samsung Electronics Ltd + 5CF9F0 + Atomos Engineering P/L - 00214C - Samsung Electronics Ltd + 702DD1 + Newings Communication Ltd - 08C6B3 - Qtech LLC + 147590 + TP-Link Technologies Ltd - 0018AF - Samsung Electronics Ltd + 50BD5F + TP-Link Technologies Ltd - 001EE1 - Samsung Electronics Ltd + 987E46 + Emizon Networks Limited - 00166B - Samsung Electronics Ltd + 3C46D8 + TP-Link Technologies Ltd - 0000F0 - Samsung Electronics Ltd + 4C83DE + Cisco SPVTG - 8CC8CD - Samsung Electronics Ltd + A81374 + Panasonic Corporation AVC Networks Company - A8F274 + 083D88 Samsung Electronics Ltd - D487D8 - Samsung Electronics Ltd + BC4E5D + ZhongMiao Technology Ltd - 184617 - Samsung Electronics Ltd + 3C189F + Nokia Corporation - 380A94 - Samsung Electronics Ltd + 7C6AC3 + GatesAir Inc. - D0DFC7 - Samsung Electronics Ltd + 5C5BC2 + YIK Corporation - D0C1B1 - Samsung Electronics Ltd + 30595B + streamnow AG - 8018A7 - Samsung Electronics Ltd + 84850A + Hella Sonnen- und Wetterschutztechnik GmbH - F47B5E - Samsung Electronics Ltd + 08CD9B + samtec automotive electronics & software GmbH - 70F927 - Samsung Electronics Ltd + 28E6E9 + SIS Sat Internet Services GmbH - 34E71C - Shenzhen YOUHUA Technology Ltd + F4FD2B + ZOYI Company - 886AB1 - Vivo Mobile Communication Ltd + F4F646 + Dediprog Technology Ltd - 6C1E90 - Hansol Technics Ltd + 300D2A + Zhejiang Wellcom Technology Ltd - 005A13 - Huawei Technologies Ltd + 045C8E + gosund GROUP Ltd - C45006 - Samsung Electronics Ltd + 7CC4EF + Devialet - 88329B - Samsung Electro-Mechanics(Thailand) + D85DFB + Private - 1449E0 - Samsung Electro-Mechanics(Thailand) + DCF110 + Nokia Corporation - D02544 - Samsung Electro-Mechanics(Thailand) + 608F5C + Samsung Electronics Ltd - BC4486 - Samsung Electronics Ltd + DC38E1 + Juniper Networks - 20D390 - Samsung Electronics Ltd + 908C63 + GZ Weedong Networks Technology Co Ltd - 9401C2 - Samsung Electronics Ltd + E8EF89 + OPMEX Tech. - 50FC9F + 109266 Samsung Electronics Ltd - 380B40 - Samsung Electronics Ltd + EC2E4E + Hitachi-LG Data Storage Inc - B8FF61 - Apple + 3481C4 + AVM GmbH - 946124 - Pason Systems + 983713 + PT.Navicom Indonesia - F0728C - Samsung Electronics Ltd + A47E39 + ZTE Corporation - 34AA8B - Samsung Electronics Ltd + CCB691 + NECMagnusCommunications - 24DBED - Samsung Electronics Ltd + 40167E + ASUSTek Computer Inc. - C8DE51 - IntegraOptics + F84A73 + Eumtech Ltd - 98F058 - Lynxspring Inc.l. + 142BD6 + Guangdong Appscomm Ltd - 68C44D - Motorola Mobility LLC, a Lenovo Company + FCC2DE + Murata Manufacturing Ltd - 400D10 - ARRIS Group Inc. + 98349D + Krauss Maffei Technologies GmbH - 943DC9 - Asahi Net Inc. + 880FB6 + Jabil Circuits India Pvt Ltd-EHTP unit - 440444 - Guangdong Oppo Mobile Telecommunications Corp Ltd + B46698 + Zealabs srl - 00177E - Meshcom Technologies Inc. + 687CC8 + Measurement Systems S. de R.L. - A00460 - Netgear + 74F85D + Berkeley Nucleonics Corp - 9884E3 - Texas Instruments + B061C7 + Ericsson-LG Enterprise - 38D269 - Texas Instruments + 0092FA + Shenzhen Wisky Technology Ltd - C8FD19 - Texas Instruments + 4C7F62 + Nokia Corporation - 508CB1 - Texas Instruments + 100F18 + Fu Gang Electronic(KunShan) Ltd - C4F5A5 - Kumalift Ltd + D0C7C0 + TP-Link Technologies Ltd - 70B14E - ARRIS Group Inc. + 4411C2 + Telegartner Karl Gartner GmbH - 304487 - Hefei Radio Communication Technology Ltd + 8059FD + Noviga - 2C9D1E - Huawei Technologies Ltd + 400107 + Arista Corp - 0081C4 - Cisco Systems Inc. + 30C750 + MIC Technology Group - 58E876 - IEEE Registration Authority + 18CC23 + Philio Technology Corporation - D03742 - Yulong Computer Telecommunication Scientific (Shenzhen) Ltd + 407875 + IMBEL - Industria de Material Belico do Brasil - 001765 - Nortel Networks + D881CE + AHN Inc. - 0015E8 - Nortel Networks + 28C825 + DellKing Industrial Ltd - 00159B - Nortel Networks + 80618F + Shenzhen sangfei Consumer Communications Ltd - 000F06 - Nortel Networks + D82A15 + Leitner SpA - 84B541 - Samsung Electronics Ltd + 447E76 + Trek Technology (S) Pte Ltd - 006F64 - Samsung Electronics Ltd + B0EC8F + GMX SAS - DC6672 - Samsung Electronics Ltd + 28DEF6 + bioMerieux Inc. - EC8EB5 - Hewlett-Packard Company + 580528 + Labris Networks - 70AF6A - Shenzhen Fenglian Technology Ltd + E0D31A + EQUES Technology Ltd - 20F543 - Hui Zhou Gaoshengda Technology Ltd + 987770 + Pep Digital Technology (Guangzhou) Ltd - E0DDC0 - Vivo Mobile Communication Ltd + 68D247 + Portalis LC - 00164D - Alcatel-Lucent IPD + 50B695 + Micropoint Biotechnologies,Inc. - 001AF0 - Alcatel-Lucent IPD + B4430D + Broadlink Pty Ltd - 38521A - Nokia + A06518 + Vnpt Technology - 001E40 - Shanghai DareGlobal Technologies Ltd + 7C8D91 + Shanghai Hongzhuo Information Technology Ltd - 94D723 - Shanghai DareGlobal Technologies Ltd + 748F1B + MasterImage 3D - C4047B - Shenzhen YOUHUA Technology Ltd + 083F76 + Intellian Technologies Inc. - 20F41B - Shenzhen Bilian electronic Ltd + CC89FD + Nokia Corporation - FCFAF7 - Shanghai Baud Data Communication Ltd + 34466F + HiTEM Engineering - D826B9 - Guangdong Coagent Electronics S&T Ltd + 386C9B + Ivy Biomedical - AC9CE4 - Alcatel-Lucent Shanghai Bell Ltd + B42C92 + Zhejiang Weirong Electronic Ltd - 00233E - Alcatel-Lucent IPD + A07771 + Vialis BV - 6CBEE9 - Alcatel-Lucent IPD + 10DDF4 + Maxway Electronics Ltd - 001540 - Nortel Networks + 5CE7BF + New Singularity International Technical Development Ltd - 001ECA - Nortel Networks + 6C641A + Penguin Computing - 00130A - Nortel Networks + 50A054 + Actineon - 001F0A - Nortel Networks + B48547 + Amptown System Company GmbH - F8E61A - Samsung Electronics Ltd + 5056A8 + Jolla Ltd - A091C8 - ZTE Corporation + E8E770 + Warp9 Tech Design Inc. - 6CA858 - Fiberhome Telecommunication Technologies Ltd + 609620 + Private - CC2D8C - LG Electronics Inc + C0F991 + GME Standard Communications P/L - 98D6F7 - LG Electronics (Mobile Communications) + D87CDD + Sanix Incorporated - 700514 - LG Electronics (Mobile Communications) + 707C18 + ADATA Technology Ltd - E892A4 - LG Electronics (Mobile Communications) + 14F28E + ShenYang ZhongKe-Allwin Technology Ltd - 10683F - LG Electronics (Mobile Communications) + BC14EF + ITON Technology Limited - 40B0FA - LG Electronics (Mobile Communications) + 080371 + KRG Corporate - 0025E5 - LG Electronics (Mobile Communications) + 200E95 + IEC - TC9 WG43 - 0021FB - LG Electronics (Mobile Communications) + C8F68D + S.E.Technologies Limited - 34FCEF - LG Electronics (Mobile Communications) + 3CD4D6 + WirelessWERX Inc. - BCF5AC - LG Electronics (Mobile Communications) + 0C1262 + ZTE Corporation - A84E3F - Hitron Technologies Inc. + 78EC74 + Kyland-USA - 0C4885 - LG Electronics (Mobile Communications) + 98DA92 + Vuzix Corporation - 0022A9 - LG Electronics (Mobile Communications) + 387B47 + AKELA Inc. - 2C6A6F - IEEE Registration Authority + C064C6 + Nokia Corporation - 08D833 - Shenzhen RF Technology Ltd + E40439 + TomTom Software Ltd - A46032 - MRV Communications (Networks) Ltd + D0C42F + Tamagawa Seiki Ltd - 40667A - mediola - Connected living AG + 549359 + Shenzhen Twowing Technologies Ltd - 68A0F6 - Huawei Technologies Ltd + 90356E + Vodafone Omnitel N.V. - 000E5C - ARRIS Group Inc. + 284430 + GenesisTechnical Systems (UK) Ltd - 845DD7 - Shenzhen Netcom Electronics Ltd + 5C1193 + Seal One AG - 00B064 - Cisco Systems Inc. + 783D5B + TELNET Redes Inteligentes S.A. - 9C2A83 - Samsung Electronics Ltd + D0B523 + Bestcare Cloucal Corp. - C80210 - LG Innotek + 24A495 + Thales Canada Inc. - A039F7 - LG Electronics (Mobile Communications) + 847616 + Addat s.r.o. - 1CCAE3 - IEEE Registration Authority + DC0575 + Siemens Energy Automation - E4956E - IEEE Registration Authority + E097F2 + Atomax Inc. - B437D1 - IEEE Registration Authority + 70305E + Nanjing Zhongke Menglian Information Technology Ltd - 0055DA - IEEE Registration Authority + C098E5 + University Of Michigan - 78C2C0 - IEEE Registration Authority + 50E14A + Private - 000EE8 - Zioncom Electronics (Shenzhen) Ltd + 708D09 + Nokia Corporation - 00C095 - ZNYX Networks Inc. + 98FB12 + Grand Electronics (HK) Ltd - 002025 - Control Technology Inc. + 3C1040 + daesung network - 001A6B - Universal Global Scientific Industrial Ltd + 443C9C + Pintsch Tiefenbach GmbH - 001641 - Universal Global Scientific Industrial Ltd + 28FC51 + The Electric Controller and Manufacturing Ltd - 0010C6 - Universal Global Scientific Industrial Ltd + 407496 + aFUN TECHNOLOGY Inc. - 00247E - Universal Global Scientific Industrial Ltd + 701D7F + Comtech Technology Ltd - 00DD0A - Ungermann-Bass Inc. + 705986 + OOO TTV - 683563 - Shenzhen Liown Electronics Ltd + 844F03 + Ablelink Electronics Ltd - 004072 - Applied Innovation Inc. + 906717 + Alphion India Private Limited - 001938 - UMB Communications Ltd + 6064A1 + RADiflow Ltd - 4439C4 - Universal Global Scientific Industrial Ltd + 58B961 + SOLEM Electronique - 402CF4 - Universal Global Scientific Industrial Ltd + 0C473D + Hitron Technologies Inc. - 001E37 - Universal Global Scientific Industrial Ltd + 8CCDA2 + ACTP Inc. - 1C57D8 - Kraftway Corporation PLC + 84262B + Nokia - 002318 - Toshiba + 986CF5 + ZTE Corporation - B86B23 - Toshiba + 447BC4 + DualShine Technology(SZ) Ltd - 0008F1 - Voltaire + 9C039E + Beijing Winchannel Software Technology Ltd - 00199D - Vizio Inc. + 680AD7 + Yancheng Kecheng Optoelectronic Technology Ltd - 00E08B - QLogic Corporation + BC8893 + VILLBAU Ltd - D8EB97 - TRENDnet Inc. + 706173 + Calantec GmbH - 001C7E - Toshiba + 7C49B9 + Plexus Manufacturing Sdn Bhd - 002517 - Venntis LLC + 9CF8DB + Shenzhen eyunmei technology Ltd - 00600F - Westell Technologies Inc. + 20D21F + Wincal Technology Corp. - 00183A - Westell Technologies Inc. + F89550 + Proton Products Chengdu Ltd - 6002B4 - Wistron Neweb Corporation + 58639A + TPL Systemes - 94DF4E - Wistron InfoComm(Kunshan) Ltd + 187ED5 + Shenzhen kaism technology Ltd - 98EECB - Wistron Infocomm (Zhongshan) Corporation + 841B38 + Shenzhen Excelsecu Data Technology Ltd - 643AB1 - Sichuan Tianyi Comheart Telecomco Ltd + 4CCBF5 + ZTE Corporation - 001BFE - Zavio Inc. + 44700B + Iffu - 5410EC - Microchip Technology Inc. + 54A54B + NSC Communications Siberia Ltd - 0004A3 - Microchip Technology Inc. + BC2B6B + Beijing Haier IC Design Ltd - 789CE7 - Shenzhen Aikede Technology Ltd + 98D331 + Shenzhen Bolutek Technology Ltd - 509F3B - OI Electric Ltd + 38EC11 + Novatek Microelectronics Corp. - 446EE5 - Huawei Technologies Ltd + 1C4158 + Gemalto M2M GmbH - 88F7C7 - Technicolor CH USA Inc. + 9C2840 + Discovery Technology Ltd - 8048A5 - Sichuan Tianyi Comheart Telecomco Ltd + E0AF4B + Pluribus Networks Inc. - 683E34 - MEIZU Technology Ltd + 840F45 + Shanghai GMT Digital Technologies Ltd - C8778B - Mercury Systems - Trusted Mission Solutions Inc. + 2C5FF3 + Pertronic Industries - 00044B - Nvidia + 78491D + The Will-Burt Company - AC9B0A - Sony Corporation + F46ABC + Adonit Corp Ltd - 104FA8 - Sony Corporation + 28C671 + Yota Devices Oy - 000B6B - Wistron Neweb Corporation + D86960 + Steinsvik - AC040B - Peloton Interactive Inc. + 08EF3B + MCS Logic Inc. - 48FCB6 - Lava International(H.K) Limited + E8EADA + Denkovi Assembly Electronics Ltd - B0E235 - Xiaomi Communications Ltd + F85BC9 + M-Cube Spa - 40C729 - Sagemcom Broadband SAS + 7CB77B + Paradigm Electronics Inc - 14C913 - LG Electronics + B0CE18 + Zhejiang shenghui lighting Ltd - F8A097 - ARRIS Group Inc. + 6CF97C + Nanoptix Inc. - FC2325 - EosTek (Shenzhen) Ltd + F8FF5F + Shenzhen Communication Technology Ltd - FC3D93 - Longcheer Telecommunication Limited + 102279 + ZeroDesktop Inc. - D8E0B8 - Bulat LLC + 7C1AFC + Dalian Co-Edifice Video Technology Ltd - 603197 - ZyXEL Communications Corp + F47A4E + Woojeon & Handan - C0C976 - Shenzhen TINNO Mobile Technology Corp. + 04848A + 7INOVA Technology Limited - 588BF3 - ZyXEL Communications Corp + EC2257 + JiangSu NanJing University Electronic Information Technology Ltd - 5067F0 - ZyXEL Communications Corp + F037A1 + Huike Electronics (Shenzhen) Ltd - 001349 - ZyXEL Communications Corp + 704CED + TMRG Inc. - E09861 - Motorola Mobility LLC, a Lenovo Company + F08EDB + VeloCloud Networks - 9C8ECD - Amcrest Technologies + C0A39E + EarthCam Inc. - A009ED - Avaya Inc + 109AB9 + Tosibox Oy - 0014B4 - General Dynamics United Kingdom Ltd + 142D8B + Incipio Technologies Inc. - A0B437 - GD Mission Systems + 68EE96 + Cisco SPVTG - 8C6D50 - Shenzhen MTC Ltd + 78D38D + Hongkong Yunlink Technology Limited - 00F663 - Cisco Systems Inc. + DCAE04 + CELOXICA Ltd - A06090 - Samsung Electronics Ltd + 8005DF + Montage Technology Group Limited - BC765E - Samsung Electronics Ltd + 681D64 + Sunwave Communications Ltd - E0A8B8 - Le Shi Zhi Xin Electronic Technology (Tianjin) Limited + 907A0A + Gebr. Bode GmbH & Co KG - F45B73 - Wanjiaan Interconnected Technology Ltd + A0C6EC + Shenzhen ANYK Technology Ltd - B88198 - Intel Corporation + 78E8B6 + ZTE Corporation - B0D7CC - Tridonic GmbH & Co KG + 1078CE + Hanvit SI Inc. - 2CDDA3 - Point Grey Research Inc. + D8DA52 + Apator S.A. - 00809F - ALE International + 587A4D + Stonesoft Corporation - 48C663 - GTO Access Systems LLC + 84E629 + Bluwan SA - 005F86 - Cisco Systems Inc. + C47F51 + Inventek Systems - 381DD9 - FN-Link Technology Limited + A897DC + IBM - 1CB9C4 - Ruckus Wireless + CCD29B + Shenzhen Bopengfa Elec & Technology Ltd - 8C59C3 - ADB Italia + A09BBD + Total Aviation Solutions Pty Ltd - B824F0 - SOYO Technology Development Ltd + D40BB9 + Solid Semecs bv. - D85B2A - Samsung Electronics Ltd + F415FD + Shanghai Pateo Electronic Equipment Manufacturing Ltd - FCA89A - Sunitec Enterprise Ltd + 70E027 + Hongyu Communication Technology Limited - 1C7B23 - Qingdao Hisense Communications Ltd + FC35E6 + Visteon Corp - 000BDE - TELDIX GmbH + E8481F + Advanced Automotive Antennas - CCD31E - IEEE Registration Authority + 3495DB + Logitec Corporation - 34B354 - Huawei Technologies Ltd + 9CB793 + Creatcomm Technology Inc. - 1C6E76 - Quarion Technology Inc + 5C335C + Swissphone Telecom AG - 90C1C6 - Apple + 04DF69 + Car Connectivity Consortium - 6C0EE6 - Chengdu Xiyida Electronic Technology Ltd + 78DAB3 + GBO Technology - CC500A - Fiberhome Telecommunication Technologies Ltd + 700FEC + Poindus Systems Corp. - D046DC - Southwest Research Institute + F02405 + OPUS High Technology Corporation - 70A2B3 - Apple + D41090 + InfORM Systems AG - F40F24 - Apple + 78D5B5 + Navielektro KY - 4C57CA - Apple + E47D5A + Beijing Hanbang Technology Corp. - 000763 - Sunniwell Cyber Tech Ltd + E4F7A1 + Datafox GmbH - 0062EC - Cisco Systems Inc. + 105C3B + Perma-Pipe Inc. - CC167E - Cisco Systems Inc. + 349D90 + Heinzmann GmbH & Co. KG - C46AB7 - Xiaomi Communications Ltd + D862DB + Eno Inc. - 000AED - HARTING Electronics GmbH + C47DFE + A.N. Solutions GmbH - 240A11 - TCT mobile Ltd + CCBD35 + Steinel GmbH - D8E56D - TCT mobile Ltd + 6CECA1 + Shenzhen Clou Electronics Ltd - 540593 - WOORI ELEC Ltd + B03850 + Nanjing CAS-ZDC IOT SysTEM Ltd - C02FF1 - Volta Networks + 748E08 + Bestek Corp. - E8A7F2 - sTraffic + 78F5E5 + BEGA Gantenbrink-Leuchten KG - 001F20 - Logitech Europe SA + 8C3C07 + Skiva Technologies Inc. - 741F4A - Hangzhou H3C Technologies Ltd + 38A86B + Orga BV - E41D2D - Mellanox Technologies Inc. + F07765 + Sourcefire Inc. - 0CDA41 - Hangzhou H3C Technologies Ltd + 1441E2 + Monaco Enterprises Inc. - 74258A - Hangzhou H3C Technologies Ltd + ECD040 + GEA Farm Technologies GmbH - A0B662 - Acutvista Innovation Ltd + F80DEA + ZyCast Technology Inc. - E42F56 - OptoMET GmbH + B08807 + Strata Worldwide - F8DA0C - Hon Hai Precision Ind Ltd + 249504 + SFR - 1C1B0D - Giga-Byte Technology Ltd + F45842 + Boxx TV Ltd - 48E9F1 - Apple + 106682 + NEC Platforms Ltd - 903809 - Ericsson AB + 246278 + Sysmocom - Systems for mobile Communications GmbH - 00A006 - Image Data Processing System Group + F084C9 + ZTE Corporation - C83F26 - Microsoft Corporation + D4016D + TP-Link Technologies Ltd - 3497F6 - ASUSTek Computer Inc. + 985C93 + SBG Systems SAS - 50680A - Huawei Technologies Ltd + A08A87 + HuiZhou KaiYue Electronic Ltd - 002238 - Logiplus + 28CD9C + Shenzhen Dynamax Software Development Ltd - 000C49 - Dangaard Telecom Denmark A/S + C0C3B6 + Automatic Systems - 0008B9 - Kaonmedia Ltd + A0EB76 + AirCUVE Inc. - 60B387 - Synergics Technologies GmbH + FC4499 + Swarco LEA d.o.o. - A4D8CA - Hong Kong Water World Technology Co. Limited + DC647C + C.R.S. iiMotion GmbH - 8019FE - JianLing Technology Ltd + 148692 + TP-Link Technologies Ltd - 60B4F7 - Plume Design Inc + A8154D + TP-Link Technologies Ltd - 487ADA - Hangzhou H3C Technologies Ltd + 5CF370 + CC&C Technologies Inc. - 001F45 - Enterasys + A4E0E6 + Filizola S.A. Pesagem E Automacao - 001E90 - Elitegroup Computer Systems Ltd + 381766 + Promzakaz Ltd - 0022B1 - Elbit Systems Ltd + 18E8DD + Moduletek - 0000B4 - Edimax Technology Ltd + D073D5 + Lifi Labs Management Pty Ltd - 00168F - GN Netcom A/S + 149448 + BLU Castle S.A. - 000D87 - Elitegroup Computer Systems Ltd + 48F925 + Maestronic - 1078D2 - Elitegroup Computer Systems Ltd + 386793 + Asia Optical Co. Inc. - 002197 - Elitegroup Computer Systems Ltd + 0C8268 + TP-Link Technologies Ltd - E4F3F5 - Shenzhen Mercury Communication Technologies Ltd + D81EDE + B&W Group Ltd - A08CFD - Hewlett-Packard Company + 24EA40 + Helmholz GmbH & Co. KG - 000E03 - Emulex Corporation + D429EA + Zimory GmbH - 00CAE5 - Cisco Systems Inc. + 34ADE4 + Shanghai Chint Power Systems Ltd - 004268 - Cisco Systems Inc. + 3C94D5 + Juniper Networks - 4883C7 - Sagemcom Broadband SAS + 68831A + Pandora Mobility Corporation - 40163B - Samsung Electronics Ltd + FCDB96 + Enervalley Ltd - 44650D - Amazon Technologies Inc. + 1423D7 + Eutronix Ltd - D4F207 - DIAODIAO(Beijing)Technology Ltd + DC6F08 + Bay Storage Technology - D4AD2D - Fiberhome Telecommunication Technologies Ltd + 90DA4E + Avanu - F08CFB - Fiberhome Telecommunication Technologies Ltd + 281878 + Microsoft Corporation - 48555F - Fiberhome Telecommunication Technologies Ltd + 7038B4 + Low Tech Solutions - FC3F7C - Huawei Technologies Ltd + 745F00 + Samsung Semiconductor Inc. - 384C4F - Huawei Technologies Ltd + E0C3F3 + ZTE Corporation - 0CBF3F - Shenzhen Lencotion Technology Ltd + 5C20D0 + Asoni Communication Ltd - 50FF99 - IEEE Registration Authority + ACA430 + Peerless AV - 84E323 - Green Wave Telecommunication SDN BHD + 847A88 + HTC Corporation - 705A9E - Technicolor CH USA Inc. + A4D856 + Gimbal Inc. - 04A316 - Texas Instruments + 785517 + SankyuElectronics - 140C5B - PLNetworks + B47F5E + Foresight Manufacture (S) Pte Ltd - 001706 - Techfaithwireless Communication Technology Limited. + A0FE91 + AVAT Automation GmbH - FC084A - Fujitsu Limited + 74ECF1 + Acumen - BC9889 - Fiberhome Telecommunication Technologies Ltd + 5809E5 + Kivic Inc. - 24615A - China Mobile Group Device Ltd + 504F94 + Loxone Electronics GmbH - 405EE1 - Shenzhen H&T Intelligent Control Ltd + 60B185 + ATH System - 002578 - JSC Concern Sozvezdie + BC629F + Telenet Systems P Ltd - 30B49E - TP-Link Technologies Ltd + 380FE4 + Dedicated Network Partners Oy - C83870 - Samsung Electronics Ltd + 48F230 + Ubizcore Ltd - 1C553A - QianGua Corp. + 78324F + Millennium Group Inc. - 34E70B - HAN Networks Ltd + 384369 + Patrol Products Consortium LLC - 007888 - Cisco Systems Inc. + 44184F + Fitview - 900325 - Huawei Technologies Ltd + 84ACA4 + Beijing Novel Super Digital TV Technology Ltd - 98E7F5 - Huawei Technologies Ltd + 541FD5 + Advantage Electronics - 085BDA - CliniCare Ltd + ACE97F + IoT Tech Limited - 1CC035 - Planex Communications Inc. + E85AA7 + LLC Emzior - 34543C - Takaoka Toko Ltd + 9C9C1D + Starkey Labs Inc. - 1866DA - Dell Inc. + D0D6CC + Wintop - 583277 - Reliance Communications LLC + 58D071 + BW Broadcast - 248A07 - Mellanox Technologies Inc. + 1C52D6 + Flat Display Technology Corporation - 9C9D5D - Raden Inc + D0DFB2 + Genie Networks Limited - DC4D23 - MRV Comunications + 386645 + OOSIC Technology Ltd - 0023B3 - Lyyn AB + B85AF7 + Ouya Inc. - 402E28 - MiXTelematics + 34F62D + Sharp Corporation - 6C8FB5 - Microsoft Mobile Oy + 4C8FA5 + Jastec - 008E73 - Cisco Systems Inc. + 84ED33 + BBMC Ltd - 0015C1 - Sony Interactive Entertainment Inc. + E82E24 + Out Of the Fog Research LLC - A09D91 - SoundBridge + 80FA5B + Clevo Co. - 40B688 - LEGIC Identsystems AG + C0B339 + Comigo Ltd - 9CD48B - Innolux Technology Europe BV + 20858C + Assa - 90A62F - Naver + 60CDC5 + Taiwan Carol Electronics Ltd - C0C522 - ARRIS Group Inc. + D8182B + Conti Temic Microelectronic GmbH - 1C9E46 - Apple + 80CF41 + Lenovo Mobile Communication Technology Ltd - C4E510 - Mechatro Inc. + 9CE1D6 + Junger Audio-Studiotechnik GmbH - 18A6F7 - TP-Link Technologies Ltd + 48B9C2 + Teletics Inc. - 00351A - Cisco Systems Inc. + 58D6D3 + Dairy Cheq Inc - 00AF1F - Cisco Systems Inc. + 046E49 + TaiYear Electronic Technology (Suzhou) Ltd - 803896 - Sharp Corporation + 2C3BFD + Netstor Technology Ltd - 0060EC - Hermary Opto Electronics Inc. + AC3CB4 + Nilan A/S - C0CCF8 - Apple + B49DB4 + Axion Technologies Inc. - 9C4FDA - Apple + ACE87E + Bytemark Computer Consulting Ltd - 8489AD - Apple + 8007A2 + Esson Technology Inc. - AC3A7A - Roku Inc. + C0A0E2 + Eden Innovations - B83E59 - Roku Inc. + 080FFA + KSP Inc. - DC3A5E - Roku Inc. + E8ABFA + Shenzhen Reecam Tech Ltd - 001A73 - Gemtek Technology Ltd + DCB058 + Burkert Werke GmbH - 00904B - Gemtek Technology Ltd + 6C5A34 + Shenzhen Haitianxiong Electronic Ltd - 001A7F - GCI Science & Technology Ltd + 9038DF + Changzhou Tiannengbo System Ltd - 00180F - Nokia Danmark A/S + 185253 + Pixord Corporation - C8979F - Nokia Corporation + 683B1E + Countwise Ltd - ECF35B - Nokia Corporation + ACA22C + Baycity Technologies Ltd - 544408 - Nokia Corporation + 303294 + W-IE-NE-R Plein & Baus GmbH - 3CC243 - Nokia Corporation + 7C822D + Nortec - 0021FC - Nokia Danmark A/S + 10FBF0 + KangSheng Ltd - 001F5D - Nokia Danmark A/S + 6C9AC9 + Valentine Research Inc. - 001F01 - Nokia Danmark A/S + AC8D14 + Smartrove Inc - 001BEE - Nokia Danmark A/S + 2091D9 + I'M SPA - 001979 - Nokia Danmark A/S + AC7236 + Lexking Technology Ltd - 0025D0 - Nokia Danmark A/S + 3CD7DA + SK Mtek microelectronics(Shenzhen)limited - 0024D4 - Freebox SAS + 04F8C2 + Flaircomm Microelectronics Inc. - 347E39 - Nokia Danmark A/S + 141BF0 + Intellimedia Systems Ltd - 00507F - DrayTek Corp. + 5887E2 + Shenzhen Coship Electronics Ltd - 647791 - Samsung Electronics Ltd + 6869F2 + ComAp s.r.o. - 9CE6E7 - Samsung Electronics Ltd + B85AFE + Handaer Communication Technology (Beijing) Ltd - 9C0298 - Samsung Electronics Ltd + F46DE2 + ZTE Corporation - 28987B - Samsung Electronics Ltd + F0ACA4 + HBC-radiomatic - 54FA3E - Samsung Electronics Ltd + 60748D + Atmaca Elektronik - 0C8910 - Samsung Electronics Ltd + B8B7D7 + 2GIG Technologies - 78ABBB - Samsung Electronics Ltd + 808287 + ATCOM Technology Ltd - D8C4E9 - Samsung Electronics Ltd + 28A186 + enblink - BCD11F - Samsung Electronics Ltd + 503955 + Cisco SPVTG - F4428F - Samsung Electronics Ltd + 78D129 + Vicos - 0090A2 - CyberTAN Technology Inc. + 84DF0C + NET2GRID BV - 0090D6 - Crystal Group Inc. + 388EE7 + Fanhattan LLC - 446D6C - Samsung Electronics Ltd + 5CD41B + UCZOON Technology Ltd - 00F46F - Samsung Electronics Ltd + CCE798 + My Social Stuff - 0C715D - Samsung Electronics Ltd + A036F0 + Comprehensive Power - 9C80DF - Arcadyan Technology Corporation + 180CAC + Canon Inc. - 002308 - Arcadyan Technology Corporation + 78AB60 + ABB Australia - 880355 - Arcadyan Technology Corporation + 8482F4 + Beijing Huasun Unicreate Technology Ltd - 34BB1F - BlackBerry RTS + 00DB1E + Albedo Telecom SL - 406F2A - BlackBerry RTS + 18863A + Digital ART System - 7C1CF1 - Huawei Technologies Ltd + 0CDCCC + Inala Technologies - 78F557 - Huawei Technologies Ltd + 98291D + Jaguar de Mexico, SA de CV - E02861 - Huawei Technologies Ltd + 34AF2C + Nintendo Ltd - D0D04B - Huawei Technologies Ltd + 7CD9FE + New Cosmos Electric Ltd - 480031 - Huawei Technologies Ltd + E49069 + Rockwell Automation - D476EA - ZTE Corporation + CCC104 + Applied Technical Systems - 00175A - Cisco Systems Inc. + 60455E + Liptel s.r.o. - 0896D7 - AVM GmbH + D806D1 + Honeywell Fire System (Shanghai) Ltd - 506A03 - Netgear + 647657 + Innovative Security Designs - 100D7F - Netgear + 907025 + Garea Microsys Ltd - 504A6E - Netgear + 10D1DC + INSTAR Deutschland GmbH - 4C09D4 - Arcadyan Technology Corporation + 34996F + VPI Engineering - 18C086 - Broadcom + 944A09 + BitWise Controls - 001018 - Broadcom + BC28D6 + Rowley Associates Limited - C8FF28 - Liteon Technology Corporation + 10BD18 + Cisco Systems Inc. - B81619 - ARRIS Group Inc. + 5869F9 + Fusion Transactive Ltd - B077AC - ARRIS Group Inc. + D41E35 + TOHO Electronics Inc. - FCB4E6 - Askey Computer Corp + 4C72B9 + Pegatron Corporation - 00192C - ARRIS Group Inc. + 2CEDEB + Alpheus Digital Company Limited - 00195E - ARRIS Group Inc. + 0CD996 + Cisco Systems Inc. - 001A1B - ARRIS Group Inc. + 30F33A + +plugg srl - 001A66 - ARRIS Group Inc. + 0C57EB + Mueller Systems - 001A77 - ARRIS Group Inc. + 745327 + Commsen Ltd - 64ED57 - ARRIS Group Inc. + D08CFF + Upwis AB - A4ED4E - ARRIS Group Inc. + 68CE4E + L-3 Communications Infrared Products - 00211E - ARRIS Group Inc. + 68D1FD + Shenzhen Trimax Technology Ltd - 002180 - ARRIS Group Inc. + 9C066E + Hytera Communications Corporation Limited - 001BDD - ARRIS Group Inc. + 3CEAFB + NSE AG - 001D6B - ARRIS Group Inc. + 8CC7AA + Radinet Communications Inc. - 001DBE - ARRIS Group Inc. + 40336C + Godrej & Boyce Mfg Ltd - 0012C9 - ARRIS Group Inc. + F8A03D + Dinstar Technologies Ltd - 0023A2 - ARRIS Group Inc. + 2CD444 + Fujitsu Limited - 0023ED - ARRIS Group Inc. + BC811F + Ingate Systems - 001B52 - ARRIS Group Inc. + D867D9 + Cisco Systems Inc. - 001E8D - ARRIS Group Inc. + A4E731 + Nokia Corporation - E0469A - Netgear + 98A7B0 + Mcst ZAO - 30469A - Netgear + 4C068A + Basler Electric Company - 002493 - ARRIS Group Inc. + E856D6 + NCTech Ltd - 002641 - ARRIS Group Inc. + C08170 + Effigis GeoSolutions - 0015D0 - ARRIS Group Inc. + 642216 + Shandong Taixin Electronic Ltd - 001596 - ARRIS Group Inc. + 443839 + Cumulus Networks Inc. - 04E676 - AMPAK Technology Inc. + 048B42 + Skspruce Technologies - 0022F4 - AMPAK Technology Inc. + 5076A6 + Ecil Informatica Ind. Com Ltda - 001DBA - Sony Corporation + A44C11 + Cisco Systems Inc. - 0024BE - Sony Corporation + 60843B + Soladigm Inc. - 000FDE - Sony Mobile Communications Inc + AC4BC8 + Juniper Networks - 0CFE45 - Sony Interactive Entertainment Inc. + 209BA5 + JIAXING GLEAD Electronics Ltd - 2016D8 - Liteon Technology Corporation + A0F450 + HTC Corporation - E063E5 - Sony Mobile Communications Inc + 6089B1 + Key Digital Systems - F8D0AC - Sony Interactive Entertainment Inc. + 44D15E + Shanghai Kingto Information Technology Ltd - 2421AB - Sony Mobile Communications Inc + 0036FE + SuperVision - B8F934 - Sony Mobile Communications Inc + 709E86 + X6D Limited - 8C6422 - Sony Mobile Communications Inc + A0F419 + Nokia Corporation - 20E564 - ARRIS Group Inc. + 1C973D + PRICOM Design - 90B134 - ARRIS Group Inc. + BC0200 + Stewart Audio - 40B7F3 - ARRIS Group Inc. + 489153 + Weinmann Gerate fur Medizin GmbH + Co. KG - 001B59 - Sony Mobile Communications Inc + AC9403 + Envision Peripherals Inc - 002298 - Sony Mobile Communications Inc + 68D925 + ProSys Development Services - 0017E2 - ARRIS Group Inc. + 848D84 + Rajant Corporation - 001675 - ARRIS Group Inc. + 54466B + Shenzhen CZTIC Electronic Technology Ltd - 000CE5 - ARRIS Group Inc. + 44B382 + Kuang-chi Institute Of Advanced Technology - 0003E0 - ARRIS Group Inc. + 60B933 + Deutron Electronics Corp. - 00D0C9 - Advantech Ltd + 0043FF + Ketron S.R.L. - 6487D7 - ADB Broadband Italia + 7CACB2 + Bosch Software Innovations GmbH - E0B2F1 - FN-Link Technology Limited + 18D66A + Inmarsat - 0C4C39 - MitraStar Technology Corp. + 1C7C45 + Vitek Industrial Video Products Inc. - 74888B - ADB Broadband Italia + 3C3888 + ConnectQuest LLC - 008C54 - ADB Broadband Italia + 48D7FF + BLANKOM Antennentechnik GmbH - 00247B - Actiontec Electronics Inc. + C47130 + Fon Technology S.L. - 0004E3 - Accton Technology Corp + D8337F + Office FA Ltd - 0010B5 - Accton Technology Corp + 0036F8 + Conti Temic microelectronic GmbH - 001974 - 16063 + A4F7D0 + LAN Accessories Ltd - E8617E - Liteon Technology Corporation + C85645 + Intermas France - 18CF5E - Liteon Technology Corporation + 44348F + MXT Industrial Ltda - F0272D - Amazon Technologies Inc. + D4EC0C + Harley-Davidson Motor Company - 84D6D0 - Amazon Technologies Inc. + 28E608 + Tokheim - 18FE34 - Espressif Inc. + 74FF7D + Wren Sound Systems LLC - 38229D - ADB Broadband Italia + ACF0B2 + Becker Electronics Taiwan Ltd - A4526F - ADB Broadband Italia + 542A9C + LSY Defense LLC. - 605BB4 - Azurewave Technologies Inc. + 504A5E + Masimo Corporation - 64D954 - Taicang T&W Electronics + 6CA96F + TransPacket AS - 5C36B8 - TCL King Electrical Appliances (Huizhou) Ltd + AC0142 + Uriel Technologies SIA - 00AA01 - Intel Corporation + C47BA3 + NAVIS Inc. - 985FD3 - Microsoft Corporation + F44848 + Amscreen Group Ltd - 00DA55 - Cisco Systems Inc. + 50D274 + Steffes Corporation - 18E3BC - TCT mobile Ltd + C8F704 + Building Block Video - CC1FC4 - InVue + 508A42 + Uptmate Technology Ltd - 00AA00 - Intel Corporation + BCEA2B + CityCom GmbH - 00C2C6 - Intel Corporation + 0CA138 + Blinq Wireless Inc. - 5CD2E4 - Intel Corporation + 5C6F4F + S.A. Sistel - 28B2BD - Intel Corporation + 901B0E + Fujitsu Technology Solutions GmbH - 002243 - Azurewave Technologies Inc. + F85063 + Verathon - 00006E - Artisoft Inc. + 2C36F8 + Cisco Systems Inc. - 448723 - Hoya Service Corporation + 845787 + DVR C&C Ltd - D86C02 - Huaqin Telecom Technology Ltd + 5808FA + Fiber Optic & telecommunication Inc. - 60BEB5 - Motorola Mobility LLC, a Lenovo Company + AC3D05 + Instorescreen Aisa - F8F1B6 - Motorola Mobility LLC, a Lenovo Company + 286094 + Capelec - 3CFDFE - Intel Corporation + A45630 + Cisco Systems Inc. - A4C494 - Intel Corporation + C43C3C + Cybelec SA - 902E1C - Intel Corporation + B826D4 + Furukawa Industrial S.A. Produtos Eletricos - A434D9 - Intel Corporation + B87447 + Convergence Technologies - 685D43 - Intel Corporation + 7463DF + VTS GmbH - A0369F - Intel Corporation + BC125E + Beijing WisVideo Inc. - 64D4DA - Intel Corporation + 14E4EC + mLogic LLC - 4025C2 - Intel Corporation + 3828EA + Fujian Netcom Technology Ltd - 502DA2 - Intel Corporation + D01AA7 + UniPrint - 78929C - Intel Corporation + 846AED + Wireless Tsukamoto. Ltd - 843A4B - Intel Corporation + E05DA6 + Detlef Fink Elektronik & Softwareentwicklung - 5C514F - Intel Corporation + 045A95 + Nokia Corporation - A44E31 - Intel Corporation + 04F4BC + Xena Networks - 4CEB42 - Intel Corporation + 80DB31 + Power Quotient International Ltd - F81654 - Intel Corporation + 1C51B5 + Techaya Ltd - 606C66 - Intel Corporation + 6C3A84 + Shenzhen Aero-Startech Ltd - 4C8093 - Intel Corporation + 00D632 + GE Energy - AC7289 - Intel Corporation + 0C9E91 + Sankosha Corporation - 448500 - Intel Corporation + 383F10 + DBL Technology Ltd - 0CD292 - Intel Corporation + ACD364 + ABB SPA, ABB Sace Div. - DCA971 - Intel Corporation + 2CEE26 + Petroleum Geo-Services - 58946B - Intel Corporation + C8F9F9 + Cisco Systems Inc. - 0024D7 - Intel Corporation + A4EF52 + Telewave Ltd - 0024D6 - Intel Corporation + A826D9 + HTC Corporation - 001DE0 - Intel Corporation + 28940F + Cisco Systems Inc. - 4C79BA - Intel Corporation + B8DAF7 + Advanced Photonics Inc. - 84A6C8 - Intel Corporation + 143AEA + Dynapower Company LLC - 5891CF - Intel Corporation + A086EC + SAEHAN HITEC Ltd - 0C8BFD - Intel Corporation + 942E17 + Schneider Electric Canada Inc - 00215C - Intel Corporation + C46044 + Everex Electronics Limited - 00216B - Intel Corporation + 98FE03 + Ericsson - North America - 0022FB - Intel Corporation + E03C5B + Shenzhen Jiaxinjie Electron Ltd - 001517 - Intel Corporation + CC944A + Pfeiffer Vacuum GmbH - A0A8CD - Intel Corporation + 0C8525 + Cisco Systems Inc. - 5CC5D4 - Intel Corporation + B4D8A9 + BetterBots - 001E64 - Intel Corporation + 7CC8D7 + Damalisk - F4F1E1 - Motorola Mobility LLC, a Lenovo Company + 9CB008 + Ubiquitous Computing Technology Corporation - 9CD917 - Motorola Mobility LLC, a Lenovo Company + A8776F + Zonoff - 9068C3 - Motorola Mobility LLC, a Lenovo Company + 648788 + Juniper Networks - 3C197D - Ericsson AB + 00FA3B + Cloos Electronic GmbH - B4E10F - Dell Inc. + 541DFB + Freestyle Energy Ltd - 002219 - Dell Inc. + 60B606 + Phorus - 0024E8 - Dell Inc. + 9092B4 + Diehl BGT Defence GmbH & Co. KG - B083FE - Dell Inc. + 20AA4B + Cisco-Linksys LLC - 3417EB - Dell Inc. + CC6DEF + TJK Tietolaite Oy - F8BC12 - Dell Inc. + A85BF3 + Audivo GmbH - 18A99B - Dell Inc. + B8975A + BIOSTAR Microtech Int'l Corp. - 001372 - Dell Inc. + 4833DD + Zennio Avance Y Tecnologia, S.L. - 001143 - Dell Inc. + 087572 + Obelux Oy - 4C7625 - Dell Inc. + 10C2BA + UTT Ltd - 44A842 - Dell Inc. + 90D74F + Bookeen - 00253C - 2Wire Inc. + 64C5AA + South African Broadcasting Corporation - 34EF44 - 2Wire Inc. + 98AAD7 + Blue Wave Networking Ltd - B0E754 - 2Wire Inc. + 9C53CD + ENGICAM s.r.l. - F01FAF - Dell Inc. + 608645 + Avery Weigh-Tronix LLC - 00188B - Dell Inc. + FC8FC4 + Intelligent Technology Inc. - 000874 - Dell Inc. + 10FC54 + Shany Electronic Ltd - B8E625 - 2Wire Inc. + C02973 + Audyssey Laboratories Inc. - 001D5A - 2Wire Inc. + 78FE3D + Juniper Networks - 1C4419 - TP-Link Technologies Ltd + 2838CF + Gen2wave - 5C353B - Compal Broadband Networks Inc. + 24BC82 + Dali Wireless Inc. - 28FAA0 - Vivo Mobile Communication Ltd + B40C25 + Palo Alto Networks - ECDF3A - Vivo Mobile Communication Ltd + F8F7D3 + International Communications Corporation - F42981 - Vivo Mobile Communication Ltd + 28D1AF + Nokia Corporation - 84F6FA - Miovision Technologies Incorporated + 24C0B3 + RSF - 70106F - Hewlett Packard Enterprise + FC455F + Jiangxi Shanshui Optoelectronic Technology Ltd - F8E71E - Ruckus Wireless + F04A2B + PYRAMID Computer GmbH - 08863B - Belkin International Inc. + 302DE8 + JDA LLC (JDA Systems) - 247C4C - Herman Miller + 48A6D2 + GJsun Optical Science and Tech Ltd - E46F13 - D-Link International + 500B32 + Foxda Technology Industrial(Shenzhen) Ltd - 2C56DC - ASUSTek Computer Inc. + 603553 + Buwon Technology - 003146 - Juniper Networks + E039D7 + Plexxi Inc. - 00604C - Sagemcom Broadband SAS + 7C336E + MEG Electronics Inc. - 001F95 - Sagemcom Broadband SAS + D4E33F + Nokia - 002348 - Sagemcom Broadband SAS + 68CD0F + U Tek Company Limited - 002691 - Sagemcom Broadband SAS + 603FC5 + Ltd - 988B5D - Sagemcom Broadband SAS + A4E391 + Deny Fontaine - 90013B - Sagemcom Broadband SAS + AC6FD9 + Valueplus Inc. - 7C034C - Sagemcom Broadband SAS + DC1EA3 + Accensus LLC - 6C2E85 - Sagemcom Broadband SAS + A40130 + ABIsystems Ltd - 94FEF4 - Sagemcom Broadband SAS + 90A783 + JSW Pacific Corporation - 34B1F7 - Texas Instruments + F8462D + SYNTEC Incorporation - 2CFD37 - Blue Calypso Inc. + 78A5DD + Shenzhen Smarteye Digital Electronics Ltd - 0C6127 - Actiontec Electronics Inc. + 28AF0A + Sirius XM Radio Inc - 3CD92B - Hewlett-Packard Company + 5CD4AB + Zektor - 78DEE4 - Texas Instruments + 08FC52 + OpenXS BV - 001833 - Texas Instruments + 4C32D9 + M Rutty Holdings Pty Ltd - 001834 - Texas Instruments + 08A12B + Shenzhen EZL Technology Ltd - 0017E3 - Texas Instruments + A00CA1 + SKTB SKiT - 001830 - Texas Instruments + 64E84F + Serialway Communication Technology Ltd - 0023D4 - Texas Instruments + 2C9EFC + Canon Inc. - BCF685 - D-Link International + 182B05 + 8D Technologies - 78542E - D-Link International + 240BB1 + KOSTAL Industrie Elektrik GmbH - C4A81D - D-Link International + 20EEC6 + Elefirst Science & Tech Co Ltd - 002191 - D-Link Corporation + E01E07 + Anite Telecoms US Inc. - ACF1DF - D-Link International + 7C6B33 + Tenyu Tech Ltd - C0E422 - Texas Instruments + 147DC5 + Murata Manufacturing Ltd - D00790 - Texas Instruments + 00B9F6 + Shenzhen Super Rich Electronics Ltd - 3C7DB1 - Texas Instruments + FCC23D + Atmel Corporation - F4FC32 - Texas Instruments + 88E7A6 + iKnowledge Integration Corp. - 90D7EB - Texas Instruments + A446FA + AmTRAN Video Corporation - 0017E8 - Texas Instruments + CCE7DF + American Magnetics Inc. - 001783 - Texas Instruments + 2804E0 + Fermax Electronica S.A.U. - 00F871 - DGS Denmark A/S + 644346 + Guangdong Quick Network Computer Ltd - 2435CC - Zhongshan Scinan Internet Of Things Ltd + D4024A + Delphian Systems LLC - 2C3033 - Netgear + 0041B4 + Wuxi Zhongxing Optoelectronics Technology Ltd - CC46D6 - Cisco Systems Inc. + F44450 + BND Ltd - 0041D2 - Cisco Systems Inc. + 0462D7 + Alstom Hydro France - 2CAB00 - Huawei Technologies Ltd + D4507A + CEIVA Logic Inc. - A8CA7B - Huawei Technologies Ltd + 64D989 + Cisco Systems Inc. - BC4434 - Shenzhen TINNO Mobile Technology Corp. + 645DD7 + Shenzhen Lifesense Medical Electronics Ltd - 04BF6D - ZyXEL Communications Corp + EC4670 + Meinberg Funkuhren GmbH & Co. KG - F88FCA - Google Inc. + D05A0F + I-BT Digital Ltd - 3898D8 - Meritech Ltd + EC9681 + 2276427 Ontario Inc - 9486CD - Seoul Electronics & Telecom + 5C076F + Thought Creator - 3897D6 - Hangzhou H3C Technologies Ltd + 3C0FC1 + KBC Networks - 1CA770 - Shenzhen Chuangwei-RGB Electronics Ltd + 58E636 + EVRsafe Technologies - 4419B6 - Hangzhou Hikvision Digital Technology Ltd + 10F9EE + Nokia Corporation - 68DBCA - Apple + 742B0F + Infinidat Ltd - 086698 - Apple + C8F981 + Seneca s.r.l. - BC5436 - Apple + 24497B + Innovative Converged Devices Inc - 044BED - Apple + 98E79A + Foxconn(NanJing) Communication Ltd - 6C8DC1 - Apple + A0E9DB + Ningbo FreeWings Technologies Ltd - 84ACFB - Crouzet Automatismes + 788973 + CMC - 7CBB8A - Nintendo Ltd + 14307A + Avermetrics - FCFFAA - IEEE Registration Authority + A06CEC + RIM - 0CD746 - Apple + 203706 + Cisco Systems Inc. - 60A37D - Apple + F4B164 + Lightning Telecommunications Technology Ltd - 88A25E - Juniper Networks + 70B035 + Shenzhen Zowee Technology Ltd - 541E56 - Juniper Networks + 8821E3 + Nebusens, S.L. - 8896B6 - Global Fire Equipment S.A. + 90B97D + Johnson Outdoors Marine Electronics d/b/a Minnkota - 88B8D0 - Dongguan Koppo Electronic Ltd + 7CF429 + NUUO Inc. - 601971 - ARRIS Group Inc. + CCB55A + Fraunhofer ITWM - F8CAB8 - Dell Inc. + AC8ACD + ROGER D.Wensker, G.Wensker sp.j. - 001111 - Intel Corporation + 984246 + SOL Industry PTE Ltd - 001302 - Intel Corporation + 3429EA + MCD Electronics SP. Z O.O. - 6CCA08 - ARRIS Group Inc. + 8C82A8 + Insigma Technology Ltd - 78719C - ARRIS Group Inc. + 60190C + Rramac - D40598 - ARRIS Group Inc. + D05FCE + Hitachi Data Systems - E83381 - ARRIS Group Inc. + F80332 + Khomp - 8C7F3B - ARRIS Group Inc. + 28A574 + Miller Electric Mfg. Co. - 5C571A - ARRIS Group Inc. + 1045BE + Norphonic AS - E8892C - ARRIS Group Inc. + 90B8D0 + Joyent Inc. - 94877C - ARRIS Group Inc. + AC4723 + Genelec - 407009 - ARRIS Group Inc. + E8BA70 + Cisco Systems Inc. - 083E0C - ARRIS Group Inc. + D4A425 + SMAX Technology Ltd - 3C36E4 - ARRIS Group Inc. + 281471 + Lantis Ltd - 1C1B68 - ARRIS Group Inc. + 24470E + PentronicAB - 000423 - Intel Corporation + D09B05 + Emtronix - 207355 - ARRIS Group Inc. + 8C11CB + ABUS Security-Center GmbH & Co. KG - F8EDA5 - ARRIS Group Inc. + FC8329 + Trei technics - 5465DE - ARRIS Group Inc. + 14EB33 + BSMediasoft Ltd - 58AC78 - Cisco Systems Inc. + F4B549 + Xiamen Yeastar Information Technology Ltd - 780AC7 - Baofeng TV Ltd + 88B168 + Delta Control GmbH - 000D0B - Buffalo Inc. + 68876B + INQ Mobile Limited - 001D73 - Buffalo Inc. + 1CAA07 + Cisco Systems Inc. - 001601 - Buffalo Inc. + 685B36 + Powertech Industrial Ltd - 7403BD - Buffalo Inc. + 28EE2C + Frontline Test Equipment - B8FC9A - Le Shi Zhi Xin Electronic Technology (Tianjin) Limited + 782EEF + Nokia Corporation - A45D36 - Hewlett-Packard Company + 7CF0BA + Linkwell Telesystems Pvt Ltd - F0921C - Hewlett-Packard Company + AC8674 + Open Mesh Inc. - A0481C - Hewlett-Packard Company + 64D241 + Keith & Koep GmbH - A01D48 - Hewlett-Packard Company + 18B79E + Invoxia - 40A8F0 - Hewlett-Packard Company + 8C4435 + Shanghai BroadMobi Communication Technology Ltd - 8851FB - Hewlett-Packard Company + F81D93 + Longdhua(Beijing) Controls Technology Ltd - 082E5F - Hewlett-Packard Company + 94D93C + Enelps - E4115B - Hewlett-Packard Company + B8BEBF + Cisco Systems Inc. - 28924A - Hewlett-Packard Company + 64B64A + ViVOtech Inc. - 288023 - Hewlett-Packard Company + 38D135 + EasyIO Corporation Sdn. Bhd. - CC3E5F - Hewlett-Packard Company + CCF841 + Lumewave - D89D67 - Hewlett-Packard Company + 30EB25 + Intek Digital - 0014C2 - Hewlett-Packard Company + 44E4D9 + Cisco Systems Inc. - 00805F - Hewlett-Packard Company + ACCA54 + Telldus Technologies AB - 0018FE - Hewlett-Packard Company + 901900 + SCS SA - 001A4B - Hewlett-Packard Company + D45D42 + Nokia Corporation - 002481 - Hewlett-Packard Company + B03829 + Siliconware Precision Industries Ltd - 000F61 - Hewlett-Packard Company + 7C6C39 + Pixsys SRL - 480FCF - Hewlett-Packard Company + 18B3BA + Netlogic AB - D40B1A - HTC Corporation + 8C5FDF + Beijing Railway Signal Factory - 945330 - Hon Hai Precision Ind Ltd + D47B75 + HARTING Electronics GmbH - A08D16 - Huawei Technologies Ltd + D8DF0D + beroNet GmbH - 4CD08A - HUMAX Ltd + ACF97E + Elesys Inc. - CC4EEC - HUMAX Ltd + 204005 + feno GmbH - 403DEC - HUMAX Ltd + D46F42 + WAXESS USA Inc - EC4D47 - Huawei Technologies Ltd + 300B9C + Delta Mobile Systems Inc. - C44044 - RackTop Systems Inc. + 6CAD3F + Hubbell Building Automation Inc. - 4CA161 - Rain Bird Corporation + B01B7C + Ontrol A.S. - 8CAB8E - Shanghai Feixun Communication Ltd + 04C5A4 + Cisco Systems Inc. - FC64BA - Xiaomi Communications Ltd + BC2846 + NextBIT Computing Pvt Ltd - 9060F1 - Apple + BC0F2B + Fortune Techgroup Ltd - F8D111 - TP-Link Technologies Ltd + 648125 + Alphatron Marine BV - B0487A - TP-Link Technologies Ltd + 8CF9C9 + MESADA Technology Ltd - 940C6D - TP-Link Technologies Ltd + C0626B + Cisco Systems Inc. - A4516F - Microsoft Mobile Oy + 94E226 + D. ORtiz Consulting LLC - 542758 - Motorola (Wuhan) Mobility Technologies Communication Ltd + D8C99D + EA Display Limited - 00242B - Hon Hai Precision Ind Ltd + 1083D2 + Microseven Systems LLC - 08181A - ZTE Corporation + 34684A + Teraworks Ltd - 001E73 - ZTE Corporation + CCFC6D + RIZ Transmitters - 0015EB - ZTE Corporation + E03E7D + data-Complex GmbH - 001C25 - Hon Hai Precision Ind Ltd + 0CC6AC + Dags - 00197E - Hon Hai Precision Ind Ltd + 042605 + GFR Gesellschaft fur Regelungstechnik und Energieeinsparung mbH - 90FBA6 - Hon Hai Precision Ind Ltd + 24F0FF + GHT Ltd - 4437E6 - Hon Hai Precision Ind Ltd + 9CC0D2 + Conductix-Wampfler GmbH - CCAF78 - Hon Hai Precision Ind Ltd + CCF67A + Ayecka Communication Systems Ltd - F4B7E2 - Hon Hai Precision Ind Ltd + 8065E9 + BenQ Corporation - 647002 - TP-Link Technologies Ltd + EC986C + Lufft Mess- und Regeltechnik GmbH - 10FEED - TP-Link Technologies Ltd + D093F8 + Stonestreet One LLC - 645601 - TP-Link Technologies Ltd + 9C645E + Harman Consumer Group - F02765 - Murata Manufacturing Ltd + 1C334D + ITS Telecom - 5CF8A1 - Murata Manufacturing Ltd + DCD87F + Shenzhen JoinCyber Telecom Equipment Ltd - 44A7CF - Murata Manufacturing Ltd + B4E0CD + Fusion-io Inc. - 0013E0 - Murata Manufacturing Ltd + 286046 + Lantech Communications Global Inc. - EC26CA - TP-Link Technologies Ltd + 10E2D5 + Qi Hardware Inc. - 9471AC - TCT mobile Ltd + 60C980 + Trymus - 2C088C - HUMAX Ltd + A036FA + Ettus Research LLC - 1C994C - Murata Manufacturing Ltd + EC836C + RM Tech Ltd - F4559C - Huawei Technologies Ltd + 303955 + Shenzhen Jinhengjia Electronic Ltd - 80B686 - Huawei Technologies Ltd + FC5B24 + Weibel Scientific A/S - 10C61F - Huawei Technologies Ltd + 78593E + RAFI GmbH & Co.KG - CC96A0 - Huawei Technologies Ltd + 509772 + Westinghouse Digital - F80113 - Huawei Technologies Ltd + 503DE5 + Cisco Systems Inc. - A49947 - Huawei Technologies Ltd + 540496 + Gigawave Ltd - C8D15E - Huawei Technologies Ltd + EC4644 + TTK SAS - 785968 - Hon Hai Precision Ind Ltd + 4CB9C8 + Conet Ltd - C07009 - Huawei Technologies Ltd + 8CB64F + Cisco Systems Inc. - 8038BC - Huawei Technologies Ltd + 204AAA + Hanscan Spain S.A. - C4072F - Huawei Technologies Ltd + 20FECD + System In Frontier Inc. - F48E92 - Huawei Technologies Ltd + F0933A + NxtConect - 00664B - Huawei Technologies Ltd + B8415F + ASP AG - 9CC172 - Huawei Technologies Ltd + 2CB69D + RED Digital Cinema - 247F3C - Huawei Technologies Ltd + 582F42 + Universal Electric Corporation - 581F28 - Huawei Technologies Ltd + 0474A1 + Aligera Equipamentos Digitais Ltda - ECCB30 - Huawei Technologies Ltd + 5C6984 + Nuvico - F4DCF9 - Huawei Technologies Ltd + 70DDA1 + Tellabs - 308730 - Huawei Technologies Ltd + 94D019 + Cydle Corp. - C057BC - Avaya Inc + 8C278A + Vocollect Inc - 64A7DD - Avaya Inc + CC0CDA + Miljovakt AS - 241FA0 - Huawei Technologies Ltd + E41C4B + V2 Technology Inc. - 18C58A - Huawei Technologies Ltd + 5CF3FC + IBM Corp - 080028 - Texas Instruments + A86A6F + RIM - 405FC2 - Texas Instruments + 68122D + Special Instrument Development Ltd - E0E5CF - Texas Instruments + 94F720 + Tianjin Deviser Electronics Instrument Ltd - 68DFDD - Xiaomi Communications Ltd + DC9C52 + Sapphire Technology Limited. - 7054F5 - Huawei Technologies Ltd + 4891F6 + Shenzhen Reach software technology Ltd - DCD2FC - Huawei Technologies Ltd + 649B24 + V Technology Ltd - 9017AC - Huawei Technologies Ltd + 846EB1 + Park Assist LLC - 34CDBE - Huawei Technologies Ltd + 6C504D + Cisco Systems Inc. - D8490B - Huawei Technologies Ltd + B8D06F + Guangzhou Hkust FOK Ying Tung Research Institute - 44322A - Avaya Inc + EC14F6 + BioControl AS - 7038EE - Avaya Inc + E8995A + PiiGAB, Processinformation i Goteborg AB - 703018 - Avaya Inc + 401D59 + Biometric Associates, LP - 9C28EF - Huawei Technologies Ltd + B8FF6F + Shanghai Typrotech Technology Ltd - EC24B8 - Texas Instruments + 1CBD0E + Amplified Engineering Pty Ltd - 7CEC79 - Texas Instruments + A0F217 + GE Medical System(China) Ltd - 689E19 - Texas Instruments + F0A764 + GST Ltd - 20CD39 - Texas Instruments + 1C0656 + IDY Corporation - B4994C - Texas Instruments + 500E6D + TrafficCast International - A4251B - Avaya Inc + EC3BF0 + NovelSat - 646A52 - Avaya Inc + 4CEDDE + Askey Computer Corp - 00100B - Cisco Systems Inc. + E8E08F + Gravotech Marking SAS - 00173B - Cisco Systems Inc. + ACAB8D + Lyngso Marine A/S - 04DAD2 - Cisco Systems Inc. + 6083B2 + GkWare e.K. - F02929 - Cisco Systems Inc. + 80D019 + Embed Inc. - 20BBC0 - Cisco Systems Inc. + 68EBC5 + Angstrem Telecom - 4C4E35 - Cisco Systems Inc. + A0B5DA + HongKong THTF Ltd - 98FAE3 - Xiaomi Communications Ltd + 8886A0 + Simton Technologies Ltd - F0B429 - Xiaomi Communications Ltd + A45055 + Busware.DE - 005080 - Cisco Systems Inc. + A89B10 + inMotion Ltd - 005073 + B41489 Cisco Systems Inc. - 00900C - Cisco Systems Inc. + A4A80F + Shenzhen Coship Electronics Ltd - 00905F - Cisco Systems Inc. + F8B599 + Guangzhou CHNAVS Digital Technology Ltd - 00E0F7 - Cisco Systems Inc. + B8921D + BG T&A - 001BD7 - Cisco SPVTG + D08999 + APCON Inc. - 006083 - Cisco Systems Inc. + C88447 + Beautiful Enterprise Ltd - 006009 - Cisco Systems Inc. + 54FDBF + Scheidt & Bachmann GmbH - 00067C - Cisco Systems Inc. + D0BB80 + SHL Telemedicine International Ltd - 00107B - Cisco Systems Inc. + 5C17D3 + LGE - 0050E2 + 1CDF0F Cisco Systems Inc. - E4D3F1 + 68BDAB Cisco Systems Inc. - 8478AC - Cisco Systems Inc. + 9CADEF + Obihai Technology Inc. - 0090A6 - Cisco Systems Inc. + C88B47 + Nolangroup S.P.A Con Socio Unico - 009086 - Cisco Systems Inc. + C4CD45 + Beijing Boomsense Technology Ltd - 00248C - ASUSTek Computer Inc. + 8CE7B3 + Sonardyne International Ltd - 002354 - ASUSTek Computer Inc. + 088DC8 + Ryowa Electronics Ltd - 1C872C - ASUSTek Computer Inc. + 80C6CA + Endian s.r.l. - 60182E - Shenzhen Protruly Electronic Ltd + 7076F0 + LevelOne Communications (India) Private Limited - C4143C - Cisco Systems Inc. + C02BFC + iNES. applied Informatics GmbH - 3C08F6 - Cisco Systems Inc. + 94C7AF + Raylios Technology - 001E8C - ASUSTek Computer Inc. + D81C14 + Compacta International Ltd - 0013D4 - ASUSTek Computer Inc. + 008C10 + Black Box Corp. - 20CF30 - ASUSTek Computer Inc. + 90903C + Trison Technology Corporation - BC1665 - Cisco Systems Inc. + E061B2 + Hangzhou Zenointel Technology Ltd - F872EA - Cisco Systems Inc. + 9411DA + ITF Froschl GmbH - D0C789 - Cisco Systems Inc. + 8039E5 + Patlite Corporation - F84F57 + DC7B94 Cisco Systems Inc. - 501CBF - Cisco Systems Inc. + 5CCA32 + Theben AG - B000B4 - Cisco Systems Inc. + 7415E2 + Tri-Sen Systems Corporation - 544A00 - Cisco Systems Inc. + ECC38A + Accuenergy (CANADA) Inc - 00E16D - Cisco Systems Inc. + D48FAA + Sogecam Industrial, S.A. - 78BAF9 - Cisco Systems Inc. + B081D8 + I-Sys Corp - 0022CE - Cisco SPVTG + 14FEAF + Sagittar Limited - E0D173 - Cisco Systems Inc. + B0B8D5 + Nanjing Nengrui Auto Equipment Ltd - E0899D - Cisco Systems Inc. + 94E711 + Xirka Dama Persada PT - C47295 - Cisco Systems Inc. + 6C9B02 + Nokia Corporation - 7C69F6 - Cisco Systems Inc. + 641E81 + Dowslake Microsystems - 78DA6E - Cisco Systems Inc. + EC542E + Shanghai XiMei Electronic Technology Ltd - B8782E - Apple + FCD4F6 + Messana Air.Ray Conditioning s.r.l. - 000502 - Apple + D466A8 + Riedo Networks Ltd - 000A95 - Apple + F0E5C3 + Dragerwerk AG & Co. KG aA - 34BDC8 - Cisco Systems Inc. + D82986 + Best Wish Technology Ltd - DCEB94 - Cisco Systems Inc. + 446132 + ecobee Inc - 84B517 - Cisco Systems Inc. + F41F0B + YAMABISHI Corporation - 1C6E4C - Logistic Service & Engineering Ltd + A082C7 + P.T.I Ltd - 000F66 - Cisco-Linksys LLC + 043604 + Gyeyoung I&T - 24374C - Cisco SPVTG + A4B2A7 + Adaxys Solutions AG - 188B9D + D0D0FD Cisco Systems Inc. - E4AA5D - Cisco Systems Inc. + E05B70 + Innovid Ltd - F45FD4 - Cisco SPVTG + 141BBD + Volex Inc. - 2CABA4 - Cisco SPVTG + E87AF3 + S5 Tech S.r.l. - 00264A - Apple + CC5C75 + Weightech Com. Imp. Exp. Equip. Pesagem Ltda - 041E64 - Apple + 1C6F65 + Giga-Byte Technology Ltd - 001124 - Apple + 90E0F0 + IEEE 1722a Working Group - 002241 - Apple + 40520D + Pico Technology - 7CC537 - Apple + 807D1B + Neosystem Ltd - 78CA39 - Apple + 18B209 + Torrey Pines Logic Inc. - 18E7F4 - Apple + D84B2A + Cognitas Technologies Inc. - 70CD60 - Apple + 684B88 + Galtronics Telemetry Inc. - 8C7B9D - Apple + 98FC11 + Cisco-Linksys LLC - D89E3F - Apple + 34E0D7 + Dongguan Qisheng Electronics Industrial Ltd - B8C75D - Apple + D84606 + Silicon Valley Global Marketing - 0C74C2 - Apple + F8AC6D + Deltenna Ltd - 403004 - Apple + F450EB + Telechips Inc - 842999 - Apple + 988EDD + TE Connectivity Limerick - 74E2F5 - Apple + A4AE9A + Maestro Wireless Solutions Ltd - E0C97A - Apple + C848F5 + MEDISON Xray Ltd - 68A86D - Apple + 78A714 + Amphenol - 7CC3A1 - Apple + F893F3 + Volans - 7073CB - Apple + 7866AE + ZTEC Instruments Inc. - 90840D - Apple + 4C022E + CMR Korea Ltd - E80688 - Apple + 34AAEE + Mikrovisatos Servisas UAB - EC852F - Apple + 44D63D + Talari Networks - 00F4B9 - Apple + 78A2A0 + Nintendo Ltd - 5C95AE - Apple + 48FCB8 + Woodstream Corporation - 9803D8 - Apple + D4000D + Phoenix Broadband Technologies LLC. - 60C547 - Apple + AC5135 + MPI Tech - 685B35 - Apple + 74B9EB + JinQianMao Technology Ltd - 2CB43A - Apple + D45297 + nSTREAMS Technologies Inc. + + + 1880CE + Barberry Solutions Ltd + + + 24B6B8 + Friem SPA - 689C70 - Apple + A4561B + MCOT Corporation - 380F4A - Apple + 80C63F + Remec Broadband Wireless LLC - 3010E4 - Apple + 40D40E + Biodata Ltd - A886DD - Apple + 0C826A + Wuhan Huagong Genuine Optics Technology Ltd - 444C0C - Apple + E0271A + TTC Next-generation Home Network System WG - B4F0AB - Apple + 0097FF + Heimann Sensor GmbH - 80929F - Apple + E4AB46 + UAB Selteka - 9C04EB - Apple + 945B7E + Trilobit Ltda. - 5C969D - Apple + 04E548 + Cohda Wireless Pty Ltd - 609217 - Apple + 7071BC + Pegatron Corporation - 84B153 - Apple + 7884EE + Indra Espacio S.A. - E06678 - Apple + 7C051E + Rafael Ltd - 48D705 - Apple + 10090C + Janome Sewing Machine Ltd - 041552 - Apple + E01CEE + Bravo Tech Inc. - CC785F - Apple + 2893FE + Cisco Systems Inc. - 88CB87 - Apple + 781185 + NBS Payment Solutions Inc. - F0C1F1 - Apple + D05875 + Active Control Technology Inc. - 843835 - Apple + C8EF2E + Beijing Gefei Tech Ltd - 8C006D - Apple + 08F6F8 + GET Engineering - A8968A - Apple + 3C4C69 + Infinity System S.L. - F41BA1 - Apple + 7830E1 + UltraClenz LLC - 60D9C7 - Apple + B09134 + Taleo - 3CAB8E - Apple + A4C2AB + Hangzhou LEAD-IT Information & Technology Ltd - F82793 - Apple + 48AA5D + Store Electronic Systems - 907240 - Apple + 042F56 + ATOCS (Shenzhen) Ltd - 908D6C - Apple + E85E53 + Infratec Datentechnik GmbH - B8098A - Apple + 88BA7F + Qfiednet Ltd - 4C7C5F - Apple + 64DB18 + OpenPattern - 68644B - Apple + 90A2DA + Gheo SA - C81EE7 - Apple + 9889ED + Anadem Information Inc. - A43135 - Apple + D81BFE + Twinlinx Corporation - 68D93C - Apple + FC4463 + Universal Audio Inc. - 00F76F - Apple + 102D96 + Looxcie Inc. - C88550 - Apple + 5C35DA + There Corporation Oy - 7014A6 - Apple + A06986 + Wellav Technologies Ltd - 985AEB - Apple + EC8EAD + DLX - 78D75F - Apple + 34C69A + Enecsys Ltd - E0B52D - Apple + D8AE90 + Itibia Technologies - 6C94F8 - Apple + B8653B + Bolymin Inc. - C0CECD - Apple + 38E8DF + b GmbH medien + datenbanken - F44B2A - Cisco SPVTG + 1C129D + IEEE PES Psrc/SUB - 746F19 - Icarvisions (Shenzhen) Technology Ltd + E0CA4D + Shenzhen Unistar Communication Ltd - 2CAE2B - Samsung Electronics Ltd + 0CC9C6 + Samwin Hong Kong Limited - C4ADF1 - GOPEACE Inc. + 1062C9 + Adatis GmbH & Co. KG - 58FC73 - Arria Live Media Inc. + 60B3C4 + Elber Srl - 0C1A10 - Acoustic Stream + 04C880 + Samtec Inc - C4EF70 - Home Skinovations + F88DEF + Tenebraex - 5CE3B6 - Fiberhome Telecommunication Technologies Ltd + 042234 + Wireless Standard Extensions - 7C5A67 - JNC Systems Inc. + F0B6EB + Poslab Technology Ltd - A0F9E0 - Vivatel Company Limited + 80C862 + Openpeak Inc. - C869CD - Apple + 1C8F8A + Phase Motion Control SpA - A4B805 - Apple + FCCCE4 + Ascon Ltd - 90C99B - Tesorion Nederland B.V. + 5850E6 + Best Buy Corporation - 5CADCF - Apple + 3C1CBE + Jadak LLC - 080A4E - Planet Bingo(R) -- 3rd Rock Gaming(R) + BCD5B6 + d2d technologies - B49D0B - BQ + FC683E + Directed Perception Inc. - 3C8CF8 - TRENDnet Inc. + 28E794 + Microtime Computer Inc. - E81363 - Comstock RD Inc. + 0CD502 + Westell Technologies Inc. - 741865 - Shanghai DareGlobal Technologies Ltd + 70828E + OleumTech Corporation - BC6C21 - Apple + A438FC + Plastic Logic - F8C372 - Tsuzuki Denki + 18FC9F + Changhe Electronics Ltd - D47208 - Bragi GmbH + 94592D + EKE Building Technology Systems Ltd - A87285 - IDT Inc. + CC69B0 + Global Traffic Technologies LLC - 780541 - Queclink Wireless Solutions Ltd + A0593A + V.D.S. Video Display Systems srl - 044169 - GoPro + CCEA1C + DCONWORKS Ltd - C02DEE - Cuff + 7C08D9 + Shanghai B-Star Technology Co - 6CEBB2 - Dongguan Sen DongLv Electronics Ltd + 2059A0 + Paragon Technologies Inc. - 3C7A8A - ARRIS Group Inc. + 38E98C + Reco S.p.A. - F40E22 - Samsung Electronics Ltd + A0BFA5 + Coresys - 881B99 - Shenzhen XIN FEI JIA Electronic Ltd + B05B1F + Thermo Fisher Scientific S.P.A. - 544E90 - Apple + 24D2CC + SmartDrive Systems Inc. - A4A6A9 - Private + 0CEF7C + AnaCom Inc - 8C10D4 - Sagemcom Broadband SAS + ECE9F8 + Guang Zhou TRI-SUN Electronics Technology Ltd - F898B9 - Huawei Technologies Ltd + 34CE94 + Parsec (Pty) Ltd - 5CB559 - CNEX Labs + 34EF8B + NTT Communications Corporation - B83A9D - Alarm.com + 687F74 + Cisco-Linksys LLC - 6858C5 - ZF TRW Automotive + D0D286 + Beckman Coulter K.K. - C01173 - Samsung Electronics Ltd + C4198B + Dominion Voting Systems Corporation - BCE63F - Samsung Electronics Ltd + C83A35 + Tenda Technology Ltd - 7C9122 - Samsung Electronics Ltd + 6C8CDB + Otus Technologies Ltd - ACBC32 - Apple + 40F52E + Leica Microsystems (Schweiz) AG - 9023EC - Availink Inc. + E4FFDD + Electron India - 441CA8 - Hon Hai Precision Ind Ltd + 68A1B7 + Honghao Mingchuan Technology (Beijing) Ltd - B4293D - Shenzhen Urovo Technology Ltd + 0CD7C2 + Axium Technologies Inc. - 54FF82 - Davit Solution Co. + E84ECE + Nintendo Ltd - 50DF95 - Lytx + 1045F8 + LNT-Automation GmbH - 9CA69D - Whaley Technology Ltd + DCE71C + AUG Elektronik GmbH - 5853C0 - Beijing Guang Runtong Technology Development Company Ltd + A870A5 + UniComm Inc. - 2CA539 - Parallel Wireless Inc. + F8472D + X2gen Digital Corp Ltd - CC794A - BLU Products Inc. + 08184C + A. S. Thomas Inc. - F4E926 - Tianjin Zanpu Technology Inc. + 10880F + Daruma Telecomunicacoes e Informatica S.A. - 906F18 - Private + FC6198 + NEC Personal Products Ltd - 98CB27 - Galore Networks Pvt Ltd + 74D850 + Evrisko Systems - E8F2E2 - LG Innotek + 54B620 + SUHDOL E&C Ltd - 247260 - IOTTECH Corp + 78C40E + H&D Wireless - 245BF0 - Liteon Inc. + 2C0623 + Win Leader Inc. - E855B4 - SAI Technology Inc. + 0C2755 + Valuable Techologies Limited - 340CED - Moduel AB + 78998F + Mediline Italia SRL - 2827BF - Samsung Electronics Ltd + 40ECF8 + Siemens AG - 94D859 - TCT mobile Ltd + BCB181 + Sharp Corporation - 2CFCE4 - CTEK Sweden AB + C8873B + Net Optics - C0EE40 - Laird Technologies + A8CE90 + CVC - F4B8A7 - ZTE Corporation + E41F13 + IBM Corp - 300C23 - ZTE Corporation + 701AED + Advas Ltd - C0B713 - Beijing Xiaoyuer Technology Ltd + 6465C0 + Nuvon Inc. - 1005B1 - ARRIS Group Inc. + 7C1EB3 + 2N TELEKOMUNIKACE a.s. - 20635F - Abeeway + 4456B7 + Spawn Labs Inc. - 083A5C - Junilab Inc. + 44C9A2 + Greenwald Industries - B8B3DC - Derek (Shaoguan) Limited + 906DC8 + DLG Automacao Industrial Ltda - 702A7D - EpSpot AB + 584CEE + Digital One Technologies, Limited - 4CAE31 - ShengHai Electronics (Shenzhen) Ltd + 002721 + Shenzhen Baoan Fenda Industrial Ltd - 188EF9 - G2C Ltd + A07332 + Cashmaster International Limited - 44F436 - ZTE Corporation + 64C6AF + AXERRA Networks Ltd - C47D46 - Fujitsu Limited + 44568D + PNC Technologies Ltd - 185D9A - BobjGear LLC + 406186 + Micro-Star International - F4E9D4 - QLogic Corporation + 0026F5 + XRPLUS Inc. - 4CB76D - Novi Security + 0026F8 + Golden Highway Industry Development Ltd - 6CE01E - Modcam AB + 0026F4 + Nesslab - 74852A - Pegatron Corporation + 0026EE + TKM GmbH - 9CB6D0 - Rivet Networks + 0026EF + Technology Advancement Group Inc. - 40B89A - Hon Hai Precision Ind Ltd + 0026B2 + Setrix GmbH - 1CB72C - ASUSTek Computer Inc. + 0026AF + Duelco A/S - 40B837 - Sony Mobile Communications Inc + 0026B3 + Thales Communications Inc - 4CEEB0 - SHC Netzwerktechnik GmbH + 0026A7 + Connect SRL - 800184 - HTC Corporation + 0026A4 + Novus Produtos Eletronicos Ltda - 44C69B - Wuhan Feng Tian Information Network Ltd + 0026D8 + Magic Point Inc. - FCE33C - Huawei Technologies Ltd + 0026D6 + Ningbo Andy Optoelectronic Ltd - C02567 - Nexxt Solutions + 00270F + Envisionnovation Inc - A8827F - CIBN Oriental Network(Beijing) Ltd + 00270A + IEE S.A. - D048F3 - DATTUS Inc + 002709 + Nintendo Ltd - B8C3BF - Henan Chengshi NetWork Technology Ltd + 0026D3 + Zeno Information System - 44962B - Aidon Oy + 0026D1 + S Squared Innovations Inc. - E076D0 - AMPAK Technology Inc. + 0026CB + Cisco Systems Inc. - B008BF - Vital Connect Inc. + 002701 + IncOstartec GmbH - D4522A - TangoWiFi.com + 0026FB + AirDio Wireless Inc. - E807BF - Shenzhen Boomtech Industry Ltd + 00271A + Geenovo Technology Ltd - 84F129 - Metrascale Inc. + 002714 + Grainmustards Ltd - B89ACD - Elite Optoelectronic(Asia) Ltd + 002715 + Rebound Telecom Ltd - D468BA - Shenzhen Sundray Technologies Company Limited + 0026E6 + Visionhitech Ltd - 086266 - ASUSTek Computer Inc. + 0026DF + TaiDoc Technology Corp. - 9C3066 - RWE Effizienz GmbH + 00266A + Essensium NV - 18BDAD - L-Tech Corporation + 00266B + Shine Union Enterprise Limited - 60E6BC - Sino-Telecom Technology Ltd + 002667 + Carecom Ltd - C8C50E - Shenzhen Primestone Network Technologies Ltd + 0026A2 + Instrumentation Technology Systems - D06A1F - BSE Ltd + 00269F + Private - 700136 - FATEK Automation Corporation + 002699 + Cisco Systems Inc. - FCA22A - PT. Callysta Multi Engineering + 002647 + WFE Technology Corp. - A45602 - fenglian Technology Ltd + 002640 + Baustem Broadband Technologies Ltd - 94E2FD - Boge Kompressoren OTTO Boge GmbH & Co. KG + 002653 + DaySequerra Corporation - F01E34 - ORICO Technologies Ltd + 00267B + GSI Helmholtzzentrum fur Schwerionenforschung GmbH - DCE026 - Patrol Tag Inc. + 002687 + Corega K.K - B40566 - SP Best Corporation Ltd + 00268D + CellTel S.p.A. - 1CC72D - Shenzhen Huapu Digital Ltd + 002628 + Companytec automacao e Controle Ltda. - A89008 - Beijing Yuecheng Technology Ltd + 00261F + SAE Magnetics (H.K.) Ltd - 183864 - CAP-Tech International Ltd + 00261E + Qingbang Elec(SZ) Ltd - 6CF5E8 - Mooredoll Inc. + 002619 + FRC - 8CBFA6 - Samsung Electronics Ltd + 0025EA + Iphion BV - C8A823 - Samsung Electronics Ltd + 0025F0 + Suga Electronics Limited - B0C559 - Samsung Electronics Ltd + 0025E8 + Idaho Technology - F42C56 - Senor Tech Ltd + 0025E4 + OMNI-WiFi LLC - FCDC4A - G-Wearables Corp. + 0025FC + Enda Endustriyel Elektronik Ltd STI. - 1C14B3 - Airwire Technologies + 0025FA + J&M Analytik AG - A48CDB - Lenovo + 002633 + MIR - Medical International Research - D85DE2 - Hon Hai Precision Ind Ltd + 0025D7 + Cedo - 3C912B - Vexata Inc + 0025D8 + Korea Maintenance - 346C0F - Pramod Telecom Pvt Ltd + 0025D2 + InpegVision Ltd - BC1485 - Samsung Electronics Ltd + 002630 + Acorel S.A.S - 9C6C15 - Microsoft Corporation + 00262A + Proxense LLC - 445ECD - Razer Inc + 0025FE + Pilot Electronics Corporation - 4CA928 - Insensi + 00257B + STJ Electronics PVT Ltd - E8447E - Bitdefender SRL + 00257C + Huachentel Technology Development Ltd - C0335E - Microsoft Corporation + 002575 + FiberPlex Technologies LLC - B0E03C - TCT mobile Ltd + 002570 + Eastern Communications Company Limited - B0495F - OMRON HEALTHCARE Ltd + 00259B + Beijing PKUNITY Microsystems Technology Ltd - 60F189 - Murata Manufacturing Ltd + 002596 + GIGAVISION srl - 742EFC - DirectPacket Research Inc., + 002595 + Northwest Signal Supply Inc. - 84CFBF - Fairphone + 0025C9 + Shenzhen Huapu Digital Ltd - ACD1B8 - Hon Hai Precision Ind Ltd + 00258F + Trident Microsystems Inc. - A0C2DE - Costar Video Systems + 002589 + Hills Industries Limited - 88E161 - Art Beijing Science and Technology Development Ltd + 002585 + KOKUYO S&T Ltd - 00A509 - WigWag Inc. + 002581 + x-star networks Inc. - 7491BD - Four Systems Ltd + 0025B5 + Cisco Systems Inc. - F0FE6B - Shanghai High-Flying Electronics Technology Ltd + 0025BE + Tektrap Systems Inc. - 3CAE69 - ESA Elektroschaltanlagen Grimma GmbH + 0025A0 + Nintendo Ltd - D43266 - Fike Corporation + 00254D + Singapore Technologies Electronics Limited - 900CB4 - Alinket Electronic Technology Ltd + 00254C + Videon Central Inc. - 48C093 - Xirrus Inc. + 002543 + Moneytech - DC0914 - Talk-A-Phone Co. + 00255B + CoachComm LLC - D0929E - Microsoft Corporation + 002516 + Integrated Design Tools Inc. - BC52B4 - Nokia + 002510 + Pico-Tesla Magnetic Therapies - 9405B6 - Liling FullRiver Electronics & Technology Ltd + 00256A + inIT - Institut Industrial IT - 00F3DB - WOO Sports + 002562 + interbro Ltd - 78312B - ZTE Corporation + 002520 + SMA Railway Technology GmbH - C81B6B - Innova Security + 002527 + Bitrode Corp. - 3438AF - Inlab Software GmbH + 002525 + CTERA Networks Ltd - B4A828 - Shenzhen Concox Information Technology Ltd + 002551 + SE-Elektronic GmbH - 00A2F5 - Guangzhou Yuanyun Network Technology Ltd + 00253A + CEVA Ltd - 1008B1 - Hon Hai Precision Ind Ltd + 0024A2 + Hong Kong Middleware Technology Limited - E48C0F - Discovery Insure + 0024B9 + Wuhan Higheasy Electronic Technology Development Ltd - E42354 - Shenzhen Fuzhi Software Technology Ltd + 0024BD + Hainzl Industriesysteme GmbH - 94BF95 - Shenzhen Coship Electronics Ltd + 0024B6 + Seagate Technology - 44CE7D - SFR + 0024F7 + Cisco Systems Inc. - 344DEA - ZTE Corporation + 0024E5 + Seer Technology Inc. - 4C16F1 - ZTE Corporation + 0024E2 + Hasegawa Electric Ltd - 10FACE - Reacheng Communication Technology Ltd + 0024E0 + DS Tech LLC - 9470D2 - Winfirm Technology + 0024F3 + Nintendo Ltd - A44AD3 - ST Electronics(Shanghai) Ltd + 002501 + JSC Supertel - 7CB177 - Satelco AG + 0024C8 + Broadband Solutions Group - CC3080 - VAIO Corporation + 0024C5 + Meridian Audio Limited - 587BE9 - AirPro Technology India Pvt Ltd + 002496 + Ginzinger electronic Systems - 8C18D9 - Shenzhen RF Technology Ltd + 002499 + Aquila Technologies - C4BD6A - SKF GmbH + 00248A + Kaga Electronics Ltd - C401CE - Presition (2000) Ltd + 002435 + Wide Corporation - 187117 - eta plus electronic GmbH + 002431 + Uni-v Ltd - EC0EC4 - Hon Hai Precision Ind Ltd + 002432 + Neostar Technology Ltd - 30FAB7 - Tunai Creative + 002443 + Nortel Networks - 0809B6 - Masimo Corp + 002441 + Wanzl Metallwarenfabrik GmbH - 4CF5A0 - Scalable Network Technologies Inc + 00243B + CSSI (S) Pte Ltd - D8FB11 - Axacore + 002451 + Cisco Systems Inc. - 4CE933 - RailComm LLC + 00244A + Voyant International - CCE17F - Juniper Networks + 002447 + Kaztek Systems - E4C62B - Airware + 002477 + Tibbo Technology - EC1D7F - ZTE Corporation + 00246E + Phihong USA Corp. - AC3870 - Lenovo Mobile Communication Technology Ltd + 00245D + Terberg besturingstechniek B.V. - 4CBC42 - Shenzhen Hangsheng Electronics Ltd + 002450 + Cisco Systems Inc. - 70F196 - Actiontec Electronics Inc. + 002458 + PA Bastion CC - 188219 - Alibaba Cloud Computing Ltd + 002473 + 3Com Europe Ltd - 28A5EE - Shenzhen SDGI CATV Ltd + 00246B + Covia Inc. - D0A0D6 - Chengdu TD Tech Ltd + 0023F5 + Wilo SE - ECB907 - CloudGenix Inc + 0023FF + Beijing HTTC Technology Ltd - F42833 - MMPC Inc. + 0023F6 + Softwell Technology Ltd - 0C8C8F - Kamo Technology Limited + 0023F3 + Glocom Inc. - A4A4D3 - Bluebank Communication Technology Ltd + 0023F0 + Shanghai Jinghan Weighing Apparatus Ltd - A8329A - Digicom Futuristic Technologies Ltd + 002410 + NUETEQ Technology,Inc. - F4D032 - Yunnan Ideal Information & Technology Ltd + 002408 + Pacific Biosciences - 600292 - Pegatron Corporation + 002430 + Ruby Tech Corp. - B4B859 - Texa Spa + 00242E + Datastrip Inc. - 5CF9F0 - Atomos Engineering P/L + 00241D + Giga-Byte Technology Ltd - 702DD1 - Newings Communication Ltd + 00241A + Red Beetle Inc. - 147590 - TP-Link Technologies Ltd + 002414 + Cisco Systems Inc. - 50BD5F - TP-Link Technologies Ltd + 00240C + DELEC GmbH - 987E46 - Emizon Networks Limited + 0023F9 + Double-Take Software Inc. - 3C46D8 - TP-Link Technologies Ltd + 0023E9 + F5 Networks Inc. - 4C83DE - Cisco SPVTG + 0023EA + Cisco Systems Inc. - A81374 - Panasonic Corporation AVC Networks Company + 0023E5 + IPaXiom Networks - 083D88 - Samsung Electronics Ltd + 0023B6 + Securite Communications / Honeywell - BC4E5D - ZhongMiao Technology Ltd + 0023B8 + Sichuan Jiuzhou Electronic Technology Ltd - 3C189F - Nokia Corporation + 0023BA + Chroma - 7C6AC3 - GatesAir Inc. + 0023BC + EQ-Sys GmbH - 5C5BC2 - YIK Corporation + 0023B1 + Longcheer Technology (Singapore) Pte Ltd - 30595B - streamnow AG + 002396 + Andes Technology Corporation - 84850A - Hella Sonnen- und Wetterschutztechnik GmbH + 002394 + Samjeon - 08CD9B - samtec automotive electronics & software GmbH + 002377 + Isotek Electronics Ltd - 28E6E9 - SIS Sat Internet Services GmbH + 002371 + SOAM Systel - F4FD2B - ZOYI Company + 0023A1 + Trend Electronics Ltd - F4F646 - Dediprog Technology Ltd + 0023A6 + E-Mon - 300D2A - Zhejiang Wellcom Technology Ltd + 0023A8 + Marshall Electronics - 045C8E - gosund GROUP Ltd + 00239A + EasyData Hardware GmbH - 7CC4EF - Devialet + 0023CC + Nintendo Ltd - D85DFB - Private + 002379 + Union Business Machines Ltd - DCF110 - Nokia Corporation + 00238C + Private - 608F5C - Samsung Electronics Ltd + 0023C0 + Broadway Networks - DC38E1 - Juniper Networks + 002358 + Systel SA - 908C63 - GZ Weedong Networks Technology Co Ltd + 002356 + Packet Forensics LLC - E8EF89 - OPMEX Tech. + 002350 + RDC Inc. dba LynTec - 109266 - Samsung Electronics Ltd + 00234F + Luminous Power Technologies Pvt Ltd - EC2E4E - Hitachi-LG Data Storage Inc + 00234B + Inyuan Technology Inc. - 3481C4 - AVM GmbH + 002349 + Helmholtz Centre Berlin for Material and Energy - 983713 - PT.Navicom Indonesia + 002346 + Vestac - A47E39 - ZTE Corporation + 002307 + Future Innovation Tech Ltd - CCB691 - NECMagnusCommunications + 002305 + Cisco Systems Inc. - 40167E - ASUSTek Computer Inc. + 0022FF + Nivis LLC - F84A73 - Eumtech Ltd + 002344 + Objective Interface Systems Inc. - 142BD6 - Guangdong Appscomm Ltd + 00233C + Alflex - FCC2DE - Murata Manufacturing Ltd + 002333 + Cisco Systems Inc. - 98349D - Krauss Maffei Technologies GmbH + 00232E + Kedah Electronics Engineering LLC - 880FB6 - Jabil Circuits India Pvt Ltd-EHTP unit + 002320 + Nicira Networks - B46698 - Zealabs srl + 002364 + Power Instruments Pte Ltd - 687CC8 - Measurement Systems S. de R.L. + 002317 + Lasercraft Inc - 74F85D - Berkeley Nucleonics Corp + 00230E + Gorba AG - B061C7 - Ericsson-LG Enterprise + 002362 + Goldline Controls - 0092FA - Shenzhen Wisky Technology Ltd + 00235E + Cisco Systems Inc. - 4C7F62 - Nokia Corporation + 002322 + KISS Teknical Solutions Inc. - 100F18 - Fu Gang Electronic(KunShan) Ltd + 0022B6 + Superflow Technologies Group - D0C7C0 - TP-Link Technologies Ltd + 0022B5 + Novita - 4411C2 - Telegartner Karl Gartner GmbH + 0022B2 + 4RF Communications Ltd - 8059FD - Noviga + 0022AC + Hangzhou Siyuan Tech Ltd - 400107 - Arista Corp + 0022AD + Telesis Technologies Inc. - 30C750 - MIC Technology Group + 0022AE + Mattel Inc. - 18CC23 - Philio Technology Corporation + 0022D5 + Eaton Corp. Electrical Group Data Center Solutions - Pulizzi - 407875 - IMBEL - Industria de Material Belico do Brasil + 0022D1 + Albrecht Jung GmbH & Co. KG - D881CE - AHN Inc. + 0022D2 + All Earth Comercio de Eletronicos LtdA. - 28C825 - DellKing Industrial Ltd + 0022C2 + Proview Eletronica do Brasil LtdA - 80618F - Shenzhen sangfei Consumer Communications Ltd + 0022BD + Cisco Systems Inc. - D82A15 - Leitner SpA + 0022BA + HUTH Elektronik Systeme GmbH - 447E76 - Trek Technology (S) Pte Ltd + 0022BB + beyerdynamic GmbH & Co. KG - B0EC8F - GMX SAS + 0022A3 + California Eastern Laboratories - 28DEF6 - bioMerieux Inc. + 002302 + Cobalt Digital Inc. - 580528 - Labris Networks + 0022F5 + Advanced Realtime Tracking GmbH - E0D31A - EQUES Technology Ltd + 0022CA + Anviz Biometric Tech Ltd - 987770 - Pep Digital Technology (Guangzhou) Ltd + 0022C7 + SEGGER Microcontroller GmbH & Co. KG - 68D247 - Portalis LC + 0022C1 + Active Storage Inc. - 50B695 - Micropoint Biotechnologies,Inc. + 00228F + Cnrs - B4430D - Broadlink Pty Ltd + 002297 + XMOS Semiconductor - A06518 - Vnpt Technology + 002292 + Cinetal - 7C8D91 - Shanghai Hongzhuo Information Technology Ltd + 0022E5 + Fisher-Rosemount Systems Inc. - 748F1B - MasterImage 3D + 0022E4 + Apass Technology Ltd - 083F76 - Intellian Technologies Inc. + 00224F + Byzoro Networks Ltd - CC89FD - Nokia Corporation + 002251 + Lumasense Technologies - 34466F - HiTEM Engineering + 00225E + Uwin Technologies Ltd - 386C9B - Ivy Biomedical + 002258 + Taiyo Yuden Ltd - B42C92 - Zhejiang Weirong Electronic Ltd + 00225B + Teradici Corporation - A07771 - Vialis BV + 002259 + Guangzhou New Postcom Equipment Ltd - 10DDF4 - Maxway Electronics Ltd + 002253 + Entorian Technologies - 5CE7BF - New Singularity International Technical Development Ltd + 00222C + Ceton Corp - 6C641A - Penguin Computing + 00222D + SMC Networks Inc. - 50A054 - Actineon + 00222A + SoundEar A/S - B48547 - Amptown System Company GmbH + 00227E + Chengdu 30Kaitian Communication Industry Ltd - 5056A8 - Jolla Ltd + 00227C + Woori SMT Ltd - E8E770 - Warp9 Tech Design Inc. + 002277 + NEC Australia Pty Ltd - 609620 - Private + 00223D + JumpGen Systems LLC - C0F991 - GME Standard Communications P/L + 002239 + Indiana Life Sciences Incorporated - D87CDD - Sanix Incorporated + 002235 + Strukton Systems bv - 707C18 - ADATA Technology Ltd + 002279 + Nippon Conlux Ltd - 14F28E - ShenYang ZhongKe-Allwin Technology Ltd + 002271 + Jager Computergesteuerte Messtechnik GmbH. - BC14EF - ITON Technology Limited + 002247 + DAC Engineering Ltd - 080371 - KRG Corporate + 00221F + eSang Technologies Ltd - 200E95 - IEC - TC9 WG43 + 0021E6 + Starlight Video Limited - C8F68D - S.E.Technologies Limited + 0021E0 + CommAgility Ltd - 3CD4D6 - WirelessWERX Inc. + 0021DE + Firepro Wireless - 0C1262 - ZTE Corporation + 0021F9 + WIRECOM Technologies - 78EC74 - Kyland-USA + 0021FA + A4SP Technologies Ltd - 98DA92 - Vuzix Corporation + 0021F0 + EW3 Technologies LLC - 387B47 - AKELA Inc. + 0021D3 + Bocom Security(Asia Pacific) Limited - C064C6 - Nokia Corporation + 0021CC + Flextronics International - E40439 - TomTom Software Ltd + 0021B9 + Universal Devices Inc. - D0C42F - Tamagawa Seiki Ltd + 0021B3 + Ross Controls - 549359 - Shenzhen Twowing Technologies Ltd + 0021B6 + Triacta Power Technologies Inc. - 90356E - Vodafone Omnitel N.V. + 002217 + Neat Electronics - 284430 - GenesisTechnical Systems (UK) Ltd + 002211 + Rohati Systems - 5C1193 - Seal One AG + 0021CF + The Crypto Group - 783D5B - TELNET Redes Inteligentes S.A. + 0021C5 + 3DSP Corp - D0B523 - Bestcare Cloucal Corp. + 002212 + CAI Networks Inc. - 24A495 - Thales Canada Inc. + 00220D + Cisco Systems Inc. - 847616 - Addat s.r.o. + 002208 + Certicom Corp - DC0575 - Siemens Energy Automation + 0021EE + Full Spectrum Inc. - E097F2 - Atomax Inc. + 0021EC + Solutronic GmbH - 70305E - Nanjing Zhongke Menglian Information Technology Ltd + 002205 + WeLink Solutions Inc. - C098E5 - University Of Michigan + 002209 + Omron Healthcare Ltd - 50E14A - Private + 00218C + TopControl GmbH - 708D09 - Nokia Corporation + 00218A + Electronic Design and Manufacturing Company - 98FB12 - Grand Electronics (HK) Ltd + 00218B + Wescon Technology Inc. - 3C1040 - daesung network + 002184 + Powersoft SRL - 443C9C - Pintsch Tiefenbach GmbH + 002178 + Matuschek Messtechnik GmbH - 28FC51 - The Electric Controller and Manufacturing Ltd + 002173 + Ion Torrent Systems Inc. - 407496 - aFUN TECHNOLOGY Inc. + 002177 + W. L. Gore & Associates - 701D7F - Comtech Technology Ltd + 002172 + Seoultek Valley - 705986 - OOO TTV + 002153 + SeaMicro Inc. - 844F03 - Ablelink Electronics Ltd + 00217A + Sejin Electron Inc. - 906717 - Alphion India Private Limited + 0021A4 + Dbii Networks - 6064A1 - RADiflow Ltd + 002199 + Vacon Plc - 58B961 - SOLEM Electronique + 0021A0 + Cisco Systems Inc. - 0C473D - Hitron Technologies Inc. + 002198 + Thai Radio Ltd - 8CCDA2 - ACTP Inc. + 0021AE + Alcatel-Lucent France - WTD - 84262B - Nokia + 0021AF + Radio Frequency Systems - 986CF5 - ZTE Corporation + 002154 + D-TACQ Solutions Ltd - 447BC4 - DualShine Technology(SZ) Ltd + 002169 + Prologix LLC. - 9C039E - Beijing Winchannel Software Technology Ltd + 00214B + Shenzhen HAMP Science & Technology Ltd - 680AD7 - Yancheng Kecheng Optoelectronic Technology Ltd + 002145 + Semptian Technologies Ltd - BC8893 - VILLBAU Ltd + 001FFE + HPN Supply Chain - 706173 - Calantec GmbH + 001FFF + Respironics Inc. - 7C49B9 - Plexus Manufacturing Sdn Bhd + 001FFC + Riccius+Sohn GmbH - 9CF8DB - Shenzhen eyunmei technology Ltd + 001FFD + Indigo Mobile Technologies Corp. - 20D21F - Wincal Technology Corp. + 002121 + VRmagic GmbH - F89550 - Proton Products Chengdu Ltd + 002123 + Aerosat Avionics - 58639A - TPL Systemes + 00210A + byd:sign Corporation - 187ED5 - Shenzhen kaism technology Ltd + 002107 + Seowonintech Ltd - 841B38 - Shenzhen Excelsecu Data Technology Ltd + 00213F + A-Team Technology Ltd - 4CCBF5 - ZTE Corporation + 00211B + Cisco Systems Inc. - 44700B - Iffu + 00212D + Scimolex Corporation - 54A54B - NSC Communications Siberia Ltd + 001FD5 + MICRORISC s.r.o. - BC2B6B - Beijing Haier IC Design Ltd + 001FB1 + Cybertech Inc. - 98D331 - Shenzhen Bolutek Technology Ltd + 001FB2 + Sontheim Industrie Elektronik GmbH - 38EC11 - Novatek Microelectronics Corp. + 001FEE + ubisys technologies GmbH - 1C4158 - Gemalto M2M GmbH + 001FEF + Shinsei Industries Ltd - 9C2840 - Discovery Technology Ltd + 001FEC + Synapse Electronique - 1C7B21 - Sony Mobile Communications Inc + 001FCA + Cisco Systems Inc. - E0AF4B - Pluribus Networks Inc. + 001FC3 + SmartSynch Inc. - 840F45 - Shanghai GMT Digital Technologies Ltd + 001FE0 + EdgeVelocity Corp - 2C5FF3 - Pertronic Industries + 001FD8 + A-Trust Computer Corporation - 78491D - The Will-Burt Company + 001FD7 + Telerad SA - F46ABC - Adonit Corp Ltd + 001FD3 + RIVA Networks Inc. - 28C671 - Yota Devices Oy + 001FC1 + Hanlong Technology Ltd - D86960 - Steinsvik + 001FBB + Xenatech Ltd - 08EF3B - MCS Logic Inc. + 001FE8 + KURUSUGAWA Electronics Industry Inc,. - E8EADA - Denkovi Assembly Electronics Ltd + 001FAB + I.S High Tech.Inc - F85BC9 - M-Cube Spa + 001FAC + Goodmill Systems Ltd - 7CB77B - Paradigm Electronics Inc + 001F36 + Bellwin Information Ltd - B0CE18 - Zhejiang shenghui lighting Ltd + 001F3D + Qbit GmbH - 6CF97C - Nanoptix Inc. + 001F38 + Positron - F8FF5F - Shenzhen Communication Technology Ltd + 001F2D + Electro-Optical Imaging Inc. - 102279 - ZeroDesktop Inc. + 001F89 + Signalion GmbH - 7C1AFC - Dalian Co-Edifice Video Technology Ltd + 001F8A + Ellion Digital Inc. - F47A4E - Woojeon & Handan + 001F7F + Phabrix Limited - 04848A - 7INOVA Technology Limited + 001F76 + AirLogic Systems Inc. - EC2257 - JiangSu NanJing University Electronic Information Technology Ltd + 001F73 + Teraview Technology Ltd - F037A1 - Huike Electronics (Shenzhen) Ltd + 001F62 + JSC Stilsoft - 704CED - TMRG Inc. + 001F67 + Hitachi Ltd - F08EDB - VeloCloud Networks + 001F56 + Digital Forecast - C0A39E - EarthCam Inc. + 001F52 + UVT Unternehmensberatung fur Verkehr und Technik GmbH - 109AB9 - Tosibox Oy + 001F4F + Thinkware Ltd - 142D8B - Incipio Technologies Inc. + 001F2F + Berker GmbH & Co. KG - 68EE96 - Cisco SPVTG + 001F32 + Nintendo Ltd - 78D38D - Hongkong Yunlink Technology Limited + 001F44 + GE Transportation Systems - DCAE04 - CELOXICA Ltd + 001F39 + Construcciones y Auxiliar de Ferrocarriles, S.A. - 8005DF - Montage Technology Group Limited + 001F7C + Witelcom AS - 681D64 - Sunwave Communications Ltd + 001F7A + WiWide Inc. - 4C21D0 - Sony Mobile Communications Inc + 001F77 + Heol Design - 907A0A - Gebr. Bode GmbH & Co KG + 001F94 + Lascar Electronics Ltd - A0C6EC - Shenzhen ANYK Technology Ltd + 001F8E + Metris USA Inc. - 78E8B6 - ZTE Corporation + 001F61 + Talent Communication Networks Inc. - 1078CE - Hanvit SI Inc. + 001ECE + BISA Technologies (Hong Kong) Limited - D8DA52 - Apator S.A. + 001EC8 + Rapid Mobile (Pty) Ltd - 587A4D - Stonesoft Corporation + 001ECC + Cdvi - 84E629 - Bluwan SA + 001EC5 + Middle Atlantic Products Inc - C47F51 - Inventek Systems + 001F03 + NUM AG - A897DC - IBM + 001EFF + Mueller-Elektronik GmbH & Co. KG - CCD29B - Shenzhen Bopengfa Elec & Technology Ltd + 001F05 + iTAS Technology Corp. - A09BBD - Total Aviation Solutions Pty Ltd + 001F07 + AZTEQ Mobile - D40BB9 - Solid Semecs bv. + 001EF6 + Cisco Systems Inc. - F415FD - Shanghai Pateo Electronic Equipment Manufacturing Ltd + 001EF9 + Pascom Kommunikations Systeme GmbH. - 70E027 - Hongyu Communication Technology Limited + 001EF3 + From2 - FC35E6 - Visteon Corp + 001F19 + BEN-RI Electronica S.A. - E8481F - Advanced Automotive Antennas + 001F11 + Openmoko Inc. - 3495DB - Logitec Corporation + 001EE4 + ACS Solutions France - 9CB793 - Creatcomm Technology Inc. + 001EED + Adventiq Ltd - 5C335C - Swissphone Telecom AG + 001ED2 + Ray Shine Video Technology Inc - 04DF69 - Car Connectivity Consortium + 001ED4 + Doble Engineering - 78DAB3 - GBO Technology + 001EFD + Microbit 2.0 AB - 700FEC - Poindus Systems Corp. + 001EE7 + Epic Systems Inc - F02405 - OPUS High Technology Corporation + 001EE9 + Stoneridge Electronics AB - D41090 - InfORM Systems AG + 001F1C + KOBISHI ELECTRIC Ltd - 78D5B5 - Navielektro KY + 001E79 + Cisco Systems Inc. - E47D5A - Beijing Hanbang Technology Corp. + 001E76 + Thermo Fisher Scientific - E4F7A1 - Datafox GmbH + 001E72 + PCS - 105C3B - Perma-Pipe Inc. + 001E5F + KwikByte LLC - 349D90 - Heinzmann GmbH & Co. KG + 001E5B + Unitron Company Inc. - D862DB - Eno Inc. + 001E5E + Computime Ltd - C47DFE - A.N. Solutions GmbH + 001E9D + Recall Technologies Inc. - CCBD35 - Steinel GmbH + 001E95 + Sigmalink - 6CECA1 - Shenzhen Clou Electronics Ltd + 001E93 + CiriTech Systems Inc - B03850 - Nanjing CAS-ZDC IOT SysTEM Ltd + 001EA2 + Symx Systems Inc. - 748E08 - Bestek Corp. + 001EA9 + Nintendo Ltd - 78F5E5 - BEGA Gantenbrink-Leuchten KG + 001E9E + ddm hopt + schuler GmbH + Co. KG - 8C3C07 - Skiva Technologies Inc. + 001EBE + Cisco Systems Inc. - 38A86B - Orga BV + 001EC3 + Kozio Inc. - F07765 - Sourcefire Inc. + 001EBD + Cisco Systems Inc. - 1441E2 - Monaco Enterprises Inc. + 001EB9 + Sing Fai Technology Limited - ECD040 - GEA Farm Technologies GmbH + 001EB7 + TBTech Ltd - F80DEA - ZyCast Technology Inc. + 001E69 + Thomson Inc. - B08807 - Strata Worldwide + 001E92 + Jeulin S.A. - 249504 - SFR + 001E91 + KIMIN Electronic Ltd - F45842 - Boxx TV Ltd + 001E89 + CRFS Limited - 106682 - NEC Platforms Ltd + 001E86 + MEL Ltd - 246278 - Sysmocom - Systems for mobile Communications GmbH + 001E88 + Andor System Support Ltd - F084C9 - ZTE Corporation + 001E0C + Sherwood Information Partners Inc. - D4016D - TP-Link Technologies Ltd + 001E02 + Sougou Keikaku Kougyou Ltd - 985C93 - SBG Systems SAS + 001E01 + Renesas Technology Sales Ltd - A08A87 - HuiZhou KaiYue Electronic Ltd + 001DFF + Network Critical Solutions Ltd - 28CD9C - Shenzhen Dynamax Software Development Ltd + 001E00 + Shantou Institute Of Ultrasonic Instruments - C0C3B6 - Automatic Systems + 001E54 + TOYO ELECTRIC Corporation - A0EB76 - AirCUVE Inc. + 001E3C + Lyngbox Media AB - FC4499 - Swarco LEA d.o.o. + 001E4D + Welkin Sciences LLC - DC647C - C.R.S. iiMotion GmbH + 001E4B + City Theatrical - 148692 - TP-Link Technologies Ltd + 001E4A + Cisco Systems Inc. - A8154D - TP-Link Technologies Ltd + 001E13 + Cisco Systems Inc. - 5CF370 - CC&C Technologies Inc. + 001E0D + Micran Ltd - A4E0E6 - Filizola S.A. Pesagem E Automacao + 001E09 + ZEFATEK Ltd - 381766 - Promzakaz Ltd + 001E06 + Wibrain - 18E8DD - Moduletek + 001E2C + CyVerse Corporation - D073D5 - Lifi Labs Management Pty Ltd + 001E26 + Digifriends Ltd - 149448 - BLU Castle S.A. + 001E23 + Electronic Educational Devices Inc. - 48F925 - Maestronic + 001DF3 + SBS Science & Technology Ltd - 386793 - Asia Optical Co. Inc. + 001DEE + Nextvision Sistemas Digitais de Televisao Ltda. - 0C8268 - TP-Link Technologies Ltd + 001DEA + Commtest Instruments Ltd - D81EDE - B&W Group Ltd + 001DDD + DAT H.K. Limited - 24EA40 - Helmholz GmbH & Co. KG + 001DE4 + Visioneered Image Systems - D429EA - Zimory GmbH + 001DE2 + Radionor Communications - 34ADE4 - Shanghai Chint Power Systems Ltd + 001DD7 + Algolith - 3C94D5 - Juniper Networks + 001DC9 + GainSpan Corp. - 68831A - Pandora Mobility Corporation + 001D86 + Shinwa Industries(China) Ltd - FCDB96 - Enervalley Ltd + 001D88 + Clearwire - 1423D7 - Eutronix Ltd + 001D81 + Guangzhou Gateway Electronics Ltd - DC6F08 - Bay Storage Technology + 001D7D + Giga-Byte Technology Ltd - 90DA4E - Avanu + 001DC7 + L-3 Communications Geneva Aerospace - 281878 - Microsoft Corporation + 001D89 + VaultStor Corporation - 7038B4 - Low Tech Solutions + 001D66 + Hyundai Telecom - 745F00 - Samsung Semiconductor Inc. + 001D77 + NSGate - E0C3F3 - ZTE Corporation + 001DA2 + Cisco Systems Inc. - 5C20D0 - Asoni Communication Ltd + 001D99 + Cyan Optic Inc. - ACA430 - Peerless AV + 001D9B + Hokuyo Automatic Ltd - 847A88 - HTC Corporation + 001DBC + Nintendo Ltd - A4D856 - Gimbal Inc. + 001DB6 + BestComm Networks Inc. - 785517 - SankyuElectronics + 001DAC + Gigamon Systems LLC - B47F5E - Foresight Manufacture (S) Pte Ltd + 001D15 + Shenzhen Dolphin Electronic Ltd - A0FE91 - AVAT Automation GmbH + 001D16 + SFR - 74ECF1 - Acumen + 001D11 + Analogue & Micro Ltd - 5809E5 - Kivic Inc. + 001D12 + Rohm Ltd - 504F94 - Loxone Electronics GmbH + 001D47 + Covote GmbH & Co KG - 60B185 - ATH System + 001D41 + Hardy Instruments - BC629F - Telenet Systems P Ltd + 001D3D + Avidyne Corporation - 380FE4 - Dedicated Network Partners Oy + 001D3C + Muscle Corporation + + + 001D3A + mh acoustics LLC - 48F230 - Ubizcore Ltd + 001D49 + Innovation Wireless Inc. - 78324F - Millennium Group Inc. + 001D46 + Cisco Systems Inc. - 384369 - Patrol Products Consortium LLC + 001D48 + Sensor-Technik Wiedemann GmbH - 44184F - Fitview + 001D76 + Eyeheight Ltd - 84ACA4 - Beijing Novel Super Digital TV Technology Ltd + 001D7A + Wideband Semiconductor Inc. - 541FD5 - Advantage Electronics + 001D68 + Thomson Telecom Belgium - ACE97F - IoT Tech Limited + 001D26 + Rockridgesound Technology Co. - E85AA7 - LLC Emzior + 001D35 + Viconics Electronics Inc. - 9C9C1D - Starkey Labs Inc. + 001D31 + Highpro International R&D Ltd - D0D6CC - Wintop + 001D61 + BIJ Corporation - 58D071 - BW Broadcast + 001D5C + Tom Communication Industrial Ltd - 1C52D6 - Flat Display Technology Corporation + 001D56 + Kramer Electronics Ltd - D0DFB2 - Genie Networks Limited + 001D4E + TCM Mobile LLC - 386645 - OOSIC Technology Ltd + 001D21 + Alcad SL - B85AF7 - Ouya Inc. + 001D1C + Gennet s.a. - 34F62D - Sharp Corporation + 001CE1 + Indra Sistemas, S.A. - 4C8FA5 - Jastec + 001CE0 + Dasan TPS - 84ED33 - BBMC Ltd + 001CD9 + GlobalTop Technology Inc. - E82E24 - Out Of the Fog Research LLC + 001CDA + Exegin Technologies Limited - 80FA5B - Clevo Co. + 001CD2 + King Champion (Hong Kong) Limited - C0B339 - Comigo Ltd + 001CA6 + Win4NET - 20858C - Assa + 001CA9 + Audiomatica Srl - 60CDC5 - Taiwan Carol Electronics Ltd + 001CA1 + Akamai Technologies Inc. - D8182B - Conti Temic Microelectronic GmbH + 001C99 + Shunra Software Ltd - 80CF41 - Lenovo Mobile Communication Technology Ltd + 001CF9 + Cisco Systems Inc. - 9CE1D6 - Junger Audio-Studiotechnik GmbH + 001CF1 + SUPoX Technology Co Ltd - 48B9C2 - Teletics Inc. + 001CCE + By Techdesign - 58D6D3 - Dairy Cheq Inc + 001CF3 + EVS Broadcast Equipment - 046E49 - TaiYear Electronic Technology (Suzhou) Ltd + 001CF4 + Media Technology Systems Inc - 2C3BFD - Netstor Technology Ltd + 001CE6 + Innes - AC3CB4 - Nilan A/S + 001CB9 + Kwang Sung Electronics Ltd - B49DB4 - Axion Technologies Inc. + 001D03 + Design Solutions Inc. - ACE87E - Bytemark Computer Consulting Ltd + 001CA3 + Terra - 8007A2 - Esson Technology Inc. + 001C90 + Empacket Corporation - C0A0E2 - Eden Innovations + 001C8E + Alcatel-Lucent IPD - 080FFA - KSP Inc. + 001C8F + Advanced Electronic Design Inc. - E8ABFA - Shenzhen Reecam Tech Ltd + 001C88 + Transystem Inc. - DCB058 - Burkert Werke GmbH + 001C86 + Cranite Systems Inc. - 6C5A34 - Shenzhen Haitianxiong Electronic Ltd + 001C4F + Macab AB - 9038DF - Changzhou Tiannengbo System Ltd + 001C4E + TASA International Limited - 185253 - Pixord Corporation + 001C4B + Gener8 Inc. - 683B1E - Countwise Ltd + 001C9B + FEIG ELECTRONIC GmbH - ACA22C - Baycity Technologies Ltd + 001C95 + Opticomm Corporation - 303294 - W-IE-NE-R Plein & Baus GmbH + 001C97 + Enzytek Technology Inc., - 7C822D - Nortec + 001C70 + Novacomm Ltda - 10FBF0 - KangSheng Ltd + 001C6E + Newbury Networks Inc. - 6C9AC9 - Valentine Research Inc. + 001C6B + CoVAX Ltd - AC8D14 - Smartrove Inc + 001C69 + Packet Vision Ltd - 2091D9 - I'M SPA + 001C3D + WaveStorm - AC7236 - Lexking Technology Ltd + 001C7F + Check Point Software Technologies - 3CD7DA - SK Mtek microelectronics(Shenzhen)limited + 001C78 + Wyplay SAS - 04F8C2 - Flaircomm Microelectronics Inc. + 001C58 + Cisco Systems Inc. - 141BF0 - Intellimedia Systems Ltd + 001C5A + Advanced Relay Corporation - 5887E2 - Shenzhen Coship Electronics Ltd + 001C65 + JoeScan Inc. - 6869F2 - ComAp s.r.o. + 001C5F + Winland Electronics Inc. - B85AFE - Handaer Communication Technology (Beijing) Ltd + 001C40 + VDG-Security bv - F46DE2 - ZTE Corporation + 001C3A + Element Labs Inc. - F0ACA4 - HBC-radiomatic + 001C18 + Sicert S.r.L. - 60748D - Atmaca Elektronik + 001C1A + Thomas Instrumentation Inc. - B8B7D7 - 2GIG Technologies + 001C0E + Cisco Systems Inc. - 808287 - ATCOM Technology Ltd + 001C13 + Optsys Technology Ltd - 28A186 - enblink + 001C0B + SmartAnt Telecom - 503955 - Cisco SPVTG + 001BD0 + Identec Solutions - 78D129 - Vicos + 001BCD + Daviscomms (S) PTE Ltd - 84DF0C - NET2GRID BV + 001BCA + Beijing Run Technology Ltdpany - 388EE7 - Fanhattan LLC + 001BCC + Kingtek Cctv Alliance Ltd - 5CD41B - UCZOON Technology Ltd + 001BF4 + Kenwin Industrial(HK) Ltd - CCE798 - My Social Stuff + 001BF9 + Intellitect Water Ltd - A036F0 - Comprehensive Power + 001BFA + G.i.N. mbH - 180CAC - Canon Inc. + 001BF3 + TRANSRADIO SenderSysteme Berlin AG - 78AB60 - ABB Australia + 001C21 + Nucsafe Inc. - 8482F4 - Beijing Huasun Unicreate Technology Ltd + 001C1E + emtrion GmbH - 00DB1E - Albedo Telecom SL + 001BDE + Renkus-Heinz Inc. - 18863A - Digital ART System + 001BDB + Valeo VECS - 0CDCCC - Inala Technologies + 001BD8 + FLIR Systems Inc - 98291D - Jaguar de Mexico, SA de CV + 001BD4 + Cisco Systems Inc. - 34AF2C - Nintendo Ltd + 001C2D + FlexRadio Systems - 7CD9FE - New Cosmos Electric Ltd + 001C2C + Synapse - E49069 - Rockwell Automation + 001C08 + Echo360 Inc. - CCC104 - Applied Technical Systems + 001BC8 + Miura Ltd - A4B1E9 - Technicolor + 001BC1 + HOLUX Technology Inc. - 60455E - Liptel s.r.o. + 001BBC + Silver Peak Systems Inc. - D806D1 - Honeywell Fire System (Shanghai) Ltd + 001B73 + DTL Broadcast Ltd - 647657 - Innovative Security Designs + 001B71 + Telular Corp. - 907025 - Garea Microsys Ltd + 001B97 + Violin Technologies - 10D1DC - INSTAR Deutschland GmbH + 001BA8 + UBI&MOBI,.Inc - 34996F - VPI Engineering + 001B81 + DATAQ Instruments Inc. - 944A09 - BitWise Controls + 001B7D + CXR Anderson Jacobson - BC28D6 - Rowley Associates Limited + 001B79 + Faiveley Transport - 10BD18 - Cisco Systems Inc. + 001B65 + China Gridcom Ltd - 5869F9 - Fusion Transactive Ltd + 001B88 + Divinet Access Technologies Ltd - D41E35 - TOHO Electronics Inc. + 001B83 + Finsoft Ltd - 4C72B9 - Pegatron Corporation + 001BAB + Telchemy Inc.orporated - 2CEDEB - Alpheus Digital Company Limited + 001BAE + Micro Control Systems Inc. - 0CD996 - Cisco Systems Inc. + 001BA0 + Awox - 30F33A - +plugg srl + 001B51 + Vector Technology Corp. - 0C57EB - Mueller Systems + 001B54 + Cisco Systems Inc. - 745327 - Commsen Ltd + 001B4A + W&W Communications Inc. - D08CFF - Upwis AB + 001AFA + Welch Allyn Inc. - 68CE4E - L-3 Communications Infrared Products + 001AF7 + dataschalt e+a GmbH - 68D1FD - Shenzhen Trimax Technology Ltd + 001AF3 + Samyoung Electronics - 9C066E - Hytera Communications Corporation Limited + 001AEF + Loopcomm Technology Inc. - 3CEAFB - NSE AG + 001AEC + Keumbee Electronics Ltd - 8CC7AA - Radinet Communications Inc. + 001B44 + SanDisk Corporation - 40336C - Godrej & Boyce Mfg Ltd + 001B46 + Blueone Technology Ltd - F8A03D - Dinstar Technologies Ltd + 001B40 + Network Automation mxc AB - 2CD444 - Fujitsu Limited + 001B42 + Wise & Blue - BC811F - Ingate Systems + 001B35 + ChongQing JINOU Science & Technology Development Ltd - D867D9 - Cisco Systems Inc. + 001B36 + Tsubata Engineering Ltd (Head Office) - A4E731 - Nokia Corporation + 001B39 + Proxicast - 98A7B0 - Mcst ZAO + 001B3B + Yi-Qing Ltd - 4C068A - Basler Electric Company + 001B20 + TPine Technology - E856D6 - NCTech Ltd + 001B22 + Palit Microsystems ( H.K.) Ltd - C08170 - Effigis GeoSolutions + 001B1C + Coherent - 642216 - Shandong Taixin Electronic Ltd + 001B19 + IEEE I&M Society TC9 - 443839 - Cumulus Networks Inc. + 001B64 + IsaacLandKorea Ltd - 048B42 - Skspruce Technologies + 001B26 + RON-Telecom ZAO - 5076A6 - Ecil Informatica Ind. Com Ltda + 001B13 + Icron Technologies Corporation - A44C11 - Cisco Systems Inc. + 001B0F + Petratec - 60843B - Soladigm Inc. + 001AA9 + Fujian Star-NET Communication Ltd - AC4BC8 - Juniper Networks + 001AA8 + Mamiya Digital Imaging Ltd - 209BA5 - JIAXING GLEAD Electronics Ltd + 001A99 + Smarty (HZ) Information Electronics Ltd - A0F450 - HTC Corporation + 001AA6 + Telefunken Radio Communication Systems GmbH &Co.KG - 6089B1 - Key Digital Systems + 001A96 + Ecler S.A. - 44D15E - Shanghai Kingto Information Technology Ltd + 001A91 + FusionDynamic Ltd - 0036FE - SuperVision + 001A8C + Sophos Ltd - 709E86 - X6D Limited + 001AB3 + Visionite Inc. - A0F419 - Nokia Corporation + 001ACA + Tilera Corporation - 1C973D - PRICOM Design + 001A84 + V One Multimedia Pte Ltd - BC0200 - Stewart Audio + 001AB9 + PMC - 489153 - Weinmann Gerate fur Medizin GmbH + Co. KG + 001ABA + Caton Overseas Limited - AC9403 - Envision Peripherals Inc + 001AD1 + Fargo Ltd - 68D925 - ProSys Development Services + 001A3A + Dongahelecomm - 848D84 - Rajant Corporation + 001A3B + Doah Elecom Inc. - 54466B - Shenzhen CZTIC Electronic Technology Ltd + 001A3C + Technowave Ltd - 44B382 - Kuang-chi Institute Of Advanced Technology + 001A40 + A-Four Tech Ltd - 60B933 - Deutron Electronics Corp. + 001A30 + Cisco Systems Inc. - 0043FF - Ketron S.R.L. + 001A7B + Teleco Inc. - 7CACB2 - Bosch Software Innovations GmbH + 001A36 + Aipermon GmbH & Co. KG - 18D66A - Inmarsat + 001A26 + Deltanode Solutions AB - 1C7C45 - Vitek Industrial Video Products Inc. + 001A6D + Cisco Systems Inc. - 3C3888 - ConnectQuest LLC + 001A6E + Impro Technologies - 48D7FF - BLANKOM Antennentechnik GmbH + 001A6C + Cisco Systems Inc. - C47130 - Fon Technology S.L. + 001A4A + Qumranet Inc. - D8337F - Office FA Ltd + 001A3E + Faster Technology LLC - 0036F8 - Conti Temic microelectronic GmbH + 001A63 + Elster Solutions LLC, - A4F7D0 - LAN Accessories Ltd + 001A59 + Ircona - C85645 - Intermas France + 001A46 + Digital Multimedia Technology Ltd - 44348F - MXT Industrial Ltda + 001A25 + Delta Dore - D4EC0C - Harley-Davidson Motor Company + 0019FE + Shenzhen Seecomm Technology Ltd - 28E608 - Tokheim + 0019FD + Nintendo Ltd - 74FF7D - Wren Sound Systems LLC + 001A0D + HandHeld entertainment Inc. - ACF0B2 - Becker Electronics Taiwan Ltd + 001A0E + Cheng Uei Precision Industry Ltd - 542A9C - LSY Defense LLC. + 0019CD + Chengdu ethercom Information technology Ltd - 504A5E - Masimo Corporation + 0019D9 + Zeutschel GmbH - 6CA96F - TransPacket AS + 001A01 + Smiths Medical - AC0142 - Uriel Technologies SIA + 0019CA + Broadata Communications Inc. - C47BA3 - NAVIS Inc. + 0019D3 + TRAK Microwave - F44848 - Amscreen Group Ltd + 0019C3 + Qualitrol - 50D274 - Steffes Corporation + 0019BE + Altai Technologies Limited - C8F704 - Building Block Video + 0019B4 + Intellio Ltd - 508A42 - Uptmate Technology Ltd + 0019BA + Paradox Security Systems Ltd - BCEA2B - CityCom GmbH + 0019A1 + LG Information & Comm. - 0CA138 - Blinq Wireless Inc. + 0019A8 + WiQuest Communications - 5C6F4F - S.A. Sistel + 0019ED + Axesstel Inc. - 901B0E - Fujitsu Technology Solutions GmbH + 0019F6 + Acconet (PTE) Ltd - F85063 - Verathon + 001A15 + gemalto e-Payment - 2C36F8 - Cisco Systems Inc. + 001968 + Digital Video Networks(Shanghai) Ltd - 845787 - DVR C&C Ltd + 00197F + Plantronics Inc. - 5808FA - Fiber Optic & telecommunication Inc. + 00197A + MAZeT GmbH - AC3D05 - Instorescreen Aisa + 001978 + Datum Systems Inc. - 286094 - Capelec + 001989 + Sonitrol Corporation - A45630 - Cisco Systems Inc. + 001980 + Gridpoint Systems - C43C3C - Cybelec SA + 001983 + CCT R&D Limited - B826D4 - Furukawa Industrial S.A. Produtos Eletricos + 00194C + Fujian Stelcom Information & Technology Ltd - B87447 - Convergence Technologies + 00194A + Testo AG - 7463DF - VTS GmbH + 00198A + Northrop Grumman Systems Corp. - BC125E - Beijing WisVideo Inc. + 001960 + DoCoMo Systems Inc. - 14E4EC - mLogic LLC + 00195A + Jenaer Antriebstechnik GmbH - 3828EA - Fujian Netcom Technology Ltd + 00196D + Raybit Systems Korea Inc. - D01AA7 - UniPrint + 001970 + Z-Com Inc. - 846AED - Wireless Tsukamoto. Ltd + 001950 + Harman Multimedia - E05DA6 - Detlef Fink Elektronik & Softwareentwicklung + 0018EE + Videology Imaging Solutions Inc. - 045A95 - Nokia Corporation + 0018EB + Blue Zen Enterprises Private Limited - 04F4BC - Xena Networks + 001924 + LBNL Engineering - 80DB31 - Power Quotient International Ltd + 00191A + Irlink - 1C51B5 - Techaya Ltd + 001916 + PayTec AG - 6C3A84 - Shenzhen Aero-Startech Ltd + 00190E + Atech Technology Ltd - 00D632 - GE Energy + 001939 + Gigamips - 0C9E91 - Sankosha Corporation + 00193A + Oesolutions - 383F10 - DBL Technology Ltd + 0018E2 + Topdata Sistemas de Automacao Ltda - ACD364 - ABB SPA, ABB Sace Div. + 001922 + CM Comandos Lineares - 2CEE26 - Petroleum Geo-Services + 00191D + Nintendo Ltd - C8F9F9 + 00192F Cisco Systems Inc. - A4EF52 - Telewave Ltd + 001905 + SCHRACK Seconet AG - A826D9 - HTC Corporation + 001907 + Cisco Systems Inc. - 28940F - Cisco Systems Inc. + 0018FB + Compro Technology - B8DAF7 - Advanced Photonics Inc. + 0018C3 + CS Corporation - 143AEA - Dynapower Company LLC + 0018CA + Viprinet GmbH - A086EC - SAEHAN HITEC Ltd + 0018C7 + Real Time Automation - 942E17 - Schneider Electric Canada Inc + 0018BB + Eliwell Controls srl - C46044 - Everex Electronics Limited + 0018BF + Essence Technology Solution Inc. - 98FE03 - Ericsson - North America + 00188C + Mobile Action Technology Inc. - E03C5B - Shenzhen Jiaxinjie Electron Ltd + 00188F + Montgomery Technology Inc. - CC944A - Pfeiffer Vacuum GmbH + 001884 + Fon Technology S.L. - 0C8525 - Cisco Systems Inc. + 001880 + Maxim Integrated Products - B4D8A9 - BetterBots + 0018D0 + AtRoad, A Trimble Company - 7CC8D7 - Damalisk + 0018D2 + High-Gain Antennas LLC - 9CB008 - Ubiquitous Computing Technology Corporation + 0018D3 + Teamcast - A8776F - Zonoff + 0018C6 + OPW Fuel Management Systems - 648788 - Juniper Networks + 00187C + Intercross LLC - 00FA3B - Cloos Electronic GmbH + 001870 + E28 Shanghai Limited - 541DFB - Freestyle Energy Ltd + 001872 + Expertise Engineering - 60B606 - Phorus + 0018DC + Prostar Ltd - 9092B4 - Diehl BGT Defence GmbH & Co. KG + 0018D1 + Siemens Home & Office Comm. Devices - 20AA4B - Cisco-Linksys LLC + 0018AA + Protec Fire Detection plc - CC6DEF - TJK Tietolaite Oy + 001896 + Great Well Electronic Ltd - A85BF3 - Audivo GmbH + 001890 + RadioCOM, s.r.o. - B8975A - BIOSTAR Microtech Int'l Corp. + 0018B9 + Cisco Systems Inc. - 4833DD - Zennio Avance Y Tecnologia, S.L. + 0018B8 + New Voice International AG - 087572 - Obelux Oy + 0018A1 + Tiqit Computers Inc. - 10C2BA - UTT Ltd + 001812 + Beijing Xinwei Telecom Technology Ltd - 90D74F - Bookeen + 00180B + Brilliant Telecommunications - 64C5AA - South African Broadcasting Corporation + 001861 + Ooma Inc. - 98AAD7 - Blue Wave Networking Ltd + 00185B + Network Chemistry Inc. - 9C53CD - ENGICAM s.r.l. + 001855 + Aeromaritime Systembau GmbH - 608645 - Avery Weigh-Tronix LLC + 001851 + SWsoft - FC8FC4 - Intelligent Technology Inc. + 001874 + Cisco Systems Inc. - 10FC54 - Shany Electronic Ltd + 001869 + Kingjim - C02973 - Audyssey Laboratories Inc. + 001856 + EyeFi Inc. - 78FE3D - Juniper Networks + 00184E + Lianhe Technologies Inc. - 2838CF - Gen2wave + 00184C + Bogen Communications - 24BC82 - Dali Wireless Inc. + 001826 + Cale Access AB - B40C25 - Palo Alto Networks + 00182D + Artec Design - F8F7D3 - International Communications Corporation + 00182A + Taiwan Video & Monitor - 28D1AF - Nokia Corporation + 00183B + CENITS Ltd - 24C0B3 - RSF + 00183C + Encore Software Limited - FC455F - Jiangxi Shanshui Optoelectronic Technology Ltd + 001841 + High Tech Computer Corp - F04A2B - PYRAMID Computer GmbH + 001819 + Cisco Systems Inc. - 302DE8 - JDA LLC (JDA Systems) + 00180C + Optelian Access Networks - 48A6D2 - GJsun Optical Science and Tech Ltd + 001810 + IPTrade S.A. - 500B32 - Foxda Technology Industrial(Shenzhen) Ltd + 001809 + Cresyn - 603553 - Buwon Technology + 001804 + E-TEK Digital Technology Limited - E039D7 - Plexxi Inc. + 001800 + Unigrand Ltd - 7C336E - MEG Electronics Inc. + 0017FD + Amulet Hotkey - D4E33F - Nokia + 0017FC + Suprema Inc. - 68CD0F - U Tek Company Limited + 0017FB + FA - 603FC5 - Ltd + 0017D8 + Magnum Semiconductor Inc. - A4E391 - Deny Fontaine + 0017DA + Spans Logic - AC6FD9 - Valueplus Inc. + 0017CF + iMCA-GmbH - DC1EA3 - Accensus LLC + 0017B9 + Gambro Lundia AB - A40130 - ABIsystems Ltd + 0017B3 + Aftek Infosys Limited - 90A783 - JSW Pacific Corporation + 0017A2 + Camrivox Ltd - F8462D - SYNTEC Incorporation + 00175F + XENOLINK Communications Ltd - 78A5DD - Shenzhen Smarteye Digital Electronics Ltd + 00175C + Sharp Corporation - ECE744 - Omntec mfg Inc. + 00179D + Kelman Limited - 28AF0A - Sirius XM Radio Inc + 001790 + HYUNDAI DIGITECH Ltd - 5CD4AB - Zektor + 001791 + LinTech GmbH - 08FC52 - OpenXS BV + 001795 + Cisco Systems Inc. - 4C32D9 - M Rutty Holdings Pty Ltd + 001759 + Cisco Systems Inc. - 08A12B - Shenzhen EZL Technology Ltd + 001754 + Arkino HiTOP Corporation Limited - A00CA1 - SKTB SKiT + 001752 + DAGS Inc. - 64E84F - Serialway Communication Technology Ltd + 001756 + Vinci Labs Oy - 2C9EFC - Canon Inc. + 001777 + Obsidian Research Corporation - 182B05 - 8D Technologies + 00176A + Avago Technologies - 240BB1 - KOSTAL Industrie Elektrik GmbH + 001786 + wisembed - 20EEC6 - Elefirst Science & Tech Co Ltd + 001782 + LoBenn Inc. - E01E07 - Anite Telecoms US Inc. + 001778 + Central Music Co. - 7C6B33 - Tenyu Tech Ltd + 00176B + Kiyon Inc. - 147DC5 - Murata Manufacturing Ltd + 001799 + SmarTire Systems Inc. - 00B9F6 - Shenzhen Super Rich Electronics Ltd + 00177F + Worldsmart Retech - FCC23D - Atmel Corporation + 00176E + Ducati Sistemi - 88E7A6 - iKnowledge Integration Corp. + 001774 + Elesta GmbH - A446FA - AmTRAN Video Corporation + 00170C + Twig Ltd - CCE7DF - American Magnetics Inc. + 00170D + Dust Networks Inc. - 2804E0 - Fermax Electronica S.A.U. + 00170B + Contela Inc. - 644346 - Guangdong Quick Network Computer Ltd + 00170F + Cisco Systems Inc. - D4024A - Delphian Systems LLC + 001704 + Shinco Electronics Group Ltd - 0041B4 - Wuxi Zhongxing Optoelectronics Technology Ltd + 001707 + InGrid Inc. - F44450 - BND Ltd + 001712 + ISCO International - 0462D7 - Alstom Hydro France + 0016D8 + Senea AB - D4507A - CEIVA Logic Inc. + 0016D6 + TDA Tech Pty Ltd - 64D989 - Cisco Systems Inc. + 0016D5 + Synccom Ltd - 645DD7 - Shenzhen Lifesense Medical Electronics Ltd + 0016C9 + NAT Seattle Inc. - EC4670 - Meinberg Funkuhren GmbH & Co. KG + 0016C6 + North Atlantic Industries - D05A0F - I-BT Digital Ltd + 001724 + Studer Professional Audio GmbH - EC9681 - 2276427 Ontario Inc + 001702 + Osung Midicom Ltd - 5C076F - Thought Creator + 0016F7 + L-3 Communications, Aviation Recorders - 3C0FC1 - KBC Networks + 00172D + Axcen Photonics Corporation - 58E636 - EVRsafe Technologies + 001741 + Defidev - 10F9EE - Nokia Corporation + 001738 + International Business Machines - 742B0F - Infinidat Ltd + 00171E + Theo Benning GmbH & Co. KG - C8F981 - Seneca s.r.l. + 0016D2 + Caspian - 24497B - Innovative Converged Devices Inc + 0016A4 + Ezurio Ltd - 98E79A - Foxconn(NanJing) Communication Ltd + 001699 + Tonic DVB Marketing Ltd - A0E9DB - Ningbo FreeWings Technologies Ltd + 00169B + Alstom Transport - 788973 - CMC + 001690 + J-TEK Incorporation - 14307A - Avermetrics + 001693 + PowerLink Technology Inc. - A06CEC - RIM + 001698 + T&A Mobile Phones - 203706 - Cisco Systems Inc. + 001662 + Liyuh Technology Ltd - F4B164 - Lightning Telecommunications Technology Ltd + 001661 + Novatium Solutions (P) Ltd - 70B035 - Shenzhen Zowee Technology Ltd + 001664 + Prod-El SpA - 8821E3 - Nebusens, S.L. + 00165E + Precision I/O - 90B97D - Johnson Outdoors Marine Electronics d/b/a Minnkota + 001658 + Fusiontech Technologies Inc. - 7CF429 - NUUO Inc. + 0016A5 + Tandberg Storage ASA - CCB55A - Fraunhofer ITWM + 0016A1 + 3Leaf Networks - AC8ACD - ROGER D.Wensker, G.Wensker sp.j. + 001666 + Quantier Communication Inc. - 984246 - SOL Industry PTE Ltd + 001681 + Vector Informatik GmbH - 3429EA - MCD Electronics SP. Z O.O. + 00BAC0 + Biometric Access Company - 8C82A8 - Insigma Technology Ltd + 001685 + Elisa Oyj - 60190C - Rramac + 001680 + Bally Gaming + Systems - D05FCE - Hitachi Data Systems + 001696 + QDI Technology (H.K.) Limited - F80332 - Khomp + 0016BE + InfRANET Inc. - 28A574 - Miller Electric Mfg. Co. + 0016AB + Dansensor A/S - 1045BE - Norphonic AS + 001653 + LEGO System A/S IE Electronics Division - 90B8D0 - Joyent Inc. + 001652 + Hoatech Technologies Inc. - AC4723 - Genelec + 001650 + Kratos EPD - E8BA70 + 0015FA Cisco Systems Inc. - D4A425 - SMAX Technology Ltd - - - 281471 - Lantis Ltd + 0015FC + Littelfuse Startco - 24470E - PentronicAB + 0015F7 + Wintecronics Ltd - D09B05 - Emtronix + 001630 + Vativ Technologies - 8C11CB - ABUS Security-Center GmbH & Co. KG + 00162F + Geutebruck GmbH - FC8329 - Trei technics + 00162B + Togami Electric Mfg Ltd - 14EB33 - BSMediasoft Ltd + 001642 + Pangolin - F4B549 - Xiamen Yeastar Information Technology Ltd + 001637 + CITEL SpA - 88B168 - Delta Control GmbH + 001608 + Sequans Communications - 68876B - INQ Mobile Limited + 001624 + Teneros Inc. - 1CAA07 - Cisco Systems Inc. + 0015F8 + Kingtronics Industrial Ltd - 685B36 - Powertech Industrial Ltd + 00161C + e:cue - 28EE2C - Frontline Test Equipment + 0015B8 + Tahoe - 782EEF - Nokia Corporation + 0015B6 + ShinMaywa Industries Ltd - 7CF0BA - Linkwell Telesystems Pvt Ltd + 0015B0 + Autotelenet Ltd - AC8674 - Open Mesh Inc. + 0015B1 + Ambient Corporation - 64D241 - Keith & Koep GmbH + 00159F + Terascala Inc. - 18B79E - Invoxia + 00159E + Mad Catz Interactive Inc - 8C4435 - Shanghai BroadMobi Communication Technology Ltd + 0015A1 + ECA-Sinters - F81D93 - Longdhua(Beijing) Controls Technology Ltd + 001593 + U4EA Technologies Inc. - 94D93C - Enelps + 001581 + MAKUS Inc. - B8BEBF - Cisco Systems Inc. + 00157A + Telefin S.p.A. - 64B64A - ViVOtech Inc. + 0015C3 + Ruf Telematik AG - 38D135 - EasyIO Corporation Sdn. Bhd. + 0015E6 + MOBILE TECHNIKA Inc. - CCF841 - Lumewave + 0015DB + Canesta Inc. - 30EB25 - Intek Digital + 00158D + Jennic Ltd - 44E4D9 - Cisco Systems Inc. + 001584 + Schenck Process GmbH - ACCA54 - Telldus Technologies AB + 0015CC + Uquest Ltd - 901900 - SCS SA + 0015C6 + Cisco Systems Inc. - D45D42 - Nokia Corporation + 0015D7 + Reti Corporation - B03829 - Siliconware Precision Industries Ltd + 0015CB + Surf Communication Solutions Ltd - 7C6C39 - Pixsys SRL + 0015A7 + Robatech AG - 18B3BA - Netlogic AB + 001523 + Meteor Communications Corporation - 8C5FDF - Beijing Railway Signal Factory + 001524 + Numatics Inc. - D47B75 - HARTING Electronics GmbH + 00151B + Isilon Systems Inc. - D8DF0D - beroNet GmbH + 001573 + NewSoft Technology Corporation - ACF97E - Elesys Inc. + 001575 + Nevis Networks Inc. - 204005 - feno GmbH + 00156C + Sane System Ltd - D46F42 - WAXESS USA Inc + 00156A + DG2L Technologies Pvt Ltd - 300B9C - Delta Mobile Systems Inc. + 001529 + N3 Corporation - 6CAD3F - Hubbell Building Automation Inc. + 00152D + TenX Networks LLC - B01B7C - Ontrol A.S. + 00156F + Xiranet Communications GmbH - 04C5A4 - Cisco Systems Inc. + 001572 + Red-Lemon - BC2846 - NextBIT Computing Pvt Ltd + 001567 + RADWIN Inc. - BC0F2B - Fortune Techgroup Ltd + 00155B + Sampo Corporation - 648125 - Alphatron Marine BV + 001553 + Cytyc Corporation - 8CF9C9 - MESADA Technology Ltd + 001551 + RadioPulse Inc. - C0626B - Cisco Systems Inc. + 001552 + Wi-Gear Inc. - 94E226 - D. ORtiz Consulting LLC + 00153E + Q-Matic Sweden AB - D8C99D - EA Display Limited + 001542 + Microhard S.R.L. - 1083D2 - Microseven Systems LLC + 00154E + IEC - 34684A - Teraworks Ltd + 001550 + Nits Technology Inc - CCFC6D - RIZ Transmitters + 001546 + ITG Worldwide Sdn Bhd - E03E7D - data-Complex GmbH + 00155D + Microsoft Corporation - 0CC6AC - Dags + 001562 + Cisco Systems Inc. - 042605 - GFR Gesellschaft fur Regelungstechnik und Energieeinsparung mbH + 0014E1 + Data Display AG - 24F0FF - GHT Ltd + 0014E3 + mm-lab GmbH - 9CC0D2 - Conductix-Wampfler GmbH + 0014D9 + IP Fabrics Inc. - CCF67A - Ayecka Communication Systems Ltd + 0014D6 + Jeongmin Electronics Ltd - 8065E9 - BenQ Corporation + 0014F9 + Vantage Controls - EC986C - Lufft Mess- und Regeltechnik GmbH + 0014E7 + Stolinx, Inc. - D093F8 - Stonestreet One LLC + 0014E9 + Nortech International - 9C645E - Harman Consumer Group + 0014ED + Airak Inc. - 1C334D - ITS Telecom + 0014CE + NF Corporation - DCD87F - Shenzhen JoinCyber Telecom Equipment Ltd + 0014D0 + BTI Systems Inc. - B4E0CD - Fusion-io Inc. + 001503 + PROFIcomms s.r.o. - 286046 - Lantech Communications Global Inc. + 001509 + Plus Technology Ltd - 10E2D5 - Qi Hardware Inc. + 0014F0 + Business Security OL AB - 60C980 - Trymus + 0014F2 + Cisco Systems Inc. - A036FA - Ettus Research LLC + 001510 + Techsphere Ltd - EC836C - RM Tech Ltd + 001513 + EFS sas - 303955 - Shenzhen Jinhengjia Electronic Ltd + 00148B + Globo Electronic GmbH & Co. KG - FC5B24 - Weibel Scientific A/S + 001490 + ASP Corporation - 78593E - RAFI GmbH & Co.KG + 001484 + Cermate Technologies Inc. - 509772 - Westinghouse Digital + 001479 + NEC Magnus Communications Ltd - 503DE5 - Cisco Systems Inc. + 00147B + Iteris Inc. - 540496 - Gigawave Ltd + 0014BB + Open Interface North America - EC4644 - TTK SAS + 001470 + Prokom Software SA - 4CB9C8 - Conet Ltd + 001467 + ArrowSpan Inc. - 8CB64F - Cisco Systems Inc. + 00145F + Aditec Ltd - 204AAA - Hanscan Spain S.A. + 001488 + Akorri - 20FECD - System In Frontier Inc. + 00147A + Eubus GmbH - F0933A - NxtConect + 00146D + RF Technologies - B8415F - ASP AG + 0014AC + Bountiful WiFi - 2CB69D - RED Digital Cinema + 0014A8 + Cisco Systems Inc. - 582F42 - Universal Electric Corporation + 0014A0 + Accsense Inc. - 0474A1 - Aligera Equipamentos Digitais Ltda + 001459 + Moram Ltd - 5C6984 - Nuvico + 001457 + T-Vips AS - 70DDA1 - Tellabs + 001453 + Advantech Technologies Ltd - 94D019 - Cydle Corp. + 001454 + Symwave - 8C278A - Vocollect Inc + 0013F8 + Dex Security Solutions - CC0CDA - Miljovakt AS + 0013F9 + Cavera Systems - E41C4B - V2 Technology Inc. + 0013F2 + Klas Ltd - 5CF3FC - IBM Corp + 0013F7 + SMC Networks Inc. - A86A6F - RIM + 00144B + Hifn Inc. - 68122D - Special Instrument Development Ltd + 001441 + Innovation Sound Technology Ltd - 94F720 - Tianjin Deviser Electronics Instrument Ltd + 00143C + Rheinmetall Canada Inc. - DC9C52 - Sapphire Technology Limited. + 00141A + Deicy Corporation - 4891F6 - Shenzhen Reach software technology Ltd + 00141C + Cisco Systems Inc. - 649B24 - V Technology Ltd + 00140C + GKB Cctv Ltd - 846EB1 - Park Assist LLC + 0013FE + Grandtec Electronic Corp. - 6C504D - Cisco Systems Inc. + 001435 + CityCom Corp. - B8D06F - Guangzhou Hkust FOK Ying Tung Research Institute + 001448 + Inventec Multimedia & Telecom Corporation - EC14F6 - BioControl AS + 001416 + Scosche Industries Inc. - E8995A - PiiGAB, Processinformation i Goteborg AB + 001426 + NL Technology - 401D59 - Biometric Associates, LP + 0013C5 + Lightron Fiber-Optic Devices Inc. - B8FF6F - Shanghai Typrotech Technology Ltd + 0013C4 + Cisco Systems Inc. - 1CBD0E - Amplified Engineering Pty Ltd + 0013C2 + WACOM Ltd - A0F217 - GE Medical System(China) Ltd + 0013BF + Media System Planning Corp. - F0A764 - GST Ltd + 0013BB + Smartvue Corporation - 1C0656 - IDY Corporation + 0013B5 + Wavesat - 500E6D - TrafficCast International + 0013AF + NUMA Technology,Inc. - EC3BF0 - NovelSat + 0013B0 + Jablotron - 4CEDDE - Askey Computer Corp + 00139A + K-ubique ID Corp. - E8E08F - Gravotech Marking SAS + 00139E + Ciara Technologies Inc. - ACAB8D - Lyngso Marine A/S + 00139D + MaxLinear Hispania S.L.U. - 6083B2 - GkWare e.K. + 0013D5 + RuggedCom - 80D019 - Embed Inc. + 0013D6 + TII Network Technologies Inc. - 68EBC5 - Angstrem Telecom + 0013DB + SHOEI Electric Ltd - A0B5DA - HongKong THTF Ltd + 0013CD + MTI Ltd - 8886A0 - Simton Technologies Ltd + 0013D3 + Micro-Star International - A45055 - Busware.DE + 0013E6 + Technolution - A89B10 - inMotion Ltd + 0013DF + Ryvor Corp. - B41489 - Cisco Systems Inc. + 00138D + Kinghold - A4A80F - Shenzhen Coship Electronics Ltd + 0013ED + Psia - F8B599 - Guangzhou CHNAVS Digital Technology Ltd + 0013B1 + Intelligent Control Systems (Asia) Pte Ltd - B8921D - BG T&A + 00133C + Quintron Systems Inc. - D08999 - APCON Inc. + 00133D + Micro Memory Curtiss Wright Co - C88447 - Beautiful Enterprise Ltd + 00133F + Eppendorf Instrumente GmbH - 54FDBF - Scheidt & Bachmann GmbH + 001341 + Shandong New Beiyang Information Technology Ltd - D0BB80 - SHL Telemedicine International Ltd + 001330 + Euro Protection Surveillance - 5C17D3 - LGE + 001325 + Cortina Systems Inc - 1CDF0F - Cisco Systems Inc. + 001331 + CellPoint Connect - 68BDAB - Cisco Systems Inc. + 001335 + VS Industry Berhad - 9CADEF - Obihai Technology Inc. + 00132F + Interactek - C88B47 - Nolangroup S.P.A Con Socio Unico + 00134C + YDT Technology International - C4CD45 - Beijing Boomsense Technology Ltd + 001359 + ProTelevision Technologies A/S - 8CE7B3 - Sonardyne International Ltd + 001350 + Silver Spring Networks Inc. - 088DC8 - Ryowa Electronics Ltd + 00137F + Cisco Systems Inc. - 80C6CA - Endian s.r.l. + 001382 + Cetacea Networks Corporation - 7076F0 - LevelOne Communications (India) Private Limited + 001390 + Termtek Computer Ltd - C02BFC - iNES. applied Informatics GmbH + 001375 + American Security Products Co. - 94C7AF - Raylios Technology + 001358 + Realm Systems Inc. - D81C14 - Compacta International Ltd + 0012C1 + Check Point Software Technologies - 008C10 - Black Box Corp. + 0012BB + Telecommunications Industry Association TR-41 Committee - 90903C - Trison Technology Corporation + 0012B6 + Santa Barbara Infrared Inc. - E061B2 - Hangzhou Zenointel Technology Ltd + 0012B9 + Fusion Digital Technology - 9411DA - ITF Froschl GmbH + 0012ED + AVG Advanced Technologies - 8039E5 - Patlite Corporation + 0012EA + Trane - DC7B94 - Cisco Systems Inc. + 0012E7 + Projectek Networking Electronics Corp. - 5CCA32 - Theben AG + 0012C3 + WIT S.A. - 7415E2 - Tri-Sen Systems Corporation + 0012C8 + Perfect tech - ECC38A - Accuenergy (CANADA) Inc + 0012C6 + TGC America Inc. - D48FAA - Sogecam Industrial, S.A. + 0012CC + Bitatek Ltd - B081D8 - I-Sys Corp + 0012FA + THX Ltd - 14FEAF - Sagittar Limited + 001306 + Always On Wireless - B0B8D5 - Nanjing Nengrui Auto Equipment Ltd + 0012FD + Optimus IC S.A. - 94E711 - Xirka Dama Persada PT + 001305 + Epicom Inc. - 6C9B02 - Nokia Corporation + 0012E4 + ZIEHL Industrie-electronik GmbH + Co KG - 641E81 - Dowslake Microsystems + 001297 + O2Micro Inc. - EC542E - Shanghai XiMei Electronic Technology Ltd + 00129D + First International Computer do Brasil - FCD4F6 - Messana Air.Ray Conditioning s.r.l. + 00129C + Yulinet - D466A8 - Riedo Networks Ltd + 001290 + KYOWA Electric & Machinery Corp. - F0E5C3 - Dragerwerk AG & Co. KG aA + 001291 + KWS Computersysteme GmbH - D82986 - Best Wish Technology Ltd + 001295 + Aiware Inc. - 446132 - ecobee Inc + 00128B + Sensory Networks Inc - F41F0B - YAMABISHI Corporation + 00128F + Montilio - A082C7 - P.T.I Ltd + 0012A3 + Trust International B.V. - 043604 - Gyeyoung I&T + 0012A7 + ISR TECHNOLOGIES Inc - A4B2A7 - Adaxys Solutions AG + 0012AA + IEE Inc. - D0D0FD - Cisco Systems Inc. + 00129F + RAE Systems - E05B70 - Innovid Ltd + 0012B5 + Vialta Inc. - 141BBD - Volex Inc. + 0012B1 + Dai Nippon Printing Ltd - E87AF3 - S5 Tech S.r.l. + 001289 + Advance Sterilization Products - CC5C75 - Weightech Com. Imp. Exp. Equip. Pesagem Ltda + 001284 + Lab33 Srl - 1C6F65 - Giga-Byte Technology Ltd + 001281 + March Networks S.p.A. - 90E0F0 - IEEE 1722a Working Group + 00127E + Digital Lifestyles Group Inc. - 40520D - Pico Technology + 00126B + Ascalade Communications Limited - 807D1B - Neosystem Ltd + 001233 + JRC TOKKI Ltd - 18B209 - Torrey Pines Logic Inc. + 00125B + Kaimei Electroni - D84B2A - Cognitas Technologies Inc. + 001259 + Thermo Electron Karlsruhe - 684B88 - Galtronics Telemetry Inc. + 00125A + Microsoft Corporation - 98FC11 - Cisco-Linksys LLC + 00123D + GES Ltd - 34E0D7 - Dongguan Qisheng Electronics Industrial Ltd + 001239 + S Net Systems Inc. - D84606 - Silicon Valley Global Marketing + 00122F + Sanei Electric Inc. - F8AC6D - Deltenna Ltd + 001230 + Picaso Infocommunication Ltd - F450EB - Telechips Inc + 001246 + T.O.M Technology Inc.. - 988EDD - TE Connectivity Limerick + 001256 + LG Information & Comm. - A4AE9A - Maestro Wireless Solutions Ltd + 001214 + Koenig & Bauer AG - C848F5 - MEDISON Xray Ltd + 00120F + IEEE 802.3 - 78A714 - Amphenol + 00121D + Netfabric Corporation - F893F3 - Volans + 00120C + CE-Infosys Pte Ltd - 7866AE - ZTEC Instruments Inc. + 0011B3 + Yoshimiya Ltd - 4C022E - CMR Korea Ltd + 0011B6 + Open Systems International - 34AAEE - Mikrovisatos Servisas UAB + 0011B0 + Fortelink Inc. - 44D63D - Talari Networks + 0011AC + Simtec Electronics - 78A2A0 - Nintendo Ltd + 0011AD + Shanghai Ruijie Technology - 48FCB8 - Woodstream Corporation + 0011CD + Axsun Technologies - D4000D - Phoenix Broadband Technologies LLC. + 0011C5 + TEN Technology - AC5135 - MPI Tech + 0011BE + AGP Telecom Ltd - 74B9EB - JinQianMao Technology Ltd + 0011BA + Elexol Pty Ltd - D45297 - nSTREAMS Technologies Inc. + 0011BC + Cisco Systems Inc. - 1880CE - Barberry Solutions Ltd + 0011A8 + Quest Technologies - 24B6B8 - Friem SPA + 0011A1 + Vision Netware Ltd - A4561B - MCOT Corporation + 0011E2 + Hua Jung Components Ltd - 80C63F - Remec Broadband Wireless LLC + 0011DA + Vivaas Technology Inc. - 40D40E - Biodata Ltd + 0011DD + FROMUS TEC Ltd - 0C826A - Wuhan Huagong Genuine Optics Technology Ltd + 0011EB + Innovative Integration - E0271A - TTC Next-generation Home Network System WG + 0011EA + IWICS Inc. - 0097FF - Heimann Sensor GmbH + 0011E4 + Danelec Electronics A/S - E4AB46 - UAB Selteka + 0011E1 + Arcelik A.S - 945B7E - Trilobit Ltda. + 0011FB + Heidelberg Engineering GmbH - 04E548 - Cohda Wireless Pty Ltd + 0011D6 + HandEra Inc. - 7071BC - Pegatron Corporation + 0011CA + Long Range Systems Inc. - 7884EE - Indra Espacio S.A. + 0011EF + Conitec Datensysteme GmbH - 7C051E - Rafael Ltd + 00114F + US Digital Television Inc. - 10090C - Janome Sewing Machine Ltd + 001182 + IMI Norgren Ltd - E01CEE - Bravo Tech Inc. + 00117A + Singim International Corp. - 2893FE - Cisco Systems Inc. + 001148 + Prolon Control Systems - F4C795 - WEY Elektronik AG + 001140 + Nanometrics Inc. - 781185 - NBS Payment Solutions Inc. + 001144 + Assurance Technology Corp - D05875 - Active Control Technology Inc. + 001163 + System SPA Dept. Electronics - C8EF2E - Beijing Gefei Tech Ltd + 00118F + Eutech Instruments PTE Ltd - 08F6F8 - GET Engineering + 00118D + Hanchang System Corp. - 3C4C69 - Infinity System S.L. + 00115F + ITX Security Ltd - 7830E1 - UltraClenz LLC + 001153 + Trident Tek Inc. - B09134 - Taleo + 001172 + Cotron Corporation - A4C2AB - Hangzhou LEAD-IT Information & Technology Ltd + 0011A0 + Vtech Engineering Canada Ltd - 48AA5D - Store Electronic Systems + 00119B + Telesynergy Research Inc. - 042F56 - ATOCS (Shenzhen) Ltd + 001191 + CTS-Clima Temperatur Systeme GmbH - E85E53 - Infratec Datentechnik GmbH + 001189 + Aerotech Inc - 88BA7F - Qfiednet Ltd + 000FFB + Nippon Denso Industry Ltd - 64DB18 - OpenPattern + 000FF2 + Loud Technologies Inc. - 90A2DA - Gheo SA + 000FF1 + nex-G Systems Pte Ltd - 9889ED - Anadem Information Inc. + 001101 + CET Technologies Pte Ltd - D81BFE - Twinlinx Corporation + 000FFF + Control4 - FC4463 - Universal Audio Inc. + 000FFC + Merit Li-Lin Ent. - 102D96 - Looxcie Inc. + 001113 + Fraunhofer FOKUS - 5C35DA - There Corporation Oy + 001112 + Honeywell CMSS - A06986 - Wellav Technologies Ltd + 000FE0 + NComputing Ltd - EC8EAD - DLX + 000FE3 + Damm Cellular Systems A/S - 34C69A - Enecsys Ltd + 001128 + Streamit - D8AE90 - Itibia Technologies + 00113F + Alcatel DI - B8653B - Bolymin Inc. + 001137 + Aichi Electric Ltd - 38E8DF - b GmbH medien + datenbanken + 000FF3 + Jung Myoung Communications & Technology - 1C129D - IEEE PES Psrc/SUB + 00113A + Shinboram - E0CA4D - Shenzhen Unistar Communication Ltd + 000F89 + Winnertec System Ltd - 0CC9C6 - Samwin Hong Kong Limited + 000FA4 + Sprecher Automation GmbH - 1062C9 - Adatis GmbH & Co. KG + 000FA6 + S2 Security Corporation - 60B3C4 - Elber Srl + 000FAA + Nexus Technologies - 04C880 - Samtec Inc + 000FA8 + Photometrics Inc. - F88DEF - Tenebraex + 000FBD + MRV Communications (Networks) Ltd - 042234 - Wireless Standard Extensions + 000FB4 + Timespace Technology - F0B6EB - Poslab Technology Ltd + 000F9D + DisplayLink (UK) Ltd - 80C862 - Openpeak Inc. + 000FC5 + KeyMed Ltd - 1C8F8A - Phase Motion Control SpA + 000FBF + DGT Sp. z o.o. - FCCCE4 - Ascon Ltd + 000F92 + Microhard Systems Inc. - 5850E6 - Best Buy Corporation + 000FCB + 3Com Corporation - 3C1CBE - Jadak LLC + 000FD5 + Schwechat - RISE - BCD5B6 - d2d technologies + 000F67 + West Instruments - FC683E - Directed Perception Inc. + 000F6E + BBox - 28E794 - Microtime Computer Inc. + 000F6F + FTA Communication Technologies - 0CD502 - Westell Technologies Inc. + 000F63 + Obzerv Technologies - 70828E - OleumTech Corporation + 000F21 + Scientific Atlanta Inc. - A438FC - Plastic Logic + 000F11 + Prodrive B.V. - 18FC9F - Changhe Electronics Ltd + 000F13 + Nisca Corporation - 94592D - EKE Building Technology Systems Ltd + 000F14 + Mindray Ltd - CC69B0 - Global Traffic Technologies LLC + 000F65 + icube Corp. - A0593A - V.D.S. Video Display Systems srl + 000F5D + Genexis BV - CCEA1C - DCONWORKS Ltd + 000F58 + Adder Technology Limited - 7C08D9 - Shanghai B-Star Technology Co + 000F12 + Panasonic Europe Ltd - 2059A0 - Paragon Technologies Inc. + 000F0E + WaveSplitter Technologies Inc. - 38E98C - Reco S.p.A. + 000F0C + Synchronic Engineering - A0BFA5 - Coresys + 000F0B + Kentima Technologies AB - B05B1F - Thermo Fisher Scientific S.P.A. + 000F46 + Sinar AG - 24D2CC - SmartDrive Systems Inc. + 000F41 + Zipher Ltd - 0CEF7C - AnaCom Inc + 000F4D + TalkSwitch - ECE9F8 - Guang Zhou TRI-SUN Electronics Technology Ltd + 000F71 + Sanmei Electronics Ltd - 34CE94 - Parsec (Pty) Ltd + 000F6B + GateWare Communications GmbH - 34EF8B - NTT Communications Corporation + 000ED5 + CoPAN Systems Inc. - 687F74 - Cisco-Linksys LLC + 000ECA + WTSS Inc - D0D286 - Beckman Coulter K.K. + 000ECC + Tableau LLC - C4198B - Dominion Voting Systems Corporation + 000ECB + VineSys Technology - C83A35 - Tenda Technology Ltd + 000ED2 + Filtronic plc - 6C8CDB - Otus Technologies Ltd + 000EC8 + Zoran Corporation - 40F52E - Leica Microsystems (Schweiz) AG + 000ED9 + Aksys Ltd - E4FFDD - Electron India + 000EB4 + Guangzhou Gaoke Communications Technology Ltd - 68A1B7 - Honghao Mingchuan Technology (Beijing) Ltd + 000EB1 + Newcotech Ltd - 0CD7C2 - Axium Technologies Inc. + 000EA9 + Shanghai Xun Shi Communications Equipment Ltd - E84ECE - Nintendo Ltd + 000EB7 + Knovative Inc. - 1045F8 - LNT-Automation GmbH + 000EFA + Optoway Technology Incorporation - DCE71C - AUG Elektronik GmbH + 000EFD + Fujinon Corporation - A870A5 - UniComm Inc. + 000EF5 + iPAC Technology Ltd - F8472D - X2gen Digital Corp Ltd + 000EFB + Macey Enterprises - 08184C - A. S. Thomas Inc. + 000F09 + Private - 10880F - Daruma Telecomunicacoes e Informatica S.A. + 000EDC + Tellion Inc. - FC6198 - NEC Personal Products Ltd + 000ECD + Skov A/S - 74D850 - Evrisko Systems + 000EDB + XiNCOM Corp. - 54B620 - SUHDOL E&C Ltd + 000EDD + Shure Incorporated - 78C40E - H&D Wireless + 000EC2 + Lowrance Electronics Inc. - 2C0623 - Win Leader Inc. + 000EA3 + CNCR-IT LtdHangZhou P.R.CHINA - 0C2755 - Valuable Techologies Limited + 000EA2 + McAfee Inc. - 78998F - Mediline Italia SRL + 000E9B + Ambit Microsystems Corporation - 40ECF8 - Siemens AG + 000E78 + Amtelco - BCB181 - Sharp Corporation + 000E71 + Gemstar Technology Development Ltd - C8873B - Net Optics + 000E70 + in2 Networks - A8CE90 - CVC + 000E37 + Harms & Wende GmbH & Co.KG - E41F13 - IBM Corp + 000E31 + Olympus Soft Imaging Solutions GmbH - 701AED - Advas Ltd + 000E2F + Roche Diagnostics GmbH - 6465C0 - Nuvon Inc. + 000E2A + Private - 7C1EB3 - 2N TELEKOMUNIKACE a.s. + 000E9E + Topfield Ltd - 4456B7 - Spawn Labs Inc. + 000E41 + Nihon Mechatronics Ltd - 44C9A2 - Greenwald Industries + 000E3C + Transact Technologies Inc - 906DC8 - DLG Automacao Industrial Ltda + 000E63 + Lemke Diagnostics GmbH - 584CEE - Digital One Technologies, Limited + 000E5B + ParkerVision - Direct2Data - 002721 - Shenzhen Baoan Fenda Industrial Ltd + 000E60 + 360SUN Digital Broadband Corporation - A07332 - Cashmaster International Limited + 000E54 + AlphaCell Wireless Ltd - 64C6AF - AXERRA Networks Ltd + 000E4E + Waveplus Technology Ltd - 44568D - PNC Technologies Ltd + 000E4A + Changchun Huayu WEBPAD Ltd - 406186 - Micro-Star International + 000E93 + Milenio 3 Sistemas Electronicos, Lda. - 0026F5 - XRPLUS Inc. + 000E8D + Systems in Progress Holding GmbH - 0026F8 - Golden Highway Industry Development Ltd + 000E76 + Gemsoc Innovision Inc. - 0026F4 - Nesslab + 000E7D + Electronics Line 3000 Ltd - 0026EE - TKM GmbH + 000E2C + Netcodec Co. - 0026EF - Technology Advancement Group Inc. + 000E23 + Incipient Inc. - 0026B2 - Setrix GmbH + 000E25 + Hannae Technology Ltd - 0026AF - Duelco A/S + 000E20 + ACCESS Systems Americas Inc. - 0026B3 - Thales Communications Inc + 000E21 + MTU Friedrichshafen GmbH - 0026A7 - Connect SRL + 000DD4 + Symantec Corporation - 0026A4 - Novus Produtos Eletronicos Ltda + 000DD2 + Simrad Optronics ASA - 0026D8 - Magic Point Inc. + 000DD1 + Stryker Corporation - 0026D6 - Ningbo Andy Optoelectronic Ltd + 000DD7 + Bright - 00270F - Envisionnovation Inc + 000DD9 + Anton Paar GmbH - 00270A - IEE S.A. + 000DDC + VAC - 002709 - Nintendo Ltd + 000DE0 + ICPDAS Ltd - 0026D3 - Zeno Information System + 000DE3 + AT Sweden AB - 0026D1 - S Squared Innovations Inc. + 000DEA + Kingtel Telecommunication Corp. - 0026CB + 000DED Cisco Systems Inc. - 002701 - IncOstartec GmbH + 000DE4 + DIGINICS Inc. - 0026FB - AirDio Wireless Inc. + 000E09 + Shenzhen Coship Software Ltd - 00271A - Geenovo Technology Ltd + 000E05 + Wireless Matrix Corp. - 002714 - Grainmustards Ltd + 000E22 + Private - 002715 - Rebound Telecom Ltd + 000E1C + Hach Company - 0026E6 - Visionhitech Ltd + 000E02 + Advantech AMT Inc. - 0026DF - TaiDoc Technology Corp. + 000DC9 + THALES Elektronik Systeme GmbH - 00266A - Essensium NV + 000D81 + Pepperl+Fuchs GmbH - 00266B - Shine Union Enterprise Limited + 000D7A + DiGATTO Asia Pacific Pte Ltd - 002667 - Carecom Ltd + 000D77 + FalconStor Software - 0026A2 - Instrumentation Technology Systems + 000D76 + Hokuto Denshi Ltd - 00269F - Private + 000D7B + Consensys Computers Inc. - 002699 - Cisco Systems Inc. + 000D8F + King Tsushin Kogyo Ltd - 002647 - WFE Technology Corp. + 000D89 + Bils Technology Inc - 002640 - Baustem Broadband Technologies Ltd + 000D86 + Huber + Suhner AG - 002653 - DaySequerra Corporation + 000DC8 + AirMagnet Inc. - 00267B - GSI Helmholtzzentrum fur Schwerionenforschung GmbH + 000DBE + Bel Fuse Europe LtdUK - 002687 - Corega K.K + 000DBC + Cisco Systems Inc. - 00268D - CellTel S.p.A. + 000D9F + RF Micro Devices - 002628 - Companytec automacao e Controle Ltda. + 000DA5 + Fabric7 Systems Inc. - 00261F - SAE Magnetics (H.K.) Ltd + 000DC5 + EchoStar Global B.V. - 00261E - Qingbang Elec(SZ) Ltd + 000D99 + Orbital Sciences Corp.; Launch Systems Group - 002619 - FRC + 000D6C + M-Audio - 0025EA - Iphion BV + 000D70 + Datamax Corporation - 0025F0 - Suga Electronics Limited + 000D59 + Amity Systems Inc. - 0025E8 - Idaho Technology + 000D4E + NDR Ltd - 0025E4 - OMNI-WiFi LLC + 000D50 + Galazar Networks - 0025FC - Enda Endustriyel Elektronik Ltd STI. + 000D17 + Turbo Networks Ltd - 0025FA - J&M Analytik AG + 000D18 + Mega-Trend Electronics Ltd - 002633 - MIR - Medical International Research + 000D20 + Asahikasei Technosystem Ltd - 0025D7 - Cedo + 000D49 + Triton Systems Of Delaware Inc. - 0025D8 - Korea Maintenance + 000D48 + AEWIN Technologies Ltd - 0025D2 - InpegVision Ltd + 000D24 + Sentec E&E Ltd - 002630 - Acorel S.A.S + 000D22 + Unitronics Ltd - 00262A - Proxense LLC + 000D14 + Vtech Innovation LP dba Advanced American Telephones - 0025FE - Pilot Electronics Corporation + 000D5B + Smart Empire Investments Limited - 00257B - STJ Electronics PVT Ltd + 000D3A + Microsoft Corporation - 00257C - Huachentel Technology Development Ltd + 000D30 + IceFyre Semiconductor - 002575 - FiberPlex Technologies LLC + 000D31 + Compellent Technologies Inc. - 002570 - Eastern Communications Company Limited + 000D2C + Net2Edge Limited - 00259B - Beijing PKUNITY Microsystems Technology Ltd + 000D25 + Sanden Corporation - 002596 - GIGAVISION srl + 000D6F + Ember Corporation - 002595 - Northwest Signal Supply Inc. + 000D5E + NEC Personal Products - 0025C9 - Shenzhen Huapu Digital Ltd + 000D3F + VTI Instruments Corporation - 00258F - Trident Microsystems Inc. + 000CE3 + Option International N.V. - 002589 - Hills Industries Limited + 000CE7 + MediaTek Inc. - 002585 - KOKUYO S&T Ltd + 000CE8 + GuangZhou AnJuBao Ltd - 002581 - x-star networks Inc. + 000CE4 + NeuroCom International Inc. - 0025B5 - Cisco Systems Inc. + 000CB5 + Premier Technolgies Inc. - 0025BE - Tektrap Systems Inc. + 000CB6 + Nanjing SEU Mobile & Internet Technology Ltd - 0025A0 - Nintendo Ltd + 000CC3 + BeWAN Systems - 00254D - Singapore Technologies Electronics Limited + 000CB4 + AutoCell Laboratories Inc. - 00254C - Videon Central Inc. + 000CB1 + Salland Engineering (Europe) BV - 002543 - Moneytech + 000CBC + Iscutum - 00255B - CoachComm LLC + 000D04 + Foxboro Eckardt Development GmbH - 002516 - Integrated Design Tools Inc. + 000D08 + AboveCable Inc. - 002510 - Pico-Tesla Magnetic Therapies + 000D05 + cybernet manufacturing Inc. - 00256A - inIT - Institut Industrial IT + 000CFE + Grand Electronic Ltd - 002562 - interbro Ltd + 000D0E + Inqnet Systems Inc. - 002520 - SMA Railway Technology GmbH + 000D11 + DENTSPLY - Gendex - 002527 - Bitrode Corp. + 000CC8 + Xytronix Research & Design Inc. - 002525 - CTERA Networks Ltd + 000CCA + HGST a Western Digital Company - 002551 - SE-Elektronic GmbH + 000CD0 + Symetrix - 00253A - CEVA Ltd + 000CD9 + Itcare Ltd - 0024A2 - Hong Kong Middleware Technology Limited + 000CD5 + Passave Inc. - 0024B9 - Wuhan Higheasy Electronic Technology Development Ltd + 000CD2 + Schaffner EMV AG - 0024BD - Hainzl Industriesysteme GmbH + 000A07 + WebWayOne Ltd - 0024B6 - Seagate Technology + 000CB0 + Star Semiconductor Corporation - 0024F7 - Cisco Systems Inc. + 000C34 + Vixen Ltd - 0024E5 - Seer Technology Inc. + 000C58 + M&S Systems - 0024E2 - Hasegawa Electric Ltd + 000C51 + Scientific Technologies Inc. - 0024E0 - DS Tech LLC + 000C73 + Telson Electronics Ltd - 0024F3 - Nintendo Ltd + 000C65 + Sunin Telecom - 002501 - JSC Supertel + 000C6C + Eve Systems GmbH - 0024C8 - Broadband Solutions Group + 000C6F + Amtek System Ltd - 0024C5 - Meridian Audio Limited + 000C7E + Tellium Incorporated - 002496 - Ginzinger electronic Systems + 000C87 + AMD - 002499 - Aquila Technologies + 000C98 + LETEK Communications Inc. - 00248A - Kaga Electronics Ltd + 000C8E + Mentor Engineering Inc - 002435 - Wide Corporation + 000CA2 + Harmonic Video Network - 002431 - Uni-v Ltd + 000CA4 + Prompttec Product Management GmbH - 002432 - Neostar Technology Ltd + 000C5B + Hanwang Technology Ltd - 002443 - Nortel Networks + 000C60 + ACM Systems - 002441 - Wanzl Metallwarenfabrik GmbH + 000C83 + Logical Solutions - 00243B - CSSI (S) Pte Ltd + 000C96 + OQO Inc. - 002451 - Cisco Systems Inc. + 000C08 + HUMEX Technologies Corp. - 00244A - Voyant International + 000C0D + Communications & Power Industries / Satcom Division - 002447 - Kaztek Systems + 000C01 + Abatron AG - 002477 - Tibbo Technology + 000C39 + Sentinel Wireless Inc. - 00246E - Phihong USA Corp. + 000C33 + Compucase Enterprise Ltd - 00245D - Terberg besturingstechniek B.V. + 000BF6 + Nitgen Ltd - 002450 + 000BFD Cisco Systems Inc. - 002458 - PA Bastion CC + 000BFA + Exemys SRL - 002473 - 3Com Europe Ltd + 000BF4 + Private - 00246B - Covia Inc. + 000BFB + D-NET International Corporation - 0023F5 - Wilo SE + 000C1D + Mettler & Fuchs AG - 0023FF - Beijing HTTC Technology Ltd + 000C1E + Global Cache - 0023F6 - Softwell Technology Ltd + 000C1A + Quest Technical Solutions Inc. - 0023F3 - Glocom Inc. + 000C24 + Anator - 0023F0 - Shanghai Jinghan Weighing Apparatus Ltd + 000C19 + Telio Communications GmbH - 002410 - NUETEQ Technology,Inc. + 000C13 + MediaQ - 002408 - Pacific Biosciences + 000C06 + Nixvue Systems Pte Ltd - 002430 - Ruby Tech Corp. + 000C2D + FullWave Technology Ltd - 00242E - Datastrip Inc. + 000C26 + Weintek Labs Inc. - 00241D - Giga-Byte Technology Ltd + 000C2B + ELIAS Technology Inc. - 00241A - Red Beetle Inc. + 000BF0 + MoTEX Products Ltd - 002414 - Cisco Systems Inc. + 000BF1 + LAP Laser Applikations - 00240C - DELEC GmbH + 000BEE + Inc.jet Inc.orporated - 0023F9 - Double-Take Software Inc. + 000B8D + Avvio Networks - 0023E9 - F5 Networks Inc. + 000B85 + Cisco Systems Inc. - 0023EA - Cisco Systems Inc. + 000B7F + Align Engineering LLC - 0023E5 - IPaXiom Networks + 000BA6 + Miyakawa Electric Works Ltd - 0023B6 - Securite Communications / Honeywell + 000B93 + Ritter Elektronik - 0023B8 - Sichuan Jiuzhou Electronic Technology Ltd + 000B9B + Sirius System Ltd - 0023BA - Chroma + 000BE2 + Lumenera Corporation - 0023BC - EQ-Sys GmbH + 000BE1 + Nokia NET Product Operations - 0023B1 - Longcheer Technology (Singapore) Pte Ltd + 000BA8 + Hanback Electronics Ltd - 002396 - Andes Technology Corporation + 000BA9 + CloudShield Technologies Inc. - 002394 - Samjeon + 000BA1 + Fujikura Solutions Ltd - 002377 - Isotek Electronics Ltd + 000B8E + Ascent Corporation - 002371 - SOAM Systel + 000B8F + Akita Electronics Systems Ltd - 0023A1 - Trend Electronics Ltd + 000BCB + Fagor Automation , S. Coop - 0023A6 - E-Mon + 000BC8 + AirFlow Networks - 0023A8 - Marshall Electronics + 000BCE + Free2move AB - 00239A - EasyData Hardware GmbH + 000BCF + Agfa NDT Inc. - 0023CC - Nintendo Ltd + 000BC3 + Multiplex Inc. - 002379 - Union Business Machines Ltd + 000BBE + Cisco Systems Inc. - 00238C - Private + 000BE0 + SercoNet Ltd - 0023C0 - Broadway Networks + 000BBD + Connexionz Limited - 002358 - Systel SA + 000B40 + Cambridge Industries Group (CIG) - 002356 - Packet Forensics LLC + 000B42 + Commax Ltd - 002350 - RDC Inc. dba LynTec + 000B47 + Advanced Energy - 00234F - Luminous Power Technologies Pvt Ltd + 000B81 + Kaparel Corporation - 00234B - Inyuan Technology Inc. + 000B82 + Grandstream Networks Inc. - 002349 - Helmholtz Centre Berlin for Material and Energy + 000B6E + Neff Instrument Corp. - 002346 - Vestac + 000B72 + Lawo AG - 002307 - Future Innovation Tech Ltd + 000B31 + Yantai ZhiYang Scientific and technology Industry Ltd - 002305 - Cisco Systems Inc. + 000B2F + bplan GmbH - 0022FF - Nivis LLC + 000B3D + CoNTAL OK Ltd - 002344 - Objective Interface Systems Inc. + 000B4D + Emuzed - 00233C - Alflex + 000B24 + AirLogic - 002333 - Cisco Systems Inc. + 000B78 + Taifatech Inc. - 00232E - Kedah Electronics Engineering LLC + 000B6C + Sychip Inc. - 002320 - Nicira Networks + 0091D6 + Crystal Group Inc. - 002364 - Power Instruments Pte Ltd + 000B5A + HyperEdge - 002317 - Lasercraft Inc + 000B0F + Bosch Rexroth - 00230E - Gorba AG + 000B0C + Agile Systems Inc. - 002362 - Goldline Controls + 000B0A + dBm Optics - 00235E - Cisco Systems Inc. + 000B09 + Ifoundry Systems Singapore - 002322 - KISS Teknical Solutions Inc. + 000B1D + LayerZero Power Systems Inc. - 0022B6 - Superflow Technologies Group + 000B19 + Vernier Networks Inc. - 0022B5 - Novita + 000B16 + Communication Machinery Corporation - 0022B2 - 4RF Communications Ltd + 000B12 + NURI Telecom Ltd - 0022AC - Hangzhou Siyuan Tech Ltd + 000AC5 + Color Kinetics - 0022AD - Telesis Technologies Inc. + 000ABD + Rupprecht & Patashnick Co. - 0022AE - Mattel Inc. + 000ACB + XPAK MSA Group - 0022D5 - Eaton Corp. Electrical Group Data Center Solutions - Pulizzi + 000AD5 + Brainchild Electronic Ltd - 0022D1 - Albrecht Jung GmbH & Co. KG + 000AD6 + BeamReach Networks - 0022D2 - All Earth Comercio de Eletronicos LtdA. + 000AFE + NovaPal Ltd - 0022C2 - Proview Eletronica do Brasil LtdA + 000AFD + Kentec Electronics - 0022BD - Cisco Systems Inc. + 000AEF + Otrum ASA - 0022BA - HUTH Elektronik Systeme GmbH + 000AE5 + ScottCare Corporation - 0022BB - beyerdynamic GmbH & Co. KG + 000AB0 + LOYTEC electronics GmbH - 0022A3 - California Eastern Laboratories + 000AB5 + Digital Electronic Network - 002302 - Cobalt Digital Inc. + 000AD2 + JEPICO Corporation - 0022F5 - Advanced Realtime Tracking GmbH + 000A98 + M+F Gwinner GmbH & Co - 0022CA - Anviz Biometric Tech Ltd + 000A9B + TB Group Inc - 0022C7 - SEGGER Microcontroller GmbH & Co. KG + 000A6C + Walchem Corporation - 0022C1 - Active Storage Inc. + 000A5F + almedio Inc. - 00228F - Cnrs + 000A6B + Tadiran Telecom Business Systems Ltd - 002297 - XMOS Semiconductor + 000A61 + Cellinx Systems Inc. - 002292 - Cinetal + 000A78 + Olitec - 0022E5 - Fisher-Rosemount Systems Inc. + 000AA9 + Brooks Automation GmbH - 0022E4 - Apass Technology Ltd + 000AA5 + Maxlink Industries Limited - 00224F - Byzoro Networks Ltd + 000AA2 + Systek Inc. - 002251 - Lumasense Technologies + 000A5B + Power-One as - 00225E - Uwin Technologies Ltd + 000A55 + MARKEM Corporation - 002258 - Taiyo Yuden Ltd + 000A73 + Scientific Atlanta - 00225B - Teradici Corporation + 000A69 + SUNNY bell Technology Ltd - 002259 - Guangzhou New Postcom Equipment Ltd + 000A84 + Rainsun Enterprise Ltd - 002253 - Entorian Technologies + 000A7E + The Advantage Group - 00222C - Ceton Corp + 000A4C + Molecular Devices Corporation - 00222D - SMC Networks Inc. + 000A4D + Noritz Corporation - 00222A - SoundEar A/S + 000A91 + HemoCue AB - 00227E - Chengdu 30Kaitian Communication Industry Ltd + 0009F2 + Cohu Inc., Electronics Division - 00227C - Woori SMT Ltd + 0009E9 + Cisco Systems Inc. - 002277 - NEC Australia Pty Ltd + 0009DC + Galaxis Technology AG - 00223D - JumpGen Systems LLC + 000A3A + J-THREE INTERNATIONAL Holding Ltd - 002239 - Indiana Life Sciences Incorporated + 000A47 + Allied Vision Technologies - 002235 - Strukton Systems bv + 000A3C + Enerpoint Ltd - 002279 - Nippon Conlux Ltd + 000A44 + Avery Dennison Deutschland GmbH - 002271 - Jager Computergesteuerte Messtechnik GmbH. + 0009F8 + Unimo Technology Ltd - 002247 - DAC Engineering Ltd + 0009FF + X.net 2000 GmbH - 00221F - eSang Technologies Ltd + 000A03 + Endesa Servicios, S.L. - 0021E6 - Starlight Video Limited + 0009FE + Daisy Technologies Inc. - 0021E0 - CommAgility Ltd + 000A28 + Motorola - 0021DE - Firepro Wireless + 000A29 + Pan Dacom Networking AG - 0021F9 - WIRECOM Technologies + 0009EB + HuMANDATA Ltd - 0021FA - A4SP Technologies Ltd + 0009E8 + Cisco Systems Inc. - 0021F0 - EW3 Technologies LLC + 0009ED + CipherOptics - 0021D3 - Bocom Security(Asia Pacific) Limited + 000A40 + Crown Audio -- Harmanm International - 0021CC - Flextronics International + 000A26 + CEIA S.p.A. - 0021B9 - Universal Devices Inc. + 000A1D + Optical Communications Products Inc. - 0021B3 - Ross Controls + 000A16 + Lassen Research - 0021B6 - Triacta Power Technologies Inc. + 000A18 + Vichel Inc. - 002217 - Neat Electronics + 000A06 + Teledex LLC - 002211 - Rohati Systems + 0009A9 + Ikanos Communications - 0021CF - The Crypto Group + 00099F + Videx Inc. - 0021C5 - 3DSP Corp + 0009A2 + Interface Ltd - 002212 - CAI Networks Inc. + 0009A1 + Telewise Communications Inc. - 00220D - Cisco Systems Inc. + 00097D + SecWell Networks Oy - 002208 - Certicom Corp + 000976 + Datasoft ISDN Systems GmbH - 0021EE - Full Spectrum Inc. + 0009C6 + Visionics Corporation - 0021EC - Solutronic GmbH + 0009D1 + Seranoa Networks Inc - 002205 - WeLink Solutions Inc. + 0009CE + SpaceBridge Semiconductor Corp. - 002209 - Omron Healthcare Ltd + 0009B8 + Entise Systems - 00218C - TopControl GmbH + 0009AF + e-generis - 00218A - Electronic Design and Manufacturing Company + 0009AD + Hyundai Syscomm Inc. - 00218B - Wescon Technology Inc. + 0009BD + Epygi Technologies Ltd - 002184 - Powersoft SRL + 0009C2 + Onity Inc. - 002178 - Matuschek Messtechnik GmbH + 0009C3 + Netas - 002173 - Ion Torrent Systems Inc. + 0009B5 + 3J Tech Ltd - 002177 - W. L. Gore & Associates + 000982 + Loewe Opta GmbH - 002172 - Seoultek Valley + 000983 + GlobalTop Technology Inc. - 002153 - SeaMicro Inc. + 0009DD + Mavin Technology Inc. - 00217A - Sejin Electron Inc. + 00097A + Louis Design Labs. - 0021A4 - Dbii Networks + 00096B + IBM Corp - 002199 - Vacon Plc + 00096D + Powernet Technologies Corp. - 0021A0 - Cisco Systems Inc. + 000964 + Hi-Techniques Inc. - 002198 - Thai Radio Ltd + 000965 + HyunJu Computer Ltd - 0021AE - Alcatel-Lucent France - WTD + 000939 + ShibaSoku Ltd - 0021AF - Radio Frequency Systems + 000933 + Ophit Ltd - 002154 - D-TACQ Solutions Ltd + 000932 + Omnilux - 002169 - Prologix LLC. + 00091C + CacheVision Inc. - 00214B - Shenzhen HAMP Science & Technology Ltd + 00091A + Macat Optics & Electronics Ltd - 002145 - Semptian Technologies Ltd + 00091B + Digital Generation Inc. - 001FFE - HPN Supply Chain + 000929 + Sanyo Industries (UK) Limited - 001FFF - Respironics Inc. + 000928 + Telecore - 001FFC - Riccius+Sohn GmbH + 00092E + B&Tech System Inc. - 001FFD - Indigo Mobile Technologies Corp. + 00096F + Beijing Zhongqing Elegant Tech. Corp.,Limited - 002121 - VRmagic GmbH + 00095E + Masstech Group Inc. - 002123 - Aerosat Avionics + 00094F + elmegt GmbH & Co. KG - 00210A - byd:sign Corporation + 000943 + Cisco Systems Inc. - 002107 - Seowonintech Ltd + 000902 + Redline Communications Inc. - 00213F - A-Team Technology Ltd + 0008FA + KEB Automation KG - 00211B - Cisco Systems Inc. + 000959 + Sitecsoft - 00212D - Scimolex Corporation + 000957 + Supercaller Inc. - 001FD5 - MICRORISC s.r.o. + 0008D2 + ZOOM Networks Inc. - 001FB1 - Cybertech Inc. + 0008C5 + Liontech Ltd - 001FB2 - Sontheim Industrie Elektronik GmbH + 0008AA + Karam - 001FEE - ubisys technologies GmbH + 0008AB + EnerLinx.com Inc. - 001FEF - Shinsei Industries Ltd + 0008AD + Toyo-Linx Ltd - 001FEC - Synapse Electronique + 0008F2 + C&S Technology - 001FCA - Cisco Systems Inc. + 0008EA + Motion Control Engineering Inc. - 001FC3 - SmartSynch Inc. + 0008ED + ST&T Instrument Corp. - 001FE0 - EdgeVelocity Corp + 000888 + OULLIM Information Technology Inc,. - 001FD8 - A-Trust Computer Corporation + 000885 + EMS Dr. Thomas Wunsche - 001FD7 - Telerad SA + 000872 + Sorenson Communications - 001FD3 - RIVA Networks Inc. + 00089A + Alcatel Microelectronics - 001FC1 - Hanlong Technology Ltd + 0008A1 + CNet Technology Inc. - 001FBB - Xenatech Ltd + 000893 + LE Information Communication Inc. - 001FE8 - KURUSUGAWA Electronics Industry Inc,. + 0008CA + TwinHan Technology Ltd - 001FAB - I.S High Tech.Inc + 0008B6 + RouteFree Inc. - 001FAC - Goodmill Systems Ltd + 0008D8 + Dowkey Microwave - 001F36 - Bellwin Information Ltd + 0008DF + Alistel Inc. - 001F3D - Qbit GmbH + 0008DB + Corrigent Systems - 001F38 - Positron + 00087C + Cisco Systems Inc. - 001F2D - Electro-Optical Imaging Inc. + 000879 + CEM Corporation - 001F89 - Signalion GmbH + 00087D + Cisco Systems Inc. - 001F8A - Ellion Digital Inc. + 000875 + Acorp Electronics Corp. - 001F7F - Phabrix Limited + 000816 + Bluelon ApS - 001F76 - AirLogic Systems Inc. + 000811 + VOIX Corporation - 001F73 - Teraview Technology Ltd + 000806 + Raonet Systems Inc. - 001F62 - JSC Stilsoft + 00086F + Resources Computer Network Ltd - 001F67 - Hitachi Ltd + 000867 + Uptime Devices - 001F56 - Digital Forecast + 0007F8 + ITDevices Inc. - 001F52 - UVT Unternehmensberatung fur Verkehr und Technik GmbH + 0007F3 + Thinkengine Networks - 001F4F - Thinkware Ltd + 00081C + @pos.com - 001F2F - Berker GmbH & Co. KG + 00081E + Repeatit AB - 001F32 - Nintendo Ltd + 000856 + Gamatronic Electronic Industries Ltd - 001F44 - GE Transportation Systems + 000853 + Schleicher GmbH & Co. Relaiswerke KG - 001F39 - Construcciones y Auxiliar de Ferrocarriles, S.A. + 000826 + Colorado Med Tech - 001F7C - Witelcom AS + 00085E + PCO AG - 001F7A - WiWide Inc. + 00079A + Verint Systems Inc - 001F77 - Heol Design + 000774 + GuangZhou Thinker Technology Ltd - 001F94 - Lascar Electronics Ltd + 000798 + Selea SRL - 001F8E - Metris USA Inc. + 000791 + International Data Communications Inc. - 001F61 - Talent Communication Networks Inc. + 0007EE + telco Informationssysteme GmbH - 001ECE - BISA Technologies (Hong Kong) Limited + 0007E2 + Bitworks Inc. - 001EC8 - Rapid Mobile (Pty) Ltd + 0007E6 + edgeflow Canada Inc. - 001ECC - Cdvi + 0007E5 + Coup Corporation - 001EC5 - Middle Atlantic Products Inc + 0007DE + eCopilt AB - 001F03 - NUM AG + 0007C8 + Brain21 Inc. - 001EFF - Mueller-Elektronik GmbH & Co. KG + 0007C5 + Gcom Inc. - 001F05 - iTAS Technology Corp. + 0007C1 + Overture Networks Inc. - 001F07 - AZTEQ Mobile + 0007A7 + A-Z Inc. - 001EF6 - Cisco Systems Inc. + 0007A6 + Leviton Manufacturing Co. Inc. - 001EF9 - Pascom Kommunikations Systeme GmbH. + 0007A3 + Ositis Software Inc. - 001EF3 - From2 + 0007C2 + Netsys Telecom - 001F19 - BEN-RI Electronica S.A. + 00078F + Emkay Innovative Products - 001F11 - Openmoko Inc. + 000782 + Oracle Corporation - 001EE4 - ACS Solutions France + 0007AE + Britestream Networks Inc. - 001EED - Adventiq Ltd + 0007B1 + Equator Technologies - 001ED2 - Ray Shine Video Technology Inc + 0005F9 + TOA Corporation - 001ED4 - Doble Engineering + 0007CA + Creatix Polymedia Ges Fur Kommunikaitonssysteme - 001EFD - Microbit 2.0 AB + 0007DF + Vbrick Systems Inc. - 001EE7 - Epic Systems Inc + 000744 + Unico Inc. - 001EE9 - Stoneridge Electronics AB + 000749 + CENiX Inc. - 001F1C - KOBISHI ELECTRIC Ltd + 00073D + Nanjing Postel Telecommunications Ltd - 001E79 - Cisco Systems Inc. + 000739 + Scotty Group Austria GmbH - 001E76 - Thermo Fisher Scientific + 00074E + IPFRONT Inc - 001E72 - PCS + 000752 + Rhythm Watch Ltd - 001E5F - KwikByte LLC + 00074F + Cisco Systems Inc. - 001E5B - Unitron Company Inc. + 000743 + Chelsio Communications - 001E5E - Computime Ltd + 000747 + Mecalc - 001E9D - Recall Technologies Inc. + 000779 + Sungil Telecom Ltd - 001E95 - Sigmalink + 00077E + Elrest GmbH - 001E93 - CiriTech Systems Inc + 000778 + GERSTEL GmbH & Co. KG - 001EA2 - Symx Systems Inc. + 00076D + Flexlight Networks - 001EA9 - Nintendo Ltd + 000730 + Hutchison OPTEL Telecom Technology Ltd - 001E9E - ddm hopt + schuler GmbH + Co. KG + 000722 + The Nielsen Company - 001EBE - Cisco Systems Inc. + 000760 + TOMIS Information & Telecom Corp. - 001EC3 - Kozio Inc. + 000735 + Flarion Technologies Inc. - 001EBD - Cisco Systems Inc. + 00075E + Ametek Power Instruments - 001EB9 - Sing Fai Technology Limited + 00071F + European Systems Integration - 001EB7 - TBTech Ltd + 000721 + Formac Elektronik GmbH - 001E69 - Thomson Inc. + 000786 + Wireless Networks Inc. - 001E92 - Jeulin S.A. + 0006BC + Macrolink Inc. - 001E91 - KIMIN Electronic Ltd + 0006C2 + Smartmatic Corporation - 001E89 - CRFS Limited + 000654 + Winpresa Building Automation Technologies GmbH - 001E86 - MEL Ltd + 0006B4 + Vorne Industries Inc. - 001E88 - Andor System Support Ltd + 0006AE + Himachal Futuristic Communications Ltd - 001E0C - Sherwood Information Partners Inc. + 0006E5 + Fujian Newland Computer Ltd - 001E02 - Sougou Keikaku Kougyou Ltd + 0006DE + Flash Technology - 001E01 - Renesas Technology Sales Ltd + 0006DF + AIDONIC Corporation - 001DFF - Network Critical Solutions Ltd + 0006DD + AT & T Laboratories - Cambridge Ltd - 001E00 - Shantou Institute Of Ultrasonic Instruments + 0006F0 + Digeo Inc. - 001E54 - TOYO ELECTRIC Corporation + 000700 + Zettamedia Korea - 001E3C - Lyngbox Media AB + 0006C5 + INNOVI Technologies Limited - 001E4D - Welkin Sciences LLC + 0006C6 + lesswire AG - 001E4B - City Theatrical + 0006B7 + TELEM GmbH - 001E4A - Cisco Systems Inc. + 0006EF + Maxxan Systems Inc. - 001E13 - Cisco Systems Inc. + 0006E9 + Intime Corp. - 001E0D - Micran Ltd + 0006EA + ELZET80 Mikrocomputer GmbH&Co. KG - 001E09 - ZEFATEK Ltd + 000708 + Bitrage Inc. - 001E06 - Wibrain + 000712 + JAL Information Technology - 001E2C - CyVerse Corporation + 000713 + IP One Inc. - 001E26 - Digifriends Ltd + 000707 + Interalia Inc. - 001E23 - Electronic Educational Devices Inc. + 0006F2 + Platys Communications - 001DF3 - SBS Science & Technology Ltd + 0006FA + IP SQUARE Ltd - 001DEE - Nextvision Sistemas Digitais de Televisao Ltda. + 000703 + CSEE Transport - 001DEA - Commtest Instruments Ltd + 000706 + Sanritz Corporation - 001DDD - DAT H.K. Limited + 0006D1 + Tahoe Networks Inc. - 001DE4 - Visioneered Image Systems + 0006D4 + Interactive Objects Inc. - 001DE2 - Radionor Communications + 0006CA + American Computer & Digital Components Inc. (ACDC) - 001DD7 - Algolith + 0006CE + Dateno - 001DC9 - GainSpan Corp. + 00068E + HID Corporation - 001D86 - Shinwa Industries(China) Ltd + 00068A + NeuronNet Ltd R&D Center - 001D88 - Clearwire + 000685 + NetNearU Corporation - 001D81 - Guangzhou Gateway Electronics Ltd + 000650 + Tiburon Networks Inc. - 001D7D - Giga-Byte Technology Ltd + 00065E + Photuris Inc. - 001DC7 - L-3 Communications Geneva Aerospace + 00067F + Digeo Inc. - 001D89 - VaultStor Corporation + 000683 + Bravara Communications Inc. - 001D66 - Hyundai Telecom + 000655 + Yipee Inc. - 001D77 - NSGate + 000676 + Novra Technologies Inc. - 001DA2 - Cisco Systems Inc. + 000664 + Fostex Corporation - 001D99 - Cyan Optic Inc. + 00067A + JMP Systems - 001D9B - Hokuyo Automatic Ltd + 000673 + TKH Security Solutions USA - 001DBC - Nintendo Ltd + 00069B + AVT Audio Video Technologies GmbH - 001DB6 - BestComm Networks Inc. + 000693 + Flexus Computer Technology Inc. - 001DAC - Gigamon Systems LLC + 00065D + Heidelberg Web Systems - 001D15 - Shenzhen Dolphin Electronic Ltd + 0006B0 + Comtech EF Data Corp. - 001D16 - SFR + 000696 + Advent Networks - 001D11 - Analogue & Micro Ltd + 0005D7 + Vista Imaging Inc. - 001D12 - Rohm Ltd + 0005DB + PSI Nentec GmbH - 001D47 - Covote GmbH & Co KG + 0005DD + Cisco Systems Inc. - 001D41 - Hardy Instruments + 000628 + Cisco Systems Inc. - 001D3D - Avidyne Corporation + 00061D + MIP Telecom Inc. - 001D3C - Muscle Corporation + 000619 + Connection Technology Systems - 001D3A - mh acoustics LLC + 000640 + White Rock Networks - 001D49 - Innovation Wireless Inc. + 000644 + NextGen Business Solutions Inc. - 001D46 - Cisco Systems Inc. + 000645 + Meisei Electric Ltd - 001D48 - Sensor-Technik Wiedemann GmbH + A06A00 + Verilink Corporation - 001D76 - Eyeheight Ltd + 0005F8 + Real Time Access Inc. - 001D7A - Wideband Semiconductor Inc. + 0005EB + Blue Ridge Networks Inc. - 001D68 - Thomson Telecom Belgium + 0005E8 + TurboWave Inc. - 001D26 - Rockridgesound Technology Co. + 0005F6 + Young Chang Ltd - 001D35 - Viconics Electronics Inc. + 0005FC + Schenck Pegasus Corp. - 001D31 - Highpro International R&D Ltd + 00063A + Dura Micro Inc. - 001D61 - BIJ Corporation + 000632 + Mesco Engineering GmbH - 001D5C - Tom Communication Industrial Ltd + 000634 + GTE Airfone Inc. - 001D56 - Kramer Electronics Ltd + 00060C + Melco Industries Inc. - 001D4E - TCM Mobile LLC + 00060E + IGYS Systems Inc. - 001D21 - Alcad SL + 000614 + Prism Holdings - 001D1C - Gennet s.a. + 000608 + At-Sky SAS - 001CE1 - Indra Sistemas, S.A. + 0005C3 + Pacific Instruments Inc. - 001CE0 - Dasan TPS + 0005B9 + Airvana Inc. - 001CD9 - GlobalTop Technology Inc. + 0005BC + Resource Data Management Ltd - 001CDA - Exegin Technologies Limited + 0005BE + Kongsberg Seatex AS - 001CD2 - King Champion (Hong Kong) Limited + 0005BD + Roax BV - 001CA6 - Win4NET + 0005C1 + A-Kyung Motion Inc. - 001CA9 - Audiomatica Srl + 0005B4 + Aceex Corporation - 001CA1 - Akamai Technologies Inc. + 000598 + CRONOS S.r.l. - 001C99 - Shunra Software Ltd + 0005B7 + Arbor Technology Corp. - 001CF9 + 00059B Cisco Systems Inc. - 001CF1 - SUPoX Technology Co Ltd + 00057E + Eckelmann Steuerungstechnik GmbH - 001CCE - By Techdesign + 000580 + FibroLAN Ltd - 001CF3 - EVS Broadcast Equipment + 000582 + ClearCube Technology - 001CF4 - Media Technology Systems Inc + 0005D9 + Techno Valley Inc. - 001CE6 - Innes + 0005DC + Cisco Systems Inc. - 001CB9 - Kwang Sung Electronics Ltd + 0005D0 + Solinet Systems - 001D03 - Design Solutions Inc. + 00059F + Yotta Networks Inc. - 001CA3 - Terra + 000587 + Locus Inc.orporated - 001C90 - Empacket Corporation + 000590 + Swissvoice Ltd - 001C8E - Alcatel-Lucent IPD + 000595 + Alesis Corporation - 001C8F - Advanced Electronic Design Inc. + 000578 + Private - 001C88 - Transystem Inc. + 000572 + Deonet Ltd - 001C86 - Cranite Systems Inc. + 000576 + NSM Technology Ltd - 001C4F - Macab AB + 00056A + Heuft Systemtechnik GmbH - 001C4E - TASA International Limited + 000568 + Piltofish Networks AB - 001C4B - Gener8 Inc. + 0005B6 + INSYS Microelectronics GmbH - 001C9B - FEIG ELECTRONIC GmbH + 000555 + Japan Cash Machine Ltd - 001C95 - Opticomm Corporation + 000552 + Xycotec Computer GmbH - 001C97 - Enzytek Technology Inc., + 00054A + Ario Data Networks Inc. - 001C70 - Novacomm Ltda + 000548 + Disco Corporation - 001C6E - Newbury Networks Inc. + 0004F7 + Omega Band Inc. - 001C6B - CoVAX Ltd + 0004EE + Lincoln Electric Company - 001C69 - Packet Vision Ltd + 0004F0 + International Computers Ltd - 001C3D - WaveStorm + 000527 + SJ Tek Ltd - 001C7F - Check Point Software Technologies + 000529 + Shanghai Broadan Communication Technology Ltd - 001C78 - Wyplay SAS + 00052C + Supreme Magic Corporation - 001C58 - Cisco Systems Inc. + 00053E + KID Systeme GmbH - 001C5A - Advanced Relay Corporation + 00053F + VisionTek Inc. - 001C65 - JoeScan Inc. + 00053D + Agere Systems - 001C5F - Winland Electronics Inc. + 000500 + Cisco Systems Inc. - 001C40 - VDG-Security bv + 000519 + Siemens Building Technologies AG, - 001C3A - Element Labs Inc. + 00050D + Midstream Technologies Inc. - 001C18 - Sicert S.r.L. + 000534 + Northstar Engineering Ltd - 001C1A - Thomas Instrumentation Inc. + 000535 + Chip PC Ltd - 001C0E - Cisco Systems Inc. + 000507 + Fine Appliance Corp. - 001C13 - Optsys Technology Ltd + 0004FD + Japan Control Engineering Ltd - 001C0B - SmartAnt Telecom + 000562 + Digital View Limited - 001BD0 - Identec Solutions + 0004E5 + Glonet Systems Inc. - 001BCD - Daviscomms (S) PTE Ltd + 0004D2 + Adcon Telemetry GmbH - 001BCA - Beijing Run Technology Ltdpany + 0004D3 + Toyokeiki Ltd - 001BCC - Kingtek Cctv Alliance Ltd + 0004AA + Jetstream Communications - 001BF4 - Kenwin Industrial(HK) Ltd + 0004A0 + Verity Instruments Inc. - 001BF9 - Intellitect Water Ltd + 00049E + Wirelink Ltd - 001BFA - G.i.N. mbH + 00049A + Cisco Systems Inc. - 001BF3 - TRANSRADIO SenderSysteme Berlin AG + 000479 + Radius Ltd - 001C21 - Nucsafe Inc. + 0004B0 + ELESIGN Ltd - 001C1E - emtrion GmbH + 0004AB + Mavenir Inc. - 001BDE - Renkus-Heinz Inc. + 0004A7 + FabiaTech Corporation - 001BDB - Valeo VECS + 000498 + Mahi Networks - 001BD8 - FLIR Systems Inc + 000497 + MacroSystem Digital Video AG - 001BD4 - Cisco Systems Inc. + 0004D5 + Hitachi Information & Communication Engineering Ltd - 001C2D - FlexRadio Systems + 0004CA + FreeMs Corp. - 001C2C - Synapse + 000488 + Eurotherm Controls - 001C08 - Echo360 Inc. + 000485 + PicoLight - 001BC8 - Miura Ltd + 0004DA + Relax Technology Inc. - 001BC1 - HOLUX Technology Inc. + 0004C5 + ASE Technologies, USA - 001BBC - Silver Peak Systems Inc. + 000436 + ELANsat Technologies Inc. - 001B73 - DTL Broadcast Ltd + 000432 + Voyetra Turtle Beach Inc. - 001B71 - Telular Corp. + 000437 + Powin Information Technology Inc. - 001B97 - Violin Technologies + 00040C + Kanno Works Ltd - 001BA8 - UBI&MOBI,.Inc + 000408 + Sanko Electronics Ltd - 001B81 - DATAQ Instruments Inc. + 000407 + Topcon Positioning Systems Inc. - 001B7D - CXR Anderson Jacobson + 000409 + Cratos Networks - 001B79 - Faiveley Transport + 000455 + ANTARA.net - 001B65 - China Gridcom Ltd + 000457 + Universal Access Technology Inc. - 001B88 - Divinet Access Technologies Ltd + 00044D + Cisco Systems Inc. - 001B83 - Finsoft Ltd + 000454 + Quadriga UK - 001BAB - Telchemy Inc.orporated + 000448 + Polaroid Corporation - 001BAE - Micro Control Systems Inc. + 000447 + Acrowave Systems Ltd - 001BA0 - Awox + 00043E + Telencomm - 001B51 - Vector Technology Corp. + 00046D + Cisco Systems Inc. - 001B54 - Cisco Systems Inc. + 000466 + ARMITEL Co. - 001B4A - W&W Communications Inc. + 0003E2 + Comspace Corporation - 001AFA - Welch Allyn Inc. + 0003FF + Microsoft Corporation - 001AF7 - dataschalt e+a GmbH + 000414 + Umezawa Musen Denki Ltd - 001AF3 - Samyoung Electronics + 000428 + Cisco Systems Inc. - 001AEF - Loopcomm Technology Inc. + 000386 + Ho Net Inc. - 001AEC - Keumbee Electronics Ltd + 00037D + Stellcom - 001B44 - SanDisk Corporation + 000383 + Metera Networks Inc. - 001B46 - Blueone Technology Ltd + 0003CC + Momentum Computer Inc. - 001B40 - Network Automation mxc AB + 0003D7 + NextNet Wireless Inc. - 001B42 - Wise & Blue + 0003D3 + Internet Energy Systems Inc. - 001B35 - ChongQing JINOU Science & Technology Development Ltd + 0003CD + Clovertech Inc. - 001B36 - Tsubata Engineering Ltd (Head Office) + 00038B + PLUS-ONE I&T Inc. - 001B39 - Proxicast + 00038C + Total Impact - 001B3B - Yi-Qing Ltd + 0003EE + MKNet Corporation - 001B20 - TPine Technology + 0003EA + Mega System Technologies Inc. - 001B22 - Palit Microsystems ( H.K.) Ltd + 0003E6 + Entone Inc. - 001B1C - Coherent + 0003A9 + AXCENT Media AG - 001B19 - IEEE I&M Society TC9 + 00039F + Cisco Systems Inc. - 001B64 - IsaacLandKorea Ltd + 000390 + Digital Video Communications Inc. - 001B26 - RON-Telecom ZAO + 0003B5 + Entra Technology Co. + + + 000364 + Scenix Semiconductor Inc. + + + 00035E + Metropolitan Area Networks Inc. - 001B13 - Icron Technologies Corporation + 00035C + Saint Song Corp. - 001B0F - Petratec + 00035D + Bosung Hi-Net Ltd - 001AA9 - Fujian Star-NET Communication Ltd + 000379 + Proscend Communications Inc. - 001AA8 - Mamiya Digital Imaging Ltd + 00036F + Telsey SPA - 001A99 - Smarty (HZ) Information Electronics Ltd + 000372 + Ulan - 001AA6 - Telefunken Radio Communication Systems GmbH &Co.KG + 00033A + Silicon Wave Inc. - 001A96 - Ecler S.A. + 000332 + Cisco Systems Inc. - 001A91 - FusionDynamic Ltd + 00030E + Core Communications Ltd - 001A8C - Sophos Ltd + 000312 + TRsystems GmbH - 001AB3 - Visionite Inc. + 000341 + Axon Digital Design - 001ACA - Tilera Corporation + 008037 + Ericsson Group - 001A84 - V One Multimedia Pte Ltd + 00033D + ILSHin Lab - 001AB9 - PMC + 000366 + ASM Pacific Technology - 001ABA - Caton Overseas Limited + 000362 + Vodtel Communications Inc. - 001AD1 - Fargo Ltd + 00034D + Chiaro Networks Ltd - 001A3A - Dongahelecomm + 000322 + IDIS Ltd - 001A3B - Doah Elecom Inc. + 00031D + Taiwan Commate Computer Inc. - 001A3C - Technowave Ltd + 000326 + Iwasaki Information Systems Ltd - 001A40 - A-Four Tech Ltd + 000290 + Woorigisool Inc. - 001A30 - Cisco Systems Inc. + 000292 + Logic Innovations Inc. - 001A7B - Teleco Inc. + 000286 + Occam Networks - 001A36 - Aipermon GmbH & Co. KG + 0002D2 + Workstation AG - 001A26 - Deltanode Solutions AB + 0002CD + TeleDream Inc. - 001A6D - Cisco Systems Inc. + 0002D0 + Comdial Corporation - 001A6E - Impro Technologies + 0002CC + M.C.C.I - 001A6C - Cisco Systems Inc. + 0002B0 + Hokubu Communication & Industrial Ltd - 001A4A - Qumranet Inc. + 0002AA + PLcom Ltd - 001A3E - Faster Technology LLC + 0002B5 + Avnet Inc. - 001A63 - Elster Solutions LLC, + 0002B4 + Daphne - 001A59 - Ircona + 0002AC + 3PAR data - 001A46 - Digital Multimedia Technology Ltd + 0002D9 + Reliable Controls - 001A25 - Delta Dore + 0002EF + CCC Network Systems Group Ltd - 0019FE - Shenzhen Seecomm Technology Ltd + 0002E8 + E.D.&A. - 0019FD - Nintendo Ltd + 0002F2 + eDevice Inc. - 001A0D - HandHeld entertainment Inc. + 00029D + Merix Corp. - 001A0E - Cheng Uei Precision Industry Ltd + 0002C5 + Evertz Microsystems Ltd - 0019CD - Chengdu ethercom Information technology Ltd + 00024A + Cisco Systems Inc. - 0019D9 - Zeutschel GmbH + 000249 + Aviv Infocom Ltd - 001A01 - Smiths Medical + 000245 + Lampus Ltd - 0019CA - Broadata Communications Inc. + 000232 + Avision Inc. - 0019D3 - TRAK Microwave + 000235 + Paragon Networks International - 0019C3 - Qualitrol + 000237 + Cosmo Research Corp. - 0019BE - Altai Technologies Limited + 000228 + Necsom Ltd - 0019B4 - Intellio Ltd + 000246 + All-Win Tech Ltd - 0019BA - Paradox Security Systems Ltd + 00023A + ZSK Stickmaschinen GmbH - 0019A1 - LG Information & Comm. + 00027F + ask-technologies.com - 0019A8 - WiQuest Communications + 00027E + Cisco Systems Inc. - 0019ED - Axesstel Inc. + 001095 + Thomson Inc. - 0019F6 - Acconet (PTE) Ltd + 00025D + Calix Networks - 001A15 - gemalto e-Payment + 00027B + Amplify Net Inc. - 001968 - Digital Video Networks(Shanghai) Ltd + 000273 + Coriolis Networks - 00197F - Plantronics Inc. + 000257 + Microcom Corp. - 00197A - MAZeT GmbH + 000253 + Televideo Inc. - 001978 - Datum Systems Inc. + 00026F + Senao International Ltd - 001989 - Sonitrol Corporation + 000230 + Intersoft Electronics - 00198E - Oticon A/S + 00021C + Network Elements Inc. - 001980 - Gridpoint Systems + 00020C + Metro-Optix - 001983 - CCT R&D Limited + 000216 + Cisco Systems Inc. - 00194C - Fujian Stelcom Information & Technology Ltd + 000214 + Dtvro - 00194A - Testo AG + 00020F + Aatr - 00198A - Northrop Grumman Systems Corp. + 0001C3 + Acromag Inc. - 001960 - DoCoMo Systems Inc. + 0001C2 + ARK Research Corp. - 00195A - Jenaer Antriebstechnik GmbH + 0001EA + Cirilium Corp. - 00196D - Raybit Systems Korea Inc. + 0001E0 + Fast Systems Inc. - 001970 - Z-Com Inc. + 0001AC + Sitara Networks Inc. - 001950 - Harman Multimedia + 0001ED + SETA Corp. - 0018EE - Videology Imaging Solutions Inc. + 0001F6 + Association Of Musical Electronics Industry - 0018EB - Blue Zen Enterprises Private Limited + 0001CB + EVR - 001924 - LBNL Engineering + 0001D6 + manroland AG - 00191A - Irlink + 0001AD + Coach Master International d.b.a. CMI Worldwide Inc. - 001916 - PayTec AG + 000188 + LXCO Technologies ag - 00190E - Atech Technology Ltd + 00019B + Kyoto Microcomputer Ltd - 001939 - Gigamips + 00017F + Experience Music Project - 00193A - Oesolutions + 00015A + Digital Video Broadcasting - 0018E2 - Topdata Sistemas de Automacao Ltda + 00012A + Telematica Sistems Inteligente - 001922 - CM Comandos Lineares + 000166 + TC Group A/S - 00191D - Nintendo Ltd + 000176 + Orient Silver Enterprises - 00192F - Cisco Systems Inc. + 000158 + Electro Industries/Gauge Tech - 001905 - SCHRACK Seconet AG + 00012D + Komodo Technology - 001907 - Cisco Systems Inc. + 000148 + X-traWeb Inc. - 0018FB - Compro Technology + 000187 + I2SE GmbH - 0018C3 - CS Corporation + 000180 + AOpen Inc. - 0018CA - Viprinet GmbH + 000197 + Cisco Systems Inc. - 0018C7 - Real Time Automation + 00019A + LEUNIG GmbH - 0018BB - Eliwell Controls srl + 000159 + S1 Corporation - 0018BF - Essence Technology Solution Inc. + 000171 + Allied Data Technologies - 00188C - Mobile Action Technology Inc. + 0030AC + Systeme Lauer GmbH & Ltd - 00188F - Montgomery Technology Inc. + 0030FB + AZS Technology AG - 001884 - Fon Technology S.L. + 0030AE + Times N System Inc. - 001880 - Maxim Integrated Products + 003003 + Phasys Ltd - 0018D0 - AtRoad, A Trimble Company + 0030E2 + Garnet Systems Ltd - 0018D2 - High-Gain Antennas LLC + 00013A + Shelcad Communications Ltd - 0018D3 - Teamcast + 000140 + Sendtek Corporation - 0018C6 - OPW Fuel Management Systems + 000123 + Schneider Electric Japan Holdings Ltd - 00187C - Intercross LLC + 000125 + Yaesu Musen Ltd - 001870 - E28 Shanghai Limited + 000126 + PAC Labs - 001872 - Expertise Engineering + 00011B + Unizone Technologies Inc. - 0018DC - Prostar Ltd + 00011D + Centillium Communications - 0018D1 - Siemens Home & Office Comm. Devices + 00011F + RC Networks Inc. - 0018AA - Protec Fire Detection plc + 00B080 + Mannesmann Ipulsys B.V. - 001896 - Great Well Electronic Ltd + 00B01E + Rantic Labs Inc. - 001890 - RadioCOM, s.r.o. + 00B0F0 + Caly Networks - 0018B9 - Cisco Systems Inc. + 00B09A + Morrow Technologies Corp. - 0018B8 - New Voice International AG + 00302E + Hoft & Wessel AG - 0018A1 - Tiqit Computers Inc. + 0030ED + Expert Magnetics Corp. - 001812 - Beijing Xinwei Telecom Technology Ltd + 00300F + IMT - Information Management T - 00180B - Brilliant Telecommunications + 003082 + Taihan Electric Wire Ltd - 001861 - Ooma Inc. + 0030A9 + Netiverse Inc. - 00185B - Network Chemistry Inc. + 0030FE + DSA GmbH - 001855 - Aeromaritime Systembau GmbH + 0030C4 + Canon Imaging Systems Inc. - 001851 - SWsoft + 00304D + ESI - 001874 - Cisco Systems Inc. + 081443 + Unibrain S.A. - 001869 - Kingjim + 00B009 + Grass Valley, A Belden Brand - 001856 - EyeFi Inc. + 00B0AC + SIAE-Microelettronica S.p.A. - 00184E - Lianhe Technologies Inc. + 003023 + Cogent Computer Systems Inc. - 00184C - Bogen Communications + 003090 + Cyra Technologies Inc. - 001826 - Cale Access AB + 0030A7 + Schweitzer Engineering - 00182D - Artec Design + 00307C + Adid SA - 00182A - Taiwan Video & Monitor + 003055 + Renesas Technology America Inc. - 00183B - CENITS Ltd + 00302F + GE Aviation System - 00183C - Encore Software Limited + 00300E + Klotz Digital AG - 001841 - High Tech Computer Corp + 0030D5 + DResearch GmbH - 001819 - Cisco Systems Inc. + 003018 + Jetway Information Ltd - 00180C - Optelian Access Networks + 00309F + Amber Networks - 001810 - IPTrade S.A. + 0030A8 + OL'E Communications Inc. - 001809 - Cresyn + 0030D1 + Inova Corporation - 001804 - E-TEK Digital Technology Limited + 0030BB + CacheFlow Inc. - 001800 - Unigrand Ltd + 0030AF + Honeywell GmbH - 0017FD - Amulet Hotkey + 0030AA + Axus Microsystems Inc. - 0017FC - Suprema Inc. + 003089 + Spectrapoint Wireless LLC - 0017FB - FA + 00309A + Astro Terra Corp. - 0017D8 - Magnum Semiconductor Inc. + 003087 + Vega Grieshaber KG - 0017DA - Spans Logic + 003062 + IP Video Networks Inc - 0017CF - iMCA-GmbH + 00302D + Quantum Bridge Communications - 0017B9 - Gambro Lundia AB + 0030CB + Omni Flow Computers Inc. - 0017B3 - Aftek Infosys Limited + 00306B + Cmos Systems Inc. - 0017A2 - Camrivox Ltd + 0030AD + Shanghai Communication - 00175F - XENOLINK Communications Ltd + 0030CF + TWO Technologies Inc. - 00175C - Sharp Corporation + 0030B2 + L-3 Sonoma EO - 00179D - Kelman Limited + 003035 + Corning Incorporated - 001790 - HYUNDAI DIGITECH Ltd + 00307F + Irlan Ltd - 001791 - LinTech GmbH + 00D015 + Univex Microtechnology Corp. - 001795 - Cisco Systems Inc. + 00D048 + Ecton Inc. - 001759 - Cisco Systems Inc. + 00D0A5 + American Arium - 001754 - Arkino HiTOP Corporation Limited + 00305D + Digitra Systems Inc. - 001752 - DAGS Inc. + 003036 + RMP Elektroniksysteme GmbH - 001756 - Vinci Labs Oy + 00D0CF + Moreton BAY - 001777 - Obsidian Research Corporation + 00D07F + Strategy & Technology, Limited - 00176A - Avago Technologies + 0030E6 + Draeger Medical Systems Inc. - 001786 - wisembed + 0030BD + Belkin Components - 001782 - LoBenn Inc. + 003007 + Opti Inc. - 001778 - Central Music Co. + 00D0C2 + Balthazar Technology AB - 00176B - Kiyon Inc. + 00D022 + Incredible Technologies Inc. - 001799 - SmarTire Systems Inc. + 00D071 + Echelon Corp. - 00177F - Worldsmart Retech + 00D04F + Bitronics Inc. - 00176E - Ducati Sistemi + 00D069 + Technologic Systems - 001774 - Elesta GmbH + 00D090 + Cisco Systems Inc. - 00170C - Twig Ltd + 00D0F5 + Orange Micro Inc. - 00170D - Dust Networks Inc. + 00D0E9 + Advantage Century Telecommunication Corp. - 00170B - Contela Inc. + 00D094 + Seeion Control LLC - 00170F - Cisco Systems Inc. + 00D0FB + TEK Microsystems Inc.orporated - 001704 - Shinco Electronics Group Ltd + 00D066 + Wintriss Engineering Corp. - 001707 - InGrid Inc. + 00D082 + Iowave Inc. - 001712 - ISCO International + 00D081 + RTD Embedded Technologies Inc. - 0016D8 - Senea AB + 00D002 + Ditech Corporation - 0016D6 - TDA Tech Pty Ltd + 00D085 + Otis Elevator Company - 0016D5 - Synccom Ltd + 00D011 + Prism Video Inc. - 0016C9 - NAT Seattle Inc. + 00D0DF + Kuzumi Electronics Inc. - 0016C6 - North Atlantic Industries + 00D09B + Spectel Ltd - 001724 - Studer Professional Audio GmbH + 00D067 + Campio Communications - 001702 - Osung Midicom Ltd + 00D058 + Cisco Systems Inc. - 0016F7 - L-3 Communications, Aviation Recorders + 00D032 + Yano Electric Ltd - 00172D - Axcen Photonics Corporation + 00D0F1 + Sega Enterprises Ltd - 001741 - Defidev + 00D03A + Zoneworx Inc. - 001738 - International Business Machines + 00D001 + VST Technologies Inc. - 00171E - Theo Benning GmbH & Co. KG + 00503E + Cisco Systems Inc. - 0016D2 - Caspian + 005020 + Mediastar Ltd - 0016A4 - Ezurio Ltd + 00D075 + Alaris Medical Systems Inc. - 001699 - Tonic DVB Marketing Ltd + 00D0E1 + Avionitek Israel Inc. - 00169B - Alstom Transport + 00D008 + Mactell Corporation - 001690 - J-TEK Incorporation + 00D0D9 + Dedicated Microcomputers - 001693 - PowerLink Technology Inc. + 00D00B + RHK Technology Inc. - 001698 - T&A Mobile Phones + 00D09C + Kapadia Communications - 001662 - Liyuh Technology Ltd + 00D0F3 + Solari DI Udine SPA - 001661 - Novatium Solutions (P) Ltd + 00D039 + Utilicom Inc. - 001664 - Prod-El SpA + 00D0A0 + Mips Denmark - 00165E - Precision I/O + 00D00A + Lanaccess Telecom S.A. - 001658 - Fusiontech Technologies Inc. + 00D01C + SBS Technologies, - 0016A5 - Tandberg Storage ASA + 00D0D5 + Grundig AG - 0016A1 - 3Leaf Networks + 00D041 + Amigo Technology Ltd - 001666 - Quantier Communication Inc. + 00D09D + Veris Industries - 001681 - Vector Informatik GmbH + 00D06D + Acrison Inc. - 00BAC0 - Biometric Access Company + 00D02B + Jetcell Inc. - 001685 - Elisa Oyj + 00D062 + Digigram - 001680 - Bally Gaming + Systems + 00D08D + Phoenix Group Inc. - 001696 - QDI Technology (H.K.) Limited + 00D03D + Galileo Technology Ltd - 0016BE - InfRANET Inc. + 0050C6 + Loop Telecommunication International Inc. - 0016AB - Dansensor A/S + 00509F + Horizon Computer - 001653 - LEGO System A/S IE Electronics Division + 0050A5 + Capitol Business Systems Ltd - 001652 - Hoatech Technologies Inc. + 005000 + Nexo Communications Inc. - 001650 - Kratos EPD + 005090 + Dctri - 0015FA - Cisco Systems Inc. + 00503B + Mediafire Corporation - 0015FC - Littelfuse Startco + 005046 + Menicx International Ltd - 0015F7 - Wintecronics Ltd + 005041 + Coretronic Corporation - 001630 - Vativ Technologies + 0050B0 + Technology Atlanta Corporation - 00162F - Geutebruck GmbH + 0050DD + Serra Soldadura, S.A. - 00162B - Togami Electric Mfg Ltd + 005063 + Oy Comsel System AB - 001642 - Pangolin + 00508D + Abit Computer Corporation - 001637 - CITEL SpA + 0050A0 + Delta Computer Systems Inc. - 001608 - Sequans Communications + 005066 + AtecoM GmbH advanced telecomunication modules - 001624 - Teneros Inc. + 005059 + iBAHN - 0015F8 - Kingtronics Industrial Ltd + 0050D9 + ENGETRON-ENGENHARIA ELETRONICA Ind. e CoM LtdA - 00161C - e:cue + 005001 + Yamashita Systems Corp. - 0015B8 - Tahoe + 005067 + Aerocomm Inc. - 0015B6 - ShinMaywa Industries Ltd + 0050B6 + Good WAY Ind Ltd - 0015B0 - Autotelenet Ltd + 00504B + Barconet N.V. - 0015B1 - Ambient Corporation + 0050EA + XEL Communications Inc. - 00159F - Terascala Inc. + 0050C8 + Addonics Technologies Inc. - 00159E - Mad Catz Interactive Inc + 0050C4 + IMD - 0015A1 - ECA-Sinters + 005089 + Safety Management Systems - 001593 - U4EA Technologies Inc. + 0050F4 + Sigmatek GmbH & Co. KG - 001581 - MAKUS Inc. + 005021 + EIS International Inc. - 00157A - Telefin S.p.A. + 00505E + Digitek Micrologic S.A. - 0015C3 - Ruf Telematik AG + 0050AE + FDK Ltd - 0015E6 - MOBILE TECHNIKA Inc. + 0050E7 + Paradise Innovations (Asia) - 0015DB - Canesta Inc. + 0050FB + VSK Electronics - 00158D - Jennic Ltd + 009073 + Gaio Technology - 001584 - Schenck Process GmbH + 00907B + E-Tech Inc. - 0015CC - Uquest Ltd + 009081 + Aloha Networks Inc. - 0015C6 - Cisco Systems Inc. + 00901C + mps Software GmbH - 0015D7 - Reti Corporation + 005086 + Telkom SA Ltd - 0015CB - Surf Communication Solutions Ltd + 00501A + IQinVision - 0015A7 - Robatech AG + 00508F + Asita Technologies Int'l Ltd - 001523 - Meteor Communications Corporation + 005015 + Bright Star Engineering - 001524 - Numatics Inc. + 005057 + Broadband Access Systems - 00151B - Isilon Systems Inc. + 005088 + Amano Corporation - 001573 - NewSoft Technology Corporation + 005031 + Aeroflex Laboratories Inc. - 001575 - Nevis Networks Inc. + 0090DB + Next Level Communications - 00156C - Sane System Ltd + 009056 + Telestream Inc. - 00156A - DG2L Technologies Pvt Ltd + 009068 + DVT Corp. - 001529 - N3 Corporation + 00905E + Rauland-Borg Corporation - 00152D - TenX Networks LLC + 0090AF + J. Morita MFG. Corp. - 00156F - Xiranet Communications GmbH + 005003 + Xrite Inc - 001572 - Red-Lemon + 0050D3 + Digital Audio Processing Pty Ltd - 001567 - RADWIN Inc. + 0050AD + CommUnique Wireless Corp. - 00155B - Sampo Corporation + 0050AF + Intergon Inc. - 001553 - Cytyc Corporation + 009034 + Imagic Inc. - 001551 - RadioPulse Inc. + 0090AA + Indigo Active Vision Systems Limited - 001552 - Wi-Gear Inc. + 00905B + Raymond AND LAE Engineering - 00153E - Q-Matic Sweden AB + 0090BC + Telemann Ltd - 001542 - Microhard S.R.L. + 00900A + Proton Electronic Industrial Ltd - 00154E - IEC + 0090F8 + Mediatrix Telecom - 001550 - Nits Technology Inc + 009010 + Simulation Laboratories Inc. - 001546 - ITG Worldwide Sdn Bhd + 0090C6 + Optim Systems Inc. - 00155D - Microsoft Corporation + 00902E + Namco Limited - 001562 - Cisco Systems Inc. + 009037 + Acucomm Inc. - 0014E1 - Data Display AG + 009078 + MER Telemanagement Solutions Ltd - 0014E3 - mm-lab GmbH + 0090B8 + Rohde & Schwarz GmbH & Co. KG - 0014D9 - IP Fabrics Inc. + 00901A + Unisphere Solutions - 0014D6 - Jeongmin Electronics Ltd + 0090B5 + Nikon Corporation - 0014F9 - Vantage Controls + 009005 + Protech Systems Ltd - 0014E7 - Stolinx, Inc. + 009059 + Telecom Device K.K. - 0014E9 - Nortech International + 0090CA + Accord Video Telecommunications Ltd - 0014ED - Airak Inc. + 0090E9 + Janz Computer AG - 0014CE - NF Corporation + 0090EB + Sentry Telecom Systems - 0014D0 - BTI Systems Inc. + 0090FE + Elecom Ltd (Laneed Div.) - 001503 - PROFIcomms s.r.o. + 0090BB + TAINET CoMMUNICATION SysTEM Corp. - 001509 - Plus Technology Ltd + 009090 + I-BUS - 0014F0 - Business Security OL AB + 0090D5 + Euphonix Inc. - 0014F2 - Cisco Systems Inc. + 00904A + Concur System Technologies - 001510 - Techsphere Ltd + 00908F + Audio Codes Ltd - 001513 - EFS sas + 00909E + Critical IO LLC - 00148B - Globo Electronic GmbH & Co. KG + 001092 + Netcore Inc. - 001490 - ASP Corporation + 00101C + OHM Technologies Intl LLC - 001484 - Cermate Technologies Inc. + 001046 + Alcorn Mcbride Inc. - 001479 - NEC Magnus Communications Ltd + 001028 + Computer Technica Inc. - 00147B - Iteris Inc. + 0010B7 + Coyote Technologies LLC - 0014BB - Open Interface North America + 0090E5 + Teknema Inc. - 001470 - Prokom Software SA + 0090F4 + Lightning Instrumentation - 001467 - ArrowSpan Inc. + 009074 + Argon Networks Inc. - 00145F - Aditec Ltd + 00909F + Digi-Data Corporation - 001488 - Akorri + 00903B + TriEMS Research Lab Inc. - 00147A - Eubus GmbH + 0010C9 + Mitsubishi Electronics Logistic Support Co. - 00146D - RF Technologies + 000400 + Lexmark International Inc. - 0014AC - Bountiful WiFi + 0010C5 + Protocol Technologies Inc. - 0014A8 - Cisco Systems Inc. + 00101A + PictureTel Corp. - 0014A0 - Accsense Inc. + 001047 + Echo Eletric Ltd - 001459 - Moram Ltd + 0010A5 + Oxford Instruments - 001457 - T-Vips AS + 0010D7 + Argosy Research Inc. - 001453 - Advantech Technologies Ltd + 00102C + Lasat Networks A/S - 001454 - Symwave + 0010FD + Cocom A/S - 0013F8 - Dex Security Solutions + 009019 + Hermes Electronics Ltd - 0013F9 - Cavera Systems + 0090D8 + Whitecross Systems - 0013F2 - Klas Ltd + 00104E + Ceologic - 0013F7 - SMC Networks Inc. + 0010C2 + Willnet Inc. - 00144B - Hifn Inc. + 001040 + Intermec Corporation - 001441 - Innovation Sound Technology Ltd + 00102E + Network Systems & Technologies PVT Ltd - 00143C - Rheinmetall Canada Inc. + 0010B0 + Meridian Technology Corp. - 00141A - Deicy Corporation + 001021 + Encanto Networks Inc. - 00141C - Cisco Systems Inc. + 001064 + Dnpg LLC - 00140C - GKB Cctv Ltd + 001074 + Aten International Ltd - 0013FE - Grandtec Electronic Corp. + 00109E + Aware Inc. - 001435 - CityCom Corp. + 001005 + UEC Commercial - 001448 - Inventec Multimedia & Telecom Corporation + 0010B8 + Ishigaki Computer System Co. - 001416 - Scosche Industries Inc. + 00108B + Laseranimation Sollinger GmbH - 001426 - NL Technology + 0010C7 + Data Transmission Network - 0013C5 - Lightron Fiber-Optic Devices Inc. + 001070 + Caradon Trend Ltd - 0013C4 - Cisco Systems Inc. + 0010BA + Martinho-Davis Systems Inc. - 0013C2 - WACOM Ltd + 0010B4 + Atmosphere Networks - 0013BF - Media System Planning Corp. + 0004AC + IBM Corp - 0013BB - Smartvue Corporation + 001067 + Ericsson - 0013B5 - Wavesat + 00E07D + Netronix Inc. - 0013AF - NUMA Technology,Inc. + 00E028 + Aptix Corporation - 0013B0 - Jablotron + 00E08C + Neoparadigm Labs Inc. - 00139A - K-ubique ID Corp. + 00E0A1 + HIMA PAUL HILDEBRANDT GmbH Co. KG - 00139E - Ciara Technologies Inc. + 00E088 + LTX-Credence CoRPORATION - 00139D - MaxLinear Hispania S.L.U. + 00E05D + Unitec Ltd - 0013D5 - RuggedCom + 00E05E + Japan Aviation Electronics Industry Ltd - 0013D6 - TII Network Technologies Inc. + 00E09D + Sarnoff Corporation - 0013DB - SHOEI Electric Ltd + 00E058 + Phase ONE Denmark A/S - 0013CD - MTI Ltd + 00E076 + Development Concepts Inc. - 0013D3 - Micro-Star International + 00E0F8 + Dicna Control AB - 0013CA - Pico Digital + 00E0F2 + Arlotto Comnet Inc. - 0013E6 - Technolution + 00E0E1 + G2 Networks Inc. - 0013DF - Ryvor Corp. + 00E03D + Focon Electronic Systems A/S - 00138D - Kinghold + 00E046 + Bently Nevada Corp. - 0013ED - Psia + 00E07B + BAY Networks - 0013B1 - Intelligent Control Systems (Asia) Pte Ltd + 00E01D + WebTV NETWORKS Inc. - 00133C - Quintron Systems Inc. + 00E0CD + Saab Sensis Corporation - 00133D - Micro Memory Curtiss Wright Co + 00E08D + Pressure Systems Inc. - 00133F - Eppendorf Instrumente GmbH + 00E019 + ING. Giordano Elettronica - 001341 - Shandong New Beiyang Information Technology Ltd + 00E047 + Infocus Corporation - 001330 - Euro Protection Surveillance + 00E0C3 + Sakai System Development Corp. - 001325 - Cortina Systems Inc + 00E092 + Admtek Incorporated - 001331 - CellPoint Connect + 00E0FF + SECURITY DYNAMICS TECHNOLOGIES Inc. - 001335 - VS Industry Berhad + 00E0AB + Dimat S.A. - 00132F - Interactek + 00E030 + Melita International Corp. - 00134C - YDT Technology International + 00E033 + E.E.P.D. GmbH - 001359 - ProTelevision Technologies A/S + 00E0A2 + Microslate Inc. - 001350 - Silver Spring Networks Inc. + 00E079 + A.T.N.R. - 00137F - Cisco Systems Inc. + 00E075 + Verilink Corporation - 001382 - Cetacea Networks Corporation + 006039 + SanCom Technology Inc. - 001390 - Termtek Computer Ltd + 006049 + Vina Technologies - 001375 - American Security Products Co. + 00608D + Unipulse Corp. - 001358 - Realm Systems Inc. + 00E02E + SPC Electronics Corporation - 0012C1 - Check Point Software Technologies + 00E09A + Positron Inc. - 0012BB - Telecommunications Industry Association TR-41 Committee + 00E03E + Alfatech Inc. - 0012B6 - Santa Barbara Infrared Inc. + 006099 + SBE Inc. - 0012B9 - Fusion Digital Technology + 0060B3 + Z-CoM Inc. - 0012ED - AVG Advanced Technologies + 006002 + Screen Subtitling Systems Ltd - 0012EA - Trane + 006089 + Xata - 0012E7 - Projectek Networking Electronics Corp. + 006021 + DSC Corporation - 0012C3 - WIT S.A. + 0060B8 + CoRELIS Inc. - 0012C8 - Perfect tech + 00E0AA + Electrosonic Ltd - 0012C6 - TGC America Inc. + 00E010 + HESS SB-AUTOMATENBAU GmbH - 0012CC - Bitatek Ltd + 00E0D2 + Versanet Communications Inc. - 0012FA - THX Ltd + 0060CE + Acclaim Communications - 001306 - Always On Wireless + 006036 + AIT Austrian Institute Of Technology GmbH - 0012FD - Optimus IC S.A. + 00608E + HE ELECTRONICS, TECHNOLOGIE & SysTEMTECHNIK GmbH - 001305 - Epicom Inc. + 00601A + Keithley Instruments - 0012E4 - ZIEHL Industrie-electronik GmbH + Co KG + 00606A + Mitsubishi Wireless Communications Inc. - 001297 - O2Micro Inc. + 0060AD + MegaChips Corporation - 00129D - First International Computer do Brasil + 006055 + Cornell University - 00129C - Yulinet + 00606D + Digital Equipment Corp. - 001290 - KYOWA Electric & Machinery Corp. + 0060B9 + NEC Platforms Ltd - 001291 - KWS Computersysteme GmbH + 00609C + Perkin-Elmer Incorporated - 001295 - Aiware Inc. + 0060CF + Alteon Networks Inc. - 00128B - Sensory Networks Inc + 006075 + Pentek Inc. - 00128F - Montilio + 0060B7 + Channelmatic Inc. - 0012A3 - Trust International B.V. + 006006 + Sotec Ltd - 0012A7 - ISR TECHNOLOGIES Inc + 0060BA + Sahara Networks Inc. - 0012AA - IEE Inc. + 006098 + HT Communications - 00129F - RAE Systems + 0060DE + Kayser-Threde GmbH - 0012B5 - Vialta Inc. + 0060D0 + Snmp Research Incorporated - 0012B1 - Dai Nippon Printing Ltd + 006015 + NET2NET Corporation - 001289 - Advance Sterilization Products + 00609D + PMI Food Equipment Group - 001284 - Lab33 Srl + 0060A2 + Nihon Unisys Limited Co. - 001281 - March Networks S.p.A. + 006084 + Digital Video - 00127E - Digital Lifestyles Group Inc. + 00602D + Alerton Technologies Inc. - 00126B - Ascalade Communications Limited + 0060F8 + Loran International Technologies Inc. - 001233 - JRC TOKKI Ltd + 006078 + Power Measurement Ltd - 00125B - Kaimei Electroni + 0060E8 + Hitachi Computer Products (America) Inc. - 001259 - Thermo Electron Karlsruhe + 0060F6 + Nextest Communications Products Inc. - 00125A - Microsoft Corporation + 006072 + VXL Instruments, Limited - 00123D - GES Ltd + 006051 + Quality Semiconductor - 001239 - S Net Systems Inc. + 006092 + Micro/Sys Inc. - 00122F - Sanei Electric Inc. + 00609E + ASC X3 - Information Technology Standards Secretariats - 001230 - Picaso Infocommunication Ltd + 006010 + Network Machines Inc. - 001246 - T.O.M Technology Inc.. + 006044 + Litton/Poly-Scientific - 001256 - LG Information & Comm. + 006004 + Computadores Modulares SA - 001214 - Koenig & Bauer AG + 0060E2 + Quest Engineering & Development - 00120F - IEEE 802.3 + 0060B4 + Glenayre R&D Inc. - 00121D - Netfabric Corporation + 00A01D + Red Lion Controls, LP - 00120C - CE-Infosys Pte Ltd + 00A0A6 + M.I. Systems, K.K. - 0011B3 - Yoshimiya Ltd + 00A051 + Angia Communications Inc. - 0011B6 - Open Systems International + 00A013 + Teltrend Ltd - 0011B0 - Fortelink Inc. + 00A0B9 + Eagle Technology Inc. - 0011AC - Simtec Electronics + 00A019 + Nebula Consultants Inc. - 0011AD - Shanghai Ruijie Technology + 00A0ED + Brooks Automation Inc. - 0011CD - Axsun Technologies + 0060CA + Harmonic Systems Incorporated - 0011C5 - TEN Technology + 006024 + Gradient Technologies Inc. - 0011BE - AGP Telecom Ltd + 0060AF + Pacific Micro Data Inc. - 0011BA - Elexol Pty Ltd + 006038 + Nortel Networks - 0011BC - Cisco Systems Inc. + 00604F + Tattile SRL - 0011A8 - Quest Technologies + 00A0D0 + TEN X Technology Inc. - 0011A1 - Vision Netware Ltd + 00A0BC + Viasat Inc.orporated - 0011E2 - Hua Jung Components Ltd + 00A05B + Marquip Inc. - 0011DA - Vivaas Technology Inc. + 00A08C + MultiMedia LANs Inc. - 0011DD - FROMUS TEC Ltd + 00A058 + Glory Ltd - 0011EB - Innovative Integration + 00A077 + Fujitsu Nexion Inc. - 0011EA - IWICS Inc. + 00A0A0 + Compact Data Ltd - 0011E4 - Danelec Electronics A/S + 00A038 + Email Electronics - 0011E1 - Arcelik A.S + 00A065 + Symantec Corporation - 0011FB - Heidelberg Engineering GmbH + 00A0A3 + Reliable Power Meters - 0011D6 - HandEra Inc. + 00A01B + Premisys Communications Inc. - 0011CA - Long Range Systems Inc. + 00A055 + Data Device Corporation - 0011EF - Conitec Datensysteme GmbH + 00A074 + Perception Technology - 00114F - US Digital Television Inc. + 00A07F + GSM-Syntel Ltd - 001182 - IMI Norgren Ltd + 00A029 + Coulter Corporation - 00117A - Singim International Corp. + 00A087 + Microsemi Corporation - 001148 - Prolon Control Systems + 00A043 + American Technology Labs Inc. - 001140 - Nanometrics Inc. + 00A042 + Spur Products Corp. - 001144 - Assurance Technology Corp + 00A0C1 + Ortivus Medical AB - 001163 - System SPA Dept. Electronics + 00A04F + Ameritec Corp. - 00118F - Eutech Instruments PTE Ltd + 00A0CF + Sotas Inc. - 00118D - Hanchang System Corp. + 00A072 + Ovation Systems Ltd - 00115F - ITX Security Ltd + 00A082 + NKT Elektronik A/S - 001153 - Trident Tek Inc. + 00A0F0 + Toronto Microelectronics Inc. - 001172 - Cotron Corporation + 00A0D7 + Kasten Chase Applied Research - 0011A0 - Vtech Engineering Canada Ltd + 00A0F1 + MTI - 00119B - Telesynergy Research Inc. + 00A0B3 + Zykronix - 001191 - CTS-Clima Temperatur Systeme GmbH + 00A0FF + Tellabs Operations Inc. - 001189 - Aerotech Inc + 00A0E5 + NHC Communications - 000FFB - Nippon Denso Industry Ltd + 00A036 + Applied Network Technology - 000FF2 - Loud Technologies Inc. + 00A0D2 + Allied Telesis International Corporation - 000FF1 - nex-G Systems Pte Ltd + 00A09B + Qpsx Communications Ltd - 001101 - CET Technologies Pte Ltd + 00A000 + Centillion Networks Inc. - 000FFF - Control4 + 00A08A + Brooktrout Technology Inc. - 000FFC - Merit Li-Lin Ent. + 00A07B + Dawn Computer Incorporation - 001113 - Fraunhofer FOKUS + 00A05C + Inventory Conversion Inc./ - 001112 - Honeywell CMSS + 00200F + EBRAINS Inc - 000FE0 - NComputing Ltd + 00A0D3 + Instem Computer Systems Ltd - 000FE3 - Damm Cellular Systems A/S + 00A0B4 + Texas Microsystems Inc. - 001128 - Streamit + 00A060 + Acer Peripherals Inc. - 00113F - Alcatel DI + 00A083 + Asimmphony Turkey - 001137 - Aichi Electric Ltd + 00A0AA + Spacelabs Medical - 000FF3 - Jung Myoung Communications & Technology + 00A03B + Toshin Electric Ltd - 00113A - Shinboram + 00A0F3 + Staubli - 000F89 - Winnertec System Ltd + 0020DF + Kyosan Electric MFG Ltd - 000FA4 - Sprecher Automation GmbH + 0020C7 + AKAI Professional M.I. Corp. - 000FA6 - S2 Security Corporation + 00A004 + Netpower Inc. - 000FAA - Nexus Technologies + 002029 + Teleprocessing Products Inc. - 000FA8 - Photometrics Inc. + 002069 + Isdn Systems Corporation - 000FBD - MRV Communications (Networks) Ltd + 00208B + Lapis Technologies Inc. - 000FB4 - Timespace Technology + 00202B + Advanced Telecommunications Modules Ltd - 000F9D - DisplayLink (UK) Ltd + 00206B + Konica Minolta Holdings Inc. - 000FC5 - KeyMed Ltd + 002004 + Yamatake-Honeywell Ltd - 000FBF - DGT Sp. z o.o. + 002015 + Actis Computer SA - 000F92 - Microhard Systems Inc. + 002099 + BON Electric Ltd - 000FCB - 3Com Corporation + 0020F9 + Paralink Networks Inc. - 000FD5 - Schwechat - RISE + 002092 + Chess Engineering B.V. - 000F67 - West Instruments + 002043 + Neuron Company Limited - 000F6E - BBox + 002071 + IBR GmbH - 000F6F - FTA Communication Technologies + 00207C + Autec GmbH - 000F63 - Obzerv Technologies + 002057 + TITZE DATENTECHNIK GmbH - 000F21 - Scientific Atlanta Inc. + 0020E5 + Apex Data Inc. - 000F11 - Prodrive B.V. + 002087 + Memotec Inc. - 000F13 - Nisca Corporation + 0020BC + Long Reach Networks Pty Ltd - 000F14 - Mindray Ltd + 00C0C0 + Shore Microsystems Inc. - 000F65 - icube Corp. + 00C00C + Relia Technolgies - 000F5D - Genexis BV + 00C073 + Xedia Corporation - 000F58 - Adder Technology Limited + 00C0D4 + Axon Networks Inc. - 000F12 - Panasonic Europe Ltd + 00C0CD + Comelta, S.A. - 000F0E - WaveSplitter Technologies Inc. + 0020ED + Giga-Byte Technology Ltd - 000F0C - Synchronic Engineering + 002085 + Eaton Corporation - 000F0B - Kentima Technologies AB + 0020CD + Hybrid Networks Inc. - 000F46 - Sinar AG + 00202E + Daystar Digital - 000F41 - Zipher Ltd + 0020B3 + Tattile SRL - 000F4D - TalkSwitch + 0020EE + Gtech Corporation - 000F71 - Sanmei Electronics Ltd + 00204C + Mitron Computer PTE Ltd - 000F6B - GateWare Communications GmbH + 002017 + Orbotech - 000ED5 - CoPAN Systems Inc. + 002093 + Landings Technology Corp. - 000ECA - WTSS Inc + 002063 + Wipro Infotech Ltd - 000ECC - Tableau LLC + 002016 + Showa Electric Wire & Cable Co - 000ECB - VineSys Technology + 00204D + Inovis GmbH - 000ED2 - Filtronic plc + 00205F + Gammadata Computer GmbH - 000EC8 - Zoran Corporation + 00201F + Best Power Technology Inc. - 000ED9 - Aksys Ltd + 0020B6 + Agile Networks Inc. - 000EB4 - Guangzhou Gaoke Communications Technology Ltd + 0020D1 + Microcomputer Systems (M) SDN. - 000EB1 - Newcotech Ltd + 0020CE + Logical Design Group Inc. - 000EA9 - Shanghai Xun Shi Communications Equipment Ltd + 002014 + Global View Ltd - 000EB7 - Knovative Inc. + 0020C2 + Texas Memory Systems Inc. - 000EFA - Optoway Technology Incorporation + 00C0F3 + Network Communications Corp. - 000EFD - Fujinon Corporation + 002056 + Neoproducts - 000EF5 - iPAC Technology Ltd + 002042 + Datametrics Corp. - 000EFB - Macey Enterprises + 002078 + Runtop Inc. - 000F09 - Private + 002006 + Garrett Communications Inc. - 000EDC - Tellion Inc. + 002024 + Pacific Communication Sciences - 000ECD - Skov A/S + 00205D + Nanomatic Oy - 000EDB - XiNCOM Corp. + 00C005 + Livingston Enterprises Inc. - 000EDD - Shure Incorporated + 00C077 + Daewoo Telecom Ltd - 000EC2 - Lowrance Electronics Inc. + 00C0C8 + Micro Byte Pty Ltd - 000EA3 - CNCR-IT LtdHangZhou P.R.CHINA + 00C069 + Axxcelera Broadband Wireless - 000EA2 - McAfee Inc. + 00C067 + United Barcode Industries - 000E9B - Ambit Microsystems Corporation + 00C0A3 + Dual Enterprises Corporation - 000E78 - Amtelco + 00C018 + Lanart Corporation - 000E71 - Gemstar Technology Development Ltd + 009D8E + Cardiac Recorders Inc. - 000E70 - in2 Networks + 00BB01 + Octothorpe Corp. - 000E37 - Harms & Wende GmbH & Co.KG + 00C033 + Telebit Communications APS - 000E31 - Olympus Soft Imaging Solutions GmbH + 00C090 + Praim S.R.L. - 000E2F - Roche Diagnostics GmbH + 00C0DE + Zcomm Inc. - - 000E2A - Private + + 00C013 + Netrix - 000E9E - Topfield Ltd + 00C06B + OSI Plus Corporation - 000E41 - Nihon Mechatronics Ltd + 00C04C + Department Of Foreign Affairs - 000E3C - Transact Technologies Inc + 00C07C + Hightech Information - 000E63 - Lemke Diagnostics GmbH + 00C0B8 + Fraser'S Hill Ltd - 000E5B - ParkerVision - Direct2Data + 00C062 + Impulse Technology - 000E60 - 360SUN Digital Broadband Corporation + 00C0EC + Dauphin Technology - 000E54 - AlphaCell Wireless Ltd + 00C086 + THE Lynk Corporation - 000E4E - Waveplus Technology Ltd + 00C058 + Dataexpert Corp. - 000E4A - Changchun Huayu WEBPAD Ltd + 00C0D0 + Ratoc System Inc. - 000E93 - Milenio 3 Sistemas Electronicos, Lda. + 00C0BF + Technology Concepts Ltd - 000E8D - Systems in Progress Holding GmbH + 00C0BA + Netvantage - 000E76 - Gemsoc Innovision Inc. + 00C05E + Vari-Lite Inc. - 000E7D - Electronics Line 3000 Ltd + 00C0D5 + Werbeagentur Jurgen Siebert - 000E2C - Netcodec Co. + 00C063 + Morning Star Technologies Inc. - 000E23 - Incipient Inc. + 00C021 + Netexpress - 000E25 - Hannae Technology Ltd + 00C0DB + IPC Corporation (PTE) Ltd - 000E20 - ACCESS Systems Americas Inc. + 00C0E3 + Ositech Communications Inc. - 000E21 - MTU Friedrichshafen GmbH + 00C0FE + Aptec Computer Systems Inc. - 000DD4 - Symantec Corporation + 00C016 + Electronic Theatre Controls - 000DD2 - Simrad Optronics ASA + 00C0BC + Telecom Australia/Cssc - 000DD1 - Stryker Corporation + 00C0C1 + Quad/Graphics Inc. - 000DD7 - Bright + 00C089 + Telindus Distribution - 000DD9 - Anton Paar GmbH + 00C0B0 + GCC Technologies,Inc. - 000DDC - VAC + 00C00A + Micro Craft - 000DE0 - ICPDAS Ltd + 00C074 + Toyoda Automatic Loom - 000DE3 - AT Sweden AB + 00404E + Fluent Inc. - 000DEA - Kingtel Telecommunication Corp. + 00408D + THE Goodyear Tire & Rubber Co. - 000DED - Cisco Systems Inc. + 00401B + Printer Systems Corp. - 000DE4 - DIGINICS Inc. + 0040A3 + Microunity Systems Engineering - 000E09 - Shenzhen Coship Software Ltd + 0040B3 + ParTech Inc. - 000E05 - Wireless Matrix Corp. + 00401D + Invisible Software Inc. - 000E22 - Private + 00C0CA + Alfa Inc. - 000E1C - Hach Company + 00C06C + Svec Computer Corp. - 000E02 - Advantech AMT Inc. + 0040FF + Telebit Corporation - 000DC9 - THALES Elektronik Systeme GmbH + 00401F + Colorgraph Ltd - 000D81 - Pepperl+Fuchs GmbH + 0040AF + Digital Products Inc. - 000D7A - DiGATTO Asia Pacific Pte Ltd + 0040F7 + Polaroid Corporation - 000D77 - FalconStor Software + 004037 + SEA-Ilan Inc. - 000D76 - Hokuto Denshi Ltd + 00C026 + Lans Technology Ltd - 000D7B - Consensys Computers Inc. + 00407E + Evergreen Systems Inc. - 000D8F - King Tsushin Kogyo Ltd + 0040F9 + Combinet - 000D89 - Bils Technology Inc + 00C0A7 + Seel Ltd - 000D86 - Huber + Suhner AG + 00C04A + Group 2000 AG - 000DC8 - AirMagnet Inc. + 004054 + Connection Machines Services - 000DBE - Bel Fuse Europe LtdUK + 004004 + ICM Ltd - 000DBC - Cisco Systems Inc. + 004018 + Adobe Systems Inc. - 000D9F - RF Micro Devices + 00404A + West Australian Department - 000DA5 - Fabric7 Systems Inc. + 00403C + Forks Inc. - 000DC5 - EchoStar Global B.V. + 004042 + N.A.T. GmbH - 000D99 - Orbital Sciences Corp.; Launch Systems Group + 0040F2 + Janich & Klass Computertechnik - 000D6C - M-Audio + 0040A2 + Kingstar Technology Inc. - 000D70 - Datamax Corporation + 0040DC + Tritec Electronic GmbH - 000D59 - Amity Systems Inc. + 004060 + Comendec Ltd - 000D4E - NDR Ltd + 004056 + MCM Japan Ltd - 000D50 - Galazar Networks + 004030 + GK Computer - 000D17 - Turbo Networks Ltd + 004040 + Ring Access Inc. - 000D18 - Mega-Trend Electronics Ltd + 008057 + Adsoft Ltd - 000D20 - Asahikasei Technosystem Ltd + 0080BB + Hughes LAN Systems - 000D49 - Triton Systems Of Delaware Inc. + 00403D + Teradata Corporation - 000D48 - AEWIN Technologies Ltd + 0040D0 + Mitac International Corp. - 000D24 - Sentec E&E Ltd + 0040B6 + Computerm Corporation - 000D22 - Unitronics Ltd + 0040A6 + Cray Inc. - 000D14 - Vtech Innovation LP dba Advanced American Telephones + 00403E + Raster OPS Corporation - 000D5B - Smart Empire Investments Limited + 004046 + UDC Research Limited - 000D3A - Microsoft Corporation + 00C0D7 + Taiwan Trading Center DBA - 000D30 - IceFyre Semiconductor + 0040DA + Telspec Ltd - 000D31 - Compellent Technologies Inc. + 0040C7 + Ruby Tech Corporation - 000D2C - Net2Edge Limited + 004052 + Star Technologies Inc. - 000D25 - Sanden Corporation + 00402E + Precision Software Inc. - 000D6F - Ember Corporation + 00402B + Trigem Computer Inc. - 000D5E - NEC Personal Products + 00401A + Fuji Electric Ltd - 000D3F - VTI Instruments Corporation + 00405F + AFE Computers Ltd - 000CE3 - Option International N.V. + 004080 + Athenix Corporation - 000CE7 - MediaTek Inc. + 004051 + Garbee and Garbee - 000CE8 - GuangZhou AnJuBao Ltd + 00407A + Societe D'Exploitation DU Cnit - 000CE4 - NeuroCom International Inc. + 004031 + Kokusai Electric Ltd - 000CB5 - Premier Technolgies Inc. + 0040D3 + Kimpsion International Corp. - 000CB6 - Nanjing SEU Mobile & Internet Technology Ltd + 0040EE + Optimem - 000CC3 - BeWAN Systems + 004025 + Molecular Dynamics - 000CB4 - AutoCell Laboratories Inc. + 004067 + Omnibyte Corporation - 000CB1 - Salland Engineering (Europe) BV + 0040C3 + Fischer AND Porter Co. - 000CBC - Iscutum + 0040EC + Mikasa System Engineering - 000D04 - Foxboro Eckardt Development GmbH + 00802F + National Instruments Corp. - 000D08 - AboveCable Inc. + 008054 + Frontier Technologies Corp. - 000D05 - cybernet manufacturing Inc. + 008053 + Intellicom Inc. - 000CFE - Grand Electronic Ltd + 008026 + Network Products Corporation - 000D0E - Inqnet Systems Inc. + 0080B0 + Advanced Information - 000D11 - DENTSPLY - Gendex + 0080FA + RWT GmbH - 000CC8 - Xytronix Research & Design Inc. + 0080FD + Exsceed Corpration - 000CCA - HGST a Western Digital Company + 0080FE + Azure Technologies Inc. - 000CD0 - Symetrix + 00803C + TVS Electronics Ltd - 000CD9 - Itcare Ltd + 008046 + Tattile SRL - 000CD5 - Passave Inc. + 004002 + Perle Systems Limited - 000CD2 - Schaffner EMV AG + 004049 + Roche Diagnostics International Ltd - 000A07 - WebWayOne Ltd + 004029 + Compex - 000CB0 - Star Semiconductor Corporation + 00409E + Concurrent Technologies Ltd - 000C34 - Vixen Ltd + 0080AD + Cnet Technology Inc. - 000C58 - M&S Systems + 00800E + Atlantix Corporation - 000C51 - Scientific Technologies Inc. + 0080AB + Dukane Network Integration - 000C73 - Telson Electronics Ltd + 0080F1 + Opus Systems - 000C65 - Sunin Telecom + 008029 + Eagle Technology Inc. - 000C6C - Eve Systems GmbH + 008072 + Microplex Systems Ltd - 000C6F - Amtek System Ltd + 004001 + Zero One Technology Ltd - 000C7E - Tellium Incorporated + 004071 + ATM Computer GmbH - 000C87 - AMD + 008011 + Digital Systems Int'l Inc. - 000C98 - LETEK Communications Inc. + 008034 + SMT Goupil - 000C8E - Mentor Engineering Inc + 0080E4 + Northwest Digital Systems Inc. - 000CA2 - Harmonic Video Network + 0080EC + Supercomputing Solutions Inc. - 000CA4 - Prompttec Product Management GmbH + 00802C + THE Sage Group PLC - 000C5B - Hanwang Technology Ltd + 0080D6 + Nuvotech Inc. - 000C60 - ACM Systems + 00800A + Japan Computer Corp. - 000C83 - Logical Solutions + 00804B + Eagle Technologies Pty Ltd - 000C96 - OQO Inc. + 0080C8 + D-Link Systems Inc. - 000C08 - HUMEX Technologies Corp. + 008012 + Integrated Measurement Systems - 000C0D - Communications & Power Industries / Satcom Division + 008027 + Adaptive Systems Inc. - 000C04 - Tecnova + 0080FC + Avatar Corporation - 000C01 - Abatron AG + 008016 + Wandel AND Goltermann - 000C39 - Sentinel Wireless Inc. + 0080A2 + Creative Electronic Systems - 000C33 - Compucase Enterprise Ltd + 0080CC + Microwave Bypass Systems - 000C36 - Sharp Takaya Electronics Industry Ltd + 0080A5 + Speed International - 000BF6 - Nitgen Ltd + 008079 + Microbus Designs Ltd - 000BFD - Cisco Systems Inc. + 000079 + Networth Incorporated - 000BFA - Exemys SRL + 000091 + Anritsu Corporation - 000BF4 - Private + 000075 + Nortel Networks - 000BFB - D-NET International Corporation + 0000A5 + Tattile SRL - 000C1D - Mettler & Fuchs AG + 000036 + Atari Corporation - 000C1E - Global Cache + 0000F8 + Digital Equipment Corporation - 000C1A - Quest Technical Solutions Inc. + 00805C + Agilis Corporation - 000C24 - Anator + 0080C5 + Novellco de Mexico - 000C19 - Telio Communications GmbH + 008078 + Practical Peripherals Inc. - 000C13 - MediaQ + 0080F6 + Synergy Microsystems - 000C06 - Nixvue Systems Pte Ltd + 00807B + Artel Communications Corp. - 000C2D - FullWave Technology Ltd + 008014 + Esprit Systems - 000C26 - Weintek Labs Inc. + 0080B7 + Stellar Computer - 000C2B - ELIAS Technology Inc. + 0000ED + April - 000BF0 - MoTEX Products Ltd + 0000A3 + Network Application Technology - 000BF1 - LAP Laser Applikations + 000039 + Toshiba Corporation - 000BEE - Inc.jet Inc.orporated + 00003C + Auspex Systems Inc. - 000B8D - Avvio Networks + 00007E + Clustrix Corporation - 000B85 - Cisco Systems Inc. + 0000CB + Compu-Shack Electronic GmbH - 000B7F - Align Engineering LLC + 000013 + Camex - 000BA6 - Miyakawa Electric Works Ltd + 000095 + Sony Tektronix Corp. - 000B93 - Ritter Elektronik + 000057 + Scitex Corporation Ltd - 000B9B - Sirius System Ltd + 0000D6 + Punch Line Holding - 000BE2 - Lumenera Corporation + 00009E + Marli S.A. - 000BE1 - Nokia NET Product Operations + 000042 + Metier Management Systems Ltd - 000BA8 - Hanback Electronics Ltd + 00007D + Oracle Corporation - 000BA9 - CloudShield Technologies Inc. + 000096 + Marconi Electronics Ltd - 000BA1 - Fujikura Solutions Ltd + 00005E + ICANN, IANA Department - 000B8E - Ascent Corporation + 000038 + CSS Labs - 000B8F - Akita Electronics Systems Ltd + 000044 + Castelle Corporation - 000BCB - Fagor Automation , S. Coop + 0000CE + Megadata Corp. - 000BC8 - AirFlow Networks + 00007B + Research Machines - 000BCE - Free2move AB + 00000F + Next Inc. - 000BCF - Agfa NDT Inc. + 0000BB + TRI-Data - 000BC3 - Multiplex Inc. + 00001A + Advanced Micro Devices - 000BBE - Cisco Systems Inc. + 00007F + Linotype-Hell AG - 000BE0 - SercoNet Ltd + 08006F + Philips Apeldoorn B.V. - 000BBD - Connexionz Limited + 000040 + Applicon Inc. - 000B40 - Cambridge Industries Group (CIG) + 00005D + CS Telecom - 000B44 - Concord IDea Corp. + 000012 + Information Technology Limited - 000B42 - Commax Ltd + 00008A + Datahouse Information Systems - 000B47 - Advanced Energy + 000032 + Marconi plc - 000B81 - Kaparel Corporation + 000085 + Canon Inc. - 000B82 - Grandstream Networks Inc. + 00004A + ADC Codenoll Technology Corp. - 000B6E - Neff Instrument Corp. + 08008F + Chipcom Corporation - 000B72 - Lawo AG + 00006A + Computer Consoles Inc. - 000B31 - Yantai ZhiYang Scientific and technology Industry Ltd + 08003E + Codex Corporation - 000B2F - bplan GmbH + 080040 + Ferranti Computer Sys. Limited - 000B3D - CoNTAL OK Ltd + 08003A + Orcatech Inc. - 000B4D - Emuzed + 08003D + Cadnetix Corporations - 000B24 - AirLogic + 080038 + Bull S.A.S. - 000B78 - Taifatech Inc. + 080073 + Tecmar Inc. - 000B6C - Sychip Inc. + 080072 + Xerox Corp Univ Grant Program - 0091D6 - Crystal Group Inc. + 08006A + AT&T - 000B5A - HyperEdge + 08007A + Indata - 000B0F - Bosch Rexroth + 080079 + THE Droid Works - 000B0C - Agile Systems Inc. + 08004D + Corvus Systems Inc. - 000B0A - dBm Optics + 08002F + Prime Computer Inc. - 000B09 - Ifoundry Systems Singapore + 08002C + Britton LEE Inc. - 000B1D - LayerZero Power Systems Inc. + 080062 + General Dynamics - 000B19 - Vernier Networks Inc. + 08005C + Four Phase Systems - 000B16 - Communication Machinery Corporation + 08005A + IBM Corp - 000B12 - NURI Telecom Ltd + 080052 + Insystec - 000AC5 - Color Kinetics + 08001E + Apollo Computer Inc. - 000ABD - Rupprecht & Patashnick Co. + 080019 + General Electric Corporation - 000ACB - XPAK MSA Group + 027001 + Racal-Datacom - 000AD5 - Brainchild Electronic Ltd + 08000E + NCR Corporation - 000AD6 - BeamReach Networks + 00DD09 + Ungermann-Bass Inc. - 000AFE - NovaPal Ltd + 000002 + Xerox Corporation - 000AFD - Kentec Electronics + 000003 + Xerox Corporation - 000AEF - Otrum ASA + 000006 + Xerox Corporation - 000AE5 - ScottCare Corporation + 080001 + Computervision Corporation - 000AB0 - LOYTEC electronics GmbH + 080005 + Symbolics Inc. - 000AB5 - Digital Electronic Network + 00DD07 + Ungermann-Bass Inc. - 000AD2 - JEPICO Corporation + 000008 + Xerox Corporation - 000A98 - M+F Gwinner GmbH & Co + 00003D + Unisys - 000A9B - TB Group Inc + 00DD0D + Ungermann-Bass Inc. - 000A6C - Walchem Corporation + 080064 + Sitasys AG - 000A5F - almedio Inc. + 080002 + Bridge Communications Inc. - 000A6B - Tadiran Telecom Business Systems Ltd + 08001A + Tiara/ 10NET - 000A61 - Cellinx Systems Inc. + 08008B + Pyramid Technology Corp. - 000A78 - Olitec + 080012 + Bell Atlantic Integrated Syst. - 000AA9 - Brooks Automation GmbH + 14A1BF + ASSA ABLOY Korea Ltd Unilock - 000AA5 - Maxlink Industries Limited + 9483C4 + GL Technologies (Hong Kong) Limited - 000AA2 - Systek Inc. + 080030 + Royal Melbourne Inst Of Tech - 000A5B - Power-One as + 00000B + Matrix Corporation - 000A55 - MARKEM Corporation + 00009B + Information International Inc. - 000A73 - Scientific Atlanta + 9C93B0 + Megatronix (Beijing) Technology Ltd - 000A69 - SUNNY bell Technology Ltd + 64AEF1 + Qingdao Hisense Electronics Ltd - 000A84 - Rainsun Enterprise Ltd + 080016 + Barrister Info Sys Corp - 000A7E - The Advantage Group + 44CB8B + LG Innotek - 000A4C - Molecular Devices Corporation + B4055D + Inspur Electronic Information Industry Ltd - 000A4D - Noritz Corporation + 984827 + TP-Link Technologies Ltd - 000A91 - HemoCue AB + D4F5EF + Hewlett Packard Enterprise - 0009F2 - Cohu Inc., Electronics Division + 28BD89 + Google Inc. - 0009E9 - Cisco Systems Inc. + EC1BBD + Silicon Laboratories - 0009DC - Galaxis Technology AG + D8A315 + Vivo Mobile Communication Ltd - 000A3A - J-THREE INTERNATIONAL Holding Ltd + 80647A + Ola Sense Inc - 000A47 - Allied Vision Technologies + 70F82B + DWnet Technologies(Suzhou) Corporation - 000A3C - Enerpoint Ltd + 142475 + 4DReplay Inc. - 000A44 - Avery Dennison Deutschland GmbH + 10DCB6 + IEEE Registration Authority - 0009F8 - Unimo Technology Ltd + F89E28 + Cisco Meraki - 0009FF - X.net 2000 GmbH + F8C4F3 + Shanghai Infinity Wireless Technologies Ltd - 000A03 - Endesa Servicios, S.L. + D4772B + Nanjing Ztlink Network Technology Ltd - 0009FE - Daisy Technologies Inc. + 64F9C0 + Analog Devices - 000A28 - Motorola + 18D0C5 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 000A29 - Pan Dacom Networking AG + 34ED1B + Cisco Systems Inc. - 0009EB - HuMANDATA Ltd + BCA511 + Netgear - 0009E8 - Cisco Systems Inc. + 000A7B + Cornelius Consult - 0009ED - CipherOptics + C4447D + Huawei Technologies Ltd - 000A40 - Crown Audio -- Harmanm International + 30E98E + Huawei Technologies Ltd - 000A26 - CEIA S.p.A. + 748B34 + Shanghai Smart System Technology Ltd - 000A1D - Optical Communications Products Inc. + ACBD70 + Huawei Device Ltd - 000A16 - Lassen Research + C02E26 + Private - 000A18 - Vichel Inc. + 34D262 + SZ DJI Technology Ltd - 000A06 - Teledex LLC + 0812A5 + Amazon Technologies Inc. - 0009A9 - Ikanos Communications + 807FF8 + Juniper Networks - 00099F - Videx Inc. + 440377 + IEEE Registration Authority - 0009A2 - Interface Ltd + 002487 + Transact Campus Inc. - 0009A1 - Telewise Communications Inc. + B4E9A3 + port Industrial automation GmbH - 00097D - SecWell Networks Oy + 38E8EE + Nanjing Youkuo Electric Technology Ltd - 000976 - Datasoft ISDN Systems GmbH + 90B8E0 + Shenzhen Yanray Technology Ltd - 0009C6 - Visionics Corporation + 9CF531 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 0009D1 - Seranoa Networks Inc + 80E455 + New H3C Technologies Ltd - 0009CE - SpaceBridge Semiconductor Corp. + 2C4CC6 + Murata Manufacturing Ltd - 0009B8 - Entise Systems + 7C210D + Cisco Systems Inc. - 0009AF - e-generis + 4CBC72 + Primex Wireless - 0009AD - Hyundai Syscomm Inc. + 6802B8 + Compal Broadband Networks Inc. - 0009BD - Epygi Technologies Ltd + 3463D4 + Bionix Supplychain Technologies SLU - 0009C2 - Onity Inc. + 08F7E9 + HRCP Research and Development Partnership - 0009C3 - Netas + 8CBA25 + Unionman Technology Ltd - 0009B5 - 3J Tech Ltd + D49E3B + Guangzhou Shiyuan Electronic Technology Company Limited - 000982 - Loewe Opta GmbH + DCDCE2 + Samsung Electronics Ltd - 000983 - GlobalTop Technology Inc. + A0AC69 + Samsung Electronics Ltd - 0009DD - Mavin Technology Inc. + 1089FB + Samsung Electronics Ltd - 00097A - Louis Design Labs. + DC4BDD + Shenzhen SuperElectron Technology Ltd - 00096B - IBM Corp + C0B5CD + Huawei Device Ltd - 00096D - Powernet Technologies Corp. + 4C5077 + Huawei Device Ltd - 000964 - Hi-Techniques Inc. + 502DBB + GD Midea Air-Conditioning Equipment Ltd - 000965 - HyunJu Computer Ltd + 5C3A3D + ZTE Corporation - 000939 - ShibaSoku Ltd + 30FD65 + Huawei Technologies Ltd - 000933 - Ophit Ltd + 7CA1AE + Apple - 000932 - Omnilux + 3C22FB + Apple - 00091C - CacheVision Inc. + 58EAFC + ELL-IoT Inc - 00091A - Macat Optics & Electronics Ltd + 9013DA + Athom B.V. - 00091B - Digital Generation Inc. + 14115D + Skyworth Digital Technology(Shenzhen) Ltd - 000929 - Sanyo Industries (UK) Limited + E4F327 + Atol LLC - 000928 - Telecore + 6819AC + Guangzhou Xianyou Intelligent Technogoly Ltd - 00092E - B&Tech System Inc. + E82E0C + NETINT Technologies Inc. - 00096F - Beijing Zhongqing Elegant Tech. Corp.,Limited + 1892A4 + Ciena Corporation - 00095E - Masstech Group Inc. + 10082C + Texas Instruments - 00094F - elmegt GmbH & Co. KG + B0735D + Huawei Device Ltd - 000943 - Cisco Systems Inc. + 5C3A45 + Chongqing Fugui Electronics Ltd - 000902 - Redline Communications Inc. + A03C31 + Shenzhen Belon Technology Ltd - 0008FA - KEB Automation KG + A897CD + ARRIS Group Inc. - 000959 - Sitecsoft + 404C77 + ARRIS Group Inc. - 000957 - Supercaller Inc. + 2CE310 + Stratacache - 0008D2 - ZOOM Networks Inc. + 0022A0 + Aptiv Services US LLC - 0008C5 - Liontech Ltd + A4307A + Samsung Electronics Ltd - 0008AC - Eltromat GmbH + FC8E5B + China Mobile Iot Limited Company - 0008AA - Karam + 142A14 + Shenzhen Selenview Digital Technology Ltd - 0008AB - EnerLinx.com Inc. + D87E76 + Itel Mobile Limited - 0008AD - Toyo-Linx Ltd + 384B5B + Ztron Technology Limited - 0008F2 - C&S Technology + B86142 + Beijing Tricolor Technology Ltd - 0008EA - Motion Control Engineering Inc. + 200A0D + IEEE Registration Authority - 0008ED - ST&T Instrument Corp. + E47C65 + Sunstar Communication Technology Ltd - 000888 - OULLIM Information Technology Inc,. + 9C54DA + SkyBell Technologies Inc. - 000885 - EMS Dr. Thomas Wunsche + 4C494F + ZTE Corporation - 000872 - Sorenson Communications + C4741E + ZTE Corporation - 00089A - Alcatel Microelectronics + 00D078 + Eltex Of Sweden AB - 0008A1 - CNet Technology Inc. + 5C78F8 + Huawei Device Ltd - 000893 - LE Information Communication Inc. + B827C5 + Huawei Device Ltd - 0008CA - TwinHan Technology Ltd + DC8983 + Samsung Electronics Ltd - 0008B6 - RouteFree Inc. + 5CCB99 + Samsung Electronics Ltd - 0008D8 - Dowkey Microwave + D46075 + Baidu Online Network Technology (Beijing) Ltd - 0008DF - Alistel Inc. + 78C5F8 + Huawei Device Ltd - 0008DB - Corrigent Systems + D45D64 + ASUSTek Computer Inc. - 00087C - Cisco Systems Inc. + 90B144 + Samsung Electronics Ltd - 000879 - CEM Corporation + 48DD0C + eero Inc. - 00087D - Cisco Systems Inc. + 940C98 + Apple - 000875 - Acorp Electronics Corp. + E8FBE9 + Apple - 000816 - Bluelon ApS + 38EC0D + Apple - 000811 - VOIX Corporation + 58278C + Buffalo Inc. - 000806 - Raonet Systems Inc. + 140AC5 + Amazon Technologies Inc. - 00086F - Resources Computer Network Ltd + 2083F8 + Advanced Digital Broadcast SA - 000867 - Uptime Devices + C8C750 + Motorola Mobility LLC, a Lenovo Company - 0007F8 - ITDevices Inc. + 2CDCD7 + Azurewave Technologies Inc. - 0007F3 - Thinkengine Networks + 34E3DA + Hoval Aktiengesellschaft - 00081C - @pos.com + E0BB9E + Seiko Epson Corporation - 00081E - Repeatit AB + 48D24F + Sagemcom Broadband SAS - 000856 - Gamatronic Electronic Industries Ltd + E4AAEC + Tianjin Hualai Technology Ltd - 000853 - Schleicher GmbH & Co. Relaiswerke KG + 94BE46 + Motorola (Wuhan) Mobility Technologies Communication Ltd - 000826 - Colorado Med Tech + ACF8CC + ARRIS Group Inc. - 00085E - PCO AG + 8C5A25 + ARRIS Group Inc. - 00079A - Verint Systems Inc + 483FDA + Espressif Inc. - 000774 - GuangZhou Thinker Technology Ltd + 6C5D3A + Microsoft Corporation - 000798 - Selea SRL + CCD42E + Arcadyan Corporation - 000791 - International Data Communications Inc. + C853E1 + Beijing Bytedance Network Technology Ltd - 0007EE - telco Informationssysteme GmbH + 14169D + Cisco Systems Inc. - 0007E2 - Bitworks Inc. + 48A2E6 + Resideo - 0007E6 - edgeflow Canada Inc. + 90E2FC + IEEE Registration Authority - 0007E5 - Coup Corporation + F008D1 + Espressif Inc. - 0007DE - eCopilt AB + 5894B2 + BrainCo - 0007C8 - Brain21 Inc. + B09575 + TP-Link Technologies Ltd - 0007C5 - Gcom Inc. + B4B055 + Huawei Technologies Ltd - 0007C1 - Overture Networks Inc. + 048C16 + Huawei Technologies Ltd - 0007A7 - A-Z Inc. + 98DD5B + Takumi Japan Ltd - 0007A6 - Leviton Manufacturing Co. Inc. + 3C5CF1 + eero Inc. - 0007A3 - Ositis Software Inc. + 14AE85 + IEEE Registration Authority - 0007C2 - Netsys Telecom + 90749D + IRay Technology Ltd - 00078F - Emkay Innovative Products + 8C3B32 + Microfan B.V. - 000782 - Oracle Corporation + D0D3E0 + Aruba Networks HP - 0007AE - Britestream Networks Inc. + 645CF3 + ParanTek Inc. - 0007B1 - Equator Technologies + B0CCFE + Huawei Device Ltd - 0005F9 - TOA Corporation + 540DF9 + Huawei Device Ltd - 0007CA - Creatix Polymedia Ges Fur Kommunikaitonssysteme + 006619 + Huawei Device Ltd - 0007DF - Vbrick Systems Inc. + FC3964 + Itel Mobile Limited - 000744 - Unico Inc. + 14472D + Guangdong Oppo Mobile Telecommunications Corp Ltd - 000749 - CENiX Inc. + E490FD + Apple - 00073D - Nanjing Postel Telecommunications Ltd + 84AB1A + Apple - 000739 - Scotty Group Austria GmbH + 206D31 + Firewalla Inc - 00074E - IPFRONT Inc + D06544 + Apple - 000752 - Rhythm Watch Ltd + 186F2D + Shenzhen Sundray Technologies Company Limited - 00074F - Cisco Systems Inc. + F84FAD + Hui Zhou Gaoshengda Technology Ltd - 000743 - Chelsio Communications + 4C0A3D + Adnacom Inc. - 000747 - Mecalc + 3C806B + Hunan Voc Acoustics Technology Ltd - 000779 - Sungil Telecom Ltd + 60DE35 + GITSN Inc. - 00077E - Elrest GmbH + 28317E + Hongkong Nano IC Technologies Ltd - 000778 - GERSTEL GmbH & Co. KG + A84122 + China Mobile (Hangzhou) Information Technology Ltd - 00076D - Flexlight Networks + 6CDDBC + Samsung Electronics Ltd - 000730 - Hutchison OPTEL Telecom Technology Ltd + CC7F76 + Cisco Systems Inc. - 000722 - The Nielsen Company + 40BC68 + Wuhan Funshion Online Technologies Ltd - 000760 - TOMIS Information & Telecom Corp. + DC9840 + Microsoft Corporation - 000735 - Flarion Technologies Inc. + 447654 + Huawei Technologies Ltd - 00075E - Ametek Power Instruments + 7CD9A0 + Huawei Technologies Ltd - 00071F - European Systems Integration + F033E5 + Huawei Technologies Ltd - 000721 - Formac Elektronik GmbH + B4F18C + Huawei Device Ltd - 000786 - Wireless Networks Inc. + B8CEF6 + Mellanox Technologies Inc. - 0006BC - Macrolink Inc. + B802A4 + Aeonsemi Inc. - 0006C2 - Smartmatic Corporation + E48326 + Huawei Technologies Ltd - 000654 - Winpresa Building Automation Technologies GmbH + 9405BB + IEEE Registration Authority - 0006B4 - Vorne Industries Inc. + 8C5FAD + Fiberhome Telecommunication Technologies Ltd - 0006AE - Himachal Futuristic Communications Ltd + ACC25D + Fiberhome Telecommunication Technologies Ltd - 0006E5 - Fujian Newland Computer Ltd + 8C0C87 + Nokia - 0006DE - Flash Technology + C432D1 + Farlink Technology Limited - 0006DF - AIDONIC Corporation + CC418E + MSA Innovation - 0006DD - AT & T Laboratories - Cambridge Ltd + CCA7C1 + Google Inc. - 0006F0 - Digeo Inc. + 388479 + Cisco Meraki - 000700 - Zettamedia Korea + 7C9EBD + Espressif Inc. - 0006C5 - INNOVI Technologies Limited + 1C0219 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 0006C6 - lesswire AG + C8D778 + BSH Hausgeraete GmbH - 0006B7 - TELEM GmbH + 9C611D + Panasonic Corporation Of North America - 0006EF - Maxxan Systems Inc. + C095DA + NXP India Private Limited - 0006E9 - Intime Corp. + B42200 + Brother Industries Ltd - 0006EA - ELZET80 Mikrocomputer GmbH&Co. KG + 6849B2 + Carlo Gavazzi Ltd - 000708 - Bitrage Inc. + 487AFF + Essys - 000712 - JAL Information Technology + 40B6E7 + Huawei Device Ltd - 000713 - IP One Inc. + D0B45D + Huawei Device Ltd - 000707 - Interalia Inc. + 8836CF + Huawei Device Ltd - 0006F2 - Platys Communications + A4C54E + Huawei Device Ltd - 0006FA - IP SQUARE Ltd + D4BBE6 + Huawei Device Ltd - 000703 - CSEE Transport + 009EEE + Positivo Tecnologia S.A. - 000706 - Sanritz Corporation + 90B832 + Extreme Networks Inc. - 0006D1 - Tahoe Networks Inc. + 402F86 + LG Innotek - 0006D4 - Interactive Objects Inc. + D422CD + Xsens Technologies B.V. - 0006CA - American Computer & Digital Components Inc. (ACDC) + C8675E + Extreme Networks Inc. - 0006CE - Dateno + 9C5D12 + Extreme Networks Inc. - 00068E - HID Corporation + F09CE9 + Extreme Networks Inc. - 00068A - NeuronNet Ltd R&D Center + C413E2 + Extreme Networks Inc. - 000685 - NetNearU Corporation + F4EB9F + Ellu Company 2019 SL - 000650 - Tiburon Networks Inc. + E898C2 + ZETLAB Company - 00065E - Photuris Inc. + D41AC8 + Nippon Printer Engineering - 00067F - Digeo Inc. + 5061F6 + Universal Electronics Inc. - 000683 - Bravara Communications Inc. + 000C32 + Avionic Design GmbH - 000655 - Yipee Inc. + 000A0D + Amphenol - 000676 - Novra Technologies Inc. + F45420 + Tellescom Industria E Comercio EM Telecomunicacao - 000664 - Fostex Corporation + 4C4088 + Sanshin Electronics Ltd - 00067A - JMP Systems + 64DDE9 + Xiaomi Communications Ltd - 000673 - TKH Security Solutions USA + 0C817D + EEP Elektro-Elektronik Pranjic GmbH - 00069B - AVT Audio Video Technologies GmbH + 04F5F4 + Proxim Wireless - 000693 - Flexus Computer Technology Inc. + C8BCE5 + Sense Things Japan Inc. - 00065D - Heidelberg Web Systems + E8B470 + IEEE Registration Authority - 0006B0 - Comtech EF Data Corp. + 001BED + Brocade Communications Systems LLC - 000696 - Advent Networks + 000CDB + Brocade Communications Systems LLC - 0005D7 - Vista Imaging Inc. + 000480 + Brocade Communications Systems LLC - 0005DB - PSI Nentec GmbH + 609C9F + Brocade Communications Systems LLC - 0005DD - Cisco Systems Inc. + 000088 + Brocade Communications Systems LLC - 000628 - Cisco Systems Inc. + 0060DF + Brocade Communications Systems LLC - 00061D - MIP Telecom Inc. + 006069 + Brocade Communications Systems LLC - 000619 - Connection Technology Systems + 000533 + Brocade Communications Systems LLC - 000640 - White Rock Networks + B04502 + Huawei Device Ltd - 000644 - NextGen Business Solutions Inc. + 1C1FF1 + Huawei Device Ltd - 000645 - Meisei Electric Ltd + B4EF1C + 360 AI Technology Ltd - A06A00 - Verilink Corporation + 14DE39 + Huawei Device Ltd - 0005F8 - Real Time Access Inc. + B8F009 + Espressif Inc. - 0005EB - Blue Ridge Networks Inc. + FC71FA + Trane Technologies - 0005E8 - TurboWave Inc. + CCBE59 + Calix Inc. - 0005F6 - Young Chang Ltd + 84A3B5 + Propulsion Systems - 0005FC - Schenck Pegasus Corp. + 30FCEB + LG Electronics (Mobile Communications) - 00063A - Dura Micro Inc. + 2468B0 + Samsung Electronics Ltd - 000632 - Mesco Engineering GmbH + 1C1338 + Kimball Electronics Group LLC - 000634 - GTE Airfone Inc. + 9CEDFA + EVUlution AG - 00060C - Melco Industries Inc. + EC63ED + Hyundai Autoever Corp. - 00060E - IGYS Systems Inc. + D46761 + XonTel Technology Co. - 000614 - Prism Holdings + E44122 + OnePlus Technology (Shenzhen) Ltd - 000608 - At-Sky SAS + 9C19C2 + Dongguan Liesheng Electronic Ltd - 0005C3 - Pacific Instruments Inc. + BC26A1 + FACTORY FIVE Corporation - 0005B9 - Airvana Inc. + 74CBF3 + Lava international limited - 0005BC - Resource Data Management Ltd + F0D14F + Linear LLC - 0005BE - Kongsberg Seatex AS + 001168 + HomeLogic LLC - 0005BD - Roax BV + 18DFC1 + Aetheros - 0005C1 - A-Kyung Motion Inc. + FCBC0E + Zhejiang Cainiao Supply Chain Management Ltd - 0005B4 - Aceex Corporation + 2CD066 + Xiaomi Communications Ltd - 000598 - CRONOS S.r.l. + B05CDA + HP Inc. - 0005B7 - Arbor Technology Corp. + DCBD7A + Guangzhou Shiyuan Electronic Technology Company Limited - 00059B - Cisco Systems Inc. + 9016BA + Huawei Technologies Ltd - 00057E - Eckelmann Steuerungstechnik GmbH + 60AAEF + Huawei Device Ltd - 000580 - FibroLAN Ltd + D0F3F5 + Huawei Device Ltd - 000582 - ClearCube Technology + D44649 + Huawei Technologies Ltd - 0005D9 - Techno Valley Inc. + 9400B0 + Huawei Technologies Ltd - 0005DC - Cisco Systems Inc. + 2479EF + Greenpacket Berhad, Taiwan - 0005D0 - Solinet Systems + AC2334 + Infinix mobility limited - 00059F - Yotta Networks Inc. + 002B67 + LCFC(HeFei) Electronics Technology Ltd - 000587 - Locus Inc.orporated + F8BC0E + eero Inc. - 000590 - Swissvoice Ltd + 50E039 + ZyXEL Communications Corp - 000595 - Alesis Corporation + B85776 + lignex1 - 000578 - Private + 2400FA + China Mobile (Hangzhou) Information Technology Ltd - 000572 - Deonet Ltd + C83DFC + AlphaTheta Corporation - 000576 - NSM Technology Ltd + E01995 + Nutanix - 00056A - Heuft Systemtechnik GmbH + F85128 + SimpliSafe - 000568 - Piltofish Networks AB + AC1F09 + Shenzhen RAKwireless technology Ltd - 0005B6 - INSYS Microelectronics GmbH + BC13A8 + Shenzhen YOUHUA Technology Ltd - 000555 - Japan Cash Machine Ltd + 9077EE + Cisco Systems Inc. - 000552 - Xycotec Computer GmbH + 3C13CC + Cisco Systems Inc. - 00054A - Ario Data Networks Inc. + 94E3EE + ZTE Corporation - 000548 - Disco Corporation + D8DC40 + Apple - 0004F7 - Omega Band Inc. + 805FC5 + Apple - 0004EE - Lincoln Electric Company + 10F920 + Cisco Systems Inc. - 0004F0 - International Computers Ltd + 206980 + Apple - 000527 - SJ Tek Ltd + 6432A8 + Intel Corporation - 000529 - Shanghai Broadan Communication Technology Ltd + 801934 + Intel Corporation - 00052C - Supreme Magic Corporation + 40A3CC + Intel Corporation - 00053E - KID Systeme GmbH + E4A7A0 + Intel Corporation - 00053F - VisionTek Inc. + 3C4DBE + Apple - 00053D - Agere Systems + 48262C + Apple - 000500 - Cisco Systems Inc. + 147DDA + Apple - 000519 - Siemens Building Technologies AG, + C4910C + Apple - 00050D - Midstream Technologies Inc. + 6C9961 + Sagemcom Broadband SAS - 000534 - Northstar Engineering Ltd + 50C709 + Juniper Networks - 000535 - Chip PC Ltd + 806D97 + Private - 000507 - Fine Appliance Corp. + 645D86 + Intel Corporation - 0004FD - Japan Control Engineering Ltd + 181DEA + Intel Corporation - 000562 - Digital View Limited + 185680 + Intel Corporation - 0004E5 - Glonet Systems Inc. + A0A4C5 + Intel Corporation - 0004D2 - Adcon Telemetry GmbH + F4D108 + Intel Corporation - 0004D3 - Toyokeiki Ltd + 207918 + Intel Corporation - 0004AA - Jetstream Communications + A86DAA + Intel Corporation - 0004A0 - Verity Instruments Inc. + 380025 + Intel Corporation - 00049E - Wirelink Ltd + C0E3A0 + Renesas Electronics (Penang) Sdn. Bhd. - 00049A - Cisco Systems Inc. + F4C114 + Technicolor CH USA Inc. - 000479 - Radius Ltd + 8CE468 + Guangzhou Sageran Technology Ltd - 0004B0 - ELESIGN Ltd + C8B29B + Intel Corporation - 0004AB - Mavenir Inc. + 6C6A77 + Intel Corporation - 0004A7 - FabiaTech Corporation + A4B1C1 + Intel Corporation - 000498 - Mahi Networks + 342EB7 + Intel Corporation - 000497 - MacroSystem Digital Video AG + 8CC681 + Intel Corporation - 0004D5 - Hitachi Information & Communication Engineering Ltd + CCF9E4 + Intel Corporation - 0004CA - FreeMs Corp. + 3C58C2 + Intel Corporation - 000488 - Eurotherm Controls + E45E37 + Intel Corporation - 000485 - PicoLight + 24418C + Intel Corporation - 0004DA - Relax Technology Inc. + 60F262 + Intel Corporation - 0004C5 - ASE Technologies, USA + C0B883 + Intel Corporation - 000436 - ELANsat Technologies Inc. + C809A8 + Intel Corporation - 000432 - Voyetra Turtle Beach Inc. + 907841 + Intel Corporation - 000435 - InfiNet LLC + 58A023 + Intel Corporation - 000437 - Powin Information Technology Inc. + D4D252 + Intel Corporation - 00040C - Kanno Works Ltd + 2848E7 + Huawei Device Ltd - 000408 - Sanko Electronics Ltd + 04D3B0 + Intel Corporation - 000407 - Topcon Positioning Systems Inc. + E06CA6 + Creotech Instruments S.A. - 000409 - Cratos Networks + 44680C + Wacom Ltd - 000455 - ANTARA.net + 980E24 + Phytium Technology Ltd - 000457 - Universal Access Technology Inc. + A830BC + Samsung Electronics Ltd - 00044D - Cisco Systems Inc. + 0063DE + Cloudwalk Technology Ltd - 000454 - Quadriga UK + 60A423 + Silicon Laboratories - 000448 - Polaroid Corporation + 7846D4 + Samsung Electronics Ltd - 000447 - Acrowave Systems Ltd + E43EC6 + Huawei Technologies Ltd - 00043E - Telencomm + 38881E + Huawei Technologies Ltd - 00046D - Cisco Systems Inc. + 2CDB07 + Intel Corporation - 000466 - ARMITEL Co. + 988D46 + Intel Corporation - 0003E2 - Comspace Corporation + E4268B + Huawei Device Ltd - 0003FF - Microsoft Corporation + 6888A1 + Universal Electronics Inc. - 000414 - Umezawa Musen Denki Ltd + 001EB2 + LG Innotek - 000428 - Cisco Systems Inc. + C086B3 + Shenzhen Voxtech Ltd - 000386 - Ho Net Inc. + 44ADB1 + Sagemcom Broadband SAS - 00037D - Stellcom + 1C98C1 + Cloud Network Technology Singapore PTE Ltd - 000383 - Metera Networks Inc. + A09B17 + Taicang T&W Electronics - 0003CC - Momentum Computer Inc. + 4401BB + Shenzhen Bilian Electronic Ltd - 0003D7 - NextNet Wireless Inc. + A0D83D + Fiberhome Telecommunication Technologies Ltd - 0003D3 - Internet Energy Systems Inc. + 58F2FC + Huawei Device Ltd - 0003CD - Clovertech Inc. + 643AEA + Cisco Systems Inc. - 00038B - PLUS-ONE I&T Inc. + 507043 + BSkyB Ltd - 00038C - Total Impact + D01411 + IEEE Registration Authority - 0003EE - MKNet Corporation + 3C53D7 + Cedes AG - 0003EA - Mega System Technologies Inc. + E8136E + Huawei Technologies Ltd - 0003E6 - Entone Inc. + 4CAE13 + Huawei Technologies Ltd - 0003A9 - AXCENT Media AG + 4C2EFE + Shenzhen Comnect Technology Ltd - 00039F - Cisco Systems Inc. + DCD444 + Huawei Device Ltd - 000390 - Digital Video Communications Inc. + E0B260 + Teno Network Technologies Company Limited - 0003B5 - Entra Technology Co. + A446B4 + Huawei Device Ltd - 000364 - Scenix Semiconductor Inc. + 0CC844 + Cambridge Mobile Telematics Inc. - 00035E - Metropolitan Area Networks Inc. + E8DA20 + Nintendo Ltd - 00035C - Saint Song Corp. + 482335 + Dialog Semiconductor Hellas SA - 00035D - Bosung Hi-Net Ltd + 8C85C1 + Aruba Networks HP - 000379 - Proscend Communications Inc. + 20A171 + Amazon Technologies Inc. - 00036F - Telsey SPA + 7CF9A0 + Fiberhome Telecommunication Technologies Ltd - 000372 - Ulan + 6CA4D1 + Fiberhome Telecommunication Technologies Ltd - 00033A - Silicon Wave Inc. + 54AB3A + Quanta Computer Inc. - 000332 - Cisco Systems Inc. + E89A8F + Quanta Computer Inc. - 00030E - Core Communications Ltd + EC6C9A + Arcadyan Corporation - 000312 - TRsystems GmbH + 346D9C + Carrier Corporation - 000341 - Axon Digital Design + D4F756 + ZTE Corporation - 008037 - Ericsson Group + E0693A + Innophase Inc. - 00033D - ILSHin Lab + 5488DE + Cisco Systems Inc. - 000366 - ASM Pacific Technology + 782B64 + Bose Corporation - 000362 - Vodtel Communications Inc. + 24FD0D + Intelbras - 00034D - Chiaro Networks Ltd + 345594 + Fujian Star-NET Communication Ltd - 000322 - IDIS Ltd + 9C6B37 + Renesas Electronics (Penang) Sdn. Bhd. - 00031D - Taiwan Commate Computer Inc. + A83759 + Huawei Device Ltd - 000326 - Iwasaki Information Systems Ltd + 40AA56 + China Dragon Technology Limited - 000290 - Woorigisool Inc. + 68545A + Intel Corporation - 000292 - Logic Innovations Inc. + 3CE3E7 + China Mobile Group Device Ltd - 000286 - Occam Networks + CC47BD + Rhombus Systems - 0002D2 - Workstation AG + 4C93A6 + IEEE Registration Authority - 0002CD - TeleDream Inc. + 001E31 + Infomark - 0002D0 - Comdial Corporation + 50F7ED + Huawei Device Ltd - 0002CC - M.C.C.I + 4CB99B + Weifang Goertek Electronics Ltd - 0002B0 - Hokubu Communication & Industrial Ltd + BC7E8B + Samsung Electronics Ltd - 0002AA - PLcom Ltd + 0C31DC + Huawei Technologies Ltd - 0002B5 - Avnet Inc. + 40DDD1 + Beautiful Card Corporation - 0002B4 - Daphne + C0E7BF + Sichuan AI-Link Technology Ltd - 0002AC - 3PAR data + 54778A + Hewlett Packard Enterprise - 0002D9 - Reliable Controls + 247152 + Dell Inc. - 0002EF - CCC Network Systems Group Ltd + 6433DB + Texas Instruments - 0002E8 - E.D.&A. + A406E9 + Texas Instruments - 0002F2 - eDevice Inc. + B0B113 + Texas Instruments - 00029D - Merix Corp. + 4CAEEC + Guangzhou limee technology Ltd - 0002C5 - Evertz Microsystems Ltd + 0040AB + Roland DG Corporation - 00024A - Cisco Systems Inc. + 0012B4 + Work Microwave GmbH - 000249 - Aviv Infocom Ltd + 24B105 + Prama Hikvision India Private Limited - 000245 - Lampus Ltd + 8060B7 + Cloud Network Technology Singapore PTE Ltd - 000232 - Avision Inc. + 90AAC3 + Hitron Technologies Inc. - 000235 - Paragon Networks International + 44917C + HMD Global Oy - 000237 - Cosmo Research Corp. + DC7223 + Hui Zhou Gaoshengda Technology Ltd - 000228 - Necsom Ltd + 3420E3 + Ruckus Wireless - 000246 - All-Win Tech Ltd + 245F9F + Huawei Device Ltd - 00023A - ZSK Stickmaschinen GmbH + CCB0A8 + Huawei Device Ltd - 00027F - ask-technologies.com + 502873 + Huawei Device Ltd - 00027E - Cisco Systems Inc. + 8C47BE + Dell Inc. - 001095 - Thomson Inc. + 142C78 + GooWi Wireless Technology Ltd - 00025D - Calix Networks + 98FC84 + IEEE Registration Authority - 00027B - Amplify Net Inc. + 20F44F + Nokia - 000273 - Coriolis Networks + 0476B0 + Cisco Systems Inc. - 000257 - Microcom Corp. + 40F078 + Cisco Systems Inc. - 000253 - Televideo Inc. + 78D71A + Ciena Corporation - 00026F - Senao International Ltd + 7853F2 + Roxton Systems Ltd - 000230 - Intersoft Electronics + 9C6937 + Qorvo International Pte Ltd - 00021C - Network Elements Inc. + F82E3F + Huawei Technologies Ltd - 00020C - Metro-Optix + 90A5AF + Huawei Technologies Ltd - 000216 - Cisco Systems Inc. + 3C7C3F + ASUSTek Computer Inc. - 000214 - Dtvro + 34916F + UserGate Ltd - 00020F - Aatr + 0C8B7D + Vizio Inc. - 0001C3 - Acromag Inc. + EC4D3E + Beijing Xiaomi Mobile Software Ltd - 0001C2 - ARK Research Corp. + D8A491 + Huawei Device Ltd - 0001EA - Cirilium Corp. + 681324 + Huawei Device Ltd - 0001E0 - Fast Systems Inc. + A8C092 + Huawei Device Ltd - 0001AC - Sitara Networks Inc. + 9860CA + Apple - 0001ED - SETA Corp. + 4490BB + Apple - 0001F6 - Association Of Musical Electronics Industry + 34FD6A + Apple - 0001CB - EVR + EC3EB3 + ZyXEL Communications Corp - 0001D6 - manroland AG + 8CD67F + EM Microelectronic - 0001AD - Coach Master International d.b.a. CMI Worldwide Inc. + 5C91FD + Jaewoncnc - 000188 - LXCO Technologies ag + FC449F + ZTE Corporation - 00019B - Kyoto Microcomputer Ltd + 204EF6 + Azurewave Technologies Inc. - 00017F - Experience Music Project + 443583 + Apple - 00015A - Digital Video Broadcasting + 38CA73 + Shenzhen MiaoMing Intelligent Technology Ltd - 00012A - Telematica Sistems Inteligente + 6C0DC4 + Beijing Xiaomi Electronics Ltd - 000166 - TC Group A/S + C440F6 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 000176 - Orient Silver Enterprises + 0055B1 + Shanghai Baud Data Communication Ltd - 000158 - Electro Industries/Gauge Tech + 74901F + Ragile Networks Inc. - 00012D - Komodo Technology + C0252F + Shenzhen Mercury Communication Technologies Ltd - 000148 - X-traWeb Inc. + 549FC6 + Cisco Systems Inc. - 000187 - I2SE GmbH + F01D2D + Cisco Systems Inc. - 000180 - AOpen Inc. + 443B32 + Intelbras - 000197 - Cisco Systems Inc. + F83B1D + Technicolor CH USA Inc. - 00019A - LEUNIG GmbH + D41B81 + Chongqing Fugui Electronics Ltd - 000159 - S1 Corporation + F40B9F + CIG Shanghai Ltd - 000171 - Allied Data Technologies + 7845B3 + Huawei Device Ltd - 0030AC - Systeme Lauer GmbH & Ltd + 20DCFD + Huawei Device Ltd - 0030FB - AZS Technology AG + FC65B3 + Huawei Device Ltd - 0030AE - Times N System Inc. + 109D7A + Huawei Device Ltd - 003003 - Phasys Ltd + DC6373 + Obara Korea - 0030E2 - Garnet Systems Ltd + D47EE4 + China Mobile IOT Company Limited - 00013A - Shelcad Communications Ltd + 88892F + Huawei Technologies Ltd - 000140 - Sendtek Corporation + 28E5B0 + Huawei Technologies Ltd - 000123 - Schneider Electric Japan Holdings Ltd + 1CA852 + Sensaio PTE Ltd - 000125 - Yaesu Musen Ltd + 787DF3 + Sterlite Technologies Limited - 000126 - PAC Labs + C094AD + ZTE Corporation - 00011B - Unizone Technologies Inc. + 342B70 + Arris - 00011D - Centillium Communications + 1C90BE + Ericsson AB - 00011F - RC Networks Inc. + 00163B + Communications & Power Industries - 00B080 - Mannesmann Ipulsys B.V. + 9CB2E8 + Huawei Technologies Ltd - 00B01E - Rantic Labs Inc. + 74731D + ifm electronic GmbH - 00B0F0 - Caly Networks + 000B4E + Communications & Power Industries - 00B09A - Morrow Technologies Corp. + 000334 + Omega Engineering Inc. - 00302E - Hoft & Wessel AG + 5C6199 + Cloud Network Technology Singapore PTE Ltd - 0030ED - Expert Magnetics Corp. + E8DB84 + Espressif Inc. - 00300F - IMT - Information Management T + D05509 + Nintendo Ltd - 003082 - Taihan Electric Wire Ltd + A07751 + ASMedia Technology Inc. - 0030A9 - Netiverse Inc. + 305684 + Shenzhen Yunji Intelligent Technology Ltd - 0030FE - DSA GmbH + 14563A + Huawei Device Ltd - 0030C4 - Canon Imaging Systems Inc. + 7090B7 + Huawei Device Ltd - 00304D - ESI + 249494 + Hong Kong Bouffalo Lab Limited - 081443 - Unibrain S.A. + 30BE3B + Mitsubishi Electric Corporation - 00B009 - Grass Valley, A Belden Brand + 0CB789 + Honor Device Ltd - 00B0AC - SIAE-Microelettronica S.p.A. + 7891E9 + Raisecom Technology Ltd - 003023 - Cogent Computer Systems Inc. + 8C3401 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 003090 - Cyra Technologies Inc. + 60DB98 + Calix Inc. - 0030A7 - Schweitzer Engineering + 6872C3 + Samsung Electronics Ltd - 00307C - Adid SA + 70B13D + Samsung Electronics Ltd - 003055 - Renesas Technology America Inc. + FC7FF1 + Aruba Networks HP - 00302F - GE Aviation System + 3CA37E + Huawei Technologies Ltd - 00300E - Klotz Digital AG + F8E43B + ASIX Electronics Corporation - 0030D5 - DResearch GmbH + 48EF61 + Huawei Device Ltd - 003018 - Jetway Information Ltd + 78F09B + Huawei Device Ltd - 00309F - Amber Networks + 00E93A + Azurewave Technologies Inc. - 0030A8 - OL'E Communications Inc. + 00C52C + Juniper Networks - 0030D1 - Inova Corporation + 0034A1 + RF-Lambda USA Inc. - 0030BB - CacheFlow Inc. + 603573 + Earda Technologies Ltd - 0030AF - Honeywell GmbH + A49733 + Askey Computer Corp - 0030AA - Axus Microsystems Inc. + 5CFB3A + Chongqing Fugui Electronics Ltd - 003089 - Spectrapoint Wireless LLC + 180F76 + D-Link International - 00309A - Astro Terra Corp. + 00AD24 + D-Link International - 003087 - Vega Grieshaber KG + 60634C + D-Link International - 003062 - IP Video Networks Inc + C4E90A + D-Link International - 00302D - Quantum Bridge Communications + F0B4D2 + D-Link International - 0030CB - Omni Flow Computers Inc. + E01CFC + D-Link International - 00306B - Cmos Systems Inc. + F02F74 + ASUSTek Computer Inc. - 0030AD - Shanghai Communication + 006E02 + Xovis AG - 0030CF - TWO Technologies Inc. + ACF85C + Chengdu Higon Integrated Circuit Design Ltd - 0030B2 - L-3 Sonoma EO + 181171 + Guangzhou Doctorpai Education & Technology Ltd - 003035 - Corning Incorporated + E06D17 + Apple - 00307F - Irlan Ltd + F0B3EC + Apple - 00D015 - Univex Microtechnology Corp. + F465A6 + Apple - 00D048 - Ecton Inc. + 7898E8 + D-Link International - 00D0A5 - American Arium + 44F21B + Apple - 00305D - Digitra Systems Inc. + 74650C + Apple - 003036 - RMP Elektroniksysteme GmbH + FCD436 + Motorola Mobility LLC, a Lenovo Company - 00D0CF - Moreton BAY + 0CEC8D + Motorola Mobility LLC, a Lenovo Company - 00D07F - Strategy & Technology, Limited + 184F5D + JRC Mobility Inc. - 0030E6 - Draeger Medical Systems Inc. + 08CBE5 + R3 - Reliable Realtime Radio Communications GmbH - 0030BD - Belkin Components + F023AE + AMPAK Technology,Inc. - 003007 - Opti Inc. + E07726 + Huawei Device Ltd - 00D0C2 - Balthazar Technology AB + 94A67E + Netgear - 00D022 - Incredible Technologies Inc. + A89AD7 + Nokia - 00D071 - Echelon Corp. + 482567 + Poly - 00D04F - Bitronics Inc. + 84F147 + Cisco Systems Inc. - 00D069 - Technologic Systems + 249F89 + Texas Instruments - 00D090 - Cisco Systems Inc. + 247625 + Texas Instruments - 00D0F5 - Orange Micro Inc. + F87A41 + Cisco Systems Inc. - 00D0E9 - Advantage Century Telecommunication Corp. + D439B8 + Ciena Corporation - 00D094 - Seeion Control LLC + 30C3D9 + Alpsalpine Ltd - 00D0FB - TEK Microsystems Inc.orporated + 001BFB + Alpsalpine Ltd - 00D066 - Wintriss Engineering Corp. + 74E9BF + Huawei Technologies Ltd - 00D082 - Iowave Inc. + D8109F + Huawei Technologies Ltd - 00D081 - RTD Embedded Technologies Inc. + ACAE19 + Roku Inc. - 00D002 - Ditech Corporation + 34FEC5 + Shenzhen Sunwoda Intelligent hardware Ltd - 00D085 - Otis Elevator Company + A8F766 + ITE Tech Inc - 00D011 - Prism Video Inc. + 00213E + TomTom International BV - 00D0DF - Kuzumi Electronics Inc. + 683E26 + Intel Corporation - 00D09B - Spectel Ltd + 8C554A + Intel Corporation - 00D067 - Campio Communications + 401C83 + Intel Corporation - 00D058 - Cisco Systems Inc. + 38FC98 + Intel Corporation - 00D032 - Yano Electric Ltd + 502F9B + Intel Corporation - 00D0F1 - Sega Enterprises Ltd + F85EA0 + Intel Corporation - 00D03A - Zoneworx Inc. + A46BB6 + Intel Corporation - 00D001 - VST Technologies Inc. + FC0C45 + Shenzhen SuperElectron Technology Ltd - 00503E - Cisco Systems Inc. + 5467E6 + Shenzhen MTC Ltd - 005020 - Mediastar Ltd + 3C5447 + Huawei Technologies Ltd - 00D075 - Alaris Medical Systems Inc. + 006B6F + Huawei Technologies Ltd - 00D04C - Eurotel Telecom Ltd + A03D6E + Cisco Systems Inc. - 00D0E1 - Avionitek Israel Inc. + 709CD1 + Intel Corporation - 00D008 - Mactell Corporation + 000EB6 + Riverbed Technology Inc. - 00D0D9 - Dedicated Microcomputers + 8444AF + Zhejiang Tmall Technology Ltd - 00D00B - RHK Technology Inc. + E4BFFA + Technicolor CH USA Inc. - 00D09C - Kapadia Communications + 8C64D4 + Hyeco Smart Tech Ltd - 00D0F3 - Solari DI Udine SPA + 8CDEF9 + Beijing Xiaomi Mobile Software Ltd - 00D039 - Utilicom Inc. + 58AE2B + Huawei Device Ltd - 00D0A0 - Mips Denmark + D03C1F + Intel Corporation - 00D00A - Lanaccess Telecom S.A. + B08BD0 + Cisco Systems Inc. - 00D01C - SBS Technologies, + 6CD704 + Huawei Technologies Ltd - 00D0D5 - Grundig AG + 543AD6 + Samsung Electronics Ltd - 00D041 - Amigo Technology Ltd + 544617 + ZTE Corporation - 00D09D - Veris Industries + 5C85F8 + Shenzhen Kaifa Technology Ltd - 00D06D - Acrison Inc. + 14230A + Huawei Technologies Ltd - 00D02B - Jetcell Inc. + 58AEA8 + Huawei Technologies Ltd - 00D062 - Digigram + 48EC5B + Nokia Solutions and Networks GmbH & Co. KG - 00D08D - Phoenix Group Inc. + 0077E4 + Nokia Solutions and Networks GmbH & Co. KG - 00D03D - Galileo Technology Ltd + 802278 + China Mobile IOT Company Limited - 0050C6 - Loop Telecommunication International Inc. + 903CB3 + Edgecore Networks Corporation - 00509F - Horizon Computer + D814DF + TCL King Electrical Appliances (Huizhou) Ltd - 0050A5 - Capitol Business Systems Ltd + 90027A + Shenzhen Sworix Techonlogy Ltd - 005000 - Nexo Communications Inc. + 3C06A7 + TP-Link Technologies Ltd - 005090 - Dctri + 24E927 + TomTom International BV - 00503B - Mediafire Corporation + 845CF3 + Intel Corporation - 005046 - Menicx International Ltd + D05AFD + Realme Chongqing Mobile Telecommunications Corp Ltd - 005041 - Coretronic Corporation + 584120 + TP-Link Technologies Ltd - 0050B0 - Technology Atlanta Corporation + 64D7C0 + Huawei Device Ltd - 0050DD - Serra Soldadura, S.A. + 946010 + Huawei Device Ltd - 005063 - Oy Comsel System AB + 2C793D + Boditech Med - 00508D - Abit Computer Corporation + 6C02E0 + HP Inc. - 0050A0 - Delta Computer Systems Inc. + 245B83 + Renesas Electronics (Penang) Sdn. Bhd. - 005066 - AtecoM GmbH advanced telecomunication modules + F0F564 + Samsung Electronics Ltd - 005059 - iBAHN + 00DCB2 + Extreme Networks Inc. - 0050D9 - ENGETRON-ENGENHARIA ELETRONICA Ind. e CoM LtdA + 6C13D5 + Cisco Systems Inc. - 005001 - Yamashita Systems Corp. + 0008B0 + HUBER+SUHNER BKtel GmbH - 005067 - Aerocomm Inc. + 84DB9E + Pink Nectarine Health AB - 0050B6 - Good WAY Ind Ltd + 1869D8 + Tuya Smart Inc. - 00504B - Barconet N.V. + 68ABBC + Beijing Xiaomi Mobile Software Ltd - 0050EA - XEL Communications Inc. + 34C103 + Hangzhou Huamu Technology Ltd - 0050C8 - Addonics Technologies Inc. + 6413AB + Huawei Technologies Ltd - 0050C4 - IMD + B06088 + Intel Corporation - 005089 - Safety Management Systems + 0C7329 + Sercomm Corporation. - 0050F4 - Sigmatek GmbH & Co. KG + 5CC336 + ittim - 005021 - EIS International Inc. + FC041C + Guangdong Oppo Mobile Telecommunications Corp Ltd - 00505E - Digitek Micrologic S.A. + F4D488 + Apple - 0050E8 - Nomadix Inc. + 682F67 + Apple - 0050AE - FDK Ltd + 003DE1 + Huawei Device Ltd - 0050E7 - Paradise Innovations (Asia) + F06F46 + Ubiik - 0050FB - VSK Electronics + 50ED3C + Apple - 009073 - Gaio Technology + FC4009 + ZTE Corporation - 00907B - E-Tech Inc. + 24A65E + ZTE Corporation - 009081 - Aloha Networks Inc. + 48007D + DTS Elektronik SAN. TIC Ltd STI. - 00901C - mps Software GmbH + 30B1B5 + Arcadyan Corporation - 005086 - Telkom SA Ltd + 6407F6 + Samsung Electronics Ltd - 00501A - IQinVision + E0CBBC + Cisco Meraki - 00508F - Asita Technologies Int'l Ltd + 683A1E + Cisco Meraki - 005015 - Bright Star Engineering + D8ECE5 + ZyXEL Communications Corp - 005057 - Broadband Access Systems + C470AB + Ruijie Networks Ltd - 005088 - Amano Corporation + CC6B1E + Cloud Network Technology Singapore PTE Ltd - 005031 - Aeroflex Laboratories Inc. + F0D08C + TCT mobile Ltd - 0090DB - Next Level Communications + 849000 + Arnold & Richter Cine Technik GmbH & Co. Betriebs KG - 009056 - Telestream Inc. + 30F94B + Universal Electronics Inc. - 009068 - DVT Corp. + B48A5F + Juniper Networks - 00905E - Rauland-Borg Corporation + 70DFF7 + ARRIS Group Inc. - 0090AF - J. Morita MFG. Corp. + 00E0DF + DZS GmbH - 005003 - Xrite Inc + E0E8BB + Unicom Vsens Telecommunications Ltd - 0050D3 - Digital Audio Processing Pty Ltd + E4C90B + Radwin - 0050AD - CommUnique Wireless Corp. + 982782 + IEEE Registration Authority - 0050AF - Intergon Inc. + 38A067 + Nokia Solutions and Networks GmbH & Co. KG - 009034 - Imagic Inc. + 7C1B93 + Huawei Device Ltd - 0090AA - Indigo Active Vision Systems Limited + DC2D3C + Huawei Device Ltd - 00905B - Raymond AND LAE Engineering + 041119 + IEEE Registration Authority - 0090BC - Telemann Ltd + E455A8 + Cisco Meraki - 00900A - Proton Electronic Industrial Ltd + 0881B2 + Logitech (China) Technology Ltd - 0090F8 - Mediatrix Telecom + C4F174 + eero Inc. - 009010 - Simulation Laboratories Inc. + 28D0EA + Intel Corporation - 0090C6 - Optim Systems Inc. + E00CE5 + Huawei Technologies Ltd - 00902E - Namco Limited + 2841EC + Huawei Technologies Ltd - 009037 - Acucomm Inc. + 7C004D + Huawei Technologies Ltd - 009078 - MER Telemanagement Solutions Ltd + 04D320 + Itel Mobile Limited - 0090B8 - Rohde & Schwarz GmbH & Co. KG + 1C9957 + Intel Corporation - 00901A - Unisphere Solutions + F46B8C + Hon Hai Precision Ind Ltd - 0090B5 - Nikon Corporation + FC3497 + ASUSTek Computer Inc. - 009005 - Protech Systems Ltd + 847AB6 + AltoBeam (China) Inc. - 009059 - Telecom Device K.K. + 78A6A0 + Hangzhou Ezviz Software Ltd - 0090CA - Accord Video Telecommunications Ltd + 4851CF + Intelbras - 0090E9 - Janz Computer AG + 4C5D3C + Cisco Systems Inc. - 0090EB - Sentry Telecom Systems + 34732D + Cisco Systems Inc. - 0090FE - Elecom Ltd (Laneed Div.) + 047BCB + Universal Global Scientific Industrial Ltd - 0090BB - TAINET CoMMUNICATION SysTEM Corp. + 8C3446 + Huawei Device Ltd - 009090 - I-BUS + 804786 + Samsung Electronics Ltd - 0090D5 - Euphonix Inc. + D4475A + ScreenBeam Inc. - 00904A - Concur System Technologies + E44164 + Nokia - 00908F - Audio Codes Ltd + 34E9FE + Metis Ltd - 00909E - Critical IO LLC + AC139C + Adtran Inc - 001092 - Netcore Inc. + A4CEDA + Arcadyan Corporation - 00101C - OHM Technologies Intl LLC + 8C4361 + Hailo Digital Hub GmbH & Co. KG - 001046 - Alcorn Mcbride Inc. + 54725E + Unionman Technology Ltd - 001028 - Computer Technica Inc. + 98C3D2 + Ningbo Sanxing Medical Electric Ltd - 0010B7 - Coyote Technologies LLC + 245DFC + IEEE Registration Authority - 0090E5 - Teknema Inc. + 487E48 + Earda Technologies Ltd - 0090F4 - Lightning Instrumentation + E0E37C + Huawei Device Ltd - 009074 - Argon Networks Inc. + 2418C6 + Hunan FN-Link Technology Limited - 00909F - Digi-Data Corporation + 3078D3 + Virgilant Technologies Ltd - 00903B - TriEMS Research Lab Inc. + 601895 + Dell Inc. - 0010C9 - Mitsubishi Electronics Logistic Support Co. + E8EA4D + Huawei Technologies Ltd - 000400 - Lexmark International Inc. + 3CFFD8 + Huawei Technologies Ltd - 0010C5 - Protocol Technologies Inc. + 4C617E + Huawei Device Ltd - 00101A - PictureTel Corp. + B4107B + Texas Instruments - 001047 - Echo Eletric Ltd + 649714 + eero Inc. - 00903F - Aztec Radiomedia + CC86EC + Silicon Laboratories - 001043 - A2 Corporation + 404101 + Rockwell Automation - 0010A5 - Oxford Instruments + 7C55A7 + Kastle Systems - 0010D7 - Argosy Research Inc. + 40BEEE + Shenzhen Yunding Information Technology Ltd - 00102C - Lasat Networks A/S + A44C62 + Hangzhou Microimage Software Ltd - 0010FD - Cocom A/S + FCE806 + Edifier International - 009019 - Hermes Electronics Ltd + F4C795 + WEY Technology AG - 0090D8 - Whitecross Systems + 44B462 + Flextronics Tech.(Ind) Pvt Ltd - 00104E - Ceologic + F8D478 + Flextronics Tech.(Ind) Pvt Ltd - 0010C2 - Willnet Inc. + 50C2ED + GN Audio A/S - 001040 - Intermec Corporation + 90A822 + Amazon Technologies Inc. - 00102E - Network Systems & Technologies PVT Ltd + 74AD98 + Cisco Systems Inc. - 0010B0 - Meridian Technology Corp. + 848C8D + Apple - 001021 - Encanto Networks Inc. + 0C5CB5 + IEEE Registration Authority - 001064 - Dnpg LLC + E84F25 + Murata Manufacturing Ltd - 001074 - Aten International Ltd + 0425E0 + Taicang T&W Electronics - 00109E - Aware Inc. + 3085EB + Fiberhome Telecommunication Technologies Ltd - 001005 - UEC Commercial + 8406FA + Fiberhome Telecommunication Technologies Ltd - 0010B8 - Ishigaki Computer System Co. + C0DCD7 + Huawei Device Ltd - 00108B - Laseranimation Sollinger GmbH + 3037B3 + Huawei Technologies Ltd - 0010C7 - Data Transmission Network + 14CB19 + HP Inc. - 001070 - Caradon Trend Ltd + 0CE441 + Apple - 0010BA - Martinho-Davis Systems Inc. + B82AA9 + Apple - 0010B4 - Atmosphere Networks + 7864C0 + Apple - 0004AC - IBM Corp + 385247 + Huawei Device Ltd - 001067 - Ericsson + E81CD8 + Apple - 00E07D - Netronix Inc. + 3C0630 + Apple - 00E028 - Aptix Corporation + F40228 + Samsung Electro-Mechanics(Thailand) - 00E08C - Neoparadigm Labs Inc. + 0C83CC + Alpha Networks Inc. - 00E0A1 - HIMA PAUL HILDEBRANDT GmbH Co. KG + ECB970 + Ruijie Networks Ltd - 00E088 - LTX-Credence CoRPORATION + 308398 + Espressif Inc. - 00E05D - Unitec Ltd + F889D2 + Cloud Network Technology Singapore PTE Ltd - 00E05E - Japan Aviation Electronics Industry Ltd + 1027F5 + TP-Link Corporation Limited - 00E09D - Sarnoff Corporation + B04F13 + Dell Inc. - 00E058 - Phase ONE Denmark A/S + C04B13 + WonderSound Technology Ltd - 00E076 - Development Concepts Inc. + 9C7F81 + Shenzhen Fast Technologies Ltd - 00E0F8 - Dicna Control AB + C4BCD7 + New Ryatek - 00E0F2 - Arlotto Comnet Inc. + C0AEFD + Shenzhen HC-WLAN Technology Ltd - 00E0E1 - G2 Networks Inc. + 206A94 + Hitron Technologies Inc. - 00E03D - Focon Electronic Systems A/S + 309587 + Hunan FN-Link Technology Limited - 00E046 - Bently Nevada Corp. + DC87CB + Beijing Perfectek Technologies Ltd - 00E07B - BAY Networks + 102D41 + Sichuan AI-Link Technology Ltd - 00E01D - WebTV NETWORKS Inc. + 642753 + Huawei Device Ltd - 00E0CD - Saab Sensis Corporation + 7CF666 + Tuya Smart Inc. - 00E08D - Pressure Systems Inc. + 28534E + Huawei Technologies Ltd - 00E019 - ING. Giordano Elettronica + 5CB00A + Huawei Technologies Ltd - 00E047 - Infocus Corporation + 00C06A + Zahner-Elektrik Ingeborg Zahner-Schiller GmbH & Co. KG. - 00E0C3 - Sakai System Development Corp. + 201E88 + Intel Corporation - 00E092 - Admtek Incorporated + 20CE2A + IEEE Registration Authority - 00E0FF - SECURITY DYNAMICS TECHNOLOGIES Inc. + 5813D3 + Gemtek Technology Ltd - 00E0AB - Dimat S.A. + 00E5E4 + Sichuan Tianyi Comheart Telecom Ltd - 00E030 - Melita International Corp. + 1469A2 + Sichuan Tianyi Comheart Telecom Ltd - 00E033 - E.E.P.D. GmbH + 046B25 + Sichuan Tianyi Comheart Telecom Ltd - 00E0A2 - Microslate Inc. + 1012B4 + Sichuan Tianyi Comheart Telecom Ltd - 00E079 - A.T.N.R. + 9C32A9 + Sichuan Tianyi Comheart Telecom Ltd - 00E075 - Verilink Corporation + 68262A + Sichuan Tianyi Comheart Telecom Ltd - 006039 - SanCom Technology Inc. + B8224F + Sichuan Tianyi Comheart Telecom Ltd - 006049 - Vina Technologies + 908674 + Sichuan Tianyi Comheart Telecom Ltd - 00608D - Unipulse Corp. + 88C9B3 + IEEE Registration Authority - 00E02E - SPC Electronics Corporation + C8BD69 + Samsung Electronics Ltd - 00E09A - Positron Inc. + 643AB1 + Sichuan Tianyi Comheart Telecom Ltd - 00E03E - Alfatech Inc. + 44BA46 + Sichuan Tianyi Comheart Telecom Ltd - 006099 - SBE Inc. + A87650 + Samsung Electronics Ltd - 0060B3 - Z-CoM Inc. + 54D17D + Samsung Electronics Ltd - 006002 - Screen Subtitling Systems Ltd + 603AAF + Samsung Electronics Ltd - 006089 - Xata + 8048A5 + Sichuan Tianyi Comheart Telecom Ltd - 006021 - DSC Corporation + 5466F9 + ConMet - 0060B8 - CoRELIS Inc. + 589153 + China Mobile IOT Company Limited - 00E0AA - Electrosonic Ltd + B81332 + AMPAK Technology,Inc. - 00E010 - HESS SB-AUTOMATENBAU GmbH + 987DDD + China Mobile Group Device Ltd - 00E0D2 - Versanet Communications Inc. + 44DB60 + Nanjing Baihezhengliu Technology Ltd - 0060CE - Acclaim Communications + B8B77D + Guangdong Transtek Medical Electronics Ltd - 006036 - AIT Austrian Institute Of Technology GmbH + C478A2 + Huawei Device Ltd - 00608E - HE ELECTRONICS, TECHNOLOGIE & SysTEMTECHNIK GmbH + 9C9E71 + Huawei Device Ltd - 00601A - Keithley Instruments + 0C9A3C + Intel Corporation - 00606A - Mitsubishi Wireless Communications Inc. + DC2148 + Intel Corporation - 0060AD - MegaChips Corporation + 74CF00 + Shenzhen SuperElectron Technology Ltd - 006055 - Cornell University + 2CEADC + Askey Computer Corp - 00606D - Digital Equipment Corp. + ACE14F + Autonomic Controls Inc. - 0060B9 - NEC Platforms Ltd + AC976C + Greenliant - 00609C - Perkin-Elmer Incorporated + 381428 + Dell Inc. - 0060CF - Alteon Networks Inc. + 745D68 + Fiberhome Telecommunication Technologies Ltd - 006075 - Pentek Inc. + 20CFAE + Cisco Systems Inc. - 0060B7 - Channelmatic Inc. + 98499F + Domo Tactical Communications - 006006 - Sotec Ltd + C0F9B0 + Huawei Technologies Ltd - 0060BA - Sahara Networks Inc. + 148C4A + Huawei Technologies Ltd - 006098 - HT Communications + 609BB4 + Huawei Technologies Ltd - 0060DE - Kayser-Threde GmbH + C0238D + Samsung Electronics Ltd - 0060D0 - Snmp Research Incorporated + 2811A8 + Intel Corporation - 006015 - NET2NET Corporation + C0FBF9 + IEEE Registration Authority - 00609D - PMI Food Equipment Group + 4CD577 + Chongqing Fugui Electronics Ltd - 0060A2 - Nihon Unisys Limited Co. + EC08E5 + Motorola Mobility LLC, a Lenovo Company - 006084 - Digital Video + 80CC9C + Netgear - 00602D - Alerton Technologies Inc. + 7C27BC + Hui Zhou Gaoshengda Technology Ltd - 0060F8 - Loran International Technologies Inc. + 507097 + China Mobile Group Device Ltd - 006078 - Power Measurement Ltd + CC1531 + Intel Corporation - 0060E8 - Hitachi Computer Products (America) Inc. + 280FEB + LG Innotek - 0060F6 - Nextest Communications Products Inc. + 74E20C + Amazon Technologies Inc. - 006072 - VXL Instruments, Limited + 105403 + INTARSO GmbH - 006051 - Quality Semiconductor + 000C04 + Tecnova - 006092 - Micro/Sys Inc. + 844709 + Shenzhen IP3 Century Intelligent Technology Ltd - 00609E - ASC X3 - Information Technology Standards Secretariats + 0091EB + Renesas Electronics (Penang) Sdn. Bhd. - 006010 - Network Machines Inc. + 449F46 + Huawei Device Ltd - 006044 - Litton/Poly-Scientific + 345184 + Huawei Device Ltd - 006004 - Computadores Modulares SA + FCF77B + Huawei Device Ltd - 0060E2 - Quest Engineering & Development + 8CAEDB + Nagtech LLC - 0060B4 - Glenayre R&D Inc. + DCF56E + Wellysis Corp. - 00A01D - Red Lion Controls, LP + 000060 + Kontron Europe GmbH - 00A0A6 - M.I. Systems, K.K. + 60FCF1 + Private - 00A051 - Angia Communications Inc. + E84FA7 + Huawei Device Ltd - 00A013 - Teltrend Ltd + C0D063 + EM Microelectronic - 00A0B9 - Eagle Technology Inc. + 7C10C9 + ASUSTek Computer Inc. - 00A019 - Nebula Consultants Inc. + 00C06F + Komatsu Ltd - 00A0ED - Brooks Automation Inc. + A8671E + Ratp - 0060CA - Harmonic Systems Incorporated + 8CE9B4 + Zhejiang Dahua Technology Ltd - 006024 - Gradient Technologies Inc. + 08855B + Kontron Europe GmbH - 0060AF - Pacific Micro Data Inc. + E4B503 + Realme Chongqing Mobile Telecommunications Corp Ltd - 006038 - Nortel Networks + ECF40C + Cisco Systems Inc. - 00604F - Tattile SRL + 1006ED + Cisco Systems Inc. - 00A0D0 - TEN X Technology Inc. + D4EB68 + Cisco Systems Inc. - 00A0BC - Viasat Inc.orporated + C44D84 + Cisco Systems Inc. - 00A05B - Marquip Inc. + 205383 + Huawei Technologies Ltd - 00A08C - MultiMedia LANs Inc. + B8857B + Huawei Technologies Ltd - 00A058 - Glory Ltd + 2421AB + Sony Corporation - 00A077 - Fujitsu Nexion Inc. + 002298 + Sony Corporation - 00A0A0 - Compact Data Ltd + 001B59 + Sony Corporation - 00A038 - Email Electronics + 8C6422 + Sony Corporation - 00A065 - Symantec Corporation + B8F934 + Sony Corporation - 00A0A3 - Reliable Power Meters + 40B837 + Sony Corporation - 00A01B - Premisys Communications Inc. + E063E5 + Sony Corporation - 00A055 - Data Device Corporation + 4C21D0 + Sony Corporation - 00A074 - Perception Technology + 1C7B21 + Sony Corporation - 00A07F - GSM-Syntel Ltd + 000FDE + Sony Corporation - 00A029 - Coulter Corporation + 3C01EF + Sony Corporation - 00A087 - Microsemi Corporation + 102CEF + EMU Electronic AG - 00A043 - American Technology Labs Inc. + 6CCF39 + Guangdong Starfive Technology Ltd - 00A042 - Spur Products Corp. + B4CDF5 + CUB Elecparts Inc. - 00A0C1 - Ortivus Medical AB + D88C73 + ZTE Corporation - 00A04F - Ameritec Corp. + 3865B2 + Apple - 00A0CF - Sotas Inc. + D8DE3A + Apple - 00A072 - Ovation Systems Ltd + E87865 + Apple - 00A082 - NKT Elektronik A/S + A04ECF + Apple - 00A0F0 - Toronto Microelectronics Inc. + 50D065 + ESYLUX GmbH - 00A0D7 - Kasten Chase Applied Research + 0887C7 + Apple - 00A0F1 - MTI + 8C1D96 + Intel Corporation - 00A0B3 - Zykronix + 60DD8E + Intel Corporation - 00A0FF - Tellabs Operations Inc. + 90593C + AZ-Technology SDN BHD - 00A0E5 - NHC Communications + 1CC10C + Intel Corporation - 00A036 - Applied Network Technology + F4A475 + Intel Corporation - 00A0D2 - Allied Telesis International Corporation + 38FF13 + Joint Stock Company Research Instinite Masshtab - 00A09B - Qpsx Communications Ltd + D0DBB7 + Casa Systems - 00A000 - Centillion Networks Inc. + 2864EF + Shenzhen Fsan Intelligent Technology Ltd - 00A08A - Brooktrout Technology Inc. + C89E43 + Netgear - 00A07B - Dawn Computer Incorporation + 7CC255 + Super Micro Computer Inc. - 00A05C - Inventory Conversion Inc./ + 180712 + Shenzhen Dazoo Technologies Ltd - 00200F - EBRAINS Inc + 20BECD + eero Inc. - 00A0D3 - Instem Computer Systems Ltd + 0008AC + BST GmbH - 00A0B4 - Texas Microsystems Inc. + BC091B + Intel Corporation - 00A060 - Acer Peripherals Inc. + 00BFAF + Hui Zhou Gaoshengda Technology Ltd - 00A083 - Asimmphony Turkey + 0064AF + Dish Technologies Corp - 00A0AA - Spacelabs Medical + 04ECD8 + Intel Corporation - 00A03B - Toshin Electric Ltd + F02A2B + IEEE Registration Authority - 00A0F3 - Staubli + 0025DF + Private - 0020DF - Kyosan Electric MFG Ltd + D0497C + OnePlus Technology (Shenzhen) Ltd - 0020C7 - AKAI Professional M.I. Corp. + B4ECFF + Wuhan IPG Technologies Ltd - 00A004 - Netpower Inc. + F057A6 + Intel Corporation - 002029 - Teleprocessing Products Inc. + 642677 + BKM-Micronic Richtfunkanlagen GmbH - 002069 - Isdn Systems Corporation + 4C2FD7 + Huawei Device Ltd - 00208B - Lapis Technologies Inc. + D47415 + Huawei Device Ltd - 00202B - Advanced Telecommunications Modules Ltd + 50586F + Huawei Device Ltd - 00206B - Konica Minolta Holdings Inc. + F0B13F + Huawei Device Ltd - 002004 - Yamatake-Honeywell Ltd + 1CE639 + Huawei Technologies Ltd - 002015 - Actis Computer SA + 20D778 + Texas Instruments - 002099 - BON Electric Ltd + 700777 + OnTarget Technologies Inc. - 0020F9 - Paralink Networks Inc. + 10F605 + Realme Chongqing Mobile Telecommunications Corp Ltd - 002092 - Chess Engineering B.V. + 5C8F40 + Tecno Mobile Limited - 002043 - Neuron Company Limited + 103F44 + Xiaomi Communications Ltd - 002071 - IBR GmbH + 9CBCF0 + Xiaomi Communications Ltd - 00207C - Autec GmbH + 509839 + Xiaomi Communications Ltd - 002057 - TITZE DATENTECHNIK GmbH + 741575 + Xiaomi Communications Ltd - 0020E5 - Apex Data Inc. + 9C5A81 + Xiaomi Communications Ltd - 002087 - Memotec Inc. + 5CD06E + Xiaomi Communications Ltd - 0020BC - Long Reach Networks Pty Ltd + 90F157 + Garmin International - 00C0C0 - Shore Microsystems Inc. + FC5C45 + Ruckus Wireless - 00C00C - Relia Technolgies + 4C0220 + Xiaomi Communications Ltd - 00C073 - Xedia Corporation + 40E1E4 + Nokia Solutions and Networks GmbH & Co. KG - 00C0D4 - Axon Networks Inc. + E446B0 + Fujitsu Client Computing Limited - 00C0CD - Comelta, S.A. + 80CBBC + Qingdao Intelligent & Precise Electronics Ltd - 0020ED - Giga-Byte Technology Ltd + E075AA + Beijing Jingling Information System Technology Ltd - 002085 - Eaton Corporation + 54CE82 + ZTE Corporation - 0020CD - Hybrid Networks Inc. + F4CE48 + Extreme Networks Inc. - 00202E - Daystar Digital + 584849 + IEEE Registration Authority - 0020B3 - Tattile SRL + 708976 + Tuya Smart Inc. - 0020EE - Gtech Corporation + 0899E8 + KEMAS GmbH - 00204C - Mitron Computer PTE Ltd + 18F87F + Wha Yu Industrial Ltd - 002017 - Orbotech + 444F8E + WiZ - 002093 - Landings Technology Corp. + 04B86A + BSkyB Ltd - 002063 - Wipro Infotech Ltd + 1C880C + Shenzhen Skyworth Digital Technology Ltd - 002016 - Showa Electric Wire & Cable Co + EC354D + Wingtech Mobile Communications Ltd - 00204D - Inovis GmbH + 80615F + Beijing Sinead Technology Ltd - 00205F - Gammadata Computer GmbH + 44AE44 + Huawei Device Ltd - 00201F - Best Power Technology Inc. + 20B001 + Technicolor Delivery Technologies Belgium NV - 0020B6 - Agile Networks Inc. + 7C3985 + Huawei Technologies Ltd - 0020D1 - Microcomputer Systems (M) SDN. + A4B1E9 + Technicolor Delivery Technologies Belgium NV - 0020CE - Logical Design Group Inc. + 305696 + Infinix mobility limited - 002014 - Global View Ltd + 7CB073 + Realme Chongqing Mobile Telecommunications Corp Ltd - 0020C2 - Texas Memory Systems Inc. + B0E9FE + Woan Technology (Shenzhen) Ltd - 00C0F3 - Network Communications Corp. + 00BD3E + Vizio Inc. - 002056 - Neoproducts + C89665 + Microsoft Corporation - 002042 - Datametrics Corp. + 0CE5A3 + SharkNinja - 002078 - Runtop Inc. + 6C9106 + Private - 002006 - Garrett Communications Inc. + 409151 + Espressif Inc. - 002024 - Pacific Communication Sciences + CC3F8A + Komatsu Ltd - 00205D - Nanomatic Oy + 34317F + Panasonic Appliances Company - 00C005 - Livingston Enterprises Inc. + F4EE08 + Dell Inc. - 00C077 - Daewoo Telecom Ltd + 100020 + Apple - 00C0C8 - Micro Byte Pty Ltd + 946424 + Aruba Networks HP - 00C069 - Axxcelera Broadband Wireless + BC1E85 + Huawei Technologies Ltd - 00C067 - United Barcode Industries + B85600 + Huawei Technologies Ltd - 00C0A3 - Dual Enterprises Corporation + B859CE + Earda Technologies Ltd - 00C018 - Lanart Corporation + 8C7A3D + Xiaomi Communications Ltd - 009D8E - Cardiac Recorders Inc. + 305F77 + New H3C Technologies Ltd - 00BB01 - Octothorpe Corp. + 7C2499 + Apple - 00C033 - Telebit Communications APS + 8C7AAA + Apple - 00C090 - Praim S.R.L. + 9C36F8 + Hyundai Kefico - 00C0DE - Zcomm Inc. + E0B72E + Shenzhen Qualmesh Technology Ltd - 00C013 - Netrix + 04421A + ASUSTek Computer Inc. - 00C06B - OSI Plus Corporation + 2CE032 + TCL King Electrical Appliances(Huizhou) Ltd - 00C04C - Department Of Foreign Affairs + A0D2B1 + Amazon Technologies Inc. - 00C07C - Hightech Information + 806D71 + Amazon Technologies Inc. - 00C0B8 - Fraser'S Hill Ltd + 081605 + Vodafone Italia S.p.A. - 00C062 - Impulse Technology + 207C14 + Qotom - 00C0EC - Dauphin Technology + 1C53F9 + Google Inc. - 00C086 - THE Lynk Corporation + 2CB0FD + Shenzhen MiaoMing Intelligent Technology Ltd - 00C058 - Dataexpert Corp. + C4FBC8 + Shenzhen Candour Ltd - 00C0D0 - Ratoc System Inc. + E80115 + CoOCAA Network Technology Co.,TD. - 00C0BF - Technology Concepts Ltd + 8CEA12 + Shenzhen MiaoMing Intelligent Technology Ltd - 00C0BA - Netvantage + 88AC9E + Shenzhen YOUHUA Technology Ltd - 00C05E - Vari-Lite Inc. + C8BD4D + Samsung Electronics Ltd - 00C0D5 - Werbeagentur Jurgen Siebert + 2C15BF + Samsung Electronics Ltd - 00C063 - Morning Star Technologies Inc. + 3CE4B0 + Texas Instruments - 00C021 - Netexpress + B4B024 + TP-Link Corporation Limited - 00C0DB - IPC Corporation (PTE) Ltd + 18F22C + TP-Link Technologies Ltd - 00C09B - Reliance Comm/TEC, R-TEC + 9897CC + TP-Link Technologies Ltd - 00C06A - Zahner-Elektrik GmbH & Co. KG + 043855 + Scopus International-Belgium - 00C0E3 - Ositech Communications Inc. + E8979A + Quectel Wireless Solutions Ltd - 00C0FE - Aptec Computer Systems Inc. + 5CA6E6 + TP-Link Corporation Limited - 00C016 - Electronic Theatre Controls + B88A72 + Renesas Electronics (Penang) Sdn. Bhd. - 00C0BC - Telecom Australia/Cssc + C436C0 + Buffalo Inc. - 00C0C1 - Quad/Graphics Inc. + 2C53D7 + Sonova AG - 00C089 - Telindus Distribution + 0CC413 + Google Inc. - 00C0B0 - GCC Technologies,Inc. + D48FA2 + Huawei Device Ltd - 00C00A - Micro Craft + 8881B9 + Huawei Device Ltd - 00C074 - Toyoda Automatic Loom + 7463C2 + Huawei Device Ltd - 00404E - Fluent Inc. + 908D6E + Dell Inc. - 00408D - THE Goodyear Tire & Rubber Co. + 3C38F4 + Sony Corporation - 00401B - Printer Systems Corp. + DCA782 + Huawei Technologies Ltd - 0040A3 - Microunity Systems Engineering + 045170 + Zhongshan K-mate General Electronics Ltd - 0040B3 - ParTech Inc. + 384554 + Harman/Becker Automotive Systems GmbH - 00401D - Invisible Software Inc. + 88D82E + Intel Corporation - 00C0CA - Alfa Inc. + 180EAC + Shenzhen Fast Technologies Ltd - 00C06C - Svec Computer Corp. + 4CEAAE + Guangdong Oppo Mobile Telecommunications Corp Ltd - 0040FF - Telebit Corporation + 50547B + Nanjing Qinheng Microelectronics Ltd - 00401F - Colorgraph Ltd + 144920 + Huawei Technologies Ltd - 0040AF - Digital Products Inc. + D41AD1 + ZyXEL Communications Corp - 0040F7 - Polaroid Corporation + B845F4 + New H3C Technologies Ltd - 004037 - SEA-Ilan Inc. + EC01D5 + Cisco Systems Inc. - 00C026 - Lans Technology Ltd + 90F3B8 + China Mobile Group Device Ltd - 00407E - Evergreen Systems Inc. + 38563D + Microsoft Corporation - 0040F9 - Combinet + 10BC97 + Vivo Mobile Communication Ltd - 00C06F - Komatsu Ltd + CC812A + Vivo Mobile Communication Ltd - 00C0A7 - Seel Ltd + 9C8281 + Vivo Mobile Communication Ltd - 00C04A - Group 2000 AG + B8D43E + Vivo Mobile Communication Ltd - 004054 - Connection Machines Services + 0C6046 + Vivo Mobile Communication Ltd - 004004 - ICM Ltd + 8C6794 + Vivo Mobile Communication Ltd - 004058 - Kronos Inc. + 08B49D + Tecno Mobile Limited - 004018 - Adobe Systems Inc. + 28937D + Sichuan Tianyi Comheart Telecom Ltd - 00404A - West Australian Department + 987EE3 + Vivo Mobile Communication Ltd - 00403C - Forks Inc. + D4C3B0 + Gearlinx Pty Ltd - 004042 - N.A.T. GmbH + E070EA + HP Inc. - 0040F2 - Janich & Klass Computertechnik + 942957 + Airpo Networks Technology Ltd - 0040A2 - Kingstar Technology Inc. + 405F7D + TCT mobile Ltd - 0040DC - Tritec Electronic GmbH + 4C034F + Intel Corporation - 004060 - Comendec Ltd + 04D921 + Occuspace - 004056 - MCM Japan Ltd + 986EE8 + IEEE Registration Authority - 004030 - GK Computer + D4ADFC + Private - 004040 - Ring Access Inc. + 1C73E2 + Huawei Technologies Ltd - 008057 - Adsoft Ltd + 8C83E8 + Huawei Technologies Ltd - 0080BB - Hughes LAN Systems + 6457E5 + Beijing Royaltech Ltd - 00403D - Teradata Corporation + FC9BD4 + EdgeQ - 0040D0 - Mitac International Corp. + 145790 + Qingdao Haier Technology Ltd - 0040B6 - Computerm Corporation + F829C0 + Availink Inc. - 0040A6 - Cray Inc. + 24B72A + China Dragon Technology Limited - 00403E - Raster OPS Corporation + 34A5B4 + Navtech PTE Ltd - 004046 - UDC Research Limited + E89F6D + Espressif Inc. - 00C0D7 - Taiwan Trading Center DBA + 9877CB + Vorteks ED - 0040DA - Telspec Ltd + 3498B5 + Netgear - 0040C7 - Ruby Tech Corporation + 389461 + Renesas Electronics (Penang) Sdn. Bhd. - 004052 - Star Technologies Inc. + 485519 + Espressif Inc. - 00402E - Precision Software Inc. + F8FCE1 + Amazon Technologies Inc. - 00402B - Trigem Computer Inc. + 703217 + Intel Corporation - 00401A - Fuji Electric Ltd + 1859F5 + Cisco Systems Inc. - 00405F - AFE Computers Ltd + 14C9CF + Sigmastar Technology Ltd - 004080 - Athenix Corporation + 6444D5 + Private - 004051 - Garbee and Garbee + DC6294 + Guangzhou Lango Electronics Technology Ltd - 00407A - Societe D'Exploitation DU Cnit + 5C46B0 + SIMCom Wireless Solutions Limited - 004031 - Kokusai Electric Ltd + 3C219C + Intel Corporation - 0040D3 - Kimpsion International Corp. + EC4269 + HMD Global Oy - 0040EE - Optimem + 281D21 + IN ONE Smart Technology(H,K,)Limited - 004025 - Molecular Dynamics + 74E336 + Fujian Star-NET Communication Ltd - 004067 - Omnibyte Corporation + B0739C + Amazon Technologies Inc. - 0040C3 - Fischer AND Porter Co. + C4345B + Huawei Technologies Ltd - 0040EC - Mikasa System Engineering + 84BA20 + Silicon Laboratories - 00802F - National Instruments Corp. + 003C84 + Silicon Laboratories - 008054 - Frontier Technologies Corp. + C02C5C + Apple - 008053 - Intellicom Inc. + D45763 + Apple - 008026 - Network Products Corporation + 049F15 + Private - 0080B0 - Advanced Information + 483E5E + Sernet (Suzhou) Technologies Corporation - 0080FA - RWT GmbH + 50EBF6 + ASUSTek Computer Inc. - 0080FD - Exsceed Corpration + C448FA + Taicang T&W Electronics - 0080FE - Azure Technologies Inc. + A89892 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 00803C - TVS Electronics Ltd + E0720A + Shenzhen SuperElectron Technology Ltd - 008046 - Tattile SRL + 60FF12 + Samsung Electronics Ltd - 004002 - Perle Systems Limited + 24C613 + Samsung Electronics Ltd - 004049 - Roche Diagnostics International Ltd + 94E129 + Samsung Electronics Ltd - 004029 - Compex + D0A0D6 + ChengDu TD Tech - 00409E - Concurrent Technologies Ltd + 24D904 + Sichuan Changhong Network Technologies Ltd - 0080AD - Cnet Technology Inc. + 3C457A + BSkyB Ltd - 00800E - Atlantix Corporation + 902759 + Nanjing Jiahao Technology Ltd - 0080AB - Dukane Network Integration + 0013CA + ATX - 0080F1 - Opus Systems + 2804C6 + Wanan Hongsheng Electronic Ltd - 008029 - Eagle Technology Inc. + D47954 + Huawei Device Ltd - 008072 - Microplex Systems Ltd + C44F96 + Alps Alpine - 004001 - Zero One Technology Ltd + 685811 + Fiberhome Telecommunication Technologies Ltd - 004071 - ATM Computer GmbH + C839AC + Huawei Device Ltd - 008011 - Digital Systems Int'l Inc. + 145594 + Huawei Device Ltd - 008034 - SMT Goupil + 08C06C + Huawei Device Ltd - 0080E4 - Northwest Digital Systems Inc. + FC0296 + Xiaomi Communications Ltd - 0080EC - Supercomputing Solutions Inc. + 60E85B + Texas Instruments - 00802C - THE Sage Group PLC + EC2A72 + Dell Inc. - 0080D6 - Nuvotech Inc. + B4BA02 + Agatel Ltd - 00800A - Japan Computer Corp. + 14EBB6 + TP-Link Corporation Limited - 00804B - Eagle Technologies Pty Ltd + 54AF97 + TP-Link Corporation Limited - 0080C8 - D-Link Systems Inc. + 54CF8D + Huawei Technologies Ltd - 008012 - Integrated Measurement Systems + F863D9 + ARRIS Group Inc. - 008027 - Adaptive Systems Inc. + A405D6 + ARRIS Group Inc. - 0080FC - Avatar Corporation + DCA633 + ARRIS Group Inc. - 008016 - Wandel AND Goltermann + 1845B3 + IEEE Registration Authority - 0080A2 - Creative Electronic Systems + ECE744 + Omntec mfg Inc. - 0080CC - Microwave Bypass Systems + 2C4DDE + Tecno Mobile Limited - 0080A5 - Speed International + 303F7B + Shenzhen YOUHUA Technology Ltd - 008079 - Microbus Designs Ltd + D48457 + GD Midea Air-Conditioning Equipment Ltd - 000079 - Networth Incorporated + D8CFBF + Motorola Mobility LLC, a Lenovo Company - 000091 - Anritsu Corporation + D48866 + Huawei Technologies Ltd - 000075 - Nortel Networks + 00C09B + Tellabs Enterprise Inc. - 0000A5 - Tattile SRL + 68BE49 + Nebula Matrix - 000036 - Atari Corporation + 940D2D + Universal Electronics Inc. - 0000F8 - Digital Equipment Corporation + 94F827 + Shanghai Imilab Technology Ltd - 00805C - Agilis Corporation + F0B040 + Hunan FN-Link Technology Limited - 0080C5 - Novellco de Mexico + 482F6B + Aruba Networks HP - 008078 - Practical Peripherals Inc. + 4C06B7 + ProDVX Europe B.V. - 0080F6 - Synergy Microsystems + 7486E2 + Dell Inc. - 00807B - Artel Communications Corp. + A88C3E + Microsoft Corporation - 008014 - Esprit Systems + F814FE + Unionman Technology Ltd - 0080B7 - Stellar Computer + 34CE69 + Nokia Solutions and Networks GmbH & Co. KG - 0000ED - April + 70B8F6 + Espressif Inc. - 0000A3 - Network Application Technology + 149E5D + JSC IB Reform - 000039 - Toshiba Corporation + F82551 + Seiko Epson Corporation - 00003C - Auspex Systems Inc. + E484D3 + Xiaomi Communications Ltd - 00007E - Clustrix Corporation + 04106B + Xiaomi Communications Ltd - 0000CB - Compu-Shack Electronic GmbH + 04CCBC + Huawei Technologies Ltd - 000013 - Camex + 1CE504 + Huawei Technologies Ltd - 000095 - Sony Tektronix Corp. + 2C0BAB + Huawei Technologies Ltd - 000057 - Scitex Corporation Ltd + E0A25A + Shanghai Mo xiang Network Technology Ltd - 0000D6 - Punch Line Holding + 147EA1 + Britania Eletronicos S.A. - 00009E - Marli S.A. + E81656 + Hangzhou BroadLink Technology Ltd - 000042 - Metier Management Systems Ltd + 94D2BC + Huawei Technologies Ltd - 00007D - Oracle Corporation + 7453A8 + ACL Airshop BV - 000096 - Marconi Electronics Ltd + 68C8EB + Rockwell Automation - 00005E - ICANN, IANA Department + 348511 + Shenzhen Skyworth Digital Technology Ltd - 000038 - CSS Labs + 201F54 + Raisecom Technology Ltd - 000044 - Castelle Corporation + 7C97E1 + Huawei Device Ltd - 0000CE - Megadata Corp. + C83E9E + Huawei Device Ltd - 00007B - Research Machines + 60DD70 + Apple - 00000F - Next Inc. + 98A5F9 + Apple - 0000BB - TRI-Data + E0D045 + Intel Corporation - 00001A - Advanced Micro Devices + 000C36 + S-Takaya Electronics Industry Ltd - 00007F - Linotype-Hell AG + ECA907 + Apple - 000060 - Kontron Elektronik GmbH + 2887BA + TP-Link Corporation Limited - 08006F - Philips Apeldoorn B.V. + 3460F9 + TP-Link Corporation Limited - 000040 - Applicon Inc. + 6425EC + Guangdong kesheng zhixun technology - 00005D - CS Telecom + 684AE9 + Samsung Electronics Ltd - 000012 - Information Technology Limited + 0050E8 + Nomadix Inc. - 00008A - Datahouse Information Systems + 54ACFC + LIZN ApS - 000032 - Marconi plc + 4C7274 + Shenzhenshi xinzhongxin Technology Ltd - 000085 - Canon Inc. + F4B898 + Texas Instruments - 00004A - ADC Codenoll Technology Corp. + B0D278 + Texas Instruments - 08008F - Chipcom Corporation + A439B3 + Beijing Xiaomi Mobile Software Ltd - 00006A - Computer Consoles Inc. + 6CFFCE + Sagemcom Broadband SAS - 08003E - Codex Corporation + C899B2 + Arcadyan Corporation - 080040 - Ferranti Computer Sys. Limited + B03893 + Onda TLC GmbH - 08003A - Orcatech Inc. + 1C9D72 + Technicolor CH USA Inc. - 08003D - Cadnetix Corporations + 0CB815 + Espressif Inc. - 080038 - Bull S.A.S. + 800CF9 + Amazon Technologies Inc. - 080073 - Tecmar Inc. + A09208 + Tuya Smart Inc. - 080072 - Xerox Corp Univ Grant Program + C8727E + Nokia - 08006A - AT&T + 00F871 + Demant A/S - 08007A - Indata + 60A6C5 + Huawei Technologies Ltd - 080079 - THE Droid Works + 208C86 + Huawei Technologies Ltd - 08004D - Corvus Systems Inc. + F0A951 + Huawei Technologies Ltd - 08002F - Prime Computer Inc. + 64D69A + Intel Corporation - 08002C - Britton LEE Inc. + 185E0B + ZTE Corporation - 080062 - General Dynamics + D0BB61 + ZTE Corporation - 08005C - Four Phase Systems + AC7352 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 08005A - IBM Corp + 588FCF + Hangzhou Ezviz Software Ltd - 080052 - Insystec + 942A6F + Ubiquiti Networks Inc. - 08001E - Apollo Computer Inc. + F4E2C6 + Ubiquiti Networks Inc. - 080019 - General Electric Corporation + A84FB1 + Cisco Systems Inc. - 027001 - Racal-Datacom + 50C275 + GN Audio A/S - 08000E - NCR Corporation + 94B555 + Espressif Inc. - 00DD09 - Ungermann-Bass Inc. + 74F2FA + Xiaomi Communications Ltd - 000002 - Xerox Corporation + 3CE9F7 + Intel Corporation - 000003 - Xerox Corporation + F4CE23 + Intel Corporation - 000006 - Xerox Corporation + 5C843C + Sony Interactive Entertainment Inc. - 080001 - Computervision Corporation + E8AEC5 + Arista Networks - 080005 - Symbolics Inc. + 4017F6 + TKH Security,S.L.U. - 00DD07 - Ungermann-Bass Inc. + 004058 + UKG - 000008 - Xerox Corporation + 2C301A + Technicolor CH USA Inc for Telus - 00003D - Unisys + E8C7CF + Wistron Neweb Corporation - 00DD0D - Ungermann-Bass Inc. + C049EF + Espressif Inc. - 080064 - Sitasys AG + ECE7A7 + Intel Corporation - 080002 - Bridge Communications Inc. + E42B79 + Nokia - 08001A - Tiara/ 10NET + C814B4 + Sichuan Tianyi Comheart Telecom Ltd - 08008B - Pyramid Technology Corp. + 00198E + Demant A/S - 080012 - Bell Atlantic Integrated Syst. + 000B44 + Concord Idea Corp. - 14A1BF - ASSA ABLOY Korea Ltd Unilock + 60FB00 + Shenzhen Bilian Electronic Ltd - 9483C4 - GL Technologies (Hong Kong) Limited + CC5C61 + Huawei Device Ltd - 080030 - Royal Melbourne Inst Of Tech + 1CF42B + Huawei Device Ltd - 00000B - Matrix Corporation + 6C51BF + Huawei Device Ltd - 00009B - Information International Inc. + D09200 + FiRa Consortium - 9C93B0 - Megatronix (Beijing) Technology Ltd + E893F3 + Graphiant Inc - 64AEF1 - Qingdao Hisense Electronics Ltd + 280244 + Apple - 080016 - Barrister Info Sys Corp + E85F02 + Apple - 44CB8B - LG Innotek + E0F62D + Juniper Networks - B4055D - Inspur Electronic Information Industry Ltd + BCDF58 + Google Inc. - 984827 - TP-Link Technologies Ltd + 7CC180 + Apple - D4F5EF - Hewlett Packard Enterprise + 00D04C + Eseye Design Ltd - 28BD89 - Google Inc. + BC606B + Shanghai Baud Data Communication Ltd - EC1BBD - Silicon Laboratories + DCFE23 + Murata Manufacturing Ltd - D8A315 - Vivo Mobile Communication Ltd + 347379 + xFusion Digital Technologies Ltd - 80647A - Ola Sense Inc + 04E69E + Zhongguancun Xinhaizeyou Technology Ltd - 70F82B - DWnet Technologies(Suzhou) Corporation + 7C8AC0 + EVBox BV - 142475 - 4DReplay Inc. + AC80AE + Fiberhome Telecommunication Technologies Ltd - 10DCB6 - IEEE Registration Authority + D83DCC + Shenzhen UDD Technologies Ltd - F89E28 - Cisco Meraki + 0417B6 + Smart Innovation LLC - F8C4F3 - Shanghai Infinity Wireless Technologies Ltd + 00BE43 + Dell Inc. - D4772B - Nanjing Ztlink Network Technology Ltd + B4E265 + Shenzhen SDMC Technology Ltd - 64F9C0 - Analog Devices + CC60C8 + Microsoft Corporation - 18D0C5 - Guangdong Oppo Mobile Telecommunications Corp Ltd + 00EBD8 + Mercusys Technologies Ltd - 34ED1B + 6C8D77 Cisco Systems Inc. - BCA511 - Netgear - - - 000A7B - Cornelius Consult + 7411B2 + Cisco Systems Inc. - C4447D - Huawei Technologies Ltd + B417A8 + Facebook Technologies LLC - 30E98E - Huawei Technologies Ltd + EC7C5C + Juniper Networks - 748B34 - Shanghai Smart System Technology Ltd + 1054D2 + IEEE Registration Authority - ACBD70 - Huawei Device Ltd + 001043 + A2 Corporation - C02E26 - Private + C4DF39 + Realme Chongqing Mobile Telecommunications Corp Ltd - 34D262 - SZ DJI Technology Ltd + 809733 + Shenzhen Elebao Technology Ltd - 0812A5 - Amazon Technologies Inc. + F46D2F + TP-Link Technologies Ltd - 807FF8 - Juniper Networks + 00A265 + M2Motive Technology Inc. - 440377 - IEEE Registration Authority + D8365F + Intelbras - 002487 - Transact Campus Inc. + 7404F1 + Intel Corporation - B4E9A3 - port Industrial automation GmbH + 000435 + InfiNet LLC - 38E8EE - Nanjing Youkuo Electric Technology Ltd + 5478C9 + AMPAK Technology,Inc. - 90B8E0 - Shenzhen Yanray Technology Ltd + FC101A + Palo Alto Networks - 9CF531 - Guangdong Oppo Mobile Telecommunications Corp Ltd + 6CAEE3 + Nokia - 80E455 - New H3C Technologies Ltd + 0CAC8A + Sagemcom Broadband SAS - 2C4CC6 - Murata Manufacturing Ltd + 10634B + Shenzhen Mercury Communication Technologies Ltd - 7C210D - Cisco Systems Inc. + E84DEC + Xerox Corporation - 4CBC72 - Primex Wireless + C8B82F + eero Inc. - 6802B8 - Compal Broadband Networks Inc. + B43AE2 + Huawei Technologies Ltd - 3463D4 - Bionix Supplychain Technologies SLU + F0C8B5 + Huawei Technologies Ltd - 08F7E9 - HRCP Research and Development Partnership + B85DC3 + Huawei Technologies Ltd - 8CBA25 - Unionman Technology Ltd + B4A7C6 + Servercom (India) Private Limited - D49E3B - Guangzhou Shiyuan Electronic Technology Company Limited + D0A46F + China Dragon Technology Limited - DCDCE2 + 1C76F2 Samsung Electronics Ltd - A0AC69 - Samsung Electronics Ltd + 80C3BA + Sennheiser Consumer Audio GmbH - 1089FB + 4035E6 Samsung Electronics Ltd - DC4BDD - Shenzhen SuperElectron Technology Ltd + 2C60CD + NR Electric Ltd - C0B5CD - Huawei Device Ltd + 286B35 + Intel Corporation - 4C5077 - Huawei Device Ltd + 3043D7 + IEEE Registration Authority - 502DBB - GD Midea Air-Conditioning Equipment Ltd + A41EE1 + Taicang T&W Electronics - 5C3A3D - ZTE Corporation + E8FB1C + Azurewave Technologies Inc. - 30FD65 - Huawei Technologies Ltd + C0EE40 + Laird Connectivity - 7CA1AE - Apple + A47D9F + Shenzhen iComm Semiconductor Ltd - 3C22FB - Apple + 30045C + Shenzhen SuperElectron Technology Ltd - 58EAFC - ELL-IoT Inc + 3C4645 + Shanghai Infinity Wireless Technologies Ltd - 9013DA - Athom B.V. + A4F933 + Intel Corporation - 14115D - Skyworth Digital Technology(Shenzhen) Ltd + 10F60A + Intel Corporation - E4F327 - Atol LLC + 70D823 + Intel Corporation - 6819AC - Guangzhou Xianyou Intelligent Technogoly Ltd + 888FA4 + Huawei Device Ltd - E82E0C - NETINT Technologies Inc. + 5068AC + Huawei Device Ltd - 1892A4 - Ciena Corporation + 9079CF + ZTE Corporation - 10082C - Texas Instruments + 8C1E80 + Cisco Systems Inc. - B0735D - Huawei Device Ltd + 50392F + Ingram Micro Services - 5C3A45 - Chongqing Fugui Electronics Ltd + FC8417 + Honor Device Ltd - A03C31 - Shenzhen Belon Technology Ltd + 2CA79E + Huawei Technologies Ltd - A897CD + 0C7FB2 ARRIS Group Inc. - 404C77 - ARRIS Group Inc. + C4DEE2 + Espressif Inc. - 2CE310 - Stratacache + 68B6B3 + Espressif Inc. - 0022A0 - Aptiv Services US LLC + FCA05A + Oray Ltd - A4307A - Samsung Electronics Ltd + 84EA97 + Shenzhen iComm Semiconductor Ltd - FC8E5B - China Mobile Iot Limited Company + 14B2E5 + Shenzhen iComm Semiconductor Ltd - 142A14 - Shenzhen Selenview Digital Technology Ltd + E0CB56 + Shenzhen iComm Semiconductor Ltd - D87E76 - Itel Mobile Limited + 90486C + Ring LLC - 384B5B - Ztron Technology Limited + 3C82C0 + Technicolor CH USA Inc. - B86142 - Beijing Tricolor Technology Ltd + 102407 + Huawei Technologies Ltd - 200A0D - IEEE Registration Authority + 74D9EB + Petabit Scale Inc. - E47C65 - Sunstar Communication Technology Ltd + D021AC + Yohana - 9C54DA - SkyBell Technologies Inc. + 7CE152 + THE Goodyear Tire & Rubber Company - 4C494F - ZTE Corporation + 28CDC1 + Raspberry Pi Trading Ltd - C4741E - ZTE Corporation + 00903F + WorldCast Systems - 00D078 - Eltex Of Sweden AB + ACB566 + Renesas Electronics (Penang) Sdn. Bhd. - 5C78F8 - Huawei Device Ltd + 381F26 + IEEE Registration Authority - B827C5 - Huawei Device Ltd + EC2125 + Toshiba Corp. - DC8983 - Samsung Electronics Ltd + 00E5F1 + Buffalo Inc. - 5CCB99 - Samsung Electronics Ltd + 34EE2A + ConMet - D46075 - Baidu Online Network Technology (Beijing) Ltd + 50E636 + AVM Audiovisuelles Marketing und Computersysteme GmbH - 78C5F8 - Huawei Device Ltd + 684E05 + Hunan FN-Link Technology Limited - D45D64 - ASUSTek Computer Inc. + 7820BD + Polysense (Beijing) Technologies Ltd - 90B144 - Samsung Electronics Ltd + F04DD4 + Sagemcom Broadband SAS - 48DD0C - eero Inc. + 0499BB + Apple - 940C98 + 5C1BF4 Apple - E8FBE9 + A851AB Apple - 38EC0D - Apple + AC2929 + Infinix mobility limited - 58278C - Buffalo Inc. + 7C8AE1 + Compal Information (Kunshan) Ltd - 140AC5 - Amazon Technologies Inc. + 54E4A9 + BHR Tech GmbH - 2083F8 - Advanced Digital Broadcast SA + 208058 + Ciena Corporation - C8C750 - Motorola Mobility LLC, a Lenovo Company + 684AAE + Huawei Technologies Ltd - 2CDCD7 - Azurewave Technologies Inc. + 60D755 + Huawei Technologies Ltd - 34E3DA - Hoval Aktiengesellschaft + A445CD + IoT Diagnostics - E0BB9E - Seiko Epson Corporation + 946269 + ARRIS Group Inc. - 48D24F - Sagemcom Broadband SAS + D0DD49 + Juniper Networks - E4AAEC - Tianjin Hualai Technology Ltd + C863FC + ARRIS Group Inc. - 94BE46 - Motorola (Wuhan) Mobility Technologies Communication Ltd + 1CCCD6 + Xiaomi Communications Ltd - ACF8CC - ARRIS Group Inc. + A8C252 + Huawei Device Ltd - 8C5A25 - ARRIS Group Inc. + A04147 + Huawei Device Ltd - 483FDA - Espressif Inc. + 1CAECB + Huawei Technologies Ltd - 6C5D3A - Microsoft Corporation + 4CF19E + Groupe Atlantic - CCD42E - Arcadyan Corporation + 2036D7 + Shanghai Reacheng Communication Technology Ltd - C853E1 - Beijing Bytedance Network Technology Ltd + 68070A + TPVision Europe B.V - 14169D - Cisco Systems Inc. + 4CEBBD + Chongqing Fugui Electronics Ltd - 48A2E6 - Resideo + 7CC926 + Wuhan GreeNet Information Service Ltd - 90E2FC - IEEE Registration Authority + 5C75AF + Fitbit Inc. - F008D1 - Espressif Inc. + 38BAB0 + Broadcom - 5894B2 - BrainCo + 70879E + Beken Corporation - B09575 - TP-Link Technologies Ltd + B45062 + EmBestor Technology Inc. - B4B055 + 044A6C Huawei Technologies Ltd - 048C16 + 38FB14 Huawei Technologies Ltd - 98DD5B - Takumi Japan Ltd + F0E4A2 + Huawei Technologies Ltd - 3C5CF1 - eero Inc. + 7C5189 + SG Wireless Limited - 14AE85 - IEEE Registration Authority + 1063C8 + Liteon Technology Corporation - 90749D - IRay Technology Ltd + 582059 + Xiaomi Communications Ltd - 8C3B32 - Microfan B.V. + 90272B + Algorab S.r.l. - D0D3E0 - Aruba Networks HP + 4CBCB4 + ABB SpA - DIN Rail - 645CF3 - ParanTek Inc. + 94D505 + Fiberhome Telecommunication Technologies Ltd - B0CCFE - Huawei Device Ltd + 74E1B6 + Apple - 540DF9 - Huawei Device Ltd + 24A52C + Huawei Technologies Ltd - 006619 - Huawei Device Ltd + 482759 + Levven Electronics Ltd - FC3964 - Itel Mobile Limited + AC7713 + Honeywell Safety Products (Shanghai) Ltd - 14472D - Guangdong Oppo Mobile Telecommunications Corp Ltd + 08849D + Amazon Technologies Inc. - E490FD - Apple + 90BDE6 + Quectel Wireless Solutions Ltd - 84AB1A - Apple + 18A4A9 + Vanu Inc. - 206D31 - Firewalla Inc + 80E82C + Hewlett-Packard Company - D06544 - Apple + D4ADBD + Cisco Systems Inc. - 186F2D - Shenzhen Sundray Technologies Company Limited + 2440AE + NIIC Technology Ltd - F84FAD - Hui Zhou Gaoshengda Technology Ltd + F40E01 + Apple - 4C0A3D - Adnacom Inc. + 1495CE + Apple - 3C806B - Hunan Voc Acoustics Technology Ltd + 50DE06 + Apple - 60DE35 - GITSN Inc. + 5CD135 + Xtreme Power Systems - 28317E - Hongkong Nano IC Technologies Ltd + 7869D4 + Shenyang Vibrotech Instruments Inc. - A84122 - China Mobile (Hangzhou) Information Technology Ltd + 082697 + ZyXEL Communications Corp - 6CDDBC - Samsung Electronics Ltd + CCCCCC + Silicon Laboratories - CC7F76 - Cisco Systems Inc. + CC660A + Apple - 40BC68 - Wuhan Funshion Online Technologies Ltd + FC1D43 + Apple - DC9840 - Microsoft Corporation + 64CB9F + Tecno Mobile Limited - 447654 - Huawei Technologies Ltd + 4CFBFE + Sercomm Japan Corporation - 7CD9A0 - Huawei Technologies Ltd + C0CBF1 + Mobiwire Mobiles (NingBo) Ltd - F033E5 - Huawei Technologies Ltd + FC7D6C + HYESUNG TECHWIN Ltd - B4F18C - Huawei Device Ltd + E47E9A + ZTE Corporation - B8CEF6 - Mellanox Technologies Inc. + 2C16BD + IEEE Registration Authority - B802A4 - Aeonsemi Inc. + 30A889 + Decimator Design - E48326 - Huawei Technologies Ltd + B4A2EB + IEEE Registration Authority - 9405BB - IEEE Registration Authority + 1CD5E2 + Shenzhen YOUHUA Technology Ltd - 8C5FAD - Fiberhome Telecommunication Technologies Ltd + 0024E9 + Samsung Electronics Ltd - ACC25D - Fiberhome Telecommunication Technologies Ltd + 683B78 + Cisco Systems Inc. - 8C0C87 - Nokia + F860F0 + Aruba Networks HP - C432D1 - Farlink Technology Limited + 5CA1E0 + EmbedWay Technologies - CC418E - MSA Innovation + 84D412 + Palo Alto Networks - CCA7C1 - Google Inc. + 68AB09 + Nokia - 388479 - Cisco Meraki + F4CE36 + Nordic Semiconductor ASA - 7C9EBD - Espressif Inc. + B46077 + Sichuan Changhong Electric Ltd - 1C0219 - Guangdong Oppo Mobile Telecommunications Corp Ltd + 00F620 + Google Inc. - C8D778 - BSH Hausgeraete GmbH + F43328 + CIMCON Lighting Inc. - 9C611D - Panasonic Corporation Of North America + 7C942A + Huawei Technologies Ltd - C095DA - NXP India Private Limited + 1CB796 + Huawei Technologies Ltd - B42200 - Brother Industries Ltd + 3847BC + Huawei Technologies Ltd - 6849B2 - Carlo Gavazzi Ltd + 549209 + Huawei Technologies Ltd - 487AFF - Essys + 745909 + Huawei Technologies Ltd - 40B6E7 - Huawei Device Ltd + 5C5AC7 + Cisco Systems Inc. - D0B45D - Huawei Device Ltd + 3CB74B + Technicolor CH USA Inc. - 8836CF - Huawei Device Ltd + 00EDB8 + KYOCERA Corporation - A4C54E - Huawei Device Ltd + 9C99CD + Voippartners - D4BBE6 - Huawei Device Ltd + C4C603 + Cisco Systems Inc. - 009EEE - Positivo Tecnologia S.A. + BCA13A + SES-imagotag - 90B832 - Extreme Networks Inc. + 2823F5 + China Mobile (Hangzhou) Information Technology Ltd - 402F86 - LG Innotek + F010AB + China Mobile (Hangzhou) Information Technology Ltd - D422CD - Xsens Technologies B.V. + B4DC09 + Guangzhou Dawei Communication Ltd - C8675E - Extreme Networks Inc. + 98865D + Nokia Shanghai Bell Ltd - 9C5D12 - Extreme Networks Inc. + 7CB59B + TP-Link Technologies Ltd - F09CE9 - Extreme Networks Inc. + 2C4F52 + Cisco Systems Inc. - C413E2 - Extreme Networks Inc. + 68A03E + Huawei Technologies Ltd - F4EB9F - Ellu Company 2019 SL + B8C385 + Huawei Technologies Ltd - E898C2 - ZETLAB Company + 4CE9E4 + New H3C Technologies Ltd + + + ACDB48 + ARRIS Group Inc. - D41AC8 - Nippon Printer Engineering + C80D32 + Holoplot GmbH - 5061F6 - Universal Electronics Inc. + D05794 + Sagemcom Broadband SAS - 000C32 - Avionic Design GmbH + 04D9F5 + ASUSTek Computer Inc. - 000A0D - Amphenol + B891C9 + Handreamnet - F45420 - Tellescom Industria E Comercio EM Telecomunicacao + C8A776 + Huawei Technologies Ltd - 4C4088 - Sanshin Electronics Ltd + A400E2 + Huawei Technologies Ltd - 64DDE9 + B4C4FC Xiaomi Communications Ltd - 0C817D - EEP Elektro-Elektronik Pranjic GmbH + C8D69D + Arab International Optronics - 04F5F4 - Proxim Wireless + 405BD8 + Chongqing Fugui Electronics Ltd - C8BCE5 - Sense Things Japan Inc. + 54EC2F + Ruckus Wireless - E8B470 - IEEE Registration Authority + 2899C7 + Lindsay Broadband Inc - 001BED - Brocade Communications Systems LLC + FCBD67 + Arista Networks - 000CDB - Brocade Communications Systems LLC + 00257E + NEW POS Technology Limited - 000480 - Brocade Communications Systems LLC + F8AE27 + John Deere Electronic Solutions - 609C9F - Brocade Communications Systems LLC + 7445CE + Cresyn - 000088 - Brocade Communications Systems LLC + C4F7D5 + Cisco Systems Inc. - 0060DF - Brocade Communications Systems LLC + 1C6499 + Comtrend Corporation - 006069 - Brocade Communications Systems LLC + 10DC4A + Fiberhome Telecommunication Technologies Ltd - 000533 - Brocade Communications Systems LLC + 88EF16 + ARRIS Group Inc. - B04502 - Huawei Device Ltd + 8CA96F + D&M Holdings Inc. - 1C1FF1 - Huawei Device Ltd + 7CD661 + Xiaomi Communications Ltd - B4EF1C - 360 AI Technology Ltd + B0FD0B + IEEE Registration Authority - 14DE39 - Huawei Device Ltd + 98B8BA + LG Electronics (Mobile Communications) - B8F009 - Espressif Inc. + 0CE99A + Atls Altec - FC71FA - Trane Technologies + 4C11AE + Espressif Inc. - CCBE59 - Calix Inc. + 8C89FA + Zhejiang Hechuan Technology Ltd - 84A3B5 - Propulsion Systems + 4CBC48 + Cisco Systems Inc. - 30FCEB - LG Electronics (Mobile Communications) + 80D04A + Technicolor CH USA Inc. - 2468B0 - Samsung Electronics Ltd + 48D875 + China TransInfo Technology Ltd - 1C1338 - Kimball Electronics Group LLC + D4789B + Cisco Systems Inc. - 9CEDFA - EVUlution AG + 483FE9 + Huawei Technologies Ltd - EC63ED - Hyundai Autoever Corp. + 143CC3 + Huawei Technologies Ltd - D46761 - XonTel Technology Co. + A8E544 + Huawei Technologies Ltd - E44122 - OnePlus Technology (Shenzhen) Ltd + 1820D5 + ARRIS Group Inc. - 9C19C2 - Dongguan Liesheng Electronic Ltd + 3050FD + Skyworth Digital Technology(Shenzhen) Ltd - BC26A1 - FACTORY FIVE Corporation + 0040BC + Algorithmics Ltd - 74CBF3 - Lava international limited + 004065 + GTE Spacenet - F0D14F - Linear LLC + 88E64B + Juniper Networks - 001168 - HomeLogic LLC + D8D090 + Dell Inc. - 18DFC1 - Aetheros + 50C4DD + Buffalo Inc. - FCBC0E - Zhejiang Cainiao Supply Chain Management Ltd + 0084ED + Private - 2CD066 - Xiaomi Communications Ltd + E002A5 + ABB Robotics - B05CDA - HP Inc. + F42E7F + Aruba Networks HP - DCBD7A - Guangzhou Shiyuan Electronic Technology Company Limited + B4CC04 + Piranti - 9016BA - Huawei Technologies Ltd + B8D526 + ZyXEL Communications Corp - 60AAEF - Huawei Device Ltd + F0B968 + Itel Mobile Limited - D0F3F5 - Huawei Device Ltd + 04E56E + THUB Ltd - D44649 + 1C7F2C Huawei Technologies Ltd - 9400B0 + 88BCC1 Huawei Technologies Ltd - 2479EF - Greenpacket Berhad, Taiwan + 1CBFCE + Shenzhen Century Xinyang Technology Ltd - AC2334 - Infinix mobility limited + F83002 + Texas Instruments - 002B67 - LCFC(HeFei) Electronics Technology Ltd + A8A159 + ASRock Incorporation - F8BC0E - eero Inc. + 78DA07 + Zhejiang Tmall Technology Ltd - 50E039 - ZyXEL Communications Corp + 44A61E + Ingram Micro Services - B85776 - lignex1 + 38D2CA + Zhejiang Tmall Technology Ltd - 2400FA - China Mobile (Hangzhou) Information Technology Ltd + 109E3A + Zhejiang Tmall Technology Ltd - C83DFC - AlphaTheta Corporation + 904DC3 + Flonidan A/S - E01995 - Nutanix + 000DF1 + Ionix Inc. - F85128 - SimpliSafe + 00077C + Westermo Network Technologies AB - AC1F09 - Shenzhen RAKwireless technology Ltd + 8C426D + Huawei Technologies Ltd - BC13A8 - Shenzhen YOUHUA Technology Ltd + 90F891 + Kaonmedia Ltd - 9077EE - Cisco Systems Inc. + 445D5E + Shenzhen Coolkit Technology Ltd - 3C13CC - Cisco Systems Inc. + 50AD71 + Tessolve Semiconductor Private Limited - 94E3EE - ZTE Corporation + 202AC5 + Petite-En - D8DC40 - Apple + A8BF3C + HDV Phoelectron Technology Limited - 805FC5 - Apple + D4F527 + Siemens AG - 10F920 - Cisco Systems Inc. + B8B2F8 + Apple - 206980 + 98460A Apple - 6432A8 - Intel Corporation + B85D0A + Apple - 801934 - Intel Corporation + 7C9A1D + Apple - 40A3CC - Intel Corporation + 103025 + Apple - E4A7A0 - Intel Corporation + 70ACD7 + Shenzhen YOUHUA Technology Ltd - 3C4DBE + 5462E2 Apple - 48262C + 149D99 Apple - 147DDA - Apple + 147BAC + Nokia - C4910C - Apple + 906D05 + BXB Electronics Ltd - 6C9961 - Sagemcom Broadband SAS + D4BBC8 + Vivo Mobile Communication Ltd - 50C709 - Juniper Networks + 489507 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 806D97 + 24BF74 Private - 645D86 - Intel Corporation + CCDC55 + Dragonchip Limited - 181DEA - Intel Corporation + 28FFB2 + Toshiba Corp. - 185680 - Intel Corporation + 1C60D2 + Fiberhome Telecommunication Technologies Ltd - A0A4C5 - Intel Corporation + F4B5AA + ZTE Corporation - F4D108 - Intel Corporation + E8ACAD + ZTE Corporation - 207918 - Intel Corporation + 0836C9 + Netgear - A86DAA - Intel Corporation + 745BC5 + IEEE Registration Authority - 380025 - Intel Corporation + 9440C9 + Hewlett Packard Enterprise - C0E3A0 - Renesas Electronics (Penang) Sdn. Bhd. + A041A7 + NL Ministry Of Defense - F4C114 - Technicolor CH USA Inc. + E446DA + Xiaomi Communications Ltd - 8CE468 - Guangzhou Sageran Technology Ltd + 1C12B0 + Amazon Technologies Inc. - C8B29B - Intel Corporation + 4CBC98 + IEEE Registration Authority - 6C6A77 - Intel Corporation + 2CF432 + Espressif Inc. - A4B1C1 - Intel Corporation + 647366 + Shenzhen Siera Technology Ltd - 342EB7 - Intel Corporation + 041EFA + BISSELL Homecare Inc. - 8CC681 - Intel Corporation + D85575 + Samsung Electronics Ltd - CCF9E4 - Intel Corporation + D411A3 + Samsung Electronics Ltd - 3C58C2 - Intel Corporation + 04BA8D + Samsung Electronics Ltd - E45E37 - Intel Corporation + 744D28 + Routerboard.com - 24418C - Intel Corporation + 00A085 + Private - 60F262 - Intel Corporation + E05A9F + IEEE Registration Authority - C0B883 - Intel Corporation + 8C5AF8 + Beijing Xiaomi Electronics Ltd - C809A8 - Intel Corporation + D45800 + Fiberhome Telecommunication Technologies Ltd - 907841 - Intel Corporation + 90842B + LEGO System A/S - 58A023 - Intel Corporation + 00267E + Parrot SA - D4D252 - Intel Corporation + 2C557C + Shenzhen YOUHUA Technology Ltd - 2848E7 - Huawei Device Ltd + F4BCDA + Shenzhen Jingxun Software Telecommunication Technology Ltd - 04D3B0 - Intel Corporation + 000915 + CAS Corp. - E06CA6 - Creotech Instruments S.A. + 58D9C3 + Motorola Mobility LLC, a Lenovo Company - 44680C - Wacom Ltd + 2C73A0 + Cisco Systems Inc. - 980E24 - Phytium Technology Ltd + 443E07 + Electrolux - A830BC - Samsung Electronics Ltd + 8485E6 + Guangdong Asano Technology Ltd - 0063DE - Cloudwalk Technology Ltd + 3C8375 + Microsoft Corporation - 60A423 - Silicon Laboratories + 000AA8 + ePipe Pty Ltd - 7846D4 - Samsung Electronics Ltd + 0029C2 + Cisco Systems Inc. - E43EC6 - Huawei Technologies Ltd + 187C0B + Ruckus Wireless - 38881E - Huawei Technologies Ltd + D47B35 + NEO Monitors AS - 2CDB07 - Intel Corporation + 000878 + Benchmark Storage Innovations - 988D46 - Intel Corporation + 6CF37F + Aruba Networks HP - E4268B - Huawei Device Ltd + 140708 + Private - 6888A1 - Universal Electronics Inc. + 78A7EB + 1MORE - 001EB2 - LG Innotek + 485D36 + Verizon - C086B3 - Shenzhen Voxtech Ltd + 20C047 + Verizon - 44ADB1 + 346B46 Sagemcom Broadband SAS - 1C98C1 - Cloud Network Technology Singapore PTE Ltd - - - A09B17 - Taicang T&W Electronics - - - 4401BB - Shenzhen Bilian Electronic Ltd - - - A0D83D - Fiberhome Telecommunication Technologies Ltd + 7C604A + Avelon - 58F2FC - Huawei Device Ltd + 186472 + Aruba Networks HP - 643AEA - Cisco Systems Inc. + 84D47E + Aruba Networks HP - 507043 - BSkyB Ltd + 24DEC6 + Aruba Networks HP - D01411 - IEEE Registration Authority + 0017A0 + RoboTech srl - - 3C53D7 - Cedes AG + + 103D0A + Hui Zhou Gaoshengda Technology Ltd - 00E5E4 - Sichuan Tianyi Comheart Telecom Ltd + 942790 + TCT mobile Ltd - E8136E - Huawei Technologies Ltd + A41791 + Shenzhen Decnta Technology Ltd - 4CAE13 - Huawei Technologies Ltd + 34DAB7 + ZTE Corporation - 4C2EFE - Shenzhen Comnect Technology Ltd + 109C70 + Prusa Research s.r.o. - 10BC97 - Vivo Mobile Communication Ltd + E84C56 + Intercept Services Limited - DCD444 - Huawei Device Ltd + A41908 + Fiberhome Telecommunication Technologies Ltd - E0B260 - Teno Network Technologies Company Limited + 80D336 + Cern - A446B4 - Huawei Device Ltd + 64255E + Observint Technologies Inc. - 0CC844 - Cambridge Mobile Telematics Inc. + 90940A + Analog Devices Inc. - E8DA20 - Nintendo Ltd + 40B076 + ASUSTek Computer Inc. - 482335 - Dialog Semiconductor Hellas SA + D43D39 + Dialog Semiconductor - 8C85C1 - Aruba Networks HP + 0014A5 + Gemtek Technology Ltd - 20A171 - Amazon Technologies Inc. + C0B5D7 + Chongqing Fugui Electronics Ltd - 7CF9A0 - Fiberhome Telecommunication Technologies Ltd + D4AD71 + Cisco Systems Inc. - 6CA4D1 - Fiberhome Telecommunication Technologies Ltd + 702B1D + E-Domus International Limited - 54AB3A - Quanta Computer Inc. + F085C1 + Shenzhen RF-Link Technology Ltd - E89A8F - Quanta Computer Inc. + 4CDD7D + LHP Telematics LLC - EC6C9A - Arcadyan Corporation + B8BC5B + Samsung Electronics Ltd - 346D9C - Carrier Corporation + 108EBA + Molekule - D4F756 - ZTE Corporation + 4C218C + Panasonic India Private limited - E0693A - Innophase Inc. + 2C4E7D + Chunghua Intelligent Network Equipment Inc. - 5488DE - Cisco Systems Inc. + A4F465 + Itel Mobile Limited - 782B64 - Bose Corporation + 4C917A + IEEE Registration Authority - 24FD0D - Intelbras + 743A65 + NEC Corporation - 345594 - Fujian Star-NET Communication Ltd + 00255C + NEC Corporation - 9C6B37 - Renesas Electronics (Penang) Sdn. Bhd. + 684F64 + Dell Inc. - A83759 - Huawei Device Ltd + CC70ED + Cisco Systems Inc. - 40AA56 - China Dragon Technology Limited + 907E30 + Lars - 68545A - Intel Corporation + 84EB3E + Vivint Smart Home - 3CE3E7 - China Mobile Group Device Ltd + 00A0D5 + Sierra Wireless - CC47BD - Rhombus Systems + 18BB26 + FN-Link Technology Limited - 4C93A6 - IEEE Registration Authority + 18B905 + Hong Kong Bouffalo Lab Limited - 001E31 - Infomark + ECF0FE + ZTE Corporation - 50F7ED - Huawei Device Ltd + 94A40C + Diehl Metering GmbH - 4CB99B - Weifang Goertek Electronics Ltd + 70B317 + Cisco Systems Inc. - BC7E8B - Samsung Electronics Ltd + B00247 + AMPAK Technology Inc. - 0C31DC - Huawei Technologies Ltd + BCE796 + Wireless CCTV Ltd - 40DDD1 - Beautiful Card Corporation + 948FCF + ARRIS Group Inc. - C0E7BF - Sichuan AI-Link Technology Ltd + A8F5DD + ARRIS Group Inc. - 54778A - Hewlett Packard Enterprise + 44D3AD + Shenzhen TINNO Mobile Technology Corp. - 247152 - Dell Inc. + 9C8275 + Yichip Microelectronics (Hangzhou) Ltd - 6433DB - Texas Instruments + 5CCBCA + Fujian Star-NET Communication Ltd - A406E9 - Texas Instruments + 28E98E + Mitsubishi Electric Corporation - B0B113 - Texas Instruments + 34F8E7 + Cisco Systems Inc. - 4CAEEC - Guangzhou limee technology Ltd + B0907E + Cisco Systems Inc. - 0040AB - Roland DG Corporation + 2C7360 + Earda Technologies Ltd - 0012B4 - Work Microwave GmbH + 508CF5 + China Mobile Group Device Ltd - 24B105 - Prama Hikvision India Private Limited + 1C549E + Universal Electronics Inc. - 8060B7 - Cloud Network Technology Singapore PTE Ltd + E4CA12 + ZTE Corporation - 90AAC3 - Hitron Technologies Inc. + D49E05 + ZTE Corporation - 44917C - HMD Global Oy + 585FF6 + ZTE Corporation - DC7223 - Hui Zhou Gaoshengda Technology Ltd + 40B30E + Integrated Device Technology (Malaysia) Sdn. Bhd. - 3420E3 - Ruckus Wireless + 04CE7E + NXP France Semiconductors France - 245F9F - Huawei Device Ltd + C09AD0 + Apple - CCB0A8 - Huawei Device Ltd + 94B01F + Apple - 502873 - Huawei Device Ltd + 98CC4D + Shenzhen mantunsci Ltd - 8C47BE - Dell Inc. + B8C74A + Guangdong Oppo Mobile Telecommunications Corp Ltd - 142C78 - GooWi Wireless Technology Ltd + D8CE3A + Xiaomi Communications Ltd - 98FC84 - IEEE Registration Authority + 102C6B + AMPAK Technology Inc. - 20F44F - Nokia + 7485C4 + New H3C Technologies Ltd - 0476B0 - Cisco Systems Inc. + 94F6D6 + Apple - 40F078 - Cisco Systems Inc. + F82D7C + Apple - 78D71A - Ciena Corporation + D0BAE4 + Shanghai MXCHIP Information Technology Ltd - 7853F2 - Roxton Systems Ltd + 48D35D + Private - 9C6937 - Qorvo International Pte Ltd + 80FBF0 + Quectel Wireless Solutions Ltd - F82E3F - Huawei Technologies Ltd + C0132B + Sichuan Changhong Electric Ltd - 90A5AF - Huawei Technologies Ltd + 0CB4A4 + Xintai Automobile Intelligent Network Technology - 3C7C3F - ASUSTek Computer Inc. + 90633B + Samsung Electronics Ltd - 34916F - UserGate Ltd + FCAAB6 + Samsung Electronics Ltd - 0C8B7D - Vizio Inc. + C82E47 + Suzhou SmartChip Semiconductor Ltd - EC4D3E - Beijing Xiaomi Mobile Software Ltd + C02250 + Koss Corporation - D8A491 - Huawei Device Ltd + A0B549 + Arcadyan Corporation - 681324 - Huawei Device Ltd + 001F5A + Beckwith Electric Co. - A8C092 - Huawei Device Ltd + 985D82 + Arista Networks - 9860CA - Apple + 2453BF + Enernet - 4490BB - Apple + 043385 + Nanchang BlackShark Ltd - 34FD6A - Apple + 84E5D8 + Guangdong UNIPOE IoT Technology Ltd - EC3EB3 - ZyXEL Communications Corp + A8BC9C + Cloud Light Technology Limited - 8CD67F - EM Microelectronic + A89042 + Beijing Wanwei Intelligent Technology Ltd - 5C91FD - Jaewoncnc + 18BE92 + Delta Networks Inc. - FC449F - ZTE Corporation + 90C54A + Vivo Mobile Communication Ltd - 204EF6 - Azurewave Technologies Inc. + BC7596 + Beijing Broadwit Technology Ltd - 443583 - Apple + 1C34DA + Mellanox Technologies Inc. - 38CA73 - Shenzhen MiaoMing Intelligent Technology Ltd + 2CA02F + Veroguard Systems Pty Ltd - 6C0DC4 - Beijing Xiaomi Electronics Ltd + 6C5C3D + IEEE Registration Authority - C440F6 - Guangdong Oppo Mobile Telecommunications Corp Ltd + 782327 + Samsung Electronics Ltd - A47D9F - Shenzhen iComm Semiconductor Ltd + DCF756 + Samsung Electronics Ltd - 84EA97 - Shenzhen iComm Semiconductor Ltd + 68A47D + Sun Cupid Technology (HK) Ltd - 0055B1 - Shanghai Baud Data Communication Ltd + 184B0D + Ruckus Wireless - 74901F - Ragile Networks Inc. + D41243 + AMPAK Technology Inc. - C0252F - Shenzhen Mercury Communication Technologies Ltd + 48A6B8 + Sonos Inc. - 549FC6 - Cisco Systems Inc. + B87826 + Nintendo Ltd - F01D2D - Cisco Systems Inc. + DCCBA8 + Explora Technologies Inc - 443B32 - Intelbras + C07878 + Flextronics Manufacturing(Zhuhai) Ltd - F83B1D - Technicolor CH USA Inc. + E4B97A + Dell Inc. - D41B81 - Chongqing Fugui Electronics Ltd + 34DAC1 + SAE Technologies Development(Dongguan) Ltd - F40B9F - CIG Shanghai Ltd + 705DCC + EFM Networks - 7845B3 - Huawei Device Ltd + D092FA + Fiberhome Telecommunication Technologies Ltd - 20DCFD - Huawei Device Ltd + E85AD1 + Fiberhome Telecommunication Technologies Ltd - FC65B3 - Huawei Device Ltd + A823FE + LG Electronics - 109D7A - Huawei Device Ltd + E05D5C + Oy Everon Ab - DC6373 - Obara Korea + 688F2E + Hitron Technologies Inc. - D47EE4 - China Mobile IOT Company Limited + E046E5 + Gosuncn Technology Group Ltd - 88892F + 1C599B Huawei Technologies Ltd - 28E5B0 - Huawei Technologies Ltd + D4BD1E + 5VT Technologies,Taiwan Ltd - 4C0220 - Xiaomi Communications Ltd + BC9B68 + Technicolor CH USA Inc. - 1CA852 - Sensaio PTE Ltd + CCD4A1 + MitraStar Technology Corp. - 787DF3 - Sterlite Technologies Limited + 08BA5F + Qingdao Hisense Electronics Ltd - C094AD - ZTE Corporation + 10DFFC + Siemens AG - D021AC - Yo Labs LLC + 847F3D + Integrated Device Technology (Malaysia) Sdn. Bhd. - 342B70 - Arris + C4FDE6 + Drtech - 1C90BE - Ericsson AB + CC988B + SONY Visual Products Inc. - 00163B - Communications & Power Industries + 30E3D6 + Spotify USA Inc. - 9CB2E8 - Huawei Technologies Ltd + 9CA525 + Shandong USR IOT Technology Limited - 74731D - ifm electronic GmbH + E0456D + China Mobile Group Device Ltd - 000B4E - Communications & Power Industries + 283926 + CyberTAN Technology Inc. - 000334 - Omega Engineering Inc. + 8CFCA0 + Shenzhen Smart Device Technology Ltd - 5C6199 - Cloud Network Technology Singapore PTE Ltd + 1C427D + Guangdong Oppo Mobile Telecommunications Corp Ltd - E8DB84 - Espressif Inc. + 806933 + Huawei Technologies Ltd - D05509 - Nintendo Ltd + BC26C7 + Cisco Systems Inc. - A07751 - ASMedia Technology Inc. + BC5EA1 + PsiKick Inc. - 305684 - Shenzhen Yunji Intelligent Technology Ltd + 944F4C + Sound United LLC - 14563A - Huawei Device Ltd + 18810E + Apple - 7090B7 - Huawei Device Ltd + 608C4A + Apple - 249494 - Hong Kong Bouffalo Lab Limited + 74B587 + Apple - 30BE3B - Mitsubishi Electric Corporation + FCB6D8 + Apple - 0CB789 - Honor Device Ltd + 3C6A2C + IEEE Registration Authority - 7891E9 - Raisecom Technology Ltd + 241B7A + Apple - 8C3401 - Guangdong Oppo Mobile Telecommunications Corp Ltd + 8CFE57 + Apple - 60DB98 - Calix Inc. + C0A600 + Apple - 6872C3 - Samsung Electronics Ltd + 18E829 + Ubiquiti Networks Inc. - 70B13D - Samsung Electronics Ltd + E0C286 + Aisai Communication Technology Ltd - FC7FF1 - Aruba Networks HP + 7405A5 + TP-Link Technologies Ltd - 3CA37E - Huawei Technologies Ltd + 286DCD + Beijing Winner Microelectronics Ltd - F8E43B - ASIX Electronics Corporation + 541031 + Smarto - 48EF61 - Huawei Device Ltd + 44A466 + Groupe Ldlc - 78F09B - Huawei Device Ltd + D80D17 + TP-Link Technologies Ltd - 00E93A - Azurewave Technologies Inc. + 18C2BF + Buffalo Inc. - 00C52C - Juniper Networks + E81CBA + Fortinet Inc. - 0034A1 - RF-Lambda USA Inc. + F0B014 + AVM Audiovisuelles Marketing und Computersysteme GmbH - 603573 - Earda Technologies Ltd + 1889A0 + Wuhan Funshion Online Technologies Ltd - A49733 - Askey Computer Corp + 0C2A86 + Fiberhome Telecommunication Technologies Ltd - 5CFB3A - Chongqing Fugui Electronics Ltd + FC61E9 + Fiberhome Telecommunication Technologies Ltd - 180F76 - D-Link International + 405662 + GuoTengShengHua Electronics Ltd - 00AD24 - D-Link International + E4DB6D + Beijing Xiaomi Electronics Ltd - 60634C - D-Link International + 00A0D1 + Inventec Corporation - C4E90A - D-Link International + 0018CC + Axiohm SAS - F0B4D2 - D-Link International + 001827 + NEC Unified Solutions Nederland B.V. - E01CFC - D-Link International + 009004 + 3Com Europe Ltd - F02F74 - ASUSTek Computer Inc. + 00068C + 3Com Corporation - 006E02 - Xovis AG + 02608C + 3Com Corporation - ACF85C - Chengdu Higon Integrated Circuit Design Ltd + 00D0D8 + 3Com Corporation - 181171 - Guangzhou Doctorpai Education & Technology Ltd + 18937F + AMPAK Technology Inc. - E06D17 - Apple + A43523 + Guangdong Donyan Network Technologies Ltd - F0B3EC - Apple + B4A94F + Mercury Corporation - F465A6 - Apple + 803AF4 + Fiberhome Telecommunication Technologies Ltd - 7898E8 - D-Link International + 48A0F8 + Fiberhome Telecommunication Technologies Ltd - 44F21B - Apple + F85E3C + Shenzhen Zhibotong Electronics Ltd - 74650C - Apple + 283E76 + Common Networks - FCD436 - Motorola Mobility LLC, a Lenovo Company + DC3979 + Cisco Systems Inc. - 0CEC8D - Motorola Mobility LLC, a Lenovo Company + 0C5331 + ETH Zurich - 184F5D - JRC Mobility Inc. + DC9088 + Huawei Technologies Ltd - 103F44 - Xiaomi Communications Ltd + 54812D + PAX Computer Technology(Shenzhen) Ltd - 08CBE5 - R3 - Reliable Realtime Radio Communications GmbH + 0C9A42 + FN-Link Technology Limited - F023AE - AMPAK Technology,Inc. + 000809 + Systemonic AG - E07726 - Huawei Device Ltd + 8C41F4 + IPmotion GmbH - 94A67E - Netgear + 704F08 + Shenzhen Huisheng Information Technology Ltd - A89AD7 - Nokia + 8835C1 + OI Electric Ltd - 482567 - Poly + 3042A1 + ilumisys Inc. DBA Toggled - 84F147 - Cisco Systems Inc. + 0026B7 + Kingston Technology Company Inc. - 249F89 - Texas Instruments + 28D0CB + Cambridge Communication Systems Ltd - 247625 - Texas Instruments + 4062EA + China Mobile Group Device Ltd - F87A41 - Cisco Systems Inc. + 4C0FC7 + Earda Technologies Ltd - D439B8 - Ciena Corporation + 80A796 + Neurotek LLC - 30C3D9 - Alpsalpine Ltd + CC2119 + Samsung Electronics Ltd - 001BFB - Alpsalpine Ltd + 302303 + Belkin International Inc. - 0025DF - Taser International Inc. + 9CF6DD + IEEE Registration Authority - 74E9BF - Huawei Technologies Ltd + 001E80 + Icotera A/S - D8109F - Huawei Technologies Ltd + 48881E + EthoSwitch LLC - ACAE19 - Roku Inc. + 3C71BF + Espressif Inc. - 34FEC5 - Shenzhen Sunwoda Intelligent hardware Ltd + 000393 + Apple - A8F766 - ITE Tech Inc + 0000C3 + Harris Corporation - 14B2E5 - Shenzhen iComm Semiconductor Ltd + 304B07 + Motorola Mobility LLC, a Lenovo Company - 00213E - TomTom International BV + 345ABA + tcloud Intelligence - 683E26 - Intel Corporation + 502FA8 + Cisco Systems Inc. - 8C554A - Intel Corporation + 902BD2 + Huawei Technologies Ltd - 401C83 - Intel Corporation + 08D59D + Sagemcom Broadband SAS - 38FC98 - Intel Corporation + C08359 + IEEE Registration Authority - 502F9B - Intel Corporation + EC83D5 + GIRD Systems Inc - F85EA0 - Intel Corporation + 14942F + Usys Ltd - A46BB6 - Intel Corporation + FCB10D + Shenzhen Tian Kun Technology Ltd - FC0C45 - Shenzhen SuperElectron Technology Ltd + 20F77C + Vivo Mobile Communication Ltd - 5467E6 - Shenzhen MTC Ltd + 001EEC + Compal Information (Kunshan) Ltd - 3C5447 - Huawei Technologies Ltd + F0761C + Compal Information (Kunshan) Ltd - 006B6F - Huawei Technologies Ltd + 0004AE + Sullair Corporation - A03D6E + 00451D Cisco Systems Inc. - 709CD1 - Intel Corporation + A0D635 + WBS Technology - 000EB6 - Riverbed Technology Inc. + 34800D + Cavium Inc - 8444AF - Zhejiang Tmall Technology Ltd + B44BD6 + IEEE Registration Authority - E4BFFA - Technicolor CH USA Inc. + D8912A + ZyXEL Communications Corp - 8C64D4 - Hyeco Smart Tech Ltd + 3C427E + IEEE Registration Authority - 8CDEF9 - Beijing Xiaomi Mobile Software Ltd + 000BA3 + Siemens AG - 58AE2B - Huawei Device Ltd + 000C8A + Bose Corporation - D03C1F - Intel Corporation + 243A82 + Irts - B08BD0 - Cisco Systems Inc. + 880907 + MKT Systemtechnik GmbH & Co. KG - 6CD704 - Huawei Technologies Ltd + 58A48E + PixArt Imaging Inc. - 543AD6 + 30D659 + Merging Technologies SA + + + 702AD5 Samsung Electronics Ltd - 544617 - ZTE Corporation + 889765 + exands - 5C85F8 - Shenzhen Kaifa Technology Ltd + 386E88 + ZTE Corporation - 9CBCF0 - Xiaomi Communications Ltd + B88584 + Dell Inc. - 14230A + 40EEDD Huawei Technologies Ltd - 58AEA8 - Huawei Technologies Ltd + B01886 + SmarDTV - 48EC5B - Nokia Solutions and Networks GmbH & Co. KG + AC751D + Huawei Technologies Ltd - 0077E4 - Nokia Solutions and Networks GmbH & Co. KG + 289E97 + Huawei Technologies Ltd - 802278 - China Mobile IOT Company Limited + 001525 + Chamberlain Access Solutions - 903CB3 - Edgecore Networks Corporation + 001EB0 + ImesD Electronica S.L. - D814DF - TCL King Electrical Appliances (Huizhou) Ltd + 641C67 + Digibras Industria DO Brasils/A - 90027A - Shenzhen Sworix Techonlogy Ltd + 60058A + Hitachi Metals Ltd - 3C06A7 - TP-Link Technologies Ltd + BC22FB + RF Industries - 24E927 - TomTom International BV + 0080B6 + Mercury Systems - Trusted Mission Solutions Inc. - 845CF3 - Intel Corporation + 08512E + Orion Diagnostica Oy - D05AFD - Realme Chongqing Mobile Telecommunications Corp Ltd + 98A404 + Ericsson AB - 584120 - TP-Link Technologies Ltd + 00CC3F + Universal Electronics Inc. - 64D7C0 - Huawei Device Ltd + 74B91E + Nanjing Bestway Automation System Ltd - 946010 - Huawei Device Ltd + A019B2 + IEEE Registration Authority - 2C793D - Boditech Med + 8C15C7 + Huawei Technologies Ltd - 6C02E0 - HP Inc. + 60FA9D + Huawei Technologies Ltd - 708976 - Tuya (HK) Limietd + DC9914 + Huawei Technologies Ltd - 245B83 - Renesas Electronics (Penang) Sdn. Bhd. + 4C3FD3 + Texas Instruments - F0F564 - Samsung Electronics Ltd + B05365 + China Mobile IOT Company Limited - 00DCB2 - Extreme Networks Inc. + 308841 + Sichuan AI-Link Technology Ltd - 6C13D5 - Cisco Systems Inc. + 44EFCF + UGENE SOLUTION Inc. - 0008B0 - HUBER+SUHNER BKtel GmbH + 304596 + Huawei Technologies Ltd - 84DB9E - Pink Nectarine Health AB + C0F4E6 + Huawei Technologies Ltd - 1869D8 - Tuya Smart Inc. + 74EB80 + Samsung Electronics Ltd - 68ABBC - Beijing Xiaomi Mobile Software Ltd + 0CE0DC + Samsung Electronics Ltd - 34C103 - Hangzhou Huamu Technology Ltd + D868C3 + Samsung Electronics Ltd - 6413AB - Huawei Technologies Ltd + C493D9 + Samsung Electronics Ltd - B06088 - Intel Corporation + A82BB9 + Samsung Electronics Ltd - 0C7329 - Sercomm Corporation. + ACFD93 + Weifang Goertek Electronics Ltd - FC041C - Guangdong Oppo Mobile Telecommunications Corp Ltd + 00B8C2 + Heights Telecom T Ltd - F4D488 - Apple + F4BF80 + Huawei Technologies Ltd - 682F67 - Apple + 000E8F + Sercomm Corporation. - 003DE1 - Huawei Device Ltd + A0E617 + Matis - F06F46 - Ubiik + 7001B5 + Cisco Systems Inc. - 50ED3C - Apple + 001F49 + Manhattan TV Ltd - 5CC336 - ittim + 88D652 + AMERGINT Technologies - FC4009 - ZTE Corporation + FC90FA + Independent Technologies - 48007D - DTS Elektronik SAN. TIC Ltd STI. + D0B214 + PoeWit Inc - 30B1B5 - Arcadyan Corporation + C42456 + Palo Alto Networks - 6407F6 - Samsung Electronics Ltd + B4B686 + Hewlett-Packard Company - E0CBBC - Cisco Meraki + 4CEDFB + ASUSTek Computer Inc. - 683A1E - Cisco Meraki + 7C2EBD + Google Inc. - 24A65E - ZTE Corporation + 6CAF15 + Webasto SE - 509839 - Xiaomi Communications Ltd + E4E130 + TCT mobile Ltd - 982782 - IEEE Registration Authority + 0C2138 + Hengstler GmbH - 849000 - Arnold & Richter Cine Technik GmbH & Co. Betriebs KG + E46059 + Pingtek Ltd - E4C90B - Radwin + E0191D + Huawei Technologies Ltd - 70DFF7 - ARRIS Group Inc. + 68D1BA + Shenzhen YOUHUA Technology Ltd - 00E0DF - DZS GmbH + 1C1AC0 + Apple - 7C8AE1 - Compal Information (Kunshan) Ltd + 3078C2 + Innowireless / QUCELL Networks - 54E4A9 - BHR Tech GmbH + 4050B5 + Shenzhen New Species Technology Ltd - 208058 - Ciena Corporation + 3C15FB + Huawei Technologies Ltd - 684AAE - Huawei Technologies Ltd + CC934A + Sierra Wireless - 60D755 - Huawei Technologies Ltd + 00CFC0 + China Mobile Group Device Ltd - A445CD - IoT Diagnostics + DC330D + Qing DAO Haier Telecom Ltd - 946269 - ARRIS Group Inc. + 688975 + nuoxc - D0DD49 - Juniper Networks + 40F04E + Integrated Device Technology (Malaysia) Sdn. Bhd. - C863FC - ARRIS Group Inc. + 0021F2 + EASY3CALL Technology Limited - 1CCCD6 - Xiaomi Communications Ltd + 0015C4 + Flovel Ltd - A8C252 - Huawei Device Ltd + 0011E6 + Scientific Atlanta - A04147 - Huawei Device Ltd + 24F128 + Telstra - 1CAECB - Huawei Technologies Ltd + E0383F + ZTE Corporation - 4CF19E - Groupe Atlantic + D47226 + ZTE Corporation - 2036D7 - Shanghai Reacheng Communication Technology Ltd + 40831D + Apple - 68070A - TPVision Europe B.V + DCD3A2 + Apple - 4CEBBD - Chongqing Fugui Electronics Ltd + 5C1DD9 + Apple - 7CC926 - Wuhan GreeNet Information Service Ltd + 800588 + Ruijie Networks Ltd - 5C75AF - Fitbit Inc. + F00E1D + Megafone Limited - 38BAB0 - Broadcom + 88AE07 + Apple - 70879E - Beken Corporation + 68FEF7 + Apple - B45062 - EmBestor Technology Inc. + AC35EE + FN-Link Technology Limited - 044A6C + 881196 Huawei Technologies Ltd - 38FB14 + E40EEE Huawei Technologies Ltd - F0E4A2 + 28D997 + Yuduan Mobile Ltd + + + 301F9A + IEEE Registration Authority + + + 0C2C54 Huawei Technologies Ltd - 7C5189 - SG Wireless Limited + D4C19E + Ruckus Wireless - 1063C8 - Liteon Technology Corporation + 70695A + Cisco Systems Inc. - 582059 - Xiaomi Communications Ltd + 00BF77 + Cisco Systems Inc. - 90272B - Algorab S.r.l. + D07714 + Motorola Mobility LLC, a Lenovo Company - 4CBCB4 - ABB SpA - DIN Rail + 30B7D4 + Hitron Technologies Inc. - 94D505 - Fiberhome Telecommunication Technologies Ltd + B481BF + Meta-Networks LLC - 74E1B6 - Apple + 946AB0 + Arcadyan Corporation - 24A52C - Huawei Technologies Ltd + 4818FA + Nocsys - 482759 - Levven Electronics Ltd + 587A6A + Guangdong Oppo Mobile Telecommunications Corp Ltd - AC7713 - Honeywell Safety Products (Shanghai) Ltd + A038F8 + OURA Health Oy - 08849D - Amazon Technologies Inc. + 687924 + ELS-GmbH & Co. KG - 90BDE6 - Quectel Wireless Solutions Ltd + 28FD80 + IEEE Registration Authority - 18A4A9 - Vanu Inc. + 0CAE7D + Texas Instruments - 80E82C - Hewlett-Packard Company + 304511 + Texas Instruments - D4ADBD - Cisco Systems Inc. + E81AAC + ORFEO SOUNDWORKS Inc. - 2440AE - NIIC Technology Ltd + 000758 + DragonWave Inc. - F40E01 - Apple + F0FCC8 + ARRIS Group Inc. - 1495CE - Apple + F8DF15 + Sunitec Enterprise Ltd - 50DE06 - Apple + 001DB5 + Juniper Networks - 5CD135 - Xtreme Power Systems + B02680 + Cisco Systems Inc. - 7869D4 - Shenyang Vibrotech Instruments Inc. + D49398 + Nokia Corporation - 082697 - ZyXEL Communications Corp + 001937 + CommerceGuard AB - CCCCCC - Silicon Laboratories + FC7C02 + Phicomm (Shanghai) Ltd - CC660A - Apple + A8610A + Arduino AG - FC1D43 - Apple + 6097DD + MicroSys Electronics GmbH - 64CB9F - Tecno Mobile Limited + 047970 + Huawei Technologies Ltd - 4CFBFE - Sercomm Japan Corporation + A057E3 + Huawei Technologies Ltd - C0CBF1 - Mobiwire Mobiles (NingBo) Ltd + 1CB044 + Askey Computer Corp - FC7D6C - HYESUNG TECHWIN Ltd + F4844C + Texas Instruments - E47E9A - ZTE Corporation + B4F2E8 + ARRIS Group Inc. - 2C16BD - IEEE Registration Authority + 3C574F + China Mobile Group Device Ltd - 30A889 - Decimator Design + D49CF4 + Palo Alto Networks - B4A2EB - IEEE Registration Authority + 8C1645 + LCFC(HeFei) Electronics Technology Ltd - 1CD5E2 - Shenzhen YOUHUA Technology Ltd + 689861 + Beacon Inc - 0024E9 - Samsung Electronics Ltd + 609813 + Shanghai Visking Digital Technology Ltd - 683B78 - Cisco Systems Inc. + 506B4B + Mellanox Technologies Inc. - F860F0 - Aruba Networks HP + B41C30 + ZTE Corporation - 5CA1E0 - EmbedWay Technologies + 705AAC + Samsung Electronics Ltd - 84D412 - Palo Alto Networks + 2C9569 + ARRIS Group Inc. - 68AB09 - Nokia + A039EE + Sagemcom Broadband SAS - F4CE36 - Nordic Semiconductor ASA + E4CB59 + Beijing Loveair Science and Technology Ltd - B46077 - Sichuan Changhong Electric Ltd + B4E62D + Espressif Inc. - 00F620 - Google Inc. + 847460 + ZTE Corporation - F43328 - CIMCON Lighting Inc. + 4C82CF + Dish Technologies Corp - 7C942A - Huawei Technologies Ltd + 285767 + Dish Technologies Corp - 1CB796 - Huawei Technologies Ltd + 70169F + EtherCAT Technology Group - 3847BC - Huawei Technologies Ltd + 68EF43 + Apple - 549209 - Huawei Technologies Ltd + D02B20 + Apple - 745909 - Huawei Technologies Ltd + 2C61F6 + Apple - 5C5AC7 - Cisco Systems Inc. + D4A33D + Apple - 3CB74B - Technicolor CH USA Inc. + F0766F + Apple - 00EDB8 - KYOCERA Corporation + 4098AD + Apple - 9C99CD - Voippartners + 6C4D73 + Apple - C4C603 - Cisco Systems Inc. + 1CA0B8 + Hon Hai Precision Ind Ltd - BCA13A - SES-imagotag + D88466 + Extreme Networks Inc. - 2823F5 - China Mobile (Hangzhou) Information Technology Ltd + 000496 + Extreme Networks Inc. - F010AB - China Mobile (Hangzhou) Information Technology Ltd + 00E02B + Extreme Networks Inc. - B4DC09 - Guangzhou Dawei Communication Ltd + 5C0E8B + Extreme Networks Inc. - 98865D - Nokia Shanghai Bell Ltd + 7467F7 + Extreme Networks Inc. - 7CB59B - TP-Link Technologies Ltd + E43022 + Hanwha Techwin Security Vietnam - 2C4F52 - Cisco Systems Inc. + 044F17 + HUMAX Ltd - 68A03E - Huawei Technologies Ltd + E48F34 + Vodafone Italia S.p.A. - B8C385 - Huawei Technologies Ltd + 685ACF + Samsung Electronics Ltd - 4CE9E4 - New H3C Technologies Ltd + 0CA8A7 + Samsung Electronics Ltd - ACDB48 - ARRIS Group Inc. + B0672F + Bowers & Wilkins - C80D32 - Holoplot GmbH + 10CD6E + Fisys - D05794 - Sagemcom Broadband SAS + D86375 + Xiaomi Communications Ltd - 04D9F5 - ASUSTek Computer Inc. + D89C67 + Hon Hai Precision Ind Ltd - B891C9 - Handreamnet + 64209F + Tilgin AB - C8A776 - Huawei Technologies Ltd + A43E51 + Anov France - A400E2 - Huawei Technologies Ltd + 702605 + SONY Visual Products Inc. - B4C4FC - Xiaomi Communications Ltd + 0090F1 + Seagate Cloud Systems Inc - C8D69D - Arab International Optronics + 845A81 + ffly4u - 405BD8 - Chongqing Fugui Electronics Ltd + CC81DA + Phicomm (Shanghai) Ltd - 54EC2F - Ruckus Wireless + 00806C + Secure Systems & Services - 2899C7 - Lindsay Broadband Inc + 007263 + Netcore Technology Inc. - FCBD67 - Arista Networks + 1C27DD + Datang Gohighsec(zhejiang)Information Technology Ltd - 00257E - NEW POS Technology Limited + B8C8EB + Itel Mobile Limited - F8AE27 - John Deere Electronic Solutions + 80C5F2 + Azurewave Technologies Inc. - 7445CE - Cresyn + 64F88A + China Mobile IOT Company Limited - C4F7D5 - Cisco Systems Inc. + 68DB54 + Phicomm (Shanghai) Ltd - 1C6499 - Comtrend Corporation + B45253 + Seagate Technology - 10DC4A - Fiberhome Telecommunication Technologies Ltd + 0011C6 + Seagate Technology - 88EF16 - ARRIS Group Inc. + 001D38 + Seagate Technology - 8CA96F - D&M Holdings Inc. + 005013 + Seagate Cloud Systems Inc - 7CD661 - Xiaomi Communications Ltd + C8DF84 + Texas Instruments - B0FD0B - IEEE Registration Authority + 240D6C + Smnd - 98B8BA - LG Electronics (Mobile Communications) + 48555C + Wu Qi Technologies,Inc. - 0CE99A - Atls Altec + 18F0E4 + Xiaomi Communications Ltd - 4C11AE - Espressif Inc. + 588A5A + Dell Inc. - 8C89FA - Zhejiang Hechuan Technology Ltd + 9C8C6E + Samsung Electronics Ltd - 4CBC48 - Cisco Systems Inc. + DC4F22 + Espressif Inc. - 80D04A - Technicolor CH USA Inc. + F86CE1 + Taicang T&W Electronics - 48D875 - China TransInfo Technology Ltd + 1C7328 + Connected Home - D4789B - Cisco Systems Inc. + D8E004 + Vodia Networks Inc - 483FE9 - Huawei Technologies Ltd + 2CFDAB + Motorola (Wuhan) Mobility Technologies Communication Ltd - 143CC3 - Huawei Technologies Ltd + 30B4B8 + LG Electronics - A8E544 - Huawei Technologies Ltd + 380E4D + Cisco Systems Inc. - 1820D5 - ARRIS Group Inc. + 3873EA + IEEE Registration Authority - 3050FD - Skyworth Digital Technology(Shenzhen) Ltd + 4C5262 + Fujitsu Technology Solutions GmbH - 0040BC - Algorithmics Ltd + 803BF6 + Look Easy International Limited - 004065 - GTE Spacenet + 30EB1F + Skylab M&C Technology Ltd - 88E64B - Juniper Networks + 549A4C + Guangdong Homecare Technology Ltd - D8D090 - Dell Inc. + EC1D8B + Cisco Systems Inc. - 50C4DD - Buffalo Inc. + EC7097 + ARRIS Group Inc. - 0084ED - Private + 5819F8 + ARRIS Group Inc. - E002A5 - ABB Robotics + D07FC4 + Ou Wei Technology Ltd Of Shenzhen City - F42E7F - Aruba Networks HP + 1479F3 + China Mobile Group Device Ltd - B4CC04 - Piranti + 0CCEF6 + Guizhou Fortuneship Technology Ltd - B8D526 - ZyXEL Communications Corp + 1806FF + Acer Computer(Shanghai) Limited. - F0B968 - Itel Mobile Limited + C4CD82 + Hangzhou Lowan Information Technology Ltd - 04E56E - THUB Ltd + 30FB94 + Shanghai Fangzhiwei Information Technology Ltd - 1C7F2C - Huawei Technologies Ltd + 0023A0 + Hana CNS Ltd - 88BCC1 - Huawei Technologies Ltd + F406A5 + Hangzhou Bianfeng Networking Technology Ltd - 1CBFCE - Shenzhen Century Xinyang Technology Ltd + A4B52E + Integrated Device Technology (Malaysia) Sdn. Bhd. - F83002 - Texas Instruments + 3CA581 + Vivo Mobile Communication Ltd - A8A159 - ASRock Incorporation + 34E911 + Vivo Mobile Communication Ltd - 78DA07 - Zhejiang Tmall Technology Ltd + 64CBA3 + Pointmobile - 44A61E - Ingram Micro Services + ECFABC + Espressif Inc. - 38D2CA - Zhejiang Tmall Technology Ltd + 08BA22 + Swaive Corporation - 109E3A - Zhejiang Tmall Technology Ltd + 28C13C + Hon Hai Precision Ind Ltd - 904DC3 - Flonidan A/S + B0ECE1 + Private - 000DF1 - Ionix Inc. + 60E78A + Unisem - 00077C - Westermo Network Technologies AB + 282986 + APC by Schneider Electric - 8C426D - Huawei Technologies Ltd + 707DB9 + Cisco Systems Inc. - 90F891 - Kaonmedia Ltd + 08BEAC + Edimax Technology Ltd - 445D5E - Shenzhen Coolkit Technology Ltd + 002424 + Ace Axis Limited - 50AD71 - Tessolve Semiconductor Private Limited + 50C9A0 + Skipper AS - 202AC5 - Petite-En + 7483EF + Arista Networks - A8BF3C - HDV Phoelectron Technology Limited + 00E0F6 + Decision Europe - D4F527 - Siemens AG + CC2DE0 + Routerboard.com - B8B2F8 - Apple + 00BF61 + Samsung Electronics Ltd - 98460A + 7867D7 Apple - B85D0A + B8C111 Apple - 7C9A1D - Apple + 1046B4 + FormericaOE - 103025 + 9CE33F Apple - 70ACD7 - Shenzhen YOUHUA Technology Ltd + 386B1C + Shenzhen Mercury Communication Technologies Ltd - 5462E2 - Apple + DC5583 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 149D99 - Apple + 001248 + Dell EMC - 147BAC - Nokia + 006048 + Dell EMC - 906D05 - BXB Electronics Ltd + 7CC95A + Dell EMC - D4BBC8 - Vivo Mobile Communication Ltd + D00401 + Motorola Mobility LLC, a Lenovo Company - 489507 - Guangdong Oppo Mobile Telecommunications Corp Ltd + 742857 + Mayfield Robotics - 24BF74 - Private + 589043 + Sagemcom Broadband SAS - CCDC55 - Dragonchip Limited + B4A382 + Hangzhou Hikvision Digital Technology Ltd - 28FFB2 - Toshiba Corp. + A407B6 + Samsung Electronics Ltd - 1C60D2 - Fiberhome Telecommunication Technologies Ltd + 40498A + Synapticon GmbH - F4B5AA - ZTE Corporation + 389D92 + Seiko Epson Corporation - E8ACAD - ZTE Corporation + 8C0F83 + Angie Hospitality LLC - 0836C9 - Netgear + DC68EB + Nintendo Ltd - 745BC5 - IEEE Registration Authority + E8361D + Sense Labs Inc. - 9440C9 - Hewlett Packard Enterprise + 087808 + Samsung Electronics Ltd - A041A7 - NL Ministry Of Defense + 887598 + Samsung Electronics Ltd - E446DA - Xiaomi Communications Ltd + C0174D + Samsung Electronics Ltd - 1C12B0 - Amazon Technologies Inc. + 20F19E + ARRIS Group Inc. - 4CBC98 - IEEE Registration Authority + C89F42 + VDII Innovation AB - 2CF432 - Espressif Inc. + 7091F3 + Universal Electronics Inc. - 647366 - Shenzhen Siera Technology Ltd + 080069 + Silicon Graphics - 041EFA - BISSELL Homecare Inc. + 002291 + Cisco Systems Inc. - D85575 - Samsung Electronics Ltd + 10FCB6 + mirusystems Ltd - D411A3 - Samsung Electronics Ltd + 04D6AA + Samsung Electro-Mechanics(Thailand) - 04BA8D - Samsung Electronics Ltd + 50A83A + S Mobile Devices Limited - 744D28 - Routerboard.com + 6405E9 + Shenzhen WayOS Technology Crop Ltd - 00A085 - Private + A07099 + Beijing Huacan Electronics Ltd - E05A9F - IEEE Registration Authority + 48D6D5 + Google Inc. - 8C5AF8 - Beijing Xiaomi Electronics Ltd + 0C5842 + DME Micro - D45800 - Fiberhome Telecommunication Technologies Ltd + B810D4 + Masimo Corporation - 90842B - LEGO System A/S + BC825D + Mitsumi Electric Ltd - 00267E - Parrot SA + D0666D + Shenzhen Bus-Lan Technology Ltd - 2C557C - Shenzhen YOUHUA Technology Ltd + 08152F + Samsung Electronics Ltd ARTIK - F4BCDA - Shenzhen Jingxun Software Telecommunication Technology Ltd + F4F5DB + Xiaomi Communications Ltd - 000915 - CAS Corp. + CC2237 + IEEE Registration Authority - 58D9C3 - Motorola Mobility LLC, a Lenovo Company + 38D620 + Limidea Concept Pte Ltd - 2C73A0 - Cisco Systems Inc. + 74F91A + Onface - 443E07 - Electrolux + A434F1 + Texas Instruments - 8485E6 - Guangdong Asano Technology Ltd + 186024 + Hewlett-Packard Company - 3C8375 - Microsoft Corporation + BC3D85 + Huawei Technologies Ltd - 000AA8 - ePipe Pty Ltd + 2054FA + Huawei Technologies Ltd - 0029C2 - Cisco Systems Inc. + 38378B + Huawei Technologies Ltd - 187C0B - Ruckus Wireless + 745C4B + GN Audio A/S - D47B35 - NEO Monitors AS + 00149D + Sound ID Inc. - 000878 - Benchmark Storage Innovations + A8E824 + Inim Electronics S.R.L. - 6CF37F - Aruba Networks HP + 104963 + Harting K.K. - 140708 - Private + 8CD48E + Itel Mobile Limited - 78A7EB - 1MORE + 642B8A + ALL BEST Industrial Ltd - 485D36 - Verizon + B8EE0E + Sagemcom Broadband SAS - 20C047 - Verizon + ECD09F + Xiaomi Communications Ltd - 346B46 - Sagemcom Broadband SAS + 78E103 + Amazon Technologies Inc. - 7C604A - Avelon + 000659 + EAL (Apeldoorn) B.V. - 186472 - Aruba Networks HP + E4EC10 + Nokia Corporation - 84D47E - Aruba Networks HP + 002692 + Mitsubishi Electric Corporation - 24DEC6 - Aruba Networks HP + 8CC121 + Panasonic Corporation AVC Networks Company - 0017A0 - RoboTech srl + EC0441 + Shenzhen TIGO Semiconductor Ltd - 103D0A - Hui Zhou Gaoshengda Technology Ltd + ACBE75 + Ufine Technologies Ltd - 942790 - TCT mobile Ltd + 00C08F + Panasonic Electric Works Ltd - A41791 - Shenzhen Decnta Technology Ltd + B0350B + Mobiwire Mobiles (Ningbo) Ltd - 34DAB7 - ZTE Corporation + 28A6AC + seca GmbH & Co. kg - 109C70 - Prusa Research s.r.o. + A8BE27 + Apple - E84C56 - Intercept Services Limited + C0A53E + Apple - A41908 - Fiberhome Telecommunication Technologies Ltd + 444E6D + AVM Audiovisuelles Marketing und Computersysteme GmbH - 38AFD0 - Private + 90B1E0 + Beijing Nebula Link Technology Ltd - 80D336 - Cern + 6C090A + Gematica SRL - 64255E - Observint Technologies Inc. + 70E1FD + Flextronics - 90940A - Analog Devices Inc. + 74E60F + Tecno Mobile Limited - 40B076 - ASUSTek Computer Inc. + 001AA7 + Torian Wireless - D43D39 - Dialog Semiconductor + 0CB459 + Marketech International Corp. - 0014A5 - Gemtek Technology Ltd + 8014A8 + Guangzhou V-SOLUTION Electronic Technology Ltd - C0B5D7 - Chongqing Fugui Electronics Ltd + 409BCD + D-Link International - D4AD71 - Cisco Systems Inc. + 002EC7 + Huawei Technologies Ltd - 702B1D - E-Domus International Limited + 488EEF + Huawei Technologies Ltd - F085C1 - Shenzhen RF-Link Technology Ltd + 547595 + TP-Link Technologies Ltd - 4CDD7D - LHP Telematics LLC + C47154 + TP-Link Technologies Ltd - B8BC5B - Samsung Electronics Ltd + 586163 + Quantum Networks (SG) Pte Ltd - 108EBA - Molekule + EC3DFD + Shenzhen Bilian Electronic Ltd - 4C218C - Panasonic India Private limited + 94D029 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 2C4E7D - Chunghua Intelligent Network Equipment Inc. + 308454 + Guangdong Oppo Mobile Telecommunications Corp Ltd - A4F465 - Itel Mobile Limited + 5C0339 + Huawei Technologies Ltd - 4C917A - IEEE Registration Authority + F82819 + Liteon Technology Corporation - 743A65 - NEC Corporation + 0015E5 + Cheertek Inc. - 00255C - NEC Corporation + 50E971 + Jibo Inc. - 684F64 - Dell Inc. + 30F77F + S Mobile Devices Limited - CC70ED - Cisco Systems Inc. + D86C63 + Google Inc. - 907E30 - Lars + 0840F3 + Tenda Technology LtdDongguan branch - 84EB3E - Vivint Smart Home + 94FBB2 + Shenzhen Gongjin Electronics Ltd - 00A0D5 - Sierra Wireless + 001E99 + Vantanol Industrial Corporation - 18BB26 - FN-Link Technology Limited + 58B633 + Ruckus Wireless - 18B905 - Hong Kong Bouffalo Lab Limited + 5C5181 + Samsung Electronics Ltd - ECF0FE - ZTE Corporation + 608E08 + Samsung Electronics Ltd - 94A40C - Diehl Metering GmbH + 543D37 + Ruckus Wireless - 70B317 - Cisco Systems Inc. + 2CE6CC + Ruckus Wireless - B00247 - AMPAK Technology Inc. + 00227F + Ruckus Wireless - BCE796 - Wireless CCTV Ltd + 74911A + Ruckus Wireless - 948FCF - ARRIS Group Inc. + 00C05D + L&N Technologies - A8F5DD - ARRIS Group Inc. + 58C583 + Itel Mobile Limited - 44D3AD - Shenzhen TINNO Mobile Technology Corp. + 18204C + Kummler+Matter AG - 9C8275 - Yichip Microelectronics (Hangzhou) Ltd + 18D225 + Fiberhome Telecommunication Technologies Ltd - 5CCBCA - Fujian Star-NET Communication Ltd + 18B430 + Nest Labs Inc. - 28E98E - Mitsubishi Electric Corporation + 30B164 + Power Electronics International Inc. - 34F8E7 - Cisco Systems Inc. + F88A3C + IEEE Registration Authority - B0907E - Cisco Systems Inc. + A40450 + nFore Technology Inc. - 2C7360 - Earda Technologies Ltd + FC5A1D + Hitron Technologies Inc. - 508CF5 - China Mobile Group Device Ltd + 94147A + Vivo Mobile Communication Ltd - 1C549E - Universal Electronics Inc. + 3817E1 + Technicolor CH USA Inc. - E4CA12 - ZTE Corporation + 9828A6 + Compal Information (Kunshan) Ltd - D49E05 - ZTE Corporation + 943FC2 + Hewlett Packard Enterprise - 585FF6 - ZTE Corporation + 681DEF + Shenzhen CYX Technology Ltd - 40B30E - Integrated Device Technology (Malaysia) Sdn. Bhd. + B40016 + Ingenico Terminals SAS - 04CE7E - NXP France Semiconductors France + AC203E + Wuhan Tianyu Information Industry Ltd - C09AD0 - Apple + B01F29 + Helvetia Inc. - 94B01F - Apple + 880F10 + Huami Information Technology Ltd - 98CC4D - Shenzhen mantunsci Ltd + 14612F + Avaya Inc - C01B23 - Sichuan Tianyi Comheart Telecom Ltd + 00309D + Nimble Microsystems Inc. - B8C74A - Guangdong Oppo Mobile Telecommunications Corp Ltd + 8C210A + TP-Link Technologies Ltd - D8CE3A - Xiaomi Communications Ltd + 4C189A + Guangdong Oppo Mobile Telecommunications Corp Ltd - 102C6B + CC4B73 AMPAK Technology Inc. - 7485C4 - New H3C Technologies Ltd + 0015DC + KT&C Ltd - 94F6D6 - Apple + 00187D + Armorlink Co Ltd - F82D7C - Apple + F430B9 + Hewlett-Packard Company - D0BAE4 - Shanghai MXCHIP Information Technology Ltd + 0019F0 + Unionman Technology Ltd - 48D35D - Private + C8DB26 + Logitech - 80FBF0 - Quectel Wireless Solutions Ltd + A40E2B + Facebook Inc - C0132B - Sichuan Changhong Electric Ltd + AC4E2E + Shenzhen JingHanDa Electronics Ltd - 0CB4A4 - Xintai Automobile Intelligent Network Technology + 4C910C + Lanix Internacional, S.A. de C.V. - 90633B - Samsung Electronics Ltd + A47886 + Avaya Inc - FCAAB6 - Samsung Electronics Ltd + 0403D6 + Nintendo Ltd - C82E47 - Suzhou SmartChip Semiconductor Ltd + 5C1A6F + Cambridge Industries(Group) Ltd - C02250 - Koss Corporation + 3C4CD0 + Ceragon Networks - A0B549 - Arcadyan Corporation + F40E83 + ARRIS Group Inc. - 001F5A - Beckwith Electric Co. + 98F7D7 + ARRIS Group Inc. - 985D82 - Arista Networks + B4BFF6 + Samsung Electronics Ltd - 2453BF - Enernet + 2C3AE8 + Espressif Inc. - 043385 - Nanchang BlackShark Ltd + 88BD78 + Flaircomm Microelectronics,Inc. - 84E5D8 - Guangdong UNIPOE IoT Technology Ltd + 58C5CB + Samsung Electronics Ltd - A8BC9C - Cloud Light Technology Limited + 206BE7 + TP-Link Technologies Ltd - A89042 - Beijing Wanwei Intelligent Technology Ltd + 182CB4 + Nectarsoft Ltd - 18BE92 - Delta Networks Inc. + 54C9DF + FN-Link Technology Limited - 90C54A - Vivo Mobile Communication Ltd + 74F61C + HTC Corporation - BC7596 - Beijing Broadwit Technology Ltd + B8FFB3 + MitraStar Technology Corp. - 1C34DA - Mellanox Technologies Inc. + EC237B + ZTE Corporation - 2CA02F - Veroguard Systems Pty Ltd + A0C9A0 + Murata Manufacturing Ltd - 6C5C3D - IEEE Registration Authority + 982DBA + Fibergate Inc. - 782327 + 84C0EF Samsung Electronics Ltd - DCF756 - Samsung Electronics Ltd + 00A38E + Cisco Systems Inc. - 68A47D - Sun Cupid Technology (HK) Ltd + E0D55E + Giga-Byte Technology Ltd - 184B0D - Ruckus Wireless + A040A0 + Netgear - D41243 - AMPAK Technology Inc. + 000D2B + Racal Instruments - 48A6B8 - Sonos Inc. + 48A74E + ZTE Corporation - B87826 - Nintendo Ltd + BC8AE8 + Qing DAO Haier Telecom Ltd - DCCBA8 - Explora Technologies Inc + F4DE0C + ESPOD Ltd - C07878 - Flextronics Manufacturing(Zhuhai) Ltd + 3C5282 + Hewlett-Packard Company - E4B97A - Dell Inc. + 08ED02 + IEEE Registration Authority - 34DAC1 - SAE Technologies Development(Dongguan) Ltd + E8FDE8 + CeLa Link Corporation - 705DCC - EFM Networks + 28C63F + Intel Corporation - D092FA - Fiberhome Telecommunication Technologies Ltd + 88CC45 + Skyworth Digital Technology(Shenzhen) Ltd - E85AD1 - Fiberhome Telecommunication Technologies Ltd + 600837 + ivvi Scientific(Nanchang) Ltd - A823FE - LG Electronics + EC363F + Markov Corporation - E05D5C - Oy Everon Ab + 5804CB + Tianjin Huisun Technology Ltd - 688F2E - Hitron Technologies Inc. + 60D7E3 + IEEE Registration Authority - E046E5 - Gosuncn Technology Group Ltd + 1893D7 + Texas Instruments - 1C599B - Huawei Technologies Ltd + A8B86E + LG Electronics (Mobile Communications) - D4BD1E - 5VT Technologies,Taiwan Ltd + CC90E8 + Shenzhen YOUHUA Technology Ltd - BC9B68 - Technicolor CH USA Inc. + 7C4F7D + Sawwave - CCD4A1 - MitraStar Technology Corp. + 9CAC6D + Universal Electronics Inc. - 08BA5F - Qingdao Hisense Electronics Ltd + 08EA40 + Shenzhen Bilian Electronic Ltd - 10DFFC - Siemens AG + 00D095 + Alcatel-Lucent Enterprise - 847F3D - Integrated Device Technology (Malaysia) Sdn. Bhd. + 0020DA + Alcatel-Lucent Enterprise - C4FDE6 - Drtech + 6C5976 + Shanghai Tricheer Technology Ltd - CC988B - SONY Visual Products Inc. + 7C7B8B + Control Concepts Inc. - 30E3D6 - Spotify USA Inc. + 84A9C4 + Huawei Technologies Ltd - 9CA525 - Shandong USR IOT Technology Limited + A0086F + Huawei Technologies Ltd - E0456D - China Mobile Group Device Ltd + 34CE00 + XIAOMI Electronics Ltd - 283926 - CyberTAN Technology Inc. + D06F82 + Huawei Technologies Ltd - 8CFCA0 - Shenzhen Smart Device Technology Ltd + A0F479 + Huawei Technologies Ltd - 1C427D - Guangdong Oppo Mobile Telecommunications Corp Ltd + 844765 + Huawei Technologies Ltd - 806933 + C4FF1F Huawei Technologies Ltd - BC26C7 - Cisco Systems Inc. + B83765 + Guangdong Oppo Mobile Telecommunications Corp Ltd - BC5EA1 - PsiKick Inc. + 345BBB + GD Midea Air-Conditioning Equipment Ltd - 944F4C - Sound United LLC + C40BCB + Xiaomi Communications Ltd - 18810E - Apple + 84AFEC + Buffalo Inc. - 608C4A - Apple + 5CC6E9 + Edifier International - 74B587 - Apple + 98DDEA + Infinix mobility limited - FCB6D8 - Apple + 001D44 + Krohne - 3C6A2C - IEEE Registration Authority + A8A198 + TCT mobile Ltd - 241B7A - Apple + E0C0D1 + CK Telecom (Shenzhen) Limited - 8CFE57 - Apple + ACB57D + Liteon Technology Corporation - C0A600 + D4619D Apple - 18E829 - Ubiquiti Networks Inc. + D0498B + Zoom Server - E0C286 - Aisai Communication Technology Ltd + 0827CE + Nagano Keiki Ltd - 7405A5 - TP-Link Technologies Ltd + C0D3C0 + Samsung Electronics Ltd - 286DCD - Beijing Winner Microelectronics Ltd + 948BC1 + Samsung Electronics Ltd - 541031 - Smarto + 14568E + Samsung Electronics Ltd - 44A466 - Groupe Ldlc + 14BD61 + Apple - D80D17 - TP-Link Technologies Ltd + 503A7D + AlphaTech PLC Int'l Ltd - 18C2BF - Buffalo Inc. + F4C4D6 + Shenzhen Xinfa Electronic Ltd - E81CBA - Fortinet Inc. + 6837E9 + Amazon Technologies Inc. - F0B014 - AVM Audiovisuelles Marketing und Computersysteme GmbH + 2CA17D + ARRIS Group Inc. - 1889A0 - Wuhan Funshion Online Technologies Ltd + D83214 + Tenda Technology LtdDongguan branch - 0C2A86 - Fiberhome Telecommunication Technologies Ltd + 10954B + Megabyte Ltd - FC61E9 - Fiberhome Telecommunication Technologies Ltd + D8325A + Shenzhen YOUHUA Technology Ltd - 405662 - GuoTengShengHua Electronics Ltd + 9CDA3E + Intel Corporation - E4DB6D - Beijing Xiaomi Electronics Ltd + 002CC8 + Cisco Systems Inc. - 00A0D1 - Inventec Corporation + C0028D + WINSTAR Display Ltd - 0018CC - Axiohm SAS + E89FEC + Chengdu KT Electronic HI-Tech Ltd - 001827 - NEC Unified Solutions Nederland B.V. + 802689 + D-Link International - 009004 - 3Com Europe Ltd + F8AB05 + Sagemcom Broadband SAS - 00068C - 3Com Corporation + 7C5049 + Apple - 02608C - 3Com Corporation + E47DEB + Shanghai Notion Information Technology Ltd - 00D0D8 - 3Com Corporation + C4B9CD + Cisco Systems Inc. - 18937F - AMPAK Technology Inc. + D461FE + Hangzhou H3C Technologies Ltd - A43523 - Guangdong Donyan Network Technologies Ltd + 2C4D54 + ASUSTek Computer Inc. - B4A94F - Mercury Corporation + 349672 + TP-Link Technologies Ltd - 803AF4 - Fiberhome Telecommunication Technologies Ltd + 64B473 + Xiaomi Communications Ltd - 48A0F8 - Fiberhome Telecommunication Technologies Ltd + 7451BA + Xiaomi Communications Ltd - F85E3C - Shenzhen Zhibotong Electronics Ltd + 6CB4A7 + Landauer Inc. - 283E76 - Common Networks + 7802F8 + Xiaomi Communications Ltd - DC3979 - Cisco Systems Inc. + 00238A + Ciena Corporation + + + 001081 + DPS Inc. + + + 40F385 + IEEE Registration Authority + + + 887873 + Intel Corporation - 0C5331 - ETH Zurich + F87588 + Huawei Technologies Ltd - DC9088 + F44C7F Huawei Technologies Ltd - 54812D - PAX Computer Technology(Shenzhen) Ltd + 28A24B + Juniper Networks - 0C9A42 - FN-Link Technology Limited + 080027 + PCS Systemtechnik GmbH - 000809 - Systemonic AG + F8A5C5 + Cisco Systems Inc. - 8C41F4 - IPmotion GmbH + 7C5A1C + Sophos Ltd - 704F08 - Shenzhen Huisheng Information Technology Ltd + B0F1EC + AMPAK Technology Inc. - 8835C1 - OI Electric Ltd + 542B57 + Night Owl SP - 3042A1 - ilumisys Inc. DBA Toggled + 501E2D + StreamUnlimited Engineering GmbH - 0026B7 - Kingston Technology Company Inc. + E45D51 + SFR - 28D0CB - Cambridge Communication Systems Ltd + EC01EE + Guangdong Oppo Mobile Telecommunications Corp Ltd - 4062EA - China Mobile Group Device Ltd + 6049C1 + Avaya Inc - 4C0FC7 - Earda Technologies Ltd + 702084 + Hon Hai Precision Ind Ltd - 80A796 - Neurotek LLC + 9C6650 + Glodio Technolies Ltd Tianjin Branch - CC2119 - Samsung Electronics Ltd + A0A33B + Huawei Technologies Ltd - 302303 - Belkin International Inc. + 7C67A2 + Intel Corporation - 9CF6DD - IEEE Registration Authority + 00E05A + Galea Network Security - 001E80 - Icotera A/S + 48A380 + Gionee Communication Equipment Ltd - 48881E - EthoSwitch LLC + 94652D + OnePlus Technology (Shenzhen) Ltd - 3C71BF - Espressif Inc. + 1CB857 + Becon Technologies Ltd - 000393 - Apple + 682737 + Samsung Electronics Ltd - 0000C3 - Harris Corporation + F06E32 + Microtel Innovation S.R.L. - 304B07 - Motorola Mobility LLC, a Lenovo Company + 54C415 + Hangzhou Hikvision Digital Technology Ltd - 345ABA - tcloud Intelligence + 3CF862 + Intel Corporation - 502FA8 - Cisco Systems Inc. + 2816AD + Intel Corporation - 902BD2 - Huawei Technologies Ltd + 0060D3 + AT&T - 08D59D - Sagemcom Broadband SAS + 848DC7 + Cisco SPVTG - C08359 - IEEE Registration Authority + 001992 + Adtran Inc - EC83D5 - GIRD Systems Inc + 045D4B + Sony Corporation - 14942F - Usys Ltd + 78AF58 + Gimasi SA - FCB10D - Shenzhen Tian Kun Technology Ltd + 90505A + unGlue Inc. - 20F77C - Vivo Mobile Communication Ltd + 8C9351 + Jigowatts Inc. - 001EEC - Compal Information (Kunshan) Ltd + D838FC + Ruckus Wireless - F0761C - Compal Information (Kunshan) Ltd + 3478D7 + Gionee Communication Equipment Ltd - 0004AE - Sullair Corporation + 5CCCA0 + Gridwiz Inc. - 00451D - Cisco Systems Inc. + 6831FE + Teladin Ltd - A0D635 - WBS Technology + 5800E3 + Liteon Technology Corporation - 34800D - Cavium Inc + 2C0BE9 + Cisco Systems Inc. - B44BD6 - IEEE Registration Authority + C43018 + MCS Logic Inc. - D8912A - ZyXEL Communications Corp + D0FF98 + Huawei Technologies Ltd - 3C427E - IEEE Registration Authority + B0E5ED + Huawei Technologies Ltd - 000BA3 - Siemens AG + C486E9 + Huawei Technologies Ltd - 000C8A - Bose Corporation + 000AE4 + Wistron Corporation - 243A82 - Irts + 344B3D + Fiberhome Telecommunication Technologies Ltd - 880907 - MKT Systemtechnik GmbH & Co. KG + FC3CE9 + Tsingtong Technologies Ltd - 58A48E - PixArt Imaging Inc. + A408F5 + Sagemcom Broadband SAS - 30D659 - Merging Technologies SA + 00B091 + Transmeta Corp. - 702AD5 - Samsung Electronics Ltd + ACC662 + MitraStar Technology Corp. - 889765 - exands + 886B44 + Sunnovo International Limited - 386E88 - ZTE Corporation + A4580F + IEEE Registration Authority - B88584 - Dell Inc. + C8F733 + Intel Corporation - 40EEDD - Huawei Technologies Ltd + E0A700 + Verkada Inc - B01886 - SmarDTV + 58404E + Apple - AC751D - Huawei Technologies Ltd + D0C5F3 + Apple - 289E97 - Huawei Technologies Ltd + BC9FEF + Apple - 001525 - Chamberlain Access Solutions + 20AB37 + Apple - 001EB0 - ImesD Electronica S.L. + 60F445 + Apple - 641C67 - Digibras Industria DO Brasils/A + 48F97C + Fiberhome Telecommunication Technologies Ltd - 60058A - Hitachi Metals Ltd + 40B93C + Hewlett Packard Enterprise - BC22FB - RF Industries + C0BFC0 + Huawei Technologies Ltd - 0080B6 - Mercury Systems - Trusted Mission Solutions Inc. + 9CD9CB + Lesira Manufacturing Pty Ltd - 08512E - Orion Diagnostica Oy + 94E979 + Liteon Technology Corporation - 98A404 - Ericsson AB + A03D6F + Cisco Systems Inc. - 00CC3F - Universal Electronics Inc. + A0E0AF + Cisco Systems Inc. - 74B91E - Nanjing Bestway Automation System Ltd + 4CB81C + SAM Electronics GmbH - A019B2 - IEEE Registration Authority + 003048 + Super Micro Computer Inc. - 8C15C7 - Huawei Technologies Ltd + 44D244 + Seiko Epson Corporation - 60FA9D + A08CF8 Huawei Technologies Ltd - DC9914 - Huawei Technologies Ltd + 7CF95C + U.I. Lapp GmbH - 4C3FD3 - Texas Instruments + A4E6B1 + Shanghai Joindata Technology Ltd - B05365 - China Mobile IOT Company Limited + C09C04 + Shaanxi GuoLian Digital TV Technology Ltd - 308841 - Sichuan AI-Link Technology Ltd + ACD657 + Shaanxi GuoLian Digital TV Technology Ltd - 44EFCF - UGENE SOLUTION Inc. + 007686 + Cisco Systems Inc. - 304596 - Huawei Technologies Ltd + 8C2FA6 + Solid Optics B.V. - C0F4E6 - Huawei Technologies Ltd + 8C192D + IEEE Registration Authority - 74EB80 - Samsung Electronics Ltd + 00ACE0 + ARRIS Group Inc. - 0CE0DC - Samsung Electronics Ltd + 007532 + Inid BV - D868C3 - Samsung Electronics Ltd + 6473E2 + Arbiter Systems Inc. - C493D9 - Samsung Electronics Ltd + 88C626 + Logitech Inc. - A82BB9 - Samsung Electronics Ltd + D0608C + ZTE Corporation - ACFD93 - Weifang Goertek Electronics Ltd + AC233F + Shenzhen Minew Technologies Ltd - 00B8C2 - Heights Telecom T Ltd + 7C03C9 + Shenzhen YOUHUA Technology Ltd - F4BF80 - Huawei Technologies Ltd + B8E937 + Sonos Inc. - 000E8F - Sercomm Corporation. + E45D52 + Avaya Inc - A0E617 - Matis + 0023F7 + Private - 7001B5 - Cisco Systems Inc. + 3C80AA + Ransnet Singapore Pte Ltd - 001F49 - Manhattan TV Ltd + B49691 + Intel Corporation - 88D652 - AMERGINT Technologies + C82158 + Intel Corporation - FC90FA - Independent Technologies + 2420C7 + Sagemcom Broadband SAS - D0B214 - PoeWit Inc + D4C8B0 + Prime Electronics & Satellitics Inc. - C42456 - Palo Alto Networks + 446AB7 + ARRIS Group Inc. - B4B686 - Hewlett-Packard Company + 701CE7 + Intel Corporation - 4CEDFB - ASUSTek Computer Inc. + 9C2A70 + Hon Hai Precision Ind Ltd - 7C2EBD - Google Inc. + 703D15 + Hangzhou H3C Technologies Ltd - 6CAF15 - Webasto SE + E49E12 + Freebox SAS - E4E130 - TCT mobile Ltd + 0481AE + Clack Corporation - 0C2138 - Hengstler GmbH + 9C13AB + Chanson Water Ltd - E46059 - Pingtek Ltd + 98E476 + Zentan - E0191D + 14A51A Huawei Technologies Ltd - 68D1BA - Shenzhen YOUHUA Technology Ltd + 047503 + Huawei Technologies Ltd - 1C1AC0 - Apple + 3CEF8C + Zhejiang Dahua Technology Ltd - 3078C2 - Innowireless / QUCELL Networks + A4D9A4 + neXus ID Solutions AB - 4050B5 - Shenzhen New Species Technology Ltd + 484D7E + Dell Inc. - 3C15FB - Huawei Technologies Ltd + D4E90B + CVT Ltd - CC934A - Sierra Wireless + CCB0DA + Liteon Technology Corporation - 00CFC0 - China Mobile Group Device Ltd + 18F292 + Shannon Systems - DC330D - Qing DAO Haier Telecom Ltd + 8CEA1B + Edgecore Networks Corporation - 688975 - nuoxc + E02CF3 + MRS Electronic GmbH - 40F04E - Integrated Device Technology (Malaysia) Sdn. Bhd. + 50B363 + Digitron da Amazonia S/A - 0021F2 - EASY3CALL Technology Limited + 2C0E3D + Samsung Electro-Mechanics(Thailand) - 0015C4 - Flovel Ltd + 58E16C + Ying Hua Information Technology (Shanghai) Ltd - 0011E6 - Scientific Atlanta + 9C7DA3 + Huawei Technologies Ltd - 24F128 - Telstra + A4C64F + Huawei Technologies Ltd - E0383F - ZTE Corporation + CCFD17 + TCT mobile Ltd - D47226 - ZTE Corporation + DC9FDB + Ubiquiti Networks Inc. - 40831D - Apple + 002722 + Ubiquiti Networks Inc. - DCD3A2 - Apple + 00156D + Ubiquiti Networks Inc. - 5C1DD9 - Apple + 00D78F + Cisco Systems Inc. - 800588 - Ruijie Networks Ltd + 2CBABA + Samsung Electronics Ltd - F00E1D - Megafone Limited + 40D3AE + Samsung Electronics Ltd - 88AE07 - Apple + 2CDD95 + Taicang T&W Electronics - 68FEF7 + 88E87F Apple - AC35EE - FN-Link Technology Limited - - - 881196 - Huawei Technologies Ltd - - - E40EEE - Huawei Technologies Ltd - - - 28D997 - Yuduan Mobile Ltd + 9CF48E + Apple - 301F9A - IEEE Registration Authority + 5CF7E6 + Apple - 0C2C54 - Huawei Technologies Ltd + B853AC + Apple - D4C19E - Ruckus Wireless + 203CAE + Apple - 70695A - Cisco Systems Inc. + A03BE3 + Apple - 00BF77 - Cisco Systems Inc. + 4C3275 + Apple - D07714 - Motorola Mobility LLC, a Lenovo Company + 487A55 + ALE International - 30B7D4 - Hitron Technologies Inc. + 001EAE + Continental Automotive Systems Inc. - B481BF - Meta-Networks LLC + 502B73 + Tenda Technology LtdDongguan branch - 946AB0 - Arcadyan Corporation + 04BA36 + Li Seng Technology Ltd - 4818FA - Nocsys + 107223 + Tellescom Industria E Comercio EM Telecomunicacao - 587A6A - Guangdong Oppo Mobile Telecommunications Corp Ltd + E0686D + Raybased AB - A038F8 - OURA Health Oy + 1861C7 + lemonbeat GmbH - 687924 - ELS-GmbH & Co. KG + 9CDC71 + Hewlett Packard Enterprise - 28FD80 - IEEE Registration Authority + B4F81E + Kinova - 0CAE7D - Texas Instruments + D03DC3 + AQ Corporation - 304511 - Texas Instruments + EC01E2 + Foxconn Interconnect Technology - E81AAC - ORFEO SOUNDWORKS Inc. + B4E782 + Vivalnk - 000758 - DragonWave Inc. + 4409B8 + Salcomp (Shenzhen) Ltd - F0FCC8 - ARRIS Group Inc. + 3816D1 + Samsung Electronics Ltd - F8DF15 - Sunitec Enterprise Ltd + D0176A + Samsung Electronics Ltd - 001DB5 - Juniper Networks + D48890 + Samsung Electronics Ltd - B02680 - Cisco Systems Inc. + 5492BE + Samsung Electronics Ltd - D49398 - Nokia Corporation + 205D47 + Vivo Mobile Communication Ltd - 001937 - CommerceGuard AB + 10C60C + Domino UK Ltd - FC7C02 - Phicomm (Shanghai) Ltd + 043110 + Inspur Group Ltd - A8610A - Arduino AG + 949AA9 + Microsoft Corporation - 6097DD - MicroSys Electronics GmbH + ACAB2E + Beijing LasNubes Technology Ltd - 047970 - Huawei Technologies Ltd + 600B03 + Hangzhou H3C Technologies Ltd - A057E3 - Huawei Technologies Ltd + A0AB1B + D-Link International - 1CB044 - Askey Computer Corp + D842E2 + Canary Connect Inc. - F4844C - Texas Instruments + C8B21E + Chipsea Technologies (Shenzhen) Corp. - B4F2E8 - ARRIS Group Inc. + 000678 + D&M Holdings Inc. - 3C574F - China Mobile Group Device Ltd + E0286D + AVM Audiovisuelles Marketing und Computersysteme GmbH - D49CF4 - Palo Alto Networks + 884CCF + Pulzze Systems Inc. - 8C1645 - LCFC(HeFei) Electronics Technology Ltd + 500959 + Technicolor CH USA Inc. - 689861 - Beacon Inc + E41218 + Shenzhen Rapoo Technology Ltd - 609813 - Shanghai Visking Digital Technology Ltd + 001984 + ESTIC Corporation - 506B4B - Mellanox Technologies Inc. + 001628 + Magicard Ltd - B41C30 + 702E22 ZTE Corporation - 705AAC - Samsung Electronics Ltd - - - 2C9569 - ARRIS Group Inc. + C8E776 + PTCOM Technology - A039EE - Sagemcom Broadband SAS + 000278 + Samsung Electro Mechanics Ltd - E4CB59 - Beijing Loveair Science and Technology Ltd + 002399 + Samsung Electronics Ltd - B4E62D - Espressif Inc. + 0017C9 + Samsung Electronics Ltd - 847460 - ZTE Corporation + 906EBB + Hon Hai Precision Ind Ltd - 4C82CF - Dish Technologies Corp + 18F46A + Hon Hai Precision Ind Ltd - 285767 - Dish Technologies Corp + 4C0F6E + Hon Hai Precision Ind Ltd - 70169F - EtherCAT Technology Group + 78E400 + Hon Hai Precision Ind Ltd - 68EF43 - Apple + 00212F + Phoebe Micro Inc. - D02B20 - Apple + 3859F9 + Hon Hai Precision Ind Ltd - 2C61F6 - Apple + EC55F9 + Hon Hai Precision Ind Ltd - D4A33D - Apple + C4731E + Samsung Electronics Ltd - F0766F - Apple + 5C0A5B + Samsung Electro Mechanics Ltd - 4098AD - Apple + 7CE9D3 + Hon Hai Precision Ind Ltd - 6C4D73 - Apple + 1C3E84 + Hon Hai Precision Ind Ltd - 1CA0B8 + B8763F Hon Hai Precision Ind Ltd - D88466 - Extreme Networks Inc. + 60F494 + Hon Hai Precision Ind Ltd - 000496 - Extreme Networks Inc. + 8056F2 + Hon Hai Precision Ind Ltd - 00E02B - Extreme Networks Inc. + 7CF854 + Samsung Electronics Ltd - 5C0E8B - Extreme Networks Inc. + 001B98 + Samsung Electronics Ltd - 7467F7 - Extreme Networks Inc. + 001A8A + Samsung Electronics Ltd - E43022 - Hanwha Techwin Security Vietnam + 3C5A37 + Samsung Electronics Ltd - 044F17 - HUMAX Ltd + F49F54 + Samsung Electronics Ltd - 5C4A1F - Sichuan Tianyi Comheart Telecomco Ltd + 34C3AC + Samsung Electronics Ltd - E48F34 - Vodafone Italia S.p.A. + 44F459 + Samsung Electronics Ltd - 685ACF + 00265D Samsung Electronics Ltd - 0CA8A7 + CCF9E8 Samsung Electronics Ltd - B0672F - Bowers & Wilkins + D857EF + Samsung Electronics Ltd - 10CD6E - Fisys + 18E2C2 + Samsung Electronics Ltd - D86375 - Xiaomi Communications Ltd + 9852B1 + Samsung Electronics Ltd - D89C67 - Hon Hai Precision Ind Ltd + E440E2 + Samsung Electronics Ltd - 64209F - Tilgin AB + 103B59 + Samsung Electronics Ltd - A43E51 - Anov France + D890E8 + Samsung Electronics Ltd - 702605 - SONY Visual Products Inc. + C462EA + Samsung Electronics Ltd - 0090F1 - Seagate Cloud Systems Inc + 14F42A + Samsung Electronics Ltd - 845A81 - ffly4u + 0808C2 + Samsung Electronics Ltd - CC81DA - Phicomm (Shanghai) Ltd + CCFE3C + Samsung Electronics Ltd - 00806C - Secure Systems & Services + 28BAB5 + Samsung Electronics Ltd - 007263 - Netcore Technology Inc. + 182666 + Samsung Electronics Ltd - 1C27DD - Datang Gohighsec(zhejiang)Information Technology Ltd + 30D6C9 + Samsung Electronics Ltd - B8C8EB - Itel Mobile Limited + CC07AB + Samsung Electronics Ltd - 80C5F2 - Azurewave Technologies Inc. + 002567 + Samsung Electronics Ltd - 64F88A - China Mobile IOT Company Limited + BCB1F3 + Samsung Electronics Ltd - 68DB54 - Phicomm (Shanghai) Ltd + 1C62B8 + Samsung Electronics Ltd - B45253 - Seagate Technology + B43A28 + Samsung Electronics Ltd - 0011C6 - Seagate Technology + 78A873 + Samsung Electronics Ltd - 001D38 - Seagate Technology + 001C43 + Samsung Electronics Ltd - 005013 - Seagate Cloud Systems Inc + 0023D6 + Samsung Electronics Ltd - C8DF84 - Texas Instruments + E4121D + Samsung Electronics Ltd - 240D6C - Smnd + 44D6E1 + Snuza International Pty Ltd - 48555C - Wu Qi Technologies,Inc. + FC9114 + Technicolor CH USA Inc. - 18F0E4 - Xiaomi Communications Ltd + 486DBB + Vestel Elektronik San ve Tic. A.S. - 588A5A - Dell Inc. + 002A10 + Cisco Systems Inc. - 9C8C6E - Samsung Electronics Ltd + 00A289 + Cisco Systems Inc. - DC4F22 - Espressif Inc. + 44E9DD + Sagemcom Broadband SAS - F86CE1 - Taicang T&W Electronics + 000F5E + Veo - 1C7328 - Connected Home + 001328 + Westech Korea Inc., - D8E004 - Vodia Networks Inc + B8BF83 + Intel Corporation - 2CFDAB - Motorola (Wuhan) Mobility Technologies Communication Ltd + 8C6102 + Beijing Baofengmojing Technologies Ltd - 30B4B8 - LG Electronics + 548CA0 + Liteon Technology Corporation - 380E4D - Cisco Systems Inc. + 7C79E8 + PayRange Inc. - 3873EA - IEEE Registration Authority + A43111 + ZIV - 4C5262 - Fujitsu Technology Solutions GmbH + 008073 + DWB Associates - 803BF6 - Look Easy International Limited + 80A1D7 + Shanghai DareGlobal Technologies Ltd - 30EB1F - Skylab M&C Technology Ltd + EC1F72 + Samsung Electro-Mechanics(Thailand) - 549A4C - Guangdong Homecare Technology Ltd + 8C0D76 + Huawei Technologies Ltd - EC1D8B - Cisco Systems Inc. + 84BE52 + Huawei Technologies Ltd - EC7097 - ARRIS Group Inc. + 849FB5 + Huawei Technologies Ltd - 5819F8 - ARRIS Group Inc. + A4CAA0 + Huawei Technologies Ltd - D07FC4 - Ou Wei Technology Ltd Of Shenzhen City + 84E0F4 + IEEE Registration Authority - 1479F3 - China Mobile Group Device Ltd + D83062 + Apple - 0CCEF6 - Guizhou Fortuneship Technology Ltd + D0E54D + ARRIS Group Inc. - 1806FF - Acer Computer(Shanghai) Limited. + A0C562 + ARRIS Group Inc. - C4CD82 - Hangzhou Lowan Information Technology Ltd + 8496D8 + ARRIS Group Inc. - 30FB94 - Shanghai Fangzhiwei Information Technology Ltd + 0026D9 + ARRIS Group Inc. - 0023A0 - Hana CNS Ltd + E8508B + Samsung Electro-Mechanics(Thailand) - F406A5 - Hangzhou Bianfeng Networking Technology Ltd + F8042E + Samsung Electro-Mechanics(Thailand) - A4B52E - Integrated Device Technology (Malaysia) Sdn. Bhd. + 00D037 + ARRIS Group Inc. - 3CA581 - Vivo Mobile Communication Ltd + 84E058 + ARRIS Group Inc. - 34E911 - Vivo Mobile Communication Ltd + 707630 + ARRIS Group Inc. - 64CBA3 - Pointmobile + 04BBF9 + Pavilion Data Systems Inc - ECFABC - Espressif Inc. + E4BEED + Netcore Technology Inc. - 08BA22 - Swaive Corporation + 58FB84 + Intel Corporation - 28C13C - Hon Hai Precision Ind Ltd + 00C017 + NetAlly - B0ECE1 - Private + 5CB066 + ARRIS Group Inc. - 60E78A - Unisem + BC8AA3 + NHN Entertainment - 282986 - APC by Schneider Electric + A8BD27 + Hewlett Packard Enterprise - 707DB9 - Cisco Systems Inc. + 345760 + MitraStar Technology Corp. - 08BEAC - Edimax Technology Ltd + C0D391 + IEEE Registration Authority - 248BE0 - Sichuan Tianyi Comheart Telecomco Ltd + D49B5C + Chongqing Miedu Technology Ltd - 002424 - Ace Axis Limited + E8EB11 + Texas Instruments - 50C9A0 - Skipper AS + 44BFE3 + Shenzhen Longtech Electronics Ltd - 7483EF - Arista Networks + 3C6FEA + Panasonic India Pvt Ltd - 00E0F6 - Decision Europe + 002261 + Frontier Silicon Ltd - CC2DE0 - Routerboard.com + 001988 + Wi2Wi Inc. - 00BF61 - Samsung Electronics Ltd + 18DC56 + Yulong Computer Telecommunication Scientific (Shenzhen) Ltd - 7867D7 - Apple + 0016F2 + Dmobile System Ltd - B8C111 - Apple + 34074F + AccelStor Inc. - 1046B4 - FormericaOE + B4A984 + Symantec Corporation - 9CE33F - Apple + B0B28F + Sagemcom Broadband SAS - 386B1C - Shenzhen Mercury Communication Technologies Ltd + 441441 + AudioControl Inc. - DC5583 - Guangdong Oppo Mobile Telecommunications Corp Ltd + C88D83 + Huawei Technologies Ltd - 001248 - Dell EMC + 00E011 + Uniden Corporation - 006048 - Dell EMC + 002555 + Visonic Technologies 1993 Ltd - 7CC95A - Dell EMC + 58986F + Revolution Display - D00401 - Motorola Mobility LLC, a Lenovo Company + C81FBE + Huawei Technologies Ltd - 742857 - Mayfield Robotics + 203DB2 + Huawei Technologies Ltd - 589043 - Sagemcom Broadband SAS + 48D539 + Huawei Technologies Ltd - B4A382 - Hangzhou Hikvision Digital Technology Ltd + 001F9A + Nortel Networks - 9C9C40 - Sichuan Tianyi Comheart Telecomco Ltd + 000A0E + Invivo Research Inc. - A407B6 - Samsung Electronics Ltd + 001660 + Nortel Networks - 40498A - Synapticon GmbH + 001E7E + Nortel Networks - 389D92 - Seiko Epson Corporation + 001365 + Nortel Networks - 8C0F83 - Angie Hospitality LLC + 000438 + Nortel Networks - DC68EB - Nintendo Ltd + 000EC0 + Nortel Networks - E8361D - Sense Labs Inc. + D84FB8 + LG Electronics - 087808 - Samsung Electronics Ltd + 000AEB + TP-Link Technologies Ltd - 887598 - Samsung Electronics Ltd + 2C3731 + Shenzhen Yifang Digital Technology Ltd - C0174D - Samsung Electronics Ltd + 60EE5C + Shenzhen Fast Technologies Ltd - 20F19E - ARRIS Group Inc. + 6488FF + Sichuan Changhong Electric Ltd - C89F42 - VDII Innovation AB + 002162 + Nortel Networks - 7091F3 - Universal Electronics Inc. + 02E6D3 + Nixdorf Computer Corp. - 080069 - Silicon Graphics + 0016B9 + ProCurve Networking by HP - 002291 - Cisco Systems Inc. + C4084A + Nokia - 10FCB6 - mirusystems Ltd + 000801 + HighSpeed Surfing Inc. - 04D6AA - Samsung Electro-Mechanics(Thailand) + 000772 + Alcatel-Lucent Shanghai Bell Ltd - 50A83A - S Mobile Devices Limited + E03005 + Alcatel-Lucent Shanghai Bell Ltd - 6405E9 - Shenzhen WayOS Technology Crop Ltd + 3C404F + Guangdong Pisen Electronics Ltd - A07099 - Beijing Huacan Electronics Ltd + 0CA402 + Alcatel-Lucent IPD - 48D6D5 - Google Inc. + A0F3E4 + Alcatel-Lucent IPD - 0C5842 - DME Micro + 84DBFC + Nokia - B810D4 - Masimo Corporation + 7CFC3C + Visteon Corporation - BC825D - Mitsumi Electric Ltd + 981E0F + Jeelan (Shanghai Jeelan Technology Information Inc - D0666D - Shenzhen Bus-Lan Technology Ltd + 4888CA + Motorola (Wuhan) Mobility Technologies Communication Ltd - 08152F - Samsung Electronics Ltd ARTIK + 385610 + CANDY HOUSE Inc. - F4F5DB - Xiaomi Communications Ltd + 00A742 + Cisco Systems Inc. - F4E204 - Traqueur + 00AA70 + LG Electronics (Mobile Communications) - CC2237 - IEEE Registration Authority + F895C7 + LG Electronics (Mobile Communications) - 38D620 - Limidea Concept Pte Ltd + 84D931 + Hangzhou H3C Technologies Ltd - 74F91A - Onface + 00116E + Peplink International Ltd - A434F1 - Texas Instruments + 540955 + ZTE Corporation - 186024 - Hewlett-Packard Company + 001E75 + LG Electronics (Mobile Communications) - BC3D85 - Huawei Technologies Ltd + 001C62 + LG Electronics (Mobile Communications) - 2054FA - Huawei Technologies Ltd + 505527 + LG Electronics (Mobile Communications) - 38378B - Huawei Technologies Ltd + 88C9D0 + LG Electronics (Mobile Communications) - 745C4B - GN Audio A/S + C041F6 + LG Electronics Inc - 00149D - Sound ID Inc. + 8C3AE3 + LG Electronics (Mobile Communications) - A8E824 - Inim Electronics S.R.L. + 90A46A + Sisnet Ltd - 104963 - Harting K.K. + 14E7C8 + Integrated Device Technology (Malaysia) Sdn. Bhd. - 8CD48E - Itel Mobile Limited + ECCD6D + Allied Telesis Inc. - 642B8A - ALL BEST Industrial Ltd + 18339D + Cisco Systems Inc. - B8EE0E - Sagemcom Broadband SAS + 54276C + Jiangsu Houge Technology Corp. - ECD09F - Xiaomi Communications Ltd + 9CA3A9 + Guangzhou Juan Optical and Electronical Tech Joint Stock Ltd - 78E103 - Amazon Technologies Inc. + 7CC709 + Shenzhen RF-Link Technology Ltd - 000659 - EAL (Apeldoorn) B.V. + A03E6B + IEEE Registration Authority - E4EC10 - Nokia Corporation + 9802D8 + IEEE Registration Authority - 002692 - Mitsubishi Electric Corporation + 64FB81 + IEEE Registration Authority - 8CC121 - Panasonic Corporation AVC Networks Company + 0821EF + Samsung Electronics Ltd - EC0441 - Shenzhen TIGO Semiconductor Ltd + 34145F + Samsung Electronics Ltd - ACBE75 - Ufine Technologies Ltd + 2C265F + IEEE Registration Authority - 00C08F - Panasonic Electric Works Ltd + D0052A + Arcadyan Corporation - B0350B - Mobiwire Mobiles (Ningbo) Ltd + E4509A + HW Communications Ltd - 28A6AC - seca GmbH & Co. kg + 702900 + Shenzhen ChipTrip Technology Ltd - A8BE27 - Apple + ECAAA0 + Pegatron Corporation - C0A53E - Apple + 00E0DD + Zenith Electronics Corporation - 444E6D - AVM Audiovisuelles Marketing und Computersysteme GmbH + 50CE75 + Measy Electronics Ltd - 90B1E0 - Beijing Nebula Link Technology Ltd + 00045B + Techsan Electronics Ltd - 6C090A - Gematica SRL + 0007BA + UTStarcom Inc - 70E1FD - Flextronics + 90A210 + United Telecoms Ltd - 74E60F - Tecno Mobile Limited + 6C0B84 + Universal Global Scientific Industrial Ltd - 001AA7 - Torian Wireless + 001597 + Aeta Audio Systems - 0CB459 - Marketech International Corp. + 002397 + Westell Technologies Inc. - 8014A8 - Guangzhou V-SOLUTION Electronic Technology Ltd + 60E3AC + LG Electronics (Mobile Communications) - 409BCD - D-Link International + 90F052 + MEIZU Technology Ltd - 002EC7 - Huawei Technologies Ltd + 001639 + Ubiquam Ltd - 488EEF - Huawei Technologies Ltd + 000C29 + VMware Inc. - 547595 - TP-Link Technologies Ltd + 000569 + VMware Inc. - C47154 - TP-Link Technologies Ltd + 000B0E + Trapeze Networks - 586163 - Quantum Networks (SG) Pte Ltd + 8CFDF0 + Qualcomm Inc. - EC3DFD - Shenzhen Bilian Electronic Ltd + C4BB4C + Zebra Information Tech Ltd - 94D029 - Guangdong Oppo Mobile Telecommunications Corp Ltd + 98CF53 + BBK Educational Electronics Corp Ltd - 308454 - Guangdong Oppo Mobile Telecommunications Corp Ltd + D4A148 + Huawei Technologies Ltd - 5C0339 + D065CA Huawei Technologies Ltd - F82819 - Liteon Technology Corporation + 486B2C + BBK Educational Electronics Corp Ltd - 0015E5 - Cheertek Inc. + 6C25B9 + BBK Educational Electronics Corp Ltd - 50E971 - Jibo Inc. + 2C282D + BBK Educational Electronics Corp Ltd - 30F77F - S Mobile Devices Limited + 4813F3 + BBK Educational Electronics Corp Ltd - D86C63 - Google Inc. + 00409F + Telco Systems Inc. - 0840F3 - Tenda Technology LtdDongguan branch + 00001F + Telco Systems Inc. - 94FBB2 - Shenzhen Gongjin Electronics Ltd + 00A012 + Telco Systems Inc. - 001E99 - Vantanol Industrial Corporation + 8CEBC6 + Huawei Technologies Ltd - 58B633 - Ruckus Wireless + B08900 + Huawei Technologies Ltd - 5C5181 - Samsung Electronics Ltd + 78CB68 + Daehap Hyper-Tech - 608E08 - Samsung Electronics Ltd + 34ED0B + Shanghai XZ-CoM Ltd - 543D37 - Ruckus Wireless + F0DEF1 + Wistron Infocomm (Zhongshan) Corporation - 2CE6CC - Ruckus Wireless + F80F41 + Wistron Infocomm (Zhongshan) Corporation - 00227F - Ruckus Wireless + 3C970E + Wistron InfoComm(Kunshan) Ltd - 74911A - Ruckus Wireless + 30144A + Wistron Neweb Corporation - 00C05D - L&N Technologies + 4C0BBE + Microsoft Corporation - 58C583 - Itel Mobile Limited + 0C2576 + Longcheer Telecommunication Limited - 18204C - Kummler+Matter AG + D8D43C + Sony Corporation - 18D225 - Fiberhome Telecommunication Technologies Ltd + E4029B + Intel Corporation - 18B430 - Nest Labs Inc. + DC1AC5 + Vivo Mobile Communication Ltd - 30B164 - Power Electronics International Inc. + F45EAB + Texas Instruments - F88A3C - IEEE Registration Authority + A8FCB7 + Consolidated Resource Imaging - A40450 - nFore Technology Inc. + 00C000 + Lanoptics Ltd - FC5A1D - Hitron Technologies Inc. + 845181 + Samsung Electronics Ltd - 94147A - Vivo Mobile Communication Ltd + B0C287 + Technicolor CH USA Inc. - 3817E1 + CC3540 Technicolor CH USA Inc. - 9828A6 - Compal Information (Kunshan) Ltd + 8C04FF + Technicolor CH USA Inc. - 943FC2 - Hewlett Packard Enterprise + FC94E3 + Technicolor CH USA Inc. - 681DEF - Shenzhen CYX Technology Ltd + B88D12 + Apple - B40016 - Ingenico Terminals SAS + 90EF68 + ZyXEL Communications Corp - AC203E - Wuhan Tianyu Information Industry Ltd + C816BD + Qingdao Hisense Communications Ltd - B01F29 - Helvetia Inc. + 00EBD5 + Cisco Systems Inc. - 880F10 - Huami Information Technology Ltd + C48F07 + Shenzhen Yihao Hulian Science and Technology Ltd - 14612F - Avaya Inc + DC7834 + Logicom SA - 00309D - Nimble Microsystems Inc. + CCCC81 + Huawei Technologies Ltd - 8C210A - TP-Link Technologies Ltd + 6C9522 + Scalys - 4C189A - Guangdong Oppo Mobile Telecommunications Corp Ltd + B456B9 + Teraspek Technologies Ltd - CC4B73 - AMPAK Technology Inc. + 9CDD1F + Intelligent Steward Ltd - 0015DC - KT&C Ltd + 3C6816 + VXi Corporation - 00187D - Armorlink Co Ltd + E811CA + Shandong Kaer Electric Ltd - F430B9 - Hewlett-Packard Company + 70288B + Samsung Electronics Ltd - 0019F0 - Unionman Technology Ltd + 348A7B + Samsung Electronics Ltd - C8DB26 - Logitech + D0577B + Intel Corporation - A40E2B - Facebook Inc + 78009E + Samsung Electronics Ltd - AC4E2E - Shenzhen JingHanDa Electronics Ltd + ACC33A + Samsung Electronics Ltd - 4C910C - Lanix Internacional, S.A. de C.V. + 54F201 + Samsung Electronics Ltd - A47886 - Avaya Inc + C4A366 + ZTE Corporation - 0403D6 - Nintendo Ltd + 6073BC + ZTE Corporation - 5C1A6F - Cambridge Industries(Group) Ltd + 7C3548 + Transcend Information - 3C4CD0 - Ceragon Networks + 18B169 + Sonicwall - F40E83 - ARRIS Group Inc. + 444450 + OttoQ - 98F7D7 - ARRIS Group Inc. + 50F5DA + Amazon Technologies Inc. - B4BFF6 - Samsung Electronics Ltd + 101212 + Vivo International Corporation Pty Ltd - 2C3AE8 - Espressif Inc. + C85B76 + LCFC(HeFei) Electronics Technology Ltd - 88BD78 - Flaircomm Microelectronics,Inc. + 78FFCA + Tecno Mobile Limited - 58C5CB - Samsung Electronics Ltd + 046565 + Testop - 206BE7 - TP-Link Technologies Ltd + A8BB50 + WiZ IoT Company Limited - 182CB4 - Nectarsoft Ltd + 08C021 + Huawei Technologies Ltd - 54C9DF - FN-Link Technology Limited + 600810 + Huawei Technologies Ltd - 74F61C - HTC Corporation + 48435A + Huawei Technologies Ltd - B8FFB3 - MitraStar Technology Corp. + 8C8EF2 + Apple - EC237B - ZTE Corporation + 90B0ED + Apple - A0C9A0 - Murata Manufacturing Ltd + F03EBF + Gogoro Taiwan Limited - 982DBA - Fibergate Inc. + 3C92DC + Octopod Technology Ltd - 84C0EF - Samsung Electronics Ltd + 1000FD + LaonPeople - 00A38E - Cisco Systems Inc. + C47C8D + IEEE Registration Authority - E0D55E - Giga-Byte Technology Ltd + 745C9F + TCT mobile Ltd - A040A0 - Netgear + 8C99E6 + TCT mobile Ltd - 000D2B - Racal Instruments + 449F7F + DataCore Software Corporation - 004066 - APRESIA Systems Ltd + 848319 + Hangzhou Zero Zero Technology Ltd - 48A74E - ZTE Corporation + A81559 + Breathometer Inc. - BC8AE8 - Qing DAO Haier Telecom Ltd + 70BAEF + Hangzhou H3C Technologies Ltd - F4DE0C - ESPOD Ltd + 586AB1 + Hangzhou H3C Technologies Ltd - 3C5282 - Hewlett-Packard Company + 009006 + Hamamatsu Photonics K.K. - 08ED02 - IEEE Registration Authority + 001AF4 + Handreamnet - E8FDE8 - CeLa Link Corporation + 04D3CF + Apple - 28C63F - Intel Corporation + 4882F2 + Appel Elektronik GmbH - 88CC45 - Skyworth Digital Technology(Shenzhen) Ltd + 7CB0C2 + Intel Corporation - 600837 - ivvi Scientific(Nanchang) Ltd + 001793 + Tigi Corporation - EC363F - Markov Corporation + 000358 + Hanyang Digitech Ltd - 5804CB - Tianjin Huisun Technology Ltd + C4CAD9 + Hangzhou H3C Technologies Ltd - 60D7E3 - IEEE Registration Authority + 5866BA + Hangzhou H3C Technologies Ltd - 1893D7 + E0C79D Texas Instruments - A8B86E - LG Electronics (Mobile Communications) - - - CC90E8 - Shenzhen YOUHUA Technology Ltd + 4C0B3A + TCT mobile Ltd - 7C4F7D - Sawwave + E42D02 + TCT mobile Ltd - 9CAC6D - Universal Electronics Inc. + 0CBD51 + TCT mobile Ltd - 08EA40 - Shenzhen Bilian Electronic Ltd + 4000E0 + Derek(Shaoguan)Limited - 00D095 - Alcatel-Lucent Enterprise + FCBC9C + Vimar Spa - 0020DA - Alcatel-Lucent Enterprise + 149ECF + Dell Inc. - 6C5976 - Shanghai Tricheer Technology Ltd + E80959 + Guoguang Electric Ltd - 7C7B8B - Control Concepts Inc. + D89403 + Hewlett Packard Enterprise - 84A9C4 - Huawei Technologies Ltd + E00EDA + Cisco Systems Inc. - A0086F - Huawei Technologies Ltd + D0A4B1 + Sonifex Ltd - 34CE00 - XIAOMI Electronics Ltd + F49EEF + Taicang T&W Electronics - D06F82 + C4F081 Huawei Technologies Ltd - A0F479 + 801382 Huawei Technologies Ltd - 844765 + 94FE22 Huawei Technologies Ltd - C4FF1F - Huawei Technologies Ltd + F4CC55 + Juniper Networks - A0C4A5 - Sygn House Ltd + 50DD4F + Automation Components Inc. - B83765 - Guangdong Oppo Mobile Telecommunications Corp Ltd + 341FE4 + ARRIS Group Inc. - 345BBB - GD Midea Air-Conditioning Equipment Ltd + 0024F4 + Kaminario Ltd - C40BCB - Xiaomi Communications Ltd + 001A29 + Johnson Outdoors Marine Electronics d/b/a Minnkota - 84AFEC - Buffalo Inc. + 0090AE + ITALTEL S.p.A/RF-UP-I - 5CC6E9 - Edifier International + 00177D + IDT Technology Limited - 98DDEA - Infinix mobility limited + 00A045 + PHOENIX CoNTACT Electronics GmbH - 001D44 - Krohne + 002378 + GN Netcom A/S - A8A198 - TCT mobile Ltd + 50C971 + GN Netcom A/S - E0C0D1 - CK Telecom (Shenzhen) Limited + F0407B + Fiberhome Telecommunication Technologies Ltd - 00219E - Sony Mobile Communications Inc + 94885E + Surfilter Network Technology Ltd - ACB57D - Liteon Technology Corporation + C825E1 + Lemobile Information Technology (Beijing) Ltd - D4619D - Apple + 945089 + SimonsVoss Technologies GmbH - D0498B - Zoom Server + 042AE2 + Cisco Systems Inc. - 0827CE - Nagano Keiki Ltd + E0B6F5 + IEEE Registration Authority - C0D3C0 - Samsung Electronics Ltd + 0090FA + Emulex Corporation - 948BC1 - Samsung Electronics Ltd + 00E0D5 + Emulex Corporation - 14568E - Samsung Electronics Ltd + 001035 + Elitegroup Computer Systems Ltd - 14BD61 - Apple + 000AE6 + Elitegroup Computer Systems Ltd - 54E061 - Sichuan Tianyi Comheart Telecomco Ltd + 7427EA + Elitegroup Computer Systems Ltd - 503A7D - AlphaTech PLC Int'l Ltd + 649968 + Elentec - F4C4D6 - Shenzhen Xinfa Electronic Ltd + 00409C + Transware - 6837E9 - Amazon Technologies Inc. + B01BD2 + Le Shi Zhi Xin Electronic Technology (Tianjin) Limited - 2CA17D - ARRIS Group Inc. + 54489C + Cdoubles Electronics Ltd - D83214 - Tenda Technology LtdDongguan branch + E4A1E6 + Alcatel-Lucent Shanghai Bell Ltd - 10954B - Megabyte Ltd + 84002D + Pegatron Corporation - D8325A - Shenzhen YOUHUA Technology Ltd + 408256 + Continental Automotive GmbH - 9CDA3E - Intel Corporation + 5CC7D7 + Azroad Technology Company Limited - 283F69 - Sony Mobile Communications Inc + 986B3D + ARRIS Group Inc. - 002CC8 - Cisco Systems Inc. + E0071B + Hewlett Packard Enterprise - C0028D - WINSTAR Display Ltd + 1CABC0 + Hitron Technologies Inc. - E89FEC - Chengdu KT Electronic HI-Tech Ltd + 1C3ADE + Samsung Electronics Ltd - 802689 - D-Link International + 002360 + Lookit Technology Ltd - F8AB05 - Sagemcom Broadband SAS + 84FEDC + Borqs Beijing Ltd - 7C5049 - Apple + 608334 + Huawei Technologies Ltd - E47DEB - Shanghai Notion Information Technology Ltd + E47E66 + Huawei Technologies Ltd - C4B9CD - Cisco Systems Inc. + 94DBDA + Huawei Technologies Ltd - D461FE - Hangzhou H3C Technologies Ltd + 54D9E4 + Brilliantts Ltd - 2C4D54 - ASUSTek Computer Inc. + F462D0 + Not for Radio LLC - 349672 + 98DED0 TP-Link Technologies Ltd - 64B473 - Xiaomi Communications Ltd + 508965 + Shenzhen Mercury Communication Technologies Ltd - 7451BA - Xiaomi Communications Ltd + 005BA1 + shanghai huayuan chuangxin software Ltd - 6CB4A7 - Landauer Inc. + 58D67A + TCPlink - 7802F8 - Xiaomi Communications Ltd + 98072D + Texas Instruments - 00238A - Ciena Corporation + F0C77F + Texas Instruments - 001081 - DPS Inc. + 000AC2 + Wuhan FiberHome Digital Technology Ltd - 40F385 - IEEE Registration Authority + 10DA43 + Netgear - 887873 - Intel Corporation + B805AB + ZTE Corporation - F87588 - Huawei Technologies Ltd + 789682 + ZTE Corporation - F44C7F - Huawei Technologies Ltd + D467E7 + Fiberhome Telecommunication Technologies Ltd - 28A24B - Juniper Networks + E42F26 + Fiberhome Telecommunication Technologies Ltd - 080027 - PCS Systemtechnik GmbH + 04C1B9 + Fiberhome Telecommunication Technologies Ltd - F8A5C5 - Cisco Systems Inc. + C4BED4 + Avaya Inc - 7C5A1C - Sophos Ltd + D017C2 + ASUSTek Computer Inc. - B0F1EC - AMPAK Technology Inc. + 349971 + Quanta Storage Inc. - 542B57 - Night Owl SP + 9C52F8 + Huawei Technologies Ltd - 501E2D - StreamUnlimited Engineering GmbH + EC13DB + Juniper Networks - E45D51 - SFR + 5CF286 + IEEE Registration Authority - EC01EE - Guangdong Oppo Mobile Telecommunications Corp Ltd + E8FD72 + Shanghai Linguo Technology Ltd - 6049C1 - Avaya Inc + 98BB1E + BYD Precision Manufacture Company Ltd - 702084 - Hon Hai Precision Ind Ltd + AC5F3E + Samsung Electro-Mechanics(Thailand) - 9C6650 - Glodio Technolies Ltd Tianjin Branch + 546D52 + Topview Optronics Corp. - A0A33B - Huawei Technologies Ltd + 04C103 + Clover Network Inc. - 7C67A2 + 280C28 + Unigen DataStorage Corporation + + + A4BF01 Intel Corporation - 00E05A - Galea Network Security + 208B37 + Skyworth Digital Technology(Shenzhen) Ltd - 48A380 - Gionee Communication Equipment Ltd + 08BE77 + Green Electronics - 94652D - OnePlus Technology (Shenzhen) Ltd + 509EA7 + Samsung Electronics Ltd - 1CB857 - Becon Technologies Ltd + A88195 + Samsung Electronics Ltd - 682737 + 88ADD2 Samsung Electronics Ltd - F06E32 - Microtel Innovation S.R.L. + 00CCFC + Cisco Systems Inc. - 54C415 - Hangzhou Hikvision Digital Technology Ltd + 0019C5 + Sony Interactive Entertainment Inc. - 3CF862 - Intel Corporation + 001315 + Sony Interactive Entertainment Inc. - 2816AD - Intel Corporation + 1C234F + EDMI Europe Ltd - 0060D3 - AT&T + A444D1 + Wingtech Group (HongKong)Limited - 848DC7 - Cisco SPVTG + 006CFD + Sichuan Changhong Electric Ltd - 001992 - Adtran Inc + 545AA6 + Espressif Inc. - 045D4B - Sony Corporation + FC1A11 + Vivo Mobile Communication Ltd - 78AF58 - Gimasi SA + 001A57 + Matrix Design Group LLC - 90505A - unGlue Inc. + A0C589 + Intel Corporation - 8C9351 - Jigowatts Inc. + 001E1E + Honeywell Life Safety - D838FC - Ruckus Wireless + 002340 + MiXTelematics - 3478D7 - Gionee Communication Equipment Ltd + B48B19 + Apple - 5CCCA0 - Gridwiz Inc. + 38FDFE + IEEE Registration Authority - 6831FE - Teladin Ltd + 2C09CB + Cobs AB - 5800E3 - Liteon Technology Corporation + BCEC5D + Apple - 2C0BE9 - Cisco Systems Inc. + 28A02B + Apple - C43018 - MCS Logic Inc. + A84481 + Nokia Corporation - D0FF98 - Huawei Technologies Ltd + 8844F6 + Nokia Corporation - B0E5ED - Huawei Technologies Ltd + F44D17 + Goldcard High-Tech Ltd - C486E9 - Huawei Technologies Ltd + 38B8EB + IEEE Registration Authority - 000AE4 - Wistron Corporation + 9897D1 + MitraStar Technology Corp. - 344B3D - Fiberhome Telecommunication Technologies Ltd + B83241 + Wuhan Tianyu Information Industry Ltd - FC3CE9 - Tsingtong Technologies Ltd + 0060DC + NEC Magnus Communications Ltd - A408F5 + 907282 Sagemcom Broadband SAS - 00B091 - Transmeta Corp. + 001C35 + Nokia Danmark A/S - ACC662 - MitraStar Technology Corp. + 001C9A + Nokia Danmark A/S - 886B44 - Sunnovo International Limited + 001CD6 + Nokia Danmark A/S - A4580F - IEEE Registration Authority + 001CD4 + Nokia Danmark A/S - C8F733 - Intel Corporation + 001D98 + Nokia Danmark A/S - E0A700 - Verkada Inc + 001DE9 + Nokia Danmark A/S - 58404E - Apple + 001E3A + Nokia Danmark A/S - D0C5F3 - Apple + 002548 + Nokia Danmark A/S - BC9FEF - Apple + 0022FC + Nokia Danmark A/S - 20AB37 - Apple + 0022FD + Nokia Danmark A/S - 60F445 - Apple + 0021AA + Nokia Danmark A/S - 48F97C - Fiberhome Telecommunication Technologies Ltd + 001D6E + Nokia Danmark A/S - 40B93C - Hewlett Packard Enterprise + 0023B4 + Nokia Danmark A/S - C0BFC0 - Huawei Technologies Ltd + 001370 + Nokia Danmark A/S - 9CD9CB - Lesira Manufacturing Pty Ltd + 9C1874 + Nokia Danmark A/S - 94E979 - Liteon Technology Corporation + 001BAF + Nokia Danmark A/S - A03D6F - Cisco Systems Inc. + C8D10B + Nokia Corporation - A0E0AF - Cisco Systems Inc. + 5CC6D0 + Skyworth Digital Technology(Shenzhen) Ltd - 187532 - Sichuan Tianyi Comheart Telecomco Ltd + 001A9A + Skyworth Digital Technology(Shenzhen) Ltd - 4CB81C - SAM Electronics GmbH + CC6DA0 + Roku Inc. - 003048 - Super Micro Computer Inc. + 0016E4 + Vanguard Security Engineering Corp. - 44D244 - Seiko Epson Corporation + 3C8970 + Neosfar - A08CF8 - Huawei Technologies Ltd + 001742 + Fujitsu Limited - 7CF95C - U.I. Lapp GmbH + 001999 + Fujitsu Technology Solutions GmbH - 101331 - Technicolor + 005A39 + Shenzhen Fast Technologies Ltd - A4E6B1 - Shanghai Joindata Technology Ltd + A089E4 + Skyworth Digital Technology(Shenzhen) Ltd - C09C04 - Shaanxi GuoLian Digital TV Technology Ltd + 78CA83 + IEEE Registration Authority - ACD657 - Shaanxi GuoLian Digital TV Technology Ltd + 0C1167 + Cisco Systems Inc. - 007686 - Cisco Systems Inc. + 74EAE8 + ARRIS Group Inc. - 8C2FA6 - Solid Optics B.V. + F88E85 + Comtrend Corporation - 8C192D - IEEE Registration Authority + 02CF1C + Communication Machinery Corporation - 00ACE0 - ARRIS Group Inc. + 0090F5 + Clevo Co. - 007532 - Inid BV + 0030FF + DataFab Systems Inc. - 6473E2 - Arbiter Systems Inc. + 000FF6 + Darfon Lighting Corp - 88C626 - Logitech Inc. + 002100 + Gemtek Technology Ltd - D0608C - ZTE Corporation + 50F520 + Samsung Electronics Ltd - AC233F - Shenzhen Minew Technologies Ltd + 64B310 + Samsung Electronics Ltd - 7C03C9 - Shenzhen YOUHUA Technology Ltd + A4EBD3 + Samsung Electronics Ltd - B8E937 - Sonos Inc. + C81073 + Century Opticomm Ltd - E45D52 - Avaya Inc + 343759 + ZTE Corporation - 0023F7 - Private + FC2F40 + Calxeda Inc. - 3C80AA - Ransnet Singapore Pte Ltd + BC620E + Huawei Technologies Ltd - B49691 - Intel Corporation + 74A528 + Huawei Technologies Ltd - C82158 - Intel Corporation + 5CF6DC + Samsung Electronics Ltd - 2420C7 - Sagemcom Broadband SAS + 0026E4 + Canal + - D4C8B0 - Prime Electronics & Satellitics Inc. + 000117 + Canal + - 446AB7 - ARRIS Group Inc. + E01D3B + Cambridge Industries(Group) Ltd - 701CE7 - Intel Corporation + 70C76F + Inno S - 9C2A70 - Hon Hai Precision Ind Ltd + 38192F + Nokia Corporation - 703D15 - Hangzhou H3C Technologies Ltd + B8C68E + Samsung Electronics Ltd - E49E12 - Freebox SAS + 04FE31 + Samsung Electronics Ltd - 0481AE - Clack Corporation + 4CBCA5 + Samsung Electronics Ltd - 9C13AB - Chanson Water Ltd + D831CF + Samsung Electronics Ltd - 98E476 - Zentan + 188331 + Samsung Electronics Ltd - 14A51A - Huawei Technologies Ltd + 9C65B0 + Samsung Electronics Ltd - 047503 - Huawei Technologies Ltd + 8455A5 + Samsung Electronics Ltd - 3CEF8C - Zhejiang Dahua Technology Ltd + A87C01 + Samsung Electronics Ltd - FC372B - Sichuan Tianyi Comheart Telecomco Ltd + B0D09C + Samsung Electronics Ltd - A4D9A4 - neXus ID Solutions AB + 50C8E5 + Samsung Electronics Ltd - 484D7E - Dell Inc. + 0020D4 + Cabletron Systems Inc. - D4E90B - CVT Ltd + 00E03A + Cabletron Systems Inc. - CCB0DA - Liteon Technology Corporation + 0010E7 + Breezecom Ltd - 7CCC1F - Sichuan Tianyi Comheart Telecomco Ltd + 9492BC + Syntech(HK) Technology Limited - 18F292 - Shannon Systems + 001D19 + Arcadyan Technology Corporation - 8CEA1B - Edgecore Networks Corporation + 0012BF + Arcadyan Technology Corporation - E02CF3 - MRS Electronic GmbH + 507E5D + Arcadyan Technology Corporation - 50B363 - Digitron da Amazonia S/A + 7C4FB5 + Arcadyan Technology Corporation - 2C0E3D - Samsung Electro-Mechanics(Thailand) + 00223F + Netgear - 58E16C - Ying Hua Information Technology (Shanghai) Ltd + 000FB5 + Netgear - 9C7DA3 - Huawei Technologies Ltd + 00095B + Netgear - A4C64F - Huawei Technologies Ltd + 001A4F + AVM GmbH - CCFD17 - TCT mobile Ltd + 001C4A + AVM GmbH - DC9FDB - Ubiquiti Networks Inc. + 00150C + AVM GmbH - 002722 - Ubiquiti Networks Inc. + 0026FF + BlackBerry RTS - 00156D - Ubiquiti Networks Inc. + A4E4B8 + BlackBerry RTS - 00D78F - Cisco Systems Inc. + 003067 + BIOSTAR Microtech Int'l Corp. - 2CBABA - Samsung Electronics Ltd + F40B93 + BlackBerry RTS - 40D3AE - Samsung Electronics Ltd + 1C69A5 + BlackBerry RTS - 2CDD95 - Taicang T&W Electronics + 94EBCD + BlackBerry RTS - 88E87F - Apple + 28C68E + Netgear - 9CF48E - Apple + 04A151 + Netgear - 5CF7E6 - Apple + F87394 + Netgear - B853AC - Apple + 204E7F + Netgear - 203CAE - Apple + C03F0E + Netgear - A03BE3 - Apple + 0026F2 + Netgear - 4C3275 - Apple + 00138F + Asiarock Technology Limited - 487A55 - ALE International + 803773 + Netgear - 001EAE - Continental Automotive Systems Inc. + A42B8C + Netgear - 502B73 - Tenda Technology LtdDongguan branch + CC7D37 + ARRIS Group Inc. - 04BA36 - Li Seng Technology Ltd + A47AA4 + ARRIS Group Inc. - 107223 - Tellescom Industria E Comercio EM Telecomunicacao + 001700 + ARRIS Group Inc. - E0686D - Raybased AB + 0016B5 + ARRIS Group Inc. - 1861C7 - lemonbeat GmbH + 0015A8 + ARRIS Group Inc. - 9CDC71 - Hewlett Packard Enterprise + 00159A + ARRIS Group Inc. - B4F81E - Kinova + 001180 + ARRIS Group Inc. - D03DC3 - AQ Corporation + 000B06 + ARRIS Group Inc. - EC01E2 - Foxconn Interconnect Technology + 00D088 + ARRIS Group Inc. - B4E782 - Vivalnk + 00128A + ARRIS Group Inc. - 4409B8 - Salcomp (Shenzhen) Ltd + 002375 + ARRIS Group Inc. - 3816D1 - Samsung Electronics Ltd + 0023A3 + ARRIS Group Inc. - D0176A - Samsung Electronics Ltd + 001ADB + ARRIS Group Inc. - D48890 - Samsung Electronics Ltd + 001F7E + ARRIS Group Inc. - 5492BE - Samsung Electronics Ltd + 0011AE + ARRIS Group Inc. - 205D47 - Vivo Mobile Communication Ltd + 94CCB9 + ARRIS Group Inc. - 10C60C - Domino UK Ltd + 3C438E + ARRIS Group Inc. - 043110 - Inspur Group Ltd + 0024C1 + ARRIS Group Inc. - 949AA9 - Microsoft Corporation + 0025F2 + ARRIS Group Inc. - ACAB2E - Beijing LasNubes Technology Ltd + 0025F1 + ARRIS Group Inc. - 600B03 - Hangzhou H3C Technologies Ltd + 001404 + ARRIS Group Inc. - A0AB1B - D-Link International + 001AAD + ARRIS Group Inc. - D842E2 - Canary Connect Inc. + 0026BA + ARRIS Group Inc. - C8B21E - Chipsea Technologies (Shenzhen) Corp. + 00230B + ARRIS Group Inc. - 000678 - D&M Holdings Inc. + 74E7C6 + ARRIS Group Inc. - E0286D - AVM Audiovisuelles Marketing und Computersysteme GmbH + 001C12 + ARRIS Group Inc. - 884CCF - Pulzze Systems Inc. + 5C338E + Alpha Networks Inc. - 500959 - Technicolor CH USA Inc. + 000941 + Allied Telesis R&D Center K.K. - E41218 - Shenzhen Rapoo Technology Ltd + 28E347 + Liteon Technology Corporation - 001984 - ESTIC Corporation + 446D57 + Liteon Technology Corporation - 001628 - Magicard Ltd + 9CB70D + Liteon Technology Corporation - 702E22 - ZTE Corporation + 68A3C4 + Liteon Technology Corporation - C8E776 - PTCOM Technology + 70F1A1 + Liteon Technology Corporation - 000278 - Samsung Electro Mechanics Ltd + 00D9D1 + Sony Interactive Entertainment Inc. - 002399 - Samsung Electronics Ltd + B00594 + Liteon Technology Corporation - 0017C9 - Samsung Electronics Ltd + EC086B + TP-Link Technologies Ltd - 906EBB - Hon Hai Precision Ind Ltd + 94A1A2 + AMPAK Technology Inc. - 18F46A - Hon Hai Precision Ind Ltd + 00014A + Sony Corporation - 4C0F6E - Hon Hai Precision Ind Ltd + 983B16 + AMPAK Technology Inc. - 78E400 - Hon Hai Precision Ind Ltd + 409558 + Aisino Corporation - 00212F - Phoebe Micro Inc. + 182861 + AirTies Wireless Networks - 3859F9 - Hon Hai Precision Ind Ltd + 6C71D9 + Azurewave Technologies Inc. - EC55F9 - Hon Hai Precision Ind Ltd + D0E782 + Azurewave Technologies Inc. - C4731E - Samsung Electronics Ltd + 6CADF8 + Azurewave Technologies Inc. - 5C0A5B - Samsung Electro Mechanics Ltd + A81D16 + Azurewave Technologies Inc. - 7CE9D3 - Hon Hai Precision Ind Ltd + 34C3D2 + FN-Link Technology Limited - 1C3E84 - Hon Hai Precision Ind Ltd + 54F6C5 + Fujian Star-NET Communication Ltd - B8763F - Hon Hai Precision Ind Ltd + D0D412 + ADB Broadband Italia - 60F494 - Hon Hai Precision Ind Ltd + 0026B8 + Actiontec Electronics Inc. - 8056F2 - Hon Hai Precision Ind Ltd + 0026FC + AcSiP Technology Corp. - 7CF854 - Samsung Electronics Ltd + 0015AF + Azurewave Technologies Inc. - 001B98 - Samsung Electronics Ltd + 74F06D + Azurewave Technologies Inc. - 001A8A - Samsung Electronics Ltd + 44D832 + Azurewave Technologies Inc. - 3C5A37 - Samsung Electronics Ltd + E0B9A5 + Azurewave Technologies Inc. - F49F54 - Samsung Electronics Ltd + 781881 + Azurewave Technologies Inc. - 34C3AC - Samsung Electronics Ltd + B046FC + MitraStar Technology Corp. - 44F459 - Samsung Electronics Ltd + E04136 + MitraStar Technology Corp. - 00265D - Samsung Electronics Ltd + 001CA2 + ADB Broadband Italia - CCF9E8 - Samsung Electronics Ltd + 002233 + ADB Broadband Italia - D857EF - Samsung Electronics Ltd + 3039F2 + ADB Broadband Italia - 18E2C2 - Samsung Electronics Ltd + 0017C2 + ADB Broadband Italia - 9852B1 - Samsung Electronics Ltd + 689C5E + AcSiP Technology Corp. - E440E2 - Samsung Electronics Ltd + 9C0E4A + Shenzhen Vastking Electronic Ltd - 103B59 - Samsung Electronics Ltd + A85840 + Cambridge Industries(Group) Ltd - D890E8 - Samsung Electronics Ltd + A0D37A + Intel Corporation - C462EA - Samsung Electronics Ltd + 8896F2 + Valeo Schalter und Sensoren GmbH - 14F42A - Samsung Electronics Ltd + 001073 + Technobox Inc. - 0808C2 - Samsung Electronics Ltd + 20934D + Fujian Star-NET Communication Ltd - CCFE3C - Samsung Electronics Ltd + 009027 + Intel Corporation - 28BAB5 - Samsung Electronics Ltd + C48508 + Intel Corporation - 182666 - Samsung Electronics Ltd + 6805CA + Intel Corporation - 30D6C9 - Samsung Electronics Ltd + 247703 + Intel Corporation - CC07AB - Samsung Electronics Ltd + 74E50B + Intel Corporation - 002567 - Samsung Electronics Ltd + B80305 + Intel Corporation - BCB1F3 - Samsung Electronics Ltd + 00A0C9 + Intel Corporation - 1C62B8 - Samsung Electronics Ltd + 141877 + Dell Inc. - B43A28 - Samsung Electronics Ltd + E09796 + Huawei Technologies Ltd - 78A873 - Samsung Electronics Ltd + 1C4024 + Dell Inc. - 001C43 - Samsung Electronics Ltd + 18FB7B + Dell Inc. - 0023D6 - Samsung Electronics Ltd + F8B156 + Dell Inc. - E4121D - Samsung Electronics Ltd + 141AA3 + Motorola Mobility LLC, a Lenovo Company - 44D6E1 - Snuza International Pty Ltd + 3407FB + Ericsson AB - FC9114 - Technicolor CH USA Inc. + A4A1C2 + Ericsson AB - 486DBB - Vestel Elektronik San ve Tic. A.S. + 00065B + Dell Inc. - 002A10 - Cisco Systems Inc. + 842B2B + Dell Inc. - 00A289 - Cisco Systems Inc. + F04DA2 + Dell Inc. - 44E9DD - Sagemcom Broadband SAS + E0DB55 + Dell Inc. - 000F5E - Veo + 000F1F + Dell Inc. - 001328 - Westech Korea Inc., + 24B6FD + Dell Inc. - B8BF83 - Intel Corporation + 74E6E2 + Dell Inc. - 8C6102 - Beijing Baofengmojing Technologies Ltd + 34E6D7 + Dell Inc. - 548CA0 - Liteon Technology Corporation + 001EC9 + Dell Inc. - 7C79E8 - PayRange Inc. + 002170 + Dell Inc. - A43111 - ZIV + 00219B + Dell Inc. - 008073 - DWB Associates + B8AC6F + Dell Inc. - 80A1D7 - Shanghai DareGlobal Technologies Ltd + 8CA982 + Intel Corporation - EC1F72 - Samsung Electro-Mechanics(Thailand) + BC7737 + Intel Corporation - 8C0D76 - Huawei Technologies Ltd + 1430C6 + Motorola Mobility LLC, a Lenovo Company - 84BE52 - Huawei Technologies Ltd + D8FC93 + Intel Corporation - 849FB5 - Huawei Technologies Ltd + D4AE52 + Dell Inc. - A4CAA0 - Huawei Technologies Ltd + 28162E + 2Wire Inc. - 84E0F4 - IEEE Registration Authority + F81897 + 2Wire Inc. - D83062 - Apple + 94C150 + 2Wire Inc. - D0E54D - ARRIS Group Inc. + 5CF821 + Texas Instruments - A0C562 - ARRIS Group Inc. + 88074B + LG Electronics (Mobile Communications) - 8496D8 - ARRIS Group Inc. + 000D72 + 2Wire Inc. - 0026D9 - ARRIS Group Inc. + 001288 + 2Wire Inc. - E8508B - Samsung Electro-Mechanics(Thailand) + 00789E + Sagemcom Broadband SAS - F8042E - Samsung Electro-Mechanics(Thailand) + E8BE81 + Sagemcom Broadband SAS - 00D037 - ARRIS Group Inc. + 681590 + Sagemcom Broadband SAS - 84E058 - ARRIS Group Inc. + F4EB38 + Sagemcom Broadband SAS - 707630 - ARRIS Group Inc. + 001BBF + Sagemcom Broadband SAS - 04BBF9 - Pavilion Data Systems Inc + 002569 + Sagemcom Broadband SAS - E4BEED - Netcore Technology Inc. + 141FBA + IEEE Registration Authority - 58FB84 - Intel Corporation + 807B85 + IEEE Registration Authority - 00A00E - NetAlly + CC1BE0 + IEEE Registration Authority - 00C017 - NetAlly + F40E11 + IEEE Registration Authority - 5CB066 - ARRIS Group Inc. + 10F681 + Vivo Mobile Communication Ltd - BC8AA3 - NHN Entertainment + 00217C + 2Wire Inc. - A8BD27 - Hewlett Packard Enterprise + 001FB3 + 2Wire Inc. - 345760 - MitraStar Technology Corp. + 002275 + Belkin International Inc. - C0D391 - IEEE Registration Authority + 0057D2 + Cisco Systems Inc. - D49B5C - Chongqing Miedu Technology Ltd + 3C6716 + Lily Robotics - E8EB11 - Texas Instruments + 00D0BD + Lattice Semiconductor Corp. (LPA) - 44BFE3 - Shenzhen Longtech Electronics Ltd + 001F3A + Hon Hai Precision Ind Ltd - 3C6FEA - Panasonic India Pvt Ltd + C8A030 + Texas Instruments - 002261 - Frontier Silicon Ltd + 78C5E5 + Texas Instruments - 001988 - Wi2Wi Inc. + 0CFD37 + SUSE Linux GmbH - 18DC56 - Yulong Computer Telecommunication Scientific (Shenzhen) Ltd + 2C228B + CTR SRL - 0016F2 - Dmobile System Ltd + 0C6F9C + Shaw Communications Inc. - 34074F - AccelStor Inc. + 0017E4 + Texas Instruments - B4A984 - Symantec Corporation + 04E451 + Texas Instruments - B0B28F - Sagemcom Broadband SAS + 505663 + Texas Instruments - 441441 - AudioControl Inc. + 883314 + Texas Instruments - C88D83 - Huawei Technologies Ltd + 647BD4 + Texas Instruments - 00E011 - Uniden Corporation + D8952F + Texas Instruments - 002555 - Visonic Technologies 1993 Ltd + B8FFFE + Texas Instruments - 58986F - Revolution Display + 2CE412 + Sagemcom Broadband SAS - C81FBE - Huawei Technologies Ltd + 44C15C + Texas Instruments - 203DB2 - Huawei Technologies Ltd + 0022A5 + Texas Instruments - 48D539 - Huawei Technologies Ltd + E043DB + Shenzhen ViewAt Technology Ltd - 001F9A - Nortel Networks + 3CCF5B + Icomm HK Limited - 000A0E - Invivo Research Inc. + 2405F5 + Integrated Device Technology (Malaysia) Sdn. Bhd. - 001660 - Nortel Networks + 3C3556 + Cognitec Systems GmbH - 001E7E - Nortel Networks + 3C9066 + SmartRG Inc. - 001365 - Nortel Networks + 000D88 + D-Link Corporation - 000438 - Nortel Networks + 001195 + D-Link Corporation - 000EC0 - Nortel Networks + 001346 + D-Link Corporation - D84FB8 - LG Electronics + 78E3B5 + Hewlett-Packard Company - 000AEB - TP-Link Technologies Ltd + 78ACC0 + Hewlett-Packard Company - 2C3731 - Shenzhen Yifang Digital Technology Ltd + 68B599 + Hewlett-Packard Company - 60EE5C - Shenzhen Fast Technologies Ltd + 1CC1DE + Hewlett-Packard Company - 6488FF - Sichuan Changhong Electric Ltd + B8A386 + D-Link International - 002162 - Nortel Networks + 1C7EE5 + D-Link International - 02E6D3 - Nixdorf Computer Corp. + 1CBDB9 + D-Link International - 0016B9 - ProCurve Networking by HP + 00142F + Savvius - C4084A - Nokia + 28BC18 + SourcingOverseas Ltd - 000801 - HighSpeed Surfing Inc. + 94ABDE + OMX Technology - FZE - 000772 - Alcatel-Lucent Shanghai Bell Ltd + 9CDFB1 + Shenzhen Crave Communication Ltd - E03005 - Alcatel-Lucent Shanghai Bell Ltd + ACCF85 + Huawei Technologies Ltd - 3C404F - Guangdong Pisen Electronics Ltd + 3871DE + Apple - 0CA402 - Alcatel-Lucent IPD + 7081EB + Apple - A0F3E4 - Alcatel-Lucent IPD + 00738D + Shenzhen TINNO Mobile Technology Corp. - 84DBFC - Nokia + 34BA75 + Everest Networks Inc. - 7CFC3C - Visteon Corporation + 7C18CD + E-TRON Ltd - 981E0F - Jeelan (Shanghai Jeelan Technology Information Inc + 00E0FC + Huawei Technologies Ltd - 4888CA - Motorola (Wuhan) Mobility Technologies Communication Ltd + 6416F0 + Huawei Technologies Ltd - 385610 - CANDY HOUSE Inc. + F40304 + Google Inc. - 00A742 - Cisco Systems Inc. + 546009 + Google Inc. - 00AA70 - LG Electronics (Mobile Communications) + A47733 + Google Inc. - F895C7 - LG Electronics (Mobile Communications) + 807ABF + HTC Corporation - 84D931 - Hangzhou H3C Technologies Ltd + 78F882 + LG Electronics (Mobile Communications) - 00116E - Peplink International Ltd + C02C7A + Shenzhen Horn Audio Ltd - 540955 - ZTE Corporation + 1CCB99 + TCT mobile Ltd - 001E75 - LG Electronics (Mobile Communications) + A42BB0 + TP-Link Technologies Ltd - 001C62 - LG Electronics (Mobile Communications) + 188B45 + Cisco Systems Inc. - 505527 - LG Electronics (Mobile Communications) + 606944 + Apple - 88C9D0 - LG Electronics (Mobile Communications) + B0C69A + Juniper Networks - C041F6 - LG Electronics Inc + 2C6BF5 + Juniper Networks - 8C3AE3 - LG Electronics (Mobile Communications) + C42F90 + Hangzhou Hikvision Digital Technology Ltd - 90A46A - Sisnet Ltd + F4CA24 + FreeBit Ltd - 14E7C8 - Integrated Device Technology (Malaysia) Sdn. Bhd. + 00D0B7 + Intel Corporation - ECCD6D - Allied Telesis Inc. + 001DD6 + ARRIS Group Inc. - 18339D - Cisco Systems Inc. + 903EAB + ARRIS Group Inc. - 146102 - Alpine Electronics Inc. + 306023 + ARRIS Group Inc. - 54276C - Jiangsu Houge Technology Corp. + 14ABF0 + ARRIS Group Inc. - 9CA3A9 - Guangzhou Juan Optical and Electronical Tech Joint Stock Ltd + 0014F6 + Juniper Networks - 7CC709 - Shenzhen RF-Link Technology Ltd + 901ACA + ARRIS Group Inc. - A03E6B - IEEE Registration Authority + C83FB4 + ARRIS Group Inc. - 9802D8 - IEEE Registration Authority + E0B70A + ARRIS Group Inc. - 64FB81 - IEEE Registration Authority + 001DCE + ARRIS Group Inc. - 0821EF - Samsung Electronics Ltd + 0013E8 + Intel Corporation - 34145F - Samsung Electronics Ltd + 0013CE + Intel Corporation - 2C265F - IEEE Registration Authority + 2C768A + Hewlett-Packard Company - D0052A - Arcadyan Corporation + C8348E + Intel Corporation - E4509A - HW Communications Ltd + 4C3488 + Intel Corporation - 702900 - Shenzhen ChipTrip Technology Ltd + 1002B5 + Intel Corporation - ECAAA0 - Pegatron Corporation + 004026 + Buffalo Inc. - 00E0DD - Zenith Electronics Corporation + 4CE676 + Buffalo Inc. - 50CE75 - Measy Electronics Ltd + 000BCD + Hewlett-Packard Company - 00045B - Techsan Electronics Ltd + 000F20 + Hewlett-Packard Company - 0007BA - UTStarcom Inc + 00110A + Hewlett-Packard Company - 90A210 - United Telecoms Ltd + B8B81E + Intel Corporation - 6C0B84 - Universal Global Scientific Industrial Ltd + B46D83 + Intel Corporation - 001597 - Aeta Audio Systems + 000E35 + Intel Corporation - 002397 - Westell Technologies Inc. + 0007E9 + Intel Corporation - 60E3AC - LG Electronics (Mobile Communications) + 001708 + Hewlett-Packard Company - 90F052 - MEIZU Technology Ltd + 0017A4 + Hewlett-Packard Company - 001639 - Ubiquam Ltd + C005C2 + ARRIS Group Inc. - 000C29 - VMware Inc. + 0030C1 + Hewlett-Packard Company - 000569 - VMware Inc. + 0080A0 + Hewlett-Packard Company - 000B0E - Trapeze Networks + D48564 + Hewlett-Packard Company - 8CFDF0 - Qualcomm Inc. + 24BE05 + Hewlett-Packard Company - C4BB4C - Zebra Information Tech Ltd + FC3FDB + Hewlett-Packard Company - 98CF53 - BBK Educational Electronics Corp Ltd + 308D99 + Hewlett-Packard Company - D4A148 - Huawei Technologies Ltd + 5820B1 + Hewlett-Packard Company - D065CA - Huawei Technologies Ltd + 9457A5 + Hewlett-Packard Company - 486B2C - BBK Educational Electronics Corp Ltd + 000EB3 + Hewlett-Packard Company - 6C25B9 - BBK Educational Electronics Corp Ltd + 080009 + Hewlett-Packard Company - 2C282D - BBK Educational Electronics Corp Ltd + 90CDB6 + Hon Hai Precision Ind Ltd - 4813F3 - BBK Educational Electronics Corp Ltd + 40490F + Hon Hai Precision Ind Ltd - 00409F - Telco Systems Inc. + 00265C + Hon Hai Precision Ind Ltd - 00001F - Telco Systems Inc. + 002269 + Hon Hai Precision Ind Ltd - 00A012 - Telco Systems Inc. + D87988 + Hon Hai Precision Ind Ltd - 8CEBC6 - Huawei Technologies Ltd + 74A78E + ZTE Corporation - B08900 - Huawei Technologies Ltd + 00092D + HTC Corporation - 78CB68 - Daehap Hyper-Tech + 443192 + Hewlett-Packard Company - 34ED0B - Shanghai XZ-CoM Ltd + A0D3C1 + Hewlett-Packard Company - F0DEF1 - Wistron Infocomm (Zhongshan) Corporation + 38EAA7 + Hewlett-Packard Company - F80F41 - Wistron Infocomm (Zhongshan) Corporation + AC162D + Hewlett-Packard Company - 3C970E - Wistron InfoComm(Kunshan) Ltd + 80C16E + Hewlett-Packard Company - 30144A - Wistron Neweb Corporation + B4B52F + Hewlett-Packard Company - 4C0BBE - Microsoft Corporation + D07E28 + Hewlett-Packard Company - 0C2576 - Longcheer Telecommunication Limited + D0BF9C + Hewlett-Packard Company - D8D43C - Sony Corporation + 7C6193 + HTC Corporation - D44165 - Sichuan Tianyi Comheart Telecomco Ltd + 90E7C4 + HTC Corporation - E4029B - Intel Corporation + BCEAFA + Hewlett-Packard Company - DC1AC5 - Vivo Mobile Communication Ltd + 7446A0 + Hewlett-Packard Company - F45EAB - Texas Instruments + 2C44FD + Hewlett-Packard Company - A8FCB7 - Consolidated Resource Imaging + 0453D5 + Sysorex Global Holdings - 00C000 - Lanoptics Ltd + EC52DC + WORLD MEDIA AND TECHNOLOGY Corp. - 845181 - Samsung Electronics Ltd + 94B2CC + Pioneer Corporation - B0C287 - Technicolor CH USA Inc. + 0452F3 + Apple - CC3540 - Technicolor CH USA Inc. + 88C255 + Texas Instruments - 8C04FF - Technicolor CH USA Inc. + CC78AB + Texas Instruments - FC94E3 - Technicolor CH USA Inc. + 1C7839 + Shenzhen Tencent Computer System Ltd - B88D12 - Apple + FCD733 + TP-Link Technologies Ltd - 90EF68 - ZyXEL Communications Corp + 5C899A + TP-Link Technologies Ltd - C816BD - Qingdao Hisense Communications Ltd + A81B5A + Guangdong Oppo Mobile Telecommunications Corp Ltd - 00EBD5 - Cisco Systems Inc. + 2C5BB8 + Guangdong Oppo Mobile Telecommunications Corp Ltd - C48F07 - Shenzhen Yihao Hulian Science and Technology Ltd + 08EB74 + HUMAX Ltd - DC7834 - Logicom SA + E005C5 + TP-Link Technologies Ltd - CCCC81 - Huawei Technologies Ltd + 388345 + TP-Link Technologies Ltd - 6C9522 - Scalys + EC888F + TP-Link Technologies Ltd - B456B9 - Teraspek Technologies Ltd + 6466B3 + TP-Link Technologies Ltd - 9CDD1F - Intelligent Steward Ltd + 2832C5 + HUMAX Ltd - 3C6816 - VXi Corporation + F0F336 + TP-Link Technologies Ltd - E811CA - Shandong Kaer Electric Ltd + BC4699 + TP-Link Technologies Ltd - 70288B - Samsung Electronics Ltd + F483CD + TP-Link Technologies Ltd - 348A7B - Samsung Electronics Ltd + 002127 + TP-Link Technologies Ltd - D0577B - Intel Corporation + 5C63BF + TP-Link Technologies Ltd - 78009E - Samsung Electronics Ltd + 142D27 + Hon Hai Precision Ind Ltd - ACC33A - Samsung Electronics Ltd + 88E3AB + Huawei Technologies Ltd - 54F201 - Samsung Electronics Ltd + C40528 + Huawei Technologies Ltd - C4A366 - ZTE Corporation + 3CDFBD + Huawei Technologies Ltd - 6073BC - ZTE Corporation + 509F27 + Huawei Technologies Ltd - 7C3548 - Transcend Information + 80717A + Huawei Technologies Ltd - 18B169 - Sonicwall + 0021E8 + Murata Manufacturing Ltd - 444450 - OttoQ + 000E6D + Murata Manufacturing Ltd - 50F5DA - Amazon Technologies Inc. + 902106 + BSkyB Ltd - 101212 - Vivo International Corporation Pty Ltd + D02788 + Hon Hai Precision Ind Ltd - C85B76 - LCFC(HeFei) Electronics Technology Ltd + 904CE5 + Hon Hai Precision Ind Ltd - 78FFCA - Tecno Mobile Limited + 001FE2 + Hon Hai Precision Ind Ltd - 046565 - Testop + 0016CF + Hon Hai Precision Ind Ltd - A8BB50 - WiZ IoT Company Limited + 2002AF + Murata Manufacturing Ltd - 08C021 - Huawei Technologies Ltd + 98F537 + ZTE Corporation - 600810 + 5C4CA9 Huawei Technologies Ltd - 48435A + F4C714 Huawei Technologies Ltd - 8C8EF2 - Apple + 286ED4 + Huawei Technologies Ltd - 90B0ED - Apple + 001E10 + Huawei Technologies Ltd - F03EBF - Gogoro Taiwan Limited + D47856 + Avaya Inc - 3C92DC - Octopod Technology Ltd + D842AC + Shanghai Feixun Communication Ltd - 1000FD - LaonPeople + 5439DF + Huawei Technologies Ltd - C47C8D - IEEE Registration Authority + 283CE4 + Huawei Technologies Ltd - 745C9F - TCT mobile Ltd + 2CF4C5 + Avaya Inc - 8C99E6 - TCT mobile Ltd + 3C3A73 + Avaya Inc - 449F7F - DataCore Software Corporation + FC8399 + Avaya Inc - 848319 - Hangzhou Zero Zero Technology Ltd + 587F66 + Huawei Technologies Ltd - A81559 - Breathometer Inc. + 64A651 + Huawei Technologies Ltd - 70BAEF - Hangzhou H3C Technologies Ltd + 086361 + Huawei Technologies Ltd - 586AB1 - Hangzhou H3C Technologies Ltd + A01290 + Avaya Inc - 009006 - Hamamatsu Photonics K.K. + 38BB3C + Avaya Inc - 001AF4 - Handreamnet + F873A2 + Avaya Inc - 04D3CF - Apple + CCF954 + Avaya Inc - 4882F2 - Appel Elektronik GmbH + 8C34FD + Huawei Technologies Ltd - 78B84B - Sichuan Tianyi Comheart Telecomco Ltd + ACF7F3 + Xiaomi Communications Ltd - 7CB0C2 - Intel Corporation + D4970B + Xiaomi Communications Ltd - 001793 - Tigi Corporation + 8CBEBE + Xiaomi Communications Ltd - 000358 - Hanyang Digitech Ltd + 14F65A + Xiaomi Communications Ltd - C4CAD9 - Hangzhou H3C Technologies Ltd + 009EC8 + Xiaomi Communications Ltd - 5866BA - Hangzhou H3C Technologies Ltd + 0C1DAF + Xiaomi Communications Ltd - E0C79D - Texas Instruments + 0819A6 + Huawei Technologies Ltd - 4C0B3A - TCT mobile Ltd + 3CF808 + Huawei Technologies Ltd - E42D02 - TCT mobile Ltd + 486276 + Huawei Technologies Ltd - 0CBD51 - TCT mobile Ltd + B41513 + Huawei Technologies Ltd - 4000E0 - Derek(Shaoguan)Limited + AC4E91 + Huawei Technologies Ltd - FCBC9C - Vimar Spa + 283152 + Huawei Technologies Ltd - 149ECF - Dell Inc. + 3480B3 + Xiaomi Communications Ltd - E80959 - Guoguang Electric Ltd + F48B32 + Xiaomi Communications Ltd - D89403 - Hewlett Packard Enterprise + 009021 + Cisco Systems Inc. - E00EDA + 0090B1 Cisco Systems Inc. - D0A4B1 - Sonifex Ltd + 001AB6 + Texas Instruments - F49EEF - Taicang T&W Electronics + 0012D1 + Texas Instruments - C4F081 - Huawei Technologies Ltd + 001237 + Texas Instruments - 801382 - Huawei Technologies Ltd + A0E6F8 + Texas Instruments - 94FE22 - Huawei Technologies Ltd + 70FF76 + Texas Instruments - F4CC55 - Juniper Networks + D03972 + Texas Instruments - 50DD4F - Automation Components Inc. + 5C313E + Texas Instruments - 341FE4 - ARRIS Group Inc. + F4B85E + Texas Instruments - 0024F4 - Kaminario Ltd + 68C90B + Texas Instruments - 001A29 - Johnson Outdoors Marine Electronics d/b/a Minnkota + 74882A + Huawei Technologies Ltd - 0090AE - ITALTEL S.p.A/RF-UP-I + 4CB16C + Huawei Technologies Ltd - 00177D - IDT Technology Limited + 04BD70 + Huawei Technologies Ltd - 00A045 - PHOENIX CoNTACT Electronics GmbH + D4F513 + Texas Instruments - 002378 - GN Netcom A/S + 507224 + Texas Instruments - 50C971 - GN Netcom A/S + 0090D9 + Cisco Systems Inc. - F0407B - Fiberhome Telecommunication Technologies Ltd + 009092 + Cisco Systems Inc. - 94885E - Surfilter Network Technology Ltd + 00102F + Cisco Systems Inc. - C825E1 - Lemobile Information Technology (Beijing) Ltd + 00100D + Cisco Systems Inc. - 945089 - SimonsVoss Technologies GmbH + 001007 + Cisco Systems Inc. - 042AE2 + 001014 Cisco Systems Inc. - E0B6F5 - IEEE Registration Authority + 0090BF + Cisco Systems Inc. - 0090FA - Emulex Corporation + 0050D1 + Cisco Systems Inc. - 00E0D5 - Emulex Corporation + 1CE6C7 + Cisco Systems Inc. - 001035 - Elitegroup Computer Systems Ltd + CCD539 + Cisco Systems Inc. - 000AE6 - Elitegroup Computer Systems Ltd + 4C0082 + Cisco Systems Inc. - 7427EA - Elitegroup Computer Systems Ltd + 7C95F3 + Cisco Systems Inc. - 649968 - Elentec + 34DBFD + Cisco Systems Inc. - 00409C - Transware + 885A92 + Cisco Systems Inc. - B01BD2 - Le Shi Zhi Xin Electronic Technology (Tianjin) Limited + 00400B + Cisco Systems Inc. - 54489C - Cdoubles Electronics Ltd + 006070 + Cisco Systems Inc. - E4A1E6 - Alcatel-Lucent Shanghai Bell Ltd + 500604 + Cisco Systems Inc. - 84002D - Pegatron Corporation + 00E01E + Cisco Systems Inc. - 408256 - Continental Automotive GmbH + 00112F + ASUSTek Computer Inc. - 5CC7D7 - Azroad Technology Company Limited + 001BFC + ASUSTek Computer Inc. - 986B3D - ARRIS Group Inc. + A0554F + Cisco Systems Inc. - E0071B - Hewlett Packard Enterprise + 204C9E + Cisco Systems Inc. - 1CABC0 - Hitron Technologies Inc. + 84B802 + Cisco Systems Inc. - 1C3ADE - Samsung Electronics Ltd + B0AA77 + Cisco Systems Inc. - 002360 - Lookit Technology Ltd + BCC493 + Cisco Systems Inc. - 84FEDC - Borqs Beijing Ltd + A46C2A + Cisco Systems Inc. - 608334 - Huawei Technologies Ltd + D0A5A6 + Cisco Systems Inc. - E47E66 - Huawei Technologies Ltd + 3C5EC3 + Cisco Systems Inc. - 94DBDA - Huawei Technologies Ltd + 64F69D + Cisco Systems Inc. - 54D9E4 - Brilliantts Ltd + 000389 + Plantronics Inc. - F462D0 - Not for Radio LLC + D072DC + Cisco Systems Inc. - 98DED0 - TP-Link Technologies Ltd + 28C7CE + Cisco Systems Inc. - 508965 - Shenzhen Mercury Communication Technologies Ltd + F40F1B + Cisco Systems Inc. - 005BA1 - shanghai huayuan chuangxin software Ltd + F8C288 + Cisco Systems Inc. - 58D67A - TCPlink + 1C6A7A + Cisco Systems Inc. - 98072D - Texas Instruments + 001EE5 + Cisco-Linksys LLC - F0C77F - Texas Instruments + 484487 + Cisco SPVTG - 000AC2 - Wuhan FiberHome Digital Technology Ltd + 38C85C + Cisco SPVTG - 10DA43 - Netgear + 485B39 + ASUSTek Computer Inc. - B805AB - ZTE Corporation + BCAEC5 + ASUSTek Computer Inc. - 789682 - ZTE Corporation + 10BF48 + ASUSTek Computer Inc. - D467E7 - Fiberhome Telecommunication Technologies Ltd + 5067AE + Cisco Systems Inc. - E42F26 - Fiberhome Telecommunication Technologies Ltd + F09E63 + Cisco Systems Inc. - 04C1B9 - Fiberhome Telecommunication Technologies Ltd + 6C9989 + Cisco Systems Inc. - C4BED4 - Avaya Inc + 18E728 + Cisco Systems Inc. - D017C2 - ASUSTek Computer Inc. + 001217 + Cisco-Linksys LLC - 349971 - Quanta Storage Inc. + 001310 + Cisco-Linksys LLC - 9C52F8 - Huawei Technologies Ltd + 046C9D + Cisco Systems Inc. - EC13DB - Juniper Networks + 84B261 + Cisco Systems Inc. - 5CF286 - IEEE Registration Authority + E448C7 + Cisco SPVTG - E8FD72 - Shanghai Linguo Technology Ltd + 00101F + Cisco Systems Inc. - 98BB1E - BYD Precision Manufacture Company Ltd + 54A274 + Cisco Systems Inc. - AC5F3E - Samsung Electro-Mechanics(Thailand) + 60FB42 + Apple - 546D52 - Topview Optronics Corp. + 64B9E8 + Apple - 04C103 - Clover Network Inc. + 001D4F + Apple - 280C28 - Unigen DataStorage Corporation + 002312 + Apple - A4BF01 - Intel Corporation + 80E01D + Cisco Systems Inc. - 208B37 - Skyworth Digital Technology(Shenzhen) Ltd + D8A25E + Apple - 08BE77 - Green Electronics + 000A27 + Apple - 509EA7 - Samsung Electronics Ltd + 183451 + Apple - A88195 - Samsung Electronics Ltd + 0C771A + Apple - 88ADD2 - Samsung Electronics Ltd + 286ABA + Apple - 00CCFC - Cisco Systems Inc. + 4CB199 + Apple - 0019C5 - Sony Interactive Entertainment Inc. + C09F42 + Apple - 001315 - Sony Interactive Entertainment Inc. + D023DB + Apple - 1C234F - EDMI Europe Ltd + 70DEE2 + Apple - A444D1 - Wingtech Group (HongKong)Limited + F0CBA1 + Apple - 006CFD - Sichuan Changhong Electric Ltd + 182032 + Apple - 545AA6 - Espressif Inc. + 403CFC + Apple - FC1A11 - Vivo Mobile Communication Ltd + 4860BC + Apple - 001A57 - Matrix Design Group LLC + 3451C9 + Apple - A0C589 - Intel Corporation + 406C8F + Apple - 001E1E - Honeywell Life Safety + 5855CA + Apple - 002340 - MiXTelematics + DC2B61 + Apple - B48B19 + 40A6D9 Apple - 38FDFE - IEEE Registration Authority + 60FACD + Apple - 2C09CB - Cobs AB + 003EE1 + Apple - BCEC5D + FC253F Apple - 28A02B + 04F7E4 Apple - A84481 - Nokia Corporation + 34C059 + Apple - 8844F6 - Nokia Corporation + F0D1A9 + Apple - F44D17 - Goldcard High-Tech Ltd + 705681 + Apple - 38B8EB - IEEE Registration Authority + 14109F + Apple - 9897D1 - MitraStar Technology Corp. + 040CCE + Apple + + + 54EAA8 + Apple - B83241 - Wuhan Tianyu Information Industry Ltd + 28E14C + Apple - 0060DC - NEC Magnus Communications Ltd + E4C63D + Apple - 907282 - Sagemcom Broadband SAS + 54E43A + Apple - 001C35 - Nokia Danmark A/S + 04DB56 + Apple - 001C9A - Nokia Danmark A/S + AC3C0B + Apple - 001CD6 - Nokia Danmark A/S + 701124 + Apple - 001CD4 - Nokia Danmark A/S + 042665 + Apple - 001D98 - Nokia Danmark A/S + EC3586 + Apple - 001DE9 - Nokia Danmark A/S + 78FD94 + Apple - 001E3A - Nokia Danmark A/S + 2CBE08 + Apple - 002548 - Nokia Danmark A/S + E8802E + Apple - 0022FC - Nokia Danmark A/S + 006171 + Apple - 0022FD - Nokia Danmark A/S + 8C7C92 + Apple - 0021AA - Nokia Danmark A/S + B03495 + Apple - 001D6E - Nokia Danmark A/S + F437B7 + Apple - 0023B4 - Nokia Danmark A/S + AC7F3E + Apple - 001370 - Nokia Danmark A/S + 280B5C + Apple - 9C1874 - Nokia Danmark A/S + ACFDEC + Apple - 001BAF - Nokia Danmark A/S + DC9B9C + Apple - C8D10B - Nokia Corporation + 54724F + Apple - 5CC6D0 - Skyworth Digital Technology(Shenzhen) Ltd + D8CF9C + Apple - 001A9A - Skyworth Digital Technology(Shenzhen) Ltd + 7C6DF8 + Apple - CC6DA0 - Roku Inc. + 04E536 + Apple - 0016E4 - Vanguard Security Engineering Corp. + A8BBCF + Apple - 3C8970 - Neosfar + 6C4008 + Apple - 001742 - Fujitsu Limited + FCA386 + Shenzhen Chuangwei-RGB Electronics Ltd - 001999 - Fujitsu Technology Solutions GmbH + 40331A + Apple - 005A39 - Shenzhen Fast Technologies Ltd + CCC760 + Apple - A089E4 - Skyworth Digital Technology(Shenzhen) Ltd + BC4CC4 + Apple - 78CA83 - IEEE Registration Authority + DC3714 + Apple - 0C1167 - Cisco Systems Inc. + 20A2E4 + Apple - 74EAE8 - ARRIS Group Inc. + 28F076 + Apple - F88E85 - Comtrend Corporation + 141357 + ATP Electronics Inc. - 02CF1C - Communication Machinery Corporation + B8B2EB + Googol Technology (HK) Limited - 0090F5 - Clevo Co. + FCCF43 + Huizhou City Huiyang District Meisiqi Industry Development Ltd - 0030FF - DataFab Systems Inc. + D848EE + Hangzhou Xueji Technology Ltd - 000FF6 - Darfon Lighting Corp + B4EF04 + DAIHAN Scientific Ltd - 002100 - Gemtek Technology Ltd + A4DEC9 + QLove Mobile Intelligence Information Technology (W.H.) Ltd - 50F520 - Samsung Electronics Ltd + CCE0C3 + EXTEN Technologies Inc. - 64B310 - Samsung Electronics Ltd + 646A74 + Auth-Servers LLC - A4EBD3 - Samsung Electronics Ltd + 4C8ECC + Silkan SA - C81073 - Century Opticomm Ltd + E435C8 + Huawei Technologies Ltd - 343759 - ZTE Corporation + 0C54B9 + Nokia - FC2F40 - Calxeda Inc. + 84100D + Motorola Mobility LLC, a Lenovo Company - BC620E - Huawei Technologies Ltd + D00F6D + T&W Electronics Company - 74A528 - Huawei Technologies Ltd + 908D78 + D-Link International - 5CF6DC - Samsung Electronics Ltd + 7C7176 + Wuxi iData Technology Company Ltd - 0026E4 - Canal + + 7C0191 + Apple - 000117 - Canal + + 2C1BC8 + Hunan Topview Network System Ltd - E01D3B - Cambridge Industries(Group) Ltd + A8474A + Hon Hai Precision Ind Ltd - 70C76F - Inno S + C40049 + Kamama - 38192F - Nokia Corporation + 80D605 + Apple - B8C68E - Samsung Electronics Ltd + 98E848 + Axiim - 04FE31 - Samsung Electronics Ltd + C04A09 + Zhejiang Everbright Communication Equip Ltd - 4CBCA5 - Samsung Electronics Ltd + A01E0B + MINIX Technology Limited - D831CF - Samsung Electronics Ltd + 68E8EB + Linktel Technologies Ltd - 188331 - Samsung Electronics Ltd + A845CD + Siselectron Technology Ltd - 9C65B0 - Samsung Electronics Ltd + D0C193 + Skybell Inc. - 8455A5 - Samsung Electronics Ltd + AC6462 + ZTE Corporation - A87C01 - Samsung Electronics Ltd + C025A2 + NEC Platforms Ltd - B0D09C + 48137E Samsung Electronics Ltd - 50C8E5 - Samsung Electronics Ltd + 30F772 + Hon Hai Precision Ind Ltd - 0020D4 - Cabletron Systems Inc. + DC3CF6 + Atomic Rules LLC - 00E03A - Cabletron Systems Inc. + 089B4B + iKuai Networks - 0010E7 - Breezecom Ltd + 4473D6 + Logitech - 9492BC - Syntech(HK) Technology Limited + 10CC1B + Liverock technologies,Inc - 001D19 - Arcadyan Technology Corporation + E80734 + Champion Optical Network Engineering LLC - 0012BF - Arcadyan Technology Corporation + A43831 + RF elements s.r.o. - 507E5D - Arcadyan Technology Corporation + 380546 + Foctek Photonics Inc. - 7C4FB5 - Arcadyan Technology Corporation + D48304 + Shenzhen Fast Technologies Ltd - 00223F - Netgear + DC2B2A + Apple - 000FB5 - Netgear + 9C8DD3 + Leonton Technologies - 00095B - Netgear + E41A2C + ZPE Systems Inc. - 001A4F - AVM GmbH + E8BDD1 + Huawei Technologies Ltd - 001C4A - AVM GmbH + F41535 + SPON Communication Technology Ltd - 00150C - AVM GmbH + 380AAB + Formlabs - 0026FF - BlackBerry RTS + 382DE8 + Samsung Electronics Ltd - A4E4B8 - BlackBerry RTS + C08997 + Samsung Electronics Ltd - 003067 - BIOSTAR Microtech Int'l Corp. + A815D6 + Shenzhen Meione Technology Ltd - F40B93 - BlackBerry RTS + C07CD1 + Pegatron Corporation - 1C69A5 - BlackBerry RTS + 90D8F3 + ZTE Corporation - 94EBCD - BlackBerry RTS + D445E8 + Jiangxi Hongpai Technology Ltd - 28C68E - Netgear + 342606 + CarePredict Inc. - 04A151 - Netgear + 38B725 + Wistron Infocomm (Zhongshan) Corporation - F87394 - Netgear + ACEC80 + ARRIS Group Inc. - 204E7F - Netgear + 507B9D + LCFC(HeFei) Electronics Technology Ltd - C03F0E - Netgear + 6C7220 + D-Link International - 0026F2 - Netgear + 30A243 + Shenzhen Prifox Innovation Technology Ltd - 00138F - Asiarock Technology Limited + 380195 + Samsung Electronics Ltd - 803773 - Netgear + 246E96 + Dell Inc. - A42B8C - Netgear + 44975A + Shenzhen Fast Technologies Ltd - CC7D37 - ARRIS Group Inc. + 5045F7 + Liuhe Intelligence Technology Ltd - A47AA4 - ARRIS Group Inc. + AC676F + Electrocompaniet A.S. - 001700 - ARRIS Group Inc. + 640DE6 + Petra Systems - 0016B5 - ARRIS Group Inc. + E0553D + Cisco Meraki - 0015A8 - ARRIS Group Inc. + FC335F + Polyera - 00159A - ARRIS Group Inc. + 84D4C8 + Widex A/S - 001180 - ARRIS Group Inc. + EC21E5 + Toshiba - 000B06 - ARRIS Group Inc. + 04C23E + HTC Corporation - 00D088 - ARRIS Group Inc. + E01AEA + Allied Telesis Inc. - 00128A - ARRIS Group Inc. + 28B9D9 + Radisys Corporation - 002375 - ARRIS Group Inc. + F4C613 + Alcatel-Lucent Shanghai Bell Ltd - 0023A3 - ARRIS Group Inc. + 445F8C + Intercel Group Limited - 001ADB - ARRIS Group Inc. + B88981 + Chengdu InnoThings Technology Ltd - 001F7E - ARRIS Group Inc. + F02624 + Wafa Technologies Ltd - 0011AE - ARRIS Group Inc. + F8F464 + Rawe Electonic GmbH - 94CCB9 - ARRIS Group Inc. + 5C5188 + Motorola Mobility LLC, a Lenovo Company - 3C438E - ARRIS Group Inc. + EC0133 + Trinus Systems Inc. - 0024C1 - ARRIS Group Inc. + 2CC548 + IAdea Corporation - 0025F2 - ARRIS Group Inc. + 14DDA9 + ASUSTek Computer Inc. - 0025F1 - ARRIS Group Inc. + 184F32 + Hon Hai Precision Ind Ltd - 001404 - ARRIS Group Inc. + DCA3AC + RBcloudtech - 001AAD - ARRIS Group Inc. + 0CE725 + Microsoft Corporation - 0026BA - ARRIS Group Inc. + 58F102 + BLU Products Inc. - 00230B - ARRIS Group Inc. + B4AE2B + Microsoft Corporation - 74E7C6 - ARRIS Group Inc. + 949F3E + Sonos Inc. - 001C12 - ARRIS Group Inc. + 3089D3 + Hongkong Ucloudlink Network Technology Limited - 5C338E - Alpha Networks Inc. + 5CB395 + Huawei Technologies Ltd - 000941 - Allied Telesis R&D Center K.K. + 906CAC + Fortinet Inc. - 28E347 - Liteon Technology Corporation + 3CDA2A + ZTE Corporation - 446D57 - Liteon Technology Corporation + 842E27 + Samsung Electronics Ltd - 9CB70D - Liteon Technology Corporation + 1CADD1 + Bosung Electronics Ltd - 68A3C4 - Liteon Technology Corporation + 082CB0 + Network Instruments - 70F1A1 - Liteon Technology Corporation + A013CB + Fiberhome Telecommunication Technologies Ltd - 8400D2 - Sony Mobile Communications Inc + D00492 + Fiberhome Telecommunication Technologies Ltd - 303926 - Sony Mobile Communications Inc + 1432D1 + Samsung Electronics Ltd - 00EB2D - Sony Mobile Communications Inc + 1816C9 + Samsung Electronics Ltd - B4527D - Sony Mobile Communications Inc + 00FC8D + Hitron Technologies Inc. - 00D9D1 - Sony Interactive Entertainment Inc. + 84DF19 + Chuango Security Technology Corporation - B00594 - Liteon Technology Corporation + DC15DB + Ge Ruili Intelligent Technology ( Beijing ) Ltd - EC086B - TP-Link Technologies Ltd + E0DB10 + Samsung Electronics Ltd - 94A1A2 - AMPAK Technology Inc. + 546172 + Zodiac Aerospace SAS - 00014A - Sony Corporation + EC60E0 + AVI-ON Labs - 001EDC - Sony Mobile Communications Inc + B46D35 + Dalian Seasky Automation Co; Ltd - 001D28 - Sony Mobile Communications Inc + 3CA31A + Oilfind International LLC - 001813 - Sony Mobile Communications Inc + 30F335 + Huawei Technologies Ltd - 402BA1 - Sony Mobile Communications Inc + E8F2E3 + Starcor Beijing Ltd - 983B16 - AMPAK Technology Inc. + 6459F8 + Vodafone Omnitel B.V. - 409558 - Aisino Corporation + 6C4418 + Zappware - 182861 - AirTies Wireless Networks + A8D409 + USA 111 Inc - 6C71D9 - Azurewave Technologies Inc. + 6C4598 + Antex Electronic Corp. - D0E782 - Azurewave Technologies Inc. + 68A378 + Freebox SAS - 6CADF8 - Azurewave Technologies Inc. + 340A22 + TOP-Access Electronics Ltd - A81D16 - Azurewave Technologies Inc. + E866C4 + Diamanti - 34C3D2 - FN-Link Technology Limited + D4D7A9 + Shanghai Kaixiang Info Tech Ltd - 54F6C5 - Fujian Star-NET Communication Ltd + 343D98 + JinQianMao Technology Ltd - D0D412 - ADB Broadband Italia + F44713 + Leading Public Performance Ltd - 0026B8 - Actiontec Electronics Inc. + 5CA178 + TableTop Media (dba Ziosk) - 0026FC - AcSiP Technology Corp. + 9CBEE0 + Biosoundlab Ltd - 0015AF - Azurewave Technologies Inc. + 0C413E + Microsoft Corporation - 74F06D - Azurewave Technologies Inc. + D06F4A + Topwell International Holdings Limited - 44D832 - Azurewave Technologies Inc. + 0492EE + iway AG - E0B9A5 - Azurewave Technologies Inc. + 807459 + K's Ltd - 781881 - Azurewave Technologies Inc. + 601970 + Huizhou Qiaoxing Electronics Technology Ltd - B046FC - MitraStar Technology Corp. + A408EA + Murata Manufacturing Ltd - E04136 - MitraStar Technology Corp. + B87879 + Roche Diagnostics GmbH - 001CA2 - ADB Broadband Italia + D083D4 + Xtel Wireless ApS - 002233 - ADB Broadband Italia + 08D34B + Techman Electronics (Changshu) Ltd - 3039F2 - ADB Broadband Italia + 78A351 + Shenzhen Zhibotong Electronics Ltd - 0017C2 - ADB Broadband Italia + E4695A + Dictum Health Inc. - 689C5E - AcSiP Technology Corp. + 7C7A53 + Phytrex Technology Corp. - 9C0E4A - Shenzhen Vastking Electronic Ltd + 107873 + Shenzhen Jinkeyi Communication Ltd - A85840 - Cambridge Industries(Group) Ltd + 48EE0C + D-Link International - A0D37A - Intel Corporation + EC3C88 + MCNEX Ltd - 8896F2 - Valeo Schalter und Sensoren GmbH + 70AD54 + Malvern Instruments Ltd - 001073 - Technobox Inc. + 9000DB + Samsung Electronics Ltd - 20934D - Fujian Star-NET Communication Ltd + B4EF39 + Samsung Electronics Ltd - 009027 - Intel Corporation + F02A23 + Creative Next Design - C48508 - Intel Corporation + 584704 + Shenzhen Webridge Technology Ltd - 6805CA - Intel Corporation + 74A063 + Huawei Technologies Ltd - 247703 - Intel Corporation + ECE2FD + SKG Electric Group(Thailand) Ltd - 74E50B - Intel Corporation + 148F21 + Garmin International - B80305 - Intel Corporation + 9C685B + Octonion SA - 00A0C9 - Intel Corporation + 7C534A + Metamako - 141877 - Dell Inc. + BCB308 + Hongkong Ragentek Communication Technology Ltd - E09796 - Huawei Technologies Ltd + 6C2E72 + B&B Exporting Limited - 1C4024 - Dell Inc. + 5CCCFF + Techroutes Network Pvt Ltd - 18FB7B - Dell Inc. + 90C35F + Nanjing Jiahao Technology Ltd - F8B156 - Dell Inc. + C808E9 + LG Electronics - 141AA3 - Motorola Mobility LLC, a Lenovo Company + 183A2D + Samsung Electronics Ltd - 3407FB - Ericsson AB + EC74BA + Hirschmann Automation and Control GmbH - A4A1C2 - Ericsson AB + FC3288 + CELOT Wireless Ltd - 00065B - Dell Inc. + D87495 + ZTE Corporation - 842B2B - Dell Inc. + 5C3B35 + Gehirn Inc. - F04DA2 - Dell Inc. + E4FED9 + EDMI Europe Ltd - E0DB55 - Dell Inc. + 5CF7C3 + Syntech (HK) Technology Limited - 000F1F - Dell Inc. + 9CE230 + Julong Ltd - 24B6FD - Dell Inc. + 5C41E7 + Wiatec International Ltd - 74E6E2 - Dell Inc. + 344CA4 + amazipoint technology Ltd - 34E6D7 - Dell Inc. + A8F038 + Shen Zhen SHI JIN HUA TAI Electronics Ltd - 001EC9 - Dell Inc. + ACC73F + Vitsmo Ltd - 002170 - Dell Inc. + 74E277 + Vizmonet Pte Ltd - 00219B - Dell Inc. + 14893E + Vixtel Technologies LTD - B8AC6F - Dell Inc. + BC54F9 + Drogoo Technology Ltd - 8CA982 - Intel Corporation + 78FC14 + Family Zone Cyber Safety Ltd - BC7737 - Intel Corporation + 3809A4 + Firefly Integrations - 1430C6 - Motorola Mobility LLC, a Lenovo Company + BCE767 + Quanzhou TDX Electronics Ltd - D8FC93 - Intel Corporation + FCAFAC + Socionext Inc. - D4AE52 - Dell Inc. + BC4DFB + Hitron Technologies Inc. - 28162E - 2Wire Inc. + 2C337A + Hon Hai Precision Ind Ltd - F81897 - 2Wire Inc. + 84DDB7 + Cilag GmbH International - 94C150 - 2Wire Inc. + 08EFAB + Sayme Wireless Sensor Network - 5CF821 - Texas Instruments + 7076FF + Kerlink - 88074B - LG Electronics (Mobile Communications) + 1436C6 + Lenovo Mobile Communication Technology Ltd - 000D72 - 2Wire Inc. + 68F728 + LCFC(HeFei) Electronics Technology Ltd - 001288 - 2Wire Inc. + 382C4A + ASUSTek Computer Inc. - 00789E - Sagemcom Broadband SAS + 307350 + Inpeco SA - E8BE81 - Sagemcom Broadband SAS + DCEC06 + Heimi Network Technology Ltd - 681590 - Sagemcom Broadband SAS + CCBDD3 + Ultimaker B.V. - F4EB38 - Sagemcom Broadband SAS + 8CE78C + DK Networks - 001BBF - Sagemcom Broadband SAS + 545146 + AMG Systems Ltd - 002569 - Sagemcom Broadband SAS + 8463D6 + Microsoft Corporation - 141FBA - IEEE Registration Authority + EC13B2 + Netonix - 807B85 - IEEE Registration Authority + 104E07 + Shanghai Genvision Industries Ltd - CC1BE0 - IEEE Registration Authority + 049B9C + Eadingcore Intelligent Technology Ltd - F40E11 - IEEE Registration Authority + 842690 + Beijing Thought Science Ltd - 10F681 - Vivo Mobile Communication Ltd + 801967 + Shanghai Reallytek Information Technology Ltd - 00217C - 2Wire Inc. + 2CF7F1 + Seeed Technology Inc. - 001FB3 - 2Wire Inc. + 3C1E13 + Hangzhou Sunrise Technology Ltd - 002275 - Belkin International Inc. + 08115E + Bitel Ltd - 0057D2 - Cisco Systems Inc. + 0881BC + HongKong Ipro Technology Ltd - 3C6716 - Lily Robotics + C09879 + Acer Inc. - 00D0BD - Lattice Semiconductor Corp. (LPA) + B84FD5 + Microsoft Corporation - 001F3A - Hon Hai Precision Ind Ltd + D84A87 + OI Electric Ltd - C8A030 - Texas Instruments + F03D29 + Actility - 78C5E5 - Texas Instruments + 88708C + Lenovo Mobile Communication Technology Ltd - 0CFD37 - SUSE Linux GmbH + 5014B5 + Richfit Information Technology Ltd - 2C228B - CTR SRL + DCDA4F + Getck Technology, Inc - 0C6F9C - Shaw Communications Inc. + 101218 + Korins Inc. - 0017E4 - Texas Instruments + 3428F0 + ATN International Limited - 04E451 - Texas Instruments + CC10A3 + Beijing Nan Bao Technology Ltd - 505663 - Texas Instruments + 5CAAFD + Sonos Inc. - 883314 - Texas Instruments + 14EDE4 + Kaiam Corporation - 647BD4 - Texas Instruments + D01242 + BIOS Corporation - D8952F - Texas Instruments + 603696 + The Sapling Company - B8FFFE - Texas Instruments + 54FFCF + Mopria Alliance - 2CE412 - Sagemcom Broadband SAS + F4F26D + TP-Link Technologies Ltd - 44C15C - Texas Instruments + 404EEB + Higher Way Electronic Ltd - 0022A5 - Texas Instruments + C456FE + Lava International Ltd - E043DB - Shenzhen ViewAt Technology Ltd + ACB74F + METEL s.r.o. - 3CCF5B - Icomm HK Limited + C0EEFB + OnePlus Tech (Shenzhen) Ltd - 2405F5 - Integrated Device Technology (Malaysia) Sdn. Bhd. + 304225 + Burg-Wachter KG - 3C3556 - Cognitec Systems GmbH + FCDBB3 + Murata Manufacturing Ltd - 3C9066 - SmartRG Inc. + CCF538 + 3isysnetworks - 000D88 - D-Link Corporation + B8BD79 + TrendPoint Systems - 001195 - D-Link Corporation + 74F413 + Maxwell Forest - 001346 - D-Link Corporation + A00627 + NEXPA System - 78E3B5 - Hewlett-Packard Company + 303335 + Boosty - 78ACC0 - Hewlett-Packard Company + 4C9EFF + ZyXEL Communications Corp - 68B599 - Hewlett-Packard Company + BC9CC5 + Beijing Huafei Technology Ltd - 1CC1DE - Hewlett-Packard Company + 5CB8CB + Allis Communications - B8A386 - D-Link International + 34F0CA + Shenzhen Linghangyuan Digital Technology Ltd - 1C7EE5 - D-Link International + 70720D + Lenovo Mobile Communication Technology Ltd - 1CBDB9 - D-Link International + 3CCD5A + Technische Alternative GmbH - 00142F - Savvius + FCAA14 + Giga-Byte Technology Ltd - 28BC18 - SourcingOverseas Ltd + 94D60E + Shenzhen yunmao Information technologies Ltd - 94ABDE - OMX Technology - FZE + 506787 + Planet Networks - 9CDFB1 - Shenzhen Crave Communication Ltd + 8CBF9D + Shanghai Xinyou Information Technology Ltd - ACCF85 - Huawei Technologies Ltd + 9CAD97 + Hon Hai Precision Ind Ltd - 3871DE - Apple + 882950 + Netmoon Technology Ltd - 7081EB - Apple + 7CE524 + Quirky Inc. - 00738D - Shenzhen TINNO Mobile Technology Corp. + F4D261 + SEMOCON Ltd - 34BA75 - Everest Networks Inc. + 48D855 + Telvent - 7C18CD - E-TRON Ltd + 08F728 + GLOBO Multimedia Sp. z o.o. Sp.k. - 00E0FC - Huawei Technologies Ltd + 206E9C + Samsung Electronics Ltd - 6416F0 - Huawei Technologies Ltd + 6C2F2C + Samsung Electronics Ltd - F40304 - Google Inc. + B009D3 + Avizia - 546009 - Google Inc. + 60C1CB + Fujian Great Power PLC Equipment Ltd - A47733 - Google Inc. + BC25F0 + 3D Display Technologies Ltd - 807ABF - HTC Corporation + C03D46 + Shanghai Sango Network Technology Ltd - 78F882 - LG Electronics (Mobile Communications) + 64EAC5 + SiboTech Automation Ltd - C02C7A - Shenzhen Horn Audio Ltd + 30F7D7 + Thread Technology Ltd - 1CCB99 - TCT mobile Ltd + 18227E + Samsung Electronics Ltd - A42BB0 - TP-Link Technologies Ltd + 30C7AE + Samsung Electronics Ltd - 188B45 - Cisco Systems Inc. + FCD5D9 + Shenzhen SDMC Technology Ltd - 606944 - Apple + 74DA38 + Edimax Technology Ltd - B0C69A - Juniper Networks + E4F4C6 + Netgear - 2C6BF5 - Juniper Networks + CCA0E5 + DZG Metering GmbH - C42F90 - Hangzhou Hikvision Digital Technology Ltd + 1C1CFD + Dalian Hi-Think Computer Technology, Corp - F4CA24 - FreeBit Ltd + 90AE1B + TP-Link Technologies Ltd - 00D0B7 - Intel Corporation + 60E327 + TP-Link Technologies Ltd - 001DD6 - ARRIS Group Inc. + 48D18E + Metis Communication Ltd - 903EAB - ARRIS Group Inc. + F86601 + Suzhou Chi-tek Information technology Ltd - 306023 - ARRIS Group Inc. + 145645 + Savitech Corp. - 14ABF0 - ARRIS Group Inc. + 7062B8 + D-Link International - 0014F6 - Juniper Networks + ACA919 + TrekStor GmbH - 901ACA - ARRIS Group Inc. + B025AA + Private - C83FB4 - ARRIS Group Inc. + D4B43E + Messcomp Datentechnik GmbH - E0B70A - ARRIS Group Inc. + 94C014 + Sorter Sp. j. Konrad Grzeszczyk MichaA, Ziomek - 001DCE - ARRIS Group Inc. + 9CFBF1 + MESOMATIC GmbH & Co.KG - 0013E8 - Intel Corporation + 1027BE + Tvip - 0013CE - Intel Corporation + 2087AC + AES motomation - 2C768A - Hewlett-Packard Company + 709383 + Intelligent Optical Network High Tech Ltd - C8348E - Intel Corporation + 80D433 + LzLabs GmbH - 4C3488 - Intel Corporation + B0DA00 + Cera Electronique - 1002B5 - Intel Corporation + 1CAB01 + Innovolt - 004026 - Buffalo Inc. + D8B6D6 + Blu Tether Limited - 4CE676 - Buffalo Inc. + 6C2C06 + OOO NPP Systemotechnika-NN - 000BCD - Hewlett-Packard Company + C4913A + Shenzhen Sanland Electronic Ltd - 000F20 - Hewlett-Packard Company + 68856A + OuterLink Corporation - 00110A - Hewlett-Packard Company + 9451BF + Hyundai ESG - B8B81E - Intel Corporation + F015A0 + KyungDong One Ltd - B46D83 - Intel Corporation + C44E1F + BlueN - 000E35 - Intel Corporation + B0869E + Chloride S.r.L - 0007E9 - Intel Corporation + D057A1 + Werma Signaltechnik GmbH & Co. KG - 001708 - Hewlett-Packard Company + B4B542 + Hubbell Power Systems Inc. - 0017A4 - Hewlett-Packard Company + 54CDEE + Shenzhen Apexis Electronic Ltd - C005C2 - ARRIS Group Inc. + 88E8F8 + Yong TAI Electronic (Dongguan) Ltd - 0030C1 - Hewlett-Packard Company + 909864 + Impex-Sat GmbH&Co KG - 0080A0 - Hewlett-Packard Company + DCE578 + Experimental Factory Of Scientific Engineering and Special Design Department - D48564 - Hewlett-Packard Company + D86595 + Toy's Myth Inc. - 24BE05 - Hewlett-Packard Company + F4B52F + Juniper Networks - FC3FDB - Hewlett-Packard Company + C0F79D + Powercode - 308D99 - Hewlett-Packard Company + C4C919 + Energy Imports Ltd - 5820B1 - Hewlett-Packard Company + 38F098 + Vapor Stone Rail Systems - 9457A5 - Hewlett-Packard Company + 64E892 + Morio Denki Ltd - 000EB3 - Hewlett-Packard Company + D8DD5F + BALMUDA Inc. - 080009 - Hewlett-Packard Company + D86194 + Objetivos y Sevicios de Valor Anadido - 90CDB6 - Hon Hai Precision Ind Ltd + E8FC60 + ELCOM Innovations Private Limited - 40490F - Hon Hai Precision Ind Ltd + 589CFC + FreeBSD Foundation - 00265C - Hon Hai Precision Ind Ltd + 702C1F + Wisol - 002269 - Hon Hai Precision Ind Ltd + C8D429 + Muehlbauer AG - D87988 - Hon Hai Precision Ind Ltd + F85C45 + IC Nexus Ltd - 74A78E - ZTE Corporation + ACE069 + ISAAC Instruments - 00092D - HTC Corporation + 30B5C2 + TP-Link Technologies Ltd - 443192 - Hewlett-Packard Company + E07F53 + Techboard SRL - A0D3C1 - Hewlett-Packard Company + 48FEEA + Homa B.V. - 38EAA7 - Hewlett-Packard Company + E8EA6A + StarTech.com - AC162D - Hewlett-Packard Company + 04DB8A + Suntech International Ltd - 80C16E - Hewlett-Packard Company + 90DFB7 + s.m.s smart microwave sensors GmbH - B4B52F - Hewlett-Packard Company + 085700 + TP-Link Technologies Ltd - D07E28 - Hewlett-Packard Company + FC27A2 + Trans Electric Ltd - D0BF9C - Hewlett-Packard Company + FCBBA1 + Shenzhen Minicreate Technology Ltd - 7C6193 - HTC Corporation + F08A28 + JIANGSU HENGSION ELECTRONIC S and T Ltd - 90E7C4 - HTC Corporation + 28BB59 + RNET Technologies Inc. - BCEAFA - Hewlett-Packard Company + 242642 + Sharp Corporation. - 7446A0 - Hewlett-Packard Company + 34DE34 + ZTE Corporation - 2C44FD - Hewlett-Packard Company + FC1607 + Taian Technology(Wuxi) Ltd - 0453D5 - Sysorex Global Holdings + AC02CA + HI Solutions Inc. - EC52DC - WORLD MEDIA AND TECHNOLOGY Corp. + 746F3D + Contec GmbH - 94B2CC - Pioneer Corporation + 4C0DEE + Jabil Circuit (Shanghai) Ltd - 0452F3 - Apple + D0634D + Meiko Maschinenbau GmbH & Co. KG - 88C255 - Texas Instruments + 008B43 + Rftech - CC78AB - Texas Instruments + 8C41F2 + RDA Technologies Ltd - 1C7839 - Shenzhen Tencent Computer System Ltd + E036E3 + Stage One International Ltd - FCD733 - TP-Link Technologies Ltd + DC052F + National Products Inc. - 5C899A - TP-Link Technologies Ltd + D0BD01 + DS International - A81B5A - Guangdong Oppo Mobile Telecommunications Corp Ltd + 8CDE99 + Comlab Inc. - 2C5BB8 - Guangdong Oppo Mobile Telecommunications Corp Ltd + 4CE1BB + Zhuhai HiFocus Technology Ltd - 08EB74 - HUMAX Ltd + 24A87D + Panasonic Automotive Systems Asia Pacific(Thailand) Ltd - E005C5 - TP-Link Technologies Ltd + A409CB + Alfred Kaercher GmbH & Co KG - 388345 - TP-Link Technologies Ltd + 8C569D + Imaging Solutions Group - EC888F - TP-Link Technologies Ltd + 40B6B1 + SUNGSAM Ltd - 6466B3 - TP-Link Technologies Ltd + 84FE9E + RTC Industries Inc. - 2832C5 - HUMAX Ltd + FC4B1C + Intersensor S.R.L. - F0F336 - TP-Link Technologies Ltd + 403067 + Conlog (Pty) Ltd - BC4699 - TP-Link Technologies Ltd + E86183 + Black Diamond Advanced Technology LLC - F483CD - TP-Link Technologies Ltd + 38C9A9 + SMART High Reliability Solutions Inc. - 002127 - TP-Link Technologies Ltd + 501AC5 + Microsoft Corporation - 5C63BF - TP-Link Technologies Ltd + B0989F + LG CNS - 142D27 - Hon Hai Precision Ind Ltd + C0F1C4 + Pacidal Corporation Ltd - 88E3AB - Huawei Technologies Ltd + 600347 + Billion Electric Ltd - C40528 - Huawei Technologies Ltd + F0D3A7 + CobaltRay Ltd - 3CDFBD - Huawei Technologies Ltd + 38A53C + CoMECER Netherlands - 509F27 - Huawei Technologies Ltd + 5CFFFF + Shenzhen Kezhonglong Optoelectronic Technology Ltd - 80717A - Huawei Technologies Ltd + 085240 + EbV Elektronikbau- und Vertriebs GmbH - 0021E8 - Murata Manufacturing Ltd + B8C1A2 + Dragon Path Technologies Ltd - 000E6D - Murata Manufacturing Ltd + 80F25E + Kyynel - 902106 - BSkyB Ltd + 68692E + Zycoo Ltd - D02788 - Hon Hai Precision Ind Ltd + D46867 + Neoventus Design Group - 904CE5 - Hon Hai Precision Ind Ltd + 2C18AE + Trend Electronics Ltd - 001FE2 - Hon Hai Precision Ind Ltd + F81CE5 + Telefonbau Behnke GmbH - 0016CF - Hon Hai Precision Ind Ltd + 889166 + Viewcooper Corp. - 2002AF - Murata Manufacturing Ltd + 103378 + FLECTRON Ltd - 98F537 - ZTE Corporation + 14EDA5 + Wachter GmbH Sicherheitssysteme - 5C4CA9 - Huawei Technologies Ltd + 50C006 + Carmanah Signs - F4C714 - Huawei Technologies Ltd + 04CB1D + Traka plc - 286ED4 - Huawei Technologies Ltd + A4E9A3 + Honest Technology Ltd - 001E10 - Huawei Technologies Ltd + A0E5E9 + enimai Inc - D47856 - Avaya Inc + 9C216A + TP-Link Technologies Ltd - D842AC - Shanghai Feixun Communication Ltd + F862AA + xn Systems - 5439DF - Huawei Technologies Ltd + 107BEF + ZyXEL Communications Corp - 283CE4 - Huawei Technologies Ltd + B462AD + Elysia Germany GmbH - 2CF4C5 - Avaya Inc + 345C40 + Cargt Holdings LLC - 3C3A73 - Avaya Inc + 68193F + Digital Airways - FC8399 - Avaya Inc + B4750E + Belkin International Inc. - 587F66 - Huawei Technologies Ltd + 94103E + Belkin International Inc. - 64A651 - Huawei Technologies Ltd + 7CB733 + Askey Computer Corp - 086361 - Huawei Technologies Ltd + 3051F8 + BYK-Gardner GmbH - A01290 - Avaya Inc + E8F226 + Millson Custom Solutions Inc. - 38BB3C - Avaya Inc + 44EE30 + Budelmann Elektronik GmbH - F873A2 - Avaya Inc + FC1E16 + IPEVO Corp - CCF954 - Avaya Inc + 3C6E63 + Mitron Oy - 8C34FD - Huawei Technologies Ltd + A4059E + STA Infinity LLP - ACF7F3 - Xiaomi Communications Ltd + A0BF50 + S.C. ADD-Production S.R.L. - D4970B - Xiaomi Communications Ltd + E8D4E0 + Beijing BenyWave Technology Ltd - 8CBEBE - Xiaomi Communications Ltd + FC019E + Vievu - 14F65A - Xiaomi Communications Ltd + 642184 + Nippon Denki Kagaku Ltd - 009EC8 - Xiaomi Communications Ltd + 2464EF + CYG Sunri Ltd - 0C1DAF - Xiaomi Communications Ltd + D8270C + MaxTronic International Ltd - 0819A6 - Huawei Technologies Ltd + B4CCE9 + Prosyst - 3CF808 - Huawei Technologies Ltd + C4D655 + Tercel technology Ltd - 486276 - Huawei Technologies Ltd + 58BDF9 + Sigrand - B41513 - Huawei Technologies Ltd + C0C687 + Cisco SPVTG - AC4E91 - Huawei Technologies Ltd + C49380 + Speedytel technology - 283152 - Huawei Technologies Ltd + 007DFA + Volkswagen Group Of America - 3480B3 - Xiaomi Communications Ltd + 2C7155 + HiveMotion - F48B32 - Xiaomi Communications Ltd + 20180E + Shenzhen Sunchip Technology Ltd - 009021 - Cisco Systems Inc. + 80B219 + Elektron Technology UK Limited - 0090B1 - Cisco Systems Inc. + E0AEB2 + Bender GmbH & Co.KG - 001AB6 - Texas Instruments + F84A7F + Innometriks Inc - 0012D1 - Texas Instruments + 74A4B5 + Powerleader Science and Technology Ltd - 001237 - Texas Instruments + 909F43 + Accutron Instruments Inc. - A0E6F8 - Texas Instruments + 2894AF + Samhwa Telecom - 70FF76 - Texas Instruments + AC5036 + Pi-Coral Inc - D03972 - Texas Instruments + 0C9B13 + Shanghai Magic Mobile Telecommunication Ltd - 5C313E - Texas Instruments + 94BF1E + eflow Inc. / Smart Device Planning and Development Division - F4B85E - Texas Instruments + E8516E + TSMART Inc. - 68C90B - Texas Instruments + AC220B + ASUSTek Computer Inc. - 74882A - Huawei Technologies Ltd + B887A8 + Step Ahead Innovations Inc. - 4CB16C - Huawei Technologies Ltd + E0A198 + NOJA Power Switchgear Pty Ltd - 04BD70 - Huawei Technologies Ltd + 88354C + Transics - D4F513 - Texas Instruments + 3C6104 + Juniper Networks - 507224 - Texas Instruments + CC4AE1 + fourtec -Fourier Technologies - 0090D9 - Cisco Systems Inc. + 8C4B59 + 3D Imaging & Simulations Corp - 009092 - Cisco Systems Inc. + 5C3327 + Spazio Italia srl - 00102F - Cisco Systems Inc. + 507691 + Tekpea Inc. - 00100D - Cisco Systems Inc. + 28F532 + ADD-Engineering BV - 001007 - Cisco Systems Inc. + 9440A2 + Anywave Communication Technologies Inc. - 001014 - Cisco Systems Inc. + 1C86AD + MCT Ltd - 0090BF - Cisco Systems Inc. + 28D93E + Telecor Inc. - 0050D1 - Cisco Systems Inc. + 640B4A + Digital Telecom Technology Limited - 1CE6C7 - Cisco Systems Inc. + 384233 + Wildeboer Bauteile GmbH - CCD539 - Cisco Systems Inc. + 3C8AB0 + Juniper Networks - 4C0082 - Cisco Systems Inc. + C034B4 + Gigastone Corporation - 7C95F3 - Cisco Systems Inc. + CCE8AC + SOYEA Technology Ltd - 34DBFD - Cisco Systems Inc. + 70F176 + Data Modul AG - 885A92 - Cisco Systems Inc. + B847C6 + SanJet Technology Corp. - 00400B - Cisco Systems Inc. + B8CD93 + Penetek Inc. - 006070 - Cisco Systems Inc. + 28DB81 + Shanghai Guao Electronic Technology Ltd - 500604 - Cisco Systems Inc. + 3806B4 + A.D.C. GmbH - 00E01E - Cisco Systems Inc. + B8241A + Sweda Informatica Ltda - 00112F - ASUSTek Computer Inc. + A0B100 + Shenzhen Cando Electronics Ltd - 001BFC - ASUSTek Computer Inc. + 201D03 + Elatec GmbH - A0554F - Cisco Systems Inc. + E067B3 + Shenzhen C-Data Technology Ltd - 204C9E - Cisco Systems Inc. + 1C4AF7 + Amon Inc - 84B802 - Cisco Systems Inc. + E4776B + Aartesys AG - B0AA77 - Cisco Systems Inc. + 30F31D + ZTE Corporation - BCC493 - Cisco Systems Inc. + A0EC80 + ZTE Corporation - A46C2A - Cisco Systems Inc. + 0CC81F + Summer Infant Inc. - D0A5A6 - Cisco Systems Inc. + A8FB70 + WiseSec L.t.d - 3C5EC3 - Cisco Systems Inc. + E481B3 + Shenzhen ACT Industrial Ltd - 64F69D - Cisco Systems Inc. + C06C6D + MagneMotion Inc. - 000389 - Plantronics Inc. + E880D8 + GNTEK Electronics Ltd - D072DC - Cisco Systems Inc. + 303EAD + Sonavox Canada Inc - 28C7CE - Cisco Systems Inc. + F835DD + Gemtek Technology Ltd - F40F1B - Cisco Systems Inc. + D8B04C + Jinan USR IOT Technology Ltd - F8C288 - Cisco Systems Inc. + CC04B4 + Select Comfort - 1C6A7A - Cisco Systems Inc. + 5C15E1 + Aidc Technology (S) PTE Ltd - 001EE5 - Cisco-Linksys LLC + E8519D + Yeonhab Precision Ltd - 484487 - Cisco SPVTG + DC5726 + Power-One - 38C85C - Cisco SPVTG + F8DADF + EcoTech Inc. - 485B39 - ASUSTek Computer Inc. + 30AE7B + Deqing Dusun Electron Ltd - BCAEC5 - ASUSTek Computer Inc. + 68EC62 + YODO Technology Corp Ltd - 10BF48 - ASUSTek Computer Inc. + 188857 + Beijing Jinhong Xi-Dian Information Technology Corp. - 5067AE - Cisco Systems Inc. + B8C855 + Shanghai GBCOM Communication Technology Ltd - F09E63 - Cisco Systems Inc. + 78303B + Stephen Technologies Ltd - 6C9989 - Cisco Systems Inc. + CC1AFA + ZTE Corporation - 18E728 - Cisco Systems Inc. + 6C8B2F + ZTE Corporation - 001217 - Cisco-Linksys LLC + 8C5AF0 + Exeltech Solar Products - 001310 - Cisco-Linksys LLC + B0808C + Laser Light Engines - 046C9D - Cisco Systems Inc. + D8DCE9 + Kunshan Erlab ductless filtration System Ltd - 84B261 - Cisco Systems Inc. + DCD52A + Sunny Heart Limited - E448C7 - Cisco SPVTG + D866C6 + Shenzhen Daystar Technology Ltd - 00101F - Cisco Systems Inc. + D00EA4 + Porsche Cars North America - 54A274 - Cisco Systems Inc. + 784B08 + f.robotics acquisitions Ltd - 60FB42 - Apple + 84E4D9 + Shenzhen NEED technology Ltd - 64B9E8 - Apple + 40BC73 + Cronoplast S.L. - 001D4F - Apple + 4007C0 + Railtec Systems GmbH - 002312 - Apple + A4D3B5 + GLITEL Stropkov, s.r.o. - 80E01D - Cisco Systems Inc. + D43A65 + IGRS Engineering Lab Ltd - D8A25E - Apple + F499AC + WEBER Schraubautomaten GmbH - 000A27 - Apple + D05099 + ASRock Incorporation - 183451 - Apple + A49EDB + AutoCrib Inc. - 0C771A - Apple + 1C76CA + Terasic Technologies Inc. - 286ABA - Apple + 888964 + GSI Electronics Inc. - 4CB199 - Apple + 7CD844 + Enmotus Inc - C09F42 - Apple + 44619C + FONsystem Ltd - D023DB - Apple + 70820E + as electronics GmbH - 70DEE2 - Apple + 0C1105 + Akuvox (Xiamen) Networks Ltd - F0CBA1 - Apple + 5C22C4 + DAE EUN Electronics Ltd - 182032 - Apple + F8FEA8 + Technico Japan Corporation - 403CFC - Apple + 1800DB + Fitbit Inc. - 4860BC - Apple + 78A106 + TP-Link Technologies Ltd - 3451C9 - Apple + 6C6126 + Rinicom Holdings - 406C8F - Apple + 88685C + Shenzhen ChuangDao & Perpetual Eternal Technology Ltd - 5855CA - Apple + 102831 + Morion Inc. - DC2B61 - Apple + EC2C49 + University Of Tokyo - 40A6D9 - Apple + D82916 + Ascent Communication Technology - 60FACD - Apple + 2CF203 + Emko Elektronik SAN VE TIC AS - 003EE1 - Apple + B4FE8C + Centro Sicurezza Italia SpA - FC253F - Apple + 40E730 + DEY Storage Systems Inc. - 04F7E4 - Apple + 68B094 + Inesa Electron Ltd - 34C059 - Apple + A073FC + Rancore Technologies Private Limited - F0D1A9 - Apple + 44F849 + Union Pacific Railroad - 705681 - Apple + CC0DEC + Cisco SPVTG - 14109F - Apple + 1C37BF + Cloudium Systems Ltd - 040CCE - Apple + 50ABBF + Hoseo Telecom - 54EAA8 - Apple + 0C722C + TP-Link Technologies Ltd - 28E14C - Apple + 9CE635 + Nintendo Ltd - E4C63D - Apple + 60A44C + ASUSTek Computer Inc. - 54E43A - Apple + 185AE8 + Zenotech Ltd - 04DB56 - Apple + C47DCC + Zebra Technologies Inc - AC3C0B - Apple + E0AEED + Loenk - 701124 - Apple + E492E7 + Gridlink Tech Ltd - 042665 - Apple + CC047C + G-WAY Microwave - EC3586 - Apple + 64535D + Frauscher Sensortechnik - 78FD94 - Apple + 3C6FF7 + EnTek Systems Inc. - 2CBE08 - Apple + 2C7B5A + Milper Ltd - E8802E - Apple + D4BF2D + SE Controls Asia Pacific Ltd - 006171 - Apple + E0D9A2 + Hippih aps - 8C7C92 - Apple + FC0647 + Cortland Research LLC - B03495 - Apple + 6CD146 + FRAMOS GmbH - F437B7 - Apple + 54E032 + Juniper Networks - AC7F3E - Apple + 5461EA + Zaplox AB - 280B5C - Apple + D08B7E + Passif Semiconductor - ACFDEC - Apple + 04586F + Sichuan Whayer Information Industry Ltd - DC9B9C - Apple + FC9FAE + Fidus Systems Inc - 54724F - Apple + 681E8B + InfoSight Corporation - D8CF9C - Apple + D052A8 + Physical Graph Corporation - 7C6DF8 - Apple + CC3A61 + Samsung Electro Mechanics Ltd - 04E536 - Apple + F8D7BF + REV Ritter GmbH - A8BBCF - Apple + 48BE2D + Symanitron - 6C4008 - Apple + F02329 + Showa Denki Ltd - FCA386 - Shenzhen Chuangwei-RGB Electronics Ltd + F073AE + PEAK-System Technik - 40331A - Apple + 48B8DE + Homewins Technology Ltd - CCC760 - Apple + 10EA59 + Cisco SPVTG - BC4CC4 - Apple + 0C191F + Inform Electronik - DC3714 - Apple + 1065CF + Iqsim - 20A2E4 - Apple + 684CA8 + Shenzhen Herotel Tech Ltd - 28F076 - Apple + 98208E + Definium Technologies - 141357 - ATP Electronics Inc. + 704AE4 + Rinstrum Pty Ltd - B8B2EB - Googol Technology (HK) Limited + 083AB8 + Shinoda Plasma Ltd - FCCF43 - Huizhou City Huiyang District Meisiqi Industry Development Ltd + A0DD97 + PolarLink Technologies Ltd - D848EE - Hangzhou Xueji Technology Ltd + EC89F5 + Lenovo Mobile Communication Technology Ltd - B4EF04 - DAIHAN Scientific Ltd + B49842 + ZTE Corporation - A4DEC9 - QLove Mobile Intelligence Information Technology (W.H.) Ltd + 7054D2 + Pegatron Corporation - CCE0C3 - EXTEN Technologies Inc. + 645A04 + Chicony Electronics Ltd - 646A74 - Auth-Servers LLC + AC1702 + Fibar Group sp. z o.o. - 4C8ECC - Silkan SA + 984CD3 + Mantis Deposition - E435C8 - Huawei Technologies Ltd + 08606E + ASUSTek Computer Inc. - 0C54B9 - Nokia + 3C57D5 + FiveCo - 84100D - Motorola Mobility LLC, a Lenovo Company + F84897 + Hitachi Ltd - D00F6D - T&W Electronics Company + F80BD0 + Datang Telecom Communication terminal (Tianjin) Ltd - 908D78 - D-Link International + E89AFF + Fujian LANDI Commercial Equipment Ltd - 7C7176 - Wuxi iData Technology Company Ltd + 0C8CDC + Suunto Oy - 7C0191 - Apple + 60C5A8 + Beijing LT Honway Technology Ltd - 2C1BC8 - Hunan Topview Network System Ltd + B4DF3B + Chromlech - A8474A - Hon Hai Precision Ind Ltd + 7C9A9B + VSE valencia smart energy - C40049 - Kamama + 84E714 + Liang Herng Enterprise Ltd - 80D605 - Apple + B829F7 + Blaster Tech - 98E848 - Axiim + E4A7FD + Cellco Partnership - 4040A7 - Sony Mobile Communications Inc + 2CE2A8 + DeviceDesign - C04A09 - Zhejiang Everbright Communication Equip Ltd + 00B56D + David Electronics Ltd - A01E0B - MINIX Technology Limited + B80415 + Bayan Audio - 68E8EB - Linktel Technologies Ltd + D4136F + Asia Pacific Brands - A845CD - Siselectron Technology Ltd + C8E1A7 + Vertu Corporation Limited - D0C193 - Skybell Inc. + 4CAB33 + KST technology - AC6462 - ZTE Corporation + F4472A + Nanjing Rousing Sci. and Tech. Industrial Ltd - C025A2 - NEC Platforms Ltd + DC028E + ZTE Corporation - 48137E - Samsung Electronics Ltd + A845E9 + Firich Enterprises Ltd - 30F772 - Hon Hai Precision Ind Ltd + 485261 + Soreel - DC3CF6 - Atomic Rules LLC + 646223 + Cellient Ltd - 089B4B - iKuai Networks + 98473C + Shanghai Sunmon Communication Technogy Ltd - 4473D6 - Logitech + 5481AD + Eagle Research Corporation - 10CC1B - Liverock technologies,Inc + 54A04F + t-mac Technologies Ltd - E80734 - Champion Optical Network Engineering LLC + 14DB85 + S NET Media - A43831 - RF elements s.r.o. + B8DAF1 + Strahlenschutz- Entwicklungs- und Ausruestungsgesellschaft mbH - 380546 - Foctek Photonics Inc. + D45C70 + Wi-Fi Alliance - D48304 - Shenzhen Fast Technologies Ltd + EC473C + Redwire LLC - DC2B2A - Apple + 3CC12C + AES Corporation - 9C8DD3 - Leonton Technologies + 949BFD + Trans New Technology Inc. - E41A2C - ZPE Systems Inc. + A00ABF + Wieson Technologies Ltd - E8BDD1 - Huawei Technologies Ltd + 8CCDE8 + Nintendo Ltd - F41535 - SPON Communication Technology Ltd + 7CB232 + Hui Zhou Gaoshengda Technology Ltd - 380AAB - Formlabs + 00E666 + ARIMA Communications Corp. - 382DE8 - Samsung Electronics Ltd + 34BDFA + Cisco SPVTG - C08997 - Samsung Electronics Ltd + F41E26 + Simon-Kaloi Engineering - A815D6 - Shenzhen Meione Technology Ltd + 702526 + Nokia - C07CD1 - Pegatron Corporation + 18D949 + Qvis Labs LLC - 90D8F3 - ZTE Corporation + D808F5 + Arcadia Networks Ltd - D445E8 - Jiangxi Hongpai Technology Ltd + 0CC47E + EUCAST Ltd - 342606 - CarePredict Inc. + 50724D + BEG Brueck Electronic GmbH - 38B725 - Wistron Infocomm (Zhongshan) Corporation + 783CE3 + Kai-EE - ACEC80 - ARRIS Group Inc. + B898B0 + Atlona Inc. - 507B9D - LCFC(HeFei) Electronics Technology Ltd + 24694A + Jasmine Systems Inc. - 6C7220 - D-Link International + 080C0B + SysMik GmbH Dresden - 30A243 - Shenzhen Prifox Innovation Technology Ltd + DCBF90 + Huizhou Qiaoxing Telecommunication Industry Ltd - 380195 - Samsung Electronics Ltd + 049F06 + Smobile Ltd - 246E96 - Dell Inc. + 289A4B + SteelSeries ApS - 44975A - Shenzhen Fast Technologies Ltd + A08C15 + Gerhard D. Wempe KG - 5045F7 - Liuhe Intelligence Technology Ltd + 90CF6F + Dlogixs Ltd - AC676F - Electrocompaniet A.S. + C8FB26 + Cisco SPVTG - 640DE6 - Petra Systems + B85810 + Numera Inc. - E0553D - Cisco Meraki + ECD950 + IRT SA - FC335F - Polyera + 7C02BC + Hansung Electronics Ltd - 84D4C8 - Widex A/S + B82410 + Magneti Marelli Slovakia s.r.o. - EC21E5 - Toshiba + 105F49 + Cisco SPVTG - 04C23E - HTC Corporation + 1C5C60 + Shenzhen Belzon Technology Ltd - E01AEA - Allied Telesis Inc. + B8B94E + Shenzhen iBaby Labs Inc. - 28B9D9 - Radisys Corporation + ACC698 + Kohzu Precision Ltd - F4C613 - Alcatel-Lucent Shanghai Bell Ltd + 7C386C + Real Time Logic - 445F8C - Intercel Group Limited + 2067B1 + Pluto Inc. - B88981 - Chengdu InnoThings Technology Ltd + 189A67 + CSE-Servelec Limited - F02624 - Wafa Technologies Ltd + 087D21 + Altasec technology Corporation - F8F464 - Rawe Electonic GmbH + F8051C + DRS Imaging and Targeting Solutions - 5C5188 - Motorola Mobility LLC, a Lenovo Company + 78D34F + Pace-O-Matic Inc. - EC0133 - Trinus Systems Inc. + A4466B + EOC Technology - 2CC548 - IAdea Corporation + 901EDD + Great Computer Corporation - 14DDA9 - ASUSTek Computer Inc. + 34D7B4 + Tributary Systems Inc. - 184F32 - Hon Hai Precision Ind Ltd + F40F9B + Wavelink - DCA3AC - RBcloudtech + 645FFF + Nicolet Neuro - 0CE725 - Microsoft Corporation + 700BC0 + Dewav Technology Company - 58F102 - BLU Products Inc. + CC14A6 + Yichun MyEnergy Domain Inc. - B4AE2B - Microsoft Corporation + 109FA9 + Actiontec Electronics Inc. - 949F3E - Sonos Inc. + C0A364 + 3D Systems Massachusetts - 3089D3 - Hongkong Ucloudlink Network Technology Limited + 1C5FFF + Beijing Ereneben Information Technology Ltd Shenzhen Branch - 5CB395 - Huawei Technologies Ltd + 6045BD + Microsoft Corporation - 906CAC - Fortinet Inc. + 241064 + Shenzhen Ecsino Tecnical Ltd - 3CDA2A - ZTE Corporation + 7CEBEA + Asct - 842E27 - Samsung Electronics Ltd + 9C0DAC + Tymphany HK Limited - 1CADD1 - Bosung Electronics Ltd + 70B599 + Embedded Technologies s.r.o. - 082CB0 - Network Instruments + EC4C4D + ZAO NPK RoTeK - A013CB - Fiberhome Telecommunication Technologies Ltd + A4D18F + Shenzhen Skyee Optical Fiber Communication Technology Ltd - D00492 - Fiberhome Telecommunication Technologies Ltd + 58343B + Glovast Technology Ltd - 1432D1 - Samsung Electronics Ltd + 889676 + TTC MARCONI s.r.o. - 1816C9 - Samsung Electronics Ltd + 5C1737 + I-View Now LLC. - 00FC8D - Hitron Technologies Inc. + AC0A61 + Labor S.r.L. - 84DF19 - Chuango Security Technology Corporation + 1C43EC + Japan Circuit Ltd - DC15DB - Ge Ruili Intelligent Technology ( Beijing ) Ltd + 54D1B0 + Universal Laser Systems Inc. - E0DB10 - Samsung Electronics Ltd + 785262 + Shenzhen Hojy Software Ltd - 546172 - Zodiac Aerospace SAS + 746A89 + Rezolt Corporation - EC60E0 - AVI-ON Labs + 741489 + SRT Wireless - B46D35 - Dalian Seasky Automation Co; Ltd + 241B13 + Shanghai Nutshell Electronic Ltd - 3CA31A - Oilfind International LLC + 20014F + Linea Research Ltd - 30F335 - Huawei Technologies Ltd + EC0ED6 + Itech Instruments SAS - E8F2E3 - Starcor Beijing Ltd + 240917 + Devlin Electronics Limited - 6459F8 - Vodafone Omnitel B.V. + 9C54CA + Zhengzhou VCOM Science and Technology Ltd - 6C4418 - Zappware + B43564 + Fujian Tian Cheng Electron Science & Technical Development Ltd - A8D409 - USA 111 Inc + 00BF15 + Genetec Inc. - 6C4598 - Antex Electronic Corp. + 38EE9D + Anedo Ltd - 68A378 - Freebox SAS + 78BEBD + STULZ GmbH - 340A22 - TOP-Access Electronics Ltd + D4DF57 + Alpinion Medical Systems - E866C4 - Diamanti + 5048EB + Beijing Haihejinsheng Network Technology Ltd - D4D7A9 - Shanghai Kaixiang Info Tech Ltd + B40E96 + Heran - 343D98 - JinQianMao Technology Ltd + 508C77 + DIRMEIER Schanktechnik GmbH &Co KG - F44713 - Leading Public Performance Ltd + 40704A + Power Idea Technology Limited - 5CA178 - TableTop Media (dba Ziosk) + 545EBD + NL Technologies - 9CBEE0 - Biosoundlab Ltd + F47F35 + Cisco Systems Inc. - 0C413E - Microsoft Corporation + BCC168 + DinBox Sverige AB - D06F4A - Topwell International Holdings Limited + DC309C + Heyrex Limited - 0492EE - iway AG + 2C00F7 + XOS - 807459 - K's Ltd + 28F606 + Syes srl - 601970 - Huizhou Qiaoxing Electronics Technology Ltd + 0CAF5A + Genus Power Infrastructures Limited - A408EA - Murata Manufacturing Ltd + 7CEF8A + Inhon International Ltd - B87879 - Roche Diagnostics GmbH + 241125 + Hutek Ltd - D083D4 - Xtel Wireless ApS + B431B8 + Aviwest - 08D34B - Techman Electronics (Changshu) Ltd + CC187B + Manzanita Systems Inc. - 78A351 - Shenzhen Zhibotong Electronics Ltd + 08BE09 + Astrol Electronic AG - E4695A - Dictum Health Inc. + B41DEF + Internet Laboratories Inc. - 7C7A53 - Phytrex Technology Corp. + 809393 + Xapt GmbH - 107873 - Shenzhen Jinkeyi Communication Ltd + A007B6 + Advanced Technical Support Inc. - 48EE0C - D-Link International + 0CD2B5 + Binatone Telecommunication Pvt Ltd - EC3C88 - MCNEX Ltd + 4846F1 + Uros Oy - 70AD54 - Malvern Instruments Ltd + B827EB + Raspberry Pi Foundation - 9000DB - Samsung Electronics Ltd + 84AF1F + Beat System Service Ltd - B4EF39 - Samsung Electronics Ltd + B058C4 + Broadcast Microwave Services Inc. - F02A23 - Creative Next Design + 745798 + TRUMPF Laser GmbH + Co. KG - 584704 - Shenzhen Webridge Technology Ltd + 2817CE + Omnisense Ltd - 74A063 - Huawei Technologies Ltd + 3CCE73 + Cisco Systems Inc. - ECE2FD - SKG Electric Group(Thailand) Ltd + B0BD6D + Echostreams Innovative Solutions - 148F21 - Garmin International + 6044F5 + Easy Digital Ltd - 9C685B - Octonion SA + 90AC3F + BrightSign LLC - 7C534A - Metamako + AC51EE + Cambridge Communication Systems Ltd - BC6E64 - Sony Mobile Communications Inc + 78A183 + Advidia - BCB308 - Hongkong Ragentek Communication Technology Ltd + A8D0E5 + Juniper Networks - 6C2E72 - B&B Exporting Limited + F89955 + Fortress Technology Inc - 5CCCFF - Techroutes Network Pvt Ltd + 4CC94F + Nokia - 90C35F - Nanjing Jiahao Technology Ltd + 0CE5D3 + DH electronics GmbH - C808E9 - LG Electronics + E425E9 + Color-Chip - 183A2D - Samsung Electronics Ltd + 14B1C8 + InfiniWing Inc. - EC74BA - Hirschmann Automation and Control GmbH + E840F2 + Pegatron Corporation - FC3288 - CELOT Wireless Ltd + 50053D + CyWee Group Ltd - D87495 - ZTE Corporation + F88C1C + Kaishun Electronic Technology Ltd Beijing - 5C3B35 - Gehirn Inc. + 1C0B52 + Epicom S.A - E4FED9 - EDMI Europe Ltd + 747E2D + Beijing Thomson CITIC Digital Technology Ltd - 5CF7C3 - Syntech (HK) Technology Limited + 885C47 + Alcatel Lucent - 9CE230 - Julong Ltd + 3CC1F6 + Melange Systems Pvt Ltd - 5C41E7 - Wiatec International Ltd + 94FAE8 + Shenzhen Eycom Technology Ltd - 344CA4 - amazipoint technology Ltd + B48255 + Research Products Corporation - A8F038 - Shen Zhen SHI JIN HUA TAI Electronics Ltd + 8016B7 + Brunel University - ACC73F - Vitsmo Ltd + 008DDA + Link One Ltd - 44356F - Neterix + C49805 + Minieum Networks Inc. - 74E277 - Vizmonet Pte Ltd + 90F4C1 + Rand McNally - 14893E - Vixtel Technologies LTD + 18193F + Tamtron Oy - BC54F9 - Drogoo Technology Ltd + 944444 + LG Innotek - 78FC14 - Family Zone Cyber Safety Ltd + 4C64D9 + Guangdong Leawin Group Ltd - 3809A4 - Firefly Integrations + 940149 + AutoHotBox - BCE767 - Quanzhou TDX Electronics Ltd + 1CB094 + HTC Corporation - FCAFAC - Socionext Inc. + 9C0111 + Shenzhen Newabel Electronic Ltd - BC4DFB - Hitron Technologies Inc. + 400E67 + Tremol Ltd - 2C337A - Hon Hai Precision Ind Ltd + C0DF77 + Conrad Electronic SE - 84DDB7 - Cilag GmbH International + 3055ED + Trex Network LLC - 08EFAB - Sayme Wireless Sensor Network + F0F755 + Cisco Systems Inc. - 7076FF - Kerlink + 1CB243 + TDC A/S - 1436C6 - Lenovo Mobile Communication Technology Ltd + 38BF33 + NEC CASIO Mobile Communications - 68F728 - LCFC(HeFei) Electronics Technology Ltd + B467E9 + Qingdao GoerTek Technology Ltd - 382C4A - ASUSTek Computer Inc. + 186751 + KOMEG Industrielle Messtechnik GmbH - 307350 - Inpeco SA + 645EBE + Yahoo! JAPAN - DCEC06 - Heimi Network Technology Ltd + CCC50A + Shenzhen Dajiahao Technology Ltd - CCBDD3 - Ultimaker B.V. + 1CB17F + NEC Platforms Ltd - 8CE78C - DK Networks + E42C56 + Lilee Systems Ltd - 545146 - AMG Systems Ltd + 48ED80 + daesung eltec - 8463D6 - Microsoft Corporation + C80718 + TDSi - EC13B2 - Netonix + 581D91 + Advanced Mobile Telecom Ltd - 104E07 - Shanghai Genvision Industries Ltd + D8BF4C + Victory Concept Electronics Limited - 049B9C - Eadingcore Intelligent Technology Ltd + 3CB9A6 + Belden Deutschland GmbH - 842690 - Beijing Thought Science Ltd + 8C0CA3 + Amper - 801967 - Shanghai Reallytek Information Technology Ltd + 94DF58 + IJ Electron Ltd - 2CF7F1 - Seeed Technology Inc. + 48D54C + Jeda Networks - 3C1E13 - Hangzhou Sunrise Technology Ltd + 8CDE52 + ISSC Technologies Corp. - 08115E - Bitel Ltd + 082522 + Advansee - 0881BC - HongKong Ipro Technology Ltd + 4C2F9D + ICM Controls - C09879 - Acer Inc. + E467BA + Danish Interpretation Systems A/S - B84FD5 - Microsoft Corporation + BCB852 + Cybera Inc. - D84A87 - OI Electric Ltd + C49300 + 8Devices - F03D29 - Actility + 6CA682 + EDAM Information & Communications - 88708C - Lenovo Mobile Communication Technology Ltd + 28D576 + Premier Wireless Inc. - 5014B5 - Richfit Information Technology Ltd + 70D6B6 + Metrum Technologies - CC3F1D - Intesis Software SL + C0A0DE + Multi Touch Oy - DCDA4F - Getck Technology, Inc + 40BC8B + itelio GmbH - 101218 - Korins Inc. + 9CA134 + Nike Inc. - 3428F0 - ATN International Limited + 50FC30 + Treehouse Labs - CC10A3 - Beijing Nan Bao Technology Ltd + B89674 + AllDSP GmbH & Co. KG - 5CAAFD - Sonos Inc. + 48E1AF + Vity - 14EDE4 - Kaiam Corporation + 1CBBA8 + OJSC Ufimskiy Zavod Promsvyaz - D01242 - BIOS Corporation + 006BA0 + Shenzhen Universal Intellisys PTE Ltd - 603696 - The Sapling Company + A898C6 + Shinbo Ltd - 54FFCF - Mopria Alliance + B4211D + Beijing GuangXin Technology Ltd - F4F26D - TP-Link Technologies Ltd + 903CAE + Yunnan KSEC Digital Technology Ltd - 404EEB - Higher Way Electronic Ltd + 70704C + Purple Communications Inc. - C456FE - Lava International Ltd + D89760 + C2 Development Inc. - ACB74F - METEL s.r.o. + F47ACC + SolidFire Inc. - C0EEFB - OnePlus Tech (Shenzhen) Ltd + 905682 + Lenbrook Industries Limited - 304225 - Burg-Wachter KG + F0DA7C + RLH Industries,Inc. - FCDBB3 - Murata Manufacturing Ltd + AC319D + Shenzhen TG-NET Botone Technology Ltd - CCF538 - 3isysnetworks + 20107A + Gemtek Technology Ltd - B8BD79 - TrendPoint Systems + 78DDD6 + c-scape - 74F413 - Maxwell Forest + C09132 + Patriot Memory - A00627 - NEXPA System + 90185E + Apex Tool Group GmbH & Co OHG - 303335 - Boosty + F8FE5C + Reciprocal Labs Corp - 44746C - Sony Mobile Communications Inc + 6C9CED + Cisco Systems Inc. - 4C9EFF - ZyXEL Communications Corp + 2486F4 + Ctek Inc. - BC9CC5 - Beijing Huafei Technology Ltd + C4237A + WhizNets Inc. - 5CB8CB - Allis Communications + F4E6D7 + Solar Power Technologies Inc. - 34F0CA - Shenzhen Linghangyuan Digital Technology Ltd + B87424 + Viessmann Elektronik GmbH - 70720D - Lenovo Mobile Communication Technology Ltd + B451F9 + NB Software - 3CCD5A - Technische Alternative GmbH + 30168D + ProLon - FCAA14 - Giga-Byte Technology Ltd + E4AFA1 + HES-SO - 94D60E - Shenzhen yunmao Information technologies Ltd + A887ED + ARC Wireless LLC - 506787 - Planet Networks + D4D249 + Power Ethernet - 8CBF9D - Shanghai Xinyou Information Technology Ltd + 80427C + Adolf Tedsen GmbH & Co. KG - 9CAD97 - Hon Hai Precision Ind Ltd + E0DADC + JVC KENWOOD Corporation - 882950 - Netmoon Technology Ltd + E843B6 + QNAP Systems Inc. - 7CE524 - Quirky Inc. + B89BC9 + SMC Networks Inc - F4D261 - SEMOCON Ltd + 409FC7 + BAEKCHUN I&C Ltd - 48D855 - Telvent + 00FC58 + WebSilicon Ltd - 08F728 - GLOBO Multimedia Sp. z o.o. Sp.k. + 983571 + Sub10 Systems Ltd - 206E9C - Samsung Electronics Ltd + 5404A6 + ASUSTek Computer Inc. - 6C2F2C - Samsung Electronics Ltd + 186D99 + Adanis Inc. - B009D3 - Avizia + A0E201 + AVTrace Ltd(China) - 60C1CB - Fujian Great Power PLC Equipment Ltd + F0DEB9 + ShangHai Y&Y Electronics Ltd - BC25F0 - 3D Display Technologies Ltd + 7CA61D + MHL LLC - C03D46 - Shanghai Sango Network Technology Ltd + 9CF67D + Ricardo Prague, s.r.o. - 64EAC5 - SiboTech Automation Ltd + 98C845 + PacketAccess - 30F7D7 - Thread Technology Ltd + 989080 + Linkpower Network System Inc Ltd - 18227E - Samsung Electronics Ltd + F83376 + Good Mind Innovation Ltd - 30C7AE - Samsung Electronics Ltd + 50F61A + Kunshan JADE Technologies Ltd - 44D4E0 - Sony Mobile Communications Inc + 542018 + Tely Labs - FCD5D9 - Shenzhen SDMC Technology Ltd + 581FEF + Tuttnaer Ltd - 74DA38 - Edimax Technology Ltd + 58BDA3 + Nintendo Ltd - E4F4C6 - Netgear + F8F25A + G-Lab GmbH - CCA0E5 - DZG Metering GmbH + 307ECB + SFR - 1C1CFD - Dalian Hi-Think Computer Technology, Corp + 68F125 + Data Controls Inc. - 90AE1B - TP-Link Technologies Ltd + BC764E + Rackspace US Inc. - 60E327 - TP-Link Technologies Ltd + CCC8D7 + CIAS Elettronica srl - 48D18E - Metis Communication Ltd + 84D32A + IEEE 1905.1 - F86601 - Suzhou Chi-tek Information technology Ltd + 4C0289 + LEX Computech Ltd - 145645 - Savitech Corp. + C0E54E + ARIES Embedded GmbH - 7062B8 - D-Link International + F8C001 + Juniper Networks - ACA919 - TrekStor GmbH + 187C81 + Valeo Vision Systems - B025AA - Private + ACCC8E + Axis Communications AB - D4B43E - Messcomp Datentechnik GmbH + 8C94CF + Encell Technology Inc. - 94C014 - Sorter Sp. j. Konrad Grzeszczyk MichaA, Ziomek + 6CA780 + Nokia Corporation - 9CFBF1 - MESOMATIC GmbH & Co.KG + 3057AC + Irlab Ltd - 1027BE - Tvip + 842B50 + Huria Ltd - 2087AC - AES motomation + 48F7F1 + Nokia - 709383 - Intelligent Optical Network High Tech Ltd + 8C8E76 + taskit GmbH - 80D433 - LzLabs GmbH + A0133B + HiTi Digital Inc. - B0DA00 - Cera Electronique + 9C5711 + Feitian Xunda(Beijing) Aeronautical Information Technology Ltd - 1CAB01 - Innovolt + 88F488 + cellon Communications technology(Shenzhen) Ltd - D8B6D6 - Blu Tether Limited + 448E12 + DT Research Inc. - 6C2C06 - OOO NPP Systemotechnika-NN + B8BB6D + ENERES Ltd - C4913A - Shenzhen Sanland Electronic Ltd + 14373B + PROCOM Systems - 68856A - OuterLink Corporation + 1897FF + TechFaith Wireless Technology Limited - 9451BF - Hyundai ESG + 4C5585 + Hamilton Systems - F015A0 - KyungDong One Ltd + ECEA03 + Darfon Lighting Corp - C44E1F - BlueN + 30F9ED + Sony Corporation - B0869E - Chloride S.r.L + 582EFE + Lighting Science Group - D057A1 - Werma Signaltechnik GmbH & Co. KG + CC60BB + Empower RF Systems - B4B542 - Hubbell Power Systems Inc. + 7CDD20 + IOXOS Technologies S.A. - 54CDEE - Shenzhen Apexis Electronic Ltd + ECF236 + Neomontana Electronics - 88E8F8 - Yong TAI Electronic (Dongguan) Ltd + 0418B6 + Private - 909864 - Impex-Sat GmbH&Co KG + E4A5EF + Tron Link Electronics Ltd - DCE578 - Experimental Factory Of Scientific Engineering and Special Design Department + 3071B2 + Hangzhou Prevail Optoelectronic Equipment Ltd - D86595 - Toy's Myth Inc. + DCCE41 + FE Global Hong Kong Limited - F4B52F - Juniper Networks + FC6C31 + LXinstruments GmbH - C0F79D - Powercode + 705CAD + Konami Gaming Inc - C4C919 - Energy Imports Ltd + 3C6F45 + Fiberpro Inc. - 38F098 - Vapor Stone Rail Systems + 703187 + ACX GmbH - 64E892 - Morio Denki Ltd + 30E4DB + Cisco Systems Inc. - D8DD5F - BALMUDA Inc. + 88E0F3 + Juniper Networks - D86194 - Objetivos y Sevicios de Valor Anadido + 80971B + Altenergy Power System,Inc. - E8FC60 - ELCOM Innovations Private Limited + 587675 + Beijing ECHO Technologies Ltd - 589CFC - FreeBSD Foundation + 0C51F7 + Chauvin Arnoux - 702C1F - Wisol + 0CFC83 + Airoha Technology Corp., - C8D429 - Muehlbauer AG + 007F28 + Actiontec Electronics Inc. - F85C45 - IC Nexus Ltd + 804731 + Packet Design Inc. - ACE069 - ISAAC Instruments + B09BD4 + GNH Software India Private Limited - 30B5C2 - TP-Link Technologies Ltd + F08BFE + Costel. Ltd - E07F53 - Techboard SRL + 3C26D5 + Sotera Wireless - 48FEEA - Homa B.V. + E84E06 + Edup International (HK) Ltd - E8EA6A - StarTech.com + 00077D + Cisco Systems Inc. - 04DB8A - Suntech International Ltd + CCD9E9 + SCR Engineers Ltd - 90DFB7 - s.m.s smart microwave sensors GmbH + 34A709 + Trevil srl - 085700 - TP-Link Technologies Ltd + E0C922 + Jireh Energy Tech Ltd - FC27A2 - Trans Electric Ltd + 905F8D + modas GmbH - FCBBA1 - Shenzhen Minicreate Technology Ltd + 98293F + Fujian Start Computer Equipment Ltd - F08A28 - JIANGSU HENGSION ELECTRONIC S and T Ltd + B45CA4 + Thing-talk Wireless Communication Technologies Corporation Limited - 28BB59 - RNET Technologies Inc. + 908D1D + GH Technologies - 242642 - Sharp Corporation. + 444F5E + Pan Studios Ltd - 34DE34 - ZTE Corporation + D0AFB6 + Linktop Technology Ltd - FC1607 - Taian Technology(Wuxi) Ltd + 98EC65 + Cosesy ApS - AC02CA - HI Solutions Inc. + ACC935 + Ness Corporation - 746F3D - Contec GmbH + 008D4E + Cjsc NII STT - 4C0DEE - Jabil Circuit (Shanghai) Ltd + 98F8DB + Marini Impianti Industriali s.r.l. - D0634D - Meiko Maschinenbau GmbH & Co. KG + E41289 + topsystem Systemhaus GmbH - 008B43 - Rftech + 58E808 + Autonics Corporation - 8C41F2 - RDA Technologies Ltd + DC05ED + Nabtesco Corporation - E036E3 - Stage One International Ltd + 4C98EF + Zeo - DC052F - National Products Inc. + 00A1DE + Shenzhen ShiHua Technology Ltd - D0BD01 - DS International + 806CBC + NET New Electronic Technology GmbH - 8CDE99 - Comlab Inc. + 909060 + RSI Video Technologies - 4CE1BB - Zhuhai HiFocus Technology Ltd + BC8199 + BASIC Ltd - 24A87D - Panasonic Automotive Systems Asia Pacific(Thailand) Ltd + DCA7D9 + Compressor Controls Corp - EC71DB - Shenzhen Baichuan Digital Technology Ltd + 38FEC5 + Ellips B.V. - A409CB - Alfred Kaercher GmbH & Co KG + C455A6 + Cadac Holdings Ltd - 8C569D - Imaging Solutions Group + 5C7757 + Haivision Network Video - 40B6B1 - SUNGSAM Ltd + D4D898 + Korea CNO Tech Ltd - 84FE9E - RTC Industries Inc. + B4AA4D + Ensequence Inc. - FC4B1C - Intersensor S.R.L. + B83D4E + Shenzhen Cultraview Digital Technology Ltd Shanghai Branch - 403067 - Conlog (Pty) Ltd + 5087B8 + Nuvyyo Inc - E86183 - Black Diamond Advanced Technology LLC + C0EAE4 + Sonicwall - 38C9A9 - SMART High Reliability Solutions Inc. + 0838A5 + Funkwerk plettac electronic GmbH - 501AC5 - Microsoft Corporation + CC1EFF + Metrological Group BV - B0989F - LG CNS + 184E94 + Messoa Technologies Inc. - C0F1C4 - Pacidal Corporation Ltd + 6C391D + Beijing ZhongHuaHun Network Information center - 600347 - Billion Electric Ltd + 80B32A + UK Grid Solutions Ltd - F0D3A7 - CobaltRay Ltd + 405539 + Cisco Systems Inc. - 38A53C - CoMECER Netherlands + E0F211 + Digitalwatt - 5CFFFF - Shenzhen Kezhonglong Optoelectronic Technology Ltd + F86971 + Seibu Electric - 085240 - EbV Elektronikbau- und Vertriebs GmbH + 44AA27 + udworks Ltd - B8C1A2 - Dragon Path Technologies Ltd + E8F928 + Rftech SRL - 80F25E - Kyynel + 1C955D + I-LAX Electronics Inc. - 68692E - Zycoo Ltd + 60F59C + CRU-Dataport - D46867 - Neoventus Design Group + B0A72A + Ensemble Designs Inc. - 2C18AE - Trend Electronics Ltd + 6400F1 + Cisco Systems Inc. - F81CE5 - Telefonbau Behnke GmbH + B8F4D0 + Herrmann Ultraschalltechnik GmbH & Co. Kg - 889166 - Viewcooper Corp. + 08ACA5 + Benu Video Inc. - 103378 - FLECTRON Ltd + 586D8F + Cisco-Linksys LLC - 14EDA5 - Wachter GmbH Sicherheitssysteme + 10E3C7 + Seohwa Telecom - 50C006 - Carmanah Signs + 7465D1 + Atlinks - 04CB1D - Traka plc + 040A83 + Alcatel-Lucent - A4E9A3 - Honest Technology Ltd + C45600 + Galleon Embedded Computing - A0E5E9 - enimai Inc + BC3E13 + Accordance Systems Inc. - 9C216A - TP-Link Technologies Ltd + A81B18 + XTS Corp - F862AA - xn Systems + D0A311 + Neuberger Gebaudeautomation GmbH - 107BEF - ZyXEL Communications Corp + 041D10 + Dream Ware Inc. - B462AD - Elysia Germany GmbH + 801440 + Sunlit System Technology Corp - 345C40 - Cargt Holdings LLC + 180B52 + Nanotron Technologies GmbH - 68193F - Digital Airways + DC07C1 + HangZhou QiYang Technology Ltd - B4750E - Belkin International Inc. + C0A26D + Abbott Point Of Care - 94103E - Belkin International Inc. + 00BB8E + HME Ltd - 7CB733 - Askey Computer Corp + D82A7E + Nokia Corporation - 3051F8 - BYK-Gardner GmbH + 801F02 + Edimax Technology Ltd - E8F226 - Millson Custom Solutions Inc. + 58EECE + Icon Time Systems - 44EE30 - Budelmann Elektronik GmbH + 647FDA + TEKTELIC Communications Inc. - FC1E16 - IPEVO Corp + AC0613 + Senselogix Ltd - 3C6E63 - Mitron Oy + 747818 + Jurumani Solutions - A4059E - STA Infinity LLP + E01F0A + Xslent Energy Technologies. LLC - A0BF50 - S.C. ADD-Production S.R.L. + 443719 + 2 Save Energy Ltd - E8D4E0 - Beijing BenyWave Technology Ltd + 84EA99 + Vieworks - FC019E - Vievu + E00C7F + Nintendo Ltd - 642184 - Nippon Denki Kagaku Ltd + E48AD5 + RF Window Ltd - 2464EF - CYG Sunri Ltd + FCF1CD + Optex-FA Ltd - D8270C - MaxTronic International Ltd + 4425BB + Bamboo Entertainment Corporation - B4CCE9 - Prosyst + 7CDA84 + Dongnian Networks Inc. - C4D655 - Tercel technology Ltd + BCC61A + Spectra Embedded Systems - 58BDF9 - Sigrand + 0470BC + Globalstar Inc. - C0C687 - Cisco SPVTG + 88DD79 + Voltaire - C49380 - Speedytel technology + 64F987 + Avvasi Inc. - 007DFA - Volkswagen Group Of America + D85D84 + CAx soft GmbH - 2C7155 - HiveMotion + D4E32C + S. Siedle & Sohne - 20180E - Shenzhen Sunchip Technology Ltd + 7C6ADB + SafeTone Technology Ltd - 80B219 - Elektron Technology UK Limited + 902E87 + LabJack - E0AEB2 - Bender GmbH & Co.KG + A424B3 + FlatFrog Laboratories AB - F84A7F - Innometriks Inc + 94CDAC + Creowave Oy - 74A4B5 - Powerleader Science and Technology Ltd + 144C1A + Max Communication GmbH - 909F43 - Accutron Instruments Inc. + 340804 + D-Link Corporation - 2894AF - Samhwa Telecom + F05D89 + Dycon Limited - AC5036 - Pi-Coral Inc + AC80D6 + Hexatronic AB - 0C9B13 - Shanghai Magic Mobile Telecommunication Ltd + 9CF938 + AREVA NP GmbH - 94BF1E - eflow Inc. / Smart Device Planning and Development Division + 8CDB25 + ESG Solutions - E8516E - TSMART Inc. + FC3598 + Favite Inc. - AC220B - ASUSTek Computer Inc. + 90D92C + HUG-Witschi AG - B887A8 - Step Ahead Innovations Inc. + 988E34 + Zhejiang Boxsam Electronic Ltd - E0A198 - NOJA Power Switchgear Pty Ltd + C471FE + Cisco Systems Inc. - 88354C - Transics + 4022ED + Digital Projection Ltd - 3C6104 - Juniper Networks + 989449 + Skyworth Wireless Technology Ltd - CC4AE1 - fourtec -Fourier Technologies + 2CA157 + acromate Inc. - 8C4B59 - 3D Imaging & Simulations Corp + 942053 + Nokia Corporation - 5C3327 - Spazio Italia srl + 28852D + Touch Networks - 507691 - Tekpea Inc. + B8BA68 + Xi'an Jizhong Digital Communication Ltd - 28F532 - ADD-Engineering BV + B0B32B + Slican Sp. z o.o. - 9440A2 - Anywave Communication Technologies Inc. + 5842E4 + Baxter International Inc - 1C86AD - MCT Ltd + B8797E + Secure Meters (UK) Limited - 28D93E - Telecor Inc. + CC9E00 + Nintendo Ltd - 640B4A - Digital Telecom Technology Limited + 58A76F + iD Corporation - 384233 - Wildeboer Bauteile GmbH + 0006F6 + Cisco Systems Inc. - 3C8AB0 - Juniper Networks + 747DB6 + Aliwei Communications Inc. - C034B4 - Gigastone Corporation + B06563 + Shanghai Railway Communication Factory - CCE8AC - SOYEA Technology Ltd + 4018D7 + Smartronix Inc. - 70F176 - Data Modul AG + 4C2C80 + Beijing Skyway Technologies Ltd - B847C6 - SanJet Technology Corp. + D49E6D + Wuhan Zhongyuan Huadian Science & Technology - B8CD93 - Penetek Inc. + 6C2E33 + Accelink Technologies Ltd - 28DB81 - Shanghai Guao Electronic Technology Ltd + 40987B + Aisino Corporation - 3806B4 - A.D.C. GmbH + BC38D2 + Pandachip Limited - B8241A - Sweda Informatica Ltda + 2005E8 + OOO InProMedia - A0B100 - Shenzhen Cando Electronics Ltd + F00248 + SmarteBuilding - 201D03 - Elatec GmbH + AC6F4F + Enspert Inc - E067B3 - Shenzhen C-Data Technology Ltd + E82877 + TMY Ltd - 1C4AF7 - Amon Inc + F0C88C + LeddarTech Inc. - E4776B - Aartesys AG + 4037AD + Macro Image Technology Inc. - 30F31D - ZTE Corporation + 28ED58 + JAG Jakob AG - A0EC80 - ZTE Corporation + 486B91 + Fleetwood Group Inc. - 0CC81F - Summer Infant Inc. + 643409 + BITwave Pte Ltd - A8FB70 - WiseSec L.t.d + 40C245 + Shenzhen Hexicom Technology Ltd - E481B3 - Shenzhen ACT Industrial Ltd + CC55AD + RIM - C06C6D - MagneMotion Inc. + E8757F + FIRS Technologies(Shenzhen) Ltd - E880D8 - GNTEK Electronics Ltd + F0F7B3 + Phorm - 303EAD - Sonavox Canada Inc + 00D38D + Hotel Technology Next Generation - F835DD - Gemtek Technology Ltd + C83EA7 + KUNBUS GmbH - D8B04C - Jinan USR IOT Technology Ltd + 60893C + Thermo Fisher Scientific P.O.A. - CC04B4 - Select Comfort + D86BF7 + Nintendo Ltd - 5C15E1 - Aidc Technology (S) PTE Ltd + 74CD0C + Smith Myers Communications Ltd - E8519D - Yeonhab Precision Ltd + CCCE40 + Janteq Corp - DC5726 - Power-One + B8EE79 + YWire Technologies Inc. - F8DADF - EcoTech Inc. + 74D675 + WYMA Tecnologia - 30AE7B - Deqing Dusun Electron Ltd + B40EDC + LG-Ericsson Ltd - 68EC62 - YODO Technology Corp Ltd + E0EE1B + Panasonic Automotive Systems Company Of America - 188857 - Beijing Jinhong Xi-Dian Information Technology Corp. + 74BE08 + ATEK Products LLC - B8C855 - Shanghai GBCOM Communication Technology Ltd + 6063FD + Transcend Communication Beijing Ltd - 78303B - Stephen Technologies Ltd + D8B6C1 + NetworkAccountant Inc. - CC1AFA - ZTE Corporation + 74A4A7 + QRS Music Technologies Inc. - 6C8B2F - ZTE Corporation + 700258 + 01DB-Metravib - 8C5AF0 - Exeltech Solar Products + F455E0 + Niceway CNC Technology LtdHunan Province - B0808C - Laser Light Engines + 20FDF1 + 3Com Europe Ltd - D8DCE9 - Kunshan Erlab ductless filtration System Ltd + 8497B8 + Memjet Inc. - DCD52A - Sunny Heart Limited + A0DDE5 + Sharp Corporation - D866C6 - Shenzhen Daystar Technology Ltd + 206AFF + Atlas Elektronik UK Limited - D00EA4 - Porsche Cars North America + AC34CB + Shanhai GBCOM Communication Technology Ltd - 784B08 - f.robotics acquisitions Ltd + 9088A2 + Ionics Technology ME Ltda - 84E4D9 - Shenzhen NEED technology Ltd + 40CD3A + Z3 Technology - 40BC73 - Cronoplast S.L. + 482CEA + Motorola Inc Business Light Radios - 4007C0 - Railtec Systems GmbH + 00336C + SynapSense Corporation - A4D3B5 - GLITEL Stropkov, s.r.o. + F866F2 + Cisco Systems Inc. - D43A65 - IGRS Engineering Lab Ltd + AC6123 + Drivven Inc. - F499AC - WEBER Schraubautomaten GmbH + 100C24 + pomdevices LLC - D05099 - ASRock Incorporation + 58F6BF + Kyoto University - A49EDB - AutoCrib Inc. + 78EC22 + Shanghai Qihui Telecom Technology Ltd - 1C76CA - Terasic Technologies Inc. + 0C15C5 + SDTEC Ltd - 888964 - GSI Electronics Inc. + FC75E6 + Handreamnet - 7CD844 - Enmotus Inc + A0A763 + Polytron Vertrieb GmbH - 44619C - FONsystem Ltd + EC2368 + IntelliVoice Ltd - 70820E - as electronics GmbH + 749050 + Renesas Electronics Corporation - 0C1105 - Akuvox (Xiamen) Networks Ltd + 389592 + Beijing Tendyron Corporation - 5C22C4 - DAE EUN Electronics Ltd + A4218A + Nortel Networks - F8FEA8 - Technico Japan Corporation + F8FB2F + Santur Corporation - 1800DB - Fitbit Inc. + 2CCD43 + Summit Technology Group - 78A106 - TP-Link Technologies Ltd + 64995D + LGE - 6C6126 - Rinicom Holdings + 7CEF18 + Creative Product Design Pty Ltd - 88685C - Shenzhen ChuangDao & Perpetual Eternal Technology Ltd + FC7CE7 + FCI USA LLC - 102831 - Morion Inc. + 145412 + Entis Ltd - EC2C49 - University Of Tokyo + 7C3E9D + Patech - D82916 - Ascent Communication Technology + 244597 + GEMUE Gebr. Mueller Apparatebau - 2CF203 - Emko Elektronik SAN VE TIC AS + 78818F + Server Racks Australia Pty Ltd - B4FE8C - Centro Sicurezza Italia SpA + 284846 + GridCentric Inc. - 40E730 - DEY Storage Systems Inc. + 30694B + RIM - 68B094 - Inesa Electron Ltd + 6C626D + Micro-Star International - A073FC - Rancore Technologies Private Limited + 28068D + ITL LLC - 44F849 - Union Pacific Railroad + C00D7E + Additech Inc. - CC0DEC - Cisco SPVTG + 84C7A9 + C3PO S.A. - 1C37BF - Cloudium Systems Ltd + D87157 + Lenovo Mobile Communication Technology Ltd - 50ABBF - Hoseo Telecom + 609AA4 + GVI Security Inc. - 0C722C - TP-Link Technologies Ltd + 641084 + HEXIUM Technical Development Ltd - 9CE635 - Nintendo Ltd + 342109 + Jensen Scandinavia AS - 60A44C - ASUSTek Computer Inc. + 3C106F + Albahith Technologies - 185AE8 - Zenotech Ltd + 0CDDEF + Nokia Corporation - C47DCC - Zebra Technologies Inc + ECFE7E + BlueRadios Inc. - E0AEED - Loenk + E4AD7D + SCL Elements - E492E7 - Gridlink Tech Ltd + F09CBB + RaonThink Inc. - CC047C - G-WAY Microwave + 10CCDB + Aximum Produits Electroniques - 64535D - Frauscher Sensortechnik + 38C7BA + CS Services Ltd - 3C6FF7 - EnTek Systems Inc. + EC5C69 + Mitsubishi Heavy Industries Mechatronics Systems Ltd - 2C7B5A - Milper Ltd + 6C92BF + Inspur Electronic Information Industry Ltd - D4BF2D - SE Controls Asia Pacific Ltd + 44A8C2 + Sewoo Tech Ltd - E0D9A2 - Hippih aps + 80EE73 + Shuttle Inc. - FC0647 - Cortland Research LLC + FCE23F + Clay Paky SPA - 6CD146 - FRAMOS GmbH + 58570D + Danfoss Solar Inverters - 54E032 - Juniper Networks + C4823F + Fujian Newland Auto-ID Tech Ltd - 5461EA - Zaplox AB + E85B5B + LG Electronics Inc - D08B7E - Passif Semiconductor + BCA9D6 + Cyber-Rain Inc. - 04586F - Sichuan Whayer Information Industry Ltd + 6C3E9C + KE Knestel Elektronik GmbH - FC9FAE - Fidus Systems Inc + 8CD628 + Ikor Metering - 681E8B - InfoSight Corporation + 243C20 + Dynamode Group - D052A8 - Physical Graph Corporation + 3C39C3 + JW Electronics Ltd - CC3A61 - Samsung Electro Mechanics Ltd + 3C05AB + Product Creation Studio - F8D7BF - REV Ritter GmbH + F04335 + DVN(Shanghai) Ltd - 48BE2D - Symanitron + A479E4 + KLINFO Corp - F02329 - Showa Denki Ltd + 481BD2 + Intron Scientific Ltd - F073AE - PEAK-System Technik + D0F0DB + Ericsson - 48B8DE - Homewins Technology Ltd + 7C1476 + Damall Technologies SAS - 10EA59 - Cisco SPVTG + 8C541D + LGE - 0C191F - Inform Electronik + 00A2DA + INAT GmbH - 1065CF - Iqsim + 003CC5 + WONWOO Engineering Ltd - 684CA8 - Shenzhen Herotel Tech Ltd + F077D0 + Xcellen - 98208E - Definium Technologies + 4CC602 + Radios Inc. - 704AE4 - Rinstrum Pty Ltd + 80711F + Juniper Networks - 083AB8 - Shinoda Plasma Ltd + 88FD15 + Lineeye Ltd - A0DD97 - PolarLink Technologies Ltd + 884B39 + Siemens AG, Healthcare Sector - EC89F5 - Lenovo Mobile Communication Technology Ltd + D828C9 + General Electric Consumer and Industrial - B49842 - ZTE Corporation + 44C233 + Guangzhou Comet Technology Development Ltd - 7054D2 - Pegatron Corporation + 30EFD1 + Alstom Strongwish (Shenzhen) Ltd - 645A04 - Chicony Electronics Ltd + 7C2CF3 + Secure Electrans Ltd - AC1702 - Fibar Group sp. z o.o. + 081651 + Shenzhen SEA Star Technology Ltd - 984CD3 - Mantis Deposition + A863DF + Displaire Corporation - 08606E - ASUSTek Computer Inc. + 183BD2 + BYD Precision Manufacture Company Ltd - 3C57D5 - FiveCo + E43593 + Hangzhou GoTo technology Ltd - F84897 - Hitachi Ltd + 2C3A28 + Fagor Electronica - F80BD0 - Datang Telecom Communication terminal (Tianjin) Ltd + B45861 + CRemote LLC - E89AFF - Fujian LANDI Commercial Equipment Ltd + B0973A + E-Fuel Corporation - 0C8CDC - Suunto Oy + 204E6B + Axxana(israel) Ltd - 60C5A8 - Beijing LT Honway Technology Ltd + 80F593 + IRCO Sistemas de Telecomunicacion S.A. - 28D244 - LCFC(HeFei) Electronics Technology Ltd + E497F0 + Shanghai VLC Technologies Ltd - B4DF3B - Chromlech + B40832 + TC Communications - 7C9A9B - VSE valencia smart energy + ECDE3D + Lamprey Networks Inc. - 84E714 - Liang Herng Enterprise Ltd + 6CFFBE + MPB Communications Inc. - B829F7 - Blaster Tech + 304174 + Altec Lansing LLC - E4A7FD - Cellco Partnership + 80B289 + Forworld Electronics Ltd - 2CE2A8 - DeviceDesign + E83A97 + Toshiba Corporation - 00B56D - David Electronics Ltd + 1056CA + Peplink International Ltd - 2C3557 - ELLIY Power Co Ltd + 486FD2 + StorSimple Inc - B80415 - Bayan Audio + A03A75 + PSS Belgium N.V. - D4136F - Asia Pacific Brands + 24DBAD + ShopperTrak RCT Corporation - C8E1A7 - Vertu Corporation Limited + 9CEBE8 + BizLink (Kunshan) Ltd - 4CAB33 - KST technology + 040EC2 + ViewSonic Mobile China Limited - F4472A - Nanjing Rousing Sci. and Tech. Industrial Ltd + C8D1D1 + AGAiT Technology Corporation - DC028E - ZTE Corporation + 00DB45 + Thamway Ltd - A845E9 - Firich Enterprises Ltd + D49C28 + JayBird LLC - 485261 - Soreel + 74F726 + Neuron Robotics - 646223 - Cellient Ltd + 2872C5 + Smartmatic Corp - 98473C - Shanghai Sunmon Communication Technogy Ltd + E08FEC + Repotec Ltd - 5481AD - Eagle Research Corporation + ACE9AA + Hay Systems Ltd - 54A04F - t-mac Technologies Ltd + 082AD0 + SRD Innovations Inc. - 14DB85 - S NET Media + 889821 + Teraon - B8DAF1 - Strahlenschutz- Entwicklungs- und Ausruestungsgesellschaft mbH + E0E751 + Nintendo Ltd - D45C70 - Wi-Fi Alliance + 003AAF + BlueBit Ltd - EC473C - Redwire LLC + 64168D + Cisco Systems Inc. - 3CC12C - AES Corporation + 003A9C + Cisco Systems Inc. - 949BFD - Trans New Technology Inc. + 7C6C8F + AMS Neve Ltd - A00ABF - Wieson Technologies Ltd + 9CB206 + Procentec - 8CCDE8 - Nintendo Ltd + 88ED1C + Cudo Communication Ltd - 7CB232 - Hui Zhou Gaoshengda Technology Ltd + 9CCD82 + Cheng UEI Precision Industry Ltd - 00E666 - ARIMA Communications Corp. + F06281 + ProCurve Networking by HP - 34BDFA - Cisco SPVTG + C09C92 + Coby - F41E26 - Simon-Kaloi Engineering + C038F9 + Nokia Danmark A/S - 702526 - Nokia + F46349 + Diffon Corporation - 18D949 - Qvis Labs LLC + 74F07D + BnCOM Ltd - D808F5 - Arcadia Networks Ltd + F852DF + VNL Europe AB - 0CC47E - EUCAST Ltd + A8CB95 + East Best Ltd - 50724D - BEG Brueck Electronic GmbH + F45FF7 + DQ Technology Inc. - 783CE3 - Kai-EE + 7C3BD5 + Imago Group - B898B0 - Atlona Inc. + 5CE223 + Delphin Technology AG - 24694A - Jasmine Systems Inc. + F871FE + The Goldman Sachs Group Inc. - 080C0B - SysMik GmbH Dresden + 2C1984 + IDN Telecom Inc. - DCBF90 - Huizhou Qiaoxing Telecommunication Industry Ltd + D8C3FB + Detracom - 049F06 - Smobile Ltd + 58F67B + Xia Men UnionCore Technology Ltd - 289A4B - SteelSeries ApS + 6CF049 + Giga-Byte Technology Ltd - A08C15 - Gerhard D. Wempe KG + 644F74 + LENUS Ltd - 90CF6F - Dlogixs Ltd + 787F62 + GiK mbH - C8FB26 - Cisco SPVTG + 401597 + Protect America Inc. - B85810 - Numera Inc. + C4FCE4 + DishTV NZ Ltd - ECD950 - IRT SA + E80B13 + Akib Systems Taiwan Inc. - 7C02BC - Hansung Electronics Ltd + EC6C9F + Chengdu Volans Technology Ltd - B82410 - Magneti Marelli Slovakia s.r.o. + 40EF4C + Fihonest Communication Ltd - 105F49 - Cisco SPVTG + 00271E + Xagyl Communications - 1C5C60 - Shenzhen Belzon Technology Ltd + 00271D + Comba Telecom Systems (China) Ltd - B8B94E - Shenzhen iBaby Labs Inc. + 002720 + NEW-SOL CoM - ACC698 - Kohzu Precision Ltd + 0026F0 + cTrixs International GmbH. - 7C386C - Real Time Logic + 0026EA + Cheerchip Electronic Technology (ShangHai) Ltd - 2067B1 - Pluto Inc. + 002708 + Nordiag ASA - 189A67 - CSE-Servelec Limited + 002702 + SolarEdge Technologies - 087D21 - Altasec technology Corporation + 002704 + Accelerated Concepts Inc. - F8051C - DRS Imaging and Targeting Solutions + 0026FA + BandRich Inc. - 78D34F - Pace-O-Matic Inc. + 0026F9 + S.E.M. srl - A4466B - EOC Technology + 0026FD + Interactive Intelligence - 901EDD - Great Computer Corporation + 0026F7 + Nivetti Systems Pvt Ltd - 34D7B4 - Tributary Systems Inc. + 0026F6 + Military Communication Institute - F40F9B - Wavelink + 0026DD + Fival Science & Technology Ltd - 645FFF - Nicolet Neuro + 0026DE + FDI Matelec - AC7A42 - iConnectivity + 0026DA + Universal Media Corporation /Slovakia/ s.r.o. - 700BC0 - Dewav Technology Company + 0026DB + Ionics EMS Inc. - CC14A6 - Yichun MyEnergy Domain Inc. + 0026D5 + Ory Solucoes em Comercio de Informatica Ltda. - 109FA9 - Actiontec Electronics Inc. + 0026CE + Kozumi USA Corp. - C0A364 - 3D Systems Massachusetts + 002711 + LanPro Inc - 1C5FFF - Beijing Ereneben Information Technology Ltd Shenzhen Branch + 002686 + Quantenna Communcations Inc. - 6045BD - Microsoft Corporation + 002684 + Kisan System - 241064 - Shenzhen Ecsino Tecnical Ltd + 002680 + SIL3 Pty Ltd - 7CEBEA - Asct + 0026BF + Shenzhen Temobi Science & Tech Development Ltd - 9C0DAC - Tymphany HK Limited + 0026B4 + Ford Motor Company - 70B599 - Embedded Technologies s.r.o. + 0026CA + Cisco Systems Inc. - EC4C4D - ZAO NPK RoTeK + 0026C9 + Proventix Systems Inc. - A4D18F - Shenzhen Skyee Optical Fiber Communication Technology Ltd + 002690 + I DO IT - 58343B - Glovast Technology Ltd + 00268F + MTA SpA - 889676 - TTC MARCONI s.r.o. + 002679 + Euphonic Technologies Inc. - 5C1737 - I-View Now LLC. + 0026AC + Shanghai LUSTER Teraband photonic Ltd - AC0A61 - Labor S.r.L. + 0026A6 + Trixell - 1C43EC - Japan Circuit Ltd + 00269C + Itus Japan Ltd - 54D1B0 - Universal Laser Systems Inc. + 002694 + Senscient Ltd - 785262 - Shenzhen Hojy Software Ltd + 002676 + CoMMidt AS - 746A89 - Rezolt Corporation + 00261D + CoP Security System Corp. - 741489 - SRT Wireless + 002617 + OEM Worldwide - 241B13 - Shanghai Nutshell Electronic Ltd + 002613 + Engel Axil S.L. - 20014F - Linea Research Ltd + 002638 + Xia Men Joyatech Ltd - EC0ED6 - Itech Instruments SAS + 00263A + Digitec Systems - 240917 - Devlin Electronics Limited + 00260F + Linn Products Ltd - 9C54CA - Zhengzhou VCOM Science and Technology Ltd + 00260C + Dataram - B43564 - Fujian Tian Cheng Electron Science & Technical Development Ltd + 00262B + Wongs Electronics Ltd - 00BF15 - Genetec Inc. + 002620 + ISGUS GmbH - 38EE9D - Anedo Ltd + 002601 + Cutera Inc - 78BEBD - STULZ GmbH + 002635 + Bluetechnix GmbH - D4DF57 - Alpinion Medical Systems + 002657 + OOO NPP Ekra - 5048EB - Beijing Haihejinsheng Network Technology Ltd + 002652 + Cisco Systems Inc. - B40E96 - Heran + 002666 + EFM Networks - 508C77 - DIRMEIER Schanktechnik GmbH &Co KG + 0025F5 + DVS Korea Ltd - 40704A - Power Idea Technology Limited + 0025EB + Reutech Radar Systems (Pty) Ltd - 545EBD - NL Technologies + 0025EE + Avtex Ltd - F47F35 - Cisco Systems Inc. + 0025AE + Microsoft Corporation - BCC168 - DinBox Sverige AB + 0025AF + CoMFILE Technology - DC309C - Heyrex Limited + 0025A8 + Kontron (BeiJing) Technology Ltd - 2C00F7 - XOS + 0025D9 + DataFab Systems Inc. - 28F606 - Syes srl + 0025D6 + The Kroger Co. - 0CAF5A - Genus Power Infrastructures Limited + 0025D1 + Eastern Asia Technology Limited - 7CEF8A - Inhon International Ltd + 0025CD + Skylane Optics - 241125 - Hutek Ltd + 0025BF + Wireless Cables Inc. - B431B8 - Aviwest + 0025B9 + Cypress Solutions Inc - CC187B - Manzanita Systems Inc. + 0025B6 + Telecom FM - 08BE09 - Astrol Electronic AG + 0025A5 + Walnut Media Network - B41DEF - Internet Laboratories Inc. + 0025A4 + EuroDesign embedded technologies GmbH - 809393 - Xapt GmbH + 0025C1 + Nawoo Korea Corp. - A007B6 - Advanced Technical Support Inc. + 0025F6 + netTALK.com Inc. - 0CD2B5 - Binatone Telecommunication Pvt Ltd + 00257A + CAMCO Produktions- und Vertriebs-GmbH fur Beschallungs- und Beleuchtungsanlagen - 4846F1 - Uros Oy + 002576 + Neli Technologies - B827EB - Raspberry Pi Foundation + 002574 + KUNIMI MEDIA DEVICE Ltd - 84AF1F - Beat System Service Ltd + 002559 + Syphan Technologies Ltd - B058C4 - Broadcast Microwave Services Inc. + 002554 + Pixel8 Networks - 745798 - TRUMPF Laser GmbH + Co. KG + 002540 + Quasar Technologies Inc. - 2817CE - Omnisense Ltd + 002533 + Wittenstein AG - 3CCE73 - Cisco Systems Inc. + 002530 + Aetas Systems Inc. - B0BD6D - Echostreams Innovative Solutions + 00252C + Entourage Systems Inc. - 6044F5 - Easy Digital Ltd + 00258C + Esus Elektronik SAN. VE DIS. TIC Ltd STI. - 90AC3F - BrightSign LLC + 00255A + Tantalus Systems Corp. - AC51EE - Cambridge Communication Systems Ltd + 002587 + Vitality Inc. - 78A183 - Advidia + 002573 + ST Electronics (Info-Security) Pte Ltd - A8D0E5 - Juniper Networks + 00256F + Dantherm Power - F89955 - Fortress Technology Inc + 00252F + Energy Inc. - 4CC94F - Nokia + 00250A + Security Expert Ltd - 0CE5D3 - DH electronics GmbH + 002505 + eks Engel GmbH & Co. KG - E425E9 - Color-Chip + 002509 + SHARETRONIC Group Ltd - 14B1C8 - InfiniWing Inc. + 0024DA + Innovar Systems Limited - E840F2 - Pegatron Corporation + 0024D8 + IlSung Precision - 50053D - CyWee Group Ltd + 0024CD + Willow Garage Inc. - F88C1C - Kaishun Electronic Technology Ltd Beijing + 0024D3 + QUALICA Inc. - 1C0B52 - Epicom S.A + 0024CE + Exeltech Inc - 747E2D - Beijing Thomson CITIC Digital Technology Ltd + 0024CF + Inscape Data Corporation - 885C47 - Alcatel Lucent + 0024C6 + Hager Electro SAS - 3CC1F6 - Melange Systems Pvt Ltd + 0024FD + Accedian Networks Inc - 94FAE8 - Shenzhen Eycom Technology Ltd + 002523 + OCP Inc. - B48255 - Research Products Corporation + 00251D + DSA Encore LLC - 8016B7 - Brunel University + 00250F + On-Ramp Wireless Inc. - 008DDA - Link One Ltd + 0024F5 + NDS Surgical Imaging - C49805 - Minieum Networks Inc. + 002467 + AOC International (Europe) GmbH - 90F4C1 - Rand McNally + 00246D + Weinzierl Engineering GmbH - 18193F - Tamtron Oy + 002470 + AUROTECH ultrasound AS. - 944444 - LG Innotek + 00246A + Solid Year Ltd - 4C64D9 - Guangdong Leawin Group Ltd + 002492 + Motorola, Broadband Solutions Group - 940149 - AutoHotBox + 00248B + Hybus Ltd - 1CB094 - HTC Corporation + 002484 + Bang and Olufsen Medicom a/s - 9C0111 - Shenzhen Newabel Electronic Ltd + 002480 + Meteocontrol GmbH - 400E67 - Tremol Ltd + 00247A + FU YI CHENG Technology Ltd - C0DF77 - Conrad Electronic SE + 002476 + TAP.tv - 3055ED - Trex Network LLC + 0024B4 + ESCATRONIC GmbH - F0F755 - Cisco Systems Inc. + 0024B1 + Coulomb Technologies - 1CB243 - TDC A/S + 00249C + Bimeng Comunication System Ltd - 38BF33 - NEC CASIO Mobile Communications + 002498 + Cisco Systems Inc. - B467E9 - Qingdao GoerTek Technology Ltd + 002452 + Silicon Software GmbH - 186751 - KOMEG Industrielle Messtechnik GmbH + 002453 + Initra d.o.o. - 645EBE - Yahoo! JAPAN + 00244C + Solartron Metrology Ltd - CCC50A - Shenzhen Dajiahao Technology Ltd + 002448 + SpiderCloud Wireless Inc. - 1CB17F - NEC Platforms Ltd + 00244B + Perceptron Inc - E42C56 - Lilee Systems Ltd + 002428 + EnergyICT - 48ED80 - daesung eltec + 002417 + Thomson Telecom Belgium - C80718 - TDSi + 002416 + Any Use - 581D91 - Advanced Mobile Telecom Ltd + 00242A + Hittite Microwave Corporation - D8BF4C - Victory Concept Electronics Limited + 002422 + Knapp Logistik Automation GmbH - 3CB9A6 - Belden Deutschland GmbH + 00241B + iWOW Communications Pte Ltd - 8C0CA3 - Amper + 00245E + Hivision Ltd - 94DF58 - IJ Electron Ltd + 00244D + Hokkaido Electronics Corporation - 48D54C - Jeda Networks + 002442 + Axona Limited - 8CDE52 - ISSC Technologies Corp. + 002400 + Nortel Networks - 082522 - Advansee + 0023FB + IP Datatel LLC. - 4C2F9D - ICM Controls + 002409 + The Toro Company - E467BA - Danish Interpretation Systems A/S + 002406 + Pointmobile - BCB852 - Cybera Inc. + 00243C + S.A.A.A. - C49300 - 8Devices + 0023D3 + AirLink WiFi Networking Corp. - 6CA682 - EDAM Information & Communications + 0023CA + Behind The Set LLC - 28D576 - Premier Wireless Inc. + 0023CB + Shenzhen Full-join Technology Ltd - 70D6B6 - Metrum Technologies + 0023AD + Xmark Corporation - C0A0DE - Multi Touch Oy + 0023AB + Cisco Systems Inc. - 40BC8B - itelio GmbH + 0023A4 + New Concepts Development Corp. - 9CA134 - Nike Inc. + 0023DC + Benein Inc. - 50FC30 - Treehouse Labs + 0023D1 + TRG - B89674 - AllDSP GmbH & Co. KG + 0023FE + Biodevices, SA - 48E1AF - Vity + 0023F4 + Masternaut - 1CBBA8 - OJSC Ufimskiy Zavod Promsvyaz + 0023D0 + Uniloc USA Inc. - 006BA0 - Shenzhen Universal Intellisys PTE Ltd + 0023C7 + AVSystem - A898C6 - Shinbo Ltd + 0023C3 + LogMeIn Inc. - B4211D - Beijing GuangXin Technology Ltd + 0023B0 + CoMXION Technology Inc. - 903CAE - Yunnan KSEC Digital Technology Ltd + 0023E1 + Cavena Image Products AB - 70704C - Purple Communications Inc. + 00237E + Elster GmbH - D89760 - C2 Development Inc. + 00237C + Neotion - F47ACC - SolidFire Inc. + 00237A + RIM - 905682 - Lenbrook Industries Limited + 00236D + ResMed Ltd - F0DA7C - RLH Industries,Inc. + 00236B + Xembedded Inc. - AC319D - Shenzhen TG-NET Botone Technology Ltd + 002361 + Unigen Corporation - 20107A - Gemtek Technology Ltd + 00232C + Senticare - 78DDD6 - c-scape + 00232B + IRD A/S - C09132 - Patriot Memory + 002336 + METEL s.r.o. - 90185E - Apex Tool Group GmbH & Co OHG + 002338 + OJ-Electronics A/S - F8FE5C - Reciprocal Labs Corp + 00233B + C-Matic Systems Ltd - 6C9CED - Cisco Systems Inc. + 00232A + eonas IT-Beratung und -Entwicklung GmbH - 2486F4 - Ctek Inc. + 002327 + Shouyo Electronics Ltd - C4237A - WhizNets Inc. + 002328 + Alcon Telecommunications Ltd - - F4E6D7 - Solar Power Technologies Inc. + + 002372 + More Star Industrial Group Limited - B87424 - Viessmann Elektronik GmbH + 00234C + KTC AB - B451F9 - NB Software + 002343 + TEM AG - 30168D - ProLon + 00235F + Silicon Micro Sensors GmbH - E4AFA1 - HES-SO + 002385 + Antipode - A887ED - ARC Wireless LLC + 0022D8 + Shenzhen GST Security and Safety Technology Limited - D4D249 - Power Ethernet + 0022DC + Vigil Health Solutions Inc. - 80427C - Adolf Tedsen GmbH & Co. KG + 0022D9 + Fortex Industrial Ltd - E0DADC - JVC KENWOOD Corporation + 0022D3 + Hub-Tech - E843B6 - QNAP Systems Inc. + 0022D4 + ComWorth Ltd - B89BC9 - SMC Networks Inc + 0022FE + Advanced Illumination - 409FC7 - BAEKCHUN I&C Ltd + 002300 + Cayee Computer Ltd - 00FC58 - WebSilicon Ltd + 0022F3 + Sharp Corporation - 983571 - Sub10 Systems Ltd + 0022F6 + Syracuse Research Corporation - 5404A6 - ASUSTek Computer Inc. + 00230D + Nortel Networks - 186D99 - Adanis Inc. + 002303 + LITE-ON IT Corporation - A0E201 - AVTrace Ltd(China) + 0022ED + TSI Power Corporation - F0DEB9 - ShangHai Y&Y Electronics Ltd + 0022E1 + ZORT Labs LLC. - 7CA61D - MHL LLC + 0022E0 + Atlantic Software Technologies S.r.L. - 9CF67D - Ricardo Prague, s.r.o. + 0022DF + TAMUZ Monitors - F82F5B - eGauge Systems LLC + 00231A + ITF Ltd - 98C845 - PacketAccess + 0022BC + JDSU France SAS - 989080 - Linkpower Network System Inc Ltd + 0022AA + Nintendo Ltd - F83376 - Good Mind Innovation Ltd + 0022C9 + Lenord, Bauer & Co GmbH - 50F61A - Kunshan JADE Technologies Ltd + 00228C + Photon Europe GmbH - 542018 - Tely Labs + 00228B + Kensington Computer Products Group - 581FEF - Tuttnaer Ltd + 00228D + GBS Laboratories LLC - 58BDA3 + 00224C Nintendo Ltd - F8F25A - G-Lab GmbH + 00224A + Raylase AG - 307ECB - SFR + 00224B + Airtech Technologies Inc. - 68F125 - Data Controls Inc. + 002256 + Cisco Systems Inc. - BC764E - Rackspace US Inc. + 002252 + ZOLL Lifecor Corporation - CCC8D7 - CIAS Elettronica srl + 00224D + Mitac International Corp. - 84D32A - IEEE 1905.1 + 00229F + Sensys Traffic AB - 4C0289 - LEX Computech Ltd + 002299 + SeaMicro Inc. - C0E54E - ARIES Embedded GmbH + 00226D + Shenzhen GIEC Electronics Ltd - F8C001 - Juniper Networks + 00226E + Gowell Electronic Limited - 187C81 - Valeo Vision Systems + 00225D + Digicable Network India Pvt Ltd - ACCC8E - Axis Communications AB + 00227B + Apogee Labs Inc. - 8C94CF - Encell Technology Inc. + 00227D + YE Data Inc. - 6CA780 - Nokia Corporation + 0022A8 + Ouman Oy - 3057AC - Irlab Ltd + 002223 + TimeKeeping Systems Inc. - 842B50 - Huria Ltd + 00221A + Audio Precision - 48F7F1 - Nokia + 002218 + Akamai Technologies Inc - 8C8E76 - taskit GmbH + 00223C + RATIO Entwicklungen GmbH - A0133B - HiTi Digital Inc. + 0021E7 + Informatics Services Corporation - 9C5711 - Feitian Xunda(Beijing) Aeronautical Information Technology Ltd + 0021DC + TECNOALARM S.r.l. - 88F488 - cellon Communications technology(Shenzhen) Ltd + 0021F1 + Tutus Data AB - 448E12 - DT Research Inc. + 0021E3 + SerialTek LLC - B8BB6D - ENERES Ltd + 00221C + Private - 14373B - PROCOM Systems + 002222 + Schaffner Deutschland GmbH - 1897FF - TechFaith Wireless Technology Limited + 0021F8 + Enseo Inc. - 4C5585 - Hamilton Systems + 0021F3 + Si14 SpA - ECEA03 - Darfon Lighting Corp + 002231 + SMT&C Ltd - 30F9ED - Sony Corporation + 002213 + PCI Corporation - 582EFE - Lighting Science Group + 002201 + Aksys Networks Inc - CC60BB - Empower RF Systems + 00217B + Bastec AB - 7CDD20 - IOXOS Technologies S.A. + 002176 + YMax Telecom Ltd - ECF236 - Neomontana Electronics + 002171 + Wesung TNC Ltd - 0418B6 - Private + 002193 + Videofon MV - E4A5EF - Tron Link Electronics Ltd + 002192 + Baoding Galaxy Electronic Technology Ltd - 3071B2 - Hangzhou Prevail Optoelectronic Equipment Ltd + 0021A7 + Hantle System Ltd - DCCE41 - FE Global Hong Kong Limited + 00219C + Honeywld Technology Corp. - FC6C31 - LXinstruments GmbH + 00219A + Cambridge Visual Networks Ltd - 705CAD - Konami Gaming Inc + 0021D8 + Cisco Systems Inc. - 3C6F45 - Fiberpro Inc. + 0021D7 + Cisco Systems Inc. - 703187 - ACX GmbH + 0021D9 + Sekonic Corporation - 30E4DB - Cisco Systems Inc. + 0021DA + Automation Products Group Inc. - 88E0F3 - Juniper Networks + 0021B5 + Galvanic Ltd - 80971B - Altenergy Power System,Inc. + 0021BD + Nintendo Ltd - 587675 - Beijing ECHO Technologies Ltd + 0021C4 + Consilium AB - 0C51F7 - Chauvin Arnoux + 002189 + AppTech Inc. - 0CFC83 - Airoha Technology Corp., + 002122 + Chip-pro Ltd - 007F28 - Actiontec Electronics Inc. + 002125 + KUK JE TONG SHIN Ltd - 804731 - Packet Design Inc. + 002126 + Shenzhen Torch Equipment Ltd - B09BD4 - GNH Software India Private Limited + 002113 + Padtec S/A - F08BFE - Costel. Ltd + 002112 + Wiscom System Ltd - 3C26D5 - Sotera Wireless + 00210E + Orpak Systems L.t.d. - E84E06 - Edup International (HK) Ltd + 002161 + Yournet Inc. - 00077D - Cisco Systems Inc. + 00215F + IHSE GmbH - CCD9E9 - SCR Engineers Ltd + 002135 + Alcatel-Lucent - 34A709 - Trevil srl + 002138 + Cepheid - E0C922 - Jireh Energy Tech Ltd + 002147 + Nintendo Ltd - 905F8D - modas GmbH + 002149 + China Daheng Group ,Inc. - 98293F - Fujian Start Computer Equipment Ltd + 002156 + Cisco Systems Inc. - B45CA4 - Thing-talk Wireless Communication Technologies Corporation Limited + 002151 + Millinet Ltd - 908D1D - GH Technologies + 00216C + Odva - 444F5E - Pan Studios Ltd + 00211C + Cisco Systems Inc. - D0AFB6 - Linktop Technology Ltd + 002118 + Athena Tech Inc. - 98EC65 - Cosesy ApS + 001FBD + Kyocera Wireless Corp. - ACC935 - Ness Corporation + 001FB9 + Paltronics - 008D4E - Cjsc NII STT + 001FB7 + WiMate Technologies Corp. - 98F8DB - Marini Impianti Industriali s.r.l. + 001FB4 + SmartShare Systems - E41289 - topsystem Systemhaus GmbH + 001FB6 + Chi Lin Technology Ltd - 58E808 - Autonics Corporation + 001FC8 + Up-Today Industrial Ltd - DC05ED - Nabtesco Corporation + 001FC5 + Nintendo Ltd - 4C98EF - Zeo + 001FC0 + Control Express Finland Oy - 00A1DE - Shenzhen ShiHua Technology Ltd + 001FBC + EVGA Corporation - 806CBC - NET New Electronic Technology GmbH + 001FF9 + Advanced Knowledge Associates - 909060 - RSI Video Technologies + 001FED + Tecan Systems Inc. - BC8199 - BASIC Ltd + 001FE5 + In-Circuit GmbH - DCA7D9 - Compressor Controls Corp + 001FF4 + Power Monitors Inc. - 38FEC5 - Ellips B.V. + 001F5F + Blatand GmbH - C455A6 - Cadac Holdings Ltd + 001F57 + Phonik Innovation Ltd - 5C7757 - Haivision Network Video + 001F59 + Kronback Tracers - D4D898 - Korea CNO Tech Ltd + 001F4E + ConMed Linvatec - B4AA4D - Ensequence Inc. + 001FAA + Taseon Inc. - B83D4E - Shenzhen Cultraview Digital Technology Ltd Shanghai Branch + 001F7B + TechNexion Ltd - 5087B8 - Nuvyyo Inc + 001F7D + Embedded Wireless GmbH - C0EAE4 - Sonicwall + 001F8D + Ingenieurbuero Stark GmbH und Ko. KG - 0838A5 - Funkwerk plettac electronic GmbH + 001FAF + NextIO Inc. - CC1EFF - Metrological Group BV + 001F74 + Eigen Development - 184E94 - Messoa Technologies Inc. + 001F75 + GiBahn Media - 6C391D - Beijing ZhongHuaHun Network Information center + 001F8F + Shanghai Bellmann Digital Source Ltd - 80B32A - UK Grid Solutions Ltd + 001F84 + Gigle Semiconductor - 405539 - Cisco Systems Inc. + 001F6E + Vtech Engineering Corporation - E0F211 - Digitalwatt + 001F66 + Planar LLC - F86971 - Seibu Electric + 001FA0 + A10 Networks - 44AA27 - udworks Ltd + 001F9E + Cisco Systems Inc. - E8F928 - Rftech SRL + 001EE6 + Shenzhen Advanced Video Info-Tech Ltd - 1C955D - I-LAX Electronics Inc. + 001EF7 + Cisco Systems Inc. - 60F59C - CRU-Dataport + 001F0B + Federal State Unitary Enterprise Industrial UnionElectropribor - B0A72A - Ensemble Designs Inc. + 001F0C + Intelligent Digital Services GmbH - 6400F1 - Cisco Systems Inc. + 001F08 + Risco Ltd - B8F4D0 - Herrmann Ultraschalltechnik GmbH & Co. Kg + 001F43 + Entes Elektronik - 08ACA5 - Benu Video Inc. + 001F14 + NexG - 586D8F - Cisco-Linksys LLC + 001EF1 + Servimat - 10E3C7 - Seohwa Telecom + 001EF4 + L-3 Communications Display Systems - - 7465D1 - Atlinks + + 001EF5 + Hitek Automated Inc. - 040A83 - Alcatel-Lucent + 001F0E + Japan Kyastem Ltd - C45600 - Galleon Embedded Computing + 001F28 + HPN Supply Chain - BC3E13 - Accordance Systems Inc. + 001F1E + Astec Technology Ltd - A81B18 - XTS Corp + 001F4A + Albentia Systems S.A. - D0A311 - Neuberger Gebaudeautomation GmbH + 001EAA + E-Senza Technologies GmbH - 041D10 - Dream Ware Inc. + 001E9C + Fidustron Inc - 801440 - Sunlit System Technology Corp + 001E97 + Medium Link System Technology Ltd - 180B52 - Nanotron Technologies GmbH + 001E8B + Infra Access Korea Ltd - DC07C1 - HangZhou QiYang Technology Ltd + 001EBB + Bluelight Technology Inc. - C0A26D - Abbott Point Of Care + 001EB5 + Ever Sparkle Technologies Ltd - 00BB8E - HME Ltd + 001EB3 + Primex Wireless - D82A7E - Nokia Corporation + 001E85 + Lagotek Corporation - 801F02 - Edimax Technology Ltd + 001ED8 + Digital United Inc. - 58EECE - Icon Time Systems + 001ED6 + Alentec & Orion AB - 647FDA - TEKTELIC Communications Inc. + 001EC6 + Obvius Holdings LLC - AC0613 - Senselogix Ltd + 001EC4 + Celio Corp - 747818 - Jurumani Solutions + 001EC1 + 3Com Europe Ltd - E01F0A - Xslent Energy Technologies. LLC + 001EB6 + TAG Heuer SA - 443719 - 2 Save Energy Ltd + 001EAC + Armadeus Systems - 84EA99 - Vieworks + 001E77 + Air2App - E00C7F - Nintendo Ltd + 001E7B + R.I.Co. S.r.l. - E48AD5 - RF Window Ltd + 001E6E + Shenzhen First Mile Communications Ltd - FCF1CD - Optex-FA Ltd + 001E6D + IT R&D Center - 4425BB - Bamboo Entertainment Corporation + 001E34 + CryptoMetrics - 7CDA84 - Dongnian Networks Inc. + 001E2D + Stim - BCC61A - Spectra Embedded Systems + 001E41 + Microwave Communication & Component Inc. - 0470BC - Globalstar Inc. + 001DFC + Ksic - 88DD79 - Voltaire + 001E55 + CoWON SysTEMS,Inc. - 64F987 - Avvasi Inc. + 001E56 + Bally Wulff Entertainment GmbH - D85D84 - CAx soft GmbH + 001E3F + TrellisWare Technologies Inc. - D4E32C - S. Siedle & Sohne + 001E57 + ALCOMA, spol. s r.o. - 7C6ADB - SafeTone Technology Ltd + 001E50 + Battistoni Research - 902E87 - LabJack + 001E11 + Elelux International Ltd - A424B3 - FlatFrog Laboratories AB + 001DF2 + Netflix Inc. - 94CDAC - Creowave Oy + 001DEF + Trimm Inc. - 144C1A - Max Communication GmbH + 001DF1 + Intego Systems Inc. - 340804 - D-Link Corporation + 001DED + Grid Net Inc. - F05D89 - Dycon Limited + 001DC3 + RIKOR TV Ltd - AC80D6 - Hexatronic AB + 001DC1 + Audinate Pty L - 9CF938 - AREVA NP GmbH + 001DB2 + Hokkaido Electric Engineering Ltd - 8CDB25 - ESG Solutions + 001DAD + Sinotech Engineering Consultants Inc. Geotechnical Enginee - FC3598 - Favite Inc. + 001DAB + SwissQual License AG - 90D92C - HUG-Witschi AG + 001D9C + Rockwell Automation - 988E34 - Zhejiang Boxsam Electronic Ltd + 001DA0 + Heng Yu Electronic Manufacturing Company Limited - C471FE - Cisco Systems Inc. + 001DD8 + Microsoft Corporation - 4022ED - Digital Projection Ltd + 001DC8 + Navionics Research Inc., dba SCADAmetrics - 989449 - Skyworth Wireless Technology Ltd + 001DCC + Ayon Cyber Security Inc. - 2CA157 - acromate Inc. + 001D92 + Micro-Star International - 942053 - Nokia Corporation + 001D8A + TechTrex Inc - 28852D - Touch Networks + 001D80 + Beijing Huahuan Electronics Ltd - B8BA68 - Xi'an Jizhong Digital Communication Ltd + 001D83 + Emitech Corporation - B0B32B - Slican Sp. z o.o. + 001D74 + Tianjin China-Silicon Microelectronics Ltd - 5842E4 - Baxter International Inc + 001D4B + Grid Connect Inc. - B8797E - Secure Meters (UK) Limited + 001D4D + Adaptive Recognition Hungary Inc. - CC9E00 - Nintendo Ltd + 001D1E + Kyushu TEN Ltd - 58A76F - iD Corporation + 001D1D + Inter-M Corporation - 0006F6 - Cisco Systems Inc. + 001D0E + Agapha Technology Ltd - 747DB6 - Aliwei Communications Inc. + 001D0A + Davis Instruments Inc. - B06563 - Shanghai Railway Communication Factory + 001D67 + Amec - 4018D7 - Smartronix Inc. + 001D7C + ABE Elettronica S.p.A. - 4C2C80 - Beijing Skyway Technologies Ltd + 001D6D + Confidant International LLC - D49E6D - Wuhan Zhongyuan Huadian Science & Technology + 001D75 + Radioscape PLC - 6C2E33 - Accelink Technologies Ltd + 001D53 + S&O Electronics (Malaysia) Sdn. Bhd. - 40987B - Aisino Corporation + 001D54 + Sunnic Technology & Merchandise Inc. - BC38D2 - Pandachip Limited + 001D5F + OverSpeed SARL - 2005E8 - OOO InProMedia + 001D58 + CQ Inc - F00248 - SmarteBuilding + 001D87 + VigTech Labs Sdn Bhd - AC6F4F - Enspert Inc + 001D2F + QuantumVision Corporation - E82877 - TMY Ltd + 001CE5 + MBS Electronic Systems GmbH - F0C88C - LeddarTech Inc. + 001CDD + Cowbell Engineering Ltd - 4037AD - Macro Image Technology Inc. + 001CC2 + Part II Research Inc. - 28ED58 - JAG Jakob AG + 001CBD + Ezze Mobile Tech. Inc. - 486B91 - Fleetwood Group Inc. + 001CB8 + CBC Ltd - 643409 - BITwave Pte Ltd + 001CAC + Qniq Technology Corp. - 40C245 - Shenzhen Hexicom Technology Ltd + 001CA5 + Zygo Corporation - CC55AD - RIM + 001C9D + Liecthi AG - E8757F - FIRS Technologies(Shenzhen) Ltd + 001CFF + Napera Networks Inc - F0F7B3 - Phorm + 001CDC + Custom Computer Services Inc. - 00D38D - Hotel Technology Next Generation + 001CD1 + Waves Audio Ltd - C83EA7 - KUNBUS GmbH + 001CED + Environnement SA - 60893C - Thermo Fisher Scientific P.O.A. + 001CBA + VerScient Inc. - D86BF7 - Nintendo Ltd + 001CB0 + Cisco Systems Inc. - 74CD0C - Smith Myers Communications Ltd + 001C4C + Petrotest Instruments - CCCE40 - Janteq Corp + 001C45 + Chenbro Micom Ltd - B8EE79 - YWire Technologies Inc. + 001C3C + Seon Design Inc. - 74D675 - WYMA Tecnologia + 001C57 + Cisco Systems Inc. - B40EDC - LG-Ericsson Ltd + 001C5D + Leica Microsystems - E0EE1B - Panasonic Automotive Systems Company Of America + 001C5E + ASTON France - 74BE08 - ATEK Products LLC + 001C55 + Shenzhen Kaifa Technology Co. - 6063FD - Transcend Communication Beijing Ltd + 001C5B + Chubb Electronic Security Systems Ltd - D8B6C1 - NetworkAccountant Inc. + 001C44 + Bosch Security Systems BV - 74A4A7 - QRS Music Technologies Inc. + 001C82 + Genew Technologies - 700258 - 01DB-Metravib + 001C84 + STL Solution Ltd - F455E0 - Niceway CNC Technology LtdHunan Province + 001C79 + Cohesive Financial Technologies LLC - 20FDF1 - 3Com Europe Ltd + 001C64 + Landis+Gyr - 8497B8 - Memjet Inc. + 001C31 + Mobile XP Technology Ltd - A0DDE5 - Sharp Corporation + 001C8B + MJ Innovations Ltd - 206AFF - Atlas Elektronik UK Limited + 001C6D + Kyohritsu Electronic Industry Ltd - AC34CB - Shanhai GBCOM Communication Technology Ltd + 001C96 + Linkwise Technology Pte Ltd - 9088A2 - Ionics Technology ME Ltda + 001C29 + Core Digital Electronics Ltd - 40CD3A - Z3 Technology + 001C24 + Formosa Wireless Systems Corp. - 482CEA - Motorola Inc Business Light Radios + 001C20 + CLB Benelux - 00336C - SynapSense Corporation + 001C1C + Center Communication Systems GmbH - 2CD1DA - Sanjole Inc. + 001BDA + UTStarcom Inc - F866F2 - Cisco Systems Inc. + 001BD1 + Sogestmatic - AC6123 - Drivven Inc. + 001C00 + Entry Point LLC - 100C24 - pomdevices LLC + 001BFD + Dignsys Inc. - 58F6BF - Kyoto University + 001BD6 + Kelvin Hughes Ltd - 78EC22 - Shanghai Qihui Telecom Technology Ltd + 001BCF + Dataupia Corporation - 0C15C5 - SDTEC Ltd + 001BCB + Pempek Systems Pty Ltd - FC75E6 - Handreamnet + 001BF5 + Tellink Sistemas de Telecomunicacion S.L. - A0A763 - Polytron Vertrieb GmbH + 001BE6 + VR AG - EC2368 - IntelliVoice Ltd + 001BE2 + AhnLab,Inc. - 749050 - Renesas Electronics Corporation + 001BE0 + TELENOT ELECTRONIC GmbH - 389592 - Beijing Tendyron Corporation + 001C34 + Huey Chiao International Ltd - A4218A - Nortel Networks + 001C36 + iNEWiT NV - F8FB2F - Santur Corporation + 001C15 + iPhotonix LLC - 2CCD43 - Summit Technology Group + 001C07 + Cwlinux Limited - 64995D - LGE + 001BA3 + Flexit Group GmbH - 7CEF18 - Creative Product Design Pty Ltd + 001B9F + Calyptech Pty Ltd - FC7CE7 - FCI USA LLC + 001B9A + Apollo Fire Detectors Ltd - 145412 - Entis Ltd + 001BBD + FMC Kongsberg Subsea AS - 7C3E9D - Patech + 001BBE + ICOP Digital - 244597 - GEMUE Gebr. Mueller Apparatebau + 001BB3 + Condalo GmbH - 78818F - Server Racks Australia Pty Ltd + 001BB7 + Alta Heights Technology Corp. - 284846 - GridCentric Inc. + 001B99 + KS System GmbH - 30694B - RIM + 001B8F + Cisco Systems Inc. - 6C626D - Micro-Star International + 001B8C + JMicron Technology Corp. - 28068D - ITL LLC + 001B91 + Efkon AG - C00D7E - Additech Inc. + 001B82 + Taiwan Semiconductor Ltd - 84C7A9 - C3PO S.A. + 001B89 + EMZA Visual Sense Ltd - D87157 - Lenovo Mobile Communication Technology Ltd + 001B8B + NEC Platforms Ltd - 609AA4 - GVI Security Inc. + 001BAC + Curtiss Wright Controls Embedded Computing - 641084 - HEXIUM Technical Development Ltd + 001B6A + Powerwave Technologies Sweden AB - 342109 - Jensen Scandinavia AS + 001B67 + Cisco Systems Inc. - 3C106F - Albahith Technologies + 001B7B + The Tintometer Ltd - 0CDDEF - Nokia Corporation + 001B75 + Hypermedia Systems - ECFE7E - BlueRadios Inc. + 001B27 + Merlin CSI - E4AD7D - SCL Elements + 001B1B + Siemens AG, - F09CBB - RaonThink Inc. + 001B1F + DELTA - Danish Electronics, Light & Acoustics - 10CCDB - Aximum Produits Electroniques + 001B57 + Semindia Systems Private Limited - 38C7BA - CS Services Ltd + 001B55 + Hurco Automation Ltd - EC5C69 - Mitsubishi Heavy Industries Mechatronics Systems Ltd + 001B53 + Cisco Systems Inc. - 6C92BF - Inspur Electronic Information Industry Ltd + 001B49 + Roberts Radio limited - 44A8C2 - Sewoo Tech Ltd + 001B0E + InoTec GmbH Organisationssysteme - 80EE73 - Shuttle Inc. + 001B04 + Affinity International S.p.a - FCE23F - Clay Paky SPA + 001B06 + Ateliers R. LAUMONIER - 58570D - Danfoss Solar Inverters + 001B31 + Neural Image Ltd - C4823F - Fujian Newland Auto-ID Tech Ltd + 001B29 + Avantis Ltd - E85B5B - LG Electronics Inc + 001B2B + Cisco Systems Inc. - BCA9D6 - Cyber-Rain Inc. + 001B28 + Polygon, JSC - 6C3E9C - KE Knestel Elektronik GmbH + 001B43 + Beijing DG Telecommunications equipment Ltd - 8CD628 - Ikor Metering + 001B3C + Software Technologies Group,Inc. - 243C20 - Dynamode Group + 001B3D + EuroTel Spa - 3C39C3 - JW Electronics Ltd + 001B66 + Sennheiser electronic GmbH & Co. KG - 3C05AB - Product Creation Studio + 001B60 + Navigon AG - F04335 - DVN(Shanghai) Ltd + 001B05 + YMC AG - A479E4 - KLINFO Corp + 001AFF + Wizyoung Tech. - 481BD2 - Intron Scientific Ltd + 001B00 + Neopost Technologies - D0F0DB - Ericsson + 001B4E + Navman New Zealand - 7C1476 - Damall Technologies SAS + 001B16 + Celtro Ltd - 8C541D - LGE + 001AE6 + Atlanta Advanced Communications Holdings Limited - 00A2DA - INAT GmbH + 001AD9 + International Broadband Electric Communications Inc. - 003CC5 - WONWOO Engineering Ltd + 001AC8 + ISL (Instrumentation Scientifique de Laboratoire) - F077D0 - Xcellen + 001AAB + eWings s.r.l. - 4CC602 - Radios Inc. + 001AAC + Corelatus AB - 80711F - Juniper Networks + 001AAF + Blusens Technology - 88FD15 - Lineeye Ltd + 001AB0 + Signal Networks Pvt Ltd - 884B39 - Siemens AG, Healthcare Sector + 001AA1 + Cisco Systems Inc. - D828C9 - General Electric Consumer and Industrial + 001AC6 + Micro Control Designs - 44C233 - Guangzhou Comet Technology Development Ltd + 001AF2 + Dynavisions Schweiz AG - 30EFD1 - Alstom Strongwish (Shenzhen) Ltd + 001A82 + PROBA Building Automation Ltd - 7C2CF3 - Secure Electrans Ltd + 001A7C + Hirschmann Multimedia B.V. - 081651 - Shenzhen SEA Star Technology Ltd + 001A7A + Lismore Instruments Limited - A863DF - Displaire Corporation + 001A78 + ubtos - 183BD2 - BYD Precision Manufacture Company Ltd + 001A76 + SDT Information Technology Ltd - E43593 - Hangzhou GoTo technology Ltd + 001A70 + Cisco-Linksys LLC - 2C3A28 - Fagor Electronica + 001A61 + PacStar Corp. - B45861 - CRemote LLC + 001A62 + Data Robotics Inc.orporated - B0973A - E-Fuel Corporation + 001A54 + Hip Shing Electronics Ltd - 204E6B - Axxana(israel) Ltd + 001A42 + Techcity Technology Ltd - 80F593 - IRCO Sistemas de Telecomunicacion S.A. + 001A50 + PheeNet Technology Corp. - E497F0 - Shanghai VLC Technologies Ltd + 001A53 + Zylaya - B40832 - TC Communications + 001A4C + Crossbow Technology Inc. - ECDE3D - Lamprey Networks Inc. + 001A1A + Gentex Corporation/Electro-Acoustic Products - 6CFFBE - MPB Communications Inc. + 001A12 + Essilor - 304174 - Altec Lansing LLC + 001A7D + cyber-blue(HK) Ltd - 80B289 - Forworld Electronics Ltd + 001A60 + Wave Electronics Ltd - E83A97 - Toshiba Corporation + 001A56 + ViewTel Ltd - 1056CA - Peplink International Ltd + 0019F3 + Cetis Inc. - 486FD2 - StorSimple Inc + 0019EF + Shenzhen Linnking Electronics Ltd - A03A75 - PSS Belgium N.V. + 0019F7 + Onset Computer Corporation - 24DBAD - ShopperTrak RCT Corporation + 0019EE + CARLO GAVAZZI CoNTROLS SPA-Controls Division - 9CEBE8 - BizLink (Kunshan) Ltd + 0019BF + Citiway technology Ltd - 040EC2 - ViewSonic Mobile China Limited + 0019B6 + Euro Emme s.r.l. - C8D1D1 - AGAiT Technology Corporation + 0019EB + Pyronix Ltd - 00DB45 - Thamway Ltd + 0019E7 + Cisco Systems Inc. - D49C28 - JayBird LLC + 0019E9 + S-Information Technolgy Ltd - 74F726 - Neuron Robotics + 0019DA + Welltrans O&E Technology Co Ltd - 2872C5 - Smartmatic Corp + 001A14 + Xin Hua Control Engineering Ltd - E08FEC - Repotec Ltd + 001A10 + Lucent Trans Electronics Ltd - ACE9AA - Hay Systems Ltd + 001A0C + Swe-Dish Satellite Systems AB - 082AD0 - SRD Innovations Inc. + 0019DC + ENENSYS Technologies - 889821 - Teraon + 0019D0 + Cathexis - E0E751 - Nintendo Ltd + 0019D6 + LS Cable and System Ltd - 003AAF - BlueBit Ltd + 0019D7 + Fortunetek Ltd - 64168D - Cisco Systems Inc. + 001A02 + Secure Care Products Inc. - 003A9C - Cisco Systems Inc. + 0019F8 + Embedded Systems Design Inc. - 7C6C8F - AMS Neve Ltd + 001A07 + Arecont Vision - 9CB206 - Procentec + 001A08 + Simoco Ltd - 88ED1C - Cudo Communication Ltd + 001A04 + Interay Solutions BV - 9CCD82 - Cheng UEI Precision Industry Ltd + 0019C9 + S&C Electric Company - F06281 - ProCurve Networking by HP + 0019B5 + Famar Fueguina S.A. - C09C92 - Coby + 0019B8 + Boundary Devices - C038F9 - Nokia Danmark A/S + 00195D + Shenzhen XinHuaTong Opto Electronics Ltd - F46349 - Diffon Corporation + 001953 + Chainleader Communications Corp. - 74F07D - BnCOM Ltd + 001955 + Cisco Systems Inc. - F852DF - VNL Europe AB + 001959 + Staccato Communications Inc. - A8CB95 - East Best Ltd + 00194D + Avago Technologies Sdn Bhd - F45FF7 - DQ Technology Inc. + 00194E + Ultra Electronics - TCS (Tactical Communication Systems) - 7C3BD5 - Imago Group + 0019AC + GSP SysTEMS Inc. - 5CE223 - Delphin Technology AG + 0019B0 + HanYang System - F871FE - The Goldman Sachs Group Inc. + 001995 + Jurong Hi-Tech (Suzhou) Ltd - 2C1984 - IDN Telecom Inc. + 00199A + EDO-EVI - D8C3FB - Detracom + 001994 + Jorjin Technologies Inc. - 58F67B - Xia Men UnionCore Technology Ltd + 00197C + Riedel Communications GmbH - 6CF049 - Giga-Byte Technology Ltd + 0019A0 + Nihon Data Systens Inc. - 644F74 - LENUS Ltd + 001991 + avinfo - 787F62 - GiK mbH + 00198C + iXSea - 401597 - Protect America Inc. + 001962 + Commerciant, LP - C4FCE4 - DishTV NZ Ltd + 00196F + SensoPart GmbH - E80B13 - Akib Systems Taiwan Inc. + 0018DD + Silicondust Engineering Ltd - EC6C9F - Chengdu Volans Technology Ltd + 0018DF + The Morey Corporation - 40EF4C - Fihonest Communication Ltd + 0018E1 + Verkerk Service Systemen - 00271E - Xagyl Communications + 0018DA + Wurth Elektronik eiSos GmbH & Co. KG - 00271D - Comba Telecom Systems (China) Ltd + 0018D5 + Reigncom - 002720 - NEW-SOL CoM + 0018E7 + Cameo Communications Inc. - 0026F0 - cTrixs International GmbH. + 0018E4 + Yiguang - 0026EA - Cheerchip Electronic Technology (ShangHai) Ltd + 0018E5 + Adhoco AG - 002708 - Nordiag ASA + 00190A + Hasware Inc. - 002702 - SolarEdge Technologies + 001923 + Phonex Korea Ltd - 002704 - Accelerated Concepts Inc. + 00191C + Sensicast Systems - 0026FA - BandRich Inc. + 001928 + Siemens AG, Transportation Systems - 0026F9 - S.E.M. srl + 001915 + TECOM Ltd - 0026FD - Interactive Intelligence + 00191B + Sputnik Engineering AG - 0026F7 - Nivetti Systems Pvt Ltd + 001909 + DEVI - Danfoss A/S - 0026F6 - Military Communication Institute + 001933 + Strix Systems Inc. - 0026DD - Fival Science & Technology Ltd + 001904 + WB Electronics Sp. z o.o. - 0026DE - FDI Matelec + 001934 + Trendon Touch Technology Corp. - 0026DA - Universal Media Corporation /Slovakia/ s.r.o. + 00190D + IEEE 1394c - 0026DB - Ionics EMS Inc. + 001881 + Buyang Electronics Industrial Ltd - 0026D5 - Ory Solucoes em Comercio de Informatica Ltda. + 001876 + WowWee Ltd - 0026CE - Kozumi USA Corp. + 00187A + Wiremold - 002711 - LanPro Inc + 00186C + Neonode AB - 002686 - Quantenna Communcations Inc. + 001873 + Cisco Systems Inc. - 002684 - Kisan System + 00185F + TAC Inc. - 002680 - SIL3 Pty Ltd + 0018D4 + Unified Display Interface SIG - 0026BF - Shenzhen Temobi Science & Tech Development Ltd + 0018A7 + Yoggie Security Systems Ltd - 0026B4 - Ford Motor Company + 0018A2 + XIP Technology AB - 0026CA - Cisco Systems Inc. + 00189C + Weldex Corporation - 0026C9 - Proventix Systems Inc. + 00189A + HANA Micron Inc. - 002690 - I DO IT + 001864 + Eaton Corporation - 00268F - MTA SpA + 001866 + Leutron Vision - 002679 - Euphonic Technologies Inc. + 001860 + SIM Technology Group Shanghai Simcom Ltd - 0026AC - Shanghai LUSTER Teraband photonic Ltd + 001897 + JESS-LINK PRODUCTS Ltd - 0026A6 - Trixell + 00189E + OMNIKEY GmbH. - 00269C - Itus Japan Ltd + 0018A9 + Ethernet Direct Corporation - 002694 - Senscient Ltd + 0018A8 + AnNeal Technology Inc. - 002676 - CoMMidt AS + 0018C2 + Firetide Inc. - 00261D - CoP Security System Corp. + 00183E + Digilent Inc. - 002617 - OEM Worldwide + 001842 + Nokia Danmark A/S - 002613 - Engel Axil S.L. + 001840 + 3 Phoenix Inc. - 002638 - Xia Men Joyatech Ltd + 001844 + Heads Up Technologies Inc. - 00263A - Digitec Systems + 001821 + Sindoricoh - 00260F - Linn Products Ltd + 001823 + Delta Electronics Inc. - 00260C - Dataram + 001815 + GZ Technologies Inc. - 00262B - Wongs Electronics Ltd + 001857 + Unilever R&D - 002620 - ISGUS GmbH + 001853 + Atera Networks Ltd - 002601 - Cutera Inc + 001859 + Strawberry Linux Ltd - 002635 - Bluetechnix GmbH + 00184F + 8 Ways Technology Corp. - 002657 - OOO NPP Ekra + 001806 + Hokkei Industries Ltd - 002652 + 001818 Cisco Systems Inc. - 002666 - EFM Networks + 00181A + AVerMedia Information Inc. - 0025F5 - DVS Korea Ltd + 001816 + Ubixon Ltd - 0025EB - Reutech Radar Systems (Pty) Ltd + 00182B + Softier - 0025EE - Avtex Ltd + 001829 + Gatsometer - 0025AE - Microsoft Corporation + 001838 + PanAccess Communications,Inc. - 0025AF - CoMFILE Technology + 0017F0 + SZCOM Broadband Network Technology Ltd - 0025A8 - Kontron (BeiJing) Technology Ltd + 0017F1 + Renu Electronics Pvt Ltd - 0025D9 - DataFab Systems Inc. + 0017FF + PLAYLINE Ltd - 0025D6 - The Kroger Co. + 0017F6 + Pyramid Meriden Inc. - 0025D1 - Eastern Asia Technology Limited + 0017C5 + SonicWALL - 0025CD - Skylane Optics + 0017BE + Tratec Telecom B.V. - 0025BF - Wireless Cables Inc. + 0017C0 + PureTech Systems Inc. - 0025B9 - Cypress Solutions Inc + 0017BA + Sedo Ltd - 0025B6 - Telecom FM + 0017D4 + Monsoon Multimedia Inc. - 0025A5 - Walnut Media Network + 001780 + Applied Biosystems B.V. - 0025A4 - EuroDesign embedded technologies GmbH + 0017A5 + Ralink Technology Corp - 0025C1 - Nawoo Korea Corp. + 0017A8 + EDM Corporation - 0025F6 - netTALK.com Inc. + 0017A9 + Sentivision - 00257A - CAMCO Produktions- und Vertriebs-GmbH fur Beschallungs- und Beleuchtungsanlagen + 0017AF + Enermet - 002576 - Neli Technologies + 0017AA + elab-experience Inc. - 002574 - KUNIMI MEDIA DEVICE Ltd + 0017AE + GAI-Tronics - 002559 - Syphan Technologies Ltd + 0017B5 + Peerless Systems Corporation - 002554 - Pixel8 Networks + 00176C + Pivot3 Inc. - 002540 - Quasar Technologies Inc. + 001770 + Arti Industrial Electronics Ltd - 002533 - Wittenstein AG + 00178B + Teledyne Technologies Incorporated - 002530 - Aetas Systems Inc. + 0017DF + Cisco Systems Inc. - 00252C - Entourage Systems Inc. + 001746 + Freedom9 Inc. - 00258C - Esus Elektronik SAN. VE DIS. TIC Ltd STI. + 00174D + Dynamic Network Factory Inc. - 00255A - Tantalus Systems Corp. + 001744 + Araneo Ltd - 002587 - Vitality Inc. + 001749 + Hyundae Yong-O-SA Ltd - 002573 - ST Electronics (Info-Security) Pte Ltd + 001743 + Deck Srl - 00256F - Dantherm Power + 001728 + Selex Communications - 00252F - Energy Inc. + 001722 + Hanazeder Electronic GmbH - 00250A - Security Expert Ltd + 00173D + Neology - 002505 - eks Engel GmbH & Co. KG + 001740 + Bluberi Gaming Technologies Inc - 002509 - SHARETRONIC Group Ltd + 001732 + Science-Technical Center RISSA - 0024DA - Innovar Systems Limited + 00176D + Core Corporation - 0024D8 - IlSung Precision + 001773 + Laketune Technologies Ltd - 0024CD - Willow Garage Inc. + 00173A + Cloudastructure Inc - 0024D3 - QUALICA Inc. + 00172F + NeuLion Incorporated - 0024CE - Exeltech Inc + 001723 + Summit Data Communications - 0024CF - Inscape Data Corporation + 00171F + IMV Corporation - 0024C6 - Hager Electro SAS + 001753 + nFore Technology Inc. - 0024FD - Accedian Networks Inc + 001757 + RIX Technology Limited - 002523 - OCP Inc. + 0016BB + Law-Chain Computer Technology Ltd - 00251D - DSA Encore LLC + 0016B4 + Private - 00250F - On-Ramp Wireless Inc. + 0016A7 + Aweta G&P - 0024F5 - NDS Surgical Imaging + 001710 + Casa Systems Inc. - 002467 - AOC International (Europe) GmbH + 0016BF + PaloDEx Group Oy - 00246D - Weinzierl Engineering GmbH + 0016B7 + Seoul Commtech - 002470 - AUROTECH ultrasound AS. + 0016E1 + SiliconStor Inc. - 00246A - Solid Year Ltd + 0016E2 + American Fibertek Inc. - 002492 - Motorola, Broadband Solutions Group + 001713 + Tiger NetCom - 00248B - Hybus Ltd + 0016CD + Hiji High-Tech Ltd - 002484 - Bang and Olufsen Medicom a/s + 0016EF + Koko Fitness Inc. - 002480 - Meteocontrol GmbH + 0016FD + Jaty Electronics - 00247A - FU YI CHENG Technology Ltd + 001678 + Shenzhen Baoan Gaoke Electronics Ltd - 002476 - TAP.tv + 001674 + EuroCB (Phils.) Inc. - 0024B4 - ESCATRONIC GmbH + 001670 + SKNET Corporation - 0024B1 - Coulomb Technologies + 001689 + Pilkor Electronics Ltd - 00249C - Bimeng Comunication System Ltd + 00168A + id-Confirm Inc - 002498 - Cisco Systems Inc. + 001686 + Karl Storz Imaging - 002452 - Silicon Software GmbH + 00168D + KORWIN Ltd - 002453 - Initra d.o.o. + 00168E + Vimicro Corporation - 00244C - Solartron Metrology Ltd + 00164F + World Ethnic Broadcastin Inc. - 002448 - SpiderCloud Wireless Inc. + 00167E + Diboss Ltd - 00244B - Perceptron Inc + 00167B + Haver & Boecker - 002428 - EnergyICT + 001679 + eOn Communications - 002417 - Thomson Telecom Belgium + 0016A0 + Auto-Maskin - 002416 - Any Use + 00165D + AirDefense Inc. - 00242A - Hittite Microwave Corporation + 00165B + Grip Audio - 002422 - Knapp Logistik Automation GmbH + 001667 + A-TEC Subsystem Inc. - 00241B - iWOW Communications Pte Ltd + 00164A + Vibration Technology Limited - 00245E - Hivision Ltd + 001645 + Power Distribution Inc. - 00244D - Hokkaido Electronics Corporation + 00163F + CReTE SysTEMS Inc. - 002442 - Axona Limited + 00163D + Tsinghua Tongfang Legend Silicon Tech Ltd - 002400 - Nortel Networks + 00162D + STNet Ltd - 0023FB - IP Datatel LLC. + 001627 + embedded-logic DESIGN AND MORE GmbH - 002409 - The Toro Company + 00163A + Yves Technology Ltd - 002406 - Pointmobile + 001638 + TECOM Ltd - 00243C - S.A.A.A. + 001633 + Oxford Diagnostics Ltd - 0023D3 - AirLink WiFi Networking Corp. + 0015EC + Boca Devices LLC - 0023CA - Behind The Set LLC + 0015EF + NEC TOKIN Corporation - 0023CB - Shenzhen Full-join Technology Ltd + 0015E4 + Zimmer Elektromedizin - 0023AD - Xmark Corporation + 001622 + BBH Systems GmbH - 0023AB - Cisco Systems Inc. + 001613 + LibreStream Technologies Inc. - 0023A4 - New Concepts Development Corp. + 00160F + Badger Meter Inc - 0023DC - Benein Inc. + 001604 + Sigpro - 0023D1 - TRG + 0015FB + setex schermuly textile Computer GmbH - 0023FE - Biodevices, SA + 0015FE + Schilling Robotics LLC - 0023F4 - Masternaut + 00160D + Be Here Corporation - 0023D0 - Uniloc USA Inc. + 0015C9 + Gumstix Inc. - 0023C7 - AVSystem + 0015BA + iba AG - 0023C3 - LogMeIn Inc. + 0015BB + SMA Solar Technology AG - 0023B0 - CoMXION Technology Inc. + 0015BF + technicob - 0023E1 - Cavena Image Products AB + 001582 + Pulse Eight Limited - 00237E - Elster GmbH + 00157B + Leuze electronic GmbH + Co. KG - 00237C - Neotion + 001578 + Audio / Video Innovations - 00237A - RIM + 0015AE + kyung il - 00236D - ResMed Ltd + 0015BC + Develco - 00236B - Xembedded Inc. + 0015BD + Group 4 Technology Ltd - 002361 - Unigen Corporation + 0015B5 + CI Network Corp. - 00232C - Senticare + 0015CD + Exartech International Corp. - 00232B - IRD A/S + 0015D9 + PKC Electronics Oy - 002336 - METEL s.r.o. + 0015DD + IP Control Systems Ltd - 002338 - OJ-Electronics A/S + 00159C + B-KYUNG SysTEM Ltd - 00233B - C-Matic Systems Ltd + 001595 + Quester Tangent Corporation - 00232A - eonas IT-Beratung und -Entwicklung GmbH + 001587 + Takenaka Seisakusho Ltd - 002327 - Shouyo Electronics Ltd + 00151A + Hunter Engineering Company - 002328 - Alcon Telecommunications Ltd + 001514 + Hu Zhou NAVA Networks & Electronics Ltd - 002372 - More Star Industrial Group Limited + 001516 + Uriel Systems Inc. - 00234C - KTC AB + 001545 + SEECODE Ltd - 002343 - TEM AG + 001543 + Aberdeen Test Center - 00235F - Silicon Micro Sensors GmbH + 001541 + StrataLight Communications Inc. - 002385 - Antipode + 001569 + PECO II Inc. - 0022D8 - Shenzhen GST Security and Safety Technology Limited + 001564 + BEHRINGER Spezielle Studiotechnik GmbH - 0022DC - Vigil Health Solutions Inc. + 001563 + Cisco Systems Inc. - 0022D9 - Fortex Industrial Ltd + 001561 + JJPlus Corporation - 0022D3 - Hub-Tech + 001571 + Nolan Systems - 0022D4 - ComWorth Ltd + 001565 + Xiamen Yealink Network Technology Ltd - 0022FE - Advanced Illumination + 001538 + RFID Inc. - 002300 - Cayee Computer Ltd + 00152E + PacketHop Inc. - 0022F3 - Sharp Corporation + 001558 + Foxconn - 0022F6 - Syracuse Research Corporation + 00151F + Multivision Intelligent Surveillance (Hong Kong) Ltd - 00230D - Nortel Networks + 001522 + Dea Security - 002303 - LITE-ON IT Corporation + 00154F + one RF Technology - 0022ED - TSI Power Corporation + 001501 + LexBox - 0022E1 - ZORT Labs LLC. + 0014A3 + Vitelec BV - 0022E0 - Atlantic Software Technologies S.r.L. + 001497 + ZHIYUAN Electronics Ltd - 0022DF - TAMUZ Monitors + 001499 + Helicomm Inc - 00231A - ITF Ltd + 001492 + Liteon, Mobile Media Solution SBU - 0022BC - JDSU France SAS + 001494 + ESU AG - 0022AA - Nintendo Ltd + 0014EF + TZero Technologies Inc. - 0022C9 - Lenord, Bauer & Co GmbH + 0014BC + Synectic Telecom Exports PVT Ltd - 00228C - Photon Europe GmbH + 0014B9 + Mstar Semiconductor - 00228B - Kensington Computer Products Group + 0014BD + IncNETWORKS Inc. - 00228D - GBS Laboratories LLC + 0014B7 + AR Infotek Inc. - 00224C - Nintendo Ltd + 0014CA + Key Radio Systems Limited - 00224A - Raylase AG + 0014C8 + Contemporary Research Corp - 00224B - Airtech Technologies Inc. + 0014C5 + Alive Technologies Pty Ltd - 002256 - Cisco Systems Inc. + 0014DA + Huntleigh Healthcare - 002252 - ZOLL Lifecor Corporation + 0014D5 + Datang Telecom Technology Co. , LCD,Optical Communication Br - 00224D - Mitac International Corp. + 0014D3 + Sepsa - 00229F - Sensys Traffic AB + 0014D8 + bio-logic SA - 002299 - SeaMicro Inc. + 0014EE + Western Digital Technologies Inc. - 00226D - Shenzhen GIEC Electronics Ltd + 0014B5 + Physiometrix,Inc - 00226E - Gowell Electronic Limited + 00149C + HF Company - 00225D - Digicable Network India Pvt Ltd + 00145C + Intronics B.V. - 00227B - Apogee Labs Inc. + 00145B + SeekerNet Inc. - 002289 - Vandelrande APC Inc. + 001449 + Sichuan Changhong Electric Ltd - 00227D - YE Data Inc. + 001446 + SuperVision Solutions LLC - 0022A8 - Ouman Oy + 001440 + ATOMIC Corporation - 002223 - TimeKeeping Systems Inc. + 00142E + 77 Elektronika Kft. - 00221A - Audio Precision + 001430 + ViPowER Inc. - 002218 - Akamai Technologies Inc + 001432 + Tarallax Wireless Inc. - 00223C - RATIO Entwicklungen GmbH + 001485 + Giga-Byte - 0021E7 - Informatics Services Corporation + 001483 + eXS Inc. - 0021DC - TECNOALARM S.r.l. + 001471 + Eastern Asia Technology Limited - 0021F1 - Tutus Data AB + 00146A + Cisco Systems Inc. - 0021E3 - SerialTek LLC + 00144C + General Meters Corp. - 00221C - Private + 001443 + Consultronics Europe Ltd - 002222 - Schaffner Deutschland GmbH + 001460 + Kyocera Wireless Corp. - 0021F8 - Enseo Inc. + 0013F5 + Akimbi Systems - 0021F3 - Si14 SpA + 0013F1 + AMOD Technology Ltd - 002231 - SMT&C Ltd + 0013E7 + Halcro - 002213 - PCI Corporation + 0013EA + Kamstrup A/S - 002201 - Aksys Networks Inc + 0013E1 + Iprobe AB - 00217B - Bastec AB + 0013E3 + CoVi Technologies Inc. - 002176 - YMax Telecom Ltd + 0013E4 + Yangjae Systems Corp. - 002171 - Wesung TNC Ltd + 0013C1 + Asoka USA Corporation - 002193 - Videofon MV + 0013C0 + Trix Tecnologia Ltda. - 002192 - Baoding Galaxy Electronic Technology Ltd + 00141F + SunKwang Electronics Ltd - 0021A7 - Hantle System Ltd + 001412 + S-TEC electronics AG - 00219C - Honeywld Technology Corp. + 001411 + Deutschmann Automation GmbH & Co. KG - 00219A - Cambridge Visual Networks Ltd + 001405 + OpenIB Inc. - 0021D8 - Cisco Systems Inc. + 004501 + Midmark RTLS - 0021D7 - Cisco Systems Inc. + 001403 + Renasis LLC - 0021D9 - Sekonic Corporation + 001401 + Rivertree Networks Corp. - 0021DA - Automation Products Group Inc. + 0013D9 + Matrix Product Development Inc. - 0021B5 - Galvanic Ltd + 0013CC + Tall Maple Systems - 0021BD - Nintendo Ltd + 001394 + Infohand Ltd - 0021C4 - Consilium AB + 001389 + Redes de Telefonia Movil S.A. - 002189 - AppTech Inc. + 00138C + Kumyoung Ltd - 002122 - Chip-pro Ltd + 0013A1 + Crow Electronic Engeneering - 002125 - KUK JE TONG SHIN Ltd + 00139C + Exavera Technologies Inc. - 002126 - Shenzhen Torch Equipment Ltd + 001355 + TOMEN Cyber-business Solutions Inc. - 002113 - Padtec S/A + 001357 + Soyal Technology Ltd - 002112 - Wiscom System Ltd + 001360 + Cisco Systems Inc. - 00210E - Orpak Systems L.t.d. + 00138E + FOAB Elektronik AB - 002161 - Yournet Inc. + 001376 + Tabor Electronics Ltd - 00215F - IHSE GmbH + 00135D + NTTPC Communications Inc. - 002135 - Alcatel-Lucent + 001352 + Naztec Inc. - 002138 - Cepheid + 00136C + TomTom - 002147 - Nintendo Ltd + 001364 + Paradigm Technology Inc.. - 002149 - China Daheng Group ,Inc. + 00136B + E-TEC - 002156 + 001380 Cisco Systems Inc. - 002151 - Millinet Ltd + 001385 + Add-On Technology Ltd - 00216C - Odva + 0013B3 + Ecom Communications Technology Ltd - 00211C - Cisco Systems Inc. + 0013B7 + Scantech ID - 002118 - Athena Tech Inc. + 001308 + Nuvera Fuel Cells - 001FBD - Kyocera Wireless Corp. + 001307 + Paravirtual Corporation - 001FB9 - Paltronics + 0012FC + PLANET System Ltd - 001FB7 - WiMate Technologies Corp. + 0012FE + Lenovo Mobile Communication Technology Ltd - 001FB4 - SmartShare Systems + 0012EC + Movacolor b.v. - 001FB6 - Chi Lin Technology Ltd + 0012EB + PDH Solutions LLC - 001FC8 - Up-Today Industrial Ltd + 001343 + Matsushita Electronic Components (Europe) GmbH - 001FC5 - Nintendo Ltd + 00133E + MetaSwitch - 001FC0 - Control Express Finland Oy + 001345 + Eaton Corporation - 001FBC - EVGA Corporation + 001347 + Red Lion Controls, LP - 001FF9 - Advanced Knowledge Associates + 00132E + ITian Coporation - 001FED - Tecan Systems Inc. + 001339 + CCV Deutschland GmbH - 001FE5 - In-Circuit GmbH + 001329 + VSST Ltd - 001FF4 - Power Monitors Inc. + 00132B + Phoenix Digital - 001F5F - Blatand GmbH + 00130B + Mextal B.V. - 001F57 - Phonik Innovation Ltd + 00130D + Galileo Avionica - 001F59 - Kronback Tracers + 0012F7 + Xiamen Xinglian Electronics Ltd - 001F4E - ConMed Linvatec + 00131B + BeCell Innovations Corp. - 001FAA - Taseon Inc. + 0012E2 + ALAXALA Networks Corporation - 001F7B - TechNexion Ltd + 0012DF + Novomatic AG - 001F7D - Embedded Wireless GmbH + 0012D4 + Princeton Technology Ltd - 001F8D - Ingenieurbuero Stark GmbH und Ko. KG + 0012D9 + Cisco Systems Inc. - 001FAF - NextIO Inc. + 0012C2 + Apex Electronics Factory - 001F74 - Eigen Development + 0012BE + Astek Corporation - 001F75 - GiBahn Media + 0012E1 + Alliant Networks Inc. - 001F8F - Shanghai Bellmann Digital Source Ltd + 0012C5 + V-Show Technology (China) Ltd - 001F84 - Gigle Semiconductor + 0012A0 + NeoMeridian Sdn Bhd - 001F6E - Vtech Engineering Corporation + 001286 + Endevco Corp - 001F66 - Planar LLC + 001263 + Data Voice Technologies GmbH - 001FA0 - A10 Networks + 001270 + NGES Denro Systems - 001F9E - Cisco Systems Inc. + 00126E + Seidel Elektronik GmbH Nfg.KG - 001EE6 - Shenzhen Advanced Video Info-Tech Ltd + 00126F + Rayson Technology Ltd - 001EF7 - Cisco Systems Inc. + 00125C + Green Hills Software Inc. - 001F0B - Federal State Unitary Enterprise Industrial UnionElectropribor + 00125F + AWIND Inc. - 001F0C - Intelligent Digital Services GmbH + 00122D + SiNett Corporation - 001F08 - Risco Ltd + 001274 + NIT lab - 001F43 - Entes Elektronik + 001253 + AudioDev AB - 001F14 - NexG + 00124C + BBWM Corporation - 001EF1 - Servimat + 001255 + NetEffect Incorporated - 001EF4 - L-3 Communications Display Systems + 001244 + Cisco Systems Inc. - 001EF5 - Hitek Automated Inc. + 00122C + Soenen Controls N.V. - 001F0E - Japan Kyastem Ltd + 00122B + Virbiage Pty Ltd - 001F28 - HPN Supply Chain + 001232 + LeWiz Communications Inc. - 001F1E - Astec Technology Ltd + 001227 + Franklin Electric Co. Inc. - 001F4A - Albentia Systems S.A. + 00121A + Techno Soft Systemnics Inc. - 001EAA - E-Senza Technologies GmbH + 00121B + Sound Devices LLC - 001E9C - Fidustron Inc + 0011DF + Current Energy - 001E97 - Medium Link System Technology Ltd + 0011D7 + eWerks Inc - 001E8B - Infra Access Korea Ltd + 001204 + u10 Networks Inc. - 001EBB - Bluelight Technology Inc. + 00120A + Emerson Climate Technologies GmbH - 001EB5 - Ever Sparkle Technologies Ltd + 001208 + Gantner Instruments GmbH - 001EB3 - Primex Wireless + 001201 + Cisco Systems Inc. - 001E85 - Lagotek Corporation + 0011EE + Estari Inc. - 001ED8 - Digital United Inc. + 001200 + Cisco Systems Inc. - 001ED6 - Alentec & Orion AB + 0011DE + Eurilogic - 001EC6 - Obvius Holdings LLC + 0011C8 + Powercom Ltd - 001EC4 - Celio Corp + 0011B8 + Liebherr - Elektronik GmbH - 001EC1 - 3Com Europe Ltd + 0011B4 + Westermo Network Technologies AB - 001EB6 - TAG Heuer SA + 001178 + Chiron Technology Ltd - 001EAC - Armadeus Systems + 00116A + Domo Ltd - 001E77 - Air2App + 001193 + Cisco Systems Inc. - 001E7B - R.I.Co. S.r.l. + 00118C + Missouri Department Of Transportation - 001E6E - Shenzhen First Mile Communications Ltd + 00118E + Halytech Mace - 001E6D - IT R&D Center + 001186 + Prime Systems Inc. - 001E34 - CryptoMetrics + 001183 + Datalogic ADC Inc. - 001E2D - Stim + 00117D + ZMD America Inc. - 001E41 - Microwave Communication & Component Inc. + 00117F + Neotune Information Technology Corporation Ltd - 001DFC - Ksic + 00119D + Diginfo Technology Corporation - 001E55 - CoWON SysTEMS,Inc. + 00119C + EP&T Energy - 001E56 - Bally Wulff Entertainment GmbH + 00119A + Alkeria srl - 001E3F - TrellisWare Technologies Inc. + 0011C1 + 4P Mobile Data Processing - 001E57 - ALCOMA, spol. s r.o. + 0011B2 + 2001 Technology Inc. - 001E50 - Battistoni Research + 0011AF + Medialink-i,Inc - 001E11 - Elelux International Ltd + 00115E + ProMinent Dosiertechnik GmbH - 001DF2 - Netflix Inc. + 00117C + e-zy.net - 001DEF - Trimm Inc. + 001139 + STOEBER ANTRIEBSTECHNIK GmbH + Co. KG. - 001DF1 - Intego Systems Inc. + 00113E + JL Corporation - 001DED - Grid Net Inc. + 001138 + Taishin Ltd - 001DC3 - RIKOR TV Ltd + 001136 + Goodrich Sensor Systems - 001DC1 - Audinate Pty L + 00114B + Francotyp-Postalia GmbH - 001DB2 - Hokkaido Electric Engineering Ltd + 001147 + Secom-Industry Ltd - 001DAD - Sinotech Engineering Consultants Inc. Geotechnical Enginee + 00114A + KAYABA IndUSTRY Ltd - 001DAB - SwissQual License AG + 001142 + e-SMARTCOM Inc. - 001D9C - Rockwell Automation + 001120 + Cisco Systems Inc. - 001DA0 - Heng Yu Electronic Manufacturing Company Limited + 001118 + BLX IC Design Corp Ltd - 001DD8 - Microsoft Corporation + 001107 + RGB Networks Inc. - 001DC8 - Navionics Research Inc., dba SCADAmetrics + 001108 + Orbital Data Corporation - 001DCC - Ayon Cyber Security Inc. + 00110C + Atmark Techno Inc. - 001D92 - Micro-Star International + 00114D + Atsumi Electric Ltd - 001D8A - TechTrex Inc + 001130 + Allied Telesis (Hong Kong) Ltd - 001D80 - Beijing Huahuan Electronics Ltd + 001129 + Paradise Datacom Ltd - 001D83 - Emitech Corporation + 001157 + Oki Electric Industry Ltd - 001D74 - Tianjin China-Silicon Microelectronics Ltd + 000FD9 + FlexDSL Telecommunications AG - 001D4B - Grid Connect Inc. + 000FD0 + Astri - 001D4D - Adaptive Recognition Hungary Inc. + 000FCA + A-JIN Techline Ltd - 001D1E - Kyushu TEN Ltd + 000FEC + ARKUS Inc. - 001D1D - Inter-M Corporation + 000FED + Anam Electronics Ltd - 001D0E - Agapha Technology Ltd + 000FE5 + Mercury Security Corporation - 001D0A - Davis Instruments Inc. + 000FAE + E2O Communications - 001D67 - Amec + 000FB1 + Cognio Inc. - 001D7C - ABE Elettronica S.p.A. + 000FA7 + Raptor Networks Technology - 001D6D - Confidant International LLC + 000FF0 + Sunray Ltd - 001D75 - Radioscape PLC + 001103 + kawamura electric Inc. - 001D53 - S&O Electronics (Malaysia) Sdn. Bhd. + 000FDD + Sordin AB - 001D54 - Sunnic Technology & Merchandise Inc. + 000FC3 + PalmPalm Technology Inc. - 001D5F - OverSpeed SARL + 000F88 + AMETEK Inc. - 001D58 - CQ Inc + 000F7E + Ablerex Electronics Ltd - 001D87 - VigTech Labs Sdn Bhd + 000F83 + Brainium Technologies Inc. - 001D2F - QuantumVision Corporation + 000F84 + Astute Networks Inc. - 001CE5 - MBS Electronic Systems GmbH + 000F5C + Day One Digital Media Limited - 001CDD - Cowbell Engineering Ltd + 000F52 + YORK Refrigeration, Marine & Controls - 001CC2 - Part II Research Inc. + 000F4C + Elextech Inc - 001CBD - Ezze Mobile Tech. Inc. + 000F93 + Landis+Gyr Ltd - 001CB8 - CBC Ltd + 000F94 + Genexis BV - 001CAC - Qniq Technology Corp. + 000F6C + ADDI-DATA GmbH - 001CA5 - Zygo Corporation + 000F8F + Cisco Systems Inc. - 001C9D - Liecthi AG + 000F7D + Xirrus - 001CFF - Napera Networks Inc + 000F76 + Digital Keystone Inc. - 001CDC - Custom Computer Services Inc. + 000F9E + Murrelektronik GmbH - 001CD1 - Waves Audio Ltd + 000F79 + Bluetooth Interest Group Inc. - 001CED - Environnement SA + 000F17 + Insta Elektro GmbH - 001CBA - VerScient Inc. + 000F1E + Chengdu KT Electric Co.Of High & New Technology - 001CB0 - Cisco Systems Inc. + 000F15 + Icotera A/S - 001C4C - Petrotest Instruments + 000F39 + Iris Sensors - 001C45 - Chenbro Micom Ltd + 000F3E + CardioNet Inc. - 001C3C - Seon Design Inc. + 000F3F + Big Bear Networks - 001C57 + 000F35 Cisco Systems Inc. - 001C5D - Leica Microsystems + 000F36 + Accurate Techhnologies Inc. - 001C5E - ASTON France + 000F28 + Itronix Corporation - 001C55 - Shenzhen Kaifa Technology Co. + 000F23 + Cisco Systems Inc. - 001C5B - Chubb Electronic Security Systems Ltd + 000F22 + Helius Inc. - 001C44 - Bosch Security Systems BV + 000F24 + Cisco Systems Inc. - 001C82 - Genew Technologies + 000EFC + JTAG Technologies B.V. - 001C84 - STL Solution Ltd + 000EFE + EndRun Technologies LLC - 001C79 - Cohesive Financial Technologies LLC + 000F2C + Uplogix Inc. - 001C64 - Landis+Gyr + 000F2B + Greenbell Systems - 001C31 - Mobile XP Technology Ltd + 000EF2 + Infinico Corporation - 001C8B - MJ Innovations Ltd + 000F0D + Hunt Electronic Ltd - 001C6D - Kyohritsu Electronic Industry Ltd + 000F08 + Indagon Oy - 001C96 - Linkwise Technology Pte Ltd + 000F04 + cim-usa Inc - 001C29 - Core Digital Electronics Ltd + 000F42 + Xalyo Systems - 001C24 - Formosa Wireless Systems Corp. + 000EA5 + BLIP Systems - 001C20 - CLB Benelux + 000EA0 + NetKlass Technology Inc. - 001C1C - Center Communication Systems GmbH + 000EE4 + BOE Technology Group Ltd - 001BDA - UTStarcom Inc + 000EDE + REMEC Inc. - 001BD1 - Sogestmatic + 000E9C + Benchmark Electronics - 001C00 - Entry Point LLC + 000E9A + BOE Technology Group Ltd - 001BFD - Dignsys Inc. + 000E90 + Ponico Corp. - 001BD6 - Kelvin Hughes Ltd + 000E8A + Avara Technologies Pty Ltd - 001BCF - Dataupia Corporation + 000EB8 + Iiga Ltd - 001BCB - Pempek Systems Pty Ltd + 000EBE + B&B Electronics Manufacturing Co. - 001BF5 - Tellink Sistemas de Telecomunicacion S.L. + 000EBB + Everbee Networks - 001BE6 - VR AG + 000ECE + S.I.T.T.I. S.p.A. - 001BE2 - AhnLab,Inc. + 000ED4 + Cresitt Industrie - 001BE0 - TELENOT ELECTRONIC GmbH + 000ED6 + Cisco Systems Inc. - 001C34 - Huey Chiao International Ltd + 000ED8 + Positron Access Solutions Corp - 001C36 - iNEWiT NV + 000ED1 + Osaka Micro Computer. - 001C15 - iPhotonix LLC + 000EB0 + Solutions Radio BV - 001C07 - Cwlinux Limited + 000E83 + Cisco Systems Inc. - 001BA3 - Flexit Group GmbH + 000E81 + Devicescape Software Inc. + + + 000E88 + Videotron Corp. - 001B9F - Calyptech Pty Ltd + 000E86 + Alcatel North America - 001B9A - Apollo Fire Detectors Ltd + 000E69 + China Electric Power Research Institute - 001BBD - FMC Kongsberg Subsea AS + 000E61 + Microtrol Limited - 001BBE - ICOP Digital + 000E64 + Elphel Inc. - 001BB3 - Condalo GmbH + 000E49 + Forsway Scandinavia AB - 001BB7 - Alta Heights Technology Corp. + 000E42 + Motic Incoporation Ltd - 001B99 - KS System GmbH + 000E3D + Televic N.V. - 001B8F + 000E39 Cisco Systems Inc. - 001B8C - JMicron Technology Corp. + 000E34 + NexGen City, LP - 001B91 - Efkon AG + 000E6A + 3Com Corporation - 001B82 - Taiwan Semiconductor Ltd + 000E5A + TELEFIELD Inc. - 001B89 - EMZA Visual Sense Ltd + 000E5D + Triple Play Technologies A/S - 001B8B - NEC Platforms Ltd + 000E52 + Optium Corporation - 001BAC - Curtiss Wright Controls Embedded Computing + 000E7E + ionSign Oy - 001B6A - Powerwave Technologies Sweden AB + 000E77 + Decru Inc. - 001B67 - Cisco Systems Inc. + 000E4D + Numesa Inc. - 001B7B - The Tintometer Ltd + 000E4C + Bermai Inc. - 001B75 - Hypermedia Systems + 000E2D + Hyundai Digital Technology Ltd - 001B27 - Merlin CSI + 000E30 + AERAS Networks Inc. - 001B1B - Siemens AG, + 000E29 + Shester Communications Inc - 001B1F - DELTA - Danish Electronics, Light & Acoustics + 000DE1 + Control Products Inc. - 001B57 - Semindia Systems Private Limited + 000DD0 + TetraTec Instruments GmbH - 001B55 - Hurco Automation Ltd + 000DD3 + SAMWOO Telecommunication Ltd - 001B53 - Cisco Systems Inc. + 000DD8 + BBN - 001B49 - Roberts Radio limited + 000DB3 + SDO Communication Corperation - 001B0E - InoTec GmbH Organisationssysteme + 000DAE + Samsung Heavy Industries Ltd - 001B04 - Affinity International S.p.a + 000DB2 + Ammasso Inc. - 001B06 - Ateliers R. LAUMONIER + 000E0D + Hesch Schroder GmbH - 001B31 - Neural Image Ltd + 000DF6 + Technology Thesaurus Corp. - 001B29 - Avantis Ltd + 000DFF + Chenming Mold Industry Corp. - 001B2B - Cisco Systems Inc. + 000DC7 + Cosmic Engineering Inc. - 001B28 - Polygon, JSC + 000DC2 + Private - 001B43 - Beijing DG Telecommunications equipment Ltd + 000DBF + TekTone Sound & Signal Mfg. Inc. - 001B3C - Software Technologies Group,Inc. + 000E19 + LogicaCMG Pty Ltd - 001B3D - EuroTel Spa + 000E1A + JPS Communications - 001B66 - Sennheiser electronic GmbH & Co. KG + 000E06 + Team Simoco Ltd - 001B60 - Navigon AG + 000D5C + Robert Bosch GmbH, VT-ATMO - 001B05 - YMC AG + 000D60 + IBM Corp - 001AFF - Wizyoung Tech. + 000D67 + Ericsson - 001B00 - Neopost Technologies + 000D5F + Minds Inc - 001B4E - Navman New Zealand + 000D98 + S.W.A.C. Schmitt-Walter Automation Consult GmbH - 001B16 - Celtro Ltd + 000D8C + Shanghai Wedone Digital Ltd - 001AE6 - Atlanta Advanced Communications Holdings Limited + 000D94 + AFAR Communications,Inc - 001AD9 - International Broadband Electric Communications Inc. + 000DAA + S.A.Tehnology Ltd - 001AC8 - ISL (Instrumentation Scientifique de Laboratoire) + 000DA6 + Universal Switching Corporation - 001AAB - eWings s.r.l. + 000D8D + Prosoft Technology Inc. - 001AAC - Corelatus AB + 000D84 + Makus Inc. - 001AAF - Blusens Technology + 000D73 + Technical Support Inc. - 001AB0 - Signal Networks Pvt Ltd + 000D69 + TMT&D Corporation - 001AA1 - Cisco Systems Inc. + 000DA2 + Infrant Technologies Inc. - 001AC6 - Micro Control Designs + 000D68 + Vinci Systems Inc. - 001AF2 - Dynavisions Schweiz AG + 000D64 + CoMAG Handels AG - 001A82 - PROBA Building Automation Ltd + 000D74 + Sand Network Systems Inc. - 001A7C - Hirschmann Multimedia B.V. + 000D7D + Afco Systems - 001A7A - Lismore Instruments Limited + 000D54 + 3Com Corporation - 001A78 - ubtos + 000D4C + Outline Electronics Ltd - 001A76 - SDT Information Technology Ltd + 000D0F + Finlux Ltd - 001A70 - Cisco-Linksys LLC + 000D12 + AXELL Corporation - 001A61 - PacStar Corp. + 000D34 + Shell International Exploration and Production Inc. - 001A62 - Data Robotics Inc.orporated + 000D32 + DispenseSource Inc. - 001A54 - Hip Shing Electronics Ltd + 000CF6 + Sitecom Europe BV - 001A42 - Techcity Technology Ltd + 000CF2 + GAMESA Eolica - 001A50 - PheeNet Technology Corp. + 000D2E + Matsushita Avionics Systems Corporation - 001A53 - Zylaya + 000D28 + Cisco Systems Inc. - 001A4C - Crossbow Technology Inc. + 000D4D + Ninelanes - 001A1A - Gentex Corporation/Electro-Acoustic Products + 000D53 + Beijing 5w Communication Corp. - 001A12 - Essilor + 000CFC + S2io Technologies Corp - 001A7D - cyber-blue(HK) Ltd + 000D38 + Nissin Inc. - 001A60 - Wave Electronics Ltd + 000D15 + Voipac s.r.o. - 001A56 - ViewTel Ltd + 000CA1 + SIGMACOM Ltd - 0019F3 - Cetis Inc. + 000CA6 + Mintera Corporation - 0019EF - Shenzhen Linnking Electronics Ltd + 000CC1 + Eaton Corporation - 0019F7 - Onset Computer Corporation + 000C8B + Connect Tech Inc - 0019EE - CARLO GAVAZZI CoNTROLS SPA-Controls Division + 000C90 + Octasic Inc. - 0019BF - Citiway technology Ltd + 000C8C + Kodicom Ltd - 0019B6 - Euro Emme s.r.l. + 000CC2 + ControlNet (India) Private Limited - 0019EB - Pyronix Ltd + 000C94 + United Electronic Industries Inc. (EUI) - 0019E7 - Cisco Systems Inc. + 000C9B + EE Solutions Inc. - 0019E9 - S-Information Technolgy Ltd + 000CE1 + The Open Group - 0019DA - Welltrans O&E Technology Co Ltd + 000CDC + BECS Technology Inc. - 001A14 - Xin Hua Control Engineering Ltd + 000CC5 + Nextlink Ltd - 001A10 - Lucent Trans Electronics Ltd + 000CDE + ABB STOTZ-KONTAKT GmbH - 001A0C - Swe-Dish Satellite Systems AB + 000CBF + Holy Stone Ent Ltd - 0019DC - ENENSYS Technologies + 000C4D + Curtiss-Wright Controls Avionics & Electronics - 0019D0 - Cathexis + 000C44 + Automated Interfaces Inc. - 0019D6 - LS Cable and System Ltd + 000C3B + Orion Electric Ltd - 0019D7 - Fortunetek Ltd + 000C71 + Wybron Inc. - 001A02 - Secure Care Products Inc. + 000C72 + Tempearl Industrial Ltd - 0019F8 - Embedded Systems Design Inc. + 000C78 + In-Tech Electronics Limited - 001A07 - Arecont Vision + 000C59 + Indyme Electronics Inc. - 001A08 - Simoco Ltd + 000C5C + GTN Systems B.V. - 001A04 - Interay Solutions BV + 000C55 + Microlink Communications Inc. - 0019C9 - S&C Electric Company + 000C52 + Roll Systems Inc. - 0019B5 - Famar Fueguina S.A. + 000C74 + Rivertec Corporation - 0019B8 - Boundary Devices + 000C67 + OyO Electric Ltd - 00195D - Shenzhen XinHuaTong Opto Electronics Ltd + 000C2E + Openet Information technology(Shenzhen) Ltd - 001953 - Chainleader Communications Corp. + 000C2C + Enwiser Inc. - 001955 - Cisco Systems Inc. + 000C28 + Rifatron - 001959 - Staccato Communications Inc. + 000C3D + Glsystech Ltd - 00194D - Avago Technologies Sdn Bhd + 000C2F + SeorimTechnology Ltd - 00194E - Ultra Electronics - TCS (Tactical Communication Systems) + 000C31 + Cisco Systems Inc. - 0019AC - GSP SysTEMS Inc. + 000C53 + Private - 0019B0 - HanYang System + 000C48 + QoStek Corporation - 001995 - Jurong Hi-Tech (Suzhou) Ltd + 000C63 + Zenith Electronics Corporation - 00199A - EDO-EVI + 000BBB + Etin Systems Ltd - 001994 - Jorjin Technologies Inc. + 000BBC + En Garde Systems Inc. - 00197C - Riedel Communications GmbH + 000BB1 + Super Star Technology Ltd - 0019A0 - Nihon Data Systens Inc. + 000BBF + Cisco Systems Inc. - 001991 - avinfo + 000BAD + PC-PoS Inc. - 00198C - iXSea + 000BA0 + T&L Information Inc. - 001962 - Commerciant, LP + 000C17 + AJA Video Systems Inc - 00196F - SensoPart GmbH + 000C11 + Nippon Dempa Ltd - 0018DD - Silicondust Engineering Ltd + 000C14 + Diagnostic Instruments Inc. - 0018DF - The Morey Corporation + 000BB5 + nStor Technologies Inc. - 0018E1 - Verkerk Service Systemen + 000BB9 + Imsys AB - 0018DA - Wurth Elektronik eiSos GmbH & Co. KG + 000C21 + Faculty Of Science and Technology, Keio University - 0018D5 - Reigncom + 000C1B + ORACOM Ltd - 0018E7 - Cameo Communications Inc. + 000BC9 + Electroline Equipment - 0018E4 - Yiguang + 000BC2 + Corinex Communication Corp. - 0018E5 - Adhoco AG + 000BF7 + Nidek Ltd - 00190A - Hasware Inc. + 000C00 + BEB Industrie-Elektronik AG - 001923 - Phonex Korea Ltd + 000BF3 + BAE Systems - 00191C - Sensicast Systems + 000BED + ELM Inc. - 001928 - Siemens AG, Transportation Systems + 000B91 + Aglaia Gesellschaft fur Bildverarbeitung und Kommunikation mbH - 001915 - TECOM Ltd + 000B97 + Matsushita Electric Industrial Ltd - 00191B - Sputnik Engineering AG + 000B92 + Ascom Danmark A/S - 001909 - DEVI - Danfoss A/S + 000B9A + Shanghai Ulink Telecom Equipment Ltd - 001933 - Strix Systems Inc. + 000B9D + TwinMOS Technologies Inc. - 001904 - WB Electronics Sp. z o.o. + 000B96 + Innotrac Diagnostics Oy - 001934 - Trendon Touch Technology Corp. + 000B56 + Cybernetics - 00190D - IEEE 1394c + 000B50 + Oxygnet - 001881 - Buyang Electronics Industrial Ltd + 000B52 + Joymax Electronics Ltd - 001876 - WowWee Ltd + 000B69 + Franke Finland Oy - 00187A - Wiremold + 000BA5 + Quasar Cipta Mandiri, PT - 00186C - Neonode AB + 000B49 + RF-Link System Inc. - 001873 + 000B46 Cisco Systems Inc. - 00185F - TAC Inc. + 000B7A + L-3 Linkabit - 0018D4 - Unified Display Interface SIG + 000B84 + Bodet - 0018A7 - Yoggie Security Systems Ltd + 000B77 + Cogent Systems Inc. - 0018A2 - XIP Technology AB + 000B66 + Teralink Communications - 00189C - Weldex Corporation + 000B2C + Eiki Industrial Ltd - 00189A - HANA Micron Inc. + 000B26 + Wetek Corporation - 001864 - Eaton Corporation + 000B28 + Quatech Inc. - 001866 - Leutron Vision + 000B2A + HOWTEL Ltd - 001860 - SIM Technology Group Shanghai Simcom Ltd + 000B30 + Beijing Gongye Science & Technology Ltd - 001897 - JESS-LINK PRODUCTS Ltd + 000AF2 + NeoAxiom Corp. - 00189E - OMNIKEY GmbH. + 000AF5 + Airgo Networks Inc. - 0018A9 - Ethernet Direct Corporation + 000AF0 + Shin-OH Electronics Ltd R&D - 0018A8 - AnNeal Technology Inc. + 000AF4 + Cisco Systems Inc. - 0018C2 - Firetide Inc. + 000AEE + GCD Hard- & Software GmbH - 00183E - Digilent Inc. + 000AD8 + IPCserv Technology Corp. - 001842 - Nokia Danmark A/S + 000AD7 + Origin ELECTRIC Ltd - 001840 - 3 Phoenix Inc. + 000B38 + Knurr GmbH - 001844 - Heads Up Technologies Inc. + 000B32 + Vormetric Inc. - 001821 - Sindoricoh + 000B07 + Voxpath Networks - 001823 - Delta Electronics Inc. + 000B04 + Volktek Corporation - 001815 - GZ Technologies Inc. + 000AF9 + HiConnect Inc. - 001857 - Unilever R&D + 000B1F + I CoN Computer Co. - 001853 - Atera Networks Ltd + 000B13 + Zetron Inc - 001859 - Strawberry Linux Ltd + 000B10 + 11wave Technonlogy Ltd - 00184F - 8 Ways Technology Corp. + 000AE9 + AirVast Technology Inc. - 001806 - Hokkei Industries Ltd + 000B2B + Hostnet Corporation - 001818 - Cisco Systems Inc. + 000B02 + Dallmeier electronic - 00181A - AVerMedia Information Inc. + 000ACD + Sunrich Technology Limited - 001816 - Ubixon Ltd + 000ACC + Winnow Networks Inc. - 00182B - Softier + 000ACF + PROVIDEO Multimedia Ltd - 001829 - Gatsometer + 000AD1 + MWS - 001838 - PanAccess Communications,Inc. + 000A7D + Valo Inc. - 0017F0 - SZCOM Broadband Network Technology Ltd + 000A7F + Teradon Industries Inc. - 0017F1 - Renu Electronics Pvt Ltd + 000A81 + TEIMA Audiotex S.L. - 0017FF - PLAYLINE Ltd + 000A87 + Integrated Micromachines Inc. - 0017F6 - Pyramid Meriden Inc. + 000A77 + Bluewire Technologies LLC - 0017C5 - SonicWALL + 000A8C + Guardware Systems Ltd - 0017BE - Tratec Telecom B.V. + 000A96 + Mewtel Technology Inc. - 0017C0 - PureTech Systems Inc. + 000A82 + Tatsuta System Electronics Ltd - 0017BA - Sedo Ltd + 000AD3 + INITECH Ltd - 0017D4 - Monsoon Multimedia Inc. + 000AC8 + ZPSYS Ltd (Planning & Management) - 001780 - Applied Biosystems B.V. + 000AC6 + Overture Networks. - 0017A5 - Ralink Technology Corp + 000AAB + Toyota Technical Development Corporation - 0017A8 - EDM Corporation + 000AB4 + ETIC Telecommunications - 0017A9 - Sentivision + 000A7A + Kyoritsu Electric Ltd - 0017AF - Enermet + 000A9C + Server Technology Inc. - 0017AA - elab-experience Inc. + 000A75 + Caterpillar Inc. - 0017AE - GAI-Tronics + 000A12 + Azylex Technology Inc. - 0017B5 - Peerless Systems Corporation + 000A13 + Honeywell Video Systems - 00176C - Pivot3 Inc. + 000A09 + TaraCom Integrated Products Inc. - 001770 - Arti Industrial Electronics Ltd + 000A41 + Cisco Systems Inc. - 00178B - Teledyne Technologies Incorporated + 000A36 + Synelec Telecom Multimedia - 0017DF - Cisco Systems Inc. + 000A48 + Albatron Technology - 001746 - Freedom9 Inc. + 000A3E + EADS Telecom - 00174D - Dynamic Network Factory Inc. + 000A59 + HW server - 001744 - Araneo Ltd + 000A54 + Laguna Hills Inc. - 001749 - Hyundae Yong-O-SA Ltd + 000A4F + Brain Boxes Limited - 001743 - Deck Srl + 000A52 + AsiaRF Ltd - 001728 - Selex Communications + 000A02 + Annso Ltd - 001722 - Hanazeder Electronic GmbH + 000A65 + GentechMedia Ltd - 00173D - Neology + 000A22 + Amperion Inc - 001740 - Bluberi Gaming Technologies Inc + 000A1C + Bridge Information Ltd - 001732 - Science-Technical Center RISSA + 000A32 + Xsido Corporation - 00176D - Core Corporation + 000A2B + Etherstuff - 001773 - Laketune Technologies Ltd + 000A42 + Cisco Systems Inc. - 00173A - Cloudastructure Inc + 000A38 + Apani Networks - 00172F - NeuLion Incorporated + 0009A8 + Eastmode Pte Ltd - 001723 - Summit Data Communications + 0009AA + Data Comm for Business Inc. - 00171F - IMV Corporation + 0009A4 + HARTEC Corporation - 001753 - nFore Technology Inc. + 0009A6 + Ignis Optics Inc. - 001757 - RIX Technology Limited + 0009A7 + Bang & Olufsen A/S - 0016BB - Law-Chain Computer Technology Ltd + 0009C8 + Sinagawa Tsushin Keisou Service - 0016B4 - Private + 0009B7 + Cisco Systems Inc. - 0016A7 - Aweta G&P + 0009B2 + L&F Inc. - 001710 - Casa Systems Inc. + 0009F3 + WELL Communication Corp. - 0016BF - PaloDEx Group Oy + 0009EF + Vocera Communications - 0016B7 - Seoul Commtech + 0009C4 + Medicore Ltd - 0016E1 - SiliconStor Inc. + 0009D9 + Neoscale Systems Inc. - 0016E2 - American Fibertek Inc. + 0009D0 + Solacom Technologies Inc. - 001713 - Tiger NetCom + 0009CC + Moog GmbH - 0016CD - Hiji High-Tech Ltd + 000A00 + Mediatek Corp. - 0016EF - Koko Fitness Inc. + 0009F0 + Shimizu Technology Inc. - 0016FD - Jaty Electronics + 0009E4 + K Tech Infosystem Inc. - 001678 - Shenzhen Baoan Gaoke Electronics Ltd + 000972 + Securebase,Inc - 001674 - EuroCB (Phils.) Inc. + 000978 + AIJI System Ltd - 001670 - SKNET Corporation + 000973 + Lenten Technology Ltd - 001689 - Pilkor Electronics Ltd + 000975 + fSONA Communications Corporation - 00168A - id-Confirm Inc + 000977 + Brunner Elektronik AG - 001686 - Karl Storz Imaging + 000969 + Meret Optical Communications - 00168D - KORWIN Ltd + 000942 + Wireless Technologies Inc. - 00168E - Vimicro Corporation + 000945 + Palmmicro Communications Inc - 00164F - World Ethnic Broadcastin Inc. + 00093E + C&I Technologies - 00167E - Diboss Ltd + 000940 + AGFEO GmbH & Co. KG - 00167B - Haver & Boecker + 00097F + Vsecure 2000 Ltd - 001679 - eOn Communications + 000980 + Power Zenith Inc. - 0016A3 - Ingeteam Transmission & Distribution, S.A. + 0009A0 + Microtechno Corporation - 0016A0 - Auto-Maskin + 00099B + Western Telematic Inc. - 00165D - AirDefense Inc. + 000990 + ACKSYS Communications & Systems - 00165B - Grip Audio + 000953 + Linkage System Integration Ltd - 001667 - A-TEC Subsystem Inc. + 00094C + Communication Weaver Ltd - 00164A - Vibration Technology Limited + 00096E + Giant Electronics Ltd - 001645 - Power Distribution Inc. + 00096C + Imedia Semiconductor Corp. - 00163F - CReTE SysTEMS Inc. + 00095F + Telebyte Inc. - 00163D - Tsinghua Tongfang Legend Silicon Tech Ltd + 00098A + EqualLogic Inc - 00162D - STNet Ltd + 0008F9 + Artesyn Embedded Technologies - 001627 - embedded-logic DESIGN AND MORE GmbH + 0008F4 + Bluetake Technology Ltd - 00163A - Yves Technology Ltd + 0008F7 + Hitachi Ltd Semiconductor & Integrated Circuits Gr - 001638 - TECOM Ltd + 000920 + EpoX CoMPUTER Ltd - 001633 - Oxford Diagnostics Ltd + 000922 + TST Biometrics GmbH - 0015EC - Boca Devices LLC + 000916 + Listman Home Technologies Inc. - 0015EF - NEC TOKIN Corporation + 000911 + Cisco Systems Inc. - 0015E4 - Zimmer Elektromedizin + 000912 + Cisco Systems Inc. - 001622 - BBH Systems GmbH + 000908 + VTech Technology Corp. - 001613 - LibreStream Technologies Inc. + 00090B + MTL Instruments PLC - 00160F - Badger Meter Inc + 00093B + Hyundai Networks Inc. - 001604 - Sigpro + 000934 + Dream-Multimedia-Tv GmbH - 0015FB - setex schermuly textile Computer GmbH + 000931 + Future Internet Inc. - 0015FE - Schilling Robotics LLC + 0008F5 + YESTECHNOLOGY Ltd - 00160D - Be Here Corporation + 0008EC + Optical Zonu Corporation - 0015C9 - Gumstix Inc. + 0008E6 + Littlefeet + + + 000930 + AeroConcierge Inc. - 0015BA - iba AG + 00091E + Firstech Technology Corp. - 0015BB - SMA Solar Technology AG + 0008E2 + Cisco Systems Inc. - 0015BF - technicob + 000905 + iTEC Technologies Ltd - 001582 - Pulse Eight Limited + 0008A5 + Peninsula Systems Inc. - 00157B - Leuze electronic GmbH + Co. KG + 0008A2 + ADI Engineering Inc. - 001578 - Audio / Video Innovations + 000898 + Gigabit Optics Corporation - 0015AE - kyung il + 00089B + ICP Electronics Inc. - 0015BC - Develco + 00089C + Elecs Industry Ltd - 0015BD - Group 4 Technology Ltd + 00089D + UHD-Elektronik - 0015B5 - CI Network Corp. + 0008CF + Nippon Koei Power Systems Ltd - 0015CD - Exartech International Corp. + 0008CB + Zeta Broadband Inc. - 0015D9 - PKC Electronics Oy + 0008D3 + Hercules Technologies S.A.S. - 0015DD - IP Control Systems Ltd + 0008D0 + Musashi Engineering Ltd - 00159C - B-KYUNG SysTEM Ltd + 0008BA + Erskine Systems Ltd - 001595 - Quester Tangent Corporation + 0008B5 + TAI Guen Enterprise Ltd - 001587 - Takenaka Seisakusho Ltd + 0008B7 + HIT Incorporated - 00151A - Hunter Engineering Company + 0008A9 + SangSang Technology Inc. - 001514 - Hu Zhou NAVA Networks & Electronics Ltd + 0008C8 + Soneticom Inc. - 001516 - Uriel Systems Inc. + 0008C4 + Hikari Ltd - 001545 - SEECODE Ltd + 00088F + Advanced Digital Technology - 001543 - Aberdeen Test Center + 00088B + Tropic Networks Inc. - 001541 - StrataLight Communications Inc. + 00086B + Mipsys - 001569 - PECO II Inc. + 00087F + SPAUN electronic GmbH & Co. KG - 001564 - BEHRINGER Spezielle Studiotechnik GmbH + 000886 + Hansung Teliann Inc. - 001563 - Cisco Systems Inc. + 000858 + Novatechnology Inc. - 001561 - JJPlus Corporation + 000850 + Arizona Instrument Corp. - 001571 - Nolan Systems + 00085B + Hanbit Electronics Ltd - 001565 - Xiamen Yealink Network Technology Ltd + 00082B + Wooksung Electronics Inc. - 001538 - RFID Inc. + 00082E + Multitone Electronics PLC - 00152E - PacketHop Inc. + 0007ED + Altera Corporation - 001558 - Foxconn + 0007F1 + TeraBurst Networks Inc. - 00151F - Multivision Intelligent Surveillance (Hong Kong) Ltd + 0007F2 + IOA Corporation - 001522 - Dea Security + 0007EA + Massana Inc. - 00154F - one RF Technology + 0007F0 + LogiSync LLC - 001501 - LexBox + 0007E7 + FreeWave Technologies - 0014A3 - Vitelec BV + 0007D6 + Commil Ltd - 001497 - ZHIYUAN Electronics Ltd + 0007D7 + Caporis Networks AG - 001499 - Helicomm Inc + 0007D4 + Zhejiang Yutong Network Communication Ltd - 001492 - Liteon, Mobile Media Solution SBU + 0007CE + Cabletime Limited - 001494 - ESU AG + 0007D3 + SPGPrints B.V. - 0014EF - TZero Technologies Inc. + 000813 + Diskbank Inc. - 0014BC - Synectic Telecom Exports PVT Ltd + 00080F + Proximion Fiber Optics AB - 0014B9 - Mstar Semiconductor + 000812 + GM-2 Corporation - 0014BD - IncNETWORKS Inc. + 00080B + Birka BPA Informationssystem AB - 0014B7 - AR Infotek Inc. + 00080A + Espera-Werke GmbH - 0014CA - Key Radio Systems Limited + 0007E3 + Navcom Technology Inc. - 0014C8 - Contemporary Research Corp + 0007E1 + WIS Communications Ltd - 0014C5 - Alive Technologies Pty Ltd + 0007E0 + Palm Inc. - 0014DA - Huntleigh Healthcare + 0007FA + ITT Ltd - 0014D5 - Datang Telecom Technology Co. , LCD,Optical Communication Br + 0007F6 + Qqest Software Systems - 0014D3 - Sepsa + 0007FB + Giga Stream UMTS Technologies GmbH - 0014D8 - bio-logic SA + 00085D + Mitel Corporation - 0014EE - Western Digital Technologies Inc. + 000855 + NASA-Goddard Space Flight Center - 0014B5 - Physiometrix,Inc + 00085A + IntiGate Inc. - 00149C - HF Company + 000817 + EmergeCore Networks LLC - 00145C - Intronics B.V. + 000815 + CATS Ltd - 00145B - SeekerNet Inc. + 00082A + Powerwallz Network Security - 001449 - Sichuan Changhong Electric Ltd + 0007AC + Eolring - 001446 - SuperVision Solutions LLC + 0007AA + Quantum Data Inc. - 001440 - ATOMIC Corporation + 0007A4 + GN Netcom Ltd - 00142E - 77 Elektronika Kft. + 00079D + Musashi Ltd - 001430 - ViPowER Inc. + 00079F + Action Digital Inc. - 001432 - Tarallax Wireless Inc. + 00047C + Skidata AG - 001485 - Giga-Byte + 0007BE + DataLogic SpA - 001483 - eXS Inc. + 0007AF + Red Lion Controls, LP - 001471 - Eastern Asia Technology Limited + 000767 + Yuxing Electronics Company Limited - 00146A - Cisco Systems Inc. + 00075B + Gibson Guitars - 00144C - General Meters Corp. + 000762 + Group Sense Limited - 001443 - Consultronics Europe Ltd + 000784 + Cisco Systems Inc. - 001460 - Kyocera Wireless Corp. + 000776 + Federal APD - 0013F5 - Akimbi Systems + 00077A + Infoware System Ltd - 0013F1 - AMOD Technology Ltd + 000790 + Tri-M Technologies (s) Limited - 0013E7 - Halcro + 00078D + NetEngines Ltd - 0013EA - Kamstrup A/S + 00078A + Mentor Data System Inc. - 0013E1 - Iprobe AB + 000792 + Sutron Electronic GmbH - 0013E3 - CoVi Technologies Inc. + 0007B2 + Transaccess S.A. - 0013E4 - Yangjae Systems Corp. + 0007AD + Pentacon GmbH Foto-und Feinwerktechnik - 0013C1 - Asoka USA Corporation + 0007D0 + Automat Engenharia de Automacao Ltda. - 0013C0 - Trix Tecnologia Ltda. + 00076A + NEXTEYE Ltd - 00141F - SunKwang Electronics Ltd + 0006E6 + DongYang Telecom Ltd - 00141D - LTI-Motion GmbH + 0006DC + Syabas Technology (Amquest) - 001412 - S-TEC electronics AG + 00070C + SVA-Intrusion Ltd - 001411 - Deutschmann Automation GmbH & Co. KG + 00070F + Fujant Inc. - 001405 - OpenIB Inc. + 000714 + Brightcom - 004501 - Midmark RTLS + 0006F3 + AcceLight Networks - 001403 - Renasis LLC + 0006D2 + Tundra Semiconductor Corp. - 001401 - Rivertree Networks Corp. + 0006D8 + Maple Optical Systems - 0013D9 - Matrix Product Development Inc. + 0006CF + Thales Avionics In-Flight Systems LLC - 0013CC - Tall Maple Systems + 0006FE + Ambrado Inc. - 001394 - Infohand Ltd + 0006E7 + Bit Blitz Communications Inc. - 001389 - Redes de Telefonia Movil S.A. + 0006ED + Inara Networks - 00138C - Kumyoung Ltd + 0006DB + ICHIPS Ltd - 0013A1 - Crow Electronic Engeneering + 000727 + Zi Corporation (HK) Ltd - 00139C - Exavera Technologies Inc. + 00072E + North Node AB - 001355 - TOMEN Cyber-business Solutions Inc. + 000699 + Vida Design Co. - 001357 - Soyal Technology Ltd + 00068D + SEPATON Inc. - 001360 - Cisco Systems Inc. + 0006A3 + Bitran Corporation - 00138E - FOAB Elektronik AB + 00069F + Kuokoa Networks - 001376 - Tabor Electronics Ltd + 0006A2 + Microtune Inc. - 00135D - NTTPC Communications Inc. + 0006A6 + Artistic Licence Engineering Ltd - 001352 - Naztec Inc. + 0006B8 + Bandspeed Pty Ltd - 00136C - TomTom + 0006BB + ATI Technologies Inc. - 001364 - Paradigm Technology Inc.. + 0006BD + BNTECHNOLOGY Ltd - 00136B - E-TEC + 0006C3 + Schindler Elevator Ltd - 001380 - Cisco Systems Inc. + 0006AA + VT Miltope - 001385 - Add-On Technology Ltd + 000657 + Market Central Inc. - 0013B3 - Ecom Communications Technology Ltd + 000697 + R & D Center - 0013B7 - Scantech ID + 00069A + e & Tel - 001308 - Nuvera Fuel Cells + 00067D + Takasago Ltd - 001307 - Paravirtual Corporation + 000671 + Softing AG - 0012FC - PLANET System Ltd + 000672 + Netezza - 0012FE - Lenovo Mobile Communication Technology Ltd + 00066A + InfiniCon Systems Inc. - 0012EC - Movacolor b.v. + 000661 + NIA Home Technologies Corp. - 0012EB - PDH Solutions LLC + 0006B2 + Linxtek Co. - 001343 - Matsushita Electronic Components (Europe) GmbH + 0006B6 + Nir-Or Israel Ltd - 00133E - MetaSwitch + 000684 + Biacore AB - 001345 - Eaton Corporation + 000682 + Convedia - 001347 - Red Lion Controls, LP + 0005E3 + LightSand Communications Inc. - 00132E - ITian Coporation + 0005ED + Technikum Joanneum GmbH - 001339 - CCV Deutschland GmbH + 0005EF + ADOIR Digital Technology - 001329 - VSST Ltd + 000600 + Toshiba Teli Corporation - 00132B - Phoenix Digital + 00066B + Sysmex Corporation - 00130B - Mextal B.V. + 00055A + Power Dsine Ltd - 00130D - Galileo Avionica + 000653 + Cisco Systems Inc. - 0012F7 - Xiamen Xinglian Electronics Ltd + 00064F + PRO-NETS Technology Corporation - 00131B - BeCell Innovations Corp. + 000612 + Accusys Inc. - 0012E2 - ALAXALA Networks Corporation + 000609 + Crossport Systems - 0012DF - Novomatic AG + 000616 + Tel Net Ltd - 0012D4 - Princeton Technology Ltd + 00060D + Wave7 Optics - 0012D9 - Cisco Systems Inc. + 00064A + Honeywell Ltd (KOREA) - 0012C2 - Apex Electronics Factory + 00063F + Everex Communications Inc. - 0012BE - Astek Corporation + 00063D + Microwave Data Systems Inc. - 0012E1 - Alliant Networks Inc. + 000639 + Newtec - 0012C5 - V-Show Technology (China) Ltd + 00062F + Pivotech Systems Inc. - 0012A0 - NeoMeridian Sdn Bhd + 000636 + Jedai Broadband Networks - 001286 - Endevco Corp + 000651 + Aspen Networks Inc. - 001263 - Data Voice Technologies GmbH + 00065C + Malachite Technologies Inc. - 001270 - NGES Denro Systems + 000642 + Genetel Systems Inc. - 00126E - Seidel Elektronik GmbH Nfg.KG + 0005E9 + Unicess Network Inc. - 00126F - Rayson Technology Ltd + 0005E6 + Egenera Inc. - 00125C - Green Hills Software Inc. + 00061E + Maxan Systems - 00125F - AWIND Inc. + 000622 + Chung Fu Chen Yeh Enterprise Corp. - 00122D - SiNett Corporation + 000588 + Sensoria Corp. - 001274 - NIT lab + 00058D + Lynx Photonic Networks Inc. - 001253 - AudioDev AB + 00058A + Netcom Ltd - 00124C - BBWM Corporation + 000591 + Active Silicon Ltd - 001255 - NetEffect Incorporated + 000593 + Grammar Engine Inc. - 001244 - Cisco Systems Inc. + 0005C7 + I/F-CoM A/S - 00122C - Soenen Controls N.V. + 0005CC + Sumtel Communications Inc. - 00122B - Virbiage Pty Ltd + 0005CF + Thunder River Technologies Inc. - 001232 - LeWiz Communications Inc. + 0005C6 + Triz Communications - 001227 - Franklin Electric Co. Inc. + 0005D6 + L-3 Linkabit - 00121A - Techno Soft Systemnics Inc. + 0005DA + Apex Automationstechnik - 00121B - Sound Devices LLC + 0005A1 + Zenocom - 0011DF - Current Energy + 0005A9 + Princeton Networks Inc. - 0011D7 - eWerks Inc + 0005AF + InnoScan Computing A/S - 001204 - u10 Networks Inc. + 0005A6 + Extron Electronics - 00120A - Emerson Climate Technologies GmbH + 0005A0 + MOBILINE Kft. - 001208 - Gantner Instruments GmbH + 000584 + AbsoluteValue Systems Inc. - 001201 - Cisco Systems Inc. + 00058F + CLCsoft Co. - 0011EE - Estari Inc. + 0005BB + Myspace AB - 001200 - Cisco Systems Inc. + 000517 + Shellcomm Inc. - 0011E5 - KCodes Corporation + 00051C + Xnet Technology Corp. - 0011DE - Eurilogic + 0004F9 + Xtera Communications Inc. - 0011C8 - Powercom Ltd + 0004FA + NBS Technologies Inc. - 0011B8 - Liebherr - Elektronik GmbH + 000541 + Advanced Systems Ltd - 0011B4 - Westermo Network Technologies AB + 000545 + Internet Photonics - 001178 - Chiron Technology Ltd + 00053A + Willowglen Services Pte Ltd - 00116A - Domo Ltd + 000531 + Cisco Systems Inc. - 001193 - Cisco Systems Inc. + 000539 + A Brand New World in Sweden AB - 00118C - Missouri Department Of Transportation + 00052A + Ikegami Tsushinki Ltd - 00118E - Halytech Mace + 00052D + Zoltrix International Limited - 001186 - Prime Systems Inc. + 000525 + Puretek Industrial Ltd - 001183 - Datalogic ADC Inc. + 000558 + Synchronous Inc. - 00117D - ZMD America Inc. + 000550 + Vcomms Connect Limited - 00117F - Neotune Information Technology Corporation Ltd + 000512 + Zebra Technologies Inc - 00119D - Diginfo Technology Corporation + 000503 + Iconag - 00119C - EP&T Energy + 00057A + Overture Networks - 00119A - Alkeria srl + 000564 + Tsinghua Bitway Ltd - 0011C1 - 4P Mobile Data Processing + 0004F8 + QUALICABLE TV Industria E Com Ltda - 0011B2 - 2001 Technology Inc. + 0004F5 + SnowShore Networks Inc. - 0011AF - Medialink-i,Inc + 0004F2 + Polycom - 00115E - ProMinent Dosiertechnik GmbH + 0004F3 + FS FORTH-SysTEME GmbH - 00117C - e-zy.net + 0004ED + Billion Electric Ltd - 001139 - STOEBER ANTRIEBSTECHNIK GmbH + Co. KG. + 0004E7 + Lightpointe Communications Inc. - 00113E - JL Corporation + 0004E6 + Banyan Network Private Limited - 001138 - Taishin Ltd + 0004DE + Cisco Systems Inc. - 001136 - Goodrich Sensor Systems + 0004A2 + L.S.I. Japan Ltd - 001132 - Synology Incorporated + 00049B + Cisco Systems Inc. - 00114B - Francotyp-Postalia GmbH + 000499 + Chino Corporation - 001147 - Secom-Industry Ltd + 00048E + Ohm Tech Labs Inc. - 00114A - KAYABA IndUSTRY Ltd + 0004A6 + SAF Tehnika Ltd - 001142 - e-SMARTCOM Inc. + 0004A8 + Broadmax Technologies Inc. - 001120 - Cisco Systems Inc. + 0004A1 + Pathway Connectivity - 001118 - BLX IC Design Corp Ltd + 0004CE + Patria Ailon - 001107 - RGB Networks Inc. + 0004C7 + NetMount - 001108 - Orbital Data Corporation + 00048D + Teo Technologies Inc. - 00110C - Atmark Techno Inc. + 000490 + Optical Access - 00114D - Atsumi Electric Ltd + 0004E1 + Infinior Microsystems - 001130 - Allied Telesis (Hong Kong) Ltd + 0004C2 + Magnipix Inc. - 001129 - Paradise Datacom Ltd + 000486 + ITTC, University Of Kansas - 001157 - Oki Electric Industry Ltd + 00048B + Poscon Corporation - 000FD9 - FlexDSL Telecommunications AG + 000484 + Amann GmbH - 000FD0 - Astri + 000478 + G. Star Technology Corporation - 000FCA - A-JIN Techline Ltd + 00047A + Axxessit ASA - 000FEC - ARKUS Inc. + 00046A + Navini Networks - 000FED - Anam Electronics Ltd + 00046B + Palm Wireless Inc. - 000FE5 - Mercury Security Corporation + 000472 + Telelynx Inc. - 000FAE - E2O Communications + 000464 + Pulse-Link Inc - 000FB1 - Cognio Inc. + 000465 + i.s.t isdn-support technik GmbH - 000FA7 - Raptor Networks Technology + 00045E + PolyTrax Information Technology AG - 000FF0 - Sunray Ltd + 000411 + Inkra Networks Inc. - 001103 - kawamura electric Inc. + 000410 + Spinnaker Networks Inc. - 000FDD - Sordin AB + 000412 + WaveSmith Networks Inc. - 000FC3 - PalmPalm Technology Inc. + 000442 + Nact - 000F88 - AMETEK Inc. + 000445 + LMS Skalar Instruments GmbH - 000F7E - Ablerex Electronics Ltd + 00044E + Cisco Systems Inc. - 000F83 - Brainium Technologies Inc. + 000452 + RocketLogix Inc. - 000F84 - Astute Networks Inc. + 000427 + Cisco Systems Inc. - 000F5C - Day One Digital Media Limited + 000420 + Slim Devices Inc. - 000F52 - YORK Refrigeration, Marine & Controls + 00043D + Indel AG - 000F4C - Elextech Inc + 00043B + Lava Computer Mfg. Inc. - 000F93 - Landis+Gyr Ltd + 000431 + GlobalStreams Inc. - 000F94 - Genexis BV + 0003C4 + Tomra Systems ASA - 000F6C - ADDI-DATA GmbH + 0003C5 + Mobotix AG - 000F8F - Cisco Systems Inc. + 0003BF + Centerpoint Broadband Technologies Inc. - 000F7D - Xirrus + 0003B9 + Hualong Telecom Ltd - 000F76 - Digital Keystone Inc. + 0003F9 + Pleiades Communications Inc. - 000F9E - Murrelektronik GmbH + 0003FE + Cisco Systems Inc. - 000F79 - Bluetooth Interest Group Inc. + 0003F5 + Chip2Chip - 000F17 - Insta Elektro GmbH + 000391 + Advanced Digital Broadcast Ltd - 000F1E - Chengdu KT Electric Co.Of High & New Technology + 0003AC + Fronius Schweissmaschinen - 000F15 - Icotera A/S + 000399 + Dongju Informations & Communications Ltd - 000F39 - Iris Sensors + 0003FD + Cisco Systems Inc. - 000F3E - CardioNet Inc. + 0003BA + Oracle Corporation - 000F3F - Big Bear Networks + 0003AF + Paragea Communications - 000F35 - Cisco Systems Inc. + 00030B + Hunter Technology Inc. - 000F36 - Accurate Techhnologies Inc. + 0003C9 + TECOM Ltd - 000F28 - Itronix Corporation + 0003C1 + Packet Dynamics Ltd - 000F23 - Cisco Systems Inc. + 0003DE + OTC Wireless - 000F22 - Helius Inc. + 000328 + Mace Group Inc. - 000F24 - Cisco Systems Inc. + 00032B + GAI Datenfunksysteme GmbH - 000EFC - JTAG Technologies B.V. + 00032C + ABB Switzerland Ltd - 000EFE - EndRun Technologies LLC + 000323 + Cornet Technology Inc. - 000F2C - Uplogix Inc. + 000380 + SSH Communications Security Corp. - 000F2B - Greenbell Systems + 000382 + A-One Ltd - 000EF2 - Infinico Corporation + 00037A + Taiyo Yuden Ltd - 000F0D - Hunt Electronic Ltd + 000375 + NetMedia Inc. - 000F08 - Indagon Oy + 00035A + Photron Limited - 000F04 - cim-usa Inc + 000353 + Mitac Inc. - 000F42 - Xalyo Systems + 000356 + Wincor Nixdorf International GmbH - 000EA5 - BLIP Systems + 00034F + Sur-Gard Security - 000EA0 - NetKlass Technology Inc. + 00037B + IDEC IZUMI Corporation - 000EE4 - BOE Technology Group Ltd + 000367 + Jasmine Networks Inc. - 000EDE - REMEC Inc. + 00036A + Mainnet Ltd - 000E9C - Benchmark Electronics + 00036B + Cisco Systems Inc. - 000E9A - BOE Technology Group Ltd + 00036C + Cisco Systems Inc. - 000E90 - Ponico Corp. + 00038F + Weinschel Corporation - 000E8A - Avara Technologies Pty Ltd + 000384 + Aeta - 000EB8 - Iiga Ltd + 000387 + Blaze Network Products - 000EBE - B&B Electronics Manufacturing Co. + 000381 + Ingenico International - 000EBB - Everbee Networks + 000340 + Floware Wireless Systems Ltd - 000ECE - S.I.T.T.I. S.p.A. + 0001EC + Ericsson Group - 000ED4 - Cresitt Industrie + 000333 + Digitel Ltd - 000ED6 - Cisco Systems Inc. + 000338 + Oak Technology - 000ED8 - Positron Access Solutions Corp + 000339 + Eurologic Systems Ltd - 000ED1 - Osaka Micro Computer. + 000331 + Cisco Systems Inc. - 000EB0 - Solutions Radio BV + 000330 + Imagenics Ltd - 000E83 - Cisco Systems Inc. + 00034A + RIAS Corporation - 000E81 - Devicescape Software Inc. + 0002CF + ZyGate Communications Inc. - 000E88 - Videotron Corp. + 0002D1 + Vivotek Inc. - 000E86 - Alcatel North America + 0002C2 + Net Vision Telecom - 000E69 - China Electric Power Research Institute + 0002B6 + Acrosser Technology Ltd - 000E61 - Microtrol Limited + 0002B1 + Anritsu Ltd - 000E64 - Elphel Inc. + 0002AD + HOYA Corporation - 000E49 - Forsway Scandinavia AB + 0002AE + Scannex Electronics Ltd - 000E42 - Motic Incoporation Ltd + 000304 + Pacific Broadband Communications - 000E3D - Televic N.V. + 000301 + Exfo - 000E39 + 0002FD Cisco Systems Inc. - 000E34 - NexGen City, LP + 000300 + Barracuda Networks Inc. - 000E6A - 3Com Corporation + 0002BD + Bionet Ltd - 000E5A - TELEFIELD Inc. + 0002BE + Totsu Engineering Inc. - 000E5D - Triple Play Technologies A/S + 0002B9 + Cisco Systems Inc. - 000E52 - Optium Corporation + 0002BA + Cisco Systems Inc. - 000E7E - ionSign Oy + 0002F9 + MIMOS Berhad - 000E77 - Decru Inc. + 0002F3 + Media Serve Ltd - 000E4D - Numesa Inc. + 0002EA + Focus Enhancements - 000E4C - Bermai Inc. + 000313 + Access Media SPA - 000E2D - Hyundai Digital Technology Ltd + 000310 + E-Globaledge Corporation - 000E30 - AERAS Networks Inc. + 00030A + Argus Technologies - 000E29 - Shester Communications Inc + 00031E + Optranet Inc. - 000DE1 - Control Products Inc. + 000315 + Cidco Incorporated - 000DD0 - TetraTec Instruments GmbH + 000319 + Infineon AG - 000DD3 - SAMWOO Telecommunication Ltd + 0002E7 + CAB GmbH & Co KG - 000DD8 - BBN + 0002DF + Net Com Systems Inc. - 000DB3 - SDO Communication Corperation + 0002DB + Netsec - 000DAE - Samsung Heavy Industries Ltd + 00024B + Cisco Systems Inc. - 000DB2 - Ammasso Inc. + 00024D + Mannesman Dematic Colby Pty Ltd - 000E0D - Hesch Schroder GmbH + 000250 + Geyser Networks Inc. - 000DF6 - Technology Thesaurus Corp. + 000248 + Pilz GmbH & Co. - 000DFF - Chenming Mold Industry Corp. + 00024C + SiByte Inc. - 000DC7 - Cosmic Engineering Inc. + 00025A + Catena Networks - 000DC2 - Private + 00026E + NeGeN Access Inc. - 000DBF - TekTone Sound & Signal Mfg. Inc. + 000270 + Crewave Ltd - 000E19 - LogicaCMG Pty Ltd + 00023B + Ericsson - 000E1A - JPS Communications + 000239 + Visicom - 000E06 - Team Simoco Ltd + 000233 + Mantra Communications Inc. - 000D5C - Robert Bosch GmbH, VT-ATMO + 0002A2 + Hilscher GmbH - 000D60 - IBM Corp + 000254 + WorldGate - 000D67 - Ericsson + 00029A + Storage Apps - 000D5F - Minds Inc + 00028F + Globetek Inc. - 000D9C - Elan GmbH & Co KG + 000287 + Adapcom - 000D98 - S.W.A.C. Schmitt-Walter Automation Consult GmbH + 000281 + Madge Ltd - 000D8C - Shanghai Wedone Digital Ltd + 000263 + UPS Manufacturing SRL - 000D94 - AFAR Communications,Inc + 000240 + Seedek Ltd - 000DAA - S.A.Tehnology Ltd + 0001F3 + QPS Inc. - 000DA6 - Universal Switching Corporation + 0001E4 + Sitera Inc. - 000D8D - Prosoft Technology Inc. + 0001E3 + Siemens AG - 000D84 - Makus Inc. + 0001EB + C-CoM Corporation - 000D73 - Technical Support Inc. + 0001F2 + Mark Of the Unicorn Inc. - 000D69 - TMT&D Corporation + 0001D9 + Sigma Inc. - 000DA2 - Infrant Technologies Inc. + 0001C5 + Simpler Networks - 000D68 - Vinci Systems Inc. + 0001C9 + Cisco Systems Inc. - 000D64 - CoMAG Handels AG + 00021B + Kollmorgen-Servotronix - 000D74 - Sand Network Systems Inc. + 00021E + Simtel S.R.L. - 000D7D - Afco Systems + 000221 + DSP Application Ltd - 000D54 - 3Com Corporation + 0001F7 + Image Display Systems Inc. - 000D4C - Outline Electronics Ltd + 000200 + Net & Sys Ltd - 000D0F - Finlux Ltd + 0001C4 + NeoWave Inc. - 000D12 - AXELL Corporation + 0001C1 + Vitesse Semiconductor Corporation - 000D34 - Shell International Exploration and Production Inc. + 0001D8 + Teltronics Inc. - 000D32 - DispenseSource Inc. + 000205 + Hitachi Denshi Ltd - 000CF6 - Sitecom Europe BV + 000215 + Cotas Computer Technology A/B - 000CF2 - GAMESA Eolica + 00022A + Asound Electronic - 000D2E - Matsushita Avionics Systems Corporation + 00018C + Mega Vision - 000D28 - Cisco Systems Inc. + 00018F + Kenetec Inc. - 000D4D - Ninelanes + 00017B + Heidelberger Druckmaschinen AG - 000D53 - Beijing 5w Communication Corp. + 00019C + JDS Uniphase Inc. - 000CFC - S2io Technologies Corp + 0001A3 + Genesys Logic Inc. - 000D38 - Nissin Inc. + 000182 + Dica Technologies AG - 000D15 - Voipac s.r.o. + 000189 + Refraction Technology Inc. - 000CA1 - SIGMACOM Ltd + 000193 + Hanbyul Telecom Ltd - 000CA6 - Mintera Corporation + 0030F5 + Wild Lab Ltd - 000CC1 - Eaton Corporation + 00015D + Oracle Corporation - 000C8B - Connect Tech Inc + 000173 + AMCC - 000C90 - Octasic Inc. + 00016C + Foxconn - 000C8C - Kodicom Ltd + 000175 + Radiant Communications Corp. - 000CC2 - ControlNet (India) Private Limited + 0001AF + Artesyn Embedded Technologies - 000C94 - United Electronic Industries Inc. (EUI) + 00018A + ROI Computer AG - 000C9B - EE Solutions Inc. + 000192 + Texas Digital Systems - 000CE1 - The Open Group + 00015C + Cadant Inc. - 000CDC - BECS Technology Inc. + 000169 + Celestix Networks Pte Ltd - 000CC5 - Nextlink Ltd + 00016B + LightChip Inc. - 000CDE - ABB STOTZ-KONTAKT GmbH + 0001B6 + SAEJIN T&M Ltd - 000CBF - Holy Stone Ent Ltd + 0001AB + Main Street Networks - 000C4D - Curtiss-Wright Controls Avionics & Electronics + 000145 + Winsystems Inc. - 000C44 - Automated Interfaces Inc. + 000137 + IT Farm Corporation - 000C3B - Orion Electric Ltd + 00013C + TIW Systems - 000C71 - Wybron Inc. + 000133 + KYOWA Electronic Instruments C - 000C72 - Tempearl Industrial Ltd + 0001A5 + Nextcomm Inc. - 000C78 - In-Tech Electronics Limited + 000190 + SMK-M - 000C59 - Indyme Electronics Inc. + 00014C + Berkeley Process Control - 000C5C - GTN Systems B.V. + 000143 + Cisco Systems Inc. - 000C55 - Microlink Communications Inc. + 00014B + Ennovate Networks Inc. - 000C52 - Roll Systems Inc. + 00013D + RiscStation Ltd - 000C74 - Rivertec Corporation + 000120 + Oscilloquartz S.A. - 000C67 - OyO Electric Ltd + 003046 + Controlled Electronic Manageme - 000C2E - Openet Information technology(Shenzhen) Ltd + 003098 + Global Converging Technologies - 000C2C - Enwiser Inc. + 00300D + MMC Technology Inc. - 000C28 - Rifatron + 003075 + Adtech - 000C3D - Glsystech Ltd + 00B069 + Honewell Oy - 000C2F - SeorimTechnology Ltd + 00B0C2 + Cisco Systems Inc. - 000C31 - Cisco Systems Inc. + 00B03B + HiQ Networks - 000C53 - Private + 000127 + OPEN Networks Pty Ltd - 000C48 - QoStek Corporation + 00010E + Bri-Link Technologies Ltd - 000C63 - Zenith Electronics Corporation + 003037 + Packard Bell Nec Services - 000BBB - Etin Systems Ltd + 003057 + QTelNet Inc. - 000BBC - En Garde Systems Inc. + 0030FC + Terawave Communications Inc. - 000BB1 - Super Star Technology Ltd + 00B086 + LocSoft Limited - 000BBF - Cisco Systems Inc. + 0030A2 + Lightner Engineering - 000BAD - PC-PoS Inc. + 003042 + DeTeWe-Deutsche Telephonwerke - 000BA0 - T&L Information Inc. + 00B0C7 + Tellabs Operations Inc. - 000C17 - AJA Video Systems Inc + 00B02A + ORSYS GmbH - 000C11 - Nippon Dempa Ltd + 000104 + DVICO Ltd + + + 000106 + Tews Datentechnik GmbH - 000C14 - Diagnostic Instruments Inc. + 000109 + Nagano Japan Radio Ltd - 000BB5 - nStor Technologies Inc. + 00029C + 3Com Corporation - 000BB9 - Imsys AB + 00B019 + UTC CCS - 000C21 - Faculty Of Science and Technology, Keio University + 00306F + Seyeon Tech Ltd - 000C1B - ORACOM Ltd + 00303D + IVA Corporation - 000BC9 - Electroline Equipment + 0030F4 + Stardot Technologies - 000BC2 - Corinex Communication Corp. + 003052 + Elastic Networks - 000BF7 - Nidek Ltd + 003019 + Cisco Systems Inc. - 000C00 - BEB Industrie-Elektronik AG + 003076 + Akamba Corporation - 000BF3 - BAE Systems + 0030EC + Borgardt - 000BED - ELM Inc. + 0030F3 + At Work Computers - 000B91 - Aglaia Gesellschaft fur Bildverarbeitung und Kommunikation mbH + 0030CC + Tenor Networks Inc. - 000B97 - Matsushita Electric Industrial Ltd + 0030B0 + Convergenet Technologies - 000B92 - Ascom Danmark A/S + 0030EB + Turbonet Communications Inc. - 000B9A - Shanghai Ulink Telecom Equipment Ltd + 0030A1 + WEBGATE Inc. - 000B9D - TwinMOS Technologies Inc. + 00306A + Penta Media Ltd - 000B96 - Innotrac Diagnostics Oy + 003086 + Transistor Devices Inc. - 000B56 - Cybernetics + 003044 + CradlePoint Inc. - 000B50 - Oxygnet + 0030C2 + Comone - 000B52 - Joymax Electronics Ltd + 003053 + Basler AG - 000B69 - Franke Finland Oy + 0030D2 + WIN Technologies Ltd - 000BA5 - Quasar Cipta Mandiri, PT + 003097 + AB Regin - 000B49 - RF-Link System Inc. + 00305F + Hasselblad - 000B46 - Cisco Systems Inc. + 0030DC + Rightech Corporation - 000B7A - L-3 Linkabit + 003025 + Checkout Computer Systems Ltd - 000B84 - Bodet + 003012 + Digital Engineering Ltd - 000B77 - Cogent Systems Inc. + 0030C6 + Control Solutions Inc. - 000B66 - Teralink Communications + 0030D6 + MSC Vertriebs GmbH - 000B2C - Eiki Industrial Ltd + 003041 + Saejin T & M Ltd - 000B26 - Wetek Corporation + 00308C + Quantum Corporation - 000B28 - Quatech Inc. + 0030E3 + Sedona Networks Corp. - 000B2A - HOWTEL Ltd + 0030BF + Multidata GmbH - 000B30 - Beijing Gongye Science & Technology Ltd + 00D00F + Speech Design GmbH - 000AF2 - NeoAxiom Corp. + 003058 + API Motion - 000AF5 - Airgo Networks Inc. + 003034 + SET Engineering - 000AF0 - Shin-OH Electronics Ltd R&D + 00304A + Fraunhofer IPMS - 000AF4 - Cisco Systems Inc. + 00308D + Pinnacle Systems Inc. - 000AEE - GCD Hard- & Software GmbH + 0030A6 + Vianet Technologies Ltd - 000AD8 - IPCserv Technology Corp. + 00D0BF + Pivotal Technologies - 000AD7 - Origin ELECTRIC Ltd + 00303C + Onnto Corp. - 000B38 - Knurr GmbH + 003024 + Cisco Systems Inc. - 000B32 - Vormetric Inc. + 0030F6 + Securelogix Corporation - 000B07 - Voxpath Networks + 00D02F + Vlsi Technology Inc. - 000B04 - Volktek Corporation + 0030D8 + Sitek - 000AF9 - HiConnect Inc. + 003016 + Ishida Ltd - 000B1F - I CoN Computer Co. + 00D0B1 + Omega Electronics SA - 000B13 - Zetron Inc + 00D016 + SCM Microsystems Inc. - 000B10 - 11wave Technonlogy Ltd + 00D043 + Zonal Retail Data Systems - 000AE9 - AirVast Technology Inc. + 00D0C1 + Harmonic Data Systems Ltd - 000B2B - Hostnet Corporation + 00D0AC + Commscope Inc. - 000B02 - Dallmeier electronic + 00D07C + Koyo Electronics Inc Ltd - 000ACD - Sunrich Technology Limited + 00D0BC + Cisco Systems Inc. - 000ACC - Winnow Networks Inc. + 00D0CB + Dasan Ltd - 000ACF - PROVIDEO Multimedia Ltd + 00D019 + Dainippon Screen Corporate - 000AD1 - MWS + 00D035 + Behavior Tech. Computer Corp. - 000A7D - Valo Inc. + 00D0DB + Mcquay International - 000A7F - Teradon Industries Inc. + 00D070 + Long Well Electronics Corp. - 000A81 - TEIMA Audiotex S.L. + 00D029 + Wakefern Food Corporation - 000A87 - Integrated Micromachines Inc. + 00D0C3 + Vivid Technology PTE Ltd - 000A77 - Bluewire Technologies LLC + 00D013 + Primex Aerospace Company - 000A8C - Guardware Systems Ltd + 00D0A3 + Vocal Data Inc. - 000A96 - Mewtel Technology Inc. + 00D07E + Keycorp Ltd - 000A82 - Tatsuta System Electronics Ltd + 00D020 + AIM System Inc. - 000AD3 - INITECH Ltd + 00D0C8 + Prevas A/S - 000AC8 - ZPSYS Ltd (Planning & Management) + 005017 + RSR S.R.L. - 000AC6 - Overture Networks. + 005065 + TDK-Lambda Corporation - 000AAB - Toyota Technical Development Corporation + 0050B9 + Xitron Technologies Inc. - 000AB4 - ETIC Telecommunications + 00506B + SPX-Ateg - 000A7A - Kyoritsu Electric Ltd + 00D076 + Bank Of America - 000A9C - Server Technology Inc. + 00D051 + O2 Micro Inc. - 000A75 - Caterpillar Inc. + 00D0BB + Cisco Systems Inc. - 000A12 - Azylex Technology Inc. + 00D06E + Trendview Recorders Ltd - 000A13 - Honeywell Video Systems + 00D05C + KATHREIN TechnoTrend GmbH - 000A09 - TaraCom Integrated Products Inc. + 00D0EA + Nextone Communications Inc. - 000A41 - Cisco Systems Inc. + 00D064 + Multitel - 000A36 - Synelec Telecom Multimedia + 00D05E + Stratabeam Technology Inc. - 000A48 - Albatron Technology + 00D0AA + Chase Communications - 000A3E - EADS Telecom + 00D05D + Intelliworxx Inc. - 000A59 - HW server + 00D0A1 + Oskar Vierling GmbH + Co. KG - 000A54 - Laguna Hills Inc. + 00D006 + Cisco Systems Inc. - 000A4F - Brain Boxes Limited + 00D02A + Voxent Systems Ltd - 000A52 - AsiaRF Ltd + 00D08F + Ardent Technologies Inc. - 000A02 - Annso Ltd + 00D0FA + Thales e-Security Ltd - 000A65 - GentechMedia Ltd + 00D0EB + Lightera Networks Inc. - 000A22 - Amperion Inc + 0050A1 + Carlo Gavazzi Inc. - 000A1C - Bridge Information Ltd + 00D0C0 + Cisco Systems Inc. - 000A32 - Xsido Corporation + 00D068 + Iwill Corporation - 000A2B - Etherstuff + 005029 + 1394 Printer Working Group - 000A42 - Cisco Systems Inc. + 005081 + Murata Machinery Ltd - 000A38 - Apani Networks + 0050AC + Maple Computer Corporation - 0009A8 - Eastmode Pte Ltd + 005049 + Arbor Networks Inc - 0009AA - Data Comm for Business Inc. + 00500D + Satori Electoric Ltd - 0009A4 - HARTEC Corporation + 0050A3 + TransMedia Communications Inc. - 0009A6 - Ignis Optics Inc. + 0050A4 + IO Tech Inc. - 0009A7 - Bang & Olufsen A/S + 00505C + Tundo Corporation - 0009C8 - Sinagawa Tsushin Keisou Service + 0050B3 + Voiceboard Corporation - 0009B7 - Cisco Systems Inc. + 00508C + RSI Systems - 0009B2 - L&F Inc. + 0050E1 + NS Tech Electronics SDN BHD - 0009F3 - WELL Communication Corp. + 0050DE + Signum Systems Corp. - 0009EF - Vocera Communications + 005075 + Kestrel Solutions - 0009C4 - Medicore Ltd + 0050ED + Anda Networks - 0009D9 - Neoscale Systems Inc. + 005096 + Salix Technologies Inc. - 0009D0 - Solacom Technologies Inc. + 005012 + CBL - GmbH - 0009CC - Moog GmbH + 0050F2 + Microsoft Corporation - 000A00 - Mediatek Corp. + 00504A + Elteco A.S. - 0009F0 - Shimizu Technology Inc. + 0050C1 + Gemflex Networks Ltd - 0009E4 - K Tech Infosystem Inc. + 0050CF + Vanlink Communication Technology Research Institute - 000972 - Securebase,Inc + 005024 + Navic Systems Inc. - 000978 - AIJI System Ltd + 0090BD + Omnia Communications Inc. - 000973 - Lenten Technology Ltd + 0090B4 + Willowbrook Technologies - 000975 - fSONA Communications Corporation + 009003 + Aplio - 000977 - Brunner Elektronik AG + 009031 + Mysticom Ltd - 000969 - Meret Optical Communications + 00909D + NovaTech Process Solutions LLC - 000942 - Wireless Technologies Inc. + 0090DD + MIHARU CoMMUNICATIONS Inc - 000945 - Palmmicro Communications Inc + 009028 + Nippon Signal Ltd - 00093E - C&I Technologies + 00907D + Lake Communications - 000940 - AGFEO GmbH & Co. KG + 0090C9 + DPAC Technologies - 00097F - Vsecure 2000 Ltd + 00507B + Merlot Communications - 000980 - Power Zenith Inc. + 0050CD + Digianswer A/S - 0009A0 - Microtechno Corporation + 00502D + Accel Inc. - 00099B - Western Telematic Inc. + 00503A + Datong Electronics Ltd - 000990 - ACKSYS Communications & Systems + 005087 + Terasaki Electric Ltd - 000953 - Linkage System Integration Ltd + 005026 + Cosystems Inc. - 00094C - Communication Weaver Ltd + 00902C + Data & Control Equipment Ltd - 00096E - Giant Electronics Ltd + 00901D + PEC (NZ) Ltd - 00096C - Imedia Semiconductor Corp. + 009097 + Sycamore Networks - 00095F - Telebyte Inc. + 009025 + BAE Systems Australia (Electronic Systems) Pty Ltd - 00098A - EqualLogic Inc + 00904C + Epigram Inc. - 0008F9 - Artesyn Embedded Technologies + 009084 + Atech System - 0008F4 - Bluetake Technology Ltd + 00906A + Turnstone Systems Inc. - 0008F7 - Hitachi Ltd Semiconductor & Integrated Circuits Gr + 009087 + Itis - 000920 - EpoX CoMPUTER Ltd + 009051 + Ultimate Technology Corp. - 000922 - TST Biometrics GmbH + 009026 + Advanced Switching Communications Inc. - 000916 - Listman Home Technologies Inc. + 0090D3 + GIESECKE & DEVRIENT GmbH - 000911 - Cisco Systems Inc. + 009067 + WalkAbout Computers Inc. - 000912 - Cisco Systems Inc. + 00902A + Communication Devices Inc. - 000908 - VTech Technology Corp. + 00900D + Overland Storage Inc. - 00090B - MTL Instruments PLC + 0090CF + Nortel Networks - 00093B - Hyundai Networks Inc. + 009072 + Simrad AS - 000934 - Dream-Multimedia-Tv GmbH + 00902F + Netcore Systems Inc. - 000931 - Future Internet Inc. + 009098 + SBC Designs Inc. - 0008F5 - YESTECHNOLOGY Ltd + 009045 + Marconi Communications - 0008EC - Optical Zonu Corporation + 009036 + ens Inc. - 0008E6 - Littlefeet + 00908B + Tattile SRL - 000930 - AeroConcierge Inc. + 009044 + Assured Digital Inc. - 00091E - Firstech Technology Corp. + 009091 + DigitalScape Inc. - 0008E2 - Cisco Systems Inc. + 00907E + Vetronix Corp. - 000905 - iTEC Technologies Ltd + 009050 + Teleste Corporation - 0008A5 - Peninsula Systems Inc. + 00904D + Spec S.A. - 0008A2 - ADI Engineering Inc. + 0090FD + CopperCom Inc. - 000898 - Gigabit Optics Corporation + 009039 + Shasta Networks - 00089B - ICP Electronics Inc. + 0090FC + Network Computing Devices - 00089C - Elecs Industry Ltd + 009014 + Rotork Instruments Ltd - 00089D - UHD-Elektronik + 00908D + Vickers Electronics Systems - 0008CF - Nippon Koei Power Systems Ltd + 009042 + ECCS Inc. - 0008CB - Zeta Broadband Inc. + 009033 + Innovaphone AG - 0008D3 - Hercules Technologies S.A.S. + 009002 + Allgon AB - 0008D0 - Musashi Engineering Ltd + 0010D4 + Storage Computer Corporation - 0008BA - Erskine Systems Ltd + 000629 + IBM Corp - 0008B5 - TAI Guen Enterprise Ltd + 0010A9 + Adhoc Technologies - 0008B7 - HIT Incorporated + 00108A + TeraLogic Inc. - 0008A9 - SangSang Technology Inc. + 001024 + Nagoya Electric Works Ltd - 0008C8 - Soneticom Inc. + 0010D6 + Exelis - 0008C4 - Hikari Ltd + 001048 + Htrc Automation Inc. - 00088F - Advanced Digital Technology + 001097 + WinNet Metropolitan Communications Systems Inc. - 00088B - Tropic Networks Inc. + 001085 + Polaris Communications Inc. - 00086B - Mipsys + 00100C + ITO Ltd - 00087F - SPAUN electronic GmbH & Co. KG + 001006 + Thales Contact Solutions Ltd - 000886 - Hansung Teliann Inc. + 009009 + I Controls Inc. - 000858 - Novatechnology Inc. + 00908E + Nortel Networks Broadband Access - 000850 - Arizona Instrument Corp. + 00907C + Digitalcast Inc. - 00085B - Hanbit Electronics Ltd + 0001FE + Digital Equipment Corporation - 00082B - Wooksung Electronics Inc. + 0090BE + IBC/Integrated Business Computers - 00082E - Multitone Electronics PLC + 00103C + IC Ensemble Inc. - 0007ED - Altera Corporation + 001019 + SIRONA DENTAL SysTEMS GmbH & Co. KG - 0007F1 - TeraBurst Networks Inc. + 0090DE + Cardkey Systems Inc. - 0007F2 - IOA Corporation + 00906B + Applied Resources Inc. - 0007EA - Massana Inc. + 0010E2 + ArrayComm Inc. - 0007F0 - LogiSync LLC + 0010D2 + Nitto Tsushinki Ltd - 0007E7 - FreeWave Technologies + 0010D9 + IBM Japan, Fujisawa MT+D - 0007D6 - Commil Ltd + 009066 + Troika Networks Inc. - 0007D7 - Caporis Networks AG + 001094 + Performance Analysis Broadband, Spirent plc - 0007D4 - Zhejiang Yutong Network Communication Ltd + 001050 + Rion Ltd - 0007CE - Cabletime Limited + 00109C + M-System Ltd - 0007D3 - SPGPrints B.V. + 0010CE + Volamp Ltd - 000813 - Diskbank Inc. + 0010B2 + Coactive Aesthetics - 00080F - Proximion Fiber Optics AB + 00105F + Zodiac Data Systems - 000812 - GM-2 Corporation + 00103E + Netschools Corporation - 00080B - Birka BPA Informationssystem AB + 0010CB + Facit K.K. - 00080A - Espera-Werke GmbH + 0010E0 + Oracle Corporation - 0007E3 - Navcom Technology Inc. + 00107C + P-CoM Inc. - 0007E1 - WIS Communications Ltd + 0010BD + THE Telecommunication Technology Committee (TTC) - 0007E0 - Palm Inc. + 001008 + Vienna Systems Corporation - 0007FA - ITT Ltd + 0010D1 + Top Layer Networks Inc. - 0007F6 - Qqest Software Systems + 00106A + Digital Microwave Corporation - 0007FB - Giga Stream UMTS Technologies GmbH + 00106F + Trenton Technology Inc. - 00085D - Mitel Corporation + 001034 + GNP Computers - 000855 - NASA-Goddard Space Flight Center + 001044 + InnoLabs Corporation - 00085A - IntiGate Inc. + 0010A1 + Kendin Semiconductor Inc. - 000817 - EmergeCore Networks LLC + 0010A8 + Reliance Computer Corp. - 000815 - CATS Ltd + 00106E + Tadiran CoM Ltd - 000818 - Pixelworks Inc. + 00109A + Netline - 00082A - Powerwallz Network Security + 001089 + WebSonic - 0007AC - Eolring + 0010E6 + Applied Intelligent Systems Inc. - 0007AA - Quantum Data Inc. + 00103B + Hippi Networking Forum - 0007A4 - GN Netcom Ltd + 00E083 + Jato Technologies Inc. - 00079D - Musashi Ltd + 00E072 + Lynk - 00079F - Action Digital Inc. + 00E0AD + EES Technology Ltd - 00047C - Skidata AG + 00E094 + Osai SRL - 0007BE - DataLogic SpA + 00E032 + Misys Financial Systems Ltd - 0007AF - Red Lion Controls, LP + 00E0C0 + Seiwa Electric MFG Ltd - 000767 - Yuxing Electronics Company Limited + 00E0D1 + Telsis Limited - 00075B - Gibson Guitars + 00E0F0 + Abler Technology Inc. - 000762 - Group Sense Limited + 00E002 + Crossroads Systems Inc. - 000784 - Cisco Systems Inc. + 00E0D6 + Computer & Communication Research LAB. - 000776 - Federal APD + 00E074 + Tiernan Communications Inc. - 00077A - Infoware System Ltd + 00E0D9 + Tazmo Ltd - 000790 - Tri-M Technologies (s) Limited + 00E055 + Ingenieria Electronica Comercial Inelcom S.A. - 00078D - NetEngines Ltd + 00E0B4 + Techno Scope Ltd - 00078A - Mentor Data System Inc. + 00E071 + Epis Microcomputer - 000792 - Sutron Electronic GmbH + 00E066 + ProMax Systems Inc. - 0007B2 - Transaccess S.A. + 00E093 + Ackfin Networks - 0007AD - Pentacon GmbH Foto-und Feinwerktechnik + 00E042 + Pacom Systems Ltd - 0007D0 - Automat Engenharia de Automacao Ltda. + 00E0EB + Digicom Systems Inc.orporated - 00076A - NEXTEYE Ltd + 00E01C + Cradlepoint Inc. - 0006E6 - DongYang Telecom Ltd + 00E027 + DUX Inc. - 0006DC - Syabas Technology (Amquest) + 00E04B + JUMP IndUSTRIELLE CoMPUTERTECHNIK GmbH - 00070C - SVA-Intrusion Ltd + 00E097 + Carrier Access Corporation - 00070F - Fujant Inc. + 00E089 + ION Networks Inc. - 000714 - Brightcom + 00E070 + DH Technology - 0006F3 - AcceLight Networks + 00E05C + PHC Corporation - 0006D2 - Tundra Semiconductor Corp. + 00E024 + Gadzoox Networks - 0006D8 - Maple Optical Systems + 00605B + IntraServer Technology Inc. - 0006CF - Thales Avionics In-Flight Systems LLC + 0060D7 + Ecole Polytechnique Federale de Lausanne (Epfl) - 0006FE - Ambrado Inc. + 00E0BA + BERGHOF AUTOMATIONSTECHNIK GmbH - 0006E7 - Bit Blitz Communications Inc. + 00E021 + Freegate Corp. - 0006ED - Inara Networks + 00E05B + West END Systems Corp. - 0006DB - ICHIPS Ltd + 00E044 + Lsics Corporation - 000727 - Zi Corporation (HK) Ltd + 00E0CA + Best Data Products - 00072E - North Node AB + 00E0A7 + IPC Information Systems Inc. - 000699 - Vida Design Co. + 00E062 + Host Engineering - 00068D - SEPATON Inc. + 00E0CE + ARN - 0006A3 - Bitran Corporation + 00E05F + e-Net Inc. - 00069F - Kuokoa Networks + 00E01F + AVIDIA Systems Inc. - 0006A2 - Microtune Inc. + 00E0D0 + Netspeed Inc. - 0006A6 - Artistic Licence Engineering Ltd + 00E060 + Sherwood - 0006B8 - Bandspeed Pty Ltd + 00E06A + Kapsch AG - 0006BB - ATI Technologies Inc. + 00E001 + Strand Lighting Limited - 0006BD - BNTECHNOLOGY Ltd + 00E0D8 + LANBit Computer Inc. - 0006C3 - Schindler Elevator Ltd + 00E0E7 + Raytheon E-Systems Inc. - 0006AA - VT Miltope + 00E03C + AdvanSys - 000657 - Market Central Inc. + 00E073 + National Amusement Network Inc. - 000697 - R & D Center + 006066 + LACROIX Trafic - 00069A - e & Tel + 0060F4 + ADVANCED CoMPUTER SOLUTIONS Inc. - 00067D - Takasago Ltd + 006060 + Data Innovations North America - 000671 - Softing AG + 006035 + Dallas Semiconductor Inc. - 000672 - Netezza + 006007 + Acres Gaming Inc. - 00066A - InfiniCon Systems Inc. + 006058 + Copper Mountain Communications Inc. - 000661 - NIA Home Technologies Corp. + 0060FB + Packeteer Inc. - 0006B2 - Linxtek Co. + 0060C1 + WaveSpan Corporation - 0006B6 - Nir-Or Israel Ltd + 00603C + Hagiwara Sys- Ltd - 000684 - Biacore AB + 00607D + Sentient Networks Inc. - 000682 - Convedia + 006019 + Roche Diagnostics - 0005E3 - LightSand Communications Inc. + 006059 + Technical Communications Corp. - 0005ED - Technikum Joanneum GmbH + 006003 + Teraoka Weigh System PTE Ltd - 0005EF - ADOIR Digital Technology + 00607A + DVS GmbH - 000600 - Toshiba Teli Corporation + 0060F3 + Performance Analysis Broadband, Spirent plc - 00066B - Sysmex Corporation + 00607C + WaveAccess Ltd - 00055A - Power Dsine Ltd + 0060A0 + Switched Network Technologies Inc. - 000653 - Cisco Systems Inc. + 006017 + Tokimec Inc. - 00064F - PRO-NETS Technology Corporation + 006026 + VIKING Modular Solutions - 000612 - Accusys Inc. + 00606E + Davicom Semiconductor Inc. - 000609 - Crossport Systems + 0060C7 + Amati Communications Corp. - 000616 - Tel Net Ltd + 1000E8 + National Semiconductor - 00060D - Wave7 Optics + 006073 + Redcreek Communications Inc. - 00064A - Honeywell Ltd (KOREA) + 0060FD + NetICs Inc. - 00063F - Everex Communications Inc. + 0060CB + Hitachi Zosen Corporation - 00063D - Microwave Data Systems Inc. + 0060C8 + Kuka Welding Systems & Robots - 000639 - Newtec + 006023 + Pericom Semiconductor Corp. - 00062F - Pivotech Systems Inc. + 006063 + Psion Dacom PLC. - 000636 - Jedai Broadband Networks + 006031 + HRK Systems - 000651 - Aspen Networks Inc. + 00600E + Wavenet International Inc. - 00065C - Malachite Technologies Inc. + 0060A3 + Continuum Technology Corp. - 000642 - Genetel Systems Inc. + 00603D + 3CX - 0005E9 - Unicess Network Inc. + 0060ED + Ricardo Test Automation Ltd - 0005E6 - Egenera Inc. + 006012 + Power Computing Corporation - 00061E - Maxan Systems + 00604D + MMC Networks Inc. - 000622 - Chung Fu Chen Yeh Enterprise Corp. + 0060F7 + Datafusion Systems - 000588 - Sensoria Corp. + 006020 + Pivotal Networking Inc. - 00058D - Lynx Photonic Networks Inc. + 0060C0 + Nera Networks AS - 00058A - Netcom Ltd + 006077 + Prisa Networks - 000591 - Active Silicon Ltd + 006094 + IBM Corp - 000593 - Grammar Engine Inc. + 0060AB + Larscom Incorporated - 0005C7 - I/F-CoM A/S + 0060DD + Myricom Inc. - 0005CC - Sumtel Communications Inc. + 006046 + Vmetro Inc. - 0005CF - Thunder River Technologies Inc. + 006068 + Dialogic Corporation - 0005C6 - Triz Communications + 00605A + Celcore Inc. - 0005D6 - L-3 Linkabit + 006095 + Accu-Time Systems Inc. - 0005DA - Apex Automationstechnik + 00608A + Citadel Computer - 0005A1 - Zenocom + 006093 + Varian - 0005A9 - Princeton Networks Inc. + 00A03F + Computer Society Microprocessor & Microprocessor Standards C - 0005AF - InnoScan Computing A/S + 00A02D + 1394 Trade Association - 0005A6 - Extron Electronics + 00A07C + Tonyang Nylon Ltd - 0005A0 - MOBILINE Kft. + 00A09A + Nihon Kohden America - 000584 - AbsoluteValue Systems Inc. + 00A093 + B/E AEROSPACE Inc. - 00058F - CLCsoft Co. + 00A078 + Marconi Communications - 0005BB - Myspace AB + 00A0BF + Wireless Data Group Motorola - 000517 - Shellcomm Inc. + 00A05F + BTG Electronics Design BV - 00051C - Xnet Technology Corp. + 00A0CD + DR. JOHANNES HEIDENHAIN GmbH - 0004F9 - Xtera Communications Inc. + 00A0DA + INTEGRATED SysTEMS Technology Inc. - 0004FA - NBS Technologies Inc. + 00A02A + Trancell Systems - 000541 - Advanced Systems Ltd + 00A01C + Nascent Networks Corporation - 000545 - Internet Photonics + 00A08F + Desknet Systems Inc. - 00053A - Willowglen Services Pte Ltd + 00A0CC + Lite-ON Communications Inc. - 000531 - Cisco Systems Inc. + 00A0E6 + Dialogic Corporation - 000539 - A Brand New World in Sweden AB + 00A04A + Nisshin Electric Ltd - 00052A - Ikegami Tsushinki Ltd + 00A035 + Cylink Corporation - 00052D - Zoltrix International Limited + 00A03D + Opto-22 - 000525 - Puretek Industrial Ltd + 00A056 + Micropross - 000558 - Synchronous Inc. + 00A0E1 + Westport Research Associates Inc. - 000550 - Vcomms Connect Limited + 00A0B7 + Cordant Inc. - 000512 - Zebra Technologies Inc + 00A026 + Teldat, S.A. - 000503 - Iconag + 00A023 + Applied Creative Technology Inc. - 00057A - Overture Networks + 00A089 + Xpoint Technologies Inc. - 000564 - Tsinghua Bitway Ltd + 00A007 + Apexx Technology Inc. - 0004F8 - QUALICABLE TV Industria E Com Ltda + 00A047 + Integrated Fitness Corp. - 0004F5 - SnowShore Networks Inc. + 00A032 + GES Singapore PTE Ltd - 0004F2 - Polycom + 00A0E3 + XKL Systems Corp. - 0004F3 - FS FORTH-SysTEME GmbH + 00A014 + Csir - 0004ED - Billion Electric Ltd + 00A015 + Wyle - 0004E7 - Lightpointe Communications Inc. + 00A06A + Verilink Corporation - 0004E6 - Banyan Network Private Limited + 00A018 + Creative Controllers Inc. - 0004DE - Cisco Systems Inc. + 00A0FE + Boston Technology Inc. - 0004A2 - L.S.I. Japan Ltd + 00A0EB + Encore Networks Inc. - 00049B - Cisco Systems Inc. + 00A07D + Seeq Technology Inc. - 000499 - Chino Corporation + 00A0D9 + Convex Computer Corporation - 00048E - Ohm Tech Labs Inc. + 00A070 + Coastcom - 0004A6 - SAF Tehnika Ltd + 0020DE + Japan Digital Laborat'Y Ltd - 0004A8 - Broadmax Technologies Inc. + 00200B + Octagon Systems Corp. - 0004A1 - Pathway Connectivity + 002094 + Cubix Corporation - 0004CE - Patria Ailon + 0020F7 + Cyberdata Corporation - 0004C7 - NetMount + 0020D7 + JAPAN MINICOMPUTER SysTEMS Ltd - 00048D - Teo Technologies Inc. + 0020C3 + Counter Solutions Ltd - 000490 - Optical Access + 002047 + Steinbrecher Corp. - 0004E1 - Infinior Microsystems + 0020D5 + Vipa GmbH - 0004C2 - Magnipix Inc. + 00201A + MRV Communications Inc. - 000486 - ITTC, University Of Kansas + 0020F2 + Oracle Corporation - 00048B - Poscon Corporation + 0020B8 + Prime Option Inc. - 000484 - Amann GmbH + 0020AD + Linq Systems - 000478 - G. Star Technology Corporation + 00207D + Advanced Computer Applications - 00047A - Axxessit ASA + 00202F + Zeta Communications Ltd - 00046A - Navini Networks + 00209A + THE 3DO Company - 00046B - Palm Wireless Inc. + 002062 + Scorpion Logic Ltd - 000472 - Telelynx Inc. + 002081 + Titan Electronics - 000464 - Pulse-Link Inc + 0020D9 + Panasonic Technologies Inc./Mieco-US - 000465 - i.s.t isdn-support technik GmbH + 00206F + Flowpoint Corporation - 00045E - PolyTrax Information Technology AG + 002020 + Megatron Computer Industries Pty Ltd - 000411 - Inkra Networks Inc. + 00201B + Northern Telecom/Network - 000410 - Spinnaker Networks Inc. + 0020F3 + Raynet Corporation - 000412 - WaveSmith Networks Inc. + 002090 + Advanced Compression Technology Inc. - 000442 - Nact + 0020C0 + Pulse Electronics Inc. - 000445 - LMS Skalar Instruments GmbH + 00207E + Finecom Ltd - 00044E - Cisco Systems Inc. + 00204E + Network Security Systems Inc. - 000452 - RocketLogix Inc. + 0020CA + Digital Ocean - 000427 - Cisco Systems Inc. + 002095 + Riva Electronics - 000420 - Slim Devices Inc. + 0020FB + Octel Communications Corp. - 00043D - Indel AG + 002070 + Hynet Ltd - 00043B - Lava Computer Mfg. Inc. + 0020BE + LAN Access Corp. - 000431 - GlobalStreams Inc. + 00203F + Juki Corporation - 0003C4 - Tomra Systems ASA + 0020A9 + White Horse Industrial - 0003C5 - Mobotix AG + 002096 + Invensys - 0003BF - Centerpoint Broadband Technologies Inc. + 00204A + Pronet GmbH - 0003B9 - Hualong Telecom Ltd + 0020FF + Symmetrical Technologies - 0003F9 - Pleiades Communications Inc. + 002044 + Genitech Pty Ltd - 0003FE - Cisco Systems Inc. + 0020EF + USC Corporation - 0003F5 - Chip2Chip + 002030 + Analog & Digital Systems - 000391 - Advanced Digital Broadcast Ltd + 0020AC + Interflex Datensysteme GmbH - 0003AC - Fronius Schweissmaschinen + 0020D8 + Nortel Networks - 000399 - Dongju Informations & Communications Ltd + 002066 + General Magic Inc. - 0003FD - Cisco Systems Inc. + 002001 + DSP Solutions Inc. - 0003BA - Oracle Corporation + 0020BF + Aehr Test Systems - 0003AF - Paragea Communications + 002053 + Huntsville Microsystems Inc. - 00030B - Hunter Technology Inc. + 0020A1 + Dovatron - 0003C9 - TECOM Ltd + 00C02F + Okuma Corporation - 0003C1 - Packet Dynamics Ltd + 00C01E + LA Francaise DES Jeux - 0003DE - OTC Wireless + 00C0E1 + Sonic Solutions - 000328 - Mace Group Inc. + 002036 + BMC Software - 00032B - GAI Datenfunksysteme GmbH + 0020F8 + Carrera Computers Inc. - 00032C - ABB Switzerland Ltd + 00C065 + Scope Communications Inc. - 000323 - Cornet Technology Inc. + 00C079 + Fonsys Ltd - 000380 - SSH Communications Security Corp. + 00C00F + Quantum Software Systems Ltd - 000382 - A-One Ltd + 00C087 + Uunet Technologies Inc. - 00037A - Taiyo Yuden Ltd + 00C006 + Nippon Avionics Ltd - 000375 - NetMedia Inc. + 00C0A4 + Unigraf Oy - 00035A - Photron Limited + 00C029 + Nexans Deutschland GmbH - ANS - 000353 - Mitac Inc. + 00C0FA + Canary Communications Inc. - 000356 - Wincor Nixdorf International GmbH + 00C03A + MEN-Mikro Elektronik GmbH - 00034F - Sur-Gard Security + 00C040 + Ecci - 00037B - IDEC IZUMI Corporation + 00C01C + Interlink Communications Ltd - 000367 - Jasmine Networks Inc. + 00C042 + Datalux Corp. - 00036A - Mainnet Ltd + 00C071 + Areanex Communications Inc. - 00036B - Cisco Systems Inc. + 00C044 + Emcom Corporation - 00036C - Cisco Systems Inc. + 00C0E6 + Verilink Corporation - 00038F - Weinschel Corporation + 00C096 + Tamura Corporation - 000384 - Aeta + 00C04E + Comtrol Corporation - 000387 - Blaze Network Products + 00C03F + Stores Automated Systems Inc. - 000381 - Ingenico International + 00C036 + Raytech Electronic Corp. - 000340 - Floware Wireless Systems Ltd + 00C0A2 + Intermedium A/S - 0001EC - Ericsson Group + 00C053 + Aspect Software Inc. - 000333 - Digitel Ltd + 00C0CC + Telesciences Co Systems Inc. - 000338 - Oak Technology + 00C0CE + CEI Systems & Engineering PTE - 000339 - Eurologic Systems Ltd + 00404F + Space & Naval Warfare Systems - 000331 - Cisco Systems Inc. + 00408F + WM-Data Minfo AB - 000330 - Imagenics Ltd + 0040D7 + Studio GEN Inc. - 00034A - RIAS Corporation + 004057 + Lockheed - Sanders - 0002CF - ZyGate Communications Inc. + 004017 + Silex Technology America - 0002D1 - Vivotek Inc. + 00C0D9 + Quinte Network Confidentiality - 0002C2 - Net Vision Telecom + 00C0B1 + Genius NET Co. - 0002B6 - Acrosser Technology Ltd + 00C0D2 + Syntellect Inc. - 0002B1 - Anritsu Ltd + 00C07E + Kubota Corporation Electronic - 0002AD - HOYA Corporation + 00C0DD + QLogic Corporation - 0002AE - Scannex Electronics Ltd + 00C01B + Socket Communications Inc. - 000304 - Pacific Broadband Communications + 00406F + Sync Research Inc. - 000301 - Exfo + 0040F3 + Netcor - 0002FD - Cisco Systems Inc. + 00404B + Maple Computer Systems - 000300 - Barracuda Networks Inc. + 004033 + Addtron Technology Ltd - 0002BD - Bionet Ltd + 00C08E + Network Information Technology - 0002BE - Totsu Engineering Inc. + 00C0C7 + Sparktrum Microsystems Inc. - 0002B9 - Cisco Systems Inc. + 00C0C4 + Computer Operational - 0002BA - Cisco Systems Inc. + 00C012 + Netspan Corporation - 0002F9 - MIMOS Berhad + 0040AD + SMA Regelsysteme GmbH - 0002F3 - Media Serve Ltd + 00406D + Lanco Inc. - 0002EA - Focus Enhancements + 0040CD + Tera Microsystems Inc. - 000313 - Access Media SPA + 0040F5 + OEM Engines - 000310 - E-Globaledge Corporation + 004039 + Optec Daiichi Denko Ltd - 00030A - Argus Technologies + 004079 + Juko Manufacture Company Ltd - 00031E - Optranet Inc. + 00C020 + Arco Electronic, Control Ltd - 000315 - Cidco Incorporated + 00C0E7 + Fiberdata AB - 000319 - Infineon AG + 00C05F + Fine-PAL Company Limited - 0002E7 - CAB GmbH & Co KG + 0040AE + Delta Controls Inc. - 0002DF - Net Com Systems Inc. + 0040F6 + Katron Computers Inc. - 0002DB - Netsec + 004086 + Michels & Kleberhoff Computer - 00024B - Cisco Systems Inc. + 004092 + ASP Computer Products Inc. - 00024D - Mannesman Dematic Colby Pty Ltd + 004068 + Extended Systems - 000250 - Geyser Networks Inc. + 004078 + Wearnes Automation PTE Ltd - 000248 - Pilz GmbH & Co. + 0040F4 + Cameo Communications Inc. - 00024C - SiByte Inc. + 0040B4 + Nextcom K.K. - 00025A - Catena Networks + 0040B0 + Bytex Corporation, Engineering - 00026E - NeGeN Access Inc. + 0080D9 + EMK Elektronik GmbH & Co. KG - 000270 - Crewave Ltd + 004059 + Yoshida Kogyo K. K. - 00023B - Ericsson + 004095 + R.P.T. Intergroups Int'l Ltd - 000239 - Visicom + 004035 + Opcom - 000233 - Mantra Communications Inc. + 00405C + Future Systems Inc. - 0002A2 - Hilscher GmbH + 004061 + Datatech Enterprises Ltd - 000254 - WorldGate + 00008C + Alloy Computer Products (Australia) Pty Ltd - 00029A - Storage Apps + 0040B9 + Macq Electronique SA - 00028F - Globetek Inc. + 0040BB + Goldstar Cable Ltd - 000287 - Adapcom + 0040B1 + Codonics Inc. - 000281 - Madge Ltd + 0040F8 + Systemhaus Discom - 000263 - UPS Manufacturing SRL + 0040D2 + Pagine Corporation - 000240 - Seedek Ltd + 004024 + Compac Inc. - 0001F3 - QPS Inc. + 0040E9 + Accord Systems Inc. - 0001E4 - Sitera Inc. + 004003 + Emerson Process Management Power & Water Solutions Inc. - 0001E3 - Siemens AG + 004090 + Ansel Communications - 0001EB - C-CoM Corporation + 0040C5 + Micom Communications Inc. - 0001F2 - Mark Of the Unicorn Inc. + 004020 + CommScope Inc - 0001D9 - Sigma Inc. + 004048 + SMD Informatica S.A. - 0001C5 - Simpler Networks + 00407C + Qume Corporation - 0001C9 - Cisco Systems Inc. + 00407F + FLIR Systems - 00021B - Kollmorgen-Servotronix + 00402D + Harris Adacom Corporation - 00021E - Simtel S.R.L. + 0080A6 + Republic Technology Inc. - 000221 - DSP Application Ltd + 0040DE + Elsag Datamat spa - 0001F7 - Image Display Systems Inc. + 0040C9 + Ncube - 000200 - Net & Sys Ltd + 008032 + Access Ltd - 0001C4 - NeoWave Inc. + 0080CF + Embedded Performance Inc. - 0001C1 - Vitesse Semiconductor Corporation + 008090 + Microtek International Inc. - 0001D8 - Teltronics Inc. + 004044 + Qnix Computer Ltd - 000205 - Hitachi Denshi Ltd + 0080C4 + Document Technologies Inc. - 000215 - Cotas Computer Technology A/B + 00805B + Condor Systems Inc. - 00022A - Asound Electronic + 008043 + Networld Inc. - 00018C - Mega Vision + 0040DF + Digalog Systems Inc. - 00018F - Kenetec Inc. + 004009 + Tachibana Tectron Ltd - 00017B - Heidelberger Druckmaschinen AG + 0040A0 + Goldstar Ltd - 00019C - JDS Uniphase Inc. + 0040FC + IBR Computer Technik GmbH - 0001A3 - Genesys Logic Inc. + 0080AF + Allumer Ltd - 000182 - Dica Technologies AG + 008084 + THE Cloud Inc. - 000189 - Refraction Technology Inc. + 0080F3 + SUN Electronics Corp. - 000193 - Hanbyul Telecom Ltd + 008099 + Eaton Industries GmbH - 0030F5 - Wild Lab Ltd + 00808D + Westcoast Technology B.V. - 00015D - Oracle Corporation + 0080BE + Aries Research - 000173 - AMCC + 008015 + Seiko Systems Inc. - 00016C - Foxconn + 0080D2 + Shinnihondenko Ltd - 000175 - Radiant Communications Corp. + 008089 + Tecnetics (Pty) Ltd - 0001AF - Artesyn Embedded Technologies + 00806F + Onelan Ltd - 00018A - ROI Computer AG + 008081 + Kendall Square Research Corp. - 000192 - Texas Digital Systems + 00809C + Luxcom Inc. - 00015C - Cadant Inc. + 008065 + Cybergraphic Systems Pty Ltd - 000169 - Celestix Networks Pte Ltd + 008019 + Dayna Communications Inc. - 00016B - LightChip Inc. + 008050 + Ziatech Corporation - 0001B6 - SAEJIN T&M Ltd + 0080A4 + Liberty Electronics - 0001AB - Main Street Networks + 0080CD + Micronics Computer Inc. - 000145 - Winsystems Inc. + 008003 + Hytec Electronics Ltd - 000137 - IT Farm Corporation + 008052 + Technically Elite Concepts - 00013C - TIW Systems + 00805D + Canstar - 000133 - KYOWA Electronic Instruments C + 00804F + Daikin Industries Ltd - 0001A5 - Nextcomm Inc. + 008005 + Cactus Computer Inc. - 000190 - SMK-M + 00806D + Century Systems Corp. - 00014C - Berkeley Process Control + 008094 + Alfa Laval Automation AB - 000143 - Cisco Systems Inc. + 000041 + ICE Corporation - 00014B - Ennovate Networks Inc. + 000086 + Megahertz Corporation - 00013D - RiscStation Ltd + 000092 + Cogent Data Technologies - 000120 - Oscilloquartz S.A. + 000058 + Racore Computer Products Inc. - 003046 - Controlled Electronic Manageme + 008074 + Fisher Controls - 003098 - Global Converging Technologies + 008030 + Nexus Electronics - 00300D - MMC Technology Inc. + 000055 + Commissariat A L`Energie Atom. - 003075 - Adtech + 0080C9 + Alberta Microelectronic Centre - 00B069 - Honewell Oy + 00800C + Videcom Limited - 00B0C2 - Cisco Systems Inc. + 00807D + Equinox Systems Inc. - 00B03B - HiQ Networks + 008063 + Hirschmann Automation and Control GmbH - 000127 - OPEN Networks Pty Ltd + 0080EE + Thomson CSF - 00010E - Bri-Link Technologies Ltd + 00808E + Radstone Technology - 003037 - Packard Bell Nec Services + 008096 + Human Designed Systems Inc. - 003057 - QTelNet Inc. + 00803E + Synernetics - 0030FC - Terawave Communications Inc. + 0080CE + Broadcast Television Systems - 00B086 - LocSoft Limited + 00801A + Bell Atlantic - 0030A2 - Lightner Engineering + 0080DE + Gipsi S.A. - 003042 - DeTeWe-Deutsche Telephonwerke + 008002 + Satelcom (UK) Ltd - 00B0C7 - Tellabs Operations Inc. + 008064 + Wyse Technology LLC - 00B02A - ORSYS GmbH + 008048 + Compex Incorporated - 000104 - DVICO Ltd + 008085 + H-Three Systems Corporation - 000106 - Tews Datentechnik GmbH + 00804C + Contec Ltd - 000109 - Nagano Japan Radio Ltd + 00808F + C. Itoh Electronics Inc. - 00029C - 3Com Corporation + 000052 + Intrusion.com Inc. - 00B019 - UTC CCS + 0080FF + SOC. de Teleinformatique RTC - 00306F - Seyeon Tech Ltd + 0000F7 + Youth Keep Enterprise Ltd - 00303D - IVA Corporation + 0000C7 + Arix Corporation - 0030F4 - Stardot Technologies + 0000D1 + Adaptec Incorporated - 003052 - Elastic Networks + 000016 + DU Pont Pixel Systems - 003019 - Cisco Systems Inc. + 0000E1 + Grid Systems - 003076 - Akamba Corporation + 000081 + Bay Networks - 0030EC - Borgardt + 000029 + IMC Networks Corp. - 0030F3 - At Work Computers + 00000A + Omron Tateisi Electronics Co. - 0030CC - Tenor Networks Inc. + 00000D + Fibronics Ltd - 0030B0 - Convergenet Technologies + 000024 + Connect AS - 0030EB - Turbonet Communications Inc. + 000067 + Soft * Rite Inc. - 0030A1 - WEBGATE Inc. + 0000D2 + SBE Inc. - 00306A - Penta Media Ltd + 000037 + Oxford Metrics Limited - 003086 - Transistor Devices Inc. + 0000FB + Rechner ZUR Kommunikation - 003044 - CradlePoint Inc. + 0000E2 + Acer Technologies Corp. - 0030C2 - Comone + 0000BA + Siig Inc. - 003053 - Basler AG + 00002A + TRW - Sedd/INP - 0030D2 - WIN Technologies Ltd + 00002C + Autotote Limited - 003059 - Kontron Compact Computers AG + 000083 + Tadpole Technology PLC - 003097 - AB Regin + 0000F3 + Gandalf Data Limited - 00305F - Hasselblad + 0000B0 + RND-RAD Network Devices - 0030DC - Rightech Corporation + 0000CF + Hayes Microcomputer Products - 003025 - Checkout Computer Systems Ltd + 000056 + DR. B. Struck - 003012 - Digital Engineering Ltd + 00006C + Private - 0030C6 - Control Solutions Inc. + 0000A9 + Network Systems Corp. - 0030D6 - MSC Vertriebs GmbH + 0000EF + KTI - 003041 - Saejin T & M Ltd + 000025 + Ramtek Corp. - 00308C - Quantum Corporation + 0000AF + Canberra Industries Inc. - 0030E3 - Sedona Networks Corp. + 000076 + Abekas Video System - 0030BF - Multidata GmbH + 080055 + Stanford Telecomm Inc. - 00D00F - Speech Design GmbH + 080053 + Middle East Tech. University - 003058 - API Motion + 08008E + Tandem Computers - 003034 - SET Engineering + 080084 + Tomen Electronics Corp. - 00304A - Fraunhofer IPMS + 080085 + Elxsi - 00308D - Pinnacle Systems Inc. + 080082 + Veritas Software - 0030A6 - Vianet Technologies Ltd + 080080 + AES Data Inc. - 00D0BF - Pivotal Technologies + 080077 + TSL Communications Ltd - 00303C - Onnto Corp. + 080074 + Casio Computer Ltd - 003024 - Cisco Systems Inc. + 08006E + Masscomp - 0030F6 - Securelogix Corporation + 080068 + Ridge Computers - 00D02F - Vlsi Technology Inc. + 080063 + Plessey - 0030D8 - Sitek + 08007B + Sanyo Electric Ltd - 003016 - Ishida Ltd + 08007C + Vitalink Communications Corp. - 00D0B1 - Omega Electronics SA + 0000DF + Bell & Howell Pub Sys Div - 00D016 - SCM Microsystems Inc. + 0000F9 + Quotron Systems Inc. - 00D043 - Zonal Retail Data Systems + 080060 + Industrial Networking Inc. - 00D0C1 - Harmonic Data Systems Ltd + 08004C + Hydra Computer Systems Inc. - 00D0AC - Commscope Inc. + 080047 + Sequent Computer Systems Inc. - 00D07C - Koyo Electronics Inc Ltd + 08004A + Banyan Systems Inc. - 00D0BC - Cisco Systems Inc. + 080044 + David Systems Inc. - 00D0CB - Dasan Ltd + 080041 + Racal-Milgo Information Sys.. - 00D019 - Dainippon Screen Corporate + 080035 + Microfive Corporation - 00D035 - Behavior Tech. Computer Corp. + 080032 + Tigan Incorporated - 00D0DB - Mcquay International + 08008D + Xyvision Inc. - 00D070 - Long Well Electronics Corp. + 080015 + STC Business Systems - 00D029 - Wakefern Food Corporation + 080066 + Agfa Corporation - 00D0C3 - Vivid Technology PTE Ltd + 080004 + Cromemco Incorporated - 00D013 - Primex Aerospace Company + 0001C8 + Conrad Corp. - 00D0A3 - Vocal Data Inc. + 08003F + Fred Koschara Enterprises - 00D07E - Keycorp Ltd + 08000B + Unisys Corporation - 00D020 - AIM System Inc. + 00DD01 + Ungermann-Bass Inc. - 00D0C8 - Prevas A/S + 00DD06 + Ungermann-Bass Inc. - 005017 - RSR S.R.L. + AA0003 + Digital Equipment Corporation - 005065 - TDK-Lambda Corporation + 000000 + Xerox Corporation - 0050B9 - Xitron Technologies Inc. + 080021 + 3M Company - 00506B - SPX-Ateg + 02BB01 + Octothorpe Corp. - 00D076 - Bank Of America + 08008A + PerfTech Inc. - 00D051 - O2 Micro Inc. + 00003E + Simpact - 00D0BB - Cisco Systems Inc. + 00DD02 + Ungermann-Bass Inc. - 00D06E - Trendview Recorders Ltd + 00DD04 + Ungermann-Bass Inc. - 00D05C - KATHREIN TechnoTrend GmbH + 026086 + Logic Replacement Tech Ltd - 00D0EA - Nextone Communications Inc. + 080030 + Cern - 00D064 - Multitel + 74DA88 + TP-Link Technologies Ltd - 00D05E - Stratabeam Technology Inc. + CC32E5 + TP-Link Technologies Ltd - 00D0AA - Chase Communications + 1C3BF3 + TP-Link Technologies Ltd - 00D05D - Intelliworxx Inc. + 3C86D1 + Vivo Mobile Communication Ltd - 00D0A1 - Oskar Vierling GmbH + Co. KG + 301B97 + Lierda Science & Technology Group Ltd - 00D006 - Cisco Systems Inc. + 2CD2E3 + Guangzhou Aoshi Electronic Ltd - 00D02A - Voxent Systems Ltd + 1459C3 + Creative Chips GmbH - 00D08F - Ardent Technologies Inc. + A0D86F + Argo AI LLC - 00D0FA - Thales e-Security Ltd + E4671E + SHEN ZHEN NUO XIN CHENG TECHNOLOGY Ltd - 00D0EB - Lightera Networks Inc. + 682719 + Microchip Technology Inc. - 0050A1 - Carlo Gavazzi Inc. + 24C17A + Beijing Iactive Network Ltd - 00D0C0 - Cisco Systems Inc. + 1C9C8C + Juniper Networks - 00D068 - Iwill Corporation + A4C939 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 005029 - 1394 Printer Working Group + 34D772 + Xiamen Yudian Automation Technology Ltd - 005081 - Murata Machinery Ltd + C0DCDA + Samsung Electronics Ltd - 0050AC - Maple Computer Corporation + 04B429 + Samsung Electronics Ltd - 005049 - Arbor Networks Inc + 48794D + Samsung Electronics Ltd - 00500D - Satori Electoric Ltd + 44F971 + Shenzhen Mercury Communication Technologies Ltd - 0050A3 - TransMedia Communications Inc. + 18F9C4 + BAE Systems - 0050A4 - IO Tech Inc. + 60ABD2 + Bose Corporation - 00505C - Tundo Corporation + F0EF86 + Google Inc. - 0050B3 - Voiceboard Corporation + E4C0CC + China Mobile Group Device Ltd - 00508C - RSI Systems + 5CB13E + Sagemcom Broadband SAS - 0050E1 - NS Tech Electronics SDN BHD + F4E5F2 + Huawei Technologies Ltd - 0050DE - Signum Systems Corp. + 541310 + Huawei Technologies Ltd - 005075 - Kestrel Solutions + 8CE5EF + Huawei Technologies Ltd - 0050ED - Anda Networks + A4CD23 + Shenzhenshi Xinzhongxin Ltd - 005096 - Salix Technologies Inc. + B83A5A + Aruba Networks HP - 005012 - CBL - GmbH + E4AAEA + Liteon Technology Corporation - 0050F2 - Microsoft Corporation + A0946A + Shenzhen XGTEC Technology Ltd - 00504A - Elteco A.S. + 1C2AA3 + Shenzhen HongRui Optical Technology Ltd - 0050C1 - Gemflex Networks Ltd + 388E7A + Autoit - 0050CF - Vanlink Communication Technology Research Institute + 4C710C + Cisco Systems Inc. - 005024 - Navic Systems Inc. + 4C710D + Cisco Systems Inc. - 0090BD - Omnia Communications Inc. + 9C31C3 + BSkyB Ltd - 0090B4 - Willowbrook Technologies + 6C24A6 + Vivo Mobile Communication Ltd - 009003 - Aplio + 9C5F5A + Guangdong Oppo Mobile Telecommunications Corp Ltd - 009031 - Mysticom Ltd + E447B3 + ZTE Corporation - 00909D - NovaTech Process Solutions LLC + FCDB21 + Samsara Networks Inc - 0090DD - MIHARU CoMMUNICATIONS Inc + 607771 + Texas Instruments - 009028 - Nippon Signal Ltd + D8CF89 + Beijing DoSee Science and Technology Ltd - 00907D - Lake Communications + 04AAE1 + Beijing Microvision Technology Ltd - 0090C9 - DPAC Technologies + 44DC4E + Itel Mobile Limited - 00507B - Merlot Communications + 382A19 + Technica Engineering GmbH - 0050CD - Digianswer A/S + 74D654 + Gint - 00502D - Accel Inc. + B4E8C9 + XADA Technologies - 00503A - Datong Electronics Ltd + 7C210E + Cisco Systems Inc. - 005087 - Terasaki Electric Ltd + 942DDC + Samsung Electronics Ltd - 005026 - Cosystems Inc. + 54F294 + Huawei Device Ltd - 00902C - Data & Control Equipment Ltd + 245AB5 + Samsung Electronics Ltd - 00901D - PEC (NZ) Ltd + C0D2DD + Samsung Electronics Ltd - 009097 - Sycamore Networks + AC1E92 + Samsung Electronics Ltd - 009025 - BAE Systems Australia (Electronic Systems) Pty Ltd + 0068EB + HP Inc. - 00904C - Epigram Inc. + 7CB37B + Qingdao Intelligent & Precise Electronics Ltd - 009084 - Atech System + 484C86 + Huawei Device Ltd - 00906A - Turnstone Systems Inc. + 88123D + Suzhou Aquila Solutions Inc. - 009087 - Itis + 48210B + Pegatron Corporation - 009051 - Ultimate Technology Corp. + A01C8D + Huawei Technologies Ltd - 009026 - Advanced Switching Communications Inc. + 7C310E + Cisco Systems Inc. - 0090D3 - GIESECKE & DEVRIENT GmbH + F4DEAF + Huawei Technologies Ltd - 009067 - WalkAbout Computers Inc. + 60123C + Huawei Technologies Ltd - 00902A - Communication Devices Inc. + 48A5E7 + Nintendo Ltd - 00900D - Overland Storage Inc. + 082CB6 + Apple - 0090CF - Nortel Networks + F84E73 + Apple - 009072 - Simrad AS + B4265D + Taicang T&W Electronics - 00902F - Netcore Systems Inc. + F07807 + Apple - 009098 - SBC Designs Inc. + 3CCD36 + Apple - 009045 - Marconi Communications + D4B709 + ZTE Corporation - 009036 - ens Inc. + 38144E + Fiberhome Telecommunication Technologies Ltd - 00908B - Tattile SRL + ACBD0B + Leimac Ltd - 009044 - Assured Digital Inc. + E0CCF8 + Xiaomi Communications Ltd - 009091 - DigitalScape Inc. + 98524A + Technicolor CH USA Inc. - 00907E - Vetronix Corp. + 3868A4 + Samsung Electronics Ltd - 009050 - Teleste Corporation + B4A5AC + Guangdong Oppo Mobile Telecommunications Corp Ltd - 00904D - Spec S.A. + 1C784E + China Mobile Iot Limited Company - 0090FD - CopperCom Inc. + 843E79 + Shenzhen Belon Technology Ltd - 009039 - Shasta Networks + B81904 + Nokia Shanghai Bell Ltd - 0090FC - Network Computing Devices + F4A59D + Huawei Device Ltd - 009014 - Rotork Instruments Ltd + E0F442 + Huawei Device Ltd - 00908D - Vickers Electronics Systems + F0C42F + Huawei Device Ltd - 009042 - ECCS Inc. + C0B47D + Huawei Device Ltd - 009033 - Innovaphone AG + 444687 + Realme Chongqing MobileTelecommunications Corp Ltd - 009002 - Allgon AB + E82689 + Aruba Networks HP - 0010D4 - Storage Computer Corporation + 20F375 + ARRIS Group Inc. - 000629 - IBM Corp + 84BB69 + ARRIS Group Inc. - 0010A9 - Adhoc Technologies + 105FD4 + Tendyron Corporation - 00108A - TeraLogic Inc. + 8CE38E + Kioxia Corporation - 001024 - Nagoya Electric Works Ltd + A0B439 + Cisco Systems Inc. - 0010D6 - Exelis + A4B439 + Cisco Systems Inc. - 001048 - Htrc Automation Inc. + 001038 + Micro Research Ltd - 001097 - WinNet Metropolitan Communications Systems Inc. + E81B4B + amnimo Inc. - 001085 - Polaris Communications Inc. + CCF411 + Google Inc. - 00100C - ITO Ltd + 9C2DCF + Shishi Tongyun Technology(Chengdu) Ltd - 001006 - Thales Contact Solutions Ltd + 9424B8 + Gree Electric Appliances Inc. Of Zhuhai - 009009 - I Controls Inc. + C803F5 + Ruckus Wireless - 00908E - Nortel Networks Broadband Access + 000D0A + Barco Projection Systems NV - 00907C - Digitalcast Inc. + C467D1 + Huawei Technologies Ltd - 0001FE - Digital Equipment Corporation + 9C8ACB + Juniper Networks - 0090BE - IBC/Integrated Business Computers + C8C465 + Huawei Technologies Ltd - 00103C - IC Ensemble Inc. + 1C4363 + Huawei Technologies Ltd - 001019 - SIRONA DENTAL SysTEMS GmbH & Co. KG + 94292F + New H3C Technologies Ltd - 0090DE - Cardkey Systems Inc. + D49AA0 + Vnpt Technology - 00906B - Applied Resources Inc. + F80FF9 + Google Inc. - 0010E2 - ArrayComm Inc. + 8C5AC1 + Huawei Device Ltd - 0010D2 - Nitto Tsushinki Ltd + A85AE0 + Huawei Device Ltd - 0010D9 - IBM Japan, Fujisawa MT+D + A4B61E + Huawei Device Ltd - 009066 - Troika Networks Inc. + C4FE5B + Guangdong Oppo Mobile Telecommunications Corp Ltd - 001094 - Performance Analysis Broadband, Spirent plc + C03937 + Gree Electric Appliances Inc. Of Zhuhai - 001050 - Rion Ltd + B44C3B + Zhejiang Dahua Technology Ltd - 00109C - M-System Ltd + 40A2DB + Amazon Technologies Inc. - 0010CE - Volamp Ltd + 4C6C13 + IoT Company Solucoes Tecnologicas Ltda - 0010B2 - Coactive Aesthetics + A885D7 + Sangfor Technologies Inc. - 00105F - Zodiac Data Systems + 444ADB + Apple - 00103E - Netschools Corporation + 84F883 + Luminar Technologies - 0010CB - Facit K.K. + 9CA513 + Samsung Electronics Ltd - 0010E0 - Oracle Corporation + 1039E9 + Juniper Networks - 00107C - P-CoM Inc. + 309048 + Apple - 0010BD - THE Telecommunication Technology Committee (TTC) + D41F0C + JAI Manufacturing - 001008 - Vienna Systems Corporation + C8FA84 + Trusonus Corp. - 0010D1 - Top Layer Networks Inc. + C402E1 + Khwahish Technologies Private Limited - 00106A - Digital Microwave Corporation + F85B3B + Askey Computer Corp - 00106F - Trenton Technology Inc. + 786DEB + GE Lighting - 001034 - GNP Computers + 88E9A4 + Hewlett Packard Enterprise - 001044 - InnoLabs Corporation + 2863BD + Aptiv Services US LLC - 0010A1 - Kendin Semiconductor Inc. + 1C721D + Dell Inc. - 0010A8 - Reliance Computer Corp. + F41C95 + Beijing Yunyi Times Technology Ltd - 00106E - Tadiran CoM Ltd + A0687E + ARRIS Group Inc. - 00109A - Netline + A8705D + ARRIS Group Inc. - 001089 - WebSonic + 546503 + Quectel Wireless Solutions Ltd - 0010E6 - Applied Intelligent Systems Inc. + 9C9789 + 1MORE - 00103B - Hippi Networking Forum + 1C05B7 + Chongqing Trantor Technology Ltd - 00E083 - Jato Technologies Inc. + 000EF3 + Smartlabs Inc. - 00E072 - Lynk + A043B0 + Hangzhou BroadLink Technology Ltd - 00E0AD - EES Technology Ltd + 74ACB9 + Ubiquiti Networks Inc. - 00E094 - Osai SRL + F492BF + Ubiquiti Networks Inc. - 00E032 - Misys Financial Systems Ltd + D8C561 + CommFront Communications Pte Ltd - 00E0C0 - Seiwa Electric MFG Ltd + 0C29EF + Dell Inc. - 00E0D1 - Telsis Limited + 60D89C + HMD Global Oy - 00E0F0 - Abler Technology Inc. + F82E8E + Nanjing Kechen Electric Ltd - 00E002 - Crossroads Systems Inc. + B4C9B9 + Sichuan AI-Link Technology Ltd - 00E0D6 - Computer & Communication Research LAB. + F0463B + Comcast Cable Corporation - 00E074 - Tiernan Communications Inc. + 68D79A + Ubiquiti Networks Inc. - 00E0D9 - Tazmo Ltd + 1C63BF + Shenzhen Broadtel Telecom Ltd - 00E055 - Ingenieria Electronica Comercial Inelcom S.A. + AC3651 + Jiangsu Hengtong Terahertz Technology Ltd - 00E0B4 - Techno Scope Ltd + 684A76 + eero Inc. - 00E071 - Epis Microcomputer + 688FC9 + Zhuolian (Shenzhen) Communication Ltd - 00E066 - ProMax Systems Inc. + F08175 + Sagemcom Broadband SAS - 00E093 - Ackfin Networks + D84732 + TP-Link Technologies Ltd - 00E042 - Pacom Systems Ltd + 2864B0 + Huawei Device Ltd - 00E0EB - Digicom Systems Inc.orporated + 04F169 + Huawei Device Ltd - 00E01C - Cradlepoint Inc. + 5021EC + Huawei Device Ltd - 00E027 - DUX Inc. + 8C683A + Huawei Technologies Ltd - 00E04B - JUMP IndUSTRIELLE CoMPUTERTECHNIK GmbH + B46E08 + Huawei Technologies Ltd - 00E097 - Carrier Access Corporation + 005E0C + HMD Global Oy - 00E089 - ION Networks Inc. + B48107 + Shenzhen Chuangwei-RGB Electronics Ltd - 00E070 - DH Technology + 706655 + Azurewave Technologies Inc. - 00E05C - PHC Corporation + 647C34 + Ubee Interactive Ltd - 00E024 - Gadzoox Networks + 6C38A1 + Ubee Interactive Ltd - 00605B - IntraServer Technology Inc. + 78530D + Shenzhen Skyworth Digital Technology Ltd - 0060D7 - Ecole Polytechnique Federale de Lausanne (Epfl) + 0C48C6 + Celestica Inc. - 00E0BA - BERGHOF AUTOMATIONSTECHNIK GmbH + A42985 + Sichuan AI-Link Technology Ltd - 00E021 - Freegate Corp. + 78AC44 + Dell Inc. - 00E05B - West END Systems Corp. + B8D4E7 + Aruba Networks HP - 00E044 - Lsics Corporation + D84C90 + Apple - 00E0CA - Best Data Products + 24D0DF + Apple - 00E0A7 - IPC Information Systems Inc. + 6C4A85 + Apple - 00E062 - Host Engineering + 28F033 + Apple - 00E0CE - ARN + 209EF7 + Extreme Networks Inc. - 00E05F - e-Net Inc. + BC0963 + Apple - 00E01F - AVIDIA Systems Inc. + 185869 + Sailer Electronic Ltd - 00E0D0 - Netspeed Inc. + BC2DEF + Realme Chongqing Mobile Telecommunications Corp Ltd - 00E060 - Sherwood + 7881CE + China Mobile Iot Limited Company - 00E06A - Kapsch AG + BCFF21 + Smart Code(Shenzhen)Technology Ltd - 00E001 - Strand Lighting Limited + 445CE9 + Samsung Electronics Ltd - 00E0D8 - LANBit Computer Inc. + C01692 + China Mobile Group Device Ltd - 00E0E7 - Raytheon E-Systems Inc. + 381730 + Ulrich Lippert GmbH & Co KG - 00E03C - AdvanSys + 402E71 + Texas Instruments - 00E073 - National Amusement Network Inc. + 7076DD + OxyGuard Internation A/S - 006066 - LACROIX Trafic + 94E9EE + Huawei Device Ltd - 0060F4 - ADVANCED CoMPUTER SOLUTIONS Inc. + 28E34E + Huawei Technologies Ltd - 006060 - Data Innovations North America + D452EE + BSkyB Ltd - 006035 - Dallas Semiconductor Inc. + E023FF + Fortinet Inc. - 006007 - Acres Gaming Inc. + 8C59DC + ASR Microelectronics (Shanghai) Ltd - 006058 - Copper Mountain Communications Inc. + 18828C + Arcadyan Corporation - 0060FB - Packeteer Inc. + 9CF029 + Integrated Device Technology (Malaysia) Sdn. Bhd. - 0060C1 - WaveSpan Corporation + 2856C1 + Harman/Becker Automotive Systems GmbH - 00603C - Hagiwara Sys- Ltd + 78B8D6 + Zebra Technologies Inc. - 00607D - Sentient Networks Inc. + BC4A56 + Cisco Systems Inc. - 006019 - Roche Diagnostics + 6C61F4 + SFR - 006059 - Technical Communications Corp. + F490CB + IEEE Registration Authority - 006003 - Teraoka Weigh System PTE Ltd + 00107F + Crestron Electronics Inc. - 00607A - DVS GmbH + 001B85 + MAN Energy Solutions - 0060F3 - Performance Analysis Broadband, Spirent plc + 58493B + Palo Alto Networks - 00607C - WaveAccess Ltd + 001B17 + Palo Alto Networks - 0060A0 - Switched Network Technologies Inc. + 5859C2 + Extreme Networks Inc. - 006017 - Tokimec Inc. + B82FCB + CMS Electracom - 006026 - VIKING Modular Solutions + 10CE45 + Miromico AG - 00606E - Davicom Semiconductor Inc. + 787D53 + Extreme Networks Inc. - 0060C7 - Amati Communications Corp. + 7C95B1 + Extreme Networks Inc. - 1000E8 - National Semiconductor + EC6881 + Palo Alto Networks - 006073 - Redcreek Communications Inc. + 786D94 + Palo Alto Networks - 0060FD - NetICs Inc. + F8AF05 + Huawei Device Ltd - 0060CB - Hitachi Zosen Corporation + 4CFCAA + Tesla,Inc. - 0060C8 - Kuka Welding Systems & Robots + CCAB2C + HUMAX Ltd - 006023 - Pericom Semiconductor Corp. + 6C6D09 + Kyowa Electronics Ltd - 006063 - Psion Dacom PLC. + 2443E2 + DASAN Network Solutions - 006031 - HRK Systems + A86ABB + Sagemcom Broadband SAS - 00600E - Wavenet International Inc. + 90173F + Huawei Technologies Ltd - 0060A3 - Continuum Technology Corp. + A0FF70 + Technicolor CH USA Inc. - 00603D - 3CX + 607ECD + Huawei Technologies Ltd - 0060ED - Ricardo Test Automation Ltd + 548ABA + Cisco Systems Inc. - 006012 - Power Computing Corporation + C80739 + NAKAYO Inc - 00604D - MMC Networks Inc. + 8C7CFF + Brocade Communications Systems LLC - 0060F7 - Datafusion Systems + AC3C8E + Flextronics Computing(Suzhou) Ltd - 006020 - Pivotal Networking Inc. + 406234 + Telink Semiconductor (Shanghai) Ltd - 0060C0 - Nera Networks AS + 889471 + Brocade Communications Systems LLC - 006077 - Prisa Networks + 78A6E1 + Brocade Communications Systems LLC - 006094 - IBM Corp + 0094EC + Huawei Device Ltd - 0060AB - Larscom Incorporated + 74452D + Huawei Device Ltd - 0060DD - Myricom Inc. + A45006 + Shenzhen Huachuang Shidai Technologyco Ltd - 006046 - Vmetro Inc. + C87125 + Johnson Outdoors Marine Electronics d/b/a Minnkota - 006068 - Dialogic Corporation + 686DBC + Hangzhou Hikvision Digital Technology Ltd - 00605A - Celcore Inc. + 80CFA2 + Huawei Device Ltd - 006095 - Accu-Time Systems Inc. + 080342 + Palo Alto Networks - 00608A - Citadel Computer + FC3DA5 + Arcadyan Corporation - 006093 - Varian + EC4F82 + Calix Inc. - 00A03F - Computer Society Microprocessor & Microprocessor Standards C + 44657F + Calix Inc. - 00A02D - 1394 Trade Association + 487746 + Calix Inc. - 00A07C - Tonyang Nylon Ltd + EC6CB5 + ZTE Corporation - 00A09A - Nihon Kohden America + C0B101 + ZTE Corporation - 00A093 - B/E AEROSPACE Inc. + 140152 + Samsung Electronics Ltd - 00A078 - Marconi Communications + BC33AC + Silicon Laboratories - 00A0BF - Wireless Data Group Motorola + 94FBA7 + IEEE Registration Authority - 00A05F - BTG Electronics Design BV + 988E79 + Qudelix Inc. - 00A0CD - DR. JOHANNES HEIDENHAIN GmbH + 98F621 + Xiaomi Communications Ltd - 00A0DA - INTEGRATED SysTEMS Technology Inc. + C03EBA + Dell Inc. - 00A02A - Trancell Systems + C0395A + Zhejiang Dahua Technology Ltd - 00A01C - Nascent Networks Corporation + 2064CB + Guangdong Oppo Mobile Telecommunications Corp Ltd - 00A08F - Desknet Systems Inc. + F05501 + Huawei Device Ltd - 00A0CC - Lite-ON Communications Inc. + 7CF2DD + Vence Corp - 00A0E6 - Dialogic Corporation + D0768F + Calix Inc. - 00A04A - Nisshin Electric Ltd + 1413FB + Huawei Technologies Ltd - 00A035 - Cylink Corporation + 00E0B7 + Cosworth Electronics Ltd - 00A03D - Opto-22 + A49340 + Beijing Supvan Information Technology Ltd - 00A056 - Micropross + F8E877 + Harman/Becker Automotive Systems GmbH - 00A0E1 - Westport Research Associates Inc. + A09B12 + China Mobile IOT Company Limited - 00A0B7 - Cordant Inc. + 940853 + Liteon Technology Corporation - 00A026 - Teldat, S.A. + B49E80 + Sichuan Changhong Electric Ltd - 00A023 - Applied Creative Technology Inc. + 00E22C + China Mobile Group Device Ltd - 00A089 - Xpoint Technologies Inc. + 781100 + Quantumsolution - 00A007 - Apexx Technology Inc. + E87F95 + Apple - 00A047 - Integrated Fitness Corp. + 88C08B + Apple - 00A032 - GES Singapore PTE Ltd + 74AB93 + Blink by Amazon - 00A0E3 - XKL Systems Corp. + 7CA96B + Syrotech Networks Ltd - 00A014 - Csir + 98063C + Samsung Electronics Ltd - 00A015 - Wyle + 38DEAD + Intel Corporation - 00A06A - Verilink Corporation + D46D6D + Intel Corporation - 00A018 - Creative Controllers Inc. + B46921 + Intel Corporation - 00A0FE - Boston Technology Inc. + F8F21E + Intel Corporation - 00A0EB - Encore Networks Inc. + 74A7EA + Amazon Technologies Inc. - 00A07D - Seeq Technology Inc. + 4C7CD9 + Apple - 00A0D9 - Convex Computer Corporation + F0D7AF + IEEE Registration Authority - 00A070 - Coastcom + 7CB27D + Intel Corporation - 0020DE - Japan Digital Laborat'Y Ltd + 04ED33 + Intel Corporation - 00200B - Octagon Systems Corp. + 5C80B6 + Intel Corporation - 002094 - Cubix Corporation + 84C5A6 + Intel Corporation - 0020F7 - Cyberdata Corporation + AC675D + Intel Corporation - 0020D7 - JAPAN MINICOMPUTER SysTEMS Ltd + F8E4E3 + Intel Corporation - 0020C3 - Counter Solutions Ltd + D84F37 + Proxis, spol. s r.o. - 002047 - Steinbrecher Corp. + AC1203 + Intel Corporation - 0020D5 - Vipa GmbH + DC1BA1 + Intel Corporation - 00201A - MRV Communications Inc. + 5CA5BC + eero Inc. - 0020F2 - Oracle Corporation + 0433C2 + Intel Corporation - 0020B8 - Prime Option Inc. + C858C0 + Intel Corporation - 0020AD - Linq Systems + 64BC58 + Intel Corporation - 00207D - Advanced Computer Applications + A4C3F0 + Intel Corporation - 00202F - Zeta Communications Ltd + 5076AF + Intel Corporation - 00209A - THE 3DO Company + DC91BF + Amazon Technologies Inc. - 002062 - Scorpion Logic Ltd + E092A7 + Feitian Technologies Ltd - 002081 - Titan Electronics + 08B0A7 + Truebeyond Ltd - 0020D9 - Panasonic Technologies Inc./Mieco-US + C06369 + Binxin Technology(Zhejiang) Ltd - 00206F - Flowpoint Corporation + 1841FE + Digital 14 - 002020 - Megatron Computer Industries Pty Ltd + 6CCE44 + 1MORE - 00201B - Northern Telecom/Network + B0761B + Huawei Technologies Ltd - 0020F3 - Raynet Corporation + A41162 + Arlo Technology - 002090 - Advanced Compression Technology Inc. + 001D05 + Cooper Lighting Solutions - 0020C0 - Pulse Electronics Inc. + 8C0E60 + Nanjing Juplink Intelligent Technologies Ltd - 00207E - Finecom Ltd + 18AB1D + Samsung Electronics Ltd - 00204E - Network Security Systems Inc. + BCE92F + HP Inc. - 0020CA - Digital Ocean + 8437D5 + Samsung Electronics Ltd - 002095 - Riva Electronics + 3482C5 + Samsung Electronics Ltd - 0020FB - Octel Communications Corp. + 84D81B + TP-Link Technologies Ltd - 002070 - Hynet Ltd + E8A245 + Juniper Networks - 0020BE - LAN Access Corp. + 882949 + Renesas Electronics (Penang) Sdn. Bhd. - 00203F - Juki Corporation + F864B8 + ZTE Corporation - 0020A9 - White Horse Industrial + 145120 + Huawei Device Ltd - 002096 - Invensys + C0D193 + Huawei Device Ltd - 00204A - Pronet GmbH + 3C846A + TP-Link Technologies Ltd - 0020FF - Symmetrical Technologies + 7804E3 + Huawei Device Ltd - 002044 - Genitech Pty Ltd + A43B0E + Huawei Device Ltd - 0020EF - USC Corporation + 24A160 + Espressif Inc. - 002030 - Analog & Digital Systems + DCAEEB + Ruckus Wireless - 0020AC - Interflex Datensysteme GmbH + 2481C7 + Huawei Device Ltd - 0020D8 - Nortel Networks + FC862A + Huawei Device Ltd - 002066 - General Magic Inc. + 1C3D2F + Huawei Technologies Ltd - 002001 - DSP Solutions Inc. + EC753E + Huawei Technologies Ltd - 0020BF - Aehr Test Systems + 909164 + ChongQing Lavid Technology Ltd - 002053 - Huntsville Microsystems Inc. + ECDB86 + API-K - 0020A1 - Dovatron + 4843DD + Amazon Technologies Inc. - 00C02F - Okuma Corporation + 083869 + Hong Kong AMobile Intelligent Corp. Limited Taiwan Branch - 00C01E - LA Francaise DES Jeux + D89ED4 + Fiberhome Telecommunication Technologies Ltd - 00C0E1 - Sonic Solutions + 840328 + Juniper Networks - 002036 - BMC Software + 001CFC + Sumitomo Electric Industries Ltd - 0020F8 - Carrera Computers Inc. + 001636 + Quanta Computer Inc. - 00C065 - Scope Communications Inc. + 54F15F + Sichuan AI-Link Technology Ltd - 00C079 - Fonsys Ltd + E079C4 + iRay Technology Company Limited - 00C00F - Quantum Software Systems Ltd + 884067 + Infomark - 00C087 - Uunet Technologies Inc. + AC9572 + Jovision Technology Ltd - 00C006 - Nippon Avionics Ltd + 40D25F + Itel Mobile Limited - 00C0A4 - Unigraf Oy + A8032A + Espressif Inc. - 00C029 - Nexans Deutschland GmbH - ANS + 0019F5 + Imagination Technologies Ltd - 00C0FA - Canary Communications Inc. + 00CBBD + Cambridge Broadband Networks Group - 00C03A - MEN-Mikro Elektronik GmbH + 5894A2 + KETEK GmbH - 00C040 - Ecci + 4C2219 + Yuanfudao HK LTD - 00C01C - Interlink Communications Ltd + 54D9C6 + Huawei Device Ltd - 00C042 - Datalux Corp. + 308AF7 + Huawei Device Ltd - 00C071 - Areanex Communications Inc. + 64E7D8 + Samsung Electronics Ltd - 00C044 - Emcom Corporation + D8EF42 + Huawei Device Ltd - 00C0E6 - Verilink Corporation + 80CC12 + Huawei Device Ltd - 00C096 - Tamura Corporation + 18AA0F + Huawei Device Ltd - 00C04E - Comtrol Corporation + B0A460 + Intel Corporation - 00C03F - Stores Automated Systems Inc. + AC9A96 + Maxlinear Inc. - 00C036 - Raytech Electronic Corp. + 8C7086 + Gesellschaft fur Sonder-EDV-Anlagen mbH - 00C0A2 - Intermedium A/S + 1C28AF + Aruba Networks HP - 00C053 - Aspect Software Inc. + E4246C + Zhejiang Dahua Technology Ltd - 00C0CC - Telesciences Co Systems Inc. + E8EB1B + Microchip Technology Inc. - 00C0CE - CEI Systems & Engineering PTE + 840283 + HUMAX Ltd - 00404F - Space & Naval Warfare Systems + 68D6ED + GooWi Wireless Technology Ltd - 00408F - WM-Data Minfo AB + 00E406 + Huawei Technologies Ltd - 0040D7 - Studio GEN Inc. + 44227C + Huawei Technologies Ltd - 004057 - Lockheed - Sanders + CCB182 + Huawei Technologies Ltd - 004017 - Silex Technology America + 48902F + LG Electronics (Mobile Communications) - 00C0D9 - Quinte Network Confidentiality + 28B77C + IEEE Registration Authority - 00C0B1 - Genius NET Co. + 28C21F + Samsung Electro-Mechanics(Thailand) - 00C0D2 - Syntellect Inc. + 5C7D7D + Technicolor CH USA Inc. - 00C07E - Kubota Corporation Electronic + F4BFA8 + Juniper Networks - 00C0DD - QLogic Corporation + C0619A + IEEE Registration Authority - 00C01B - Socket Communications Inc. + C42B44 + Huawei Device Ltd - 00406F - Sync Research Inc. + F8A26D + Canon Inc. - 0040F3 - Netcor + 74427F + AVM Audiovisuelles Marketing und Computersysteme GmbH - 00404B - Maple Computer Systems + 400634 + Huawei Device Ltd - 004033 - Addtron Technology Ltd + 7061EE + Sunwoda Electronic Ltd - 00C08E - Network Information Technology + 143FC3 + SnapAV - 00C0C7 - Sparktrum Microsystems Inc. + 209A7D + Sagemcom Broadband SAS - 00C0C4 - Computer Operational + 74F9CA + Nintendo Ltd - 00C012 - Netspan Corporation + 50C68E + Biwin Semiconductor (HK) Company LTD - 0040AD - SMA Regelsysteme GmbH + 04E795 + Huawei Technologies Ltd - 00406D - Lanco Inc. + A0D0DC + Amazon Technologies Inc. - 0040CD - Tera Microsystems Inc. + 689E0B + Cisco Systems Inc. - 0040F5 - OEM Engines + C8FE6A + Juniper Networks - 004039 - Optec Daiichi Denko Ltd + 80CA4B + Shenzhen Gongjin Electronics Ltd - 004079 - Juko Manufacture Company Ltd + 64F54E + EM Microelectronic - 00C020 - Arco Electronic, Control Ltd + 102779 + Sadel S.p.A. - 00C0E7 - Fiberdata AB + C4DD57 + Espressif Inc. - 00C05F - Fine-PAL Company Limited + 702F4B + Steelcase Inc. - 0040AE - Delta Controls Inc. + E475DC + Arcadyan Corporation - 0040F6 - Katron Computers Inc. + C41688 + Huawei Device Ltd - 004086 - Michels & Kleberhoff Computer + 64B0E8 + Huawei Device Ltd - 004092 - ASP Computer Products Inc. + BCA5A9 + Apple - 004068 - Extended Systems + 20E2A8 + Apple - 004078 - Wearnes Automation PTE Ltd + A0FBC5 + Apple - 0040F4 - Cameo Communications Inc. + 30A998 + Huawei Device Ltd - 0040B4 - Nextcom K.K. + 007D60 + Apple - 0040B0 - Bytex Corporation, Engineering + ECC302 + HUMAX Ltd - 0080D9 - EMK Elektronik GmbH & Co. KG + 00C343 + E-T-A Circuit Breakers Ltd - 004059 - Yoshida Kogyo K. K. + 58208A + IEEE Registration Authority - 004095 - R.P.T. Intergroups Int'l Ltd + 0090D2 + Artel Video Systems - 004035 - Opcom + F0AA0B + Arra Networks/ Spectramesh - 00405C - Future Systems Inc. + 945641 + Palo Alto Networks - 004061 - Datatech Enterprises Ltd + 80F5B5 + Texas Instruments - 00008C - Alloy Computer Products (Australia) Pty Ltd + 1C3008 + Hui Zhou Gaoshengda Technology Ltd - 0040B9 - Macq Electronique SA + 98063A + Home Control Singapore Pte Ltd - 0040BB - Goldstar Cable Ltd + B4BA12 + China Mobile (Hangzhou) Information Technology Ltd - 0040B1 - Codonics Inc. + 5CF9FD + Taicang T&W Electronics - 0040F8 - Systemhaus Discom + 3898E9 + Huawei Device Ltd - 0040D2 - Pagine Corporation + 48A516 + Huawei Device Ltd - 004024 - Compac Inc. + 183672 + Shaoxing ShunChuang Technology Ltd - 0040E9 - Accord Systems Inc. + 28DE65 + Aruba Networks HP - 004003 - Emerson Process Management Power & Water Solutions Inc. + B0A651 + Cisco Systems Inc. - 004090 - Ansel Communications + D4910F + Amazon Technologies Inc. - 0040C5 - Micom Communications Inc. + B85FB0 + Huawei Technologies Ltd - 004020 - CommScope Inc + C4FBAA + Huawei Technologies Ltd - 004048 - SMD Informatica S.A. + Acdcca + Huawei Technologies Ltd - 00407C - Qume Corporation + C07831 + Huawei Device Ltd - 00407F - FLIR Systems + 84CC63 + Huawei Device Ltd - 00402D - Harris Adacom Corporation + E0E0C2 + China Mobile Group Device Ltd - 0080A6 - Republic Technology Inc. + F06426 + Extreme Networks Inc. - 0040DE - Elsag Datamat spa + 703A2D + Shenzhen V-Link Technology Ltd - 0040C9 - Ncube + 1C45C2 + Huizhou City Sunsin lntelligent Technology Ltd - 008032 - Access Ltd + 7C4E09 + Shenzhen Skyworth Wireless Technology Ltd - 0080CF - Embedded Performance Inc. + EC7E91 + Itel Mobile Limited - 008090 - Microtek International Inc. + FC9643 + Juniper Networks - 004044 - Qnix Computer Ltd + A8B088 + eero Inc. - 0080C4 - Document Technologies Inc. + 001A65 + Seluxit - 00805B - Condor Systems Inc. + 280FC5 + Beijing Leadsec Technology Ltd - 008043 - Networld Inc. + 1CEC72 + Allradio Ltd - 0040DF - Digalog Systems Inc. + E0E1A9 + Shenzhen Four Seas Global Link Network Technology Ltd - 004009 - Tachibana Tectron Ltd + 6C1414 + BUJEON ELECTRONICS Ltd - 0040A0 - Goldstar Ltd + C43CEA + Buffalo Inc. - 0040FC - IBR Computer Technik GmbH + B0ECDD + Huawei Technologies Ltd - 0080AF - Allumer Ltd + AC6784 + Google Inc. - 008084 - THE Cloud Inc. + 90DE80 + Shenzhen Century Xinyang Technology Ltd - 0080F3 - SUN Electronics Corp. + E4DC43 + Huawei Device Ltd - 008099 - Eaton Industries GmbH + 2430F8 + Huawei Device Ltd - 00808D - Westcoast Technology B.V. + 9C5FB0 + Samsung Electronics Ltd - 0080BE - Aries Research + E87F6B + Samsung Electronics Ltd - 008015 - Seiko Systems Inc. + FCB69D + Zhejiang Dahua Technology Ltd - - 0080D2 - Shinnihondenko Ltd + + 185BB3 + Samsung Electronics Ltd - 008089 - Tecnetics (Pty) Ltd + 94F2BB + Valeo Vision Systems - 00806F - Onelan Ltd + 6420E0 + T3 Technology Ltd - 008081 - Kendall Square Research Corp. + 5CC0A0 + Huawei Technologies Ltd - 00809C - Luxcom Inc. + 04F352 + Huawei Technologies Ltd - 008065 - Cybergraphic Systems Pty Ltd + ECA1D1 + Huawei Technologies Ltd - 008019 - Dayna Communications Inc. + A46DA4 + Huawei Technologies Ltd - 008050 - Ziatech Corporation + 488B0A + Cisco Systems Inc. - 0080A4 - Liberty Electronics + 2494CB + ARRIS Group Inc. - 0080CD - Micronics Computer Inc. + 786A1F + ARRIS Group Inc. - 008003 - Hytec Electronics Ltd + 8C7A15 + Ruckus Wireless - 008052 - Technically Elite Concepts + 8411C2 + IEEE Registration Authority - 00805D - Canstar + 28AD18 + Hui Zhou Gaoshengda Technology Ltd - 00804F - Daikin Industries Ltd + 24A487 + Huawei Device Ltd - 008005 - Cactus Computer Inc. + C45A86 + Huawei Device Ltd - 00806D - Century Systems Corp. + 20AC9C + China Telecom Corporation Limited - 008094 - Alfa Laval Automation AB + 747827 + Dell Inc. - 000041 - ICE Corporation + 9409D3 + Shenzhen maxtopic technology Ltd - 000086 - Megahertz Corporation + 58D56E + D-Link International - 000092 - Cogent Data Technologies + F48CEB + D-Link International - 000058 - Racore Computer Products Inc. + ECADE0 + D-Link International - 008074 - Fisher Controls + 340A33 + D-Link International - 008030 - Nexus Electronics + BC62CE + Shenzhen Netis Technology Ltd - 000055 - Commissariat A L`Energie Atom. + 782E56 + China Mobile Group Device Ltd - 0080C9 - Alberta Microelectronic Centre + C40B31 + Apple - 00800C - Videcom Limited + 3024A9 + HP Inc. - 00807D - Equinox Systems Inc. + A86E4E + Huawei Device Ltd - 008063 - Hirschmann Automation and Control GmbH + 945F34 + Renesas Electronics (Penang) Sdn. Bhd. - 0080EE - Thomson CSF + 603CEE + LG Electronics (Mobile Communications) - 00808E - Radstone Technology + 2C4A11 + Ciena Corporation - 008096 - Human Designed Systems Inc. + 1C4C48 + Itel Mobile Limited - 0080DA - Bruel & Kjaer Sound & Vibration Measurement A/S + C4CB54 + Fibocom Auto Inc. - 00803E - Synernetics + 102D31 + Shenzhen Americas Trading Company LLC - 0080CE - Broadcast Television Systems + 2C0786 + Huawei Device Ltd - 00801A - Bell Atlantic + 0C354F + Nokia - 0080DE - Gipsi S.A. + 60812B + Astronics Custom Control Concepts - 008002 - Satelcom (UK) Ltd + F8A73A + Cisco Systems Inc. - 008064 - Wyse Technology LLC + B8114B + Cisco Systems Inc. - 008048 - Compex Incorporated + 30E283 + Texas Instruments - 008085 - H-Three Systems Corporation + 0002C7 + Alpsalpine Ltd - 00804C - Contec Ltd + FC62B9 + Alpsalpine Ltd - 00808F - C. Itoh Electronics Inc. + 60380E + Alpsalpine Ltd - 000052 - Intrusion.com Inc. + 28A183 + Alpsalpine Ltd - 0080FF - SOC. de Teleinformatique RTC + 001E3D + Alpsalpine Ltd - 0000F7 - Youth Keep Enterprise Ltd + 48F07B + Alpsalpine Ltd - 0000C7 - Arix Corporation + 00145A + Westermo Neratec AG - 0000D1 - Adaptec Incorporated + 1CD1BA + Fiberhome Telecommunication Technologies Ltd - 000016 - DU Pont Pixel Systems + A899DC + i-TOP DESING TECHNOLOGY Ltd - 0000E1 - Grid Systems + B07B25 + Dell Inc. - 000081 - Bay Networks + 84EAED + Roku Inc. - 000029 - IMC Networks Corp. + 0012AD + Vivavis AG - 00000A - Omron Tateisi Electronics Co. + E02967 + HMD Global Oy - 00000D - Fibronics Ltd + 988B69 + Shenzhen hylitech Ltd - 000024 - Connect AS + 18146C + Zhejiang Tmall Technology Ltd - 000067 - Soft * Rite Inc. + 3C2093 + GD Midea Air-Conditioning Equipment Ltd - 0000D2 - SBE Inc. + 9C0567 + Honor Device Ltd - 000037 - Oxford Metrics Limited + B07D64 + Intel Corporation - 0000FB - Rechner ZUR Kommunikation + 004238 + Intel Corporation - 0000E2 - Acer Technologies Corp. + C0E3FB + Huawei Technologies Ltd - 0000BA - Siig Inc. + 804B50 + Silicon Laboratories - 00002A - TRW - Sedd/INP + 4089A8 + WiredIQ LLC - 00002C - Autotote Limited + 683F7D + Ingram Micro Services - 000083 - Tadpole Technology PLC + 748F4D + duagon Germany GmbH - 0000F3 - Gandalf Data Limited + 08798C + Huawei Technologies Ltd - 0000B0 - RND-RAD Network Devices + 50C3A2 + nFore Technology Ltd - 0000CF - Hayes Microcomputer Products + 54DBA2 + Fibrain - 000056 - DR. B. Struck + 089BB9 + Nokia Solutions and Networks GmbH & Co. KG - 00006C - Private + 44AE25 + Cisco Systems Inc. - 0000A9 - Network Systems Corp. + BCE712 + Cisco Systems Inc. - 0000EF - KTI + 64A198 + Huawei Device Ltd - 000025 - Ramtek Corp. + 5C9AA1 + Huawei Device Ltd - 0000AF - Canberra Industries Inc. + 6055F9 + Espressif Inc. - 000076 - Abekas Video System + 8CEA48 + Samsung Electronics Ltd - 080055 - Stanford Telecomm Inc. + 005F67 + TP-Link Corporation Limited - 080053 - Middle East Tech. University + BCF45F + ZTE Corporation - 08008E - Tandem Computers + B0BD1B + Dongguan Liesheng Electronic Ltd - 080084 - Tomen Electronics Corp. + 109693 + Amazon Technologies Inc. - 080085 - Elxsi + 34AFB3 + Amazon Technologies Inc. - 080082 - Veritas Software + 1418C3 + Intel Corporation - 080080 - AES Data Inc. + 24EDFD + Siemens Canada Limited - 080077 - TSL Communications Ltd + 6CCDD6 + Netgear - 080074 - Casio Computer Ltd + 540764 + Huawei Device Ltd - 08006E - Masscomp + DCD7A0 + Huawei Device Ltd - 080068 - Ridge Computers + 9C6865 + Fiberhome Telecommunication Technologies Ltd - 080063 - Plessey + 383D5B + Fiberhome Telecommunication Technologies Ltd - 08007B - Sanyo Electric Ltd + A062FB + Hisense Visual Technology Ltd - 08007C - Vitalink Communications Corp. + 9877E7 + Kaonmedia Ltd - 0000DF - Bell & Howell Pub Sys Div + 78D4F1 + IEEE Registration Authority - 0000F9 - Quotron Systems Inc. + B01656 + Huawei Technologies Ltd - 080060 - Industrial Networking Inc. + 047975 + Honor Device Ltd - 08004C - Hydra Computer Systems Inc. + DC9020 + Ruru TEK Private Limited - 080047 - Sequent Computer Systems Inc. + 3810F0 + Aruba Networks HP - 08004A - Banyan Systems Inc. + F88F07 + Samsung Electronics Ltd - 080044 - David Systems Inc. + 14EB08 + Huawei Technologies Ltd - 080041 - Racal-Milgo Information Sys.. + A842A7 + Jiangsu Huitong Group Ltd - 080037 - Fuji-Xerox Ltd + 2CD26B + FN-Link Technology Limited - 080035 - Microfive Corporation + B88DF1 + Nanjing BigFish Semiconductor Ltd - 080032 - Tigan Incorporated + 6C4A74 + Aerodisk LLC - 08008D - Xyvision Inc. + 40DE17 + Shenzhen Lanfeng Times Industrial Ltd - 080015 - STC Business Systems + F01628 + Technicolor (China) Technology Ltd - 080042 - Japan Macnics Corp. + 68572D + Tuya Smart Inc. - 080066 - Agfa Corporation + 08A7C0 + Technicolor CH USA Inc. - 080004 - Cromemco Incorporated + 285B0C + Sichuan Jiuzhou Electronic Technology Ltd - 0001C8 - Conrad Corp. + 1489CB + Huawei Technologies Ltd - 08003F - Fred Koschara Enterprises + 6C2636 + Huawei Technologies Ltd - 08000B - Unisys Corporation + 48684A + Intel Corporation - 00DD01 - Ungermann-Bass Inc. + BCF171 + Intel Corporation - 00DD06 - Ungermann-Bass Inc. + 84716A + Huawei Device Ltd - AA0003 - Digital Equipment Corporation + 488C63 + Huawei Device Ltd - 000000 - Xerox Corporation + 70DDEF + Huawei Device Ltd - 080021 - 3M Company + 54A6DB + Huawei Device Ltd - 02BB01 - Octothorpe Corp. + 5856C2 + Huawei Technologies Ltd - 08008A - PerfTech Inc. + A03679 + Huawei Technologies Ltd - 00003E - Simpact + B8D6F6 + Huawei Technologies Ltd - 00DD02 - Ungermann-Bass Inc. + 2C52AF + Huawei Technologies Ltd - 00DD04 - Ungermann-Bass Inc. + 149877 + Apple - 026086 - Logic Replacement Tech Ltd + 88665A + Apple - 080030 - Cern + B0E5F9 + Apple - 74DA88 - TP-Link Technologies Ltd + AC17C8 + Cisco Meraki - CC32E5 - TP-Link Technologies Ltd + 981888 + Cisco Meraki - 1C3BF3 - TP-Link Technologies Ltd + 4CC8A1 + Cisco Meraki - 3C86D1 - Vivo Mobile Communication Ltd + 58FB96 + Ruckus Wireless - 301B97 - Lierda Science & Technology Group Ltd + F0625A + Realme Chongqing Mobile Telecommunications Corp Ltd - 2CD2E3 - Guangzhou Aoshi Electronic Ltd + 64E0AB + Unionman Technology Ltd - 1459C3 - Creative Chips GmbH + AC2316 + Mist Systems Inc. - A0D86F - Argo AI LLC + 2C00AB + ARRIS Group Inc. - E4671E - SHEN ZHEN NUO XIN CHENG TECHNOLOGY Ltd + 3CE36B + Zhejiang Dahua Technology Ltd - 682719 - Microchip Technology Inc. + 5C1720 + Huawei Device Ltd - 24C17A - Beijing Iactive Network Ltd + 983F66 + Wuhan Funshion Online Technologies Ltd - 1C9C8C - Juniper Networks + 605E4F + Huawei Device Ltd - A4C939 - Guangdong Oppo Mobile Telecommunications Corp Ltd + 1CE6AD + Huawei Device Ltd - 34D772 - Xiamen Yudian Automation Technology Ltd + 509707 + Xiamen Paperang Technology Ltd - C0DCDA - Samsung Electronics Ltd + EC63D7 + Intel Corporation - 04B429 - Samsung Electronics Ltd + 14857F + Intel Corporation - 48794D - Samsung Electronics Ltd + 7C9F07 + CIG Shanghai Ltd - 44F971 - Shenzhen Mercury Communication Technologies Ltd + 1C87E3 + Tecno Mobile Limited - 18F9C4 - BAE Systems + 94E23C + Intel Corporation - 60ABD2 - Bose Corporation + 20B730 + TeconGroup Inc. - F0EF86 - Google Inc. + 488899 + Shenzhen SuperElectron Technology Ltd - E4C0CC - China Mobile Group Device Ltd + DCB131 + Shenzhen Huaruian Technology Ltd - 5CB13E - Sagemcom Broadband SAS + 94A4F9 + Huawei Technologies Ltd - F4E5F2 + 6C3491 Huawei Technologies Ltd - 541310 + E84D74 Huawei Technologies Ltd - 8CE5EF + CC895E Huawei Technologies Ltd - A4CD23 - Shenzhenshi Xinzhongxin Ltd + 8044FD + China Mobile (Hangzhou) Information Technology Ltd - B83A5A - Aruba Networks HP + F46AD7 + Microsoft Corporation - E4AAEA - Liteon Technology Corporation + 481F2D + Shenzhen Jie Shi Lian Industrial Ltd - A0946A - Shenzhen XGTEC Technology Ltd + 8C73A0 + Fiberhome Telecommunication Technologies Ltd - 1C2AA3 - Shenzhen HongRui Optical Technology Ltd + 1409B4 + ZTE Corporation - 388E7A - Autoit + 101081 + ZTE Corporation - 4C710C - Cisco Systems Inc. + 78CFF9 + Huawei Device Ltd - 4C710D - Cisco Systems Inc. + A8E81E + ATW Technology Inc. - 9C31C3 - BSkyB Ltd + F885F9 + Calix Inc. - 6C24A6 - Vivo Mobile Communication Ltd + CC88C7 + Aruba Networks HP - 9C5F5A - Guangdong Oppo Mobile Telecommunications Corp Ltd + F81A2B + Google Inc. - E447B3 - ZTE Corporation + F4A80D + Wistron InfoComm(Kunshan) Ltd - FCDB21 - Samsara Networks Inc + 08A189 + Hangzhou Hikvision Digital Technology Ltd - 607771 - Texas Instruments + 80F3EF + Facebook Technologies LLC - D8CF89 - Beijing DoSee Science and Technology Ltd + 3CA8ED + smart light technology - 04AAE1 - Beijing Microvision Technology Ltd + 04C29B + Aura Home Inc. - 44DC4E - Itel Mobile Limited + 143B42 + Realfit(Shenzhen) Intelligent Technology Ltd - 382A19 - Technica Engineering GmbH + EC2E98 + Azurewave Technologies Inc. - 74D654 - Gint + 38F3AB + LCFC(HeFei) Electronics Technology Ltd - B4E8C9 - XADA Technologies + 50AE86 + Linkintec Ltd - 7C210E - Cisco Systems Inc. + 38B3F7 + Huawei Device Ltd - 942DDC - Samsung Electronics Ltd + 84E986 + Huawei Device Ltd - 54F294 - Huawei Device Ltd + AC1F0F + Texas Instruments - 245AB5 - Samsung Electronics Ltd + 74D285 + Texas Instruments - C0D2DD - Samsung Electronics Ltd + 601592 + IEEE Registration Authority - AC1E92 - Samsung Electronics Ltd + 10C9CA + Ace Technology Corp. - 0068EB - HP Inc. + BCFAB8 + Guangzhou Shiyuan Electronic Technology Company Limited - 7CB37B - Qingdao Intelligent & Precise Electronics Ltd + D47798 + Cisco Systems Inc. - 484C86 - Huawei Device Ltd + A04A5E + Microsoft Corporation - 88123D - Suzhou Aquila Solutions Inc. + EC0273 + Aruba Networks HP - 48210B - Pegatron Corporation + F4B1C2 + Zhejiang Dahua Technology Ltd - A01C8D - Huawei Technologies Ltd + A4DAD4 + Yamato Denki Ltd - 7C310E - Cisco Systems Inc. + 109497 + Logitech Hong Kong - F4DEAF + 00141D + KEBA Industrial Automation Germany GmbH + + + E0DA90 Huawei Technologies Ltd - 60123C + A4A46B Huawei Technologies Ltd - 48A5E7 - Nintendo Ltd + A0D7A0 + Huawei Device Ltd - 082CB6 + 40E64B Apple - F84E73 + B4FA48 Apple - B4265D - Taicang T&W Electronics + 943CC6 + Espressif Inc. - F07807 - Apple + 8C83FC + Axioma Metering UAB - 3CCD36 + F02F4B Apple - D4B709 - ZTE Corporation + 60A4B7 + TP-Link Corporation Limited - 38144E - Fiberhome Telecommunication Technologies Ltd + 60C5E6 + Skullcandy - ACBD0B - Leimac Ltd + 38F3FB + Asperiq - E0CCF8 - Xiaomi Communications Ltd + A45802 + Shin-IL Tech - 98524A - Technicolor CH USA Inc. + 38AFD0 + Nevro - 3868A4 - Samsung Electronics Ltd + 00A00E + Netscout Systems Inc - B4A5AC - Guangdong Oppo Mobile Telecommunications Corp Ltd + 30A612 + Shenzhen Hugsun Technology Ltd - 1C784E - China Mobile Iot Limited Company + ECB4E8 + Wistron Mexico SA de CV - 843E79 - Shenzhen Belon Technology Ltd + 10381F + Sichuan AI-Link Technology Ltd - B81904 - Nokia Shanghai Bell Ltd + 3C7AC4 + Chemtronics - F4A59D - Huawei Device Ltd + 5414F3 + Intel Corporation - E0F442 + 5CC8E3 + Shintec Hozumi Ltd + + + 18BB41 Huawei Device Ltd - F0C42F + 7818A8 Huawei Device Ltd - C0B47D + 807264 Huawei Device Ltd - 444687 - Realme Chongqing MobileTelecommunications Corp Ltd + 54F6E2 + Huawei Technologies Ltd - E82689 - Aruba Networks HP + A85081 + Huawei Technologies Ltd - 20F375 - ARRIS Group Inc. + E8F654 + Huawei Technologies Ltd - 84BB69 - ARRIS Group Inc. + 2087EC + Huawei Technologies Ltd - 105FD4 - Tendyron Corporation + 6CFE54 + Intel Corporation - 8CE38E - Kioxia Corporation + 086AC5 + Intel Corporation - A0B439 - Cisco Systems Inc. + 8C367A + Palo Alto Networks - A4B439 - Cisco Systems Inc. + 1CFF59 + Sichuan Tianyi Comheart Telecom Ltd - 001038 - Micro Research Ltd + C01B23 + Sichuan Tianyi Comheart Telecom Ltd - E81B4B - amnimo Inc. + 101EDA + Ingenico Terminals SAS - CCF411 - Google Inc. + 8C6A8D + Technicolor CH USA Inc. - 9C2DCF - Shishi Tongyun Technology(Chengdu) Ltd + 68DDD9 + HMD Global Oy - 9424B8 - Gree Electric Appliances Inc. Of Zhuhai + 3C195E + Samsung Electronics Ltd - C803F5 - Ruckus Wireless + 6C9466 + Intel Corporation - 000D0A - Barco Projection Systems NV + 4C3B6C + Garo AB - C467D1 - Huawei Technologies Ltd + FC372B + Sichuan Tianyi Comheart Telecom Ltd - 9C8ACB - Juniper Networks + 7CCC1F + Sichuan Tianyi Comheart Telecom Ltd - C8C465 - Huawei Technologies Ltd + 5C4A1F + Sichuan Tianyi Comheart Telecom Ltd - 1C4363 - Huawei Technologies Ltd + 248BE0 + Sichuan Tianyi Comheart Telecom Ltd - 94292F - New H3C Technologies Ltd + 9C9C40 + Sichuan Tianyi Comheart Telecom Ltd - D49AA0 - Vnpt Technology + 54E061 + Sichuan Tianyi Comheart Telecom Ltd - F80FF9 - Google Inc. + 187532 + Sichuan Tianyi Comheart Telecom Ltd - 8C5AC1 - Huawei Device Ltd + 78B84B + Sichuan Tianyi Comheart Telecom Ltd - A85AE0 - Huawei Device Ltd + D44165 + Sichuan Tianyi Comheart Telecom Ltd - A4B61E - Huawei Device Ltd + EC8AC4 + Amazon Technologies Inc. - C4FE5B - Guangdong Oppo Mobile Telecommunications Corp Ltd + 44356F + Neterix Ltd - C03937 - Gree Electric Appliances Inc. Of Zhuhai + 002289 + Vanderlande APC Inc. - B44C3B - Zhejiang Dahua Technology Ltd + 508A06 + Tuya Smart Inc. - 40A2DB - Amazon Technologies Inc. + D40868 + Beijing Lanxum Computer Technology Ltd - 4C6C13 - IoT Company Solucoes Tecnologicas Ltda + B8145C + Huawei Device Ltd - A885D7 - Sangfor Technologies Inc. + C89D18 + Huawei Device Ltd - 444ADB - Apple + C48025 + Huawei Device Ltd - 84F883 - Luminar Technologies + DC0398 + LG Innotek - 9CA513 - Samsung Electronics Ltd + E8DA00 + Kivo Technology Inc. - 1039E9 - Juniper Networks + CCB5D1 + Beijing Xiaomi Mobile Software Ltd - 309048 - Apple + 78D6DC + Motorola (Wuhan) Mobility Technologies Communication Ltd - D41F0C - JAI Manufacturing + 0C4314 + Silicon Laboratories - C8FA84 - Trusonus Corp. + 7886B6 + Shenzhen YOUHUA Technology Ltd - C402E1 - Khwahish Technologies Private Limited + 24E124 + Xiamen Milesight IoT Ltd - F85B3B - Askey Computer Corp + F4C02F + BlueBite - 786DEB - GE Lighting + 98F083 + Huawei Technologies Ltd - 88E9A4 - Hewlett Packard Enterprise + 8C64A2 + OnePlus Technology (Shenzhen) Ltd - 2863BD - Aptiv Services US LLC + D05475 + SAVI Controls - 1C721D - Dell Inc. + 88A0BE + Huawei Technologies Ltd - F41C95 - Beijing Yunyi Times Technology Ltd + 949010 + Huawei Technologies Ltd - A0687E - ARRIS Group Inc. + 28FBAE + Huawei Technologies Ltd - A8705D - ARRIS Group Inc. + A47806 + Cisco Systems Inc. - 546503 - Quectel Wireless Solutions Ltd + 0805E2 + Juniper Networks - 9C9789 - 1MORE + B8D56B + Mirka Ltd - 1C05B7 - Chongqing Trantor Technology Ltd + BCA37F + Rail-Mil Sp. z o.o. Sp. K. - 000EF3 - Smartlabs Inc. + 000818 + Pixelworks Inc. - A043B0 - Hangzhou BroadLink Technology Ltd + 28FA19 + Shenzhen Jingxun Software Telecommunication Technology Ltd - 74ACB9 - Ubiquiti Networks Inc. + 64B379 + Private - F492BF - Ubiquiti Networks Inc. + 5009E5 + Drimsys,Inc - D8C561 - CommFront Communications Pte Ltd + 203CC0 + Beijing Tosee Technology Ltd - 0C29EF - Dell Inc. + D8A011 + WiZ - 60D89C - HMD Global Oy + B8A14A + Raisecom Technology Ltd - F82E8E - Nanjing Kechen Electric Ltd + AC7A42 + iConnectivity - B4C9B9 - Sichuan AI-Link Technology Ltd + 28DFEB + Intel Corporation - F0463B - Comcast Cable Corporation + 88FCA6 + devolo AG - 68D79A - Ubiquiti Networks Inc. + 489EBD + HP Inc. - 1C63BF - Shenzhen Broadtel Telecom Ltd + 080037 + FUJIFILM Business Innovation Corp. - AC3651 - Jiangsu Hengtong Terahertz Technology Ltd + 888E7F + Atop Corporation - 684A76 - eero Inc. + E8EDD6 + Fortinet Inc. - 688FC9 - Zhuolian (Shenzhen) Communication Ltd + 003059 + Kontron Europe GmbH - F08175 - Sagemcom Broadband SAS + 547787 + Earda Technologies Ltd - D84732 - TP-Link Technologies Ltd + 5C0CE6 + Nintendo Ltd - 2864B0 - Huawei Device Ltd + D0C24E + Samsung Electronics Ltd - 04F169 - Huawei Device Ltd + 345B98 + EM Microelectronic - 5021EC - Huawei Device Ltd + 70CD0D + Intel Corporation - 8C683A - Huawei Technologies Ltd + 043926 + China Dragon Technology Limited - B46E08 - Huawei Technologies Ltd + BC6E64 + Sony Corporation - 005E0C - HMD Global Oy + 4040A7 + Sony Corporation - B48107 - Shenzhen Chuangwei-RGB Electronics Ltd + B4527D + Sony Corporation - 706655 - Azurewave Technologies Inc. + 00EB2D + Sony Corporation - 647C34 - Ubee Interactive Ltd + 303926 + Sony Corporation - 6C38A1 - Ubee Interactive Ltd + 8400D2 + Sony Corporation - 78530D - Shenzhen Skyworth Digital Technology Ltd + 402BA1 + Sony Corporation - 0C48C6 - Celestica Inc. + 001813 + Sony Corporation - A42985 - Sichuan AI-Link Technology Ltd + 001D28 + Sony Corporation - 78AC44 - Dell Inc. + 001EDC + Sony Corporation - 98C8B8 - Vivo Mobile Communication Ltd + 840112 + Kaonmedia Ltd - B8D4E7 - Aruba Networks HP + 44D4E0 + Sony Corporation - D84C90 - Apple + 44746C + Sony Corporation - 24D0DF - Apple + 283F69 + Sony Corporation - 6C4A85 - Apple + 00219E + Sony Corporation - 28F033 - Apple + A0C4A5 + Sygn House Inc. - 209EF7 - Extreme Networks Inc. + 6881E0 + Huawei Technologies Ltd - BC0963 - Apple + 4CD629 + Huawei Technologies Ltd - 185869 - Sailer Electronic Ltd + F0C478 + Huawei Technologies Ltd - BC2DEF - Realme Chongqing Mobile Telecommunications Corp Ltd + D86D17 + Huawei Technologies Ltd - 7881CE - China Mobile Iot Limited Company + 7C1AC0 + Huawei Technologies Ltd - BCFF21 - Smart Code(Shenzhen)Technology Ltd + D04DC6 + Aruba Networks HP - 445CE9 - Samsung Electronics Ltd + 44F09E + Apple - C01692 - China Mobile Group Device Ltd + 08FF44 + Apple - 381730 - Ulrich Lippert GmbH & Co KG + 1C93C4 + Amazon Technologies Inc. - 402E71 - Texas Instruments + AC49DB + Apple - 7076DD - OxyGuard Internation A/S + 1856C3 + Apple - 94E9EE - Huawei Device Ltd + 48188D + Weifang Goertek Electronics Ltd - 28E34E - Huawei Technologies Ltd + 80FBF1 + Freescale Semiconductor (China) Ltd - D452EE - BSkyB Ltd + 38D57A + Cloud Network Technology Singapore PTE Ltd - E023FF - Fortinet Inc. + 7C87CE + Espressif Inc. - 8C59DC - ASR Microelectronics (Shanghai) Ltd + 8C8172 + Sichuan Tianyi Comheart Telecom Ltd - 18828C - Arcadyan Corporation + 44E517 + Intel Corporation - 9CF029 - Integrated Device Technology (Malaysia) Sdn. Bhd. + 68F38E + Juniper Networks - 2856C1 - Harman/Becker Automotive Systems GmbH + 745D43 + BSH Hausgeraete GmbH - 78B8D6 - Zebra Technologies Inc. + 70A56A + Shenzhen C-Data Technology Ltd - BC4A56 - Cisco Systems Inc. + 785F36 + Shenzhen Skyworth Digital Technology Ltd - 6C61F4 - SFR + A01842 + Comtrend Corporation - F490CB - IEEE Registration Authority + 303FBB + Hewlett Packard Enterprise - 00107F - Crestron Electronics Inc. + EC94D5 + Juniper Networks - 001B85 - MAN Energy Solutions + 701F0B + Wilogy SRL - 58493B - Palo Alto Networks + 40406C + Icomera - 001B17 - Palo Alto Networks + 646D4E + Huawei Technologies Ltd - 5859C2 - Extreme Networks Inc. + 085C1B + Huawei Technologies Ltd - B82FCB - CMS Electracom + 509A88 + Huawei Technologies Ltd - 10CE45 - Miromico AG + 506F0C + Sagemcom Broadband SAS - 787D53 - Extreme Networks Inc. + 487397 + New H3C Technologies Ltd - 7C95B1 - Extreme Networks Inc. + A0445C + Huawei Technologies Ltd - EC6881 - Palo Alto Networks + 7C2ADB + Xiaomi Communications Ltd - 786D94 - Palo Alto Networks + 941700 + Xiaomi Communications Ltd - F8AF05 - Huawei Device Ltd + 64A200 + Xiaomi Communications Ltd - 4CFCAA - Tesla,Inc. + 503DC6 + Xiaomi Communications Ltd - CCAB2C - HUMAX Ltd + 8CD9D6 + Xiaomi Communications Ltd - 6C6D09 - Kyowa Electronics Ltd + 44A642 + Hangzhou Hikvision Digital Technology Ltd - 24E124 - Xiamen Ursalink Technology Ltd + 08E7E5 + Huawei Device Ltd - 2443E2 - DASAN Network Solutions + D48660 + Arcadyan Corporation - A86ABB - Sagemcom Broadband SAS + B83BCC + Xiaomi Communications Ltd - 90173F - Huawei Technologies Ltd + 88D199 + Vencer Ltd - 540E2D - Vivo Mobile Communication Ltd + CCE236 + Hangzhou Yaguan Technology Ltd - 708F47 - Vivo Mobile Communication Ltd + 204181 + ESYSE GmbH Embedded Systems Engineering - A0FF70 - Technicolor CH USA Inc. + DCBB96 + Full Solution Telecom - 607ECD - Huawei Technologies Ltd + 74765B + Quectel Wireless Solutions Ltd - 548ABA - Cisco Systems Inc. + B437D8 + D-Link (Shanghai) Limited Corp. - C80739 - NAKAYO Inc + 9CD57D + Cisco Systems Inc. - 8C7CFF - Brocade Communications Systems LLC + 941F3A + Ambiq - AC3C8E - Flextronics Computing(Suzhou) Ltd + 80D2E5 + Nintendo Ltd - 406234 - Telink Semiconductor (Shanghai) Ltd + F8CE72 + Wistron Corporation - 889471 - Brocade Communications Systems LLC + CC9DA2 + Eltex Enterprise Ltd - 78A6E1 - Brocade Communications Systems LLC + 605375 + Huawei Technologies Ltd - 0094EC - Huawei Device Ltd + 78DD33 + Huawei Technologies Ltd - 74452D - Huawei Device Ltd + A031DB + Huawei Technologies Ltd - A45006 - Shenzhen Huachuang Shidai Technologyco Ltd + 58BF25 + Espressif Inc. - C87125 - Johnson Outdoors Marine Electronics d/b/a Minnkota + 101331 + Technicolor Delivery Technologies Belgium NV - 686DBC - Hangzhou Hikvision Digital Technology Ltd + 004066 + APRESIA Systems Ltd - 80CFA2 - Huawei Device Ltd + 7066E1 + dnt Innovation GmbH - 080342 - Palo Alto Networks + 2C3557 + ELIIY Power Ltd - FC3DA5 - Arcadyan Corporation + 080042 + MACNICA Inc. - EC4F82 - Calix Inc. + 546F71 + uAvionix Corporation - 44657F - Calix Inc. + 54EF33 + Shenzhen Bilian Electronic Ltd - 487746 - Calix Inc. + 141973 + Beijing Yunyi Times Technology Ltd - EC6CB5 - ZTE Corporation + 5C75C6 + China Mobile Group Device Ltd - C0B101 - ZTE Corporation + 4448B9 + MitraStar Technology Corp. - 140152 + A0D05B Samsung Electronics Ltd - BC33AC - Silicon Laboratories + 04D442 + Guangdong Genius Technology Ltd - 94FBA7 - IEEE Registration Authority + 24D7EB + Espressif Inc. - 988E79 - Qudelix Inc. + A4E11A + Juniper Networks - 98F621 - Xiaomi Communications Ltd + E86E44 + ZTE Corporation - C03EBA - Dell Inc. + 00E7E3 + ZTE Corporation - C0395A - Zhejiang Dahua Technology Ltd + 9C54C2 + New H3C Technologies Ltd - 2064CB - Guangdong Oppo Mobile Telecommunications Corp Ltd + 78E9CF + Tellescom Industria E Comercio EM Telecomunicacao - F05501 - Huawei Device Ltd + A09F7A + D-Link Middle East FZCO - 7CF2DD - Vence Corp + 001132 + Synology Incorporated - D0768F - Calix Inc. + 9009D0 + Synology Incorporated - 1CFF59 - Sichuan Tianyi Comheart Telecom Ltd + 5C5230 + Apple - 1413FB - Huawei Technologies Ltd + 645A36 + Apple - 00E0B7 - Cosworth Electronics Ltd + 28D244 + LCFC(HeFei) Electronics Technology Ltd - A49340 - Beijing Supvan Information Technology Ltd + B42046 + eero Inc. - F8E877 - Harman/Becker Automotive Systems GmbH + 2032C6 + Apple - A09B12 - China Mobile IOT Company Limited + C81CFE + Zebra Technologies Inc. - 940853 - Liteon Technology Corporation + 1C9ECC + Technicolor CH USA Inc. - B49E80 - Sichuan Changhong Electric Ltd + 1CED6F + AVM Audiovisuelles Marketing und Computersysteme GmbH - 00E22C - China Mobile Group Device Ltd + 6C71D2 + Huawei Technologies Ltd - 781100 - Quantumsolution + F800A1 + Huawei Technologies Ltd - E87F95 - Apple + D876AE + Huawei Technologies Ltd - 88C08B - Apple + 0C8408 + Huawei Technologies Ltd - 74AB93 - Blink by Amazon + 204B22 + Sunnovo International Limited - 7CA96B - Syrotech Networks Ltd + D81F12 + Tuya Smart Inc. - 98063C - Samsung Electronics Ltd + B06A41 + Google Inc. - 38DEAD - Intel Corporation + BCCE25 + Nintendo Ltd - D46D6D - Intel Corporation + B010A0 + Texas Instruments - B46921 - Intel Corporation + 24FC4E + Juniper Networks - F8F21E - Intel Corporation + 98C854 + Chiun MaiCommunication System Inc. - 74A7EA - Amazon Technologies Inc. + C4D7FD + Bouffalo Lab (Nanjing) Ltd - 4C7CD9 - Apple + 2CD1DA + Keysight Technologies Inc. - F0D7AF - IEEE Registration Authority + C4FCEF + SambaNova Systems Inc. - 7CB27D - Intel Corporation + F0704F + Samsung Electronics Ltd - 04ED33 - Intel Corporation + AC6C90 + Samsung Electronics Ltd - 5C80B6 - Intel Corporation + A41A3A + TP-Link Technologies Ltd - 84C5A6 - Intel Corporation + 90B622 + Samsung Electronics Ltd - AC675D - Intel Corporation + 0C02BD + Samsung Electronics Ltd - F8E4E3 - Intel Corporation + 3484E4 + Texas Instruments - D84F37 - Proxis, spol. s r.o. + AC4D16 + Texas Instruments - AC1203 - Intel Corporation + FCA84A + Sentinum GmbH - DC1BA1 - Intel Corporation + 1C5EE6 + Shenzhen Twowing Technologies Ltd - 5CA5BC - eero Inc. + 346F24 + Azurewave Technologies Inc. - 0433C2 - Intel Corporation + DCE55B + Google Inc. - C858C0 - Intel Corporation + 4CB9EA + iRobot Corporation - 64BC58 - Intel Corporation + DC9166 + Huawei Device Ltd - A4C3F0 - Intel Corporation + 9035EA + Silicon Laboratories - 5076AF - Intel Corporation + 6C3C7C + Canon Inc. - DC91BF - Amazon Technologies Inc. + F82F5B + eGauge Systems LLC - E092A7 - Feitian Technologies Ltd + 6C1ED7 + Vivo Mobile Communication Ltd - 08B0A7 - Truebeyond Ltd + E4F1D4 + Vivo Mobile Communication Ltd - C06369 - Binxin Technology(Zhejiang) Ltd + D4ECAB + Vivo Mobile Communication Ltd - 1841FE - Digital 14 + BC3ECB + Vivo Mobile Communication Ltd - 6CCE44 - 1MORE + 203B69 + Vivo Mobile Communication Ltd - B0761B - Huawei Technologies Ltd + C04754 + Vivo Mobile Communication Ltd - A41162 - Arlo Technology + D09CAE + Vivo Mobile Communication Ltd - 001D05 - Cooper Lighting Solutions + B4AC8C + Bern University Of Applied Sciences - 8C0E60 - Nanjing Juplink Intelligent Technologies Ltd + B894E7 + Xiaomi Communications Ltd - 18AB1D - Samsung Electronics Ltd + 34B98D + Xiaomi Communications Ltd - BCE92F - HP Inc. + 304F00 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 8437D5 - Samsung Electronics Ltd + 98C8B8 + Vivo Mobile Communication Ltd - 3482C5 - Samsung Electronics Ltd + 540E2D + Vivo Mobile Communication Ltd - 84D81B - TP-Link Technologies Ltd + 708F47 + Vivo Mobile Communication Ltd - 7C2ADB - Xiaomi Communications Ltd + DC84E9 + Shenzhen Qihoo Intelligent Technology Ltd - E8A245 - Juniper Networks + 701135 + Livesecu Ltd - 882949 - Renesas Electronics (Penang) Sdn. Bhd. + C06B55 + Motorola Mobility LLC, a Lenovo Company - F864B8 - ZTE Corporation + FC1D2A + Vivo Mobile Communication Ltd - 145120 - Huawei Device Ltd + 78670E + Wistron Neweb Corporation - C0D193 - Huawei Device Ltd + 643216 + Weidu Technology (Beijing) Ltd - 3C846A - TP-Link Technologies Ltd + B01C0C + Shenzhen Chuangwei-RGB Electronics Ltd - 7804E3 - Huawei Device Ltd + 68403C + Fiberhome Telecommunication Technologies Ltd - A43B0E - Huawei Device Ltd + 903E7F + Fiberhome Telecommunication Technologies Ltd - 24A160 - Espressif Inc. + 940230 + Logitech - DCAEEB - Ruckus Wireless + 14C0A1 + UCloud Technology Ltd - 2481C7 - Huawei Device Ltd + C03653 + eero Inc. - FC862A - Huawei Device Ltd + 9460D5 + Aruba Networks HP - 1C3D2F + 080205 Huawei Technologies Ltd - EC753E - Huawei Technologies Ltd + 68E478 + Qingdao Haier Technology Ltd - 909164 - ChongQing Lavid Technology Ltd + 4C445B + Intel Corporation - ECDB86 - API-K + C8CA79 + Ciena Corporation - 4843DD - Amazon Technologies Inc. + 843B10 + Lvswitches Inc. - 083869 - Hong Kong AMobile Intelligent Corp. Limited Taiwan Branch + E09D13 + Samsung Electronics Ltd - D89ED4 - Fiberhome Telecommunication Technologies Ltd + 30C6F7 + Espressif Inc. - 840328 - Juniper Networks + DC0E96 + Palo Alto Networks - 001CFC - Sumitomo Electric Industries Ltd + 042084 + ZTE Corporation - 001636 - Quanta Computer Inc. + B45F84 + ZTE Corporation - 54F15F - Sichuan AI-Link Technology Ltd + 9CC2C4 + Inspur Electronic Information Industry Ltd - E079C4 - iRay Technology Company Limited + 00DF1D + Cisco Systems Inc. - 884067 - Infomark + A00F37 + Cisco Systems Inc. - AC9572 - Jovision Technology Ltd + 1097BD + Espressif Inc. - 40D25F - Itel Mobile Limited + BC6EE2 + Intel Corporation - A8032A - Espressif Inc. + 387A0E + Intel Corporation - 0019F5 - Imagination Technologies Ltd + 787264 + IEEE Registration Authority - 00CBBD - Cambridge Broadband Networks Group + 88231F + Fibocom Wireless Inc. - 5894A2 - KETEK GmbH + A4DE26 + Sumitomo Electric Industries Ltd - 4C2219 - Yuanfudao HK LTD + 301A30 + Mako Networks Ltd - 54D9C6 - Huawei Device Ltd + C48BA3 + Cisco Meraki - 308AF7 - Huawei Device Ltd + 140A29 + Tiinlab Corporation - 64E7D8 - Samsung Electronics Ltd + C0F9D2 + arkona technologies GmbH - D8EF42 - Huawei Device Ltd + 146102 + Alps Alpine - 80CC12 - Huawei Device Ltd + A02919 + Dell Inc. - 18AA0F - Huawei Device Ltd + 241281 + China Mobile Group Device Ltd - B0A460 - Intel Corporation + D4EEDE + Sichuan Tianyi Comheart Telecom Ltd - AC9A96 - Maxlinear Inc. + C08B05 + Huawei Technologies Ltd - 8C7086 - Gesellschaft fur Sonder-EDV-Anlagen mbH + 307BC9 + Shenzhen Bilian Electronic Ltd - 1C28AF - Aruba Networks HP + 50C0F0 + Artek Microelectronics Ltd - E4246C - Zhejiang Dahua Technology Ltd + 046865 + Apple - E8EB1B - Microchip Technology Inc. + DC5392 + Apple - 840283 - HUMAX Ltd + 1CB3C9 + Apple - 941700 - Xiaomi Communications Ltd + FCAA81 + Apple - 68D6ED - GooWi Wireless Technology Ltd + 609316 + Apple - 00E406 - Huawei Technologies Ltd + 646D2F + Apple - 44227C - Huawei Technologies Ltd + 5C9666 + Sony Interactive Entertainment Inc. - CCB182 - Huawei Technologies Ltd + 24CE33 + Amazon Technologies Inc. - 48902F - LG Electronics (Mobile Communications) + 7C726E + Ericsson AB - 28B77C - IEEE Registration Authority + 549F06 + Nokia Shanghai Bell Ltd - 28C21F - Samsung Electro-Mechanics(Thailand) + 68A878 + GeoWAN Pty Ltd - 5C7D7D - Technicolor CH USA Inc. + 38A91C + New H3C Technologies Ltd - F4BFA8 - Juniper Networks + 94B34F + Ruckus Wireless - C0619A + F4700C IEEE Registration Authority - C42B44 - Huawei Device Ltd - - - F8A26D - Canon Inc. + 409B21 + Nokia - 74427F - AVM Audiovisuelles Marketing und Computersysteme GmbH + FC777B + Hitron Technologies Inc. - 400634 - Huawei Device Ltd + 14172A + Fiberhome Telecommunication Technologies Ltd - 7061EE - Sunwoda Electronic Ltd + 005FBF + Toshiba Corp. - 143FC3 - SnapAV + E8A72F + Microsoft Corporation - 209A7D - Sagemcom Broadband SAS + D405DE + eero Inc. - 74F9CA - Nintendo Ltd + FC0FE7 + Microchip Technology Inc. - 50C68E - Biwin Semiconductor (HK) Company LTD + C85CCC + Beijing Xiaomi Mobile Software Ltd - 04E795 - Huawei Technologies Ltd + 70FD88 + Nanjing Jiahao Technology Ltd - - A0D0DC - Amazon Technologies Inc. + + 4873CB + Tiinlab Corporation - 689E0B - Cisco Systems Inc. + 38384B + Vivo Mobile Communication Ltd - C8FE6A - Juniper Networks + 789FAA + Huawei Device Ltd - 80CA4B - Shenzhen Gongjin Electronics Ltd + 98192C + Edgecore Networks Corporation - 64F54E - EM Microelectronic + 88A4C2 + LCFC(Hefei) Electronics Technology Ltd - 102779 - Sadel S.p.A. + AC8B6A + China Mobile IOT Company Limited - C4DD57 - Espressif Inc. + E07E5F + Renesas Electronics (Penang) Sdn. Bhd. - 702F4B - Steelcase Inc. + 38BEAB + AltoBeam (China) Inc. - E475DC - Arcadyan Corporation + 341343 + GE Lighting - C41688 - Huawei Device Ltd + B89EA6 + Spbec-Mining Ltd - 64B0E8 - Huawei Device Ltd + AC50DE + Cloud Network Technology Singapore PTE Ltd - BCA5A9 - Apple + 08C8C2 + GN Audio A/S - 20E2A8 - Apple + 185880 + Arcadyan Corporation - A0FBC5 - Apple + A01C87 + Unionman Technology Ltd - 30A998 - Huawei Device Ltd + 3083D2 + Motorola Mobility LLC, a Lenovo Company - 007D60 - Apple + 00DDB6 + New H3C Technologies Ltd - ECC302 - HUMAX Ltd + B08B92 + ZTE Corporation - 98C97C - Shenzhen iComm Semiconductor Ltd + 782184 + Espressif Inc. - 00C343 - E-T-A Circuit Breakers Ltd + 94944A + Particle Industries Inc. - 58208A - IEEE Registration Authority + 2CA327 + Oraimo Technology Limited - 0090D2 - Artel Video Systems + 1466B7 + Advanced Design Technology Pty Ltd - 6C1ED7 - Vivo Mobile Communication Ltd + B8F255 + Universal Electronics Inc. - F0AA0B - Arra Networks/ Spectramesh + CC3F1D + HMS Industrial Networks SLU - 945641 - Palo Alto Networks + 5C49FA + Shenzhen Guowei Shidai Communication Equipement Ltd - 80F5B5 - Texas Instruments + EC656E + The Things Industries B.V. - 1C3008 - Hui Zhou Gaoshengda Technology Ltd + 10AEA5 + Duskrise Inc. - 98063A - Home Control Singapore Pte Ltd + 587DB6 + Northern Data AG - B4BA12 - China Mobile (Hangzhou) Information Technology Ltd + 5C8E8B + Shenzhen Linghai Electronics Ltd - 5CF9FD - Taicang T&W Electronics + 78EB46 + Huawei Technologies Ltd - 3898E9 - Huawei Device Ltd + C416C8 + Huawei Technologies Ltd - 48A516 - Huawei Device Ltd + E4DCCC + Huawei Technologies Ltd - 183672 - Shaoxing ShunChuang Technology Ltd + 3CA161 + Huawei Technologies Ltd - 28DE65 - Aruba Networks HP + 9075BC + Nokia Shanghai Bell Ltd - B0A651 + C0F87F Cisco Systems Inc. - D4910F + 4C53FD Amazon Technologies Inc. - B85FB0 - Huawei Technologies Ltd + 3C8B7F + Cisco Systems Inc. - C4FBAA - Huawei Technologies Ltd + 0011E5 + KCodes Corporation - Acdcca - Huawei Technologies Ltd + A083B4 + HeNet B.V. - 64A200 - Xiaomi Communications Ltd + 04FF08 + Huawei Device Ltd - C07831 + 00A45F Huawei Device Ltd - 84CC63 - Huawei Device Ltd + FCE26C + Apple - E0E0C2 - China Mobile Group Device Ltd + 485AEA + Fiberhome Telecommunication Technologies Ltd - F06426 - Extreme Networks Inc. + 848102 + Fiberhome Telecommunication Technologies Ltd - 703A2D - Shenzhen V-Link Technology Ltd + 54E005 + Fiberhome Telecommunication Technologies Ltd - 1C45C2 - Huizhou City Sunsin lntelligent Technology Ltd + 4C7975 + Apple - 7C4E09 - Shenzhen Skyworth Wireless Technology Ltd + 1C7125 + Apple - EC7E91 - Itel Mobile Limited + 34FE77 + Apple - FC9643 - Juniper Networks + 98B785 + Shenzhen 10Gtek Transceivers Ltd - A8B088 - eero Inc. + ECDA59 + New H3C Technologies Ltd - 001A65 - Seluxit + 74B7E6 + Zegna-Daidong Limited - 280FC5 - Beijing Leadsec Technology Ltd + 6CE5C9 + Apple - 1CEC72 - Allradio Ltd + 10B1DF + Cloud Network Technology Singapore PTE Ltd - E0E1A9 - Shenzhen Four Seas Global Link Network Technology Ltd + F4F647 + ZTE Corporation - 6C1414 - BUJEON ELECTRONICS Ltd + E88175 + ZTE Corporation - C43CEA - Buffalo Inc. + 40F4FD + Unionman Technology Ltd - B0ECDD - Huawei Technologies Ltd + 9C0B05 + eero Inc. - AC6784 - Google Inc. + 78F238 + Samsung Electronics Ltd - 90DE80 - Shenzhen Century Xinyang Technology Ltd + 64D0D6 + Samsung Electronics Ltd - E4DC43 - Huawei Device Ltd + DC9758 + Sichuan AI-Link Technology Ltd - 2430F8 - Huawei Device Ltd + 40F6BC + Amazon Technologies Inc. - 9C5FB0 - Samsung Electronics Ltd + 20AF1B + SteelSeries ApS - E87F6B - Samsung Electronics Ltd + 7C7716 + ZyXEL Communications Corp - FCB69D - Zhejiang Dahua Technology Ltd + 943FBB + JSC RPC Istok named after Shokin - 185BB3 - Samsung Electronics Ltd + 50E7B7 + Vivo Mobile Communication Ltd - 94F2BB - Valeo Vision Systems + F4F70C + Avang - neterbit - 6420E0 - T3 Technology Ltd + E0FFF1 + Texas Instruments - 5CC0A0 - Huawei Technologies Ltd + F4442C + Shenzhen SuperElectron Technology Ltd - 04F352 - Huawei Technologies Ltd + F0BE25 + Dongguan Cannice Precision Manufacturing Ltd - ECA1D1 - Huawei Technologies Ltd + 0080DA + Hottinger Bruel & Kjaer A/S - A46DA4 - Huawei Technologies Ltd + 704CB6 + Shenzhen SuperElectron Technology Ltd - 488B0A - Cisco Systems Inc. + 549B49 + NEC Platforms Ltd - 2494CB - ARRIS Group Inc. + 882510 + Aruba Networks HP - 786A1F - ARRIS Group Inc. + 448C00 + Realme Chongqing Mobile Telecommunications Corp Ltd - 8C7A15 - Ruckus Wireless + D0E828 + Radiant Industries Incorporated - 8411C2 - IEEE Registration Authority + 74EF4B + Guangdong Oppo Mobile Telecommunications Corp Ltd - 28AD18 - Hui Zhou Gaoshengda Technology Ltd + 107636 + Earda Technologies Ltd - 24A487 - Huawei Device Ltd + 18C293 + Laird Connectivity - C45A86 - Huawei Device Ltd + 000D9C + K.A. Schmersal GmbH & Co. KG - 20AC9C - China Telecom Corporation Limited + 244CAB + Espressif Inc. - 747827 - Dell Inc. + E04102 + ZTE Corporation - E4F1D4 - Vivo Mobile Communication Ltd + D84008 + Huawei Technologies Ltd - 9409D3 - Shenzhen maxtopic technology Ltd + 6C047A + Huawei Technologies Ltd - 58D56E - D-Link International + 6C558D + Huawei Technologies Ltd - F48CEB - D-Link International + 78482C + Start USA Inc. - ECADE0 - D-Link International + 7C45D0 + Shenzhen Wewins Wireless Ltd - 340A33 + A42A95 D-Link International - BC62CE - Shenzhen Netis Technology Ltd + 30CBC7 + Cambium Networks Limited - 782E56 - China Mobile Group Device Ltd + 482E72 + Cisco Systems Inc. - C40B31 - Apple + 885046 + Lear - 3024A9 - HP Inc. + 70041D + Espressif Inc. - A86E4E - Huawei Device Ltd + 886F29 + Pocketbook International SA - 945F34 - Renesas Electronics (Penang) Sdn. Bhd. + 744687 + Kingsignal Technology Ltd - 603CEE - LG Electronics (Mobile Communications) + BC2247 + New H3C Technologies Ltd - 2C4A11 - Ciena Corporation + 0826AE + IEEE Registration Authority - 1C4C48 - Itel Mobile Limited + 8C477F + NambooSolution - C4CB54 - Fibocom Auto Inc. + 7CDAC3 + Sichuan Tianyi Comheart Telecom Ltd - 102D31 - Shenzhen Americas Trading Company LLC + 8C17B6 + Huawei Device Ltd - 2C0786 + B82B68 Huawei Device Ltd - 0C354F - Nokia + 2CF295 + Huawei Device Ltd - 60812B - Astronics Custom Control Concepts + E0BB0C + Synertau LLC - F8A73A - Cisco Systems Inc. + 149BD7 + Muli Muwai Furniture Qidong Ltd - B8114B - Cisco Systems Inc. + AC77B9 + Nanjing Yufei Intelligent Control Technology Ltd - 30E283 - Texas Instruments + A85BB7 + Apple - 0002C7 - Alpsalpine Ltd + 3C5D29 + Zhejiang Tmall Technology Ltd - FC62B9 - Alpsalpine Ltd + 68FCCA + Samsung Electronics Ltd - 60380E - Alpsalpine Ltd + 6CD719 + Fiberhome Telecommunication Technologies Ltd - 28A183 - Alpsalpine Ltd + 80015C + Synaptics Inc. - 001E3D - Alpsalpine Ltd + BC6193 + Xiaomi Communications Ltd - 48F07B - Alpsalpine Ltd + 947FD8 + Shenzhen Skyworth Digital Technology Ltd - 00145A - Westermo Neratec AG + C854A4 + Infinix mobility limited - 1CD1BA - Fiberhome Telecommunication Technologies Ltd + EC71DB + Reolink Innovation Limited - A899DC - i-TOP DESING TECHNOLOGY Ltd + F8E57E + Cisco Systems Inc. - B07B25 - Dell Inc. + 3053C1 + Cresyn - 84EAED - Roku Inc. + 385B44 + Silicon Laboratories - 0012AD - Vivavis AG + 943469 + Silicon Laboratories - E02967 - HMD Global Oy + AC330B + Japan Computer Vision Corp. - 988B69 - Shenzhen hylitech Ltd + 3462B4 + Renesas Electronics (Penang) Sdn. Bhd. - 18146C - Zhejiang Tmall Technology Ltd + CCEB18 + OOO TSS - 3C2093 - GD Midea Air-Conditioning Equipment Ltd + 6C2408 + LCFC(Hefei) Electronics Technology Ltd - 9C0567 - Honor Device Ltd + EC6073 + TP-Link Technologies Ltd - B07D64 - Intel Corporation + 74DDCB + China Leadshine Technology Ltd - 004238 - Intel Corporation + 104D15 + Viaanix Inc - C0E3FB - Huawei Technologies Ltd + 50A015 + Shenzhen Yipingfang Network Technology Ltd - 804B50 - Silicon Laboratories + B0AFF7 + Shenzhen Yipingfang Network Technology Ltd - 4089A8 - WiredIQ LLC + 7085C4 + Ruijie Networks Ltd - 683F7D - Ingram Micro Services + 5CC563 + Hunan FN-Link Technology Limited - 748F4D - duagon Germany GmbH + A0092E + ZTE Corporation - D4ECAB - Vivo Mobile Communication Ltd + 14755B + Intel Corporation - BC3ECB - Vivo Mobile Communication Ltd + A8B13B + HP Inc. - 08798C - Huawei Technologies Ltd + C43875 + Sonos Inc. - 50C3A2 - nFore Technology Ltd + 68B691 + Amazon Technologies Inc. - 54DBA2 - Fibrain + 20898A + Shenzhen Skyworth Digital Technology Ltd - 089BB9 - Nokia Solutions and Networks GmbH & Co. KG + DCA956 + Guangdong Oppo Mobile Telecommunications Corp Ltd - 44AE25 - Cisco Systems Inc. + 4827C5 + Huawei Technologies Ltd - BCE712 - Cisco Systems Inc. + BCD206 + Huawei Technologies Ltd - 64A198 - Huawei Device Ltd + CC827F + Advantech Technology (CHINA) Ltd - 5C9AA1 - Huawei Device Ltd + F84E58 + Samsung Electronics Ltd - 6055F9 - Espressif Inc. + B47064 + Samsung Electronics Ltd - 503DC6 - Xiaomi Communications Ltd + 4C2E5E + Samsung Electronics Ltd - 8CEA48 + 645DF4 Samsung Electronics Ltd - 005F67 - TP-Link Corporation Limited + D81068 + Murata Manufacturing Ltd - BCF45F - ZTE Corporation + 5C045A + Company NA Stage & Light - B0BD1B - Dongguan Liesheng Electronic Ltd + 883F0C + System a.v Ltd - 109693 - Amazon Technologies Inc. + C8BE35 + Extreme Networks Inc. - 34AFB3 - Amazon Technologies Inc. + 78AF08 + Intel Corporation - 1418C3 - Intel Corporation + F4E204 + Coyote System - 24EDFD - Siemens Canada Limited + 58C356 + EM Microelectronic - 6CCDD6 - Netgear + A0EDFB + Quectel Wireless Solutions Ltd - 540764 - Huawei Device Ltd + B02347 + Shenzhen Giant Microelectronics Company Limited - DCD7A0 - Huawei Device Ltd + CCDD58 + Robert Bosch GmbH - 9C6865 - Fiberhome Telecommunication Technologies Ltd + D4E053 + Aruba Networks HP - 383D5B - Fiberhome Telecommunication Technologies Ltd + 88FC5D + Cisco Systems Inc. - A062FB - Hisense Visual Technology Ltd + F4C88A + Intel Corporation - 9877E7 - Kaonmedia Ltd + 183C98 + Shenzhen Hengyi Technology Ltd - 78D4F1 - IEEE Registration Authority + 787104 + Sichuan Tianyi Comheart Telecom Ltd - B01656 - Huawei Technologies Ltd + 64C582 + China Mobile Group Device Ltd - 047975 - Honor Device Ltd + 50284A + Intel Corporation - DC9020 - Ruru TEK Private Limited + 5CA4F4 + ZTE Corporation - 3810F0 - Aruba Networks HP + 9409C9 + Alpsalpine Co Ltd - F88F07 - Samsung Electronics Ltd + 246C60 + Huawei Device Ltd - 14EB08 - Huawei Technologies Ltd + 98C97C + Shenzhen iComm Semiconductor Ltd - A842A7 - Jiangsu Huitong Group Ltd + 303EA7 + Intel Corporation - 2CD26B - FN-Link Technology Limited + 28A331 + Sierra Wireless - B88DF1 - Nanjing BigFish Semiconductor Ltd + EC6260 + Espressif Inc. - 6C4A74 - Aerodisk LLC + B06E72 + Realme Chongqing Mobile Telecommunications Corp Ltd - 40DE17 - Shenzhen Lanfeng Times Industrial Ltd + 607D09 + Luxshare Precision Industry Ltd - F01628 - Technicolor (China) Technology Ltd + 1834AF + Kaonmedia Ltd - 68572D - Tuya Smart Inc. + 28827C + Bosch Automative products(Suzhou) Ltd Changzhou Branch - 285B0C - Sichuan Jiuzhou Electronic Technology Ltd + 28F5D1 + ARRIS Group Inc. - 1489CB - Huawei Technologies Ltd + 10E177 + ARRIS Group Inc. - 6C2636 - Huawei Technologies Ltd + 90D473 + Vivo Mobile Communication Ltd - 5856C2 + 08EBF6 Huawei Technologies Ltd - A03679 - Huawei Technologies Ltd + CC3E79 + ARRIS Group Inc. - 48684A - Intel Corporation + 0016A3 + Ingeteam - BCF171 - Intel Corporation + F06C5D + Xiaomi Communications Ltd - 84716A - Huawei Device Ltd + 24CF24 + Beijing Xiaomi Mobile Software Ltd - 488C63 - Huawei Device Ltd + C8F09E + Espressif Inc. - 70DDEF - Huawei Device Ltd + DC5475 + Espressif Inc. - 54A6DB - Huawei Device Ltd + 0C7BC8 + Cisco Meraki - B8D6F6 - Huawei Technologies Ltd + 286F40 + Tonly Technology Ltd - 2C52AF - Huawei Technologies Ltd + 0C86C7 + Jabil Circuit (Guangzhou) Limited - 149877 + 1C0D7D Apple - 88665A + 14F287 Apple - B0E5F9 + 585595 Apple - AC17C8 - Cisco Meraki + 14946C + Apple - 981888 - Cisco Meraki + 1C5974 + IEEE Registration Authority - 4CC8A1 - Cisco Meraki + 74604C + Rode - 08A7C0 - Technicolor CH USA Inc. + 40B02F + Miele & Cie. KG - 58FB96 - Ruckus Wireless + 1866F0 + Jupiter Systems - 2C00AB - ARRIS Group Inc. + BCC7DA + Earda Technologies Ltd \ No newline at end of file diff --git a/Source/NETworkManager.Models/Resources/PSDiscoveryProtocol.psm1 b/Source/NETworkManager.Models/Resources/PSDiscoveryProtocol.psm1 index 6712ffd8b9..b3f8656b7a 100644 --- a/Source/NETworkManager.Models/Resources/PSDiscoveryProtocol.psm1 +++ b/Source/NETworkManager.Models/Resources/PSDiscoveryProtocol.psm1 @@ -1,17 +1,21 @@ #region classes -class DiscoveryProtocolPacket -{ +class DiscoveryProtocolPacket { [string]$MachineName [datetime]$TimeCreated [int]$FragmentSize [byte[]]$Fragment - - DiscoveryProtocolPacket([string]$MachineName, [datetime]$TimeCreated, [int]$FragmentSize, [byte[]]$Fragment) - { - $this.MachineName = $MachineName - $this.TimeCreated = $TimeCreated - $this.FragmentSize = $FragmentSize - $this.Fragment = $Fragment + [int]$MiniportIfIndex + [string]$Connection + [string]$Interface + + DiscoveryProtocolPacket([PSCustomObject]$WinEvent) { + $this.MachineName = $WinEvent.MachineName + $this.TimeCreated = $WinEvent.TimeCreated + $this.FragmentSize = $WinEvent.FragmentSize + $this.Fragment = $WinEvent.Fragment + $this.MiniportIfIndex = $WinEvent.MiniportIfIndex + $this.Connection = $WinEvent.Connection + $this.Interface = $WinEvent.Interface Add-Member -InputObject $this -MemberType ScriptProperty -Name IsDiscoveryProtocolPacket -Value { if ( @@ -42,7 +46,7 @@ class DiscoveryProtocolPacket #region function Invoke-DiscoveryProtocolCapture function Invoke-DiscoveryProtocolCapture { -<# + <# .SYNOPSIS @@ -55,13 +59,15 @@ function Invoke-DiscoveryProtocolCapture { Cisco devices will by default send CDP announcements every 60 seconds. Default interval for LLDP packets is 30 seconds. - Requires elevation (Run as Administrator). - WinRM and PowerShell remoting must be enabled on the target computer. + Requires elevation (Run as Administrator) for local capture. + WinRM and PowerShell remoting must be enabled on target computer for remote capture. .PARAMETER ComputerName Specifies one or more computers on which to capture packets. Defaults to $env:COMPUTERNAME. + If specified, remote capture is assumed and therefore WinRM must be enabled on target. + .PARAMETER Duration Specifies the duration for which the discovery protocol packets are captured, in seconds. @@ -83,6 +89,10 @@ function Invoke-DiscoveryProtocolCapture { If specified, any existing NetEventSession will be removed. +.PARAMETER Credential + + Use this with remote capture if current user do not have administrative privileges on the target computer. + .OUTPUTS DiscoveryProtocolPacket @@ -134,23 +144,36 @@ function Invoke-DiscoveryProtocolCapture { #> - [CmdletBinding()] + [CmdletBinding(DefaultParametersetName = 'LocalCapture')] [OutputType('DiscoveryProtocolPacket')] [Alias('Capture-CDPPacket', 'Capture-LLDPPacket')] param( - [Parameter(Position=0, - ValueFromPipeline=$true, - ValueFromPipelineByPropertyName=$true)] + [Parameter(ParameterSetName = 'RemoteCapture', + Mandatory = $false, + Position = 0, + ValueFromPipeline = $true, + ValueFromPipelineByPropertyName = $true)] [Alias('CN', 'Computer')] [String[]]$ComputerName = $env:COMPUTERNAME, - [Parameter(Position=1)] + [Parameter(ParameterSetName = 'LocalCapture', + Position = 0)] + [Parameter(ParameterSetName = 'RemoteCapture', + Position = 1)] [Int16]$Duration = $(if ($Type -eq 'LLDP') { 32 } else { 62 }), - [Parameter(Position=2)] + [Parameter(ParameterSetName = 'LocalCapture', + Position = 1)] + [Parameter(ParameterSetName = 'RemoteCapture', + Position = 2)] [ValidateSet('CDP', 'LLDP')] [String]$Type, + [Parameter(ParameterSetName = 'RemoteCapture')] + [ValidateNotNull()] + [System.Management.Automation.Credential()] + [PSCredential]$Credential = [System.Management.Automation.PSCredential]::Empty, + [Parameter()] [switch]$NoCleanup, @@ -159,10 +182,12 @@ function Invoke-DiscoveryProtocolCapture { ) begin { - $Identity = [Security.Principal.WindowsIdentity]::GetCurrent() - $Principal = New-Object Security.Principal.WindowsPrincipal $Identity - if (-not $Principal.IsInRole([Security.Principal.WindowsBuiltinRole]::Administrator)) { - throw 'Invoke-DiscoveryProtocolCapture requires elevation. Please run PowerShell as administrator.' + if ($PSCmdlet.ParameterSetName -eq 'LocalCapture') { + $Identity = [Security.Principal.WindowsIdentity]::GetCurrent() + $Principal = New-Object Security.Principal.WindowsPrincipal $Identity + if (-not $Principal.IsInRole([Security.Principal.WindowsBuiltinRole]::Administrator)) { + throw 'Invoke-DiscoveryProtocolCapture requires elevation. Please run PowerShell as administrator.' + } } if ($MyInvocation.InvocationName -ne $MyInvocation.MyCommand) { @@ -174,29 +199,62 @@ function Invoke-DiscoveryProtocolCapture { } process { - foreach ($Computer in $ComputerName) { + Write-Verbose "ParameterSetName: $($PSCmdlet.ParameterSetName)" + Write-Verbose "TargetComputer: $Computer" - if ($env:COMPUTERNAME -eq $Computer) { - Write-Verbose "Local computer detected..." - + if ($PSCmdlet.ParameterSetName -eq 'LocalCapture') { $CimSession = @{} $PSSession = @{} } else { - Write-Verbose "Creating remote sessions..." + $PSCredential = @{} + if ($PSBoundParameters.ContainsKey('Credential')) { + $PSCredential.Add('Credential', $Credential) + } try { $CimSession = @{ - CimSession = New-CimSession -ComputerName $Computer -ErrorAction Stop + CimSession = New-CimSession -ComputerName $Computer -ErrorAction Stop @PSCredential + } + } + catch [Microsoft.Management.Infrastructure.CimException] { + if ($_.CategoryInfo.Category -eq 'PermissionDenied') { + Write-Warning "Access Denied on $Computer. You can try to connect using -Credential." + } + elseif ($_.CategoryInfo.Category -eq 'ConnectionError') { + Write-Warning "Unable to create CimSession. Please make sure WinRM and PSRemoting is enabled on $Computer." } - } catch { - Write-Warning "Unable to create CimSession. Please make sure WinRM and PSRemoting is enabled on $Computer." + else { + Write-Error -ErrorRecord $_ + } + continue + } + catch { + Write-Error -ErrorRecord $_ continue } - $PSSession = @{ - Session = New-PSSession -ComputerName $Computer + try { + $PSSession = @{ + Session = New-PSSession -ComputerName $Computer -ErrorAction Stop @PSCredential + } + } + catch [System.Management.Automation.Remoting.PSRemotingTransportException] { + if ($_.Exception.ErrorCode -eq 5) { + Write-Warning "Access Denied on $Computer. You can try to connect using -Credential." + } + elseif ($_.Exception.ErrorCode -eq -2144108526) { + Write-Warning "Unable to create CimSession. Please make sure WinRM and PSRemoting is enabled on $Computer." + } + else { + Write-Error -ErrorRecord $_ + } + continue + } + catch { + Write-Error -ErrorRecord $_ + continue } } @@ -206,15 +264,14 @@ function Invoke-DiscoveryProtocolCapture { $ETLFile.FullName } - Write-Verbose "ETL File Path: $ETLFilePath" + Write-Verbose "ETLFilePath: $ETLFilePath" - $Adapter = Get-NetAdapter -Physical @CimSession | - Where-Object {$_.Status -eq 'Up' -and $_.InterfaceType -eq 6} | - Select-Object -First 1 Name, MacAddress + $Adapters = Get-NetAdapter -Physical @CimSession | + Where-Object { $_.Status -eq 'Up' -and $_.InterfaceType -eq 6 } | + Select-Object Name, MacAddress, InterfaceDescription, InterfaceIndex - $MACAddress = [PhysicalAddress]::Parse($Adapter.MacAddress).ToString() - - if ($Adapter) { + if ($Adapters) { + $MACAddresses = $Adapters.MacAddress.ForEach({ [PhysicalAddress]::Parse($_).ToString() }) $SessionName = 'Capture-{0}' -f (Get-Date).ToString('s') if ($Force.IsPresent) { @@ -228,31 +285,36 @@ function Invoke-DiscoveryProtocolCapture { try { New-NetEventSession -Name $SessionName -LocalFilePath $ETLFilePath -CaptureMode SaveToFile @CimSession -ErrorAction Stop | Out-Null - } catch [Microsoft.Management.Infrastructure.CimException] { + } + catch [Microsoft.Management.Infrastructure.CimException] { if ($_.Exception.NativeErrorCode -eq 'AlreadyExists') { $Message = "Another NetEventSession already exists. Run Invoke-DiscoveryProtocolCapture with -Force switch to remove existing NetEventSessions." Write-Error -Message $Message - return - } else { - Write-Error -Exception $_ } + else { + Write-Error -ErrorRecord $_ + } + continue } $LinkLayerAddress = switch ($Type) { - 'CDP' { '01-00-0c-cc-cc-cc' } - 'LLDP' { '01-80-c2-00-00-0e', '01-80-c2-00-00-03', '01-80-c2-00-00-00' } + 'CDP' { '01-00-0c-cc-cc-cc' } + 'LLDP' { '01-80-c2-00-00-0e', '01-80-c2-00-00-03', '01-80-c2-00-00-00' } Default { '01-00-0c-cc-cc-cc', '01-80-c2-00-00-0e', '01-80-c2-00-00-03', '01-80-c2-00-00-00' } } $PacketCaptureParams = @{ SessionName = $SessionName TruncationLength = 0 - CaptureType = 'Physical' + CaptureType = 'Physical' LinkLayerAddress = $LinkLayerAddress } Add-NetEventPacketCaptureProvider @PacketCaptureParams @CimSession | Out-Null - Add-NetEventNetworkAdapter -Name $Adapter.Name -PromiscuousMode $True @CimSession | Out-Null + + foreach ($Adapter in $Adapters) { + Add-NetEventNetworkAdapter -Name $Adapter.Name -PromiscuousMode $True @CimSession | Out-Null + } Start-NetEventSession -Name $SessionName @CimSession @@ -274,42 +336,38 @@ function Invoke-DiscoveryProtocolCapture { try { $Events = Get-WinEvent -Path $ETLFilePath -Oldest -FilterXPath "*[System[EventID=1001]]" -ErrorAction Stop - } catch { + } + catch { if ($_.FullyQualifiedErrorId -notmatch 'NoMatchingEventsFound') { - Write-Error -Exception $_ + Write-Error -ErrorRecord $_ } } [string[]]$XpathQueries = @( "Event/EventData/Data[@Name='FragmentSize']" "Event/EventData/Data[@Name='Fragment']" + "Event/EventData/Data[@Name='MiniportIfIndex']" ) $PropertySelector = [System.Diagnostics.Eventing.Reader.EventLogPropertySelector]::new($XpathQueries) - foreach ($Event in $Events) { - $EventData = $Event | Select-Object MachineName, TimeCreated + foreach ($WinEvent in $Events) { + $EventData = $WinEvent | Select-Object MachineName, TimeCreated $EventData | Add-Member -NotePropertyName FragmentSize -NotePropertyValue $null $EventData | Add-Member -NotePropertyName Fragment -NotePropertyValue $null - $EventData.FragmentSize, $EventData.Fragment = $Event.GetPropertyValues($PropertySelector) + $EventData | Add-Member -NotePropertyName MiniportIfIndex -NotePropertyValue $null + $EventData.FragmentSize, $EventData.Fragment, $EventData.MiniportIfIndex = $WinEvent.GetPropertyValues($PropertySelector) + $Adapter = @(Get-NetAdapter -Physical).Where({ $_.InterfaceIndex -eq $EventData.MiniportIfIndex }) + $EventData | Add-Member -NotePropertyName Connection -NotePropertyValue $Adapter.Name + $EventData | Add-Member -NotePropertyName Interface -NotePropertyValue $Adapter.InterfaceDescription $EventData } } -ArgumentList $ETLFilePath - $FoundPacket = $null - - foreach ($Event in $Events) { - $Packet = [DiscoveryProtocolPacket]::new( - $Event.MachineName, - $Event.TimeCreated, - $Event.FragmentSize, - $Event.Fragment - ) - - if ($Packet.IsDiscoveryProtocolPacket -and $Packet.SourceAddress -ne $MACAddress) { - $FoundPacket = $Packet - break - } + $FoundPackets = $Events -as [DiscoveryProtocolPacket[]] | Where-Object { + $_.IsDiscoveryProtocolPacket -and $_.SourceAddress -notin $MACAddresses + } | Group-Object MiniportIfIndex | ForEach-Object { + $_.Group | Select-Object -First 1 } Remove-NetEventSession -Name $SessionName @CimSession @@ -324,17 +382,20 @@ function Invoke-DiscoveryProtocolCapture { } -ArgumentList $ETLFilePath } - if ($env:COMPUTERNAME -ne $Computer) { + if ($PSCmdlet.ParameterSetName -eq 'RemoteCapture') { Remove-PSSession @PSSession + Remove-CimSession @CimSession } - if ($FoundPacket) { - $FoundPacket - } else { + if ($FoundPackets) { + $FoundPackets + } + else { Write-Warning "No discovery protocol packets captured on $Computer in $Seconds seconds." return } - } else { + } + else { Write-Warning "Unable to find a connected wired adapter on $Computer." return } @@ -348,7 +409,7 @@ function Invoke-DiscoveryProtocolCapture { #region function Get-DiscoveryProtocolData function Get-DiscoveryProtocolData { -<# + <# .SYNOPSIS @@ -415,10 +476,10 @@ function Get-DiscoveryProtocolData { [CmdletBinding()] [Alias('Parse-CDPPacket', 'Parse-LLDPPacket')] param( - [Parameter(Position=0, - Mandatory=$true, - ValueFromPipeline=$true, - ValueFromPipelineByPropertyName=$true)] + [Parameter(Position = 0, + Mandatory = $true, + ValueFromPipeline = $true, + ValueFromPipelineByPropertyName = $true)] [DiscoveryProtocolPacket[]] $Packet ) @@ -431,15 +492,17 @@ function Get-DiscoveryProtocolData { } process { - foreach ($item in $Packet) { - switch ($item.DiscoveryProtocolType) { - 'CDP' { $PacketData = ConvertFrom-CDPPacket -Packet $item.Fragment } - 'LLDP' { $PacketData = ConvertFrom-LLDPPacket -Packet $item.Fragment } + foreach ($Item in $Packet) { + switch ($Item.DiscoveryProtocolType) { + 'CDP' { $PacketData = ConvertFrom-CDPPacket -Packet $Item.Fragment } + 'LLDP' { $PacketData = ConvertFrom-LLDPPacket -Packet $Item.Fragment } Default { throw 'No valid CDP or LLDP found in $Packet' } } - $PacketData | Add-Member -NotePropertyName Computer -NotePropertyValue $item.MachineName - $PacketData | Add-Member -NotePropertyName Type -NotePropertyValue $item.DiscoveryProtocolType + $PacketData | Add-Member -NotePropertyName Computer -NotePropertyValue $Item.MachineName + $PacketData | Add-Member -NotePropertyName Connection -NotePropertyValue $Item.Connection + $PacketData | Add-Member -NotePropertyName Interface -NotePropertyValue $Item.Interface + $PacketData | Add-Member -NotePropertyName Type -NotePropertyValue $Item.DiscoveryProtocolType $PacketData } } @@ -451,7 +514,7 @@ function Get-DiscoveryProtocolData { #region function ConvertFrom-CDPPacket function ConvertFrom-CDPPacket { -<# + <# .SYNOPSIS @@ -486,12 +549,12 @@ function ConvertFrom-CDPPacket { [CmdletBinding()] param( - [Parameter(Position=0, - Mandatory=$true)] + [Parameter(Position = 0, + Mandatory = $true)] [byte[]]$Packet ) - $Stream = New-Object System.IO.MemoryStream (,$Packet) + $Stream = New-Object System.IO.MemoryStream (, $Packet) $Reader = New-Object System.IO.BinaryReader $Stream $Destination = [PhysicalAddress]$Reader.ReadBytes(6) @@ -537,46 +600,56 @@ function ConvertFrom-CDPPacket { $TlvLength = [System.BitConverter]::ToUInt16($Reader.ReadBytes(2)[1..0], 0) switch ($TlvType) { - {$_ -in $TypeString} { + { $_ -in $TypeString } { $String = $Reader.ReadChars($TlvLength - 4) -join '' $Properties.Add($Tlv.Item([int]$TlvType), $String) } - {$_ -in $TypeAddress} { + { $_ -in $TypeAddress } { $NumberOfAddresses = [System.BitConverter]::ToUInt32($Reader.ReadBytes(4)[3..0], 0) $Addresses = New-Object System.Collections.Generic.List[String] - 1..$NumberOfAddresses | ForEach-Object { - $ProtocolType = $Reader.ReadByte() - $ProtocolLength = $Reader.ReadByte() + if ($NumberOfAddresses -gt 0) { + 1..$NumberOfAddresses | ForEach-Object { + $ProtocolType = $Reader.ReadByte() + $ProtocolLength = $Reader.ReadByte() - if ($ProtocolLength -eq 1) { - $Protocol = $Reader.ReadByte() - } else { - $Protocol = [System.BitConverter]::ToInt64($Reader.ReadBytes(8)[7..0], 0) - } + if ($ProtocolLength -eq 1) { + $Protocol = $Reader.ReadByte() + } + else { + $Protocol = [System.BitConverter]::ToInt64($Reader.ReadBytes(8)[7..0], 0) + } - $AddressLength = [System.BitConverter]::ToUInt16($Reader.ReadBytes(2)[1..0], 0) - $AddressBytes = $Reader.ReadBytes($AddressLength) - - if (($ProtocolType -eq 0x01 -and $Protocol -eq $IPv4) -or ($ProtocolType -eq 0x02 -and $Protocol -eq $IPv6)) { - $IPAddress = [System.Net.IPAddress]::new($AddressBytes).IPAddressToString - $Addresses.Add($IPAddress) - } else { - $ProtocolBytes = [System.BitConverter]::GetBytes($Protocol)[7..0] - $ProtocolHex = [System.BitConverter]::ToString($ProtocolBytes) - $AddressHex = [System.BitConverter]::ToString($AddressBytes) - - Write-Verbose "TlvType : $TlvType" - Write-Verbose "TlvLength : $TlvLength" - Write-Verbose "ProtocolType : $ProtocolType" - Write-Verbose "ProtocolLength : $ProtocolLength" - Write-Verbose "ProtocolHex : $ProtocolHex" - Write-Verbose "AddressLength : $AddressLength" - Write-Verbose "AddressHex : $AddressHex" - Write-Verbose "----------------------------------------------------------------" + $AddressLength = [System.BitConverter]::ToUInt16($Reader.ReadBytes(2)[1..0], 0) + $AddressBytes = $Reader.ReadBytes($AddressLength) + + if (($ProtocolType -eq 0x01 -and $Protocol -eq $IPv4) -or ($ProtocolType -eq 0x02 -and $Protocol -eq $IPv6)) { + $IPAddress = [System.Net.IPAddress]::new($AddressBytes).IPAddressToString + $Addresses.Add($IPAddress) + } + else { + $ProtocolBytes = [System.BitConverter]::GetBytes($Protocol)[7..0] + $ProtocolHex = [System.BitConverter]::ToString($ProtocolBytes) + $AddressHex = [System.BitConverter]::ToString($AddressBytes) + + Write-Verbose "TlvType : $TlvType" + Write-Verbose "TlvLength : $TlvLength" + Write-Verbose "ProtocolType : $ProtocolType" + Write-Verbose "ProtocolLength : $ProtocolLength" + Write-Verbose "ProtocolHex : $ProtocolHex" + Write-Verbose "AddressLength : $AddressLength" + Write-Verbose "AddressHex : $AddressHex" + Write-Verbose "----------------------------------------------------------------" + } } } + else { + Write-Verbose "TlvType : $TlvType" + Write-Verbose "TlvLength : $TlvLength" + Write-Verbose "NumOfAddresses : $NumberOfAddresses" + Write-Verbose "----------------------------------------------------------------" + } if ($Addresses.Count -gt 0) { $Properties.Add($Tlv.Item([int]$TlvType), $Addresses) @@ -610,7 +683,7 @@ function ConvertFrom-CDPPacket { #region function ConvertFrom-LLDPPacket function ConvertFrom-LLDPPacket { -<# + <# .SYNOPSIS @@ -643,8 +716,8 @@ function ConvertFrom-LLDPPacket { [CmdletBinding()] param( - [Parameter(Position=0, - Mandatory=$true)] + [Parameter(Position = 0, + Mandatory = $true)] [byte[]]$Packet ) @@ -665,8 +738,8 @@ function ConvertFrom-LLDPPacket { process { $Destination = [PhysicalAddress]::new($Packet[0..5]) - $Source = [PhysicalAddress]::new($Packet[6..11]) - $EtherType = [BitConverter]::ToString($Packet[12..13]) + $Source = [PhysicalAddress]::new($Packet[6..11]) + $EtherType = [BitConverter]::ToString($Packet[12..13]) Write-Verbose "Destination : $Destination" Write-Verbose "Source : $Source" @@ -677,14 +750,12 @@ function ConvertFrom-LLDPPacket { $Mask = 0x01FF $Hash = @{} - while ($Offset -lt $Packet.Length) - { + while ($Offset -lt $Packet.Length) { $Type = $Packet[$Offset] -shr 1 $Length = [BitConverter]::ToUInt16($Packet[($Offset + 1)..$Offset], 0) -band $Mask $Offset += 2 - switch ($Type) - { + switch ($Type) { $TlvType.ChassisId { $Subtype = $Packet[($Offset)] @@ -696,7 +767,8 @@ function ConvertFrom-LLDPPacket { $AddressFamily = $Packet[($Offset + 1)] if ($AddressFamily -in 1, 2) { $Hash.Add('ChassisId', [IPAddress]::new($Packet[($Offset + 2)..($Offset + $Length - 1)])) - } else { + } + else { $Bytes = $Packet[($Offset + 2)..($Offset + $Length - 1)] $Hex = [System.BitConverter]::ToString($Bytes) $Ascii = [System.Text.Encoding]::ASCII.GetString($Bytes) @@ -730,7 +802,8 @@ function ConvertFrom-LLDPPacket { $AddressFamily = $Packet[($Offset + 1)] if ($AddressFamily -in 1, 2) { $Hash.Add('Port', [IPAddress]::new($Packet[($Offset + 2)..($Offset + $Length - 1)])) - } else { + } + else { $Bytes = $Packet[($Offset + 2)..($Offset + $Length - 1)] $Hex = [System.BitConverter]::ToString($Bytes) $Ascii = [System.Text.Encoding]::ASCII.GetString($Bytes) @@ -788,7 +861,8 @@ function ConvertFrom-LLDPPacket { if ($Subtype -in 1, 2) { $Addresses.Add(([System.Net.IPAddress][byte[]]$Packet[($Offset + 2)..($Offset + $AddrLen)]).IPAddressToString) - } else { + } + else { $Bytes = $Packet[($Offset + 2)..($Offset + $AddrLen)] $Hex = [System.BitConverter]::ToString($Bytes) $Ascii = [System.Text.Encoding]::ASCII.GetString($Bytes) @@ -867,7 +941,7 @@ function ConvertFrom-LLDPPacket { #region function Export-Pcap function Export-Pcap { -<# + <# .SYNOPSIS @@ -907,38 +981,39 @@ function Export-Pcap { [CmdletBinding(DefaultParameterSetName = 'DiscoveryProtocolPacket')] param( - [Parameter(Mandatory=$true, - ValueFromPipeline=$true, - ValueFromPipelineByPropertyName=$true, - ParameterSetName='DiscoveryProtocolPacket')] + [Parameter(Mandatory = $true, + ValueFromPipeline = $true, + ValueFromPipelineByPropertyName = $true, + ParameterSetName = 'DiscoveryProtocolPacket')] [DiscoveryProtocolPacket[]]$Packet, - [Parameter(Mandatory=$true, - ParameterSetName='BytesAndDateTime')] + [Parameter(Mandatory = $true, + ParameterSetName = 'BytesAndDateTime')] [byte[]]$Bytes, - [Parameter(Mandatory=$false, - ParameterSetName='BytesAndDateTime')] + [Parameter(Mandatory = $false, + ParameterSetName = 'BytesAndDateTime')] [datetime]$DateTime = (Get-Date), - [Parameter(Mandatory=$true)] - [ValidateScript({ - if ([System.IO.Path]::IsPathRooted($_)) { - $AbsolutePath = $_ - } else { - $AbsolutePath = $ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath($_) - } - if (-not(Test-Path (Split-Path $AbsolutePath -Parent))) { - throw "Folder does not exist" - } - if ($_ -notmatch '\.pcap$') { - throw "Extension must be pcap" - } - return $true - })] + [Parameter(Mandatory = $true)] + [ValidateScript( { + if ([System.IO.Path]::IsPathRooted($_)) { + $AbsolutePath = $_ + } + else { + $AbsolutePath = $ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath($_) + } + if (-not(Test-Path (Split-Path $AbsolutePath -Parent))) { + throw "Folder does not exist" + } + if ($_ -notmatch '\.pcap$') { + throw "Extension must be pcap" + } + return $true + })] [System.IO.FileInfo]$Path, - [Parameter(Mandatory=$false)] + [Parameter(Mandatory = $false)] [switch]$Invoke ) diff --git a/Source/NETworkManager.Models/Resources/Ports.xml b/Source/NETworkManager.Models/Resources/Ports.xml index 137991d320..d8f030c5da 100644 --- a/Source/NETworkManager.Models/Resources/Ports.xml +++ b/Source/NETworkManager.Models/Resources/Ports.xml @@ -1,6 +1,6 @@  +Generated 02/21/2022 03:26:03--> 0 @@ -1794,8 +1794,8 @@ Generated 12/05/2020 00:58:20--> 143 udp - imap - Internet Message Access Protocol + record + Reserved 144 @@ -8848,8 +8848,8 @@ Generated 12/05/2020 00:58:20--> 993 udp - imaps - imap4 protocol over TLS/SSL + record + Reserved 994 @@ -15197,14 +15197,20 @@ Generated 12/05/2020 00:58:20--> 1528 tcp - record - Reserved + norp + Not Only a Routeing Protocol 1528 udp - ngr-t - NGR transport protocol for mobile ad-hoc networks + norp + Not Only a Routeing Protocol + + + 1528 + sctp + norp + Not Only a Routeing Protocol 1529 @@ -31536,6 +31542,18 @@ Generated 12/05/2020 00:58:20--> radix RADIX + + 2873 + tcp + psrt + PubSub Realtime Telemetry Protocol + + + 2873 + udp + psrt + PubSub Realtime Telemetry Protocol + 2874 tcp @@ -44913,14 +44931,14 @@ Generated 12/05/2020 00:58:20--> 3980 tcp - acms - Aircraft Cabin Management System + record + Reserved 3980 udp - acms - Aircraft Cabin Management System + record + Reserved 3981 @@ -47556,6 +47574,18 @@ Generated 12/05/2020 00:58:20--> record Reserved + + 4194 + tcp + spdm + Security Protocol and Data Model + + + 4194 + udp + record + Reserved + 4195 tcp @@ -47796,6 +47826,30 @@ Generated 12/05/2020 00:58:20--> record Reserved + + 4317 + tcp + opentelemetry + OpenTelemetry Protocol + + + 4317 + udp + record + Reserved + + + 4319 + tcp + fox-skytale + Fox SkyTale encrypted communication + + + 4319 + udp + fox-skytale + Fox SkyTale encrypted communication + 4320 tcp @@ -49804,13 +49858,13 @@ Generated 12/05/2020 00:58:20--> 4646 tcp dots-signal - DOTS Signal Channel Protocol. The service name is used to construct the SRV service names "_dots-signal._udp" and "_dots-signal._tcp" for discovering DOTS servers used to establish DOTS signal channel. + Distributed Denial-of-Service Open Threat Signaling (DOTS) Signal Channel Protocol. The service name is used to construct the SRV service names "_dots-signal._udp" and "_dots-signal._tcp" for discovering DOTS servers used to establish DOTS signal channel. 4646 udp dots-signal - DOTS Signal Channel Protocol. The service name is used to construct the SRV service names "_dots-signal._udp" and "_dots-signal._tcp" for discovering DOTS servers used to establish DOTS signal channel. + Distributed Denial-of-Service Open Threat Signaling (DOTS) Signal Channel Protocol. The service name is used to construct the SRV service names "_dots-signal._udp" and "_dots-signal._tcp" for discovering DOTS servers used to establish DOTS signal channel. 4658 @@ -51949,14 +52003,14 @@ Generated 12/05/2020 00:58:20--> 5030 tcp - surfpass - SurfPass + record + Reserved 5030 udp - surfpass - SurfPass + record + Reserved 5031 @@ -55032,6 +55086,18 @@ Generated 12/05/2020 00:58:20--> record Reserved + + 5540 + tcp + matter + Matter Operational Discovery and Communi + + + 5540 + udp + matter + Matter Operational Discovery and Communi + 5550 tcp @@ -56295,14 +56361,14 @@ Generated 12/05/2020 00:58:20--> 5777 tcp - dali-port - DALI Port + starfield-io + Control commands and responses 5777 udp - dali-port - DALI Port + starfield-io + Control commands and responses 5780 @@ -56424,6 +56490,18 @@ Generated 12/05/2020 00:58:20--> spdp Simple Peered Discovery Protocol + + 5798 + tcp + enlabel-dpl + Proprietary Website deployment service + + + 5798 + udp + record + Reserved + 5813 tcp @@ -56760,6 +56838,18 @@ Generated 12/05/2020 00:58:20--> record Reserved + + 5994 + tcp + rms-agent + RMS Agent Listening Service + + + 5994 + udp + record + Reserved + 5999 tcp @@ -61250,6 +61340,18 @@ Generated 12/05/2020 00:58:20--> virprot-lm Virtual Prototypes License Manager + + 7123 + tcp + snif + End-to-end TLS Relay Control Connection + + + 7123 + udp + record + Reserved + 7128 tcp @@ -63512,6 +63614,18 @@ Generated 12/05/2020 00:58:20--> record Reserved + + 8017 + tcp + record + Reserved + + + 8017 + udp + cisco-cloudsec + Cisco Cloudsec Dataplane Port Number + 8019 tcp @@ -64952,6 +65066,18 @@ Generated 12/05/2020 00:58:20--> record Reserved + + 8432 + tcp + pgbackrest + PostgreSQL Backup + + + 8432 + udp + record + Reserved + 8442 tcp @@ -71806,6 +71932,18 @@ Generated 12/05/2020 00:58:20--> track Track + + 20810 + tcp + crtech-nlm + CRTech NLM + + + 20810 + udp + record + Reserved + 20999 tcp @@ -73240,6 +73378,18 @@ Generated 12/05/2020 00:58:20--> record Reserved + + 28080 + tcp + thor-engine + thor/server - ML engine + + + 28080 + udp + record + Reserved + 28119 tcp @@ -73528,6 +73678,18 @@ Generated 12/05/2020 00:58:20--> yawn YaWN - Yet Another Windows Notifier + + 31337 + tcp + eldim + eldim is a secure file upload proxy + + + 31337 + udp + eldim + eldim is a secure file upload proxy + 31400 tcp @@ -74614,6 +74776,18 @@ Generated 12/05/2020 00:58:20--> f1-control F1 Control Plane (3GPP) + + 38638 + tcp + psqlmws + Premier SQL Middleware Server + + + 38638 + udp + record + Reserved + 38800 tcp @@ -74638,6 +74812,18 @@ Generated 12/05/2020 00:58:20--> record Reserved + + 39063 + tcp + vroa + Children's hearing test/Telemedicine + + + 39063 + udp + record + Reserved + 39681 tcp diff --git a/Source/NETworkManager.Models/Resources/WhoisServers.xml b/Source/NETworkManager.Models/Resources/WhoisServers.xml index 18712b5ce9..6b82b04c54 100644 --- a/Source/NETworkManager.Models/Resources/WhoisServers.xml +++ b/Source/NETworkManager.Models/Resources/WhoisServers.xml @@ -1,6 +1,6 @@  +Generated 02/21/2022 03:25:53--> AAA @@ -26,7 +26,7 @@ Generated 12/05/2020 23:54:04--> ABBVIE - whois.afilias-srs.net + whois.nic.abbvie ABC @@ -89,7 +89,7 @@ Generated 12/05/2020 23:54:04--> ADULT - whois.registrar.adult + whois.nic.adult AE @@ -112,17 +112,13 @@ Generated 12/05/2020 23:54:04--> AF whois.nic.af - - AFAMILYCOMPANY - whois.nic.afamilycompany - AFL whois.nic.afl AFRICA - africa-whois.registry.net.za + whois.nic.africa AG @@ -192,7 +188,7 @@ Generated 12/05/2020 23:54:04--> ALSACE - whois-alsace.nic.fr + whois.nic.alsace ALSTOM @@ -295,7 +291,7 @@ Generated 12/05/2020 23:54:04--> ARCHI - whois.afilias.net + whois.nic.archi ARMY @@ -376,7 +372,7 @@ Generated 12/05/2020 23:54:04--> AUTOS - whois.afilias-srs.net + whois.nic.autos AVIANCA @@ -545,7 +541,7 @@ Generated 12/05/2020 23:54:04--> BET - whois.afilias.net + whois.nic.bet BF @@ -593,7 +589,7 @@ Generated 12/05/2020 23:54:04--> BIO - whois.afilias.net + whois.nic.bio BIZ @@ -605,7 +601,7 @@ Generated 12/05/2020 23:54:04--> BLACK - whois.afilias.net + whois.nic.black BLACKFRIDAY @@ -626,7 +622,7 @@ Generated 12/05/2020 23:54:04--> BLUE - whois.afilias.net + whois.nic.blue BM @@ -655,7 +651,7 @@ Generated 12/05/2020 23:54:04--> BOATS - whois.afilias-srs.net + whois.nic.boats BOEHRINGER @@ -748,10 +744,6 @@ Generated 12/05/2020 23:54:04--> - - BUDAPEST - whois.nic.budapest - BUGATTI whois.afilias-srs.net @@ -846,7 +838,7 @@ Generated 12/05/2020 23:54:04--> CAPETOWN - capetown-whois.registry.net.za + whois.nic.capetown CAPITAL @@ -893,10 +885,6 @@ Generated 12/05/2020 23:54:04--> CASE whois.nic.case - - CASEIH - whois.nic.caseih - CASH whois.nic.cash @@ -944,10 +932,6 @@ Generated 12/05/2020 23:54:04--> - - CEB - whois.afilias-srs.net - CENTER whois.nic.center @@ -1210,7 +1194,7 @@ Generated 12/05/2020 23:54:04--> CORSICA - whois-corsica.nic.fr + whois.nic.corsica COUNTRY @@ -1271,10 +1255,6 @@ Generated 12/05/2020 23:54:04--> CRUISES whois.nic.cruises - - CSC - whois.nic.csc - CU @@ -1515,10 +1495,6 @@ Generated 12/05/2020 23:54:04--> DUBAI whois.nic.dubai - - DUCK - whois.nic.duck - DUNLOP whois.nic.dunlop @@ -1530,7 +1506,7 @@ Generated 12/05/2020 23:54:04--> DURBAN - durban-whois.registry.net.za + whois.nic.durban DVAG @@ -1843,8 +1819,7 @@ Generated 12/05/2020 23:54:04--> FM - - + whois.nic.fm FO @@ -1930,10 +1905,6 @@ Generated 12/05/2020 23:54:04--> FUJITSU whois.nic.gmo - - FUJIXEROX - whois.nic.fujixerox - FUN whois.nic.fun @@ -2074,10 +2045,6 @@ Generated 12/05/2020 23:54:04--> GL whois.nic.gl - - GLADE - whois.nic.glade - GLASS whois.nic.glass @@ -2192,7 +2159,7 @@ Generated 12/05/2020 23:54:04--> GREEN - whois.afilias.net + whois.nic.green GRIPE @@ -2228,8 +2195,7 @@ Generated 12/05/2020 23:54:04--> GUCCI - - + whois.nic.gucci GUGE @@ -2369,7 +2335,7 @@ Generated 12/05/2020 23:54:04--> HOMES - whois.afilias-srs.net + whois.nic.homes HOMESENSE @@ -2532,7 +2498,7 @@ Generated 12/05/2020 23:54:04--> INFO - whois.afilias.net + whois.nic.info ING @@ -2621,10 +2587,6 @@ Generated 12/05/2020 23:54:04--> ITV whois.afilias-srs.net - - IVECO - whois.nic.iveco - JAGUAR whois.nic.jaguar @@ -2687,7 +2649,7 @@ Generated 12/05/2020 23:54:04--> JOBURG - joburg-whois.registry.net.za + whois.nic.joburg JOT @@ -2766,7 +2728,7 @@ Generated 12/05/2020 23:54:04--> KIM - whois.afilias.net + whois.nic.kim KINDER @@ -2918,8 +2880,7 @@ Generated 12/05/2020 23:54:04--> LB - - + whois.lbdr.org.lb LC @@ -2936,7 +2897,7 @@ Generated 12/05/2020 23:54:04--> LECLERC - whois-leclerc.nic.fr + whois.nic.leclerc LEFRAK @@ -2956,7 +2917,7 @@ Generated 12/05/2020 23:54:04--> LGBT - whois.afilias.net + whois.nic.lgbt LI @@ -3026,10 +2987,6 @@ Generated 12/05/2020 23:54:04--> - - LIXIL - whois.nic.lixil - LK @@ -3037,7 +2994,7 @@ Generated 12/05/2020 23:54:04--> LLC - whois.afilias.net + whois.nic.llc LLP @@ -3078,7 +3035,7 @@ Generated 12/05/2020 23:54:04--> LOTTO - whois.afilias.net + whois.nic.lotto LOVE @@ -3121,11 +3078,6 @@ Generated 12/05/2020 23:54:04--> LUNDBECK whois.nic.lundbeck - - LUPIN - - - LUXE whois.nic.luxe @@ -3399,7 +3351,7 @@ Generated 12/05/2020 23:54:04--> MOTORCYCLES - whois.afilias-srs.net + whois.nic.motorcycles MOV @@ -3411,7 +3363,8 @@ Generated 12/05/2020 23:54:04--> MP - whois.nic.mp + + MQ @@ -3451,6 +3404,11 @@ Generated 12/05/2020 23:54:04--> MUSEUM whois.nic.museum + + MUSIC + + + MUTUAL @@ -3493,10 +3451,6 @@ Generated 12/05/2020 23:54:04--> NAME whois.nic.name - - NATIONWIDE - whois.nic.nationwide - NATURA whois.gtlds.nic.br @@ -3549,10 +3503,6 @@ Generated 12/05/2020 23:54:04--> NEW whois.nic.google - - NEWHOLLAND - whois.nic.newholland - NEWS whois.nic.news @@ -3697,10 +3647,6 @@ Generated 12/05/2020 23:54:04--> OBSERVER whois.nic.observer - - OFF - whois.nic.off - OFFICE @@ -3751,10 +3697,6 @@ Generated 12/05/2020 23:54:04--> ONLINE whois.nic.online - - ONYOURSIDE - whois.nic.onyourside - OOO whois.nic.ooo @@ -3778,7 +3720,7 @@ Generated 12/05/2020 23:54:04--> ORGANIC - whois.afilias.net + whois.nic.organic ORIGINS @@ -3798,7 +3740,7 @@ Generated 12/05/2020 23:54:04--> OVH - whois-ovh.nic.fr + whois.nic.ovh PA @@ -3815,7 +3757,7 @@ Generated 12/05/2020 23:54:04--> PARIS - whois-paris.nic.fr + whois.nic.paris PARS @@ -3852,7 +3794,7 @@ Generated 12/05/2020 23:54:04--> PET - whois.afilias.net + whois.nic.pet PF @@ -3933,7 +3875,7 @@ Generated 12/05/2020 23:54:04--> PINK - whois.afilias.net + whois.nic.pink PIONEER @@ -3991,7 +3933,7 @@ Generated 12/05/2020 23:54:04--> POKER - whois.afilias.net + whois.nic.poker POLITIE @@ -3999,7 +3941,7 @@ Generated 12/05/2020 23:54:04--> PORN - whois.registrar.adult + whois.nic.porn POST @@ -4029,7 +3971,7 @@ Generated 12/05/2020 23:54:04--> PRO - whois.afilias.net + whois.nic.pro PROD @@ -4049,7 +3991,7 @@ Generated 12/05/2020 23:54:04--> PROMO - whois.afilias.net + whois.nic.promo PROPERTIES @@ -4105,8 +4047,7 @@ Generated 12/05/2020 23:54:04--> QPON - - + whois.nic.qpon QUEBEC @@ -4116,11 +4057,6 @@ Generated 12/05/2020 23:54:04--> QUEST whois.nic.quest - - QVC - - - RACING whois.nic.racing @@ -4129,10 +4065,6 @@ Generated 12/05/2020 23:54:04--> RADIO whois.nic.radio - - RAID - whois.nic.raid - RE whois.nic.re @@ -4160,7 +4092,7 @@ Generated 12/05/2020 23:54:04--> RED - whois.afilias.net + whois.nic.red REDSTONE @@ -4258,10 +4190,6 @@ Generated 12/05/2020 23:54:04--> RIP whois.nic.rip - - RMIT - whois.nic.rmit - RO whois.rotld.ro @@ -4446,10 +4374,6 @@ Generated 12/05/2020 23:54:04--> SCIENCE whois.nic.science - - SCJOHNSON - whois.nic.scjohnson - SCOT whois.nic.scot @@ -4510,7 +4434,7 @@ Generated 12/05/2020 23:54:04--> SEX - whois.registrar.adult + whois.nic.sex SEXY @@ -4550,7 +4474,7 @@ Generated 12/05/2020 23:54:04--> SHIKSHA - whois.afilias.net + whois.nic.shiksha SHOES @@ -4607,7 +4531,7 @@ Generated 12/05/2020 23:54:04--> SKI - whois.afilias.net + whois.nic.ski SKIN @@ -4713,10 +4637,6 @@ Generated 12/05/2020 23:54:04--> SPOT whois.nic.spot - - SPREADBETTING - whois.nic.spreadbetting - SR @@ -4833,11 +4753,6 @@ Generated 12/05/2020 23:54:04--> SWATCH whois.nic.swatch - - SWIFTCOVER - - - SWISS whois.nic.swiss @@ -5346,7 +5261,7 @@ Generated 12/05/2020 23:54:04--> VOTE - whois.afilias.net + whois.nic.vote VOTING @@ -5354,7 +5269,7 @@ Generated 12/05/2020 23:54:04--> VOTO - whois.afilias.net + whois.nic.voto VOYAGE @@ -5362,7 +5277,7 @@ Generated 12/05/2020 23:54:04--> VU - whois.dnrs.neustar + whois.dnrs.vu VUELOS @@ -5395,8 +5310,7 @@ Generated 12/05/2020 23:54:04--> WATCHES - - + whois.nic.watches WEATHER @@ -5574,10 +5488,6 @@ Generated 12/05/2020 23:54:04--> XN--3HCRJ9C whois.registry.in - - XN--3OQ18VL8PN36A - whois.nic.xn--3oq18vl8pn36a - XN--3PXU8K whois.nic.xn--3pxu8k @@ -5596,7 +5506,11 @@ Generated 12/05/2020 23:54:04--> XN--45Q11C - whois.nic.xn--45q11c + whois.gtld.knet.cn + + + XN--4DBRK0CE + whois.isoc.org.il XN--4GBRIM @@ -5625,7 +5539,7 @@ Generated 12/05/2020 23:54:04--> XN--6FRZ82G - whois.afilias.net + whois.nic.xn--6frz82g XN--6QQ986B3XL @@ -5826,7 +5740,7 @@ Generated 12/05/2020 23:54:04--> XN--HXT814E - whois.nic.xn--hxt814e + whois.gtld.knet.cn XN--I1B6B1A6A2E @@ -6178,7 +6092,7 @@ Generated 12/05/2020 23:54:04--> XXX - whois.registrar.adult + whois.nic.xxx XYZ @@ -6186,7 +6100,7 @@ Generated 12/05/2020 23:54:04--> YACHTS - whois.afilias-srs.net + whois.nic.yachts YAHOO diff --git a/Source/NETworkManager.Profiles/Application/PowerShell.cs b/Source/NETworkManager.Profiles/Application/PowerShell.cs index bdf93418e7..47be397fc6 100644 --- a/Source/NETworkManager.Profiles/Application/PowerShell.cs +++ b/Source/NETworkManager.Profiles/Application/PowerShell.cs @@ -5,17 +5,19 @@ namespace NETworkManager.Profiles.Application { public class PowerShell { - public static PowerShellSessionInfo CreateSessionInfo(ProfileInfo profileInfo) + public static PowerShellSessionInfo CreateSessionInfo(ProfileInfo profile) { - var info = new PowerShellSessionInfo - { - EnableRemoteConsole = profileInfo.PowerShell_EnableRemoteConsole, - Host = profileInfo.Host, - AdditionalCommandLine = profileInfo.PowerShell_OverrideAdditionalCommandLine ? profileInfo.PowerShell_AdditionalCommandLine : SettingsManager.Current.PowerShell_AdditionalCommandLine, - ExecutionPolicy = profileInfo.PowerShell_OverrideExecutionPolicy ? profileInfo.PowerShell_ExecutionPolicy : SettingsManager.Current.PowerShell_ExecutionPolicy - }; + // Get group info + GroupInfo group = ProfileManager.GetGroup(profile.Group); - return info; + return new PowerShellSessionInfo + { + EnableRemoteConsole = profile.PowerShell_EnableRemoteConsole, + Host = profile.Host, + + AdditionalCommandLine = profile.PowerShell_OverrideAdditionalCommandLine ? profile.PowerShell_AdditionalCommandLine : (group.PowerShell_OverrideAdditionalCommandLine ? group.PowerShell_AdditionalCommandLine : SettingsManager.Current.PowerShell_AdditionalCommandLine), + ExecutionPolicy = profile.PowerShell_OverrideExecutionPolicy ? profile.PowerShell_ExecutionPolicy : (group.PowerShell_OverrideExecutionPolicy ? group.PowerShell_ExecutionPolicy : SettingsManager.Current.PowerShell_ExecutionPolicy) + }; } } } diff --git a/Source/NETworkManager.Profiles/Application/PuTTY.cs b/Source/NETworkManager.Profiles/Application/PuTTY.cs index 971a671aef..9190c1b7bd 100644 --- a/Source/NETworkManager.Profiles/Application/PuTTY.cs +++ b/Source/NETworkManager.Profiles/Application/PuTTY.cs @@ -5,24 +5,27 @@ namespace NETworkManager.Profiles.Application { public static class PuTTY { - public static PuTTYSessionInfo CreateSessionInfo(ProfileInfo profileInfo) + public static PuTTYSessionInfo CreateSessionInfo(ProfileInfo profile) { - var info = new PuTTYSessionInfo + // Get group info + GroupInfo group = ProfileManager.GetGroup(profile.Group); + + return new PuTTYSessionInfo { - Mode = profileInfo.PuTTY_ConnectionMode, - HostOrSerialLine = profileInfo.PuTTY_HostOrSerialLine, - PortOrBaud = profileInfo.PuTTY_OverridePortOrBaud ? profileInfo.PuTTY_PortOrBaud : Settings.Application.PuTTY.GetPortOrBaudByConnectionMode(profileInfo.PuTTY_ConnectionMode), - Username = profileInfo.PuTTY_OverrideUsername ? profileInfo.PuTTY_Username : SettingsManager.Current.PuTTY_Username, - PrivateKey = profileInfo.PuTTY_OverridePrivateKeyFile ? profileInfo.PuTTY_PrivateKeyFile : SettingsManager.Current.PuTTY_PrivateKeyFile, - Profile = profileInfo.PuTTY_OverrideProfile ? profileInfo.PuTTY_Profile : SettingsManager.Current.PuTTY_Profile, - EnableLog = profileInfo.PuTTY_OverrideEnableLog ? profileInfo.PuTTY_EnableLog : SettingsManager.Current.PuTTY_EnableSessionLog, - LogMode = profileInfo.PuTTY_OverrideLogMode ? profileInfo.PuTTY_LogMode : SettingsManager.Current.PuTTY_LogMode, - LogPath = profileInfo.PuTTY_OverrideLogPath ? profileInfo.PuTTY_LogPath : Settings.Application.PuTTY.LogPath, - LogFileName = profileInfo.PuTTY_OverrideLogFileName ? profileInfo.PuTTY_LogFileName : SettingsManager.Current.PuTTY_LogFileName, - AdditionalCommandLine = profileInfo.PuTTY_OverrideAdditionalCommandLine ? profileInfo.PuTTY_AdditionalCommandLine : SettingsManager.Current.PuTTY_AdditionalCommandLine - }; + Mode = profile.PuTTY_ConnectionMode, + HostOrSerialLine = profile.PuTTY_HostOrSerialLine, - return info; + PortOrBaud = profile.PuTTY_OverridePortOrBaud ? profile.PuTTY_PortOrBaud : Settings.Application.PuTTY.GetPortOrBaudByConnectionMode(profile.PuTTY_ConnectionMode), + + Username = profile.PuTTY_OverrideUsername ? profile.PuTTY_Username : (group.PuTTY_OverrideUsername ? group.PuTTY_Username : SettingsManager.Current.PuTTY_Username), + PrivateKey = profile.PuTTY_OverridePrivateKeyFile ? profile.PuTTY_PrivateKeyFile : (group.PuTTY_OverridePrivateKeyFile ? group.PuTTY_PrivateKeyFile : SettingsManager.Current.PuTTY_PrivateKeyFile), + Profile = profile.PuTTY_OverrideProfile ? profile.PuTTY_Profile : (group.PuTTY_OverrideProfile ? group.PuTTY_Profile : SettingsManager.Current.PuTTY_Profile), + EnableLog = profile.PuTTY_OverrideEnableLog ? profile.PuTTY_EnableLog : (group.PuTTY_OverrideEnableLog ? group.PuTTY_EnableLog : SettingsManager.Current.PuTTY_EnableSessionLog), + LogMode = profile.PuTTY_OverrideLogMode ? profile.PuTTY_LogMode : (group.PuTTY_OverrideLogMode ? group.PuTTY_LogMode : SettingsManager.Current.PuTTY_LogMode), + LogPath = profile.PuTTY_OverrideLogPath ? profile.PuTTY_LogPath : (group.PuTTY_OverrideLogPath ? group.PuTTY_LogPath : Settings.Application.PuTTY.LogPath), + LogFileName = profile.PuTTY_OverrideLogFileName ? profile.PuTTY_LogFileName : (group.PuTTY_OverrideLogFileName ? group.PuTTY_LogFileName : SettingsManager.Current.PuTTY_LogFileName), + AdditionalCommandLine = profile.PuTTY_OverrideAdditionalCommandLine ? profile.PuTTY_AdditionalCommandLine : (group.PuTTY_OverrideAdditionalCommandLine ? group.PuTTY_AdditionalCommandLine : SettingsManager.Current.PuTTY_AdditionalCommandLine) + }; } } } diff --git a/Source/NETworkManager.Profiles/Application/RemoteDesktop.cs b/Source/NETworkManager.Profiles/Application/RemoteDesktop.cs index 7afdadebb3..1ed23375b5 100644 --- a/Source/NETworkManager.Profiles/Application/RemoteDesktop.cs +++ b/Source/NETworkManager.Profiles/Application/RemoteDesktop.cs @@ -1,6 +1,5 @@ using NETworkManager.Models.RemoteDesktop; using NETworkManager.Settings; -using System.Windows.Forms; namespace NETworkManager.Profiles.Application { @@ -57,100 +56,160 @@ public static RemoteDesktopSessionInfo CreateSessionInfo() }; } - public static RemoteDesktopSessionInfo CreateSessionInfo(ProfileInfo profileInfo) + public static RemoteDesktopSessionInfo CreateSessionInfo(ProfileInfo profile) { - var info = new RemoteDesktopSessionInfo(); + var info = CreateSessionInfo(); + + // Get group info + GroupInfo group = ProfileManager.GetGroup(profile.Group); + // Override hostname - info.Hostname = profileInfo.Host; + info.Hostname = profile.Host; // Network - if (profileInfo.RemoteDesktop_OverridePort) - info.Port = profileInfo.RemoteDesktop_Port; + if (profile.RemoteDesktop_OverridePort) + info.Port = profile.RemoteDesktop_Port; + else if (group.RemoteDesktop_OverridePort) + info.Port = group.RemoteDesktop_Port; // Display - if (profileInfo.RemoteDesktop_OverrideDisplay) + if (profile.RemoteDesktop_OverrideDisplay) { - info.AdjustScreenAutomatically = profileInfo.RemoteDesktop_AdjustScreenAutomatically; - info.UseCurrentViewSize = profileInfo.RemoteDesktop_UseCurrentViewSize; - info.DesktopWidth = profileInfo.RemoteDesktop_UseCustomScreenSize ? profileInfo.RemoteDesktop_CustomScreenWidth : profileInfo.RemoteDesktop_ScreenWidth; - info.DesktopHeight = profileInfo.RemoteDesktop_UseCustomScreenSize ? profileInfo.RemoteDesktop_CustomScreenHeight : profileInfo.RemoteDesktop_ScreenHeight; - info.ColorDepth = profileInfo.RemoteDesktop_ColorDepth; + info.AdjustScreenAutomatically = profile.RemoteDesktop_AdjustScreenAutomatically; + info.UseCurrentViewSize = profile.RemoteDesktop_UseCurrentViewSize; + info.DesktopWidth = profile.RemoteDesktop_UseCustomScreenSize ? profile.RemoteDesktop_CustomScreenWidth : profile.RemoteDesktop_ScreenWidth; + info.DesktopHeight = profile.RemoteDesktop_UseCustomScreenSize ? profile.RemoteDesktop_CustomScreenHeight : profile.RemoteDesktop_ScreenHeight; + info.ColorDepth = profile.RemoteDesktop_ColorDepth; + } + else if (group.RemoteDesktop_OverrideDisplay) + { + info.AdjustScreenAutomatically = group.RemoteDesktop_AdjustScreenAutomatically; + info.UseCurrentViewSize = group.RemoteDesktop_UseCurrentViewSize; + info.DesktopWidth = group.RemoteDesktop_UseCustomScreenSize ? group.RemoteDesktop_CustomScreenWidth : group.RemoteDesktop_ScreenWidth; + info.DesktopHeight = group.RemoteDesktop_UseCustomScreenSize ? group.RemoteDesktop_CustomScreenHeight : group.RemoteDesktop_ScreenHeight; + info.ColorDepth = group.RemoteDesktop_ColorDepth; } // Authentication - if (profileInfo.RemoteDesktop_OverrideCredSspSupport) - info.EnableCredSspSupport = profileInfo.RemoteDesktop_EnableCredSspSupport; + if (profile.RemoteDesktop_OverrideCredSspSupport) + info.EnableCredSspSupport = profile.RemoteDesktop_EnableCredSspSupport; + else if (group.RemoteDesktop_OverrideCredSspSupport) + info.EnableCredSspSupport = group.RemoteDesktop_EnableCredSspSupport; - if (profileInfo.RemoteDesktop_OverrideAuthenticationLevel) - info.AuthenticationLevel = profileInfo.RemoteDesktop_AuthenticationLevel; + if (profile.RemoteDesktop_OverrideAuthenticationLevel) + info.AuthenticationLevel = profile.RemoteDesktop_AuthenticationLevel; + else if (group.RemoteDesktop_OverrideAuthenticationLevel) + info.AuthenticationLevel = group.RemoteDesktop_AuthenticationLevel; // Remote audio - if (profileInfo.RemoteDesktop_OverrideAudioRedirectionMode) - info.AudioRedirectionMode = profileInfo.RemoteDesktop_AudioRedirectionMode; + if (profile.RemoteDesktop_OverrideAudioRedirectionMode) + info.AudioRedirectionMode = profile.RemoteDesktop_AudioRedirectionMode; + else if (group.RemoteDesktop_OverrideAudioRedirectionMode) + info.AudioRedirectionMode = group.RemoteDesktop_AudioRedirectionMode; - if (profileInfo.RemoteDesktop_OverrideAudioCaptureRedirectionMode) - info.AudioCaptureRedirectionMode = profileInfo.RemoteDesktop_AudioCaptureRedirectionMode; + if (profile.RemoteDesktop_OverrideAudioCaptureRedirectionMode) + info.AudioCaptureRedirectionMode = profile.RemoteDesktop_AudioCaptureRedirectionMode; + else if (group.RemoteDesktop_OverrideAudioCaptureRedirectionMode) + info.AudioCaptureRedirectionMode = group.RemoteDesktop_AudioCaptureRedirectionMode; // Keyboard - if (profileInfo.RemoteDesktop_OverrideApplyWindowsKeyCombinations) - info.KeyboardHookMode = profileInfo.RemoteDesktop_KeyboardHookMode; + if (profile.RemoteDesktop_OverrideApplyWindowsKeyCombinations) + info.KeyboardHookMode = profile.RemoteDesktop_KeyboardHookMode; + else if (group.RemoteDesktop_OverrideApplyWindowsKeyCombinations) + info.KeyboardHookMode = group.RemoteDesktop_KeyboardHookMode; // Local devices and resources - if (profileInfo.RemoteDesktop_OverrideRedirectClipboard) - info.RedirectClipboard = profileInfo.RemoteDesktop_RedirectClipboard; - - if (profileInfo.RemoteDesktop_OverrideRedirectDevices) - info.RedirectDevices = profileInfo.RemoteDesktop_RedirectDevices; - - if (profileInfo.RemoteDesktop_OverrideRedirectDrives) - info.RedirectDrives = profileInfo.RemoteDesktop_RedirectDrives; - - if (profileInfo.RemoteDesktop_OverrideRedirectPorts) - info.RedirectPorts = profileInfo.RemoteDesktop_RedirectPorts; - - if (profileInfo.RemoteDesktop_OverrideRedirectSmartcards) - info.RedirectSmartCards = profileInfo.RemoteDesktop_RedirectSmartCards; - - if (profileInfo.RemoteDesktop_OverrideRedirectPrinters) - info.RedirectPrinters = profileInfo.RemoteDesktop_RedirectPrinters; + if (profile.RemoteDesktop_OverrideRedirectClipboard) + info.RedirectClipboard = profile.RemoteDesktop_RedirectClipboard; + else if (group.RemoteDesktop_OverrideRedirectClipboard) + info.RedirectClipboard = group.RemoteDesktop_RedirectClipboard; + + if (profile.RemoteDesktop_OverrideRedirectDevices) + info.RedirectDevices = profile.RemoteDesktop_RedirectDevices; + else if (group.RemoteDesktop_OverrideRedirectDevices) + info.RedirectDevices = group.RemoteDesktop_RedirectDevices; + + if (profile.RemoteDesktop_OverrideRedirectDrives) + info.RedirectDrives = profile.RemoteDesktop_RedirectDrives; + else if (group.RemoteDesktop_OverrideRedirectDrives) + info.RedirectDrives = group.RemoteDesktop_RedirectDrives; + + if (profile.RemoteDesktop_OverrideRedirectPorts) + info.RedirectPorts = profile.RemoteDesktop_RedirectPorts; + else if (group.RemoteDesktop_OverrideRedirectPorts) + info.RedirectPorts = group.RemoteDesktop_RedirectPorts; + + if (profile.RemoteDesktop_OverrideRedirectSmartcards) + info.RedirectSmartCards = profile.RemoteDesktop_RedirectSmartCards; + else if (group.RemoteDesktop_OverrideRedirectSmartcards) + info.RedirectSmartCards = group.RemoteDesktop_RedirectSmartCards; + + if (profile.RemoteDesktop_OverrideRedirectPrinters) + info.RedirectPrinters = profile.RemoteDesktop_RedirectPrinters; + else if (group.RemoteDesktop_OverrideRedirectPrinters) + info.RedirectPrinters = group.RemoteDesktop_RedirectPrinters; // Experience - if (profileInfo.RemoteDesktop_OverridePersistentBitmapCaching) - info.PersistentBitmapCaching = profileInfo.RemoteDesktop_PersistentBitmapCaching; + if (profile.RemoteDesktop_OverridePersistentBitmapCaching) + info.PersistentBitmapCaching = profile.RemoteDesktop_PersistentBitmapCaching; + else if (group.RemoteDesktop_OverridePersistentBitmapCaching) + info.PersistentBitmapCaching = group.RemoteDesktop_PersistentBitmapCaching; - if (profileInfo.RemoteDesktop_OverrideReconnectIfTheConnectionIsDropped) - info.ReconnectIfTheConnectionIsDropped = profileInfo.RemoteDesktop_ReconnectIfTheConnectionIsDropped; + if (profile.RemoteDesktop_OverrideReconnectIfTheConnectionIsDropped) + info.ReconnectIfTheConnectionIsDropped = profile.RemoteDesktop_ReconnectIfTheConnectionIsDropped; + else if (group.RemoteDesktop_OverrideReconnectIfTheConnectionIsDropped) + info.ReconnectIfTheConnectionIsDropped = group.RemoteDesktop_ReconnectIfTheConnectionIsDropped; // Performance - if (profileInfo.RemoteDesktop_OverrideNetworkConnectionType) - info.NetworkConnectionType = profileInfo.RemoteDesktop_NetworkConnectionType; - - if (profileInfo.RemoteDesktop_OverrideDesktopBackground) - info.DesktopBackground = profileInfo.RemoteDesktop_DesktopBackground; - - if (profileInfo.RemoteDesktop_OverrideFontSmoothing) - info.FontSmoothing = profileInfo.RemoteDesktop_FontSmoothing; - - if (profileInfo.RemoteDesktop_OverrideDesktopComposition) - info.DesktopComposition = profileInfo.RemoteDesktop_DesktopComposition; - - if (profileInfo.RemoteDesktop_OverrideShowWindowContentsWhileDragging) - info.ShowWindowContentsWhileDragging = profileInfo.RemoteDesktop_ShowWindowContentsWhileDragging; - - if (profileInfo.RemoteDesktop_OverrideMenuAndWindowAnimation) - info.MenuAndWindowAnimation = profileInfo.RemoteDesktop_MenuAndWindowAnimation; - - if (profileInfo.RemoteDesktop_OverrideVisualStyles) - info.VisualStyles = profileInfo.RemoteDesktop_VisualStyles; - + if (profile.RemoteDesktop_OverrideNetworkConnectionType) + info.NetworkConnectionType = profile.RemoteDesktop_NetworkConnectionType; + else if (group.RemoteDesktop_OverrideNetworkConnectionType) + info.NetworkConnectionType = group.RemoteDesktop_NetworkConnectionType; + + if (profile.RemoteDesktop_OverrideDesktopBackground) + info.DesktopBackground = profile.RemoteDesktop_DesktopBackground; + else if (group.RemoteDesktop_OverrideDesktopBackground) + info.DesktopBackground = group.RemoteDesktop_DesktopBackground; + + if (profile.RemoteDesktop_OverrideFontSmoothing) + info.FontSmoothing = profile.RemoteDesktop_FontSmoothing; + else if (group.RemoteDesktop_OverrideFontSmoothing) + info.FontSmoothing = group.RemoteDesktop_FontSmoothing; + + if (profile.RemoteDesktop_OverrideDesktopComposition) + info.DesktopComposition = profile.RemoteDesktop_DesktopComposition; + else if (group.RemoteDesktop_OverrideDesktopComposition) + info.DesktopComposition = group.RemoteDesktop_DesktopComposition; + + if (profile.RemoteDesktop_OverrideShowWindowContentsWhileDragging) + info.ShowWindowContentsWhileDragging = profile.RemoteDesktop_ShowWindowContentsWhileDragging; + else if (group.RemoteDesktop_OverrideShowWindowContentsWhileDragging) + info.ShowWindowContentsWhileDragging = group.RemoteDesktop_ShowWindowContentsWhileDragging; + + if (profile.RemoteDesktop_OverrideMenuAndWindowAnimation) + info.MenuAndWindowAnimation = profile.RemoteDesktop_MenuAndWindowAnimation; + else if (group.RemoteDesktop_OverrideMenuAndWindowAnimation) + info.MenuAndWindowAnimation = group.RemoteDesktop_MenuAndWindowAnimation; + + if (profile.RemoteDesktop_OverrideVisualStyles) + info.VisualStyles = profile.RemoteDesktop_VisualStyles; + else if (group.RemoteDesktop_OverrideVisualStyles) + info.VisualStyles = group.RemoteDesktop_VisualStyles; // Set credentials - if (profileInfo.RemoteDesktop_UseCredentials) + if (profile.RemoteDesktop_UseCredentials) + { + info.CustomCredentials = true; + + info.Username = profile.RemoteDesktop_Username; + info.Password = profile.RemoteDesktop_Password; + } + else if (group.RemoteDesktop_UseCredentials) { info.CustomCredentials = true; - info.Username = profileInfo.RemoteDesktop_Username; - info.Password = profileInfo.RemoteDesktop_Password; + info.Username = group.RemoteDesktop_Username; + info.Password = group.RemoteDesktop_Password; } return info; diff --git a/Source/NETworkManager.Profiles/Application/TigerVNC.cs b/Source/NETworkManager.Profiles/Application/TigerVNC.cs index c8e38379c3..15b1bcc980 100644 --- a/Source/NETworkManager.Profiles/Application/TigerVNC.cs +++ b/Source/NETworkManager.Profiles/Application/TigerVNC.cs @@ -6,15 +6,17 @@ namespace NETworkManager.Profiles.Application { public static class TigerVNC { - public static TigerVNCSessionInfo CreateSessionInfo(ProfileInfo profileInfo) + public static TigerVNCSessionInfo CreateSessionInfo(ProfileInfo profile) { - var info = new TigerVNCSessionInfo + // Get group info + GroupInfo group = ProfileManager.GetGroup(profile.Group); + + return new TigerVNCSessionInfo { - Host = profileInfo.TigerVNC_Host, - Port = profileInfo.TigerVNC_OverridePort ? profileInfo.TigerVNC_Port : SettingsManager.Current.TigerVNC_Port - }; + Host = profile.TigerVNC_Host, - return info; + Port = profile.TigerVNC_OverridePort ? profile.TigerVNC_Port : (group.TigerVNC_OverridePort ? group.TigerVNC_Port : SettingsManager.Current.TigerVNC_Port) + }; } } } diff --git a/Source/NETworkManager.Profiles/GroupEditMode.cs b/Source/NETworkManager.Profiles/GroupEditMode.cs new file mode 100644 index 0000000000..99da6314af --- /dev/null +++ b/Source/NETworkManager.Profiles/GroupEditMode.cs @@ -0,0 +1,8 @@ +namespace NETworkManager.Profiles +{ + public enum GroupEditMode + { + Add, + Edit + } +} diff --git a/Source/NETworkManager.Profiles/GroupInfo.cs b/Source/NETworkManager.Profiles/GroupInfo.cs new file mode 100644 index 0000000000..98daf063fa --- /dev/null +++ b/Source/NETworkManager.Profiles/GroupInfo.cs @@ -0,0 +1,223 @@ +using NETworkManager.Models.PowerShell; +using NETworkManager.Models.PuTTY; +using NETworkManager.Models.RemoteDesktop; +using NETworkManager.Settings; +using System.Collections.Generic; +using System.Security; +using System.Xml.Serialization; + +namespace NETworkManager.Profiles +{ + /// + /// Class represents a group. + /// + public class GroupInfo + { + /// + /// Name of the group. + /// + public string Name { get; set; } + + [XmlIgnore] + public new List Profiles { get; set; } + + public bool RemoteDesktop_Enabled { get; set; } + public bool RemoteDesktop_UseCredentials { get; set; } + public string RemoteDesktop_Username { get; set; } + + [XmlIgnore] + public SecureString RemoteDesktop_Password { get; set; } + public bool RemoteDesktop_OverrideDisplay { get; set; } + public bool RemoteDesktop_AdjustScreenAutomatically { get; set; } + public bool RemoteDesktop_UseCurrentViewSize { get; set; } + public bool RemoteDesktop_UseFixedScreenSize { get; set; } = true; + public int RemoteDesktop_ScreenWidth { get; set; } = GlobalStaticConfiguration.RemoteDesktop_ScreenWidth; + public int RemoteDesktop_ScreenHeight { get; set; } = GlobalStaticConfiguration.RemoteDesktop_ScreenHeight; + public bool RemoteDesktop_UseCustomScreenSize { get; set; } + public int RemoteDesktop_CustomScreenWidth { get; set; } + public int RemoteDesktop_CustomScreenHeight { get; set; } + public bool RemoteDesktop_OverrideColorDepth { get; set; } + public int RemoteDesktop_ColorDepth { get; set; } = GlobalStaticConfiguration.RemoteDesktop_ColorDepth; + public bool RemoteDesktop_OverridePort { get; set; } + public int RemoteDesktop_Port { get; set; } = GlobalStaticConfiguration.RemoteDesktop_Port; + public bool RemoteDesktop_OverrideCredSspSupport { get; set; } + public bool RemoteDesktop_EnableCredSspSupport { get; set; } + public bool RemoteDesktop_OverrideAuthenticationLevel { get; set; } + public uint RemoteDesktop_AuthenticationLevel { get; set; } = GlobalStaticConfiguration.RemoteDesktop_AuthenticationLevel; + public bool RemoteDesktop_OverrideAudioRedirectionMode { get; set; } + public AudioRedirectionMode RemoteDesktop_AudioRedirectionMode { get; set; } = GlobalStaticConfiguration.RemoteDesktop_AudioRedirectionMode; + public bool RemoteDesktop_OverrideAudioCaptureRedirectionMode { get; set; } + public AudioCaptureRedirectionMode RemoteDesktop_AudioCaptureRedirectionMode { get; set; } = GlobalStaticConfiguration.RemoteDesktop_AudioCaptureRedirectionMode; + public bool RemoteDesktop_OverrideApplyWindowsKeyCombinations { get; set; } + public KeyboardHookMode RemoteDesktop_KeyboardHookMode { get; set; } = GlobalStaticConfiguration.RemoteDesktop_KeyboardHookMode; + public bool RemoteDesktop_OverrideRedirectClipboard { get; set; } + public bool RemoteDesktop_RedirectClipboard { get; set; } = true; + public bool RemoteDesktop_OverrideRedirectDevices { get; set; } + public bool RemoteDesktop_RedirectDevices { get; set; } + public bool RemoteDesktop_OverrideRedirectDrives { get; set; } + public bool RemoteDesktop_RedirectDrives { get; set; } + public bool RemoteDesktop_OverrideRedirectPorts { get; set; } + public bool RemoteDesktop_RedirectPorts { get; set; } + public bool RemoteDesktop_OverrideRedirectSmartcards { get; set; } + public bool RemoteDesktop_RedirectSmartCards { get; set; } + public bool RemoteDesktop_OverrideRedirectPrinters { get; set; } + public bool RemoteDesktop_RedirectPrinters { get; set; } + public bool RemoteDesktop_OverridePersistentBitmapCaching { get; set; } + public bool RemoteDesktop_PersistentBitmapCaching { get; set; } + public bool RemoteDesktop_OverrideReconnectIfTheConnectionIsDropped { get; set; } + public bool RemoteDesktop_ReconnectIfTheConnectionIsDropped { get; set; } + public bool RemoteDesktop_OverrideNetworkConnectionType { get; set; } + public NetworkConnectionType RemoteDesktop_NetworkConnectionType { get; set; } + public bool RemoteDesktop_OverrideDesktopBackground { get; set; } + public bool RemoteDesktop_DesktopBackground { get; set; } + public bool RemoteDesktop_OverrideFontSmoothing { get; set; } + public bool RemoteDesktop_FontSmoothing { get; set; } + public bool RemoteDesktop_OverrideDesktopComposition { get; set; } + public bool RemoteDesktop_DesktopComposition { get; set; } + public bool RemoteDesktop_OverrideShowWindowContentsWhileDragging { get; set; } + public bool RemoteDesktop_ShowWindowContentsWhileDragging { get; set; } + public bool RemoteDesktop_OverrideMenuAndWindowAnimation { get; set; } + public bool RemoteDesktop_MenuAndWindowAnimation { get; set; } + public bool RemoteDesktop_OverrideVisualStyles { get; set; } + public bool RemoteDesktop_VisualStyles { get; set; } + + public bool PowerShell_Enabled { get; set; } + public bool PowerShell_OverrideAdditionalCommandLine { get; set; } + public string PowerShell_AdditionalCommandLine { get; set; } + public bool PowerShell_OverrideExecutionPolicy { get; set; } + public PowerShell.ExecutionPolicy PowerShell_ExecutionPolicy { get; set; } + + public bool PuTTY_Enabled { get; set; } + public bool PuTTY_OverrideUsername { get; set; } + public string PuTTY_Username { get; set; } + public bool PuTTY_OverridePrivateKeyFile { get; set; } + public string PuTTY_PrivateKeyFile { get; set; } + public bool PuTTY_OverrideProfile { get; set; } + public string PuTTY_Profile { get; set; } + public bool PuTTY_OverrideEnableLog { get; set; } + public bool PuTTY_EnableLog { get; set; } + public bool PuTTY_OverrideLogMode { get; set; } + public LogMode PuTTY_LogMode { get; set; } = GlobalStaticConfiguration.PuTTY_LogMode; + public bool PuTTY_OverrideLogPath { get; set; } + public string PuTTY_LogPath { get; set; } = GlobalStaticConfiguration.PuTTY_LogPath; + public bool PuTTY_OverrideLogFileName { get; set; } + public string PuTTY_LogFileName { get; set; } = GlobalStaticConfiguration.PuTTY_LogFileName; + public bool PuTTY_OverrideAdditionalCommandLine { get; set; } + public string PuTTY_AdditionalCommandLine { get; set; } + + public bool TigerVNC_Enabled { get; set; } + public bool TigerVNC_OverridePort { get; set; } + public int TigerVNC_Port { get; set; } + + + /// + /// Initializes a new instance of the class. + /// + public GroupInfo() + { + Profiles = new List(); + } + + /// + /// Initializes a new instance of the class with name. + /// + public GroupInfo(string name) : this() + { + Name = name; + } + + /// + /// Initializes a new instance of the class with properties. + /// + public GroupInfo(GroupInfo group) : this(group.Name) + { + Profiles = group.Profiles; + + RemoteDesktop_Enabled = group.RemoteDesktop_Enabled; + RemoteDesktop_UseCredentials = group.RemoteDesktop_UseCredentials; + RemoteDesktop_Username = group.RemoteDesktop_Username; + RemoteDesktop_Password = group.RemoteDesktop_Password; + RemoteDesktop_OverrideDisplay = group.RemoteDesktop_OverrideDisplay; + RemoteDesktop_AdjustScreenAutomatically = group.RemoteDesktop_AdjustScreenAutomatically; + RemoteDesktop_UseCurrentViewSize = group.RemoteDesktop_UseCurrentViewSize; + RemoteDesktop_UseFixedScreenSize = group.RemoteDesktop_UseFixedScreenSize; + RemoteDesktop_ScreenWidth = group.RemoteDesktop_ScreenWidth; + RemoteDesktop_ScreenHeight = group.RemoteDesktop_ScreenHeight; + RemoteDesktop_UseCustomScreenSize = group.RemoteDesktop_UseCustomScreenSize; + RemoteDesktop_CustomScreenWidth = group.RemoteDesktop_CustomScreenWidth; + RemoteDesktop_CustomScreenHeight = group.RemoteDesktop_CustomScreenHeight; + RemoteDesktop_OverrideColorDepth = group.RemoteDesktop_OverrideColorDepth; + RemoteDesktop_ColorDepth = group.RemoteDesktop_ColorDepth; + RemoteDesktop_OverridePort = group.RemoteDesktop_OverridePort; + RemoteDesktop_Port = group.RemoteDesktop_Port; + RemoteDesktop_OverrideCredSspSupport = group.RemoteDesktop_OverrideCredSspSupport; + RemoteDesktop_EnableCredSspSupport = group.RemoteDesktop_EnableCredSspSupport; + RemoteDesktop_OverrideAuthenticationLevel = group.RemoteDesktop_OverrideAuthenticationLevel; + RemoteDesktop_AuthenticationLevel = group.RemoteDesktop_AuthenticationLevel; + RemoteDesktop_OverrideAudioRedirectionMode = group.RemoteDesktop_OverrideAudioRedirectionMode; + RemoteDesktop_AudioRedirectionMode = group.RemoteDesktop_AudioRedirectionMode; + RemoteDesktop_OverrideAudioCaptureRedirectionMode = group.RemoteDesktop_OverrideAudioCaptureRedirectionMode; + RemoteDesktop_AudioCaptureRedirectionMode = group.RemoteDesktop_AudioCaptureRedirectionMode; + RemoteDesktop_OverrideApplyWindowsKeyCombinations = group.RemoteDesktop_OverrideApplyWindowsKeyCombinations; + RemoteDesktop_KeyboardHookMode = group.RemoteDesktop_KeyboardHookMode; + RemoteDesktop_OverrideRedirectClipboard = group.RemoteDesktop_OverrideRedirectClipboard; + RemoteDesktop_RedirectClipboard = group.RemoteDesktop_RedirectClipboard; + RemoteDesktop_OverrideRedirectDevices = group.RemoteDesktop_OverrideRedirectDevices; + RemoteDesktop_RedirectDevices = group.RemoteDesktop_RedirectDevices; + RemoteDesktop_OverrideRedirectDrives = group.RemoteDesktop_OverrideRedirectDrives; + RemoteDesktop_RedirectDrives = group.RemoteDesktop_RedirectDrives; + RemoteDesktop_OverrideRedirectPorts = group.RemoteDesktop_OverrideRedirectPorts; + RemoteDesktop_RedirectPorts = group.RemoteDesktop_RedirectPorts; + RemoteDesktop_OverrideRedirectSmartcards = group.RemoteDesktop_OverrideRedirectSmartcards; + RemoteDesktop_RedirectSmartCards = group.RemoteDesktop_RedirectSmartCards; + RemoteDesktop_OverrideRedirectPrinters = group.RemoteDesktop_OverrideRedirectPrinters; + RemoteDesktop_RedirectPrinters = group.RemoteDesktop_RedirectPrinters; + RemoteDesktop_OverridePersistentBitmapCaching = group.RemoteDesktop_OverridePersistentBitmapCaching; + RemoteDesktop_PersistentBitmapCaching = group.RemoteDesktop_PersistentBitmapCaching; + RemoteDesktop_OverrideReconnectIfTheConnectionIsDropped = group.RemoteDesktop_OverrideReconnectIfTheConnectionIsDropped; + RemoteDesktop_ReconnectIfTheConnectionIsDropped = group.RemoteDesktop_ReconnectIfTheConnectionIsDropped; + RemoteDesktop_OverrideNetworkConnectionType = group.RemoteDesktop_OverrideNetworkConnectionType; + RemoteDesktop_NetworkConnectionType = group.RemoteDesktop_NetworkConnectionType; + RemoteDesktop_OverrideDesktopBackground = group.RemoteDesktop_OverrideDesktopBackground; + RemoteDesktop_DesktopBackground = group.RemoteDesktop_DesktopBackground; + RemoteDesktop_OverrideFontSmoothing = group.RemoteDesktop_OverrideFontSmoothing; + RemoteDesktop_FontSmoothing = group.RemoteDesktop_FontSmoothing; + RemoteDesktop_OverrideDesktopComposition = group.RemoteDesktop_OverrideDesktopComposition; + RemoteDesktop_DesktopComposition = group.RemoteDesktop_DesktopComposition; + RemoteDesktop_OverrideShowWindowContentsWhileDragging = group.RemoteDesktop_OverrideShowWindowContentsWhileDragging; + RemoteDesktop_ShowWindowContentsWhileDragging = group.RemoteDesktop_ShowWindowContentsWhileDragging; + RemoteDesktop_OverrideMenuAndWindowAnimation = group.RemoteDesktop_OverrideMenuAndWindowAnimation; + RemoteDesktop_MenuAndWindowAnimation = group.RemoteDesktop_MenuAndWindowAnimation; + RemoteDesktop_OverrideVisualStyles = group.RemoteDesktop_OverrideVisualStyles; + RemoteDesktop_VisualStyles = group.RemoteDesktop_VisualStyles; + + PowerShell_Enabled = group.PowerShell_Enabled; + PowerShell_OverrideAdditionalCommandLine = group.PowerShell_OverrideAdditionalCommandLine; + PowerShell_AdditionalCommandLine = group.PowerShell_AdditionalCommandLine; + PowerShell_OverrideExecutionPolicy = group.PowerShell_OverrideExecutionPolicy; + PowerShell_ExecutionPolicy = group.PowerShell_ExecutionPolicy; + + PuTTY_Enabled = group.PuTTY_Enabled; + PuTTY_OverrideUsername = group.PuTTY_OverrideUsername; + PuTTY_Username = group.PuTTY_Username; + PuTTY_OverridePrivateKeyFile = group.PuTTY_OverridePrivateKeyFile; + PuTTY_PrivateKeyFile = group.PuTTY_PrivateKeyFile; + PuTTY_OverrideProfile = group.PuTTY_OverrideProfile; + PuTTY_Profile = group.PuTTY_Profile; + PuTTY_OverrideEnableLog = group.PuTTY_OverrideEnableLog; + PuTTY_EnableLog = group.PuTTY_EnableLog; + PuTTY_OverrideLogMode = group.PuTTY_OverrideLogMode; + PuTTY_LogMode = group.PuTTY_LogMode; + PuTTY_OverrideLogPath = group.PuTTY_OverrideLogPath; + PuTTY_LogPath = group.PuTTY_LogPath; + PuTTY_OverrideLogFileName = group.PuTTY_OverrideLogFileName; + PuTTY_LogFileName = group.PuTTY_LogFileName; + PuTTY_OverrideAdditionalCommandLine = group.PuTTY_OverrideAdditionalCommandLine; + PuTTY_AdditionalCommandLine = group.PuTTY_AdditionalCommandLine; + + TigerVNC_Enabled = group.TigerVNC_Enabled; + TigerVNC_OverridePort = group.TigerVNC_OverridePort; + TigerVNC_Port = group.TigerVNC_Port; + } + } +} diff --git a/Source/NETworkManager.Profiles/GroupInfoSerializable.cs b/Source/NETworkManager.Profiles/GroupInfoSerializable.cs new file mode 100644 index 0000000000..5ae37c6cf7 --- /dev/null +++ b/Source/NETworkManager.Profiles/GroupInfoSerializable.cs @@ -0,0 +1,27 @@ +using System.Collections.Generic; + +namespace NETworkManager.Profiles +{ + public class GroupInfoSerializable : GroupInfo + { + /// + /// Override the default profiles to make it serializable. + /// + public List Profiles { get; set; } + + /// + /// Override the default remote desktop password to make it serializable. + /// + public string RemoteDesktop_Password { get; set; } + + public GroupInfoSerializable() + { + + } + + public GroupInfoSerializable(GroupInfo profileGroup) : base(profileGroup) + { + + } + } +} diff --git a/Source/NETworkManager.Profiles/GroupViewInfo.cs b/Source/NETworkManager.Profiles/GroupViewInfo.cs new file mode 100644 index 0000000000..49918729d7 --- /dev/null +++ b/Source/NETworkManager.Profiles/GroupViewInfo.cs @@ -0,0 +1,30 @@ +using System.Windows; +using System.Windows.Controls; + +namespace NETworkManager.Profiles +{ + public class GroupViewInfo + { + public GroupViewName Name { get; set; } + + public Canvas Icon { get; set; } + + public GroupViewInfo() + { + } + + public GroupViewInfo(GroupViewName name, Canvas icon) + { + Name = name; + Icon = icon; + } + + public GroupViewInfo(GroupViewName name, UIElement uiElement) + { + Name = name; + var canvas = new Canvas(); + canvas.Children.Add(uiElement); + Icon = canvas; + } + } +} diff --git a/Source/NETworkManager.Profiles/GroupViewManager.cs b/Source/NETworkManager.Profiles/GroupViewManager.cs new file mode 100644 index 0000000000..24e4bea141 --- /dev/null +++ b/Source/NETworkManager.Profiles/GroupViewManager.cs @@ -0,0 +1,22 @@ +using MahApps.Metro.IconPacks; +using NETworkManager.Models; +using System.Collections.Generic; + +namespace NETworkManager.Profiles +{ + public static class GroupViewManager + { + // List of all applications + public static List List => new List + { + // General + new GroupViewInfo(GroupViewName.General, new PackIconModern{ Kind = PackIconModernKind.Box }), + + // Applications + new GroupViewInfo(GroupViewName.RemoteDesktop, ApplicationManager.GetIcon(ApplicationName.RemoteDesktop)), + new GroupViewInfo(GroupViewName.PowerShell, ApplicationManager.GetIcon(ApplicationName.PowerShell)), + new GroupViewInfo(GroupViewName.PuTTY, ApplicationManager.GetIcon(ApplicationName.PuTTY)), + new GroupViewInfo(GroupViewName.TigerVNC, ApplicationManager.GetIcon(ApplicationName.TigerVNC)) + }; + } +} diff --git a/Source/NETworkManager.Profiles/GroupViewName.cs b/Source/NETworkManager.Profiles/GroupViewName.cs new file mode 100644 index 0000000000..df07c25079 --- /dev/null +++ b/Source/NETworkManager.Profiles/GroupViewName.cs @@ -0,0 +1,11 @@ +namespace NETworkManager.Profiles +{ + public enum GroupViewName + { + General, + RemoteDesktop, + PowerShell, + PuTTY, + TigerVNC + } +} diff --git a/Source/NETworkManager.Profiles/IProfileManager.cs b/Source/NETworkManager.Profiles/IProfileManager.cs index cccc1f10a8..efa6665e80 100644 --- a/Source/NETworkManager.Profiles/IProfileManager.cs +++ b/Source/NETworkManager.Profiles/IProfileManager.cs @@ -6,7 +6,6 @@ namespace NETworkManager.Profiles public interface IProfileManager { ICollectionView Profiles { get; } - void RefreshProfiles(); void OnProfileDialogOpen(); void OnProfileDialogClose(); ICommand AddProfileCommand { get; } diff --git a/Source/NETworkManager.Profiles/NETworkManager.Profiles.csproj b/Source/NETworkManager.Profiles/NETworkManager.Profiles.csproj index cccaa6b56e..e97017af07 100644 --- a/Source/NETworkManager.Profiles/NETworkManager.Profiles.csproj +++ b/Source/NETworkManager.Profiles/NETworkManager.Profiles.csproj @@ -1,26 +1,36 @@  - - {D3B37F13-E8E6-4218-9E8E-96D52432A9CF} - Library - NETworkManager.Profiles - NETworkManager.Profiles - net5.0-windows10.0.17763.0 - win10-x64 - true - false - - - - - - - - - - - - - - - + + {D3B37F13-E8E6-4218-9E8E-96D52432A9CF} + Library + NETworkManager.Profiles + NETworkManager.Profiles + net6.0-windows10.0.17763.0 + win10-x64 + false + true + false + + + + + + + + + + + + + + PreserveNewest + + + + + + + + + + \ No newline at end of file diff --git a/Source/NETworkManager.Profiles/ProfileInfo.cs b/Source/NETworkManager.Profiles/ProfileInfo.cs index ab9f8631c2..504b956a25 100644 --- a/Source/NETworkManager.Profiles/ProfileInfo.cs +++ b/Source/NETworkManager.Profiles/ProfileInfo.cs @@ -2,6 +2,7 @@ using NETworkManager.Models.PuTTY; using NETworkManager.Models.RemoteDesktop; using NETworkManager.Settings; +using System.Collections.Generic; using System.Security; using System.Xml.Serialization; @@ -10,7 +11,6 @@ namespace NETworkManager.Profiles /// /// Class represents a profile. /// - [XmlType("ProfileInfoLegacy")] // XML --> Deprecated because of #378 public class ProfileInfo { /// @@ -26,7 +26,7 @@ public class ProfileInfo /// /// Name of the group. Profiles are grouped based on the name. /// - public string Group { get; set; } + public string Group { get; set; } /// /// Tags to classify the profiles and to filter by it. @@ -191,7 +191,7 @@ public ProfileInfo() /// public ProfileInfo(ProfileInfo profile) { - Name = profile.Name; + Name = profile.Name; Host = profile.Host; Group = profile.Group; Tags = profile.Tags; diff --git a/Source/NETworkManager.Profiles/ProfileInfoSerializable.cs b/Source/NETworkManager.Profiles/ProfileInfoSerializable.cs index 6a3684af08..0821e8fe19 100644 --- a/Source/NETworkManager.Profiles/ProfileInfoSerializable.cs +++ b/Source/NETworkManager.Profiles/ProfileInfoSerializable.cs @@ -1,8 +1,5 @@ -using System.Xml.Serialization; - -namespace NETworkManager.Profiles +namespace NETworkManager.Profiles { - [XmlType("ProfileInfo")] // XML --> Has to mapped because of #378 public class ProfileInfoSerializable : ProfileInfo { /// diff --git a/Source/NETworkManager.Profiles/ProfileManager.cs b/Source/NETworkManager.Profiles/ProfileManager.cs index 244f65e7d8..ac22abd066 100644 --- a/Source/NETworkManager.Profiles/ProfileManager.cs +++ b/Source/NETworkManager.Profiles/ProfileManager.cs @@ -6,7 +6,6 @@ using System.Security; using System.Text; using System.Threading.Tasks; -using System.Windows.Threading; using System.Xml.Serialization; using NETworkManager.Settings; using NETworkManager.Utilities; @@ -36,8 +35,9 @@ public static class ProfileManager /// public static string ProfileFileExtensionEncrypted => ".encrypted"; - public static string TagIdentifier => "tag="; - + /// + /// ObservableCollection of all profile files. + /// public static ObservableCollection ProfileFiles { get; set; } = new ObservableCollection(); private static ProfileFileInfo _profileFileInfo; @@ -54,7 +54,7 @@ public static ProfileFileInfo LoadedProfileFile } } - public static ObservableCollection Profiles { get; set; } = new ObservableCollection(); + public static List Groups { get; set; } = new List(); public static bool ProfilesChanged { get; set; } #endregion @@ -69,14 +69,20 @@ private static void LoadedProfileFileChanged(ProfileFileInfo profileFileInfo) { OnLoadedProfileFileChangedEvent?.Invoke(null, new ProfileFileInfoArgs(profileFileInfo)); } + + public static event EventHandler OnProfilesUpdated; + + private static void ProfilesUpdated() + { + ProfilesChanged = true; + + OnProfilesUpdated?.Invoke(null, EventArgs.Empty); + } #endregion static ProfileManager() { - // Load files LoadProfileFiles(); - - Profiles.CollectionChanged += Profiles_CollectionChanged; } #region Profiles locations (default, custom, portable) @@ -166,11 +172,11 @@ private static void LoadProfileFiles() /// public static void CreateEmptyProfileFile(string profileName) { - ProfileFileInfo profileFileInfo = new ProfileFileInfo(profileName, Path.Combine(GetDefaultProfilesLocation(), $"{profileName}{ProfileFileExtension}")); + ProfileFileInfo profileFileInfo = new ProfileFileInfo(profileName, Path.Combine(GetProfilesLocation(), $"{profileName}{ProfileFileExtension}")); CheckAndCreateDirectory(); - SerializeToFile(profileFileInfo.Path, new List()); + SerializeToFile(profileFileInfo.Path, new List()); ProfileFiles.Add(profileFileInfo); } @@ -190,8 +196,7 @@ public static void RenameProfileFile(ProfileFileInfo profileFileInfo, string new switchProfile = true; } - - ProfileFileInfo newProfileFileInfo = new ProfileFileInfo(newProfileName, Path.Combine(GetProfilesLocation(), newProfileName, Path.GetExtension(profileFileInfo.Path)), profileFileInfo.IsEncrypted) + ProfileFileInfo newProfileFileInfo = new ProfileFileInfo(newProfileName, Path.Combine(GetProfilesLocation(), $"{newProfileName}{Path.GetExtension(profileFileInfo.Path)}"), profileFileInfo.IsEncrypted) { Password = profileFileInfo.Password, IsPasswordValid = profileFileInfo.IsPasswordValid @@ -202,7 +207,7 @@ public static void RenameProfileFile(ProfileFileInfo profileFileInfo, string new if (switchProfile) { - SwitchProfile(newProfileFileInfo, false); + Switch(newProfileFileInfo, false); LoadedProfileFileChanged(LoadedProfileFile); } @@ -218,7 +223,7 @@ public static void DeleteProfileFile(ProfileFileInfo profileFileInfo) { if (LoadedProfileFile != null && LoadedProfileFile.Equals(profileFileInfo)) { - SwitchProfile(ProfileFiles.FirstOrDefault(x => !x.Equals(profileFileInfo))); + Switch(ProfileFiles.FirstOrDefault(x => !x.Equals(profileFileInfo))); LoadedProfileFileChanged(LoadedProfileFile); } @@ -256,7 +261,7 @@ public static void EnableEncryption(ProfileFileInfo profileFileInfo, SecureStrin // Save the encrypted file byte[] decryptedBytes = SerializeToByteArray(profiles); - byte[] encryptedBytes = CryptoHelper.Encrypt(decryptedBytes, SecureStringHelper.ConvertToString(newProfileFileInfo.Password), GlobalStaticConfiguration.Profile_EncryptionKeySize, GlobalStaticConfiguration.Profile_EncryptionBlockSize, GlobalStaticConfiguration.Profile_EncryptionIterations); + byte[] encryptedBytes = CryptoHelper.Encrypt(decryptedBytes, SecureStringHelper.ConvertToString(newProfileFileInfo.Password), GlobalStaticConfiguration.Profile_EncryptionKeySize, GlobalStaticConfiguration.Profile_EncryptionIterations); File.WriteAllBytes(newProfileFileInfo.Path, encryptedBytes); @@ -266,7 +271,7 @@ public static void EnableEncryption(ProfileFileInfo profileFileInfo, SecureStrin // Switch profile, if it was previously loaded if (switchProfile) { - SwitchProfile(newProfileFileInfo, false); + Switch(newProfileFileInfo, false); LoadedProfileFileChanged(LoadedProfileFile); } @@ -301,12 +306,12 @@ public static void ChangeMasterPassword(ProfileFileInfo profileFileInfo, SecureS // Load and decrypt the profiles from the profile file var encryptedBytes = File.ReadAllBytes(profileFileInfo.Path); - var decryptedBytes = CryptoHelper.Decrypt(encryptedBytes, SecureStringHelper.ConvertToString(password), GlobalStaticConfiguration.Profile_EncryptionKeySize, GlobalStaticConfiguration.Profile_EncryptionBlockSize, GlobalStaticConfiguration.Profile_EncryptionIterations); + var decryptedBytes = CryptoHelper.Decrypt(encryptedBytes, SecureStringHelper.ConvertToString(password), GlobalStaticConfiguration.Profile_EncryptionKeySize, GlobalStaticConfiguration.Profile_EncryptionIterations); var profiles = DeserializeFromByteArray(decryptedBytes); // Save the encrypted file decryptedBytes = SerializeToByteArray(profiles); - encryptedBytes = CryptoHelper.Encrypt(decryptedBytes, SecureStringHelper.ConvertToString(newProfileFileInfo.Password), GlobalStaticConfiguration.Profile_EncryptionKeySize, GlobalStaticConfiguration.Profile_EncryptionBlockSize, GlobalStaticConfiguration.Profile_EncryptionIterations); + encryptedBytes = CryptoHelper.Encrypt(decryptedBytes, SecureStringHelper.ConvertToString(newProfileFileInfo.Password), GlobalStaticConfiguration.Profile_EncryptionKeySize, GlobalStaticConfiguration.Profile_EncryptionIterations); File.WriteAllBytes(newProfileFileInfo.Path, encryptedBytes); @@ -317,7 +322,7 @@ public static void ChangeMasterPassword(ProfileFileInfo profileFileInfo, SecureS // Switch profile, if it was previously loaded if (switchProfile) { - SwitchProfile(newProfileFileInfo, false); + Switch(newProfileFileInfo, false); LoadedProfileFileChanged(LoadedProfileFile); } @@ -346,7 +351,7 @@ public static void DisableEncryption(ProfileFileInfo profileFileInfo, SecureStri // Load and decrypt the profiles from the profile file var encryptedBytes = File.ReadAllBytes(profileFileInfo.Path); - var decryptedBytes = CryptoHelper.Decrypt(encryptedBytes, SecureStringHelper.ConvertToString(password), GlobalStaticConfiguration.Profile_EncryptionKeySize, GlobalStaticConfiguration.Profile_EncryptionBlockSize, GlobalStaticConfiguration.Profile_EncryptionIterations); + var decryptedBytes = CryptoHelper.Decrypt(encryptedBytes, SecureStringHelper.ConvertToString(password), GlobalStaticConfiguration.Profile_EncryptionKeySize, GlobalStaticConfiguration.Profile_EncryptionIterations); var profiles = DeserializeFromByteArray(decryptedBytes); // Save the decrypted profiles to the profile file @@ -358,7 +363,7 @@ public static void DisableEncryption(ProfileFileInfo profileFileInfo, SecureStri // Switch profile, if it was previously loaded if (switchProfile) { - SwitchProfile(newProfileFileInfo, false); + Switch(newProfileFileInfo, false); LoadedProfileFileChanged(LoadedProfileFile); } @@ -382,9 +387,9 @@ private static void Load(ProfileFileInfo profileFileInfo) if (profileFileInfo.IsEncrypted) { var encryptedBytes = File.ReadAllBytes(profileFileInfo.Path); - var decryptedBytes = CryptoHelper.Decrypt(encryptedBytes, SecureStringHelper.ConvertToString(profileFileInfo.Password), GlobalStaticConfiguration.Profile_EncryptionKeySize, GlobalStaticConfiguration.Profile_EncryptionBlockSize, GlobalStaticConfiguration.Profile_EncryptionIterations); + var decryptedBytes = CryptoHelper.Decrypt(encryptedBytes, SecureStringHelper.ConvertToString(profileFileInfo.Password), GlobalStaticConfiguration.Profile_EncryptionKeySize, GlobalStaticConfiguration.Profile_EncryptionIterations); - DeserializeFromByteArray(decryptedBytes).ForEach(AddProfile); + AddGroups(DeserializeFromByteArray(decryptedBytes)); // Password is valid ProfileFiles.FirstOrDefault(x => x.Equals(profileFileInfo)).IsPasswordValid = true; @@ -393,7 +398,7 @@ private static void Load(ProfileFileInfo profileFileInfo) } else { - DeserializeFromFile(profileFileInfo.Path).ForEach(AddProfile); + AddGroups(DeserializeFromFile(profileFileInfo.Path)); } } else @@ -427,128 +432,219 @@ public static void Save() // Only if the password provided earlier was valid... if (LoadedProfileFile.IsPasswordValid) { - byte[] decryptedBytes = SerializeToByteArray(new List(Profiles)); - byte[] encryptedBytes = CryptoHelper.Encrypt(decryptedBytes, SecureStringHelper.ConvertToString(LoadedProfileFile.Password), GlobalStaticConfiguration.Profile_EncryptionKeySize, GlobalStaticConfiguration.Profile_EncryptionBlockSize, GlobalStaticConfiguration.Profile_EncryptionIterations); + byte[] decryptedBytes = SerializeToByteArray(new List(Groups)); + byte[] encryptedBytes = CryptoHelper.Encrypt(decryptedBytes, SecureStringHelper.ConvertToString(LoadedProfileFile.Password), GlobalStaticConfiguration.Profile_EncryptionKeySize, GlobalStaticConfiguration.Profile_EncryptionIterations); File.WriteAllBytes(LoadedProfileFile.Path, encryptedBytes); } } else { - SerializeToFile(LoadedProfileFile.Path, new List(Profiles)); + SerializeToFile(LoadedProfileFile.Path, new List(Groups)); } ProfilesChanged = false; } - public static void SwitchProfile(ProfileFileInfo info, bool saveLoadedProfiles = true) + /// + /// Method to unload the currently loaded profile file. + /// + /// Save loaded profile file (default is true) + public static void Unload(bool saveLoadedProfiles = true) { if (saveLoadedProfiles && LoadedProfileFile != null && ProfilesChanged) Save(); - ClearProfile(); + LoadedProfileFile = null; - Load(info); + Reset(); } - private static void CheckAndCreateDirectory() + /// + /// Method to switch to another profile file. + /// + /// New to load. + /// Save loaded profile file (defualt is true) + public static void Switch(ProfileFileInfo info, bool saveLoadedProfiles = true) { - var location = GetProfilesLocation(); + Unload(saveLoadedProfiles); - if (!Directory.Exists(location)) - Directory.CreateDirectory(location); + Load(info); } - #endregion - #region Serialize - private static void SerializeToFile(string filePath, List profiles) + #region Serialize and deserialize + /// + /// + /// + /// + /// + private static void SerializeToFile(string filePath, List groups) { - List profilesSerializable = new List(); + List groupsSerializable = new(); - string password = string.Empty; + string groupRemoteDesktopPassword = string.Empty; - foreach (ProfileInfo profile in profiles) + foreach (GroupInfo group in groups) { - if (profile.RemoteDesktop_Password != null) - password = SecureStringHelper.ConvertToString(profile.RemoteDesktop_Password); + List profilesSerializable = new(); + + string profileRemoteDesktopPassword = string.Empty; - profilesSerializable.Add(new ProfileInfoSerializable(profile) + foreach (ProfileInfo profile in group.Profiles) { - RemoteDesktop_Password = password + if (profile.RemoteDesktop_Password != null) + profileRemoteDesktopPassword = SecureStringHelper.ConvertToString(profile.RemoteDesktop_Password); + + profilesSerializable.Add(new ProfileInfoSerializable(profile) + { + RemoteDesktop_Password = profileRemoteDesktopPassword + }); + } + + if (group.RemoteDesktop_Password != null) + groupRemoteDesktopPassword = SecureStringHelper.ConvertToString(group.RemoteDesktop_Password); + + groupsSerializable.Add(new GroupInfoSerializable(group) + { + Profiles = profilesSerializable, + RemoteDesktop_Password = groupRemoteDesktopPassword }); } - var xmlSerializer = new XmlSerializer(typeof(List)); + var xmlSerializer = new XmlSerializer(typeof(List)); using var fileStream = new FileStream(filePath, FileMode.Create); - xmlSerializer.Serialize(fileStream, profilesSerializable); + xmlSerializer.Serialize(fileStream, groupsSerializable); } - private static byte[] SerializeToByteArray(List profiles) + /// + /// + /// + /// + /// + private static byte[] SerializeToByteArray(List groups) { - List profilesSerializable = new List(); + List groupsSerializable = new(); - string password = string.Empty; + string groupRemoteDesktopPassword = string.Empty; - foreach (ProfileInfo profile in profiles) + foreach (GroupInfo group in groups) { - if (profile.RemoteDesktop_Password != null) - password = SecureStringHelper.ConvertToString(profile.RemoteDesktop_Password); + List profilesSerializable = new(); - profilesSerializable.Add(new ProfileInfoSerializable(profile) + string profileRemoteDesktopPassword = string.Empty; + + foreach (ProfileInfo profile in group.Profiles) { - RemoteDesktop_Password = password + if (profile.RemoteDesktop_Password != null) + profileRemoteDesktopPassword = SecureStringHelper.ConvertToString(profile.RemoteDesktop_Password); + + profilesSerializable.Add(new ProfileInfoSerializable(profile) + { + RemoteDesktop_Password = profileRemoteDesktopPassword + }); + } + + if (group.RemoteDesktop_Password != null) + groupRemoteDesktopPassword = SecureStringHelper.ConvertToString(group.RemoteDesktop_Password); + + groupsSerializable.Add(new GroupInfoSerializable(group) + { + Profiles = profilesSerializable, + RemoteDesktop_Password = groupRemoteDesktopPassword }); } - var xmlSerializer = new XmlSerializer(typeof(List)); + var xmlSerializer = new XmlSerializer(typeof(List)); using var memoryStream = new MemoryStream(); using var streamWriter = new StreamWriter(memoryStream, Encoding.UTF8); - xmlSerializer.Serialize(streamWriter, profilesSerializable); + xmlSerializer.Serialize(streamWriter, groupsSerializable); return memoryStream.ToArray(); } - #endregion - #region Deserialize - private static List DeserializeFromFile(string filePath) + /// + /// + /// + /// Path of an XML file. + /// List of . + private static List DeserializeFromFile(string filePath) { - var profiles = new List(); + List groups = new(); - var xmlSerializer = new XmlSerializer(typeof(List)); + XmlSerializer xmlSerializer = new(typeof(List)); - using (var fileStream = new FileStream(filePath, FileMode.Open)) + using (FileStream fileStream = new(filePath, FileMode.Open)) { - ((List)xmlSerializer.Deserialize(fileStream)).ForEach(x => profiles.Add(new ProfileInfo(x) + foreach (GroupInfoSerializable groupSerializable in (List)xmlSerializer.Deserialize(fileStream)) { - // Convert passwort to secure string - RemoteDesktop_Password = !string.IsNullOrEmpty(x.RemoteDesktop_Password) ? SecureStringHelper.ConvertToSecureString(x.RemoteDesktop_Password) : null - })); + List profiles = new(); + + foreach (ProfileInfoSerializable profileSerializable in groupSerializable.Profiles) + { + ProfileInfo profile = new(profileSerializable) + { + RemoteDesktop_Password = !string.IsNullOrEmpty(profileSerializable.RemoteDesktop_Password) ? SecureStringHelper.ConvertToSecureString(profileSerializable.RemoteDesktop_Password) : null + }; + + profiles.Add(profile); + } + + groups.Add(new(groupSerializable) + { + Profiles = profiles, + + // Convert passwort to secure string + RemoteDesktop_Password = !string.IsNullOrEmpty(groupSerializable.RemoteDesktop_Password) ? SecureStringHelper.ConvertToSecureString(groupSerializable.RemoteDesktop_Password) : null + }); + } } - return profiles; + return groups; } - private static List DeserializeFromByteArray(byte[] xml) + /// + /// + /// + /// XML as Array. + /// List of . + private static List DeserializeFromByteArray(byte[] xml) { - var profiles = new List(); + List groups = new(); - var xmlSerializer = new XmlSerializer(typeof(List)); + XmlSerializer xmlSerializer = new(typeof(List)); - using var memoryStream = new MemoryStream(xml); + using MemoryStream memoryStream = new(xml); - ((List)xmlSerializer.Deserialize(memoryStream)).ForEach(x => profiles.Add(new ProfileInfo(x) + foreach (GroupInfoSerializable groupSerializable in (List)xmlSerializer.Deserialize(memoryStream)) { - // Convert passwort to secure string - RemoteDesktop_Password = !string.IsNullOrEmpty(x.RemoteDesktop_Password) ? SecureStringHelper.ConvertToSecureString(x.RemoteDesktop_Password) : null - })); + List profiles = new(); - return profiles; + foreach (ProfileInfoSerializable profileSerializable in groupSerializable.Profiles) + { + ProfileInfo profile = new(profileSerializable) + { + RemoteDesktop_Password = !string.IsNullOrEmpty(profileSerializable.RemoteDesktop_Password) ? SecureStringHelper.ConvertToSecureString(profileSerializable.RemoteDesktop_Password) : null + }; + + profiles.Add(profile); + } + + groups.Add(new(groupSerializable) + { + Profiles = profiles, + + // Convert passwort to secure string + RemoteDesktop_Password = !string.IsNullOrEmpty(groupSerializable.RemoteDesktop_Password) ? SecureStringHelper.ConvertToSecureString(groupSerializable.RemoteDesktop_Password) : null + }); + } + + return groups; } #endregion @@ -583,95 +679,169 @@ private static void MoveProfiles(string targedLocation, bool overwrite) } #endregion - #region Reset profiles - public static void ResetProfiles() + #region Add group, remove group, get groups + /// + /// + /// + /// + public static void AddGroups(List groups) { - Profiles.Clear(); + foreach (GroupInfo group in groups) + Groups.Add(group); + + ProfilesUpdated(); } - #endregion - #region Add profile, Remove profile, Rename group /// - /// Add a profile. + /// /// - /// to add. - public static void AddProfile(ProfileInfo profile) + /// + public static void AddGroup(GroupInfo group) { - // Possible fix for appcrash --> when icollection view is refreshed... - System.Windows.Application.Current.Dispatcher.BeginInvoke(DispatcherPriority.Normal, new Action(delegate - { - //lock (Profiles) - Profiles.Add(profile); - })); + Groups.Add(group); + + ProfilesUpdated(); + } + + public static GroupInfo GetGroup(string name) + { + return Groups.First(x => x.Name.Equals(name)); + } + + public static void ReplaceGroup(GroupInfo oldGroup, GroupInfo newGroup) + { + Groups.Remove(oldGroup); + Groups.Add(newGroup); + + ProfilesUpdated(); } /// - /// Remove a profile. + /// /// - /// to remove. - public static void RemoveProfile(ProfileInfo profile) + /// + public static void RemoveGroup(GroupInfo group) { - // Possible fix for appcrash --> when icollection view is refreshed... - System.Windows.Application.Current.Dispatcher.BeginInvoke(DispatcherPriority.Normal, new Action(delegate - { - //lock (Profiles) - Profiles.Remove(profile); - })); + Groups.Remove(group); + + ProfilesUpdated(); } - public static void ClearProfile() + /// + /// Method to get a list of all group names. + /// + /// List of group names. + public static List GetGroupNames() { - System.Windows.Application.Current.Dispatcher.BeginInvoke(DispatcherPriority.Normal, new Action(delegate - { - Profiles.Clear(); - })); + var list = new List(); + + foreach (var groups in Groups) + list.Add(groups.Name); + + return list; } /// - /// Method to rename a group. + /// Method to check if a profile exists. /// - /// Old name of the group. - /// New name of the group. - public static void RenameGroup(string oldGroup, string group) + /// Name of the group. + /// True if the profile exists. + public static bool GroupExists(string name) { - // Go through all groups - foreach (var profile in Profiles) + foreach (GroupInfo group in Groups) { - // Find specific group - if (profile.Group != oldGroup) - continue; + if (group.Name == name) + return true; + } - // Rename the group - profile.Group = @group?.Trim(); + return false; + } - ProfilesChanged = true; - } + /// + /// Method checks if a group has profiles. + /// + /// Name of the group + /// True if the group has no profiles. + public static bool IsGroupEmpty(string name) + { + return Groups.FirstOrDefault(x => x.Name == name).Profiles.Count == 0; } #endregion - #region GetGroups + #region Add profile, remove profile /// - /// Method to get a list of all groups. + /// Add a profile to a group. /// - /// List of groups. - public static List GetGroups() + /// to add. + public static void AddProfile(ProfileInfo profile) { - var list = new List(); + if (!GroupExists(profile.Group)) + AddGroup(new GroupInfo(profile.Group)); - foreach (var profile in Profiles) - { - if (!list.Contains(profile.Group)) - list.Add(profile.Group); - } + Groups.First(x => x.Name.Equals(profile.Group)).Profiles.Add(profile); - return list; + ProfilesUpdated(); + } + + public static void ReplaceProfile(ProfileInfo oldProfile, ProfileInfo newProfile) + { + // Remove + Groups.First(x => x.Name.Equals(oldProfile.Group)).Profiles.Remove(oldProfile); + + // Add + if (!GroupExists(newProfile.Group)) + AddGroup(new GroupInfo(newProfile.Group)); + + Groups.First(x => x.Name.Equals(newProfile.Group)).Profiles.Add(newProfile); + + // Notify + ProfilesUpdated(); + } + + /// + /// Remove a profile from a group. + /// + /// to remove. + public static void RemoveProfile(ProfileInfo profile) + { + Groups.First(x => x.Name.Equals(profile.Group)).Profiles.Remove(profile); + + ProfilesUpdated(); + } + + /// + /// Remove profiles from a group. + /// + /// to remove. + public static void RemoveProfiles(IList profiles) + { + foreach (ProfileInfo profile in profiles) + Groups.First(x => x.Name.Equals(profile.Group)).Profiles.Remove(profile); + + ProfilesUpdated(); } #endregion - #region Collection changed - private static void Profiles_CollectionChanged(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e) + #region Helper + /// + /// Method to reset the profiles. + /// + public static void Reset() { - ProfilesChanged = true; + Groups.Clear(); + + ProfilesUpdated(); + } + + /// + /// Create directory if it does not exist. + /// + private static void CheckAndCreateDirectory() + { + var location = GetProfilesLocation(); + + if (!Directory.Exists(location)) + Directory.CreateDirectory(location); } #endregion } diff --git a/Source/NETworkManager.Profiles/ProfileViewInfo.cs b/Source/NETworkManager.Profiles/ProfileViewInfo.cs index 2bd8539047..186d258675 100644 --- a/Source/NETworkManager.Profiles/ProfileViewInfo.cs +++ b/Source/NETworkManager.Profiles/ProfileViewInfo.cs @@ -27,4 +27,4 @@ public ProfileViewInfo(ProfileViewName name, UIElement uiElement) Icon = canvas; } } -} \ No newline at end of file +} diff --git a/Source/NETworkManager.Profiles/Resources/Migrate-Profiles.ps1 b/Source/NETworkManager.Profiles/Resources/Migrate-Profiles.ps1 new file mode 100644 index 0000000000..6d769fe1de --- /dev/null +++ b/Source/NETworkManager.Profiles/Resources/Migrate-Profiles.ps1 @@ -0,0 +1,116 @@ +<# + Migrate NETworkManager profiles + from 2021.11.30.0 and before + to 2021.x.x.x and later +#> + +[CmdletBinding()] +param ( + [Parameter( + Position=0, + Mandatory=$false, + HelpMessage='Profile file or folder path')] + [String]$Path="$($env:APPDATA)\NETworkManager\Profiles", + + [Parameter( + Position=1, + Mandatory=$false, + HelpMessage='Path of the NETworkManager.exe')] + [String]$NETworkManagerPath, + + [Parameter( + Position=2, + Mandatory=$false, + HelpMessage='Version of NETworkManager')] + [String]$NETworkManagerVersion +) + +Write-Host "=== NETworkManager ===`n" -ForegroundColor Green +Write-Host "Migrate profiles to version $NETworkManagerVersion`n" + +Write-Host "If you use encrypted profiles:`n 1) Disable profile encryption for all encrypted profiles with the previous NETworkManager version`n https://borntoberoot.net/NETworkManager/FAQ#how-to-disable-profile-file-encryption`n 2) Run this script to migrate the profiles`n 3) Re-enable profile encryption with the newest release of NETworkManager`n https://borntoberoot.net/NETworkManager/FAQ#how-to-enable-profile-file-encryption`n" -ForegroundColor Yellow + +$defaultValue = $Path +$prompt = Read-Host "Profile file or folder [$($defaultValue)] (Enter to continue | CTRL+C to cancel)" +$prompt = ($defaultValue,$prompt)[[bool]$prompt] + +Write-Host "" + +if(-not(Test-Path -Path $prompt -PathType Container)) +{ + Write-Host "$prompt does not exist!" -ForegroundColor Red + return +} + +foreach($file in Get-ChildItem -Path $prompt -Filter "*.xml") +{ + # Check if the file has the latest format + if(Select-String -Path $file.FullName -Pattern "") + { + Write-Host "$($file.FullName) already has the latest format! [Skipped]" + continue + } + + Copy-Item $file.FullName -Destination "$($file.FullName).$(Get-Date -f yyyyMMdd_HHmmss).backup" + + $Content = Get-Content -Path $file.FullName -Raw + $Content = $Content -replace "","" + $Content = $Content -replace "","" + $Content | Set-Content -Path $file.FullName + + [xml]$XmlDocument = Get-Content -Path $file.FullName + + $Groups = ($XmlDocument.ArrayOfProfileInfo.ProfileInfoSerializable | Group-Object Group) + + $xmlsettings = New-Object System.Xml.XmlWriterSettings + $xmlsettings.Indent = $true + $xmlsettings.IndentChars = " " + + $XmlWriter = [System.XML.XmlWriter]::Create($file.FullName, $xmlsettings) + + $xmlWriter.WriteStartDocument() + + $xmlWriter.WriteStartElement("ArrayOfGroupInfoSerializable") + + foreach($Group in $Groups) + { + $xmlWriter.WriteStartElement("GroupInfoSerializable") + + $xmlWriter.WriteElementString("Name", $Group.Name) + + $xmlWriter.WriteStartElement("Profiles") + + foreach($Profile in $Group.Group) + { + $xmlWriter.WriteStartElement("ProfileInfoSerializable") + $XmlWriter.WriteRaw($Profile.InnerXml) + $xmlWriter.WriteEndElement() # ProfileInfoSerializable + } + + $xmlWriter.WriteEndElement() # Profiles + $xmlWriter.WriteEndElement() # GroupInfoSerializable + } + + $xmlWriter.WriteEndElement() # ArrayOfGroupInfoSerializable + + $xmlWriter.WriteEndDocument() + $xmlWriter.Flush() + $xmlWriter.Close() + + Write-Host "$($file.FullName) successfully converted!" -ForegroundColor Green +} + +Write-Host "`nScript completed!" -ForegroundColor Green + +if(-not([String]::IsNullOrEmpty($NETworkManagerPath))) +{ + Write-Host "`nThe NETworkManager will be restarted afterwards!" + $StartNETworkManager = $true +} + +$x = Read-Host "`nPress enter to continue" + +if($StartNETworkManager) +{ + Start-Process -FilePath $NETworkManagerPath +} diff --git a/Source/NETworkManager.Settings/AssemblyManager.cs b/Source/NETworkManager.Settings/AssemblyManager.cs index 91557ac546..c73333c435 100644 --- a/Source/NETworkManager.Settings/AssemblyManager.cs +++ b/Source/NETworkManager.Settings/AssemblyManager.cs @@ -1,5 +1,4 @@ -using System.Diagnostics; -using System.Reflection; +using System.Reflection; using System.IO; namespace NETworkManager.Settings diff --git a/Source/NETworkManager.Settings/GlobalStaticConfiguration.cs b/Source/NETworkManager.Settings/GlobalStaticConfiguration.cs index 8cbf51af1d..d2f5b65e4d 100644 --- a/Source/NETworkManager.Settings/GlobalStaticConfiguration.cs +++ b/Source/NETworkManager.Settings/GlobalStaticConfiguration.cs @@ -11,8 +11,6 @@ using DnsClient; using NETworkManager.Models; -// ReSharper disable InconsistentNaming - namespace NETworkManager.Settings { public static class GlobalStaticConfiguration @@ -29,8 +27,8 @@ public static class GlobalStaticConfiguration // Settings public static ApplicationName General_DefaultApplicationViewName => ApplicationName.Dashboard; - public static int General_BackgroundJobInterval => 15; - public static int General_HistoryListEntries => 5; + public static int General_BackgroundJobInterval => 5; + public static int General_HistoryListEntries => 10; public static bool SplashScreen_Enabled => true; public static string Appearance_Theme => "Dark"; public static string Appearance_Accent => "Lime"; @@ -50,7 +48,6 @@ public static class GlobalStaticConfiguration public static double Profile_DefaultWidthExpanded => 250; public static double Profile_MaxWidthExpanded => 350; public static int Profile_EncryptionKeySize => 256; - public static int Profile_EncryptionBlockSize => 128; public static int Profile_EncryptionIterations => 1000000; // Application: Dashboard @@ -125,6 +122,7 @@ public static class GlobalStaticConfiguration // Application: PuTTY public static ConnectionMode PuTTY_DefaultConnectionMode => ConnectionMode.SSH; + public static string PuTTY_DefaultProfile => "NETworkManager"; public static LogMode PuTTY_LogMode => LogMode.SessionLog; public static string PuTTY_LogPath => Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), AssemblyManager.Current.Name, "PuTTY_Log"); public static string PuTTY_LogFileName => "&H_&Y-&M-&D_&T.log"; diff --git a/Source/NETworkManager.Settings/NETworkManager.Settings.csproj b/Source/NETworkManager.Settings/NETworkManager.Settings.csproj index 3be056b5f0..d6ccc72b60 100644 --- a/Source/NETworkManager.Settings/NETworkManager.Settings.csproj +++ b/Source/NETworkManager.Settings/NETworkManager.Settings.csproj @@ -4,11 +4,18 @@ Library NETworkManager.Settings NETworkManager.Settings - net5.0-windows10.0.17763.0 - win10-x64 - true + net6.0-windows10.0.17763.0 + win10-x64 + false + true false + + + + @@ -16,16 +23,14 @@ - + - - + - - + + - SettingsSingleFileGenerator diff --git a/Source/NETworkManager.Settings/SettingsInfo.cs b/Source/NETworkManager.Settings/SettingsInfo.cs index 3f1ef7be64..6aa5390e7f 100644 --- a/Source/NETworkManager.Settings/SettingsInfo.cs +++ b/Source/NETworkManager.Settings/SettingsInfo.cs @@ -2437,7 +2437,7 @@ public string PuTTY_PrivateKeyFile } } - private string _puTTY_Profile; + private string _puTTY_Profile = GlobalStaticConfiguration.PuTTY_DefaultProfile; public string PuTTY_Profile { get => _puTTY_Profile; diff --git a/Source/NETworkManager.Update/NETworkManager.Update.csproj b/Source/NETworkManager.Update/NETworkManager.Update.csproj index 4872ee40e9..3aee8828c1 100644 --- a/Source/NETworkManager.Update/NETworkManager.Update.csproj +++ b/Source/NETworkManager.Update/NETworkManager.Update.csproj @@ -1,19 +1,26 @@  - - {008467AF-D83F-4B1E-8733-B65136F595F2} - Library - Properties - NETworkManager.Update - NETworkManager.Update - net5.0-windows10.0.17763.0 - win10-x64 - true - false - - - - - - - + + {008467AF-D83F-4B1E-8733-B65136F595F2} + Library + Properties + NETworkManager.Update + NETworkManager.Update + net6.0-windows10.0.17763.0 + win10-x64 + false + true + false + + + + + + + + + + + \ No newline at end of file diff --git a/Source/NETworkManager.Utilities.WPF/NETworkManager.Utilities.WPF.csproj b/Source/NETworkManager.Utilities.WPF/NETworkManager.Utilities.WPF.csproj index 7a1a8c2ff9..b8f135a11a 100644 --- a/Source/NETworkManager.Utilities.WPF/NETworkManager.Utilities.WPF.csproj +++ b/Source/NETworkManager.Utilities.WPF/NETworkManager.Utilities.WPF.csproj @@ -1,18 +1,25 @@  - - {93733008-7269-460D-8390-AB281C75DB91} - Library - NETworkManager.Utilities.WPF - NETworkManager.Utilities.WPF - net5.0-windows10.0.17763.0 - win10-x64 - true - false - - - - - - - + + {93733008-7269-460D-8390-AB281C75DB91} + Library + NETworkManager.Utilities.WPF + NETworkManager.Utilities.WPF + net6.0-windows10.0.17763.0 + win10-x64 + false + true + false + + + + + + + + + + + \ No newline at end of file diff --git a/Source/NETworkManager.Utilities/CryptoHelper.cs b/Source/NETworkManager.Utilities/CryptoHelper.cs index 47b35119cd..69b1300dcf 100644 --- a/Source/NETworkManager.Utilities/CryptoHelper.cs +++ b/Source/NETworkManager.Utilities/CryptoHelper.cs @@ -1,50 +1,39 @@ -using System.IO; -using System.Linq; +using System; using System.Security.Cryptography; namespace NETworkManager.Utilities { public static class CryptoHelper { + private static readonly int blockSize = 128; /// /// /// /// /// /// - /// /// /// - public static byte[] Encrypt(byte[] decryptedBytes, string password, int keySize, int blockSize, int iterations) + public static byte[] Encrypt(byte[] decryptedBytes, string password, int keySize, int iterations) { - var salt = GenerateRandomEntropy(keySize / 8); // Generate salt based - var iv = GenerateRandomEntropy(blockSize / 8); // Generate iv, has to be the same as the block size + ReadOnlySpan salt = RandomNumberGenerator.GetBytes(keySize / 8); // Generate salt based + ReadOnlySpan iv = RandomNumberGenerator.GetBytes(blockSize / 8); // Generate iv, has to be the same as the block size - using var rfc2898DeriveBytes = new Rfc2898DeriveBytes(password, salt, iterations); + byte[] key = Rfc2898DeriveBytes.Pbkdf2(password, salt, iterations, HashAlgorithmName.SHA512, keySize / 8); - var key = rfc2898DeriveBytes.GetBytes(keySize / 8); + using Aes aes = Aes.Create(); + aes.Key = key; - using var rijndaelManaged = new RijndaelManaged - { - KeySize = keySize, - BlockSize = blockSize, - Mode = CipherMode.CBC, - Padding = PaddingMode.PKCS7 - }; + int encryptedSize = aes.GetCiphertextLengthCbc(decryptedBytes.Length); - using var encryptor = rijndaelManaged.CreateEncryptor(key, iv); - using var memoryStream = new MemoryStream(); - using var cryptoStream = new CryptoStream(memoryStream, encryptor, CryptoStreamMode.Write); + byte[] cipher = new byte[salt.Length + iv.Length + encryptedSize]; - cryptoStream.Write(decryptedBytes, 0, decryptedBytes.Length); - cryptoStream.FlushFinalBlock(); + Span cipherSpan = cipher; - var cipher = salt; - cipher = cipher.Concat(iv).ToArray(); - cipher = cipher.Concat(memoryStream.ToArray()).ToArray(); + salt.CopyTo(cipherSpan); + iv.CopyTo(cipherSpan[salt.Length..]); - memoryStream.Close(); - cryptoStream.Close(); + int encrypted = aes.EncryptCbc(decryptedBytes, iv, cipherSpan[(salt.Length + iv.Length)..]); return cipher; } @@ -55,55 +44,20 @@ public static byte[] Encrypt(byte[] decryptedBytes, string password, int keySize /// /// /// - /// /// /// - public static byte[] Decrypt(byte[] encryptedBytesWithSaltAndIV, string password, int keySize, int blockSize, int iterations) + public static byte[] Decrypt(byte[] encryptedBytesWithSaltAndIV, string password, int keySize, int iterations) { - var salt = encryptedBytesWithSaltAndIV.Take(keySize / 8).ToArray(); // Take salt bytes - var iv = encryptedBytesWithSaltAndIV.Skip(keySize / 8).Take(blockSize / 8).ToArray(); // Skip salt bytes, take iv bytes - var cipher = encryptedBytesWithSaltAndIV.Skip((keySize / 8) + (blockSize / 8)).Take(encryptedBytesWithSaltAndIV.Length - ((keySize / 8) + (blockSize / 8))).ToArray(); // Skip salt and iv bytes, take cipher bytes + ReadOnlySpan salt = encryptedBytesWithSaltAndIV.AsSpan(0, keySize / 8); // Take salt bytes + ReadOnlySpan iv = encryptedBytesWithSaltAndIV.AsSpan(keySize / 8, blockSize / 8); // Skip salt bytes, take iv bytes + ReadOnlySpan cipher = encryptedBytesWithSaltAndIV.AsSpan((keySize / 8) + (blockSize / 8)); - using var rfc2898DeriveBytes = new Rfc2898DeriveBytes(password, salt, iterations); + byte[] key = Rfc2898DeriveBytes.Pbkdf2(password, salt, iterations, HashAlgorithmName.SHA512, keySize / 8); - var key = rfc2898DeriveBytes.GetBytes(keySize / 8); + using Aes aes = Aes.Create(); + aes.Key = key; - using var rijndaelManaged = new RijndaelManaged - { - KeySize = keySize, - BlockSize = blockSize, - Mode = CipherMode.CBC, - Padding = PaddingMode.PKCS7 - }; - - using var decryptor = rijndaelManaged.CreateDecryptor(key, iv); - using var memoryStream = new MemoryStream(cipher); - using var cryptoStream = new CryptoStream(memoryStream, decryptor, CryptoStreamMode.Read); - - var text = new byte[cipher.Length]; - cryptoStream.Read(text, 0, text.Length); - - memoryStream.Close(); - cryptoStream.Close(); - - return text; - } - - /// - /// - /// - /// - /// - private static byte[] GenerateRandomEntropy(int size) - { - var randomBytes = new byte[size]; - - using (var rngCryptoServiceProvider = new RNGCryptoServiceProvider()) - { - rngCryptoServiceProvider.GetBytes(randomBytes); - } - - return randomBytes; + return aes.DecryptCbc(cipher, iv); } } } diff --git a/Source/NETworkManager.Utilities/CustomCommand.cs b/Source/NETworkManager.Utilities/CustomCommand.cs index 70ff6ccc18..0d45f46d9d 100644 --- a/Source/NETworkManager.Utilities/CustomCommand.cs +++ b/Source/NETworkManager.Utilities/CustomCommand.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Diagnostics; namespace NETworkManager.Utilities { @@ -26,16 +25,7 @@ public static class CustomCommand /// which is executed. public static void Run(CustomCommandInfo info) { - var processStartInfo = new ProcessStartInfo() - { - FileName = info.FilePath, - UseShellExecute = true - }; - - if (!string.IsNullOrEmpty(info.Arguments)) - processStartInfo.Arguments = info.Arguments; - - Process.Start(processStartInfo); + ExternalProcessStarter.RunProcess(info.FilePath, info.Arguments); } } } \ No newline at end of file diff --git a/Source/NETworkManager.Utilities/ExternalProcessStarter.cs b/Source/NETworkManager.Utilities/ExternalProcessStarter.cs index 62af6de319..b215a52707 100644 --- a/Source/NETworkManager.Utilities/ExternalProcessStarter.cs +++ b/Source/NETworkManager.Utilities/ExternalProcessStarter.cs @@ -2,7 +2,7 @@ namespace NETworkManager.Utilities { - public static class ExternalProcessStarter + public static class ExternalProcessStarter { /// /// Open an url with the default browser. @@ -13,7 +13,34 @@ public static void OpenUrl(string url) // Escape the $ in the command promp url = url.Replace("&", "^&"); - Process.Start(new ProcessStartInfo("cmd", $"/c start {url}") { CreateNoWindow = true } ); + Process.Start(new ProcessStartInfo("cmd", $"/c start {url}") { CreateNoWindow = true }); + } + + public static void RunProcess(string filename) + { + RunProcess(filename, false); + } + + public static void RunProcess(string filename, bool asAdmin) + { + RunProcess(filename, "", asAdmin); + } + + public static void RunProcess(string filename, string arguments = "", bool asAdmin = false) + { + ProcessStartInfo info = new() + { + FileName = filename, + UseShellExecute = true + }; + + if (!string.IsNullOrEmpty(arguments)) + info.Arguments = arguments; + + if (asAdmin) + info.Verb = "runas"; + + Process.Start(info); } } } diff --git a/Source/NETworkManager.Utilities/NETworkManager.Utilities.csproj b/Source/NETworkManager.Utilities/NETworkManager.Utilities.csproj index cfad86758b..297a6752a6 100644 --- a/Source/NETworkManager.Utilities/NETworkManager.Utilities.csproj +++ b/Source/NETworkManager.Utilities/NETworkManager.Utilities.csproj @@ -4,17 +4,23 @@ Library NETworkManager.Utilities NETworkManager.Utilities - net5.0-windows10.0.17763.0 - win10-x64 - true + net6.0-windows10.0.17763.0 + win10-x64 + false + true true false + - + - - + + + + \ No newline at end of file diff --git a/Source/NETworkManager.Utilities/NativeMethods.cs b/Source/NETworkManager.Utilities/NativeMethods.cs index 11094767ce..cd3b0ab8fd 100644 --- a/Source/NETworkManager.Utilities/NativeMethods.cs +++ b/Source/NETworkManager.Utilities/NativeMethods.cs @@ -6,7 +6,6 @@ namespace NETworkManager.Utilities { - [SuppressMessage("ReSharper", "InconsistentNaming")] public class NativeMethods { #region Win32 Constants diff --git a/Source/NETworkManager.Utilities/RegexHelper.cs b/Source/NETworkManager.Utilities/RegexHelper.cs index 8defc71494..020c2d704e 100644 --- a/Source/NETworkManager.Utilities/RegexHelper.cs +++ b/Source/NETworkManager.Utilities/RegexHelper.cs @@ -2,7 +2,6 @@ namespace NETworkManager.Utilities { - [SuppressMessage("ReSharper", "InconsistentNaming")] public static class RegexHelper { /// @@ -76,9 +75,12 @@ public static class RegexHelper // Match a domain local.example.com public const string DomainRegex = @"^(?!:\/\/)([a-zA-Z0-9-_]+\.)*[a-zA-Z0-9][a-zA-Z0-9-_]+\.[a-zA-Z]{2,11}?$"; - // Match a hostname and port like local.example.com:443 - public const string HostnameAndPortRegex = @"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9]):((6553[0-5])|(655[0-2][0-9])|(65[0-4][0-9]{2})|(6[0-4][0-9]{3})|([1-5][0-9]{4})|([0-5]{0,5})|([0-9]{1,4}))$"; + // Private port values + private const string PortValues = @"((6553[0-5])|(655[0-2][0-9])|(65[0-4][0-9]{2})|(6[0-4][0-9]{3})|([1-5][0-9]{4})|([0-5]{0,5})|([0-9]{1,4}))"; + // Match a port between 1-65535 + public const string PortRegex = @"^" + PortValues + @"$"; + // Match any filepath (like "c:\temp\") --> https://www.codeproject.com/Tips/216238/Regular-Expression-to-Validate-File-Path-and-Exten public const string FilePath = @"^(?:[\w]\:|\\)(\\[a-z_\-\s0-9\.]+)+$"; diff --git a/Source/NETworkManager.Utilities/SingleInstance.cs b/Source/NETworkManager.Utilities/SingleInstance.cs index 1a8b0b74bd..6cd09216b4 100644 --- a/Source/NETworkManager.Utilities/SingleInstance.cs +++ b/Source/NETworkManager.Utilities/SingleInstance.cs @@ -6,7 +6,6 @@ namespace NETworkManager.Utilities { - [SuppressMessage("ReSharper", "InconsistentNaming")] public class SingleInstance { public const int HWND_BROADCAST = 0xffff; diff --git a/Source/NETworkManager.Validators/IPv4AddressValidator.cs b/Source/NETworkManager.Validators/IPv4AddressValidator.cs index 0056b2daff..8e04a0a1dd 100644 --- a/Source/NETworkManager.Validators/IPv4AddressValidator.cs +++ b/Source/NETworkManager.Validators/IPv4AddressValidator.cs @@ -5,7 +5,6 @@ namespace NETworkManager.Validators { - // ReSharper disable once InconsistentNaming public class IPv4AddressValidator : ValidationRule { public override ValidationResult Validate(object value, CultureInfo cultureInfo) diff --git a/Source/NETworkManager.Validators/IPv4IPv6SubnetValidator.cs b/Source/NETworkManager.Validators/IPv4IPv6SubnetValidator.cs index 1b0019c8ee..31b730a3fa 100644 --- a/Source/NETworkManager.Validators/IPv4IPv6SubnetValidator.cs +++ b/Source/NETworkManager.Validators/IPv4IPv6SubnetValidator.cs @@ -4,7 +4,6 @@ using NETworkManager.Utilities; namespace NETworkManager.Validators { - // ReSharper disable once InconsistentNaming public class IPv4IPv6SubnetValidator : ValidationRule { public override ValidationResult Validate(object value, CultureInfo cultureInfo) diff --git a/Source/NETworkManager.Validators/IPv4IPv6SubnetmaskOrCIDRValidator.cs b/Source/NETworkManager.Validators/IPv4IPv6SubnetmaskOrCIDRValidator.cs index e100ed58c3..08bb26cb67 100644 --- a/Source/NETworkManager.Validators/IPv4IPv6SubnetmaskOrCIDRValidator.cs +++ b/Source/NETworkManager.Validators/IPv4IPv6SubnetmaskOrCIDRValidator.cs @@ -5,7 +5,6 @@ namespace NETworkManager.Validators { - // ReSharper disable once InconsistentNaming public class IPv4IPv6SubnetmaskOrCIDRValidator : ValidationRule { public override ValidationResult Validate(object value, CultureInfo cultureInfo) diff --git a/Source/NETworkManager.Validators/IPv4SubnetValidator.cs b/Source/NETworkManager.Validators/IPv4SubnetValidator.cs index f194e14f3e..a772bc5032 100644 --- a/Source/NETworkManager.Validators/IPv4SubnetValidator.cs +++ b/Source/NETworkManager.Validators/IPv4SubnetValidator.cs @@ -5,7 +5,6 @@ namespace NETworkManager.Validators { - // ReSharper disable once InconsistentNaming public class IPv4SubnetValidator : ValidationRule { public override ValidationResult Validate(object value, CultureInfo cultureInfo) diff --git a/Source/NETworkManager.Validators/IPv4SubnetmaskOrCIDRValidator.cs b/Source/NETworkManager.Validators/IPv4SubnetmaskOrCIDRValidator.cs index 05625ac49e..f49febaeb4 100644 --- a/Source/NETworkManager.Validators/IPv4SubnetmaskOrCIDRValidator.cs +++ b/Source/NETworkManager.Validators/IPv4SubnetmaskOrCIDRValidator.cs @@ -5,7 +5,6 @@ namespace NETworkManager.Validators { - // ReSharper disable once InconsistentNaming public class IPv4SubnetmaskOrCIDRValidator : ValidationRule { public override ValidationResult Validate(object value, CultureInfo cultureInfo) diff --git a/Source/NETworkManager.Validators/NETworkManager.Validators.csproj b/Source/NETworkManager.Validators/NETworkManager.Validators.csproj index 462d190894..ee119e42ae 100644 --- a/Source/NETworkManager.Validators/NETworkManager.Validators.csproj +++ b/Source/NETworkManager.Validators/NETworkManager.Validators.csproj @@ -1,22 +1,29 @@  - - {29172E71-52AF-4E64-9683-30C5F4D0C746} - Library - NETworkManager.Validators - NETworkManager.Validators - net5.0-windows10.0.17763.0 - win10-x64 - true - false - - - - - - - - - - - + + {29172E71-52AF-4E64-9683-30C5F4D0C746} + Library + NETworkManager.Validators + NETworkManager.Validators + net6.0-windows10.0.17763.0 + win10-x64 + false + true + false + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Source/NETworkManager.Validators/OIDValidator.cs b/Source/NETworkManager.Validators/OIDValidator.cs index cf5f952659..8dd5f0ad74 100644 --- a/Source/NETworkManager.Validators/OIDValidator.cs +++ b/Source/NETworkManager.Validators/OIDValidator.cs @@ -11,7 +11,6 @@ public override ValidationResult Validate(object value, CultureInfo cultureInfo) // Use SharpSNMP new ObjectIdentifiert to validate oid try { - // ReSharper disable once UnusedVariable var oid = new ObjectIdentifier(value as string); } catch (System.ArgumentException) diff --git a/Source/NETworkManager.Validators/RemoteDesktopHostnameAndPortValidator.cs b/Source/NETworkManager.Validators/RemoteDesktopHostnameAndPortValidator.cs index f56ce77403..6acfde7a70 100644 --- a/Source/NETworkManager.Validators/RemoteDesktopHostnameAndPortValidator.cs +++ b/Source/NETworkManager.Validators/RemoteDesktopHostnameAndPortValidator.cs @@ -14,11 +14,16 @@ public override ValidationResult Validate(object value, CultureInfo cultureInfo) if(hostnameAndPort.Contains(":")) { - return Regex.IsMatch((string)value, RegexHelper.HostnameAndPortRegex) ? ValidationResult.ValidResult : new ValidationResult(false, Strings.EnterValidHostnameAndPort); + string[] hostnameAndPortValues = hostnameAndPort.Split(':'); + + if (Regex.IsMatch(hostnameAndPortValues[0], RegexHelper.HostnameRegex) && !string.IsNullOrEmpty(hostnameAndPortValues[1]) && Regex.IsMatch(hostnameAndPortValues[1], RegexHelper.PortRegex)) + return ValidationResult.ValidResult; + + return new ValidationResult(false, Strings.EnterValidHostnameAndPort); } else { - return Regex.IsMatch((string)value, RegexHelper.DomainRegex) ? ValidationResult.ValidResult : new ValidationResult(false, Strings.EnterValidHostname); + return Regex.IsMatch((string)value, RegexHelper.HostnameRegex) ? ValidationResult.ValidResult : new ValidationResult(false, Strings.EnterValidHostname); } } } diff --git a/Source/NETworkManager/App.xaml.cs b/Source/NETworkManager/App.xaml.cs index bccf6c1f02..85c342cf5c 100644 --- a/Source/NETworkManager/App.xaml.cs +++ b/Source/NETworkManager/App.xaml.cs @@ -147,7 +147,7 @@ private void Save() // Save local settings (custom settings path in AppData/Local) LocalSettingsManager.Save(); - if (SettingsManager.Current.SettingsChanged) // This will also create the "Settings" folder, if it does not exist + if (SettingsManager.Current.SettingsChanged) SettingsManager.Save(); if (ProfileManager.ProfilesChanged) diff --git a/Source/NETworkManager/Controls/DragablzTabHostWindow.xaml b/Source/NETworkManager/Controls/DragablzTabHostWindow.xaml index 6151d9e258..43fae80ce3 100644 --- a/Source/NETworkManager/Controls/DragablzTabHostWindow.xaml +++ b/Source/NETworkManager/Controls/DragablzTabHostWindow.xaml @@ -1,9 +1,9 @@ - - - - + + + @@ -231,6 +231,15 @@ + + + + + + + + + @@ -307,7 +316,7 @@ - + @@ -430,4 +439,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/Source/NETworkManager/Controls/DragablzTabHostWindow.xaml.cs b/Source/NETworkManager/Controls/DragablzTabHostWindow.xaml.cs index 8e1f17105b..425281fb30 100644 --- a/Source/NETworkManager/Controls/DragablzTabHostWindow.xaml.cs +++ b/Source/NETworkManager/Controls/DragablzTabHostWindow.xaml.cs @@ -221,13 +221,21 @@ private bool PuTTY_Connected_CanExecute(object view) private void PuTTY_ReconnectAction(object view) { - if (view is PuTTYControl puttyControl) + if (view is PuTTYControl control) { - if (puttyControl.ReconnectCommand.CanExecute(null)) - puttyControl.ReconnectCommand.Execute(null); + if (control.ReconnectCommand.CanExecute(null)) + control.ReconnectCommand.Execute(null); } } + public ICommand PuTTY_ResizeWindowCommand => new RelayCommand(PuTTY_ResizeWindowAction, PuTTY_Connected_CanExecute); + + private void PuTTY_ResizeWindowAction(object view) + { + if (view is PuTTYControl control) + control.ResizeEmbeddedWindow(); + } + public ICommand PuTTY_RestartSessionCommand => new RelayCommand(PuTTY_RestartSessionAction, PuTTY_Connected_CanExecute); private void PuTTY_RestartSessionAction(object view) diff --git a/Source/NETworkManager/Controls/PowerShellControl.xaml b/Source/NETworkManager/Controls/PowerShellControl.xaml index e37f17ff71..e71aa33afa 100644 --- a/Source/NETworkManager/Controls/PowerShellControl.xaml +++ b/Source/NETworkManager/Controls/PowerShellControl.xaml @@ -17,7 +17,8 @@ - + + diff --git a/Source/NETworkManager/Controls/PuTTYControl.xaml b/Source/NETworkManager/Controls/PuTTYControl.xaml index 1baa4ef99b..1ce5ceaaf6 100644 --- a/Source/NETworkManager/Controls/PuTTYControl.xaml +++ b/Source/NETworkManager/Controls/PuTTYControl.xaml @@ -17,7 +17,8 @@ - + + diff --git a/Source/NETworkManager/Controls/PuTTYControl.xaml.cs b/Source/NETworkManager/Controls/PuTTYControl.xaml.cs index 48438ec0f2..d7bd65bebf 100644 --- a/Source/NETworkManager/Controls/PuTTYControl.xaml.cs +++ b/Source/NETworkManager/Controls/PuTTYControl.xaml.cs @@ -149,19 +149,6 @@ private async Task Connect() while ((DateTime.Now - startTime).TotalSeconds < 10) { - // Fix for netcore3.1 https://stackoverflow.com/questions/60342879/process-mainwindowhandle-is-non-zero-in-net-framework-but-zero-in-net-core-unl - /* - try - { - _process = Process.GetProcessById(_process.Id); - } - catch - { - break; // Process has exited - } - */ - - _process.Refresh(); if (_process.HasExited) @@ -200,7 +187,10 @@ private async Task Connect() IsConnected = true; - // Resize embedded application & refresh + // Resize embedded application & refresh + // Requires a short delay because it'S not applied immediately + await Task.Delay(500); + ResizeEmbeddedWindow(); } } @@ -235,7 +225,7 @@ private void Process_Exited(object sender, EventArgs e) IsConnected = false; } - private void ResizeEmbeddedWindow() + public void ResizeEmbeddedWindow() { if (IsConnected) NativeMethods.SetWindowPos(_process.MainWindowHandle, IntPtr.Zero, 0, 0, WindowHost.ClientSize.Width, WindowHost.ClientSize.Height, NativeMethods.SWP_NOZORDER | NativeMethods.SWP_NOACTIVATE); diff --git a/Source/NETworkManager/Controls/TightVNCControl.xaml b/Source/NETworkManager/Controls/TightVNCControl.xaml index 03410dbfb1..2e3a85f72a 100644 --- a/Source/NETworkManager/Controls/TightVNCControl.xaml +++ b/Source/NETworkManager/Controls/TightVNCControl.xaml @@ -17,7 +17,8 @@ - + + diff --git a/Source/NETworkManager/MainWindow.xaml b/Source/NETworkManager/MainWindow.xaml index 2792351dbb..086804cc0f 100644 --- a/Source/NETworkManager/MainWindow.xaml +++ b/Source/NETworkManager/MainWindow.xaml @@ -12,14 +12,13 @@ xmlns:resources="clr-namespace:NETworkManager.Properties" xmlns:networkManager="clr-namespace:NETworkManager" mc:Ignorable="d" - Style="{DynamicResource DefaultWindow}" MinWidth="1280" MinHeight="768" SaveWindowPosition="True" TitleAlignment="Left" Closing="MetroWindowMain_Closing" StateChanged="MetroWindowMain_StateChanged" + Style="{DynamicResource DefaultWindow}" MinWidth="800" Width="1024" Height="768" MinHeight="600" SaveWindowPosition="True" TitleAlignment="Left" Closing="MetroWindowMain_Closing" StateChanged="MetroWindowMain_StateChanged" d:DataContext="{d:DesignInstance networkManager:MainWindow}"> - @@ -92,7 +91,7 @@ @@ -101,10 +100,43 @@ - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + +