././@PaxHeader0000000000000000000000000000003400000000000011452 xustar000000000000000028 mtime=1593787414.6078413 netaddr-0.8.0/0000755000076500000240000000000000000000000013206 5ustar00kubastaff00000000000000././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592822483.0 netaddr-0.8.0/AUTHORS0000644000076500000240000000036100000000000014256 0ustar00kubastaff00000000000000- David P. D. Moss (author, maintainer) drkjam@gmail.com - Stefan Nordhausen (maintainer) stefan.nordhausen@immobilienscout24.de - Jakub Stasiak (maintainer) jakub@stasiak.at Released under the BSD License (see :doc:`license` for details). ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1593787319.0 netaddr-0.8.0/CHANGELOG0000644000076500000240000014173500000000000014433 0ustar00kubastaff00000000000000-------------- Release: 0.8.0 -------------- Date: 3 Jul 2020 ^^^^^^^^^^^^^^^^^^^^ Changes since 0.7.20 ^^^^^^^^^^^^^^^^^^^^ * Fixed weak reference support in classes with ``__slots__`` * Added ``__bytes__`` to ``IPAddress`` for intuitive usage, thanks to Michael Belousov. * Added ``format()`` function to EUI, thanks to Omer Anson. * Added ``IPNetwork.netmask`` property setter, thanks to Naveen Nathan. * Added support for IABs in the ``40:D8:55`` OUI, thanks to Brian Maissy. * Drastically optimized ``spanning_cidr()``, thanks to Brian Maissy. * Fixed ``"x.x.x.x/x" in IPNetwork`` tests, thanks to xpac1985. * Added support for passing iterables of ``IPRange`` to ``IPSet`` and ``cidr_merge()``, based on a patch by Henry Stern. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Specific bug fixes addressed in this release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FIXED Issue 205: https://github.com/netaddr/netaddr/issues/205 - N log N complexity instead of linear FIXED Issue 171: https://github.com/netaddr/netaddr/issues/171 - Efficiently creating a large IPSet from a list of IPRanges? FIXED Issue 161: https://github.com/netaddr/netaddr/issues/161 - Weak reference support ^^^^^^^^^^^ Miscellanea ^^^^^^^^^^^ - The next release (0.9.0) will contain a backwards incompatible change in IPNetwork's behaviour. It's connected to handling of RFC 6164 IPv6 addresses (/127 and /128): IPNetwork.broadcast will return None for those and first addresses in the networks will no longer be excluded when iterating IPNetwork and IPNetwork.iter_hosts(). See https://github.com/netaddr/netaddr/pull/168 (or temporarily reverted commit 2984c0a40a70 in this repository) to see the actual patch. --------------- Release: 0.7.20 --------------- Date: 19 Jun 2020 ^^^^^^^^^^^^^^^^^^^^ Changes since 0.7.19 ^^^^^^^^^^^^^^^^^^^^ * Fixed returning from an iterator on Python 3.7+, by Sergey Kozlov. * Fixed Python 3.8 SyntaxWarning on using `is not` with a string literal, by Stefan Nordhausen. * Fixed DeprecationWarnings by using raw strings for escape characters used in regexes, by Sean McGinnis. * Improved IPGlob documentation, by obkmeta. * Fixed exception creation in corner cases by explicitly passin error message params as tuples, by Matthias Urlichs. * Stopped manually replacing shebang of an included script. * Stopped using __file__ in all code that's expected to run in environments that don't support it (like PyOxidizer-produced binaries). * Updated all databases included in the package. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Specific bug fixes addressed in this release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FIXED Issue 182: https://github.com/netaddr/netaddr/issues/182 - test_ip_splitter_remove_prefix_larger_than_input_range fails with python 3.7 FIXED Issue 206: https://github.com/netaddr/netaddr/issues/206 - ""is not" with a literal." SyntaxWarning FIXED Issue 198: https://github.com/netaddr/netaddr/issues/198 - oui databases are outdated FIXED Issue 188: https://github.com/netaddr/netaddr/issues/188 - Avoid use of __file__ ^^^^^^^^^^^ Miscellanea ^^^^^^^^^^^ - Python 2 versions older than 2.7 and Python 3 versions older than 3.5 should be considered unsupported. No incompatible code has been introduced to the best of our knowledge but there's no CI infrastructure in place to verify this and if there are any issues with those versions they won't be fixed. - Consequently, Python 2.7 and 3.5 support should be considered deprecated as 2.7 has reached its end-of-life already and 3.5 will hit it soon. - A CI setup has been introduced which allows us to test on a variety of Python versions on all Mac, Linux and Windows. --------------- Release: 0.7.19 --------------- Date: 11 Jan 2017 ^^^^^^^^^^^^^^^^^^^^ Changes since 0.7.18 ^^^^^^^^^^^^^^^^^^^^ * added a new SubnetSplitter class for those looking to divide up subnets. Thanks alanwill and RyPeck and those on (Stack Overflow discussion). * removed bundled pytest dependency code for "python setup.py test". * setup.py now uses setuptools only (no more distutils) and setup_egg.py removed. * cleaned up INSTALL docs so they accurately reflect current Python packaging. * fixed broken parsing, generating and reading of IEEE index files when switching between Python 2.x and 3.x. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Specific bug fixes addressed in this release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FIXED Issue 133: https://github.com/drkjam/netaddr/issues/133 - Splitting a single network into multiple prefixed networks FIXED Issue 129: https://github.com/drkjam/netaddr/issues/129 - fix IPAddress().netmask_bits to return 0 for 0.0.0.0 and [::] addresses FIXED Issue 117: https://github.com/drkjam/netaddr/issues/117 - (python setup.py test) failing with python3 >= 3.5 FIXED Issue 137: https://github.com/drkjam/netaddr/issues/137 - API reference is broken on ReadTheDocs FIXED Issue 143: https://github.com/drkjam/netaddr/issues/143 - Please refresh the bundled IANA and IEEE databases ^^^^^^^^^^^ Miscellanea ^^^^^^^^^^^ - Goodbye to NYSE Euronext (good times), hello Intercontinental Exchange ... --------------- Release: 0.7.18 --------------- Date: 4 Sep 2015 ^^^^^^^^^^^^^^^^^^^^ Changes since 0.7.17 ^^^^^^^^^^^^^^^^^^^^ * cidr_merge() algorithm is now O(n) and much faster. Thanks to Anand Buddhdev (aabdnn) and Stefan Nordhausen (snordhausen). * nmap target specification now fully supported including IPv4 CIDR prefixes and IPv6 addresses. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Specific bug fixes addressed in this release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FIXED Issue 100: https://github.com/drkjam/netaddr/issues/100 - nmap.py - CIDR targets FIXED Issue 112: https://github.com/drkjam/netaddr/issues/112 - Observation: netaddr slower under pypy --------------- Release: 0.7.17 --------------- Date: 31 Aug 2015 ^^^^^^^^^^^^^^^^^^^^ Changes since 0.7.16 ^^^^^^^^^^^^^^^^^^^^ * Fixed a regression with valid_mac due to shadow import in the netaddr module. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Specific bug fixes addressed in this release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FIXED Issue 114: https://github.com/drkjam/netaddr/issues/114 - netaddr.valid_mac('00-B0-D0-86-BB-F7')==False for 0.7.16 but True for 0.7.15 --------------- Release: 0.7.16 --------------- Date: 30 Aug 2015 ^^^^^^^^^^^^^^^^^^^^ Changes since 0.7.15 ^^^^^^^^^^^^^^^^^^^^ * IPv4 networks with /31 and /32 netmasks are now treated according to RFC 3021. Thanks to kalombos and braaen. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Specific bug fixes addressed in this release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FIXED Issue 109: https://github.com/drkjam/netaddr/issues/109 - Identify registry of global IPv6 unicast allocations FIXED Issue 108: https://github.com/drkjam/netaddr/issues/108 - One part of docs unclear? FIXED Issue 106: https://github.com/drkjam/netaddr/issues/106 - Eui64 Updated (pull request for Issue 105) FIXED Issue 105: https://github.com/drkjam/netaddr/issues/105 - Support dialects for EUI-64 addresses FIXED Issue 102: https://github.com/drkjam/netaddr/issues/102 - 0.7.15 tarball is missing tests. FIXED Issue 96: https://github.com/drkjam/netaddr/issues/96 - Wrong hosts and broadcasts for /31 and /32 networks. --------------- Release: 0.7.15 --------------- Date: 29 Jun 2015 ^^^^^^^^^^^^^^^^^^^^ Changes since 0.7.14 ^^^^^^^^^^^^^^^^^^^^ * Fix slowness in IPSet.__contains__. Thanks to novas0x2a for noticing. * Normalize IPNetworks when they are added to an IPSet * Converted test suite to py.test ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Specific bug fixes addressed in this release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FIXED Issue 98: https://github.com/drkjam/netaddr/issues/98 - Convert test suite to py.test FIXED Issue 94: https://github.com/drkjam/netaddr/issues/94 - IPSet.__contains__ is about 40 times slower than the equivalent IPRange FIXED Issue 95: https://github.com/drkjam/netaddr/issues/95 - Inconsistent Address Handling in IPSet --------------- Release: 0.7.14 --------------- Date: 31st Mar 2015 ^^^^^^^^^^^^^^^^^^^^ Changes since 0.7.13 ^^^^^^^^^^^^^^^^^^^^ * Fix weird build breakage in 0.7.13 (wrong Python path, incorrect OUI DB). * EUI, OUI, and IAB objects can now be compared with strings. You can do my_mac = EUI("11:22:33:44:55:66") my_mac == "11:22:33:44:55:66" and Python will return True on the "==" operator. * Implement the "!=" operator for OUI and IAB under Python2. It was already working under Python3. * 64 bit EUIs could only be created from strings with "-" as a separator. Now, ":" and no seperator are supported, which already worked for 48 bit EUIs. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Specific bug fixes addressed in this release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FIXED Issue 80: https://github.com/drkjam/netaddr/pull/80 - Compare L2 addresses with their representations FIXED Issue 81: https://github.com/drkjam/netaddr/issues/81 - OUI database tests fail in 0.7.13 FIXED Issue 84: https://github.com/drkjam/netaddr/issues/84 - Incorrect python executable path in netaddr-0.7.13-py2.py3-none-any.whl FIXED Issue 87: https://github.com/drkjam/netaddr/pull/87 - Handle eui64 addresses with colon as a delimiter and without delimeter. --------------- Release: 0.7.13 --------------- Date: 31st Dec 2014 ^^^^^^^^^^^^^^^^^^^^ Changes since 0.7.12 ^^^^^^^^^^^^^^^^^^^^ * IPAddress objects can now be added to/subtracted from each other ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Specific bug fixes addressed in this release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FIXED Issue 73: https://github.com/drkjam/netaddr/issues/73 - Adding IP Addresses FIXED Issue 74: https://github.com/drkjam/netaddr/issues/74 - compute static global ipv6 addr from the net prefix and mac address FIXED Issue 75: https://github.com/drkjam/netaddr/issues/75 - add classifiers for python 3.3 and 3.4 support --------------- Release: 0.7.12 --------------- Date: 6th Jul 2014 ^^^^^^^^^^^^^^^^^^^^ Changes since 0.7.11 ^^^^^^^^^^^^^^^^^^^^ * Added method IPSet.iter_ipranges(). * bool(IPSet()) works now for large IPSets, e.g. IPSet(['2405:8100::/32']). * IPNetwork.iter_hosts now skips the subnet-router anycast address for IPv6. * Removed function fbsocket.inet_aton because it is unused and unnecessary ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Specific bug fixes addressed in this release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FIXED Issue 69: https://github.com/drkjam/netaddr/issues/69 - Add __nonzero__ method to IPSet FIXED Pull Request 68: https://github.com/drkjam/netaddr/pull/68 - Fixed a bug related to allowing ::0 during iter_hosts for v6 FIXED Issue 67: https://github.com/drkjam/netaddr/issues/67 - Remove function fbsocket.inet_aton FIXED Pull Request 66: https://github.com/drkjam/netaddr/pull/66 - Added Function to create list of IPRange for non-contiguous IPSet --------------- Release: 0.7.11 --------------- Date: 19th Mar 2014 ^^^^^^^^^^^^^^^^^^^^ Changes since 0.7.10 ^^^^^^^^^^^^^^^^^^^^ * Performance of IPSet increased dramatically, implemented by Stefan Nordhausen and Martijn van Oosterhout. As a side effect, IPSet(IPNetwork("10.0.0.0/8")) is now as fast as you'd expect. * Various performance improvements all over the place. * netaddr is now hosted on PyPI and can be installed via pip. * Doing "10.0.0.42" in IPNetwork("10.0.0.0/24") works now. * IPSet has two new methods: iscontiguous() and iprange(), thanks to Louis des Landes. * Re-added the IPAddress.netmask_bits() method that was accidently removed. * Networks 128.0.0.0/16, 191.255.0.0/16, and 223.255.255.0/24 are not marked as reserved IPv4 addresses any more. Thanks to marnickv for pointing that out. * Various bug fixes contributed by Wilfred Hughes, 2*yo and Adam Goodman. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Specific bug fixes addressed in this release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FIXED Issue 58: https://github.com/drkjam/netaddr/issues/58 - foo.bar doesn't throw AddrFormatError FIXED Issue 57: https://github.com/drkjam/netaddr/issues/57 - netaddr packages not hosted on PyPI FIXED Issue 56: https://github.com/drkjam/netaddr/issues/56 - Fix comparison with large IPSet() FIXED Issue 55: https://github.com/drkjam/netaddr/pull/55 - Fix smallest_matching_cidr and all_matching_cidrs FIXED Issue 53: https://github.com/drkjam/netaddr/issues/53 - Exclude 128.0.0.0/16 and possibly others from reserved range set? FIXED Issue 51: https://github.com/drkjam/netaddr/issues/51 - Encoding errors in netaddr/eui/oui.txt FIXED Issue 46: https://github.com/drkjam/netaddr/issues/46 - len(IPSet()) fails on python3 FIXED Issue 43: https://github.com/drkjam/netaddr/issues/43 - Method to check if IPSet is contiguous FIXED Issue 38: https://github.com/drkjam/netaddr/issues/38 - netmask_bits is missing from the IPAddress FIXED Issue 37: https://github.com/drkjam/netaddr/issues/37 - Test failures with Python 3.3 --------------- Release: 0.7.10 --------------- Date: 6th Sep 2012 ^^^^^^^^^^^^^^^^^^^ Changes since 0.7.9 ^^^^^^^^^^^^^^^^^^^ * A bunch of Python 3.x bug fixes. Thanks Arfrever. * Extended nmap support to cover full target specification. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Specific bug fixes addressed in this release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FIXED Issue 36 - https://github.com/drkjam/netaddr/issues/36 - ResourceWarnings with Python >=3.2 FIXED Issue 35 - https://github.com/drkjam/netaddr/issues/35 - netaddr-0.7.9: Test failure with Python 3 FIXED Issue 34 - https://github.com/drkjam/netaddr/issues/34 - netaddr.ip.iana.SaxRecordParser.endElement() incompatible with Python 3.1 FIXED Issue 33 - https://github.com/drkjam/netaddr/issues/33 - netaddr script not installed with Python 3 FIXED Issue 23 - https://github.com/drkjam/netaddr/issues/23 - valid_nmap_range() does not validate nmap format case. FIXED Issue 22 - https://github.com/drkjam/netaddr/issues/22 - all_matching_cidrs: documentation incorrect -------------- Release: 0.7.9 -------------- Date: 28th Aug 2012 ^^^^^^^^^^^^^^^^^^^ Changes since 0.7.8 ^^^^^^^^^^^^^^^^^^^ * Re-release to fix build removing Sphinx dependency. -------------- Release: 0.7.8 -------------- Date: 28th Aug 2012 ^^^^^^^^^^^^^^^^^^^ Changes since 0.7.7 ^^^^^^^^^^^^^^^^^^^ * New SAX parser for IANA data source files (contributed by Andrew Stromnov) * Fixed pickling failures with EUI, OUI and IAB classes. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Specific bug fixes addressed in this release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FIXED Issue 31 - https://github.com/drkjam/netaddr/issues/31 - Exclude '39.0.0.0/8' network from reserved set. Thanks Andrew Stromnov FIXED Issue 28 - https://github.com/drkjam/netaddr/issues/28 - Fix algorithm in ipv6_link_local to fully conform to rfc4291. Thanks Philipp Wollermann FIXED Issue 25 - https://github.com/drkjam/netaddr/issues/25 - install_requires is too aggressive? Thanks Adam Lindsay and commenters. FIXED Issue 21 - https://github.com/drkjam/netaddr/issues/21 - deepcopy for EUI fails. Thanks Ryan Nowakowski. -------------- Release: 0.7.7 -------------- Date: 30th May 2012 ^^^^^^^^^^^^^^^^^^^ Changes since 0.7.6 ^^^^^^^^^^^^^^^^^^^ * Comprehensive documentation update! It's only taken 4 years to get around to using Sphinx and I can confirm it is **TOTALLY AWESOME!** * Various bug fixes * Refreshed IEEE OUI and IAB data ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Specific bug fixes addressed in this release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FIXED Issue 24 - https://github.com/drkjam/netaddr/issues/24 - Fixed TypeError when comparing BaseIP instance with non-BaseIP objects. Thanks pvaret FIXED Issue 17 - https://github.com/drkjam/netaddr/issues/17 - For large ipv6 networks the .subnet() method fails. Thanks daveyss FIXED Issue 20 - https://github.com/drkjam/netaddr/issues/20 - Test failure with Python 3. Thanks Arfrever -------------- Release: 0.7.6 -------------- Date: 13th Sep 2011 ^^^^^^^^^^^^^^^^^^^ Changes since 0.7.5 ^^^^^^^^^^^^^^^^^^^ * A bug fix point release * Refreshed 3rd party data caches * Tested against Python 3.2.x and PyPy 1.6.x * Fixed unit tests under for Mac OSX ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Specific bug fixes addressed in this release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FIXED Issue 15 - https://github.com/drkjam/netaddr/issues/15 - Incorrect and invalid glob produced when last octet is not * FIXED Issue 13 - https://github.com/drkjam/netaddr/issues/13 - Added support for IPython 0.11 API changes. Thanks juliantaylor FIXED Issue 11 - https://github.com/drkjam/netaddr/issues/11 - Calling valid_glob on cidr raises ValueError. Thanks radicand FIXED Issue 7 - https://github.com/drkjam/netaddr/issues/7 - Unpickling Bug in IPSet. Thanks LuizOz and labeneator FIXED Issue 2 - https://github.com/drkjam/netaddr/issues/2 - UnboundLocalError raised in IPNetwork constructor. Thanks keesbos ^^^^^^^^^^^ Miscellanea ^^^^^^^^^^^ - Has a famous soft drink company started making it own NICs? -------------- Release: 0.7.5 -------------- Date: 5th Oct 2010 ^^^^^^^^^^^^^^^^^^^ Changes since 0.7.4 ^^^^^^^^^^^^^^^^^^^ * Python 3.x is now fully supported. The paint is still drying on this so please help with testing and raise bug tickets when you find any issues! New Issue Tracker - https://github.com/drkjam/netaddr/issues * Moved code hosting to github. History ported thanks to svn2git. - (https://github.com/nirvdrum/svn2git) * All netaddr objects now use approx. 65% less memory due to the use of __slots__ in classes throughout the codebase. Thanks to Stefan Nordhausen and his Python guru for this suggestion! * Applied many optimisations and speedups throughout the codebase. * Fixed the behaviour of the IPNetwork constructor so it now behaves in a much more sensible and expected way (i.e. no longer uses inet_aton semantics which is just plain odd for network addresses). * One minor change to behaviour in this version is that the .value property on IPAddress and IPNetwork objects no longer support assignment using a string IP address. Only integer value assignments are now valid. The impact of this change should be minimal for the majority of users. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Specific bug fixes addressed in this release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FIXED Issue 49 - http://code.google.com/p/netaddr/issues/detail?id=49 - Incorrect IP range recognition on IPs with leading zeros FIXED Issue 50 - http://code.google.com/p/netaddr/issues/detail?id=50 - CIDR block parsing FIXED Issue 52 - http://code.google.com/p/netaddr/issues/detail?id=52 - ipv6 cidr matches incorrectly match ipv4 [sic] FIXED Issue 53 - http://code.google.com/p/netaddr/issues/detail?id=53 - Error in online documentation FIXED Issue 54 - http://code.google.com/p/netaddr/issues/detail?id=54 - IP recognition failure FIXED Issue 55 - http://code.google.com/p/netaddr/issues/detail?id=55 - Support for Python 3.x FIXED Issue 56 - http://code.google.com/p/netaddr/issues/detail?id=56 - checking IPAddress in IPNetwork FIXED Issue 57 - http://code.google.com/p/netaddr/issues/detail?id=57 - netaddr objects can't pickle FIXED Issue 58 - http://code.google.com/p/netaddr/issues/detail?id=58 - IPSet operations should accept the same arguments as IPAddress FIXED Issue 59 - http://code.google.com/p/netaddr/issues/detail?id=59 - netaddr fails to load when imported by a PowerDNS coprocess ^^^^^^^^^^^ Miscellanea ^^^^^^^^^^^ - Welcome back to standards.ieee.org which seems to have been down for weeks! - Goodbye Sun Microsystems + Merrill Lynch, hello Oracle + Bank of America ... -------------- Release: 0.7.4 -------------- Date: 2nd Dec 2009 ^^^^^^^^^^^^^^^^^^^ Changes since 0.7.3 ^^^^^^^^^^^^^^^^^^^ * Applied speed patches by S. Nordhausen * Fixed an inconsistency between EUI and IPAddress interfaces. Made EUI.packed and EUI.bin properties (previously methods) and added a words() property. -------------- Release: 0.7.3 -------------- Date: 14th Sep 2009 ^^^^^^^^^^^^^^^^^^^ Changes since 0.7.2 ^^^^^^^^^^^^^^^^^^^ * Added __add__, __radd__, __sub__, __rsub__ operators to the IPAddress class. * Added support for validation and iteration of simple nmap style IPv4 ranges (raised in Issue 46). * Removed some unused constants from fallback socket module. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Specific bug fixes addressed in this release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FIXED Issue 44 - http://code.google.com/p/netaddr/issues/detail?id=44 - int/long type error FIXED Issue 46 - http://code.google.com/p/netaddr/issues/detail?id=46 - Question about IPv4 ranges FIXED Issue 47 - http://code.google.com/p/netaddr/issues/detail?id=47 - IPNetwork cannot be evaluated as a boolean when it has a large size -------------- Release: 0.7.2 -------------- Date: 20th Aug 2009 ^^^^^^^^^^^^^^^^^^^ Changes since 0.7.1 ^^^^^^^^^^^^^^^^^^^ FIXED a boundary problem with the iter_iprange() generator function and all associated calls to it throughout the codebase, including unit test coverage and adjustments. * Replaced regular expressions in cidr_merge() with pre-compiled equivalents for a small speed boost. * Adjustments to README raised by John Eckersberg. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Specific bug fixes addressed in this release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FIXED Issue 43 - http://code.google.com/p/netaddr/issues/detail?id=43 - IPNetwork('0.0.0.0/0') not usable in for loop -------------- Release: 0.7.1 -------------- Date: 14th Aug 2009 ^^^^^^^^^^^^^^^^^ Changes since 0.7 ^^^^^^^^^^^^^^^^^ * Renamed the netaddr shell script from 'nash' to plain 'netaddr'. This is to avoid a potentially nasty clash with an important Linux tool with the same name. Thanks to John Eckersberg for spotting this one early! * Updated IANA and IEEE data files with latest versions. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Specific bug fixes addressed in this release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FIXED Issue 42 - http://code.google.com/p/netaddr/issues/detail?id=42 - Bug in cidr_merge() function when passed the CIDRs 0.0.0.0/0 and/or ::/0 ------------ Release: 0.7 ------------ Date: 11th Aug 2009 ^^^^^^^^^^^^^^^^^^^ Changes since 0.6.x ^^^^^^^^^^^^^^^^^^^ Please Note - This release represents a major overhaul of netaddr. It breaks backward compatibility with previous releases. See the API documentation for full details of what is available. Some highlights of what has changed :- * Internal module hierarchy has been completely overhauled and redesigned. This fixes up a lot of inconsistencies and problems with interdependent imports. All public classes, objects, functions and constants are still published via the main netaddr module namespace as in previous releases. * No more AT_* and ST_* 'constants'. * The Addr base class is gone. This removes the link between EUI and IP functionality so the library is can now easily be split into distinct units without many interdependencies between layer 2 and layer 3 functionality. * The use of custom descriptor classes has been completely discontinued. * Strategy classes and singleton objects have been replaced with a group of strategy modules in their own netaddr.strategy namespace. Each IP or EUI address object now holds a reference to a module rather than a singleton object. * Many operations that were previously static class methods are now presented as functions in the relevant modules. See the API documentation for details. * The IP and CIDR classes have been replaced with two new classes called IPAddress and IPNetwork respectively. This name change is important as the IP part of netaddr has been completed redesigned. The notion of an individual IP address and an IP network or subnet has been made more obvious. IPAddress objects are now true scalars and do not evaluate in a list or tuple context. They also do not support any notion of a netmask or CIDR prefix; this is the primary function of an IPNetwork object. * Abritrary IP ranges and are still supported but a lot of their functionality has also been exposed via handy functions. * IP globbing routines (previous known as Wildcards) have been moved into their own submodule. * Added a new IPSet class which fully emulates mutable Python sets. This replaces a lot of half-baked experimental classes found in 0.5.x and 0.6.x such as IPRangeSet and CIDRGroup. See documentation for details. * All methods and properties that previously used or supported the 'fmt' formatting property no longer do so. In all cases, objects are now returned to correctly support pass through calls without side effects. It is up to the user to extract data in the right format from the objects IPAddress objects returned as required. * Unit tests have been completed re-written to support docstring style tests bundled into test suites. These are handy as they double up as documentation being combined with wiki syntax. Implemented code coverage checking using coverage 3.x. * nash - a nascent shell like tool for the netaddr library (requires IPython). * Support for RFC 1924 added ;-) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Specific bug fixes addressed in this release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FIXED Issue 13 - http://code.google.com/p/netaddr/issues/detail?id=13 - Searching for a match in a list of CIDR objects FIXED Issue 26 - http://code.google.com/p/netaddr/issues/detail?id=26 - Refactor out use of isinstance() FIXED Issue 28 - http://code.google.com/p/netaddr/issues/detail?id=28 - Add support for network block operations FIXED Issue 34 - http://code.google.com/p/netaddr/issues/detail?id=34 - Addition issue? -------------- Release: 0.6.4 -------------- Date: 11th Aug 2009 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Specific bug fixes addressed in this release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FIXED Issue 40 - http://code.google.com/p/netaddr/issues/detail?id=40 - Building RPM wth "python setup.py bdist_rpm" fails, multiple errors -------------- Release: 0.6.3 -------------- Date: 23rd Jun 2009 ^^^^^^^^^^^^^^^^^^^ Changes since 0.6.2 ^^^^^^^^^^^^^^^^^^^ * Fixed line endings in a number of new files created under Windows. * Tweaked the ordering of values in tuple passed into the hash() function in the __hash__ method of the IP and IPRange classes to make it the same as the values used for comparisons implemented in the __eq__ method (Python best practice). * Added a number of unit tests to improve code coverage. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Specific bug fixes addressed in this release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FIXED Issue 33 - http://code.google.com/p/netaddr/issues/detail?id=33 - CIDR subtraction is broken for out-of-range CIDR objects FIXED Issue 35 - http://code.google.com/p/netaddr/issues/detail?id=35 - install error (on Python interpreters where socket.has_ipv6 is False) FIXED Issue 36 - http://code.google.com/p/netaddr/issues/detail?id=36 - netaddr.CIDR fails to parse default route CIDR FIXED Issue 37 - http://code.google.com/p/netaddr/issues/detail?id=37 - Bug in bitwise AND operator for IP addresses FIXED Issue 38 - http://code.google.com/p/netaddr/issues/detail?id=38 - Feature request: Addr.__nonzero__ FIXED Issue 39 - http://code.google.com/p/netaddr/issues/detail?id=39 - CIDR.abbrev_to_verbose() not applying implicit classful netmask rules consistently -------------- Release: 0.6.2 -------------- Date: 13th Apr 2009 ^^^^^^^^^^^^^^^^^^^ Changes since 0.6.1 ^^^^^^^^^^^^^^^^^^^ * Refreshed IEEE and IANA data files with latest revisions from their respective URLs. - IANA IPv4 Address Space Registry (last updated 2009-03-11) - Internet Multicast Addresses (last updated 2009-03-17) - IEEE OUI and IAB files (last updated 2009-04-13) * Added get_latest_files() functions to both the netaddr.eui and netaddr.ip modules to assist in automating release builds. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Specific bug fixes addressed in this release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FIXED Issue 32 - http://code.google.com/p/netaddr/issues/detail?id=32 - Addr.__ne__ returns wrong answer -------------- Release: 0.6.1 -------------- Date: 6th Apr 2009 ^^^^^^^^^^^^^^^^^ Changes since 0.6 ^^^^^^^^^^^^^^^^^ * Added COPYRIGHT file with details and attribution for all 3rd party files bundled with netaddr. * Minimum Python version required is now 2.4.x changed from 2.3.x. - Python 2.3 compatibility code in many sections of code have been removed. - the @property and @staticmethod decorators are now used throughout the code along with the reversed() and sorted() builtin iterators. - A specific version check has also been added that will raise RuntimeError exceptions if you run netaddr on a Python interpreter version < 2.4.x. * Integer addresses passed to the IP() and EUI() constructors no longer require a mandatory second address type (AT_*) argument in most cases. This is now only really required to disambiguate between IPv4/IPv6 addresses with the same numerical value. The same behaviour applies to EUI-48/EUI-64 identifiers. A small speed boost is achieved if the 2nd address type argument is explicitly provided. * IPv6 addresses returned by EUI.ipv6_link_local() now always have a subnet prefix of /64. * Default sort order of aggregate classes (IPRange, CIDR and Wildcard) has been changed (again). They now sort initially by first address and then by network block size from largest to smallest which feels more natural. * Fixed a bug in the CIDR.abbrev_to_verbose() static method where IPv4 addresses with 4 octets (i.e. non-partial addresses) were being assigned subnet prefixes using abbreviated rules. All complete IPv4 addresses should always get a /32 prefix where it is not explicitly provided. * Abbreviated address expansion in the CIDR constructor is now optional and can be controlled by a new 'expand_abbrev' boolean argument. * Added the new CIDR.summarize() static method which transforms lists of IP addresses and CIDRs into their most compact forms. Great for trimming down large ad hoc address lists! * Added the previous() and next() methods to the CIDR classes which return the CIDR subnets either side of a given CIDR that are of the same size. For the CIDR 192.0.2.0/24, previous will return 192.0.1.0/24 and next will return 192.0.3.0/24. Also accepts and optional step size (default is 1). * Added the supernet() method to the CIDR class which returns a generator of all the subnets that contain the current CIDR found by decrementing the prefixlen value for each step until it reaches zero. * Changed the way the fallback code works when the socket module is missing important constants and functions. * Removed the uppercase options from the Strategy constructors and internals as this behaviour can be easily replicated using the word_fmt option instead and requires less code (word_fmt='%X'). ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Specific bug fixes addressed in this release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FIXED Issue 23 - http://code.google.com/p/netaddr/issues/detail?id=23 - Improve IPv6 IPv4 mapped/compatible address formatting FIXED Issue 24 - http://code.google.com/p/netaddr/issues/detail?id=24 - bug in CIDR.subnet() when using the fmt argument FIXED Issue 29 - http://code.google.com/p/netaddr/issues/detail?id=29 - CIDR.subnet method's count argument isn't working as documented FIXED Issue 30 - http://code.google.com/p/netaddr/issues/detail?id=30 - not compatible with Python 2.3 FIXED Issue 31 - http://code.google.com/p/netaddr/issues/detail?id=31 - byte order in documentation confusing or wrong ------------ Release: 0.6 ------------ Date: 20th Jan 2009 ^^^^^^^^^^^^^^^^^^^ Changes since 0.5.x ^^^^^^^^^^^^^^^^^^^ * Namespace changes 3 new sub namespaces have been added :- - netaddr.eui Currently contains IEEE OUI and IAB classes and lookup code. - netaddr.ip Currently contains IANA IPv4, IPv6 and IPv4 multicast lookup code. - netaddr.core Currently contains only a couple of classes that are shared between code in netaddr.eui and netaddr.ip. Please Note: This change is part of a two stage internal restructuring of netaddr. In future releases, layer-2 MAC/EUI functionality will be separated from and layer-3 IP, CIDR and Wildcard functionality. All shared code will be moved to netaddr.core. When the migration is complete (expected in 0.7) the netaddr.address and netaddr.strategy namespaces will be removed. Please endeavour to access everything you need via the top-level netaddr namespace from this release onwards. See netaddr.__all__ for details of constants, objects, classes and functions intended for the public interface. * Addition of IEEE and IANA informational lookups - the IP() and EUI() classes now have an additional info() method through which contextual information about your addresses can be accessed. This data is published by IANA and the IEEE respectively and sourced directly from text files bundled with netaddr that are available for download publically online. Details are available in the docstring of the relevant parsing classes. Subsequent netaddr releases will endeavour to keep up-to-date with any updates to these files. - the EUI() class has been updated with the addition of the OUI() and IAB() classes. They provide object based access to returned via the EUI.info() method. Please see API docs included with netaddr for details. - added new NotRegisteredError exception that is raised when an EUI doesn't match any currently registration entries in the IEEE registry files. * Addr() class removed from the public interface - This class is only ever meant to be used internally and its usage may soon be deprecated in favour converting it into an abstract base class in future releases. * Deletion of AddrRange() class - replaced with the more specific IPRange() class. AddrRange() wasn't very useful in practice. Too much time has been spent explaining its theoretical merits over its actual practicality for every day use. * Addition of new IPRange() class - the new base class for CIDR() and Wildcard(). - a 'killer feature' of this new class are the new methods iprange(), cidrs() and wildcard() which allow you to use and switch between all 3 formats easily. IPRange('x', 'y').cidrs() is particularly useful returning all the intervening CIDRs between 2 arbitrary IP addresses. - IPRange() is a great place to expose several new methods available to sub classes. They are issupernet(), issubnet(), adjacent() and overlaps(). - previous method called data_flavour() has been renamed (again) to a more suitable format(). * IP() class updates - is_netmask() and is_hostmask() methods have been optimised and are now both approximately 4 times faster than previously! - added wildcard() and iprange() methods that return pre-initialised objects of those classes based on the current netmask / subnet prefix. - copy constructor methods ipv4() and ipv6() now preserve the value of the prefixlen property now also support IPv6 options for returning IPv4-mapped or IPv4-compatible IPv6 addresses. - added new methods is_loopback(), is_private(), is_link_local(), is_ipv4_mapped() and is_ipv4_compat() which are all self explanatory. - added a bin() method which provides an IP address in the same format as the standard Python bin() builtin type ('0bxxx') now available in Python 2.6.x and higher. - added a packed() method which provides an IP address in packed binary string format, suitable for passing directly to Python socket calls. * nrange() generator function updates - by default this now returns IP() objects instead of Addr() objects. * CIDR() class updates - the 'strict_bitmask' option in the CIDR class constructor has been had a name change and is now just 'strict' (less typing). - support for Cisco ACL-style (hostmask) prefixes. Also available to the IP() class. They are converted to their netmask equivalents before being applied to the base address. - added a new subnet() generator method that returns iterators to subnet CIDRs found within the current CIDR object's boundaries e.g. a /24 CIDR can provide address with subnet prefixes between a /25 and /32. - added a new span() method which takes a list of IP, IPRange, CIDR and/or Wildcards returning a single CIDR that 'spans' the lowest and highest boundary addresses. An important property of this class is that only a single CIDR is returned and that it (potentially) overlaps the start and end addresses. The most important aspect of this method is that it identifies the left-most set of bits that are common to all supplied addresses. It is the plumbing that makes a lot of other features function correctly. - although IPv6 doesn't support the concept of a broadcast address, after some pondering I've decide to add network() and broadcast() methods to the CIDR class. It is an interface quirk that users expect so it has been added for ease of use. - the methods network(), broadcast(), hostmask() and netmask() have been wrapped in property() builtin calls to make them appear as read-only properties. * Many more MAC and IPv4 string address representation are now supported - Improvements to both EUI and IP classes. They now accept many more valid address formats than previously. Thanks for all the bugs tickets raised. * ``__repr__()`` method behaviour change - Using ``repr()`` now assume that you have performed a ``from netaddr import *`` before you execute them. They no longer specify the originating namespace of objects which is a bit unnecessary and a lot to read on-screen.They will also be moving around within the namespace shortly anyway so its best not to think of them as being anywhere other than directly below netaddr itself. * 'klass' property renamed to 'fmt' (format) - now referred to as the 'format callable' property. An unfortunately but necessary change. 'klass' was a bad initial name choice as it most often doesn't even reference a class object also supporting references to Python types, builtin functions and user defined callables. * Complete re-work and consolidation of unit tests. - now over 100 tests covering all aspects of the API and library functionality. - Moved all tests into a single file. Lots of additional tests have been added along with interface checks to ensure netaddr's always presents a predictable set of properties and methods across releases. * Nascent support for Python eggs and setuptools. - Help is need to test this as it is not something I use personally. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Specific bug fixes addressed in this release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * Finally fixed the IPv6 string address compression algorithm so that it is now compliant with the socket modules inet_ntop() and inet_pton() calls. (not available on all platforms). ^^^^^^^^^^^^^^^^^^^^^ Experimental Features ^^^^^^^^^^^^^^^^^^^^^ * added bitwise operators to the IP class - does what it says on the tin. Does not effect that value of the IP object itself but rather, returns a new IP after the operation has been applied. * IPRangeSet() class added (EXPERIMENTAL). - the intention with this class is to allows you to create collections of unique IP(), IPRange(), CIDR() and Wildcard() objects. It provides iteration over IPs in the collection as well as several membership based operations such as any_match() all_matches(), min_match() and max_match(). - lots more work to do here. Please raise bugs and feature requests against this as you find them. Improvements to this are coming in 0.7. -------------- Release: 0.5.2 -------------- Date: 29th Sep 2008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Specific bug fixes addressed in this release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * Fixed Issue 15 in bug tracker. Bad validation and conversion of IPv4 mapped IPv6 address values in IPv6Strategy class. Covered with unit test cases. * Updated PrefixLenDescriptor() class so that modifications to the property CIDR.prefixlen also update CIDR.first and CIDR.last keeping them in sync. Covered by unit test cases. * IP.hostname() method returns None when DNS lookup fails. -------------- Release: 0.5.1 -------------- Date: 23rd Sep 2008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Specific bug fixes addressed in this release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * CIDR constructor was throwing a TypeError for valid unicode string addresses which worked in previous releases. Fixed and covered with a unit test case. * The methods CIDR.netmask() and CIDR.hostmask() contained code errors that were causing them to fail. Problem fixed and covered with unit test case. ------------ Release: 0.5 ------------ Date: 19th Sep 2008 ^^^^^^^^^^^^^^^^^^^ Changes since 0.4.x ^^^^^^^^^^^^^^^^^^^ **General** * Access to all important object attributes in all netaddr classes now takes place via custom Python descriptor protocol classes. This has greatly simplified internal class logic and made external attributes changes much safer and less error prone. It has also made aggregate classes such as CIDR and Wildcard effectively read-write rather than read-only which they have been up until this release. * Ammended the way sort order is calculated for Addr and AddrRange (sub)class instances so that the address type is taken into account as well as as the numerical value of the address or address range. The ascending sort order is IPv4, IPv6, EUI-48 and EUI-64. Sequences of AddrRange (sub)class instances now sort correctly! * Comparisons between instances of Addr and AddrRange (sub)classes now return False, rather than raising an AttributeError. * Added checks and workaround code for Python runtime environments that suffer from the infamous socket module inet_aton('255.255.255.255') bug. This was discovered recently in Python 2.4.x on PowerPC under MacOS X. The fix also applies in cases where the socket module is not available (e.g. on Google App Engine). * All general Exception raising in the strategy module has now been replaced with more specific exceptions, mainly ValueError (these were unintentionally missed out of the 0.4 release). * Implemented __hash__() operations for the Addr and AddrStrategy classes. This allows you to use IP, CIDR and Wildcard objects as keys in dictionaries and as elements in sets. Please note - this is currently an experimental feature which may change in future releases. * Added __ne__() operation to Addr and AddrRange classes. * Obeying the 'Law of Demeter', the address type of Addr and AddrRange (sub)class instances can be accessed using the property directly :- obj.addr_type # 0.5 onwards rather than having to go via the strategy object :- obj.strategy.addr_type # 0.4 and earlier * Renamed the AT_DESCR lookup dictionary to AT_NAMES. Removed invalid and duplicated imports from all modules. **Addr class changes** * Removed the setvalue() method from the Addr class and replaced all uses of __setattr__() replaced by custom descriptors throughout. **IP class changes** * Removed the ambiguity with masklen and prefixlen attributes in the IP class. prefixlen now denotes the number of bits that define the netmask for an IP address. The new method netmask_bits() returns the number of non-zero bits in an IP object if the is_netmask() method returns True. A prefixlen value other than /32 for an address where is_netmask() returns True is invalid and will raise a ValueError exception. * Removed the family() method from the IP class. It duplicates information now provided by the prefixlen property. * IP class has several new methods. is_multicast() and is_unicast() quickly tell you what category of IP address you have and while ipv4() and ipv6() act as IPv4 <-> IPv6 conversions or copy constructors depending on context. * Reverse DNS lookup entries now contain a trailing, top-level period (.) character appended to them. * Added the hostname() method to IP instances which performs a reverse DNS * The IP class __str__() method now omits the subnet prefix is now implicit for IPv4 addresses that are /32 and IPv6 addresses that are /128. Subnet prefix is maintained in return value for all other values. **AddrRange class changes** * The AddrRange class no longer stores instances of Addr (sub)classes for the first and last address in the range. The instance variables self.start_addr and self.stop_addr have been renamed to self.first and self.last and the methods obj.first() and obj.last() have been removed. Instead, self.first and self.last contain integer values and a reference to a strategy object is stored. Doing this is a lot more useful and cleaner for implementing internal logic. To get Addr (sub)class objects (or strings, hex etc when manipulating the the klass property) use the index values obj[0] and obj[-1] as a substitute for obj.first() and obj.last() respectively. * AddrRange (sub)class instances now define the increment, __iadd__(), and decrement, __isub__(), operators. This allows you to 'slide' CIDRs and Wildcards upwards and downwards based on their block sizes. * The _retval() method has now been renamed data_flavour() - yes, the UK spelling ;-) You shouldn't really care much about this as it mostly for internal use. I gave it a decent name as I didn't see any real need to hide the functionality if users wanted it. **CIDR class changes** * The strictness of the CIDR class constructor in relation to non-zero bits once the prefix bitmask has been applied can be disabled use the optional argument strict_bitmask=False. It is True (strictness enabled) by default. * Fixed a bug in abbreviated CIDR conversion. Subnet prefix for multicast address 224.0.0.0 is now /4 instead of /8. * The CIDR class now supports subtraction between two CIDR objects, returning a list of the remainder. Please note that the bigger of the two CIDR objects must be on the left hand side of the the expression, otherwise an empty list is return. Sorry, you are not allowed to create negative CIDRs ;-) * The function abbrev_to_cidr() has been renamed to and turned into the static method CIDR.abbrev_to_verbose(). No major changes to the logic have been made. **Wildcard class changes** * The Wildcard class now defines a static method Wildcard.is_valid() that allows you to perform validity tests on wildcard strings without fully instantiation a Wildcard object. ------------ Release: 0.4 ------------ Date: 7th Aug 2008 ^^^^^^^^^^^^^^^^^^^ Changes since 0.3.x ^^^^^^^^^^^^^^^^^^^ * All general Exception raising has been replaced with more specific exceptions such as TypeError and ValueError and with the addition of two custom exception classes, AddrFormatError and AddrConversionError. * The IP class now accepts a subnet prefix. It is *NOT* strict about non-zero bits to the right of implied subnet mask, unlike the CIDR class (see below). * The CIDR class is now completely strict about non-zero bits to the right of the implied subnet netmask and raises a ValueError if they exist, with a handy hint as to the correct CIDR to be used based on the supplied subnet prefix. * The CIDR class now also supports abbreviated CIDR ranges and uses older classful network address rules to decided on a subnet prefix if one is not explicitly provided. Supported forms now include 10, 10/8 and 192.168/16. Currently only supports these options for IPv4 CIDR address ranges. * __repr__() methods have been defined for all classes in the netaddr module producing executable Python statements that can be used to re-create the state of any object. * CIDR and Wildcard classes now have methods that support conversions between these two aggregate types :- * CIDR -> Wildcard * Wildcard -> CIDR ^^^^^^^^^^^^^^^^^^^^ Housekeeping Changes ^^^^^^^^^^^^^^^^^^^^ * Massive docstring review and tidy up with the inclusino of epydoc specific syntax to spruce up auto-generated API documentation. * Thorough review of code using pylint. * Netaddr module now has the special __version__ variable defined which is also referenced by setup.py. * Some minor changes to setup.py and MANIFEST.in. * Constants and custom Exception classes have been moved to __init__.py from strategy.py * An import * friendly __all__ has been defined for the netaddr namespace which should remove the need to delve too much into the address and strategy submodules. * Fixed a number of line-ending issues in several files. ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/COPYRIGHT0000644000076500000240000000256600000000000014512 0ustar00kubastaff00000000000000Here are the copyright notices applicable to the netaddr library. ------- netaddr ------- Copyright (c) 2008 by David P. D. Moss. All rights reserved. Released under the BSD license. See the LICENSE file for details. ------------------------------------------ IANA (Internet Assigned Numbers Authority) ------------------------------------------ netaddr is not sponsored nor endorsed by IANA. Use of data from IANA (Internet Assigned Numbers Authority) is subject to copyright and is provided with prior written permission. IANA data files included with netaddr are not modified in any way but are parsed and made available to end users through an API. See README file and source code for URLs to latest copies of the relevant files. ------------------------------------------ IEEE (Institution of Electrical Engineers) ------------------------------------------ netaddr is not sponsored nor endorsed by the IEEE. Use of data from the IEEE (Institute of Electrical and Electronics Engineers) is subject to copyright. See the following URL for details :- http://www.ieee.org/web/publications/rights/legal.html IEEE data files included with netaddr are not modified in any way but are parsed and made available to end users through an API. There is no guarantee that referenced files are not out of date. See README file and source code for URLs to latest copies of the relevant files. ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/LICENSE0000644000076500000240000000310600000000000014213 0ustar00kubastaff00000000000000Here are the licenses applicable to the use of the netaddr library. ------- netaddr ------- COPYRIGHT AND LICENSE Copyright (c) 2008 by David P. D. Moss. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of David P. D. Moss nor the names of contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592822483.0 netaddr-0.8.0/MANIFEST.in0000644000076500000240000000136200000000000014746 0ustar00kubastaff00000000000000include AUTHORS include CHANGELOG include COPYRIGHT include README.rst include REFERENCES include LICENSE include Makefile include MANIFEST.in include release.py include setup.cfg include setup.py recursive-include docs/source *.rst *.py include netaddr/__init__.py include netaddr/core.py include netaddr/compat.py include netaddr/fbsocket.py recursive-include netaddr/contrib *.py recursive-include netaddr/eui *.py *.txt *.idx recursive-include netaddr/ip *.py *.xml recursive-include netaddr/strategy *.py include netaddr/tests/__init__.py recursive-include netaddr/tests/core *.py recursive-include netaddr/tests/eui *.py *.txt recursive-include netaddr/tests/ip *.py recursive-include netaddr/tests/strategy *.py include netaddr/tools/netaddr ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592822483.0 netaddr-0.8.0/Makefile0000644000076500000240000000437400000000000014656 0ustar00kubastaff00000000000000#----------------------------------------------------------------------------- # Copyright (c) 2008 by David P. D. Moss. All rights reserved. # # Released under the BSD license. See the LICENSE file for details. #----------------------------------------------------------------------------- # # netaddr library build script # SHELL = /bin/bash .PHONY = default clean dist doc download test default: @echo 'Please select a build target.' clean: @echo 'cleaning up temporary files' rm -rf dist/ rm -rf build/ rm -rf docs/build/ rm -rf netaddr.egg-info/ find . -name '*.pyc' -exec rm -f {} ';' find . -name '*.pyo' -exec rm -f {} ';' dist: clean doc @echo 'building netaddr release' python setup.py develop @echo 'building source distributions' python setup.py sdist --formats=gztar,zip @echo 'building wheel package' pip install --upgrade pip pip install wheel python setup.py bdist_wheel --universal doc: @echo 'building documentation' pip install sphinx python setup.py develop cd docs/ && $(MAKE) -f Makefile clean html cd docs/build/html && zip -r ../netaddr.zip * download: @echo 'downloading latest IEEE data' cd netaddr/eui/ && wget http://standards-oui.ieee.org/oui/oui.txt cd netaddr/eui/ && wget http://standards-oui.ieee.org/iab/iab.txt @echo 'rebuilding IEEE data file indices' python netaddr/eui/ieee.py @echo 'downloading latest IANA data' cd netaddr/ip/ && wget https://www.iana.org/assignments/ipv4-address-space/ipv4-address-space.xml cd netaddr/ip/ && wget https://www.iana.org/assignments/ipv6-address-space/ipv6-address-space.xml cd netaddr/ip/ && wget https://www.iana.org/assignments/multicast-addresses/multicast-addresses.xml cd netaddr/ip/ && wget https://www.iana.org/assignments/ipv6-unicast-address-assignments/ipv6-unicast-address-assignments.xml register: @echo 'releasing netaddr' python setup_egg.py register push_tags: @echo 'syncing tags' git push --tags ci: test_with_junitxml lint lint: setup_check setup_check: python setup.py check test: clean @echo 'running test suite' pip install -r requirements.txt py.test netaddr/tests @echo 'running doc tests (tutorials)' python tutorials/run_doctests.py test_with_junitxml: clean @echo 'running test suite with JUnit XML output' py.test -vv --junitxml=junit.xml ././@PaxHeader0000000000000000000000000000003300000000000011451 xustar000000000000000027 mtime=1593787414.608039 netaddr-0.8.0/PKG-INFO0000644000076500000240000001212300000000000014302 0ustar00kubastaff00000000000000Metadata-Version: 1.1 Name: netaddr Version: 0.8.0 Summary: A network address manipulation library for Python Home-page: https://github.com/drkjam/netaddr/ Author: David P. D. Moss, Stefan Nordhausen et al Author-email: drkjam@gmail.com License: BSD License Download-URL: https://pypi.org/project/netaddr/ Description: netaddr ======= A system-independent network address manipulation library for Python 2.7 and 3.5+. (Python 2.7 and 3.5 support is deprecated). .. image:: https://codecov.io/gh/netaddr/netaddr/branch/master/graph/badge.svg :target: https://codecov.io/gh/netaddr/netaddr .. image:: https://github.com/netaddr/netaddr/workflows/CI/badge.svg :target: https://github.com/netaddr/netaddr/actions?query=workflow%3ACI+branch%3Amaster .. image:: https://img.shields.io/pypi/v/netaddr.svg :target: https://pypi.org/project/netaddr/ .. image:: https://img.shields.io/pypi/pyversions/netaddr.svg :target: pypi.python.org/pypi/netaddr Provides support for: Layer 3 addresses - IPv4 and IPv6 addresses, subnets, masks, prefixes - iterating, slicing, sorting, summarizing and classifying IP networks - dealing with various ranges formats (CIDR, arbitrary ranges and globs, nmap) - set based operations (unions, intersections etc) over IP addresses and subnets - parsing a large variety of different formats and notations - looking up IANA IP block information - generating DNS reverse lookups - supernetting and subnetting Layer 2 addresses - representation and manipulation MAC addresses and EUI-64 identifiers - looking up IEEE organisational information (OUI, IAB) - generating derived IPv6 addresses Starting with Python 3.3 there's an `ipaddress `_ module in the Python standard library which provides layer 3 address manipulation capabilities overlapping ``netaddr``. Documentation ------------- Latest documentation https://netaddr.readthedocs.io/en/latest/ Share and enjoy! Keywords: Networking,Systems Administration,IANA,IEEE,CIDR,IP,IPv4,IPv6,CIDR,EUI,MAC,MAC-48,EUI-48,EUI-64 Platform: OS Independent Classifier: Development Status :: 5 - Production/Stable Classifier: Environment :: Console Classifier: Intended Audience :: Developers Classifier: Intended Audience :: Education Classifier: Intended Audience :: Information Technology Classifier: Intended Audience :: Science/Research Classifier: Intended Audience :: System Administrators Classifier: Intended Audience :: Telecommunications Industry Classifier: License :: OSI Approved :: BSD License Classifier: License :: OSI Approved :: MIT License Classifier: Natural Language :: English Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Topic :: Communications Classifier: Topic :: Documentation Classifier: Topic :: Education Classifier: Topic :: Education :: Testing Classifier: Topic :: Home Automation Classifier: Topic :: Internet Classifier: Topic :: Internet :: Log Analysis Classifier: Topic :: Internet :: Name Service (DNS) Classifier: Topic :: Internet :: Proxy Servers Classifier: Topic :: Internet :: WWW/HTTP Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search Classifier: Topic :: Internet :: WWW/HTTP :: Site Management Classifier: Topic :: Security Classifier: Topic :: Software Development Classifier: Topic :: Software Development :: Libraries Classifier: Topic :: Software Development :: Libraries :: Python Modules Classifier: Topic :: Software Development :: Quality Assurance Classifier: Topic :: Software Development :: Testing Classifier: Topic :: Software Development :: Testing :: Traffic Generation Classifier: Topic :: System :: Benchmark Classifier: Topic :: System :: Clustering Classifier: Topic :: System :: Distributed Computing Classifier: Topic :: System :: Installation/Setup Classifier: Topic :: System :: Logging Classifier: Topic :: System :: Monitoring Classifier: Topic :: System :: Networking Classifier: Topic :: System :: Networking :: Firewalls Classifier: Topic :: System :: Networking :: Monitoring Classifier: Topic :: System :: Networking :: Time Synchronization Classifier: Topic :: System :: Recovery Tools Classifier: Topic :: System :: Shells Classifier: Topic :: System :: Software Distribution Classifier: Topic :: System :: Systems Administration Classifier: Topic :: System :: System Shells Classifier: Topic :: Text Processing Classifier: Topic :: Text Processing :: Filters Classifier: Topic :: Utilities ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592822483.0 netaddr-0.8.0/README.rst0000644000076500000240000000317100000000000014677 0ustar00kubastaff00000000000000netaddr ======= A system-independent network address manipulation library for Python 2.7 and 3.5+. (Python 2.7 and 3.5 support is deprecated). .. image:: https://codecov.io/gh/netaddr/netaddr/branch/master/graph/badge.svg :target: https://codecov.io/gh/netaddr/netaddr .. image:: https://github.com/netaddr/netaddr/workflows/CI/badge.svg :target: https://github.com/netaddr/netaddr/actions?query=workflow%3ACI+branch%3Amaster .. image:: https://img.shields.io/pypi/v/netaddr.svg :target: https://pypi.org/project/netaddr/ .. image:: https://img.shields.io/pypi/pyversions/netaddr.svg :target: pypi.python.org/pypi/netaddr Provides support for: Layer 3 addresses - IPv4 and IPv6 addresses, subnets, masks, prefixes - iterating, slicing, sorting, summarizing and classifying IP networks - dealing with various ranges formats (CIDR, arbitrary ranges and globs, nmap) - set based operations (unions, intersections etc) over IP addresses and subnets - parsing a large variety of different formats and notations - looking up IANA IP block information - generating DNS reverse lookups - supernetting and subnetting Layer 2 addresses - representation and manipulation MAC addresses and EUI-64 identifiers - looking up IEEE organisational information (OUI, IAB) - generating derived IPv6 addresses Starting with Python 3.3 there's an `ipaddress `_ module in the Python standard library which provides layer 3 address manipulation capabilities overlapping ``netaddr``. Documentation ------------- Latest documentation https://netaddr.readthedocs.io/en/latest/ Share and enjoy! ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/REFERENCES0000644000076500000240000000551200000000000014555 0ustar00kubastaff00000000000000The following references are applicable to the netaddr library. ---- RFCs ---- The following RFCs have guided netaddr's feature set and capabilities. ^^^^ IPv4 ^^^^ RFC 791 - Internet Protocol - http://www.ietf.org/rfc/rfc791 RFC 1918 - Address Allocation for Private Internets - http://www.ietf.org/rfc/rfc1918 RFC 3330 - Special-Use IPv4 Addresses - http://www.ietf.org/rfc/rfc3330 RFC 3927 - Dynamic Configuration of IPv4 Link-Local Addresses - http://www.ietf.org/rfc/rfc3927 ^^^^^^^^^^^^^^^^ Multicast (IPv4) ^^^^^^^^^^^^^^^^ RFC 2365 - Administratively Scoped IP Multicast - http://www.ietf.org/rfc/rfc2365 RFC 3171 - IANA IPv4 Multicast Guidelines - http://www.ietf.org/rfc/rfc3171 RFC 3927 - Dynamic Configuration of IPv4 Link-Local Addresses - http://www.ietf.org/rfc/rfc3927 ^^^^ IPv6 ^^^^ RFC 3330 - Special-Use IPv4 Addresses - http://www.ietf.org/rfc/rfc3330 RFC 4291 - IPv6 Addressing Architecture - http://www.ietf.org/rfc/rfc4291 RFC 3306 - Unicast-Prefix-based IPv6 Multicast - http://www.ietf.org/rfc/rfc3306 RFC 3956 - The RP Address in IPv6 Multicast Address - http://www.ietf.org/rfc/rfc3956 RFC 3879 - Deprecating Site Local Addresses - http://www.ietf.org/rfc/rfc3879 RFC 4193 - Unique Local IPv6 Unicast Addresses - http://www.ietf.org/rfc/rfc4193 RFC 4941 - Privacy Extensions for Stateless Address - http://www.ietf.org/rfc/rfc4941 RFC 1924 - A Compact Representation of IPv6 Addresses - http://www.ietf.org/rfc/rfc1924 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Classless Inter-Domain Routing (CIDR) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RFC 1338 - Supernetting: an Address Assignment and Aggregation Strategy - http://www.ietf.org/rfc/rfc1338 RFC 4632 - Classless Inter-domain Routing (CIDR): The Internet Address Assignment and Aggregation Plan - http://www.ietf.org/rfc/rfc4632 ------------ Data Sources ------------ Data from the following sources is exposed via the netaddr API. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Internet Assigned Numbers Authority (IANA) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ IANA Protocol Registry - http://www.iana.org/protocols/ IPv4 Address Space - http://www.iana.org/assignments/ipv4-address-space IPv6 Address Space - http://www.iana.org/assignments/ipv6-address-space Multicast Registrations - http://www.iana.org/assignments/multicast-addresses ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Institute of Electrical and Electronics Engineers (IEEE) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ IEEE Organisation Registry - http://standards.ieee.org/regauth/oui/index.shtml OUI (Organisationally Unique Identifier) Registrations - http://standards.ieee.org/regauth/oui/oui.txt IAB (Individual Address Block) Registrations - http://standards.ieee.org/regauth/oui/iab.txt ././@PaxHeader0000000000000000000000000000003400000000000011452 xustar000000000000000028 mtime=1593787414.5313575 netaddr-0.8.0/docs/0000755000076500000240000000000000000000000014136 5ustar00kubastaff00000000000000././@PaxHeader0000000000000000000000000000003400000000000011452 xustar000000000000000028 mtime=1593787414.5420213 netaddr-0.8.0/docs/source/0000755000076500000240000000000000000000000015436 5ustar00kubastaff00000000000000././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/docs/source/api.rst0000644000076500000240000002005500000000000016743 0ustar00kubastaff00000000000000============= API Reference ============= .. toctree:: :maxdepth: 2 ------------------ IP Class Hierarchy ------------------ Here the class hierarchy for IP related classes :: +--------+ +-------------+ | BaseIP | | IPListMixin | +---------+ +--------+ +-------------+ +---------+ | ipv4(M) | | | | | ipv6(M) | +---------+ | | | +---------+ | +----------------+----------------+ | | (HAS A) | | | | | (HAS A) | | | | | | | +-----+----------------+-----------------+ | | | | | +--------|-------+---------|--------+--------+ | | | | | | | | | | | | | | | | | | | | | | v v v v v v | | | | | +-----------+ +-----------+ | | | | | | IPAddress | | IPNetwork |<---+ | | | | +-----------+ +-----------+ | | | | | | | | | | (HAS A) (HAS A) | | | | | | v v v v +-------+--------+ +------------+ | | IPRange | | +------------+ v | +-------+ | | IPSet | v +-------+ +--------+ | IPGlob | +--------+ --------- Constants --------- The following constants are used by the various *flags* arguments on netaddr class constructors. .. data:: P INET_PTON Use inet_pton() semantics instead of inet_aton() when parsing IPv4. .. data:: Z ZEROFILL Remove any preceding zeros from IPv4 address octets before parsing. .. data:: N NOHOST Remove any host bits found to the right of an applied CIDR prefix ----------------- Custom Exceptions ----------------- .. autoexception:: netaddr.AddrConversionError .. autoexception:: netaddr.AddrFormatError .. autoexception:: netaddr.NotRegisteredError ------------ IP addresses ------------ An IP address is a virtual address used to identify the source and destination of (layer 3) packets being transferred between hosts in a switched network. This library fully supports both IPv4 and the new IPv6 standards. The `IPAddress` class is used to identify individual IP addresses. .. autoclass:: netaddr.IPAddress :members: :special-members: ^^^^^^^^^^^^^^^^^^^^^^^^ IPv6 formatting dialects ^^^^^^^^^^^^^^^^^^^^^^^^ The following dialect classes can be used with the IPAddress.format method. .. autoclass:: netaddr.ipv6_compact :members: .. autoclass:: netaddr.ipv6_full :members: .. autoclass:: netaddr.ipv6_verbose :members: ----------------------- IP networks and subnets ----------------------- The `IPNetwork` class is used to represent a group of IP addresses that comprise a network/subnet/VLAN containing hosts. Nowadays, IP networks are usually specified using the CIDR format with a prefix indicating the size of the netmask. In the real world, there are a number of ways to express a "network"" and so the flexibility of the `IPNetwork` class constructor reflects this. .. autoclass:: netaddr.IPNetwork :members: :special-members: --------------------------- Arbitrary IP address ranges --------------------------- netaddr was designed to accommodate the many different ways in which groups of IP addresses and IP networks are specified, not only in router configurations but also less standard but more human-readable forms found in, for instance, configuration files. Here are the options currently available. ^^^^^^^^^^^^^^ bounded ranges ^^^^^^^^^^^^^^ A bounded range is a group of IP addresses specified using a start and end address forming a contiguous block. No bit boundaries are assumed but the end address must be numerically greater than or equal to the start address. .. autoclass:: netaddr.IPRange :members: :special-members: ^^^^^^^^^^^^^^ IP glob ranges ^^^^^^^^^^^^^^ A very useful way to represent IP network in configuration files and on the command line for those who do not speak CIDR. The `IPGlob` class is used to represent individual glob ranges. .. autoclass:: netaddr.IPGlob :members: :special-members: ^^^^^^^^^^^^^^^^^^ globbing functions ^^^^^^^^^^^^^^^^^^ It is also very useful to be able to convert between glob ranges and CIDR and IP ranges. The following function enable these various conversions. .. autofunction:: netaddr.cidr_to_glob .. autofunction:: netaddr.glob_to_cidrs .. autofunction:: netaddr.glob_to_iprange .. autofunction:: netaddr.glob_to_iptuple .. autofunction:: netaddr.iprange_to_globs ^^^^^^^^^^^^^^^ ``nmap`` ranges ^^^^^^^^^^^^^^^ ``nmap`` is a well known network security tool. It has a particularly flexible way of specifying IP address groupings. Functions are provided that allow the verification and enumeration of IP address specified in this format. .. autofunction:: netaddr.valid_nmap_range .. autofunction:: netaddr.iter_nmap_range ------- IP sets ------- When dealing with large numbers of IP addresses and ranges it is often useful to manipulate them as sets so you can calculate intersections, unions and differences between various groups of them. The `IPSet` class was built specifically for this purpose. .. autoclass:: netaddr.IPSet :members: :special-members: --------------------------- IP functions and generators --------------------------- The following are a set of useful helper functions related to the various format supported in this library. .. autofunction:: netaddr.all_matching_cidrs .. autofunction:: netaddr.cidr_abbrev_to_verbose .. autofunction:: netaddr.cidr_exclude .. autofunction:: netaddr.cidr_merge .. autofunction:: netaddr.iprange_to_cidrs .. autofunction:: netaddr.iter_iprange .. autofunction:: netaddr.iter_unique_ips .. autofunction:: netaddr.largest_matching_cidr .. autofunction:: netaddr.smallest_matching_cidr .. autofunction:: netaddr.spanning_cidr --------------------------------------- MAC addresses and the IEEE EUI standard --------------------------------------- A MAC address is the 48-bit hardware address associated with a particular physical interface on a networked host. They are found in all networked devices and serve to identify (layer 2) frames in the networking stack. The `EUI` class is used to represents MACs (as well as their larger and less common 64-bit cousins). .. autoclass:: netaddr.EUI :members: :special-members: .. autoclass:: netaddr.OUI :members: :special-members: .. autoclass:: netaddr.IAB :members: :special-members: ^^^^^^^^^^^^^^^^^^^^^^^ MAC formatting dialects ^^^^^^^^^^^^^^^^^^^^^^^ The following dialects are used to specify the formatting of MAC addresses. .. autoclass:: netaddr.mac_bare :members: .. autoclass:: netaddr.mac_cisco :members: .. autoclass:: netaddr.mac_eui48 :members: .. autoclass:: netaddr.mac_pgsql :members: .. autoclass:: netaddr.mac_unix :members: -------------------- Validation functions -------------------- .. autofunction:: netaddr.valid_ipv4 .. autofunction:: netaddr.valid_ipv6 .. autofunction:: netaddr.valid_glob .. autofunction:: netaddr.valid_mac ------------ A bit of fun ------------ Who said networking was all about being serious? It's always good to lighten up and have a bit of fun. Let's face it, no networking library worth its salt would be complete without support for RFC 1924 - http://www.ietf.org/rfc/rfc1924 ``:-)`` .. autofunction:: netaddr.base85_to_ipv6 .. autofunction:: netaddr.ipv6_to_base85 ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/docs/source/authors.rst0000644000076500000240000000006400000000000017655 0ustar00kubastaff00000000000000======= Authors ======= .. include:: ../../AUTHORS ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1593787319.0 netaddr-0.8.0/docs/source/changes.rst0000644000076500000240000000016200000000000017577 0ustar00kubastaff00000000000000=========================== What's new in netaddr 0.8.0 =========================== .. include:: ../../CHANGELOG ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1593787319.0 netaddr-0.8.0/docs/source/conf.py0000644000076500000240000001734400000000000016746 0ustar00kubastaff00000000000000# -*- coding: utf-8 -*- # # netaddr documentation build configuration file, created by # sphinx-quickstart on Sun May 27 22:23:51 2012. # # This file is execfile()d with the current directory set to its containing dir. # # Note that not all possible configuration values are present in this # autogenerated file. # # All configuration values have a default; values that are commented out # serve to show the default. import sys, os # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. #sys.path.insert(0, os.path.abspath('.')) # -- General configuration ----------------------------------------------------- # If your documentation needs a minimal Sphinx version, state it here. #needs_sphinx = '1.0' # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.viewcode'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] # The suffix of source filenames. source_suffix = '.rst' # The encoding of source files. #source_encoding = 'utf-8-sig' # The master toctree document. master_doc = 'index' # General information about the project. project = u'netaddr' copyright = u'Copyright (c) 2008 by David P. D. Moss. All rights reserved.' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. version = '0.8.0' # The full version, including alpha/beta/rc tags. release = '0.8.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. #language = None # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: #today = '' # Else, today_fmt is used as the format for a strftime call. #today_fmt = '%B %d, %Y' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. exclude_patterns = [] # The reST default role (used for this markup: `text`) to use for all documents. #default_role = None # If true, '()' will be appended to :func: etc. cross-reference text. #add_function_parentheses = True # If true, the current module name will be prepended to all description # unit titles (such as .. function::). #add_module_names = True # If true, sectionauthor and moduleauthor directives will be shown in the # output. They are ignored by default. #show_authors = False # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' # A list of ignored prefixes for module index sorting. #modindex_common_prefix = [] # -- Options for HTML output --------------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. html_theme = 'default' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. #html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. #html_theme_path = [] # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". #html_title = None # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None # The name of an image file (relative to this directory) to place at the top # of the sidebar. #html_logo = None # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. #html_favicon = None # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. #html_last_updated_fmt = '%b %d, %Y' # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. #html_use_smartypants = True # Custom sidebar templates, maps document names to template names. #html_sidebars = {} # Additional templates that should be rendered to pages, maps page names to # template names. #html_additional_pages = {} # If false, no module index is generated. #html_domain_indices = True # If false, no index is generated. #html_use_index = True # If true, the index is split into individual pages for each letter. #html_split_index = False # If true, links to the reST sources are added to the pages. #html_show_sourcelink = True # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. #html_show_sphinx = True # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. #html_show_copyright = True # If true, an OpenSearch description file will be output, and all pages will # contain a tag referring to it. The value of this option must be the # base URL from which the finished HTML is served. #html_use_opensearch = '' # This is the file name suffix for HTML files (e.g. ".xhtml"). #html_file_suffix = None # Output file base name for HTML help builder. htmlhelp_basename = 'netaddrdoc' # -- Options for LaTeX output -------------------------------------------------- latex_elements = { # The paper size ('letterpaper' or 'a4paper'). #'papersize': 'letterpaper', # The font size ('10pt', '11pt' or '12pt'). #'pointsize': '10pt', # Additional stuff for the LaTeX preamble. #'preamble': '', } # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ ('index', 'netaddr.tex', u'netaddr Documentation', u'David P. D. Moss', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of # the title page. #latex_logo = None # For "manual" documents, if this is true, then toplevel headings are parts, # not chapters. #latex_use_parts = False # If true, show page references after internal links. #latex_show_pagerefs = False # If true, show URL addresses after external links. #latex_show_urls = False # Documents to append as an appendix to all manuals. #latex_appendices = [] # If false, no module index is generated. #latex_domain_indices = True # -- Options for manual page output -------------------------------------------- # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'netaddr', u'netaddr Documentation', [u'David P. D. Moss'], 1) ] # If true, show URL addresses after external links. #man_show_urls = False # -- Options for Texinfo output ------------------------------------------------ # Grouping the document tree into Texinfo files. List of tuples # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ ('index', 'netaddr', u'netaddr Documentation', u'David P. D. Moss', 'netaddr', 'A network address manipulation library for Python', 'Miscellaneous'), ] # Documents to append as an appendix to all manuals. #texinfo_appendices = [] # If false, no module index is generated. #texinfo_domain_indices = True # How to display URL addresses: 'footnote', 'no', or 'inline'. #texinfo_show_urls = 'footnote' ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/docs/source/contributors.rst0000644000076500000240000000010200000000000020716 0ustar00kubastaff00000000000000============ Contributors ============ .. include:: ../../THANKS ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/docs/source/copyright.rst0000644000076500000240000000007400000000000020201 0ustar00kubastaff00000000000000========= Copyright ========= .. include:: ../../COPYRIGHT ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1593787319.0 netaddr-0.8.0/docs/source/index.rst0000644000076500000240000000057600000000000017307 0ustar00kubastaff00000000000000=========================== netaddr 0.8.0 documentation =========================== .. toctree:: :maxdepth: 1 introduction installation tutorial_01 tutorial_02 tutorial_03 api changes references authors contributors copyright license ------------------ Indices and tables ------------------ * :ref:`genindex` * :ref:`search` ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/docs/source/installation.rst0000644000076500000240000000012500000000000020667 0ustar00kubastaff00000000000000================== Installing netaddr ================== .. include:: ../../INSTALL ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592822483.0 netaddr-0.8.0/docs/source/introduction.rst0000644000076500000240000000322600000000000020714 0ustar00kubastaff00000000000000============ Introduction ============ A Python library for representing and manipulating network addresses. Provides support for: Layer 3 addresses - IPv4 and IPv6 addresses, subnets, masks, prefixes - iterating, slicing, sorting, summarizing and classifying IP networks - dealing with various ranges formats (CIDR, arbitrary ranges and globs, nmap) - set based operations (unions, intersections etc) over IP addresses and subnets - parsing a large variety of different formats and notations - looking up IANA IP block information - generating DNS reverse lookups - supernetting and subnetting Layer 2 addresses - representation and manipulation MAC addresses and EUI-64 identifiers - looking up IEEE organisational information (OUI, IAB) - generating derived IPv6 addresses Changes ------- For details on the latest updates and changes, see :doc:`changes` License ------- This software is released under the liberal BSD license. See the :doc:`license` and :doc:`copyright` for full text. Dependencies ------------ - Python 2.5.x through 3.5.x - IPython (for netaddr interactive shell) Installation ------------ See :doc:`installation` for details. Documentation ------------- This library has comprehensive docstrings and a full set of project documentation (including tutorials): https://netaddr.readthedocs.io/en/latest/ Tests ----- netaddr requires py.test (https://pytest.org/). To run the test suite, clone the repository and run: python setup.py test If any of the tests fail, *please* help the project's user base by filing bug reports on the netaddr issue tracker: - https://github.com/drkjam/netaddr/issues Finally... ---------- Share and enjoy! ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/docs/source/license.rst0000644000076500000240000000006400000000000017612 0ustar00kubastaff00000000000000======= License ======= .. include:: ../../LICENSE ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/docs/source/references.rst0000644000076500000240000000015200000000000020307 0ustar00kubastaff00000000000000======================== Standards and References ======================== .. include:: ../../REFERENCES ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/docs/source/tutorial_01.rst0000644000076500000240000000027200000000000020334 0ustar00kubastaff00000000000000============================================ Tutorial 1: IP Addresses, Subnets and Ranges ============================================ .. include:: ../../tutorials/2.x/ip/tutorial.txt ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/docs/source/tutorial_02.rst0000644000076500000240000000020100000000000020325 0ustar00kubastaff00000000000000========================= Tutorial 2: MAC addresses ========================= .. include:: ../../tutorials/2.x/eui/tutorial.txt ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/docs/source/tutorial_03.rst0000644000076500000240000000022100000000000020330 0ustar00kubastaff00000000000000================================ Tutorial 3: Working with IP sets ================================ .. include:: ../../tutorials/2.x/ip/sets.txt ././@PaxHeader0000000000000000000000000000003400000000000011452 xustar000000000000000028 mtime=1593787414.5441954 netaddr-0.8.0/netaddr/0000755000076500000240000000000000000000000014627 5ustar00kubastaff00000000000000././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1593787319.0 netaddr-0.8.0/netaddr/__init__.py0000644000076500000240000000347100000000000016745 0ustar00kubastaff00000000000000#----------------------------------------------------------------------------- # Copyright (c) 2008 by David P. D. Moss. All rights reserved. # # Released under the BSD license. See the LICENSE file for details. #----------------------------------------------------------------------------- """A Python library for manipulating IP and EUI network addresses.""" #: Version info (major, minor, maintenance, status) __version__ = '0.8.0' VERSION = tuple(int(part) for part in __version__.split('.')) STATUS = '' import sys as _sys if _sys.version_info[0:2] < (2, 4): raise RuntimeError('Python 2.4.x or higher is required!') from netaddr.core import (AddrConversionError, AddrFormatError, NotRegisteredError, ZEROFILL, Z, INET_PTON, P, NOHOST, N) from netaddr.ip import (IPAddress, IPNetwork, IPRange, all_matching_cidrs, cidr_abbrev_to_verbose, cidr_exclude, cidr_merge, iprange_to_cidrs, iter_iprange, iter_unique_ips, largest_matching_cidr, smallest_matching_cidr, spanning_cidr) from netaddr.ip.sets import IPSet from netaddr.ip.glob import (IPGlob, cidr_to_glob, glob_to_cidrs, glob_to_iprange, glob_to_iptuple, iprange_to_globs, valid_glob) from netaddr.ip.nmap import valid_nmap_range, iter_nmap_range from netaddr.ip.rfc1924 import base85_to_ipv6, ipv6_to_base85 from netaddr.eui import EUI, IAB, OUI from netaddr.strategy.ipv4 import valid_str as valid_ipv4 from netaddr.strategy.ipv6 import (valid_str as valid_ipv6, ipv6_compact, ipv6_full, ipv6_verbose) from netaddr.strategy.eui48 import (mac_eui48, mac_unix, mac_unix_expanded, mac_cisco, mac_bare, mac_pgsql, valid_str as valid_mac) from netaddr.strategy.eui64 import (eui64_base, eui64_unix, eui64_unix_expanded, eui64_cisco, eui64_bare, valid_str as valid_eui64) from netaddr.contrib.subnet_splitter import SubnetSplitter ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592822483.0 netaddr-0.8.0/netaddr/cli.py0000755000076500000240000000237600000000000015763 0ustar00kubastaff00000000000000#!/usr/bin/env python #----------------------------------------------------------------------------- # Copyright (c) 2008 by David P. D. Moss. All rights reserved. # # Released under the BSD license. See the LICENSE file for details. #----------------------------------------------------------------------------- """an interactive shell for the netaddr library""" import os import sys import netaddr from netaddr import * # aliases to save some typing ... from netaddr import IPAddress as IP, IPNetwork as CIDR from netaddr import EUI as MAC def main(): argv = sys.argv[1:] banner = "\nnetaddr shell %s - %s\n" % (netaddr.__version__, __doc__) exit_msg = "\nShare and enjoy!" rc_override = None try: try: # ipython >= 0.11 from IPython.terminal.embed import InteractiveShellEmbed ipshell = InteractiveShellEmbed(banner1=banner, exit_msg=exit_msg) except ImportError: # ipython < 0.11 from IPython.Shell import IPShellEmbed ipshell = IPShellEmbed(argv, banner, exit_msg, rc_override) except ImportError: sys.stderr.write('IPython (http://ipython.scipy.org/) not found!\n') sys.exit(1) ipshell() if __name__ == '__main__': main() ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592906723.0 netaddr-0.8.0/netaddr/compat.py0000644000076500000240000000424100000000000016465 0ustar00kubastaff00000000000000#----------------------------------------------------------------------------- # Copyright (c) 2008 by David P. D. Moss. All rights reserved. # # Released under the BSD license. See the LICENSE file for details. #----------------------------------------------------------------------------- """ Compatibility wrappers providing uniform behaviour for Python code required to run under both Python 2.x and 3.x. All operations emulate 2.x behaviour where applicable. """ import sys as _sys if _sys.version_info[0] == 3: # Python 3.x specific logic. _sys_maxint = _sys.maxsize _int_type = int _str_type = str _bytes_type = lambda x: bytes(x, 'UTF-8') _is_str = lambda x: isinstance(x, (str, type(''.encode()))) _is_int = lambda x: isinstance(x, int) _callable = lambda x: hasattr(x, '__call__') _dict_keys = lambda x: list(x.keys()) _dict_items = lambda x: list(x.items()) _iter_dict_keys = lambda x: x.keys() def _bytes_join(*args): return ''.encode().join(*args) def _zip(*args): return list(zip(*args)) def _range(*args, **kwargs): return list(range(*args, **kwargs)) _iter_range = range def _iter_next(x): return next(x) elif _sys.version_info[0:2] > [2, 3]: # Python 2.4 or higher. _sys_maxint = _sys.maxint _int_type = (int, long) _str_type = basestring _bytes_type = str _is_str = lambda x: isinstance(x, basestring) _is_int = lambda x: isinstance(x, (int, long)) _callable = lambda x: callable(x) _dict_keys = lambda x: x.keys() _dict_items = lambda x: x.items() _iter_dict_keys = lambda x: iter(x.keys()) def _bytes_join(*args): return ''.join(*args) def _zip(*args): return zip(*args) def _range(*args, **kwargs): return range(*args, **kwargs) _iter_range = xrange def _iter_next(x): return x.next() else: # Unsupported versions. raise RuntimeError( 'this module only supports Python 2.4.x or higher (including 3.x)!') try: from importlib import resources as _importlib_resources except ImportError: import importlib_resources as _importlib_resources ././@PaxHeader0000000000000000000000000000003400000000000011452 xustar000000000000000028 mtime=1593787414.5469093 netaddr-0.8.0/netaddr/contrib/0000755000076500000240000000000000000000000016267 5ustar00kubastaff00000000000000././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/netaddr/contrib/__init__.py0000644000076500000240000000106700000000000020404 0ustar00kubastaff00000000000000#----------------------------------------------------------------------------- # Copyright (c) 2008 by David P. D. Moss. All rights reserved. # # Released under the BSD license. See the LICENSE file for details. #----------------------------------------------------------------------------- """ The netaddr.contrib namespace for non-core code contributed by users. It is a testing ground for new ideas. Depending on the interest in functionality found here, code may find its way into the core in various ways, either as is or as additions to existing APIs. """ ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/netaddr/contrib/subnet_splitter.py0000644000076500000240000000335100000000000022071 0ustar00kubastaff00000000000000#----------------------------------------------------------------------------- # Copyright (c) 2008 by David P. D. Moss. All rights reserved. # # Released under the BSD license. See the LICENSE file for details. #----------------------------------------------------------------------------- from netaddr.ip import IPNetwork, cidr_exclude, cidr_merge class SubnetSplitter(object): """ A handy utility class that takes a single (large) subnet and allows smaller subnet within its range to be extracted by CIDR prefix. Any leaving address space is available for subsequent extractions until all space is exhausted. """ def __init__(self, base_cidr): """ Constructor. :param base_cidr: an IPv4 or IPv6 address with a CIDR prefix. (see IPNetwork.__init__ for full details). """ self._subnets = set([IPNetwork(base_cidr)]) def extract_subnet(self, prefix, count=None): """Extract 1 or more subnets of size specified by CIDR prefix.""" for cidr in self.available_subnets(): subnets = list(cidr.subnet(prefix, count=count)) if not subnets: continue self.remove_subnet(cidr) self._subnets = self._subnets.union( set( cidr_exclude(cidr, cidr_merge(subnets)[0]) ) ) return subnets return [] def available_subnets(self): """Returns a list of the currently available subnets.""" return sorted(self._subnets, key=lambda x: x.prefixlen, reverse=True) def remove_subnet(self, ip_network): """Remove a specified IPNetwork from available address space.""" self._subnets.remove(ip_network) ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592236980.0 netaddr-0.8.0/netaddr/core.py0000644000076500000240000001341200000000000016132 0ustar00kubastaff00000000000000#----------------------------------------------------------------------------- # Copyright (c) 2008 by David P. D. Moss. All rights reserved. # # Released under the BSD license. See the LICENSE file for details. #----------------------------------------------------------------------------- """Common code shared between various netaddr sub modules""" import sys as _sys import pprint as _pprint from netaddr.compat import _callable, _iter_dict_keys #: True if platform is natively big endian, False otherwise. BIG_ENDIAN_PLATFORM = _sys.byteorder == 'big' #: Use inet_pton() semantics instead of inet_aton() when parsing IPv4. P = INET_PTON = 1 #: Remove any preceding zeros from IPv4 address octets before parsing. Z = ZEROFILL = 2 #: Remove any host bits found to the right of an applied CIDR prefix. N = NOHOST = 4 #----------------------------------------------------------------------------- # Custom exceptions. #----------------------------------------------------------------------------- class AddrFormatError(Exception): """ An Exception indicating a network address is not correctly formatted. """ pass class AddrConversionError(Exception): """ An Exception indicating a failure to convert between address types or notations. """ pass class NotRegisteredError(Exception): """ An Exception indicating that an OUI or IAB was not found in the IEEE Registry. """ pass try: a = 42 a.bit_length() # No exception, must be Python 2.7 or 3.1+ -> can use bit_length() def num_bits(int_val): """ :param int_val: an unsigned integer. :return: the minimum number of bits needed to represent value provided. """ return int_val.bit_length() except AttributeError: # a.bit_length() excepted, must be an older Python version. def num_bits(int_val): """ :param int_val: an unsigned integer. :return: the minimum number of bits needed to represent value provided. """ numbits = 0 while int_val: numbits += 1 int_val >>= 1 return numbits class Subscriber(object): """ An abstract class defining the interface expected by a Publisher. """ def update(self, data): """ A callback method used by a Publisher to notify this Subscriber about updates. :param data: a Python object containing data provided by Publisher. """ raise NotImplementedError('cannot invoke virtual method!') class PrettyPrinter(Subscriber): """ A concrete Subscriber that employs the pprint in the standard library to format all data from updates received, writing them to a file-like object. Useful as a debugging aid. """ def __init__(self, fh=_sys.stdout, write_eol=True): """ Constructor. :param fh: a file-like object to write updates to. Default: sys.stdout. :param write_eol: if ``True`` this object will write newlines to output, if ``False`` it will not. """ self.fh = fh self.write_eol = write_eol def update(self, data): """ A callback method used by a Publisher to notify this Subscriber about updates. :param data: a Python object containing data provided by Publisher. """ self.fh.write(_pprint.pformat(data)) if self.write_eol: self.fh.write("\n") class Publisher(object): """ A 'push' Publisher that maintains a list of Subscriber objects notifying them of state changes by passing them update data when it encounter events of interest. """ def __init__(self): """Constructor""" self.subscribers = [] def attach(self, subscriber): """ Add a new subscriber. :param subscriber: a new object that implements the Subscriber object interface. """ if hasattr(subscriber, 'update') and _callable(eval('subscriber.update')): if subscriber not in self.subscribers: self.subscribers.append(subscriber) else: raise TypeError('%r does not support required interface!' % subscriber) def detach(self, subscriber): """ Remove an existing subscriber. :param subscriber: a new object that implements the Subscriber object interface. """ try: self.subscribers.remove(subscriber) except ValueError: pass def notify(self, data): """ Send update data to to all registered Subscribers. :param data: the data to be passed to each registered Subscriber. """ for subscriber in self.subscribers: subscriber.update(data) class DictDotLookup(object): """ Creates objects that behave much like a dictionaries, but allow nested key access using object '.' (dot) lookups. Recipe 576586: Dot-style nested lookups over dictionary based data structures - http://code.activestate.com/recipes/576586/ """ def __init__(self, d): for k in d: if isinstance(d[k], dict): self.__dict__[k] = DictDotLookup(d[k]) elif isinstance(d[k], (list, tuple)): l = [] for v in d[k]: if isinstance(v, dict): l.append(DictDotLookup(v)) else: l.append(v) self.__dict__[k] = l else: self.__dict__[k] = d[k] def __getitem__(self, name): if name in self.__dict__: return self.__dict__[name] def __iter__(self): return _iter_dict_keys(self.__dict__) def __repr__(self): return _pprint.pformat(self.__dict__) ././@PaxHeader0000000000000000000000000000003400000000000011452 xustar000000000000000028 mtime=1593787414.5640426 netaddr-0.8.0/netaddr/eui/0000755000076500000240000000000000000000000015411 5ustar00kubastaff00000000000000././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592907256.0 netaddr-0.8.0/netaddr/eui/__init__.py0000644000076500000240000006213000000000000017524 0ustar00kubastaff00000000000000#----------------------------------------------------------------------------- # Copyright (c) 2008 by David P. D. Moss. All rights reserved. # # Released under the BSD license. See the LICENSE file for details. #----------------------------------------------------------------------------- """ Classes and functions for dealing with MAC addresses, EUI-48, EUI-64, OUI, IAB identifiers. """ from netaddr.core import NotRegisteredError, AddrFormatError, DictDotLookup from netaddr.strategy import eui48 as _eui48, eui64 as _eui64 from netaddr.strategy.eui48 import mac_eui48 from netaddr.strategy.eui64 import eui64_base from netaddr.ip import IPAddress from netaddr.compat import _importlib_resources, _is_int, _is_str class BaseIdentifier(object): """Base class for all IEEE identifiers.""" __slots__ = ('_value', '__weakref__') def __init__(self): self._value = None def __int__(self): """:return: integer value of this identifier""" return self._value def __long__(self): """:return: integer value of this identifier""" return self._value def __oct__(self): """:return: octal string representation of this identifier.""" # Python 2.x only. if self._value == 0: return '0' return '0%o' % self._value def __hex__(self): """:return: hexadecimal string representation of this identifier.""" # Python 2.x only. return '0x%x' % self._value def __index__(self): """ :return: return the integer value of this identifier when passed to hex(), oct() or bin(). """ # Python 3.x only. return self._value class OUI(BaseIdentifier): """ An individual IEEE OUI (Organisationally Unique Identifier). For online details see - http://standards.ieee.org/regauth/oui/ """ __slots__ = ('records',) def __init__(self, oui): """ Constructor :param oui: an OUI string ``XX-XX-XX`` or an unsigned integer. \ Also accepts and parses full MAC/EUI-48 address strings (but not \ MAC/EUI-48 integers)! """ super(OUI, self).__init__() # Lazy loading of IEEE data structures. from netaddr.eui import ieee self.records = [] if isinstance(oui, str): #TODO: Improve string parsing here. #TODO: Accept full MAC/EUI-48 addressses as well as XX-XX-XX #TODO: and just take /16 (see IAB for details) self._value = int(oui.replace('-', ''), 16) elif _is_int(oui): if 0 <= oui <= 0xffffff: self._value = oui else: raise ValueError('OUI int outside expected range: %r' % (oui,)) else: raise TypeError('unexpected OUI format: %r' % (oui,)) # Discover offsets. if self._value in ieee.OUI_INDEX: fh = _importlib_resources.open_binary(__package__, 'oui.txt') for (offset, size) in ieee.OUI_INDEX[self._value]: fh.seek(offset) data = fh.read(size).decode('UTF-8') self._parse_data(data, offset, size) fh.close() else: raise NotRegisteredError('OUI %r not registered!' % (oui,)) def __eq__(self, other): if not isinstance(other, OUI): try: other = self.__class__(other) except Exception: return NotImplemented return self._value == other._value def __ne__(self, other): if not isinstance(other, OUI): try: other = self.__class__(other) except Exception: return NotImplemented return self._value != other._value def __getstate__(self): """:returns: Pickled state of an `OUI` object.""" return self._value, self.records def __setstate__(self, state): """:param state: data used to unpickle a pickled `OUI` object.""" self._value, self.records = state def _parse_data(self, data, offset, size): """Returns a dict record from raw OUI record data""" record = { 'idx': 0, 'oui': '', 'org': '', 'address': [], 'offset': offset, 'size': size, } for line in data.split("\n"): line = line.strip() if not line: continue if '(hex)' in line: record['idx'] = self._value record['org'] = line.split(None, 2)[2] record['oui'] = str(self) elif '(base 16)' in line: continue else: record['address'].append(line) self.records.append(record) @property def reg_count(self): """Number of registered organisations with this OUI""" return len(self.records) def registration(self, index=0): """ The IEEE registration details for this OUI. :param index: the index of record (may contain multiple registrations) (Default: 0 - first registration) :return: Objectified Python data structure containing registration details. """ return DictDotLookup(self.records[index]) def __str__(self): """:return: string representation of this OUI""" int_val = self._value return "%02X-%02X-%02X" % ( (int_val >> 16) & 0xff, (int_val >> 8) & 0xff, int_val & 0xff) def __repr__(self): """:return: executable Python string to recreate equivalent object.""" return "OUI('%s')" % self class IAB(BaseIdentifier): IAB_EUI_VALUES = (0x0050c2, 0x40d855) """ An individual IEEE IAB (Individual Address Block) identifier. For online details see - http://standards.ieee.org/regauth/oui/ """ __slots__ = ('record',) @classmethod def split_iab_mac(cls, eui_int, strict=False): """ :param eui_int: a MAC IAB as an unsigned integer. :param strict: If True, raises a ValueError if the last 12 bits of IAB MAC/EUI-48 address are non-zero, ignores them otherwise. (Default: False) """ if (eui_int >> 12) in cls.IAB_EUI_VALUES: return eui_int, 0 user_mask = 2 ** 12 - 1 iab_mask = (2 ** 48 - 1) ^ user_mask iab_bits = eui_int >> 12 user_bits = (eui_int | iab_mask) - iab_mask if (iab_bits >> 12) in cls.IAB_EUI_VALUES: if strict and user_bits != 0: raise ValueError('%r is not a strict IAB!' % hex(user_bits)) else: raise ValueError('%r is not an IAB address!' % hex(eui_int)) return iab_bits, user_bits def __init__(self, iab, strict=False): """ Constructor :param iab: an IAB string ``00-50-C2-XX-X0-00`` or an unsigned \ integer. This address looks like an EUI-48 but it should not \ have any non-zero bits in the last 3 bytes. :param strict: If True, raises a ValueError if the last 12 bits \ of IAB MAC/EUI-48 address are non-zero, ignores them otherwise. \ (Default: False) """ super(IAB, self).__init__() # Lazy loading of IEEE data structures. from netaddr.eui import ieee self.record = { 'idx': 0, 'iab': '', 'org': '', 'address': [], 'offset': 0, 'size': 0, } if isinstance(iab, str): #TODO: Improve string parsing here. #TODO: '00-50-C2' is actually invalid. #TODO: Should be '00-50-C2-00-00-00' (i.e. a full MAC/EUI-48) int_val = int(iab.replace('-', ''), 16) iab_int, user_int = self.split_iab_mac(int_val, strict=strict) self._value = iab_int elif _is_int(iab): iab_int, user_int = self.split_iab_mac(iab, strict=strict) self._value = iab_int else: raise TypeError('unexpected IAB format: %r!' % (iab,)) # Discover offsets. if self._value in ieee.IAB_INDEX: fh = _importlib_resources.open_binary(__package__, 'iab.txt') (offset, size) = ieee.IAB_INDEX[self._value][0] self.record['offset'] = offset self.record['size'] = size fh.seek(offset) data = fh.read(size).decode('UTF-8') self._parse_data(data, offset, size) fh.close() else: raise NotRegisteredError('IAB %r not unregistered!' % (iab,)) def __eq__(self, other): if not isinstance(other, IAB): try: other = self.__class__(other) except Exception: return NotImplemented return self._value == other._value def __ne__(self, other): if not isinstance(other, IAB): try: other = self.__class__(other) except Exception: return NotImplemented return self._value != other._value def __getstate__(self): """:returns: Pickled state of an `IAB` object.""" return self._value, self.record def __setstate__(self, state): """:param state: data used to unpickle a pickled `IAB` object.""" self._value, self.record = state def _parse_data(self, data, offset, size): """Returns a dict record from raw IAB record data""" for line in data.split("\n"): line = line.strip() if not line: continue if '(hex)' in line: self.record['idx'] = self._value self.record['org'] = line.split(None, 2)[2] self.record['iab'] = str(self) elif '(base 16)' in line: continue else: self.record['address'].append(line) def registration(self): """The IEEE registration details for this IAB""" return DictDotLookup(self.record) def __str__(self): """:return: string representation of this IAB""" int_val = self._value << 4 return "%02X-%02X-%02X-%02X-%02X-00" % ( (int_val >> 32) & 0xff, (int_val >> 24) & 0xff, (int_val >> 16) & 0xff, (int_val >> 8) & 0xff, int_val & 0xff) def __repr__(self): """:return: executable Python string to recreate equivalent object.""" return "IAB('%s')" % self class EUI(BaseIdentifier): """ An IEEE EUI (Extended Unique Identifier). Both EUI-48 (used for layer 2 MAC addresses) and EUI-64 are supported. Input parsing for EUI-48 addresses is flexible, supporting many MAC variants. """ __slots__ = ('_module', '_dialect') def __init__(self, addr, version=None, dialect=None): """ Constructor. :param addr: an EUI-48 (MAC) or EUI-64 address in string format or \ an unsigned integer. May also be another EUI object (copy \ construction). :param version: (optional) the explicit EUI address version, either \ 48 or 64. Mainly used to distinguish EUI-48 and EUI-64 identifiers \ specified as integers which may be numerically equivalent. :param dialect: (optional) the mac_* dialect to be used to configure \ the formatting of EUI-48 (MAC) addresses. """ super(EUI, self).__init__() self._module = None if isinstance(addr, EUI): # Copy constructor. if version is not None and version != addr._module.version: raise ValueError('cannot switch EUI versions using ' 'copy constructor!') self._module = addr._module self._value = addr._value self.dialect = addr.dialect return if version is not None: if version == 48: self._module = _eui48 elif version == 64: self._module = _eui64 else: raise ValueError('unsupported EUI version %r' % version) else: # Choose a default version when addr is an integer and version is # not specified. if _is_int(addr): if 0 <= addr <= 0xffffffffffff: self._module = _eui48 elif 0xffffffffffff < addr <= 0xffffffffffffffff: self._module = _eui64 self.value = addr # Choose a dialect for MAC formatting. self.dialect = dialect def __getstate__(self): """:returns: Pickled state of an `EUI` object.""" return self._value, self._module.version, self.dialect def __setstate__(self, state): """ :param state: data used to unpickle a pickled `EUI` object. """ value, version, dialect = state self._value = value if version == 48: self._module = _eui48 elif version == 64: self._module = _eui64 else: raise ValueError('unpickling failed for object state: %s' \ % (state,)) self.dialect = dialect def _get_value(self): return self._value def _set_value(self, value): if self._module is None: # EUI version is implicit, detect it from value. for module in (_eui48, _eui64): try: self._value = module.str_to_int(value) self._module = module break except AddrFormatError: try: if 0 <= int(value) <= module.max_int: self._value = int(value) self._module = module break except ValueError: pass if self._module is None: raise AddrFormatError('failed to detect EUI version: %r' % (value,)) else: # EUI version is explicit. if _is_str(value): try: self._value = self._module.str_to_int(value) except AddrFormatError: raise AddrFormatError('address %r is not an EUIv%d' % (value, self._module.version)) else: if 0 <= int(value) <= self._module.max_int: self._value = int(value) else: raise AddrFormatError('bad address format: %r' % (value,)) value = property(_get_value, _set_value, None, 'a positive integer representing the value of this EUI indentifier.') def _get_dialect(self): return self._dialect def _validate_dialect(self, value): if value is None: if self._module is _eui64: return eui64_base else: return mac_eui48 else: if hasattr(value, 'word_size') and hasattr(value, 'word_fmt'): return value else: raise TypeError('custom dialects should subclass mac_eui48!') def _set_dialect(self, value): self._dialect = self._validate_dialect(value) dialect = property(_get_dialect, _set_dialect, None, "a Python class providing support for the interpretation of " "various MAC\n address formats.") @property def oui(self): """The OUI (Organisationally Unique Identifier) for this EUI.""" if self._module == _eui48: return OUI(self.value >> 24) elif self._module == _eui64: return OUI(self.value >> 40) @property def ei(self): """The EI (Extension Identifier) for this EUI""" if self._module == _eui48: return '%02X-%02X-%02X' % tuple(self[3:6]) elif self._module == _eui64: return '%02X-%02X-%02X-%02X-%02X' % tuple(self[3:8]) def is_iab(self): """:return: True if this EUI is an IAB address, False otherwise""" return (self._value >> 24) in IAB.IAB_EUI_VALUES @property def iab(self): """ If is_iab() is True, the IAB (Individual Address Block) is returned, ``None`` otherwise. """ if self.is_iab(): return IAB(self._value >> 12) @property def version(self): """The EUI version represented by this EUI object.""" return self._module.version def __getitem__(self, idx): """ :return: The integer value of the word referenced by index (both \ positive and negative). Raises ``IndexError`` if index is out \ of bounds. Also supports Python list slices for accessing \ word groups. """ if _is_int(idx): # Indexing, including negative indexing goodness. num_words = self._dialect.num_words if not (-num_words) <= idx <= (num_words - 1): raise IndexError('index out range for address type!') return self._module.int_to_words(self._value, self._dialect)[idx] elif isinstance(idx, slice): words = self._module.int_to_words(self._value, self._dialect) return [words[i] for i in range(*idx.indices(len(words)))] else: raise TypeError('unsupported type %r!' % (idx,)) def __setitem__(self, idx, value): """Set the value of the word referenced by index in this address""" if isinstance(idx, slice): # TODO - settable slices. raise NotImplementedError('settable slices are not supported!') if not _is_int(idx): raise TypeError('index not an integer!') if not 0 <= idx <= (self._dialect.num_words - 1): raise IndexError('index %d outside address type boundary!' % (idx,)) if not _is_int(value): raise TypeError('value not an integer!') if not 0 <= value <= self._dialect.max_word: raise IndexError('value %d outside word size maximum of %d bits!' % (value, self._dialect.word_size)) words = list(self._module.int_to_words(self._value, self._dialect)) words[idx] = value self._value = self._module.words_to_int(words) def __hash__(self): """:return: hash of this EUI object suitable for dict keys, sets etc""" return hash((self.version, self._value)) def __eq__(self, other): """ :return: ``True`` if this EUI object is numerically the same as other, \ ``False`` otherwise. """ if not isinstance(other, EUI): try: other = self.__class__(other) except Exception: return NotImplemented return (self.version, self._value) == (other.version, other._value) def __ne__(self, other): """ :return: ``True`` if this EUI object is numerically the same as other, \ ``False`` otherwise. """ if not isinstance(other, EUI): try: other = self.__class__(other) except Exception: return NotImplemented return (self.version, self._value) != (other.version, other._value) def __lt__(self, other): """ :return: ``True`` if this EUI object is numerically lower in value than \ other, ``False`` otherwise. """ if not isinstance(other, EUI): try: other = self.__class__(other) except Exception: return NotImplemented return (self.version, self._value) < (other.version, other._value) def __le__(self, other): """ :return: ``True`` if this EUI object is numerically lower or equal in \ value to other, ``False`` otherwise. """ if not isinstance(other, EUI): try: other = self.__class__(other) except Exception: return NotImplemented return (self.version, self._value) <= (other.version, other._value) def __gt__(self, other): """ :return: ``True`` if this EUI object is numerically greater in value \ than other, ``False`` otherwise. """ if not isinstance(other, EUI): try: other = self.__class__(other) except Exception: return NotImplemented return (self.version, self._value) > (other.version, other._value) def __ge__(self, other): """ :return: ``True`` if this EUI object is numerically greater or equal \ in value to other, ``False`` otherwise. """ if not isinstance(other, EUI): try: other = self.__class__(other) except Exception: return NotImplemented return (self.version, self._value) >= (other.version, other._value) def bits(self, word_sep=None): """ :param word_sep: (optional) the separator to insert between words. \ Default: None - use default separator for address type. :return: human-readable binary digit string of this address. """ return self._module.int_to_bits(self._value, word_sep) @property def packed(self): """The value of this EUI address as a packed binary string.""" return self._module.int_to_packed(self._value) @property def words(self): """A list of unsigned integer octets found in this EUI address.""" return self._module.int_to_words(self._value) @property def bin(self): """ The value of this EUI adddress in standard Python binary representational form (0bxxx). A back port of the format provided by the builtin bin() function found in Python 2.6.x and higher. """ return self._module.int_to_bin(self._value) def eui64(self): """ - If this object represents an EUI-48 it is converted to EUI-64 \ as per the standard. - If this object is already an EUI-64, a new, numerically \ equivalent object is returned instead. :return: The value of this EUI object as a new 64-bit EUI object. """ if self.version == 48: # Convert 11:22:33:44:55:66 into 11:22:33:FF:FE:44:55:66. first_three = self._value >> 24 last_three = self._value & 0xffffff new_value = (first_three << 40) | 0xfffe000000 | last_three else: # is already a EUI64 new_value = self._value return self.__class__(new_value, version=64) def modified_eui64(self): """ - create a new EUI object with a modified EUI-64 as described in RFC 4291 section 2.5.1 :return: a new and modified 64-bit EUI object. """ # Modified EUI-64 format interface identifiers are formed by inverting # the "u" bit (universal/local bit in IEEE EUI-64 terminology) when # forming the interface identifier from IEEE EUI-64 identifiers. In # the resulting Modified EUI-64 format, the "u" bit is set to one (1) # to indicate universal scope, and it is set to zero (0) to indicate # local scope. eui64 = self.eui64() eui64._value ^= 0x00000000000000000200000000000000 return eui64 def ipv6(self, prefix): """ .. note:: This poses security risks in certain scenarios. \ Please read RFC 4941 for details. Reference: RFCs 4291 and 4941. :param prefix: ipv6 prefix :return: new IPv6 `IPAddress` object based on this `EUI` \ using the technique described in RFC 4291. """ int_val = int(prefix) + int(self.modified_eui64()) return IPAddress(int_val, version=6) def ipv6_link_local(self): """ .. note:: This poses security risks in certain scenarios. \ Please read RFC 4941 for details. Reference: RFCs 4291 and 4941. :return: new link local IPv6 `IPAddress` object based on this `EUI` \ using the technique described in RFC 4291. """ return self.ipv6(0xfe800000000000000000000000000000) @property def info(self): """ A record dict containing IEEE registration details for this EUI (MAC-48) if available, None otherwise. """ data = {'OUI': self.oui.registration()} if self.is_iab(): data['IAB'] = self.iab.registration() return DictDotLookup(data) def format(self, dialect=None): """ Format the EUI into the representational format according to the given dialect :param dialect: the mac_* dialect defining the formatting of EUI-48 \ (MAC) addresses. :return: EUI in representational format according to the given dialect """ validated_dialect = self._validate_dialect(dialect) return self._module.int_to_str(self._value, validated_dialect) def __str__(self): """:return: EUI in representational format""" return self._module.int_to_str(self._value, self._dialect) def __repr__(self): """:return: executable Python string to recreate equivalent object.""" return "EUI('%s')" % self ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592822483.0 netaddr-0.8.0/netaddr/eui/iab.idx0000644000076500000240000027235000000000000016663 0ustar00kubastaff0000000000000084682709,323,537 17406710044,860,538 17406710177,1398,537 84684025,1935,537 84684651,2472,537 84681210,3009,537 84682769,3546,537 17406709776,4083,537 84681294,4620,537 84684660,5157,537 84683001,5694,537 84682262,6231,537 84682866,6768,537 84683551,7305,540 17406710004,7845,539 84683557,8384,537 84683987,8921,537 84684391,9458,537 84682996,9995,537 84681604,10532,538 84683491,11070,537 84681106,11607,537 84681311,12144,537 84682438,12681,537 84681264,13218,537 17406709975,13755,537 84681658,14292,537 84681028,14829,537 84682992,15366,537 84680748,15903,537 84683504,16440,537 84681012,16977,537 84681108,17514,537 84684364,18051,537 84684400,18588,537 84683884,19125,538 84682646,19663,537 84684254,20200,537 84681074,20737,537 84682109,21274,537 17406710101,21811,541 84684388,22352,537 84683403,22889,537 84681664,23426,537 84682369,23963,537 84683575,24500,537 17406709912,25037,537 84684099,25574,537 84684688,26111,537 84682554,26648,537 84681080,27185,537 84682173,27722,537 84684312,28259,610 84681230,28869,537 84681826,29406,537 84684462,29943,537 84683050,30480,550 84683770,31030,550 84684103,31580,550 84684461,32130,550 84682150,32680,537 17406710146,33217,537 84684715,33754,550 84681701,34304,537 84681530,34841,537 84682066,35378,537 84683873,35915,537 84683332,36452,537 84680888,36989,537 84684679,37526,537 84681698,38063,537 84683094,38600,537 84682178,39137,537 84684709,39674,537 84681007,40211,537 84681027,40748,537 84683278,41285,537 84682047,41822,537 84681850,42359,537 84682665,42896,537 84683136,43433,537 84681654,43970,537 84680832,44507,537 84683091,45044,537 17406710147,45581,537 84681568,46118,537 84683124,46655,537 17406710242,47192,537 17406710212,47729,537 17406710198,48266,537 17406710209,48803,537 17406710224,49340,537 17406710176,49877,537 17406710175,50414,537 17406710190,50951,537 17406710171,51488,537 17406710172,52025,537 17406710169,52562,537 17406710174,53099,537 17406710186,53636,537 17406710183,54173,537 17406710184,54710,537 17406710159,55247,537 17406710143,55784,537 17406710145,56321,537 17406710120,56858,537 17406710105,57395,537 17406710109,57932,537 17406710128,58469,537 17406710083,59006,537 17406710095,59543,537 17406710078,60080,537 17406710082,60617,537 17406710076,61154,547 17406710077,61701,559 17406710055,62260,537 17406710071,62797,537 17406710063,63334,216 17406710073,63550,557 17406710059,64107,537 17406710013,64644,537 17406710012,65181,537 17406710042,65718,537 17406710039,66255,537 17406710023,66792,537 17406710048,67329,537 17406709997,67866,537 17406709994,68403,537 17406709992,68940,537 17406709998,69477,537 17406709982,70014,537 17406709974,70551,537 17406709972,71088,537 17406709970,71625,537 17406709980,72162,537 17406709956,72699,537 17406709926,73236,544 17406709928,73780,539 17406709941,74319,537 17406709933,74856,537 17406709936,75393,537 17406709935,75930,537 17406709934,76467,537 17406709938,77004,537 17406709915,77541,537 17406709909,78078,537 17406709905,78615,547 17406709902,79162,537 17406709903,79699,537 17406709898,80236,537 17406709870,80773,537 17406709867,81310,539 17406709865,81849,537 17406709869,82386,537 17406709874,82923,537 17406709875,83460,537 17406709890,83997,537 17406709886,84534,537 17406709847,85071,537 17406709843,85608,537 17406709830,86145,537 17406709854,86682,537 17406709826,87219,537 17406709820,87756,537 17406709811,88293,537 17406709801,88830,537 17406709832,89367,537 17406709816,89904,537 17406709824,90441,537 17406709763,90978,537 17406709779,91515,537 17406709781,92052,537 17406709773,92589,549 17406709791,93138,537 17406709786,93675,537 17406709774,94212,537 84684794,94749,537 17406709766,95286,537 84684772,95823,537 84684778,96360,537 84684781,96897,537 84684780,97434,537 84684760,97971,537 84684762,98508,537 84684747,99045,556 84684735,99601,537 84684734,100138,537 84684741,100675,537 84684723,101212,537 84684722,101749,537 84684718,102286,557 84684719,102843,539 84684724,103382,537 84684702,103919,537 84684714,104456,537 84684717,104993,537 84684691,105530,539 84684681,106069,537 84684690,106606,537 84684699,107143,537 84684657,107680,537 84684653,108217,538 84684654,108755,537 84684624,109292,537 84684638,109829,537 84684636,110366,537 84684619,110903,537 84684634,111440,537 84684642,111977,537 84684614,112514,537 84684630,113051,537 84684601,113588,537 84684605,114125,537 84684604,114662,537 84684599,115199,537 84684593,115736,537 84684609,116273,537 84684587,116810,537 84684581,117347,537 84684580,117884,537 84684555,118421,537 84684549,118958,537 84684567,119495,600 84684565,120095,537 84684568,120632,538 84684553,121170,537 84684536,121707,537 84684507,122244,537 84684506,122781,537 84684505,123318,537 84684478,123855,539 84684497,124394,537 84684472,124931,537 84684495,125468,537 84684466,126005,537 84684467,126542,537 84684452,127079,537 84684449,127616,537 84684455,128153,537 84684444,128690,537 84684409,129227,537 84684429,129764,537 84684428,130301,538 84684427,130839,537 84684413,131376,537 84684414,131913,538 84684397,132451,537 84684398,132988,537 84684395,133525,539 84684393,134064,537 84684373,134601,537 84684372,135138,537 84684387,135675,539 84684380,136214,552 84684403,136766,537 84684384,137303,537 84684366,137840,537 84684370,138377,537 84684347,138914,537 84684345,139451,537 84684344,139988,537 84684357,140525,537 84684328,141062,537 84684327,141599,537 84684336,142136,537 84684322,142673,537 84684309,143210,537 84684303,143747,537 84684326,144284,537 84684318,144821,537 84684304,145358,537 84684280,145895,537 84684274,146432,537 84684248,146969,545 84684253,147514,537 84684249,148051,537 84684240,148588,537 84684228,149125,537 84684222,149662,537 84684224,150199,537 84684219,150736,537 84684234,151273,537 84684197,151810,537 84684195,152347,537 84684198,152884,537 84684208,153421,537 84684192,153958,537 84684191,154495,537 84684184,155032,545 84684211,155577,539 84684199,156116,537 84684167,156653,537 84684180,157190,537 84684176,157727,539 84684178,158266,537 84684174,158803,537 84684173,159340,539 84684158,159879,537 84684156,160416,537 84684136,160953,537 84684121,161490,538 84684130,162028,537 84684131,162565,538 84684124,163103,537 84684115,163640,537 84684145,164177,537 84684111,164714,537 84684077,165251,537 84684108,165788,537 84684084,166325,537 84684035,166862,537 84684034,167399,537 84684071,167936,537 84684070,168473,537 84684060,169010,537 84684052,169547,538 84684048,170085,537 84684050,170622,537 84684047,171159,537 84684043,171696,537 84684042,172233,537 84684064,172770,537 84684006,173307,537 84684007,173844,537 84684029,174381,537 84684023,174918,537 84684022,175455,538 84684009,175993,216 84683988,176209,537 84683989,176746,537 84683978,177283,537 84683970,177820,537 84683995,178357,537 84683994,178894,537 84683953,179431,537 84683951,179968,537 84683927,180505,537 84683931,181042,537 84683947,181579,538 84683945,182117,537 84683924,182654,537 84683921,183191,537 84683893,183728,537 84683885,184265,537 84683882,184802,537 84683887,185339,537 84683889,185876,537 84683876,186413,537 84683871,186950,537 84683913,187487,537 84683907,188024,537 84683909,188561,537 84683908,189098,537 84683867,189635,537 84683848,190172,537 84683839,190709,537 84683800,191246,537 84683816,191783,539 84683762,192322,537 84683758,192859,216 84683766,193075,537 84683767,193612,538 84683764,194150,537 84683754,194687,537 84683744,195224,537 84683746,195761,537 84683742,196298,537 84683779,196835,537 84683740,197372,537 84683735,197909,539 84683750,198448,537 84683709,198985,537 84683727,199522,537 84683720,200059,537 84683728,200596,537 84683711,201133,538 84683655,201671,537 84683652,202208,537 84683675,202745,537 84683658,203282,537 84683657,203819,537 84683681,204356,538 84683682,204894,537 84683664,205431,537 84683668,205968,537 84683663,206505,537 84683693,207042,537 84683691,207579,552 84683646,208131,537 84683620,208668,537 84683621,209205,537 84683629,209742,537 84683609,210279,537 84683607,210816,538 84683589,211354,537 84683584,211891,537 84683605,212428,537 84683581,212965,537 84683556,213502,537 84683553,214039,539 84683554,214578,537 84683538,215115,538 84683559,215653,537 84683567,216190,537 84683574,216727,537 84683530,217264,539 84683536,217803,537 84683517,218340,537 84683514,218877,537 84683522,219414,537 84683498,219951,537 84683499,220488,537 84683493,221025,587 84683490,221612,537 84683489,222149,537 84683477,222686,537 84683507,223223,537 84683482,223760,537 84683432,224297,537 84683437,224834,537 84683464,225371,537 84683451,225908,537 84683409,226445,537 84683408,226982,537 84683426,227519,537 84683425,228056,537 84683404,228593,537 84683430,229130,537 84683399,229667,537 84683400,230204,537 84683401,230741,537 84683434,231278,537 84683352,231815,537 84683353,232352,537 84683348,232889,537 84683347,233426,537 84683379,233963,537 84683357,234500,537 84683388,235037,537 84683370,235574,537 84683315,236111,537 84683313,236648,537 84683311,237185,537 84683306,237722,537 84683329,238259,537 84683289,238796,537 84683323,239333,537 84683340,239870,537 84683249,240407,537 84683241,240944,537 84683245,241481,537 84683286,242018,539 84683272,242557,537 84683268,243094,537 84683237,243631,537 84683233,244168,537 84683193,244705,538 84683212,245243,552 84683206,245795,537 84683191,246332,537 84683188,246869,537 84683176,247406,537 84683160,247943,538 84683154,248481,537 84683149,249018,537 84683146,249555,537 84683131,250092,537 84683120,250629,537 84683144,251166,537 84683132,251703,537 84683110,252240,537 84683139,252777,537 84683098,253314,537 84683083,253851,539 84683082,254390,537 84683101,254927,537 84683078,255464,537 84683076,256001,537 84683057,256538,537 84683060,257075,537 84683058,257612,537 84683062,258149,537 84683049,258686,537 84683054,259223,537 84683006,259760,537 84683025,260297,537 84683011,260834,537 84683008,261371,537 84683012,261908,537 84683021,262445,537 84683028,262982,537 84683036,263519,537 84683029,264056,537 84682995,264593,537 84683004,265130,537 84683000,265667,537 84682993,266204,537 84682983,266741,539 84682970,267280,537 84682985,267817,537 84682953,268354,537 84682940,268891,537 84682941,269428,537 84682939,269965,538 84682936,270503,537 84682937,271040,537 84682935,271577,537 84682965,272114,537 84682969,272651,537 84682964,273188,540 84682963,273728,537 84682947,274265,538 84682943,274803,537 84682929,275340,537 84682926,275877,547 84682927,276424,537 84682909,276961,539 84682907,277500,537 84682895,278037,539 84682897,278576,537 84682881,279113,537 84682528,279650,537 84682856,280187,537 84682854,280724,537 84682871,281261,537 84682869,281798,538 84682877,282336,537 84682873,282873,537 84682824,283410,598 84682828,284008,537 84682834,284545,537 84682807,285082,537 84682785,285619,537 84682800,286156,537 84682797,286693,537 84682790,287230,537 84682778,287767,537 84682787,288304,537 84682755,288841,537 84682734,289378,537 84682771,289915,537 84682765,290452,537 84682708,290989,537 84682701,291526,537 84682717,292063,538 84682722,292601,537 84682724,293138,537 84682710,293675,537 84682686,294212,537 84682689,294749,537 84682670,295286,537 84682672,295823,537 84682640,296360,537 84682636,296897,537 84682639,297434,537 84682638,297971,537 84682637,298508,537 84682631,299045,537 84682661,299582,537 84682643,300119,537 84682655,300656,537 84682599,301193,537 84682605,301730,537 84682589,302267,537 84682572,302804,537 84682557,303341,537 84682539,303878,537 84682526,304415,537 84682543,304952,537 84682550,305489,537 84682516,306026,537 84682514,306563,538 84682486,307101,538 84682488,307639,537 84682501,308176,537 84682512,308713,537 84682506,309250,537 84682466,309787,538 84682468,310325,537 84682462,310862,537 84682454,311399,537 84682477,311936,537 84682481,312473,537 84682422,313010,537 84682443,313547,537 84682449,314084,538 84682431,314622,537 84682415,315159,537 84682375,315696,537 84682373,316233,537 84682371,316770,537 84682406,317307,537 84682402,317844,537 84682404,318381,537 84682401,318918,537 84682379,319455,537 84682380,319992,537 84682397,320529,537 84682394,321066,537 84682366,321603,537 84682387,322140,537 84682335,322677,537 84682355,323214,537 84682352,323751,537 84682363,324288,537 84682320,324825,537 84682319,325362,537 84682318,325899,537 84682315,326436,537 84682306,326973,537 84682300,327510,537 84682297,328047,537 84682284,328584,537 84682314,329121,537 84682321,329658,537 84682286,330195,540 84682263,330735,537 84682281,331272,537 84682279,331809,537 84682275,332346,537 84682268,332883,537 84682274,333420,537 84682248,333957,537 84682237,334494,537 84682239,335031,537 84682234,335568,537 84682236,336105,537 84682228,336642,537 84682225,337179,537 84682181,337716,537 84682212,338253,537 84682162,338790,537 84682154,339327,537 84682180,339864,537 84682143,340401,543 84682169,340944,537 84682161,341481,537 84682131,342018,537 84682129,342555,537 84682100,343092,544 84682138,343636,537 84682111,344173,537 84682127,344710,537 84682099,345247,537 84682110,345784,537 84682101,346321,537 84682085,346858,538 84682083,347396,538 84682084,347934,537 84682079,348471,537 84682088,349008,537 84682072,349545,537 84682082,350082,537 84682063,350619,538 84682036,351157,537 84682037,351694,537 84682029,352231,537 84682026,352768,537 84682045,353305,537 84682040,353842,537 84682049,354379,537 84681999,354916,538 84682011,355454,537 84682006,355991,537 84682025,356528,538 84682022,357066,537 84681979,357603,537 84681978,358140,537 84681973,358677,537 84681972,359214,539 84681995,359753,537 84681993,360290,537 84681969,360827,537 84681963,361364,537 84681986,361901,537 84681921,362438,537 84681917,362975,537 84681918,363512,537 84681926,364049,537 84681924,364586,537 84681923,365123,537 84681956,365660,537 84681931,366197,537 84681941,366734,537 84681903,367271,537 84681902,367808,543 84681887,368351,537 84681490,368888,537 84681888,369425,537 84681892,369962,537 84681914,370499,537 84681891,371036,537 84681852,371573,537 84681868,372110,537 84681866,372647,537 84681867,373184,543 84681870,373727,537 84681871,374264,537 84681876,374801,537 84681855,375338,537 84681884,375875,537 84681859,376412,537 84681842,376949,537 84681839,377486,537 84681846,378023,537 84681848,378560,537 84681847,379097,538 84681827,379635,537 84681820,380172,537 84681819,380709,537 84681815,381246,537 84681794,381783,537 84681796,382320,537 84681797,382857,537 84681801,383394,537 84681793,383931,537 84681791,384468,537 84681784,385005,537 84681765,385542,537 84681759,386079,537 84681743,386616,537 84681745,387153,537 84681760,387690,537 84681764,388227,538 84681774,388765,537 84681749,389302,537 84681748,389839,537 84681777,390376,537 84681739,390913,537 84681738,391450,538 84681741,391988,537 84681709,392525,537 84681723,393062,537 84681702,393599,537 84681700,394136,537 84681735,394673,537 84681728,395210,539 84681730,395749,537 84681695,396286,537 84681691,396823,537 84681693,397360,537 84681690,397897,537 84681685,398434,541 84681682,398975,537 84681687,399512,539 84681678,400051,537 84681665,400588,537 84681661,401125,537 84681631,401662,537 84681646,402199,537 84681647,402736,537 84681648,403273,538 84681632,403811,537 84681652,404348,540 84681637,404888,537 84681649,405425,537 84681598,405962,537 84681594,406499,537 84681602,407036,537 84681613,407573,537 84681607,408110,537 84681551,408647,537 84681579,409184,537 84681573,409721,537 84681577,410258,537 84681549,410795,537 84681537,411332,537 84681560,411869,537 84681557,412406,537 84681570,412943,537 84681565,413480,537 84681518,414017,537 84681524,414554,537 84681525,415091,537 84681500,415628,537 84681508,416165,538 84681534,416703,537 84681504,417240,537 84681465,417777,537 84681461,418314,537 84681472,418851,537 84681450,419388,537 84681458,419925,537 84681454,420462,537 84681419,420999,537 84681436,421536,537 84681429,422073,537 84681431,422610,537 84681444,423147,537 84681405,423684,537 84681401,424221,537 84681394,424758,537 84681384,425295,537 84681398,425832,537 84681362,426369,537 84681359,426906,537 84681360,427443,537 84681332,427980,544 84681331,428524,540 84681316,429064,537 84681349,429601,537 84681346,430138,537 84681344,430675,537 84681340,431212,537 84681291,431749,537 84681317,432286,537 84681300,432823,537 84681297,433360,537 84681287,433897,537 84681306,434434,537 84681261,434971,537 84681281,435508,537 84681273,436045,537 84681242,436582,537 84681246,437119,537 84681238,437656,537 84681237,438193,539 84681255,438732,537 84681256,439269,537 84681226,439806,537 84681229,440343,537 84681250,440880,537 84681205,441417,537 84681206,441954,537 84681204,442491,537 84681199,443028,537 84681214,443565,537 84681165,444102,537 84681168,444639,537 84681178,445176,537 84681173,445713,537 84681159,446250,537 84681135,446787,537 84681152,447324,537 84681153,447861,537 84681154,448398,537 84681118,448935,537 84681115,449472,537 84681121,450009,537 84681128,450546,537 84681111,451083,539 84681091,451622,538 84681093,452160,537 84681089,452697,537 84681088,453234,537 84681098,453771,537 84681083,454308,537 84681081,454845,537 84681084,455382,537 84681086,455919,537 84680723,456456,537 84680705,456993,537 84680728,457530,537 84681030,458067,537 84680704,458604,537 84681053,459141,537 84681051,459678,537 84681052,460215,537 84681031,460752,537 84681029,461289,537 84681043,461826,537 84681042,462363,537 84680997,462900,537 84681025,463437,537 84681026,463974,537 84681023,464511,537 84681021,465048,537 84681013,465585,537 84681003,466122,537 84681008,466659,537 84681005,467196,537 84680987,467733,537 84680988,468270,537 84680991,468807,537 84680981,469344,537 84680983,469881,537 84680973,470418,537 84680982,470955,537 84680953,471492,537 84680965,472029,537 84680963,472566,537 84680957,473103,537 84680934,473640,537 84680935,474177,537 84680948,474714,537 84680930,475251,537 84680924,475788,537 84680902,476325,541 84680901,476866,537 84680909,477403,537 84680907,477940,537 84680868,478477,537 84680862,479014,537 84680864,479551,537 84680856,480088,537 84680854,480625,537 84680842,481162,537 84680850,481699,537 84680828,482236,537 84680824,482773,537 84680819,483310,537 84680817,483847,537 84680812,484384,537 84680807,484921,537 84680810,485458,537 84680777,485995,537 84680774,486532,216 84680770,486748,537 84680769,487285,537 84680767,487822,537 84680756,488359,537 84680750,488896,537 84680747,489433,537 84680752,489970,539 84680739,490509,537 84680738,491046,537 84680732,491583,537 84680712,492120,537 84680805,492657,537 84683252,493194,537 84681301,493731,537 84683899,494268,537 84684181,494805,537 84683478,495342,537 84684456,495879,539 84684012,496418,537 84681811,496955,537 84682276,497492,537 17406709966,498029,537 84681442,498566,537 84680835,499103,537 84680895,499640,216 84684168,499856,538 84681593,500394,537 84683027,500931,545 84684733,501476,538 84681694,502014,569 84684756,502583,537 17406710140,503120,537 84681529,503657,537 84681408,504194,537 84682925,504731,537 84683336,505268,537 84683444,505805,539 84682615,506344,537 84682906,506881,537 84682364,507418,537 84682702,507955,537 84684463,508492,537 17406709771,509029,537 84684687,509566,537 84680885,510103,537 84684440,510640,537 84683875,511177,537 84683231,511714,537 84683524,512251,537 84684262,512788,537 84684564,513325,537 84681905,513862,537 84684346,514399,537 84681434,514936,537 84683786,515473,610 84681731,516083,550 84681772,516633,537 84681203,517170,537 17406709772,517707,550 84684394,518257,550 84684288,518807,550 84684203,519357,550 84681775,519907,537 84683703,520444,537 84681950,520981,537 84681533,521518,537 84683972,522055,537 84681463,522592,537 84684764,523129,537 84681019,523666,537 84681239,524203,537 84681520,524740,537 84682253,525277,537 17406709884,525814,537 84681033,526351,538 84680800,526889,216 84684187,527105,537 84682188,527642,537 84683680,528179,537 84681195,528716,537 84681592,529253,537 84681258,529790,537 84681004,530327,537 84683748,530864,537 84682839,531401,537 84682666,531938,537 84682232,532475,537 84682090,533012,537 17406709799,533549,537 17406709873,534086,537 84683601,534623,537 17406710065,535160,537 84682979,535697,539 17406713574,536236,537 17406710240,536773,537 17406710243,537310,537 17406710220,537847,537 17406710225,538384,537 17406710227,538921,537 17406710201,539458,537 17406710218,539995,537 17406710213,540532,216 17406710237,540748,537 17406710181,541285,537 17406710189,541822,537 17406710142,542359,537 17406710149,542896,537 17406710153,543433,537 17406710152,543970,537 17406710131,544507,538 17406710135,545045,537 17406710129,545582,537 17406710112,546119,537 17406710115,546656,537 17406710116,547193,537 17406710119,547730,537 17406710121,548267,537 17406710099,548804,537 17406710104,549341,537 17406710103,549878,537 17406710092,550415,537 17406710054,550952,537 17406710068,551489,537 17406710061,552026,537 17406710066,552563,537 17406710027,553100,537 17406710029,553637,537 17406710036,554174,537 17406710017,554711,537 17406709989,555248,537 17406709979,555785,538 17406709996,556323,537 17406710007,556860,538 17406709953,557398,537 17406709954,557935,537 17406709976,558472,537 17406709957,559009,537 17406709971,559546,537 17406709924,560083,537 17406709930,560620,537 17406709892,561157,537 17406709914,561694,537 17406709883,562231,543 17406709864,562774,537 17406709860,563311,537 17406709853,563848,537 17406709841,564385,537 17406709840,564922,537 17406709835,565459,537 17406709852,565996,537 17406709848,566533,537 17406709806,567070,537 17406709825,567607,537 17406709813,568144,537 17406709818,568681,537 17406709819,569218,537 17406709785,569755,537 17406709789,570292,537 17406709802,570829,537 84684790,571366,537 17406709782,571903,537 17406709769,572440,537 84684798,572977,537 84684792,573514,537 84684768,574051,537 84684761,574588,537 84684758,575125,537 84684751,575662,537 84684755,576199,537 84684743,576736,537 84684740,577273,537 84684750,577810,537 84684703,578347,537 84684707,578884,537 84684729,579421,537 84684706,579958,537 84684694,580495,537 84684684,581032,537 84684683,581569,537 84684671,582106,537 84684676,582643,537 84684678,583180,537 84684669,583717,537 84684665,584254,537 84684648,584791,539 84684667,585330,537 84684664,585867,538 84684659,586405,537 84684645,586942,537 84684635,587479,537 84684622,588016,537 84684625,588553,537 84684637,589090,551 84684617,589641,537 84684611,590178,537 84684608,590715,537 84684577,591252,537 84684588,591789,537 84684594,592326,538 84684558,592864,537 84684541,593401,537 84684545,593938,537 84684544,594475,537 84684550,595012,537 84684547,595549,537 84684532,596086,537 84684528,596623,537 84684511,597160,537 84684508,597697,537 84684523,598234,538 84684521,598772,537 84684534,599309,537 84684517,599846,538 84684500,600384,537 84684498,600921,537 84684503,601458,537 84684502,601995,537 84684499,602532,537 84684489,603069,537 84684481,603606,537 84684480,604143,537 84684479,604680,537 84684464,605217,537 84684459,605754,537 84684458,606291,537 84684450,606828,537 84684448,607365,537 84684469,607902,537 84684435,608439,537 84684432,608976,539 84684433,609515,537 84684420,610052,600 84684430,610652,537 84684410,611189,537 84684424,611726,537 84684442,612263,537 84684438,612800,538 84684445,613338,537 84684441,613875,537 84684385,614412,537 84684399,614949,537 84684381,615486,537 84684401,616023,538 84684392,616561,537 84684354,617098,539 84684337,617637,537 84684359,618174,537 84684334,618711,537 84684319,619248,537 84684311,619785,537 84684314,620322,537 84684289,620859,537 84684286,621396,537 84684285,621933,537 84684293,622470,537 84684292,623007,537 84684277,623544,537 84684258,624081,537 84684238,624618,537 84684242,625155,537 84684252,625692,537 84684216,626229,537 84684221,626766,537 84684207,627303,537 84684230,627840,537 84684188,628377,537 84684185,628914,537 84684202,629451,537 84684177,629988,537 84684142,630525,537 84684157,631062,537 84684159,631599,537 84684155,632136,537 84684154,632673,537 84684149,633210,537 84684150,633747,537 84684140,634284,549 84684139,634833,537 84684162,635370,537 84684163,635907,537 84684148,636444,537 84684147,636981,537 84684134,637518,537 84684118,638055,537 84684117,638592,537 84684101,639129,537 84684100,639666,537 84684123,640203,537 84684128,640740,537 84684126,641277,537 84684114,641814,537 84684105,642351,537 84684097,642888,537 84684093,643425,537 84684091,643962,537 84684063,644499,537 84684059,645036,537 84684089,645573,537 84684032,646110,538 84684028,646648,537 84684046,647185,537 84684015,647722,537 84683967,648259,538 84684005,648797,537 84683998,649334,538 84683936,649872,537 84683949,650409,537 84683948,650946,537 84683957,651483,216 84683959,651699,537 84683941,652236,537 84683954,652773,537 84683952,653310,537 84683919,653847,537 84683917,654384,537 84683904,654921,537 84683900,655458,537 84683897,655995,537 84683879,656532,537 84683860,657069,537 84683858,657606,537 84683869,658143,540 84683866,658683,538 84683855,659221,537 84683894,659758,537 84683890,660295,537 84683841,660832,537 84683838,661369,538 84683825,661907,537 84683820,662444,537 84683835,662981,538 84683833,663519,537 84683814,664056,537 84683810,664593,537 84683801,665130,537 84683802,665667,537 84683803,666204,539 84683826,666743,537 84683849,667280,537 84683795,667817,537 84683793,668354,537 84683787,668891,537 84683759,669428,563 84683774,669991,537 84683798,670528,537 84683712,671065,537 84683708,671602,537 84683710,672139,537 84683755,672676,537 84683721,673213,537 84683726,673750,537 84683732,674287,537 84683699,674824,537 84683698,675361,537 84683660,675898,537 84683661,676435,537 84683687,676972,539 84683705,677511,537 84683649,678048,538 84683656,678586,541 84683653,679127,537 84683622,679664,538 84683642,680202,537 84683635,680739,537 84683632,681276,537 84683647,681813,537 84683628,682350,538 84683583,682888,538 84683572,683426,537 84683599,683963,537 84683596,684500,537 84683591,685037,537 84683614,685574,537 84683549,686111,537 84683547,686648,537 84683544,687185,537 84683560,687722,537 84683558,688259,537 84683533,688796,537 84683520,689333,537 84683467,689870,537 84683505,690407,537 84683488,690944,538 84683473,691482,538 84683506,692020,537 84683461,692557,537 84683449,693094,537 84683431,693631,537 84683442,694168,537 84683398,694705,539 84683424,695244,537 84683417,695781,537 84683418,696318,537 84683411,696855,537 84683412,697392,537 84683414,697929,537 84683344,698466,537 84683343,699003,538 84683342,699541,537 84683387,700078,537 84683368,700615,537 84683366,701152,537 84683359,701689,537 84683301,702226,537 84683296,702763,537 84683294,703300,537 84683295,703837,537 84683293,704374,537 84683338,704911,537 84683284,705448,545 84683287,705993,547 84683333,706540,537 84683321,707077,537 84683262,707614,549 84683264,708163,537 84683285,708700,537 84683279,709237,537 84683273,709774,537 84683232,710311,537 84683260,710848,537 84683238,711385,537 84683258,711922,537 84683253,712459,537 84683210,712996,538 84683214,713534,537 84683192,714071,537 84683187,714608,537 84683185,715145,537 84683208,715682,537 84683216,716219,548 84683172,716767,537 84683164,717304,537 84683167,717841,537 84683181,718378,537 84683178,718915,537 84683163,719452,537 84683159,719989,541 84683158,720530,537 84683171,721067,537 84683174,721604,537 84683141,722141,537 84683140,722678,537 84683137,723215,537 84683134,723752,537 84683125,724289,537 84683113,724826,537 84683111,725363,537 84683118,725900,537 84683127,726437,537 84683093,726974,537 84683079,727511,537 84683073,728048,537 84683067,728585,537 84683055,729122,538 84683037,729660,537 84683059,730197,537 84683053,730734,537 84683070,731271,537 84683010,731808,537 84683023,732345,537 84683022,732882,538 84683014,733420,537 84682988,733957,537 84682989,734494,537 84682982,735031,537 84682974,735568,537 84682972,736105,537 84682990,736642,537 84682948,737179,567 84682950,737746,537 84682945,738283,537 84682931,738820,537 84682932,739357,537 84682967,739894,537 84682968,740431,537 84682962,740968,537 84682956,741505,537 84682910,742042,537 84682879,742579,537 84682890,743116,537 84682923,743653,537 84682902,744190,537 84682900,744727,537 84682896,745264,545 84682875,745809,537 84682874,746346,537 84682855,746883,537 84682852,747420,537 84682835,747957,537 84682848,748494,537 84682863,749031,537 84682859,749568,537 84682845,750105,537 84682827,750642,537 84682832,751179,537 84682803,751716,537 84682820,752253,537 84682816,752790,537 84682811,753327,537 84682774,753864,537 84682775,754401,537 84682780,754938,537 84682779,755475,537 84682782,756012,537 84682786,756549,537 84682723,757086,537 84682756,757623,537 84682762,758160,538 84682725,758698,537 84682744,759235,544 84682743,759779,537 84682748,760316,537 84682760,760853,537 84682693,761390,537 84682707,761927,537 84682720,762464,537 84682695,763001,538 84682697,763539,537 84682660,764076,537 84682658,764613,537 84682685,765150,537 84682684,765687,537 84682682,766224,537 84682680,766761,537 84682688,767298,537 84682675,767835,537 84682676,768372,537 84682623,768909,537 84682650,769446,537 84682648,769983,537 84682649,770520,537 84682609,771057,537 84682607,771594,537 84682608,772131,537 84682645,772668,537 84682642,773205,546 84682620,773751,537 84682618,774288,537 84682594,774825,537 84682591,775362,537 84682590,775899,537 84682601,776436,537 84682585,776973,537 84682553,777510,537 84682567,778047,537 84682518,778584,537 84682530,779121,537 84682535,779658,537 84682534,780195,537 84682507,780732,537 84682483,781269,537 84682497,781806,537 84682459,782343,537 84682461,782880,537 84682451,783417,537 84682455,783954,537 84682458,784491,537 84682463,785028,537 84682473,785565,537 84682465,786102,537 84682432,786639,539 84682444,787178,537 84682428,787715,537 84682408,788252,537 84682441,788789,537 84682440,789326,537 84682417,789863,537 84682376,790400,537 84682377,790937,537 84682382,791474,537 84682374,792011,537 84682357,792548,537 84682400,793085,537 84682393,793622,537 84682389,794159,537 84682337,794696,537 84682353,795233,537 84682349,795770,537 84682342,796307,537 84682338,796844,556 84682351,797400,537 84682325,797937,537 84682326,798474,537 84682299,799011,537 84682301,799548,537 84682305,800085,552 84682308,800637,538 84682283,801175,542 84682293,801717,537 84682288,802254,537 84682317,802791,537 84682258,803328,537 84682265,803865,537 84682254,804402,537 84682251,804939,539 84682269,805478,537 84682245,806015,537 84682259,806552,537 84682229,807089,537 84682230,807626,537 84682240,808163,537 84682246,808700,537 84682219,809237,539 84682202,809776,537 84682198,810313,537 84682213,810850,537 84682194,811387,537 84682170,811924,537 84682171,812461,537 84682172,812998,556 84682167,813554,537 84682158,814091,537 84682156,814628,537 84682114,815165,537 84682125,815702,537 84682142,816239,537 84682128,816776,537 84682130,817313,537 84682108,817850,539 84682122,818389,537 84682123,818926,537 84682119,819463,537 84682070,820000,537 84682069,820537,537 84682081,821074,537 84682087,821611,539 84682078,822150,537 84682094,822687,537 84682095,823224,537 84682075,823761,537 84682062,824298,537 84682051,824835,537 84682012,825372,537 84682009,825909,537 84682024,826446,537 84682017,826983,537 84681997,827520,537 84681998,828057,537 84681992,828594,537 84681994,829131,537 84681981,829668,537 84681964,830205,537 84681961,830742,537 84681983,831279,537 84681988,831816,537 84681989,832353,537 84681966,832890,537 84681925,833427,537 84681919,833964,537 84681959,834501,537 84681949,835038,537 84681958,835575,537 84681955,836112,537 84681932,836649,537 84681948,837186,537 84681940,837723,537 84681939,838260,538 84681889,838798,537 84681915,839335,537 84681904,839872,537 84681920,840409,537 84681854,840946,537 84681865,841483,537 84681869,842020,537 84681873,842557,537 84681583,843094,537 84681845,843631,539 84681821,844170,537 84681836,844707,537 84681829,845244,537 84681828,845781,537 84681816,846318,537 84681814,846855,538 84681789,847393,537 84681788,847930,537 84681792,848467,538 84681812,849005,537 84681805,849542,537 84681806,850079,543 84681771,850622,537 84681767,851159,537 84681766,851696,537 84681769,852233,537 84681778,852770,537 84681776,853307,537 84681786,853844,537 84681763,854381,537 84681751,854918,538 84681747,855456,537 84681740,855993,537 84681713,856530,537 84681712,857067,537 84681724,857604,537 84681716,858141,537 84681727,858678,537 84681734,859215,537 84681671,859752,537 84681669,860289,537 84681672,860826,537 84681663,861363,537 84681679,861900,537 84681640,862437,537 84681636,862974,537 84681603,863511,537 84681653,864048,537 84681633,864585,537 84681643,865122,538 84681612,865660,537 84681616,866197,537 84681589,866734,537 84681599,867271,537 84681608,867808,537 84681621,868345,537 84681596,868882,537 84681548,869419,537 84681545,869956,537 84681531,870493,537 84681576,871030,537 84681509,871567,537 84681511,872104,538 84681512,872642,537 84681517,873179,537 84681521,873716,537 84681544,874253,537 84681539,874790,555 84681495,875345,537 84681494,875882,538 84681470,876420,541 84681483,876961,537 84681486,877498,537 84681502,878035,537 84681451,878572,537 84681446,879109,537 84681447,879646,537 84681443,880183,538 84681466,880721,537 84681438,881258,537 84681424,881795,537 84681393,882332,216 84681421,882548,537 84681400,883085,537 84681382,883622,537 84681385,884159,539 84681387,884698,537 84681369,885235,537 84681356,885772,537 84681353,886309,537 84681357,886846,537 84681348,887383,537 84681343,887920,537 84681334,888457,537 84681364,888994,540 84681299,889534,539 84681302,890073,537 84681295,890610,537 84681266,891147,537 84681286,891684,537 84681252,892221,541 84681257,892762,537 84681235,893299,537 84681267,893836,537 84681269,894373,537 84681211,894910,537 84681207,895447,539 84681217,895986,537 84681234,896523,537 84681224,897060,537 84681197,897597,539 84681198,898136,544 84681190,898680,537 84681191,899217,537 84681202,899754,537 84681188,900291,537 84681186,900828,537 84681185,901365,537 84681175,901902,537 84681158,902439,537 84681160,902976,537 84681161,903513,537 84681157,904050,537 84681172,904587,537 84681149,905124,537 84681141,905661,537 84681144,906198,537 84681124,906735,539 84681137,907274,537 84681113,907811,537 84681099,908348,537 84681100,908885,537 84681117,909422,537 84681087,909959,537 84681082,910496,537 84681071,911033,537 84680713,911570,537 84681076,912107,537 84681066,912644,537 84680706,913181,537 84681055,913718,537 84681050,914255,537 84681044,914792,537 84680853,915329,537 84681037,915866,542 84681022,916408,537 84681020,916945,537 84681018,917482,537 84681011,918019,537 84681002,918556,537 84681010,919093,537 84680984,919630,537 84680986,920167,537 84680972,920704,537 84680974,921241,537 84680969,921778,537 84680979,922315,537 84680945,922852,537 84680947,923389,537 84680938,923926,537 84680951,924463,537 84680933,925000,537 84680936,925537,537 84680915,926074,537 84680913,926611,537 84680912,927148,537 84680910,927685,537 84680905,928222,537 84680897,928759,537 84680904,929296,537 84680903,929833,537 84680893,930370,537 84680891,930907,537 84680896,931444,537 84680884,931981,537 84680881,932518,537 84680878,933055,537 84680852,933592,537 84680848,934129,537 84680829,934666,537 84680813,935203,537 84680801,935740,537 84680793,936277,537 84680768,936814,537 84680764,937351,537 84680766,937888,537 84680779,938425,537 84680771,938962,537 84680757,939499,537 84680763,940036,537 84680758,940573,537 84680754,941110,537 84680742,941647,537 84680730,942184,537 84680731,942721,537 84680735,943258,537 84680722,943795,537 84680709,944332,537 84681293,944869,537 84683445,945406,537 17406709836,945943,537 84684759,946480,537 84684730,947017,537 84681181,947554,537 84683604,948091,537 84682596,948628,537 17406710138,949165,537 84682574,949702,538 17406709838,950240,537 17406709888,950777,537 84682115,951314,538 17406710079,951852,537 84683310,952389,537 84682519,952926,537 84684777,953463,539 84684041,954002,537 84681176,954539,537 84681501,955076,537 84684775,955613,537 84684324,956150,537 84683392,956687,537 84684753,957224,537 84683186,957761,537 84683360,958298,537 17406709796,958835,537 84684701,959372,537 84681885,959909,537 84682592,960446,537 84681861,960983,538 84681817,961521,537 84681155,962058,537 84682241,962595,537 84681016,963132,537 84683568,963669,537 17406709907,964206,537 84684595,964743,537 84681244,965280,537 17406710106,965817,538 17406709871,966355,538 84683239,966893,538 17406710053,967431,537 84682418,967968,537 17406710008,968505,537 84681064,969042,537 17406709897,969579,537 84683384,970116,537 84682888,970653,537 84680889,971190,537 84684589,971727,537 84682238,972264,538 84682343,972802,537 17406710091,973339,537 84681326,973876,537 84683257,974413,610 84684164,975023,610 84684257,975633,610 84682210,976243,537 84682952,976780,538 17406709868,977318,550 17406710154,977868,550 17406710032,978418,550 84683593,978968,550 17406710018,979518,537 84684501,980055,537 84682978,980592,537 84682491,981129,537 84681164,981666,537 84681243,982203,537 84683177,982740,537 84683350,983277,537 84681036,983814,537 84680880,984351,537 84683069,984888,537 84684695,985425,537 84680866,985962,542 84683638,986504,540 84683215,987044,537 84681453,987581,537 84681922,988118,537 84681460,988655,537 84683962,989192,537 84681324,989729,537 84683751,990266,537 84681148,990803,537 84681744,991340,537 84681985,991877,537 17406710067,992414,537 84681799,992951,537 17406710033,993488,537 84681440,994025,537 84680928,994562,537 17406709917,995099,537 17406711053,995636,589 17406710234,996225,537 17406710230,996762,537 17406710231,997299,537 17406710233,997836,539 17406710223,998375,537 17406710222,998912,537 17406710241,999449,539 17406710238,999988,537 17406710228,1000525,537 17406710195,1001062,537 17406710194,1001599,537 17406710193,1002136,537 17406710191,1002673,537 17406710188,1003210,537 17406710187,1003747,537 17406710202,1004284,537 17406710192,1004821,537 17406710208,1005358,541 17406710214,1005899,537 17406710168,1006436,537 17406710182,1006973,537 17406710161,1007510,537 17406710136,1008047,537 17406710127,1008584,537 17406710155,1009121,537 17406710118,1009658,597 17406710113,1010255,537 17406710111,1010792,537 17406710110,1011329,537 17406710126,1011866,537 17406710085,1012403,538 17406710086,1012941,537 17406710093,1013478,538 17406710097,1014016,563 17406710090,1014579,537 17406710084,1015116,537 17406710052,1015653,537 17406710070,1016190,537 17406710064,1016727,537 17406710051,1017264,537 17406710047,1017801,537 17406710049,1018338,547 17406710010,1018885,537 17406710009,1019422,537 17406710035,1019959,537 17406710031,1020496,537 17406710028,1021033,540 17406710016,1021573,537 17406710006,1022110,216 17406709981,1022326,537 17406709983,1022863,537 17406709991,1023400,537 17406709968,1023937,538 17406709967,1024475,537 17406709969,1025012,537 17406709963,1025549,537 17406709925,1026086,537 17406709949,1026623,537 17406709950,1027160,537 17406709942,1027697,537 17406709947,1028234,537 17406709944,1028771,537 17406709932,1029308,537 17406709906,1029845,538 17406709904,1030383,537 17406709913,1030920,537 17406709920,1031457,537 17406709916,1031994,537 17406709893,1032531,537 17406709885,1033068,551 17406709872,1033619,537 17406709891,1034156,537 17406709850,1034693,537 17406709857,1035230,537 17406709849,1035767,537 17406709845,1036304,537 17406709846,1036841,537 17406709859,1037378,537 17406709839,1037915,537 17406709842,1038452,537 17406709812,1038989,537 17406709833,1039526,537 17406709829,1040063,537 17406709798,1040600,537 17406709817,1041137,537 17406709809,1041674,537 17406709837,1042211,537 17406709762,1042748,537 17406709767,1043285,537 17406709764,1043822,537 17406709775,1044359,537 17406709784,1044896,537 17406709787,1045433,537 17406709793,1045970,537 17406709768,1046507,537 17406709777,1047044,537 84684787,1047581,537 84684784,1048118,537 84684783,1048655,537 84684776,1049192,537 84684774,1049729,537 84684795,1050266,537 84684754,1050803,537 84684752,1051340,539 84684713,1051879,537 84684712,1052416,537 84684725,1052953,537 84684728,1053490,537 84684692,1054027,537 84684672,1054564,537 84684704,1055101,537 84684680,1055638,537 84684646,1056175,537 84684661,1056712,537 84684652,1057249,537 84684666,1057786,537 84684628,1058323,537 84684639,1058860,537 84684621,1059397,537 84684607,1059934,537 84684615,1060471,537 84684623,1061008,537 84684592,1061545,537 84684591,1062082,537 84684584,1062619,537 84684578,1063156,537 84684561,1063693,537 84684566,1064230,540 84684542,1064770,537 84684540,1065307,216 84684572,1065523,537 84684539,1066060,537 84684515,1066597,537 84684527,1067134,537 84684529,1067671,537 84684525,1068208,537 84684509,1068745,537 84684530,1069282,537 84684513,1069819,537 84684468,1070356,537 84684484,1070893,537 84684482,1071430,537 84684488,1071967,537 84684460,1072504,537 84684437,1073041,566 84684453,1073607,537 84684415,1074144,537 84684416,1074681,537 84684426,1075218,537 84684425,1075755,537 84684422,1076292,537 84684423,1076829,537 84684408,1077366,537 84684404,1077903,537 84684417,1078440,537 84684418,1078977,537 84684362,1079514,537 84684361,1080051,538 84684383,1080589,537 84684379,1081126,537 84684386,1081663,538 84684376,1082201,537 84684377,1082738,537 84684332,1083275,537 84684343,1083812,537 84684335,1084349,537 84684339,1084886,537 84684316,1085423,537 84684310,1085960,537 84684299,1086497,537 84684290,1087034,537 84684300,1087571,537 84684305,1088108,537 84684306,1088645,537 84684296,1089182,537 84684279,1089719,537 84684287,1090256,537 84684275,1090793,537 84684261,1091330,537 84684265,1091867,537 84684250,1092404,537 84684260,1092941,537 84684227,1093478,537 84684231,1094015,537 84684255,1094552,537 84684247,1095089,537 84684241,1095626,537 84684217,1096163,537 84684220,1096700,537 84684183,1097237,537 84684165,1097774,537 84684141,1098311,537 84684138,1098848,545 84684133,1099393,537 84684129,1099930,537 84684161,1100467,537 84684112,1101004,537 84684110,1101541,537 84684106,1102078,537 84684137,1102615,537 84684087,1103152,537 84684083,1103689,537 84684086,1104226,537 84684082,1104763,537 84684080,1105300,537 84684079,1105837,537 84684069,1106374,537 84684066,1106911,537 84684078,1107448,549 84684090,1107997,537 84684096,1108534,537 84684092,1109071,537 84684056,1109608,538 84684055,1110146,537 84684051,1110683,537 84684044,1111220,537 84684045,1111757,537 84684058,1112294,537 84684039,1112831,537 84684036,1113368,537 84683986,1113905,537 84683981,1114442,537 84683983,1114979,537 84683984,1115516,537 84683992,1116053,537 84683993,1116590,537 84684011,1117127,537 84684010,1117664,537 84683991,1118201,537 84684024,1118738,537 84684001,1119275,537 84683976,1119812,216 84683973,1120028,537 84683971,1120565,537 84683963,1121102,537 84683965,1121639,537 84683961,1122176,537 84683969,1122713,537 84683979,1123250,537 84683950,1123787,537 84683942,1124324,537 84683943,1124861,537 84683926,1125398,537 84683928,1125935,537 84683939,1126472,537 84683933,1127009,537 84683922,1127546,537 84683883,1128083,538 84683886,1128621,537 84683881,1129158,537 84683874,1129695,537 84683865,1130232,540 84683862,1130772,537 84683868,1131309,539 84683910,1131848,537 84683914,1132385,537 84683896,1132922,537 84683906,1133459,537 84683863,1133996,537 84683853,1134533,537 84683845,1135070,537 84683840,1135607,538 84683843,1136145,537 84683837,1136682,537 84683818,1137219,537 84683815,1137756,537 84683824,1138293,537 84683804,1138830,537 84683799,1139367,538 84683782,1139905,537 84683775,1140442,537 84683790,1140979,537 84683796,1141516,537 84683780,1142053,537 84683808,1142590,537 84683785,1143127,537 84683768,1143664,537 84683739,1144201,537 84683749,1144738,537 84683747,1145275,537 84683763,1145812,537 84683756,1146349,537 84683734,1146886,537 84683745,1147423,537 84683731,1147960,537 84683717,1148497,541 84683713,1149038,537 84683719,1149575,537 84683704,1150112,537 84683707,1150649,537 84683684,1151186,537 84683685,1151723,537 84683696,1152260,537 84683640,1152797,537 84683636,1153334,538 84683665,1153872,537 84683645,1154409,537 84683677,1154946,537 84683679,1155483,537 84683672,1156020,537 84683673,1156557,537 84683662,1157094,537 84683648,1157631,537 84683602,1158168,537 84683600,1158705,537 84683598,1159242,537 84683610,1159779,537 84683630,1160316,216 84683624,1160532,537 84683623,1161069,537 84683619,1161606,537 84683582,1162143,537 84683580,1162680,537 84683570,1163217,537 84683587,1163754,537 84683585,1164291,547 84683586,1164838,537 84683555,1165375,538 84683577,1165913,537 84683576,1166450,537 84683548,1166987,538 84683546,1167525,537 84683539,1168062,558 84683550,1168620,537 84683532,1169157,551 84683503,1169708,537 84683512,1170245,537 84683513,1170782,537 84683528,1171319,537 84683519,1171856,537 84683526,1172393,537 84683495,1172930,537 84683496,1173467,537 84683494,1174004,537 84683471,1174541,537 84683472,1175078,537 84683476,1175615,537 84683475,1176152,537 84683458,1176689,537 84683466,1177226,537 84683465,1177763,561 84683462,1178324,537 84683455,1178861,537 84683480,1179398,537 84683487,1179935,537 84683483,1180472,539 84683421,1181011,537 84683420,1181548,539 84683427,1182087,537 84683422,1182624,537 84683439,1183161,537 84683448,1183698,537 84683447,1184235,537 84683416,1184772,537 84683386,1185309,537 84683406,1185846,537 84683382,1186383,537 84683381,1186920,537 84683397,1187457,537 84683396,1187994,537 84683335,1188531,537 84683331,1189068,537 84683334,1189605,537 84683327,1190142,537 84683325,1190679,538 84683326,1191217,537 84683349,1191754,537 84683351,1192291,537 84683346,1192828,537 84683372,1193365,537 84683365,1193902,537 84683361,1194439,537 84683341,1194976,537 84683276,1195513,538 84683308,1196051,537 84683305,1196588,537 84683304,1197125,537 84683320,1197662,537 84683319,1198199,537 84683302,1198736,537 84683298,1199273,573 84683281,1199846,537 84683290,1200383,537 84683224,1200920,537 84683222,1201457,537 84683223,1201994,537 84683254,1202531,537 84683256,1203068,537 84683269,1203605,537 84683265,1204142,537 84683259,1204679,540 84683229,1205219,537 84683235,1205756,537 84683203,1206293,537 84683199,1206830,537 84683175,1207367,538 84683204,1207905,537 84683198,1208442,537 84683180,1208979,537 84683189,1209516,537 84683217,1210053,537 84683211,1210590,537 84683207,1211127,539 84683183,1211666,537 84683162,1212203,537 84683161,1212740,537 84683138,1213277,537 84683156,1213814,537 84683153,1214351,537 84683157,1214888,549 84683129,1215437,537 84683173,1215974,537 84683096,1216511,537 84683117,1217048,537 84683108,1217585,537 84683103,1218122,537 84683100,1218659,537 84683123,1219196,541 84683071,1219737,537 84683064,1220274,537 84683065,1220811,537 84683063,1221348,537 84683086,1221885,537 84683072,1222422,537 84683090,1222959,537 84683048,1223496,537 84683045,1224033,538 84683047,1224571,538 84683042,1225109,539 84683043,1225648,537 84683041,1226185,537 84683056,1226722,537 84683035,1227259,537 84683038,1227796,537 84683052,1228333,537 84683034,1228870,537 84683030,1229407,537 84683015,1229944,537 84682999,1230481,537 84683007,1231018,537 84683005,1231555,546 84683013,1232101,537 84682991,1232638,539 84682955,1233177,537 84682954,1233714,537 84682987,1234251,537 84682973,1234788,538 84682960,1235326,537 84682971,1235863,537 84682924,1236400,537 84682921,1236937,552 84682944,1237489,537 84682946,1238026,537 84682920,1238563,537 84682922,1239100,538 84682919,1239638,537 84682933,1240175,537 84682918,1240712,537 84682911,1241249,537 84682914,1241786,537 84682928,1242323,537 84682862,1242860,537 84682861,1243397,537 84682864,1243934,537 84682892,1244471,537 84682894,1245008,537 84682883,1245545,545 84682872,1246090,537 84682901,1246627,537 84682853,1247164,537 84682840,1247701,537 84682833,1248238,537 84682849,1248775,537 84682819,1249312,537 84682815,1249849,538 84682812,1250387,540 84682808,1250927,537 84682821,1251464,537 84682825,1252001,537 84682754,1252538,216 84682767,1252754,537 84682792,1253291,537 84682770,1253828,537 84682784,1254365,537 84682747,1254902,537 84682745,1255439,537 84682726,1255976,537 84682721,1256513,537 84682730,1257050,537 84682711,1257587,539 84682698,1258126,537 84682690,1258663,540 84682674,1259203,537 84682681,1259740,537 84682683,1260277,537 84682667,1260814,537 84682647,1261351,539 84682653,1261890,537 84682654,1262427,537 84682663,1262964,537 84682635,1263501,537 84682634,1264038,538 84682656,1264576,537 84682669,1265113,537 84682597,1265650,538 84682595,1266188,537 84682630,1266725,537 84682625,1267262,537 84682624,1267799,537 84682633,1268336,537 84682611,1268873,537 84682602,1269410,537 84682598,1269947,537 84682613,1270484,537 84682583,1271021,537 84682582,1271558,537 84682581,1272095,537 84682578,1272632,537 84682587,1273169,537 84682577,1273706,539 84682566,1274245,537 84682564,1274782,537 84682563,1275319,540 84682552,1275859,537 84682542,1276396,537 84682548,1276933,537 84682532,1277470,537 84682533,1278007,537 84682560,1278544,572 84682500,1279116,537 84682498,1279653,539 84682499,1280192,538 84682496,1280730,537 84682515,1281267,537 84682511,1281804,537 84682508,1282341,538 84682503,1282879,537 84682492,1283416,537 84682521,1283953,540 84682460,1284493,537 84682474,1285030,537 84682475,1285567,537 84682469,1286104,537 84682471,1286641,537 84682467,1287178,537 84682479,1287715,538 84682480,1288253,537 84682464,1288790,537 84682484,1289327,537 84682456,1289864,537 84682457,1290401,537 84682410,1290938,539 84682452,1291477,537 84682435,1292014,537 84682429,1292551,538 84682433,1293089,537 84682420,1293626,538 84682442,1294164,537 84682436,1294701,537 84682390,1295238,537 84682396,1295775,537 84682384,1296312,537 84682383,1296849,537 84682378,1297386,549 84682403,1297935,537 84682395,1298472,537 84682367,1299009,538 84682332,1299547,537 84682336,1300084,537 84682327,1300621,538 84682340,1301159,537 84682339,1301696,537 84682361,1302233,537 84682344,1302770,537 84682347,1303307,542 84682329,1303849,537 84682302,1304386,537 84682316,1304923,537 84682309,1305460,537 84682311,1305997,537 84682292,1306534,537 84682322,1307071,539 84682261,1307610,537 84682266,1308147,537 84682278,1308684,538 84682271,1309222,537 84682235,1309759,537 84682231,1310296,539 84682227,1310835,537 84682252,1311372,537 84682207,1311909,537 84682193,1312446,537 84682217,1312983,537 84682195,1313520,537 84682218,1314057,537 84682200,1314594,537 84682176,1315131,537 84682185,1315668,537 84682168,1316205,537 84682160,1316742,537 84682157,1317279,537 84682191,1317816,539 84682175,1318355,537 84682165,1318892,537 84682149,1319429,551 84682148,1319980,567 84682144,1320547,537 84682118,1321084,537 84682152,1321621,537 84682086,1322158,537 84682102,1322695,537 84682096,1323232,537 84682097,1323769,537 84682073,1324306,537 84682071,1324843,537 84682077,1325380,537 84682074,1325917,537 84682064,1326454,537 84682038,1326991,537 84682041,1327528,537 84682039,1328065,538 84682056,1328603,537 84682035,1329140,537 84682053,1329677,537 84682048,1330214,537 84682007,1330751,537 84682015,1331288,537 84682014,1331825,537 84682010,1332362,537 84682019,1332899,537 84682032,1333436,537 84682034,1333973,537 84682020,1334510,537 84681970,1335047,537 84682004,1335584,537 84681990,1336121,541 84682003,1336662,537 84682000,1337199,537 84681974,1337736,537 84681980,1338273,537 84681952,1338810,537 84681944,1339347,537 84681953,1339884,537 84681951,1340421,537 84681898,1340958,539 84681896,1341497,537 84681928,1342034,537 84681916,1342571,537 84681872,1343108,537 84681879,1343645,537 84681877,1344182,537 84681864,1344719,537 84681863,1345256,537 84681894,1345793,537 84681878,1346330,537 84681840,1346867,537 84681837,1347404,537 84681835,1347941,537 84681856,1348478,539 84681851,1349017,537 84681822,1349554,537 84681824,1350091,537 84681825,1350628,537 84681823,1351165,537 84681785,1351702,537 84681790,1352239,537 84681803,1352776,537 84681800,1353313,537 84681798,1353850,537 84681780,1354387,537 84681770,1354924,537 84681755,1355461,537 84681753,1355998,537 84681752,1356535,537 84681746,1357072,537 84681742,1357609,543 84681737,1358152,537 84681692,1358689,537 84681680,1359226,537 84681683,1359763,537 84681721,1360300,537 84681717,1360837,537 84681707,1361374,537 84681704,1361911,537 84681667,1362448,537 84681677,1362985,537 84681673,1363522,537 84681670,1364059,537 84681651,1364596,537 84681657,1365133,537 84681609,1365670,537 84681601,1366207,537 84681606,1366744,537 84681638,1367281,537 84681566,1367818,537 84681567,1368355,537 84681563,1368892,537 84681582,1369429,537 84681571,1369966,537 84681532,1370503,537 84681540,1371040,537 84681538,1371577,537 84681541,1372114,537 84681542,1372651,537 84681553,1373188,537 84681528,1373725,537 84681523,1374262,537 84681479,1374799,537 84681481,1375336,537 84681510,1375873,537 84681487,1376410,539 84681485,1376949,537 84681488,1377486,537 84681513,1378023,537 84681505,1378560,537 84681515,1379097,537 84681464,1379634,537 84681467,1380171,541 84681476,1380712,537 84681457,1381249,537 84681428,1381786,551 84681422,1382337,537 84681427,1382874,537 84681410,1383411,537 84681406,1383948,537 84681403,1384485,537 84681402,1385022,537 84681432,1385559,537 84681383,1386096,537 84681379,1386633,537 84681390,1387170,537 84681386,1387707,537 84681373,1388244,537 84681374,1388781,537 84681375,1389318,537 84681354,1389855,537 84681352,1390392,537 84681355,1390929,537 84681368,1391466,537 84681365,1392003,537 84681363,1392540,537 84681361,1393077,537 84681339,1393614,538 84681322,1394152,537 84681323,1394689,537 84681320,1395226,537 84681342,1395763,537 84681335,1396300,537 84681315,1396837,537 84681318,1397374,537 84681284,1397911,537 84681289,1398448,539 84681308,1398987,537 84681309,1399524,537 84681298,1400061,537 84681296,1400598,537 84681288,1401135,538 84681310,1401673,537 84681307,1402210,537 84681305,1402747,537 84681303,1403284,537 84681277,1403821,537 84681263,1404358,537 84681271,1404895,537 84681268,1405432,537 84681279,1405969,537 84681274,1406506,537 84681260,1407043,537 84681241,1407580,537 84681233,1408117,567 84681227,1408684,537 84681254,1409221,537 84681251,1409758,539 84681223,1410297,550 84681219,1410847,537 84681218,1411384,537 84681193,1411921,537 84681201,1412458,537 84681221,1412995,537 84681174,1413532,537 84681183,1414069,537 84681145,1414606,537 84681143,1415143,537 84681134,1415680,537 84681136,1416217,537 84681147,1416754,537 84681163,1417291,537 84681133,1417828,537 84681116,1418365,537 84681127,1418902,537 84681130,1419439,537 84681120,1419976,537 84681125,1420513,537 84681102,1421050,537 84681105,1421587,537 84681101,1422124,537 84680727,1422661,537 84680717,1423198,537 84681069,1423735,537 84680804,1424272,216 84681070,1424488,537 84680802,1425025,216 84681047,1425241,537 84681048,1425778,537 84681045,1426315,537 84681015,1426852,537 84681032,1427389,537 84680950,1427926,537 84681038,1428463,537 84681040,1429000,537 84681014,1429537,537 84680998,1430074,537 84681000,1430611,537 84680989,1431148,537 84680993,1431685,537 84680990,1432222,537 84680996,1432759,537 84680970,1433296,537 84680977,1433833,537 84680821,1434370,537 84680978,1434907,537 84680966,1435444,537 84680962,1435981,537 84680949,1436518,537 84680939,1437055,537 84680932,1437592,537 84680927,1438129,537 84680923,1438666,537 84680917,1439203,537 84680914,1439740,537 84680921,1440277,537 84680898,1440814,537 84680860,1441351,537 84680906,1441888,537 84680908,1442425,537 84680911,1442962,537 84680877,1443499,537 84680886,1444036,537 84680894,1444573,537 84680871,1445110,537 84680858,1445647,543 84680857,1446190,537 84680863,1446727,537 84680840,1447264,537 84680834,1447801,537 84680827,1448338,537 84680811,1448875,537 84680815,1449412,537 84680816,1449949,537 84680814,1450486,537 84680799,1451023,537 84680808,1451560,537 84680809,1452097,537 84680791,1452634,537 84680789,1453171,537 84680794,1453708,537 84680790,1454245,537 84680782,1454782,537 84680765,1455319,537 84680776,1455856,537 84680762,1456393,537 84680743,1456930,537 84680744,1457467,537 84680751,1458004,537 84680733,1458541,537 84680719,1459078,537 84683390,1459615,537 84683468,1460152,537 17406709844,1460689,537 84684196,1461226,538 84684356,1461764,538 84682746,1462302,538 84684186,1462840,537 84680741,1463377,537 84682593,1463914,537 17406710239,1464451,537 84683531,1464988,537 84684629,1465525,537 84681706,1466062,537 17406710015,1466599,537 84684524,1467136,537 84681810,1467673,538 17406710117,1468211,537 84681180,1468748,537 84683046,1469285,537 84680843,1469822,537 84683564,1470359,537 84683077,1470896,537 17406709961,1471433,537 84684643,1471970,537 84682151,1472507,538 17406709965,1473045,537 84683829,1473582,537 84680900,1474119,537 84684742,1474656,537 17406709828,1475193,537 84681473,1475730,537 84682104,1476267,537 84681968,1476804,537 84681407,1477341,537 17406710205,1477878,537 84684537,1478415,537 84684021,1478952,537 84682159,1479489,537 84681189,1480026,538 84684514,1480564,537 84682555,1481101,537 84683592,1481638,537 84682490,1482175,537 84681588,1482712,537 84681194,1483249,537 84681139,1483786,537 84683515,1484323,537 17406709943,1484860,537 84683219,1485397,537 84683244,1485934,550 84683934,1486484,550 84684243,1487034,550 84682837,1487584,550 84684330,1488134,550 84684516,1488684,550 17406710170,1489234,550 17406709948,1489784,550 17406709856,1490334,550 84684552,1490884,550 84680952,1491434,537 84682740,1491971,537 84684204,1492508,537 84684582,1493045,537 84683920,1493582,537 84681399,1494119,538 84682067,1494657,537 84681676,1495194,537 84682729,1495731,537 84683410,1496268,537 84684757,1496805,537 84684002,1497342,537 84684298,1497879,537 84681624,1498416,537 84680967,1498953,537 17406709807,1499490,537 84682023,1500027,537 84682913,1500564,537 84682664,1501101,537 84681600,1501638,537 84683270,1502175,538 17406710001,1502713,537 84681971,1503250,537 84683760,1503787,537 84684026,1504324,537 84683300,1504861,537 84684632,1505398,537 84683248,1505935,537 17406710235,1506472,537 17406710229,1507009,537 17406710199,1507546,537 17406710200,1508083,537 17406710219,1508620,537 17406710204,1509157,586 17406710196,1509743,537 17406710178,1510280,537 17406710180,1510817,537 17406710179,1511354,537 17406710139,1511891,538 17406710130,1512429,537 17406710160,1512966,538 17406710158,1513504,537 17406710164,1514041,537 17406710163,1514578,537 17406710148,1515115,537 17406710150,1515652,537 17406710125,1516189,537 17406710123,1516726,537 17406710137,1517263,537 17406710133,1517800,538 17406710114,1518338,537 17406710100,1518875,537 17406710107,1519412,537 17406710108,1519949,537 17406710094,1520486,537 17406710088,1521023,537 17406710098,1521560,537 17406710069,1522097,537 17406710056,1522634,537 17406710057,1523171,537 17406710060,1523708,537 17406710081,1524245,537 17406710080,1524782,537 17406710020,1525319,537 17406710034,1525856,537 17406710050,1526393,537 17406710019,1526930,537 17406710041,1527467,537 17406710024,1528004,537 17406710043,1528541,537 17406710038,1529078,537 17406710025,1529615,537 17406709986,1530152,540 17406709985,1530692,537 17406710005,1531229,537 17406710003,1531766,537 17406709990,1532303,537 17406709987,1532840,537 17406709988,1533377,539 17406709995,1533916,538 17406709993,1534454,537 17406709999,1534991,537 17406709977,1535528,537 17406709927,1536065,537 17406709951,1536602,537 17406709952,1537139,537 17406709939,1537676,537 17406709937,1538213,548 17406709959,1538761,537 17406709940,1539298,537 17406709946,1539835,537 17406709921,1540372,537 17406709918,1540909,537 17406709919,1541446,537 17406709899,1541983,537 17406709910,1542520,537 17406709923,1543057,537 17406709900,1543594,537 17406709881,1544131,538 17406709889,1544669,537 17406709894,1545206,537 17406709877,1545743,537 17406709866,1546280,537 17406709887,1546817,537 17406709855,1547354,537 17406709858,1547891,537 17406709863,1548428,537 17406709862,1548965,537 17406709795,1549502,555 17406709794,1550057,537 17406709805,1550594,537 17406709803,1551131,537 17406709827,1551668,537 17406709814,1552205,537 17406709804,1552742,537 84684799,1553279,539 17406709790,1553818,537 17406709788,1554355,537 17406709778,1554892,537 17406709760,1555429,537 17406709761,1555966,537 17406709783,1556503,537 84684797,1557040,537 84684796,1557577,537 84684782,1558114,537 84684779,1558651,538 84684773,1559189,537 84684765,1559726,537 84684748,1560263,537 84684739,1560800,537 84684710,1561337,537 84684705,1561874,537 84684716,1562411,537 84684721,1562948,537 84684689,1563485,537 84684686,1564022,537 84684682,1564559,537 84684656,1565096,537 84684658,1565633,537 84684662,1566170,537 84684650,1566707,537 84684633,1567244,537 84684631,1567781,537 84684613,1568318,537 84684620,1568855,537 84684583,1569392,537 84684575,1569929,537 84684602,1570466,537 84684603,1571003,537 84684585,1571540,537 84684571,1572077,537 84684569,1572614,546 84684548,1573160,537 84684546,1573697,537 84684562,1574234,537 84684563,1574771,537 84684556,1575308,537 84684520,1575845,537 84684518,1576382,537 84684519,1576919,537 84684522,1577456,537 84684510,1577993,537 84684531,1578530,538 84684491,1579068,537 84684487,1579605,537 84684504,1580142,537 84684496,1580679,537 84684485,1581216,537 84684446,1581753,537 84684476,1582290,537 84684475,1582827,537 84684473,1583364,537 84684451,1583901,537 84684470,1584438,537 84684421,1584975,537 84684412,1585512,537 84684411,1586049,537 84684443,1586586,537 84684436,1587123,537 84684374,1587660,537 84684396,1588197,537 84684375,1588734,537 84684405,1589271,539 84684406,1589810,537 84684351,1590347,537 84684350,1590884,537 84684367,1591421,537 84684368,1591958,537 84684369,1592495,537 84684353,1593032,537 84684355,1593569,537 84684333,1594106,537 84684331,1594643,537 84684325,1595180,537 84684315,1595717,537 84684329,1596254,537 84684295,1596791,537 84684283,1597328,537 84684281,1597865,537 84684282,1598402,537 84684263,1598939,537 84684264,1599476,537 84684273,1600013,537 84684266,1600550,537 84684245,1601087,537 84684259,1601624,537 84684218,1602161,537 84684237,1602698,537 84684225,1603235,551 84684189,1603786,546 84684213,1604332,537 84684205,1604869,537 84684193,1605406,537 84684175,1605943,537 84684170,1606480,537 84684182,1607017,537 84684166,1607554,537 84684153,1608091,537 84684135,1608628,537 84684120,1609165,537 84684075,1609702,537 84684076,1610239,537 84684072,1610776,565 84684102,1611341,537 84684098,1611878,538 84684085,1612416,537 84684081,1612953,537 84684065,1613490,537 84684062,1614027,537 84684109,1614564,537 84684033,1615101,537 84684031,1615638,537 84684030,1616175,537 84684038,1616712,537 84683982,1617249,537 84683985,1617786,537 84684003,1618323,537 84683999,1618860,537 84683990,1619397,537 84683977,1619934,537 84684016,1620471,537 84683956,1621008,537 84683966,1621545,537 84683968,1622082,537 84683958,1622619,537 84683960,1623156,537 84683944,1623693,537 84683915,1624230,537 84683916,1624767,537 84683930,1625304,537 84683925,1625841,537 84683877,1626378,537 84683878,1626915,537 84683891,1627452,537 84683902,1627989,537 84683898,1628526,537 84683872,1629063,537 84683854,1629600,537 84683857,1630137,537 84683852,1630674,537 84683850,1631211,537 84683851,1631748,537 84683831,1632285,537 84683830,1632822,537 84683859,1633359,537 84683856,1633896,537 84683842,1634433,537 84683822,1634970,537 84683821,1635507,565 84683864,1636072,539 84683817,1636611,537 84683794,1637148,537 84683789,1637685,537 84683811,1638222,537 84683807,1638759,537 84683805,1639296,537 84683765,1639833,537 84683761,1640370,537 84683753,1640907,537 84683781,1641444,537 84683776,1641981,537 84683772,1642518,537 84683771,1643055,537 84683730,1643592,537 84683736,1644129,538 84683733,1644667,538 84683725,1645205,537 84683724,1645742,537 84683706,1646279,537 84683695,1646816,537 84683692,1647353,537 84683718,1647890,545 84683722,1648435,537 84683688,1648972,537 84683686,1649509,537 84683671,1650046,537 84683670,1650583,537 84683674,1651120,537 84683639,1651657,537 84683627,1652194,538 84683644,1652732,537 84683643,1653269,537 84683616,1653806,537 84683617,1654343,537 84683608,1654880,537 84683606,1655417,537 84683611,1655954,537 84683562,1656491,538 84683569,1657029,537 84683566,1657566,537 84683594,1658103,537 84683535,1658640,537 84683541,1659177,537 84683552,1659714,537 84683527,1660251,537 84683501,1660788,537 84683525,1661325,537 84683508,1661862,537 84683470,1662399,537 84683497,1662936,537 84683459,1663473,537 84683460,1664010,537 84683469,1664547,537 84683486,1665084,537 84683429,1665621,537 84683456,1666158,537 84683454,1666695,537 84683423,1667232,537 84683436,1667769,537 84683394,1668306,537 84683413,1668843,554 84683389,1669397,537 84683385,1669934,537 84683405,1670471,537 84683407,1671008,537 84683402,1671545,537 84683358,1672082,537 84683354,1672619,538 84683355,1673157,538 84683376,1673695,537 84683374,1674232,537 84683375,1674769,537 84683373,1675306,537 84683330,1675843,537 84683378,1676380,537 84683339,1676917,537 84683337,1677454,537 84683345,1677991,537 84683367,1678528,537 84683364,1679065,537 84683322,1679602,537 84683324,1680139,539 84683271,1680678,537 84683266,1681215,537 84683282,1681752,537 84683280,1682289,537 84683312,1682826,537 84683309,1683363,537 84683303,1683900,537 84683297,1684437,537 84683292,1684974,537 84683307,1685511,537 84683314,1686048,537 84683291,1686585,537 84683288,1687122,537 84683261,1687659,537 84683213,1688196,537 84683221,1688733,537 84683225,1689270,537 84683242,1689807,539 84683227,1690346,539 84683234,1690885,537 84683230,1691422,538 84683246,1691960,537 84683169,1692497,537 84683196,1693034,539 84683195,1693573,537 84683209,1694110,537 84683205,1694647,538 84683202,1695185,537 84683201,1695722,537 84683197,1696259,537 84683190,1696796,540 84683155,1697336,537 84682080,1697873,537 84683145,1698410,537 84683142,1698947,537 84682814,1699484,538 84683128,1700022,537 84683166,1700559,537 84683168,1701096,537 84683135,1701633,537 84683143,1702170,541 84683151,1702711,537 84683150,1703248,537 84683092,1703785,538 84683115,1704323,537 84683114,1704860,537 84683106,1705397,537 84683107,1705934,539 84683102,1706473,537 84683122,1707010,537 84683097,1707547,537 84683081,1708084,537 84683080,1708621,537 84683074,1709158,537 84683068,1709695,537 84683066,1710232,537 84683089,1710769,537 84683088,1711306,537 84683084,1711843,537 84683039,1712380,537 84683024,1712917,537 84683026,1713454,537 84683032,1713991,537 84683044,1714528,537 84683002,1715065,537 84682998,1715602,537 84683009,1716139,537 84682997,1716676,537 84683016,1717213,537 84682994,1717750,537 84682980,1718287,537 84682977,1718824,537 84682958,1719361,538 84682957,1719899,537 84682976,1720436,544 84682981,1720980,537 84682949,1721517,537 84682912,1722054,537 84682908,1722591,539 84682904,1723130,537 84682930,1723667,537 84682934,1724204,537 84682887,1724741,537 84682889,1725278,537 84682885,1725815,537 84682884,1726352,537 84682870,1726889,537 84682868,1727426,537 84682903,1727963,537 84682880,1728500,537 84682878,1729037,537 84682898,1729574,537 84682850,1730111,537 84682829,1730648,537 84682846,1731185,537 84682826,1731722,537 84682788,1732259,537 84682806,1732796,537 84682805,1733333,537 84682801,1733870,537 84682817,1734407,537 84682818,1734944,537 84682796,1735481,537 84682794,1736018,537 84682809,1736555,540 84682763,1737095,537 84682758,1737632,537 84682751,1738169,590 84682777,1738759,537 84682783,1739296,537 84682757,1739833,537 84682753,1740370,537 84682749,1740907,537 84682750,1741444,537 84682741,1741981,537 84682735,1742518,537 84682736,1743055,537 84682737,1743592,537 84682742,1744129,537 84682731,1744666,537 84682733,1745203,537 84682716,1745740,537 84682712,1746277,538 84682705,1746815,538 84682706,1747353,537 84682679,1747890,537 84682677,1748427,537 84682671,1748964,537 84682699,1749501,537 84682694,1750038,537 84682632,1750575,537 84682641,1751112,537 84682614,1751649,537 84682610,1752186,537 84682629,1752723,537 84682606,1753260,537 84682600,1753797,538 84682588,1754335,543 84682575,1754878,537 84682586,1755415,537 84682568,1755952,537 84682570,1756489,537 84682584,1757026,537 84682556,1757563,537 84682536,1758100,537 84682549,1758637,537 84682561,1759174,547 84682558,1759721,537 84682559,1760258,537 84682540,1760795,537 84682541,1761332,537 84682546,1761869,537 84682545,1762406,537 84682544,1762943,537 84682529,1763480,537 84682525,1764017,537 84682504,1764554,537 84682502,1765091,538 84682513,1765629,537 84682509,1766166,537 84682524,1766703,537 84682520,1767240,537 84682494,1767777,537 84682489,1768314,538 84682487,1768852,548 84682485,1769400,539 84682495,1769939,537 84682482,1770476,537 84682472,1771013,537 84682434,1771550,537 84682426,1772087,537 84682427,1772624,537 84682425,1773161,537 84682439,1773698,537 84682448,1774235,537 84682421,1774772,537 84682437,1775309,537 84682416,1775846,537 84682413,1776383,540 84682411,1776923,539 84682381,1777462,537 84682399,1777999,537 84682365,1778536,537 84682368,1779073,537 84682348,1779610,537 84682350,1780147,537 84682359,1780684,537 84682360,1781221,537 84682362,1781758,537 84682358,1782295,537 84682341,1782832,537 84682307,1783369,537 84682310,1783906,537 84682289,1784443,537 84682330,1784980,540 84682323,1785520,537 84682324,1786057,537 84682257,1786594,537 84682256,1787131,537 84682273,1787668,537 84682280,1788205,537 84682282,1788742,537 84682255,1789279,557 84682277,1789836,537 84682270,1790373,537 84682233,1790910,537 84682208,1791447,538 84682209,1791985,537 84682220,1792522,537 84682205,1793059,537 84682214,1793596,538 84682215,1794134,537 84682187,1794671,537 84682189,1795208,537 84682190,1795745,537 84682186,1796282,537 84682184,1796819,537 84682179,1797356,537 84682174,1797893,537 84682177,1798430,537 84682164,1798967,537 84682134,1799504,537 84682133,1800041,537 84682137,1800578,537 84682153,1801115,537 84682139,1801652,537 84682140,1802189,537 84682126,1802726,537 84682121,1803263,537 84682124,1803800,539 84682091,1804339,537 84682089,1804876,537 84682105,1805413,537 84682113,1805950,537 84682057,1806487,537 84682055,1807024,537 84682058,1807561,537 84682042,1808098,537 84682033,1808635,537 84682030,1809172,537 84682028,1809709,537 84681982,1810246,537 84681967,1810783,537 84681987,1811320,537 84681935,1811857,539 84681934,1812396,538 84681942,1812934,540 84681936,1813474,537 84681937,1814011,537 84681960,1814548,538 84681945,1815086,537 84681901,1815623,537 84681911,1816160,537 84681912,1816697,537 84681913,1817234,537 84681900,1817771,537 84681899,1818308,537 84681897,1818845,537 84681929,1819382,537 84681882,1819919,537 84681890,1820456,537 84681862,1820993,538 84681881,1821531,537 84681857,1822068,537 84681843,1822605,537 84681853,1823142,537 84681830,1823679,537 84681804,1824216,537 84681831,1824753,537 84681781,1825290,537 84681773,1825827,537 84681782,1826364,537 84681757,1826901,537 84681736,1827438,537 84681768,1827975,537 84681714,1828512,539 84681710,1829051,537 84681722,1829588,537 84681718,1830125,537 84681711,1830662,541 84681726,1831203,537 84681720,1831740,537 84681689,1832277,537 84681688,1832814,537 84681660,1833351,537 84681662,1833888,537 84681666,1834425,537 84681668,1834962,537 84681674,1835499,537 84681620,1836036,537 84681615,1836573,537 84681617,1837110,537 84681635,1837647,537 84681628,1838184,537 84681645,1838721,537 84681578,1839258,537 84681575,1839795,537 84681574,1840332,537 84681597,1840869,537 84681595,1841406,537 84681572,1841943,537 84681584,1842480,537 84681585,1843017,537 84681605,1843554,548 84681581,1844102,537 84681586,1844639,537 84681535,1845176,537 84681543,1845713,537 84681556,1846250,537 84681546,1846787,537 84681550,1847324,569 84681559,1847893,537 84681498,1848430,537 84681497,1848967,537 84681496,1849504,537 84681516,1850041,537 84681506,1850578,537 84681507,1851115,537 84681493,1851652,537 84681478,1852189,537 84681480,1852726,537 84681449,1853263,537 84681477,1853800,537 84681471,1854337,537 84681489,1854874,537 84681484,1855411,538 84681468,1855949,537 84681455,1856486,537 84681417,1857023,537 84681418,1857560,537 84681423,1858097,539 84681425,1858636,537 84681426,1859173,537 84681435,1859710,537 84681439,1860247,537 84681437,1860784,537 84681441,1861321,537 84681448,1861858,538 84681409,1862396,568 84681395,1862964,537 84681420,1863501,537 84681412,1864038,537 84681380,1864575,537 84681377,1865112,537 84681366,1865649,537 84681378,1866186,537 84681325,1866723,537 84681328,1867260,537 84681350,1867797,537 84681345,1868334,537 84681347,1868871,537 84681341,1869408,537 84681329,1869945,537 84681351,1870482,537 84681333,1871019,537 84681336,1871556,537 84681313,1872093,537 84681312,1872630,537 84681314,1873167,549 84681278,1873716,537 84681265,1874253,537 84681259,1874790,539 84681290,1875329,537 84681283,1875866,537 84681276,1876403,537 84681280,1876940,537 84681231,1877477,537 84681232,1878014,537 84681236,1878551,537 84681240,1879088,541 84681248,1879629,537 84681208,1880166,537 84681209,1880703,537 84681216,1881240,537 84681215,1881777,537 84681228,1882314,559 84681170,1882873,537 84681169,1883410,537 84681182,1883947,537 84681200,1884484,537 84681177,1885021,537 84681192,1885558,537 84681156,1886095,537 84681151,1886632,547 84681142,1887179,537 84681140,1887716,537 84681119,1888253,537 84681132,1888790,539 84681138,1889329,537 84681110,1889866,537 84681114,1890403,537 84681109,1890940,537 84681107,1891477,537 84681097,1892014,537 84681103,1892551,537 84681112,1893088,537 84681077,1893625,537 84681075,1894162,537 84681092,1894699,537 84681095,1895236,537 84681062,1895773,537 84681061,1896310,537 84681063,1896847,537 84681054,1897384,537 84680707,1897921,537 84681065,1898458,537 84680803,1898995,537 84681039,1899532,537 84681035,1900069,537 84681034,1900606,537 84681024,1901143,537 84681006,1901680,537 84681001,1902217,537 84680992,1902754,537 84680975,1903291,537 84680980,1903828,537 84680958,1904365,537 84680968,1904902,537 84680971,1905439,537 84680954,1905976,537 84680964,1906513,537 84680956,1907050,537 84680940,1907587,537 84680943,1908124,537 84680931,1908661,537 84680920,1909198,537 84680919,1909735,537 84680922,1910272,537 84680925,1910809,537 84680929,1911346,537 84680892,1911883,537 84680882,1912420,537 84680883,1912957,537 84680875,1913494,537 84680874,1914031,537 84680876,1914568,537 84680872,1915105,537 84680870,1915642,537 84680847,1916179,537 84680855,1916716,537 84680849,1917253,537 84680861,1917790,537 84680831,1918327,537 84680837,1918864,537 84680823,1919401,537 84680822,1919938,537 84680820,1920475,537 84680826,1921012,537 84680818,1921549,537 84680798,1922086,537 84680797,1922623,537 84680775,1923160,537 84680796,1923697,537 84680788,1924234,537 84680785,1924771,537 84680783,1925308,537 84680795,1925845,537 84680780,1926382,537 84680761,1926919,537 84680753,1927456,537 84680749,1927993,537 84680737,1928530,537 84680736,1929067,537 84684246,1929604,537 84684457,1930141,537 17406710232,1930678,537 84681715,1931215,541 84683955,1931756,538 84684256,1932294,537 17406709878,1932831,537 84683247,1933368,537 84682046,1933905,537 84681220,1934442,537 84684095,1934979,537 17406709955,1935516,537 84681732,1936053,537 84684726,1936590,537 84681627,1937127,537 84681675,1937664,539 84682166,1938203,537 84684785,1938740,537 17406709792,1939277,537 84684349,1939814,539 84683729,1940353,537 84681807,1940890,537 84682331,1941427,537 84681626,1941964,537 84682303,1942501,537 84682626,1943038,538 84681618,1943576,537 84681514,1944113,538 84681705,1944651,537 84682622,1945188,537 84682244,1945725,537 84684644,1946262,537 84681996,1946799,537 84681813,1947336,537 84681059,1947873,537 84683017,1948410,537 84684276,1948947,537 84683676,1949484,537 84684606,1950021,537 84681456,1950558,537 84683714,1951095,537 84681096,1951632,538 84684190,1952170,537 84682405,1952707,538 84682346,1953245,593 84682659,1953838,610 84683666,1954448,610 84683996,1955058,610 84684526,1955668,600 84684685,1956268,556 84684363,1956824,550 84684626,1957374,550 84684736,1957924,550 84683003,1958474,537 84682132,1959011,537 84681094,1959548,537 84684727,1960085,537 17406710236,1960622,550 17406710122,1961172,550 17406710087,1961722,550 84684655,1962272,550 84684483,1962822,550 84684049,1963372,550 84682842,1963922,539 84682117,1964461,537 84682531,1964998,537 84681975,1965535,537 84683463,1966072,537 84683485,1966609,537 84683545,1967146,537 84683371,1967683,537 84682759,1968220,538 84684057,1968758,555 84682027,1969313,537 84681619,1969850,537 84681275,1970387,537 84680725,1970924,537 84681561,1971461,537 84683834,1971998,537 84684171,1972535,537 84682619,1973072,537 84682155,1973609,567 84682272,1974176,539 84684127,1974715,537 84681802,1975252,537 84684627,1975789,537 84681943,1976326,537 84680755,1976863,537 84680745,1977400,537 84683362,1977937,537 84684573,1978474,537 84683788,1979011,537 84680806,1979548,216 84681875,1979764,537 84682813,1980301,537 84684597,1980838,537 84684348,1981375,537 84682951,1981912,537 17406710173,1982449,537 84683975,1982986,542 84681933,1983528,537 17406710244,1984065,537 17406710226,1984602,537 17406710221,1985139,537 17406710217,1985676,537 17406710215,1986213,537 17406710203,1986750,537 17406710211,1987287,537 17406710210,1987824,537 17406710197,1988361,537 17406710216,1988898,537 17406710207,1989435,537 17406710206,1989972,537 17406710185,1990509,537 17406710162,1991046,537 17406710141,1991583,537 17406710144,1992120,537 17406710166,1992657,537 17406710167,1993194,537 17406710151,1993731,537 17406710157,1994268,537 17406710156,1994805,537 17406710165,1995342,537 17406710124,1995879,216 17406710134,1996095,537 17406710132,1996632,539 17406710096,1997171,537 17406710089,1997708,537 17406710102,1998245,537 17406710058,1998782,544 17406710062,1999326,537 17406710075,1999863,537 17406710074,2000400,542 17406710072,2000942,537 17406710030,2001479,537 17406710021,2002016,537 17406710014,2002553,537 17406710026,2003090,537 17406710022,2003627,537 17406710040,2004164,537 17406710037,2004701,537 17406710046,2005238,537 17406710045,2005775,537 17406710002,2006312,539 17406709984,2006851,537 17406710011,2007388,537 17406710000,2007925,537 17406709964,2008462,537 17406709973,2008999,537 17406709962,2009536,537 17406709978,2010073,538 17406709931,2010611,538 17406709958,2011149,537 17406709945,2011686,538 17406709908,2012224,537 17406709911,2012761,537 17406709929,2013298,537 17406709922,2013835,537 17406709901,2014372,537 17406709896,2014909,547 17406709882,2015456,537 17406709879,2015993,537 17406709880,2016530,537 17406709895,2017067,537 17406709851,2017604,537 17406709861,2018141,537 17406709876,2018678,537 17406709823,2019215,543 17406709821,2019758,537 17406709822,2020295,539 17406709810,2020834,537 17406709808,2021371,537 17406709834,2021908,537 17406709831,2022445,537 17406709815,2022982,537 17406709780,2023519,537 17406709800,2024056,537 17406709797,2024593,537 17406709765,2025130,537 84684789,2025667,620 84684788,2026287,537 17406709770,2026824,537 84684791,2027361,537 84684793,2027898,541 84684786,2028439,537 84684771,2028976,216 84684770,2029192,537 84684769,2029729,537 84684766,2030266,537 84684767,2030803,537 84684763,2031340,537 84684737,2031877,537 84684744,2032414,537 84684732,2032951,538 84684731,2033489,537 84684738,2034026,537 84684746,2034563,537 84684745,2035100,537 84684749,2035637,537 84684711,2036174,537 84684697,2036711,537 84684696,2037248,537 84684698,2037785,537 84684720,2038322,537 84684700,2038859,537 84684674,2039396,537 84684675,2039933,537 84684677,2040470,537 84684668,2041007,537 84684670,2041544,537 84684673,2042081,537 84684693,2042618,537 84684649,2043155,537 84684647,2043692,537 84684640,2044229,537 84684641,2044766,537 84684663,2045303,537 84684612,2045840,537 84684610,2046377,537 84684598,2046914,537 84684618,2047451,537 84684590,2047988,537 84684586,2048525,537 84684596,2049062,539 84684600,2049601,537 84684579,2050138,537 84684576,2050675,537 84684570,2051212,537 84684574,2051749,537 84684535,2052286,537 84684543,2052823,537 84684533,2053360,537 84684538,2053897,537 84684560,2054434,537 84684557,2054971,537 84684559,2055508,537 84684554,2056045,537 84684551,2056582,537 84684512,2057119,538 84684493,2057657,537 84684490,2058194,537 84684474,2058731,537 84684494,2059268,537 84684492,2059805,537 84684477,2060342,537 84684486,2060879,537 84684471,2061416,541 84684439,2061957,537 84684434,2062494,537 84684465,2063031,537 84684454,2063568,537 84684447,2064105,537 84684419,2064642,546 84684431,2065188,537 84684407,2065725,537 84684390,2066262,537 84684389,2066799,539 84684371,2067338,555 84684382,2067893,537 84684378,2068430,537 84684341,2068967,537 84684342,2069504,537 84684338,2070041,537 84684340,2070578,537 84684360,2071115,537 84684358,2071652,537 84684352,2072189,538 84684365,2072727,537 84684323,2073264,537 84684313,2073801,537 84684317,2074338,537 84684321,2074875,537 84684320,2075412,537 84684294,2075949,537 84684302,2076486,537 84684301,2077023,537 84684308,2077560,537 84684307,2078097,537 84684297,2078634,537 84684291,2079171,537 84684284,2079708,537 84684278,2080245,537 84684272,2080782,537 84684271,2081319,537 84684268,2081856,537 84684269,2082393,537 84684267,2082930,537 84684223,2083467,537 84684239,2084004,538 84684233,2084542,537 84684235,2085079,537 84684232,2085616,537 84684236,2086153,537 84684229,2086690,537 84684226,2087227,537 84684244,2087764,537 84684251,2088301,538 84684209,2088839,537 84684210,2089376,537 84684214,2089913,537 84684215,2090450,537 84684212,2090987,537 84684194,2091524,537 84684201,2092061,537 84684200,2092598,537 84684206,2093135,537 84684152,2093672,538 84684146,2094210,537 84684160,2094747,537 84684151,2095284,537 84684169,2095821,537 84684179,2096358,537 84684172,2096895,537 84684116,2097432,537 84684113,2097969,537 84684107,2098506,537 84684104,2099043,537 84684144,2099580,537 84684125,2100117,537 84684132,2100654,537 84684122,2101191,537 84684119,2101728,537 84684143,2102265,539 84684074,2102804,537 84684073,2103341,538 84684068,2103879,537 84684067,2104416,537 84684094,2104953,543 84684061,2105496,537 84684088,2106033,537 84684053,2106570,539 84684054,2107109,537 84684040,2107646,537 84684027,2108183,537 84684019,2108720,537 84684020,2109257,539 84684014,2109796,537 84684008,2110333,537 84684013,2110870,537 84684004,2111407,537 84684018,2111944,538 84684017,2112482,537 84683997,2113019,537 84684000,2113556,537 84683980,2114093,537 84683964,2114630,537 84683974,2115167,537 84683937,2115704,537 84683946,2116241,537 84683938,2116778,537 84683940,2117315,537 84683905,2117852,537 84683903,2118389,537 84683935,2118926,537 84683932,2119463,537 84683901,2120000,537 84683895,2120537,537 84683911,2121074,537 84683912,2121611,538 84683923,2122149,537 84683929,2122686,537 84683918,2123223,537 84683846,2123760,538 84683847,2124298,581 84683844,2124879,551 84683870,2125430,537 84683880,2125967,537 84683861,2126504,537 84683888,2127041,537 84683892,2127578,537 84683819,2128115,537 84683813,2128652,216 84683812,2128868,537 84683809,2129405,216 84683806,2129621,537 84683797,2130158,537 84683792,2130695,537 84683832,2131232,537 84683828,2131769,537 84683823,2132306,537 84683836,2132843,537 84683784,2133380,537 84683783,2133917,537 84683752,2134454,540 84683773,2134994,537 84683791,2135531,537 84683778,2136068,537 84683777,2136605,537 84683757,2137142,537 84683769,2137679,537 84683723,2138216,538 84683743,2138754,537 84683737,2139291,537 84683716,2139828,537 84683715,2140365,538 84683738,2140903,537 84683694,2141440,537 84683690,2141977,537 84683683,2142514,537 84683678,2143051,537 84683701,2143588,537 84683697,2144125,537 84683700,2144662,537 84683702,2145199,537 84683669,2145736,537 84683689,2146273,545 84683667,2146818,537 84683618,2147355,537 84683633,2147892,565 84683634,2148457,537 84683631,2148994,537 84683650,2149531,537 84683651,2150068,537 84683626,2150605,538 84683625,2151143,537 84683637,2151680,537 84683641,2152217,537 84683659,2152754,537 84683654,2153291,537 84683613,2153828,537 84683597,2154365,537 84683588,2154902,537 84683578,2155439,537 84683590,2155976,537 84683615,2156513,537 84683612,2157050,537 84683595,2157587,537 84683603,2158124,537 84683542,2158661,537 84683540,2159198,537 84683579,2159735,537 84683571,2160272,537 84683573,2160809,537 84683563,2161346,538 84683561,2161884,537 84683565,2162421,537 84683543,2162958,537 84683537,2163495,537 84683534,2164032,537 84683523,2164569,538 84683521,2165107,537 84683529,2165644,537 84683518,2166181,537 84683516,2166718,537 84683484,2167255,537 84683481,2167792,537 84683510,2168329,537 84683509,2168866,537 84683511,2169403,537 84683492,2169940,537 84683479,2170477,537 84683502,2171014,537 84683500,2171551,537 84683474,2172088,537 84683441,2172625,537 84683443,2173162,542 84683452,2173704,537 84683453,2174241,537 84683440,2174778,537 84683438,2175315,538 84683446,2175853,537 84683435,2176390,539 84683433,2176929,537 84683450,2177466,537 84683457,2178003,537 84683428,2178540,537 84683419,2179077,537 84683415,2179614,537 84683395,2180151,537 84683393,2180688,537 84683380,2181225,537 84683369,2181762,537 84683363,2182299,537 84683391,2182836,538 84683377,2183374,537 84683383,2183911,537 84683356,2184448,537 84683317,2184985,537 84683318,2185522,548 84683316,2186070,537 84683328,2186607,537 84683299,2187144,537 84683236,2187681,537 84683243,2188218,537 84683240,2188755,537 84683255,2189292,537 84683251,2189829,537 84683250,2190366,537 84683277,2190903,537 84683275,2191440,537 84683263,2191977,537 84683274,2192514,537 84683267,2193051,537 84683283,2193588,537 84683228,2194125,537 84683200,2194662,537 84683226,2195199,537 84683220,2195736,537 84683218,2196273,537 84683184,2196810,538 84683194,2197348,537 84683170,2197885,537 84683165,2198422,537 84683182,2198959,537 84683152,2199496,537 84683147,2200033,537 84683148,2200570,538 84683179,2201108,537 84683105,2201645,537 84683133,2202182,537 84683130,2202719,537 84683121,2203256,537 84683119,2203793,537 84683109,2204330,548 84683104,2204878,537 84683112,2205415,537 84683126,2205952,537 84683116,2206489,537 84683095,2207026,539 84683087,2207565,537 84683085,2208102,537 84683099,2208639,537 84683075,2209176,550 84683061,2209726,537 84683040,2210263,537 84683051,2210800,537 84683020,2211337,537 84683018,2211874,537 84683019,2212411,538 84683033,2212949,537 84683031,2213486,537 84682966,2214023,537 84682984,2214560,537 84682986,2215097,537 84682975,2215634,537 84682959,2216171,537 84682938,2216708,537 84682961,2217245,537 84682942,2217782,537 84682916,2218319,537 84682917,2218856,537 84682893,2219393,537 84682891,2219930,537 84682905,2220467,537 84682899,2221004,537 84682915,2221541,538 84682876,2222079,537 84682882,2222616,537 84682836,2223153,538 84682838,2223691,537 84682858,2224228,537 84682860,2224765,537 84682857,2225302,537 84682844,2225839,537 84682843,2226376,537 84682851,2226913,537 84682847,2227450,537 84682865,2227987,537 84682867,2228524,537 84682841,2229061,537 84682799,2229598,537 84682802,2230135,538 84682804,2230673,538 84682798,2231211,537 84682831,2231748,537 84682830,2232285,537 84682822,2232822,537 84682823,2233359,537 84682810,2233896,537 84682781,2234433,537 84682776,2234970,537 84682772,2235507,537 84682773,2236044,537 84682793,2236581,537 84682791,2237118,537 84682789,2237655,543 84682768,2238198,537 84682766,2238735,537 84682795,2239272,537 84682764,2239809,537 84682761,2240346,537 84682728,2240883,537 84682727,2241420,537 84682739,2241957,537 84682738,2242494,538 84682718,2243032,537 84682713,2243569,537 84682752,2244106,537 84682732,2244643,537 84682719,2245180,216 84682714,2245396,537 84682715,2245933,539 84682703,2246472,537 84682704,2247009,540 84682700,2247549,539 84682692,2248088,537 84682691,2248625,537 84682678,2249162,537 84682146,2249699,537 84682628,2250236,537 84682687,2250773,537 84682696,2251310,537 84682673,2251847,537 84682668,2252384,537 84682657,2252921,537 84682651,2253458,537 84682652,2253995,537 84682662,2254532,537 84682644,2255069,537 84682617,2255606,537 84682616,2256143,537 84682612,2256680,538 84682603,2257218,537 84682604,2257755,538 84682627,2258293,537 84682621,2258830,537 84682573,2259367,537 84682569,2259904,537 84682571,2260441,537 84682576,2260978,537 84682580,2261515,537 84682579,2262052,537 84682565,2262589,537 84682562,2263126,537 84682538,2263663,538 84682537,2264201,537 84682551,2264738,537 84682547,2265275,537 84682522,2265812,537 84682517,2266349,538 84682505,2266887,537 84682510,2267424,537 84682523,2267961,537 84682527,2268498,539 84682478,2269037,537 84682476,2269574,537 84682470,2270111,537 84682493,2270648,537 84682447,2271185,537 84682450,2271722,537 84682453,2272259,537 84682423,2272796,537 84682445,2273333,537 84682446,2273870,539 84682430,2274409,537 84682424,2274946,539 84682414,2275485,537 84682407,2276022,537 84682392,2276559,537 84682391,2277096,537 84682388,2277633,537 84682398,2278170,538 84682372,2278708,538 84682419,2279246,537 84682386,2279783,537 84682385,2280320,537 84682412,2280857,537 84682409,2281394,537 84682354,2281931,538 84682370,2282469,537 84682356,2283006,537 84682345,2283543,537 84682298,2284080,537 84682295,2284617,537 84682296,2285154,537 84682294,2285691,537 84682334,2286228,537 84682333,2286765,537 84682328,2287302,537 84682313,2287839,537 84682312,2288376,537 84682290,2288913,539 84682291,2289452,537 84682287,2289989,537 84682304,2290526,537 84682250,2291063,537 84682249,2291600,537 84682267,2292137,537 84682264,2292674,537 84682285,2293211,537 84682260,2293748,537 84682226,2294285,541 84682221,2294826,537 84682224,2295363,537 84682216,2295900,537 84682247,2296437,537 84682242,2296974,538 84682243,2297512,537 84682223,2298049,537 84682222,2298586,537 84682204,2299123,537 84682203,2299660,537 84682197,2300197,537 84682196,2300734,537 84682192,2301271,537 84682199,2301808,537 84682206,2302345,537 84682201,2302882,537 84682182,2303419,537 84682183,2303956,537 84682147,2304493,538 84682145,2305031,537 84682163,2305568,548 84682120,2306116,537 84682107,2306653,537 84682103,2307190,538 84682106,2307728,537 84682116,2308265,538 84682141,2308803,537 84682112,2309340,537 84682098,2309877,537 84682136,2310414,540 84682135,2310954,537 84682065,2311491,537 84682061,2312028,537 84682092,2312565,537 84682093,2313102,537 84682068,2313639,537 84682076,2314176,543 84682044,2314719,537 84682043,2315256,537 84682050,2315793,537 84682052,2316330,537 84682054,2316867,537 84682031,2317404,563 84682059,2317967,537 84682060,2318504,537 84682018,2319041,537 84682016,2319578,537 84682021,2320115,537 84682005,2320652,537 84682001,2321189,537 84682002,2321726,537 84682013,2322263,537 84682008,2322800,538 84681984,2323338,537 84681965,2323875,537 84681976,2324412,537 84681977,2324949,537 84681991,2325486,537 84681930,2326023,537 84681927,2326560,537 84681946,2327097,537 84681947,2327634,539 84681957,2328173,537 84681962,2328710,537 84681938,2329247,537 84681954,2329784,537 84681886,2330321,538 84681883,2330859,537 84681908,2331396,537 84681910,2331933,537 84681907,2332470,537 84681909,2333007,538 84681906,2333545,537 84681893,2334082,537 84681895,2334619,537 84681860,2335156,537 84681858,2335693,537 84681874,2336230,537 84681849,2336767,537 84681880,2337304,537 84681834,2337841,537 84681832,2338378,537 84681833,2338915,537 84681818,2339452,537 84681844,2339989,537 84681838,2340526,537 84681841,2341063,537 84681808,2341600,537 84681795,2342137,537 84681787,2342674,537 84681809,2343211,537 84681761,2343748,538 84681762,2344286,543 84681758,2344829,538 84681756,2345367,537 84681779,2345904,539 84681783,2346443,537 84681729,2346980,537 84681750,2347517,537 84681754,2348054,537 84681733,2348591,537 84681725,2349128,537 84681703,2349665,537 84681708,2350202,537 84681719,2350739,537 84681699,2351276,537 84681697,2351813,537 84681681,2352350,537 84681684,2352887,537 84681686,2353424,537 84681659,2353961,537 84681696,2354498,537 84681655,2355035,537 84681656,2355572,537 84681650,2356109,537 84681630,2356646,537 84681629,2357183,537 84681641,2357720,537 84681642,2358257,537 84681634,2358794,537 84681639,2359331,537 84681644,2359868,537 84681623,2360405,537 84681622,2360942,537 84681625,2361479,537 84681591,2362016,537 84681590,2362553,537 84681587,2363090,537 84681610,2363627,537 84681614,2364164,538 84681611,2364702,537 84681564,2365239,537 84681569,2365776,537 84681562,2366313,537 84681558,2366850,537 84681554,2367387,538 84681552,2367925,537 84681555,2368462,537 84681547,2368999,537 84681580,2369536,537 84681526,2370073,537 84681527,2370610,537 84681519,2371147,537 84681522,2371684,537 84681536,2372221,537 84681492,2372758,537 84681491,2373295,537 84681474,2373832,538 84681475,2374370,537 84681469,2374907,537 84681503,2375444,537 84681482,2375981,537 84681499,2376518,537 84681452,2377055,537 84681459,2377592,537 84681462,2378129,537 84681433,2378666,216 84681445,2378882,537 84681413,2379419,537 84681414,2379956,537 84681430,2380493,537 84681411,2381030,537 84681404,2381567,537 84681415,2382104,537 84681416,2382641,537 84681396,2383178,537 84681397,2383715,537 84681391,2384252,537 84681389,2384789,537 84681388,2385326,537 84681392,2385863,545 84681381,2386408,537 84681376,2386945,537 84680740,2387482,537 84681370,2388019,537 84681371,2388556,537 84681372,2389093,537 84681358,2389630,537 84681367,2390167,537 84681319,2390704,537 84681338,2391241,537 84681337,2391778,537 84681327,2392315,537 84681321,2392852,537 84681330,2393389,537 84681292,2393926,537 84681285,2394463,537 84681304,2395000,537 84681282,2395537,537 84681253,2396074,537 84681262,2396611,537 84681272,2397148,538 84681270,2397686,537 84681225,2398223,537 84681222,2398760,537 84681245,2399297,537 84681247,2399834,537 84681249,2400371,537 84681187,2400908,537 84681212,2401445,537 84681213,2401982,537 84681196,2402519,537 84681179,2403056,537 84681166,2403593,537 84681162,2404130,537 84681167,2404667,537 84681184,2405204,537 84681171,2405741,537 84681126,2406278,537 84681129,2406815,538 84681150,2407353,537 84681146,2407890,537 84681131,2408427,537 84681123,2408964,537 84681122,2409501,537 84681085,2410038,537 84681079,2410575,537 84681078,2411112,539 84681090,2411651,537 84681104,2412188,537 84680715,2412725,537 84680724,2413262,537 84681067,2413799,537 84680718,2414336,537 84680716,2414873,537 84681072,2415410,537 84680772,2415947,216 84680708,2416163,537 84681068,2416700,543 84681073,2417243,537 84680726,2417780,537 84680714,2418317,537 84681046,2418854,537 84681057,2419391,537 84681056,2419928,537 84681058,2420465,537 84681060,2421002,537 84681049,2421539,537 84681041,2422076,537 84681009,2422613,537 84680999,2423150,537 84680994,2423687,537 84680995,2424224,537 84680985,2424761,537 84680960,2425298,537 84680961,2425835,537 84680959,2426372,537 84680941,2426909,537 84680955,2427446,537 84680976,2427983,537 84680946,2428520,537 84680944,2429057,537 84680942,2429594,537 84680937,2430131,537 84680926,2430668,537 84680918,2431205,538 84680916,2431743,537 84680890,2432280,537 84680899,2432817,537 84680887,2433354,537 84680879,2433891,537 84680869,2434428,537 84680873,2434965,537 84680867,2435502,538 84680851,2436040,537 84680865,2436577,537 84680859,2437114,537 84680839,2437651,537 84680838,2438188,537 84680846,2438725,537 84680841,2439262,537 84680845,2439799,537 84680844,2440336,537 84680836,2440873,537 84680830,2441410,537 84680833,2441947,538 84680825,2442485,537 84680784,2443022,537 84680792,2443559,537 84680786,2444096,537 84680760,2444633,537 84680778,2445170,537 84680773,2445707,537 84680759,2446244,537 84680746,2446781,537 84680729,2447318,537 84680734,2447855,537 84680720,2448392,537 84680721,2448929,537 84680710,2449466,537 84680711,2450003,537 84682886,2450540,537 17406709960,2451077,537 84684616,2451614,537 84681017,2452151,537 84682211,2452688,535 ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592822483.0 netaddr-0.8.0/netaddr/eui/iab.txt0000644000076500000240001126734700000000000016732 0ustar00kubastaff00000000000000OUI Organization IAB Range Organization Address 00-50-C2 (hex) DEUTA-WERKE GmbH 7D5000-7D5FFF (base 16) DEUTA-WERKE GmbH Paffrather Strasse 140 Bergisch-Gladbach NRW 51465 DE 40-D8-55 (hex) DEUTA-WERKE GmbH 11C000-11CFFF (base 16) DEUTA-WERKE GmbH Paffrather Strasse 140 Bergisch Gladbach Northrhine Westfalia 51465 DE 40-D8-55 (hex) KRONOTECH SRL 1A1000-1A1FFF (base 16) KRONOTECH SRL VIALE UNGHERIA 125 - UDINE CAMPOFORMIDO 33030 US 00-50-C2 (hex) Elbit Systems of America CF9000-CF9FFF (base 16) Elbit Systems of America 4700 Marine Creek Parkway Fort Worth TX 76179 US 00-50-C2 (hex) Algodue Elettronica Srl F6B000-F6BFFF (base 16) Algodue Elettronica Srl Via Passerina 3/a Fontaneto d'Agogna 28010 IT 00-50-C2 (hex) SP Controls, Inc 1FA000-1FAFFF (base 16) SP Controls, Inc 930 Linden Avenue San Francisco CA 94080 US 00-50-C2 (hex) Open System Solutions Limited 811000-811FFF (base 16) Open System Solutions Limited Saltmakers House Southampton Hampshire SO31 4NB GB 40-D8-55 (hex) APG Cash Drawer, LLC 010000-010FFF (base 16) APG Cash Drawer, LLC 5250 INDUSTRIAL BLVD NE MINNEAPOLIS 55421 US 00-50-C2 (hex) Scharff Weisberg Systems Integration Inc 24E000-24EFFF (base 16) Scharff Weisberg Systems Integration Inc 36-36 33rd St. Long Island City NY 11106 US 00-50-C2 (hex) Thor Technologies Pty Ltd F74000-F74FFF (base 16) Thor Technologies Pty Ltd PO Box 95 Karrinyup Western Australia 6921 AU 00-50-C2 (hex) Honeywell 8F9000-8F9FFF (base 16) Honeywell 13350 US Hwy 19 N Clearwater 33764-7290 US 00-50-C2 (hex) Honeywell 616000-616FFF (base 16) Honeywell 13350 U.S. Hwy 19 North Clearwater FL 33764-7290 US 00-50-C2 (hex) Oliotalo Oy 872000-872FFF (base 16) Oliotalo Oy Sinikalliontie 18 B 02630 Espoo 000 FI 00-50-C2 (hex) Atlas Copco IAS GmbH B1F000-B1FFFF (base 16) Atlas Copco IAS GmbH Gewerbestraße 52 Bretten-Gölshausen Baden-Württemberg 75015 DE 40-D8-55 (hex) MB connect line GmbH Fernwartungssysteme 0F4000-0F4FFF (base 16) MB connect line GmbH Fernwartungssysteme Winnettener Straße 5 Dinkelsbühl Bavaria 91550 DE 00-50-C2 (hex) Triax A/S B25000-B25FFF (base 16) Triax A/S Bjornkaervej 3 Hornsyld Denmark 8783 DK 00-50-C2 (hex) Covidence A/S CD3000-CD3FFF (base 16) Covidence A/S Strandvejen 2A Roende 8410 DK 00-50-C2 (hex) Critical Link LLC E67000-E67FFF (base 16) Critical Link LLC 251 Salina Meadows Pkwy Syracuse 13212 US 00-50-C2 (hex) Critical Link LLC 8F4000-8F4FFF (base 16) Critical Link LLC 6712 Brooklawn Parkway Syracuse NY 13211 US 00-50-C2 (hex) Wireless Reading Systems Holding ASA 384000-384FFF (base 16) Wireless Reading Systems Holding ASA Skredderveien 9 Moss Østfold 1537 NO 00-50-C2 (hex) PSD AE3000-AE3FFF (base 16) PSD Boerkensleen 31 Roosendaal 4705 RL NL 00-50-C2 (hex) Advanced Concepts, Inc. 192000-192FFF (base 16) Advanced Concepts, Inc. 158 W. Johnstown Rd. Gahanna Ohio 43230 US 00-50-C2 (hex) Albert Handtmann Maschinenfabrik GmbH&Co.KG 25F000-25FFFF (base 16) Albert Handtmann Maschinenfabrik GmbH&Co.KG Hubertus Liebrecht Str. 10-12 Biberach D-BW 88483 DE 00-50-C2 (hex) MedAvant Healthcare 6C6000-6C6FFF (base 16) MedAvant Healthcare 2533 Centennial Blvd., Suite B Jeffersonville IN 47130 US 00-50-C2 (hex) AutoTOOLS group Co. Ltd. 230000-230FFF (base 16) AutoTOOLS group Co. Ltd. 15F, No. 88, Chung Hsiao E. Rd., Sec. 2, Taipei 100 TW 40-D8-55 (hex) Avant Technologies 0D7000-0D7FFF (base 16) Avant Technologies Road 156 Caguas West Ind. Park Caguas 00726 PR 00-50-C2 (hex) Phytec Messtechnik GmbH 3BA000-3BAFFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Strasse 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) Phytec Messtechnik GmbH 144000-144FFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Strasse 39 Mainz D-55129 DE 00-50-C2 (hex) Xentras Communications 8F0000-8F0FFF (base 16) Xentras Communications 1381 S Central Dr. Chandler AZ 85248 US 00-50-C2 (hex) Narrowband Telecommunications 02C000-02CFFF (base 16) Narrowband Telecommunications Unit 1A - 3751 Burnaby BC V5J 5G4 CA 00-50-C2 (hex) Fr. Sauter AG AF0000-AF0FFF (base 16) Fr. Sauter AG Im Surinam 55 Basel CH4016 CH 00-50-C2 (hex) DRS Photronics 134000-134FFF (base 16) DRS Photronics 133 Bauer Dr. Oakland NJ 07436 US 00-50-C2 (hex) Cominfo, Inc. 194000-194FFF (base 16) Cominfo, Inc. Lesetin 651 Zlin 760 01 CZ 00-50-C2 (hex) Applied Micro Electronics AME bv E4C000-E4CFFF (base 16) Applied Micro Electronics AME bv Esp 100 Eindhoven Noord Brabant 5633 AA NL 00-50-C2 (hex) DORLET SAU E70000-E70FFF (base 16) DORLET SAU Albert Einstein 34 Vitoria Alava 01510 ES 00-50-C2 (hex) DORLET SAU C6C000-C6CFFF (base 16) DORLET SAU Albert Einstein 34 Miñano Mayor Alava 01510 ES 00-50-C2 (hex) DORLET SAU 796000-796FFF (base 16) DORLET SAU Albert Einstein 34 Vitoria-gasteiz Alava 01510 ES 00-50-C2 (hex) DRS Imaging and Targeting Solutions DDE000-DDEFFF (base 16) DRS Imaging and Targeting Solutions 100 N. Babcock St. Melbourne 32935 US 00-50-C2 (hex) SAET I.S. S.r.l. 172000-172FFF (base 16) SAET I.S. S.r.l. Via Leini l/b San Maurizio Canavese 10077 TO IT 00-50-C2 (hex) Sierra Video Systems 57D000-57DFFF (base 16) Sierra Video Systems 104B New Mohawk Rd Nevada City CA 95959 US 40-D8-55 (hex) Telefrang AB 155000-155FFF (base 16) Telefrang AB Victor Hasselblads gata 9 Västra Frölunda Västra Götaland 42131 SE 00-50-C2 (hex) Edgeware AB E64000-E64FFF (base 16) Edgeware AB Master Samuelsgatan 42 Stockholm 11157 SE 00-50-C2 (hex) Navicron Oy A8B000-A8BFFF (base 16) Navicron Oy Teknologiantie 7A Oulu 90570 FI 00-50-C2 (hex) EDA Industries Pte. Ltd 3C0000-3C0FFF (base 16) EDA Industries Pte. Ltd Via dell'elettronica Cittaducale Rieti 02015 IT 00-50-C2 (hex) Owasys Advanced Wireless Devices 681000-681FFF (base 16) Owasys Advanced Wireless Devices Parque Tecnologico, 207-B Zamudio Vizcaya E-48170 ES 00-50-C2 (hex) IAdea Corporation B37000-B37FFF (base 16) IAdea Corporation 3F, NO.33, Lane 77, Xing-ai Road, Taipei 114 TW 40-D8-55 (hex) DAVE SRL 098000-098FFF (base 16) DAVE SRL Via Talponedo 29a Porcia Pordenone 33080 IT 00-50-C2 (hex) DSP4YOU LTd D43000-D43FFF (base 16) DSP4YOU LTd Unit 1204, 106 How Ming Street Hong Kong 0000 HK 00-50-C2 (hex) SecureTech Systems, Inc. F90000-F90FFF (base 16) SecureTech Systems, Inc. 4108 Amon Carter Blvd, ste 206 Fort Worth TX 76155 US 00-50-C2 (hex) Naturela Ltd. 73A000-73AFFF (base 16) Naturela Ltd. Ana Feliksova 13 Varna 9020 BG 00-50-C2 (hex) Partner Voxstream A/S 178000-178FFF (base 16) Partner Voxstream A/S Trekanten 17 Vojens D-6500 DK 00-50-C2 (hex) NOMUS COMM SYSTEMS 5BD000-5BDFFF (base 16) NOMUS COMM SYSTEMS Plot 9A, Commercial Complex Hyderabad AP 500073 IN 00-50-C2 (hex) ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. E18000-E18FFF (base 16) ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. ABB Industrial Park, Torch Hi-Tech Industrial Development Zone Xiamen Fujian 361006 CN 00-50-C2 (hex) PYRAMID Computer GmbH 20E000-20EFFF (base 16) PYRAMID Computer GmbH Boetzinger Strasse 60 Freiburg BW 79111 DE 00-50-C2 (hex) CT Company 462000-462FFF (base 16) CT Company Nizhni Krasnoselsky st., 35. Moscow 140070 RU 00-50-C2 (hex) Alyrica Networks EAE000-EAEFFF (base 16) Alyrica Networks 521B N 19th ST Philomath OREGON 97370 US 00-50-C2 (hex) Rohde&Schwarz Topex SA 92A000-92AFFF (base 16) Rohde&Schwarz Topex SA 71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO 00-50-C2 (hex) Rohde&Schwarz Topex SA BFA000-BFAFFF (base 16) Rohde&Schwarz Topex SA 71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO 00-50-C2 (hex) Rohde&Schwarz Topex SA D47000-D47FFF (base 16) Rohde&Schwarz Topex SA 71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO 00-50-C2 (hex) Rohde&Schwarz Topex SA EAD000-EADFFF (base 16) Rohde&Schwarz Topex SA 71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO 00-50-C2 (hex) Plastic Logic 5A6000-5A6FFF (base 16) Plastic Logic 34 Cambridge Science Park Cambridge Cambridgeshire CB4 0FX GB 40-D8-55 (hex) Georg Neumann GmbH 182000-182FFF (base 16) Georg Neumann GmbH Ollenhauerstrasse 98 Berlin 13403 DE 00-50-C2 (hex) Aplex Technology Inc. FAB000-FABFFF (base 16) Aplex Technology Inc. 2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN 00-50-C2 (hex) Vacon Plc 3E5000-3E5FFF (base 16) Vacon Plc P.O.Box 25 Vaasa 65381 FI 00-50-C2 (hex) United Telecoms Ltd 33A000-33AFFF (base 16) United Telecoms Ltd 18A/19 Doddanagundi Indl area Banagalore Karnataka 560048 IN 00-50-C2 (hex) Elfiq Inc. 552000-552FFF (base 16) Elfiq Inc. 1125 university Montreal Quebec H3B 3A7 CA 00-50-C2 (hex) HaiVision Systems Incorporated C61000-C61FFF (base 16) HaiVision Systems Incorporated 4445 Garand Montreal QC H4R 2H9 CA 00-50-C2 (hex) TORC Technologies A44000-A44FFF (base 16) TORC Technologies 2200 Kraft Dr, Ste 1325 Blacksburg VA 24060 US 00-50-C2 (hex) LAN Controls, Inc. 0B8000-0B8FFF (base 16) LAN Controls, Inc. 10 Woodvue Road Windham NH 03087 US 00-50-C2 (hex) Vaisala Oyj F87000-F87FFF (base 16) Vaisala Oyj Vanha Nurmijarventie 21 VANTAA Fin-01670 FI 00-50-C2 (hex) SysNova 3E2000-3E2FFF (base 16) SysNova Herweg 24 Maennedorf Zurich 8708 CH 00-50-C2 (hex) Sicon srl 956000-956FFF (base 16) Sicon srl Via Sila 1/3 Isola Vicentina Vicenza 36033 IT 00-50-C2 (hex) Intuitive Surgical, Inc 5C2000-5C2FFF (base 16) Intuitive Surgical, Inc 950 Kifer Road Sunnyvale CA 94040 US 00-50-C2 (hex) Intuitive Surgical, Inc FA5000-FA5FFF (base 16) Intuitive Surgical, Inc 1250 Kifer Road, Building 103 Sunnyvale CA 94086 US 00-50-C2 (hex) Haag-Streit AG 12F000-12FFFF (base 16) Haag-Streit AG Gartenstadtstrasse 10 Koeniz CH-3098 CH 00-50-C2 (hex) AARTESYS AG 143000-143FFF (base 16) AARTESYS AG Bahnhofplatz 7 Biel CH-2502 CH 00-50-C2 (hex) ENGICAM s.r.l. A0E000-A0EFFF (base 16) ENGICAM s.r.l. Via dei pratoni, 16 int. 13 Scandicci Firenze 50018 IT 00-50-C2 (hex) Ellips B.V. 53F000-53FFFF (base 16) Ellips B.V. Urkhovenseweg 11 Eindhoven Noord-Brabant 5641 KA NL 00-50-C2 (hex) Efficient Channel Coding 47A000-47AFFF (base 16) Efficient Channel Coding 600 Safeguard Plaza Brooklyn Heights 44131 US 00-50-C2 (hex) DELTA TAU DATA SYSTEMS, INC. 7A9000-7A9FFF (base 16) DELTA TAU DATA SYSTEMS, INC. 21314 Lassen St Chatsworth CA 91311 US 00-50-C2 (hex) Digital Payment Technologies 980000-980FFF (base 16) Digital Payment Technologies 4105 Grandview Highway Burnaby BC V5C 6B4 CA 00-50-C2 (hex) Arecont Vision 3B6000-3B6FFF (base 16) Arecont Vision 754 Brookside Lane Sierra Madre CA 91024 US 00-50-C2 (hex) AIM 080000-080FFF (base 16) AIM 21 Avenue de la plaine fleure 38240 Meylon 12345 FR 00-50-C2 (hex) Grupo Epelsa S.L. 953000-953FFF (base 16) Grupo Epelsa S.L. C/ Albasanz, 6 y 8 Madrid 28037 ES 40-D8-55 (hex) EMAC, Inc. 183000-183FFF (base 16) EMAC, Inc. 2390 EMAC Way Carbondale IL 62901 US 00-50-C2 (hex) Digital Receiver Technology 360000-360FFF (base 16) Digital Receiver Technology 20250 Century Blvd., #300 Germantown MD 20874 US 00-50-C2 (hex) EMAC, Inc. 974000-974FFF (base 16) EMAC, Inc. 2390 EMAC WAY CARBONDALE IL 62902 US 40-D8-55 (hex) ELNEC s.r.o. 1E2000-1E2FFF (base 16) ELNEC s.r.o. Jana Bottu 5 Presov Presov 08001 SK 40-D8-55 (hex) QED Advanced Systems Limited 1C4000-1C4FFF (base 16) QED Advanced Systems Limited 8 Oakwood Business Park Weston-s-Mare Somerset BS249AY GB 40-D8-55 (hex) Magic Systems 1B6000-1B6FFF (base 16) Magic Systems Mendeleevskaya 2 Saint-Petersburg 194044 RU 40-D8-55 (hex) Triamec Motion AG 1C1000-1C1FFF (base 16) Triamec Motion AG Industriestr. 49 Zug Zug 6300 CH 40-D8-55 (hex) Webeasy BV 1D0000-1D0FFF (base 16) Webeasy BV Sportlaan 53 Sliedrecht ZH 3364DK NL 40-D8-55 (hex) Futaba Corporation 1A0000-1A0FFF (base 16) Futaba Corporation 1080 Yabutsuka,Chosei-mura, Chosei-gun Chiba-ken 299-4395 JP 40-D8-55 (hex) Patria Aviation Oy 19F000-19FFFF (base 16) Patria Aviation Oy Naulakatu 3 Tampere 33100 FI 40-D8-55 (hex) Autonomous Solutions, Inc 1AE000-1AEFFF (base 16) Autonomous Solutions, Inc 990 North 8000 West Petersboro Utah 84325 US 40-D8-55 (hex) Northern Star Technologies 19B000-19BFFF (base 16) Northern Star Technologies 5211 Harris Trace Court Mint Hill NC 28227 US 40-D8-55 (hex) Parris Service Corporation 19C000-19CFFF (base 16) Parris Service Corporation 14841 N Hwy 41 Rathdrum ID 83858 US 40-D8-55 (hex) PRESSOL Schmiergeraete GmbH 199000-199FFF (base 16) PRESSOL Schmiergeraete GmbH Parkstrasse 7 Falkenstein Bavaria 93167 DE 40-D8-55 (hex) Thirdwayv Inc. 19E000-19EFFF (base 16) Thirdwayv Inc. 8218 Torrey Gardens Place San Diego CA 92129 US 40-D8-55 (hex) Broachlink Technology Co.,Limited 1AA000-1AAFFF (base 16) Broachlink Technology Co.,Limited Room B402,Building No.28,Danhebei Road Shenzhen GuangDong 518100 CN 40-D8-55 (hex) ENTEC Electric & Electronic CO., LTD 1A7000-1A7FFF (base 16) ENTEC Electric & Electronic CO., LTD 78-2 Buncheon-ri Hwaseong-city Gyungki-do 445-894 KR 40-D8-55 (hex) Multiobrabotka 1A8000-1A8FFF (base 16) Multiobrabotka Lermontova,74 Kamensk-Uralsky Sverdlovsk region 623400 RU 40-D8-55 (hex) Beat Sensing co. , ltd. 18F000-18FFFF (base 16) Beat Sensing co. , ltd. 1072-1 Sunto-gun Shizuoka 411-0917 JP 40-D8-55 (hex) Telvent 17F000-17FFFF (base 16) Telvent P.I. Alcobendas C/ Valgrande, 6 Alcobendas Madrid 28108 US 40-D8-55 (hex) eROCCA 181000-181FFF (base 16) eROCCA 196A rue du Rocher de Lorzier MOIRANS 38430 FR 40-D8-55 (hex) OPASCA Systems GmbH 168000-168FFF (base 16) OPASCA Systems GmbH Julius-Hatry-Str. 1 Mannheim 68163 DE 40-D8-55 (hex) PLATINUM GmbH 159000-159FFF (base 16) PLATINUM GmbH Pfannerstrasse 75 Wangen 88239 DE 40-D8-55 (hex) Actronic Technologies 15D000-15DFFF (base 16) Actronic Technologies 45 Patiki Rd Auckland 1026 NZ 40-D8-55 (hex) ICS Eletronics 170000-170FFF (base 16) ICS Eletronics 7034 Commerce Circle Pleasanton CA 94588 US 40-D8-55 (hex) Tokyo Drawing Ltd. 143000-143FFF (base 16) Tokyo Drawing Ltd. 103 Ni Terai-machi Nomi-shi Ishikawa 923-1121 JP 40-D8-55 (hex) TDS Software Solutions Pty Ltd 14F000-14FFFF (base 16) TDS Software Solutions Pty Ltd 5 The Crest Chandlers Hill South Australia 5160 AU 40-D8-55 (hex) hanatech 13E000-13EFFF (base 16) hanatech D-1412 gwangmyeong techno park gwangmyeong-si gyeonggi-do 423-795 KR 40-D8-55 (hex) Tetracore, Inc. 142000-142FFF (base 16) Tetracore, Inc. 9901 Belward Campus Drive Rockville Maryland 20850 US 40-D8-55 (hex) shanghai Anjian Information technology co. , ltd. 13C000-13CFFF (base 16) shanghai Anjian Information technology co. , ltd. Room 413,Block B , shanghai shanghai 200235 CN 40-D8-55 (hex) Perm Scientific-Industrial Instrument Making Company JSC 13D000-13DFFF (base 16) Perm Scientific-Industrial Instrument Making Company JSC 25th of October Str, 106 Perm Privolgsky Federal District 614990 RU 40-D8-55 (hex) LIGHTSTAR 127000-127FFF (base 16) LIGHTSTAR 18,CHASEONGDONGRO, 142BEONGIL BUSAN 619-905 KR 40-D8-55 (hex) GDE Polska 137000-137FFF (base 16) GDE Polska Swiatnicka 88 Str. Wlosan 32-031 Mogilany PL 40-D8-55 (hex) Private 12F000-12FFFF (base 16) Private 40-D8-55 (hex) WOW System 139000-139FFF (base 16) WOW System #411, MEGA Center, SKn Techno Park, Sangdaewon 1-dong, Jungwon-gu Seongnam-si Gyeonggi-do 462-721 KR 40-D8-55 (hex) Mango DSP, Inc. 12B000-12BFFF (base 16) Mango DSP, Inc. 83 East Ave. Norwalk CT 06877 US 40-D8-55 (hex) MONOGRAM technologies ltd 0FD000-0FDFFF (base 16) MONOGRAM technologies ltd Ilkovicova 6276 Bratislava 84216 SK 40-D8-55 (hex) eumig industrie-tv GmbH 0FC000-0FCFFF (base 16) eumig industrie-tv GmbH Gewerbeparkstr.9 Salzburg Anif 5081 AT 40-D8-55 (hex) Sicon srl 11A000-11AFFF (base 16) Sicon srl Via Sila 1/3 Isola Vicentina Vicenza 36033 IT 40-D8-55 (hex) RCS Energy Management Limited 117000-117FFF (base 16) RCS Energy Management Limited RMS House Newbury Berkshire RG14 5PX GB 40-D8-55 (hex) Smith Meter, Inc 107000-107FFF (base 16) Smith Meter, Inc 1602 Wagner Ave Erie PA 16514 US 40-D8-55 (hex) ObjectFab GmbH 120000-120FFF (base 16) ObjectFab GmbH Pohlandstrasse 19 Dresden D-01309 DE 40-D8-55 (hex) IntelliDesign Pty Ltd 0ED000-0EDFFF (base 16) IntelliDesign Pty Ltd 99 Bluestone Circuit Seventeen Mile Rocks Qld 4073 AU 40-D8-55 (hex) A-Z-E 0EA000-0EAFFF (base 16) A-Z-E Brendelweg 98 Delmenhorst Niedersachsen 27755 DE 40-D8-55 (hex) HEITEC AG 0E8000-0E8FFF (base 16) HEITEC AG Dr.-Otto-Leich-Str. 16 Eckental Bavaria 90542 DE 40-D8-55 (hex) Siegmar Zander HuSWare 0EE000-0EEFFF (base 16) Siegmar Zander HuSWare Wilmsstr.12 Berlin 10961 DE 40-D8-55 (hex) VPG 0DE000-0DEFFF (base 16) VPG Box 423 Karlskoga SE-691 27 SE 40-D8-55 (hex) deskontrol electronics 0D6000-0D6FFF (base 16) deskontrol electronics Avinguda del port 158 - 9 Valencia Comunidad Valenciana 46023 ES 40-D8-55 (hex) Mitsubishi Heavy Industries, Ltd. 0D4000-0D4FFF (base 16) Mitsubishi Heavy Industries, Ltd. 3-1, ASAHI, NISHIBIWAJIMA-CHO KIYOSU AICHI 452-8561 JP 40-D8-55 (hex) ELAN SYSTEMS 0D2000-0D2FFF (base 16) ELAN SYSTEMS 10 IHASZ STR BUDAPEST 1105 HU 40-D8-55 (hex) NVS Technologies Inc 0DC000-0DCFFF (base 16) NVS Technologies Inc 1505 Adams Dr Suite D Menlo Park CA 94025 US 40-D8-55 (hex) Inspired Systems 0C4000-0C4FFF (base 16) Inspired Systems 70 Mordaunt Cct Canning Vale WA 6155 AU 40-D8-55 (hex) Alumbra Produtos Elétricos e Eletrônicos Ltda 0A6000-0A6FFF (base 16) Alumbra Produtos Elétricos e Eletrônicos Ltda Rua Guimarães Rosa, 450 São Bernardo do Campo São Paulo 09851-380 BR 40-D8-55 (hex) Baudisch Electronic GmbH 0A8000-0A8FFF (base 16) Baudisch Electronic GmbH Im Gewerbegebiet 7-9 Wäschenbeuren Baden-Württemberg 73116 DE 40-D8-55 (hex) DATA SHARING CONSULTING 0B5000-0B5FFF (base 16) DATA SHARING CONSULTING 815 AV IRENE ET FREDERIC JOLIOT CURIE LA GARDE PACA 83130 FR 40-D8-55 (hex) Space Micro 0AD000-0ADFFF (base 16) Space Micro 10237 Flanders Court San Diego California 92121 US 40-D8-55 (hex) Micrologic 0B0000-0B0FFF (base 16) Micrologic Via Brodolini, 6 Crevoladossola Verbania 28865 IT 40-D8-55 (hex) EnVerv Inc. 0AF000-0AFFFF (base 16) EnVerv Inc. 680 N. McCarthy Blvd., Suite 220 MILPITAS CA 95035 US 40-D8-55 (hex) GD Mission Systems 0AE000-0AEFFF (base 16) GD Mission Systems 8220 E. Roosevelt St. Scottsdale AZ 85257 US 40-D8-55 (hex) Ever Trend Technology Development Limited 0B2000-0B2FFF (base 16) Ever Trend Technology Development Limited Pokfulam 86D Floor 1 Room D Hong Kong Hong Kong 000 HK 40-D8-55 (hex) Tokyo Denki Gijutsu Kogyo 09B000-09BFFF (base 16) Tokyo Denki Gijutsu Kogyo 2-12-2 Nakane Meguro-ku TOKYO 152-0031 JP 40-D8-55 (hex) Heart Force Medical 095000-095FFF (base 16) Heart Force Medical 212 - 2112 West Broadway Vancouver BC V6K 2C8 CA 40-D8-55 (hex) KDT 091000-091FFF (base 16) KDT 203-902, bucheon Techno-park 192, Yakdae-dong, Wonmi-gu Bucheon-si Gyeonggi-do 420-733 KR 40-D8-55 (hex) Lyngsoe Systems 08E000-08EFFF (base 16) Lyngsoe Systems 5570 Kennedy Rd Mississauga On L4Z 2A9 CA 40-D8-55 (hex) Excelitas 08F000-08FFFF (base 16) Excelitas 1330 E Cypress St Covina CA 91724 US 40-D8-55 (hex) Leder Elektronik Design 08A000-08AFFF (base 16) Leder Elektronik Design Bruchweg 10 Ketsch Baden-Wuerttemberg 68775 DE 40-D8-55 (hex) C-COM Satellite Systems Inc. 06E000-06EFFF (base 16) C-COM Satellite Systems Inc. 2574 Sheffield Road Ottawa ONTARIO K1B3V7 CA 40-D8-55 (hex) BRS Sistemas Eletrônicos 06B000-06BFFF (base 16) BRS Sistemas Eletrônicos Rua Gomes de Freitas, 491 / 204 Porto Alegre RS 91380-000 BR 40-D8-55 (hex) Smartcom-Bulgaria AD 069000-069FFF (base 16) Smartcom-Bulgaria AD Office 414A, BIC IZOT Building 1 SOFIA 1784 BG 40-D8-55 (hex) BroadSoft, INC 06D000-06DFFF (base 16) BroadSoft, INC 550 S Winchester Blvd San Jose CA 95128 US 40-D8-55 (hex) CT Company 072000-072FFF (base 16) CT Company Nizhni Krasnoselsky st.,35 Moscow 140070 RU 40-D8-55 (hex) Diamond Technologies, Inc 073000-073FFF (base 16) Diamond Technologies, Inc 6 Clock Tower Place, Suite 100 Maynard MA 01754 US 40-D8-55 (hex) ard sa 082000-082FFF (base 16) ard sa Micropolis Bat Clematis Gap France 05000 FR 40-D8-55 (hex) TESCOM CORPORATION 07E000-07EFFF (base 16) TESCOM CORPORATION 29-8 Teramachi Hachioji Tokyo 192-0073 JP 40-D8-55 (hex) Tammermatic Group Oy 057000-057FFF (base 16) Tammermatic Group Oy Tesomanvaltatie 28 Tampere 33300 FI 40-D8-55 (hex) Amantys Ltd 053000-053FFF (base 16) Amantys Ltd Platinum Building, St John's Innovation Park Cambridge Cambridgeshire CB4 0WS GB 40-D8-55 (hex) Circuitlink Pty Ltd 046000-046FFF (base 16) Circuitlink Pty Ltd 4 / 87 Station Road Seven Hills NSW 2147 AU 40-D8-55 (hex) inoage GmbH 05E000-05EFFF (base 16) inoage GmbH Fetscherplatz 5 Dresden Sachsen 01307 DE 40-D8-55 (hex) Mango Communicaitons Inc. 042000-042FFF (base 16) Mango Communicaitons Inc. 4606 Morningside Dr. Houston TX 77005 US 40-D8-55 (hex) Computer System Co.,Ltd 03C000-03CFFF (base 16) Computer System Co.,Ltd Matsuyama-Daiichi-Seimei Bldg 8F Matsuyama EHIME 790-0001 JP 40-D8-55 (hex) Ermes Elettronica s.r.l. 033000-033FFF (base 16) Ermes Elettronica s.r.l. Via Treviso, 36 San Vendemiano TV 31020 IT 40-D8-55 (hex) Depro Electronique 029000-029FFF (base 16) Depro Electronique 755 cure-boivin Boisbriand Quebec J7G 2J2 US 40-D8-55 (hex) GD Mission Systems 048000-048FFF (base 16) GD Mission Systems 8220 E. Roosevelt St. Scottsdale AZ 85257 US 40-D8-55 (hex) Special Measurements Labs LLC 038000-038FFF (base 16) Special Measurements Labs LLC ul. Nartova, 6 Nizhny Novgorod 603104 RU 40-D8-55 (hex) GHL Systems Berhad 040000-040FFF (base 16) GHL Systems Berhad L5-E-7B Enterprise 4 Bukit Jalil Kuala Lumpur 57000 MY 40-D8-55 (hex) AlphaNavigation coltd 003000-003FFF (base 16) AlphaNavigation coltd 3-1-22 hitahonmachi YAO OSAKA 581-0802 US 40-D8-55 (hex) Grande Vitesse Systems 013000-013FFF (base 16) Grande Vitesse Systems 390 Fremont St. San Francisco CA 94105 US 40-D8-55 (hex) BITMILL srl 015000-015FFF (base 16) BITMILL srl Corso Vercelli 125A IVREA 10015 IT 40-D8-55 (hex) HuNS 00D000-00DFFF (base 16) HuNS Pyeongchon-dong, Dongan-gu, Anyang-si, Gyeonggi-do, Korea Anyang-si Gyeonggi-do 431-755 KR 40-D8-55 (hex) Sitep Italia Spa 01F000-01FFFF (base 16) Sitep Italia Spa Via Vincinella 14 Santo Stefano Magra La Spezia 19037 IT 40-D8-55 (hex) MEGGITT DEFENSE SYSTEMS INC. 01A000-01AFFF (base 16) MEGGITT DEFENSE SYSTEMS INC. 9801 MUIRLANDS BLVD. IRVINE CA 92618 US 40-D8-55 (hex) Brightwell Dispensers 00E000-00EFFF (base 16) Brightwell Dispensers Brightwell Industrial Estate Newhaven East Sussex BN9 0JF GB 00-50-C2 (hex) Nupoint Systems Inc. FFA000-FFAFFF (base 16) Nupoint Systems Inc. 4821 Colbrook Court Burnaby BC V5G 3Y3 CA 40-D8-55 (hex) Bactest Limited 006000-006FFF (base 16) Bactest Limited St John's Innovation Centre Cambridge Cambridgeshire CB4 0WS GB 00-50-C2 (hex) RTT Mobile Interpretation FE4000-FE4FFF (base 16) RTT Mobile Interpretation 1107 Hazeltine Blvd. Chaska MN 55318 US 00-50-C2 (hex) Brunel GmbH Section Communications FEA000-FEAFFF (base 16) Brunel GmbH Section Communications Daimlerring 9 Hildesheim Niedersachsen 31135 DE 00-50-C2 (hex) LOGISOL Kft. FED000-FEDFFF (base 16) LOGISOL Kft. Bocskai u. 21. Tinnye Pest-megye H-2086 US 00-50-C2 (hex) First System Technology Co., Ltd. FEC000-FECFFF (base 16) First System Technology Co., Ltd. 1F., No.8, Alley 6, Lane 19, Fuhe Rd New Taipei City 23449 US 00-50-C2 (hex) Ease Inc. FD8000-FD8FFF (base 16) Ease Inc. Feliceappear 1F Sano-shi Tochigi 327-0004 JP 00-50-C2 (hex) ELAN SYSTEMS FDA000-FDAFFF (base 16) ELAN SYSTEMS 10 IHASZ STR BUDAPEST 1105 HU 00-50-C2 (hex) Propagation Systems Limited FCB000-FCBFFF (base 16) Propagation Systems Limited Unit219A, 2/F, Enterprise Place, No.5 Science Park Science Park, Shatin HK 00-50-C2 (hex) MYLOGIC FBF000-FBFFFF (base 16) MYLOGIC #106 Deayoung golden vally,290-2 Uiwang-si Gyeonggi-do 437-801 KR 00-50-C2 (hex) senTec Elektronik GmbH FBE000-FBEFFF (base 16) senTec Elektronik GmbH Werner-von-Siemens-Strasse 6 Ilmenau 98693 DE 00-50-C2 (hex) Sakura Seiki Co.,Ltd. FC5000-FC5FFF (base 16) Sakura Seiki Co.,Ltd. 75-5, Imojiya Chikuma-city Nagano Prefecture 387-0015 JP 00-50-C2 (hex) CT Company FB3000-FB3FFF (base 16) CT Company Godovikova 9, Moscow Moscow RUSSIA 129085 RU 00-50-C2 (hex) Preston Industries dba PolyScience FB2000-FB2FFF (base 16) Preston Industries dba PolyScience 6600 W. Touhy Ave Niles IL 60714-4588 US 00-50-C2 (hex) ATI Automação Telecomunicações e Informática Ltda FAE000-FAEFFF (base 16) ATI Automação Telecomunicações e Informática Ltda Rua Professor José Vieira de Mendonça, 770 Belo Horizonte Minas Gerais 31130-20 BR 00-50-C2 (hex) Vremya-CH JSC FAF000-FAFFFF (base 16) Vremya-CH JSC 67, Osharskaya Str Nizhny Novgorod Nizhny Novgorod region 603105 RU 00-50-C2 (hex) MC-monitoring SA FB4000-FB4FFF (base 16) MC-monitoring SA Route des Daillettes 6 Fribourg FR 1709 CH 00-50-C2 (hex) Matsusada Precision Inc. F9E000-F9EFFF (base 16) Matsusada Precision Inc. 745 Aoji Kusatsu Shiga 525-0041 JP 00-50-C2 (hex) YJSYSTEM FAA000-FAAFFF (base 16) YJSYSTEM #902, E&C Venture Tower GuroDong, GuroGu Seoul 152-719 KR 00-50-C2 (hex) Finishing Brands FAD000-FADFFF (base 16) Finishing Brands 1910 North Wayne Street Angola IN 46703 US 00-50-C2 (hex) Baudisch Electronic GmbH F93000-F93FFF (base 16) Baudisch Electronic GmbH Im Gewerbegebiet 7-9 Wäschenbeuren Baden-Württemberg 73116 DE 00-50-C2 (hex) CSA Engineering AG F89000-F89FFF (base 16) CSA Engineering AG Hans Huber-Strasse 38 Solothurn SO 4500 CH 00-50-C2 (hex) CONET Solutions GmbH F92000-F92FFF (base 16) CONET Solutions GmbH Theodor-Heuss-Allee 19 Hennef NRW 53773 DE 00-50-C2 (hex) NEWELL TECHNOLOGIES LIMITED F9B000-F9BFFF (base 16) NEWELL TECHNOLOGIES LIMITED Unit 13, 4/F, New City Centre, Kowloon HK 00-50-C2 (hex) RF Code, Inc F71000-F71FFF (base 16) RF Code, Inc 9229 Waterford Centre Austin TX 78758 US 00-50-C2 (hex) Pro Design Electronic GmbH F6D000-F6DFFF (base 16) Pro Design Electronic GmbH Albert-Mayer-Straße 14-16 Bruckmuehl Bavaria 83052 DE 00-50-C2 (hex) Smith Meter, Inc. F6E000-F6EFFF (base 16) Smith Meter, Inc. 1602 Wagner Ave. Erie PA 16514 US 00-50-C2 (hex) Moritex Corporation F50000-F50FFF (base 16) Moritex Corporation 9-21-4 saitama city saitama prefecture 3380837 JP 00-50-C2 (hex) Y-cam Solutions Ltd F5E000-F5EFFF (base 16) Y-cam Solutions Ltd Vision House Richmond Surrey TW9 2JN GB 00-50-C2 (hex) DSP DESIGN LTD F5C000-F5CFFF (base 16) DSP DESIGN LTD TAPTON PARK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB 00-50-C2 (hex) Supranet F4B000-F4BFFF (base 16) Supranet Majstorska 5 Zagreb 10000 HR 00-50-C2 (hex) Sentry 360 Security F5A000-F5AFFF (base 16) Sentry 360 Security 1280 Iroquois Ave Naperville IL 60563 US 00-50-C2 (hex) EMAC, Inc. F62000-F62FFF (base 16) EMAC, Inc. 2390 EMAC Way Carbondale IL 62902 US 00-50-C2 (hex) Reason Tecnologia S.A. F46000-F46FFF (base 16) Reason Tecnologia S.A. Rua Delminda Silveira, 855 Florianopolis Santa Catarina 88025-500 BR 00-50-C2 (hex) Monsoon Solutions, Inc. F56000-F56FFF (base 16) Monsoon Solutions, Inc. 2405 140th Ave NE Bellevue WA 98005 US 00-50-C2 (hex) InForce Computing, Inc. F39000-F39FFF (base 16) InForce Computing, Inc. 48860 Milmont Drive, Suite 101C Fremont CA 94538 US 00-50-C2 (hex) Project service S.a.s F3D000-F3DFFF (base 16) Project service S.a.s Via Paderno 31/C Seriate Bergamo 24100 IT 00-50-C2 (hex) Vemco Sp. z o. o. F3C000-F3CFFF (base 16) Vemco Sp. z o. o. ul. Broniewskiego 3 Sopot pomorskie 81-837 US 00-50-C2 (hex) Rosslare Enterprises Limited F37000-F37FFF (base 16) Rosslare Enterprises Limited Flat 912 Wing Fat Industrial Building Kowloon Bay Kowloon HK 00-50-C2 (hex) Ruetz Technologies GmbH F31000-F31FFF (base 16) Ruetz Technologies GmbH Walter Gropius Str. 17 Munich Bayern 80807 US 00-50-C2 (hex) FairyDevices Inc. F41000-F41FFF (base 16) FairyDevices Inc. Entrepreneur Plaza Bldg 5F Bunkyou-ku Tokyo 113-0033 JP 00-50-C2 (hex) Bio Guard component & technologies F2B000-F2BFFF (base 16) Bio Guard component & technologies 4 Ha'harash St. Hod Hasharon 45240 IL 00-50-C2 (hex) Samway Electronic SRL F25000-F25FFF (base 16) Samway Electronic SRL Campia Libertatii 46, ap 33 Bucuresti 030375 RO 00-50-C2 (hex) CT Company F24000-F24FFF (base 16) CT Company Nizhni Krasnoselsky st.,35 Moscow 140070 RU 00-50-C2 (hex) Treehaven Technologies, Inc. F0B000-F0BFFF (base 16) Treehaven Technologies, Inc. 3960 Presidential Pkwy Suite B Powell OH 43065-9033 US 00-50-C2 (hex) ESI Ventures F05000-F05FFF (base 16) ESI Ventures 902 Incentive Drive Fort Wayne Indiana 46825 US 00-50-C2 (hex) ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. F17000-F17FFF (base 16) ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. ABB Industrial Park, Torch Hi-Tech Development Zone. Xiamen Fujian 361006 CN 00-50-C2 (hex) Sascal Displays Ltd F15000-F15FFF (base 16) Sascal Displays Ltd 16 The Metro Centre Hayes London UB4 0LE GB 00-50-C2 (hex) Vitec Multimedia F18000-F18FFF (base 16) Vitec Multimedia 99 rue Pierre Sémard CHATILLON 92320 FR 00-50-C2 (hex) Wheatstone Corporation F09000-F09FFF (base 16) Wheatstone Corporation 600 Industrial Drive New Bern NC 28562 US 00-50-C2 (hex) HCL Technologies EF8000-EF8FFF (base 16) HCL Technologies A5, Sector 24 Noida Uttar Pradesh 201301 IN 00-50-C2 (hex) BELIK S.P.R.L. EDB000-EDBFFF (base 16) BELIK S.P.R.L. Rue du Roussart 147 Waterloo Brabant 1410 BE 00-50-C2 (hex) Joint Stock Company Svyaz Inginiring M EDA000-EDAFFF (base 16) Joint Stock Company Svyaz Inginiring M 42, Varshavskoye Shosse, Moscow region 115230 RU 00-50-C2 (hex) Plasmatronics pty ltd ED9000-ED9FFF (base 16) Plasmatronics pty ltd 75 Newman Street Thornbury Victoria 3071 AU 00-50-C2 (hex) Global Tecnologia LTDA. EBE000-EBEFFF (base 16) Global Tecnologia LTDA. Av. das Araucárias, n.2558 Araucária PR 81530-020 BR 00-50-C2 (hex) Arcontia Technology AB ED1000-ED1FFF (base 16) Arcontia Technology AB Gruvgatan 35A Vastra Frolunda 42130 SE 00-50-C2 (hex) dspnor EB8000-EB8FFF (base 16) dspnor Vaagsgaten 22 Bergen Hordaland 5162 NO 00-50-C2 (hex) TAIWAN HIPLUS CORPORATION ECF000-ECFFFF (base 16) TAIWAN HIPLUS CORPORATION 13F-9 NO.2 CHENG PA RD. ZHONGHE DIST., NEW TAIPEI 23511 TW 00-50-C2 (hex) Otaki Electric Corporation EB2000-EB2FFF (base 16) Otaki Electric Corporation 6-6,Aza-Kamibukuro,Syakanai Ohdate Akita 017-0012 JP 00-50-C2 (hex) AR RF/Microwave Instrumentation EB3000-EB3FFF (base 16) AR RF/Microwave Instrumentation 160 School House Road Souderton PA 18964 US 00-50-C2 (hex) head EA4000-EA4FFF (base 16) head kita-ku tenjinbashi 2-2-25 Osaka-shi Osaka 5300041 JP 00-50-C2 (hex) TEX COMPUTER SRL EA1000-EA1FFF (base 16) TEX COMPUTER SRL VIA MERCADANTE 35 CATTOLICA RIMINI 47841 IT 00-50-C2 (hex) Saia-Burgess Controls AG EA7000-EA7FFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) SPARQ systems E9C000-E9CFFF (base 16) SPARQ systems 166 barrie st kingston ontario k7l3n6 CA 00-50-C2 (hex) MCS MICRONIC Computer Systeme GmbH E79000-E79FFF (base 16) MCS MICRONIC Computer Systeme GmbH Ullsteinstrasse 114, Tower C Berlin 12109 DE 00-50-C2 (hex) SystemAdvanced Co,Ltd E8D000-E8DFFF (base 16) SystemAdvanced Co,Ltd Adachi 1-9-3 Adachi-Ku Tokyo 1200015 JP 00-50-C2 (hex) Epec Oy E8C000-E8CFFF (base 16) Epec Oy P.O. Box 194 Seinäjoki 60101 FI 00-50-C2 (hex) RPA Electronic Solutions, Inc. E8B000-E8BFFF (base 16) RPA Electronic Solutions, Inc. 1285 Chenango St. Binghamton New York 13901 US 00-50-C2 (hex) AEL Microsystems Limited E7D000-E7DFFF (base 16) AEL Microsystems Limited 12 Pixiefield Malvern Worcestershire WR13 5ND GB 00-50-C2 (hex) Swareflex GmbH E7E000-E7EFFF (base 16) Swareflex GmbH Josef-Heiss-Straße 1 Vomp Tyrol 6134 AT 00-50-C2 (hex) Allerta Inc E6D000-E6DFFF (base 16) Allerta Inc 314 Batavia Pl Waterloo ON N2L3W2 CA 00-50-C2 (hex) Power-One Italia S.p.A E6E000-E6EFFF (base 16) Power-One Italia S.p.A Via San Giorgio 642 Terranuova Bracciolini Arezzo 52028 IT 00-50-C2 (hex) Sika Technology AG E6B000-E6BFFF (base 16) Sika Technology AG Tüffenwies 16 Zürich ZH 8048 CH 00-50-C2 (hex) Netmaker E69000-E69FFF (base 16) Netmaker Mega Valley SB111,Gwanyang2,Dongan Anyang Gyeonggi 431-767 KR 00-50-C2 (hex) TTi Ltd E55000-E55FFF (base 16) TTi Ltd Glebe Road Huntingdon Cambridgeshire PE29 7DR GB 00-50-C2 (hex) Arcos Technologies LTD E54000-E54FFF (base 16) Arcos Technologies LTD 26 Hasivim St. Petach-Tikva Israel 49517 IL 00-50-C2 (hex) Prima sistemi E63000-E63FFF (base 16) Prima sistemi Å orlijeva 7 Kranj Gorenjska 4000 SI 00-50-C2 (hex) MCOPIA Co., Ltd E5C000-E5CFFF (base 16) MCOPIA Co., Ltd 4th Floor, Jinhyun Building, Neong-dong, 246-2, Kwangjin-Gu SEOUL 143-849 KR 00-50-C2 (hex) ACS Motion Control Ltd. E73000-E73FFF (base 16) ACS Motion Control Ltd. Ramat Gabriel Industrial Park Migdal Ha'Emek 10500 IL 00-50-C2 (hex) TAIYO SEIKI CO.,LTD. E60000-E60FFF (base 16) TAIYO SEIKI CO.,LTD. 1600 Aza-Shironoshita Asahi Shin Asahi-cho Takashima, Shiga 520-1501 JP 00-50-C2 (hex) Institute For Information Industry E4E000-E4EFFF (base 16) Institute For Information Industry 7F., No.133, Sec. 4, Minsheng E. Rd. Taipei City TW 00-50-C2 (hex) Famas System S.p.A. E52000-E52FFF (base 16) Famas System S.p.A. Via degli artigiani sud, 19 Egna BZ 39044 IT 00-50-C2 (hex) Nanosolution Inc. E3B000-E3BFFF (base 16) Nanosolution Inc. Room 110, Woolim Lions Valley Seongnam-si Gyeonggi-do 462-806 KR 00-50-C2 (hex) Telemetrics Inc. E39000-E39FFF (base 16) Telemetrics Inc. 6 LEIGHTON PL MAHWAH NJ 074303198 US 00-50-C2 (hex) Aesir Copenhagen E38000-E38FFF (base 16) Aesir Copenhagen Elektroniikkatie 10 Oulu 90590 FI 00-50-C2 (hex) Stichting Sunrise E45000-E45FFF (base 16) Stichting Sunrise Daltonstraat 51 DEN Haag Zuid Holland 2561 SR NL 00-50-C2 (hex) Teplovodokhran E28000-E28FFF (base 16) Teplovodokhran Novaya, 51v Ryazan 390027 RU 00-50-C2 (hex) CONTROL SYSTEMS Srl E27000-E27FFF (base 16) CONTROL SYSTEMS Srl Via del Brolo, 14 Cremona CR 26100 IT 00-50-C2 (hex) Goennheimer Elektronic GmbH E30000-E30FFF (base 16) Goennheimer Elektronic GmbH Dr. Julius leber Str. 2 Neustadt 67433 DE 00-50-C2 (hex) Michael Riedel Transformatorenbau GmbH E22000-E22FFF (base 16) Michael Riedel Transformatorenbau GmbH Max-Eyth-Str. 10 Ilshofen BW 74532 DE 00-50-C2 (hex) IHI Scube Co.,Ltd E15000-E15FFF (base 16) IHI Scube Co.,Ltd Takamatsu-cyo 1-100 Tachikawa-shi Tokyo 190-0011 JP 00-50-C2 (hex) Trentino Systems E0F000-E0FFFF (base 16) Trentino Systems Damgade 71 Sonderborg 6400 DK 00-50-C2 (hex) Cinetix s.r.l. E26000-E26FFF (base 16) Cinetix s.r.l. Via LIsbona 1 Padova PD 35127 IT 00-50-C2 (hex) Lo-Q plc E1E000-E1EFFF (base 16) Lo-Q plc Unit 2, The Pavilions Twyford RG10 9NN GB 00-50-C2 (hex) Radinetworks Co., Ltd E10000-E10FFF (base 16) Radinetworks Co., Ltd 7F-5, No.229, Fuhsing 2nd Rd Jubei Hsinchu County 30271 TW 00-50-C2 (hex) Tommotek (WA) Pty Ltd. DF8000-DF8FFF (base 16) Tommotek (WA) Pty Ltd. 72 Achievement Way Wangara Western Australia 6065 AU 00-50-C2 (hex) Ocean Sonics DF2000-DF2FFF (base 16) Ocean Sonics Hill House Great Village Nova Scotia B0M 1L0 CA 00-50-C2 (hex) Leonardo MW Ltd (Land & Naval Defence Electronic) DD8000-DD8FFF (base 16) Leonardo MW Ltd (Land & Naval Defence Electronic) 11300 W 89th St Overland Park 66214 US 00-50-C2 (hex) A&A GENERAL SRL DDD000-DDDFFF (base 16) A&A GENERAL SRL Calea Victoriei 85, bl.1, ap.30 Bucuresti 010066 RO 00-50-C2 (hex) Metraware DD9000-DD9FFF (base 16) Metraware Quartier Cime de Vieres CABRIERES D AIGUES 84240 FR 00-50-C2 (hex) IDC Solutions Pty Ltd DD0000-DD0FFF (base 16) IDC Solutions Pty Ltd Suite 8, 21 Regent Street Sydney NSW 2016 AU 00-50-C2 (hex) Keith & Koep GmbH DC4000-DC4FFF (base 16) Keith & Koep GmbH Uellendahler Str. 199 Wuppertal NRW 42109 DE 00-50-C2 (hex) WITHSYSTEM Co.,Ltd DBE000-DBEFFF (base 16) WITHSYSTEM Co.,Ltd C/603, Digital empire, #980-3 suwon-si gyeonggi-do 443-470 KR 00-50-C2 (hex) Security Services Group (SSG) DC0000-DC0FFF (base 16) Security Services Group (SSG) Unit 12, Taurus Business Park Warrington Cheshire WA5 7ZT GB 00-50-C2 (hex) Esensors, Inc. DBB000-DBBFFF (base 16) Esensors, Inc. 4240 Ridge Lea Road Amherst NY 14226 US 00-50-C2 (hex) Tele Data Control DCA000-DCAFFF (base 16) Tele Data Control Pod Jarovem 2236 Praha 13000 CZ 00-50-C2 (hex) megatec electronic GmbH DA5000-DA5FFF (base 16) megatec electronic GmbH Lehenhammer 14 Etzelwang Bayern 92268 DE 00-50-C2 (hex) GD Mission Systems DA3000-DA3FFF (base 16) GD Mission Systems 8220 E. Roosevelt St. Scottsdale AZ 85257 US 00-50-C2 (hex) Manitowoc Ice DA6000-DA6FFF (base 16) Manitowoc Ice 2110 South 26th Street Manitowoc Wisconsin 54220 US 00-50-C2 (hex) IMAGO Technologies GmbH DB0000-DB0FFF (base 16) IMAGO Technologies GmbH Strassheimer Strasse 45 Friedberg Hessen D-61169 DE 00-50-C2 (hex) Precision Remotes DA0000-DA0FFF (base 16) Precision Remotes 860 Harbour Way South, Suite A Richmond CA 94804 US 00-50-C2 (hex) BitWise Controls D9F000-D9FFFF (base 16) BitWise Controls 98 Inverness Dr East Englewood CO 80112 US 00-50-C2 (hex) Rong Shun Xuan Corp. D98000-D98FFF (base 16) Rong Shun Xuan Corp. 1F, No. 5, Aly. 1, Ln 297, Ancing St., Sanchong City, Taipei 24162 TW 00-50-C2 (hex) LAUDA DR. R. WOBSER GMBH & CO. KG DB3000-DB3FFF (base 16) LAUDA DR. R. WOBSER GMBH & CO. KG Pfarrstraße 41/43 Lauda-Koenigshofen Baden-Württemberg 97922 DE 00-50-C2 (hex) Capton DA7000-DA7FFF (base 16) Capton 3001 Bridgeway Sausalito CA 94965 US 00-50-C2 (hex) Electrolight Shivuk (1994) Ltd. D87000-D87FFF (base 16) Electrolight Shivuk (1994) Ltd. P.O BOX 258, Moshav Bazra 60944 Moshav Bazra 60944 IL 00-50-C2 (hex) Software Effect Enterprises, Inc D94000-D94FFF (base 16) Software Effect Enterprises, Inc PO Box 1514 Newnan GA 30264 US 00-50-C2 (hex) Dumps Electronic D90000-D90FFF (base 16) Dumps Electronic Passauer Straße 45 Röhrnbach 94133 DE 00-50-C2 (hex) Manz D92000-D92FFF (base 16) Manz 21D Yagia Kapayim St. Petach-Tikva 49130 IL 00-50-C2 (hex) LSD Science&Technology Co.,Ltd. D8E000-D8EFFF (base 16) LSD Science&Technology Co.,Ltd. Lierda Building,No.425 Dengyun Road Hangzhou Zhejiang 310011 CN 00-50-C2 (hex) CS-Instruments D8D000-D8DFFF (base 16) CS-Instruments Zindelsteiner Straße 15 VS-Tannheim Baden-Württemberg 78052 DE 00-50-C2 (hex) LYNX Technik AG D7E000-D7EFFF (base 16) LYNX Technik AG Brunnenweg 3 Weiterstadt Hessen 64331 DE 00-50-C2 (hex) Microcubs Systems Pvt Ltd D7C000-D7CFFF (base 16) Microcubs Systems Pvt Ltd S.no.25/4/5, Vijaya Chembers, PUNE Maharastra 411051 US 00-50-C2 (hex) HiSpeed Data, Inc. D68000-D68FFF (base 16) HiSpeed Data, Inc. 4 Dakota Trail Branchburg NJ 08876 US 00-50-C2 (hex) BUANCO SYSTEM A/S D59000-D59FFF (base 16) BUANCO SYSTEM A/S Agerhatten 25 Odense SØ 5220 DK 00-50-C2 (hex) EMAC, Inc. D62000-D62FFF (base 16) EMAC, Inc. 2390 EMAC Way Carbondale IL 62902 US 00-50-C2 (hex) DATAREGIS S.A. D63000-D63FFF (base 16) DATAREGIS S.A. Rua Dom Aguirre, 190 São Paulo SP 04671-245 BR 00-50-C2 (hex) Ibetor S.L. D5C000-D5CFFF (base 16) Ibetor S.L. Belgrado, 26. Las Rozas Madrid 28232 ES 00-50-C2 (hex) Telemerkki Oy D53000-D53FFF (base 16) Telemerkki Oy Raturinkuja 10-12 Jokela Tuusula 05400 FI 00-50-C2 (hex) EMAC, Inc. D71000-D71FFF (base 16) EMAC, Inc. 2390 EMAC Way Carbondale IL 62902 US 00-50-C2 (hex) SECOM GmbH D4F000-D4FFFF (base 16) SECOM GmbH Saseler Bogen 4a Hamburg 22393 DE 00-50-C2 (hex) Cadi Scientific Pte Ltd D2D000-D2DFFF (base 16) Cadi Scientific Pte Ltd 31 Ubi Road 1 Aztech Building Singapore 408694 SG 00-50-C2 (hex) DALOG Diagnosesysteme GmbH D4C000-D4CFFF (base 16) DALOG Diagnosesysteme GmbH Siemensstrasse 2a Neusaess Bavaria 86356 DE 00-50-C2 (hex) GAON TECH corp. D34000-D34FFF (base 16) GAON TECH corp. #509, 199 Tekeuno2(i)-ro, Yuseong-gu Daejeon Yuseong-gu 305-500 KR 00-50-C2 (hex) Peekel Instruments B.V. D03000-D03FFF (base 16) Peekel Instruments B.V. Industrieweg 161 Rotterdam ZH 3044 AS NL 00-50-C2 (hex) SURVALENT TECHNOLOGY CORP D02000-D02FFF (base 16) SURVALENT TECHNOLOGY CORP 2600 ARGENTIA ROAD MISSISSAUGA ONTARIO L5N 5V4 CA 00-50-C2 (hex) Fr.Sauter AG D27000-D27FFF (base 16) Fr.Sauter AG Im Surinam 55 Basel BS CH4016 CH 00-50-C2 (hex) RCH GROUP D26000-D26FFF (base 16) RCH GROUP VIA CENDON, 39 SILEA TREVISO 31057 IT 00-50-C2 (hex) Recon Dynamics, LLC D1C000-D1CFFF (base 16) Recon Dynamics, LLC 2300 Carillon Point Kirkland WA 98033 US 00-50-C2 (hex) SAET I.S. D14000-D14FFF (base 16) SAET I.S. Via Leinì 1/b San maurizio Canavese TO 10077 IT 00-50-C2 (hex) Rosslare Enterprises Ltd. D10000-D10FFF (base 16) Rosslare Enterprises Ltd. Flat 912 Wing Fat Industrial Building Kowloon Bay Kowloon 00000 HK 00-50-C2 (hex) Tokyo Weld Co.,Ltd. D12000-D12FFF (base 16) Tokyo Weld Co.,Ltd. 2-28-1, Kitamagome Ota-ku Tokyo 143-0021 JP 00-50-C2 (hex) Saia-Burgess Controls AG D0F000-D0FFFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) CODACO ELECTRONIC s.r.o. D0B000-D0BFFF (base 16) CODACO ELECTRONIC s.r.o. Hemy 825 Valasske Mezirici 75701 CZ 00-50-C2 (hex) Airpoint Co., Ltd. D0A000-D0AFFF (base 16) Airpoint Co., Ltd. 3rd fl. KDB Bldg. 946 unsan-dong Daejeon 302-120 KR 00-50-C2 (hex) 7+ Kft D20000-D20FFF (base 16) 7+ Kft Homorod 17 Budapest 1118 HU 00-50-C2 (hex) APLICA TECHNOLOGIES CE6000-CE6FFF (base 16) APLICA TECHNOLOGIES 10 HALAPID PETECH- TIKVA 49170 IL 00-50-C2 (hex) Echola Systems CE7000-CE7FFF (base 16) Echola Systems 1971 Wayne Cir San Jose CA 95131 US 00-50-C2 (hex) AIRFOLC,INC. CFD000-CFDFFF (base 16) AIRFOLC,INC. 4F CHOYO-BLDG.,225 SANMONJI-CHO KYOTO 604-8135 JP 00-50-C2 (hex) Armour Home Electronics LTD CF7000-CF7FFF (base 16) Armour Home Electronics LTD Unit B3 Kingswey Business Park Woking Surrey GU21 5SA GB 00-50-C2 (hex) Epec Oy CF6000-CF6FFF (base 16) Epec Oy P.L. Box 194 Seinäjoki 60101 FI 00-50-C2 (hex) Private CE9000-CE9FFF (base 16) Private 00-50-C2 (hex) SCHRAML GmbH CD4000-CD4FFF (base 16) SCHRAML GmbH Herxheimer Str. 7 Vagen Bavaria 83620 DE 00-50-C2 (hex) Arcos Technologies Ltd. CD5000-CD5FFF (base 16) Arcos Technologies Ltd. 26 Hasivim St. Petach-Tikva 49517 IL 00-50-C2 (hex) SANMINA SHENZHEN CCA000-CCAFFF (base 16) SANMINA SHENZHEN 1 NAN LING ROAD SHENZHEN 518125 CN 00-50-C2 (hex) ConectaIP Tecnologia S.L. CC2000-CC2FFF (base 16) ConectaIP Tecnologia S.L. Novell 58 Barcelona 08014 ES 00-50-C2 (hex) RUTTER INC CDB000-CDBFFF (base 16) RUTTER INC 63 THORBURN ROAD ST. JOHN'S NEWFOUNDLAND A1B 3M2 CA 00-50-C2 (hex) taskit GmbH CDA000-CDAFFF (base 16) taskit GmbH Seelenbinderstrasse 33 Berlin 12555 DE 00-50-C2 (hex) ZK Celltest Inc CB1000-CB1FFF (base 16) ZK Celltest Inc 256 Gibraltar Drive Sunnyvale CA 94089 US 00-50-C2 (hex) Fr. Sauter AG CAF000-CAFFFF (base 16) Fr. Sauter AG Im Surinam 55 Basel BS CH 4016 CH 00-50-C2 (hex) MSTRONIC CO., LTD. C97000-C97FFF (base 16) MSTRONIC CO., LTD. 2F, No#12 Gongshang Rd. Taipei County 248 TW 00-50-C2 (hex) Sm electronic co. C9B000-C9BFFF (base 16) Sm electronic co. 338-2, Gwangpyeong-dong, Gumi-si Gyeongsangbuk-do, 730-080 KR 00-50-C2 (hex) SAE IT-systems GmbH & Co. KG CAB000-CABFFF (base 16) SAE IT-systems GmbH & Co. KG Im Gewerbegebiet Pesch 14 Köln NRW 50767 DE 00-50-C2 (hex) Intelligent Devices CA9000-CA9FFF (base 16) Intelligent Devices 300 Redland Ct. Owings Mills MD 21117 US 00-50-C2 (hex) ISIS ENGINEERING, S.A. C94000-C94FFF (base 16) ISIS ENGINEERING, S.A. C/ JOSE JESUS GARCIA DIAZ, 2 SEVILLA 41020 ES 00-50-C2 (hex) Media Technologies Ltd. C91000-C91FFF (base 16) Media Technologies Ltd. 361 Mill Road Colchester Essex CO4 5GG GB 00-50-C2 (hex) Rovsing A/S C75000-C75FFF (base 16) Rovsing A/S Dyregaardsvej 2 Skovlunde Copenhagen 2740 DK 00-50-C2 (hex) Deansoft CO., Ltd. C6D000-C6DFFF (base 16) Deansoft CO., Ltd. 3f,No.25,Alley 15, Lane 120, Neihu Rd., Taipei 11493 TW 00-50-C2 (hex) ELECTRONICA KELD C6A000-C6AFFF (base 16) ELECTRONICA KELD C/Lentisco 15 LA CARTUJA BAJA ZARAGOZA 50720 ES 00-50-C2 (hex) MSB Elektronik und Geraetebau GmbH C6F000-C6FFFF (base 16) MSB Elektronik und Geraetebau GmbH Hofwiesenstr. 23 Crailsheim BaWue 74564 DE 00-50-C2 (hex) Sequoia Technology Group Ltd C71000-C71FFF (base 16) Sequoia Technology Group Ltd Tekelec House Reading Berkshire RG7 1PW GB 00-50-C2 (hex) Pal Software Service Co.,Ltd. C64000-C64FFF (base 16) Pal Software Service Co.,Ltd. 2ND TSUKUNA BULD. 3-10-31 AMAYAMA MATSUYAMA EHIME 7900951 JP 00-50-C2 (hex) Icon Time Systems C5F000-C5FFFF (base 16) Icon Time Systems 15201 NW Greenbrier Parkway Beaverton OR 97006 US 00-50-C2 (hex) Creative Micro Design C89000-C89FFF (base 16) Creative Micro Design 645B Dawson drive Newark DE 19713 US 00-50-C2 (hex) Gronic Systems GmbH C83000-C83FFF (base 16) Gronic Systems GmbH Hilpertswiese 7 Birstein 63633 DE 00-50-C2 (hex) Peek Traffic Corporation C85000-C85FFF (base 16) Peek Traffic Corporation 2906 Corporate Way Palmetto Florida 34221 US 00-50-C2 (hex) DOMIS C84000-C84FFF (base 16) DOMIS 10 avenue Jean Moulin RUMILLY 74150 FR 00-50-C2 (hex) MICRO TECHNICA C5B000-C5BFFF (base 16) MICRO TECHNICA 5-12-1 Tsurugasima SAITAMA 350-2211 JP 00-50-C2 (hex) Cytek Media Systems, INC. C48000-C48FFF (base 16) Cytek Media Systems, INC. 126 NW Jackson Topeka KS 66603 US 00-50-C2 (hex) ANXeBusiness Corporation C3F000-C3FFFF (base 16) ANXeBusiness Corporation 4106 Reas Lane New Albany IN 47150 US 00-50-C2 (hex) Linuxstamp Designs, LLC C18000-C18FFF (base 16) Linuxstamp Designs, LLC 3807 S Jewel Dr Flagstaff AZ 86001 US 00-50-C2 (hex) ELREHA GmbH C28000-C28FFF (base 16) ELREHA GmbH Schwetzinger Straße 104 Hockenheim Baden-Württemberg 68766 DE 00-50-C2 (hex) Saia-Burgess Controls AG BF2000-BF2FFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) Private BEE000-BEEFFF (base 16) Private 00-50-C2 (hex) NOLAM EMBEDDED SYSTEMS BF6000-BF6FFF (base 16) NOLAM EMBEDDED SYSTEMS 8 Rue d'estienne d'orves CRETEIL 94000 FR 00-50-C2 (hex) Phytec Messtechnik GmbH BF7000-BF7FFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) Monarch Innovative Technologies Pvt Ltd BF4000-BF4FFF (base 16) Monarch Innovative Technologies Pvt Ltd Monarch House, Master Mind II, Mumbai Maharashtra 400065 IN 00-50-C2 (hex) Daeyoung inc. BEA000-BEAFFF (base 16) Daeyoung inc. 596-1, Baegun-dong, Nam-gu Gwang-Ju 503-300 KR 00-50-C2 (hex) Phaedrus Limited BE0000-BE0FFF (base 16) Phaedrus Limited 5 Marsh House Mill Darwen Lancashire BB3 3JJ GB 00-50-C2 (hex) Convergent Bioscience Ltd. BE2000-BE2FFF (base 16) Convergent Bioscience Ltd. 27 Coronet Road Toronto ON M8Z 2L8 CA 00-50-C2 (hex) Evo-Teh d.o.o. BDE000-BDEFFF (base 16) Evo-Teh d.o.o. Mariborska cesta 3 Dravograd Slovenija SI2370 SI 00-50-C2 (hex) Volumatic Limited. C03000-C03FFF (base 16) Volumatic Limited. Taurus House Coventry West Midlands CV6 5PY GB 00-50-C2 (hex) SS Systems LLC BDC000-BDCFFF (base 16) SS Systems LLC 104 Kurtner Ct Morrisville NC 27560 US 00-50-C2 (hex) SLAT BD7000-BD7FFF (base 16) SLAT 11 Rue Jean-Elysée DUPUY Champagne au Mont d'Or Rhône 69543 FR 00-50-C2 (hex) Docobo Ltd BE6000-BE6FFF (base 16) Docobo Ltd The Old Granary Bookham Surrey KT23 4AA GB 00-50-C2 (hex) ITS Telecom BBD000-BBDFFF (base 16) ITS Telecom 29 Hametzuda st. Azur 58001 IL 00-50-C2 (hex) Epiko, elektronski sistemi d.o.o. BCF000-BCFFFF (base 16) Epiko, elektronski sistemi d.o.o. Izanska cesta 146a Ljubljana Slovenija 1108 SI 00-50-C2 (hex) AGWTech Ltd BC8000-BC8FFF (base 16) AGWTech Ltd 22 Nederdale Close Yarm Stockton-on-Tees TS15 9UE GB 00-50-C2 (hex) EDC wifi BD0000-BD0FFF (base 16) EDC wifi Bao An Nan Lu ShenZhen GuangDong 518001 CN 00-50-C2 (hex) Phytec Messtechnik GmbH BBF000-BBFFFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) EMAC, Inc. B87000-B87FFF (base 16) EMAC, Inc. 2390 EMAC Way Carbondale IL 62902 US 00-50-C2 (hex) Innovate Software Solutions Pvt Ltd B84000-B84FFF (base 16) Innovate Software Solutions Pvt Ltd #333 ,18th G Main Road,6th Block Bangalore Karnataka 560095 IN 00-50-C2 (hex) Telventy Energia S.A. B9B000-B9BFFF (base 16) Telventy Energia S.A. Valgrande, 6 Alcobendas Madrid 28108 ES 00-50-C2 (hex) MicroPoise B8A000-B8AFFF (base 16) MicroPoise 1624 Englewood Ave Akron Ohio 44305 US 00-50-C2 (hex) ENTEC Electric & Electronic Co., LTD. B89000-B89FFF (base 16) ENTEC Electric & Electronic Co., LTD. 78-2 Buncheon-ri, Bongdam-eup Hwaseong-city Gyungki-do 445-894 KR 00-50-C2 (hex) Transtechnik GmbH & Co.KG BA1000-BA1FFF (base 16) Transtechnik GmbH & Co.KG Ohmstraße 1 Holzkirchen Bavaria 83607 DE 00-50-C2 (hex) Logical Tools s.r.l. BA2000-BA2FFF (base 16) Logical Tools s.r.l. Via di Giorgio Scalia, 46 Rome 00136 IT 00-50-C2 (hex) NAONWORKS Co., Ltd B90000-B90FFF (base 16) NAONWORKS Co., Ltd Rm710, Byucksan Digitalvalley 3, Seoul 152-775 KR 00-50-C2 (hex) Tritech International Ltd B94000-B94FFF (base 16) Tritech International Ltd Morecambe Road Ulverston Cumbria LA12 0BH GB 00-50-C2 (hex) Gentec B8F000-B8FFFF (base 16) Gentec 2625 Dalton Quebec G1P 3S9 CA 00-50-C2 (hex) Prediktor AS BAD000-BADFFF (base 16) Prediktor AS Habornveien 48B Gamle Fredrikstad . 1630 NO 00-50-C2 (hex) iDeal Teknoloji Bilisim Cozumleri A.S. BAB000-BABFFF (base 16) iDeal Teknoloji Bilisim Cozumleri A.S. Cumhuriyet Cad. Yeni Parseller Sok. B Blok Giris Kat KAVACIK ISTANBUL 34805 TR 00-50-C2 (hex) NARETRENDS B7E000-B7EFFF (base 16) NARETRENDS #406, Hyunhaetop B/D, 1144-4 BUCHEON GYEONGGI-DO 420-852 KR 00-50-C2 (hex) FEW Bauer GmbH B64000-B64FFF (base 16) FEW Bauer GmbH Silvanastr. 3 Muenchen Bayern D-81927 DE 00-50-C2 (hex) Peek Traffic Corporation B65000-B65FFF (base 16) Peek Traffic Corporation 2906 Corporate Way Palmetto Florida 34221 US 00-50-C2 (hex) Sound Metrics Corp B6D000-B6DFFF (base 16) Sound Metrics Corp 15029 Bothell Way NE Lake Forest Park WA 98155 US 00-50-C2 (hex) SLICAN sp. z o.o. B59000-B59FFF (base 16) SLICAN sp. z o.o. ul.M.Konopnickiej 18 Bydgoszcz Kujawsko-Pomorskie 85-124 PL 00-50-C2 (hex) Phytec Messtechnik GmbH B57000-B57FFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) Efftronics Systems (P) Ltd B45000-B45FFF (base 16) Efftronics Systems (P) Ltd 40-15-9 Vijayawada Andhra Pradesh 520010 IN 00-50-C2 (hex) Tecnint HTE SRL B40000-B40FFF (base 16) Tecnint HTE SRL Via della Tecnica 16/18 Osnago Lecco 23875 IT 00-50-C2 (hex) SANYO ELECTRONIC INDUSTRIES CO.,LTD B55000-B55FFF (base 16) SANYO ELECTRONIC INDUSTRIES CO.,LTD Nagaoka4-73,Nakaku Okayama 703-8221 JP 00-50-C2 (hex) AMS B3D000-B3DFFF (base 16) AMS 2-4-3,Kikawahigashi,Yodogawaku Osaka City 532-0012 JP 00-50-C2 (hex) Teledyne Defence Limited B24000-B24FFF (base 16) Teledyne Defence Limited Airedale House, Acorn Park Shipley West Yorkshire BD17 7SW GB 00-50-C2 (hex) Phytron-Elektronik GmbH B21000-B21FFF (base 16) Phytron-Elektronik GmbH Industriestraße 12 Gröbenzell Bavaria 82194 DE 00-50-C2 (hex) FarSite Communications Limited B22000-B22FFF (base 16) FarSite Communications Limited Tempus Business Centre Basingstoke Hampshire RG21 6XG GB 00-50-C2 (hex) CM Elektronik GmbH B12000-B12FFF (base 16) CM Elektronik GmbH Im Kleinfeldele 17 Riegel a.K. Baden-Württemberg 79359 DE 00-50-C2 (hex) ATEME B27000-B27FFF (base 16) ATEME 26 BUROSPACE BIEVRES CEDEX 91573 FR 00-50-C2 (hex) IntelliVision Technologies, Corp B2F000-B2FFFF (base 16) IntelliVision Technologies, Corp 5225 Hellyer Ave, Suite 200 San Jose CA 95138 US 00-50-C2 (hex) CRDE B36000-B36FFF (base 16) CRDE ZI DES GRANDS CAMPS MERCUES LOT 46090 FR 00-50-C2 (hex) Indutherm Giesstechnologie GmbH B0A000-B0AFFF (base 16) Indutherm Giesstechnologie GmbH Brettener Straße 32 Walzbachtal Baden-Württemberg 75045 DE 00-50-C2 (hex) Marine Entertainment Systems Ltd B10000-B10FFF (base 16) Marine Entertainment Systems Ltd LSC House Orpington Kent BR5 3QY GB 00-50-C2 (hex) HomeScenario, Inc. AFD000-AFDFFF (base 16) HomeScenario, Inc. 5F No. 9 Sec. 2 Ho-Ping W. Rd. Taipei 100 TW 00-50-C2 (hex) Absolute Fire Solutions Inc. AFA000-AFAFFF (base 16) Absolute Fire Solutions Inc. 1338 - 36 Ave NE Calgary Alberta T2E 6T6 CA 00-50-C2 (hex) MASTER CO LTD B02000-B02FFF (base 16) MASTER CO LTD 42-20, Palyong-Dong Changwon-City Gyeongnam 641-847 KR 00-50-C2 (hex) EMBEDIA AEA000-AEAFFF (base 16) EMBEDIA 11 Avenue Albert EINSTEIN VILLEURBANNE 69100 FR 00-50-C2 (hex) UMLogics Corporation AEB000-AEBFFF (base 16) UMLogics Corporation EXPOTEL 924, 381 Manyeon-dong, Seo-gu Daejeon 302-150 KR 00-50-C2 (hex) ABS Gesellschaft f. Automatisierung, Bildverarbeitung und Software mbH AE5000-AE5FFF (base 16) ABS Gesellschaft f. Automatisierung, Bildverarbeitung und Software mbH Erlanger Allee 103 Jena Thueringen 07747 DE 00-50-C2 (hex) Power Medical Interventions AE2000-AE2FFF (base 16) Power Medical Interventions 2021 Cabot Blvd. West Langhorne PA 19047 US 00-50-C2 (hex) EVERCARE AE1000-AE1FFF (base 16) EVERCARE 4fl., 620-1 Shinsa-dong Seoul 135-890 KR 00-50-C2 (hex) Mighty Lube Systematic Lubrication, Inc. AD5000-AD5FFF (base 16) Mighty Lube Systematic Lubrication, Inc. 9569 West 40th Street Fremont MI 49412 US 00-50-C2 (hex) Palomar Products, Inc. AF3000-AF3FFF (base 16) Palomar Products, Inc. 23042 Arroyo Vista Rancho Santa Margarita California 92688 US 00-50-C2 (hex) Essepie Srl ADA000-ADAFFF (base 16) Essepie Srl Via Artigianato,5 DALMINE BERGAMO 24044 IT 00-50-C2 (hex) Nexans Cabling Solutions AA8000-AA8FFF (base 16) Nexans Cabling Solutions Alsembergsesteenweg 2 B3 Buizingen 1501 BE 00-50-C2 (hex) Update Systems Inc. AAD000-AADFFF (base 16) Update Systems Inc. 10545 Baur Blvd. Saint Louis MO 63132 US 00-50-C2 (hex) Palladio Systeme GmbH AC8000-AC8FFF (base 16) Palladio Systeme GmbH Thalkirchner Str. 76 80337 BY 80337 DE 00-50-C2 (hex) Volantic AB ABB000-ABBFFF (base 16) Volantic AB Gymnasievagen 16 Skelleftea Vasterbotten 931 53 SE 00-50-C2 (hex) Ceron Tech Co.,LTD A91000-A91FFF (base 16) Ceron Tech Co.,LTD #809-1, Kranz Techno, 5442-1, Seongnam-si 462-819 KR 00-50-C2 (hex) S.two Corporation A90000-A90FFF (base 16) S.two Corporation 9475 Double R Blvd. Reno NV 89521 US 00-50-C2 (hex) ELPA sas AA2000-AA2FFF (base 16) ELPA sas via Rocciamelone 3 Caprie TO 10040 IT 00-50-C2 (hex) ELREM ELECTRONIC AG AA1000-AA1FFF (base 16) ELREM ELECTRONIC AG Unterstrasse 35 Herzogenbuchsee Bern 3360 CH 00-50-C2 (hex) Redwire, LLC A8C000-A8CFFF (base 16) Redwire, LLC 8 Thorndike St Everett MA 02149 US 00-50-C2 (hex) Bassett Electronic Systems ltd AA6000-AA6FFF (base 16) Bassett Electronic Systems ltd Unit 24 Whitehill Ind Park Wootton Bassett Wiltshire SN4 7DB GB 00-50-C2 (hex) Littlemore Scientific A87000-A87FFF (base 16) Littlemore Scientific Gutchpool Farm Gillingham Dorset SP8 5QP GB 00-50-C2 (hex) S-SYS A88000-A88FFF (base 16) S-SYS Dijkstraat 8 Ham Limburg 3945 BE 00-50-C2 (hex) CA Traffic Ltd A89000-A89FFF (base 16) CA Traffic Ltd Griffin Lane Aylesbury Buckinghamshire HP198BP GB 00-50-C2 (hex) Flexible Picture Systems AAA000-AAAFFF (base 16) Flexible Picture Systems 174 West Beaver Creek Road Richmond Hill Ontario L4B 1B4 CA 00-50-C2 (hex) EPL A58000-A58FFF (base 16) EPL 4 IMPASSE DES SAULES FAREMOUTIERS SEINE ET MARNE 77515 FR 00-50-C2 (hex) GSP Sprachtechnologie GmbH A59000-A59FFF (base 16) GSP Sprachtechnologie GmbH Teltowkanalstr. 1 Berlin 12247 DE 00-50-C2 (hex) Diamond Point International (Europe) Ltd A54000-A54FFF (base 16) Diamond Point International (Europe) Ltd 13 Ashford House, Beaufort Court Rochester Kent ME2 4FA GB 00-50-C2 (hex) Quality & Design A53000-A53FFF (base 16) Quality & Design Bergweg 32 Rhenen 3911 VB NL 00-50-C2 (hex) KYOEI ENGINEERING Co.,Ltd. A73000-A73FFF (base 16) KYOEI ENGINEERING Co.,Ltd. 1-3-35 ATSUBETSU HIGASHI 5 JYO SAPPORO-SHI HOKKAIDO 004-0005 JP 00-50-C2 (hex) MECC CO., LTD. A5D000-A5DFFF (base 16) MECC CO., LTD. 196-1 FUKUDO OGORI-SHI FUKUOKA 838-0137 JP 00-50-C2 (hex) Pneu-Logic Corporation A7C000-A7CFFF (base 16) Pneu-Logic Corporation 6650 SW Redwood Lane Portland OR 97224 US 00-50-C2 (hex) Infocrossing A6A000-A6AFFF (base 16) Infocrossing 11800 Ridge Parkway Broomfield CO 80021 US 00-50-C2 (hex) Fuji Firmware A33000-A33FFF (base 16) Fuji Firmware 535-211 Nakayamacyou-Nishi Nara-City Nara-Prefecture 631-0013 JP 00-50-C2 (hex) Coolit Systems, Inc. A31000-A31FFF (base 16) Coolit Systems, Inc. 3920 - 29th St. N.E. Calgary AB T1Y6B6 CA 00-50-C2 (hex) DragonFly Scientific LLC A2F000-A2FFFF (base 16) DragonFly Scientific LLC RR2 Box 467A Harveys Lake PA 18618 US 00-50-C2 (hex) Custom Control Concepts A2A000-A2AFFF (base 16) Custom Control Concepts 6020 S 190th St Kent WA 98032 US 00-50-C2 (hex) Meiryo Denshi Corp. A41000-A41FFF (base 16) Meiryo Denshi Corp. 38-23 higashi maeda Nishin City Aichi 470-0124 JP 00-50-C2 (hex) Icon Time Systems A19000-A19FFF (base 16) Icon Time Systems 15201 NW Greenbrier Parkway #A1 Beaverton OR 97006 US 00-50-C2 (hex) IPcontrols GmbH A3B000-A3BFFF (base 16) IPcontrols GmbH Neue Kasseler Str. 50 Marburg 35039 DE 00-50-C2 (hex) VasoNova, Inc. A4C000-A4CFFF (base 16) VasoNova, Inc. 1368 Bordeaux Drive Sunnyvale CA 94089 US 00-50-C2 (hex) IDEAS s.r.l. 9F1000-9F1FFF (base 16) IDEAS s.r.l. Via XXV Aprile 9/A Cassina de pecchi Milan 20060 IT 00-50-C2 (hex) Ciemme Sistemi Spa 9E9000-9E9FFF (base 16) Ciemme Sistemi Spa Viale Ariosto, 492/A Sesto Fiorentino (FIRENZE) 50019 IT 00-50-C2 (hex) Picell B.V. 9ED000-9EDFFF (base 16) Picell B.V. Liede 35 Rotterdam 3068GP NL 00-50-C2 (hex) Baudisch Electronic GmbH A16000-A16FFF (base 16) Baudisch Electronic GmbH Im Gewerbegebiet 7-9 Wäschenbeuren Baden-Württemberg 73116 DE 00-50-C2 (hex) LabJack Corporation A08000-A08FFF (base 16) LabJack Corporation 3232 S Vance St STE 100 Lakewood CO 80227 US 00-50-C2 (hex) TP Radio A04000-A04FFF (base 16) TP Radio Agenavej 37 Greve . 2670 DK 00-50-C2 (hex) Halliburton Far East Pte Ltd 9E5000-9E5FFF (base 16) Halliburton Far East Pte Ltd 315 Jalan Ahmad Ibrahim 639940 SG 00-50-C2 (hex) Enreduce Energy Control AB 9E1000-9E1FFF (base 16) Enreduce Energy Control AB Box 459 UPPSALA 751 06 SE 00-50-C2 (hex) ISA - Intelligent Sensing Anywhere, S.A. 9B9000-9B9FFF (base 16) ISA - Intelligent Sensing Anywhere, S.A. Estádio Cidade de Coimbra Coimbra 3030-320 PT 00-50-C2 (hex) Hirotech, Inc 9CC000-9CCFFF (base 16) Hirotech, Inc Shinyokohama I.O Bldg. #602, 1-3-10, Shinyokohama, Kohoku-ku Yokohama City Kanagawa 222-0033 JP 00-50-C2 (hex) Protronic GmbH 9C6000-9C6FFF (base 16) Protronic GmbH Am Schwarzwasser 2b Bennewitz Sachsen 04828 DE 00-50-C2 (hex) St. Michael Strategies 9B7000-9B7FFF (base 16) St. Michael Strategies 701 Salaberry Chambly Quebec J3L 1R2 CA 00-50-C2 (hex) EUKREA ELECTROMATIQUE SARL 9B4000-9B4FFF (base 16) EUKREA ELECTROMATIQUE SARL 74 AVENUE JEAN JAURES PESSAC GIRONDE 33600 FR 00-50-C2 (hex) DOMIS SA 9A8000-9A8FFF (base 16) DOMIS SA 10 AV jean Moulin RUMILLY 74150 FR 00-50-C2 (hex) Phytec Messtechnik GmbH 998000-998FFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) IDT Sound Processing Corporation 992000-992FFF (base 16) IDT Sound Processing Corporation 917 chemin Pierre Drevet CALUIRE Rhone 69300 FR 00-50-C2 (hex) Mecos AG 98D000-98DFFF (base 16) Mecos AG Industriestrasse 26 Winterthur 8404 CH 00-50-C2 (hex) MEV Limited 98A000-98AFFF (base 16) MEV Limited Unit 8, Baxall Business Centre STOCKPORT Cheshire SK3 8LF GB 00-50-C2 (hex) SMARTQUANTUM SA 97B000-97BFFF (base 16) SMARTQUANTUM SA 4 rue Louis de Broglie Lannion 22300 FR 00-50-C2 (hex) Tsuji Electronics Co.,Ltd 970000-970FFF (base 16) Tsuji Electronics Co.,Ltd 3739 Kandatsu-machi Tsuchiura-city Ibafaki Pref. 3000013 JP 00-50-C2 (hex) Pantel International 988000-988FFF (base 16) Pantel International 125 Joseph Zatzma Drive Dartmouth Nova Scotia B3B1W1 US 00-50-C2 (hex) Creacon Technologies B.V. 97C000-97CFFF (base 16) Creacon Technologies B.V. Cornelis Houtmanstraat 26 Emmen 7825 VG NL 00-50-C2 (hex) PCM Industries 966000-966FFF (base 16) PCM Industries 46 Shaggy Mt. Drive Herriman Utah 84096 US 00-50-C2 (hex) Bogart Engineering 983000-983FFF (base 16) Bogart Engineering 19020 Two Bar Road Boulder Creek CA 95006 US 00-50-C2 (hex) TechnoAP 95A000-95AFFF (base 16) TechnoAP Takaba 2247-4 Hitachinaka Ibaraki 312-0062 JP 00-50-C2 (hex) Piller engineering Ltd. 94B000-94BFFF (base 16) Piller engineering Ltd. Stauffenbergstraße 15 Ostfildern Baden-Württemberg 73760 DE 00-50-C2 (hex) TruMedia Measurement Ltd. 94A000-94AFFF (base 16) TruMedia Measurement Ltd. 7 Leshem St., Kiriat-Matalon Petah-Tikva 4951768 IL 00-50-C2 (hex) full electronic system 95D000-95DFFF (base 16) full electronic system parc des ruires eybens 38320 FR 00-50-C2 (hex) MEGWARE Computer GmbH 946000-946FFF (base 16) MEGWARE Computer GmbH Nordstrasse 19 Chemnitz-Roehrsdorf Sachsen 09247 DE 00-50-C2 (hex) Wireonair A/S 944000-944FFF (base 16) Wireonair A/S Skudehavnsvej 17 Copenhagen 2100 DK 00-50-C2 (hex) Korea Telecom Internet Solutions (KTIS) 931000-931FFF (base 16) Korea Telecom Internet Solutions (KTIS) Room 208, Lotte Gold Rose Tower II, 890-59, Seoul 135-280 KR 00-50-C2 (hex) Xilar Corp. 934000-934FFF (base 16) Xilar Corp. 2160 South M-15 Hwy. Ortonville MI 48462 US 00-50-C2 (hex) SMAVIS Inc. 932000-932FFF (base 16) SMAVIS Inc. 914 JEI Platz, 459-11 Gasan-dong, Seoul 153-803 KR 00-50-C2 (hex) Margaritis Engineering 936000-936FFF (base 16) Margaritis Engineering 370 Verano Drive Los Altos CA 94022 US 00-50-C2 (hex) Flight Deck Resources 929000-929FFF (base 16) Flight Deck Resources 16 Technology Drive Irvine California 92618 US 00-50-C2 (hex) Goanna Technologies Pty Ltd 92E000-92EFFF (base 16) Goanna Technologies Pty Ltd 204 / 396 Scarborough Beach Rd Osborne Park WA 6017 AU 00-50-C2 (hex) Cross Country Systems AB 8FE000-8FEFFF (base 16) Cross Country Systems AB Box 83 Alfta 822 22 SE 00-50-C2 (hex) Vapor Rail 911000-911FFF (base 16) Vapor Rail 10655 Henri-Bourassa West Saint-Laurent Quebec H4S 1A1 CA 00-50-C2 (hex) EcoAxis Systems Pvt. Ltd. 903000-903FFF (base 16) EcoAxis Systems Pvt. Ltd. 3, Shreeniwas Classic, Pune Maharashtra 411045 IN 00-50-C2 (hex) Magor Communications Corp 900000-900FFF (base 16) Magor Communications Corp 350 Legget Drive Ottawa ON K2K 2W7 CA 00-50-C2 (hex) R2Sonic, LLC 904000-904FFF (base 16) R2Sonic, LLC 5307 Industrial Oaks Blvd Austin TX 78735 US 00-50-C2 (hex) EVK DI Kerschhaggl GmbH 90D000-90DFFF (base 16) EVK DI Kerschhaggl GmbH Josef Krainer Str. 35 Graz Styria A8074 AT 00-50-C2 (hex) IO-Connect 914000-914FFF (base 16) IO-Connect Ahlmannsvej 41B Sonderborg 6400 DK 00-50-C2 (hex) MangoDSP 91C000-91CFFF (base 16) MangoDSP Hartom 8 Jerusalem ISRAEL 45116 IL 00-50-C2 (hex) Verint Systems Ltd. 915000-915FFF (base 16) Verint Systems Ltd. 33 Maskit St. Herzliya Israel 46733 IL 00-50-C2 (hex) Curtis Door Systems Inc 8F3000-8F3FFF (base 16) Curtis Door Systems Inc 104 Sharron Avenue Plattsburgh NY 12901 US 00-50-C2 (hex) Symetrics Industries 8FC000-8FCFFF (base 16) Symetrics Industries 1615 West Nasa Blvd West Melbourne Fl 32901 US 00-50-C2 (hex) RMSD LTD 8F8000-8F8FFF (base 16) RMSD LTD 30A Uppingham Cres North Shore City Auckland 0627 NZ 00-50-C2 (hex) Detection Technologies Ltd. 8F1000-8F1FFF (base 16) Detection Technologies Ltd. Fairview Building Ripley Derbyshire DE5 3GH GB 00-50-C2 (hex) MKT Systemtechnik 8E7000-8E7FFF (base 16) MKT Systemtechnik Hasskampstraße 75-77 Bünde NRW 32257 DE 00-50-C2 (hex) DOCUTEMP, INC 8DA000-8DAFFF (base 16) DOCUTEMP, INC 19 CROSBY DRIVE BEDFORD MA 01730 US 00-50-C2 (hex) UNIDATA 8E9000-8E9FFF (base 16) UNIDATA Office 610, Antonova 5 Kiev 03186 UA 00-50-C2 (hex) A+S Aktuatorik und Sensorik GmbH 8C9000-8C9FFF (base 16) A+S Aktuatorik und Sensorik GmbH Franz-Wienholz-Str. 16 Prenzlau Brandenburg 17291 DE 00-50-C2 (hex) Honeywell Sensotec 8BC000-8BCFFF (base 16) Honeywell Sensotec 2080 Arlingate Ln. Columbus Ohio 43228 US 00-50-C2 (hex) Matrix Switch Corporation 8BD000-8BDFFF (base 16) Matrix Switch Corporation 17720 Retrac Way Grass Valley CA 95949 US 00-50-C2 (hex) smtag international ag 8BB000-8BBFFF (base 16) smtag international ag Bahnhofstrasse 198 Wetzikon Zürich 8620 CH 00-50-C2 (hex) DSS Networks, Inc. 8B8000-8B8FFF (base 16) DSS Networks, Inc. 23 Spectrum Pointe Drive Lake Forest CA 92630 US 00-50-C2 (hex) ACD Elektronik GmbH 8B9000-8B9FFF (base 16) ACD Elektronik GmbH Engelberg 2 Achstetten bawu 88480 DE 00-50-C2 (hex) Calnex Solutions Limited 8B7000-8B7FFF (base 16) Calnex Solutions Limited Springfield Linlithgow West Lothian EH49 7NX GB 00-50-C2 (hex) Peek Traffic Corp 8D5000-8D5FFF (base 16) Peek Traffic Corp 2511 Corporate Way Palmetto Fl 34221 US 00-50-C2 (hex) Industrial Control and Communication Limited 8D9000-8D9FFF (base 16) Industrial Control and Communication Limited Unit 1 Manor Park Nailsea Bristol BS48 4DD GB 00-50-C2 (hex) Internet Protocolo Lógica SL 8D4000-8D4FFF (base 16) Internet Protocolo Lógica SL Ramón y Cajal 5 Alcobendas Madrid 28100 ES 00-50-C2 (hex) IFAM GmbH 8D3000-8D3FFF (base 16) IFAM GmbH Parselvalstr. 2 Erfurt Thuringia 99092 DE 00-50-C2 (hex) Byte Paradigm 8C3000-8C3FFF (base 16) Byte Paradigm Chaussée de Namur, 119 Nivelles (Thines) Brabant 1402 BE 00-50-C2 (hex) ARISTO Graphic Systeme GmbH & Co. KG 8BF000-8BFFFF (base 16) ARISTO Graphic Systeme GmbH & Co. KG Schnackenburgallee 117 Hamburg 22525 DE 00-50-C2 (hex) RingCube Technologies, Inc. 8B1000-8B1FFF (base 16) RingCube Technologies, Inc. 3990 Freedom Circle, Suite 200 Santa Clara CA 95050 US 00-50-C2 (hex) DESARROLLO DE SISTEMAS INTEGRADOS DE CONTROL S.A. 8AE000-8AEFFF (base 16) DESARROLLO DE SISTEMAS INTEGRADOS DE CONTROL S.A. C/FEDANCI 8-10, 3º-3ª SANT CUGAT DEL VALLES BARCELONA 08174 ES 00-50-C2 (hex) Xelerated 8AF000-8AFFFF (base 16) Xelerated Olof Palmes gata 29 Stockholm SE-11122 SE 00-50-C2 (hex) Systemtechnik GmbH 89D000-89DFFF (base 16) Systemtechnik GmbH Wielandstraße 12 Sömmerda Thuringia 99610 DE 00-50-C2 (hex) Sensata Technologies, Inc. 89B000-89BFFF (base 16) Sensata Technologies, Inc. 4467 White Bear Parkway White Bear Lake MN 55110 US 00-50-C2 (hex) Keynote SIGOS GmbH 88F000-88FFFF (base 16) Keynote SIGOS GmbH Klingenhofstraße 50d Nürnberg Bayern 90411 DE 00-50-C2 (hex) Admiral Secure Products, Ltd. 891000-891FFF (base 16) Admiral Secure Products, Ltd. 15-6400 Millcreek Drive Mississauga Ontario L5N 3E7 CA 00-50-C2 (hex) InnoTrans Communications, Inc. 881000-881FFF (base 16) InnoTrans Communications, Inc. 6840 Via Del Oro, Ste#210 San Jose CA 95119 US 00-50-C2 (hex) Colorado Engineering Inc. 720000-720FFF (base 16) Colorado Engineering Inc. 1915 Jamboree Drive Colorado Springs CO 80920 US 00-50-C2 (hex) Aethon, Inc. 868000-868FFF (base 16) Aethon, Inc. 100 Business Center Drive Pittsburgh PA 15205 US 00-50-C2 (hex) Saia Burgess Controls AG 866000-866FFF (base 16) Saia Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) Motion Analysis Corp 877000-877FFF (base 16) Motion Analysis Corp 3617 Westwind Blvd Santa Rosa CA 95403 US 00-50-C2 (hex) Phytec Messtechnik GmbH 875000-875FFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) AT&T Government Solutions 87D000-87DFFF (base 16) AT&T Government Solutions 11301 Corporate Blvd. Orlando FL 32817 US 00-50-C2 (hex) MILESYS 879000-879FFF (base 16) MILESYS 7 Ter rue de la porte de buc VERSAILLES YVELINES 78000 FR 00-50-C2 (hex) DASA ROBOT Co., Ltd. 848000-848FFF (base 16) DASA ROBOT Co., Ltd. 11th Floor Bucheon Techno Park Bldg. 401 Yakdae0dong, Wonmi-gu, Bucheon-city Gyunggi-do, Republic of Korea Bucheon Gyunggi-do 420-734 KR 00-50-C2 (hex) Performance Motion Devices 84C000-84CFFF (base 16) Performance Motion Devices 1 Technology Park Drive Westford MA 01886 US 00-50-C2 (hex) eInfochips Ltd. 852000-852FFF (base 16) eInfochips Ltd. 11 A/B, Karmabhumi, Off C.G. Road, Ahmedabad Gujarat 380006 IN 00-50-C2 (hex) ID-KARTA s.r.o. 837000-837FFF (base 16) ID-KARTA s.r.o. Hlavni 3 Opava 747 70 CZ 00-50-C2 (hex) MISCO Refractometer 821000-821FFF (base 16) MISCO Refractometer 3401 Virginia Rd. Cleveland OH 44122 US 00-50-C2 (hex) CompuShop Services LLC 830000-830FFF (base 16) CompuShop Services LLC 7517 Washington Ave S Edina MN 55439 US 00-50-C2 (hex) Elmec, Inc. 82D000-82DFFF (base 16) Elmec, Inc. 61 Hayotzrim Street Karmiel Haifa 20101 US 00-50-C2 (hex) HEWI Heinrich Wilke GmbH 826000-826FFF (base 16) HEWI Heinrich Wilke GmbH Prof.-Bier-Str. 1-5 Bad Arolsen Hessen 34454 DE 00-50-C2 (hex) InfoGLOBAL 81A000-81AFFF (base 16) InfoGLOBAL Manuel Pombo Angulo, 20 Madrid 28050 ES 00-50-C2 (hex) Robot Visual Systems GmbH 823000-823FFF (base 16) Robot Visual Systems GmbH Opladener Strasse 202 Monheim 40789 DE 00-50-C2 (hex) dB Broadcast Limited 803000-803FFF (base 16) dB Broadcast Limited Kestrel House Witchford Cambridgeshire CB6 2HY GB 00-50-C2 (hex) NH Research 7EE000-7EEFFF (base 16) NH Research 16601 Hale Ave. Irvine CA 92606 US 00-50-C2 (hex) Intelleflex Corporation 813000-813FFF (base 16) Intelleflex Corporation 2465 Augustine Dr Santa Clara CA 95054 US 00-50-C2 (hex) Acube Systems s.r.l. 80D000-80DFFF (base 16) Acube Systems s.r.l. via Tabacco, 58 Bassano del Grappa Vicenza 36061 IT 00-50-C2 (hex) WR Systems, Ltd. 7D4000-7D4FFF (base 16) WR Systems, Ltd. 2500 Almeda Ave. Norfolk VA 23513 US 00-50-C2 (hex) Precision MicroControl Corporation 7CD000-7CDFFF (base 16) Precision MicroControl Corporation 2075 Corte del Nogal Carlsbad CA 92011 US 00-50-C2 (hex) LS Elektronik AB 7DD000-7DDFFF (base 16) LS Elektronik AB Avestagatan 35 Spånga 163 08 SE 00-50-C2 (hex) DIGITROL LTD 7E2000-7E2FFF (base 16) DIGITROL LTD CORONET WAY SWANSEA WALES SA6 8RH GB 00-50-C2 (hex) Meta Vision Systems Ltd. 7E4000-7E4FFF (base 16) Meta Vision Systems Ltd. Oakfield House Eynsham Oxfordshire OX29 4TH GB 00-50-C2 (hex) International Mining Technologies 7D6000-7D6FFF (base 16) International Mining Technologies 19 Collingwood St. Osborne Park Western Australia 6916 AU 00-50-C2 (hex) Powerlinx, Inc. 7BE000-7BEFFF (base 16) Powerlinx, Inc. 10901-A Roosevelt Blvd. North St Petersburg Florida 33716 US 00-50-C2 (hex) Primary Integration Encorp LLC 7C1000-7C1FFF (base 16) Primary Integration Encorp LLC 1825 Sharp Point Drive, Suite 118 Fort Collins CO 80525 US 00-50-C2 (hex) Global Tel-Link 7AE000-7AEFFF (base 16) Global Tel-Link 6612 E. 75th Street Indianapolis IN 46250 US 00-50-C2 (hex) IMP Telekom 7B0000-7B0FFF (base 16) IMP Telekom Vojkova 58 Ljubljana 1000 SI 00-50-C2 (hex) GE Security-Kampro 790000-790FFF (base 16) GE Security-Kampro 2F, No.8, Lane97, Wugong Rd., Hsin-Chuang City Taipei County 248 TW 00-50-C2 (hex) Giga-tronics, Inc. 78C000-78CFFF (base 16) Giga-tronics, Inc. 4650 Norris Canyon Road San Ramon CA 94583 US 00-50-C2 (hex) ELMAR electronic 78F000-78FFFF (base 16) ELMAR electronic Hrvatske mornarice 1F Split 21000 HR 00-50-C2 (hex) GLOBALCOM ENGINEERING SRL 78E000-78EFFF (base 16) GLOBALCOM ENGINEERING SRL Via Volta 9 MORNAGO VA 21020 IT 00-50-C2 (hex) Telairity 78D000-78DFFF (base 16) Telairity 3375 Scott Blvd. #300 Santa Clara CA 95054 US 00-50-C2 (hex) Austco Communication Systems Pty Ltd 787000-787FFF (base 16) Austco Communication Systems Pty Ltd 40 O'Malley Street Osborne Park Western Australia 6017 AU 00-50-C2 (hex) Quantum Medical Imaging 7A5000-7A5FFF (base 16) Quantum Medical Imaging 2002 Orville Drive, North Ronkonkoma NY 11779 US 00-50-C2 (hex) Enertex Bayern GmbH 793000-793FFF (base 16) Enertex Bayern GmbH Erlachstrasse 13 Forchheim Bayern 91301 DE 00-50-C2 (hex) ZAO NPC 79F000-79FFFF (base 16) ZAO NPC Ostrovskogo, 65 Perm Perm region 614007 RU 00-50-C2 (hex) EID 767000-767FFF (base 16) EID Quinta dos Medronheiros Caparica 2826-851 PT 00-50-C2 (hex) Mobilisme 76D000-76DFFF (base 16) Mobilisme RN536, Sungwoo Starus, 189-1 Sungnam-si Gyunggi-do 463-860 KR 00-50-C2 (hex) Fluid Analytics, Inc. 75D000-75DFFF (base 16) Fluid Analytics, Inc. 3525 SE 17th Ave. Portland OR 97202 US 00-50-C2 (hex) Saia-Burgess Controls AG 74C000-74CFFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) cryptiris 73D000-73DFFF (base 16) cryptiris 235 avenue du coulins gemenos bdr 13420 FR 00-50-C2 (hex) Sequestered Solutions 72B000-72BFFF (base 16) Sequestered Solutions 801 B Street Anchorage Alaska 99501 US 00-50-C2 (hex) ASKI Industrie Elektronik Ges.m.b.H. 71E000-71EFFF (base 16) ASKI Industrie Elektronik Ges.m.b.H. Irrseeblick 47 4893 Zell am Moos AT 00-50-C2 (hex) Priority Electronics Ltd 72F000-72FFFF (base 16) Priority Electronics Ltd 55 Trottier Bay Winnipeg Manitoba R3T 3R3 CA 00-50-C2 (hex) Nika Ltd 736000-736FFF (base 16) Nika Ltd Kievskaja 14B Vinnitsa 21009 UA 00-50-C2 (hex) T.E.AM., S. A. 714000-714FFF (base 16) T.E.AM., S. A. PARQUE TECNOLOGICO EDIFICIO 108 ZAMUDIO BIZKAIA 48170 ES 00-50-C2 (hex) Pasan SA 712000-712FFF (base 16) Pasan SA Rue Jaquet-Droz 8 Neuchâtel NE 2000 CH 00-50-C2 (hex) AV SatCom AS 6F6000-6F6FFF (base 16) AV SatCom AS Martin Linges v 25 Fornebu Bærum 1364 NO 00-50-C2 (hex) RV Technology Limited 6F8000-6F8FFF (base 16) RV Technology Limited 12/F, Wilson House HK 00-50-C2 (hex) Hauch & Bach ApS 705000-705FFF (base 16) Hauch & Bach ApS Femstykket 6 Lynge 3540 DK 00-50-C2 (hex) Wharton Electronics Ltd 710000-710FFF (base 16) Wharton Electronics Ltd Unit 15, Thame Park Business Centre Thame Oxfordshire OX9 3XA GB 00-50-C2 (hex) Efficient Channel Coding 70A000-70AFFF (base 16) Efficient Channel Coding 4830 E. 49th St. Cuyahoga Heights Ohio 44125 US 00-50-C2 (hex) Phytec Messtechnik GmbH 6E2000-6E2FFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) MangoDSP 6E4000-6E4FFF (base 16) MangoDSP Hartom 8 Jerusalem 45116 IL 00-50-C2 (hex) Laser Tools & Technics Corp. 6DE000-6DEFFF (base 16) Laser Tools & Technics Corp. No.121, Lane 99 Hsin Chu 300 TW 00-50-C2 (hex) ADL Electronics Ltd. 6D6000-6D6FFF (base 16) ADL Electronics Ltd. Bukharestskaya 31-3-85 Saint-Petersburg 192071 RU 00-50-C2 (hex) Sechan Electronics, Inc. 6ED000-6EDFFF (base 16) Sechan Electronics, Inc. 525 Furnace Hills Pike Lititz PA 17543 US 00-50-C2 (hex) ITS Telecom 6F1000-6F1FFF (base 16) ITS Telecom 29 Hametzuda Street Azur 58001 IL 00-50-C2 (hex) CommoDaS GmbH 6B6000-6B6FFF (base 16) CommoDaS GmbH Rosengarten 10 Wedel Schlewig Holstein 22880 DE 00-50-C2 (hex) Stream Processors 6CB000-6CBFFF (base 16) Stream Processors 455 DeGuigne Drive Sunnyvale, CA 94085 US 00-50-C2 (hex) Schnick-Schnack-Systems GmbH 6D1000-6D1FFF (base 16) Schnick-Schnack-Systems GmbH Mathias-Brüggen Str. 79 Koeln 50829 DE 00-50-C2 (hex) Optoplan as 6BF000-6BFFFF (base 16) Optoplan as Haakon VII's gt. 17 Trondheim 7041 NO 00-50-C2 (hex) Nanoradio AB 6AF000-6AFFFF (base 16) Nanoradio AB Torshamnsgatan 39 Kista-Stockholm SE-16482 SE 00-50-C2 (hex) Access Specialties, Inc 687000-687FFF (base 16) Access Specialties, Inc 10255 Inver Grove Trail Inver Grove Heights MN 55077 US 00-50-C2 (hex) Datamars SA 685000-685FFF (base 16) Datamars SA via ai Prati Bedano Ticino 6930 CH 00-50-C2 (hex) MEGGITT Safety System 683000-683FFF (base 16) MEGGITT Safety System 1915 Voyager Avenue Simi Valley Ca. 93063-3349 US 00-50-C2 (hex) Victory Concept Industries Ltd. 6A6000-6A6FFF (base 16) Victory Concept Industries Ltd. 4/F., CAC Tower Kwun Tong Kowloon HK 00-50-C2 (hex) Cadi Scientific Pte Ltd 6A2000-6A2FFF (base 16) Cadi Scientific Pte Ltd 31 Ubi Road 1 Aztech Building Singapore 408694 SG 00-50-C2 (hex) TELETASK 6A4000-6A4FFF (base 16) TELETASK Ottergemsesteenweg-Zuid 729 GENT Ooost-Vlaanderen 9000 BE 00-50-C2 (hex) PRICOL LIMITED 6A1000-6A1FFF (base 16) PRICOL LIMITED 7-1-59/4, TURNING POINT COMPLEX HYDERABAD ANDHRA PRADESH 500016 IN 00-50-C2 (hex) SIMTEK INC. 68B000-68BFFF (base 16) SIMTEK INC. 1505 ROYAL PARKWAY EULESS TEXAS 76040 US 00-50-C2 (hex) Isochron Inc 68C000-68CFFF (base 16) Isochron Inc 11044 Research Blvd Austin TX 78759 US 00-50-C2 (hex) Dvation.co.,Ltd 69D000-69DFFF (base 16) Dvation.co.,Ltd Room506,5F Solive Bldg,333-2 SEOUL 153-010 KR 00-50-C2 (hex) StoreTech Limited 69A000-69AFFF (base 16) StoreTech Limited 73 - 75 Upper Richmond Road Putney London SW15 2SR GB 00-50-C2 (hex) SAIA Burgess Controls AG 67E000-67EFFF (base 16) SAIA Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) Tech Comm, Inc. 693000-693FFF (base 16) Tech Comm, Inc. 5010 No. Hiatus Road Sunrise FL 33351 US 00-50-C2 (hex) Invocon, Inc. 65F000-65FFFF (base 16) Invocon, Inc. 19221 IH-45 South Ste. 530 Conroe TX 77385 US 00-50-C2 (hex) Ferrari electronic AG 673000-673FFF (base 16) Ferrari electronic AG Ruhlsdorfer Str. 138 TELTOW 14513 DE 00-50-C2 (hex) Naim Audio 670000-670FFF (base 16) Naim Audio Southampton Road Salisbury Wiltshire SP1 2LN GB 00-50-C2 (hex) Sparton Electronics 67B000-67BFFF (base 16) Sparton Electronics 2400 East Ganson Street Jackson MI 49202 US 00-50-C2 (hex) Liquid Breaker, LLC 650000-650FFF (base 16) Liquid Breaker, LLC 2221 Rutherford Rd. Carlsbad California 92008 US 00-50-C2 (hex) MA Lighting Technology GmbH 64F000-64FFFF (base 16) MA Lighting Technology GmbH Dachdeckerstr. 16 Waldbuettelbrunn Bayern 97297 DE 00-50-C2 (hex) Northern Power 64E000-64EFFF (base 16) Northern Power 182 Mad River Park Waitsfield VT 05673 US 00-50-C2 (hex) MangoDSP 64B000-64BFFF (base 16) MangoDSP Hartom 8 Jerusalem 45116 IL 00-50-C2 (hex) Stanton Technologies Sdn Bhd 642000-642FFF (base 16) Stanton Technologies Sdn Bhd Suite 3, 4th Floor, NB Place, Penang 10350 MY 00-50-C2 (hex) dPict Imaging, Inc. 63C000-63CFFF (base 16) dPict Imaging, Inc. 3815 River Crossing Pkwy Indianapolis IN 46240 US 00-50-C2 (hex) Qstreams Networks Inc. 639000-639FFF (base 16) Qstreams Networks Inc. 2301 Dorsey Rd. Glen Burnie MD 21061 US 00-50-C2 (hex) AirMatrix, Inc. 62C000-62CFFF (base 16) AirMatrix, Inc. 12775 LBJ Drive Brenham Texas 77833 US 00-50-C2 (hex) CPqD 64A000-64AFFF (base 16) CPqD Rod. SP-340 Campinas Mogi-Mirim Campinas SP 13086902 BR 00-50-C2 (hex) STAER SPA 651000-651FFF (base 16) STAER SPA VIA TIBURTINA,1266 ROMA 00131 IT 00-50-C2 (hex) TDM Ingénierie 62E000-62EFFF (base 16) TDM Ingénierie 6 av H. Becquerel Mérignac Aquitaine 33700 FR 00-50-C2 (hex) NARINET, INC. 617000-617FFF (base 16) NARINET, INC. Dept of Comp. Eng. CNU Daejeon 305-764 KR 00-50-C2 (hex) MacDonald Humfrey (Products) Ltd 629000-629FFF (base 16) MacDonald Humfrey (Products) Ltd Progress Manor, Luton Beds LU13HY GB 00-50-C2 (hex) JungleSystem Co., Ltd. 627000-627FFF (base 16) JungleSystem Co., Ltd. 4F Naewae Bldg.382-5 Sungnam Gyeonggi 463-827 KR 00-50-C2 (hex) SAFELINE SL 623000-623FFF (base 16) SAFELINE SL EDIFICIO SAFELINE MATARO BARCELONA 08302 ES 00-50-C2 (hex) TestPro Systems, Inc. 61C000-61CFFF (base 16) TestPro Systems, Inc. 2119 Metro Circle Huntsville Alabama 35801 US 00-50-C2 (hex) 2N TELEKOMUNIKACE a.s. 622000-622FFF (base 16) 2N TELEKOMUNIKACE a.s. Modranska 621 Prague 143 01 CZ 00-50-C2 (hex) Silex Industrial Automation Ltd. 608000-608FFF (base 16) Silex Industrial Automation Ltd. Gyepsor u. 1. Budapest Pest megye 1211 HU 00-50-C2 (hex) MEG Electronic Inc. 5FD000-5FDFFF (base 16) MEG Electronic Inc. Bogazici Universitesi Kuzey Kampus Bebek Besiktas TR 00-50-C2 (hex) Gazelle Monitoring Systems 5FF000-5FFFFF (base 16) Gazelle Monitoring Systems Level 11, Tower B, 821 Pacific Hwy Chatswood NSW 2067 AU 00-50-C2 (hex) LEA d.o.o. 5FA000-5FAFFF (base 16) LEA d.o.o. Finzgarjeva ulica 1a Lesce 4248 SI 00-50-C2 (hex) FilmLight Limited 5FC000-5FCFFF (base 16) FilmLight Limited 14-15 Manette Street London W1D 4AP GB 00-50-C2 (hex) TeamProjects BV 5F4000-5F4FFF (base 16) TeamProjects BV Zonnebaan 42 Utrecht 3542 EG NL 00-50-C2 (hex) Technomarine JSC 5F1000-5F1FFF (base 16) Technomarine JSC 3, Gapsalskaja Str. Saint-Petersburg 198035 RU 00-50-C2 (hex) Radiant Imaging, Inc. 5C5000-5C5FFF (base 16) Radiant Imaging, Inc. 15321 Main St NE, Suite 310 Duvall WA 98019 US 00-50-C2 (hex) Buyang Electronics Industrial Co., Ltd. 5E4000-5E4FFF (base 16) Buyang Electronics Industrial Co., Ltd. 434-140 Oryu-Dong Incheon 404-300 KR 00-50-C2 (hex) Syntronic AB 5B2000-5B2FFF (base 16) Syntronic AB Utmarksvagen 33C Gavle 802 91 SE 00-50-C2 (hex) Transenna AB 5AA000-5AAFFF (base 16) Transenna AB Roslinvagen 48 Bromma Stockholm SE-16851 SE 00-50-C2 (hex) ProMik GmbH 5C4000-5C4FFF (base 16) ProMik GmbH Suedwestpark 100 Nuernberg Bayern 90449 DE 00-50-C2 (hex) ads-tec GmbH 59F000-59FFFF (base 16) ads-tec GmbH Raiffeisenstraße 14 Leinfelden-Echterdingen Baden-Württemberg 70771 US 00-50-C2 (hex) Taiwan Video & Monitor 5B9000-5B9FFF (base 16) Taiwan Video & Monitor 3F, 141 Jen Ai Rd Sec. 3 Taipei City 106 TW 00-50-C2 (hex) Rosta Ltd 5B1000-5B1FFF (base 16) Rosta Ltd Office 17, Moscow 123103 RU 00-50-C2 (hex) Broadlight 593000-593FFF (base 16) Broadlight 7 Begin st Ramat Gan 52521 IL 00-50-C2 (hex) Grosvenor Technology Ltd 591000-591FFF (base 16) Grosvenor Technology Ltd Millars Three Bishop's Stortford Hertfordshire CM23 3DH GB 00-50-C2 (hex) Ingeniería Almudí S.L. 574000-574FFF (base 16) Ingeniería Almudí S.L. c/ San Luis, 8 bajo 1ş Murcia Alcantarilla 30820 ES 00-50-C2 (hex) MultiTrode Pty Ltd 59A000-59AFFF (base 16) MultiTrode Pty Ltd 18 Brandl Street Brisbane QLD 4113 AU 00-50-C2 (hex) Orderite, Inc. 57F000-57FFFF (base 16) Orderite, Inc. P. O. Box 48004 Athens GA 30604 US 00-50-C2 (hex) XoIP Systems Pty Ltd 58F000-58FFFF (base 16) XoIP Systems Pty Ltd Unit 17, 538 Gardeners Rd Alexandria NSW 2015 AU 00-50-C2 (hex) DATAMICRO Co., Ltd. 573000-573FFF (base 16) DATAMICRO Co., Ltd. P.O. Box 17 Taganrog Rostov Region 347916 RU 00-50-C2 (hex) Digital Way 57E000-57EFFF (base 16) Digital Way 1 Chemin des CHAUX Saint-Etienne Loire 42000 FR 00-50-C2 (hex) SOLYSTIC 575000-575FFF (base 16) SOLYSTIC 14 Avenue de Raspail GENTILLY Cedex Val de Marne 94257 FR 00-50-C2 (hex) WORKPOWER TECNOLOGIA ELETRONICA LTDA-EPP 565000-565FFF (base 16) WORKPOWER TECNOLOGIA ELETRONICA LTDA-EPP RUA OTAVIO PASSOS, 132 São Paulo SP 05590-190 BR 00-50-C2 (hex) ORTRAT, S.L. 563000-563FFF (base 16) ORTRAT, S.L. Calle de la Sófora 15 E-28020 Madrid ES 00-50-C2 (hex) Last Mile Gear 564000-564FFF (base 16) Last Mile Gear 1324 Vandercook Way Longview WA 98632 US 00-50-C2 (hex) Moog Broad Reach 55F000-55FFFF (base 16) Moog Broad Reach 1113 Washington Ave #200 Golden CO 80401 US 00-50-C2 (hex) GeoFocus, LLC 568000-568FFF (base 16) GeoFocus, LLC 3651 FAU Blvd., Suite 215 Boca Raton FL 33431 US 00-50-C2 (hex) Bedo Elektronik GmbH 558000-558FFF (base 16) Bedo Elektronik GmbH Ennsstrasse 19 Krefeld NRW 47809 DE 00-50-C2 (hex) C21 Systems Limited 562000-562FFF (base 16) C21 Systems Limited Dunston Innovation Centre Chesterfield Derbyshire S41 8NG GB 00-50-C2 (hex) Valtronic SA 54F000-54FFFF (base 16) Valtronic SA Rue de Bon Port Les Charbonničres Vaud 1343 CH 00-50-C2 (hex) Hyundai J. Comm 534000-534FFF (base 16) Hyundai J. Comm 254-1, Makok-Ri, Hopub-Myoun Ichun-Si Kyungki-Do 467-820 KR 00-50-C2 (hex) MMS Servis s.r.o. 535000-535FFF (base 16) MMS Servis s.r.o. Hodzova 261/1 Myjava Slovak Republic 907 01 SK 00-50-C2 (hex) Smartcom-Bulgaria AD 52D000-52DFFF (base 16) Smartcom-Bulgaria AD Office 414A, BIC IZOT Building 1 SOFIA 1784 BG 00-50-C2 (hex) OMNITRONICS PTY LTD 52A000-52AFFF (base 16) OMNITRONICS PTY LTD 15 HECTOR STREET OSBORNE PARK WESTERN AUSTRALIA 6017 AU 00-50-C2 (hex) Digital communications Technologies 53D000-53DFFF (base 16) Digital communications Technologies 5201 Blue Lagoon Dr. #843 Miami Florida 33126 US 00-50-C2 (hex) EtherTek Circuits 538000-538FFF (base 16) EtherTek Circuits #38 - 473 Corina Ave. Princeton British Columbia V0X1W0 CA 00-50-C2 (hex) WAVES SYSTEM 541000-541FFF (base 16) WAVES SYSTEM La Ville en Bois BOUAYE Loire Atlantique 44830 FR 00-50-C2 (hex) Polystar Instruments AB 50F000-50FFFF (base 16) Polystar Instruments AB Mårbackagatan 19 Stockholm 11559 SE 00-50-C2 (hex) Beta Lasermike Ltd 51B000-51BFFF (base 16) Beta Lasermike Ltd Stirling Road High Wycombe Bucks HP12 3RT GB 00-50-C2 (hex) SOWA ELECTRIC CO., LTD. 516000-516FFF (base 16) SOWA ELECTRIC CO., LTD. 92 Kitanokuchi-cho Shimotoba Kyoto-City 612-8392 JP 00-50-C2 (hex) Phytec Messtechnik GmbH 529000-529FFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) AC SYSTEMS, s.r.o. 526000-526FFF (base 16) AC SYSTEMS, s.r.o. Srobarova 3 Praha 3 130 00 CZ 00-50-C2 (hex) BES Technology Group 4FB000-4FBFFF (base 16) BES Technology Group 3080 Olcott str ste 205a Santa Clara CA 95054 US 00-50-C2 (hex) Cambridge Technology, Inc. 4FA000-4FAFFF (base 16) Cambridge Technology, Inc. 25 Hartwell Ave Lexington MA 02421-3102 US 00-50-C2 (hex) Monroe Electronics, Inc. 4F5000-4F5FFF (base 16) Monroe Electronics, Inc. 100 Housel Avenue Lyndonville NY 14098 US 00-50-C2 (hex) O2RUN 4F4000-4F4FFF (base 16) O2RUN 8F/Hagye Techno Town.,250-3,Hagye-dong,Nowon-gu SEOUL 139-727 KR 00-50-C2 (hex) Logic Beach Inc 50B000-50BFFF (base 16) Logic Beach Inc 8363-6F Center Drive La Mesa CA 91942 US 00-50-C2 (hex) Hillcrest Laboratories, Inc. 509000-509FFF (base 16) Hillcrest Laboratories, Inc. 15245 Shady Grove Road Rockville Maryland 20850 US 00-50-C2 (hex) Packet Island Inc. 4F1000-4F1FFF (base 16) Packet Island Inc. 2332B Walsh Ave Santa Clara California 95051 US 00-50-C2 (hex) Mandozzi Elettronica SA 4EB000-4EBFFF (base 16) Mandozzi Elettronica SA Via Volta 2 Ponte Capriasca 6946 CH 00-50-C2 (hex) Criterion Systems Limited 502000-502FFF (base 16) Criterion Systems Limited Criterion House Stockport Cheshire SK1 1YH GB 00-50-C2 (hex) Movaz Networks, Inc. 4C1000-4C1FFF (base 16) Movaz Networks, Inc. One Technology Parkway South Norcross GA 30092 US 00-50-C2 (hex) Argon ST 4BD000-4BDFFF (base 16) Argon ST 8419 Terminal Road Newington VA 22122 US 00-50-C2 (hex) Digital Dynamics, Inc. 4BE000-4BEFFF (base 16) Digital Dynamics, Inc. 5 Victor Square Scotts Valley CA 95066 US 00-50-C2 (hex) Rubin Ltd. 4C6000-4C6FFF (base 16) Rubin Ltd. Egressy St. 17. Budapest Budapest H-1149 HU 00-50-C2 (hex) Black Diamond Video, Inc. 4C4000-4C4FFF (base 16) Black Diamond Video, Inc. 1151 Harbor Bay Parkway Suite 101 Alameda CA 94502 US 00-50-C2 (hex) Quantum3D, Inc. 4C3000-4C3FFF (base 16) Quantum3D, Inc. 6330 San Ignacio Avenue San Jose CA 95051 US 00-50-C2 (hex) Embigence GmbH 4E4000-4E4FFF (base 16) Embigence GmbH Goethestrasse 52 Ladbergen NRW 49549 DE 00-50-C2 (hex) Verint Systems Ltd 4CB000-4CBFFF (base 16) Verint Systems Ltd 23 Habarzel St. Tel Aviv 69710 IL 00-50-C2 (hex) SEBA Design Pty Ltd 4D5000-4D5FFF (base 16) SEBA Design Pty Ltd 164 Princes Highway Dandenong VIC 3175 AU 00-50-C2 (hex) Orbis Oy 4AF000-4AFFFF (base 16) Orbis Oy Taivaltie 5 Vantaa 01610 FI 00-50-C2 (hex) ads-tec GmbH 4AE000-4AEFFF (base 16) ads-tec GmbH Raiffeisenstraße 14 Leinfelden-Echterdingen Baden-Württemberg 70771 DE 00-50-C2 (hex) GCS, Inc 49F000-49FFFF (base 16) GCS, Inc 2665 Pine Grove Rd. Cumming Georgia 30041 US 00-50-C2 (hex) Dese Technologies SL 312000-312FFF (base 16) Dese Technologies SL Av. Benjamin Franklin 12 , Edif CEEI Paterna Valencia 46980 ES 00-50-C2 (hex) Advanced technologies & Engineering (pty) Ltd 4A0000-4A0FFF (base 16) Advanced technologies & Engineering (pty) Ltd 998 16 th Road Midrand Gauteng ZA 00-50-C2 (hex) IEEE P1609 WG 4A4000-4A4FFF (base 16) IEEE P1609 WG 3800 N Fairfax Drive #207 Arlington VA 22203-1759 US 00-50-C2 (hex) Mistletoe Technologies 4BA000-4BAFFF (base 16) Mistletoe Technologies 20450 Stevens Creek Blvd. Suite 200 Cupertino CA 95014 US 00-50-C2 (hex) Protium Technologies, Inc. 4A3000-4A3FFF (base 16) Protium Technologies, Inc. 10 Bearfoot Rd. Northborough MA 01532 US 00-50-C2 (hex) AUCONET GmbH 47C000-47CFFF (base 16) AUCONET GmbH Rudower Chaussee 31 Berlin 12489 DE 00-50-C2 (hex) UNITON AG 48C000-48CFFF (base 16) UNITON AG Pumpwerkstrasse 18 Regensdorf ZH 8105 CH 00-50-C2 (hex) Mobile Matrix, Inc. 48A000-48AFFF (base 16) Mobile Matrix, Inc. 125 Half Mile Road Red Bank New Jersey 07701 US 00-50-C2 (hex) ads-tec GmbH 48B000-48BFFF (base 16) ads-tec GmbH Raiffeisenstraße 14 Leinfelden-Echterdingen Baden-Württemberg 70771 US 00-50-C2 (hex) Teledyne Tekmar 48E000-48EFFF (base 16) Teledyne Tekmar 4736 Socialville Foster Rd Mason Ohio 45040 US 00-50-C2 (hex) DENGYOSHA co.,LTD. 48F000-48FFFF (base 16) DENGYOSHA co.,LTD. 7-17, Midorigaoka 3 Tyome Hamura-shi Tokyo 205-0003 JP 00-50-C2 (hex) Ultimate Technology, Inc. 494000-494FFF (base 16) Ultimate Technology, Inc. 30 Waverly St. Taunton MA 02780-1460 US 00-50-C2 (hex) BRIT Inc. 47F000-47FFFF (base 16) BRIT Inc. 703, Aves Bld,1452 Dunsan-Dong Seo-ku Daejeon 302-120 KR 00-50-C2 (hex) Envisacor Technologies Inc. 49C000-49CFFF (base 16) Envisacor Technologies Inc. 237 Romina Drive Concord Ontario L4K 4V3 CA 00-50-C2 (hex) SES 483000-483FFF (base 16) SES 35-39 avenue du Danemark Tours Cedex 2 37072 FR 00-50-C2 (hex) KOP Ltd 472000-472FFF (base 16) KOP Ltd Howe Moss Ave Aberdeen Scotland AB21 0NA GB 00-50-C2 (hex) Neuroware 46F000-46FFFF (base 16) Neuroware 6726 Golden Hills Way Mississauga Ontario L5W1P1 CA 00-50-C2 (hex) Ascon S.p.a. 476000-476FFF (base 16) Ascon S.p.a. Via Falzarego 9/11 Bollate Milano 20021 IT 00-50-C2 (hex) Metafix Inc. 478000-478FFF (base 16) Metafix Inc. 1925, 46 th. Avenue Lachine Quebec H8T 2P1 CA 00-50-C2 (hex) SEV Tidsystem AB 477000-477FFF (base 16) SEV Tidsystem AB Box 121 Västerhaninge Stockholm 137 22 SE 00-50-C2 (hex) Codem Systems, Inc. 463000-463FFF (base 16) Codem Systems, Inc. 7 Executive Park Drive Merrimack NH 03054 US 00-50-C2 (hex) Deister Electronic GmbH 45C000-45CFFF (base 16) Deister Electronic GmbH Hermann-Bahlsen-Str. 11 Barsinghausen Niedersachsen 30890 DE 00-50-C2 (hex) Matra Electronique 45B000-45BFFF (base 16) Matra Electronique 6, rue Ferdinand Meunier La Croix St Ouen Oise 60610 FR 00-50-C2 (hex) Danbridge 457000-457FFF (base 16) Danbridge Hirsemarken 5 Farum DK-3520 DK 00-50-C2 (hex) Pico Computing, Inc. 442000-442FFF (base 16) Pico Computing, Inc. 9747 Businesspark Ave. San Diego CA 92131 US 00-50-C2 (hex) Offshore Systems Ltd 444000-444FFF (base 16) Offshore Systems Ltd 107 - 930 West 1st Street North Vancouver B.C. V7P 3N4 CA 00-50-C2 (hex) MICRONIC s.r.o. 445000-445FFF (base 16) MICRONIC s.r.o. Trebejov 41 Kysak Kosice okolie 044 81 SK 00-50-C2 (hex) BLEILE DATENTECHNIK GmbH 449000-449FFF (base 16) BLEILE DATENTECHNIK GmbH AM KREBSBACH 2 IHRINGEN D-79241 DE 00-50-C2 (hex) Sammi Information Systems Co.,Ltd 441000-441FFF (base 16) Sammi Information Systems Co.,Ltd 103-15, Galwor-dong, Yongsan-gu Seoul 140-807 KR 00-50-C2 (hex) ARVOO Imaging Products BV 43F000-43FFFF (base 16) ARVOO Imaging Products BV Tasveld 13 Montfoort UT 3417 XS NL 00-50-C2 (hex) Telecom Protection Technologies Limited 438000-438FFF (base 16) Telecom Protection Technologies Limited Unit 1A, Garden Close Plymouth Devon PL7 5EU GB 00-50-C2 (hex) Pinnacle Technology 425000-425FFF (base 16) Pinnacle Technology 619 E. 8th street suite D Lawrence KS 66044 US 00-50-C2 (hex) Avionica, Inc 41F000-41FFFF (base 16) Avionica, Inc 9941 W. Jessamine St Miami FL 33157 US 00-50-C2 (hex) BIR,INC. 40F000-40FFFF (base 16) BIR,INC. 425 BARCLAY BLVD LINCOLNSHIRE IL 60069 US 00-50-C2 (hex) Multimessage Systems Ltd. 411000-411FFF (base 16) Multimessage Systems Ltd. Units 1 / 2, Cranbourne Ind. Est. Potters Bar Hertfordshire EN6 3JH GB 00-50-C2 (hex) Boundless Technologies 420000-420FFF (base 16) Boundless Technologies 100 Marcus Blvd Hauppauge NY 11788 US 00-50-C2 (hex) Metrolab Technology SA 424000-424FFF (base 16) Metrolab Technology SA ch. du Pont-du-Centenaire 110 Plan-les-Ouates Genève 1228 CH 00-50-C2 (hex) Oelmann Elektronik GmbH 42E000-42EFFF (base 16) Oelmann Elektronik GmbH Allerfeldstr. 17 Springe Niedersachsen 31832 DE 00-50-C2 (hex) SensoTech GmbH 415000-415FFF (base 16) SensoTech GmbH Steinfeldstr. 3 Magdeburg-Barleben Sachsen-Anhalt 39179 DE 00-50-C2 (hex) Talleres de Escoriaza SA 414000-414FFF (base 16) Talleres de Escoriaza SA Barrio Ventas, 35 Irun Gipuzkoa 20305 ES 00-50-C2 (hex) Octatron, Inc. 431000-431FFF (base 16) Octatron, Inc. 1925 McKinley Ave. La Verne CA 91750 US 00-50-C2 (hex) Center VOSPI JSC 40B000-40BFFF (base 16) Center VOSPI JSC Obrucheva 52 Moscow 117393 RU 00-50-C2 (hex) Contec Steuerungstechnik & Automation GmbH 40A000-40AFFF (base 16) Contec Steuerungstechnik & Automation GmbH Wildbichkerstraße 2e Ebbs Tirol 6341 AT 00-50-C2 (hex) Afonics Fibreoptics Ltd 40D000-40DFFF (base 16) Afonics Fibreoptics Ltd Unit 16, Witney Oxfordshire OX28 4GW GB 00-50-C2 (hex) The Board Room Inc. 3ED000-3EDFFF (base 16) The Board Room Inc. 1220 Lakeview Ct. Romeoville IL 60446 US 00-50-C2 (hex) nVent, Schroff GmbH 3FB000-3FBFFF (base 16) nVent, Schroff GmbH Langenalber Strasse 96-100 Straubenhardt 75334 DE 00-50-C2 (hex) CRDE 3E6000-3E6FFF (base 16) CRDE ZI DES GRANDS CAMPS MERCUES LOT 46090 FR 00-50-C2 (hex) CUE, a.s. 3E4000-3E4FFF (base 16) CUE, a.s. K Nouzovu 2090/6 Praha 4 143 00 CZ 00-50-C2 (hex) AIE Etudes 407000-407FFF (base 16) AIE Etudes 2 rue du Charles DE GAULLE 27220 PREY FR 00-50-C2 (hex) SmartMotor AS 400000-400FFF (base 16) SmartMotor AS Stiklestadveien 1 Trondheim Sør-Trøndelag 7041 NO 00-50-C2 (hex) Numeron Sp. z o.o. 402000-402FFF (base 16) Numeron Sp. z o.o. Bronislawa Czecha 16 Czestochowa 42-200 PL 00-50-C2 (hex) BiODE Inc. 3DF000-3DFFFF (base 16) BiODE Inc. 100 Larrabee Rd. Westbrook ME 04092 US 00-50-C2 (hex) Osmetech Inc. 3DB000-3DBFFF (base 16) Osmetech Inc. 235 Hembree Park Drive Roswell GA 30076 US 00-50-C2 (hex) ELMIC GmbH 3DD000-3DDFFF (base 16) ELMIC GmbH Grabenstr. 149a Duisburg NRW 47057 DE 00-50-C2 (hex) M5 Data Limited 3DA000-3DAFFF (base 16) M5 Data Limited Mendip Court Wells Somerset BA5 3DG GB 00-50-C2 (hex) Fluke Biomedical, Radiation Management Services 3D5000-3D5FFF (base 16) Fluke Biomedical, Radiation Management Services 6045 Cochran Rd. Solon Ohio 44139 US 00-50-C2 (hex) Adilec Enginyeria SL 3D2000-3D2FFF (base 16) Adilec Enginyeria SL Francesc Macia, 1 Molins de Rei Barcelona 08750 ES 00-50-C2 (hex) TTC TELEKOMUNIKACE Ltd 3D7000-3D7FFF (base 16) TTC TELEKOMUNIKACE Ltd Tøebohostická 987/5, Prague 10 Prague CZ-100 00 CZ 00-50-C2 (hex) Ward Leonard Electric Company 3CE000-3CEFFF (base 16) Ward Leonard Electric Company 401 Watertown Road Thomaston CT 06787 US 00-50-C2 (hex) MicroTek Electronics, Inc. 3C1000-3C1FFF (base 16) MicroTek Electronics, Inc. 1020 Calle Cordillera, #105 San Clemente CA 92673 US 00-50-C2 (hex) Bigbang L.T.D. 3BD000-3BDFFF (base 16) Bigbang L.T.D. Shikahama 8-7-18 Adachi Tokyo 123-0864 JP 00-50-C2 (hex) Isensix 39F000-39FFFF (base 16) Isensix 8555 Aero Dr Suite 201 San Diego CA 92111 US 00-50-C2 (hex) Hankuk Tapi Computer Co., Ltd 3AE000-3AEFFF (base 16) Hankuk Tapi Computer Co., Ltd 357-1, Jangdae-Dong, Yusung-Gu Daejeon 305-308 KR 00-50-C2 (hex) Norbit ODM AS 3AF000-3AFFFF (base 16) Norbit ODM AS Stiklestadveien 1 Trondheim 7041 NO 00-50-C2 (hex) Microtarget Tecnologia Digital Ltda. 3B0000-3B0FFF (base 16) Microtarget Tecnologia Digital Ltda. Rua Eng. Mesquita Sampaio, 54-FDS São Paulo 04711-000 BR 00-50-C2 (hex) StreetFire Sound Labs, LLC 3A0000-3A0FFF (base 16) StreetFire Sound Labs, LLC 795 Folsom St., First Floor San Francisco CA 94107 US 00-50-C2 (hex) Contrôle Analytique inc. 3B4000-3B4FFF (base 16) Contrôle Analytique inc. 1076 rue Johnson Thetford Mines Québec G6G 5W6 CA 00-50-C2 (hex) LabJack Corporation 3A5000-3A5FFF (base 16) LabJack Corporation 3232 S Vance St STE 100 Lakewood CO 80227 US 00-50-C2 (hex) Specstroy-Svyaz Ltd 3B1000-3B1FFF (base 16) Specstroy-Svyaz Ltd Bolshaya Bulvarnaya Street 13-26 Taganrog 347913 RU 00-50-C2 (hex) Ni.Co. S.r.l. 37E000-37EFFF (base 16) Ni.Co. S.r.l. C.so Torino, 91/B Buttigliera Alta Torino 10090 IT 00-50-C2 (hex) IDA Corporation 37A000-37AFFF (base 16) IDA Corporation 1345 Main Ave Fargo North Dakota 58103 US 00-50-C2 (hex) Colorado vNet 382000-382FFF (base 16) Colorado vNet 255 East 6th Street Loveland Colorado 80537 US 00-50-C2 (hex) A&G Soluzioni Digitali 38D000-38DFFF (base 16) A&G Soluzioni Digitali Palazzo S.Elisabetta Livorno LI 57126 IT 00-50-C2 (hex) Inoteska s.r.o. 387000-387FFF (base 16) Inoteska s.r.o. Podturen-Roven 221 Liptovsky Hradok Zilina region 033 01 SK 00-50-C2 (hex) North Pole Engineering, Inc. 34F000-34FFFF (base 16) North Pole Engineering, Inc. 221 N. 1st. St., Suite 310 Minneapolis MN 55401 US 00-50-C2 (hex) Minerva Technology Inc 36B000-36BFFF (base 16) Minerva Technology Inc 645 Island Rd Victoria BC V8S2T7 CA 00-50-C2 (hex) VPG 365000-365FFF (base 16) VPG Box 423 Karlskoga SE-691 27 SE 00-50-C2 (hex) Always On Wireless 369000-369FFF (base 16) Always On Wireless 410 Pierce Houston TX 77002 US 00-50-C2 (hex) BMK professional electronics GmbH 34D000-34DFFF (base 16) BMK professional electronics GmbH Werner-von-Siemens-Str. 6 Augsburg Bavaria 86156 DE 00-50-C2 (hex) Novx Systems 341000-341FFF (base 16) Novx Systems Suite 100 Richmond Hill Ontario L4B 4N1 CA 00-50-C2 (hex) ALCEA 358000-358FFF (base 16) ALCEA 3 Rue Joly de Bammeville 91460 Marcoussis FR 00-50-C2 (hex) IHM 355000-355FFF (base 16) IHM Vandtaarnsvej 87 Soborg Copenhagen 2860 DK 00-50-C2 (hex) AZD Praha s.r.o. 362000-362FFF (base 16) AZD Praha s.r.o. Zirovnicka 2/3146 Prague 106 17 CZ 00-50-C2 (hex) NetTest A/S 35D000-35DFFF (base 16) NetTest A/S Kirkebjerg Alle 90 Brondby CPH 2605 DK 00-50-C2 (hex) MANUSA-GEST, S.L. 32E000-32EFFF (base 16) MANUSA-GEST, S.L. Avinguda Via Augusta, 71-73 Sant Cugat del Valles Barcelona 08174 ES 00-50-C2 (hex) Picture Elements, Inc. 334000-334FFF (base 16) Picture Elements, Inc. 777 Panoramic Way Berkeley CA 94704 US 00-50-C2 (hex) Nimcat Networks 335000-335FFF (base 16) Nimcat Networks 1135 Innovation Drive Ottawa Ontario K2K 3G7 CA 00-50-C2 (hex) Casa Systems Inc. 31C000-31CFFF (base 16) Casa Systems Inc. 500 Clark Road Tewksbury MA 01876 US 00-50-C2 (hex) ODIXION 324000-324FFF (base 16) ODIXION 188 rue de la Liberté AVRANCHES France 50300 FR 00-50-C2 (hex) CA Technology, Inc 33E000-33EFFF (base 16) CA Technology, Inc 533 Fellowship Rd Mt Laurel NJ 08054 US 00-50-C2 (hex) DTASENSOR S.p.A. 320000-320FFF (base 16) DTASENSOR S.p.A. Via Lavino 265 Monte San Pietro BOLOGNA 40050 IT 00-50-C2 (hex) Digilent Inc. 2F9000-2F9FFF (base 16) Digilent Inc. PO BOX 428 Pullman WA 99163 US 00-50-C2 (hex) ADChips 2F5000-2F5FFF (base 16) ADChips 4th floor SamKwang Bldg. Seoul Seoul 135-508 KR 00-50-C2 (hex) Soredex Instrumentarium Oyj 300000-300FFF (base 16) Soredex Instrumentarium Oyj PL 250 Helsinki 00031 FI 00-50-C2 (hex) QUBIsoft S.r.l. 2EA000-2EAFFF (base 16) QUBIsoft S.r.l. C.so del POpolo 8/C PADOVA 35131 IT 00-50-C2 (hex) Eurotek Srl 2F2000-2F2FFF (base 16) Eurotek Srl Strada Comunale Savonesa, 9 Rivalta Scrivia AL 15050 IT 00-50-C2 (hex) SHF Communication Technologies AG 2EE000-2EEFFF (base 16) SHF Communication Technologies AG Wilhelm-von-Siemens-Str. 23 d Berlin Berlin 12277 DE 00-50-C2 (hex) FACTS Engineering LLC 2CB000-2CBFFF (base 16) FACTS Engineering LLC 8049 Photonics Drive New Port Richey Fl 34655 US 00-50-C2 (hex) Wiener, Plein & Baus GmbH 2DC000-2DCFFF (base 16) Wiener, Plein & Baus GmbH Muellersbaum 20 Burscheid 51399 DE 00-50-C2 (hex) PIXY AG 2D5000-2D5FFF (base 16) PIXY AG Bruggerstrasse 37 Baden 5400 CH 00-50-C2 (hex) Neo Electronics Ltd 2D7000-2D7FFF (base 16) Neo Electronics Ltd Neo House Oldham Lancashire OL1 4AW GB 00-50-C2 (hex) iamba LTD. 2E4000-2E4FFF (base 16) iamba LTD. Hatidhar 3 Ra'anana 43000 IL 00-50-C2 (hex) StorLink Semi 2BD000-2BDFFF (base 16) StorLink Semi 1804 N. Shoreline Blvd, Suite 240 Mountain View CA 94043 US 00-50-C2 (hex) Richmond Sound Design Ltd. 2B9000-2B9FFF (base 16) Richmond Sound Design Ltd. 205-11780 River Road Richmond BC V6X 1Z7 CA 00-50-C2 (hex) Smiths Detection 2B2000-2B2FFF (base 16) Smiths Detection 1730 Aimco Blvd Mississauga Ontario L4W 1V1 CA 00-50-C2 (hex) DVTel Israel Ltd. 2A8000-2A8FFF (base 16) DVTel Israel Ltd. 4 Hamelacha St. Lod 71520 IL 00-50-C2 (hex) Softier Inc. 2B6000-2B6FFF (base 16) Softier Inc. 3 HaTidhar St Raanana 43665 IL 00-50-C2 (hex) AMIRIX Systems 292000-292FFF (base 16) AMIRIX Systems 20 Angus Morton Drive Bedford NS B4B 0L9 CA 00-50-C2 (hex) Spellman High Voltage Electronics Corp 28F000-28FFFF (base 16) Spellman High Voltage Electronics Corp 475 Wireless Blvd Hauppauge NY 11788 US 00-50-C2 (hex) EBNEURO SPA 290000-290FFF (base 16) EBNEURO SPA VIA PIETRO FANFANI 97a FIRENZE 50127 IT 00-50-C2 (hex) Fundación TECNALIA Research & Innovation 274000-274FFF (base 16) Fundación TECNALIA Research & Innovation C/ Geldo Edificio 700, Parque Tecnológico Bizkaia Derio Vizcaya 48160 ES 00-50-C2 (hex) Servicios Condumex, S. A. de C. V. 273000-273FFF (base 16) Servicios Condumex, S. A. de C. V. Carretera a San Luis Potosí­ km. 9.6 Querétaro 76120 MX 00-50-C2 (hex) Confidence Direct Ltd 264000-264FFF (base 16) Confidence Direct Ltd 17-20 Napier Road Luton Beds LU1 1RF GB 00-50-C2 (hex) Littwin GmbH & Co KG 285000-285FFF (base 16) Littwin GmbH & Co KG Am Strehl 153-155 Oldenburg Niedersachsen 26125 DE 00-50-C2 (hex) Telvent 282000-282FFF (base 16) Telvent Tamarguillo, 29 Seville 41006 ES 00-50-C2 (hex) AGECODAGIS SARL 280000-280FFF (base 16) AGECODAGIS SARL 16, rue d'Auriac Rieux Haute Garonne 31310 FR 00-50-C2 (hex) Danlaw Inc 27C000-27CFFF (base 16) Danlaw Inc 23700 research Dr. Farmington Hills MI 48335 US 00-50-C2 (hex) Azimuth Systems, Inc. 24B000-24BFFF (base 16) Azimuth Systems, Inc. 31 Nagog Park Acton MA 01720 US 00-50-C2 (hex) BELIK S.P.R.L. 265000-265FFF (base 16) BELIK S.P.R.L. Rue du Roussart 147 Waterloo Brabant B-1410 BE 00-50-C2 (hex) Thales Communications Ltd 254000-254FFF (base 16) Thales Communications Ltd Newton Road Crawley West Sussex RH10 9TS GB 00-50-C2 (hex) DGT Sp. z o.o. 251000-251FFF (base 16) DGT Sp. z o.o. ul. Jaskowa Dolina 15 Gdansk woj. pomorskie 80-252 PL 00-50-C2 (hex) Gradual Tecnologia Ltda. 247000-247FFF (base 16) Gradual Tecnologia Ltda. Rua Attilio Giaretta, 110 Itatiba SP 13257-584 BR 00-50-C2 (hex) Zendex Corporation 25A000-25AFFF (base 16) Zendex Corporation 6780 Sierra Court Dublin CA 94568 US 00-50-C2 (hex) asetek Inc. 22D000-22DFFF (base 16) asetek Inc. Saltumvej 27 Broenderslev 9700 DK 00-50-C2 (hex) Contronics Automacao Ltda 241000-241FFF (base 16) Contronics Automacao Ltda R. Lauro Linhares 589 Florianopolis SC 88036-002 BR 00-50-C2 (hex) Stins Coman 239000-239FFF (base 16) Stins Coman Pervomayskaya street build 126 Moscow RU 00-50-C2 (hex) MST SYSTEMS LIMITED 21A000-21AFFF (base 16) MST SYSTEMS LIMITED The Haysfield Malvern Worcestershire WR14 1GF GB 00-50-C2 (hex) Applied Technologies Associates 21E000-21EFFF (base 16) Applied Technologies Associates 3025 Buena Vista Drive Paso Robles CA 93446 US 00-50-C2 (hex) Level Control Systems 216000-216FFF (base 16) Level Control Systems #42 - 100 Kal Lake Rd. Vernon B.C. V1T 9G1 CA 00-50-C2 (hex) VoiceCom AG 215000-215FFF (base 16) VoiceCom AG Südwestpark 65 Nürnberg Germany 90449 DE 00-50-C2 (hex) Intelligent Photonics Control 227000-227FFF (base 16) Intelligent Photonics Control 200-350 Palladium Rd Kanata On K2V 1A8 CA 00-50-C2 (hex) Intelligent Media Technologies, Inc. 228000-228FFF (base 16) Intelligent Media Technologies, Inc. 9460 Delegates Drive Orlando Florida 32837 US 00-50-C2 (hex) Ferrari electronic AG 20A000-20AFFF (base 16) Ferrari electronic AG Ruhlsdorfer Str. 138 TELTOW 14513 DE 00-50-C2 (hex) Varisys Ltd 20D000-20DFFF (base 16) Varisys Ltd 17 Manor Courtyard Great Haseley High Wycombe BUCKS HP13 5 GB 00-50-C2 (hex) imo-elektronik GmbH 222000-222FFF (base 16) imo-elektronik GmbH Edisonstr. 19 Bielefeld 33689 DE 00-50-C2 (hex) Abest Communication Corp. 1F5000-1F5FFF (base 16) Abest Communication Corp. 19-7 Ting-Tien-Liao, Hsien-Jenli Tamshui Taipei 251 TW 00-50-C2 (hex) BAE SYSTEMS Controls 1F6000-1F6FFF (base 16) BAE SYSTEMS Controls Rm 373 Johnson City NY 13790 US 00-50-C2 (hex) Covia, Inc 1F4000-1F4FFF (base 16) Covia, Inc 2F-1,No.166,Chien-Yi Rd., Chung Ho City Taipei 235 TW 00-50-C2 (hex) M2 Technology Pty Ltd 1EF000-1EFFFF (base 16) M2 Technology Pty Ltd 26 Greenhill Road Wayville South Australia 5034 AU 00-50-C2 (hex) Safetran Traffic Systems Inc. 1FE000-1FEFFF (base 16) Safetran Traffic Systems Inc. 1485 Garden of the Gods Rd. Colorado Springs Colorado 80907 US 00-50-C2 (hex) INCAA Informatica Italia srl 1CD000-1CDFFF (base 16) INCAA Informatica Italia srl Via dei Castagni, 84/2 MALGESSO VARESE 21023 IT 00-50-C2 (hex) Yazaki North America, Inc. 1D0000-1D0FFF (base 16) Yazaki North America, Inc. 6801 Haggerty Road Canton MI 48187 US 00-50-C2 (hex) GFI Chrono Time 1DA000-1DAFFF (base 16) GFI Chrono Time 121 rue des Guillees CHAURAY 79180 FR 00-50-C2 (hex) Redpoint Controls 1D5000-1D5FFF (base 16) Redpoint Controls 364 Patteson Drive Morgantown WV 26505 US 00-50-C2 (hex) TWIN DEVELOPMENT S.A. 1C7000-1C7FFF (base 16) TWIN DEVELOPMENT S.A. Av. General Michel, 1E CHARLEROI Hainaut B6000 BE 00-50-C2 (hex) PESA Switching Systems, Inc. 1AF000-1AFFFF (base 16) PESA Switching Systems, Inc. 330A Wynn Drive Huntsville AL 35805 US 00-50-C2 (hex) WillMonius Inc. 1C0000-1C0FFF (base 16) WillMonius Inc. 425-1 Kil1-dong, Kangdong-gu Seoul 134-011 US 00-50-C2 (hex) InfinitiNetworks Inc. 1C1000-1C1FFF (base 16) InfinitiNetworks Inc. 1095 E. Duane Ave. Sunnyvale CA 94085 US 00-50-C2 (hex) Weltronics Corp. 1C2000-1C2FFF (base 16) Weltronics Corp. 1414 Fair Oaks Ave. South Pasadena CA 91030 US 00-50-C2 (hex) Paltronics, Inc. 19E000-19EFFF (base 16) Paltronics, Inc. 9246 Trinity Drive Lake in the Hills IL 60156 US 00-50-C2 (hex) Wilcoxon Research, Inc. 19B000-19BFFF (base 16) Wilcoxon Research, Inc. 20511 Seneca Meadows Pkwy Germanton MD 20876 US 00-50-C2 (hex) Portalplayer, Inc 1A1000-1A1FFF (base 16) Portalplayer, Inc 3255 Scott Blvd Santa Clara CA 95054 US 00-50-C2 (hex) ANOVA BROADBAND 1A8000-1A8FFF (base 16) ANOVA BROADBAND 4501 SINGER CT #201 CHANTILLY VA 20151 US 00-50-C2 (hex) EPM Tecnologia e Equipamentos 197000-197FFF (base 16) EPM Tecnologia e Equipamentos Av Com Gumercindo Barranqueiros, 285 Jundiaí São Paulo 13211-410 BR 00-50-C2 (hex) Mixbaal S.A. de C.V. 183000-183FFF (base 16) Mixbaal S.A. de C.V. Blvd. José Guadalupe Zuno #48-MIX Zapopan Jalisco 45101 MX 00-50-C2 (hex) Optical Wireless Link Inc. 185000-185FFF (base 16) Optical Wireless Link Inc. 9 Cushing Suite 100 Irvine California 92618 US 00-50-C2 (hex) Task 84 Spa 181000-181FFF (base 16) Task 84 Spa Via Boschetti N. 61 Grassobbio (BG) 24050 IT 00-50-C2 (hex) Zultys Technologies 180000-180FFF (base 16) Zultys Technologies 771 Vagueros Ave. Sunnyvale CA 94085-5327 US 00-50-C2 (hex) Basler Electric Company 18A000-18AFFF (base 16) Basler Electric Company 12570 State Route 143 Highland Illinois 62249 US 00-50-C2 (hex) Broadstorm Telecom 17B000-17BFFF (base 16) Broadstorm Telecom 400 - 112th Ave. NE Bellevue WA 98004 US 00-50-C2 (hex) Verifiber LLC 179000-179FFF (base 16) Verifiber LLC 49 Buford Highway Suwanne GA 30024 US 00-50-C2 (hex) Jeffress Engineering Pty Ltd 17C000-17CFFF (base 16) Jeffress Engineering Pty Ltd PO Box 195 Dry Creek SA 5094 AU 00-50-C2 (hex) Binary Wave Technologies Inc. 17E000-17EFFF (base 16) Binary Wave Technologies Inc. 106 Schneider Road, Unit C Ottawa Ontario K2K 1Y2 CA 00-50-C2 (hex) Sensys Technologies Inc. 013000-013FFF (base 16) Sensys Technologies Inc. 8419 Terminal Rd. Newington VA 22122 US 00-50-C2 (hex) JMBS Developpements 001000-001FFF (base 16) JMBS Developpements 5, rue de la Verrerie FR 00-50-C2 (hex) CAD-UL GmbH 018000-018FFF (base 16) CAD-UL GmbH Laemmerweg 32 DE 00-50-C2 (hex) APCON, Inc. 146000-146FFF (base 16) APCON, Inc. 17938 SW Upper Bones Ferry Road Portland OR 97224 US 00-50-C2 (hex) T.L.S. Corp. 000000-000FFF (base 16) T.L.S. Corp. 1241 Superieor Ave E Cleveland OH 44114 US 00-50-C2 (hex) Cepheid 15D000-15DFFF (base 16) Cepheid 904 Caribbean Drive Sunnyvale CA 94089 US 00-50-C2 (hex) Dune Networks 15B000-15BFFF (base 16) Dune Networks France Bldg. Kibutz Yakum 60972 IL 00-50-C2 (hex) Aoptix Technologies 15C000-15CFFF (base 16) Aoptix Technologies 580 Division St. Campbell CA 95008 US 00-50-C2 (hex) UniSUR 147000-147FFF (base 16) UniSUR 7F, No.2-1, Industry E. Rd. Hsinchu 300 TW 00-50-C2 (hex) ELC Lighting 145000-145FFF (base 16) ELC Lighting Vic vd Asdocnstraat 14 Gemert 5421VB NL 00-50-C2 (hex) Advanced Devices SpA 153000-153FFF (base 16) Advanced Devices SpA Via Spagna, 50 Rende (Cosenza) IT 00-50-C2 (hex) AirVast Technology Inc. 152000-152FFF (base 16) AirVast Technology Inc. 22F, No. 1247, Chung-Chang Rd. Tao Yuan TW 00-50-C2 (hex) Tecwings GmBh 125000-125FFF (base 16) Tecwings GmBh A-2100 Korneuburg AT 00-50-C2 (hex) Time Terminal Adductor Group AB 141000-141FFF (base 16) Time Terminal Adductor Group AB Norrbergrgatan 8 Vaxholm 18532 SE 00-50-C2 (hex) Instrumeter A/S 142000-142FFF (base 16) Instrumeter A/S Linde Alle 29 Naerum DK-2850 DK 00-50-C2 (hex) Sentito Networks 13F000-13FFFF (base 16) Sentito Networks 2096 Gaither Rd., Suite 100 Rockville MD 20850 US 00-50-C2 (hex) Formula One Management Ltd. 13D000-13DFFF (base 16) Formula One Management Ltd. Sapphire House Biggin Hill Kent TN16 3BW GB 00-50-C2 (hex) ELAD SRL 135000-135FFF (base 16) ELAD SRL via col de rust, 11 CANEVA PN 33070 IT 00-50-C2 (hex) Dong A Eltek Co., Ltd. 12B000-12BFFF (base 16) Dong A Eltek Co., Ltd. 7704 Dongil Techno Town #7, 823 Kyungki-Do, 431-062 KR 00-50-C2 (hex) U.S. Traffic Corporation 130000-130FFF (base 16) U.S. Traffic Corporation 9603 John St. Santa Fe Springs CA 90670 US 00-50-C2 (hex) Megisto Systems, Inc. 12D000-12DFFF (base 16) Megisto Systems, Inc. 20251 Century Blvd. Germantown MD 20874 US 00-50-C2 (hex) Digital Vision AB 11B000-11BFFF (base 16) Digital Vision AB Upplagsvagen 1 SE-117 43 Stockholm SE 00-50-C2 (hex) Stonefly Networks 11C000-11CFFF (base 16) Stonefly Networks 10170 Huennekens St. San Diego CA 92121 US 00-50-C2 (hex) CSS Industrie Computer GmbH 11F000-11FFFF (base 16) CSS Industrie Computer GmbH Osterhofstr. 14 87600 Kaufbeuren DE 00-50-C2 (hex) Vidco, Inc. 115000-115FFF (base 16) Vidco, Inc. 6175 SW 112th Ave Beaverton OR 97008 US 00-50-C2 (hex) Wintegra Ltd. 117000-117FFF (base 16) Wintegra Ltd. PO Box 3048 Ra'anana 43654 IL 00-50-C2 (hex) Implementa GmbH 10D000-10DFFF (base 16) Implementa GmbH Leineweg 26 30823 Garbsen DE 00-50-C2 (hex) DSP Design, Ltd. 116000-116FFF (base 16) DSP Design, Ltd. Tapton Park Innovation Centre Derbyshire S41 0TZ GB 00-50-C2 (hex) Raven Industries 0F9000-0F9FFF (base 16) Raven Industries PO Box 1007 Sioux Falls SD 57104 US 00-50-C2 (hex) Lumentis AB 105000-105FFF (base 16) Lumentis AB Jakobsdalsvagen 17 SE-126 53 Hagersten SE 00-50-C2 (hex) Green Hills Software, Inc. 103000-103FFF (base 16) Green Hills Software, Inc. 30 W. Sola Street Santa Barbara CA 93101 US 00-50-C2 (hex) Inducomp Corporation 0FD000-0FDFFF (base 16) Inducomp Corporation 1265 Jefferson St. Pacific MO 63069 US 00-50-C2 (hex) RouteFree, Inc. 0E6000-0E6FFF (base 16) RouteFree, Inc. 3400 Hillview Ave., Building 5 Palo Alto CA 94304 US 00-50-C2 (hex) Century Geophysical Corp. 0E7000-0E7FFF (base 16) Century Geophysical Corp. 1223 S. 71st E. Ave. Tulsa OK 74112 US 00-50-C2 (hex) Sysnet Co., Ltd. 0F4000-0F4FFF (base 16) Sysnet Co., Ltd. 78 Ikenouchicho, Kishoin JP 00-50-C2 (hex) Visual Circuits Corp. 0E2000-0E2FFF (base 16) Visual Circuits Corp. 5155 East River Road Minneapolis MN 55421 US 00-50-C2 (hex) Elbit Systems Ltd. 0DC000-0DCFFF (base 16) Elbit Systems Ltd. P.O.B. 539 Matam Haifa 31053 IL 00-50-C2 (hex) Advanced Medical Information Technologies, Inc. 0C6000-0C6FFF (base 16) Advanced Medical Information Technologies, Inc. PO Box 870 Hermosa Beach CA 90254-0870 US 00-50-C2 (hex) SAIA Burgess Controls AG 0C5000-0C5FFF (base 16) SAIA Burgess Controls AG Bahnhofstrasse 18 3280 Murten CH 00-50-C2 (hex) LINET OY 0CD000-0CDFFF (base 16) LINET OY Riihitie 8 00330 Helsinki FI 00-50-C2 (hex) STUDIEL 0CB000-0CBFFF (base 16) STUDIEL 1027 Avenue Dactan Lefebvre 06271 Villenaur Lou Pet cedex FR 00-50-C2 (hex) Bounty Systems Pty Ltd. 0A4000-0A4FFF (base 16) Bounty Systems Pty Ltd. PO Box 499 Coffs Harbour NSW 2450 AU 00-50-C2 (hex) Infinitec Networks, Inc. 09E000-09EFFF (base 16) Infinitec Networks, Inc. 4343 S. 118 E. Ave. Tulsa OK 74146 US 00-50-C2 (hex) CYNAPS 0A0000-0A0FFF (base 16) CYNAPS PO Box 131276 Bryanston 2021 ZA 00-50-C2 (hex) EPEL Industrial, S.A. 098000-098FFF (base 16) EPEL Industrial, S.A. CRTA. STA. Cruz Calafell No. 35 08830 - Sant Boi ES 00-50-C2 (hex) Utronix Elektronikutreckling AB 096000-096FFF (base 16) Utronix Elektronikutreckling AB Teknikringen 1 SE-583 30 Linkoping SE 00-50-C2 (hex) Rising Edge Technologies 08A000-08AFFF (base 16) Rising Edge Technologies 500-D Huntmar Park Dr Herndon VA 20170 US 00-50-C2 (hex) DigitAll World Co., Ltd 092000-092FFF (base 16) DigitAll World Co., Ltd 248-4, YouSeong Twin Plaza Bldg, 4F Kyungki-Do 463 050 KR 00-50-C2 (hex) PLLB elettronica spa 07C000-07CFFF (base 16) PLLB elettronica spa via Carducci 39 20099 Sesto San Giovanni Milano IT 00-50-C2 (hex) Reselec AG 078000-078FFF (base 16) Reselec AG Schlosserstr. 4 CH-8180 Buelach CH 00-50-C2 (hex) Alstom Signalling Ltd. 073000-073FFF (base 16) Alstom Signalling Ltd. Borehamwood Industrial Park Borehamwood Herts WD6 5PZ GB 00-50-C2 (hex) NetVision Telecom 071000-071FFF (base 16) NetVision Telecom 117-11, Jungchon-Dong, Jung-Gu Taejon, 301-080 KR 00-50-C2 (hex) WaveCom Electronics, Inc. 06C000-06CFFF (base 16) WaveCom Electronics, Inc. 222 Cardinal Crescent Saskatcon, SK S7L 6H8 CA 00-50-C2 (hex) Riverlink Computers, Ltd. 067000-067FFF (base 16) Riverlink Computers, Ltd. Pixmore Centre Letchworth, SG6 1JG GB 00-50-C2 (hex) Unimark 06A000-06AFFF (base 16) Unimark 9910 Widner Road Lenexa KS 66215 US 00-50-C2 (hex) Computer Concepts Corp 049000-049FFF (base 16) Computer Concepts Corp 8375 Melrose Lenexa KS 66214 US 00-50-C2 (hex) Private 046000-046FFF (base 16) Private 00-50-C2 (hex) B.E.A.R. Solutions (Australasia) Pty, Ltd 042000-042FFF (base 16) B.E.A.R. Solutions (Australasia) Pty, Ltd Unit 226 Bella Vista NSW AU 00-50-C2 (hex) Damler Chrysler Rail System (Signal) AB 041000-041FFF (base 16) Damler Chrysler Rail System (Signal) AB Box 42505 SE-12616 Stockholm SE 00-50-C2 (hex) Celotek Corp 03F000-03FFFF (base 16) Celotek Corp PO Box 14285 RTP NC 27709 US 00-50-C2 (hex) Ing. Buero W. Kanis GmbH 034000-034FFF (base 16) Ing. Buero W. Kanis GmbH Ortsteil Traubing Brueckenweg 2 D-82327 Tutzing DE 00-50-C2 (hex) Turtle Mountain Corp 02E000-02EFFF (base 16) Turtle Mountain Corp Box 940 Dunseith ND 58329 US 00-50-C2 (hex) Nova Engineering Inc. 02B000-02BFFF (base 16) Nova Engineering Inc. 5 Circle Freeway Dr. Cincinnati OH 45426 US 00-50-C2 (hex) Lockheed Martin Tactical Defense Systems Eagan 030000-030FFF (base 16) Lockheed Martin Tactical Defense Systems Eagan 3333 Pilot Knob Rd Eagan MN 55121 US 00-50-C2 (hex) Zabacom, Inc. 023000-023FFF (base 16) Zabacom, Inc. 5 Choke Cherry Road Rockville MD 20850 US 00-50-C2 (hex) Ashling Microsystems Ltd. 022000-022FFF (base 16) Ashling Microsystems Ltd. National Technology Park IE 00-50-C2 (hex) Tadiran Scopus 01C000-01CFFF (base 16) Tadiran Scopus 5 Hatzorf St. IL 00-50-C2 (hex) Portable Add-Ons 008000-008FFF (base 16) Portable Add-Ons Chineham Court, Lutyens Close Hampshire RG24 8AH GB 00-50-C2 (hex) Clever Devices 065000-065FFF (base 16) Clever Devices 1662 Route 300 Newburgh NY 12550 US 00-50-C2 (hex) FSR, INC. 9F4000-9F4FFF (base 16) FSR, INC. 244 Bergen Blvd West Paterson 07424 US 00-50-C2 (hex) STMicroelectronics SRL 255000-255FFF (base 16) STMicroelectronics SRL Stradale Primosole, 50 CATANIA 95121 IT 00-50-C2 (hex) Honeywell C7B000-C7BFFF (base 16) Honeywell 13350 US Hwy 19 North Clearwater FL 33764-7290 US 00-50-C2 (hex) Honeywell D95000-D95FFF (base 16) Honeywell 13350 US Highway 19 N Clearwater 33764 US 00-50-C2 (hex) Unisensor A/S AD6000-AD6FFF (base 16) Unisensor A/S Gydevang 42 Alleroed 3450 DK 00-50-C2 (hex) MB connect line GmbH Fernwartungssysteme EA8000-EA8FFF (base 16) MB connect line GmbH Fernwartungssysteme Winnettener Straße 5 Dinkelsbühl Bavaria 91550 DE 00-50-C2 (hex) Erhardt+Leimer GmbH CEC000-CECFFF (base 16) Erhardt+Leimer GmbH Albert-Leimer-Platz 1 Stadtbergen Bavaria 86391 DE 00-50-C2 (hex) Erhardt+Leimer GmbH 453000-453FFF (base 16) Erhardt+Leimer GmbH Albert-Leimer-Platz 1 Stadtbergen Bavaria 86391 DE 00-50-C2 (hex) Comtest Networks 624000-624FFF (base 16) Comtest Networks 1 Raymond Street Ottawa Ontario K1R 1A2 CA 40-D8-55 (hex) EST Analytical 0CE000-0CEFFF (base 16) EST Analytical 503 Commercial Dr Fairfield OH 45014 US 00-50-C2 (hex) Ballard Technology, Inc, 2E2000-2E2FFF (base 16) Ballard Technology, Inc, 11400 Airport Road Everett WA 98204 US 00-50-C2 (hex) ard sa 083000-083FFF (base 16) ard sa Micropolis Bat Clematis Gap France 05000 FR 00-50-C2 (hex) Private 0BF000-0BFFFF (base 16) Private 00-50-C2 (hex) T+A elektroakustik GmbH & Co.KG D88000-D88FFF (base 16) T+A elektroakustik GmbH & Co.KG Planckstraße 9-11 Herford NRW 32052 DE 00-50-C2 (hex) Control LAN S.A. 379000-379FFF (base 16) Control LAN S.A. Ortiz de Ocampo 3060 - Piso 2 Buenos Aires CF 1425 AR 00-50-C2 (hex) Leonardo MW Ltd (Land & Naval Defence Electronic) 913000-913FFF (base 16) Leonardo MW Ltd (Land & Naval Defence Electronic) A Finmeccanica Company Basildon Essex SS14 3EL GB 00-50-C2 (hex) EATON FHF Funke + Huster Fernsig GmbH FBD000-FBDFFF (base 16) EATON FHF Funke + Huster Fernsig GmbH Gewerbeallee 15-19 Mülheim an der Ruhr NRW D-45478 DE 00-50-C2 (hex) ABB Power Technologies S.p.A. Unità  Operativa SACE (PTMV) 3DE000-3DEFFF (base 16) ABB Power Technologies S.p.A. Unità  Operativa SACE (PTMV) via Friuli 4 Dalmine Bergamo 24044 IT 00-50-C2 (hex) Insitu, Inc FD4000-FD4FFF (base 16) Insitu, Inc 118 E Columbia River Way Bingen WA 98605 US 40-D8-55 (hex) Critical Link LLC 17C000-17CFFF (base 16) Critical Link LLC 6712 Brooklawn Parkway Syracuse NY 13211 US 00-50-C2 (hex) Secure Systems & Services 339000-339FFF (base 16) Secure Systems & Services 24, Chemin de la Pouranque F-13752 LES PENNES MIRABEAU CS30084 FR 00-50-C2 (hex) Magellan Technology Pty Limited 2C0000-2C0FFF (base 16) Magellan Technology Pty Limited 65 Johnston Street Annandale NSW 2038 AU 00-50-C2 (hex) Thales Communications Inc 8AD000-8ADFFF (base 16) Thales Communications Inc 22605 Gateway Center Drive Clarksburg MD 20871 US 00-50-C2 (hex) Thales UK Limited A48000-A48FFF (base 16) Thales UK Limited 1 Linthouse Road Glasgow G51 4BZ GB 00-50-C2 (hex) n3k Informatik GmbH AB4000-AB4FFF (base 16) n3k Informatik GmbH Ferdinand-Braun-Straße 3 Heilbronn Baden-Württemberg 74074 DE 00-50-C2 (hex) Euro Display Srl 777000-777FFF (base 16) Euro Display Srl Via Gandhi, 21 Avigliana Torino 10051 IT 00-50-C2 (hex) Neptune Technology Group Inc. 89A000-89AFFF (base 16) Neptune Technology Group Inc. 1600 AL HWY 229 S Tallassee 36078 US 00-50-C2 (hex) Gogo BA 67C000-67CFFF (base 16) Gogo BA 1172 Century Drive Louisville 80027 US 00-50-C2 (hex) Gogo BA 7CE000-7CEFFF (base 16) Gogo BA 303 S. Technology Dr. Broomfield CO 80021 US 00-50-C2 (hex) Gogo BA EAF000-EAFFFF (base 16) Gogo BA 303 S. Technology Ct. Broomfield Co 80021 US 40-D8-55 (hex) Gogo BA 00B000-00BFFF (base 16) Gogo BA 303 S Technology Ct Broomfield CO 80021 US 00-50-C2 (hex) Computerwise, Inc. F8F000-F8FFFF (base 16) Computerwise, Inc. 302 N. Winchester Olathe KS 66062 US 00-50-C2 (hex) EXTREME COPPER, INC. 0B5000-0B5FFF (base 16) EXTREME COPPER, INC. 4342 Avenida Gregory Spring Valley CA 91977 US 00-50-C2 (hex) i3 International Inc. E98000-E98FFF (base 16) i3 International Inc. 780 Birchmount Road Toronto Ontario M1K5H4 CA 00-50-C2 (hex) Potter Electric Signal Co. LLC C63000-C63FFF (base 16) Potter Electric Signal Co. LLC 11790 Troy Lane North Maple Grove MN 55369 US 00-50-C2 (hex) CODEC Co., Ltd. 9DF000-9DFFFF (base 16) CODEC Co., Ltd. 1-29-18 Tamagawa Choufu-shi Tokyo 182-0025 JP 00-50-C2 (hex) Ubiquiti Networks Inc. B04000-B04FFF (base 16) Ubiquiti Networks Inc. 91 E Tasman Dr San Jose CA 95134 US 00-50-C2 (hex) Fr. Sauter AG DE6000-DE6FFF (base 16) Fr. Sauter AG Im Surinam 55 Basel BS CH 4016 CH 00-50-C2 (hex) VISION SYSTEMS AERONAUTIC F14000-F14FFF (base 16) VISION SYSTEMS AERONAUTIC ROUTE D'IRIGNY BRIGNAIS 69530 FR 00-50-C2 (hex) NSFOCUS Information Technology Co., Ltd. 4B1000-4B1FFF (base 16) NSFOCUS Information Technology Co., Ltd. 5F Either Building, No 4 Beiwa Rd Beijing 100089 CN 00-50-C2 (hex) Vocality International Ltd E3A000-E3AFFF (base 16) Vocality International Ltd Lydling Barn Guildford Surrey GU86AP GB 00-50-C2 (hex) PYRAMID Computer GmbH 2DA000-2DAFFF (base 16) PYRAMID Computer GmbH Boetzinger Strasse 60 Freiburg BW 79111 DE 00-50-C2 (hex) ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. C0A000-C0AFFF (base 16) ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. ABB Industrial Park, Torch Hi-Tech Industrial Development Zone Xiamen Fujian 361006 CN 00-50-C2 (hex) Rohde&Schwarz Topex SA 403000-403FFF (base 16) Rohde&Schwarz Topex SA 71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO 00-50-C2 (hex) Trapeze Software Group Inc 42C000-42CFFF (base 16) Trapeze Software Group Inc 5265 Rockwell Drive NE Cedar Rapids IA 52402 US 00-50-C2 (hex) Radionor Communications 1F3000-1F3FFF (base 16) Radionor Communications Ingvald Ystgaards vei 23 N-7047 Trondheim 0000 NO 40-D8-55 (hex) Aplex Technology Inc. 00C000-00CFFF (base 16) Aplex Technology Inc. 2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN 00-50-C2 (hex) Aplex Technology Inc. E6A000-E6AFFF (base 16) Aplex Technology Inc. 2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN 00-50-C2 (hex) Aplex Technology Inc. E00000-E00FFF (base 16) Aplex Technology Inc. 2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN 00-50-C2 (hex) Aplex Technology Inc. DAB000-DABFFF (base 16) Aplex Technology Inc. 2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN 00-50-C2 (hex) Win4NET 42F000-42FFFF (base 16) Win4NET KOLON Digital Tower 1301, 222-7 Seoul Kuro-dong, Kuro-gu 152-848 KR 00-50-C2 (hex) GD Mission Systems BB7000-BB7FFF (base 16) GD Mission Systems 8220 E. Roosevelt St. Scottsdale AZ 85257 US 00-50-C2 (hex) GD Mission Systems 4DE000-4DEFFF (base 16) GD Mission Systems 8220 E. Roosevelt St. Scottsdale AZ 85257 US 00-50-C2 (hex) GD Mission Systems 33D000-33DFFF (base 16) GD Mission Systems 8220 E. Roosevelt Street Scottsdale AZ 85257 US 00-50-C2 (hex) GD Mission Systems CC4000-CC4FFF (base 16) GD Mission Systems 8220 East Roosevelt St. R1122 Scottsdale AZ 85257 US 00-50-C2 (hex) GILLAM-FEI S.A. 2F7000-2F7FFF (base 16) GILLAM-FEI S.A. Mont St Martin 58 LIEGE 4000 BE 00-50-C2 (hex) QUERCUS TECHNOLOGIES, S.L. FDC000-FDCFFF (base 16) QUERCUS TECHNOLOGIES, S.L. Antoni Isern 4 baixos Reus Tarragona 43205 ES 00-50-C2 (hex) Vaisala Oyj 13B000-13BFFF (base 16) Vaisala Oyj Vanha Nurmijarventie 21 VANTAA Fin-01670 FI 00-50-C2 (hex) Linn Products Ltd 217000-217FFF (base 16) Linn Products Ltd Glasgow Road Glasgow Scotland G76 0EQ GB 00-50-C2 (hex) Sicon srl 330000-330FFF (base 16) Sicon srl Via Sila 1/3 Isola Vicentina Vicenza 36033 IT 00-50-C2 (hex) Sicon srl 60D000-60DFFF (base 16) Sicon srl Via Sila 1/3 Isola Vicentina Vicenza 36033 IT 40-D8-55 (hex) Agramkow Fluid Systems A/S 07C000-07CFFF (base 16) Agramkow Fluid Systems A/S Augustenborg Landevej 19 Soenderborg DK 6400 DK 00-50-C2 (hex) Haag-Streit AG 149000-149FFF (base 16) Haag-Streit AG Gartenstadtstrasse 10 Köniz CH-3098 CH 00-50-C2 (hex) Private 060000-060FFF (base 16) Private 00-50-C2 (hex) Intuitive Surgical, Inc D9B000-D9BFFF (base 16) Intuitive Surgical, Inc 1266 Kifer Road Sunnyvale CA 94086 US 00-50-C2 (hex) Enseo, Inc. 5CC000-5CCFFF (base 16) Enseo, Inc. 401 International Pkwy Richardson TX 75081 US 00-50-C2 (hex) txtr GmbH BA0000-BA0FFF (base 16) txtr GmbH Rosenthaler Str. 13 Berlin 10119 DE 00-50-C2 (hex) Data Respons A/S 1EB000-1EBFFF (base 16) Data Respons A/S Horkaer 18, 1. floor Herlev DK-2730 DK 00-50-C2 (hex) Daintree Networks Pty 378000-378FFF (base 16) Daintree Networks Pty 111 N. Market St, Suite 615 San Jose CA 95113-1101 US 00-50-C2 (hex) Crescendo Networks 22A000-22AFFF (base 16) Crescendo Networks 28 Hacharoshet St. Or-Yehuda 60375 IL 00-50-C2 (hex) DELTA TAU DATA SYSTEMS, INC. 12C000-12CFFF (base 16) DELTA TAU DATA SYSTEMS, INC. 21314 Lassen St. Chatsworth CA 91311 US 00-50-C2 (hex) Grupo Epelsa S.L. BE4000-BE4FFF (base 16) Grupo Epelsa S.L. C/ Albasanz, 6 y 8 Madrid 28037 ES 00-50-C2 (hex) Grupo Epelsa S.L. 857000-857FFF (base 16) Grupo Epelsa S.L. C/ Albasanz, 6 y 8 Madrid 28037 ES 00-50-C2 (hex) Grupo Epelsa S.L. 7AA000-7AAFFF (base 16) Grupo Epelsa S.L. C/ Albasanz, 6 y 8 Madrid 28037 ES 00-50-C2 (hex) Grupo Epelsa S.L. 5F8000-5F8FFF (base 16) Grupo Epelsa S.L. C/ Albasanz, 6 y 8 Madrid 28037 ES 00-50-C2 (hex) Grupo Epelsa S.L. 56A000-56AFFF (base 16) Grupo Epelsa S.L. C/ Albasanz, 6 y 8 Madrid 28037 ES 40-D8-55 (hex) Grupo Epelsa S.L. 027000-027FFF (base 16) Grupo Epelsa S.L. CALLE PUNTO NET, 3 ALCALA DE HENARES 28805 US 40-D8-55 (hex) TATTILE SRL 071000-071FFF (base 16) TATTILE SRL via Donizetti 1/3/5 Mairano Brescia 25030 IT 00-50-C2 (hex) Aeroflex GmbH B51000-B51FFF (base 16) Aeroflex GmbH Gutenbergstrasse 2-4 Ismaning Bavaria 85737 DE 40-D8-55 (hex) EMAC, Inc. 131000-131FFF (base 16) EMAC, Inc. 2390 EMAC Way Carbondale IL 62901 US 00-50-C2 (hex) bioMérieux Italia S.p.A. 8E3000-8E3FFF (base 16) bioMérieux Italia S.p.A. via di Campigliano, 58 Ponte a Ema FI 50015 IT 40-D8-55 (hex) Narinet, Inc. EE6000-EE6FFF (base 16) Narinet, Inc. C-303, Bundang Techno-Park Seongnam Gyunggi-Do 463-816 KR 40-D8-55 (hex) Embedded Technology Corporation 1E0000-1E0FFF (base 16) Embedded Technology Corporation Uryudou 3-8-13 Higashiosaka city Osakafu 578-0946 JP 40-D8-55 (hex) Mega Electronics Ltd 1E3000-1E3FFF (base 16) Mega Electronics Ltd Pioneerinkatu 6 Kuopio Pohjois-Savo 70800 FI 40-D8-55 (hex) NKT Photonics A/S 1CC000-1CCFFF (base 16) NKT Photonics A/S Blokken 84 Birkerod 3460 DK 40-D8-55 (hex) Founder Broadband Network Service Co.,Ltd. 1D1000-1D1FFF (base 16) Founder Broadband Network Service Co.,Ltd. 5/F, Building B, 15 Xueyuan South Rd, Haidian District Beijing 100088 CN 40-D8-55 (hex) Kaluga Teletypes Manufacturing Plant 1D3000-1D3FFF (base 16) Kaluga Teletypes Manufacturing Plant 141, Saltykova-Schedrina Street Kaluga Kaluga region 248002 RU 40-D8-55 (hex) Beking Industrieele automatisering 1B9000-1B9FFF (base 16) Beking Industrieele automatisering Kraaienjagersweg 8 Beemte-Broekland 7341PS NL 40-D8-55 (hex) Rigel Engineering 1CA000-1CAFFF (base 16) Rigel Engineering 1690 S Tropical Trail Merritt Island FL 32952 US 40-D8-55 (hex) Private 1C5000-1C5FFF (base 16) Private 40-D8-55 (hex) BaOpt Benelux bv 1DD000-1DDFFF (base 16) BaOpt Benelux bv Wilhelminastraat 51 Haarlem 2011 VL NL 40-D8-55 (hex) DemoPad 1A5000-1A5FFF (base 16) DemoPad Unit 5 Albert Edward House Preston Lancashire PR2 2YB GB 40-D8-55 (hex) WICHER DIGITAL TECHNIK 1AD000-1ADFFF (base 16) WICHER DIGITAL TECHNIK Am Huettberg 38 Floersbachtal Hessen 63639 DE 40-D8-55 (hex) TOKHATEC 17E000-17EFFF (base 16) TOKHATEC 2 Rue Georges Melies Bois D'Arcy 78390 FR 40-D8-55 (hex) Standard Change Makers 185000-185FFF (base 16) Standard Change Makers 3130 North Mitthoeffer Indianapolis Indiana 46235-0550 US 40-D8-55 (hex) Yoozma Corporation 189000-189FFF (base 16) Yoozma Corporation Shinkawa Chuo-ku Tokyo 104-0033 JP 40-D8-55 (hex) Array Corporation 188000-188FFF (base 16) Array Corporation 3-42-10 Yoyogi Shibuya-ku Tokyo 151-0053 JP 40-D8-55 (hex) Contec Steuerungstechnik & Automation GmbH 173000-173FFF (base 16) Contec Steuerungstechnik & Automation GmbH Wildbichler Straße 2E Ebbs 6341 US 40-D8-55 (hex) TRI Engineering co.,ltd. 177000-177FFF (base 16) TRI Engineering co.,ltd. 23-30 Goban-cho Ageo Saitama 362-0024 JP 40-D8-55 (hex) Sicon srl 171000-171FFF (base 16) Sicon srl Via Sila 1/3 Isola Vicentina Vicenza 36033 IT 40-D8-55 (hex) Thermo Fisher Sceintific 160000-160FFF (base 16) Thermo Fisher Sceintific 1410 Gillingham Lane Sugar Land Texas 77478 US 40-D8-55 (hex) KMtronic LTD 163000-163FFF (base 16) KMtronic LTD Dobry Czintulov 28A Gorna Oriahovitca VT 5100 BG 40-D8-55 (hex) NFT Automatisierungssysteme GmbH 164000-164FFF (base 16) NFT Automatisierungssysteme GmbH Ignatz-Wiemeler-Str. 16 Ibbenbueren NRW 49477 DE 40-D8-55 (hex) Assembly Contracts Ltd 167000-167FFF (base 16) Assembly Contracts Ltd Ledson Road Manchester Lancashire M23 9GP GB 40-D8-55 (hex) Photop Koncent 169000-169FFF (base 16) Photop Koncent 5 Houyu Rd.,P.O.Box 206 fuzhou fujian 350001 CN 40-D8-55 (hex) BlinkPipe Ltd 153000-153FFF (base 16) BlinkPipe Ltd Wellington House Cambridge Cambs CB11BH GB 40-D8-55 (hex) Exibea AB 158000-158FFF (base 16) Exibea AB Ekmansgatan 3 411 SE- 41132 SE 40-D8-55 (hex) Hitachi Power Solutions Co., Ltd. 157000-157FFF (base 16) Hitachi Power Solutions Co., Ltd. 38 shinkoutyou hitachinaka ibaraki 312-0005 JP 40-D8-55 (hex) PLT 14C000-14CFFF (base 16) PLT Partiyniy pereulok d.1 build. 58 Moscow 115093 RU 40-D8-55 (hex) TTI LTD 126000-126FFF (base 16) TTI LTD Glebe Road Cambridge Cambridgeshire PE29 7DR GB 40-D8-55 (hex) digitech GmbH & Co. KG 134000-134FFF (base 16) digitech GmbH & Co. KG Martinsplatz 3 Patersdorf Bavaria 94265 DE 40-D8-55 (hex) Biotage Sweden AB 12D000-12DFFF (base 16) Biotage Sweden AB Vimpelgatan 5 Uppsala 753 18 SE 40-D8-55 (hex) AeroVision Avionics, Inc 132000-132FFF (base 16) AeroVision Avionics, Inc 2F, No.30, R&D Rd. II, Hsinchu Taiwan, R.O.C 30076 US 40-D8-55 (hex) So-Cool Corporation. 10B000-10BFFF (base 16) So-Cool Corporation. 1F., No.130, Shipin Rd., East Dist. Hsinchu City Taiwan 30062 TW 40-D8-55 (hex) Rite-Tech Industrial Co., Ltd. 10D000-10DFFF (base 16) Rite-Tech Industrial Co., Ltd. 10F, No. 5, Sec. 1, Tun-Hua S. Rd., Taipei 105 TW 40-D8-55 (hex) GD Mission Systems 114000-114FFF (base 16) GD Mission Systems 8220 E. Roosevelt St. Scottsdale AZ 85257 US 40-D8-55 (hex) e.p.g. Elettronica Srl 101000-101FFF (base 16) e.p.g. Elettronica Srl Via Ungaretti 2 BULGAROGRASSO COMO 22070 IT 40-D8-55 (hex) Triton Electronics LTD 0E5000-0E5FFF (base 16) Triton Electronics LTD Hanarkisim 225 st. Bitzaron Israel 60946 IL 40-D8-55 (hex) Top Connect OU 0DB000-0DBFFF (base 16) Top Connect OU Väike-Paala 1 Tallinn 11415 EE 40-D8-55 (hex) Sentry 360 Security 0EC000-0ECFFF (base 16) Sentry 360 Security 1280 Iroquois Ave Naperville IL 60563 US 40-D8-55 (hex) Comline Elektronik Elektrotechnik GmbH 0F7000-0F7FFF (base 16) Comline Elektronik Elektrotechnik GmbH Karl-Rapp-Straße 1 Wackersdorf Bayern 92442 DE 40-D8-55 (hex) Xepto Computing Inc 0C1000-0C1FFF (base 16) Xepto Computing Inc Unit 2202, 22F Asian Star Building Alabang Muntinlupa 1781 PH 40-D8-55 (hex) SC Techswarm SRL 0C2000-0C2FFF (base 16) SC Techswarm SRL Lapusului Street, Nr. 17, Sc. A, Oradea Bihor 410271 RO 40-D8-55 (hex) NEXT! s.c. S.Piela B.Dryja 0D8000-0D8FFF (base 16) NEXT! s.c. S.Piela B.Dryja Cieszynska 365 Bielsko-Biala Slask 43-300 PL 40-D8-55 (hex) M.M. Elektrolab 0C5000-0C5FFF (base 16) M.M. Elektrolab Dzona Kenedija 11 Beograd Srbija 11000 US 40-D8-55 (hex) LECO Corporation 0D3000-0D3FFF (base 16) LECO Corporation 3000 Lakeview Ave. St. Joseph Michigan 49085 US 40-D8-55 (hex) Resch Electronic Innovation GmbH 0A4000-0A4FFF (base 16) Resch Electronic Innovation GmbH Neustadter Ring 5 Wernigerode Sachsen-Anhalt 38855 DE 40-D8-55 (hex) Thermal Imaging Radar, LLC 0AA000-0AAFFF (base 16) Thermal Imaging Radar, LLC 1304 N. Redwood Rd. Unit 122 Saratoga Springs Utah 84045 US 40-D8-55 (hex) Papendorf Software Engineering GmbH 084000-084FFF (base 16) Papendorf Software Engineering GmbH Robert-Bosch-Str. 10 Gaertringen Baden-Wuerttemberg 71116 DE 40-D8-55 (hex) CoherentPlus Sdn Bhd 09A000-09AFFF (base 16) CoherentPlus Sdn Bhd B-8-9, Megan Avenue 2 Kuala Lumpur Kuala Lumpur 50450 MY 40-D8-55 (hex) IPS Technology Limited 07B000-07BFFF (base 16) IPS Technology Limited 7 Floor,E block,Dong Hai Wang Building,BuLong Road, Shenzhen Guangdong 518000 CN 40-D8-55 (hex) Oki Seatec Co., Ltd. 068000-068FFF (base 16) Oki Seatec Co., Ltd. UchiuraMito 537-5 Numazu Shizuoka 410-0223 JP 40-D8-55 (hex) HIPODROMO DE AGUA CALIENTE, S.A. DE C.V. 064000-064FFF (base 16) HIPODROMO DE AGUA CALIENTE, S.A. DE C.V. BLVD. AGUA CALIENTE 12027 TIJUANA BAJA CALIFORNIA 22420 MX 40-D8-55 (hex) Leica Biosystems 05D000-05DFFF (base 16) Leica Biosystems 5205 Route 12 Richmond Illinois 60071 US 40-D8-55 (hex) CS Instruments Asia 051000-051FFF (base 16) CS Instruments Asia Room 31, Cambridge Plaza, Tower B Hong Kong 000008 HK 40-D8-55 (hex) ATG UV Technology 050000-050FFF (base 16) ATG UV Technology Genesis House Wigan WN5 8AA GB 40-D8-55 (hex) Vital Tech Industria e Comercio Ltda 04B000-04BFFF (base 16) Vital Tech Industria e Comercio Ltda Rua Jose Villar Granjel, 22-24 Camipnas - San Paulo 13030680 BR 40-D8-55 (hex) Rosslare Enterprises Limited 05C000-05CFFF (base 16) Rosslare Enterprises Limited Flat 912 Wing Fat Industrial Building Kowloon Bay Kowloon HK 40-D8-55 (hex) Energy Team S.p.A. 058000-058FFF (base 16) Energy Team S.p.A. Via della Repubblica, 9 Trezzano sul Naviglio Milano 20090 US 40-D8-55 (hex) Circuitec Ind. Equip. Eletr. Ltda 02E000-02EFFF (base 16) Circuitec Ind. Equip. Eletr. Ltda Rua Gustavo Zimmermann, 2431 Blumenau Santa Catarina 89062-100 BR 40-D8-55 (hex) T.Q.M. Itaca Technology s.r.l. 041000-041FFF (base 16) T.Q.M. Itaca Technology s.r.l. Via E. Mattei 1 Mazzano Brescia 25080 IT 40-D8-55 (hex) Mesotech International, Inc. 035000-035FFF (base 16) Mesotech International, Inc. 4531 Harlin Drive Sacramento CA 95826 US 40-D8-55 (hex) Socus networks 03A000-03AFFF (base 16) Socus networks 2F.-2, No.215, Sec. 2, Chengde Rd. Taipei City 103 TW 40-D8-55 (hex) Telcomkorea 03B000-03BFFF (base 16) Telcomkorea #710-8, Lee-Dong, Sanglok-Gu, Ansan-Si Kyunggi-Do 426863 KR 40-D8-55 (hex) Nautel Limited 019000-019FFF (base 16) Nautel Limited 10089 Peggy's Cove Road Hackett's Cove Nova Scotia B3Z 3J4 US 40-D8-55 (hex) Scharco Elektronik GmbH 01D000-01DFFF (base 16) Scharco Elektronik GmbH Tilsiter Strasse 8 Wuppertal NRW 42277 DE 40-D8-55 (hex) Tinkerforge GmbH 02A000-02AFFF (base 16) Tinkerforge GmbH Roemerstr. 18 Stukenbrock NRW 33758 DE 00-50-C2 (hex) Booyco Electronics FF6000-FF6FFF (base 16) Booyco Electronics Unit 9, Innes Park Jetpark Ext 14 Gauteng 1549 ZA 40-D8-55 (hex) Par-Tech, Inc. 016000-016FFF (base 16) Par-Tech, Inc. 139 Premier Drive Lake Orion MI 48359 US 40-D8-55 (hex) ClearSite Communications Inc. 009000-009FFF (base 16) ClearSite Communications Inc. 6004 Clark Center Ave. Sarasota Florida 34238 US 00-50-C2 (hex) Sensata Technologies FFE000-FFEFFF (base 16) Sensata Technologies 4467 White Bear Parkway White Bear Lake MN 55110 US 00-50-C2 (hex) KST technology FF8000-FF8FFF (base 16) KST technology Bangi-dong, songpa-gu Seoul 138-050 KR 00-50-C2 (hex) Azurtest FE0000-FE0FFF (base 16) Azurtest 4-11-17 Hatiman Kawajima Hikigun Saitama 3500151 JP 00-50-C2 (hex) Figment Design Laboratories FD9000-FD9FFF (base 16) Figment Design Laboratories 113 11th Avenue Fairland Johannesburg Guateng 2170 US 00-50-C2 (hex) City Computing Ltd FD6000-FD6FFF (base 16) City Computing Ltd City House Sutton Surrey SM1 2AE GB 00-50-C2 (hex) DINTEK Shanghai Electronic Ltd FCF000-FCFFFF (base 16) DINTEK Shanghai Electronic Ltd Room 404 Tianlin Road NO 142 Shanghai 200233 CN 00-50-C2 (hex) Aster Electric Co.,Ltd. FD3000-FD3FFF (base 16) Aster Electric Co.,Ltd. 6-40 Minamiyamata3-chome,Tudukiku Yokohama Kanagawa 2240029 JP 00-50-C2 (hex) SERCOM Regeltechniek FC7000-FC7FFF (base 16) SERCOM Regeltechniek Heerweg 9 Lisse ZN 2161 AB` NL 00-50-C2 (hex) Kyowadensi FC4000-FC4FFF (base 16) Kyowadensi Saiwai-cyo 2-1-17 Chikusei Ibaraki 308-0848 JP 00-50-C2 (hex) KOYO ELECTRIC FCE000-FCEFFF (base 16) KOYO ELECTRIC 2-11-7 Hacchobori Chuo-ku TOKYO 104-0032 JP 00-50-C2 (hex) Nanjing SAC Power Grid Automation Co., Ltd. F9F000-F9FFFF (base 16) Nanjing SAC Power Grid Automation Co., Ltd. No.11 Phoenix Road Nanjing Jiangsu Provience 211100 CN 00-50-C2 (hex) Xemex NV FA3000-FA3FFF (base 16) Xemex NV Metropoolstraat 11a Schoten Antwerp BE-2900 BE 00-50-C2 (hex) Coral Telecom Ltd FB9000-FB9FFF (base 16) Coral Telecom Ltd E-02 Sector 63 Noida UP 201301 IN 00-50-C2 (hex) Power-One FA2000-FA2FFF (base 16) Power-One Via San Giorgio 642 Terranuova Bracciolini Arezzo 52028 IT 00-50-C2 (hex) JLCooper Electronics F96000-F96FFF (base 16) JLCooper Electronics 142 Arena St El Segundo CA 90245 US 00-50-C2 (hex) UBSTechnology Co., Ltd F8C000-F8CFFF (base 16) UBSTechnology Co., Ltd 505-Ho, Changmi B/D Seoul City 133-120 KR 00-50-C2 (hex) comlet Verteilte Systeme GmbH F8B000-F8BFFF (base 16) comlet Verteilte Systeme GmbH Amerikastr. 27 Zweibruecken Rheinland-Pfalz 66482 DE 00-50-C2 (hex) Dynamic Design F7F000-F7FFFF (base 16) Dynamic Design 500 W Harbor Dr Unit 311 San Diego California 92101 US 00-50-C2 (hex) Dynon Instruments F84000-F84FFF (base 16) Dynon Instruments 19825 141st PL NE Woodinville WA 98072 US 00-50-C2 (hex) Audio Power Labs F86000-F86FFF (base 16) Audio Power Labs 7020 Huntley Road Columbus Ohio 43229 US 00-50-C2 (hex) D-Hike Electroncs Technology Co.,Ltd F7D000-F7DFFF (base 16) D-Hike Electroncs Technology Co.,Ltd Room 5277, Block A, Building 2, Shanghai Shanghai 201315 CN 00-50-C2 (hex) Tattile srl F79000-F79FFF (base 16) Tattile srl via gaetano donizetti,1/3/5 capriano del colle brescia 25020 IT 00-50-C2 (hex) Newtec A/S F68000-F68FFF (base 16) Newtec A/S Stærmosegårdsvej 18 Odense SV Region Syd 5230 DK 00-50-C2 (hex) MCM Electronics F7B000-F7BFFF (base 16) MCM Electronics Unit 3 / 10 Abel St Sydney NSW 2750 AU 00-50-C2 (hex) Gets MSS S.A. F78000-F78FFF (base 16) Gets MSS S.A. Avenue des Boveresses n°52 Lausanne Vaud 1010 CH 00-50-C2 (hex) DELTACAST.TV F73000-F73FFF (base 16) DELTACAST.TV Rue Gilles Magnee 92/6 ANS 4430 BE 00-50-C2 (hex) Telebyte Inc. F65000-F65FFF (base 16) Telebyte Inc. 355 Marcus Blvd. Hauppauge NY 11788 US 00-50-C2 (hex) Saia-Burgess Controls AG F5B000-F5BFFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) Heinzinger electronic GmbH F4E000-F4EFFF (base 16) Heinzinger electronic GmbH Anton Jakob Str.4 Rosenheim BY 83026 DE 00-50-C2 (hex) NDC Infrared Engineering, Inc. F51000-F51FFF (base 16) NDC Infrared Engineering, Inc. 5314 N. Irwindale Avenue Irwindale CA 91706 US 00-50-C2 (hex) SMARTB TECHNOLOGIES F5D000-F5DFFF (base 16) SMARTB TECHNOLOGIES #625 1ST FLOOR 3 RD CROSS CBI MAIN ROAD HMT LAYOUT RT NAGAR BANAGALORE KARNATAKA 560032 IN 00-50-C2 (hex) Green Instruments A/S F49000-F49FFF (base 16) Green Instruments A/S Erhvervsparken 29 Broenderslev 9700 DK 00-50-C2 (hex) Special Systems Engineering Center LLC F43000-F43FFF (base 16) Special Systems Engineering Center LLC 33 VARSHAVSKOE SHOSSE Moscow 117105 US 00-50-C2 (hex) iBWorld co.,ltd. F40000-F40FFF (base 16) iBWorld co.,ltd. 5-2-15 Tokorozawa Saitama 359-0021 JP 00-50-C2 (hex) SEITEC Co. Ltd F21000-F21FFF (base 16) SEITEC Co. Ltd 580 kamashimo akaiwa-city okayama-pref. 709-0732 JP 00-50-C2 (hex) Terratel Technology s.r.o. F2C000-F2CFFF (base 16) Terratel Technology s.r.o. Dukelska 2192 Benesov CZ 25601 CZ 00-50-C2 (hex) Net4Things F32000-F32FFF (base 16) Net4Things Paseo de la Florida, nº 2 Madrid 28008 ES 00-50-C2 (hex) Micro Technic A/S F0E000-F0EFFF (base 16) Micro Technic A/S Smedevaenget 5 Aarup 5560 DK 00-50-C2 (hex) Sanmina EFD000-EFDFFF (base 16) Sanmina PO 106 Ornskoldsvik 89123 SE 00-50-C2 (hex) Mango DSP, Inc F01000-F01FFF (base 16) Mango DSP, Inc 83 East Ave Norwalk CT 06851 US 00-50-C2 (hex) Syscom Instruments F00000-F00FFF (base 16) Syscom Instruments Rue de l'Industrie 21 Sainte-Croix VD 1450 CH 00-50-C2 (hex) Micro-Key BV F06000-F06FFF (base 16) Micro-Key BV Industrieweg 28 Noordhorn Groningen 9804 TG NL 00-50-C2 (hex) Wren Sound Systems F03000-F03FFF (base 16) Wren Sound Systems 169 Gateshead Way Phoenixville PA 19460 US 00-50-C2 (hex) RO.VE.R. Laboratories S.p.A EF4000-EF4FFF (base 16) RO.VE.R. Laboratories S.p.A Via Parini 2/4 Colombare di SIrmione BS 25019 IT 00-50-C2 (hex) Homaetrix Ltd EF0000-EF0FFF (base 16) Homaetrix Ltd St Johns Innovation Centre Cambridge Cambs CB4 0WS GB 00-50-C2 (hex) Monitor Business Machines EDF000-EDFFFF (base 16) Monitor Business Machines 56-58 Grafton Road Auckland 1035 NZ 00-50-C2 (hex) Eyelock Corporation EDC000-EDCFFF (base 16) Eyelock Corporation 355 Lexington Ave New York New York 10017 US 00-50-C2 (hex) fibrisTerre GmbH EEB000-EEBFFF (base 16) fibrisTerre GmbH Köpenicker Str. 154 Berlin Deutschland 10997 DE 00-50-C2 (hex) QUANTA S.r.l. EE9000-EE9FFF (base 16) QUANTA S.r.l. Via A. Ferrarin, 19-23 Firenze FI 50145 IT 00-50-C2 (hex) Netline Communication Technologies EF6000-EF6FFF (base 16) Netline Communication Technologies Azrieli Circular Tower, 132 Menachem Begin Rd Tel Aviv Israel 67021 IL 00-50-C2 (hex) Cytec Zylindertechnik GmbH EE5000-EE5FFF (base 16) Cytec Zylindertechnik GmbH Steffensrott 1 Jülich NRW 52428 DE 00-50-C2 (hex) TAMAGAWA ELECTRONICS CO.,LTD. ED4000-ED4FFF (base 16) TAMAGAWA ELECTRONICS CO.,LTD. 3-11-23 Kamitsuchidana-naka Ayase-shi Kanagawa 252-1113 JP 00-50-C2 (hex) Klangspektrum GmbH ED2000-ED2FFF (base 16) Klangspektrum GmbH Postweg 14 Erwitte NRW 59597 DE 00-50-C2 (hex) FBT Elettronica spa ED7000-ED7FFF (base 16) FBT Elettronica spa Via P. Soprani 1 Recanati Macerata 62019 IT 00-50-C2 (hex) Cat AB ED6000-ED6FFF (base 16) Cat AB P.o. box 2038 Sundbyberg SE-174 02 SE 00-50-C2 (hex) ECO MONITORING UTILITY SYSTEMS LTD ED3000-ED3FFF (base 16) ECO MONITORING UTILITY SYSTEMS LTD ST BEDES CHAMBERS JARROW TYNE AND WEAR NE32 5JU GB 00-50-C2 (hex) Amsterdam Scientific Instruments BV EC9000-EC9FFF (base 16) Amsterdam Scientific Instruments BV Science Park 105 Amsterdam 1098XG NL 00-50-C2 (hex) ANT Group s.r.l EC1000-EC1FFF (base 16) ANT Group s.r.l Via Giroli 76 Gavardo (BS) 25085 IT 00-50-C2 (hex) UgMO Technologies EC0000-EC0FFF (base 16) UgMO Technologies 840 First Avenue King of Prussia PA 19406 US 00-50-C2 (hex) CIVOLUTION EBF000-EBFFFF (base 16) CIVOLUTION HIGH TECH CAMPUS 9 EINDHOVEN 5656 AE NL 00-50-C2 (hex) Pulse Communication Systems Pvt. Ltd. EB0000-EB0FFF (base 16) Pulse Communication Systems Pvt. Ltd. F-90/22 New Delhi Delhi 110020 IN 00-50-C2 (hex) Warp9 Tech Design, Inc. EAB000-EABFFF (base 16) Warp9 Tech Design, Inc. 3650 Pheasant Run N.E. Blaine MN 55449 US 00-50-C2 (hex) BAE Systems EAA000-EAAFFF (base 16) BAE Systems 65 Spir Brook Rd. Nashua New Hamshire 03060 US 00-50-C2 (hex) ThinkRF Corp EA2000-EA2FFF (base 16) ThinkRF Corp 390 Legget Drive Ottawa Ontario K2K 0G7 CA 00-50-C2 (hex) Robert Bosch Healthcare Systems, Inc. EA0000-EA0FFF (base 16) Robert Bosch Healthcare Systems, Inc. 2400 Geng Road Palo Alto CA 94303 US 00-50-C2 (hex) Covidence A/S EB5000-EB5FFF (base 16) Covidence A/S Strandvejen 2A Roende 8410 DK 00-50-C2 (hex) Perceptive Pixel Inc. E93000-E93FFF (base 16) Perceptive Pixel Inc. 102 Madison Ave. New York NY 10016 US 00-50-C2 (hex) GS Elektromedizinische Geraete G. Stemple GmbH E90000-E90FFF (base 16) GS Elektromedizinische Geraete G. Stemple GmbH Hauswiesenstr. 26 Kaufering Bayern 86916 DE 00-50-C2 (hex) DSP DESIGN LTD E91000-E91FFF (base 16) DSP DESIGN LTD TAPTON PARK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB 00-50-C2 (hex) ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. E84000-E84FFF (base 16) ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. ABB Industrial Park, Torch Hi-Tech Development Zone. Xiamen Fujian 361006 CN 00-50-C2 (hex) GD Mission Systems E8E000-E8EFFF (base 16) GD Mission Systems 8220 E. Roosevelt St. Scottsdale AZ 85257 US 00-50-C2 (hex) Lightel E7A000-E7AFFF (base 16) Lightel 2210 Lind Ave SW. Suite 100 Renton WA 98057 US 00-50-C2 (hex) Pivitec, LLC E88000-E88FFF (base 16) Pivitec, LLC 116 Research Dr. Bethlehem PA 18015 US 00-50-C2 (hex) Solace Systems E9A000-E9AFFF (base 16) Solace Systems 535 Legget Drive Kanata, Ontario K2K 3B8 CA 00-50-C2 (hex) PROYECSON S.A. E96000-E96FFF (base 16) PROYECSON S.A. RONDA GUGLIELMO MARCONI Nº4 PATERNA VALENCIA 46980 ES 00-50-C2 (hex) nicai-systems E9D000-E9DFFF (base 16) nicai-systems Am Denkmal 8 Stolberg NRW 52223 DE 00-50-C2 (hex) UV Networks, Inc. E99000-E99FFF (base 16) UV Networks, Inc. 20370 Town Center Lane, Suite 150 Cupertino CA 95014 US 00-50-C2 (hex) Detech Electronics ApS E61000-E61FFF (base 16) Detech Electronics ApS Oestervej 11 Ullerslev Funen 5540 DK 00-50-C2 (hex) Leyden Engineering E6F000-E6FFFF (base 16) Leyden Engineering PO Box 1193 San Luis Obispo CA 93406 US 00-50-C2 (hex) T8 Ltd E5D000-E5DFFF (base 16) T8 Ltd Krasnobogatyrskaya str., 44/1 Moscow Moscow 107076 RU 00-50-C2 (hex) traffic network solutions s.l E71000-E71FFF (base 16) traffic network solutions s.l Bruc 120, pral 1ºB Barcelona 08009 ES 00-50-C2 (hex) Kyoritsu Electric Corporation E68000-E68FFF (base 16) Kyoritsu Electric Corporation 61-1 NAKADAHONCHO SHIZUOKA-SHI SHIZUOKA-KEN 422-8686 JP 00-50-C2 (hex) Wings for Media SL E42000-E42FFF (base 16) Wings for Media SL C/Rosari 47 4º 1ª Barcelona 08017 ES 00-50-C2 (hex) ENSIS Co., Ltd. E31000-E31FFF (base 16) ENSIS Co., Ltd. 506-508 Doosanventuredigm, 1307-37 Dongan-gu Anyang 431-810 KR 00-50-C2 (hex) ENIKA.CZ E47000-E47FFF (base 16) ENIKA.CZ Nadrazni 609 Nova Paka 50901 CZ 00-50-C2 (hex) DS! Ingenieurbuero E2E000-E2EFFF (base 16) DS! Ingenieurbuero Fuchsweg 17 Elchingen 89275 DE 00-50-C2 (hex) ELVEES E1F000-E1FFFF (base 16) ELVEES Proezd 4922, dom 4, str. 2 Zelenograd Moscow 124498 RU 00-50-C2 (hex) Gall Tankdatensysteme GmbH E17000-E17FFF (base 16) Gall Tankdatensysteme GmbH Schuetzenweg 6 Knittlingen 75438 DE 00-50-C2 (hex) Rosslare Enterprises Limited E1A000-E1AFFF (base 16) Rosslare Enterprises Limited Flat 912 Wing Fat Industrial Building Kowloon Bay Kowloon HK 00-50-C2 (hex) Tyco Traffic & Transportation E01000-E01FFF (base 16) Tyco Traffic & Transportation 137 McCredie Rd Guildford NSW 2161 AU 00-50-C2 (hex) Xitek Design Limited DFE000-DFEFFF (base 16) Xitek Design Limited 54 Henaghans Road Palmerston North Manawatu 4470 NZ 00-50-C2 (hex) Wotbox ltd DFD000-DFDFFF (base 16) Wotbox ltd Unit 75 Joseph Wilson Ind Est Whitstable Kent CT5 3PS GB 00-50-C2 (hex) NOCOSIUM E05000-E05FFF (base 16) NOCOSIUM 15 rue Jules Romains Vaulx-en-Velin 69120 FR 00-50-C2 (hex) Sec.Eng Systems Pty Ltd E04000-E04FFF (base 16) Sec.Eng Systems Pty Ltd 20/65-75 Captain Cook drive Sydney NSW 2229 AU 00-50-C2 (hex) EtherLight DF5000-DF5FFF (base 16) EtherLight 12/11 Soi Prommitr Bangkok 10110 TH 00-50-C2 (hex) SEQUTEC INC DE2000-DE2FFF (base 16) SEQUTEC INC 2958 SCOTT BLVD SANTA CLARA CA 95054 US 00-50-C2 (hex) Mecsel Oy DCE000-DCEFFF (base 16) Mecsel Oy Laitilankuja 5 Helsinki 00420 FI 00-50-C2 (hex) Electronic Applications, Inc. DD2000-DD2FFF (base 16) Electronic Applications, Inc. 2513 W via de Pedro Miguel Phoenix AZ 85086 US 00-50-C2 (hex) Vision & Control GmbH DDC000-DDCFFF (base 16) Vision & Control GmbH Mittelbergstrasse 16 Suhl 98527 DE 00-50-C2 (hex) Comsat VertriebsgmbH DB8000-DB8FFF (base 16) Comsat VertriebsgmbH Sonnenhang 29 Thalheim Steiermark 8754 AT 00-50-C2 (hex) Margento R&D DBD000-DBDFFF (base 16) Margento R&D Gosposvetska 84 Maribor 2000 SI 00-50-C2 (hex) eumig industrie-tv GmbH DAF000-DAFFFF (base 16) eumig industrie-tv GmbH Gewerbeparkstr.9 Salzburg Anif 5081 AT 00-50-C2 (hex) Fluid Components International DC6000-DC6FFF (base 16) Fluid Components International 1755 La Costa Meadows Dr. San Marcos CA 92078 US 00-50-C2 (hex) Gamber Johnson LLC D9C000-D9CFFF (base 16) Gamber Johnson LLC 3001 Borham Ave Stevens Point Wisconsin 54481 US 00-50-C2 (hex) T-Industry, s.r.o. D99000-D99FFF (base 16) T-Industry, s.r.o. Hostaky 910/49 Myjava Trenciansky Kraj 90701 SK 00-50-C2 (hex) M & PAUL, INC DAA000-DAAFFF (base 16) M & PAUL, INC #602, Jugong Bldg., Seoul 138-120 KR 00-50-C2 (hex) CHAUVIN ARNOUX D91000-D91FFF (base 16) CHAUVIN ARNOUX LA QUEUE DEVEE REUX PONT L EVEQUE 14130 FR 00-50-C2 (hex) BC Illumination, Inc. D6E000-D6EFFF (base 16) BC Illumination, Inc. 209 Westbury Lane Georgetown Texas 78633 US 00-50-C2 (hex) Voltech Instruments D7D000-D7DFFF (base 16) Voltech Instruments 148 Sixth Street Didcot Oxon OX11 0TR GB 00-50-C2 (hex) HMI Technologies D7F000-D7FFFF (base 16) HMI Technologies PO Box 38164 Howick Auckland 2145 NZ 00-50-C2 (hex) OWITA GmbH D7B000-D7BFFF (base 16) OWITA GmbH Langenbruch 6 Lemgo NRW D-32657 DE 00-50-C2 (hex) Transbit Sp. z o.o. D7A000-D7AFFF (base 16) Transbit Sp. z o.o. Przyczolkowa 109A Warsaw 02-968 PL 00-50-C2 (hex) Collectric AB D75000-D75FFF (base 16) Collectric AB Regementsvagen 4 Sundsvall Medelpad 85238 SE 00-50-C2 (hex) Telvent D76000-D76FFF (base 16) Telvent Valgrande, 6 Alcobendas Madrid 28108 US 00-50-C2 (hex) ALPHA Corporation D6C000-D6CFFF (base 16) ALPHA Corporation Product Development Department, Housing Hardware Devision Yokohama Kanagawa 236-0004 JP 00-50-C2 (hex) Nemec Automation D6B000-D6BFFF (base 16) Nemec Automation Waldkircher Str. 12 Freiburg BW 79106 DE 00-50-C2 (hex) Audio Authority Corp D82000-D82FFF (base 16) Audio Authority Corp 2048 Mercer Road Lexington Kentucky 40514 US 00-50-C2 (hex) Blankom D83000-D83FFF (base 16) Blankom Hermann-Petersilge-Str. 1 Bad Blankenburg TH 07422 DE 00-50-C2 (hex) Computech International D74000-D74FFF (base 16) Computech International 525 Northern Boulevard Great Neck NY 11021 US 00-50-C2 (hex) Saia-Burgess Controls AG D73000-D73FFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) Uvax Concepts D66000-D66FFF (base 16) Uvax Concepts Parque Empresarial Tactica Paterna Valencia 46980 ES 00-50-C2 (hex) SELEX Communications Limited D56000-D56FFF (base 16) SELEX Communications Limited Lambda House Basildon Essex SS14 3EL GB 00-50-C2 (hex) Sterna Security D55000-D55FFF (base 16) Sterna Security 100 West Sambandam road Coimbatore TN 641002 IN 00-50-C2 (hex) Technagon GmbH D45000-D45FFF (base 16) Technagon GmbH Grafenauer Str. 22 Freyung Bavaria 94078 DE 00-50-C2 (hex) Saia-Burgess Controls AG D44000-D44FFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) Infinition Inc. D5B000-D5BFFF (base 16) Infinition Inc. 3630 Jean Talon Trois-Rivieres QC G8Y 2G7 CA 00-50-C2 (hex) Nihon Kessho Koogaku Co., Ltd. D60000-D60FFF (base 16) Nihon Kessho Koogaku Co., Ltd. 318-19 Kondo-cho Tatebayashi Gunma 374-0042 JP 00-50-C2 (hex) infinitec co., ltd. D5E000-D5EFFF (base 16) infinitec co., ltd. 2-6-35, Honcho Yonezawasi Yamagata 992-0037 JP 00-50-C2 (hex) F+D Feinwerk- und Drucktechnik GmbH D52000-D52FFF (base 16) F+D Feinwerk- und Drucktechnik GmbH Kirchenstr. 38 Neckarsteinach 69239 DE 00-50-C2 (hex) Smith Meter, Inc D49000-D49FFF (base 16) Smith Meter, Inc 1602 Wagner Ave Erie PA 16514 US 00-50-C2 (hex) AREA ENERGY, INC. D41000-D41FFF (base 16) AREA ENERGY, INC. 4F-3, No.2 , Lane 258, Rui Guang Rd. Taipei 114 TW 00-50-C2 (hex) Tellabs Operations Inc. D3D000-D3DFFF (base 16) Tellabs Operations Inc. One Tellabs Center Naperville Illinois 60563 US 00-50-C2 (hex) Gitsn Inc. D3B000-D3BFFF (base 16) Gitsn Inc. #811, Woolim Ebiz Center First, 170-5 Seoul 152-769 KR 00-50-C2 (hex) Olympus NDT Canada Inc. D1F000-D1FFFF (base 16) Olympus NDT Canada Inc. 505, boul Parc Technologique Quebec G1P 4S9 CA 00-50-C2 (hex) TECHKON GmbH D1B000-D1BFFF (base 16) TECHKON GmbH Wiesbadener Str. 27 Koenigstein Hessen 61462 DE 00-50-C2 (hex) Apex NV D39000-D39FFF (base 16) Apex NV Schoebroekstraat, 62 Beringen Limburg 3583 BE 00-50-C2 (hex) Bodensee Gravitymeter Geosystem GmbH D00000-D00FFF (base 16) Bodensee Gravitymeter Geosystem GmbH Im Gehren 15 Uberlingen Baden-Württemberg 88662 DE 00-50-C2 (hex) Tritium Pty Ltd CFC000-CFCFFF (base 16) Tritium Pty Ltd 1/31 Archimedes PL. Murarrie QLD 4172 AU 00-50-C2 (hex) Weinert Engineering GmbH D0E000-D0EFFF (base 16) Weinert Engineering GmbH An den Kolonaten 27 Bad Zwischenahn Niedersachsen 26160 DE 00-50-C2 (hex) Lupatecnologia e Sistemas Ltda CEF000-CEFFFF (base 16) Lupatecnologia e Sistemas Ltda Rua Viscondessa Di Cavalcante, 75/301 Juiz de Fora Minas Gerais 36020-070 BR 00-50-C2 (hex) Megacon AB CBF000-CBFFFF (base 16) Megacon AB Ranhammarsvägen 20 Bromma Stockholm 168 67 SE 00-50-C2 (hex) Maretron, LLP CE5000-CE5FFF (base 16) Maretron, LLP 9014 N. 23rd Ave #10 Phoenix AZ 85021 US 00-50-C2 (hex) Axotec Technologies GmbH CDE000-CDEFFF (base 16) Axotec Technologies GmbH Sudetenstraße 88 Geretsried Bavaria 82538 DE 00-50-C2 (hex) Kiefer technic GmbH CA0000-CA0FFF (base 16) Kiefer technic GmbH Feldbacher Strasse 77 Bad Gleichenberg Styria 8344 AT 00-50-C2 (hex) Pacific Coast Engineering CAD000-CADFFF (base 16) Pacific Coast Engineering 1524 Fernwood Drive Oakland CA 94611 US 00-50-C2 (hex) PURVIS Systems Incorporated CAC000-CACFFF (base 16) PURVIS Systems Incorporated 1272 West Main Rd Middletown Rhode Island 02842 US 00-50-C2 (hex) Private CB5000-CB5FFF (base 16) Private 00-50-C2 (hex) inotech GmbH CB7000-CB7FFF (base 16) inotech GmbH Siemensallee 84 Karlsruhe BW 76187 DE 00-50-C2 (hex) YOKOWO CO.,LTD CA5000-CA5FFF (base 16) YOKOWO CO.,LTD 5-11 Takinogawa 7-Chome Kita-ku Tokyo 114-8515 JP 00-50-C2 (hex) Moravian Instruments CB2000-CB2FFF (base 16) Moravian Instruments Masarykova 1148 Zlin 763 02 CZ 00-50-C2 (hex) Konsmetal S.A. CB0000-CB0FFF (base 16) Konsmetal S.A. Bracka 25 St. Warsaw 00-028 PL 00-50-C2 (hex) Keith & Koep GmbH C8F000-C8FFFF (base 16) Keith & Koep GmbH Uellendahler Str. 199 Wuppertal NRW 42109 DE 00-50-C2 (hex) Emergency Message Controls LLC C8D000-C8DFFF (base 16) Emergency Message Controls LLC 5 Canterbury Rd Charlottesville VA 22903 US 00-50-C2 (hex) Reko-vek C80000-C80FFF (base 16) Reko-vek Gornaya str. 17A Nizhni Novgorod Region 603062 RU 00-50-C2 (hex) Keysight Technologies Inc. C7C000-C7CFFF (base 16) Keysight Technologies Inc. Lise-Meitner-Allee 27 Bochum 44801 DE 00-50-C2 (hex) CODESYSTEM Co.,Ltd C79000-C79FFF (base 16) CODESYSTEM Co.,Ltd #705 Ace Techno Tower-9th 345-30 Seoul 153-802 KR 00-50-C2 (hex) Practical Control Ltd C67000-C67FFF (base 16) Practical Control Ltd 443 Brightside Lane Sheffield South Yorkshire S9 2RS GB 00-50-C2 (hex) HPC Platform C54000-C54FFF (base 16) HPC Platform 63 rue Madeleine Michelis Neuilly Sur Seine 92200 FR 00-50-C2 (hex) Smartfield, Inc. C52000-C52FFF (base 16) Smartfield, Inc. 2601 SE Loop 289 Lubbock TX 79404 US 00-50-C2 (hex) SweMet AB C5D000-C5DFFF (base 16) SweMet AB Östgötagatan 19 Linköping 58232 SE 00-50-C2 (hex) Commotive A/S C5A000-C5AFFF (base 16) Commotive A/S Rebildskovhusevej 17 Skørping DK-9520 DK 00-50-C2 (hex) Powersense A/S C4F000-C4FFFF (base 16) Powersense A/S Skovlytoften 33 Holte Sealand 2840 DK 00-50-C2 (hex) GridManager A/S C76000-C76FFF (base 16) GridManager A/S Livovej 21 Viborg 8800 DK 00-50-C2 (hex) Quail C72000-C72FFF (base 16) Quail 92 Lots Road London SW10 0QD GB 00-50-C2 (hex) COMPRION GmbH C41000-C41FFF (base 16) COMPRION GmbH Technologiepark 25 Paderborn 33100 DE 00-50-C2 (hex) Sysacom C3E000-C3EFFF (base 16) Sysacom 324 St-Paul Le Gardeur Québec J5Z4H9 CA 00-50-C2 (hex) 4D Technology Corporation C31000-C31FFF (base 16) 4D Technology Corporation 3280 E. Hemisphere Loop, Tucson Arizona 85706 US 00-50-C2 (hex) bach-messtechnik gmbh C2C000-C2CFFF (base 16) bach-messtechnik gmbh Gotzweg 103 Monchengladbach 41238 DE 00-50-C2 (hex) ELEKTRO-AUTOMATIK GmbH & Co. KG C3B000-C3BFFF (base 16) ELEKTRO-AUTOMATIK GmbH & Co. KG Helmholtzstraße 31-33 Viersen NRW 41747 DE 00-50-C2 (hex) SECAD SA C39000-C39FFF (base 16) SECAD SA Zac des Pellants St Martin du Fresne 01430 FR 00-50-C2 (hex) Austco Communication Systems Pty Ltd C26000-C26FFF (base 16) Austco Communication Systems Pty Ltd 40 O'Malley Street Osborne Park Western Australia 6017 AU 00-50-C2 (hex) Audient Ltd C22000-C22FFF (base 16) Audient Ltd 1 Stable Court Herriard Hampshire RG25 2PL GB 00-50-C2 (hex) Ibercomp SA C19000-C19FFF (base 16) Ibercomp SA C/Lluis Alemany i Pujol 4 Palma de Mallorca Baleares 07010 ES 00-50-C2 (hex) SAM Co., Ltd. C1A000-C1AFFF (base 16) SAM Co., Ltd. Meguro F2 Building Meguro-ku Tokyo 153-0061 JP 00-50-C2 (hex) Graesslin GmbH C1B000-C1BFFF (base 16) Graesslin GmbH Bundesstraße 36 St. Georgen Baden-Württemberg 78112 DE 00-50-C2 (hex) Procon Electronics C32000-C32FFF (base 16) Procon Electronics PO Box 164 Sydney NSW 1730 AU 00-50-C2 (hex) Elektronic Thoma GmbH C49000-C49FFF (base 16) Elektronic Thoma GmbH Friedhofweg 5 Dentlein a/F. 91599 DE 00-50-C2 (hex) Dantec Dynamics A/S C13000-C13FFF (base 16) Dantec Dynamics A/S Tonsbakken 16-18 Skovlunde 2740 DK 00-50-C2 (hex) ART Antriebs- und Regeltechnik GmbH C11000-C11FFF (base 16) ART Antriebs- und Regeltechnik GmbH 2.Industriestrasse 8 Hockenheim 68766 DE 00-50-C2 (hex) ProSourcing GmbH C0B000-C0BFFF (base 16) ProSourcing GmbH Dorfmatt 1 Muntelier Freiburg 3286 CH 00-50-C2 (hex) SOCIEDAD IBERICA DE CONSTRUCCIONES ELECTRICAS, S.A. (SICE) BEF000-BEFFFF (base 16) SOCIEDAD IBERICA DE CONSTRUCCIONES ELECTRICAS, S.A. (SICE) C/Sepulveda, 6 ALCOBENDAS MADRID 28108 ES 00-50-C2 (hex) Ingeteam Paneles S.A.U. BFE000-BFEFFF (base 16) Ingeteam Paneles S.A.U. Pol Ind El Juncarillo, nave 1 Sesma Navarra 31293 ES 00-50-C2 (hex) OMICRON electronics GmbH C16000-C16FFF (base 16) OMICRON electronics GmbH Oberes Ried 1 Klaus A-6833 AT 00-50-C2 (hex) Galaxia Electronics BC0000-BC0FFF (base 16) Galaxia Electronics #1307 Tech Center, SK Technopark Seongnamsi Gyeonggido 462-721 KR 00-50-C2 (hex) ImpactSystems BBC000-BBCFFF (base 16) ImpactSystems 15-10-206 Satsukigaoka-Minami Suita Osaka 565-0832 JP 00-50-C2 (hex) Onlinepizza Norden AB BBE000-BBEFFF (base 16) Onlinepizza Norden AB Strandbergsgatan 61 Stockholm 112 51 SE 00-50-C2 (hex) Peek Traffic Corporation BEB000-BEBFFF (base 16) Peek Traffic Corporation 2906 Corporate Way Palmetto Florida 34221 US 00-50-C2 (hex) Nextmove Technologies BC9000-BC9FFF (base 16) Nextmove Technologies 38 Taylor Drive Brookline New Hampshire 03033 US 00-50-C2 (hex) TV Portal Co., Ltd. BCE000-BCEFFF (base 16) TV Portal Co., Ltd. 5F TATENO, 6-4-13 Kiba Koto Tokyo 135-0042 JP 00-50-C2 (hex) Global Security Devices BD4000-BD4FFF (base 16) Global Security Devices S12-S14 Synergy Centre Dublin D24 IE 00-50-C2 (hex) ClimateWell AB (publ) BB3000-BB3FFF (base 16) ClimateWell AB (publ) Instrumentvagen 20 Hagersten 12653 SE 00-50-C2 (hex) St Michael Strategies Inc BB2000-BB2FFF (base 16) St Michael Strategies Inc 701 Salaberry suite 201 Chambly Quebec J3L 1R2 CA 00-50-C2 (hex) Keith & Koep GmbH B8C000-B8CFFF (base 16) Keith & Koep GmbH Uellendahler Str. 199 Wuppertal NRW 42109 DE 00-50-C2 (hex) CEMSI B8D000-B8DFFF (base 16) CEMSI 780 Keezletown Road Weyers Cave VA 24486 US 00-50-C2 (hex) RaumComputer Entwicklungs- und Vertriebs GmbH BA7000-BA7FFF (base 16) RaumComputer Entwicklungs- und Vertriebs GmbH Augartenstraße 1 Karlsruhe Baden-Württemberg 76137 DE 00-50-C2 (hex) Toptech Systems, Inc. BB9000-BB9FFF (base 16) Toptech Systems, Inc. 280 Hunt Park Cove Longwood FL 32750 US 00-50-C2 (hex) GHL Advanced Technolgy GmbH & Co. KG B81000-B81FFF (base 16) GHL Advanced Technolgy GmbH & Co. KG Jung-Stilling-Straße 21 Kaiserslautern Rheinland-Pfalz 67663 DE 00-50-C2 (hex) Gigatronik Köln GmbH B88000-B88FFF (base 16) Gigatronik Köln GmbH Ruth-Hallensleben-Straße 4 Köln 50739 DE 00-50-C2 (hex) SilverNet B85000-B85FFF (base 16) SilverNet 16 Cochran Close Milton Keynes Bucks MK8 0AJ GB 00-50-C2 (hex) 8185 B66000-B66FFF (base 16) 8185 Paffrather Str. 140 Bergisch Gladbach Northrhine Westfalia 51465 DE 00-50-C2 (hex) Schnoor Industrieelektronik GmbH & Co. KG B7A000-B7AFFF (base 16) Schnoor Industrieelektronik GmbH & Co. KG Fehmarnstr. 6 Buedelsdorf Schleswig-Holstein 24782 DE 00-50-C2 (hex) ARKRAY, Inc. Kyoto Laboratory B73000-B73FFF (base 16) ARKRAY, Inc. Kyoto Laboratory Yousuien-nai Kyoto Kamigyo-ku 602-0008 JP 00-50-C2 (hex) Nisshin Electronics co.,ltd. B70000-B70FFF (base 16) Nisshin Electronics co.,ltd. 2-1-7 Taiho Nagoya-shi Aichi-ken 4560062 JP 00-50-C2 (hex) Enatel B7F000-B7FFFF (base 16) Enatel 321 Tuam Street Christchurch 8032 NZ 00-50-C2 (hex) Drinelec B6C000-B6CFFF (base 16) Drinelec Les Chovets Barbières 26300 FR 00-50-C2 (hex) M-Tronic Design and Technology GmbH B3F000-B3FFFF (base 16) M-Tronic Design and Technology GmbH Im Großen Gunterstal 8 Blieskastel Saarland 66440 DE 00-50-C2 (hex) Meisol co.,ltd B34000-B34FFF (base 16) Meisol co.,ltd NAKA-KU YAMASHITA-CHO 74-1 YOKOHAMA-SHI KANAGAWA-KEN 231-0023 JP 00-50-C2 (hex) Sencon UK Ltd. B4F000-B4FFFF (base 16) Sencon UK Ltd. Stonebridge Cross Business Park Droitwich Worcestershire WR9 0LW GB 00-50-C2 (hex) ElectroCom B4C000-B4CFFF (base 16) ElectroCom Torvet 5 Svendborg Fyn 5700 DK 00-50-C2 (hex) MCS MICRONIC Computer Systeme GmbH B47000-B47FFF (base 16) MCS MICRONIC Computer Systeme GmbH Ullsteinstr. 114, Turm C Berlin 12109 DE 00-50-C2 (hex) Palgiken Co.,Ltd. B5E000-B5EFFF (base 16) Palgiken Co.,Ltd. 2217-2 Hayashicho Takamatsu Kagawa 761-0301 JP 00-50-C2 (hex) Telegenix B1D000-B1DFFF (base 16) Telegenix 71 Indel Ave. Rancocas NJ 08073 US 00-50-C2 (hex) Integrated Control Corp. B1B000-B1BFFF (base 16) Integrated Control Corp. 748 Park Ave Huntington NY 11743 US 00-50-C2 (hex) Rosslare Enterprises Limited B18000-B18FFF (base 16) Rosslare Enterprises Limited Flat 912 Wing Fat Industrial Building Kowloon Bay Kowloon HK 00-50-C2 (hex) Micromax Pty. Ltd. B28000-B28FFF (base 16) Micromax Pty. Ltd. 5 Orangegrove Ave Unanderra NSW 2526 AU 00-50-C2 (hex) Elko Systems B26000-B26FFF (base 16) Elko Systems 11 clair road Lynnwood Glen Pretoria Gauteng 0081 ZA 00-50-C2 (hex) Japan Electronics System, Inc B0D000-B0DFFF (base 16) Japan Electronics System, Inc Sanno 3-45-3 Ota ku Tokyo 143-0023 JP 00-50-C2 (hex) Saia-Burgess Controls AG B00000-B00FFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) U-CARE INC. ACB000-ACBFFF (base 16) U-CARE INC. Room no. 407, Medical industry venture center Kangwon-do 220-842 KR 00-50-C2 (hex) Green Goose AF1000-AF1FFF (base 16) Green Goose 6025 SW Taylor St. Portland OR 97221 US 00-50-C2 (hex) AT4 wireless.S.A AE0000-AE0FFF (base 16) AT4 wireless.S.A c/ Severo Ochoa 2 Campanillas Málaga 29590 ES 00-50-C2 (hex) Phytec Messtechnik GmbH AD1000-AD1FFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) ACD Elektronik GmbH AF2000-AF2FFF (base 16) ACD Elektronik GmbH Engelberg 2 Achstetten bawu 88480 DE 00-50-C2 (hex) E-Motion System, Inc. AC5000-AC5FFF (base 16) E-Motion System, Inc. 5-21-3 Nishi-Gotanda Shinagawa-ku Tokyo 141-0031 JP 00-50-C2 (hex) Showtacle AB9000-AB9FFF (base 16) Showtacle Pecnianska 21 Bratislava 85101 SK 00-50-C2 (hex) Endeas Oy AA7000-AA7FFF (base 16) Endeas Oy Heimolantie 6 Espoo 02330 FI 00-50-C2 (hex) ProCom Systems, Inc. AB2000-AB2FFF (base 16) ProCom Systems, Inc. 5100 Coachman Road Bettendorf IA 52722 US 00-50-C2 (hex) LIMAB AB A86000-A86FFF (base 16) LIMAB AB Almedalsvägen Göteborg 41263 SE 00-50-C2 (hex) Smith Meter, Inc. AA0000-AA0FFF (base 16) Smith Meter, Inc. 1602 Wagner Ave. Erie PA 16514 US 00-50-C2 (hex) Haivision Systems Inc A99000-A99FFF (base 16) Haivision Systems Inc 4445 Garand Montreal QC H4R 2H9 CA 00-50-C2 (hex) Absolutron. LLC A9A000-A9AFFF (base 16) Absolutron. LLC 1107 Fair Oaks Ave. #476 South Pasadena CA 91030 US 00-50-C2 (hex) SPX Dehydration & Filtration A93000-A93FFF (base 16) SPX Dehydration & Filtration 4647 S.W. 40th Ave. Ocala FL 34474 US 00-50-C2 (hex) Par-Tech, Inc. A94000-A94FFF (base 16) Par-Tech, Inc. 139 Premier Dr. Lake Orion MI 48359 US 00-50-C2 (hex) FEP SRL A96000-A96FFF (base 16) FEP SRL VIA MODENA, 68 SAN GIOVANNI IN PERSICETO BOLOGNA 40017 IT 00-50-C2 (hex) i-RED Infrarot Systeme GmbH A50000-A50FFF (base 16) i-RED Infrarot Systeme GmbH Hafenstr. 47-51 Linz Upper Austria 4020 AT 00-50-C2 (hex) Deuta GmbH A4F000-A4FFFF (base 16) Deuta GmbH Paffrather Str. 140 Bergisch Gladbach Northrhine Westfalia 51465 DE 00-50-C2 (hex) Conduant Corporation A4E000-A4EFFF (base 16) Conduant Corporation 1501 S. Sunset St. Longmont CO 80501 US 00-50-C2 (hex) Orange Tree Technologies A7B000-A7BFFF (base 16) Orange Tree Technologies Harwell Innovation Centre Didcot Oxfordshire OX110QG GB 00-50-C2 (hex) X-Pert Paint Mixing Systems A68000-A68FFF (base 16) X-Pert Paint Mixing Systems 2715 Lincoln Drive Roseville MN 55113 US 00-50-C2 (hex) DVTech A66000-A66FFF (base 16) DVTech 10 Kehilat Venezia st. Tel Aviv Israel 69400 IL 00-50-C2 (hex) Alga Microwave Inc A5F000-A5FFFF (base 16) Alga Microwave Inc 2109 St Regis Dollard-des-Ormeaux QC H9B 2M9 CA 00-50-C2 (hex) Saia-Burgess Controls AG A25000-A25FFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) Quorum Technologies Ltd A20000-A20FFF (base 16) Quorum Technologies Ltd South Stour Avenue Ashford Kent TN23 7RS GB 00-50-C2 (hex) MAMAC Systems, Inc. A1E000-A1EFFF (base 16) MAMAC Systems, Inc. 8189 Century Blvd. Chanhassen Minnesota 55317-8002 US 00-50-C2 (hex) Flight Data Systems Pty Ltd A1F000-A1FFFF (base 16) Flight Data Systems Pty Ltd 31 Mc Gregors Drive Keilor Park Victoria 3042 AU 00-50-C2 (hex) SAMH Engineering Services A1D000-A1DFFF (base 16) SAMH Engineering Services 1 Leopardstown Drive Dublin Co. IE 00-50-C2 (hex) DITRON S.r.l. A4A000-A4AFFF (base 16) DITRON S.r.l. Via Antiniana, 115 Pozzuoli Napoli 80078 IT 00-50-C2 (hex) Elbit Systems of America - Tallahassee Operations A14000-A14FFF (base 16) Elbit Systems of America - Tallahassee Operations 1721 W. Paul Dirac Drive Tallahassee Florida 32310 US 00-50-C2 (hex) Winners Satellite Electronics Corp. A17000-A17FFF (base 16) Winners Satellite Electronics Corp. 3F, NO. 4, LANE 263, CHUNG YANG RD., TAIPEI 115, TAIWAN TAIPEI 115 TW 00-50-C2 (hex) Sofradir-EC A45000-A45FFF (base 16) Sofradir-EC 373 Route 46 West Fairfield NJ 07004 US 00-50-C2 (hex) Industrial Data Products Ltd A39000-A39FFF (base 16) Industrial Data Products Ltd The Studio Cwmbran Gwent NP44 3JU GB 00-50-C2 (hex) SPECTRA EMBEDDED SYSTEMS 9FE000-9FEFFF (base 16) SPECTRA EMBEDDED SYSTEMS Khasra No. 24, Village Ghumman,1st Floor, Chawla Mansion, Parwanoo Himachal Pradesh 173 220 IN 00-50-C2 (hex) Technovare Systems A00000-A00FFF (base 16) Technovare Systems 1675 Scenic Ave. Suite 200 Costa Mesa CA 92626 US 00-50-C2 (hex) Industrial Computing Ltd A15000-A15FFF (base 16) Industrial Computing Ltd Elmcroft Gillingham Dorset SP8 4NG GB 00-50-C2 (hex) Visualware Inc A0F000-A0FFFF (base 16) Visualware Inc PO Box 668 Turlock California 95381 US 00-50-C2 (hex) Innovative American Technology A09000-A09FFF (base 16) Innovative American Technology 4800 Lyons Technology Pkwy, Ste 3 Coconut Creek FL 33073 US 00-50-C2 (hex) DST Swiss AG 9E0000-9E0FFF (base 16) DST Swiss AG Schuebelbachstrasse 3 Eglisau ZH 8193 CH 00-50-C2 (hex) ECTEC INC. 9FC000-9FCFFF (base 16) ECTEC INC. 632 Rancho Vista Blvd. Palmdale CA 93550 US 00-50-C2 (hex) Kumho Electric, Inc. 9E6000-9E6FFF (base 16) Kumho Electric, Inc. 211-1, Jangji-Ri, Dongtan-myun, Hwasung City Kyonggi-Do 445-812 KR 00-50-C2 (hex) Teranex A Division of Silicon Optix 9FA000-9FAFFF (base 16) Teranex A Division of Silicon Optix 12600 Challenger Parkway Orlando FL 32826-2700 US 00-50-C2 (hex) Commex Technologies 9F5000-9F5FFF (base 16) Commex Technologies 4 Hanechoshet St. Tel Aviv 69719 IL 00-50-C2 (hex) ESAB-ATAS GmbH 9CA000-9CAFFF (base 16) ESAB-ATAS GmbH Liebigstraße 16 Seligenstadt Hessen 63500 DE 00-50-C2 (hex) Ronan Engineering 9CE000-9CEFFF (base 16) Ronan Engineering 21200 Oxnard St. Woodland Hills CA 91367 US 00-50-C2 (hex) Sound Player Systems e.K. 9B8000-9B8FFF (base 16) Sound Player Systems e.K. Max-Volmer-Strasse 27 Hilden NRW 40721 DE 00-50-C2 (hex) Kahler Automation 9B3000-9B3FFF (base 16) Kahler Automation 808 Timberlake Rd Fairmont MN 56031 US 00-50-C2 (hex) Bon Hora GmbH 9B1000-9B1FFF (base 16) Bon Hora GmbH Steinbuehlstrasse 15b Wetzlar Hessen 35578 DE 00-50-C2 (hex) ethermetrics 9C8000-9C8FFF (base 16) ethermetrics 1223 peoples ave Troy New York 12180 US 00-50-C2 (hex) J. DITTRICH ELEKTRONIC GmbH & Co. KG 9D0000-9D0FFF (base 16) J. DITTRICH ELEKTRONIC GmbH & Co. KG Bahnhofstraße 67 Baden-Baden / Haueneberstein Baden-Württemberg 76532 DE 00-50-C2 (hex) Entwicklung Hard- & Software 9A4000-9A4FFF (base 16) Entwicklung Hard- & Software Berlinerstr. 9 Schoenaich BW 71101 DE 00-50-C2 (hex) CaTs3 Limited 99C000-99CFFF (base 16) CaTs3 Limited 21 Lindisfarne Drive Kenilworth Warwickshire CV8 2PQ GB 00-50-C2 (hex) Sietron Elektronik 99F000-99FFFF (base 16) Sietron Elektronik Mittere Feldstrasse 5 Freilassing 83395 DE 00-50-C2 (hex) Chronos Technology Ltd. 9AD000-9ADFFF (base 16) Chronos Technology Ltd. Stowfield House Lydbrook Gloucestershire GL17 9PD GB 00-50-C2 (hex) TEKO TELECOM SpA 9AA000-9AAFFF (base 16) TEKO TELECOM SpA Via dell' Industria, 5 San Lazzaro di Savena Bologna 40068 IT 00-50-C2 (hex) Bettini srl 99B000-99BFFF (base 16) Bettini srl Via Cesare Battisti 22 Cesano Maderno Milano I - 20031 IT 00-50-C2 (hex) Depro Électronique 997000-997FFF (base 16) Depro Électronique 755 Curé-Boivin Boisbriand Québec J7G2J2 CA 00-50-C2 (hex) Commercial Timesharing Inc. 996000-996FFF (base 16) Commercial Timesharing Inc. 2740 Cory Ave. Akron OH 44314 US 00-50-C2 (hex) Computerwise, Inc. 9A3000-9A3FFF (base 16) Computerwise, Inc. 302 N. Winchester Olathe KS 66062 US 00-50-C2 (hex) Metodo2 9A6000-9A6FFF (base 16) Metodo2 Via IV Novembre 11 Cologno Monzese MI 20093 IT 00-50-C2 (hex) Earnestcom Sdn Bhd 985000-985FFF (base 16) Earnestcom Sdn Bhd 57B, JLN PU 7/4, Bandar Puchong Utama, 47100 Selangor MY 00-50-C2 (hex) Atel Corporation 984000-984FFF (base 16) Atel Corporation 2-18-10, NISHISHINGAI-CHO FUKUYAMA-SHI HIROSHIMA 721-0958 JP 00-50-C2 (hex) Novotronik GmbH 981000-981FFF (base 16) Novotronik GmbH Baeumenheimer Strasse 3 Mertingen Bavaria 86690 DE 00-50-C2 (hex) RF Industries 97E000-97EFFF (base 16) RF Industries PO Box 5 Welland SA 5007 AU 00-50-C2 (hex) Pyramid Technical Consultants 975000-975FFF (base 16) Pyramid Technical Consultants 1050 Waltham St Lexington MA 02421 US 00-50-C2 (hex) Gehrke Kommunikationssysteme GmbH 969000-969FFF (base 16) Gehrke Kommunikationssysteme GmbH Seligenportenerstr. 30 Allersberg 90584 DE 00-50-C2 (hex) Watthour Engineering Co., Inc. 967000-967FFF (base 16) Watthour Engineering Co., Inc. 333 Crosspark Dr Pearl MS 39208 US 00-50-C2 (hex) Peek Traffic Corporation 96E000-96EFFF (base 16) Peek Traffic Corporation 2906 Corporate Way Palmetto Florida 34221 US 00-50-C2 (hex) Saia-Burgess Controls AG 977000-977FFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) Roessmann Engineering 955000-955FFF (base 16) Roessmann Engineering Pachernweg 11 Hart bei Graz Steiermark 8075 AT 00-50-C2 (hex) IMEXHIGHWAY cvba 947000-947FFF (base 16) IMEXHIGHWAY cvba Port Arthurlaan 15 GHENT Oost-Vlaanderen 9000 BE 00-50-C2 (hex) Rolbit 941000-941FFF (base 16) Rolbit Shoham 21 Barkan Israel 44820 IL 00-50-C2 (hex) Reliatronics Inc. 93B000-93BFFF (base 16) Reliatronics Inc. 1858 Ranch Road 3232 Johnson City TX 78636 US 00-50-C2 (hex) Phytec Messtechnik GmbH 92F000-92FFFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) Rosendahl Studiotechnik GmbH 91D000-91DFFF (base 16) Rosendahl Studiotechnik GmbH Andechser Str. 5 Utting am Ammersee Bayern 86919 DE 00-50-C2 (hex) Saia-Burgess Controls AG 933000-933FFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) APProSoftware.com 92D000-92DFFF (base 16) APProSoftware.com Bulwar Ikara 29A/2 Wroclaw Dolnoslaskie 54-130 PL 00-50-C2 (hex) RCS Communication Test Systems Ltd. 93E000-93EFFF (base 16) RCS Communication Test Systems Ltd. 4 Nahal Yavniel Str. Modiin 71700 IL 00-50-C2 (hex) China Railway Signal & Communication Corp. 902000-902FFF (base 16) China Railway Signal & Communication Corp. B49 Xisihuan Nanlu,Fengtai District, Beijing 100071 CN 00-50-C2 (hex) INTEGRA Biosciences AG 90F000-90FFFF (base 16) INTEGRA Biosciences AG Schoenbuehlstrasse 8 Chur Graubuenden 7000 CH 00-50-C2 (hex) Phytec Messtechnik GmbH 90E000-90EFFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) Gidel 906000-906FFF (base 16) Gidel Hailan St 2 Or Akiva 30600 IL 00-50-C2 (hex) Balfour Beatty Rail GmbH 8EC000-8ECFFF (base 16) Balfour Beatty Rail GmbH Garmischer Str. 35 Munich Germany 81373 DE 00-50-C2 (hex) AT-Automation Technology GmbH 8ED000-8EDFFF (base 16) AT-Automation Technology GmbH Hermann-Boessow-Str. 6-8 Bad Oldesloe D-23843 DE 00-50-C2 (hex) Sandel Avionics, Inc. 8E6000-8E6FFF (base 16) Sandel Avionics, Inc. 2401 Dogwood Way Vista CA 92081 US 00-50-C2 (hex) Coherix, Inc 8DE000-8DEFFF (base 16) Coherix, Inc 3980 Ranchero Dr Ann Arbor MI 48108 US 00-50-C2 (hex) Frame Systems Limited 8DC000-8DCFFF (base 16) Frame Systems Limited The Yard Hungerford Berkshire RG17 0BP GB 00-50-C2 (hex) PCSC 8EE000-8EEFFF (base 16) PCSC 3541 Challenger Street Torrance CA 90503 US 00-50-C2 (hex) Soldig Industria e Comercio de Equipamentos Eletronicos LTDA 8C4000-8C4FFF (base 16) Soldig Industria e Comercio de Equipamentos Eletronicos LTDA Av. Ipiranga 6681 Building 94 Room 7 Porto Alegre RS 90619-900 BR 00-50-C2 (hex) Gradual Tecnologia Ltda. 8C6000-8C6FFF (base 16) Gradual Tecnologia Ltda. Rua Attilio Giaretta, 110 Itatiba SP 13257-584 BR 00-50-C2 (hex) Heraeus Noblelight GmbH 8C1000-8C1FFF (base 16) Heraeus Noblelight GmbH Heraeusstrasse 12-14 Hanau Hessen 63450 DE 00-50-C2 (hex) VTQ Videtronik GmbH 8B3000-8B3FFF (base 16) VTQ Videtronik GmbH Gruene Str. 2 Querfurt Saxon-Anhalt 06268 DE 00-50-C2 (hex) Sandar Telecast AS 8B4000-8B4FFF (base 16) Sandar Telecast AS Borgeskogen Stokke 3160 NO 00-50-C2 (hex) Polygon Informatics Ltd. 8D7000-8D7FFF (base 16) Polygon Informatics Ltd. Kalvaria sgt. 24. Szeged H-6722 HU 00-50-C2 (hex) Array Technologies Inc 8D8000-8D8FFF (base 16) Array Technologies Inc 160 Oak Street Glastonbury CT 06033 US 00-50-C2 (hex) TTi Ltd 8D2000-8D2FFF (base 16) TTi Ltd Glebe Road Huntingdon Cambridgeshire PE29 7DR GB 00-50-C2 (hex) LyconSys GmbH & Co.KG 8CC000-8CCFFF (base 16) LyconSys GmbH & Co.KG Schleusenstr. 9 Frankfurt am Main Hesse 60327 DE 00-50-C2 (hex) Broadcast Electronics 89E000-89EFFF (base 16) Broadcast Electronics 4100 N. 24th Quincy IL 62305 US 00-50-C2 (hex) Optoelettronica Italia S.r.l. 87F000-87FFFF (base 16) Optoelettronica Italia S.r.l. via Vienna 8 Trento Trento 38121 IT 00-50-C2 (hex) Continental Electronics Corp. 88A000-88AFFF (base 16) Continental Electronics Corp. 4212 S. Buckner Blvd. Dallas TX 75227 US 00-50-C2 (hex) Nanomotion Ltd. 8AB000-8ABFFF (base 16) Nanomotion Ltd. Mordot HaCarmel Industrial Park Yokneam 20692 IL 00-50-C2 (hex) Blankom 896000-896FFF (base 16) Blankom Hermann-Petersilge-Str. 1 Bad Blankenburg Thuringia 07422 DE 00-50-C2 (hex) Shockfish SA 894000-894FFF (base 16) Shockfish SA Parc Scientifique Lausanne VD 1015 CH 00-50-C2 (hex) BAE Systems Hägglunds AB 890000-890FFF (base 16) BAE Systems Hägglunds AB Björnavägen 41 Örnsköldsvik Västernorrland 891 82 SE 00-50-C2 (hex) UAVNavigation S.L. 87B000-87BFFF (base 16) UAVNavigation S.L. Av. Doctor Severo Ochoa Alcobendas Madrid 28100 ES 00-50-C2 (hex) Spectrum Management, LC 87A000-87AFFF (base 16) Spectrum Management, LC 1020 Hoosier Dr. Larkspur CO 80118 US 00-50-C2 (hex) Syntronics 867000-867FFF (base 16) Syntronics 3500 Shannon Park Dr. Fredericksburg VA 22408 US 00-50-C2 (hex) ATG Automatisierungstechnik GERA GmbH 864000-864FFF (base 16) ATG Automatisierungstechnik GERA GmbH Keplerstr. 10-12 Gera Thuringia 07549 DE 00-50-C2 (hex) Ettus Research LLC 853000-853FFF (base 16) Ettus Research LLC 1043 N Shoreline Blvd Mountain View CA 94043 US 00-50-C2 (hex) Eutron S.p.A. 860000-860FFF (base 16) Eutron S.p.A. Via Gandhi, 12 (Head office) Treviolo Bergamo 24048 IT 00-50-C2 (hex) b-plus GmbH 86F000-86FFFF (base 16) b-plus GmbH Ulrichsbergerstr. 17 Deggendorf Bavaria 94469 DE 00-50-C2 (hex) OMB Sistemas Electronicos S.A. 86B000-86BFFF (base 16) OMB Sistemas Electronicos S.A. Avd San Antonio Cuarte de Huerva Zaragoza 50410 ES 00-50-C2 (hex) Ing. Knauseder Mechatronik GmbH 85D000-85DFFF (base 16) Ing. Knauseder Mechatronik GmbH Maierhof 12 Aurolzmuenster AUSTRIA 4971 AT 00-50-C2 (hex) TASK SISTEMAS DE COMPUTACAO LTDA 84B000-84BFFF (base 16) TASK SISTEMAS DE COMPUTACAO LTDA Rua Visconde de Ouro Preto rio de janeiro 22250-180 BR 00-50-C2 (hex) K.K. Rocky 850000-850FFF (base 16) K.K. Rocky NK bldg. 2F Shinjyuku-Ku, Tokyo, 161-0034 JP 00-50-C2 (hex) LaserLinc, Inc. 833000-833FFF (base 16) LaserLinc, Inc. 777 Zapata Drive Fairborn OH 45324 US 00-50-C2 (hex) Prodigy Electronics Limited 844000-844FFF (base 16) Prodigy Electronics Limited 808 Futura Plaza, 111-113 How Ming St. Guangdong HK 00-50-C2 (hex) Residential Control Systems 840000-840FFF (base 16) Residential Control Systems 11460 Sunrise Gold Circle Rancho Cordova CA 95742 US 00-50-C2 (hex) O. Bay AG 83B000-83BFFF (base 16) O. Bay AG Luzernstrasse 45 Subingen Solothurn 4553 CH 00-50-C2 (hex) Intelight Inc. 816000-816FFF (base 16) Intelight Inc. 3450 S Broadmont Drive #126 Tucson Arizona 85713 US 00-50-C2 (hex) Odin TeleSystems Inc 817000-817FFF (base 16) Odin TeleSystems Inc 800 E. Campbell Rd Richardson TX 75081-1873 US 00-50-C2 (hex) Telcom 81C000-81CFFF (base 16) Telcom Svetog Nikole 27 Beograd Serbia 11060 YU 00-50-C2 (hex) Brain Tech Co., Ltd 81B000-81BFFF (base 16) Brain Tech Co., Ltd 5th Floor, Dong-Young Bldg., 580, Suwon-City Kyunggi-Do 440-853 KR 00-50-C2 (hex) Channelot Ltd. 81E000-81EFFF (base 16) Channelot Ltd. 24 Raoul Wallenberg Tel Aviv 69719 IL 00-50-C2 (hex) Winner Technology Co, Ltd. 822000-822FFF (base 16) Winner Technology Co, Ltd. Rm707 GITEC 1121-9 Jungri Masan Gyeng-Nam GN 630-857 KR 00-50-C2 (hex) Progentech Limited 7E3000-7E3FFF (base 16) Progentech Limited Shenergy International Building Shanghai 200021 CN 00-50-C2 (hex) SoftSwitching Technologies 804000-804FFF (base 16) SoftSwitching Technologies 8155 Forsythia Street Middleton WI 53562 US 00-50-C2 (hex) Phytec Messtechnik GmbH 80A000-80AFFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) Nystrom Engineering 7E5000-7E5FFF (base 16) Nystrom Engineering 211 NE 365th Ave Corbett OR 97019 US 00-50-C2 (hex) Wise Industria de Telecomunicações Ldta. 7F8000-7F8FFF (base 16) Wise Industria de Telecomunicações Ldta. SIBS Quadra 01 conjunto Núcleo Bandeirante Distrito Federal 71736-104 BR 00-50-C2 (hex) MangoDSP 7F7000-7F7FFF (base 16) MangoDSP Hartom 8 Jerusalem 45116 IL 00-50-C2 (hex) TIS Dialog LLC 7FC000-7FCFFF (base 16) TIS Dialog LLC ul. Gen. Tolstikova 75 Kaliningrad 236011 RU 00-50-C2 (hex) ITB CompuPhase 808000-808FFF (base 16) ITB CompuPhase Eerste Industriestraat 19-21 Bussum NH NL-1401VL NL 00-50-C2 (hex) Venture Research Inc. 7C5000-7C5FFF (base 16) Venture Research Inc. 3001 Summit Ave Plano TX 75074 US 00-50-C2 (hex) Highrail Systems Limited 7D3000-7D3FFF (base 16) Highrail Systems Limited 4 Morfa Lodge Porthmadog GWYNEDD LL49 9PF GB 00-50-C2 (hex) C&D Technologies, Inc 7E0000-7E0FFF (base 16) C&D Technologies, Inc 65 Industrial Park Rd Dunlap TN 37327 US 00-50-C2 (hex) Pyrosequencing AB 7C7000-7C7FFF (base 16) Pyrosequencing AB Kungsgatan 76 Uppsala Uppsala län SE-753 18 SE 00-50-C2 (hex) Bluebell Opticom Limited 7C9000-7C9FFF (base 16) Bluebell Opticom Limited Unit 2 The Quadrant Maidenhead Berkshire SL6 1AP GB 00-50-C2 (hex) Calibre UK LTD 7A4000-7A4FFF (base 16) Calibre UK LTD Cornwall House Bradford West Yorkshire BD8 7JS GB 00-50-C2 (hex) RaySat Israel LTD 7A2000-7A2FFF (base 16) RaySat Israel LTD Bareket 1 Building, 1st Golan street Airport City Lod 70100 IL 00-50-C2 (hex) PROMATE ELECTRONIC CO.LTD 7BD000-7BDFFF (base 16) PROMATE ELECTRONIC CO.LTD 4F 32,SEC.1 HUAN SHAN RD.,NEI HU, TAIPEI 114 TW 00-50-C2 (hex) EIDOS SPA 7BC000-7BCFFF (base 16) EIDOS SPA CORSO MATTEOTTI, 25 CHIERI TORINO 10023 IT 00-50-C2 (hex) Infodev Electronic Designers Intl. 7BA000-7BAFFF (base 16) Infodev Electronic Designers Intl. CP 1222 HV Quebec G1R 5A7 CA 00-50-C2 (hex) Design 2000 Pty Ltd 7B8000-7B8FFF (base 16) Design 2000 Pty Ltd 9-11 Rose Street Melbourne Victoria 3156 AU 00-50-C2 (hex) European Industrial Electronics B.V. 7C0000-7C0FFF (base 16) European Industrial Electronics B.V. De Run 5116B Veldhoven Noord-Brabant 5503 LV NL 00-50-C2 (hex) Elmec, Inc. 7B3000-7B3FFF (base 16) Elmec, Inc. 229 Billerica Road Chelmsford Mass 01824 US 00-50-C2 (hex) T 1 Engineering 7B4000-7B4FFF (base 16) T 1 Engineering 5923 Thorntree Drive San Jose CA 95120 US 00-50-C2 (hex) ACD Elektronik GmbH 77F000-77FFFF (base 16) ACD Elektronik GmbH Engelberg 2 Achstetten bawu 88480 DE 00-50-C2 (hex) JMC America, LLC 79A000-79AFFF (base 16) JMC America, LLC 520 E 770 N Orem Utah 84097 US 00-50-C2 (hex) Indefia 798000-798FFF (base 16) Indefia Sehit Ismet Armagan sokak No:4/12 Istanbul 34363 TR 00-50-C2 (hex) AAVD 799000-799FFF (base 16) AAVD parc de gavaniere saint egreve isere 38120 FR 00-50-C2 (hex) ZigBee Alliance 771000-771FFF (base 16) ZigBee Alliance 508 Second Street, Suite 206 Davis CA 95626 US 00-50-C2 (hex) Control and Robotics Solutions 76F000-76FFFF (base 16) Control and Robotics Solutions 5 Mazal Eliezer St. Rishon Le-Zion 75653 IL 00-50-C2 (hex) Cadex Electronics Inc. 770000-770FFF (base 16) Cadex Electronics Inc. 22000 Fraserwood Way Richmond BC V6W 1J6 CA 00-50-C2 (hex) Ameli Spa 795000-795FFF (base 16) Ameli Spa Via Guido Rossa, 10 Impruneta (FI) 50023 IT 00-50-C2 (hex) SMARTRO Co.,Ltd. 792000-792FFF (base 16) SMARTRO Co.,Ltd. B-dong,SK TwinTechTower,#345-9,Gasan-dong,Geumcheon-gu Seoul 153-773 KR 00-50-C2 (hex) ATEC SRL 77C000-77CFFF (base 16) ATEC SRL VIA NOBEL No. 8 NOVENTA DI PIAVE VENICE 30020 IT 00-50-C2 (hex) Smith Meter, Inc 77A000-77AFFF (base 16) Smith Meter, Inc 1602 Wagner Ave Erie PA 16514 US 00-50-C2 (hex) Assembly Contracts Limited 762000-762FFF (base 16) Assembly Contracts Limited Ledson Road Wythenshawe Manchester M23 9GP GB 00-50-C2 (hex) B. Rexroth the identity company GmbH 75F000-75FFFF (base 16) B. Rexroth the identity company GmbH Im Gruendchen 14 Bessenbach Bavaria 63856 DE 00-50-C2 (hex) Sky-Skan, Incorporated 75E000-75EFFF (base 16) Sky-Skan, Incorporated 51 Lake Street Nashua NH 03060-4513 US 00-50-C2 (hex) BES GmbH 769000-769FFF (base 16) BES GmbH Spitzenmeer 1 Westerstede D 26655 DE 00-50-C2 (hex) Sequentric Energy Systems, LLC 759000-759FFF (base 16) Sequentric Energy Systems, LLC 4651 Woodstock Rd 208-150 Roswell GA 30075 US 00-50-C2 (hex) Tattile srl 739000-739FFF (base 16) Tattile srl via gaetano donizetti,1/3/5 capriano del colle brescia 25020 IT 00-50-C2 (hex) CDSA Dam Neck 747000-747FFF (base 16) CDSA Dam Neck 1922 Regulus Avenue Virginia Beach VA 23461-2097 US 00-50-C2 (hex) MITROL S.R.L. 716000-716FFF (base 16) MITROL S.R.L. VIA G. MATTEOTTI, 19 GAZZADA SCHIANNO VARESE 21045 IT 00-50-C2 (hex) Centric TSolve BV 722000-722FFF (base 16) Centric TSolve BV Science Park Eindhoven 5644 SON Noord-Brabant 5692 EN NL 00-50-C2 (hex) Pelweckyj Videotechnik GmbH 727000-727FFF (base 16) Pelweckyj Videotechnik GmbH Gueterstrasse 2 Dieburg 64807 DE 00-50-C2 (hex) eta systemi CKB 726000-726FFF (base 16) eta systemi CKB Via Arno 108, Sesto Fiorentino FI 50019 IT 00-50-C2 (hex) B.E.A.R. Solutions (Australasia) Pty, Ltd 70B000-70BFFF (base 16) B.E.A.R. Solutions (Australasia) Pty, Ltd Unit 226 Bella Vista NSW AU 00-50-C2 (hex) E3Switch LLC 6F3000-6F3FFF (base 16) E3Switch LLC 80 Coronado Ave San Carlos CA 94070 US 00-50-C2 (hex) Keith & Koep GmbH 701000-701FFF (base 16) Keith & Koep GmbH Uellendahler Str. 199 Wuppertal NRW 42109 DE 00-50-C2 (hex) Gebhardt Ventilatoren GmbH 6DB000-6DBFFF (base 16) Gebhardt Ventilatoren GmbH Bahnhofstrasse 43 Netzschkau Sachsen 08491 DE 00-50-C2 (hex) Zmicro Systems Inc 6DD000-6DDFFF (base 16) Zmicro Systems Inc 9830 Summersridge Rd San Diego CA 92121 US 00-50-C2 (hex) DigiSensory technologies Pty Ltd 6D3000-6D3FFF (base 16) DigiSensory technologies Pty Ltd Suite 54, Level 3 Ultimo New South Wales 2007 AU 00-50-C2 (hex) Mavenir System, Inc. 6D7000-6D7FFF (base 16) Mavenir System, Inc. 1651 N. Glenville Dr., Suite 201 Richardson TX 75081 US 00-50-C2 (hex) Techno Fittings S.r.l. 6DA000-6DAFFF (base 16) Techno Fittings S.r.l. Via Michelangelo Tilli 53/A/6 Rome 00156 IT 00-50-C2 (hex) QR Sciences Ltd 6DF000-6DFFFF (base 16) QR Sciences Ltd 8-10 Hamilton St Cannington 6107 AU 00-50-C2 (hex) Bando electronic communication Co.Lltd 6E9000-6E9FFF (base 16) Bando electronic communication Co.Lltd 152-4,chuneui-dong,wonmi-gu buchon kyoungki-do 420-859 KR 00-50-C2 (hex) NewOnSys Ltd. 6E1000-6E1FFF (base 16) NewOnSys Ltd. #607 Ilsan TechnoTown 1141-1 Goyang Gyunggi-Do 410-722 KR 00-50-C2 (hex) GLOSTER SANTE EUROPE 6C0000-6C0FFF (base 16) GLOSTER SANTE EUROPE Prologue 1 - La Pyrénéenne LABEGE HAUTE GARONNE 31672 FR 00-50-C2 (hex) Widmer Time Recorder Co., Inc. 6CC000-6CCFFF (base 16) Widmer Time Recorder Co., Inc. p.o. box 588 hackensack nj 07602 US 00-50-C2 (hex) Paraytec Ltd 6BC000-6BCFFF (base 16) Paraytec Ltd 1a St George's Place York N Yorkshire YO24 1GN GB 00-50-C2 (hex) Delcan Technologies, Inc 6A8000-6A8FFF (base 16) Delcan Technologies, Inc 2055 Sugarloaf Circle, Suite 500 Duluth GA 30097 US 00-50-C2 (hex) NETAMI 6C9000-6C9FFF (base 16) NETAMI 139-6,DORIM 1DONG SEOUL YOUNG DUNG PO GU 150-081 KR 00-50-C2 (hex) B&S MEDIA Co., LTD. 6C8000-6C8FFF (base 16) B&S MEDIA Co., LTD. #702 JNK DIGITAL TOWER Seoul 152-848 KR 00-50-C2 (hex) Burk Technology 6B1000-6B1FFF (base 16) Burk Technology 7 Beaver Brook road Littleton MA 01460 US 00-50-C2 (hex) Elk Products 688000-688FFF (base 16) Elk Products 3266 Highway 70 West Hildebran NC 28637 US 00-50-C2 (hex) RF Code, Inc. 689000-689FFF (base 16) RF Code, Inc. 1250 S. Clearview Ave. Mesa AZ 85209 US 00-50-C2 (hex) SELCO 68E000-68EFFF (base 16) SELCO ZI DU VAL D OMBREE COMBREE 49520 FR 00-50-C2 (hex) ANNAX Anzeigesysteme GmbH 686000-686FFF (base 16) ANNAX Anzeigesysteme GmbH Wettersteinstrasse 18 Taufkirchen 82024 DE 00-50-C2 (hex) Kenton Research Ltd 675000-675FFF (base 16) Kenton Research Ltd Unit 19 Bourne Industrial Park Crayford Kent DA1 4BZ GB 00-50-C2 (hex) GFP Lab S.r.l. 6A0000-6A0FFF (base 16) GFP Lab S.r.l. via Casalecchio 5 Rimini RN 47924 IT 00-50-C2 (hex) Bulletendpoints Enterprises Inc 699000-699FFF (base 16) Bulletendpoints Enterprises Inc 16 finch ave Dollars des ormeaux quebec H9a 3g8 CA 00-50-C2 (hex) Purelink Technology, inc. 695000-695FFF (base 16) Purelink Technology, inc. 3333 Queen Mary, suite 525 Montreal Quebec H3V1A2 CA 00-50-C2 (hex) P.C.E. 661000-661FFF (base 16) P.C.E. Via Pietro Menis 14 Treppo Grande UD 33010 IT 00-50-C2 (hex) Skyline Products, Inc 671000-671FFF (base 16) Skyline Products, Inc 2903 Delta Drive Colorado Springs CO 80910 US 00-50-C2 (hex) DIGITEK S.p.A. 66D000-66DFFF (base 16) DIGITEK S.p.A. via Romagnoli, 24 Concordia sulla Secchia MODENA 41033 IT 00-50-C2 (hex) Xworks NZ Limited 666000-666FFF (base 16) Xworks NZ Limited Level 1 Te Awamutu North Island 3800 NZ 00-50-C2 (hex) Asia Pacific Card & System Sdn Bhd 662000-662FFF (base 16) Asia Pacific Card & System Sdn Bhd No 2, Jalan 1, Bandar Sultan Suleiman, Taiwanese Industrial Park Port Klang Selangor 42000 MY 00-50-C2 (hex) Nilan A/S 66F000-66FFFF (base 16) Nilan A/S Nilanvej 2 Hedensted Vejle amt 8722 DK 00-50-C2 (hex) Physik Instrumente (PI) GmbH&Co.KG 655000-655FFF (base 16) Physik Instrumente (PI) GmbH&Co.KG Auf der Roemerstrasse 1 Karlsruhe 76228 DE 00-50-C2 (hex) LDA Audio Video Profesional 656000-656FFF (base 16) LDA Audio Video Profesional C/Severo Ochoa, 31 Campanillas Malaga 29590 ES 00-50-C2 (hex) Powis Corporation 63B000-63BFFF (base 16) Powis Corporation 2301 NW. Jefferson Blue Springs MO 64015 US 00-50-C2 (hex) IDERs Inc 63D000-63DFFF (base 16) IDERs Inc 100-137 Innovation Drive Winnipeg Manitoba R3T6B6 CA 00-50-C2 (hex) NEO Information Systems Co., Ltd. 641000-641FFF (base 16) NEO Information Systems Co., Ltd. 609, Junganginduspia, #517-13, Sangdaeweon-Dong, Jungweon-Gu Seongnam Gyunggi-Do 462-713 KR 00-50-C2 (hex) Phytec Messtechnik GmbH 644000-644FFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) First Control Systems AB 62B000-62BFFF (base 16) First Control Systems AB Ängsgärdg 4 Västerås Västmanland SE-72130 SE 00-50-C2 (hex) Shockfish SA 635000-635FFF (base 16) Shockfish SA Parc Scientifique Lausanne VD 1015 CH 00-50-C2 (hex) Aurora Flight Sciences 630000-630FFF (base 16) Aurora Flight Sciences 9950 Wakeman Drive Manassas VA 20110 US 00-50-C2 (hex) Tera Information System Labs 64D000-64DFFF (base 16) Tera Information System Labs 198 Allendale Road Suite 401 King of Prussia PA 19406 US 00-50-C2 (hex) IHP-GmbH 612000-612FFF (base 16) IHP-GmbH Im Technologiepark 25 Frankfurt (Oder) Brandenburg 15236 DE 00-50-C2 (hex) Linkbit, Inc. 619000-619FFF (base 16) Linkbit, Inc. 3180 De La Cruz Blvd., Suite 200 Santa Clara CA 95054 US 00-50-C2 (hex) Automation and Control Technology, Inc. 60E000-60EFFF (base 16) Automation and Control Technology, Inc. 6141 Avery Rd Dublin OH 43016 US 00-50-C2 (hex) Shanghai QianJin Electronic Equipment Co. Ltd. 60B000-60BFFF (base 16) Shanghai QianJin Electronic Equipment Co. Ltd. 7028 Rockrose Ter Carlsbad CA 92011 US 00-50-C2 (hex) Sutus Inc 61D000-61DFFF (base 16) Sutus Inc 50-1055 West 14th Street North Vancouver British Columbia V7P 3P2 CA 00-50-C2 (hex) Swistec GmbH 605000-605FFF (base 16) Swistec GmbH Graue-Burg-Strasse 24-26 Bornheim D-53332 DE 00-50-C2 (hex) TATTILE SRL 613000-613FFF (base 16) TATTILE SRL VIA TRENTO,127/129 CAPRIANO DEL COLLE BRESCIA 25020 IT 00-50-C2 (hex) Genesis inc 5F5000-5F5FFF (base 16) Genesis inc #517 Ilsan-midas,775-1 Janghang-Dong, Goyang Gyeonggi 410-837 KR 00-50-C2 (hex) CAMBRIDGE CONSULTANTS LTD 5F6000-5F6FFF (base 16) CAMBRIDGE CONSULTANTS LTD SCIENCE PARK CAMBRIDGE ENGLAND CB4 0DW GB 00-50-C2 (hex) Protec Fire Detection plc 600000-600FFF (base 16) Protec Fire Detection plc Protec House Nelson Lancashire BB9 6LQ GB 00-50-C2 (hex) Shenzhen Huazhong Technology Inc 606000-606FFF (base 16) Shenzhen Huazhong Technology Inc Room 1710,17/F,Tower B,phase 1, shenzhen Guangdong 518048 US 00-50-C2 (hex) Garper Telecomunicaciones, S.L. 5EB000-5EBFFF (base 16) Garper Telecomunicaciones, S.L. Calle Antoñita Jiménez, 8 Local Madrid 28019 ES 00-50-C2 (hex) TONNA ELECTRONIQUE 5DA000-5DAFFF (base 16) TONNA ELECTRONIQUE 449, route de METZ MONDELANGE MOSELLE 57303 FR 00-50-C2 (hex) BioAccess Tecnologia em Biometria Ltda. 5D6000-5D6FFF (base 16) BioAccess Tecnologia em Biometria Ltda. Av. Pres. Kennedy, 47 Curitiba PR 80220-200 BR 00-50-C2 (hex) Stresstech OY 5E5000-5E5FFF (base 16) Stresstech OY Tikkutehtaantie 1 Vaajakoski 40800 FI 00-50-C2 (hex) DA-Design Oy 5D2000-5D2FFF (base 16) DA-Design Oy Keskuskatu 29 Jokioinen FIN-31600 FI 00-50-C2 (hex) SAIA Burgess Controls AG 5BA000-5BAFFF (base 16) SAIA Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) UNIC TECHNOLOGIES INC 5BB000-5BBFFF (base 16) UNIC TECHNOLOGIES INC NO.7, 5TH AVE. SHANGDI HAIDIAN BEIJING 100085 CN 00-50-C2 (hex) Guangzhou Hui Si Information Technologies Inc. 5BC000-5BCFFF (base 16) Guangzhou Hui Si Information Technologies Inc. A-406, GD Soft Science Park, No.11 CaiPin Rd, GZ Science City, GuangZhou GuangDong 510663 CN 00-50-C2 (hex) AVerMedia Technologies, Inc. 5B7000-5B7FFF (base 16) AVerMedia Technologies, Inc. 7F.,No. 137, Jian Yi Rd. Chung Ho City Taipei Hsien 23585 TW 00-50-C2 (hex) CPS EUROPE B.V. 5AE000-5AEFFF (base 16) CPS EUROPE B.V. Boxtelseweg 26 Vught 5261NE NL 00-50-C2 (hex) Kinemetrics, Inc. 5AC000-5ACFFF (base 16) Kinemetrics, Inc. 222 Vista Avenue Pasadena CA 91107 US 00-50-C2 (hex) AllSun A/S 582000-582FFF (base 16) AllSun A/S Brundtlandparken 2 Toftlund Jutland DK-6520 DK 00-50-C2 (hex) ZAO 58D000-58DFFF (base 16) ZAO Frunze, 40 Omsk Omskaia district 644099 RU 00-50-C2 (hex) Legerity 59E000-59EFFF (base 16) Legerity 4509 Freidrich Lane Austin TX 78744 US 00-50-C2 (hex) EM Motorsport Ltd 590000-590FFF (base 16) EM Motorsport Ltd Church Farmhouse Oxford Oxfordshire OX33 1PR GB 00-50-C2 (hex) PaloDEx Group Oy 592000-592FFF (base 16) PaloDEx Group Oy Nahkelantie 160 TUUSULA FIN 04301 FI 00-50-C2 (hex) éolane 57C000-57CFFF (base 16) éolane 667 rue Aristide Berges 38330 Montbonnot St Martin FR 00-50-C2 (hex) Dixell S.p.a. 58A000-58AFFF (base 16) Dixell S.p.a. Via Dell'Industria 27 Pieve D'Alpago 32010 IT 00-50-C2 (hex) Innovative Dynamics GmbH 58B000-58BFFF (base 16) Innovative Dynamics GmbH Wiesenweg 9 Vordorf / Rethen Lower Saxony 38533 DE 00-50-C2 (hex) Dynalco 587000-587FFF (base 16) Dynalco 3690 NW 53rd St Ft. Lauderdale Florida 33309 US 00-50-C2 (hex) Freiburger BlickZentrum 556000-556FFF (base 16) Freiburger BlickZentrum Hans-Sachs-Gasse 6 79098 Freiburg DE 00-50-C2 (hex) Control Alternative Solutions, Inc. 555000-555FFF (base 16) Control Alternative Solutions, Inc. 1001 Barton Creek Drive Dripping Springs Texas 78620 US 00-50-C2 (hex) Seitec Elektronik GmbH 561000-561FFF (base 16) Seitec Elektronik GmbH Kastanienweg 4 Troeglitz 06729 US 00-50-C2 (hex) Tess GmbH 567000-567FFF (base 16) Tess GmbH Schumanstraße 33d Würselen NRW 52146 DE 00-50-C2 (hex) HANZAS ELEKTRONIKA, SIA 55E000-55EFFF (base 16) HANZAS ELEKTRONIKA, SIA Akmenu iela 72 OGRE LV5001 LV 00-50-C2 (hex) LAB-EL ELEKTRONIKA LABORATORYJNA S.J. 56E000-56EFFF (base 16) LAB-EL ELEKTRONIKA LABORATORYJNA S.J. Bodycha 68B Warszawa Mazowieckie 02-495 PL 00-50-C2 (hex) GMA, LLC 56F000-56FFFF (base 16) GMA, LLC 18314 Kinzie St. Los Angeles CA 91325 US 00-50-C2 (hex) MATRIX TELECOM PVT. LTD. 55B000-55BFFF (base 16) MATRIX TELECOM PVT. LTD. 394-GIDC VADODARA GUJARAT 390010 IN 00-50-C2 (hex) Convergent Design 54E000-54EFFF (base 16) Convergent Design 4465 Northpark Dr. Suite 400 Colorado Springs Colorado 80907 US 00-50-C2 (hex) DIGI SESN AG 543000-543FFF (base 16) DIGI SESN AG Freiburgstr. 65 Murten FR 3280 CH 00-50-C2 (hex) TOA Systems 51C000-51CFFF (base 16) TOA Systems 305 East Dr. Melbourne Florida 32904 US 00-50-C2 (hex) DBMCORP, Inc. 519000-519FFF (base 16) DBMCORP, Inc. 32A Spruce Street Oakland New Jersey 07436 US 00-50-C2 (hex) Tattile srl 528000-528FFF (base 16) Tattile srl Via Trento 127/129 Capriano del Colle Brescia 25020 IT 00-50-C2 (hex) ARIS TECHNOLOGIES 521000-521FFF (base 16) ARIS TECHNOLOGIES 20 RUE DU FONDS PERNANT COMPIEGNE OISE 60200 FR 00-50-C2 (hex) Clearsonics Pty. Ltd. 50D000-50DFFF (base 16) Clearsonics Pty. Ltd. Level 1 Adelaide SA 5000 AU 00-50-C2 (hex) Fibresavers Corporation 50E000-50EFFF (base 16) Fibresavers Corporation 14252 Culver Dr. Ste. A356 Irvine Ca 92604 US 00-50-C2 (hex) PUTERCOM ENTERPRISE CO., LTD. 508000-508FFF (base 16) PUTERCOM ENTERPRISE CO., LTD. 5F-3, NO. 130 JIAN KANG ROAD CHUNGHO CITY TAIPEI HSIEN 235 TW 00-50-C2 (hex) Monitor Business Machines Ltd 50A000-50AFFF (base 16) Monitor Business Machines Ltd PO Box 108042 Auckland NZ 00-50-C2 (hex) Network Automation mxc AB 4FD000-4FDFFF (base 16) Network Automation mxc AB P.O Box 7294 Stockholm 103 90 SE 00-50-C2 (hex) Thales Defence and Security Systems GmbH 4EC000-4ECFFF (base 16) Thales Defence and Security Systems GmbH Edisonstr. 3 24145 Keil DE 00-50-C2 (hex) Seachange international 4E9000-4E9FFF (base 16) Seachange international 32 Mill st. Greenville NH 03048 US 00-50-C2 (hex) Dakty GmbH 4FF000-4FFFFF (base 16) Dakty GmbH Campusallee 9927 Hoppstaedten-Weiersbach D-55768 DE 00-50-C2 (hex) Aphex Systems Ltd. 504000-504FFF (base 16) Aphex Systems Ltd. 11068 Randall St Sun Valley CA 91352 US 00-50-C2 (hex) Computerwise, Inc. 505000-505FFF (base 16) Computerwise, Inc. 302 N. Winchester Olathe KS 66062 US 00-50-C2 (hex) Beijing Corelogic Communication Co., Ltd. 4EE000-4EEFFF (base 16) Beijing Corelogic Communication Co., Ltd. F-5,Huayuelong Mansion, Beijing 100043 CN 00-50-C2 (hex) eXray Broadband Inc. 4C5000-4C5FFF (base 16) eXray Broadband Inc. 31 Broadway Avenue Ottawa Ontario K1S 2V4 CA 00-50-C2 (hex) Westinghouse Rail Systems Ltd 4BF000-4BFFFF (base 16) Westinghouse Rail Systems Ltd Pew Hill Chippenham Wiltshire SN151JD GB 00-50-C2 (hex) Computerized Elevator Contol 4E7000-4E7FFF (base 16) Computerized Elevator Contol 24 Empire Blvd Moonachie New Jersey 07074 US 00-50-C2 (hex) Truteq Wireless (PTY) Ltd. 4DD000-4DDFFF (base 16) Truteq Wireless (PTY) Ltd. Unit 6, Falcon Village Office Park Centurion Gauteng 0157 ZA 00-50-C2 (hex) Photonic Bridges Inc. 4E6000-4E6FFF (base 16) Photonic Bridges Inc. 405 Fawns Run Morganville New Jersey 07751 US 00-50-C2 (hex) Romteck Pty Ltd 4E3000-4E3FFF (base 16) Romteck Pty Ltd 37 Collingwood Street, Osborne Park Osborne Park Perth 6017 AU 00-50-C2 (hex) ImpediMed Limited 4CC000-4CCFFF (base 16) ImpediMed Limited 4B/2404 Logan Road Eight Mile Plains Queensland 4113 US 00-50-C2 (hex) Ace Electronics, Inc. 4DC000-4DCFFF (base 16) Ace Electronics, Inc. 27574 Commerce ctr. dr. Temecula CA 92590 US 00-50-C2 (hex) Herholdt Controls srl 4D4000-4D4FFF (base 16) Herholdt Controls srl Via Mestre 13 Milan 20132 IT 00-50-C2 (hex) ELPROC sp. z o.o. 4D3000-4D3FFF (base 16) ELPROC sp. z o.o. Skwer Ks. Krd. St. Wyszyńskiego 2/62 Warsaw Mazowieckie 01-015 PL 00-50-C2 (hex) nVent, Schroff GmbH 4A1000-4A1FFF (base 16) nVent, Schroff GmbH Langenalber Strasse 96-100 Straubenhardt 75334 DE 00-50-C2 (hex) Protonic Holland 4BB000-4BBFFF (base 16) Protonic Holland Factorij 36 Zwaag 1689 AL NL 00-50-C2 (hex) Esmart Distribution Pte Ltd 4B0000-4B0FFF (base 16) Esmart Distribution Pte Ltd 17 Kallang Junction #04-03 339274 SG 00-50-C2 (hex) Bio-logic Systems Corp 4C0000-4C0FFF (base 16) Bio-logic Systems Corp One Bio-logic Plaza Mundelein IL 60060 US 00-50-C2 (hex) Energie Umwelt Systemtechnik GmbH 47E000-47EFFF (base 16) Energie Umwelt Systemtechnik GmbH Friedrich-Barnewitz-Str. 3a Rostock 18119 DE 00-50-C2 (hex) EREE Electronique 489000-489FFF (base 16) EREE Electronique 6 avenu Dr Schweitzer MEYZIEU 69882 FR 00-50-C2 (hex) Metron Sp. z o.o. 48D000-48DFFF (base 16) Metron Sp. z o.o. ul. Targowa 12/22 Torun Kuj-pom 87-100 PL 00-50-C2 (hex) Fr. Sauter AG 491000-491FFF (base 16) Fr. Sauter AG Im Surinam 55 Basel BS CH4016 CH 00-50-C2 (hex) XIMEA s.r.o. 36F000-36FFFF (base 16) XIMEA s.r.o. Lesna 52 Marianka SK 900 33 SK 00-50-C2 (hex) ISEPOS GmbH 475000-475FFF (base 16) ISEPOS GmbH Untere Straße 33 Tuebingen Baden-Württemberg 72070 DE 00-50-C2 (hex) Digital Engineering, Inc. 45D000-45DFFF (base 16) Digital Engineering, Inc. 740 Harold Crescent Thunder Bay Ontario P7C 5H7 CA 00-50-C2 (hex) CAMCO GmbH 46C000-46CFFF (base 16) CAMCO GmbH Fischpicke 5 Wenden NRW 57482 DE 00-50-C2 (hex) PDTS GmbH 465000-465FFF (base 16) PDTS GmbH Moeringgasse 20 Vienna 1150 AT 00-50-C2 (hex) XYTAC system technologies 464000-464FFF (base 16) XYTAC system technologies 3755-1-2-212 Totsukacho Yokohama Kanagawa 244-0003 JP 00-50-C2 (hex) HRZ data GmbH 458000-458FFF (base 16) HRZ data GmbH Oberkrone 20e Witten NRW 58455 DE 00-50-C2 (hex) DRDC Valcartier 456000-456FFF (base 16) DRDC Valcartier 2459 blvd. Pie XI North Val-Belair Québec G3J 1X5 CA 00-50-C2 (hex) Ann Arbor Sensor Systems LLC 43D000-43DFFF (base 16) Ann Arbor Sensor Systems LLC 7300 Huron River Drive Dexter MI 48130 US 00-50-C2 (hex) Ducommun LaBarge Technologies, Inc 43C000-43CFFF (base 16) Ducommun LaBarge Technologies, Inc 700 Braddock Avenue East Pittsburgh PA 15112 US 00-50-C2 (hex) Advanced Modular Computers Ltd. 440000-440FFF (base 16) Advanced Modular Computers Ltd. Union House, Unit B1, Deseronto Trading Estate Langley, Slough Berkshire SL3 7EW GB 00-50-C2 (hex) Brivo Systems, LLC 454000-454FFF (base 16) Brivo Systems, LLC 4330 East-West Highway Bethesda MD 20814 US 00-50-C2 (hex) Electro-Matic Products, Inc. 44D000-44DFFF (base 16) Electro-Matic Products, Inc. 23409 Industrial Park Ct. Farmington Hills MI 48335 US 00-50-C2 (hex) QQ Technology,Inc 44E000-44EFFF (base 16) QQ Technology,Inc 8F TowerB,wantong new world plaza,No.2 Fuwai street BeiJing 100037 CN 00-50-C2 (hex) VLSIP TECHNOLOGIES, INC. 42B000-42BFFF (base 16) VLSIP TECHNOLOGIES, INC. 750 PRESIDENTIAL DRIVE RICHARDSON TEXAS 75081 US 00-50-C2 (hex) Scheidt & Bachmann GmbH 427000-427FFF (base 16) Scheidt & Bachmann GmbH Breite Strasse 132 Moenchengladbach NRW 41238 DE 00-50-C2 (hex) STOM System 426000-426FFF (base 16) STOM System Yangjae-dong 316-9, OSL B/D 5F Seoul 137-876 KR 00-50-C2 (hex) Matthews Australasia 429000-429FFF (base 16) Matthews Australasia 35 Laser Drive Rowville Victoria 3178 AU 00-50-C2 (hex) Topway Industries Ltd. 432000-432FFF (base 16) Topway Industries Ltd. Rm 1506, Cheung Fung Ind. Bldg., Tsuen Wan, N.T. HK 00-50-C2 (hex) Arcom Digital 430000-430FFF (base 16) Arcom Digital PO Box 6729 Syracuse NY 13217 US 00-50-C2 (hex) ProDesign GmbH 43A000-43AFFF (base 16) ProDesign GmbH Hochheimer Str. 47 Erfurt 99094 DE 00-50-C2 (hex) Power-One Inc. 423000-423FFF (base 16) Power-One Inc. via san giorgio 642 Terranuova Bracciolini Arezzo 52028 IT 00-50-C2 (hex) QT systems ab 417000-417FFF (base 16) QT systems ab Finnbacksgatan 11 Lycksele Västerbotten 921 32 SE 00-50-C2 (hex) Goodrich 413000-413FFF (base 16) Goodrich Fuels & Utility Systems Vergennes Vermont 05491 US 00-50-C2 (hex) Applied Materials UK Ltd 40C000-40CFFF (base 16) Applied Materials UK Ltd Foundry Lane Horsham West Sussex RH13 5PY GB 00-50-C2 (hex) Salland Electronics Holding BV 3F1000-3F1FFF (base 16) Salland Electronics Holding BV Katwolderweg 15 Zwolle Overijssel NL8041AC NL 00-50-C2 (hex) megatec electronic GmbH 3F0000-3F0FFF (base 16) megatec electronic GmbH Lehenhammer 14 Etzelwang Bayern 92268 DE 00-50-C2 (hex) Weinberger Deutschland GmbH 3FC000-3FCFFF (base 16) Weinberger Deutschland GmbH Am Weichselgarten 3 Erlangen Bayern 91058 DE 00-50-C2 (hex) MC TECHNOLOGY GmbH 3F4000-3F4FFF (base 16) MC TECHNOLOGY GmbH Ottilienweg 9 Blumberg BW 78176 DE 00-50-C2 (hex) Cast Iron Systems 3FF000-3FFFFF (base 16) Cast Iron Systems 2593 Coast Ave Suite 200 Mountain View CA 94043 US 00-50-C2 (hex) CoreStreet, Ltd 406000-406FFF (base 16) CoreStreet, Ltd One Alewife Center, Suite 200 Cambridge MA 02140 US 00-50-C2 (hex) Salent Technologies Ltd 3C7000-3C7FFF (base 16) Salent Technologies Ltd Rowan House Philpstoun Linlithgow EH49 6RN GB 00-50-C2 (hex) Silicon Optix Canada Inc. 3C5000-3C5FFF (base 16) Silicon Optix Canada Inc. 2005 Sheppard Ave. East, Suite 100 Toronto Ontario L2J 5B4 CA 00-50-C2 (hex) Wheels of Zeus Inc. 3C8000-3C8FFF (base 16) Wheels of Zeus Inc. 15595 Los Gatos Blvd Los Gatos CA 95032 US 00-50-C2 (hex) Audio Processing Technology Ltd 3BF000-3BFFFF (base 16) Audio Processing Technology Ltd Whiterock Business Park Belfast BT12 7FP GB 00-50-C2 (hex) Technovare Systems, Inc. 3CF000-3CFFFF (base 16) Technovare Systems, Inc. 1675 Scenic Avenue Costa Mesa CA 92626 US 00-50-C2 (hex) Engim, Inc. 3A8000-3A8FFF (base 16) Engim, Inc. 40 Nagog Park Acton MA 01720 US 00-50-C2 (hex) Silvertree Engineering Ltd 3A4000-3A4FFF (base 16) Silvertree Engineering Ltd Unit 9 Heron Way Truro Cornwall TR1 2XN GB 00-50-C2 (hex) ICS Electronics 383000-383FFF (base 16) ICS Electronics 7034 Commerce Circle Pleasanton CA 94588 US 00-50-C2 (hex) NEC TOKIN Corporation 3B5000-3B5FFF (base 16) NEC TOKIN Corporation 1-1,Asahi-Cho 7-chome,Shiroishi, Miyagi 989-0223 JP 00-50-C2 (hex) Samsoft 3A1000-3A1FFF (base 16) Samsoft Linde alle 20 Glostrup DK 2600 DK 00-50-C2 (hex) taskit Rechnertechnik GmbH 3AB000-3ABFFF (base 16) taskit Rechnertechnik GmbH Seelenbinder Straße 33 Berlin 12 555 DE 00-50-C2 (hex) EPSILON SRL 38C000-38CFFF (base 16) EPSILON SRL VIA DELLE GEROLE 24 CAPONAGO MILANO 20040 IT 00-50-C2 (hex) TC Communications 390000-390FFF (base 16) TC Communications 17575 Cartwright Road Irvine CA 92614 US 00-50-C2 (hex) TIR Systems Ltd. 375000-375FFF (base 16) TIR Systems Ltd. 7700 Riverfront Gate Burnaby British Columbia V5J 5M4 CA 00-50-C2 (hex) Foresearch 37F000-37FFFF (base 16) Foresearch Kwanak-ku, Shinrim-dong 56-1 Bldg 138 Rm 302 Seoul Korea 151-742 KR 00-50-C2 (hex) IEE Inc 388000-388FFF (base 16) IEE Inc 7740 Lemona Ave Van Nuys California 91409 US 00-50-C2 (hex) vidisys gmbh 395000-395FFF (base 16) vidisys gmbh Rudolf-Diesel-Ring 30 Sauerlach Bavaria D-82054 DE 00-50-C2 (hex) MODIA SYSTEMS Co., Ltd 37C000-37CFFF (base 16) MODIA SYSTEMS Co., Ltd 1-14-12, Ohsawa Koshigaya-shi Saitama-ken 343-0025 JP 00-50-C2 (hex) Chuo Electric Works Co., LTD. 34C000-34CFFF (base 16) Chuo Electric Works Co., LTD. 51 Tateminami Watari-Gun Miyagi 989-2361 JP 00-50-C2 (hex) SSI Schaefer Peem 349000-349FFF (base 16) SSI Schaefer Peem Fischeraustrasse 27 Graz Steiermark A-8051 AT 00-50-C2 (hex) MultimediaLED 33B000-33BFFF (base 16) MultimediaLED 11370 Sunrise Park Drive Rancho Cordova CA 95742 US 00-50-C2 (hex) ASPEL S.A. 368000-368FFF (base 16) ASPEL S.A. os. Sienkiewicza 33 Zabierzow Malopolska 32080 PL 00-50-C2 (hex) Federal Aviation Administration 325000-325FFF (base 16) Federal Aviation Administration FAA Technical Center Atlantic City New Jersey 08405 US 00-50-C2 (hex) Dornier GmbH 327000-327FFF (base 16) Dornier GmbH an der B31 Friedrichshafen Baden-Württemberg 88039 DE 00-50-C2 (hex) I.C.S. Electronics Limited 328000-328FFF (base 16) I.C.S. Electronics Limited Unit V Rudford Industrial Est. Arundel West Sussex BN18 0BF GB 00-50-C2 (hex) Consens Zeiterfassung GMBH 32D000-32DFFF (base 16) Consens Zeiterfassung GMBH Ambachweg 1 Rietz Tirol 6421 AT 00-50-C2 (hex) Broadcast Sports Inc 331000-331FFF (base 16) Broadcast Sports Inc 1360 Blair Drive Odenton MD 21113 US 00-50-C2 (hex) KoolSpan, Inc. 348000-348FFF (base 16) KoolSpan, Inc. 11134 Stephalee Lane North Bethesda MD 20852 US 00-50-C2 (hex) ABB Xiamen Switchgear Co. Ltd. 343000-343FFF (base 16) ABB Xiamen Switchgear Co. Ltd. ABB Industrial Park, Torch Hi-Tech Industrial Development Zone Xiamen S.E.Z. Fujian Province 361006 CN 00-50-C2 (hex) Cosine Systems, Inc. 317000-317FFF (base 16) Cosine Systems, Inc. 736 West Algonquin Road Arlington Heights IL 60005 US 00-50-C2 (hex) Dataline AB 316000-316FFF (base 16) Dataline AB Katrinedalsgatan 53 BORÅS S-50451 SE 00-50-C2 (hex) Saab AB 2FE000-2FEFFF (base 16) Saab AB Nobymalmsvägen Linköping Östergötland 581 82 SE 00-50-C2 (hex) VX Technologies Inc. 30B000-30BFFF (base 16) VX Technologies Inc. #2000, 777-8 Avenue SW Calgary Alberta T2P 3R5 CA 00-50-C2 (hex) Obvius 30E000-30EFFF (base 16) Obvius 20811 NW Cornell Road Hillsboro OR 97124 US 00-50-C2 (hex) C3-ilex, LLC 31E000-31EFFF (base 16) C3-ilex, LLC 47009 Benicia St. Fremont California 94538 US 00-50-C2 (hex) Lingg & Janke OHG 2EB000-2EBFFF (base 16) Lingg & Janke OHG Zeppelinstr. 30 Radolfzell BW 78315 DE 00-50-C2 (hex) DALSA 2E6000-2E6FFF (base 16) DALSA 605 McMurray Rd. Waterloo Ontario N2V 2E9 US 00-50-C2 (hex) SafeView, Inc. 2E7000-2E7FFF (base 16) SafeView, Inc. 469 El Camino Real Santa Clara CA 95050 US 00-50-C2 (hex) MG Industrieelektronik GmbH 2E3000-2E3FFF (base 16) MG Industrieelektronik GmbH Nobelstraße 7 Ettlingen 76275 DE 00-50-C2 (hex) Tornado Modular Systems, Ltd 2FA000-2FAFFF (base 16) Tornado Modular Systems, Ltd p.b. 709 Novosibirsk 630090 RU 00-50-C2 (hex) Research Applications 2DE000-2DEFFF (base 16) Research Applications 650 S 79th St Chandler Az 85226 US 00-50-C2 (hex) Worth Data, Inc. 2D0000-2D0FFF (base 16) Worth Data, Inc. 623 Swift Street Santa Cruz CA 95060 US 00-50-C2 (hex) Private 2B1000-2B1FFF (base 16) Private 00-50-C2 (hex) DataWind Research 2CD000-2CDFFF (base 16) DataWind Research 555 Rene-Levesque West Montreal Quebec H2Z 1B1 CA 00-50-C2 (hex) Admiral Secure Products, Ltd. 2B8000-2B8FFF (base 16) Admiral Secure Products, Ltd. 866 Mantle Crescent Mississauga Ontario L5V 2G3 CA 00-50-C2 (hex) Brannstroms Elektronik AB 2A6000-2A6FFF (base 16) Brannstroms Elektronik AB Uddevallagatan 14 Goteborg Vastra Gotaland 41670 SE 00-50-C2 (hex) Dr. Staiger, Mohilo + Co GmbH 2A9000-2A9FFF (base 16) Dr. Staiger, Mohilo + Co GmbH Maierhofstraße 35 Lorch Baden-Württemberg D 73547 DE 00-50-C2 (hex) AUM Infotech Private Limited 2AB000-2ABFFF (base 16) AUM Infotech Private Limited 306,17c main Road, Bangalore Karnataka 560010 IN 00-50-C2 (hex) CAD-UL GmbH 299000-299FFF (base 16) CAD-UL GmbH Nicolaus-Otto Str. 4 Ulm BW 89079 DE 00-50-C2 (hex) Futaba Corporation 28C000-28CFFF (base 16) Futaba Corporation 1080 Yabutsuka Chosei-gun,Chosei-mura Chiba-ken 299-4395 JP 00-50-C2 (hex) Rototype S.p.A. 289000-289FFF (base 16) Rototype S.p.A. Via Bessi, 15 Calenzano Firenze 50041 IT 00-50-C2 (hex) AXODE SA 28D000-28DFFF (base 16) AXODE SA 7 RUE FLEMING ANGERS F-49000 FR 00-50-C2 (hex) Micronet Ltd. 284000-284FFF (base 16) Micronet Ltd. 27 Hametzuda st. Azor 58001 IL 00-50-C2 (hex) Air Broadband Communications, Inc. 27F000-27FFFF (base 16) Air Broadband Communications, Inc. 2620 Albany Dr. Suite 245 Santa Clara CA 95054 US 00-50-C2 (hex) Tieline Research Pty Ltd 276000-276FFF (base 16) Tieline Research Pty Ltd PO Box 2092 MALAGA Western Australia 6944 AU 00-50-C2 (hex) EPSa GmbH 294000-294FFF (base 16) EPSa GmbH Göschwitzer Straße 32 Jena Thüringen D-07745 DE 00-50-C2 (hex) DSM-Messtechnik GmbH 253000-253FFF (base 16) DSM-Messtechnik GmbH Dieselstraße 16 Aalen Baden-Württemberg 73431 DE 00-50-C2 (hex) Information Technology Corp. 256000-256FFF (base 16) Information Technology Corp. 647 Sanctuary Dr. Boca Raton FL 33431 US 00-50-C2 (hex) Macronet s.r.l. 24F000-24FFFF (base 16) Macronet s.r.l. Alsina 2965 Buenos Aires 1207 AR 00-50-C2 (hex) SIMET 232000-232FFF (base 16) SIMET Via Rivoli 122 Villarbasse Torino 10090 IT 00-50-C2 (hex) Hardmeier 246000-246FFF (base 16) Hardmeier Tallinn EE 00-50-C2 (hex) PANNOCOM Ltd. 224000-224FFF (base 16) PANNOCOM Ltd. Törökvész út 98/b Budapest Pest Megye 1025 HU 00-50-C2 (hex) eko systems inc. 229000-229FFF (base 16) eko systems inc. 2750 Prosperity Ave Fairfax VA 22031 US 00-50-C2 (hex) SysAware S.A.R.L. 213000-213FFF (base 16) SysAware S.A.R.L. Mas David Vezenobres Gard 30360 FR 00-50-C2 (hex) EdenTree Technologies, Inc. 233000-233FFF (base 16) EdenTree Technologies, Inc. 1040 Flynn Road Camarillo California 93012 US 00-50-C2 (hex) POLIMAR ELEKTRONIK LTD. 235000-235FFF (base 16) POLIMAR ELEKTRONIK LTD. AEGEAN FREE ZONE - ESBAS IZMIR ESBAS 35410 TR 00-50-C2 (hex) Willowglen Systems Inc. 1FB000-1FBFFF (base 16) Willowglen Systems Inc. 8522 - Davies Road Edmonton AB T6E 4Y5 CA 00-50-C2 (hex) ARC'Créations 1F7000-1F7FFF (base 16) ARC'Créations ZI les Milles 100 rue Pierre DUHEM Aix en Provence BDR 13856 FR 00-50-C2 (hex) OlympusNDT 201000-201FFF (base 16) OlympusNDT 421 N Quay Kennewick WA 99336 US 00-50-C2 (hex) 4Links Limited 212000-212FFF (base 16) 4Links Limited PO Box 816, The Mansion Milton Keynes Buckinghamshire MK3 6ZP GB 00-50-C2 (hex) nNovia, Inc. 208000-208FFF (base 16) nNovia, Inc. 1620 Oakland Rd. San jose CA 95131 US 00-50-C2 (hex) EMKA-electronic AG 1ED000-1EDFFF (base 16) EMKA-electronic AG Lohmühlenweg 18a Arnstadt Thüringen 99310 DE 00-50-C2 (hex) Perto Periféricos de Automação S.A. 1EE000-1EEFFF (base 16) Perto Periféricos de Automação S.A. Rua Nissin Castiel, 640 Gravataí RS 94000-970 BR 00-50-C2 (hex) United Tri-Tech Corporation 1E6000-1E6FFF (base 16) United Tri-Tech Corporation 550 Campbell Street Cornwall Ontario K6H 6T7 CA 00-50-C2 (hex) Smith Meter, Inc. 1E7000-1E7FFF (base 16) Smith Meter, Inc. 1602 Wagner Ave. Erie PA 16510 US 00-50-C2 (hex) Tattile srl 1F2000-1F2FFF (base 16) Tattile srl Via Trento 127/129 Capriano del Colle Brescia 25020 IT 00-50-C2 (hex) Soronti, Inc. 1E4000-1E4FFF (base 16) Soronti, Inc. 12159 Business Park Dr, suite 140 Draper Utah 84020 US 00-50-C2 (hex) DIGITRONIC Automationsanlagen GmbH 1E2000-1E2FFF (base 16) DIGITRONIC Automationsanlagen GmbH Auf der Langwies 1 Huenstetten-Wallbach Hessen 65510 DE 00-50-C2 (hex) Automaatiotekniikka Seppo Saari Oy 1E1000-1E1FFF (base 16) Automaatiotekniikka Seppo Saari Oy Tilhenkatu 1 Turku 20610 FI 00-50-C2 (hex) Pleora Technologies Inc. 1D7000-1D7FFF (base 16) Pleora Technologies Inc. 359 Terry Fox Drive, Suite 230 Kanata ON K2K 2E7 CA 00-50-C2 (hex) Remco Italia Spa 1C6000-1C6FFF (base 16) Remco Italia Spa Strada Rivoltana Nuova 53 Vignate MI 20060 IT 00-50-C2 (hex) Euphony technology CO., LTD. 1C8000-1C8FFF (base 16) Euphony technology CO., LTD. 7FI.-4, No.131, Lane235, Bauchiau RD., S Shindian City Taipei 231 TW 00-50-C2 (hex) modas GmbH 1C9000-1C9FFF (base 16) modas GmbH Buelowstr. 90 Berlin 10783 DE 00-50-C2 (hex) Flander Oy 1C5000-1C5FFF (base 16) Flander Oy Satakunnankatu 18B Tampere 33 210 FI 00-50-C2 (hex) Phase IV Engineering Inc. 1D4000-1D4FFF (base 16) Phase IV Engineering Inc. 2820 Wilderness Place, Suite C Bolder Colorado 80301 US 00-50-C2 (hex) AIOI Systems Co., Ltd. 1BD000-1BDFFF (base 16) AIOI Systems Co., Ltd. KDX Omori, Bldg 8F Tokyo 140-0016 JP 00-50-C2 (hex) Thrane & Thrane A/S 1B5000-1B5FFF (base 16) Thrane & Thrane A/S Lundtoftegaardsvej 93D Kgl. Lyngby DK 2800 DK 00-50-C2 (hex) Electronic Systems Development 1B8000-1B8FFF (base 16) Electronic Systems Development 39 Batavia St Somerset West Cape Province 7130 ZA 00-50-C2 (hex) Protech Optronics Co. Ltd. 1A4000-1A4FFF (base 16) Protech Optronics Co. Ltd. 5th Floor, No. 82-3 Dongsung Street, Sulin City Taipei County 235 TW 00-50-C2 (hex) Axes Technologies 1B1000-1B1FFF (base 16) Axes Technologies 14333 Proton Rd Dallas TX 75244 US 00-50-C2 (hex) Survalent Technology Corporation 199000-199FFF (base 16) Survalent Technology Corporation 7965 Heritage Road Brampton Ontario L6Y 5X5 CA 00-50-C2 (hex) Teradyne Inc. 18B000-18BFFF (base 16) Teradyne Inc. 30801 Agoura Rd. Agoura Hills CA 91301 US 00-50-C2 (hex) Technodrive srl 18C000-18CFFF (base 16) Technodrive srl Via Leonardo da Vinci 162 Trezzano S/N Milan 20090 IT 00-50-C2 (hex) ELECTREX S.R.L 19D000-19DFFF (base 16) ELECTREX S.R.L VIA CLAUDIA 96 SAVIGNANO SUL PANARO MODENA 41056 IT 00-50-C2 (hex) PDQ Manufacturing 17F000-17FFFF (base 16) PDQ Manufacturing 1698 Scheuring Road De Pere WI 54115 US 00-50-C2 (hex) WOLF Advanced Technology. 17A000-17AFFF (base 16) WOLF Advanced Technology. 2 Campbell Drive, Suite 200 Uxbridge Ontario L9P 1H6 CA 00-50-C2 (hex) Dickson Technologies 16F000-16FFFF (base 16) Dickson Technologies 930 Westwood Ave. Addison IL 60101 US 00-50-C2 (hex) Datakinetics Ltd. 009000-009FFF (base 16) Datakinetics Ltd. 21 Green Lane SP6 1HU GB 00-50-C2 (hex) N&P Technologies 174000-174FFF (base 16) N&P Technologies Samsung Jangchung Branch Dong lga Jung-gu Seoul KR 00-50-C2 (hex) Time Domain 16A000-16AFFF (base 16) Time Domain 7057 Old Madison Pike Huntsville AL 35806 US 00-50-C2 (hex) Integrated Automation Solutions 002000-002FFF (base 16) Integrated Automation Solutions 111 Lakefront Drive Hunt Valley MD 21030 US 00-50-C2 (hex) Pulsar GmbH 15F000-15FFFF (base 16) Pulsar GmbH Hollenstedter Strasse 43 Heidenau 21258 DE 00-50-C2 (hex) Plextek Limited 15A000-15AFFF (base 16) Plextek Limited London Road Essex CB10 1NY GB 00-50-C2 (hex) Jostra AB 154000-154FFF (base 16) Jostra AB Annedalsv. 2B Lund 22764 SE 00-50-C2 (hex) SEATECH 095000-095FFF (base 16) SEATECH 101 N. Beach Rd. Dania Beach FL 33004 US 00-50-C2 (hex) wellink, Ltd. 14D000-14DFFF (base 16) wellink, Ltd. R&D Center, #307, A-Dong, Yatop-Dong, Pundang-Ku, Sungnam-Si, Kyungki-Do, KR 00-50-C2 (hex) AVerMedia Systems, Inc. 13E000-13EFFF (base 16) AVerMedia Systems, Inc. 7F.,No. 137,Jian Yi Rd Chung-Ho City Taipei TW 00-50-C2 (hex) NBG Industrial Automation B.V. 13C000-13CFFF (base 16) NBG Industrial Automation B.V. Hulsenweg 19 6031 SP Nederweert NL 00-50-C2 (hex) Tex Computer SRL 13A000-13AFFF (base 16) Tex Computer SRL Via Mercadante, 35 47841 Cattocica (RN) IT 00-50-C2 (hex) ChipWrights, Inc. 133000-133FFF (base 16) ChipWrights, Inc. 2150 Washington St. Newton MA 02462 US 00-50-C2 (hex) Symbolic Sound Corp. 12A000-12AFFF (base 16) Symbolic Sound Corp. PO Box 2549 Champaign IL 61825-2549 US 00-50-C2 (hex) Procon Electronics 132000-132FFF (base 16) Procon Electronics PO Box 164 Sydney NSW 1730 AU 00-50-C2 (hex) Microbit 2.0 AB 118000-118FFF (base 16) Microbit 2.0 AB Nystaden 1 SE-952 61 Kalix SE 00-50-C2 (hex) Teamaxess Ticketing GmbH 11A000-11AFFF (base 16) Teamaxess Ticketing GmbH Gewerbepark Habach1 A-5321 Koppl AT 00-50-C2 (hex) Photonic Bridges, Inc. 10C000-10CFFF (base 16) Photonic Bridges, Inc. 249 Mountain Road Basking Ridge NJ 07920 US 00-50-C2 (hex) Unipower AB 10E000-10EFFF (base 16) Unipower AB PO Box 411 SE-441 28 Alingsas SE 00-50-C2 (hex) ITK Dr. Kassen GmbH 109000-109FFF (base 16) ITK Dr. Kassen GmbH Beim Eberacker 3 D-35633 Lahnau DE 00-50-C2 (hex) Ace Electronics, Inc. 113000-113FFF (base 16) Ace Electronics, Inc. PO Box 890955 Temecula CA 92590 US 00-50-C2 (hex) Polyvision Corporation 0F1000-0F1FFF (base 16) Polyvision Corporation 14523 SW Milliken Way Beaverton OR 97005 US 00-50-C2 (hex) Young Computer Co., Ltd. 0F3000-0F3FFF (base 16) Young Computer Co., Ltd. 6th Fl. Bojung Bldg. Seoul 138-190 KR 00-50-C2 (hex) iReady Corporation 0EA000-0EAFFF (base 16) iReady Corporation 2903 Bunker Hill Lane Santa Clara CA 95054 US 00-50-C2 (hex) Foss NIRSystems, Inc. 0F7000-0F7FFF (base 16) Foss NIRSystems, Inc. 7703 Montpelier Road Laurel MD 20723 US 00-50-C2 (hex) Clearwater Networks 0E5000-0E5FFF (base 16) Clearwater Networks 160 Knowles Dr. Los Gatos CA 95032 US 00-50-C2 (hex) Audio Design Associates, Inc. 0E8000-0E8FFF (base 16) Audio Design Associates, Inc. 602-610 Mamaroneck Ave. White Plains NY 10605 US 00-50-C2 (hex) Lake Technology, Ltd. 0D3000-0D3FFF (base 16) Lake Technology, Ltd. PO Box 736 Broadway, 2007 AU 00-50-C2 (hex) Renaissance Networking, Inc. 0D1000-0D1FFF (base 16) Renaissance Networking, Inc. 415 S. McClintock Dr. Tempe AZ 85281 US 00-50-C2 (hex) Telefrang AB 0D0000-0D0FFF (base 16) Telefrang AB Varbergsgatan 8 S-412 65 Gothenburg SE 00-50-C2 (hex) RFL Electronics, Inc. 0CE000-0CEFFF (base 16) RFL Electronics, Inc. 353 Powerville Road Booton Twp. NJ 07005 US 00-50-C2 (hex) DSS Networks, Inc. 0C9000-0C9FFF (base 16) DSS Networks, Inc. 111 Pacifica Irvine CA 92618 US 00-50-C2 (hex) Casabyte 0C1000-0C1FFF (base 16) Casabyte 4012 SW 327th St. Federal Way WA 98023 US 00-50-C2 (hex) The Trane Company 0C8000-0C8FFF (base 16) The Trane Company 4833 White Bear Parkway St. Paul MN 55110 US 00-50-C2 (hex) TransComm Technology System, Inc. 0C7000-0C7FFF (base 16) TransComm Technology System, Inc. 4221 Technology Drive Fremont CA 94538 US 00-50-C2 (hex) Tattile 0BD000-0BDFFF (base 16) Tattile via Trento 127 Capriano Del Colle 25020 Brescia IT 00-50-C2 (hex) MAZet GmbH 0BB000-0BBFFF (base 16) MAZet GmbH Goeschwitzer Str.32 D-07745 Jena DE 00-50-C2 (hex) Imigix Ltd. 0C0000-0C0FFF (base 16) Imigix Ltd. Cardiff Gate Business Park Cardiff CF23 8RD GB 00-50-C2 (hex) Wavefly Corporation 0B4000-0B4FFF (base 16) Wavefly Corporation 9420 Research Blvd. Austin TX 78759 US 00-50-C2 (hex) Beeline Networks, Inc. 0B1000-0B1FFF (base 16) Beeline Networks, Inc. 2025 Stierlin Court Mountain View CA 94043 US 00-50-C2 (hex) Zarak Systems Corp. 0AE000-0AEFFF (base 16) Zarak Systems Corp. 1175 Borregas Ave. Sunnyvale CA 94089 US 00-50-C2 (hex) Analytical Spectral Devices, Inc. 094000-094FFF (base 16) Analytical Spectral Devices, Inc. 5335 Sterling Dr. Boulder CO 80301 US 00-50-C2 (hex) Invensys Controls Network Systems 090000-090FFF (base 16) Invensys Controls Network Systems 1701 Byrd Ave. Richmond VA 23230 US 00-50-C2 (hex) Caspian Networks 07D000-07DFFF (base 16) Caspian Networks 2880 West Bayshore Rd Palo Alto CA 94303 US 00-50-C2 (hex) Advanced Signal Corp. 06D000-06DFFF (base 16) Advanced Signal Corp. PO Box 713 Quincy IL 62306-0713 US 00-50-C2 (hex) Simple Network Magic Corporation 061000-061FFF (base 16) Simple Network Magic Corporation 401 Kentucky Lane McKinney TX 75069 US 00-50-C2 (hex) Austco Communication Systems Pty, Ltd 059000-059FFF (base 16) Austco Communication Systems Pty, Ltd 40 O'Malley St Osborne Park Western Australia 6017 AU 00-50-C2 (hex) MiSPO Co., Ltd. 040000-040FFF (base 16) MiSPO Co., Ltd. Kanagawa Prefecture, Kawasaki City, 213-0002 JP 00-50-C2 (hex) BrainBoxes Ltd 03C000-03CFFF (base 16) BrainBoxes Ltd Unit 3C, Wavertree Boulevard South Liverpool L7 9PF, England GB 00-50-C2 (hex) MSU UK Ltd 03E000-03EFFF (base 16) MSU UK Ltd 526-528 Elder House Milton Keynes MK9 1LR GB 00-50-C2 (hex) Tecstar Demo Systems Division 04B000-04BFFF (base 16) Tecstar Demo Systems Division 379 Science Dr. Moorpark CA 93021 US 00-50-C2 (hex) Curtis, Inc. 043000-043FFF (base 16) Curtis, Inc. 2155 Niagara Lane, North Minneapolis MN 55447 US 00-50-C2 (hex) Alliant Techsystems, Inc. 035000-035FFF (base 16) Alliant Techsystems, Inc. 600 Second St NE Hopkins MN 55343-8384 US 00-50-C2 (hex) VNR Electronique SA 03B000-03BFFF (base 16) VNR Electronique SA Avenue de France 90 CH-1004 Lausanne CH 00-50-C2 (hex) Arcturus Networks Inc. 036000-036FFF (base 16) Arcturus Networks Inc. 701 Evans Ave. - Suite 300 Toronto Ontario M9C 1A3 CA 00-50-C2 (hex) MotionIO 032000-032FFF (base 16) MotionIO 650 Saratoga Ave San Jose CA 95129 US 00-50-C2 (hex) Abatis Systems Corp. 026000-026FFF (base 16) Abatis Systems Corp. 4190 Still Creek Drive Burnaby B.C. V5C 6C6 CA 00-50-C2 (hex) Skylake Talix 01A000-01AFFF (base 16) Skylake Talix Unit 3, Lulworth Business Ctr. S040 Southampton 3WW GB 00-50-C2 (hex) Cross Products Ltd. 01B000-01BFFF (base 16) Cross Products Ltd. 23 The Calls, Leeds England GB 00-50-C2 (hex) KBS Industrieelektronik GmbH 01F000-01FFFF (base 16) KBS Industrieelektronik GmbH Burkheimer Str. 3 DE 00-50-C2 (hex) Floware System Solutions Ltd. 012000-012FFF (base 16) Floware System Solutions Ltd. 28 Hacharoshet St., P.O.B. 812 IL 00-50-C2 (hex) GD California, Inc. 005000-005FFF (base 16) GD California, Inc. 1799 Portola Ave. Livermore CA 94550 US 00-50-C2 (hex) Mettler Toledo 24D000-24DFFF (base 16) Mettler Toledo 1571 Northpointe Parkway Lutz FL 33558 US 00-50-C2 (hex) Mettler Toledo AB5000-AB5FFF (base 16) Mettler Toledo 1571 Northpointe Parkway Lutz FL 33558 US 40-D8-55 (hex) Serveron Corporation 04C000-04CFFF (base 16) Serveron Corporation 13550 SW Karl Braun Drive Beaverton OR 97077 US 00-50-C2 (hex) DEUTA-WERKE GmbH FD7000-FD7FFF (base 16) DEUTA-WERKE GmbH Paffrather str. 140 Bergisch Gladbach 51465 US 00-50-C2 (hex) Elbit Systems of America FBA000-FBAFFF (base 16) Elbit Systems of America 4700 Marine Creek Parkway Fort Worth TX 76179 US 00-50-C2 (hex) peiker acustic GmbH 1DD000-1DDFFF (base 16) peiker acustic GmbH Max-Planck-Strasse 28-32 Friedrichsdorf 61381 DE 00-50-C2 (hex) APG Cash Drawer, LLC B54000-B54FFF (base 16) APG Cash Drawer, LLC 5250 Industrial Blvd NE Minneapolis MN 55421 US 00-50-C2 (hex) ARGUS-SPECTRUM 764000-764FFF (base 16) ARGUS-SPECTRUM 65, Serdobolskaya str. St-Peterburg 197342 RU 40-D8-55 (hex) ARGUS-SPECTRUM 17A000-17AFFF (base 16) ARGUS-SPECTRUM Serdobolskaya str.,65A Saint-Petersburg 197342 RU 00-50-C2 (hex) TRONICO 74E000-74EFFF (base 16) TRONICO 26 rue du Bocage St Philbert de Bouaine Vendée 85660 FR 40-D8-55 (hex) Honeywell International 04E000-04EFFF (base 16) Honeywell International 13125 Danielson Street Poway 92064 US 40-D8-55 (hex) Honeywell 080000-080FFF (base 16) Honeywell 13350 US Highway 19 N Clearwater FL 33764 US 00-50-C2 (hex) Junger Audio-Studiotechnik GmbH 583000-583FFF (base 16) Junger Audio-Studiotechnik GmbH Justus-von-Liebig-Straße 7 Berlin 12489 DE 40-D8-55 (hex) Zhejiang Wellsun Electric Meter Co.,Ltd 13F000-13FFFF (base 16) Zhejiang Wellsun Electric Meter Co.,Ltd No 189 East Xixia Road Taizhou Zhejiang 317200 CN 00-50-C2 (hex) YUYAMA MFG Co.,Ltd A2E000-A2EFFF (base 16) YUYAMA MFG Co.,Ltd 3-3-1 TOYONAKASHI OSAKA 561-0841 JP 00-50-C2 (hex) MB connect line GmbH Fernwartungssysteme 717000-717FFF (base 16) MB connect line GmbH Fernwartungssysteme Winnettener Str.6 Dinkelsbuehl bavaria 91550 DE 00-50-C2 (hex) MB connect line GmbH Fernwartungssysteme FE9000-FE9FFF (base 16) MB connect line GmbH Fernwartungssysteme Winnettener Straße 5 Dinkelsbühl Bavaria 91550 DE 00-50-C2 (hex) Guardtec,Inc D09000-D09FFF (base 16) Guardtec,Inc #1203, Hansin IT Tower, 235, Seoul 152-768 KR 00-50-C2 (hex) Guardian Controls International Ltd 1D8000-1D8FFF (base 16) Guardian Controls International Ltd 56, Crewe Road, Sandbach Cheshire CW11 4NN GB 00-50-C2 (hex) Imarda New Zealand Limited 31D000-31DFFF (base 16) Imarda New Zealand Limited Suite G16, National Innovation Centre, Eveleigh NSW 2015 NZ 00-50-C2 (hex) Erhardt+Leimer GmbH FE7000-FE7FFF (base 16) Erhardt+Leimer GmbH Albert-Leimer-Platz 1 Stadtbergen 86391 DE 00-50-C2 (hex) DiTEST Fahrzeugdiagnose GmbH E24000-E24FFF (base 16) DiTEST Fahrzeugdiagnose GmbH Alte Poststrasse 152 Graz Steiermark 8020 AT 00-50-C2 (hex) ard sa A80000-A80FFF (base 16) ard sa Micropolis Bat Clematis Gap France 05000 FR 00-50-C2 (hex) Enyx SA FD1000-FD1FFF (base 16) Enyx SA 8 rue greneta Paris 75003 FR 00-50-C2 (hex) Mesa Labs, Inc. 9B2000-9B2FFF (base 16) Mesa Labs, Inc. 12100 West 6th Ave Lakewood CO 80228 US 00-50-C2 (hex) Arrow Central Europe GmbH - Division Spoerle A60000-A60FFF (base 16) Arrow Central Europe GmbH - Division Spoerle Max-Planck-Str. 1-3 Dreieich D-63303 DE 40-D8-55 (hex) Electrical Geodesics Incorporated 024000-024FFF (base 16) Electrical Geodesics Incorporated 1600 Millrace Drive Eugene Oregon 97403-1995 US 00-50-C2 (hex) JSC Kaluga Teletypes Manufacturing Plant F9D000-F9DFFF (base 16) JSC Kaluga Teletypes Manufacturing Plant 141, Saltykova-Schedrina Street Kaluga Kaluga region 248002 RU 00-50-C2 (hex) Critical Link LLC 49D000-49DFFF (base 16) Critical Link LLC 6712 Brooklawn Parkway Syracuse NY 13211 US 00-50-C2 (hex) AR'S CO., LTD. 760000-760FFF (base 16) AR'S CO., LTD. Yokohama Creation Square, Yokohama Kanagawa 221-0052 JP 00-50-C2 (hex) Phytec Messtechnik GmbH 485000-485FFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) Phytec Messtechnik GmbH 459000-459FFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Strasse 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) TT electronics plc 1C3000-1C3FFF (base 16) TT electronics plc Kitty Brewster Estate Blyth Northumberland NE3 2AX GB 00-50-C2 (hex) MedAvant Healthcare 601000-601FFF (base 16) MedAvant Healthcare 2533 Centennial Blvd Jeffersonville IN 47130 US 00-50-C2 (hex) Delphin Technology AG 138000-138FFF (base 16) Delphin Technology AG Offsermannsheider Str. 184 51515 Kurten 000 DE 00-50-C2 (hex) Applied Micro Electronics AME bv B30000-B30FFF (base 16) Applied Micro Electronics AME bv ESP 100 Eindhoven NoordBrabant 5633 AA NL 40-D8-55 (hex) Sentry 360 Security 093000-093FFF (base 16) Sentry 360 Security 24012 W Renwick Road Plainfield IL 60544 US 00-50-C2 (hex) Applied Micro Electronics AME bv F33000-F33FFF (base 16) Applied Micro Electronics AME bv Esp 100 Eindhoven Noord Brabant 5633AA NL 00-50-C2 (hex) Fracarro srl 21C000-21CFFF (base 16) Fracarro srl Via Cazzaro 3 Castelfranco Veneto Treviso 31033 IT 40-D8-55 (hex) DORLET SAU 15A000-15AFFF (base 16) DORLET SAU Albert Einstein 34 Miñano Mayor Alava 01510 ES 40-D8-55 (hex) DORLET SAU 06F000-06FFFF (base 16) DORLET SAU Albert Eistein 34 Miñano Mayor Alava 01510 ES 00-50-C2 (hex) DORLET SAU 9E7000-9E7FFF (base 16) DORLET SAU Albert Einstein 34 Miñanoo Mayor ALAVA 01510 ES 40-D8-55 (hex) Scandyna A/S 125000-125FFF (base 16) Scandyna A/S Jegindoevej 4 Viborg 8800 DK 00-50-C2 (hex) Edgeware AB 6B2000-6B2FFF (base 16) Edgeware AB Master Samuelsgatan 42 Stockholm 11157 SE 40-D8-55 (hex) Better Place 0F8000-0F8FFF (base 16) Better Place Amal 13B, Afek Industrial park Rosh Ha'ain, IL 00-50-C2 (hex) ExtremeSpeed Inc. 168000-168FFF (base 16) ExtremeSpeed Inc. PO Box 600 Mannville Alberta T0B 2W0 CA 40-D8-55 (hex) Wuhan Xingtuxinke ELectronic Co.,Ltd 089000-089FFF (base 16) Wuhan Xingtuxinke ELectronic Co.,Ltd NO.C3-8F,SOFTWARE PARK Wuhan Hubei 430074 CN 00-50-C2 (hex) Apantac LLC A78000-A78FFF (base 16) Apantac LLC 13500 SW Pacific HWY Portland OR 97223 US 00-50-C2 (hex) IAdea Corporation 888000-888FFF (base 16) IAdea Corporation 3F, NO.33, LANE 77, XING-AI ROAD TAIPEI 114 TW 00-50-C2 (hex) Helmut Mauell GmbH Werk Weida 0B9000-0B9FFF (base 16) Helmut Mauell GmbH Werk Weida Am Rosenhugel 1-7 42553 Velbert 0000 DE 00-50-C2 (hex) Robert Bosch Healthcare Systems, Inc. F2D000-F2DFFF (base 16) Robert Bosch Healthcare Systems, Inc. 2400 Geng Road Palo Alto CA 94303 US 00-50-C2 (hex) NOVACOMM LTDA 5FE000-5FEFFF (base 16) NOVACOMM LTDA R. Benjui , 79 São Paulo SP 04689-000 BR 00-50-C2 (hex) Vocality International Ltd 667000-667FFF (base 16) Vocality International Ltd Lydling Barn Shackleford Surrey GU8 6AP GB 40-D8-55 (hex) Vocality International Ltd 14B000-14BFFF (base 16) Vocality International Ltd Lydling Barn Guildford Surrey GU86AP GB 00-50-C2 (hex) ZP Engineering SEL 26E000-26EFFF (base 16) ZP Engineering SEL via Ardito Desio, 60 ROME 00131 IT 00-50-C2 (hex) ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. 9F9000-9F9FFF (base 16) ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. ABB Industrial Park, Torch Hi-Tech Industrial Development Zone Xiamen Fujian 361006 CN 00-50-C2 (hex) ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. D84000-D84FFF (base 16) ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. ABB Industrial Park, Torch Hi-Tech Industrial Development Zone Xiamen Fujian 361006 CN 00-50-C2 (hex) ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. DE1000-DE1FFF (base 16) ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. ABB Industrial Park, Torch Hi-Tech Industrial Development Zone Xiamen Fujian 361006 CN 00-50-C2 (hex) PYRAMID Computer GmbH 5E2000-5E2FFF (base 16) PYRAMID Computer GmbH Boetzinger Strasse 60 Freiburg BW 79111 DE 00-50-C2 (hex) Pumatronix Equipamentos Eletronicos Ltda. 8C8000-8C8FFF (base 16) Pumatronix Equipamentos Eletronicos Ltda. Rua Algacyr Munhoz Mader, 3775 Curitiba Paraná 81350-010 BR 40-D8-55 (hex) Rohde&Schwarz Topex SA 06C000-06CFFF (base 16) Rohde&Schwarz Topex SA 71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO 40-D8-55 (hex) Aplex Technology Inc. 18A000-18AFFF (base 16) Aplex Technology Inc. 2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN 40-D8-55 (hex) Aplex Technology Inc. 110000-110FFF (base 16) Aplex Technology Inc. 2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN 00-50-C2 (hex) Aplex Technology Inc. B49000-B49FFF (base 16) Aplex Technology Inc. 2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN 40-D8-55 (hex) Power Electronics Espana, S.L. 102000-102FFF (base 16) Power Electronics Espana, S.L. Leonardo Da Vinci, 24-26 Paterna Valencia 46980 ES 00-50-C2 (hex) RFL Electronics, Inc. ED5000-ED5FFF (base 16) RFL Electronics, Inc. 353 Powerville Road Boonton Township NJ 07005 US 00-50-C2 (hex) Wireless Cables Inc. 8E2000-8E2FFF (base 16) Wireless Cables Inc. 1414 Soquel Ave, Ste 212 Santa Cruz CA 95062 US 00-50-C2 (hex) WaveIP 6FB000-6FBFFF (base 16) WaveIP Teradion Industrial Park Misgav 20179 IL 00-50-C2 (hex) WaveIP 1CC000-1CCFFF (base 16) WaveIP Teradion Industrial Park Misgav 20179 IL 00-50-C2 (hex) GD Mission Systems 21B000-21BFFF (base 16) GD Mission Systems 8220 E. Roosevelt Street Scottsdale AZ 85257 US 00-50-C2 (hex) GD Mission Systems 9A9000-9A9FFF (base 16) GD Mission Systems 8220 E. Roosevelt St. Scottsdale AZ 85257 US 00-50-C2 (hex) ReaMetrix, Inc. A56000-A56FFF (base 16) ReaMetrix, Inc. 1585 Industrial Road San Carlos CA 94070 US 00-50-C2 (hex) Optibase Ltd. 14C000-14CFFF (base 16) Optibase Ltd. Shenkar 7 Herzlya 46725 IL 00-50-C2 (hex) LMI Technologies 0B0000-0B0FFF (base 16) LMI Technologies 1673 Cliveden Avenue Delta British Columbia V3M 6V5 CA 00-50-C2 (hex) Lighting Science Group 93D000-93DFFF (base 16) Lighting Science Group 11390 Sunrise Gold Circle #800 Rancho Cordova CA 95742 US 00-50-C2 (hex) Sicon srl F97000-F97FFF (base 16) Sicon srl Via Sila 1/3 Isola Vicentina Vicenza 36033 IT 00-50-C2 (hex) Jäger Computergesteuerte Meßtechnik GmbH. 0A2000-0A2FFF (base 16) Jäger Computergesteuerte Meßtechnik GmbH. Rheinstratraße 2-4 Lorsch Hessen 64653 DE 00-50-C2 (hex) ITF Fröschl GmbH B76000-B76FFF (base 16) ITF Fröschl GmbH Hauserbachstraße 9 Walderbach Bavaria 93194 DE 00-50-C2 (hex) Intuitive Surgical, Inc 9CF000-9CFFFF (base 16) Intuitive Surgical, Inc 950 Kifer Road Sunnyvale CA 94040 US 00-50-C2 (hex) 4RF Communications Ltd 2ED000-2EDFFF (base 16) 4RF Communications Ltd 26 Glover Street Wellington 6032 NZ 00-50-C2 (hex) Elbit Systems Ltd. 4C2000-4C2FFF (base 16) Elbit Systems Ltd. p.o.b. 539 Haifa 36925 IL 00-50-C2 (hex) Efficient Channel Coding 2F4000-2F4FFF (base 16) Efficient Channel Coding 600 Safeguard Plaza Brooklyn Heights 44131 US 00-50-C2 (hex) DELTA TAU DATA SYSTEMS, INC. CBA000-CBAFFF (base 16) DELTA TAU DATA SYSTEMS, INC. 21314 LASSEN ST CHATSWORTH CA 91311 US 00-50-C2 (hex) Crystal Vision Ltd 26C000-26CFFF (base 16) Crystal Vision Ltd Lion Technology Park, Station Road East Cambridge Cambs CB2 4NL GB 00-50-C2 (hex) Genetec Inc. BE7000-BE7FFF (base 16) Genetec Inc. 2280 Alfred-Nobel Blvd., Suite 400 Saint-Laurent Quebec H4S 2A4 CA 00-50-C2 (hex) DINEC International 1BC000-1BCFFF (base 16) DINEC International Rue de la Gare, 30 BRAINE L'ALLEUD BW 1420 BE 00-50-C2 (hex) Grossenbacher Systeme AG 410000-410FFF (base 16) Grossenbacher Systeme AG Spinnereistrasse 10 St. Gallen SG 9008 CH 00-50-C2 (hex) IBEX UK Limited 501000-501FFF (base 16) IBEX UK Limited 32A Station Road West Oxted Kent RH8 9EU GB 40-D8-55 (hex) TATTILE SRL 133000-133FFF (base 16) TATTILE SRL via G.Donizetti 1/3/5 Brescia 25030 IT 00-50-C2 (hex) Grupo Epelsa S.L. 447000-447FFF (base 16) Grupo Epelsa S.L. C/ Albasanz, 6 y 8 Madrid 28037 ES 40-D8-55 (hex) Grupo Epelsa S.L. 111000-111FFF (base 16) Grupo Epelsa S.L. C/ Punto Net,3 Alcala de Henares Madrid 28805 ES 00-50-C2 (hex) Baxter International Inc 2E0000-2E0FFF (base 16) Baxter International Inc One Baxter Parkway Deerfield IL 60015 US 00-50-C2 (hex) EMAC, Inc. 0E0000-0E0FFF (base 16) EMAC, Inc. 2390 EMAC Way Carbondale IL 62901 US 40-D8-55 (hex) EMAC, Inc. 09D000-09DFFF (base 16) EMAC, Inc. 2390 EMAC Way Carbondale IL 62901 US 40-D8-55 (hex) Shenzhen MaiWei Cable TV Equipment CO.,LTD. 50D000-50DFFF (base 16) Shenzhen MaiWei Cable TV Equipment CO.,LTD. 13/F,Fiyta Hi-tech Building,GaoXinnanyi Avenue,Southern District of Hi-tech Park,Nanshan District Shenzhen Guangdong 518057 CN 40-D8-55 (hex) Energy Technology and Control Ltd. 1DA000-1DAFFF (base 16) Energy Technology and Control Ltd. 25 North Street Lewes East Sussex BN7 2PE GB 40-D8-55 (hex) EMS Computers Pty Ltd 1D6000-1D6FFF (base 16) EMS Computers Pty Ltd Unit 9 / 171 Power St Glendenning NSW 2177 AU 40-D8-55 (hex) Wheatstone Corporation 1D7000-1D7FFF (base 16) Wheatstone Corporation 600 Industrial Drive New Bern NC 28562 US 40-D8-55 (hex) Commercial Wireless Systems International LLC. 1D9000-1D9FFF (base 16) Commercial Wireless Systems International LLC. 10798 N.W. 53 Street Sunrise Florida 33351 US 40-D8-55 (hex) Omnik New Energy Co., Ltd 1CF000-1CFFFF (base 16) Omnik New Energy Co., Ltd A4-414 No.218 Xinghu Road bioBAY Park suzhou jiangsu 215123 CN 40-D8-55 (hex) Peter Huber 1CE000-1CEFFF (base 16) Peter Huber Kaeltemaschinenbau GmbH Offenburg Ba-Wue 77656 DE 40-D8-55 (hex) AD QUALITE 1E1000-1E1FFF (base 16) AD QUALITE 75, allée Louis Blériot BOOS Haute Normandie 76520 FR 40-D8-55 (hex) Vidisys GmbH 1DE000-1DEFFF (base 16) Vidisys GmbH Rudolf-Diesel-Ring 30 Sauerlach Bavaria 82054 DE 40-D8-55 (hex) Prisma Engineering srl 1D4000-1D4FFF (base 16) Prisma Engineering srl Via Petrocchi, 4 Milano MI 20127 IT 40-D8-55 (hex) BETTINI SRL 1B3000-1B3FFF (base 16) BETTINI SRL VIA GRIEG 23 SARONNO VARESE 20147 IT 40-D8-55 (hex) AGE A. Gilg Elektronik 1B2000-1B2FFF (base 16) AGE A. Gilg Elektronik Wellenburger Str. 53 Augsburg Bayern D-86199 DE 40-D8-55 (hex) Logos 01 S.r.l. 1B1000-1B1FFF (base 16) Logos 01 S.r.l. Via Parini, 8 Porto Mantovano MN 46047 IT 40-D8-55 (hex) Vigitron Inc. 1AF000-1AFFFF (base 16) Vigitron Inc. 7620 Miramar Road, Suite 4100 San Diego California 92126 US 40-D8-55 (hex) ELAN SYSTEMS 1AC000-1ACFFF (base 16) ELAN SYSTEMS 10 IHASZ STR BUDAPEST 1105 HU 40-D8-55 (hex) Rosslare Enterprises Limited 1AB000-1ABFFF (base 16) Rosslare Enterprises Limited Flat 912 Wing Fat Industrial Building Kowloon Bay Kowloon HK 40-D8-55 (hex) Creative Lighting And Sound Systems Pty Ltd 1BA000-1BAFFF (base 16) Creative Lighting And Sound Systems Pty Ltd 4 Pine Street North Ipswich QLD 4305 AU 40-D8-55 (hex) Shin-ei Electronic Measuring Co.,Ltd. 1B0000-1B0FFF (base 16) Shin-ei Electronic Measuring Co.,Ltd. 2636 Fujisawa-shi Kanagawa 252-0816 JP 40-D8-55 (hex) NPB Automation AB 1C0000-1C0FFF (base 16) NPB Automation AB Industrigatan 14B Jönköping Jönköping 55302 SE 40-D8-55 (hex) Device Solutions Ltd 1C6000-1C6FFF (base 16) Device Solutions Ltd PO Box 131 Rolleston Canterbury 7614 NZ 40-D8-55 (hex) devboards GmbH 198000-198FFF (base 16) devboards GmbH Birkerstrasse 67 Lohmar NRW 33106 DE 40-D8-55 (hex) RB-LINK Wireless 1A6000-1A6FFF (base 16) RB-LINK Wireless Parque Comercial Europa Loja 20 Pombal 3100-371 PT 40-D8-55 (hex) Soukai Electric 191000-191FFF (base 16) Soukai Electric 316-9 kubara Kasuya-gun Fukuoka 811-2501 JP 40-D8-55 (hex) REDER Domotic GmbH 178000-178FFF (base 16) REDER Domotic GmbH Gutensteinerstrasse 42 Pottenstein Austria 2563 AT 40-D8-55 (hex) BrightLeaf Power 16F000-16FFFF (base 16) BrightLeaf Power 121 Apollo Road Montrose Colorado 81401 US 40-D8-55 (hex) Diagnosys Test Systems Ltd 18B000-18BFFF (base 16) Diagnosys Test Systems Ltd Riverside One Dublin 2 IE 40-D8-55 (hex) Anhui Jiante Network Technology Co., Ltd. 166000-166FFF (base 16) Anhui Jiante Network Technology Co., Ltd. 513 Room, new Bai Sha business center,NO.9 ,LiuAn Road ,LuYang District, Hefei City ,Anhui Province,China Hefei Anhui 230000 CN 40-D8-55 (hex) Solidscape Inc 161000-161FFF (base 16) Solidscape Inc 316 Daniel Webster Hwy Merrimack NH 03054 US 40-D8-55 (hex) CT Company 15F000-15FFFF (base 16) CT Company Nizhni Krasnoselsky st.,35 Moscow 140070 RU 40-D8-55 (hex) Prodco International Inc. 15E000-15EFFF (base 16) Prodco International Inc. 9408 boul. du Gulf Montreal Quebec H1J3A1 CA 40-D8-55 (hex) Secuinfo Co.Ltd 16E000-16EFFF (base 16) Secuinfo Co.Ltd 1411, Kranz Techno, 5442-1, Sangdaewon dong Seongnam Gyeonggi-do 462-729 KR 40-D8-55 (hex) Weber Marking Systems GmbH 145000-145FFF (base 16) Weber Marking Systems GmbH Taschenmacherstrasse 2 Lübeck Schleswig-Holstein 23556 DE 40-D8-55 (hex) Pleiger Elektronik GmbH and Co. KG 146000-146FFF (base 16) Pleiger Elektronik GmbH and Co. KG Im Hammertal 51 Witten NRW 58456 DE 40-D8-55 (hex) SOMFY SAS 14D000-14DFFF (base 16) SOMFY SAS 400, avenue de la République CLUSES - 74307 FR 40-D8-55 (hex) Progress Rail Services, Inspection and Information Systems 151000-151FFF (base 16) Progress Rail Services, Inspection and Information Systems 3801-1 South Selsa Road Independence Missouri 64057 US 40-D8-55 (hex) GD Mission Systems 14A000-14AFFF (base 16) GD Mission Systems 8220 E. Roosevelt St. Scottsdale AZ 85257 US 40-D8-55 (hex) Venco 144000-144FFF (base 16) Venco Carretera del Mig 75 Hospitalet de Llobregat Barcelona 08907 ES 40-D8-55 (hex) Debug s.r.l. 124000-124FFF (base 16) Debug s.r.l. Via della Meccanica,14 Vicenza ITALY 36100 IT 40-D8-55 (hex) Devriecom B.V. 136000-136FFF (base 16) Devriecom B.V. Oosteinde 219 Vriezenveen Ov 7671AX NL 40-D8-55 (hex) GSP Sprachtechnologie GmbH 130000-130FFF (base 16) GSP Sprachtechnologie GmbH Teltowkanalstr.1 Berlin 12247 DE 40-D8-55 (hex) ZAO NPC Kompjuternie Technologii 123000-123FFF (base 16) ZAO NPC Kompjuternie Technologii Komsomolsky avenue, 90-17 Perm Perm Region 614010 RU 40-D8-55 (hex) KOMPAN Pawel Sokolowski 11F000-11FFFF (base 16) KOMPAN Pawel Sokolowski Radomska 29 Starachowice Swietokrzyskie 27-200 PL 40-D8-55 (hex) shanghai Anjian Information technology co. , ltd. 121000-121FFF (base 16) shanghai Anjian Information technology co. , ltd. Room 413,Block B , shanghai shanghai 200235 CN 40-D8-55 (hex) Marmitek BV 0FA000-0FAFFF (base 16) Marmitek BV Postbus 4257 Eindhoven NB 5604 EG NL 40-D8-55 (hex) Invisua Lighting BV 0F9000-0F9FFF (base 16) Invisua Lighting BV Nuenenseweg 167 Geldrop NB 5667KP NL 40-D8-55 (hex) Testbook Ltd 113000-113FFF (base 16) Testbook Ltd 7 Midshires Business Park Alyesbury Bucks HP19 8HL GB 40-D8-55 (hex) CAVALRY STORAGE INC 10F000-10FFFF (base 16) CAVALRY STORAGE INC 4251 E BRICKELL ST ONTARIO CA 91761 US 40-D8-55 (hex) Contrans TI sp. z o.o. 10C000-10CFFF (base 16) Contrans TI sp. z o.o. Polanowicka 66 Wrocław dolnośląskie 51-180 PL 40-D8-55 (hex) TASK SISTEMAS DE COMPUTACAO S.A. 100000-100FFF (base 16) TASK SISTEMAS DE COMPUTACAO S.A. RUA VISCONDE DE OURO PRETO RIO DE JANEIRO 22621-100 BR 40-D8-55 (hex) Private 0F6000-0F6FFF (base 16) Private 40-D8-55 (hex) Embed Limited 0DD000-0DDFFF (base 16) Embed Limited Sovereign Court One Coventry West Midlands CV4 7EZ GB 40-D8-55 (hex) Xadi Inc 0DF000-0DFFFF (base 16) Xadi Inc 100 - 321 McDermot Ave Winnipeg Manitoba R3A 0A3 CA 40-D8-55 (hex) LIGHTSTAR 0E7000-0E7FFF (base 16) LIGHTSTAR 18,CHASEONGDONGRO, 142BEONGIL BUSAN 619-905 KR 40-D8-55 (hex) Icraft Oy 0D0000-0D0FFF (base 16) Icraft Oy Åkerlundinkatu 3 Tampere 33100 FI 40-D8-55 (hex) Clark-MXR, Inc. 0CF000-0CFFFF (base 16) Clark-MXR, Inc. 7300 W. Huron River Dr. Dexter MI 48130 US 40-D8-55 (hex) Cantada Inc 0D1000-0D1FFF (base 16) Cantada Inc 5742 Oakton Court Sarasota Florida 34233 US 40-D8-55 (hex) ReliOn Inc 0CB000-0CBFFF (base 16) ReliOn Inc 15913 E Euclid Ave Spokane Wa 99216 US 40-D8-55 (hex) WooshCom Corporation 0A5000-0A5FFF (base 16) WooshCom Corporation 16095 Ridge Tee Dr. Morrison CO 80465-2140 US 40-D8-55 (hex) iCOGNIZE GmbH 0BD000-0BDFFF (base 16) iCOGNIZE GmbH Justus-von-Liebig Str. 9 Dietzenbach Hesse 63128 DE 40-D8-55 (hex) Manufacturing System Insights Inc 0BE000-0BEFFF (base 16) Manufacturing System Insights Inc 2560 Ninth Street, Suite 123A Berkeley CA 94710 US 40-D8-55 (hex) Telvent 0B6000-0B6FFF (base 16) Telvent P.I. Alcobendas C/ Valgrande, 6 Alcobendas Madrid 28108 ES 40-D8-55 (hex) Whiptail 0BB000-0BBFFF (base 16) Whiptail 9 Whippany Rd Whippany NJ 07981 US 40-D8-55 (hex) Ferlin Trading BV 0B8000-0B8FFF (base 16) Ferlin Trading BV Galileistraat 29 Dedemsvaart Overijssel 7701 SK NL 40-D8-55 (hex) Fraunhofer HHI 0AC000-0ACFFF (base 16) Fraunhofer HHI Einsteinufer 37 Berlin 10587 US 40-D8-55 (hex) Wasserbauer GmbH 092000-092FFF (base 16) Wasserbauer GmbH Gewerbestraße 1 Waldneukirchen 4595 US 40-D8-55 (hex) Axxess Identification Ltd 090000-090FFF (base 16) Axxess Identification Ltd 27-28 Shrivenham Hundred Business Park Swindon Wiltshire SN6 8TZ GB 40-D8-55 (hex) idcell co.ltd 099000-099FFF (base 16) idcell co.ltd 565 Iteco, Deokpung 3-dong Hanam-si 465-736 KR 40-D8-55 (hex) Quantronix, Inc. 0A0000-0A0FFF (base 16) Quantronix, Inc. 380 S. 200 W. Farmington UT 84025 US 40-D8-55 (hex) Keyware Solutions Inc. 09C000-09CFFF (base 16) Keyware Solutions Inc. 5-37-18 Kamikitazawa Setagaya-ku Tokyo 156-8588 JP 40-D8-55 (hex) Peek Traffic Corporation 085000-085FFF (base 16) Peek Traffic Corporation 2906 Corporate Way Palmetto Fl 34221 US 40-D8-55 (hex) Wuxi SiNeng New Energy Co., Ltd. 07D000-07DFFF (base 16) Wuxi SiNeng New Energy Co., Ltd. No.1 Wind power Road, Wind Power Technology Industrial Park Wuxi Jiangsu Province 214000 CN 40-D8-55 (hex) JSC Electrical Equipment Factory 070000-070FFF (base 16) JSC Electrical Equipment Factory Otradnaya str, 6 Moscow 129626 RU 40-D8-55 (hex) DELOPT 083000-083FFF (base 16) DELOPT #3&4, 1st Cross, 7th Main Bangalore Karnataka 560062 IN 40-D8-55 (hex) Ultra Electronics Flightline Systems 05A000-05AFFF (base 16) Ultra Electronics Flightline Systems 7625 Omnitech Place Victor NY 14564-9795 US 40-D8-55 (hex) Cominfo, Inc. 061000-061FFF (base 16) Cominfo, Inc. Nabrezi 695 Zlin 760 01 CZ 40-D8-55 (hex) COLONIAL ASSEMBLY and DESIGN 059000-059FFF (base 16) COLONIAL ASSEMBLY and DESIGN 3361 SHANNON AIRPORT CIRCLE FREDERICKSBURG VIRGINIA 22408 US 40-D8-55 (hex) Helmholtz Zentrum Dresden Rossendorf e.V. 055000-055FFF (base 16) Helmholtz Zentrum Dresden Rossendorf e.V. Bautzner Landstrasse 400 Dresden Sachsen 01328 DE 40-D8-55 (hex) GROUP 57 056000-056FFF (base 16) GROUP 57 Burgemeestersrand 37 Delft ZH 2625 NV US 40-D8-55 (hex) Protonic Holland 063000-063FFF (base 16) Protonic Holland Factorij 36 Zwaag NH Netherlands 1689 AL NL 40-D8-55 (hex) Haein S&S Co., Ltd 04F000-04FFFF (base 16) Haein S&S Co., Ltd #1213 12th FL Daeryoung Teco town Seoul 153-802 KR 40-D8-55 (hex) DAN ELECTRONICS SYSTEM (P) LIMITED 052000-052FFF (base 16) DAN ELECTRONICS SYSTEM (P) LIMITED 546A, SECTOR - 37 GURGAON HARYANA 122001 IN 40-D8-55 (hex) Dacom West GmbH 034000-034FFF (base 16) Dacom West GmbH Schallbruch 19-21 Haan NRW 42781 DE 40-D8-55 (hex) Thermo Fisher Scientific 049000-049FFF (base 16) Thermo Fisher Scientific 1410 Gillingham Lane Sugar Land Texas 77478 US 40-D8-55 (hex) Genadsystem 045000-045FFF (base 16) Genadsystem #522 Innoplex Bldg. 1-613, Wonchen-dong Suwon Gyeonggi-do 443-380 KR 40-D8-55 (hex) Symetrics Industries 026000-026FFF (base 16) Symetrics Industries 1615 West Nasa Blvd West Melbourne Fl 32901 US 40-D8-55 (hex) CI Systems Ltd 039000-039FFF (base 16) CI Systems Ltd HaMehkar 6 Str. Migdal HaEmek IL 10551 IL 40-D8-55 (hex) Dommel GmbH 031000-031FFF (base 16) Dommel GmbH Westring 15 Wassertruedingen bavaria 91717 DE 40-D8-55 (hex) MACHINEPERFORMANCE ApS 04D000-04DFFF (base 16) MACHINEPERFORMANCE ApS Firskovej 23,1 Kgs. Lyngby Denmark DK-2800 DK 40-D8-55 (hex) Hangzhou Chenxiao Technologies Co. Ltd. 002000-002FFF (base 16) Hangzhou Chenxiao Technologies Co. Ltd. 7th Floor,No51,Huanxing Road,Bingjiang Hangzhou Zhejiang 310052 CN 40-D8-55 (hex) Digital Audio SA 007000-007FFF (base 16) Digital Audio SA 3, chemin du Pre-Fleuri PLAN-LES-OUATES GENEVA 1228 CH 40-D8-55 (hex) CR Magnetics, Inc. 004000-004FFF (base 16) CR Magnetics, Inc. 3500 Scarlet Oak Blvd Saint Louis Missouri 63122 US 40-D8-55 (hex) DIGITAL DYNAMICS, INC. 00F000-00FFFF (base 16) DIGITAL DYNAMICS, INC. 5 VICTOR SQUARE SCOTTS VALLEY CA. 95066 US 40-D8-55 (hex) STANEO SAS 018000-018FFF (base 16) STANEO SAS 90 rue des trente-six ponts Toulouse 31400 FR 40-D8-55 (hex) Audio Enhancement 01B000-01BFFF (base 16) Audio Enhancement 14241 S. Redwood Road Bluffdale UT 84065 US 40-D8-55 (hex) SMT D.O.O. 021000-021FFF (base 16) SMT D.O.O. LIMINJANSKA 96 PORTORO PORTORO 6320 SI 40-D8-55 (hex) Kaori Industria Eletronica Ltda 008000-008FFF (base 16) Kaori Industria Eletronica Ltda 1021, Dr. Reynaldo Machado Curitiba Parana 80215010 BR 40-D8-55 (hex) Flexim Security Oy 011000-011FFF (base 16) Flexim Security Oy P.O.Box 700 Helsinki Southern Finland 00381 FI 00-50-C2 (hex) CONTROL SYSTEMS Srl FF3000-FF3FFF (base 16) CONTROL SYSTEMS Srl Via del Brolo, 14 Cremona CR 26100 IT 00-50-C2 (hex) GD Mission Systems FF0000-FF0FFF (base 16) GD Mission Systems 8220 E. Roosevelt St. Scottsdale AZ 85257 US 00-50-C2 (hex) Task Sistemas de Computacao FEF000-FEFFFF (base 16) Task Sistemas de Computacao Rua Visconde de Ouro Preto, 5 Rio de Janeiro RJ 22250-180 BR 00-50-C2 (hex) Mango DSP, Inc. FE8000-FE8FFF (base 16) Mango DSP, Inc. 83 East Ave. Norwalk CT 06877 US 00-50-C2 (hex) Exibea AB FE6000-FE6FFF (base 16) Exibea AB Ekmansgatan 3 Gothenburg Sweden 411 32 SE 00-50-C2 (hex) SEFRAM FFB000-FFBFFF (base 16) SEFRAM 32 rue E MARTEL SAINT-ETIENNE FRANCE 42009 FR 00-50-C2 (hex) Autonomic Controls. Inc FD2000-FD2FFF (base 16) Autonomic Controls. Inc 28 Kaysal Court Armonk NY 10504 US 00-50-C2 (hex) Simple Solutions FD0000-FD0FFF (base 16) Simple Solutions Alleenstr. 18 Kirchheim unter Teck Baden-Württemberg 73230 DE 00-50-C2 (hex) Hijet Print d.o.o. FA9000-FA9FFF (base 16) Hijet Print d.o.o. Majstorska 3 Zagreb Croatia 10000 HR 00-50-C2 (hex) Yash SiQure Technologies India Pvt. Ltd. FA8000-FA8FFF (base 16) Yash SiQure Technologies India Pvt. Ltd. C 262, Sector - 63, Noida, UP 201307 IN 00-50-C2 (hex) Assembly Contracts Limited FB5000-FB5FFF (base 16) Assembly Contracts Limited Ledson Road Manchester Lancashire M23 9GP US 00-50-C2 (hex) TECHNO CO.,LTD. FB8000-FB8FFF (base 16) TECHNO CO.,LTD. 1304-5 Iruma City Saitama Pref. 358-0011 JP 00-50-C2 (hex) Digital Barriers F94000-F94FFF (base 16) Digital Barriers Photon House Leeds West Yorkshire LS121EG GB 00-50-C2 (hex) SYS TEC electronic GmbH F80000-F80FFF (base 16) SYS TEC electronic GmbH Am Windrad 2 Heinsdorfergrund D-08468 DE 00-50-C2 (hex) Amplus Communication Pte Ltd FA0000-FA0FFF (base 16) Amplus Communication Pte Ltd 19A Serangoon North Ave 5 Singapore 554859 SG 00-50-C2 (hex) RTC Manufacturing Inc. F88000-F88FFF (base 16) RTC Manufacturing Inc. 1016 Enterprise Place Arlington TX 76001 US 00-50-C2 (hex) GWT LLC F66000-F66FFF (base 16) GWT LLC 101 Gibraltar Drive Morris Plains NJ 07950 US 00-50-C2 (hex) PumpWell Solutions Ltd. F75000-F75FFF (base 16) PumpWell Solutions Ltd. 10, 2150-29th St. NE Calgary AB T1Y 7G4 CA 00-50-C2 (hex) Pro Design Electronic GmbH F6C000-F6CFFF (base 16) Pro Design Electronic GmbH Albert-Mayer-Str. 14-16 Bruckmuehl Bavaria 83052 DE 00-50-C2 (hex) C3 LLC F7A000-F7AFFF (base 16) C3 LLC 1305 N Savannah Terrace Mustang OK 73064 US 00-50-C2 (hex) Hella Gutmann Solutions GmbH F54000-F54FFF (base 16) Hella Gutmann Solutions GmbH Am Krebsbach 2 Ihringen 79241 DE 00-50-C2 (hex) BORYEU TECHNOLOGY CO.,LTD F5F000-F5FFFF (base 16) BORYEU TECHNOLOGY CO.,LTD 2F.,No756,Zhongzheng Road Zhonghe City Taipei Hsien23586 23586 US 00-50-C2 (hex) KNOWHOW INFOCOM INC. F4D000-F4DFFF (base 16) KNOWHOW INFOCOM INC. 32-1, YOUNGMUN-DONG, SEOUL KR 00-50-C2 (hex) DENSEI COMMUNICATION Inc. F3F000-F3FFFF (base 16) DENSEI COMMUNICATION Inc. 8-13,Koei-cho Ebetsu-shi Hokkaido 067-0051 JP 00-50-C2 (hex) cadac,inc. F47000-F47FFF (base 16) cadac,inc. Ho10-3,Ouramachi Kanazawa-shi Ishikawa 920-0205 JP 00-50-C2 (hex) BAP Precision Ltd. F4F000-F4FFFF (base 16) BAP Precision Ltd. 1F., No.5, Ln. 147, Chengzhang 1st St. Zhongli City Taoyuan County 320 TW 00-50-C2 (hex) Miris AB F30000-F30FFF (base 16) Miris AB Kungsgatan 115 UPPSALA 75318 SE 00-50-C2 (hex) Arcos Technologies LTD F2F000-F2FFFF (base 16) Arcos Technologies LTD 26 Hasivim Petach Tikva 49517 IL 00-50-C2 (hex) Vertex Antennentechnik GmbH F28000-F28FFF (base 16) Vertex Antennentechnik GmbH Baumstrasse 50 Duisburg NRW 47198 DE 00-50-C2 (hex) Harland Simon plc F22000-F22FFF (base 16) Harland Simon plc Bond Avenue Milton Keynes Bucks MK1 1TJ GB 00-50-C2 (hex) Organis GmbH F11000-F11FFF (base 16) Organis GmbH Schulstrasse 76 Landquart 7302 CH 00-50-C2 (hex) Peter Huber Kältemaschinenbau GmbH F16000-F16FFF (base 16) Peter Huber Kältemaschinenbau GmbH Werner-von-Siemens-Str. 1 Offenburg Baden-Württemberg 77656 DE 00-50-C2 (hex) PLR Information Systems Ltd. EFE000-EFEFFF (base 16) PLR Information Systems Ltd. POB 8130, Poleg Industrial Zone Netanya 42160 IL 00-50-C2 (hex) Private EFC000-EFCFFF (base 16) Private 00-50-C2 (hex) GD Mission Systems F1C000-F1CFFF (base 16) GD Mission Systems 8220 E. Roosevelt St. Scottsdale AZ 85257 US 00-50-C2 (hex) Norbit ODM AS EFB000-EFBFFF (base 16) Norbit ODM AS Stiklestadveien 1 Trondheim 7041 NO 00-50-C2 (hex) Tecnint HTE SRL EE3000-EE3FFF (base 16) Tecnint HTE SRL Via della Tecnica 16/18 Osnago Lecco 23875 IT 00-50-C2 (hex) IDTRONIC GmbH EEF000-EEFFFF (base 16) IDTRONIC GmbH Donnersbergweg 1 Ludwigshafen NonUS D67059 DE 00-50-C2 (hex) Saia-Burgess Controls AG EF1000-EF1FFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) Future Design Controls, Inc EED000-EEDFFF (base 16) Future Design Controls, Inc 7524 W 98th Place Bridgeview IL 60455 US 00-50-C2 (hex) EBNEURO SPA EDD000-EDDFFF (base 16) EBNEURO SPA VIA PIETRO FANFANI 97a FIRENZE 50127 IT 00-50-C2 (hex) Specialty Microwave Corp EF2000-EF2FFF (base 16) Specialty Microwave Corp 120 Raynor Ave Ronkonkoma New York 11779 US 00-50-C2 (hex) Procon Electronics EE1000-EE1FFF (base 16) Procon Electronics PO Box 164 Sydney NSW 1730 AU 00-50-C2 (hex) Wishtek Technology, Inc. EB4000-EB4FFF (base 16) Wishtek Technology, Inc. 10F., No. 178-1, Syuecin Rd., Sansia Dist., New Taipei 23741 TW 00-50-C2 (hex) Logical Electromechanical Sys Inc. EC4000-EC4FFF (base 16) Logical Electromechanical Sys Inc. 885 Freemanwood Lane Alpharetta GA 30004 US 00-50-C2 (hex) Ixonos Plc EC2000-EC2FFF (base 16) Ixonos Plc Hermiankatu 6-8H Tampere FI-33721 FI 00-50-C2 (hex) IBERNEX INGENIERIA, S.L. EC8000-EC8FFF (base 16) IBERNEX INGENIERIA, S.L. Carretera de Cogullada, 11 ZARAGOZA Zaragoza 50001 ES 00-50-C2 (hex) Alias ip EAC000-EACFFF (base 16) Alias ip 300 ROUTE DES CRETES SOPHIA ANTIPOLIS ALPES-MARITIMES 06560 FR 00-50-C2 (hex) Dlite Comercio, Importadora e Serviços de Automação Ltda E95000-E95FFF (base 16) Dlite Comercio, Importadora e Serviços de Automação Ltda 423, Rocio Street cj1811 São Paulo 04552 000 BR 00-50-C2 (hex) Aerodata AG EA5000-EA5FFF (base 16) Aerodata AG Hermann-Blenk-Strasse 36 Braunschweig Niedersachsen 38108 DE 00-50-C2 (hex) LS Control A/S E7F000-E7FFFF (base 16) LS Control A/S Indrustivej 12 Gelsted Herlufmagle DK-4160 DK 00-50-C2 (hex) Saia-Burgess Controls AG E80000-E80FFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) Macronet s.r.l. E8A000-E8AFFF (base 16) Macronet s.r.l. Alsina 2965 Buenos Aires 1207 AR 00-50-C2 (hex) PROTEQSEN E89000-E89FFF (base 16) PROTEQSEN Av. Gov. Amaral Peixoto, 800 Nova Iguacu Rio de Janeiro 26210-060 BR 00-50-C2 (hex) Multisuns Corporation E86000-E86FFF (base 16) Multisuns Corporation 12F, No. 19-3, San Chung Road, Taipei 115 TW 00-50-C2 (hex) Lamson Safes & Security E87000-E87FFF (base 16) Lamson Safes & Security 3-5 Awun Court Springvale Victoria AU 00-50-C2 (hex) TASK SISTEMAS DE COMPUTACAO LTDA E78000-E78FFF (base 16) TASK SISTEMAS DE COMPUTACAO LTDA Rua 2 / 112 Jardim Itatiaia Itatiaia Rio de Janeiro 27580-000 BR 00-50-C2 (hex) Will corp. E74000-E74FFF (base 16) Will corp. 3-1-47 Yamato city Kanagawa pref. 242-0018 JP 00-50-C2 (hex) Adaptive Technologies, Inc. E81000-E81FFF (base 16) Adaptive Technologies, Inc. 2020 Kraft Drive Blacksburg VA 24060 US 00-50-C2 (hex) Xplore Technologies Corp E82000-E82FFF (base 16) Xplore Technologies Corp 14000 Sumit Dr Austin TX 78728 US 00-50-C2 (hex) GHL Systems Bhd E4A000-E4AFFF (base 16) GHL Systems Bhd L5-E-7B, Enterprise 4 Bukit Jalil Kuala Lumpur 57000 MY 00-50-C2 (hex) CTF TECHNOLOGIES DO BRASIL LTDA E49000-E49FFF (base 16) CTF TECHNOLOGIES DO BRASIL LTDA AV. IMPERATRIZ LEOPOLDINA, 1661 São Paulo 05305-007 BR 00-50-C2 (hex) Pantec Engineering AG E5F000-E5FFFF (base 16) Pantec Engineering AG Inustriering 21 Ruggell Principality of Liechtenstein 9491 LI 00-50-C2 (hex) CAIPO Automazione Industriale s.r.l. E5B000-E5BFFF (base 16) CAIPO Automazione Industriale s.r.l. Fraz. Violetto, 39 Valle Mosso Biella 13825 IT 00-50-C2 (hex) SAE IT-systems GmbH & Co. KG E62000-E62FFF (base 16) SAE IT-systems GmbH & Co. KG Im Gewerbegebiet Pesch 14 Köln NRW 50767 DE 00-50-C2 (hex) Agri-hitech LLC E58000-E58FFF (base 16) Agri-hitech LLC 599-20 Kawagoe Saitama 3501101 JP 00-50-C2 (hex) Saia-Burgess Controls AG E59000-E59FFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) EN ElectronicNetwork Hamburg GmbH E2C000-E2CFFF (base 16) EN ElectronicNetwork Hamburg GmbH Meiendorfer Strasse 205 Hamburg 22145 DE 00-50-C2 (hex) FUJI DATA SYSTEM Co., Ltd E37000-E37FFF (base 16) FUJI DATA SYSTEM Co., Ltd 5-21-14 AMAGASAKI-Shi HYOGO Pref. 660-0892 JP 00-50-C2 (hex) Beam Ltd E2F000-E2FFFF (base 16) Beam Ltd Northavon Buisness Centre Yate South Gloucestershire BS37 5NH GB 00-50-C2 (hex) Morita Technical Center Company E33000-E33FFF (base 16) Morita Technical Center Company 3-8-1, Kurigidai, Asao-ku, Kawasaki-shi, Kanagawa 215-0032 JP 00-50-C2 (hex) Saia-Burgess Controls AG E1C000-E1CFFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) Jetstream Ltd. E16000-E16FFF (base 16) Jetstream Ltd. 97 Granby Street VC 00-50-C2 (hex) Seartech E0B000-E0BFFF (base 16) Seartech C2 Newlands Plaza Newlands Gauteng 0049 ZA 00-50-C2 (hex) Cleverscope E02000-E02FFF (base 16) Cleverscope 28 Ranfurly Rd Auckland NI 1023 NZ 00-50-C2 (hex) YOUHO ELECTRIC IND.,LTD. E0C000-E0CFFF (base 16) YOUHO ELECTRIC IND.,LTD. 800-8,DEOKDO-RI,GWANGJEOK-MYEON, YANGJOO-SI GYEONGGI-DO 482-843 KR 00-50-C2 (hex) RadioMobile Inc E11000-E11FFF (base 16) RadioMobile Inc 8801 Kenamar Drive San Diego CA 92121 US 00-50-C2 (hex) Kago Electronics BV E12000-E12FFF (base 16) Kago Electronics BV Molenlei 2-A Akersloot Noord Holland 1921 CZ NL 00-50-C2 (hex) KST Technology E08000-E08FFF (base 16) KST Technology KST B/D 164-1,Bangi-dong,Songpa-gu, Seoul 138-050 KR 00-50-C2 (hex) Combilent DF7000-DF7FFF (base 16) Combilent Gydevang 21D Alleroed 3450 DK 00-50-C2 (hex) TANTAL ELECTRONICA, SL DFF000-DFFFFF (base 16) TANTAL ELECTRONICA, SL Major, 306 SALT GIRONA 17190 ES 00-50-C2 (hex) INSEVIS GmbH DF3000-DF3FFF (base 16) INSEVIS GmbH Am Weichselgarten 7 Erlangen D-91058 DE 00-50-C2 (hex) Neets DE5000-DE5FFF (base 16) Neets Langballe 4 Horsens 8700 DK 00-50-C2 (hex) Dacom West GmbH DE9000-DE9FFF (base 16) Dacom West GmbH Schallbruch 19-21 Haan NRW 42781 DE 00-50-C2 (hex) rbz robot design s.l. DDA000-DDAFFF (base 16) rbz robot design s.l. avda via lactea 4, local 1 san fernando de henares madrid 28830 ES 00-50-C2 (hex) EGS Technologies Ltd DE4000-DE4FFF (base 16) EGS Technologies Ltd 6 Waterside Business Park Rugeley Staffordshire WS15 1LJ GB 00-50-C2 (hex) ZED Ziegler Electronic Devices GmbH DC3000-DC3FFF (base 16) ZED Ziegler Electronic Devices GmbH In den Folgen 7 Langewiesen 98704 DE 00-50-C2 (hex) AGT Holdings Limited DC7000-DC7FFF (base 16) AGT Holdings Limited Shangling Industrial Area, Hengli Town Dongguan 523467 CN 00-50-C2 (hex) Device GmbH DDF000-DDFFFF (base 16) Device GmbH Thieshoper Strasse 16 Brackel 21438 DE 00-50-C2 (hex) Tornado Modular Systems DD7000-DD7FFF (base 16) Tornado Modular Systems Inzhenernaya str. 4a Novosibirsk 630090 RU 00-50-C2 (hex) Brankamp GmbH DD1000-DD1FFF (base 16) Brankamp GmbH Max.-Plank Str. 9-13 Erkrath NRW 40699 DE 00-50-C2 (hex) Peek Traffic Corporation DB9000-DB9FFF (base 16) Peek Traffic Corporation 2906 Corporate Way Palmetto Florida 34221 US 00-50-C2 (hex) Nantes Systems Private Limited DBC000-DBCFFF (base 16) Nantes Systems Private Limited B-822 SOBHAWINDFALL BANGALORE KARNATAKA 560092 IN 00-50-C2 (hex) ERS electronic GmbH D97000-D97FFF (base 16) ERS electronic GmbH Stettiner Str. 3 Germering Bavaraia 82110 DE 00-50-C2 (hex) VITEC D85000-D85FFF (base 16) VITEC 99, rue Pierre Semard CHATILLON 92320 FR 00-50-C2 (hex) Pro-Digital Industria Eletronica D6D000-D6DFFF (base 16) Pro-Digital Industria Eletronica Rua Senador Saraiva, 200 Curitiba Parana 80510300 BR 00-50-C2 (hex) A&T Corporation, Electrics Group , LAS R&D Unit, D6A000-D6AFFF (base 16) A&T Corporation, Electrics Group , LAS R&D Unit, 2023-1 Endo Fujisawa-shi Kanagawa-Pref. 252-0816 JP 00-50-C2 (hex) TX Technology Corp D65000-D65FFF (base 16) TX Technology Corp 7 Emery Ave Randolph New Jersey 07869 US 00-50-C2 (hex) system2 GmbH D61000-D61FFF (base 16) system2 GmbH Gewerbering 8 Dorfen Bavaria 84405 DE 00-50-C2 (hex) Tattile srl D81000-D81FFF (base 16) Tattile srl via gaetano donizetti,1/3/5 capriano del colle brescia 25020 IT 00-50-C2 (hex) Solbrig Electronics, Inc. D50000-D50FFF (base 16) Solbrig Electronics, Inc. 1201 Clubhouse Dr. Broomfield CO 80020 US 00-50-C2 (hex) Keith & Koep GmbH D4E000-D4EFFF (base 16) Keith & Koep GmbH Uellendahler Str. 199 Wuppertal NRW 42109 DE 00-50-C2 (hex) ATH system D4A000-D4AFFF (base 16) ATH system Osady Lezaku 498 Chrast 53851 CZ 00-50-C2 (hex) GHL Systems Bhd D69000-D69FFF (base 16) GHL Systems Bhd L5-E-7B, Enterprise 4 Bukit Jalil Kuala Lumpur 57000 MY 00-50-C2 (hex) LJT & Associates, Inc. D37000-D37FFF (base 16) LJT & Associates, Inc. 9881 Brokenland Pkwy, Suite 400 Columbia MD 21046 US 00-50-C2 (hex) Maddalena S.p.A D33000-D33FFF (base 16) Maddalena S.p.A via G.B. Maddalena 2/4 Povoletto UD 33040 IT 00-50-C2 (hex) Enatel Limited D36000-D36FFF (base 16) Enatel Limited 66 Treffers Road Christchurch Canterbury 8042 NZ 00-50-C2 (hex) RealTime Systems Ltd D32000-D32FFF (base 16) RealTime Systems Ltd A-49 Okhla Ind Area New Delhi Delhi 110020 IN 00-50-C2 (hex) ACTIV Financial Systems, Inc. D30000-D30FFF (base 16) ACTIV Financial Systems, Inc. 120 East Liberty Drive Wheaton IL 60187 US 00-50-C2 (hex) Key Systems, Inc. D2F000-D2FFFF (base 16) Key Systems, Inc. PO Box G Fishers New York 14453 US 00-50-C2 (hex) VAF Instruments BV D25000-D25FFF (base 16) VAF Instruments BV PO Box 40 Dordrecht 3300 AA NL 00-50-C2 (hex) eMDee Technology, Inc. D22000-D22FFF (base 16) eMDee Technology, Inc. 4450 Pet Lane Lutz FL 33559 US 00-50-C2 (hex) RS Gesellschaft fur Informationstechnik mbH & Co KG D2E000-D2EFFF (base 16) RS Gesellschaft fur Informationstechnik mbH & Co KG Bergische Fachbuchhandlung Remscheid NRW 42853 DE 00-50-C2 (hex) WellSense Technologies D3A000-D3AFFF (base 16) WellSense Technologies Communication Center Neve Ilan 90850 IL 00-50-C2 (hex) demmel products D40000-D40FFF (base 16) demmel products Radnitzkygasse 43 Vienna 1100 AT 00-50-C2 (hex) ASSYSTEM France D3C000-D3CFFF (base 16) ASSYSTEM France 13 rue Marie Louise Dissard TOULOUSE 31024 FR 00-50-C2 (hex) Glyn GmbH & Co.KG D18000-D18FFF (base 16) Glyn GmbH & Co.KG Am Wörtzgarten 8 Idstein Hessen 65510 DE 00-50-C2 (hex) CUE, a.s. D17000-D17FFF (base 16) CUE, a.s. K Nouzovu 2090/6 Praha 143 00 CZ 00-50-C2 (hex) GUNMA ELECTRONICS CO LTD D13000-D13FFF (base 16) GUNMA ELECTRONICS CO LTD 760 OOMAMA MIDORI-CITY GUNMA 376-0101 JP 00-50-C2 (hex) JVL Industri Elektronik D0C000-D0CFFF (base 16) JVL Industri Elektronik Blokken 42 Birkeroed Sjaelland DK-3460 DK 00-50-C2 (hex) DECA Card Engineering GmbH D0D000-D0DFFF (base 16) DECA Card Engineering GmbH Bahnstrasse 29-31 Ratingen NW 40878 DE 00-50-C2 (hex) GILLAM-FEI S.A. D1A000-D1AFFF (base 16) GILLAM-FEI S.A. Mont St Martin 58 LIEGE B4000 BE 00-50-C2 (hex) IAF GmbH D07000-D07FFF (base 16) IAF GmbH Berliner Str. 52j Braunschweig 38104 DE 00-50-C2 (hex) Tehama Wireless D04000-D04FFF (base 16) Tehama Wireless 423 Tehama Street San Francisco CA 94103 US 00-50-C2 (hex) SIM2 Multimedia S.p.A. CD2000-CD2FFF (base 16) SIM2 Multimedia S.p.A. Viale Lino Zanussi 11 PORDENONE 33170 IT 00-50-C2 (hex) FUJI DATA SYSTEM Co.,Ltd. CCD000-CCDFFF (base 16) FUJI DATA SYSTEM Co.,Ltd. 5-21-14 AMAGASAKI-Shi HYOGO-Prf. 660-0892 JP 00-50-C2 (hex) TASK SISTEMAS DE COMPUTACAO LTDA CCF000-CCFFFF (base 16) TASK SISTEMAS DE COMPUTACAO LTDA Rua 2 / 112 Jardim Itatiaia Itatiaia Rio de Janeiro 27580-000 BR 00-50-C2 (hex) MME Mueller Mikroelektronik CD0000-CD0FFF (base 16) MME Mueller Mikroelektronik Hauptstr. 8 Berlin 10827 DE 00-50-C2 (hex) IT-IS International Ltd. CD8000-CD8FFF (base 16) IT-IS International Ltd. 1 Wainstones Court Stokesley North Yorkshire TS95JY GB 00-50-C2 (hex) NDC Infrared Engineering, Inc. CD9000-CD9FFF (base 16) NDC Infrared Engineering, Inc. 5314 N. Irwindale Avenue Irwindale CA 91706 US 00-50-C2 (hex) Toyon Research Corporation CEB000-CEBFFF (base 16) Toyon Research Corporation 6800 Cortona Drive Goleta CA 93117 US 00-50-C2 (hex) Keith & Koep GmbH CEA000-CEAFFF (base 16) Keith & Koep GmbH Uellendahler Str. 199 Wuppertal NRW 42109 DE 00-50-C2 (hex) Saia-Burgess Controls AG CD7000-CD7FFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) beks Kommunikacios Technika kft CF8000-CF8FFF (base 16) beks Kommunikacios Technika kft Rakoczi utca 21 Debrecen 4024 HU 00-50-C2 (hex) Satellink Inc. CE1000-CE1FFF (base 16) Satellink Inc. 3525 Miller Park Dr. Garland TX 75042 US 00-50-C2 (hex) Private CC8000-CC8FFF (base 16) Private 00-50-C2 (hex) Tecnovum AG CC5000-CC5FFF (base 16) Tecnovum AG Nobelring 26 Frankfurt Main Hessen 60598 DE 00-50-C2 (hex) viscount systems inc. CC3000-CC3FFF (base 16) viscount systems inc. 4585 tillicum street burnaby bc v5j5k9 CA 00-50-C2 (hex) Coptonix GmbH CBB000-CBBFFF (base 16) Coptonix GmbH Luxemburger Str. 31 Berlin 13353 DE 00-50-C2 (hex) Hi Tech Electronics Ltd CBD000-CBDFFF (base 16) Hi Tech Electronics Ltd 93 Osvobozdenie Blvd. Plovdiv 4023 BG 00-50-C2 (hex) Micro Technic A/S CB9000-CB9FFF (base 16) Micro Technic A/S Smedevaenget 5 Aarup 5560 DK 00-50-C2 (hex) Level 3 Communications CC1000-CC1FFF (base 16) Level 3 Communications 1025 Eldorado Blvd Broomfield Colorado 80021 US 00-50-C2 (hex) CaptiveAire Systems Inc. CCB000-CCBFFF (base 16) CaptiveAire Systems Inc. 4641 Paragon Park Raleigh NC 27616 US 00-50-C2 (hex) Campbell Scientific Canada Corp. CAE000-CAEFFF (base 16) Campbell Scientific Canada Corp. 11564 149 Street Edmonton Alberta T5M 1W7 CA 00-50-C2 (hex) Vidisys GmbH CA6000-CA6FFF (base 16) Vidisys GmbH Rudolf-Diesel-Ring 30 Sauerlach Bavaria 82054 DE 00-50-C2 (hex) Thermo Fisher Scientific CA7000-CA7FFF (base 16) Thermo Fisher Scientific 1410 Gillingham Lane Sugar Land Texas 77478 US 00-50-C2 (hex) CyberCraft C96000-C96FFF (base 16) CyberCraft 20-33 mathuyacho Neyagawa-Chi Osaka-fu 572-0086 JP 00-50-C2 (hex) Criticare Systems, Inc C98000-C98FFF (base 16) Criticare Systems, Inc 20925 Crossroads Circle, Suite 100 Waukesha WI 53186-4054 US 00-50-C2 (hex) CT Company CA3000-CA3FFF (base 16) CT Company Godovikova 9, Moscow Moscow RUSSIA 129085 RU 00-50-C2 (hex) Radius Sweden AB C9D000-C9DFFF (base 16) Radius Sweden AB Tennvagen 1 Karlskrona Blekinge 37150 SE 00-50-C2 (hex) EMAC, Inc. C92000-C92FFF (base 16) EMAC, Inc. 2390 EMAC Way Carbondale IL 62902 US 00-50-C2 (hex) SiGarden Sp z o.o. C6B000-C6BFFF (base 16) SiGarden Sp z o.o. ul. Trzy Lipy 3 Gdańsk woj. Pomorskie 80-034 PL 00-50-C2 (hex) TBS Holding AG C6E000-C6EFFF (base 16) TBS Holding AG Rietbrunnen 2 Pfaeffikon SZ 8808 CH 00-50-C2 (hex) REBO CO.,LTD. C69000-C69FFF (base 16) REBO CO.,LTD. 310 AceMill #1146 JangRim-Dong BUSAN 604-842 KR 00-50-C2 (hex) Zeus Systems Private Limited C62000-C62FFF (base 16) Zeus Systems Private Limited B1 201 Center Point Mumbai Maharashtra 400013 IN 00-50-C2 (hex) SKD System AB C59000-C59FFF (base 16) SKD System AB Rädisvägen 46 Hässelby 16573 SE 00-50-C2 (hex) Spirent Communications C56000-C56FFF (base 16) Spirent Communications 541 Industrial Way West Eatontown NJ 07724 US 00-50-C2 (hex) WAVECOM ELEKTRONIK AG C5C000-C5CFFF (base 16) WAVECOM ELEKTRONIK AG Hammerstrasse 8 Bülach Zürich 8180 CH 00-50-C2 (hex) Bruckner & Jarosch Ingenieurgesellschaft mbH C86000-C86FFF (base 16) Bruckner & Jarosch Ingenieurgesellschaft mbH Nonnengasse 5a Erfurt Thuringia 99084 DE 00-50-C2 (hex) Automated Media Services, Inc. C8A000-C8AFFF (base 16) Automated Media Services, Inc. 110 Commerce Drive Allendale NJ 07401 US 00-50-C2 (hex) 9Solutions Oy C78000-C78FFF (base 16) 9Solutions Oy Teknologiantie 2 Oulu 90590 FI 00-50-C2 (hex) Kyosha Industries C82000-C82FFF (base 16) Kyosha Industries 11 rue parmentier Bezons Val d'Oise 95870 FR 00-50-C2 (hex) High Speed Design, Inc. C57000-C57FFF (base 16) High Speed Design, Inc. 11929 NW Old Quarry Rd Portland OR 97229 US 00-50-C2 (hex) Industrial Automation Systems C4D000-C4DFFF (base 16) Industrial Automation Systems 32 Almanac Way West Boylston MA 01583 US 00-50-C2 (hex) Galvamat & Unican Technologies SA C45000-C45FFF (base 16) Galvamat & Unican Technologies SA Alexis-Marie-Piaget 71-73 La Chaux-de-Fonds NE 2300 CH 00-50-C2 (hex) BAE Systems Bofors AB C40000-C40FFF (base 16) BAE Systems Bofors AB SE-69180 Karlskoga Karlskoga Värmland 69180 SE 00-50-C2 (hex) Cammegh Limited C43000-C43FFF (base 16) Cammegh Limited Old Surrenden Manor Bethersden Kent TN263DL GB 00-50-C2 (hex) PLA ELECTRO APPLIANCES PVT. LTD. C3D000-C3DFFF (base 16) PLA ELECTRO APPLIANCES PVT. LTD. THAKOR IND. ESTATE MUMBAI MAHARASHTRA 400086 IN 00-50-C2 (hex) RealTime Systems Ltd C2A000-C2AFFF (base 16) RealTime Systems Ltd A-49 Okhla Industrial area Phase -1 New Delhi Delhi 110020 IN 00-50-C2 (hex) Qtechnology A/S C27000-C27FFF (base 16) Qtechnology A/S Valby Langgade 142, 1. Valby DK 2500 DK 00-50-C2 (hex) Wagner Group GmbH C30000-C30FFF (base 16) Wagner Group GmbH Schleswigstrasse 1-5 Langenhagen 30853 DE 00-50-C2 (hex) Becton Dickinson C1C000-C1CFFF (base 16) Becton Dickinson 7 Loveton Circle Sparks MD 21152 US 00-50-C2 (hex) Axis-Shield PoC AS C17000-C17FFF (base 16) Axis-Shield PoC AS Kjelsåsveien 161 Oslo 0504 NO 00-50-C2 (hex) ANALOG WAY C06000-C06FFF (base 16) ANALOG WAY 2 rue Georges Besse Antony 92160 FR 00-50-C2 (hex) I.S.A. S.r.l. BFF000-BFFFFF (base 16) I.S.A. S.r.l. Via Prati Bassi ,22 TAINO VA 21020 IT 00-50-C2 (hex) AVItronic GmbH C0E000-C0EFFF (base 16) AVItronic GmbH Kreischaer Str. 1a Bannewitz Sachsen 01728 DE 00-50-C2 (hex) Spectronix Corporation C14000-C14FFF (base 16) Spectronix Corporation Kunisato-bldg 5F,8-8,Eidai-cho Ibaraki Osaka 567-0816 JP 00-50-C2 (hex) SoGEME C04000-C04FFF (base 16) SoGEME 1 rue Jules Michelet BEAUVAIS 60000 FR 00-50-C2 (hex) SRC Computers, LLC C20000-C20FFF (base 16) SRC Computers, LLC 4240 N. Nevada Avenue Colorado Springs CO 80907 US 00-50-C2 (hex) Globe Wireless C09000-C09FFF (base 16) Globe Wireless 1571 Robert J Conlan Blvd Palm Bay Florida 32905 US 00-50-C2 (hex) Crtiical Link BF8000-BF8FFF (base 16) Crtiical Link 6712 Brooklawn Parkway Syracuse NY 13211 US 00-50-C2 (hex) GasTOPS Ltd. BDB000-BDBFFF (base 16) GasTOPS Ltd. 1011 Polytek Street Ottawa Ontario K1J9J3 CA 00-50-C2 (hex) RF Code, Inc BE5000-BE5FFF (base 16) RF Code, Inc 9229 Waterford Centre Austin TX 78758 US 00-50-C2 (hex) Jiskoot Ltd BE3000-BE3FFF (base 16) Jiskoot Ltd 85 Goods Station Road Tunbridge Wells Kent TN1 2DJ GB 00-50-C2 (hex) Wanco Inc. BF3000-BF3FFF (base 16) Wanco Inc. 5870 Tennyson St. Arvada CO 80003 US 00-50-C2 (hex) DRS Laruel Technologies BEC000-BECFFF (base 16) DRS Laruel Technologies 246 Airport Road Johnstown Pa 15904 US 00-50-C2 (hex) BG Systems, Inc. BD6000-BD6FFF (base 16) BG Systems, Inc. 931 Commercial St. Palo Alto CA 94303 US 00-50-C2 (hex) Tattile srl BE1000-BE1FFF (base 16) Tattile srl via gaetano donizetti,1/3/5 capriano del colle brescia 25020 IT 00-50-C2 (hex) Postjet Systems Ltd BD3000-BD3FFF (base 16) Postjet Systems Ltd 6B Beechwood Basingstoke Hants RG24 8WA GB 00-50-C2 (hex) Toptechnology SRL BC5000-BC5FFF (base 16) Toptechnology SRL Guise 1774 2B Ciudad de Buenos Aires Capital Federal C1425DPD AR 00-50-C2 (hex) Sentec Ltd BC1000-BC1FFF (base 16) Sentec Ltd Brunswick House Cambridge Cambridgeshire CB5 8EG GB 00-50-C2 (hex) PTS GmbH BC7000-BC7FFF (base 16) PTS GmbH Gottfried-Schenker-Str. 2 Lichtenau Saxony 09244 DE 00-50-C2 (hex) MoeTronix BB8000-BB8FFF (base 16) MoeTronix 3342 Canary Trl Duluth GA 30096 US 00-50-C2 (hex) GHL Systems Berhad BBB000-BBBFFF (base 16) GHL Systems Berhad L5-E-7B, Enterprise 4 Bukit Jalil Kuala Lumpur 57000 MY 00-50-C2 (hex) CUSTOS MOBILE S.L. BA4000-BA4FFF (base 16) CUSTOS MOBILE S.L. SOCIEDAD DE CONDUENOS 21 ALCALA DE HENARES MADRID 28804 ES 00-50-C2 (hex) InterCel Pty Ltd BA5000-BA5FFF (base 16) InterCel Pty Ltd 33 Glenvale Crescent Mulgrave Victoria 3170 AU 00-50-C2 (hex) Gainbrain BB0000-BB0FFF (base 16) Gainbrain Auweg 32 Senden 89250 DE 00-50-C2 (hex) Folink B78000-B78FFF (base 16) Folink 4F 647-39Deungchon-Dong Kangseo-Gu Seoul 157-840 KR 00-50-C2 (hex) AXED Jakubowski Wojciechowski sp.j. B74000-B74FFF (base 16) AXED Jakubowski Wojciechowski sp.j. ul. Fredry 7 Poznań Wielkopolska 61-701 PL 00-50-C2 (hex) Finnet-Service Ltd. B91000-B91FFF (base 16) Finnet-Service Ltd. Serebrianicheskyi per., b.2/5 str. 4. Moscow 109028 RU 00-50-C2 (hex) ELETECH Srl B7D000-B7DFFF (base 16) ELETECH Srl S.P.231 Km 3,500 BITONTO BARI 70032 IT 00-50-C2 (hex) W. Vershoven GmbH B9D000-B9DFFF (base 16) W. Vershoven GmbH Riedinger Strasse 10 Essen 45141 DE 00-50-C2 (hex) AUDIOSCOPE 2K SRL B9F000-B9FFFF (base 16) AUDIOSCOPE 2K SRL 31, VIA CAIANELLO ROMA 00177 IT 00-50-C2 (hex) Southwest Research Institute B98000-B98FFF (base 16) Southwest Research Institute 6220 Culebra Road San Antonio TX 78238 US 00-50-C2 (hex) Greenlight Innovation Corp. B99000-B99FFF (base 16) Greenlight Innovation Corp. Unit 104A Burnaby, B.C. V5A 3H4 CA 00-50-C2 (hex) WAC (Israel) Ltd. B8E000-B8EFFF (base 16) WAC (Israel) Ltd. Shefa Tal 12 Tel-Aviv 61070 IL 00-50-C2 (hex) iScreen LLC B80000-B80FFF (base 16) iScreen LLC 3181 Poplar Avenue, Ste. 200 Memphis TN 38111-4717 US 00-50-C2 (hex) SMH Technologies B52000-B52FFF (base 16) SMH Technologies Via Giovanni Agnelli, 1 Villotta di Chions Pordenone 33083 IT 00-50-C2 (hex) SELCO B50000-B50FFF (base 16) SELCO ZI DU VAL D OMBREE COMBREE 49520 FR 00-50-C2 (hex) AixControl GmbH B4E000-B4EFFF (base 16) AixControl GmbH Jaegerstr. 17-19 Aachen NRW 52066 DE 00-50-C2 (hex) GREEN Center s.r.o. B5A000-B5AFFF (base 16) GREEN Center s.r.o. Zenklova 39 Praha 8 180 00 CZ 00-50-C2 (hex) Private B6E000-B6EFFF (base 16) Private 00-50-C2 (hex) Electronic Systems Protection, Inc. B68000-B68FFF (base 16) Electronic Systems Protection, Inc. 8001 Knightdale Blvd. Knightdale NC 27545 US 00-50-C2 (hex) RC Systems Co. Inc. B67000-B67FFF (base 16) RC Systems Co. Inc. 8621 Hwy. 6 Hitchcock TX 77563 US 00-50-C2 (hex) RO.VE.R. Laboratories S.p.A B63000-B63FFF (base 16) RO.VE.R. Laboratories S.p.A Via Parini 2/4 Colombare di SIrmione BS 25019 IT 00-50-C2 (hex) Sage Consultants B3E000-B3EFFF (base 16) Sage Consultants Level 1, 169 Kelvin Grove Rd Kelvin Grove QLD 4059 AU 00-50-C2 (hex) JanasCard B3C000-B3CFFF (base 16) JanasCard 1. pluku 12 Praha 8 CR 18600 CZ 00-50-C2 (hex) Byres Security Inc B32000-B32FFF (base 16) Byres Security Inc #5-7217 Lantzville Road Lantzville BC V0R 2H0 CA 00-50-C2 (hex) J-Systems Inc. B43000-B43FFF (base 16) J-Systems Inc. 1S678 School Ave. Lombard IL 60148 US 00-50-C2 (hex) Tata Power Company, Strategic Electronics Division B41000-B41FFF (base 16) Tata Power Company, Strategic Electronics Division 42/43, Electronics City, Bangalore Karnataka 560100 IN 00-50-C2 (hex) ETM Electromatic Incorporated B42000-B42FFF (base 16) ETM Electromatic Incorporated 35451 Dumbarton Court NEWARK CA 94560 US 00-50-C2 (hex) Ronyo Technologies s.r.o. B23000-B23FFF (base 16) Ronyo Technologies s.r.o. Martinovska 3168/48 Ostrava Moravskoslezský kraj 72300 CZ 00-50-C2 (hex) siXis, Inc. B39000-B39FFF (base 16) siXis, Inc. PO Box 14245 Research Triangle Park NC 27709-4245 US 00-50-C2 (hex) Grenmore Ltd B38000-B38FFF (base 16) Grenmore Ltd Unit 12, Northpoint Business Park Cork IE 00-50-C2 (hex) Phytec Messtechnik GmbH B1C000-B1CFFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) ELCUS B1A000-B1AFFF (base 16) ELCUS Varshavskaia st. 5a, liter 'L' St. Petersburg 196128 RU 00-50-C2 (hex) Measy Electronics Co., Ltd. B13000-B13FFF (base 16) Measy Electronics Co., Ltd. Rm 1506, Block B, Haisong Bldg, Tairan 9th Rd, Chegongmiao, Futian Shenzhen Guangdong 518040 CN 00-50-C2 (hex) Abbott Medical Optics B1E000-B1EFFF (base 16) Abbott Medical Optics 1700 East St. Andrew Place Santa Ana CA 92705 US 00-50-C2 (hex) SMARTB TECHNOLOGIES B0C000-B0CFFF (base 16) SMARTB TECHNOLOGIES #625 1ST FLOOR 3 RD CROSS CBI MAIN ROAD HMT LAYOUT RT NAGAR BANAGALORE KARNATAKA 560032 IN 00-50-C2 (hex) National CineMedia AEF000-AEFFFF (base 16) National CineMedia 9110 East Nichols Ave. Centennial CO 80112 US 00-50-C2 (hex) Global Satellite Engineering AF8000-AF8FFF (base 16) Global Satellite Engineering 1831 Cordova Road Fort Lauderdale FL 33316 US 00-50-C2 (hex) Ingenieurbuero Bickele und Buehler GmbH AF9000-AF9FFF (base 16) Ingenieurbuero Bickele und Buehler GmbH St.Poeltener Str. 70 Stuttgart BW 70469 DE 00-50-C2 (hex) Goerlitz AG B08000-B08FFF (base 16) Goerlitz AG August-Thyssen-Str. 32 Koblenz Rheinland-Pfalz 56077 DE 00-50-C2 (hex) XoByte LLC AFF000-AFFFFF (base 16) XoByte LLC 235 Peconic Street Ronkonkoma New York 11779 US 00-50-C2 (hex) CompuDesigns, Inc. B06000-B06FFF (base 16) CompuDesigns, Inc. 1655 Redbourne Drive Sandy Springs GA 30350-5640 US 00-50-C2 (hex) Redwood Systems AE7000-AE7FFF (base 16) Redwood Systems 3839 Spinnaker Ct. Fremont CA 94538 US 00-50-C2 (hex) Bit-Lab PTY LTD AE8000-AE8FFF (base 16) Bit-Lab PTY LTD 4 Ferrer Place Woodlands WA 6018 AU 00-50-C2 (hex) VECOM USA AE6000-AE6FFF (base 16) VECOM USA 4803 George Road Tampa FL 33634 US 00-50-C2 (hex) SP Controls, Inc ACF000-ACFFFF (base 16) SP Controls, Inc 930 Linden Ave South San Francisco CA 94086 US 00-50-C2 (hex) Geonautics Australia Pty Ltd AD0000-AD0FFF (base 16) Geonautics Australia Pty Ltd 60 Morley Street Brisbane Queensland 4151 AU 00-50-C2 (hex) Global Rainmakers Inc. AD4000-AD4FFF (base 16) Global Rainmakers Inc. 10 East 53rd St. New York NY 10022 US 00-50-C2 (hex) Peek Traffic Corporation AD3000-AD3FFF (base 16) Peek Traffic Corporation 2906 Corporate Way Palmetto Florida 34221 US 00-50-C2 (hex) OpenXS B.V. AC2000-AC2FFF (base 16) OpenXS B.V. Koaibosk 3 Terwispel Friesland 8407ED NL 00-50-C2 (hex) Soft & Control Technology s.r.o. ACA000-ACAFFF (base 16) Soft & Control Technology s.r.o. Magnezitarska 10 Kosice Kosice mesto 04013 SK 00-50-C2 (hex) Steinbeis-Transferzentrum Embedded Design und Networking AC9000-AC9FFF (base 16) Steinbeis-Transferzentrum Embedded Design und Networking Poststraße 35 Heitersheim Baden-Württemberg 79423 DE 00-50-C2 (hex) Marathon Products, Inc. AC6000-AC6FFF (base 16) Marathon Products, Inc. P.O. Box 21579 Oakland CA 94620-1579 US 00-50-C2 (hex) MCC Computer Company ABF000-ABFFFF (base 16) MCC Computer Company 505 E. Palm Valley Blvd Round Rock Texas 78664 US 00-50-C2 (hex) Incyma AD8000-AD8FFF (base 16) Incyma Victor-Duret 18 Onex GE 1213 CH 00-50-C2 (hex) Altinex, Inc ADF000-ADFFFF (base 16) Altinex, Inc 592 Apollo Street Brea CA 92821 US 00-50-C2 (hex) GO engineering GmbH ADB000-ADBFFF (base 16) GO engineering GmbH Stolzenbergstraße 13/IV Baden-Württemberg 76532 DE 00-50-C2 (hex) Joehl & Koeferli AG A9D000-A9DFFF (base 16) Joehl & Koeferli AG Wittenwilerstrasse 31 Aadorf TG 8355 CH 00-50-C2 (hex) Star Electronics GmbH & Co. KG A9C000-A9CFFF (base 16) Star Electronics GmbH & Co. KG Jahnstraße 86 Göppingen BW 73037 DE 00-50-C2 (hex) Peek Traffic Corporation AA3000-AA3FFF (base 16) Peek Traffic Corporation 2906 Corporate Way Palmetto Florida 34221 US 00-50-C2 (hex) Procon Engineering Limited A9E000-A9EFFF (base 16) Procon Engineering Limited Vestry Estate Sevenoaks Kent TN14 5EL GB 00-50-C2 (hex) Santa Barbara Instrument Group AAF000-AAFFFF (base 16) Santa Barbara Instrument Group 147A Castilian Drive Santa Barbara CA 93117 US 00-50-C2 (hex) AHM Limited (CLiKAPAD) AB8000-AB8FFF (base 16) AHM Limited (CLiKAPAD) Arlington House, Dittons Bus. Pk POLEGATE East Sussex BN266HY GB 00-50-C2 (hex) Twinfalls Technologies AB7000-AB7FFF (base 16) Twinfalls Technologies 604 - 500 W 10th Ave Vancouver BC V5Z4P1 CA 00-50-C2 (hex) Sentry 360 Security A98000-A98FFF (base 16) Sentry 360 Security 1280 Iroquois Ave Naperville IL 60563 US 00-50-C2 (hex) DetNet South Africa PTY (LTD) A7A000-A7AFFF (base 16) DetNet South Africa PTY (LTD) 1 Platinum Drive Modderfontein Gauteng 1645 ZA 00-50-C2 (hex) BFI Industrie-Elektronik GmbH & Co.KG A8E000-A8EFFF (base 16) BFI Industrie-Elektronik GmbH & Co.KG Winchenbachstrasse 3b Wuppertal NRW 42281 DE 00-50-C2 (hex) Roesch & Walter Industrie-Elektronik GmbH A76000-A76FFF (base 16) Roesch & Walter Industrie-Elektronik GmbH Woertelweg 2b/c Schwanau 77963 DE 00-50-C2 (hex) JTL Systems Ltd. A75000-A75FFF (base 16) JTL Systems Ltd. 41 Kingfisher Court Newbury Berks RG14 5SJ GB 00-50-C2 (hex) JOYSYSTEM A85000-A85FFF (base 16) JOYSYSTEM 2-3-21 DAIKAIDORI KOBE HYOUGO 652-0803 JP 00-50-C2 (hex) Lino Manfrotto +Co spa A84000-A84FFF (base 16) Lino Manfrotto +Co spa via sasso rosso 19 Bassano del Grappa Vicenza 36061 IT 00-50-C2 (hex) PRIMETECH ENGINEERING CORP. A47000-A47FFF (base 16) PRIMETECH ENGINEERING CORP. Koishikawadaikoku Bldg. 3F, 1-3-25 Koishikawa, Bunkyo-ku Tokyo 112-0002 JP 00-50-C2 (hex) NKS Co.Ltd. A43000-A43FFF (base 16) NKS Co.Ltd. Yodogawa-ku Niitaka Osaka 532-0033 JP 00-50-C2 (hex) Softronics Ltd. A46000-A46FFF (base 16) Softronics Ltd. 6920 Bowman Lane NE Cedar Rapids IA 52402 US 00-50-C2 (hex) LHA Systems CC A3F000-A3FFFF (base 16) LHA Systems CC 1 Innovation Centre 2 Stellenbosch Western cape 7600 ZA 00-50-C2 (hex) OWANDY A3D000-A3DFFF (base 16) OWANDY 6 Allée Kepler Champs sur Marne 77420 FR 00-50-C2 (hex) DUEVI SNC DI MORA E SANTESE A3E000-A3EFFF (base 16) DUEVI SNC DI MORA E SANTESE Via Gioberti 7 Piossasco Torino 10045 IT 00-50-C2 (hex) Arrowvale Electronics A55000-A55FFF (base 16) Arrowvale Electronics Shawbank Road Redditch Worcestershire B98 8YN GB 00-50-C2 (hex) Juice Technologies, LLC A57000-A57FFF (base 16) Juice Technologies, LLC 930 Kinnear Rd Columbus OH 43212 US 00-50-C2 (hex) The VON Corporation A52000-A52FFF (base 16) The VON Corporation 1038 Lomb Ave. SW Birmingham AL 35211 US 00-50-C2 (hex) Figment Design Laboratories A6C000-A6CFFF (base 16) Figment Design Laboratories 113 11th Avenue Johannesburg Guateng 2170 ZA 00-50-C2 (hex) Mark-O-Print GmbH A65000-A65FFF (base 16) Mark-O-Print GmbH Reepschlaeger Strasse 11a Luebeck Schleswig-Holstein 23556 DE 00-50-C2 (hex) Fr. Sauter AG A61000-A61FFF (base 16) Fr. Sauter AG Im Surinam 55 Basel CH4016 CH 00-50-C2 (hex) LevelStar LLC. A4D000-A4DFFF (base 16) LevelStar LLC. 685 S. Arthur Ave. Louisville CO 80027 US 00-50-C2 (hex) Phytec Messtechnik GmbH A0C000-A0CFFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) KWS-Electronic GmbH A2C000-A2CFFF (base 16) KWS-Electronic GmbH Sportplatzstrasse 1 Grosskarolinenfeld D-83109 DE 00-50-C2 (hex) Luminex Corporation A29000-A29FFF (base 16) Luminex Corporation 12212 Technology Blvd. Austin Texas 78727 US 00-50-C2 (hex) KENDA ELECTRONIC SYSTEMS LIMITED A28000-A28FFF (base 16) KENDA ELECTRONIC SYSTEMS LIMITED NUTSEY LANE SOUTHAMPTON HAMPSHIRE SO40 3NB GB 00-50-C2 (hex) Tred Displays A38000-A38FFF (base 16) Tred Displays 5201 Eagle Rock Rd NE Albuquerque NM 87113 US 00-50-C2 (hex) Software Systems Plus A37000-A37FFF (base 16) Software Systems Plus 9924 N. Ash Avenue Kansas City Missouri 64157 US 00-50-C2 (hex) Preferred Oil, LLC A26000-A26FFF (base 16) Preferred Oil, LLC 1819 Moen Ave Joliet IL 60436 US 00-50-C2 (hex) Nippon Manufacturing Service Corporation (abbreviated as 'nms') A22000-A22FFF (base 16) Nippon Manufacturing Service Corporation (abbreviated as 'nms') Tokyo Opera City Tower 11F Shinjuku-ku Tokyo 163-1411 JP 00-50-C2 (hex) OJSC Rawenstvo A11000-A11FFF (base 16) OJSC Rawenstvo 19, Promyshlennaya str, Saint-Petersburg 198099 RU 00-50-C2 (hex) DDL A1A000-A1AFFF (base 16) DDL 6F AFT BLDG. SAPPORO HOKKAIDO 060-0035 JP 00-50-C2 (hex) SAMSUNG HEAVY INDUSTRIES CO.,LTD. 9D8000-9D8FFF (base 16) SAMSUNG HEAVY INDUSTRIES CO.,LTD. Institute of industrial Technology Daejeon 305-380 KR 00-50-C2 (hex) Innovation, Institute, Inc 9D6000-9D6FFF (base 16) Innovation, Institute, Inc P.O. Box 9359 Caguas Puerto Rico 00726-9359 PR 00-50-C2 (hex) Melex Inc. 9D7000-9D7FFF (base 16) Melex Inc. 1417-27 Toke-cho Midori-ku CHIBA 2670061 JP 00-50-C2 (hex) Ion Sense Inc. 9F6000-9F6FFF (base 16) Ion Sense Inc. 999 Broadway Saugus MA 01906 US 00-50-C2 (hex) Austco Communication Systems Pty Ltd 9F8000-9F8FFF (base 16) Austco Communication Systems Pty Ltd 40 O'Malley Street Osborne Park Western Australia 6017 AU 00-50-C2 (hex) Adgil Design Inc. A05000-A05FFF (base 16) Adgil Design Inc. 12915 Brault Mirabel Quebec J7J 1P3 CA 00-50-C2 (hex) Patronics International LTD A01000-A01FFF (base 16) Patronics International LTD Eurotech House Plymouth Devon PL5 3LZ GB 00-50-C2 (hex) Villbau Kft. 9FB000-9FBFFF (base 16) Villbau Kft. Üllői út 611. BUdapest H-1182 HU 00-50-C2 (hex) Institut Dr. Foerster 9DD000-9DDFFF (base 16) Institut Dr. Foerster In Laisen 70 Reutlingen 72766 DE 00-50-C2 (hex) SAI Informationstechnik 9E3000-9E3FFF (base 16) SAI Informationstechnik Hackhofergasse 1 Vienna 1190 AT 00-50-C2 (hex) GE Security-Kampro 9C3000-9C3FFF (base 16) GE Security-Kampro 2F, No.8, Lane97, Wugong Rd., Hsin-Chuang City Taipei County 248 TW 00-50-C2 (hex) 2N TELEKOMUNIKACE a.s. 9BF000-9BFFFF (base 16) 2N TELEKOMUNIKACE a.s. Modranska 621 Prague 143 01 CZ 00-50-C2 (hex) Thales Communications & Security S.A. 9A7000-9A7FFF (base 16) Thales Communications & Security S.A. 20-22 Rue Grange Dame Rose Vélizy 78141 FR 00-50-C2 (hex) Vitel Net 9C4000-9C4FFF (base 16) Vitel Net 8201 Greensboro Dr. McLean VA 22102 US 00-50-C2 (hex) Xad Communications Ltd 9BE000-9BEFFF (base 16) Xad Communications Ltd Weir House Bristol UK BS4 4AR GB 00-50-C2 (hex) Questek Australia Pty Ltd 9AC000-9ACFFF (base 16) Questek Australia Pty Ltd 22 Brodie St Rydalmere NSW 2116 AU 00-50-C2 (hex) Telegamma srl 9B5000-9B5FFF (base 16) Telegamma srl Via Noalese, 63/B Treviso TV 31100 IT 00-50-C2 (hex) Bladelius Design Group AB 9D1000-9D1FFF (base 16) Bladelius Design Group AB Kallakersvagen 10 Alingsas 44196 SE 00-50-C2 (hex) NIS-time GmbH 9CB000-9CBFFF (base 16) NIS-time GmbH Valterweg 10 Bremthal 65817 DE 00-50-C2 (hex) Kumera Drives Oy 9C7000-9C7FFF (base 16) Kumera Drives Oy Kumerankatu 2 Riihimäki Häme 11100 FI 00-50-C2 (hex) KRESS-NET Krzysztof Rutecki 9AF000-9AFFFF (base 16) KRESS-NET Krzysztof Rutecki Stawowa 8a Gaszowice 44-293 PL 00-50-C2 (hex) Miromico AG 99A000-99AFFF (base 16) Miromico AG Gallusstrasse 4 Zuerich CH-8006 CH 00-50-C2 (hex) Cambustion Ltd 999000-999FFF (base 16) Cambustion Ltd J6, The Paddocks Cambridge Cambridgeshire CB1 8DH GB 00-50-C2 (hex) Triple Ring Technologies, Inc. 982000-982FFF (base 16) Triple Ring Technologies, Inc. 39655 Eureka Ave Newark Ca 94560 US 00-50-C2 (hex) Xafax Nederland bv 994000-994FFF (base 16) Xafax Nederland bv Postbus 107 Alkmaar NH 1800AC NL 00-50-C2 (hex) UGL Limited 991000-991FFF (base 16) UGL Limited 3 Bridge Street Pymble NSW 2073 AU 00-50-C2 (hex) Inter Control Hermann Köhler Elektrik GmbH&Co.KG 995000-995FFF (base 16) Inter Control Hermann Köhler Elektrik GmbH&Co.KG Schafhofstraße 30 Nürnberg Bavaria 90411 DE 00-50-C2 (hex) Far South Networks (Pty) Ltd 979000-979FFF (base 16) Far South Networks (Pty) Ltd 3 Milagro Lane Noordhoek Western Cape 7975 ZA 00-50-C2 (hex) Conolog Corporation 9A5000-9A5FFF (base 16) Conolog Corporation 5 Columbia Road Somerville NJ 08876 US 00-50-C2 (hex) Sensoptics Ltd 958000-958FFF (base 16) Sensoptics Ltd 3 Gordano Court Portishead Bristol BS20 7FS GB 00-50-C2 (hex) Keene Electronics Ltd. 96D000-96DFFF (base 16) Keene Electronics Ltd. unit 9 old hall mills business park derby de21 5dz GB 00-50-C2 (hex) IQ Automation GmbH 964000-964FFF (base 16) IQ Automation GmbH Breslauer Str. 3 Eching 85386 DE 00-50-C2 (hex) METRONIC APARATURA KONTROLNO - POMIAROWA 95F000-95FFFF (base 16) METRONIC APARATURA KONTROLNO - POMIAROWA WYBICKIEGO 7 KRAKOW MALOPOLSKA 31-261 PL 00-50-C2 (hex) Resurgent Health & Medical 95C000-95CFFF (base 16) Resurgent Health & Medical 600 Corporate Circle Golden CO 80401 US 00-50-C2 (hex) Systèmes Pran 973000-973FFF (base 16) Systèmes Pran 2245, Rue Léon Harmel Québec G1N4J6 CA 00-50-C2 (hex) TSB Solutions Inc. 93F000-93FFFF (base 16) TSB Solutions Inc. 5399 Eglinton Ave West. Toronto Ontario M9C 5K6 CA 00-50-C2 (hex) Postec Data Systems Ltd 938000-938FFF (base 16) Postec Data Systems Ltd P O Box 302 230 North Shore Auckland 0632 NZ 00-50-C2 (hex) Mosaic Dynamic Solutions 939000-939FFF (base 16) Mosaic Dynamic Solutions 1259 Route 113 Suite 203 Perkasie PA 18917 US 00-50-C2 (hex) BigBear 937000-937FFF (base 16) BigBear Borgerdiget 130 Herlev 2730 DK 00-50-C2 (hex) Zynix Original Sdn. Bhd. 94E000-94EFFF (base 16) Zynix Original Sdn. Bhd. 43-1, Jalan 1/149J, Sri Petaling, Kuala Lumpur Wilayah Persekutuan 57000 MY 00-50-C2 (hex) Phitek Systems Ltd. 940000-940FFF (base 16) Phitek Systems Ltd. Level 4 Auckland --- 1141 NZ 00-50-C2 (hex) Tech Fass s.r.o. 952000-952FFF (base 16) Tech Fass s.r.o. Plavecka 503 Jesenice 252 42 CZ 00-50-C2 (hex) Cinetix GmbH 928000-928FFF (base 16) Cinetix GmbH Gemuendener Str. 27 D-60599 Frankfurt/Main DE 00-50-C2 (hex) PHB Eletronica Ltda. 925000-925FFF (base 16) PHB Eletronica Ltda. Aroaba St., 129 São Paulo 05315-020 BR 00-50-C2 (hex) ATIS group s.r.o. 927000-927FFF (base 16) ATIS group s.r.o. Za Strašnickou vozovnou 7 Prague Czech Republic 110 00 CZ 00-50-C2 (hex) Metrum Sweden AB 922000-922FFF (base 16) Metrum Sweden AB Vestagatan 2A Göteborg Vastra Götland 41664 SE 00-50-C2 (hex) Amicus Wireless 923000-923FFF (base 16) Amicus Wireless 295 Santa Ana Court Sunnyvale CA 94085 US 00-50-C2 (hex) iQue RFID Technologies BV 921000-921FFF (base 16) iQue RFID Technologies BV Hogerwoerdstraat 30 Haarlem NH 2023 VD NL 00-50-C2 (hex) NETA Elektronik AS 930000-930FFF (base 16) NETA Elektronik AS Yukari Dudullu Organize Sanayi Bolgesi Istanbul 34775 TR 00-50-C2 (hex) Embedded Data Systems, LLC 91B000-91BFFF (base 16) Embedded Data Systems, LLC 1446 Gilberts Creek Rd Lawrenceburg KY 40342 US 00-50-C2 (hex) Automation Tec 91E000-91EFFF (base 16) Automation Tec 1970 Hwy 265 Hollister MO 65672 US 00-50-C2 (hex) Exatrol Corporation 92C000-92CFFF (base 16) Exatrol Corporation 1308 West 635 South Orem UT 84058 US 00-50-C2 (hex) Xtone Networks 91A000-91AFFF (base 16) Xtone Networks 11190 Sunrise Valley Dr Reston VA 20191 US 00-50-C2 (hex) CHK GridSense P/L 916000-916FFF (base 16) CHK GridSense P/L Unit 3, 20 36 Nancarrow Avenue MEADOWBANK NSW 2114 AU 00-50-C2 (hex) Cristal Controles Ltee 907000-907FFF (base 16) Cristal Controles Ltee 2025 Lavoisier #135 Quebec G1N 4L6 CA 00-50-C2 (hex) TGE Co., Ltd. 8F7000-8F7FFF (base 16) TGE Co., Ltd. 204-3, Anyang-7Dong, Manan-Gu, Anyang-City Gyeonggi-Do 430-017 KR 00-50-C2 (hex) Luceat 8FF000-8FFFFF (base 16) Luceat Via A. Canossi 18 Torbole Casaglia BS 25030 IT 00-50-C2 (hex) Sindoma Müh Mim Ýnþ Elk San Tic Ltd. 8FD000-8FDFFF (base 16) Sindoma Müh Mim Ýnþ Elk San Tic Ltd. Dereboyu cad. Þair Necati sok. Ýstanbul TR 34347 TR 00-50-C2 (hex) Link Communications, Inc 905000-905FFF (base 16) Link Communications, Inc 1035 Cerise Road Billings Montana 59101 US 00-50-C2 (hex) Technologies Sensio Inc 8EF000-8EFFFF (base 16) Technologies Sensio Inc 1751 Richardson, Suite 4.206 Montréal Québec H3K 1G6 CA 00-50-C2 (hex) Beonic Corporation 8CB000-8CBFFF (base 16) Beonic Corporation 141 Gilbert Street Adelaide S.A. 5000 AU 00-50-C2 (hex) Altair semiconductor Ltd 8CA000-8CAFFF (base 16) Altair semiconductor Ltd 6 Ha'arash St. Hod Hasharon 45240 IL 00-50-C2 (hex) C-COM Satellite Systems Inc. 8EB000-8EBFFF (base 16) C-COM Satellite Systems Inc. 2574 Sheffield Road Ottawa Ontario K1B3V7 CA 00-50-C2 (hex) GIMCON 8DD000-8DDFFF (base 16) GIMCON Reininghausstraße 5 Graz Styria 8020 AT 00-50-C2 (hex) Saia-Burgess Controls AG 8D0000-8D0FFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) DCOM Network Technology (Pty) Ltd 8DB000-8DBFFF (base 16) DCOM Network Technology (Pty) Ltd Unit A18, Bellville Business Park Cape Town Western Province 7530 ZA 00-50-C2 (hex) Telsa s.r.l 8AC000-8ACFFF (base 16) Telsa s.r.l Via C.Colombo 29\31 Osio Sotto Bergamo 24046 IT 00-50-C2 (hex) Intelligent Security Systems 8A9000-8A9FFF (base 16) Intelligent Security Systems Office 102, str. 77, vl. 1, Leninskie Gory, MSU Science Park Moscow 119234 RU 00-50-C2 (hex) S.C.E. s.r.l. 8C0000-8C0FFF (base 16) S.C.E. s.r.l. Via Giardini 1271/A Modena Mo 41100 IT 00-50-C2 (hex) Access Control Systems JSC 8C2000-8C2FFF (base 16) Access Control Systems JSC 65, Serdobolskaya st. St-Petersburg 197342 RU 00-50-C2 (hex) ALTEK ELECTRONICS 8A8000-8A8FFF (base 16) ALTEK ELECTRONICS 89 Commercial Blvd Torrington CT 06790 US 00-50-C2 (hex) ATS Elektronik GmbH 8AA000-8AAFFF (base 16) ATS Elektronik GmbH Albert-Einstein-Straße 3 Wunstorf Lower saxony 31515 DE 00-50-C2 (hex) PIXEYE LTD 8A7000-8A7FFF (base 16) PIXEYE LTD #75 Dondukov blvd. Sofia 1504 BG 00-50-C2 (hex) Keith & Koep GmbH 8B5000-8B5FFF (base 16) Keith & Koep GmbH Uellendahler Str. 199 Wuppertal NRW 42109 DE 00-50-C2 (hex) SELCO 8A6000-8A6FFF (base 16) SELCO ZI DU VAL D'OMBREE COMBREE SA 49520 FR 00-50-C2 (hex) Datalink Technologies Gateways Inc. 89F000-89FFFF (base 16) Datalink Technologies Gateways Inc. 3888 Sound Way Bellingham WA 98226 US 00-50-C2 (hex) UAVISION Engenharia de Sistemas 8A2000-8A2FFF (base 16) UAVISION Engenharia de Sistemas Ed Inovisa Inst. Sup. Agro Tapada da Ajuda Lisbon 1349-017 PT 00-50-C2 (hex) BK Innovation, Inc. 8B0000-8B0FFF (base 16) BK Innovation, Inc. 1016 Morse Ave Sunnyvale CA 94089 US 00-50-C2 (hex) HANYANG ELECTRIC CP., LTD 86E000-86EFFF (base 16) HANYANG ELECTRIC CP., LTD 603-2, Janggok-ri, Jori-eup Paju Gyeonggi-do 413-825 KR 00-50-C2 (hex) Tieline Research Pty Ltd 86D000-86DFFF (base 16) Tieline Research Pty Ltd PO Box 2092 Malaga Western Australia 6944 AU 00-50-C2 (hex) LOGEL S.R.L. 870000-870FFF (base 16) LOGEL S.R.L. VIA DELLA TECNICA 13/A-13/B CASTELNUOVO RANGONE MODENA 41051 IT 00-50-C2 (hex) Z-App Systems 88C000-88CFFF (base 16) Z-App Systems 2210 North First St San Jose CA 95131 US 00-50-C2 (hex) Cardinal Scale Mfg Co 88E000-88EFFF (base 16) Cardinal Scale Mfg Co 203 E. Daugherty Webb City MO 64870 US 00-50-C2 (hex) Neocontrol Soluções em Automação 883000-883FFF (base 16) Neocontrol Soluções em Automação Rua Alagoas 1160, 10. andar Belo Horizonte Minas Gerais 30130-912 BR 00-50-C2 (hex) Acoustic Research Laboratories Pty Ltd 878000-878FFF (base 16) Acoustic Research Laboratories Pty Ltd Level 7, Building 2, 423 Pennant Hills Road Pennant Hills NSW 2120 AU 00-50-C2 (hex) Marine Communications Limited 895000-895FFF (base 16) Marine Communications Limited 59, Bownham Park Stroud Glos GL5 5BZ GB 00-50-C2 (hex) Persy Control Services B.v. 865000-865FFF (base 16) Persy Control Services B.v. Veldoven 4a Hendrik Ido Ambacht Zuid Holland 3223PJ NL 00-50-C2 (hex) Wireless Acquisition LLC 858000-858FFF (base 16) Wireless Acquisition LLC 1635 West 12th Place Tempe, AZ 85281 US 00-50-C2 (hex) SPJ Embedded Technologies Pvt. Ltd. 851000-851FFF (base 16) SPJ Embedded Technologies Pvt. Ltd. 101, Beaver Grandeur, Baner Road Pune Maharashtra 411045 IN 00-50-C2 (hex) Grantronics Pty Ltd 861000-861FFF (base 16) Grantronics Pty Ltd 45 Monash Street Wentworthville NSW 2145 AU 00-50-C2 (hex) Xtensor Systems Inc. 843000-843FFF (base 16) Xtensor Systems Inc. 2624 Citronella Ct. Simi Valley California 93063-2232 US 00-50-C2 (hex) Phytec Messtechnik GmbH 83F000-83FFFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) hema electronic GmbH 83C000-83CFFF (base 16) hema electronic GmbH Röntgenstraße 31 Aalen Baden-Württemberg 73431 DE 00-50-C2 (hex) T PROJE MUHENDISLIK DIS. TIC. LTD. STI. 838000-838FFF (base 16) T PROJE MUHENDISLIK DIS. TIC. LTD. STI. RIHTIM CAD. NEMLIZADE SOK. DUYGU APT. ISTANBUL 34716 TR 00-50-C2 (hex) VisualSonics Inc. 845000-845FFF (base 16) VisualSonics Inc. 3080 Yonge St Toronto Ontario M4N3N1 CA 00-50-C2 (hex) Design Analysis Associates, Inc. 849000-849FFF (base 16) Design Analysis Associates, Inc. 75 West 100 South Logan UT 84321 US 00-50-C2 (hex) Private 802000-802FFF (base 16) Private 00-50-C2 (hex) Selekron Microcontrol s.l. 80F000-80FFFF (base 16) Selekron Microcontrol s.l. C/ Peru, 8 Guadalajara 19005 ES 00-50-C2 (hex) SLICAN sp. z o.o. 828000-828FFF (base 16) SLICAN sp. z o.o. ul.M.Konopnickiej 18 Bydgoszcz Kujawsko-Pomorskie 85-124 PL 00-50-C2 (hex) Femto SA 812000-812FFF (base 16) Femto SA Rue des Pres 137 Biel/Bienne BE 2503 CH 00-50-C2 (hex) TESCAN, s.r.o. 820000-820FFF (base 16) TESCAN, s.r.o. Libusina tr. 21 Brno 623 00 CZ 00-50-C2 (hex) Qtron Pty Ltd 7FB000-7FBFFF (base 16) Qtron Pty Ltd Unit 3/59 Township Drive West Burleigh Queensland 4219 AU 00-50-C2 (hex) Karl DUNGS GmbH & Co. KG 7F9000-7F9FFF (base 16) Karl DUNGS GmbH & Co. KG Siemensstrasse 6-10 Urbach BW 73660 DE 00-50-C2 (hex) Empirix Italy S.p.A. 7E6000-7E6FFF (base 16) Empirix Italy S.p.A. Via Giorgio Perlasca, 20 Modena 41126 IT 00-50-C2 (hex) Zeltiq Aesthetics, Inc. 7E1000-7E1FFF (base 16) Zeltiq Aesthetics, Inc. 4698 Willow Road Pleasanton CA 94588 US 00-50-C2 (hex) Monitor Business Machines Ltd. 7EA000-7EAFFF (base 16) Monitor Business Machines Ltd. PO Box 108 042 Auckland US 00-50-C2 (hex) Newtec A/S 7D7000-7D7FFF (base 16) Newtec A/S Stærmosegårdsvej 18 Odense SV Region Syd 5230 DK 00-50-C2 (hex) CEDAR Audio Limited 7CA000-7CAFFF (base 16) CEDAR Audio Limited 20 Home End Cambridge CB21 5BS GB 00-50-C2 (hex) DSR Information Technologies Ltd. 7C2000-7C2FFF (base 16) DSR Information Technologies Ltd. Fehérvári út. 50-52 Budapest 1117 HU 00-50-C2 (hex) A.D.I Video technologies 7B2000-7B2FFF (base 16) A.D.I Video technologies 7 Hamarpe st, Jerusalem 45190 IL 00-50-C2 (hex) Technovare Systems, Inc. 7B9000-7B9FFF (base 16) Technovare Systems, Inc. 1675 Scenic Avenue Costa Mesa CA 92626 US 00-50-C2 (hex) InRay Solutions Ltd. 7BB000-7BBFFF (base 16) InRay Solutions Ltd. 125 Tzarigradsko shosse blvd., Sofia 1113 BG 00-50-C2 (hex) General Microsystems Sdn Bhd 7AB000-7ABFFF (base 16) General Microsystems Sdn Bhd 3-17, Jalan USJ 7/3B UEP Subang Jaya Selangor D. E. 47610 MY 00-50-C2 (hex) Tiefenbach Control Systems GmbH 797000-797FFF (base 16) Tiefenbach Control Systems GmbH Brückenstraße 8 Erlangen Bayern 91056 DE 00-50-C2 (hex) MiraTrek 79D000-79DFFF (base 16) MiraTrek 7985 Raytheon Road #200 San Diego CA 92111 US 00-50-C2 (hex) Benshaw Canada Controls, Inc. 79E000-79EFFF (base 16) Benshaw Canada Controls, Inc. 550 Bright Street Listowel Ontario N4W 3W3 CA 00-50-C2 (hex) Guidance Navigation Limited 7A7000-7A7FFF (base 16) Guidance Navigation Limited 4 Dominus Way Leicester Leicestershire LE19 1RP GB 00-50-C2 (hex) OMICRON electronics GmbH 78B000-78BFFF (base 16) OMICRON electronics GmbH Oberes Ried 1 Klaus 6833 AT 00-50-C2 (hex) LEVEL TELECOM 78A000-78AFFF (base 16) LEVEL TELECOM Parque Empresarial NovoMilladoiro Milladoiro - Ames A Coruña 15895 ES 00-50-C2 (hex) MedAvant Healthcare 7A0000-7A0FFF (base 16) MedAvant Healthcare 2533 Centennial Blvd Jeffersonville IN 47130 US 00-50-C2 (hex) Turun Turvatekniikka Oy 7AD000-7ADFFF (base 16) Turun Turvatekniikka Oy Orikedonkatu 22 B Turku 20380 FI 00-50-C2 (hex) Phytec Messtechnik GmbH 765000-765FFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) XtendWave 763000-763FFF (base 16) XtendWave 8111 LBJ Freeway Dallas Texas 75251 US 00-50-C2 (hex) Keith & Koep GmbH 786000-786FFF (base 16) Keith & Koep GmbH Uellendahler Str. 199 Wuppertal NRW 42109 DE 00-50-C2 (hex) Starling Advanced Communications 781000-781FFF (base 16) Starling Advanced Communications 2 Tavor House Yoqneam 20692 IL 00-50-C2 (hex) IQ Solutions GmbH & Co. KG 780000-780FFF (base 16) IQ Solutions GmbH & Co. KG Gewerbepark 7A Bisssendorf Niedersachsen 49143 DE 00-50-C2 (hex) Rosslare Enterprises Limited 789000-789FFF (base 16) Rosslare Enterprises Limited Flat 912 Wing Fat Industrial Building Kowloon Bay, Kowloon HK 00-50-C2 (hex) Pointe Conception Medical Inc. 773000-773FFF (base 16) Pointe Conception Medical Inc. 121 East Mason Street Santa Barbara California 93101 US 00-50-C2 (hex) Digidrive Audio Limited 76A000-76AFFF (base 16) Digidrive Audio Limited Spenglerstrasse 6 Hamm NRW 59067 DE 00-50-C2 (hex) Gutermann Technology GmbH 766000-766FFF (base 16) Gutermann Technology GmbH Gottlieb-Daimler-Strasse 10 Ravensburg 88214 DE 00-50-C2 (hex) Laserdyne Technologies 775000-775FFF (base 16) Laserdyne Technologies PO Box 6541 GOLD COAST QLD 9726 AU 00-50-C2 (hex) E S P Technologies Ltd 757000-757FFF (base 16) E S P Technologies Ltd The Stables Deans Farm Estate Fareham Hampshire SO30 2DX US 00-50-C2 (hex) Chesapeake Sciences Corp 756000-756FFF (base 16) Chesapeake Sciences Corp 1127 B Benfield Blvd Millersville MD 21108 US 00-50-C2 (hex) Teletek Electronics 755000-755FFF (base 16) Teletek Electronics 14A Srebarna Str. Sofia 1407 BG 00-50-C2 (hex) LOBER, S.A. 752000-752FFF (base 16) LOBER, S.A. MARIA TUBAU, 4 MADRID 28050 ES 00-50-C2 (hex) DMT System S.p.A. 75B000-75BFFF (base 16) DMT System S.p.A. Via Zanella 21 Lissone Milan 20035 IT 00-50-C2 (hex) e&s Engineering & Software GmbH 751000-751FFF (base 16) e&s Engineering & Software GmbH Schmücker Straße 82a MANEBACH Thueringen D98693 DE 00-50-C2 (hex) Realtronix Company 746000-746FFF (base 16) Realtronix Company FLT A 16/F BLK 8 JUBILEE GARDEN HK 00-50-C2 (hex) Avonaco Systems, Inc. 744000-744FFF (base 16) Avonaco Systems, Inc. A305, International Tech Park Suzhou Jiangsu 215021 CN 00-50-C2 (hex) Elektro-Top 3000 Ltd. 743000-743FFF (base 16) Elektro-Top 3000 Ltd. Bartók Béla út 75. Budapest 1114 HU 00-50-C2 (hex) Miracom Technology Co., Ltd. 738000-738FFF (base 16) Miracom Technology Co., Ltd. 401, 4F. COREBUILDING, 8-1, SUNAE-DONG SUNGNAM-SI GYUNGGI-DO 463-825 KR 00-50-C2 (hex) SNCF EIM PAYS DE LOIRE 72E000-72EFFF (base 16) SNCF EIM PAYS DE LOIRE 2 AVENUE DE BRETAGNE LE MANS SARTHE 72100 FR 00-50-C2 (hex) CardioMEMS Inc. 734000-734FFF (base 16) CardioMEMS Inc. 75 Fifth St NW Atlanta Ga 30308 US 00-50-C2 (hex) HSC-Regelungstechnik GmbH 724000-724FFF (base 16) HSC-Regelungstechnik GmbH An der Lehmkaute 13 Bad Marienberg Rheinland Pfalz 56470 DE 00-50-C2 (hex) DSP DESIGN 725000-725FFF (base 16) DSP DESIGN TAPTON PK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB 00-50-C2 (hex) McQuay China 740000-740FFF (base 16) McQuay China Pinghu Village,Pinghu Town,Shenzhen,Guangdong Province,Peoples Republic of China Shenzhen Guangdong 518111 CN 00-50-C2 (hex) The Dini Group, La Jolla inc. 704000-704FFF (base 16) The Dini Group, La Jolla inc. 7469 Draper Ave. La Jolla CA 92037 US 00-50-C2 (hex) SPM Instrument AB 702000-702FFF (base 16) SPM Instrument AB Box 504 Strängnäs SE-64525 SE 00-50-C2 (hex) SAE IT-systems GmbH & Co. KG 703000-703FFF (base 16) SAE IT-systems GmbH & Co. KG Im Gewerbegebiet Pesch 14 Köln NRW 50767 DE 00-50-C2 (hex) GEM-MED SL 700000-700FFF (base 16) GEM-MED SL C/ Cartagena 245 5e Of. 5-6 Barcelona ES08025 ES 00-50-C2 (hex) 3DX-Ray Limited 713000-713FFF (base 16) 3DX-Ray Limited Pera Innovation park Melton Mowbray Leicestershire LE13 0PB GB 00-50-C2 (hex) Zumbach Electronic AG 70F000-70FFFF (base 16) Zumbach Electronic AG Hauptstrasse 93 Orpund Bern 2552 CH 00-50-C2 (hex) Exertus 70C000-70CFFF (base 16) Exertus Kampusranta 9 Seinäjoki FI-60320 FI 00-50-C2 (hex) DTech Labs Inc 707000-707FFF (base 16) DTech Labs Inc 22876 Shaw Road Sterling VA 20166 US 00-50-C2 (hex) Acte Sp. z o.o. 6FC000-6FCFFF (base 16) Acte Sp. z o.o. ul. Krancowa 49 Warsaw 02-493 PL 00-50-C2 (hex) ennovatis GmbH 719000-719FFF (base 16) ennovatis GmbH Dechwitzer Straße 11 Großpösna Sachsen 04463 DE 00-50-C2 (hex) L-3 Communications Mobile-Vision, Inc. 6DC000-6DCFFF (base 16) L-3 Communications Mobile-Vision, Inc. 90 Fanny Rd. Boonton NJ 07005 US 00-50-C2 (hex) FIRSTEC SA 6EA000-6EAFFF (base 16) FIRSTEC SA CH. DU PONT DU CENTENAIRE 108 PLAN LES OUATES GENEVA 1228 CH 00-50-C2 (hex) Harrison Audio, LLC 6EB000-6EBFFF (base 16) Harrison Audio, LLC 1024 Firestone Pkwy La Vergne TN 37086 US 00-50-C2 (hex) Boeckeler Instruments, Inc. 6E5000-6E5FFF (base 16) Boeckeler Instruments, Inc. 4650 S. Butterfield Dr. Tucson AZ 85714 US 00-50-C2 (hex) Ace Axis Limited 6E7000-6E7FFF (base 16) Ace Axis Limited 602 Delta Business Park, Welton Road Swindon SN5 7XP GB 00-50-C2 (hex) Miros AS 6E3000-6E3FFF (base 16) Miros AS Solbraaveien 20 Asker Akershus 1383 NO 00-50-C2 (hex) Pneumopartners LaenneXT SA 6EF000-6EFFFF (base 16) Pneumopartners LaenneXT SA 91b route des Romains STRASBOURG Région Alsace F-67200 FR 00-50-C2 (hex) Stanley Security Solutions, Inc. 6F0000-6F0FFF (base 16) Stanley Security Solutions, Inc. 14670 Cumberland Road Noblesville IN 46060 US 00-50-C2 (hex) FIRSTTRUST Co.,Ltd. 6E0000-6E0FFF (base 16) FIRSTTRUST Co.,Ltd. 2-10-25 Yokogawa-Cho Hiroshima 733-0011 JP 00-50-C2 (hex) Cryogenic Control Systems, Inc. 6F4000-6F4FFF (base 16) Cryogenic Control Systems, Inc. PO Box 7012 Rancho Santa Fe CA 92067-7012 US 00-50-C2 (hex) BL Healthcare, Inc. 6D8000-6D8FFF (base 16) BL Healthcare, Inc. 33 Commercial Street Foxboro MA 02035 US 00-50-C2 (hex) Ajeco Oy 6D9000-6D9FFF (base 16) Ajeco Oy Koronakatu 1A Espoo Uusimaa Fi-02210 Esp FI 00-50-C2 (hex) Ifox - Industria e Comercio Ltda 6AA000-6AAFFF (base 16) Ifox - Industria e Comercio Ltda Rua Chico Pontes, 329 São Paulo São Paulo 02067-000 BR 00-50-C2 (hex) Etani Electronics Co.,Ltd. 6D4000-6D4FFF (base 16) Etani Electronics Co.,Ltd. 1-10-15,Ohmori-Honcho, Ohta-ku, Tokyo 143-0011 JP 00-50-C2 (hex) iTRACS Corporation 6C3000-6C3FFF (base 16) iTRACS Corporation 1501 W. Fountainhead Parkway Tempe AZ 85282 US 00-50-C2 (hex) Mitron Oy 6BD000-6BDFFF (base 16) Mitron Oy P.O. Box 113 FORSSA HÄME FIN-30101 FI 00-50-C2 (hex) RADIUS Sweden AB 6C1000-6C1FFF (base 16) RADIUS Sweden AB Tennv. 1 Karlskrona 371 50 SE 00-50-C2 (hex) SOMESCA 6B4000-6B4FFF (base 16) SOMESCA 80 rue Jean Jaurès BOIS-COLOMBES 92270 FR 00-50-C2 (hex) Dynamic Hearing Pty Ltd 6CA000-6CAFFF (base 16) Dynamic Hearing Pty Ltd 2 Chapel Street Richmond VIC 3121 AU 00-50-C2 (hex) REXXON GmbH 6C4000-6C4FFF (base 16) REXXON GmbH Zum Kesselort 53 Kiel Schleswig-Holstein 24149 DE 00-50-C2 (hex) Casabyte Inc. 696000-696FFF (base 16) Casabyte Inc. POB 10127 Blacksburg VA 24062 US 00-50-C2 (hex) Bug Labs, Inc. 69C000-69CFFF (base 16) Bug Labs, Inc. 915 Broadway New York NY 10010 US 00-50-C2 (hex) GHL Systems Berhad 690000-690FFF (base 16) GHL Systems Berhad L5-E-7B, Enterprise 4 Kuala Lumpur Wilayah 57000 MY 00-50-C2 (hex) BERTRONIC SRL 68F000-68FFFF (base 16) BERTRONIC SRL VIA SILVIO PELLICO 26 STEZZANO BERGAMO 24040 IT 00-50-C2 (hex) Zhuhai Jiahe Electronics Co.,LTD 68A000-68AFFF (base 16) Zhuhai Jiahe Electronics Co.,LTD 8/F,BlockA,Tsinghua Science Park,101 College Road,TangJia Zhuahi Guangdong 519080 CN 00-50-C2 (hex) CreaTech Electronics Co. 6A3000-6A3FFF (base 16) CreaTech Electronics Co. 6126 Carlisle Ln. League City TX 77573 US 00-50-C2 (hex) Tsien (UK) Ltd 69B000-69BFFF (base 16) Tsien (UK) Ltd Zion Building Chatteris Cambs PE16 6AE GB 00-50-C2 (hex) Phytec Messtechnik GmbH 67F000-67FFFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) VTZ d.o.o. 65C000-65CFFF (base 16) VTZ d.o.o. Koprska 96 Ljubljana 1000 SI 00-50-C2 (hex) IZISOFT 660000-660FFF (base 16) IZISOFT 1116 Hanshin IT Tower 235 Seoul 152-768 KR 00-50-C2 (hex) MONYTEL S.A. 657000-657FFF (base 16) MONYTEL S.A. Estrada dos Romeiros Km 38,5 n.162 Santana de Parnaiba São Paulo 06501001 BR 00-50-C2 (hex) Westel Wireless Systems 664000-664FFF (base 16) Westel Wireless Systems Level 5, 25 Bligh St Sydney NSW 2000 AU 00-50-C2 (hex) COE Limited 663000-663FFF (base 16) COE Limited Photon House Leeds West Yorkshire LS12 1EG GB 00-50-C2 (hex) Industrial Vacuum Systems 679000-679FFF (base 16) Industrial Vacuum Systems 3974 Linden Avenue SE Grand Rapids Michigan 49548 US 00-50-C2 (hex) Keith & Koep GmbH 668000-668FFF (base 16) Keith & Koep GmbH Uellendahler Str. 199 Wuppertal NRW 42109 DE 00-50-C2 (hex) flsystem 66B000-66BFFF (base 16) flsystem Rm911,RegentOfficetel,547-8,Kuui-dong,Kwangjjin-gu seoul 143-709 KR 00-50-C2 (hex) Dorsett Technologies, Inc. 659000-659FFF (base 16) Dorsett Technologies, Inc. 100 Woodlyn Drive Yadkinville North Carolina 27055 US 00-50-C2 (hex) T2 Communication Ltd 63E000-63EFFF (base 16) T2 Communication Ltd Unit A, Wellfleet Industrial Park Birmingham West Midlands B25 8LH GB 00-50-C2 (hex) CIS Corporation 64C000-64CFFF (base 16) CIS Corporation 539-5, Higashiasakawa-machi Hachioji-shi Tokyo 193-0834 JP 00-50-C2 (hex) The Software Group Limited 645000-645FFF (base 16) The Software Group Limited 11 Pemberton Lane Shanty Bay Ontario L0L 2L0 CA 00-50-C2 (hex) R&D Technology Solutionz Limited 647000-647FFF (base 16) R&D Technology Solutionz Limited 1st Floor Palmerston North Manawatu 4440 NZ 00-50-C2 (hex) Sohon Inc 634000-634FFF (base 16) Sohon Inc 4-12-13-201 chigasaki-minami yokohama kanagawa-prf 224-0037 JP 00-50-C2 (hex) Wideco Sweden AB 652000-652FFF (base 16) Wideco Sweden AB Företagsgatan 7 Borås Viared 50494 SE 00-50-C2 (hex) Axis Electronics 615000-615FFF (base 16) Axis Electronics Bedford Heights, Bedford Bedfordshire MK41 7NY GB 00-50-C2 (hex) Communication Components Inc. 61A000-61AFFF (base 16) Communication Components Inc. 89 Leuning Street South Hackensack NJ 07606 US 00-50-C2 (hex) Winsys Informatica ltda 626000-626FFF (base 16) Winsys Informatica ltda rua luis goes , 672 São Paulo 04043-050 BR 00-50-C2 (hex) Imagine Communications 61F000-61FFFF (base 16) Imagine Communications 45 Hamelacha St. P.O.Box 8447 Netanya 42504 IL 00-50-C2 (hex) All-Systems Electronics Pty Ltd 5FB000-5FBFFF (base 16) All-Systems Electronics Pty Ltd 16 Hope Street SEVEN HILLS New South Wales 2147 AU 00-50-C2 (hex) Metrologic Group 5F7000-5F7FFF (base 16) Metrologic Group 6 ch du vieux chêne Meylan Isère 38700 FJ 00-50-C2 (hex) POSNET Polska S.A. 5F3000-5F3FFF (base 16) POSNET Polska S.A. ul. Municypalna 33 Warszawa 02-281 PL 00-50-C2 (hex) IDENTIC AB 60C000-60CFFF (base 16) IDENTIC AB Box 143 Vallentuna 18630 SE 00-50-C2 (hex) Gnutek Ltd. 5DF000-5DFFFF (base 16) Gnutek Ltd. 3, Strathavon Close, Cranleigh Surrey GU6 8PW GB 00-50-C2 (hex) Meucci Solutions 5D1000-5D1FFF (base 16) Meucci Solutions Bellevue 5 Gent Ledeberg Oost Vlaanderen B9050 BE 00-50-C2 (hex) Micro Technology Services Inc. 5E9000-5E9FFF (base 16) Micro Technology Services Inc. 1819 Firman Drive Richardson Texas 75081 US 00-50-C2 (hex) Wexiodisk AB 5D3000-5D3FFF (base 16) Wexiodisk AB Mardvagen 4 Vaxjo Kronoberg 352 45 SE 00-50-C2 (hex) Micro Elektronische Producten 5EA000-5EAFFF (base 16) Micro Elektronische Producten Noordeinde 124F Landsmeer NH 1121AL NL 00-50-C2 (hex) TECHNIFOR SAS 5D8000-5D8FFF (base 16) TECHNIFOR SAS 114 QUAI DU RHONE MIRIBEL RHONE-ALPES 01708 FR 00-50-C2 (hex) Pyott-Boone Electronics 5C0000-5C0FFF (base 16) Pyott-Boone Electronics P. O. Box 809 Tazewell VA 24651 US 00-50-C2 (hex) Shenzhen Quanlong Technique Co.Ltd 5C9000-5C9FFF (base 16) Shenzhen Quanlong Technique Co.Ltd No.215, Building Langfeng, Road Kefa no.2 Hong Kong 25175 852 CN 00-50-C2 (hex) WestfaliaSurge GmbH 5B8000-5B8FFF (base 16) WestfaliaSurge GmbH Siemenstr.25-27 Boenen NRW 59199 DE 00-50-C2 (hex) INCOTEC GmbH 5B0000-5B0FFF (base 16) INCOTEC GmbH Blomestrasse 25 - 27 Bielefeld NRW 33609 DE 00-50-C2 (hex) Emcom Systems 5AD000-5ADFFF (base 16) Emcom Systems 127 Route 206 South, Suite 27 Trenton New Jersey 08610 US 00-50-C2 (hex) Innomed Medical Inc 5CF000-5CFFFF (base 16) Innomed Medical Inc Szabó József utca 12 Budapest 1146 HU 00-50-C2 (hex) Techimp Systems S.r.l. 5BF000-5BFFFF (base 16) Techimp Systems S.r.l. Via Toscana, 11/C Zola Predosa Bologna 40069 IT 00-50-C2 (hex) RAFAEL 5B5000-5B5FFF (base 16) RAFAEL P.O.B. 2250 HAIFA IL 00-50-C2 (hex) Equipos de Telecomunicación Optoelectronicos, S.A. 5A5000-5A5FFF (base 16) Equipos de Telecomunicación Optoelectronicos, S.A. Poligono Malpica G. Quejido, 74 Zaragoza 50007 ES 00-50-C2 (hex) Federal State Unitary Enterprise Experimental Factory for Sc 5A4000-5A4FFF (base 16) Federal State Unitary Enterprise Experimental Factory for Sc EZAN, Academician Semenov Avenue, 9, Chernogolovka Moscow Region 142432 RU 00-50-C2 (hex) Rudolph Technologies, Inc. 5A0000-5A0FFF (base 16) Rudolph Technologies, Inc. 4900 West 78th Street Bloomington MN 55435 US 00-50-C2 (hex) Genetix Ltd 586000-586FFF (base 16) Genetix Ltd Queensway New Milton Hampshire BH25 5NN GB 00-50-C2 (hex) ETAP NV 5A8000-5A8FFF (base 16) ETAP NV Antwerpsesteenweg 130 Malle Antwerp 2390 BE 00-50-C2 (hex) ubinetsys.co..ltd 566000-566FFF (base 16) ubinetsys.co..ltd 3F Sang-gal B.D,220-3 Yongin-Si Gyunggi-Do 449-905 KR 00-50-C2 (hex) Visi-tech Systems Ltd 576000-576FFF (base 16) Visi-tech Systems Ltd Unit X Cerphilly Bus Pk Caerphilly Mid Glamorgan CF83 3ED GB 00-50-C2 (hex) Ellex Medical Pty Ltd 570000-570FFF (base 16) Ellex Medical Pty Ltd 82 Gilbert Street Adelaide South Australia 5000 AU 00-50-C2 (hex) Oberon Service srl 571000-571FFF (base 16) Oberon Service srl Via Meda 28 Milan MI 20141 IT 00-50-C2 (hex) Fail Safe Solutions LLC 559000-559FFF (base 16) Fail Safe Solutions LLC 950 Salem Ave. Hillside NJ 07205 US 00-50-C2 (hex) Netcomsec Co Ltd 557000-557FFF (base 16) Netcomsec Co Ltd 10 Nisshinco 2-chome Fuchu City Tokyo 253-0197 JP 00-50-C2 (hex) ACD Elektronik GmbH 55D000-55DFFF (base 16) ACD Elektronik GmbH Engelberg 2 Achstetten bawu 88480 DE 00-50-C2 (hex) Valde Systems, Inc. 55A000-55AFFF (base 16) Valde Systems, Inc. 26 Iron Works Ln Brookline NH 03033 US 00-50-C2 (hex) LJU Automatisierungstechnik GmbH 550000-550FFF (base 16) LJU Automatisierungstechnik GmbH Am Schlahn 1 Potsdam Brandenburg D-14476 DE 00-50-C2 (hex) C2 DIAGNOSTICS 536000-536FFF (base 16) C2 DIAGNOSTICS Parc Euromedecine II MONTPELLIER Cedex5 Herault 34099 FR 00-50-C2 (hex) Detection Technology Inc. 539000-539FFF (base 16) Detection Technology Inc. Micropolis Ii 91100 FI 00-50-C2 (hex) DST CONTROL AB 537000-537FFF (base 16) DST CONTROL AB Akerbogatan 10 Linköping 58254 SE 00-50-C2 (hex) I.T.W. Betaprint 548000-548FFF (base 16) I.T.W. Betaprint Ponce de Leon 4 Sant Just Desvern Barcelona 08960 ES 00-50-C2 (hex) NanShanBridge Co.Ltd 533000-533FFF (base 16) NanShanBridge Co.Ltd C241, National Hi-Tech(westzone) ChengDu SiChuan 611731 CN 00-50-C2 (hex) SecuInfo Co., Ltd. 545000-545FFF (base 16) SecuInfo Co., Ltd. 1411, Kranz Techno, 5442-1, Seongnam-si Gyeonggi-do 462729 KR 00-50-C2 (hex) Mesure Controle Commande 540000-540FFF (base 16) Mesure Controle Commande Rue Guillaume MASSICOT ISSOUDUN CENTRE 36100 FR 00-50-C2 (hex) Solid State Logic 517000-517FFF (base 16) Solid State Logic 25 Springhill Road Oxford Oxfordshire OX5 1RU GB 00-50-C2 (hex) Traquair Data Systems, Inc. 51F000-51FFFF (base 16) Traquair Data Systems, Inc. 114 Sheldon Rd Ithaca NY 14850 US 00-50-C2 (hex) Alcon Technologies 51E000-51EFFF (base 16) Alcon Technologies 11201 Hampshire Ave. South Bloomington MN 55438 US 00-50-C2 (hex) SpeasTech, Inc. 51A000-51AFFF (base 16) SpeasTech, Inc. 1527 S. Bowman Road Little Rock Arkansas 72211 US 00-50-C2 (hex) AMRDEC Prototype Integration Facility 523000-523FFF (base 16) AMRDEC Prototype Integration Facility SES INC. AMSRD-AMR-SE-PI REDSTONE ARSENAL AL 35898 US 00-50-C2 (hex) Innovation, Institute, Inc 530000-530FFF (base 16) Innovation, Institute, Inc P.O. Box 9359 Caguas Puerto Rico 00726-9359 PR 00-50-C2 (hex) NVE Corporation 532000-532FFF (base 16) NVE Corporation 11409 Valley View Road Eden Prairie MN 55344-3617 US 00-50-C2 (hex) Motec Pty Ltd 524000-524FFF (base 16) Motec Pty Ltd 121 Merrindale Drive Croydon South Victoria 3136 AU 00-50-C2 (hex) Tantronic AG 4F2000-4F2FFF (base 16) Tantronic AG Allmendweg 5 Zufikon AG 5621 CH 00-50-C2 (hex) Tadian Electronics Systems LTD 514000-514FFF (base 16) Tadian Electronics Systems LTD Hamerkava 29 Holon 58101 IL 00-50-C2 (hex) 7+ Kft 506000-506FFF (base 16) 7+ Kft Homoród 17 Budapest magyarország 1118 HU 00-50-C2 (hex) Genie Network Resource Management Inc. 513000-513FFF (base 16) Genie Network Resource Management Inc. 5F., No. 150, Lane 360, Taipei city 114 TW 00-50-C2 (hex) Summit Developmen 510000-510FFF (base 16) Summit Developmen Karlstejnska 162 Orech Jinocany 25225 CZ 00-50-C2 (hex) REAL D 4F6000-4F6FFF (base 16) REAL D 100 N. CRESCENT DR. #120 BEVERLY HILLS CA 90210 US 00-50-C2 (hex) Hwayoung RF Solution Inc 4FC000-4FCFFF (base 16) Hwayoung RF Solution Inc 152-050 514, Woolim e-BIZ Center, 170-5 Seoul 152-050 KR 00-50-C2 (hex) Telematrix 4E0000-4E0FFF (base 16) Telematrix 2948 Woodside Terrace Fremont Ca. 94539 US 00-50-C2 (hex) Avantry Ltd. 4D8000-4D8FFF (base 16) Avantry Ltd. New Industrial Park, Bldg 7A Yokneam Israel 20692 IL 00-50-C2 (hex) SS Telecoms CC 4E1000-4E1FFF (base 16) SS Telecoms CC 23 Botha Avenue Lyttelton Gauteng 0157 ZA 00-50-C2 (hex) Thermo Electron 4DF000-4DFFFF (base 16) Thermo Electron 9303 W. Sam Houston Parkway South Houston TX 77099 US 00-50-C2 (hex) HEINEN ELEKTRONIK GmbH 4AA000-4AAFFF (base 16) HEINEN ELEKTRONIK GmbH Hunsrückstraße 7 HAAN NRW 42781 DE 00-50-C2 (hex) CYJAYA Korea 4A8000-4A8FFF (base 16) CYJAYA Korea 1209, Manhattan21 Livingtel, Yoido-dong Seoul 150-870 KR 00-50-C2 (hex) Neets 4C8000-4C8FFF (base 16) Neets Langballe 4 Horsens 8700 DK 00-50-C2 (hex) Saia Burgess Controls AG 4BC000-4BCFFF (base 16) Saia Burgess Controls AG Bahnhofstrasse 18 Murten Freiburg 3280 CH 00-50-C2 (hex) Cloanto Corporation 490000-490FFF (base 16) Cloanto Corporation P.O. Box 27740 Las Vegas NV 89126-7740 US 00-50-C2 (hex) Advanced Driver Information Technology GmbH 497000-497FFF (base 16) Advanced Driver Information Technology GmbH Robert Bosch Strasse 200 Hildesheim . 31139 DE 00-50-C2 (hex) VAZA Elektronik AB 495000-495FFF (base 16) VAZA Elektronik AB Furuheds vagen 1 Kalix Norrbotten 952 31 SE 00-50-C2 (hex) DA SISTEMI SPA 488000-488FFF (base 16) DA SISTEMI SPA Via Cadorna, 73 Vimodrone Milano 20090 IT 00-50-C2 (hex) Eridon Corporation 487000-487FFF (base 16) Eridon Corporation 901 Twelve Oaks Center Drive Wayzata MN 55391 US 00-50-C2 (hex) BUYANG ELECTRONICS INDUSTRIAL CO., LTD. 4A6000-4A6FFF (base 16) BUYANG ELECTRONICS INDUSTRIAL CO., LTD. ORYU-DONG INCHEON 434-140 KR 00-50-C2 (hex) Acutelogic Corporation 496000-496FFF (base 16) Acutelogic Corporation 3-7-1 Chiyoda-ku Tokyo 101-0052 JP 00-50-C2 (hex) Cybectec inc. 470000-470FFF (base 16) Cybectec inc. 730 Commerciale St. Saint-Jean-Chrysostome Quebec G6Z 2C5 CA 00-50-C2 (hex) Paul Scherrer Institut (PSI) 46D000-46DFFF (base 16) Paul Scherrer Institut (PSI) WHGA/U130 Villigen-PSI Aargau CH-5232 CH 00-50-C2 (hex) EASYTECH GmbH 46B000-46BFFF (base 16) EASYTECH GmbH Sommerauerstr.18 St.Georgen BW 78112 DE 00-50-C2 (hex) SELKOM GmbH 480000-480FFF (base 16) SELKOM GmbH Jahnstraße 4 Muggensturm Baden-Württemberg 76461 DE 00-50-C2 (hex) Pitney Bowes, Inc 47B000-47BFFF (base 16) Pitney Bowes, Inc 35 Waterview Drive Shelton CT 06484 US 00-50-C2 (hex) Halliburton - Sperry Drilling Service 45E000-45EFFF (base 16) Halliburton - Sperry Drilling Service 3000 N. Sam Houston Pkwy E. Houston TX 77032 US 00-50-C2 (hex) Vitelnet 460000-460FFF (base 16) Vitelnet 221 Elizabeth St Utica NY 13501 US 00-50-C2 (hex) TATTILE SRL 461000-461FFF (base 16) TATTILE SRL VIA TRENTO 127/129 BRESCIA 25020 IT 00-50-C2 (hex) T2C Marketing AB 45F000-45FFFF (base 16) T2C Marketing AB Sjovagen 1 Upplands Vasby Stockholm 194 67 SE 00-50-C2 (hex) Peleton Photonic Systems 439000-439FFF (base 16) Peleton Photonic Systems 2355 St. Laurent BLVD Ottawa Ontario K1G 6C3 CA 00-50-C2 (hex) Coppercom 43E000-43EFFF (base 16) Coppercom 3600 FAU Blvd Boca Raton Florida 33431 US 00-50-C2 (hex) Solace Systems, Inc. 44B000-44BFFF (base 16) Solace Systems, Inc. 555 Legget Drive Kanata Ontario K2K 2X3 CA 00-50-C2 (hex) Comtech Systems Inc. 448000-448FFF (base 16) Comtech Systems Inc. 2900 Titan Row Orlando Florida 32809 US 00-50-C2 (hex) Micro Technic A-S 446000-446FFF (base 16) Micro Technic A-S Smedevaenget 5 Aarup 5560 DK 00-50-C2 (hex) ImperativeNetworks 434000-434FFF (base 16) ImperativeNetworks Hatamar 2 Yokneam 20692 IL 00-50-C2 (hex) DSP DESIGN 42A000-42AFFF (base 16) DSP DESIGN TAPTON PARK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB 00-50-C2 (hex) LogiM GmbH Software und Entwicklung 41B000-41BFFF (base 16) LogiM GmbH Software und Entwicklung Mahonienweg 22b Berlin 12437 DE 00-50-C2 (hex) Mecsel Oy 419000-419FFF (base 16) Mecsel Oy Soittajantie 1 Helsinki FI-00420 FI 00-50-C2 (hex) Planea Oy 418000-418FFF (base 16) Planea Oy Lantinen Pitkakatu 23A Turku 20100 FI 00-50-C2 (hex) TSB Solutions Inc. 412000-412FFF (base 16) TSB Solutions Inc. 5399 Eglinton Ave West. Toronto Ontario M9C 5K6 CA 00-50-C2 (hex) ads-tec GmbH 40E000-40EFFF (base 16) ads-tec GmbH Raiffeisenstraße 14 Leinfelden-Echterdingen Baden-Württemberg 70771 DE 00-50-C2 (hex) KTEC LTD 409000-409FFF (base 16) KTEC LTD 13 Giborei Israel ST Netanya P.O BOX 8709 IL 00-50-C2 (hex) 3D perception 3DC000-3DCFFF (base 16) 3D perception PO Box 455 Asker N-1373 NO 00-50-C2 (hex) Micro-Robotics Limited 3D0000-3D0FFF (base 16) Micro-Robotics Limited 135 Ditton Walk CAMBRIDGE Cambs. CB5 8QB GB 00-50-C2 (hex) American LED-gible Inc. 3D3000-3D3FFF (base 16) American LED-gible Inc. 1776 Lone Eagle St. Columbus Ohio 43228 US 00-50-C2 (hex) Sintium Ltd 3F9000-3F9FFF (base 16) Sintium Ltd PO Box 14-273 Auckland 1134 NZ 00-50-C2 (hex) Phaedrus Limited 3F5000-3F5FFF (base 16) Phaedrus Limited 5 Marsh House Mill Darwen Lancashire BB3 3JJ GB 00-50-C2 (hex) ISS International 3EB000-3EBFFF (base 16) ISS International P.O Box 12063 Stellenbosch Western Cape 7613 ZA 00-50-C2 (hex) Conformative Systems, Inc. 3E8000-3E8FFF (base 16) Conformative Systems, Inc. 4516 Seton Center Parkway Austin TX 78759 US 00-50-C2 (hex) 4g Technologies, L.P. 3C3000-3C3FFF (base 16) 4g Technologies, L.P. 1900 Industrial Blvd. Colleyville TX 76034 US 00-50-C2 (hex) Micro-Measurements 3CD000-3CDFFF (base 16) Micro-Measurements 961 Wendell Blvd Wendell NC 27591 US 00-50-C2 (hex) Dilax Intelcom AG 3C9000-3C9FFF (base 16) Dilax Intelcom AG Fidlerstr. 2 Ermatingen Thurgau 8272 CH 00-50-C2 (hex) Net Optics 3C6000-3C6FFF (base 16) Net Optics 5303 Betsy Ross Drive Santa Clara California 95054 US 00-50-C2 (hex) Media Lab., Inc. 3B3000-3B3FFF (base 16) Media Lab., Inc. 3-6-7 Sotokanda Chiyoda-ku Tokyo 101-0021 JP 00-50-C2 (hex) Gilbarco Autotank AB 3B9000-3B9FFF (base 16) Gilbarco Autotank AB P.O. Box 11059 BROMMA SE-16111 SE 00-50-C2 (hex) Exavio Inc. 389000-389FFF (base 16) Exavio Inc. 3121 Jay Street Santa Clara California 95054 US 00-50-C2 (hex) Realtime Engineering AG 381000-381FFF (base 16) Realtime Engineering AG Rickenbacherstr. 29 Gelterkinden BL 4460 CH 00-50-C2 (hex) Precision System Science Co.,Ltd 386000-386FFF (base 16) Precision System Science Co.,Ltd 88 Kamihongou,Matsudo-shi Chiba 271-0064 JP 00-50-C2 (hex) IntelliDesign Pty Ltd 3A6000-3A6FFF (base 16) IntelliDesign Pty Ltd 99 Bluestone Circuit Seventeen Mile Rocks Queensland 4076 AU 00-50-C2 (hex) Jobin Yvon,Inc 35E000-35EFFF (base 16) Jobin Yvon,Inc 3880 Park Ave Edison NJ 08820 US 00-50-C2 (hex) F.Imm. S.r.L. 35F000-35FFFF (base 16) F.Imm. S.r.L. Viale delle Industrie 13/a ROVIGO RO 45100 IT 00-50-C2 (hex) VLSIP TECHNOLOGIES, INC 35B000-35BFFF (base 16) VLSIP TECHNOLOGIES, INC 750 PRESIDENTIAL DR RICHARDSON TEXAS 75081 US 00-50-C2 (hex) Minicom Advanced Systems Ltd 36E000-36EFFF (base 16) Minicom Advanced Systems Ltd 16 Hartom str Jerusalem 91450 IL 00-50-C2 (hex) Septentrio nv/sa 363000-363FFF (base 16) Septentrio nv/sa Ubicenter Leuven BE-3001 BE 00-50-C2 (hex) SkipJam 33C000-33CFFF (base 16) SkipJam 386 North Street Greenwich CT 06830 US 00-50-C2 (hex) ads-tec GmbH 344000-344FFF (base 16) ads-tec GmbH Raiffeisenstrasse 14 Leinfelden-Echterdingen BW 70771 DE 00-50-C2 (hex) St. Michael Strategies 342000-342FFF (base 16) St. Michael Strategies 701, Salaberry Chambly Quebec J3L 1R2 CA 00-50-C2 (hex) ACT 345000-345FFF (base 16) ACT Unit C1, South City Business Center Tallaght Dublin IE 00-50-C2 (hex) biokeysystem 346000-346FFF (base 16) biokeysystem 2f, 170-13, guro3-dong, guro-gu seoul 152-847 KR 00-50-C2 (hex) Finesystem Co., Ltd 351000-351FFF (base 16) Finesystem Co., Ltd FINE BLDG. 2F HACHIOUJI TOKYO-TO 192-0032 JP 00-50-C2 (hex) Ernitec A/S 338000-338FFF (base 16) Ernitec A/S Hoerkaer 24 Herlev 2730 DK 00-50-C2 (hex) Radix Corporation 333000-333FFF (base 16) Radix Corporation 4855 Wiley Post Way Salt Lake City Utah 84116 US 00-50-C2 (hex) UNIONDIGITAL.,CO.LTD 307000-307FFF (base 16) UNIONDIGITAL.,CO.LTD 34F,TM21,546-4 Gueui-dong, Seoul 143-721 KR 00-50-C2 (hex) Rackmaster Systems, Inc. 309000-309FFF (base 16) Rackmaster Systems, Inc. 5244 Valley Industrial Blvd. S. Shakopee MN 55379 US 00-50-C2 (hex) Navionics S.p.A. 326000-326FFF (base 16) Navionics S.p.A. via Vespucci 289 Viareggio Lucca I-55049 IT 00-50-C2 (hex) Digicontrole Lda 30F000-30FFFF (base 16) Digicontrole Lda Av. Eng. Arantes e Oliveira N°5 2° D Lisboa 1900-221 LIS PT 00-50-C2 (hex) SETARAM 30D000-30DFFF (base 16) SETARAM 7 Rue de l'oratoire CALUIRE rhone 69300 FR 00-50-C2 (hex) CYBERTRON CO., LTD. 310000-310FFF (base 16) CYBERTRON CO., LTD. 14F Hansihn IT Tower #235 Guro-Dong Guro-gu Seoul 152-050 KR 00-50-C2 (hex) Imax 329000-329FFF (base 16) Imax 2525 Speakman Drive Mississauga Ontario L5K 1B1 CA 00-50-C2 (hex) UXP 321000-321FFF (base 16) UXP 12 AVENUE PIERRE DE COUBERTIN SEYSSINET PARISET CEDEX ISERE 38174 FR 00-50-C2 (hex) Digital Multimedia Technologies Spa 32B000-32BFFF (base 16) Digital Multimedia Technologies Spa Via Zanella, 21 Lissone Milan 20035 IT 00-50-C2 (hex) SavvyCorp.com Ltd 2F8000-2F8FFF (base 16) SavvyCorp.com Ltd 4040 Palmer Court Naperville IL 60564 US 00-50-C2 (hex) Arthur Industries Inc., dba On Hold Media Group 2FB000-2FBFFF (base 16) Arthur Industries Inc., dba On Hold Media Group 6836 Dallas Pkwy Plano TX 75024 US 00-50-C2 (hex) COMERSON S.r.l. 304000-304FFF (base 16) COMERSON S.r.l. Via Lombardia, 15 Carate Brianza MILANO 20048 IT 00-50-C2 (hex) Geometrics, Inc. 2F1000-2F1FFF (base 16) Geometrics, Inc. 2190 Fortune Drive San Jose CA 95131 US 00-50-C2 (hex) Integrated System Solution Corp. 2D4000-2D4FFF (base 16) Integrated System Solution Corp. 3F,No.2-1, Industry E Rd., I, Science-based Industrial Park Hsinchu 300 TW 00-50-C2 (hex) Ross Video Limited 2CE000-2CEFFF (base 16) Ross Video Limited 8 John Street Iroquois Ontario CA 00-50-C2 (hex) Gerber Scientific Products, Inc. 2D3000-2D3FFF (base 16) Gerber Scientific Products, Inc. 83 Gerber Road South Windsor CT 06074 US 00-50-C2 (hex) Smarteye Corporation 2C2000-2C2FFF (base 16) Smarteye Corporation 2637 Bond Street Rochester Hills Michigan 48309 US 00-50-C2 (hex) Lipowsky Industrie-Elektronik GmbH 2BE000-2BEFFF (base 16) Lipowsky Industrie-Elektronik GmbH Roemerstr. 57 Darmstadt Hessen 64291 DE 00-50-C2 (hex) TA Instruments Ltd 2BB000-2BBFFF (base 16) TA Instruments Ltd 159 Lukens Drive New Castle Delaware 19720 US 00-50-C2 (hex) NORCO INDUSTRIAL TECHNOLOGY INC 2BA000-2BAFFF (base 16) NORCO INDUSTRIAL TECHNOLOGY INC UNIT 211-739 BIRCHMOUNT ROAD TORONTO ON M1K 1R6 CA 00-50-C2 (hex) SYN-TECH SYSTEMS INC 2D8000-2D8FFF (base 16) SYN-TECH SYSTEMS INC PO BOX 5258 TALLAHASSEE FLORIDA 32314 US 00-50-C2 (hex) Micro System Architecturing srl 2A7000-2A7FFF (base 16) Micro System Architecturing srl Via della Tecnica 8/P Agrate Brianza Milano 20041 IT 00-50-C2 (hex) West-Com Nurse Call Systems, Inc. 2A3000-2A3FFF (base 16) West-Com Nurse Call Systems, Inc. PO Box 640 Danville CA 94526 US 00-50-C2 (hex) Quest Retail Technology Pty Ltd 2AE000-2AEFFF (base 16) Quest Retail Technology Pty Ltd 37-39 Walsh Street Thebarton South Australia 5031 AU 00-50-C2 (hex) DEUTA Werke GmbH 2AA000-2AAFFF (base 16) DEUTA Werke GmbH ET Bergisch Gladbach NRW 51465 DE 00-50-C2 (hex) Globe Wireless 29D000-29DFFF (base 16) Globe Wireless 2300 Commerce Park Drive Palm Bay Florida 32905 US 00-50-C2 (hex) SELEX Communications Ltd 29E000-29EFFF (base 16) SELEX Communications Ltd Liverpool Digital, Baird House Liverpool Fairfield L7 9NJ GB 00-50-C2 (hex) Baudisch Electronic GmbH 29F000-29FFFF (base 16) Baudisch Electronic GmbH Im Gewerbegebiet 7 Waeschenbeuren 73116 DE 00-50-C2 (hex) Real Time Systems 28A000-28AFFF (base 16) Real Time Systems 108 E. Austin St Fredericksburg Tx 78624 US 00-50-C2 (hex) RPM Systems Corporation 288000-288FFF (base 16) RPM Systems Corporation 17371 NE 67th Court Redmond Washington 98052 US 00-50-C2 (hex) Orion Technologies,LLC 28B000-28BFFF (base 16) Orion Technologies,LLC 12605 Challenger Parkway Suite 130 Orlando FL 32826 US 00-50-C2 (hex) Harvad University 298000-298FFF (base 16) Harvad University 17 Oxford St. Cambridge MA 01238 US 00-50-C2 (hex) LOGOSOL, INC. 295000-295FFF (base 16) LOGOSOL, INC. 5041 Robert J. Mathews Parkway El Dorado Hills CA 95762 US 00-50-C2 (hex) IP Unity 293000-293FFF (base 16) IP Unity 475 Sycamore Drive Milpitas CA 94535 US 00-50-C2 (hex) CHAUVIN ARNOUX 291000-291FFF (base 16) CHAUVIN ARNOUX LA QUEUE DEVEE REUX PONT L EVEQUE 14130 FR 00-50-C2 (hex) LinkSecurity A/S 27B000-27BFFF (base 16) LinkSecurity A/S Glerupvej 20 Rødovre 2610 DK 00-50-C2 (hex) FG SYNERYS 26A000-26AFFF (base 16) FG SYNERYS 19, impasse Fourcaran TOULOUSE 31021 FR 00-50-C2 (hex) Continental Gateway Limited 26B000-26BFFF (base 16) Continental Gateway Limited Unit A, 6/F., Two Chinachem Plaza, Central HK 00-50-C2 (hex) Parabit Systems 268000-268FFF (base 16) Parabit Systems One Shore Road Glenwood Landing NY 11547 US 00-50-C2 (hex) AnaLogic Computers Ltd. 27E000-27EFFF (base 16) AnaLogic Computers Ltd. 13-17 Kende Str. Budapest H-1111 HU 00-50-C2 (hex) T/R Systems, Inc. 277000-277FFF (base 16) T/R Systems, Inc. 1300 Oakbrook Drive Norcross GA 30093 US 00-50-C2 (hex) Vansco Electronics Oy 263000-263FFF (base 16) Vansco Electronics Oy PO Box 86 FORSSA FIN-30101 FI 00-50-C2 (hex) ATOM GIKEN Co.,Ltd. 266000-266FFF (base 16) ATOM GIKEN Co.,Ltd. 92-2 KATASE FUJISAWA KANAGAWA 251-0032 JP 00-50-C2 (hex) intec GmbH 244000-244FFF (base 16) intec GmbH Rahmedestr. 90 Luedenscheid NRW 58507 DE 00-50-C2 (hex) Bender GmbH & Co. KG 249000-249FFF (base 16) Bender GmbH & Co. KG Londorfer Straße 65 35305 Grünberg 1161 DE 00-50-C2 (hex) Softhill Technologies Ltd. 25C000-25CFFF (base 16) Softhill Technologies Ltd. 1329 Una Way Port Coquitlam British Columbia V3C 2V1 CA 00-50-C2 (hex) RDTECH 25D000-25DFFF (base 16) RDTECH 505, boul Parc Technologique Quebec G1P 4S9 CA 00-50-C2 (hex) ads-tec GmbH 252000-252FFF (base 16) ads-tec GmbH Raiffeisenstr. 14 Leinfelden-Echterdingen BW 70771 DE 00-50-C2 (hex) ACD Elektronik GmbH 250000-250FFF (base 16) ACD Elektronik GmbH Industriegebiet Engelberg 2 Achstetten 88480 DE 00-50-C2 (hex) Dixtal Biomedica Ind. Com. Ltda. 248000-248FFF (base 16) Dixtal Biomedica Ind. Com. Ltda. R. Eng. Francisco Pitta Brito, 703 São Paulo SP 04753080 BR 00-50-C2 (hex) MITE Hradec Kralove, s.r.o. 25E000-25EFFF (base 16) MITE Hradec Kralove, s.r.o. Veverkova 1343 Hradec Kralove CZ 500 02 CZ 00-50-C2 (hex) Winford Engineering 25B000-25BFFF (base 16) Winford Engineering 4169 Four Mile Road Bay City MI 48706 US 00-50-C2 (hex) Omicron Ceti AB 259000-259FFF (base 16) Omicron Ceti AB Borgarfjordsgatan 7 KISTA STOCKHOLM SE-16440 SE 00-50-C2 (hex) Digicast Networks 257000-257FFF (base 16) Digicast Networks 204 Rod Circle Middletown MD 21769 US 00-50-C2 (hex) Gauging Systems Inc 23D000-23DFFF (base 16) Gauging Systems Inc 910A Industrial Blvd Sugar Land TX 77478-2828 US 00-50-C2 (hex) HTEC Limited 22F000-22FFFF (base 16) HTEC Limited George Curl Way Southampton Hampshire SO18 2RX GB 00-50-C2 (hex) Tandata Systems Ltd 237000-237FFF (base 16) Tandata Systems Ltd Richmond House Newbury Berkshire RG14 1QY GB 00-50-C2 (hex) Silverback Systems 234000-234FFF (base 16) Silverback Systems 695 Campbell Technology Pkwy Campbell CA 95008 US 00-50-C2 (hex) Halliburton - NUMAR 23F000-23FFFF (base 16) Halliburton - NUMAR 710 Stockton Drive Exton PA 19341 US 00-50-C2 (hex) Chantry Networks 23A000-23AFFF (base 16) Chantry Networks 1900 Minnesota Court Mississauga Ontario L5N 3C9 CA 00-50-C2 (hex) Intrinsity 22C000-22CFFF (base 16) Intrinsity 11612 Bee Caves Road Austin TX 78738 US 00-50-C2 (hex) Aeroflex GmbH 219000-219FFF (base 16) Aeroflex GmbH Gutenbergstrasse 2-4 Ismaning Bavaria 85737 DE 00-50-C2 (hex) Hochschule für Technik, Wirtschaft und Kultur Leipzig (FH) 211000-211FFF (base 16) Hochschule für Technik, Wirtschaft und Kultur Leipzig (FH) Wächterstraße 13 Leipzig Saxonia D-04107 DE 00-50-C2 (hex) Rafael 20B000-20BFFF (base 16) Rafael Library dep. C0-900 Haifa 31009 IL 00-50-C2 (hex) Ross Video Limited 226000-226FFF (base 16) Ross Video Limited 8 John St. Iroquois ON K0E 1K0 CA 00-50-C2 (hex) visicontrol GmbH 223000-223FFF (base 16) visicontrol GmbH Ettishofer Straße 8 Weingarten Baden-Württemberg 88250 DE 00-50-C2 (hex) Solectron Ind.Com.Servs.Exportadora do Brasil Ltda. 207000-207FFF (base 16) Solectron Ind.Com.Servs.Exportadora do Brasil Ltda. ROD. CAMPINAS-MOGI MIRIM, KM 133 JAGUARIUNA São Paulo 13820-000 BR 00-50-C2 (hex) Vocality International Ltd 203000-203FFF (base 16) Vocality International Ltd Lydling Barn Shackleford Surrey GU8 6AP GB 00-50-C2 (hex) Audio Riders Oy 202000-202FFF (base 16) Audio Riders Oy Jarvihaantie 4 Klaukkala 01800 FI 00-50-C2 (hex) Ranch Networks 1E9000-1E9FFF (base 16) Ranch Networks 65 Rt. 34 Morganville NJ 07751 US 00-50-C2 (hex) SKY Computers, Inc. 1F1000-1F1FFF (base 16) SKY Computers, Inc. 27 Industrial Ave Chelmsford Mass 01824 US 00-50-C2 (hex) SystIng 205000-205FFF (base 16) SystIng Schmalholzstr. 17 Kaufering bavaria 86916 DE 00-50-C2 (hex) shanghai trend intelligent systems CO.,LTD 1D6000-1D6FFF (base 16) shanghai trend intelligent systems CO.,LTD floor 10,xinan building,NO.200,zhennin R shanghai 200040 CN 00-50-C2 (hex) Lulea University of Technology 1DF000-1DFFFF (base 16) Lulea University of Technology University Campus Lulea Norrbotten SE-971 87 SE 00-50-C2 (hex) EmCom Technology Inc. 1B9000-1B9FFF (base 16) EmCom Technology Inc. 7F, 219, Sec. 3, Nanking E. Rd., Taipei 104 TW 00-50-C2 (hex) MosChip USA 1B7000-1B7FFF (base 16) MosChip USA 3335 Kifer Rd Santa Clara CA 95051 US 00-50-C2 (hex) Home Director, Inc 1AE000-1AEFFF (base 16) Home Director, Inc 3751-A South Alston Ave. Durham NC 27713 US 00-50-C2 (hex) BLANKOM Antennentechnik GmbH 1B0000-1B0FFF (base 16) BLANKOM Antennentechnik GmbH Bahnhofstr. 39 Bad Blankenburg Deutschland D-07422 DE 00-50-C2 (hex) Email Metering 1BB000-1BBFFF (base 16) Email Metering Joynton Avenue Zetland New South Wales 2017 AU 00-50-C2 (hex) quantumBEAM Limited 1CB000-1CBFFF (base 16) quantumBEAM Limited Abbey Barns Ickleton Cambridgeshire CB10 1SX GB 00-50-C2 (hex) Remia s.r.o. 1AD000-1ADFFF (base 16) Remia s.r.o. Letna 42 Kosice KE 04001 SK 00-50-C2 (hex) Artec Design 19C000-19CFFF (base 16) Artec Design Teaduspargi 6/1 Tallinn 12618 EE 00-50-C2 (hex) Alpha Beta Technologies, Inc. 1A7000-1A7FFF (base 16) Alpha Beta Technologies, Inc. 3112 12th Ave. S.W. Huntsville AL 35805 US 00-50-C2 (hex) BitBox Ltd 1AA000-1AAFFF (base 16) BitBox Ltd Whitney Road Basingstoke Hampshire RG24 8NS GB 00-50-C2 (hex) SCA Data Systems 1A0000-1A0FFF (base 16) SCA Data Systems 3400 Airport Ave Santa Monica CA 90405 US 00-50-C2 (hex) NORCO 1A5000-1A5FFF (base 16) NORCO 5# QUNYINGKEJIYUAN BEIJIN 100084 CN 00-50-C2 (hex) SPARR ELECTRONICS LTD 18E000-18EFFF (base 16) SPARR ELECTRONICS LTD 43, HMT MAIN RD BANGALORE KARNATAKA 560054 IN 00-50-C2 (hex) Partner Voxstream A/S 191000-191FFF (base 16) Partner Voxstream A/S Trekanten 17 Vojens DK-6500 DK 00-50-C2 (hex) CCII Systems (Pty) Ltd 18D000-18DFFF (base 16) CCII Systems (Pty) Ltd Unit 3, 67 Rosmead Avenue Cape Town Cape 7708 ZA 00-50-C2 (hex) Hunter Technology Inc. 017000-017FFF (base 16) Hunter Technology Inc. 1408, Woolim e-biz Center, Seoul KR 00-50-C2 (hex) Opus Telecom Inc. 00D000-00DFFF (base 16) Opus Telecom Inc. 11 Herbert St. Framingham MA 01702 US 00-50-C2 (hex) Postec Data Systems Ltd. 16D000-16DFFF (base 16) Postec Data Systems Ltd. PO Box 302-230 NZ 00-50-C2 (hex) Private 064000-064FFF (base 16) Private 00-50-C2 (hex) PMC 16E000-16EFFF (base 16) PMC 56, Avenue Raspail Saint Maur FR 00-50-C2 (hex) Private 062000-062FFF (base 16) Private 00-50-C2 (hex) nCore, Inc. 157000-157FFF (base 16) nCore, Inc. 2870 Perrowville Rd. Forest VA 24551 US 00-50-C2 (hex) Communication Solutions, Inc. 158000-158FFF (base 16) Communication Solutions, Inc. P.O. Box 43550 Baltimore MD 21236-0550 US 00-50-C2 (hex) Enea Real Time AB 155000-155FFF (base 16) Enea Real Time AB Drauegatan 7 Goteborg SE-41250 SE 00-50-C2 (hex) Uniwell Systems (UK) Ltd. 137000-137FFF (base 16) Uniwell Systems (UK) Ltd. Uniwell Building, Challenge Way Blackburn Lancashire BB1 5US GB 00-50-C2 (hex) Alltec GmbH 148000-148FFF (base 16) Alltec GmbH Seelandstr. 67 Lubeck 23569 DE 00-50-C2 (hex) Carl Baasel Lasertechnik GmbH 0F6000-0F6FFF (base 16) Carl Baasel Lasertechnik GmbH Petersbrunner Str. 1b 82319 Starnberg DE 00-50-C2 (hex) Corinex Global 14E000-14EFFF (base 16) Corinex Global Klukata 6, P.O. Box 160 Bratislava 820 05 SK 00-50-C2 (hex) Torse 150000-150FFF (base 16) Torse Waldrainstrasse 11 Koeniz 3098 CH 00-50-C2 (hex) Tensilica, Inc. 136000-136FFF (base 16) Tensilica, Inc. 3255-G Scott Blvd. Santa Clara CA 95054 US 00-50-C2 (hex) MaxLinear Hispania S.L.U. 126000-126FFF (base 16) MaxLinear Hispania S.L.U. Ronda Narcis Monturiol Estarriol, 11D Paterna 46980 ES 00-50-C2 (hex) Pycon, Inc. 128000-128FFF (base 16) Pycon, Inc. 3301 Leonard Ct. Santa Clara CA 95054 US 00-50-C2 (hex) Destiny Networks, Inc. 11D000-11DFFF (base 16) Destiny Networks, Inc. 15790 Monterey Rd., Suite 300 Morgan Hill CA 95037 US 00-50-C2 (hex) COE Limited 121000-121FFF (base 16) COE Limited Photon House Leeds LS12 1EG GB 00-50-C2 (hex) Volvo Car Corporation 11E000-11EFFF (base 16) Volvo Car Corporation Dept. 50910, TJA2N SE-40508 Goteborg SE 00-50-C2 (hex) Tokai Soft Corporation 124000-124FFF (base 16) Tokai Soft Corporation 6-55 Nagaosacho, Nakamuraku Nagoya City, Aichi JP 00-50-C2 (hex) Quinx AG 10A000-10AFFF (base 16) Quinx AG Hauptstrasse 115 CH-5732 Zetzwil CH 00-50-C2 (hex) Endusis Limited 111000-111FFF (base 16) Endusis Limited Strawberry How Business Centre Cockermouth Cumbria CA13 9XQ GB 00-50-C2 (hex) ENTTEC Pty Ltd. 075000-075FFF (base 16) ENTTEC Pty Ltd. po box 4051 ringwood vic 3134 AU 00-50-C2 (hex) Compuworx 112000-112FFF (base 16) Compuworx 141-143 Szabadsag U. 2040 Budaors HU 00-50-C2 (hex) MATSUOKA 106000-106FFF (base 16) MATSUOKA kishimachi 2-9-17-102 Tokyo-to JP 00-50-C2 (hex) Million Tech Development Ltd. 102000-102FFF (base 16) Million Tech Development Ltd. Unit D, s/F., Leroy Plaza Cheung Sha Wan, Kowloon HK 00-50-C2 (hex) Spectra Technologies Holding Co., Ltd. 0F5000-0F5FFF (base 16) Spectra Technologies Holding Co., Ltd. Unit 1301-09, 19-20 193 Prince Edward Road West HK 00-50-C2 (hex) iREZ Technologies LLC 0EB000-0EBFFF (base 16) iREZ Technologies LLC 15020 N 74th St. Scottsdale AZ 85260 US 00-50-C2 (hex) Collabo Tec. Co., Ltd. 0E4000-0E4FFF (base 16) Collabo Tec. Co., Ltd. 5-2, 2-chome, Shinryoudai Hyougo-Ken 655-0041 JP 00-50-C2 (hex) Innovation Institute, Inc. 0DF000-0DFFFF (base 16) Innovation Institute, Inc. PO Box 9359 Caguas PR 00726-9359 US 00-50-C2 (hex) Cyberex 0DB000-0DBFFF (base 16) Cyberex 5335 Avion Park Dr. Highland Heights OH 44143 US 00-50-C2 (hex) Zelax 0D5000-0D5FFF (base 16) Zelax Office 8, 146, Zelenograd Moscow 103305 RU 00-50-C2 (hex) Real World Computing Partnership 0D2000-0D2FFF (base 16) Real World Computing Partnership 2-5-12 Higashi-Kanda Chiyoda-ku Tokyo 101-0031 JP 00-50-C2 (hex) Loewe Opta GmbH 0D9000-0D9FFF (base 16) Loewe Opta GmbH Industriestrasse 11 Kronach 96317 DE 00-50-C2 (hex) Alchemy Semiconductor, Inc. 0C2000-0C2FFF (base 16) Alchemy Semiconductor, Inc. 7800 Shoal Creek Blvd. Austin TX 78757 US 00-50-C2 (hex) RF Applications, Inc. 09C000-09CFFF (base 16) RF Applications, Inc. 7345 Production Drive Mentor OH 44060 US 00-50-C2 (hex) J D Richards 0CA000-0CAFFF (base 16) J D Richards 12840 Earhart Ave. Auburn CA 95602 US 00-50-C2 (hex) AlphaMedia Co., Ltd 0CC000-0CCFFF (base 16) AlphaMedia Co., Ltd Technical Center Shimoyamatedori Chuoku Kobe Hyogo JP 00-50-C2 (hex) PCSC 0CF000-0CFFFF (base 16) PCSC 3541 Challenger St. Torrance CA 90503 US 00-50-C2 (hex) BMC Messsysteme GmbH 0AD000-0ADFFF (base 16) BMC Messsysteme GmbH Peter-Henlein-Str. 4 82140 Olching DE 00-50-C2 (hex) ApSecure Technologies (Canada), Inc. 0B6000-0B6FFF (base 16) ApSecure Technologies (Canada), Inc. 4603 Kinsway, Suite 402 Burnby British Columbia V5H 4M4 CA 00-50-C2 (hex) Stella Electronics & Tagging 0BE000-0BEFFF (base 16) Stella Electronics & Tagging Technopole de Chateau Gombert 13013 Marseille FR 00-50-C2 (hex) WaterCove Networks 0A7000-0A7FFF (base 16) WaterCove Networks 6 New England Executive Park Burlington MA 01803 US 00-50-C2 (hex) NBO Development Center Sekusui Chemical Co. Ltd. 09A000-09AFFF (base 16) NBO Development Center Sekusui Chemical Co. Ltd. 32 Wadai, Tsukuba-shi Ibaraki, 300-4292 JP 00-50-C2 (hex) Case Information & Communications 099000-099FFF (base 16) Case Information & Communications 18F Daishin Bldg., 395-68 Seoul KR 00-50-C2 (hex) MetaWave Vedeo Systems 09F000-09FFFF (base 16) MetaWave Vedeo Systems 11 Kingsclere Park Kingsclere, Newbury Berkshire RG20 4SW GB 00-50-C2 (hex) TELINC Corporation 088000-088FFF (base 16) TELINC Corporation 22 Springdale Rd. Cherry Hill NJ 08003 US 00-50-C2 (hex) GFI Chrono Time 082000-082FFF (base 16) GFI Chrono Time 121 rue des Guillees CHAURAY 79180 FR 00-50-C2 (hex) Trikon Technologies Ltd. 07B000-07BFFF (base 16) Trikon Technologies Ltd. Ringland Way Gwent NP18 2TA GB 00-50-C2 (hex) NCast Corporation 06B000-06BFFF (base 16) NCast Corporation 4677 Old Ironsides Drive, Suite 430 Santa Clara CA 95054-1826 US 00-50-C2 (hex) Digital Services Group 06F000-06FFFF (base 16) Digital Services Group PO Box 36848 Birmingham AL 35236 US 00-50-C2 (hex) Katchall Technologies Group 070000-070FFF (base 16) Katchall Technologies Group 5800 Creek Road Cincinnati OH 45242 US 00-50-C2 (hex) Avtron Manufacturing Inc. 06E000-06EFFF (base 16) Avtron Manufacturing Inc. 7900 East Pleasant Valley Rd. Independence OH 44131 US 00-50-C2 (hex) Malden Electronics Ltd 05F000-05FFFF (base 16) Malden Electronics Ltd 2 High Street Ewell Surrey KT17 1SJ GB 00-50-C2 (hex) Seabridge 068000-068FFF (base 16) Seabridge PO Box 470 Hod Hasharon 45800 IL 00-50-C2 (hex) EC Elettronica S.R.L. 069000-069FFF (base 16) EC Elettronica S.R.L. Via Industriale TR. 3, 15 25060 Cellatica (BS) IT 00-50-C2 (hex) Lite F GmBH 057000-057FFF (base 16) Lite F GmBH PO Box 774 79007 Freiburg DE 00-50-C2 (hex) San Castle Technologies, Inc. 055000-055FFF (base 16) San Castle Technologies, Inc. 2375 Zanker Rd. San Jose CA 95131 US 00-50-C2 (hex) Sonifex Ltd 05A000-05AFFF (base 16) Sonifex Ltd 61 Station Road Irthlingborough Northants NN9 5QE England GB 00-50-C2 (hex) Base 2 056000-056FFF (base 16) Base 2 3/28 Pritchard Rd. Virginia Queensland 4014 AU 00-50-C2 (hex) Industrial Electronic Engineers, Inc. 04E000-04EFFF (base 16) Industrial Electronic Engineers, Inc. 7740 Lemona Ave. Van Nuys CA 91409-9234 US 00-50-C2 (hex) ISDN Gateway Technology AG 03D000-03DFFF (base 16) ISDN Gateway Technology AG Karlstrasse 5 CH-8610 Uster CH 00-50-C2 (hex) Cybectec Inc. 048000-048FFF (base 16) Cybectec Inc. 8165 rue du Mistral #100 Charny Quebec G6X 3R8 CA 00-50-C2 (hex) PLLB Elettronica SPA 03A000-03AFFF (base 16) PLLB Elettronica SPA Via Carducce 39 20099 Sesto San Giovanni Milano IT 00-50-C2 (hex) Industrial Control Links 027000-027FFF (base 16) Industrial Control Links 12840 Earhart Ave. Auburn CA 95602 US 00-50-C2 (hex) The Frensch Corporation (Pty) Ltd. 028000-028FFF (base 16) The Frensch Corporation (Pty) Ltd. P.O. Box 21008 GICP Gabrone BW 00-50-C2 (hex) Sinetica Corp 02F000-02FFFF (base 16) Sinetica Corp Singleton Court Monmouth NP53AH GB 00-50-C2 (hex) Princeton Gamma Tech 01D000-01DFFF (base 16) Princeton Gamma Tech 1010 Commerce Park Dr. Old Ridge TN 37830 US 00-50-C2 (hex) XLN-t 00F000-00FFFF (base 16) XLN-t Waran De Straat 9B BE 00-50-C2 (hex) Densitron Technologies Ltd A7E000-A7EFFF (base 16) Densitron Technologies Ltd Saxon Way Royston Herts SG8 6DN GB 00-50-C2 (hex) ProPhotonix ACC000-ACCFFF (base 16) ProPhotonix 3020 Euro Business Park Co Cork Little Island n/A IE 40-D8-55 (hex) VITEC 054000-054FFF (base 16) VITEC 99, rue Pierre Semard Chatillon Ile de France 92324 FR 00-50-C2 (hex) DEUTA-WERKE GmbH DA4000-DA4FFF (base 16) DEUTA-WERKE GmbH Paffrather Str. 140 Bergisch Gladbach Northrhine Westfalia 51465 DE 00-50-C2 (hex) DEUTA-WERKE GmbH E44000-E44FFF (base 16) DEUTA-WERKE GmbH Paffrather Str. 140 Bergisch Gladbach Northrhine Westfalia 51465 DE 00-50-C2 (hex) AutomationX GmbH 7FA000-7FAFFF (base 16) AutomationX GmbH Teslastraße 8 Grambach Stmk 8074 AT 00-50-C2 (hex) Saia-Burgess Controls AG D9A000-D9AFFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) TERACOM TELEMATICA S.A 025000-025FFF (base 16) TERACOM TELEMATICA S.A RUA AMERICA N.1000 Eldorado do Sul - RS Brazil BR 00-50-C2 (hex) Elbit Systems of America 761000-761FFF (base 16) Elbit Systems of America 4700 Marine Creek Parkway Fort Worth TX 76179 US 40-D8-55 (hex) Chengdu Meihuan Technology Co., Ltd 1DF000-1DFFFF (base 16) Chengdu Meihuan Technology Co., Ltd Floor 17,Building D6,Tianfu Software Park, Chengdu Sichuan 610041 CN 00-50-C2 (hex) Honeywell B0B000-B0BFFF (base 16) Honeywell 13350 US Hwy 19 North Clearwater FL 33764-7290 US 00-50-C2 (hex) Honeywell F55000-F55FFF (base 16) Honeywell 13350 US Hwy 19 N Clearwater 33764 US 00-50-C2 (hex) Alro Information Systems SA 3EA000-3EAFFF (base 16) Alro Information Systems SA Route d'Onnens 1 Neyruz FR CH-1740 CH 40-D8-55 (hex) YUYAMA MFG Co.,Ltd 0FF000-0FFFFF (base 16) YUYAMA MFG Co.,Ltd 3-3-1 TOYONAKASHI OSAKA 561-0841 JP 00-50-C2 (hex) YUYAMA MFG Co.,Ltd EEC000-EECFFF (base 16) YUYAMA MFG Co.,Ltd 3-3-1 TOYONAKASHI OSAKA 561-0841 JP 00-50-C2 (hex) Scame Sistemi srl 452000-452FFF (base 16) Scame Sistemi srl Via Lombardia N°5 ARLUNO MI 20010 IT 40-D8-55 (hex) TECHBOARD SRL 165000-165FFF (base 16) TECHBOARD SRL VIA DELLA SCIENZA 50 MODENA Modena 41122 IT 00-50-C2 (hex) Imarda New Zealand Limited 1DC000-1DCFFF (base 16) Imarda New Zealand Limited Suite G16, National Innovation Centre, Eveleigh NSW 2015 NZ 00-50-C2 (hex) DiTEST Fahrzeugdiagnose GmbH 926000-926FFF (base 16) DiTEST Fahrzeugdiagnose GmbH ALTE POSTSTRASSE 152 A-8020 GRAZ STEIERMARK AT 00-50-C2 (hex) HYPERCHIP Inc. 08B000-08BFFF (base 16) HYPERCHIP Inc. 180 Peel St. Montreal Quebec H3C 2G7 CA 00-50-C2 (hex) Concepteers, LLC B2C000-B2CFFF (base 16) Concepteers, LLC 880 Bergen Ave Jersey City NJ 07306 US 00-50-C2 (hex) Exi Flow Measurement Ltd 945000-945FFF (base 16) Exi Flow Measurement Ltd Hawthorn Road Littlehampton West Sussex BN17 7LT GB 40-D8-55 (hex) QUANTAFLOW 0C9000-0C9FFF (base 16) QUANTAFLOW AVENUE DUPONT GRAVE HONFLEUR 14600 FR 00-50-C2 (hex) Triax A/S F63000-F63FFF (base 16) Triax A/S Bjornkaervej 3 Hornsyld Denmark 8783 DK 00-50-C2 (hex) Phytec Messtechnik GmbH 5A7000-5A7FFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 40-D8-55 (hex) Logical Product 0CD000-0CDFFF (base 16) Logical Product 2-25-5,matoba,minamiku Fukuoka Fukuoka 811-1314 JP 00-50-C2 (hex) Insitu, Inc C35000-C35FFF (base 16) Insitu, Inc 118 E Columbia River Way Bingen WA 98605 US 00-50-C2 (hex) InterEpoch Technology,INC. 0C4000-0C4FFF (base 16) InterEpoch Technology,INC. &f, No. 3, Alley 6, Lane 235 Taipei Hsien 000 TW 00-50-C2 (hex) Critical Link LLC FC6000-FC6FFF (base 16) Critical Link LLC 6712 Brooklawn Parkway Syracuse 13211 US 40-D8-55 (hex) An Chen Computer Co., Ltd. 044000-044FFF (base 16) An Chen Computer Co., Ltd. 2F.,No.37,Sec. 2, San Min Rd., New Taipei City 220 TW 00-50-C2 (hex) Delphi Display Systems, Inc. 301000-301FFF (base 16) Delphi Display Systems, Inc. 3160 Pullman Street Costa Mesa CA 92626 US 00-50-C2 (hex) Delphi Display Systems, Inc. 578000-578FFF (base 16) Delphi Display Systems, Inc. 3160 Pullman Street Costa Mesa CA 92626 US 00-50-C2 (hex) MedAvant Healthcare 4F0000-4F0FFF (base 16) MedAvant Healthcare 2533 Centennial Blvd Jeffersonville IN 47150 US 00-50-C2 (hex) PERAX 2BF000-2BFFFF (base 16) PERAX 48 rue de Fenouillet Saint ALBAN Haute garonne 31140 FR 40-D8-55 (hex) HORIBA ABX SAS 1BD000-1BDFFF (base 16) HORIBA ABX SAS rue du caducee Montpellier Herault 34000 FR 00-50-C2 (hex) HORIBA ABX SAS EF9000-EF9FFF (base 16) HORIBA ABX SAS rue du caducee Montpellier Herault 34000 FR 00-50-C2 (hex) Gogo BA CF5000-CF5FFF (base 16) Gogo BA 303 S. Technology Dr. Broomfield CO 80021 US 00-50-C2 (hex) DORLET SAU 5AF000-5AFFFF (base 16) DORLET SAU Albert Einstein 34 Vitoria Alava 01510 ES 00-50-C2 (hex) DORLET SAU 1E5000-1E5FFF (base 16) DORLET SAU Albert Einstein 34 Miñanoo Mayor ALAVA 01510 ES 00-50-C2 (hex) System Industrie Electronic GmbH EE2000-EE2FFF (base 16) System Industrie Electronic GmbH Millennium Park 12 Lustenau Vorarlberg 6890 AT 00-50-C2 (hex) On Air Networks 73B000-73BFFF (base 16) On Air Networks 302,Ansan Software Center Ansan-Si Gyenonggi-Do 425-130 KR 00-50-C2 (hex) MTD GmbH B48000-B48FFF (base 16) MTD GmbH Bahnhofstr. 24 Uffing am Staffelsee Bavaria 82449 DE 00-50-C2 (hex) DCNS 6FA000-6FAFFF (base 16) DCNS DCN Services Brest BREST 29228 FR 00-50-C2 (hex) Owasys Advanced Wireless Devices 374000-374FFF (base 16) Owasys Advanced Wireless Devices Parque Tecnologico, 207-B Zamudio Vizcaya E-48170 ES 00-50-C2 (hex) DAVE SRL 1EA000-1EAFFF (base 16) DAVE SRL via Talponedo 29/A Porcia PN 33170 IT 00-50-C2 (hex) DSP DESIGN 1B3000-1B3FFF (base 16) DSP DESIGN TAPTON PK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB 00-50-C2 (hex) Vocality International Ltd AFB000-AFBFFF (base 16) Vocality International Ltd Lydling Barn Shackleford Surrey GU8 6AP GB 40-D8-55 (hex) ACD Elektronik GmbH 0B7000-0B7FFF (base 16) ACD Elektronik GmbH Engelberg 2 Achstetten 88480 DE 00-50-C2 (hex) Telemetrie Elektronik GmbH 9D3000-9D3FFF (base 16) Telemetrie Elektronik GmbH Berliner Allee 42 Langenhagen Niedersachsen 30855 DE 00-50-C2 (hex) Rohde&Schwarz Topex SA 9EC000-9ECFFF (base 16) Rohde&Schwarz Topex SA 71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO 00-50-C2 (hex) Rohde&Schwarz Topex SA C9E000-C9EFFF (base 16) Rohde&Schwarz Topex SA 71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO 00-50-C2 (hex) Rohde&Schwarz Topex SA DD3000-DD3FFF (base 16) Rohde&Schwarz Topex SA 71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO 00-50-C2 (hex) Rohde&Schwarz Topex SA 855000-855FFF (base 16) Rohde&Schwarz Topex SA 71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO 00-50-C2 (hex) Rohde&Schwarz Topex SA E2A000-E2AFFF (base 16) Rohde&Schwarz Topex SA 71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO 00-50-C2 (hex) Rohde&Schwarz Topex SA EE4000-EE4FFF (base 16) Rohde&Schwarz Topex SA 71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO 40-D8-55 (hex) Rohde&Schwarz Topex SA 19A000-19AFFF (base 16) Rohde&Schwarz Topex SA 71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO 40-D8-55 (hex) Aplex Technology Inc. 0BC000-0BCFFF (base 16) Aplex Technology Inc. 2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN 40-D8-55 (hex) Aplex Technology Inc. 060000-060FFF (base 16) Aplex Technology Inc. 2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN 00-50-C2 (hex) Aplex Technology Inc. F08000-F08FFF (base 16) Aplex Technology Inc. 2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN 00-50-C2 (hex) Tecnint HTE SRL 0F8000-0F8FFF (base 16) Tecnint HTE SRL Via della tecnica 16/18 Osnago (Lecco) 23875 IT 00-50-C2 (hex) Wireless Cables Inc. 7F4000-7F4FFF (base 16) Wireless Cables Inc. 1414 Soquel Ave, Ste 212 Santa Cruz CA 95062 US 00-50-C2 (hex) RFL Electronics, Inc. DAC000-DACFFF (base 16) RFL Electronics, Inc. 353 Powerville Rd Boonton NJ 07005 US 00-50-C2 (hex) WaveIP F26000-F26FFF (base 16) WaveIP Teradion Ind Park Misgav Israel 20692 IL 00-50-C2 (hex) RealD C90000-C90FFF (base 16) RealD 5335 STERLING DRIVE BOULDER CO 80301 US 00-50-C2 (hex) RAFI GmbH & Co.KG 2B7000-2B7FFF (base 16) RAFI GmbH & Co.KG P.O. Box 2060 Ravensburg Baden-Württemberg 88190 DE 00-50-C2 (hex) ATH system 553000-553FFF (base 16) ATH system Osady Lezaku 498 Chrast 53851 CZ 00-50-C2 (hex) Linkwell Telesystems Pvt Ltd 3CC000-3CCFFF (base 16) Linkwell Telesystems Pvt Ltd B45, ELECTRONIC, COMPLEX, HYDERABAD ANDHRA PRADESH 500062 IN 00-50-C2 (hex) Sicon srl 7E9000-7E9FFF (base 16) Sicon srl Via Sila 1/3 Isola Vicentina Vicenza 36033 IT 00-50-C2 (hex) Sicon srl A92000-A92FFF (base 16) Sicon srl Via Sila 1/3 Isola Vicentina Vicenza 36033 IT 00-50-C2 (hex) American Microsystems, Ltd. FD5000-FD5FFF (base 16) American Microsystems, Ltd. 2190 Regal Pkwy Euless TX 76040 US 00-50-C2 (hex) Sicon srl CE2000-CE2FFF (base 16) Sicon srl Via Sila 1/3 Isola Vicentina Vicenza 36033 IT 00-50-C2 (hex) Sicon srl E0A000-E0AFFF (base 16) Sicon srl Via Sila 1/3 Isola Vicentina Vicenza 36033 IT 00-50-C2 (hex) Inhand Electronics, Inc. 398000-398FFF (base 16) Inhand Electronics, Inc. 30 W. Gude Drive Rockville MD 20850 US 00-50-C2 (hex) NewHer Systems 107000-107FFF (base 16) NewHer Systems Rivierensingel 598 5704 NV Helmond NL 40-D8-55 (hex) Advatek Lighting Pty Ltd 02F000-02FFFF (base 16) Advatek Lighting Pty Ltd 16 / 62 Ramset Drive Chirnside Park VIC 3116 AU 00-50-C2 (hex) IRTrans GmbH 527000-527FFF (base 16) IRTrans GmbH Hagener Strasse 512 Dortmund NRW 44227 DE 00-50-C2 (hex) Intune Networks 8A1000-8A1FFF (base 16) Intune Networks 9b Beckett Way Dublin 12 IE 00-50-C2 (hex) Integrated Design Tools, Inc. 7A8000-7A8FFF (base 16) Integrated Design Tools, Inc. 1804 Miccosukee Commons Drive Suite 208 Tallahassee FL 32308 US 00-50-C2 (hex) EKE-Electronics Ltd. 380000-380FFF (base 16) EKE-Electronics Ltd. Piispanportti 7 ESPOO - 02240 FI 00-50-C2 (hex) CLOOS ELECTRONIC GMBH A06000-A06FFF (base 16) CLOOS ELECTRONIC GMBH Industriestraße 34-36 Haiger Hessen 35708 DE 40-D8-55 (hex) Grossenbacher Systeme AG 0F1000-0F1FFF (base 16) Grossenbacher Systeme AG Spinnereistrasse 10 St. Gallen 9008 CH 00-50-C2 (hex) Autronica Fire And Securirty 4F3000-4F3FFF (base 16) Autronica Fire And Securirty Haakon VII's gate 4 Trondheim 7483 NO 00-50-C2 (hex) AIM BF0000-BF0FFF (base 16) AIM 21, avenue de la Plaine Fleurie MEYLAN 38240 FR 00-50-C2 (hex) Grupo Epelsa S.L. CFA000-CFAFFF (base 16) Grupo Epelsa S.L. C/ Albasanz, 6 y 8 Madrid 28037 ES 00-50-C2 (hex) Grupo Epelsa S.L. A24000-A24FFF (base 16) Grupo Epelsa S.L. C/ Albasanz, 6 y 8 Madrid 28037 ES 00-50-C2 (hex) IEEE Registration Authority F58000-F58FFF (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 00-50-C2 (hex) Veracity UK Ltd 9F0000-9F0FFF (base 16) Veracity UK Ltd 6 Barns Street Ayr South Ayrshire KA7 1XA GB 40-D8-55 (hex) NIPPON TECHNO LAB.,INC, 1DB000-1DBFFF (base 16) NIPPON TECHNO LAB.,INC, Hirakawacho Daiichi Seimai Building 5F Chiyoda-ku Tokyo 102-0093 JP 40-D8-55 (hex) FST21 Ltd. 1D5000-1D5FFF (base 16) FST21 Ltd. 33 Lazarov St. Rishon Le Zion Israel 75654 US 40-D8-55 (hex) TEWS Elektronik GmbH & Co. KG 1B7000-1B7FFF (base 16) TEWS Elektronik GmbH & Co. KG Sperberhorst 10 Hamburg 22459 DE 40-D8-55 (hex) Orion Systems, Inc 1B8000-1B8FFF (base 16) Orion Systems, Inc 3401 Masons Mill Rd Huntingdon Valley PA 19006 US 40-D8-55 (hex) MG S.r.l. 1CB000-1CBFFF (base 16) MG S.r.l. via Monte Bianco, 1 SOlbiate Olona VA 21058 IT 40-D8-55 (hex) KbDevice,Inc. 1BC000-1BCFFF (base 16) KbDevice,Inc. Takakura building F3 465-2 Senshouji-chou takatujitouri yanaginobannba nishiiru shimogyou-ku kyoto-shi kyoto-fu 600-8076 JP 40-D8-55 (hex) Inforce Computing Inc. 1B4000-1B4FFF (base 16) Inforce Computing Inc. 48820 Kato Road Fremont CA 94538 US 40-D8-55 (hex) HIPODROMO DE AGUA CALIENTE, S.A. DE C.V. 1A2000-1A2FFF (base 16) HIPODROMO DE AGUA CALIENTE, S.A. DE C.V. BLVD. AGUA CALIENTE 12027 TIJUANA BAJA CALIFORNIA 22420 MX 40-D8-55 (hex) cibite AG 1A4000-1A4FFF (base 16) cibite AG Posthof 4 Donauwoerth BY D-86609 DE 40-D8-55 (hex) Noritake Itron Corporation 1A3000-1A3FFF (base 16) Noritake Itron Corporation 670-5 Uchimi Taiki-cho Watarai-gun Mie-ken 519-2736 JP 40-D8-55 (hex) LUCEO 17B000-17BFFF (base 16) LUCEO 16 Rue Laënnec Vern Sur Seiche 35770 FR 40-D8-55 (hex) YAWATA ELECTRIC INDUSTRIAL CO.,LTD. 172000-172FFF (base 16) YAWATA ELECTRIC INDUSTRIAL CO.,LTD. 1-17-1 Ohmorihigashi Ohta-ku Tokyo 143-0012 JP 40-D8-55 (hex) Spider Tecnologia Ind. e Com Ltda 190000-190FFF (base 16) Spider Tecnologia Ind. e Com Ltda Rua Alencar Araripe,1440 São Paulo SP 04253-000 BR 40-D8-55 (hex) Kerun Visual Technology Co., Ltd.(Shenzhen) 18E000-18EFFF (base 16) Kerun Visual Technology Co., Ltd.(Shenzhen) Bldg 2, F/6, Zone S2 Shenzhen China 518000 CN 40-D8-55 (hex) RF Code 194000-194FFF (base 16) RF Code 9229 Waterford Centre Austin Tx 78758 US 40-D8-55 (hex) FORZA SILICON CORP. 193000-193FFF (base 16) FORZA SILICON CORP. 2947 BRADLEY ST. PASADENA CALIFORNIA 91107 US 40-D8-55 (hex) Satkirit Ltd 184000-184FFF (base 16) Satkirit Ltd 5 Chance St London E1 6GT GB 40-D8-55 (hex) KST technology 186000-186FFF (base 16) KST technology 164-1, KST b/d., Bangi-dong, songpa-gu SEOUL N/A 138-050 KR 40-D8-55 (hex) GD Mission Systems 16D000-16DFFF (base 16) GD Mission Systems 8220 E. Roosevelt St. Scottsdale AZ 85257 US 40-D8-55 (hex) TECHWAY 16B000-16BFFF (base 16) TECHWAY 19 avenue de Norvege Villebon sur Yvette France 91140 FR 40-D8-55 (hex) Servo-Robot Inc. 179000-179FFF (base 16) Servo-Robot Inc. 1370 Hocquart St-Bruno QC J3V 6E1 CA 40-D8-55 (hex) AHB Systeme GmbH 175000-175FFF (base 16) AHB Systeme GmbH Julius-Hatry-Str. 1 Mannheim Baden-Württemberg 68163 DE 40-D8-55 (hex) LUNA-NEXUS 162000-162FFF (base 16) LUNA-NEXUS Terasaki 2nd 6F, 1-8-29 Osaka 532-0004 JP 40-D8-55 (hex) iart 154000-154FFF (base 16) iart Muelhauserstrasse 111 Basel Basel-Stadt 4056 CH 40-D8-55 (hex) SQF Spezialelektronik GmbH 15B000-15BFFF (base 16) SQF Spezialelektronik GmbH Achimer Str.56 Oyten 28876 DE 40-D8-55 (hex) Spectratech Inc. 15C000-15CFFF (base 16) Spectratech Inc. 4-22-3-101 Kaminoge Setagayaku Tokyo 158-0093 JP 40-D8-55 (hex) Marposs S.p.A 14E000-14EFFF (base 16) Marposs S.p.A Via Saliceto 13 Bentivoglio Bologna 40010 IT 40-D8-55 (hex) SEIKO TIME SYSTEMS INC. 148000-148FFF (base 16) SEIKO TIME SYSTEMS INC. 2-4-3 Fukuzumi Koto-ku TOKYO 135-8610 JP 40-D8-55 (hex) Home Automation Europe 152000-152FFF (base 16) Home Automation Europe Joan Muyskenweg 22 Amsterdam 1096CJ NL 40-D8-55 (hex) GLOBALCOM ENGINEERING SRL 135000-135FFF (base 16) GLOBALCOM ENGINEERING SRL Via Volta 9 MORNAGO VA 21020 IT 40-D8-55 (hex) Akse srl 128000-128FFF (base 16) Akse srl Via Aldo Moro, 39 Reggio Emilia Italy 42124 IT 40-D8-55 (hex) DSP DESIGN 129000-129FFF (base 16) DSP DESIGN TAPTON PARK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB 40-D8-55 (hex) NSP Europe Ltd 12C000-12CFFF (base 16) NSP Europe Ltd Unit 5, Devonshire Business Park Borehamwood Hert WD6 1NA GB 40-D8-55 (hex) Key Systems, Inc. 141000-141FFF (base 16) Key Systems, Inc. PO Box G Fishers New York 14453 US 40-D8-55 (hex) InnoTrans Communications, Inc 140000-140FFF (base 16) InnoTrans Communications, Inc 22 Great Oaks Blvd, Ste #100 San Jose CA 95119 US 40-D8-55 (hex) IMPLE SISTEMAS ELETRONICOS EMBARCADOS LTDA 104000-104FFF (base 16) IMPLE SISTEMAS ELETRONICOS EMBARCADOS LTDA RUA DIVA GARVIA 1663 JUIZ DE FORA MINAS GERIAS 36060-300 BR 40-D8-55 (hex) Halliburton - Sperry Drilling Service 112000-112FFF (base 16) Halliburton - Sperry Drilling Service 3000 N. Sam Houston Pkwy E. Houston Texas 77032 US 40-D8-55 (hex) ATX Networks Ltd. 122000-122FFF (base 16) ATX Networks Ltd. 12 Halapid St. Petach-Tikva 49517 IL 40-D8-55 (hex) Peek Traffic Corporation 103000-103FFF (base 16) Peek Traffic Corporation 2906 Corporate Way Palmetto Florida 34221 US 40-D8-55 (hex) OOO Group of Industrial Technologies 119000-119FFF (base 16) OOO Group of Industrial Technologies Profsoyuznaya st. 124A Moscow Moscow 117321 RU 40-D8-55 (hex) ALPHA DESIGN CO.,LTD. 108000-108FFF (base 16) ALPHA DESIGN CO.,LTD. 1963-4 itoshima-city Fukuoka 819-1122 JP 40-D8-55 (hex) nanoTRONIC GmbH 11B000-11BFFF (base 16) nanoTRONIC GmbH Werkstrasse 27 Lyss Bern 3250 CH 40-D8-55 (hex) Uniscan LLC 116000-116FFF (base 16) Uniscan LLC Arbyzova st. 4/26 Novosibirsk NSO 630117 RU 40-D8-55 (hex) Rosslare Enterprises Limited 109000-109FFF (base 16) Rosslare Enterprises Limited Flat 912 Wing Fat Industrial Building Kowloon Bay Kowloon HK 40-D8-55 (hex) Keocko Holding Kft. 0E2000-0E2FFF (base 16) Keocko Holding Kft. 6000 Kecskemét Petőfi Sándor utca 11. 9. em. 11. HU 40-D8-55 (hex) STV Electronic GmbH 0E1000-0E1FFF (base 16) STV Electronic GmbH Hellweg 203-205 Schloss Holte Nordrhein Westfalen 33758 DE 40-D8-55 (hex) CST Group 0F5000-0F5FFF (base 16) CST Group 3012 Rodgerdale Road Houston TX 77042 US 40-D8-55 (hex) ECON Systems Inc. 0F3000-0F3FFF (base 16) ECON Systems Inc. 5414 Lamco Street Montgomery Alabama 36117 US 40-D8-55 (hex) Kyoritsu Electric Corp. 0E6000-0E6FFF (base 16) Kyoritsu Electric Corp. 60 Granton Drive Richmond Hill Ontario L4B 2N6 CA 40-D8-55 (hex) Medigus Ltd 0E3000-0E3FFF (base 16) Medigus Ltd Omer Industrial Park,Building 7A Omer 8496500 IL 40-D8-55 (hex) ARAGO SYSTEMS 0E4000-0E4FFF (base 16) ARAGO SYSTEMS 5, rue Soutrane Sophia Antipolis France métropolitaine 06560 FR 40-D8-55 (hex) WANTECH Networks 0EB000-0EBFFF (base 16) WANTECH Networks 7, rue Jemmapes MARSEILLE Bouches-du-Rhône 13001 FR 40-D8-55 (hex) HAMEG GmbH 0E9000-0E9FFF (base 16) HAMEG GmbH Industriestr. 6 Mainhausen 63533 DE 40-D8-55 (hex) GeneSys Elektronik GmbH 0EF000-0EFFFF (base 16) GeneSys Elektronik GmbH In der Spoeck 10 77656 Offenburg US 40-D8-55 (hex) YUKO ELECTRIC CO.,LTD 0D9000-0D9FFF (base 16) YUKO ELECTRIC CO.,LTD ICHIGAYA BUILDING 2002-12 TODA CITY SAITAMA 335-0021 JP 40-D8-55 (hex) First Design System Inc. 0A7000-0A7FFF (base 16) First Design System Inc. Tachibana Shinjyuku Bldg. 4F Shinjyuku-ku, Tokyo 1600023 JP 40-D8-55 (hex) Shenzhen SETEC Power Co.,Ltd 0BF000-0BFFFF (base 16) Shenzhen SETEC Power Co.,Ltd #199, Setec Industrial Park Nanshan District, Shenzhen Guangdong 518055 CN 40-D8-55 (hex) ACT 0C0000-0C0FFF (base 16) ACT Unit C1, South City Business Center Dublin IE 40-D8-55 (hex) T.W.S. srl 0B3000-0B3FFF (base 16) T.W.S. srl Viale Zaccagna 6 Carrara MS 54033 IT 40-D8-55 (hex) Nanjing TIANSU Automation Control System Co., Ltd. 0B1000-0B1FFF (base 16) Nanjing TIANSU Automation Control System Co., Ltd. Building 5, New Town Science & Technology Park Nanjing 210019 US 40-D8-55 (hex) insensiv GmbH 0C7000-0C7FFF (base 16) insensiv GmbH Heidsieker Heide 114 Bielefeld Nordrhein-Westfalen 33739 DE 40-D8-55 (hex) MITSUBISHI ELECTRIC SYSTEM & SERVICE CO.,LTD. 0B4000-0B4FFF (base 16) MITSUBISHI ELECTRIC SYSTEM & SERVICE CO.,LTD. 26-43,1-Chome,Yata,Higashi-ku Nagoya Aichi 461-0040 US 40-D8-55 (hex) PCH Engineering A/S 0BA000-0BAFFF (base 16) PCH Engineering A/S Ved Klaedebo 4 Horsholm 2970 DK 40-D8-55 (hex) ADVALY SYSTEM Inc. 0A1000-0A1FFF (base 16) ADVALY SYSTEM Inc. 7 KITA2 NISHI2 CYUO-KU SAPPORO HOKKAIDO 060-0002 JP 40-D8-55 (hex) NanoPulse, Inc. 09E000-09EFFF (base 16) NanoPulse, Inc. 1 Krasnoselskiy per., 3 pom. I, of. 75 Moscow 107140 RU 40-D8-55 (hex) Bascules Robbe nv 09F000-09FFFF (base 16) Bascules Robbe nv Noordlaan 7 Torhout West-Vlaanderen 8820 BE 40-D8-55 (hex) MeshWorks Wireless Oy 08B000-08BFFF (base 16) MeshWorks Wireless Oy Hermiankatu 6-8 H Tampere Suomi 33720 FI 40-D8-55 (hex) Comtel Electronics GmbH 096000-096FFF (base 16) Comtel Electronics GmbH Bretonischer Ring 11 Grasbrunn 85630 DE 40-D8-55 (hex) Telefrank GmbH 0A3000-0A3FFF (base 16) Telefrank GmbH Am Wildengrund 1 Altenambach TH 98553 DE 40-D8-55 (hex) Magnescale Co.,Ltd 08C000-08CFFF (base 16) Magnescale Co.,Ltd 45,Suzukawa Isehara Kanagawa 259-1146 JP 40-D8-55 (hex) DelfiSolutions A/S 079000-079FFF (base 16) DelfiSolutions A/S Augustenborglandevej 7 Sønderborg Denmark 6400 DK 40-D8-55 (hex) Sicon srl 081000-081FFF (base 16) Sicon srl Via Sila 1/3 Isola Vicentina Vicenza 36033 IT 40-D8-55 (hex) DSP DESIGN 086000-086FFF (base 16) DSP DESIGN TAPTON PARK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB 40-D8-55 (hex) Teraflops 075000-075FFF (base 16) Teraflops 1326 Monde Sojya city Okayama prefecture 7191156 JP 40-D8-55 (hex) elgris 06A000-06AFFF (base 16) elgris Krantzstr 7 Aachen NRW 52070 DE 40-D8-55 (hex) Wheatstone Corporation 07F000-07FFFF (base 16) Wheatstone Corporation 600 Industrial Drive New Bern NC 28562 US 40-D8-55 (hex) EPSa GmbH 05F000-05FFFF (base 16) EPSa GmbH Remschuetzer Strasse 1 Saalfeld/Saale Thuringia 07318 DE 40-D8-55 (hex) Tech Source Inc 062000-062FFF (base 16) Tech Source Inc 442 Northlake Blvd Altamonte Springs FL 32701 US 40-D8-55 (hex) Tronic Control ltd. 067000-067FFF (base 16) Tronic Control ltd. Nad Safinou I, 449 Vestec u Prahy 25242 CZ 40-D8-55 (hex) TeraTron GmbH 066000-066FFF (base 16) TeraTron GmbH Bunsenstr. 10 Gummersbach DE 51647 DE 40-D8-55 (hex) Shanghai o-solution electronics & Technology Co., Ltd. 023000-023FFF (base 16) Shanghai o-solution electronics & Technology Co., Ltd. 4226 Duzhuang Rd, Minhang District Shanghai Shanghai 201108 CN 40-D8-55 (hex) Digimerge Technology Inc 022000-022FFF (base 16) Digimerge Technology Inc 250 Royal Crest Court Markham Ontario L3R 3S1 CA 40-D8-55 (hex) Elgama Sistemos 02D000-02DFFF (base 16) Elgama Sistemos Visoriu g. 2 Vilniaus LT-08300 US 40-D8-55 (hex) Nomatronics 02B000-02BFFF (base 16) Nomatronics Kastanienweg 35E Diedrichshagen M/V 17498 DE 40-D8-55 (hex) SchulerControl GmbH 043000-043FFF (base 16) SchulerControl GmbH Richard-Schirrmannstr. 29 Titisee-Neustadt BW 79822 DE 40-D8-55 (hex) Schweers informationstechnologie GmbH 036000-036FFF (base 16) Schweers informationstechnologie GmbH Rudolf-Diesel-Str. 18 Meerbusch 40670 DE 40-D8-55 (hex) InventLab s.c. 02C000-02CFFF (base 16) InventLab s.c. ul. Czarodziejska 22 Wolka Kozodawska Masovian 05-502 PL 00-50-C2 (hex) MSR-Solutions GmbH FFF000-FFFFFF (base 16) MSR-Solutions GmbH Friedrich-Ebert-Straße 20/2 Wangen Baden-Württemberg 88239 DE 40-D8-55 (hex) A2S 01E000-01EFFF (base 16) A2S ZA Le Rival 2 Lafran 82130 FR 40-D8-55 (hex) BERG Cloud Limited 01C000-01CFFF (base 16) BERG Cloud Limited Epworth House London EC1Y 1AA GB 40-D8-55 (hex) Sencon Inc. 012000-012FFF (base 16) Sencon Inc. 6385 W. 74th Street Bedford Park IL 60638 US 40-D8-55 (hex) XRONOS.INC 000000-000FFF (base 16) XRONOS.INC SENDAGAYA1-9-6 TOKYO 151-0051 JP 40-D8-55 (hex) Vemotion 001000-001FFF (base 16) Vemotion Teleware House Thirsk North Yorkshire YO7 3BX GB 40-D8-55 (hex) Franke Aquarotter GmbH 017000-017FFF (base 16) Franke Aquarotter GmbH Parkstra Ludwigsfelde 14974 DE 00-50-C2 (hex) Touchless Biometric Systems AG FFD000-FFDFFF (base 16) Touchless Biometric Systems AG Rietbrunnen 2 Pfaeffikon SZ 8808 CH 00-50-C2 (hex) Spirent Communications FFC000-FFCFFF (base 16) Spirent Communications 541 Industrial Way West Eatontown New Jersey 07724 US 00-50-C2 (hex) Sparks Instruments SA FEE000-FEEFFF (base 16) Sparks Instruments SA Bodematta 12 Heitenried FR 1714 CH 00-50-C2 (hex) Axible Technologies FEB000-FEBFFF (base 16) Axible Technologies 425 Rue Jean Rostand Labège 31670 FR 00-50-C2 (hex) Scandinova Systems AB FE5000-FE5FFF (base 16) Scandinova Systems AB Ulltunaallen 2A UPPSALA 75651 SE 00-50-C2 (hex) Toptech Systems, Inc. FDD000-FDDFFF (base 16) Toptech Systems, Inc. 1124 Florida Central Parkway Longwood FL 32750 US 00-50-C2 (hex) Soudronic AG FCC000-FCCFFF (base 16) Soudronic AG Industriestrasse 35 Bergdietikon CH-8962 CH 00-50-C2 (hex) HSDC Sp. z o.o. FC3000-FC3FFF (base 16) HSDC Sp. z o.o. SNIADECKICH 10 VP Warszawa Mazowieckie 00-656 PL 00-50-C2 (hex) Hilkom digital GmbH FA6000-FA6FFF (base 16) Hilkom digital GmbH TecCenter 1 Bad Salzdetfurth Niedersachsen D-31162 US 00-50-C2 (hex) N-Hands GmbH und Co KG FA1000-FA1FFF (base 16) N-Hands GmbH und Co KG Kreuzgaerten 2 Idstein 65510 DE 00-50-C2 (hex) ADETEL GROUP FAC000-FACFFF (base 16) ADETEL GROUP 4, Chemin du Ruisseau ECULLY 69130 FR 00-50-C2 (hex) MATELEX FB1000-FB1FFF (base 16) MATELEX 2 RUE GUSTAVE EIFFEL TROYES 10430 US 00-50-C2 (hex) RE2 Inc F91000-F91FFF (base 16) RE2 Inc 4925 Harrison St Pittsburgh Pennsylvania 15201 US 00-50-C2 (hex) GPO F8E000-F8EFFF (base 16) GPO SK-Technopark B/D D-1007,8 #1345 Gwangmyeong-Si Gyeonggi-Do 423-050 KR 00-50-C2 (hex) EMAC, Inc. F8A000-F8AFFF (base 16) EMAC, Inc. 2390 EMAC Way Carbondale IL 62902 US 00-50-C2 (hex) Noralta Technologies Inc F70000-F70FFF (base 16) Noralta Technologies Inc 2350, 444 - 5 Ave S.W. Calgary Alberta T2P 2T8 CA 00-50-C2 (hex) MaxDeTec AG F72000-F72FFF (base 16) MaxDeTec AG Dorfstrasse 54 Thalwil Zurich 8800 CH 00-50-C2 (hex) Rong Jie(FuZhou)Electronics Co.,Ltd F76000-F76FFF (base 16) Rong Jie(FuZhou)Electronics Co.,Ltd No. 38, Jinqiao Road, Wuhan City, wuhan hubei 430000 CN 00-50-C2 (hex) OFI Inc. (dba 2D2C) F6A000-F6AFFF (base 16) OFI Inc. (dba 2D2C) 100 Hanson Avenue Kitchener Ontario N2C2E2 CA 00-50-C2 (hex) G3 Technologies F59000-F59FFF (base 16) G3 Technologies 2904 Back Acre Circle Mount Airy MD 21771 US 00-50-C2 (hex) Reach Technologies Inc. F57000-F57FFF (base 16) Reach Technologies Inc. 106 - 3025 Shakespeare Street Victoria BC V8R 4H6 CA 00-50-C2 (hex) HUSTY M.Styczen J.Hupert Sp.J. F45000-F45FFF (base 16) HUSTY M.Styczen J.Hupert Sp.J. Rzepakowa 5e Krakow malopolska 31-989 PL 00-50-C2 (hex) Enistic Limited F4C000-F4CFFF (base 16) Enistic Limited Unit 4, Isis Business Centre Oxford Oxfordshire OX4 2RD GB 00-50-C2 (hex) ELAN SYSTEMS F27000-F27FFF (base 16) ELAN SYSTEMS 10 IHASZ STR BUDAPEST 1105 HU 00-50-C2 (hex) Verified Energy, LLC. F1F000-F1FFFF (base 16) Verified Energy, LLC. PO Box 111 Oneida New York 13421 US 00-50-C2 (hex) Saia-Burgess Controls AG F3A000-F3AFFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) TAMS firmware co. F3B000-F3BFFF (base 16) TAMS firmware co. aota5-15-26 yamagata 990-2435 JP 00-50-C2 (hex) RADYNE CORPORATION F29000-F29FFF (base 16) RADYNE CORPORATION 211 West Boden Street Milwaukee Wisconsin 53207 US 00-50-C2 (hex) Saia-Burgess Controls AG F1B000-F1BFFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) Netlink Bilisim Sistemleri San. ve Tic. Ltd. Sti. F19000-F19FFF (base 16) Netlink Bilisim Sistemleri San. ve Tic. Ltd. Sti. Caferaða mah. Sakiz sk. no:8/10 Kadikoy Istanbul 34710 TR 00-50-C2 (hex) KINKI ROENTGEN INDUSTRIAL CO.,LTD F04000-F04FFF (base 16) KINKI ROENTGEN INDUSTRIAL CO.,LTD 259 Kamidachiuri-Agaru Muromachidori, Kyoto 6020029 JP 00-50-C2 (hex) BMR F02000-F02FFF (base 16) BMR Balbinova 252 Rychnov nad Kneznou 51601 CZ 00-50-C2 (hex) General Industrial Controls Pvt Ltd F12000-F12FFF (base 16) General Industrial Controls Pvt Ltd T107, M.I.D.C. Pune Maharashtra 411026 IN 00-50-C2 (hex) Packet Plus, Inc. F13000-F13FFF (base 16) Packet Plus, Inc. 1320 SW Hall St Portland OR 97201 US 00-50-C2 (hex) SKYCHANNEL LTD F0C000-F0CFFF (base 16) SKYCHANNEL LTD 567 - 5 TH FLOOR BUILDING 1 SHENZHEN GUANGDONG 518054 CN 00-50-C2 (hex) Kamacho Scale Co., Ltd. EE8000-EE8FFF (base 16) Kamacho Scale Co., Ltd. 2246 Mure Takamatsu-shi Kagawa-ken 761-0196 JP 00-50-C2 (hex) B:TECH, a. s. EE6000-EE6FFF (base 16) B:TECH, a. s. U Borove 69 Havlickuv Brod 580 01 CZ 00-50-C2 (hex) syes srl EE7000-EE7FFF (base 16) syes srl via zanella,21 lissone ( MB ) monza Brianza 20851 IT 00-50-C2 (hex) Positioneering Limited EEA000-EEAFFF (base 16) Positioneering Limited Gordon House Aberdeen Aberdeenshire AB12 3BR GB 00-50-C2 (hex) Smart Grid Networks EDE000-EDEFFF (base 16) Smart Grid Networks Rombvagen 7 Lyckeby Blekinge 37165 SE 00-50-C2 (hex) Smart Power Electronics GmbH & Co. KG EF3000-EF3FFF (base 16) Smart Power Electronics GmbH & Co. KG Lise-Meitner-Straße 21 Itzehoe Schleswig-Holstein 25524 DE 00-50-C2 (hex) FAL Corp ECB000-ECBFFF (base 16) FAL Corp 205 3-7-2 Katsushikaku Tokyo 124-0013 JP 00-50-C2 (hex) LIQUID ROBOTICS, INC EC7000-EC7FFF (base 16) LIQUID ROBOTICS, INC 1329 MOFFETT PARK DRIVE SUNNYVALE CA 94089 US 00-50-C2 (hex) AVocation Systems, Inc. ED8000-ED8FFF (base 16) AVocation Systems, Inc. 7130 W. 117th Ave. Broomfield CO 80020 US 00-50-C2 (hex) Nippon Systemware Co.,Ltd. ED0000-ED0FFF (base 16) Nippon Systemware Co.,Ltd. Shibuya Office 9F Shibuya-ku Tokyo 150-0036 JP 00-50-C2 (hex) RSUPPORT Co., Ltd. EC5000-EC5FFF (base 16) RSUPPORT Co., Ltd. 45, Bangi2-dong, Songpa-gu Seoul Soul-t|ukpyolsi 138724 KR 00-50-C2 (hex) American Microsystems, Ltd. E9E000-E9EFFF (base 16) American Microsystems, Ltd. 2190 Regal Parkway Euless Texas 76040 US 00-50-C2 (hex) Diehl AKO Stiftung & Co. KG EBC000-EBCFFF (base 16) Diehl AKO Stiftung & Co. KG Pfannerstr. 75 Wangen 88239 DE 00-50-C2 (hex) TimeTerminal Adductor Group AB EBB000-EBBFFF (base 16) TimeTerminal Adductor Group AB Hammarbacken 4 A Sollentuna SE-19149 SE 00-50-C2 (hex) ALPHA-MOS EB9000-EB9FFF (base 16) ALPHA-MOS 20 Avenue Didier Daurat Toulouse 31400 FR 00-50-C2 (hex) Subsea Systems, Inc. EA3000-EA3FFF (base 16) Subsea Systems, Inc. 2290 Eastman Avenue Ventura CA 93003 US 00-50-C2 (hex) Monsoon Solutions, Inc. EB6000-EB6FFF (base 16) Monsoon Solutions, Inc. 2405 140th Ave NE Bellevue WA 98005 US 00-50-C2 (hex) Cosmo Life Co.,Ltd E85000-E85FFF (base 16) Cosmo Life Co.,Ltd Kounan2-16-7 Minato-ku Tokyo 108-0075 JP 00-50-C2 (hex) sp controls, inc E7C000-E7CFFF (base 16) sp controls, inc 930 linden ave south san francisco ca 94080 US 00-50-C2 (hex) ATOM GIKEN Co.,Ltd. E7B000-E7BFFF (base 16) ATOM GIKEN Co.,Ltd. 92-2 KATASE FUJISAWA KANAGAWA 251-0032 JP 00-50-C2 (hex) Hentschel System GmbH E9B000-E9BFFF (base 16) Hentschel System GmbH Carl-Buderus-Str. 5 Hannover Lower Saxony 30455 DE 00-50-C2 (hex) ANA-U GmbH E94000-E94FFF (base 16) ANA-U GmbH Moosgrabenstrasse 32 Gleisdorf Steiermark 8200 AT 00-50-C2 (hex) RFENGINE CO., LTD. E56000-E56FFF (base 16) RFENGINE CO., LTD. 2/809, ITCASTLE, 550-1 GASAN-DONG SEOUL 153-768 KR 00-50-C2 (hex) SAMSUNG Electronics Co.,Ltd.(LED Division) E6C000-E6CFFF (base 16) SAMSUNG Electronics Co.,Ltd.(LED Division) San #24 Nongseo-Dong Yongin-City, Suwon-City Gyeonggi-do 446-711 KR 00-50-C2 (hex) EOLANE MONTCEAU E57000-E57FFF (base 16) EOLANE MONTCEAU ZI STE ELIZABETH MONTCEAU LES MINES SA 71300 FR 00-50-C2 (hex) FSM AG E75000-E75FFF (base 16) FSM AG Scheffelstraße 49 Kirchzarten Baden-Württemberg 79199 DE 00-50-C2 (hex) Embedded Solution Bank Co., Ltd. E76000-E76FFF (base 16) Embedded Solution Bank Co., Ltd. #905 A, Woolim Lions Valley 5, 144-3 Seongnam-Si Kyunggi-Do 462-120 KR 00-50-C2 (hex) VISITO S.R.L. E3F000-E3FFFF (base 16) VISITO S.R.L. Corso Duca Degli Abruzzi 2 TORINO IT 00-50-C2 (hex) Monnit Corp. E3E000-E3EFFF (base 16) Monnit Corp. 450 South Simmons Way Kaysville UT 84037 US 00-50-C2 (hex) Wine Technology Marlborough E4F000-E4FFFF (base 16) Wine Technology Marlborough 28 High Street Renwick Marlborough 7204 NZ 00-50-C2 (hex) Tattile srl E50000-E50FFF (base 16) Tattile srl via gaetano donizetti,1/3/5 capriano del colle brescia 25020 IT 00-50-C2 (hex) Motec Pty Ltd E51000-E51FFF (base 16) Motec Pty Ltd 121 Merrindale Drive Croydon South Victoria 3136 AU 00-50-C2 (hex) Higeco S.r.l. E41000-E41FFF (base 16) Higeco S.r.l. Via Cal De Formiga 12 Santa Giustina Veneto 32035 IT 00-50-C2 (hex) Technica Engineering GmbH E43000-E43FFF (base 16) Technica Engineering GmbH Olschewskibogen 18 Munich 80935 DE 00-50-C2 (hex) Funkwerk IT Karlsfeld GmbH E2D000-E2DFFF (base 16) Funkwerk IT Karlsfeld GmbH Liebigstrasse 1a Karlsfeld Bavaria 85757 DE 00-50-C2 (hex) Plant Integrity Limited E2B000-E2BFFF (base 16) Plant Integrity Limited Granta Park Cambridge Cambridgeshire CB21 6AL GB 00-50-C2 (hex) ACD Elektronik GmbH E25000-E25FFF (base 16) ACD Elektronik GmbH Engelberg 2 Achstetten 88480 DE 00-50-C2 (hex) Embedded Labs E1B000-E1BFFF (base 16) Embedded Labs Unit 31 Waterford Business Park Waterford IE 00-50-C2 (hex) Fr. Sauter AG E29000-E29FFF (base 16) Fr. Sauter AG Im Surinam 55 Basel BS 4016 CH 00-50-C2 (hex) Protagon Process Technologies GmbH E07000-E07FFF (base 16) Protagon Process Technologies GmbH Ringstrasse 11 Rengsdorf RLP 56579 DE 00-50-C2 (hex) BETTINI SRL DFB000-DFBFFF (base 16) BETTINI SRL VIA CESARE BATTISTI 22 CESANO MADERNO MILAN 20031 IT 00-50-C2 (hex) Jenny Science AG DF9000-DF9FFF (base 16) Jenny Science AG D4 Platz 4 Root 6039 CH 00-50-C2 (hex) MAC Valves, Inc. DFA000-DFAFFF (base 16) MAC Valves, Inc. 30569 Beck Rd Wixom MI 48393 US 00-50-C2 (hex) Elan Systems DE7000-DE7FFF (base 16) Elan Systems 10 Ihasz utca BUDAPEST 1105 HU 00-50-C2 (hex) Visual Productions DE8000-DE8FFF (base 16) Visual Productions Rollandstraat 55ZW Haarlem 2013SM NL 00-50-C2 (hex) Saia-Burgess Controls AG DF1000-DF1FFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) Cerner Corporation DEA000-DEAFFF (base 16) Cerner Corporation 2800 Rockcreek Parkway Kansas City MO 64117 US 00-50-C2 (hex) Friend Spring Industrial Co., Ltd. DD5000-DD5FFF (base 16) Friend Spring Industrial Co., Ltd. 4F., No. 8, Lane 50, Sec. 3 Taipei 115 TW 00-50-C2 (hex) Breakaway Systems LLC DE3000-DE3FFF (base 16) Breakaway Systems LLC 10307 Sugar Hill Dr Houston TX 77042 US 00-50-C2 (hex) M.P. Electronics DBA000-DBAFFF (base 16) M.P. Electronics 2464 Vulcan Road Apopka Florida 32703 US 00-50-C2 (hex) dilitronics GmbH DCD000-DCDFFF (base 16) dilitronics GmbH Felsbachstr. 5 Jena Thuringia 07745 DE 00-50-C2 (hex) Acrux Technology Limited DC1000-DC1FFF (base 16) Acrux Technology Limited Rm 2A6, 3/F, Sing Win Factory Building,15-17 Shing Yip St, Kwun Tong HK 00-50-C2 (hex) Mistral Solutions Pvt. Ltd D9D000-D9DFFF (base 16) Mistral Solutions Pvt. Ltd #60, Adarsh Regent, 100 Ft. Ring Road,Domlur Extension BANGALORE KARNATAKA 560071 IN 00-50-C2 (hex) DSP DESIGN LTD DB5000-DB5FFF (base 16) DSP DESIGN LTD TAPTON PARK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB 00-50-C2 (hex) Keith & Koep GmbH DAD000-DADFFF (base 16) Keith & Koep GmbH Uellendahler Str. 199 Wuppertal NRW 42109 DE 00-50-C2 (hex) MangoDSP DA1000-DA1FFF (base 16) MangoDSP 8 Hartom St. Beck Science Center Jerusalem 91450 IL 00-50-C2 (hex) Syes srl D8F000-D8FFFF (base 16) Syes srl Via Zanella 21 Lissone MB 20035 IT 00-50-C2 (hex) OptoLink Industria e Comercio Ltda D8A000-D8AFFF (base 16) OptoLink Industria e Comercio Ltda R.Alfredo da Costa Figo 280 Campinas SP 13087-534 BR 00-50-C2 (hex) CONTEC GmbH D96000-D96FFF (base 16) CONTEC GmbH Wildbichler Strasse 2e Ebbs TIROL 6341 AT 00-50-C2 (hex) ECOMM ERA D86000-D86FFF (base 16) ECOMM ERA Flat H, 14/F, Kim Tak Building 201203 HK 00-50-C2 (hex) DSI RF Systems, Inc. D79000-D79FFF (base 16) DSI RF Systems, Inc. 26H Worlds Fair Drive Somerset NJ 08873 US 00-50-C2 (hex) KLING & FREITAG GmbH D67000-D67FFF (base 16) KLING & FREITAG GmbH Junkersstrasse 14 Hannover NDS 30179 DE 00-50-C2 (hex) NIK-ELEKTRONIKA Ltd D58000-D58FFF (base 16) NIK-ELEKTRONIKA Ltd L.Kurbasa Ave 2-B Kiev 03148 UA 00-50-C2 (hex) Video Tech Laboratories, Inc. D2B000-D2BFFF (base 16) Video Tech Laboratories, Inc. 2761-1 Togo, Shimokanuki Numazu Shizuoka Prefecture 410-0822 JP 00-50-C2 (hex) Schneider Electric Motion USA D2C000-D2CFFF (base 16) Schneider Electric Motion USA 370 N. Main St. Marlborough CT 06447 US 00-50-C2 (hex) Digitale Analoge COMponenten West Electronic Vertriebs GmbH D28000-D28FFF (base 16) Digitale Analoge COMponenten West Electronic Vertriebs GmbH Schallbruch 19-21 Haan NRW 42781 DE 00-50-C2 (hex) Thales Nederland BV D46000-D46FFF (base 16) Thales Nederland BV Haaksbergerstraat 49 Hengelo Overijssel 7554PA NL 00-50-C2 (hex) Hagenuk KMT GmbH D42000-D42FFF (base 16) Hagenuk KMT GmbH Röderaue 41 Radeburg Sachsen 01471 DE 00-50-C2 (hex) UG Systems GmbH & Co. KG D35000-D35FFF (base 16) UG Systems GmbH & Co. KG Kronacher Str. 41 Bamberg Bayern 96052 DE 00-50-C2 (hex) UNGAVA Technologies Inc. D31000-D31FFF (base 16) UNGAVA Technologies Inc. 2750 rue Einstein Quebec G1P 4R1 CA 00-50-C2 (hex) Innovative Circuit Technology D21000-D21FFF (base 16) Innovative Circuit Technology 26921 Gloucester Way Langley BC V4W 3Y3 CA 00-50-C2 (hex) Tobila Systems, Inc. D1E000-D1EFFF (base 16) Tobila Systems, Inc. 1-8-23-6A Nagoya Aichi 4600002 JP 00-50-C2 (hex) Yardney Technical Products Inc. D4D000-D4DFFF (base 16) Yardney Technical Products Inc. 82 Mechanic Street Pawcatuck Connecticut 06379 US 00-50-C2 (hex) Aanderaa Data Instruments D01000-D01FFF (base 16) Aanderaa Data Instruments Nesttunalsringen 5B Midtun Hordaland 5828 NO 00-50-C2 (hex) Infrasafe, Inc. CFF000-CFFFFF (base 16) Infrasafe, Inc. 12612 Challenger Pkwy Orlando FL 32826 US 00-50-C2 (hex) Techleader CFE000-CFEFFF (base 16) Techleader HYEON BLDG 4TH FL 157-1 CHUNUI-DONG BUCHEON-SHI KYONGGI-DO 420-859 KR 00-50-C2 (hex) nCk Research LLC D06000-D06FFF (base 16) nCk Research LLC 106 Cobblestone Court Drive Victor NY 14564 US 00-50-C2 (hex) Mac-Gray Corporation CCE000-CCEFFF (base 16) Mac-Gray Corporation 404 Wyman Street Waltham MA 02451 US 00-50-C2 (hex) ACD Elektronik GmbH CD1000-CD1FFF (base 16) ACD Elektronik GmbH Engelberg 2 Achstetten 88480 DE 00-50-C2 (hex) Industrial Automatics Design Bureau CE3000-CE3FFF (base 16) Industrial Automatics Design Bureau 239 Bolshaya Sadovaya St Saratov Saratovskaya oblast 410005 RU 00-50-C2 (hex) CoreEL TEchnologies (I) Pvt Ltd CDF000-CDFFFF (base 16) CoreEL TEchnologies (I) Pvt Ltd No.21,7th Main Bangalore Karntaka 560034 IN 00-50-C2 (hex) Arktan Systems CD6000-CD6FFF (base 16) Arktan Systems 580 California Street, Suite 1200 San Francisco CA 94104 US 00-50-C2 (hex) Promess GmbH CC9000-CC9FFF (base 16) Promess GmbH Schaffhausener Str. 44 Berlin 12099 DE 00-50-C2 (hex) Inviso B.V. CF0000-CF0FFF (base 16) Inviso B.V. Kouter 106 Gemert Noord Brabant 5422AD NL 00-50-C2 (hex) GEA Farm Technologies GmbH CB4000-CB4FFF (base 16) GEA Farm Technologies GmbH Siemensstr. 25-27 Bonen NRW 59199 DE 00-50-C2 (hex) CODE BLUE CORPORATION CBE000-CBEFFF (base 16) CODE BLUE CORPORATION 259 Hedcor St HOLLAND MI 49423 US 00-50-C2 (hex) World Time Solutions Limited CC0000-CC0FFF (base 16) World Time Solutions Limited 6 Clinton Crescent Aylesbury Buckinghamshire HP21 7JW GB 00-50-C2 (hex) Krontek Pty Ltd CB6000-CB6FFF (base 16) Krontek Pty Ltd 2 Carinya Close Allambie NSW 2100 AU 00-50-C2 (hex) Raith GmbH CB8000-CB8FFF (base 16) Raith GmbH Konrad-Adenauer-Allee 8 Dortmund 44263 DE 00-50-C2 (hex) Systems With Intelligence Inc. CA8000-CA8FFF (base 16) Systems With Intelligence Inc. 1215 Meyerside Drive, Unit 7 Mississauga Ontario L5T 1H3 CA 00-50-C2 (hex) OCAS AS C8B000-C8BFFF (base 16) OCAS AS Brobekkvn 80A Oslo 0582 NO 00-50-C2 (hex) Lanmark Controls Inc. C8C000-C8CFFF (base 16) Lanmark Controls Inc. 125 Nagog Park Acton MA 01720 US 00-50-C2 (hex) PACOMP Sp. z o.o. C9A000-C9AFFF (base 16) PACOMP Sp. z o.o. Pulawska 34 Piaseczno mazowieckie 05-500 PL 00-50-C2 (hex) IPSES S.r.l. C95000-C95FFF (base 16) IPSES S.r.l. Via Trieste, 48 Cesate Milano 20020 IT 00-50-C2 (hex) Micro I/O Servicos de Electronica, Lda C65000-C65FFF (base 16) Micro I/O Servicos de Electronica, Lda Zona Industrial da Taboeira, Lote 31D Aveiro 3800-055 - AVEIRO PT 00-50-C2 (hex) KS Beschallungstechnik GmbH C66000-C66FFF (base 16) KS Beschallungstechnik GmbH Westendstr.1 Hettenleidelheim Rhineland-Palatinate 67310 DE 00-50-C2 (hex) Industry Controls, Inc. C73000-C73FFF (base 16) Industry Controls, Inc. 16124 Rosecrans Ave. Suite E5 La Mirada CA 90638 US 00-50-C2 (hex) Buerkert Werke GmbH C7E000-C7EFFF (base 16) Buerkert Werke GmbH Christian-Buerkert-Strasse 13-17 Ingelfingen 74653 DE 00-50-C2 (hex) Protonic Holland C7A000-C7AFFF (base 16) Protonic Holland Factorij 36 Zwaag 1689 AL NL 00-50-C2 (hex) Integration Technologies Limited C60000-C60FFF (base 16) Integration Technologies Limited Level 4 City Council Building Palmerston North Manawatu 4410 NZ 00-50-C2 (hex) Elaso AG C4E000-C4EFFF (base 16) Elaso AG Gewerbestrasse 14 Zuchwil Solothurn 4528 CH 00-50-C2 (hex) InForce Computing, Inc. C51000-C51FFF (base 16) InForce Computing, Inc. 48860 Milmont Drive, Suite 101C Fremont CA 94538 US 00-50-C2 (hex) Lancier Monitoring GmbH C4C000-C4CFFF (base 16) Lancier Monitoring GmbH Gustav-Stresemann-Weg 11 Muenster NRW 48155 DE 00-50-C2 (hex) Herrick Technology Laboratories, Inc. C4A000-C4AFFF (base 16) Herrick Technology Laboratories, Inc. 670 North Commercial Street Manchester New Hampshire 03101 US 00-50-C2 (hex) R.V.R. elettronica s.p.a. C4B000-C4BFFF (base 16) R.V.R. elettronica s.p.a. via del Fonditore 2/2c Bologna 40138 IT 00-50-C2 (hex) B.E.A.R. Solutions (Australasia) Pty, Ltd C37000-C37FFF (base 16) B.E.A.R. Solutions (Australasia) Pty, Ltd Unit 226 Bella Vista NSW AU 00-50-C2 (hex) SET GmbH C36000-C36FFF (base 16) SET GmbH August-Braun-Str. 1 Wangen i.A. 88239 DE 00-50-C2 (hex) Eilersen Electric A/S C53000-C53FFF (base 16) Eilersen Electric A/S Kokkedal Industripark 4 Kokkedal 2980 DK 00-50-C2 (hex) Beceem Communications, Inc. C50000-C50FFF (base 16) Beceem Communications, Inc. 3960 Freedom Cir., 1st Floor Santa Clara CA 95054 US 00-50-C2 (hex) Saia-Burgess Controls AG C42000-C42FFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) DISMUNTEL SAL C2E000-C2EFFF (base 16) DISMUNTEL SAL Pol ind cotes Algemesi Valencia 46680 ES 00-50-C2 (hex) Digitale Analoge COMponenten West Electronic Vertriebs GmbH C2D000-C2DFFF (base 16) Digitale Analoge COMponenten West Electronic Vertriebs GmbH Schallbruch 19-21 Haan NRW 42781 DE 00-50-C2 (hex) Foerster-Technik GmbH C58000-C58FFF (base 16) Foerster-Technik GmbH Gerwigstraße 25 Engen Baden-Württemberg 78234 DE 00-50-C2 (hex) Newtel Engineering S.r.l. C29000-C29FFF (base 16) Newtel Engineering S.r.l. via Strecciola, 7 Malgrate LC 23864 IT 00-50-C2 (hex) OKI DENKI BOHSAI CO.,LTD. C12000-C12FFF (base 16) OKI DENKI BOHSAI CO.,LTD. Oomori-Hinoshita 9-1 Fukushima-City Fukushima 960-1101 JP 00-50-C2 (hex) Fr. SauterAG C0D000-C0DFFF (base 16) Fr. SauterAG Im Surinam 55 Basel BS 4016 CH 00-50-C2 (hex) Vidicon LLC C23000-C23FFF (base 16) Vidicon LLC 300 Harvestore Drive DeKalb IL 60115 US 00-50-C2 (hex) Specialist Electronics Services Ltd C1F000-C1FFFF (base 16) Specialist Electronics Services Ltd Craven Court Camberley Surrey GU15 3BS GB 00-50-C2 (hex) Powerbase Energy Systems Inc. C1D000-C1DFFF (base 16) Powerbase Energy Systems Inc. 150 Rosamond Street Carleton Place Ontario K7C 1V2 CA 00-50-C2 (hex) AILES ELECTRONICS CO., LTD. BF5000-BF5FFF (base 16) AILES ELECTRONICS CO., LTD. 840 ASSO KAINAN CITY WAKAYAMA 642-0015 JP 00-50-C2 (hex) Amatic Industries GmbH BF1000-BF1FFF (base 16) Amatic Industries GmbH Traunsteinstrasse 12 Rutzenmoos Upper Austria 4845 AT 00-50-C2 (hex) ZUCCHETTI SPA BE9000-BE9FFF (base 16) ZUCCHETTI SPA Via Adriatica, 282 Campoformido UDINE 33030 IT 00-50-C2 (hex) Doppler Systems LLC C05000-C05FFF (base 16) Doppler Systems LLC 37202 N Bloody Basin Road Carefree Arizona 853877 US 00-50-C2 (hex) ACD Elektronik GmbH C00000-C00FFF (base 16) ACD Elektronik GmbH Engelberg 2 Achstetten bawu 88480 DE 00-50-C2 (hex) Altronix Corporation BFC000-BFCFFF (base 16) Altronix Corporation 140 58th street Brooklyn NY 11220 US 00-50-C2 (hex) ECS Srl BFB000-BFBFFF (base 16) ECS Srl Via del Candel 55/d Belluno 32100 IT 00-50-C2 (hex) Percello Ltd. BD2000-BD2FFF (base 16) Percello Ltd. 14 Hatidhar St. Raanana 43650 IL 00-50-C2 (hex) b.a.b-technologie gmbh BD8000-BD8FFF (base 16) b.a.b-technologie gmbh Rosemeyerstraße 14 Dortmund NRW 44139 DE 00-50-C2 (hex) RF-Embedded GmbH BD5000-BD5FFF (base 16) RF-Embedded GmbH Salzburger Straße 60 Stephanskirchen Bayern 83071 DE 00-50-C2 (hex) Highlight Parking Systems Ltd BCD000-BCDFFF (base 16) Highlight Parking Systems Ltd 14 Ullathorne Road London SW16 1SN GB 00-50-C2 (hex) VVDN TECHNOLOGIES PVT. LTD. BCC000-BCCFFF (base 16) VVDN TECHNOLOGIES PVT. LTD. 1241/36,ATUL KATARIA CHOWK GURGAON HARYANA 122001 IN 00-50-C2 (hex) Systemteq Limited BBA000-BBAFFF (base 16) Systemteq Limited Unit B, Lynwood House Watford Hertfordshire WD24 7UF GB 00-50-C2 (hex) MangoDSP BAF000-BAFFFF (base 16) MangoDSP Hartom 8 Jerusalem 45116 IL 00-50-C2 (hex) VITECO VNPT JSC BAC000-BACFFF (base 16) VITECO VNPT JSC No35, Lane 61, lac Trung Streets Ha Noi 10000 VN 00-50-C2 (hex) MireroTack BC6000-BC6FFF (base 16) MireroTack dodang-dong,wonmi-gu, bucheon-si, gyeonggi-do dodang-dong,wonmi-gu bucheon-si/gyeonggi-do 420-806 KP 00-50-C2 (hex) Aitecsystem Co.,Ltd. BCA000-BCAFFF (base 16) Aitecsystem Co.,Ltd. 1532,Shinohara-Cho, Yokohama Kanagawa 222-0026 JP 00-50-C2 (hex) Peek Traffic Corporation BA8000-BA8FFF (base 16) Peek Traffic Corporation 2906 Corporate Way Palmetto Florida 34221 US 00-50-C2 (hex) Jomitek BA6000-BA6FFF (base 16) Jomitek Skovlytoften 22 Holte DK-2840 DK 00-50-C2 (hex) ikerlan B97000-B97FFF (base 16) ikerlan jm arizmendiarrieta, 2 mondragon guipuzcoa 20500 ES 00-50-C2 (hex) Onix Electronic Systems Inc B96000-B96FFF (base 16) Onix Electronic Systems Inc 205 Travelers Rest Blvd Summerville SC 29485 US 00-50-C2 (hex) Talo, NV Inc B9A000-B9AFFF (base 16) Talo, NV Inc 1930 Village Center Cir #3 - 454 Las Vegas Nevada 89134 US 00-50-C2 (hex) KRISTECH B77000-B77FFF (base 16) KRISTECH Porzeczkowa 12 Ustron Slaskie 43-450 PL 00-50-C2 (hex) Phytec Messtechnik GmbH B6B000-B6BFFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) Bettini srl B7C000-B7CFFF (base 16) Bettini srl Via Cesare Battisti 22 Cesano Maderno Milano I - 20031 IT 00-50-C2 (hex) QUARTECH CORPORATION B7B000-B7BFFF (base 16) QUARTECH CORPORATION 15923 ANGELO DRIVE MACOMB TWP. MI 48042-4050 US 00-50-C2 (hex) OOO NPF ATIS B60000-B60FFF (base 16) OOO NPF ATIS ul. Rangeva, 11-24 Kovrov Vladimir region 601916 RU 00-50-C2 (hex) Nayos LTD B61000-B61FFF (base 16) Nayos LTD 7 Golda Meir Nes Ziona 74036 IL 00-50-C2 (hex) Real D B58000-B58FFF (base 16) Real D 5335 Sterling Drive Boulder CO 80301 US 00-50-C2 (hex) SINOVIA SA B56000-B56FFF (base 16) SINOVIA SA 3 RUE DE CHEVILLY FRESNES VAL DE MARNE 94260 FR 00-50-C2 (hex) Timberline Mfg Company B5B000-B5BFFF (base 16) Timberline Mfg Company 1050 Lyons Lane Marion IA 52302 US 00-50-C2 (hex) Trench Austria GmbH B2A000-B2AFFF (base 16) Trench Austria GmbH Paschinger Straße 49 Leonding Austria 4060 AT 00-50-C2 (hex) Shop Safe AG B31000-B31FFF (base 16) Shop Safe AG Businesspark Giessenmatt 2 Sins AG CH-5643 CH 00-50-C2 (hex) ACT B2E000-B2EFFF (base 16) ACT Unit C1, South City Business Center Dublin IE 00-50-C2 (hex) Saia-Burgess Controls AG B4A000-B4AFFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) NARA Controls Inc. B0F000-B0FFFF (base 16) NARA Controls Inc. Nara Bldg. 71-22 Chungdamdong Kangnamku Seoul 135-100 KR 00-50-C2 (hex) PhotoTelesis LP B15000-B15FFF (base 16) PhotoTelesis LP 4801 NW Loop 410 San Antonio Texas 78229 US 00-50-C2 (hex) FIVE9 NETWORK SYSTEMS LLC B20000-B20FFF (base 16) FIVE9 NETWORK SYSTEMS LLC 3600 W. Bayshore Road Palo Alto CA 94303 US 00-50-C2 (hex) FARECO B07000-B07FFF (base 16) FARECO 8 EUROPARC de la Sainte Victoire MEYREUIL 13590 FR 00-50-C2 (hex) 3Roam AED000-AEDFFF (base 16) 3Roam Parc Haute Technologie, Bat 6 Mougins 06250 FR 00-50-C2 (hex) POLA s.r.l. B05000-B05FFF (base 16) POLA s.r.l. via Del Perolo 13 Soncino CR 26029 IT 00-50-C2 (hex) Dixell S.p.A. AF4000-AF4FFF (base 16) Dixell S.p.A. Via dell'Industria, 27 Pieve d'Alpago Belluno 32010 IT 00-50-C2 (hex) ChronoLogic Pty. Ltd. ACE000-ACEFFF (base 16) ChronoLogic Pty. Ltd. 227 Gouger Street Adelaide South Australia 5000 AU 00-50-C2 (hex) ClearCorp Enterprises, Inc AE9000-AE9FFF (base 16) ClearCorp Enterprises, Inc 7485 Park Lane Rd Longmont CO 80503 US 00-50-C2 (hex) Diversified Control, Inc. AC3000-AC3FFF (base 16) Diversified Control, Inc. 3333 California Rd. Orchard Park New York 14127 US 00-50-C2 (hex) Orion Technologies,LLC AC4000-AC4FFF (base 16) Orion Technologies,LLC 12605 Challenger Parkway Suite 130 Orlando FL 32826 US 00-50-C2 (hex) MeshWorks Wireless Oy ACD000-ACDFFF (base 16) MeshWorks Wireless Oy Hermiankatu 6-8 H Tampere Suomi 33720 FI 00-50-C2 (hex) Neoptix Inc. ADE000-ADEFFF (base 16) Neoptix Inc. 1415 Frank-Carrel Quebec G1N4N7 CA 00-50-C2 (hex) Tampere University of Technology AA5000-AA5FFF (base 16) Tampere University of Technology Korkeakoulunkatu 10 Tampere Pirkanmaa 33720 FI 00-50-C2 (hex) DS PRO Audio Ltda AC0000-AC0FFF (base 16) DS PRO Audio Ltda Rua Washington Luiz 675 sala 1116 Porto Alegre RS 90.010-460 BR 00-50-C2 (hex) AP Labs ABE000-ABEFFF (base 16) AP Labs 10864 THORNMINT ROAD SAN DIEGO CALIFORNIA 92127 US 00-50-C2 (hex) YellowSoft Co., Ltd. A9F000-A9FFFF (base 16) YellowSoft Co., Ltd. 624-7 Takahagi Hidaka Saitama 350-1213 JP 00-50-C2 (hex) VisiCon GmbH AAC000-AACFFF (base 16) VisiCon GmbH Gottf.-Aug.-Buerger-Str. 30 Gleichen Lower Saxony D-37130 DE 00-50-C2 (hex) CT Company A82000-A82FFF (base 16) CT Company Godovikova 9, Moscow Moscow RUSSIA 129085 RU 00-50-C2 (hex) INNOVACIONES Microelectrónicas SL (AnaFocus) A95000-A95FFF (base 16) INNOVACIONES Microelectrónicas SL (AnaFocus) C/Isaac Newton, nº 4-Pabellón de Italia-7ªPlanta çtico Sevilla 41092 ES 00-50-C2 (hex) Vitel Net A7D000-A7DFFF (base 16) Vitel Net 8201 Greensboro Dr. McLean VA 22102 US 00-50-C2 (hex) Saintronic A79000-A79FFF (base 16) Saintronic Parc Atlantique Saintes France 17100 FR 00-50-C2 (hex) Frontier Electronic Systems Corp. A8D000-A8DFFF (base 16) Frontier Electronic Systems Corp. 4500 W 6th Ave Stillwater OK 74074 US 00-50-C2 (hex) Quantum3D, Inc. A8F000-A8FFFF (base 16) Quantum3D, Inc. 6330 San Ignacio Avenue San Jose CA 95051 US 00-50-C2 (hex) Audio Engineering Ltd. A8A000-A8AFFF (base 16) Audio Engineering Ltd. 75 Parnell Rise Auckland 1052 NZ 00-50-C2 (hex) Ansen Investment Holdings Ltd. A5E000-A5EFFF (base 16) Ansen Investment Holdings Ltd. Room 78, 2/F, Sino Industrial Plaza, Kowloon Bay HK 00-50-C2 (hex) ITAS A/S A5A000-A5AFFF (base 16) ITAS A/S Klosterport 4A Århus C DK-8000 DK 00-50-C2 (hex) Phytec Messtechnik GmbH A5B000-A5BFFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) Reliable System Services Corp A70000-A70FFF (base 16) Reliable System Services Corp 746 North Drive Melbourne Florida 32934 US 00-50-C2 (hex) Screen Technics Pty Limited A6E000-A6EFFF (base 16) Screen Technics Pty Limited Corner Vale & Suttor Roads Moss Vale NSW 2577 AU 00-50-C2 (hex) Saia-Burgess Controls AG A6F000-A6FFFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) DTV Innovations A6D000-A6DFFF (base 16) DTV Innovations 1252 W. Northwest Highway Palatine IL 60067 US 00-50-C2 (hex) RealVision Inc. A42000-A42FFF (base 16) RealVision Inc. 3-1-4 Shin-Yokohama, Kouhoku-Ku Yokohama Kanagawa 222-0033 JP 00-50-C2 (hex) Gamber-Johnson LLC. A72000-A72FFF (base 16) Gamber-Johnson LLC. 3001 Borham Avenue Stevens Point WI 54481 US 00-50-C2 (hex) L-3 Communications Mobile-Vision, Inc. A4B000-A4BFFF (base 16) L-3 Communications Mobile-Vision, Inc. 90 Fanny Rd. Boonton NJ 07005 US 00-50-C2 (hex) Wayne Dalton Corp. A49000-A49FFF (base 16) Wayne Dalton Corp. 3395 addison Dr. Pensacola FL 32514 US 00-50-C2 (hex) Y-products co.ltd. A51000-A51FFF (base 16) Y-products co.ltd. Yamato-higashi1-11-24 Yamato-city Kanagawa-pref 242-0017 JP 00-50-C2 (hex) GSS Avionics Limited A67000-A67FFF (base 16) GSS Avionics Limited Thorne House Yeovil Somerset BA214JD GB 00-50-C2 (hex) tetronik GmbH AEN A64000-A64FFF (base 16) tetronik GmbH AEN Silberbachstr.10 Taunusstein Hessen 65232 DE 00-50-C2 (hex) Telecor Inc. A3A000-A3AFFF (base 16) Telecor Inc. 6205 Kestrel Road Mississauga Ontario L5T 2A1 CA 00-50-C2 (hex) Brähler ICS Konferenztechnik AG A3C000-A3CFFF (base 16) Brähler ICS Konferenztechnik AG Auf der Alten Burg 6 Koenigswinter NRW 53639 DE 00-50-C2 (hex) Dynon Instruments A07000-A07FFF (base 16) Dynon Instruments 19825 141st PL NE Woodinville WA 98072 US 00-50-C2 (hex) Reference, LLC. A02000-A02FFF (base 16) Reference, LLC. 690 E Bridge St. Elkader IA 52043-0158 US 00-50-C2 (hex) HCE Engineering S.r.l. A12000-A12FFF (base 16) HCE Engineering S.r.l. Via Lamarmora 2L Livorno LI 57122 IT 00-50-C2 (hex) Essential Design & Integration P/L A10000-A10FFF (base 16) Essential Design & Integration P/L PO Box 3110 Narellan DC NSW 2567 AU 00-50-C2 (hex) D-TA Systems A30000-A30FFF (base 16) D-TA Systems 2500 Lancaster Road Ottawa ON K1B 4S5 CA 00-50-C2 (hex) Inventure Inc. A2D000-A2DFFF (base 16) Inventure Inc. 3-1-1, Shin-yokohama, Kouhoku-ku Yokohama Kanagawa-ken 222-8505 JP 00-50-C2 (hex) meconet e. K. A27000-A27FFF (base 16) meconet e. K. Bottenbacher Str. 78 Kreuztal NRW 57223 DE 00-50-C2 (hex) ISAC SRL A21000-A21FFF (base 16) ISAC SRL via Maestri del Lavoro 30 CASCINA PISA 56021 IT 00-50-C2 (hex) Microtechnica A1C000-A1CFFF (base 16) Microtechnica 1-3-10-501 Tamagawa Setagayaku Tokyo 1580094 JP 00-50-C2 (hex) APRILIA RACING S.R.L. A2B000-A2BFFF (base 16) APRILIA RACING S.R.L. VIA MARCONI, 9 NOALE VENEZIA 30033 IT 00-50-C2 (hex) Harris Designs of NRV, Inc. A32000-A32FFF (base 16) Harris Designs of NRV, Inc. 1902 Lacy Lane Blacksburg VA 24060 US 00-50-C2 (hex) Realtime Systems Ltd. A1B000-A1BFFF (base 16) Realtime Systems Ltd. A-49, Okhla Industrial Area New Delhi 110020 IN 00-50-C2 (hex) Eoslink A18000-A18FFF (base 16) Eoslink #602, 900-1 Anyang-City Kyonggi-Do 431-060 KR 00-50-C2 (hex) Bitt technology-A Ltd. 9FD000-9FDFFF (base 16) Bitt technology-A Ltd. Wiener Strasse 70 Spillern Lower Austria 2104 AT 00-50-C2 (hex) Uwe Schneider GmbH 9CD000-9CDFFF (base 16) Uwe Schneider GmbH Heegwaldring 12 Limeshain 63694 DE 00-50-C2 (hex) Netpower Labs AB 9D5000-9D5FFF (base 16) Netpower Labs AB Stubbsundsv 17 Stockholm 13141 SE 00-50-C2 (hex) CNS Systems, Inc. 9D9000-9D9FFF (base 16) CNS Systems, Inc. 363 Hawick Court Severna Park Maryland 21146 US 00-50-C2 (hex) SISMODULAR - Engenharia, Lda 9EA000-9EAFFF (base 16) SISMODULAR - Engenharia, Lda Lrg. S. Paulo Nº13, 1º - E2 Braga 4700-042 PT 00-50-C2 (hex) Walter Grotkasten 9DB000-9DBFFF (base 16) Walter Grotkasten Grabäckerstraße 14 Schorndorf BW 73614 DE 00-50-C2 (hex) E-ViEWS SAFETY SYSTEMS, INC 9E2000-9E2FFF (base 16) E-ViEWS SAFETY SYSTEMS, INC 5331 DERRY AVE AGOURA HILLS CA 91301 US 00-50-C2 (hex) CHAUVIN ARNOUX 9DE000-9DEFFF (base 16) CHAUVIN ARNOUX la queue Devée REUX PONT L'EVEQUE 14130 FR 00-50-C2 (hex) Michael Stevens & Partners Ltd 9EE000-9EEFFF (base 16) Michael Stevens & Partners Ltd Invicta Works Bromley Kent BR2 9NT GB 00-50-C2 (hex) ComAp s.r.o 9A1000-9A1FFF (base 16) ComAp s.r.o Kundratka 17 Prague 18000 CZ 00-50-C2 (hex) Vester Elektronik GmbH 9BC000-9BCFFF (base 16) Vester Elektronik GmbH Otto-Hahn-Straße 14 Straubenhardt Baden-Württemberg 75334 DE 00-50-C2 (hex) OMICRON electronics GmbH 9BB000-9BBFFF (base 16) OMICRON electronics GmbH Oberes Ried 1 Klaus A-6833 AT 00-50-C2 (hex) LUMINEX Lighting Control Equipment 9C9000-9C9FFF (base 16) LUMINEX Lighting Control Equipment Berkenlaan 8 A Hechtel - Eksel Limburg 3940 BE 00-50-C2 (hex) Scansonic MI GmbH 9C5000-9C5FFF (base 16) Scansonic MI GmbH Rudolf-Baschant-Straße 2 Berlin 13086 DE 00-50-C2 (hex) Team Enginers 9C2000-9C2FFF (base 16) Team Enginers 3-18-3, First floor Pragati Nagar Hyderabad Andrapradesh 500013 IN 00-50-C2 (hex) Tattile srl 9C1000-9C1FFF (base 16) Tattile srl via gaetano donizetti,1/3/5 capriano del colle brescia 25020 IT 00-50-C2 (hex) Sensitron Semiconductor 9BD000-9BDFFF (base 16) Sensitron Semiconductor 221 West Industry Court Deer Park New York 11729 US 00-50-C2 (hex) ACTECH 9B6000-9B6FFF (base 16) ACTECH Parc d'activités Angers-Beaucouzé Beaucouzé 49070 FR 00-50-C2 (hex) UNETCONVERGENCE CO., LTD 993000-993FFF (base 16) UNETCONVERGENCE CO., LTD 101-511 DIGITAL EMPIRE 2 SUWON-SI KYUNGGI-DO, 443-390 KR 00-50-C2 (hex) Procon Electronics 560000-560FFF (base 16) Procon Electronics PO Box 164 Sydney NSW 1730 AU 00-50-C2 (hex) Psigenics Corporation 989000-989FFF (base 16) Psigenics Corporation PO Box 2160 Gainesville FL 32602 US 00-50-C2 (hex) DSCI 986000-986FFF (base 16) DSCI 12249 Science Drive Orlando FL 32826 US 00-50-C2 (hex) KPE spol. s r.o. 83E000-83EFFF (base 16) KPE spol. s r.o. Blattného 2313 Praha CZ 15800 CZ 00-50-C2 (hex) LOGITAL DIGITAL MEDIA srl 978000-978FFF (base 16) LOGITAL DIGITAL MEDIA srl via Palazzetti, 5/f San Lazzaro di Savena Bologna 40068 IT 00-50-C2 (hex) Engage Technologies 99E000-99EFFF (base 16) Engage Technologies 7041 Boone Avenue North Brooklyn Park MN 55428 US 00-50-C2 (hex) Trs Systems, Inc. 9A0000-9A0FFF (base 16) Trs Systems, Inc. 601 Carlson Parkway, #1050 Minnetonka MN 55305 US 00-50-C2 (hex) C&I Co.Ltd 97F000-97FFFF (base 16) C&I Co.Ltd Shinkawa 2-24-4 ChyuouKu Tokyo 104-0033 JP 00-50-C2 (hex) Joinsoon Electronics MFG. Co., Ltd 987000-987FFF (base 16) Joinsoon Electronics MFG. Co., Ltd 19F., No. 79, Sec. 1, Sintai 5th Rd., Sijhih City Taipei County Taiwan 221 TW 00-50-C2 (hex) BELIK S.P.R.L. 98F000-98FFFF (base 16) BELIK S.P.R.L. Rue du Roussart 147 Waterloo Brabant 1410 BE 00-50-C2 (hex) Link Technologies, Inc 98E000-98EFFF (base 16) Link Technologies, Inc 6560 Satke Drive House Springs MO 63051 US 00-50-C2 (hex) Phytec Messtechnik GmbH 954000-954FFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) Electronic Media Services Ltd 96B000-96BFFF (base 16) Electronic Media Services Ltd Passfield Business Centre Liphook Hampshire GU30 7SB GB 00-50-C2 (hex) Bittium Wireless Ltd 96A000-96AFFF (base 16) Bittium Wireless Ltd Tutkijantie 8 Oulu 50590 FI 00-50-C2 (hex) Shockfish SA 962000-962FFF (base 16) Shockfish SA Parc Scientifique Lausanne VD 1015 CH 00-50-C2 (hex) Lécureux SA 963000-963FFF (base 16) Lécureux SA Rue des Pres 137 Biel/Bienne BE 2503 CH 00-50-C2 (hex) BEEcube Inc. 95E000-95EFFF (base 16) BEEcube Inc. 39465 Paseo Padre Pkwy Fremont CA 94538 US 00-50-C2 (hex) Switch Science (Panini Keikaku) 972000-972FFF (base 16) Switch Science (Panini Keikaku) 2-12-1 Kohjimachi, #805 Chiyoda-ku Tokyo 1020083 JP 00-50-C2 (hex) DECTRIS Ltd. 959000-959FFF (base 16) DECTRIS Ltd. Neuenhoferstrasse 107 Baden 5400 CH 00-50-C2 (hex) taskit GmbH 949000-949FFF (base 16) taskit GmbH Seelenbinder Strasse 33 Berlin 12555 DE 00-50-C2 (hex) ELECTRONIA 948000-948FFF (base 16) ELECTRONIA P.O. 180 Alkhobar Eastern Province 31952 SA 00-50-C2 (hex) Keith & Koep GmbH 942000-942FFF (base 16) Keith & Koep GmbH Uellendahler Str. 199 Wuppertal NRW 42109 DE 00-50-C2 (hex) FractureCode Corporation 93C000-93CFFF (base 16) FractureCode Corporation Amager Strandvej 390, 2. etage Kastrup 2770 DK 00-50-C2 (hex) ALPHATRONICS nv 93A000-93AFFF (base 16) ALPHATRONICS nv Brandstraat 8a Lokeren Oost Vlaanderen B-9160 BE 00-50-C2 (hex) EL.C.A. soc. coop. 951000-951FFF (base 16) EL.C.A. soc. coop. 61, Via delle Industrie Fonte TV 31010 IT 00-50-C2 (hex) Tele and Radio Research Institute 950000-950FFF (base 16) Tele and Radio Research Institute Ratuszowa 11 Warsaw 03-450 PL 00-50-C2 (hex) TEMIX 94C000-94CFFF (base 16) TEMIX Corso Michelangelo Buonarroti, 61B Trecastagni Catania 95039 IT 00-50-C2 (hex) 2NCOMM DESIGN SRL 91F000-91FFFF (base 16) 2NCOMM DESIGN SRL Str. Amiral I. Murgescu, Nr. 1 Bucuresti sector 2 021753 RO 00-50-C2 (hex) Autotank AB 910000-910FFF (base 16) Autotank AB P.O. Box 11059 BROMMA STOCKHOLM SE-16111 SE 00-50-C2 (hex) ASSET InterTech, Inc. 912000-912FFF (base 16) ASSET InterTech, Inc. 2201 N. Central Expressway Richardson TX 75080 US 00-50-C2 (hex) Design Lightning Corp 918000-918FFF (base 16) Design Lightning Corp 1006 W. College Ave Suite 204 State College PA 16801 US 00-50-C2 (hex) Link Electric & Safety Control Co. 924000-924FFF (base 16) Link Electric & Safety Control Co. 444 McNally Drive Nashville TN 37211 US 00-50-C2 (hex) TELIUM s.c. 8FA000-8FAFFF (base 16) TELIUM s.c. ul. Plochocinska 19 Warszawa Mazowieckie 03-191 PL 00-50-C2 (hex) K-MAC Corp. 8F6000-8F6FFF (base 16) K-MAC Corp. 104-11, Munji-Dong Daejeon 305-380 KR 00-50-C2 (hex) Research Applications Incorp 901000-901FFF (base 16) Research Applications Incorp 650 South 79th Street Chandler Arizona 85226 US 00-50-C2 (hex) tec5 AG 8F5000-8F5FFF (base 16) tec5 AG In der Au 27 Oberursel 61440 DE 00-50-C2 (hex) Codex Digital Ltd 908000-908FFF (base 16) Codex Digital Ltd 60 Poland Street London W1F 7NT GB 00-50-C2 (hex) Schneider Electric GmbH 8F2000-8F2FFF (base 16) Schneider Electric GmbH Gothaer Str. 29 Ratingen 40880 DE 00-50-C2 (hex) MaCaPS International Limited 8E4000-8E4FFF (base 16) MaCaPS International Limited Rm. 1408, Block B, Hoi Luen Industrial Centre HK 00-50-C2 (hex) Deutscher Weterdienst 8E1000-8E1FFF (base 16) Deutscher Weterdienst Kaiserleistrasse 44 Offenbach 63067 DE 00-50-C2 (hex) Phytec Messtechnik GmbH 8CE000-8CEFFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) Cambridge Sound Management, LLC 8CD000-8CDFFF (base 16) Cambridge Sound Management, LLC 27 Moulton Street Cambridge MA 02138 US 00-50-C2 (hex) Shenzhen Pennda Technologies Co., Ltd. 8E0000-8E0FFF (base 16) Shenzhen Pennda Technologies Co., Ltd. Room 1801, Overseas Chinese Scholar Venture Building Shenzhen Guangdong 518057 CN 00-50-C2 (hex) Berthel GmbH 8E5000-8E5FFF (base 16) Berthel GmbH Karl-Zucker-Str. 12 Erlangen GERMANY D-91052 DE 00-50-C2 (hex) Vortex Engineering pvt ltd 8C5000-8C5FFF (base 16) Vortex Engineering pvt ltd no 14, Palayakaran street,Ekkaduthangal Chennai Tamilnadu 600097 IN 00-50-C2 (hex) Specialized Communications Corp. 8A0000-8A0FFF (base 16) Specialized Communications Corp. 20940 Twin Springs Drive Smithsburg Maryland 21783 US 00-50-C2 (hex) Mediana 89C000-89CFFF (base 16) Mediana Wonju Medical Industry Park, 1650-1 Donghwa-Ri, Wonju-Si Gangwon-Do 220-801 KR 00-50-C2 (hex) Veeco Process Equipment, Inc. 898000-898FFF (base 16) Veeco Process Equipment, Inc. 2330 E. Prospect Rd. Fort Collins Colorado 80526 US 00-50-C2 (hex) SERVAIND SA. 8B2000-8B2FFF (base 16) SERVAIND SA. Colombres 873 Capital Federal Buenos Aires C1218ABI AR 00-50-C2 (hex) Shadrinskiy Telefonny Zavod 8B6000-8B6FFF (base 16) Shadrinskiy Telefonny Zavod 16, Komsomolskaya str. Shadrinsk Kurganskaya obl. 641870 RU 00-50-C2 (hex) Inventis Technology Pty Limited 887000-887FFF (base 16) Inventis Technology Pty Limited Block A, Unit 40 Caringbah NSW 2229 AU 00-50-C2 (hex) ACS Motion Control Ltd. 889000-889FFF (base 16) ACS Motion Control Ltd. SHAUL AMOR BLV RAMAT GABRIEL MIGDAL HA'EMEQ ISRAEL 10500 IL 00-50-C2 (hex) OOO NTK IMOS 885000-885FFF (base 16) OOO NTK IMOS Politekhnicheskaia str. 22 Saint-Petersburg Nord-West 194021 RU 00-50-C2 (hex) IP Thinking A/S 884000-884FFF (base 16) IP Thinking A/S Karl Bjarnhofsvej 13 Vejle Jylland 7120 DK 00-50-C2 (hex) Privatquelle Gruber GmbH & CO KG 876000-876FFF (base 16) Privatquelle Gruber GmbH & CO KG Innsbrucker Strasse 38 Brixlegg Austria/Tirol 6230 AT 00-50-C2 (hex) Arcos Technologies Ltd. 874000-874FFF (base 16) Arcos Technologies Ltd. 26 Hasivim St. Petakh-Tikva 49517 IL 00-50-C2 (hex) ODF Optronics, Inc. 897000-897FFF (base 16) ODF Optronics, Inc. 6112 Trotter Ridge Road Summerfield NC 27358 US 00-50-C2 (hex) Creation Technologies Chicago 880000-880FFF (base 16) Creation Technologies Chicago 1475 S. Wheeling Rd. Wheeling IL 60090 US 00-50-C2 (hex) SCM PRODUCTS, INC. 87E000-87EFFF (base 16) SCM PRODUCTS, INC. 155 RICEFIELD LANE HAUPPAUGE NEW YORK 11788 US 00-50-C2 (hex) Trakce a.s. 892000-892FFF (base 16) Trakce a.s. Hlavkova 3 Ostrava Privoz 70200 CZ 00-50-C2 (hex) Elsys AG 862000-862FFF (base 16) Elsys AG Mellingerstrasse 12 Niederrohrdorf AG 5443 CH 00-50-C2 (hex) BMTI 84D000-84DFFF (base 16) BMTI ZI Camp Laurent La Seyne Var 83500 FR 00-50-C2 (hex) Radiometer Medical ApS 85E000-85EFFF (base 16) Radiometer Medical ApS Aakandevej 21 Broenshoej Copenhagen 2700 DK 00-50-C2 (hex) Keystone Electronic Solutions 84A000-84AFFF (base 16) Keystone Electronic Solutions 103 Club Avenue Pretoria Gauteng 0181 ZA 00-50-C2 (hex) SMT d.o.o. 824000-824FFF (base 16) SMT d.o.o. Liminjanska 96 Portoroz Slovenia 6320 SI 00-50-C2 (hex) DSP DESIGN 836000-836FFF (base 16) DSP DESIGN TAPTON PARK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB 00-50-C2 (hex) Communications Laboratories Inc 835000-835FFF (base 16) Communications Laboratories Inc 750 North Drive Melbourne Florida 32934-9281 US 00-50-C2 (hex) St Jude Medical, Inc. 831000-831FFF (base 16) St Jude Medical, Inc. One St Jude Medical Dr St Paul MN 55117 US 00-50-C2 (hex) Connection Electronics Ltd. 841000-841FFF (base 16) Connection Electronics Ltd. Unit 6A, 28/F, Cable TV Tower, Tsuen Wan, NT HK 00-50-C2 (hex) Quantum Controls BV 842000-842FFF (base 16) Quantum Controls BV Industriestraat 5 Nuth Limburg 6361 HD NL 00-50-C2 (hex) Vitel Net 82C000-82CFFF (base 16) Vitel Net 8701 Greensboro Dr. McLean VA 22102 US 00-50-C2 (hex) VDC Display Systems 82A000-82AFFF (base 16) VDC Display Systems 7177 N. Atlantic Avenue Cape Canaveral FL 32920 US 00-50-C2 (hex) IMS Röntgensysteme GmbH 839000-839FFF (base 16) IMS Röntgensysteme GmbH Dieselstraße 52 Heiligenhaus Nordrhein-Westfalen 42579 DE 00-50-C2 (hex) Open Video, Inc. 80B000-80BFFF (base 16) Open Video, Inc. 65 Enterprise Aliso Viejo CA 92656 US 00-50-C2 (hex) CET 806000-806FFF (base 16) CET via Enrico Fermi 1 Zenson di Piave Treviso 31050 IT 00-50-C2 (hex) Shenzhen MaiWei Cable TV Equipment CO.,LTD. 7FF000-7FFFFF (base 16) Shenzhen MaiWei Cable TV Equipment CO.,LTD. 13/F,Fiyta Hi-tech Building,GaoXinnanyi Avenue,Southern District of Hi-tech Park,Nanshan District, Shenzhen Guangdong 518057 CN 00-50-C2 (hex) Cabinplant A/S 819000-819FFF (base 16) Cabinplant A/S Roesbjergvej 9 Haarby Fyn 5683 DK 00-50-C2 (hex) 2N TELEKOMUNIKACE a.s. 81F000-81FFFF (base 16) 2N TELEKOMUNIKACE a.s. Modranska 621 Prague 143 01 CZ 00-50-C2 (hex) MultimediaLED 805000-805FFF (base 16) MultimediaLED 11370 Sunrise Park Drive Rancho Cordova California 95742 US 00-50-C2 (hex) JANUS srl 801000-801FFF (base 16) JANUS srl Via Palu', 70 San Vendemiano TV 31020 IT 00-50-C2 (hex) Adeneo 7FD000-7FDFFF (base 16) Adeneo 2 chemin du ruisseau Ecully 69136 FR 00-50-C2 (hex) Wireless Cables Inc. 7FE000-7FEFFF (base 16) Wireless Cables Inc. 1414 Soquel Ave, Ste 212 Santa Cruz CA 95062 US 00-50-C2 (hex) ACE Carwash Systems 7F5000-7F5FFF (base 16) ACE Carwash Systems Gouwzeestraat 11 Weesp NH 1382 KD NL 00-50-C2 (hex) GFI Chrono Time 7EF000-7EFFFF (base 16) GFI Chrono Time 121 rue des Guillees CHAURAY 79180 FR 00-50-C2 (hex) Network Harbor, Inc. 7F0000-7F0FFF (base 16) Network Harbor, Inc. 4006 N. Becker Drive Bartonville IL 61607 US 00-50-C2 (hex) STUHL Regelsysteme GmbH 7F1000-7F1FFF (base 16) STUHL Regelsysteme GmbH Am Wasserturm 1 Spalt BY 91174 DE 00-50-C2 (hex) Saia-Burgess Controls AG 7F6000-7F6FFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) Sesol Industrial Computer 7EB000-7EBFFF (base 16) Sesol Industrial Computer #509 High-End Tower, Seoul Digital Guro-Gu Seoul 152-848 KR 00-50-C2 (hex) Genesis Automation Inc. 7ED000-7EDFFF (base 16) Genesis Automation Inc. 3480 Swenson Ave. Saint Charles IL 60174 US 00-50-C2 (hex) aiXtrusion GmbH 7DC000-7DCFFF (base 16) aiXtrusion GmbH Pirolweg 21 Aachen NRW 52076 DE 00-50-C2 (hex) InnoScan K/S 7D8000-7D8FFF (base 16) InnoScan K/S Sødalsparken 11 Brabrand 8220 DK 00-50-C2 (hex) Phytec Messtechnik GmbH 7D1000-7D1FFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) Bittitalo Oy 7D2000-7D2FFF (base 16) Bittitalo Oy Lausmaentie 14 RAISIO Finland 21210 FI 00-50-C2 (hex) Tattile srl 7B7000-7B7FFF (base 16) Tattile srl via gaetano donizetti,1/3/5 capriano del colle brescia 25020 IT 00-50-C2 (hex) DIT-MCO International 7B5000-7B5FFF (base 16) DIT-MCO International 5612 Brighton Terrace Kansas City Missouri 64130 US 00-50-C2 (hex) C2 Microsystems 7AF000-7AFFFF (base 16) C2 Microsystems 2833 Junction Ave San Jose CA 95134-1224 US 00-50-C2 (hex) ViewPlus Technologies, Inc. 7CB000-7CBFFF (base 16) ViewPlus Technologies, Inc. 1853 SW Airport Ave. Corvallis OR 97333 US 00-50-C2 (hex) Lyngdorf Audio Aps 7C6000-7C6FFF (base 16) Lyngdorf Audio Aps Ulvevej 28 Skive Jylland DK-7800 DK 00-50-C2 (hex) HOSA TECHNOLOGY, INC. 788000-788FFF (base 16) HOSA TECHNOLOGY, INC. 6650 CABALLERO BLVD. BUENA PARK CA 90620 US 00-50-C2 (hex) M Squared Lasers Limited 791000-791FFF (base 16) M Squared Lasers Limited 1 Technology Terrace Glasgow Scotland G20 0XA GB 00-50-C2 (hex) Integrated Security Corporation 776000-776FFF (base 16) Integrated Security Corporation 46755 Magellan Drive Novi MI 48377 US 00-50-C2 (hex) IES Elektronikentwicklung 772000-772FFF (base 16) IES Elektronikentwicklung Osterholzweg 26 Braunschweig Niedersachsen 38110 DE 00-50-C2 (hex) Icon Time Systems 785000-785FFF (base 16) Icon Time Systems 15201 NW Greenbrier Pkwy, Suite A1 Beaverton Oregon 97006 US 00-50-C2 (hex) Crinia Corporation 76E000-76EFFF (base 16) Crinia Corporation PO Box 364 Cherrybrook NSW 2126 AU 00-50-C2 (hex) Control Service do Brasil Ltda 768000-768FFF (base 16) Control Service do Brasil Ltda Rua Funchal, 551 cj. 62 São Paulo 04551060 BR 00-50-C2 (hex) STÖRK-TRONIC Störk GmbH&Co. KG 75C000-75CFFF (base 16) STÖRK-TRONIC Störk GmbH&Co. KG Untere Waldplätze 6 Stuttgart Baden-Württemberg D-70569 DE 00-50-C2 (hex) German Technologies 74F000-74FFFF (base 16) German Technologies Chaqiao Industrial District, Shiqi Zhongshan City Guangdong Province 528404 CN 00-50-C2 (hex) Gaisler Research AB 75A000-75AFFF (base 16) Gaisler Research AB Forsta Langgatan 19 Goteborg VG 41327 SE 00-50-C2 (hex) Letechnic Ltd 748000-748FFF (base 16) Letechnic Ltd 143 Ladies Mile Auckland 1051 NZ 00-50-C2 (hex) MONITOR ELECTRONICS LTD 74A000-74AFFF (base 16) MONITOR ELECTRONICS LTD VOULIAGMENIS AV. 403, ILIOUPOLI ATHENS ATTIKI 16346 GR 00-50-C2 (hex) AixSolve GmbH 758000-758FFF (base 16) AixSolve GmbH Kaiserstrasse 100 Herzogenrath NRW 52134 DE 00-50-C2 (hex) Simicon 73C000-73CFFF (base 16) Simicon Mendeleevskay str. 8 Saint-Petersburg 194044 RU 00-50-C2 (hex) InterDigital Canada Ltd 728000-728FFF (base 16) InterDigital Canada Ltd 1000 Sherbrooke West, 10th floor Montreal Quebec H3A 3G4 CA 00-50-C2 (hex) Ant Lamp, Inc 735000-735FFF (base 16) Ant Lamp, Inc 16420 SE McGillivray Vancouver WA 98683-3461 US 00-50-C2 (hex) Dain 741000-741FFF (base 16) Dain Dongmun Vision Building, Sinjeong 6-dong, Yangcheon-gu, Seoul Yangcheon-gu, 158-740 KR 00-50-C2 (hex) Quantec Networks GmbH 73E000-73EFFF (base 16) Quantec Networks GmbH Rieselwiese 1 Vienenburg Niedersachsen 38690 DE 00-50-C2 (hex) MEDAV GmbH 73F000-73FFFF (base 16) MEDAV GmbH Graefenberger Strasse 32 - 34 Uttenreuth Bayern 91080 DE 00-50-C2 (hex) Richard Griessbach Feinmechanik GmbH 72C000-72CFFF (base 16) Richard Griessbach Feinmechanik GmbH Im Biotechnologiepark Luckenwalde Brandenburg 14943 DE 00-50-C2 (hex) Physical Acoustics Corporation 72D000-72DFFF (base 16) Physical Acoustics Corporation 195 Clarksville Road Princeton Junction NJ 08550 US 00-50-C2 (hex) Schlumberger K.K. 732000-732FFF (base 16) Schlumberger K.K. 2-2-1 Fuchinobe, Chuo Sagamihara Kanagawa 252-0206 JP 00-50-C2 (hex) Spirent Communications 731000-731FFF (base 16) Spirent Communications 541 Industrial Way West Eatontown New Jersey 07724 US 00-50-C2 (hex) haber & koenig electronics gmbh 730000-730FFF (base 16) haber & koenig electronics gmbh Rechtes Salzachufer 42 Bergheim Salzburg 5101 AT 00-50-C2 (hex) Spectrum Communications FZE 721000-721FFF (base 16) Spectrum Communications FZE A4-42 Sharjah AE 00-50-C2 (hex) MG s.r.l. 71D000-71DFFF (base 16) MG s.r.l. via Monte Bianco, 1 Solbiate Olona VA 21058 IT 00-50-C2 (hex) Smartek d.o.o. 708000-708FFF (base 16) Smartek d.o.o. Ziskovec 141 Cakovec Medjimurje 40000 HR 00-50-C2 (hex) DioDigiWorks. CO., LTD. 706000-706FFF (base 16) DioDigiWorks. CO., LTD. 12F, 1208, Byucksan/Kyungin Digital Valley II, SEOUL 153-803 KR 00-50-C2 (hex) LINKIT S.R.L. 711000-711FFF (base 16) LINKIT S.R.L. Via Lavoratori Autobianchi, 1 Desio MI 20033 IT 00-50-C2 (hex) ela-soft GmbH & Co. KG 70D000-70DFFF (base 16) ela-soft GmbH & Co. KG Breitenbachstraye 10 Berlin 13509 DE 00-50-C2 (hex) Elmec Inc. 71C000-71CFFF (base 16) Elmec Inc. 229 Billerica Road Chelmsford MA 01824 US 00-50-C2 (hex) illunis LLC 718000-718FFF (base 16) illunis LLC 14700 Excelsior Blvd Minnetonka MN 55345 US 00-50-C2 (hex) Blue Origin 6FE000-6FEFFF (base 16) Blue Origin 21218 76th Ave. S Kent WA 98032 US 00-50-C2 (hex) Revox GmbH 6F9000-6F9FFF (base 16) Revox GmbH Am Krebsgraben 15 VS-Villingen Baden-Württemberg 78048 DE 00-50-C2 (hex) infoplan Gesellschaftfür Informationssysteme mbH 6F7000-6F7FFF (base 16) infoplan Gesellschaftfür Informationssysteme mbH Wallbergstraße 1 Taufkirchen Bayern D-82024 DE 00-50-C2 (hex) Kitron Microelectronics AB 6F5000-6F5FFF (base 16) Kitron Microelectronics AB P.O. Box 1052 Jönköping SE-551 10 SE 00-50-C2 (hex) St. Michael Strategies Inc. 6FF000-6FFFFF (base 16) St. Michael Strategies Inc. 701 Salaberry Chambly Quebec J3L 1R2 CA 00-50-C2 (hex) Laser Electronics Ltd 6F2000-6F2FFF (base 16) Laser Electronics Ltd Gunby Road Skegness Lincolnshire PE24 5HT GB 00-50-C2 (hex) Anymax 6E8000-6E8FFF (base 16) Anymax 9200 Voie des Clouets Val de Reuil Eure 27100 FR 00-50-C2 (hex) HoseoTelnet Inc... 6C2000-6C2FFF (base 16) HoseoTelnet Inc... Hoseo Plaza B/D 7F, 416 Gangseo-ro, Gangseo-gu Seoul 07583 KR 00-50-C2 (hex) Fertron Controle e Automacao Industrial Ltda. 6BA000-6BAFFF (base 16) Fertron Controle e Automacao Industrial Ltda. Av. Cesar Mingossi, 108 Sertaozinho SP 14177-293 BR 00-50-C2 (hex) Ele.Mag S.r.l. 6BB000-6BBFFF (base 16) Ele.Mag S.r.l. via Milano14 Gorgonzola Milan 20064 IT 00-50-C2 (hex) unipo GmbH 6B9000-6B9FFF (base 16) unipo GmbH Pelarstrasse 21 Michelstadt Hessen 64720 DE 00-50-C2 (hex) QuickCircuit Ltd. 6C7000-6C7FFF (base 16) QuickCircuit Ltd. 2 Piermark Drive Auckland Auckland 0269 NZ 00-50-C2 (hex) EDS Systemtechnik 6D0000-6D0FFF (base 16) EDS Systemtechnik Alexianergraben 23 Aachen NRW 52064 DE 00-50-C2 (hex) TRIUMF 6B5000-6B5FFF (base 16) TRIUMF 4004 Wesbrook Mall Vancouver BC V6T 2A3 CA 00-50-C2 (hex) Oerlikon Contraves AG 6C5000-6C5FFF (base 16) Oerlikon Contraves AG Birchstrasse 155 Zuerich CH-8050 CH 00-50-C2 (hex) Smart Key International Limited 6B0000-6B0FFF (base 16) Smart Key International Limited Unit F46, 5/F., Wah Lok Ind Ctr Shatin NT HK HK 00-50-C2 (hex) Heim- & Bürokommunikation 6AD000-6ADFFF (base 16) Heim- & Bürokommunikation Markt 6 Altdöbern Brandenburg 03229 DE 00-50-C2 (hex) Softwareentwicklung 6AB000-6ABFFF (base 16) Softwareentwicklung Bluecherstraße 32 Pforzheim Baden-Württemberg 75177 DE 00-50-C2 (hex) CXR Larus Corporation 68D000-68DFFF (base 16) CXR Larus Corporation 894 Faulstich Court San Jose CA 95112 US 00-50-C2 (hex) Total RF, LLC 69F000-69FFFF (base 16) Total RF, LLC 777 American Drive Bensalem PA 19020 US 00-50-C2 (hex) ESA Messtechnik GmbH 67D000-67DFFF (base 16) ESA Messtechnik GmbH Schlossstrasse 119 Olching D-82140 DE 00-50-C2 (hex) Honey Network Research Limited 680000-680FFF (base 16) Honey Network Research Limited Bedford i-Lab Bedford Bedfordshire MK44 3RZ GB 00-50-C2 (hex) DESY 66C000-66CFFF (base 16) DESY Notkestrasse 85 Hamburg Hamburg 22607 DE 00-50-C2 (hex) Linear Systems Ltd. 66E000-66EFFF (base 16) Linear Systems Ltd. Unit# 1 - 1717 Dublin Avenue Winnipeg MB R3H 0H2 CA 00-50-C2 (hex) ProconX Pty Ltd 677000-677FFF (base 16) ProconX Pty Ltd PO Box 791 Sumner Park BC QLD 4074 AU 00-50-C2 (hex) IHM 678000-678FFF (base 16) IHM Vandtaarnsvej 87 Soborg Copenhagen 2860 DK 00-50-C2 (hex) CC Systems AB 67A000-67AFFF (base 16) CC Systems AB Box 83 Alfta 82222 SE 00-50-C2 (hex) EDS 676000-676FFF (base 16) EDS 100 Winchester Cir Los Gatos Ca 95032 US 00-50-C2 (hex) NetworkSound, Inc 665000-665FFF (base 16) NetworkSound, Inc 2381 Zanker Road, Ste 120 San Jose CA 95131 US 00-50-C2 (hex) Enatel Limited 643000-643FFF (base 16) Enatel Limited 66 Treffers Road Christchurch 8042 NZ 00-50-C2 (hex) TRUTOUCH TECHNOLOGIES INC 646000-646FFF (base 16) TRUTOUCH TECHNOLOGIES INC 800 BRADBURY DR SE ALBUQUERQUE NM 87106-4310 US 00-50-C2 (hex) Fraunhofer IIS 631000-631FFF (base 16) Fraunhofer IIS Am Wolfsmantel 33 Erlangen Bayern 91058 DE 00-50-C2 (hex) Hisstema AB 65A000-65AFFF (base 16) Hisstema AB Hantverksvägen 13 Södertälje S-151 65 SE 00-50-C2 (hex) Doble Engineering 653000-653FFF (base 16) Doble Engineering 85 Walnut St Watertown MA 02472 US 00-50-C2 (hex) PaloDEx Group Oy 654000-654FFF (base 16) PaloDEx Group Oy Nahkelantie 160 TUUSULA FIN 04301 US 00-50-C2 (hex) Brookhaven National Laboratory 611000-611FFF (base 16) Brookhaven National Laboratory Bldg 911B Upton NY 11973 US 00-50-C2 (hex) FDT Manufacturing, LLC 610000-610FFF (base 16) FDT Manufacturing, LLC 1005 Alderman Dr Alpharetta GA 30005 US 00-50-C2 (hex) Version-T 621000-621FFF (base 16) Version-T 1 per. Pestelya 50A Kaluga Kaluga region 248003 RU 00-50-C2 (hex) DARE Development 628000-628FFF (base 16) DARE Development Vijzelmolenlaan 7 Woerden UT 3447 GX NL 00-50-C2 (hex) Prisma Engineering srl 62A000-62AFFF (base 16) Prisma Engineering srl Via Petrocchi, 4 Milano MI 20127 IT 00-50-C2 (hex) Kommunikations- & Sicherheitssysteme Gesellschaft m.b.H 60F000-60FFFF (base 16) Kommunikations- & Sicherheitssysteme Gesellschaft m.b.H Computerstr. 6 Vienna 1100 AT 00-50-C2 (hex) EBNeuro SpA 625000-625FFF (base 16) EBNeuro SpA VIA PIETRO FANFANI 97/a FIRENZE 50127 IT 00-50-C2 (hex) LESTER ELECTRONICS LTD 61E000-61EFFF (base 16) LESTER ELECTRONICS LTD UNIT 3, WYCLIFFE INDUSTRIAL EST LEICESTER UK LE17 4HG GB 00-50-C2 (hex) ROTHARY Solutions AG 5F9000-5F9FFF (base 16) ROTHARY Solutions AG Hauptstrasse 84 Kreuzlingen TG 8280 CH 00-50-C2 (hex) Phytec Messtechnik GmbH 5E0000-5E0FFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) Ittiam Systems (P) Ltd 5E1000-5E1FFF (base 16) Ittiam Systems (P) Ltd Consulate 1, Bangalore Karnataka 560025 IN 00-50-C2 (hex) ASiS Technologies Pte Ltd 5EC000-5ECFFF (base 16) ASiS Technologies Pte Ltd 71 Ubi Crescent Singapore 408571 SG 00-50-C2 (hex) SomerData ltd 5DD000-5DDFFF (base 16) SomerData ltd Underwood Business Park Wells Somerset BA5 1AF GB 00-50-C2 (hex) Musatel 5E6000-5E6FFF (base 16) Musatel c/Caridad, 1 BIS Pozuelo de Alarcón Madrid 28224 ES 00-50-C2 (hex) EADS TEST & SERVICES 5E7000-5E7FFF (base 16) EADS TEST & SERVICES 5, avenue guynemer BP 86 colomiers 31772 FR 00-50-C2 (hex) Kobold Sistemi s.r.l. 5CB000-5CBFFF (base 16) Kobold Sistemi s.r.l. Via Giuseppe Di Vittorio 307/28 Sesto San Giovanni Milano 20099 IT 00-50-C2 (hex) RADA Electronics Industries Ltd. 5CD000-5CDFFF (base 16) RADA Electronics Industries Ltd. 7 Gibory Israel St. Netanya 42504 IL 00-50-C2 (hex) Roke Manor Research Ltd 5CE000-5CEFFF (base 16) Roke Manor Research Ltd Roke Manor ROMSEY Hampshire SO51 0ZN GB 00-50-C2 (hex) Buyang Electronics Industrial Co., Ltd. 5CA000-5CAFFF (base 16) Buyang Electronics Industrial Co., Ltd. 434-140 Oryu-Dong Incheon 404-300 KR 00-50-C2 (hex) Georgia Tech Research Institute 5C8000-5C8FFF (base 16) Georgia Tech Research Institute 400 Tenth St. NW Atlanta Georgia 30332 US 00-50-C2 (hex) KS System GmbH 5C3000-5C3FFF (base 16) KS System GmbH Alexanderstr. 37 Muelheim NRW 45472 DE 00-50-C2 (hex) Card Access Services Pty Ltd 5BE000-5BEFFF (base 16) Card Access Services Pty Ltd Level 2, 7-9 Albany St Sydney New South Wales 2065 AU 00-50-C2 (hex) R. L. Drake Company 5C1000-5C1FFF (base 16) R. L. Drake Company 230 Industrial Drive Franklin OH 45005 US 00-50-C2 (hex) Terrascience Systems Ltd. 5B4000-5B4FFF (base 16) Terrascience Systems Ltd. 2040 West 10th Ave. Vancouver B.C. V6J 2B3 CA 00-50-C2 (hex) SPANSION 596000-596FFF (base 16) SPANSION PO Box 3453, Mail Stop 9 Sunnyvale CA 94088 US 00-50-C2 (hex) Callpod, Inc. 595000-595FFF (base 16) Callpod, Inc. 850 W. Jackson Chicago IL 60607 US 00-50-C2 (hex) Fen Technology Limited 599000-599FFF (base 16) Fen Technology Limited 4 Oakington Business Park Oakington Cambridge CB24 3DQ GB 00-50-C2 (hex) AYC Telecom Ltd 5A9000-5A9FFF (base 16) AYC Telecom Ltd Unit 2 Fleet Business Park Church Crookham Hampshire GU52 8BF GB 00-50-C2 (hex) SAPEC 59B000-59BFFF (base 16) SAPEC Rufino Gonzalez, 15 Madrid 28037 ES 00-50-C2 (hex) DELSAT GROUP S.A. 59C000-59CFFF (base 16) DELSAT GROUP S.A. CORDOBA 3197 MAR DEL PLATA BUENOS AIRES 7600 AR 00-50-C2 (hex) Penny & Giles Aerospace Ltd 58E000-58EFFF (base 16) Penny & Giles Aerospace Ltd 1 Airfield Road Christchurch Dorset BH23 3TH GB 00-50-C2 (hex) HORIBA ABX SAS 589000-589FFF (base 16) HORIBA ABX SAS rue du caducee Montpellier Herault 34000 FR 00-50-C2 (hex) Lattice Semiconductor Corp. (LPA) 58C000-58CFFF (base 16) Lattice Semiconductor Corp. (LPA) 2115 O’Nel Drive San Jose CA 95131 US 00-50-C2 (hex) Dataton Utvecklings AB 56B000-56BFFF (base 16) Dataton Utvecklings AB Box 454 Linkoping . 58105 SE 00-50-C2 (hex) Twinwin Technplogy Co.,Ltd. 569000-569FFF (base 16) Twinwin Technplogy Co.,Ltd. 6F-2 ,No.400,Sec 1,Changping Rd.,Beirict, 406 TW 00-50-C2 (hex) Gastager Systemtechnik GmbH 579000-579FFF (base 16) Gastager Systemtechnik GmbH Gerating 10 Traunstein Bayern 83278 DE 00-50-C2 (hex) Devitech ApS 581000-581FFF (base 16) Devitech ApS Sundsholmen 12 Noerresundby DK 9400 DK 00-50-C2 (hex) Netsynt S.p.A. 549000-549FFF (base 16) Netsynt S.p.A. Via G. A. Resti 53 Roma 00143 IT 00-50-C2 (hex) BLANKOM Antennentechnik GmbH 547000-547FFF (base 16) BLANKOM Antennentechnik GmbH Bahnhofstr. 39 Bad Blankenburg Deutschland D-07422 DE 00-50-C2 (hex) IPTC Tech. Comm. AB 54A000-54AFFF (base 16) IPTC Tech. Comm. AB Pyramidbacken 6 Kungens Kurva Stockholm 14175 US 00-50-C2 (hex) Image Control Design Limited 53A000-53AFFF (base 16) Image Control Design Limited 78 London Road Waterlooville Hampshire PO7 5AB GB 00-50-C2 (hex) Orion Technologies,LLC 531000-531FFF (base 16) Orion Technologies,LLC 12605 Challenger Parkway Suite 130 Orlando FL 32826 US 00-50-C2 (hex) DSP DESIGN 52E000-52EFFF (base 16) DSP DESIGN TAPTON PARK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB 00-50-C2 (hex) VITEC MULTIMEDIA 52C000-52CFFF (base 16) VITEC MULTIMEDIA 99, rue Pierre Semard CHATILLON 92324 FR 00-50-C2 (hex) GEM ELETTRONICA Srl 4FE000-4FEFFF (base 16) GEM ELETTRONICA Srl Via A. Vespucci, 9 San Benedetto del Tronto AP 63074 IT 00-50-C2 (hex) Creative Retail Entertainment 4EF000-4EFFFF (base 16) Creative Retail Entertainment Unit 2 Calcot Reading RG31 7SD US 00-50-C2 (hex) RESPIRONICS INC. 503000-503FFF (base 16) RESPIRONICS INC. 1001 MURRY RIDGE LANE MURRYSVILLE PENNSYLVANIA 15668 US 00-50-C2 (hex) Ziehl-Abegg AG 4CF000-4CFFFF (base 16) Ziehl-Abegg AG Heinz-Ziehl-Straße Kuenzelsau Baden-Württemberg 74653 DE 00-50-C2 (hex) Open Date Equipment Limited 4CE000-4CEFFF (base 16) Open Date Equipment Limited Units 7 & 8 Furmston Court Letchworth Garden City Hertfordshire SG6 1UJ US 00-50-C2 (hex) Ingenieurbüro Schober 4D6000-4D6FFF (base 16) Ingenieurbüro Schober Schloßgarten 16 Cadolzburg Bayern 90556 DE 00-50-C2 (hex) RCS Energy Management Ltd 4D0000-4D0FFF (base 16) RCS Energy Management Ltd RMS House Newbury Berkshire RG14 5PX GB 00-50-C2 (hex) SLICAN sp. z o.o. 4D1000-4D1FFF (base 16) SLICAN sp. z o.o. ul.M.Konopnickiej 18 Bydgoszcz Kujawsko-Pomorskie 85-124 PL 00-50-C2 (hex) SATEL sp. z o.o. 4E8000-4E8FFF (base 16) SATEL sp. z o.o. Schuberta 79 Gdańsk pomorskie 80-172 PL 00-50-C2 (hex) GE Security Kampro 4D9000-4D9FFF (base 16) GE Security Kampro 2F, No.8,Lane 97,Wugong Rd.,Wu-Ku Ind. Park Hsin-Chuang City Taipei County 248 TW 00-50-C2 (hex) OpenPeak, Inc. 4AD000-4ADFFF (base 16) OpenPeak, Inc. 5355 Town Center Rd Boca Raton FL 33486 US 00-50-C2 (hex) GFI Chrono Time 4B7000-4B7FFF (base 16) GFI Chrono Time 121 rue des Guillees CHAURAY 79180 FR 00-50-C2 (hex) Shenzhen Hongdian Technologies.,Ltd 4B8000-4B8FFF (base 16) Shenzhen Hongdian Technologies.,Ltd 15H,Jinsong Building,Chegongmiao Shenzhen Guangdong 518040 CN 00-50-C2 (hex) Rose Technologies 4B9000-4B9FFF (base 16) Rose Technologies 13400 NE 20th Street, #32 Bellevue WA 98005 US 00-50-C2 (hex) Doramu Co.,Ltd. 4AC000-4ACFFF (base 16) Doramu Co.,Ltd. 4F Oyama Bldg. Taito-ku, Tokyo 110-0015 JP 00-50-C2 (hex) JVF Communications Ltd 4AB000-4ABFFF (base 16) JVF Communications Ltd 30 Loughborough Road Mountsorrel Leics LE12 7AT GB 00-50-C2 (hex) Faber Electronics BV 4A9000-4A9FFF (base 16) Faber Electronics BV Th. Dobbeweg 1 Velp Gelderland 6883 GN Velp NL 00-50-C2 (hex) Scirocco AB 4C9000-4C9FFF (base 16) Scirocco AB Electrum 217 Kista SE-164 40 SE 00-50-C2 (hex) TelASIC Communications, Inc. 49A000-49AFFF (base 16) TelASIC Communications, Inc. 1940 E Mariposa Avenue El Segundo CA 90245 US 00-50-C2 (hex) SPECS GmbH 4A2000-4A2FFF (base 16) SPECS GmbH Voltastrasse 5 Berlin 13355 DE 00-50-C2 (hex) Safegate International AB 486000-486FFF (base 16) Safegate International AB Djurhagegatan 19 Malmö 21376 SE 00-50-C2 (hex) Trellia Networks 499000-499FFF (base 16) Trellia Networks 774 Decarie Montreal Quebec H4L 3L5 CA 00-50-C2 (hex) Computer Sciences Corp 481000-481FFF (base 16) Computer Sciences Corp 2315 Meredith Lane, Ste. A Santa Maria CA 93455-1145 US 00-50-C2 (hex) Sensus Metering Systems Israel 473000-473FFF (base 16) Sensus Metering Systems Israel 16 Hamelacha st Rosh Haayin 48091 IL 00-50-C2 (hex) WIT Inc 47D000-47DFFF (base 16) WIT Inc 420 E Lana Ct Draper UT 84020 US 00-50-C2 (hex) LONAP Limited 466000-466FFF (base 16) LONAP Limited 5 Fleet Place London EC4M 7RD GB 00-50-C2 (hex) Computime Systems UK Ltd. 44C000-44CFFF (base 16) Computime Systems UK Ltd. 4 Woodside Mews Leeds West Yorkshire LS16 6QE GB 00-50-C2 (hex) United Western Technologies 467000-467FFF (base 16) United Western Technologies 330 West Clark Street Pasco Washington 99301 US 00-50-C2 (hex) ADATEL TELECOMUNICACIONES S.A. 435000-435FFF (base 16) ADATEL TELECOMUNICACIONES S.A. Manuel Tovar, 38 Madrid 28034 ES 00-50-C2 (hex) Argo-Tech 42D000-42DFFF (base 16) Argo-Tech 23555 Euclid Ave. Cleveland OH 44117 US 00-50-C2 (hex) Satellite Services BV 436000-436FFF (base 16) Satellite Services BV Scheepmakerstraat 40 Katwijk aan Zee Zuid-Holland 2222 AC NL 00-50-C2 (hex) Altronic, Inc. 41D000-41DFFF (base 16) Altronic, Inc. 712 Trumbull Ave Girard OHIO 44420 US 00-50-C2 (hex) TERN, Inc. 408000-408FFF (base 16) TERN, Inc. 1724 Picasso Ave. Davis CA 95616 US 00-50-C2 (hex) Roxar A/S 428000-428FFF (base 16) Roxar A/S Bjellandveien 24. Toensberg 3103 NO 00-50-C2 (hex) STL GmbH 3F2000-3F2FFF (base 16) STL GmbH Max-Stromeyer-Straße 116 Konstanz Baden-Württemberg 78467 DE 00-50-C2 (hex) Commoca, Inc 3EE000-3EEFFF (base 16) Commoca, Inc #68 East Mendez Vigo Suite 3 Mayaguez PR 00680 PR 00-50-C2 (hex) Tumsan 3FA000-3FAFFF (base 16) Tumsan Sturenatu 27 Helsinki 00510 FI 00-50-C2 (hex) dAFTdATA Limited 3F6000-3F6FFF (base 16) dAFTdATA Limited dAFT HQ Colchester Essex CO3 3UN GB 00-50-C2 (hex) PAT Industries, DBA Pacific Advanced Technology 3EF000-3EFFFF (base 16) PAT Industries, DBA Pacific Advanced Technology 85 Industrial Way, Unit A Buellton CA 93427 US 00-50-C2 (hex) HaiVision Systems Inc 3FE000-3FEFFF (base 16) HaiVision Systems Inc 4445 Garand Ville St-Laurent Quebec H4R2H9 CA 00-50-C2 (hex) Superna Ltd 3F8000-3F8FFF (base 16) Superna Ltd 102 Donald Dr Hamilton NJ 08619 US 00-50-C2 (hex) Bavaria Digital Technik GmbH 3D9000-3D9FFF (base 16) Bavaria Digital Technik GmbH Rehbichler Weg 26 Pfronten Bayern 87459 DE 00-50-C2 (hex) Key Systems , Inc. 3D8000-3D8FFF (base 16) Key Systems , Inc. 7635 Glacier Hill Victor NY 14564 US 00-50-C2 (hex) Tyzx, Inc. 3BC000-3BCFFF (base 16) Tyzx, Inc. 3895 Bohannon Drive Menlo Park CA 94025 US 00-50-C2 (hex) Pauly Steuer- und Regelanlagen GmbH & Co. KG 3BE000-3BEFFF (base 16) Pauly Steuer- und Regelanlagen GmbH & Co. KG Pfingstweide 8 Friedberg Hessen 61169 DE 00-50-C2 (hex) Casabyte Inc. 3C2000-3C2FFF (base 16) Casabyte Inc. POB 10127 Blacksburg VA 24062 US 00-50-C2 (hex) Sypris Electronics 3C4000-3C4FFF (base 16) Sypris Electronics 10901N McKinley Dr Tampa Florida 33612 US 00-50-C2 (hex) ABB Inc. 3CA000-3CAFFF (base 16) ABB Inc. 843 North Jefferson St. Lewisburg West Virginia 24901 US 00-50-C2 (hex) Embedit A/S 394000-394FFF (base 16) Embedit A/S Generatorvej 8A Herlev 2730 DK 00-50-C2 (hex) TTC Telecom 38F000-38FFFF (base 16) TTC Telecom Jiskrova 4 Kosice 040 01 SK 00-50-C2 (hex) Esensors, Inc. 391000-391FFF (base 16) Esensors, Inc. 4240 Ridge Lea Road Amherst NY 14226 US 00-50-C2 (hex) Star Link Communication Pvt. Ltd. 3A3000-3A3FFF (base 16) Star Link Communication Pvt. Ltd. HR114/6 & Hr132/6, Pulprehladpur, New Delhi 110044 IN 00-50-C2 (hex) TIYODA MFG CO.,LTD. 39C000-39CFFF (base 16) TIYODA MFG CO.,LTD. 75-5 Imojiya Chikuma-city NAGANO 387-0015 JP 00-50-C2 (hex) Spirent Communications (Scotland) Limited 3AD000-3ADFFF (base 16) Spirent Communications (Scotland) Limited Hamilton International Technology Park Glasgow South Lanarkshire G72 0FF GB 00-50-C2 (hex) Optronic Partner pr AB 36A000-36AFFF (base 16) Optronic Partner pr AB Box 733 SKELLEFTEA SE 93127 SE 00-50-C2 (hex) CANMAX Technology Ltd. 367000-367FFF (base 16) CANMAX Technology Ltd. 7F, No.183. Section 1, Tatung Road Hsi Chih Taipei Hsien 221 TW 00-50-C2 (hex) Vanguard Technology Corp. 366000-366FFF (base 16) Vanguard Technology Corp. 5633 Paradise Blvd. NW Albuquerque NM 87114 US 00-50-C2 (hex) VeroTrak Inc. 37D000-37DFFF (base 16) VeroTrak Inc. 6062 Hollow Tree Court Colorado Springs CO 80918 US 00-50-C2 (hex) Freescale Semiconductor 37B000-37BFFF (base 16) Freescale Semiconductor 2100 East Elliot Tempe AZ 85284 US 00-50-C2 (hex) Tattile srl 364000-364FFF (base 16) Tattile srl Via Trento 127/129 Capriano del Colle Brescia 25020 IT 00-50-C2 (hex) Europe Technologies 370000-370FFF (base 16) Europe Technologies 1681, Route des Dolines Valbonne 06560 FR 00-50-C2 (hex) DIGITAL ART SYSTEM 371000-371FFF (base 16) DIGITAL ART SYSTEM 838 rue de l'Aiguelongue Montpellier HR 34090 FR 00-50-C2 (hex) SUNGJIN NEOTECH Co.Ltd. 385000-385FFF (base 16) SUNGJIN NEOTECH Co.Ltd. #105,Suntechcity Bldg,513-15 Sangdaewon-Dong, Jungwon-Gu Seongnam Kyonggi-Do 462-806 KR 00-50-C2 (hex) Oplink Communications 36D000-36DFFF (base 16) Oplink Communications 3469 North First St. San Jose California 95134 US 00-50-C2 (hex) ELV Elektronik AG 372000-372FFF (base 16) ELV Elektronik AG Maiburger Str. 32-36 Leer Niedersachsen 26789 DE 00-50-C2 (hex) EXYS bvba 33F000-33FFFF (base 16) EXYS bvba Populierenlaan 6 Tildonk 3150 BE 00-50-C2 (hex) Row Seven Ltd 347000-347FFF (base 16) Row Seven Ltd 13 Swan Yard London N1 1SD GB 00-50-C2 (hex) Advanced IP Communications 354000-354FFF (base 16) Advanced IP Communications 1909 N. Glenville Suite 100 Richardson TX 75081 US 00-50-C2 (hex) NIE Corporation 34A000-34AFFF (base 16) NIE Corporation Ohara-Sanden Bldg. 7-F Shinagawa-ku Tokyo 141-0022 JP 00-50-C2 (hex) ABB Power Technologies S.p.A. Unità  Operativa SACE (PTMV) 34E000-34EFFF (base 16) ABB Power Technologies S.p.A. Unità  Operativa SACE (PTMV) vai Friuli 4 Dalmine (Bergamo) 20044 IT 00-50-C2 (hex) Athena Semiconductor 357000-357FFF (base 16) Athena Semiconductor 47538 Fremont Blvd. Fremont CA 94358 US 00-50-C2 (hex) Zodiak Data Systems 31A000-31AFFF (base 16) Zodiak Data Systems 5, Avenue des Andes 91978 Courtaboeuf Cedex FR 00-50-C2 (hex) Invatron Systems Corp. 319000-319FFF (base 16) Invatron Systems Corp. 5710 Timberlea Blvd. Mississauga Ontario L4W 4W1 CA 00-50-C2 (hex) Milmega Ltd 318000-318FFF (base 16) Milmega Ltd Ryde Business Park Ryde Isle of WIght PO33 1BQ GB 00-50-C2 (hex) Integrated Silicon Solution (Taiwan), Inc. 32C000-32CFFF (base 16) Integrated Silicon Solution (Taiwan), Inc. 5F, No.1, Creation Rd. II, Hsinchu 300 TW 00-50-C2 (hex) BQT Solutions (Australia) Limited 322000-322FFF (base 16) BQT Solutions (Australia) Limited Unit 5, 12-18 Victoria Street East Lidcombe NSW 2141 AU 00-50-C2 (hex) Red Rock Networks 323000-323FFF (base 16) Red Rock Networks P.O. Box 3465 Sonora CA 95370 US 00-50-C2 (hex) ifak system GmbH 315000-315FFF (base 16) ifak system GmbH Schleinufer 11 Magdeburg Saxony-Anhalt 39104 DE 00-50-C2 (hex) Noran Tel Communications Ltd. 306000-306FFF (base 16) Noran Tel Communications Ltd. 3033 Saskatchewan Drive Regina Saskatchewan S4T 1H5 CA 00-50-C2 (hex) FiveCo 308000-308FFF (base 16) FiveCo Ch. de la Rueyre 116 Renens 1020 CH 00-50-C2 (hex) SRI International 2E9000-2E9FFF (base 16) SRI International 333 Ravenswood Avenue Menlo Park CA 94025 US 00-50-C2 (hex) Symbium Corporation 305000-305FFF (base 16) Symbium Corporation 603 March Road, Suite 100 Kanata Ontario K2K 2M5 CA 00-50-C2 (hex) Patria Advanced Solutions 2FF000-2FFFFF (base 16) Patria Advanced Solutions Naulakatu 3 Tampere FIN-33100 FI 00-50-C2 (hex) Comodo 311000-311FFF (base 16) Comodo 10 Hey Street Bradford West Yorkshire BD7 1DQ GB 00-50-C2 (hex) TEAMLOG 30C000-30CFFF (base 16) TEAMLOG 10, rue Lavoisier Montbonnot Isère (38) 38330 FR 00-50-C2 (hex) Blackline Systems Corporation 2FC000-2FCFFF (base 16) Blackline Systems Corporation 2794 Fenton Road Ottawa Ontario K1T 3T7 CA 00-50-C2 (hex) Profline B.V. 2EF000-2EFFFF (base 16) Profline B.V. Marga Klompeelaan 18 Arnhem Gelderland 6836 BH NL 00-50-C2 (hex) Roseman Engineering Ltd. 2C9000-2C9FFF (base 16) Roseman Engineering Ltd. 65 Weizman St. Givataim 53468 IL 00-50-C2 (hex) PUTERCOM CO., LTD 2CA000-2CAFFF (base 16) PUTERCOM CO., LTD 5F-3, NO. 130 JIAN KANG ROAD CHUNG HO CITY, Taipei Hsien 235 TW 00-50-C2 (hex) Diseño de Sistemas en Silicio S.A. 2CF000-2CFFFF (base 16) Diseño de Sistemas en Silicio S.A. Charles Robert Darwin, 2 Paterna Valencia 46980 ES 00-50-C2 (hex) Miritek, Inc. 2D1000-2D1FFF (base 16) Miritek, Inc. 32321 TBI, ICU Daejon 305-732 KR 00-50-C2 (hex) AIRNET COMMUNICATIONS CORP 2D2000-2D2FFF (base 16) AIRNET COMMUNICATIONS CORP 3950 DOW RD MELBOURNE FL 32934 US 00-50-C2 (hex) AutoTOOLS group Co. Ltd. 2DB000-2DBFFF (base 16) AutoTOOLS group Co. Ltd. 15F, No. 88, Chung Hsiao E. Rd., Sec. 2, Taipei 100 TW 00-50-C2 (hex) MICREL-NKE 2DF000-2DFFFF (base 16) MICREL-NKE rue gutenberg HENNEBONT 56700 FR 00-50-C2 (hex) Westek Technology Ltd 2DD000-2DDFFF (base 16) Westek Technology Ltd Unit 1, Lancaster Road Melksham Wiltshire SN12 6TT GB 00-50-C2 (hex) Access IS 2E1000-2E1FFF (base 16) Access IS 18 Suttons Business Park READING Berks RG6 1AZ GB 00-50-C2 (hex) S.M.V. Systemelektronik GmbH 2E8000-2E8FFF (base 16) S.M.V. Systemelektronik GmbH Firkenweg 7 Unterföhring Bayern 85774 US 00-50-C2 (hex) Stage Tec Entwicklungsgesellschaft für professionelle Audio 2C1000-2C1FFF (base 16) Stage Tec Entwicklungsgesellschaft für professionelle Audio Tabbertstraße 10 Berlin Berlin 12459 DE 00-50-C2 (hex) Embedded Systems Design 2B3000-2B3FFF (base 16) Embedded Systems Design 1064 Tabernacle Sequin TX 78155 US 00-50-C2 (hex) EMBEDDED TOOLSMITHS 2CC000-2CCFFF (base 16) EMBEDDED TOOLSMITHS 3007 RIDGE VALE CIRCLE TAMPA FL 33594 US 00-50-C2 (hex) Invensys Energy Systens (NZ) Limited 2C4000-2C4FFF (base 16) Invensys Energy Systens (NZ) Limited 39 Princess Street Christchurch 8030 NZ 00-50-C2 (hex) Xipher Embedded Networking 2A4000-2A4FFF (base 16) Xipher Embedded Networking 434 Turnpike Road Ashford CT 06278 US 00-50-C2 (hex) Infinetix Corp 2A1000-2A1FFF (base 16) Infinetix Corp 2721 N. Van Marter #3 Spokane WA 99206 US 00-50-C2 (hex) OpVista 296000-296FFF (base 16) OpVista 25A Technology Dr. Irvine CA 92618 US 00-50-C2 (hex) Epelsa, SL 2A2000-2A2FFF (base 16) Epelsa, SL C/albasanz, 6 y 8 Madrid 28037 ES 00-50-C2 (hex) DSP DESIGN 26D000-26DFFF (base 16) DSP DESIGN TAPTON PK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB 00-50-C2 (hex) S4 Technology Pty Ltd 270000-270FFF (base 16) S4 Technology Pty Ltd 325 Pitt Street Sydney NSW 2000 NZ 00-50-C2 (hex) ATEME 286000-286FFF (base 16) ATEME 26 Burospace BIEVRES Cedex 91573 FR 00-50-C2 (hex) CabTronix GmbH 281000-281FFF (base 16) CabTronix GmbH Hohstrass 1 Kloten Zuerich 8302 CH 00-50-C2 (hex) ANSITEX CORP. 283000-283FFF (base 16) ANSITEX CORP. 24F., No.56, Liansing Rd., Sijhih City, Taipei County 221 TW 00-50-C2 (hex) ALLIED TELESIS K.K. 27D000-27DFFF (base 16) ALLIED TELESIS K.K. PIAZZA TIRANA N. 24/4 B MILANO 20147 IT 00-50-C2 (hex) VLSIP TECHNOLOGIES INC. 271000-271FFF (base 16) VLSIP TECHNOLOGIES INC. 750 PRESIDENTIAL DR RICHARDSON TEXAS 75081 US 00-50-C2 (hex) TECNEW Electronics Engineering Cr., Ltd. 287000-287FFF (base 16) TECNEW Electronics Engineering Cr., Ltd. 16F, No. 75, Shin Tai Wu Rd., Sec. 1, Sh Taipei 221 TW 00-50-C2 (hex) Extreme Engineering Solutions 275000-275FFF (base 16) Extreme Engineering Solutions 7878 Big Sky Drive Madison WI 53719 US 00-50-C2 (hex) Replicom Ltd. 278000-278FFF (base 16) Replicom Ltd. 2 Hailan Street Or Akiva 30600 IL 00-50-C2 (hex) Tattile Srl 261000-261FFF (base 16) Tattile Srl Via Trento 127/129 Capriano del Colle Brescia 25020 IT 00-50-C2 (hex) BIOTAGE 260000-260FFF (base 16) BIOTAGE 1725 DISCOVERY DR. CHARLOTTESVILLE VIRGINIA 22911 US 00-50-C2 (hex) Shanghai Gaozhi Science&Technology Development Ltd. 262000-262FFF (base 16) Shanghai Gaozhi Science&Technology Development Ltd. No.283 QingJiang Rd. Shanghai 200233 CN 00-50-C2 (hex) Kallastra Inc. 23E000-23EFFF (base 16) Kallastra Inc. 5190 de Mentana Montreal QC H2J 3C4 CA 00-50-C2 (hex) Legra Systems, Inc. 231000-231FFF (base 16) Legra Systems, Inc. 3 Burlington Woods Drive Burlington MA 01803 US 00-50-C2 (hex) Riegl Laser Measurement Systems GmbH 22B000-22BFFF (base 16) Riegl Laser Measurement Systems GmbH Riedenburgstraße 48 Horn Niederösterreich A-3580 AT 00-50-C2 (hex) CDS Rail 24A000-24AFFF (base 16) CDS Rail Unit 1, Fulcrum 4 Fareham Hampshire PO15 7FT GB 00-50-C2 (hex) RGB Spectrum 243000-243FFF (base 16) RGB Spectrum 950 Marina Village Pkwy Alameda CA 94501 US 00-50-C2 (hex) Wheatstone Corporation 23C000-23CFFF (base 16) Wheatstone Corporation 600 Industrial Drive New Bern NC 28562 US 00-50-C2 (hex) Geoquip Ltd 240000-240FFF (base 16) Geoquip Ltd Cromford Road Matlock Derbyshire D4 4FR GB 00-50-C2 (hex) OMICRON electronics GmbH 20F000-20FFFF (base 16) OMICRON electronics GmbH Oberes Ried 1 Klaus A-6833 AT 00-50-C2 (hex) Innovics Wireless Inc 210000-210FFF (base 16) Innovics Wireless Inc 11500 W Olympic Blvd Los Angeles CA 90064 US 00-50-C2 (hex) Oshimi System Design Inc. 214000-214FFF (base 16) Oshimi System Design Inc. 2-55-2 Arakawa-ku Tokyo 116-0002 JP 00-50-C2 (hex) Nansen S. A. - Instrumentos de Precisão 218000-218FFF (base 16) Nansen S. A. - Instrumentos de Precisão José Pedro Araújo, 960 Contagem Minas Gerais 32341560 BR 00-50-C2 (hex) Serveron Corporation 220000-220FFF (base 16) Serveron Corporation 3305 NW Aloclek Dr Hillsboro OR 97124-7101 US 00-50-C2 (hex) ULTRACKER TECHNOLOGY 1F8000-1F8FFF (base 16) ULTRACKER TECHNOLOGY 3F-2,No.1247 ,Chung-Cheng Rd,Taoyuan cit Taoyuan 330 TW 00-50-C2 (hex) Fr. Sauter AG 1F9000-1F9FFF (base 16) Fr. Sauter AG Im Surinam Basel BL 4016 CH 00-50-C2 (hex) Whittier Mailing Products, Inc. 200000-200FFF (base 16) Whittier Mailing Products, Inc. 13019 Park Street Santa Fe Springs California 90670 US 00-50-C2 (hex) Product Design Dept., Sohwa Corporation 1FF000-1FFFFF (base 16) Product Design Dept., Sohwa Corporation Shinyokohama Tobu AK Bldg. Yokohama Kanagawa 222-0033 JP 00-50-C2 (hex) Communication and Telemechanical Systems Company Limited 20C000-20CFFF (base 16) Communication and Telemechanical Systems Company Limited Gragdanski str. 111 St.Petersburg 195256 RU 00-50-C2 (hex) Shenyang Internet Technology Inc 1D2000-1D2FFF (base 16) Shenyang Internet Technology Inc 2413 Frosted Green Ln Plano Texas 75025 US 00-50-C2 (hex) Benchmark Electronics 1D1000-1D1FFF (base 16) Benchmark Electronics 4065 Theurer Blvd. Winona MN 55987 US 00-50-C2 (hex) ReliOn Inc. 1DE000-1DEFFF (base 16) ReliOn Inc. 15913 E Euclid Ave Spokane WA 99216 US 00-50-C2 (hex) EXI Wireless Systems Inc. 1F0000-1F0FFF (base 16) EXI Wireless Systems Inc. #100-13551 Commerce Parkway Richmond BC V6V 2L1 CA 00-50-C2 (hex) EDC 1D9000-1D9FFF (base 16) EDC Hansestr. 24 Muenster NRW 48163 GH 00-50-C2 (hex) Metrotech 1E8000-1E8FFF (base 16) Metrotech 901-Ho, 21 Century City Building, 55-1 B Busan KyungNam 608-743 KR 00-50-C2 (hex) Palm Solutions Group 1C4000-1C4FFF (base 16) Palm Solutions Group 400 N. McCarthy Blvd Milpitas CA 95035-5112 US 00-50-C2 (hex) International Test & Engineering Services Co.,Ltd. 1BF000-1BFFFF (base 16) International Test & Engineering Services Co.,Ltd. 800, Ichimiyake, Yasu-cho, Yasu-gun, Shiga-ken, 520-2392 JP 00-50-C2 (hex) DTS, Inc. 1B6000-1B6FFF (base 16) DTS, Inc. 4920 Grisham Dr. Rowlett TX 75093 US 00-50-C2 (hex) DSP Group Inc. 1B4000-1B4FFF (base 16) DSP Group Inc. 937D Plum Grove rd. Shaumburg IL 60173 US 00-50-C2 (hex) Fleetwood Electronics Ltd 19F000-19FFFF (base 16) Fleetwood Electronics Ltd The Irwin Centre Cambridge Cambridgeshire CB3 8AR GB 00-50-C2 (hex) Beckmann+Egle GmbH 1AC000-1ACFFF (base 16) Beckmann+Egle GmbH Auf der Höhe 10 Kernen-Rommelshausen BaWü 71394 DE 00-50-C2 (hex) SIGOS Systemintegration GmbH 1B2000-1B2FFF (base 16) SIGOS Systemintegration GmbH Klingenhofstrasse 50d Nuernberg Bayern 90411 DE 00-50-C2 (hex) Netsynt Spa 196000-196FFF (base 16) Netsynt Spa Via A. G. Resti, 53 Roma 00143 IT 00-50-C2 (hex) AZIO TECHNOLOGY CO. 19A000-19AFFF (base 16) AZIO TECHNOLOGY CO. 1F, 215-7, Poi-dong, Kangnam-Gu Seoul 135-260 KR 00-50-C2 (hex) Momentum Data Systems 195000-195FFF (base 16) Momentum Data Systems 17330 Brookhurst Street Fountain Valley CA 92708 US 00-50-C2 (hex) LaserBit Communications Corp. 193000-193FFF (base 16) LaserBit Communications Corp. Kunigunda u. 45 Budapest 1037 HU 00-50-C2 (hex) CC Systems AB 189000-189FFF (base 16) CC Systems AB Box 83 Alfta 822 22 SE 00-50-C2 (hex) MATSUI MFG CO.,LTD 18F000-18FFFF (base 16) MATSUI MFG CO.,LTD 2-19 Shodai-Tadika Hirakata-City Osaka 573-1132 JP 00-50-C2 (hex) PotsTek, Inc 198000-198FFF (base 16) PotsTek, Inc 100 Saint Albans Dr. Raleigh NC 27609-5872 US 00-50-C2 (hex) Sei S.p.A. 175000-175FFF (base 16) Sei S.p.A. Via Ruffilli, 1 Curno (Bergamo) 24035 IT 00-50-C2 (hex) DeMeTec GmbH 173000-173FFF (base 16) DeMeTec GmbH Luetzelwiessen 5 Langgoens 35428 DE 00-50-C2 (hex) H M Computing Limited 184000-184FFF (base 16) H M Computing Limited Harmac House Malvern Worcestershire WR14 1GP GB 00-50-C2 (hex) Cyan Technology Ltd 187000-187FFF (base 16) Cyan Technology Ltd Unit 2, Buckingway Business Park Swavesey Cambridge CB24 4UQ GB 00-50-C2 (hex) Infineer Ltd. 166000-166FFF (base 16) Infineer Ltd. Balloo Avenue Bangor BT22 2SE IE 00-50-C2 (hex) IPCAST 165000-165FFF (base 16) IPCAST 2F, Youngwon B/D, 305-11, Seoul 137-130 KR 00-50-C2 (hex) Precision Filters, Inc. 167000-167FFF (base 16) Precision Filters, Inc. 240 Cherry Street Ithica NY 14850 US 00-50-C2 (hex) Celite Systems, Inc. 15E000-15EFFF (base 16) Celite Systems, Inc. 7600B Capital of Texas Hwy. N. Austin TX 78731 US 00-50-C2 (hex) Microsoft 003000-003FFF (base 16) Microsoft Bldg 32/2316 Redmond WA 98052 US 00-50-C2 (hex) Nordson Corp. 169000-169FFF (base 16) Nordson Corp. 11475 Lakefield Dr. Daluth GA 30097 US 00-50-C2 (hex) Ticketmaster Corp 063000-063FFF (base 16) Ticketmaster Corp 8181 S. 48th St. Phoenix AZ 85044 US 00-50-C2 (hex) Telephonics Corp. 14F000-14FFFF (base 16) Telephonics Corp. 815 Broad Hollow Road Farmingdale NY 11735 US 00-50-C2 (hex) HECUBA Elektronik 14B000-14BFFF (base 16) HECUBA Elektronik Kranichweg 14 St. Marien A-4502 AT 00-50-C2 (hex) DYCEC, S.A. 14A000-14AFFF (base 16) DYCEC, S.A. Torres Quevedo, 1-P.T.M. Tres Cantos Madrid 28760 ES 00-50-C2 (hex) ITS, Inc. 140000-140FFF (base 16) ITS, Inc. 3109 Poplarwood Ct. Raleigh NC 27604 US 00-50-C2 (hex) RUNCOM 12E000-12EFFF (base 16) RUNCOM 2 Hachoma St. 75655 Rishon Lezion IL 00-50-C2 (hex) TTPCom Ltd. 129000-129FFF (base 16) TTPCom Ltd. Melbourn Science Park Royston, Herts SG8 6EE GB 00-50-C2 (hex) XStore, Inc. 120000-120FFF (base 16) XStore, Inc. 1200 N. Federal Highway #200 Boca Raton FL 33432 US 00-50-C2 (hex) Perceptics Corp. 10F000-10FFFF (base 16) Perceptics Corp. 9737 Cogdill Road Knoxville TN 37932 US 00-50-C2 (hex) Quest Innovations 114000-114FFF (base 16) Quest Innovations Dr Sicco Mansholstraat 7 Wieringerwerf NL 00-50-C2 (hex) Energy ICT 0FE000-0FEFFF (base 16) Energy ICT Zandbergstraat 19 8500 Kortrijk BE 00-50-C2 (hex) Balogh S.A. 108000-108FFF (base 16) Balogh S.A. 189, rue d'Aubervilliers CP97 75886 Paris cedex 18 FR 00-50-C2 (hex) MarekMicro GmbH 10B000-10BFFF (base 16) MarekMicro GmbH Fuggerstrasse 9 D-92224 Amberg DE 00-50-C2 (hex) GE Transportation Systems 0FA000-0FAFFF (base 16) GE Transportation Systems 2901 East Lake Road Erie PA 16531 US 00-50-C2 (hex) Adescom Inc. 104000-104FFF (base 16) Adescom Inc. 256 Calvin Place Santa Cruz CA 95060 US 00-50-C2 (hex) Kimmon Manufacturing Co., Ltd. 0FC000-0FCFFF (base 16) Kimmon Manufacturing Co., Ltd. 2-3-6 Mukogaoka, Bunkyo-Ku Tokyo 113-0023 JP 00-50-C2 (hex) Keith & Koep GmbH 0EC000-0ECFFF (base 16) Keith & Koep GmbH Koenigsberger Str. 2 D-42277 Wuppertal DE 00-50-C2 (hex) Movaz Networks, Inc. 0EF000-0EFFFF (base 16) Movaz Networks, Inc. One Technology Parkway South Norcross GA 30092 US 00-50-C2 (hex) Lanex S.A. 0E3000-0E3FFF (base 16) Lanex S.A. Ceramiczna 8 Str. 20-150 Lublin PL 00-50-C2 (hex) Charlotte's Web Networks 0D8000-0D8FFF (base 16) Charlotte's Web Networks PO Box 333 Industrial Park Yokneam 20600 IL 00-50-C2 (hex) Summit Avionics, Inc. 0D7000-0D7FFF (base 16) Summit Avionics, Inc. 2224 E. Enterprise Pkwy Twinsburg OH 44087 US 00-50-C2 (hex) Motion Analysis Corp. 0DA000-0DAFFF (base 16) Motion Analysis Corp. 3617 Westwind Blvd. Santa Rosa CA 95403 US 00-50-C2 (hex) Interisa Electronica, S.A. 0DD000-0DDFFF (base 16) Interisa Electronica, S.A. Avda. de los Artesanos, 46 Madrid ES 00-50-C2 (hex) Inspiration Technology P/L 0E1000-0E1FFF (base 16) Inspiration Technology P/L PO Box 165, Goodwood SA 5034 AU 00-50-C2 (hex) Infolink Software AG 0BC000-0BCFFF (base 16) Infolink Software AG Bernstrasse 49 CH-3018 Bern CH 00-50-C2 (hex) R F Micro Devices 0B2000-0B2FFF (base 16) R F Micro Devices 5500 Scotts Valley Dr., Suite 400 Scotts Valley CA 95066 US 00-50-C2 (hex) SMX Corporation 0B3000-0B3FFF (base 16) SMX Corporation 222 Gale Lane Kennett Square PA 19348 US 00-50-C2 (hex) Fastware.Net, LLC 0AB000-0ABFFF (base 16) Fastware.Net, LLC 7985 S. Bemis St. Littleton CO 80120 US 00-50-C2 (hex) Log-In, Inc. 0AA000-0AAFFF (base 16) Log-In, Inc. 3419 N. Kennicott Arlington Heights IL 60004 US 00-50-C2 (hex) Honeywell GNO 0AC000-0ACFFF (base 16) Honeywell GNO 13051 66th St. N Largo FL 33773 US 00-50-C2 (hex) Kaveri Networks 0A8000-0A8FFF (base 16) Kaveri Networks 600 East Diehl Rd. Naperville Il 60563 US 00-50-C2 (hex) Arula Systems, Inc. 0A6000-0A6FFF (base 16) Arula Systems, Inc. 10670 N. Tantau Ave. Cupertino CA 95014 US 00-50-C2 (hex) General Industries Argentina 08F000-08FFFF (base 16) General Industries Argentina Herrera 1175 C1295 Abu Buenos Aires AR 00-50-C2 (hex) IMV Invertomatic 097000-097FFF (base 16) IMV Invertomatic via Cantonale CH-6595 Riazzino CH 00-50-C2 (hex) StorLogic, Inc. 091000-091FFF (base 16) StorLogic, Inc. 100 Technology Park Lake Mary FL 32746 US 00-50-C2 (hex) ZELPOS 09D000-09DFFF (base 16) ZELPOS Rosickeho 25 77900 Olomouc CZ 00-50-C2 (hex) Dunti Corporation 07F000-07FFFF (base 16) Dunti Corporation 3925 West Braker Lane Austin TX 78759 US 00-50-C2 (hex) Crossport Systems 085000-085FFF (base 16) Crossport Systems 10940 NE 33rd Place Bellevue WA 98005 US 00-50-C2 (hex) Saco Smartvision Inc. 077000-077FFF (base 16) Saco Smartvision Inc. 7809 Trans Canada Montreal Quebec H4S 1L3 CA 00-50-C2 (hex) Litton Guidance & Control Systems 076000-076FFF (base 16) Litton Guidance & Control Systems 5500 Canoga Ave Woodland Hills CA 91367 US 00-50-C2 (hex) Edge Tech Co., Ltd. 074000-074FFF (base 16) Edge Tech Co., Ltd. 6th-F. Dae Rewing Techo Town-1, 327-24 Kasan-dong, Kumchon-gu Seoul KR 00-50-C2 (hex) RadioTel 07A000-07AFFF (base 16) RadioTel 17 Hatasiya St. Or Yehuda 60373 IL 00-50-C2 (hex) Neuberger Gebaeudeautomation GmbH & Co. 072000-072FFF (base 16) Neuberger Gebaeudeautomation GmbH & Co. Oberer Kaiserweg 6 91541 Rothenburg o.d.T. DE 00-50-C2 (hex) DIVA Systems 05E000-05EFFF (base 16) DIVA Systems 800 Saginaw Drive Redwood City CA 94063 US 00-50-C2 (hex) Ignitus Communications, LLC 05D000-05DFFF (base 16) Ignitus Communications, LLC 43 Nagog Park Acton MA 01720 US 00-50-C2 (hex) B. R. Electronics 047000-047FFF (base 16) B. R. Electronics PO Box 717 Pinegowrie 2123 ZA 00-50-C2 (hex) Nortel Networks PLC (UK) 05C000-05CFFF (base 16) Nortel Networks PLC (UK) Harlow Labs Harlow Essex CM179NA GB 00-50-C2 (hex) Optionexist Limited 054000-054FFF (base 16) Optionexist Limited Nixon's Hall, 1 Chapel Road Cambridge CB3 7HP GB 00-50-C2 (hex) JSR Ultrasonics 051000-051FFF (base 16) JSR Ultrasonics 3800 Monroe Ave. Pittsford NY 14534 US 00-50-C2 (hex) Luma Corporation 04F000-04FFFF (base 16) Luma Corporation 311 Courthouse Road Princeton WV 24740 US 00-50-C2 (hex) Radiometer Medical A/S 05B000-05BFFF (base 16) Radiometer Medical A/S Akandevej 21 DK 2700 Bronshoj DK 00-50-C2 (hex) New Standard Engineering NV 04C000-04CFFF (base 16) New Standard Engineering NV Inter Leu Ven Laan 3 3001 Leuven BE 00-50-C2 (hex) Apex Signal Corp 039000-039FFF (base 16) Apex Signal Corp 3285 Vets Memorial Highway Ronkonkoma NY 11779 US 00-50-C2 (hex) Eloquence Ltd 031000-031FFF (base 16) Eloquence Ltd Unit 4, Progress Business Centre Berkshire SL1 6DQ GB 00-50-C2 (hex) Innocor LTD 02D000-02DFFF (base 16) Innocor LTD 210 - 362 Terry Fox Drive Kanata Ontario K2K 2P5 CA 00-50-C2 (hex) DRS Technologies Canada Co. 021000-021FFF (base 16) DRS Technologies Canada Co. 115 Emily Place Ontario K7C 4J5 CA 00-50-C2 (hex) Icon Research Ltd. 020000-020FFF (base 16) Icon Research Ltd. 3 Raw Holdings EH53 0HY GB 00-50-C2 (hex) Wartsila Voyage Limited DD6000-DD6FFF (base 16) Wartsila Voyage Limited 13-18 City Quay Dublin 2 D02 ED70 IE 00-50-C2 (hex) Mettler Toledo EA9000-EA9FFF (base 16) Mettler Toledo 1571 Northpointe Parkway Lutz FL 33558 US 40-D8-55 (hex) Owl Cyber Defense Solutions, LLC 1D8000-1D8FFF (base 16) Owl Cyber Defense Solutions, LLC 38A Grove Street Ridgefield CT 06877 US 00-50-C2 (hex) ABB Power Grids Germany AG – Grid Automation 3F3000-3F3FFF (base 16) ABB Power Grids Germany AG – Grid Automation Kallstadter Strasse 1 Mannheim 68309 DE 00-50-C2 (hex) DEUTA-WERKE GmbH CB3000-CB3FFF (base 16) DEUTA-WERKE GmbH Paffrather Str. 140 Bergisch Gladbach Northrhine Westfalia 51465 DE 00-50-C2 (hex) INTERNET PROTOCOLO LOGICA SL DE0000-DE0FFF (base 16) INTERNET PROTOCOLO LOGICA SL Sector Foresta 43. Edificio Oficentro Tres Cantos Madrid 28760 ES 40-D8-55 (hex) INTERNET PROTOCOLO LOGICA SL 076000-076FFF (base 16) INTERNET PROTOCOLO LOGICA SL Sector Foresta 43. local 26 Tres Cantos Madrid 28760 ES 00-50-C2 (hex) WoKa-Elektronik GmbH 9EF000-9EFFFF (base 16) WoKa-Elektronik GmbH Zeller-Str.7 Romrod Hessen 36329 DE 00-50-C2 (hex) Honeywell 53E000-53EFFF (base 16) Honeywell 13350 us hwy 19 n clearwater 33764 US 00-50-C2 (hex) Algodue Elettronica Srl 204000-204FFF (base 16) Algodue Elettronica Srl Via Passerina 3 Fontaneto d'Agogna Novara 28010 IT 00-50-C2 (hex) Communication Systems Solutions D3F000-D3FFFF (base 16) Communication Systems Solutions 6030 S 58th St, STE C Lincoln NE 68516 US 40-D8-55 (hex) APG Cash Drawer, LLC 0C3000-0C3FFF (base 16) APG Cash Drawer, LLC 5250 INDUSTRIAL BLVD NE MINNEAPOLIS 55421 US 00-50-C2 (hex) NanShanBridge Co.Ltd 404000-404FFF (base 16) NanShanBridge Co.Ltd C241, National Hi-Tech(westzone) ChengDu SiChuan 611731 CN 00-50-C2 (hex) ARGUS-SPECTRUM FB6000-FB6FFF (base 16) ARGUS-SPECTRUM Serdobolskaya street 65A St.Petersburg 197342 RU 00-50-C2 (hex) YUYAMA MFG Co.,Ltd 39B000-39BFFF (base 16) YUYAMA MFG Co.,Ltd 3-3-1 TOYONAKASHI OSAKA 561-0841 JP 00-50-C2 (hex) Analytica GmbH 3CB000-3CBFFF (base 16) Analytica GmbH Vorholzstraße 36 Karlsruhe Baden-Württemberg 76137 DE 00-50-C2 (hex) Kontron (BeiJing) Technology Co.,Ltd 5B6000-5B6FFF (base 16) Kontron (BeiJing) Technology Co.,Ltd 5F,NO5,Haiying Road, Fengtai Science Park Beijing 100070 CN 00-50-C2 (hex) DiTEST Fahrzeugdiagnose GmbH FF1000-FF1FFF (base 16) DiTEST Fahrzeugdiagnose GmbH ALTE POSTSTRASSE 152 GRAZ STEIERMARK 8020 AT 40-D8-55 (hex) ENTEC Electric & Electronic CO., LTD. 020000-020FFF (base 16) ENTEC Electric & Electronic CO., LTD. 225-38 Choirubaekro, Bongdam-eup Hwaseong-city Gyeonggi-do 445-894 US 00-50-C2 (hex) Baudisch Electronic GmbH E3D000-E3DFFF (base 16) Baudisch Electronic GmbH Im Gewerbegebiet 7-9 Wäschenbeuren Baden-Württemberg 73116 DE 00-50-C2 (hex) Ariem Technologies Pvt Ltd BD1000-BD1FFF (base 16) Ariem Technologies Pvt Ltd 201/202, Trump Towers Bangalore Karnataka 560025 IN 00-50-C2 (hex) kippdata GmbH 44F000-44FFFF (base 16) kippdata GmbH Bornheimer Str. 33a Bonn NRW D-53111 DE 00-50-C2 (hex) Silverbrook Research 65B000-65BFFF (base 16) Silverbrook Research 393 Darling St Balmain NSW 2041 AU 00-50-C2 (hex) Optical Air Data Systems 39A000-39AFFF (base 16) Optical Air Data Systems 10531 Terminal road Manassas VA 20110 US 00-50-C2 (hex) SPEECH TECHNOLOGY CENTER LIMITED 63F000-63FFFF (base 16) SPEECH TECHNOLOGY CENTER LIMITED 4 Krasutskogo st. St.Petersburg 196084 RU 00-50-C2 (hex) Phytec Messtechnik GmbH 782000-782FFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) Phytec Messtechnik GmbH 392000-392FFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Strasse 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) Phytec Messtechnik GmbH 32A000-32AFFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) MedAvant Healthcare 3E9000-3E9FFF (base 16) MedAvant Healthcare 2533 Centennial Blvd Jeffersonville IN 47150 US 00-50-C2 (hex) Cominfo, Inc. 77E000-77EFFF (base 16) Cominfo, Inc. Nabrezi 695 Zlin Czech Republic 76001 CZ 00-50-C2 (hex) HCJB Global 604000-604FFF (base 16) HCJB Global 2830 South 17th St. Elkhart IN 46517-4008 US 00-50-C2 (hex) Chrisso Technologies LLC F64000-F64FFF (base 16) Chrisso Technologies LLC 700 E Firmin Street Kokomo Indiana 46902 US 00-50-C2 (hex) AIRWISE TECHNOLOGY CO., LTD. 50C000-50CFFF (base 16) AIRWISE TECHNOLOGY CO., LTD. 21 Fl-3, No. 107, Sec. Jhongshan Road Sinjhuang City Taipei County 24250 TW 00-50-C2 (hex) Gogo BA 455000-455FFF (base 16) Gogo BA 1172 Century Drive Louisville 80027 US 00-50-C2 (hex) Computerwise, Inc. 163000-163FFF (base 16) Computerwise, Inc. 302 N. Winchester Olathe KS 66062 US 00-50-C2 (hex) Elisra 909000-909FFF (base 16) Elisra 48, Mivtza Kadesh Bene Beraq 51203 IL 00-50-C2 (hex) Potter Electric Signal Co. LLC DF4000-DF4FFF (base 16) Potter Electric Signal Co. LLC 1609 Park 370 Place Hazelwood 63042 US 00-50-C2 (hex) DAVE SRL B9C000-B9CFFF (base 16) DAVE SRL Via Talponedo 29 Porcia PN A-33080 IT 00-50-C2 (hex) Vtron Pty Ltd F3E000-F3EFFF (base 16) Vtron Pty Ltd Unit 2, 62 Township Drive West West Burleigh Queensland 4219 AU 00-50-C2 (hex) LECO Corporation 2F0000-2F0FFF (base 16) LECO Corporation 3000 Lakeview Ave., CC1 St. Joseph MI 49085 US 00-50-C2 (hex) Xslent Energy Technologies. LLC BC2000-BC2FFF (base 16) Xslent Energy Technologies. LLC 7428 Redwood Blvd Suite 102 Novato CA 94945 US 00-50-C2 (hex) dresden-elektronik 188000-188FFF (base 16) dresden-elektronik Glasewaldtstraße 22 Dresden D-01277 DE 00-50-C2 (hex) Vocality International Ltd D9E000-D9EFFF (base 16) Vocality International Ltd Lydling Barn Guildford Surrey GU86AP GB 00-50-C2 (hex) EATON FHF Funke + Huster Fernsig GmbH 6A5000-6A5FFF (base 16) EATON FHF Funke + Huster Fernsig GmbH Gewerbeallee 15-19 Mülheim an der Ruhr NRW D-45478 DE 00-50-C2 (hex) ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. 66A000-66AFFF (base 16) ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. ABB Industrial Park Xiamen Fujian 361005 CN 00-50-C2 (hex) ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. 7A3000-7A3FFF (base 16) ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. ABB Industrial Park, Torch Hi-Tech Industrial Development Zone Xiamen Fujian 361006 CN 00-50-C2 (hex) ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. B92000-B92FFF (base 16) ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. ABB Industrial Park, Torch Hi-Tech Industrial Development Zone Xiamen Fujian 361006 CN 00-50-C2 (hex) ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. CDC000-CDCFFF (base 16) ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. ABB Industrial Park, Torch Hi-Tech Industrial Development Zone Xiamen Fujian 361006 CN 00-50-C2 (hex) ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. EEE000-EEEFFF (base 16) ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. ABB Industrial Park, Torch Hi-Tech Development Zone. Xiamen Fujian 361006 CN 00-50-C2 (hex) Guangdong East Power Co., F8D000-F8DFFF (base 16) Guangdong East Power Co., No 6 Northern Industry Road,Songshan lake SCI&TECH Industry Park DongGuan GuangDong P.R.China 523808 CN 00-50-C2 (hex) Rohde&Schwarz Topex SA E4B000-E4BFFF (base 16) Rohde&Schwarz Topex SA 71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO 00-50-C2 (hex) Rohde&Schwarz Topex SA F52000-F52FFF (base 16) Rohde&Schwarz Topex SA 71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO 00-50-C2 (hex) Rohde&Schwarz Topex SA FC0000-FC0FFF (base 16) Rohde&Schwarz Topex SA 71th-73th Nicolae Caramfil street, 2nd floor, 1th district Bucuresti Romania 014142 RO 00-50-C2 (hex) Alfred Kuhse GmbH 8FB000-8FBFFF (base 16) Alfred Kuhse GmbH An der Kleinbahn 39 Winsen (Luhe) Niedersachsen 21423 DE 00-50-C2 (hex) Pixel Velocity, Inc 594000-594FFF (base 16) Pixel Velocity, Inc 3917 Research Park Drive Ann Arbor MI 48108 US 00-50-C2 (hex) Pantec Engineering AG 186000-186FFF (base 16) Pantec Engineering AG Industriezone Mauren Liechtenstein 9493 LI 00-50-C2 (hex) Pounce Consulting FB7000-FB7FFF (base 16) Pounce Consulting Av 8 de Julio 1295 Guadalajara Jalisco 44190 MX 40-D8-55 (hex) Aplex Technology Inc. 1DC000-1DCFFF (base 16) Aplex Technology Inc. 2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN 40-D8-55 (hex) Aplex Technology Inc. 16A000-16AFFF (base 16) Aplex Technology Inc. 2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN 40-D8-55 (hex) Aplex Technology Inc. 147000-147FFF (base 16) Aplex Technology Inc. 2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN 00-50-C2 (hex) Aplex Technology Inc. F6F000-F6FFFF (base 16) Aplex Technology Inc. 2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN 00-50-C2 (hex) Aplex Technology Inc. EC3000-EC3FFF (base 16) Aplex Technology Inc. 2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN 00-50-C2 (hex) Aplex Technology Inc. D11000-D11FFF (base 16) Aplex Technology Inc. 2Q , NanYouTianAn industrial park Tower4 ,Nanshan District Shenzhen Guangdong 518054 CN 00-50-C2 (hex) ART SPA 85A000-85AFFF (base 16) ART SPA Voc.Pischiello 20 06065 Passignano sul Trasimeno (PG) 00000 IT 00-50-C2 (hex) Wireless Cables Inc. 585000-585FFF (base 16) Wireless Cables Inc. 1414 Soquel Ave, Ste 212 Santa Cruz CA 95062 US 00-50-C2 (hex) Power Electronics Espana, S.L. 723000-723FFF (base 16) Power Electronics Espana, S.L. C/ Leonardo Da Vinci, 24-26 Paterna Valencia 46980 ES 00-50-C2 (hex) WaveIP 4F7000-4F7FFF (base 16) WaveIP Teradion Industrial Park Misgav 20179 IL 00-50-C2 (hex) WaveIP AC7000-AC7FFF (base 16) WaveIP Teradion Ind Park Misgav Israel 20692 IL 00-50-C2 (hex) GD Mission Systems ADD000-ADDFFF (base 16) GD Mission Systems 8220 East Rooseevelt St. Scottsdale 85157-3812 US 00-50-C2 (hex) Polytron Corporation B19000-B19FFF (base 16) Polytron Corporation 4400 Wyland Dr, Elkhart IN 46516 US 00-50-C2 (hex) Explorer Inc. A6B000-A6BFFF (base 16) Explorer Inc. 379-22 kikyou-cho Hakodate Hokkaido 041-0801 JP 00-50-C2 (hex) TECHNOMARK 807000-807FFF (base 16) TECHNOMARK Parc d'activités STELYTEC Saint-Chamond RA F-42400 FR 00-50-C2 (hex) Applied Medical Technologies, Inc DBA AirClean Systems D19000-D19FFF (base 16) Applied Medical Technologies, Inc DBA AirClean Systems 3248 Lake Woodard Dr. Raleigh NC 27604 US 00-50-C2 (hex) Sicon srl 52B000-52BFFF (base 16) Sicon srl Via Sila 1/3 Isola Vicentina Vicenza 36033 IT 00-50-C2 (hex) SYS TEC electronic GmbH 393000-393FFF (base 16) SYS TEC electronic GmbH Am Windrad 2 Heinsdorfergrund D-08468 DE 00-50-C2 (hex) Envara 23B000-23BFFF (base 16) Envara 3 Ha'Tidhar St. Raanana 43000 IL 00-50-C2 (hex) LEROY AUTOMATION 015000-015FFF (base 16) LEROY AUTOMATION Boulevard du Libre - Echange ccc 00000 FR 00-50-C2 (hex) Kramer Electronics Ltd. 359000-359FFF (base 16) Kramer Electronics Ltd. 3 Am VeOlamo St. Jerusalem 95463 IL 00-50-C2 (hex) Sicon srl C3A000-C3AFFF (base 16) Sicon srl Via Sila 1/3 Isola Vicentina Vicenza 36033 IT 00-50-C2 (hex) Sicon srl D8B000-D8BFFF (base 16) Sicon srl Via Sila 1/3 Isola Vicentina Vicenza 36033 IT 00-50-C2 (hex) Itibia Technologies 77B000-77BFFF (base 16) Itibia Technologies 100 Menlo Park, Suite 212 Edison NJ 08837 US 00-50-C2 (hex) Eaton Corp. Electrical Group Data Center Solutions - Pulizzi 5AB000-5ABFFF (base 16) Eaton Corp. Electrical Group Data Center Solutions - Pulizzi 3200 S. Susan Street Santa Ana 92704 US 00-50-C2 (hex) Harman/Becker Automotive Systems GmbH 620000-620FFF (base 16) Harman/Becker Automotive Systems GmbH Becker-Göring-Straße 16 Karlsbad 76307 DE 00-50-C2 (hex) Embedded Solution Bank Co., Ltd. D5F000-D5FFFF (base 16) Embedded Solution Bank Co., Ltd. #905 A, Woolim Lions Valley, 144-3 Seongnam-Si Kyungi-Do 462-120 KR 00-50-C2 (hex) Elettronica Santerno SpA 44A000-44AFFF (base 16) Elettronica Santerno SpA S. SELICE, 47 IMOLA BOLOGNA 40026 IT 00-50-C2 (hex) BAYCOM OPTO-ELECTRONICS TECHNOLGY CO., LTD. F53000-F53FFF (base 16) BAYCOM OPTO-ELECTRONICS TECHNOLGY CO., LTD. 1F,NO.9, INDUSTRIAL EAST 9th RD., HSINCHU TAIWAN 30075 TW 00-50-C2 (hex) DELTA TAU DATA SYSTEMS, INC. 4D7000-4D7FFF (base 16) DELTA TAU DATA SYSTEMS, INC. 21314 Lassen St Chatsworth CA 91311 US 00-50-C2 (hex) Doble Engineering 033000-033FFF (base 16) Doble Engineering 85 Walnut St Watertown MA 02472 US 00-50-C2 (hex) Grossenbacher Systeme AG 029000-029FFF (base 16) Grossenbacher Systeme AG Spinnereistrasse 40 St Gallan 12345 CH 00-50-C2 (hex) Grossenbacher Systeme AG A62000-A62FFF (base 16) Grossenbacher Systeme AG Spinnereistrasse 10 St. Gallen 9008 CH 00-50-C2 (hex) Grossenbacher Systeme AG F1D000-F1DFFF (base 16) Grossenbacher Systeme AG Spinnereistrasse 10 St. Gallen 9008 CH 00-50-C2 (hex) Altierre C0C000-C0CFFF (base 16) Altierre 1980 Concourse Drive San Jose CA 95131 US 00-50-C2 (hex) Private 066000-066FFF (base 16) Private 00-50-C2 (hex) Artis GmbH 493000-493FFF (base 16) Artis GmbH Buchenring 40 Egestorf 21272 DE 00-50-C2 (hex) beroNet GmbH 83D000-83DFFF (base 16) beroNet GmbH Friedrichstr. 231 Berlin 10969 DE 00-50-C2 (hex) Grupo Epelsa S.L. F35000-F35FFF (base 16) Grupo Epelsa S.L. C/ Albasanz, 6 y 8 Madrid 28037 ES 00-50-C2 (hex) Grupo Epelsa S.L. E3C000-E3CFFF (base 16) Grupo Epelsa S.L. C/ Albasanz, 6 y 8 Madrid 28037 ES 00-50-C2 (hex) TATTILE SRL 8C7000-8C7FFF (base 16) TATTILE SRL via G.Donizetti 1/3/5 Brescia 25030 IT 40-D8-55 (hex) EMAC, Inc. 19D000-19DFFF (base 16) EMAC, Inc. 2390 EMAC Way Carbondale IL 62901 US 00-50-C2 (hex) TOPROOTTechnology Corp. Ltd. CC7000-CC7FFF (base 16) TOPROOTTechnology Corp. Ltd. 10F , No. 192, Sec. 3, Datong Rd., Sijhih City, , Taipei 221 TW 00-50-C2 (hex) Securiton AG 4CD000-4CDFFF (base 16) Securiton AG Alpenstrasse 20, P.O. Box 127 Zollikofen CH-3052 CH 40-D8-55 (hex) STEK Ltd 1E4000-1E4FFF (base 16) STEK Ltd Metallistov pr. 23-4-10 Saint-Petersburg - 195176 RU 40-D8-55 (hex) InventLab s.c. 1D2000-1D2FFF (base 16) InventLab s.c. ul. Czarodziejska 22 Wolka Kozodawska Masovian 05-502 PL 40-D8-55 (hex) YXLON International A/S 1CD000-1CDFFF (base 16) YXLON International A/S Helgeshoej Alle 38 Taastrup 2630 DK 40-D8-55 (hex) Andy-L Ltd. 1C9000-1C9FFF (base 16) Andy-L Ltd. 16B Karlovsko Shosse Str. Plovdiv Plovdiv 4003 BG 40-D8-55 (hex) Wexiodisk AB 1C7000-1C7FFF (base 16) Wexiodisk AB Mardvagen 4 Vaxjo Kronoberg 352 45 SE 40-D8-55 (hex) Micromega Dynamics SA 1BB000-1BBFFF (base 16) Micromega Dynamics SA 10 rue du Trou du Sart FERNELMONT Namur B-5380 BE 40-D8-55 (hex) Cornfed Systems LLC 1C3000-1C3FFF (base 16) Cornfed Systems LLC 3476 Dayton Street Denver CO 80238 US 40-D8-55 (hex) Digital Display Systems 1C2000-1C2FFF (base 16) Digital Display Systems 780 Montague expy. Suite 502 San Jose California 95131 US 40-D8-55 (hex) A+EC Klein Ingenieurbuero 1B5000-1B5FFF (base 16) A+EC Klein Ingenieurbuero Eppsteiner Strasse 13 Eppstein Hessen 65817 DE 40-D8-55 (hex) Sensata Technologies 1C8000-1C8FFF (base 16) Sensata Technologies 4467 White Bear Parkway St. Paul Minnesota 55110 US 40-D8-55 (hex) shanghai mingding information tech co.Ltd 1BF000-1BFFFF (base 16) shanghai mingding information tech co.Ltd Room 304 building 3, No 439 Jinglian road, Shanghai 201018 CN 40-D8-55 (hex) Peek Traffic 1BE000-1BEFFF (base 16) Peek Traffic 2906 Corporate Way Palmetto FL 34235 US 40-D8-55 (hex) Lubino s.r.o. 1A9000-1A9FFF (base 16) Lubino s.r.o. Podnikatelska 553 Praha 9 - Bechovice Czech Republic 190 11 CZ 40-D8-55 (hex) GD Mission Systems 192000-192FFF (base 16) GD Mission Systems 8220 E. Roosevelt St. Scottsdale AZ 85257 US 40-D8-55 (hex) Kiwigrid GmbH 17D000-17DFFF (base 16) Kiwigrid GmbH Kleiststrasse 10c Dresden Sachsen 01129 US 40-D8-55 (hex) BroadSoft Inc 180000-180FFF (base 16) BroadSoft Inc 550 S Winchester Blvd San Jose CA 95128 US 40-D8-55 (hex) Advanced Micro Controls Inc. 196000-196FFF (base 16) Advanced Micro Controls Inc. 20 Gear Dr. Terryville CT 06786 US 40-D8-55 (hex) Berg Cloud Limited 197000-197FFF (base 16) Berg Cloud Limited Epworth House London EC1Y 1AA GB 40-D8-55 (hex) CDEX Corp. 187000-187FFF (base 16) CDEX Corp. Pastoral Heim Inagi Bldg. 2F Inagi Tokyo 206-0804 JP 40-D8-55 (hex) Zoe Medical 18D000-18DFFF (base 16) Zoe Medical 460 Boston Street Topsfield Massachusetts 01983 US 40-D8-55 (hex) EOS S.r.l. 18C000-18CFFF (base 16) EOS S.r.l. Via Monte Aquila 2 Parma 43124 IT 40-D8-55 (hex) TONNA ELECTRONIQUE 195000-195FFF (base 16) TONNA ELECTRONIQUE 36 Avenue Hoche REIMS Champagne-Ardenne 51100 FR 40-D8-55 (hex) Private 16C000-16CFFF (base 16) Private 40-D8-55 (hex) Schneider Electric Motion, Inc. USA 176000-176FFF (base 16) Schneider Electric Motion, Inc. USA 370 N. Main St. Marlborough CT 06447 US 40-D8-55 (hex) EcoGuard AB 174000-174FFF (base 16) EcoGuard AB Radiatorvägen 11 ÖREBRO - 70227 SE 40-D8-55 (hex) SHIKINO HIGH-TECH 150000-150FFF (base 16) SHIKINO HIGH-TECH Shibakoen Denki Bldg, 9F Minato-ku Tokyo 1050011 JP 40-D8-55 (hex) Engage Technologies 149000-149FFF (base 16) Engage Technologies 7041 Boone Ave. N Brooklyn Park MN 55428 US 40-D8-55 (hex) Emphysys, Inc. 156000-156FFF (base 16) Emphysys, Inc. 2X Gill Street Woburn MA 01801 US 40-D8-55 (hex) Jadpod Communication Company Limited 12A000-12AFFF (base 16) Jadpod Communication Company Limited Buidling B2, Xujingchang Industrial Park, Haoye Road Shenzhen Guangdong 518000 CN 40-D8-55 (hex) Canfield Scientific, Inc. 12E000-12EFFF (base 16) Canfield Scientific, Inc. 253 Passaic Avenue Fairfield NJ 07004 US 40-D8-55 (hex) Davin Technologies Co.,Ltd 13B000-13BFFF (base 16) Davin Technologies Co.,Ltd 1203-Ho, World Merdiang 1 Cha Seoul Seoul 153-781 KR 40-D8-55 (hex) Supplier Ind. e Com de Eletroeletrônicos 13A000-13AFFF (base 16) Supplier Ind. e Com de Eletroeletrônicos Av. Edgar Nelson Meister, 1242, Bloco i Sala 402 Joinville Santa Catarina 89219501 BR 40-D8-55 (hex) Calon Associates Limited 138000-138FFF (base 16) Calon Associates Limited 2 Whitworth Court Runcorn Cheshire WA7 1WA GB 40-D8-55 (hex) HKS-Prozesstechnik GmbH 10E000-10EFFF (base 16) HKS-Prozesstechnik GmbH Heinrich-Damerow-Str. 2 Halle Sachsen-Anhalt 06120 DE 40-D8-55 (hex) Tieline Research Pty Ltd 105000-105FFF (base 16) Tieline Research Pty Ltd PO Box 2092 Malaga Western Australia 6944 AU 40-D8-55 (hex) Cytech Technology Pte Ltd 0FE000-0FEFFF (base 16) Cytech Technology Pte Ltd 55 Ubi Avenue 1 #07-04 Singapore 408935 SG 40-D8-55 (hex) DAVIS DERBY LIMITED 10A000-10AFFF (base 16) DAVIS DERBY LIMITED Chequers Lane Derby Derby DE21 6AW GB 40-D8-55 (hex) Orbital A/S 106000-106FFF (base 16) Orbital A/S Trykkerivej 5 Skjern 6900 DK 40-D8-55 (hex) University of Nebraska -- Lincoln 118000-118FFF (base 16) University of Nebraska -- Lincoln 208 Jorgensen Hall Lincoln NE 68588-0299 US 40-D8-55 (hex) MESA Electronic GmbH 115000-115FFF (base 16) MESA Electronic GmbH Leitenstr. 26 Geretsried 82538 DE 40-D8-55 (hex) CEMSI, Inc. 11E000-11EFFF (base 16) CEMSI, Inc. 780 Keezletown Road Weyers Cave VA 24486 US 40-D8-55 (hex) ACD Elektronik GmbH 11D000-11DFFF (base 16) ACD Elektronik GmbH Engelberg 2 Achstetten 88480 DE 40-D8-55 (hex) SigmaPhi Electronics 0F2000-0F2FFF (base 16) SigmaPhi Electronics 34 rue de l’Industrie WISSEMBOURG ALSACE 67160 FR 40-D8-55 (hex) Richter 0E0000-0E0FFF (base 16) Richter Griesborner Str. 13 Sarland 66806 DE 40-D8-55 (hex) InfoMac Sp. z o. o. Sp. k. 0FB000-0FBFFF (base 16) InfoMac Sp. z o. o. Sp. k. ul Wojska Polskiego 6 Szczecinek Zachodniopomorskie 78-400 PL 40-D8-55 (hex) Redwood Systems 0F0000-0F0FFF (base 16) Redwood Systems 3839 Spinnaker Ct. Fremont CA 94538 US 40-D8-55 (hex) ATEME 0CC000-0CCFFF (base 16) ATEME 26 Burospace Bievres 91570 FR 40-D8-55 (hex) Shimizu Electric Co., Ltd. 0D5000-0D5FFF (base 16) Shimizu Electric Co., Ltd. Nakayabe-cho 10-10 Shimizu-ku Shizuoka-shi Shizuoka-ken 424-0854 JP 40-D8-55 (hex) NEUTRIK AG 0CA000-0CAFFF (base 16) NEUTRIK AG Im Alten Riet 143 SCHAAN 9494 LI 40-D8-55 (hex) Devialet SA 0DA000-0DAFFF (base 16) Devialet SA 126 rue Réaumur Paris 75002 FR 40-D8-55 (hex) Enel doo Belgrade 0AB000-0ABFFF (base 16) Enel doo Belgrade Petrovaradinska no. 26, 11000 Belgrade, Serbia Belgrade Serbia 11000 RS 40-D8-55 (hex) comtime GmbH 0C6000-0C6FFF (base 16) comtime GmbH Gutenbergring 22 Norderstedt 22848 US 40-D8-55 (hex) WxBR Sistemas de Telecomunicacoes Ltda 0B9000-0B9FFF (base 16) WxBR Sistemas de Telecomunicacoes Ltda Rua Dr Ricardo Benetton Martins, S/N Campinas São Paulo 13086902 BR 40-D8-55 (hex) Nomad Digital Limited 094000-094FFF (base 16) Nomad Digital Limited 3 Broad Chare Newcastle Tye & Wear NE1 3DQ GB 40-D8-55 (hex) Burton Technical Services LLC 097000-097FFF (base 16) Burton Technical Services LLC 1214 Metro Park Blvd Lewisville Texas 75057 US 40-D8-55 (hex) Apantac LLC 0A9000-0A9FFF (base 16) Apantac LLC 7556 SW Bridgeport Road Durham OR 97224 US 40-D8-55 (hex) Xemex NV 0A2000-0A2FFF (base 16) Xemex NV Metropoolstraat 11a Schoten Antwerp BE-2900 BE 40-D8-55 (hex) Boehme Nachrichtentechnik 08D000-08DFFF (base 16) Boehme Nachrichtentechnik Hauptstrasse 32 Siek Schleswig-Holstein 22962 DE 40-D8-55 (hex) JEL SYSTEM CO., LTD. 088000-088FFF (base 16) JEL SYSTEM CO., LTD. 14-1, IKENOIRIYAMA, FUMASE IZUMIZAKI-MURA, NISHISHIRAKAWA-GUN FUKUSHIMA 969-0105 JP 40-D8-55 (hex) 4embedded 07A000-07AFFF (base 16) 4embedded 1679 N 850 W Orem UT 84057 US 40-D8-55 (hex) TOEC TECHNOLOGY CO.,LTD 077000-077FFF (base 16) TOEC TECHNOLOGY CO.,LTD 6 Taishan Road Hexi District Tianjin 300211 CN 40-D8-55 (hex) NACHI-FUJIKOSHI CORP 078000-078FFF (base 16) NACHI-FUJIKOSHI CORP 1-1-1 Fujikoshi honmachi Toyama 930-8511 JP 40-D8-55 (hex) Bestel China 087000-087FFF (base 16) Bestel China GaoLiangQia 19th Beijing 100081 CN 40-D8-55 (hex) Data Flow Systems, Inc. 05B000-05BFFF (base 16) Data Flow Systems, Inc. 605 N. John Rodes Blvd. Melbourne Fl 32934 US 40-D8-55 (hex) Parallel Wireless 065000-065FFF (base 16) Parallel Wireless 1 Tara Blvd Nashua NH 03062 US 40-D8-55 (hex) Sphere Medical Ltd 074000-074FFF (base 16) Sphere Medical Ltd Harston Mill Cambridge CB22 7GG GB 40-D8-55 (hex) UniSVR Global Information Technology Corp. 03F000-03FFFF (base 16) UniSVR Global Information Technology Corp. 3F., No.6, Gongye E. 3rd Rd., Hsinchu Science Park. Hsinchu 30075 TW 40-D8-55 (hex) Tekelek Europe Ltd 03D000-03DFFF (base 16) Tekelek Europe Ltd Unit 118 Shannon Free zone Shannon Co. Clare IE 40-D8-55 (hex) Vishay Celtron Technologies, Inc. 03E000-03EFFF (base 16) Vishay Celtron Technologies, Inc. 8F, No. 171-1, Sec. 2, Datong Rd., Sijhih City, Taipei 22183 TW 40-D8-55 (hex) BETTINI SRL 032000-032FFF (base 16) BETTINI SRL VIA GRIEG 23 SARONNO VARESE 21047 US 40-D8-55 (hex) Tecnologias Plexus 030000-030FFF (base 16) Tecnologias Plexus Rua Jose Villar Granjel, 22-24 Santiago de Compostela A Coruna 15890 ES 40-D8-55 (hex) Gateway Technologies SA de CV 04A000-04AFFF (base 16) Gateway Technologies SA de CV 40 North Central Ave, Suite 1400 Phoenix Arizona 85004 US 40-D8-55 (hex) Dos&Donts SRL 047000-047FFF (base 16) Dos&Donts SRL Via Italo Calvino,7 Rho Milano 20017 US 40-D8-55 (hex) Software Workshop 037000-037FFF (base 16) Software Workshop 402B Steel Chambers Mumbai Maharashtra 400009 IN 40-D8-55 (hex) Toni Studio 014000-014FFF (base 16) Toni Studio 2F., No.10, Aly. 4, Ln. 198 New Taipei City 234 TW 40-D8-55 (hex) Integrated Control Corp. 028000-028FFF (base 16) Integrated Control Corp. 748 Park Ave Huntington NY 11743 US 40-D8-55 (hex) Rosemount Analytical 025000-025FFF (base 16) Rosemount Analytical 10241 West Little York Houston TX 77040 US 40-D8-55 (hex) Monarch Instrument 005000-005FFF (base 16) Monarch Instrument 15 Columbia drive Amherst NH 03031 US 00-50-C2 (hex) Flexkom Internet Pazarlama Bilipim ve Eoitim Hiz.Inp.Mim.Muh.Oto.Enerji San. Tic. A.p. FF5000-FF5FFF (base 16) Flexkom Internet Pazarlama Bilipim ve Eoitim Hiz.Inp.Mim.Muh.Oto.Enerji San. Tic. A.p. Aþkan Mh. Atakent Sk. No:15 Meram Konya 42090 TR 00-50-C2 (hex) Burk Technology FF4000-FF4FFF (base 16) Burk Technology 7 Beaver Brook road Littleton MA 01460 US 40-D8-55 (hex) Sarana Sistem Mikro 00A000-00AFFF (base 16) Sarana Sistem Mikro JL.KEJAKSAAN NO 18 JAKARTA Click to Select 13430 ID 00-50-C2 (hex) Human Intech FF7000-FF7FFF (base 16) Human Intech #1213 JnK Dijital Tower, 222-3 Guro-dong, Guro-gu Seoul 152-053 KR 00-50-C2 (hex) AVA Monitoring AB FF9000-FF9FFF (base 16) AVA Monitoring AB Vädursgatan 6 Göteborg Västra götaland 412 50 SE 00-50-C2 (hex) GLOBALCOM ENGINEERING SRL FF2000-FF2FFF (base 16) GLOBALCOM ENGINEERING SRL Via Volta 9 MORNAGO VA 21020 IT 00-50-C2 (hex) Private FE3000-FE3FFF (base 16) Private 00-50-C2 (hex) Pulsotronic Anlagentechnik GmbH FE2000-FE2FFF (base 16) Pulsotronic Anlagentechnik GmbH Neue Schichtstrasse 7 Niederdorf Saxony 09366 DE 00-50-C2 (hex) dotOcean FE1000-FE1FFF (base 16) dotOcean Lieven Bauwensstraat 20 Brugge West-Vlaanderen 8200 BE 00-50-C2 (hex) Peek Traffic FDE000-FDEFFF (base 16) Peek Traffic 2906 Corporate Way Palmetto FL 34235 US 00-50-C2 (hex) ACD Elektronik GmbH FDF000-FDFFFF (base 16) ACD Elektronik GmbH Engelberg 2 Achstetten 88480 DE 00-50-C2 (hex) The Security Center Inc FDB000-FDBFFF (base 16) The Security Center Inc 10750 Forest Lane Dallas TX 75243 US 00-50-C2 (hex) Motec Pty Ltd FC1000-FC1FFF (base 16) Motec Pty Ltd 121 Merrindale Drive Croydon South Victoria 3136 AU 00-50-C2 (hex) Far South Networks FC8000-FC8FFF (base 16) Far South Networks 49 Bell Crescent Westlake Western Cape 7945 ZA 00-50-C2 (hex) Leroy Somer FBC000-FBCFFF (base 16) Leroy Somer Usine des Agriers - RDE Angoulême Cedex 9 16915 FR 00-50-C2 (hex) ACIDA GmbH FBB000-FBBFFF (base 16) ACIDA GmbH Uersfeld 24 Aachen 52072 DE 00-50-C2 (hex) ELTA FC2000-FC2FFF (base 16) ELTA 14 place Marcel Dassault Blagnac 31700 FR 00-50-C2 (hex) Telemisis Ltd FCA000-FCAFFF (base 16) Telemisis Ltd 7 Blenheim Court Almondsbury Bristol BS32 4NE US 00-50-C2 (hex) Mehta Tech, Inc. FC9000-FC9FFF (base 16) Mehta Tech, Inc. 208 N. 12th Avenue Eldridge IA 52748 US 00-50-C2 (hex) Jinyoung Contech FCD000-FCDFFF (base 16) Jinyoung Contech #501 , MARIO TOWER, 222-12 Seoul 152 050 KR 00-50-C2 (hex) Exelis Inc. FA7000-FA7FFF (base 16) Exelis Inc. 430 W 5th Street Panama City FL 32401 US 00-50-C2 (hex) Dr. Neumann elektronik GmbH F99000-F99FFF (base 16) Dr. Neumann elektronik GmbH Schiffgesweg 9 Pulheim North Rhine-Westphalia 50259 DE 00-50-C2 (hex) Infotech North America F98000-F98FFF (base 16) Infotech North America 109 E. 17th Street Cheyenne WY 82001 US 00-50-C2 (hex) Telvent F9A000-F9AFFF (base 16) Telvent Valgrande, 6 Alcobendas Madrid 28108 ES 00-50-C2 (hex) Tateishi Kobisha Co.LTD FB0000-FB0FFF (base 16) Tateishi Kobisha Co.LTD 114 Kana-cho Fuchu-city HIroshima 726-0025 JP 00-50-C2 (hex) R&D KOMETEH F9C000-F9CFFF (base 16) R&D KOMETEH Lermontovsky pr. 54 Saint-Petersburg 190103 RU 00-50-C2 (hex) Sincair Systems International F82000-F82FFF (base 16) Sincair Systems International 3115 S. Willow Avenue Fresno CA 93725 US 00-50-C2 (hex) GSP Sprachtechnologie GmbH F83000-F83FFF (base 16) GSP Sprachtechnologie GmbH Teltowkanalstr. 1 Berlin 12247 DE 00-50-C2 (hex) Enetics, Inc. F85000-F85FFF (base 16) Enetics, Inc. 830 Canning Parkway Victor NY 14564 US 00-50-C2 (hex) Atonometrics, Inc. F7C000-F7CFFF (base 16) Atonometrics, Inc. 8900 Shoal Creek Blvd Ste 116 Austin Texas 78757 US 00-50-C2 (hex) TruTeq Wireless (Pty) Ltd F7E000-F7EFFF (base 16) TruTeq Wireless (Pty) Ltd Ameton House Centurion Gauteng 0157 ZA 00-50-C2 (hex) PLDA F81000-F81FFF (base 16) PLDA Parc du Golf Bat 11A, Rue Guillibert Aix en Provence PACA 13856 FR 00-50-C2 (hex) TTi LTD (Thurlby Thandar Instruments LTD) F95000-F95FFF (base 16) TTi LTD (Thurlby Thandar Instruments LTD) Glebe Road Cambridge Cambridgeshire PE29 7DR GB 00-50-C2 (hex) Safe Place Solutions Ltd F69000-F69FFF (base 16) Safe Place Solutions Ltd Eden House Edenbridge Kent TN8 6HF GB 00-50-C2 (hex) Celestial Audio F67000-F67FFF (base 16) Celestial Audio 4441 Albert St. Oakland CA 94619 US 00-50-C2 (hex) Deckma GmbH F60000-F60FFF (base 16) Deckma GmbH Bahnhofstr.79 Rosengarten-Klecken Lower Saxonie 21224 DE 00-50-C2 (hex) Brauch Elektronik GmbH&Co.KG F61000-F61FFF (base 16) Brauch Elektronik GmbH&Co.KG Hirschbachstrasse 47 Reinheim Hessen 64354 DE 00-50-C2 (hex) SYSTEMTECHNIK GmbH F77000-F77FFF (base 16) SYSTEMTECHNIK GmbH Wielandstrasse 12 Soemmerda Thueringia 99610 DE 00-50-C2 (hex) Steinbichler Optotechnik GmbH F44000-F44FFF (base 16) Steinbichler Optotechnik GmbH Georg-Wiesboeck-Ring 12 Neubeuern Bavaria 83115 DE 00-50-C2 (hex) DSPCon F42000-F42FFF (base 16) DSPCon 380 Foothill Road Bridgewater NJ 08807 US 00-50-C2 (hex) Visitech AS F36000-F36FFF (base 16) Visitech AS Kjellstadveien 5 Lier Lier 3400 NO 00-50-C2 (hex) Z-App Systems, Inc. F4A000-F4AFFF (base 16) Z-App Systems, Inc. 1732 N. First St. San Jose CA 95112 US 00-50-C2 (hex) H&L Instruments, LLC F2E000-F2EFFF (base 16) H&L Instruments, LLC 34 Post Road North Hampton NH 03862 US 00-50-C2 (hex) ACD Elektronik GmbH F2A000-F2AFFF (base 16) ACD Elektronik GmbH Engelberg 2 Achstetten 88480 DE 00-50-C2 (hex) Sequip S+E GmbH F34000-F34FFF (base 16) Sequip S+E GmbH Angermunder Straße 22 Düsseldorf NRW 40489 DE 00-50-C2 (hex) AeroControl, Inc. F38000-F38FFF (base 16) AeroControl, Inc. 595 Utica Ave. Boulder CO 80304 US 00-50-C2 (hex) Electro-Motive Diesel F23000-F23FFF (base 16) Electro-Motive Diesel 9301 West 55th Street LaGrange IL 60525 US 00-50-C2 (hex) Unfors Instruments AB F20000-F20FFF (base 16) Unfors Instruments AB Uggledalsvagen 29 Gothenburg Billdal 42740 SE 00-50-C2 (hex) Aqua Management F1A000-F1AFFF (base 16) Aqua Management 6280 S Valley View BLVD Las Vegas NV 89118 US 00-50-C2 (hex) Dell'Orto S.P.A. F1E000-F1EFFF (base 16) Dell'Orto S.P.A. Via Kennedy, 7 Cabiate Como 22060 IT 00-50-C2 (hex) Amstelland Electronic BV EF7000-EF7FFF (base 16) Amstelland Electronic BV Amsteldijk Noord 194 Uithoorn Noord Holland 1422 XZ NL 00-50-C2 (hex) Zephyrus Electronics LTD. EFF000-EFFFFF (base 16) Zephyrus Electronics LTD. 168 S. 122nd E. Ave. Tulsa Oklahoma 74128 US 00-50-C2 (hex) Human Network Labs, Inc. EF5000-EF5FFF (base 16) Human Network Labs, Inc. 4548 Market St. M19 PHILADELPHIA Pennsylvania 19139 US 00-50-C2 (hex) Predictive Sensor Technology EFA000-EFAFFF (base 16) Predictive Sensor Technology 316 N Main St Lynchburg Ohio 45142 US 00-50-C2 (hex) Wincor Nixdorf Sp. z o.o. F10000-F10FFF (base 16) Wincor Nixdorf Sp. z o.o. ul. Popularna 82 Warszawa Poland 02-226 PL 00-50-C2 (hex) Bluetest AB F0D000-F0DFFF (base 16) Bluetest AB Gotaverksgatan 1 Gothenburg SE-41755 SE 00-50-C2 (hex) AeroVision Avionics, Inc. F0F000-F0FFFF (base 16) AeroVision Avionics, Inc. 2F, 30 R&D Rd. II, Hsinchu 300 TW 00-50-C2 (hex) HASCOM International Pty Ltd F0A000-F0AFFF (base 16) HASCOM International Pty Ltd 15 Marloo Lane Quinns Rocks Western Australia 6030 US 00-50-C2 (hex) Icon Research Ltd F07000-F07FFF (base 16) Icon Research Ltd 3 Raw Holdings East Calder West Lothian EH53 0HY GB 00-50-C2 (hex) osf Hansjuergen Meier GmbH & Co. KG EE0000-EE0FFF (base 16) osf Hansjuergen Meier GmbH & Co. KG Eichendorffstraße 6 Espelkamp 32339 DE 00-50-C2 (hex) Peek Traffic Corporation ECD000-ECDFFF (base 16) Peek Traffic Corporation 2906 Corporate Way Palmetto Florida 34221 US 00-50-C2 (hex) BitWise Controls ECA000-ECAFFF (base 16) BitWise Controls 98 Inverness Dr East Englewood CO 80112 US 00-50-C2 (hex) West-Com Nurse Call Systems, Inc. EBA000-EBAFFF (base 16) West-Com Nurse Call Systems, Inc. 2200 Cordelia Road Fairfield CA 94534 US 00-50-C2 (hex) easii ic adiis ECE000-ECEFFF (base 16) easii ic adiis 90 avenue leon blum grenoble isere 38036 FR 00-50-C2 (hex) Saia-Burgess Controls AG ECC000-ECCFFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) Droplet Measurement Technologies EBD000-EBDFFF (base 16) Droplet Measurement Technologies 2545 Central Avenue Boulder CO 80301 US 00-50-C2 (hex) INFRONICS SYSTEMS LIMITED EC6000-EC6FFF (base 16) INFRONICS SYSTEMS LIMITED PLOT NO: 2 & 3, EKTHA TOWERS HYDERABAD ANDHRA PRADESH 500084 IN 00-50-C2 (hex) Saab AB EB7000-EB7FFF (base 16) Saab AB Nobymalmsvägen Linköping Östergötland 58182 SE 00-50-C2 (hex) Arista Systems Corporation E97000-E97FFF (base 16) Arista Systems Corporation 5th Floor,No.82-8,GuangFu Road,Sec. 1 San Chung Taipei 241 TW 00-50-C2 (hex) CT Company E92000-E92FFF (base 16) CT Company Nizhni Krasnoselsky st.,35 Moscow 140070 RU 00-50-C2 (hex) PDU EXPERT UK LTD EB1000-EB1FFF (base 16) PDU EXPERT UK LTD 11 b THE CHERRIES SLOUGH SL2 5TS GB 00-50-C2 (hex) Powersense A/S EA6000-EA6FFF (base 16) Powersense A/S Skovlytoften 33 Holte 2840 DK 00-50-C2 (hex) DataSoft Corporation E9F000-E9FFFF (base 16) DataSoft Corporation 1475 N. Scottsdale Road Scottsdale AZ 85257 US 00-50-C2 (hex) Witree Co.,Ltd E83000-E83FFF (base 16) Witree Co.,Ltd 621 Hyundai venture ville, 713 Suseo-dong, Gangnam-gu Seoul 135-539 KR 00-50-C2 (hex) STT Condigi A/S E8F000-E8FFFF (base 16) STT Condigi A/S Niels Bohrs vej 42, Stilling Skanderborg 8660 DK 00-50-C2 (hex) Fr. Sauter AG E77000-E77FFF (base 16) Fr. Sauter AG Im Surinam 55 Basel BS 4016 CH 00-50-C2 (hex) EMAC, Inc. E66000-E66FFF (base 16) EMAC, Inc. 2390 EMAC Way Carbondale IL 62902 US 00-50-C2 (hex) IB Elektronik GmbH E65000-E65FFF (base 16) IB Elektronik GmbH Daimlerstraße 51 Karlsruhe Baden-Württemberg 76185 DE 00-50-C2 (hex) NEXT video systems Hard- and Software Development GmbH E53000-E53FFF (base 16) NEXT video systems Hard- and Software Development GmbH Oderstr. 47 Neumuenster SH 24539 DE 00-50-C2 (hex) OREP E5E000-E5EFFF (base 16) OREP 39 AVENUE SIDOINE APOLLINAIRE LYON 69009 FR 00-50-C2 (hex) FUTEC INC. E5A000-E5AFFF (base 16) FUTEC INC. 1217 Hayashi-cho Takamatushi Kagawa 7610301 JP 00-50-C2 (hex) Omnica Corporation E35000-E35FFF (base 16) Omnica Corporation 15560-D Rockfield Blvd. Irvine CA 92618 US 00-50-C2 (hex) Saia-Burgess Controls AG E36000-E36FFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) Oshoksh Corporation E32000-E32FFF (base 16) Oshoksh Corporation 2307 Oregon Street Oshkosh WI 54902 US 00-50-C2 (hex) HGL Dynamics E34000-E34FFF (base 16) HGL Dynamics Hamilton Barr House GODALMING Surrey GU7 1HZ GB 00-50-C2 (hex) ITW Reyflex North America E48000-E48FFF (base 16) ITW Reyflex North America 195 E Algonquin Road Des Plaines IL 60090 US 00-50-C2 (hex) Industrea Mining Technology E46000-E46FFF (base 16) Industrea Mining Technology 3 Co-Wyn Close Fountaindale NSW 2258 AU 00-50-C2 (hex) Ecrin Systems E40000-E40FFF (base 16) Ecrin Systems 143 Rue Louis Neel Crolles Isère 38920 FR 00-50-C2 (hex) PCSC E4D000-E4DFFF (base 16) PCSC 3541 Challenger Street Torrance CA 90503 US 00-50-C2 (hex) VITEC E23000-E23FFF (base 16) VITEC 99, rue Pierre Semard CHATILLON 92320 FR 00-50-C2 (hex) Zoe Medical E19000-E19FFF (base 16) Zoe Medical 460 Boston Street Topsfield MA 01983 US 00-50-C2 (hex) Holdline Tecnologia e Sistemas Ltda E1D000-E1DFFF (base 16) Holdline Tecnologia e Sistemas Ltda Rua Turfa, 1257 Belo Horizonte Minas Gerais 30430380 BR 00-50-C2 (hex) Norwia AS E21000-E21FFF (base 16) Norwia AS PO Box 14 Sandefjord 3201 NO 00-50-C2 (hex) Divelbiss Corporation E20000-E20FFF (base 16) Divelbiss Corporation 9778 Mount Gilead Road Fredericktown OH 43019 US 00-50-C2 (hex) Ebner Electronic GmbH E06000-E06FFF (base 16) Ebner Electronic GmbH Neuhofenstrasse 35 Gmunden Upper 4810 AT 00-50-C2 (hex) PMAC JAPAN E0E000-E0EFFF (base 16) PMAC JAPAN Ningyoucho Bldg. 6F Chuo-ku Tokyo 103-0013 JP 00-50-C2 (hex) Unixmedia Srl E0D000-E0DFFF (base 16) Unixmedia Srl Via Cosimo del Fante, 4 Milano 20122 IT 00-50-C2 (hex) Calixto Systems Pvt Ltd E14000-E14FFF (base 16) Calixto Systems Pvt Ltd #111, First Floor, 2H Main Road Bangalore Karnataka 560043 IN 00-50-C2 (hex) Automation Assist Japan Company E13000-E13FFF (base 16) Automation Assist Japan Company 2-8-20 Kamatahonmachi Ota Tokyo 144-0053 JP 00-50-C2 (hex) ATEME E09000-E09FFF (base 16) ATEME 26 BUROSPACE BIEVRES Cedex 91570 FR 00-50-C2 (hex) ICU Scandinavia Schweiz GmbH E03000-E03FFF (base 16) ICU Scandinavia Schweiz GmbH Bahnhofstrasse 2 Signau Bern 3534 CH 00-50-C2 (hex) I-Evo Ltd DFC000-DFCFFF (base 16) I-Evo Ltd Henson House Newcastle Upon Tyne Tyne & Wear NE12 6RZ GB 00-50-C2 (hex) HINO ENGINEERING, INC DF6000-DF6FFF (base 16) HINO ENGINEERING, INC 60-7 Takakuramachi Hachiouji Tokyo 192-0033 JP 00-50-C2 (hex) Koncar Electrical Engineering Institute DF0000-DF0FFF (base 16) Koncar Electrical Engineering Institute Fallerovo setaliste 22 Zagreb 10000 HR 00-50-C2 (hex) Powersense A/S DEF000-DEFFFF (base 16) Powersense A/S Skovlytoften 33 Holte Sealand 2840 DK 00-50-C2 (hex) VendNovation LLC DEC000-DECFFF (base 16) VendNovation LLC 13400 NE 20th Street Bellevue WA 98005 US 00-50-C2 (hex) Lee Laser DED000-DEDFFF (base 16) Lee Laser 7605 Presidents Drive Orlando FL 32809 US 00-50-C2 (hex) Ruwisch & Kollegen GmbH DEB000-DEBFFF (base 16) Ruwisch & Kollegen GmbH Ostendstr. 25 Berlin 12459 DE 00-50-C2 (hex) One-Nemoto Engineering Corporation DBF000-DBFFFF (base 16) One-Nemoto Engineering Corporation Tokyo 158-0096 JP 00-50-C2 (hex) MCS Engenharia ltda DCF000-DCFFFF (base 16) MCS Engenharia ltda Al. Caiapos, 596 Barueri São Paulo 06460-110 BR 00-50-C2 (hex) KinotonGmbH DC9000-DC9FFF (base 16) KinotonGmbH Industriestrasse 20a Germering Bavaria 82110 DE 00-50-C2 (hex) CT Company DCB000-DCBFFF (base 16) CT Company Godovikova 9, Moscow Moscow RUSSIA 129085 RU 00-50-C2 (hex) T2M2 GmbH DC8000-DC8FFF (base 16) T2M2 GmbH Gruenberger Str. 140 Giessen Hessen 35394 DE 00-50-C2 (hex) Instrumentel Limited DCC000-DCCFFF (base 16) Instrumentel Limited Leeds Innovation center Leeds West Yorkshire LS2 9DF GB 00-50-C2 (hex) Saia-Burgess Controls AG DC5000-DC5FFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) TESSERA TECHNOLOGY INC. DC2000-DC2FFF (base 16) TESSERA TECHNOLOGY INC. 2710-1 4F, Noborito, Tama-ku Kawasaki-shi Kanagawa 214-0014 JP 00-50-C2 (hex) SYSTECH DD4000-DD4FFF (base 16) SYSTECH Ishimori-cyo Fukui-ken Fukui-si 910-0122 JP 00-50-C2 (hex) LUCEO DDB000-DDBFFF (base 16) LUCEO 16 Rue Laënnec Vern Sur Seiche 35770 FR 00-50-C2 (hex) RF Code, Inc DB1000-DB1FFF (base 16) RF Code, Inc 9229 Waterford Centre Austin TX 78758 US 00-50-C2 (hex) SoftwareCannery DB2000-DB2FFF (base 16) SoftwareCannery 1660 Sandalwood Lane Carlsbad CA 92008 US 00-50-C2 (hex) PROSOFT-SYSTEMS LTD DB6000-DB6FFF (base 16) PROSOFT-SYSTEMS LTD Volgogradskaya, 194 a Ekaterinburg Sverdlovskaya region 620102 RU 00-50-C2 (hex) SOREL GmbH Mikroelektronik DB7000-DB7FFF (base 16) SOREL GmbH Mikroelektronik Jahnstrasse 36 Sprockhovel 45549 DE 00-50-C2 (hex) ZAO NPC Kompjuternie Technologii DB4000-DB4FFF (base 16) ZAO NPC Kompjuternie Technologii Komsomolskiy av., 90-17 Perm Perm Region 614010 RU 00-50-C2 (hex) metraTec GmbH DA2000-DA2FFF (base 16) metraTec GmbH Niels-Bohr-Str. 5 Magdeburg Sachsen-Anh. 39106 DE 00-50-C2 (hex) Tieline Research Pty Ltd DA9000-DA9FFF (base 16) Tieline Research Pty Ltd PO Box 2092 Malaga Western Australia 6944 AU 00-50-C2 (hex) Sine Systems, Inc. DA8000-DA8FFF (base 16) Sine Systems, Inc. 972 Main St. Nashville TN 37206-3614 US 00-50-C2 (hex) Spang Power Electronics DAE000-DAEFFF (base 16) Spang Power Electronics 9305 Progress Parkway Mentor Ohio 44060 US 00-50-C2 (hex) P4Q Electronics D78000-D78FFF (base 16) P4Q Electronics Alonsotegi Elkartegia, Mód. 27 Alonsotegi Bizkaia 48810 ES 00-50-C2 (hex) Scale-Tron, Inc. D72000-D72FFF (base 16) Scale-Tron, Inc. 6428 Trans-Canada Highway St-Laurent Quebec H4T 1X4 CA 00-50-C2 (hex) Keith & Koep GmbH D80000-D80FFF (base 16) Keith & Koep GmbH Uellendahler Str. 199 Wuppertal NRW 42109 DE 00-50-C2 (hex) Fr.SauterAG D77000-D77FFF (base 16) Fr.SauterAG Im Surinam 55 BASEL BS CH CH 00-50-C2 (hex) Visual Telecommunication Network, Inc D89000-D89FFF (base 16) Visual Telecommunication Network, Inc 2400 Geng Road Palo Alto CA 94303 US 00-50-C2 (hex) Axlon AB D93000-D93FFF (base 16) Axlon AB Ulvsundavagen 110 BROMMA 16867 SE 00-50-C2 (hex) iRphotonics D8C000-D8CFFF (base 16) iRphotonics 627, McCaffrey St-Laurent Quebec H4T 1N3 CA 00-50-C2 (hex) ABtrack s.r.l. D54000-D54FFF (base 16) ABtrack s.r.l. Autoporto di Gorizia Pad B Gorizia 34170 IT 00-50-C2 (hex) BETTINI SRL D51000-D51FFF (base 16) BETTINI SRL VIA CESARE BATTISTI 22 CESANO MADERNO MILAN 20031 IT 00-50-C2 (hex) Indra Australia D4B000-D4BFFF (base 16) Indra Australia Unit 21 Rydalmere NSW 2116 AU 00-50-C2 (hex) Watermark Estate Management Services, LLC D48000-D48FFF (base 16) Watermark Estate Management Services, LLC 10230 NE Points Dr. Kirkland WA 98033 US 00-50-C2 (hex) C. Rob. Hammerstein GmbH & Co. KG D70000-D70FFF (base 16) C. Rob. Hammerstein GmbH & Co. KG Merscheider Strasse 167 Solingen NRW 42699 DE 00-50-C2 (hex) GLOBALCOM ENGINEERING SRL D5D000-D5DFFF (base 16) GLOBALCOM ENGINEERING SRL Via Volta 9 MORNAGO VA 21020 IT 00-50-C2 (hex) TV1 GmbH D64000-D64FFF (base 16) TV1 GmbH Betastr. 9a Unterfoehring Bavaria 85774 DE 00-50-C2 (hex) Embedded Monitoring Systems Ltd. D5A000-D5AFFF (base 16) Embedded Monitoring Systems Ltd. Suite 103, LEO Lisburn Co Antrim BT28 2BP GB 00-50-C2 (hex) Hijikata Denki Corp. D57000-D57FFF (base 16) Hijikata Denki Corp. 1-13-1 Minami Denen Fussa Tokyo 197-0004 JP 00-50-C2 (hex) Imtron Messtechnik GmbH D6F000-D6FFFF (base 16) Imtron Messtechnik GmbH Carl-Benz-Straße 11 Owingen Baden-Württemberg 88696 DE 00-50-C2 (hex) Millennium Electronics Pty.Ltd. D2A000-D2AFFF (base 16) Millennium Electronics Pty.Ltd. 12 Webber Parade East Keilor Victoria 3033 AU 00-50-C2 (hex) Axible Technologies D29000-D29FFF (base 16) Axible Technologies 425 rue Jean Rostand Labège 31670 FR 00-50-C2 (hex) Expro North Sea D24000-D24FFF (base 16) Expro North Sea Units 4-6, 9 Bessemer Close Verwood Dorset BH31 6AZ GB 00-50-C2 (hex) Bluestone Technology GmbH D23000-D23FFF (base 16) Bluestone Technology GmbH Mikroforum Ring 2 Wendelsheim Rhineland-Palatinate 55234 DE 00-50-C2 (hex) Synatec Electronic GmbH D3E000-D3EFFF (base 16) Synatec Electronic GmbH Bruehlhofstraße 4 Leinfelden-Echterdingen Baden-Württemberg 70771 DE 00-50-C2 (hex) Moco Media Pty Ltd D1D000-D1DFFF (base 16) Moco Media Pty Ltd Ground Floor Fitzroy VIC 3065 AU 00-50-C2 (hex) Kyowa Electronics Co.,Ltd. D38000-D38FFF (base 16) Kyowa Electronics Co.,Ltd. 4-3-31 Takatsukasa Takarazuka Hyogo 665-0051 JP 00-50-C2 (hex) MSR-Office GmbH D15000-D15FFF (base 16) MSR-Office GmbH Ravensburger Straße 71 Wangen Baden-Württemberg 88239 DE 00-50-C2 (hex) Imricor Medical Systems, Inc. D16000-D16FFF (base 16) Imricor Medical Systems, Inc. 400 Gateway Boulevard Burnsville MN 55337 US 00-50-C2 (hex) Reimesch Kommunikationssysteme GmbH D08000-D08FFF (base 16) Reimesch Kommunikationssysteme GmbH Friedrich-Ebert-Str. Bergisch Gladbach NRW 51429 DE 00-50-C2 (hex) New Embedded Technology CFB000-CFBFFF (base 16) New Embedded Technology 204 N El Camino Real Encinitas Ca 92024 US 00-50-C2 (hex) Daiken Automacao Ltda CF3000-CF3FFF (base 16) Daiken Automacao Ltda Av Sao Gabriel 481 - Campo Pequeno Colombo Pr 83404000 BR 00-50-C2 (hex) Baudisch Electronic GmbH CF4000-CF4FFF (base 16) Baudisch Electronic GmbH Im Gewerbegebiet 7-9 Wäschenbeuren Baden-Württemberg 73116 DE 00-50-C2 (hex) EMBED-IT OG CEE000-CEEFFF (base 16) EMBED-IT OG Phorusgasse 8 Vienna 1040 AT 00-50-C2 (hex) Thomas & Betts CE8000-CE8FFF (base 16) Thomas & Betts 5900 Eastport Blvd Richmond Virginia 23231 US 00-50-C2 (hex) AeroMechanical Services Ltd, FLYHT CED000-CEDFFF (base 16) AeroMechanical Services Ltd, FLYHT Suite 200W Calgary Alberta T2E7P1 CA 00-50-C2 (hex) TEKTRONIK CE4000-CE4FFF (base 16) TEKTRONIK 44-48 Rocco Drive Melbourne VICTORIA 3179 AU 00-50-C2 (hex) Weiss Robotics GmbH & Co. KG CF2000-CF2FFF (base 16) Weiss Robotics GmbH & Co. KG In der Gerste 2 Ludwigsburg Baden-Württemberg 71636 DE 00-50-C2 (hex) TelGaAs, Inc. CF1000-CF1FFF (base 16) TelGaAs, Inc. 125 N. Central Dr. O'Fallon MO 63366 US 00-50-C2 (hex) K.C.C. SHOKAI LIMITED CDD000-CDDFFF (base 16) K.C.C. SHOKAI LIMITED 1-2-1 Kobe Hyougo-ken 651-2241 JP 00-50-C2 (hex) Industrial Control Links, Inc. CE0000-CE0FFF (base 16) Industrial Control Links, Inc. 12840 Earhart Ave. Auburn CA 95602 US 00-50-C2 (hex) Smartech-technology CCC000-CCCFFF (base 16) Smartech-technology Stachek 107-J office 16H Saint-Petersburg 198303 RU 00-50-C2 (hex) CP ELETRONICA SA CBC000-CBCFFF (base 16) CP ELETRONICA SA RUA VARZEA, 379 PORTO ALEGRE RIO GRANDE DO SUL 91040600 BR 00-50-C2 (hex) KDT CC6000-CC6FFF (base 16) KDT 203-902, Bucheon Techno-Park Bucheon-si Gyeonggi-do 420-733 KR 00-50-C2 (hex) Wayne Kerr Electronics CA1000-CA1FFF (base 16) Wayne Kerr Electronics Unit 4, Vinnetrow Business Park Chichester West Sussex PO20 1QH GB 00-50-C2 (hex) DSP DESIGN LTD CAA000-CAAFFF (base 16) DSP DESIGN LTD TAPTON PARK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB 00-50-C2 (hex) The Logical Company CA2000-CA2FFF (base 16) The Logical Company 75 Gateway Blvd. Cottage Grove OR 97424 US 00-50-C2 (hex) Vox Technologies CA4000-CA4FFF (base 16) Vox Technologies 1180 Commerce Dr. Richardson TX 75081 US 00-50-C2 (hex) Odyssee Systemes SAS C81000-C81FFF (base 16) Odyssee Systemes SAS 840 Route de la Roquette MOUANS-SARTOUX 06370 FR 00-50-C2 (hex) Kinects Solutions Inc C7F000-C7FFFF (base 16) Kinects Solutions Inc 800 Kipling Avenue - Unit 3 Toronto Ontario M8Z 6C4 CA 00-50-C2 (hex) xxter b.v. C9F000-C9FFFF (base 16) xxter b.v. Elandsgracht 73 I Amsterdam NH 1016 TR NL 00-50-C2 (hex) Saia-Burgess Controls AG C9C000-C9CFFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) TAE Antriebstechnik GmbH C7D000-C7DFFF (base 16) TAE Antriebstechnik GmbH Am Kappengraben 20 Wehrheim Hessen 61273 DE 00-50-C2 (hex) AIM Co.,Ltd C77000-C77FFF (base 16) AIM Co.,Ltd 333-9 Nishi Miyukicho Hamachi Toyohashi Aichi 441-8113 JP 00-50-C2 (hex) LECO Corporation C87000-C87FFF (base 16) LECO Corporation 3000 Lakeview Ave. St. Joseph Michigan 49085 US 00-50-C2 (hex) CSI Controles e Sistemas Industriais Ltda. C88000-C88FFF (base 16) CSI Controles e Sistemas Industriais Ltda. Av. Piraporinha, 506 Diadema São Paulo 09950000 BR 00-50-C2 (hex) SENSAIR Pty Ltd C93000-C93FFF (base 16) SENSAIR Pty Ltd 79 Crooke Road Castella Victoria 3777 AU 00-50-C2 (hex) HJPC Corporation dba Pactron C99000-C99FFF (base 16) HJPC Corporation dba Pactron 1149 Tasman Drive Sunnyvale CA 94089 US 00-50-C2 (hex) SDD ITG C8E000-C8EFFF (base 16) SDD ITG Volgina 15 Belgrade 11060 RS 00-50-C2 (hex) QNE GmbH & Co. KG C46000-C46FFF (base 16) QNE GmbH & Co. KG Alexanderstraße 124 Oldenburg Niedersachsen 26121 DE 00-50-C2 (hex) Weltek Technologies Co. Ltd. C47000-C47FFF (base 16) Weltek Technologies Co. Ltd. Flat A-B, 12/F, Block 1, Wah Fung Ind. Centre, 33-39 Kwai Fung Crescent, Kwai Chung, N.T. 852 HK 00-50-C2 (hex) Beijing Zhongherongzhi Elec.&Tech.Co.,Ltd. C44000-C44FFF (base 16) Beijing Zhongherongzhi Elec.&Tech.Co.,Ltd. Rm.605 Astronautic Exactitude Plaza No.30 South Haidian Rd. Beijing 100080 CN 00-50-C2 (hex) CellPlus technologies, Inc. C5E000-C5EFFF (base 16) CellPlus technologies, Inc. 3959 Idaho Street San Diego California 92104 US 00-50-C2 (hex) Broadsoft PacketSmart, Inc. C68000-C68FFF (base 16) Broadsoft PacketSmart, Inc. 10080 N Wolfe Rd, SW 3-300 Cupertino CA 95014 US 00-50-C2 (hex) Watterott electronic C55000-C55FFF (base 16) Watterott electronic Winkelstr. 12a Hausen Thueringen 37327 DE 00-50-C2 (hex) Wilke Technology GmbH C70000-C70FFF (base 16) Wilke Technology GmbH Krefelder Strasse 147 Aachen 52070 DE 00-50-C2 (hex) Wapice Ltd. C74000-C74FFF (base 16) Wapice Ltd. Yliopistonranta 5 Vaasa 65200 FI 00-50-C2 (hex) Z-App Systems, Inc. C2B000-C2BFFF (base 16) Z-App Systems, Inc. 1732 N. First St. San Jose CA 95112 US 00-50-C2 (hex) Private C25000-C25FFF (base 16) Private 00-50-C2 (hex) Qualnetics Corporation C24000-C24FFF (base 16) Qualnetics Corporation 2183 Alpine Way Bellingham WA 98226 US 00-50-C2 (hex) Private C21000-C21FFF (base 16) Private 00-50-C2 (hex) Peperoni-Light C1E000-C1EFFF (base 16) Peperoni-Light Wiesenrautenstieg 42 Hamburg 22607 DE 00-50-C2 (hex) INO - Institut National d'Optique C15000-C15FFF (base 16) INO - Institut National d'Optique 2740, Einstein Street Quebec G1P 4S4 CA 00-50-C2 (hex) Keith & Koep GmbH C10000-C10FFF (base 16) Keith & Koep GmbH Uellendahler Str. 199 Wuppertal NRW 42109 DE 00-50-C2 (hex) Computer Automation Technology Inc C38000-C38FFF (base 16) Computer Automation Technology Inc 3397 NW 23 Court Boca Raton Florida 33431 US 00-50-C2 (hex) Kyuhen C34000-C34FFF (base 16) Kyuhen hanamigahama2-1-1 fukutsu fukuoka 811-3216 JP 00-50-C2 (hex) REFLEX CES C2F000-C2FFFF (base 16) REFLEX CES 2 RUE DU GEVAUDAN EVRY 91047 FR 00-50-C2 (hex) ELSIST S.r.l. C3C000-C3CFFF (base 16) ELSIST S.r.l. Via Giacomo Brodolini, 15 CASALE MONFERRATO 15033 IT 00-50-C2 (hex) juiceboss C08000-C08FFF (base 16) juiceboss 1946 Pescadero Creek Road Pescadero CA 94060 US 00-50-C2 (hex) CIO Informatique Industrielle C07000-C07FFF (base 16) CIO Informatique Industrielle 1 Rue de la Presse SAINT-ETIENNE LOIRE 42950 FR 00-50-C2 (hex) VEHICLE TESTING EQUIPMENT, S.L. BE8000-BE8FFF (base 16) VEHICLE TESTING EQUIPMENT, S.L. C/ Conca de Barberá  19 Castellar del Vallès Barcelona 08211 ES 00-50-C2 (hex) Ernemann Cine Tec GmbH BFD000-BFDFFF (base 16) Ernemann Cine Tec GmbH Mecklenburger Str. 32 - 36 Kiel Schleswig Holstein 24106 DE 00-50-C2 (hex) DYCEC, S.A. C0F000-C0FFFF (base 16) DYCEC, S.A. Torres Quevedo, 1-P.T.M. Tres Cantos Madrid 28760 ES 00-50-C2 (hex) Hanning Elektro-Werke GmbH & Co. KG C02000-C02FFF (base 16) Hanning Elektro-Werke GmbH & Co. KG Holter Strasse 90 Oerlinghausen NRW 33813 DE 00-50-C2 (hex) QUERCUS TECHNOLOGIES, S.L. C01000-C01FFF (base 16) QUERCUS TECHNOLOGIES, S.L. Antoni Isern 4 baixos Reus Tarragona 43205 ES 00-50-C2 (hex) Touch Revolution Inc. BED000-BEDFFF (base 16) Touch Revolution Inc. 101 California St. San Francisco CA 94065 US 00-50-C2 (hex) Vitel Net BF9000-BF9FFF (base 16) Vitel Net 8201 Greensboro Dr. McLean VA 22102 US 00-50-C2 (hex) ARTEIXO TELECOM BCB000-BCBFFF (base 16) ARTEIXO TELECOM P.E. Penapurreira As Pontes A Coruña 15320 ES 00-50-C2 (hex) Euro-Konsult Sp. z o.o. BDF000-BDFFFF (base 16) Euro-Konsult Sp. z o.o. Swidnicka 19/315 Wroclaw dolnoslaskie 50-066 PL 00-50-C2 (hex) AMS Controls, Inc. BD9000-BD9FFF (base 16) AMS Controls, Inc. 12180 Prichard Farm Road Maryland Heights MO 63043 US 00-50-C2 (hex) Wheatstone Corporation BC4000-BC4FFF (base 16) Wheatstone Corporation 600 Industrial Drive New Bern NC 28562 US 00-50-C2 (hex) Phytec Messtechnik GmbH BC3000-BC3FFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) Digital Lumens BDA000-BDAFFF (base 16) Digital Lumens 129 Portland Street Boston Massachusetts 02114 US 00-50-C2 (hex) Fiber Connections Inc. BAE000-BAEFFF (base 16) Fiber Connections Inc. 5878 Highway # 9 Schomberg ON L0G 1T0 CA 00-50-C2 (hex) NetworkFX Communications, LLC BAA000-BAAFFF (base 16) NetworkFX Communications, LLC 95-1036 Auina St. Mililani HI 96789 US 00-50-C2 (hex) DSP DESIGN LTD BA3000-BA3FFF (base 16) DSP DESIGN LTD TAPTON PARK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB 00-50-C2 (hex) Saia-Burgess Controls AG B9E000-B9EFFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) MROAD INFORMATION SYSTEM BB5000-BB5FFF (base 16) MROAD INFORMATION SYSTEM 3F, SUNGDO BD. 689-1 Seongnam-si GYeongi-do 461-200 KR 00-50-C2 (hex) Pro4tech BB1000-BB1FFF (base 16) Pro4tech Kochav Yokneam bldg 5 floor Yokneam Illit 20692 IL 00-50-C2 (hex) JSC Electrical Equipment Factory BB4000-BB4FFF (base 16) JSC Electrical Equipment Factory Otradnaya str, 6 Moscow 129626 RU 00-50-C2 (hex) Quarch Technology Ltd BB6000-BB6FFF (base 16) Quarch Technology Ltd 4C Dalfaber Industrial Estate Aviemore Inverness-Shire PH22 1ST GB 00-50-C2 (hex) Rx Monitoring Services B95000-B95FFF (base 16) Rx Monitoring Services 22A Eastman Ave Bedford NH 03110 US 00-50-C2 (hex) SISS Technology Inc. BA9000-BA9FFF (base 16) SISS Technology Inc. 601 Ace-Technotower, 684-1 Deungchon-dong, Gangseo-gu Seoul 157-030 US 00-50-C2 (hex) EMC PARTNER AG B93000-B93FFF (base 16) EMC PARTNER AG Baselstrasse 160 Laufen Baselland 4242 CH 00-50-C2 (hex) Measurement Technology NW B62000-B62FFF (base 16) Measurement Technology NW 4211 24th Avenue West Seattle WA 98199 US 00-50-C2 (hex) Digitale Analoge COMponenten West Electronic Vertriebs GmbH B71000-B71FFF (base 16) Digitale Analoge COMponenten West Electronic Vertriebs GmbH Schallbruch 19-21 Haan NRW 42781 DE 00-50-C2 (hex) Advanced Desktop Systems Ltd B72000-B72FFF (base 16) Advanced Desktop Systems Ltd 36 Haldan Road London E4 9JJ GB 00-50-C2 (hex) CT Company B6F000-B6FFFF (base 16) CT Company Godovikova 9, Moscow Moscow RUSSIA 129085 RU 00-50-C2 (hex) TANABIKI Inc. B82000-B82FFF (base 16) TANABIKI Inc. 1-4-6-305 Kunitachi Tokyo 1860002 JP 00-50-C2 (hex) Advanced Storage Concepts, Inc. B83000-B83FFF (base 16) Advanced Storage Concepts, Inc. 2200 Market Street Galveston TX 77550 US 00-50-C2 (hex) Phytec Messtechnik GmbH B6A000-B6AFFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) Thetis S.p.A. B69000-B69FFF (base 16) Thetis S.p.A. Castello, 2737/f Venezia VE 30122 IT 00-50-C2 (hex) Blankom B75000-B75FFF (base 16) Blankom Hermann-Petersilge-Str. 1 Bad Blankenburg TH 07422 DE 00-50-C2 (hex) MITSUYA LABORATORIES INC. B79000-B79FFF (base 16) MITSUYA LABORATORIES INC. 6-31-18 KAWASAKI-CITY KANAGAWA 215-0021 JP 00-50-C2 (hex) FBB B8B000-B8BFFF (base 16) FBB Hei en Boeicopseweg 118 Hei en Boeicop 4126RL NL 00-50-C2 (hex) ASTO B86000-B86FFF (base 16) ASTO 22 Mei Hwan Drive Singapore 568357 SG 00-50-C2 (hex) Plitron Manufacturing Inc. B5D000-B5DFFF (base 16) Plitron Manufacturing Inc. 8-601 Magnetic Drive Toronto Ontario M3J 3J2 CA 00-50-C2 (hex) Troll Systems Corporation B4D000-B4DFFF (base 16) Troll Systems Corporation 24950 Anza Drive Valencia CA 91355 US 00-50-C2 (hex) Ampcontrol Pty Ltd B44000-B44FFF (base 16) Ampcontrol Pty Ltd 7 Billbrooke Close Cameron Park NSW 2285 AU 00-50-C2 (hex) Nikon Systems Inc. B3A000-B3AFFF (base 16) Nikon Systems Inc. 16F Queen's Tower-B, 3-3 Yokohama Kanagawa 220-6116 JP 00-50-C2 (hex) Mobileye B46000-B46FFF (base 16) Mobileye 13 Hartom st. Jerusalem 91450 IL 00-50-C2 (hex) North Bridge Technologies B5F000-B5FFFF (base 16) North Bridge Technologies Jean Ave 84 Centurion Gauteng 0157 ZA 00-50-C2 (hex) ADI Video Technologies B5C000-B5CFFF (base 16) ADI Video Technologies 13a Hamelacha st, Lod 71520 IL 00-50-C2 (hex) Chitose Co.,Ltd B4B000-B4BFFF (base 16) Chitose Co.,Ltd Fiato202 Koga-City Fukuoka 8113101 JP 00-50-C2 (hex) Prodco B53000-B53FFF (base 16) Prodco 4529 De castille Montreal Quebec H1H 1Y3 CA 00-50-C2 (hex) Neothings, Inc. B16000-B16FFF (base 16) Neothings, Inc. 1594 Fayette St El Cajon CA 92020 US 00-50-C2 (hex) Keith & Koep GmbH B14000-B14FFF (base 16) Keith & Koep GmbH Uellendahler Str. 199 Wuppertal NRW 42109 DE 00-50-C2 (hex) Sportvision Inc. B3B000-B3BFFF (base 16) Sportvision Inc. 1240 La Avenida Mountain View CA 94043 US 00-50-C2 (hex) Numcore Ltd B33000-B33FFF (base 16) Numcore Ltd Microkatu 1 Kuopio 70211 FI 00-50-C2 (hex) haneron B35000-B35FFF (base 16) haneron 2-22 ota yao oosaka 581-0037 JP 00-50-C2 (hex) CosmoData Informatica Ltda. B2B000-B2BFFF (base 16) CosmoData Informatica Ltda. Rua Artur de Azevedo, 2103 São Paulo 05404-015 BR 00-50-C2 (hex) Integra LifeSciences (Ireland) Ltd B29000-B29FFF (base 16) Integra LifeSciences (Ireland) Ltd Sragh Industrial Estate Tullamore Co Offaly IRELAND IE 00-50-C2 (hex) Datasat Digital Entertainment B2D000-B2DFFF (base 16) Datasat Digital Entertainment 9361 Topanga Cyn. Place Chatsworth California 91311 US 00-50-C2 (hex) Elcoteq Design Center Oy B17000-B17FFF (base 16) Elcoteq Design Center Oy Joensuunkatu 13 Salo 24100 FI 00-50-C2 (hex) EXEL s.r.l B11000-B11FFF (base 16) EXEL s.r.l Via di Corticella 201 Bologna 40128 IT 00-50-C2 (hex) KYAB Lulea AB B0E000-B0EFFF (base 16) KYAB Lulea AB Aurorum 6 Lulea Norrbotten 97775 SE 00-50-C2 (hex) Spider Tecnologia Ind. e Com. Ltda. B03000-B03FFF (base 16) Spider Tecnologia Ind. e Com. Ltda. Rua Alencar Araripe, 1440 São Paulo 04253-000 BR 00-50-C2 (hex) HSR Harald L. Reuter B01000-B01FFF (base 16) HSR Harald L. Reuter Entwicklung - Reparatur - Fertigung Bielefeld NRW 33607 DE 00-50-C2 (hex) Harper Chalice Group Limited B09000-B09FFF (base 16) Harper Chalice Group Limited 8 Binns Close Coventry West Midlands CV4 9TB GB 00-50-C2 (hex) Trolex Limited AFE000-AFEFFF (base 16) Trolex Limited Newby Road, Stockport. Cheshire SK7 5DY GB 00-50-C2 (hex) Odus Technologies SA AFC000-AFCFFF (base 16) Odus Technologies SA Rue des bosquets 18 VEVEY VAUD 1800 CH 00-50-C2 (hex) Synthesechemie Dr. Penth GmbH ADC000-ADCFFF (base 16) Synthesechemie Dr. Penth GmbH Lebacher Strasse 60 Heusweiler Saarland 66822 DE 00-50-C2 (hex) elettrondata srl AD9000-AD9FFF (base 16) elettrondata srl via del canaletto 79 spezzano di fiorano modena 41042 IT 00-50-C2 (hex) Energid AF6000-AF6FFF (base 16) Energid One Mifflin Place Cambridge MA 02138 US 00-50-C2 (hex) Kramara s.r.o. AF5000-AF5FFF (base 16) Kramara s.r.o. Cisovicka 246 Mnisek pod Brdy Stredocesky kraj 25210 CZ 00-50-C2 (hex) Midwest Microwave Solutions Inc. AF7000-AF7FFF (base 16) Midwest Microwave Solutions Inc. 2000 Progress Drive Hiawatha IA 52233 US 00-50-C2 (hex) Advanced Electronic Designs, Inc. AE4000-AE4FFF (base 16) Advanced Electronic Designs, Inc. 233 Enterprise Blvd Bozeman MT 59718 US 00-50-C2 (hex) Air Monitors Ltd AD7000-AD7FFF (base 16) Air Monitors Ltd Unit 2 Bredon Court Tewkesbury Gloucestershire GL20 6FF GB 00-50-C2 (hex) IPtec, Inc. AEE000-AEEFFF (base 16) IPtec, Inc. 5673 W. Las Positas Blvd. Pleasanton CA 94588 US 00-50-C2 (hex) Fritz Pauker Ingenieure GmbH AEC000-AECFFF (base 16) Fritz Pauker Ingenieure GmbH Paul-Lenz-Str. 5 Friedberg Bayern 86316 DE 00-50-C2 (hex) Rafael AD2000-AD2FFF (base 16) Rafael P.o.b. 962 31009 Haifa 31009 31009 IL 00-50-C2 (hex) Bitmanufaktur GmbH AB1000-AB1FFF (base 16) Bitmanufaktur GmbH Schwedter Str. 23 Berlin 10119 DE 00-50-C2 (hex) Compañía de Instrumentacion y control, S.L. AB3000-AB3FFF (base 16) Compañía de Instrumentacion y control, S.L. C/Maria Auxiliadora 5, 1ºI Madrid 28040 ES 00-50-C2 (hex) Barrick ABC000-ABCFFF (base 16) Barrick Balsamos Norte 324B y calle quinta Guayaquil Guayas 593 EC 00-50-C2 (hex) Monitor Business Machines Ltd. ABD000-ABDFFF (base 16) Monitor Business Machines Ltd. PO Box 108 042 Auckland US 00-50-C2 (hex) FRAKO Kondensatoren- und Anlagenbau GmbH AB0000-AB0FFF (base 16) FRAKO Kondensatoren- und Anlagenbau GmbH Tscheulinstrasse 21 a Teningen 79331 DE 00-50-C2 (hex) OUTLINE srl AAE000-AAEFFF (base 16) OUTLINE srl VIA LEONARDO DA VINCI N°56 FLERO BRESCIA 25020 IT 00-50-C2 (hex) Gygax Embedded Engineering GEE.ch AB6000-AB6FFF (base 16) Gygax Embedded Engineering GEE.ch Nuovo AG - Greuter Elektrotechnik Wetzikon CH-8620 CH 00-50-C2 (hex) BRS Sistemas Eletrônicos AAB000-AABFFF (base 16) BRS Sistemas Eletrônicos Rua Gomes de Freitas, 491 / 204 Porto Alegre RS 91380-000 BR 00-50-C2 (hex) SAN GIORGIO S.E.I.N. srl AA9000-AA9FFF (base 16) SAN GIORGIO S.E.I.N. srl Via Pedulla' 59 Genova 16165 IT 00-50-C2 (hex) Saia-Burgess Controls AG ABA000-ABAFFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) DAISHIN-DENSHI Co., Ltd AC1000-AC1FFF (base 16) DAISHIN-DENSHI Co., Ltd 2-38-14 Bunkyou-ku Tokyo 113-0033 JP 00-50-C2 (hex) PSi Printer Systems international GmbH AA4000-AA4FFF (base 16) PSi Printer Systems international GmbH Eiserfelder Strasse 316 Siegen 57080 DE 00-50-C2 (hex) PDQ Manufacturing Inc. A9B000-A9BFFF (base 16) PDQ Manufacturing Inc. 1698 Scheuring Road De Pere WI 54115 US 00-50-C2 (hex) MICROSYSTEMES A97000-A97FFF (base 16) MICROSYSTEMES 14 rue Jean Perrin TOULOUSE 31100 FR 00-50-C2 (hex) Techno Sobi Co. Ltd. A83000-A83FFF (base 16) Techno Sobi Co. Ltd. Tsurunoso 6-11 Takarazuka-shi Hyogo-ken 6650833 JP 00-50-C2 (hex) BPC circuits Ltd A81000-A81FFF (base 16) BPC circuits Ltd Omni House Leicester LE4 1BF GB 00-50-C2 (hex) DSP DESIGN LTD A74000-A74FFF (base 16) DSP DESIGN LTD TAPTON PARK INNOVATION CENTRE CHESTERFIELD S41 0TZ GB 00-50-C2 (hex) Advanced Integrated Systems A69000-A69FFF (base 16) Advanced Integrated Systems 81 David Love Pl. Goleta CA 93117 US 00-50-C2 (hex) EMS Industries A63000-A63FFF (base 16) EMS Industries PO Box 38822 Pretoria Gauteng 0043 ZA 00-50-C2 (hex) Phytec Messtechnik GmbH A7F000-A7FFFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) Purite Ltd A71000-A71FFF (base 16) Purite Ltd Bandet Way Thame Oxfordshire OX9 3SJ GB 00-50-C2 (hex) Keith & Koep GmbH A77000-A77FFF (base 16) Keith & Koep GmbH Uellendahler Str. 199 Wuppertal NRW 42109 DE 00-50-C2 (hex) JSC Component-ASU A5C000-A5CFFF (base 16) JSC Component-ASU Severnyi proezd 1, k.5/6 Chernogolovka Moscow Region 142432 RU 00-50-C2 (hex) Appareo Systems, LLC A35000-A35FFF (base 16) Appareo Systems, LLC 1854 NDSU Research Circle North Fargo ND 58102 US 00-50-C2 (hex) Shenzhen Shangji electronic Co.Ltd A36000-A36FFF (base 16) Shenzhen Shangji electronic Co.Ltd Room 2017, Tianan Digital Era Building, Futian District, Shenzhen Guangdong 518048 CN 00-50-C2 (hex) Casabyte Inc. A34000-A34FFF (base 16) Casabyte Inc. 200 Country Club Drive Blacksburg VA 24060 US 00-50-C2 (hex) Mosberger Consulting LLC A40000-A40FFF (base 16) Mosberger Consulting LLC 1935 Stony Hill Rd Boulder CO 80305 US 00-50-C2 (hex) Agility Mfg, Inc. A23000-A23FFF (base 16) Agility Mfg, Inc. 279 Locust Street Dover NH 03820 US 00-50-C2 (hex) Pyxis Controls WLL 9E4000-9E4FFF (base 16) Pyxis Controls WLL Kingdom Tower Manama Bahrain 0000 BH 00-50-C2 (hex) AFORE Solutions Inc. 9EB000-9EBFFF (base 16) AFORE Solutions Inc. 2680 Queensview Drive Ottawa Ontario K2B 8J9 CA 00-50-C2 (hex) Hammock Corporation 9E8000-9E8FFF (base 16) Hammock Corporation 7-8-F 30SANKYO-Building SHINJUKU-WARD TOKYO 169-0075 JP 00-50-C2 (hex) Dave Jones Design 9F7000-9F7FFF (base 16) Dave Jones Design 34 Lake St. Owego NY 13827 US 00-50-C2 (hex) Vision Technologies, Inc. 9F3000-9F3FFF (base 16) Vision Technologies, Inc. 609 W Dyke Rd Rogers AR 72756 US 00-50-C2 (hex) Keith & Koep GmbH 9F2000-9F2FFF (base 16) Keith & Koep GmbH Uellendahler Str. 199 Wuppertal NRW 42109 DE 00-50-C2 (hex) CHARLYROBOT A0D000-A0DFFF (base 16) CHARLYROBOT 192, route de l'usine CRUSEILLES HAUTE-SAVOIE 74350 FR 00-50-C2 (hex) IDS GeoRadar s.r.l. A0B000-A0BFFF (base 16) IDS GeoRadar s.r.l. Via E. Calabresi, 24 PISA PI 56121 IT 00-50-C2 (hex) Humphrey Products 9FF000-9FFFFF (base 16) Humphrey Products 5070 East 'N' Ave Kalamazoo MI 49048 US 00-50-C2 (hex) ACD Elektronik GmbH A0A000-A0AFFF (base 16) ACD Elektronik GmbH Engelberg 2 Achstetten bawu 88480 DE 00-50-C2 (hex) EEG Enterprises Inc A03000-A03FFF (base 16) EEG Enterprises Inc 586 Main Street Farmingdale NY 11735 US 00-50-C2 (hex) Talyst, Inc. A13000-A13FFF (base 16) Talyst, Inc. 13555 SE 36th Avenue Bellevue WA 98006 US 00-50-C2 (hex) FTM Marketing Limited 9DC000-9DCFFF (base 16) FTM Marketing Limited Unit 26 Enterprise Estate Guildford Surrey GU1 1RB GB 00-50-C2 (hex) Stuyts Engineering Haarlem BV 9C0000-9C0FFF (base 16) Stuyts Engineering Haarlem BV Hogeweg 40 Zandvoort Noord-Holland 2042GH NL 00-50-C2 (hex) NEUTRONIK e.K. 9DA000-9DAFFF (base 16) NEUTRONIK e.K. Taitinger Str. 14 Dasing Bayern 86453 DE 00-50-C2 (hex) FIRST 9D4000-9D4FFF (base 16) FIRST 200 Bedford Street Manchester New Hampshire 03101 US 00-50-C2 (hex) Saia-Burgess Controls AG 9D2000-9D2FFF (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) Ebru GmbH 9B0000-9B0FFF (base 16) Ebru GmbH In den Kreuzwiesen Schönau 69250 DE 00-50-C2 (hex) Connor-Winfield 9BA000-9BAFFF (base 16) Connor-Winfield 2111 Comprehensive Dr Aurora Illinois 60505 US 00-50-C2 (hex) SAMsystems GmbH 9A2000-9A2FFF (base 16) SAMsystems GmbH Bannwaldallee 46 Karlsruhe 76139 DE 00-50-C2 (hex) Powersense A/S 99D000-99DFFF (base 16) Powersense A/S Skovlytoften 33 Holte Rudersdal 2840 DK 00-50-C2 (hex) Esensors, Inc. 9AE000-9AEFFF (base 16) Esensors, Inc. 4240 Ridge Lea Road Amherst NY 14226 US 00-50-C2 (hex) Keith & Koep GmbH 990000-990FFF (base 16) Keith & Koep GmbH Uellendahler Str. 199 Wuppertal NRW 42109 DE 00-50-C2 (hex) TI2000 TECNOLOGIA INFORMATICA 2000 98B000-98BFFF (base 16) TI2000 TECNOLOGIA INFORMATICA 2000 CARDENAL HERRERA ORIA 165 MADRID 28034 ES 00-50-C2 (hex) MGM-Devices Oy 98C000-98CFFF (base 16) MGM-Devices Oy Länsikatuu 15 Joensuu Pohjois-Karjala 80110 FI 00-50-C2 (hex) Electrodata Inc. 9AB000-9ABFFF (base 16) Electrodata Inc. P.O. Box 31780 Independence OHIO 44131 US 00-50-C2 (hex) Picsolve International Limited 961000-961FFF (base 16) Picsolve International Limited Woodlands Lodge Derby Derbyshire DE223NL GB 00-50-C2 (hex) Soehnle Professional GmbH & Co.KG 97D000-97DFFF (base 16) Soehnle Professional GmbH & Co.KG Manfred-von-Ardenne-Allee 12 Backnang 71522 DE 00-50-C2 (hex) KST Technology Co., Ltd 97A000-97AFFF (base 16) KST Technology Co., Ltd # 506, ACE TWIN TOWER I SEOUL 152-779 KR 00-50-C2 (hex) IPITEK 971000-971FFF (base 16) IPITEK 2330 Faraday Ave Carlsbad CA 920 US 00-50-C2 (hex) Varec Inc. 96F000-96FFFF (base 16) Varec Inc. 5834 Peachtree Corners East Norcross GA 30092 US 00-50-C2 (hex) Emitech Corporation 965000-965FFF (base 16) Emitech Corporation 2F,NO.7-1,Industry E.Rd.9,Science-Based Industrial Park, Hsinchu Taiwan 308 TW 00-50-C2 (hex) kuroneko dennnou kenkyuushitsu 960000-960FFF (base 16) kuroneko dennnou kenkyuushitsu 671-1 obinata minakamimachi tonegun gunma 379-1612 JP 00-50-C2 (hex) BuLogics, Inc. 968000-968FFF (base 16) BuLogics, Inc. 70 E Swedesford Rd, Suite 120 Malvern PA 19355 US 00-50-C2 (hex) SANDS INSTRUMENTATION INDIA PVT LTD 976000-976FFF (base 16) SANDS INSTRUMENTATION INDIA PVT LTD MF-7 CIPET HOSTEL ROAD, TVK INDUS ESTATE CHENNAI TAMIL NADU 600097 IN 00-50-C2 (hex) Aqua Cooler Pty Ltd 96C000-96CFFF (base 16) Aqua Cooler Pty Ltd 161 Orchard Rd Chester Hill NSW 2162 AU 00-50-C2 (hex) STRATEC Control Systems 957000-957FFF (base 16) STRATEC Control Systems Ankerstraße 73 Koenigsbach Baden-Württemberg 75203 DE 00-50-C2 (hex) IT-Designers GmbH 94F000-94FFFF (base 16) IT-Designers GmbH Entennest 2 Esslingen 73730 DE 00-50-C2 (hex) C&H technology ltd. 94D000-94DFFF (base 16) C&H technology ltd. No.108, Fuzhong Rd Banqiao Taipei 220 TW 00-50-C2 (hex) AS Solar GmbH 95B000-95BFFF (base 16) AS Solar GmbH Am Toenniesberg 4A Hanover Lower Saxony 30453 DE 00-50-C2 (hex) QuanZhou TDX Electronics Co., Ltd. 943000-943FFF (base 16) QuanZhou TDX Electronics Co., Ltd. Hi-tech Park, Quanzhou Economic and Tech Development Zone, QuanZhou FuJian 362000 CN 00-50-C2 (hex) Image Video 935000-935FFF (base 16) Image Video 1620 Midland Ave. Toronto Ontario M1P 3C2 CA 00-50-C2 (hex) Rogue Engineering Inc. 920000-920FFF (base 16) Rogue Engineering Inc. 3860 S. Jason St Englewood Colorado 80110 US 00-50-C2 (hex) DSP DESIGN 92B000-92BFFF (base 16) DSP DESIGN TAPTON PARK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB 00-50-C2 (hex) LSS GmbH 90C000-90CFFF (base 16) LSS GmbH Am Eichenberg 1 Altenburg Thuringia D-04610 DE 00-50-C2 (hex) Board Level Limited 90A000-90AFFF (base 16) Board Level Limited Finches Wadhurst East Sussex TN5 6HE GB 00-50-C2 (hex) E.ON ES Sverige AB 90B000-90BFFF (base 16) E.ON ES Sverige AB Box 50529 Malmö 20250 SE 00-50-C2 (hex) AHV Systems, Inc. 919000-919FFF (base 16) AHV Systems, Inc. 27 Ichabod Ln Marion MA 02738 US 00-50-C2 (hex) CIRTEM 917000-917FFF (base 16) CIRTEM 4, avenue Louis Bleriot 31570 Ste FOY D'AIGREFEUILLE FR 00-50-C2 (hex) UltraVision Security Systems, Inc. 8D6000-8D6FFF (base 16) UltraVision Security Systems, Inc. 88 Stiles Road Salem NH 03079 US 00-50-C2 (hex) Friedrich Kuhnt GmbH 8E8000-8E8FFF (base 16) Friedrich Kuhnt GmbH Stubbenweg 15 Oldenburg Niedersachsen 26125 DE 00-50-C2 (hex) ATEME 8EA000-8EAFFF (base 16) ATEME 26 Burospace - route de GIZY - Bievres cedex Bievres 91570 FR 00-50-C2 (hex) Dipl.-Ing. W. Nophut GmbH 8DF000-8DFFFF (base 16) Dipl.-Ing. W. Nophut GmbH Steigerwaldstrasse 11 Viereth/Trunstadt Bayern 96191 DE 00-50-C2 (hex) GigaLinx Ltd. 8CF000-8CFFFF (base 16) GigaLinx Ltd. 6A Massada St. Hod Hasharon 45294 IL 00-50-C2 (hex) Fr. Sauter AG 8BA000-8BAFFF (base 16) Fr. Sauter AG Im Surinam 55 Basel BS CH 4016 CH 00-50-C2 (hex) Bachmann Monitoring GmbH 8D1000-8D1FFF (base 16) Bachmann Monitoring GmbH Weimarische Strasse 10 Rudolstadt Thueringen 07407 DE 00-50-C2 (hex) The Pennsylvania State University 8BE000-8BEFFF (base 16) The Pennsylvania State University 0165 ARL Building State College PA 16804-0030 US 00-50-C2 (hex) BALOGH T.A.G Corporation 8A4000-8A4FFF (base 16) BALOGH T.A.G Corporation 7699 Kensington Court Brighton Michigan 48116-8561 US 00-50-C2 (hex) Mocon, Inc. 8A5000-8A5FFF (base 16) Mocon, Inc. 7500 Boone Avenue North Minneapolis MN 55428 US 00-50-C2 (hex) L3 Communications Nova Engineering 88D000-88DFFF (base 16) L3 Communications Nova Engineering 5 Circle Freeway Drive Cincinnati OH 45246 US 00-50-C2 (hex) Hollis Electronics Company LLC 88B000-88BFFF (base 16) Hollis Electronics Company LLC 5 Northern Blvd., Unit #13 Amherst NH 03031 US 00-50-C2 (hex) Inico Technologies Ltd. 899000-899FFF (base 16) Inico Technologies Ltd. #119 - 3553 31st Street NW Calgary Alberta T2L 2K7 CA 00-50-C2 (hex) EIZO Technologies GmbH 893000-893FFF (base 16) EIZO Technologies GmbH BGM-Seidl-Strasse 8 Wolfratshausen Bavaria / Bayern 82515 DE 00-50-C2 (hex) RTW GmbH & Co.KG 8A3000-8A3FFF (base 16) RTW GmbH & Co.KG Elbeallee 19 Köln NRW 50765 DE 00-50-C2 (hex) Arcontia AB 87C000-87CFFF (base 16) Arcontia AB Gruvgatan 35A Gothenburg Vastra Frolunda S-421 30 SE 00-50-C2 (hex) WARECUBE,INC. 882000-882FFF (base 16) WARECUBE,INC. 36-12 Gunpo-Si Gyeonggi-Do 435-010 KR 00-50-C2 (hex) Ratioplast-Optoelectronics GmbH 854000-854FFF (base 16) Ratioplast-Optoelectronics GmbH Jockweg 66 Lübbecke NRW D-32312 DE 00-50-C2 (hex) CT Company 856000-856FFF (base 16) CT Company Nizhni Krasnoselsky st., 35. Moscow 140070 RU 00-50-C2 (hex) USM Systems, Ltd 86A000-86AFFF (base 16) USM Systems, Ltd Suite 1 Berkley Michigan 48072 US 00-50-C2 (hex) Condigi Televagt A/S 86C000-86CFFF (base 16) Condigi Televagt A/S Niels Bohrs vej 42, Stilling Skanderborg jylland 8660 DK 00-50-C2 (hex) Funkwerk plettac electronic GmbH 869000-869FFF (base 16) Funkwerk plettac electronic GmbH Wuerzburger Strasse 150 Fuerth Bavaria 90760 DE 00-50-C2 (hex) B S E 85C000-85CFFF (base 16) B S E BP 87 LE CREUSOT 71200 FR 00-50-C2 (hex) Boreste 85B000-85BFFF (base 16) Boreste Rua Lauro Linhares, 589 Florianopolis SC 88036-001 BR 00-50-C2 (hex) Advanced Technology Solutions 863000-863FFF (base 16) Advanced Technology Solutions Seybelgasse 13 Vienna 1100 AT 00-50-C2 (hex) GD Mission Systems 85F000-85FFFF (base 16) GD Mission Systems 8220 E. Roosevelt St. Scottsdale AZ 85257 US 00-50-C2 (hex) R-S-I Elektrotechnik GmbH & Co. KG 871000-871FFF (base 16) R-S-I Elektrotechnik GmbH & Co. KG Woelkestrasse 11 Schweitenkirchen Bayern 85301 DE 00-50-C2 (hex) XRONET Corporation 873000-873FFF (base 16) XRONET Corporation 3rd flr., Sunae Bldg., 6-4, Sunae-dong, Seongnam Gyeonggi 463-020 KR 00-50-C2 (hex) Nuvation 859000-859FFF (base 16) Nuvation 3590 North First St. San Jose CA 95134 US 00-50-C2 (hex) Momentum Data Systems 82F000-82FFFF (base 16) Momentum Data Systems 17330 Brookhurst Street Fountain Valley CA 92708 US 00-50-C2 (hex) S1nn GmbH & Co. KG 832000-832FFF (base 16) S1nn GmbH & Co. KG Entennest 1 Esslingen Baden-Württemberg 73730 DE 00-50-C2 (hex) ANTEK GmbH 834000-834FFF (base 16) ANTEK GmbH Im Koechersgrund 3 Beilstein Baden-Württemberg 71717 DE 00-50-C2 (hex) LogiCom GmbH 82E000-82EFFF (base 16) LogiCom GmbH Gautinger Strasse 51 Krailling Bayern 82152 DE 00-50-C2 (hex) Gamber-Johnson LLC 84F000-84FFFF (base 16) Gamber-Johnson LLC 3001 Borham Avenue Stevens Point WI 54481 US 00-50-C2 (hex) DRACO SYSTEMS 84E000-84EFFF (base 16) DRACO SYSTEMS Edifici CIM Valles of. 61-62 Sta. Perpetua de Mogoda Barcelona 08130 ES 00-50-C2 (hex) ESP-Planning Co. 846000-846FFF (base 16) ESP-Planning Co. Hukujucho Hirakata 2-51 Hashima-shi Gifu-ken 501-6257 JP 00-50-C2 (hex) Lars Morich Kommunikationstechnik GmbH 847000-847FFF (base 16) Lars Morich Kommunikationstechnik GmbH Friedrich-Ebert-Str. 27 65604 Elz DE 00-50-C2 (hex) Syr-Tec Engineering & Marketing 83A000-83AFFF (base 16) Syr-Tec Engineering & Marketing 13 Hayahalom St. Holon Tel-Aviv 58678 IL 00-50-C2 (hex) IT SALUX CO., LTD. 81D000-81DFFF (base 16) IT SALUX CO., LTD. Suite 201, Woorim e-Biz center, 170-5, Seoul 152-050 KR 00-50-C2 (hex) Wireless Value BV 818000-818FFF (base 16) Wireless Value BV Waanderweg 30A Emmen Dr. 7827 KJ NL 00-50-C2 (hex) Telvent 814000-814FFF (base 16) Telvent Tamarguillo, 29 Seville Seville 41006 ES 00-50-C2 (hex) microC Design SRL 815000-815FFF (base 16) microC Design SRL Str. Laptari Tei, Nr. 1 Bucuresti 023626 RO 00-50-C2 (hex) Intellectronika 829000-829FFF (base 16) Intellectronika Semchenko st., 6 Perm Perm region 614022 RU 00-50-C2 (hex) Enero Solutions inc. 827000-827FFF (base 16) Enero Solutions inc. 5764 Monkland Ave., Suite 100, Montreal Quebec H4A 1E9 CA 00-50-C2 (hex) Funkwerk Information Technologies Karlsfeld GmbH 825000-825FFF (base 16) Funkwerk Information Technologies Karlsfeld GmbH Dieselstr. 8 Karlsfeld 85757 DE 00-50-C2 (hex) Alphion Corporation 810000-810FFF (base 16) Alphion Corporation 196 Princeton Hightstown Rd. Princeton Junction NJ 08550 US 00-50-C2 (hex) Bruno International Ltd. 80E000-80EFFF (base 16) Bruno International Ltd. 14 Bar Kochva st. Bney Berak TA 51261 IL 00-50-C2 (hex) Keith & Koep GmbH 82B000-82BFFF (base 16) Keith & Koep GmbH Uellendahler Str. 199 Wuppertal NRW 42109 DE 00-50-C2 (hex) Luxpert Technologies Co., Ltd. 80C000-80CFFF (base 16) Luxpert Technologies Co., Ltd. #812 Hanshin IT Tower, 235, Gurodong, Gurogu, Seoul 152-768 KR 00-50-C2 (hex) Varma Electronics Oy 809000-809FFF (base 16) Varma Electronics Oy Jarrumiehenkatu, 2B Helsinki FIN-00520 FI 00-50-C2 (hex) Mistral Solutions Pvt. Ltd 7E8000-7E8FFF (base 16) Mistral Solutions Pvt. Ltd #60, Adarsh Regent, 100 Ft. Ring Road BANGALORE KARNATAKA 560071 IN 00-50-C2 (hex) V2Green, Inc. 7E7000-7E7FFF (base 16) V2Green, Inc. 1725 Westlake Ave. N Seattle WA 98109 US 00-50-C2 (hex) SOREC 7F3000-7F3FFF (base 16) SOREC ZA Le Patureau de la Grange PRUNIERS EN SOLOGNE LOIR ET CHER 41200 US 00-50-C2 (hex) Logotherm Regelsysteme GmbH 7F2000-7F2FFF (base 16) Logotherm Regelsysteme GmbH Erlauftalstraße 28 Purgstall Lower Austria AT-3251 AT 00-50-C2 (hex) Cascade Technologies Ltd 7DE000-7DEFFF (base 16) Cascade Technologies Ltd Unit A Logie Court Stirling Stirlingshire FK9 4NF GB 00-50-C2 (hex) Volumatic Limited 7D9000-7D9FFF (base 16) Volumatic Limited Taurus House Coventry Warwickshire CV6 5PY GB 00-50-C2 (hex) Delphi Display Systems, Inc. 800000-800FFF (base 16) Delphi Display Systems, Inc. 3160 Pullman Street Costa Mesa CA 92626 US 00-50-C2 (hex) Lyngsoe Systems 7EC000-7ECFFF (base 16) Lyngsoe Systems 5570 Kennedy RD Mississauga Ontario L4Z 2A9 CA 00-50-C2 (hex) Private 7DF000-7DFFFF (base 16) Private 00-50-C2 (hex) HTEC Limited 7DA000-7DAFFF (base 16) HTEC Limited Southampton International Park Southampton Hampshire SO18 2RX GB 00-50-C2 (hex) Mueller Elektronik 7DB000-7DBFFF (base 16) Mueller Elektronik Hauptstraße 86 Spaichingen Baden-Württemberg 78549 DE 00-50-C2 (hex) Emitech Corporation 7CF000-7CFFFF (base 16) Emitech Corporation 2F, No.7-1, Industry. Er.9 Hsinchu 308 TW 00-50-C2 (hex) Radar Tronic ltd. 7D0000-7D0FFF (base 16) Radar Tronic ltd. Törökkö u. 5-7. Budapest Pest 1037 HU 00-50-C2 (hex) SWECO JAPS AB 7CC000-7CCFFF (base 16) SWECO JAPS AB Metallverksgatan 8 Västerås SE-721 30 SE 00-50-C2 (hex) MoBaCon 7C4000-7C4FFF (base 16) MoBaCon Ludwig-Wilhelm-Str. 6 Karlsruhe BW 76131 DE 00-50-C2 (hex) AST INCORPORATED 7C3000-7C3FFF (base 16) AST INCORPORATED 4150 GRANGE HALL ROAD HOLLY MICHIGAN 48442 US 00-50-C2 (hex) Alstom (Schweiz) AG 7B6000-7B6FFF (base 16) Alstom (Schweiz) AG Baden AG 5401 CH 00-50-C2 (hex) iNET Systems Inc. 5A2000-5A2FFF (base 16) iNET Systems Inc. 4633 Old Ironsides Dr. Suite 418 Santa Clara CA 95054 US 00-50-C2 (hex) Lewis Controls Inc. 784000-784FFF (base 16) Lewis Controls Inc. 260 N. 26th Ave Corneliu OR 97229 US 00-50-C2 (hex) Zoe Medical 7BF000-7BFFFF (base 16) Zoe Medical 460 Boston Street Topsfield MA 01983 US 00-50-C2 (hex) Fr. Sauter AG 7C8000-7C8FFF (base 16) Fr. Sauter AG Im Surinam 55 Basel BS CH4016 CH 00-50-C2 (hex) ATEME 7B1000-7B1FFF (base 16) ATEME 26 Burospace - route de GIZY - Bievres cedex Bievres 91570 FR 00-50-C2 (hex) IUSA SA DE CV 7AC000-7ACFFF (base 16) IUSA SA DE CV Km 109 CARRETERA PANAMERICANA MEX-QRO PASTEJE JOCOTITLAN ESTADO DE MEXICO 50700 MX 00-50-C2 (hex) Field Design Service 7A1000-7A1FFF (base 16) Field Design Service 4-5-40, Showa-cho Akishima Tokyo 196-0015 JP 00-50-C2 (hex) Schniewindt GmbH & Co. KG 79B000-79BFFF (base 16) Schniewindt GmbH & Co. KG Schoentaler Weg 46 Neuenrade NRW 58809 DE 00-50-C2 (hex) Vital Systems Inc 79C000-79CFFF (base 16) Vital Systems Inc 21630 N 19th Ave. Suite B8 Phoenix AZ 85027 US 00-50-C2 (hex) ASIANA IDT 7A6000-7A6FFF (base 16) ASIANA IDT 5th Fl., B-Dong, Asiana Town Seoul 157-713 KR 00-50-C2 (hex) COMSONICS, INC. 794000-794FFF (base 16) COMSONICS, INC. 1350 PORT REPUBLIC ROAD HARRISONBURG VA 22801 US 00-50-C2 (hex) Coral Telecom Ltd 779000-779FFF (base 16) Coral Telecom Ltd E-02 Sector 63 Noida UP 201301 IN 00-50-C2 (hex) SunGard Vivista 778000-778FFF (base 16) SunGard Vivista Tormarton Road Chippenham Wiltshire SN14 8SR GB 00-50-C2 (hex) GeoSIG Ltd. 774000-774FFF (base 16) GeoSIG Ltd. Europastrasse 11 Glattbrugg Zürich 8152 CH 00-50-C2 (hex) Putercom Enterprise Co., LTD. 76B000-76BFFF (base 16) Putercom Enterprise Co., LTD. 5F-3, No. 130, Jian Kang Road Chung-Ho City Taipei Hsien 235 TW 00-50-C2 (hex) EFG CZ spol. s r.o. 76C000-76CFFF (base 16) EFG CZ spol. s r.o. Na Jarově 4 Praha 3 Czech republic 13000 CZ 00-50-C2 (hex) NORMA systems GmbH 783000-783FFF (base 16) NORMA systems GmbH Eidersteder Str.24 Bordesholm Schl.-Holstein 24582 DE 00-50-C2 (hex) Lincoln Industrial 77D000-77DFFF (base 16) Lincoln Industrial One Lincoln Way Saint Louis MO 63120 US 00-50-C2 (hex) Beceem Communications, Inc. 74D000-74DFFF (base 16) Beceem Communications, Inc. 3960 Freedom Cir., 1st Floor Santa Clara CA 95054 US 00-50-C2 (hex) Affolter Technologies SA 749000-749FFF (base 16) Affolter Technologies SA Grand-Rue 76 Malleray BE 2735 CH 00-50-C2 (hex) STAR-Dundee Ltd 74B000-74BFFF (base 16) STAR-Dundee Ltd C/o School of Computing Dundee Tayside DD1 4HN GB 00-50-C2 (hex) Brightlights Intellectual Property Ltd 750000-750FFF (base 16) Brightlights Intellectual Property Ltd Unit 19A Perseverance Works London E2 8DD GB 00-50-C2 (hex) Abeo Corporation 754000-754FFF (base 16) Abeo Corporation 13611 Legacy Circle Herndon VA 20171-4701 US 00-50-C2 (hex) ABB 753000-753FFF (base 16) ABB Service Tampere 33840 FI 00-50-C2 (hex) ACISA 745000-745FFF (base 16) ACISA Isaac Newton s/n Sevilla 41092 ES 00-50-C2 (hex) Fantuzzi Reggiane 742000-742FFF (base 16) Fantuzzi Reggiane Via Renata Bianchi, 40 Genoa GE 16152 IT 00-50-C2 (hex) Phytec Messtechnik GmbH 72A000-72AFFF (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 00-50-C2 (hex) SP Controls, Inc 729000-729FFF (base 16) SP Controls, Inc 930 Linden Avenue San Francisco CA 94080 US 00-50-C2 (hex) Teradici Corporation 737000-737FFF (base 16) Teradici Corporation 101 4621 Canada Way, Burnaby BC V6G 4X8 CA 00-50-C2 (hex) Cimetrics Research Pty Ltd 733000-733FFF (base 16) Cimetrics Research Pty Ltd 36 Bushland Close Tolmie VIC 3723 AU 00-50-C2 (hex) Logus Broadband Wireless Solutions Inc. 71A000-71AFFF (base 16) Logus Broadband Wireless Solutions Inc. 1501 Ellesmere Road Toronto Ontario M1P 4T6 CA 00-50-C2 (hex) RIEXINGER Elektronik 715000-715FFF (base 16) RIEXINGER Elektronik Horschelweg 15 Oberrot Baden-Württemberg D-74420 DE 00-50-C2 (hex) RO.VE.R. Laboratories S.p.A 709000-709FFF (base 16) RO.VE.R. Laboratories S.p.A Via Parini 2/4 Colombare di SIrmione BS 25019 IT 00-50-C2 (hex) AUDICO SYSTEMS OY 70E000-70EFFF (base 16) AUDICO SYSTEMS OY RUUNIKKOKATU 2 TURKU 20380 FI 00-50-C2 (hex) ADVA Optical Networking 71B000-71BFFF (base 16) ADVA Optical Networking One Technology Parkway South Norcross Ga 30092 US 00-50-C2 (hex) ASC telecom AG 71F000-71FFFF (base 16) ASC telecom AG Seibelstraße 2 Hösbach Bavaria 63768 DE 00-50-C2 (hex) Interactive Electronic Systems 6EE000-6EEFFF (base 16) Interactive Electronic Systems 193-23 Salerno Ave. Jamaica NY 11423 US 00-50-C2 (hex) Netistix Technologies Corporation 6EC000-6ECFFF (base 16) Netistix Technologies Corporation 275 Michael Cowpland Drive Kanata Ontario K2M 2G2 CA 00-50-C2 (hex) Lanetco 6E6000-6E6FFF (base 16) Lanetco International Business Park Archamps Haute savoie 74160 FR 00-50-C2 (hex) SAIA Burgess Controls AG 6FD000-6FDFFF (base 16) SAIA Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH 00-50-C2 (hex) Microway 6CF000-6CFFFF (base 16) Microway 12 Richards Rd Plymouth MA 02360 US 00-50-C2 (hex) Lumistar Incorporated 6D2000-6D2FFF (base 16) Lumistar Incorporated 2701 Loker Ave West Carlsbad CA 92010 US 00-50-C2 (hex) Becker Electronics GmbH 6D5000-6D5FFF (base 16) Becker Electronics GmbH Barbarastrasse 3 Friedrichsthal 66299 DE 00-50-C2 (hex) System LSI CO.Ltd. 6B7000-6B7FFF (base 16) System LSI CO.Ltd. Nisso 15 Bld. 4F Yokohama Kanagawa 222-0033 JP 00-50-C2 (hex) RGM SPA 6CD000-6CDFFF (base 16) RGM SPA VIA BUCCARI 19-21 GENOVA GE 16156 IT 00-50-C2 (hex) EMITALL Surveillance S.A, 6CE000-6CEFFF (base 16) EMITALL Surveillance S.A, Rue du Théâtre 5 Montreux Vaud 1820 CH 00-50-C2 (hex) ESTEC Co.,Ltd. 6BE000-6BEFFF (base 16) ESTEC Co.,Ltd. 369-1, Kugu, Kasakake-cho Midori-city Gunma 379-2312 JP 00-50-C2 (hex) Epec Oy 6B8000-6B8FFF (base 16) Epec Oy P.O. Box 194 Seinäjoki Etelä-Pohjanmaa 60101 FI 00-50-C2 (hex) Qualisys AB 6AE000-6AEFFF (base 16) Qualisys AB Packhusgatan 6 Gothenburg 41113 SE 00-50-C2 (hex) Hoer GmbH & Co. Industrie-Electronic KG 6A7000-6A7FFF (base 16) Hoer GmbH & Co. Industrie-Electronic KG Mistelweg 8 Berlin 12357 DE 00-50-C2 (hex) Navtech Radar Ltd 698000-698FFF (base 16) Navtech Radar Ltd 16 Home Farm Wantage Oxon OX12 8PD GB 00-50-C2 (hex) Monarch Instrument 697000-697FFF (base 16) Monarch Instrument 15 Columbia Drive Amherst NH 03031 US 00-50-C2 (hex) Initel srl 694000-694FFF (base 16) Initel srl Via Battisti 22 Cesano Maderno Milano 20031 IT 00-50-C2 (hex) Ideus AB 69E000-69EFFF (base 16) Ideus AB Box 133 Skövde SE-54123 SE 00-50-C2 (hex) REASON Tecnologia S.A. 684000-684FFF (base 16) REASON Tecnologia S.A. R. Delminda Silveira, 855 Florianópolis Santa Catarina 88025-500 BR 00-50-C2 (hex) 4RF Communications Ltd 6B3000-6B3FFF (base 16) 4RF Communications Ltd 26 Glover Street Ngauranga Wellington 6031 NZ 00-50-C2 (hex) Mate Media Access Technologies 692000-692FFF (base 16) Mate Media Access Technologies 4, Hachoresh Street Yahud Center 56470 IL 00-50-C2 (hex) Interopix, Inc. 691000-691FFF (base 16) Interopix, Inc. 5050 Robert J Mathews Pkwy El Dorado Hills CA 95762 US 00-50-C2 (hex) Thales UK 6AC000-6ACFFF (base 16) Thales UK Manor Royal London West Sussex RH10 9PZ GB 00-50-C2 (hex) Armida Technologies Corporation 6A9000-6A9FFF (base 16) Armida Technologies Corporation 2313 Lockhill Selma Rd #242 San Antonio TX 78230 US 00-50-C2 (hex) DDS Elettronica srl 672000-672FFF (base 16) DDS Elettronica srl Via Nicolò Biondo 171 Modena 41100 IT 00-50-C2 (hex) Commet AB 682000-682FFF (base 16) Commet AB Box 706 Sollentuna 19127 SE 00-50-C2 (hex) Protech Optronics Co., Ltd. 674000-674FFF (base 16) Protech Optronics Co., Ltd. 4th Floor, No.82-3, Dongshun Street Shulin City Taipei county 238 TW 00-50-C2 (hex) DSP DESIGN 669000-669FFF (base 16) DSP DESIGN TAPTON PARK INNOVATION CENTRE CHESTERFIELD DERBYSHIRE S41 0TZ GB 00-50-C2 (hex) 3DSP Corporation 63A000-63AFFF (base 16) 3DSP Corporation 16271 Laguna Canyon Road Irvine California 92618 US 00-50-C2 (hex) Omnitrol Networks, Inc. 637000-637FFF (base 16) Omnitrol Networks, Inc. 2063 Landings Drive Mountainview CA 94043 US 00-50-C2 (hex) HUNGAROCOM Telecommunication Ltd. 638000-638FFF (base 16) HUNGAROCOM Telecommunication Ltd. Petzval Jozsef u. 52. Budapest 1119 HU 00-50-C2 (hex) dSPACE GmbH 636000-636FFF (base 16) dSPACE GmbH Techologiepark 25 Paderborn North Rhine-Westphalia 33100 DE 00-50-C2 (hex) Cantion A/S 65E000-65EFFF (base 16) Cantion A/S Skjernvej 4A Aalborg DK 9220 DK 00-50-C2 (hex) Redfone Communications LLC 65D000-65DFFF (base 16) Redfone Communications LLC 9941 West Jessamine Street Miami Fl. 33157 US 00-50-C2 (hex) OpenPKG GmbH 658000-658FFF (base 16) OpenPKG GmbH Weblinger Weg 28 Dachau 85221 DE 00-50-C2 (hex) Pan-STARRS 649000-649FFF (base 16) Pan-STARRS 2680 Woodlawn Dr. Honolulu HI 96822 US 00-50-C2 (hex) Fidelity Comtech, Inc. 648000-648FFF (base 16) Fidelity Comtech, Inc. 2400 Trade Centre Avenue Longmont CO 80503 US 00-50-C2 (hex) RoseTechnology A/S 632000-632FFF (base 16) RoseTechnology A/S Ellegårdvej 36 Sønderborg 6400 DK 00-50-C2 (hex) Rice University 633000-633FFF (base 16) Rice University 6100 Main Street MS 380 Houston Texas 77005 US 00-50-C2 (hex) QES 62F000-62FFFF (base 16) QES Joensuunkatu 13 Salo 24100 FI 00-50-C2 (hex) IAC 640000-640FFF (base 16) IAC 13029 Danielson Suite 200 Poway Ca. 92064 US 00-50-C2 (hex) Gradual Tecnologia Ltda. 60A000-60AFFF (base 16) Gradual Tecnologia Ltda. Rua Attilio Giaretta, 110 Itatiba SP 13257-584 BR 00-50-C2 (hex) Toptech Systems, Inc. 609000-609FFF (base 16) Toptech Systems, Inc. 280 Hunt Park Cove Longwood FL 32750 US 00-50-C2 (hex) NCI Technologies Inc. 61B000-61BFFF (base 16) NCI Technologies Inc. 636 Cure Boivin Blvd. Boisbriand Quebec J7G 2A7 CA 00-50-C2 (hex) Intergrated Security Mfg. Ltd 618000-618FFF (base 16) Intergrated Security Mfg. Ltd 25-29 The Bell Centre Crawley West Sussex RH10 9FZ GB 00-50-C2 (hex) Procon Electronics 62D000-62DFFF (base 16) Procon Electronics PO Box 164 Sydney NSW 1730 AU 00-50-C2 (hex) Proserv 614000-614FFF (base 16) Proserv Strandveien 43 NO 00-50-C2 (hex) ESEM Grünau GmbH & Co. KG 5F2000-5F2FFF (base 16) ESEM Grünau GmbH & Co. KG Dornierstraße 6 Markdorf Baden-Württemberg 88677 DE 00-50-C2 (hex) AQUAROTTER A FRANKE COMPANY 5ED000-5EDFFF (base 16) AQUAROTTER A FRANKE COMPANY Parkstrasse 1-5 Ludwigsfelde Brandenburg 14974 DE 00-50-C2 (hex) DIAS Infrared GmbH 5F0000-5F0FFF (base 16) DIAS Infrared GmbH Gostritzer Str. 63 Dresden Saxony 01217 DE 00-50-C2 (hex) Info-Chip Communications Ltd. 5E8000-5E8FFF (base 16) Info-Chip Communications Ltd. 4403 Rupert Street Vancouver BC V5R2J1 CA 00-50-C2 (hex) Telecom FM 607000-607FFF (base 16) Telecom FM 895 Plymouth Road Slough Berkshire SL1 4LP GB 00-50-C2 (hex) CHAUVIN ARNOUX 602000-602FFF (base 16) CHAUVIN ARNOUX la queue Devée REUX PONT L'EVEQUE 14130 FR 00-50-C2 (hex) Cerus Corp 603000-603FFF (base 16) Cerus Corp 2411 Stanwell Dr Concord CA 94520 US 00-50-C2 (hex) pikkerton GmbH 5EF000-5EFFFF (base 16) pikkerton GmbH Lessingstrasse 79 Berlin 13158 DE 00-50-C2 (hex) Condre Corporation 5EE000-5EEFFF (base 16) Condre Corporation 15151 Technology Drive Eden Prairie Minnesota 55344 US 00-50-C2 (hex) RM Michaelides Software & Elektronik GmbH 5DC000-5DCFFF (base 16) RM Michaelides Software & Elektronik GmbH Donaustrasse 14 Fulda 36043 DE 00-50-C2 (hex) Secure Systems & Services 5DB000-5DBFFF (base 16) Secure Systems & Services 24, Chemin de la Pouranque F-13752 LES PENNES MIRABEAU CS30084 FR 00-50-C2 (hex) Cannon Technologies 5D5000-5D5FFF (base 16) Cannon Technologies Queensway Bournmouth Hampshire BH25 5NU GB 00-50-C2 (hex) Buyang Electronics Industrial Co., Ltd. 5D4000-5D4FFF (base 16) Buyang Electronics Industrial Co., Ltd. 434-140 Oryu-Dong Incheon 404-300 KR 00-50-C2 (hex) Automata Spa 5D0000-5D0FFF (base 16) Automata Spa Via Carducci 705 Caronno Pertusella Varese 21042 IT 00-50-C2 (hex) Synrad, Inc. 5D7000-5D7FFF (base 16) Synrad, Inc. 4600 Campus Place Mukilteo WA 98275 US 00-50-C2 (hex) Magal Senstar Inc. 5DE000-5DEFFF (base 16) Magal Senstar Inc. 43180 Osgood Rd. Fremont CA 94539 US 00-50-C2 (hex) Crimson Microsystems, Inc. 5D9000-5D9FFF (base 16) Crimson Microsystems, Inc. 1277 N. Borregas Ave Sunnyvale CA 94089 US 00-50-C2 (hex) Technische Alternative GmbH 5C6000-5C6FFF (base 16) Technische Alternative GmbH Langestrasse 124 Amaliendorf Lower Austria A-3872 AT 00-50-C2 (hex) InSync Technology Ltd 5C7000-5C7FFF (base 16) InSync Technology Ltd Festival Hall Petersfield Hampshire GU31 4DZ GB 00-50-C2 (hex) LUMEL S.A. 5A3000-5A3FFF (base 16) LUMEL S.A. UL. SULECHOWSKA 1 ZIELONA Góra WOJ. LUBUSKIE 65-022 PL 00-50-C2 (hex) Vestfold Butikkdata AS 5A1000-5A1FFF (base 16) Vestfold Butikkdata AS Wirgenesveg 1 BARKAKER VESTFOLD N-3157 NO 00-50-C2 (hex) HITECOM System 5B3000-5B3FFF (base 16) HITECOM System (6F Kolon-Techno valley) 60-4, Gasan-Dong, Geumcheon-gu, Seoul 153-023 KR 00-50-C2 (hex) Federal Electronics 588000-588FFF (base 16) Federal Electronics 75 Stamp Farm Road Cranston Rhode Island 02921 US 00-50-C2 (hex) ptswitch 57B000-57BFFF (base 16) ptswitch 1416 Tanaka Dr San Jose CA 95131 US 00-50-C2 (hex) Advanced Software Technologies 577000-577FFF (base 16) Advanced Software Technologies c/ Caleruega, 102 2° Planta Madrid 28033 ES 00-50-C2 (hex) nVent, Schroff GmbH 57A000-57AFFF (base 16) nVent, Schroff GmbH Langenalber Strasse 96-100 Straubenhardt 75334 DE 00-50-C2 (hex) Toyota Motorsport GmbH 584000-584FFF (base 16) Toyota Motorsport GmbH Toyota-Allee 7 Köln NRW 50858 DE 00-50-C2 (hex) DSS Networks, Inc. 59D000-59DFFF (base 16) DSS Networks, Inc. 23 Spectrum Pointe Drive Lake Forest CA 92630 US 00-50-C2 (hex) Buyang Electronics Industrial co.,Ltd. 580000-580FFF (base 16) Buyang Electronics Industrial co.,Ltd. Oryu-Dong Seo-Ku Incheon 404-300 KR 00-50-C2 (hex) Chell Instruments Ltd 572000-572FFF (base 16) Chell Instruments Ltd Folgate House North Walsham Norfolk NR28 0AJ GB 00-50-C2 (hex) Bundesamt für Strahlenschutz 598000-598FFF (base 16) Bundesamt für Strahlenschutz Rosastraße 9 Freiburg NA 79098 DE 00-50-C2 (hex) Nautel Limited 597000-597FFF (base 16) Nautel Limited 10089 Peggy's Cove Road Hackett's Cove Nova Scotia B3Z3J4 CA 00-50-C2 (hex) Innovative Neurotroncs 551000-551FFF (base 16) Innovative Neurotroncs 2 Bethesda Metro Center Bethesda MD 20814 US 00-50-C2 (hex) Silent System 54D000-54DFFF (base 16) Silent System Sumikawa 5-5-1-6 Minamiku Sapporo Hokkaido 005-0005 JP 00-50-C2 (hex) Targeted Technologies, LLC 56C000-56CFFF (base 16) Targeted Technologies, LLC 273 Azalea Road Mobile AL 36609 US 00-50-C2 (hex) Computrol Fuel Systems Inc. 56D000-56DFFF (base 16) Computrol Fuel Systems Inc. 8537 Commerce Court Burnaby BC V5A 4N4 CA 00-50-C2 (hex) Weinzierl Engineering GmbH 554000-554FFF (base 16) Weinzierl Engineering GmbH Bahnhofstrasse 6 Tyrlaching Bayern 84558 DE 00-50-C2 (hex) ads-tec GmbH 55C000-55CFFF (base 16) ads-tec GmbH Raiffeisenstraße 14 Leinfelden-Echterdingen Baden-Württemberg 70771 US 00-50-C2 (hex) Marposs SPA 53C000-53CFFF (base 16) Marposs SPA Via Saliceto 13 Bentivoglio Bologna 40010 IT 00-50-C2 (hex) Teleks Co. Ltd. 53B000-53BFFF (base 16) Teleks Co. Ltd. ul. Dostojevskogo, 15 St.Petersburg 191002 RU 00-50-C2 (hex) AVerMedia Technologies, Inc. 542000-542FFF (base 16) AVerMedia Technologies, Inc. 7F.,No. 137, Jian Yi Rd. Chung Ho City Taipei Hsien 23585 TW 00-50-C2 (hex) Zetera 544000-544FFF (base 16) Zetera 16842 Von Karman Ave., Suite 100 Irvine CA 92606 US 00-50-C2 (hex) Universidad de Chile Facultad de Medicina 546000-546FFF (base 16) Universidad de Chile Facultad de Medicina Avda. Independencia 1027 Santiago RM 8380453 CL 00-50-C2 (hex) Gesellschaft für Rationalisierung und Rechentechnik mbH 52F000-52FFFF (base 16) Gesellschaft für Rationalisierung und Rechentechnik mbH Ob der Eck 4 Gütenbach Baden-Württemberg 78148 DE 00-50-C2 (hex) Innopsys 54B000-54BFFF (base 16) Innopsys ZA Activestre Carbonne 31390 FR 00-50-C2 (hex) Sintecnos srl 54C000-54CFFF (base 16) Sintecnos srl Via Boncompagni, 34 Milan 20139 IT 00-50-C2 (hex) Mark IV IDS Corp. 522000-522FFF (base 16) Mark IV IDS Corp. 5959 Ambler Drive Mississauga Ontario L4W 2N3 CA 00-50-C2 (hex) McCain Traffic Supply 520000-520FFF (base 16) McCain Traffic Supply 2365 Oak Ridge Way Vista CA 92081 US 00-50-C2 (hex) VASTech 525000-525FFF (base 16) VASTech PO Box 36124 Menlo Park Gauteng 0102 ZA 00-50-C2 (hex) Monaghan Engineering, Inc. 515000-515FFF (base 16) Monaghan Engineering, Inc. 862 Las Colinas Drive Dripping Springs Texas 78620 US 00-50-C2 (hex) Tecna Srl 511000-511FFF (base 16) Tecna Srl Via Statale Sud 115 Mirandola Modena 41037 IT 00-50-C2 (hex) Linear Acoustic, Inc 512000-512FFF (base 16) Linear Acoustic, Inc 354 N Prince St Lancaster PA 17603 US 00-50-C2 (hex) VELUX 51D000-51DFFF (base 16) VELUX Baekgaardsvej 40 Skjern 6900 DK 00-50-C2 (hex) Christ Elektronik GmbH 518000-518FFF (base 16) Christ Elektronik GmbH Alpenstraße 34 Memmingen Bavaria 87700 DE 00-50-C2 (hex) Orenco Systems, Inc. 500000-500FFF (base 16) Orenco Systems, Inc. 814 Airway Ave. Sutherlin OR 97479 US 00-50-C2 (hex) Lab X Technologies, LLC 4ED000-4EDFFF (base 16) Lab X Technologies, LLC 176 Anderson Avenue Rochester New York 14607 US 00-50-C2 (hex) Prodco International Inc. 4F8000-4F8FFF (base 16) Prodco International Inc. 4529 De Castille Montreal Quebec H1H1Y3 CA 00-50-C2 (hex) RTDS Technologies Inc. 4F9000-4F9FFF (base 16) RTDS Technologies Inc. 100-150 Innovation Drive Winnipeg Manitoba R3T 2E1 CA 00-50-C2 (hex) Micro Connect Pty Ltd 507000-507FFF (base 16) Micro Connect Pty Ltd 22 Gardenia Place FOREST GLEN QLD 4556 AU 00-50-C2 (hex) Yarg Biometrics Limited 4CA000-4CAFFF (base 16) Yarg Biometrics Limited 141 St James Road Glasgow Scotland G4 0LT GB 00-50-C2 (hex) Transbit Sp.z o.o. 4C7000-4C7FFF (base 16) Transbit Sp.z o.o. ul. Przyczolkowa 109A Warsaw Mazowieckie 02-968 PL 00-50-C2 (hex) MEDIORNET GmbH 4DA000-4DAFFF (base 16) MEDIORNET GmbH Hietzinger Kai 67 Vienna 1130 AT 00-50-C2 (hex) Alfing Montagetechnik GmbH 4DB000-4DBFFF (base 16) Alfing Montagetechnik GmbH Auguste-Kessler-Straße 20 Aalen Baden-Württemberg 73433 DE 00-50-C2 (hex) Sedo Systems Ltd 4E5000-4E5FFF (base 16) Sedo Systems Ltd 19 Hertford Road Stevenage HERTS SG2 8RS GB 00-50-C2 (hex) PMC 4EA000-4EAFFF (base 16) PMC 56, Avenue Raspail Saint Maur 94100 FR 00-50-C2 (hex) Twoway CATV SERVICE INC. 4D2000-4D2FFF (base 16) Twoway CATV SERVICE INC. 41 Wu Kung 6 Rd., Wu Ku Industrial Park, TPI Hsien 248 TW 00-50-C2 (hex) Applied Research Laboratories: UT 4E2000-4E2FFF (base 16) Applied Research Laboratories: UT 10000 Burnet Rd. Austin TX 78758 US 00-50-C2 (hex) Armorlink Co .Ltd 49E000-49EFFF (base 16) Armorlink Co .Ltd No. 515 of Xinzhuang Industry Park Shenfu Road Shanghai Province Shanghai 201108 CN 00-50-C2 (hex) vg controls, inc 49B000-49BFFF (base 16) vg controls, inc 11 butternut drive vernon new jersey 07462 US 00-50-C2 (hex) Matrix Audio Designs 4B4000-4B4FFF (base 16) Matrix Audio Designs 20 Hamilton Rd Barrie Ontario L4N 8Y5 CA 00-50-C2 (hex) General Resources Co., LTD. 4B6000-4B6FFF (base 16) General Resources Co., LTD. B1,No. 15,Lane 174,Hsin-Ming Rd.,Nei Hu Taipei 114 TW 00-50-C2 (hex) ANSA Corporation 4B3000-4B3FFF (base 16) ANSA Corporation 17F, No. 738, Chung Cheng Road Chung Ho City Taipei County 235 TW 00-50-C2 (hex) Valley Tecnologia 4B5000-4B5FFF (base 16) Valley Tecnologia R. Manoel Soares Sebastiao, 410 São Paulo SP 04775-160 BR 00-50-C2 (hex) TESLA, a.s. 4B2000-4B2FFF (base 16) TESLA, a.s. Podebradska 56/186 Praha 9 180 66 CZ 00-50-C2 (hex) Teledyne Monitor Labs 4A5000-4A5FFF (base 16) Teledyne Monitor Labs 5310 N. Pioneer Road Gibsonia PA 15044 US 00-50-C2 (hex) iseg Spezialelektronik GmbH 4A7000-4A7FFF (base 16) iseg Spezialelektronik GmbH Bautzner Landstr. 23 Radeberg OT Rossendorf 01454 DE 00-50-C2 (hex) Kooltech LLC 484000-484FFF (base 16) Kooltech LLC 336 Atlantic Avenue East Rockaway NY 11518 US 00-50-C2 (hex) PRIAMUS SYSTEM TECHNOLOGIES AG 482000-482FFF (base 16) PRIAMUS SYSTEM TECHNOLOGIES AG Rheinweg 4 Schaffhausen 8200 CH 00-50-C2 (hex) TRAFSYS AS 492000-492FFF (base 16) TRAFSYS AS Fabrikkgaten 5 Bergen Hordaland 5059 NO 00-50-C2 (hex) Unlimited Bandwidth LLC 479000-479FFF (base 16) Unlimited Bandwidth LLC 1320 W. Northwest Highway Palatine Illinois 60067 US 00-50-C2 (hex) Quartet Technology, Inc. 498000-498FFF (base 16) Quartet Technology, Inc. 1934 Lakeview Avenue Dracut MA 01826 US 00-50-C2 (hex) ISE GmbH 46A000-46AFFF (base 16) ISE GmbH Kaiserstrasse 14 Oldenburg Niedersachsen 26122 DE 00-50-C2 (hex) Network I/O 468000-468FFF (base 16) Network I/O 6703 Rain Creek Parkway Austin TX 78759 US 00-50-C2 (hex) BiPOM Electronics, Inc. 469000-469FFF (base 16) BiPOM Electronics, Inc. 16301 Blue Ridge Road Missouri City TEXAS 77489 US 00-50-C2 (hex) Funkwerk plettac electronic GmbH 45A000-45AFFF (base 16) Funkwerk plettac electronic GmbH Wuerzburger Strasse 150 Fuerth Bavaria 90766 DE 00-50-C2 (hex) Venue 1, Inc. 474000-474FFF (base 16) Venue 1, Inc. 5000 SW 52nd Street Davie Florida 33314 US 00-50-C2 (hex) Avenir Technologies Inc. 46E000-46EFFF (base 16) Avenir Technologies Inc. 20 Riverview Drive Norwalk CT 06850 US 00-50-C2 (hex) Pixtree Technologies, inc. 471000-471FFF (base 16) Pixtree Technologies, inc. ShinChon-Dong SeoDaeMun-Gu Seoul 120-749 KR 00-50-C2 (hex) Enconair Ecological Chambers Inc. 450000-450FFF (base 16) Enconair Ecological Chambers Inc. 474 Jarvis Avenue Winnipeg Manitoba R2W 3A8 CA 00-50-C2 (hex) Pickering Laboratories 443000-443FFF (base 16) Pickering Laboratories 1280 space park way mountain view california 94943 US 00-50-C2 (hex) A3IP 43B000-43BFFF (base 16) A3IP Batiment Placel, route de vannes SAUTRON Pays de la loire 44880 FR 00-50-C2 (hex) HAMEG GmbH 451000-451FFF (base 16) HAMEG GmbH Industriestr. 6 Mainhausen 63533 DE 00-50-C2 (hex) EFSYS 421000-421FFF (base 16) EFSYS 60, rue de la bolle Saint-Dié des Vosges Vosges 88100 FR 00-50-C2 (hex) ads-tec GmbH 422000-422FFF (base 16) ads-tec GmbH Raiffeisenstraße 14 Leinfelden-Echterdingen Baden-Württemberg 70771 US 00-50-C2 (hex) Videotek Sistemas Eletronicos Ltda. 41E000-41EFFF (base 16) Videotek Sistemas Eletronicos Ltda. Rua Atilio Piffer, 513 São Paulo SP 02516-000 BR 00-50-C2 (hex) Infrasafe, Inc. 41C000-41CFFF (base 16) Infrasafe, Inc. 12612 Challenger Pkwy Orlando FL 32826 US 00-50-C2 (hex) Idetech Europe S.A. 433000-433FFF (base 16) Idetech Europe S.A. Pedrosa C nº23 (Polígono Pedrosa) Hospitalet de Llobregat BARCELONA 08908 ES 00-50-C2 (hex) PowerWAN, Inc 437000-437FFF (base 16) PowerWAN, Inc 2445 Faber Place Palo Alto California 94303 US 00-50-C2 (hex) Promess Incorporated 401000-401FFF (base 16) Promess Incorporated 11429 Grand River Road Brighton MI 48116 US 00-50-C2 (hex) SELCO s.r.l. 416000-416FFF (base 16) SELCO s.r.l. Via Palladio 19 Onara di Tombolo PADOVA 35010 IT 00-50-C2 (hex) Bluewater Systems Ltd 41A000-41AFFF (base 16) Bluewater Systems Ltd 119 Armagh Street Christchurch Canterbury 8001 NZ 00-50-C2 (hex) Guralp Systems Limited 405000-405FFF (base 16) Guralp Systems Limited 3 Midas House Reading Berkshire RG7 8EA GB 00-50-C2 (hex) HARTMANN software GbR 3FD000-3FDFFF (base 16) HARTMANN software GbR Johann-Feilner-Str.1 Mistelbach Bayern 95511 DE 00-50-C2 (hex) Revolution Education Ltd 3E7000-3E7FFF (base 16) Revolution Education Ltd 4 Old Dairy Business Centre Bath BNES BA2 3LR GB 00-50-C2 (hex) Teneros 3EC000-3ECFFF (base 16) Teneros 215 Castro Street - 3rd Floor Mountain View California 94041 US 00-50-C2 (hex) Advantage R&D 3F7000-3F7FFF (base 16) Advantage R&D 16210 West Hardy Houston Texas 77060 US 00-50-C2 (hex) CSIRO - Division of Exploration and Mining 3E3000-3E3FFF (base 16) CSIRO - Division of Exploration and Mining PO Box 883 Kenmore QLD 4069 AU 00-50-C2 (hex) NeuLion Incorporated 3E1000-3E1FFF (base 16) NeuLion Incorporated 1600 Old Country Road Plainview NY 11803 US 00-50-C2 (hex) Braintronics BV 3D1000-3D1FFF (base 16) Braintronics BV Gildemark 130 Almere 1351 HL NL 00-50-C2 (hex) Wisnu and Supak Co.Ltd. 3D4000-3D4FFF (base 16) Wisnu and Supak Co.Ltd. 102/111-112 Moo-Ban Sinpattanathanee Jatujak Bangkok 10900 TH 00-50-C2 (hex) Comlab Inc. 3D6000-3D6FFF (base 16) Comlab Inc. 2300, Leon-Harmel Quebec G1N 4L2 CA 00-50-C2 (hex) IMAGO Technologies GmbH 3BB000-3BBFFF (base 16) IMAGO Technologies GmbH Strassheimer Strasse 45 Friedberg D-61169 DE 00-50-C2 (hex) Oy Stinghorn Ltd 3E0000-3E0FFF (base 16) Oy Stinghorn Ltd Stinghorn LAPPEENRANTA 53101 FI 00-50-C2 (hex) Mindspeed Technologies 3B7000-3B7FFF (base 16) Mindspeed Technologies 8 Technology Drive Westborough Massachusetts 01581 US 00-50-C2 (hex) Keith & Koep GmbH 3B8000-3B8FFF (base 16) Keith & Koep GmbH Koenigsberger Str. 2 Wuppertal D 42277 DE 00-50-C2 (hex) Tennessee Valley Authority 3B2000-3B2FFF (base 16) Tennessee Valley Authority Computer Engineering TVAN Chattanooga TN 37402 US 00-50-C2 (hex) A.R.G ElectroDesign Ltd 39E000-39EFFF (base 16) A.R.G ElectroDesign Ltd Querns Business Centre Cirencester Gloucestershire GL7 1RT GB 00-50-C2 (hex) DigitalDeck, Inc. 39D000-39DFFF (base 16) DigitalDeck, Inc. 3 Twin Dolphin Drive, Suite 160 Redwood City CA 94065 US 00-50-C2 (hex) Westronic Systems Inc. 3A9000-3A9FFF (base 16) Westronic Systems Inc. #1, 1715 - 27th Ave NE Calgary AB T2E 7E1 CA 00-50-C2 (hex) Networked Robotics Corporation 3AA000-3AAFFF (base 16) Networked Robotics Corporation 825 Chicago Avenue Suite F Evanston Illinois 60202 US 00-50-C2 (hex) Vegas Amusement 3A2000-3A2FFF (base 16) Vegas Amusement P.O. Box 11 Mountain Rest SC 29664 US 00-50-C2 (hex) Elektrotechnik & Elektronik Oltmann GmbH 3A7000-3A7FFF (base 16) Elektrotechnik & Elektronik Oltmann GmbH Gartenfelder Str. 29 Berlin D-13599 DE 00-50-C2 (hex) InAccess Networks 3AC000-3ACFFF (base 16) InAccess Networks 230 Sigrou Avenue Kalithea Athens 17672 GR 00-50-C2 (hex) MANGO DSP Ltd. 397000-397FFF (base 16) MANGO DSP Ltd. 8 HARATOM St. JERUSALEM 91450 IL 00-50-C2 (hex) RapidWave Inc. 396000-396FFF (base 16) RapidWave Inc. 6296A San Ignacio Ave. San Jose CA 95119 US 00-50-C2 (hex) Advanced Micro Controls Inc. 399000-399FFF (base 16) Advanced Micro Controls Inc. 20 Gear Drive Terryville CT 06786 US 00-50-C2 (hex) Xycom VME 377000-377FFF (base 16) Xycom VME 710 N. Maple Road Saline MI 48176 US 00-50-C2 (hex) CLEODE 376000-376FFF (base 16) CLEODE 5 rue Louis de Broglie LANNION 22300 FR 00-50-C2 (hex) Companion Worlds, inc. 373000-373FFF (base 16) Companion Worlds, inc. 10171 Carmen Road Cupertino CA 95014 US 00-50-C2 (hex) Embedtronics Enterprise 38A000-38AFFF (base 16) Embedtronics Enterprise 16 Jalan Krian 10400 Penang MY 00-50-C2 (hex) Nordic Alarm AB 38E000-38EFFF (base 16) Nordic Alarm AB Englundavägen 11 Solna 17141 SE 00-50-C2 (hex) InterBridge,Inc. 38B000-38BFFF (base 16) InterBridge,Inc. Inabe Ina Nagano 396-0011 JP 00-50-C2 (hex) Ratotec GmbH 35C000-35CFFF (base 16) Ratotec GmbH Steinfurt 39 Stolberg 522222 DE 00-50-C2 (hex) Contec 361000-361FFF (base 16) Contec Burleska 3a Warsaw 01-939 PL 00-50-C2 (hex) Advanced Si-Net Co., LTD. 35A000-35AFFF (base 16) Advanced Si-Net Co., LTD. 9F-2, No. 245, Sec. 3, Roosevelt Rd. Taipei Da-an District 106 TW 00-50-C2 (hex) Baytech Cinema 356000-356FFF (base 16) Baytech Cinema 2755 Campus Drive San Mateo CA 94403 US 00-50-C2 (hex) LUCEO 352000-352FFF (base 16) LUCEO 16 Rue Laënnec Vern Sur Seiche 35770 FR 00-50-C2 (hex) Kinesys Projects Limited 350000-350FFF (base 16) Kinesys Projects Limited The Business Village LONDON SW18 4JQ GB 00-50-C2 (hex) Crossing Informationssysteme GmbH 353000-353FFF (base 16) Crossing Informationssysteme GmbH Schlesische Str. 26 Berlin 10997 DE 00-50-C2 (hex) Ecutel Systems, Inc. 34B000-34BFFF (base 16) Ecutel Systems, Inc. 2300 Corporate Park Drive Herndon VA 20171 US 00-50-C2 (hex) RISCO Group 36C000-36CFFF (base 16) RISCO Group 14 Hachoma Rishon Letzion 75655 IL 00-50-C2 (hex) Golden River Traffic 336000-336FFF (base 16) Golden River Traffic 6 Talisman Business Centre Bicester OXON OX26 6HR GB 00-50-C2 (hex) ETI 337000-337FFF (base 16) ETI 272-20 Taejun-Dong Kwang Joo Kyung Ki-Do 464-808 KR 00-50-C2 (hex) PULTRONICS 32F000-32FFFF (base 16) PULTRONICS 5375, PARE str. #200 MONTREAL QUEBEC H4P 1P7 CA 00-50-C2 (hex) PUNJAB COMMUNICATIONS LTD 332000-332FFF (base 16) PUNJAB COMMUNICATIONS LTD B-91,INDUSTRIAL AREA, PHASE 8, SAS NAGAR PUNJAB 160059 IN 00-50-C2 (hex) Virtu 340000-340FFF (base 16) Virtu Auke Vleerstraat 1 Enschede OV 7521 PE NL 00-50-C2 (hex) MicroBee Systems, Inc 314000-314FFF (base 16) MicroBee Systems, Inc 9414 Danese Lane SE Huntsville AL 35803 US 00-50-C2 (hex) SAIA Burgess Controls AG 313000-313FFF (base 16) SAIA Burgess Controls AG Bahnhofstrasse 18 3280 Murten CH 00-50-C2 (hex) EuroDesign embedded technologies GmbH 302000-302FFF (base 16) EuroDesign embedded technologies GmbH Waldstraße 4A Kirchdorf a.d. Amper Bayern 85414 DE 00-50-C2 (hex) CI Systems Ltd. 303000-303FFF (base 16) CI Systems Ltd. P.O.Box 147 Migdal HaEmek 10551 IL 00-50-C2 (hex) American Microsystems, Ltd. 2FD000-2FDFFF (base 16) American Microsystems, Ltd. 2190 Regal Parkway Euless Texas 76040 US 00-50-C2 (hex) Geotech Instruments, LLC 31F000-31FFFF (base 16) Geotech Instruments, LLC 10755 Sanden Drive Dallas TX 75238 US 00-50-C2 (hex) Innings Telecom Inc. 30A000-30AFFF (base 16) Innings Telecom Inc. 1241 Denison Street Markham Ontario L3R 4B4 CA 00-50-C2 (hex) Datacon 31B000-31BFFF (base 16) Datacon Instrasse 6 Radfeld Tirol 6240 AT 00-50-C2 (hex) CHENGDU BOOK DIGITAL CO., LTD 2EC000-2ECFFF (base 16) CHENGDU BOOK DIGITAL CO., LTD 9/F, BLOCK C, SKYWORTH BLD. SCI & SHENZHEN GUANGDONG 518057 CN 00-50-C2 (hex) Crossbow Technology, Inc. 2F3000-2F3FFF (base 16) Crossbow Technology, Inc. 41 Daggett Drive San Jose CA 95134 US 00-50-C2 (hex) Clifford Chance LLP 2F6000-2F6FFF (base 16) Clifford Chance LLP Canary Wharf London UK E14 5JJ GB 00-50-C2 (hex) Private 2D9000-2D9FFF (base 16) Private 00-50-C2 (hex) Transtech DSP 2E5000-2E5FFF (base 16) Transtech DSP Manor Courtyard High Wycombe Bucks HP13 5RE GB 00-50-C2 (hex) Elman srl 2C5000-2C5FFF (base 16) Elman srl Via di Valle Caia, km 4.700 Pomezia Roma 00040 IT 00-50-C2 (hex) Initial Electronic Security Systems 2C6000-2C6FFF (base 16) Initial Electronic Security Systems Shadsworth Road Blackburn Lancashire BB1 2PR GB 00-50-C2 (hex) WIS Technologies 2D6000-2D6FFF (base 16) WIS Technologies 683 River Oaks Parkway San Jose CA 95134 US 00-50-C2 (hex) Digital SP Ltd 2C3000-2C3FFF (base 16) Digital SP Ltd Heathcourt Ballater AB355SF GB 00-50-C2 (hex) Uster Technologies AG 2BC000-2BCFFF (base 16) Uster Technologies AG Wilstrasse 11 Uster CH 00-50-C2 (hex) Siliquent Technologies Ltd 2C7000-2C7FFF (base 16) Siliquent Technologies Ltd 33 Bezalel St. Ramat-Gan 52521 IL 00-50-C2 (hex) SELCO 2C8000-2C8FFF (base 16) SELCO ZI DU VAL D OMBREE COMBREE 49520 FR 00-50-C2 (hex) Polatis Ltd 2B4000-2B4FFF (base 16) Polatis Ltd 332/2 Cambridge Science Park, Cambridge CB4 0BZ GB 00-50-C2 (hex) Hobbes Computer Network Accessories 2B5000-2B5FFF (base 16) Hobbes Computer Network Accessories 2015 S. Myrtle Ave. Monrovia CA 91016 US 00-50-C2 (hex) CSA Computer & Antriebstechnik GmbH 2AF000-2AFFFF (base 16) CSA Computer & Antriebstechnik GmbH RHEINSTRASSE 7E TELTOW BRANDENBURG D-14513 DE 00-50-C2 (hex) ABB T&D Spa 2AD000-2ADFFF (base 16) ABB T&D Spa division SACE T.M.S. Dalmine Bergamo 24044 IT 00-50-C2 (hex) BBI Engineering, Inc. 2AC000-2ACFFF (base 16) BBI Engineering, Inc. 241 Quint Street San Francisco CA 94124 US 00-50-C2 (hex) Telda Electronics 2B0000-2B0FFF (base 16) Telda Electronics #102 Electronics Bldg. 220-10, Buen 2Dong, Kangbuk-Ku Seoul 142-705 KR 00-50-C2 (hex) Septier Communication Ltd 2A5000-2A5FFF (base 16) Septier Communication Ltd POB 7603 Petach Tikva 49170 IL 00-50-C2 (hex) Sterling Industry Consult GmbH 2A0000-2A0FFF (base 16) Sterling Industry Consult GmbH Lindenstr. 170 Itzehoe D 25524 DE 00-50-C2 (hex) IPITEK 024000-024FFF (base 16) IPITEK 2330 Faraday Ave Carlsbad CA 920 US 00-50-C2 (hex) Packet Techniques Inc. 29A000-29AFFF (base 16) Packet Techniques Inc. 223 North 12th St #314B Tampa Florida 33602 US 00-50-C2 (hex) ACD Elektronik GmbH 29B000-29BFFF (base 16) ACD Elektronik GmbH Industriegebiet Engelberg 2 Achstetten 88480 DE 00-50-C2 (hex) 2N TELEKOMUNIKACE a.s. 29C000-29CFFF (base 16) 2N TELEKOMUNIKACE a.s. Modranska 621 Prague 4 Prague 143 01 CZ 00-50-C2 (hex) Tattile srl 28E000-28EFFF (base 16) Tattile srl Via Trento 127/129 Capriano del Colle Brescia 25020 IT 00-50-C2 (hex) KINETICS 297000-297FFF (base 16) KINETICS P.O.BOX 50 BEN-GURION AIRPORT 79100 IL 00-50-C2 (hex) Allen Martin Conservation Ltd 267000-267FFF (base 16) Allen Martin Conservation Ltd 504 Dudley Road Wolverhampton West Midlands WV2 3AA GB 00-50-C2 (hex) Maestro Pty Ltd 27A000-27AFFF (base 16) Maestro Pty Ltd 925 Macs Reef Raod Bywong NSW 2621 AU 00-50-C2 (hex) PATLITE Corporation 279000-279FFF (base 16) PATLITE Corporation 3-50 Wakabayashi-cho Yao-shi Osaka 581-0038 JP 00-50-C2 (hex) Digital Recorders Inc 26F000-26FFFF (base 16) Digital Recorders Inc 4018 Patriot Drive Durham NC 27703 US 00-50-C2 (hex) Technisyst Pty Ltd 269000-269FFF (base 16) Technisyst Pty Ltd Level 4, 175 Eagle Street Brisbane Queensland 4001 AU 00-50-C2 (hex) Verex Technology 272000-272FFF (base 16) Verex Technology 5201 Explorer Drive Mississauga Ontario L4W 4H1 CA 00-50-C2 (hex) Supertel 24C000-24CFFF (base 16) Supertel 38a, Petrogradskaya emb. St.Petersburg 197101 RU 00-50-C2 (hex) Hauppauge Computer Works, Inc. 245000-245FFF (base 16) Hauppauge Computer Works, Inc. 91 Cabot Court Hauppauge New York 11788 US 00-50-C2 (hex) Spacesaver Corporation 258000-258FFF (base 16) Spacesaver Corporation 1450 Janesville Avenue Fort Atkinson Wisconsin 53538 US 00-50-C2 (hex) MDS SCIEX 242000-242FFF (base 16) MDS SCIEX 71 Four Valley Drive Concord Ontario L4K 4V8 CA 00-50-C2 (hex) nVent, Schroff GmbH 225000-225FFF (base 16) nVent, Schroff GmbH Langenalber Strasse 96-100 Straubenhardt 75334 DE 00-50-C2 (hex) LORD INGENIERIE 22E000-22EFFF (base 16) LORD INGENIERIE ZA de Marly BP110 CORBREUSE 91410 FR 00-50-C2 (hex) Schwer+Kopka GmbH 238000-238FFF (base 16) Schwer+Kopka GmbH Herknerstr. 4 Weingarten Baden-Württemberg 88250 DE 00-50-C2 (hex) JLCooper Electronics 236000-236FFF (base 16) JLCooper Electronics 142 Arena St El Segundo CA 90245 US 00-50-C2 (hex) LK Ltd 209000-209FFF (base 16) LK Ltd Argosy Road Castle Donington Derby DE74 2SA GB 00-50-C2 (hex) Windmill Innovations 206000-206FFF (base 16) Windmill Innovations Beurtschipper 20 Nijkerk GLD 3861SC NL 00-50-C2 (hex) ESG Elektroniksystem u. Logistik GmbH 21D000-21DFFF (base 16) ESG Elektroniksystem u. Logistik GmbH Einsteinstr. 174 Muenchen Bayern 81675 DE 00-50-C2 (hex) Monitor Business Machines Ltd 21F000-21FFFF (base 16) Monitor Business Machines Ltd PO Box 108042 Auckland NZ 00-50-C2 (hex) Getinge IT Solutions ApS 221000-221FFF (base 16) Getinge IT Solutions ApS Tordenskjoldsgade 27 Copenhagen K DK 1055 DK 00-50-C2 (hex) Bluesocket, Inc. 1E3000-1E3FFF (base 16) Bluesocket, Inc. 7 New England Executive Park Burlington MA 01803 US 00-50-C2 (hex) EDD Srl 1FC000-1FCFFF (base 16) EDD Srl Via della Repubblica,27 - Levata Curtatone Mantova 46010 IT 00-50-C2 (hex) SouthWing S.L. 1FD000-1FDFFF (base 16) SouthWing S.L. Calle Llacuna 162 Barcelona Catalunya 08018 ES 00-50-C2 (hex) COSMO co.,ltd. 1EC000-1ECFFF (base 16) COSMO co.,ltd. TAKARAMACHI 1-BANCHI YOKKAICHI-SHI MIE 510-0844 JP 00-50-C2 (hex) Applied Systems Engineering, Inc. 1DB000-1DBFFF (base 16) Applied Systems Engineering, Inc. 1671 Dell Ave. Campbell CA 95008 US 00-50-C2 (hex) Datatek Applications, Inc. 1CE000-1CEFFF (base 16) Datatek Applications, Inc. 399 Campus Drive Somerset NJ 08873 US 00-50-C2 (hex) EVER Sp. z o.o. 1CA000-1CAFFF (base 16) EVER Sp. z o.o. ul. Grudzinskiego 30 Swarzedz wielkopolskie 62-020 PL 00-50-C2 (hex) LIFETIME MEMORY PRODUCTS, INC. 1CF000-1CFFFF (base 16) LIFETIME MEMORY PRODUCTS, INC. 2505 DAVINCI STREET IRVINE CA 92614 US 00-50-C2 (hex) Cognex Corporation 1E0000-1E0FFF (base 16) Cognex Corporation 1 Vision Drive Natick MA 01760 US 00-50-C2 (hex) Synopsys 1D3000-1D3FFF (base 16) Synopsys Le Symphonie Sud Montpellier 34000 FR 00-50-C2 (hex) RF Code 1A6000-1A6FFF (base 16) RF Code 1250 S. Clearview Ave. Mesa AZ 85208-3378 US 00-50-C2 (hex) Axotec Technologies GmbH 1A9000-1A9FFF (base 16) Axotec Technologies GmbH Sudetenstraße 88 Geretsried Bavaria 82538 DE 00-50-C2 (hex) Sedia Electronics 1BE000-1BEFFF (base 16) Sedia Electronics Omilio Monteiro Soares, 1590 Curitiba Parana 80320-210 BR 00-50-C2 (hex) INTERZEAG AG 1BA000-1BAFFF (base 16) INTERZEAG AG Rietbachstrasse 5 Schlieren CH-8952 CH 00-50-C2 (hex) Streaming Networks 1AB000-1ABFFF (base 16) Streaming Networks House # 8 St # 31 F-7/1 Islamabad 44000 PK 00-50-C2 (hex) Tidel Engineering, L.P. 1A3000-1A3FFF (base 16) Tidel Engineering, L.P. 2310 McDaniel Dr Carrollton TX 75006 US 00-50-C2 (hex) ABB Switzerland Inc 1A2000-1A2FFF (base 16) ABB Switzerland Inc Dept. Dw/ATBN Baden Aargau CH 5401 CH 00-50-C2 (hex) Cognex Corporation 17D000-17DFFF (base 16) Cognex Corporation 15865 SW 74th Suite 105 Portland OR 97224 US 00-50-C2 (hex) Unicoi Systems 177000-177FFF (base 16) Unicoi Systems 410 Peachtree Parkway Cumming GA 30041 US 00-50-C2 (hex) Wavium AB 176000-176FFF (base 16) Wavium AB Västberga Allé 60 Stockholm SE-126 75 SE 00-50-C2 (hex) wolf-inf-tec 182000-182FFF (base 16) wolf-inf-tec Heinrich-Hertz-Strasse 19 Bremen 28211 DE 00-50-C2 (hex) Goerlitz AG 190000-190FFF (base 16) Goerlitz AG August-Thyssen-Str. 32 Koblenz Rheinland-Pfalz 56070 DE 00-50-C2 (hex) IO Limited 00B000-00BFFF (base 16) IO Limited Woodhouse Barn, Cambridge England CB5 QHT GB 00-50-C2 (hex) Canal + 014000-014FFF (base 16) Canal + 23, rue leblanc Paris 75015 FR 00-50-C2 (hex) Masterclock, Inc. 16B000-16BFFF (base 16) Masterclock, Inc. 2484 W. Clay St. St. Charles MO 63301 US 00-50-C2 (hex) TTTech 00E000-00EFFF (base 16) TTTech Schoenbrunnerstrasse 7 AT 00-50-C2 (hex) Vbrick Systems Inc. 00C000-00CFFF (base 16) Vbrick Systems Inc. 101 N. Plains Industrial Rd. Wallingford CT 06492 US 00-50-C2 (hex) Taishodo Seiko Co., Ltd. 170000-170FFF (base 16) Taishodo Seiko Co., Ltd. 1-34, Kawahana-Chou, Toyokawa-shi, Aich 442-0837 JP 00-50-C2 (hex) Private 044000-044FFF (base 16) Private 00-50-C2 (hex) SCI Technology Inc. 004000-004FFF (base 16) SCI Technology Inc. P.O. Box 1000 Huntsville AL 35807 US 00-50-C2 (hex) Brijing Embedor Embedded Internet Tech. Co. Ltd. 16C000-16CFFF (base 16) Brijing Embedor Embedded Internet Tech. Co. Ltd. Room 401, Library Building, Noo. 35, Beijing 100101 CN 00-50-C2 (hex) Quantronix, Inc. 171000-171FFF (base 16) Quantronix, Inc. 380 S. 200 W. Farmington UT 84025 US 00-50-C2 (hex) DSP Design Ltd. 016000-016FFF (base 16) DSP Design Ltd. Tapton Park Innovation Centre Derbyshire England S41 0TZ GB 00-50-C2 (hex) Tharsys 00A000-00AFFF (base 16) Tharsys 3 rue Ariane-Parl 31520 Rationville FR 00-50-C2 (hex) CommServ Solutions Inc. 156000-156FFF (base 16) CommServ Solutions Inc. 2217 Princess Anne Street Fredericksburg VA 22401 US 00-50-C2 (hex) J&B Engineering Group S.L. 161000-161FFF (base 16) J&B Engineering Group S.L. c/Francisco Silvela 36 Of. 5 Madrid 28028 ES 00-50-C2 (hex) TTI - Telecom International Ltd. 160000-160FFF (base 16) TTI - Telecom International Ltd. 7 Martin Gehl St. Petach-Tikva P.O.B. 3050 49512 IL 00-50-C2 (hex) Teseda Corporation 162000-162FFF (base 16) Teseda Corporation 812 SW Washington St. Portland OR 97205-3232 US 00-50-C2 (hex) Acunia N.V. 164000-164FFF (base 16) Acunia N.V. Philips-Site 5 Box 3 Leoven 3001 BE 00-50-C2 (hex) Standard Comm. Corp. 159000-159FFF (base 16) Standard Comm. Corp. 1111 Knox Street Torrance CA 90502 US 00-50-C2 (hex) Redux Communications Ltd. 151000-151FFF (base 16) Redux Communications Ltd. POB 101 Modiin 71700 IL 00-50-C2 (hex) InBus Engineering, Inc. 131000-131FFF (base 16) InBus Engineering, Inc. 6233 Industrial Way Livermore CA 94550 US 00-50-C2 (hex) TPA Traffic & Parking Automation BV 127000-127FFF (base 16) TPA Traffic & Parking Automation BV PO Box 5000 6802EA, Arnhem NL 00-50-C2 (hex) Diva Systems 122000-122FFF (base 16) Diva Systems 800 Saginaw Dr. Redwood City CA 94963 US 00-50-C2 (hex) Seranoa Networks, Inc. 123000-123FFF (base 16) Seranoa Networks, Inc. Concord Office Center Concord MA 01742 US 00-50-C2 (hex) Global Opto Communication Tech. Corp 119000-119FFF (base 16) Global Opto Communication Tech. Corp 7F, 162-31, Sec. 3, Taipei 106 TW 00-50-C2 (hex) Corelatus A.B. 100000-100FFF (base 16) Corelatus A.B. Ulf Svarte Bagge Tegnerg. 37 Stockholm SE-111 61 SE 00-50-C2 (hex) LAUD Electronic Design AS 101000-101FFF (base 16) LAUD Electronic Design AS Froyhovveien 37 N-3269 Larvik NO 00-50-C2 (hex) IPAXS Corporation 0FF000-0FFFFF (base 16) IPAXS Corporation 5802 Benjamin Center Drive Tampa FL 33634 US 00-50-C2 (hex) Valley Products Corporation 0ED000-0EDFFF (base 16) Valley Products Corporation PO Box 668 Valley NE 68064 US 00-50-C2 (hex) PIUSYS Co., Ltd. 0FB000-0FBFFF (base 16) PIUSYS Co., Ltd. Daemyoung Bldg, 5F Seoul 137-886 KR 00-50-C2 (hex) QuesCom 110000-110FFF (base 16) QuesCom Arche des Dolines 92100 Boulogne Billancourt FR 00-50-C2 (hex) KMS Systems, Inc. 0F2000-0F2FFF (base 16) KMS Systems, Inc. PO Box 7264 The Woodlands TX 77387 US 00-50-C2 (hex) VHB Technologies, Inc. 0F0000-0F0FFF (base 16) VHB Technologies, Inc. 405 International Parkway Richardson TX 75081 US 00-50-C2 (hex) Industrial Indexing Systems, Inc. 0EE000-0EEFFF (base 16) Industrial Indexing Systems, Inc. 626 Fishers Run Victor NY 14564 US 00-50-C2 (hex) Smartmedia LLC 0E9000-0E9FFF (base 16) Smartmedia LLC 1625 W. Olympic Blvd. Los Angeles CA 90015 US 00-50-C2 (hex) Frederick Engineering 0DE000-0DEFFF (base 16) Frederick Engineering 3620 Commerce Dr. Baltimore MD 21227 US 00-50-C2 (hex) Inco Startec GmbH 0D6000-0D6FFF (base 16) Inco Startec GmbH Potsdamer Straße 8 D-14513 Teltow DE 00-50-C2 (hex) Palm, Inc. 0D4000-0D4FFF (base 16) Palm, Inc. 5470 Great America Parkway Santa Clara CA 95052 US 00-50-C2 (hex) Pro-Active 0BA000-0BAFFF (base 16) Pro-Active Parc Gutenberg 91120 Palaiseau FR 00-50-C2 (hex) Tonbu, Inc. 0C3000-0C3FFF (base 16) Tonbu, Inc. 871 Fox Lane San Jose CA 95131 US 00-50-C2 (hex) RYMIC 0B7000-0B7FFF (base 16) RYMIC 102-A Wynn Drive Huntsville AL 35805 US 00-50-C2 (hex) Latus Lightworks, Inc. 0AF000-0AFFFF (base 16) Latus Lightworks, Inc. 250 East Arapaho Rd. Richardson TX 75081 US 00-50-C2 (hex) Mobiltex Data Ltd. 0A5000-0A5FFF (base 16) Mobiltex Data Ltd. 3640 - 26th St. NE Calgary Alberta T1Y 4T7 CA 00-50-C2 (hex) Radiant Networks Plc 0A9000-0A9FFF (base 16) Radiant Networks Plc The Mansion Little Chesterford Essex CB10 1XL GB 00-50-C2 (hex) BaSyTec GmbH 0A3000-0A3FFF (base 16) BaSyTec GmbH Karlstraße 14 89561 Dischingen DE 00-50-C2 (hex) KOREALINK 093000-093FFF (base 16) KOREALINK 10F CCMM Bldg. 12 Yoido-dong Seoul 150-010 KR 00-50-C2 (hex) Visable Genetics, Inc. 0A1000-0A1FFF (base 16) Visable Genetics, Inc. 291/295 Evans Ave. Etobicoke Ontario M8Z 1K2 CA 00-50-C2 (hex) Seffle Instrument AB 09B000-09BFFF (base 16) Seffle Instrument AB PO Box 25 661 21 Saffle SE 00-50-C2 (hex) Monitor Business Machines Ltd. 087000-087FFF (base 16) Monitor Business Machines Ltd. PO Box 108042 Auckland NZ 00-50-C2 (hex) Validyne Engineering Corp. 086000-086FFF (base 16) Validyne Engineering Corp. 8626 Wilbur Ave. Northridge CA 91324 US 00-50-C2 (hex) BSQUARE 08E000-08EFFF (base 16) BSQUARE 1136 W. Evelyn Ave. Sunnyvale CA 94086 US 00-50-C2 (hex) Fenwal Italia S.P.A. 089000-089FFF (base 16) Fenwal Italia S.P.A. Viale A. De Gasperi, 44 20010 Bareggio (MI) IT 00-50-C2 (hex) Kylink Communications Corp. 08D000-08DFFF (base 16) Kylink Communications Corp. No. 31, Tzyh Chyang St. Taipei TW 00-50-C2 (hex) IP Unity 08C000-08CFFF (base 16) IP Unity 1575 McCandless Dr. Milpitas CA 95035 US 00-50-C2 (hex) DIALOG4 System Engineering GmbH 084000-084FFF (base 16) DIALOG4 System Engineering GmbH Monreposstr. 55 71634 Ludwigsburg DE 00-50-C2 (hex) JL-teknik 07E000-07EFFF (base 16) JL-teknik Isbjornsvagen 3 SE 00-50-C2 (hex) Matuschek Messtechnik GmbH 081000-081FFF (base 16) Matuschek Messtechnik GmbH Werner-Heisenberg-Straße 14 Alsdorf NRW 52477 DE 00-50-C2 (hex) Flextel S.p.A 079000-079FFF (base 16) Flextel S.p.A Corso Vercelli 328 10015 Ivrea (To) IT 00-50-C2 (hex) Dataprobe, Inc. 050000-050FFF (base 16) Dataprobe, Inc. 1B Pearl Court Allendale NJ 07401 US 00-50-C2 (hex) Vision Research, Inc. 058000-058FFF (base 16) Vision Research, Inc. 190 Parish Drive Wayne NJ 07470 US 00-50-C2 (hex) Mayo Foundation 052000-052FFF (base 16) Mayo Foundation Division of Engineering Rochester MN 55905 US 00-50-C2 (hex) Etheira Technologies 038000-038FFF (base 16) Etheira Technologies 104 Macintosh Street Shepparton Victoria 3630 AU 00-50-C2 (hex) Telecom Analysis Systems, LP 04A000-04AFFF (base 16) Telecom Analysis Systems, LP 34 Industrial Way East Eatontown NJ 07724 US 00-50-C2 (hex) Chase Manhattan Bank 045000-045FFF (base 16) Chase Manhattan Bank 380 Madison Ave New York City NY 10817 US 00-50-C2 (hex) E.I.S.M. 037000-037FFF (base 16) E.I.S.M. Z.I. des Paluds BP 1441 13782 Aubagne Cedex FR 00-50-C2 (hex) VersaLogic Corp. 02A000-02AFFF (base 16) VersaLogic Corp. 12100 SW Tualatin Rd Tualatin OR 97062 US 00-50-C2 (hex) Emtac Technology Corp. 019000-019FFF (base 16) Emtac Technology Corp. 1F No. 22 Industry East 9 Road Hsin-Chu 300 TW 00-50-C2 (hex) CallTech International Limited 01E000-01EFFF (base 16) CallTech International Limited Telford Point Telford Rd. RG2 6X2 GB 00-50-C2 (hex) Moisture Systems 010000-010FFF (base 16) Moisture Systems 220 Mill Rd. Chelmsford MA 01824 US 00-50-C2 (hex) Bihl + Wiedemann GmbH 011000-011FFF (base 16) Bihl + Wiedemann GmbH Flosswoerthstr 41 Mannheim 68199 DE 00-50-C2 (hex) Project Management Enterprises, Inc. 006000-006FFF (base 16) Project Management Enterprises, Inc. 7900 Wisconsin Avenue Bethesda MD 20817 US 00-50-C2 (hex) Clive Green & Co. Ltd. 007000-007FFF (base 16) Clive Green & Co. Ltd. 1 New Street England LU1 SDX GB 00-50-C2 (hex) Wartsila Voyage Limited 886000-886FFF (base 16) Wartsila Voyage Limited 13-18 City Quay Dublin 2 D02 ED70 IE 40-D8-55 (hex) Mettler Toledo 0C8000-0C8FFF (base 16) Mettler Toledo 1571 Northpointe Parkway Lutz FL 33558 US 00-50-C2 (hex) Phoenix Audio Technologies F48000-F48FFF (base 16) Phoenix Audio Technologies 2552 White Road, Suite A Irvine CA 92614 US 00-50-C2 (hex) SR RESEARCH LTD 139000-139FFF (base 16) SR RESEARCH LTD 740 Meadow Wood Road Mississauga Ontario L5J 2S6 CA 00-50-C2 (hex) Computechnic AG 5E3000-5E3FFF (base 16) Computechnic AG Rietlistrasse 3 Rorschacherberg Goldach 9403 CH ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592906723.0 netaddr-0.8.0/netaddr/eui/ieee.py0000755000076500000240000002212700000000000016701 0ustar00kubastaff00000000000000#!/usr/bin/env python #----------------------------------------------------------------------------- # Copyright (c) 2008 by David P. D. Moss. All rights reserved. # # Released under the BSD license. See the LICENSE file for details. #----------------------------------------------------------------------------- # # DISCLAIMER # # netaddr is not sponsored nor endorsed by the IEEE. # # Use of data from the IEEE (Institute of Electrical and Electronics # Engineers) is subject to copyright. See the following URL for # details :- # # - http://www.ieee.org/web/publications/rights/legal.html # # IEEE data files included with netaddr are not modified in any way but are # parsed and made available to end users through an API. There is no # guarantee that referenced files are not out of date. # # See README file and source code for URLs to latest copies of the relevant # files. # #----------------------------------------------------------------------------- """ Provides access to public OUI and IAB registration data published by the IEEE. More details can be found at the following URLs :- - IEEE Home Page - http://www.ieee.org/ - Registration Authority Home Page - http://standards.ieee.org/regauth/ """ import os.path as _path import csv as _csv from netaddr.compat import _bytes_type, _importlib_resources from netaddr.core import Subscriber, Publisher #: OUI index lookup dictionary. OUI_INDEX = {} #: IAB index lookup dictionary. IAB_INDEX = {} class FileIndexer(Subscriber): """ A concrete Subscriber that receives OUI record offset information that is written to an index data file as a set of comma separated records. """ def __init__(self, index_file): """ Constructor. :param index_file: a file-like object or name of index file where index records will be written. """ if hasattr(index_file, 'readline') and hasattr(index_file, 'tell'): self.fh = index_file else: self.fh = open(index_file, 'w') self.writer = _csv.writer(self.fh, lineterminator="\n") def update(self, data): """ Receives and writes index data to a CSV data file. :param data: record containing offset record information. """ self.writer.writerow(data) class OUIIndexParser(Publisher): """ A concrete Publisher that parses OUI (Organisationally Unique Identifier) records from IEEE text-based registration files It notifies registered Subscribers as each record is encountered, passing on the record's position relative to the start of the file (offset) and the size of the record (in bytes). The file processed by this parser is available online from this URL :- - http://standards.ieee.org/regauth/oui/oui.txt This is a sample of the record structure expected:: 00-CA-FE (hex) ACME CORPORATION 00CAFE (base 16) ACME CORPORATION 1 MAIN STREET SPRINGFIELD UNITED STATES """ def __init__(self, ieee_file): """ Constructor. :param ieee_file: a file-like object or name of file containing OUI records. When using a file-like object always open it in binary mode otherwise offsets will probably misbehave. """ super(OUIIndexParser, self).__init__() if hasattr(ieee_file, 'readline') and hasattr(ieee_file, 'tell'): self.fh = ieee_file else: self.fh = open(ieee_file, 'rb') def parse(self): """ Starts the parsing process which detects records and notifies registered subscribers as it finds each OUI record. """ skip_header = True record = None size = 0 marker = _bytes_type('(hex)') hyphen = _bytes_type('-') empty_string = _bytes_type('') while True: line = self.fh.readline() if not line: break # EOF, we're done if skip_header and marker in line: skip_header = False if skip_header: # ignoring header section continue if marker in line: # record start if record is not None: # a complete record. record.append(size) self.notify(record) size = len(line) offset = (self.fh.tell() - len(line)) oui = line.split()[0] index = int(oui.replace(hyphen, empty_string), 16) record = [index, offset] else: # within record size += len(line) # process final record on loop exit record.append(size) self.notify(record) class IABIndexParser(Publisher): """ A concrete Publisher that parses IAB (Individual Address Block) records from IEEE text-based registration files It notifies registered Subscribers as each record is encountered, passing on the record's position relative to the start of the file (offset) and the size of the record (in bytes). The file processed by this parser is available online from this URL :- - http://standards.ieee.org/regauth/oui/iab.txt This is a sample of the record structure expected:: 00-50-C2 (hex) ACME CORPORATION ABC000-ABCFFF (base 16) ACME CORPORATION 1 MAIN STREET SPRINGFIELD UNITED STATES """ def __init__(self, ieee_file): """ Constructor. :param ieee_file: a file-like object or name of file containing IAB records. When using a file-like object always open it in binary mode otherwise offsets will probably misbehave. """ super(IABIndexParser, self).__init__() if hasattr(ieee_file, 'readline') and hasattr(ieee_file, 'tell'): self.fh = ieee_file else: self.fh = open(ieee_file, 'rb') def parse(self): """ Starts the parsing process which detects records and notifies registered subscribers as it finds each IAB record. """ skip_header = True record = None size = 0 hex_marker = _bytes_type('(hex)') base16_marker = _bytes_type('(base 16)') hyphen = _bytes_type('-') empty_string = _bytes_type('') while True: line = self.fh.readline() if not line: break # EOF, we're done if skip_header and hex_marker in line: skip_header = False if skip_header: # ignoring header section continue if hex_marker in line: # record start if record is not None: record.append(size) self.notify(record) offset = (self.fh.tell() - len(line)) iab_prefix = line.split()[0] index = iab_prefix record = [index, offset] size = len(line) elif base16_marker in line: # within record size += len(line) prefix = record[0].replace(hyphen, empty_string) suffix = line.split()[0] suffix = suffix.split(hyphen)[0] record[0] = (int(prefix + suffix, 16)) >> 12 else: # within record size += len(line) # process final record on loop exit record.append(size) self.notify(record) def create_index_from_registry(registry_fh, index_path, parser): """Generate an index files from the IEEE registry file.""" oui_parser = parser(registry_fh) oui_parser.attach(FileIndexer(index_path)) oui_parser.parse() def create_indices(): """Create indices for OUI and IAB file based lookups""" create_index_from_registry( _path.join(_path.dirname(__file__), 'oui.txt'), _path.join(_path.dirname(__file__), 'oui.idx'), OUIIndexParser, ) create_index_from_registry( _path.join(_path.dirname(__file__), 'iab.txt'), _path.join(_path.dirname(__file__), 'iab.idx'), IABIndexParser, ) def load_index(index, fp): """Load index from file into index data structure.""" try: for row in _csv.reader([x.decode('UTF-8') for x in fp]): (key, offset, size) = [int(_) for _ in row] index.setdefault(key, []) index[key].append((offset, size)) finally: fp.close() def load_indices(): """Load OUI and IAB lookup indices into memory""" load_index(OUI_INDEX, _importlib_resources.open_binary(__package__, 'oui.idx')) load_index(IAB_INDEX, _importlib_resources.open_binary(__package__, 'iab.idx')) if __name__ == '__main__': # Generate indices when module is executed as a script. create_indices() else: # On module load read indices in memory to enable lookups. load_indices() ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592822483.0 netaddr-0.8.0/netaddr/eui/oui.idx0000644000076500000240000177633600000000000016742 0ustar00kubastaff000000000000008818,323,167 53487,490,107 549269,597,155 16039326,752,141 5801449,893,256 12329874,1149,241 4216194,1390,114 10806043,1504,114 14194576,1618,217 8927792,1835,189 12101005,2024,144 5295843,2168,140 10020675,2308,117 12851665,2425,201 8945189,2626,145 548995,2771,178 14686548,2949,178 1061502,3127,180 16255055,3307,178 3210168,3485,196 16029634,3681,123 10765593,3804,219 6872053,4023,141 2377416,4164,193 1573550,4357,197 794835,4554,197 4511633,4751,196 8668926,4947,196 14166296,5143,196 13684739,5339,175 6599197,5514,166 12855702,5680,127 9963063,5807,154 9222218,5961,221 10021114,6182,156 3720424,6338,124 3464574,6462,250 13421924,6712,138 2416551,6850,277 11560433,7127,177 9441844,7304,254 5515803,7558,126 6066782,7684,270 544681,7954,141 544761,8095,141 5281976,8236,185 1114282,8421,60 12078574,8481,195 11047762,8676,223 14994589,8899,214 11063523,9113,161 10009145,9274,122 13921190,9396,196 13370743,9592,196 3181490,9788,141 14740322,9929,176 551053,10105,185 15232824,10290,234 4727148,10524,209 9223716,10733,280 570287,11013,197 3180077,11210,154 7137478,11364,207 1851766,11571,192 6327054,11763,123 1602005,11886,314 11317742,12200,208 16297419,12408,127 13918954,12535,196 5552854,12731,196 9755726,12927,139 1327868,13066,130 11296092,13196,226 10792465,13422,174 5562064,13596,126 7102011,13722,141 4200736,13863,166 13645637,14029,252 6306428,14281,252 376,14533,153 833393,14686,139 5818486,14825,261 2891343,15086,256 36946,15342,156 6787,15498,158 2365037,15656,197 9702169,15853,197 7391218,16050,197 3708141,16247,122 7341107,16369,144 14460466,16513,170 8975726,16683,197 12359649,16880,134 2675127,17014,254 13157114,17268,197 8958818,17465,212 542672,17677,212 564358,17889,212 8161622,18101,161 10261476,18262,60 8923548,18322,161 13406355,18483,165 13395110,18648,196 3158397,18844,148 15772008,18992,223 4776425,19215,189 14160793,19404,222 5562393,19626,117 1344560,19743,201 12100687,19944,138 9451,20082,155 5287757,20237,178 13167352,20415,178 7380781,20593,178 3685158,20771,163 6093563,20934,116 10255343,21050,139 7614171,21189,130 2103106,21319,151 13404198,21470,139 15489907,21609,216 14732061,21825,60 8686541,21885,154 1359934,22039,139 12618155,22178,139 13913508,22317,178 16311759,22495,149 6849266,22644,130 13902000,22774,156 585197,22930,186 6329077,23116,139 8879,23255,149 10523042,23404,278 32949,23682,143 1862010,23825,200 4986692,24025,142 11546709,24167,185 9460788,24352,165 13920821,24517,141 13671546,24658,219 13118507,24877,154 8397018,25031,178 6849662,25209,160 12421,25369,141 6315917,25510,136 12890986,25646,141 7403348,25787,203 7113683,25990,141 6854475,26131,211 3465681,26342,154 8631,26496,164 41136,26660,154 2390515,26814,213 8430133,27027,156 13157962,27183,236 3205670,27419,132 10242431,27551,214 12903327,27765,213 16292472,27978,196 8976498,28174,196 15488547,28370,196 5539516,28566,141 4203331,28707,234 1634702,28941,158 1058,29099,153 8444435,29252,122 5303376,29374,242 6316511,29616,136 7362495,29752,185 9234248,29937,60 1081990,29997,250 1356887,30247,149 14456364,30396,137 1573421,30533,196 14203993,30729,264 563096,30993,221 2387752,31214,170 9206261,31384,175 4782299,31559,196 4650,31755,177 11555214,31932,194 2642656,32126,316 5819218,32442,139 8151398,32581,141 10001355,32722,206 9762733,32928,137 6317049,33065,128 11309048,33193,114 6292390,33307,169 8147545,33476,220 4502165,33696,207 9708769,33903,156 16304729,34059,157 8958609,34216,123 12856016,34339,123 13423233,34462,123 2100656,34585,312 14163677,34897,213 13909963,35110,139 6059669,35249,166 16272691,35415,199 12618445,35614,249 11335415,35863,189 15244812,36052,60 4777664,36112,207 3685532,36319,232 12594725,36551,213 1079063,36764,285 11038047,37049,191 5827821,37240,214 10774716,37454,60 20601,37514,60 1051755,37574,122 5267381,37696,165 12906732,37861,199 15208392,38060,161 14966071,38221,137 61099,38358,141 5547779,38499,252 9468504,38751,205 14682559,38956,286 4894,39242,151 8677777,39393,114 7159,39507,133 7878151,39640,174 11534451,39814,178 14192072,39992,189 8969852,40181,169 11068097,40350,130 9476727,40480,130 323075,40610,130 4990104,40740,130 8182108,40870,139 13150924,41009,60 8551,41069,184 2950,41253,189 14430673,41442,197 13170512,41639,117 13931060,41756,139 1995,41895,128 1351606,42023,198 4442,42221,135 5025443,42356,158 1846811,42514,240 1844459,42754,123 4115,42877,141 2894841,43018,139 14206920,43157,189 7354894,43346,189 2116611,43535,189 5818096,43724,213 8691822,43937,178 10763936,44115,169 6603486,44284,189 9192527,44473,166 26466,44639,199 2933767,44838,119 11857177,44957,154 4251394,45111,173 13427092,45284,137 9437720,45421,121 1330730,45542,133 8655775,45675,178 15749610,45853,141 5256176,45994,259 16526258,46253,155 14720810,46408,203 5038494,46611,253 7640556,46864,144 11295470,47008,192 7388176,47200,143 8931864,47343,124 1783,47467,164 1796,47631,164 1781,47795,164 3458865,47959,164 10250676,48123,154 5243012,48277,141 6608061,48418,149 301299,48567,153 8527,48720,167 4502579,48887,177 14198525,49064,151 14426553,49215,164 7135227,49379,154 2391373,49533,130 8933622,49663,287 14981307,49950,184 6332702,50134,263 12868599,50397,121 9232285,50518,137 6046042,50655,144 7364181,50799,256 11588968,51055,236 15732415,51291,173 7353609,51464,141 4463354,51605,185 263982,51790,193 7868113,51983,175 4517070,52158,137 16264968,52295,121 4463634,52416,166 4466851,52582,237 1099157,52819,116 2110003,52935,238 6826460,53173,196 9721055,53369,144 8174724,53513,154 16256497,53667,118 10785830,53785,145 15003980,53930,60 11056214,53990,141 2927088,54131,213 5544818,54344,127 10504151,54471,203 6855117,54674,142 1065203,54816,123 5794580,54939,123 12367971,55062,123 2890998,55185,149 7088985,55334,117 4515438,55451,123 12642402,55574,123 15992342,55697,123 851549,55820,154 3968288,55974,139 6299025,56113,193 13945163,56306,193 537883,56499,271 11277701,56770,195 11292819,56965,192 7388137,57157,219 5284004,57376,114 53293,57490,121 8415552,57611,198 6617116,57809,212 1087683,58021,178 10275068,58199,139 11566609,58338,130 1099603,58468,211 16028955,58679,228 7092293,58907,199 2908420,59106,204 12358437,59310,192 13678090,59502,238 299558,59740,167 15248806,59907,178 793625,60085,254 9496336,60339,185 3156306,60524,206 14685109,60730,197 14711134,60927,215 45539,61142,141 10752404,61283,116 51968,61399,60 14480385,61459,117 803073,61576,245 46961,61821,141 14988027,61962,123 2935308,62085,178 8663663,62263,285 13147155,62548,185 9209318,62733,129 8420628,62862,196 2107454,63058,196 10812535,63254,196 5002909,63450,123 3691420,63573,123 4204057,63696,123 7137372,63819,123 299362,63942,157 16267392,64099,123 2914775,64222,178 46325,64400,225 12336974,64625,165 1587374,64790,157 315276,64947,194 816402,65141,282 7635906,65423,146 14705626,65569,146 5265308,65715,166 5515149,65881,204 11583094,66085,252 4474828,66337,202 5036431,66539,117 11578917,66656,146 4987782,66802,158 15516685,66960,156 4456521,67116,141 15231588,67257,189 1090126,67446,191 13420005,67637,117 7127924,67754,130 6833993,67884,130 16308664,68014,137 8153451,68151,153 6083083,68304,189 7340926,68493,166 13632479,68659,175 12854178,68834,198 11848535,69032,213 4985445,69245,139 20492,69384,141 4743065,69525,242 8926462,69767,246 8976319,70013,197 14187903,70210,178 1306,70388,129 524366,70517,129 12318,70646,130 20484,70776,115 259,70891,115 5813608,71006,172 4737769,71178,158 8677990,71336,161 1627927,71497,213 8435236,71710,151 14480645,71861,169 13431037,72030,281 8686060,72311,154 8917135,72465,196 16016159,72661,196 10787663,72857,196 1850,73053,110 9836,73163,175 36090,73338,162 6093692,73500,288 16515999,73788,175 180364,73963,115 22465,74078,189 8135692,74267,170 8253,74437,198 16516,74635,159 10803600,74794,161 24711,74955,164 14481177,75119,141 10523916,75260,185 13923355,75445,231 7104,75676,137 2889185,75813,182 3199339,75995,174 10006129,76169,168 10770124,76337,166 11300378,76503,261 33003,76764,119 747,76883,149 3419830,77032,196 11309618,77228,196 4016,77424,172 575,77596,172 6858977,77768,185 3199789,77953,127 12382895,78080,127 14724943,78207,142 12085748,78349,128 2636365,78477,242 12090479,78719,204 3169702,78923,151 12333273,79074,158 293303,79232,130 12636415,79362,185 8970142,79547,185 2915556,79732,218 5768187,79950,202 1329154,80152,183 16534249,80335,161 4206908,80496,194 16532886,80690,220 10544436,80910,161 4475741,81071,125 5461,81196,129 1864968,81325,223 6968,81548,203 9050,81751,190 2414443,81941,122 12910306,82063,194 7867632,82257,141 822308,82398,238 9203063,82636,196 15254906,82832,163 14684803,82995,237 10538843,83232,141 9249,83373,152 24785,83525,152 8702406,83677,171 8959595,83848,150 2422142,83998,170 9216072,84168,236 2413554,84404,178 13920677,84582,174 9208102,84756,119 13925444,84875,154 8412751,85029,226 8656879,85255,165 3692213,85420,152 8165074,85572,215 12600016,85787,137 13682136,85924,153 7361716,86077,169 2139660,86246,219 4754130,86465,246 14477368,86711,237 11064472,86948,175 5265767,87123,154 1664,87277,145 3954540,87422,161 8656742,87583,220 2903417,87803,181 3138,87984,122 9917,88106,210 6344748,88316,135 13654268,88451,121 1333151,88572,196 11813670,88768,196 305944,88964,149 7918228,89113,122 7380905,89235,253 786907,89488,230 574945,89718,221 1599175,89939,209 6075382,90148,148 2902069,90296,154 4729571,90450,230 16557773,90680,199 4507764,90879,192 7651663,91071,196 11594583,91267,196 1599962,91463,192 16276557,91655,114 2906191,91769,139 15747898,91908,137 5554020,92045,117 11033452,92162,146 13152750,92308,137 64698,92445,141 52148,92586,265 5029898,92851,197 10283051,93048,197 7371187,93245,141 14162131,93386,137 1350447,93523,319 3683835,93842,178 4775325,94020,214 10515946,94234,137 15748309,94371,139 430,94510,131 57353,94641,156 15002243,94797,171 7662658,94968,199 13958163,95167,199 8420666,95366,170 15511447,95536,152 10530885,95688,183 14727860,95871,134 5806859,96005,163 14161418,96168,168 1097852,96336,165 4236919,96501,137 14987297,96638,160 10256215,96798,205 11853853,97003,162 1835074,97165,163 4469927,97328,139 3989921,97467,228 16292079,97695,196 5831047,97891,196 11072940,98087,196 5814996,98283,196 7347464,98479,208 7606971,98687,199 4135,98886,157 12330563,99043,140 320041,99183,208 3443573,99391,207 10283157,99598,185 22591,99783,188 9452904,99971,183 1086651,100154,123 7871818,100277,178 9757100,100455,202 3467412,100657,252 16281537,100909,123 2686780,101032,123 15767990,101155,123 8972798,101278,123 3705132,101401,123 7642799,101524,123 9748269,101647,123 6867684,101770,141 48699,101911,196 8167799,102107,196 2371074,102303,196 7911148,102499,182 8402369,102681,219 5813244,102900,217 2115546,103117,219 2370046,103336,140 8145387,103476,194 12858118,103670,192 581579,103862,134 10785599,103996,196 2665630,104192,141 2930925,104333,132 6870146,104465,171 9979234,104636,212 14992515,104848,213 8122,105061,136 10761175,105197,158 11578578,105355,178 2101104,105533,125 2108707,105658,151 9470795,105809,224 1593386,106033,146 11023994,106179,173 7136474,106352,151 1107910,106503,139 1585599,106642,167 13171425,106809,134 14459699,106943,254 7900244,107197,145 12103527,107342,137 12622042,107479,185 15732716,107664,196 11274079,107860,196 12601574,108056,175 8924762,108231,100 28999,108331,141 48757,108472,141 6609803,108613,202 7873914,108815,140 1090745,108955,241 5250224,109196,141 306244,109337,165 16047269,109502,161 8441442,109663,139 8396562,109802,157 5270718,109959,199 2391570,110158,141 311873,110299,114 3950491,110413,167 6319103,110580,156 9238288,110736,185 3177388,110921,185 7888328,111106,151 3933281,111257,139 8928548,111396,139 15253944,111535,217 14210933,111752,178 15217421,111930,130 13918435,112060,159 11839673,112219,141 5299431,112360,141 6592553,112501,214 531908,112715,190 7885668,112905,134 3728906,113039,219 4246464,113258,123 12870027,113381,123 13397668,113504,175 8403545,113679,112 5803364,113791,242 23923,114033,141 6319420,114174,289 4517940,114463,168 10128,114631,141 3455544,114772,184 9972134,114956,221 13389112,115177,152 583305,115329,123 14440167,115452,123 11015888,115575,161 10775793,115736,161 569046,115897,161 14467049,116058,193 11808086,116251,145 4220068,116396,169 7123630,116565,141 11573291,116706,178 3472031,116884,135 15754690,117019,225 7387106,117244,196 8424887,117440,158 10526086,117598,196 49407,117794,154 13917663,117948,168 16299368,118116,154 2911101,118270,130 8966513,118400,172 10526145,118572,189 2900485,118761,117 11019755,118878,208 3466112,119086,126 6051865,119212,166 12110340,119378,165 12895587,119543,253 8435464,119796,162 572448,119958,203 9710143,120161,134 2109931,120295,130 16304492,120425,213 8669219,120638,166 15998558,120804,129 7108192,120933,152 8450,121085,147 5265408,121232,167 13160746,121399,182 846537,121581,139 15215172,121720,174 1090750,121894,238 9731006,122132,126 15515754,122258,144 9718166,122402,137 16260367,122539,208 5818677,122747,198 38049,122945,137 12382866,123082,139 282842,123221,296 15212770,123517,166 9896,123683,200 7887912,123883,139 9198576,124022,139 1609944,124161,178 8946525,124339,206 15507213,124545,154 14710947,124699,248 1447,124947,135 558182,125082,130 3186683,125212,187 2630515,125399,116 6593032,125515,238 6858370,125753,254 5798498,126007,130 5536338,126137,143 15756811,126280,141 3436525,126421,140 5518283,126561,123 3410108,126684,123 1849019,126807,123 3944191,126930,123 57381,127053,140 11306182,127193,252 5424,127445,118 832183,127563,130 2422391,127693,123 11586152,127816,123 13122693,127939,123 7898893,128062,223 11043328,128285,160 3678376,128445,148 7362710,128593,198 1417,128791,146 3974678,128937,197 10281059,129134,161 13644137,129295,161 2421375,129456,158 12322115,129614,110 46751,129724,109 8662144,129833,204 3981433,130037,319 10012123,130356,127 1351484,130483,161 16576230,130644,221 8708903,130865,178 8632,131043,164 823648,131207,222 14216476,131429,156 14168372,131585,125 4230134,131710,223 107,131933,153 7616315,132086,181 8152150,132267,175 16018980,132442,186 8946297,132628,259 6866490,132887,170 10511503,133057,164 13127913,133221,191 1110371,133412,166 8968730,133578,149 10022811,133727,141 1363853,133868,104 1065984,133972,196 11592062,134168,196 14985157,134364,196 6065453,134560,251 9502111,134811,146 11808960,134957,169 15211944,135126,135 15744259,135261,253 14479504,135514,275 10550881,135789,136 6040565,135925,136 13392467,136061,141 24712,136202,150 543439,136352,213 2893726,136565,154 9199432,136719,208 9731769,136927,227 6581865,137154,174 7367609,137328,141 13908124,137469,183 49390,137652,154 2383839,137806,153 10249197,137959,178 7665249,138137,174 12084045,138311,123 2409519,138434,134 2929178,138568,182 10807669,138750,123 3159469,138873,123 8667495,138996,123 9961670,139119,123 11280244,139242,123 11033644,139365,123 56176,139488,123 16573783,139611,134 4769165,139745,150 10399,139895,240 10235995,140135,193 1068681,140328,139 14206103,140467,173 12370754,140640,191 7123,140831,188 13401831,141019,193 2148075,141212,188 6600134,141400,156 2633900,141556,151 13947621,141707,191 20661,141898,152 5177,142050,168 2139853,142218,158 8683565,142376,142 6535,142518,216 7609383,142734,214 41132,142948,149 9737,143097,170 2684215,143267,154 9755059,143421,252 13123625,143673,199 16281326,143872,196 7865009,144068,141 11800379,144209,230 6285,144439,132 5547,144571,142 5797573,144713,132 11055834,144845,160 4948,145005,147 7919616,145152,154 538034,145306,181 4999651,145487,219 2381952,145706,117 5531244,145823,254 11048565,146077,193 3709686,146270,161 14723734,146431,161 5273349,146592,161 2675766,146753,213 13939322,146966,139 4516427,147105,129 12897131,147234,148 1605776,147382,141 7889494,147523,196 11556104,147719,196 12088768,147915,138 7281,148053,150 6803,148203,149 9762405,148352,135 11571412,148487,242 12630758,148729,213 9215803,148942,189 5304,149131,123 11332956,149254,139 8659094,149393,217 11846000,149610,228 11298566,149838,135 282538,149973,135 5804950,150108,135 8001,150243,135 12849290,150378,135 15773778,150513,135 7397167,150648,141 3708128,150789,194 3470923,150983,139 16018415,151122,178 1101238,151300,152 10810343,151452,214 14957166,151666,234 8184522,151900,137 9462190,152037,139 7141842,152176,226 3192365,152402,148 5249100,152550,158 16037811,152708,197 13370329,152905,142 16557671,153047,141 13115370,153188,122 10211,153310,141 6318,153451,148 8950237,153599,121 1852819,153720,144 9497680,153864,128 14735432,153992,117 6301468,154109,153 60426,154262,219 13162416,154481,161 7102699,154642,225 7658202,154867,189 14217712,155056,199 14469365,155255,188 8968182,155443,167 9476083,155610,161 8133736,155771,161 12617707,155932,161 291147,156093,154 2900385,156247,136 4995288,156383,139 4488123,156522,254 10255314,156776,134 13695116,156910,271 2928917,157181,214 1101946,157395,185 13943240,157580,178 8966772,157758,178 9289,157936,230 57740,158166,139 8681779,158305,134 8918340,158439,128 12889010,158567,197 8434228,158764,165 4502546,158929,110 833810,159039,128 3973896,159167,130 16006753,159297,182 11813242,159479,208 1593863,159687,248 98,159935,165 15253975,160100,124 5013792,160224,151 2664155,160375,196 1351928,160571,196 13170797,160767,196 6309323,160963,167 4491,161130,158 57521,161288,158 57562,161446,158 16301581,161604,192 14959270,161796,139 3958668,161935,196 13914175,162131,213 3705936,162344,151 14420054,162495,156 1890855,162651,197 9499397,162848,166 4232637,163014,160 10005244,163174,154 5183,163328,195 13653426,163523,214 1331159,163737,154 12080400,163891,255 300403,164146,178 15783850,164324,193 16318219,164517,151 8154103,164668,155 54040,164823,150 3184379,164973,161 4728810,165134,161 8157310,165295,161 2382759,165456,123 7401607,165579,123 14730812,165702,248 3142,165950,158 8050,166108,178 9061,166286,142 6328819,166428,197 2636126,166625,175 3680602,166800,213 8971816,167013,302 5776268,167315,165 13402859,167480,166 1349757,167646,165 13946679,167811,130 13925884,167941,253 4235064,168194,169 12332861,168363,197 4258431,168560,137 3515,168697,139 2915969,168836,139 4226319,168975,196 6868078,169171,196 3159250,169367,185 5259361,169552,114 4238,169666,182 14700899,169848,158 5563382,170006,143 4239412,170149,139 12064475,170288,188 4240589,170476,141 13926871,170617,117 16001864,170734,109 5304650,170843,130 319218,170973,243 7913895,171216,178 5011570,171394,188 9237923,171582,221 9226484,171803,154 16024545,171957,206 540253,172163,178 3980606,172341,242 6560290,172583,121 10519755,172704,135 13925090,172839,175 6837501,173014,141 956,173155,101 13939049,173256,270 14960528,173526,213 3687756,173739,132 2633,173871,137 41160,174008,130 16029265,174138,132 4481606,174270,107 3472569,174377,158 7377295,174535,155 14213345,174690,175 8130581,174865,167 14206833,175032,196 14690946,175228,218 11598179,175446,214 13930720,175660,167 11026497,175827,201 14688770,176028,139 14165424,176167,175 7627083,176342,317 10015379,176659,139 13416616,176798,185 1079216,176983,199 15736252,177182,143 3409054,177325,154 9763625,177479,148 11563053,177627,123 7084480,177750,123 8271,177873,151 56287,178024,139 9740366,178163,178 9232663,178341,178 6851312,178519,178 12591373,178697,217 5038833,178914,117 5262171,179031,135 11826247,179166,125 8443045,179291,196 307431,179487,196 4483630,179683,196 822747,179879,142 11595387,180021,125 11294843,180146,147 1073899,180293,189 2196,180482,166 4718643,180648,165 10514346,180813,139 9899,180952,151 16519366,181103,151 2912201,181254,193 5828456,181447,167 2895,181614,117 6342552,181731,130 13133356,181861,294 8427210,182155,193 1598833,182348,202 16269137,182550,175 5298003,182725,125 836730,182850,160 3461744,183010,141 5273947,183151,202 5849,183353,155 7120890,183508,178 9207475,183686,144 11842436,183830,231 7874762,184061,126 49155,184187,153 9034,184340,60 2900011,184400,223 6056783,184623,129 2922788,184752,139 13654184,184891,178 13660612,185069,178 10538027,185247,178 5243353,185425,196 10012,185621,142 14735843,185763,147 8412864,185910,231 31512,186141,159 1330535,186300,270 5038451,186570,154 841836,186724,248 300944,186972,174 2682579,187146,329 2409546,187475,178 9983003,187653,139 1851624,187792,224 9170,188016,158 14420788,188174,189 4214326,188363,156 11069189,188519,199 9978043,188718,117 24790,188835,151 5257888,188986,260 11572622,189246,252 12592617,189498,252 8399528,189750,149 15769538,189899,149 1608469,190048,291 7899680,190339,146 8940303,190485,144 11306185,190629,178 2383039,190807,157 2896737,190964,123 6333648,191087,161 34561,191248,161 6068576,191409,161 10248875,191570,223 13171014,191793,193 4750187,191986,196 8929235,192182,196 2362725,192378,273 2836,192651,153 13107855,192804,228 10772497,193032,119 6072627,193151,111 4990,193262,150 14161110,193412,146 7139270,193558,236 1056192,193794,161 9025,193955,169 4226173,194124,114 2382091,194238,177 6876078,194415,161 4476442,194576,161 1323877,194737,210 8394820,194947,117 7882525,195064,161 10515857,195225,161 843684,195386,161 11563711,195547,178 7347652,195725,168 6609568,195893,162 1357879,196055,254 6063635,196309,210 13398804,196519,221 12119653,196740,192 9984944,196932,173 14681830,197105,193 12354902,197298,193 3416967,197491,193 9783,197684,178 8473,197862,180 16046587,198042,179 3957248,198221,184 12851198,198405,193 9714149,198598,193 6563639,198791,193 10753841,198984,193 6071197,199177,183 9443452,199360,193 5295352,199553,192 8763,199745,155 12646618,199900,193 4607,200093,194 7060,200287,154 15790082,200441,193 12634936,200634,193 15760331,200827,193 5289923,201020,174 1858110,201194,166 10494357,201360,169 11565168,201529,129 14974201,201658,177 4736247,201835,177 4983,202012,174 9300,202186,174 15208754,202360,174 12608921,202534,160 12351917,202694,160 4996118,202854,160 29664,203014,160 6101,203174,155 7805,203329,161 7670,203490,161 15730929,203651,161 5817227,203812,161 58290,203973,160 3152230,204133,160 15787902,204293,161 9712906,204454,160 7461,204614,161 14991857,204775,287 2362052,205062,170 3420433,205232,160 589070,205392,160 269242,205552,160 8952633,205712,160 14955211,205872,160 12356813,206032,173 13640382,206205,173 15506419,206378,185 15993304,206563,185 1103170,206748,160 10519071,206908,160 15756234,207068,160 11286035,207228,160 9745,207388,118 20628,207506,139 14727089,207645,139 14165282,207784,139 15729548,207923,169 1626742,208092,196 21016,208288,179 7809,208467,154 8169853,208621,115 11052616,208736,181 9985453,208917,130 13907513,209047,130 12331052,209177,171 10751420,209348,179 8711960,209527,139 8700353,209666,137 11017066,209803,130 3423684,209933,159 11597971,210092,243 12849632,210335,207 2672762,210542,139 4783502,210681,196 8128035,210877,190 2665575,211067,202 1344091,211269,265 6558313,211534,139 713,211673,171 524369,211844,119 4716,211963,158 11297141,212121,196 2376743,212317,196 32967,212513,115 312,212628,167 5741,212795,267 3969367,213062,262 216,213324,136 8006,213460,133 12435,213593,139 843,213732,132 9569,213864,150 32856,214014,148 5501,214162,146 4737479,214308,161 8689766,214469,161 7324,214630,132 6949,214762,132 6625,214894,132 7490,215026,132 5133,215158,132 3648,215290,132 16560324,215422,194 11050450,215616,194 57359,215810,194 2670083,216004,172 9452262,216176,118 10524909,216294,284 3828,216578,175 5754,216753,175 10758464,216928,245 14984071,217173,138 1605877,217311,196 1108088,217507,114 1112431,217621,189 12862351,217810,189 10522985,217999,189 2649095,218188,194 8832,218382,126 4213460,218508,120 9999308,218628,167 3984787,218795,164 2105765,218959,189 7132810,219148,189 13400527,219337,231 6437,219568,165 9729719,219733,161 2905295,219894,189 4741417,220083,189 5808821,220272,189 9347,220461,189 8163,220650,189 15745564,220839,139 3938,220978,154 7384,221132,148 6571,221280,154 4993870,221434,154 8155324,221588,154 15210595,221742,154 2937153,221896,154 3946983,222050,154 12346945,222204,154 8447194,222358,154 8936848,222512,154 13143761,222666,154 11542401,222820,154 5544465,222974,154 12113938,223128,154 1843665,223282,154 2635320,223436,154 16025030,223590,141 13894911,223731,137 13137243,223868,177 8917582,224045,132 5160,224177,126 27550,224303,111 5006913,224414,221 6072426,224635,196 6962,224831,149 6090,224980,142 7402389,225122,218 4782016,225340,165 5559,225505,109 15244679,225614,114 14718329,225728,180 10530209,225908,157 12369935,226065,199 10266048,226264,196 8439467,226460,165 9479390,226625,172 7398020,226797,258 11031730,227055,193 3163297,227248,239 13370362,227487,165 14724337,227652,142 347,227794,140 41128,227934,141 49323,228075,143 9208,228218,187 6603,228405,187 2885965,228592,149 11286339,228741,156 7550,228897,143 15006607,229040,219 1097045,229259,136 12863931,229395,158 16526686,229553,178 11797528,229731,198 9490301,229929,189 15993418,230118,220 16275968,230338,132 16537052,230470,200 524559,230670,245 9705602,230915,158 6306016,231073,163 8933597,231236,163 9552,231399,160 13677252,231559,165 5286718,231724,115 3700426,231839,242 272216,232081,196 10281844,232277,196 9229033,232473,167 12106671,232640,175 6342061,232815,175 4467717,232990,185 9210234,233175,144 16270765,233319,189 4066,233508,220 8451630,233728,207 6327575,233935,206 15510968,234141,123 9961895,234264,123 6846957,234387,155 9090,234542,205 2420884,234747,123 552257,234870,123 11851197,234993,139 10005052,235132,180 12365096,235312,204 16027934,235516,254 9554,235770,129 7137667,235899,165 2679583,236064,219 9998486,236283,117 14432082,236400,114 14473494,236514,196 558,236710,117 24752,236827,123 8156043,236950,140 16256900,237090,142 4498477,237232,172 7403885,237404,207 12347972,237611,161 15789656,237772,144 540604,237916,178 49392,238094,178 9714609,238272,168 6359,238440,149 7945,238589,134 11297293,238723,180 524301,238903,152 1864560,239055,130 3203962,239185,139 201,239324,140 16554,239464,151 13676749,239615,120 7360687,239735,121 16052126,239856,195 1864717,240051,187 6307530,240238,197 7967,240435,169 526,240604,138 2099806,240742,225 10253338,240967,196 14985398,241163,196 2378759,241359,196 7630839,241555,178 12103405,241733,184 3504,241917,168 3208889,242085,190 8682475,242275,117 5525787,242392,196 6837100,242588,159 1894939,242747,114 13918510,242861,196 11592421,243057,213 8103,243270,173 9455266,243443,138 6584743,243581,158 13414682,243739,175 7355395,243914,171 49508,244085,141 14429643,244226,240 2922082,244466,138 13423586,244604,201 15006445,244805,161 2655029,244966,161 14471062,245127,161 11289842,245288,157 1859371,245445,189 1874156,245634,158 7366171,245792,119 11567033,245911,122 294474,246033,151 32997,246184,116 10247310,246300,167 13141794,246467,138 8677438,246605,139 14732797,246744,199 2197,246943,160 6335688,247103,178 13415339,247281,350 14988056,247631,139 7618091,247770,135 14731111,247905,123 8449324,248028,123 15741956,248151,172 8442208,248323,214 3176540,248537,208 2386280,248745,252 9216765,248997,119 8698427,249116,135 1413,249251,137 2117233,249388,137 6479,249525,135 48442,249660,142 8409115,249802,142 10505732,249944,142 4706,250086,135 5287,250221,135 5536,250356,135 5820,250491,135 5963,250626,135 9833,250761,135 11297258,250896,123 3716429,251019,123 1858802,251142,123 11042355,251265,135 9219,251400,135 9220,251535,135 6583,251670,135 6064,251805,135 8457,251940,135 8456,252075,135 6963,252210,135 5598,252345,135 750,252480,145 14219024,252625,169 3954974,252794,284 12858965,253078,230 14727653,253308,136 12506,253444,182 6580236,253626,182 3699392,253808,182 11011584,253990,160 9858,254150,182 2529,254332,155 1360166,254487,142 6291860,254629,170 15751689,254799,160 5255797,254959,160 588936,255119,160 159923,255279,132 310,255411,149 13651244,255560,123 11577143,255683,123 1313910,255806,129 7145,255935,118 6599,256053,183 7395633,256236,190 171406,256426,145 16426,256571,163 10799070,256734,192 14203126,256926,135 32887,257061,151 2422186,257212,175 9995145,257387,175 8692838,257562,175 12867438,257737,175 5277033,257912,175 24763,258087,154 16306365,258241,160 7887198,258401,160 791584,258561,160 9744650,258721,160 3980285,258881,160 10781745,259041,160 10532005,259201,161 15005935,259362,161 14435437,259523,187 7625386,259710,196 327309,259906,196 4915,260102,163 5793562,260265,129 9845,260394,150 9470,260544,110 12592390,260654,110 4218242,260764,122 14479113,260886,122 14443704,261008,268 3474,261276,173 8547,261449,156 11064311,261605,181 5005534,261786,122 12860871,261908,122 4758820,262030,133 572739,262163,122 4517378,262285,158 5789416,262443,139 16255934,262582,139 14435607,262721,139 13150753,262860,139 6126,262999,139 4378,263138,139 3999,263277,139 1213,263416,139 9794,263555,139 9377,263694,139 8720,263833,139 8884,263972,139 5274,264111,139 5352,264250,139 6592,264389,139 57455,264528,139 8427185,264667,139 7372355,264806,139 5423,264945,139 8132,265084,139 7419,265223,139 9109,265362,139 9135,265501,139 16284538,265640,139 244,265779,137 5495,265916,146 6891,266062,169 7355449,266231,136 9476053,266367,170 11325556,266537,170 3728325,266707,151 5582,266858,139 5538,266997,139 5539,267136,139 5540,267275,139 202,267414,139 7380521,267553,173 10804016,267726,192 4255791,267918,192 7651910,268110,141 4003,268251,169 7530,268420,158 9029,268578,183 7081485,268761,183 7087033,268944,183 3151816,269127,183 4846,269310,183 5664,269493,183 6499,269676,183 8164,269859,183 2118774,270042,183 6784,270225,149 8929788,270374,179 12499,270553,162 41007,270715,141 9991229,270856,275 10548313,271131,223 5792598,271354,223 9222244,271577,152 6087412,271729,161 12083567,271890,177 4815,272067,177 12529,272244,148 7363087,272392,139 4494842,272531,289 9683,272820,160 1854422,272980,175 567642,273155,175 9755593,273330,174 2361956,273504,164 4252208,273668,170 8442397,273838,169 13947268,274007,134 10506196,274141,136 13635289,274277,159 5510259,274436,210 8423154,274646,139 14718055,274785,139 578572,274924,139 7112724,275063,139 3160676,275202,139 11337166,275341,139 8178872,275480,139 15992425,275619,139 7649,275758,139 9495226,275897,139 9927,276036,139 9926,276175,139 838694,276314,128 14720305,276442,139 8934190,276581,139 7653786,276720,127 6078995,276847,122 2625563,276969,120 5750,277089,139 5866,277228,139 7031,277367,139 7360,277506,139 1067645,277645,139 6816,277784,127 6585,277911,117 45264,278028,117 49231,278145,133 11565460,278278,186 10776790,278464,200 7636602,278664,117 1573747,278781,117 1375925,278898,117 7875531,279015,117 7995,279132,139 8541,279271,139 8554,279410,139 7203,279549,127 10795739,279676,126 9572,279802,126 10755954,279928,116 12871321,280044,197 13169200,280241,210 9178851,280451,225 13159794,280676,177 16264216,280853,126 1573245,280979,176 5462,281155,148 12636228,281303,158 10492713,281461,177 7659850,281638,154 847791,281792,154 16253560,281946,154 10533694,282100,154 8932074,282254,130 8868,282384,126 9972926,282510,123 6557480,282633,127 4671,282760,117 3035,282877,117 2115399,282994,117 5269,283111,126 3443374,283237,177 8127448,283414,177 12627028,283591,171 2898326,283762,171 15762017,283933,171 12485,284104,163 13667509,284267,144 6191,284411,144 6122,284555,144 8634,284699,144 12324261,284843,144 13405411,284987,144 14735290,285131,144 1893068,285275,144 9984325,285419,144 9716818,285563,163 11580488,285726,144 13931681,285870,144 5311,286014,133 13414997,286147,176 2625659,286323,176 16545046,286499,176 8702386,286675,176 13161379,286851,180 3980147,287031,268 804809,287299,141 20666,287440,145 6042,287585,154 7408,287739,157 7768,287896,157 8880,288053,157 9217,288210,157 1880055,288367,157 1365581,288524,154 9475300,288678,176 11835834,288854,137 292963,288991,243 4235143,289234,219 850368,289453,121 5046034,289574,184 11311650,289758,142 2653403,289900,246 8415920,290146,232 4762888,290378,196 5045061,290574,206 39629,290780,206 3955380,290986,137 16053736,291123,137 9759532,291260,137 837425,291397,130 7386069,291527,154 2682218,291681,123 12605155,291804,204 15482615,292008,137 850067,292145,139 3989417,292284,139 8675744,292423,139 5585,292562,139 7632,292701,139 7635,292840,139 11318035,292979,139 3732030,293118,134 15005852,293252,139 7119104,293391,139 2900280,293530,137 4464289,293667,137 7923665,293804,137 6066144,293941,139 9488274,294080,139 12372661,294219,139 13646259,294358,139 4044,294497,139 4848,294636,139 1856,294775,161 9381,294936,161 13427157,295097,159 10748601,295256,139 14439264,295395,139 7364,295534,137 7691,295671,137 8804,295808,137 9651,295945,137 3313,296082,131 7882841,296213,137 5823597,296350,178 9445717,296528,135 6566224,296663,137 8171869,296800,206 9822,297006,193 9260,297199,193 14201719,297392,136 11596195,297528,229 3433641,297757,137 3695547,297894,137 6076673,298031,137 14436926,298168,137 11557594,298305,137 4227,298442,130 10531788,298572,137 15512023,298709,137 10270292,298846,137 7093221,298983,137 11577910,299120,210 7883655,299330,177 14994946,299507,175 4256520,299682,177 8423703,299859,231 10523463,300090,250 15252392,300340,250 9710771,300590,166 10009,300756,203 4200095,300959,207 16051256,301166,207 1311847,301373,209 8401116,301582,130 10802552,301712,130 1363858,301842,207 2153702,302049,207 1362976,302256,229 2384001,302485,159 10801548,302644,123 9500242,302767,266 2367211,303033,123 13379055,303156,123 8966040,303279,196 16256323,303475,193 3733641,303668,196 13662901,303864,196 6598,304060,157 7641,304217,193 6525,304410,193 8146085,304603,121 5284,304724,193 7920904,304917,193 10277406,305110,193 11808850,305303,196 8442011,305499,196 1871452,305695,196 8680490,305891,159 10277451,306050,159 13138779,306209,159 2008,306368,152 12598799,306520,121 9457195,306641,196 2099437,306837,196 13566,307033,196 13128085,307229,196 4246440,307425,213 13921884,307638,213 8934356,307851,236 311407,308087,236 2108353,308323,236 5547291,308559,236 9576,308795,236 7871930,309031,186 9630,309217,215 27534,309432,203 13920936,309635,189 12365227,309824,122 16558145,309946,122 3977563,310068,122 3438023,310190,122 11578794,310312,122 11814750,310434,122 12106779,310556,196 5778167,310752,196 2414881,310948,122 8684401,311070,122 6991,311192,122 5016559,311314,184 5244587,311498,139 16533743,311637,191 7371752,311828,191 4988876,312019,191 36973,312210,141 37035,312351,141 20564,312492,143 20491,312635,143 989,312778,152 20563,312930,141 20560,313071,141 13938960,313212,198 14968995,313410,198 2388361,313608,128 9993203,313736,128 10548989,313864,128 13678018,313992,128 7906564,314120,130 7138539,314250,128 3408035,314378,172 36907,314550,143 57487,314693,147 6248,314840,134 8942934,314974,142 16554311,315116,142 7086166,315258,142 5618,315400,167 9496250,315567,165 9752,315732,165 16018692,315897,141 57368,316038,144 3182,316182,143 3750,316325,143 7520,316468,140 7094634,316608,142 15524265,316750,142 12609455,316892,142 11334341,317034,142 2359751,317176,142 6850215,317318,142 12592476,317460,142 3935779,317602,142 576616,317744,142 796452,317886,142 7142025,318028,142 57507,318170,147 6302416,318317,131 7626268,318448,160 287347,318608,142 14201232,318750,142 8448111,318892,142 11304586,319034,142 1894493,319176,142 11050273,319318,142 6855906,319460,142 9150,319602,131 1595699,319733,134 4479017,319867,131 16010757,319998,142 8920572,320140,142 4113,320282,147 12,320429,147 2674665,320576,123 41024,320699,123 10549321,320822,142 3985656,320964,123 6818087,321087,123 7127659,321210,123 4511876,321333,123 9736,321456,123 9904,321579,123 9915,321702,123 13933088,321825,123 16260831,321948,123 13117972,322071,123 3934036,322194,123 10793367,322317,123 15774841,322440,123 1086441,322563,123 4467296,322686,123 10801618,322809,123 2674650,322932,123 12389,323055,123 5201,323178,123 7762,323301,123 8681,323424,123 13371616,323547,123 283731,323670,123 16054609,323793,123 12608404,323916,123 1617807,324039,123 13153719,324162,123 9482783,324285,123 3209157,324408,123 4240277,324531,123 4520770,324654,123 15240488,324777,123 9737254,324900,123 2129268,325023,123 16052570,325146,123 13135645,325269,123 3182763,325392,123 9186730,325515,123 8684806,325638,123 10026644,325761,123 14155853,325884,123 6561804,326007,123 13120331,326130,123 6612610,326253,123 12118102,326376,123 14194325,326499,123 1350114,326622,123 11802833,326745,123 10231931,326868,123 11560381,326991,123 5514902,327114,123 6595531,327237,123 9452690,327360,123 14163314,327483,123 3412632,327606,123 7399212,327729,123 7400676,327852,123 6860320,327975,123 11306915,328098,123 14203692,328221,123 13651838,328344,123 2128112,328467,123 14724299,328590,123 10525083,328713,123 2368526,328836,123 15784952,328959,123 4748398,329082,123 5549607,329205,123 16574872,329328,123 834719,329451,123 3421755,329574,123 13674039,329697,123 7905136,329820,123 10285959,329943,123 11033464,330066,123 13170256,330189,123 11046436,330312,123 7096889,330435,127 8682832,330562,156 5297564,330718,178 2132335,330896,199 3166923,331095,174 300613,331269,274 1887717,331543,256 6820865,331799,193 5286366,331992,169 11280343,332161,196 8962626,332357,136 1311468,332493,158 14693604,332651,157 3459568,332808,150 6858792,332958,196 13377768,333154,123 4767604,333277,223 7115604,333500,268 14474247,333768,138 3707349,333906,214 9233114,334120,157 3678599,334277,152 7919282,334429,114 15261398,334543,178 14451446,334721,119 7358479,334840,123 3979051,334963,133 4758082,335096,129 2150752,335225,60 12360753,335285,196 14191436,335481,129 3689616,335610,139 15773927,335749,123 3677219,335872,223 6593042,336095,222 11307413,336317,169 289272,336486,123 3156414,336609,176 2147236,336785,132 14992081,336917,196 13956286,337113,150 4765216,337263,112 14190798,337375,143 3177650,337518,142 8681843,337660,212 15250632,337872,161 13666274,338033,161 15752059,338194,161 11552703,338355,161 8129478,338516,161 8191632,338677,171 8674066,338848,196 2118961,339044,161 1083020,339205,139 4521379,339344,151 11052949,339495,193 9465769,339688,234 6356310,339922,171 9990376,340093,156 4482410,340249,226 7924537,340475,203 816492,340678,153 13925296,340831,164 15737422,340995,152 13393855,341147,251 13171144,341398,220 8439270,341618,149 1105803,341767,312 12849909,342079,189 6047015,342268,137 14691506,342405,264 6319559,342669,193 6876580,342862,213 2934227,343075,135 16013118,343210,199 13648670,343409,117 5557520,343526,203 4230492,343729,182 16572923,343911,139 15241504,344050,193 13957537,344243,196 5521581,344439,161 10757341,344600,154 1333891,344754,131 8408705,344885,161 12622449,345046,244 6559359,345290,124 3410752,345414,159 4720234,345573,150 12384273,345723,183 9439801,345906,136 13680831,346042,208 15229374,346250,137 5796038,346387,215 16551824,346602,175 7603243,346777,264 16284399,347041,169 2107580,347210,172 2366468,347382,241 13655162,347623,120 12344396,347743,149 8941619,347892,181 14440166,348073,213 13407797,348286,127 4489451,348413,193 4204564,348606,137 1327430,348743,183 9761182,348926,207 12080829,349133,126 4236783,349259,312 12882508,349571,159 7642339,349730,140 13915478,349870,140 5263402,350010,130 7640631,350140,251 8971779,350391,163 2927891,350554,239 7908543,350793,126 12881551,350919,193 12858988,351112,134 5519003,351246,225 4248202,351471,163 4219574,351634,155 6296203,351789,135 8700904,351924,136 10277723,352060,161 11050938,352221,161 12095174,352382,143 12374373,352525,134 2679926,352659,140 5022997,352799,224 8142006,353023,253 1867042,353276,159 2146413,353435,249 4753128,353684,149 7643978,353833,183 11035653,354016,137 3200391,354153,169 6826230,354322,148 14442657,354470,177 1091161,354647,141 5801326,354788,116 9212169,354904,213 5507469,355117,170 13654952,355287,178 14990041,355465,132 15489511,355597,149 12596677,355746,158 10527714,355904,155 7623805,356059,134 59112,356193,242 5305404,356435,118 15239075,356553,170 1099390,356723,207 566728,356930,168 16286841,357098,216 2894231,357314,149 13918514,357463,189 5546064,357652,167 4992131,357819,262 9473033,358081,123 14429955,358204,182 3673723,358386,167 2897814,358553,140 5799863,358693,179 584489,358872,190 4233997,359062,262 14207882,359324,160 7404684,359484,146 5771404,359630,141 5010435,359771,137 9198944,359908,167 12348237,360075,114 13160473,360189,204 9445761,360393,230 8689281,360623,215 2925326,360838,226 8685299,361064,171 1856022,361235,179 6330833,361414,152 11552021,361566,152 1329291,361718,200 2101973,361918,213 7106302,362131,153 3672317,362284,132 7882081,362416,165 9752113,362581,126 8452331,362707,168 13907927,362875,178 2883851,363053,166 319195,363219,152 1853504,363371,145 6312129,363516,137 2890289,363653,179 9483910,363832,178 15522257,364010,220 7078515,364230,204 5562112,364434,162 2157940,364596,216 10507954,364812,200 4482670,365012,120 2379549,365132,118 9744099,365250,202 6076108,365452,173 7363374,365625,175 6034709,365800,180 13654500,365980,161 1352548,366141,161 11799238,366302,136 14182126,366438,207 2632140,366645,162 1591919,366807,196 1098619,367003,167 15228267,367170,155 11799364,367325,185 3420612,367510,116 5308146,367626,155 3458512,367781,180 10490587,367961,137 4725380,368098,159 14444090,368257,187 581407,368444,136 5775207,368580,189 4728552,368769,139 13654769,368908,243 16572806,369151,141 5566354,369292,196 15525138,369488,121 3182991,369609,136 6091947,369745,187 570019,369932,145 7352413,370077,177 4751940,370254,174 13119848,370428,172 4240333,370600,157 2372460,370757,60 2106724,370817,168 13161872,370985,149 8191842,371134,226 8697244,371360,137 12623142,371497,147 4467000,371644,215 10541714,371859,184 15529771,372043,181 5043291,372224,139 11561329,372363,123 1608159,372486,145 5556239,372631,252 14996274,372883,252 794662,373135,134 2636694,373269,136 6589854,373405,186 13407703,373591,111 16517622,373702,233 12383772,373935,217 16552507,374152,131 14696265,374283,167 8955708,374450,162 8968546,374612,165 13671472,374777,177 9740095,374954,249 15210492,375203,213 7929570,375416,175 552434,375591,165 6846536,375756,178 4772047,375934,161 10239658,376095,166 1899707,376261,133 16314373,376394,157 2647403,376551,185 13410101,376736,138 14469011,376874,131 4475025,377005,151 6038860,377156,143 13905699,377299,141 10010859,377440,157 15745016,377597,122 11584852,377719,189 4779654,377908,206 8947988,378114,163 15741466,378277,144 11043313,378421,121 12904836,378542,252 13658576,378794,173 16520009,378967,147 8684595,379114,151 4506374,379265,147 6299907,379412,148 16517024,379560,140 1896168,379700,150 9449933,379850,147 14975364,379997,114 1360009,380111,137 16037605,380248,148 6356957,380396,144 2360591,380540,183 11283875,380723,118 8952998,380841,142 9470842,380983,200 8436454,381183,109 16294580,381292,200 14702324,381492,149 8672924,381641,143 7908876,381784,146 11543795,381930,136 808101,382066,168 9194937,382234,125 7916126,382359,115 2906629,382474,131 13926858,382605,123 14178519,382728,124 11589573,382852,123 10762857,382975,111 10241190,383086,142 5036484,383228,240 5300423,383468,162 11829883,383630,135 14442038,383765,139 14462366,383904,140 12115819,384044,149 10258568,384193,132 1094251,384325,157 5042222,384482,131 2656796,384613,137 14470844,384750,215 1624295,384965,205 10500891,385170,154 8179004,385324,189 9978842,385513,149 576069,385662,185 3984007,385847,144 8153779,385991,162 1580011,386153,155 8693635,386308,133 268804,386441,105 6846031,386546,183 3450337,386729,130 8419758,386859,169 8174854,387028,138 9747030,387166,212 3726267,387378,182 4491867,387560,145 7097215,387705,160 9473092,387865,184 6851253,388049,144 2397130,388193,144 838541,388337,145 9468304,388482,173 7605979,388655,156 7111526,388811,204 16268622,389015,192 7656501,389207,182 7920031,389389,168 1321938,389557,134 10264842,389691,135 8943772,389826,138 10783067,389964,162 13671690,390126,119 15475103,390245,136 11062469,390381,130 5785231,390511,178 9985350,390689,155 16293816,390844,174 15791534,391018,135 16531371,391153,282 9997898,391435,229 15477488,391664,122 16274607,391786,132 5553911,391918,168 5290120,392086,169 8160006,392255,141 4467455,392396,170 1314127,392566,192 4482901,392758,132 14744300,392890,152 8185195,393042,209 13913244,393251,260 2150084,393511,153 13387523,393664,191 11324046,393855,148 560719,394003,163 5506358,394166,119 7114929,394285,137 13400885,394422,178 316471,394600,183 13431815,394783,161 14423954,394944,159 2662977,395103,129 5281905,395232,191 297987,395423,204 8930858,395627,161 13107800,395788,121 3176555,395909,213 2154303,396122,194 16273773,396316,158 4475493,396474,144 7621609,396618,162 16539672,396780,177 15998994,396957,122 10006585,397079,114 12071080,397193,183 5035575,397376,209 9713376,397585,310 5513976,397895,178 4746867,398073,136 6555070,398209,127 6581994,398336,130 13661055,398466,150 15252285,398616,176 2631773,398792,187 847897,398979,174 9740212,399153,213 4220966,399366,142 16264136,399508,192 6341527,399700,126 14712712,399826,133 1866951,399959,130 3414818,400089,199 4216332,400288,148 5824556,400436,127 7910350,400563,146 8918059,400709,139 10812622,400848,166 3450508,401014,180 3414604,401194,199 297186,401393,161 10779343,401554,165 12330525,401719,178 15257094,401897,163 13169542,402060,211 14736544,402271,208 8662901,402479,128 13384767,402607,148 2910650,402755,142 13942655,402897,117 2912963,403014,133 12863544,403147,142 13163977,403289,204 7112326,403493,127 13937742,403620,136 2116717,403756,177 4244694,403933,247 11020620,404180,177 7390892,404357,163 8127751,404520,168 8915205,404688,150 3200106,404838,151 2632882,404989,252 6612377,405241,158 3180953,405399,207 13144902,405606,161 16036737,405767,126 7663874,405893,231 10520093,406124,203 5279087,406327,135 15261223,406462,252 9743562,406714,150 10262310,406864,136 9470560,407000,152 13954567,407152,165 16559375,407317,137 9980932,407454,223 10807697,407677,192 3966632,407869,157 8713363,408026,127 12374391,408153,252 11328474,408405,199 13903697,408604,149 1064426,408753,188 15752648,408941,141 13393239,409082,213 6604391,409295,129 15790688,409424,113 281839,409537,185 5013583,409722,156 8181602,409878,171 9444647,410049,178 10236280,410227,261 11585883,410488,182 5032531,410670,129 9502585,410799,161 11539464,410960,181 531963,411141,238 9977759,411379,210 12073162,411589,176 12865196,411765,221 11010432,411986,156 808225,412142,141 6857742,412283,149 16041687,412432,128 13945454,412560,117 6046674,412677,124 14158275,412801,126 14729911,412927,128 10492183,413055,149 6863065,413204,137 9489444,413341,135 2943089,413476,153 16284514,413629,251 4204299,413880,180 7667272,414060,140 8436060,414200,165 3716541,414365,131 2134410,414496,124 15003389,414620,154 1072319,414774,138 10776185,414912,154 13142659,415066,249 9225697,415315,215 6595393,415530,213 7903485,415743,140 13657012,415883,128 10245148,416011,202 9188144,416213,151 555946,416364,145 2421469,416509,152 2143686,416661,148 15000585,416809,133 12089283,416942,127 19762,417069,155 16558512,417224,238 9756288,417462,145 2901019,417607,166 15485331,417773,209 11578618,417982,160 9232513,418142,178 10767917,418320,162 839163,418482,146 10259738,418628,161 4719458,418789,194 1599295,418983,148 8129104,419131,137 5247467,419268,136 5562211,419404,162 4256489,419566,125 7622009,419691,150 10224755,419841,177 11853818,420018,166 6823074,420184,137 6309398,420321,200 14964244,420521,136 3965877,420657,208 2662802,420865,138 1077231,421003,158 7094470,421161,145 1067185,421306,213 13931424,421519,132 584685,421651,204 14458788,421855,132 4506523,421987,132 12862823,422119,192 4782259,422311,143 14209660,422454,144 11538947,422598,180 9995953,422778,195 7377912,422973,144 2667435,423117,137 12904382,423254,145 5801804,423399,187 2658768,423586,240 12631362,423826,138 16536270,423964,127 6048294,424091,159 6353647,424250,171 12599082,424421,141 3677258,424562,208 14206609,424770,174 14958498,424944,200 16037674,425144,133 7641461,425277,138 2908762,425415,176 2127055,425591,203 14742986,425794,207 11071270,426001,130 2153619,426131,160 4465578,426291,143 8191528,426434,135 15208494,426569,159 808540,426728,209 9202404,426937,144 5519720,427081,157 4459773,427238,148 9229218,427386,117 14167521,427503,136 1324427,427639,168 62467,427807,124 5534616,427931,167 14721807,428098,114 8969366,428212,190 2114618,428402,192 12859706,428594,123 6038649,428717,127 15504167,428844,166 10547076,429010,170 6574462,429180,271 13909374,429451,163 11327958,429614,133 4728879,429747,178 6343675,429925,125 8132109,430050,147 10786747,430197,201 5002279,430398,147 8442251,430545,185 4229344,430730,315 15225988,431045,221 7646838,431266,148 15473241,431414,167 8917046,431581,208 6862588,431789,208 15508123,431997,115 314900,432112,129 12892825,432241,214 10785612,432455,141 13685266,432596,124 11551581,432720,126 526570,432846,117 15258755,432963,203 1868900,433166,196 3436170,433362,140 6615618,433502,159 6353537,433661,179 9707927,433840,205 10535902,434045,199 13658526,434244,178 835776,434422,199 538524,434621,163 14159331,434784,138 11588341,434922,151 7379467,435073,158 15793568,435231,176 11818352,435407,102 1051951,435509,155 1322485,435664,128 5265320,435792,141 57083,435933,141 3973909,436074,201 16265364,436275,174 1091890,436449,248 3472495,436697,119 12628823,436816,181 3971263,436997,148 13676268,437145,200 15209252,437345,219 14972884,437564,226 3727502,437790,172 14993414,437962,226 14743998,438188,142 12095252,438330,147 8164530,438477,145 4467459,438622,141 16020426,438763,149 16316415,438912,147 11016024,439059,158 8921106,439217,150 6351190,439367,138 15470880,439505,168 16291791,439673,210 570575,439883,163 12883362,440046,268 9201784,440314,116 2106776,440430,125 3733687,440555,155 16307298,440710,208 10542084,440918,166 4218970,441084,166 10505409,441250,148 3450810,441398,201 287712,441599,122 11837158,441721,159 12340089,441880,146 10784773,442026,252 12847819,442278,141 15232366,442419,192 6821381,442611,201 13934634,442812,141 3952199,442953,133 16025457,443086,136 5526509,443222,146 14189,443368,178 5243020,443546,185 9448244,443731,159 8962926,443890,256 5021312,444146,167 6089550,444313,157 3451545,444470,114 6575459,444584,144 9714416,444728,132 6575138,444860,155 527748,445015,117 8972050,445132,151 13898427,445283,175 2406540,445458,135 12385932,445593,127 6594291,445720,141 2407361,445861,156 10275545,446017,132 290114,446149,134 14214979,446283,151 6573424,446434,124 14467329,446558,188 3991076,446746,165 14217458,446911,132 8413191,447043,112 3713105,447155,124 9756880,447279,169 14157102,447448,162 8426604,447610,175 13684574,447785,127 1573882,447912,133 3173980,448045,155 13145298,448200,183 13149728,448383,125 15491684,448508,173 61521,448681,131 16553068,448812,150 4225819,448962,150 4248921,449112,154 3173566,449266,173 1587237,449439,156 8145784,449595,138 6594791,449733,141 14481496,449874,191 9702189,450065,211 8404829,450276,216 4243223,450492,168 7866168,450660,137 2111420,450797,184 9712027,450981,132 57717,451113,140 13389852,451253,152 317315,451405,160 5548500,451565,134 11592974,451699,131 6586507,451830,135 4768172,451965,139 9984138,452104,146 2373615,452250,180 2666700,452430,125 2120542,452555,209 12605607,452764,151 15482629,452915,275 4758498,453190,159 8454056,453349,141 14956027,453490,173 13122373,453663,112 15235233,453775,144 13430600,453919,141 15747946,454060,228 6598156,454288,141 15260310,454429,253 11851998,454682,154 13144126,454836,134 5557671,454970,230 8940406,455200,270 7927760,455470,153 2127360,455623,155 15733699,455778,208 305194,455986,132 14962200,456118,160 2115233,456278,162 16515533,456440,142 10259441,456582,185 14429802,456767,154 1346160,456921,122 45880,457043,208 8660109,457251,150 16574610,457401,232 1077753,457633,151 12083743,457784,141 15729195,457925,128 13915055,458053,157 1617229,458210,168 9750251,458378,156 8666958,458534,160 13120050,458694,143 5543032,458837,163 10514000,459000,179 5011279,459179,168 13681282,459347,141 1342899,459488,187 15514889,459675,142 9717398,459817,154 5538939,459971,136 3942243,460107,186 11596220,460293,171 12069003,460464,196 9490715,460660,159 3450205,460819,161 8400404,460980,133 13943292,461113,132 3456166,461245,216 5780953,461461,141 6609170,461602,140 12876591,461742,233 5278411,461975,208 3985774,462183,233 16526893,462416,158 4195340,462574,126 14433412,462700,156 13636382,462856,165 64624,463021,175 7355096,463196,233 7359150,463429,167 4240380,463596,149 10752846,463745,116 11573544,463861,160 319944,464021,193 9736174,464214,136 5297879,464350,134 8974455,464484,141 5797153,464625,124 12848905,464749,146 4781181,464895,200 15761839,465095,168 7345156,465263,171 11810295,465434,198 9987818,465632,182 9973760,465814,209 9490197,466023,132 9734915,466155,229 2883635,466384,131 11278751,466515,213 8145538,466728,131 9758792,466859,142 11296396,467001,173 1630856,467174,130 1848817,467304,213 8402007,467517,157 6032571,467674,174 12854318,467848,168 2410606,468016,146 15773265,468162,122 12061597,468284,192 3170584,468476,142 5010279,468618,172 9497184,468790,144 5271781,468934,221 8397429,469155,191 13431717,469346,173 1354211,469519,143 16312842,469662,155 3682732,469817,145 5786649,469962,251 6580668,470213,211 11858723,470424,152 2642226,470576,221 14954486,470797,196 8706504,470993,156 9743032,471149,177 2683736,471326,155 1360413,471481,148 13141049,471629,144 15777687,471773,146 12864208,471919,136 15498653,472055,122 13115022,472177,140 11044754,472317,189 1372357,472506,116 15254057,472622,155 3974955,472777,160 3152424,472937,137 321122,473074,134 16284556,473208,138 2634768,473346,166 845871,473512,156 4257004,473668,141 1357629,473809,144 9735504,473953,131 10761169,474084,188 6077854,474272,238 583282,474510,154 12117385,474664,129 8970400,474793,213 16519357,475006,158 15778428,475164,230 2366092,475394,146 13913984,475540,166 10755008,475706,165 2120490,475871,60 15991585,475931,125 10514857,476056,132 10806062,476188,178 13156646,476366,162 6610460,476528,129 11035298,476657,167 9981591,476824,171 6609921,476995,165 16523200,477160,113 12347268,477273,120 6872296,477393,152 4755010,477545,124 6321800,477669,121 7916942,477790,123 2916453,477913,161 3981510,478074,163 4483243,478237,171 16257079,478408,140 7906947,478548,104 15738226,478652,141 327505,478793,164 5027050,478957,164 13913124,479121,225 16303736,479346,129 7121741,479475,160 2928863,479635,169 15525205,479804,176 5831054,479980,127 11846734,480107,159 7372510,480266,137 12615232,480403,240 14962473,480643,171 11826335,480814,164 8145576,480978,183 8425920,481161,140 14704569,481301,141 14685246,481442,134 9492562,481576,158 3670423,481734,201 11272911,481935,240 13898390,482175,156 4724556,482331,157 3447309,482488,136 9457787,482624,178 554751,482802,157 1866769,482959,135 2140709,483094,123 12906229,483217,173 14733101,483390,164 13930927,483554,175 12891410,483729,164 13553,483893,146 9712605,484039,121 14689592,484160,148 13400624,484308,171 12095034,484479,166 5803273,484645,141 12632512,484786,143 6297031,484929,112 14426120,485041,178 1868720,485219,137 10801617,485356,146 12882707,485502,174 8141088,485676,156 2670810,485832,137 10254250,485969,146 1108206,486115,131 10779679,486246,134 13921498,486380,140 6085016,486520,160 6838655,486680,133 15754717,486813,152 7366018,486965,194 3461828,487159,155 13945775,487314,132 286038,487446,172 6824779,487618,150 1850855,487768,143 5815335,487911,141 2151943,488052,132 7135408,488184,112 10289086,488296,135 63584,488431,176 12106354,488607,109 4472097,488716,125 3164475,488841,217 10771495,489058,163 7079008,489221,164 7365655,489385,160 1634147,489545,141 2125804,489686,129 1051954,489815,142 8957121,489957,156 8919214,490113,150 8187277,490263,125 10796641,490388,173 13663717,490561,163 318796,490724,120 10751171,490844,141 5028515,490985,181 11055572,491166,141 15498356,491307,213 13434033,491520,161 3938937,491681,199 8188056,491880,159 15492817,492039,127 3694531,492166,164 8948573,492330,173 7915195,492503,148 8694161,492651,146 6846540,492797,146 16308054,492943,157 304115,493100,116 1841107,493216,141 8183876,493357,122 2640979,493479,123 6606893,493602,172 9457983,493774,159 8929729,493933,200 10253588,494133,119 5044023,494252,164 15783783,494416,144 13126773,494560,141 13107878,494701,155 5016405,494856,153 7101662,495009,136 3470235,495145,114 15232218,495259,218 2362154,495477,140 46550,495617,134 5540130,495751,138 5293453,495889,137 2401324,496026,124 4993161,496150,169 4723273,496319,155 2402615,496474,126 3441410,496600,132 11812274,496732,138 8713804,496870,129 12618607,496999,200 16281295,497199,122 9208833,497321,60 4228243,497381,122 7907005,497503,200 3938581,497703,132 15511814,497835,150 13120952,497985,131 16293133,498116,157 2899774,498273,132 565143,498405,161 3455569,498566,151 7106617,498717,144 9973078,498861,141 1340275,499002,118 16568162,499120,130 544284,499250,139 8959527,499389,140 15755347,499529,153 10792376,499682,187 10793249,499869,159 14689846,500028,146 6051784,500174,132 13921471,500306,127 14689840,500433,159 15517826,500592,141 7142841,500733,223 1054878,500956,137 9197253,501093,163 13416584,501256,130 7102074,501386,217 11807934,501603,161 13378072,501764,163 13134878,501927,142 10491993,502069,201 15205741,502270,146 12867958,502416,143 9480129,502559,168 8436396,502727,129 5254644,502856,163 2936103,503019,129 1065833,503148,195 12610575,503343,134 13135030,503477,138 5786042,503615,178 53532,503793,128 6298895,503921,132 11073867,504053,147 819760,504200,232 7629698,504432,118 10272887,504550,129 3977599,504679,144 13390937,504823,125 16309370,504948,134 13955395,505082,142 12121906,505224,147 15261682,505371,156 11857236,505527,143 25664,505670,141 9749737,505811,197 8930273,506008,141 3442218,506149,157 11330376,506306,127 5544470,506433,153 9443502,506586,194 300193,506780,144 15001,506924,141 15002,507065,141 15000,507206,141 5285603,507347,140 5280591,507487,161 12104135,507648,143 14429222,507791,168 13898198,507959,145 10268618,508104,141 1839055,508245,145 10243726,508390,121 7369423,508511,125 15519758,508636,166 10792192,508802,141 5021412,508943,163 13136456,509106,134 12877135,509240,141 3989278,509381,141 9989576,509522,243 7122016,509765,131 15748082,509896,157 273339,510053,144 16517239,510197,140 6617456,510337,225 13119124,510562,176 8394621,510738,146 8158180,510884,180 15785585,511064,213 6345482,511277,160 2412321,511437,259 1096357,511696,166 12361125,511862,140 2685907,512002,190 5795542,512192,60 15478929,512252,141 6601745,512393,115 13156668,512508,187 16035009,512695,141 4233169,512836,142 846134,512978,135 10497779,513113,194 10524677,513307,185 6306079,513492,128 15246529,513620,164 13161153,513784,183 14717267,513967,175 8955325,514142,121 13944678,514263,129 10002,514392,128 10015,514520,149 9996,514669,141 9935,514810,124 9959,514934,216 9952,515150,146 9987,515296,158 9971,515454,115 9893,515569,153 9891,515722,178 9885,515900,175 9879,516075,150 9866,516225,135 9865,516360,167 9925,516527,249 9924,516776,155 9928,516931,132 9850,517063,249 9922,517312,150 9861,517462,134 9897,517596,159 9842,517755,138 9725,517893,161 9728,518054,156 9727,518210,199 9732,518409,170 9817,518579,163 9809,518742,141 9746,518883,159 9750,519042,136 9739,519178,141 9763,519319,187 9767,519506,130 9806,519636,150 9807,519786,158 9761,519944,156 9756,520100,135 9828,520235,149 9785,520384,139 9670,520523,150 9669,520673,184 9671,520857,167 9702,521024,165 9696,521189,160 9694,521349,151 9648,521500,128 9645,521628,182 9644,521810,152 9643,521962,167 9708,522129,137 9709,522266,142 9705,522408,181 9658,522589,148 9659,522737,173 9656,522910,165 9649,523075,181 9633,523256,129 9715,523385,192 9693,523577,170 9678,523747,120 9545,523867,220 9529,524087,130 9527,524217,165 9528,524382,221 9540,524603,136 9522,524739,135 9565,524874,151 9560,525025,133 9546,525158,174 9551,525332,145 9603,525477,141 9617,525618,127 9613,525745,116 9585,525861,213 9626,526074,132 9474,526206,121 9464,526327,165 9465,526492,141 9458,526633,218 9492,526851,193 9483,527044,150 9478,527194,161 9500,527355,107 9498,527462,157 9441,527619,150 9454,527769,158 9443,527927,129 9479,528056,122 9433,528178,120 9358,528298,121 9364,528419,186 9353,528605,141 9327,528746,144 9321,528890,130 9343,529020,135 9333,529155,166 9411,529321,141 9397,529462,135 9392,529597,110 9412,529707,141 9373,529848,161 9316,530009,142 9314,530151,145 9248,530296,128 9246,530424,163 9247,530587,161 9230,530748,178 9312,530926,173 9308,531099,171 9277,531270,170 9271,531440,136 9284,531576,163 9235,531739,141 9295,531880,158 9181,532038,135 9182,532173,140 9177,532313,138 9178,532451,194 9221,532645,137 9192,532782,149 9187,532931,138 9143,533069,166 9213,533235,159 9199,533394,149 9132,533543,141 9176,533684,115 9119,533799,157 9117,533956,164 9116,534120,137 9112,534257,124 9051,534381,120 9049,534501,242 9047,534743,192 9045,534935,177 9075,535112,145 9063,535257,130 9064,535387,150 9070,535537,156 9062,535693,207 9103,535900,155 9088,536055,116 9021,536171,136 9023,536307,131 8987,536438,154 8990,536592,177 8991,536769,268 8816,537037,149 8979,537186,166 8976,537352,171 8909,537523,186 8908,537709,143 8907,537852,136 8902,537988,140 8936,538128,167 8937,538295,149 8934,538444,204 8931,538648,128 8939,538776,122 8943,538898,134 8946,539032,133 8930,539165,149 8961,539314,193 8951,539507,131 8972,539638,165 9012,539803,141 8904,539944,155 8896,540099,235 8870,540334,194 8871,540528,158 8865,540686,230 8861,540916,144 8854,541060,159 8772,541219,244 8784,541463,154 8815,541617,221 8824,541838,253 8826,542091,121 8800,542212,145 8687,542357,142 8685,542499,121 8683,542620,141 8759,542761,147 8751,542908,163 8694,543071,140 8710,543211,138 8706,543349,155 8743,543504,161 8734,543665,162 8741,543827,136 8736,543963,161 8718,544124,175 8711,544299,169 8766,544468,140 8654,544608,136 8650,544744,150 8651,544894,173 8648,545067,135 8667,545202,227 8639,545429,199 8636,545628,115 8628,545743,164 8616,545907,161 8617,546068,168 8589,546236,174 8592,546410,144 8581,546554,162 8607,546716,130 8598,546846,141 8578,546987,150 8579,547137,136 8671,547273,155 8660,547428,152 8662,547580,128 8614,547708,123 8537,547831,137 8533,547968,141 8535,548109,161 8507,548270,141 8503,548411,137 8505,548548,142 8492,548690,207 8491,548897,114 8564,549011,150 8569,549161,116 8552,549277,124 8528,549401,152 8525,549553,224 8490,549777,141 8542,549918,142 8182,550060,147 8464,550207,139 8460,550346,147 8459,550493,163 8157,550656,127 8154,550783,135 8452,550918,152 8187,551070,184 8169,551254,131 8176,551385,130 8170,551515,185 8153,551700,156 8142,551856,143 8075,551999,133 8069,552132,136 8071,552268,143 8072,552411,161 8070,552572,117 8097,552689,124 8095,552813,157 8089,552970,139 8064,553109,125 7000,553234,185 8112,553419,128 8110,553547,160 8057,553707,143 8049,553850,146 8101,553996,154 8093,554150,141 8086,554291,150 8044,554441,141 8047,554582,275 8032,554857,165 8042,555022,155 8037,555177,176 7959,555353,163 7963,555516,172 8030,555688,174 8021,555862,261 8020,556123,153 7982,556276,174 8011,556450,127 7949,556577,169 7932,556746,156 7971,556902,125 7942,557027,158 7866,557185,152 7864,557337,189 7860,557526,157 7898,557683,169 7895,557852,155 7893,558007,132 7912,558139,117 7918,558256,150 7930,558406,150 7931,558556,166 7928,558722,136 7883,558858,158 7848,559016,192 7851,559208,126 7839,559334,164 7787,559498,134 7792,559632,170 7777,559802,120 7742,559922,142 7736,560064,189 7751,560253,188 7752,560441,114 7818,560555,114 7835,560669,142 7830,560811,131 7769,560942,165 7761,561107,142 7793,561249,161 7620,561410,145 7616,561555,138 7613,561693,131 7672,561824,185 7673,562009,168 7671,562177,170 7685,562347,158 7687,562505,179 7690,562684,146 7683,562830,154 7707,562984,176 7703,563160,113 7704,563273,136 7701,563409,164 7728,563573,126 7726,563699,121 7644,563820,191 7659,564011,159 7578,564170,182 7575,564352,157 7569,564509,140 7573,564649,128 7581,564777,195 7582,564972,153 7536,565125,141 7544,565266,212 7535,565478,189 7551,565667,168 7545,565835,143 7598,565978,199 7590,566177,152 7522,566329,145 7523,566474,136 7607,566610,151 7565,566761,163 7455,566924,159 7491,567083,259 7487,567342,120 7481,567462,166 7479,567628,200 7443,567828,134 7444,567962,197 7440,568159,154 7428,568313,143 7410,568456,197 7472,568653,143 7346,568796,129 7349,568925,200 7348,569125,145 7350,569270,146 7367,569416,199 7355,569615,123 7309,569738,125 7305,569863,154 7303,570017,157 7373,570174,157 7404,570331,166 7400,570497,122 7376,570619,142 7327,570761,142 7293,570903,164 7260,571067,170 7250,571237,140 7239,571377,207 7190,571584,151 7193,571735,160 7276,571895,180 7265,572075,184 7227,572259,165 7231,572424,182 7208,572606,168 7199,572774,165 7218,572939,166 7211,573105,153 7287,573258,131 7279,573389,119 7241,573508,150 7267,573658,114 7135,573772,136 7129,573908,173 7111,574081,187 7148,574268,179 7177,574447,172 7180,574619,135 7078,574754,185 7076,574939,125 7092,575064,140 7094,575204,143 7144,575347,129 7137,575476,115 7059,575591,136 7067,575727,174 7068,575901,135 7058,576036,145 7054,576181,134 6981,576315,174 6975,576489,146 6977,576635,151 6992,576786,231 6983,577017,115 7020,577132,150 7019,577282,150 7017,577432,165 7030,577597,133 7024,577730,152 7016,577882,177 7010,578059,197 7050,578256,127 7040,578383,137 6974,578520,131 6967,578651,121 6919,578772,137 6920,578909,127 6913,579036,172 6914,579208,141 6908,579349,149 6928,579498,181 6923,579679,138 6924,579817,141 6880,579958,169 6882,580127,141 6871,580268,180 6947,580448,139 6902,580587,146 6905,580733,150 6960,580883,131 6936,581014,172 6887,581186,142 6805,581328,205 6785,581533,122 6791,581655,183 6792,581838,164 6849,582002,129 6843,582131,196 6845,582327,137 6830,582464,150 6861,582614,158 6857,582772,145 6777,582917,164 6826,583081,130 6795,583211,203 6797,583414,149 6836,583563,137 6837,583700,157 6820,583857,168 6815,584025,120 6772,584145,168 6846,584313,149 6681,584462,150 6680,584612,177 6744,584789,197 6750,584986,178 6748,585164,158 6747,585322,158 6692,585480,181 6688,585661,150 6734,585811,135 6738,585946,151 6675,586097,149 6671,586246,176 6723,586422,166 6727,586588,152 6701,586740,132 6703,586872,141 6569,587013,141 6574,587154,157 6575,587311,166 6622,587477,128 6629,587605,161 6619,587766,182 6659,587948,172 6649,588120,118 6606,588238,164 6589,588402,156 6642,588558,146 6567,588704,113 6559,588817,110 6541,588927,135 6530,589062,119 6533,589181,143 6481,589324,142 6487,589466,152 6488,589618,151 6486,589769,141 6507,589910,149 6461,590059,148 6534,590207,160 6558,590367,107 6506,590474,116 6399,590590,130 6388,590720,152 6396,590872,150 6390,591022,157 6389,591179,248 6393,591427,130 6459,591557,123 6453,591680,167 6416,591847,187 6419,592034,200 6394,592234,176 6378,592410,146 6376,592556,139 6420,592695,140 6406,592835,141 6401,592976,175 6449,593151,128 6371,593279,160 6303,593439,153 6297,593592,265 6253,593857,209 6255,594066,182 6261,594248,149 6337,594397,181 6340,594578,161 6345,594739,151 6360,594890,148 6361,595038,162 6351,595200,148 6332,595348,142 6327,595490,124 6293,595614,190 6275,595804,142 6286,595946,125 6164,596071,163 6167,596234,160 6161,596394,171 6110,596565,135 6103,596700,165 6199,596865,158 6178,597023,170 6176,597193,122 6237,597315,229 6238,597544,135 6184,597679,163 6197,597842,130 6145,597972,155 6131,598127,141 6218,598268,126 6219,598394,166 6158,598560,135 6076,598695,168 6081,598863,183 6066,599046,165 6065,599211,166 6051,599377,117 6054,599494,168 6044,599662,159 6038,599821,128 6113,599949,181 6112,600130,141 6098,600271,146 6021,600417,157 6005,600574,171 6072,600745,182 6075,600927,167 6012,601094,177 6017,601271,162 6029,601433,148 6030,601581,152 6087,601733,156 5981,601889,150 5968,602039,145 5973,602184,129 5917,602313,124 5912,602437,141 5913,602578,144 6006,602722,159 6009,602881,121 5991,603002,110 5945,603112,192 5932,603304,141 5969,603445,154 5964,603599,123 5905,603722,156 5957,603878,155 5960,604033,160 5987,604193,145 5889,604338,139 5878,604477,150 5870,604627,147 5854,604774,118 5850,604892,178 5844,605070,169 5847,605239,139 5887,605378,163 5841,605541,114 5829,605655,210 5836,605865,160 5911,606025,155 5909,606180,121 5902,606301,141 5893,606442,136 5802,606578,164 5800,606742,136 5798,606878,131 5869,607009,141 5831,607150,141 5745,607291,167 5737,607458,157 5736,607615,161 5696,607776,193 5692,607969,136 5757,608105,170 5751,608275,142 5717,608417,164 5702,608581,141 5704,608722,152 5746,608874,169 5722,609043,144 5721,609187,134 5794,609321,147 5781,609468,182 5592,609650,142 5588,609792,120 5589,609912,116 5644,610028,154 5650,610182,169 5643,610351,135 5635,610486,153 5610,610639,151 5602,610790,149 5601,610939,124 5599,611063,130 5661,611193,178 5649,611371,131 5641,611502,191 5621,611693,162 5617,611855,179 5667,612034,129 5657,612163,167 5669,612330,138 5510,612468,196 5502,612664,173 5504,612837,166 5500,613003,141 5503,613144,226 5555,613370,119 5546,613489,177 5542,613666,185 5533,613851,124 5590,613975,127 5522,614102,155 5515,614257,140 5494,614397,175 5566,614572,125 5575,614697,141 5470,614838,127 5387,614965,166 5383,615131,165 5384,615296,189 5378,615485,115 5373,615600,177 5372,615777,145 5368,615922,148 5367,616070,137 5397,616207,135 5391,616342,146 5468,616488,128 5465,616616,163 5463,616779,115 5460,616894,141 5435,617035,163 5431,617198,133 5427,617331,135 5428,617466,215 5439,617681,167 5400,617848,227 5414,618075,158 5361,618233,141 5354,618374,178 5349,618552,127 5279,618679,166 5299,618845,154 5297,618999,155 5344,619154,164 5346,619318,145 5348,619463,130 5324,619593,130 5323,619723,170 5318,619893,129 5272,620022,145 5270,620167,127 5267,620294,146 5339,620440,160 5178,620600,155 5174,620755,128 5227,620883,133 5217,621016,149 5218,621165,170 5219,621335,120 5221,621455,124 5236,621579,135 5231,621714,119 5222,621833,145 5247,621978,157 5237,622135,144 5254,622279,167 5250,622446,139 5205,622585,180 5198,622765,115 5261,622880,169 5181,623049,138 5141,623187,159 5136,623346,165 5143,623511,176 5171,623687,196 5172,623883,133 5086,624016,125 5085,624141,148 5079,624289,164 5063,624453,138 5155,624591,139 5157,624730,138 5145,624868,124 5102,624992,132 5093,625124,140 5090,625264,124 5122,625388,126 5119,625514,148 5052,625662,134 5128,625796,137 5031,625933,153 5030,626086,114 5026,626200,139 5023,626339,186 5024,626525,150 5016,626675,156 5019,626831,132 5014,626963,150 5011,627113,157 5003,627270,159 5000,627429,135 4974,627564,148 4973,627712,138 4970,627850,136 5042,627986,144 5037,628130,133 5034,628263,145 5028,628408,140 4941,628548,110 4939,628658,155 4996,628813,159 4987,628972,132 4947,629104,159 4963,629263,145 4867,629408,123 4868,629531,161 4857,629692,139 4851,629831,131 4919,629962,158 4916,630120,132 4914,630252,216 4895,630468,142 4828,630610,178 4863,630788,151 4922,630939,139 4906,631078,165 4837,631243,139 4878,631382,180 4873,631562,167 4889,631729,141 4892,631870,143 4938,632013,117 4823,632130,150 4804,632280,131 4755,632411,118 4756,632529,209 4758,632738,107 4787,632845,189 4784,633034,142 4735,633176,141 4774,633317,125 4772,633442,128 4777,633570,129 4816,633699,158 4761,633857,170 4748,634027,140 4792,634167,128 4731,634295,180 4736,634475,141 4725,634616,148 4726,634764,171 4721,634935,150 4723,635085,127 4713,635212,141 4688,635353,180 4690,635533,137 4672,635670,169 4654,635839,153 4708,635992,154 4705,636146,127 4704,636273,149 4657,636422,152 4683,636574,130 4682,636704,152 4675,636856,141 4569,636997,109 4562,637106,154 4559,637260,150 4564,637410,129 4565,637539,266 4600,637805,125 4596,637930,155 4598,638085,191 4592,638276,149 4593,638425,130 4589,638555,134 4625,638689,176 4633,638865,152 4630,639017,178 4629,639195,147 4611,639342,140 4556,639482,199 4551,639681,138 4553,639819,126 4571,639945,155 4644,640100,137 4541,640237,161 4522,640398,181 4473,640579,166 4490,640745,194 4484,640939,155 4529,641094,178 4518,641272,131 4533,641403,240 4539,641643,141 4454,641784,179 4452,641963,167 4514,642130,165 4510,642295,147 4467,642442,148 4389,642590,142 4380,642732,163 4383,642895,137 4381,643032,154 4377,643186,141 4432,643327,147 4422,643474,144 4365,643618,153 4358,643771,141 4084,643912,148 4088,644060,141 4396,644201,125 4372,644326,182 4366,644508,172 4428,644680,165 4417,644845,180 4437,645025,141 4434,645166,149 4047,645315,147 4050,645462,150 4046,645612,164 4075,645776,135 4060,645911,173 3982,646084,174 3985,646258,150 3975,646408,152 4001,646560,157 3993,646717,187 4085,646904,161 4072,647065,149 4018,647214,213 4055,647427,138 4052,647565,136 4015,647701,120 4005,647821,140 3968,647961,181 3890,648142,175 3882,648317,149 3881,648466,144 3879,648610,164 3907,648774,140 3912,648914,163 3920,649077,150 3918,649227,129 3911,649356,130 3864,649486,167 3869,649653,155 3867,649808,141 3960,649949,143 3952,650092,150 3956,650242,135 3949,650377,146 3935,650523,179 3930,650702,135 3889,650837,185 3955,651022,175 3900,651197,137 3755,651334,116 3757,651450,158 3759,651608,135 3832,651743,147 3833,651890,147 3814,652037,141 3830,652178,186 3818,652364,197 3855,652561,167 3862,652728,165 3782,652893,147 3775,653040,131 3839,653171,136 3808,653307,133 3743,653440,128 3734,653568,169 3726,653737,186 3729,653923,140 3656,654063,156 3646,654219,154 3635,654373,176 3701,654549,151 3708,654700,149 3686,654849,201 3688,655050,158 3678,655208,177 3670,655385,146 3669,655531,116 3699,655647,131 3698,655778,134 3694,655912,180 3716,656092,141 3719,656233,139 3730,656372,149 3667,656521,162 3577,656683,142 3581,656825,166 3579,656991,118 3584,657109,169 3572,657278,146 3578,657424,155 3580,657579,126 3582,657705,166 3542,657871,162 3541,658033,172 3599,658205,113 3600,658318,134 3594,658452,139 3598,658591,136 3608,658727,130 3604,658857,158 3611,659015,112 3603,659127,149 3550,659276,150 3554,659426,170 3546,659596,142 3533,659738,151 3530,659889,143 3535,660032,129 3642,660161,123 3643,660284,158 3564,660442,141 3570,660583,60 3623,660643,156 3488,660799,118 3470,660917,158 3466,661075,184 3454,661259,152 3441,661411,132 3418,661543,110 3512,661653,114 3524,661767,152 3483,661919,178 3452,662097,128 3435,662225,136 3395,662361,154 3396,662515,149 3382,662664,189 3389,662853,161 3390,663014,162 3341,663176,139 3334,663315,168 3402,663483,134 3407,663617,155 3399,663772,133 3425,663905,178 3387,664083,160 3373,664243,150 3358,664393,133 3410,664526,145 3354,664671,157 3256,664828,115 3259,664943,121 3264,665064,118 3240,665182,157 3331,665339,129 3327,665468,163 3322,665631,154 3325,665785,179 3283,665964,173 3287,666137,131 3284,666268,172 3286,666440,142 3257,666582,103 3261,666685,163 3250,666848,149 3307,666997,147 3276,667144,123 3271,667267,170 3262,667437,170 3239,667607,218 3311,667825,180 3172,668005,145 3232,668150,159 3225,668309,152 3162,668461,182 3166,668643,144 3169,668787,186 3167,668973,122 3147,669095,143 3141,669238,172 3132,669410,142 3196,669552,181 3195,669733,167 3191,669900,140 3177,670040,166 3174,670206,139 3208,670345,163 3202,670508,148 3213,670656,155 3209,670811,147 3150,670958,160 3070,671118,172 3061,671290,199 3111,671489,166 3114,671655,175 3100,671830,173 3039,672003,182 3046,672185,143 3058,672328,196 3051,672524,124 3055,672648,147 3077,672795,157 3106,672952,160 3087,673112,151 3128,673263,140 2991,673403,178 2998,673581,178 2995,673759,148 2999,673907,158 3002,674065,134 2914,674199,119 2916,674318,155 2919,674473,199 2941,674672,184 2964,674856,189 2990,675045,173 3033,675218,151 2987,675369,194 2925,675563,155 3012,675718,134 2903,675852,149 2897,676001,168 2899,676169,165 2811,676334,131 2815,676465,148 2890,676613,144 2888,676757,133 2846,676890,159 2844,677049,118 2871,677167,168 2808,677335,159 2839,677494,131 2861,677625,127 2723,677752,167 2727,677919,140 2726,678059,140 2714,678199,151 2708,678350,174 2711,678524,144 2706,678668,153 2693,678821,130 2768,678951,216 2772,679167,151 2762,679318,156 2766,679474,152 2759,679626,149 2782,679775,173 2786,679948,194 2779,680142,132 2744,680274,141 2732,680415,144 2751,680559,134 2748,680693,134 2640,680827,168 2648,680995,198 2638,681193,142 2658,681335,160 2666,681495,136 2662,681631,198 2609,681829,125 16978,681954,144 2672,682098,127 2674,682225,125 2621,682350,171 2630,682521,170 2673,682691,158 2660,682849,151 2691,683000,148 2694,683148,116 2623,683264,158 2572,683422,170 2550,683592,195 2592,683787,139 2596,683926,147 2585,684073,142 2533,684215,174 2526,684389,206 2528,684595,144 2561,684739,135 2540,684874,130 2542,685004,156 2506,685160,193 2511,685353,149 2577,685502,182 2575,685684,154 2535,685838,158 2451,685996,152 2457,686148,143 2452,686291,146 2489,686437,183 2476,686620,133 2481,686753,166 2480,686919,139 2425,687058,189 2403,687247,154 2406,687401,128 2497,687529,126 2491,687655,136 2408,687791,145 2401,687936,178 2428,688114,141 2427,688255,141 2461,688396,144 2462,688540,165 2440,688705,162 2446,688867,124 2475,688991,127 2400,689118,141 2390,689259,178 2304,689437,115 2305,689552,227 2323,689779,167 2318,689946,161 2364,690107,155 2357,690262,148 2358,690410,164 2359,690574,162 2374,690736,135 2367,690871,189 2376,691060,162 2377,691222,150 2346,691372,142 2341,691514,134 2272,691648,157 2276,691805,134 2275,691939,141 2277,692080,128 2265,692208,149 2193,692357,128 2194,692485,129 2188,692614,160 2186,692774,132 2301,692906,160 2296,693066,118 2261,693184,167 2253,693351,132 2252,693483,132 2257,693615,124 2215,693739,144 2201,693883,129 2208,694012,157 2236,694169,119 2237,694288,119 2222,694407,181 2243,694588,114 2291,694702,115 2270,694817,121 2082,694938,119 2083,695057,133 2077,695190,145 2093,695335,165 2080,695500,141 2088,695641,138 2084,695779,157 2156,695936,136 2152,696072,123 2153,696195,172 2146,696367,169 2051,696536,122 2053,696658,152 2056,696810,142 2068,696952,128 2140,697080,191 2092,697271,114 2081,697385,141 2183,697526,174 2167,697700,160 2171,697860,111 2145,697971,133 2127,698104,152 2132,698256,126 2166,698382,140 2160,698522,146 2158,698668,103 2045,698771,106 2046,698877,140 1149,699017,107 1983,699124,165 1979,699289,133 1981,699422,108 1988,699530,124 1974,699654,149 1975,699803,177 1968,699980,138 2009,700118,126 2010,700244,146 1997,700390,146 1999,700536,99 2002,700635,142 1993,700777,143 1991,700920,147 1987,701067,119 1957,701186,125 1948,701311,166 2020,701477,136 1934,701613,121 1876,701734,155 1879,701889,130 1875,702019,190 1868,702209,124 1869,702333,164 1842,702497,152 1829,702649,159 1827,702808,138 1821,702946,211 1824,703157,138 1902,703295,162 1903,703457,132 1907,703589,151 1900,703740,134 1885,703874,118 1855,703992,157 1832,704149,128 1836,704277,109 1837,704386,108 1839,704494,124 1920,704618,144 1911,704762,114 1828,704876,149 1819,705025,147 1813,705172,181 1847,705353,138 1844,705491,129 1893,705620,158 1514,705778,123 1737,705901,184 1736,706085,170 1777,706255,101 1703,706356,122 1705,706478,151 1694,706629,121 1713,706750,121 1709,706871,132 1711,707003,131 1751,707134,141 1749,707275,144 1789,707419,164 1785,707583,163 1728,707746,163 1760,707909,132 53433,708041,182 53343,708223,128 1653,708351,142 1688,708493,126 1692,708619,147 1603,708766,152 1609,708918,138 1598,709056,123 1595,709179,161 1659,709340,163 1648,709503,108 1647,709611,147 1640,709758,142 1645,709900,127 1574,710027,104 1568,710131,128 1560,710259,158 1587,710417,149 1670,710566,143 1673,710709,150 1665,710859,137 1624,710996,209 1491,711205,166 1540,711371,153 1542,711524,131 1539,711655,133 1543,711788,189 1527,711977,150 1436,712127,140 1454,712267,141 1456,712408,169 1458,712577,130 1431,712707,158 1461,712865,133 1483,712998,149 1480,713147,113 1485,713260,162 1442,713422,145 1450,713567,178 1511,713745,161 1524,713906,135 1505,714041,125 1506,714166,163 1555,714329,189 1559,714518,139 1361,714657,163 1357,714820,143 1351,714963,140 1358,715103,127 1350,715230,168 1344,715398,130 1340,715528,127 1348,715655,162 1326,715817,136 1327,715953,156 1339,716109,175 1320,716284,133 1387,716417,152 1376,716569,144 1374,716713,141 1430,716854,140 1401,716994,167 1407,717161,141 1395,717302,141 1397,717443,121 1366,717564,132 1369,717696,126 1420,717822,130 1225,717952,153 1214,718105,144 1220,718249,176 1217,718425,141 1238,718566,166 1233,718732,153 1232,718885,124 32903,719009,151 1241,719160,158 1240,719318,128 1316,719446,150 1314,719596,130 1312,719726,140 1259,719866,158 1263,720024,134 1300,720158,141 1291,720299,142 1285,720441,176 1278,720617,144 1304,720761,120 1207,720881,132 1209,721013,136 1211,721149,144 1212,721293,142 1199,721435,149 1110,721584,170 1112,721754,139 1103,721893,153 1094,722046,145 1098,722191,147 1088,722338,135 1084,722473,154 1202,722627,112 1204,722739,96 1197,722835,132 1193,722967,161 1121,723128,158 1122,723286,188 1119,723474,158 1180,723632,156 1181,723788,131 1120,723919,150 1167,724069,143 1173,724212,174 1135,724386,175 1129,724561,135 1159,724696,154 1128,724850,126 993,724976,157 996,725133,141 988,725274,139 984,725413,141 981,725554,162 1015,725716,128 1020,725844,116 1007,725960,108 1009,726068,157 1072,726225,98 1068,726323,118 1066,726441,151 1067,726592,168 982,726760,122 980,726882,139 974,727021,169 968,727190,142 963,727332,125 1049,727457,160 1052,727617,134 1048,727751,121 880,727872,133 1026,728005,146 1005,728151,138 957,728289,167 960,728456,136 952,728592,145 951,728737,144 928,728881,141 930,729022,154 924,729176,172 944,729348,163 938,729511,111 936,729622,150 853,729772,160 873,729932,150 883,730082,114 887,730196,137 869,730333,167 901,730500,139 852,730639,162 848,730801,108 849,730909,132 846,731041,135 840,731176,143 838,731319,146 836,731465,132 742,731597,166 740,731763,147 734,731910,133 738,732043,154 737,732197,165 759,732362,101 53284,732463,152 753,732615,133 749,732748,136 748,732884,160 822,733044,126 823,733170,121 827,733291,138 813,733429,132 45138,733561,154 835,733715,135 821,733850,129 760,733979,154 788,734133,153 815,734286,146 732,734432,150 727,734582,109 723,734691,130 730,734821,150 724,734971,142 726,735113,116 637,735229,141 636,735370,138 651,735508,115 652,735623,164 653,735787,164 664,735951,149 663,736100,123 657,736223,157 705,736380,178 704,736558,182 665,736740,125 629,736865,162 710,737027,151 678,737178,141 607,737319,131 604,737450,166 135,737616,129 600,737745,165 590,737910,135 578,738045,148 580,738193,163 574,738356,136 577,738492,119 519,738611,159 520,738770,149 516,738919,158 553,739077,128 557,739205,108 550,739313,136 549,739449,140 529,739589,177 530,739766,119 535,739885,141 378,740026,190 568,740216,155 617,740371,145 612,740516,133 597,740649,142 594,740791,147 544,740938,148 525,741086,124 468,741210,146 477,741356,139 469,741495,193 471,741688,143 478,741831,140 476,741971,126 505,742097,171 507,742268,149 504,742417,156 446,742573,143 433,742716,141 447,742857,137 436,742994,131 442,743125,139 463,743264,163 464,743427,132 432,743559,178 425,743737,105 426,743842,154 414,743996,143 381,744139,129 385,744268,142 404,744410,176 408,744586,123 488,744709,148 489,744857,154 485,745011,125 418,745136,130 389,745266,153 455,745419,141 289,745560,163 297,745723,130 281,745853,138 290,745991,156 282,746147,160 266,746307,152 359,746459,154 360,746613,139 354,746752,158 340,746910,151 338,747061,120 336,747181,147 337,747328,163 277,747491,153 257,747644,60 269,747704,144 261,747848,144 45079,747992,157 300,748149,157 322,748306,141 356,748447,141 351,748588,133 299,748721,102 319,748823,166 292,748989,134 12424,749123,115 12320,749238,123 12437,749361,160 12490,749521,132 12494,749653,124 12411,749777,141 12469,749918,158 12472,750076,149 12401,750225,141 12346,750366,114 12366,750480,152 12452,750632,178 12347,750810,150 12476,750960,124 45101,751084,157 12526,751241,142 12446,751383,147 12510,751530,145 12350,751675,127 12503,751802,158 45262,751960,153 45084,752113,151 45130,752264,141 45128,752405,158 12315,752563,121 12321,752684,166 12332,752850,157 12511,753007,149 12336,753156,148 12387,753304,154 12451,753458,141 12509,753599,146 12441,753745,135 12530,753880,141 12369,754021,141 12430,754162,173 12327,754335,144 12339,754479,143 12296,754622,142 12317,754764,139 12474,754903,153 12541,755056,162 12473,755218,115 12413,755333,134 12527,755467,154 12438,755621,141 12345,755762,133 53496,755895,151 53485,756046,109 53399,756155,141 53390,756296,172 53334,756468,137 53472,756605,153 53248,756758,158 53456,756916,135 53331,757051,146 53299,757197,128 53462,757325,138 53347,757463,141 53319,757604,125 53333,757729,129 53307,757858,163 53427,758021,163 53423,758184,135 53330,758319,161 53421,758480,127 53412,758607,158 53424,758765,136 53296,758901,151 12330,759052,142 12513,759194,180 12331,759374,121 12289,759495,99 53387,759594,153 53476,759747,141 53338,759888,135 53369,760023,141 53281,760164,164 53407,760328,141 53502,760469,131 53460,760600,130 53380,760730,162 53401,760892,149 53479,761041,140 53275,761181,147 53261,761328,149 53332,761477,137 53257,761614,170 53492,761784,142 53373,761926,150 53379,762076,139 53434,762215,141 53400,762356,150 53438,762506,119 53394,762625,158 20637,762783,121 53432,762904,136 20683,763040,98 20568,763138,154 20596,763292,151 20490,763443,160 20589,763603,140 20682,763743,158 53447,763901,133 53370,764034,144 20543,764178,130 20530,764308,155 53322,764463,126 53364,764589,149 20557,764738,185 20592,764923,162 20515,765085,165 20638,765250,153 20593,765403,159 20575,765562,130 20660,765692,176 20694,765868,128 20610,765996,136 20703,766132,134 20677,766266,148 20622,766414,133 20520,766547,154 20527,766701,161 20734,766862,121 20651,766983,150 20535,767133,150 20648,767283,142 20636,767425,125 20657,767550,139 20486,767689,111 20489,767800,160 20528,767960,141 20600,768101,146 20482,768247,121 20586,768368,136 20650,768504,159 20536,768663,171 20663,768834,160 37000,768994,157 36972,769151,150 37028,769301,136 37113,769437,157 37001,769594,157 37102,769751,168 36992,769919,152 37096,770071,173 37025,770244,184 36985,770428,132 37018,770560,155 37058,770715,144 20688,770859,140 20696,770999,154 20658,771153,121 36982,771274,162 36887,771436,132 36937,771568,151 37094,771719,135 36976,771854,143 36912,771997,146 36872,772143,123 37036,772266,138 36942,772404,120 37101,772524,181 36894,772705,149 36981,772854,166 37037,773020,149 36865,773169,195 36931,773364,132 37067,773496,158 4195,773654,163 4131,773817,174 4139,773991,142 37002,774133,157 36878,774290,167 37057,774457,128 4237,774585,149 4165,774734,146 4221,774880,145 37092,775025,140 36928,775165,177 37064,775342,170 36891,775512,141 37111,775653,135 36882,775788,159 37047,775947,162 37024,776109,130 36935,776239,143 37089,776382,123 36914,776505,131 4194,776636,137 4336,776773,170 4097,776943,130 4188,777073,168 4303,777241,155 4201,777396,168 4287,777564,138 4134,777702,168 4150,777870,162 4153,778032,139 4278,778171,158 4332,778329,126 4185,778455,149 4348,778604,161 4145,778765,164 4205,778929,162 4172,779091,144 4300,779235,172 4144,779407,117 4304,779524,117 4243,779641,134 4239,779775,127 4260,779902,127 4337,780029,141 4198,780170,168 4268,780338,141 4273,780479,127 4334,780606,141 4161,780747,150 4266,780897,135 4328,781032,151 4258,781183,118 4197,781301,139 4255,781440,117 4125,781557,151 4228,781708,135 4096,781843,178 4105,782021,150 4344,782171,156 4288,782327,134 4187,782461,136 4098,782597,130 4331,782727,148 4183,782875,153 4345,783028,149 4213,783177,148 57347,783325,164 57587,783489,164 572364,783653,161 57563,783814,163 57510,783977,148 57503,784125,119 57548,784244,157 57472,784401,163 57348,784564,142 57403,784706,156 57589,784862,110 57559,784972,166 57525,785138,165 57448,785303,145 57417,785448,146 57493,785594,184 57358,785778,156 57416,785934,144 57547,786078,119 57544,786197,169 57350,786366,154 57516,786520,127 57352,786647,148 57518,786795,143 57568,786938,146 57424,787084,177 57379,787261,102 57388,787363,126 57447,787489,162 57594,787651,159 57386,787810,149 57422,787959,153 57362,788112,174 57420,788286,165 57425,788451,135 24683,788586,125 24635,788711,131 57401,788842,133 24587,788975,122 57543,789097,132 57519,789229,189 57428,789418,144 57529,789562,137 24651,789699,149 57583,789848,114 57389,789962,157 57397,790119,158 57488,790277,158 24577,790435,134 24830,790569,161 24765,790730,152 2048,790882,152 57477,791034,153 57534,791187,154 57526,791341,146 57588,791487,144 57504,791631,126 57585,791757,137 24789,791894,148 24639,792042,137 24757,792179,117 24596,792296,138 24748,792434,160 24654,792594,175 24801,792769,161 24786,792930,210 24642,793140,130 24697,793270,157 24730,793427,127 24619,793554,129 24817,793683,134 24806,793817,170 24831,793987,128 24679,794115,140 24735,794255,154 24640,794409,126 24780,794535,160 24620,794695,158 24702,794853,133 24781,794986,133 24746,795119,167 24613,795286,146 24743,795432,144 1448,795576,143 24805,795719,158 24670,795877,165 24774,796042,113 24606,796155,125 24677,796280,187 24669,796467,142 24687,796609,163 40976,796772,148 41049,796920,136 41017,797056,154 41133,797210,131 41174,797341,126 41006,797467,177 24650,797644,144 41149,797788,135 24720,797923,187 24589,798110,140 24624,798250,146 41101,798396,148 41102,798544,168 41212,798712,141 41116,798853,126 40973,798979,147 41193,799126,188 41150,799314,216 40982,799530,140 41032,799670,130 40963,799800,205 41209,800005,152 41205,800157,131 41162,800288,139 40994,800427,212 41142,800639,142 41081,800781,156 41152,800937,140 40990,801077,130 41134,801207,142 41058,801349,129 41078,801478,144 41121,801622,123 41028,801745,105 40977,801850,129 41146,801979,156 41141,802135,135 41037,802270,143 41094,802413,154 41135,802567,130 41047,802697,145 41008,802842,104 41182,802946,157 41092,803103,136 41033,803239,145 41117,803384,165 41067,803549,139 41208,803688,150 41119,803838,136 41070,803974,128 8226,804102,145 8366,804247,142 8362,804389,186 8356,804575,141 615,804716,137 8369,804853,143 8242,804996,136 8425,805132,114 8248,805246,196 8355,805442,134 8281,805576,157 8244,805733,146 8313,805879,121 8197,806000,137 8216,806137,150 8344,806287,117 8445,806404,158 8442,806562,150 8385,806712,138 8320,806850,141 49187,806991,151 49291,807142,165 8388,807307,129 8308,807436,122 8252,807558,99 8232,807657,156 8296,807813,112 8392,807925,152 8349,808077,138 8348,808215,149 8301,808364,142 8250,808506,160 8264,808666,151 8412,808817,131 8204,808948,154 8209,809102,127 8273,809229,142 8251,809371,124 8378,809495,155 8437,809650,105 8206,809755,154 8423,809909,170 8432,810079,178 8329,810257,159 8289,810416,138 49280,810554,140 49332,810694,148 49221,810842,145 28851,810987,127 28848,811114,153 59091,811267,157 49347,811424,167 49331,811591,165 49381,811756,112 49229,811868,113 49223,811981,150 49284,812131,126 49217,812257,163 49183,812420,102 24710,812522,156 49241,812678,143 49393,812821,155 49313,812976,145 49198,813121,98 49165,813219,154 49281,813373,135 49211,813508,169 49282,813677,140 49305,813817,151 49153,813968,152 49396,814120,148 49378,814268,137 49275,814405,161 49212,814566,119 49181,814685,166 49205,814851,141 49264,814992,142 49261,815134,145 49386,815279,142 49161,815421,144 49366,815565,140 49372,815705,161 49266,815866,124 49326,815990,163 49346,816153,151 49327,816304,133 49274,816437,101 49398,816538,153 49400,816691,136 49272,816827,159 49306,816986,155 49178,817141,172 49256,817313,144 49368,817457,155 16438,817612,137 16406,817749,194 16490,817943,165 16394,818108,166 16537,818274,152 16401,818426,161 16545,818587,136 16513,818723,148 49292,818871,165 49159,819036,161 49304,819197,172 49342,819369,106 49262,819475,131 49290,819606,149 49399,819755,156 16567,819911,151 16556,820062,149 1048666,820211,142 16593,820353,138 16489,820491,147 16443,820638,166 32827,820804,154 32874,820958,155 49320,821113,139 16608,821252,124 16552,821376,152 16496,821528,153 16522,821681,150 16637,821831,109 16447,821940,145 16514,822085,142 16625,822227,142 16553,822369,138 16611,822507,139 16529,822646,151 16618,822797,137 16551,822934,128 16484,823062,158 16451,823220,205 16474,823425,158 16403,823583,168 16396,823751,160 16478,823911,119 16634,824030,152 16404,824182,109 16384,824291,156 16492,824447,115 16501,824562,132 16467,824694,135 32824,824829,170 32862,824999,150 32864,825149,161 32963,825310,170 32836,825480,152 32774,825632,134 32923,825766,135 32991,825901,165 32808,826066,128 32865,826194,143 33013,826337,129 32953,826466,145 16483,826611,146 32906,826757,157 32935,826914,178 32870,827092,157 32971,827249,147 32775,827396,134 32866,827530,124 32798,827654,134 32994,827788,132 32841,827920,144 32961,828064,140 32931,828204,123 32956,828327,142 32822,828469,160 32899,828629,126 32952,828755,189 32845,828944,153 32980,829097,139 32829,829236,136 32907,829372,140 32946,829512,168 32886,829680,102 32779,829782,132 32792,829914,126 32872,830040,139 32936,830179,148 32819,830327,144 32892,830471,133 32913,830604,142 142,830746,153 220,830899,155 99,831054,151 78,831205,137 189,831342,225 46,831567,124 63,831691,135 32925,831826,110 33012,831936,132 32802,832068,125 205,832193,159 32989,832352,134 33019,832486,150 32948,832636,131 32895,832767,131 32813,832898,126 97,833024,144 234,833168,95 67,833263,133 23,833396,119 178,833515,154 238,833669,158 229,833827,117 137,833944,143 255,834087,138 183,834225,159 242,834384,127 204,834511,122 164,834633,151 219,834784,151 193,834935,128 246,835063,162 119,835225,139 162,835364,129 236,835493,117 194,835610,166 252,835776,107 109,835883,157 218,836040,107 221,836147,135 174,836282,136 160,836418,173 192,836591,161 51,836752,153 157,836905,155 253,837060,139 101,837199,154 17,837353,118 16,837471,130 188,837601,155 524414,837756,160 524415,837916,161 153,838077,121 196,838198,147 235,838345,142 40,838487,160 524347,838647,137 524348,838784,167 524340,838951,145 524342,839096,158 524339,839254,138 524360,839392,166 524355,839558,141 524357,839699,152 524408,839851,138 524397,839989,152 524336,840141,158 524337,840299,144 524334,840443,158 524374,840601,163 524367,840764,133 524368,840897,139 524382,841036,157 524406,841193,154 524405,841347,132 524331,841479,160 524329,841639,149 159920,841788,153 83,841941,127 524432,842068,154 524298,842222,163 32783,842385,145 16491,842530,116 524303,842646,132 524323,842778,177 11554755,842955,239 524316,843194,161 56588,843355,145 524312,843500,133 166,843633,168 48112,843801,145 16526,843946,131 4,844077,129 56590,844206,145 8935197,844351,170 8188699,844521,189 456,844710,139 13430531,844849,241 1060771,845090,194 7358711,845284,156 1630666,845440,110 15515357,845550,178 49334,845728,135 3182966,845863,212 7915649,846075,173 13913960,846248,154 7642789,846402,141 9226315,846543,234 798640,846777,161 11797014,846938,141 5547155,847079,154 7085169,847233,186 13396496,847419,155 15744917,847574,196 1594948,847770,196 10250705,847966,196 1595992,848162,117 12859957,848279,226 315758,848505,154 265788,848659,112 12902622,848771,265 9443919,849036,147 13127438,849183,214 7131834,849397,178 3160762,849575,222 14191324,849797,180 1108307,849977,180 8145074,850157,175 2927411,850332,130 12093382,850462,191 15506482,850653,207 5025192,850860,168 16522401,851028,114 13905349,851142,204 15257660,851346,288 1841887,851634,143 13956423,851777,139 9968565,851916,200 3459866,852116,159 15773959,852275,127 7884699,852402,137 7879276,852539,253 14696455,852792,180 3686323,852972,166 7392908,853138,161 4223221,853299,123 11548085,853422,123 9482193,853545,175 8391783,853720,123 9470250,853843,123 7870398,853966,196 15758058,854162,139 12090309,854301,123 15749430,854424,172 1071410,854596,125 2126932,854721,197 12110261,854918,213 8957120,855131,187 9502067,855318,178 1842744,855496,163 3948814,855659,141 8968591,855800,137 17890,855937,165 26983,856102,154 16281566,856256,241 6579748,856497,178 11597104,856675,208 7604961,856883,180 11839640,857063,180 844960,857243,180 12327652,857423,180 278386,857603,171 1854822,857774,141 5254342,857915,197 16056059,858112,175 9980180,858287,178 847513,858465,141 4478,858606,128 13641914,858734,256 10758327,858990,238 9736914,859228,153 14985439,859381,221 9196483,859602,242 7352117,859844,196 12588216,860040,114 30269,860154,110 3183548,860264,178 16577988,860442,170 15214262,860612,188 5557865,860800,165 7128635,860965,151 5803649,861116,149 4763693,861265,149 5038454,861414,141 7122678,861555,122 16551534,861677,142 14691046,861819,199 6558262,862018,166 7899946,862184,263 11297999,862447,226 15755048,862673,213 12375911,862886,60 10281334,862946,139 1059161,863085,123 14972548,863208,123 11803165,863331,161 15752405,863492,123 3988077,863615,224 16256496,863839,178 10283292,864017,178 6035407,864195,212 10812022,864407,185 7400026,864592,123 3996371,864715,154 9199736,864869,129 56613,864998,257 8397025,865255,155 279969,865410,203 9213930,865613,132 3189610,865745,221 7642088,865966,208 6077167,866174,234 5006193,866408,219 14175673,866627,202 10506117,866829,189 14157750,867018,252 6581911,867270,252 7884924,867522,137 4696,867659,158 7083570,867817,196 2890241,868013,196 3438649,868209,178 2365085,868387,141 15997410,868528,131 5021699,868659,114 6615803,868773,220 3178651,868993,185 7611067,869178,180 7081268,869358,114 4998518,869472,257 11813028,869729,123 4765859,869852,123 16047075,869975,123 12337804,870098,159 15760583,870257,137 13917932,870394,242 7653673,870636,186 13946873,870822,206 6075038,871028,150 10275307,871178,122 9751556,871300,154 9497719,871454,120 8962967,871574,242 15791809,871816,126 6318158,871942,161 8397053,872103,161 11849280,872264,161 5505924,872425,235 310719,872660,161 12352191,872821,161 11798833,872982,196 9758698,873178,196 9757882,873374,180 3436870,873554,180 2934086,873734,180 820122,873914,180 14737660,874094,180 3166325,874274,123 16037773,874397,196 10753767,874593,196 3193264,874789,184 800254,874973,199 9208799,875172,114 11291422,875286,156 11592917,875442,139 13949645,875581,121 6842826,875702,147 11291222,875849,141 16050869,875990,147 6519,876137,147 584260,876284,147 11580867,876431,213 7358990,876644,203 536683,876847,140 34460,876987,140 5028113,877127,189 4212586,877316,139 5033517,877455,131 12324762,877586,189 3191351,877775,229 12343894,878004,141 12090610,878145,147 8924052,878292,157 8187745,878449,172 6596965,878621,149 2384590,878770,189 6873609,878959,196 4195721,879155,128 12622836,879283,154 16003211,879437,219 14445330,879656,147 7340959,879803,170 10542607,879973,180 16025541,880153,180 524424,880333,172 271,880505,172 569429,880677,164 286649,880841,141 13389348,880982,172 57426,881154,172 10018690,881326,202 3995218,881528,178 6033403,881706,168 7624947,881874,141 1585,882015,122 11011447,882137,123 14957157,882260,135 567893,882395,193 5513629,882588,161 13143016,882749,128 15745478,882877,157 4210728,883034,129 16280579,883163,273 14184781,883436,130 846976,883566,130 1072604,883696,180 14447493,883876,180 5526997,884056,180 5586,884236,143 8000,884379,139 1590675,884518,151 12884102,884669,139 13409994,884808,132 3944559,884940,196 3468007,885136,249 13937613,885385,222 8446399,885607,196 4730064,885803,196 6450,885999,142 10537637,886141,259 6053735,886400,140 807957,886540,140 3154994,886680,140 14453544,886820,140 1842101,886960,140 16266305,887100,140 14971064,887240,140 14683876,887380,217 15238475,887597,123 2682005,887720,123 5832113,887843,151 14691222,887994,123 11028125,888117,138 7134889,888255,138 9228029,888393,268 5307161,888661,245 13675477,888906,140 6821673,889046,140 12060879,889186,140 14446998,889326,140 5300357,889466,140 9701575,889606,180 13159011,889786,180 9976719,889966,140 13682231,890106,140 322134,890246,140 13908740,890386,140 3696787,890526,140 14171071,890666,140 1373912,890806,140 14734568,890946,140 9758455,891086,140 4988310,891226,140 7355046,891366,185 9713655,891551,180 289881,891731,140 9453546,891871,196 2141000,892067,196 13424444,892263,196 13910224,892459,167 9758475,892626,140 7904,892766,120 14473646,892886,189 10008764,893075,161 1592854,893236,161 12598531,893397,161 10786737,893558,234 12364179,893792,170 1078383,893962,225 37501,894187,232 4462114,894419,143 4515504,894562,185 7633552,894747,178 2419146,894925,180 1310845,895105,178 9744112,895283,141 1837249,895424,141 3442493,895565,231 10286618,895796,142 5813795,895938,227 10494686,896165,197 16544763,896362,196 279906,896558,130 9886,896688,175 12866628,896863,203 49311,897066,151 6948,897217,168 13109929,897385,153 6351721,897538,155 12619552,897693,219 7665654,897912,243 12635202,898155,240 2366182,898395,180 6338414,898575,139 11805488,898714,123 544447,898837,176 11010779,899013,178 1858944,899191,205 8394245,899396,152 3972111,899548,140 6046782,899688,127 16286208,899815,132 588778,899947,203 3411814,900150,126 5793254,900276,139 20721,900415,131 16049528,900546,220 545979,900766,285 6351706,901051,231 14996339,901282,196 12631194,901478,196 7351305,901674,156 9441953,901830,164 6600227,901994,171 12091445,902165,303 11846250,902468,139 10289090,902607,150 4511864,902757,222 10541063,902979,180 2914318,903159,180 3453450,903339,180 10024107,903519,170 14204864,903689,170 2107009,903859,253 16045600,904112,213 6618002,904325,142 1315654,904467,212 9736244,904679,285 9992720,904964,127 5516254,905091,185 10024833,905276,139 7903171,905415,204 5017819,905619,121 12097966,905740,272 15257785,906012,151 3968774,906163,195 11536501,906358,196 9236754,906554,193 8681015,906747,196 16553013,906943,196 14689409,907139,196 11059434,907335,195 1583827,907530,137 8433787,907667,178 13130399,907845,178 4501163,908023,213 10809438,908236,213 1861758,908449,303 12596822,908752,199 5801378,908951,256 2947227,909207,141 1820,909348,113 14739686,909461,228 5243537,909689,170 7647,909859,177 9179130,910036,148 11337221,910184,214 7875193,910398,214 7890265,910612,178 5296885,910790,242 2380394,911032,186 2154425,911218,139 6081235,911357,245 2627199,911602,219 11550289,911821,121 6088835,911942,196 1048951,912138,196 4497809,912334,196 6300580,912530,207 10769166,912737,141 16442,912878,125 16287729,913003,123 10234047,913126,199 8417813,913325,121 7657015,913446,141 13655908,913587,154 12370715,913741,115 6610704,913856,160 12870651,914016,132 819494,914148,137 3168020,914285,123 6308986,914408,129 13152717,914537,123 1335499,914660,123 12120362,914783,123 306026,914906,165 5525061,915071,60 313351,915131,219 303650,915350,158 4758485,915508,145 3968147,915653,137 2686565,915790,225 1574645,916015,164 7636193,916179,203 4520794,916382,178 4479459,916560,196 14439639,916756,141 4510666,916897,141 8953770,917038,174 14963944,917212,117 2135690,917329,261 9181264,917590,261 14210278,917851,147 6831902,917998,157 13823,918155,130 16312224,918285,197 2949102,918482,197 8653692,918679,208 4761404,918887,240 13131064,919127,166 16295779,919293,259 10786835,919552,139 7088528,919691,191 9975277,919882,197 544522,920079,196 11028813,920275,196 4456525,920471,196 1625892,920667,196 14195515,920863,197 8929339,921060,197 16549699,921257,197 8418963,921454,132 12359488,921586,154 297055,921740,197 13127886,921937,197 5306533,922134,145 1329596,922279,167 2159736,922446,219 9466714,922665,193 1868377,922858,154 1247,923012,158 7616695,923170,134 9176250,923304,117 64033,923421,161 8135426,923582,161 1619703,923743,211 6074719,923954,183 1616586,924137,258 13934016,924395,175 13637994,924570,133 4461520,924703,178 2384555,924881,170 8959030,925051,60 7121669,925111,141 3044,925252,133 6345288,925385,139 4742635,925524,132 5247893,925656,207 1628655,925863,131 8968755,925994,268 8701839,926262,124 5259705,926386,153 8444604,926539,175 12623841,926714,178 1590852,926892,161 11563021,927053,114 3435355,927167,185 8710290,927352,153 7922365,927505,154 16271613,927659,192 2152994,927851,196 13115866,928047,254 14726741,928301,242 8565,928543,178 8951622,928721,207 1891927,928928,199 14736639,929127,219 6327519,929346,60 30605,929406,141 3724,929547,122 34660,929669,141 16528194,929810,137 12871888,929947,187 1355483,930134,187 7920431,930321,130 9179040,930451,143 14465032,930594,145 11593501,930739,191 16300991,930930,131 8679374,931061,213 2123150,931274,196 1588574,931470,196 14446903,931666,178 8682651,931844,229 3424680,932073,146 3464092,932219,178 7618750,932397,139 316612,932536,167 15783138,932703,117 11068099,932820,254 9445570,933074,189 827500,933263,186 16569014,933449,154 8407572,933603,123 7355497,933726,123 11283881,933849,253 16561762,934102,124 4719775,934226,162 556952,934388,197 13128289,934585,139 12599585,934724,109 7637179,934833,141 10800914,934974,170 5008118,935144,127 4758993,935271,161 11562976,935432,161 4503956,935593,157 4237631,935750,147 7389074,935897,123 12618865,936020,193 16019278,936213,138 2899723,936351,142 6064150,936493,155 12124,936648,141 16016477,936789,114 3733598,936903,166 11320161,937069,195 2390520,937264,147 8191362,937411,213 1576236,937624,141 273844,937765,277 319664,938042,254 584949,938296,141 13661776,938437,154 6344873,938591,161 8965882,938752,196 9990,938948,131 52049,939079,178 12870839,939257,199 15483160,939456,194 14190091,939650,154 3416067,939804,212 15760744,940016,159 4252630,940175,189 11820368,940364,189 7920290,940553,259 3715486,940812,154 3727982,940966,182 53328,941148,130 7391686,941278,141 13941039,941419,166 6855303,941585,141 6598280,941726,127 11313950,941853,189 6011,942042,142 10017476,942184,252 5254040,942436,194 13117490,942630,242 9726583,942872,166 12858475,943038,137 8422569,943175,140 16019093,943315,143 5031894,943458,259 13109363,943717,135 7347195,943852,214 292462,944066,164 11303501,944230,149 7093,944379,139 9795,944518,167 3719318,944685,149 13652311,944834,170 2654344,945004,122 6606446,945126,135 1848439,945261,144 12336647,945405,208 4783523,945613,219 5783,945832,147 12307,945979,140 302590,946119,153 846980,946272,257 10279687,946529,148 14478185,946677,166 20021,946843,158 16257800,947001,114 16294614,947115,174 1583684,947289,155 16553166,947444,178 9471643,947622,178 14686367,947800,147 7616109,947947,152 8706863,948099,134 9722059,948233,156 2682010,948389,130 16563835,948519,197 11800499,948716,197 15490152,948913,234 12903686,949147,142 3205978,949289,148 16256879,949437,141 32995,949578,161 11847214,949739,121 12068250,949860,144 2630966,950004,211 12099957,950215,123 13423553,950338,169 839928,950507,141 7626640,950648,159 10757717,950807,204 6334256,951011,237 3972054,951248,111 16276380,951359,178 7121192,951537,127 55393,951664,160 7651709,951824,230 8942001,952054,139 15773573,952193,139 16559668,952332,139 14473856,952471,185 13398662,952656,227 6614711,952883,196 3703255,953079,130 1574125,953209,130 13906528,953339,114 5299007,953453,171 1081780,953624,219 17017,953843,181 47283,954024,141 16047518,954165,114 13949209,954279,114 1315092,954393,253 10768454,954646,219 1844429,954865,169 31789,955034,175 11827016,955209,246 16273436,955455,220 4458251,955675,139 16302665,955814,60 12071349,955874,143 15529661,956017,143 3716307,956160,143 13125506,956303,190 15242083,956493,114 8129782,956607,240 7642489,956847,159 55038,957006,141 835444,957147,134 16551805,957281,171 2407960,957452,196 11803947,957648,254 1360403,957902,123 7394067,958025,196 10231094,958221,196 13417470,958417,196 10803505,958613,123 12386009,958736,123 8421923,958859,123 3148384,958982,154 8441957,959136,137 2634086,959273,197 12599300,959470,164 2141526,959634,178 5253621,959812,213 13371643,960025,252 12365713,960277,173 15783900,960450,217 29188,960667,188 4245535,960855,268 1333696,961123,122 9200035,961245,139 11014279,961384,130 10496051,961514,154 13157109,961668,259 15751241,961927,158 3466732,962085,140 10808643,962225,154 9709965,962379,228 43630,962607,141 818216,962748,109 6833111,962857,231 2152459,963088,137 9211787,963225,196 12085911,963421,156 2654,963577,120 4186,963697,115 24727,963812,115 24584,963927,115 7022,964042,165 1035,964207,130 258,964337,115 9240180,964452,135 11010413,964587,133 278697,964720,185 4981059,964905,122 14955667,965027,196 3418386,965223,196 6310826,965419,146 4994638,965565,223 12363147,965788,161 8441529,965949,161 13685756,966110,122 7105747,966232,141 14698989,966373,121 8401120,966494,158 15228294,966652,207 1324825,966859,170 5779264,967029,156 561338,967185,129 9741258,967314,141 2378979,967455,139 12107508,967594,127 343,967721,134 5832126,967855,228 16052631,968083,152 7138641,968235,176 312294,968411,154 2646838,968565,130 1364329,968695,196 1073893,968891,139 8373,969030,182 14705255,969212,219 7387050,969431,197 8696603,969628,127 533797,969755,219 12883200,969974,141 16015586,970115,219 14995748,970334,148 5027,970482,166 11581543,970648,158 12583808,970806,137 10009497,970943,202 9762,971145,220 16262958,971365,124 10275152,971489,135 16292112,971624,214 5300463,971838,114 8686221,971952,141 1885163,972093,213 5262462,972306,200 5139,972506,233 1945,972739,175 13638843,972914,238 7636923,973152,133 6872358,973285,227 2647779,973512,169 6353290,973681,196 15480947,973877,137 7865459,974014,130 11025934,974144,127 1098098,974271,196 5406,974467,220 4382,974687,215 16541,974902,130 13390051,975032,170 14476037,975202,127 10803762,975329,130 3822,975459,136 8133710,975595,139 14202551,975734,182 8454,975916,145 9180340,976061,178 3971186,976239,159 4244422,976398,136 6067798,976534,169 14704742,976703,159 1348422,976862,149 14475499,977011,218 15502490,977229,196 11830869,977425,196 2901849,977621,258 10753382,977879,194 1873498,978073,226 4201311,978299,224 11068754,978523,164 6081916,978687,187 5002,978874,216 11022509,979090,194 12345334,979284,246 13166552,979530,250 6345244,979780,168 13390260,979948,214 50164,980162,175 12094188,980337,156 13686659,980493,196 11287415,980689,178 11598861,980867,141 13420844,981008,158 7737,981166,148 7893597,981314,141 16574058,981455,160 7878348,981615,213 9228124,981828,134 7391283,981962,113 816107,982075,154 297697,982229,259 15775185,982488,130 57344,982618,160 9471115,982778,153 13162361,982931,203 1094511,983134,189 16554950,983323,223 13117738,983546,161 14975692,983707,126 4743263,983833,189 11551087,984022,226 5250451,984248,196 2627240,984444,143 16315698,984587,139 11568086,984726,139 8439749,984865,199 14959435,985064,117 849316,985181,142 10235553,985323,219 562996,985542,158 15768791,985700,321 12378435,986021,123 6582323,986144,123 8677496,986267,123 13160579,986390,123 813756,986513,199 32954,986712,151 4721586,986863,154 13418617,987017,178 14686680,987195,126 6303956,987321,123 16291306,987444,123 1634776,987567,123 3984733,987690,196 8156776,987886,196 7092280,988082,185 3201497,988267,123 7868279,988390,272 10762444,988662,156 7631390,988818,137 9194716,988955,210 5268979,989165,137 3970313,989302,174 12364668,989476,158 6605661,989634,159 5775849,989793,121 12885836,989914,196 815178,990110,196 15786972,990306,134 11065857,990440,392 8136070,990832,137 15745480,990969,154 13408534,991123,214 15499206,991337,179 5024764,991516,178 4312,991694,122 8596,991816,145 6052586,991961,115 2939,992076,125 3210552,992201,139 4998,992340,126 15376,992466,141 5547612,992607,165 12377538,992772,170 10016867,992942,272 848710,993214,219 8191821,993433,206 13143846,993639,212 7354995,993851,256 1112555,994107,217 8432918,994324,219 282287,994543,139 1610950,994682,247 4242738,994929,130 13405809,995059,141 3732820,995200,162 8972559,995362,126 12404,995488,125 15506315,995613,158 11580333,995771,166 1614474,995937,176 2111067,996113,175 15261184,996288,228 7391566,996516,174 7393409,996690,245 16540730,996935,161 11030875,997096,161 5552101,997257,183 9724786,997440,197 12324775,997637,115 16302368,997752,220 15780305,997972,229 3440220,998201,126 11860985,998327,196 5271415,998523,196 803305,998719,196 3991588,998915,196 3430918,999111,149 6454,999260,182 12099337,999442,178 262858,999620,236 3996508,999856,199 7618747,1000055,193 1839457,1000248,133 11853361,1000381,141 10764327,1000522,178 11859873,1000700,189 2682336,1000889,185 8961349,1001074,161 5569776,1001235,161 3172997,1001396,161 5037361,1001557,161 8959726,1001718,152 7402016,1001870,155 13664634,1002025,123 10013235,1002148,123 6859550,1002271,123 7401216,1002394,123 13137765,1002517,110 2897861,1002627,243 13385936,1002870,122 8156720,1002992,254 9970415,1003246,174 7897144,1003420,157 12386283,1003577,193 304,1003770,150 16517761,1003920,150 15746522,1004070,130 12060438,1004200,197 11071174,1004397,128 15003714,1004525,139 4212989,1004664,154 2143129,1004818,117 13380897,1004935,230 16535,1005165,125 10244047,1005290,172 14194400,1005462,236 6242,1005698,136 1896137,1005834,146 3152,1005980,131 3418865,1006111,130 2127954,1006241,109 13164233,1006350,117 4511141,1006467,128 3733309,1006595,141 12623885,1006736,139 811281,1006875,156 8900,1007031,114 1848078,1007145,137 12121930,1007282,112 6574342,1007394,137 791865,1007531,123 7100055,1007654,141 1535,1007795,127 16284448,1007922,141 14723803,1008063,228 15529041,1008291,158 5771843,1008449,162 11050988,1008611,139 48798,1008750,199 5555578,1008949,168 5816698,1009117,170 3670431,1009287,248 2383051,1009535,142 6331336,1009677,225 4221582,1009902,204 1839023,1010106,147 8959142,1010253,193 2674440,1010446,103 8488,1010549,140 7283,1010689,139 2919026,1010828,156 3714446,1010984,185 3461304,1011169,154 13657894,1011323,158 15530740,1011481,177 14192502,1011658,123 4234280,1011781,123 6070646,1011904,248 5781625,1012152,158 16010352,1012310,212 13166576,1012522,137 11572059,1012659,139 16009711,1012798,149 5562148,1012947,199 11279839,1013146,154 15259673,1013300,169 7875966,1013469,134 7609056,1013603,154 2404873,1013757,122 16541150,1013879,141 11562687,1014020,167 6307110,1014187,165 12357690,1014352,130 13676840,1014482,161 12342353,1014643,161 7636491,1014804,141 1584536,1014945,171 14198068,1015116,156 15487420,1015272,213 15759848,1015485,213 7877147,1015698,189 6297603,1015887,239 41110,1016126,158 7889276,1016284,158 9703019,1016442,196 6617936,1016638,140 7662280,1016778,185 11851342,1016963,162 16293307,1017125,118 14196765,1017243,170 12907282,1017413,130 9457297,1017543,154 6088887,1017697,235 3936690,1017932,137 1067846,1018069,160 14421037,1018229,225 13658085,1018454,117 9240244,1018571,232 13395634,1018803,114 10249710,1018917,200 7916036,1019117,132 3418511,1019249,154 6089245,1019403,193 1578070,1019596,134 6088,1019730,156 3728093,1019886,178 8936955,1020064,178 5813293,1020242,195 14698707,1020437,182 5825167,1020619,123 7895946,1020742,123 4986620,1020865,137 4766886,1021002,193 11536858,1021195,141 1359,1021336,139 23686,1021475,248 3147071,1021723,160 12114716,1021883,214 3936486,1022097,132 9454854,1022229,158 8609,1022387,141 16561816,1022528,197 461,1022725,95 6050925,1022820,196 8692177,1023016,178 9477501,1023194,139 7900237,1023333,151 7912474,1023484,141 3673,1023625,171 1056081,1023796,174 14478163,1023970,243 15502023,1024213,199 8926815,1024412,189 2657464,1024601,178 16547670,1024779,164 2900051,1024943,175 823295,1025118,196 5550369,1025314,196 7897346,1025510,159 8694428,1025669,158 15790034,1025827,197 2405086,1026024,170 16028575,1026194,174 1830,1026368,258 16550807,1026626,261 2927397,1026887,261 1877298,1027148,217 8082,1027365,161 3075,1027526,145 8174284,1027671,154 9761064,1027825,156 1055572,1027981,191 11013219,1028172,196 6079239,1028368,196 14684287,1028564,135 12845436,1028699,135 326207,1028834,155 5505591,1028989,122 5025800,1029111,282 15233010,1029393,155 20504,1029548,142 7397113,1029690,244 11594428,1029934,164 9750161,1030098,200 3995025,1030298,213 6299905,1030511,213 8186751,1030724,181 9209216,1030905,152 4211241,1031057,136 16527211,1031193,173 2652937,1031366,178 9668,1031544,135 12633376,1031679,135 7910029,1031814,184 11042872,1031998,237 16260496,1032235,172 10512964,1032407,111 14466682,1032518,189 3422391,1032707,166 13370999,1032873,199 7881985,1033072,129 3185699,1033201,160 5560145,1033361,121 1341451,1033482,186 11317177,1033668,161 8958225,1033829,139 9189724,1033968,121 13903243,1034089,139 269165,1034228,189 16007510,1034417,129 32962,1034546,155 6852022,1034701,149 15528770,1034850,213 5308192,1035063,167 14964544,1035230,139 16291010,1035369,139 7394169,1035508,141 63532,1035649,141 49585,1035790,141 16055473,1035931,113 14207209,1036044,182 8173920,1036226,225 11550102,1036451,145 9989212,1036596,302 2390314,1036898,135 3199878,1037033,178 7396248,1037211,141 11807246,1037352,165 10274990,1037517,171 11548063,1037688,139 12638562,1037827,173 16255947,1038000,141 5297023,1038141,258 1577490,1038399,141 7395619,1038540,196 12073480,1038736,230 2667592,1038966,196 1049857,1039162,168 2947746,1039330,156 10787829,1039486,163 5258657,1039649,175 15767525,1039824,159 4987453,1039983,213 524942,1040196,122 15263538,1040318,158 11828380,1040476,141 16033593,1040617,137 16019627,1040754,197 2906639,1040951,141 2896164,1041092,141 5255735,1041233,123 11552794,1041356,123 11836639,1041479,123 4767595,1041602,123 2891192,1041725,139 5800477,1041864,131 14196997,1041995,220 12361794,1042215,226 3933464,1042441,161 9438760,1042602,161 11839998,1042763,183 569944,1042946,137 10257599,1043083,123 1876179,1043206,154 10288337,1043360,215 13422110,1043575,206 849109,1043781,135 8136292,1043916,178 11299599,1044094,151 13153709,1044245,158 8140902,1044403,130 811471,1044533,130 10231128,1044663,130 3671468,1044793,127 3436189,1044920,127 6837441,1045047,148 4379,1045195,174 7107853,1045369,151 12337039,1045520,196 1323012,1045716,196 16047169,1045912,205 12878703,1046117,133 8177348,1046250,169 3919,1046419,140 11013322,1046559,256 3713596,1046815,183 770,1046998,157 5285072,1047155,154 8388624,1047309,113 9457,1047422,239 1323005,1047661,141 801997,1047802,228 1354693,1048030,139 5296659,1048169,177 7721,1048346,130 5244088,1048476,196 53426,1048672,150 6094645,1048822,164 13410170,1048986,198 7926430,1049184,168 6584189,1049352,208 10244334,1049560,208 4255128,1049768,154 13144569,1049922,171 11328741,1050093,159 45922,1050252,123 15000747,1050375,123 6345314,1050498,134 8651986,1050632,159 5569174,1050791,109 6304587,1050900,123 3715031,1051023,160 2660666,1051183,144 6613900,1051327,160 16026704,1051487,139 14471765,1051626,174 10497078,1051800,226 800,1052026,125 5278223,1052151,284 8178658,1052435,154 11052514,1052589,202 12363942,1052791,139 7667532,1052930,212 6860563,1053142,141 6822578,1053283,159 14700477,1053442,245 8186798,1053687,162 14700683,1053849,186 10231445,1054035,155 6308479,1054190,285 15244980,1054475,193 13920874,1054668,193 10026356,1054861,138 6609731,1054999,271 3672,1055270,126 9616,1055396,160 11280235,1055556,149 2862,1055705,227 4744686,1055932,154 13694779,1056086,158 1574517,1056244,133 4034,1056377,150 7138394,1056527,252 4506438,1056779,196 3175574,1056975,196 7375369,1057171,196 13420015,1057367,189 9437865,1057556,180 12593293,1057736,135 805171,1057871,220 100,1058091,203 5270413,1058294,129 14559,1058423,141 16042725,1058564,131 9437262,1058695,193 8136244,1058888,139 4256787,1059027,115 13161471,1059142,139 12893828,1059281,128 16053540,1059409,193 48065,1059602,135 2408893,1059737,195 41710,1059932,141 23004,1060073,141 64837,1060214,158 5282035,1060372,145 11850037,1060517,139 5029,1060656,153 10239439,1060809,122 2394260,1060931,241 11553727,1061172,258 13380995,1061430,213 13921806,1061643,252 8926828,1061895,158 4774550,1062053,179 15758564,1062232,228 10514988,1062460,166 16570440,1062626,123 15470715,1062749,161 1844012,1062910,161 14683577,1063071,121 14421296,1063192,234 15772887,1063426,154 9737632,1063580,139 42698,1063719,141 3724615,1063860,167 16548806,1064027,200 3192399,1064227,137 1875262,1064364,214 15740839,1064578,196 1629911,1064774,196 13123028,1064970,165 14727501,1065135,238 14173483,1065373,214 14948459,1065587,187 34609,1065774,141 8969897,1065915,123 7899274,1066038,130 8657,1066168,161 8140,1066329,161 10758531,1066490,151 15501458,1066641,200 7636905,1066841,178 19063,1067019,178 10753079,1067197,204 6332682,1067401,161 9204216,1067562,161 13370651,1067723,161 9205522,1067884,161 9724881,1068045,161 8658,1068206,161 6048125,1068367,175 9970510,1068542,121 5259160,1068663,155 7872633,1068818,113 811126,1068931,193 847590,1069124,193 14996797,1069317,193 12588093,1069510,193 12589189,1069703,193 29852,1069896,198 5805263,1070094,160 2160734,1070254,147 7873965,1070401,179 15523995,1070580,184 9188,1070764,136 7394546,1070900,112 7919344,1071012,192 12329124,1071204,161 578603,1071365,161 7904976,1071526,161 11584743,1071687,161 10487704,1071848,161 8141,1072009,161 3730660,1072170,161 9720067,1072331,161 9360,1072492,161 9175,1072653,161 5544722,1072814,161 16556350,1072975,161 2410134,1073136,160 9754481,1073296,160 15224452,1073456,160 5682,1073616,163 14999749,1073779,177 13112441,1073956,160 1879813,1074116,160 5851,1074276,155 7906,1074431,161 2151871,1074592,177 6088939,1074769,161 12631505,1074930,185 11827623,1075115,185 8131019,1075300,196 1844705,1075496,185 12645942,1075681,232 6690,1075913,153 11591482,1076066,160 8410905,1076226,160 3456512,1076386,160 5563104,1076546,139 3439200,1076685,139 7363,1076824,139 2362818,1076963,172 7885338,1077135,160 7374278,1077295,139 2145222,1077434,158 327329,1077592,196 15502498,1077788,135 12058648,1077923,130 7631536,1078053,219 5532686,1078272,130 15503022,1078402,144 10503131,1078546,133 14739387,1078679,134 32908,1078813,118 302977,1078931,118 4231,1079049,134 45235,1079183,129 303050,1079312,196 5243243,1079508,196 11290669,1079704,268 9059,1079972,217 27,1080189,125 36952,1080314,218 7421,1080532,154 524423,1080686,127 14424577,1080813,231 21663,1081044,122 2630911,1081166,178 3679595,1081344,134 7407,1081478,152 630,1081630,166 5026332,1081796,216 2121463,1082012,161 1318776,1082173,161 14173968,1082334,190 6514,1082524,157 9031,1082681,150 9384,1082831,150 12620084,1082981,150 6505,1083131,132 6320,1083263,132 5834,1083395,132 4045,1083527,132 7098,1083659,132 1244,1083791,132 3319,1083923,132 5134,1084055,132 7711,1084187,132 2112239,1084319,140 22905,1084459,154 2129039,1084613,152 2868,1084765,185 7648638,1084950,178 12106531,1085128,266 3467828,1085394,259 3183350,1085653,222 11054397,1085875,196 2404170,1086071,148 8134756,1086219,140 4512913,1086359,184 14720440,1086543,184 3929,1086727,113 5240,1086840,189 4782305,1087029,114 9212115,1087143,114 10488,1087257,139 5815439,1087396,162 13915582,1087558,248 6557134,1087806,260 5558898,1088066,147 15476475,1088213,130 8436,1088343,157 323217,1088500,122 11826243,1088622,161 16578119,1088783,213 1599594,1088996,178 12864465,1089174,225 7125445,1089399,155 3176047,1089554,189 11047468,1089743,189 16256243,1089932,189 12884482,1090121,189 8043,1090310,189 9954,1090499,189 14435367,1090688,154 12334080,1090842,154 15239276,1090996,225 9471,1091221,149 7713,1091370,142 925,1091512,140 2061,1091652,114 3707,1091766,115 946,1091881,107 10248481,1091988,245 41158,1092233,126 6593665,1092359,132 6762,1092491,140 10776948,1092631,196 16042834,1092827,196 12060887,1093023,196 9724190,1093219,216 49380,1093435,140 3344,1093575,125 8104,1093700,173 4059,1093873,149 3934065,1094022,135 8405326,1094157,208 2397250,1094365,152 12870675,1094517,141 4298,1094658,144 57502,1094802,145 2568,1094947,169 2124426,1095116,218 7881846,1095334,270 4453,1095604,141 2664,1095745,178 8582,1095923,212 1587481,1096135,130 15261879,1096265,114 6817557,1096379,139 3978935,1096518,196 12855189,1096714,165 10494118,1096879,170 5788298,1097049,172 12906961,1097221,252 11331451,1097473,245 2897568,1097718,122 11580124,1097840,187 13393230,1098027,187 4213251,1098214,187 13134983,1098401,187 7872,1098588,157 6577554,1098745,262 3718170,1099007,190 8399252,1099197,165 14714973,1099362,165 3410687,1099527,189 5799521,1099716,189 12624290,1099905,129 577719,1100034,189 15521418,1100223,252 5264082,1100475,258 9498329,1100733,198 6317139,1100931,174 7117035,1101105,155 40478,1101260,141 9534,1101401,154 13152227,1101555,228 13410912,1101783,245 8148814,1102028,124 2683150,1102152,117 284164,1102269,232 3457273,1102501,155 65224,1102656,141 2906765,1102797,185 1097461,1102982,189 14973759,1103171,205 821895,1103376,155 5565859,1103531,126 4256800,1103657,245 3449506,1103902,196 7642511,1104098,196 9722119,1104294,255 6216,1104549,146 5883,1104695,165 10502494,1104860,159 11034806,1105019,123 12890881,1105142,123 14704453,1105265,123 7654457,1105388,199 3678934,1105587,207 9758917,1105794,139 7093099,1105933,128 8935,1106061,149 4739511,1106210,139 12117881,1106349,121 13132999,1106470,159 4733752,1106629,123 1872200,1106752,123 9461550,1106875,172 16262066,1107047,196 3412624,1107243,144 8191566,1107387,263 6574000,1107650,135 57574,1107785,131 2683750,1107916,246 14721964,1108162,196 12350836,1108358,196 2139776,1108554,196 8923315,1108750,196 10806679,1108946,121 27836,1109067,141 6058147,1109208,189 7432,1109397,181 7554,1109578,127 4887,1109705,132 41124,1109837,147 7640961,1109984,178 500,1110162,121 4251,1110283,140 5162,1110423,184 4443,1110607,191 12599253,1110798,182 15509611,1110980,183 13147356,1111163,183 9489,1111346,189 4491260,1111535,189 11037613,1111724,193 14159769,1111917,193 11841882,1112110,179 9317,1112289,136 2207,1112425,152 20732,1112577,169 10280707,1112746,200 4488,1112946,121 5882,1113067,132 16294280,1113199,144 10519212,1113343,169 11037377,1113512,158 13919230,1113670,158 6853473,1113828,214 12326316,1114042,152 48514,1114194,254 9720125,1114448,147 4468,1114595,148 6484,1114743,146 9725671,1114889,175 5028021,1115064,254 7374274,1115318,174 15504365,1115492,137 3210344,1115629,252 35478,1115881,141 12345511,1116022,173 8424599,1116195,168 14478854,1116363,196 283335,1116559,136 15738693,1116695,140 5558452,1116835,236 4988,1117071,166 15226457,1117237,185 3456912,1117422,213 13415416,1117635,170 14984305,1117805,139 1110021,1117944,139 6605870,1118083,219 8913394,1118302,174 1364255,1118476,196 14420300,1118672,196 1861464,1118868,196 2407672,1119064,196 10486846,1119260,214 13124905,1119474,154 8144764,1119628,154 16283576,1119782,175 15782641,1119957,141 11068398,1120098,173 9357,1120271,173 1055,1120444,173 2140430,1120617,172 15483787,1120789,115 9964709,1120904,271 4460802,1121175,161 11034340,1121336,155 1581461,1121491,161 4487230,1121652,161 828148,1121813,201 12338352,1122014,115 7651255,1122129,189 5298688,1122318,214 16051551,1122532,164 57572,1122696,183 2198,1122879,144 2383550,1123023,162 263402,1123185,167 8392151,1123352,144 13677885,1123496,144 53484,1123640,164 5033066,1123804,160 3171179,1123964,123 7374925,1124087,157 10809832,1124244,123 5531473,1124367,189 2362122,1124556,150 13670869,1124706,143 1360834,1124849,158 1079387,1125007,155 14418039,1125162,252 16053669,1125414,127 15506267,1125541,142 2935829,1125683,142 1358702,1125825,175 1607340,1126000,136 8028,1126136,136 7936,1126272,136 9543,1126408,135 6341,1126543,132 5710,1126675,135 9832,1126810,135 9341,1126945,135 8805,1127080,135 16285846,1127215,229 11014652,1127444,139 7594,1127583,128 14981329,1127711,134 7087993,1127845,134 53020,1127979,172 2673665,1128151,160 14220126,1128311,164 8998,1128475,160 835349,1128635,140 3403,1128775,126 16635,1128901,156 13653037,1129057,192 7621284,1129249,178 7081,1129427,195 3187232,1129622,138 7140211,1129760,160 10238639,1129920,160 7872475,1130080,160 5023085,1130240,161 12086504,1130401,161 832281,1130562,161 1589063,1130723,160 11821715,1130883,160 5285064,1131043,160 29,1131203,149 1599408,1131352,175 7111478,1131527,160 14473340,1131687,233 12900989,1131920,156 2922,1132076,185 37014,1132261,145 7070,1132406,150 14731924,1132556,163 9910,1132719,163 9559,1132882,138 7372,1133020,138 12298,1133158,150 7999,1133308,110 2385169,1133418,110 12648404,1133528,122 7123150,1133650,122 36594,1133772,122 10277741,1133894,122 12846101,1134016,122 15269039,1134138,122 8657758,1134260,122 2928733,1134382,122 10494391,1134504,122 9394,1134626,122 6959,1134748,122 9805,1134870,177 8690854,1135047,169 14696004,1135216,120 7987,1135336,122 8256,1135458,139 3697595,1135597,139 15232338,1135736,139 3962186,1135875,139 14975897,1136014,139 8515,1136153,139 7665170,1136292,139 9365,1136431,139 9376,1136570,139 2062,1136709,139 37020,1136848,139 4645,1136987,139 1334225,1137126,139 7127506,1137265,139 1840200,1137404,139 6020,1137543,139 7185,1137682,139 7750,1137821,139 6308,1137960,139 6336,1138099,139 9076,1138238,139 11329552,1138377,183 7632200,1138560,141 177,1138701,122 6146,1138823,174 7749,1138997,183 7332,1139180,183 6773,1139363,183 7898172,1139546,148 5033,1139694,149 2777,1139843,183 3591,1140026,183 9752108,1140209,183 16519142,1140392,173 7659051,1140565,192 8799,1140757,192 6067106,1140949,186 2424146,1141135,180 2936922,1141315,180 7660867,1141495,180 5583,1141675,139 7142055,1141814,142 9201,1141956,183 5563581,1142139,223 5510397,1142362,177 9440193,1142539,246 7336,1142785,179 4742496,1142964,175 14452190,1143139,173 11595333,1143312,181 9102,1143493,136 7563,1143629,136 5064,1143765,136 14420762,1143901,134 813798,1144035,162 8660501,1144197,136 15762479,1144333,136 5515038,1144469,163 2671325,1144632,170 8430985,1144802,170 12847416,1144972,201 7248,1145173,206 43522,1145379,124 11331056,1145503,131 16027192,1145634,117 7652923,1145751,169 8157841,1145920,139 11303841,1146059,139 7088533,1146198,139 9981934,1146337,139 15215338,1146476,139 6313752,1146615,139 12900743,1146754,139 16578734,1146893,139 6305501,1147032,139 1051561,1147171,139 9203802,1147310,139 6317856,1147449,139 8150264,1147588,139 11854276,1147727,134 14710141,1147861,190 3455782,1148051,190 8416283,1148241,200 5867,1148441,139 6366,1148580,139 6086853,1148719,139 5810233,1148858,139 7783,1148997,139 8954,1149136,139 5376,1149275,139 10520756,1149414,139 6586521,1149553,139 13663797,1149692,139 7781,1149831,139 3441734,1149970,127 282118,1150097,127 9998,1150224,139 9913,1150363,127 6553706,1150490,117 53406,1150607,119 6628,1150726,126 6852,1150852,126 7003,1150978,126 3992143,1151104,124 14450596,1151228,124 11589068,1151352,130 3680733,1151482,134 7879,1151616,122 9808,1151738,126 9041,1151864,126 7759,1151990,126 6039050,1152116,127 7882180,1152243,115 13115238,1152358,117 5573,1152475,117 5154,1152592,117 1087542,1152709,117 8391296,1152826,154 16309128,1152980,117 3973960,1153097,197 14965410,1153294,197 13384510,1153491,132 2130624,1153623,219 14446029,1153842,213 12855341,1154055,168 5785313,1154223,152 5951,1154375,161 7391,1154536,163 12604967,1154699,163 4986859,1154862,177 13382587,1155039,195 14183657,1155234,177 15266224,1155411,177 6056754,1155588,144 8707360,1155732,144 6193,1155876,144 2424155,1156020,141 2651853,1156161,236 2118962,1156397,235 2948965,1156632,162 2893783,1156794,137 9980897,1156931,137 10534,1157068,206 2406931,1157274,161 6117,1157435,144 6124,1157579,144 6119,1157723,144 6121,1157867,144 1882764,1158011,144 5609,1158155,153 6929,1158308,157 9818,1158465,145 13155865,1158610,176 10795638,1158786,206 20674,1158992,154 4456464,1159146,123 22221,1159269,123 24631,1159392,148 14467307,1159540,154 2669654,1159694,120 52734,1159814,123 10549397,1159937,233 30925,1160170,144 11810473,1160314,190 7391821,1160504,181 6673,1160685,139 4774736,1160824,206 13125516,1161030,228 10285013,1161258,152 10236966,1161410,139 2911877,1161549,139 7633,1161688,139 7631,1161827,139 7637,1161966,139 7636,1162105,139 14981334,1162244,123 8835,1162367,137 4315,1162504,137 4638,1162641,137 13411426,1162778,139 4736288,1162917,139 13110903,1163056,287 1077055,1163343,161 9456122,1163504,139 12324708,1163643,139 197,1163782,139 6575537,1163921,139 691,1164060,133 839,1164193,133 3596,1164326,140 14209925,1164466,137 1616133,1164603,137 7032,1164740,137 15006461,1164877,139 9725340,1165016,139 11585349,1165155,159 1363938,1165314,139 4514103,1165453,139 4896,1165592,139 32993,1165731,140 16309119,1165871,135 6596457,1166006,135 15243716,1166141,156 12373964,1166297,150 1258,1166447,130 4729,1166577,137 4897,1166714,137 2050,1166851,137 677,1166988,137 6257,1167125,137 3711,1167262,137 4485,1167399,137 1073227,1167536,137 13159352,1167673,137 8664215,1167810,137 7127575,1167947,137 1333456,1168084,137 6064696,1168221,137 15506036,1168358,137 2906597,1168495,137 14220344,1168632,192 11282956,1168824,178 2910104,1169002,136 9037,1169138,193 9558,1169331,193 6297736,1169524,178 14180528,1169702,168 5564156,1169870,207 7662138,1170077,203 16259687,1170280,264 15472431,1170544,264 8681336,1170808,146 8945411,1170954,195 6624,1171149,181 9606,1171330,203 16003523,1171533,123 6596035,1171656,123 2643546,1171779,193 7124331,1171972,171 12335850,1172143,250 14951077,1172393,139 13945266,1172532,151 6300096,1172683,177 8925322,1172860,177 6085332,1173037,184 9960,1173221,184 9490,1173405,195 7206,1173600,193 1369828,1173793,266 3427152,1174059,158 16566423,1174217,159 5838,1174376,193 8808,1174569,193 6274,1174762,201 13953550,1174963,122 7141976,1175085,122 2159523,1175207,236 800732,1175443,236 12351088,1175679,236 2415532,1175915,236 1842535,1176151,236 3149525,1176387,193 4741814,1176580,193 5518640,1176773,193 16279249,1176966,193 2386341,1177159,182 15475517,1177341,184 7927293,1177525,184 6061406,1177709,184 9463580,1177893,196 12330464,1178089,196 16049147,1178285,196 13643187,1178481,213 15256877,1178694,213 8693988,1178907,236 825023,1179143,196 6350593,1179339,196 15206539,1179535,196 10506694,1179731,122 15789008,1179853,203 6569612,1180056,172 4818,1180228,133 11035634,1180361,141 8151191,1180502,198 13390773,1180700,198 6348356,1180898,198 1069426,1181096,172 583759,1181268,172 8947203,1181440,189 325944,1181629,198 11306301,1181827,198 4736763,1182025,198 13696848,1182223,130 2147215,1182353,130 8152733,1182483,130 14212605,1182613,130 13655992,1182743,128 14689407,1182871,191 17995,1183062,191 8452870,1183253,191 7120969,1183444,122 6603604,1183566,122 5295394,1183688,122 11839834,1183810,122 8710936,1183932,128 15470887,1184060,128 5772838,1184188,122 7398434,1184310,139 20495,1184449,141 8134105,1184590,219 10520262,1184809,219 10262944,1185028,219 5784728,1185247,219 57520,1185466,147 57598,1185613,147 57396,1185760,147 57593,1185907,147 13162265,1186054,133 4217,1186187,143 4137,1186330,143 3592,1186473,140 4457383,1186613,142 11598571,1186755,142 8170868,1186897,142 24638,1187039,147 24623,1187186,147 24647,1187333,147 20642,1187480,141 573,1187621,142 2112007,1187763,142 20522,1187905,143 12326645,1188048,142 16538425,1188190,142 3436432,1188332,142 6093926,1188474,142 13921616,1188616,142 7643183,1188758,142 8949901,1188900,142 15759382,1189042,142 8762,1189184,134 8638,1189318,134 1366761,1189452,141 16044002,1189593,142 11013133,1189735,142 12614588,1189877,142 2419123,1190019,142 4568,1190161,146 12618848,1190307,142 15265267,1190449,142 14993186,1190591,142 6613328,1190733,142 15998914,1190875,142 4500953,1191017,142 813059,1191159,142 1892007,1191301,142 15761158,1191443,142 8974385,1191585,142 6387,1191727,140 6802,1191867,140 3137,1192007,133 5814,1192140,133 6392,1192273,135 9518,1192408,131 5559407,1192539,131 10789450,1192670,134 4513934,1192804,134 57398,1192938,159 57423,1193097,147 4351,1193244,147 4180,1193391,147 4342,1193538,147 4262,1193685,147 12371984,1193832,134 8172059,1193966,132 2389629,1194098,131 4726128,1194229,134 15774437,1194363,142 9010,1194505,123 9068,1194628,123 9183,1194751,123 9472,1194874,123 9660,1194997,123 5806013,1195120,142 6062991,1195262,142 15514909,1195404,142 6627,1195546,123 7011,1195669,123 7874,1195792,123 8179,1195915,123 4346,1196038,123 20708,1196161,123 3475,1196284,123 8190687,1196407,123 7906276,1196530,123 1347526,1196653,123 2648760,1196776,123 2678828,1196899,123 14727610,1197022,123 50704,1197145,123 12121777,1197268,123 9239226,1197391,123 8180163,1197514,123 15785186,1197637,123 2403201,1197760,123 14743623,1197883,123 2680783,1198006,123 14995087,1198129,123 11018342,1198252,123 12341943,1198375,123 6052168,1198498,123 13155528,1198621,123 15205387,1198744,123 1333765,1198867,123 1878951,1198990,123 12616826,1199113,123 3413406,1199236,123 5812277,1199359,123 14452440,1199482,123 9484593,1199605,123 13689152,1199728,123 2400993,1199851,123 270668,1199974,155 16265956,1200129,167 8448662,1200296,123 6292232,1200419,123 323902,1200542,123 10023083,1200665,123 7877057,1200788,123 7879300,1200911,123 6065486,1201034,123 8938463,1201157,123 8920993,1201280,123 13164779,1201403,123 10008803,1201526,123 8934293,1201649,123 7891996,1201772,123 5016953,1201895,123 1893931,1202018,123 798753,1202141,123 802463,1202264,123 16579656,1202387,123 10234175,1202510,123 8429995,1202633,129 8661082,1202762,146 13940991,1202908,177 553986,1203085,123 9762467,1203208,123 10019033,1203331,123 13380085,1203454,123 2644715,1203577,123 15737973,1203700,123 2891555,1203823,123 5545747,1203946,123 15784930,1204069,123 7635220,1204192,123 1635907,1204315,123 10772064,1204438,123 10491944,1204561,123 13632331,1204684,123 1065343,1204807,123 11036287,1204930,123 13641112,1205053,123 8437253,1205176,123 2400372,1205299,123 8681611,1205422,123 8692771,1205545,178 3962995,1205723,124 10258605,1205847,199 8950910,1206046,199 13148878,1206245,153 5829782,1206398,140 5799767,1206538,123 13663277,1206661,229 15492327,1206890,144 4228654,1207034,167 12893162,1207201,165 9996100,1207366,220 15217726,1207586,214 3434887,1207800,178 10023976,1207978,178 10800178,1208156,199 27986,1208355,123 10498713,1208478,171 4216036,1208649,135 14457486,1208784,205 11333278,1208989,161 12081112,1209150,161 7388990,1209311,165 11061375,1209476,140 3965726,1209616,136 9494523,1209752,138 3168826,1209890,167 2885660,1210057,109 12616840,1210166,125 3732823,1210291,126 5547002,1210417,175 2387082,1210592,145 11322651,1210737,243 3694438,1210980,134 12076249,1211114,123 10254851,1211237,133 6082431,1211370,170 6820501,1211540,163 7344558,1211703,149 269946,1211852,128 8693640,1211980,116 11296950,1212096,127 1356656,1212223,277 6851009,1212500,196 1853819,1212696,230 2936664,1212926,196 13669248,1213122,176 6879574,1213298,188 13150716,1213486,178 16580290,1213664,164 6855351,1213828,163 4476072,1213991,144 8137697,1214135,199 5255597,1214334,224 1326783,1214558,178 16527343,1214736,182 10797368,1214918,207 2159888,1215125,155 11039773,1215280,172 15768145,1215452,248 5027884,1215700,176 14983983,1215876,268 16017197,1216144,218 11065384,1216362,148 12085698,1216510,188 8965029,1216698,242 8167998,1216940,196 5249701,1217136,133 10784059,1217269,111 1857278,1217380,193 12097968,1217573,145 14179823,1217718,160 8954583,1217878,196 12858,1218074,119 8429483,1218193,199 14680944,1218392,233 287081,1218625,170 12381023,1218795,238 11295252,1219033,161 15772500,1219194,158 3944824,1219352,123 584873,1219475,161 14699333,1219636,165 16018066,1219801,248 15783511,1220049,129 10237940,1220178,196 3950353,1220374,196 6089576,1220570,184 11294252,1220754,175 16554746,1220929,138 1316220,1221067,163 2155527,1221230,125 13671851,1221355,172 8942468,1221527,114 2386238,1221641,179 12639338,1221820,247 2404521,1222067,218 1885574,1222285,160 4227040,1222445,248 13164848,1222693,155 4747003,1222848,196 11572844,1223044,161 1896510,1223205,128 12860094,1223333,183 8928139,1223516,186 15006009,1223702,179 1338226,1223881,219 12120192,1224100,126 8409191,1224226,178 7928132,1224404,60 2389590,1224464,246 16306117,1224710,193 10779525,1224903,136 6052661,1225039,156 15514366,1225195,122 3943572,1225317,307 2366276,1225624,207 8431709,1225831,156 11324075,1225987,138 4740117,1226125,185 7880932,1226310,161 14719345,1226471,161 7395996,1226632,120 2925236,1226752,179 1102730,1226931,161 14976257,1227092,146 2122356,1227238,149 15210027,1227387,187 11826006,1227574,228 3434645,1227802,193 8680195,1227995,328 3982049,1228323,185 9209659,1228508,133 4519031,1228641,137 1321329,1228778,202 7924096,1228980,166 14745591,1229146,136 3959453,1229282,165 3448372,1229447,225 7344071,1229672,236 12350679,1229908,228 7924500,1230136,248 3950903,1230384,159 8668260,1230543,123 13664,1230666,135 16301121,1230801,181 3979154,1230982,202 16298739,1231184,217 2677130,1231401,192 14193473,1231593,167 1875659,1231760,269 13929945,1232029,143 14468642,1232172,155 9448647,1232327,151 8941807,1232478,183 9748536,1232661,133 6829749,1232794,147 12847232,1232941,183 14188601,1233124,157 6067818,1233281,125 12368966,1233406,170 9967340,1233576,128 13656736,1233704,258 9443227,1233962,124 1374355,1234086,192 5775670,1234278,153 8390914,1234431,165 301542,1234596,205 7405404,1234801,229 4999386,1235030,204 2120954,1235234,214 8688396,1235448,150 1876657,1235598,155 3689334,1235753,132 3715547,1235885,193 3471058,1236078,155 3175698,1236233,183 6553645,1236416,139 11828265,1236555,268 13930291,1236823,149 5568630,1236972,123 3454973,1237095,288 11802496,1237383,143 4758808,1237526,142 9445434,1237668,201 8448714,1237869,167 2140571,1238036,149 6309926,1238185,161 3732287,1238346,147 14159055,1238493,144 5028696,1238637,210 10752578,1238847,145 13634219,1238992,203 12845062,1239195,165 3679787,1239360,155 4721737,1239515,164 3987918,1239679,124 6322146,1239803,161 16521488,1239964,161 16546059,1240125,183 6324729,1240308,145 8651175,1240453,162 10023280,1240615,178 6843976,1240793,221 313745,1241014,151 3973389,1241165,161 6581426,1241326,161 6817137,1241487,161 1356932,1241648,161 16041031,1241809,227 13165615,1242036,183 12896748,1242219,154 3466282,1242373,154 3168695,1242527,125 2140039,1242652,176 10550382,1242828,126 2118602,1242954,160 10763640,1243114,213 284463,1243327,169 14194556,1243496,131 12356878,1243627,114 10788741,1243741,146 7901758,1243887,131 11315616,1244018,140 10781166,1244158,131 7919215,1244289,208 4464273,1244497,211 12870251,1244708,134 15472486,1244842,156 10539306,1244998,166 2136809,1245164,229 3431696,1245393,111 7083255,1245504,145 11589021,1245649,240 6826170,1245889,103 11556614,1245992,117 4779527,1246109,178 5294015,1246287,252 2120192,1246539,119 11052648,1246658,178 61117,1246836,156 3733256,1246992,177 14736264,1247169,222 11058490,1247391,177 11019499,1247568,160 12848709,1247728,158 3967398,1247886,130 10775745,1248016,159 11057587,1248175,139 7080406,1248314,147 4724802,1248461,187 4485272,1248648,227 10272157,1248875,146 7652897,1249021,210 13906333,1249231,128 11561142,1249359,188 10249721,1249547,157 4748804,1249704,60 2904906,1249764,199 10795951,1249963,136 16027850,1250099,130 14961772,1250229,197 11032398,1250426,252 12076004,1250678,127 2630214,1250805,177 4766071,1250982,122 7369139,1251104,138 6612517,1251242,163 1095443,1251405,60 1052286,1251465,137 2132358,1251602,178 4506991,1251780,265 12097783,1252045,235 8684342,1252280,157 1581074,1252437,151 12068460,1252588,141 3944460,1252729,154 10026960,1252883,202 11040226,1253085,151 12090057,1253236,131 15753520,1253367,161 7093331,1253528,136 540711,1253664,135 3718959,1253799,141 4506793,1253940,166 12878414,1254106,172 10778464,1254278,131 13129315,1254409,143 8978134,1254552,226 8155876,1254778,137 8134728,1254915,129 9222135,1255044,230 3716941,1255274,125 1575956,1255399,138 10267108,1255537,178 9499575,1255715,258 12904751,1255973,127 11046267,1256100,177 3995464,1256277,232 11565320,1256509,149 14972707,1256658,178 1860535,1256836,151 11817598,1256987,183 9746868,1257170,155 7083513,1257325,135 1616453,1257460,137 9445507,1257597,168 1356070,1257765,160 14176486,1257925,167 14434040,1258092,131 10788745,1258223,205 7364830,1258428,148 5254748,1258576,156 16580215,1258732,158 7361343,1258890,193 4225664,1259083,131 6570516,1259214,156 829076,1259370,181 1590370,1259551,164 12596608,1259715,115 13666901,1259830,122 3428159,1259952,157 1335424,1260109,178 10271640,1260287,193 5292657,1260480,159 13398543,1260639,162 7613282,1260801,160 6569823,1260961,106 9187129,1261067,141 12624059,1261208,189 2936169,1261397,112 16015209,1261509,218 2662891,1261727,301 12122152,1262028,235 3938903,1262263,140 5512029,1262403,133 10282941,1262536,147 3687078,1262683,175 2905404,1262858,135 2392064,1262993,124 1854393,1263117,143 3432824,1263260,154 1328868,1263414,132 13669831,1263546,160 13642821,1263706,158 282507,1263864,136 11839531,1264000,179 2641298,1264179,117 5569368,1264296,173 9702357,1264469,161 14733798,1264630,154 14167451,1264784,288 7379964,1265072,145 11330606,1265217,157 7929409,1265374,161 2119457,1265535,166 8926738,1265701,150 537969,1265851,179 9991862,1266030,114 5258436,1266144,236 2915204,1266380,151 10797255,1266531,254 3170578,1266785,123 7905100,1266908,175 1577038,1267083,118 10228837,1267201,190 5002700,1267391,136 50651,1267527,186 9238853,1267713,146 16270075,1267859,138 8942488,1267997,188 2921004,1268185,185 14221027,1268370,189 5829511,1268559,113 3970942,1268672,176 10812301,1268848,182 16043408,1269030,147 8416395,1269177,154 277912,1269331,201 14696010,1269532,168 269204,1269700,154 10538696,1269854,163 9468456,1270017,228 1049034,1270245,137 2386603,1270382,155 16534460,1270537,169 5284031,1270706,153 12072664,1270859,141 14446336,1271000,143 5563312,1271143,151 8407840,1271294,169 2652564,1271463,238 1079942,1271701,150 4242846,1271851,141 7100281,1271992,139 12638836,1272131,206 1627855,1272337,136 16023865,1272473,135 1586940,1272608,169 10801300,1272777,168 8921956,1272945,147 5774525,1273092,139 2641870,1273231,235 298296,1273466,176 2921572,1273642,163 3171820,1273805,165 5516522,1273970,124 9746629,1274094,141 14451291,1274235,145 10265975,1274380,146 12600065,1274526,111 14711906,1274637,160 15761164,1274797,165 5005909,1274962,215 534297,1275177,150 5266118,1275327,183 10254764,1275510,177 5019156,1275687,137 12084156,1275824,148 9964846,1275972,156 12851692,1276128,121 6310428,1276249,131 13919479,1276380,188 7655467,1276568,167 6299138,1276735,124 14730931,1276859,118 6583000,1276977,196 6316063,1277173,181 6063238,1277354,169 5295410,1277523,234 12368609,1277757,147 1636975,1277904,152 10492933,1278056,160 6348814,1278216,150 5526548,1278366,174 2419557,1278540,140 13693567,1278680,160 15242486,1278840,252 1606672,1279092,158 16523932,1279250,161 1585826,1279411,182 13935769,1279593,162 542764,1279755,170 14429130,1279925,125 9738402,1280050,168 14740935,1280218,261 11853077,1280479,155 14425556,1280634,149 16571733,1280783,193 11540291,1280976,156 13680172,1281132,155 4215148,1281287,193 12617819,1281480,160 3996566,1281640,146 8675875,1281786,212 1899112,1281998,252 532287,1282250,130 1594336,1282380,186 49487,1282566,129 2893509,1282695,178 1072902,1282873,155 555417,1283028,119 12587430,1283147,128 12601856,1283275,252 286631,1283527,228 9750882,1283755,123 14428692,1283878,183 6850279,1284061,127 12607087,1284188,157 12630193,1284345,130 16264923,1284475,135 8424284,1284610,261 14162382,1284871,150 14732995,1285021,164 3732887,1285185,131 8420126,1285316,145 11840300,1285461,178 7616303,1285639,250 15737245,1285889,227 1578789,1286116,170 8676006,1286286,139 15004517,1286425,135 14467291,1286560,233 11296016,1286793,134 16540270,1286927,153 8702129,1287080,188 15246180,1287268,196 12341758,1287464,159 8975504,1287623,135 1872249,1287758,185 10533560,1287943,133 7660580,1288076,150 2363856,1288226,251 11821567,1288477,133 10527024,1288610,169 3154267,1288779,238 3471936,1289017,210 1858155,1289227,163 11040214,1289390,210 15526165,1289600,115 8443699,1289715,152 3161352,1289867,140 11018159,1290007,144 3199831,1290151,156 12335526,1290307,179 15512897,1290486,155 13897935,1290641,217 7123729,1290858,197 1091395,1291055,147 5537704,1291202,166 5534950,1291368,137 12873201,1291505,117 3163209,1291622,117 9764142,1291739,183 14991686,1291922,170 13893719,1292092,141 6086902,1292233,237 13122967,1292470,132 848737,1292602,161 6295415,1292763,135 11548045,1292898,132 16311547,1293030,155 9194222,1293185,160 3459485,1293345,223 11331147,1293568,214 7905159,1293782,157 583130,1293939,197 5801188,1294136,140 281599,1294276,217 15233421,1294493,206 13661070,1294699,187 6605124,1294886,155 824315,1295041,120 14962527,1295161,185 15232340,1295346,181 9482524,1295527,117 23811,1295644,123 8400862,1295767,141 6043872,1295908,204 569208,1296112,158 13158289,1296270,132 15522085,1296402,120 1873042,1296522,132 12093898,1296654,165 6616334,1296819,170 13651137,1296989,217 5259094,1297206,172 9236166,1297378,141 1053256,1297519,148 1591512,1297667,144 15782887,1297811,130 11539046,1297941,135 8177872,1298076,189 8972567,1298265,124 8937818,1298389,145 7397964,1298534,164 64844,1298698,107 1327897,1298805,208 14200635,1299013,257 6304496,1299270,143 2632153,1299413,226 1884950,1299639,191 6821331,1299830,201 1111003,1300031,142 3169592,1300173,121 6345401,1300294,201 3210513,1300495,148 12900902,1300643,143 8177835,1300786,142 6297897,1300928,298 4764243,1301226,146 7640125,1301372,122 5820235,1301494,147 6861882,1301641,172 5011607,1301813,164 4516005,1301977,176 14200817,1302153,171 2908809,1302324,164 5827809,1302488,144 4983220,1302632,178 6345130,1302810,189 7379877,1302999,245 16012339,1303244,155 11831568,1303399,160 11585599,1303559,188 3994514,1303747,142 11829957,1303889,130 9985563,1304019,172 13929653,1304191,141 9477600,1304332,161 1351656,1304493,275 12376384,1304768,133 302178,1304901,144 797289,1305045,174 12867010,1305219,126 59563,1305345,158 11805066,1305503,128 11838645,1305631,151 14432210,1305782,295 4223092,1306077,261 2158594,1306338,163 3705527,1306501,129 12370490,1306630,155 1897674,1306785,60 11322092,1306845,142 11036082,1306987,253 15257850,1307240,160 9971242,1307400,179 3969396,1307579,195 11333179,1307774,146 1862602,1307920,157 6562816,1308077,131 15220475,1308208,148 15520154,1308356,204 3440951,1308560,133 3715373,1308693,150 5545349,1308843,138 11564300,1308981,116 11854315,1309097,60 3946045,1309157,132 8423064,1309289,168 10281230,1309457,123 10513673,1309580,167 6353882,1309747,154 16535696,1309901,139 6338946,1310040,159 11821624,1310199,124 13155283,1310323,137 9199695,1310460,141 10795392,1310601,144 10779668,1310745,130 8396975,1310875,123 2913551,1310998,233 6049813,1311231,141 9962116,1311372,146 1889292,1311518,180 11638,1311698,130 16309068,1311828,157 826710,1311985,150 3979386,1312135,60 11277409,1312195,158 14993126,1312353,126 5254429,1312479,132 16027145,1312611,132 5785792,1312743,128 9197565,1312871,126 5563967,1312997,229 2161339,1313226,180 1317457,1313406,173 5799880,1313579,109 2098437,1313688,187 12596669,1313875,134 2650500,1314009,157 8171582,1314166,126 3972993,1314292,260 4480890,1314552,219 4461337,1314771,155 1619345,1314926,132 12356437,1315058,184 12601661,1315242,177 13124932,1315419,185 14741285,1315604,190 5303700,1315794,129 4760109,1315923,219 13131776,1316142,167 11275774,1316309,153 16538406,1316462,131 4256775,1316593,163 11541649,1316756,162 323965,1316918,145 8669461,1317063,158 2932375,1317221,184 7382634,1317405,135 14433873,1317540,138 9439802,1317678,150 2673948,1317828,120 13910952,1317948,170 12379551,1318118,233 7356855,1318351,146 14461135,1318497,146 11028901,1318643,149 10509931,1318792,147 14186725,1318939,120 14165181,1319059,141 3446779,1319200,165 15743573,1319365,137 10009687,1319502,153 14433326,1319655,168 16266579,1319823,149 15991884,1319972,145 12871605,1320117,124 4995344,1320241,187 9452192,1320428,114 11562175,1320542,158 5558509,1320700,177 8664593,1320877,195 3424437,1321072,125 13948744,1321197,141 3428201,1321338,130 16265534,1321468,130 1324549,1321598,132 13114110,1321730,119 15492069,1321849,149 9755465,1321998,105 15753741,1322103,190 2910203,1322293,273 3990964,1322566,205 577695,1322771,141 6573040,1322912,132 6614370,1323044,178 2883628,1323222,108 6080979,1323330,201 13139132,1323531,169 12063763,1323700,205 11834446,1323905,148 14682920,1324053,117 4719146,1324170,230 1632271,1324400,147 13396977,1324547,152 2922263,1324699,130 2899768,1324829,141 4215008,1324970,157 7391899,1325127,141 10516666,1325268,160 6863884,1325428,141 3431185,1325569,115 7912144,1325684,177 2418362,1325861,158 13411188,1326019,255 5793663,1326274,144 809497,1326418,159 11058458,1326577,178 2393863,1326755,168 12894623,1326923,265 2096,1327188,141 12906158,1327329,140 16307113,1327469,149 12351391,1327618,150 4221611,1327768,112 10265530,1327880,154 9210478,1328034,174 9994775,1328208,146 10247309,1328354,260 13901933,1328614,156 8134226,1328770,125 14464196,1328895,125 11324169,1329020,152 1599203,1329172,145 7667104,1329317,171 13416689,1329488,202 10758583,1329690,173 4780823,1329863,60 13433072,1329923,285 297100,1330208,163 13916850,1330371,151 3202694,1330522,160 1623121,1330682,149 7358018,1330831,183 13900828,1331014,136 5804557,1331150,155 11272943,1331305,107 12104750,1331412,252 4472498,1331664,140 13654467,1331804,184 1584273,1331988,157 16521108,1332145,172 11799418,1332317,140 2624696,1332457,178 3983774,1332635,174 2891498,1332809,128 1871502,1332937,199 2419865,1333136,164 10767125,1333300,168 4769890,1333468,179 7913142,1333647,147 4496565,1333794,129 11861109,1333923,185 11583385,1334108,134 12069596,1334242,186 4256076,1334428,119 15242316,1334547,156 9463795,1334703,133 13955252,1334836,156 6879381,1334992,139 7387425,1335131,199 10543765,1335330,144 10491484,1335474,127 10240380,1335601,240 10250942,1335841,129 10261326,1335970,137 280165,1336107,178 2892146,1336285,137 9439511,1336422,179 2919410,1336601,154 14194491,1336755,171 3679949,1336926,124 8962005,1337050,143 2411495,1337193,132 11575562,1337325,159 8400353,1337484,157 16033066,1337641,152 814671,1337793,154 15251272,1337947,141 12360124,1338088,171 7880469,1338259,141 1626225,1338400,175 5825654,1338575,247 4488853,1338822,141 9986082,1338963,134 12113053,1339097,174 3958572,1339271,128 14457630,1339399,156 12345332,1339555,170 15250606,1339725,233 5307051,1339958,123 3707387,1340081,137 11067416,1340218,132 7871997,1340350,153 1617595,1340503,198 11582881,1340701,167 7385701,1340868,143 13420075,1341011,159 14205032,1341170,160 6295961,1341330,149 7111166,1341479,132 12593081,1341611,307 1340433,1341918,112 16296414,1342030,137 11046126,1342167,173 14429030,1342340,160 12093214,1342500,162 13955111,1342662,132 284106,1342794,234 1324467,1343028,143 11309871,1343171,132 21679,1343303,178 11324090,1343481,155 819474,1343636,60 10262008,1343696,157 7870967,1343853,137 6555980,1343990,202 8158529,1344192,175 4985984,1344367,159 10782059,1344526,158 2151851,1344684,154 848878,1344838,147 6607267,1344985,146 16006813,1345131,142 320248,1345273,159 15507149,1345432,173 9195781,1345605,232 13115534,1345837,127 6053547,1345964,137 10256509,1346101,162 2679447,1346263,204 3454321,1346467,117 3961911,1346584,112 15503923,1346696,143 7616649,1346839,164 4510410,1347003,118 3698209,1347121,202 2650864,1347323,104 1841630,1347427,130 6332004,1347557,137 12326310,1347694,210 14474954,1347904,145 10529533,1348049,173 7121158,1348222,170 7873085,1348392,129 3932849,1348521,155 14959078,1348676,148 12349889,1348824,133 14739688,1348957,170 6312656,1349127,148 11569553,1349275,125 3150893,1349400,131 5287795,1349531,300 6068952,1349831,160 10797281,1349991,163 4995956,1350154,158 6832978,1350312,132 15526155,1350444,204 10521755,1350648,155 11024708,1350803,155 7659630,1350958,132 848052,1351090,240 4775708,1351330,210 13933710,1351540,138 16314388,1351678,129 2631334,1351807,161 11806961,1351968,149 12587586,1352117,159 12329146,1352276,205 1900199,1352481,155 3165891,1352636,214 11849691,1352850,247 16569586,1353097,145 6056573,1353242,200 4479391,1353442,152 3944250,1353594,122 7654998,1353716,212 11284392,1353928,150 1074402,1354078,147 13382871,1354225,135 15739489,1354360,151 13149962,1354511,134 6347299,1354645,153 4512971,1354798,191 10542597,1354989,120 530420,1355109,129 13424657,1355238,192 16005140,1355430,189 9462028,1355619,158 3956481,1355777,147 15514542,1355924,200 3449219,1356124,129 9991108,1356253,160 11796802,1356413,184 7604924,1356597,192 1089851,1356789,145 16048450,1356934,139 11305234,1357073,230 6841177,1357303,166 2623006,1357469,190 6613222,1357659,169 14733578,1357828,164 12864324,1357992,134 1610284,1358126,146 10787603,1358272,137 13168136,1358409,172 7631602,1358581,176 4769974,1358757,139 3957368,1358896,267 13161982,1359163,211 2895976,1359374,156 48423,1359530,118 6045784,1359648,196 5820559,1359844,152 7118057,1359996,129 13371848,1360125,128 10241379,1360253,133 13909351,1360386,147 14722672,1360533,132 5823373,1360665,138 14960317,1360803,180 9231757,1360983,171 2138855,1361154,143 16575929,1361297,132 4517207,1361429,150 15505601,1361579,228 3713375,1361807,122 16047322,1361929,235 15205474,1362164,141 14471415,1362305,147 13936936,1362452,142 14705296,1362594,218 1052203,1362812,176 7397689,1362988,120 1589807,1363108,133 12870484,1363241,126 4218814,1363367,116 6837493,1363483,129 8172866,1363612,139 9458758,1363751,143 5523973,1363894,139 10019173,1364033,122 7886610,1364155,168 3672586,1364323,271 841366,1364594,113 16047181,1364707,206 4199385,1364913,114 11292668,1365027,133 11810625,1365160,133 9733498,1365293,157 4228062,1365450,150 8951775,1365600,186 2404180,1365786,159 15792194,1365945,136 14438110,1366081,181 14714801,1366262,150 4488319,1366412,163 13932255,1366575,134 6063690,1366709,135 15773006,1366844,196 9452890,1367040,241 8168091,1367281,138 10502209,1367419,137 4210795,1367556,112 7086763,1367668,165 3152079,1367833,149 588512,1367982,132 5814753,1368114,164 2152710,1368278,133 16012693,1368411,188 1849935,1368599,161 10243616,1368760,141 14185779,1368901,132 9975224,1369033,162 2656533,1369195,136 5004749,1369331,186 7394686,1369517,144 11592605,1369661,163 8138253,1369824,141 1576055,1369965,186 6867456,1370151,139 14702750,1370290,134 794050,1370424,162 5535184,1370586,141 6326711,1370727,273 3166810,1371000,142 2926464,1371142,157 8154886,1371299,184 6296195,1371483,237 10018009,1371720,148 12636067,1371868,178 9708398,1372046,217 1107630,1372263,159 16572818,1372422,244 4229786,1372666,143 16008685,1372809,174 6087302,1372983,146 9200651,1373129,159 9739349,1373288,161 13924803,1373449,155 7394791,1373604,141 3995434,1373745,132 5529513,1373877,143 7090910,1374020,182 1353260,1374202,146 5537774,1374348,141 11332202,1374489,154 14728259,1374643,155 2926645,1374798,116 12852942,1374914,158 11072624,1375072,268 9204590,1375340,160 12084369,1375500,172 5304323,1375672,165 14436809,1375837,138 7395456,1375975,148 10509761,1376123,134 5782726,1376257,140 11585709,1376397,140 1578772,1376537,156 15789113,1376693,114 4484132,1376807,203 2115321,1377010,180 4747545,1377190,154 327295,1377344,141 10793454,1377485,141 8659265,1377626,195 10494747,1377821,148 12100576,1377969,179 3994924,1378148,134 15484022,1378282,141 7084049,1378423,139 16312680,1378562,115 11049308,1378677,112 4199140,1378789,120 5506037,1378909,173 311387,1379082,122 8403197,1379204,156 11321014,1379360,199 2920743,1379559,156 11294779,1379715,144 15263606,1379859,219 6823896,1380078,149 4194758,1380227,144 10247795,1380371,141 6034487,1380512,168 10245556,1380680,144 5006315,1380824,213 7352215,1381037,125 1100417,1381162,110 4236964,1381272,136 9746993,1381408,183 12096722,1381591,153 11594110,1381744,172 15778380,1381916,235 14972190,1382151,136 10247062,1382287,159 6353213,1382446,135 5252395,1382581,157 16285978,1382738,105 3695606,1382843,193 7911450,1383036,124 13369472,1383160,138 6572995,1383298,195 9711203,1383493,119 11305751,1383612,254 11325824,1383866,167 13421646,1384033,178 6849856,1384211,132 10525274,1384343,123 6596663,1384466,159 2108599,1384625,259 6332317,1384884,123 4731965,1385007,132 13937407,1385139,129 7660855,1385268,119 9961,1385387,116 9963,1385503,189 9953,1385692,174 10007,1385866,175 10006,1386041,161 9948,1386202,145 9984,1386347,216 9964,1386563,156 9940,1386719,147 9827,1386866,182 9825,1387048,169 9819,1387217,208 9814,1387425,159 9853,1387584,222 9852,1387806,142 9843,1387948,154 9837,1388102,148 9920,1388250,118 9921,1388368,148 9918,1388516,194 9909,1388710,136 9868,1388846,138 9867,1388984,263 9839,1389247,192 9838,1389439,142 9923,1389581,154 9857,1389735,114 9859,1389849,153 9855,1390002,123 9880,1390125,141 9883,1390266,118 9889,1390384,113 9796,1390497,157 9798,1390654,227 9791,1390881,147 9787,1391028,136 9816,1391164,174 9804,1391338,183 9775,1391521,150 9777,1391671,117 9723,1391788,143 9716,1391931,131 9734,1392062,129 9735,1392191,176 9764,1392367,134 9733,1392501,113 9730,1392614,144 9754,1392758,194 9780,1392952,141 9625,1393093,141 9623,1393234,220 9618,1393454,190 9620,1393644,153 9631,1393797,169 9629,1393966,60 9624,1394026,263 9699,1394289,153 9684,1394442,165 9666,1394607,140 9639,1394747,116 9641,1394863,247 9674,1395110,141 9652,1395251,141 9650,1395392,156 9711,1395548,164 9512,1395712,143 9510,1395855,172 9579,1396027,139 9582,1396166,137 9573,1396303,141 9566,1396444,201 9531,1396645,191 9533,1396836,154 9525,1396990,151 9604,1397141,141 9593,1397282,131 9599,1397413,178 9591,1397591,147 9586,1397738,138 9513,1397876,157 9514,1398033,168 9610,1398201,154 9567,1398355,113 9452,1398468,245 9446,1398713,166 9447,1398879,143 9444,1399022,138 9438,1399160,172 9436,1399332,137 9435,1399469,160 9505,1399629,170 9503,1399799,138 9502,1399937,149 9497,1400086,129 9429,1400215,156 9437,1400371,125 9450,1400496,179 9453,1400675,174 9475,1400849,130 9476,1400979,167 9491,1401146,126 9380,1401272,149 9370,1401421,260 9374,1401681,140 9375,1401821,150 9410,1401971,144 9407,1402115,114 9408,1402229,160 9403,1402389,156 9404,1402545,144 9389,1402689,150 9383,1402839,172 9387,1403011,150 9318,1403161,123 9311,1403284,171 9301,1403455,131 9352,1403586,195 9359,1403781,127 9337,1403908,158 9399,1404066,136 9390,1404202,114 9320,1404316,223 9274,1404539,147 9273,1404686,179 9268,1404865,136 9306,1405001,195 9307,1405196,194 9305,1405390,163 9294,1405553,142 9229,1405695,137 9227,1405832,138 9218,1405970,137 9263,1406107,112 9254,1406219,140 9240,1406359,151 9234,1406510,193 9257,1406703,166 9179,1406869,131 9160,1407000,128 9195,1407128,141 9196,1407269,143 9153,1407412,132 9130,1407544,132 9125,1407676,131 9118,1407807,211 9212,1408018,153 9147,1408171,143 9101,1408314,148 9095,1408462,130 9092,1408592,142 9105,1408734,138 9106,1408872,151 9107,1409023,124 9087,1409147,139 9071,1409286,162 9008,1409448,146 9065,1409594,143 8952,1409737,150 8988,1409887,141 8989,1410028,166 8919,1410194,163 8918,1410357,114 8912,1410471,134 8970,1410605,142 8899,1410747,158 8982,1410905,142 8975,1411047,168 9005,1411215,135 8995,1411350,115 8926,1411465,145 8945,1411610,60 8866,1411670,165 8862,1411835,176 8837,1412011,143 8833,1412154,147 8789,1412301,141 8782,1412442,130 8839,1412572,147 8840,1412719,125 8819,1412844,144 8811,1412988,143 8807,1413131,135 8853,1413266,165 8794,1413431,127 8770,1413558,124 8756,1413682,149 8695,1413831,137 8692,1413968,150 8693,1414118,172 8754,1414290,174 8747,1414464,127 8742,1414591,137 8737,1414728,143 8733,1414871,175 8740,1415046,162 8773,1415208,140 8777,1415348,134 8768,1415482,164 8719,1415646,182 8714,1415828,140 8707,1415968,159 8708,1416127,124 8703,1416251,136 8676,1416387,138 8677,1416525,139 8731,1416664,145 8626,1416809,125 8620,1416934,186 8590,1417120,159 8591,1417279,215 8574,1417494,166 8583,1417660,136 8577,1417796,192 8642,1417988,151 8674,1418139,194 8669,1418333,146 8661,1418479,131 8610,1418610,135 8649,1418745,181 8522,1418926,146 8518,1419072,137 8558,1419209,250 8557,1419459,133 8549,1419592,138 8479,1419730,160 8484,1419890,128 8499,1420018,151 8500,1420169,148 8506,1420317,153 8494,1420470,149 8496,1420619,146 8539,1420765,124 8526,1420889,184 8514,1421073,172 8186,1421245,143 8181,1421388,163 8178,1421551,157 8449,1421708,179 8451,1421887,151 8184,1422038,256 8144,1422294,145 8145,1422439,121 8137,1422560,141 8156,1422701,135 8150,1422836,141 8471,1422977,141 8463,1423118,127 8177,1423245,139 8166,1423384,161 8143,1423545,163 8092,1423708,115 8080,1423823,155 8081,1423978,160 8088,1424138,136 8083,1424274,150 8017,1424424,145 8019,1424569,149 8016,1424718,122 8012,1424840,152 8105,1424992,140 8099,1425132,188 8098,1425320,177 8048,1425497,163 8036,1425660,183 8045,1425843,141 7972,1425984,166 7969,1426150,233 7970,1426383,152 7965,1426535,181 7957,1426716,135 7979,1426851,138 7978,1426989,144 7984,1427133,109 8008,1427242,132 7998,1427374,146 7920,1427520,134 7922,1427654,138 7991,1427792,134 7980,1427926,142 7985,1428068,123 7954,1428191,137 7914,1428328,143 7940,1428471,128 7828,1428599,179 7823,1428778,116 7845,1428894,164 7847,1429058,155 7840,1429213,110 7832,1429323,168 7834,1429491,142 7903,1429633,179 7907,1429812,212 7897,1430024,183 7891,1430207,186 7846,1430393,190 7811,1430583,194 7804,1430777,155 7887,1430932,158 7714,1431090,148 7706,1431238,183 7705,1431421,100 7700,1431521,141 7748,1431662,133 7778,1431795,121 7772,1431916,151 7773,1432067,119 7800,1432186,167 7802,1432353,141 7719,1432494,193 7776,1432687,165 7788,1432852,127 7727,1432979,135 7734,1433114,105 7591,1433219,152 7589,1433371,132 7592,1433503,184 7593,1433687,179 7627,1433866,143 7626,1434009,156 7618,1434165,130 7694,1434295,191 7695,1434486,150 7651,1434636,118 7646,1434754,239 7653,1434993,141 7660,1435134,112 7656,1435246,187 7642,1435433,161 7600,1435594,247 7608,1435841,137 7669,1435978,140 7664,1436118,147 7678,1436265,122 7506,1436387,138 7498,1436525,150 7574,1436675,130 7567,1436805,141 7564,1436946,154 7524,1437100,175 7518,1437275,143 7509,1437418,135 7585,1437553,141 7537,1437694,141 7525,1437835,177 7504,1438012,146 7493,1438158,141 7529,1438299,160 7416,1438459,165 7415,1438624,135 7414,1438759,141 7413,1438900,212 7406,1439112,155 7431,1439267,222 7430,1439489,139 7425,1439628,147 7475,1439775,159 7468,1439934,184 7375,1440118,151 7460,1440269,162 7448,1440431,144 7451,1440575,174 7447,1440749,156 7463,1440905,138 7395,1441043,144 7390,1441187,177 7478,1441364,213 7296,1441577,223 7299,1441800,150 7286,1441950,150 7282,1442100,170 7341,1442270,199 7335,1442469,168 7339,1442637,164 7326,1442801,146 7368,1442947,214 7366,1443161,139 7358,1443300,163 7316,1443463,140 7308,1443603,182 7370,1443785,223 7369,1444008,194 7315,1444202,123 7301,1444325,136 7271,1444461,172 7264,1444633,167 7274,1444800,140 7178,1444940,188 7181,1445128,145 7171,1445273,142 7238,1445415,135 7234,1445550,130 7230,1445680,135 7249,1445815,141 7252,1445956,147 7257,1446103,125 7202,1446228,160 7197,1446388,201 7225,1446589,151 7223,1446740,124 7219,1446864,115 7158,1446979,200 7160,1447179,134 7215,1447313,139 7207,1447452,164 7183,1447616,141 7240,1447757,127 7085,1447884,153 7079,1448037,139 7077,1448176,169 7153,1448345,227 7151,1448572,195 7147,1448767,154 7074,1448921,173 7069,1449094,165 7113,1449259,169 7107,1449428,136 7118,1449564,149 7096,1449713,171 7090,1449884,173 7143,1450057,180 7139,1450237,157 7132,1450394,156 7125,1450550,141 7061,1450691,143 7056,1450834,141 7039,1450975,181 7038,1451156,128 7034,1451284,163 6964,1451447,161 6970,1451608,147 6958,1451755,147 7007,1451902,143 7009,1452045,150 7006,1452195,126 7004,1452321,185 7026,1452506,123 7028,1452629,140 7021,1452769,135 7023,1452904,119 6987,1453023,173 6957,1453196,152 7047,1453348,182 6989,1453530,166 6883,1453696,141 6879,1453837,158 6881,1453995,137 6888,1454132,193 6889,1454325,163 6885,1454488,150 6884,1454638,176 6904,1454814,148 6901,1454962,184 6893,1455146,131 6894,1455277,148 6862,1455425,172 6860,1455597,192 6866,1455789,173 6941,1455962,183 6938,1456145,150 6930,1456295,137 6910,1456432,134 6897,1456566,138 6925,1456704,141 6922,1456845,191 6833,1457036,227 6839,1457263,132 6834,1457395,157 6807,1457552,160 6800,1457712,258 6804,1457970,139 6790,1458109,158 6855,1458267,134 6848,1458401,182 6814,1458583,170 6808,1458753,194 6770,1458947,150 6760,1459097,158 6850,1459255,127 6821,1459382,141 6818,1459523,141 6812,1459664,160 6782,1459824,177 6746,1460001,224 6751,1460225,130 6709,1460355,129 6711,1460484,139 6712,1460623,137 6699,1460760,183 6696,1460943,178 6700,1461121,152 6695,1461273,123 6689,1461396,160 6655,1461556,123 6650,1461679,192 6749,1461871,135 6733,1462006,145 6728,1462151,154 6667,1462305,147 6662,1462452,143 6702,1462595,144 6706,1462739,141 6656,1462880,119 6573,1462999,117 6562,1463116,146 6565,1463262,166 6547,1463428,228 6641,1463656,235 6636,1463891,156 6604,1464047,119 6600,1464166,139 6596,1464305,148 6588,1464453,148 6555,1464601,184 6544,1464785,153 6543,1464938,130 6616,1465068,141 6613,1465209,135 6563,1465344,184 6634,1465528,175 6510,1465703,154 6501,1465857,192 6502,1466049,183 6523,1466232,143 6515,1466375,124 6517,1466499,204 6464,1466703,135 6460,1466838,174 6492,1467012,140 6495,1467152,160 6472,1467312,148 6467,1467460,131 6446,1467591,151 6443,1467742,142 6430,1467884,151 6529,1468035,120 6469,1468155,138 6431,1468293,189 6432,1468482,147 6438,1468629,170 6441,1468799,213 6385,1469012,148 6386,1469160,201 6380,1469361,174 6381,1469535,177 6411,1469712,170 6403,1469882,144 6400,1470026,169 6402,1470195,153 6442,1470348,145 6415,1470493,142 6417,1470635,283 6368,1470918,136 6423,1471054,127 6424,1471181,151 6347,1471332,174 6350,1471506,167 6292,1471673,137 6296,1471810,193 6290,1472003,144 6289,1472147,234 6317,1472381,163 6316,1472544,217 6315,1472761,201 6309,1472962,167 6264,1473129,141 6250,1473270,189 6251,1473459,167 6254,1473626,129 6310,1473755,153 6299,1473908,139 6322,1474047,119 6323,1474166,153 6333,1474319,221 6247,1474540,131 6245,1474671,201 6263,1474872,116 6281,1474988,162 6137,1475150,128 6132,1475278,161 6135,1475439,153 6125,1475592,155 6211,1475747,138 6188,1475885,169 6173,1476054,150 6175,1476204,183 6171,1476387,158 6149,1476545,225 6157,1476770,182 6228,1476952,142 6215,1477094,143 6198,1477237,142 6092,1477379,122 6084,1477501,171 6046,1477672,122 6055,1477794,174 6047,1477968,122 6068,1478090,170 6060,1478260,152 6061,1478412,148 6109,1478560,157 6105,1478717,136 6108,1478853,147 6079,1479000,168 6077,1479168,148 6049,1479316,146 6034,1479462,176 6039,1479638,147 6028,1479785,159 6091,1479944,137 6099,1480081,154 6024,1480235,156 5948,1480391,160 5942,1480551,124 5943,1480675,163 5939,1480838,139 5976,1480977,143 5967,1481120,141 5962,1481261,118 5966,1481379,151 5999,1481530,247 6001,1481777,140 5979,1481917,165 5929,1482082,140 5927,1482222,164 5930,1482386,219 5925,1482605,141 5988,1482746,140 5982,1482886,109 5990,1482995,155 5840,1483150,151 5827,1483301,129 5872,1483430,108 5880,1483538,164 5864,1483702,142 5891,1483844,157 5884,1484001,134 5865,1484135,133 5852,1484268,112 5908,1484380,153 5915,1484533,158 5897,1484691,144 5825,1484835,124 5801,1484959,140 5808,1485099,157 5809,1485256,127 5806,1485383,113 5804,1485496,148 5763,1485644,176 5764,1485820,158 5767,1485978,131 5759,1486109,136 5708,1486245,148 5705,1486393,130 5703,1486523,141 5733,1486664,144 5727,1486808,153 5756,1486961,147 5747,1487108,144 5780,1487252,166 5788,1487418,141 5719,1487559,135 5772,1487694,119 5659,1487813,163 5656,1487976,156 5662,1488132,126 5663,1488258,166 5652,1488424,142 5646,1488566,154 5699,1488720,152 5700,1488872,163 5694,1489035,129 5629,1489164,154 5622,1489318,183 5684,1489501,149 5676,1489650,118 5637,1489768,159 5625,1489927,141 5603,1490068,175 5600,1490243,115 5619,1490358,124 5607,1490482,139 5587,1490621,185 5549,1490806,147 5548,1490953,139 5545,1491092,147 57512,1491239,125 5492,1491364,152 5514,1491516,177 5518,1491693,144 5513,1491837,172 5556,1492009,155 5578,1492164,144 5528,1492308,118 5394,1492426,181 5386,1492607,143 5488,1492750,150 5486,1492900,164 5480,1493064,141 5451,1493205,194 5448,1493399,152 5471,1493551,140 5466,1493691,193 5405,1493884,210 5436,1494094,175 5434,1494269,182 5426,1494451,162 5275,1494613,161 5281,1494774,185 5278,1494959,160 5282,1495119,186 5293,1495305,177 5295,1495482,141 5289,1495623,141 5375,1495764,156 5370,1495920,140 5371,1496060,153 5330,1496213,174 5340,1496387,196 5325,1496583,155 5312,1496738,175 5313,1496913,162 5316,1497075,180 5356,1497255,152 5355,1497407,157 5291,1497564,208 5296,1497772,149 5364,1497921,156 5365,1498077,151 5262,1498228,133 5263,1498361,160 5260,1498521,165 5255,1498686,163 5188,1498849,140 5175,1498989,148 5169,1499137,140 5197,1499277,145 5194,1499422,164 5189,1499586,163 5224,1499749,159 5244,1499908,129 5249,1500037,123 5220,1500160,125 5214,1500285,142 5208,1500427,130 5153,1500557,187 5152,1500744,168 5144,1500912,127 5147,1501039,141 5104,1501180,146 5103,1501326,199 5099,1501525,147 5100,1501672,176 5163,1501848,162 5164,1502010,165 5156,1502175,153 5072,1502328,130 5074,1502458,151 5073,1502609,128 5135,1502737,227 5127,1502964,176 5126,1503140,123 5130,1503263,150 5114,1503413,151 5115,1503564,151 5084,1503715,126 5050,1503841,140 5048,1503981,181 5046,1504162,139 4989,1504301,133 4995,1504434,236 4999,1504670,142 4979,1504812,221 4966,1505033,155 4955,1505188,145 4975,1505333,141 4968,1505474,127 5044,1505601,119 5038,1505720,158 5015,1505878,147 5059,1506025,141 5053,1506166,129 5009,1506295,140 4899,1506435,145 4884,1506580,150 4886,1506730,186 4882,1506916,147 4918,1507063,213 4958,1507276,121 4942,1507397,171 4932,1507568,156 4936,1507724,201 4847,1507925,137 4841,1508062,140 4864,1508202,156 4898,1508358,156 4821,1508514,145 4824,1508659,194 4762,1508853,147 4749,1509000,145 4827,1509145,186 4822,1509331,174 4826,1509505,141 4819,1509646,144 4770,1509790,111 4773,1509901,163 4776,1510064,127 4766,1510191,208 4794,1510399,140 4786,1510539,125 4782,1510664,161 4783,1510825,148 4838,1510973,166 4662,1511139,140 4661,1511279,140 4677,1511419,162 4674,1511581,134 4673,1511715,174 4667,1511889,126 4743,1512015,206 4738,1512221,119 4741,1512340,156 4727,1512496,178 4717,1512674,173 4711,1512847,155 4709,1513002,157 4695,1513159,228 4689,1513387,110 4750,1513497,121 4754,1513618,141 4595,1513759,145 4585,1513904,153 4588,1514057,141 4583,1514198,181 4610,1514379,201 4606,1514580,172 4605,1514752,128 4602,1514880,144 4558,1515024,145 4560,1515169,129 4547,1515298,190 4546,1515488,189 4648,1515677,115 4639,1515792,135 4640,1515927,128 4649,1516055,185 4646,1516240,161 4642,1516401,142 4584,1516543,114 4576,1516657,158 4621,1516815,210 4622,1517025,129 4594,1517154,189 4624,1517343,130 4516,1517473,180 4504,1517653,175 4503,1517828,182 4505,1518010,135 4519,1518145,158 4521,1518303,152 4515,1518455,175 4470,1518630,171 4471,1518801,153 4464,1518954,125 4459,1519079,209 4457,1519288,133 4450,1519421,156 4481,1519577,164 4500,1519741,180 4543,1519921,133 4535,1520054,126 4537,1520180,150 4361,1520330,158 4356,1520488,123 4449,1520611,132 4438,1520743,148 4441,1520891,148 4444,1521039,141 4445,1521180,141 4390,1521321,131 4398,1521452,123 4386,1521575,169 4375,1521744,103 4374,1521847,148 4368,1521995,170 4411,1522165,174 4413,1522339,181 4404,1522520,124 4405,1522644,129 4385,1522773,141 4425,1522914,124 4032,1523038,113 4026,1523151,119 4024,1523270,145 4023,1523415,116 4051,1523531,121 4049,1523652,202 4033,1523854,136 4352,1523990,141 4090,1524131,144 4093,1524275,155 4089,1524430,142 4036,1524572,137 4041,1524709,125 4038,1524834,139 4030,1524973,141 4009,1525114,126 4000,1525240,179 3994,1525419,137 4074,1525556,181 4087,1525737,141 4056,1525878,128 3981,1526006,147 3973,1526153,183 3970,1526336,150 3913,1526486,159 3915,1526645,140 3908,1526785,129 3914,1526914,159 3969,1527073,135 3967,1527208,159 3989,1527367,180 3925,1527547,190 3926,1527737,147 3936,1527884,151 3931,1528035,174 3978,1528209,147 3984,1528356,141 3959,1528497,133 3963,1528630,153 3944,1528783,181 3810,1528964,143 3811,1529107,158 3813,1529265,171 3802,1529436,170 3791,1529606,188 3819,1529794,205 3820,1529999,115 3823,1530114,60 3825,1530174,134 3815,1530308,216 3868,1530524,168 3866,1530692,140 3850,1530832,144 3842,1530976,165 3887,1531141,177 3885,1531318,219 3831,1531537,148 3824,1531685,134 3817,1531819,157 3904,1531976,160 3891,1532136,146 3845,1532282,137 3785,1532419,165 3773,1532584,155 3769,1532739,186 3762,1532925,155 3792,1533080,159 3779,1533239,147 3780,1533386,138 3777,1533524,146 3714,1533670,143 3721,1533813,125 3705,1533938,150 3745,1534088,151 3736,1534239,144 3737,1534383,158 3733,1534541,199 3735,1534740,181 3751,1534921,135 3695,1535056,164 3765,1535220,172 3664,1535392,157 3659,1535549,144 3627,1535693,134 3624,1535827,159 3620,1535986,150 3647,1536136,144 3653,1536280,191 3613,1536471,169 3602,1536640,159 3663,1536799,125 3640,1536924,141 3638,1537065,150 3607,1537215,60 3605,1537275,131 3585,1537406,158 3531,1537564,177 3532,1537741,154 3534,1537895,144 3560,1538039,157 3561,1538196,123 3558,1538319,190 3523,1538509,158 3513,1538667,131 3511,1538798,163 3500,1538961,149 3551,1539110,157 3547,1539267,158 3588,1539425,142 3370,1539567,112 3369,1539679,141 3366,1539820,186 3398,1540006,148 3393,1540154,166 3394,1540320,151 3388,1540471,148 3413,1540619,175 3415,1540794,190 3416,1540984,60 3409,1541044,139 3385,1541183,141 3381,1541324,153 3477,1541477,149 3473,1541626,160 3426,1541786,159 3429,1541945,141 3397,1542086,184 3489,1542270,163 3456,1542433,146 3347,1542579,163 3353,1542742,145 3356,1542887,148 3309,1543035,142 3312,1543177,121 3316,1543298,170 3315,1543468,131 3279,1543599,141 3288,1543740,155 3270,1543895,143 3329,1544038,165 3328,1544203,145 3321,1544348,123 3268,1544471,119 3258,1544590,125 3281,1544715,180 3278,1544895,141 3296,1545036,148 3298,1545184,130 3340,1545314,150 3350,1545464,136 3359,1545600,130 3245,1545730,139 3242,1545869,175 3244,1546044,163 3246,1546207,126 3235,1546333,155 3228,1546488,194 3223,1546682,169 3215,1546851,124 3218,1546975,126 3219,1547101,140 3199,1547241,144 3201,1547385,167 3230,1547552,144 3221,1547696,138 3190,1547834,184 3200,1548018,137 3197,1548155,159 3255,1548314,180 3176,1548494,126 3079,1548620,123 3084,1548743,159 3086,1548902,141 3090,1549043,173 3088,1549216,137 3136,1549353,143 3134,1549496,127 3130,1549623,127 3125,1549750,170 3158,1549920,170 3159,1550090,190 3107,1550280,187 3109,1550467,145 3096,1550612,137 3082,1550749,252 3083,1551001,157 3146,1551158,174 3156,1551332,149 3127,1551481,137 3048,1551618,118 3036,1551736,133 3032,1551869,155 3031,1552024,166 3037,1552190,154 3045,1552344,156 3049,1552500,139 3043,1552639,170 3027,1552809,108 3029,1552917,152 3025,1553069,134 3026,1553203,159 3015,1553362,142 3000,1553504,157 3008,1553661,174 2992,1553835,139 2996,1553974,166 3020,1554140,112 2988,1554252,129 3065,1554381,165 3068,1554546,141 3050,1554687,140 2975,1554827,121 2968,1554948,152 2965,1555100,163 2974,1555263,164 2952,1555427,129 2900,1555556,148 2956,1555704,120 2954,1555824,127 2960,1555951,153 2937,1556104,123 2891,1556227,134 2870,1556361,161 2869,1556522,162 2933,1556684,129 2928,1556813,149 2927,1556962,178 2883,1557140,143 2885,1557283,141 2892,1557424,137 2915,1557561,141 2920,1557702,172 2904,1557874,144 2901,1558018,125 2951,1558143,145 2829,1558288,149 2827,1558437,146 2824,1558583,142 2855,1558725,142 2849,1558867,177 2778,1559044,158 2761,1559202,131 2853,1559333,131 2842,1559464,155 2840,1559619,60 2837,1559679,141 2810,1559820,172 2812,1559992,163 2796,1560155,166 2791,1560321,127 2792,1560448,198 2781,1560646,137 2785,1560783,125 2783,1560908,141 2879,1561049,151 2876,1561200,166 2801,1561366,149 2803,1561515,141 2701,1561656,144 2719,1561800,157 2703,1561957,143 2720,1562100,154 2702,1562254,151 2753,1562405,139 2750,1562544,176 2755,1562720,151 2756,1562871,158 2752,1563029,184 2734,1563213,162 2739,1563375,136 2746,1563511,163 2742,1563674,136 2735,1563810,135 2678,1563945,206 2738,1564151,152 2730,1564303,157 2713,1564460,181 2707,1564641,150 2697,1564791,162 2688,1564953,138 2681,1565091,144 2652,1565235,135 2650,1565370,193 2646,1565563,163 2641,1565726,180 2604,1565906,168 2602,1566074,130 2595,1566204,139 2591,1566343,185 2570,1566528,142 2565,1566670,124 2612,1566794,174 2608,1566968,152 2607,1567120,140 2581,1567260,150 2587,1567410,129 2586,1567539,144 2656,1567683,171 2653,1567854,172 2617,1568026,181 2615,1568207,148 2643,1568355,163 2634,1568518,138 2518,1568656,121 2503,1568777,135 2505,1568912,160 2516,1569072,134 2507,1569206,138 2545,1569344,164 2548,1569508,153 2549,1569661,191 2538,1569852,118 2501,1569970,174 2509,1570144,153 2496,1570297,133 2495,1570430,163 2531,1570593,159 2484,1570752,169 2478,1570921,159 2490,1571080,158 2564,1571238,129 2417,1571367,150 2420,1571517,162 2443,1571679,165 2430,1571844,173 2410,1572017,166 2394,1572183,154 2382,1572337,185 2375,1572522,141 2385,1572663,148 2365,1572811,131 2407,1572942,133 2454,1573075,105 2316,1573180,146 2317,1573326,168 2302,1573494,136 2303,1573630,158 2308,1573788,148 2335,1573936,134 2340,1574070,143 2337,1574213,127 2329,1574340,131 2328,1574471,141 2351,1574612,160 2287,1574772,124 2288,1574896,158 2281,1575054,125 2320,1575179,148 2324,1575327,127 2279,1575454,151 2263,1575605,141 2300,1575746,138 2360,1575884,141 2239,1576025,124 2232,1576149,123 2235,1576272,128 2238,1576400,152 2241,1576552,170 2246,1576722,153 2149,1576875,164 2148,1577039,126 2144,1577165,169 2199,1577334,137 2192,1577471,140 2189,1577611,140 2216,1577751,138 2212,1577889,141 524395,1578030,149 2180,1578179,109 2024,1578288,125 2027,1578413,141 2028,1578554,141 2129,1578695,154 2137,1578849,175 2126,1579024,132 2073,1579156,105 2074,1579261,204 2064,1579465,141 2055,1579606,143 2044,1579749,140 2085,1579889,120 2012,1580009,133 2079,1580142,158 1990,1580300,122 2037,1580422,109 1940,1580531,152 1943,1580683,134 1932,1580817,154 1996,1580971,119 1984,1581090,137 1150,1581227,112 1980,1581339,123 1961,1581462,123 1953,1581585,151 1950,1581736,144 1952,1581880,127 1928,1582007,133 1921,1582140,125 1899,1582265,106 1896,1582371,115 1887,1582486,156 1976,1582642,153 1915,1582795,159 1897,1582954,123 1818,1583077,154 1822,1583231,167 1815,1583398,132 1809,1583530,119 1794,1583649,140 1797,1583789,151 1791,1583940,151 1857,1584091,148 1861,1584239,175 1854,1584414,212 1843,1584626,129 1835,1584755,162 1816,1584917,160 1814,1585077,141 1884,1585218,148 1878,1585366,134 1882,1585500,174 1864,1585674,139 1862,1585813,124 1851,1585937,126 1841,1586063,136 1802,1586199,154 1801,1586353,125 1771,1586478,130 1747,1586608,156 1607,1586764,112 1700,1586876,126 1750,1587002,141 1739,1587143,120 1741,1587263,135 1685,1587398,153 1681,1587551,120 1682,1587671,142 1675,1587813,166 1672,1587979,161 1707,1588140,141 1708,1588281,127 1684,1588408,146 1735,1588554,168 1721,1588722,127 1715,1588849,154 1763,1589003,155 1764,1589158,157 1697,1589315,158 1753,1589473,113 1635,1589586,159 1637,1589745,147 1641,1589892,161 1646,1590053,142 1563,1590195,186 1551,1590381,136 1552,1590517,143 1553,1590660,141 1516,1590801,140 1634,1590941,120 1626,1591061,140 1618,1591201,141 1622,1591342,106 1601,1591448,118 1608,1591566,139 1612,1591705,150 1652,1591855,145 1592,1592000,155 1589,1592155,155 1562,1592310,131 1567,1592441,127 1671,1592568,163 1538,1592731,161 1472,1592892,181 1464,1593073,174 1466,1593247,150 1471,1593397,157 1493,1593554,151 1477,1593705,98 1482,1593803,147 1490,1593950,128 1457,1594078,116 1433,1594194,183 1434,1594377,141 1451,1594518,139 1426,1594657,122 1419,1594779,124 1452,1594903,154 1453,1595057,162 1489,1595219,139 1531,1595358,135 1534,1595493,115 1520,1595608,99 1328,1595707,144 1336,1595851,123 1323,1595974,128 1309,1596102,127 1301,1596229,156 1302,1596385,153 1399,1596538,154 1392,1596692,104 1390,1596796,170 1389,1596966,135 1409,1597101,117 1405,1597218,145 1414,1597363,145 1403,1597508,172 1393,1597680,148 1353,1597828,165 1356,1597993,142 1347,1598135,122 1372,1598257,131 1296,1598388,187 1279,1598575,124 1281,1598699,141 1288,1598840,136 1307,1598976,171 1299,1599147,173 1294,1599320,129 1239,1599449,153 1236,1599602,153 1243,1599755,156 1248,1599911,136 1245,1600047,141 32902,1600188,157 1284,1600345,196 1289,1600541,124 1275,1600665,136 1216,1600801,141 1210,1600942,147 1206,1601089,140 1229,1601229,155 1257,1601384,153 1256,1601537,126 1203,1601663,131 1100,1601794,112 1092,1601906,164 1081,1602070,175 1082,1602245,177 1170,1602422,184 1164,1602606,138 1169,1602744,139 1171,1602883,161 1172,1603044,122 1161,1603166,140 1162,1603306,132 1153,1603438,169 1132,1603607,168 1137,1603775,103 1134,1603878,141 1140,1604019,104 1069,1604123,151 1070,1604274,142 1061,1604416,155 1087,1604571,164 1075,1604735,115 1076,1604850,145 1143,1604995,148 1139,1605143,140 1136,1605283,107 1117,1605390,130 1113,1605520,140 1188,1605660,133 1046,1605793,152 1039,1605945,186 1034,1606131,131 1028,1606262,184 976,1606446,125 975,1606571,146 977,1606717,126 941,1606843,132 935,1606975,151 942,1607126,192 931,1607318,120 950,1607438,147 945,1607585,128 947,1607713,159 1003,1607872,118 999,1607990,149 995,1608139,141 1012,1608280,124 1010,1608404,132 1008,1608536,146 987,1608682,160 978,1608842,150 1029,1608992,143 1025,1609135,147 1051,1609282,146 929,1609428,184 918,1609612,137 922,1609749,111 867,1609860,139 863,1609999,186 864,1610185,170 865,1610355,130 916,1610485,108 906,1610593,143 909,1610736,174 904,1610910,172 857,1611082,120 850,1611202,130 844,1611332,178 888,1611510,121 884,1611631,146 886,1611777,151 894,1611928,176 877,1612104,129 878,1612233,139 881,1612372,152 841,1612524,142 830,1612666,173 828,1612839,132 805,1612971,127 799,1613098,114 671,1613212,170 795,1613382,151 796,1613533,147 424,1613680,170 780,1613850,152 776,1614002,151 775,1614153,138 774,1614291,162 764,1614453,141 762,1614594,129 763,1614723,155 758,1614878,138 547,1615016,123 715,1615139,144 714,1615283,129 810,1615412,163 804,1615575,181 703,1615756,140 791,1615896,145 792,1616041,143 739,1616184,162 733,1616346,157 583,1616503,206 579,1616709,158 561,1616867,133 614,1617000,153 616,1617153,166 606,1617319,145 608,1617464,158 643,1617622,142 644,1617764,179 640,1617943,126 36964,1618069,139 634,1618208,163 628,1618371,149 670,1618520,181 667,1618701,135 661,1618836,143 626,1618979,181 621,1619160,114 619,1619274,154 659,1619428,150 649,1619578,136 303,1619714,174 679,1619888,135 434,1620023,159 440,1620182,131 441,1620313,172 435,1620485,173 445,1620658,189 521,1620847,200 514,1621047,141 513,1621188,121 564,1621309,153 566,1621462,105 555,1621567,147 548,1621714,115 543,1621829,132 538,1621961,132 458,1622093,167 465,1622260,151 546,1622411,134 531,1622545,98 475,1622643,139 479,1622782,151 495,1622933,161 522,1623094,104 518,1623198,129 377,1623327,147 352,1623474,113 334,1623587,155 12403,1623742,159 12351,1623901,141 388,1624042,122 405,1624164,140 420,1624304,158 398,1624462,132 365,1624594,143 367,1624737,132 368,1624869,149 362,1625018,107 339,1625125,166 309,1625291,113 321,1625404,113 357,1625517,145 342,1625662,163 439,1625825,134 437,1625959,150 387,1626109,132 382,1626241,161 268,1626402,141 273,1626543,136 263,1626679,116 276,1626795,170 45301,1626965,167 45275,1627132,130 45230,1627262,127 45287,1627389,148 45198,1627537,141 12380,1627678,163 12292,1627841,143 12537,1627984,150 280,1628134,138 284,1628272,164 296,1628436,137 326,1628573,147 329,1628720,113 305,1628833,161 12478,1628994,160 12290,1629154,139 12408,1629293,141 45292,1629434,119 45279,1629553,154 267,1629707,140 12444,1629847,149 12414,1629996,174 12367,1630170,187 12322,1630357,189 12400,1630546,149 12536,1630695,169 12471,1630864,148 12467,1631012,164 12297,1631176,145 12410,1631321,173 12385,1631494,125 12372,1631619,160 12299,1631779,149 12431,1631928,137 12368,1632065,145 12480,1632210,150 12293,1632360,159 12512,1632519,154 12388,1632673,161 12507,1632834,156 12519,1632990,156 12468,1633146,126 12465,1633272,123 12384,1633395,139 12448,1633534,165 12309,1633699,132 12319,1633831,150 12538,1633981,133 12363,1634114,147 12521,1634261,165 12453,1634426,135 12420,1634561,151 12355,1634712,154 12288,1634866,157 12305,1635023,143 12392,1635166,159 12433,1635325,159 12493,1635484,152 12314,1635636,142 12329,1635778,115 12419,1635893,111 12470,1636004,141 12487,1636145,141 12516,1636286,132 12390,1636418,107 12337,1636525,164 53255,1636689,143 53503,1636832,141 53288,1636973,134 53285,1637107,125 53316,1637232,158 12379,1637390,130 53321,1637520,158 53339,1637678,136 53314,1637814,123 53297,1637937,167 53304,1638104,141 53446,1638245,163 53367,1638408,149 53310,1638557,141 53395,1638698,133 53311,1638831,163 53495,1638994,134 53359,1639128,122 53500,1639250,148 53414,1639398,156 53251,1639554,161 53458,1639715,146 53497,1639861,152 53454,1640013,121 53272,1640134,143 423,1640277,155 53388,1640432,145 53337,1640577,156 53501,1640733,151 53417,1640884,147 53469,1641031,146 53478,1641177,130 53457,1641307,132 53383,1641439,132 53376,1641571,138 53393,1641709,159 53326,1641868,108 53287,1641976,155 53362,1642131,126 53474,1642257,142 53354,1642399,163 53385,1642562,145 53292,1642707,151 53453,1642858,150 53312,1643008,132 53274,1643140,128 20735,1643268,176 20690,1643444,154 20729,1643598,155 20552,1643753,137 20558,1643890,141 20726,1644031,171 20588,1644202,152 20695,1644354,109 20548,1644463,145 20710,1644608,132 20540,1644740,143 20576,1644883,142 20718,1645025,157 20549,1645182,155 20523,1645337,131 20526,1645468,141 20590,1645609,175 20524,1645784,146 20599,1645930,143 20531,1646073,143 20494,1646216,156 53452,1646372,148 20716,1646520,102 20681,1646622,127 20667,1646749,137 20578,1646886,152 20693,1647038,146 20723,1647184,171 20670,1647355,140 20591,1647495,115 20728,1647610,166 20546,1647776,173 20672,1647949,127 20561,1648076,169 20605,1648245,107 20631,1648352,174 20496,1648526,160 20634,1648686,158 20514,1648844,151 20487,1648995,194 20544,1649189,187 20508,1649376,149 20626,1649525,174 20602,1649699,134 20585,1649833,148 20584,1649981,169 20668,1650150,150 36977,1650300,155 20715,1650455,139 20719,1650594,138 20632,1650732,131 20559,1650863,143 37119,1651006,156 36926,1651162,151 37050,1651313,138 36888,1651451,182 37069,1651633,234 37115,1651867,125 37012,1651992,167 37043,1652159,130 36924,1652289,148 36957,1652437,144 37073,1652581,155 36934,1652736,131 37082,1652867,133 37088,1653000,127 37072,1653127,151 37019,1653278,123 36898,1653401,117 36886,1653518,109 37031,1653627,141 36947,1653768,166 37084,1653934,142 37090,1654076,167 36997,1654243,160 37063,1654403,122 36917,1654525,138 36879,1654663,157 37098,1654820,149 36983,1654969,157 37017,1655126,171 4269,1655297,148 4263,1655445,155 4309,1655600,148 4181,1655748,173 36986,1655921,132 37104,1656053,176 36896,1656229,151 4259,1656380,135 36956,1656515,113 37091,1656628,148 37033,1656776,135 37107,1656911,154 36943,1657065,159 36960,1657224,134 36883,1657358,145 4178,1657503,159 4203,1657662,140 4291,1657802,134 36949,1657936,207 4317,1658143,158 4141,1658301,160 4147,1658461,163 4114,1658624,161 4117,1658785,114 4216,1658899,164 4175,1659063,147 4218,1659210,136 4281,1659346,131 4189,1659477,136 4241,1659613,135 4123,1659748,160 4316,1659908,181 4106,1660089,161 4146,1660250,142 4224,1660392,152 4340,1660544,163 4215,1660707,156 4275,1660863,166 4126,1661029,202 4173,1661231,147 4177,1661378,149 4151,1661527,170 57531,1661697,135 57482,1661832,141 57478,1661973,185 57371,1662158,155 57433,1662313,160 57541,1662473,150 57582,1662623,111 57486,1662734,119 57407,1662853,143 57556,1662996,145 57471,1663141,140 57363,1663281,156 57597,1663437,171 57533,1663608,157 57454,1663765,137 57453,1663902,144 57578,1664046,161 57444,1664207,141 57545,1664348,164 57400,1664512,152 57500,1664664,115 57577,1664779,143 57356,1664922,125 57354,1665047,122 57540,1665169,153 57449,1665322,121 57508,1665443,129 57566,1665572,111 57509,1665683,168 57365,1665851,141 57576,1665992,159 57366,1666151,154 57349,1666305,129 57537,1666434,154 57513,1666588,157 57476,1666745,145 57494,1666890,156 57367,1667046,124 24703,1667170,151 57385,1667321,145 24692,1667466,120 24694,1667586,210 24737,1667796,138 24615,1667934,163 24764,1668097,200 24741,1668297,156 24581,1668453,135 24622,1668588,144 24758,1668732,150 24684,1668882,128 24803,1669010,145 24689,1669155,121 24673,1669276,168 24603,1669444,140 24773,1669584,129 24745,1669713,121 24818,1669834,127 24771,1669961,135 24617,1670096,163 24744,1670259,107 24828,1670366,184 24600,1670550,160 24586,1670710,149 24740,1670859,146 24676,1671005,131 24825,1671136,162 24810,1671298,130 24706,1671428,167 24807,1671595,113 24793,1671708,152 24607,1671860,148 24660,1672008,133 24770,1672141,114 24788,1672255,152 41038,1672407,156 41050,1672563,143 41042,1672706,168 41054,1672874,142 41109,1673016,146 41043,1673162,145 41065,1673307,140 41082,1673447,178 24731,1673625,140 24795,1673765,130 24658,1673895,167 24754,1674062,142 24705,1674204,144 40965,1674348,151 41202,1674499,163 41183,1674662,156 41108,1674818,146 41199,1674964,142 40992,1675106,134 41166,1675240,115 41000,1675355,142 41118,1675497,116 41113,1675613,128 41196,1675741,136 41063,1675877,161 41184,1676038,165 41213,1676203,160 40975,1676363,163 40962,1676526,176 41188,1676702,123 41198,1676825,136 41155,1676961,122 40970,1677083,136 41191,1677219,151 41088,1677370,132 41003,1677502,153 41192,1677655,133 40968,1677788,125 41040,1677913,142 41181,1678055,144 41077,1678199,152 40969,1678351,138 40972,1678489,146 41062,1678635,123 41131,1678758,153 41176,1678911,122 41210,1679033,138 41163,1679171,166 41012,1679337,98 40961,1679435,157 8370,1679592,208 8274,1679800,140 8444,1679940,120 8446,1680060,151 8307,1680211,157 8245,1680368,142 40983,1680510,130 40997,1680640,137 41147,1680777,112 41105,1680889,130 41125,1681019,142 8375,1681161,123 8419,1681284,160 8211,1681444,161 8363,1681605,157 8333,1681762,123 8413,1681885,149 8422,1682034,129 41122,1682163,110 8326,1682273,149 8227,1682422,139 41044,1682561,60 8282,1682621,131 8192,1682752,159 8221,1682911,146 8195,1683057,146 8262,1683203,139 8347,1683342,127 8220,1683469,134 8319,1683603,148 8393,1683751,99 8311,1683850,147 8314,1683997,153 8254,1684150,166 8280,1684316,130 8417,1684446,140 8230,1684586,146 8293,1684732,155 8234,1684887,115 8323,1685002,151 8217,1685153,122 8350,1685275,204 8334,1685479,162 8343,1685641,152 49163,1685793,113 8368,1685906,145 8283,1686051,134 8438,1686185,149 8390,1686334,94 8200,1686428,162 8403,1686590,148 49166,1686738,140 49201,1686878,174 1793,1687052,141 49308,1687193,151 49322,1687344,159 49254,1687503,132 49197,1687635,146 49394,1687781,145 49341,1687926,150 49288,1688076,127 49169,1688203,173 49214,1688376,135 49405,1688511,100 49172,1688611,168 43580,1688779,170 49353,1688949,136 49224,1689085,158 49270,1689243,135 49222,1689378,156 49303,1689534,107 49156,1689641,158 49248,1689799,117 16588,1689916,166 49310,1690082,147 49324,1690229,152 49204,1690381,141 49299,1690522,155 16615,1690677,164 16519,1690841,150 16391,1690991,128 16507,1691119,148 16428,1691267,166 49375,1691433,148 49397,1691581,132 49297,1691713,146 49225,1691859,152 49309,1692011,173 49385,1692184,129 49349,1692313,130 49233,1692443,165 49285,1692608,161 49330,1692769,142 49236,1692911,152 49186,1693063,168 49189,1693231,162 16591,1693393,148 16503,1693541,151 49196,1693692,166 49403,1693858,163 49195,1694021,148 16500,1694169,144 16568,1694313,130 16616,1694443,165 16576,1694608,156 49312,1694764,161 49168,1694925,140 49207,1695065,118 16515,1695183,136 16475,1695319,136 16499,1695455,143 16509,1695598,155 32983,1695753,121 32890,1695874,144 32988,1696018,140 16461,1696158,148 16397,1696306,160 16409,1696466,148 16574,1696614,146 16494,1696760,124 16502,1696884,168 16418,1697052,150 16575,1697202,169 16414,1697371,113 16538,1697484,149 16532,1697633,147 16469,1697780,126 16423,1697906,152 16523,1698058,145 16623,1698203,135 16531,1698338,140 16517,1698478,121 16419,1698599,133 16548,1698732,136 16392,1698868,152 16565,1699020,158 16402,1699178,128 16597,1699306,159 16400,1699465,150 16586,1699615,167 16580,1699782,147 16477,1699929,129 16610,1700058,172 16524,1700230,129 16453,1700359,149 16424,1700508,138 16605,1700646,137 16587,1700783,144 16562,1700927,116 16614,1701043,103 16624,1701146,138 16521,1701284,142 16405,1701426,118 32917,1701544,150 32942,1701694,153 32826,1701847,138 32796,1701985,160 32854,1702145,143 32817,1702288,127 32987,1702415,145 32898,1702560,147 32825,1702707,131 32803,1702838,170 32875,1703008,133 32857,1703141,134 32833,1703275,150 32896,1703425,149 32831,1703574,145 32998,1703719,151 32992,1703870,147 32904,1704017,154 32984,1704171,159 32926,1704330,109 32811,1704439,151 32769,1704590,166 32919,1704756,139 32881,1704895,142 32920,1705037,143 32970,1705180,159 32981,1705339,148 32795,1705487,134 32979,1705621,125 32947,1705746,138 32999,1705884,184 32800,1706068,147 32880,1706215,126 32776,1706341,164 228,1706505,132 32787,1706637,151 32878,1706788,140 32784,1706928,152 32839,1707080,140 32871,1707220,143 32837,1707363,149 32959,1707512,155 33017,1707667,144 32929,1707811,138 32937,1707949,137 32791,1708086,133 33016,1708219,124 20,1708343,120 114,1708463,127 161,1708590,152 245,1708742,148 92,1708890,170 172,1709060,144 148,1709204,135 144,1709339,126 71,1709465,150 33,1709615,167 48,1709782,141 53,1709923,146 38,1710069,122 182,1710191,130 130,1710321,124 43,1710445,144 81,1710589,148 167,1710737,168 152,1710905,156 198,1711061,132 112,1711193,119 143,1711312,113 241,1711425,152 84,1711577,126 32,1711703,122 122,1711825,140 69,1711965,175 156,1712140,147 124,1712287,133 104,1712420,141 233,1712561,136 159,1712697,154 227,1712851,176 173,1713027,144 116,1713171,131 70,1713302,149 141,1713451,124 59,1713575,141 179,1713716,137 211,1713853,112 208,1713965,140 147,1714105,120 139,1714225,117 524375,1714342,122 524381,1714464,139 524379,1714603,147 524401,1714750,120 524396,1714870,151 524391,1715021,96 524428,1715117,158 524417,1715275,136 524333,1715411,131 56576,1715542,145 170,1715687,129 264928,1715816,142 524305,1715958,133 524326,1716091,119 524325,1716210,136 1048576,1716346,60 215,1716406,140 11141124,1716546,160 524300,1716706,145 56581,1716851,145 524317,1716996,157 56587,1717153,145 524291,1717298,157 56579,1717455,145 56591,1717600,145 1,1717745,129 524311,1717874,156 5513568,1718030,117 1094598,1718147,141 1094614,1718288,141 5805616,1718429,166 16274616,1718595,141 7870261,1718736,189 3967309,1718925,152 8701959,1719077,153 11811129,1719230,257 10529617,1719487,225 6605057,1719712,185 7642869,1719897,161 6864836,1720058,161 11034181,1720219,167 307617,1720386,161 13387342,1720547,161 16288060,1720708,200 10542869,1720908,196 12889396,1721104,128 3174151,1721232,170 2389239,1721402,114 8181094,1721516,141 6841168,1721657,226 6087948,1721883,242 1601595,1722125,180 14196321,1722305,180 3440128,1722485,180 12434,1722665,142 8418591,1722807,121 15227531,1722928,219 4465301,1723147,218 6058253,1723365,139 43848,1723504,122 16274893,1723626,152 4462663,1723778,251 1884604,1724029,238 11297209,1724267,193 12900595,1724460,115 12374,1724575,149 6818530,1724724,149 11307932,1724873,161 2898685,1725034,206 3426651,1725240,178 13169433,1725418,189 8394249,1725607,135 286372,1725742,216 1884096,1725958,234 7910506,1726192,196 7138230,1726388,196 5043547,1726584,196 15220583,1726780,180 3426028,1726960,180 6566201,1727140,154 10767317,1727294,219 6591852,1727513,151 1345386,1727664,123 14726495,1727787,123 16318402,1727910,123 14740288,1728033,123 6580558,1728156,130 9754331,1728286,159 11857138,1728445,206 1632119,1728651,197 4224937,1728848,185 16266033,1729033,130 12883277,1729163,154 12884088,1729317,251 7103388,1729568,139 6040303,1729707,149 10795885,1729856,117 7079638,1729973,180 822825,1730153,158 10494542,1730311,154 3155919,1730465,60 3687397,1730525,137 13392190,1730662,164 6056144,1730826,150 1062474,1730976,124 47120,1731100,238 10793529,1731338,141 14210489,1731479,170 7088,1731649,160 6860799,1731809,253 14426594,1732062,196 16522193,1732258,196 5776757,1732454,196 2678501,1732650,196 13638716,1732846,253 1622093,1733099,182 9218741,1733281,170 4205686,1733451,154 4507644,1733605,180 7898612,1733785,180 16009557,1733965,191 526791,1734156,189 8934431,1734345,139 9440456,1734484,139 269767,1734623,178 6824287,1734801,156 3942566,1734957,199 5263524,1735156,161 8423129,1735317,161 15996856,1735478,175 3981152,1735653,123 11277812,1735776,123 3697271,1735899,161 1315929,1736060,152 5260217,1736212,165 6039508,1736377,303 8955001,1736680,123 291477,1736803,123 13911777,1736926,123 7917922,1737049,123 587964,1737172,123 9478747,1737295,123 1585164,1737418,160 4498798,1737578,122 1872285,1737700,270 16577183,1737970,218 16260914,1738188,193 11537109,1738381,178 2101582,1738559,134 2905921,1738693,141 11029834,1738834,186 7902440,1739020,139 4738812,1739159,139 11580243,1739298,154 5537724,1739452,118 8183713,1739570,170 9961578,1739740,178 9844,1739918,129 1873861,1740047,126 6078935,1740173,175 3670342,1740348,236 8951381,1740584,186 16032982,1740770,196 16572751,1740966,134 7648950,1741100,122 15505330,1741222,218 2685562,1741440,259 8662548,1741699,149 1050081,1741848,114 586840,1741962,180 6076972,1742142,158 3422100,1742300,142 7133516,1742442,197 15479149,1742639,116 4460798,1742755,232 8170336,1742987,123 4507229,1743110,123 1605305,1743233,123 5023309,1743356,141 13401973,1743497,141 2156660,1743638,123 13647786,1743761,123 833847,1743884,180 13949961,1744064,156 35002,1744220,94 16020277,1744314,132 9481724,1744446,170 6071853,1744616,141 4205417,1744757,171 15264142,1744928,132 6616763,1745060,193 12326549,1745253,178 14431729,1745431,161 10749953,1745592,141 11280080,1745733,171 2943615,1745904,117 3428736,1746021,290 10801106,1746311,191 11051159,1746502,131 551889,1746633,275 11287143,1746908,141 3978557,1747049,206 9964881,1747255,180 44501,1747435,180 9461116,1747615,185 10025639,1747800,173 4750174,1747973,169 12116913,1748142,196 47016,1748338,155 15497545,1748493,160 13947606,1748653,226 1069170,1748879,159 9439876,1749038,171 11291239,1749209,141 7391895,1749350,135 3191318,1749485,196 2449,1749681,163 13133405,1749844,147 14687297,1749991,147 14177442,1750138,147 550431,1750285,140 12382992,1750425,147 2643057,1750572,180 12095106,1750752,180 14431037,1750932,180 14186623,1751112,191 13901169,1751303,140 559046,1751443,147 7886707,1751590,196 11296905,1751786,196 8666770,1751982,196 7376054,1752178,196 5260874,1752374,196 12887042,1752570,196 5631,1752766,178 2654370,1752944,178 6828844,1753122,181 1334853,1753303,167 7364987,1753470,141 9984329,1753611,146 11298738,1753757,170 10272110,1753927,162 4993833,1754089,111 6611314,1754200,262 4755290,1754462,128 1050181,1754590,178 5321,1754768,172 9272,1754940,172 7638776,1755112,172 10232,1755284,172 5303066,1755456,172 16272892,1755628,202 8690240,1755830,202 14163916,1756032,172 12880365,1756204,149 6353978,1756353,183 5810299,1756536,141 6056919,1756677,291 1591498,1756968,178 9498311,1757146,161 1059243,1757307,161 1593035,1757468,161 8397479,1757629,151 6613121,1757780,189 10001757,1757969,166 6038294,1758135,170 270660,1758305,181 10495926,1758486,161 1063191,1758647,161 9994478,1758808,161 13372914,1758969,193 9748372,1759162,137 9716557,1759299,133 11026469,1759432,147 1074595,1759579,128 13130656,1759707,303 14728707,1760010,265 6066194,1760275,167 3733453,1760442,154 10013604,1760596,165 4835,1760761,159 4945,1760920,151 1588407,1761071,180 10782835,1761251,141 12091471,1761392,130 16557520,1761522,213 314248,1761735,288 10510944,1762023,60 10796484,1762083,196 6066519,1762279,196 4724371,1762475,150 11827527,1762625,129 325880,1762754,156 3731656,1762910,119 6094494,1763029,184 8920213,1763213,214 16017730,1763427,164 2364423,1763591,268 584182,1763859,203 15740497,1764062,141 13419105,1764203,154 7631101,1764357,140 8137265,1764497,140 11824124,1764637,140 1331082,1764777,140 12629753,1764917,140 4760690,1765057,140 14217930,1765197,140 4780415,1765337,140 4478690,1765477,240 6876357,1765717,140 8156725,1765857,140 6556631,1765997,123 11047229,1766120,123 5032286,1766243,175 801616,1766418,123 7875398,1766541,140 3440118,1766681,140 13425068,1766821,140 10234230,1766961,140 12098090,1767101,140 5805597,1767241,140 7657534,1767381,140 578110,1767521,140 11042538,1767661,140 4254873,1767801,140 12342319,1767941,140 3461110,1768081,140 13139617,1768221,190 6564879,1768411,197 10506507,1768608,140 14482248,1768748,140 8715729,1768888,140 4224224,1769028,140 553360,1769168,140 6081883,1769308,140 10006373,1769448,140 4236983,1769588,140 817685,1769728,140 5541210,1769868,140 3172048,1770008,180 3977779,1770188,180 2137721,1770368,161 11296746,1770529,212 281286,1770741,207 6084021,1770948,291 8950927,1771239,214 1611090,1771453,176 12648360,1771629,196 12603774,1771825,202 16520345,1772027,239 10012580,1772266,277 48853,1772543,185 708,1772728,204 11333896,1772932,139 585117,1773071,253 15232459,1773324,161 3164496,1773485,154 1481,1773639,139 842878,1773778,170 2136280,1773948,234 8177534,1774182,199 10538997,1774381,178 1835309,1774559,153 3974703,1774712,206 10007535,1774918,180 5306712,1775098,180 12624750,1775278,121 6304433,1775399,252 8191339,1775651,219 14950267,1775870,141 1582665,1776011,140 8913897,1776151,213 3430464,1776364,196 6055034,1776560,196 12353403,1776756,180 15792839,1776936,180 14479232,1777116,196 11824941,1777312,135 6063486,1777447,154 8678216,1777601,229 11821293,1777830,242 3197985,1778072,178 6581376,1778250,234 564737,1778484,150 11017860,1778634,164 12589136,1778798,173 4466675,1778971,171 294267,1779142,180 9692,1779322,176 13955895,1779498,167 4760248,1779665,248 12630246,1779913,226 9212959,1780139,141 6847924,1780280,141 5826675,1780421,209 11546824,1780630,145 14434729,1780775,140 560940,1780915,166 11023634,1781081,180 13936209,1781261,231 9500228,1781492,180 4501288,1781672,140 7095338,1781812,196 10779849,1782008,196 12848534,1782204,196 10512412,1782400,229 8661757,1782629,112 16276605,1782741,252 8683668,1782993,127 1094613,1783120,141 3187394,1783261,180 14475222,1783441,178 11315342,1783619,149 9978204,1783768,156 15748988,1783924,60 7361573,1783984,139 6032330,1784123,136 2634548,1784259,180 15770149,1784439,60 5284146,1784499,272 8419441,1784771,164 5026253,1784935,135 16030738,1785070,121 8933754,1785191,127 11318197,1785318,196 539272,1785514,228 536971,1785742,196 16037512,1785938,139 5012040,1786077,149 8704346,1786226,172 294670,1786398,192 12121683,1786590,288 6335252,1786878,139 12346066,1787017,170 7118460,1787187,199 4511218,1787386,154 3206,1787540,141 16268479,1787681,183 16537754,1787864,141 15762976,1788005,158 14470285,1788163,214 15752311,1788377,139 1118481,1788516,60 7132959,1788576,213 15755365,1788789,151 10773409,1788940,207 3972438,1789147,196 7404869,1789343,196 4482887,1789539,196 8931952,1789735,185 16037307,1789920,141 5274309,1790061,123 5008360,1790184,123 9209374,1790307,123 5516173,1790430,123 7465,1790553,113 15508958,1790666,142 9193826,1790808,125 1061823,1790933,166 3437923,1791099,217 1322590,1791316,159 9675,1791475,140 4465532,1791615,242 12608740,1791857,141 5275722,1791998,220 3183669,1792218,197 13913014,1792415,259 3676236,1792674,213 14168038,1792887,259 1314626,1793146,114 28001,1793260,266 12889177,1793526,178 5773015,1793704,159 16557178,1793863,154 14948801,1794017,196 12084869,1794213,178 3676754,1794391,166 2583,1794557,154 14200705,1794711,136 15007137,1794847,196 11817641,1795043,130 5566276,1795173,265 4205392,1795438,139 7916587,1795577,175 12060502,1795752,142 13682775,1795894,154 16563409,1796048,197 7627002,1796245,197 13384415,1796442,60 3731427,1796502,153 5297399,1796655,252 8007,1796907,141 9239832,1797048,197 11818073,1797245,261 2416,1797506,163 1352352,1797669,141 14986121,1797810,158 7914259,1797968,192 7615662,1798160,182 7646647,1798342,175 6329806,1798517,154 9233856,1798671,161 15764086,1798832,161 15510053,1798993,161 6847851,1799154,161 4739433,1799315,161 12846723,1799476,197 9752589,1799673,197 12880474,1799870,123 11836053,1799993,276 11305961,1800269,212 14207494,1800481,160 1843419,1800641,196 13682267,1800837,196 9468082,1801033,219 11849696,1801252,240 12353444,1801492,219 16533805,1801711,141 7663146,1801852,238 556644,1802090,166 524345,1802256,133 9455420,1802389,192 8953395,1802581,172 7113452,1802753,182 8700644,1802935,163 8135128,1803098,252 16575056,1803350,214 57451,1803564,137 285804,1803701,137 14217563,1803838,170 13955159,1804008,156 7139710,1804164,198 539183,1804362,266 1849952,1804628,135 13907229,1804763,136 6293955,1804899,117 4753252,1805016,197 6036665,1805213,197 12647812,1805410,178 4475774,1805588,199 14453815,1805787,141 15257852,1805928,174 15263927,1806102,179 1064254,1806281,192 8147162,1806473,60 6605858,1806533,158 5017943,1806691,241 10233278,1806932,164 13646314,1807096,116 16310241,1807212,142 6345437,1807354,267 7900279,1807621,159 3935357,1807780,131 3438277,1807911,154 2415155,1808065,196 16558992,1808261,196 5805016,1808457,130 5263785,1808587,130 10786652,1808717,183 11545119,1808900,221 14444556,1809121,158 15991408,1809279,117 1844996,1809396,178 5273779,1809574,178 15783159,1809752,152 14732410,1809904,196 7087051,1810100,163 6335335,1810263,219 11301132,1810482,192 11066115,1810674,221 3180868,1810895,149 16021856,1811044,196 1331856,1811240,169 6042309,1811409,123 11333232,1811532,165 11330259,1811697,139 64802,1811836,141 4462845,1811977,123 46592,1812100,153 10025627,1812253,189 23444,1812442,123 14715262,1812565,123 11537617,1812688,137 4736705,1812825,226 11849897,1813051,192 16525811,1813243,146 16297947,1813389,199 10534173,1813588,186 14982942,1813774,139 9749,1813913,128 10260188,1814041,130 401,1814171,138 11326820,1814309,234 9752693,1814543,119 2667771,1814662,229 4258261,1814891,132 13380739,1815023,134 14478724,1815157,146 8148796,1815303,189 2884021,1815492,141 2682625,1815633,60 12604214,1815693,356 6319824,1816049,112 2936038,1816161,212 14961863,1816373,154 13953152,1816527,141 11023466,1816668,161 3940598,1816829,161 8140973,1816990,161 13933789,1817151,203 5306146,1817354,141 9980385,1817495,151 317349,1817646,185 5000550,1817831,220 10781050,1818051,165 9459793,1818216,166 9963983,1818382,212 12115550,1818594,195 8935942,1818789,213 5523411,1819002,113 13430236,1819115,158 13424671,1819273,223 6851343,1819496,185 16265066,1819681,214 11561190,1819895,234 10807268,1820129,120 12119947,1820249,194 12064879,1820443,153 6719,1820596,141 12638260,1820737,124 12108371,1820861,137 15752217,1820998,189 310664,1821187,189 10230802,1821376,189 1630132,1821565,178 327,1821743,139 2144128,1821882,256 14694167,1822138,166 1365246,1822304,139 3166069,1822443,200 15510010,1822643,197 933,1822840,149 12379772,1822989,170 8134150,1823159,185 15774494,1823344,161 16290163,1823505,166 13127558,1823671,129 6564333,1823800,142 4471944,1823942,204 8658032,1824146,178 5523265,1824324,181 13432629,1824505,141 12908601,1824646,134 13170498,1824780,259 28658,1825039,158 3202957,1825197,171 13945148,1825368,141 7920914,1825509,158 2907444,1825667,213 10228835,1825880,186 9267,1826066,167 8966,1826233,167 11856898,1826400,144 6578232,1826544,194 7346343,1826738,141 13423517,1826879,154 14710026,1827033,138 6593,1827171,167 5886,1827338,167 10259836,1827505,144 13903308,1827649,154 9203140,1827803,123 12350774,1827926,159 14724702,1828085,164 13940577,1828249,207 8127326,1828456,219 4521531,1828675,158 14170869,1828833,144 3725733,1828977,171 5015389,1829148,136 11593694,1829284,179 6593945,1829463,138 5789,1829601,141 5019181,1829742,116 53881,1829858,192 4737584,1830050,161 4743587,1830211,150 3164710,1830361,275 5039534,1830636,296 14996394,1830932,201 13920211,1831133,213 10752562,1831346,213 4776899,1831559,173 13383002,1831732,152 8410218,1831884,171 11814901,1832055,207 16041928,1832262,142 11050148,1832404,184 76,1832588,134 9228175,1832722,123 2651608,1832845,214 9495042,1833059,130 3155064,1833189,178 8161729,1833367,140 8694078,1833507,139 11584391,1833646,127 551895,1833773,149 3445570,1833922,196 5807814,1834118,155 6604627,1834273,123 6576301,1834396,185 1897114,1834581,139 7637517,1834720,139 13399522,1834859,139 10527672,1834998,125 3733971,1835123,123 16521276,1835246,123 10751078,1835369,310 4478385,1835679,196 10025415,1835875,154 7342927,1836029,141 14956684,1836170,159 1592287,1836329,127 12098202,1836456,284 9206768,1836740,213 14722313,1836953,244 3955908,1837197,141 14198614,1837338,178 14210803,1837516,214 7089372,1837730,212 7878048,1837942,143 16005385,1838085,139 2105137,1838224,169 2935876,1838393,173 16023023,1838566,161 8162229,1838727,161 5538618,1838888,187 7893074,1839075,121 14199179,1839196,130 4460,1839326,182 1096183,1839508,121 1372111,1839629,112 3682553,1839741,189 11026337,1839930,154 7882723,1840084,238 7117760,1840322,140 16047078,1840462,141 2393240,1840603,264 12612781,1840867,156 15767025,1841023,132 62605,1841155,174 7352025,1841329,217 7346479,1841546,196 1098287,1841742,145 12335205,1841887,140 322368,1842027,141 1615857,1842168,208 9494907,1842376,123 14163065,1842499,123 5826234,1842622,123 4515054,1842745,178 14434789,1842923,235 42431,1843158,141 13155049,1843299,139 1573361,1843438,219 12865331,1843657,170 5532376,1843827,172 12616829,1843999,185 264613,1844184,132 9736575,1844316,164 10226911,1844480,213 2367780,1844693,114 9739052,1844807,143 8180490,1844950,156 7731,1845106,156 16522628,1845262,199 1617054,1845461,214 15500468,1845675,165 53398,1845840,130 9812,1845970,120 20698,1846090,115 1142,1846205,115 1141,1846320,115 4465393,1846435,137 3148281,1846572,154 11853264,1846726,171 4780071,1846897,189 1361559,1847086,213 8127403,1847299,219 14423730,1847518,196 2423653,1847714,196 832807,1847910,196 11808409,1848106,182 3419332,1848288,189 1370546,1848477,199 13128779,1848676,187 13664160,1848863,161 37011,1849024,143 4985177,1849167,185 1183,1849352,145 53371,1849497,167 7885386,1849664,125 15006850,1849789,137 46544,1849926,161 1349349,1850087,161 12873339,1850248,217 12601595,1850465,268 2156674,1850733,178 15769596,1850911,149 832990,1851060,133 2875,1851193,127 2360712,1851320,139 5299452,1851459,172 7342849,1851631,178 6039075,1851809,194 3160149,1852003,134 46704,1852137,141 11297815,1852278,130 3438870,1852408,196 3434218,1852604,233 2635868,1852837,142 793687,1852979,130 8417200,1853109,130 8929177,1853239,127 15494923,1853366,142 1772,1853508,141 8154534,1853649,185 13637300,1853834,196 2140345,1854030,155 15790223,1854185,178 9220329,1854363,170 1849671,1854533,220 3418002,1854753,132 4235528,1854885,271 7363254,1855156,220 2103814,1855376,220 16296291,1855596,220 14421665,1855816,246 12087540,1856062,221 40299,1856283,178 7625011,1856461,189 15489258,1856650,135 8165972,1856785,166 3705689,1856951,139 8913176,1857090,137 10757656,1857227,214 10772881,1857441,146 8692301,1857587,263 8154012,1857850,213 6070,1858063,141 1071383,1858204,112 13692865,1858316,196 13914705,1858512,171 6325,1858683,134 14188209,1858817,149 4740866,1858966,196 6573890,1859162,153 14462824,1859315,225 2419793,1859540,216 7375308,1859756,192 2907105,1859948,174 14479306,1860122,178 48224,1860300,141 13400929,1860441,184 10252602,1860625,196 2922417,1860821,196 11049321,1861017,117 10807950,1861134,145 8924499,1861279,260 53429,1861539,165 7629739,1861704,212 833234,1861916,189 7875053,1862105,164 5267903,1862269,141 2527,1862410,169 15991599,1862579,131 9718284,1862710,159 4002,1862869,118 1085152,1862987,161 16557601,1863148,161 9237032,1863309,246 7343978,1863555,141 2994,1863696,163 12382,1863859,121 16542704,1863980,288 5239,1864268,120 1947,1864388,144 5523472,1864532,117 5550595,1864649,168 3696861,1864817,138 12105713,1864955,178 8409334,1865133,214 11061945,1865347,193 2111830,1865540,127 7909348,1865667,125 9478455,1865792,259 8389276,1866051,162 13682131,1866213,169 1316510,1866382,221 16303006,1866603,196 15257753,1866799,199 1080228,1866998,190 8143266,1867188,114 12333663,1867302,186 5266370,1867488,174 7086498,1867662,185 10235763,1867847,260 14168803,1868107,219 9734112,1868326,219 3714857,1868545,186 13141545,1868731,255 13419232,1868986,191 3148485,1869177,250 57445,1869427,166 4482812,1869593,213 10496237,1869806,127 11293812,1869933,185 9182426,1870118,154 1960,1870272,166 9966802,1870438,113 1313244,1870551,196 15504229,1870747,142 12892835,1870889,244 10288801,1871133,199 14191163,1871332,120 15489670,1871452,287 12644021,1871739,173 6348531,1871912,196 5283849,1872108,219 8951374,1872327,139 8929098,1872466,130 10266133,1872596,252 14962294,1872848,222 16536,1873070,125 7674,1873195,241 10282590,1873436,123 12884096,1873559,123 14693262,1873682,123 587420,1873805,123 326275,1873928,208 7928244,1874136,109 13661927,1874245,252 5285503,1874497,123 13918682,1874620,123 15734936,1874743,123 8919304,1874866,123 6031687,1874989,123 1319006,1875112,123 12075428,1875235,123 5724,1875358,146 6560942,1875504,175 16311374,1875679,128 4246906,1875807,189 14438132,1875996,257 15761779,1876253,139 15492556,1876392,207 9738640,1876599,183 16039063,1876782,232 2686686,1877014,137 9468176,1877151,214 15848,1877365,189 6880986,1877554,199 15243373,1877753,140 1330740,1877893,149 20619,1878042,137 1338268,1878179,238 9735663,1878417,132 2939252,1878549,222 13956998,1878771,199 3408862,1878970,130 2361955,1879100,139 16288567,1879239,139 2123644,1879378,158 3462930,1879536,212 10511888,1879748,160 4521914,1879908,178 14738990,1880086,172 3700834,1880258,183 14953851,1880441,185 12870883,1880626,130 8918947,1880756,214 8956327,1880970,154 15501588,1881124,196 12096566,1881320,196 5248121,1881516,136 6325437,1881652,159 3440330,1881811,153 11808504,1881964,201 10802354,1882165,193 9238387,1882358,114 14474532,1882472,168 6560944,1882640,175 9452146,1882815,135 13384536,1882950,144 5042112,1883094,141 9197939,1883235,187 2365469,1883422,221 5822297,1883643,196 16289894,1883839,151 7341740,1883990,245 2622168,1884235,161 14476595,1884396,154 14173276,1884550,189 5281105,1884739,139 8405286,1884878,196 11336048,1885074,196 8141139,1885270,178 3727786,1885448,178 4769686,1885626,161 16040520,1885787,161 16019856,1885948,161 12910524,1886109,154 795497,1886263,135 313817,1886398,152 7362040,1886550,151 7099597,1886701,168 2185,1886869,152 15775159,1887021,184 11853535,1887205,178 2636674,1887383,189 13930652,1887572,123 14999718,1887695,123 5768276,1887818,161 3971703,1887979,165 12875695,1888144,165 9709836,1888309,263 10236622,1888572,135 2154652,1888707,114 2948513,1888821,167 3672020,1888988,157 268671,1889145,130 6029368,1889275,145 9235531,1889420,117 20625,1889537,130 12079105,1889667,146 8399865,1889813,193 5552130,1890006,161 1101481,1890167,130 8412684,1890297,231 7096769,1890528,181 7401123,1890709,181 7358441,1890890,197 6050334,1891087,156 1328202,1891243,139 3943577,1891382,156 8966201,1891538,213 6831618,1891751,205 609,1891956,114 5315,1892070,131 1231,1892201,131 8247,1892332,147 6062503,1892479,145 6032398,1892624,266 5258474,1892890,213 13670139,1893103,200 57489,1893303,138 3687293,1893441,189 5271448,1893630,260 5025308,1893890,209 1321090,1894099,192 15499667,1894291,135 7134512,1894426,141 7097990,1894567,201 6063809,1894768,178 6059894,1894946,172 7398766,1895118,130 5537229,1895248,130 44749,1895378,149 16555480,1895527,269 14428212,1895796,153 8671386,1895949,187 5936,1896136,143 3204238,1896279,132 4493664,1896411,178 11858394,1896589,189 13132785,1896778,173 14475693,1896951,351 9734228,1897302,135 7437,1897437,173 11598902,1897610,165 7668,1897775,166 7079381,1897941,147 6594,1898088,157 15511777,1898245,133 7921113,1898378,219 16300002,1898597,141 16261205,1898738,174 7659930,1898912,199 151,1899111,118 9228041,1899229,114 9208733,1899343,260 11583902,1899603,178 800583,1899781,178 11314791,1899959,178 33273,1900137,130 15513082,1900267,156 4508942,1900423,259 15237723,1900682,139 7379228,1900821,241 8433725,1901062,123 14981852,1901185,123 11330741,1901308,123 13685424,1901431,123 7342,1901554,141 8183158,1901695,194 2386048,1901889,159 15766196,1902048,248 15261552,1902296,206 2665790,1902502,271 7254,1902773,157 15756664,1902930,213 7881981,1903143,252 15530219,1903395,248 7372181,1903643,223 2900762,1903866,254 11064264,1904120,167 13654421,1904287,199 1625224,1904486,189 8439637,1904675,171 15777070,1904846,144 7630564,1904990,205 16612,1905195,152 9980746,1905347,139 14714099,1905486,168 3712718,1905654,121 3430142,1905775,142 7368843,1905917,141 3710810,1906058,143 14173165,1906201,133 12337409,1906334,257 277005,1906591,159 4493079,1906750,188 64651,1906938,141 30385,1907079,173 7127367,1907252,222 10515172,1907474,193 4985701,1907667,154 13433175,1907821,117 811686,1907938,222 1577773,1908160,178 7655965,1908338,196 1603796,1908534,121 12114253,1908655,178 3707045,1908833,141 12612651,1908974,237 6055798,1909211,173 4516568,1909384,130 1612709,1909514,154 10785201,1909668,136 1863714,1909804,178 13408401,1909982,141 2670473,1910123,199 9452989,1910322,171 8852,1910493,152 3705308,1910645,165 9192704,1910810,178 1891818,1910988,213 9699334,1911201,125 2098191,1911326,117 10761234,1911443,141 9209232,1911584,123 12355779,1911707,251 3722503,1911958,235 53344,1912193,129 15530499,1912322,110 7116495,1912432,123 6823744,1912555,201 9481719,1912756,197 4247076,1912953,141 3420902,1913094,182 4194682,1913276,141 7899245,1913417,123 2158120,1913540,123 11859484,1913663,123 586923,1913786,123 16515452,1913909,193 9450059,1914102,193 6303264,1914295,196 14971618,1914491,196 4733,1914687,135 16278629,1914822,175 8288,1914997,146 5279564,1915143,219 10778456,1915362,217 5808331,1915579,139 3308,1915718,141 14704777,1915859,144 7878288,1916003,287 12342524,1916290,260 805716,1916550,252 15003652,1916802,117 9757549,1916919,130 15792370,1917049,130 3413267,1917179,130 7635354,1917309,157 2635077,1917466,285 282444,1917751,196 1619999,1917947,139 1840415,1918086,196 35836,1918282,158 11021237,1918440,156 15262178,1918596,122 7868892,1918718,194 13919174,1918912,193 16270563,1919105,151 2401588,1919256,179 12862624,1919435,141 1602606,1919576,139 9479013,1919715,127 14435510,1919842,161 1050550,1920003,161 3419405,1920164,161 10767560,1920325,117 14170046,1920442,181 13920333,1920623,135 9178256,1920758,135 7121587,1920893,135 5010,1921028,135 545044,1921163,207 13654528,1921370,165 7370891,1921535,197 4741540,1921732,178 5553529,1921910,175 10502719,1922085,142 7401756,1922227,222 7366051,1922449,231 1315915,1922680,185 7655644,1922865,124 12618462,1922989,135 7470,1923124,135 11855402,1923259,139 10536434,1923398,154 11037564,1923552,204 11549014,1923756,122 3935451,1923878,177 15483572,1924055,157 6347395,1924212,214 2905905,1924426,221 13387321,1924647,120 11312663,1924767,167 6559334,1924934,132 14212986,1925066,141 1334241,1925207,118 10494879,1925325,141 7402330,1925466,141 10499099,1925607,119 10530749,1925726,139 8162250,1925865,252 11554342,1926117,252 11569602,1926369,124 15737785,1926493,154 16534996,1926647,229 10810562,1926876,134 9180285,1927010,154 3147597,1927164,221 1843156,1927385,169 39634,1927554,141 4489079,1927695,132 15251138,1927827,137 9731047,1927964,161 5280441,1928125,161 14447784,1928286,161 15218997,1928447,137 6154,1928584,134 6056576,1928718,187 14180531,1928905,269 6567196,1929174,187 6339096,1929361,121 4500048,1929482,137 8703330,1929619,212 11064697,1929831,272 4475073,1930103,158 4722787,1930261,184 10522232,1930445,178 8967436,1930623,213 13904085,1930836,172 10268527,1931008,214 16536478,1931222,260 6312727,1931482,144 9465957,1931626,130 1616216,1931756,164 7653795,1931920,199 15501900,1932119,178 13917989,1932297,254 4245707,1932551,186 2927595,1932737,141 13122155,1932878,125 11847416,1933003,198 10283345,1933201,283 12113163,1933484,181 12347102,1933665,258 1599691,1933923,204 12889618,1934127,175 8100,1934302,209 13950157,1934511,123 4737962,1934634,123 14461188,1934757,123 7121713,1934880,123 5010623,1935003,123 300139,1935126,253 10505307,1935379,257 4753411,1935636,160 11810531,1935796,168 9753241,1935964,198 3414581,1936162,199 2884255,1936361,150 6607188,1936511,128 5822933,1936639,230 7097232,1936869,134 1295,1937003,133 10002019,1937136,123 8940398,1937259,123 16049325,1937382,178 2686782,1937560,178 12113839,1937738,178 13938181,1937916,161 14698671,1938077,192 2896657,1938269,141 5276373,1938410,123 15789584,1938533,161 12873739,1938694,254 3973223,1938948,174 12321354,1939122,127 9738497,1939249,253 16275825,1939502,139 1050058,1939641,142 7902388,1939783,159 4470536,1939942,123 2645807,1940065,157 5246965,1940222,230 12338478,1940452,187 14468683,1940639,196 275337,1940835,196 41064,1941031,143 7355083,1941174,139 7368172,1941313,125 11584005,1941438,142 9762129,1941580,170 1071863,1941750,122 12066218,1941872,189 58368,1942061,204 2905555,1942265,196 49188,1942461,156 8144517,1942617,271 1842915,1942888,222 4457260,1943110,139 7891191,1943249,195 19443,1943444,260 576679,1943704,141 562861,1943845,141 533426,1943986,197 8962995,1944183,125 14700836,1944308,142 7587,1944450,125 5517194,1944575,245 6296755,1944820,165 1070609,1944985,139 3438711,1945124,225 8396,1945349,141 6856688,1945490,178 6074118,1945668,189 6043,1945857,171 1849738,1946028,199 15230420,1946227,230 2413852,1946457,222 15483894,1946679,187 6342232,1946866,151 16561546,1947017,119 10773215,1947136,159 4986516,1947295,210 13112401,1947505,196 4510775,1947701,169 15524180,1947870,267 7083534,1948137,124 8403466,1948261,214 816062,1948475,275 2649983,1948750,141 15779920,1948891,196 335,1949087,130 2642529,1949217,141 13150805,1949358,238 2127883,1949596,149 8915375,1949745,126 2936877,1949871,141 10275971,1950012,137 2909043,1950149,248 2402268,1950397,121 6609824,1950518,131 16291898,1950649,218 5041391,1950867,130 1896398,1950997,149 10008297,1951146,156 15734201,1951302,149 6598822,1951451,123 8127696,1951574,123 8715436,1951697,123 14421084,1951820,123 7368717,1951943,123 3203441,1952066,139 1598864,1952205,123 16278036,1952328,123 7884611,1952451,123 4214143,1952574,123 7538,1952697,164 14162298,1952861,127 4995285,1952988,201 5551468,1953189,215 3427528,1953404,129 6558572,1953533,178 308808,1953711,112 10023321,1953823,151 1589412,1953974,277 1853646,1954251,213 13110472,1954464,196 271813,1954660,196 6307451,1954856,133 5010567,1954989,274 11305971,1955263,185 13405402,1955448,256 13907675,1955704,206 2940077,1955910,178 7101460,1956088,213 15206725,1956301,214 11576039,1956515,257 8136071,1956772,154 2892081,1956926,137 20510,1957063,172 15469978,1957235,171 9492414,1957406,158 2379387,1957564,154 3190436,1957718,170 3996227,1957888,196 1335188,1958084,196 8066,1958280,227 8928284,1958507,142 8516,1958649,127 27633,1958776,141 2634914,1958917,142 7873454,1959059,139 2126238,1959198,227 2933344,1959425,131 3948369,1959556,121 3943156,1959677,159 12617036,1959836,190 9388,1960026,232 5265487,1960258,182 548317,1960440,142 9199847,1960582,154 13407344,1960736,177 11811286,1960913,150 3470234,1961063,139 14161601,1961202,236 13394405,1961438,193 9210555,1961631,225 923,1961856,153 4512231,1962009,149 2401340,1962158,143 10259360,1962301,123 13371533,1962424,123 3712237,1962547,219 12097817,1962766,144 4259341,1962910,154 11298013,1963064,154 9746457,1963218,114 7896392,1963332,214 8942053,1963546,141 12335577,1963687,109 6331073,1963796,123 7638280,1963919,123 45294,1964042,140 268502,1964182,143 2153387,1964325,182 3684897,1964507,154 14170125,1964661,199 8957251,1964860,168 11857914,1965028,251 7107005,1965279,154 6352838,1965433,229 8134,1965662,165 11583784,1965827,160 3180505,1965987,135 16566980,1966122,130 15784370,1966252,119 14993409,1966371,134 15767608,1966505,196 13110804,1966701,206 11297726,1966907,141 16260472,1967048,154 3733426,1967202,169 1053264,1967371,214 7865015,1967585,236 6578564,1967821,106 15263190,1967927,161 13139573,1968088,161 9823,1968249,161 9018,1968410,161 551434,1968571,164 10020852,1968735,139 1963,1968874,161 9350,1969035,135 9336,1969170,180 3681745,1969350,161 6956,1969511,154 9450748,1969665,193 5159,1969858,130 7812,1969988,150 1105329,1970138,123 9001,1970261,125 9901,1970386,141 16523033,1970527,183 8653613,1970710,193 2122802,1970903,193 11798521,1971096,191 8953850,1971287,193 9206965,1971480,193 12863001,1971673,193 5268243,1971866,193 6346777,1972059,193 16265128,1972252,193 820444,1972445,193 5740,1972638,177 1580720,1972815,160 2391840,1972975,178 15205274,1973153,174 3198375,1973327,157 4679,1973484,167 5529,1973651,169 4859,1973820,183 13657723,1974003,177 12082811,1974180,160 14979835,1974340,160 7124980,1974500,160 2900993,1974660,161 12114382,1974821,161 1861290,1974982,161 3967998,1975143,161 13953202,1975304,161 1346045,1975465,161 12354847,1975626,161 5561,1975787,155 9361,1975942,161 9017,1976103,161 5243323,1976264,161 12845378,1976425,187 8663269,1976612,165 1865718,1976777,213 5825318,1976990,175 6954,1977165,141 7642588,1977306,124 1367525,1977430,139 6665,1977569,158 7611204,1977727,219 5539854,1977946,185 15738295,1978131,185 15745863,1978316,196 10269362,1978512,196 11061306,1978708,196 12350129,1978904,160 7927742,1979064,160 6834328,1979224,160 3417018,1979384,173 13942,1979557,139 16551550,1979696,139 16543671,1979835,139 13904911,1979974,139 4198021,1980113,173 13154964,1980286,185 8665144,1980471,185 10507742,1980656,139 8451331,1980795,139 4500213,1980934,139 14720506,1981073,232 6044711,1981305,160 7383116,1981465,166 8701930,1981631,183 2417727,1981814,229 2652910,1982043,139 8943998,1982182,193 3168400,1982375,137 7375821,1982512,167 9611,1982679,171 22059,1982850,141 15269264,1982991,126 2927684,1983117,158 13636605,1983275,189 12346443,1983464,139 6317061,1983603,130 1612277,1983733,204 9667,1983937,126 3927,1984063,162 834,1984225,132 10781289,1984357,134 1107599,1984491,183 5044938,1984674,208 1616885,1984882,172 11550384,1985054,183 5521,1985237,120 6190,1985357,121 4739,1985478,132 4601,1985610,132 4440,1985742,132 3946,1985874,132 3682,1986006,132 3320,1986138,132 9969,1986270,150 3673556,1986420,159 10026420,1986579,166 14206058,1986745,178 14220136,1986923,194 6837128,1987117,136 9973564,1987253,190 1360383,1987443,274 1047,1987717,95 15530666,1987812,135 15730566,1987947,184 53494,1988131,114 5547545,1988245,196 2455,1988441,132 7403,1988573,132 7191,1988705,132 6799,1988837,132 6097,1988969,132 8946466,1989101,161 15241993,1989262,161 5319,1989423,132 7599,1989555,132 8955590,1989687,178 9753705,1989865,141 8924119,1990006,178 37068,1990184,168 2119599,1990352,275 5561373,1990627,287 11313683,1990914,196 3945216,1991110,232 7131186,1991342,138 3980760,1991480,164 3427831,1991644,189 5783380,1991833,189 8911,1992022,177 14948312,1992199,232 10277682,1992431,148 3733706,1992579,140 4469580,1992719,167 6588826,1992886,189 8453,1993075,148 7109,1993223,154 4775735,1993377,158 12641325,1993535,252 9217759,1993787,252 8656633,1994039,252 1627847,1994291,252 7914473,1994543,161 9181887,1994704,161 3197944,1994865,161 10537981,1995026,161 14966133,1995187,161 57421,1995348,166 16296400,1995514,189 13433344,1995703,189 7644962,1995892,189 15735827,1996081,189 5831899,1996270,154 11584970,1996424,154 7608824,1996578,154 11015858,1996732,189 6601740,1996921,189 9488002,1997110,154 12589786,1997264,123 49,1997387,152 3614,1997539,149 5329,1997688,134 13390511,1997822,209 7188,1998031,130 20566,1998161,130 4636,1998291,118 9438135,1998409,118 2131798,1998527,155 7648370,1998682,134 16576850,1998816,135 4733964,1998951,196 3185581,1999147,208 7089,1999355,177 33015,1999532,166 12333181,1999698,193 4762066,1999891,193 8448547,2000084,193 10003,2000277,218 12333182,2000495,153 562474,2000648,165 4469448,2000813,165 3711628,2000978,217 11838959,2001195,159 8691044,2001354,152 4289,2001506,149 2670235,2001655,165 16536205,2001820,166 5268867,2001986,130 11571490,2002116,130 16535972,2002246,139 9983955,2002385,190 16577832,2002575,187 41157,2002762,187 10526234,2002949,134 1889981,2003083,189 13687119,2003272,154 7684,2003426,157 6340799,2003583,139 11273345,2003722,242 6861662,2003964,216 4229125,2004180,193 2417265,2004373,189 12345360,2004562,189 13696204,2004751,161 9976206,2004912,161 4510202,2005073,217 15791684,2005290,190 2158972,2005480,196 3435202,2005676,196 12852479,2005872,111 12621607,2005983,221 14428474,2006204,262 8153843,2006466,214 14967377,2006680,208 4216365,2006888,174 3700433,2007062,155 12871998,2007217,149 38249,2007366,196 11587405,2007562,169 2661114,2007731,172 6708,2007903,189 4604,2008092,175 9097,2008267,256 3990950,2008523,203 6086000,2008726,207 3968064,2008933,215 10512318,2009148,127 14164127,2009275,155 9205526,2009430,195 6880126,2009625,123 8692020,2009748,123 10539909,2009871,164 1316070,2010035,166 9602,2010201,161 807169,2010362,123 2945186,2010485,123 4767817,2010608,142 11300795,2010750,154 7233,2010904,169 1336072,2011073,173 7717,2011246,168 57551,2011414,148 9456970,2011562,178 282202,2011740,139 24753,2011879,148 5537620,2012027,137 7087235,2012164,134 6853072,2012298,154 14700355,2012452,228 3698700,2012680,139 3630,2012819,169 1631,2012988,129 8335,2013117,140 8667254,2013257,111 7383,2013368,200 14973,2013568,141 9488344,2013709,178 6236,2013887,144 6725,2014031,134 8328,2014165,165 5510009,2014330,193 6433,2014523,194 5868,2014717,200 1941,2014917,177 16518987,2015094,130 13928511,2015224,180 1083598,2015404,213 6338071,2015617,213 14458015,2015830,254 7659455,2016084,174 15744656,2016258,135 14210851,2016393,125 8695128,2016518,196 5791839,2016714,196 41204,2016910,94 11275547,2017004,189 15782328,2017193,121 9989429,2017314,154 8943963,2017468,189 532337,2017657,252 6081050,2017909,134 16527274,2018043,114 11566704,2018157,141 32945,2018298,108 2108920,2018406,170 1101995,2018576,178 1222,2018754,154 1614824,2018908,213 7610003,2019121,213 2108679,2019334,161 14188604,2019495,234 13530,2019729,189 3674325,2019918,206 1623297,2020124,171 41144,2020295,116 51339,2020411,141 2409465,2020552,132 2892247,2020684,146 2514,2020830,145 24598,2020975,114 9969585,2021089,277 809630,2021366,147 11815890,2021513,123 14434655,2021636,123 6558245,2021759,142 7890150,2021901,214 3981025,2022115,168 1059507,2022283,219 4248407,2022502,207 10753416,2022709,139 16014473,2022848,123 2127503,2022971,123 10247417,2023094,183 4561,2023277,150 10016390,2023427,170 9225825,2023597,156 8953988,2023753,164 15250092,2023917,123 14981753,2024040,123 3189214,2024163,139 15735660,2024302,197 10533357,2024499,118 9750880,2024617,250 7652144,2024867,248 4210572,2025115,252 14463924,2025367,235 7483,2025602,135 7677,2025737,135 7739,2025872,135 7844,2026007,135 9932,2026142,135 3821,2026277,135 4990328,2026412,129 12371675,2026541,129 6334718,2026670,102 4511,2026772,135 6678,2026907,135 6793,2027042,135 6876,2027177,135 9679,2027312,135 8619,2027447,135 8158,2027582,135 8159,2027717,135 5536117,2027852,128 11041593,2027980,142 9340,2028122,135 8806,2028257,135 8702,2028392,136 12875691,2028528,243 3018,2028771,152 7349593,2028923,178 6323933,2029101,134 11051145,2029235,147 4732511,2029382,214 7456,2029596,182 538429,2029778,160 816573,2029938,141 3149123,2030079,140 14,2030219,160 2909,2030379,160 12880101,2030539,160 525697,2030699,123 3571,2030822,122 8432812,2030944,137 3510,2031081,117 2807,2031198,118 13893929,2031316,119 7424,2031435,143 8406,2031578,143 57443,2031721,154 16566068,2031875,160 8660443,2032035,160 11594865,2032195,160 14964920,2032355,160 560172,2032515,160 6600787,2032675,161 3708054,2032836,161 5265087,2032997,175 9499050,2033172,175 1079217,2033347,175 8135,2033522,210 10787416,2033732,161 585355,2033893,161 828458,2034054,197 7619978,2034251,160 6085782,2034411,181 7614832,2034592,171 6698,2034763,170 8922412,2034933,169 4242017,2035102,184 4597,2035286,155 5859,2035441,154 15219167,2035595,163 1885756,2035758,169 1606591,2035927,169 6876483,2036096,133 7383730,2036229,133 5228,2036362,122 7722,2036484,122 6221,2036606,122 1038,2036728,110 10274726,2036838,116 10511249,2036954,122 2155818,2037076,122 4494588,2037198,122 2100424,2037320,122 12863295,2037442,196 7619585,2037638,122 14717429,2037760,122 3974,2037882,138 9426,2038020,163 11857588,2038183,177 14967881,2038360,139 4258953,2038499,139 2924127,2038638,139 9782,2038777,139 7361,2038916,139 7770,2039055,139 4977,2039194,139 9198,2039333,139 6878,2039472,139 7624210,2039611,139 20707,2039750,139 8502,2039889,139 5670,2040028,139 6566,2040167,139 15255375,2040306,179 13652809,2040485,182 15267620,2040667,158 6075684,2040825,183 9486613,2041008,183 13652322,2041191,183 1572909,2041374,183 2625020,2041557,173 4881,2041730,139 13688730,2041869,192 1861021,2042061,192 3150003,2042253,186 7346692,2042439,163 4772388,2042602,180 2123933,2042782,180 9455,2042962,183 9703,2043145,183 5773068,2043328,183 5816,2043511,183 8175537,2043694,139 524358,2043833,149 15527950,2043982,134 57496,2044116,117 7658218,2044233,130 9734165,2044363,161 13689930,2044524,178 3690480,2044702,170 15234278,2044872,136 8416,2045008,155 9826,2045163,155 9555,2045318,136 6462,2045454,136 2087,2045590,147 7614312,2045737,163 4986019,2045900,218 5026024,2046118,276 14190549,2046394,178 62091,2046572,141 3466925,2046713,139 528790,2046852,139 1588642,2046991,139 8428320,2047130,139 8980,2047269,139 3408518,2047408,139 7359,2047547,139 11843190,2047686,139 3975668,2047825,139 12094048,2047964,139 7929687,2048103,139 10243638,2048242,139 3412968,2048381,139 10000,2048520,139 10784266,2048659,152 11283310,2048811,139 10237315,2048950,156 12607768,2049106,252 12069490,2049358,117 16310393,2049475,190 13419498,2049665,190 4225130,2049855,200 6609,2050055,139 6610,2050194,139 6945,2050333,139 1638159,2050472,139 3464730,2050611,139 15249916,2050750,139 13385090,2050889,139 7996,2051028,139 8981,2051167,139 5743,2051306,139 2698,2051445,141 7433,2051586,127 9134,2051713,126 12333147,2051839,126 3704322,2051965,128 4220323,2052093,178 13640210,2052271,154 1050403,2052425,154 10768169,2052579,154 7665883,2052733,154 10763258,2052887,154 12110394,2053041,117 15529147,2053158,117 13942489,2053275,117 6475,2053392,148 7796,2053540,148 3685320,2053688,124 6356512,2053812,126 9302,2053938,126 12616458,2054064,123 6207,2054187,126 3414,2054313,117 1580664,2054430,171 14263,2054601,171 21693,2054772,123 7756,2054895,193 2145142,2055088,158 3988873,2055246,178 1573347,2055424,132 1347970,2055556,163 1597996,2055719,177 3965400,2055896,177 4256257,2056073,171 13665456,2056244,171 14177338,2056415,144 6593678,2056559,144 1060527,2056703,144 8163044,2056847,144 11857620,2056991,144 13645665,2057135,144 13123225,2057279,144 4233294,2057423,144 6123,2057567,144 6118,2057711,144 12905914,2057855,144 6194,2057999,144 3943863,2058143,144 5530841,2058287,177 6491,2058464,157 3901,2058621,181 2415121,2058802,120 15475328,2058922,167 10260121,2059089,137 9460143,2059226,144 12347945,2059370,144 8683072,2059514,144 5941,2059658,158 7646303,2059816,279 3721946,2060095,123 13677375,2060218,242 12374483,2060460,224 14171241,2060684,240 16053720,2060924,139 9197467,2061063,178 22956,2061241,127 4249685,2061368,154 3451703,2061522,123 2359482,2061645,206 2416490,2061851,206 7900023,2062057,134 11583632,2062191,210 9469793,2062401,193 787765,2062594,127 12354471,2062721,241 12381219,2062962,254 1617761,2063216,123 6093112,2063339,123 36969,2063462,137 6579355,2063599,137 15735853,2063736,137 3177566,2063873,137 11273927,2064010,144 15220476,2064154,139 9440715,2064293,139 7629,2064432,139 7634,2064571,139 9177588,2064710,139 8935406,2064849,159 1056628,2065008,137 39938,2065145,137 16043590,2065282,137 14482178,2065419,159 5685,2065578,137 2247,2065715,137 4323,2065852,137 2179,2065989,130 10496952,2066119,137 6587,2066256,137 7977,2066393,137 8538,2066530,137 9085,2066667,137 15265029,2066804,139 7902852,2066943,139 13395373,2067082,139 9813,2067221,137 3485,2067358,137 5472,2067495,137 8315,2067632,139 4469,2067771,147 7867576,2067918,139 1596943,2068057,139 2916696,2068196,193 8389343,2068389,150 12398,2068539,146 3951250,2068685,137 8158525,2068822,206 4489957,2069028,196 9038,2069224,193 2892602,2069417,137 2647,2069554,135 487,2069689,147 486,2069836,147 9078,2069983,135 3729368,2070118,135 1607574,2070253,156 11849462,2070409,156 9231572,2070565,137 13945327,2070702,137 16520628,2070839,137 3975210,2070976,137 15490851,2071113,261 294224,2071374,276 5566462,2071650,162 9701687,2071812,175 15224272,2071987,196 804282,2072183,196 2134127,2072379,234 7136182,2072613,166 14471969,2072779,172 7107303,2072951,123 7609266,2073074,123 7137395,2073197,235 12873247,2073432,229 5307012,2073661,231 4502317,2073892,231 13386851,2074123,123 8922515,2074246,231 8161,2074477,193 14179660,2074670,203 10548161,2074873,264 7439,2075137,167 9165,2075304,198 9455770,2075502,193 29132,2075695,193 11557735,2075888,196 13410851,2076084,196 7891593,2076280,196 3687944,2076476,158 5024778,2076634,158 11842402,2076792,158 11564501,2076950,158 13636938,2077108,159 9965,2077267,195 24663,2077462,172 7880275,2077634,121 6651,2077755,121 1358184,2077876,196 6093162,2078072,196 540302,2078268,193 8851,2078461,195 1091024,2078656,177 5285675,2078833,196 841405,2079029,196 63516,2079225,196 555596,2079421,213 11330069,2079634,184 3435475,2079818,184 7369276,2080002,184 11331707,2080186,236 16268799,2080422,236 2645979,2080658,236 4214158,2080894,236 5002393,2081130,236 16031731,2081366,196 2361749,2081562,196 8706988,2081758,196 9729835,2081954,196 13910256,2082150,196 262687,2082346,196 1101230,2082542,122 297493,2082664,122 11841559,2082786,122 9501531,2082908,122 13169670,2083030,122 7361221,2083152,122 16258375,2083274,122 5267844,2083396,122 1595702,2083518,219 2140035,2083737,149 2100167,2083886,198 16272063,2084084,198 7919442,2084282,191 1066880,2084473,191 5540248,2084664,191 1037,2084855,122 7383267,2084977,189 16312337,2085166,198 16295007,2085364,219 6556032,2085583,219 9700508,2085802,172 6852484,2085974,172 3199358,2086146,198 20669,2086344,141 36975,2086485,141 7657194,2086626,128 2134344,2086754,128 5523990,2086882,128 14692205,2087010,142 5805854,2087152,142 11856304,2087294,142 2098,2087436,142 1612893,2087578,142 6071434,2087720,142 1842566,2087862,142 6320988,2088004,142 3450958,2088146,142 5535770,2088288,142 24668,2088430,147 1729,2088577,147 57364,2088724,147 14460404,2088871,142 5249023,2089013,142 7344220,2089155,142 1110801,2089297,142 20720,2089439,145 20500,2089584,143 37106,2089727,143 844004,2089870,139 7643878,2090009,142 12382706,2090151,142 13107332,2090293,142 4237032,2090435,142 3179945,2090577,141 12073057,2090718,142 5769760,2090860,142 2899663,2091002,142 11557191,2091144,303 3433096,2091447,142 13424833,2091589,142 8130254,2091731,142 10546425,2091873,142 5277577,2092015,142 3677210,2092157,142 12347164,2092299,142 6471,2092441,134 6201,2092575,133 8725,2092708,141 14732110,2092849,165 5536873,2093014,142 5937,2093156,167 14470849,2093323,142 10246061,2093465,142 6356677,2093607,123 14951911,2093730,123 12358251,2093853,123 1055756,2093976,123 524295,2094099,123 16534,2094222,140 3208973,2094362,142 15230281,2094504,142 11566407,2094646,142 3730712,2094788,142 3678294,2094930,142 4248365,2095072,123 12856323,2095195,123 9447396,2095318,123 1088221,2095441,123 5775274,2095564,123 8963683,2095687,123 8027,2095810,123 9270,2095933,123 9547,2096056,123 5835,2096179,123 6130,2096302,123 8154466,2096425,123 2148816,2096548,123 6854267,2096671,123 8715518,2096794,123 14977919,2096917,123 34917,2097040,123 12336047,2097163,123 3989618,2097286,123 3688524,2097409,123 10774278,2097532,123 9197687,2097655,123 8187999,2097778,123 8407409,2097901,123 7093869,2098024,123 12347256,2098147,123 14209483,2098270,123 11074264,2098393,123 12064706,2098516,123 8131006,2098639,123 2635575,2098762,123 5302998,2098885,123 10016443,2099008,123 1613564,2099131,123 11325276,2099254,123 8388718,2099377,123 8687116,2099500,123 3937730,2099623,123 7106719,2099746,123 12645115,2099869,123 2417428,2099992,123 8447568,2100115,123 9502049,2100238,123 553029,2100361,123 11044872,2100484,123 10797921,2100607,123 2945262,2100730,123 6068211,2100853,123 13956207,2100976,123 6583994,2101099,123 3465981,2101222,123 280730,2101345,123 15791644,2101468,123 9185591,2101591,123 11575226,2101714,123 806377,2101837,123 14742982,2101960,123 10546637,2102083,123 15790665,2102206,208 2643902,2102414,204 6092250,2102618,123 1633897,2102741,123 6593214,2102864,123 15767999,2102987,123 9759082,2103110,123 11282746,2103233,123 10288129,2103356,123 10237419,2103479,123 4735868,2103602,123 3449749,2103725,123 7896673,2103848,123 6354973,2103971,123 3721606,2104094,123 13644561,2104217,123 5274197,2104340,123 13157062,2104463,266 7904389,2104729,149 7657418,2104878,166 5800616,2105044,125 5793885,2105169,155 5524364,2105324,137 14482951,2105461,168 7371064,2105629,234 2371972,2105863,155 5778395,2106018,107 14694006,2106125,196 15480975,2106321,196 13647452,2106517,196 12885569,2106713,140 12063721,2106853,149 8435465,2107002,147 15732060,2107149,185 5553747,2107334,178 2625163,2107512,211 16010544,2107723,181 820752,2107904,137 3724299,2108041,161 15219218,2108202,161 2415259,2108363,193 3203216,2108556,154 10804414,2108710,196 15513712,2108906,198 9747374,2109104,130 13896361,2109234,139 2112870,2109373,139 13931752,2109512,196 11565296,2109708,267 2137037,2109975,123 3184099,2110098,228 8414573,2110326,161 16576822,2110487,175 12093063,2110662,174 1608027,2110836,161 5785893,2110997,138 9761400,2111135,135 2635539,2111270,309 562415,2111579,258 14692766,2111837,142 3955907,2111979,238 12886003,2112217,196 7900723,2112413,197 15527640,2112610,177 8448887,2112787,180 4733300,2112967,257 3211254,2113224,254 14217165,2113478,109 5031553,2113587,197 4776516,2113784,193 8170277,2113977,166 11551005,2114143,165 16301833,2114308,196 8172124,2114504,145 14474096,2114649,211 8391505,2114860,196 16256352,2115056,135 15734827,2115191,135 3441140,2115326,150 8167991,2115476,172 13894861,2115648,139 5785634,2115787,183 7631670,2115970,140 3681144,2116110,197 10779436,2116307,114 2418090,2116421,167 7912892,2116588,175 3447643,2116763,139 8929623,2116902,241 14195252,2117143,193 10528348,2117336,151 4739187,2117487,149 15218554,2117636,187 8403754,2117823,202 12904989,2118025,136 8190222,2118161,161 5304531,2118322,161 42884,2118483,164 8655262,2118647,161 1350160,2118808,149 3734218,2118957,212 6075454,2119169,196 7370625,2119365,193 5562688,2119558,122 14979198,2119680,193 7629370,2119873,136 9742263,2120009,178 1590502,2120187,178 3984917,2120365,147 2651664,2120512,117 2152282,2120629,181 15996259,2120810,146 9210755,2120956,130 4198876,2121086,133 1868609,2121219,276 532459,2121495,133 7888716,2121628,196 3460136,2121824,166 5563080,2121990,301 7085680,2122291,220 5552138,2122511,189 14200285,2122700,146 8926142,2122846,124 14978444,2122970,128 7366777,2123098,185 1093496,2123283,226 13375912,2123509,179 11842149,2123688,159 14693728,2123847,174 3984252,2124021,172 2399915,2124193,196 2378499,2124389,175 14995056,2124564,167 8131021,2124731,144 13411503,2124875,197 1059971,2125072,103 7120735,2125175,178 9206119,2125353,178 7887091,2125531,177 7380111,2125708,118 32342,2125826,189 7660172,2126015,149 29122,2126164,168 8159860,2126332,211 9753623,2126543,152 2378625,2126695,161 7360102,2126856,248 14177699,2127104,178 3725359,2127282,178 15759705,2127460,167 14716476,2127627,160 8670135,2127787,232 6877372,2128019,206 3149539,2128225,141 1634629,2128366,162 11316159,2128528,160 2655482,2128688,149 6336365,2128837,161 12081779,2128998,161 3939844,2129159,189 6347168,2129348,238 6863235,2129586,135 7910329,2129721,249 311452,2129970,135 9969146,2130105,175 1599618,2130280,172 15499273,2130452,132 5287381,2130584,139 11552025,2130723,172 14191964,2130895,149 7612847,2131044,193 3938831,2131237,125 15256600,2131362,189 11571511,2131551,174 9176401,2131725,127 14194618,2131852,168 11065482,2132020,105 4254414,2132125,219 8687327,2132344,183 10788169,2132527,133 12597398,2132660,193 2904201,2132853,222 9735817,2133075,183 44794,2133258,178 8656934,2133436,128 16312579,2133564,189 15242758,2133753,245 1867345,2133998,139 6845148,2134137,179 3176395,2134316,195 2398189,2134511,216 9477939,2134727,158 6292503,2134885,149 2127507,2135034,187 542294,2135221,128 15481946,2135349,255 4491467,2135604,144 7126965,2135748,186 5253453,2135934,222 839633,2136156,189 7650011,2136345,291 12120855,2136636,216 9238547,2136852,135 5545781,2136987,117 2376380,2137104,157 16262209,2137261,151 1083931,2137412,186 1060715,2137598,149 9220244,2137747,161 9720979,2137908,128 6877293,2138036,180 16001107,2138216,270 13954182,2138486,213 1874982,2138699,146 288645,2138845,240 13695517,2139085,182 11276755,2139267,242 8663786,2139509,180 14687544,2139689,197 14974898,2139886,160 16543168,2140046,131 2412863,2140177,138 7873711,2140315,167 16556001,2140482,206 12098532,2140688,172 11017053,2140860,156 5263461,2141016,138 4245034,2141154,268 15209742,2141422,131 12861954,2141553,161 11841135,2141714,188 9493098,2141902,164 14439292,2142066,189 4499173,2142255,211 10771873,2142466,139 830469,2142605,183 5009006,2142788,182 9188183,2142970,225 3975743,2143195,127 800830,2143322,200 6344105,2143522,152 12102974,2143674,125 1585161,2143799,197 7658449,2143996,117 3192305,2144113,171 11538497,2144284,193 8432999,2144477,190 1627574,2144667,134 6041177,2144801,161 11068729,2144962,154 5551955,2145116,208 1060935,2145324,161 16286962,2145485,161 11564365,2145646,114 14732270,2145760,161 4995337,2145921,186 9469626,2146107,246 10486492,2146353,141 5515938,2146494,200 8688780,2146694,208 11073504,2146902,175 4490945,2147077,166 4212186,2147243,227 3428778,2147470,171 10010260,2147641,125 7084431,2147766,189 13172599,2147955,135 11837100,2148090,138 13371364,2148228,303 12872628,2148531,115 812028,2148646,190 13951118,2148836,220 13147933,2149056,221 1326578,2149277,206 2898369,2149483,133 5566069,2149616,230 554230,2149846,180 14174511,2150026,135 8392228,2150161,126 3941847,2150287,131 3188955,2150418,183 1638190,2150601,282 8679943,2150883,210 13411860,2151093,182 9499056,2151275,189 5016368,2151464,155 525773,2151619,217 5558627,2151836,143 4765095,2151979,186 806746,2152165,133 13902414,2152298,133 10258138,2152431,155 2885436,2152586,149 8133123,2152735,163 11319385,2152898,154 2923172,2153052,130 8958433,2153182,148 9493318,2153330,173 3428188,2153503,122 6309844,2153625,188 16578743,2153813,156 3208239,2153969,135 7360001,2154104,173 7629455,2154277,160 5546779,2154437,195 13384076,2154632,122 1581222,2154754,152 2157255,2154906,270 6599536,2155176,162 6092045,2155338,182 7642194,2155520,193 12855581,2155713,215 7102236,2155928,205 8185002,2156133,60 540478,2156193,121 2921855,2156314,178 3935304,2156492,130 1105636,2156622,147 15743563,2156769,139 10544211,2156908,183 4213272,2157091,149 12633449,2157240,184 12894382,2157424,148 11322773,2157572,149 8184319,2157721,209 14161165,2157930,252 5787819,2158182,134 8178961,2158316,110 10026858,2158426,171 12327527,2158597,161 5035958,2158758,149 8660388,2158907,134 4734258,2159041,168 13403500,2159209,216 11299756,2159425,129 14216824,2159554,140 2363720,2159694,130 12862956,2159824,162 14738993,2159986,182 7910866,2160168,179 5303672,2160347,194 9437834,2160541,229 1884442,2160770,120 16517592,2160890,128 7618251,2161018,140 8143948,2161158,178 279713,2161336,143 2147853,2161479,199 3721879,2161678,139 12332440,2161817,131 1604002,2161948,146 14731370,2162094,178 12381819,2162272,167 3412904,2162439,151 8165219,2162590,145 4760247,2162735,123 13399192,2162858,141 547552,2162999,175 2156433,2163174,171 563032,2163345,250 16521680,2163595,191 9733844,2163786,201 10278467,2163987,189 3938464,2164176,289 9219721,2164465,139 9759116,2164604,114 16572889,2164718,163 5251179,2164881,207 8175496,2165088,119 6347562,2165207,158 11552069,2165365,146 13168245,2165511,167 13382697,2165678,252 6601405,2165930,150 2410568,2166080,131 13433701,2166211,163 10527292,2166374,104 6880435,2166478,171 9749476,2166649,148 3442781,2166797,132 8935277,2166929,165 12337408,2167094,148 16570391,2167242,223 6827484,2167465,243 15229215,2167708,187 2639786,2167895,131 6084127,2168026,135 7362903,2168161,170 10241085,2168331,179 11805927,2168510,177 5517193,2168687,158 9476374,2168845,158 41727,2169003,130 6300865,2169133,198 10490941,2169331,118 16522239,2169449,112 16001174,2169561,194 7916339,2169755,150 6334896,2169905,168 5253063,2170073,139 7101109,2170212,218 3693224,2170430,220 16032404,2170650,196 15482377,2170846,183 9731134,2171029,146 3449791,2171175,161 9177227,2171336,149 11812411,2171485,133 810200,2171618,142 3937770,2171760,157 15205392,2171917,60 16039292,2171977,238 14468130,2172215,166 13169515,2172381,135 10025153,2172516,167 7131568,2172683,203 10810658,2172886,153 8674451,2173039,144 6873446,2173183,60 12331991,2173243,179 2649495,2173422,159 2419926,2173581,210 13380224,2173791,211 6356729,2174002,131 12115079,2174133,140 8155128,2174273,215 14481237,2174488,135 6029930,2174623,159 824065,2174782,172 7628336,2174954,125 7123792,2175079,168 3693048,2175247,134 5037885,2175381,203 15241752,2175584,154 30177,2175738,134 13920913,2175872,133 10014132,2176005,145 10756869,2176150,158 1853689,2176308,133 11599549,2176441,60 6318491,2176501,133 13948173,2176634,146 3460461,2176780,149 15004643,2176929,176 9455287,2177105,126 315173,2177231,146 8436715,2177377,147 46989,2177524,198 6356510,2177722,168 11555004,2177890,234 8658470,2178124,175 11809900,2178299,227 34464,2178526,60 10509089,2178586,121 5290146,2178707,160 11553797,2178867,175 11565372,2179042,122 10243775,2179164,121 3450947,2179285,168 7653925,2179453,136 6071275,2179589,137 13153139,2179726,143 797415,2179869,237 9973873,2180106,155 13931812,2180261,144 9719879,2180405,158 14692816,2180563,189 5509423,2180752,172 5002680,2180924,161 557113,2181085,134 14956786,2181219,142 12896085,2181361,200 798089,2181561,170 11063862,2181731,156 9965716,2181887,204 10810305,2182091,184 1315632,2182275,124 848901,2182399,196 5267926,2182595,132 14446612,2182727,60 7900663,2182787,208 2892895,2182995,119 9459346,2183114,120 311208,2183234,153 9226192,2183387,187 12103278,2183574,163 13691651,2183737,264 6831852,2184001,120 12854824,2184121,128 3189437,2184249,225 10795032,2184474,242 12602871,2184716,124 820356,2184840,162 22791,2185002,151 5285653,2185153,127 787456,2185280,130 6847701,2185410,159 9468657,2185569,109 2930323,2185678,120 11035050,2185798,146 16519558,2185944,128 14686327,2186072,160 14964648,2186232,168 7903590,2186400,195 2673643,2186595,115 8167773,2186710,130 3934238,2186840,202 16537850,2187042,238 5033012,2187280,151 13685873,2187431,162 551120,2187593,143 13902399,2187736,276 13168294,2188012,208 2392490,2188220,181 11288866,2188401,168 6854632,2188569,210 15263861,2188779,164 13110933,2188943,127 3147100,2189070,165 528040,2189235,143 12108911,2189378,157 14200878,2189535,232 12902450,2189767,152 5827348,2189919,169 12867778,2190088,231 13684193,2190319,162 6086858,2190481,233 14713207,2190714,139 10262545,2190853,231 12083345,2191084,201 9205441,2191285,143 9176972,2191428,138 16310184,2191566,178 11048368,2191744,142 1068407,2191886,171 12869080,2192057,140 12905443,2192197,126 9729390,2192323,144 4987541,2192467,162 6339340,2192629,215 10759176,2192844,152 1096190,2192996,122 3151128,2193118,169 8656661,2193287,163 8687254,2193450,156 6592928,2193606,129 586167,2193735,148 12600547,2193883,204 1594639,2194087,134 1604243,2194221,177 8947677,2194398,149 3196970,2194547,140 8954828,2194687,155 12624071,2194842,150 14461321,2194992,119 10486627,2195111,175 13677720,2195286,185 14701975,2195471,197 8143759,2195668,170 10543706,2195838,141 13897650,2195979,159 4496248,2196138,119 15791721,2196257,160 7903580,2196417,234 8691141,2196651,153 5769539,2196804,60 15531093,2196864,155 1583739,2197019,163 6880149,2197182,183 16314498,2197365,141 6064596,2197506,195 5509471,2197701,124 9219660,2197825,147 837205,2197972,198 2371578,2198170,156 14980782,2198326,140 4989528,2198466,133 16028774,2198599,151 16011796,2198750,171 1873311,2198921,183 557556,2199104,137 1111194,2199241,127 3954621,2199368,148 322021,2199516,133 6339985,2199649,130 13388795,2199779,138 7122415,2199917,170 7626670,2200087,135 6836663,2200222,153 7613706,2200375,144 7401957,2200519,124 12626536,2200643,152 8968124,2200795,126 4741695,2200921,123 6339660,2201044,173 1839585,2201217,146 5260893,2201363,167 7651233,2201530,168 13379117,2201698,129 3967717,2201827,217 2906787,2202044,162 3465423,2202206,178 571192,2202384,157 16296586,2202541,202 8126855,2202743,149 5568102,2202892,179 3459075,2203071,132 15753050,2203203,191 8396202,2203394,122 8128811,2203516,115 8661948,2203631,140 11796636,2203771,127 2662111,2203898,182 8404950,2204080,134 7881733,2204214,218 281168,2204432,274 842177,2204706,152 3712438,2204858,211 6859658,2205069,125 2420282,2205194,209 837226,2205403,132 7612220,2205535,196 556222,2205731,132 15205619,2205863,148 551146,2206011,162 16261765,2206173,187 12889377,2206360,179 15227888,2206539,132 10750957,2206671,176 7349139,2206847,133 6608916,2206980,141 16277290,2207121,132 12859603,2207253,162 5254862,2207415,154 11277522,2207569,130 10243246,2207699,117 2146735,2207816,187 8432292,2208003,116 3190518,2208119,130 547598,2208249,136 15483632,2208385,159 15256481,2208544,132 7136462,2208676,151 6594551,2208827,118 13406507,2208945,192 12607097,2209137,234 5816298,2209371,141 12845489,2209512,134 12634438,2209646,156 16015373,2209802,155 11021270,2209957,174 11325219,2210131,194 6328452,2210325,119 16522585,2210444,148 7914667,2210592,210 11577454,2210802,137 8399610,2210939,148 1589789,2211087,60 2672916,2211147,146 7639972,2211293,169 14971269,2211462,138 527561,2211600,170 6557332,2211770,159 832751,2211929,224 1337867,2212153,203 16027882,2212356,146 6090361,2212502,175 5024278,2212677,214 11288810,2212891,175 10927,2213066,146 1892709,2213212,175 4200186,2213387,127 791307,2213514,131 2905133,2213645,141 12325889,2213786,208 9751055,2213994,143 7873860,2214137,141 10754165,2214278,141 13151900,2214419,196 11288484,2214615,147 7122571,2214762,138 4238477,2214900,145 8441521,2215045,167 16525908,2215212,144 285702,2215356,160 7633786,2215516,150 4778595,2215666,203 15240693,2215869,141 9500463,2216010,177 13653893,2216187,160 4229895,2216347,155 2638113,2216502,147 3687820,2216649,186 1107119,2216835,120 16050791,2216955,141 2895176,2217096,142 2669080,2217238,129 11287925,2217367,228 10522846,2217595,143 6565303,2217738,150 10858,2217888,141 16004833,2218029,154 7871578,2218183,155 15207541,2218338,126 8391174,2218464,151 6327339,2218615,147 9699440,2218762,132 12332117,2218894,144 816419,2219038,187 323617,2219225,139 2627837,2219364,164 14203150,2219528,185 3420014,2219713,150 13430489,2219863,151 23729,2220014,220 11570714,2220234,169 14215506,2220403,126 12362977,2220529,108 9473999,2220637,177 4253587,2220814,253 2097,2221067,141 3461275,2221208,174 15728767,2221382,175 3191714,2221557,259 5267496,2221816,144 37370,2221960,150 10508964,2222110,157 15789755,2222267,143 7137543,2222410,132 15006237,2222542,173 1858645,2222715,147 3455642,2222862,169 5268545,2223031,112 10231773,2223143,142 8183057,2223285,218 12123442,2223503,201 7401040,2223704,129 9980487,2223833,137 1329528,2223970,153 2887873,2224123,163 9228667,2224286,167 5251687,2224453,122 3959421,2224575,172 3960921,2224747,136 5252752,2224883,160 2405975,2225043,141 13152064,2225184,191 4233292,2225375,139 6035637,2225514,150 6611297,2225664,130 8922110,2225794,152 12098285,2225946,155 13139319,2226101,279 9743969,2226380,133 6082221,2226513,150 11293932,2226663,168 7378774,2226831,163 12067047,2226994,311 52624,2227305,132 8153938,2227437,128 25766,2227565,144 9997229,2227709,139 13912926,2227848,151 6557238,2227999,98 9706780,2228097,149 14964202,2228246,156 11558117,2228402,132 3441374,2228534,115 5005266,2228649,143 2672408,2228792,132 8146008,2228924,158 1053678,2229082,182 9185053,2229264,121 3694711,2229385,168 7373061,2229553,141 14740762,2229694,186 13956671,2229880,128 5812436,2230008,164 6575487,2230172,214 2095,2230386,141 10274769,2230527,155 1347728,2230682,195 3726944,2230877,145 2636263,2231022,192 6839915,2231214,179 2148531,2231393,181 16312245,2231574,173 13946552,2231747,132 8419967,2231879,243 2415286,2232122,204 11566434,2232326,160 12121575,2232486,133 12065177,2232619,111 3417437,2232730,210 5023563,2232940,133 13644048,2233073,247 1892754,2233320,140 7368577,2233460,60 16515090,2233520,281 1578016,2233801,121 11305459,2233922,132 3172492,2234054,154 1109721,2234208,159 9756174,2234367,120 12593651,2234487,124 11291390,2234611,235 5567926,2234846,187 9450539,2235033,143 9222188,2235176,158 8420835,2235334,210 14423898,2235544,202 13148602,2235746,133 12860063,2235879,136 6843939,2236015,115 14479453,2236130,148 6035143,2236278,140 8687465,2236418,117 3934573,2236535,136 9440614,2236671,172 823886,2236843,157 16028769,2237000,135 12111271,2237135,146 5518815,2237281,137 16006528,2237418,163 15784752,2237581,132 10236342,2237713,165 10793834,2237878,158 14998905,2238036,143 15256626,2238179,117 13908713,2238296,206 5806133,2238502,136 9198753,2238638,146 1635920,2238784,165 6849648,2238949,150 4775163,2239099,132 2144192,2239231,140 8411333,2239371,172 12109590,2239543,199 13904957,2239742,210 10770972,2239952,165 8414297,2240117,138 9210277,2240255,151 11838889,2240406,125 15254304,2240531,193 12859098,2240724,155 275188,2240879,131 1841226,2241010,242 801110,2241252,161 14460605,2241413,213 1099142,2241626,177 1078922,2241803,123 16011005,2241926,231 2406610,2242157,200 10787201,2242357,184 12073595,2242541,164 1312736,2242705,126 14471060,2242831,207 10804014,2243038,161 13172272,2243199,215 14997277,2243414,147 2410974,2243561,162 5506399,2243723,133 7101795,2243856,253 9705075,2244109,159 6051565,2244268,201 7864975,2244469,215 14423714,2244684,142 3181819,2244826,120 13691806,2244946,152 12373317,2245098,118 1326688,2245216,114 7353045,2245330,168 7885068,2245498,118 4500200,2245616,171 13904050,2245787,137 8660942,2245924,292 4774142,2246216,177 13931610,2246393,152 3165310,2246545,224 6091271,2246769,144 11807289,2246913,151 7399491,2247064,246 2916047,2247310,122 1062673,2247432,125 5301577,2247557,145 11843725,2247702,131 5010341,2247833,111 7382044,2247944,193 12368841,2248137,158 14953171,2248295,165 15220406,2248460,112 12334565,2248572,153 10247573,2248725,170 12101807,2248895,132 6354547,2249027,163 2673919,2249190,159 9764125,2249349,142 4982729,2249491,161 16283291,2249652,158 7647244,2249810,168 15220800,2249978,141 14196153,2250119,193 4217499,2250312,108 14707093,2250420,168 8707645,2250588,162 13661630,2250750,122 12349046,2250872,180 15214805,2251052,162 16308980,2251214,220 579008,2251434,186 7091113,2251620,135 1084623,2251755,141 14214062,2251896,147 571372,2252043,135 1617823,2252178,175 45890,2252353,177 1897959,2252530,163 9965284,2252693,60 4488613,2252753,206 839123,2252959,169 14969889,2253128,132 45107,2253260,165 530229,2253425,141 13147165,2253566,141 14956503,2253707,146 14721495,2253853,142 9732516,2253995,142 12378269,2254137,123 10232334,2254260,143 8183184,2254403,212 801893,2254615,128 13164412,2254743,132 11816130,2254875,146 4770670,2255021,162 12338039,2255183,221 13399657,2255404,129 11280554,2255533,157 16559978,2255690,120 3436434,2255810,150 3456505,2255960,188 13418097,2256148,130 804509,2256278,125 11573986,2256403,144 1371805,2256547,170 7917572,2256717,174 8951225,2256891,178 14220943,2257069,167 8948761,2257236,152 4492370,2257388,148 28155,2257536,185 8657032,2257721,137 9463733,2257858,143 14742393,2258001,122 7911105,2258123,159 578202,2258282,132 13144963,2258414,152 7905361,2258566,128 8408920,2258694,129 292341,2258823,160 9194986,2258983,160 2406960,2259143,165 1609429,2259308,201 15207480,2259509,185 14715518,2259694,125 11055278,2259819,127 14952305,2259946,123 3465002,2260069,189 2940172,2260258,130 4240072,2260388,146 7381393,2260534,152 7375736,2260686,176 6566270,2260862,164 3971575,2261026,138 5274882,2261164,124 11838691,2261288,141 9183124,2261429,155 4493787,2261584,230 1365870,2261814,148 11305968,2261962,158 13396888,2262120,156 3933375,2262276,175 9755967,2262451,187 16007719,2262638,138 13149993,2262776,171 4478144,2262947,132 12907620,2263079,138 6302292,2263217,143 12386220,2263360,148 4480755,2263508,157 6871958,2263665,218 8148455,2263883,128 7385228,2264011,221 12598159,2264232,144 2162395,2264376,151 822680,2264527,192 4245449,2264719,127 8174447,2264846,166 9742268,2265012,139 13148598,2265151,254 11031914,2265405,185 11847696,2265590,132 6595122,2265722,129 6618252,2265851,133 13653836,2265984,141 16308962,2266125,135 7364266,2266260,130 3471720,2266390,139 2142455,2266529,132 5517617,2266661,143 13689671,2266804,114 15789342,2266918,197 12850938,2267115,128 5271450,2267243,130 8661268,2267373,209 12352977,2267582,160 5787766,2267742,185 15792631,2267927,138 3692556,2268065,144 4477403,2268209,153 14482133,2268362,132 7114085,2268494,175 9962400,2268669,159 13386723,2268828,122 16302225,2268950,146 11312004,2269096,187 9499256,2269283,127 8414761,2269410,196 2367276,2269606,148 15777265,2269754,138 6579975,2269892,194 5831968,2270086,139 11313174,2270225,141 5826375,2270366,123 4210722,2270489,129 11033520,2270618,198 4499081,2270816,171 4219278,2270987,137 6874143,2271124,154 5005525,2271278,156 8947479,2271434,116 7134314,2271550,140 9459118,2271690,137 1052854,2271827,120 37731,2271947,204 13926974,2272151,158 13618,2272309,165 532467,2272474,141 4470639,2272615,139 3710851,2272754,127 12347926,2272881,119 15005,2273000,145 2673996,2273145,150 9196535,2273295,171 8156787,2273466,133 7106328,2273599,140 8701735,2273739,126 554645,2273865,164 11325071,2274029,187 9212470,2274216,200 1099583,2274416,170 16290090,2274586,163 4514970,2274749,139 586484,2274888,162 818556,2275050,219 3159974,2275269,141 14425503,2275410,163 14214955,2275573,118 7887986,2275691,196 5768534,2275887,140 11571316,2276027,196 9762450,2276223,169 6877117,2276392,141 15737864,2276533,143 8421797,2276676,253 11830014,2276929,164 3177520,2277093,116 12340796,2277209,185 5253771,2277394,195 15483878,2277589,146 7869112,2277735,216 10009753,2277951,165 15740888,2278116,147 5521993,2278263,146 9455382,2278409,158 1066074,2278567,174 16021030,2278741,130 792561,2278871,128 15003,2278999,141 2896935,2279140,135 8425770,2279275,204 8138624,2279479,144 1095670,2279623,165 4492929,2279788,142 8951033,2279930,189 5253758,2280119,145 6063992,2280264,149 3717923,2280413,145 820241,2280558,143 14724094,2280701,135 4490002,2280836,118 10509799,2280954,133 554520,2281087,177 13689867,2281264,129 7634458,2281393,161 1353835,2281554,239 836519,2281793,117 14475948,2281910,173 10016908,2282083,146 7870766,2282229,138 4778800,2282367,159 4993581,2282526,136 11306622,2282662,246 9197963,2282908,136 13913255,2283044,175 11059746,2283219,147 15681,2283366,142 13389942,2283508,164 5030994,2283672,191 8178445,2283863,156 12590747,2284019,116 8403866,2284135,138 7615062,2284273,153 12902780,2284426,158 2146267,2284584,107 2113882,2284691,123 10803775,2284814,126 10502181,2284940,136 5000040,2285076,178 2101847,2285254,183 15260330,2285437,181 6585729,2285618,166 8179663,2285784,202 6859474,2285986,132 10804816,2286118,136 1896545,2286254,130 11047910,2286384,273 12888737,2286657,168 3158740,2286825,164 14705851,2286989,130 14431056,2287119,121 15776968,2287240,140 2392714,2287380,162 6868124,2287542,145 1338890,2287687,60 845577,2287747,126 11842991,2287873,151 308150,2288024,150 9995,2288174,142 9997,2288316,141 10011,2288457,170 10008,2288627,208 7081834,2288835,161 308326,2288996,129 14210686,2289125,288 9902,2289413,146 9905,2289559,199 9898,2289758,190 9938,2289948,140 9933,2290088,148 9991,2290236,147 9943,2290383,221 9936,2290604,117 9982,2290721,148 9888,2290869,147 9957,2291016,147 9955,2291163,110 9916,2291273,190 9878,2291463,158 9882,2291621,151 9877,2291772,144 9875,2291916,162 9829,2292078,152 9824,2292230,118 9840,2292348,132 9841,2292480,155 9800,2292635,154 9797,2292789,131 9790,2292920,154 9788,2293074,173 9789,2293247,153 9848,2293400,141 9847,2293541,111 9870,2293652,152 9864,2293804,137 9690,2293941,125 9691,2294066,205 9685,2294271,146 9698,2294417,195 9697,2294612,240 9742,2294852,150 9744,2295002,155 9741,2295157,140 9738,2295297,141 9778,2295438,170 9774,2295608,204 9772,2295812,162 9769,2295974,165 9765,2296139,130 9766,2296269,163 9676,2296432,215 9721,2296647,169 9719,2296816,138 9755,2296954,154 9748,2297108,129 9731,2297237,204 9638,2297441,193 9642,2297634,180 9608,2297814,144 9600,2297958,138 9661,2298096,178 9655,2298274,171 9597,2298445,183 9634,2298628,164 9581,2298792,137 9580,2298929,178 9571,2299107,130 9619,2299237,166 9614,2299403,135 9635,2299538,144 9628,2299682,143 9672,2299825,139 9664,2299964,143 9499,2300107,156 9496,2300263,175 9493,2300438,126 9485,2300564,162 9486,2300726,148 9521,2300874,149 9517,2301023,157 9541,2301180,141 9538,2301321,150 9526,2301471,169 9537,2301640,146 9515,2301786,167 9508,2301953,185 9550,2302138,201 9542,2302339,141 9506,2302480,174 9568,2302654,182 9400,2302836,148 9395,2302984,167 9462,2303151,180 9456,2303331,115 9419,2303446,140 9425,2303586,134 9417,2303720,161 9418,2303881,137 9480,2304018,155 9468,2304173,192 9467,2304365,60 9466,2304425,166 9424,2304591,222 9420,2304813,180 9415,2304993,134 9439,2305127,141 9285,2305268,130 9279,2305398,122 9367,2305520,141 9379,2305661,148 9386,2305809,152 9385,2305961,141 9382,2306102,147 9371,2306249,193 9329,2306442,183 9332,2306625,157 9286,2306782,146 9315,2306928,133 9330,2307061,142 9244,2307203,176 9241,2307379,60 9237,2307439,149 9191,2307588,120 9186,2307708,160 9253,2307868,283 9255,2308151,155 9233,2308306,133 9231,2308439,175 9210,2308614,126 9202,2308740,138 9226,2308878,137 9223,2309015,128 9280,2309143,145 9167,2309288,152 9154,2309440,172 9156,2309612,127 9157,2309739,195 9158,2309934,152 9096,2310086,159 9094,2310245,127 9091,2310372,147 9089,2310519,235 9151,2310754,135 9138,2310889,178 9141,2311067,130 9145,2311197,201 9149,2311398,148 9173,2311546,152 9161,2311698,247 9166,2311945,171 9129,2312116,230 9127,2312346,151 9115,2312497,159 9083,2312656,130 8996,2312786,176 9184,2312962,140 9104,2313102,172 8977,2313274,152 8969,2313426,152 8964,2313578,141 9053,2313719,141 9052,2313860,125 9042,2313985,145 9007,2314130,179 9043,2314309,159 9026,2314468,147 9015,2314615,154 8985,2314769,125 9066,2314894,135 9009,2315029,163 9013,2315192,139 8997,2315331,126 8993,2315457,156 9072,2315613,112 8889,2315725,171 8888,2315896,151 8887,2316047,167 8883,2316214,122 8860,2316336,149 8858,2316485,130 8942,2316615,166 8938,2316781,136 8944,2316917,158 8940,2317075,189 8925,2317264,152 8875,2317416,221 8859,2317637,191 8894,2317828,141 8895,2317969,157 8923,2318126,153 8922,2318279,130 8953,2318409,145 8901,2318554,160 8802,2318714,126 8810,2318840,131 8803,2318971,164 8812,2319135,166 8796,2319301,199 8836,2319500,197 8838,2319697,125 8834,2319822,137 8774,2319959,233 8776,2320192,156 8848,2320348,141 8842,2320489,185 8846,2320674,122 8788,2320796,144 8791,2320940,144 8822,2321084,126 8820,2321210,127 8758,2321337,126 8752,2321463,146 8750,2321609,126 8724,2321735,153 8715,2321888,172 8716,2322060,141 8682,2322201,139 8701,2322340,142 8653,2322482,133 8656,2322615,170 8744,2322785,163 8745,2322948,146 8726,2323094,183 8673,2323277,135 8704,2323412,130 8646,2323542,162 8643,2323704,168 8647,2323872,115 8641,2323987,157 8640,2324144,159 8635,2324303,150 8550,2324453,131 8548,2324584,214 8544,2324798,199 8625,2324997,153 8624,2325150,159 8621,2325309,123 8575,2325432,164 8573,2325596,161 8559,2325757,133 8611,2325890,119 8613,2326009,175 8605,2326184,128 8597,2326312,147 8584,2326459,143 8474,2326602,146 8470,2326748,186 8469,2326934,174 8513,2327108,114 8512,2327222,168 8509,2327390,167 8465,2327557,131 8468,2327688,162 8498,2327850,138 8497,2327988,134 8489,2328122,143 8477,2328265,124 8480,2328389,144 8530,2328533,229 8536,2328762,206 8520,2328968,162 8508,2329130,129 8117,2329259,146 8167,2329405,123 8155,2329528,150 8127,2329678,192 8126,2329870,180 8130,2330050,180 8146,2330230,219 8120,2330449,166 8148,2330615,129 8139,2330744,139 8183,2330883,179 8171,2331062,149 8041,2331211,225 8013,2331436,138 8065,2331574,163 8067,2331737,185 8091,2331922,135 8056,2332057,158 8040,2332215,151 8035,2332366,140 8109,2332506,146 8102,2332652,112 8087,2332764,134 8076,2332898,123 7952,2333021,213 7951,2333234,153 7938,2333387,158 7934,2333545,119 7962,2333664,159 7960,2333823,167 7955,2333990,133 7973,2334123,133 7975,2334256,141 7974,2334397,141 7919,2334538,256 7902,2334794,182 7901,2334976,123 7899,2335099,162 8002,2335261,137 7989,2335398,124 7988,2335522,174 7915,2335696,135 7786,2335831,183 7782,2336014,175 7779,2336189,130 7807,2336319,155 7810,2336474,139 7857,2336613,148 7855,2336761,131 7853,2336892,173 7889,2337065,138 7888,2337203,120 7822,2337323,120 7815,2337443,143 7885,2337586,185 7871,2337771,138 7868,2337909,167 7791,2338076,158 7841,2338234,118 7763,2338352,165 7758,2338517,189 7753,2338706,141 7720,2338847,147 7716,2338994,189 7712,2339183,178 7708,2339361,154 7698,2339515,112 7702,2339627,120 7730,2339747,113 7733,2339860,163 7723,2340023,161 7746,2340184,115 7747,2340299,137 7688,2340436,176 7675,2340612,167 7609,2340779,143 7611,2340922,201 7603,2341123,137 7601,2341260,140 7604,2341400,138 7588,2341538,211 7583,2341749,163 7568,2341912,136 7571,2342048,118 7572,2342166,167 7566,2342333,137 7643,2342470,143 7654,2342613,141 7655,2342754,191 7547,2342945,145 7532,2343090,169 7621,2343259,232 7622,2343491,147 7556,2343638,146 7557,2343784,182 7615,2343966,158 7476,2344124,165 7474,2344289,233 7466,2344522,207 7469,2344729,155 7515,2344884,162 7517,2345046,159 7513,2345205,162 7467,2345367,207 7458,2345574,144 7459,2345718,123 7486,2345841,159 7488,2346000,171 7511,2346171,142 7505,2346313,204 7500,2346517,122 7450,2346639,134 7351,2346773,188 7343,2346961,141 7345,2347102,141 7422,2347243,131 7435,2347374,154 7426,2347528,167 7401,2347695,189 7402,2347884,155 7399,2348039,144 7387,2348183,149 7381,2348332,125 7356,2348457,147 7396,2348604,129 7394,2348733,156 7338,2348889,143 7328,2349032,168 7379,2349200,135 7371,2349335,191 7285,2349526,135 7284,2349661,161 7272,2349822,182 7270,2350004,158 7320,2350162,221 7297,2350383,145 7290,2350528,166 7291,2350694,163 7251,2350857,150 7245,2351007,170 7314,2351177,109 7306,2351286,153 7224,2351439,150 7216,2351589,155 7214,2351744,137 7210,2351881,161 7170,2352042,138 7173,2352180,143 7174,2352323,215 7146,2352538,163 7141,2352701,154 7140,2352855,123 7172,2352978,133 7169,2353111,123 7167,2353234,146 7154,2353380,163 7152,2353543,173 7195,2353716,149 7184,2353865,143 7122,2354008,159 7053,2354167,166 7046,2354333,158 7106,2354491,184 7099,2354675,154 7082,2354829,130 7036,2354959,137 7005,2355096,155 7002,2355251,167 6998,2355418,138 7110,2355556,145 7108,2355701,129 7073,2355830,118 7062,2355948,131 6890,2356079,165 6877,2356244,134 6870,2356378,207 6868,2356585,171 6932,2356756,189 6933,2356945,131 6921,2357076,160 6915,2357236,220 6907,2357456,124 6909,2357580,120 6942,2357700,150 6988,2357850,135 6869,2357985,174 6864,2358159,148 6867,2358307,108 6872,2358415,129 6874,2358544,137 6767,2358681,140 6769,2358821,163 6761,2358984,186 6759,2359170,176 6851,2359346,155 6847,2359501,155 6840,2359656,140 6844,2359796,136 6859,2359932,180 6863,2360112,159 6819,2360271,117 6811,2360388,139 6813,2360527,162 6789,2360689,159 6798,2360848,162 6724,2361010,161 6729,2361171,147 6717,2361318,145 6721,2361463,154 6707,2361617,149 6691,2361766,127 6685,2361893,147 6679,2362040,160 6684,2362200,174 6687,2362374,164 6756,2362538,142 6737,2362680,151 6741,2362831,180 6630,2363011,148 6626,2363159,137 6632,2363296,141 6623,2363437,139 6621,2363576,132 6578,2363708,176 6564,2363884,197 6570,2364081,141 6577,2364222,146 6579,2364368,155 6666,2364523,155 6661,2364678,126 6612,2364804,139 6607,2364943,144 6652,2365087,186 6644,2365273,142 6550,2365415,170 6551,2365585,143 6552,2365728,144 6556,2365872,144 6470,2366016,211 6473,2366227,173 6468,2366400,152 6513,2366552,205 6500,2366757,128 6518,2366885,149 6508,2367034,144 6503,2367178,143 6482,2367321,166 6539,2367487,164 6497,2367651,164 6466,2367815,177 6463,2367992,259 6465,2368251,136 6397,2368387,180 6384,2368567,151 6377,2368718,151 6408,2368869,164 6412,2369033,156 6425,2369189,136 6445,2369325,135 6383,2369460,166 6374,2369626,151 6448,2369777,141 6439,2369918,116 6391,2370034,141 6277,2370175,161 6280,2370336,119 6282,2370455,152 6278,2370607,143 6279,2370750,132 6334,2370882,161 6330,2371043,141 6324,2371184,165 6326,2371349,128 6307,2371477,162 6304,2371639,153 6291,2371792,235 6321,2372027,129 6267,2372156,130 6271,2372286,129 6270,2372415,131 6301,2372546,146 6358,2372692,120 6349,2372812,180 6363,2372992,155 6344,2373147,124 6217,2373271,152 6214,2373423,122 6213,2373545,132 6174,2373677,163 6172,2373840,161 6243,2374001,177 6234,2374178,134 6226,2374312,175 6224,2374487,122 6232,2374609,133 6180,2374742,163 6205,2374905,173 6181,2375078,60 6265,2375138,107 6147,2375245,189 6127,2375434,130 6133,2375564,133 6093,2375697,156 6096,2375853,168 6086,2376021,162 6142,2376183,149 6136,2376332,163 6083,2376495,184 6071,2376679,143 6059,2376822,163 6151,2376985,143 6152,2377128,136 6094,2377264,138 6107,2377402,154 6102,2377556,163 6023,2377719,160 6025,2377879,168 5984,2378047,177 5985,2378224,60 5992,2378284,147 5993,2378431,142 5986,2378573,148 6031,2378721,218 6036,2378939,141 6026,2379080,166 5940,2379246,164 5934,2379410,142 5931,2379552,170 6002,2379722,186 5950,2379908,198 6040,2380106,166 5959,2380272,116 6010,2380388,133 5876,2380521,160 5863,2380681,158 5861,2380839,200 5862,2381039,152 5920,2381191,162 5914,2381353,139 5832,2381492,141 5828,2381633,141 5875,2381774,164 5877,2381938,206 5873,2382144,135 5853,2382279,144 5916,2382423,153 5910,2382576,148 5926,2382724,179 5921,2382903,123 5881,2383026,140 5898,2383166,159 5821,2383325,168 5824,2383493,144 5826,2383637,153 5818,2383790,129 5810,2383919,133 5811,2384052,171 5805,2384223,165 5742,2384388,136 5807,2384524,241 5790,2384765,135 5738,2384900,135 5731,2385035,165 5791,2385200,185 5786,2385385,126 5778,2385511,157 5777,2385668,126 5768,2385794,143 5771,2385937,139 5762,2386076,133 5642,2386209,135 5634,2386344,181 5632,2386525,164 5620,2386689,116 5673,2386805,131 5665,2386936,125 5658,2387061,126 5653,2387187,162 5654,2387349,190 5655,2387539,120 5678,2387659,184 5674,2387843,174 5718,2388017,163 5713,2388180,142 5648,2388322,141 5638,2388463,144 5639,2388607,150 5716,2388757,170 5681,2388927,146 5707,2389073,155 5524,2389228,164 5520,2389392,146 5516,2389538,115 5519,2389653,208 5613,2389861,155 5616,2390016,126 5614,2390142,164 5576,2390306,122 5568,2390428,177 5570,2390605,121 5512,2390726,172 5507,2390898,149 5509,2391047,188 5541,2391235,135 5554,2391370,181 5594,2391551,127 5450,2391678,168 5452,2391846,148 5453,2391994,157 5449,2392151,187 5437,2392338,154 5444,2392492,126 5433,2392618,148 5425,2392766,114 5429,2392880,113 5430,2392993,168 5419,2393161,141 5420,2393302,141 5416,2393443,193 5415,2393636,132 5409,2393768,124 5408,2393892,122 5478,2394014,183 5483,2394197,155 5447,2394352,158 5497,2394510,166 5335,2394676,176 5341,2394852,146 5332,2394998,155 5327,2395153,140 5310,2395293,198 5393,2395491,140 5390,2395631,208 5389,2395839,143 5404,2395982,145 5401,2396127,162 5382,2396289,133 5380,2396422,163 5381,2396585,155 5374,2396740,144 5342,2396884,143 5343,2397027,162 5350,2397189,147 5363,2397336,145 5246,2397481,138 5245,2397619,159 5238,2397778,170 5235,2397948,125 5257,2398073,157 5248,2398230,180 5302,2398410,152 5298,2398562,172 5294,2398734,149 5286,2398883,139 5225,2399022,141 5306,2399163,150 5258,2399313,144 5265,2399457,205 5230,2399662,148 5290,2399810,131 5129,2399941,171 5131,2400112,191 5117,2400303,135 5120,2400438,173 5116,2400611,130 5110,2400741,122 5199,2400863,147 5206,2401010,132 5200,2401142,152 5202,2401294,143 5186,2401437,129 5191,2401566,173 5182,2401739,160 5213,2401899,153 5179,2402052,146 5165,2402198,117 5161,2402315,176 5140,2402491,151 5150,2402642,143 5067,2402785,127 5071,2402912,144 5054,2403056,156 5049,2403212,110 5035,2403322,141 5065,2403463,190 5062,2403653,145 5107,2403798,177 5108,2403975,154 5036,2404129,177 5032,2404306,138 5082,2404444,135 5080,2404579,148 5017,2404727,143 5097,2404870,128 5013,2404998,124 4950,2405122,136 4954,2405258,160 4961,2405418,173 4962,2405591,168 4943,2405759,189 4984,2405948,156 4986,2406104,167 4993,2406271,162 4985,2406433,202 4908,2406635,144 4900,2406779,167 4902,2406946,139 4903,2407085,148 4967,2407233,141 4956,2407374,152 4959,2407526,141 4923,2407667,181 4920,2407848,125 4909,2407973,143 4980,2408116,165 4969,2408281,164 4930,2408445,140 4928,2408585,132 4876,2408717,161 4879,2408878,191 4883,2409069,188 4811,2409257,128 4814,2409385,161 4810,2409546,134 4807,2409680,180 4813,2409860,116 4840,2409976,130 4829,2410106,233 4893,2410339,163 4888,2410502,232 4890,2410734,141 4852,2410875,178 4853,2411053,177 4832,2411230,127 4830,2411357,146 4865,2411503,135 4854,2411638,138 4849,2411776,110 4856,2411886,151 4732,2412037,129 4728,2412166,146 4730,2412312,172 4712,2412484,131 4780,2412615,143 4796,2412758,123 4797,2412881,168 4779,2413049,133 4763,2413182,182 4760,2413364,155 4722,2413519,138 4714,2413657,174 4800,2413831,144 4791,2413975,127 4769,2414102,190 4614,2414292,132 4615,2414424,176 4617,2414600,116 4619,2414716,184 4613,2414900,183 4664,2415083,173 4668,2415256,137 4670,2415393,162 4692,2415555,177 4687,2415732,128 4641,2415860,155 4626,2416015,142 4627,2416157,121 4632,2416278,152 4681,2416430,142 4685,2416572,119 4710,2416691,164 4702,2416855,112 4701,2416967,149 4643,2417116,120 4666,2417236,153 4660,2417389,122 4579,2417511,136 4572,2417647,125 4502,2417772,151 4487,2417923,146 4496,2418069,164 4548,2418233,212 4555,2418445,119 4599,2418564,204 4563,2418768,148 4523,2418916,181 4517,2419097,161 4412,2419258,132 4401,2419390,150 4391,2419540,119 4394,2419659,124 4395,2419783,124 4463,2419907,170 4465,2420077,166 4455,2420243,177 4461,2420420,150 4448,2420570,165 4436,2420735,166 4421,2420901,152 4433,2421053,119 4430,2421172,150 4397,2421322,154 4475,2421476,147 4078,2421623,145 4068,2421768,150 4071,2421918,163 4070,2422081,143 4058,2422224,150 4079,2422374,170 4073,2422544,166 4065,2422710,231 4063,2422941,161 4094,2423102,190 4363,2423292,152 4357,2423444,183 4354,2423627,167 4387,2423794,137 4367,2423931,157 4054,2424088,150 4373,2424238,144 4039,2424382,131 3940,2424513,143 3957,2424656,148 3964,2424804,164 3962,2424968,202 4013,2425170,155 4011,2425325,204 4012,2425529,133 3954,2425662,116 4019,2425778,155 3996,2425933,137 4040,2426070,147 4027,2426217,205 4028,2426422,162 4022,2426584,163 4025,2426747,138 3992,2426885,145 3991,2427030,145 3990,2427175,143 3979,2427318,157 3980,2427475,136 3896,2427611,131 3898,2427742,135 3888,2427877,158 3923,2428035,178 3921,2428213,154 3847,2428367,150 3840,2428517,149 3841,2428666,125 3843,2428791,141 3892,2428932,141 3886,2429073,177 3878,2429250,128 3909,2429378,130 3899,2429508,164 3895,2429672,143 3924,2429815,156 3877,2429971,132 3865,2430103,138 3856,2430241,132 3752,2430373,197 3754,2430570,149 3756,2430719,175 3758,2430894,177 3770,2431071,170 3772,2431241,147 3781,2431388,169 3783,2431557,153 3723,2431710,162 3807,2431872,129 3809,2432001,137 3799,2432138,141 3795,2432279,141 3741,2432420,130 3655,2432550,191 3654,2432741,178 3615,2432919,184 3622,2433103,174 3692,2433277,144 3691,2433421,155 3679,2433576,145 3671,2433721,155 3665,2433876,162 3687,2434038,171 3685,2434209,126 3651,2434335,177 3652,2434512,140 3700,2434652,150 3706,2434802,190 3712,2434992,143 3717,2435135,155 3634,2435290,129 3595,2435419,212 3601,2435631,192 3573,2435823,165 3575,2435988,149 3563,2436137,138 3566,2436275,164 3567,2436439,150 3559,2436589,145 3526,2436734,177 3521,2436911,132 3568,2437043,171 3557,2437214,146 3520,2437360,125 3549,2437485,212 3576,2437697,165 3606,2437862,126 3495,2437988,60 3501,2438048,130 3497,2438178,146 3499,2438324,233 3496,2438557,182 3449,2438739,170 3437,2438909,162 3503,2439071,148 3505,2439219,169 3459,2439388,167 3455,2439555,240 3445,2439795,185 3448,2439980,155 3486,2440135,180 3491,2440315,171 3492,2440486,153 3482,2440639,143 3438,2440782,118 3434,2440900,155 3514,2441055,171 3517,2441226,141 3509,2441367,170 3479,2441537,149 3478,2441686,153 3467,2441839,138 3472,2441977,157 3461,2442134,135 3458,2442269,127 3363,2442396,149 3367,2442545,152 3355,2442697,213 3357,2442910,181 3330,2443091,145 3335,2443236,150 3392,2443386,171 3361,2443557,138 3337,2443695,197 3383,2443892,136 3379,2444028,133 3375,2444161,154 3421,2444315,146 3427,2444461,143 3430,2444604,141 3277,2444745,120 3275,2444865,143 3273,2445008,176 3305,2445184,136 3306,2445320,165 3290,2445485,142 3317,2445627,140 3310,2445767,119 3247,2445886,146 3251,2446032,139 3293,2446171,150 3237,2446321,117 3241,2446438,122 3323,2446560,156 3194,2446716,163 3193,2446879,164 3189,2447043,184 3165,2447227,191 3151,2447418,162 3170,2447580,140 3148,2447720,138 3143,2447858,177 3181,2448035,136 3184,2448171,119 3178,2448290,118 3179,2448408,183 3229,2448591,155 3231,2448746,162 3204,2448908,141 3205,2449049,141 3135,2449190,181 3120,2449371,141 3226,2449512,172 3217,2449684,132 3034,2449816,155 3030,2449971,142 3028,2450113,227 3103,2450340,157 3104,2450497,134 3093,2450631,160 3064,2450791,121 3071,2450912,160 3094,2451072,167 3081,2451239,176 3047,2451415,158 3052,2451573,178 3074,2451751,106 2929,2451857,163 2932,2452020,172 2931,2452192,153 2934,2452345,151 2910,2452496,182 2912,2452678,141 2917,2452819,119 2911,2452938,141 2913,2453079,187 2905,2453266,130 2908,2453396,147 2942,2453543,158 2944,2453701,134 2983,2453835,135 2986,2453970,137 2980,2454107,187 3024,2454294,165 3013,2454459,127 3014,2454586,114 3009,2454700,149 2955,2454849,141 2953,2454990,178 2969,2455168,156 2972,2455324,175 2940,2455499,146 2947,2455645,125 2848,2455770,150 2850,2455920,180 2843,2456100,137 2819,2456237,183 2817,2456420,167 2878,2456587,128 2857,2456715,181 2873,2456896,148 2874,2457044,151 2867,2457195,141 2821,2457336,178 2816,2457514,206 2907,2457720,154 2806,2457874,207 2833,2458081,149 2881,2458230,147 2794,2458377,172 2787,2458549,156 2780,2458705,138 2743,2458843,141 2733,2458984,144 2737,2459128,155 2745,2459283,157 2704,2459440,150 2717,2459590,179 2721,2459769,141 2724,2459910,188 2718,2460098,155 2784,2460253,134 2699,2460387,141 2696,2460528,125 2747,2460653,169 2684,2460822,129 2670,2460951,134 2669,2461085,166 2627,2461251,158 2629,2461409,142 2613,2461551,113 2619,2461664,149 2676,2461813,155 2671,2461968,162 2659,2462130,123 2606,2462253,140 2605,2462393,168 2597,2462561,141 2593,2462702,150 2590,2462852,163 2635,2463015,156 2611,2463171,144 2663,2463315,120 2553,2463435,151 2556,2463586,135 2557,2463721,159 2551,2463880,177 2530,2464057,182 2522,2464239,139 2519,2464378,156 2520,2464534,142 2580,2464676,115 2571,2464791,148 2576,2464939,161 2523,2465100,120 2517,2465220,153 2515,2465373,152 2492,2465525,141 2494,2465666,158 2534,2465824,149 2555,2465973,158 2447,2466131,140 2439,2466271,186 2441,2466457,139 2438,2466596,137 2444,2466733,145 2437,2466878,177 2445,2467055,155 2433,2467210,147 2389,2467357,193 2378,2467550,139 2379,2467689,135 2381,2467824,159 2384,2467983,173 2388,2468156,130 2450,2468286,183 2453,2468469,156 2456,2468625,169 2486,2468794,141 2483,2468935,131 2396,2469066,234 2392,2469300,134 2467,2469434,161 2469,2469595,220 2402,2469815,152 2397,2469967,177 2458,2470144,164 2460,2470308,151 2436,2470459,145 2347,2470604,158 2342,2470762,164 2343,2470926,138 2339,2471064,178 2333,2471242,182 2283,2471424,142 2280,2471566,163 2268,2471729,119 2269,2471848,160 2273,2472008,118 2313,2472126,142 2314,2472268,172 2319,2472440,127 2348,2472567,145 2307,2472712,149 2311,2472861,155 2310,2473016,137 2386,2473153,164 2372,2473317,141 2299,2473458,131 2286,2473589,176 2327,2473765,153 2177,2473918,156 2178,2474074,145 2163,2474219,138 2170,2474357,114 2161,2474471,157 2226,2474628,225 2225,2474853,133 2223,2474986,153 2214,2475139,156 2174,2475295,159 2176,2475454,190 2157,2475644,142 2260,2475786,166 2262,2475952,140 2254,2476092,146 2242,2476238,141 2240,2476379,167 2211,2476546,141 2206,2476687,146 2228,2476833,134 2227,2476967,114 2190,2477081,162 2266,2477243,149 2005,2477392,163 2011,2477555,150 2154,2477705,131 2147,2477836,139 2150,2477975,149 2031,2478124,166 2036,2478290,134 2013,2478424,143 2075,2478567,137 2047,2478704,134 2039,2478838,133 2143,2478971,107 2130,2479078,144 2060,2479222,143 2052,2479365,98 2135,2479463,152 1931,2479615,162 1923,2479777,148 1927,2479925,140 1929,2480065,166 1977,2480231,156 1151,2480387,131 1147,2480518,136 1972,2480654,141 1971,2480795,141 1973,2480936,141 1925,2481077,141 1909,2481218,149 1939,2481367,171 1942,2481538,141 1919,2481679,151 1905,2481830,151 1904,2481981,134 2001,2482115,156 1954,2482271,140 1784,2482411,148 1787,2482559,171 1788,2482730,126 1780,2482856,190 1848,2483046,177 1833,2483223,130 1834,2483353,124 1866,2483477,124 1852,2483601,126 1846,2483727,167 1872,2483894,141 1858,2484035,132 1867,2484167,131 1892,2484298,160 1894,2484458,166 1889,2484624,125 1877,2484749,117 1881,2484866,149 1873,2485015,139 1817,2485154,131 1805,2485285,141 1806,2485426,141 1803,2485567,146 1808,2485713,121 1768,2485834,158 1774,2485992,234 1762,2486226,151 1701,2486377,129 1693,2486506,149 1704,2486655,142 1696,2486797,125 1726,2486922,123 1722,2487045,151 1732,2487196,140 1717,2487336,149 1679,2487485,138 1754,2487623,157 1744,2487780,151 1740,2487931,152 1727,2488083,171 1680,2488254,140 1761,2488394,128 1582,2488522,151 1572,2488673,164 1573,2488837,149 1575,2488986,170 1578,2489156,141 1580,2489297,132 1569,2489429,135 1614,2489564,155 1581,2489719,165 1606,2489884,194 1611,2490078,119 1596,2490197,194 1584,2490391,110 1591,2490501,190 1564,2490691,164 1571,2490855,139 1547,2490994,168 1662,2491162,151 1655,2491313,116 1638,2491429,137 1639,2491566,123 1613,2491689,118 1632,2491807,135 1657,2491942,133 1644,2492075,144 1557,2492219,146 1546,2492365,103 1486,2492468,174 1474,2492642,144 1503,2492786,165 1502,2492951,132 1504,2493083,127 1496,2493210,128 1508,2493338,149 1522,2493487,123 1523,2493610,99 1537,2493709,138 1541,2493847,150 1530,2493997,134 1509,2494131,122 1525,2494253,139 1533,2494392,148 1492,2494540,160 1476,2494700,132 1443,2494832,119 1438,2494951,134 1445,2495085,104 1459,2495189,163 1437,2495352,160 1444,2495512,121 1379,2495633,131 1367,2495764,147 1371,2495911,155 1364,2496066,146 1363,2496212,133 1382,2496345,154 1388,2496499,129 1375,2496628,141 1373,2496769,138 1377,2496907,149 1428,2497056,136 1391,2497192,155 1396,2497347,141 1383,2497488,134 1381,2497622,180 1422,2497802,187 1330,2497989,141 1334,2498130,151 1346,2498281,111 1335,2498392,157 1404,2498549,107 1411,2498656,134 1355,2498790,140 1224,2498930,131 1228,2499061,119 1215,2499180,137 1219,2499317,138 1270,2499455,116 1268,2499571,135 1265,2499706,126 1313,2499832,146 1315,2499978,121 1311,2500099,145 1292,2500244,155 1260,2500399,111 1252,2500510,142 1290,2500652,97 1297,2500749,170 1286,2500919,119 1250,2501038,127 1227,2501165,146 1318,2501311,104 1127,2501415,171 1114,2501586,149 1123,2501735,154 1116,2501889,129 1107,2502018,137 1104,2502155,119 1091,2502274,168 1097,2502442,142 1071,2502584,201 1065,2502785,155 1062,2502940,115 1208,2503055,144 1205,2503199,143 1201,2503342,152 1105,2503494,126 1155,2503620,160 1089,2503780,157 1189,2503937,135 1154,2504072,124 970,2504196,134 967,2504330,146 962,2504476,127 1011,2504603,151 1004,2504754,132 1001,2504886,136 997,2505022,115 1057,2505137,138 1060,2505275,106 1053,2505381,135 1050,2505516,180 1054,2505696,164 1043,2505860,134 948,2505994,163 934,2506157,147 932,2506304,130 939,2506434,156 1027,2506590,139 1030,2506729,113 1016,2506842,164 1018,2507006,135 966,2507141,146 955,2507287,157 958,2507444,126 991,2507570,133 986,2507703,152 985,2507855,106 1019,2507961,143 1014,2508104,152 1045,2508256,146 920,2508402,126 917,2508528,145 914,2508673,168 910,2508841,141 794,2508982,162 859,2509144,154 855,2509298,148 895,2509446,170 752,2509616,173 926,2509789,145 919,2509934,185 831,2510119,130 807,2510249,103 814,2510352,183 892,2510535,128 872,2510663,147 837,2510810,166 712,2510976,199 696,2511175,131 681,2511306,148 699,2511454,159 700,2511613,136 783,2511749,194 785,2511943,143 781,2512086,148 777,2512234,130 771,2512364,156 773,2512520,139 766,2512659,130 415,2512789,120 767,2512909,143 756,2513052,129 745,2513181,150 741,2513331,125 736,2513456,104 718,2513560,143 707,2513703,108 790,2513811,167 809,2513978,122 801,2514100,133 757,2514233,152 725,2514385,90 683,2514475,168 676,2514643,165 675,2514808,160 672,2514968,111 690,2515079,136 695,2515215,171 687,2515386,148 680,2515534,141 618,2515675,161 620,2515836,109 610,2515945,184 613,2516129,150 603,2516279,152 598,2516431,147 601,2516578,219 660,2516797,139 662,2516936,153 654,2517089,151 591,2517240,125 625,2517365,139 650,2517504,165 506,2517669,101 642,2517770,134 645,2517904,152 633,2518056,142 593,2518198,144 501,2518342,104 511,2518446,158 508,2518604,133 509,2518737,157 528,2518894,128 523,2519022,125 536,2519147,161 494,2519308,134 496,2519442,132 497,2519574,154 482,2519728,149 559,2519877,108 551,2519985,171 541,2520156,161 537,2520317,149 515,2520466,147 467,2520613,123 481,2520736,174 556,2520910,134 572,2521044,160 12396,2521204,141 12427,2521345,128 375,2521473,102 333,2521575,176 474,2521751,150 466,2521901,156 454,2522057,153 366,2522210,151 372,2522361,159 350,2522520,140 353,2522660,168 417,2522828,130 390,2522958,108 422,2523066,153 370,2523219,129 416,2523348,160 406,2523508,141 409,2523649,132 395,2523781,132 397,2523913,125 413,2524038,157 462,2524195,155 443,2524350,112 444,2524462,125 448,2524587,109 380,2524696,107 264,2524803,152 1579,2524955,152 256,2525107,127 45213,2525234,173 272,2525407,128 274,2525535,153 278,2525688,173 45165,2525861,138 45204,2525999,131 12528,2526130,148 315,2526278,126 308,2526404,125 313,2526529,164 318,2526693,108 302,2526801,135 306,2526936,129 275,2527065,153 286,2527218,159 341,2527377,150 12436,2527527,141 12426,2527668,150 12402,2527818,153 12352,2527971,141 12338,2528112,134 12522,2528246,171 12443,2528417,114 12357,2528531,168 12517,2528699,134 12294,2528833,139 12344,2528972,114 12409,2529086,126 12300,2529212,136 12364,2529348,158 12520,2529506,132 12489,2529638,115 12328,2529753,127 12393,2529880,158 12483,2530038,138 12378,2530176,145 12304,2530321,160 12505,2530481,152 12326,2530633,132 12407,2530765,133 12359,2530898,150 12500,2531048,145 53463,2531193,126 53363,2531319,135 53335,2531454,134 12459,2531588,148 12361,2531736,141 12397,2531877,155 12311,2532032,131 12316,2532163,131 12416,2532294,141 12535,2532435,122 12496,2532557,123 12308,2532680,128 12417,2532808,115 53488,2532923,132 53264,2533055,152 53323,2533207,117 53262,2533324,129 53266,2533453,132 53325,2533585,173 53294,2533758,169 53445,2533927,160 53318,2534087,161 53470,2534248,134 53260,2534382,127 53271,2534509,171 53302,2534680,154 53475,2534834,177 53430,2535011,151 53444,2535162,151 53345,2535313,161 53477,2535474,135 53317,2535609,96 53252,2535705,114 53253,2535819,142 53459,2535961,141 53286,2536102,139 53466,2536241,152 53308,2536393,124 53428,2536517,124 53382,2536641,137 53416,2536778,145 53419,2536923,126 53480,2537049,146 53355,2537195,138 53468,2537333,162 53278,2537495,130 53450,2537625,194 53349,2537819,121 53402,2537940,142 53422,2538082,164 53490,2538246,144 53268,2538390,138 53283,2538528,153 53410,2538681,138 53300,2538819,138 53386,2538957,131 53415,2539088,166 53277,2539254,150 20556,2539404,142 20598,2539546,142 20692,2539688,147 20646,2539835,118 20649,2539953,147 20635,2540100,110 20606,2540210,141 20686,2540351,143 20727,2540494,171 20505,2540665,154 20733,2540819,144 20671,2540963,156 20534,2541119,129 20699,2541248,143 20604,2541391,117 20551,2541508,60 53356,2541568,143 20647,2541711,141 20565,2541852,101 20594,2541953,139 53486,2542092,156 20507,2542248,148 36951,2542396,148 36995,2542544,154 36925,2542698,144 37079,2542842,139 20611,2542981,124 20700,2543105,171 20488,2543276,163 20562,2543439,142 20519,2543581,155 20570,2543736,150 20537,2543886,144 20580,2544030,140 20664,2544170,160 20571,2544330,157 20684,2544487,155 20502,2544642,142 20511,2544784,149 20547,2544933,158 20629,2545091,133 20730,2545224,124 36920,2545348,155 37040,2545503,109 37103,2545612,144 37061,2545756,153 37004,2545909,145 36936,2546054,148 37049,2546202,157 37060,2546359,142 37029,2546501,129 37027,2546630,141 36994,2546771,129 36864,2546900,144 36974,2547044,125 36948,2547169,172 36961,2547341,190 36875,2547531,150 37070,2547681,178 36871,2547859,145 36909,2548004,166 37076,2548170,159 36905,2548329,107 37087,2548436,165 37056,2548601,152 36895,2548753,150 36900,2548903,143 36922,2549046,138 37042,2549184,141 37046,2549325,135 36963,2549460,192 36962,2549652,164 4307,2549816,143 4347,2549959,171 4179,2550130,158 4333,2550288,161 4204,2550449,126 4329,2550575,129 4099,2550704,142 4209,2550846,116 36885,2550962,165 37013,2551127,146 36929,2551273,148 36954,2551421,153 36881,2551574,131 36965,2551705,144 36899,2551849,127 37110,2551976,137 37032,2552113,158 4138,2552271,150 4325,2552421,142 4253,2552563,150 4110,2552713,151 37100,2552864,116 37059,2552980,152 4296,2553132,215 4339,2553347,178 4230,2553525,146 4319,2553671,143 4210,2553814,147 4314,2553961,137 4324,2554098,130 4222,2554228,151 4256,2554379,157 4118,2554536,122 4240,2554658,128 4341,2554786,140 4157,2554926,127 4246,2555053,154 4226,2555207,160 4248,2555367,154 4162,2555521,137 4200,2555658,150 4330,2555808,137 4270,2555945,164 4292,2556109,183 4350,2556292,177 4182,2556469,153 4301,2556622,136 4193,2556758,128 4249,2556886,144 4321,2557030,125 4283,2557155,175 4128,2557330,160 4154,2557490,138 4100,2557628,161 4335,2557789,142 4232,2557931,156 4130,2558087,154 4214,2558241,122 4159,2558363,159 4169,2558522,129 4190,2558651,189 4271,2558840,149 4236,2558989,155 4343,2559144,152 4267,2559296,185 4112,2559481,145 4338,2559626,117 57351,2559743,156 4286,2559899,163 4184,2560062,153 4111,2560215,148 4284,2560363,135 57535,2560498,182 57571,2560680,141 57542,2560821,134 57573,2560955,152 57441,2561107,154 57427,2561261,140 57555,2561401,134 57411,2561535,117 57523,2561652,148 57581,2561800,124 57528,2561924,131 57468,2562055,147 57382,2562202,136 57376,2562338,118 57357,2562456,134 57564,2562590,136 57399,2562726,138 57538,2562864,120 57595,2562984,129 57499,2563113,158 57413,2563271,130 57408,2563401,158 57370,2563559,160 57464,2563719,141 57479,2563860,190 57409,2564050,108 57570,2564158,131 57473,2564289,139 57431,2564428,176 57532,2564604,166 57474,2564770,110 57463,2564880,129 57430,2565009,147 57393,2565156,177 57355,2565333,156 57522,2565489,159 57391,2565648,155 57470,2565803,148 57497,2565951,121 24750,2566072,150 24659,2566222,165 24662,2566387,155 24588,2566542,134 24604,2566676,144 24671,2566820,152 24721,2566972,153 24605,2567125,146 24699,2567271,138 57452,2567409,218 57418,2567627,154 24777,2567781,135 57466,2567916,125 24626,2568041,131 24627,2568172,138 24595,2568310,141 24610,2568451,147 24814,2568598,129 24792,2568727,141 24815,2568868,174 24709,2569042,133 24593,2569175,151 24821,2569326,140 24674,2569466,140 24809,2569606,163 24643,2569769,135 24616,2569904,159 24816,2570063,157 24800,2570220,150 24726,2570370,142 24634,2570512,154 648,2570666,163 24628,2570829,131 24656,2570960,123 24826,2571083,179 24794,2571262,147 24804,2571409,144 24719,2571553,158 24772,2571711,146 41020,2571857,150 41156,2572007,153 41059,2572160,133 41004,2572293,172 41207,2572465,146 41104,2572611,152 41194,2572763,132 41180,2572895,151 40971,2573046,170 41186,2573216,160 41011,2573376,136 41129,2573512,162 41073,2573674,165 24576,2573839,115 24645,2573954,142 41053,2574096,148 41057,2574244,134 24742,2574378,154 24618,2574532,191 41069,2574723,156 41206,2574879,138 24766,2575017,124 24767,2575141,151 24704,2575292,170 41015,2575462,142 41036,2575604,186 41009,2575790,165 41025,2575955,120 41127,2576075,149 41086,2576224,156 41071,2576380,165 41159,2576545,151 40986,2576696,122 41096,2576818,163 41154,2576981,134 41112,2577115,116 41035,2577231,140 41060,2577371,123 41022,2577494,133 40991,2577627,156 41211,2577783,157 41068,2577940,179 41179,2578119,139 41089,2578258,151 41137,2578409,165 8208,2578574,170 8351,2578744,165 41075,2578909,131 41018,2579040,138 41138,2579178,116 41099,2579294,162 41111,2579456,154 40999,2579610,155 41030,2579765,115 41172,2579880,140 41106,2580020,152 8205,2580172,103 8237,2580275,128 8337,2580403,167 8381,2580570,151 8276,2580721,132 8359,2580853,163 8277,2581016,133 8202,2581149,143 8399,2581292,161 8372,2581453,135 8420,2581588,160 8300,2581748,156 8286,2581904,144 8210,2582048,149 8309,2582197,163 8357,2582360,134 8292,2582494,161 8243,2582655,163 8395,2582818,150 8427,2582968,158 8352,2583126,140 8418,2583266,170 8199,2583436,123 8284,2583559,164 8354,2583723,147 8241,2583870,130 8400,2584000,146 8377,2584146,135 8249,2584281,121 8306,2584402,147 8428,2584549,146 8302,2584695,114 8433,2584809,131 8257,2584940,123 8310,2585063,118 8424,2585181,141 8389,2585322,133 8201,2585455,154 8231,2585609,175 8330,2585784,143 8402,2585927,148 8194,2586075,164 8267,2586239,153 8426,2586392,159 8298,2586551,134 8411,2586685,148 8379,2586833,124 8360,2586957,154 8261,2587111,149 8265,2587260,122 8272,2587382,131 8324,2587513,136 8332,2587649,148 8236,2587797,158 8225,2587955,154 49401,2588109,168 49269,2588277,136 7292,2588413,154 49209,2588567,166 49321,2588733,130 49227,2588863,151 49337,2589014,140 49173,2589154,147 49283,2589301,164 49300,2589465,117 49177,2589582,131 49359,2589713,105 49277,2589818,138 49219,2589956,123 49333,2590079,173 49389,2590252,139 49202,2590391,143 49317,2590534,154 49391,2590688,122 49249,2590810,155 49325,2590965,147 49279,2591112,149 49239,2591261,118 49238,2591379,99 49191,2591478,149 49244,2591627,115 49192,2591742,124 49293,2591866,165 49194,2592031,151 49404,2592182,144 49339,2592326,125 49376,2592451,154 49243,2592605,146 49160,2592751,104 49335,2592855,170 49363,2593025,164 49384,2593189,135 49370,2593324,124 49361,2593448,172 49208,2593620,169 16539,2593789,151 16619,2593940,158 16573,2594098,159 16621,2594257,162 16417,2594419,133 16577,2594552,168 16609,2594720,152 16638,2594872,146 16613,2595018,146 16549,2595164,146 16389,2595310,136 16601,2595446,153 16460,2595599,117 49200,2595716,146 49318,2595862,141 49355,2596003,161 49387,2596164,129 16603,2596293,168 49298,2596461,145 49234,2596606,122 16398,2596728,139 49213,2596867,131 16584,2596998,166 16570,2597164,163 16440,2597327,173 16600,2597500,162 16520,2597662,154 16434,2597816,145 16578,2597961,148 16596,2598109,139 16590,2598248,139 16482,2598387,159 16436,2598546,141 16412,2598687,126 16399,2598813,145 16390,2598958,169 32938,2599127,118 49232,2599245,156 16582,2599401,150 16455,2599551,140 16464,2599691,140 32914,2599831,143 32915,2599974,135 32858,2600109,146 16449,2600255,116 32846,2600371,147 32853,2600518,120 32810,2600638,179 32821,2600817,148 32894,2600965,145 33007,2601110,124 33008,2601234,177 32797,2601411,159 32885,2601570,118 32849,2601688,128 32966,2601816,189 32960,2602005,144 32814,2602149,148 33010,2602297,143 32957,2602440,156 32805,2602596,161 33002,2602757,153 30,2602910,154 80,2603064,152 32772,2603216,145 32976,2603361,164 32804,2603525,135 32832,2603660,163 32801,2603823,147 33000,2603970,147 32873,2604117,142 32781,2604259,115 32977,2604374,142 32834,2604516,158 32922,2604674,129 32768,2604803,152 33005,2604955,148 32842,2605103,122 102,2605225,154 73,2605379,137 250,2605516,160 212,2605676,130 25,2605806,173 21,2605979,150 28,2606129,135 52,2606264,164 34,2606428,148 181,2606576,162 47,2606738,140 184,2606878,131 230,2607009,153 132,2607162,120 154,2607282,114 39,2607396,118 232,2607514,154 75,2607668,107 224,2607775,123 171,2607898,158 32940,2608056,170 79,2608226,127 111,2608353,128 120,2608481,127 90,2608608,117 91,2608725,134 113,2608859,136 115,2608995,147 185,2609142,166 191,2609308,167 45,2609475,140 24,2609615,171 200,2609786,149 213,2609935,157 58,2610092,138 89,2610230,133 105,2610363,157 231,2610520,143 77,2610663,152 35,2610815,136 190,2610951,138 217,2611089,156 128,2611245,131 524330,2611376,154 524425,2611530,100 524422,2611630,159 524419,2611789,163 524385,2611952,127 524383,2612079,151 524376,2612230,138 524361,2612368,129 524324,2612497,163 524322,2612660,118 524320,2612778,140 524319,2612918,138 524308,2613056,121 11141120,2613177,160 11141121,2613337,160 11141122,2613497,160 7,2613657,129 32799,2613786,139 524294,2613925,155 319684,2614080,120 132865,2614200,141 524307,2614341,80 56584,2614421,145 5,2614566,129 138364,2614695,154 524389,2614849,122 8694250,2614971,154 14943736,2615125,213 9,2615338,129 33001,2615467,128 16598,2615595,118 524363,2615713,148 174652,2615861,172 524377,2616033,101 524296,2616134,159 16020616,2616293,185 16564787,2616478,167 4198773,2616645,154 8401392,2616799,175 5780774,2616974,179 3454371,2617153,165 7085547,2617318,117 2642681,2617435,263 12122195,2617698,158 14733443,2617856,161 7617560,2618017,151 5013690,2618168,218 9175802,2618386,214 15738444,2618600,144 13647186,2618744,147 14158746,2618891,161 11308340,2619052,196 6574745,2619248,155 16283044,2619403,189 53937,2619592,233 12641332,2619825,169 7106829,2619994,139 2387852,2620133,180 1840006,2620313,180 12332790,2620493,180 4478404,2620673,180 2089,2620853,199 1852501,2621052,136 16288350,2621188,130 6088608,2621318,114 14688136,2621432,219 9231362,2621651,178 11844732,2621829,130 14723760,2621959,191 6830403,2622150,149 1099358,2622299,133 8169392,2622432,236 2109724,2622668,197 1068888,2622865,189 11855938,2623054,202 971,2623256,145 15771570,2623401,146 6331181,2623547,192 1352495,2623739,180 316341,2623919,180 47900,2624099,180 8432764,2624279,207 14437374,2624486,179 5268053,2624665,154 5821706,2624819,178 8954627,2624997,161 16572048,2625158,161 1594575,2625319,161 8419677,2625480,230 15238342,2625710,196 6565036,2625906,196 576551,2626102,193 316309,2626295,193 14718982,2626488,170 16043938,2626658,170 16260719,2626828,159 15770458,2626987,123 6325107,2627110,123 8695181,2627233,123 7619211,2627356,123 1347896,2627479,141 7094542,2627620,141 7090446,2627761,139 2652145,2627900,123 11069309,2628023,130 14439485,2628153,214 820295,2628367,199 10251122,2628566,256 5293741,2628822,199 7637544,2629021,127 13902995,2629148,183 9190,2629331,154 15509824,2629485,139 16549270,2629624,127 6075618,2629751,164 3952910,2629915,141 14200528,2630056,220 14714266,2630276,217 803489,2630493,171 11827953,2630664,158 3448699,2630822,135 16046534,2630957,198 3469648,2631155,222 13390473,2631377,232 13393272,2631609,151 12384754,2631760,129 3748,2631889,127 20612,2632016,127 8429467,2632143,207 11021261,2632350,196 4774957,2632546,196 11332433,2632742,161 6295714,2632903,147 12890681,2633050,141 11576404,2633191,138 6590657,2633329,242 13393118,2633571,192 6344326,2633763,159 5001198,2633922,212 5038453,2634134,141 11019448,2634275,114 3302,2634389,126 9459166,2634515,199 15241487,2634714,199 13632996,2634913,180 3189476,2635093,180 1354582,2635273,212 15259857,2635485,112 2674116,2635597,234 3295,2635831,151 2920875,2635982,206 8420158,2636188,161 16314854,2636349,161 8956343,2636510,123 15519447,2636633,123 4778850,2636756,178 6087030,2636934,139 11309189,2637073,123 3426541,2637196,117 3954481,2637313,141 7099880,2637454,166 3420093,2637620,156 10497299,2637776,172 8677576,2637948,201 10234103,2638149,219 1069596,2638368,170 7094955,2638538,160 6616823,2638698,170 9706582,2638868,155 14158795,2639023,201 15790244,2639224,141 12637826,2639365,144 13380891,2639509,145 8447296,2639654,139 3508,2639793,132 2945117,2639925,160 9714608,2640085,185 9454562,2640270,139 8400969,2640409,174 15223107,2640583,214 5248008,2640797,121 2661111,2640918,153 11579796,2641071,178 1098667,2641249,196 2626028,2641445,196 14952070,2641641,217 26925,2641858,168 3730247,2642026,196 800662,2642222,153 15991594,2642375,141 1341248,2642516,180 11801982,2642696,134 1628559,2642830,180 6577708,2643010,157 57580,2643167,154 7354385,2643321,164 6578790,2643485,154 4750070,2643639,230 4746864,2643869,259 6299037,2644128,186 14180215,2644314,201 2922477,2644515,179 2130538,2644694,213 12095559,2644907,123 9477194,2645030,123 9473091,2645153,123 1608298,2645276,144 3964170,2645420,123 13929017,2645543,161 15004612,2645704,161 10235726,2645865,178 15732880,2646043,185 573344,2646228,161 7348028,2646389,161 2117863,2646550,203 14198984,2646753,178 3678946,2646931,112 573675,2647043,171 14999826,2647214,130 3413173,2647344,130 13632491,2647474,130 9755478,2647604,213 8953448,2647817,166 6556076,2647983,172 7617263,2648155,168 1613356,2648323,180 6051192,2648503,110 7141138,2648613,109 5031230,2648722,187 9459452,2648909,253 12084114,2649162,213 6863315,2649375,275 12109482,2649650,207 5549776,2649857,198 1077501,2650055,171 3732993,2650226,198 4251309,2650424,137 4257056,2650561,170 7907970,2650731,185 2124938,2650916,147 3442052,2651063,147 4200625,2651210,147 8936413,2651357,147 10022236,2651504,126 12862056,2651630,152 5534173,2651782,180 14985033,2651962,140 8705733,2652102,142 14192950,2652244,145 13140756,2652389,136 12116974,2652525,161 2410707,2652686,167 6313060,2652853,171 16553322,2653024,152 4240158,2653176,161 8929331,2653337,196 14743221,2653533,156 11303510,2653689,141 4492735,2653830,138 9734854,2653968,257 12625517,2654225,153 7401622,2654378,141 8358,2654519,132 5787885,2654651,202 1310,2654853,172 9997066,2655025,202 12368578,2655227,202 11324241,2655429,202 14734434,2655631,180 9476152,2655811,180 8703144,2655991,170 12907900,2656161,172 4850,2656333,172 7090058,2656505,161 15773730,2656666,170 9993930,2656836,207 2924539,2657043,178 5257263,2657221,166 791762,2657387,192 13957161,2657579,178 14705204,2657757,130 7376059,2657887,153 12077226,2658040,147 14169326,2658187,127 16275246,2658314,137 7313,2658451,123 2378750,2658574,167 8183273,2658741,177 16280537,2658918,141 12588286,2659059,141 8170831,2659200,141 536996,2659341,180 11069816,2659521,180 16265061,2659701,180 2667377,2659881,135 568516,2660016,102 14438458,2660118,183 1591101,2660301,234 13924274,2660535,169 7386600,2660704,117 9708851,2660821,196 6313569,2661017,182 809372,2661199,137 4519143,2661336,121 7367033,2661457,154 16539803,2661611,185 15245816,2661796,178 10004802,2661974,300 3162688,2662274,178 4989203,2662452,189 8400319,2662641,141 2421072,2662782,254 1084266,2663036,223 1362059,2663259,123 15476305,2663382,123 1588975,2663505,123 6323913,2663628,123 4229167,2663751,145 14957850,2663896,134 6573110,2664030,140 4753895,2664170,140 2420378,2664310,140 6064028,2664450,140 5303153,2664590,140 843044,2664730,140 9746541,2664870,140 2102969,2665010,140 3717880,2665150,140 3959463,2665290,140 3465517,2665430,140 47968,2665570,140 6354551,2665710,140 10520681,2665850,140 7661049,2665990,140 8388619,2666130,140 3424605,2666270,140 16545652,2666410,140 9972924,2666550,140 3993617,2666690,140 2654159,2666830,140 8401491,2666970,140 14205094,2667110,169 10288360,2667279,140 16297061,2667419,140 1053435,2667559,202 588409,2667761,197 15768504,2667958,196 12326840,2668154,140 12110633,2668294,117 4504379,2668411,139 1360206,2668550,139 9199293,2668689,180 2924610,2668869,180 15515675,2669049,196 9979086,2669245,196 13422723,2669441,189 12616649,2669630,180 12590128,2669810,262 14206584,2670072,158 4463743,2670230,193 47286,2670423,193 1893917,2670616,161 8393439,2670777,275 12886353,2671052,240 1107834,2671292,196 8448519,2671488,252 12321703,2671740,142 9467551,2671882,260 9973752,2672142,180 4250789,2672322,180 2912081,2672502,202 303859,2672704,199 13425555,2672903,141 1627676,2673044,257 5523686,2673301,227 6345961,2673528,213 3196175,2673741,196 2648274,2673937,196 9480501,2674133,143 10782382,2674276,192 1889982,2674468,178 2674983,2674646,242 13134046,2674888,180 13635063,2675068,180 4720098,2675248,180 16259844,2675428,269 14191737,2675697,139 1061915,2675836,119 3187794,2675955,144 7784,2676099,172 9099,2676271,180 2908172,2676451,150 9225652,2676601,178 2978,2676779,176 2294,2676955,176 95,2677131,176 1633511,2677307,159 16017877,2677466,154 539378,2677620,170 7617056,2677790,185 3197355,2677975,275 3938974,2678250,124 12900152,2678374,180 13141153,2678554,141 14186379,2678695,134 1000,2678829,150 7125688,2678979,178 14734436,2679157,140 12646082,2679297,196 13938679,2679493,144 6293372,2679637,147 6330470,2679784,130 16306215,2679914,166 6055532,2680080,213 5000185,2680293,154 1894923,2680447,156 4517823,2680603,189 12066654,2680792,146 14160485,2680938,234 5026890,2681172,162 298138,2681334,180 15482043,2681514,180 9190014,2681694,161 7357468,2681855,194 11828313,2682049,211 3149214,2682260,198 15530588,2682458,242 16299114,2682700,139 12366055,2682839,196 5518575,2683035,196 8967592,2683231,214 2131347,2683445,154 11330370,2683599,196 9443272,2683795,196 14979626,2683991,200 2909215,2684191,111 2127705,2684302,282 5564373,2684584,168 1609864,2684752,122 5002975,2684874,134 2364688,2685008,154 7097681,2685162,226 8953240,2685388,153 14481593,2685541,178 1621788,2685719,190 11329096,2685909,60 20679,2685969,60 8295,2686029,60 4719045,2686089,212 11857445,2686301,179 13118358,2686480,170 9982525,2686650,181 13637030,2686831,189 355,2687020,141 6316876,2687161,189 2121533,2687350,204 295323,2687554,121 14680196,2687675,196 2926748,2687871,165 5037069,2688036,150 19969,2688186,117 12902817,2688303,213 11322200,2688516,199 3992815,2688715,149 1594851,2688864,123 14962923,2688987,123 8938560,2689110,123 6320320,2689233,123 15778673,2689356,123 6618890,2689479,178 15767833,2689657,139 222,2689796,97 16006758,2689893,198 14432623,2690091,206 11846774,2690297,216 6829193,2690513,140 11824199,2690653,171 4473391,2690824,156 5544999,2690980,171 13651536,2691151,238 9748352,2691389,178 9992724,2691567,143 13123036,2691710,219 10238618,2691929,286 11580904,2692215,141 316816,2692356,130 5510537,2692486,185 8673075,2692671,141 9251,2692812,188 9197884,2693000,154 6302165,2693154,147 5281604,2693301,214 5829532,2693515,142 12861726,2693657,167 30692,2693824,109 44387,2693933,170 14947830,2694103,130 11289128,2694233,133 15998315,2694366,197 8187035,2694563,233 13406320,2694796,141 2638278,2694937,197 3670296,2695134,128 1355210,2695262,218 8425779,2695480,169 11859342,2695649,196 12881857,2695845,167 16262023,2696012,179 15214785,2696191,147 7918407,2696338,127 10789241,2696465,230 6871911,2696695,175 1579478,2696870,161 12359903,2697031,193 7404687,2697224,132 5249842,2697356,151 9964903,2697507,187 728,2697694,180 11577077,2697874,129 11335142,2698003,141 14463106,2698144,114 16302999,2698258,151 7396776,2698409,213 5009308,2698622,213 7875625,2698835,185 12361700,2699020,189 7351936,2699209,163 11314286,2699372,171 13153314,2699543,164 9760415,2699707,127 14428833,2699834,131 15004648,2699965,276 16003645,2700241,258 16299927,2700499,151 11578066,2700650,258 1086359,2700908,139 5273073,2701047,139 12870934,2701186,139 14949898,2701325,154 13410603,2701479,290 11272400,2701769,178 15254551,2701947,199 7843,2702146,135 3732270,2702281,126 9969177,2702407,178 8697958,2702585,236 1621082,2702821,232 12894520,2703053,138 11286473,2703191,139 2119785,2703330,135 13383595,2703465,165 1319643,2703630,119 13132564,2703749,154 2371924,2703903,196 2906344,2704099,196 7392657,2704295,171 2889845,2704466,212 13659870,2704678,178 1587612,2704856,149 9749181,2705005,125 4752308,2705130,213 8698040,2705343,271 13648329,2705614,199 15204749,2705813,199 1090488,2706012,130 15264931,2706142,218 566972,2706360,141 7347816,2706501,150 1881065,2706651,241 9213535,2706892,219 12584778,2707111,127 15250174,2707238,166 8453498,2707404,134 6138,2707538,156 9704997,2707694,123 5520176,2707817,121 4256284,2707938,145 11582347,2708083,217 3451115,2708300,123 9748420,2708423,135 10781671,2708558,123 16035815,2708681,123 11307261,2708804,123 5258876,2708927,274 2381934,2709201,178 11838213,2709379,181 8404552,2709560,171 2375472,2709731,160 3969408,2709891,174 2110060,2710065,161 6588913,2710226,161 2110715,2710387,219 11050221,2710606,219 7120388,2710825,139 6093277,2710964,115 13691957,2711079,141 1093216,2711220,60 9695,2711280,60 12373839,2711340,187 12587185,2711527,127 9472351,2711654,225 4773957,2711879,204 843841,2712083,114 12095412,2712197,154 21186,2712351,151 9196498,2712502,192 13915011,2712694,178 10502726,2712872,179 849013,2713051,140 6881147,2713191,252 8425245,2713443,252 4686,2713695,147 8970292,2713842,199 4766990,2714041,166 3945,2714207,158 14964967,2714365,161 4170,2714526,156 13654208,2714682,215 16307320,2714897,236 4768688,2715133,139 14440636,2715272,137 4133,2715409,128 3678663,2715537,189 10772379,2715726,157 7399962,2715883,141 8424075,2716024,197 9979062,2716221,124 3703706,2716345,217 14444323,2716562,155 4502626,2716717,236 9745423,2716953,189 6686,2717142,189 9324,2717331,189 2104265,2717520,137 13170376,2717657,199 1850255,2717856,150 15001417,2718006,139 15517055,2718145,220 3719866,2718365,138 10549687,2718503,254 11025611,2718757,107 8941524,2718864,117 13385706,2718981,130 5042879,2719111,192 13409954,2719303,139 11289392,2719442,149 15227831,2719591,150 9725822,2719741,216 11294581,2719957,127 13908526,2720084,235 5287314,2720319,155 3195865,2720474,144 12823,2720618,141 7163,2720759,167 9756886,2720926,189 11839996,2721115,173 7121206,2721288,169 7374144,2721457,212 586218,2721669,158 15732213,2721827,169 6833649,2721996,203 9219803,2722199,141 7909907,2722340,217 5816882,2722557,156 3677460,2722713,124 8182680,2722837,164 3672892,2723001,130 10259672,2723131,158 10783936,2723289,151 3942509,2723440,139 2362,2723579,127 326105,2723706,210 14419983,2723916,123 16312654,2724039,123 15477986,2724162,123 4242528,2724285,123 15218199,2724408,123 10249355,2724531,123 3424866,2724654,123 1363981,2724777,123 8966673,2724900,144 12108327,2725044,147 7665463,2725191,134 4760723,2725325,147 15215725,2725472,139 4777621,2725611,135 11827656,2725746,135 11799416,2725881,140 12598745,2726021,158 2927246,2726179,144 7354961,2726323,219 14436530,2726542,140 11316761,2726682,125 1580693,2726807,115 824641,2726922,245 11335772,2727167,60 10250551,2727227,139 3946374,2727366,122 4732206,2727488,205 320920,2727693,219 1053364,2727912,238 12070048,2728150,121 7129068,2728271,221 11547558,2728492,137 14194309,2728629,114 3932655,2728743,183 12631496,2728926,161 6585294,2729087,161 11044787,2729248,161 7077995,2729409,161 4192,2729570,146 12899465,2729716,215 11860297,2729931,194 14957696,2730125,157 3943472,2730282,117 7367957,2730399,141 10789348,2730540,186 9759466,2730726,245 1899784,2730971,154 12081567,2731125,171 3150729,2731296,179 289573,2731475,238 10015719,2731713,117 15754233,2731830,196 8176517,2732026,196 9440947,2732222,247 5545902,2732469,168 1337762,2732637,238 5537832,2732875,158 44324,2733033,189 5506699,2733222,215 6344338,2733437,219 1072045,2733656,196 7651264,2733852,135 13162962,2733987,139 2424037,2734126,175 8427041,2734301,116 7865695,2734417,220 60093,2734637,141 4753197,2734778,266 15211096,2735044,150 2142209,2735194,136 12631975,2735330,137 15750292,2735467,164 6080921,2735631,185 11545155,2735816,139 12875000,2735955,147 1319475,2736102,199 7615488,2736301,167 14432087,2736468,214 20633,2736682,134 310407,2736816,283 5555006,2737099,133 15497714,2737232,214 12366379,2737446,161 13937538,2737607,139 7360440,2737746,139 24811,2737885,144 1598180,2738029,130 6305216,2738159,145 12884060,2738304,222 3187194,2738526,196 2371216,2738722,171 10267163,2738893,143 11049619,2739036,178 6853,2739214,165 8222,2739379,155 6578826,2739534,131 267737,2739665,114 15512339,2739779,171 11570127,2739950,141 24716,2740091,115 40996,2740206,115 8367,2740321,115 4171,2740436,115 11033331,2740551,277 7404870,2740828,161 9208801,2740989,161 8953711,2741150,161 6054857,2741311,140 825062,2741451,242 3967380,2741693,121 14683873,2741814,164 3139,2741978,159 9212486,2742137,164 3732,2742301,165 4757706,2742466,207 2391633,2742673,178 15250753,2742851,178 826770,2743029,167 9998036,2743196,214 15247240,2743410,205 5778740,2743615,241 2154120,2743856,143 15992461,2743999,127 6705,2744126,129 7044,2744255,147 4730016,2744402,219 3412729,2744621,196 12378725,2744817,196 5034401,2745013,196 8962020,2745209,196 4200418,2745405,161 838533,2745566,193 10806805,2745759,285 7610233,2746044,229 10523473,2746273,141 9962395,2746414,170 2132356,2746584,236 11849470,2746820,129 16305262,2746949,180 16266907,2747129,130 8957469,2747259,220 12093667,2747479,246 2662140,2747725,178 49237,2747903,160 14950377,2748063,151 12865933,2748214,254 4745268,2748468,163 4403,2748631,136 2851,2748767,166 6558513,2748933,193 1587784,2749126,122 7876375,2749248,137 11534974,2749385,140 2423539,2749525,256 8966847,2749781,137 2102845,2749918,214 14709599,2750132,108 20973,2750240,139 4250781,2750379,140 3410584,2750519,196 6581612,2750715,196 12892340,2750911,196 15776969,2751107,133 4748675,2751240,136 9456769,2751376,158 9188729,2751534,158 3720970,2751692,153 14185994,2751845,136 6041298,2751981,195 16579579,2752176,141 32405,2752317,141 10246724,2752458,221 1362592,2752679,110 578666,2752789,189 6830622,2752978,142 4119,2753120,173 16051732,2753293,246 7100736,2753539,246 13640982,2753785,246 1859806,2754031,246 14165111,2754277,166 36991,2754443,163 5004812,2754606,124 13945453,2754730,125 5234,2754855,222 8435061,2755077,196 10796587,2755273,196 6875074,2755469,161 5812495,2755630,161 4196000,2755791,130 16264640,2755921,139 1612839,2756060,139 3995084,2756199,185 13666961,2756384,165 2625957,2756549,136 14218203,2756685,113 14464172,2756798,259 10785483,2757057,114 12636915,2757171,222 12092163,2757393,158 2112957,2757551,139 10769285,2757690,224 16431,2757914,143 322747,2758057,199 6595321,2758256,212 11042066,2758468,196 13902114,2758664,159 49154,2758823,159 12359953,2758982,187 2622021,2759169,203 14978917,2759372,187 168,2759559,156 1276,2759715,156 3941616,2759871,154 47930,2760025,141 832335,2760166,318 3994873,2760484,171 9705786,2760655,116 12615989,2760771,211 8654222,2760982,170 8322,2761152,143 11845877,2761295,257 4219441,2761552,173 16562160,2761725,157 2894007,2761882,257 1074480,2762139,117 289563,2762256,219 11576190,2762475,193 3992313,2762668,205 5823253,2762873,253 5263566,2763126,255 16542023,2763381,130 14712298,2763511,130 14474831,2763641,224 5034187,2763865,196 5266860,2764061,196 15268599,2764257,246 9739607,2764503,160 8967035,2764663,129 1861229,2764792,193 8713195,2764985,170 6984,2765155,202 9484,2765357,135 819299,2765492,252 29304,2765744,141 6576877,2765885,123 12629592,2766008,123 4761884,2766131,123 5291158,2766254,123 16525980,2766377,123 6827131,2766500,141 4464280,2766641,135 10508019,2766776,123 5544291,2766899,123 9493853,2767022,123 14428441,2767145,249 8937448,2767394,154 12249,2767548,199 11848999,2767747,196 13113847,2767943,161 6603734,2768104,137 40993,2768241,165 15773520,2768406,149 12856399,2768555,221 2411211,2768776,199 5520996,2768975,199 6554315,2769174,139 16048414,2769313,130 3703007,2769443,193 12347951,2769636,140 788660,2769776,166 9989,2769942,135 4767037,2770077,185 1592328,2770262,155 14418533,2770417,122 1576822,2770539,189 1353515,2770728,220 10803746,2770948,154 3938064,2771102,178 14447259,2771280,196 9475223,2771476,196 3408539,2771672,193 9438066,2771865,319 8706974,2772184,114 837324,2772298,196 7886944,2772494,196 15248371,2772690,196 3988668,2772886,161 8408688,2773047,161 13952695,2773208,161 9194669,2773369,126 9238871,2773495,259 5011309,2773754,141 7659906,2773895,130 4497145,2774025,197 7128277,2774222,127 8439112,2774349,309 1098330,2774658,165 15261435,2774823,136 12845229,2774959,194 9764509,2775153,171 7124682,2775324,110 315706,2775434,219 5030406,2775653,117 264563,2775770,158 3447255,2775928,166 822227,2776094,214 12626160,2776308,166 10240798,2776474,154 9391,2776628,152 2632706,2776780,154 16556419,2776934,139 7088843,2777073,142 5782489,2777215,199 14459494,2777414,193 12878950,2777607,123 3439653,2777730,123 13381047,2777853,123 10534349,2777976,121 12358069,2778097,230 2633666,2778327,161 9961588,2778488,191 1622429,2778679,214 825400,2778893,219 7662283,2779112,185 13900351,2779297,213 14201122,2779510,137 11847577,2779647,150 6581868,2779797,132 15240800,2779929,130 3995,2780059,141 9402,2780200,144 6312236,2780344,172 6609793,2780516,150 4500761,2780666,229 3714494,2780895,185 6073718,2781080,276 6063708,2781356,175 323880,2781531,127 307559,2781658,219 15500112,2781877,143 13633482,2782020,137 1892178,2782157,130 3196167,2782287,132 13125007,2782419,117 7097,2782536,198 9313,2782734,138 807427,2782872,192 2905233,2783064,143 3676099,2783207,158 7709,2783365,159 7882436,2783524,187 6087308,2783711,187 14990667,2783898,178 3725258,2784076,126 324,2784202,115 524315,2784317,118 8126730,2784435,130 14953268,2784565,123 3944185,2784688,123 10505895,2784811,123 15767709,2784934,123 16570045,2785057,128 7348051,2785185,141 1587566,2785326,233 15498513,2785559,197 4722412,2785756,252 5258922,2786008,252 5767355,2786260,137 4766286,2786397,139 14157873,2786536,161 9716161,2786697,145 5263068,2786842,145 550734,2786987,195 5246848,2787182,141 1110514,2787323,189 9201864,2787512,178 15499875,2787690,178 6831229,2787868,232 793632,2788100,125 2422178,2788225,167 7650259,2788392,259 9709614,2788651,185 10024361,2788836,104 14196467,2788940,117 3690313,2789057,137 5029263,2789194,202 15526840,2789396,158 7124809,2789554,196 10001495,2789750,196 1593986,2789946,199 9190474,2790145,164 7374529,2790309,130 16046002,2790439,153 5418,2790592,135 10242683,2790727,134 14180706,2790861,178 2655246,2791039,170 8413535,2791209,255 2937575,2791464,134 3698338,2791598,197 9973096,2791795,166 12332616,2791961,139 6327526,2792100,139 524400,2792239,148 4475568,2792387,239 14445290,2792626,230 12853704,2792856,153 8418207,2793009,152 4779099,2793161,109 7362578,2793270,188 270490,2793458,193 3408010,2793651,154 10752277,2793805,256 4249148,2794061,241 16053162,2794302,132 9457866,2794434,208 4233506,2794642,169 12610842,2794811,278 1080132,2795089,167 8660287,2795256,151 2249,2795407,161 14201130,2795568,203 11540934,2795771,123 3696368,2795894,123 32777,2796017,156 49252,2796173,152 15231001,2796325,196 1878836,2796521,185 3962947,2796706,196 6031737,2796902,196 15006557,2797098,196 460,2797294,188 12488,2797482,120 5856,2797602,129 14212814,2797731,143 7356076,2797874,123 4544,2797997,166 1521,2798163,121 11292972,2798284,230 3184949,2798514,178 815833,2798692,178 1073872,2798870,165 5268523,2799035,194 2637850,2799229,144 3194907,2799373,288 8947394,2799661,149 567457,2799810,165 16037152,2799975,217 13381489,2800192,139 7365,2800331,129 8944177,2800460,197 9178991,2800657,168 9184517,2800825,196 9190317,2801021,122 6606809,2801143,130 7634212,2801273,182 13669478,2801455,117 3728789,2801572,261 12359296,2801833,261 10779549,2802094,170 12122302,2802264,125 9346,2802389,135 6853172,2802524,135 5285683,2802659,135 2907539,2802794,135 3735350,2802929,135 8656954,2803064,135 2410913,2803199,135 8138461,2803334,161 3995556,2803495,161 1060916,2803656,185 254,2803841,170 53279,2804011,158 14732220,2804169,142 6572000,2804311,209 11816854,2804520,211 5006760,2804731,154 11591617,2804885,230 10252114,2805115,178 15232357,2805293,179 7368301,2805472,141 6309730,2805613,258 12328065,2805871,191 9439770,2806062,151 5271186,2806213,204 3210801,2806417,114 10023603,2806531,158 12867359,2806689,132 8940259,2806821,200 1854832,2807021,139 14164724,2807160,116 3444519,2807276,135 2924268,2807411,202 7418,2807613,119 6304059,2807732,168 7123495,2807900,188 9989984,2808088,213 3243,2808301,157 7623719,2808458,248 6320651,2808706,134 3180918,2808840,189 2893335,2809029,127 3463508,2809156,156 4741085,2809312,121 4750638,2809433,252 11590393,2809685,139 1586641,2809824,139 12625373,2809963,260 4754742,2810223,158 12375827,2810381,122 15262177,2810503,162 2623245,2810665,234 41937,2810899,141 16534924,2811040,250 16516845,2811290,190 15783158,2811480,122 16034199,2811602,135 6610921,2811737,120 1099516,2811857,146 11280901,2812003,189 8429622,2812192,243 15758469,2812435,139 4218109,2812574,117 2159698,2812691,228 5282380,2812919,117 10488140,2813036,124 11811124,2813160,162 7612076,2813322,142 11544104,2813464,135 9991386,2813599,230 4240624,2813829,137 1326887,2813966,115 1071239,2814081,199 7359653,2814280,130 10225179,2814410,214 5256075,2814624,130 6825514,2814754,248 15261326,2815002,214 14211174,2815216,218 14205034,2815434,295 11280430,2815729,208 10236585,2815937,248 1858059,2816185,138 290306,2816323,130 9440899,2816453,150 6296678,2816603,178 6837485,2816781,139 6816309,2816920,175 3714109,2817095,126 14694335,2817221,178 15209319,2817399,140 4498,2817539,141 3731765,2817680,143 11301897,2817823,214 12885485,2818037,143 10003470,2818180,119 15991619,2818299,158 15766469,2818457,138 9965800,2818595,123 12636178,2818718,123 12364064,2818841,123 4759957,2818964,123 16253815,2819087,123 16029236,2819210,139 1080602,2819349,117 7384868,2819466,147 10752355,2819613,154 12898711,2819767,169 2918098,2819936,141 8186236,2820077,214 8411384,2820291,193 14460106,2820484,123 9211881,2820607,123 7384869,2820730,149 15257883,2820879,164 12067407,2821043,248 9961665,2821291,222 5562797,2821513,189 10015698,2821702,149 810805,2821851,169 16294735,2822020,178 6418,2822198,181 9205975,2822379,248 12118698,2822627,174 12122243,2822801,252 14482968,2823053,252 7360343,2823305,252 11584620,2823557,138 673,2823695,132 57378,2823827,150 1357816,2823977,165 9452907,2824142,188 11550857,2824330,153 5514730,2824483,196 3964783,2824679,170 6076983,2824849,147 49350,2824996,134 2686669,2825130,251 13145275,2825381,196 1094136,2825577,196 564744,2825773,139 8461,2825912,141 13136676,2826053,183 7958,2826236,164 9773,2826400,164 300518,2826564,230 5301862,2826794,257 5843,2827051,164 5000707,2827215,172 9471604,2827387,248 9443089,2827635,168 4318,2827803,186 12638711,2827989,227 24715,2828216,162 7351684,2828378,148 2891787,2828526,123 8939173,2828649,123 631,2828772,134 13410841,2828906,259 4987450,2829165,197 1356575,2829362,117 11321838,2829479,219 5511624,2829698,197 11581834,2829895,122 8411652,2830017,189 9217441,2830206,181 12119203,2830387,187 12354437,2830574,143 5176,2830717,159 14987269,2830876,266 72,2831142,156 11593874,2831298,151 11278374,2831449,151 10808919,2831600,151 10268371,2831751,160 7371881,2831911,122 5245841,2832033,154 16270876,2832187,173 7359867,2832360,167 6596239,2832527,241 3718145,2832768,196 3415659,2832964,196 8939065,2833160,196 16986,2833356,141 1629170,2833497,117 1636474,2833614,155 4990695,2833769,144 24641,2833913,203 13112997,2834116,128 786983,2834244,165 4985279,2834409,218 2906506,2834627,189 11555350,2834816,193 10544331,2835009,187 2641623,2835196,149 1353611,2835345,187 10533112,2835532,144 8930423,2835676,196 1350921,2835872,196 6842741,2836068,133 2151007,2836201,153 14974397,2836354,175 10288085,2836529,197 1636203,2836726,206 5779730,2836932,114 10257343,2837046,149 7925580,2837195,196 5794156,2837391,198 4772675,2837589,139 49242,2837728,169 2041,2837897,117 7347,2838014,123 4223363,2838137,137 13114204,2838274,153 6087438,2838427,139 1884385,2838566,154 6713,2838720,132 16575706,2838852,146 45281,2838998,141 20627,2839139,121 9460804,2839260,189 4504134,2839449,245 14711827,2839694,178 15998856,2839872,178 1371579,2840050,126 1630879,2840176,197 2682450,2840373,252 6845009,2840625,143 11860964,2840768,146 7371152,2840914,196 10505729,2841110,184 2673161,2841294,232 8660249,2841526,161 6038595,2841687,169 2396686,2841856,161 16531971,2842017,161 10489985,2842178,161 3967949,2842339,196 5044573,2842535,196 8659441,2842731,196 61996,2842927,223 1518,2843150,169 15759712,2843319,123 10540949,2843442,123 37095,2843565,135 14958295,2843700,158 5526735,2843858,199 16278335,2844057,139 558624,2844196,253 15783359,2844449,139 6583542,2844588,157 9966387,2844745,178 2115565,2844923,121 7637609,2845044,180 12339040,2845224,161 268303,2845385,161 2102240,2845546,161 9574,2845707,161 13687602,2845868,132 15204406,2846000,156 12623621,2846156,213 6048121,2846369,206 12646725,2846575,194 7403751,2846769,154 13904964,2846923,141 8666566,2847064,141 9349,2847205,133 2686198,2847338,250 8024,2847588,152 6853667,2847740,193 8670197,2847933,193 585145,2848126,193 3962854,2848319,193 7346315,2848512,193 6057248,2848705,193 6073420,2848898,193 5855,2849091,126 7436,2849217,153 12095199,2849370,249 14446916,2849619,183 9964674,2849802,192 10488762,2849994,191 6319037,2850185,180 8524,2850365,163 575155,2850528,143 6319,2850671,155 7905,2850826,161 5739,2850987,181 240,2851168,163 9226445,2851331,177 11072116,2851508,161 13928408,2851669,161 1590807,2851830,161 3672724,2851991,161 13688775,2852152,161 13681073,2852313,161 8394919,2852474,177 16022366,2852651,177 7403815,2852828,161 3467036,2852989,254 8940209,2853243,197 7085712,2853440,173 23059,2853613,196 12865542,2853809,160 8925851,2853969,173 1329632,2854142,173 13641028,2854315,185 12338310,2854500,160 2151312,2854660,160 9699778,2854820,160 5307551,2854980,160 3672896,2855140,160 12124001,2855300,123 9724196,2855423,138 15757964,2855561,160 3451531,2855721,160 2415597,2855881,160 13164113,2856041,132 10023000,2856173,143 6865997,2856316,193 4197648,2856509,139 9715145,2856648,134 4457540,2856782,213 6014,2856995,151 10486880,2857146,122 9995491,2857268,130 3723881,2857398,130 13171993,2857528,130 5278897,2857658,130 12907941,2857788,143 7385422,2857931,139 3163271,2858070,226 2923806,2858296,196 33220,2858492,141 5826678,2858633,154 13645634,2858787,312 5989,2859099,132 5608,2859231,132 5531,2859363,132 3846,2859495,132 8697153,2859627,161 28516,2859788,161 14444146,2859949,161 15503029,2860110,139 7384938,2860249,204 2159939,2860453,222 14736832,2860675,197 5709,2860872,148 6896,2861020,148 3691034,2861168,114 7744,2861282,212 9754403,2861494,186 12846203,2861680,228 2159643,2861908,209 16579319,2862117,180 14165689,2862297,223 11312356,2862520,196 9022,2862716,148 7126761,2862864,148 5440,2863012,132 7882,2863144,132 4874,2863276,132 7946,2863408,132 16311834,2863540,161 10523080,2863701,178 7120984,2863879,199 13381004,2864078,162 10016503,2864240,189 7341332,2864429,189 15241892,2864618,189 1075263,2864807,189 4239610,2864996,189 9701,2865185,189 8699,2865374,189 3472623,2865563,189 12383660,2865752,189 11030079,2865941,208 804997,2866149,189 8873,2866338,189 2910831,2866527,154 579635,2866681,260 10772530,2866941,166 4220538,2867107,168 6856950,2867275,196 3676,2867471,139 8674775,2867610,220 45156,2867830,141 10234499,2867971,161 13107728,2868132,134 10500599,2868266,189 1886947,2868455,154 14980462,2868609,154 11810769,2868763,154 21978,2868917,154 7914176,2869071,154 3816,2869225,224 49301,2869449,141 8229,2869590,155 6763,2869745,218 5697,2869963,218 4294,2870181,218 9342,2870399,216 56586,2870615,145 6829411,2870760,209 16498,2870969,155 6456,2871124,191 4471236,2871315,204 4205812,2871519,229 7735,2871748,218 1857496,2871966,156 8984,2872122,114 12086051,2872236,114 2289,2872350,114 6557,2872464,111 57483,2872575,146 14216087,2872721,134 7294,2872855,109 9495,2872964,126 24591,2873090,149 6202,2873239,149 6292148,2873388,150 9756494,2873538,210 10022603,2873748,258 6568625,2874006,262 7166,2874268,150 5509356,2874418,157 1187,2874575,157 7904487,2874732,196 5283643,2874928,149 4484837,2875077,196 8976327,2875273,165 8407205,2875438,203 6831668,2875641,190 13137803,2875831,206 1099,2876037,115 11311882,2876152,135 1068968,2876287,135 2923,2876422,169 11273227,2876591,154 4783286,2876745,207 11592245,2876952,219 4245289,2877171,178 1362195,2877349,151 16294039,2877500,139 16524069,2877639,197 16530835,2877836,195 14213304,2878031,128 6304151,2878159,187 12634486,2878346,257 5802995,2878603,187 5269488,2878790,187 4937,2878977,187 14719073,2879164,193 10260173,2879357,138 10488301,2879495,122 5300,2879617,191 10531895,2879808,153 9203024,2879961,235 63075,2880196,141 10510480,2880337,161 12351070,2880498,161 14723256,2880659,270 16014195,2880929,294 12091800,2881223,139 11589580,2881362,149 2940323,2881511,173 32927,2881684,134 4769379,2881818,152 24454,2881970,141 3677657,2882111,226 1882564,2882337,135 9198019,2882472,122 12068080,2882594,260 14179114,2882854,161 16558234,2883015,181 1866531,2883196,189 3038,2883385,125 13423390,2883510,154 3453780,2883664,196 1863286,2883860,148 9486790,2884008,123 7081702,2884131,236 13389834,2884367,199 13649628,2884566,164 7381683,2884730,123 15994660,2884853,123 5003210,2884976,123 1891,2885099,176 25324,2885275,141 13375102,2885416,141 12872375,2885557,219 2797,2885776,160 2361873,2885936,172 14214509,2886108,172 5506451,2886280,211 12595185,2886491,137 15247346,2886628,159 7968,2886787,151 7610186,2886938,215 14949677,2887153,171 842305,2887324,207 7611786,2887531,207 10532450,2887738,184 14954326,2887922,129 16308748,2888051,193 1841933,2888244,182 4778481,2888426,123 9451529,2888549,127 40966,2888676,177 13123366,2888853,143 3446774,2888996,167 5269514,2889163,196 8760,2889359,127 3145,2889486,153 2233,2889639,165 6337415,2889804,161 10803402,2889965,260 8395262,2890225,184 6337783,2890409,136 4750042,2890545,214 8005,2890759,119 7824,2890878,181 8881,2891059,126 180,2891185,169 5775,2891354,132 3463,2891486,191 1079506,2891677,189 8599,2891866,183 15004661,2892049,260 10521853,2892309,139 3587,2892448,140 51941,2892588,141 17000,2892729,141 4752327,2892870,178 4199995,2893048,175 4482317,2893223,141 13955591,2893364,221 13937965,2893585,213 15764731,2893798,213 4740447,2894011,213 16531324,2894224,196 3689551,2894420,196 835391,2894616,234 5308313,2894850,154 8708899,2895004,224 7363230,2895228,165 303894,2895393,130 1313883,2895523,164 5894,2895687,226 16517194,2895913,160 12359817,2896073,213 2384218,2896286,192 4218593,2896478,267 9592,2896745,148 3191966,2896893,252 13121648,2897145,161 1856826,2897306,164 3467019,2897470,181 30856,2897651,141 9437989,2897792,196 10020853,2897988,196 547802,2898184,131 1884213,2898315,210 3429436,2898525,171 1599194,2898696,117 5780087,2898813,157 2394631,2898970,171 10263901,2899141,117 14437667,2899258,123 9139,2899381,112 4206120,2899493,149 7114677,2899642,134 36467,2899776,141 5569,2899917,173 10526097,2900090,172 4241032,2900262,143 10278027,2900405,156 9479727,2900561,156 12633378,2900717,139 1875526,2900856,123 12903696,2900979,148 1615607,2901127,252 13594,2901379,141 44831,2901520,141 8403094,2901661,149 24812,2901810,167 12635384,2901977,123 10244058,2902100,123 8685997,2902223,123 11287162,2902346,121 12074585,2902467,124 14432862,2902591,124 6771,2902715,184 36939,2902899,168 6783,2903067,184 6159,2903251,140 13146015,2903391,142 15528795,2903533,142 5522440,2903675,142 3981891,2903817,129 8700,2903946,136 8029,2904082,136 7937,2904218,136 7150,2904354,135 6521,2904489,135 9680,2904624,135 9428,2904759,131 3440185,2904890,135 20607,2905025,126 6584209,2905151,160 10282727,2905311,160 10224280,2905471,160 2660475,2905631,160 5569086,2905791,175 821520,2905966,175 7908283,2906141,175 14206185,2906316,160 12374303,2906476,160 16007823,2906636,160 37026,2906796,149 37078,2906945,137 4484460,2907082,161 62575,2907243,161 815453,2907404,160 10256607,2907564,169 8968,2907733,169 8913749,2907902,168 3455775,2908070,133 4222762,2908203,138 8133873,2908341,196 7927127,2908537,196 14690401,2908733,196 13684811,2908929,196 4718641,2909125,196 13924074,2909321,178 5978,2909499,141 562903,2909640,116 5270019,2909756,122 1052031,2909878,122 5261934,2910000,122 4983252,2910122,169 1622150,2910291,121 4120,2910412,123 13172520,2910535,174 12064281,2910709,139 11564972,2910848,139 16561382,2910987,164 6444,2911151,139 6494,2911290,139 6683,2911429,139 6758,2911568,139 6775,2911707,139 6614359,2911846,139 10808654,2911985,139 8478,2912124,139 8576,2912263,139 7133,2912402,139 7531,2912541,139 7614,2912680,139 4809,2912819,139 9122,2912958,139 9197,2913097,139 6994,2913236,139 7821,2913375,139 14698138,2913514,122 3163802,2913636,122 9363,2913758,139 9793,2913897,139 5584,2914036,139 5526,2914175,139 321142,2914314,142 8948,2914456,155 7610,2914611,148 9406,2914759,148 4062,2914907,183 851525,2915090,173 2103000,2915263,180 14705637,2915443,183 16306348,2915626,173 2367915,2915799,183 12122420,2915982,183 9200674,2916165,183 2155876,2916348,139 9482548,2916487,139 4241395,2916626,139 7001,2916765,183 8856,2916948,183 6114,2917131,139 5749,2917270,139 3301,2917409,139 992,2917548,139 53449,2917687,143 6588375,2917830,136 14725873,2917966,223 805945,2918189,159 7637131,2918348,134 35924,2918482,136 9339,2918618,155 1251,2918773,157 4277,2918930,152 6516,2919082,134 15229310,2919216,192 1625950,2919408,192 15738669,2919600,141 8705744,2919741,141 1637940,2919882,170 3678877,2920052,136 10769007,2920188,134 6314932,2920322,170 6609236,2920492,160 6043320,2920652,284 43521,2920936,124 9986003,2921060,143 55893,2921203,141 1631164,2921344,172 13377476,2921516,115 43520,2921631,146 49862,2921777,139 6083300,2921916,139 2667197,2922055,139 8771,2922194,163 110,2922357,128 4491043,2922485,153 14183426,2922638,220 6340277,2922858,190 16314806,2923048,190 3997182,2923238,139 10798228,2923377,139 9448988,2923516,139 10761433,2923655,139 6839619,2923794,139 10499743,2923933,139 6608090,2924072,139 4203970,2924211,139 5254562,2924350,139 7901852,2924489,139 8665675,2924628,139 6050127,2924767,139 10767921,2924906,139 5040962,2925045,139 16258644,2925184,139 6319206,2925323,139 5013651,2925462,139 11301513,2925601,139 4490496,2925740,139 840338,2925879,139 14461297,2926018,139 5805163,2926157,139 9431,2926296,139 9430,2926435,139 7648,2926574,139 5011898,2926713,139 8693448,2926852,139 5804495,2926991,139 822269,2927130,139 8540,2927269,139 8555,2927408,139 8955,2927547,139 5399,2927686,139 10528973,2927825,139 6079956,2927964,139 7780,2928103,139 16052705,2928242,200 10279191,2928442,200 9464003,2928642,200 3938685,2928842,127 11854095,2928969,117 8729,2929086,127 9448,2929213,126 11568126,2929339,115 3413995,2929454,117 16301074,2929571,117 1616283,2929688,117 4978,2929805,117 4419,2929922,117 5010981,2930039,117 4499522,2930156,117 9532,2930273,126 3469124,2930399,123 11593556,2930522,124 15736751,2930646,117 6283,2930763,117 2164,2930880,117 12117541,2930997,124 7514,2931121,125 1852441,2931246,252 6042939,2931498,189 2685600,2931687,197 15523642,2931884,197 16001409,2932081,197 8713978,2932278,179 7344239,2932457,158 16312094,2932615,135 558651,2932750,165 2391116,2932915,152 14970643,2933067,189 2905820,2933256,167 12614,2933423,137 24652,2933560,146 8085,2933706,148 9032,2933854,148 9873,2934002,148 9997149,2934150,157 9437499,2934307,177 8127308,2934484,177 7089797,2934661,177 9764596,2934838,177 3453431,2935015,144 2948407,2935159,151 811303,2935310,155 3987755,2935465,137 7921380,2935602,144 6195,2935746,144 6196,2935890,144 6115,2936034,144 6192,2936178,144 9172,2936322,144 12383877,2936466,176 7885870,2936642,167 12888093,2936809,167 8593,2936976,157 11334111,2937133,176 12641314,2937309,144 13633424,2937453,144 3964337,2937597,144 16055346,2937741,144 9492459,2937885,144 6120,2938029,144 6019,2938173,144 63601,2938317,124 2373068,2938441,252 2895923,2938693,122 13387478,2938815,141 16850,2938956,141 2927360,2939097,196 11061883,2939293,196 12338228,2939489,257 311149,2939746,187 16289738,2939933,137 3709144,2940070,170 9733837,2940240,191 3708886,2940431,214 1877872,2940645,240 4463030,2940885,204 6872010,2941089,123 550552,2941212,123 12342326,2941335,123 281581,2941458,123 7114177,2941581,123 8695035,2941704,149 8174474,2941853,163 16580522,2942016,154 841542,2942170,123 6333309,2942293,123 8954462,2942416,137 5512790,2942553,137 8951478,2942690,193 8960208,2942883,283 6297969,2943166,139 16304824,2943305,117 4369,2943422,139 4866,2943561,139 7129608,2943700,139 7893404,2943839,139 13895064,2943978,139 15217537,2944117,139 9207611,2944256,139 6051610,2944395,139 15239468,2944534,139 9734012,2944673,139 4222985,2944812,139 540172,2944951,139 3946212,2945090,139 1842024,2945229,139 1059,2945368,133 2126677,2945501,139 16313765,2945640,139 5531102,2945779,139 5811320,2945918,139 7867079,2946057,194 3339,2946251,127 7539,2946378,144 5633,2946522,161 7603133,2946683,166 12123290,2946849,270 10771766,2947119,137 15766044,2947256,137 10504220,2947393,137 10493256,2947530,137 4237552,2947667,137 8933883,2947804,137 536159,2947941,137 14946651,2948078,137 2658890,2948215,137 2654243,2948352,137 13385311,2948489,137 14196071,2948626,137 5314,2948763,137 32863,2948900,137 6398,2949037,137 6731,2949174,137 9345,2949311,137 3937,2949448,137 4722639,2949585,137 13896474,2949722,142 9720624,2949864,193 10521878,2950057,206 5034122,2950263,160 13389548,2950423,175 4210156,2950598,175 15486279,2950773,196 12861508,2950969,148 5022049,2951117,150 9218958,2951267,224 16540858,2951491,219 9462001,2951710,123 16306449,2951833,207 11552890,2952040,207 9702509,2952247,203 10768751,2952450,134 5515096,2952584,271 9259,2952855,193 530458,2953048,195 7795,2953243,195 5611,2953438,191 7205,2953629,193 6526,2953822,193 9501606,2954015,193 4470758,2954208,193 13414264,2954401,193 16037858,2954594,193 6582274,2954787,266 1113837,2955053,235 6575617,2955288,229 15738725,2955517,177 6092961,2955694,177 4499407,2955871,184 5088,2956055,184 15476426,2956239,231 9728428,2956470,172 2885772,2956642,166 1874252,2956808,177 16012700,2956985,236 8435334,2957221,236 1099295,2957457,236 13407904,2957693,236 16253203,2957929,182 10787143,2958111,184 13160798,2958295,236 7887208,2958531,193 12611593,2958724,196 8403132,2958920,196 12846895,2959116,196 16027282,2959312,196 26187,2959508,196 10273138,2959704,196 2391868,2959900,196 5775144,2960096,196 15518512,2960292,196 16047353,2960488,196 3180336,2960684,236 12605372,2960920,122 6596573,2961042,122 2367392,2961164,196 1623434,2961360,172 524328,2961532,133 4218818,2961665,135 14738895,2961800,128 6873053,2961928,219 7361781,2962147,198 14471932,2962345,198 9443244,2962543,172 3460542,2962715,213 14174475,2962928,189 4469290,2963117,122 7354606,2963239,122 7352344,2963361,122 10234095,2963483,198 15475896,2963681,128 8187001,2963809,128 6856217,2963937,128 2149689,2964065,130 11835724,2964195,130 10757403,2964325,122 6580818,2964447,122 4107,2964569,143 5947,2964712,145 318162,2964857,142 15739177,2964999,142 2145216,2965141,142 5000757,2965283,142 10025699,2965425,219 15774761,2965644,219 20608,2965863,143 20595,2966006,143 36876,2966149,143 36959,2966292,143 57591,2966435,147 7127,2966582,134 24707,2966716,147 24585,2966863,147 1660,2967010,147 4219,2967157,148 20706,2967305,141 14996465,2967446,142 8681644,2967588,142 37030,2967730,141 36998,2967871,141 9356,2968012,165 9044,2968177,165 1869612,2968342,143 6297646,2968485,183 12850236,2968668,142 3934454,2968810,142 7820,2968952,140 5076,2969092,150 2150192,2969242,165 12326501,2969407,142 16282346,2969549,142 13682569,2969691,142 16273239,2969833,142 5250239,2969975,142 11534516,2970117,142 5523968,2970259,142 57709,2970401,142 7912185,2970543,142 8910,2970685,134 14733683,2970819,142 14715293,2970961,142 12874389,2971103,142 8153590,2971245,142 7920238,2971387,142 12089390,2971529,123 1282,2971652,123 2709,2971775,123 3456456,2971898,142 14478228,2972040,142 8697111,2972182,142 1863244,2972324,236 3942,2972560,133 2373452,2972693,134 1608605,2972827,142 14985821,2972969,142 16015316,2973111,131 2927524,2973242,134 9802,2973376,123 269924,2973499,123 4388,2973622,123 8769,2973745,123 8176951,2973868,123 7916089,2973991,123 1632244,2974114,123 7392608,2974237,123 9206685,2974360,123 14196287,2974483,123 12109661,2974606,123 816322,2974729,123 4206596,2974852,123 8661401,2974975,123 7660277,2975098,123 14731642,2975221,123 6858861,2975344,123 8176545,2975467,123 7369675,2975590,123 9470989,2975713,123 15206024,2975836,123 15500591,2975959,123 62649,2976082,123 6067630,2976205,123 9962456,2976328,123 6341959,2976451,123 6839093,2976574,123 2929722,2976697,123 6855792,2976820,123 3673930,2976943,123 3150052,2977066,123 11044573,2977189,123 4475916,2977312,123 11858091,2977435,123 8426143,2977558,123 10224875,2977681,123 6067869,2977804,123 6328855,2977927,123 8696147,2978050,123 14706296,2978173,123 4773637,2978296,123 267602,2978419,123 13400159,2978542,123 8964999,2978665,123 15778289,2978788,123 8665141,2978911,123 9175149,2979034,123 11048586,2979157,123 15997857,2979280,123 6347207,2979403,123 3976078,2979526,123 16263059,2979649,123 9466432,2979772,123 9473388,2979895,123 12061066,2980018,123 5012575,2980141,123 6841419,2980264,123 13115111,2980387,123 10760501,2980510,123 6871356,2980633,123 63343,2980756,123 13141328,2980879,123 7345318,2981002,123 9984747,2981125,123 7919455,2981248,123 14726445,2981371,123 7116024,2981494,123 12635853,2981617,123 16010026,2981740,134 7630617,2981874,295 2928171,2982169,161 12889585,2982330,173 5831795,2982503,151 793104,2982654,135 12906352,2982789,146 6087606,2982935,199 8149607,2983134,172 10549728,2983306,160 13134285,2983466,123 10795013,2983589,123 9488795,2983712,151 6073807,2983863,123 526926,2983986,181 11836683,2984167,113 3968248,2984280,134 15209315,2984414,130 7608421,2984544,188 12348449,2984732,123 16302962,2984855,139 13922824,2984994,134 11039365,2985128,130 7865665,2985258,205 278889,2985463,114 12594670,2985577,113 7138226,2985690,193 3963530,2985883,139 15994402,2986022,161 8919961,2986183,225 5525136,2986408,123 10790569,2986531,60 9179348,2986591,178 16292025,2986769,196 6075737,2986965,126 12073629,2987091,132 6838469,2987223,144 12587379,2987367,161 7885810,2987528,130 12379711,2987658,161 8163618,2987819,161 11320370,2987980,123 9446380,2988103,185 4463784,2988288,193 11807037,2988481,229 5570434,2988710,185 5300117,2988895,117 10266269,2989012,172 5788608,2989184,342 2925881,2989526,138 13400394,2989664,161 16050470,2989825,211 9465624,2990036,60 10013479,2990096,177 15266530,2990273,139 2388576,2990412,194 2382832,2990606,135 15226292,2990741,151 3411181,2990892,129 2631615,2991021,161 9754713,2991182,172 2948324,2991354,143 12643904,2991497,136 16038055,2991633,178 3148835,2991811,178 12629779,2991989,192 1050033,2992181,139 2122591,2992320,125 539228,2992445,161 12104668,2992606,167 7350909,2992773,117 5025329,2992890,215 1609465,2993105,155 4518966,2993260,178 12877126,2993438,160 1596826,2993598,137 16050644,2993735,152 5027693,2993887,119 7135262,2994006,116 7636266,2994122,168 10270416,2994290,130 4241562,2994420,193 1881900,2994613,167 4241463,2994780,183 5041840,2994963,165 8388996,2995128,156 4507291,2995284,233 16573244,2995517,196 12592487,2995713,137 11043455,2995850,282 13650163,2996132,121 12108735,2996253,272 4494891,2996525,122 14710480,2996647,149 11536575,2996796,154 13914666,2996950,130 15206335,2997080,232 8712489,2997312,131 12098253,2997443,253 13920442,2997696,237 549478,2997933,167 10236006,2998100,135 1621421,2998235,153 6350524,2998388,182 13157646,2998570,241 13658655,2998811,139 7340342,2998950,169 16556586,2999119,178 10769922,2999297,242 9757437,2999539,193 15736372,2999732,198 14475302,2999930,130 11797862,3000060,181 1885997,3000241,238 11046920,3000479,181 1587300,3000660,203 7140840,3000863,170 9224102,3001033,161 13150243,3001194,161 11584857,3001355,161 16002134,3001516,147 16571466,3001663,173 1840307,3001836,150 10783963,3001986,116 14179810,3002102,193 3969323,3002295,133 3435535,3002428,170 12326021,3002598,175 10251285,3002773,149 4480717,3002922,123 5024040,3003045,128 15221886,3003173,140 12596062,3003313,125 11591740,3003438,172 11553119,3003610,163 6353289,3003773,178 7614204,3003951,164 8703935,3004115,134 11325880,3004249,193 10535646,3004442,150 8970593,3004592,290 42249,3004882,126 7639485,3005008,163 15793771,3005171,272 3976809,3005443,173 13906534,3005616,139 9440436,3005755,201 4767891,3005956,139 14420244,3006095,134 13669022,3006229,149 12341940,3006378,114 9700790,3006492,231 62427,3006723,127 7876907,3006850,178 13114219,3007028,158 3422383,3007186,148 11839528,3007334,302 41717,3007636,215 1050801,3007851,193 14978063,3008044,132 14951252,3008176,244 9748373,3008420,210 4509309,3008630,104 3427818,3008734,178 4986609,3008912,178 1112782,3009090,205 9728210,3009295,140 10767059,3009435,202 8171895,3009637,125 13381760,3009762,137 5798889,3009899,172 9181401,3010071,211 12893546,3010282,131 12845518,3010413,152 1601815,3010565,148 15470276,3010713,193 3209911,3010906,169 526774,3011075,114 5043616,3011189,174 14220049,3011363,124 5040435,3011487,135 13427071,3011622,137 14992939,3011759,127 15474047,3011886,178 11286640,3012064,238 5028930,3012302,261 7401878,3012563,155 1606169,3012718,236 2663918,3012954,181 13672662,3013135,201 15513863,3013336,137 16001075,3013473,149 822415,3013622,174 10790099,3013796,189 11023002,3013985,180 16044082,3014165,283 6292114,3014448,168 11843673,3014616,133 6093296,3014749,151 7351761,3014900,220 1340816,3015120,252 5291359,3015372,252 9993798,3015624,156 3950296,3015780,252 5014494,3016032,134 11015028,3016166,193 540040,3016359,161 12340829,3016520,183 3938463,3016703,131 8153795,3016834,133 6052802,3016967,157 3168603,3017124,129 8684810,3017253,193 576923,3017446,208 2680553,3017654,181 16055595,3017835,146 16053830,3017981,165 3149098,3018146,201 285838,3018347,167 8176879,3018514,118 14179835,3018632,60 14479632,3018692,131 6328156,3018823,161 14432481,3018984,137 9473123,3019121,202 15265673,3019323,178 1086054,3019501,161 15478350,3019662,197 3441092,3019859,116 9975571,3019975,168 10780217,3020143,178 13416081,3020321,155 4200062,3020476,167 16271987,3020643,146 1321942,3020789,191 16564958,3020980,178 9974941,3021158,164 8916918,3021322,203 11822744,3021525,143 6847688,3021668,162 7665757,3021830,162 11559367,3021992,163 37626,3022155,238 5013346,3022393,131 1052440,3022524,230 13682624,3022754,252 4460994,3023006,176 8411645,3023182,116 4194567,3023298,131 3196752,3023429,147 1625123,3023576,169 4225141,3023745,220 14189006,3023965,144 2672677,3024109,225 8413583,3024334,295 14166549,3024629,127 4488822,3024756,168 11594895,3024924,109 2678518,3025033,131 5768488,3025164,143 14734106,3025307,182 9992048,3025489,230 6869575,3025719,135 5289621,3025854,188 11813645,3026042,167 10511640,3026209,129 8162705,3026338,222 7638811,3026560,147 540534,3026707,172 13404669,3026879,131 3425903,3027010,137 3697819,3027147,144 11807890,3027291,219 10516337,3027510,120 1105396,3027630,196 6088639,3027826,292 7103514,3028118,143 5283924,3028261,126 11830599,3028387,164 5265064,3028551,120 15263600,3028671,151 6329888,3028822,60 12646801,3028882,177 14187741,3029059,178 7371800,3029237,166 1372814,3029403,191 12326127,3029594,178 525169,3029772,123 2100885,3029895,133 13170317,3030028,169 3986646,3030197,149 791138,3030346,178 7924852,3030524,126 10017426,3030650,158 3701575,3030808,147 12608710,3030955,131 14943289,3031086,144 13681711,3031230,178 5542745,3031408,201 9450862,3031609,160 2638896,3031769,165 6033811,3031934,136 7880027,3032070,182 13677859,3032252,166 2401429,3032418,145 8680982,3032563,128 14419317,3032691,152 14718962,3032843,132 7352414,3032975,227 12622053,3033202,154 5300554,3033356,60 7376137,3033416,131 10025746,3033547,175 3936320,3033722,147 4471964,3033869,154 2686033,3034023,201 4224150,3034224,163 7347583,3034387,179 7362950,3034566,127 8670979,3034693,170 9463575,3034863,176 6317217,3035039,126 5814625,3035165,132 804669,3035297,208 9227682,3035505,121 8660523,3035626,114 9989365,3035740,178 4488132,3035918,194 10224542,3036112,236 6818519,3036348,222 12355731,3036570,126 7364979,3036696,123 8145337,3036819,155 10287323,3036974,214 2150943,3037188,166 16291152,3037354,152 5792666,3037506,125 1605333,3037631,190 8657720,3037821,230 5032949,3038051,178 4485131,3038229,150 5547339,3038379,162 12331883,3038541,216 10015537,3038757,218 3730449,3038975,164 1851736,3039139,133 10233920,3039272,199 1866529,3039471,183 14724939,3039654,159 8654661,3039813,203 2908147,3040016,141 7883037,3040157,144 16018108,3040301,162 2672241,3040463,127 14182752,3040590,125 585531,3040715,170 15264474,3040885,170 16276425,3041055,119 8173435,3041174,155 11587096,3041329,200 7141756,3041529,127 16318303,3041656,255 1057401,3041911,157 8133372,3042068,221 16022094,3042289,129 296074,3042418,212 15475287,3042630,237 15742881,3042867,253 7359725,3043120,124 15765211,3043244,141 12624798,3043385,140 1088185,3043525,117 1322379,3043642,148 6876822,3043790,134 7918477,3043924,220 14462468,3044144,124 8390111,3044268,183 6823268,3044451,198 4989392,3044649,183 9468426,3044832,146 10536684,3044978,203 7923894,3045181,178 1079502,3045359,154 14211666,3045513,142 5798477,3045655,142 8709673,3045797,120 12877649,3045917,133 11048924,3046050,114 13423259,3046164,212 10525629,3046376,177 13896633,3046553,137 15996413,3046690,239 7397415,3046929,208 16528870,3047137,132 15222815,3047269,176 3446235,3047445,140 10270611,3047585,168 6042460,3047753,152 319337,3047905,163 7920307,3048068,139 7344108,3048207,175 15737861,3048382,182 13897872,3048564,134 7919029,3048698,134 14974298,3048832,181 15005601,3049013,138 1072187,3049151,129 3448208,3049280,160 14181083,3049440,126 12877310,3049566,140 13417781,3049706,137 7138465,3049843,199 11548752,3050042,178 7638536,3050220,145 7927269,3050365,151 9190407,3050516,147 3713131,3050663,115 15759205,3050778,146 1327586,3050924,153 15519808,3051077,173 16256490,3051250,159 11569159,3051409,139 2397444,3051548,141 16013378,3051689,131 1074818,3051820,145 2384504,3051965,192 15762633,3052157,178 13893997,3052335,252 9985171,3052587,160 10521223,3052747,194 2674076,3052941,225 12633014,3053166,137 10546038,3053303,124 16532633,3053427,127 14443644,3053554,158 1345170,3053712,252 11015501,3053964,252 6091632,3054216,151 10805478,3054367,183 3676006,3054550,132 1632477,3054682,182 13661141,3054864,157 1348680,3055021,131 4782373,3055152,118 3696531,3055270,166 819816,3055436,252 14163678,3055688,135 2419264,3055823,152 13904362,3055975,132 3452388,3056107,175 3970261,3056282,137 6849306,3056419,162 16571286,3056581,159 1319895,3056740,151 14446344,3056891,156 9493070,3057047,116 2627704,3057163,156 7354548,3057319,134 7626496,3057453,155 14730227,3057608,178 6037712,3057786,208 11314224,3057994,132 8682120,3058126,156 10803286,3058282,130 7886103,3058412,131 11829086,3058543,169 10550929,3058712,146 7662833,3058858,144 5769701,3059002,140 5263252,3059142,165 6336901,3059307,117 12346015,3059424,163 3674084,3059587,153 4780592,3059740,157 7877199,3059897,141 3687273,3060038,168 4462671,3060206,139 8694948,3060345,220 5513173,3060565,138 11331967,3060703,137 15227559,3060840,154 10263581,3060994,146 13686476,3061140,134 5820529,3061274,131 1856214,3061405,188 13688754,3061593,164 3696197,3061757,159 12081911,3061916,128 3470893,3062044,149 5017509,3062193,134 8711475,3062327,142 15216164,3062469,171 8452699,3062640,126 12628793,3062766,119 2131340,3062885,129 6344133,3063014,172 14161963,3063186,172 8441665,3063358,276 10281430,3063634,171 4766146,3063805,135 5822163,3063940,143 290377,3064083,262 2898941,3064345,206 11287732,3064551,120 11836852,3064671,171 11331710,3064842,164 8390562,3065006,183 12624098,3065189,122 528378,3065311,149 15248378,3065460,241 14463064,3065701,174 7100980,3065875,252 9451743,3066127,199 1593939,3066326,148 6830878,3066474,146 11313708,3066620,159 3158676,3066779,156 8159789,3066935,110 1113072,3067045,130 7117513,3067175,152 11308308,3067327,131 2134489,3067458,121 11301430,3067579,178 3987418,3067757,214 325826,3067971,192 1317872,3068163,159 5801954,3068322,212 6842866,3068534,117 12081918,3068651,217 16018914,3068868,178 15772836,3069046,147 6321293,3069193,162 12105687,3069355,143 8422023,3069498,177 2662790,3069675,123 5257557,3069798,134 7917865,3069932,122 8707852,3070054,124 3706599,3070178,132 6083611,3070310,189 13428632,3070499,133 10499824,3070632,152 1576108,3070784,116 7908192,3070900,116 8684276,3071016,219 56094,3071235,136 1607226,3071371,150 842956,3071521,151 9971997,3071672,176 3452716,3071848,163 8182270,3072011,166 14979177,3072177,155 13418756,3072332,150 10793449,3072482,136 6309214,3072618,127 14157521,3072745,205 6583895,3072950,156 9465893,3073106,171 1102300,3073277,166 3447151,3073443,145 9718281,3073588,138 12331222,3073726,173 1096984,3073899,141 5794297,3074040,140 13901365,3074180,170 5010105,3074350,168 2944491,3074518,185 842134,3074703,141 3207994,3074844,126 808939,3074970,140 7623463,3075110,167 13667583,3075277,113 6868558,3075390,175 6869501,3075565,205 10225262,3075770,236 3992315,3076006,114 9226154,3076120,184 4207468,3076304,210 16293949,3076514,178 2937924,3076692,160 12353823,3076852,127 14182361,3076979,141 10807089,3077120,132 10004400,3077252,134 4982410,3077386,158 15226582,3077544,123 12616048,3077667,146 6562326,3077813,178 4470841,3077991,164 297794,3078155,196 5273254,3078351,177 10767377,3078528,141 6325307,3078669,133 11291592,3078802,137 2136997,3078939,206 10548304,3079145,156 6326705,3079301,143 4510046,3079444,203 14078,3079647,122 7380614,3079769,127 10548249,3079896,132 1873725,3080028,123 12321280,3080151,139 4755795,3080290,185 11310083,3080475,158 6871333,3080633,154 8686980,3080787,140 5523051,3080927,238 4502402,3081165,218 6338867,3081383,165 17407,3081548,134 8170674,3081682,173 1627754,3081855,112 1866821,3081967,181 3946632,3082148,145 4773887,3082293,173 12874032,3082466,161 14168959,3082627,144 14072,3082771,163 10811344,3082934,178 13129285,3083112,135 4469903,3083247,177 13954060,3083424,172 2680328,3083596,114 7667581,3083710,152 11333810,3083862,179 5515932,3084041,144 5261918,3084185,136 7121263,3084321,123 11272514,3084444,142 12876707,3084586,124 16009288,3084710,145 5296756,3084855,145 13170436,3085000,149 5278274,3085149,183 12380715,3085332,124 827704,3085456,143 6057807,3085599,140 9444110,3085739,188 16273507,3085927,118 2897656,3086045,141 8673159,3086186,177 5769466,3086363,190 11287813,3086553,146 2646164,3086699,127 10769968,3086826,141 12860476,3086967,128 12068564,3087095,201 12088391,3087296,161 7627743,3087457,126 12325470,3087583,209 1369324,3087792,125 3680490,3087917,212 13638311,3088129,127 8678125,3088256,163 14704038,3088419,189 285333,3088608,132 324796,3088740,142 8444721,3088882,217 1855925,3089099,118 7092868,3089217,210 54834,3089427,141 827025,3089568,159 3686160,3089727,158 11326308,3089885,152 2944550,3090037,151 13171193,3090188,141 10809170,3090329,142 11019993,3090471,156 2659343,3090627,141 12114679,3090768,171 1325802,3090939,154 10520300,3091093,169 9711127,3091262,175 12869700,3091437,143 10026499,3091580,147 14695515,3091727,273 13407306,3092000,143 820517,3092143,141 11851945,3092284,129 8177879,3092413,110 10268680,3092523,200 11040623,3092723,113 6588296,3092836,137 64059,3092973,140 5512699,3093113,155 6338054,3093268,129 9474740,3093397,174 2140747,3093571,143 13397487,3093714,120 11033587,3093834,128 12097370,3093962,191 4731869,3094153,170 554354,3094323,114 1098426,3094437,113 9492303,3094550,115 6604202,3094665,190 10005207,3094855,175 10245069,3095030,139 6325829,3095169,151 16551876,3095320,187 1113172,3095507,167 12593523,3095674,169 7929405,3095843,137 2635983,3095980,136 2407554,3096116,155 11799589,3096271,150 16316371,3096421,189 2675119,3096610,132 2408627,3096742,129 16532831,3096871,246 15747627,3097117,148 3157480,3097265,142 4761298,3097407,218 5245746,3097625,331 6305107,3097956,173 14694871,3098129,136 8139630,3098265,157 13951807,3098422,114 6868239,3098536,185 6307781,3098721,133 10806161,3098854,135 11300825,3098989,154 14425763,3099143,130 10748208,3099273,150 9480067,3099423,183 16270893,3099606,149 7906781,3099755,200 15525700,3099955,132 2666250,3100087,150 6083755,3100237,121 588882,3100358,122 4993753,3100480,180 565547,3100660,199 10488993,3100859,135 6613071,3100994,196 2924284,3101190,116 1583877,3101306,147 2362289,3101453,186 2158278,3101639,192 14687751,3101831,148 8153907,3101979,162 1342917,3102141,178 47606,3102319,239 16564797,3102558,151 8972198,3102709,171 10766074,3102880,140 13428703,3103020,150 2622688,3103170,148 6570822,3103318,222 13894218,3103540,148 16820,3103688,226 16008272,3103914,136 287447,3104050,140 13914234,3104190,135 6609289,3104325,141 6577623,3104466,259 15484528,3104725,165 13654543,3104890,168 15505025,3105058,146 6031215,3105204,167 3936193,3105371,135 5826102,3105506,154 1112558,3105660,132 7613199,3105792,148 13171073,3105940,123 2378107,3106063,168 10020762,3106231,210 10545627,3106441,224 7899507,3106665,133 1323130,3106798,129 10513644,3106927,112 2111238,3107039,141 16036196,3107180,253 7385141,3107433,204 8921571,3107637,161 9484669,3107798,202 8188969,3108000,144 13415770,3108144,155 11307725,3108299,167 9978438,3108466,140 3418602,3108606,152 9208488,3108758,168 6297868,3108926,112 13656014,3109038,150 16253746,3109188,138 2663796,3109326,157 1066430,3109483,119 9484496,3109602,136 11290403,3109738,105 15252080,3109843,141 13935653,3109984,172 2626673,3110156,138 2377486,3110294,116 13671173,3110410,115 9179595,3110525,188 16548649,3110713,142 1370931,3110855,178 16037193,3111033,224 8958312,3111257,146 6850411,3111403,142 1878535,3111545,141 6839094,3111686,192 2682412,3111878,162 7876335,3112040,132 8188090,3112172,182 11306612,3112354,137 6607425,3112491,142 1619870,3112633,145 9192501,3112778,239 16260499,3113017,237 9754940,3113254,123 12107455,3113377,141 6600266,3113518,134 3723573,3113652,179 13432897,3113831,116 3205925,3113947,155 4515033,3114102,141 11323988,3114243,143 9443584,3114386,104 13917506,3114490,132 11548713,3114622,201 8154169,3114823,127 1618874,3114950,133 9199583,3115083,175 13925237,3115258,176 14212877,3115434,125 11336062,3115559,138 2113541,3115697,125 13922114,3115822,134 3148700,3115956,163 7122239,3116119,166 11541372,3116285,139 312740,3116424,141 12331078,3116565,176 12324651,3116741,166 6586661,3116907,148 9238985,3117055,222 12608107,3117277,141 9757222,3117418,162 14207389,3117580,143 1082322,3117723,161 3434570,3117884,152 13433965,3118036,130 14696061,3118166,150 837292,3118316,129 271877,3118445,221 2420991,3118666,159 10272978,3118825,152 13432442,3118977,159 8414697,3119136,130 15505516,3119266,186 13669368,3119452,152 10249310,3119604,145 1848141,3119749,125 14473343,3119874,239 11854029,3120113,138 2646086,3120251,206 1106645,3120457,141 6343040,3120598,136 10499834,3120734,147 15500140,3120881,158 3160405,3121039,225 16538404,3121264,134 7887166,3121398,155 5281650,3121553,149 5258725,3121702,141 5506198,3121843,140 15484484,3121983,116 5028296,3122099,142 9221711,3122241,141 2116266,3122382,146 2162381,3122528,180 15766330,3122708,123 12075359,3122831,120 2930333,3122951,153 5779266,3123104,166 292001,3123270,179 6056324,3123449,125 7396769,3123574,125 9752601,3123699,170 9185162,3123869,126 13372634,3123995,127 14949451,3124122,152 6091772,3124274,142 11037295,3124416,112 6820397,3124528,197 9762592,3124725,210 14457938,3124935,178 4755958,3125113,276 6593316,3125389,161 8679089,3125550,131 7098445,3125681,141 12111983,3125822,249 15471862,3126071,126 15243610,3126197,189 4201817,3126386,149 12124015,3126535,184 1883406,3126719,156 10547735,3126875,181 15771492,3127056,154 1836630,3127210,146 5246573,3127356,150 15481840,3127506,108 5041630,3127614,164 15261839,3127778,163 11316109,3127941,132 6325170,3128073,122 8441881,3128195,120 6876101,3128315,168 10532314,3128483,181 8947360,3128664,190 10768469,3128854,121 11049744,3128975,124 11801737,3129099,141 10790927,3129240,232 16299417,3129472,303 12096029,3129775,121 13666713,3129896,131 13141063,3130027,162 5569983,3130189,158 13679488,3130347,166 6035411,3130513,125 1892111,3130638,141 6864299,3130779,141 10268143,3130920,154 13142855,3131074,185 12897605,3131259,238 9234355,3131497,172 560584,3131669,174 8439498,3131843,127 7370480,3131970,211 12594172,3132181,158 9750447,3132339,161 14162964,3132500,172 35856,3132672,130 9474108,3132802,212 14705074,3133014,231 9703898,3133245,145 8403429,3133390,134 14449556,3133524,141 6081074,3133665,140 7607778,3133805,168 15516554,3133973,164 13930410,3134137,153 11567576,3134290,139 1375919,3134429,144 11581653,3134573,200 9758481,3134773,130 7117570,3134903,132 6561409,3135035,157 15488046,3135192,205 16569590,3135397,167 13919912,3135564,140 15787459,3135704,163 14166406,3135867,180 4481330,3136047,137 15998731,3136184,153 10519239,3136337,141 275972,3136478,143 10793639,3136621,144 13684989,3136765,141 14703472,3136906,172 1317821,3137078,121 15235827,3137199,123 13393013,3137322,224 1863525,3137546,145 9494768,3137691,150 4215309,3137841,160 8420635,3138001,145 1618441,3138146,160 14175018,3138306,164 6835080,3138470,152 10026001,3138622,143 3465431,3138765,224 14173702,3138989,168 16297069,3139157,139 16011499,3139296,152 9998045,3139448,177 10792602,3139625,156 13125877,3139781,153 7907092,3139934,120 16290803,3140054,123 7890606,3140177,151 4981294,3140328,157 3451630,3140485,150 4511293,3140635,134 7905952,3140769,163 4783288,3140932,146 13893645,3141078,182 11292981,3141260,116 7649771,3141376,195 13914775,3141571,183 1605838,3141754,143 2406072,3141897,118 10769947,3142015,158 8439359,3142173,171 4248590,3142344,124 819818,3142468,241 14690074,3142709,194 38911,3142903,146 14986054,3143049,126 9722750,3143175,133 320840,3143308,169 7369148,3143477,168 7898350,3143645,139 8127774,3143784,121 1050892,3143905,174 14687470,3144079,140 2659326,3144219,141 16041877,3144360,144 7868805,3144504,156 13654133,3144660,171 13168430,3144831,207 587512,3145038,128 3951721,3145166,188 7876833,3145354,136 11571508,3145490,117 10797739,3145607,221 4762205,3145828,151 274262,3145979,171 15228499,3146150,153 8960639,3146303,143 6609688,3146446,143 9478874,3146589,113 9996781,3146702,166 14162942,3146868,160 16532579,3147028,152 1060246,3147180,128 6043098,3147308,137 10512774,3147445,156 15503021,3147601,124 3458714,3147725,135 14200464,3147860,139 12084539,3147999,136 3729631,3148135,163 1839773,3148298,171 14731853,3148469,227 838086,3148696,157 1073865,3148853,152 6337476,3149005,123 313472,3149128,125 16289263,3149253,118 270900,3149371,170 15775467,3149541,162 8439906,3149703,137 1871754,3149840,147 16567524,3149987,146 5787878,3150133,145 3939518,3150278,132 12375478,3150410,144 16541758,3150554,158 2680724,3150712,163 840962,3150875,149 7373454,3151024,134 10762492,3151158,141 1637535,3151299,229 9722157,3151528,166 13396400,3151694,179 10508602,3151873,168 13429276,3152041,152 8128729,3152193,157 2120096,3152350,159 3729804,3152509,134 10534821,3152643,123 11557663,3152766,171 2413260,3152937,150 847740,3153087,119 15526392,3153206,281 3460756,3153487,157 3469195,3153644,172 6848372,3153816,143 13685382,3153959,172 12851595,3154131,179 13122101,3154310,218 7113947,3154528,153 4257070,3154681,174 15007709,3154855,154 6857143,3155009,217 841666,3155226,159 15224526,3155385,163 1066488,3155548,167 14477084,3155715,153 11038885,3155868,156 16271149,3156024,152 8687616,3156176,163 530508,3156339,139 1083407,3156478,237 16540056,3156715,178 7657552,3156893,139 5551648,3157032,189 7914510,3157221,118 2885155,3157339,130 796501,3157469,178 7903631,3157647,156 4254968,3157803,119 12366209,3157922,137 13141819,3158059,129 11062928,3158188,114 14950163,3158302,142 7346925,3158444,162 6579648,3158606,135 8134323,3158741,139 4478647,3158880,130 4508066,3159010,144 9465288,3159154,191 5786862,3159345,183 10017,3159528,188 10515250,3159716,166 6604463,3159882,156 4478605,3160038,166 4219270,3160204,159 9973,3160363,136 9976,3160499,272 9972,3160771,144 9966,3160915,128 9967,3161043,169 9906,3161212,130 9903,3161342,133 9907,3161475,163 9895,3161638,117 9892,3161755,177 9944,3161932,207 9942,3162139,192 9999,3162331,150 9994,3162481,113 9993,3162594,163 9939,3162757,213 9937,3162970,154 9931,3163124,141 9985,3163265,135 9979,3163400,188 10010,3163588,175 10004,3163763,167 10005,3163930,178 9958,3164108,155 9951,3164263,188 9834,3164451,132 9835,3164583,186 9831,3164769,126 9890,3164895,182 9887,3165077,60 9881,3165137,141 9799,3165278,146 9792,3165424,172 9811,3165596,149 9851,3165745,207 9863,3165952,144 9869,3166096,131 9768,3166227,203 9759,3166430,186 9758,3166616,213 9753,3166829,119 9706,3166948,119 9712,3167067,183 9704,3167250,137 9700,3167387,133 9724,3167520,195 9722,3167715,144 9779,3167859,175 9687,3168034,99 9688,3168133,151 9682,3168284,154 9776,3168438,132 9770,3168570,130 9726,3168700,199 9595,3168899,172 9596,3169071,210 9589,3169281,170 9584,3169451,187 9627,3169638,239 9622,3169877,130 9621,3170007,159 9673,3170166,208 9615,3170374,158 9609,3170532,148 9605,3170680,138 9601,3170818,151 9653,3170969,141 9662,3171110,144 9632,3171254,163 9549,3171417,173 9548,3171590,146 9539,3171736,135 9563,3171871,133 9494,3172004,164 9488,3172168,160 9578,3172328,174 9570,3172502,160 9504,3172662,155 9511,3172817,144 9509,3172961,138 9553,3173099,135 9530,3173234,119 9378,3173353,206 9401,3173559,248 9405,3173807,164 9398,3173971,136 9463,3174107,141 9445,3174248,149 9442,3174397,156 9440,3174553,128 9459,3174681,163 9473,3174844,136 9416,3174980,161 9413,3175141,151 9366,3175292,170 9369,3175462,151 9354,3175613,146 9269,3175759,168 9265,3175927,144 9266,3176071,179 9283,3176250,135 9281,3176385,167 9275,3176552,136 9297,3176688,141 9290,3176829,143 9287,3176972,127 9335,3177099,162 9326,3177261,137 9309,3177398,174 9296,3177572,141 9304,3177713,146 9331,3177859,144 9323,3178003,175 9205,3178178,132 9215,3178310,207 9206,3178517,182 9203,3178699,137 9200,3178836,241 9232,3179077,161 9224,3179238,141 9264,3179379,153 9262,3179532,129 9245,3179661,145 9242,3179806,142 9236,3179948,141 9228,3180089,132 9209,3180221,165 9193,3180386,137 9194,3180523,141 9189,3180664,148 9142,3180812,172 9144,3180984,201 9146,3181185,146 9148,3181331,156 9137,3181487,186 9110,3181673,172 9108,3181845,151 9079,3181996,146 9073,3182142,157 9121,3182299,151 9126,3182450,124 9128,3182574,142 9114,3182716,152 9164,3182868,163 9081,3183031,202 9100,3183233,60 9152,3183293,159 9048,3183452,114 9046,3183566,136 9040,3183702,141 9039,3183843,183 9035,3184026,151 9033,3184177,189 9030,3184366,112 8967,3184478,198 8965,3184676,141 8959,3184817,116 9028,3184933,183 9020,3185116,117 9011,3185233,141 9006,3185374,165 8992,3185539,136 9060,3185675,172 8983,3185847,132 8974,3185979,123 9058,3186102,140 9054,3186242,141 8994,3186383,166 8886,3186549,160 8885,3186709,130 8882,3186839,153 8876,3186992,189 8877,3187181,159 8878,3187340,130 8917,3187470,223 8913,3187693,159 8914,3187852,210 8898,3188062,196 8893,3188258,141 8890,3188399,169 8891,3188568,154 8867,3188722,172 8962,3188894,150 8949,3189044,164 8906,3189208,173 8903,3189381,172 8897,3189553,144 8847,3189697,106 8855,3189803,135 8850,3189938,119 8933,3190057,163 8932,3190220,164 8783,3190384,172 8785,3190556,148 8798,3190704,153 8792,3190857,125 8795,3190982,146 8793,3191128,234 8787,3191362,146 8748,3191508,141 8749,3191649,125 8746,3191774,138 8830,3191912,202 8828,3192114,158 8823,3192272,153 8765,3192425,148 8761,3192573,178 8757,3192751,138 8825,3192889,155 8817,3193044,189 8775,3193233,148 8735,3193381,174 8678,3193555,152 8672,3193707,138 8670,3193845,155 8697,3194000,151 8698,3194151,146 8688,3194297,142 8659,3194439,182 8652,3194621,192 8633,3194813,150 8627,3194963,122 8630,3195085,175 8727,3195260,142 8721,3195402,131 8655,3195533,135 8645,3195668,126 8722,3195794,143 8717,3195937,141 8712,3196078,146 8686,3196224,162 8684,3196386,128 8709,3196514,153 8713,3196667,161 8588,3196828,133 8586,3196961,186 8587,3197147,170 8580,3197317,131 8568,3197448,165 8563,3197613,150 8567,3197763,143 8562,3197906,136 8531,3198042,129 8570,3198171,136 8612,3198307,127 8601,3198434,108 8608,3198542,141 8600,3198683,145 8622,3198828,162 8623,3198990,141 8532,3199131,160 8553,3199291,145 8523,3199436,252 8517,3199688,167 8190,3199855,137 8191,3199992,146 8188,3200138,131 8189,3200269,209 8481,3200478,125 8483,3200603,128 8458,3200731,144 8455,3200875,154 8510,3201029,131 8511,3201160,164 8475,3201324,141 8493,3201465,164 8149,3201629,144 8113,3201773,126 8114,3201899,182 8174,3202081,151 8175,3202232,162 8172,3202394,152 8138,3202546,141 8131,3202687,132 8160,3202819,131 8152,3202950,185 8151,3203135,134 8147,3203269,139 8129,3203408,197 8123,3203605,161 8168,3203766,189 8107,3203955,166 8108,3204121,144 7990,3204265,172 7997,3204437,128 7992,3204565,153 7981,3204718,176 8073,3204894,128 8074,3205022,196 8063,3205218,146 8054,3205364,147 8051,3205511,186 8034,3205697,124 8039,3205821,142 8022,3205963,173 8018,3206136,208 8015,3206344,140 7983,3206484,143 7986,3206627,163 8004,3206790,150 7993,3206940,210 8060,3207150,118 8058,3207268,125 8055,3207393,124 8084,3207517,154 8078,3207671,141 8033,3207812,222 7886,3208034,180 7880,3208214,167 7884,3208381,132 7877,3208513,160 7939,3208673,113 7935,3208786,172 7941,3208958,149 7943,3209107,139 7926,3209246,141 7929,3209387,180 7923,3209567,108 7961,3209675,162 7953,3209837,138 7908,3209975,157 7917,3210132,133 7890,3210265,185 7892,3210450,132 7933,3210582,120 7911,3210702,134 7913,3210836,162 7964,3210998,156 7801,3211154,141 7798,3211295,159 7794,3211454,121 7775,3211575,127 7771,3211702,142 7774,3211844,128 7837,3211972,154 7829,3212126,140 7827,3212266,140 7842,3212406,142 7849,3212548,163 7838,3212711,189 7870,3212900,141 7875,3213041,129 7869,3213170,141 7865,3213311,183 7863,3213494,157 7785,3213651,139 7826,3213790,111 7825,3213901,166 7817,3214067,139 7814,3214206,156 7816,3214362,174 7692,3214536,184 7682,3214720,171 7681,3214891,166 7679,3215057,170 7680,3215227,197 7764,3215424,153 7740,3215577,135 7757,3215712,159 7755,3215871,138 7754,3216009,141 7699,3216150,141 7693,3216291,132 7689,3216423,140 7686,3216563,145 7724,3216708,159 7718,3216867,140 7715,3217007,168 7667,3217175,192 7662,3217367,239 7658,3217606,169 7645,3217775,184 7652,3217959,170 7650,3218129,156 7639,3218285,118 7625,3218403,126 7558,3218529,229 7560,3218758,128 7553,3218886,234 7549,3219120,145 7623,3219265,186 7561,3219451,146 7526,3219597,173 7543,3219770,124 7586,3219894,141 7577,3220035,138 7579,3220173,149 7612,3220322,163 7606,3220485,151 7596,3220636,142 7445,3220778,206 7446,3220984,145 7441,3221129,165 7442,3221294,142 7495,3221436,133 7489,3221569,140 7485,3221709,135 7484,3221844,141 7482,3221985,129 7497,3222114,154 7494,3222268,141 7496,3222409,164 7542,3222573,137 7546,3222710,159 7528,3222869,157 7462,3223026,187 7477,3223213,159 7473,3223372,176 7521,3223548,154 7516,3223702,193 7510,3223895,149 7502,3224044,135 7457,3224179,135 7452,3224314,125 7393,3224439,163 7392,3224602,162 7385,3224764,190 7386,3224954,173 7378,3225127,182 7334,3225309,128 7337,3225437,133 7329,3225570,154 7321,3225724,139 7417,3225863,141 7409,3226004,178 7374,3226182,139 7411,3226321,149 7412,3226470,167 7398,3226637,123 7353,3226760,200 7427,3226960,144 7331,3227104,112 7312,3227216,151 7310,3227367,148 7311,3227515,189 7304,3227704,162 7302,3227866,144 7247,3228010,117 7246,3228127,209 7243,3228336,134 7323,3228470,144 7317,3228614,145 7319,3228759,153 7280,3228912,129 7278,3229041,146 7275,3229187,150 7273,3229337,134 7229,3229471,142 7295,3229613,167 7288,3229780,127 7256,3229907,141 7258,3230048,151 7269,3230199,137 7263,3230336,150 7232,3230486,136 7226,3230622,144 7192,3230766,132 7194,3230898,165 7182,3231063,141 7187,3231204,184 7179,3231388,157 7120,3231545,132 7117,3231677,146 7114,3231823,186 7116,3232009,176 7156,3232185,150 7161,3232335,173 7162,3232508,130 7155,3232638,166 7201,3232804,139 7198,3232943,146 7134,3233089,141 7131,3233230,140 7128,3233370,147 7124,3233517,141 7213,3233658,134 7212,3233792,118 7176,3233910,128 7112,3234038,137 7105,3234175,147 7100,3234322,156 7027,3234478,141 7025,3234619,132 7063,3234751,138 7080,3234889,153 7041,3235042,150 7037,3235192,141 7033,3235333,149 7013,3235482,185 7048,3235667,177 7043,3235844,125 7083,3235969,148 7086,3236117,167 7072,3236284,124 6993,3236408,157 6996,3236565,141 6986,3236706,157 6906,3236863,149 6903,3237012,141 6899,3237153,173 6895,3237326,176 6892,3237502,182 6980,3237684,145 6982,3237829,195 6976,3238024,142 6978,3238166,142 6965,3238308,235 6966,3238543,186 6969,3238729,123 6971,3238852,123 6944,3238975,130 6946,3239105,181 6940,3239286,124 6937,3239410,164 7012,3239574,170 6950,3239744,153 6931,3239897,173 6927,3240070,124 6825,3240194,214 6824,3240408,176 6809,3240584,234 6822,3240818,221 6806,3241039,118 6801,3241157,147 6796,3241304,129 6835,3241433,143 6858,3241576,144 6788,3241720,145 6841,3241865,109 6842,3241974,154 6865,3242128,128 6714,3242256,158 6715,3242414,143 6716,3242557,142 6720,3242699,159 6704,3242858,141 6779,3242999,127 6710,3243126,152 6694,3243278,139 6765,3243417,141 6766,3243558,145 6764,3243703,141 6730,3243844,138 6718,3243982,139 6755,3244121,149 6745,3244270,129 6726,3244399,205 6693,3244604,123 6654,3244727,182 6653,3244909,163 6669,3245072,174 6670,3245246,218 6605,3245464,238 6617,3245702,134 6657,3245836,134 6602,3245970,162 6611,3246132,130 6595,3246262,127 6590,3246389,199 6580,3246588,121 6586,3246709,169 6561,3246878,153 6568,3247031,149 6637,3247180,129 6646,3247309,145 6677,3247454,135 6504,3247589,211 6527,3247800,139 6522,3247939,121 6520,3248060,141 6537,3248201,150 6542,3248351,114 6528,3248465,154 6531,3248619,145 6476,3248764,237 6474,3249001,133 6538,3249134,171 6496,3249305,164 6490,3249469,160 6509,3249629,148 6512,3249777,132 6480,3249909,138 6382,3250047,186 6379,3250233,203 6436,3250436,134 6426,3250570,114 6422,3250684,126 6414,3250810,165 6457,3250975,153 6458,3251128,150 6370,3251278,185 6434,3251463,162 6429,3251625,163 6447,3251788,141 6405,3251929,145 6407,3252074,141 6395,3252215,155 6339,3252370,172 6346,3252542,133 6343,3252675,150 6331,3252825,158 6335,3252983,192 6284,3253175,186 6287,3253361,165 6276,3253526,161 6272,3253687,149 6352,3253836,165 6354,3254001,152 6355,3254153,130 6342,3254283,164 6268,3254447,132 6256,3254579,141 6258,3254720,162 6364,3254882,160 6353,3255042,170 6314,3255212,155 6294,3255367,169 6288,3255536,129 6329,3255665,141 6328,3255806,153 6305,3255959,149 6162,3256108,232 6155,3256340,161 6241,3256501,127 6235,3256628,150 6229,3256778,160 6225,3256938,133 6260,3257071,141 6249,3257212,123 6230,3257335,129 6222,3257464,177 6220,3257641,136 6182,3257777,120 6189,3257897,121 6186,3258018,152 6203,3258170,138 6204,3258308,154 6209,3258462,141 6169,3258603,141 6156,3258744,158 6160,3258902,134 6153,3259036,120 6148,3259156,213 6144,3259369,135 6141,3259504,132 6140,3259636,143 6139,3259779,116 6104,3259895,155 6106,3260050,134 6095,3260184,133 6073,3260317,132 6067,3260449,147 6050,3260596,147 5983,3260743,175 5980,3260918,152 6045,3261070,137 6032,3261207,162 6033,3261369,129 6037,3261498,141 5977,3261639,141 5972,3261780,190 5970,3261970,161 5974,3262131,140 6007,3262271,177 5994,3262448,140 6022,3262588,143 6018,3262731,130 6008,3262861,149 5995,3263010,127 6041,3263137,138 6015,3263275,144 5998,3263419,138 6004,3263557,131 5900,3263688,121 5901,3263809,140 5899,3263949,148 5903,3264097,141 5892,3264238,173 5895,3264411,119 5906,3264530,150 5848,3264680,119 5846,3264799,151 5845,3264950,155 5833,3265105,135 5830,3265240,150 5924,3265390,171 5890,3265561,162 5879,3265723,178 5933,3265901,173 5953,3266074,119 5944,3266193,161 5918,3266354,160 5842,3266514,116 5796,3266630,109 5785,3266739,161 5787,3266900,148 5776,3267048,161 5779,3267209,198 5784,3267407,163 5730,3267570,167 5729,3267737,175 5732,3267912,122 5726,3268034,145 5720,3268179,169 5797,3268348,122 5793,3268470,133 5734,3268603,165 5761,3268768,166 47808,3268934,154 5765,3269088,115 5760,3269203,142 5782,3269345,180 5822,3269525,137 5803,3269662,125 5715,3269787,176 5714,3269963,171 5712,3270134,149 5626,3270283,141 5628,3270424,142 5623,3270566,161 5680,3270727,141 5679,3270868,129 5675,3270997,164 5698,3271161,135 5691,3271296,164 5687,3271460,123 5640,3271583,168 5668,3271751,125 5624,3271876,165 5660,3272041,119 5560,3272160,111 5558,3272271,162 5552,3272433,170 5553,3272603,134 5535,3272737,129 5534,3272866,178 5537,3273044,132 5523,3273176,147 5505,3273323,148 5498,3273471,126 5571,3273597,132 5606,3273729,161 5595,3273890,139 5517,3274029,129 5508,3274158,153 5580,3274311,135 5574,3274446,141 5591,3274587,153 5579,3274740,160 5543,3274900,116 5411,3275016,170 5412,3275186,130 5403,3275316,141 5491,3275457,172 5493,3275629,145 5484,3275774,176 5482,3275950,191 5417,3276141,144 5421,3276285,146 5487,3276431,165 5490,3276596,127 5479,3276723,124 5467,3276847,139 5459,3276986,137 5457,3277123,136 5458,3277259,131 5438,3277390,128 5442,3277518,149 5454,3277667,111 5456,3277778,180 5446,3277958,166 5469,3278124,148 5474,3278272,141 5345,3278413,138 5347,3278551,126 5337,3278677,143 5334,3278820,171 5369,3278991,132 5351,3279123,141 5353,3279264,165 5357,3279429,134 5326,3279563,148 5328,3279711,139 5379,3279850,136 5385,3279986,163 5360,3280149,136 5362,3280285,141 5392,3280426,168 5395,3280594,103 5259,3280697,171 5264,3280868,139 5252,3281007,174 5241,3281181,174 5243,3281355,131 5307,3281486,165 5232,3281651,154 5223,3281805,148 5215,3281953,130 5256,3282083,116 5242,3282199,145 5229,3282344,136 5292,3282480,136 5288,3282616,141 5280,3282757,140 5209,3282897,151 5207,3283048,115 5203,3283163,171 5204,3283334,128 5112,3283462,161 5113,3283623,138 5106,3283761,123 5111,3283884,127 5195,3284011,124 5185,3284135,204 5180,3284339,175 5146,3284514,144 5148,3284658,141 5132,3284799,150 5118,3284949,168 5173,3285117,145 5192,3285262,188 5142,3285450,142 5158,3285592,135 5061,3285727,180 5060,3285907,141 5058,3286048,155 5055,3286203,168 5051,3286371,148 5045,3286519,129 5039,3286648,143 5040,3286791,125 5018,3286916,140 5022,3287056,167 5021,3287223,169 5077,3287392,142 5078,3287534,162 5083,3287696,156 5069,3287852,130 5075,3287982,182 5066,3288164,129 5094,3288293,127 5087,3288420,124 5005,3288544,127 5101,3288671,111 5041,3288782,182 4924,3288964,159 4925,3289123,165 4927,3289288,151 4929,3289439,214 4912,3289653,156 4901,3289809,155 4913,3289964,129 4917,3290093,148 4911,3290241,147 4940,3290388,163 4953,3290551,167 4944,3290718,162 4991,3290880,141 4994,3291021,179 5008,3291200,171 4981,3291371,162 4952,3291533,141 4801,3291674,165 4795,3291839,224 4790,3292063,170 4793,3292233,167 4845,3292400,158 4842,3292558,118 4839,3292676,211 4803,3292887,142 4808,3293029,136 4806,3293165,148 4812,3293313,157 4858,3293470,128 4870,3293598,133 4861,3293731,139 4869,3293870,125 4836,3293995,186 4759,3294181,138 4765,3294319,194 4764,3294513,143 4752,3294656,174 4753,3294830,151 4757,3294981,124 4747,3295105,151 4751,3295256,112 4771,3295368,168 4775,3295536,157 4778,3295693,122 4767,3295815,130 4789,3295945,127 4785,3296072,167 4745,3296239,170 4740,3296409,118 4737,3296527,164 4734,3296691,175 4715,3296866,165 4659,3297031,164 4699,3297195,169 4697,3297364,167 4698,3297531,156 4669,3297687,144 4665,3297831,148 4655,3297979,156 4656,3298135,202 4678,3298337,157 4694,3298494,154 4628,3298648,148 4623,3298796,103 4637,3298899,144 4620,3299043,129 4531,3299172,142 4534,3299314,155 4528,3299469,141 4524,3299610,145 4525,3299755,158 4557,3299913,137 4549,3300050,135 4542,3300185,142 4538,3300327,145 4540,3300472,141 4520,3300613,157 4513,3300770,157 4578,3300927,176 4570,3301103,177 4573,3301280,149 4587,3301429,149 4586,3301578,129 4580,3301707,149 4577,3301856,140 4603,3301996,177 4566,3302173,127 4554,3302300,153 4591,3302453,155 4431,3302608,163 4482,3302771,139 4474,3302910,177 4424,3303087,155 4416,3303242,138 4420,3303380,162 4451,3303542,178 4495,3303720,170 4493,3303890,170 4447,3304060,190 4435,3304250,143 4466,3304393,149 4512,3304542,167 4507,3304709,155 4497,3304864,183 4489,3305047,125 4091,3305172,172 4082,3305344,153 4081,3305497,132 4353,3305629,149 4095,3305778,122 4092,3305900,138 4371,3306038,138 4370,3306176,130 4064,3306306,163 4067,3306469,151 4392,3306620,119 4415,3306739,118 4407,3306857,150 4083,3307007,203 4410,3307210,142 3977,3307352,180 4004,3307532,157 4006,3307689,145 4010,3307834,137 4008,3307971,146 4029,3308117,159 4020,3308276,157 3997,3308433,160 4037,3308593,129 4031,3308722,145 3986,3308867,147 4043,3309014,129 4053,3309143,134 3943,3309277,161 3950,3309438,107 3951,3309545,165 3939,3309710,137 3873,3309847,158 3857,3310005,122 3859,3310127,140 3860,3310267,165 3941,3310432,157 3933,3310589,124 3928,3310713,163 3858,3310876,141 3854,3311017,170 3852,3311187,148 3851,3311335,147 3910,3311482,117 3905,3311599,140 3917,3311739,126 3953,3311865,158 3947,3312023,175 3797,3312198,143 3786,3312341,121 3788,3312462,143 3787,3312605,155 3794,3312760,133 3784,3312893,134 3801,3313027,127 3764,3313154,210 3761,3313364,147 3753,3313511,213 3766,3313724,155 3767,3313879,141 3834,3314020,178 3837,3314198,157 3829,3314355,162 3835,3314517,129 3849,3314646,60 3804,3314706,141 3789,3314847,109 3803,3314956,128 3805,3315084,136 3778,3315220,155 3747,3315375,193 3746,3315568,132 3739,3315700,189 3704,3315889,117 3697,3316006,225 3696,3316231,116 3639,3316347,152 3633,3316499,172 3631,3316671,174 3626,3316845,60 3742,3316905,172 3649,3317077,181 3644,3317258,153 3683,3317411,154 3675,3317565,160 3680,3317725,182 3668,3317907,144 3662,3318051,162 3658,3318213,177 3731,3318390,205 3725,3318595,171 3702,3318766,148 3709,3318914,162 3628,3319076,141 3619,3319217,128 3621,3319345,174 3616,3319519,167 3617,3319686,169 3540,3319855,135 3538,3319990,159 3537,3320149,137 3543,3320286,125 3545,3320411,129 3548,3320540,119 3552,3320659,148 3555,3320807,130 3562,3320937,177 3565,3321114,141 3556,3321255,134 3593,3321389,217 3589,3321606,157 3618,3321763,60 3612,3321823,129 3586,3321952,138 3529,3322090,161 3457,3322251,140 3450,3322391,169 3447,3322560,136 3446,3322696,170 3451,3322866,149 3471,3323015,165 3465,3323180,148 3462,3323328,137 3528,3323465,134 3518,3323599,153 3516,3323752,141 3487,3323893,133 3493,3324026,150 3525,3324176,153 3481,3324329,191 3436,3324520,116 3440,3324636,148 3417,3324784,139 3406,3324923,146 3408,3325069,134 3351,3325203,150 3352,3325353,201 3360,3325554,177 3401,3325731,170 3400,3325901,175 3364,3326076,144 3362,3326220,140 3348,3326360,212 3419,3326572,194 3386,3326766,132 3376,3326898,141 3377,3327039,171 3372,3327210,157 3365,3327367,145 3439,3327512,132 3422,3327644,167 3391,3327811,168 3299,3327979,159 3303,3328138,136 3304,3328274,172 3300,3328446,162 3253,3328608,144 3254,3328752,232 3267,3328984,166 3252,3329150,173 3249,3329323,167 3260,3329490,144 3332,3329634,183 3336,3329817,148 3333,3329965,146 3326,3330111,173 3342,3330284,138 3345,3330422,149 3272,3330571,177 3274,3330748,166 3280,3330914,126 3289,3331040,147 3285,3331187,125 3282,3331312,131 2567,3331443,140 3248,3331583,166 3124,3331749,149 3160,3331898,126 3153,3332024,161 3187,3332185,185 3173,3332370,152 3180,3332522,128 3183,3332650,158 3198,3332808,150 3207,3332958,117 3224,3333075,171 3214,3333246,154 3234,3333400,155 3236,3333555,172 3163,3333727,174 3168,3333901,134 3203,3334035,140 3222,3334175,128 3080,3334303,167 3085,3334470,211 3076,3334681,121 3073,3334802,120 3129,3334922,151 3123,3335073,181 3126,3335254,206 3062,3335460,150 3069,3335610,141 3066,3335751,125 3060,3335876,60 3067,3335936,187 3101,3336123,135 3102,3336258,139 3098,3336397,169 3108,3336566,133 3097,3336699,145 3091,3336844,119 3078,3336963,162 3117,3337125,169 3110,3337294,161 3115,3337455,159 3056,3337614,147 3057,3337761,159 3054,3337920,144 2957,3338064,125 2949,3338189,141 2943,3338330,152 2982,3338482,156 2963,3338638,142 2971,3338780,148 3042,3338928,153 3041,3339081,173 2984,3339254,167 2985,3339421,166 2977,3339587,165 2958,3339752,167 2959,3339919,198 3019,3340117,150 3016,3340267,135 3022,3340402,130 3023,3340532,135 3011,3340667,135 3006,3340802,141 3040,3340943,127 3005,3341070,130 2880,3341200,167 2884,3341367,149 2882,3341516,166 2887,3341682,147 2945,3341829,146 2946,3341975,156 2926,3342131,148 2930,3342279,127 2865,3342406,242 2863,3342648,130 2877,3342778,126 2894,3342904,207 2893,3343111,128 2852,3343239,145 2936,3343384,139 2924,3343523,139 37334,3343662,137 2906,3343799,127 2831,3343926,143 2828,3344069,143 2826,3344212,130 2825,3344342,168 2845,3344510,171 2841,3344681,157 2838,3344838,180 2834,3345018,171 2757,3345189,135 2749,3345324,154 2763,3345478,145 2773,3345623,164 2774,3345787,152 2814,3345939,117 2813,3346056,144 2799,3346200,112 2789,3346312,152 2736,3346464,149 2741,3346613,178 2770,3346791,151 2712,3346942,143 2715,3347085,161 2668,3347246,138 2655,3347384,150 2667,3347534,173 2657,3347707,156 2680,3347863,106 2729,3347969,155 2725,3348124,170 2722,3348294,154 2651,3348448,118 2645,3348566,137 2675,3348703,148 2665,3348851,176 2692,3349027,180 2686,3349207,143 2636,3349350,162 2637,3349512,145 2705,3349657,125 2546,3349782,170 2537,3349952,141 2524,3350093,160 2618,3350253,212 2631,3350465,159 2620,3350624,126 2628,3350750,155 2552,3350905,153 2559,3351058,134 2563,3351192,147 2558,3351339,161 2600,3351500,121 2601,3351621,154 2539,3351775,124 2536,3351899,141 2541,3352040,146 2624,3352186,176 2598,3352362,139 2589,3352501,174 2582,3352675,131 2584,3352806,144 2566,3352950,130 2473,3353080,144 2463,3353224,125 2466,3353349,155 2465,3353504,163 2429,3353667,131 2422,3353798,165 2502,3353963,146 2513,3354109,145 2510,3354254,165 2488,3354419,131 2479,3354550,130 2477,3354680,163 2493,3354843,154 2498,3354997,127 2499,3355124,112 2485,3355236,153 2434,3355389,131 2435,3355520,151 2525,3355671,160 2426,3355831,170 2411,3356001,142 2413,3356143,166 2404,3356309,144 2405,3356453,171 2361,3356624,149 2355,3356773,150 2354,3356923,115 2332,3357038,137 2330,3357175,202 2331,3357377,175 2345,3357552,163 2344,3357715,123 2350,3357838,151 2415,3357989,213 2398,3358202,158 2383,3358360,156 2371,3358516,141 2306,3358657,160 2298,3358817,136 2393,3358953,137 2391,3359090,140 2258,3359230,179 2245,3359409,154 2220,3359563,158 2218,3359721,122 2219,3359843,147 2221,3359990,146 2290,3360136,142 2282,3360278,174 2285,3360452,170 2184,3360622,181 2181,3360803,128 2162,3360931,162 2202,3361093,152 2209,3361245,161 2195,3361406,188 2224,3361594,164 2250,3361758,177 2230,3361935,146 2264,3362081,135 2271,3362216,133 2267,3362349,131 2172,3362480,141 2169,3362621,127 2173,3362748,141 2165,3362889,166 2070,3363055,107 2065,3363162,150 2054,3363312,156 2159,3363468,170 2151,3363638,133 2040,3363771,132 2035,3363903,146 2076,3364049,124 2078,3364173,103 2134,3364276,160 2131,3364436,166 2086,3364602,134 2142,3364736,94 1946,3364830,149 1908,3364979,185 1944,3365164,106 1937,3365270,181 2030,3365451,145 2018,3365596,133 2022,3365729,131 2021,3365860,134 2014,3365994,106 1992,3366100,138 1989,3366238,120 1985,3366358,150 1959,3366508,105 1958,3366613,167 1955,3366780,154 1986,3366934,148 1935,3367082,158 1922,3367240,147 1966,3367387,155 1969,3367542,144 1529,3367686,131 1994,3367817,188 2015,3368005,142 1860,3368147,128 1865,3368275,125 1853,3368400,186 1849,3368586,151 1870,3368737,118 1874,3368855,156 1871,3369011,141 1859,3369152,157 1863,3369309,93 1913,3369402,144 1918,3369546,109 1912,3369655,156 1901,3369811,122 1840,3369933,185 1826,3370118,145 1888,3370263,181 1845,3370444,162 1886,3370606,156 1823,3370762,150 1825,3370912,127 1926,3371039,145 1724,3371184,132 1730,3371316,161 1620,3371477,179 1716,3371656,151 1710,3371807,182 1765,3371989,180 1758,3372169,132 1759,3372301,147 1757,3372448,169 1776,3372617,126 1792,3372743,149 1733,3372892,162 1734,3373054,113 1719,3373167,111 1775,3373278,146 1769,3373424,117 1770,3373541,150 1800,3373691,135 1810,3373826,166 1811,3373992,124 1799,3374116,126 1778,3374242,148 1786,3374390,146 1795,3374536,117 1798,3374653,134 1745,3374787,143 1748,3374930,152 1738,3375082,211 1742,3375293,101 1678,3375394,136 1674,3375530,161 1669,3375691,142 1616,3375833,145 1630,3375978,139 1663,3376117,127 1667,3376244,165 1621,3376409,135 1654,3376544,162 1636,3376706,147 1658,3376853,129 1651,3376982,168 1691,3377150,155 1683,3377305,174 1629,3377479,145 1712,3377624,139 1686,3377763,133 1495,3377896,139 1499,3378035,133 1501,3378168,141 1576,3378309,141 1565,3378450,139 1561,3378589,165 1600,3378754,131 1604,3378885,224 1605,3379109,151 10512896,3379260,142 1528,3379402,150 1515,3379552,158 1512,3379710,126 1526,3379836,140 1532,3379976,139 1594,3380115,132 1586,3380247,133 1588,3380380,133 1548,3380513,145 1550,3380658,141 1556,3380799,118 1544,3380917,113 1475,3381030,148 1465,3381178,131 1468,3381309,161 1470,3381470,119 1469,3381589,101 1473,3381690,134 1460,3381824,141 1432,3381965,111 1463,3382076,143 1435,3382219,141 1406,3382360,154 1408,3382514,137 1410,3382651,149 1497,3382800,141 1500,3382941,141 1488,3383082,125 1439,3383207,135 1415,3383342,146 1424,3383488,119 1429,3383607,141 1400,3383748,60 1394,3383808,133 1398,3383941,135 1386,3384076,146 1384,3384222,135 1462,3384357,148 1365,3384505,163 1362,3384668,138 1354,3384806,160 1352,3384966,147 1271,3385113,146 1262,3385259,161 1264,3385420,141 1319,3385561,128 1321,3385689,210 1324,3385899,156 1342,3386055,123 1343,3386178,130 1341,3386308,130 1280,3386438,141 1305,3386579,153 1293,3386732,163 1332,3386895,133 1333,3387028,130 1287,3387158,124 1277,3387282,176 1378,3387458,137 1253,3387595,139 1234,3387734,124 1235,3387858,136 1194,3387994,157 1184,3388151,154 1182,3388305,145 1178,3388450,141 1145,3388591,119 1200,3388710,134 1195,3388844,137 1191,3388981,158 1176,3389139,133 1175,3389272,146 1237,3389418,241 1226,3389659,128 1160,3389787,138 1157,3389925,127 1242,3390052,151 1221,3390203,141 1078,3390344,170 1074,3390514,167 1077,3390681,138 1079,3390819,178 1036,3390997,122 1032,3391119,151 1031,3391270,176 1033,3391446,135 1109,3391581,120 1111,3391701,182 1101,3391883,141 1108,3392024,110 1096,3392134,140 1095,3392274,165 1086,3392439,123 1133,3392562,141 1126,3392703,129 994,3392832,141 1023,3392973,141 1044,3393114,173 1064,3393287,141 902,3393428,128 893,3393556,130 899,3393686,148 972,3393834,153 983,3393987,151 979,3394138,157 973,3394295,143 907,3394438,135 908,3394573,125 1006,3394698,137 1002,3394835,168 998,3395003,133 937,3395136,118 927,3395254,141 912,3395395,171 949,3395566,150 868,3395716,160 862,3395876,179 860,3396055,137 861,3396192,138 889,3396330,168 879,3396498,123 882,3396621,121 820,3396742,141 826,3396883,142 818,3397025,141 782,3397166,177 786,3397343,147 833,3397490,128 32823,3397618,117 829,3397735,124 870,3397859,142 866,3398001,152 845,3398153,149 802,3398302,127 797,3398429,146 806,3398575,153 656,3398728,133 658,3398861,152 646,3399013,135 722,3399148,120 717,3399268,133 720,3399401,149 716,3399550,119 688,3399669,196 682,3399865,141 693,3400006,125 692,3400131,104 684,3400235,123 729,3400358,143 751,3400501,167 744,3400668,98 754,3400766,131 669,3400897,129 709,3401026,153 586,3401179,141 585,3401320,154 581,3401474,136 562,3401610,139 565,3401749,164 567,3401913,129 552,3402042,117 582,3402159,168 570,3402327,141 639,3402468,137 638,3402605,141 4245,3402746,139 605,3402885,138 635,3403023,139 627,3403162,140 599,3403302,142 595,3403444,130 623,3403574,163 560,3403737,126 540,3403863,151 524,3404014,117 534,3404131,141 532,3404272,115 527,3404387,100 451,3404487,127 450,3404614,144 490,3404758,129 480,3404887,134 428,3405021,142 493,3405163,126 502,3405289,194 459,3405483,111 470,3405594,112 429,3405706,210 392,3405916,126 411,3406042,161 383,3406203,165 346,3406368,156 298,3406524,166 358,3406690,121 374,3406811,164 344,3406975,160 301,3407135,137 328,3407272,149 391,3407421,123 384,3407544,133 407,3407677,141 410,3407818,115 345,3407933,130 369,3408063,133 12460,3408196,165 12539,3408361,144 12462,3408505,146 12291,3408651,136 12514,3408787,142 314,3408929,139 320,3409068,131 291,3409199,215 293,3409414,165 294,3409579,124 283,3409703,156 285,3409859,154 287,3410013,151 45184,3410164,149 45086,3410313,140 45296,3410453,132 45210,3410585,158 12334,3410743,138 12525,3410881,182 12303,3411063,159 12418,3411222,165 12457,3411387,139 12542,3411526,114 12484,3411640,170 12365,3411810,109 529475,3411919,120 45065,3412039,172 45228,3412211,178 12323,3412389,168 12432,3412557,148 12455,3412705,146 12412,3412851,133 12373,3412984,163 12335,3413147,150 12302,3413297,141 12501,3413438,130 12312,3413568,172 12447,3413740,134 12456,3413874,151 12497,3414025,140 12475,3414165,133 12463,3414298,134 12458,3414432,160 12425,3414592,160 12442,3414752,146 12423,3414898,123 12386,3415021,142 12333,3415163,163 12491,3415326,165 12395,3415491,150 12461,3415641,137 12495,3415778,142 12466,3415920,130 12341,3416050,135 12415,3416185,106 53269,3416291,154 53320,3416445,132 53413,3416577,130 12381,3416707,140 12342,3416847,152 53455,3416999,111 53375,3417110,170 12518,3417280,154 12477,3417434,140 12295,3417574,124 53442,3417698,132 53282,3417830,165 53361,3417995,137 53327,3418132,139 53353,3418271,158 53392,3418429,141 53493,3418570,141 53481,3418711,178 53396,3418889,141 53499,3419030,163 53350,3419193,156 53378,3419349,130 53377,3419479,172 53250,3419651,149 53381,3419800,147 53265,3419947,148 53471,3420095,144 53403,3420239,123 53351,3420362,154 53336,3420516,141 53298,3420657,142 53489,3420799,142 53306,3420941,138 53249,3421079,140 20542,3421219,141 20512,3421360,129 53365,3421489,161 53324,3421650,137 53473,3421787,126 53256,3421913,138 53465,3422051,154 53259,3422205,141 53404,3422346,148 53491,3422494,125 53305,3422619,137 53408,3422756,111 53258,3422867,133 53276,3423000,145 53461,3423145,109 53313,3423254,170 53405,3423424,133 53357,3423557,127 53291,3423684,140 53346,3423824,105 53389,3423929,140 53309,3424069,130 20678,3424199,189 20639,3424388,132 20645,3424520,175 20480,3424695,158 20624,3424853,97 20539,3424950,151 20550,3425101,176 20545,3425277,132 20656,3425409,163 20701,3425572,134 20579,3425706,141 20621,3425847,151 20640,3425998,174 20582,3426172,194 20569,3426366,127 20697,3426493,218 20481,3426711,142 20583,3426853,131 20662,3426984,146 20555,3427130,113 20714,3427243,150 20680,3427393,158 20676,3427551,105 20617,3427656,162 20724,3427818,138 20513,3427956,152 20574,3428108,139 20712,3428247,143 20654,3428390,126 20711,3428516,148 20731,3428664,114 36979,3428778,148 36987,3428926,115 36993,3429041,156 36892,3429197,131 20614,3429328,125 20506,3429453,137 20623,3429590,158 20501,3429748,146 20567,3429894,155 20616,3430049,127 20529,3430176,161 37083,3430337,160 36950,3430497,146 36968,3430643,132 36958,3430775,149 37039,3430924,161 20483,3431085,129 20691,3431214,155 20653,3431369,161 20655,3431530,133 36916,3431663,127 37034,3431790,184 36955,3431974,170 37052,3432144,136 36874,3432280,169 37112,3432449,130 36880,3432579,165 37062,3432744,151 36910,3432895,137 36919,3433032,143 36984,3433175,158 37048,3433333,171 36890,3433504,138 37045,3433642,158 36869,3433800,153 36953,3433953,145 37066,3434098,194 37097,3434292,136 37099,3434428,150 37118,3434578,173 37051,3434751,179 37008,3434930,115 37077,3435045,130 36938,3435175,165 37007,3435340,136 37022,3435476,137 4242,3435613,118 4124,3435731,164 4166,3435895,145 4136,3436040,156 4279,3436196,164 37093,3436360,133 37108,3436493,146 36980,3436639,140 37023,3436779,154 36923,3436933,155 4297,3437088,183 1024,3437271,159 4293,3437430,156 4122,3437586,141 4167,3437727,156 36927,3437883,140 4163,3438023,121 4261,3438144,141 4311,3438285,140 4140,3438425,129 4349,3438554,114 36889,3438668,166 37080,3438834,153 4174,3438987,114 4290,3439101,124 4160,3439225,147 4142,3439372,214 4272,3439586,166 4129,3439752,153 4196,3439905,131 4212,3440036,167 4254,3440203,118 4101,3440321,121 4280,3440442,147 4235,3440589,158 4295,3440747,160 4208,3440907,154 4282,3441061,168 4276,3441229,143 1196,3441372,142 4199,3441514,115 57469,3441629,123 57384,3441752,139 57484,3441891,157 57505,3442048,176 57480,3442224,158 57437,3442382,149 57438,3442531,166 57501,3442697,136 57432,3442833,147 57462,3442980,157 57592,3443137,132 57567,3443269,126 57586,3443395,146 57569,3443541,148 57405,3443689,163 57414,3443852,131 57467,3443983,120 57373,3444103,141 57549,3444244,157 57485,3444401,145 57369,3444546,156 57415,3444702,154 57539,3444856,169 57490,3445025,139 57599,3445164,171 57515,3445335,121 57392,3445456,166 57395,3445622,134 57506,3445756,140 57465,3445896,109 57461,3446005,142 24633,3446147,151 24649,3446298,143 24717,3446441,129 57390,3446570,160 57498,3446730,137 57406,3446867,124 24729,3446991,126 24755,3447117,129 24578,3447246,168 24713,3447414,122 24609,3447536,135 24760,3447671,130 57514,3447801,149 57360,3447950,159 57554,3448109,170 24782,3448279,156 24630,3448435,182 24718,3448617,204 24602,3448821,142 24682,3448963,183 24749,3449146,139 24661,3449285,139 24685,3449424,147 24761,3449571,149 24732,3449720,153 24783,3449873,146 24693,3450019,129 24759,3450148,144 24582,3450292,137 24762,3450429,144 24728,3450573,140 24798,3450713,141 24784,3450854,170 24597,3451024,140 24733,3451164,145 24738,3451309,146 24708,3451455,133 24621,3451588,156 24824,3451744,192 24696,3451936,161 24808,3452097,187 24822,3452284,197 24690,3452481,169 24657,3452650,147 24722,3452797,136 24734,3452933,224 24592,3453157,164 24644,3453321,153 24580,3453474,153 24802,3453627,170 24756,3453797,145 40989,3453942,147 41126,3454089,151 41041,3454240,154 40979,3454394,149 41145,3454543,157 40985,3454700,152 41197,3454852,151 24778,3455003,169 24612,3455172,159 24751,3455331,152 24632,3455483,151 24655,3455634,124 41168,3455758,163 41148,3455921,144 41051,3456065,133 41100,3456198,155 41048,3456353,130 41079,3456483,141 41120,3456624,137 41016,3456761,133 41061,3456894,151 41123,3457045,154 40987,3457199,161 41045,3457360,146 41076,3457506,145 41087,3457651,145 41001,3457796,141 41095,3457937,140 41027,3458077,168 41026,3458245,142 41153,3458387,113 41039,3458500,133 41167,3458633,130 41074,3458763,141 41090,3458904,117 41200,3459021,156 41175,3459177,153 41201,3459330,113 41139,3459443,123 41215,3459566,143 41189,3459709,147 41014,3459856,170 41170,3460026,180 41115,3460206,152 40960,3460358,159 41098,3460517,166 41083,3460683,146 41052,3460829,155 8207,3460984,127 41171,3461111,152 41140,3461263,152 41056,3461415,144 41091,3461559,128 41130,3461687,134 41019,3461821,152 41203,3461973,102 8415,3462075,157 8391,3462232,156 40964,3462388,133 8233,3462521,171 8297,3462692,154 8331,3462846,156 8235,3463002,169 8299,3463171,159 8196,3463330,161 8213,3463491,122 8345,3463613,142 8441,3463755,150 8338,3463905,130 8259,3464035,158 8305,3464193,114 8316,3464307,121 8279,3464428,152 8421,3464580,133 8327,3464713,139 8380,3464852,168 49344,3465020,154 49164,3465174,150 49267,3465324,143 49364,3465467,141 49357,3465608,120 8429,3465728,163 8325,3465891,136 8397,3466027,148 8238,3466175,141 8371,3466316,108 8430,3466424,142 8268,3466566,161 8215,3466727,101 8339,3466828,149 8291,3466977,132 8214,3467109,159 8269,3467268,114 8287,3467382,132 8223,3467514,150 8374,3467664,140 8401,3467804,155 8398,3467959,157 8212,3468116,144 8386,3468260,164 49395,3468424,172 8278,3468596,109 8258,3468705,139 8312,3468844,135 8198,3468979,163 8228,3469142,164 8285,3469306,112 49157,3469418,172 49271,3469590,146 49352,3469736,141 49257,3469877,165 49255,3470042,161 49315,3470203,170 49176,3470373,139 40334,3470512,145 47873,3470657,138 49203,3470795,140 49296,3470935,113 49374,3471048,132 49171,3471180,125 49259,3471305,127 49228,3471432,135 49276,3471567,129 49336,3471696,141 49250,3471837,141 49388,3471978,145 49286,3472123,148 49240,3472271,146 49360,3472417,124 49343,3472541,146 49338,3472687,137 49246,3472824,126 49365,3472950,158 49251,3473108,164 49185,3473272,137 49371,3473409,159 49307,3473568,144 49258,3473712,141 49379,3473853,157 49406,3474010,159 49174,3474169,155 49340,3474324,129 49345,3474453,138 49289,3474591,131 49328,3474722,143 49162,3474865,112 49268,3474977,126 16462,3475103,134 16525,3475237,165 16411,3475402,153 16547,3475555,168 16563,3475723,133 16413,3475856,152 49354,3476008,123 49260,3476131,151 16639,3476282,152 16415,3476434,138 16559,3476572,149 16631,3476721,140 16439,3476861,137 49190,3476998,160 16510,3477158,152 16633,3477310,131 49263,3477441,122 49319,3477563,110 49226,3477673,108 16468,3477781,163 16388,3477944,120 16472,3478064,124 16408,3478188,148 16458,3478336,150 16444,3478486,108 16450,3478594,104 16626,3478698,151 16546,3478849,159 16604,3479008,133 16480,3479141,136 16470,3479277,118 16432,3479395,110 16448,3479505,142 32855,3479647,123 32955,3479770,146 16445,3479916,145 16592,3480061,149 16566,3480210,146 16550,3480356,121 16446,3480477,149 16454,3480626,146 49367,3480772,154 16602,3480926,120 16583,3481046,152 16466,3481198,144 16430,3481342,166 16427,3481508,149 16410,3481657,134 16479,3481791,136 16512,3481927,142 16465,3482069,143 16506,3482212,157 16433,3482369,144 16595,3482513,168 16622,3482681,131 16421,3482812,149 16487,3482961,152 16579,3483113,154 16620,3483267,129 32815,3483396,168 32852,3483564,166 32851,3483730,140 32806,3483870,165 32944,3484035,126 33018,3484161,106 33021,3484267,134 33022,3484401,154 32828,3484555,123 32838,3484678,123 16386,3484801,140 16457,3484941,169 16425,3485110,82 16542,3485192,157 32941,3485349,143 32782,3485492,152 32939,3485644,157 33009,3485801,131 32809,3485932,157 32882,3486089,153 16385,3486242,184 16497,3486426,134 32785,3486560,160 32820,3486720,108 32996,3486828,158 33004,3486986,168 32812,3487154,147 32982,3487301,139 32778,3487440,135 32843,3487575,136 32968,3487711,138 32786,3487849,166 32807,3488015,153 33020,3488168,137 32790,3488305,136 32930,3488441,150 32972,3488591,163 32933,3488754,140 32889,3488894,139 121,3489033,146 145,3489179,118 117,3489297,151 165,3489448,127 54,3489575,140 248,3489715,160 32860,3489875,152 32965,3490027,156 32888,3490183,167 33014,3490350,158 32891,3490508,159 32788,3490667,134 32951,3490801,128 237,3490929,98 163,3491027,161 57,3491188,133 60,3491321,149 126,3491470,142 203,3491612,158 19,3491770,111 149,3491881,135 87,3492016,128 214,3492144,132 158,3492276,107 66,3492383,156 125,3492539,140 150,3492679,155 94,3492834,167 56,3493001,120 68,3493121,150 206,3493271,128 123,3493399,122 15,3493521,126 187,3493647,136 26,3493783,143 127,3493926,116 96,3494042,139 524399,3494181,129 64,3494310,141 93,3494451,120 18,3494571,171 138,3494742,164 50,3494906,132 133,3495038,117 74,3495155,165 524431,3495320,151 106,3495471,153 524350,3495624,143 524352,3495767,163 524346,3495930,129 524349,3496059,145 524344,3496204,139 524403,3496343,121 524402,3496464,165 524394,3496629,113 524410,3496742,100 524409,3496842,133 524365,3496975,140 524335,3497115,143 524332,3497258,139 524386,3497397,114 524380,3497511,142 524378,3497653,142 524370,3497795,123 524318,3497918,145 524313,3498063,161 159745,3498224,141 524302,3498365,131 56585,3498496,145 2,3498641,129 3,3498770,129 6,3498899,129 524289,3499028,158 524293,3499186,131 56583,3499317,145 8,3499462,129 61,3499591,109 56589,3499700,145 524388,3499845,109 524290,3499954,161 524314,3500115,143 524427,3500258,158 524306,3500416,162 1352127,3500578,204 9733060,3500782,185 524336,3500967,155 11,3501122,149 155,3501271,165 10261424,3501436,263 6598385,3501699,184 524310,3501883,151 4508555,3502034,139 11797853,3502173,201 9979943,3502374,252 13956591,3502626,158 2669961,3502784,139 15473597,3502923,147 14197525,3503070,197 8414330,3503267,126 7403563,3503393,217 1320053,3503610,134 1105078,3503744,154 16293416,3503898,138 16303347,3504036,259 13924139,3504295,267 6617536,3504562,138 1626309,3504700,213 3468571,3504913,141 12363025,3505054,122 2683,3505176,136 12904714,3505312,189 12862589,3505501,196 3205518,3505697,196 7637812,3505893,253 11320688,3506146,180 12594726,3506326,60 3461730,3506386,181 529061,3506567,141 8421368,3506708,137 4457335,3506845,154 9351,3506999,149 11856291,3507148,167 3729646,3507315,203 9484512,3507518,256 10286385,3507774,213 8447061,3507987,185 2903238,3508172,178 8134925,3508350,139 5028978,3508489,134 6816440,3508623,189 3433428,3508812,216 587753,3509028,186 9222693,3509214,198 13934139,3509412,259 14474466,3509671,161 10529897,3509832,161 1083899,3509993,161 14437341,3510154,275 12629453,3510429,180 5001335,3510609,180 5254587,3510789,229 8710807,3511018,243 6044221,3511261,178 3210597,3511439,196 8167854,3511635,123 3941115,3511758,123 5827324,3511881,120 9442266,3512001,130 1315165,3512131,212 15004455,3512343,141 6822316,3512484,239 15216140,3512723,155 1610404,3512878,133 1050668,3513011,130 11563869,3513141,180 15774930,3513321,189 6044229,3513510,234 10501169,3513744,179 11048909,3513923,139 4213879,3514062,139 2941712,3514201,129 8864,3514330,146 10760314,3514476,175 16551515,3514651,218 1321492,3514869,282 14188150,3515151,214 3689307,3515365,190 12083522,3515555,211 2099725,3515766,154 14974053,3515920,251 10245338,3516171,142 4999503,3516313,178 12874782,3516491,178 53368,3516669,141 6060280,3516810,180 12068805,3516990,180 14453123,3517170,161 6081433,3517331,161 13918325,3517492,241 7915000,3517733,180 13917540,3517913,167 9482564,3518080,161 4775180,3518241,122 9702552,3518363,123 15268841,3518486,123 3730445,3518609,123 5777292,3518732,159 1313477,3518891,141 2130936,3519032,164 13158224,3519196,193 2940119,3519389,169 3466202,3519558,139 14728094,3519697,166 4772431,3519863,178 14985964,3520041,232 9748038,3520273,271 11335884,3520544,139 9198117,3520683,139 4734938,3520822,170 7101754,3520992,141 13423662,3521133,158 13128673,3521291,267 1316509,3521558,141 4760294,3521699,121 9495292,3521820,154 15730897,3521974,170 5805234,3522144,117 11572597,3522261,252 11841621,3522513,196 298006,3522709,196 10018139,3522905,170 3955953,3523075,122 1355397,3523197,154 9467037,3523351,157 9190194,3523508,133 13685728,3523641,189 6577395,3523830,166 11586814,3523996,180 5508601,3524176,180 26137,3524356,180 16529764,3524536,214 1328941,3524750,213 14979325,3524963,123 8694554,3525086,123 2125105,3525209,140 13657412,3525349,123 1601325,3525472,286 16273325,3525758,222 4983357,3525980,127 3965035,3526107,230 6348341,3526337,157 2634110,3526494,227 11026722,3526721,259 7134652,3526980,161 13401974,3527141,141 4242536,3527282,282 14456896,3527564,141 4486740,3527705,196 8182176,3527901,196 15741925,3528097,196 11858316,3528293,180 12111606,3528473,171 12059300,3528644,169 14975782,3528813,196 9700795,3529009,154 9199533,3529163,199 11321949,3529362,199 9178247,3529561,114 1599960,3529675,226 12858065,3529901,221 13386126,3530122,148 13412289,3530270,139 3703929,3530409,138 8167101,3530547,170 1835545,3530717,213 13162360,3530930,143 10248477,3531073,179 12621274,3531252,208 11805184,3531460,159 6834610,3531619,153 4750079,3531772,103 4241127,3531875,180 13677661,3532055,180 8926927,3532235,180 10798414,3532415,180 13941734,3532595,180 40686,3532775,161 9484338,3532936,147 4206470,3533083,139 13902541,3533222,143 13133662,3533365,147 10247442,3533512,147 15768809,3533659,147 12850146,3533806,147 16051103,3533953,157 15243458,3534110,142 13900488,3534252,179 5267958,3534431,161 3122,3534592,132 2573,3534724,119 16012320,3534843,245 4997256,3535088,164 6610409,3535252,219 819581,3535471,175 325108,3535646,132 13155557,3535778,154 15250544,3535932,154 7149,3536086,172 3291,3536258,172 1152,3536430,172 6331551,3536602,172 136,3536774,172 24799,3536946,172 24681,3537118,172 1331,3537290,172 11552002,3537462,180 1843185,3537642,180 11857692,3537822,211 1367609,3538033,180 12120073,3538213,170 16544250,3538383,133 13418073,3538516,122 8692661,3538638,141 3210475,3538779,189 2386096,3538968,161 1839928,3539129,160 10284538,3539289,124 15492077,3539413,158 13920097,3539571,172 14958882,3539743,212 10230210,3539955,270 12330657,3540225,166 7654387,3540391,163 15782223,3540554,125 4456,3540679,131 1630145,3540810,136 16563214,3540946,250 2936934,3541196,219 11558106,3541415,112 14466426,3541527,259 9443002,3541786,196 6335215,3541982,180 13693941,3542162,180 13911625,3542342,196 9699504,3542538,196 2390511,3542734,232 11281204,3542966,230 11111,3543196,189 16301070,3543385,122 5300281,3543507,187 12081014,3543694,138 2359546,3543832,259 13123068,3544091,191 14686613,3544282,129 16273704,3544411,120 11280137,3544531,256 12325800,3544787,254 9467886,3545041,141 3937228,3545182,141 9757678,3545323,178 14212160,3545501,123 8413125,3545624,123 1112352,3545747,141 2124160,3545888,123 6566568,3546011,140 8395060,3546151,140 4236236,3546291,140 14985120,3546431,140 3952062,3546571,123 4728364,3546694,123 1342938,3546817,123 12882188,3546940,123 7117153,3547063,178 5293833,3547241,137 8416663,3547378,60 6577542,3547438,140 1580522,3547578,140 1595008,3547718,140 10527941,3547858,140 16044296,3547998,140 2128152,3548138,140 11038122,3548278,140 3670053,3548418,140 12641184,3548558,192 16040212,3548750,166 9233512,3548916,238 13152923,3549154,140 7105143,3549294,140 10793409,3549434,140 3419831,3549574,140 9225857,3549714,140 13433316,3549854,140 3954882,3549994,140 14966327,3550134,140 2376076,3550274,140 6353506,3550414,140 12630147,3550554,140 13109672,3550694,140 9467969,3550834,140 5808163,3550974,140 13947474,3551114,140 2640103,3551254,180 316336,3551434,140 14707878,3551574,169 4483084,3551743,185 9965092,3551928,209 11022524,3552137,161 25566,3552298,210 6333475,3552508,149 7882452,3552657,161 14958278,3552818,196 3704862,3553014,196 2939655,3553210,140 9997638,3553350,140 14952075,3553490,180 6850721,3553670,161 7858,3553831,155 12617395,3553986,249 4500913,3554235,178 1874113,3554413,275 10525463,3554688,151 4456891,3554839,236 10541117,3555075,199 5829372,3555274,180 6568682,3555454,141 5271619,3555595,121 13636625,3555716,154 3953623,3555870,116 58852,3555986,240 15209326,3556226,196 5025299,3556422,196 4992766,3556618,258 1096855,3556876,197 14472260,3557073,180 14725728,3557253,232 10766004,3557485,180 837700,3557665,176 15260192,3557841,156 4727605,3557997,175 9209281,3558172,189 2138481,3558361,141 8190368,3558502,199 7120081,3558701,199 5548858,3558900,203 15243919,3559103,162 15494298,3559265,158 3435932,3559423,144 13956950,3559567,178 14707002,3559745,143 5540062,3559888,141 7875428,3560029,136 2424077,3560165,134 3429780,3560299,214 10251063,3560513,192 11024217,3560705,180 4237910,3560885,189 6837338,3561074,140 3990503,3561214,192 13387709,3561406,137 5018534,3561543,154 7729,3561697,142 5306349,3561839,180 5028251,3562019,225 12353163,3562244,175 799196,3562419,196 4251089,3562615,150 12642239,3562765,186 5535626,3562951,158 2388306,3563109,117 4788,3563226,144 16555,3563370,172 6566875,3563542,130 10749673,3563672,130 11579667,3563802,130 5025516,3563932,247 8162017,3564179,221 5563561,3564400,138 2130008,3564538,133 6834862,3564671,196 6346581,3564867,196 10765773,3565063,142 9724521,3565205,139 13688137,3565344,137 13132796,3565481,139 1887446,3565620,219 11059794,3565839,180 10502471,3566019,180 1879755,3566199,196 5042590,3566395,152 2111191,3566547,227 6817546,3566774,160 5041085,3566934,234 8177958,3567168,258 6059439,3567426,141 3717808,3567567,117 7374750,3567684,228 11817058,3567912,163 281196,3568075,196 3734292,3568271,196 15787170,3568467,196 8147337,3568663,177 1074120,3568840,174 5775449,3569014,219 9447211,3569233,135 5029044,3569368,146 9753861,3569514,199 7659958,3569713,123 2401580,3569836,196 4728665,3570032,152 11302675,3570184,236 558237,3570420,141 9485798,3570561,220 1615017,3570781,119 8448044,3570900,139 13938109,3571039,141 2375854,3571180,193 15994369,3571373,123 1349070,3571496,123 5299718,3571619,123 6082869,3571742,157 7891412,3571899,195 534167,3572094,187 13421772,3572281,149 13395466,3572430,123 16522563,3572553,123 6605727,3572676,253 5045246,3572929,178 12635121,3573107,238 16547180,3573345,178 14974618,3573523,178 2889405,3573701,154 3188873,3573855,144 11838187,3573999,154 1889762,3574153,254 9449,3574407,183 6830968,3574590,141 16277744,3574731,189 6070752,3574920,172 8705042,3575092,140 6859529,3575232,114 16043574,3575346,154 11821175,3575500,204 63008,3575704,139 16003880,3575843,139 8164394,3575982,196 1882006,3576178,196 3688380,3576374,196 5542409,3576570,196 7624969,3576766,196 6052551,3576962,141 3979083,3577103,166 60856,3577269,140 10262989,3577409,127 12895747,3577536,141 12362042,3577677,123 2630645,3577800,261 15732907,3578061,262 11852809,3578323,249 9995869,3578572,189 8172955,3578761,252 2903890,3579013,141 6856766,3579154,197 12108677,3579351,197 5040612,3579548,185 11328328,3579733,139 13110578,3579872,130 13653908,3580002,178 317941,3580180,167 12095945,3580347,161 13150070,3580508,196 10748130,3580704,196 11846908,3580900,219 13162141,3581119,163 4217816,3581282,234 5565487,3581516,135 2660807,3581651,157 16563559,3581808,144 9598,3581952,184 16297511,3582136,158 7620046,3582294,120 12908501,3582414,141 1860761,3582555,182 1104970,3582737,199 8974102,3582936,139 9218415,3583075,163 8181345,3583238,219 11599115,3583457,154 10008762,3583611,189 846234,3583800,152 4985262,3583952,170 9210362,3584122,206 5028936,3584328,141 8441930,3584469,166 4774005,3584635,240 13924507,3584875,141 4734953,3585016,196 1326275,3585212,196 11068740,3585408,196 1581269,3585604,139 3166461,3585743,212 16572,3585955,125 16485,3586080,127 8971851,3586207,137 14209168,3586344,117 5293277,3586461,159 34029,3586620,60 14680741,3586680,124 16002687,3586804,189 11848708,3586993,137 12113190,3587130,187 15776104,3587317,214 320878,3587531,155 1867564,3587686,196 8961217,3587882,196 1884110,3588078,254 16265218,3588332,130 11051353,3588462,174 15511008,3588636,189 7920135,3588825,232 4498974,3589057,147 3723978,3589204,259 1089082,3589463,232 9457091,3589695,118 3569,3589813,184 1916,3589997,161 9192045,3590158,196 9500817,3590354,168 4480350,3590522,207 5287281,3590729,228 2108101,3590957,121 11059004,3591078,223 13956391,3591301,155 12104440,3591456,123 9979402,3591579,123 12082442,3591702,123 8165917,3591825,123 1060901,3591948,123 7384279,3592071,254 5530338,3592325,123 1351065,3592448,123 1342380,3592571,114 9465093,3592685,174 13941704,3592859,197 4756743,3593056,213 2408308,3593269,60 13425749,3593329,225 2686898,3593554,140 1859794,3593694,199 16037290,3593893,178 15248557,3594071,178 538313,3594249,122 7625669,3594371,154 9715913,3594525,158 10502567,3594683,157 14960346,3594840,219 1839792,3595059,141 5032097,3595200,142 5029016,3595342,154 2946098,3595496,170 6583142,3595666,252 270074,3595918,151 14177653,3596069,161 13898147,3596230,161 309901,3596391,161 7621928,3596552,128 41093,3596680,60 14703263,3596740,154 9198328,3596894,242 13916160,3597136,199 9471019,3597335,123 9854,3597458,118 2905468,3597576,254 16039130,3597830,288 2325,3598118,128 5822915,3598246,193 2913184,3598439,141 4472327,3598580,131 8685030,3598711,243 3965813,3598954,149 2728,3599103,135 10690,3599238,141 1604619,3599379,135 13925173,3599514,133 2168,3599647,162 7140223,3599809,189 1312520,3599998,60 7907307,3600058,174 4742454,3600232,121 2146375,3600353,119 3435334,3600472,178 8151114,3600650,105 1598578,3600755,189 8705150,3600944,189 2416326,3601133,189 6048,3601322,127 1064202,3601449,222 9709456,3601671,172 10753937,3601843,242 3463863,3602085,178 1088624,3602263,141 15223894,3602404,178 10754312,3602582,199 3715024,3602781,60 8442678,3602841,107 6563166,3602948,173 9475082,3603121,166 4239478,3603287,167 13909305,3603454,193 5285,3603647,158 12629463,3603805,234 13938033,3604039,141 7351069,3604180,150 15762881,3604330,217 6305806,3604547,158 16540345,3604705,149 711,3604854,153 7741,3605007,167 2662787,3605174,144 5037437,3605318,146 4780155,3605464,144 12106843,3605608,175 1085114,3605783,124 4989324,3605907,195 2903677,3606102,237 10810469,3606339,214 5017978,3606553,154 16026859,3606707,189 7617125,3606896,142 9564,3607038,156 6836068,3607194,117 13398253,3607311,141 9469488,3607452,107 8710974,3607559,130 41173,3607689,146 1620774,3607835,226 1620229,3608061,202 15528190,3608263,178 9741324,3608441,139 7385879,3608580,141 11534919,3608721,201 12380054,3608922,158 9736143,3609080,139 11072989,3609219,139 4510637,3609358,257 10257013,3609615,238 6081482,3609853,214 2681230,3610067,172 3471591,3610239,141 11571326,3610380,141 2913120,3610521,207 5278965,3610728,192 1856670,3610920,161 14993938,3611081,178 13934085,3611259,178 5791734,3611437,178 4240142,3611615,214 315006,3611829,185 12622544,3612014,123 9744415,3612137,123 10013773,3612260,217 12589859,3612477,237 12109642,3612714,213 14208570,3612927,219 1059947,3613146,218 7636420,3613364,185 9762518,3613549,123 16264572,3613672,123 13679332,3613795,212 4772701,3614007,60 8453104,3614067,220 12587819,3614287,204 832676,3614491,286 9462587,3614777,161 16558774,3614938,161 13119047,3615099,229 12591696,3615328,146 10532169,3615474,158 8026,3615632,146 9985410,3615778,144 2380735,3615922,181 275333,3616103,254 8709592,3616357,234 11058332,3616591,222 11046978,3616813,253 1621650,3617066,155 9487690,3617221,197 12350870,3617418,274 1848538,3617692,171 2924591,3617863,145 7101501,3618008,154 7873319,3618162,161 14481238,3618323,161 6857853,3618484,187 1592077,3618671,135 13898307,3618806,185 4761272,3618991,126 12089382,3619117,156 14470056,3619273,151 12613752,3619424,259 14989690,3619683,117 3463873,3619800,237 7364044,3620037,158 13669114,3620195,199 15227601,3620394,199 11019262,3620593,151 14703964,3620744,116 6852398,3620860,208 14698213,3621068,224 1857947,3621292,196 13942046,3621488,174 12360552,3621662,166 13423777,3621828,158 571999,3621986,184 1105916,3622170,122 8683325,3622292,214 12910054,3622506,147 13408395,3622653,157 3204054,3622810,136 10265893,3622946,245 14697837,3623191,192 2636070,3623383,165 9239712,3623548,243 1852029,3623791,213 8415539,3624004,196 12330695,3624200,141 12344993,3624341,128 9719628,3624469,127 9967752,3624596,142 1605902,3624738,123 6327370,3624861,123 7648647,3624984,123 16561880,3625107,123 3959340,3625230,154 2366330,3625384,123 9240151,3625507,123 12625408,3625630,123 1632297,3625753,146 14729862,3625899,195 7603621,3626094,252 2649549,3626346,227 5509169,3626573,124 4498534,3626697,141 14159127,3626838,252 1622719,3627090,159 15211706,3627249,130 15773716,3627379,206 1608096,3627585,282 797318,3627867,199 16540137,3628066,199 4216418,3628265,214 14998381,3628479,242 41169,3628721,145 6348,3628866,119 6183,3628985,177 36868,3629162,145 1676,3629307,115 155788,3629422,115 53464,3629537,117 1610623,3629654,185 10761507,3629839,234 11839823,3630073,142 8403700,3630215,199 4759800,3630414,199 16277052,3630613,250 2637430,3630863,145 14432633,3631008,141 5821806,3631149,189 807729,3631338,144 14454920,3631482,196 5538093,3631678,247 825922,3631925,226 2057,3632151,117 9191924,3632268,142 7360264,3632410,258 8926657,3632668,149 3162785,3632817,154 9911,3632971,175 2674891,3633146,204 4219626,3633350,192 4984775,3633542,191 8431510,3633733,135 13377817,3633868,161 3154691,3634029,167 10286813,3634196,154 7808,3634350,122 4753438,3634472,134 3961279,3634606,170 915,3634776,123 195,3634899,141 3164935,3635040,193 3431098,3635233,172 5255080,3635405,141 9448402,3635546,196 578973,3635742,178 12616537,3635920,154 15500245,3636074,147 1348655,3636221,156 16560397,3636377,261 2160508,3636638,197 7916,3636835,203 15758876,3637038,220 1198,3637258,151 17693,3637409,141 10540597,3637550,170 3440653,3637720,124 11815894,3637844,154 14192938,3637998,187 3949182,3638185,154 2979,3638339,139 3210,3638478,151 2374274,3638629,140 8915207,3638769,167 5809294,3638936,165 3200601,3639101,163 7350997,3639264,175 8951653,3639439,123 3698312,3639562,178 12092804,3639740,117 4255453,3639857,196 11540614,3640053,119 11302173,3640172,196 2662039,3640368,196 5413,3640564,164 7856,3640728,141 6560871,3640869,198 6292874,3641067,177 12329723,3641244,117 32950,3641361,207 545070,3641568,140 10003460,3641708,127 52287,3641835,161 7649566,3641996,238 10492338,3642234,154 9180615,3642388,196 6355613,3642584,196 14457108,3642780,196 4997075,3642976,130 11555685,3643106,185 3180609,3643291,207 4517839,3643498,161 3163542,3643659,196 12645606,3643855,196 7662464,3644051,161 843996,3644212,161 14182595,3644373,161 12882905,3644534,161 11021241,3644695,161 11337107,3644856,224 6838061,3645080,226 47298,3645306,143 16039808,3645449,196 3727,3645645,159 10544663,3645804,144 7340469,3645948,141 8009,3646089,130 8967762,3646219,165 16552186,3646384,147 13677076,3646531,130 12854358,3646661,140 11843206,3646801,139 5041659,3646940,167 8138429,3647107,139 7122709,3647246,131 14999856,3647377,172 794936,3647549,128 14966873,3647677,164 14686493,3647841,196 6869434,3648037,254 1841856,3648291,123 3176642,3648414,204 4214965,3648618,260 3937787,3648878,196 13407050,3649074,141 53184,3649215,192 14430989,3649407,203 6850933,3649610,160 4255822,3649770,214 8690,3649984,187 5572,3650171,162 4582,3650333,148 2421032,3650481,113 14694463,3650594,178 13922854,3650772,178 4227869,3650950,123 14472098,3651073,123 6036953,3651196,123 8390024,3651319,198 15732253,3651517,175 8957447,3651692,123 6881015,3651815,123 11285998,3651938,226 8917398,3652164,196 14946030,3652360,196 2677143,3652556,168 3153818,3652724,154 797780,3652878,196 13943198,3653074,135 7367002,3653209,141 49015,3653350,141 13661972,3653491,193 3192788,3653684,208 11829695,3653892,181 9726640,3654073,158 4724986,3654231,162 5798506,3654393,213 10500344,3654606,125 6846756,3654731,133 2686336,3654864,154 831101,3655018,130 3163409,3655148,130 15211180,3655278,169 1880,3655447,143 15793352,3655590,139 16310037,3655729,181 7605,3655910,137 11544192,3656047,141 13931416,3656188,131 6455,3656319,131 16546818,3656450,182 11034890,3656632,122 6330333,3656754,144 293232,3656898,196 10508259,3657094,196 1880132,3657290,164 11278280,3657454,142 16024652,3657596,130 11858664,3657726,139 3954511,3657865,192 13933812,3658057,140 9180741,3658197,189 6854753,3658386,147 6330387,3658533,237 5270347,3658770,171 11803696,3658941,178 7363244,3659119,161 2921833,3659280,139 10500590,3659419,178 14994265,3659597,255 11855405,3659852,170 8680544,3660022,178 5014223,3660200,152 2643815,3660352,152 7345823,3660504,148 6876995,3660652,123 13642528,3660775,123 2908662,3660898,123 13935421,3661021,123 15758959,3661144,123 4233389,3661267,123 7097715,3661390,123 1876152,3661513,174 14189670,3661687,143 1174,3661830,150 57387,3661980,149 6033035,3662129,150 7628791,3662279,144 14954530,3662423,232 282391,3662655,166 6048287,3662821,248 14978868,3663069,152 6838991,3663221,161 829607,3663382,161 11560751,3663543,147 1101166,3663690,164 14181237,3663854,219 14195815,3664073,193 6561951,3664266,114 10763857,3664380,127 7349765,3664507,157 37105,3664664,154 8673921,3664818,118 13402586,3664936,182 32876,3665118,179 29283,3665297,164 1845213,3665461,250 12110059,3665711,214 8439282,3665925,169 6617226,3666094,185 6871892,3666279,182 11817555,3666461,136 4550,3666597,131 7480,3666728,131 20499,3666859,160 13164420,3667019,130 2362732,3667149,138 4740444,3667287,192 1634532,3667479,229 5802586,3667708,117 10259566,3667825,175 14438178,3668000,170 16280801,3668170,151 1864488,3668321,132 14213124,3668453,130 2948523,3668583,271 3191992,3668854,151 3673677,3669005,141 3699690,3669146,154 5001826,3669300,188 8403958,3669488,196 3205919,3669684,243 5544524,3669927,240 15474059,3670167,141 15495319,3670308,139 5773816,3670447,139 13664196,3670586,291 1341939,3670877,192 839414,3671069,286 1574655,3671355,200 12897666,3671555,237 3210132,3671792,265 9120,3672057,171 15992485,3672228,239 10794286,3672467,214 3974529,3672681,197 3467537,3672878,197 6605731,3673075,166 15530684,3673241,170 571938,3673411,139 2670908,3673550,174 11594977,3673724,60 6350730,3673784,142 2632070,3673926,149 7372217,3674075,141 573100,3674216,169 2395104,3674385,248 9252,3674633,152 5294496,3674785,111 7635951,3674896,144 57590,3675040,157 13381088,3675197,128 48993,3675325,175 7890903,3675500,123 12108049,3675623,123 1066676,3675746,150 10281791,3675896,123 3697436,3676019,260 14439811,3676279,213 4680,3676492,118 24648,3676610,116 8178010,3676726,118 13632513,3676844,193 7612503,3677037,141 5804099,3677178,178 11838338,3677356,202 10263616,3677558,248 10749878,3677806,161 4213130,3677967,129 3710354,3678096,166 9179011,3678262,154 14444779,3678416,156 15218205,3678572,139 555016,3678711,161 8943000,3678872,161 12588877,3679033,161 2159006,3679194,139 13147970,3679333,147 7377395,3679480,161 524393,3679641,150 8849,3679791,141 1113270,3679932,212 317098,3680144,221 5285946,3680365,215 6555113,3680580,236 10514585,3680816,287 4773589,3681103,139 809026,3681242,158 12062932,3681400,128 12354141,3681528,158 13657709,3681686,253 529711,3681939,188 16053723,3682127,219 16048644,3682346,115 13378103,3682461,154 3724832,3682615,186 7665946,3682801,141 10761457,3682942,130 1597476,3683072,139 12336517,3683211,196 2118906,3683407,196 3684235,3683603,196 7625803,3683799,123 5277,3683922,143 11069476,3684065,190 1067363,3684255,154 9229454,3684409,214 6564746,3684623,201 12119566,3684824,178 15519903,3685002,219 7921923,3685221,141 1625,3685362,143 15002640,3685505,134 9874,3685639,171 9224481,3685810,188 15467585,3685998,238 11320949,3686236,182 49295,3686418,168 11547915,3686586,182 2664108,3686768,146 11058727,3686914,123 12625214,3687037,123 4476525,3687160,206 9482720,3687366,228 7080202,3687594,125 7397885,3687719,142 7661071,3687861,253 6823,3688114,142 832601,3688256,176 8393896,3688432,266 4234189,3688698,189 11975,3688887,196 4755183,3689083,196 5535125,3689279,252 12874068,3689531,252 5792099,3689783,176 15482365,3689959,238 9752617,3690197,213 3179604,3690410,213 6030137,3690623,196 16263193,3690819,174 5605,3690993,162 5302641,3691155,122 3209087,3691277,215 14183523,3691492,139 540915,3691631,230 9763762,3691861,220 7833,3692081,177 5813811,3692258,135 6050177,3692393,161 6327816,3692554,161 5520695,3692715,135 2942668,3692850,135 8831,3692985,135 7639322,3693120,135 49245,3693255,151 5817731,3693406,214 1581132,3693620,130 1626661,3693750,199 1618992,3693949,132 3191140,3694081,175 16288316,3694256,154 10749008,3694410,167 16538141,3694577,208 9704570,3694785,197 3676129,3694982,165 9971878,3695147,221 9715650,3695368,158 6823407,3695526,230 11796502,3695756,153 11280446,3695909,218 11542313,3696127,149 8916752,3696276,215 1335599,3696491,122 12445,3696613,164 9183498,3696777,264 4987034,3697041,213 13388659,3697254,185 5596,3697439,137 6269,3697576,181 16003257,3697757,139 6640,3697896,177 13163302,3698073,116 10751531,3698189,123 11292206,3698312,268 5017868,3698580,182 10778758,3698762,122 263126,3698884,156 6036079,3699040,208 3951824,3699248,141 15994499,3699389,139 10024919,3699528,139 11845622,3699667,161 2898664,3699828,170 8961400,3699998,231 5817803,3700229,161 2124775,3700390,252 1584308,3700642,149 5556703,3700791,226 7665180,3701017,156 12124083,3701173,158 15475579,3701331,178 10537376,3701509,178 9973178,3701687,161 8700143,3701848,175 41870,3702023,141 14734686,3702164,182 10502304,3702346,122 3371,3702468,134 16486,3702602,190 4761422,3702792,178 12356328,3702970,173 16047628,3703143,169 3953282,3703312,139 584962,3703451,154 15269352,3703605,181 2672191,3703786,139 8965189,3703925,212 6293559,3704137,254 15480383,3704391,150 5768395,3704541,212 6346723,3704753,154 1610711,3704907,130 11057262,3705037,189 13406440,3705226,254 8146813,3705480,129 10267757,3705609,161 584256,3705770,238 53397,3706008,158 8410,3706166,158 7100790,3706324,258 8158091,3706582,150 8694212,3706732,196 10487919,3706928,196 3460608,3707124,194 13660034,3707318,196 10548345,3707514,196 8669029,3707710,196 12910367,3707906,196 10536101,3708102,155 12072805,3708257,213 3431355,3708470,229 12848075,3708699,219 8695788,3708918,159 6080233,3709077,183 10018282,3709260,230 7492,3709490,115 11051416,3709605,172 14729425,3709777,237 8606,3710014,183 11318653,3710197,174 13918621,3710371,123 13650315,3710494,123 534478,3710617,142 12637120,3710759,161 9735105,3710920,161 1332878,3711081,161 1359201,3711242,123 5562465,3711365,248 5257853,3711613,209 16041174,3711822,207 6830057,3712029,141 2924925,3712170,139 14168596,3712309,230 1086795,3712539,210 14168666,3712749,254 10279486,3713003,139 2637673,3713142,183 11464,3713325,141 12583565,3713466,214 15245292,3713680,208 8398473,3713888,189 16296709,3714077,178 8147017,3714255,123 14974443,3714378,254 12892621,3714632,141 13918718,3714773,214 2903380,3714987,167 3446386,3715154,252 6599795,3715406,219 7623098,3715625,219 7124135,3715844,127 7865080,3715971,219 9098,3716190,140 4225,3716330,122 4256645,3716452,154 8943731,3716606,139 16283016,3716745,196 16010367,3716941,196 2662987,3717137,137 524327,3717274,141 16295365,3717415,141 8149532,3717556,129 11596268,3717685,185 5516119,3717870,120 5250605,3717990,168 14966097,3718158,145 15466990,3718303,213 6310337,3718516,122 7348356,3718638,174 10249808,3718812,224 10527547,3719036,196 8152994,3719232,139 57434,3719371,168 4760448,3719539,232 9725229,3719771,212 1882199,3719983,191 6825783,3720174,175 15756850,3720349,159 5555221,3720508,204 3995746,3720712,139 2627245,3720851,139 24787,3720990,113 8687047,3721103,134 6546,3721237,130 286027,3721367,135 7909208,3721502,125 9457754,3721627,129 9212753,3721756,133 14170364,3721889,135 3438807,3722024,232 6081696,3722256,154 6828542,3722410,138 5767395,3722548,174 2886633,3722722,141 12857368,3722863,170 13696920,3723033,196 11593197,3723229,196 12879593,3723425,196 2788,3723621,157 3427133,3723778,213 16530665,3723991,211 10750197,3724202,178 45201,3724380,137 11322978,3724517,158 8940356,3724675,168 10770447,3724843,154 13170483,3724997,139 14722816,3725136,139 5783630,3725275,123 13682163,3725398,123 12361711,3725521,123 2140983,3725644,123 6353989,3725767,123 4782460,3725890,199 4241724,3726089,158 12632000,3726247,196 10279371,3726443,162 9759097,3726605,174 10501487,3726779,141 10543279,3726920,141 1602866,3727061,248 5027868,3727309,144 12360,3727453,157 4510276,3727610,160 10521848,3727770,196 8190300,3727966,140 1053489,3728106,136 10806961,3728242,220 12622852,3728462,238 11327063,3728700,234 30342,3728934,141 9187238,3729075,130 9181485,3729205,154 44256,3729359,139 30002,3729498,113 6583266,3729611,157 8963622,3729768,132 13656204,3729900,178 11281215,3730078,209 8127433,3730287,254 12118327,3730541,126 14966098,3730667,122 9207,3730789,60 3965098,3730849,182 11835025,3731031,139 13115736,3731170,139 2367687,3731309,178 13945008,3731487,190 4483767,3731677,139 7347431,3731816,139 10234480,3731955,193 7355669,3732148,214 14982674,3732362,132 295342,3732494,136 10228651,3732630,187 10019958,3732817,159 1352986,3732976,196 292099,3733172,196 3993484,3733368,218 16529195,3733586,245 10803620,3733831,142 4738430,3733973,117 13953291,3734090,139 13414618,3734229,174 8178719,3734403,245 1634962,3734648,176 9234971,3734824,156 14691571,3734980,140 5288803,3735120,181 2887229,3735301,221 5824876,3735522,268 10255779,3735790,196 10798671,3735986,196 13434135,3736182,172 14458843,3736354,149 10018,3736503,143 5485,3736646,148 55183,3736794,141 2931386,3736935,161 4248494,3737096,161 2940309,3737257,151 8972415,3737408,123 10286222,3737531,123 6092774,3737654,123 12080044,3737777,123 2112686,3737900,123 10501091,3738023,123 4993653,3738146,123 4749909,3738269,134 7854,3738403,181 5254003,3738584,230 309814,3738814,197 1077795,3739011,245 14706797,3739256,131 1597895,3739387,126 10280049,3739513,158 11859998,3739671,125 13647299,3739796,158 15466978,3739954,203 11855746,3740157,129 4458936,3740286,219 3675857,3740505,161 13637482,3740666,161 13928592,3740827,161 5542590,3740988,161 2121031,3741149,197 1099276,3741346,140 274704,3741486,153 9738921,3741639,143 11316014,3741782,197 6294275,3741979,214 10529563,3742193,189 14172898,3742382,143 13152798,3742525,245 1656,3742770,162 14690413,3742932,206 8932559,3743138,143 5245273,3743281,165 14946840,3743446,215 6532,3743661,152 5672,3743813,129 7351842,3743942,178 13166454,3744120,162 632,3744282,173 9113,3744455,179 6089,3744634,178 9465531,3744812,193 1635434,3745005,193 4984686,3745198,193 7922688,3745391,193 8495,3745584,131 3693049,3745715,193 15488505,3745908,193 12874526,3746101,177 6031963,3746278,183 8186323,3746461,193 1851012,3746654,193 12088895,3746847,193 6354068,3747040,193 8410866,3747233,193 8190036,3747426,199 7064,3747625,162 6794,3747787,167 3955255,3747954,161 16031572,3748115,161 3457964,3748276,161 4519001,3748437,161 9821,3748598,161 13433320,3748759,161 14178287,3748920,161 1630914,3749081,161 9982641,3749242,161 14958818,3749403,160 1063769,3749563,160 14192872,3749723,160 12870378,3749883,160 1373226,3750043,161 526530,3750204,161 13434428,3750365,161 2669237,3750526,160 1582694,3750686,160 3200713,3750846,160 13371307,3751006,160 9575,3751166,161 12366323,3751327,161 1860280,3751488,161 11811368,3751649,160 7907443,3751809,160 7235,3751969,161 9174,3752130,161 14946845,3752291,160 4511457,3752451,192 16552212,3752643,165 4746683,3752808,169 10768,3752977,141 41609,3753118,141 4516317,3753259,177 3934,3753436,108 4904,3753544,148 12107651,3753692,139 9199874,3753831,231 5541024,3754062,174 8157672,3754236,140 10760465,3754376,129 32883,3754505,139 8430039,3754644,208 15474546,3754852,186 9178486,3755038,196 8699474,3755234,196 8691637,3755430,196 10799776,3755626,196 8708340,3755822,154 14168162,3755976,123 13690189,3756099,139 10536290,3756238,139 8689368,3756377,139 9945,3756516,139 15224971,3756655,185 16253998,3756840,185 53303,3757025,139 8708184,3757164,139 7370288,3757303,139 310265,3757442,154 14991085,3757596,164 5831556,3757760,139 40974,3757899,118 49175,3758017,128 6074470,3758145,139 12356259,3758284,178 11058471,3758462,158 3430240,3758620,158 12637073,3758778,154 13933404,3758932,205 15264529,3759137,130 4505571,3759267,256 3960810,3759523,191 8801,3759714,137 6536,3759851,123 1629270,3759974,267 5874,3760241,162 3409743,3760403,169 11839876,3760572,146 11580047,3760718,178 4461633,3760896,155 13143427,3761051,196 57361,3761247,144 9557,3761391,160 5806191,3761551,136 13115326,3761687,196 2112946,3761883,196 4773177,3762079,196 8090,3762275,140 2574,3762415,151 5728,3762566,132 7806,3762698,132 4965,3762830,132 1080,3762962,132 3776,3763094,132 14176184,3763226,155 2795,3763381,169 2897713,3763550,253 6352476,3763803,248 6588671,3764051,190 8546,3764241,132 190163,3764373,157 5817,3764530,155 12847178,3764685,114 2049,3764799,150 1906,3764949,196 14692357,3765145,196 3948623,3765341,202 828418,3765543,140 10548196,3765683,140 8707068,3765823,114 8191036,3765937,152 9969167,3766089,227 4753610,3766316,271 3692048,3766587,139 42818,3766726,141 43632,3766867,189 16291271,3767056,189 8706353,3767245,214 4462,3767459,167 5507413,3767626,178 7797,3767804,189 7266,3767993,189 5264679,3768182,189 8964560,3768371,189 12599798,3768560,162 9190115,3768722,189 9479274,3768911,162 1370056,3769073,214 15519085,3769287,143 1586077,3769430,141 1335554,3769571,169 5515116,3769740,195 10265513,3769935,291 8177417,3770226,223 10501739,3770449,154 9962200,3770603,154 6617985,3770757,154 532975,3770911,161 3413087,3771072,161 2893407,3771233,154 13632810,3771387,158 14962842,3771545,137 7350528,3771682,246 15510176,3771928,168 57565,3772096,166 5295733,3772262,195 1115,3772457,151 1978,3772608,130 9478672,3772738,169 7080836,3772907,222 5527,3773129,159 9111,3773288,149 6349740,3773437,189 9498706,3773626,190 5689,3773816,153 3113,3773969,130 1385,3774099,130 2830,3774229,143 9240048,3774372,132 12893004,3774504,190 10014547,3774694,208 13934920,3774902,196 13657546,3775098,196 4746028,3775294,208 7087545,3775502,208 2893869,3775710,208 4723699,3775918,208 16543,3776126,144 31,3776270,143 40978,3776413,143 9235398,3776556,196 11569408,3776752,196 7916392,3776948,188 3468555,3777136,196 15785713,3777332,175 16256833,3777507,219 3970830,3777726,175 3150922,3777901,193 4983742,3778094,125 796022,3778219,195 14210108,3778414,135 13910373,3778549,246 14942875,3778795,139 14424773,3778934,196 16015019,3779130,130 11074743,3779260,166 49152,3779426,129 8671617,3779555,160 11584135,3779715,165 13382976,3779880,165 9176319,3780045,165 16553187,3780210,165 12094738,3780375,123 9498472,3780498,187 13113021,3780685,189 60373,3780874,141 12881671,3781015,326 14448692,3781341,118 13421697,3781459,191 7116066,3781650,110 11818681,3781760,240 10280223,3782000,277 3958806,3782277,129 15208906,3782406,214 7350411,3782620,161 3443323,3782781,161 13653883,3782942,139 7864478,3783081,161 11322170,3783242,161 5566977,3783403,161 12886886,3783564,178 6321084,3783742,178 8140104,3783920,161 1618281,3784081,124 4473936,3784205,129 5305818,3784334,141 1053202,3784475,180 13130614,3784655,189 7929802,3784844,253 288101,3785097,136 11058000,3785233,146 573473,3785379,196 6293520,3785575,196 4735834,3785771,196 9211634,3785967,123 9482477,3786090,123 15744703,3786213,151 3969756,3786364,159 1048829,3786523,151 12876941,3786674,154 7625887,3786828,172 9214438,3787000,172 4497279,3787172,165 8684313,3787337,212 11015513,3787549,149 7387887,3787698,215 5794481,3787913,215 36870,3788128,147 6900,3788275,124 316367,3788399,123 4752114,3788522,152 7911499,3788674,245 8171714,3788919,139 6035,3789058,137 856,3789195,163 12896985,3789358,207 5793466,3789565,207 14731165,3789772,144 4983610,3789916,172 14953730,3790088,172 834897,3790260,172 4194528,3790432,175 16563356,3790607,125 1351375,3790732,117 15206745,3790849,186 14193667,3791035,158 14683866,3791193,141 13673649,3791334,147 16031471,3791481,151 12906625,3791632,196 8393602,3791828,196 9764386,3792024,196 16043093,3792220,137 5299535,3792357,159 3416036,3792516,139 9460,3792655,139 6697,3792794,209 37038,3793003,147 6013,3793150,154 41029,3793304,166 9080,3793470,127 5294449,3793597,127 15745147,3793724,199 9734238,3793923,255 13116897,3794178,266 9719945,3794444,164 273122,3794608,141 14726901,3794749,154 37114,3794903,140 57557,3795043,140 4149,3795183,179 2790,3795362,191 7612394,3795553,185 6592872,3795738,128 16540,3795866,109 11541458,3795975,270 5523612,3796245,203 14983654,3796448,196 8650797,3796644,146 4227670,3796790,160 6080471,3796950,203 9988925,3797153,139 14681883,3797292,158 1878976,3797450,208 1850078,3797658,175 9056,3797833,166 8715996,3797999,206 6325044,3798205,196 14974566,3798401,196 9755610,3798597,196 5560804,3798793,142 16016080,3798935,131 10018512,3799066,252 5278053,3799318,260 23457,3799578,244 5822074,3799822,146 9963309,3799968,130 15779711,3800098,130 2754,3800228,212 1104451,3800440,122 12060075,3800562,178 7902850,3800740,178 13920231,3800918,213 14954278,3801131,213 311737,3801344,213 12893908,3801557,122 13637570,3801679,167 3447153,3801846,166 10244856,3802012,196 15471579,3802208,137 6091398,3802345,154 15269234,3802499,221 10009374,3802720,229 11296574,3802949,221 5533010,3803170,197 311555,3803367,144 2624552,3803511,226 10796801,3803737,139 2132791,3803876,212 573047,3804088,136 5283495,3804224,161 11043221,3804385,161 8957394,3804546,161 52476,3804707,141 6597,3804848,173 4885,3805021,173 1844047,3805194,161 10765521,3805355,221 27901,3805576,204 5528230,3805780,170 16521745,3805950,197 6743,3806147,150 10536329,3806297,139 7710,3806436,147 9024,3806583,148 11832089,3806731,123 3735038,3806854,154 2886091,3807008,105 12381277,3807113,123 2662443,3807236,123 11027585,3807359,129 8930550,3807488,129 16010519,3807617,209 3717355,3807826,154 10000337,3807980,158 12071489,3808138,218 24796,3808356,178 9466498,3808534,178 7221,3808712,135 7322,3808847,135 7382,3808982,135 7380,3809117,135 7576,3809252,135 7657,3809387,135 7738,3809522,135 9544,3809657,135 8956,3809792,135 8957,3809927,135 8618,3810062,135 7534,3810197,134 9140,3810331,135 4976,3810466,135 10229876,3810601,136 7087,3810737,135 13160715,3810872,127 6080208,3810999,212 6810,3811211,212 13397408,3811423,124 5860,3811547,182 3967344,3811729,126 5954,3811855,160 6553,3812015,182 23097,3812197,229 10521060,3812426,212 7916163,3812638,154 790887,3812792,141 7662312,3812933,139 16289413,3813072,182 184092,3813254,172 37109,3813426,124 12543,3813550,152 4086,3813702,148 8448,3813850,182 5305632,3814032,160 6599440,3814192,160 10808275,3814352,160 13111411,3814512,207 3422041,3814719,178 16527168,3814897,136 12345870,3815033,196 7644456,3815229,196 6092508,3815425,175 9956,3815600,133 279,3815733,123 14687547,3815856,203 7391087,3816059,123 3676463,3816182,132 12109454,3816314,160 327217,3816474,160 5029029,3816634,160 14168527,3816794,160 1606449,3816954,161 10249648,3817115,161 8672677,3817276,161 11041793,3817437,161 11587740,3817598,160 5294309,3817758,160 8404,3817918,153 57402,3818071,161 4327,3818232,125 9736892,3818357,244 7449,3818601,170 4799,3818771,167 5275229,3818938,169 8146869,3819107,169 8767,3819276,122 4021,3819398,122 2395,3819520,122 6735,3819642,110 7242,3819752,110 5388,3819862,110 9983,3819972,138 10806456,3820110,138 12391,3820248,190 15993747,3820438,133 1862053,3820571,133 9759693,3820704,137 2672270,3820841,122 303441,3820963,122 16282516,3821085,122 2117247,3821207,122 12599054,3821329,122 9970,3821451,122 5007,3821573,188 8402803,3821761,122 10759052,3821883,122 13401399,3822005,139 10779300,3822144,139 5888,3822283,139 5813,3822422,139 5544,3822561,139 5530,3822700,139 4480,3822839,139 2822,3822978,139 53384,3823117,139 4746,3823256,139 9077,3823395,139 9123,3823534,139 6875,3823673,139 8062,3823812,139 4526,3823951,139 9751737,3824090,139 3949454,3824229,139 9409,3824368,139 9714,3824507,139 9713,3824646,139 5124,3824785,139 6829,3824924,139 9914,3825063,139 8971,3825202,139 7661510,3825341,139 7186,3825480,139 6042510,3825619,158 2369,3825777,181 2679623,3825958,192 4484439,3826150,192 10270477,3826342,192 6857668,3826534,192 7401889,3826726,192 8650962,3826918,183 3160358,3827101,183 60205,3827284,183 11817597,3827467,183 55761,3827650,173 11535764,3827823,180 15468651,3828003,252 9740706,3828255,147 330,3828402,149 7900,3828551,183 7464,3828734,183 6163,3828917,183 4205473,3829100,183 9976598,3829283,142 4232536,3829425,143 1583201,3829568,179 7107033,3829747,175 13690754,3829922,170 7122424,3830092,170 11017494,3830262,169 3458002,3830431,226 5568197,3830657,214 13685778,3830871,136 9912,3831007,155 9980,3831162,166 5551,3831328,162 7663725,3831490,163 4511794,3831653,163 14727589,3831816,175 7870593,3831991,164 11552508,3832155,158 14696758,3832313,164 7330,3832477,136 8755,3832613,136 3160562,3832749,139 6082,3832888,132 6855774,3833020,161 10227274,3833181,254 11032640,3833435,208 10539898,3833643,139 8951538,3833782,182 4211,3833964,143 2134861,3834107,201 36903,3834308,126 12879112,3834434,139 6817226,3834573,139 2389763,3834712,139 7660811,3834851,139 12059397,3834990,139 41161,3835129,146 1316983,3835275,115 14718870,3835390,198 1851428,3835588,117 1637243,3835705,117 16298326,3835822,117 1317539,3835939,200 3409915,3836139,127 10789314,3836266,127 1627,3836393,117 8661803,3836510,127 15748514,3836637,127 14736213,3836764,115 3871,3836879,117 2406141,3836996,117 7661282,3837113,117 3466967,3837230,117 7881,3837347,127 8560,3837474,127 8603,3837601,127 12102767,3837728,127 9218434,3837855,139 12351287,3837994,139 1323206,3838133,190 14220435,3838323,139 13938258,3838462,117 2627118,3838579,124 16259223,3838703,124 9748816,3838827,126 6092833,3838953,130 8914763,3839083,189 3442,3839272,126 4744,3839398,126 30878,3839524,177 15253121,3839701,177 6821264,3839878,195 16051000,3840073,159 7103,3840232,151 9577,3840383,148 1318842,3840531,154 8420229,3840685,154 13376480,3840839,154 15994385,3840993,154 1111681,3841147,197 8572,3841344,126 8115,3841470,126 8821,3841596,163 22482,3841759,141 3958550,3841900,130 53437,3842030,169 7994,3842199,193 13148208,3842392,144 7914981,3842536,144 851255,3842680,137 2892427,3842817,118 815004,3842935,169 6116,3843104,144 320593,3843248,144 5264995,3843392,144 8925972,3843536,144 6585300,3843680,144 14193967,3843824,144 12124158,3843968,144 2941970,3844112,177 4505948,3844289,144 8869,3844433,144 14697435,3844577,255 3985243,3844832,161 2360821,3844993,214 3945814,3845207,152 3969126,3845359,139 3464,3845498,158 4501,3845656,150 4934,3845806,153 7922613,3845959,137 7908544,3846096,137 6862233,3846233,137 1884638,3846370,137 12100486,3846507,176 1867493,3846683,176 1883577,3846859,157 5167,3847016,134 2669592,3847150,183 9743326,3847333,160 10280881,3847493,238 11325317,3847731,206 3699166,3847937,123 7373291,3848060,123 29581,3848183,233 3455605,3848416,161 8132813,3848577,144 57596,3848721,184 6559472,3848905,215 15991556,3849120,131 5529609,3849251,139 10778419,3849390,136 8420031,3849526,156 7927938,3849682,189 12594298,3849871,191 1887129,3850062,172 10759088,3850234,252 1608517,3850486,141 6318404,3850627,123 11585178,3850750,137 2911221,3850887,137 12857232,3851024,204 16042532,3851228,157 53431,3851385,146 7638,3851531,139 9453227,3851670,139 3170339,3851809,139 1354736,3851948,139 5366,3852087,137 9444042,3852224,139 13123508,3852363,139 14726922,3852502,139 7630,3852641,139 5096,3852780,139 5070,3852919,139 2913930,3853058,137 13120654,3853195,139 4994184,3853334,139 1049269,3853473,139 16422,3853612,161 5039734,3853773,161 3021,3853934,137 3872,3854071,137 4362,3854208,137 12105758,3854345,139 11824515,3854484,139 3637,3854623,136 2025,3854759,139 5896,3854898,137 6052,3855035,137 12584386,3855172,139 12481,3855311,132 32928,3855443,132 13927780,3855575,137 2407941,3855712,139 16531419,3855851,139 3181977,3855990,137 5775537,3856127,137 9721765,3856264,137 3763,3856401,130 524297,3856531,146 9489846,3856677,193 4213007,3856870,193 9820,3857063,193 8809,3857256,193 14186888,3857449,193 7645070,3857642,178 2349,3857820,137 4469138,3857957,137 10539969,3858094,137 3730087,3858231,137 11277869,3858368,137 8438126,3858505,137 11842863,3858642,137 13663784,3858779,137 13680540,3858916,137 8151443,3859053,138 9496516,3859191,142 12380922,3859333,137 7620256,3859470,137 2901245,3859607,137 283605,3859744,163 15487708,3859907,180 9745100,3860087,160 283379,3860247,123 8962645,3860370,130 13400235,3860500,130 1865785,3860630,233 16570163,3860863,231 6064538,3861094,231 11017050,3861325,250 2907064,3861575,250 584564,3861825,172 14681541,3861997,203 3703621,3862200,267 15501455,3862467,235 6579891,3862702,235 2634437,3862937,171 15790902,3863108,229 12338841,3863337,229 16024525,3863566,231 8487,3863797,198 6054847,3863995,207 1322279,3864202,193 8971179,3864395,196 12846376,3864591,196 3989437,3864787,196 5283623,3864983,196 8417658,3865179,196 8680,3865375,184 3693,3865559,184 9445638,3865743,121 13641608,3865864,193 9456869,3866057,193 8162,3866250,193 5839,3866443,193 2097839,3866636,177 10024247,3866813,159 6048937,3866972,236 16041748,3867208,236 2649812,3867444,186 7696,3867630,199 13924438,3867829,122 14172844,3867951,218 5519839,3868169,198 2637028,3868367,236 2946245,3868603,122 3947123,3868725,122 16548761,3868847,122 5799782,3868969,196 6596177,3869165,196 549729,3869361,213 10490512,3869574,122 3717948,3869696,122 16282530,3869818,122 13433172,3869940,122 9188605,3870062,196 11335667,3870258,219 13932299,3870477,219 9223870,3870696,219 1373786,3870915,219 40648,3871134,219 794031,3871353,219 530854,3871572,191 3995656,3871763,198 4743798,3871961,198 11801875,3872159,198 11292305,3872357,198 2634066,3872555,198 3440819,3872753,219 16026418,3872972,219 36897,3873191,141 37041,3873332,141 6838,3873473,139 4817,3873612,134 4663,3873746,134 10544888,3873880,130 7405430,3874010,130 13646194,3874140,130 6041918,3874270,128 16037982,3874398,128 6867211,3874526,128 7637034,3874654,191 5026156,3874845,191 310640,3875036,172 13956371,3875208,128 5272100,3875336,128 37081,3875464,143 37010,3875607,143 4143,3875750,143 4109,3875893,143 4103,3876036,143 4116,3876179,143 37055,3876322,141 20689,3876463,143 1894087,3876606,142 13423929,3876748,142 4980866,3876890,142 8164851,3877032,142 3464189,3877174,142 8936082,3877316,142 16395,3877458,147 24688,3877605,147 5244420,3877752,142 57374,3877894,147 4399,3878041,146 7164,3878187,140 10507599,3878327,142 2116766,3878469,142 8697858,3878611,142 11577975,3878753,142 12371091,3878895,142 10775594,3879037,142 13673894,3879179,142 3956419,3879321,142 6616733,3879463,142 905,3879605,139 13660892,3879744,142 2672590,3879886,142 15994651,3880028,142 16302728,3880170,142 1862266,3880312,142 7909,3880454,133 4736135,3880587,131 3721308,3880718,131 4741945,3880849,165 12365509,3881014,141 1097544,3881155,141 5269422,3881296,142 15769187,3881438,142 7117193,3881580,142 1632040,3881722,142 4631,3881864,133 4880,3881997,133 289949,3882130,142 8696417,3882272,142 14960839,3882414,131 4127,3882545,147 5546612,3882692,142 6355778,3882834,123 6601192,3882957,123 7503,3883080,123 8978,3883203,123 8445981,3883326,142 14197342,3883468,123 2599,3883591,123 1586257,3883714,123 816922,3883837,123 2648762,3883960,123 5026201,3884083,123 12623682,3884206,123 13640667,3884329,123 7397090,3884452,123 15780769,3884575,123 1581106,3884698,123 4209916,3884821,123 4743356,3884944,123 3428809,3885067,123 4222095,3885190,123 5789130,3885313,123 14429025,3885436,123 4237017,3885559,123 6355661,3885682,123 16097,3885805,123 16524607,3885928,123 325604,3886051,123 3457113,3886174,123 15782313,3886297,123 7362177,3886420,123 1314975,3886543,123 265422,3886666,123 5565096,3886789,123 2679116,3886912,123 14992957,3887035,123 5563450,3887158,123 318294,3887281,123 11287563,3887404,123 7344420,3887527,123 271973,3887650,123 15480198,3887773,123 7929236,3887896,123 2932232,3888019,123 15237166,3888142,123 24945,3888265,123 9206930,3888388,123 11547797,3888511,123 16005047,3888634,123 11304766,3888757,123 2624348,3888880,123 11337196,3889003,123 14457756,3889126,123 5534287,3889249,123 14208924,3889372,123 8154616,3889495,123 320822,3889618,123 11058127,3889741,123 7094280,3889864,123 16556934,3889987,285 4207386,3890272,123 13420384,3890395,123 12340420,3890518,123 14432020,3890641,123 2138852,3890764,123 2682998,3890887,123 1315671,3891010,160 12104427,3891170,195 16568131,3891365,256 14174446,3891621,198 11857668,3891819,170 10804937,3891989,279 13426883,3892268,165 6580852,3892433,135 5017292,3892568,139 14955976,3892707,196 808121,3892903,114 8654861,3893017,193 13635437,3893210,158 9473400,3893368,189 8155510,3893557,289 8126865,3893846,123 2890696,3893969,228 11028298,3894197,193 12845129,3894390,120 8443397,3894510,123 10020936,3894633,112 4210855,3894745,183 12601865,3894928,206 10493451,3895134,180 6875371,3895314,177 11027917,3895491,198 13681043,3895689,126 11297890,3895815,178 12592546,3895993,151 4723582,3896144,161 3209074,3896305,193 14433526,3896498,129 564043,3896627,154 4486102,3896781,116 1100827,3896897,175 15206196,3897072,188 10762289,3897260,136 3671366,3897396,198 13927172,3897594,248 14428970,3897842,123 10259923,3897965,178 14948908,3898143,145 15252945,3898288,196 15996213,3898484,249 3672747,3898733,116 3681768,3898849,161 12618135,3899010,161 11015638,3899171,272 12614865,3899443,168 9492723,3899611,178 13911528,3899789,224 3417606,3900013,144 3716901,3900157,258 11332736,3900415,139 5274525,3900554,189 7107104,3900743,189 3187267,3900932,236 3670421,3901168,175 2387606,3901343,117 4495194,3901460,248 5260791,3901708,189 11298671,3901897,141 6557158,3902038,136 14701885,3902174,148 16528223,3902322,114 8705224,3902436,120 15475173,3902556,114 311870,3902670,156 14686954,3902826,153 2669017,3902979,150 16041491,3903129,196 4480908,3903325,178 12093825,3903503,214 15738404,3903717,174 16315492,3903891,157 6050184,3904048,193 15466803,3904241,165 2934088,3904406,151 1367465,3904557,167 1593138,3904724,193 14459820,3904917,183 845605,3905100,149 5828866,3905249,161 11841067,3905410,125 9740094,3905535,126 3181011,3905661,227 6075285,3905888,196 9465004,3906084,136 3988010,3906220,178 8662567,3906398,161 1879505,3906559,175 535728,3906734,151 10490827,3906885,199 13632658,3907084,199 1323729,3907283,161 1578697,3907444,175 64653,3907619,208 8707865,3907827,203 14423515,3908030,245 14736144,3908275,161 5529970,3908436,141 15491296,3908577,124 11824437,3908701,290 3973914,3908991,169 3207989,3909160,196 15266531,3909356,171 6576632,3909527,143 7095320,3909670,116 11064329,3909786,159 7095704,3909945,146 6857592,3910091,132 3410466,3910223,186 15230660,3910409,121 13948841,3910530,193 3423640,3910723,183 16008979,3910906,268 6070648,3911174,159 10272480,3911333,196 803134,3911529,149 13659978,3911678,195 299758,3911873,114 8418393,3911987,137 6297968,3912124,262 10750186,3912386,178 12089465,3912564,166 13665236,3912730,152 578379,3912882,225 7906129,3913107,213 14969178,3913320,147 8157779,3913467,161 1079411,3913628,213 4779532,3913841,189 15481992,3914030,161 7384404,3914191,157 9437403,3914348,161 11857721,3914509,161 15739427,3914670,162 5785348,3914832,267 7643235,3915099,196 15524605,3915295,248 1347361,3915543,139 10250331,3915682,141 8147786,3915823,110 12349028,3915933,183 12366600,3916116,223 7089778,3916339,165 6081791,3916504,162 9487199,3916666,220 13109481,3916886,151 1587757,3917037,161 15496378,3917198,210 16528008,3917408,188 14185621,3917596,178 6044469,3917774,128 15007449,3917902,193 6092739,3918095,204 10281520,3918299,182 6046183,3918481,186 3427492,3918667,185 11071544,3918852,316 11323199,3919168,153 4470127,3919321,120 7660151,3919441,131 1345854,3919572,169 12342521,3919741,186 7928852,3919927,158 3672484,3920085,140 12380007,3920225,214 16560044,3920439,143 12340731,3920582,208 2896762,3920790,193 8707511,3920983,144 585643,3921127,179 7370495,3921306,130 1324742,3921436,238 6879016,3921674,189 3681354,3921863,167 3175248,3922030,123 14478342,3922153,205 13417939,3922358,166 9234316,3922524,163 5525830,3922687,151 8676310,3922838,149 15471538,3922987,110 1068551,3923097,225 301980,3923322,254 8660624,3923576,235 8395111,3923811,230 2947057,3924041,219 3939859,3924260,231 528734,3924491,156 557500,3924647,193 12621945,3924840,138 12079061,3924978,149 14174855,3925127,149 15744297,3925276,125 8941708,3925401,238 5248181,3925639,237 13385501,3925876,153 14473807,3926029,157 1053208,3926186,141 3418352,3926327,179 13373603,3926506,205 6073085,3926711,126 1371620,3926837,143 13636162,3926980,141 6305430,3927121,148 5570511,3927269,143 16052845,3927412,252 4214507,3927664,179 12867326,3927843,165 11319119,3928008,130 12644091,3928138,206 3162661,3928344,133 16571315,3928477,178 13432120,3928655,141 12107129,3928796,139 7664659,3928935,137 10487335,3929072,150 3158837,3929222,119 4486252,3929341,183 5021439,3929524,187 12360901,3929711,273 6076619,3929984,181 3469514,3930165,292 7369229,3930457,299 3984730,3930756,167 16558612,3930923,182 9754126,3931105,228 7638861,3931333,161 5269383,3931494,129 9224093,3931623,225 10268055,3931848,193 8923472,3932041,201 8185124,3932242,126 16044641,3932368,193 4773973,3932561,136 587560,3932697,181 2125468,3932878,161 7089964,3933039,161 11536851,3933200,121 6341067,3933321,205 12330480,3933526,183 12598598,3933709,193 6613701,3933902,166 3209175,3934068,178 1581694,3934246,161 3196846,3934407,161 4510944,3934568,183 16569817,3934751,186 7658040,3934937,169 15004870,3935106,122 13410533,3935228,151 6324523,3935379,150 1842429,3935529,275 9481755,3935804,252 6349607,3936056,252 4772238,3936308,174 16279041,3936482,209 1332805,3936691,146 7365304,3936837,189 11315481,3937026,132 11543978,3937158,60 13939774,3937218,160 9748500,3937378,205 10288113,3937583,144 1058750,3937727,142 2131884,3937869,136 7377795,3938005,217 8442931,3938222,141 11590144,3938363,156 1878785,3938519,118 14202582,3938637,143 7089158,3938780,181 12882234,3938961,217 6849898,3939178,159 9720255,3939337,132 15734176,3939469,155 12865055,3939624,107 11568798,3939731,145 13653921,3939876,177 11842882,3940053,154 5557742,3940207,191 8972536,3940398,193 9476196,3940591,150 14476664,3940741,285 14181781,3941026,148 16037167,3941174,137 12646301,3941311,130 12896537,3941441,151 3731608,3941592,158 6613138,3941750,146 14212447,3941896,132 14180756,3942028,188 15268960,3942216,187 5807356,3942403,140 7351327,3942543,114 13161513,3942657,139 16276549,3942796,137 11329641,3942933,136 3192258,3943069,252 14712659,3943321,128 4783850,3943449,115 15264362,3943564,129 318346,3943693,158 9494455,3943851,176 546560,3944027,252 16525218,3944279,164 16563105,3944443,213 15764008,3944656,191 2669401,3944847,155 2369090,3945002,154 3464756,3945156,178 16520711,3945334,172 11272906,3945506,137 7630653,3945643,128 4984302,3945771,172 13656909,3945943,171 35651,3946114,112 9191922,3946226,160 14694115,3946386,193 14419247,3946579,146 13679873,3946725,142 9232025,3946867,138 5038523,3947005,208 2402429,3947213,241 15495643,3947454,236 10750411,3947690,198 9197213,3947888,147 4241073,3948035,179 8715934,3948214,146 16534300,3948360,165 4206695,3948525,148 15229315,3948673,178 3721641,3948851,185 5249733,3949036,125 11573407,3949161,146 12644804,3949307,178 6292295,3949485,174 15782823,3949659,152 3712316,3949811,146 6094847,3949957,261 545344,3950218,196 12108194,3950414,184 8450654,3950598,103 6842670,3950701,142 13920359,3950843,165 2889902,3951008,169 16260325,3951177,152 8950118,3951329,159 1061752,3951488,167 1371557,3951655,178 5292038,3951833,138 314141,3951971,134 10807715,3952105,162 10544617,3952267,130 10232170,3952397,252 16278186,3952649,123 1080303,3952772,187 11821741,3952959,153 3431488,3953112,144 6822207,3953256,140 11826446,3953396,167 9703486,3953563,167 8173363,3953730,164 3166712,3953894,144 15266342,3954038,180 4517424,3954218,173 16522774,3954391,138 3960419,3954529,128 10749342,3954657,131 10534736,3954788,156 15258848,3954944,190 16515486,3955134,108 6562180,3955242,171 2385135,3955413,192 14165772,3955605,202 11848937,3955807,118 12899925,3955925,177 5815801,3956102,136 12633735,3956238,134 12882816,3956372,196 32250,3956568,157 2912597,3956725,119 2103310,3956844,251 8434201,3957095,167 14724786,3957262,156 16271999,3957418,137 7644341,3957555,221 9477955,3957776,154 2659503,3957930,133 11292726,3958063,126 826131,3958189,227 9748254,3958416,235 15225198,3958651,136 11280907,3958787,167 12093352,3958954,158 14721432,3959112,162 8926540,3959274,112 3956996,3959386,137 13388513,3959523,173 9194329,3959696,169 6042407,3959865,146 5273233,3960011,141 2684210,3960152,137 9715874,3960289,205 1869485,3960494,157 2677054,3960651,136 6556490,3960787,163 3686963,3960950,153 3967664,3961103,137 12596404,3961240,148 13428908,3961388,182 7401846,3961570,134 12076998,3961704,150 12111251,3961854,146 2677633,3962000,201 3671732,3962201,124 12067866,3962325,155 10531072,3962480,221 2104579,3962701,127 14706611,3962828,210 1854199,3963038,131 14972779,3963169,121 3207965,3963290,178 10546304,3963468,178 837663,3963646,155 11074416,3963801,125 14975411,3963926,202 12610669,3964128,143 15237336,3964271,163 3161773,3964434,147 16266717,3964581,230 14200908,3964811,195 13370548,3965006,131 6034913,3965137,165 15225245,3965302,185 14440230,3965487,127 16308959,3965614,127 3190395,3965741,181 6876258,3965922,163 1607767,3966085,232 12109909,3966317,205 7876667,3966522,198 13376250,3966720,178 7113519,3966898,178 9198320,3967076,162 11567244,3967238,147 14212329,3967385,209 14472490,3967594,158 14182086,3967752,212 13635236,3967964,153 7883528,3968117,169 8709337,3968286,203 4242547,3968489,145 4196288,3968634,149 10802101,3968783,147 13908581,3968930,166 16030124,3969096,170 13652121,3969266,155 10788571,3969421,132 1865418,3969553,171 8948068,3969724,152 8181828,3969876,123 4481436,3969999,154 7373326,3970153,161 790789,3970314,181 6038212,3970495,178 16318120,3970673,157 1573083,3970830,132 7905542,3970962,252 7102758,3971214,142 8939612,3971356,290 1058865,3971646,137 15477833,3971783,142 14166294,3971925,163 2945539,3972088,163 11861644,3972251,161 4253488,3972412,154 6860948,3972566,152 10515452,3972718,193 4520009,3972911,152 13372908,3973063,134 1849279,3973197,137 5286847,3973334,134 815660,3973468,252 10282549,3973720,163 6333516,3973883,167 1596136,3974050,154 12877260,3974204,150 14724845,3974354,119 14979815,3974473,175 13370492,3974648,148 6574941,3974796,166 3960823,3974962,148 2915162,3975110,120 13942573,3975230,172 14735778,3975402,118 16516679,3975520,148 7131462,3975668,124 5562418,3975792,137 5530090,3975929,107 13667198,3976036,165 284783,3976201,202 16555950,3976403,142 6823563,3976545,147 13652648,3976692,160 13384289,3976852,193 16308159,3977045,124 4767277,3977169,127 15737641,3977296,137 15758254,3977433,145 4765918,3977578,172 1108569,3977750,134 792863,3977884,165 1074639,3978049,112 6835368,3978161,221 9969806,3978382,152 7359204,3978534,134 539320,3978668,172 10542487,3978840,188 15501813,3979028,276 11835458,3979304,178 7361746,3979482,168 6576644,3979650,210 11278082,3979860,140 9981139,3980000,152 548974,3980152,167 3954645,3980319,114 16271511,3980433,147 16255952,3980580,241 15244031,3980821,241 822492,3981062,117 6342056,3981179,219 2675268,3981398,188 11853627,3981586,131 8166043,3981717,163 8709908,3981880,222 12069367,3982102,127 14985213,3982229,148 2941608,3982377,148 46445,3982525,183 2897239,3982708,145 12059669,3982853,139 13898607,3982992,142 13164967,3983134,168 5024563,3983302,131 16009002,3983433,230 14418574,3983663,178 11027945,3983841,208 4739681,3984049,119 6578723,3984168,178 9979708,3984346,244 5538221,3984590,168 5546063,3984758,153 1366917,3984911,127 12114673,3985038,220 13917296,3985258,138 15484732,3985396,122 3981612,3985518,128 9739261,3985646,174 10488511,3985820,176 9227752,3985996,163 8172082,3986159,222 58982,3986381,188 3456506,3986569,134 15998502,3986703,165 7349542,3986868,114 1628489,3986982,138 14158069,3987120,154 836734,3987274,170 5272141,3987444,172 7879907,3987616,141 12097712,3987757,121 2386250,3987878,162 527371,3988040,143 14466960,3988183,251 302854,3988434,194 2660939,3988628,141 10521621,3988769,135 9490287,3988904,158 13171494,3989062,134 12081168,3989196,120 15522128,3989316,111 8127164,3989427,166 12067856,3989593,167 1072969,3989760,134 1858656,3989894,203 12106062,3990097,228 11323032,3990325,171 8140908,3990496,153 2123697,3990649,127 1612391,3990776,141 556321,3990917,189 16254236,3991106,172 7918415,3991278,155 10765931,3991433,173 9445085,3991606,182 3463092,3991788,152 15994779,3991940,152 6578175,3992092,127 11303490,3992219,138 7343040,3992357,162 13374630,3992519,168 1089449,3992687,155 12624740,3992842,149 1859583,3992991,315 6309309,3993306,125 2363492,3993431,205 8186858,3993636,146 10227116,3993782,148 7386521,3993930,151 15486029,3994081,140 10801551,3994221,286 5780539,3994507,166 8951414,3994673,136 6035255,3994809,132 11274849,3994941,123 1852396,3995064,159 5558704,3995223,162 7885410,3995385,263 7629449,3995648,142 7352139,3995790,139 7607433,3995929,135 2366227,3996064,228 2097487,3996292,158 15470294,3996450,165 2361623,3996615,156 10245322,3996771,275 11810148,3997046,280 48917,3997326,142 3731101,3997468,125 7913149,3997593,124 13950807,3997717,152 5261547,3997869,261 11800214,3998130,134 5278839,3998264,180 4223050,3998444,205 5529277,3998649,129 16023349,3998778,141 12370280,3998919,135 14430364,3999054,140 2883831,3999194,117 2684422,3999311,130 831322,3999441,188 8187786,3999629,168 2363685,3999797,156 11809208,3999953,117 13375611,4000070,150 572937,4000220,143 11804143,4000363,151 8426387,4000514,129 10487734,4000643,170 840373,4000813,177 4736753,4000990,106 12068843,4001096,166 8695583,4001262,176 11557060,4001438,172 7624600,4001610,157 2627534,4001767,153 3985011,4001920,141 11582829,4002061,172 6309109,4002233,148 9481279,4002381,129 11293166,4002510,184 7905667,4002694,108 11063525,4002802,137 16292181,4002939,164 5032271,4003103,114 845267,4003217,129 14951913,4003346,137 1356232,4003483,142 15220978,4003625,168 5244221,4003793,129 16288796,4003922,226 1837906,4004148,134 7634477,4004282,221 8936519,4004503,133 3981814,4004636,175 9763560,4004811,275 11829845,4005086,164 8394423,4005250,159 36314,4005409,160 12883973,4005569,153 9499841,4005722,123 1579327,4005845,128 9716804,4005973,130 5006553,4006103,218 9699657,4006321,130 1880212,4006451,156 10223889,4006607,201 4197991,4006808,123 12640119,4006931,149 3167725,4007080,150 15791957,4007230,141 1880643,4007371,110 3718963,4007481,176 11823081,4007657,196 1599313,4007853,172 6577854,4008025,129 13419786,4008154,217 1880447,4008371,145 14953558,4008516,152 4779392,4008668,146 13109016,4008814,117 5774737,4008931,194 14204748,4009125,175 3979686,4009300,162 9178275,4009462,116 9756504,4009578,156 4773196,4009734,138 9231954,4009872,155 533794,4010027,117 4992925,4010144,138 14968762,4010282,170 12367954,4010452,131 12882688,4010583,114 7120514,4010697,188 2676086,4010885,149 7394998,4011034,154 12624094,4011188,130 4242571,4011318,140 10264884,4011458,122 5307440,4011580,133 12097140,4011713,139 4776367,4011852,113 1883048,4011965,165 27552,4012130,196 11049158,4012326,159 11804957,4012485,252 9452718,4012737,241 7368780,4012978,145 14194528,4013123,135 16022220,4013258,137 9459330,4013395,164 15784572,4013559,136 11284893,4013695,262 2101370,4013957,230 7921110,4014187,109 12620082,4014296,125 9443422,4014421,161 16318044,4014582,141 7118061,4014723,141 2393844,4014864,142 12854138,4015006,137 16049879,4015143,164 12088356,4015307,152 11817465,4015459,140 3151501,4015599,131 14987169,4015730,107 11044845,4015837,137 13947465,4015974,136 8405628,4016110,174 14736092,4016284,172 15221686,4016456,162 12098505,4016618,124 4235207,4016742,158 64600,4016900,130 9975153,4017030,139 5506214,4017169,167 1600921,4017336,166 10543617,4017502,223 15785657,4017725,218 8168989,4017943,125 10286717,4018068,137 16265051,4018205,143 10012741,4018348,131 9998464,4018479,200 16266102,4018679,169 5305882,4018848,243 5513240,4019091,125 5775343,4019216,121 5815715,4019337,163 16314970,4019500,121 3178187,4019621,143 6877477,4019764,145 12351054,4019909,139 13420759,4020048,143 8704810,4020191,128 4981385,4020319,171 12641614,4020490,156 16302081,4020646,137 1604737,4020783,135 11324558,4020918,138 9213135,4021056,166 7120768,4021222,132 3168172,4021354,160 8661840,4021514,135 4782065,4021649,114 9211510,4021763,125 10490683,4021888,184 10245905,4022072,291 8975496,4022363,273 4492818,4022636,140 12106605,4022776,143 1324859,4022919,153 1611775,4023072,216 5002629,4023288,139 15526403,4023427,148 3209709,4023575,146 5779198,4023721,160 13394107,4023881,141 8183072,4024022,156 15528502,4024178,150 268470,4024328,60 14984687,4024388,183 3174834,4024571,238 14470721,4024809,204 16542769,4025013,142 7363757,4025155,146 3960645,4025301,135 7352711,4025436,126 3204315,4025562,141 8970483,4025703,137 8427291,4025840,180 5797493,4026020,171 807415,4026191,134 851075,4026325,175 32552,4026500,155 8406833,4026655,146 11574228,4026801,190 15764478,4026991,161 3942101,4027152,134 15224326,4027286,217 1917,4027503,141 13425129,4027644,132 3450633,4027776,124 14731554,4027900,183 9461645,4028083,120 9972031,4028203,210 11820196,4028413,251 9473309,4028664,152 4476766,4028816,182 13676470,4028998,178 10021989,4029176,121 11323701,4029297,137 36174,4029434,132 10025179,4029566,183 14946953,4029749,153 5826568,4029902,154 14419437,4030056,154 5019887,4030210,103 41438,4030313,234 8416444,4030547,171 9474144,4030718,168 12353945,4030886,138 14460889,4031024,154 3735237,4031178,128 12866982,4031306,142 6059863,4031448,144 13949080,4031592,166 11840077,4031758,142 12074318,4031900,263 5277624,4032163,128 12643044,4032291,124 538789,4032415,172 13377279,4032587,155 1592980,4032742,152 7092509,4032894,214 8434474,4033108,158 4216121,4033266,141 14742033,4033407,126 16279921,4033533,135 4500007,4033668,176 15268136,4033844,121 1873245,4033965,163 6354332,4034128,135 11577130,4034263,150 6553841,4034413,141 12121296,4034554,199 568485,4034753,145 5795215,4034898,143 1106887,4035041,148 7628241,4035189,112 264835,4035301,128 12867072,4035429,151 12336659,4035580,159 11016984,4035739,131 13673233,4035870,182 269584,4036052,149 8393792,4036201,172 1575762,4036373,146 14419905,4036519,223 12624493,4036742,147 48014,4036889,145 14166654,4037034,132 8396546,4037166,169 5828302,4037335,147 6586330,4037482,166 11273747,4037648,163 7632920,4037811,130 14688010,4037941,162 4470553,4038103,166 8710809,4038269,160 14683263,4038429,163 14977749,4038592,143 16576973,4038735,129 4466107,4038864,163 8182404,4039027,167 12371482,4039194,206 291004,4039400,134 8969593,4039534,112 6617479,4039646,124 14179716,4039770,131 13951788,4039901,134 8153819,4040035,190 9449095,4040225,122 10757299,4040347,152 9751980,4040499,121 1330202,4040620,145 3409924,4040765,160 15752585,4040925,140 11305174,4041065,127 10287416,4041192,141 9231141,4041333,135 16528792,4041468,146 9492780,4041614,135 9997876,4041749,193 12874238,4041942,141 4203245,4042083,149 9999433,4042232,215 2924887,4042447,139 9707603,4042586,132 2655533,4042718,137 12106344,4042855,260 11580203,4043115,155 5784292,4043270,152 12089726,4043422,161 13409792,4043583,163 5810031,4043746,139 1782,4043885,141 7634358,4044026,184 11560291,4044210,187 4200663,4044397,138 4992128,4044535,175 13934189,4044710,255 7089715,4044965,164 4233339,4045129,160 12335314,4045289,187 2098664,4045476,132 15729224,4045608,129 11300687,4045737,120 15214711,4045857,154 15779980,4046011,138 4208557,4046149,178 2682200,4046327,125 4746129,4046452,144 6566921,4046596,129 4244037,4046725,222 13391277,4046947,112 15234431,4047059,237 15792051,4047296,110 54157,4047406,172 13123239,4047578,122 6326588,4047700,163 14183415,4047863,163 7654668,4048026,171 13422144,4048197,123 12119673,4048320,148 7657077,4048468,148 11800284,4048616,162 14741019,4048778,210 7650824,4048988,139 6317053,4049127,199 14202561,4049326,171 7644327,4049497,155 7340632,4049652,142 16012768,4049794,255 2162161,4050049,144 8689592,4050193,135 10542565,4050328,155 2124543,4050483,184 11285707,4050667,220 9472162,4050887,182 4246842,4051069,127 4730090,4051196,184 13164,4051380,158 2937306,4051538,140 16279282,4051678,141 11297059,4051819,137 1051684,4051956,132 5830335,4052088,130 7924770,4052218,210 792005,4052428,142 16545254,4052570,155 10528611,4052725,167 15475560,4052892,143 7639120,4053035,186 3708306,4053221,190 10756490,4053411,146 16317231,4053557,153 2936131,4053710,148 6592861,4053858,125 8187672,4053983,177 16547047,4054160,123 1332242,4054283,136 8142493,4054419,123 2377111,4054542,183 7897487,4054725,166 2639942,4054891,138 3172683,4055029,116 7103085,4055145,165 2623117,4055310,116 12586366,4055426,127 8701865,4055553,151 14184791,4055704,276 6331044,4055980,149 6557828,4056129,171 3416329,4056300,138 3936367,4056438,156 843247,4056594,132 15531646,4056726,156 14986621,4056882,133 15768763,4057015,179 1101019,4057194,169 3721146,4057363,147 15490153,4057510,219 7115455,4057729,201 4499650,4057930,154 8449651,4058084,131 16572991,4058215,132 5789453,4058347,149 12878399,4058496,225 15227739,4058721,164 12364246,4058885,150 7093916,4059035,163 9229864,4059198,148 2374688,4059346,150 3946947,4059496,158 3933611,4059654,148 15745845,4059802,154 10779108,4059956,127 4725714,4060083,179 13693147,4060262,115 8131702,4060377,160 9196573,4060537,125 41690,4060662,126 15557,4060788,189 15759312,4060977,151 5031426,4061128,133 8417567,4061261,137 8977685,4061398,147 8932153,4061545,164 14166217,4061709,176 4506163,4061885,244 3207121,4062129,234 8137971,4062363,168 530001,4062531,206 11035615,4062737,160 1588178,4062897,199 14955923,4063096,207 2898472,4063303,148 11819105,4063451,126 11573050,4063577,147 2117227,4063724,130 8451475,4063854,182 14981104,4064036,187 11798578,4064223,138 15523389,4064361,140 7143358,4064501,156 3162484,4064657,136 8434313,4064793,172 15219351,4064965,144 1070794,4065109,156 4747218,4065265,141 10500725,4065406,128 2415533,4065534,158 10284008,4065692,214 265922,4065906,215 13160913,4066121,201 56133,4066322,127 13933608,4066449,132 7665446,4066581,131 2650821,4066712,155 14716908,4066867,144 11332010,4067011,139 535248,4067150,151 8951841,4067301,143 14739281,4067444,163 15023,4067607,134 6559373,4067741,141 15004,4067882,141 8154255,4068023,134 10269190,4068157,129 8973596,4068286,184 10276226,4068470,218 15753857,4068688,146 12622994,4068834,138 12597497,4068972,135 16016201,4069107,141 7663741,4069248,158 16274143,4069406,123 11062165,4069529,155 16015351,4069684,141 8141781,4069825,138 6087203,4069963,146 16282110,4070109,189 2890116,4070298,141 14205947,4070439,136 5830267,4070575,234 7139401,4070809,145 6573940,4070954,144 7896930,4071098,110 4199831,4071208,141 12909796,4071349,121 15207187,4071470,148 15494303,4071618,224 4255564,4071842,196 10014,4072038,152 10013,4072190,178 10016,4072368,147 9968,4072515,167 9962,4072682,236 9992,4072918,114 9986,4073032,142 9988,4073174,151 9978,4073325,144 9977,4073469,130 9981,4073599,145 9975,4073744,168 9974,4073912,164 9949,4074076,186 9950,4074262,142 9946,4074404,197 9947,4074601,156 9941,4074757,199 9934,4074956,141 10001,4075097,119 9862,4075216,161 9860,4075377,148 9856,4075525,125 9919,4075650,220 9908,4075870,140 9930,4076010,141 9929,4076151,153 9872,4076304,131 9871,4076435,123 9849,4076558,172 9900,4076730,194 9894,4076924,116 9884,4077040,139 9876,4077179,153 9846,4077332,132 9757,4077464,167 9751,4077631,126 9747,4077757,151 9784,4077908,207 9786,4078115,153 9743,4078268,138 9740,4078406,120 9771,4078526,181 9760,4078707,137 9729,4078844,123 9781,4078967,131 9815,4079098,144 9810,4079242,141 9830,4079383,158 9717,4079541,168 9707,4079709,178 9710,4079887,131 9646,4080018,156 9647,4080174,138 9640,4080312,214 9689,4080526,160 9686,4080686,130 9681,4080816,193 9677,4081009,123 9663,4081132,151 9657,4081283,134 9654,4081417,129 9637,4081546,140 9636,4081686,192 9665,4081878,181 9718,4082059,147 9594,4082206,258 9590,4082464,131 9588,4082595,179 9561,4082774,159 9556,4082933,144 9536,4083077,163 9523,4083240,140 9520,4083380,149 9516,4083529,158 9612,4083687,206 9562,4083893,150 9607,4084043,126 9587,4084169,211 9583,4084380,123 9519,4084503,130 9482,4084633,157 9477,4084790,158 9481,4084948,155 9434,4085103,162 9432,4085265,162 9421,4085427,138 9427,4085565,120 9422,4085685,138 9423,4085823,155 9414,4085978,147 9469,4086125,156 9507,4086281,131 9501,4086412,129 9487,4086541,155 9461,4086696,143 9319,4086839,158 9325,4086997,159 9328,4087156,141 9322,4087297,170 9362,4087467,181 9355,4087648,143 9348,4087791,157 9344,4087948,143 9338,4088091,183 9334,4088274,125 9396,4088399,142 9393,4088541,138 9372,4088679,236 9368,4088915,141 9298,4089056,160 9299,4089216,121 9292,4089337,159 9288,4089496,153 9291,4089649,129 9256,4089778,124 9239,4089902,157 9238,4090059,136 9258,4090195,156 9250,4090351,178 9243,4090529,157 9310,4090686,157 9293,4090843,177 9282,4091020,154 9216,4091174,135 9211,4091309,145 9225,4091454,137 9222,4091591,156 9276,4091747,136 9171,4091883,202 9162,4092085,140 9163,4092225,225 9133,4092450,141 9131,4092591,141 9124,4092732,162 9180,4092894,148 9169,4093042,118 9214,4093160,132 9204,4093292,122 9168,4093414,133 9159,4093547,127 9155,4093674,142 9136,4093816,178 9185,4093994,157 9086,4094151,121 9084,4094272,111 9082,4094383,116 9069,4094499,136 9067,4094635,132 9057,4094767,143 9004,4094910,121 9003,4095031,114 9014,4095145,134 9016,4095279,133 9019,4095412,149 9002,4095561,181 8999,4095742,169 9000,4095911,195 9074,4096106,218 9036,4096324,135 9027,4096459,104 9055,4096563,169 9093,4096732,123 8920,4096855,243 8924,4097098,161 8921,4097259,169 8915,4097428,128 8916,4097556,144 8958,4097700,154 8960,4097854,168 8947,4098022,155 8950,4098177,172 8973,4098349,135 8963,4098484,164 8941,4098648,148 8929,4098796,132 8928,4098928,175 8927,4099103,134 8986,4099237,140 8892,4099377,136 8874,4099513,163 8905,4099676,146 8844,4099822,157 8843,4099979,179 8845,4100158,147 8780,4100305,163 8778,4100468,131 8779,4100599,179 8790,4100778,141 8786,4100919,152 8781,4101071,165 8863,4101236,139 8857,4101375,137 8813,4101512,228 8814,4101740,221 8797,4101961,203 8827,4102164,136 8841,4102300,145 8829,4102445,124 8872,4102569,112 8739,4102681,153 8730,4102834,136 8728,4102970,144 8764,4103114,154 8679,4103268,167 8668,4103435,143 8689,4103578,131 8675,4103709,128 8732,4103837,60 8738,4103897,158 8696,4104055,134 8691,4104189,114 8753,4104303,162 8723,4104465,158 8705,4104623,144 8571,4104767,116 8566,4104883,141 8561,4105024,182 8595,4105206,121 8594,4105327,259 8615,4105586,179 8604,4105765,148 8602,4105913,172 8664,4106085,141 8663,4106226,141 8665,4106367,137 8666,4106504,164 8629,4106668,122 8637,4106790,163 8644,4106953,139 8585,4107092,134 8482,4107226,146 8485,4107372,149 8486,4107521,235 8467,4107756,150 8466,4107906,153 8462,4108059,137 8545,4108196,119 8543,4108315,141 8501,4108456,127 8504,4108583,119 8519,4108702,163 8521,4108865,186 8534,4109051,141 8529,4109192,181 8556,4109373,117 8476,4109490,141 8472,4109631,137 8125,4109768,154 8121,4109922,127 8119,4110049,203 8116,4110252,138 8118,4110390,182 8136,4110572,179 8133,4110751,163 8128,4110914,155 8124,4111069,128 8185,4111197,176 8173,4111373,137 8165,4111510,138 8180,4111648,156 8031,4111804,133 8023,4111937,162 8025,4112099,137 8014,4112236,131 8106,4112367,130 8059,4112497,146 8061,4112643,146 8077,4112789,183 8111,4112972,130 8052,4113102,136 8053,4113238,130 8079,4113368,206 8068,4113574,155 8046,4113729,172 8038,4113901,123 8096,4114024,130 8094,4114154,141 7910,4114295,222 7927,4114517,141 7947,4114658,205 7948,4114863,197 7944,4115060,124 8003,4115184,168 7956,4115352,137 7921,4115489,119 7924,4115608,188 7925,4115796,158 7950,4115954,141 7976,4116095,137 7966,4116232,165 8010,4116397,132 7850,4116529,151 7836,4116680,148 7831,4116828,228 7819,4117056,176 7867,4117232,163 7861,4117395,182 7859,4117577,134 7813,4117711,144 7896,4117855,143 7894,4117998,133 7878,4118131,145 7876,4118276,129 7873,4118405,144 7862,4118549,146 7852,4118695,145 7799,4118840,113 7803,4118953,135 7790,4119088,190 7789,4119278,141 7732,4119419,139 7725,4119558,118 7745,4119676,197 7676,4119873,166 7765,4120039,144 7766,4120183,158 7743,4120341,175 7767,4120516,145 7760,4120661,143 7697,4120804,154 7666,4120958,133 7663,4121091,124 7665,4121215,145 7661,4121360,136 7619,4121496,128 7617,4121624,133 7602,4121757,190 7597,4121947,233 7595,4122180,140 7580,4122320,155 7584,4122475,208 7640,4122683,156 7624,4122839,187 7628,4123026,155 7570,4123181,161 7562,4123342,141 7552,4123483,189 7555,4123672,143 7540,4123815,249 7499,4124064,137 7501,4124201,172 7454,4124373,164 7453,4124537,149 7438,4124686,176 7434,4124862,146 7527,4125008,116 7548,4125124,156 7533,4125280,167 7541,4125447,140 7507,4125587,186 7508,4125773,172 7519,4125945,152 7512,4126097,126 7559,4126223,170 7471,4126393,152 7397,4126545,164 7389,4126709,161 7362,4126870,147 7357,4127017,153 7352,4127170,135 7340,4127305,156 7333,4127461,139 7325,4127600,134 7423,4127734,140 7388,4127874,167 7377,4128041,152 7405,4128193,140 7354,4128333,139 7344,4128472,141 7244,4128613,150 7237,4128763,172 7228,4128935,142 7255,4129077,141 7261,4129218,157 7262,4129375,139 7253,4129514,186 7259,4129700,185 7236,4129885,159 7298,4130044,162 7300,4130206,160 7289,4130366,174 7268,4130540,138 7217,4130678,220 7307,4130898,147 7277,4131045,186 7318,4131231,166 7209,4131397,197 7204,4131594,167 7200,4131761,130 7196,4131891,170 7130,4132061,130 7121,4132191,143 7168,4132334,133 7165,4132467,150 7126,4132617,136 7119,4132753,144 7115,4132897,156 7157,4133053,193 7142,4133246,111 7138,4133357,137 7136,4133494,163 7220,4133657,177 7222,4133834,130 7189,4133964,141 7175,4134105,152 7075,4134257,143 7071,4134400,153 7066,4134553,159 7101,4134712,156 7102,4134868,125 7091,4134993,126 7095,4135119,174 7065,4135293,133 7055,4135426,141 7052,4135567,156 7057,4135723,122 7042,4135845,180 7049,4136025,158 7051,4136183,145 7084,4136328,192 7018,4136520,165 7015,4136685,146 7035,4136831,139 7029,4136970,132 6951,4137102,123 6939,4137225,143 6943,4137368,191 6999,4137559,204 6997,4137763,164 6995,4137927,141 6985,4138068,157 6926,4138225,177 6916,4138402,159 6918,4138561,165 6961,4138726,160 6953,4138886,127 6955,4139013,141 6952,4139154,145 6979,4139299,214 6972,4139513,174 6973,4139687,138 7014,4139825,176 7008,4140001,128 6917,4140129,119 6911,4140248,141 6912,4140389,147 6990,4140536,136 6934,4140672,129 6886,4140801,215 6873,4141016,212 6856,4141228,206 6827,4141434,142 6828,4141576,122 6831,4141698,163 6832,4141861,174 6817,4142035,141 6854,4142176,144 6898,4142320,154 6786,4142474,211 6780,4142685,161 6778,4142846,182 6776,4143028,135 6774,4143163,184 6768,4143347,143 6753,4143490,143 6754,4143633,160 6757,4143793,127 6740,4143920,159 6722,4144079,207 6736,4144286,186 6739,4144472,122 6732,4144594,153 6682,4144747,192 6674,4144939,118 6781,4145057,183 6752,4145240,198 6742,4145438,175 6643,4145613,127 6639,4145740,263 6647,4146003,150 6638,4146153,188 6591,4146341,181 6582,4146522,147 6635,4146669,137 6631,4146806,141 6633,4146947,181 6618,4147128,233 6676,4147361,181 6672,4147542,175 6668,4147717,163 6620,4147880,141 6608,4148021,120 6614,4148141,177 6615,4148318,154 6658,4148472,150 6648,4148622,161 6663,4148783,132 6664,4148915,115 6660,4149030,163 6601,4149193,141 6581,4149334,133 6584,4149467,132 6493,4149599,234 6483,4149833,172 6485,4150005,141 6489,4150146,157 6477,4150303,176 6478,4150479,217 6572,4150696,169 6576,4150865,164 6549,4151029,192 6554,4151221,124 6548,4151345,158 6524,4151503,160 6560,4151663,157 6545,4151820,142 6540,4151962,117 6498,4152079,130 6511,4152209,144 6365,4152353,150 6367,4152503,143 6369,4152646,162 6362,4152808,177 6357,4152985,127 6375,4153112,161 6372,4153273,158 6373,4153431,118 6410,4153549,130 6435,4153679,152 6428,4153831,134 6440,4153965,170 6421,4154135,154 6427,4154289,143 6409,4154432,129 6451,4154561,141 6404,4154702,175 6452,4154877,193 6413,4155070,132 6273,4155202,178 6262,4155380,139 6266,4155519,121 6252,4155640,136 6259,4155776,141 6239,4155917,145 6356,4156062,172 6311,4156234,153 6306,4156387,141 6300,4156528,139 6298,4156667,156 6244,4156823,152 6246,4156975,133 6240,4157108,192 6295,4157300,179 6302,4157479,135 6313,4157614,171 6312,4157785,161 6338,4157946,136 6206,4158082,125 6210,4158207,135 6208,4158342,139 6212,4158481,180 6177,4158661,140 6179,4158801,152 6165,4158953,153 6231,4159106,129 6227,4159235,137 6233,4159372,164 6223,4159536,161 6150,4159697,158 6168,4159855,141 6170,4159996,167 6166,4160163,136 6187,4160299,109 6185,4160408,133 6200,4160541,215 6128,4160756,224 6129,4160980,161 6143,4161141,135 6134,4161276,138 6085,4161414,121 6078,4161535,147 6080,4161682,151 6074,4161833,136 6100,4161969,167 6016,4162136,165 6053,4162301,180 6056,4162481,138 6057,4162619,129 6063,4162748,112 6058,4162860,152 6062,4163012,142 6069,4163154,175 5996,4163329,143 6000,4163472,171 6027,4163643,179 6111,4163822,141 5958,4163963,142 5965,4164105,164 5956,4164269,126 5961,4164395,174 5955,4164569,113 5928,4164682,140 5922,4164822,166 5949,4164988,122 5952,4165110,186 5938,4165296,165 5997,4165461,148 6003,4165609,188 5946,4165797,139 5935,4165936,147 5923,4166083,157 5919,4166240,128 5971,4166368,167 5975,4166535,153 5819,4166688,202 5812,4166890,60 5799,4166950,121 5904,4167071,153 5823,4167224,125 5815,4167349,145 5857,4167494,138 5858,4167632,161 5907,4167793,148 5837,4167941,145 5871,4168086,139 5885,4168225,151 5752,4168376,229 5748,4168605,141 5744,4168746,148 5769,4168894,177 5770,4169071,126 5766,4169197,134 5773,4169331,154 5774,4169485,153 5711,4169638,188 5758,4169826,137 5755,4169963,127 5753,4170090,153 5795,4170243,184 5792,4170427,134 5725,4170561,140 5723,4170701,135 5735,4170836,154 5706,4170990,180 5701,4171170,149 5695,4171319,169 5693,4171488,214 5677,4171702,155 5671,4171857,171 5690,4172028,161 5688,4172189,154 5683,4172343,143 5612,4172486,139 5615,4172625,159 5604,4172784,146 5666,4172930,146 5651,4173076,170 5647,4173246,138 5636,4173384,117 5627,4173501,184 5630,4173685,141 5645,4173826,155 5577,4173981,131 5562,4174112,123 5563,4174235,149 5567,4174384,134 5506,4174518,146 5499,4174664,172 5496,4174836,165 5550,4175001,141 5564,4175142,116 5565,4175258,162 5557,4175420,134 5581,4175554,178 5593,4175732,132 5597,4175864,166 5532,4176030,169 5525,4176199,167 5511,4176366,165 5402,4176531,162 5396,4176693,195 5398,4176888,177 5445,4177065,167 5443,4177232,163 5441,4177395,170 5481,4177565,128 5476,4177693,185 5475,4177878,141 5473,4178019,143 5489,4178162,133 5477,4178295,224 5432,4178519,125 5422,4178644,140 5464,4178784,142 5407,4178926,201 5410,4179127,133 5455,4179260,160 5377,4179420,118 5283,4179538,121 5271,4179659,213 5273,4179872,131 5266,4180003,169 5268,4180172,111 5359,4180283,153 5308,4180436,188 5305,4180624,155 5309,4180779,136 5303,4180915,136 5322,4181051,158 5320,4181209,151 5317,4181360,162 5338,4181522,176 5333,4181698,255 5331,4181953,117 5336,4182070,122 5358,4182192,177 5301,4182369,141 5276,4182510,125 5212,4182635,142 5210,4182777,144 5211,4182921,136 5193,4183057,204 5190,4183261,153 5184,4183414,137 5166,4183551,138 5168,4183689,149 5170,4183838,155 5253,4183993,126 5251,4184119,128 5233,4184247,193 5226,4184440,141 5196,4184581,156 5187,4184737,157 5216,4184894,154 5109,4185048,138 5105,4185186,164 5095,4185350,125 5098,4185475,120 5089,4185595,117 5091,4185712,156 5092,4185868,158 5057,4186026,147 5056,4186173,173 5151,4186346,217 5149,4186563,135 5138,4186698,136 5137,4186834,179 5125,4187013,160 17665,4187173,136 5123,4187309,122 5121,4187431,167 5081,4187598,172 5068,4187770,149 5012,4187919,186 5001,4188105,180 5004,4188285,165 5025,4188450,151 5020,4188601,163 4949,4188764,169 4951,4188933,179 4960,4189112,141 5006,4189253,141 4982,4189394,142 4957,4189536,165 4946,4189701,127 4972,4189828,118 4964,4189946,169 4971,4190115,129 4992,4190244,141 4997,4190385,172 5043,4190557,201 5047,4190758,130 4872,4190888,140 4871,4191028,155 4860,4191183,154 4862,4191337,262 4844,4191599,140 4843,4191739,135 4931,4191874,207 4926,4192081,127 4933,4192208,149 4935,4192357,147 4910,4192504,146 4921,4192650,152 4905,4192802,149 4907,4192951,144 4875,4193095,130 4877,4193225,134 4855,4193359,217 4891,4193576,174 4834,4193750,182 4831,4193932,150 4820,4194082,157 4825,4194239,141 4802,4194380,176 4798,4194556,159 4833,4194715,146 4805,4194861,192 4781,4195053,134 4768,4195187,168 4742,4195355,143 4707,4195498,165 4720,4195663,138 4718,4195801,180 4719,4195981,183 4700,4196164,161 4703,4196325,134 4653,4196459,146 4724,4196605,126 4691,4196731,119 4684,4196850,146 4693,4196996,156 4676,4197152,141 4652,4197293,146 4651,4197439,130 4658,4197569,155 4647,4197724,164 4634,4197888,168 4635,4198056,138 4575,4198194,137 4567,4198331,140 4612,4198471,144 4618,4198615,168 4616,4198783,158 4609,4198941,141 4590,4199082,125 4608,4199207,141 4581,4199348,164 4574,4199512,129 4552,4199641,149 4536,4199790,179 4532,4199969,161 4472,4200130,147 4458,4200277,124 4499,4200401,141 4492,4200542,183 4494,4200725,144 4486,4200869,149 4483,4201018,133 4477,4201151,141 4479,4201292,211 4509,4201503,172 4508,4201675,127 4506,4201802,128 4545,4201930,156 4530,4202086,167 4527,4202253,142 4446,4202395,167 4476,4202562,113 4409,4202675,181 4414,4202856,142 4408,4202998,136 4406,4203134,164 4402,4203298,151 4427,4203449,158 4423,4203607,167 4426,4203774,176 4418,4203950,143 4384,4204093,141 4376,4204234,155 4359,4204389,137 4360,4204526,161 4364,4204687,181 4429,4204868,171 4400,4205039,189 4393,4205228,147 4439,4205375,162 4057,4205537,161 4048,4205698,114 4042,4205812,142 4076,4205954,128 4077,4206082,163 4069,4206245,161 4014,4206406,136 4017,4206542,134 4007,4206676,158 4080,4206834,130 4355,4206964,148 4061,4207112,126 4035,4207238,162 3976,4207400,128 3966,4207528,178 3971,4207706,170 3972,4207876,148 3932,4208024,166 3922,4208190,172 3916,4208362,136 3987,4208498,123 3988,4208621,124 3948,4208745,140 3983,4208885,141 3965,4209026,129 3958,4209155,153 3998,4209308,157 3961,4209465,175 3863,4209640,142 3870,4209782,234 3861,4210016,122 3897,4210138,129 3902,4210267,132 3903,4210399,144 3893,4210543,141 3894,4210684,161 3880,4210845,146 3875,4210991,141 3874,4211132,125 3876,4211257,141 3836,4211398,144 3838,4211542,156 3884,4211698,126 3883,4211824,171 3826,4211995,145 3853,4212140,184 3848,4212324,123 3844,4212447,129 3906,4212576,119 3749,4212695,128 3744,4212823,169 3812,4212992,191 3806,4213183,139 3740,4213322,151 3738,4213473,191 3728,4213664,150 3722,4213814,171 3768,4213985,143 3774,4214128,169 3771,4214297,139 3790,4214436,139 3796,4214575,145 3798,4214720,141 3800,4214861,171 3793,4215032,152 3760,4215184,139 3715,4215323,141 3713,4215464,153 3720,4215617,134 3718,4215751,146 3689,4215897,206 3681,4216103,150 3684,4216253,122 3657,4216375,142 3650,4216517,152 3645,4216669,121 3641,4216790,141 3636,4216931,134 3690,4217065,129 3674,4217194,144 3677,4217338,157 3666,4217495,135 3710,4217630,107 3703,4217737,127 3661,4217864,130 3660,4217994,125 3629,4218119,205 3632,4218324,148 3625,4218472,150 3553,4218622,151 3536,4218773,155 3539,4218928,157 3544,4219085,125 3507,4219210,183 3502,4219393,195 3506,4219588,126 3597,4219714,150 3574,4219864,158 3583,4220022,169 3527,4220191,157 3522,4220348,60 3519,4220408,174 3609,4220582,136 3610,4220718,140 3590,4220858,133 3420,4220991,154 3424,4221145,142 3431,4221287,124 3423,4221411,136 3484,4221547,137 3480,4221684,201 3468,4221885,169 3476,4222054,155 3498,4222209,157 3494,4222366,171 3469,4222537,150 3460,4222687,147 3443,4222834,154 3433,4222988,131 3490,4223119,151 3432,4223270,141 3428,4223411,156 3444,4223567,163 3453,4223730,126 3412,4223856,129 3404,4223985,150 3343,4224135,121 3346,4224256,155 3380,4224411,198 3378,4224609,168 3318,4224777,136 3314,4224913,148 3374,4225061,186 3368,4225247,141 3405,4225388,124 3411,4225512,178 3324,4225690,146 3384,4225836,129 3349,4225965,126 3233,4226091,144 3238,4226235,138 3265,4226373,136 3211,4226509,135 3216,4226644,130 3212,4226774,146 3266,4226920,176 3220,4227096,177 3227,4227273,155 3297,4227428,127 3292,4227555,166 3269,4227721,178 3294,4227899,169 3263,4228068,162 3149,4228230,197 3140,4228427,166 3131,4228593,157 3185,4228750,133 3186,4228883,169 3192,4229052,176 3161,4229228,147 3164,4229375,124 3157,4229499,158 3154,4229657,136 3188,4229793,146 3175,4229939,147 3118,4230086,231 3116,4230317,129 3112,4230446,131 3133,4230577,127 3119,4230704,172 3121,4230876,141 3155,4231017,60 3144,4231077,150 3171,4231227,175 3003,4231402,146 3004,4231548,155 2993,4231703,180 3007,4231883,141 2989,4232024,139 2976,4232163,161 3095,4232324,147 3089,4232471,152 3092,4232623,163 2997,4232786,153 3001,4232939,128 3105,4233067,219 3099,4233286,138 3017,4233424,153 3010,4233577,169 3063,4233746,129 3072,4233875,157 3059,4234032,124 3053,4234156,135 2961,4234291,228 2967,4234519,198 2962,4234717,139 2970,4234856,185 2973,4235041,170 2966,4235211,143 2902,4235354,134 2896,4235488,123 2898,4235611,185 2921,4235796,135 2981,4235931,154 2889,4236085,155 2886,4236240,141 2938,4236381,132 2948,4236513,124 2935,4236637,149 2918,4236786,147 2860,4236933,150 2854,4237083,156 2856,4237239,127 2858,4237366,160 2864,4237526,209 2802,4237735,137 2805,4237872,144 2800,4238016,203 2804,4238219,141 2798,4238360,154 2776,4238514,159 2775,4238673,154 2872,4238827,137 2866,4238964,132 2823,4239096,157 2820,4239253,152 2809,4239405,153 2847,4239558,148 2835,4239706,116 2832,4239822,171 2793,4239993,181 2859,4240174,170 2818,4240344,152 2765,4240496,172 2764,4240668,144 2767,4240812,188 2769,4241000,102 2685,4241102,121 2687,4241223,148 2689,4241371,140 2695,4241511,164 2679,4241675,145 2700,4241820,141 2710,4241961,149 2690,4242110,188 2771,4242298,144 2760,4242442,175 2758,4242617,139 2731,4242756,192 2740,4242948,163 2682,4243111,152 2716,4243263,150 2677,4243413,147 2578,4243560,169 2579,4243729,146 2569,4243875,167 2625,4244042,141 2614,4244183,175 2632,4244358,157 2622,4244515,133 2649,4244648,126 2644,4244774,134 2639,4244908,167 2642,4245075,141 2562,4245216,176 2661,4245392,169 2594,4245561,127 2588,4245688,165 2610,4245853,140 2603,4245993,127 2626,4246120,141 2616,4246261,129 2472,4246390,128 2474,4246518,164 2468,4246682,161 2470,4246843,146 2471,4246989,134 2504,4247123,201 2487,4247324,141 2482,4247465,115 2547,4247580,169 2543,4247749,147 2500,4247896,154 2521,4248050,149 2512,4248199,155 2508,4248354,124 2560,4248478,147 2544,4248625,171 2532,4248796,179 2418,4248975,150 2424,4249125,175 2419,4249300,171 2421,4249471,175 2423,4249646,141 2409,4249787,169 2370,4249956,178 2373,4250134,153 2366,4250287,158 2368,4250445,152 2431,4250597,139 2432,4250736,154 2464,4250890,160 2459,4251050,137 2448,4251187,165 2387,4251352,173 2380,4251525,164 2414,4251689,162 2412,4251851,164 2399,4252015,135 2442,4252150,126 2297,4252276,168 2292,4252444,183 2295,4252627,221 2336,4252848,182 2338,4253030,134 2326,4253164,175 2321,4253339,141 2322,4253480,141 2312,4253621,164 2315,4253785,145 2363,4253930,162 2356,4254092,154 2353,4254246,172 2293,4254418,166 2284,4254584,157 2278,4254741,128 2352,4254869,145 2334,4255014,169 2274,4255183,141 2309,4255324,154 2213,4255478,160 2210,4255638,150 2200,4255788,158 2203,4255946,159 2204,4256105,169 2205,4256274,127 2255,4256401,185 2251,4256586,145 2259,4256731,165 2256,4256896,173 2234,4257069,153 2229,4257222,166 2231,4257388,152 2217,4257540,173 2248,4257713,161 2244,4257874,152 2191,4258026,157 2187,4258183,155 2155,4258338,125 2175,4258463,150 2182,4258613,141 2136,4258754,140 2128,4258894,148 2139,4259042,157 2091,4259199,150 2094,4259349,152 2029,4259501,141 2033,4259642,149 2034,4259791,132 2026,4259923,131 2032,4260054,133 2023,4260187,146 2006,4260333,106 2007,4260439,125 2004,4260564,198 1998,4260762,144 2003,4260906,136 2067,4261042,135 2063,4261177,136 2066,4261313,145 2059,4261458,141 2058,4261599,124 2019,4261723,160 2017,4261883,169 2016,4262052,127 2042,4262179,115 2038,4262294,151 2043,4262445,158 2141,4262603,128 2133,4262731,158 2138,4262889,129 2071,4263018,158 2069,4263176,124 2072,4263300,138 2090,4263438,154 1964,4263592,105 1962,4263697,140 1956,4263837,152 1949,4263989,138 1951,4264127,136 1148,4264263,116 1982,4264379,117 1967,4264496,147 1895,4264643,181 1883,4264824,133 1890,4264957,136 1924,4265093,141 1910,4265234,122 1914,4265356,150 1936,4265506,168 1933,4265674,128 1930,4265802,155 1938,4265957,132 1970,4266089,140 1965,4266229,160 2000,4266389,190 1898,4266579,143 1766,4266722,167 1756,4266889,162 1804,4267051,165 1807,4267216,140 1812,4267356,106 1779,4267462,151 1746,4267613,143 1752,4267756,147 1743,4267903,185 1790,4268088,146 1767,4268234,165 1773,4268399,128 1755,4268527,142 1831,4268669,148 1838,4268817,110 1689,4268927,128 1677,4269055,131 1699,4269186,118 1695,4269304,133 1698,4269437,143 1702,4269580,172 1720,4269752,132 1723,4269884,129 1725,4270013,144 1731,4270157,135 1706,4270292,126 1623,4270418,157 1687,4270575,122 1690,4270697,109 1661,4270806,126 1649,4270932,114 1650,4271046,120 1642,4271166,155 1633,4271321,164 1714,4271485,128 1718,4271613,117 1668,4271730,122 1666,4271852,113 1507,4271965,163 1517,4272128,136 1519,4272264,166 1536,4272430,159 1643,4272589,133 1370,4272722,130 1619,4272852,141 1615,4272993,163 1554,4273156,137 1545,4273293,138 1558,4273431,132 1549,4273563,136 1610,4273699,151 1599,4273850,153 1597,4274003,159 1593,4274162,94 1583,4274256,149 1590,4274405,155 1617,4274560,149 1628,4274709,167 1602,4274876,148 1513,4275024,149 1510,4275173,125 1566,4275298,113 1570,4275411,176 1416,4275587,137 1421,4275724,141 1418,4275865,128 1425,4275993,130 1427,4276123,144 1479,4276267,107 1484,4276374,169 1487,4276543,181 1478,4276724,139 1494,4276863,132 1498,4276995,128 1441,4277123,120 1449,4277243,160 1455,4277403,133 1446,4277536,133 1440,4277669,115 1412,4277784,155 1423,4277939,123 1467,4278062,102 1303,4278164,128 1308,4278292,136 1273,4278428,153 1274,4278581,153 1345,4278734,147 1349,4278881,148 1338,4279029,147 1329,4279176,141 1337,4279317,138 1322,4279455,155 1325,4279610,152 1317,4279762,149 1368,4279911,138 1360,4280049,176 1298,4280225,150 1283,4280375,94 1402,4280469,137 1380,4280606,148 1272,4280754,167 1269,4280921,153 1266,4281074,117 1267,4281191,127 1261,4281318,172 1255,4281490,172 1254,4281662,158 1246,4281820,141 1186,4281961,154 1179,4282115,141 1177,4282256,137 1166,4282393,143 1190,4282536,119 1192,4282655,152 1185,4282807,148 1230,4282955,105 1223,4283060,97 1165,4283157,150 1168,4283307,110 1249,4283417,154 1218,4283571,142 1158,4283713,157 1163,4283870,137 1156,4284007,102 1144,4284109,186 1146,4284295,113 1130,4284408,131 1131,4284539,146 1138,4284685,124 1124,4284809,132 1125,4284941,148 1118,4285089,160 1041,4285249,149 1040,4285398,150 1042,4285548,148 1090,4285696,104 1093,4285800,144 1102,4285944,141 1106,4286085,142 1063,4286227,141 1056,4286368,139 1085,4286507,96 1083,4286603,143 1073,4286746,153 964,4286899,120 965,4287019,109 959,4287128,192 953,4287320,138 1017,4287458,166 1022,4287624,141 1013,4287765,118 913,4287883,185 940,4288068,145 921,4288213,208 1021,4288421,141 954,4288562,140 943,4288702,150 779,4288852,154 969,4289006,122 961,4289128,133 990,4289261,125 808,4289386,138 811,4289524,160 812,4289684,127 803,4289811,168 896,4289979,152 898,4290131,124 890,4290255,125 885,4290380,134 858,4290514,132 851,4290646,130 854,4290776,172 847,4290948,136 891,4291084,133 871,4291217,145 874,4291362,109 875,4291471,141 876,4291612,141 911,4291753,147 900,4291900,110 903,4292010,146 897,4292156,131 832,4292287,155 492,4292442,117 819,4292559,122 824,4292681,134 825,4292815,163 817,4292978,141 816,4293119,136 842,4293255,135 719,4293390,149 721,4293539,122 706,4293661,153 694,4293814,168 689,4293982,125 685,4294107,146 686,4294253,157 772,4294410,169 769,4294579,110 765,4294689,141 768,4294830,156 701,4294986,133 702,4295119,156 697,4295275,141 698,4295416,141 761,4295557,135 755,4295692,151 746,4295843,135 787,4295978,143 784,4296121,166 778,4296287,136 798,4296423,136 789,4296559,143 793,4296702,107 743,4296809,126 735,4296935,134 731,4297069,130 587,4297199,141 589,4297340,151 592,4297491,146 584,4297637,122 588,4297759,135 602,4297894,128 622,4298022,147 624,4298169,143 571,4298312,115 569,4298427,120 563,4298547,163 674,4298710,111 596,4298821,121 666,4298942,129 655,4299071,139 647,4299210,120 641,4299330,128 611,4299458,134 576,4299592,127 499,4299719,123 484,4299842,129 483,4299971,106 491,4300077,167 498,4300244,159 473,4300403,111 453,4300514,132 457,4300646,141 539,4300787,141 542,4300928,118 545,4301046,156 503,4301202,157 512,4301359,148 452,4301507,129 449,4301636,147 472,4301783,140 517,4301923,148 533,4302071,150 554,4302221,139 396,4302360,125 399,4302485,124 379,4302609,155 412,4302764,127 419,4302891,127 386,4303018,123 393,4303141,167 403,4303308,144 12533,4303452,150 349,4303602,147 371,4303749,113 364,4303862,111 373,4303973,165 431,4304138,158 394,4304296,125 402,4304421,156 348,4304577,135 361,4304712,159 363,4304871,128 438,4304999,141 427,4305140,148 325,4305288,135 311,4305423,144 316,4305567,126 307,4305693,157 421,4305850,146 400,4305996,117 332,4306113,149 323,4306262,141 331,4306403,152 317,4306555,133 288,4306688,139 12358,4306827,167 12440,4306994,165 12301,4307159,158 12405,4307317,123 45161,4307440,115 45250,4307555,141 45115,4307696,132 295,4307828,157 270,4307985,167 12343,4308152,166 12375,4308318,142 12540,4308460,163 45190,4308623,141 12450,4308764,148 12354,4308912,158 45255,4309070,153 45098,4309223,123 260,4309346,154 262,4309500,142 265,4309642,172 668,4309814,111 45081,4309925,118 12399,4310043,144 12349,4310187,132 12532,4310319,152 12370,4310471,149 12313,4310620,141 12406,4310761,143 12524,4310904,99 12531,4311003,132 12492,4311135,141 12464,4311276,158 12523,4311434,163 12449,4311597,149 12394,4311746,159 12422,4311905,154 12356,4312059,133 12482,4312192,110 12371,4312302,125 12498,4312427,150 12377,4312577,156 12439,4312733,111 12383,4312844,120 12508,4312964,155 12325,4313119,161 12306,4313280,148 12486,4313428,152 12502,4313580,122 12353,4313702,151 12428,4313853,150 12515,4314003,138 12479,4314141,116 53263,4314257,121 12376,4314378,122 12340,4314500,148 12362,4314648,134 12429,4314782,152 12454,4314934,138 53439,4315072,154 12348,4315226,125 12324,4315351,141 12534,4315492,149 53295,4315641,143 12504,4315784,99 12310,4315883,119 53425,4316002,129 53270,4316131,147 53315,4316278,143 53441,4316421,156 53420,4316577,133 53372,4316710,154 53436,4316864,141 53451,4317005,178 53273,4317183,165 53301,4317348,178 53467,4317526,155 53360,4317681,175 53289,4317856,159 53443,4318015,146 53267,4318161,151 53411,4318312,141 53374,4318453,106 53280,4318559,135 53448,4318694,114 20503,4318808,113 20581,4318921,169 20665,4319090,156 20587,4319246,118 53366,4319364,135 53329,4319499,143 53435,4319642,141 53358,4319783,145 53340,4319928,147 53482,4320075,165 53348,4320240,123 53342,4320363,163 53418,4320526,140 53341,4320666,149 53409,4320815,145 53254,4320960,141 53290,4321101,154 53391,4321255,153 53498,4321408,190 53483,4321598,147 20641,4321745,151 53440,4321896,141 53352,4322037,131 20521,4322168,151 20609,4322319,166 20652,4322485,147 20553,4322632,133 20493,4322765,165 20643,4322930,172 20644,4323102,129 20572,4323231,127 20659,4323358,149 20620,4323507,132 20705,4323639,166 20702,4323805,140 20597,4323945,139 20717,4324084,130 20630,4324214,167 20498,4324381,126 20722,4324507,136 20554,4324643,120 20673,4324763,149 20687,4324912,210 20516,4325122,135 37053,4325257,158 37044,4325415,163 36867,4325578,103 36913,4325681,120 37021,4325801,172 37085,4325973,128 36904,4326101,166 36989,4326267,132 37065,4326399,139 20603,4326538,149 20685,4326687,108 20525,4326795,122 20538,4326917,148 20615,4327065,165 20518,4327230,136 36908,4327366,168 36893,4327534,116 37015,4327650,132 36901,4327782,213 36940,4327995,131 36996,4328126,134 36970,4328260,154 36999,4328414,129 36945,4328543,148 36902,4328691,190 37075,4328881,158 36967,4329039,170 36906,4329209,159 36877,4329368,153 37071,4329521,124 36978,4329645,111 36911,4329756,151 37016,4329907,145 36933,4330052,151 36918,4330203,116 37003,4330319,126 36932,4330445,146 37009,4330591,139 36990,4330730,142 36944,4330872,139 36941,4331011,115 37117,4331126,147 36921,4331273,139 37116,4331412,159 36884,4331571,146 37005,4331717,162 36930,4331879,125 36915,4332004,134 36866,4332138,116 4308,4332254,158 1577,4332412,142 4265,4332554,138 4234,4332692,141 4132,4332833,173 4310,4333006,127 4168,4333133,142 4247,4333275,202 4229,4333477,162 4108,4333639,135 4102,4333774,159 36873,4333933,164 37006,4334097,165 36988,4334262,145 37074,4334407,141 510,4334548,177 37054,4334725,178 4156,4334903,150 4121,4335053,170 37086,4335223,151 36971,4335374,150 4322,4335524,131 4306,4335655,157 4313,4335812,159 36966,4335971,155 4244,4336126,195 4176,4336321,142 4252,4336463,144 4302,4336607,146 4274,4336753,150 4191,4336903,135 4158,4337038,153 4299,4337191,133 4320,4337324,147 4220,4337471,131 4285,4337602,220 4104,4337822,165 4305,4337987,154 4202,4338141,163 4207,4338304,155 4148,4338459,133 4164,4338592,160 4257,4338752,167 4264,4338919,155 4206,4339074,132 4250,4339206,114 4233,4339320,120 4326,4339440,171 4155,4339611,149 57475,4339760,159 57458,4339919,107 57517,4340026,143 57492,4340169,110 57394,4340279,168 57536,4340447,163 57553,4340610,154 57584,4340764,138 57346,4340902,150 57558,4341052,162 57460,4341214,159 57561,4341373,133 57429,4341506,187 57524,4341693,149 57457,4341842,142 57446,4341984,153 57491,4342137,136 57410,4342273,146 57579,4342419,159 57372,4342578,133 57383,4342711,129 57419,4342840,163 57495,4343003,154 57481,4343157,149 57456,4343306,137 57436,4343443,143 57380,4343586,136 24667,4343722,164 24791,4343886,188 57530,4344074,163 57377,4344237,135 57435,4344372,165 57412,4344537,148 57546,4344685,144 57511,4344829,155 57442,4344984,151 57550,4345135,121 57439,4345256,125 57375,4345381,158 57552,4345539,133 57440,4345672,119 57450,4345791,115 57345,4345906,149 57560,4346055,140 57575,4346195,150 57404,4346345,120 57459,4346465,170 24678,4346635,134 24820,4346769,169 24672,4346938,181 24629,4347119,167 24583,4347286,139 24664,4347425,183 24827,4347608,142 24769,4347750,150 24636,4347900,152 24701,4348052,154 24601,4348206,143 24665,4348349,160 24579,4348509,162 24698,4348671,117 24819,4348788,195 24700,4348983,129 24736,4349112,182 24599,4349294,131 24614,4349425,148 24686,4349573,162 24775,4349735,157 1048808,4349892,156 24691,4350048,163 24829,4350211,119 24779,4350330,165 24776,4350495,163 24611,4350658,156 24675,4350814,150 24625,4350964,118 24590,4351082,169 24739,4351251,156 24637,4351407,120 24813,4351527,158 24594,4351685,155 24653,4351840,150 24823,4351990,137 24608,4352127,153 24768,4352280,127 24695,4352407,135 24724,4352542,142 24747,4352684,146 24797,4352830,134 24646,4352964,136 24680,4353100,161 24666,4353261,133 24725,4353394,147 24714,4353541,128 24723,4353669,118 41023,4353787,228 41005,4354015,148 41084,4354163,170 41114,4354333,140 41107,4354473,140 41080,4354613,151 41151,4354764,161 41055,4354925,150 41165,4355075,169 41178,4355244,174 41002,4355418,154 40988,4355572,167 41103,4355739,147 41164,4355886,162 41190,4356048,140 41034,4356188,155 41013,4356343,139 41021,4356482,122 41046,4356604,116 41185,4356720,166 41143,4356886,137 40998,4357023,146 40995,4357169,177 41097,4357346,164 40967,4357510,137 41031,4357647,146 41010,4357793,151 41187,4357944,136 40980,4358080,101 40981,4358181,114 41066,4358295,142 40984,4358437,154 41214,4358591,156 41195,4358747,151 41085,4358898,147 41177,4359045,168 41072,4359213,128 8414,4359341,170 8203,4359511,152 8340,4359663,139 8439,4359802,141 8407,4359943,173 8387,4360116,150 8263,4360266,138 8405,4360404,102 8218,4360506,153 8434,4360659,147 8376,4360806,146 8365,4360952,121 8317,4361073,159 8239,4361232,156 8346,4361388,138 8290,4361526,140 8321,4361666,142 8409,4361808,175 8303,4361983,154 8224,4362137,146 8219,4362283,150 8435,4362433,145 8336,4362578,174 8384,4362752,153 8318,4362905,137 8270,4363042,174 8394,4363216,135 8341,4363351,148 8443,4363499,157 8304,4363656,128 8382,4363784,147 8255,4363931,119 8361,4364050,143 8342,4364193,132 8266,4364325,106 8447,4364431,154 8260,4364585,114 8431,4364699,121 8240,4364820,134 8364,4364954,154 8408,4365108,142 8294,4365250,146 8193,4365396,144 8383,4365540,144 8275,4365684,159 8353,4365843,118 49199,4365961,124 49182,4366085,132 49377,4366217,140 8246,4366357,135 8440,4366492,164 49253,4366656,153 49273,4366809,127 49167,4366936,164 49287,4367100,164 49158,4367264,146 49316,4367410,102 49193,4367512,151 49402,4367663,160 49210,4367823,139 49216,4367962,119 49180,4368081,147 49218,4368228,130 49265,4368358,170 49220,4368528,126 49382,4368654,142 49302,4368796,132 49230,4368928,139 49215,4369067,160 49206,4369227,148 49314,4369375,111 49235,4369486,148 49356,4369634,168 49358,4369802,171 16463,4369973,151 16527,4370124,123 16599,4370247,120 16471,4370367,152 16407,4370519,158 49369,4370677,156 49329,4370833,128 49362,4370961,136 49278,4371097,149 49373,4371246,137 49179,4371383,157 16495,4371540,131 16627,4371671,112 16459,4371783,140 16435,4371923,164 49294,4372087,168 49351,4372255,168 49348,4372423,157 49170,4372580,144 16557,4372724,133 16493,4372857,129 16589,4372986,160 16629,4373146,129 16441,4373275,159 16505,4373434,166 49184,4373600,173 49383,4373773,108 49247,4373881,156 16558,4374037,139 16630,4374176,151 16518,4374327,137 16530,4374464,161 16488,4374625,138 16504,4374763,158 16628,4374921,163 16564,4375084,108 16560,4375192,166 32985,4375358,156 16473,4375514,135 16533,4375649,165 16437,4375814,115 16476,4375929,164 16481,4376093,186 140,4376279,205 16569,4376484,128 16571,4376612,150 16561,4376762,138 16632,4376900,130 16594,4377030,143 16420,4377173,120 16617,4377293,139 16387,4377432,213 16528,4377645,144 16581,4377789,161 16416,4377950,138 16456,4378088,136 16508,4378224,148 16511,4378372,99 16429,4378471,160 32934,4378631,148 16606,4378779,127 16585,4378906,122 32818,4379028,121 32975,4379149,159 32912,4379308,167 16452,4379475,163 32964,4379638,164 32859,4379802,146 32835,4379948,118 16607,4380066,152 16393,4380218,153 16544,4380371,138 16636,4380509,144 32943,4380653,129 32900,4380782,114 33011,4380896,136 32921,4381032,139 32909,4381171,133 32958,4381304,131 32789,4381435,134 32978,4381569,140 32905,4381709,142 32879,4381851,117 32897,4381968,162 32924,4382130,129 32869,4382259,144 32793,4382403,170 32848,4382573,148 32932,4382721,148 32973,4382869,157 32771,4383026,135 32850,4383161,168 32861,4383329,115 32847,4383444,144 32773,4383588,148 32877,4383736,132 32916,4383868,121 65,4383989,133 134,4384122,158 146,4384280,155 88,4384435,169 32884,4384604,136 32816,4384740,136 85,4384876,154 32969,4385030,152 32780,4385182,121 32893,4385303,143 32867,4385446,194 33006,4385640,115 32910,4385755,136 32918,4385891,165 32986,4386056,181 32830,4386237,130 32974,4386367,154 32794,4386521,144 32990,4386665,112 32770,4386777,137 32868,4386914,150 32840,4387064,140 32901,4387204,156 32844,4387360,118 32911,4387478,148 82,4387626,143 33023,4387769,162 247,4387931,155 199,4388086,139 209,4388225,132 22,4388357,145 225,4388502,137 129,4388639,129 41,4388768,143 10,4388911,165 13,4389076,121 36,4389197,102 103,4389299,154 210,4389453,126 55,4389579,146 251,4389725,133 226,4389858,147 186,4390005,123 42,4390128,136 44,4390264,138 131,4390402,136 243,4390538,134 176,4390672,141 207,4390813,139 86,4390952,127 108,4391079,60 169,4391139,158 239,4391297,110 37,4391407,129 175,4391536,154 118,4391690,146 524373,4391836,145 524371,4391981,145 524430,4392126,140 524420,4392266,141 524421,4392407,111 524418,4392518,146 524416,4392664,132 524407,4392796,143 524404,4392939,137 524398,4393076,120 524392,4393196,144 524387,4393340,118 524411,4393458,143 524412,4393601,157 223,4393758,157 249,4393915,146 524384,4394061,159 524364,4394220,151 524359,4394371,171 524362,4394542,140 524356,4394682,138 524353,4394820,157 524343,4394977,136 524341,4395113,147 524338,4395260,137 524429,4395397,131 524309,4395528,137 524354,4395665,108 524390,4395773,141 524292,4395914,151 456,4396065,92 524351,4396157,118 524299,4396275,140 56577,4396415,145 56582,4396560,145 11141123,4396705,160 0,4396865,129 524321,4396994,124 178945,4397118,138 524426,4397256,131 62,4397387,119 56578,4397506,145 56580,4397651,145 155782,4397796,156 524336,4397952,107 7658120,4398059,252 13382373,4398311,252 1850355,4398563,252 3966673,4398815,197 3152791,4399012,215 2937571,4399227,220 1333699,4399447,150 10541167,4399597,140 14968606,4399737,295 6825753,4400032,157 2408826,4400189,217 1875084,4400406,137 10799417,4400543,213 3463026,4400756,240 12639450,4400996,161 308265,4401157,161 4749645,4401318,161 4520305,4401479,260 1636804,4401739,132 6335442,4401871,136 15789958,4402007,139 14991564,4402146,192 6074686,4402338,178 16049650,4402516,196 5509904,4402712,196 9233903,4402908,196 10800419,4403104,238 12073562,4403342,189 14985962,4403531,174 10523754,4403705,297 1845923,4404002,270 3706490,4404272,127 5009676,4404399,141 5009677,4404540,141 10236355,4404681,121 7087270,4404802,197 10248026,4404999,213 14960563,4405212,178 16571169,4405390,141 6322033,4405531,130 14208905,4405661,265 305889,4405926,263 4512846,4406189,214 3680793,4406403,149 7657044,4406552,133 11856073,4406685,179 8134926,4406864,139 9711068,4407003,161 5567124,4407164,180 2382517,4407344,161 12636893,4407505,161 11280018,4407666,164 26859,4407830,112 8172411,4407942,211 4738182,4408153,180 8917565,4408333,230 4727051,4408563,168 10493069,4408731,196 8139022,4408927,139 16047791,4409066,196 6296124,4409262,196 4761063,4409458,156 535734,4409614,123 16273011,4409737,123 11806301,4409860,151 15759367,4410011,123 3984694,4410134,123 13940489,4410257,178 3675214,4410435,199 11320587,4410634,140 14732536,4410774,219 9982538,4410993,166 3696804,4411159,175 11838892,4411334,213 1865806,4411547,218 8666745,4411765,179 12065028,4411944,189 16033181,4412133,180 14742594,4412313,180 15778863,4412493,180 12629117,4412673,180 4474503,4412853,256 15214217,4413109,189 2159477,4413298,139 8698729,4413437,139 1073108,4413576,207 9233294,4413783,150 10531897,4413933,141 10794041,4414074,141 4152,4414215,185 15211339,4414400,139 13431825,4414539,139 10235343,4414678,277 9708728,4414955,197 13108213,4415152,135 3338,4415287,163 12871633,4415450,196 10259147,4415646,137 13157477,4415783,196 1852259,4415979,196 9709871,4416175,185 13933216,4416360,134 16257017,4416494,139 9198273,4416633,180 11033312,4416813,180 10794526,4416993,180 12910171,4417173,213 12597559,4417386,197 11815995,4417583,186 4235995,4417769,141 5008403,4417910,210 11044311,4418120,180 4475611,4418300,123 8714371,4418423,148 10265875,4418571,161 1063401,4418732,137 3182664,4418869,123 13901580,4418992,151 13171332,4419143,150 12845793,4419293,234 16276283,4419527,164 7892459,4419691,126 8972708,4419817,158 2646973,4419975,146 1864221,4420121,117 15998101,4420238,255 10512510,4420493,139 11038813,4420632,139 5530883,4420771,220 10262409,4420991,176 1836471,4421167,208 3827,4421375,144 10503088,4421519,277 7646393,4421796,146 16028351,4421942,146 14206305,4422088,194 797167,4422282,117 6346908,4422399,127 16264846,4422526,191 11848121,4422717,186 15746619,4422903,155 6870938,4423058,146 1860543,4423204,218 11286097,4423422,239 6834806,4423661,122 6852553,4423783,307 15761781,4424090,178 14174002,4424268,252 2647216,4424520,180 323945,4424700,180 5251564,4424880,180 9201722,4425060,196 11824648,4425256,196 24076,4425452,127 11829511,4425579,285 7366229,4425864,169 6585396,4426033,180 7092385,4426213,180 7885581,4426393,219 805062,4426612,154 10758533,4426766,186 7908420,4426952,117 10012856,4427069,197 12113127,4427266,189 14175376,4427455,123 2412767,4427578,123 7096965,4427701,123 2682931,4427824,123 2137847,4427947,145 12323171,4428092,123 1595497,4428215,199 12332527,4428414,257 7897550,4428671,218 12386081,4428889,238 4480233,4429127,175 12588690,4429302,192 3675952,4429494,159 4206193,4429653,130 7370461,4429783,146 9759214,4429929,180 2679630,4430109,196 13914862,4430305,121 14689279,4430426,126 9198044,4430552,220 1606284,4430772,158 10285097,4430930,214 2643649,4431144,187 7911638,4431331,148 12339798,4431479,141 7102964,4431620,145 16027851,4431765,154 4223,4431919,152 7045,4432071,140 5785915,4432211,140 6935,4432351,140 5790146,4432491,147 12070859,4432638,129 1101381,4432767,126 7896403,4432893,147 8164785,4433040,147 15493249,4433187,140 7892372,4433327,140 16297733,4433467,180 5045418,4433647,125 13413164,4433772,166 7105801,4433938,163 2416932,4434101,207 2376674,4434308,200 11037371,4434508,178 9443135,4434686,196 5508653,4434882,197 7376711,4435079,197 10551152,4435276,166 6323917,4435442,196 5540538,4435638,141 13109049,4435779,132 9207039,4435911,172 11287694,4436083,247 4219444,4436330,201 8950897,4436531,172 7907041,4436703,172 38124,4436875,180 7619885,4437055,180 10768390,4437235,226 13136165,4437461,202 6843836,4437663,202 8441762,4437865,180 525122,4438045,140 16530853,4438185,158 15486850,4438343,122 4482431,4438465,122 4749126,4438587,122 15494325,4438709,178 12628225,4438887,178 1311058,4439065,161 12333996,4439226,149 9763751,4439375,154 9997945,4439529,145 10024481,4439674,219 12598970,4439893,117 12597594,4440010,186 2122955,4440196,213 15750401,4440409,180 8188637,4440589,135 13661839,4440724,122 1900377,4440846,240 1315835,4441086,196 57527,4441282,188 10785600,4441470,265 16312439,4441735,200 10525458,4441935,185 9701459,4442120,174 11837056,4442294,204 57900,4442498,192 7868672,4442690,167 15237013,4442857,123 8962187,4442980,123 7646099,4443103,142 8169835,4443245,194 9963068,4443439,175 3727021,4443614,140 13921645,4443754,140 11823393,4443894,140 16314910,4444034,140 7645162,4444174,141 5012697,4444315,123 15783855,4444438,154 8710893,4444592,125 8172157,4444717,140 322867,4444857,140 6062262,4444997,140 8701350,4445137,140 11298653,4445277,140 16311523,4445417,140 14176055,4445557,137 11276803,4445694,140 14424993,4445834,140 6071740,4445974,120 275394,4446094,140 13129920,4446234,140 6601816,4446374,140 10798064,4446514,140 5273263,4446654,140 14455231,4446794,141 10013052,4446935,255 14717607,4447190,209 569511,4447399,150 12608361,4447549,210 1589758,4447759,117 7130692,4447876,174 11564571,4448050,196 10752354,4448246,135 7429,4448381,158 9178720,4448539,265 1616669,4448804,161 12380463,4448965,112 8665045,4449077,161 3441349,4449238,161 3410483,4449399,189 8706075,4449588,252 8137435,4449840,219 15245893,4450059,137 8923465,4450196,192 16278712,4450388,178 1331488,4450566,180 12636563,4450746,180 3966058,4450926,252 7865571,4451178,180 10763022,4451358,180 2400608,4451538,170 14462699,4451708,135 2392519,4451843,180 16549418,4452023,180 1850671,4452203,196 15496510,4452399,196 9474404,4452595,257 15522694,4452852,127 4735965,4452979,141 538729,4453120,252 14196436,4453372,199 8651560,4453571,137 564153,4453708,109 7420,4453817,176 5686,4453993,167 5566815,4454160,186 14711236,4454346,196 8929383,4454542,137 11310450,4454679,206 4248159,4454885,214 11010858,4455099,170 6645,4455269,175 52157,4455444,172 5805218,4455616,115 4989465,4455731,178 5560774,4455909,180 3181303,4456089,180 6612952,4456269,175 14217026,4456444,180 8440850,4456624,180 1616399,4456804,180 11576416,4456984,140 11311766,4457124,131 58374,4457255,196 4465276,4457451,196 13414786,4457647,196 4755503,4457843,189 2668412,4458032,154 6870765,4458186,225 ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592822483.0 netaddr-0.8.0/netaddr/eui/oui.txt0000644000076500000240002100365300000000000016760 0ustar00kubastaff00000000000000OUI/MA-L Organization company_id Organization Address 00-22-72 (hex) American Micro-Fuel Device Corp. 002272 (base 16) American Micro-Fuel Device Corp. 2181 Buchanan Loop Ferndale WA 98248 US 00-D0-EF (hex) IGT 00D0EF (base 16) IGT 9295 PROTOTYPE DRIVE RENO NV 89511 US 08-61-95 (hex) Rockwell Automation 086195 (base 16) Rockwell Automation 1 Allen-Bradley Dr. Mayfield Heights OH 44124-6118 US F4-BD-9E (hex) Cisco Systems, Inc F4BD9E (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 58-85-E9 (hex) Realme Chongqing MobileTelecommunications Corp Ltd 5885E9 (base 16) Realme Chongqing MobileTelecommunications Corp Ltd No.24 Nichang Boulevard, Huixing Block, Yubei District, Chongqing. Chongqing China 401120 CN BC-23-92 (hex) BYD Precision Manufacture Company Ltd. BC2392 (base 16) BYD Precision Manufacture Company Ltd. No.3001, Bao He Road, Baolong Industrial, Longgang Street,Longgang Zone, Shenzhen shenzhen 518116 CN 40-55-82 (hex) Nokia 405582 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA A4-E3-1B (hex) Nokia A4E31B (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA D8-97-90 (hex) Commonwealth Scientific and Industrial Research Organisation D89790 (base 16) Commonwealth Scientific and Industrial Research Organisation GPO Box 1700 Canberra ACT 2601 AU 88-3A-30 (hex) Aruba, a Hewlett Packard Enterprise Company 883A30 (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US B8-A5-8D (hex) Axe Group Holdings Limited B8A58D (base 16) Axe Group Holdings Limited Road Town tortola VG1110 VG 50-CE-E3 (hex) Gigafirm.co.LTD 50CEE3 (base 16) Gigafirm.co.LTD 3-21-8,kisonishi machida-city tokyo 1940037 JP 98-E7-43 (hex) Dell Inc. 98E743 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US C4-19-D1 (hex) Telink Semiconductor (Shanghai) Co., Ltd. C419D1 (base 16) Telink Semiconductor (Shanghai) Co., Ltd. No. 1500 Zuchongzhi Rd, Building #3 Shanghai 201203 CN 88-7E-25 (hex) Extreme Networks, Inc. 887E25 (base 16) Extreme Networks, Inc. 6480 Via Del Oro San Jose CA 95119 US 08-60-83 (hex) zte corporation 086083 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN E0-19-54 (hex) zte corporation E01954 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 10-32-7E (hex) Huawei Device Co., Ltd. 10327E (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN F8-08-4F (hex) Sagemcom Broadband SAS F8084F (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 30-FB-B8 (hex) HUAWEI TECHNOLOGIES CO.,LTD 30FBB8 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN F4-97-C2 (hex) Nebulon Inc F497C2 (base 16) Nebulon Inc 3089 Skyway Court Fremont CA 94539 US A4-45-19 (hex) Xiaomi Communications Co Ltd A44519 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 68-DB-F5 (hex) Amazon Technologies Inc. 68DBF5 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 24-46-C8 (hex) Motorola Mobility LLC, a Lenovo Company 2446C8 (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US 18-02-AE (hex) vivo Mobile Communication Co., Ltd. 1802AE (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 0C-20-D3 (hex) vivo Mobile Communication Co., Ltd. 0C20D3 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 44-D7-91 (hex) HUAWEI TECHNOLOGIES CO.,LTD 44D791 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 84-46-FE (hex) HUAWEI TECHNOLOGIES CO.,LTD 8446FE (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN D8-29-18 (hex) HUAWEI TECHNOLOGIES CO.,LTD D82918 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN D0-D0-03 (hex) Samsung Electronics Co.,LTD D0D003 (base 16) Samsung Electronics Co.,LTD 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 64-B2-1D (hex) Chengdu Phycom Tech Co., Ltd. 64B21D (base 16) Chengdu Phycom Tech Co., Ltd. No.216 beisen road Chengdu Sichuan 610000 CN C4-29-96 (hex) Signify B.V. C42996 (base 16) Signify B.V. High Tech Campus 7 Eindhoven 5656AE NL 98-06-37 (hex) IEEE Registration Authority 980637 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 8C-B8-4A (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) 8CB84A (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak SEMTHAI, WELLGROW INDUSTRIAL ESTATE Bangpakong Chachoengsao 24180 TH 98-E8-FA (hex) Nintendo Co.,Ltd 98E8FA (base 16) Nintendo Co.,Ltd 11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP 38-C4-E8 (hex) NSS Sp. z o.o. 38C4E8 (base 16) NSS Sp. z o.o. Modularna 11 Warszawa 02-238 PL 34-DD-7E (hex) Umeox Innovations Co.,Ltd 34DD7E (base 16) Umeox Innovations Co.,Ltd Room 1208-09, Research Building, Tsinghua Information Port, No. 1, Xindong Road, Nanshan District, Shenzhen Shenzhen Guangdong 518000 CN CC-CD-64 (hex) SM-Electronic GmbH CCCD64 (base 16) SM-Electronic GmbH Waldweg 2 Stapelfeld / Braak 22145 DE 24-DF-A7 (hex) Hangzhou BroadLink Technology Co.,Ltd 24DFA7 (base 16) Hangzhou BroadLink Technology Co.,Ltd Room 101,1/F,Unit C,Building 1,No.57 Jiang'er Road,Changhe Street,Binjiang District,Hangzhou,Zhejiang,P.R.China Hangzhou Zhejiang 310052 CN B0-65-F1 (hex) WIO Manufacturing HK Limited B065F1 (base 16) WIO Manufacturing HK Limited 15/F OTB Building, 160 Glocester Road Hong Kong 00000 HK 90-12-34 (hex) Shenzhen YOUHUA Technology Co., Ltd 901234 (base 16) Shenzhen YOUHUA Technology Co., Ltd Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN 54-2A-1B (hex) Sonos, Inc. 542A1B (base 16) Sonos, Inc. 614 Chapala St Santa Barbara CA 93101 US 5C-92-5E (hex) Zioncom Electronics (Shenzhen) Ltd. 5C925E (base 16) Zioncom Electronics (Shenzhen) Ltd. A1&A2 Building,Lantian Technology Park, Xinyu Road, Xingqiao Henggang Block, Shajing Street, Baoan District Shenzhen Guangdong 518000 CN 08-4F-A9 (hex) Cisco Systems, Inc 084FA9 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 08-4F-F9 (hex) Cisco Systems, Inc 084FF9 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 50-98-B8 (hex) New H3C Technologies Co., Ltd 5098B8 (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN 11-00-AA (hex) Private 1100AA (base 16) Private B8-4D-EE (hex) Hisense broadband multimedia technology Co.,Ltd B84DEE (base 16) Hisense broadband multimedia technology Co.,Ltd Song ling Road 399 Qingdao 266000 CN A8-93-52 (hex) SHANGHAI ZHONGMI COMMUNICATION TECHNOLOGY CO.,LTD A89352 (base 16) SHANGHAI ZHONGMI COMMUNICATION TECHNOLOGY CO.,LTD RM510,418 Guiping Road,xuhui-Park shanghai shanghai 200233 CN E4-CC-9D (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. E4CC9D (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY A8-D0-E3 (hex) Systech Electronics Ltd A8D0E3 (base 16) Systech Electronics Ltd Lever Tech Centre, 69-71 King Yip Street, , 852 HK 98-BA-39 (hex) Doro AB 98BA39 (base 16) Doro AB Jörgen Kocksgatan 1B Malmö Skane 211 20 SE D4-6B-A6 (hex) HUAWEI TECHNOLOGIES CO.,LTD D46BA6 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN CC-05-77 (hex) HUAWEI TECHNOLOGIES CO.,LTD CC0577 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 30-8B-B2 (hex) Cisco Systems, Inc 308BB2 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US E0-EB-62 (hex) Shanghai Hulu Devices Co., Ltd E0EB62 (base 16) Shanghai Hulu Devices Co., Ltd 509 Caobao Road, Rm 101-2 Bld 9 Shanghai 200233 CN 08-68-8D (hex) New H3C Technologies Co., Ltd 08688D (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN E8-6F-38 (hex) CHONGQING FUGUI ELECTRONICS CO.,LTD. E86F38 (base 16) CHONGQING FUGUI ELECTRONICS CO.,LTD. Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN 48-21-6C (hex) China Mobile IOT Company Limited 48216C (base 16) China Mobile IOT Company Limited Building D3,No.8 Yangliu North Road,Yubei District CHONGQING CHONGQING 401121 CN 8C-BE-24 (hex) Tashang Semiconductor(Shanghai) Co., Ltd. 8CBE24 (base 16) Tashang Semiconductor(Shanghai) Co., Ltd. Room 903, Building 5, Minggu Science Park,No. 7001, Zhong Chun Road, Minhang District ,Shanghai 201101, P.R. China Shanghai 123456 CN 08-B3-AF (hex) vivo Mobile Communication Co., Ltd. 08B3AF (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 30-86-2D (hex) Arista Network, Inc. 30862D (base 16) Arista Network, Inc. 5453 Great America Parkway Santa Clara CA 95054 US 6C-E8-C6 (hex) Earda Technologies co Ltd 6CE8C6 (base 16) Earda Technologies co Ltd Block A,Lianfeng Creative Park, #2 Jisheng Rd., Nansha District Guangzhou Guangdong 511455 CN 1C-41-76 (hex) China Mobile Group Device Co.,Ltd. 1C4176 (base 16) China Mobile Group Device Co.,Ltd. 32 Xuanwumen West Street,Xicheng District Beijing 100053 CN 60-8B-0E (hex) Apple, Inc. 608B0E (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 18-71-D5 (hex) Hazens Automotive Electronics(SZ)Co.,Ltd. 1871D5 (base 16) Hazens Automotive Electronics(SZ)Co.,Ltd. C8 Building, Building 13, Zhongxin Innovation Industry City, No.12, Ganli No.6 Road, Ganli Industrial Park, Buji Street, Longgang District Shenzhen Guangdong 518100 CN AC-B1-EE (hex) SHENZHEN FENDA TECHNOLOGY CO., LTD ACB1EE (base 16) SHENZHEN FENDA TECHNOLOGY CO., LTD Fenda Hi-Tech Park, Zhoushi Road, Shiyan, Baoan ShenZhen GuangDong 518108 CN F8-AD-CB (hex) HMD Global Oy F8ADCB (base 16) HMD Global Oy Bertel Jungin aukio 9 Espoo 02600 FI D4-62-EA (hex) HUAWEI TECHNOLOGIES CO.,LTD D462EA (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 54-BA-D6 (hex) HUAWEI TECHNOLOGIES CO.,LTD 54BAD6 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 94-DC-4E (hex) AEV, spol. s r. o. 94DC4E (base 16) AEV, spol. s r. o. Jozky Silneho 2783/9 Kromeriz 76701 CZ 14-42-FC (hex) Texas Instruments 1442FC (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US AC-5D-5C (hex) FN-LINK TECHNOLOGY LIMITED AC5D5C (base 16) FN-LINK TECHNOLOGY LIMITED A Building,HuiXin industial park,No 31, YongHe road, Fuyong town, Bao'an District SHENZHEN GUANGDONG 518100 CN A4-AE-11 (hex) Hon Hai Precision Ind. Co., Ltd. A4AE11 (base 16) Hon Hai Precision Ind. Co., Ltd. GuangDongShenZhen ShenZhen GuangDong 518109 CN 54-DE-D0 (hex) Sevio Srl 54DED0 (base 16) Sevio Srl Via Dei Caniana 6/A Bergamo Bergamo 24127 IT 6C-5E-3B (hex) Cisco Systems, Inc 6C5E3B (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 40-19-20 (hex) Movon Corporation 401920 (base 16) Movon Corporation 3Fl, Hyunjuk Bldg. 7 selleung-ro, 94gil, Gangnam-gu Seoul 06161 KR D0-37-45 (hex) TP-LINK TECHNOLOGIES CO.,LTD. D03745 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 60-3A-7C (hex) TP-LINK TECHNOLOGIES CO.,LTD. 603A7C (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 00-01-78 (hex) MARGI Systems, Inc. 000178 (base 16) MARGI Systems, Inc. 3155 Kearney Street. - Ste.#200 Fremont CA 94538 US 0C-B7-71 (hex) ARRIS Group, Inc. 0CB771 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 58-C8-76 (hex) China Mobile (Hangzhou) Information Technology Co., Ltd. 58C876 (base 16) China Mobile (Hangzhou) Information Technology Co., Ltd. No. 1600 Yuhangtang Road, Wuchang Street, Yuhang District Hangzhou Zhejiang 310000 CN 2C-1E-4F (hex) Chengdu Qianli Network Technology Co., Ltd. 2C1E4F (base 16) Chengdu Qianli Network Technology Co., Ltd. Room 1208, 4 Building, Ideal Center, NO.38 Tianyi Street, Chengdu High-tech Zone Chengdu Sichuan 610000 CN 00-90-52 (hex) SELCOM ELETTRONICA S.R.L. 009052 (base 16) SELCOM ELETTRONICA S.R.L. VIA GRANDI, 5 40013 CASTELMAGGIORE BO IT 00-1A-83 (hex) Pegasus Technologies Inc. 001A83 (base 16) Pegasus Technologies Inc. 108 Pawnook Farm Rd. Lenoir City TN 37771 US 24-16-6D (hex) HUAWEI TECHNOLOGIES CO.,LTD 24166D (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 94-0B-19 (hex) HUAWEI TECHNOLOGIES CO.,LTD 940B19 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 70-C7-F2 (hex) HUAWEI TECHNOLOGIES CO.,LTD 70C7F2 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 38-94-ED (hex) NETGEAR 3894ED (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 70-04-33 (hex) California Things Inc. 700433 (base 16) California Things Inc. 650 main st redwood city CA 94063 US DC-A6-32 (hex) Raspberry Pi Trading Ltd DCA632 (base 16) Raspberry Pi Trading Ltd Maurice Wilkes Building, Cowley Road Cambridge CB4 0DS GB 88-F5-6E (hex) HUAWEI TECHNOLOGIES CO.,LTD 88F56E (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN BC-97-E1 (hex) Broadcom Limited BC97E1 (base 16) Broadcom Limited 15191 Alton Parkway Irvine CA 92618 US 28-D1-B7 (hex) Shenzhen YOUHUA Technology Co., Ltd 28D1B7 (base 16) Shenzhen YOUHUA Technology Co., Ltd Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN C8-C2-FA (hex) HUAWEI TECHNOLOGIES CO.,LTD C8C2FA (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 88-B3-62 (hex) Nokia Shanghai Bell Co., Ltd. 88B362 (base 16) Nokia Shanghai Bell Co., Ltd. No.388 Ning Qiao Road,Jin Qiao Pudong Shanghai 201206,P.R.China Shanghai Pudong 201206 CN 08-47-D0 (hex) Nokia Shanghai Bell Co., Ltd. 0847D0 (base 16) Nokia Shanghai Bell Co., Ltd. No.388 Ning Qiao Road,Jin Qiao Pudong Shanghai 201206,P.R.China Shanghai Pudong 201206 CN 08-9C-86 (hex) Nokia Shanghai Bell Co., Ltd. 089C86 (base 16) Nokia Shanghai Bell Co., Ltd. No.388 Ning Qiao Road,Jin Qiao Pudong Shanghai 201206,P.R.China Shanghai Pudong 201206 CN 7C-89-56 (hex) Samsung Electronics Co.,Ltd 7C8956 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 9C-93-E4 (hex) Private 9C93E4 (base 16) Private 88-29-9C (hex) Samsung Electronics Co.,Ltd 88299C (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR CC-90-93 (hex) Hansong Tehnologies CC9093 (base 16) Hansong Tehnologies 8 Kangping road, New development zone Nanjing Jiangsu 210006 CN CC-64-A6 (hex) HUAWEI TECHNOLOGIES CO.,LTD CC64A6 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 30-31-7D (hex) Hosiden Corporation 30317D (base 16) Hosiden Corporation 4-33, Kitakyuhoji 1-chome Yao Osaka 5810071 JP F0-A9-68 (hex) Antailiye Technology Co.,Ltd F0A968 (base 16) Antailiye Technology Co.,Ltd 7/F,Zhengjiyuan Buiding,2 Road,Qianjing, Xixiang, Baoan District,Shenzhen SHEN ZHEN GUANGDONG 518000 CN 48-E1-E9 (hex) Chengdu Meross Technology Co., Ltd. 48E1E9 (base 16) Chengdu Meross Technology Co., Ltd. No. 25, Yizhou Avenue, Gaoxin Chengdu Sichuan 610000 CN D8-13-99 (hex) Hui Zhou Gaoshengda Technology Co.,LTD D81399 (base 16) Hui Zhou Gaoshengda Technology Co.,LTD No.75,Zhongkai High-Tech Development District,Huizhou Hui Zhou Guangdong 516006 CN 54-E0-19 (hex) Ring LLC 54E019 (base 16) Ring LLC 1523 26th St Santa Monica CA 90404 US 14-84-30 (hex) MITAC COMPUTING TECHNOLOGY CORPORATION 148430 (base 16) MITAC COMPUTING TECHNOLOGY CORPORATION 3F., NO.1, R&D ROAD 2, HSINCHU SCIENCE PARK HSINCHU 30076 TW B8-A4-4F (hex) Axis Communications AB B8A44F (base 16) Axis Communications AB Emdalavägen 14 LUND 22369 SE 00-24-EB (hex) ClearPath Networks, Inc. 0024EB (base 16) ClearPath Networks, Inc. 1940 E. Mariposa Ave El Segundo CA 90245 US 50-AF-4D (hex) zte corporation 50AF4D (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN C8-EA-F8 (hex) zte corporation C8EAF8 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 70-9F-2D (hex) zte corporation 709F2D (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 38-3B-26 (hex) Jiangsu Qinheng Co., Ltd. 383B26 (base 16) Jiangsu Qinheng Co., Ltd. No. 18, Ningshuang Road Nanjing Jiangsu 210012 CN 5C-FA-FB (hex) Acubit 5CFAFB (base 16) Acubit Afred Nobels Vej 21A Aalborg Ø 9220 DK 9C-7B-EF (hex) Hewlett Packard 9C7BEF (base 16) Hewlett Packard 11445 Compaq Center Drive Houston TX 77070 US 74-2E-DB (hex) Perinet GmbH 742EDB (base 16) Perinet GmbH Rudower Chaussee 29 Berlin Berlin 12489 DE 20-17-42 (hex) LG Electronics 201742 (base 16) LG Electronics 222 LG-ro, JINWI-MYEON Pyeongtaek-si Gyeonggi-do 451-713 KR CC-88-26 (hex) LG Innotek CC8826 (base 16) LG Innotek 26, Hanamsandan 5beon-ro Gwangju Gwangsan-gu 506-731 KR EC-5B-73 (hex) Advanced & Wise Technology Corp. EC5B73 (base 16) Advanced & Wise Technology Corp. 5F, No. 3-2, Industry East 9th Road, Hsinchu Science Park, Hsinchu City Hsinchu 30075 TW E0-CB-1D (hex) Private E0CB1D (base 16) Private 84-8B-CD (hex) IEEE Registration Authority 848BCD (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 14-C0-3E (hex) ARRIS Group, Inc. 14C03E (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US C0-89-AB (hex) ARRIS Group, Inc. C089AB (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US D4-4D-A4 (hex) Murata Manufacturing Co., Ltd. D44DA4 (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP F8-E5-CF (hex) CGI IT UK LIMITED F8E5CF (base 16) CGI IT UK LIMITED 20 Fenchurch Street, 14th Floor London EC3M 3BY GB 68-82-F2 (hex) grandcentrix GmbH 6882F2 (base 16) grandcentrix GmbH Holzmarkt 1 Cologne NW 50676 DE D4-20-B0 (hex) Mist Systems, Inc. D420B0 (base 16) Mist Systems, Inc. 1601 South De Anza Blvd, Suite 248 Cupertino CA 95014 US 08-ED-ED (hex) Zhejiang Dahua Technology Co., Ltd. 08EDED (base 16) Zhejiang Dahua Technology Co., Ltd. No.1199,Waterfront Road Hangzhou Zhejiang 310053 CN 60-92-F5 (hex) ARRIS Group, Inc. 6092F5 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-22-AF (hex) Safety Vision, LLC 0022AF (base 16) Safety Vision, LLC 6100 W. Sam Houston Pkwy. North Houston 77041 US A0-91-A2 (hex) OnePlus Electronics (Shenzhen) Co., Ltd. A091A2 (base 16) OnePlus Electronics (Shenzhen) Co., Ltd. Room 201, Block A, No.1, 1st Qian Wan Road, Qianhai Shenzhen-Hong Kong Cooperation Zone, Shenzhen, China. Shenzhen Guangdong 518000 CN 00-80-B5 (hex) UNITED NETWORKS INC. 0080B5 (base 16) UNITED NETWORKS INC. 2178 PARAGON DRIVE SAN JOSE CA 95131 US 1C-69-7A (hex) EliteGroup Computer Systems Co., LTD 1C697A (base 16) EliteGroup Computer Systems Co., LTD No.239, Sec. 2, TiDing Blvd. Nei-Hu Dist. Taipei Taiwan 11439 TW 4C-17-44 (hex) Amazon Technologies Inc. 4C1744 (base 16) Amazon Technologies Inc. P.O. Box 8102 Reno NV 89507 US B0-30-55 (hex) China Mobile IOT Company Limited B03055 (base 16) China Mobile IOT Company Limited NO.8 Yu Ma Road, NanAn Area Chongqing Chongqing 401336 CN 90-5C-34 (hex) Sirius Electronic Systems Srl 905C34 (base 16) Sirius Electronic Systems Srl via Robinie, 33 Gravellona Toce VB 28883 IT D4-6A-35 (hex) Cisco Systems, Inc D46A35 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US D0-9C-7A (hex) Xiaomi Communications Co Ltd D09C7A (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN C8-2C-2B (hex) IEEE Registration Authority C82C2B (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 80-20-DA (hex) Sagemcom Broadband SAS 8020DA (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 68-84-7E (hex) FUJITSU LIMITED 68847E (base 16) FUJITSU LIMITED 403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP 00-30-85 (hex) Cisco Systems, Inc 003085 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 60-5F-8D (hex) eero inc. 605F8D (base 16) eero inc. 500 Howard Street, Suite 900 SAN FRANCISCO CA 94105 US C4-B3-6A (hex) Cisco Systems, Inc C4B36A (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 70-F7-54 (hex) AMPAK Technology,Inc. 70F754 (base 16) AMPAK Technology,Inc. 3F, No.15-1 Zhonghua Road, Hsinchu Industrail Park, Hukou, Hsinchu Hsinchu,Taiwan R.O.C. 30352 TW 6C-8B-D3 (hex) Cisco Systems, Inc 6C8BD3 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 68-97-4B (hex) Shenzhen Costar Electronics Co. Ltd. 68974B (base 16) Shenzhen Costar Electronics Co. Ltd. No.94 Fuyuan 1st Road,Yuyuan Industrial Park, Shenzhen Guangdong 518103 CN 34-E1-D1 (hex) IEEE Registration Authority 34E1D1 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 00-21-B7 (hex) LEXMARK INTERNATIONAL, INC. 0021B7 (base 16) LEXMARK INTERNATIONAL, INC. 740 West New Circle Road Lexington KY 40550 US 00-A0-B0 (hex) I-O DATA DEVICE,INC. 00A0B0 (base 16) I-O DATA DEVICE,INC. 24-1, SAKURADA-MACHI KANAZAWA, ISHIKAWA 920 na JP 24-79-F3 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 2479F3 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 80-A2-35 (hex) Edgecore Networks Corporation 80A235 (base 16) Edgecore Networks Corporation 1 Creation RD 3. Hsinchu 30077 TW C8-C6-4A (hex) Flextronics Tech.(Ind) Pvt Ltd C8C64A (base 16) Flextronics Tech.(Ind) Pvt Ltd SURVEYNO.381, PADUR ROAD, KUTHAMBAKKAM VILLAGE, 602107 POONAMALLEE TALUK, THIRUVALLUR DISTRIC Chennai 602107 IN 30-EA-26 (hex) Sycada BV 30EA26 (base 16) Sycada BV Burgemeester Stramanweg 105B Amsterdam 1101 AA NL 9C-49-7F (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. 9C497F (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY C4-E3-9F (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD C4E39F (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN F8-9A-78 (hex) HUAWEI TECHNOLOGIES CO.,LTD F89A78 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 88-F8-72 (hex) HUAWEI TECHNOLOGIES CO.,LTD 88F872 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN EC-56-23 (hex) HUAWEI TECHNOLOGIES CO.,LTD EC5623 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 54-86-BC (hex) Cisco Systems, Inc 5486BC (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 40-23-43 (hex) CHONGQING FUGUI ELECTRONICS CO.,LTD. 402343 (base 16) CHONGQING FUGUI ELECTRONICS CO.,LTD. Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN 18-F1-8E (hex) ChipER Technology co. ltd 18F18E (base 16) ChipER Technology co. ltd 907 University Ave#299 Middleton WI 53562 US 00-04-22 (hex) Studio Technologies, Inc 000422 (base 16) Studio Technologies, Inc 7440 Frontage Rd Skokie IL 60077-3212 US 80-DA-13 (hex) eero inc. 80DA13 (base 16) eero inc. 660 3rd Street San Francisco CA 94107 US 50-EC-50 (hex) Beijing Xiaomi Mobile Software Co., Ltd 50EC50 (base 16) Beijing Xiaomi Mobile Software Co., Ltd The Rainbow City Office Building, 68 Qinghe Middle Street Haidian District Beijing Beijing 100085 CN 60-61-DF (hex) Z-meta Research LLC 6061DF (base 16) Z-meta Research LLC 8365 Quay Drive Arvada CO 80003 US 70-57-BF (hex) New H3C Technologies Co., Ltd 7057BF (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN 8C-E7-48 (hex) Private 8CE748 (base 16) Private 10-82-86 (hex) Luxshare Precision Industry Co.,Ltd 108286 (base 16) Luxshare Precision Industry Co.,Ltd 2nd floor, A building, Sanyo New Industrial Area, West of Maoyi, Shajing Baoan District Shenzhen Shenzhen 518104 CN 14-B4-57 (hex) Silicon Laboratories 14B457 (base 16) Silicon Laboratories 7000 W. William Cannon Dr. Austin TX 78735 US DC-96-2C (hex) NST Audio Ltd DC962C (base 16) NST Audio Ltd 32 Whitewall Norton North Yorkshire YO17 9EH GB 18-02-2D (hex) HUAWEI TECHNOLOGIES CO.,LTD 18022D (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN D8-BC-59 (hex) Shenzhen DAPU Microelectronics Co., Ltd D8BC59 (base 16) Shenzhen DAPU Microelectronics Co., Ltd Room B 503, No.2 Building, Tian’an Digital New Town, Huangge Middle Road, Longgang District Shenzhen Guangdong 518100 CN 08-97-98 (hex) COMPAL INFORMATION (KUNSHAN) CO., LTD. 089798 (base 16) COMPAL INFORMATION (KUNSHAN) CO., LTD. NO. 25, THE 3RD Street KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN 24-6F-28 (hex) Espressif Inc. 246F28 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 8C-79-F5 (hex) Samsung Electronics Co.,Ltd 8C79F5 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 48-F8-DB (hex) HUAWEI TECHNOLOGIES CO.,LTD 48F8DB (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-12-2A (hex) VTech Telecommunications Ltd. 00122A (base 16) VTech Telecommunications Ltd. 23/F, Tai Ping Industrial Centre, Block 1 NA 00000 HK B0-51-8E (hex) Holl technology CO.Ltd. B0518E (base 16) Holl technology CO.Ltd. F2,Bld 27,Anle Industrial Park,Nantou Guankou No.2 Road Shenzhen Guangdong 518052 CN 28-52-E0 (hex) Layon international Electronic & Telecom Co.,Ltd 2852E0 (base 16) Layon international Electronic & Telecom Co.,Ltd 4rd Floor, Building 15, Juda Industrial Zone, ShiBei Industrial Road, HuiJiang , Da Shi Street, PanYu District,Guangzhou,China guangzhou guangdong 511430 CN 58-CB-52 (hex) Google, Inc. 58CB52 (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US 7C-61-66 (hex) Amazon Technologies Inc. 7C6166 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 98-9B-CB (hex) AVM Audiovisuelles Marketing und Computersysteme GmbH 989BCB (base 16) AVM Audiovisuelles Marketing und Computersysteme GmbH Alt-Moabit 95 Berlin Berlin 10559 DE 94-F7-AD (hex) Juniper Networks 94F7AD (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 60-63-F9 (hex) Ciholas, Inc. 6063F9 (base 16) Ciholas, Inc. 3700 Bell Rd Newburgh IN 47630-7907 US AC-8F-F8 (hex) Nokia AC8FF8 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 60-03-A6 (hex) Inteno Broadband Technology AB 6003A6 (base 16) Inteno Broadband Technology AB Stensätravägen 13 Skärholmen SE 127 39 SE 7C-52-59 (hex) Sichuan Jiuzhou Electronic Technology Co., Ltd. 7C5259 (base 16) Sichuan Jiuzhou Electronic Technology Co., Ltd. No. 259, Jiuzhou Road Mianyang City Sichuan Province 621000 CN 44-B2-95 (hex) Sichuan AI-Link Technology Co., Ltd. 44B295 (base 16) Sichuan AI-Link Technology Co., Ltd. Anzhou,Industrial Park Anzhou,Industrial Park Sichuan 621000 CN 94-24-E1 (hex) Alcatel-Lucent Enterprise 9424E1 (base 16) Alcatel-Lucent Enterprise 26801 West Agoura Rd Calabasas CA 91301 US F8-CA-59 (hex) NetComm Wireless F8CA59 (base 16) NetComm Wireless LEVEL 5, 18-20 ORION RD. LANE COVE LANE COVE WEST NSW 2066 AU 88-B2-91 (hex) Apple, Inc. 88B291 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C4-2A-D0 (hex) Apple, Inc. C42AD0 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US CC-D2-81 (hex) Apple, Inc. CCD281 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 20-0D-B0 (hex) Shenzhen Four Seas Global Link Network Technology Co., Ltd. 200DB0 (base 16) Shenzhen Four Seas Global Link Network Technology Co., Ltd. Room 607-610, Block B, TAOJINDI Electronic Business Incubation Base Tenglong Road, Longhua District, Shenzhen Guangdong 518000 CN D8-1E-DD (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD D81EDD (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN D4-3F-CB (hex) ARRIS Group, Inc. D43FCB (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 5C-76-95 (hex) Technicolor CH USA Inc. 5C7695 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US F8-4D-33 (hex) Fiberhome Telecommunication Technologies Co.,LTD F84D33 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN C0-8A-CD (hex) Guangzhou Shiyuan Electronic Technology Company Limited C08ACD (base 16) Guangzhou Shiyuan Electronic Technology Company Limited No.6, 4th Yunpu Road, Yunpu industry District Guangzhou Guangdong 510530 CN AC-F6-F7 (hex) LG Electronics (Mobile Communications) ACF6F7 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR E8-9E-0C (hex) Private E89E0C (base 16) Private 48-E6-C0 (hex) SIMCom Wireless Solutions Co.,Ltd. 48E6C0 (base 16) SIMCom Wireless Solutions Co.,Ltd. Building B,SIM Technology Building,No.633,Jinzhong Road Shanghai 200335 CN 38-3C-9C (hex) Fujian Newland Payment Technology Co.,Ltd. 383C9C (base 16) Fujian Newland Payment Technology Co.,Ltd. No. B602,Building #1,Haixia Jingmao Plaza,Fuzhou Bonded Area Fuzhou Fujian 350015 CN C0-2E-25 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD C02E25 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 10-77-17 (hex) SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD 107717 (base 16) SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD Unit East Block22-24/F,Skyworth semiconductor design Bldg., Gaoxin Ave.4.S.,Nanshan District,Shenzhen,China SHENZHEN GUANGDONG 518057 CN A8-6D-5F (hex) Raisecom Technology CO., LTD A86D5F (base 16) Raisecom Technology CO., LTD No. 11, East Area, No. 10 Block, East Xibeiwang Road Beijing 100094 CN 58-EC-ED (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. 58ECED (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY A4-68-BC (hex) Private A468BC (base 16) Private 00-50-79 (hex) Private 005079 (base 16) Private 10-0C-6B (hex) NETGEAR 100C6B (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 50-5F-B5 (hex) Askey Computer Corp. 505FB5 (base 16) Askey Computer Corp. 10F, NO. 119, JIANKANG RD., ZHONGHE DIST. NEW TAIPEI 235 TW C4-F0-EC (hex) Fiberhome Telecommunication Technologies Co.,LTD C4F0EC (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN E8-0F-C8 (hex) Universal Electronics, Inc. E80FC8 (base 16) Universal Electronics, Inc. 201 E. Sandpointe Ave Santa Ana CA 92707 US E4-5D-37 (hex) Juniper Networks E45D37 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 00-EE-AB (hex) Cisco Systems, Inc 00EEAB (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 54-A7-03 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 54A703 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 90-7A-58 (hex) Zegna-Daidong Limited 907A58 (base 16) Zegna-Daidong Limited Rooms 14-17, 18/F, Nan Fung Commercial, Centre 19 Lam Lok Street, Kowloon Bay Hong Kong 999077 HK E0-09-BF (hex) SHENZHEN TONG BO WEI TECHNOLOGY Co.,LTD E009BF (base 16) SHENZHEN TONG BO WEI TECHNOLOGY Co.,LTD 5th floor building 4 pengtengda industrial,langkou community,dalang street longhua newly developed area Shenzhen GuangDong 518000 CN 00-13-1E (hex) peiker acustic GmbH 00131E (base 16) peiker acustic GmbH Max-Planck-Strasse 28-32 Friedrichsdorf 61381 DE 84-69-91 (hex) Nokia 846991 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 00-1B-F7 (hex) Lund IP Products AB 001BF7 (base 16) Lund IP Products AB Dalbyv. 1 Lund Skåne 224 60 SE 78-36-07 (hex) Cermate Technologies Inc. 783607 (base 16) Cermate Technologies Inc. 7F-1, No 168 Lien-Chen Rd. Chung-Ho Dist New Taipei City TW B0-00-73 (hex) Wistron Neweb Corporation B00073 (base 16) Wistron Neweb Corporation No.20,Park Avenue II,Hsinchu Science Park Hsin-Chu R.O.C. 308 TW D8-8D-C8 (hex) Atil Technology Co., LTD D88DC8 (base 16) Atil Technology Co., LTD Rm. 3, 21F., No.93, Sec. 2, Roosevelt Rd., Da’an Dist., Taipei City 106 TW 88-DE-7C (hex) Askey Computer Corp. 88DE7C (base 16) Askey Computer Corp. 10F, No.119, JIANKANG RD.,ZHINGHE DIST, NEW TAIPEI CITY 23585 TW A8-E2-C1 (hex) Texas Instruments A8E2C1 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 90-9A-77 (hex) Texas Instruments 909A77 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 04-EE-03 (hex) Texas Instruments 04EE03 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 4C-24-98 (hex) Texas Instruments 4C2498 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 7C-D9-5C (hex) Google, Inc. 7CD95C (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US C8-AA-CC (hex) Private C8AACC (base 16) Private 00-21-67 (hex) HWA JIN T&I Corp. 002167 (base 16) HWA JIN T&I Corp. 5F., SEHWA Bldg 164-24, Poi-dong, Gangnam-gu, Seoul, Korea Gangnam-gu Seoul 135-960 KR 00-0B-86 (hex) Aruba, a Hewlett Packard Enterprise Company 000B86 (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US DC-31-D1 (hex) vivo Mobile Communication Co., Ltd. DC31D1 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN C8-F7-50 (hex) Dell Inc. C8F750 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US D4-92-34 (hex) NEC Corporation D49234 (base 16) NEC Corporation 7-1 Shiba 5-chome Minato-Ku Tokyo 108-8001 JP 00-07-CB (hex) FREEBOX SAS 0007CB (base 16) FREEBOX SAS 8 rue de la Ville l'Eveque Paris 75008 FR 14-9F-B6 (hex) GUANGDONG GENIUS TECHNOLOGY CO., LTD. 149FB6 (base 16) GUANGDONG GENIUS TECHNOLOGY CO., LTD. #126,BBK Road,Wusha,Chang'An Dong Guan Guang Dong 523860 CN 00-11-5A (hex) Ivoclar Vivadent AG 00115A (base 16) Ivoclar Vivadent AG Bendererstrasse 2 Schaan 9494 LI 4C-AE-A3 (hex) Hewlett Packard Enterprise 4CAEA3 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US 1C-2E-1B (hex) Suzhou Tremenet Communication Technology Co., Ltd. 1C2E1B (base 16) Suzhou Tremenet Communication Technology Co., Ltd. Room 413, Nangong Building, 399 Linquan Street, SIP Suzhou Jiangsu 215123 CN 1C-24-EB (hex) Burlywood 1C24EB (base 16) Burlywood 1501 S Sunset Street Longmont CO 80501 US 00-10-13 (hex) Kontron America, Inc. 001013 (base 16) Kontron America, Inc. 14118 Stowe Drive Poway, CA 9206 US 2C-2B-F9 (hex) LG Innotek 2C2BF9 (base 16) LG Innotek 26, Hanamsandan 5beon-ro Gwangju Gwangsan-gu 506-731 KR D8-C7-C8 (hex) Aruba, a Hewlett Packard Enterprise Company D8C7C8 (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US 70-3A-0E (hex) Aruba, a Hewlett Packard Enterprise Company 703A0E (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US 20-4C-03 (hex) Aruba, a Hewlett Packard Enterprise Company 204C03 (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US 58-C6-F0 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 58C6F0 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 84-A0-6E (hex) Sagemcom Broadband SAS 84A06E (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR A4-3E-A0 (hex) iComm HK LIMITED A43EA0 (base 16) iComm HK LIMITED Room 702 Kowloon Building 555 Nathan Road Kowloon HongKong Kowloon NA HK 64-C2-DE (hex) LG Electronics (Mobile Communications) 64C2DE (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 8C-44-4F (hex) HUMAX Co., Ltd. 8C444F (base 16) HUMAX Co., Ltd. HUMAX Village, 216, Hwangsaeul-ro, Bu Seongnam-si Gyeonggi-do 463-875 KR 00-67-62 (hex) Fiberhome Telecommunication Technologies Co.,LTD 006762 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 2C-C4-07 (hex) machineQ 2CC407 (base 16) machineQ 1900 market st philadelphia PA 19103 US B4-ED-19 (hex) Pie Digital, Inc. B4ED19 (base 16) Pie Digital, Inc. 575 Market st., 8th floor San Francisco CA 94105-2823 US 40-DF-02 (hex) LINE BIZ Plus 40DF02 (base 16) LINE BIZ Plus Alphadom Tower IV (6F), Bundangnaegok-ro 117, Bundang-gu Seongnam Gyeonggi 13529 KR CC-E1-94 (hex) Juniper Networks CCE194 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 90-02-18 (hex) BSkyB Ltd 900218 (base 16) BSkyB Ltd 130 Kings Road Brentwood Essex 08854 GB 14-4E-2A (hex) Ciena Corporation 144E2A (base 16) Ciena Corporation 7035 Ridge Road Hanover MD 21076 US 84-13-9F (hex) zte corporation 84139F (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN F0-51-EA (hex) Fitbit, Inc. F051EA (base 16) Fitbit, Inc. 199 Fremont Street, 14th Fl San Francisco CA 94105 US 50-33-F0 (hex) YICHEN (SHENZHEN) TECHNOLOGY CO.LTD 5033F0 (base 16) YICHEN (SHENZHEN) TECHNOLOGY CO.LTD 23F, Building C1, Nanshan iPark, No. 1001 Xueyuan Road, Nanshan District, Shenzhen City, Guangdong, China shenzhen 518044 CN FC-2B-B2 (hex) Actiontec Electronics, Inc FC2BB2 (base 16) Actiontec Electronics, Inc 3301 Olcott St. Santa Clara CA 95054 US E0-9F-2A (hex) Iton Technology Corp. E09F2A (base 16) Iton Technology Corp. Room 1302, Block A, Building 4,Huangge Road, Longgang District Shenzhen Guangdong 518116 CN 4C-E1-9E (hex) TECNO MOBILE LIMITED 4CE19E (base 16) TECNO MOBILE LIMITED ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK 74-95-EC (hex) ALPS ELECTRIC CO., LTD. 7495EC (base 16) ALPS ELECTRIC CO., LTD. 6-1 Kakuda Miyagi-Pref 981-1595 JP AC-5A-EE (hex) China Mobile Group Device Co.,Ltd. AC5AEE (base 16) China Mobile Group Device Co.,Ltd. 32 Xuanwumen West Street,Xicheng District Beijing 100053 CN 70-BC-10 (hex) Microsoft Corporation 70BC10 (base 16) Microsoft Corporation One Microsoft Way REDMOND WA 98052 US 88-4A-18 (hex) Opulinks 884A18 (base 16) Opulinks F 28, No.328, Huashan Rd Shanghai 200040 CN 00-06-F7 (hex) ALPS ELECTRIC CO., LTD. 0006F7 (base 16) ALPS ELECTRIC CO., LTD. 6-3-36 Furukawanakazato, Osaki Miyagi-pref 989-6181 JP 00-07-04 (hex) ALPS ELECTRIC CO., LTD. 000704 (base 16) ALPS ELECTRIC CO., LTD. 6-3-36 Furukawanakazato, Osaki Miyagi-pref 989-6181 JP 00-06-F5 (hex) ALPS ELECTRIC CO., LTD. 0006F5 (base 16) ALPS ELECTRIC CO., LTD. 6-3-36 Furukawanakazato, Osaki Miyagi-pref 989-6181 JP 34-C7-31 (hex) ALPS ELECTRIC CO., LTD. 34C731 (base 16) ALPS ELECTRIC CO., LTD. 6-3-36 Furukawanakazato, Osaki Miyagi-pref 989-6181 JP 9C-69-B4 (hex) IEEE Registration Authority 9C69B4 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 50-00-84 (hex) Siemens Canada 500084 (base 16) Siemens Canada 300 Applewood Crescent Concord Ontario L4K 5C7 CA 64-D4-BD (hex) ALPS ELECTRIC CO., LTD. 64D4BD (base 16) ALPS ELECTRIC CO., LTD. 6-1 KAKUDA-CITY MIYAGI-PREF 981-1595 JP 04-98-F3 (hex) ALPS ELECTRIC CO., LTD. 0498F3 (base 16) ALPS ELECTRIC CO., LTD. 6-1 NISHIDA KAKUDA MIYAGI PREF 9876-8501 JP 00-21-4F (hex) ALPS ELECTRIC CO., LTD. 00214F (base 16) ALPS ELECTRIC CO., LTD. 1-2-1, Okinouchi, Soma-city, Fukushima-pref., 976-8501 JP 44-B4-33 (hex) tide.co.,ltd 44B433 (base 16) tide.co.,ltd 9F Kapeul GreatValley A-dong, Digitalro 9-ghil 32, Geumcheon-gu seoul seoul ASIKRKS006 KR D8-A6-FD (hex) Ghost Locomotion D8A6FD (base 16) Ghost Locomotion 800 California St. Suite 200 Mountain View CA 94041 US DC-21-B9 (hex) Sentec Co.Ltd DC21B9 (base 16) Sentec Co.Ltd 10, Baekseokgongdan 1-ro, Seobuk-gu Cheonan-si Chungcheongnam-do 31094 KR 6C-DF-FB (hex) IEEE Registration Authority 6CDFFB (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 24-7D-4D (hex) Texas Instruments 247D4D (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 88-50-F6 (hex) Shenzhen Jingxun Software Telecommunication Technology Co.,Ltd 8850F6 (base 16) Shenzhen Jingxun Software Telecommunication Technology Co.,Ltd 3/F,A5 Building Zhiyuan Community No.1001,Xueyuan Road Nanshan Distric Shenzhen Guangdong 518055 CN E4-98-BB (hex) Phyplus Microelectronics Limited E498BB (base 16) Phyplus Microelectronics Limited 304 Building 1 No.608 Sheng Xia Road Shanghai 200000 CN 60-A1-1E (hex) Wuhan Maxsine Electric Co.,Ltd. 60A11E (base 16) Wuhan Maxsine Electric Co.,Ltd. Building A6, Hangyu Building, No 7, Wuhan University Science Park Road, East Lake Development District,Wuhan,China. Wuhan Hubei 430000 CN C4-5B-F7 (hex) ants C45BF7 (base 16) ants 1164-21,Haeun-daero, Haeundae-gu, Busan 48069 KR 8C-DF-9D (hex) NEC Corporation 8CDF9D (base 16) NEC Corporation 7-1, Shiba 5-chome, Tokyo Tokyo 108-8001 JP 5C-41-5A (hex) Amazon.com, LLC 5C415A (base 16) Amazon.com, LLC 1200 12th Ave. South, Suite 1200 Seattle 98144 US 70-5E-55 (hex) Realme Chongqing MobileTelecommunications Corp Ltd 705E55 (base 16) Realme Chongqing MobileTelecommunications Corp Ltd No.24 Nichang Boulevard, Huixing Block, Yubei District, Chongqing. Chongqing China 401120 CN B0-D5-68 (hex) Shenzhen Cultraview Digital Technology Co., Ltd B0D568 (base 16) Shenzhen Cultraview Digital Technology Co., Ltd F6,M6,Maqueling, High-tech park, Nanshan district Shenzhen Guangdong 518057 CN F0-0E-BF (hex) ZettaHash Inc. F00EBF (base 16) ZettaHash Inc. 6F Chiyoda Ogawamachi Crosta, 1-11, Kanda Ogawamachi Chiyoda-ku Tokyo 101-0052 JP 70-35-09 (hex) Cisco Systems, Inc 703509 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 44-1A-FA (hex) New H3C Technologies Co., Ltd 441AFA (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN 04-07-2E (hex) VTech Electronics Ltd. 04072E (base 16) VTech Electronics Ltd. 23rd Floor, Block 1, Tai Ping Industrial Centre, 57 Ting Kok Road Tai Po, N.T. NA HK 78-0E-D1 (hex) TRUMPF Werkzeugmaschinen GmbH+Co.KG 780ED1 (base 16) TRUMPF Werkzeugmaschinen GmbH+Co.KG Johann-Maus-Straße 2 Ditzingen 71254 DE 44-EC-CE (hex) Juniper Networks 44ECCE (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US F8-2F-08 (hex) Molex CMS F82F08 (base 16) Molex CMS 2222 Wellington Court Lisle IL 60532 US 44-1C-12 (hex) Technicolor CH USA Inc. 441C12 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 44-28-A3 (hex) Jiangsu fulian Communication Technology Co., Ltd. 4428A3 (base 16) Jiangsu fulian Communication Technology Co., Ltd. The south of lanling road, yongan new district Danyang Jiangsu 212300 CN 10-C5-95 (hex) Lenovo 10C595 (base 16) Lenovo 1009 Think Place Morrisvilee NC 27560 US 20-32-33 (hex) SHENZHEN BILIAN ELECTRONIC CO.,LTD 203233 (base 16) SHENZHEN BILIAN ELECTRONIC CO.,LTD NO.268, Fuqian Rd, Jutang community, Guanlan Town, Longhua New district shenzhen guangdong 518000 CN 68-29-DC (hex) Ficosa Electronics S.L.U. 6829DC (base 16) Ficosa Electronics S.L.U. Pol.Ind Can Mitjans s/n Viladecavalls Barcelona Viladecavalls Barcelona ES08232 ES 94-54-DF (hex) YST CORP. 9454DF (base 16) YST CORP. A-1407, 767, Sinsu-ro, Suji-gu, Yongin-si Gyeonggi-do 16827 KR 7C-BC-84 (hex) IEEE Registration Authority 7CBC84 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US F8-0D-F1 (hex) Sontex SA F80DF1 (base 16) Sontex SA rue de la gare sonceboz Bern 2605 CH A4-94-26 (hex) Elgama-Elektronika Ltd. A49426 (base 16) Elgama-Elektronika Ltd. Visoriu str. 2 Vilnius LT-08300 LT E4-F1-4C (hex) Private E4F14C (base 16) Private A8-B4-56 (hex) Cisco Systems, Inc A8B456 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 2C-A9-F0 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 2CA9F0 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 54-9B-72 (hex) Ericsson AB 549B72 (base 16) Ericsson AB Torshamnsgatan 36 Stockholm SE-164 80 SE A0-47-D7 (hex) Best IT World (India) Pvt Ltd A047D7 (base 16) Best IT World (India) Pvt Ltd 87, Mistry Complex,, Midc Cross Road A, Andheri-East Mumbai Maharashtra 400093 IN 68-99-CD (hex) Cisco Systems, Inc 6899CD (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 10-40-F3 (hex) Apple, Inc. 1040F3 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 58-6B-14 (hex) Apple, Inc. 586B14 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US BC-B8-63 (hex) Apple, Inc. BCB863 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 2C-1C-F6 (hex) Alien Green LLC 2C1CF6 (base 16) Alien Green LLC A. Kazbegi Ave., No24g, apt 227 Tbilisi Tbilisi 0160 GE 6C-2B-59 (hex) Dell Inc. 6C2B59 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 44-E6-6E (hex) Apple, Inc. 44E66E (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C0-E8-62 (hex) Apple, Inc. C0E862 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F4-06-16 (hex) Apple, Inc. F40616 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 0C-FE-5D (hex) IEEE Registration Authority 0CFE5D (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 3C-8D-20 (hex) Google, Inc. 3C8D20 (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US 60-1D-91 (hex) Motorola Mobility LLC, a Lenovo Company 601D91 (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US D4-C9-4B (hex) Motorola Mobility LLC, a Lenovo Company D4C94B (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US 08-35-1B (hex) Shenzhen Jialihua Electronic Technology Co., Ltd 08351B (base 16) Shenzhen Jialihua Electronic Technology Co., Ltd Building 26,Xin'e Industrial Area,E'gongling Village,Pinghu Town,Longgang District Shenzhen Guangdong 518111 CN AC-15-85 (hex) silergy corp AC1585 (base 16) silergy corp Oleander Way,802 West Bay Road,P.O. BOX 32052 Grand Cayman KYI-1208,Cayman Islands 32052 US AC-50-93 (hex) Magna Electronics Europe GmbH & Co. OHG AC5093 (base 16) Magna Electronics Europe GmbH & Co. OHG Kurfürst-Eppstein-Ring 9 Sailauf Bavaria 63877 DE 70-BB-E9 (hex) Xiaomi Communications Co Ltd 70BBE9 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 50-A0-A4 (hex) Nokia 50A0A4 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 00-D0-2D (hex) Resideo 00D02D (base 16) Resideo 2 Corporate Center Dr. Melville NY 11747 US 80-69-40 (hex) LEXAR CO.,LIMITED 806940 (base 16) LEXAR CO.,LIMITED 10TH FLOOR,CHINA AEROSPACE CENTRE,143 HOI BUN ROAD,KWUN TONG,KOWLOON, HONG KONG HONG KONG 999077 HK 64-F8-1C (hex) Huawei Technologies Co., Ltd. 64F81C (base 16) Huawei Technologies Co., Ltd. Bantian, Longgang District, Shenzhen, 518129, P.R.C Shenzhen GUANGDONG Province 518000 CN 10-98-C3 (hex) Murata Manufacturing Co., Ltd. 1098C3 (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP 9C-C8-FC (hex) ARRIS Group, Inc. 9CC8FC (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US B0-7E-11 (hex) Texas Instruments B07E11 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 10-C7-53 (hex) Qingdao Intelligent&Precise Electronics Co.,Ltd. 10C753 (base 16) Qingdao Intelligent&Precise Electronics Co.,Ltd. No.218 Qianwangang Road Qingdao Shangdong 266510 CN F4-95-1B (hex) Hefei Radio Communication Technology Co., Ltd F4951B (base 16) Hefei Radio Communication Technology Co., Ltd No.108, YinXing Road, High-tech Development Zone Hefei Anhui 230088 CN 6C-38-45 (hex) Fiberhome Telecommunication Technologies Co.,LTD 6C3845 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 2C-61-04 (hex) SHENZHEN FENGLIAN TECHNOLOGY CO., LTD. 2C6104 (base 16) SHENZHEN FENGLIAN TECHNOLOGY CO., LTD. ORIENTAL CYBERPORT, HIGHTECH 6 ROAD SHENZHEN GUANGDONG 518057 CN BC-93-25 (hex) Ningbo Joyson Preh Car Connect Co.,Ltd. BC9325 (base 16) Ningbo Joyson Preh Car Connect Co.,Ltd. No. 99, Qingyi Road Ningbo Zhejiang 315040 CN D0-B6-0A (hex) Xingluo Technology Company Limited D0B60A (base 16) Xingluo Technology Company Limited 28F, Building A, Aerospace Science And Technology Square, Nanshan District ShenZhen GuangDong 518067 CN 04-92-26 (hex) ASUSTek COMPUTER INC. 049226 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW E8-AD-A6 (hex) Sagemcom Broadband SAS E8ADA6 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 0C-1C-19 (hex) LONGCONN ELECTRONICS(SHENZHEN) CO.,LTD 0C1C19 (base 16) LONGCONN ELECTRONICS(SHENZHEN) CO.,LTD Building B, No. 42 Xingye Road, Phoenix First Industrial Zone, Fuyong, Baoan District Shenzhen Guangdong 518103 CN 90-E7-10 (hex) New H3C Technologies Co., Ltd 90E710 (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN 30-29-52 (hex) Hillstone Networks Inc 302952 (base 16) Hillstone Networks Inc North Olympic Science & Technology Park Building #20, Floor #5, SouthBaosheng Beijing 100192 CN E0-13-B5 (hex) vivo Mobile Communication Co., Ltd. E013B5 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN E0-79-5E (hex) Wuxi Xiaohu Technology Co.,Ltd. E0795E (base 16) Wuxi Xiaohu Technology Co.,Ltd. FL.2, Building A10, 777 West Jianzhu Road, Binhu District Wuxi Jiangsu Province 214000 CN 00-B1-E3 (hex) Cisco Systems, Inc 00B1E3 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US A4-11-94 (hex) Lenovo A41194 (base 16) Lenovo 1009 Think Place Morrisvilee NC 27560 US 00-CB-00 (hex) Private 00CB00 (base 16) Private DC-F4-01 (hex) Dell Inc. DCF401 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 0C-41-01 (hex) Ruichi Auto Technology (Guangzhou) Co., Ltd. 0C4101 (base 16) Ruichi Auto Technology (Guangzhou) Co., Ltd. No. 171 Haibin Road, Nansha District, Guangzhou, China Guangzhou Guangdong Province 511400 CN 00-B7-71 (hex) Cisco Systems, Inc 00B771 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US E4-B2-FB (hex) Apple, Inc. E4B2FB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 2C-CA-0C (hex) WITHUS PLANET 2CCA0C (base 16) WITHUS PLANET 1604, O'BIZTOWER, Pyeong Chon, 126, Beolmal-ro, Dongan-gu Anyang-si Gyeonggi-do 14057 KR 84-32-6F (hex) GUANGZHOU AVA ELECTRONICS TECHNOLOGY CO.,LTD 84326F (base 16) GUANGZHOU AVA ELECTRONICS TECHNOLOGY CO.,LTD Science town luogang district guangzhou city branch bead road 232 profit people park 301, building 2 guangzhou guangdong 510000 CN C8-9C-13 (hex) Inspiremobile C89C13 (base 16) Inspiremobile Rm1412, Daeryung Techno-Town, 15th, 401 , Simin-daero, Dongan-gu Anyang-si Gyeonggi-do 14057 KR 8C-85-E6 (hex) Cleondris GmbH 8C85E6 (base 16) Cleondris GmbH Zuercherstrasse 42 Uitikon ZH 8142 CH 80-7D-14 (hex) HUAWEI TECHNOLOGIES CO.,LTD 807D14 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 20-28-3E (hex) HUAWEI TECHNOLOGIES CO.,LTD 20283E (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN A4-FC-77 (hex) Mega Well Limited A4FC77 (base 16) Mega Well Limited Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN 4C-56-9D (hex) Apple, Inc. 4C569D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 38-53-9C (hex) Apple, Inc. 38539C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 40-26-19 (hex) Apple, Inc. 402619 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 6C-E8-5C (hex) Apple, Inc. 6CE85C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 04-91-62 (hex) Microchip Technology Inc. 049162 (base 16) Microchip Technology Inc. 2355 W. Chandler Blvd. Chandler AZ 85224 US F8-38-80 (hex) Apple, Inc. F83880 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 2C-79-D7 (hex) Sagemcom Broadband SAS 2C79D7 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 00-B4-F5 (hex) DongGuan Siyoto Electronics Co., Ltd 00B4F5 (base 16) DongGuan Siyoto Electronics Co., Ltd Hecheng Industrial District, QiaoTou Town DongGuan City Guangdong 523520 CN BC-3F-4E (hex) Teleepoch Ltd BC3F4E (base 16) Teleepoch Ltd No.13 Langshan Rd,HiTech Park,Nanshan District Shenzhen Guangdong 518000 CN 18-38-AE (hex) CONSPIN SOLUTION 1838AE (base 16) CONSPIN SOLUTION 2F, Geonwoong Bldg. 109, Gwanak-ro, Gwanak-gu Seoul 08833 KR 04-CF-8C (hex) XIAOMI Electronics,CO.,LTD 04CF8C (base 16) XIAOMI Electronics,CO.,LTD Xiaomi Building, No.68 Qinghe Middle Street Haidian District Beijing 100085 CN 0C-75-12 (hex) Shenzhen Kunlun TongTai Technology Co.,Ltd. 0C7512 (base 16) Shenzhen Kunlun TongTai Technology Co.,Ltd. Room 2401,B,Building 3,Tianan Yungu Industry Park,Gangtou community,bantian streets,Longgang District Shenzhen Guangdong 518129 CN 74-83-C2 (hex) Ubiquiti Networks Inc. 7483C2 (base 16) Ubiquiti Networks Inc. 2580 Orchard Pkwy San Jose CA 95131 US E0-63-DA (hex) Ubiquiti Networks Inc. E063DA (base 16) Ubiquiti Networks Inc. 2580 Orchard Pkwy San Jose CA 95131 US 50-57-9C (hex) Seiko Epson Corporation 50579C (base 16) Seiko Epson Corporation 2070 Kotobuki Koaka Matsumoto-shi Nagano-ken 399-8702 JP 54-27-8D (hex) NXP (China) Management Ltd. 54278D (base 16) NXP (China) Management Ltd. 21F, BM InterContinental Business Center, 100 Yu Tong Road Shanghai Shanghai 200070 CN B0-BE-76 (hex) TP-LINK TECHNOLOGIES CO.,LTD. B0BE76 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 44-47-CC (hex) Hangzhou Hikvision Digital Technology Co.,Ltd. 4447CC (base 16) Hangzhou Hikvision Digital Technology Co.,Ltd. No.555 Qianmo Road Hangzhou Zhejiang 310052 CN 4C-D9-8F (hex) Dell Inc. 4CD98F (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US B0-AE-25 (hex) Varikorea B0AE25 (base 16) Varikorea #505 kolon digital tower aston, gasan, geumcheon seoul 08502 KR 4C-1B-86 (hex) Arcadyan Corporation 4C1B86 (base 16) Arcadyan Corporation No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW EC-C4-0D (hex) Nintendo Co.,Ltd ECC40D (base 16) Nintendo Co.,Ltd 11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP 44-00-49 (hex) Amazon Technologies Inc. 440049 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US E8-6A-64 (hex) LCFC(HeFei) Electronics Technology co., ltd E86A64 (base 16) LCFC(HeFei) Electronics Technology co., ltd YunGu Road 3188-1 Hefei Anhui 230000 CN 10-A2-4E (hex) GOLD3LINK ELECTRONICS CO., LTD 10A24E (base 16) GOLD3LINK ELECTRONICS CO., LTD No.90,Sec.1,Com Lin Rd,Taipei 114,Taiwan,R.O.C Taipei Taiwan 114 TW CC-C5-E5 (hex) Dell Inc. CCC5E5 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 6C-C3-74 (hex) Texas Instruments 6CC374 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 68-47-49 (hex) Texas Instruments 684749 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US F8-D9-B8 (hex) Open Mesh, Inc. F8D9B8 (base 16) Open Mesh, Inc. 111 SW 5th Ave Ste1150 Portland OR 97204 US 7C-69-6B (hex) Atmosic Technologies 7C696B (base 16) Atmosic Technologies 12930 Saratoga Ave, Suite B6 Saratoga CA 95070 US 5C-D2-0B (hex) Yytek Co., Ltd. 5CD20B (base 16) Yytek Co., Ltd. No.1 Bao Sheng South Road, Room 401, Ao Bei Technology Park, Ling Zhi Center Beijing 100192 CN 70-03-7E (hex) Technicolor CH USA Inc. 70037E (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US D0-03-DF (hex) Samsung Electronics Co.,Ltd D003DF (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR C4-23-A2 (hex) PT. Emsonic Indonesia C423A2 (base 16) PT. Emsonic Indonesia Jl.Timor Blok E5, MM2100 Industrial Town Jatiwangi Cikarang Barat Bekasi Jawa Barat 17530 ID B4-CB-57 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD B4CB57 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 4C-12-65 (hex) ARRIS Group, Inc. 4C1265 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-50-0C (hex) e-Tek Labs, Inc. 00500C (base 16) e-Tek Labs, Inc. 1057 EAST HENRIETTA RD. ROCHESTER NY 14623 US 48-5F-99 (hex) Cloud Network Technology (Samoa) Limited 485F99 (base 16) Cloud Network Technology (Samoa) Limited Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN 88-34-FE (hex) Bosch Automotive Products (Suzhou) Co. Ltd 8834FE (base 16) Bosch Automotive Products (Suzhou) Co. Ltd No. 455 Xing Long Street,Suzhou Industrial Park,Suzhou P.R., 215021 China Suzhou Jiangsu 215021 CN 88-F7-BF (hex) vivo Mobile Communication Co., Ltd. 88F7BF (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN D8-7D-7F (hex) Sagemcom Broadband SAS D87D7F (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 00-05-1A (hex) 3COM EUROPE LTD 00051A (base 16) 3COM EUROPE LTD 3COM CENTRE vvvvv UNITED KINGDOM GB 08-00-4E (hex) 3COM EUROPE LTD 08004E (base 16) 3COM EUROPE LTD 3COM CENTRE vvvvv UNITED KINGDOM GB 00-30-1E (hex) 3COM EUROPE LTD 00301E (base 16) 3COM EUROPE LTD BOUNDARY WAY vvvvv UNITED KINGDOM GB 00-50-04 (hex) 3COM 005004 (base 16) 3COM 5400 BAYFRONT PLAZA SANTA CLARA CA 95052 US 00-01-03 (hex) 3COM 000103 (base 16) 3COM 5400 BAYFRONT PLAZA SANTA CLARA CA 95052 US 58-B5-68 (hex) SECURITAS DIRECT ESPAÑA, SAU 58B568 (base 16) SECURITAS DIRECT ESPAÑA, SAU C/ Priégola, 2 Pozuelo de Alarcon Madrid 28224 ES 48-4A-E9 (hex) Hewlett Packard Enterprise 484AE9 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US 84-6A-66 (hex) Sumitomo Kizai Co.,Ltd. 846A66 (base 16) Sumitomo Kizai Co.,Ltd. 1-45-1higashiikebukuro tosimaku tokyo 170-0013 JP 18-D7-17 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 18D717 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 80-B6-24 (hex) IVS 80B624 (base 16) IVS 807-809 , Woorim E-biz center, 35, Gwangnaru-ro 6-gil Seoul Seongdong-gu 04799 KR DC-F5-05 (hex) AzureWave Technology Inc. DCF505 (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW CC-F0-FD (hex) China Mobile (Hangzhou) Information Technology Co., Ltd. CCF0FD (base 16) China Mobile (Hangzhou) Information Technology Co., Ltd. No. 1600 Yuhangtang Road, Wuchang Street, Yuhang District, Hangzhou, Zhejiang Hangzhou Zhejiang 310000 CN 84-89-EC (hex) IEEE Registration Authority 8489EC (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 88-10-8F (hex) HUAWEI TECHNOLOGIES CO.,LTD 88108F (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN F4-63-1F (hex) HUAWEI TECHNOLOGIES CO.,LTD F4631F (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN A4-9B-4F (hex) HUAWEI TECHNOLOGIES CO.,LTD A49B4F (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-07-3A (hex) INVENTEL 00073A (base 16) INVENTEL 35, rue Toumefort 000 0000 FR 00-26-6C (hex) INVENTEC CORPORATION 00266C (base 16) INVENTEC CORPORATION Inventec Building, 66 Hou-Kang Street Shih-Lin District, Taipei 111 TW 00-8C-FA (hex) INVENTEC CORPORATION 008CFA (base 16) INVENTEC CORPORATION No. 255, Jen-Ho Road Sec. 2, 33547, Tachi Taoyuan 33547 TW 5C-FB-7C (hex) Shenzhen Jingxun Software Telecommunication Technology Co.,Ltd 5CFB7C (base 16) Shenzhen Jingxun Software Telecommunication Technology Co.,Ltd 3/F,A5 Building Zhiyuan Community No.1001,Xueyuan Road Nanshan District Shenzhen Guangdong 518055 CN FC-03-9F (hex) Samsung Electronics Co.,Ltd FC039F (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 02-C0-8C (hex) 3COM 02C08C (base 16) 3COM 5400 BAYFRONT PLAZA SANTA CLARA CA 95052 US 00-57-C1 (hex) LG Electronics (Mobile Communications) 0057C1 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 7C-24-0C (hex) Telechips, Inc. 7C240C (base 16) Telechips, Inc. 19F~23F,Luther Bldg.42, Olympic-ro 35da-gil, Songpa-gu, Seoul Seoul 05510 KR 00-20-3D (hex) Honeywell Environmental & Combustion Controls 00203D (base 16) Honeywell Environmental & Combustion Controls 1985 Douglas Drive Golden Valley MN 55422 US 00-40-84 (hex) Honeywell International HPS 004084 (base 16) Honeywell International HPS consolidation Fort Washington PA 19034 US A4-D9-90 (hex) Samsung Electronics Co.,Ltd A4D990 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-60-87 (hex) KANSAI ELECTRIC CO., LTD. 006087 (base 16) KANSAI ELECTRIC CO., LTD. 6-14-9 MIDORII, ASAMINAMI-KU HIROSHIMA 731-01 JO DC-F7-19 (hex) Cisco Systems, Inc DCF719 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US A0-95-0C (hex) China Mobile IOT Company Limited A0950C (base 16) China Mobile IOT Company Limited NO.8 Yu Ma Road, NanAn Area Chongqing Chongqing 401336 CN D4-74-1B (hex) Beijing HuaDa ZhiBao Electronic System Co.,Ltd. D4741B (base 16) Beijing HuaDa ZhiBao Electronic System Co.,Ltd. No.1 Gaojiayuan,Chaoyang District,Beijing,China Beijing Beijing 100015 CN 00-1B-C0 (hex) Juniper Networks 001BC0 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 2C-15-E1 (hex) Phicomm (Shanghai) Co., Ltd. 2C15E1 (base 16) Phicomm (Shanghai) Co., Ltd. 3666 SiXian Rd.,Songjiang District Shanghai Shanghai 201616 CN 30-D1-6B (hex) Liteon Technology Corporation 30D16B (base 16) Liteon Technology Corporation 4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW 98-AE-71 (hex) VVDN Technologies Pvt Ltd 98AE71 (base 16) VVDN Technologies Pvt Ltd B-22, Sec-34 , Info-city -I Gurugram Haryana 122001 IN A4-56-CC (hex) Technicolor CH USA Inc. A456CC (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US AC-6E-1A (hex) SHENZHEN GONGJIN ELECTRONICS CO.,LT AC6E1A (base 16) SHENZHEN GONGJIN ELECTRONICS CO.,LT B116,B118,A211-A213,B201-B213,A311-A313,B411-413,BF08-09 Nanshan Medical Instrument Industry Park, Shenzhen Guangdong 518067 CN 00-80-EB (hex) COMPCONTROL B.V. 0080EB (base 16) COMPCONTROL B.V. STRATUMSED K31 THE NL 00-02-EB (hex) Pico Communications 0002EB (base 16) Pico Communications 20085 Stevens Creek Blvd. Cupertino CA 95014 US 34-2E-B6 (hex) HUAWEI TECHNOLOGIES CO.,LTD 342EB6 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN AC-92-32 (hex) HUAWEI TECHNOLOGIES CO.,LTD AC9232 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-0F-B0 (hex) Compal Electronics INC. 000FB0 (base 16) Compal Electronics INC. No.8 , Nandong Road , PingZhen Dist. Taoyuan Taiwan 32455 TW 00-02-3F (hex) Compal Electronics INC. 00023F (base 16) Compal Electronics INC. No.8 , Nandong Road , PingZhen Dist. Taoyuan Taiwan 32455 TW 68-A8-E1 (hex) Wacom Co.,Ltd. 68A8E1 (base 16) Wacom Co.,Ltd. Sumitomo Fudosan Shinjuku Grand Tower 31F,8-17-1 Nishi-shinjuku,Shinjuku-ku Tokyo 160-6131 JP 30-D3-2D (hex) devolo AG 30D32D (base 16) devolo AG Charlottenburger Allee 67 Aachen NRW 52068 DE BC-F2-AF (hex) devolo AG BCF2AF (base 16) devolo AG Charlottenburger Allee 67 Aachen NRW 52068 DE E0-AF-4F (hex) Deutsche Telekom AG E0AF4F (base 16) Deutsche Telekom AG Friedrich-Ebert-Allee 140 Bonn 53113 DE B8-69-F4 (hex) Routerboard.com B869F4 (base 16) Routerboard.com Mikrotikls SIA Riga Riga LV1009 LV 28-3A-4D (hex) Cloud Network Technology (Samoa) Limited 283A4D (base 16) Cloud Network Technology (Samoa) Limited Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN B8-7C-6F (hex) NXP (China) Management Ltd. B87C6F (base 16) NXP (China) Management Ltd. 21F, BM InterContinental Business Center, 100 Yu Tong Road Shanghai Shanghai 200070 CN 30-5D-A6 (hex) ADVALY SYSTEM Inc. 305DA6 (base 16) ADVALY SYSTEM Inc. 7 KITA2 NISHI2 CYUO-KU SAPPORO HOKKAIDO 060-0002 JP BC-30-D9 (hex) Arcadyan Corporation BC30D9 (base 16) Arcadyan Corporation No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW 04-79-B7 (hex) Texas Instruments 0479B7 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US C0-D0-FF (hex) China Mobile IOT Company Limited C0D0FF (base 16) China Mobile IOT Company Limited NO.8 Yu Ma Road, NanAn Area Chongqing Chongqing 401336 CN 88-DF-9E (hex) New H3C Technologies Co., Ltd 88DF9E (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN 2C-7C-E4 (hex) Wuhan Tianyu Information Industry Co., Ltd. 2C7CE4 (base 16) Wuhan Tianyu Information Industry Co., Ltd. HUST Industry Park, East-Lake Development Zone Wuhan Hubei 430223 CN 58-03-FB (hex) Hangzhou Hikvision Digital Technology Co.,Ltd. 5803FB (base 16) Hangzhou Hikvision Digital Technology Co.,Ltd. No.555 Qianmo Road Hangzhou Zhejiang 310052 CN 14-48-02 (hex) THE YEOLRIM Co.,Ltd. 144802 (base 16) THE YEOLRIM Co.,Ltd. D-311,H Business Park,26,Beobwon-ro 9-gil Songpa-gu,Seoul Korea Seoul 05836 KR FC-4A-E9 (hex) Castlenet Technology Inc. FC4AE9 (base 16) Castlenet Technology Inc. No.64, Chung-Shan Rd. New Taipei City 23680 TW 40-31-3C (hex) XIAOMI Electronics,CO.,LTD 40313C (base 16) XIAOMI Electronics,CO.,LTD Xiaomi Building, No.68 Qinghe Middle Street Haidian District Beijing 100085 CN FC-45-96 (hex) COMPAL INFORMATION (KUNSHAN) CO., LTD. FC4596 (base 16) COMPAL INFORMATION (KUNSHAN) CO., LTD. NO. 25, THE 3RD Street KUNSHAN EXPORT PROCESSING ZON KUNSHAN SUZHOU 215300 CN A0-E5-34 (hex) Stratec Biomedical AG A0E534 (base 16) Stratec Biomedical AG Gewerbestrasse 37 Birkenfeld Baden Wuertemberg 75217 DE 44-4B-5D (hex) GE Healthcare 444B5D (base 16) GE Healthcare Kuortaneenkatu 2 Helsinki 00510 FI 00-15-55 (hex) DFM GmbH 001555 (base 16) DFM GmbH Lahrer Strasse 6 Lahr Baden-Württemberg 77933 US 1C-75-08 (hex) COMPAL INFORMATION (KUNSHAN) CO., LTD. 1C7508 (base 16) COMPAL INFORMATION (KUNSHAN) CO., LTD. NO. 25, THE 3RD Street KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN 00-1B-38 (hex) COMPAL INFORMATION (KUNSHAN) CO., LTD. 001B38 (base 16) COMPAL INFORMATION (KUNSHAN) CO., LTD. NO. 25, THE 3RD AVENUE KUNSHAN CITY SUZHOU PROVINCE 215300 CN 00-23-5A (hex) COMPAL INFORMATION (KUNSHAN) CO., LTD. 00235A (base 16) COMPAL INFORMATION (KUNSHAN) CO., LTD. NO 25, The 3rd street, KuanShan SUZHOU 215300 CN 24-D7-6B (hex) Syntronic AB 24D76B (base 16) Syntronic AB Utmarksvägen 33c Gävle 80291 SE C4-FE-E2 (hex) AMICCOM Electronics Corporation C4FEE2 (base 16) AMICCOM Electronics Corporation 10F, No.18, Taiyuan St., Zhubei City Hsinchu Country Taiwan 30265 TW 78-0C-F0 (hex) Cisco Systems, Inc 780CF0 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 0C-8C-24 (hex) SHENZHEN BILIAN ELECTRONIC CO.,LTD 0C8C24 (base 16) SHENZHEN BILIAN ELECTRONIC CO.,LTD NO.268, Fuqian Rd, Jutang community, Guanlan Town, Longhua New district shenzhen guangdong 518000 CN 8C-6D-77 (hex) HUAWEI TECHNOLOGIES CO.,LTD 8C6D77 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN E8-C5-7A (hex) Ufispace Co., LTD. E8C57A (base 16) Ufispace Co., LTD. 9F., No. 81 Jhongcheng Rd., Tucheng Dist., New Taipei 23674 TW E0-12-83 (hex) Shenzhen Fanzhuo Communication Technology Co., Lt E01283 (base 16) Shenzhen Fanzhuo Communication Technology Co., Lt No.1003 Kesi Road, Hi-Tech Park, Shenzhen Nanshan District 2602-2603 CN A0-CF-5B (hex) Cisco Systems, Inc A0CF5B (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-24-21 (hex) MICRO-STAR INT'L CO., LTD. 002421 (base 16) MICRO-STAR INT'L CO., LTD. No.69, Li-De St Taipei Hsien 235 TW 00-60-D1 (hex) CASCADE COMMUNICATIONS 0060D1 (base 16) CASCADE COMMUNICATIONS 6 TECHNOLOGY PARK DRIVE WESTFORD MA 01886 US 84-C9-C6 (hex) SHENZHEN GONGJIN ELECTRONICS CO.,LT 84C9C6 (base 16) SHENZHEN GONGJIN ELECTRONICS CO.,LT SONGGANG SHENZHEN GUANGDONG 518105 CN 88-B6-6B (hex) easynetworks 88B66B (base 16) easynetworks Rd kaituo 1# kaituohuiyuan B 1020, shangdi Beijing 100084 CN 24-F5-7E (hex) HWH CO., LTD. 24F57E (base 16) HWH CO., LTD. 102-708, Digital Empire2, Sin-dong, Youngtong-gu Suwon-si Gyeonggi-do 443-734 KR 8C-A0-48 (hex) Beijing NeTopChip Technology Co.,LTD 8CA048 (base 16) Beijing NeTopChip Technology Co.,LTD 309,Intergration Building Olympic Center, No.1 An Ding Road,Chao Yang District,, Beijing 100029 CN 24-D3-F2 (hex) zte corporation 24D3F2 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN D4-69-A5 (hex) Miura Systems Ltd. D469A5 (base 16) Miura Systems Ltd. Axis 40, Oxford Road, Stokenchurch High Wycombe Buckinghamshire HP143SX GB 8C-81-26 (hex) ARCOM 8C8126 (base 16) ARCOM ZAC de la Loyère FRAGNES LA LOYERE 71530 FR D4-7C-44 (hex) IEEE Registration Authority D47C44 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 80-5E-4F (hex) FN-LINK TECHNOLOGY LIMITED 805E4F (base 16) FN-LINK TECHNOLOGY LIMITED A Building,HuiXin industial park,No 31, YongHe road, Fuyong town, Bao'an District SHENZHEN GUANGDONG 518100 CN 84-17-EF (hex) Technicolor CH USA Inc. 8417EF (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 38-56-B5 (hex) Peerbridge Health Inc 3856B5 (base 16) Peerbridge Health Inc 3 Columbus Circle 15th Fl New York NY 10019 US 7C-96-D2 (hex) Fihonest communication co.,Ltd 7C96D2 (base 16) Fihonest communication co.,Ltd The Frist Building ,ShangKeng Industrial Zone, Changping Town Dongguan Guangdong 523560 CN C0-42-D0 (hex) Juniper Networks C042D0 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US D0-C5-D8 (hex) LATECOERE D0C5D8 (base 16) LATECOERE 135 Rue de Périole, BP25211 Toulouse Cedex 5 31 Haute-Garonne 31079 FR 70-54-B4 (hex) Vestel Elektronik San ve Tic. A.Ş. 7054B4 (base 16) Vestel Elektronik San ve Tic. A.Ş. Organize san Manisa Turket 45030 TR 20-A6-0C (hex) Xiaomi Communications Co Ltd 20A60C (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 48-8A-D2 (hex) MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. 488AD2 (base 16) MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. Mid-Fourth Flr.,Building 28,Cui Xi Fourth Road,Ke Yuan West,Nanshan Shenzhen Guangdong 518057 CN DC-E8-38 (hex) CK Telecom (Shenzhen) Limited DCE838 (base 16) CK Telecom (Shenzhen) Limited Floor 9th, Building 4C,Software Industry Base, Xuefu Road, Hi-Tech Park, Nanshan Dist. Shenzhen Guangdong 518057 CN A8-D4-98 (hex) Avira Operations GmbH & Co. KG A8D498 (base 16) Avira Operations GmbH & Co. KG Kaplaneiweg 1 Tettnang Baden-Wuerttermberg 88069 DE 50-59-67 (hex) Intent Solutions Inc 505967 (base 16) Intent Solutions Inc 730 Peachtree St NE, Suite 550 ATLANTA GA 30308 US 00-06-80 (hex) Card Access, Inc. 000680 (base 16) Card Access, Inc. 11778 S. Election Rd Salt Lake City UT 80420 US 3C-57-6C (hex) Samsung Electronics Co.,Ltd 3C576C (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 84-17-66 (hex) WEIFANG GOERTEK ELECTRONICS CO.,LTD 841766 (base 16) WEIFANG GOERTEK ELECTRONICS CO.,LTD Gaoxin 2 Road,Free Trade Zone,Weifang,Shandong,261205,P.R.China Wei Fang Shan Dong CN 2C-4D-79 (hex) WEIFANG GOERTEK ELECTRONICS CO.,LTD 2C4D79 (base 16) WEIFANG GOERTEK ELECTRONICS CO.,LTD No.268 Dongfang Road Weifang Shandong 261000 CN 00-0C-42 (hex) Routerboard.com 000C42 (base 16) Routerboard.com Pernavas 46 Riga LV-1009 LV 00-26-BD (hex) JTEC Card & Communication Co., Ltd 0026BD (base 16) JTEC Card & Communication Co., Ltd Dabo Bldg, 4F, 61-1, Gyesu-dong, Sosa-gu Bucheon Gyunggi-do 422-070 KR 60-D0-2C (hex) Ruckus Wireless 60D02C (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US D0-58-FC (hex) BSkyB Ltd D058FC (base 16) BSkyB Ltd 130 Kings Road Brentwood Essex 08854 GB 14-57-9F (hex) HUAWEI TECHNOLOGIES CO.,LTD 14579F (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN B4-43-26 (hex) HUAWEI TECHNOLOGIES CO.,LTD B44326 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 04-AB-18 (hex) ELECOM CO.,LTD. 04AB18 (base 16) ELECOM CO.,LTD. 11F Tokyubancho Bldg. 6-2, Chiyoda-ku Tokyo 102-0081 JP 78-D2-94 (hex) NETGEAR 78D294 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 70-9F-A9 (hex) TECNO MOBILE LIMITED 709FA9 (base 16) TECNO MOBILE LIMITED ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK 0C-01-DB (hex) Infinix mobility limited 0C01DB (base 16) Infinix mobility limited RMS 05-15, 13A/F SOUTH TOWER WORLD FINANCE CTR HARBOUR CITY 17 CANTON RD TST KLN HONG KONG HongKong HongKong 999077 HK 08-C5-E1 (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) 08C5E1 (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak SEMTHAI, WELLGROW INDUSTRIAL ESTATE Bangpakong Chachoengsao 24180 TH 18-66-C7 (hex) Shenzhen Libre Technology Co., Ltd 1866C7 (base 16) Shenzhen Libre Technology Co., Ltd 634, Tian Hui Building #B, You Song Lu, Long Hua District Shenzhen 511700 CN 5C-B3-F6 (hex) Human, Incorporated 5CB3F6 (base 16) Human, Incorporated 3100 Airport Way S, 25-512 Seattle WA 98134 US 2C-48-35 (hex) IEEE Registration Authority 2C4835 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 48-2A-E3 (hex) Wistron InfoComm(Kunshan)Co.,Ltd. 482AE3 (base 16) Wistron InfoComm(Kunshan)Co.,Ltd. 168# First Avenue,Kunshan Integrated Free Trade Zone,Kunshan,Jiangsu,China Kunshan Jiangsu 215300 CN FC-A6-CD (hex) Fiberhome Telecommunication Technologies Co.,LTD FCA6CD (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 44-C8-74 (hex) China Mobile Group Device Co.,Ltd. 44C874 (base 16) China Mobile Group Device Co.,Ltd. 32 Xuanwumen West Street,Xicheng District Beijing 100053 CN 74-C1-4F (hex) HUAWEI TECHNOLOGIES CO.,LTD 74C14F (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN B0-EB-57 (hex) HUAWEI TECHNOLOGIES CO.,LTD B0EB57 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 18-69-DA (hex) China Mobile Group Device Co.,Ltd. 1869DA (base 16) China Mobile Group Device Co.,Ltd. 32 Xuanwumen West Street,Xicheng District Beijing 100053 CN F8-5C-4D (hex) Nokia F85C4D (base 16) Nokia 1 Robbins Road Westford MA 01886-4113 US 2C-58-4F (hex) ARRIS Group, Inc. 2C584F (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US F0-4B-3A (hex) Juniper Networks F04B3A (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 54-BF-64 (hex) Dell Inc. 54BF64 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US A8-5B-6C (hex) Robert Bosch Gmbh, CM-CI2 A85B6C (base 16) Robert Bosch Gmbh, CM-CI2 Renningen Stuttgart D-70465 DE C8-B1-EE (hex) Qorvo C8B1EE (base 16) Qorvo 1 Changi Business Park Crescent, Avenue 1, #04-01 NA 486058 SG 00-FC-BA (hex) Cisco Systems, Inc 00FCBA (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-CB-B4 (hex) SHENZHEN ATEKO PHOTOELECTRICITY CO.,LTD 00CBB4 (base 16) SHENZHEN ATEKO PHOTOELECTRICITY CO.,LTD 4-5F,E1 Building,TCL International E City,No.1001 Zhongshanyuan Road,Nanshan District,Shenzhen SHENZHEN GUANGDONG 518052 CN 4C-C0-0A (hex) vivo Mobile Communication Co., Ltd. 4CC00A (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 9C-E8-2B (hex) vivo Mobile Communication Co., Ltd. 9CE82B (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 70-79-B3 (hex) Cisco Systems, Inc 7079B3 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US D8-18-D3 (hex) Juniper Networks D818D3 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 14-9B-2F (hex) JiangSu ZhongXie Intelligent Technology co., LTD 149B2F (base 16) JiangSu ZhongXie Intelligent Technology co., LTD Room 201,building 15, 16,FengJi set avenue (C08),YuHua district economic development zone ,NanJing city,JiangSu province,China,PRC. NanJing JiangSu 210000 CN 38-35-FB (hex) Sagemcom Broadband SAS 3835FB (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 48-DD-9D (hex) ITEL MOBILE LIMITED 48DD9D (base 16) ITEL MOBILE LIMITED RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK A0-75-EA (hex) BoxLock, Inc. A075EA (base 16) BoxLock, Inc. 931 Monroe Dr Ste A 102-405 Atlanta GA 30308 US F0-4C-D5 (hex) Maxlinear, Inc F04CD5 (base 16) Maxlinear, Inc 5966 La Place Ct. Ste# 100 Carlsbad CA 92008 US 00-01-AE (hex) Trex Enterprises 0001AE (base 16) Trex Enterprises 590 Lipoa Parkway Kihei HI 96753 US 00-E0-09 (hex) Stratus Technologies 00E009 (base 16) Stratus Technologies 5 Mill and Main Place, Suite 500 Maynard MA 01754 US E4-EA-83 (hex) SHENZHEN GONGJIN ELECTRONICS CO.,LT E4EA83 (base 16) SHENZHEN GONGJIN ELECTRONICS CO.,LT SONGGANG SHENZHEN GUANGDONG 518105 CN 74-EC-42 (hex) Fiberhome Telecommunication Technologies Co.,LTD 74EC42 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN D4-FC-13 (hex) Fiberhome Telecommunication Technologies Co.,LTD D4FC13 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 80-7D-3A (hex) Espressif Inc. 807D3A (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN EC-AF-97 (hex) GIT ECAF97 (base 16) GIT 05655, GIT Bldg., 87, Macheon-ro, Songpa-gu, Seoul, Korea Songpa-gu Seoul 05655 KR A0-B0-45 (hex) Halong Mining A0B045 (base 16) Halong Mining 13/F TCL Tower, No.8 Tai Chung Road Tsuen Wan New Territories Tsuen Wan New Territories HK E0-BA-B4 (hex) Arrcus, Inc E0BAB4 (base 16) Arrcus, Inc 2077 Gateway Pl, Suite 250, San Jose CA 95110 US 58-9B-0B (hex) Shineway Technologies, Inc. 589B0B (base 16) Shineway Technologies, Inc. Floor 5, Huanxing Building Beijing 100191 CN D8-16-0A (hex) Nippon Electro-Sensory Devices D8160A (base 16) Nippon Electro-Sensory Devices Itachibori 2-5-12 Nishi-ku Osaka 550-0012 JP 10-C0-7C (hex) Blu-ray Disc Association 10C07C (base 16) Blu-ray Disc Association 4444 Riverside Drive #103 Burbank California 91505 US 40-A6-77 (hex) Juniper Networks 40A677 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US E4-B0-21 (hex) Samsung Electronics Co.,Ltd E4B021 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 9C-7F-57 (hex) UNIC Memory Technology Co Ltd 9C7F57 (base 16) UNIC Memory Technology Co Ltd 15/F, Building B, Truth Plaza, No.7 Zhichun Road Beijing Haidian District 102208 CN B4-E0-1D (hex) CONCEPTION ELECTRONIQUE B4E01D (base 16) CONCEPTION ELECTRONIQUE 3 boulevard de l'europe NEUFCHATEL EN BRAY 76270 FR 1C-00-42 (hex) NARI Technology Co., Ltd. 1C0042 (base 16) NARI Technology Co., Ltd. NO.19 Chengxin Avenue, Nanjing Nanjing 211106 CN 44-34-A7 (hex) ARRIS Group, Inc. 4434A7 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 3C-E1-A1 (hex) Universal Global Scientific Industrial Co., Ltd. 3CE1A1 (base 16) Universal Global Scientific Industrial Co., Ltd. 141, Lane 351, Taiping Road, Sec.1,Tsao Tuen Nan-Tou Taiwan 54261 TW F8-98-EF (hex) HUAWEI TECHNOLOGIES CO.,LTD F898EF (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 58-F9-87 (hex) HUAWEI TECHNOLOGIES CO.,LTD 58F987 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN A8-F5-AC (hex) HUAWEI TECHNOLOGIES CO.,LTD A8F5AC (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 58-BA-D4 (hex) HUAWEI TECHNOLOGIES CO.,LTD 58BAD4 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 70-1D-08 (hex) 99IOT Shenzhen co.,ltd 701D08 (base 16) 99IOT Shenzhen co.,ltd 609C north block, Cangsong Building, Tairan Seven Road, Futian District Shenzhen Guangdong 518000 CN 74-12-BB (hex) Fiberhome Telecommunication Technologies Co.,LTD 7412BB (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 00-10-27 (hex) L-3 COMMUNICATIONS EAST 001027 (base 16) L-3 COMMUNICATIONS EAST ONE FEDERAL STREET - A&E-3ES CAMDEN NJ 08102 US BC-26-43 (hex) Elprotronic Inc. BC2643 (base 16) Elprotronic Inc. 35 Austin Rumble Crt. King City ON L7B0B2 CA 04-E2-29 (hex) Qingdao Haier Technology Co.,Ltd 04E229 (base 16) Qingdao Haier Technology Co.,Ltd Building A01,Haier Information Park, No.1 Haier Road, Qingdao Shandong 266101 CN 34-8B-75 (hex) LAVA INTERNATIONAL(H.K) LIMITED 348B75 (base 16) LAVA INTERNATIONAL(H.K) LIMITED UNIT L 1/F MAU LAM COMM BLDG 16-18 MAU LAM ST, JORDAN KL, HK Hong kong 999077 CN 9C-E8-95 (hex) New H3C Technologies Co., Ltd 9CE895 (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN 00-58-3F (hex) PC Aquarius 00583F (base 16) PC Aquarius Comcity Office Park, Kievskoe shosse, est.6, bld. 1, Rumyantsevo, Moscow, 108811, RF Moscow 108811 RU 90-3D-68 (hex) G-Printec, Inc. 903D68 (base 16) G-Printec, Inc. Kawasaki Tech Center 5F, 580-16, Horikawacho Saiwai-ku, Kawasaki-shi Kanagawa 212-0013 JP 10-94-BB (hex) Apple, Inc. 1094BB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 78-1D-4A (hex) zte corporation 781D4A (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 94-E1-AC (hex) Hangzhou Hikvision Digital Technology Co.,Ltd. 94E1AC (base 16) Hangzhou Hikvision Digital Technology Co.,Ltd. No.555 Qianmo Road Hangzhou Zhejiang 310052 CN 34-E8-94 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 34E894 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN F8-6F-C1 (hex) Apple, Inc. F86FC1 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 28-FF-3C (hex) Apple, Inc. 28FF3C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F0-99-B6 (hex) Apple, Inc. F099B6 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 88-E9-FE (hex) Apple, Inc. 88E9FE (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 38-89-2C (hex) Apple, Inc. 38892C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 74-9E-AF (hex) Apple, Inc. 749EAF (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 94-BF-2D (hex) Apple, Inc. 94BF2D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 68-CA-E4 (hex) Cisco Systems, Inc 68CAE4 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-BE-3B (hex) HUAWEI TECHNOLOGIES CO.,LTD 00BE3B (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 7C-A1-77 (hex) HUAWEI TECHNOLOGIES CO.,LTD 7CA177 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 24-2E-02 (hex) HUAWEI TECHNOLOGIES CO.,LTD 242E02 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 78-B6-EC (hex) Scuf Gaming International LLC 78B6EC (base 16) Scuf Gaming International LLC 3970 Johns Creek Court Suite 325 Suwanee Atlanta GA 30024 US 80-35-C1 (hex) Xiaomi Communications Co Ltd 8035C1 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 58-B3-FC (hex) SHENZHEN RF-LINK TECHNOLOGY CO.,LTD. 58B3FC (base 16) SHENZHEN RF-LINK TECHNOLOGY CO.,LTD. Bldg56A,6/F,Baotian Rd3,Xixiang Town,Baoan District, Shenzhen Guangdong 518000 CN 20-47-DA (hex) Xiaomi Communications Co Ltd 2047DA (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 24-29-FE (hex) KYOCERA Corporation 2429FE (base 16) KYOCERA Corporation 30 Hoji Kitami, Hokkaido 099-1595 JP 7C-49-EB (hex) XIAOMI Electronics,CO.,LTD 7C49EB (base 16) XIAOMI Electronics,CO.,LTD Xiaomi Building, No.68 Qinghe Middle Street Haidian District Beijing 100085 CN C4-33-06 (hex) China Mobile Group Device Co.,Ltd. C43306 (base 16) China Mobile Group Device Co.,Ltd. 32 Xuanwumen West Street,Xicheng District Beijing 100053 CN 08-DF-CB (hex) Systrome Networks 08DFCB (base 16) Systrome Networks Sohna Road Gurgaon Haryana 122018 IN A4-93-3F (hex) HUAWEI TECHNOLOGIES CO.,LTD A4933F (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 28-AC-9E (hex) Cisco Systems, Inc 28AC9E (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 2C-B8-ED (hex) SonicWall 2CB8ED (base 16) SonicWall 5455 Great America Parkway Santa Clara CA 95054 US 68-D4-82 (hex) SHENZHEN GONGJIN ELECTRONICS CO.,LT 68D482 (base 16) SHENZHEN GONGJIN ELECTRONICS CO.,LT SONGGANG SHENZHEN GUANGDONG 518105 CN 98-45-62 (hex) Shanghai Baud Data Communication Co.,Ltd. 984562 (base 16) Shanghai Baud Data Communication Co.,Ltd. NO.123 JULI RD PUDONG ZHANGJIANG HIGH-TECH PARK SHANGHAI 201203 CN E4-C4-83 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD E4C483 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 00-1F-BA (hex) Boyoung Tech 001FBA (base 16) Boyoung Tech Youngdeungpo-Gu Munrae3ga 84-2 Seoul 150-093 KR A4-33-D7 (hex) MitraStar Technology Corp. A433D7 (base 16) MitraStar Technology Corp. No. 6, Innovation Road II, Hsinchu 300 TW B0-AC-D2 (hex) zte corporation B0ACD2 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 20-0F-70 (hex) FOXTECH 200F70 (base 16) FOXTECH 152-160 City Road LONDON KEMP HOUSE EC1V 2NX GB 20-2D-23 (hex) Collinear Networks Inc. 202D23 (base 16) Collinear Networks Inc. 2901 Tasman Drive Santa Clara CA 95054 US 90-83-4B (hex) BEIJING YUNYI TIMES TECHNOLOGY CO,.LTD 90834B (base 16) BEIJING YUNYI TIMES TECHNOLOGY CO,.LTD 1-411Room 19#Building No.26 Xihuan South Rd. BDA Daxing District, BEIJING 100176 CN 18-50-2A (hex) SOARNEX 18502A (base 16) SOARNEX NO.158, RUIHU ST., NEIHU DIST., TAIPEI CITY TAIWAN (R.O.C.) 11494 TW A8-36-7A (hex) frogblue TECHNOLOGY GmbH A8367A (base 16) frogblue TECHNOLOGY GmbH Luxemburger Straße 6 Kaiserslautern Rheinland-Pfalz 67657 DE 6C-E4-DA (hex) NEC Platforms, Ltd. 6CE4DA (base 16) NEC Platforms, Ltd. 2-3 Kandatsukasamachi Chiyodaku Tokyo 101-8532 JP 10-E7-C6 (hex) Hewlett Packard 10E7C6 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston TX 77070 US 18-31-BF (hex) ASUSTek COMPUTER INC. 1831BF (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW C8-FA-E1 (hex) ARQ Digital LLC C8FAE1 (base 16) ARQ Digital LLC 2430 Auto Park Way Escondido CA 92029 US DC-A3-33 (hex) Shenzhen YOUHUA Technology Co., Ltd DCA333 (base 16) Shenzhen YOUHUA Technology Co., Ltd Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN 78-8C-54 (hex) Ping Communication 788C54 (base 16) Ping Communication Brenden 18 Appenzell Meistersrüte AI 9050 CH B8-AF-67 (hex) Hewlett Packard B8AF67 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US C0-98-DA (hex) China Mobile IOT Company Limited C098DA (base 16) China Mobile IOT Company Limited NO.8 Yu Ma Road, NanAn Area Chongqing Chongqing 401336 CN F0-0F-EC (hex) HUAWEI TECHNOLOGIES CO.,LTD F00FEC (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN AC-07-5F (hex) HUAWEI TECHNOLOGIES CO.,LTD AC075F (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN C0-48-E6 (hex) Samsung Electronics Co.,Ltd C048E6 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 88-2E-5A (hex) storONE 882E5A (base 16) storONE POB 2660 Ra'anana IL 00-71-47 (hex) Amazon Technologies Inc. 007147 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 00-BE-75 (hex) Cisco Systems, Inc 00BE75 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 64-DB-8B (hex) Hangzhou Hikvision Digital Technology Co.,Ltd. 64DB8B (base 16) Hangzhou Hikvision Digital Technology Co.,Ltd. No.555 Qianmo Road Hangzhou Zhejiang 310052 CN 78-25-7A (hex) LEO Innovation Lab 78257A (base 16) LEO Innovation Lab Silkegade 8 Copenhagen K Denmark 1113 DK 10-A4-B9 (hex) Baidu Online Network Technology (Beijing) Co., Ltd 10A4B9 (base 16) Baidu Online Network Technology (Beijing) Co., Ltd Baidu Campus, No.10 Shangdi 10th Street, Haidian District Beijing 100085 CN 50-1C-B0 (hex) Cisco Systems, Inc 501CB0 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 04-AC-44 (hex) Holtek Semiconductor Inc. 04AC44 (base 16) Holtek Semiconductor Inc. No.3, Creation Rd. II, Science Park Hsinchu 300 TW F4-DC-A5 (hex) DAWON DNS F4DCA5 (base 16) DAWON DNS 217ho, Sauphwajiwon-dong, KETI, 226, Cheomdangwagi-ro, Buk-gu Gwangju 61011 KR 80-CE-62 (hex) Hewlett Packard 80CE62 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston TX 77070 US 80-1F-12 (hex) Microchip Technology Inc. 801F12 (base 16) Microchip Technology Inc. 2355 W. Chandler Blvd. Chandler AZ 85224 US 50-6C-BE (hex) InnosiliconTechnology Ltd 506CBE (base 16) InnosiliconTechnology Ltd WuHan East Lake Wuhan New Technology Development Zone Wuhan Hubei Province 430223 CN 24-7E-12 (hex) Cisco Systems, Inc 247E12 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 04-C2-41 (hex) Nokia 04C241 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 3C-47-9B (hex) Theissen Training Systems, Inc. 3C479B (base 16) Theissen Training Systems, Inc. 1225 SE 4th Terrace Chiefland FL 32626 US 60-6B-FF (hex) Nintendo Co.,Ltd 606BFF (base 16) Nintendo Co.,Ltd 11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP 8C-F7-10 (hex) AMPAK Technology, Inc. 8CF710 (base 16) AMPAK Technology, Inc. No.1,Jen Ai Road Hsinchu Industrial Park, Hukou Hsinchu Taiwan ROC. 30352 TW 30-7B-AC (hex) New H3C Technologies Co., Ltd 307BAC (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN 78-5D-C8 (hex) LG Electronics 785DC8 (base 16) LG Electronics 222 LG-ro, JINWI-MYEON Pyeongtaek-si Gyeonggi-do 451-713 KR 3C-04-61 (hex) ARRIS Group, Inc. 3C0461 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 88-3D-24 (hex) Google, Inc. 883D24 (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US E8-C1-B8 (hex) Nanjing Bangzhong Electronic Commerce Limited E8C1B8 (base 16) Nanjing Bangzhong Electronic Commerce Limited No.22, Liuzhou East Road, High - tech Zone Nanjing 210000 CN D8-D7-75 (hex) Sagemcom Broadband SAS D8D775 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR E8-33-0D (hex) Xaptec GmbH E8330D (base 16) Xaptec GmbH Neidenburger Str. 10 Gelsenkirchen 45897 DE D4-60-E3 (hex) Sercomm Corporation. D460E3 (base 16) Sercomm Corporation. 3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW B4-A8-B9 (hex) Cisco Systems, Inc B4A8B9 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 50-DC-E7 (hex) Amazon Technologies Inc. 50DCE7 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 64-98-29 (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. 649829 (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY 08-1D-C4 (hex) Thermo Fisher Scientific Messtechnik GmbH 081DC4 (base 16) Thermo Fisher Scientific Messtechnik GmbH Frauenauracher Strasse 96 Erlangen 91056 DE 78-53-64 (hex) SHIFT GmbH 785364 (base 16) SHIFT GmbH Am Gänsemarkt 6 Wabern Falkenberg Hessen 34590 DE 38-E6-0A (hex) Xiaomi Communications Co Ltd 38E60A (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 40-CB-C0 (hex) Apple, Inc. 40CBC0 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C4-61-8B (hex) Apple, Inc. C4618B (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US CC-6E-A4 (hex) Samsung Electronics Co.,Ltd CC6EA4 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 80-3A-59 (hex) AT&T 803A59 (base 16) AT&T 1025 Lenox Park Blvd Atlanta GA 30319 US 58-8D-64 (hex) Xi'an Clevbee Technology Co.,Ltd 588D64 (base 16) Xi'an Clevbee Technology Co.,Ltd FLOOR 7, TOWER B, POSCO CENTER, NO. 13 ZONE FOUR WANGJING EAST PARK, CHAOYANG DISTRICT, BEIJING Beijing 100012 CN 00-5D-73 (hex) Cisco Systems, Inc 005D73 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 60-6D-3C (hex) Luxshare Precision Industry Company Limited 606D3C (base 16) Luxshare Precision Industry Company Limited Floor 2, Block A, Sanyo New Industrial Area West Haoyi Community, Shajing Subdistrict Office Bao'an District, Shenzhen, Guangdong 523000 CN 44-F0-34 (hex) Kaonmedia CO., LTD. 44F034 (base 16) Kaonmedia CO., LTD. 884-3, Seongnam-daero, Bundang-gu Seongnam-si Gyeonggi-do 13517 KR 00-27-90 (hex) Cisco Systems, Inc 002790 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 34-BA-38 (hex) PAL MOHAN ELECTRONICS PVT LTD 34BA38 (base 16) PAL MOHAN ELECTRONICS PVT LTD 40 DLF, INDUSTRIAL AREA, KIRTI NAGAR NEW DELHI DELHI 110015 IN 98-29-A6 (hex) COMPAL INFORMATION (KUNSHAN) CO., LTD. 9829A6 (base 16) COMPAL INFORMATION (KUNSHAN) CO., LTD. NO. 25, THE 3RD Street KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN CC-4D-38 (hex) Carnegie Technologies CC4D38 (base 16) Carnegie Technologies 9737 Great Hills Trail #260 Austin TX 78759 US 08-E6-89 (hex) Apple, Inc. 08E689 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US DC-56-E7 (hex) Apple, Inc. DC56E7 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A8-16-D0 (hex) Samsung Electronics Co.,Ltd A816D0 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR A4-6C-F1 (hex) Samsung Electronics Co.,Ltd A46CF1 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 08-AE-D6 (hex) Samsung Electronics Co.,Ltd 08AED6 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR DC-BF-E9 (hex) Motorola Mobility LLC, a Lenovo Company DCBFE9 (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US B4-2D-56 (hex) Extreme Networks, Inc. B42D56 (base 16) Extreme Networks, Inc. 6480 Via Del Oro San Jose CA 95119 US 40-64-A4 (hex) THE FURUKAWA ELECTRIC CO., LTD 4064A4 (base 16) THE FURUKAWA ELECTRIC CO., LTD 2-2-3,Marunouchi Chiyoda-ku Tokyo 100-8322 JP 6C-B2-AE (hex) Cisco Systems, Inc 6CB2AE (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US B0-98-2B (hex) Sagemcom Broadband SAS B0982B (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 34-FA-9F (hex) Ruckus Wireless 34FA9F (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US F0-65-C2 (hex) Yanfeng Visteon Electronics Technology (Shanghai) Co.,Ltd. F065C2 (base 16) Yanfeng Visteon Electronics Technology (Shanghai) Co.,Ltd. 1001 North Qin Zhou Road Shang Hai 200233 CN 70-B7-E2 (hex) Jiangsu Miter Technology Co.,Ltd. 70B7E2 (base 16) Jiangsu Miter Technology Co.,Ltd. No.86 fuyuan community,the town of houbei Jurong Jiangsu 212400 CN 80-8D-B7 (hex) Hewlett Packard Enterprise 808DB7 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US A0-9D-86 (hex) Alcatel-Lucent Shanghai Bell Co., Ltd A09D86 (base 16) Alcatel-Lucent Shanghai Bell Co., Ltd No. 389, Ningqiao Road, Pudong Jinqiao Shanghai 201206 CN 00-C0-FF (hex) Seagate Cloud Systems Inc 00C0FF (base 16) Seagate Cloud Systems Inc 6305 El Camino Real Carlsbad CA 92009 US D4-5D-DF (hex) PEGATRON CORPORATION D45DDF (base 16) PEGATRON CORPORATION 5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW F8-B5-68 (hex) IEEE Registration Authority F8B568 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 2C-6B-7D (hex) Texas Instruments 2C6B7D (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 88-D1-71 (hex) BEGHELLI S.P.A 88D171 (base 16) BEGHELLI S.P.A VIA MOZZEGHINE 13/15 LOCALITA' MONTEVEGLIO - COMUNE VALSAMOGGIA BOLOGNA 40053 IT A0-9D-C1 (hex) China Dragon Technology Limited A09DC1 (base 16) China Dragon Technology Limited B4 Bldg.Haoshan 1st Industry Park, Shenzhen Guangdong 518104 CN 2C-42-05 (hex) Lytx 2C4205 (base 16) Lytx 9785 Towne Centre Drive San Diego CA 92121 US A8-25-EB (hex) Cambridge Industries(Group) Co.,Ltd. A825EB (base 16) Cambridge Industries(Group) Co.,Ltd. 5/F,Building 8, 2388 ChenHang Road, MinHang District shanghai 201114 CN 34-E3-80 (hex) Genexis B.V. 34E380 (base 16) Genexis B.V. Lodewijkstraat 1A Eindhoven 5652AC NL 5C-58-19 (hex) Jingsheng Technology Co., Ltd. 5C5819 (base 16) Jingsheng Technology Co., Ltd. Linyin street 5# chengdu sichuan 610000 CN B8-CA-04 (hex) Holtek Semiconductor Inc. B8CA04 (base 16) Holtek Semiconductor Inc. No.3, Creation Rd. II, Science Park Hsinchu 300 TW C4-C5-63 (hex) TECNO MOBILE LIMITED C4C563 (base 16) TECNO MOBILE LIMITED ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK 80-B7-08 (hex) Blue Danube Systems, Inc 80B708 (base 16) Blue Danube Systems, Inc 3131 Jay Street, Suite 201 Santa Clara CA 95054 US 08-BC-20 (hex) Hangzhou Royal Cloud Technology Co., Ltd 08BC20 (base 16) Hangzhou Royal Cloud Technology Co., Ltd Hangzhou Xixi Road 957, 24, Unit 2, 302 Hangzhou 310030 CN 94-2A-3F (hex) Diversey Inc 942A3F (base 16) Diversey Inc 2415 Cascade Pointe Blvd Charlotte NC 28208 US 20-31-EB (hex) HDSN 2031EB (base 16) HDSN 4 allée des roseaux Saint mitre les remparts BDR 13920 FR F8-C9-6C (hex) Fiberhome Telecommunication Technologies Co.,LTD F8C96C (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan City Hubei Province 430074 CN 84-48-23 (hex) WOXTER TECHNOLOGY Co. Ltd 844823 (base 16) WOXTER TECHNOLOGY Co. Ltd 23F Doushiyangguang, Chegongmiao Shenzhen 518040 CN F4-1E-5E (hex) RtBrick Inc. F41E5E (base 16) RtBrick Inc. 26 Kingston Terrace Princeton NJ 08540 US 6C-76-60 (hex) KYOCERA CORPORATION 6C7660 (base 16) KYOCERA CORPORATION 2-1-1 Kagahara Yokohama-shi Kanagawa 224-8502 JP 00-21-02 (hex) UpdateLogic Inc. 002102 (base 16) UpdateLogic Inc. 2 Willow Street, Suite 101 Southborough MA 01745 US 50-58-00 (hex) WyTec International, Inc. 505800 (base 16) WyTec International, Inc. 19206 Huebner Rd Suite 202 San Antonio Texas 78258 US C8-D1-2A (hex) Comtrend Corporation C8D12A (base 16) Comtrend Corporation 3F-1, 10 Lane 609, Chongxin Road, Section 5, New Taipei City, Taiwan 24159 TW 0C-EA-C9 (hex) ARRIS Group, Inc. 0CEAC9 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US E8-2A-44 (hex) Liteon Technology Corporation E82A44 (base 16) Liteon Technology Corporation 4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW 10-A4-BE (hex) SHENZHEN BILIAN ELECTRONIC CO.,LTD 10A4BE (base 16) SHENZHEN BILIAN ELECTRONIC CO.,LTD NO.268, Fuqian Rd, Jutang community, Guanlan Town, Longhua New district shenzhen guangdong 518000 CN 94-7B-BE (hex) Ubicquia 947BBE (base 16) Ubicquia 3281 Fairlane Farms Rd Wellington FL 33449 US EC-C0-6A (hex) PowerChord Group Limited ECC06A (base 16) PowerChord Group Limited 1 Blythe Road London W14 0HG GB 94-49-96 (hex) WiSilica Inc 944996 (base 16) WiSilica Inc 23282 Mill Creek Dr #340 Laguna Hills CA 92653 US F8-1D-0F (hex) Hitron Technologies. Inc F81D0F (base 16) Hitron Technologies. Inc No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW 58-C9-35 (hex) Chiun Mai Communication Systems, Inc 58C935 (base 16) Chiun Mai Communication Systems, Inc No.4, Minsheng St., Tucheng District New Taipei City 23678 TW 00-94-A1 (hex) F5 Networks, Inc. 0094A1 (base 16) F5 Networks, Inc. 401 Elliott Ave. W. Seattle WA 98119 US BC-F2-92 (hex) PLANTRONICS, INC. BCF292 (base 16) PLANTRONICS, INC. 345 ENCINAL STREET SANTA CRUZ CA 95060 US 04-50-DA (hex) Qiku Internet Network Scientific (Shenzhen) Co., Ltd 0450DA (base 16) Qiku Internet Network Scientific (Shenzhen) Co., Ltd Building A2, Chi Yuen Technology Park 1001 College Avenue, Nanshan District Shenzhen, Guangdong Shenzhen Guangdong 518000 CN E8-20-E2 (hex) HUMAX Co., Ltd. E820E2 (base 16) HUMAX Co., Ltd. HUMAX Village, 216, Hwangsaeul-ro, Bu Seongnam-si Gyeonggi-do 463-875 KR 00-26-A8 (hex) DAEHAP HYPER-TECH 0026A8 (base 16) DAEHAP HYPER-TECH Mega center #1108, SK Techno-Park, #190-1, Sangdaewon-Dong, Jungwon-Gu Seongnam Gyeonggi-Do 462-807 KR 78-5C-28 (hex) Prime Motion Inc. 785C28 (base 16) Prime Motion Inc. Akaho 1134-12 Komagane Nagano 399-4117 JP 8C-5B-F0 (hex) ARRIS Group, Inc. 8C5BF0 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 18-90-D8 (hex) Sagemcom Broadband SAS 1890D8 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 88-83-5D (hex) FN-LINK TECHNOLOGY LIMITED 88835D (base 16) FN-LINK TECHNOLOGY LIMITED No.8, Litong Road, Liuyang Economic & Technical Development Zone ChangSha Hu Nan 410300 CN EC-9F-0D (hex) IEEE Registration Authority EC9F0D (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US E0-78-A3 (hex) Shanghai Winner Information Technology Co.,Inc E078A3 (base 16) Shanghai Winner Information Technology Co.,Inc Lujiazui Software Park,No.190,Lane 91,Eshan Road,Pudong New Area Shanghai Shanghai 200127 CN 00-05-A7 (hex) HYPERCHIP Inc. 0005A7 (base 16) HYPERCHIP Inc. 180 Peel Street - Ste. #333 123 H3C 2G7 CA 08-84-66 (hex) Novartis Pharma AG 088466 (base 16) Novartis Pharma AG Lichtstrasse 35 Basel 4056 CH 30-9F-FB (hex) Ardomus Networks Corporation 309FFB (base 16) Ardomus Networks Corporation 4F,No. 6 Innovation Road II, Hsinchu Science Park Hsinchu 300 TW 28-23-73 (hex) Digita 282373 (base 16) Digita Jämsänkatu 2 Helsinki Uusimaa 00520 FI 64-9A-08 (hex) Shenzhen SuperElectron Technology Co.,LTD 649A08 (base 16) Shenzhen SuperElectron Technology Co.,LTD Layer 13,Haosheng Business Center,Dongbin Road,Nanshan District Shenzhen guangdong 518052 CN 68-A6-82 (hex) Shenzhen YOUHUA Technology Co., Ltd 68A682 (base 16) Shenzhen YOUHUA Technology Co., Ltd Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN 58-7A-62 (hex) Texas Instruments 587A62 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 54-7A-52 (hex) CTE International srl 547A52 (base 16) CTE International srl Via Sevardi 7 Reggio Emilia 42124 IT F0-6E-0B (hex) Microsoft Corporation F06E0B (base 16) Microsoft Corporation One Microsoft Way REDMOND 98052 US 34-6F-ED (hex) Enovation Controls 346FED (base 16) Enovation Controls 5311 S. 122nd E. Ave. Tulsa OK 74146 US 54-33-CB (hex) Apple, Inc. 5433CB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 34-08-BC (hex) Apple, Inc. 3408BC (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 1C-36-BB (hex) Apple, Inc. 1C36BB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 3C-2E-FF (hex) Apple, Inc. 3C2EFF (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-E0-25 (hex) dit Co., Ltd. 00E025 (base 16) dit Co., Ltd. Premier Toyocho Building Koto-ku Tokyo 135-0056 JP AC-84-C6 (hex) TP-LINK TECHNOLOGIES CO.,LTD. AC84C6 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 00-15-30 (hex) Dell EMC 001530 (base 16) Dell EMC 176 South Street Hopkinton MA 01748 US 0C-B2-B7 (hex) Texas Instruments 0CB2B7 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 24-F6-77 (hex) Apple, Inc. 24F677 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US B0-CA-68 (hex) Apple, Inc. B0CA68 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C8-3C-85 (hex) Apple, Inc. C83C85 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 78-87-0D (hex) Unifiedgateways India Private Limited 78870D (base 16) Unifiedgateways India Private Limited 25 1st Floor 4th Cross KR Road Jayanagar 7th Block West Bangalore Karnataka 560082 IN A8-82-00 (hex) Hisense Electric Co.,Ltd A88200 (base 16) Hisense Electric Co.,Ltd Qianwangang Roard 218 Qingdao Shandong 266510 CN 38-20-A8 (hex) ColorTokens, Inc. 3820A8 (base 16) ColorTokens, Inc. 2101 Tasman Dr. Suite 200A Santa Clara CA 95054 US 70-58-96 (hex) InShow Technology 705896 (base 16) InShow Technology Jinqi Zhigu Building, Chongwen Garden, Liuxian Avenue, Nanshan District shenzhen Guangdong 518055 CN 00-05-89 (hex) National Datacomputer 000589 (base 16) National Datacomputer 900 Middlesex Tpk. Billerica MA 01821 US 3C-A6-16 (hex) vivo Mobile Communication Co., Ltd. 3CA616 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 9C-E0-63 (hex) Samsung Electronics Co.,Ltd 9CE063 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR D0-31-69 (hex) Samsung Electronics Co.,Ltd D03169 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 24-F2-7F (hex) Hewlett Packard Enterprise 24F27F (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US BC-05-43 (hex) AVM GmbH BC0543 (base 16) AVM GmbH Alt-Moabit 95 Berlin 10559 DE 00-B6-9F (hex) Latch 00B69F (base 16) Latch 450 W 33rd St New York NY 10001 US 84-2C-80 (hex) Sichuan Changhong Electric Ltd. 842C80 (base 16) Sichuan Changhong Electric Ltd. No.35,East MianXin Road,MianYang,Sichaun,China. MianYang SiChuan PRC 621000 CN 3C-C0-79 (hex) Shenzhen One-Nine Intelligent Electronic Science and Technology Co., Ltd 3CC079 (base 16) Shenzhen One-Nine Intelligent Electronic Science and Technology Co., Ltd Office 3015, Chuangxingda Business Building, No.36. Liuxian 3 Road, Baoan District Shenzhen Guangdong 518133 CN 98-C5-DB (hex) Ericsson AB 98C5DB (base 16) Ericsson AB Torshamnsgatan 36 Stockholm SE-164 80 SE 14-9F-3C (hex) Samsung Electronics Co.,Ltd 149F3C (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR FC-EE-E6 (hex) FORMIKE ELECTRONIC CO., LTD FCEEE6 (base 16) FORMIKE ELECTRONIC CO., LTD Flats 401-403, Block B, iPARK Building, 26 Dengliang Rd., NanShan Distric Shenzhen Guang Dong 518054 CN 84-E3-27 (hex) TAILYN TECHNOLOGIES INC 84E327 (base 16) TAILYN TECHNOLOGIES INC NO 10 RUNG-AN ROAD, LU-ZHU DISTRICT TAOYUAN CITY TAIWAN ROC 33852 TW 00-21-B8 (hex) Inphi Corporation 0021B8 (base 16) Inphi Corporation 112 S. Lakeview Canyon Rd., Suite 100 Westlake Village CA 91362 US 0C-91-60 (hex) Hui Zhou Gaoshengda Technology Co.,LTD 0C9160 (base 16) Hui Zhou Gaoshengda Technology Co.,LTD No.75,Zhongkai High-Tech Development District,Huizhou Hui Zhou Guangdong 516006 CN D8-ED-1C (hex) Magna Technology SL D8ED1C (base 16) Magna Technology SL C/Principe de Vergara, 55. 3ª planta Madrid 28006 ES D8-31-34 (hex) Roku, Inc D83134 (base 16) Roku, Inc 150 Winchester Circle Los Gatos CA 95032 US 40-8B-F6 (hex) Shenzhen TCL New Technology Co., Ltd 408BF6 (base 16) Shenzhen TCL New Technology Co., Ltd TCL Building, #5 Central Nanhai Road, Nanshan District, Shenzhen, Guangdong, 518067 CN 00-00-6B (hex) Silicon Graphics 00006B (base 16) Silicon Graphics 2011 NORTH SHORELINE BLVD. MOUNTAIN VIEW CA 94039-7311 US 74-37-3B (hex) UNINET Co.,Ltd. 74373B (base 16) UNINET Co.,Ltd. #1803, Daerung Techno Town15, 401, Simin-daero, Dongan-gu Anyang-si Gyunggi-do 14057 KR 7C-64-56 (hex) Samsung Electronics Co.,Ltd 7C6456 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR F4-6E-24 (hex) NEC Personal Computers, Ltd. F46E24 (base 16) NEC Personal Computers, Ltd. Akihabara UDX,14-1, Sotokanda 4-Chome Chiyoda-ku Tokyo 101-0021 JP 88-82-79 (hex) Shenzhen RB-LINK Intelligent Technology Co.Ltd 888279 (base 16) Shenzhen RB-LINK Intelligent Technology Co.Ltd Second floor, No 22, Wanfeng the third industry area, Shajing , BaoAn district Shenzhen City 518125 CN 68-C6-3A (hex) Espressif Inc. 68C63A (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN A0-64-8F (hex) ASKEY COMPUTER CORP A0648F (base 16) ASKEY COMPUTER CORP 10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW C8-50-E9 (hex) Raisecom Technology CO., LTD C850E9 (base 16) Raisecom Technology CO., LTD No. 11, East Area, No. 10 Block, East Xibeiwang Road Beijing 100094 CN 10-F1-63 (hex) TNK CO.,LTD 10F163 (base 16) TNK CO.,LTD 1 Kasugayama.Iitoyo Tenei-village.Iwase-country Fukushima-prefecture 962-0512 JP 88-DA-1A (hex) Redpine Signals, Inc. 88DA1A (base 16) Redpine Signals, Inc. 2107, N. First St San Jose CA 95131-2019 US 98-EF-9B (hex) OHSUNG 98EF9B (base 16) OHSUNG 335-4,SANHODAERO,GUMI,GYEONG BUK,KOREA GUMI GYEONG BUK 730-030 KR 14-CF-8D (hex) OHSUNG 14CF8D (base 16) OHSUNG 181 GUMI KYUNGBUK 730-030 KR 10-44-00 (hex) HUAWEI TECHNOLOGIES CO.,LTD 104400 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN B0-E1-7E (hex) HUAWEI TECHNOLOGIES CO.,LTD B0E17E (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN E4-A7-C5 (hex) HUAWEI TECHNOLOGIES CO.,LTD E4A7C5 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 5C-8D-2D (hex) Shanghai Wellpay Information Technology Co., Ltd 5C8D2D (base 16) Shanghai Wellpay Information Technology Co., Ltd Loushanguan Road 523, Jin Hongqiao International Center Building, 1501 Shanghai 200000 CN 90-FD-9F (hex) Silicon Laboratories 90FD9F (base 16) Silicon Laboratories 400 W. Cesar Chavez St. Austin TX 78701 US B4-30-C0 (hex) York Instruments Ltd B430C0 (base 16) York Instruments Ltd The Biocentre, York Science Park York North Yorkshire YO10 5NY GB E8-1D-A8 (hex) Ruckus Wireless E81DA8 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US F0-3D-03 (hex) TECNO MOBILE LIMITED F03D03 (base 16) TECNO MOBILE LIMITED ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK DC-F0-90 (hex) Nubia Technology Co.,Ltd. DCF090 (base 16) Nubia Technology Co.,Ltd. 6/F-8/F 10/F-11/F A Tower,6/F B Tower,6/F-10/F C Tower Dazu Innovation Mansion, North Ring Rd,No.9018,High-Tech Park Nanshan District Shenzhen Guandong 518057 CN A0-FE-61 (hex) Vivint Wireless Inc. A0FE61 (base 16) Vivint Wireless Inc. 4931 N 300 W Provo UT 84604 US 5C-2B-F5 (hex) Vivint Wireless Inc. 5C2BF5 (base 16) Vivint Wireless Inc. 4931 N 300 W Provo UT 84604 US CC-5A-53 (hex) Cisco Systems, Inc CC5A53 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-60-88 (hex) Analog Devices, Inc. 006088 (base 16) Analog Devices, Inc. 410 AMHERST STREET-STE #325 NASHUA NH 03063 US 08-4A-CF (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 084ACF (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 2C-27-9E (hex) IEEE Registration Authority 2C279E (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 8C-5F-48 (hex) Continental Intelligent Transportation Systems LLC 8C5F48 (base 16) Continental Intelligent Transportation Systems LLC 3901 North First Street San Jose CA 95134 US 94-7E-B9 (hex) National Narrowband Network Communications Pty Ltd 947EB9 (base 16) National Narrowband Network Communications Pty Ltd Unit 10, 1 Talavera Road Macquarie Park New South Wales 2113 AU 64-6E-69 (hex) Liteon Technology Corporation 646E69 (base 16) Liteon Technology Corporation 4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW 70-6B-B9 (hex) Cisco Systems, Inc 706BB9 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US D4-38-9C (hex) Sony Mobile Communications Inc D4389C (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 00-C0-EE (hex) KYOCERA Display Corporation 00C0EE (base 16) KYOCERA Display Corporation 2-14-9 TAMAGAWADAI tokyo 158 0000 JP 24-5F-DF (hex) KYOCERA CORPORATION 245FDF (base 16) KYOCERA CORPORATION 2-1-1,Kagahara, Yokohama-shi Kanagawa 224-8502 JP 9C-63-ED (hex) zte corporation 9C63ED (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 74-F6-61 (hex) Schneider Electric Fire & Security Oy 74F661 (base 16) Schneider Electric Fire & Security Oy Sokerilinnantie 11 C Espoo 02650 FI B8-63-4D (hex) Apple, Inc. B8634D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 24-C4-2F (hex) Philips Lifeline 24C42F (base 16) Philips Lifeline 111 Lawrence st Framingham MA 01702 US 2C-B2-1A (hex) Phicomm (Shanghai) Co., Ltd. 2CB21A (base 16) Phicomm (Shanghai) Co., Ltd. 3666 SiXian Rd.,Songjiang District Shanghai Shanghai 201616 CN A4-E9-75 (hex) Apple, Inc. A4E975 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 30-35-AD (hex) Apple, Inc. 3035AD (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 84-41-67 (hex) Apple, Inc. 844167 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 98-00-C6 (hex) Apple, Inc. 9800C6 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US AC-1F-74 (hex) Apple, Inc. AC1F74 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A8-5C-2C (hex) Apple, Inc. A85C2C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-DB-70 (hex) Apple, Inc. 00DB70 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US FC-E5-57 (hex) Nokia Corporation FCE557 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu Ou 90590 FI 48-C5-8D (hex) Lear Corporation GmbH 48C58D (base 16) Lear Corporation GmbH Industriestrasse 48 Kronach Bavaria 96317 DE 00-28-9F (hex) Semptian Co., Ltd. 00289F (base 16) Semptian Co., Ltd. Block 5D, 8/F, Software Industry Park, No.14, Haitian 2nd Road, GaoxinSouth, Nanshan District, Shenzhen, China Shen Zhen GuangDong 518061 CN 9C-30-5B (hex) Hon Hai Precision Ind. Co.,Ltd. 9C305B (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 10-4E-89 (hex) Garmin International 104E89 (base 16) Garmin International 1200 E. 151st St Olathe KS 66062 US D8-C4-97 (hex) Quanta Computer Inc. D8C497 (base 16) Quanta Computer Inc. No. 211, Wen-Hwa 2nd Rd.,Kuei-Shan Dist. Taoyuan City Taiwan 33377 TW BC-C3-42 (hex) Panasonic Communications Co., Ltd. BCC342 (base 16) Panasonic Communications Co., Ltd. 4-1-62 Minoshima Hakata-ku Fukuoka city Fukuoka 812-8531 JP 00-1B-D3 (hex) Panasonic Corporation AVC Networks Company 001BD3 (base 16) Panasonic Corporation AVC Networks Company 1-15 Matsuo-cho Kadoma Osaka 571-8504 JP CC-7E-E7 (hex) Panasonic Corporation AVC Networks Company CC7EE7 (base 16) Panasonic Corporation AVC Networks Company 1-15 Matsuo-cho Kadoma City Osaka 571-8504 JP 20-C6-EB (hex) Panasonic Corporation AVC Networks Company 20C6EB (base 16) Panasonic Corporation AVC Networks Company 1-15 Matsuo-cho Kadoma Osaka 571-8504 JP 64-B5-C6 (hex) Nintendo Co.,Ltd 64B5C6 (base 16) Nintendo Co.,Ltd 11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP 28-30-AC (hex) Frontiir Co. Ltd. 2830AC (base 16) Frontiir Co. Ltd. 5 Bayint Naung Road, Hlaing Township Yangon 11052 MM D4-D2-E5 (hex) BKAV Corporation D4D2E5 (base 16) BKAV Corporation 2nd floor - HH1 Building - Yen Hoa Urban Area, Yen Hoa Ward, Cau Giay District HaNoi 100000 VN 00-50-B5 (hex) FICHET SECURITE ELECTRONIQUE 0050B5 (base 16) FICHET SECURITE ELECTRONIQUE 15-17 AVE. MORANE-SAULNIER FR 00-14-39 (hex) Blonder Tongue Laboratories, Inc 001439 (base 16) Blonder Tongue Laboratories, Inc One Jake Brown Road Old Bridge 08857 US 20-A6-CD (hex) Hewlett Packard Enterprise 20A6CD (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US 84-80-2D (hex) Cisco Systems, Inc 84802D (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 00-19-87 (hex) Panasonic Mobile Communications Co.,Ltd. 001987 (base 16) Panasonic Mobile Communications Co.,Ltd. 600 Saedo-cho, Tsuzuki-ku, Yokohama City Kanagawa Prefecture 224-8539 JP 74-1C-27 (hex) ITEL MOBILE LIMITED 741C27 (base 16) ITEL MOBILE LIMITED RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK 00-A0-AC (hex) GILAT SATELLITE NETWORKS, LTD. 00A0AC (base 16) GILAT SATELLITE NETWORKS, LTD. 24A HABARZEL STREET IL 00-26-09 (hex) Phyllis Co., Ltd. 002609 (base 16) Phyllis Co., Ltd. 9th Fl., Room 3/4, No. 52, Sec. 2, Chung Shan North Road, Taipei 104 TW 28-F5-37 (hex) IEEE Registration Authority 28F537 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 94-D9-B3 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 94D9B3 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN C8-40-29 (hex) Fiberhome Telecommunication Technologies Co.,LTD C84029 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN F8-6E-EE (hex) HUAWEI TECHNOLOGIES CO.,LTD F86EEE (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 78-02-B1 (hex) Cisco Systems, Inc 7802B1 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US B4-0F-3B (hex) Tenda Technology Co.,Ltd.Dongguan branch B40F3B (base 16) Tenda Technology Co.,Ltd.Dongguan branch Room 79,Yuanyi Road,Dalang Town,Dongguan Guangdong 523770 Dongguan Guangdong 523770 CN 00-18-8D (hex) Nokia Danmark A/S 00188D (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V 1790 DK 00-15-AB (hex) PRO CO SOUND INC 0015AB (base 16) PRO CO SOUND INC 225 PARSONS STREET KALAMAZOO MICHIGAN 49008 US 58-76-C5 (hex) DIGI I'S LTD 5876C5 (base 16) DIGI I'S LTD 31, Takahata, Maesawa Oshu Iwate 029-4204 JP A8-B2-DA (hex) FUJITSU LIMITED A8B2DA (base 16) FUJITSU LIMITED 403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP 00-13-54 (hex) Zcomax Technologies, Inc. 001354 (base 16) Zcomax Technologies, Inc. 98 Ford Road Denville NJ 07834 US 78-D8-00 (hex) IEEE Registration Authority 78D800 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 08-35-B2 (hex) CoreEdge Networks Co., Ltd 0835B2 (base 16) CoreEdge Networks Co., Ltd #806 G Plus Tower, 123, Digital-ro 26gil, Guro-gu Seoul 08390 KR 4C-49-E3 (hex) Xiaomi Communications Co Ltd 4C49E3 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 24-58-80 (hex) VIZEO 245880 (base 16) VIZEO 13 rue Emile Decorps Villeurbanne 69100 FR 54-66-6C (hex) Shenzhen YOUHUA Technology Co., Ltd 54666C (base 16) Shenzhen YOUHUA Technology Co., Ltd Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN A8-96-75 (hex) Motorola Mobility LLC, a Lenovo Company A89675 (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US 38-9A-F6 (hex) Samsung Electronics Co.,Ltd 389AF6 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR E0-AA-96 (hex) Samsung Electronics Co.,Ltd E0AA96 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 50-77-05 (hex) Samsung Electronics Co.,Ltd 507705 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 28-D4-36 (hex) Jiangsu dewosi electric co., LTD 28D436 (base 16) Jiangsu dewosi electric co., LTD Dantu district fengjingchengbang xibanya 503, building 6 Zhenjiang Jiangsu 212028 CN D4-B2-7A (hex) ARRIS Group, Inc. D4B27A (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 44-EA-4B (hex) Actlas Inc. 44EA4B (base 16) Actlas Inc. 2-2-32, Asahikawa, Yokote Akita 013-0033 JP C4-CB-6B (hex) Airista Flow, Inc. C4CB6B (base 16) Airista Flow, Inc. 913 Ridgebrook Road Suite 110 Sparks MD 21152 US 18-80-90 (hex) Cisco Systems, Inc 188090 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 78-62-56 (hex) HUAWEI TECHNOLOGIES CO.,LTD 786256 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN B0-55-08 (hex) HUAWEI TECHNOLOGIES CO.,LTD B05508 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN B8-75-C0 (hex) PayPal, Inc. B875C0 (base 16) PayPal, Inc. 2211 North 1st Street San Jose California 95131 US 00-1C-71 (hex) Emergent Electronics 001C71 (base 16) Emergent Electronics Bldg 2 Level 3 Suite 305 Sewickley PA 15143 US 00-1A-93 (hex) ERCO Leuchten GmbH 001A93 (base 16) ERCO Leuchten GmbH Brockhauser Weg 80-82 Lüdenscheid NRW D-58507 DE 94-F6-65 (hex) Ruckus Wireless 94F665 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US B0-90-D4 (hex) Shenzhen Hoin Internet Technology Co., Ltd B090D4 (base 16) Shenzhen Hoin Internet Technology Co., Ltd Xusheng Building, No. 4004, Bao’an, Room 1616 Bao’an District Shenzhen Guangdong 518000 CN C0-BA-E6 (hex) Application Solutions (Electronics and Vision) Ltd C0BAE6 (base 16) Application Solutions (Electronics and Vision) Ltd The Riverside Centre Lewes East Sussex BN7 2AQ GB 8C-9F-3B (hex) Qingdao Hisense Communications Co.,Ltd. 8C9F3B (base 16) Qingdao Hisense Communications Co.,Ltd. Qianwangang Road 218 Qingdao Shandong 266510 CN 00-14-B8 (hex) Hill-Rom 0014B8 (base 16) Hill-Rom 1125 E. Pearl Street Batesville IN 47006 US AC-ED-5C (hex) Intel Corporate ACED5C (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 84-20-96 (hex) SHENZHEN RF-LINK TECHNOLOGY CO.,LTD. 842096 (base 16) SHENZHEN RF-LINK TECHNOLOGY CO.,LTD. Bldg56A,6/F,Baotian Rd3,Xixiang Town,Baoan District, Shenzhen Guangdong 518000 CN B4-C1-70 (hex) Yi chip Microelectronics (Hangzhou) Co., Ltd B4C170 (base 16) Yi chip Microelectronics (Hangzhou) Co., Ltd Suite 401, Building #13, No. 498 Guoshoujing Rd., Pudong Shanghai 201210 CN AC-67-06 (hex) Ruckus Wireless AC6706 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 04-4F-AA (hex) Ruckus Wireless 044FAA (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 58-93-96 (hex) Ruckus Wireless 589396 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 00-1F-41 (hex) Ruckus Wireless 001F41 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US C4-10-8A (hex) Ruckus Wireless C4108A (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US F0-B0-52 (hex) Ruckus Wireless F0B052 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 70-DF-2F (hex) Cisco Systems, Inc 70DF2F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 38-94-E0 (hex) Syrotech Networks. Ltd. 3894E0 (base 16) Syrotech Networks. Ltd. UNIT NO.-5 20F, KIN WING INDUSTERIAL BUILDING,33 KIN WING STREET TUEN MUN 999077 HK 34-F6-4B (hex) Intel Corporate 34F64B (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY F4-6B-EF (hex) Sagemcom Broadband SAS F46BEF (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 10-CD-B6 (hex) Essential Products, Inc. 10CDB6 (base 16) Essential Products, Inc. 380 Portage Avenue Palo Alto CA 94306 US A4-F3-E7 (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. A4F3E7 (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY E4-3A-6E (hex) Shenzhen Zeroone Technology CO.,LTD E43A6E (base 16) Shenzhen Zeroone Technology CO.,LTD 9/F.,Building B Tianan Cyber Park ,North Huangge Road,Longgang District Shenzhen Guangdong 518000 CN 7C-E2-CA (hex) Juniper Networks 7CE2CA (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 90-61-AE (hex) Intel Corporate 9061AE (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 6C-F9-D2 (hex) CHENGDU POVODO ELECTRONIC TECHNOLOGY CO., LTD 6CF9D2 (base 16) CHENGDU POVODO ELECTRONIC TECHNOLOGY CO., LTD High - West West West Center Road on the 4th Chengdu Sichuan 611731 CN 30-B6-2D (hex) Mojo Networks, Inc. 30B62D (base 16) Mojo Networks, Inc. 339 N.Bernardo Ave Mountain View CA 94043 US 50-18-4C (hex) Platina Systems Inc. 50184C (base 16) Platina Systems Inc. 3180 De La Cruz Blvd. Ste# 110 Santa Clara CA 95054 US F4-B7-B3 (hex) vivo Mobile Communication Co., Ltd. F4B7B3 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN CC-03-D9 (hex) Cisco Meraki CC03D9 (base 16) Cisco Meraki 500 Terry A. Francois Blvd San Francisco null 94158 US FC-A6-67 (hex) Amazon Technologies Inc. FCA667 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US C8-1F-EA (hex) Avaya Inc C81FEA (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 00-27-E3 (hex) Cisco Systems, Inc 0027E3 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-18-AE (hex) TVT CO.,LTD 0018AE (base 16) TVT CO.,LTD 5/F,North Block,CE Lighting House shenzhen guangdong 518026 CN 88-91-DD (hex) Racktivity 8891DD (base 16) Racktivity Hertstokweg 5 Ternat Flanders 1741 BE 1C-45-93 (hex) Texas Instruments 1C4593 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 90-EC-50 (hex) C.O.B.O. SPA 90EC50 (base 16) C.O.B.O. SPA via Tito Speri, 10 Leno Brescia 25024 IT E0-D8-48 (hex) Dell Inc. E0D848 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 60-27-1C (hex) VIDEOR E. Hartig GmbH 60271C (base 16) VIDEOR E. Hartig GmbH Carl-Zeiss-Straße 8 Rödermark Hessen 63322 DE 00-EC-0A (hex) Xiaomi Communications Co Ltd 00EC0A (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN C8-D7-B0 (hex) Samsung Electronics Co.,Ltd C8D7B0 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 6C-60-EB (hex) ZHI YUAN ELECTRONICS CO., LIMITED 6C60EB (base 16) ZHI YUAN ELECTRONICS CO., LIMITED UNIT 2508A 25/F BANK OF AMERICA TOWER, 12 HARCOURT RD CENTRAL  HONGKONG 999077 HK 74-DA-DA (hex) D-Link International 74DADA (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG D8-F1-F0 (hex) Pepxim International Limited D8F1F0 (base 16) Pepxim International Limited A5, 5/F, HK Spinners Industrial Building, Phase 6 Cheung Sha Wan Hong Kong 0 HK DC-C8-F5 (hex) Shanghai UMEinfo CO.,LTD. DCC8F5 (base 16) Shanghai UMEinfo CO.,LTD. 16/F,Building B ,NO.15 Changyi Road ,Baoshan District, Shanghai 200441 CN 88-D7-F6 (hex) ASUSTek COMPUTER INC. 88D7F6 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 90-97-F3 (hex) Samsung Electronics Co.,Ltd 9097F3 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 7C-1C-68 (hex) Samsung Electronics Co.,Ltd 7C1C68 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR C0-87-EB (hex) Samsung Electronics Co.,Ltd C087EB (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 04-71-4B (hex) IEEE Registration Authority 04714B (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 2C-41-A1 (hex) Bose Corporation 2C41A1 (base 16) Bose Corporation The Mountain Framingham MA 01701-9168 US 4C-38-D8 (hex) ARRIS Group, Inc. 4C38D8 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 44-7B-BB (hex) Shenzhen YOUHUA Technology Co., Ltd 447BBB (base 16) Shenzhen YOUHUA Technology Co., Ltd Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN 9C-7B-D2 (hex) NEOLAB Convergence 9C7BD2 (base 16) NEOLAB Convergence 4F Yujung bldg., Seoul 137-070 KR D0-F8-8C (hex) Motorola (Wuhan) Mobility Technologies Communication Co., Ltd. D0F88C (base 16) Motorola (Wuhan) Mobility Technologies Communication Co., Ltd. No.19, Gaoxin 4th Road, Wuhan East Lake High-tech Zone, Wuhan Wuhan Hubei 430000 CN 2C-B1-15 (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. 2CB115 (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY 10-D0-7A (hex) AMPAK Technology, Inc. 10D07A (base 16) AMPAK Technology, Inc. No.1,Jen Ai Road Hsinchu Industrial Park, Hukou Hsinchu Taiwan ROC. 30352 TW D4-C1-C8 (hex) zte corporation D4C1C8 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 88-D2-74 (hex) zte corporation 88D274 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 00-24-49 (hex) Shen Zhen Lite Star Electronics Technology Co., Ltd 002449 (base 16) Shen Zhen Lite Star Electronics Technology Co., Ltd Xinghong Science Park,1st Ind.Area, ShenZhen GuangDong 518102 CN 00-E1-8C (hex) Intel Corporate 00E18C (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 84-79-33 (hex) profichip GmbH 847933 (base 16) profichip GmbH Einsteinstrasse 6 Herzogenaurach 91074 DE 88-15-44 (hex) Cisco Meraki 881544 (base 16) Cisco Meraki 660 Alabama St San Francisco CA 94110 US C4-AB-B2 (hex) vivo Mobile Communication Co., Ltd. C4ABB2 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 80-B2-34 (hex) Technicolor CH USA Inc. 80B234 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 44-B4-12 (hex) SIUS AG 44B412 (base 16) SIUS AG Im Langhag 1 Effretikon 8307 CH 0C-B9-12 (hex) JM-DATA GmbH 0CB912 (base 16) JM-DATA GmbH Hackl-Str. 1 Traun Upper Austria 4050 AT 3C-A3-08 (hex) Texas Instruments 3CA308 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US F4-3E-61 (hex) SHENZHEN GONGJIN ELECTRONICS CO.,LT F43E61 (base 16) SHENZHEN GONGJIN ELECTRONICS CO.,LT 2F Baiying Building Shenzhen Guangdong 518067 CN B4-41-7A (hex) SHENZHEN GONGJIN ELECTRONICS CO.,LT B4417A (base 16) SHENZHEN GONGJIN ELECTRONICS CO.,LT 4F,Baiying Building, No.1019,Nanhai RD,Shekou ShenZhen GuangDong 518067 CN 18-52-07 (hex) SICHUAN TIANYI COMHEART TELECOMCO., LTD 185207 (base 16) SICHUAN TIANYI COMHEART TELECOMCO., LTD FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN 00-00-62 (hex) BULL HN INFORMATION SYSTEMS 000062 (base 16) BULL HN INFORMATION SYSTEMS 300 CONCORD ROAD M/S 864A BILLERICA MA 01821 US E8-C1-D7 (hex) Philips E8C1D7 (base 16) Philips TussenDiepen 4 Drachten Friesland 9206 AD NL 4C-81-20 (hex) Taicang T&W Electronics 4C8120 (base 16) Taicang T&W Electronics 89# Jiang Nan RD Suzhou Jiangsu 215412 CN 28-A6-DB (hex) HUAWEI TECHNOLOGIES CO.,LTD 28A6DB (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 14-A0-F8 (hex) HUAWEI TECHNOLOGIES CO.,LTD 14A0F8 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN C8-F8-6D (hex) Alcatel-Lucent Shanghai Bell Co., Ltd C8F86D (base 16) Alcatel-Lucent Shanghai Bell Co., Ltd No. 389, Ningqiao Road, Pudong Jinqiao Shanghai 201206 CN 60-45-CB (hex) ASUSTek COMPUTER INC. 6045CB (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 00-11-8B (hex) Alcatel-Lucent Enterprise 00118B (base 16) Alcatel-Lucent Enterprise 26801 West Agoura Road Calabasas CA 91301 US 00-E0-B1 (hex) Alcatel-Lucent Enterprise 00E0B1 (base 16) Alcatel-Lucent Enterprise 26801 West Agoura Road Calabasas CA 91301 US 00-E0-DA (hex) Alcatel-Lucent Enterprise 00E0DA (base 16) Alcatel-Lucent Enterprise 26801 West Agoura Road CALABASAS CA 91301 US F8-BE-0D (hex) A2UICT Co.,Ltd. F8BE0D (base 16) A2UICT Co.,Ltd. 1202, OWNER'S TOWER, 28, Hwangsaeul-ro 200 beon-gil, Bundang-gu, Seongnam-si, Gyeonggi-do 13595 KR E4-42-A6 (hex) Intel Corporate E442A6 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 3C-67-8C (hex) HUAWEI TECHNOLOGIES CO.,LTD 3C678C (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN D4-50-3F (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD D4503F (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 38-8C-50 (hex) LG Electronics 388C50 (base 16) LG Electronics 222 LG-ro, JINWI-MYEON Pyeongtaek-si Gyeonggi-do 451-713 KR DC-08-56 (hex) Alcatel-Lucent Enterprise DC0856 (base 16) Alcatel-Lucent Enterprise 26801 West Agoura Rd Calabasas CA 91301 US 1C-DA-27 (hex) vivo Mobile Communication Co., Ltd. 1CDA27 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 90-F3-05 (hex) HUMAX Co., Ltd. 90F305 (base 16) HUMAX Co., Ltd. HUMAX Village, 216, Hwangsaeul-ro, Bu Seongnam-si Gyeonggi-do 463-875 KR 40-95-BD (hex) NTmore.Co.,Ltd 4095BD (base 16) NTmore.Co.,Ltd 38, Heungan-daero 427 beon-gil, Dongan-gu Anyang Gyeonggi 431-801 KR 98-AA-FC (hex) IEEE Registration Authority 98AAFC (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 00-14-3F (hex) Hotway Technology Corporation 00143F (base 16) Hotway Technology Corporation 3F.-4, No.81, Sec. 1, Xintai 5th Rd. Xizhi Dist. New Taipei City 22101 TW D0-55-B2 (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. D055B2 (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY 14-4F-D7 (hex) IEEE Registration Authority 144FD7 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US B8-55-10 (hex) Zioncom Electronics (Shenzhen) Ltd. B85510 (base 16) Zioncom Electronics (Shenzhen) Ltd. A1&A2 Building,Lantian Technology Park, Xinyu Road, Xingqiao Henggang Block, Shajing Street, Shenzhen Guangdong 518000 CN 04-95-73 (hex) zte corporation 049573 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN F0-D7-AA (hex) Motorola Mobility LLC, a Lenovo Company F0D7AA (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US F8-FF-0B (hex) Electronic Technology Inc. F8FF0B (base 16) Electronic Technology Inc. 511 Lyons Ave Irvington NJ 07111 US 7C-6B-F7 (hex) NTI co., ltd. 7C6BF7 (base 16) NTI co., ltd. 5th floor takei building 2-19-6 taito taito-ku , Tokyo 1100016 JP 00-D3-18 (hex) SPG Controls 00D318 (base 16) SPG Controls Blue gates business park Stortford road Dunmow Essex CM61SN GB 30-96-FB (hex) Samsung Electronics Co.,Ltd 3096FB (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 48-27-EA (hex) Samsung Electronics Co.,Ltd 4827EA (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 7C-78-7E (hex) Samsung Electronics Co.,Ltd 7C787E (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 24-5B-A7 (hex) Apple, Inc. 245BA7 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 70-F0-87 (hex) Apple, Inc. 70F087 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E0-C6-3C (hex) SICHUAN TIANYI COMHEART TELECOMCO., LTD E0C63C (base 16) SICHUAN TIANYI COMHEART TELECOMCO., LTD FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN 00-0C-46 (hex) Allied Telesyn Inc. 000C46 (base 16) Allied Telesyn Inc. 960 Stewart Drive, Suite B Sunnyvale California 94085 US 00-1F-72 (hex) QingDao Hiphone Technology Co,.Ltd 001F72 (base 16) QingDao Hiphone Technology Co,.Ltd NO.106,JiangXi Road QingDao ShanDong 266071 CN 00-23-65 (hex) Insta Elektro GmbH 002365 (base 16) Insta Elektro GmbH Hohe Steinert 10 Luedenscheid NRW 58509 DE 60-91-F3 (hex) vivo Mobile Communication Co., Ltd. 6091F3 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 28-39-5E (hex) Samsung Electronics Co.,Ltd 28395E (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 38-29-5A (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 38295A (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 88-E6-28 (hex) Shenzhen Kezhonglong Optoelectronic Technology Co.,Ltd 88E628 (base 16) Shenzhen Kezhonglong Optoelectronic Technology Co.,Ltd Floor 3, Bldg. 5, Area B, Xinfu Industrial Park, Chongqing Rd., Baoan Dist,Shenzhen,Guangdong, China Shenzhen Guangdong 518103 CN 58-23-8C (hex) Technicolor CH USA Inc. 58238C (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US CC-82-EB (hex) KYOCERA CORPORATION CC82EB (base 16) KYOCERA CORPORATION 2-1-1,Kagahara, Tsuzuki-ku, Yokohama-shi Kanagawa 224-8502 JP 14-98-7D (hex) Technicolor CH USA Inc. 14987D (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US D4-CF-37 (hex) Symbolic IO D4CF37 (base 16) Symbolic IO 101 Crawfords Corner Rd. Holmdel NJ 07733 US D4-7D-FC (hex) TECNO MOBILE LIMITED D47DFC (base 16) TECNO MOBILE LIMITED ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK 40-9F-38 (hex) AzureWave Technology Inc. 409F38 (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW BC-2F-3D (hex) vivo Mobile Communication Co., Ltd. BC2F3D (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 40-FA-7F (hex) Preh Car Connect GmbH 40FA7F (base 16) Preh Car Connect GmbH Gewerbepark 5 Dresden 01156 DE 00-0D-BB (hex) Nippon Dentsu Co.,Ltd. 000DBB (base 16) Nippon Dentsu Co.,Ltd. 2-21-1,Isoji Osaka 552-0003 JP 2C-7E-81 (hex) ARRIS Group, Inc. 2C7E81 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 40-7D-0F (hex) HUAWEI TECHNOLOGIES CO.,LTD 407D0F (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 68-CC-6E (hex) HUAWEI TECHNOLOGIES CO.,LTD 68CC6E (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 30-34-D2 (hex) Availink, Inc. 3034D2 (base 16) Availink, Inc. Scotia Centre P.O. Box 268GT,Grand Cayman, Cayman Islands Grand Cayman Grand Cayman 999159 KY 50-40-61 (hex) Nokia 504061 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 00-10-8E (hex) HUGH SYMONS CONCEPT Technologies Ltd. 00108E (base 16) HUGH SYMONS CONCEPT Technologies Ltd. Alder Hills Park Poole, Dorset BM12 4AR GB E0-51-63 (hex) Arcadyan Corporation E05163 (base 16) Arcadyan Corporation No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW 54-E3-F6 (hex) Alcatel-Lucent 54E3F6 (base 16) Alcatel-Lucent 777 East Middlefield Road Mountain View CA 94043 US 40-B0-34 (hex) Hewlett Packard 40B034 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston TX 77070 US B8-16-DB (hex) CHANT SINCERE CO.,LTD B816DB (base 16) CHANT SINCERE CO.,LTD 7F-2,NO.188,SEC.3,TA TUNG ROAD XIZHI DISTRICT, NEW TAIPEI CITY TAIWAN,ROC 22103 TW 40-B4-CD (hex) Amazon Technologies Inc. 40B4CD (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US D4-81-D7 (hex) Dell Inc. D481D7 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US F4-2B-48 (hex) Ubiqam F42B48 (base 16) Ubiqam 15 Gonen Petah Tiqva 4925915 IL 50-F1-4A (hex) Texas Instruments 50F14A (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 04-DE-F2 (hex) Shenzhen ECOM Technology Co. Ltd 04DEF2 (base 16) Shenzhen ECOM Technology Co. Ltd Longhua Street Qinghu Community Longhu Junhui Fashion Apartment Longhua New District, Shenzhen Guangdong 518012 CN 78-C1-A7 (hex) zte corporation 78C1A7 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 4C-78-72 (hex) Cav. Uff. Giacomo Cimberio S.p.A. 4C7872 (base 16) Cav. Uff. Giacomo Cimberio S.p.A. Via Torchio, 57 San Maurizio d'Opaglio (Novara) 28017 IT 8C-F5-A3 (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) 8CF5A3 (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak SEMTHAI, WELLGROW INDUSTRIAL ESTATE Bangpakong Chachoengsao 24180 TH 8C-C8-F4 (hex) IEEE Registration Authority 8CC8F4 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US F4-83-E1 (hex) Shanghai Clouder Semiconductor Co.,Ltd F483E1 (base 16) Shanghai Clouder Semiconductor Co.,Ltd Room515,No.8,Wuzhong Rd,Xuhui District Shanghai Shanghai 200336 CN 08-3E-5D (hex) Sagemcom Broadband SAS 083E5D (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 3C-BD-3E (hex) Beijing Xiaomi Electronics Co., Ltd. 3CBD3E (base 16) Beijing Xiaomi Electronics Co., Ltd. Building C, QingHe ShunShiJiaYe Technology Park, #66 ZhuFang Rd, HaiDian District Beijing Beijing 10085 CN 64-1A-22 (hex) Heliospectra AB 641A22 (base 16) Heliospectra AB Frans Perssons väg 6 SE A0-84-CB (hex) SonicSensory,Inc. A084CB (base 16) SonicSensory,Inc. 1161 Logan St Los Angeles CA 90026 US D4-7A-E2 (hex) Samsung Electronics Co.,Ltd D47AE2 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 68-54-FD (hex) Amazon Technologies Inc. 6854FD (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 00-03-BC (hex) COT GmbH 0003BC (base 16) COT GmbH Güterstraße 5 DE D4-B1-69 (hex) Le Shi Zhi Xin Electronic Technology (Tianjin) Limited D4B169 (base 16) Le Shi Zhi Xin Electronic Technology (Tianjin) Limited ,Le Shi Building, No.105 Yaojiayuan Road,Chaoyang District,Beijing,China beijing beijing 100025 CN E4-47-90 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD E44790 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 38-45-4C (hex) Light Labs, Inc. 38454C (base 16) Light Labs, Inc. 636 Ramona St. Palo Alto CA 94301 US 00-0A-49 (hex) F5 Networks, Inc. 000A49 (base 16) F5 Networks, Inc. 401 Elliott Ave. W. Seattle WA 98119 US 00-A0-C8 (hex) Adtran Inc 00A0C8 (base 16) Adtran Inc 901 EXPLORER BLVD. HUNTSVILLE AL 35806-2807 US F4-96-51 (hex) NAKAYO Inc F49651 (base 16) NAKAYO Inc 1-3-2, Soja-machi Maebashi-shi Gunma 371-0853 JP 44-62-46 (hex) Comat AG 446246 (base 16) Comat AG Bernstrasse 4 Worb 3076 CH 34-FC-B9 (hex) Hewlett Packard Enterprise 34FCB9 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US 70-91-8F (hex) Weber-Stephen Products LLC 70918F (base 16) Weber-Stephen Products LLC 1415 S. Roselle Rd Palatine IL 60067 US D8-E0-E1 (hex) Samsung Electronics Co.,Ltd D8E0E1 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 7C-10-15 (hex) Brilliant Home Technology, Inc. 7C1015 (base 16) Brilliant Home Technology, Inc. 762 Judith Ct Incline Village NV 89451 US D8-C7-71 (hex) HUAWEI TECHNOLOGIES CO.,LTD D8C771 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN E0-2A-82 (hex) Universal Global Scientific Industrial Co., Ltd. E02A82 (base 16) Universal Global Scientific Industrial Co., Ltd. 141, LANE 351,SEC.1, TAIPING RD. TSAOTUEN, NANTOU 54261 TW B0-F9-63 (hex) Hangzhou H3C Technologies Co., Limited B0F963 (base 16) Hangzhou H3C Technologies Co., Limited 466 Changhe Road, Binjiang District Hangzhou Zhejiang, P.R.China 310052 CN D4-90-E0 (hex) Topcon Electronics GmbH & Co. KG D490E0 (base 16) Topcon Electronics GmbH & Co. KG Industriestraße 7 Geisenheim 65366 DE A8-40-41 (hex) Dragino Technology Co., Limited A84041 (base 16) Dragino Technology Co., Limited 303, Block B, No 8; 349, Jian'An 1 Road,Bao'An Shenzhen GuangDong 518101 CN E0-22-02 (hex) ARRIS Group, Inc. E02202 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US D8-25-B0 (hex) Rockeetech Systems Co.,Ltd. D825B0 (base 16) Rockeetech Systems Co.,Ltd. Unit 201, #6 Lane 51, Shuicheng S Rd. Shanghai 201103 CN 74-61-4B (hex) Chongqing Huijiatong Information Technology Co., Ltd. 74614B (base 16) Chongqing Huijiatong Information Technology Co., Ltd. Yubei District Longxi Street Hongjin Road No. 498, building Jialeziguang No.1 12-12, 12-13, 12-13, 12-14, 12-15 Chongqing Chongqing City 401120 CN 98-D2-93 (hex) Google, Inc. 98D293 (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US CC-B8-A8 (hex) AMPAK Technology, Inc. CCB8A8 (base 16) AMPAK Technology, Inc. No.1,Jen Ai Road Hsinchu Industrial Park, Hukou Hsinchu Taiwan ROC. 30352 TW 10-77-B0 (hex) Fiberhome Telecommunication Technologies Co.,LTD 1077B0 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN F0-1D-BC (hex) Microsoft Corporation F01DBC (base 16) Microsoft Corporation One Microsoft Way REDMOND WA 98052 US 34-04-9E (hex) IEEE Registration Authority 34049E (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 94-FB-29 (hex) Zebra Technologies Inc. 94FB29 (base 16) Zebra Technologies Inc. ONE ZEBRA PLAZA HOLTSVILLE NY 11742 US B0-70-2D (hex) Apple, Inc. B0702D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 6C-19-C0 (hex) Apple, Inc. 6C19C0 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-20-4F (hex) DEUTSCHE AEROSPACE AG 00204F (base 16) DEUTSCHE AEROSPACE AG GESCHAEFTSFELD BUNDESREPUBLIK DEUTSCHLAND DE 00-DB-DF (hex) Intel Corporate 00DBDF (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 94-A0-4E (hex) Bostex Technology Co., LTD 94A04E (base 16) Bostex Technology Co., LTD NO.148 West MinZhou Road Cixi City Zhejiang Province 315301 CN 8C-E1-17 (hex) zte corporation 8CE117 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 68-8A-F0 (hex) zte corporation 688AF0 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN C0-21-0D (hex) SHENZHEN RF-LINK TECHNOLOGY CO.,LTD. C0210D (base 16) SHENZHEN RF-LINK TECHNOLOGY CO.,LTD. Bldg56A,6/F,Baotian Rd3,Xixiang Town,Baoan District, Shenzhen Guangdong 518000 CN 4C-E2-F1 (hex) sclak srl 4CE2F1 (base 16) sclak srl via borgonuovo 7 milano mi 20121 IT 50-4B-5B (hex) CONTROLtronic GmbH 504B5B (base 16) CONTROLtronic GmbH Schragenhofstr. 35 Munich 80992 DE B4-74-47 (hex) CoreOS B47447 (base 16) CoreOS PO Box 7775 #55097 San Francisco CA 94120-7775 US 80-D4-A5 (hex) HUAWEI TECHNOLOGIES CO.,LTD 80D4A5 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 04-B0-E7 (hex) HUAWEI TECHNOLOGIES CO.,LTD 04B0E7 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 44-6A-2E (hex) HUAWEI TECHNOLOGIES CO.,LTD 446A2E (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 0C-8D-DB (hex) Cisco Meraki 0C8DDB (base 16) Cisco Meraki 500 Terry A. Francois Blvd San Francisco null 94158 US B0-EE-7B (hex) Roku, Inc B0EE7B (base 16) Roku, Inc 150 Winchester Circle Los Gatos CA 95032 US AC-58-7B (hex) JCT Healthcare AC587B (base 16) JCT Healthcare 1/25 London Road Mile End South South Australia 5031 AU 10-62-EB (hex) D-Link International 1062EB (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG 00-08-94 (hex) InnoVISION Multimedia Ltd. 000894 (base 16) InnoVISION Multimedia Ltd. Rm 608, 6/F Tins Enterprises Centre, Kowloon, HK 48-00-33 (hex) Technicolor CH USA Inc. 480033 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US A0-6F-AA (hex) LG Innotek A06FAA (base 16) LG Innotek 26, Hanamsandan 5beon-ro Gwangju Gwangsan-gu 506-731 KR 00-26-AB (hex) Seiko Epson Corporation 0026AB (base 16) Seiko Epson Corporation 3-3-5 OWA SUWA-SHI NAGANO-KEN 392-8502 JP FC-10-C6 (hex) Taicang T&W Electronics FC10C6 (base 16) Taicang T&W Electronics 89# Jiang Nan RD Suzhou Jiangsu 215412 CN 2C-6F-C9 (hex) Hon Hai Precision Ind. Co.,Ltd. 2C6FC9 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 58-EF-68 (hex) Belkin International Inc. 58EF68 (base 16) Belkin International Inc. 12045 East Waterfront Drive Playa Vista null 90094 US 00-0B-4F (hex) Verifone 000B4F (base 16) Verifone 2099 Gateway Place San Jose 95110 US 60-C7-98 (hex) Verifone 60C798 (base 16) Verifone 2455 Augustine Drive Santa Clara California 95054 C8-66-2C (hex) Beijing Haitai Fangyuan High Technology Co,.Ltd. C8662C (base 16) Beijing Haitai Fangyuan High Technology Co,.Ltd. B1st&2nd floor,Unit E,NO.9 Building,Zhongguancun Software Park,Dongbeiwang West Road 8.Haidian District,Beijing Bei Jing 100094 CN 80-96-CA (hex) Hon Hai Precision Ind. Co.,Ltd. 8096CA (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 18-65-71 (hex) Top Victory Electronics (Taiwan) Co., Ltd. 186571 (base 16) Top Victory Electronics (Taiwan) Co., Ltd. 14F,No.166,Jian 1st Rd New Taipei City Taiwan 23511 TW F8-3F-51 (hex) Samsung Electronics Co.,Ltd F83F51 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 50-D7-53 (hex) CONELCOM GmbH 50D753 (base 16) CONELCOM GmbH Trientlgasse 18c Innsbruck 6020 AT 0C-C4-7A (hex) Super Micro Computer, Inc. 0CC47A (base 16) Super Micro Computer, Inc. 980 Rock Avenue San Jose California 95131 US 34-D2-70 (hex) Amazon Technologies Inc. 34D270 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 50-79-5B (hex) Interexport Telecomunicaciones S.A. 50795B (base 16) Interexport Telecomunicaciones S.A. Cerro Colorado 5240 piso 14 Santiago Region Metropolitana 8320000 US 00-16-D9 (hex) NINGBO BIRD CO.,LTD. 0016D9 (base 16) NINGBO BIRD CO.,LTD. No.999 Dacheng East Road Fenghua Zhejiang 315500 CN 6C-A7-FA (hex) YOUNGBO ENGINEERING INC. 6CA7FA (base 16) YOUNGBO ENGINEERING INC. 132, Haewian-gil, Dunpo-myeon Asan-si Chungcheongnam-do 336-873 KR 8C-7E-B3 (hex) Lytro, Inc. 8C7EB3 (base 16) Lytro, Inc. 1300 Terra Bella Avenue Mountain View California 94043 US B4-B3-84 (hex) ShenZhen Figigantic Electronic Co.,Ltd B4B384 (base 16) ShenZhen Figigantic Electronic Co.,Ltd 5F NO.1 Bld East,Guole Industrial Zone,Lirong Road,Longhua New ShenZhen GuangDong 518109 CN 78-28-CA (hex) Sonos, Inc. 7828CA (base 16) Sonos, Inc. 614 Chapala St Santa Barbara CA 93101 US 00-C0-03 (hex) GLOBALNET COMMUNICATIONS 00C003 (base 16) GLOBALNET COMMUNICATIONS 912, PLACE TRANS CANADA CANADA J4G 2M1 CA 00-23-4A (hex) Private 00234A (base 16) Private 2C-40-2B (hex) Smart iBlue Technology Limited 2C402B (base 16) Smart iBlue Technology Limited Unit 12, 10/F., Hong Man Industrial Centre,2 Hong Man Street, Chai Wan, Hong Kong Hong Kong 000 HK 5C-6B-4F (hex) Hello Inc. 5C6B4F (base 16) Hello Inc. 438 Shotwell Street San Francisco CA 94110 US 2C-99-24 (hex) ARRIS Group, Inc. 2C9924 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US D0-58-A8 (hex) zte corporation D058A8 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN D0-71-C4 (hex) zte corporation D071C4 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN A0-CC-2B (hex) Murata Manufacturing Co., Ltd. A0CC2B (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP 50-01-D9 (hex) HUAWEI TECHNOLOGIES CO.,LTD 5001D9 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-27-1C (hex) MERCURY CORPORATION 00271C (base 16) MERCURY CORPORATION 90, Gajaeul-ro, Seo-gu INCHEON 22830 KR E0-D9-E3 (hex) Eltex Enterprise Ltd. E0D9E3 (base 16) Eltex Enterprise Ltd. Okruzhnaya st. 29v Novosibirsk 630020 RU 80-5E-C0 (hex) YEALINK(XIAMEN) NETWORK TECHNOLOGY CO.,LTD. 805EC0 (base 16) YEALINK(XIAMEN) NETWORK TECHNOLOGY CO.,LTD. 309, 3th Floor, No.16, Yun Ding North Road, Huli District xiamen Fujian 361015 CN 00-7B-18 (hex) SENTRY Co., LTD. 007B18 (base 16) SENTRY Co., LTD. 792,Pyeongcheon-ro,Wonmi-gu Bucheon-si, Gyeonggi-do 420-805 KR 14-4D-67 (hex) Zioncom Electronics (Shenzhen) Ltd. 144D67 (base 16) Zioncom Electronics (Shenzhen) Ltd. A1&A2 Building,Lantian Technology Park, Xinyu Road, Xingqiao Henggang Block, Shajing Street, Baoan District Shenzhen Guangdong 518000 CN 4C-E1-73 (hex) IEEE Registration Authority 4CE173 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 0C-D8-6C (hex) SHENZHEN FAST TECHNOLOGIES CO.,LTD 0CD86C (base 16) SHENZHEN FAST TECHNOLOGIES CO.,LTD Room 202,Building No.5,Section 30,No.2 of Kefa Road,Nanshan District,Shenzhen,P.R.China Shenzhen Guangdong 518057 CN 04-97-90 (hex) Lartech telecom LLC 049790 (base 16) Lartech telecom LLC Bolshoi Sampsonievski 68, lit. N, office 237 Saint-Petersburg 194100 RU 28-EE-D3 (hex) Shenzhen Super D Technology Co., Ltd 28EED3 (base 16) Shenzhen Super D Technology Co., Ltd Room 201 , Building A former Qianhai Shenzhen-Hong Kong cooperation zone Shenzhen Bay all the way to No. 1 ( settled in Shenzhen Qianhai Business Secretary , Ltd. ) Shenzhen Guangdong 518000 CN 24-C4-4A (hex) zte corporation 24C44A (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 98-54-1B (hex) Intel Corporate 98541B (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 1C-40-E8 (hex) SHENZHEN PROGRESS&WIN TECHNOLOGY CO.,LTD 1C40E8 (base 16) SHENZHEN PROGRESS&WIN TECHNOLOGY CO.,LTD 9F, K1 Mall, Xinsha street, Shajing District, Baoan Shenzhen Guangdong 518000 CN 00-23-D2 (hex) Inhand Electronics, Inc. 0023D2 (base 16) Inhand Electronics, Inc. 30 West Gude Drive Rockville Maryland 20850 US DC-0B-34 (hex) LG Electronics (Mobile Communications) DC0B34 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 40-4E-36 (hex) HTC Corporation 404E36 (base 16) HTC Corporation No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW A8-E7-05 (hex) Fiberhome Telecommunication Technologies Co.,LTD A8E705 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 98-40-BB (hex) Dell Inc. 9840BB (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 00-60-D6 (hex) NovAtel Inc. 0060D6 (base 16) NovAtel Inc. SUITE 200, 6715-8TH STREET NE CALGARY, ALBERTA T2E 8M4 0000 CA 50-3A-A0 (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. 503AA0 (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. 3/F, Building R1-B, High-Tech Industrial Park, Nanshan District Shenzhen Guangdong 518057 CN B0-95-8E (hex) TP-LINK TECHNOLOGIES CO.,LTD. B0958E (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN C0-25-E9 (hex) TP-LINK TECHNOLOGIES CO.,LTD. C025E9 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 80-2A-A8 (hex) Ubiquiti Networks Inc. 802AA8 (base 16) Ubiquiti Networks Inc. 2580 Orchard Parkway San Jose CA 95131 US F0-9F-C2 (hex) Ubiquiti Networks Inc. F09FC2 (base 16) Ubiquiti Networks Inc. 2580 Orchard Parkway San Jose CA 95131 US 18-8B-15 (hex) ShenZhen ZhongRuiJing Technology co.,LTD 188B15 (base 16) ShenZhen ZhongRuiJing Technology co.,LTD 4th Floor,Building 3,Meng Liyuan Industrial Park, Yousong Road, Longhua New District,Shenzhen,Guangdong Province,China Shenzhen Guangdong 518109 CN 78-8A-20 (hex) Ubiquiti Networks Inc. 788A20 (base 16) Ubiquiti Networks Inc. 2580 Orchard Pkwy San Jose CA 95131 US 88-6B-0F (hex) Bluegiga Technologies OY 886B0F (base 16) Bluegiga Technologies OY P.O. BOX 120 FIN-02631 Espoo FI AC-84-C9 (hex) Sagemcom Broadband SAS AC84C9 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 24-5C-BF (hex) NCSE 245CBF (base 16) NCSE Future of China Electronics Science & Technology Beijing Changping District 102200 CN 2C-33-61 (hex) Apple, Inc. 2C3361 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 60-A4-D0 (hex) Samsung Electronics Co.,Ltd 60A4D0 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-87-01 (hex) Samsung Electronics Co.,Ltd 008701 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 5C-99-60 (hex) Samsung Electronics Co.,Ltd 5C9960 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 9C-62-AB (hex) Sumavision Technologies Co.,Ltd 9C62AB (base 16) Sumavision Technologies Co.,Ltd 6F, Block A2, Power Creative Building,No.1 Shangdi East Road, Haidian District Beijing 100085 CN C8-F9-46 (hex) LOCOSYS Technology Inc. C8F946 (base 16) LOCOSYS Technology Inc. 20F.-13, No. 79, Sec. 1, Xintai 5th Rd, Xizhi Dist. New Taipei City Taiwan 22101 TW 48-7B-6B (hex) HUAWEI TECHNOLOGIES CO.,LTD 487B6B (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 88-3F-D3 (hex) HUAWEI TECHNOLOGIES CO.,LTD 883FD3 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 24-0D-65 (hex) Shenzhen Vsun Communication Technology Co., Ltd. 240D65 (base 16) Shenzhen Vsun Communication Technology Co., Ltd. 3/F., 19 Block, Wisdomland Business Park, No.2 Nantou Gateway Road, Nanshan District Shenzhen Guangdong 518000 CN 00-0B-14 (hex) ViewSonic Corporation 000B14 (base 16) ViewSonic Corporation 381 Brea Canyon Road Walnut California 91789 US C8-02-8F (hex) Nova Electronics (Shanghai) Co., Ltd. C8028F (base 16) Nova Electronics (Shanghai) Co., Ltd. Room B706, 7th Floor, MET Plaza, No.268 Tongxie Road Shanghai Changning District 200335 CN A4-60-11 (hex) Verifone A46011 (base 16) Verifone 2099 Gateway Place San Jose CA 95110 US 5C-A9-33 (hex) Luma Home 5CA933 (base 16) Luma Home 75 5th St Atlanta GA 30308 US 00-13-7E (hex) CorEdge Networks, Inc. 00137E (base 16) CorEdge Networks, Inc. 7600 Boone Ave N Brooklyn Park MN 55428 US D8-14-D6 (hex) SURE SYSTEM Co Ltd D814D6 (base 16) SURE SYSTEM Co Ltd Bakurou-machi 4-7-5 Cyuou-ku Osaka 541-0059 JP 6C-EF-C6 (hex) SHENZHEN TWOWING TECHNOLOGIES CO.,LTD. 6CEFC6 (base 16) SHENZHEN TWOWING TECHNOLOGIES CO.,LTD. Nangang Industrial Building, Tangtou Industrial Park, Shiyan, Baoan Shenzhen Guangdong 518108 CN 10-1D-C0 (hex) Samsung Electronics Co.,Ltd 101DC0 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-23-41 (hex) Vanderbilt International (SWE) AB 002341 (base 16) Vanderbilt International (SWE) AB Englundavaegen 7 Solna SE-171 41 SE 40-7C-7D (hex) Nokia 407C7D (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 24-59-0B (hex) White Sky Inc. Limited 24590B (base 16) White Sky Inc. Limited Floor 5, Building 1, No. 6, Lane 365, Xinhua Road Shanghai 200052 CN 68-EB-AE (hex) Samsung Electronics Co.,Ltd 68EBAE (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 44-4E-1A (hex) Samsung Electronics Co.,Ltd 444E1A (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 14-33-65 (hex) TEM Mobile Limited 143365 (base 16) TEM Mobile Limited RM1703, North Block, Cangsong Building, Tairan 6 road, Futian District, Shenzhen. Shenzhen Guangdong 518000 CN 80-18-44 (hex) Dell Inc. 801844 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 78-47-1D (hex) Samsung Electronics Co.,Ltd 78471D (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR A0-75-91 (hex) Samsung Electronics Co.,Ltd A07591 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 0C-DF-A4 (hex) Samsung Electronics Co.,Ltd 0CDFA4 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR B0-72-BF (hex) Murata Manufacturing Co., Ltd. B072BF (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP 70-1D-C4 (hex) NorthStar Battery Company, LLC 701DC4 (base 16) NorthStar Battery Company, LLC 4000 Continental Way Springfield MO 65803 US 64-DA-A0 (hex) Robert Bosch Smart Home GmbH 64DAA0 (base 16) Robert Bosch Smart Home GmbH Schockenriedstraße 17 Stuttgart 70565 DE 14-B8-37 (hex) Shenzhen YOUHUA Technology Co., Ltd 14B837 (base 16) Shenzhen YOUHUA Technology Co., Ltd Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN 5C-86-13 (hex) Beijing Zhoenet Technology Co., Ltd 5C8613 (base 16) Beijing Zhoenet Technology Co., Ltd Room B16,No. 8 WenHua East Road,Changping District Beijing Beijing 102208 CN CC-73-14 (hex) HONG KONG WHEATEK TECHNOLOGY LIMITED CC7314 (base 16) HONG KONG WHEATEK TECHNOLOGY LIMITED Building 20,No.2277, ZuChongZhi Road, PuDong District, Shanghai shanghai 201203 CN B8-EE-65 (hex) Liteon Technology Corporation B8EE65 (base 16) Liteon Technology Corporation 4F,90,Chien 1 Road,ChungHo,Taipei Hsien,Taiwan, TaiPei TaiWan 23585 TW 98-5B-B0 (hex) KMDATA INC. 985BB0 (base 16) KMDATA INC. 505-2, Daeryung Techno Town 1cha, 18, Gasan Digital 2-ro, Geumcheon-gu Seoul 153771 KR E0-06-E6 (hex) Hon Hai Precision Ind. Co.,Ltd. E006E6 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN BC-85-56 (hex) Hon Hai Precision Ind. Co.,Ltd. BC8556 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 34-23-87 (hex) Hon Hai Precision Ind. Co.,Ltd. 342387 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 00-26-37 (hex) SAMSUNG ELECTRO MECHANICS CO., LTD. 002637 (base 16) SAMSUNG ELECTRO MECHANICS CO., LTD. 314, Metan dong Suwon Kyung-ki do 443-743 KR 00-21-19 (hex) SAMSUNG ELECTRO MECHANICS CO., LTD. 002119 (base 16) SAMSUNG ELECTRO MECHANICS CO., LTD. 314, Metan 3 dong Suwon Kyung-gi do 443-743 KR F4-D9-FB (hex) Samsung Electronics Co.,Ltd F4D9FB (base 16) Samsung Electronics Co.,Ltd 416, Maetan-3dong, Yeongtong-gu, Suwon Gyeonggi-do 443-742 KR 3C-62-00 (hex) Samsung Electronics Co.,Ltd 3C6200 (base 16) Samsung Electronics Co.,Ltd 416, Maetan-3dong, Yeongtong-gu, Suwon-City Gyeonggi-do 443-742 KR C4-17-FE (hex) Hon Hai Precision Ind. Co.,Ltd. C417FE (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 94-39-E5 (hex) Hon Hai Precision Ind. Co.,Ltd. 9439E5 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 64-27-37 (hex) Hon Hai Precision Ind. Co.,Ltd. 642737 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN A4-17-31 (hex) Hon Hai Precision Ind. Co.,Ltd. A41731 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 5C-A3-9D (hex) SAMSUNG ELECTRO MECHANICS CO., LTD. 5CA39D (base 16) SAMSUNG ELECTRO MECHANICS CO., LTD. 314, Maetan3-Dong, Yeongtong-Gu Suwon 443-743 US 90-18-7C (hex) SAMSUNG ELECTRO MECHANICS CO., LTD. 90187C (base 16) SAMSUNG ELECTRO MECHANICS CO., LTD. 314, Maetan3-Dong, Yeongtong-Gu Suwon KYUNGGI-DO 443-743 KR 50-CC-F8 (hex) SAMSUNG ELECTRO MECHANICS CO., LTD. 50CCF8 (base 16) SAMSUNG ELECTRO MECHANICS CO., LTD. Metan Dong 314, Youngtong Gu Suwon Kyung-gi Do. 443-743 KR 00-22-3B (hex) Communication Networks, LLC 00223B (base 16) Communication Networks, LLC 3 Corporate Drive Danbury CT 06810 US C0-F8-DA (hex) Hon Hai Precision Ind. Co.,Ltd. C0F8DA (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 00-11-FF (hex) Digitro Tecnologia Ltda 0011FF (base 16) Digitro Tecnologia Ltda Rua: Professora Sofia Quint de Souza, 167 Florianópolis Santa Catarina 88085-040 BR 00-1B-94 (hex) T.E.M.A. S.p.A. 001B94 (base 16) T.E.M.A. S.p.A. via della Scienza 21 A/C Castelnuovo Rangone Modena 41051 IT F0-F0-02 (hex) Hon Hai Precision Ind. Co.,Ltd. F0F002 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN C0-CB-38 (hex) Hon Hai Precision Ind. Co.,Ltd. C0CB38 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN F0-7B-CB (hex) Hon Hai Precision Ind. Co.,Ltd. F07BCB (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 50-B7-C3 (hex) Samsung Electronics Co.,Ltd 50B7C3 (base 16) Samsung Electronics Co.,Ltd 416, Maetan 3Dong, Yeongtong-Gu Suwon Geyonggi 443742 KR 1C-5A-3E (hex) Samsung Electronics Co.,Ltd 1C5A3E (base 16) Samsung Electronics Co.,Ltd 416, Maetan 3dong, Yeongtong-Gu Suwon 443742 US A0-21-95 (hex) Samsung Electronics Co.,Ltd A02195 (base 16) Samsung Electronics Co.,Ltd #416, Maetan 3-dong Suwon-si Gyeonggi-do 443-742 KR B0-78-70 (hex) Wi-NEXT, Inc. B07870 (base 16) Wi-NEXT, Inc. 530 Lytton Avenue Palo Alto CA 94301 US E4-7C-F9 (hex) Samsung Electronics Co.,Ltd E47CF9 (base 16) Samsung Electronics Co.,Ltd 416, Maetan-3dong, Yeongtong-gu Suwon Gyeonggi-do 443742 KR 48-44-F7 (hex) Samsung Electronics Co.,Ltd 4844F7 (base 16) Samsung Electronics Co.,Ltd 416, Maetan-3dong, Yeongtong-gu Suwon Gyeonggi-do 443742 KR 00-13-77 (hex) Samsung Electronics Co.,Ltd 001377 (base 16) Samsung Electronics Co.,Ltd 416, Maetan 3Dong, Yeongtong-Gu Suwon Geyonggi 443742 KR 00-24-54 (hex) Samsung Electronics Co.,Ltd 002454 (base 16) Samsung Electronics Co.,Ltd 416, Maetan 3Dong, Yeongtong-Gu Suwon Geyonggi 443742 KR E8-11-32 (hex) Samsung Electronics Co.,Ltd E81132 (base 16) Samsung Electronics Co.,Ltd 416, Maetan 3Dong, Yeongtong-Gu Suwon Geyonggi 443742 KR C0-65-99 (hex) Samsung Electronics Co.,Ltd C06599 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR BC-79-AD (hex) Samsung Electronics Co.,Ltd BC79AD (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 4C-3C-16 (hex) Samsung Electronics Co.,Ltd 4C3C16 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-73-E0 (hex) Samsung Electronics Co.,Ltd 0073E0 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-17-D5 (hex) Samsung Electronics Co.,Ltd 0017D5 (base 16) Samsung Electronics Co.,Ltd #94-1 Gumi-City Gyeong-Buk 730-350 KR 00-1E-7D (hex) Samsung Electronics Co.,Ltd 001E7D (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-1D-F6 (hex) Samsung Electronics Co.,Ltd 001DF6 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR F0-08-F1 (hex) Samsung Electronics Co.,Ltd F008F1 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 58-C3-8B (hex) Samsung Electronics Co.,Ltd 58C38B (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-E3-B2 (hex) Samsung Electronics Co.,Ltd 00E3B2 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 30-19-66 (hex) Samsung Electronics Co.,Ltd 301966 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR F0-E7-7E (hex) Samsung Electronics Co.,Ltd F0E77E (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 94-35-0A (hex) Samsung Electronics Co.,Ltd 94350A (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-1D-25 (hex) Samsung Electronics Co.,Ltd 001D25 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR E4-C1-F1 (hex) SHENZHEN SPOTMAU INFORMATION TECHNOLIGY CO., Ltd E4C1F1 (base 16) SHENZHEN SPOTMAU INFORMATION TECHNOLIGY CO., Ltd 10F, Block D, 5th Building, Shenzhen Software Industrial Base, Haitian 2nd Rd,Nanshan District Shenzhen Guangdong 518057 CN 24-0A-C4 (hex) Espressif Inc. 240AC4 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 34-31-11 (hex) Samsung Electronics Co.,Ltd 343111 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 08-FD-0E (hex) Samsung Electronics Co.,Ltd 08FD0E (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 04-1B-BA (hex) Samsung Electronics Co.,Ltd 041BBA (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 88-9B-39 (hex) Samsung Electronics Co.,Ltd 889B39 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR E4-32-CB (hex) Samsung Electronics Co.,Ltd E432CB (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR BC-8C-CD (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) BC8CCD (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak Bangpakong 24180 US D0-22-BE (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) D022BE (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak Bangpakong 24180 US EC-9B-F3 (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) EC9BF3 (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak Bangpakong Chachoengsao 24180 TH F4-09-D8 (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) F409D8 (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak Bangpakong Chachoengsao 24180 TH 10-D5-42 (hex) Samsung Electronics Co.,Ltd 10D542 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR A0-82-1F (hex) Samsung Electronics Co.,Ltd A0821F (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR F0-6B-CA (hex) Samsung Electronics Co.,Ltd F06BCA (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR AC-36-13 (hex) Samsung Electronics Co.,Ltd AC3613 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-26-11 (hex) Licera AB 002611 (base 16) Licera AB Teknikringen 1C Linköping 58330 SE 00-50-94 (hex) ARRIS Group, Inc. 005094 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US E0-B7-B1 (hex) ARRIS Group, Inc. E0B7B1 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US D8-25-22 (hex) ARRIS Group, Inc. D82522 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US F0-03-8C (hex) AzureWave Technology Inc. F0038C (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW 18-D2-76 (hex) HUAWEI TECHNOLOGIES CO.,LTD 18D276 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-52-18 (hex) Wuxi Keboda Electron Co.Ltd 005218 (base 16) Wuxi Keboda Electron Co.Ltd No.155 Chunhui Road, Xishan District, Wuxi Jiangsu 214101 CN 00-1E-81 (hex) CNB Technology Inc. 001E81 (base 16) CNB Technology Inc. #701 Star Valley, 60-11 Gasan-Dong, Seoul 153777 KR 7C-A9-7D (hex) Objenious 7CA97D (base 16) Objenious 20 rue de Troyon SEVRES 92310 FR A8-A6-48 (hex) Qingdao Hisense Communications Co.,Ltd. A8A648 (base 16) Qingdao Hisense Communications Co.,Ltd. Jiangxi Road Qingdao Shandong 266071 CN 98-5D-AD (hex) Texas Instruments 985DAD (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US D4-36-39 (hex) Texas Instruments D43639 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US BC-28-2C (hex) e-Smart Systems Pvt. Ltd BC282C (base 16) e-Smart Systems Pvt. Ltd 483 FIE, , Patparganj Industrial Area Delhi Delhi 110092 IN A4-0D-BC (hex) Xiamen Intretech Inc. A40DBC (base 16) Xiamen Intretech Inc. FL 7 NO 588 JIAHE RD TORCH CARDEN HIGH-TECH ZONE Xiamen FUJIAN 361006 CN 84-EF-18 (hex) Intel Corporate 84EF18 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 84-C1-C1 (hex) Juniper Networks 84C1C1 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US A8-1B-6A (hex) Texas Instruments A81B6A (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 34-3D-C4 (hex) BUFFALO.INC 343DC4 (base 16) BUFFALO.INC AKAMONDORI Bld.,30-20,Ohsu 3-chome,Naka-ku Nagoya Aichi Pref. 460-8315 JP B0-F8-93 (hex) Shanghai MXCHIP Information Technology Co., Ltd. B0F893 (base 16) Shanghai MXCHIP Information Technology Co., Ltd. 9th Floor, No. 5 Building, 2145 Jinshajiang Rd., Putuo District Shanghai 200333 CN C4-11-E0 (hex) Bull Group Co., Ltd C411E0 (base 16) Bull Group Co., Ltd No.32 Sanhai Road,East Guanhaiwei Industrial Zone, Cixi City, Zhejiang, P.R.China Cixi Zhejiang 315314 CN 28-C8-7A (hex) ARRIS Group, Inc. 28C87A (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 48-FD-8E (hex) HUAWEI TECHNOLOGIES CO.,LTD 48FD8E (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 7C-06-23 (hex) Ultra Electronics Sonar System Division 7C0623 (base 16) Ultra Electronics Sonar System Division 419 Bridport Road Greenford Middlesex UB6 8UA GB 28-AC-67 (hex) Mach Power, Rappresentanze Internazionali s.r.l. 28AC67 (base 16) Mach Power, Rappresentanze Internazionali s.r.l. CUPA S.ANIELLO, 112 NAPOLI Napoli 80146 IT 14-82-5B (hex) Hefei Radio Communication Technology Co., Ltd 14825B (base 16) Hefei Radio Communication Technology Co., Ltd No.108, YinXing Road, High-tech Development Zone, Hefei, Anhui Province, China Hefei Anhui Province 230088 CN 64-12-69 (hex) ARRIS Group, Inc. 641269 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-02-C9 (hex) Mellanox Technologies, Inc. 0002C9 (base 16) Mellanox Technologies, Inc. 350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US 08-00-51 (hex) ExperData 080051 (base 16) ExperData 88, RUE BRILLAT SAVARIN 0000 0000 FR 00-12-6C (hex) Visonic Technologies 1993 Ltd. 00126C (base 16) Visonic Technologies 1993 Ltd. 24 Habarzel St. Tel Aviv 69710 IL AC-61-75 (hex) HUAWEI TECHNOLOGIES CO.,LTD AC6175 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 24-44-27 (hex) HUAWEI TECHNOLOGIES CO.,LTD 244427 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-80-C7 (hex) XIRCOM 0080C7 (base 16) XIRCOM 26025 MUREAU ROAD CALABASAS CA 91302 US 00-01-38 (hex) XAVi Technologies Corp. 000138 (base 16) XAVi Technologies Corp. 9F, No. 129, Hsing Te Rd, 241 TAIWAN 241 TAIWAN R.O.C. TW 00-16-6D (hex) Yulong Computer Telecommunication Scientific (Shenzhen) Co.,Ltd 00166D (base 16) Yulong Computer Telecommunication Scientific (Shenzhen) Co.,Ltd 8/F.high Tech Plaza,TianAn Cyberpark,Chegongmiao Shenzhen Guangdong 518040 CN 3C-91-57 (hex) Yulong Computer Telecommunication Scientific (Shenzhen) Co.,Ltd 3C9157 (base 16) Yulong Computer Telecommunication Scientific (Shenzhen) Co.,Ltd 5F Building 2,No.56,Liuhe Road,Xihu District Hangzhou Zhejiang 310023 CN 00-00-D8 (hex) Novell, Inc. 0000D8 (base 16) Novell, Inc. 122 EAST 1700 SOUTH M/S:E-12-1 PROVO UT 84601 US 00-1F-46 (hex) Nortel Networks 001F46 (base 16) Nortel Networks 2221 Lakeside Blvd Richardson 75082 US 00-30-93 (hex) Sonnet Technologies, Inc 003093 (base 16) Sonnet Technologies, Inc 8 Autry Irvine, CA 92618 US 00-03-4B (hex) Nortel Networks 00034B (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-25-61 (hex) ProCurve Networking by HP 002561 (base 16) ProCurve Networking by HP 60 Alexandra Terrace 0000 118502 SG 00-80-58 (hex) PRINTER SYSTEMS CORP. 008058 (base 16) PRINTER SYSTEMS CORP. 207 PARRY PARKWAY GAITHERSBURG MD 20877 US 00-15-7D (hex) POSDATA 00157D (base 16) POSDATA 276-2,Seohyeon-dong,Bundang-gu, Seongnam-City Kyeonggi-Do 463-775 KR 48-49-C7 (hex) Samsung Electronics Co.,Ltd 4849C7 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 84-98-66 (hex) Samsung Electronics Co.,Ltd 849866 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-1C-9C (hex) Nortel Networks 001C9C (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-1B-25 (hex) Nortel Networks 001B25 (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-19-E1 (hex) Nortel Networks 0019E1 (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-1D-42 (hex) Nortel Networks 001D42 (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-14-0D (hex) Nortel Networks 00140D (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-0E-40 (hex) Nortel Networks 000E40 (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA FC-B0-C4 (hex) Shanghai DareGlobal Technologies Co.,Ltd FCB0C4 (base 16) Shanghai DareGlobal Technologies Co.,Ltd 22F Info-Tech Building Shanghai Shanghai 200092 CN A8-9D-D2 (hex) Shanghai DareGlobal Technologies Co.,Ltd A89DD2 (base 16) Shanghai DareGlobal Technologies Co.,Ltd 22F Info-Tech Building Shanghai Shanghai 200092 CN 00-E0-0F (hex) Shanghai Baud Data Communication Co.,Ltd. 00E00F (base 16) Shanghai Baud Data Communication Co.,Ltd. COMMUNICATION DEVELOPMENT CORP SHANGHAI 0000 CN 28-BE-03 (hex) TCT mobile ltd 28BE03 (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN 90-3A-E6 (hex) PARROT SA 903AE6 (base 16) PARROT SA 174 Quai de Jemmapes Paris 75010 FR A0-98-ED (hex) Shandong Intelligent Optical Communication Development Co., Ltd. A098ED (base 16) Shandong Intelligent Optical Communication Development Co., Ltd. No.149 Yingcui Road,Torch Town,Advanced Technique Development Area Jining Shandong 272023 CN 00-0E-F4 (hex) Kasda Networks Inc 000EF4 (base 16) Kasda Networks Inc B-31 Building, Tanglang Industry Zone Shenzhen Guangdong Province 518055 CN 00-16-7A (hex) Skyworth Overseas Development Ltd. 00167A (base 16) Skyworth Overseas Development Ltd. Room 1505-06,Westlands Centre 0000 0000 HK A4-29-40 (hex) Shenzhen YOUHUA Technology Co., Ltd A42940 (base 16) Shenzhen YOUHUA Technology Co., Ltd Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN E4-A3-87 (hex) Control Solutions LLC E4A387 (base 16) Control Solutions LLC 2520 Diehl Rd Aurora IL 60502 US 18-80-F5 (hex) Alcatel-Lucent Shanghai Bell Co., Ltd 1880F5 (base 16) Alcatel-Lucent Shanghai Bell Co., Ltd No. 389, Ningqiao Road, Pudong Jinqiao Shanghai 201206 CN 10-E8-78 (hex) Nokia 10E878 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 10-F9-6F (hex) LG Electronics (Mobile Communications) 10F96F (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR C4-43-8F (hex) LG Electronics (Mobile Communications) C4438F (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR A0-91-69 (hex) LG Electronics (Mobile Communications) A09169 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 28-6C-07 (hex) XIAOMI Electronics,CO.,LTD 286C07 (base 16) XIAOMI Electronics,CO.,LTD Xiaomi Building, No.68 Qinghe Middle Street Haidian District Beijing 100085 CN 00-22-80 (hex) A2B Electronics AB 002280 (base 16) A2B Electronics AB Box 14 Motala S-591 21 SE 40-4A-D4 (hex) Widex A/S 404AD4 (base 16) Widex A/S Nymoellevej 6 Lynge Alleroed DK3540 DK 98-93-CC (hex) LG ELECTRONICS INC 9893CC (base 16) LG ELECTRONICS INC 19-1, Cheongho-ri, Jinwi-myeon Pyeongtaek-si Gyeonggi-do 451-713 KR 3C-CD-93 (hex) LG ELECTRONICS INC 3CCD93 (base 16) LG ELECTRONICS INC 19-1, CHEONGHO-RI, JINWI-MYEON PYEONGTAEK GYEONGGI-DO 451-713 KR 20-21-A5 (hex) LG Electronics (Mobile Communications) 2021A5 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 6C-D6-8A (hex) LG Electronics (Mobile Communications) 6CD68A (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR CC-79-CF (hex) SHENZHEN RF-LINK TECHNOLOGY CO.,LTD. CC79CF (base 16) SHENZHEN RF-LINK TECHNOLOGY CO.,LTD. Bldg56A,6/F,Baotian Rd3,Xixiang Town,Baoan District,Shenzhen,P.R.C ShenZhen Guangdong 518000 CN 00-19-25 (hex) Intelicis Corporation 001925 (base 16) Intelicis Corporation 4633 Old Ironsides Drive, Suite 150 Santa Clara CA 95054 US 94-76-B7 (hex) Samsung Electronics Co.,Ltd 9476B7 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 2C-54-CF (hex) LG Electronics (Mobile Communications) 2C54CF (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 48-59-29 (hex) LG Electronics (Mobile Communications) 485929 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 58-A2-B5 (hex) LG Electronics (Mobile Communications) 58A2B5 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 00-24-83 (hex) LG Electronics (Mobile Communications) 002483 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 00-1F-E3 (hex) LG Electronics (Mobile Communications) 001FE3 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR F0-42-1C (hex) Intel Corporate F0421C (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-0F-62 (hex) Alcatel Bell Space N.V. 000F62 (base 16) Alcatel Bell Space N.V. Berkenrodelei 33 Hoboken Antwerpen B-2660 BE 00-1C-D8 (hex) BlueAnt Wireless 001CD8 (base 16) BlueAnt Wireless 245 St.Kilda Rd, St Kilda Melbourne Victoria 3182 AU 00-19-AB (hex) Raycom CO ., LTD 0019AB (base 16) Raycom CO ., LTD A,3-4/FL, Building 1,27 Chuangxin Road, Beijing 102200 CN 4C-33-4E (hex) HIGHTECH 4C334E (base 16) HIGHTECH No202.gsif, 4 Gyeonggang-ro 2326 beon-gil Gangneung-si Gangwon-do 25570 KR 7C-70-BC (hex) IEEE Registration Authority 7C70BC (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US E8-18-63 (hex) IEEE Registration Authority E81863 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 2C-D1-41 (hex) IEEE Registration Authority 2CD141 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 3C-39-E7 (hex) IEEE Registration Authority 3C39E7 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US BC-66-41 (hex) IEEE Registration Authority BC6641 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 80-E4-DA (hex) IEEE Registration Authority 80E4DA (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 88-5D-90 (hex) IEEE Registration Authority 885D90 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US C8-8E-D1 (hex) IEEE Registration Authority C88ED1 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US B0-1F-81 (hex) IEEE Registration Authority B01F81 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 54-9A-11 (hex) IEEE Registration Authority 549A11 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US B8-D8-12 (hex) IEEE Registration Authority B8D812 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 1C-21-D1 (hex) IEEE Registration Authority 1C21D1 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 28-36-38 (hex) IEEE Registration Authority 283638 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US F4-85-C6 (hex) FDT Technologies F485C6 (base 16) FDT Technologies 14027 Memorial Drive #132 Houston TX 77024 US D4-04-FF (hex) Juniper Networks D404FF (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US C8-75-5B (hex) Quantify Technology Pty. Ltd. C8755B (base 16) Quantify Technology Pty. Ltd. Suite 1, 4 Sarich Way Bentley Western Australia 6102 AU 88-12-4E (hex) Qualcomm Inc. 88124E (base 16) Qualcomm Inc. 1700 Technology Drive San Jose CA 95110 US 00-14-28 (hex) Vocollect Inc 001428 (base 16) Vocollect Inc 703 Rodi Road Pittsburgh PA 15235 US 00-6B-9E (hex) Vizio, Inc 006B9E (base 16) Vizio, Inc 39 Tesla Irvine CA 92618 US 4C-66-41 (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) 4C6641 (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak SEMTHAI, WELLGROW INDUSTRIAL ESTATE Bangpakong Chachoengsao 24180 TH 5C-A8-6A (hex) HUAWEI TECHNOLOGIES CO.,LTD 5CA86A (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-1B-32 (hex) QLogic Corporation 001B32 (base 16) QLogic Corporation 26650 Aliso Viejo Parkway Aliso Viejo CA 92656 US 00-17-CA (hex) Qisda Corporation 0017CA (base 16) Qisda Corporation 157 Shan Ying Road, GueiShan Taoyuan, 333 TW 70-F3-95 (hex) Universal Global Scientific Industrial Co., Ltd. 70F395 (base 16) Universal Global Scientific Industrial Co., Ltd. 141, LANE 351,SEC.1, TAIPING RD. TSAOTUEN, NANTOU 54261 TW 48-F7-C0 (hex) Technicolor CH USA Inc. 48F7C0 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 00-15-B7 (hex) Toshiba 0015B7 (base 16) Toshiba 2-9,Suehiro-Cho Ome 1988710 JP E8-9D-87 (hex) Toshiba E89D87 (base 16) Toshiba 2-9,Suehiro-Cho Ome Tokyo 1988710 JP E0-95-79 (hex) ORTHOsoft inc, d/b/a Zimmer CAS E09579 (base 16) ORTHOsoft inc, d/b/a Zimmer CAS 75 Queen Street, Suite 3300 Montreal Quebec H3C 2N6 CA A0-AD-A1 (hex) JMR Electronics, Inc A0ADA1 (base 16) JMR Electronics, Inc 8968 Fullbright Avenue Chatsworth California 91311 US BC-C0-0F (hex) Fiberhome Telecommunication Technologies Co.,LTD BCC00F (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 9C-A5-C0 (hex) vivo Mobile Communication Co., Ltd. 9CA5C0 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong 523860 CN 80-C6-AB (hex) Technicolor CH USA Inc. 80C6AB (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 90-A4-DE (hex) Wistron Neweb Corporation 90A4DE (base 16) Wistron Neweb Corporation 20 Park Avenue II, Hsinchu Science Park, Hsinchu 308 TW 70-E2-84 (hex) Wistron Infocomm (Zhongshan) Corporation 70E284 (base 16) Wistron Infocomm (Zhongshan) Corporation No.38,East Keji Road,Zhongshan Torch Development Zone,Zhongshan City,Guangdong,China Zhongshan Guangdong 528437 CN A8-54-B2 (hex) Wistron Neweb Corporation A854B2 (base 16) Wistron Neweb Corporation 20 Park Avenue II, Hsin Science Park, Hsinchu 308, Taiwan HsinChu Taiwan 308 TW 30-44-A1 (hex) Shanghai Nanchao Information Technology 3044A1 (base 16) Shanghai Nanchao Information Technology Floor 1th, building 13, No.368 Zhangjiang Road, Pudong New District, Shanghai shanghai 200000 CN CC-03-FA (hex) Technicolor CH USA Inc. CC03FA (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US E0-AC-F1 (hex) Cisco Systems, Inc E0ACF1 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 00-01-5B (hex) ITALTEL S.p.A/RF-UP-I 00015B (base 16) ITALTEL S.p.A/RF-UP-I 20019 Cast.Settimo M.se (MI) IT 00-A0-A8 (hex) RENEX CORPORATION 00A0A8 (base 16) RENEX CORPORATION 2750 KILLARNEY DRIVE WOODBRIDGE VA 22192 US 00-C0-AB (hex) Telco Systems, Inc. 00C0AB (base 16) Telco Systems, Inc. 15 Berkshire Road Mansfield MA 02048 US 00-23-F8 (hex) Zyxel Communications Corporation 0023F8 (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW 00-19-CB (hex) Zyxel Communications Corporation 0019CB (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW 2C-09-4D (hex) Raptor Engineering, LLC 2C094D (base 16) Raptor Engineering, LLC 2556 Anderson Dr. Belvidere IL 61008 US AC-37-43 (hex) HTC Corporation AC3743 (base 16) HTC Corporation No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW 00-1D-7E (hex) Cisco-Linksys, LLC 001D7E (base 16) Cisco-Linksys, LLC 121 Theory Drive Irvine California 92612 US E4-FB-8F (hex) MOBIWIRE MOBILES (NINGBO) CO.,LTD E4FB8F (base 16) MOBIWIRE MOBILES (NINGBO) CO.,LTD No.999,Dacheng East Road,Fenghua City,Zhejiang Province,China. Fenghua Zhejiang 315500 CN 10-BD-55 (hex) Q-Lab Corporation 10BD55 (base 16) Q-Lab Corporation 800 Canterbury Rd Westlake OH 44145 US C4-49-BB (hex) MITSUMI ELECTRIC CO.,LTD. C449BB (base 16) MITSUMI ELECTRIC CO.,LTD. 2-11-2, Tsurumaki Tama-shi Tokyo 206-8567 JP FC-2D-5E (hex) zte corporation FC2D5E (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN B4-04-18 (hex) Smartchip Integrated Inc. B40418 (base 16) Smartchip Integrated Inc. 9B,Science Plaza,1355 JinJiHu Avenue,Suzhou Industrial Park Suzhou Jiangsu 215021 CN 90-CF-7D (hex) Qingdao Hisense Communications Co.,Ltd. 90CF7D (base 16) Qingdao Hisense Communications Co.,Ltd. Qianwangang Road 218 Qingdao Shandong 266510 CN F4-0A-4A (hex) INDUSNET Communication Technology Co.,LTD F40A4A (base 16) INDUSNET Communication Technology Co.,LTD 3th floor A block,No11 Gaopeng st,Wuhou district chengdu sichuan 610041 CN F8-5A-00 (hex) Sanford LP F85A00 (base 16) Sanford LP 6655 Peachtree Dunwoody Road Atlanta GA 30228 US FC-55-DC (hex) Baltic Latvian Universal Electronics LLC FC55DC (base 16) Baltic Latvian Universal Electronics LLC 5706 Corsa Avenue Suite 102 Westlake Village CA 91362 US 08-01-0F (hex) SICHUAN TIANYI COMHEART TELECOMCO.,LTD 08010F (base 16) SICHUAN TIANYI COMHEART TELECOMCO.,LTD FL12,TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN 94-18-82 (hex) Hewlett Packard Enterprise 941882 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US 60-38-E0 (hex) Belkin International Inc. 6038E0 (base 16) Belkin International Inc. 12045 E. Waterfront Drive Playa Vista CA 90094 US 88-50-DD (hex) Infiniband Trade Association 8850DD (base 16) Infiniband Trade Association 3855 SW 153rd Drive Beaverton OR 97003 US 00-25-50 (hex) Riverbed Technology, Inc. 002550 (base 16) Riverbed Technology, Inc. 125 Cambridge Park Drive Cambridge MA 02140 US D0-B2-C4 (hex) Technicolor CH USA Inc. D0B2C4 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 50-AB-3E (hex) Qibixx AG 50AB3E (base 16) Qibixx AG Bahnhofstrasse 2 Buchs SG 9471 CH 38-76-CA (hex) Shenzhen Smart Intelligent Technology Co.Ltd 3876CA (base 16) Shenzhen Smart Intelligent Technology Co.Ltd Gaoxin South 4th Road Hi-Tech Industry Park, Nanshan District Shenzhen Guangdong 518000 CN 04-27-58 (hex) HUAWEI TECHNOLOGIES CO.,LTD 042758 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 9C-E3-74 (hex) HUAWEI TECHNOLOGIES CO.,LTD 9CE374 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 8C-D2-E9 (hex) YOKOTE SEIKO CO., LTD. 8CD2E9 (base 16) YOKOTE SEIKO CO., LTD. 10-18 Minami-Gosyono Yasumoto Yokote-City Akita 013-0811 JP B8-BB-AF (hex) Samsung Electronics Co.,Ltd B8BBAF (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 60-C5-AD (hex) Samsung Electronics Co.,Ltd 60C5AD (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 44-2C-05 (hex) AMPAK Technology, Inc. 442C05 (base 16) AMPAK Technology, Inc. No.1,Jen Ai Road Hsinchu Industrial Park, Hukou Hsinchu Taiwan ROC. 30352 TW 8C-89-7A (hex) AUGTEK 8C897A (base 16) AUGTEK Tuanjie Road No.100, Building C, Room 521 Nanjing Jiangsu 211899 CN F8-45-AD (hex) Konka Group Co., Ltd. F845AD (base 16) Konka Group Co., Ltd. Shenzhen Konka R & D Building, 28th floor 15-24 Nanshan District Guangdong 00000 CN 00-0F-E2 (hex) Hangzhou H3C Technologies Co., Limited 000FE2 (base 16) Hangzhou H3C Technologies Co., Limited Oriental Electronic Bld., NO.2,Chuangye Road Hai-Dian District Beijing 100085 CN 80-F6-2E (hex) Hangzhou H3C Technologies Co., Limited 80F62E (base 16) Hangzhou H3C Technologies Co., Limited 310 Liuhe Road, Zhijiang Science Park Hangzhou Zhejiang, 310053 CN 60-8D-17 (hex) Sentrus Government Systems Division, Inc 608D17 (base 16) Sentrus Government Systems Division, Inc 141 Chesterfield Industrial Blvd Chesterfield MO 63005-1219 US EC-AD-B8 (hex) Apple, Inc. ECADB8 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 98-01-A7 (hex) Apple, Inc. 9801A7 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 68-79-ED (hex) SHARP Corporation 6879ED (base 16) SHARP Corporation 22-22,Nagaike-cho Osaka city Osaka prefecture 545-8522 JP 00-23-82 (hex) Lih Rong electronic Enterprise Co., Ltd. 002382 (base 16) Lih Rong electronic Enterprise Co., Ltd. No. 2, Lane 387, Hsin Shu Rd. Hsin Chuang City, Taipei 242 TW 24-F0-94 (hex) Apple, Inc. 24F094 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 08-6D-41 (hex) Apple, Inc. 086D41 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US B4-D5-BD (hex) Intel Corporate B4D5BD (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 98-AA-3C (hex) Will i-tech Co., Ltd. 98AA3C (base 16) Will i-tech Co., Ltd. 34, Deokcheon-ro, Manan-gu, Anyang-si, Gyeonggi-do, Korea Anyang 14088 KR BC-AD-28 (hex) Hangzhou Hikvision Digital Technology Co.,Ltd. BCAD28 (base 16) Hangzhou Hikvision Digital Technology Co.,Ltd. No.469,Jianghui Road Hangzhou Zhejiang 310052 CN F4-91-1E (hex) ZHUHAI EWPE INFORMATION TECHNOLOGY INC F4911E (base 16) ZHUHAI EWPE INFORMATION TECHNOLOGY INC Room 409,NO.10,Technology 1st Road, Gangwan Av.,Tangjia Bay Town,Zhuhai,Guangdong,China Zhuhai Guangdong 519070 CN 00-25-52 (hex) VXi Corporation 002552 (base 16) VXi Corporation 271 Locust Street Dover NH 03820 US 6C-E9-83 (hex) Gastron Co., LTD. 6CE983 (base 16) Gastron Co., LTD. #75-10, Palgok2-dong, Sangnok-gu, Ansan-city Kyunggi-do 426-190 KR 28-E3-1F (hex) Xiaomi Communications Co Ltd 28E31F (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 98-90-96 (hex) Dell Inc. 989096 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US DC-37-52 (hex) GE DC3752 (base 16) GE 650 Markland Street Markham Ontario L6C 0M1 CA DC-D9-16 (hex) HUAWEI TECHNOLOGIES CO.,LTD DCD916 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-02-2E (hex) TEAC Corp. R& D 00022E (base 16) TEAC Corp. R& D 857 Koyata, Iruma JP 00-60-B0 (hex) Hewlett Packard 0060B0 (base 16) Hewlett Packard MS 42LE CUPERTINO CA 95014 US 7C-73-8B (hex) Cocoon Alarm Ltd 7C738B (base 16) Cocoon Alarm Ltd 46 The Calls Leeds West Yorkshire LS2 7EY GB F8-0F-84 (hex) Natural Security SAS F80F84 (base 16) Natural Security SAS 165 Avenue de Bretagne Lille 59000 FR 44-A4-2D (hex) TCT mobile ltd 44A42D (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN 70-F9-6D (hex) Hangzhou H3C Technologies Co., Limited 70F96D (base 16) Hangzhou H3C Technologies Co., Limited 310 Liuhe Road, Zhijiang Science Park Hangzhou Zhejiang, 310053 CN BC-6A-44 (hex) Commend International GmbH BC6A44 (base 16) Commend International GmbH Saalachstrasse 51 Salzburg Salzburg A-5020 AT F0-EE-58 (hex) PACE Telematics GmbH F0EE58 (base 16) PACE Telematics GmbH Haid-und-Neu-Str. 18 Karlsruhe 76131 DE 08-3F-BC (hex) zte corporation 083FBC (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 00-C0-F0 (hex) Kingston Technology Company, Inc. 00C0F0 (base 16) Kingston Technology Company, Inc. 17600 NEWHOPE STREET FOUNTAIN VALLEY CA 92708 US 94-3B-B1 (hex) Kaonmedia CO., LTD. 943BB1 (base 16) Kaonmedia CO., LTD. KAONMEDIA Building 513-4 Sungnam-City Kyonggi-Do 463-839, KOREA KR 00-18-D7 (hex) JAVAD GNSS, Inc. 0018D7 (base 16) JAVAD GNSS, Inc. 1731 Technology Drive, Suite 680 San Jose CA 95110 US 00-1F-09 (hex) Jastec 001F09 (base 16) Jastec Jastec B/D 2F, 92-7 Kumgok-dong, Boondang-gu, 463-804 KR AC-62-0D (hex) Jabil Circuit(Wuxi) Co.,Ltd AC620D (base 16) Jabil Circuit(Wuxi) Co.,Ltd Lot J9, J10 Export Processing Zone Wuxi City Jiangsu 214028 CN 08-00-0D (hex) International Computers, Ltd 08000D (base 16) International Computers, Ltd WENLOCK WAY na UNITED KINGDOM GB 1C-73-70 (hex) Neotech 1C7370 (base 16) Neotech 104, 37 Yaeun-ro Gumi-si Gyoungsangbuk-do 730-711 KR 30-E3-7A (hex) Intel Corporate 30E37A (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-00-C9 (hex) Emulex Corporation 0000C9 (base 16) Emulex Corporation 3333 Susan Street Costa Mesa CA 92626 US 00-40-AA (hex) Valmet Automation 0040AA (base 16) Valmet Automation Lentokentänkatu 11, P.O.Box 237 Tampere FIN-3310 FI D0-B0-CD (hex) Moen D0B0CD (base 16) Moen 25300 Al Moen Dr North Olmstead OH 44070-8022 US 70-50-AF (hex) BSkyB Ltd 7050AF (base 16) BSkyB Ltd 130 Kings Road Brentwood Essex 08854 GB F4-EF-9E (hex) SGSG SCIENCE & TECHNOLOGY CO. LTD F4EF9E (base 16) SGSG SCIENCE & TECHNOLOGY CO. LTD 3RD Fl, Bldg A3, No.1 software Park Rd Zhuhai Guangdong 519085 CN 1C-74-0D (hex) Zyxel Communications Corporation 1C740D (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW 60-3E-CA (hex) Cambridge Medical Robotics Ltd 603ECA (base 16) Cambridge Medical Robotics Ltd Unit 2, Crome Lea Business Park Madingley Road Cambridgeshire CB23 7PH GB 00-1F-1F (hex) Edimax Technology Co. Ltd. 001F1F (base 16) Edimax Technology Co. Ltd. No. 278, Xinhu 1st Road Taipei City Neihu Dist 248 TW 00-02-0E (hex) ECI Telecom Ltd. 00020E (base 16) ECI Telecom Ltd. 30 Hasivim St Petach-Tikva 49133 49133 IL 20-0A-5E (hex) Xiangshan Giant Eagle Technology Developing Co., Ltd. 200A5E (base 16) Xiangshan Giant Eagle Technology Developing Co., Ltd. Juexi Road no.9 Juexi street Ningbo Zhejiang 315708 CN 9C-74-1A (hex) HUAWEI TECHNOLOGIES CO.,LTD 9C741A (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN E4-A8-B6 (hex) HUAWEI TECHNOLOGIES CO.,LTD E4A8B6 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 24-4C-07 (hex) HUAWEI TECHNOLOGIES CO.,LTD 244C07 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 74-6F-F7 (hex) Wistron Neweb Corporation 746FF7 (base 16) Wistron Neweb Corporation No.20,Park Avenue II,Hsinchu Science Park Hsin-Chu R.O.C. 308 TW B8-AE-ED (hex) Elitegroup Computer Systems Co.,Ltd. B8AEED (base 16) Elitegroup Computer Systems Co.,Ltd. No. 239, Sec. 2, Ti Ding Blvd., Taipei 11493 TW 00-0D-B0 (hex) Olym-tech Co.,Ltd. 000DB0 (base 16) Olym-tech Co.,Ltd. Room 401/402,No.1,Songling Road,Hi-tech Shenzhen Guangdong 518031 CN 30-F6-B9 (hex) Ecocentric Energy 30F6B9 (base 16) Ecocentric Energy E3 The Innovation Centre, 9 De Laeter Way, Technology Park Bentley Western Australia 6102 AU 84-7B-EB (hex) Dell Inc. 847BEB (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 54-51-1B (hex) HUAWEI TECHNOLOGIES CO.,LTD 54511B (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 68-53-6C (hex) SPnS Co.,Ltd 68536C (base 16) SPnS Co.,Ltd #315, Woolim Lions Valley 2nd, Gasan-dong, Geumcheon-gu Seoul 08591 KR 1C-EA-1B (hex) Nokia 1CEA1B (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA D4-61-2E (hex) HUAWEI TECHNOLOGIES CO.,LTD D4612E (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN B0-E2-E5 (hex) Fiberhome Telecommunication Technologies Co.,LTD B0E2E5 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan City Hubei Province 430074 CN 00-1F-A7 (hex) Sony Interactive Entertainment Inc. 001FA7 (base 16) Sony Interactive Entertainment Inc. 1-7-1 Konan Minato-ku Tokyo 108-0075 JP 90-46-A2 (hex) Tedipay UK Ltd 9046A2 (base 16) Tedipay UK Ltd Level 39, One Canada Square London E14 5AB GB 64-79-A7 (hex) Phison Electronics Corp. 6479A7 (base 16) Phison Electronics Corp. No.1, Qun Yi Rd., Jhunan, Miaoli 350 TW CC-B1-1A (hex) Samsung Electronics Co.,Ltd CCB11A (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 70-3C-03 (hex) RadiAnt Co.,Ltd 703C03 (base 16) RadiAnt Co.,Ltd 102-610, 36, Bucheon-ro 198beon-gil, Wonmi-gu Bucheon-si Gyeonggi-do 14557 KR 00-C1-64 (hex) Cisco Systems, Inc 00C164 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US DC-2D-CB (hex) Beijing Unis HengYue Technology Co., Ltd. DC2DCB (base 16) Beijing Unis HengYue Technology Co., Ltd. Room 402, No. 2 Block, No. 1 yard, Zhongguancun east road, Haidian District Beijing 100190 CN 2C-96-62 (hex) Invenit BV 2C9662 (base 16) Invenit BV Lange Broekstraat 3 Raamsdonk Noord-Brabant 4944 XH NL CC-D3-E2 (hex) Jiangsu Yinhe Electronics Co.,Ltd. CCD3E2 (base 16) Jiangsu Yinhe Electronics Co.,Ltd. No.188 Nanhuan Road, TangQiao Town Zhangjiagang Jiangsu 215611 CN E4-FA-ED (hex) Samsung Electronics Co.,Ltd E4FAED (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 28-83-35 (hex) Samsung Electronics Co.,Ltd 288335 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR DC-CF-96 (hex) Samsung Electronics Co.,Ltd DCCF96 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR AC-44-F2 (hex) YAMAHA CORPORATION AC44F2 (base 16) YAMAHA CORPORATION 10-1 Nakazawa-cho, Naka-ku Hamamatsu Shizuoka 430-8650 JP 1C-5F-2B (hex) D-Link International 1C5F2B (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG 1C-98-EC (hex) Hewlett Packard Enterprise 1C98EC (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US 70-66-1B (hex) Sonova AG 70661B (base 16) Sonova AG Laubisruetistrasse 28 Staefa 8712 CH B0-7F-B9 (hex) NETGEAR B07FB9 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 04-7E-4A (hex) moobox CO., Ltd. 047E4A (base 16) moobox CO., Ltd. No 801, Yanchang Zhong Road Shanghai Shanghai 200072 CN 00-80-E5 (hex) NetApp 0080E5 (base 16) NetApp 1395 Crossman Ave Sunnyvale, CA 94089 US 9C-5C-8E (hex) ASUSTek COMPUTER INC. 9C5C8E (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW C8-87-22 (hex) Lumenpulse C88722 (base 16) Lumenpulse 1751 Richardson, suite 1505 Montreal Quebec H3K 1G6 CA 84-68-3E (hex) Intel Corporate 84683E (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY E0-CD-FD (hex) Beijing E3Control Technology Co, LTD E0CDFD (base 16) Beijing E3Control Technology Co, LTD 1 Shangdi East Rd, Building A, Rm 205 Beijing Beijing 100085 CN 00-08-95 (hex) DIRC Technologie GmbH & Co.KG 000895 (base 16) DIRC Technologie GmbH & Co.KG Borsigstraße 13 Ratingen NRW 40880 DE 60-AC-C8 (hex) KunTeng Inc. 60ACC8 (base 16) KunTeng Inc. Room302, 3rd Floor, Building1 ,No.8 NongDa South street HaiDian District BeiJing 100084 CN CC-B3-AB (hex) shenzhen Biocare Bio-Medical Equipment Co.,Ltd. CCB3AB (base 16) shenzhen Biocare Bio-Medical Equipment Co.,Ltd. #A735, 7/F, Block A, Shenzhen Mingyou Industrial Products Exhibition & Procurement Center, Baoyuan Road, Xixiang Sub-district, Bao'an District, 518102 Shenzhen, P.R. China Shenzhen 518000 CN E4-B3-18 (hex) Intel Corporate E4B318 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 74-3E-2B (hex) Ruckus Wireless 743E2B (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US E0-C7-67 (hex) Apple, Inc. E0C767 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 80-ED-2C (hex) Apple, Inc. 80ED2C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F0-34-04 (hex) TCT mobile ltd F03404 (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN 80-D1-60 (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. 80D160 (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY 30-78-5C (hex) Partow Tamas Novin (Parman) 30785C (base 16) Partow Tamas Novin (Parman) UNIT 32 NO.31 26TH WEST AVE ,ALLAMEH TABATABAIE ST.SAADAT ABAD Tehran Tehran 1997968413 IR 24-69-68 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 246968 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 8C-A2-FD (hex) Starry, Inc. 8CA2FD (base 16) Starry, Inc. PO Box 52226 Boston MA 02205 US 84-BA-3B (hex) CANON INC. 84BA3B (base 16) CANON INC. 30-2 Shimomaruko 3-chome, Ohta-ku Tokyo 146-8501 JP 00-05-85 (hex) Juniper Networks 000585 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 20-4E-71 (hex) Juniper Networks 204E71 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 00-19-4F (hex) Nokia Danmark A/S 00194F (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-BD-3A (hex) Nokia Corporation 00BD3A (base 16) Nokia Corporation Joensuunkatu 7 Salo Varsinais-Suomi 24101 FI 80-50-1B (hex) Nokia Corporation 80501B (base 16) Nokia Corporation Joensuunkatu 7 Salo Varsinais-Suomi 24101 FI A0-4E-04 (hex) Nokia Corporation A04E04 (base 16) Nokia Corporation Joensuunkatu 7 Salo Varsinais-Suomi 24101 FI 00-12-62 (hex) Nokia Danmark A/S 001262 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-14-A7 (hex) Nokia Danmark A/S 0014A7 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-15-A0 (hex) Nokia Danmark A/S 0015A0 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-16-BC (hex) Nokia Danmark A/S 0016BC (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-17-4B (hex) Nokia Danmark A/S 00174B (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-26-69 (hex) Nokia Danmark A/S 002669 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK AC-61-EA (hex) Apple, Inc. AC61EA (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 38-B5-4D (hex) Apple, Inc. 38B54D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 1C-5C-F2 (hex) Apple, Inc. 1C5CF2 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A8-7E-33 (hex) Nokia Danmark A/S A87E33 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-24-03 (hex) Nokia Danmark A/S 002403 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-24-04 (hex) Nokia Danmark A/S 002404 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-19-B7 (hex) Nokia Danmark A/S 0019B7 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-17-B0 (hex) Nokia Danmark A/S 0017B0 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-21-09 (hex) Nokia Danmark A/S 002109 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-21-08 (hex) Nokia Danmark A/S 002108 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-1B-33 (hex) Nokia Danmark A/S 001B33 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-15-DE (hex) Nokia Danmark A/S 0015DE (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-02-EE (hex) Nokia Danmark A/S 0002EE (base 16) Nokia Danmark A/S Frederikskaj, Copenhagen V copenhagen 12345 DK D8-F7-10 (hex) Libre Wireless Technologies Inc. D8F710 (base 16) Libre Wireless Technologies Inc. 5405 Alton Parkway Irvine, CA CA 92604 US 3C-59-1E (hex) TCL King Electrical Appliances (Huizhou) Co., Ltd 3C591E (base 16) TCL King Electrical Appliances (Huizhou) Co., Ltd 7/FTCL Multimedia Building, TCL International E City, No.1001 Zhongshanyuan Road, Nanshan Shenzhen Guangdong 518052 CN C4-36-55 (hex) Shenzhen Fenglian Technology Co., Ltd. C43655 (base 16) Shenzhen Fenglian Technology Co., Ltd. Room 302, 3F, Block 2, Oriental Cyberport, No. 2, Xinxi Road Shenzhen Guangdong 518057 CN E0-B9-E5 (hex) Technicolor E0B9E5 (base 16) Technicolor Prins Boudewijnlaan 47 Edegem - Belgium B-2650 BE 00-30-DA (hex) Comtrend Corporation 0030DA (base 16) Comtrend Corporation 3F-1, 10 Lane 609, Chongxin Road, Section 5, New Taipei City, Taiwan 24159 TW 64-68-0C (hex) Comtrend Corporation 64680C (base 16) Comtrend Corporation 3F-1, 10 Lane 609, Chongxin Road, Section 5, New Taipei City, Taiwan 24159 TW 38-72-C0 (hex) Comtrend Corporation 3872C0 (base 16) Comtrend Corporation 3F-1, 10 Lane 609, Chongxin Road, Section 5, New Taipei City, Taiwan 24159 TW A8-06-00 (hex) Samsung Electronics Co.,Ltd A80600 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-26-82 (hex) Gemtek Technology Co., Ltd. 002682 (base 16) Gemtek Technology Co., Ltd. No.1 Jen Ai Road, Hsinchu Industrial Park, Hukou, Hsinchu 303 TW 00-09-E1 (hex) Gemtek Technology Co., Ltd. 0009E1 (base 16) Gemtek Technology Co., Ltd. No.1 Jen Ai Road Hukou Hsinchu 303 TW 14-C1-26 (hex) Nokia Corporation 14C126 (base 16) Nokia Corporation Joensuunkatu 7 Salo Varsinais-Suomi 24101 FI 60-01-94 (hex) Espressif Inc. 600194 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN F0-5A-09 (hex) Samsung Electronics Co.,Ltd F05A09 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 50-32-75 (hex) Samsung Electronics Co.,Ltd 503275 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 08-FC-88 (hex) Samsung Electronics Co.,Ltd 08FC88 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 02-70-B3 (hex) DATA RECALL LTD. 0270B3 (base 16) DATA RECALL LTD. SONDES PLACE 12345 UNITED KINGDOM GB 00-01-36 (hex) CyberTAN Technology Inc. 000136 (base 16) CyberTAN Technology Inc. 99, Park Avenue III Hsinchu 12345 TW D0-4D-2C (hex) Roku, Inc. D04D2C (base 16) Roku, Inc. 12980 Saratoga Ave Saratoga CA 95070 US B0-A7-37 (hex) Roku, Inc. B0A737 (base 16) Roku, Inc. 12980 Saratoga Ave Saratoga CA 95070 US 14-0C-76 (hex) FREEBOX SAS 140C76 (base 16) FREEBOX SAS 16 rue de la Ville l'Eveque PARIS 75008 FR 00-1B-E9 (hex) Broadcom 001BE9 (base 16) Broadcom 16215 Alton Parkway Irvine CA 92618 US 00-19-C7 (hex) Cambridge Industries(Group) Co.,Ltd. 0019C7 (base 16) Cambridge Industries(Group) Co.,Ltd. Room 309,333 Hong Qiao Road Shanghai 200030 CN 70-D9-31 (hex) Cambridge Industries(Group) Co.,Ltd. 70D931 (base 16) Cambridge Industries(Group) Co.,Ltd. 22Floor,Qilai Tower;889Yishan Road shanghai 200233 CN 02-9D-8E (hex) CARDIAC RECORDERS, INC. 029D8E (base 16) CARDIAC RECORDERS, INC. 34 SCARBORO RD UK UNITED KINGDOM GB 00-40-2A (hex) Canoga Perkins Corporation 00402A (base 16) Canoga Perkins Corporation 21012 LASSEN STREET CHATSWORTH CA 91311-4241 US A4-C7-DE (hex) Cambridge Industries(Group) Co.,Ltd. A4C7DE (base 16) Cambridge Industries(Group) Co.,Ltd. 22 Floor,Qilai Tower;889 Yishan Road Shanghai 200233 CN D8-B8-F6 (hex) Nantworks D8B8F6 (base 16) Nantworks 12230 El Camino Real, Suite 400 San Diego CA 92130 US 00-80-77 (hex) Brother industries, LTD. 008077 (base 16) Brother industries, LTD. RESEARCH LABORATORY piscatawa 12345 JP 24-F5-AA (hex) Samsung Electronics Co.,Ltd 24F5AA (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 98-83-89 (hex) Samsung Electronics Co.,Ltd 988389 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 84-A4-66 (hex) Samsung Electronics Co.,Ltd 84A466 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR C4-57-6E (hex) Samsung Electronics Co.,Ltd C4576E (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 50-85-69 (hex) Samsung Electronics Co.,Ltd 508569 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 00-60-BB (hex) Cabletron Systems, Inc. 0060BB (base 16) Cabletron Systems, Inc. 35 INDUSTRIAL WAY ROCHESTER NH 03866-5005 US F8-D0-BD (hex) Samsung Electronics Co.,Ltd F8D0BD (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 78-59-5E (hex) Samsung Electronics Co.,Ltd 78595E (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 0C-14-20 (hex) Samsung Electronics Co.,Ltd 0C1420 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 94-B1-0A (hex) Samsung Electronics Co.,Ltd 94B10A (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 3C-BB-FD (hex) Samsung Electronics Co.,Ltd 3CBBFD (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR A4-84-31 (hex) Samsung Electronics Co.,Ltd A48431 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR A0-B4-A5 (hex) Samsung Electronics Co.,Ltd A0B4A5 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR E4-F8-EF (hex) Samsung Electronics Co.,Ltd E4F8EF (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR DC-44-6D (hex) Allwinner Technology Co., Ltd DC446D (base 16) Allwinner Technology Co., Ltd No.9 Technology Road 2, High-Tech Zone Zhuhai Guangdong 519085 CN 74-5A-AA (hex) HUAWEI TECHNOLOGIES CO.,LTD 745AAA (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 04-FE-8D (hex) HUAWEI TECHNOLOGIES CO.,LTD 04FE8D (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-13-33 (hex) BaudTec Corporation 001333 (base 16) BaudTec Corporation 12F, NO.181, Sec. 1. Tatung Rd., Hsichih Taipei Hsien 221 TW 58-67-1A (hex) Barnes&Noble 58671A (base 16) Barnes&Noble 400 HAMILTON AVENUE PALO ALTO CA 94301 US 00-26-75 (hex) Aztech Electronics Pte Ltd 002675 (base 16) Aztech Electronics Pte Ltd 31 Ubi Road 1 Singapore 408694 SG 00-24-FE (hex) AVM GmbH 0024FE (base 16) AVM GmbH Alt-Moabit 95 Berlin 10559 DE C0-25-06 (hex) AVM GmbH C02506 (base 16) AVM GmbH Alt-Moabit 95 Berlin 10559 DE 40-5D-82 (hex) NETGEAR 405D82 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US DC-EF-09 (hex) NETGEAR DCEF09 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US DC-64-B8 (hex) Shenzhen JingHanDa Electronics Co.Ltd DC64B8 (base 16) Shenzhen JingHanDa Electronics Co.Ltd 5th Floor,No 4 ,Road 1,ShangXue Technology industrial Park,LongGang district,ShenZhen,GuangDong,China ShenZhen GuangDong 518129 CN 00-0D-92 (hex) ARIMA Communications Corp. 000D92 (base 16) ARIMA Communications Corp. 16, lane 658, Ying-Tao Road Yingko Taipei County 23943 TW 00-21-63 (hex) ASKEY COMPUTER CORP 002163 (base 16) ASKEY COMPUTER CORP 10F,NO.119.CHIENKANG RD,CHUNG-HO, taipei TAIPEI 235 TW A8-D3-F7 (hex) Arcadyan Technology Corporation A8D3F7 (base 16) Arcadyan Technology Corporation No.8, Sec.2, Guangfu Rd., Hsinchu City Hsinchu 30071 TW 4C-60-DE (hex) NETGEAR 4C60DE (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US C4-3D-C7 (hex) NETGEAR C43DC7 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 48-9D-24 (hex) BlackBerry RTS 489D24 (base 16) BlackBerry RTS 451 Phillip Street Waterloo ON N2L 3X2 CA 08-BD-43 (hex) NETGEAR 08BD43 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 44-EE-02 (hex) MTI Ltd. 44EE02 (base 16) MTI Ltd. Nishi-shinjuku Tokyo Opera City Tower 3-20-2 35F Shinjuku-ku Tokyo 163-1435 JP 58-56-E8 (hex) ARRIS Group, Inc. 5856E8 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US F8-0B-BE (hex) ARRIS Group, Inc. F80BBE (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US DC-45-17 (hex) ARRIS Group, Inc. DC4517 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US C8-AA-21 (hex) ARRIS Group, Inc. C8AA21 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-17-EE (hex) ARRIS Group, Inc. 0017EE (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-11-1A (hex) ARRIS Group, Inc. 00111A (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-0F-9F (hex) ARRIS Group, Inc. 000F9F (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-04-BD (hex) ARRIS Group, Inc. 0004BD (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-26-42 (hex) ARRIS Group, Inc. 002642 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-24-A1 (hex) ARRIS Group, Inc. 0024A1 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-22-10 (hex) ARRIS Group, Inc. 002210 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-22-B4 (hex) ARRIS Group, Inc. 0022B4 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-14-9A (hex) ARRIS Group, Inc. 00149A (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-14-E8 (hex) ARRIS Group, Inc. 0014E8 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-19-C0 (hex) ARRIS Group, Inc. 0019C0 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-E0-6F (hex) ARRIS Group, Inc. 00E06F (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 80-96-B1 (hex) ARRIS Group, Inc. 8096B1 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 70-7E-43 (hex) ARRIS Group, Inc. 707E43 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-15-2F (hex) ARRIS Group, Inc. 00152F (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1F-C4 (hex) ARRIS Group, Inc. 001FC4 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1C-FB (hex) ARRIS Group, Inc. 001CFB (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-23-95 (hex) ARRIS Group, Inc. 002395 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-23-AF (hex) ARRIS Group, Inc. 0023AF (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US F8-7B-7A (hex) ARRIS Group, Inc. F87B7A (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-00-F4 (hex) Allied Telesis, Inc. 0000F4 (base 16) Allied Telesis, Inc. CORPORATION SUNNYVALE CA 94086 US 00-15-77 (hex) Allied Telesis, Inc. 001577 (base 16) Allied Telesis, Inc. 3200 North First Street San Jose 95134 US 00-1A-EB (hex) Allied Telesis R&D Center K.K. 001AEB (base 16) Allied Telesis R&D Center K.K. No.2 TOC Bldg. Shinagawa-ku Tokyo 141-0031 JP 70-3C-39 (hex) SEAWING Kft 703C39 (base 16) SEAWING Kft Palánkai utca 5. Székesfehérvár Fejér 8000 HU 90-97-D5 (hex) Espressif Inc. 9097D5 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN AC-D0-74 (hex) Espressif Inc. ACD074 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 38-E3-C5 (hex) Taicang T&W Electronics 38E3C5 (base 16) Taicang T&W Electronics 89# Jiang Nan RD Suzhou Jiangsu 215412 CN 00-15-CE (hex) ARRIS Group, Inc. 0015CE (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-15-A2 (hex) ARRIS Group, Inc. 0015A2 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-15-A3 (hex) ARRIS Group, Inc. 0015A3 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-15-A4 (hex) ARRIS Group, Inc. 0015A4 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-00-CA (hex) ARRIS Group, Inc. 0000CA (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 70-9E-29 (hex) Sony Interactive Entertainment Inc. 709E29 (base 16) Sony Interactive Entertainment Inc. 1-7-1 Konan Minato-ku Tokyo 108-0075 JP A4-DB-30 (hex) Liteon Technology Corporation A4DB30 (base 16) Liteon Technology Corporation 4F,90,Chien 1 Road,ChungHo,Taipei Hsien,Taiwan, TaiPei TaiWan 23585 TW 40-F0-2F (hex) Liteon Technology Corporation 40F02F (base 16) Liteon Technology Corporation 4F,90,Chien 1 Road,ChungHo,Taipei Hsien,Taiwan, TaiPei TaiWan 23585 TW 74-C2-46 (hex) Amazon Technologies Inc. 74C246 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 00-0F-A3 (hex) Alpha Networks Inc. 000FA3 (base 16) Alpha Networks Inc. No.8 Li-shing 7th Rd.,Science-based Industrial Park Hsinchu 300 TW 00-1D-6A (hex) Alpha Networks Inc. 001D6A (base 16) Alpha Networks Inc. No.8 Li-shing Seventh Road,Science-based Hsinchu 300 US 00-23-45 (hex) Sony Mobile Communications Inc 002345 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 6C-0E-0D (hex) Sony Mobile Communications Inc 6C0E0D (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 6C-23-B9 (hex) Sony Mobile Communications Inc 6C23B9 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 30-17-C8 (hex) Sony Mobile Communications Inc 3017C8 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 00-12-EE (hex) Sony Mobile Communications Inc 0012EE (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 00-16-20 (hex) Sony Mobile Communications Inc 001620 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 00-19-63 (hex) Sony Mobile Communications Inc 001963 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 00-1F-E4 (hex) Sony Mobile Communications Inc 001FE4 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 20-54-76 (hex) Sony Mobile Communications Inc 205476 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 00-1A-80 (hex) Sony Corporation 001A80 (base 16) Sony Corporation Gotenyama Tec, 5-1-2 Kitashinagawa Tokyo 141-0001 JP 88-41-FC (hex) AirTies Wireless Networks 8841FC (base 16) AirTies Wireless Networks Gulbahar Mahallesi, Avni Diligil Sokak ISTANBUL ISTANBUL 34394 TR 00-30-D3 (hex) Agilent Technologies, Inc. 0030D3 (base 16) Agilent Technologies, Inc. 1501 Page Mill Road Palo Alto CA 94304-1126 US 00-A0-2F (hex) ADB Broadband Italia 00A02F (base 16) ADB Broadband Italia VIALE SARCA 222 20126 MILAN 12345 IT 98-74-3D (hex) Shenzhen Jun Kai Hengye Technology Co. Ltd 98743D (base 16) Shenzhen Jun Kai Hengye Technology Co. Ltd 5th floor,Yahua Building,#1Hongwan Gonghegongye RD,Xixiang Gushu Community,Baoan District,Shenzhen Shenzhen Guangdong 518000 CN A0-F4-59 (hex) FN-LINK TECHNOLOGY LIMITED A0F459 (base 16) FN-LINK TECHNOLOGY LIMITED 5th Floor, A Building, Haoye Logistics Park, Shugang Channel, Bao'an District, SHENZHEN GUANGDONG 518000 CN 58-63-56 (hex) FN-LINK TECHNOLOGY LIMITED 586356 (base 16) FN-LINK TECHNOLOGY LIMITED 5th Floor, A Building, Haoye Logistics Park, Shugang Channel, Bao'an District, SHENZHEN GUANGDONG 518000 CN 8C-B8-64 (hex) AcSiP Technology Corp. 8CB864 (base 16) AcSiP Technology Corp. 3F., No.22, Dalin Rd., Taoyuan City 330 TW 5C-E2-F4 (hex) AcSiP Technology Corp. 5CE2F4 (base 16) AcSiP Technology Corp. 3F., No.22, Dalin Rd. Taoyuan Taoyuan County 33067 TW B8-61-6F (hex) Accton Technology Corp B8616F (base 16) Accton Technology Corp No.1 Creation Rd III, Science-based Industrial Park Hsinchu 30077 TW 00-12-CF (hex) Accton Technology Corp 0012CF (base 16) Accton Technology Corp No. 1 Creation Rd. III, Science-based Industrial Park Hsinchu 300 TW 00-30-F1 (hex) Accton Technology Corp 0030F1 (base 16) Accton Technology Corp No. 1, Creation Rd. IV Hsinchu 12345 TW 70-5A-0F (hex) Hewlett Packard 705A0F (base 16) Hewlett Packard 11445 Compaq Center Drive Houston TX 77070 US 44-95-FA (hex) Qingdao Santong Digital Technology Co.Ltd 4495FA (base 16) Qingdao Santong Digital Technology Co.Ltd Room701, No.1£¬Fu Ying Building,No.443East Changjiang Road,Qingdao Economic and Technological Development District Qingdao Shandong 266555 CN 00-25-D3 (hex) AzureWave Technology Inc. 0025D3 (base 16) AzureWave Technology Inc. 8F ., No.94, Baozhong Rd. Xindian City 231 TW 1C-4B-D6 (hex) AzureWave Technology Inc. 1C4BD6 (base 16) AzureWave Technology Inc. 8F., No. 94, Baoshong Rd. Xindian City, Taipei County 231 TW 08-A9-5A (hex) AzureWave Technology Inc. 08A95A (base 16) AzureWave Technology Inc. 8F., No. 94, Baoshong Rd. Xindian City, Taipei County 231 TW 94-DB-C9 (hex) AzureWave Technology Inc. 94DBC9 (base 16) AzureWave Technology Inc. 8F No94 Baozhong Rd XindianDistrict, New Taipei City 231 TW 24-0A-64 (hex) AzureWave Technology Inc. 240A64 (base 16) AzureWave Technology Inc. 9F.,No.92,Baozhong Rd Xindian NewTaipeiCity 231 TW 40-E2-30 (hex) AzureWave Technology Inc. 40E230 (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd., New Taipei City Taiwan 231 TW 80-D2-1D (hex) AzureWave Technology Inc. 80D21D (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW D4-D1-84 (hex) ADB Broadband Italia D4D184 (base 16) ADB Broadband Italia via Sarca 222 Milano 20126 IT A0-4F-D4 (hex) ADB Broadband Italia A04FD4 (base 16) ADB Broadband Italia VIALE SARCA 336 MILANO 20126 IT D0-0E-D9 (hex) Taicang T&W Electronics D00ED9 (base 16) Taicang T&W Electronics 89# Jiang Nan RD, Lu Du Taicang Jiangsu 215412 CN 54-14-73 (hex) Wingtech Group (HongKong)Limited 541473 (base 16) Wingtech Group (HongKong)Limited FLAT/RM 1903 19/F PODIUM PLAZA 5HANOI ROAD TSIM SHA TSUI HongKong 999077 HK 80-86-F2 (hex) Intel Corporate 8086F2 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY E0-94-67 (hex) Intel Corporate E09467 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 08-D4-0C (hex) Intel Corporate 08D40C (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 6C-88-14 (hex) Intel Corporate 6C8814 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 30-3A-64 (hex) Intel Corporate 303A64 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY AC-FD-CE (hex) Intel Corporate ACFDCE (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 7C-CC-B8 (hex) Intel Corporate 7CCCB8 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY F4-06-69 (hex) Intel Corporate F40669 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-1D-E1 (hex) Intel Corporate 001DE1 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 90-E2-BA (hex) Intel Corporate 90E2BA (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-26-C7 (hex) Intel Corporate 0026C7 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-26-C6 (hex) Intel Corporate 0026C6 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 0C-CC-26 (hex) Airenetworks 0CCC26 (base 16) Airenetworks Ramon y Cajal 11 Elche Alicante 03203 ES E0-9D-31 (hex) Intel Corporate E09D31 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 88-53-2E (hex) Intel Corporate 88532E (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 74-C9-9A (hex) Ericsson AB 74C99A (base 16) Ericsson AB Torshamnsgatan 36 Stockholm SE-164 80 SE 5C-C2-13 (hex) Fr. Sauter AG 5CC213 (base 16) Fr. Sauter AG Im Surinam 55 Basel BS CH4016 CH 28-10-1B (hex) MagnaCom 28101B (base 16) MagnaCom 9 Bareket Street Petah Tikva 4951777 IL 00-16-76 (hex) Intel Corporate 001676 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-16-EA (hex) Intel Corporate 0016EA (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-1B-77 (hex) Intel Corporate 001B77 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-1C-C0 (hex) Intel Corporate 001CC0 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 10-4A-7D (hex) Intel Corporate 104A7D (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-1A-A0 (hex) Dell Inc. 001AA0 (base 16) Dell Inc. One Dell Way, MS RR5-45 Round Rock 78682 US 00-19-B9 (hex) Dell Inc. 0019B9 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 00-B0-D0 (hex) Dell Inc. 00B0D0 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 00-C0-4F (hex) Dell Inc. 00C04F (base 16) Dell Inc. 1807 WEST BRAKER LANE-BLDG. AUSTIN TX 78758-3610 US B0-79-94 (hex) Motorola Mobility LLC, a Lenovo Company B07994 (base 16) Motorola Mobility LLC, a Lenovo Company 600 North US Hwy 45 Libertyville IL 60048 US A4-70-D6 (hex) Motorola Mobility LLC, a Lenovo Company A470D6 (base 16) Motorola Mobility LLC, a Lenovo Company 222 Merchandise Mart Plaza, Suite 1800 Chicago IL 60654 US 74-86-7A (hex) Dell Inc. 74867A (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 18-03-73 (hex) Dell Inc. 180373 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 14-FE-B5 (hex) Dell Inc. 14FEB5 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 78-2B-CB (hex) Dell Inc. 782BCB (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 00-1F-3B (hex) Intel Corporate 001F3B (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-21-5D (hex) Intel Corporate 00215D (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-21-6A (hex) Intel Corporate 00216A (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-1C-23 (hex) Dell Inc. 001C23 (base 16) Dell Inc. One Dell Way, MS RR5-45 Round Rock 78682 US A4-BA-DB (hex) Dell Inc. A4BADB (base 16) Dell Inc. One Dell Way, MS RR5-45 Round Rock 78682 US 00-25-64 (hex) Dell Inc. 002564 (base 16) Dell Inc. One Dell Way, MS RR5-45 Round Rock 78682 US A4-1F-72 (hex) Dell Inc. A41F72 (base 16) Dell Inc. One Dell way Round Rock 78682 US C4-66-99 (hex) vivo Mobile Communication Co., Ltd. C46699 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN C8-F2-30 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD C8F230 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD DONGGUAN GUANGDONG 523860 CN 8C-0E-E3 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 8C0EE3 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD,WUSHA,CHANG'AN DONGGUAN GUANGDONG 523860 CN C8-CD-72 (hex) Sagemcom Broadband SAS C8CD72 (base 16) Sagemcom Broadband SAS 250 route de l'Empereur Rueil Malmaison Cedex Hauts de Seine 92848 FR F8-2C-18 (hex) 2Wire Inc F82C18 (base 16) 2Wire Inc 1764 Automation Parkway San Jose CA 95131 US 18-01-7D (hex) Harbin Arteor technology co., LTD 18017D (base 16) Harbin Arteor technology co., LTD Yushan Road 49-2 Harbin Heilongjiang 150090 CN 00-15-56 (hex) Sagemcom Broadband SAS 001556 (base 16) Sagemcom Broadband SAS Le Ponnant de Paris CEDEX Paris 75512 FR C0-D0-44 (hex) Sagemcom Broadband SAS C0D044 (base 16) Sagemcom Broadband SAS 250, Route de l'Empereur RUEIL-MALMAISON 92500 FR A0-1B-29 (hex) Sagemcom Broadband SAS A01B29 (base 16) Sagemcom Broadband SAS 250 route de l'Empereur Rueil Malmaison Cedex Hauts de Seine 92848 FR 74-E1-4A (hex) IEEE Registration Authority 74E14A (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 0C-EF-AF (hex) IEEE Registration Authority 0CEFAF (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US F8-02-78 (hex) IEEE Registration Authority F80278 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US A0-BB-3E (hex) IEEE Registration Authority A0BB3E (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 88-4A-EA (hex) Texas Instruments 884AEA (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 00-22-A4 (hex) 2Wire Inc 0022A4 (base 16) 2Wire Inc 1764 Automation Parkway San Jose CA 95131 US 98-2C-BE (hex) 2Wire Inc 982CBE (base 16) 2Wire Inc 1764 Automation Pkwy San Jose CA 95131 US 64-0F-28 (hex) 2Wire Inc 640F28 (base 16) 2Wire Inc 1764 Automation Parkway San Jose CA 95131 US 00-12-3F (hex) Dell Inc. 00123F (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 00-0B-DB (hex) Dell Inc. 000BDB (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 20-47-47 (hex) Dell Inc. 204747 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 00-14-95 (hex) 2Wire Inc 001495 (base 16) 2Wire Inc 1704 Automation Parkway San Jose CA 95131 US 34-8A-AE (hex) Sagemcom Broadband SAS 348AAE (base 16) Sagemcom Broadband SAS 250 route de l'Empereur RUEIL MALMAISON CEDEX Hauts de Seine 92848 FR 7C-03-D8 (hex) Sagemcom Broadband SAS 7C03D8 (base 16) Sagemcom Broadband SAS 250 route de l'Empereur RUEIL MALMAISON CEDEX Hauts de Seine 92848 FR C0-AC-54 (hex) Sagemcom Broadband SAS C0AC54 (base 16) Sagemcom Broadband SAS 250 route de l'Empereur Rueil Malmaison HAUTS DE SEINE 92848 FR 2C-39-96 (hex) Sagemcom Broadband SAS 2C3996 (base 16) Sagemcom Broadband SAS 250 route de l'Empereur Rueil Malmaison HAUTS DE SEINE 92848 FR F0-82-61 (hex) Sagemcom Broadband SAS F08261 (base 16) Sagemcom Broadband SAS 250 route de l'Empereur Rueil Malmaison HAUTS DE SEINE 92848 FR 00-30-C5 (hex) CADENCE DESIGN SYSTEMS, INC. 0030C5 (base 16) CADENCE DESIGN SYSTEMS, INC. 555 RIVER OAKS PARKWAY SAN JOSE CA 95134 US D0-8C-B5 (hex) Texas Instruments D08CB5 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 00-18-2F (hex) Texas Instruments 00182F (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 00-17-EA (hex) Texas Instruments 0017EA (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 00-21-BA (hex) Texas Instruments 0021BA (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US BC-0D-A5 (hex) Texas Instruments BC0DA5 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US CC-8C-E3 (hex) Texas Instruments CC8CE3 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US E0-D7-BA (hex) Texas Instruments E0D7BA (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 1C-E2-CC (hex) Texas Instruments 1CE2CC (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 98-59-45 (hex) Texas Instruments 985945 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 94-44-52 (hex) Belkin International Inc. 944452 (base 16) Belkin International Inc. 12045 E. Waterfront Drive Playa Vista CA 90094 US B0-B4-48 (hex) Texas Instruments B0B448 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US D4-94-A1 (hex) Texas Instruments D494A1 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 00-14-BF (hex) Cisco-Linksys, LLC 0014BF (base 16) Cisco-Linksys, LLC 121 Theory Dr. Irvine CA 92612 US CC-B2-55 (hex) D-Link International CCB255 (base 16) D-Link International 1 International Business Park, #03-12, The Synergy SINGAPORE 609917 SG 28-10-7B (hex) D-Link International 28107B (base 16) D-Link International 1 International Business Park, #03-12, The Synergy SINGAPORE 609917 SG FC-75-16 (hex) D-Link International FC7516 (base 16) D-Link International 1 International Business Park, #03-12, The Synergy SINGAPORE 609917 SG 84-C9-B2 (hex) D-Link International 84C9B2 (base 16) D-Link International 1 International Business Park, #03-12, The Synergy SINGAPORE 609917 SG C8-D3-A3 (hex) D-Link International C8D3A3 (base 16) D-Link International 1 Internal Business Park, #03-12. The Synergy Singapore Singapore 609917 US 3C-BB-73 (hex) Shenzhen Xinguodu Technology Co., Ltd. 3CBB73 (base 16) Shenzhen Xinguodu Technology Co., Ltd. F17A, JinSong Building, Tairan Industrial & Trade Park, Chegongmiao, Shennan Road,Futian District Shenzhen Guangdong 518040 CN 0C-47-C9 (hex) Amazon Technologies Inc. 0C47C9 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 00-50-BA (hex) D-Link Corporation 0050BA (base 16) D-Link Corporation 2F, NO. 233L-2, PAO-CHIAO RD. TAIPEI 0000 TW 00-17-9A (hex) D-Link Corporation 00179A (base 16) D-Link Corporation No. 289, Sinhu 3rd Rd., Neihu District, Taipei 114 TW 00-1C-F0 (hex) D-Link Corporation 001CF0 (base 16) D-Link Corporation NO.289, Sinhu 3rd Rd., Neihu District, Taipei City 114 TW 00-1E-58 (hex) D-Link Corporation 001E58 (base 16) D-Link Corporation NO.289, Sinhu 3rd Rd., Neihu District, Taipei City 114 TW 00-22-B0 (hex) D-Link Corporation 0022B0 (base 16) D-Link Corporation No.289, Sinhu 3rd RD., Neihu District, Taipei City 114 TW 00-24-01 (hex) D-Link Corporation 002401 (base 16) D-Link Corporation No.289, Sinhu 3rd RD., Neihu District, Taipei City 114 TW 1C-AF-F7 (hex) D-Link International 1CAFF7 (base 16) D-Link International 1 INTERNATIONAL BUSINESS PARK, SINGAPORE 609917 SG 14-D6-4D (hex) D-Link International 14D64D (base 16) D-Link International 1 INTERNATIONAL BUSINESS PARK SINGAPORE 609917 SG 90-94-E4 (hex) D-Link International 9094E4 (base 16) D-Link International 1 International Business Park, #03-12, The Synergy SINGAPORE 609917 SG B4-99-BA (hex) Hewlett Packard B499BA (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 04-78-63 (hex) Shanghai MXCHIP Information Technology Co., Ltd. 047863 (base 16) Shanghai MXCHIP Information Technology Co., Ltd. 9th Floor, No. 5 Building, 2145 Jinshajiang Rd., Putuo District Shanghai 200333 CN 40-9F-87 (hex) Jide Technology (Hong Kong) Limited 409F87 (base 16) Jide Technology (Hong Kong) Limited jiahua Mansion 3F, 133 North 4th Ring Road East, Chaoyang District Beijing 100101 CN 0C-F9-C0 (hex) BSkyB Ltd 0CF9C0 (base 16) BSkyB Ltd 130 Kings Road Brentwood Essex 08854 GB 4C-FF-12 (hex) Fuze Entertainment Co., ltd 4CFF12 (base 16) Fuze Entertainment Co., ltd 3rd Floor Harbour Centre George Town George Town P.O. Box 613GT KY AC-9A-22 (hex) NXP Semiconductors AC9A22 (base 16) NXP Semiconductors 411 E. Plumeria Drive San Jose CA 95134 US 28-7C-DB (hex) Hefei Toycloud Technology Co.,ltd 287CDB (base 16) Hefei Toycloud Technology Co.,ltd FLOOR 13,XUNFEI BUILDING,NO.666 WANGJIANG ROAD,HIGH & NEW TECHNOLOGY DEVELOPMENT ZONE.HEFEI. Hefei Anhui 230088 CN 80-6A-B0 (hex) Shenzhen TINNO Mobile Technology Corp. 806AB0 (base 16) Shenzhen TINNO Mobile Technology Corp. 4/F.,H-3 Building,OCT Eastern lndustrial Park Nanshan District, Shenzhen GUANGDONG 518053 CN 48-AD-08 (hex) HUAWEI TECHNOLOGIES CO.,LTD 48AD08 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 4C-FB-45 (hex) HUAWEI TECHNOLOGIES CO.,LTD 4CFB45 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan Guangdong 523808 CN 00-9A-CD (hex) HUAWEI TECHNOLOGIES CO.,LTD 009ACD (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan Guangdong 523808 CN 3C-5A-B4 (hex) Google, Inc. 3C5AB4 (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View 94043 US F4-F5-E8 (hex) Google, Inc. F4F5E8 (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View 94043 US 94-EB-2C (hex) Google, Inc. 94EB2C (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View 94043 US 0C-C7-31 (hex) Currant, Inc. 0CC731 (base 16) Currant, Inc. 927 Industrial Ave Palo Alto CA 94303 US 70-B3-D5 (hex) IEEE Registration Authority 70B3D5 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 28-ED-6A (hex) Apple, Inc. 28ED6A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C0-56-E3 (hex) Hangzhou Hikvision Digital Technology Co.,Ltd. C056E3 (base 16) Hangzhou Hikvision Digital Technology Co.,Ltd. No.469,Jianghui Road Hangzhou Zhejiang 310052 CN EC-3E-F7 (hex) Juniper Networks EC3EF7 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 0C-F8-93 (hex) ARRIS Group, Inc. 0CF893 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 3C-DF-A9 (hex) ARRIS Group, Inc. 3CDFA9 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 84-61-A0 (hex) ARRIS Group, Inc. 8461A0 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-15-D1 (hex) ARRIS Group, Inc. 0015D1 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1D-D0 (hex) ARRIS Group, Inc. 001DD0 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1D-D3 (hex) ARRIS Group, Inc. 001DD3 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US AC-B3-13 (hex) ARRIS Group, Inc. ACB313 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 38-F2-3E (hex) Microsoft Mobile Oy 38F23E (base 16) Microsoft Mobile Oy Keilalahdentie 4 Espoo 02150 FI E4-F8-9C (hex) Intel Corporate E4F89C (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 6C-A1-00 (hex) Intel Corporate 6CA100 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 2C-41-38 (hex) Hewlett Packard 2C4138 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 44-1E-A1 (hex) Hewlett Packard 441EA1 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 78-E7-D1 (hex) Hewlett Packard 78E7D1 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 5C-8F-E0 (hex) ARRIS Group, Inc. 5C8FE0 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 90-C7-92 (hex) ARRIS Group, Inc. 90C792 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US BC-CA-B5 (hex) ARRIS Group, Inc. BCCAB5 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US D0-39-B3 (hex) ARRIS Group, Inc. D039B3 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-0F-CC (hex) ARRIS Group, Inc. 000FCC (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-12-F0 (hex) Intel Corporate 0012F0 (base 16) Intel Corporate Lot 8, Jalan Hi-tech 2/3 Kulim Kedah 09000 MY 00-07-40 (hex) BUFFALO.INC 000740 (base 16) BUFFALO.INC AKAMONDORI Bldg., 30-20,Ohsu 3-chome Naka-ku,Nagoya Aichi Pref. 460-8315 JP 00-24-A5 (hex) BUFFALO.INC 0024A5 (base 16) BUFFALO.INC AKAMONDORI Bldg., 30-20,Ohsu 3-chome Naka-ku,Nagoya Aichi Pref. 460-8315 JP CC-E1-D5 (hex) BUFFALO.INC CCE1D5 (base 16) BUFFALO.INC AKAMONDORI Bldg.,30-20,Ohsu 3-chome Naka-ku,Nagoya Aichi Pref 460-8315 JP A4-02-B9 (hex) Intel Corporate A402B9 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY DC-53-60 (hex) Intel Corporate DC5360 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-1C-C4 (hex) Hewlett Packard 001CC4 (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 00-1E-0B (hex) Hewlett Packard 001E0B (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 00-22-64 (hex) Hewlett Packard 002264 (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 00-25-B3 (hex) Hewlett Packard 0025B3 (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 00-0C-F1 (hex) Intel Corporation 000CF1 (base 16) Intel Corporation MS: JF3-420 Hillsboro OR 97124 US 78-48-59 (hex) Hewlett Packard 784859 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 58-DC-6D (hex) Exceptional Innovation, Inc. 58DC6D (base 16) Exceptional Innovation, Inc. 480 Olde Worthington Rd, Suite 350 Westerville OH 43082 US 90-21-55 (hex) HTC Corporation 902155 (base 16) HTC Corporation No.23 Xinghua Road Taoyuan County 330 TW 64-31-50 (hex) Hewlett Packard 643150 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 7C-B1-5D (hex) HUAWEI TECHNOLOGIES CO.,LTD 7CB15D (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan Guangdong 523808 CN 00-26-5E (hex) Hon Hai Precision Ind. Co.,Ltd. 00265E (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 00-24-2C (hex) Hon Hai Precision Ind. Co.,Ltd. 00242C (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN D8-B3-77 (hex) HTC Corporation D8B377 (base 16) HTC Corporation No. 23, Xinghua Rd., Taoyuan City 330 TW B0-F1-A3 (hex) Fengfan (BeiJing) Technology Co., Ltd. B0F1A3 (base 16) Fengfan (BeiJing) Technology Co., Ltd. Room518,Dianzichengdasha Town,No12,Jiuxianqiao Road Beijing Chaoyang District 100016 CN 34-64-A9 (hex) Hewlett Packard 3464A9 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 38-63-BB (hex) Hewlett Packard 3863BB (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 5C-B9-01 (hex) Hewlett Packard 5CB901 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US DC-4A-3E (hex) Hewlett Packard DC4A3E (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US B0-5A-DA (hex) Hewlett Packard B05ADA (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 00-10-83 (hex) Hewlett Packard 001083 (base 16) Hewlett Packard MAIL STOP 42LE CUPERTINO CA 95014 US A0-B3-CC (hex) Hewlett Packard A0B3CC (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US EC-B1-D7 (hex) Hewlett Packard ECB1D7 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 9C-B6-54 (hex) Hewlett Packard 9CB654 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 6C-3B-E5 (hex) Hewlett Packard 6C3BE5 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US B0-AA-36 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD B0AA36 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD DONGGUAN GUANGDONG 523860 CN 78-4B-87 (hex) Murata Manufacturing Co., Ltd. 784B87 (base 16) Murata Manufacturing Co., Ltd. 1-10-1,Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP E4-CE-02 (hex) WyreStorm Technologies Ltd E4CE02 (base 16) WyreStorm Technologies Ltd Tech Valley Park, 23 Wood Road Round Lake New York 12151 GB 40-F3-08 (hex) Murata Manufacturing Co., Ltd. 40F308 (base 16) Murata Manufacturing Co., Ltd. 1-10-1 Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP 80-89-17 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 808917 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24 (floors 1,3,4,5) and 28 (floors1-4)  Shennan Rd, Nanshan Shenzhen,Guangdong Province 518057 CN A0-93-47 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD A09347 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD,WUSHA,CHANG'AN,DONGGUAN,GUANGDONG,CHINA DONGGUAN GUANGDONG 523860 CN E8-BB-A8 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD E8BBA8 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD,WUSHA,CHANG'AN,DONGGUAN,GUANGDONG,CHINA DONGGUAN GUANGDONG 523860 CN 94-2C-B3 (hex) HUMAX Co., Ltd. 942CB3 (base 16) HUMAX Co., Ltd. HUMAX Village, 216, Hwangsaeul-ro, Bu Seongnam-si Gyeonggi-do 463-875 KR 00-27-19 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 002719 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 7, Second Part, Honghualing Industrial Zone Shenzhen Guangdong 518057 CN 40-16-9F (hex) TP-LINK TECHNOLOGIES CO.,LTD. 40169F (base 16) TP-LINK TECHNOLOGIES CO.,LTD. 1-6F, Building 2, Pingshandayuan Industrial, South Zone, Shenzhen Guangdong 518000 CN F4-EC-38 (hex) TP-LINK TECHNOLOGIES CO.,LTD. F4EC38 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. 1-6F, Building 2, Pingshandayuan Industrial, South Zone, Shenzhen Guangdong 518000 CN 14-04-67 (hex) SNK Technologies Co.,Ltd. 140467 (base 16) SNK Technologies Co.,Ltd. #1001, Byuksan Sunyoung Technopia, A-dong, 13 Ojeongongeop-gil, Uiwang-si, Gyeonggi-do 16072 KR 80-30-DC (hex) Texas Instruments 8030DC (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US A4-D5-78 (hex) Texas Instruments A4D578 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 14-CF-92 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 14CF92 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24 (floors 1,3,4,5) and 28 (floors1-4) shenzhen guangdong Province 518057 CN 20-DC-E6 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 20DCE6 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24 (floors 1,3,4,5) and 28 (floors1-4) shenzhen guangdong Province 518057 CN 14-CC-20 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 14CC20 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24 (floors 1,3,4,5) and 28 (floors1-4) Shennan Rd, Nanshan Shenzhen,Guangdong Province 518057 CN 24-60-81 (hex) razberi technologies 246081 (base 16) razberi technologies 13755 Hutton Drive Suite 500 Farmers Branch TX 75234 US A4-D1-8C (hex) Apple, Inc. A4D18C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 90-F6-52 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 90F652 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24 (floors 1,3,4,5) and 28 (floors1-4) Central Science and Technology Park,Shennan Rd, Nanshan, Shenzhen Guangdong Province, 518057 CN 24-1E-EB (hex) Apple, Inc. 241EEB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US CC-25-EF (hex) Apple, Inc. CC25EF (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 88-CF-98 (hex) HUAWEI TECHNOLOGIES CO.,LTD 88CF98 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN F8-0D-43 (hex) Hon Hai Precision Ind. Co.,Ltd. F80D43 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 38-F8-89 (hex) HUAWEI TECHNOLOGIES CO.,LTD 38F889 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN D0-7A-B5 (hex) HUAWEI TECHNOLOGIES CO.,LTD D07AB5 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-19-C6 (hex) zte corporation 0019C6 (base 16) zte corporation Technology Management Department, Shenzhen Guangdong 518057 CN 00-1D-D9 (hex) Hon Hai Precision Ind. Co.,Ltd. 001DD9 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 00-19-7D (hex) Hon Hai Precision Ind. Co.,Ltd. 00197D (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 7C-4C-A5 (hex) BSkyB Ltd 7C4CA5 (base 16) BSkyB Ltd 130 Kings Road Brentwood Essex 08854 GB 00-14-A4 (hex) Hon Hai Precision Ind. Co.,Ltd. 0014A4 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 78-DD-08 (hex) Hon Hai Precision Ind. Co.,Ltd. 78DD08 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 9C-D2-1E (hex) Hon Hai Precision Ind. Co.,Ltd. 9CD21E (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN B4-30-52 (hex) HUAWEI TECHNOLOGIES CO.,LTD B43052 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 80-D0-9B (hex) HUAWEI TECHNOLOGIES CO.,LTD 80D09B (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 1C-8E-5C (hex) HUAWEI TECHNOLOGIES CO.,LTD 1C8E5C (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 84-74-2A (hex) zte corporation 84742A (base 16) zte corporation 12/F.,zte R&D building,kejinan Road, shenzhen guangdong 518057 CN 9C-D2-4B (hex) zte corporation 9CD24B (base 16) zte corporation 12/F.,zte R&D building,kejinan Road, shenzhen guangdong 518057 CN C8-7B-5B (hex) zte corporation C87B5B (base 16) zte corporation 12/F.,zte R&D building,kejinan Road, shenzhen guangdong 518057 CN 00-07-D8 (hex) Hitron Technologies. Inc 0007D8 (base 16) Hitron Technologies. Inc 135-220 Hitron B/D 726-5 Seoul 13456 KR C0-3E-0F (hex) BSkyB Ltd C03E0F (base 16) BSkyB Ltd 130 Kings Road Brentwood Essex 08854 GB 90-4E-2B (hex) HUAWEI TECHNOLOGIES CO.,LTD 904E2B (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 20-08-ED (hex) HUAWEI TECHNOLOGIES CO.,LTD 2008ED (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-34-FE (hex) HUAWEI TECHNOLOGIES CO.,LTD 0034FE (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN C8-51-95 (hex) HUAWEI TECHNOLOGIES CO.,LTD C85195 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 40-CB-A8 (hex) HUAWEI TECHNOLOGIES CO.,LTD 40CBA8 (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate Shenzhen GuangDong 518057 CN D4-6E-5C (hex) HUAWEI TECHNOLOGIES CO.,LTD D46E5C (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate Shenzhen GuangDong 518057 CN 88-53-D4 (hex) HUAWEI TECHNOLOGIES CO.,LTD 8853D4 (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District Shenzhen Guangdong 518057 CN 04-C0-6F (hex) HUAWEI TECHNOLOGIES CO.,LTD 04C06F (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN 20-2B-C1 (hex) HUAWEI TECHNOLOGIES CO.,LTD 202BC1 (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN 54-A5-1B (hex) HUAWEI TECHNOLOGIES CO.,LTD 54A51B (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN 00-25-68 (hex) HUAWEI TECHNOLOGIES CO.,LTD 002568 (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN 78-1D-BA (hex) HUAWEI TECHNOLOGIES CO.,LTD 781DBA (base 16) HUAWEI TECHNOLOGIES CO.,LTD HUAWEI Industrial Base Bantian,Longgang Shenzhen guangdong 518129 CN 00-25-9E (hex) HUAWEI TECHNOLOGIES CO.,LTD 00259E (base 16) HUAWEI TECHNOLOGIES CO.,LTD B1-7,Huawei Base,Bantian, Longgang District,ShenZhen,GuangDong,CHINA ShenZhen GuangDong 518129 CN 00-6B-8E (hex) Shanghai Feixun Communication Co.,Ltd. 006B8E (base 16) Shanghai Feixun Communication Co.,Ltd. Building 90,No,4855,Guangfulin Road shanghai Shanghai 201616 CN D4-6A-A8 (hex) HUAWEI TECHNOLOGIES CO.,LTD D46AA8 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen Shenzhen 518129 CN BC-AD-AB (hex) Avaya Inc BCADAB (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US FC-A8-41 (hex) Avaya Inc FCA841 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 3C-B1-5B (hex) Avaya Inc 3CB15B (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 34-75-C7 (hex) Avaya Inc 3475C7 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US B0-AD-AA (hex) Avaya Inc B0ADAA (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US B4-47-5E (hex) Avaya Inc B4475E (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US B8-BC-1B (hex) HUAWEI TECHNOLOGIES CO.,LTD B8BC1B (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 58-2A-F7 (hex) HUAWEI TECHNOLOGIES CO.,LTD 582AF7 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 24-D9-21 (hex) Avaya Inc 24D921 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 84-83-71 (hex) Avaya Inc 848371 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 00-1B-4F (hex) Avaya Inc 001B4F (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 4C-8B-EF (hex) HUAWEI TECHNOLOGIES CO.,LTD 4C8BEF (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Shenzhen Guangdong 518057 CN 50-06-AB (hex) Cisco Systems, Inc 5006AB (base 16) Cisco Systems, Inc 80 West Tasman Dr. San Jose CA 94568 US FC-48-EF (hex) HUAWEI TECHNOLOGIES CO.,LTD FC48EF (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1-4,Huawei Industrial Base,Bantian,Longgang ShenZhen GuangDong 518129 CN 70-7B-E8 (hex) HUAWEI TECHNOLOGIES CO.,LTD 707BE8 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1-4,Huawei Industrial Base,Bantian,Longgang ShenZhen GuangDong 518129 CN 4C-1F-CC (hex) HUAWEI TECHNOLOGIES CO.,LTD 4C1FCC (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1-4,Huawei Industrial Base,Bantian,Longgang ShenZhen GuangDong 518129 CN 00-90-6D (hex) Cisco Systems, Inc 00906D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-90-AB (hex) Cisco Systems, Inc 0090AB (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-50-54 (hex) Cisco Systems, Inc 005054 (base 16) Cisco Systems, Inc 170 W. TASMAN DR. SAN JOSE CA 95134-1706 US 00-50-0B (hex) Cisco Systems, Inc 00500B (base 16) Cisco Systems, Inc 170 W. TASMAN DR. SAN JOSE CA 95134-1706 US 00-03-DD (hex) Comark Interactive Solutions 0003DD (base 16) Comark Interactive Solutions 93 West St. Medfield MA 02052 US 00-50-53 (hex) Cisco Systems, Inc 005053 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-50-50 (hex) Cisco Systems, Inc 005050 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US D4-B1-10 (hex) HUAWEI TECHNOLOGIES CO.,LTD D4B110 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen ShenZhen GuangDong 518129 CN E4-68-A3 (hex) HUAWEI TECHNOLOGIES CO.,LTD E468A3 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen ShenZhen GuangDong 518129 CN 24-71-89 (hex) Texas Instruments 247189 (base 16) Texas Instruments 12500 TI BLVD Dallas 75243 US 98-7B-F3 (hex) Texas Instruments 987BF3 (base 16) Texas Instruments 12500 TI BLVD Dallas 75243 US A0-F6-FD (hex) Texas Instruments A0F6FD (base 16) Texas Instruments 12500 TI BLVD Dallas 75243 US D0-B5-C2 (hex) Texas Instruments D0B5C2 (base 16) Texas Instruments 12500 TI BLVD Dallas 75243 US 78-A5-04 (hex) Texas Instruments 78A504 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 6C-EC-EB (hex) Texas Instruments 6CECEB (base 16) Texas Instruments 12500 TI BLVD Dallas 75243 US 34-00-A3 (hex) HUAWEI TECHNOLOGIES CO.,LTD 3400A3 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base Shenzhen Guangdong 518129 CN 00-90-2B (hex) Cisco Systems, Inc 00902B (base 16) Cisco Systems, Inc 170 W. TASMAN DR. SAN JOSE CA 95134-1706 US 00-E0-8F (hex) Cisco Systems, Inc 00E08F (base 16) Cisco Systems, Inc 170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US 00-18-68 (hex) Cisco SPVTG 001868 (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30044 US 88-75-56 (hex) Cisco Systems, Inc 887556 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US FC-99-47 (hex) Cisco Systems, Inc FC9947 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 6C-20-56 (hex) Cisco Systems, Inc 6C2056 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 00-15-F2 (hex) ASUSTek COMPUTER INC. 0015F2 (base 16) ASUSTek COMPUTER INC. No.5 Shing Yeh Street,Kwei Shan Hsiang,Taoyuan Taipei 333 TW 90-E6-BA (hex) ASUSTek COMPUTER INC. 90E6BA (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd.,Peitou,Taipei 112 ,Taiwan Taipei Taiwan 112 TW 00-26-18 (hex) ASUSTek COMPUTER INC. 002618 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd.,Peitou,Taipei 112 ,Taiwan Taipei Taiwan 112 TW F4-6D-04 (hex) ASUSTek COMPUTER INC. F46D04 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd.,Peitou, Taipei 112 TW 00-E0-18 (hex) ASUSTek COMPUTER INC. 00E018 (base 16) ASUSTek COMPUTER INC. 150 LI-TE RD. PEITOU, TAIPEI 77777 TW 00-0C-6E (hex) ASUSTek COMPUTER INC. 000C6E (base 16) ASUSTek COMPUTER INC. 150, Li-Te Rd., PeiTou Taipei 112 TW 00-0E-A6 (hex) ASUSTek COMPUTER INC. 000EA6 (base 16) ASUSTek COMPUTER INC. 150, Li-Te Rd., PeiTou Taipei 112 TW 00-1D-60 (hex) ASUSTek COMPUTER INC. 001D60 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd.,Peitou Taipei 112 TW 6C-41-6A (hex) Cisco Systems, Inc 6C416A (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US EC-E1-A9 (hex) Cisco Systems, Inc ECE1A9 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US C0-67-AF (hex) Cisco Systems, Inc C067AF (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US AC-F2-C5 (hex) Cisco Systems, Inc ACF2C5 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 24-01-C7 (hex) Cisco Systems, Inc 2401C7 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 68-86-A7 (hex) Cisco Systems, Inc 6886A7 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US C0-25-5C (hex) Cisco Systems, Inc C0255C (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 3C-0E-23 (hex) Cisco Systems, Inc 3C0E23 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 08-CC-68 (hex) Cisco Systems, Inc 08CC68 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 0C-27-24 (hex) Cisco Systems, Inc 0C2724 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 6C-FA-89 (hex) Cisco Systems, Inc 6CFA89 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 00-E0-A3 (hex) Cisco Systems, Inc 00E0A3 (base 16) Cisco Systems, Inc 170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US 60-2A-D0 (hex) Cisco SPVTG 602AD0 (base 16) Cisco SPVTG 5030 Sugarloaf Pkwy Lawrenceville GA 30044 US 74-5E-1C (hex) PIONEER CORPORATION 745E1C (base 16) PIONEER CORPORATION 1-1 Shin-ogura Kawasaki-shi Kanagawa Prefecture 2120031 JP 04-62-73 (hex) Cisco Systems, Inc 046273 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US D8-B1-90 (hex) Cisco Systems, Inc D8B190 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 80-E8-6F (hex) Cisco Systems, Inc 80E86F (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US AC-7E-8A (hex) Cisco Systems, Inc AC7E8A (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 1C-E8-5D (hex) Cisco Systems, Inc 1CE85D (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US A8-9D-21 (hex) Cisco Systems, Inc A89D21 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 68-9C-E2 (hex) Cisco Systems, Inc 689CE2 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 00-23-BE (hex) Cisco SPVTG 0023BE (base 16) Cisco SPVTG 5030 Sugarloaf Pkwy Lawrenceville GA 30044 US 18-59-33 (hex) Cisco SPVTG 185933 (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30044 US 44-58-29 (hex) Cisco SPVTG 445829 (base 16) Cisco SPVTG 5030 Sugarloaf Pkwy Lawrenceville GA 30044 US F4-4E-05 (hex) Cisco Systems, Inc F44E05 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 88-1D-FC (hex) Cisco Systems, Inc 881DFC (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 00-10-11 (hex) Cisco Systems, Inc 001011 (base 16) Cisco Systems, Inc 170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US 00-00-0C (hex) Cisco Systems, Inc 00000C (base 16) Cisco Systems, Inc 170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US 28-CF-E9 (hex) Apple, Inc. 28CFE9 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-A0-40 (hex) Apple, Inc. 00A040 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A0-F8-49 (hex) Cisco Systems, Inc A0F849 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 3C-D0-F8 (hex) Apple, Inc. 3CD0F8 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 68-09-27 (hex) Apple, Inc. 680927 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 6C-C2-6B (hex) Apple, Inc. 6CC26B (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 44-D8-84 (hex) Apple, Inc. 44D884 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-26-08 (hex) Apple, Inc. 002608 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-26-B0 (hex) Apple, Inc. 0026B0 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-26-BB (hex) Apple, Inc. 0026BB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D4-9A-20 (hex) Apple, Inc. D49A20 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F8-1E-DF (hex) Apple, Inc. F81EDF (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C8-2A-14 (hex) Apple, Inc. C82A14 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 3C-07-54 (hex) Apple, Inc. 3C0754 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A4-B1-97 (hex) Apple, Inc. A4B197 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F0-B4-79 (hex) Apple, Inc. F0B479 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 10-93-E9 (hex) Apple, Inc. 1093E9 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 44-2A-60 (hex) Apple, Inc. 442A60 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A4-D1-D2 (hex) Apple, Inc. A4D1D2 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 28-CF-DA (hex) Apple, Inc. 28CFDA (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-30-65 (hex) Apple, Inc. 003065 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-14-51 (hex) Apple, Inc. 001451 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-1E-52 (hex) Apple, Inc. 001E52 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-21-E9 (hex) Apple, Inc. 0021E9 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US CC-08-E0 (hex) Apple, Inc. CC08E0 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 04-54-53 (hex) Apple, Inc. 045453 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F4-F9-51 (hex) Apple, Inc. F4F951 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C0-63-94 (hex) Apple, Inc. C06394 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 18-AF-8F (hex) Apple, Inc. 18AF8F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C8-B5-B7 (hex) Apple, Inc. C8B5B7 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 90-B2-1F (hex) Apple, Inc. 90B21F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 30-F7-C5 (hex) Apple, Inc. 30F7C5 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 40-B3-95 (hex) Apple, Inc. 40B395 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 44-FB-42 (hex) Apple, Inc. 44FB42 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E8-8D-28 (hex) Apple, Inc. E88D28 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 94-94-26 (hex) Apple, Inc. 949426 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 20-7D-74 (hex) Apple, Inc. 207D74 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F4-F1-5A (hex) Apple, Inc. F4F15A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C8-6F-1D (hex) Apple, Inc. C86F1D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 30-90-AB (hex) Apple, Inc. 3090AB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 8C-2D-AA (hex) Apple, Inc. 8C2DAA (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 84-85-06 (hex) Apple, Inc. 848506 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 98-FE-94 (hex) Apple, Inc. 98FE94 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D8-00-4D (hex) Apple, Inc. D8004D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 64-20-0C (hex) Apple, Inc. 64200C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C8-33-4B (hex) Apple, Inc. C8334B (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 64-E6-82 (hex) Apple, Inc. 64E682 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US B8-E8-56 (hex) Apple, Inc. B8E856 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D8-96-95 (hex) Apple, Inc. D89695 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 14-99-E2 (hex) Apple, Inc. 1499E2 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US B4-18-D1 (hex) Apple, Inc. B418D1 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 9C-20-7B (hex) Apple, Inc. 9C207B (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US B0-65-BD (hex) Apple, Inc. B065BD (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 54-26-96 (hex) Apple, Inc. 542696 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 64-A3-CB (hex) Apple, Inc. 64A3CB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 90-3C-92 (hex) Apple, Inc. 903C92 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D8-1D-72 (hex) Apple, Inc. D81D72 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 34-12-98 (hex) Apple, Inc. 341298 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 70-E7-2C (hex) Apple, Inc. 70E72C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 70-EC-E4 (hex) Apple, Inc. 70ECE4 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 68-AE-20 (hex) Apple, Inc. 68AE20 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US AC-87-A3 (hex) Apple, Inc. AC87A3 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D8-BB-2C (hex) Apple, Inc. D8BB2C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D0-4F-7E (hex) Apple, Inc. D04F7E (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 20-78-F0 (hex) Apple, Inc. 2078F0 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E0-AC-CB (hex) Apple, Inc. E0ACCB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A0-99-9B (hex) Apple, Inc. A0999B (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 24-24-0E (hex) Apple, Inc. 24240E (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F0-DB-F8 (hex) Apple, Inc. F0DBF8 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 48-74-6E (hex) Apple, Inc. 48746E (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 54-AE-27 (hex) Apple, Inc. 54AE27 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US FC-E9-98 (hex) Apple, Inc. FCE998 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 0C-BC-9F (hex) Apple, Inc. 0CBC9F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 34-36-3B (hex) Apple, Inc. 34363B (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D0-A6-37 (hex) Apple, Inc. D0A637 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 78-9F-70 (hex) Apple, Inc. 789F70 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 9C-F3-87 (hex) Apple, Inc. 9CF387 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A8-5B-78 (hex) Apple, Inc. A85B78 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C8-F6-50 (hex) Apple, Inc. C8F650 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A8-8E-24 (hex) Apple, Inc. A88E24 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 6C-4A-39 (hex) BITA 6C4A39 (base 16) BITA 6/F, New Century Hotel Office Tower BEI JING 100044 CN 84-7D-50 (hex) Holley Metering Limited 847D50 (base 16) Holley Metering Limited 181 Wuchang Avenue Hangzhou Zhejiang 310023 CN 50-D5-9C (hex) Thai Habel Industrial Co., Ltd. 50D59C (base 16) Thai Habel Industrial Co., Ltd. 3/1 - 3/3 RAMA 3 RD, ฺBangkholaem Bangkok 10120 TH 20-89-6F (hex) Fiberhome Telecommunication Technologies Co.,LTD 20896F (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 30-52-CB (hex) Liteon Technology Corporation 3052CB (base 16) Liteon Technology Corporation 4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW 04-96-45 (hex) WUXI SKY CHIP INTERCONNECTION TECHNOLOGY CO.,LTD. 049645 (base 16) WUXI SKY CHIP INTERCONNECTION TECHNOLOGY CO.,LTD. Building F12, China Sensor Network International Innovation park,200# Linghu Avenue,Wuxi. WUXI Jiangsu 214135 CN 1C-CD-E5 (hex) Shanghai Wind Technologies Co.,Ltd 1CCDE5 (base 16) Shanghai Wind Technologies Co.,Ltd Room 208,Section A, Building 3#, No.7 GuiQing Road, Xuhui District, Shanghai, China(Headquarter) Shanghai Shanghai 200233 CN 68-14-01 (hex) Hon Hai Precision Ind. Co.,Ltd. 681401 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 50-A9-DE (hex) Smartcom - Bulgaria AD 50A9DE (base 16) Smartcom - Bulgaria AD BIC IZOT, Building 1, Floor 3, Office 317 Sofia Sofia 1784 BG AC-1F-D7 (hex) Real Vision Technology Co.,Ltd. AC1FD7 (base 16) Real Vision Technology Co.,Ltd. A-805, 537, Dunchon-daero, Jungwon-gu Seongnam-si Gyeonggi-do 13216 KR 88-C2-42 (hex) Poynt Co. 88C242 (base 16) Poynt Co. 490 S. California Avenue Palo Alto California 94306 US 14-02-EC (hex) Hewlett Packard Enterprise 1402EC (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US E0-34-E4 (hex) Feit Electric Company, Inc. E034E4 (base 16) Feit Electric Company, Inc. 4901 Gregg Road Pico Rivera CA 90660 US 34-C9-F0 (hex) LM Technologies Ltd 34C9F0 (base 16) LM Technologies Ltd Unit 19 Spectrum House London England NW5 1LP GB 68-A8-28 (hex) HUAWEI TECHNOLOGIES CO.,LTD 68A828 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN CC-20-E8 (hex) Apple, Inc. CC20E8 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 48-BF-74 (hex) Baicells Technologies Co.,LTD 48BF74 (base 16) Baicells Technologies Co.,LTD 10F,Dinghao Electronics Plaza-B,No.3 Haidian St.,Haidian Dist.,Beijing,China Beijing Beijing 10080 CN 6C-93-54 (hex) Yaojin Technology (Shenzhen) Co., LTD. 6C9354 (base 16) Yaojin Technology (Shenzhen) Co., LTD. No.18,Zhulong Tian Road,Shuitian No.4 Industrial Area,Shiyan Street, Baoan District,Shenzhen,China Shenzhen Guangdong 518108 CN DC-DC-07 (hex) TRP Systems BV DCDC07 (base 16) TRP Systems BV Televisieweg 159 1322 BH Almere Almere - - NL 38-91-D5 (hex) Hangzhou H3C Technologies Co., Limited 3891D5 (base 16) Hangzhou H3C Technologies Co., Limited 466 Changhe Road, Binjiang District Hangzhou Zhejiang, P.R.China 310052 CN 8C-E2-DA (hex) Circle Media Inc 8CE2DA (base 16) Circle Media Inc 1319 SE Martin Luther King Jr. Blvd. Portland Oregon 97214 US 38-21-87 (hex) Midea Group Co., Ltd. 382187 (base 16) Midea Group Co., Ltd. No. 6 Midea Avenue, Foshan Guangdong 528311 CN 78-D6-B2 (hex) Toshiba 78D6B2 (base 16) Toshiba 2-9,Suehiro-Cho Ome Tokyo 1988710 JP E8-DE-D6 (hex) Intrising Networks, Inc. E8DED6 (base 16) Intrising Networks, Inc. 8F., No.67, Shitan Rd., Neihu Dist., Taipei City 11469 Taipei TW DC-82-F6 (hex) iPort DC82F6 (base 16) iPort 236 Calle Pintoresco San Clemente CA 92672 US 70-48-0F (hex) Apple, Inc. 70480F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 3C-B7-2B (hex) PLUMgrid Inc 3CB72B (base 16) PLUMgrid Inc 5155 OLD IRONSIDES DR Santa Clara CA 95054 US 48-9A-42 (hex) Technomate Ltd 489A42 (base 16) Technomate Ltd Unit 11 Nobel Road London N18 3BH GB 20-D1-60 (hex) Private 20D160 (base 16) Private BC-9C-31 (hex) HUAWEI TECHNOLOGIES CO.,LTD BC9C31 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN D8-8B-4C (hex) KingTing Tech. D88B4C (base 16) KingTing Tech. 8 Holly St Irvine California 92612 US 38-4C-90 (hex) ARRIS Group, Inc. 384C90 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US F0-B0-E7 (hex) Apple, Inc. F0B0E7 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 38-1C-23 (hex) Hilan Technology CO.,LTD 381C23 (base 16) Hilan Technology CO.,LTD 604,Block 1,Kai Da Er Building,No.168 TongSha Road,XiLi Town,Nanshan,Shenzhen,P.R.C Shenzhen Guandong 518055 CN 64-9A-12 (hex) P2 Mobile Technologies Limited 649A12 (base 16) P2 Mobile Technologies Limited Unit 708, 7/F, Bio-Informatics Centre, No.2 Science Park West Avenue, Hong Kong Hong Kong 00000 HK AC-89-95 (hex) AzureWave Technology Inc. AC8995 (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW 04-69-F8 (hex) Apple, Inc. 0469F8 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 30-29-BE (hex) Shanghai MRDcom Co.,Ltd 3029BE (base 16) Shanghai MRDcom Co.,Ltd NO.123 JULI RD SHANGHAI PUDONG ZHANGJIANG HIGH-TECH PARK 201203 CN 20-C3-A4 (hex) RetailNext 20C3A4 (base 16) RetailNext 60 S. Market St, 10th Floor San Jose CA 95113 US E4-C2-D1 (hex) HUAWEI TECHNOLOGIES CO.,LTD E4C2D1 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN D4-F4-BE (hex) Palo Alto Networks D4F4BE (base 16) Palo Alto Networks 4401 Great America Parkway Santa Clara CA 95054 US 48-B6-20 (hex) ROLI Ltd. 48B620 (base 16) ROLI Ltd. 2 Glebe Road London E8 4BD GB D8-88-CE (hex) RF Technology Pty Ltd D888CE (base 16) RF Technology Pty Ltd 46/7 Sefton Rd Thornleigh NSW 2120 AU 30-7C-B2 (hex) ANOV FRANCE 307CB2 (base 16) ANOV FRANCE 100 CHEMIN DE BAILLOT MONTAUBAN TARN ET GARONNE 82000 FR 84-79-73 (hex) Shanghai Baud Data Communication Co.,Ltd. 847973 (base 16) Shanghai Baud Data Communication Co.,Ltd. NO.123 JULI RD PUDONG ZHANGJIANG HIGH-TECH PARK SHANGHAI 201203 CN E8-B4-C8 (hex) Samsung Electronics Co.,Ltd E8B4C8 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR D0-87-E2 (hex) Samsung Electronics Co.,Ltd D087E2 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR F0-5B-7B (hex) Samsung Electronics Co.,Ltd F05B7B (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR B0-47-BF (hex) Samsung Electronics Co.,Ltd B047BF (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 7C-0B-C6 (hex) Samsung Electronics Co.,Ltd 7C0BC6 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 7C-FE-90 (hex) Mellanox Technologies, Inc. 7CFE90 (base 16) Mellanox Technologies, Inc. 350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US 84-5B-12 (hex) HUAWEI TECHNOLOGIES CO.,LTD 845B12 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 20-55-31 (hex) Samsung Electronics Co.,Ltd 205531 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 10-86-8C (hex) ARRIS Group, Inc. 10868C (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 44-FD-A3 (hex) Everysight LTD. 44FDA3 (base 16) Everysight LTD. Advanced Technology Center P.O.B 539 Haifa Haifa 31053 IL A8-A7-95 (hex) Hon Hai Precision Ind. Co.,Ltd. A8A795 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 90-6F-A9 (hex) NANJING PUTIAN TELECOMMUNICATIONS TECHNOLOGY CO.,LTD. 906FA9 (base 16) NANJING PUTIAN TELECOMMUNICATIONS TECHNOLOGY CO.,LTD. No.1 Putian Road,Yuhuamenwai,Nanjing Nan Jing Jiang Su 210022 CN 60-FD-56 (hex) WOORISYSTEMS CO., Ltd 60FD56 (base 16) WOORISYSTEMS CO., Ltd 357-4, Neungpyeong-ri, Opo-eup Gwangjiu-si Gyeonggi-do 464-921 KR 98-70-E8 (hex) INNATECH SDN BHD 9870E8 (base 16) INNATECH SDN BHD 2, JALAN TIARA 3, TIARA SQUARE SUBANG JAYA SELANGOR 47600 MY 44-65-6A (hex) Mega Video Electronic(HK) Industry Co., Ltd 44656A (base 16) Mega Video Electronic(HK) Industry Co., Ltd Room 503, No.43 Fushun Street, Huanghai West Road, Dalian Liaoning 116600 CN 78-EB-39 (hex) Instituto Nacional de Tecnología Industrial 78EB39 (base 16) Instituto Nacional de Tecnología Industrial Av. Gral. Paz 5445 San Martín Buenos Aires 1650 AR 0C-75-6C (hex) Anaren Microwave, Inc. 0C756C (base 16) Anaren Microwave, Inc. 6635 Kirkville Road East Syracuse NY 13057 US D4-7B-B0 (hex) ASKEY COMPUTER CORP D47BB0 (base 16) ASKEY COMPUTER CORP 10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW F0-22-4E (hex) Esan electronic co. F0224E (base 16) Esan electronic co. D&I Building 2nd floor Gun-Po Kyunggido 435-862 KR CC-5F-BF (hex) Topwise 3G Communication Co., Ltd. CC5FBF (base 16) Topwise 3G Communication Co., Ltd. 6 Floor, A8 Music Building, Keyuan Road, High-Tech Park, Nanshan District, Shenzhen, China Shenzhen Guangdong 518000 CN C8-F9-C8 (hex) NewSharp Technology(SuZhou)Co,Ltd C8F9C8 (base 16) NewSharp Technology(SuZhou)Co,Ltd 1st/f.building 7th No.328 XingHu street SuZhou City SuZhou City JiangSu Province 215123 CN 80-C5-E6 (hex) Microsoft Corporation 80C5E6 (base 16) Microsoft Corporation 1 Microsoft Way Redmond Washington 98052 FI 10-DF-8B (hex) Shenzhen CareDear Communication Technology Co.,Ltd 10DF8B (base 16) Shenzhen CareDear Communication Technology Co.,Ltd No.605,6th floor, 1st Section, 25th Building, Science and Technology Park Industrial Zone, median space, High-tech Zone ShenZhen Guangdong 518000 CN C4-12-F5 (hex) D-Link International C412F5 (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG 5C-45-27 (hex) Juniper Networks 5C4527 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US E0-2C-B2 (hex) Lenovo Mobile Communication (Wuhan) Company Limited E02CB2 (base 16) Lenovo Mobile Communication (Wuhan) Company Limited No.19, Gaoxin 4th Road, Wuhan East Lake High-tech Zone, Wuhan, China 430205 Wuhan Hubei 430205 CN 60-6D-C7 (hex) Hon Hai Precision Ind. Co.,Ltd. 606DC7 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 68-ED-A4 (hex) Shenzhen Seavo Technology Co.,Ltd 68EDA4 (base 16) Shenzhen Seavo Technology Co.,Ltd 5H,West Building,NO.210,Terra Hi-Tech Industrial Park, Shenzhen Guangdong 518040 CN 2C-C5-D3 (hex) Ruckus Wireless 2CC5D3 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US F4-57-3E (hex) Fiberhome Telecommunication Technologies Co.,LTD F4573E (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN D0-43-1E (hex) Dell Inc. D0431E (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 54-CD-10 (hex) Panasonic Mobile Communications Co.,Ltd. 54CD10 (base 16) Panasonic Mobile Communications Co.,Ltd. 600 Saedo-cho Tsuzuki-ku Yokohama City Kanagawa 224-8539 JP 40-8D-5C (hex) GIGA-BYTE TECHNOLOGY CO.,LTD. 408D5C (base 16) GIGA-BYTE TECHNOLOGY CO.,LTD. Pin-Jen City, Taoyuan, Taiwan, R.O.C. Pin-Jen Taoyuan 324 TW FC-E1-FB (hex) Array Networks FCE1FB (base 16) Array Networks 1371 McCarthy Blvd Milpitas California 95035 US E8-91-20 (hex) Motorola Mobility LLC, a Lenovo Company E89120 (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US D4-F9-A1 (hex) HUAWEI TECHNOLOGIES CO.,LTD D4F9A1 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 54-40-AD (hex) Samsung Electronics Co.,Ltd 5440AD (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR A4-24-DD (hex) Cambrionix Ltd A424DD (base 16) Cambrionix Ltd St Johns Innovation Centre Cambridge Cambridgeshire CB4 0WS GB 14-5A-83 (hex) Logi-D inc 145A83 (base 16) Logi-D inc 5550 Des Rossignol Blvd Laval Quebec H7L 5W6 CA 80-4E-81 (hex) Samsung Electronics Co.,Ltd 804E81 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR C0-9A-71 (hex) XIAMEN MEITU MOBILE TECHNOLOGY CO.LTD C09A71 (base 16) XIAMEN MEITU MOBILE TECHNOLOGY CO.LTD 1-3F, Block2, No.6 Wanghai Rd,Siming District, Xiamen, Fujian, China (”MEITU”) Xiamen Fujian 361008 CN 64-16-7F (hex) Polycom 64167F (base 16) Polycom 6001 America Center Drive San Jose CA 95002 US 34-0B-40 (hex) MIOS ELETTRONICA SRL 340B40 (base 16) MIOS ELETTRONICA SRL VIA ARCHIMEDE, 10 SAN MARTINO B.A. (VR) VERONA 37036 IT 48-06-6A (hex) Tempered Networks, Inc. 48066A (base 16) Tempered Networks, Inc. 100 West Harrison St Seattle WA 98119 US BC-F8-11 (hex) Xiamen DNAKE Technology Co.,Ltd BCF811 (base 16) Xiamen DNAKE Technology Co.,Ltd 5F,Xingtel Building,Chuangxin Rd. Xiamen Fujian 361006 CN 90-0A-39 (hex) Wiio, Inc. 900A39 (base 16) Wiio, Inc. 99 S. Almaden Boulevard San Jose California 95113 US D0-C0-BF (hex) Actions Microelectronics Co., Ltd D0C0BF (base 16) Actions Microelectronics Co., Ltd 201, No 9 Building, Software Park,Kejizhonger Rd., Shenzhen Gangdong 518057 CN E8-61-BE (hex) Melec Inc. E861BE (base 16) Melec Inc. 516-10 Higashiasakawamachi Hachioji Tokyo 193-0834 JP 58-70-C6 (hex) Shanghai Xiaoyi Technology Co., Ltd. 5870C6 (base 16) Shanghai Xiaoyi Technology Co., Ltd. Shanghai Zhangjiang hi-tech park of Pudong New Area Shanghai Shanghai 201120 CN FC-8F-90 (hex) Samsung Electronics Co.,Ltd FC8F90 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 74-04-2B (hex) Lenovo Mobile Communication (Wuhan) Company Limited 74042B (base 16) Lenovo Mobile Communication (Wuhan) Company Limited No.19, Gaoxin 4th Road, Wuhan East Lake High-tech Zone, Wuhan, China 430205 Wuhan Hubei 430205 CN F8-7A-EF (hex) Rosonix Technology, Inc. F87AEF (base 16) Rosonix Technology, Inc. 10F, No.235, Sec. 4, Chengde Rd., Taipei Taiwan 11167 TW 20-28-BC (hex) Visionscape Co,. Ltd. 2028BC (base 16) Visionscape Co,. Ltd. 503, 145, Gasan Digital 1-ro, Geumcheon-gu, Seoul Korea 153-787 KR 24-1C-04 (hex) SHENZHEN JEHE TECHNOLOGY DEVELOPMENT CO., LTD. 241C04 (base 16) SHENZHEN JEHE TECHNOLOGY DEVELOPMENT CO., LTD. 2/F, Block A, Tsinghua Information Harbor, North Section Shenzhen Guangdong 518057 CN D0-5C-7A (hex) Sartura d.o.o. D05C7A (base 16) Sartura d.o.o. Kuniscak 28 Zagreb 10000 HR BC-5C-4C (hex) ELECOM CO.,LTD. BC5C4C (base 16) ELECOM CO.,LTD. 11F Tokyubancho Bldg. 6-2, Chiyoda-ku Tokyo 102-0081 JP 88-70-33 (hex) Hangzhou Silan Microelectronic Inc 887033 (base 16) Hangzhou Silan Microelectronic Inc No.4 HuangGuShan Road Hangzhou Zhejiang 310012 CN DC-56-E6 (hex) Shenzhen Bococom Technology Co.,LTD DC56E6 (base 16) Shenzhen Bococom Technology Co.,LTD 303, Dongjiang Environmental Build, LangShan Road. Shenzhen Guangdong 518000 CN CC-96-35 (hex) LVS Co.,Ltd. CC9635 (base 16) LVS Co.,Ltd. SmartValley B # 801 Incheon 406-840 KR 44-80-EB (hex) Motorola Mobility LLC, a Lenovo Company 4480EB (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US 40-28-14 (hex) RFI Engineering 402814 (base 16) RFI Engineering Markerkant 13-76 Almere Flevoland 1314AN NL 14-41-46 (hex) Honeywell (China) Co., LTD 144146 (base 16) Honeywell (China) Co., LTD No. 100, Zunyi Road, Changning District Shanghai Shanghai 200051 CN 94-F1-9E (hex) HUIZHOU MAORONG INTELLIGENT TECHNOLOGY CO.,LTD 94F19E (base 16) HUIZHOU MAORONG INTELLIGENT TECHNOLOGY CO.,LTD China Guangdong Huizhou Huizhou Guangdong 516000 CN B8-56-BD (hex) ITT LLC B856BD (base 16) ITT LLC 1-ya Brestkaya St, building 35 Moscow 125047 RU 40-A5-EF (hex) Shenzhen Four Seas Global Link Network Technology Co., Ltd. 40A5EF (base 16) Shenzhen Four Seas Global Link Network Technology Co., Ltd. Room 607-610, Block B, TAOJINDI Electronic Business Incubation Base Tenglong Road, Longhua District, Shenzhen Guangdong 518000 CN C4-92-4C (hex) KEISOKUKI CENTER CO.,LTD. C4924C (base 16) KEISOKUKI CENTER CO.,LTD. 2-6-7 SAKANE KAWANISHI-CITY HYOGO 666-0021 JP 74-9C-E3 (hex) KodaCloud Canada, Inc 749CE3 (base 16) KodaCloud Canada, Inc Suite 310 Ottawa Ontario K2K3G4 CA D4-55-56 (hex) Fiber Mountain Inc. D45556 (base 16) Fiber Mountain Inc. 700 W Johnson Ave Cheshire CT 06410 US 50-50-2A (hex) Egardia 50502A (base 16) Egardia Kleine Landtong 19 Gorinchem Zuid Holland 4201 HL NL 74-96-37 (hex) Todaair Electronic Co., Ltd 749637 (base 16) Todaair Electronic Co., Ltd F.6 Electronic Building, No.1 Shuinan Guangdeli Road,Peng’Jiang District, Jiangmen, Guangdong, China JiangMen Guangdong 529000 CN 88-E6-03 (hex) Avotek corporation 88E603 (base 16) Avotek corporation 9-17, Dongil-ro 174-gil, Nowon-gu, Seoul Seoul Seoul 139-808 KR 2C-AD-13 (hex) SHENZHEN ZHILU TECHNOLOGY CO.,LTD 2CAD13 (base 16) SHENZHEN ZHILU TECHNOLOGY CO.,LTD B2-402 Kexin Science Park, Keyuan Road, Hi-tech Park, Nanshan District, Shenzhen shenzhen Guangdong 518052 CN 78-AC-BF (hex) Igneous Systems 78ACBF (base 16) Igneous Systems 2401 4th Ave Seattle WA 98121 US C4-8E-8F (hex) Hon Hai Precision Ind. Co.,Ltd. C48E8F (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN C4-36-6C (hex) LG Innotek C4366C (base 16) LG Innotek Jangduk-dong 978-1 Gwang-ju Gwangsan-gu 506-731 KR 54-36-9B (hex) 1Verge Internet Technology (Beijing) Co., Ltd. 54369B (base 16) 1Verge Internet Technology (Beijing) Co., Ltd. 5th Floor, Sinosteel International Plaza Haidian District Beijing CN 40-D2-8A (hex) Nintendo Co., Ltd. 40D28A (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 40-62-B6 (hex) Tele system communication 4062B6 (base 16) Tele system communication 5F, No.437, Tao Ying Rd Taoyuan 33068 TW 60-12-8B (hex) CANON INC. 60128B (base 16) CANON INC. 30-2 Shimomaruko 3-chome, Ohta-ku Tokyo 146-8501 JP 84-C3-E8 (hex) Vaillant GmbH 84C3E8 (base 16) Vaillant GmbH Berghauser Straße 40 Remscheid NRW D-42859 DE 9C-D3-5B (hex) Samsung Electronics Co.,Ltd 9CD35B (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR A8-9F-BA (hex) Samsung Electronics Co.,Ltd A89FBA (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR B8-8E-C6 (hex) Stateless Networks B88EC6 (base 16) Stateless Networks 388 Market Street San Francisco CA 94111 US BC-D1-65 (hex) Cisco SPVTG BCD165 (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30044 US 28-E4-76 (hex) Pi-Coral 28E476 (base 16) Pi-Coral 2130 Gold Street, Ste. 200 San Jose CA - California 95002 US 4C-A5-15 (hex) Baikal Electronics JSC 4CA515 (base 16) Baikal Electronics JSC Highway Baltic 26 km, BC 'RigaLand, Block B, 3-rd entrance, 2-nd floor. Krasnogorsk district Moscow region 143421 RU 7C-3C-B6 (hex) Shenzhen Homecare Technology Co.,Ltd. 7C3CB6 (base 16) Shenzhen Homecare Technology Co.,Ltd. Homecare Industrial Zone,NO.30,Langdong road,Yangchuan,Songgang Town,Bao'an Distric , Shenzhen Guangdong 5108105 CN 1C-7D-22 (hex) Fuji Xerox Co., Ltd. 1C7D22 (base 16) Fuji Xerox Co., Ltd. 6-1 Minatomirai, Nishi-ku Yokohama Kanagawa 220-8668 JP 20-C0-6D (hex) SHENZHEN SPACETEK TECHNOLOGY CO.,LTD 20C06D (base 16) SHENZHEN SPACETEK TECHNOLOGY CO.,LTD 3F, NO.2, ChaXiSanWei Industrial Park, Gushu Community, XiXiang Street, BaoAn District ShenZhen GuangDong 518100 48-86-E8 (hex) Microsoft Corporation 4886E8 (base 16) Microsoft Corporation 1 Microsoft Way Redmond Washington 98052 FI 74-A3-4A (hex) ZIMI CORPORATION 74A34A (base 16) ZIMI CORPORATION Room A913, 159 Chengjiang Road, Jiangyin City, Jiangsu Province, P, R.China 214400 CN A8-64-05 (hex) nimbus 9, Inc A86405 (base 16) nimbus 9, Inc 29 W. Cimarron St. Colorado Springs CO 80903 US 30-D5-87 (hex) Samsung Electronics Co.,Ltd 30D587 (base 16) Samsung Electronics Co.,Ltd #416, Maetan 3-dong Suwon-si Gyeonggi-do 443-742 KR 68-28-F6 (hex) Vubiq Networks, Inc. 6828F6 (base 16) Vubiq Networks, Inc. 9231 Irvine Blvd. Irvine California 92618 US DC-60-A1 (hex) Teledyne DALSA Professional Imaging DC60A1 (base 16) Teledyne DALSA Professional Imaging High Tech Campus 27 Eindhoven NB 5656 AE NL 10-A6-59 (hex) Mobile Create Co.,Ltd. 10A659 (base 16) Mobile Create Co.,Ltd. Kakukita 2-20-8 Oita 870-0848 JP 58-85-6E (hex) QSC AG 58856E (base 16) QSC AG Mathias-Brueggen-Str. 55 Köln 50829 DE 8C-91-09 (hex) Toyoshima Electric Technoeogy(Suzhou) Co.,Ltd. 8C9109 (base 16) Toyoshima Electric Technoeogy(Suzhou) Co.,Ltd. No.399,Baisheng Road,Jinxi Town Kunshan Jiangsu 215324 CN 54-09-8D (hex) deister electronic GmbH 54098D (base 16) deister electronic GmbH Hermann-Bahlsen-Str. 11 Barsinghausen Niedersachsen 30890 DE D0-5B-A8 (hex) zte corporation D05BA8 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN E4-BA-D9 (hex) 360 Fly Inc. E4BAD9 (base 16) 360 Fly Inc. 1000 Town Center Blvd Canonsburg PA 15317 US EC-59-E7 (hex) Microsoft Corporation EC59E7 (base 16) Microsoft Corporation 1 Microsoft Way Redmond Washington 98052 FI C0-35-C5 (hex) Prosoft Systems LTD C035C5 (base 16) Prosoft Systems LTD Volgogradskaya 194-a Ekaterinburg Sverdlovskay 620102 RU A0-A3-E2 (hex) Actiontec Electronics, Inc A0A3E2 (base 16) Actiontec Electronics, Inc 3301 Olcott St. Santa Clara CA 95054 US 74-54-7D (hex) Cisco SPVTG 74547D (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30044 US 00-E6-E8 (hex) Netzin Technology Corporation,.Ltd. 00E6E8 (base 16) Netzin Technology Corporation,.Ltd. 4F-17, No. 26, Lane 321, Yang-Kuang St.,Neihu District, Taipei, Taiwan, Taiwan Taipei Taiwan Taipei 11491 TW 50-F4-3C (hex) Leeo Inc 50F43C (base 16) Leeo Inc 989 Comercial St Palo Alto CA 94303 US E8-87-A3 (hex) Loxley Public Company Limited E887A3 (base 16) Loxley Public Company Limited 102 Na Ranong Road, Klongtoey, Bangkok 10110 TH 10-C6-7E (hex) SHENZHEN JUCHIN TECHNOLOGY CO., LTD 10C67E (base 16) SHENZHEN JUCHIN TECHNOLOGY CO., LTD Unit 423 4/B NO.1, Central Business District Shenzhen Guangdong 518000 CN 08-A5-C8 (hex) Sunnovo International Limited 08A5C8 (base 16) Sunnovo International Limited 1717 Haitai Building Beijing Beijing 100083 CN F8-84-79 (hex) Yaojin Technology(Shenzhen)Co.,Ltd F88479 (base 16) Yaojin Technology(Shenzhen)Co.,Ltd Yaojin Park, Shui Tian No.4 Industrial Area ShiYan Tow, SHENZHEN GUANGDONG 518108 CN 2C-29-97 (hex) Microsoft Corporation 2C2997 (base 16) Microsoft Corporation 1 Microsoft Way Redmond Washington 98052 FI D4-61-32 (hex) Pro Concept Manufacturer Co.,Ltd. D46132 (base 16) Pro Concept Manufacturer Co.,Ltd. 88/1 Moo12 Soi Phetkasem120 Kratumbaen Samutsakorn 74130 TH 54-A0-50 (hex) ASUSTek COMPUTER INC. 54A050 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 4C-2C-83 (hex) Zhejiang KaNong Network Technology Co.,Ltd. 4C2C83 (base 16) Zhejiang KaNong Network Technology Co.,Ltd. Room 633, Building B, ShunFan Technology Park,JingChang Road No.768, YuHang District Hangzhou Zhejiang 310000 CN 90-8C-09 (hex) Total Phase 908C09 (base 16) Total Phase 735 Palomar Ave Sunnyvale CA 94085 US DC-2F-03 (hex) Step forward Group Co., Ltd. DC2F03 (base 16) Step forward Group Co., Ltd. 1/3 Park Village Rama2 Floor 2 C2-2 Bangkok Bangkok 10150 TH 38-0E-7B (hex) V.P.S. Thai Co., Ltd 380E7B (base 16) V.P.S. Thai Co., Ltd 279-281 Mangkorn Rd., Pomprab District Bangkok Bangkok 10100 TH 2C-37-96 (hex) CYBO CO.,LTD. 2C3796 (base 16) CYBO CO.,LTD. 218 MOO 3 LAEM CHA BANG SRIRACHA CHONBURI 20230 TH 58-7F-B7 (hex) SONAR INDUSTRIAL CO., LTD. 587FB7 (base 16) SONAR INDUSTRIAL CO., LTD. 29, 29/1, 29/2, MOO.3, THATALAD, SAMPRAN NAKORN PATHOM 73110 TH 08-EB-29 (hex) Jiangsu Huitong Group Co.,Ltd. 08EB29 (base 16) Jiangsu Huitong Group Co.,Ltd. No. 24, Block 2, Taohuawu New District Zhenjiang Jiangsu 212003 CN 40-9B-0D (hex) Shenzhen Yourf Kwan Industrial Co., Ltd 409B0D (base 16) Shenzhen Yourf Kwan Industrial Co., Ltd MCN Edifice 5D, R1 Building, No.21 4th Hi-tech Road South, High-tech Industrial Park(south) Shenzhen Guangdong 518057 CN D8-CB-8A (hex) Micro-Star INTL CO., LTD. D8CB8A (base 16) Micro-Star INTL CO., LTD. No.69, Lide St., New Taipei City Taiwan 235 TW 70-FC-8C (hex) OneAccess SA 70FC8C (base 16) OneAccess SA 381 avenue du général de Gaulle CLAMART France 92140 FR 58-10-8C (hex) Intelbras 58108C (base 16) Intelbras BR 101, km 210, S/N° São José Santa Catarina 88104800 BR 4C-74-03 (hex) BQ 4C7403 (base 16) BQ c Sofía 10. Polígono Európolis Las Rozas de Madrid Madrid 28230 ES 8C-5D-60 (hex) UCI Corporation Co.,Ltd. 8C5D60 (base 16) UCI Corporation Co.,Ltd. 299/195-7, Chaengwattana Road, Bangkok Bangkok 10210 TH BC-6B-4D (hex) Nokia BC6B4D (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA C8-D0-19 (hex) Shanghai Tigercel Communication Technology Co.,Ltd C8D019 (base 16) Shanghai Tigercel Communication Technology Co.,Ltd Room 805, building 1 Shanghai 200235 CN 90-21-81 (hex) Shanghai Huaqin Telecom Technology Co.,Ltd 902181 (base 16) Shanghai Huaqin Telecom Technology Co.,Ltd No.1 Building,399 Keyuan Road, Zhangjian Hi-Tech Park, shanghai shanghai 201203 CN 84-96-81 (hex) Cathay Communication Co.,Ltd 849681 (base 16) Cathay Communication Co.,Ltd Tsinghua Institude A319 of Hi-tech Park,Nanshan district,Shenzhen China Shenzhen Canton 0755 CN 2C-A3-0E (hex) POWER DRAGON DEVELOPMENT LIMITED 2CA30E (base 16) POWER DRAGON DEVELOPMENT LIMITED Room D, 10/F Tower A, Billion Centre, 1 Wang Kwong Road, Kowloon Bay HONG KONG HONG KONG 999077 CN 84-86-F3 (hex) Greenvity Communications 8486F3 (base 16) Greenvity Communications 673 S. Milpitas Blvd Suite 204 Milpitas California 95035 US 1C-52-16 (hex) DONGGUAN HELE ELECTRONICS CO., LTD 1C5216 (base 16) DONGGUAN HELE ELECTRONICS CO., LTD Lijiangwei Group, Dongguan City Guangdong 86 CN 60-99-D1 (hex) Vuzix / Lenovo 6099D1 (base 16) Vuzix / Lenovo 2166 Brighton Henrietta Town Line Road Rochester NY 14623 US B0-45-15 (hex) mira fitness,LLC. B04515 (base 16) mira fitness,LLC. 1925 West Field Court Suite100 Lake Forest IL 60045 US 14-48-8B (hex) Shenzhen Doov Technology Co.,Ltd 14488B (base 16) Shenzhen Doov Technology Co.,Ltd 11st Floor,East,2nd Phase Futian District, Shenzhen Guangdong 518040 CN 20-12-D5 (hex) Scientech Materials Corporation 2012D5 (base 16) Scientech Materials Corporation No.7, Hejiang 2nd Rd., Chungli , Taoyuan Hsien 320, Taiwan Taoyuan Hsien Chungli 320 TW 6C-6E-FE (hex) Core Logic Inc. 6C6EFE (base 16) Core Logic Inc. 11th Fl., 1-B U-SPACE Bldg. Seongnam Gyeonggi-do 463-400 KR 38-08-FD (hex) Silca Spa 3808FD (base 16) Silca Spa Via Podgora, 20 (Z.I.) Vittorio Veneto TV 31029 IT 78-45-61 (hex) CyberTAN Technology Inc. 784561 (base 16) CyberTAN Technology Inc. 99 Park Ave III, Hsinchu Science Park Hsinchu 308 TW 94-CE-31 (hex) CTS Limited 94CE31 (base 16) CTS Limited 1st district, 23D, 21 Moscow - 142784 RU 80-F8-EB (hex) RayTight 80F8EB (base 16) RayTight Room 1-216, Building 25, No 9, Anningzhuang West Road Haidian District Beijing 100085 CN D4-37-D7 (hex) zte corporation D437D7 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 2C-01-0B (hex) NASCENT Technology, LLC - RemKon 2C010B (base 16) NASCENT Technology, LLC - RemKon 2744 Yorkmont Road Charlotte NC 28208 04-DE-DB (hex) Rockport Networks Inc 04DEDB (base 16) Rockport Networks Inc 515 Legget Dr., Suite 600 Kanata ON K2K 3G4 CA 1C-48-40 (hex) IMS Messsysteme GmbH 1C4840 (base 16) IMS Messsysteme GmbH Dieselstr. 55 Heiligenhaus NRW D-42579 DE 60-50-C1 (hex) Kinetek Sports 6050C1 (base 16) Kinetek Sports 16885 Via Del Campo Ct. San Diego Ca 92127 US 2C-1A-31 (hex) Electronics Company Limited 2C1A31 (base 16) Electronics Company Limited Units 12,15&16,8/F,Metro Centre 2 Kowloon Bay HongKong 852 CN 90-B6-86 (hex) Murata Manufacturing Co., Ltd. 90B686 (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP EC-D9-D1 (hex) Shenzhen TG-NET Botone Technology Co.,Ltd. ECD9D1 (base 16) Shenzhen TG-NET Botone Technology Co.,Ltd. East F/3,No.38 Huarong Second Industry Zone Shenzhen Guangdong 518109 CN 6C-02-73 (hex) Shenzhen Jin Yun Video Equipment Co., Ltd. 6C0273 (base 16) Shenzhen Jin Yun Video Equipment Co., Ltd. 4th floor, 78th, Matou Road Shenzhen Guangdong 518000 CN 54-DF-00 (hex) Ulterius Technologies, LLC 54DF00 (base 16) Ulterius Technologies, LLC 1625 N. Waterfront Parkway Wichita KS 67206 US 20-ED-74 (hex) Ability enterprise co.,Ltd. 20ED74 (base 16) Ability enterprise co.,Ltd. 4F., No.8, Ln.7, Wuquan Rd, Wugu Dist, New Taipei City 24886, Taiwan(R.O.C) Taipei Taipei 24886 TW A0-56-B2 (hex) Harman/Becker Automotive Systems GmbH A056B2 (base 16) Harman/Becker Automotive Systems GmbH Becker-Göring-Straße 16 Karlsbad Baden-Württemberg 76307 DE 44-66-6E (hex) IP-LINE 44666E (base 16) IP-LINE #204, Gangseo B/D Guro-gu Seoul 152-826 KR 24-4F-1D (hex) iRule LLC 244F1D (base 16) iRule LLC 1555 Broadway St Detroit MI 48226 US 94-AE-E3 (hex) Belden Hirschmann Industries (Suzhou) Ltd. 94AEE3 (base 16) Belden Hirschmann Industries (Suzhou) Ltd. 333 Yanhu Road, Huaqiao Town Kunshan Jiangsu 215332 CN 5C-B6-CC (hex) NovaComm Technologies Inc. 5CB6CC (base 16) NovaComm Technologies Inc. 902A, #560 Shengxia Rd., ZJ Inno Park Shanghai 201203 CN 70-5B-2E (hex) M2Communication Inc. 705B2E (base 16) M2Communication Inc. Room 12, 18F., No.65, Gaotie 7th Road Zhubei City Hsinchu County 302 TW 5C-15-15 (hex) ADVAN 5C1515 (base 16) ADVAN Wisma SMR.JL.Yos Sudarso Kav 89,Lt8.Suite 804,Jakarta Utara 10730 Jakarta Jakarta Utara 14350 ID D0-59-E4 (hex) Samsung Electronics Co.,Ltd D059E4 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 14-A3-64 (hex) Samsung Electronics Co.,Ltd 14A364 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR B4-0A-C6 (hex) DEXON Systems Ltd. B40AC6 (base 16) DEXON Systems Ltd. Baross u. 165 Budaors Pest H-2040 HU D8-66-EE (hex) BOXIN COMMUNICATION CO.,LTD. D866EE (base 16) BOXIN COMMUNICATION CO.,LTD. Room 309,Block A,New materials business building Haidian District Beijing 100094 CN 28-29-CC (hex) Corsa Technology Incorporated 2829CC (base 16) Corsa Technology Incorporated 505 March Road Ottawa Ontario K2K 3A4 CA 18-4A-6F (hex) Alcatel-Lucent Shanghai Bell Co., Ltd 184A6F (base 16) Alcatel-Lucent Shanghai Bell Co., Ltd No. 389, Ningqiao Road, Pudong Jinqiao Shanghai 201206 CN 10-C3-7B (hex) ASUSTek COMPUTER INC. 10C37B (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW E8-5D-6B (hex) Luminate Wireless E85D6B (base 16) Luminate Wireless 20823 Stevens Creek Blvd, Suite 300 Cupertino CA 95014 US B4-0B-44 (hex) Smartisan Technology Co., Ltd. B40B44 (base 16) Smartisan Technology Co., Ltd. 7/F, Motorola Bldg., 1st Wangjing East Rd, Beijing 100102 CN 34-31-C4 (hex) AVM GmbH 3431C4 (base 16) AVM GmbH Alt-Moabit 95 Berlin Berlin 10559 DE 50-FE-F2 (hex) Sify Technologies Ltd 50FEF2 (base 16) Sify Technologies Ltd II floor, TIDEL Park, chennai Tamilnadu 600113 IN 34-C5-D0 (hex) Hagleitner Hygiene International GmbH 34C5D0 (base 16) Hagleitner Hygiene International GmbH Lunastrasse 5 Zell am See Salzburg 5700 AT A0-12-DB (hex) TABUCHI ELECTRIC CO.,LTD A012DB (base 16) TABUCHI ELECTRIC CO.,LTD 4-2-21 OSAKA 532-0003 JP 48-1A-84 (hex) Pointer Telocation Ltd 481A84 (base 16) Pointer Telocation Ltd 14 Hamelacha Street, Rosh Ha’ayin Israel 48091 IL DC-66-3A (hex) Apacer Technology Inc. DC663A (base 16) Apacer Technology Inc. 1F., No.32, Zhongcheng Rd., Tucheng Dist., New Taipei City Taiwan R.O.C. 236 TW 08-DF-1F (hex) Bose Corporation 08DF1F (base 16) Bose Corporation The Mountain Framingham MA 01701-9168 US 58-1F-67 (hex) Open-m technology limited 581F67 (base 16) Open-m technology limited logan century buildding ,No.23 of Hai xiu road Shenzhen Guangdong 518000 CN 48-26-E8 (hex) Tek-Air Systems, Inc. 4826E8 (base 16) Tek-Air Systems, Inc. 41 Eagle Road Danbury CT 06810 US D0-5A-F1 (hex) Shenzhen Pulier Tech CO.,Ltd D05AF1 (base 16) Shenzhen Pulier Tech CO.,Ltd 3rd Floor, NO. B Buliding, District A, Shajing minzhu jiujiu industrial park , Shenzhen, China Shenzhen Guangdong 518104 CN FC-E1-86 (hex) A3M Co., LTD FCE186 (base 16) A3M Co., LTD KeumJeong Highview 2F #205, Gunpo Gyeonggi 435-845 KR 54-EF-92 (hex) Shenzhen Elink Technology Co., LTD 54EF92 (base 16) Shenzhen Elink Technology Co., LTD A531, Famous, No 168 Bao Yuan Road, Shenzhen Guangdong 518000 CN EC-E5-12 (hex) tado GmbH ECE512 (base 16) tado GmbH Lindwurmstr. 76 Munich Bavaria 80337 DE 30-91-8F (hex) Technicolor 30918F (base 16) Technicolor Prins Boudewijnlaan 47 Edegem - Belgium B-2650 BE 5C-F4-AB (hex) Zyxel Communications Corporation 5CF4AB (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW 08-B2-A3 (hex) Cynny Italia S.r.L. 08B2A3 (base 16) Cynny Italia S.r.L. Via delle Mantellate, 8 Firenze FI 59021 IT 70-30-5D (hex) Ubiquoss Inc 70305D (base 16) Ubiquoss Inc 8F Ubiquoss B/D, 68, Pangyo-ro 255beon-gil, Bundang-gu Seongnam-si Gyeonggi-do 463-400 KR 48-82-44 (hex) Life Fitness / Div. of Brunswick 488244 (base 16) Life Fitness / Div. of Brunswick 10601 W. Belmont Ave Franklin Park IL 60131 US C8-31-68 (hex) eZEX corporation C83168 (base 16) eZEX corporation Rm 508, Ssangyong IT Twin-Tower II, 442-5 Seongnam-si Gyeonggi-do 462-120 KR 40-B3-CD (hex) Chiyoda Electronics Co.,Ltd. 40B3CD (base 16) Chiyoda Electronics Co.,Ltd. 1-3-11 Nishiki-cho Warabi Saitama JP 24-33-6C (hex) Private 24336C (base 16) Private 20-25-64 (hex) PEGATRON CORPORATION 202564 (base 16) PEGATRON CORPORATION 5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW C8-D5-90 (hex) FLIGHT DATA SYSTEMS C8D590 (base 16) FLIGHT DATA SYSTEMS 31 MCGREGORS DRIVE KEILOR PARK VICTORIA 3042 AU 7C-FF-62 (hex) Huizhou Super Electron Technology Co.,Ltd. 7CFF62 (base 16) Huizhou Super Electron Technology Co.,Ltd. 10F,Financial Tower,No.23,Xiapu Road Huizhou City Guangdong Province 516001 CN 84-B5-9C (hex) Juniper Networks 84B59C (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US C0-9D-26 (hex) Topicon HK Lmd. C09D26 (base 16) Topicon HK Lmd. 302, 3F, Lee Loong Building Central Hong Kong 0000 US 44-29-38 (hex) NietZsche enterprise Co.Ltd. 442938 (base 16) NietZsche enterprise Co.Ltd. 4F. No.560 Sec2 Chung Shan Rd. New Taipei City Taiwan R.O.C Taipei ( 臺 北 縣 / 市 ) 220 TW A0-DA-92 (hex) Nanjing Glarun Atten Technology Co. Ltd. A0DA92 (base 16) Nanjing Glarun Atten Technology Co. Ltd. Dinghuai men No. 1, Gulou District CN EC-F7-2B (hex) HD DIGITAL TECH CO., LTD. ECF72B (base 16) HD DIGITAL TECH CO., LTD. Room 602, Baoyuan road, Banan District Shenzhen Guangdong 518102 US 4C-F4-5B (hex) Blue Clover Devices 4CF45B (base 16) Blue Clover Devices 1001 Bayhill Dr San Bruno CA 94066 US B0-69-71 (hex) DEI Sales, Inc. B06971 (base 16) DEI Sales, Inc. 1 Viper Way Vista CA 92081 US 18-89-DF (hex) CerebrEX Inc. 1889DF (base 16) CerebrEX Inc. Central Shin-Osaka Building 10F Osaka Osaka 532-0003 JP 54-C8-0F (hex) TP-LINK TECHNOLOGIES CO.,LTD. 54C80F (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN E4-D3-32 (hex) TP-LINK TECHNOLOGIES CO.,LTD. E4D332 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 0C-20-26 (hex) noax Technologies AG 0C2026 (base 16) noax Technologies AG Am Forst 6 Ebersberg 85560 DE 28-3B-96 (hex) Cool Control LTD 283B96 (base 16) Cool Control LTD Mivtahim 2 Petah Tikva Israel 4951774 IL 64-8D-9E (hex) IVT Electronic Co.,Ltd 648D9E (base 16) IVT Electronic Co.,Ltd F building Dongxing Insdustrial Area Dongguan City Guangdong provice 523457 CN CC-95-D7 (hex) Vizio, Inc CC95D7 (base 16) Vizio, Inc 39 Tesla Irvine CA 92618 US FC-09-F6 (hex) GUANGDONG TONZE ELECTRIC CO.,LTD FC09F6 (base 16) GUANGDONG TONZE ELECTRIC CO.,LTD No.12-12 Block,Jinyuan Industrical City,Chaoshan Road,Shantou,Guangdong,china Shantou Guangdong 515021 CN BC-F6-1C (hex) Geomodeling Wuxi Technology Co. Ltd. BCF61C (base 16) Geomodeling Wuxi Technology Co. Ltd. Room1708, 17/F, North Star Times Tower, No.8 BeiChen East Road Beijing 100101 CN FC-92-3B (hex) Nokia Corporation FC923B (base 16) Nokia Corporation Joensuunkatu 7 Salo N.A. 24101 FI E0-3F-49 (hex) ASUSTek COMPUTER INC. E03F49 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 88-A7-3C (hex) Ragentek Technology Group 88A73C (base 16) Ragentek Technology Group D10/D11, No.3188, Xiupu Road Shanghai 201315 CN 88-D9-62 (hex) Canopus Systems US LLC 88D962 (base 16) Canopus Systems US LLC Nasa Ames Research Park Moffett Field CALIFORNIA 94035 US D0-9C-30 (hex) Foster Electric Company, Limited D09C30 (base 16) Foster Electric Company, Limited 1-1-109, Tsutsujigaoka Akishima Tokyo 196-8550 JP 94-9F-3F (hex) Optek Digital Technology company limited 949F3F (base 16) Optek Digital Technology company limited Room508 Build A, Shennan Garden, Shenzhen Science and Industry Park, Nanshan Shenzhen GuangDong 518057 CN E8-17-FC (hex) Fujitsu Cloud Technologies Limited E817FC (base 16) Fujitsu Cloud Technologies Limited Shinjuku Front Tower 21-1 Kita-shinjuku 2-chome Shinjuku-ku, Tokyo 169-0074 JP 78-FE-E2 (hex) Shanghai Diveo Technology Co., Ltd 78FEE2 (base 16) Shanghai Diveo Technology Co., Ltd No.8,Lane 777,LongWu Rd Shanghai 200232 CN 08-6D-F2 (hex) Shenzhen MIMOWAVE Technology Co.,Ltd 086DF2 (base 16) Shenzhen MIMOWAVE Technology Co.,Ltd Shenzhen Guangdong 518172 CN 68-78-48 (hex) Westunitis Co., Ltd. 687848 (base 16) Westunitis Co., Ltd. North Building 7F, 3-1 Ofuka-cho, Kita-ku Osaka-city Osaka-pref 5300011 JP 48-D0-CF (hex) Universal Electronics, Inc. 48D0CF (base 16) Universal Electronics, Inc. 201 E. Sandpointe Ave Santa Ana CA 92707 US 9C-3E-AA (hex) EnvyLogic Co.,Ltd. 9C3EAA (base 16) EnvyLogic Co.,Ltd. #605,Gwanyang Doosan Ven Digm B/D Anyang-si Gyeonggi-do 431-810 KR 1C-FC-BB (hex) Realfiction ApS 1CFCBB (base 16) Realfiction ApS Oester Alle 42, 5 Copenhagen OE 2100 DK F8-F0-05 (hex) Newport Media Inc. F8F005 (base 16) Newport Media Inc. 1 Spectrum Pointe Drive Suite 225 Lake Forest CA 92630 US 28-65-6B (hex) Keystone Microtech Corporation 28656B (base 16) Keystone Microtech Corporation 9F., No.255, Dong Sec. 1, Jhubei City, Hsinchu County 302 TW CC-9F-35 (hex) Transbit Sp. z o.o. CC9F35 (base 16) Transbit Sp. z o.o. Przyczolkowa 109A Warsaw 02-968 PL DC-C7-93 (hex) Nokia Corporation DCC793 (base 16) Nokia Corporation Joensuunkatu 7 Salo N.A. 24101 FI 44-48-91 (hex) HDMI Licensing, LLC 444891 (base 16) HDMI Licensing, LLC 1140 East Arques, Suite 100 Sunnyvale CA 94085 US 5C-25-4C (hex) Avire Global Pte Ltd 5C254C (base 16) Avire Global Pte Ltd 8 Admiralty Street Singapore 757438 SG D4-2F-23 (hex) Akenori PTE Ltd D42F23 (base 16) Akenori PTE Ltd 176 Joo Chiat Road, #02-02 Singapore 427447 SG 98-C0-EB (hex) Global Regency Ltd 98C0EB (base 16) Global Regency Ltd 20F, Phase A, Wenjin Plaza, Shen Zhen Guangdong 518000 CN F0-3F-F8 (hex) R L Drake F03FF8 (base 16) R L Drake 1 Jake Brown Road Old Bridge NJ 08857 US B0-C5-54 (hex) D-Link International B0C554 (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG 48-EE-86 (hex) UTStarcom (China) Co.,Ltd 48EE86 (base 16) UTStarcom (China) Co.,Ltd 25 Floor,A Block,1#Building,TianZuo International Center, Haidian District BeiJing 100081 CN 88-89-14 (hex) All Components Incorporated 888914 (base 16) All Components Incorporated 828 New Meister Lane Pflugerville TX 78660 US F0-32-1A (hex) Mita-Teknik A/S F0321A (base 16) Mita-Teknik A/S Aktieselskabet af 12.12.2006 Roedkaersbro 8840 DK A8-81-F1 (hex) BMEYE B.V. A881F1 (base 16) BMEYE B.V. Hoogoorddreef 60 Amsterdam 1101BE NL C4-E9-84 (hex) TP-LINK TECHNOLOGIES CO.,LTD. C4E984 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN D0-69-D0 (hex) Verto Medical Solutions, LLC D069D0 (base 16) Verto Medical Solutions, LLC 900 Spruce St., Suite 550 St. Louis Missouri 63012 US FC-13-49 (hex) Global Apps Corp. FC1349 (base 16) Global Apps Corp. 12F., No 225, Sec. 5 Nanjing E. Rd Taipei 105 TW 84-84-33 (hex) Paradox Engineering SA 848433 (base 16) Paradox Engineering SA Via Passeggiata, 7 Novazzano Ticino 6883 CH 44-C3-06 (hex) SIFROM Inc. 44C306 (base 16) SIFROM Inc. 1201 N. Orange St., Ste 700 #7112 Wilmington DE 19801-1186 US 60-21-03 (hex) I4VINE, INC 602103 (base 16) I4VINE, INC TLI Building 6th floor, 195 Seongnam-si Gyeonggi-do 462-100 KR FC-07-A0 (hex) LRE Medical GmbH FC07A0 (base 16) LRE Medical GmbH Hofer Strasse 5 Noerdlingen Bavaria 86720 DE 1C-EE-E8 (hex) Ilshin Elecom 1CEEE8 (base 16) Ilshin Elecom 2973, Hagun-ri, Yangchon-eup Gimpo-si Gyeonggi-do 415-843 KR 90-31-CD (hex) Onyx Healthcare Inc. 9031CD (base 16) Onyx Healthcare Inc. 2F ,No135, Lane235, New Taipei City 231 TW E4-81-84 (hex) Nokia E48184 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 14-C0-89 (hex) DUNE HD LTD 14C089 (base 16) DUNE HD LTD 2F., No.297, Sec. 2, Tiding Blvd., Taipei 11493 TW F4-B6-E5 (hex) TerraSem Co.,Ltd F4B6E5 (base 16) TerraSem Co.,Ltd 9,Gwahaksaneop 5-ro Cheongwon-Gu ChungBuk 363-885 KR 60-FF-DD (hex) C.E. ELECTRONICS, INC 60FFDD (base 16) C.E. ELECTRONICS, INC 2107 INDUSTRIAL DR BRYAN OHIO 43506 US 24-05-0F (hex) MTN Electronic Co. Ltd 24050F (base 16) MTN Electronic Co. Ltd MTN Industrial Park,No 3, Fuhua Road, Shenzhen Guangdong Province 518117 CN AC-2D-A3 (hex) TXTR GmbH AC2DA3 (base 16) TXTR GmbH Rosenthaler Str. 13 Berlin 10119 DE 88-9C-A6 (hex) BTB Korea INC 889CA6 (base 16) BTB Korea INC #1001, Suntech City 1st Sungnam Kyunggido 462-725 KR 90-83-7A (hex) General Electric Water & Process Technologies 90837A (base 16) General Electric Water & Process Technologies 6060 Spine Road Boulder Colorado 80301-3687 US 80-BA-E6 (hex) Neets 80BAE6 (base 16) Neets Langballe 4 Horsens Jylland 8700 DK F8-A2-B4 (hex) RHEWA-WAAGENFABRIK August Freudewald GmbH &Co. KG F8A2B4 (base 16) RHEWA-WAAGENFABRIK August Freudewald GmbH &Co. KG Feldstr. 17 Mettmann 40822 DE E0-56-F4 (hex) AxesNetwork Solutions inc. E056F4 (base 16) AxesNetwork Solutions inc. 410 pepin Sherbrooke qc j1l2y8 CA 84-56-9C (hex) Coho Data, Inc., 84569C (base 16) Coho Data, Inc., 1230 Midas Way, Suite 110 Sunnyvale CA 94085 US 78-AE-0C (hex) Far South Networks 78AE0C (base 16) Far South Networks 49 Bell Crescent Westlake Western Cape 7945 ZA B0-24-F3 (hex) Progeny Systems B024F3 (base 16) Progeny Systems 9500 Innovation Drive Manassas VA 20110 US 0C-54-A5 (hex) PEGATRON CORPORATION 0C54A5 (base 16) PEGATRON CORPORATION 5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW 8C-4D-B9 (hex) Unmonday Ltd 8C4DB9 (base 16) Unmonday Ltd Laivakatu 3 Helsinki Uusimaa 00150 FI 78-CA-5E (hex) ELNO 78CA5E (base 16) ELNO 43 rue Michel Carré Argenteuil - F95102 US 2C-5A-05 (hex) Nokia Corporation 2C5A05 (base 16) Nokia Corporation Joensuunkatu 7 Salo N.A. 24101 FI D4-81-CA (hex) iDevices, LLC D481CA (base 16) iDevices, LLC 136 Simsbury, Rd Avon CT 06001 US D8-58-D7 (hex) CZ.NIC, z.s.p.o. D858D7 (base 16) CZ.NIC, z.s.p.o. Americka 23 Prague 12000 CZ B0-D7-C5 (hex) Logipix Ltd B0D7C5 (base 16) Logipix Ltd Kesmark utca 11-13 Budapest - 1158 HU A4-3A-69 (hex) Vers Inc A43A69 (base 16) Vers Inc PO Box 5265 Wayland MA 01778 US 9C-44-A6 (hex) SwiftTest, Inc. 9C44A6 (base 16) SwiftTest, Inc. 3255 Scott Blvd. Santa Clara California 95054 US 4C-D9-C4 (hex) Magneti Marelli Automotive Electronics (Guangzhou) Co. Ltd 4CD9C4 (base 16) Magneti Marelli Automotive Electronics (Guangzhou) Co. Ltd Building B10, No.8 Jinghu Road Guangzhou Guangdong 510800 CN 50-E0-C7 (hex) TurControlSystme AG 50E0C7 (base 16) TurControlSystme AG Geschwister-Scholl-Strasse 7 Genthin Sachsen-Anhalt 39307 DE B4-82-7B (hex) AKG Acoustics GmbH B4827B (base 16) AKG Acoustics GmbH Lemboeckgasse 21-25 Vienna 1230 AT DC-5E-36 (hex) Paterson Technology DC5E36 (base 16) Paterson Technology 23490 SE 51st Pl Issaquah WA 98029 US DC-AD-9E (hex) GreenPriz DCAD9E (base 16) GreenPriz 549, boulevard Pierre Sauvaigo La Colle sur Loup 06480 FR B8-DF-6B (hex) SpotCam Co., Ltd. B8DF6B (base 16) SpotCam Co., Ltd. 12F.-1, No.125, Jianguo Rd. New Taipei City 239 TW 9C-88-88 (hex) Simac Techniek NV 9C8888 (base 16) Simac Techniek NV De Run 1101 Veldhoven NB 5503LB NL 10-B2-6B (hex) base Co.,Ltd. 10B26B (base 16) base Co.,Ltd. F1 92 building taoyuancun longzhu road Shenzhen Guangdong 518000 CN 4C-F0-2E (hex) Vifa Denmark A/S 4CF02E (base 16) Vifa Denmark A/S Mariendalsvej 2A Viborg DK-8800 US 28-8A-1C (hex) Juniper Networks 288A1C (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US DC-CE-BC (hex) Shenzhen JSR Technology Co.,Ltd. DCCEBC (base 16) Shenzhen JSR Technology Co.,Ltd. 2-3F,E building,Yu Jianfeng science and industry park Shenzhen City Guangdong 518109 CN 18-C8-E7 (hex) Shenzhen Hualistone Technology Co.,Ltd 18C8E7 (base 16) Shenzhen Hualistone Technology Co.,Ltd 1708RM,Huafeng HQ Economic Building, Shenzhen Guangdong 518102 CN A0-3B-1B (hex) Inspire Tech A03B1B (base 16) Inspire Tech No.588-10,Zhongzheng Rd.,Xinzhuang Dist New Taipei Taiwan 24255 TW 7C-CD-3C (hex) Guangzhou Juzing Technology Co., Ltd 7CCD3C (base 16) Guangzhou Juzing Technology Co., Ltd Building C Rm 1906-1909 Guangzhou Guangdong 510630 US 98-43-DA (hex) INTERTECH 9843DA (base 16) INTERTECH 3F. 14-9 Sarihyun-Ro. Ilsandong-Gu Goyang-Si Gyeonggi-Do 410-821 KR 08-CA-45 (hex) Toyou Feiji Electronics Co., Ltd. 08CA45 (base 16) Toyou Feiji Electronics Co., Ltd. No.2 Building No.9 Yard, Dijin Road, Beijing 100095 CN 3C-CA-87 (hex) Iders Incorporated 3CCA87 (base 16) Iders Incorporated 27047 Oakwood Rd Oakbank Manitoba R0E 1J2 CA 7C-6A-B3 (hex) IBC TECHNOLOGIES INC. 7C6AB3 (base 16) IBC TECHNOLOGIES INC. 1445 CHARLES STREET Vancouver British Columbia V5L2S7 CA 18-1B-EB (hex) Actiontec Electronics, Inc 181BEB (base 16) Actiontec Electronics, Inc 3301 Olcott St. Santa Clara CA 95054 US 84-A7-83 (hex) Alcatel Lucent 84A783 (base 16) Alcatel Lucent Via Energy Park, 14 Vimercate MB 20871 IT 04-1A-04 (hex) WaveIP 041A04 (base 16) WaveIP 1 Sky street Misgav 20179 IL 68-76-4F (hex) Sony Mobile Communications Inc 68764F (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 34-A5-E1 (hex) Sensorist ApS 34A5E1 (base 16) Sensorist ApS Nyhavn 16 Copenhagen K Sjaelland 1051 DK 80-79-AE (hex) ShanDong Tecsunrise Co.,Ltd 8079AE (base 16) ShanDong Tecsunrise Co.,Ltd B316,F-2,QiLu Soft Park, JiNan ShanDong 250101 CN 7C-BD-06 (hex) AE REFUsol 7CBD06 (base 16) AE REFUsol Uracher Str. 91 Metzingen Baden-Württemberg 72555 DE 94-BA-56 (hex) Shenzhen Coship Electronics Co., Ltd. 94BA56 (base 16) Shenzhen Coship Electronics Co., Ltd. Rainbow Bldg., North, Hi-Tech Industrial Park Shenzhen Guangdong 518057 CN 38-DB-BB (hex) Sunbow Telecom Co., Ltd. 38DBBB (base 16) Sunbow Telecom Co., Ltd. 3F, 501-21, Chung Cheng Rd., Hsin Tien Dist. New Taipei City 23148 TW 44-8A-5B (hex) Micro-Star INT'L CO., LTD. 448A5B (base 16) Micro-Star INT'L CO., LTD. No69, LIde St. Taipei 235 TW 6C-4B-7F (hex) Vossloh-Schwabe Deutschland GmbH 6C4B7F (base 16) Vossloh-Schwabe Deutschland GmbH Wasenstrasse 25 Urbach 73660 DE 90-8C-44 (hex) H.K ZONGMU TECHNOLOGY CO., LTD. 908C44 (base 16) H.K ZONGMU TECHNOLOGY CO., LTD. ROOM 604, BUILDING B, 977 SHANGFENG RD SHANGHAI 201201 CN 68-8A-B5 (hex) EDP Servicos 688AB5 (base 16) EDP Servicos Rua Castilho, número 165, 5º andar Lisboa 1070-050 PT 24-93-CA (hex) Voxtronic Austria 2493CA (base 16) Voxtronic Austria Modecenterstrasse 17 Objekt 1 Vienna 1110 AT 0C-CB-8D (hex) ASCO Numatics GmbH 0CCB8D (base 16) ASCO Numatics GmbH Otto-Hahn-Str. 7-11 Oelbronn-Duerrn 75248 DE 90-79-90 (hex) Benchmark Electronics Romania SRL 907990 (base 16) Benchmark Electronics Romania SRL Aeroportului no 6 Ghimbav Brasov 507075 US 74-0E-DB (hex) Optowiz Co., Ltd 740EDB (base 16) Optowiz Co., Ltd D-901 Bundang Techno Park Seongnam-si Kyeonggi-do 463-760 KR 6C-83-66 (hex) Nanjing SAC Power Grid Automation Co., Ltd. 6C8366 (base 16) Nanjing SAC Power Grid Automation Co., Ltd. No.11 Phoenix Road Nanjing Jiangsu Provience 211100 CN F8-3D-4E (hex) Softlink Automation System Co., Ltd F83D4E (base 16) Softlink Automation System Co., Ltd No.12, Hi-tech South 7th Rd., Shenzhen GuangDong 518057 CN 74-D4-35 (hex) GIGA-BYTE TECHNOLOGY CO.,LTD. 74D435 (base 16) GIGA-BYTE TECHNOLOGY CO.,LTD. Pin-Jen City, Taoyuan, Taiwan, R.O.C. Pin-Jen Taoyuan 324 TW 78-D9-9F (hex) NuCom HK Ltd. 78D99F (base 16) NuCom HK Ltd. Unit B 11/F, Eton Bldg, 288 Des Voeux Rd. Central Hong Kong Hong Kong 00852 CN 14-2B-D2 (hex) Armtel Ltd. 142BD2 (base 16) Armtel Ltd. 33A Smolenskaya str. St. Petersburg 196084 RU 9C-A1-0A (hex) SCLE SFE 9CA10A (base 16) SCLE SFE Parc des Aygalades – Bât 10 MARSEILLE PACA 13014 FR 88-78-9C (hex) Game Technologies SA 88789C (base 16) Game Technologies SA Plac W. Andersa 3 Poznan 61894 PL A4-89-5B (hex) ARK INFOSOLUTIONS PVT LTD A4895B (base 16) ARK INFOSOLUTIONS PVT LTD 4428, GANESH BAZAR CLOTH MARKET DELHI 110006 IN D0-9D-0A (hex) LINKCOM D09D0A (base 16) LINKCOM 11 Rue du Soleil Levant Clamart 92140 FR EC-21-9F (hex) VidaBox LLC EC219F (base 16) VidaBox LLC 240 Madison Ave Garden City Park NEW YORK 11040 US A8-CC-C5 (hex) Saab AB (publ) A8CCC5 (base 16) Saab AB (publ) Nobymalmsvagen Linkoping SE-581 82 SE 58-46-8F (hex) Koncar Electronics and Informatics 58468F (base 16) Koncar Electronics and Informatics Fallerovo setaliste 22 Zagreb Drvinje 10000 HR 98-5D-46 (hex) PeopleNet Communication 985D46 (base 16) PeopleNet Communication 4400 Baker Road Minnetonka Minnesota 55343 US F8-9F-B8 (hex) YAZAKI Energy System Corporation F89FB8 (base 16) YAZAKI Energy System Corporation 1-7-1 YOKOI Shimada -shi,Shizuoka 427-8555 JP F0-F5-AE (hex) Adaptrum Inc. F0F5AE (base 16) Adaptrum Inc. 25 E Trimble Rd. San Jose California 95131 US FC-3F-AB (hex) Henan Lanxin Technology Co., Ltd FC3FAB (base 16) Henan Lanxin Technology Co., Ltd 4/F-B, Building No.1, 863 Central China Software Park, No.6 Cuizhu Street, High & New Technology Industries Development Zone Zhengzhou Henan 450001 CN 98-8E-4A (hex) NOXUS(BEIJING) TECHNOLOGY CO.,LTD 988E4A (base 16) NOXUS(BEIJING) TECHNOLOGY CO.,LTD 02-1205,11/F, No.2 Building,No.8,Worker’s Stadium North Road Chaoyang District Beijing 100027 CN EC-2A-F0 (hex) Ypsomed AG EC2AF0 (base 16) Ypsomed AG Brunnmattstrasse 6 Burgdorf BE 3400 CH F8-54-AF (hex) ECI Telecom Ltd. F854AF (base 16) ECI Telecom Ltd. 30 Hasivim St. Petah Tikva 49133 IL 54-BE-F7 (hex) PEGATRON CORPORATION 54BEF7 (base 16) PEGATRON CORPORATION 5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW 50-B8-88 (hex) wi2be Tecnologia S/A 50B888 (base 16) wi2be Tecnologia S/A Rua Manoel Valdomiro de Macedo, 2285 Curitiba Parana 81170-150 BR 7C-83-06 (hex) Glen Dimplex Nordic as 7C8306 (base 16) Glen Dimplex Nordic as Postboks 16 Stjoerdal N-T 7501 NO 44-2A-FF (hex) E3 Technology, Inc. 442AFF (base 16) E3 Technology, Inc. Martell-house 2F, 2-28-3 Sekimachi-Kita, Nerima-ku Tokyo 177-0051 JP 14-0D-4F (hex) Flextronics International 140D4F (base 16) Flextronics International Stretton Green Distribution Centre Langford Way Warrington Cheshire WA4 4TQ GB 44-67-55 (hex) Orbit Irrigation 446755 (base 16) Orbit Irrigation P.O. Box 328 Bountiful Utah 84011 US E0-FA-EC (hex) Platan sp. z o.o. sp. k. E0FAEC (base 16) Platan sp. z o.o. sp. k. ul.Platanowa 2 Sopot pomorskie 81-855 PL 7C-E5-6B (hex) ESEN Optoelectronics Technology Co.,Ltd. 7CE56B (base 16) ESEN Optoelectronics Technology Co.,Ltd. Houcheng Yuanjiaqiao ,Jingang Town Zhangjiagang Jiangsu 215631 CN D4-4C-9C (hex) Shenzhen YOOBAO Technology Co.Ltd D44C9C (base 16) Shenzhen YOOBAO Technology Co.Ltd F3,A5,Hua Tong Yuan Logistics Center,Minzhi Street,Longhua Town,Bao’an District,Shenzhen City,China Shenzhen Guangdong 518000 CN 20-CE-C4 (hex) Peraso Technologies 20CEC4 (base 16) Peraso Technologies 144 Front St. West, Suite 685 Toronto ON M5J 2L7 CA CC-47-03 (hex) Intercon Systems Co., Ltd. CC4703 (base 16) Intercon Systems Co., Ltd. #915 Hanlim Human Tower,1-40 Geumjeong-dong Gunpo-si Gyeonggi-do 435-824 KR AC-CA-8E (hex) ODA Technologies ACCA8E (base 16) ODA Technologies 607-A Woorim Lions Valley, #425 Incheon KSXX0009 KR 08-8E-4F (hex) SF Software Solutions 088E4F (base 16) SF Software Solutions Buchenweg 32 Großbettlingen Baden-Württemberg 72663 US 54-05-36 (hex) Vivago Oy 540536 (base 16) Vivago Oy Itsehallintokuja 6 Espoo FI-02600 FI 6C-90-B1 (hex) SanLogic Inc 6C90B1 (base 16) SanLogic Inc 2350 Mission College Blvd Santa Clara CA 95054 US CC-7B-35 (hex) zte corporation CC7B35 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 04-D4-37 (hex) ZNV 04D437 (base 16) ZNV 4/F, W1-A, Bldg, Gaoxin S, 1st Ave., Hi-tech Park, Nanshan District, Shenzhen, P.R.C Shenzhen Guangdong 518057 US CC-F4-07 (hex) EUKREA ELECTROMATIQUE SARL CCF407 (base 16) EUKREA ELECTROMATIQUE SARL 74 AVENUE JEAN JAURES PESSAC GIRONDE 33600 FR DC-17-92 (hex) Captivate Network DC1792 (base 16) Captivate Network 2 Executive Drive Suite 301 Chelmsford Massachusetts 01824 US 28-A2-41 (hex) exlar corp 28A241 (base 16) exlar corp 18400 west 77th street chanhassen mn 55317 US 50-98-71 (hex) Inventum Technologies Private Limited 509871 (base 16) Inventum Technologies Private Limited C-70, Phase 2 Extension NOIDA Uttar Pradesh 201305 IN 04-8C-03 (hex) ThinPAD Technology (Shenzhen)CO.,LTD 048C03 (base 16) ThinPAD Technology (Shenzhen)CO.,LTD Room 2305, Xingji Building, Xinsha Road Shenzhen Guangdong 518104 CN 88-46-2A (hex) Telechips Inc. 88462A (base 16) Telechips Inc. Luther Building,7-20, Sincheon-dong,Songpa-gu, Seoul Seoul 138-240 KR C8-02-58 (hex) ITW GSE ApS C80258 (base 16) ITW GSE ApS Smedebakken 31-33 Odense N 5270 DK 30-78-6B (hex) TIANJIN Golden Pentagon Electronics Co., Ltd. 30786B (base 16) TIANJIN Golden Pentagon Electronics Co., Ltd. No. 196 Rixin Road, Binhai Science Park, Tianjin 300457 CN 20-DF-3F (hex) Nanjing SAC Power Grid Automation Co., Ltd. 20DF3F (base 16) Nanjing SAC Power Grid Automation Co., Ltd. No.11 Phoenix Road Nanjing Jiangsu 211106 CN F8-51-6D (hex) Denwa Technology Corp. F8516D (base 16) Denwa Technology Corp. 1931 NW 150 TH AVE Penbroke Pines Florida 33028 US 44-4A-65 (hex) Silverflare Ltd. 444A65 (base 16) Silverflare Ltd. 2 Bakers Yard Uxbridge Greater London UB8 1JZ GB 74-4B-E9 (hex) EXPLORER HYPERTECH CO.,LTD 744BE9 (base 16) EXPLORER HYPERTECH CO.,LTD 7F.-9,NO.112,Xinmin St New Taipei City 235 TW FC-60-18 (hex) Zhejiang Kangtai Electric Co., Ltd. FC6018 (base 16) Zhejiang Kangtai Electric Co., Ltd. No.5, Kangtai Rd Yueqing Zhejiang 325605 CN F4-20-12 (hex) Cuciniale GmbH F42012 (base 16) Cuciniale GmbH Heuriedweg 65 Lindau 88131 DE 98-B0-39 (hex) Nokia 98B039 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA B8-30-A8 (hex) Road-Track Telematics Development B830A8 (base 16) Road-Track Telematics Development 15th Keren Hayesod St. Tirat Hacarmel Israel 15223 IL 4C-D6-37 (hex) Qsono Electronics Co., Ltd 4CD637 (base 16) Qsono Electronics Co., Ltd 2nd Floor,Dingxin Industry park,jiayuan Road,East Lake Development Zone Wuhan Hubei 430074 CN 94-36-E0 (hex) Sichuan Bihong Broadcast & Television New Technologies Co.,Ltd 9436E0 (base 16) Sichuan Bihong Broadcast & Television New Technologies Co.,Ltd Guanghan City, Sichuan province Zhongshan road south three period of 36 Deyang Guanghan Sichuan Province 618300 CN 54-22-F8 (hex) zte corporation 5422F8 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 48-6E-73 (hex) Pica8, Inc. 486E73 (base 16) Pica8, Inc. 1032 Elwell Court, Suite 105 Palo Alto CA 94303 US 64-05-BE (hex) NEW LIGHT LED 6405BE (base 16) NEW LIGHT LED No.50, Siyuan Rd New Taipei 24251 TW 64-6E-EA (hex) Iskratel d.o.o. 646EEA (base 16) Iskratel d.o.o. Ljubljanska cesta 24a Kranj 4000 SI D0-73-7F (hex) Mini-Circuits D0737F (base 16) Mini-Circuits 50 Yosef Levi Street Kiryat Bialik Industrial Zone 27000 US E8-BB-3D (hex) Sino Prime-Tech Limited E8BB3D (base 16) Sino Prime-Tech Limited Room 418, Building 1, Hua Mei Ju (D), Shenzhen Guangdong 518101 CN 28-28-5D (hex) Zyxel Communications Corporation 28285D (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW 0C-F0-19 (hex) Malgn Technology Co., Ltd. 0CF019 (base 16) Malgn Technology Co., Ltd. Star Tower #305, 223-25 Seongnam-Si Kyounggi-Do 462-738 KR 94-9F-B4 (hex) ChengDu JiaFaAnTai Technology Co.,Ltd 949FB4 (base 16) ChengDu JiaFaAnTai Technology Co.,Ltd 8th Floor, Building No.2, Zone A of Wisdom Valley Chengdu Sichuan 610000 CN 40-68-26 (hex) Thales UK Limited 406826 (base 16) Thales UK Limited 1 Linthouse Road Glasgow Scotland G51 4BZ GB F8-2B-C8 (hex) Jiangsu Switter Co., Ltd F82BC8 (base 16) Jiangsu Switter Co., Ltd Room 512, Buliding 8, 118 Nanyuanbei Road Suzhou City Jiangsu Province 215006 CN 60-C3-97 (hex) 2Wire Inc 60C397 (base 16) 2Wire Inc 1764 Automation Parkway San Jose CA 95131 US E0-7F-88 (hex) EVIDENCE Network SIA E07F88 (base 16) EVIDENCE Network SIA Zilupes 4A Rīga LV-1019 LV 1C-7C-C7 (hex) Coriant GmbH 1C7CC7 (base 16) Coriant GmbH St.-Martin-Str. 76 Munich Germany 81541 DE 34-1B-22 (hex) Grandbeing Technology Co., Ltd 341B22 (base 16) Grandbeing Technology Co., Ltd B-301,Science and Technology Building Phase II Shenzhen Guangdong 518000 CN 40-56-0C (hex) In Home Displays Ltd 40560C (base 16) In Home Displays Ltd Waterside House Edinburgh Lothian EH6 6QU GB 58-E0-2C (hex) Micro Technic A/S 58E02C (base 16) Micro Technic A/S Smedevaenget 5 Aarup 5560 DK 78-B3-CE (hex) Elo touch solutions 78B3CE (base 16) Elo touch solutions 1033 McCarthy Boulevard Milpitas CA 95035 US 88-14-2B (hex) Protonic Holland 88142B (base 16) Protonic Holland Factorij 36 Zwaag NH Netherlands 1689 AL NL A4-FC-CE (hex) Security Expert Ltd. A4FCCE (base 16) Security Expert Ltd. 75, Ekaterininskaya Street, of. 105 Perm Perm region 614000 RU 34-A6-8C (hex) Shine Profit Development Limited 34A68C (base 16) Shine Profit Development Limited Unit 1401B Telecom Tower Kwun Tong Kowloon 000001 HK 34-1A-4C (hex) SHENZHEN WEIBU ELECTRONICS CO.,LTD. 341A4C (base 16) SHENZHEN WEIBU ELECTRONICS CO.,LTD. 3/F, Block 132,Jindi Industrial Zone Shenzhen Guangdong 518048 CN 04-88-E2 (hex) Beats Electronics LLC 0488E2 (base 16) Beats Electronics LLC 1601 Cloverfield Blvd. Santa Monica California 90404 US A4-7A-CF (hex) VIBICOM COMMUNICATIONS INC. A47ACF (base 16) VIBICOM COMMUNICATIONS INC. 900 CORPORATE DRIVE MAHWAH NEW JERSEY 074030 US BC-26-1D (hex) HONG KONG TECON TECHNOLOGY BC261D (base 16) HONG KONG TECON TECHNOLOGY ROOM 2802,BLOCK A,SHEN FANG OLAZA Shenzhen Guangdong 518000 CN E8-CE-06 (hex) SkyHawke Technologies, LLC. E8CE06 (base 16) SkyHawke Technologies, LLC. 274 Commerce Park Drive Ridgeland MS 39157 US C8-F3-86 (hex) Shenzhen Xiaoniao Technology Co.,Ltd C8F386 (base 16) Shenzhen Xiaoniao Technology Co.,Ltd Floor 13 C-D Yunsong Buliding Futian District, Shenzhen Guangdong 518040 CN E0-DC-A0 (hex) Siemens Industrial Automation Products Ltd Chengdu E0DCA0 (base 16) Siemens Industrial Automation Products Ltd Chengdu Tianyuan Road 99 Cheng Du Si Chuan 611731 CN 84-2F-75 (hex) Innokas Group 842F75 (base 16) Innokas Group Tarjusojantie 12 Kempele Oulu 90440 FI CC-3C-3F (hex) SA.S.S. Datentechnik AG CC3C3F (base 16) SA.S.S. Datentechnik AG Talhofstr. 32 Gilching Bayern 82205 DE 2C-69-BA (hex) RF Controls, LLC 2C69BA (base 16) RF Controls, LLC 622 Bates Street Saint Louis Missouri 63111 US D4-BF-7F (hex) UPVEL D4BF7F (base 16) UPVEL 13139 Ramona Blvd. #F Irwindale CA 91706 US 2C-72-C3 (hex) Soundmatters 2C72C3 (base 16) Soundmatters 8060 Double R Blvd Suite 100 Reno NV 89511 US C4-48-38 (hex) Satcom Direct, Inc. C44838 (base 16) Satcom Direct, Inc. 1901 Hwy A1A Satellite Beach FL 32937 US C8-DD-C9 (hex) Lenovo Mobile Communication Technology Ltd. C8DDC9 (base 16) Lenovo Mobile Communication Technology Ltd. No.999,Qishan North 2nd Road, Xiamen Fujian 361006 US 6C-86-86 (hex) Technonia 6C8686 (base 16) Technonia #1101, Hanshin IT Tower 235 Seoul 152-768 KR D4-AC-4E (hex) BODi rS, LLC D4AC4E (base 16) BODi rS, LLC 7622 Rickenbacker Drive Gaithersburg MD 20879 US 20-4C-6D (hex) Hugo Brennenstuhl Gmbh & Co. KG. 204C6D (base 16) Hugo Brennenstuhl Gmbh & Co. KG. Seestr. 1-3 Tuebingen Baden-Wuerttemberg 72074 DE 40-C4-D6 (hex) ChongQing Camyu Technology Development Co.,Ltd. 40C4D6 (base 16) ChongQing Camyu Technology Development Co.,Ltd. 4th Floor,Tower of Venus Technology Building ,NO 60 Xing Guang Road Chong Qing 401121 CN A8-29-4C (hex) Precision Optical Transceivers, Inc. A8294C (base 16) Precision Optical Transceivers, Inc. 2328 Innovation Way Rochester NY 14624 US 70-C6-AC (hex) Bosch Automotive Aftermarket 70C6AC (base 16) Bosch Automotive Aftermarket Franz Oechsle Str. 4 Plochingen D-73201 DE 7C-05-07 (hex) PEGATRON CORPORATION 7C0507 (base 16) PEGATRON CORPORATION 5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW 88-09-05 (hex) MTMCommunications 880905 (base 16) MTMCommunications 2-3-10 Honmachi Ichinomiya-shi Aichi-ken 491-0853 US 30-D4-6A (hex) Autosales Incorporated 30D46A (base 16) Autosales Incorporated 1200 Souteat Avenue Tallmadge Ohio 44278 US 28-2C-B2 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 282CB2 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 64-E5-99 (hex) EFM Networks 64E599 (base 16) EFM Networks 6F, Benposra II 1197-1 Bojeong Giheung Gu Yong In Kyunggi do 446913 KR 30-89-99 (hex) Guangdong East Power Co., 308999 (base 16) Guangdong East Power Co., No.6 Northern Industry Road,Songshan lake SCI&TECH Industry Park DongGuan GuangDong 523808 CN C8-93-46 (hex) MXCHIP Company Limited C89346 (base 16) MXCHIP Company Limited Room 811,Tongpu Building, Shanghai Shanghai 200333 CN F4-B3-81 (hex) WindowMaster A/S F4B381 (base 16) WindowMaster A/S Skelstedet 13 Vedbaek 2950 DK 74-F1-02 (hex) Beijing HCHCOM Technology Co., Ltd 74F102 (base 16) Beijing HCHCOM Technology Co., Ltd Patton Building 8 floor,11# Wan liu zhong lu,Haidian District,Beijing,China Beijing China 100089 CN A0-86-1D (hex) Chengdu Fuhuaxin Technology co.,Ltd A0861D (base 16) Chengdu Fuhuaxin Technology co.,Ltd Room 1608,Building G1,No.1800 of Yizhou Ave Chengdu Sichuan 610041 CN 50-8D-6F (hex) CHAHOO Limited 508D6F (base 16) CHAHOO Limited B-4thFloor, 631 Sungnam Gyeonggi 463-400 KR E8-DE-27 (hex) TP-LINK TECHNOLOGIES CO.,LTD. E8DE27 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 94-AC-CA (hex) trivum technologies GmbH 94ACCA (base 16) trivum technologies GmbH Heusteigstraße 37 Stuttgart 70108 DE 9C-97-26 (hex) Technicolor 9C9726 (base 16) Technicolor Prins Boudewijnlaan 47 Edegem - Belgium B-2650 BE 90-82-60 (hex) IEEE 1904.1 Working Group 908260 (base 16) IEEE 1904.1 Working Group 1351 Redwood Way, Petaluma CA 94954 US D4-EE-07 (hex) HIWIFI Co., Ltd. D4EE07 (base 16) HIWIFI Co., Ltd. Room 1002, Zhongguancun e-Plaza A, Haidian District Beijing 100080 CN FC-AD-0F (hex) QTS NETWORKS FCAD0F (base 16) QTS NETWORKS Jinyanlong Plaza, Huilongguan, Beijing 100092 CN 98-4C-04 (hex) Zhangzhou Keneng Electrical Equipment Co Ltd 984C04 (base 16) Zhangzhou Keneng Electrical Equipment Co Ltd Keneng Technology Park,No.12 Wuqiao Zhong Rd Zhangzhou Fujian 363005 CN A4-E9-91 (hex) SISTEMAS AUDIOVISUALES ITELSIS S.L. A4E991 (base 16) SISTEMAS AUDIOVISUALES ITELSIS S.L. POL.IND. DEL TAMBRE SANTIAGO COMPOSTELA A CORUÑA 15890 ES 3C-86-A8 (hex) Sangshin elecom .co,, LTD 3C86A8 (base 16) Sangshin elecom .co,, LTD 614-1 Wolhari Suhmyon Choongnam 339-814 KR 84-F4-93 (hex) OMS spol. s.r.o. 84F493 (base 16) OMS spol. s.r.o. Dojc 419 Dojc Slovakia 90602 SK BC-D1-77 (hex) TP-LINK TECHNOLOGIES CO.,LTD. BCD177 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN AC-DB-DA (hex) Shenzhen Geniatech Inc, Ltd ACDBDA (base 16) Shenzhen Geniatech Inc, Ltd 18th F, GDC Building,No.9 ,Gaoxin Central Avenue 3rd Shenzhen GuangDong 518057 CN D4-27-51 (hex) Infopia Co., Ltd D42751 (base 16) Infopia Co., Ltd 891, Hogye-dong, Dongan-gu Anyang Gyeonggi 431-080 KR 10-3D-EA (hex) HFC Technology (Beijing) Ltd. Co. 103DEA (base 16) HFC Technology (Beijing) Ltd. Co. Building #3, Room 1214 Beijing AP (Area Pacific) 100193 CN F0-5D-C8 (hex) Duracell Powermat F05DC8 (base 16) Duracell Powermat 230 Park Ave, suit 910 new york NY 10169 US CC-5D-57 (hex) Information System Research Institute,Inc. CC5D57 (base 16) Information System Research Institute,Inc. Metro city minamiikebukuro-bldg.5F Toshima-ku Tokyo 171-0022 JP 64-C6-67 (hex) Barnes&Noble 64C667 (base 16) Barnes&Noble 400 Hamilton Avenue Palo Alto CA 94301 US F0-F2-60 (hex) Mobitec AB F0F260 (base 16) Mobitec AB Box 97 Herrljunga VG 52421 SE 04-4C-EF (hex) Fujian Sanao Technology Co.,Ltd 044CEF (base 16) Fujian Sanao Technology Co.,Ltd Fuzhou shibei bicyclic road no. 117 Fuzhou Fujian 350000 CN 4C-80-4F (hex) Armstrong Monitoring Corp 4C804F (base 16) Armstrong Monitoring Corp 215 Colonnade Rd Nepean Ontario K2E 7K3 CA 7C-D7-62 (hex) Freestyle Technology Pty Ltd 7CD762 (base 16) Freestyle Technology Pty Ltd 1A 24 Ricketts Road Mount Waverley Victoria 3149 AU 90-1D-27 (hex) zte corporation 901D27 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 9C-31-78 (hex) Foshan Huadian Intelligent Communications Teachnologies Co.,Ltd 9C3178 (base 16) Foshan Huadian Intelligent Communications Teachnologies Co.,Ltd Building B,No.8 of Shishan Industrial Avenue Foshan Guangdong 528225 CN B0-C9-5B (hex) Beijing Symtech CO.,LTD B0C95B (base 16) Beijing Symtech CO.,LTD Technology Park Building 2-1,The Hung Fu Pioneer Park Beijing 102209 CN 4C-CA-53 (hex) Skyera, Inc. 4CCA53 (base 16) Skyera, Inc. 1704 Automation Pkwy San Jose CA 95131 US 90-FF-79 (hex) Metro Ethernet Forum 90FF79 (base 16) Metro Ethernet Forum 6033 W. Century Boulevard Los Angeles California 90045 US B0-14-08 (hex) LIGHTSPEED INTERNATIONAL CO. B01408 (base 16) LIGHTSPEED INTERNATIONAL CO. No.20, LANE 526 NIUPU East RD. Hsinchu Not US/Canada 30091 TW 08-1D-FB (hex) Shanghai Mexon Communication Technology Co.,Ltd 081DFB (base 16) Shanghai Mexon Communication Technology Co.,Ltd Floor4-5, Unit B, Building 5 ,Lane 128, Jiujing Road Shanghai Shanghai 201615 CN 98-3F-9F (hex) China SSJ (Suzhou) Network Technology Inc. 983F9F (base 16) China SSJ (Suzhou) Network Technology Inc. 399 Linquan St., Dongnan Building 411 Suzhou Jiangsu 215123 CN B8-38-CA (hex) Kyokko Tsushin System CO.,LTD B838CA (base 16) Kyokko Tsushin System CO.,LTD 2-25-7 sakado,Takatsu-ku Kawasaki Kanagawa 213-0012 JP C4-4E-AC (hex) Shenzhen Shiningworth Technology Co., Ltd. C44EAC (base 16) Shenzhen Shiningworth Technology Co., Ltd. Room 610, Block B, Huameiju Business Center, Shenzhen Guangdong 518000 CN A8-01-80 (hex) IMAGO Technologies GmbH A80180 (base 16) IMAGO Technologies GmbH Strassheimer Str. 45 Friedberg Hessen 61169 DE 0C-55-21 (hex) Axiros GmbH 0C5521 (base 16) Axiros GmbH Altlaufstrasse 34 Munich Hoehenkirchen Bavaria 85635 DE 68-A4-0E (hex) BSH Hausgeräte GmbH 68A40E (base 16) BSH Hausgeräte GmbH Im Gewerbepark B35 Regensburg Bayern 93059 DE F4-C6-D7 (hex) blackned GmbH F4C6D7 (base 16) blackned GmbH Am Hartholz 21 Alling Bavaria 82239 DE D4-CA-6E (hex) u-blox AG D4CA6E (base 16) u-blox AG Zuercherstrasse 68 Thalwil 8800 CH 5C-43-D2 (hex) HAZEMEYER 5C43D2 (base 16) HAZEMEYER ZI Route de Grugies GAUCHY FRANCE 02430 FR D8-09-C3 (hex) Cercacor Labs D809C3 (base 16) Cercacor Labs 189 Technology Dr Irvine CA 92618 US E0-C2-B7 (hex) Masimo Corporation E0C2B7 (base 16) Masimo Corporation 40 Parker Irvine CA 92618 US A0-19-17 (hex) Bertel S.p.a. A01917 (base 16) Bertel S.p.a. Frazione Rimale, Via Emilia Ovest 61 Fidenza Parma 43036 IT 68-B8-D9 (hex) Act KDE, Inc. 68B8D9 (base 16) Act KDE, Inc. 196-14, Bangi-dong, Songpa-gu Seoul 138-834 KR 90-CC-24 (hex) Synaptics, Inc 90CC24 (base 16) Synaptics, Inc 1251 McKay Drive San Jose CA 95131-1709 US 2C-E8-71 (hex) Alert Metalguard ApS 2CE871 (base 16) Alert Metalguard ApS Vester Voldgade 104, st, th Copenhagen V 1552 DK F8-7B-62 (hex) FASTWEL INTERNATIONAL CO., LTD. Taiwan Branch F87B62 (base 16) FASTWEL INTERNATIONAL CO., LTD. Taiwan Branch 6F., No.118, Ln. 235, Baociao Rd., Sindian City, Taipei County 231, Taiwan R.O.C. Taipei 231 TW 40-27-0B (hex) Mobileeco Co., Ltd 40270B (base 16) Mobileeco Co., Ltd #2126, IT Tower B, Keumkang Penterium Bldg, 810 Anyang City Kyunggi-Do 431810 KR 74-FE-48 (hex) ADVANTECH CO., LTD. 74FE48 (base 16) ADVANTECH CO., LTD. NO.1, Alley 20, Lane 26 TAIPEI 231 TW 80-B9-5C (hex) ELFTECH Co., Ltd. 80B95C (base 16) ELFTECH Co., Ltd. 174, Daehyeon Techno World 6F 609, Uiwang-Si Gyeonggi-Do 437-753 KR 38-B5-BD (hex) E.G.O. Elektro-Ger 38B5BD (base 16) E.G.O. Elektro-Ger Einkauf Oberderdingen 75038 DE 20-91-8A (hex) PROFALUX 20918A (base 16) PROFALUX 377 rue des Cypr THYEZ Haute Savoie 74300 FR E4-EE-FD (hex) MR&D Manufacturing E4EEFD (base 16) MR&D Manufacturing Viale dell'Unione Europea, 8 Gallarate Varese 21013 US 10-5C-BF (hex) DuroByte Inc 105CBF (base 16) DuroByte Inc 875 Foster Ave, Unit 101 Windsor Ontario N8X4W3 CA A4-6E-79 (hex) DFT System Co.Ltd A46E79 (base 16) DFT System Co.Ltd Room 6B XINHAOFANG Building SHENZHEN GUANGDONG 518052 CN C8-8A-83 (hex) Dongguan HuaHong Electronics Co.,Ltd C88A83 (base 16) Dongguan HuaHong Electronics Co.,Ltd NO.25,Xing Er Road,Chen Wu Industrial Zone,Wusha Village,Chang£§an Town Dongguan City China/Guangdong 523858 CN 8C-C5-E1 (hex) ShenZhen Konka Telecommunication Technology Co.,Ltd 8CC5E1 (base 16) ShenZhen Konka Telecommunication Technology Co.,Ltd No.9008 Shennan Road ShenZhen GuangDong 518053 CN 64-A3-41 (hex) Wonderlan (Beijing) Technology Co., Ltd. 64A341 (base 16) Wonderlan (Beijing) Technology Co., Ltd. Room 04D, Building D, KeShi Plaza Haidian District Beijing 100085 CN 78-98-FD (hex) Q9 Networks Inc. 7898FD (base 16) Q9 Networks Inc. Suite 4400, PO Box 235 Toronto ON M5K 1J3 CA D0-63-B4 (hex) SolidRun Ltd. D063B4 (base 16) SolidRun Ltd. P.O Box 50782 Nazareth ISRAEL 16165 IL 9C-54-1C (hex) Shenzhen My-power Technology Co.,Ltd 9C541C (base 16) Shenzhen My-power Technology Co.,Ltd 202¬Building 3¬Shenzhen Software Park Shenzhen Nanshan 518000 CN 8C-33-30 (hex) EmFirst Co., Ltd. 8C3330 (base 16) EmFirst Co., Ltd. 701 Suwon Venture Center Suwon Gyeonggi-do 442-833 KR 08-7B-AA (hex) SVYAZKOMPLEKTSERVICE, LLC 087BAA (base 16) SVYAZKOMPLEKTSERVICE, LLC Lenskaya 2-21 Moscow 129327 US 24-F2-DD (hex) Radiant Zemax LLC 24F2DD (base 16) Radiant Zemax LLC 22908 NE Alder Crest Dr NE Ste 100 Redmond WA 98053 US 20-B5-C6 (hex) Mimosa Networks 20B5C6 (base 16) Mimosa Networks 656 N. Santa Cruz. Ave., Suite B Los Gatos CA 95030 US E4-E4-09 (hex) LEIFHEIT AG E4E409 (base 16) LEIFHEIT AG Leifhheitstreet Nassau Rheinland-Pfalz 56377 DE B8-77-C3 (hex) METER Group B877C3 (base 16) METER Group 2365 NE Hopkins Court Pullman WA 99163 US 00-4D-32 (hex) Andon Health Co.,Ltd. 004D32 (base 16) Andon Health Co.,Ltd. NO.3Jin PIng Road Ya An Street Tianjin 300190 CN FC-A9-B0 (hex) MIARTECH (SHANGHAI),INC. FCA9B0 (base 16) MIARTECH (SHANGHAI),INC. 3F,Building 4,No 290 Zhangheng Road Zhangjiang Hi-Tech Park,Pudong New District Shanghai,P.R.China SHANGHAI SHANGHAI 201204 CN 94-DE-80 (hex) GIGA-BYTE TECHNOLOGY CO.,LTD. 94DE80 (base 16) GIGA-BYTE TECHNOLOGY CO.,LTD. Pin-Jen Taoyuan 324 TW 2C-44-1B (hex) Spectrum Medical Limited 2C441B (base 16) Spectrum Medical Limited Harrier 4, Meteor Business Park Gloucester GL2 9QL US EC-49-93 (hex) Qihan Technology Co., Ltd EC4993 (base 16) Qihan Technology Co., Ltd 20th Floor,Times Technology BuildingNo.7028,Shennan Road,Futian, Shenzhen Guangdong 518040 CN B0-AC-FA (hex) FUJITSU LIMITED B0ACFA (base 16) FUJITSU LIMITED 403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP 8C-E0-81 (hex) zte corporation 8CE081 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN A4-4E-2D (hex) Adaptive Wireless Solutions, LLC A44E2D (base 16) Adaptive Wireless Solutions, LLC 577 Main Street Hudson MA 01749 US 0C-CD-FB (hex) EDIC Systems Inc. 0CCDFB (base 16) EDIC Systems Inc. 1-3-7 Nakamachidai Yokohama Kanagawa 224-0041 JP 9C-8D-1A (hex) INTEG process group inc 9C8D1A (base 16) INTEG process group inc 2919 E Hardies Rd, First Floor Gibsonia PA 15044 US 48-03-62 (hex) DESAY ELECTRONICS(HUIZHOU)CO.,LTD 480362 (base 16) DESAY ELECTRONICS(HUIZHOU)CO.,LTD BuildingA,No.3 Desay Industrial Zone Huizhou Guangdong 516029 CN 18-67-3F (hex) Hanover Displays Limited 18673F (base 16) Hanover Displays Limited Unit 24 Lewes East Sussex BN8 6JL GB 7C-0A-50 (hex) J-MEX Inc. 7C0A50 (base 16) J-MEX Inc. B2, 3F, No.1, Li-Hsin 1st Road, Hsinchu Taiwan 300 TW 50-11-EB (hex) SilverNet Ltd 5011EB (base 16) SilverNet Ltd 16 Cocran Close Milton Keynes Bucks MK8 0AJ GB 54-DF-63 (hex) Intrakey technologies GmbH 54DF63 (base 16) Intrakey technologies GmbH Wiener Strasse 114-116 Dresden Saxony 01219 DE 40-F2-E9 (hex) IBM 40F2E9 (base 16) IBM 3039 E Cornwallis Rd Research Triangle Park NC 27709 US 74-4D-79 (hex) Arrive Systems Inc. 744D79 (base 16) Arrive Systems Inc. 1404 Franklin Street, # 350 Oakland CA 94612 US 9C-04-73 (hex) Tecmobile (International) Ltd. 9C0473 (base 16) Tecmobile (International) Ltd. Unit L, Braintree Industrial Estate, HA4 0EJ GB B4-DF-FA (hex) Litemax Electronics Inc. B4DFFA (base 16) Litemax Electronics Inc. 8F, No.137,Lane 235 Shin-dian-Dist New Taipei 23145 TW 68-1C-A2 (hex) Rosewill Inc. 681CA2 (base 16) Rosewill Inc. 17708 Rowland St., City of Industry CA 91748 US 60-46-16 (hex) XIAMEN VANN INTELLIGENT CO., LTD 604616 (base 16) XIAMEN VANN INTELLIGENT CO., LTD UNIT 101£¬NO.28 GUANRI RD., SOFTWARE PARK ¢ò XIAMEN FUJIAN 361009 CN E4-56-14 (hex) Suttle Apparatus E45614 (base 16) Suttle Apparatus 1001 East Highway 212 Hector MN 55342 US 3C-83-B5 (hex) Advance Vision Electronics Co. Ltd. 3C83B5 (base 16) Advance Vision Electronics Co. Ltd. 6F, No. 199, Lide St. Jhonghe Dist New Taipei City, Jhonghe Dist 23556 TW 28-A1-92 (hex) GERP Solution 28A192 (base 16) GERP Solution Rua Costa Aguiar, 1710 São Paulo SP 04204002 BR 10-6F-EF (hex) Ad-Sol Nissin Corp 106FEF (base 16) Ad-Sol Nissin Corp Rivage Shinagawa, 4-1-8 Kounan Minato-ku Tokyo 108-0075 JP 6C-40-C6 (hex) Nimbus Data, Inc. 6C40C6 (base 16) Nimbus Data, Inc. 5151 California Ave, Ste 100 Irvine CA 92617 US 10-48-B1 (hex) Beijing Duokan Technology Limited 1048B1 (base 16) Beijing Duokan Technology Limited Room 1105, Changxin Building, No.39 Anding Road Chaoyang District Beijing 100029 CN D4-93-A0 (hex) Fidelix Oy D493A0 (base 16) Fidelix Oy Martinkyläntie 41 VANTAA International 01720 FI 08-EB-ED (hex) World Elite Technology Co.,LTD 08EBED (base 16) World Elite Technology Co.,LTD 6/F Liyuan floor ,Dragon City North Road on the 3rd ShenZhen GuangDong 518100 CN DC-9F-A4 (hex) Nokia Corporation DC9FA4 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 44-C3-9B (hex) OOO RUBEZH NPO 44C39B (base 16) OOO RUBEZH NPO Pionerskaya 11a Bratsk Irkutsk 665717 RU C4-45-67 (hex) SAMBON PRECISON and ELECTRONICS C44567 (base 16) SAMBON PRECISON and ELECTRONICS 204, Samjeong-dong, Ojeong-gu Bucheon-city Kyeonggi-do 421-810 KR 48-F8-B3 (hex) Cisco-Linksys, LLC 48F8B3 (base 16) Cisco-Linksys, LLC 121 Theory Drive Irvine California 92612 US D8-D2-7C (hex) JEMA ENERGY, SA D8D27C (base 16) JEMA ENERGY, SA Pº Circuito nº10 Lasarte-Oria Guipuzcoa 20160 ES B0-12-03 (hex) Dynamics Hong Kong Limited B01203 (base 16) Dynamics Hong Kong Limited Room A4, 3/F, Friend's House , No.6A Carnarvon Road, 999077 HK 98-86-B1 (hex) Flyaudio corporation (China) 9886B1 (base 16) Flyaudio corporation (China) No.16 Mingzhu RD Economic&Technology Guangzhou Guangdong Province 510730 CN 70-93-F8 (hex) Space Monkey, Inc. 7093F8 (base 16) Space Monkey, Inc. 7707 south main street Midvale Utah 84047 US 28-B3-AB (hex) Genmark Automation 28B3AB (base 16) Genmark Automation 1201 Cadillac Ct Milpitas CA 95035 US C4-E7-BE (hex) SCSpro Co.,Ltd C4E7BE (base 16) SCSpro Co.,Ltd #1203, KCC welltz valley 470-8 Seoul Korea 153-710 KR 58-87-4C (hex) LITE-ON CLEAN ENERGY TECHNOLOGY CORP. 58874C (base 16) LITE-ON CLEAN ENERGY TECHNOLOGY CORP. 3F, 392, Ruey Kuang Road, Neihu, Taipei 11492 TW 28-91-D0 (hex) Stage Tec Entwicklungsgesellschaft für professionelle Audiotechnik mbH 2891D0 (base 16) Stage Tec Entwicklungsgesellschaft für professionelle Audiotechnik mbH Tabbertstraße 10 Berlin 12459 DE C0-BD-42 (hex) ZPA Smart Energy a.s. C0BD42 (base 16) ZPA Smart Energy a.s. Komenskeho 821 Trutnov 54101 CZ FC-52-CE (hex) Control iD FC52CE (base 16) Control iD Rua Hungria, 574 São Paulo SP 01455-000 BR 5C-4A-26 (hex) Enguity Technology Corp 5C4A26 (base 16) Enguity Technology Corp 2020 Pennsylvania Ave., NW Washington DC 20006 US 60-F2-EF (hex) VisionVera International Co., Ltd. 60F2EF (base 16) VisionVera International Co., Ltd. A1103 Gehua Building Beijing 100007 CN C0-3F-2A (hex) Biscotti, Inc. C03F2A (base 16) Biscotti, Inc. 5900 South Lake Forest Drive McKinney TX 75070 US 38-1C-4A (hex) SIMCom Wireless Solutions Co.,Ltd. 381C4A (base 16) SIMCom Wireless Solutions Co.,Ltd. Building A,SIM Technology Building,No.633,Jinzhong Road, Shanghai 200335 CN D8-C6-91 (hex) Hichan Technology Corp. D8C691 (base 16) Hichan Technology Corp. 12F., No.2, Jian 8th Rd., Zhonghe Dist New Taipei City 23511 TW E4-3F-A2 (hex) Wuxi DSP Technologies Inc. E43FA2 (base 16) Wuxi DSP Technologies Inc. Rm A801,530Mansion,International High-Tech Park,Qingyuan Road Wuxi Jiangsu 214000 US F4-B7-2A (hex) TIME INTERCONNECT LTD F4B72A (base 16) TIME INTERCONNECT LTD 6/F, Photonics Centre HK 74-99-75 (hex) IBM Corporation 749975 (base 16) IBM Corporation 4400 North First Street San Jose CA 95134 US 2C-62-5A (hex) Finest Security Systems Co., Ltd 2C625A (base 16) Finest Security Systems Co., Ltd 12F, No.103, Sec3, Nan King E. RD Taipei 104 US 20-74-CF (hex) Shenzhen Voxtech Co.,Ltd 2074CF (base 16) Shenzhen Voxtech Co.,Ltd 4/F East, Building 4, Minqi Science&Technology Park, Pingshan, Shenzhen Guangdong 518055 CN E0-F5-CA (hex) CHENG UEI PRECISION INDUSTRY CO.,LTD. E0F5CA (base 16) CHENG UEI PRECISION INDUSTRY CO.,LTD. No. 18, ZhongShan Rd., TuCheng Dist., New Taipei City Taiwan 23680 TW A8-EF-26 (hex) Tritonwave A8EF26 (base 16) Tritonwave 795 Lakeshore Dr, Suite 307 Quebec H9S 0A8 CA 20-DC-93 (hex) Cheetah Hi-Tech, Inc. 20DC93 (base 16) Cheetah Hi-Tech, Inc. Rm 804, No. 5, Sec. 2, Anhe Rd. Taipei Taiwan 10680 TW 44-23-AA (hex) Farmage Co., Ltd. 4423AA (base 16) Farmage Co., Ltd. 166-8 Kanazawa Toubetsu Hokkaido 061-0212 JP 7C-FE-28 (hex) Salutron Inc. 7CFE28 (base 16) Salutron Inc. 40979 Encyclopedia Circle Fremont CA 94538 US E8-10-2E (hex) Really Simple Software, Inc E8102E (base 16) Really Simple Software, Inc P.O. Box 1086 Tiburon California 94920 US 0C-56-5C (hex) HyBroad Vision (Hong Kong) Technology Co Ltd 0C565C (base 16) HyBroad Vision (Hong Kong) Technology Co Ltd Unit 1808 18/F Tower 3 Enterprise Square Kowloon Bay HK 8C-6A-E4 (hex) Viogem Limited 8C6AE4 (base 16) Viogem Limited Paddock House Orlingbury Northamptonshire NN141JH GB 54-39-68 (hex) Edgewater Networks Inc 543968 (base 16) Edgewater Networks Inc 2895 Northwestern Parkway Santa Clara CA 95051 US 44-0C-FD (hex) NetMan Co., Ltd. 440CFD (base 16) NetMan Co., Ltd. Rm 406, DIP, 2139, Daemyeong-dong, Daegu 705-701 KR 8C-D3-A2 (hex) VisSim AS 8CD3A2 (base 16) VisSim AS Vollveien 5 Horten Vestfold 3183 NO D8-2D-E1 (hex) Tricascade Inc. D82DE1 (base 16) Tricascade Inc. 5020 Campus Drv. Newport Beach CA 92660 US 14-35-8B (hex) Mediabridge Products, LLC. 14358B (base 16) Mediabridge Products, LLC. 1951 Old Cuthbert Rd Cherry Hill New Jersey 08034 US 00-F4-03 (hex) Orbis Systems Oy 00F403 (base 16) Orbis Systems Oy Taivaltie 5 Vantaa 01610 FI 54-73-98 (hex) Toyo Electronics Corporation 547398 (base 16) Toyo Electronics Corporation 1860-38, Simoakasaka Kawagoe Saitama 3501155 JP E0-A3-0F (hex) Pevco E0A30F (base 16) Pevco 1401 Tangier Drive Baltimore MD 21220 US 88-DC-96 (hex) SENAO Networks, Inc. 88DC96 (base 16) SENAO Networks, Inc. No. 500, Fusing 3rd Rd., Hwa-Ya Technology Park Kuei-Shan Hsiang TaoYuan County 333 TW 20-44-3A (hex) Schneider Electric Asia Pacific Ltd 20443A (base 16) Schneider Electric Asia Pacific Ltd 13F East Wing, Warwick House, Taikoo Place Quarry Bay HK C4-39-3A (hex) SMC Networks Inc C4393A (base 16) SMC Networks Inc 20 Mason Irvine CA 92618 US 5C-24-79 (hex) Baltech AG 5C2479 (base 16) Baltech AG Lilienthalstrasse 27 Hallbergmoos 85399 DE EC-93-27 (hex) MEMMERT GmbH + Co. KG EC9327 (base 16) MEMMERT GmbH + Co. KG Aeussere Rittersbacher Strasse 38 Schwabach Bavaria 91126 DE A0-EF-84 (hex) Seine Image Int'l Co., Ltd A0EF84 (base 16) Seine Image Int'l Co., Ltd 6F,4Building, NO.63,Mingz North Road ZhuHai 519075 CN 64-51-7E (hex) LONG BEN (DONGGUAN) ELECTRONIC TECHNOLOGY CO.,LTD. 64517E (base 16) LONG BEN (DONGGUAN) ELECTRONIC TECHNOLOGY CO.,LTD. NO.19.Jian she Road,Shi ma Village,Tang xia Town,Dong guan,Guang dong,China Dong guan Guang dong 523731 CN D4-3D-7E (hex) Micro-Star Int'l Co, Ltd D43D7E (base 16) Micro-Star Int'l Co, Ltd No.69, Lide St., Jhonghe City Taipei County 235 US AC-D9-D6 (hex) tci GmbH ACD9D6 (base 16) tci GmbH Ludwig-Rinn-Straße 10-14 Heuchelheim Hessen 35452 US 48-28-2F (hex) zte corporation 48282F (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 60-CB-FB (hex) AirScape Inc. 60CBFB (base 16) AirScape Inc. 625 Charles Way Medford OR 97501 US 7C-16-0D (hex) Saia-Burgess Controls AG 7C160D (base 16) Saia-Burgess Controls AG Bahnhofstrasse 18 Murten FR 3280 CH A4-97-BB (hex) Hitachi Industrial Equipment Systems Co.,Ltd A497BB (base 16) Hitachi Industrial Equipment Systems Co.,Ltd 3, Kanda Neribei-cho Chiyoda-ku Tokyo 101-0022 US 4C-54-27 (hex) Linepro Sp. z o.o. 4C5427 (base 16) Linepro Sp. z o.o. ul. Miedziana 11 Warszawa mazowieckie 00-835 PL 80-D1-8B (hex) Hangzhou I'converge Technology Co.,Ltd 80D18B (base 16) Hangzhou I'converge Technology Co.,Ltd No.618 Xixi Road, Hangzhou Zhejiang 310012 CN 40-88-E0 (hex) Beijing Ereneben Information Technology Limited Shenzhen Branch 4088E0 (base 16) Beijing Ereneben Information Technology Limited Shenzhen Branch Room 14A, Building A, Honglong Central Plaza, No.3001,Heping Road, Luohu District, Shenzhen City Shenzhen Guangdong 518001 CN E8-54-84 (hex) NEO Information Systems Co., Ltd. E85484 (base 16) NEO Information Systems Co., Ltd. 609, Junganginduspia, #517-13, Sangdaeweon-Dong, Jungweon-Gu Seongnam Gyunggi-Do 462-713 KR 74-AE-76 (hex) iNovo Broadband, Inc. 74AE76 (base 16) iNovo Broadband, Inc. 3475 Corporate Way Duluth Georgia 30096 US EC-1A-59 (hex) Belkin International Inc. EC1A59 (base 16) Belkin International Inc. 12045 East Waterfront Drive Playa Vista Ca. 90094 US 88-10-36 (hex) Panodic(ShenZhen) Electronics Limted 881036 (base 16) Panodic(ShenZhen) Electronics Limted Floor 12, Grentech Building, Keji.C. Road ShenZhen GuangDong 518052 CN 68-B6-FC (hex) Hitron Technologies. Inc 68B6FC (base 16) Hitron Technologies. Inc No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW EC-A2-9B (hex) Kemppi Oy ECA29B (base 16) Kemppi Oy Kempinkatu 1 Lahti Lahti 15810 FI 04-CE-14 (hex) Wilocity LTD. 04CE14 (base 16) Wilocity LTD. 21 Bareket St. Caesarea Israel 38900 US C4-BA-99 (hex) I+ME Actia Informatik und Mikro-Elektronik GmbH C4BA99 (base 16) I+ME Actia Informatik und Mikro-Elektronik GmbH Dresdenstrasse 17/18 Braunschweig Niedersachsen 38690 DE A4-93-4C (hex) Cisco Systems, Inc A4934C (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US D0-D2-12 (hex) K2NET Co.,Ltd. D0D212 (base 16) K2NET Co.,Ltd. K2Net Building Seoul 158-092 KR B0-43-5D (hex) NuLEDs, Inc. B0435D (base 16) NuLEDs, Inc. 1497 Poinsettia Ave. Vista CA 92081 US 08-08-EA (hex) AMSC 0808EA (base 16) AMSC 15775 W Schaefer Court New Berlin WI 53151 US E8-D4-83 (hex) ULTIMATE Europe Transportation Equipment GmbH E8D483 (base 16) ULTIMATE Europe Transportation Equipment GmbH Industriestraße 3 3300 Niederösterreich 3300 AT 1C-84-64 (hex) FORMOSA WIRELESS COMMUNICATION CORP. 1C8464 (base 16) FORMOSA WIRELESS COMMUNICATION CORP. 11F., No.3-2, Yuanqu St., Nangang Dist., Taipei City 115 TW 34-6E-8A (hex) Ecosense 346E8A (base 16) Ecosense 1414 Kolon science vallet-II., #811 Seoul Guro-gu 152-878 KR 64-F2-42 (hex) Gerdes Aktiengesellschaft 64F242 (base 16) Gerdes Aktiengesellschaft Bergerwiesenstraße 9 Meckenheim NRW 53340 DE 60-F2-81 (hex) TRANWO TECHNOLOGY CO., LTD. 60F281 (base 16) TRANWO TECHNOLOGY CO., LTD. No.236, Sec.3, Huanbei Rd. Jubei City Hsinchu County 30265 TW 94-21-97 (hex) Stalmart Technology Limited 942197 (base 16) Stalmart Technology Limited Rm1106-1107E, Building F, Xihaimingzhu, No.1, Taoyuan Road Shenzhen Gunagdong 518052 CN A0-C3-DE (hex) Triton Electronic Systems Ltd. A0C3DE (base 16) Triton Electronic Systems Ltd. 620063, Ekaterinburg, P/O box 522 Ekaterinburg Sverdlovskaya obl. 620063 RU D0-69-9E (hex) LUMINEX Lighting Control Equipment D0699E (base 16) LUMINEX Lighting Control Equipment Berkenlaan 8 A Hechtel - Eksel Limburg 3940 BE 0C-C0-C0 (hex) MAGNETI MARELLI SISTEMAS ELECTRONICOS MEXICO 0CC0C0 (base 16) MAGNETI MARELLI SISTEMAS ELECTRONICOS MEXICO AV. INDUSTRIA 20/21 TEPOTZOTLAN MEXICO 54600 MX 08-37-9C (hex) Topaz Co. LTD. 08379C (base 16) Topaz Co. LTD. B305-22, Acrotower, 1591 Gwanyang-dong Anyang-si Gyeonggi-Do 431-060 KR D8-0D-E3 (hex) FXI TECHNOLOGIES AS D80DE3 (base 16) FXI TECHNOLOGIES AS Postboks 609 TRONDHEIM Norge 7406 NO B0-D2-F5 (hex) Vello Systems, Inc. B0D2F5 (base 16) Vello Systems, Inc. 1530 O'Brien Drive Menlo Park California 94025 US 70-9A-0B (hex) Italian Institute of Technology 709A0B (base 16) Italian Institute of Technology Via Morego 30 Genova GE 16163 IT F0-FD-A0 (hex) Acurix Networks Pty Ltd F0FDA0 (base 16) Acurix Networks Pty Ltd Unit 5, 348 Victoria Road, Malaga, Perth Western Austraila 6090 NZ B4-55-70 (hex) Borea B45570 (base 16) Borea Mlaka 1b Begunje SI-4275 SI 10-0D-2F (hex) Online Security Pty. Ltd. 100D2F (base 16) Online Security Pty. Ltd. 5/21-25 Redland Drive Mitcham VIC 3132 AU 14-2D-F5 (hex) Amphitech 142DF5 (base 16) Amphitech 1, rue Robert & Sonia DELAUNAY Paris 75011 FR 50-57-A8 (hex) Cisco Systems, Inc 5057A8 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-DE-FB (hex) Cisco Systems, Inc 00DEFB (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 3C-A3-15 (hex) Bless Information & Communications Co., Ltd 3CA315 (base 16) Bless Information & Communications Co., Ltd #64-1, Wonhyoro 3-ga, Yongsan-gu, Seoul 140-848 KR F8-30-94 (hex) Alcatel-Lucent Telecom Limited F83094 (base 16) Alcatel-Lucent Telecom Limited The Quadrant, Stonehill Green SWINDON SN5 7DJ GB 10-A9-32 (hex) Beijing Cyber Cloud Technology Co. ,Ltd. 10A932 (base 16) Beijing Cyber Cloud Technology Co. ,Ltd. 2/F, Tower B, Jingmeng High-tech Building. No. 5 Shangdi East Road, Haidian District. Beijing 100085 CN 34-FC-6F (hex) ALCEA 34FC6F (base 16) ALCEA 3 Rue Joly de Bammeville 91460 Marcoussis FR C0-B3-57 (hex) Yoshiki Electronics Industry Ltd. C0B357 (base 16) Yoshiki Electronics Industry Ltd. Ooicyoyo Building 7f Shinagawa-ku Tokyo 140-0011 JP 3C-98-BF (hex) Quest Controls, Inc. 3C98BF (base 16) Quest Controls, Inc. 208 9th Street Dr. West Palmetto FL 34221 US D0-AE-EC (hex) Alpha Networks Inc. D0AEEC (base 16) Alpha Networks Inc. No.8 Li-shing 7th Rd., Science-based Industrial Park, Hsinchu, Taiwan, R.O.C Hsinchu Taiwan 300 TW E8-13-24 (hex) GuangZhou Bonsoninfo System CO.,LTD E81324 (base 16) GuangZhou Bonsoninfo System CO.,LTD 4/F,NO.1029/31,GaoPu Road,GaoTang New Building District Guangzhou Guangdong 510663 CN E4-77-D4 (hex) Minrray Industry Co.,Ltd E477D4 (base 16) Minrray Industry Co.,Ltd C5, Building 2, ZhongHaiXin ,Science&Technology Park, Ganli Rd, LiLang Blvd., Buji Shenzhen GuangDong 518112 CN 38-E0-8E (hex) Mitsubishi Electric Corporation 38E08E (base 16) Mitsubishi Electric Corporation 2-7-3 Marunouchi Chiyoda-ku Tokyo 100-8310 JP E4-C8-06 (hex) Ceiec Electric Technology Inc. E4C806 (base 16) Ceiec Electric Technology Inc. 8/F West Side, Building 201, Terra Industrial & Tradepark, Che Gong Miao, Shenzhen Guangdong 518040 CN E0-F9-BE (hex) Cloudena Corp. E0F9BE (base 16) Cloudena Corp. 6F., No. 5, Alley 22, Lane 513 Taipei City 114 TW B8-8F-14 (hex) Analytica GmbH B88F14 (base 16) Analytica GmbH Vorholzstraße 36 Karlsruhe Baden-Württemberg 76137 DE 7C-94-B2 (hex) Philips Healthcare PCCI 7C94B2 (base 16) Philips Healthcare PCCI 2271 Cosmos Ct Carlsbad CA 92011 US 44-2B-03 (hex) Cisco Systems, Inc 442B03 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US F4-73-CA (hex) Conversion Sound Inc. F473CA (base 16) Conversion Sound Inc. 960 N. Northwest Hwy Park Ridge IL 60068 US F8-F7-FF (hex) SYN-TECH SYSTEMS INC F8F7FF (base 16) SYN-TECH SYSTEMS INC 100 FOUR POINTS WAY TALLAHASSEE FL 32305 US A8-17-58 (hex) Elektronik System i Umeå AB A81758 (base 16) Elektronik System i Umeå AB Box 7978 Umeå Västerbotten 907 19 SE 88-20-12 (hex) LMI Technologies 882012 (base 16) LMI Technologies 1673 Cliveden Avenue Delta British Columbia V3M 6V5 CA 60-E9-56 (hex) Ayla Networks, Inc 60E956 (base 16) Ayla Networks, Inc 218 Morgan Lane Menlo Park CA 94025 US EC-11-20 (hex) FloDesign Wind Turbine Corporation EC1120 (base 16) FloDesign Wind Turbine Corporation Papirfabrikken 28 Silkeborg 8600 DK F8-97-CF (hex) DAESHIN-INFORMATION TECHNOLOGY CO., LTD. F897CF (base 16) DAESHIN-INFORMATION TECHNOLOGY CO., LTD. 6F, Chungwon Bldg., 828-5 Yuksam-Dong,Kangnam-Gu, Seoul 135935 KR 08-B4-CF (hex) Abicom International 08B4CF (base 16) Abicom International The Old Grammar School Market Drayton Shropshire TF9 1JR GB C4-95-A2 (hex) SHENZHEN WEIJIU INDUSTRY AND TRADE DEVELOPMENT CO., LTD C495A2 (base 16) SHENZHEN WEIJIU INDUSTRY AND TRADE DEVELOPMENT CO., LTD ROOM 1713,BAOHUA BUILDING, HUAQIANG NORTH ROAD, FUTIAN DISTRICT, SHENZHEN GUANGDONG 518031 CN 8C-68-78 (hex) Nortek-AS 8C6878 (base 16) Nortek-AS Vangkroken 2 Akreshus 1351 RUD NO 20-25-98 (hex) Teleview 202598 (base 16) Teleview #401 Sehwa, 355-1 Sungnam Gyeonggi 463-828 KR 38-F8-B7 (hex) V2COM PARTICIPACOES S.A. 38F8B7 (base 16) V2COM PARTICIPACOES S.A. Rua Cunha Gago, 700 São Paulo 05421001 BR F8-D4-62 (hex) Pumatronix Equipamentos Eletronicos Ltda. F8D462 (base 16) Pumatronix Equipamentos Eletronicos Ltda. Rua Bartolomeu Lourenco de Gusmao 2021 Curitiba PR 81650050 BR A0-DC-04 (hex) Becker-Antriebe GmbH A0DC04 (base 16) Becker-Antriebe GmbH Friedrich-Ebert-Straße 2 - 4 35764 Sinn Hessen DE811177977 DE 40-60-5A (hex) Hawkeye Tech Co. Ltd 40605A (base 16) Hawkeye Tech Co. Ltd 13F-5, No. 736 Chung Cheng Road, Chung He New Taipei 23511 TW A0-4C-C1 (hex) Helixtech Corp. A04CC1 (base 16) Helixtech Corp. 6F Lions bldg., 160-2 Gangnam-daero, Seoul 137-888 KR 34-A7-BA (hex) Fischer International Systems Corporation 34A7BA (base 16) Fischer International Systems Corporation 5801 Pelican Bay Boulevard #300 Naples Florida 34108 US 04-63-E0 (hex) Nome Oy 0463E0 (base 16) Nome Oy Lunkintie 9 Oulunsalo Oulun lللni 90460 FI B4-9E-E6 (hex) SHENZHEN TECHNOLOGY CO LTD B49EE6 (base 16) SHENZHEN TECHNOLOGY CO LTD NO34 SHILONG RD SHENZHEN GUANGDONG 91732 CN BC-4B-79 (hex) SensingTek BC4B79 (base 16) SensingTek 2F, No.6-2,Dusing Rd.,Hsinchu Science Park, Hsinchu 30078 TW A4-90-05 (hex) CHINA GREATWALL COMPUTER SHENZHEN CO.,LTD A49005 (base 16) CHINA GREATWALL COMPUTER SHENZHEN CO.,LTD 409,2#,Greatwall Bldg,No.3 Kefa Road,Science & Industry Park,Nanshan District, Shenzhen Guangdong 51807 CN C4-0A-CB (hex) Cisco Systems, Inc C40ACB (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US E8-6D-6E (hex) voestalpine SIGNALING Fareham Ltd. E86D6E (base 16) voestalpine SIGNALING Fareham Ltd. Unit 1, Fulcrum 4, Solent Way Whiteley Hampshire PO15 7FT GB 68-16-05 (hex) Systems And Electronic Development FZCO 681605 (base 16) Systems And Electronic Development FZCO Roundabout no. 8 Jebel Ali free Zone Dubai P.O.Box 61129 AE D4-A0-2A (hex) Cisco Systems, Inc D4A02A (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 3C-4E-47 (hex) Etronic A/S 3C4E47 (base 16) Etronic A/S Rødeledsvej 95 Svendborg South Denmark 5700 DK F4-87-71 (hex) Infoblox F48771 (base 16) Infoblox 4750 Patrick Henry Drive Santa Clara California 95054 US 54-53-ED (hex) Sony Corporation 5453ED (base 16) Sony Corporation Gotenyama Tec 5-1-2 Tokyo Shinagawa-ku 141-0001 JP 00-37-6D (hex) Murata Manufacturing Co., Ltd. 00376D (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP 50-00-8C (hex) Hong Kong Telecommunications (HKT) Limited 50008C (base 16) Hong Kong Telecommunications (HKT) Limited 41/F, PCCW Tower, Taikoo Place, HK 90-2B-34 (hex) GIGA-BYTE TECHNOLOGY CO.,LTD. 902B34 (base 16) GIGA-BYTE TECHNOLOGY CO.,LTD. Pin-Jen City, Pin-Jen Taoyuan 324 TW 88-C3-6E (hex) Beijing Ereneben lnformation Technology Limited 88C36E (base 16) Beijing Ereneben lnformation Technology Limited Room 14F,Building F,Honglong Central Plaza,NO,3001,Heping Road,LuoHu ShenZhen GuangDong 518110 CN 4C-9E-80 (hex) KYOKKO ELECTRIC Co., Ltd. 4C9E80 (base 16) KYOKKO ELECTRIC Co., Ltd. 5-7-20, Motomachi-dori, Chuo-Ku Kobe Hyogo 6500022 JP 5C-EB-4E (hex) R. STAHL HMI Systems GmbH 5CEB4E (base 16) R. STAHL HMI Systems GmbH Im Gewerbegebiet Pesch 14 Cologne 50767 DE 34-AA-99 (hex) Nokia 34AA99 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 64-55-63 (hex) Intelight Inc. 645563 (base 16) Intelight Inc. 3450 S Broadmont Drive #126 Tucson Arizona 85713 US 94-3A-F0 (hex) Nokia Corporation 943AF0 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 64-54-22 (hex) Equinox Payments 645422 (base 16) Equinox Payments 8888 E. Raintree Dr., Suite 300 Scottsdale Arizona 85260 US 08-0D-84 (hex) GECO, Inc. 080D84 (base 16) GECO, Inc. 1754 N. 48th St. Mesa AZ 85205 US 88-E7-12 (hex) Whirlpool Corporation 88E712 (base 16) Whirlpool Corporation 750 Monte Dr. Benton Harbor Michigan 49022 US D4-12-BB (hex) Quadrant Components Inc. Ltd D412BB (base 16) Quadrant Components Inc. Ltd Unit 5, 17/F, Metro Loft, Kwai Chung, New Territory HK 24-B8-8C (hex) Crenus Co.,Ltd. 24B88C (base 16) Crenus Co.,Ltd. Mario Tower 814, 222-12 Seoul 152-050 KR BC-FE-8C (hex) Altronic, LLC BCFE8C (base 16) Altronic, LLC 712 Trumbull Ave Girard Ohio 44420 US 64-9E-F3 (hex) Cisco Systems, Inc 649EF3 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 24-BB-C1 (hex) Absolute Analysis 24BBC1 (base 16) Absolute Analysis 2393 Teller Road Ste #109 Newbury Park California 91320 US 9C-CA-D9 (hex) Nokia Corporation 9CCAD9 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 04-6D-42 (hex) Bryston Ltd. 046D42 (base 16) Bryston Ltd. P.O. Box 2170 Peterborough Ontario K9J 7Y4 CA D8-E7-43 (hex) Wush, Inc D8E743 (base 16) Wush, Inc 17F.No 268, Liancheng Rd., Zhonghe District New Taipei City 235 TW 64-4D-70 (hex) dSPACE GmbH 644D70 (base 16) dSPACE GmbH Rathenaustraße 26 Paderborn 33102 DE DC-C1-01 (hex) SOLiD Technologies, Inc. DCC101 (base 16) SOLiD Technologies, Inc. 9th Floor, SOLiD Space, Pangyoyeok-ro 220 Seongnam-si Gyeonggi-do 463-400 KR 3C-E6-24 (hex) LG Display 3CE624 (base 16) LG Display 9th, Fl., LG U+ building, 65-228, Hangangro, 3-ga, Yongsan-gu Seoul 140-716 KR D8-F0-F2 (hex) Zeebo Inc D8F0F2 (base 16) Zeebo Inc 5405 Morehouse Drive San Diego California 92121 US 80-60-07 (hex) RIM 806007 (base 16) RIM Phillip Street Waterloo Ontario N2L 3W8 CA 38-A8-51 (hex) Moog, Ing 38A851 (base 16) Moog, Ing 3650 Woodhead Drive Northbrook IL 60062 US 94-E0-D0 (hex) HealthStream Taiwan Inc. 94E0D0 (base 16) HealthStream Taiwan Inc. 16-3, Zichiang 1st Road Jhongli, Taoyuan county 32063 TW D8-05-2E (hex) Skyviia Corporation D8052E (base 16) Skyviia Corporation No. 10-1, Lixing 1st Rd., Science Park, Hsinchu City 300 TW 80-94-6C (hex) TOKYO RADAR CORPORATION 80946C (base 16) TOKYO RADAR CORPORATION 15-7 Nishikubo-cho Hodogaya-ku, Yokohama-shi Kanagawa 240-0022 JP D0-CF-5E (hex) Energy Micro AS D0CF5E (base 16) Energy Micro AS Sandakerveien 118 Oslo N-0484 NO 18-03-FA (hex) IBT Interfaces 1803FA (base 16) IBT Interfaces Im Taubhaus 19 Roedermark Hessen 63322 DE 30-6E-5C (hex) Validus Technologies 306E5C (base 16) Validus Technologies 420 North Main Street East Peoria Illinois 61611 US C8-94-D2 (hex) Jiangsu Datang Electronic Products Co., Ltd C894D2 (base 16) Jiangsu Datang Electronic Products Co., Ltd NO.20 Nanjing Jiangsu 211800 CN C8-A6-20 (hex) Nebula, Inc C8A620 (base 16) Nebula, Inc 215 Castro St Mountain View CA 94041 US EC-62-64 (hex) Global411 Internet Services, LLC EC6264 (base 16) Global411 Internet Services, LLC 10400 W Overland Rd #371 Boise Idaho 83709 US 00-F0-51 (hex) KWB Gmbh 00F051 (base 16) KWB Gmbh Industriestraße 235 St. Margarethen Styria 8321 AT FC-94-6C (hex) UBIVELOX FC946C (base 16) UBIVELOX #1301 KOLONG Digital Villent 222-7 Guro-dong Guro-gu SEOUL 152-777 KR 40-7B-1B (hex) Mettle Networks Inc. 407B1B (base 16) Mettle Networks Inc. 111 N. Market St STE 300 San Jose CA 95113 US 40-D5-59 (hex) MICRO S.E.R.I. 40D559 (base 16) MICRO S.E.R.I. 24, rue Henri FARMAN TREMBLAY EN FRANCE Ile de France 93290 FR 30-6C-BE (hex) Skymotion Technology (HK) Limited 306CBE (base 16) Skymotion Technology (HK) Limited Unit 2603, 26/F, Metropole Square, 852 HK 18-38-25 (hex) Wuhan Lingjiu High-tech Co.,Ltd. 183825 (base 16) Wuhan Lingjiu High-tech Co.,Ltd. No.718 Wuhan Hubei 430074 CN 7C-4B-78 (hex) Red Sun Synthesis Pte Ltd 7C4B78 (base 16) Red Sun Synthesis Pte Ltd 639, #11-544 510539 SG 64-A0-E7 (hex) Cisco Systems, Inc 64A0E7 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US DC-F8-58 (hex) Lorent Networks, Inc. DCF858 (base 16) Lorent Networks, Inc. Third Floor, Technology Complex, HAO Science Park Foshan Guangdong Province 528200 CN 94-0B-2D (hex) NetView Technologies(Shenzhen) Co., Ltd 940B2D (base 16) NetView Technologies(Shenzhen) Co., Ltd RM2902,East Tower, Nanshan Software Park Shenzhen Guangdong 518052 CN 80-3F-5D (hex) Winstars Technology Ltd 803F5D (base 16) Winstars Technology Ltd Block4,Taisong Industrial Park, DaLang Street, LongHua Town , Bao'an District Shenzhen Guangdong 518109 CN 40-BF-17 (hex) Digistar Telecom. SA 40BF17 (base 16) Digistar Telecom. SA Av. Theodomiro Porto da Fonseca, 3101 Sao Leopoldo RS 9302080 BR 78-07-38 (hex) Z.U.K. Elzab S.A. 780738 (base 16) Z.U.K. Elzab S.A. ul. Kruczkowskiego 39 Zabrze 41-813 PL 20-37-BC (hex) Kuipers Electronic Engineering BV 2037BC (base 16) Kuipers Electronic Engineering BV Houtkopersstraat 6 Zwijndrecht Zuid-Holland 3334 KD NL 94-31-9B (hex) Alphatronics BV 94319B (base 16) Alphatronics BV Watergoorweg 71 NIJKERK Gld 3861 MA NL 00-E1-75 (hex) AK-Systems Ltd 00E175 (base 16) AK-Systems Ltd off 62, 27/29 Pavlovskaya str. Moscow 115093 RU CC-50-1C (hex) KVH Industries, Inc. CC501C (base 16) KVH Industries, Inc. 50 Enterprise Center Middletown RI 02842-5279 US 04-D7-83 (hex) Y&H E&C Co.,LTD. 04D783 (base 16) Y&H E&C Co.,LTD. 1501 Daerung Technotown 224-5 Anyang-city Gyeonggi-do 431-062 KR 54-A9-D4 (hex) Minibar Systems 54A9D4 (base 16) Minibar Systems 7340 Westmore Road Rockville MD 20850 US B0-E5-0E (hex) NRG SYSTEMS INC B0E50E (base 16) NRG SYSTEMS INC PO BOX 0509 Hinesburg VT 054610509 US 64-80-8B (hex) VG Controls, Inc. 64808B (base 16) VG Controls, Inc. 11 Butternut Drive Vernon NJ 07462 US 48-C1-AC (hex) PLANTRONICS, INC. 48C1AC (base 16) PLANTRONICS, INC. 345 ENCINAL STREET SANTA CRUZ CA 95060 US 98-58-8A (hex) SYSGRATION Ltd. 98588A (base 16) SYSGRATION Ltd. 10Fl.NO.868-3.Chung Cheng Rd. NewTaipei City 235 TW 24-37-EF (hex) EMC Electronic Media Communication SA 2437EF (base 16) EMC Electronic Media Communication SA Via Cantonale 4 S. Antonino Ticino 6592 CH 28-B0-CC (hex) Xenya d.o.o. 28B0CC (base 16) Xenya d.o.o. Celovska cesta 172 Ljubljana 1000 SI 20-5B-5E (hex) Shenzhen Wonhe Technology Co., Ltd 205B5E (base 16) Shenzhen Wonhe Technology Co., Ltd South Block 10th floor, Yuanxing Building, No. 1 Shenzhen Guangdong 518057 CN C0-58-A7 (hex) Pico Systems Co., Ltd. C058A7 (base 16) Pico Systems Co., Ltd. 332-7 Kouya Matsudo Chiba pref. 270-0017 JP EC-3F-05 (hex) Institute 706, The Second Academy China Aerospace Science & Industry Corp EC3F05 (base 16) Institute 706, The Second Academy China Aerospace Science & Industry Corp YongDing Road ,HaiDian District.BeiJing ,No.51 BeiJing 100854 CN 48-9B-E2 (hex) SCI Innovations Ltd 489BE2 (base 16) SCI Innovations Ltd 16C Hurst End Newport Pagnell Buckinghamshire MK16 9HS GB 80-FF-A8 (hex) UNIDIS 80FFA8 (base 16) UNIDIS 4 floors(401), 144-4, Gumi-dong Sungnam-si Gyeonggi-do 463-810 KR E4-35-FB (hex) Sabre Technology (Hull) Ltd E435FB (base 16) Sabre Technology (Hull) Ltd 3a Newlands Science Park Hull East Yorkshire HU6 7TQ GB C8-3B-45 (hex) JRI C83B45 (base 16) JRI 16 rue louis rameau Bezons Cedex 95872 FR E8-78-A1 (hex) BEOVIEW INTERCOM DOO E878A1 (base 16) BEOVIEW INTERCOM DOO TRESNJINOG CVETA 5/17 BELGRADE 11070 RS CC-EF-48 (hex) Cisco Systems, Inc CCEF48 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US F0-4B-6A (hex) Scientific Production Association Siberian Arsenal, Ltd. F04B6A (base 16) Scientific Production Association Siberian Arsenal, Ltd. Bld.8A, Gorskiy Microdistrict Novosibirsk 630073 RU 64-AE-0C (hex) Cisco Systems, Inc 64AE0C (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US E8-DA-96 (hex) Zhuhai Tianrui Electrical Power Tech. Co., Ltd. E8DA96 (base 16) Zhuhai Tianrui Electrical Power Tech. Co., Ltd. Minying Technology Zone, 10# Keji 1 Road, Gangwan Main Road, Tangjia Zhuhai Guangdong 519085 CN B4-D8-DE (hex) iota Computing, Inc. B4D8DE (base 16) iota Computing, Inc. 2275 East Bayshore Road Palo Alto CA 94303-3222 US C8-90-3E (hex) Pakton Technologies C8903E (base 16) Pakton Technologies 1 Helium St Narangba QLD 4504 AU 54-CD-A7 (hex) Fujian Shenzhou Electronic Co.,Ltd 54CDA7 (base 16) Fujian Shenzhou Electronic Co.,Ltd Quanzhou Economical&Technological Development Zone,Quanzhou,Fujian,China QUANZHOU FUJIAN 362005 CN 88-6B-76 (hex) CHINA HOPEFUL GROUP HOPEFUL ELECTRIC CO.,LTD 886B76 (base 16) CHINA HOPEFUL GROUP HOPEFUL ELECTRIC CO.,LTD Shunde District of Foshan City, Guangdong Province, Guangxi Rong Ronggui Town Road, No. 148 Foshan GuangDong 528305 CN 78-F7-D0 (hex) Silverbrook Research 78F7D0 (base 16) Silverbrook Research 3 Montague Street Balmain New South Wales 2041 AU 20-76-00 (hex) Actiontec Electronics, Inc 207600 (base 16) Actiontec Electronics, Inc 3301 Olcott St. Santa Clara CA 95054 US F0-13-C3 (hex) SHENZHEN FENDA TECHNOLOGY CO., LTD F013C3 (base 16) SHENZHEN FENDA TECHNOLOGY CO., LTD Fenda Hi-Tech Park, Zhoushi Road, Shiyan, Baoan ShenZhen GuangDong 518108 CN 04-A8-2A (hex) Nokia Corporation 04A82A (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI E4-4E-18 (hex) Gardasoft VisionLimited E44E18 (base 16) Gardasoft VisionLimited Units 1 and 2, Castle Acres Cambridge CB23 4JQ GB 20-46-A1 (hex) VECOW Co., Ltd 2046A1 (base 16) VECOW Co., Ltd 7F., No.105, Zhongcheng Rd., Tucheng Dist., New Taipei City 23674 TW FC-01-CD (hex) FUNDACION TEKNIKER FC01CD (base 16) FUNDACION TEKNIKER Avenida Otaola, 20 Eibar Gipuzkoa 20600 ES 9C-8B-F1 (hex) The Warehouse Limited 9C8BF1 (base 16) The Warehouse Limited Suite 601, City Point, 1600 Zhonghua Road, Huangpu District Shanghai 200010 CN DC-2E-6A (hex) HCT. Co., Ltd. DC2E6A (base 16) HCT. Co., Ltd. 105-1, Jangam-ri, Majang-myen Icheon-si Gyeonggi-do 467-811 KR 14-8A-70 (hex) ADS GmbH 148A70 (base 16) ADS GmbH Im Rohnweiher 39 Lohmar Germany D-53797 DE 00-B3-38 (hex) Kontron Asia Pacific Design Sdn. Bhd 00B338 (base 16) Kontron Asia Pacific Design Sdn. Bhd Plot 554, Lorong Perusahaan 4 Prai Free Trade Zone Prai, Penang 13600 MY 84-24-8D (hex) Zebra Technologies Inc 84248D (base 16) Zebra Technologies Inc 475 Half Day Road Lincolnshire IL 60069 US FC-E8-92 (hex) Hangzhou Lancable Technology Co.,Ltd FCE892 (base 16) Hangzhou Lancable Technology Co.,Ltd Zone A,Floor 16,Zhongcai Building,68#,Tonghe Road,Binjiang District, Hangzhou Zhejiang 310051 CN 10-71-F9 (hex) Cloud Telecomputers, LLC 1071F9 (base 16) Cloud Telecomputers, LLC 1032 Elwell Court Palo Alto CA 94303 US B8-62-1F (hex) Cisco Systems, Inc B8621F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US F0-02-2B (hex) Chrontel F0022B (base 16) Chrontel 2210 OToole Ave., Suite 100 San Jose CA 95131 US D4-53-AF (hex) VIGO System S.A. D453AF (base 16) VIGO System S.A. 129/133 Poznanska str Ozarow Mazowiecki Mazowieckie 05-850 PL 18-AD-4D (hex) Polostar Technology Corporation 18AD4D (base 16) Polostar Technology Corporation 2F, No.351, Yangguang St. Taipei 11491 TW 94-C6-EB (hex) NOVA electronics, Inc. 94C6EB (base 16) NOVA electronics, Inc. Grand Axe Bldg. 3F. Shibuya-ku Tokyo 151-0064 JP 84-3F-4E (hex) Tri-Tech Manufacturing, Inc. 843F4E (base 16) Tri-Tech Manufacturing, Inc. 333 Turbine Drive Rapid City SD 57703 US C8-32-32 (hex) Hunting Innova C83232 (base 16) Hunting Innova 8383 N Sam Houston Pkwy West Houston Texas 77064 US 54-94-78 (hex) Silvershore Technology Partners 549478 (base 16) Silvershore Technology Partners 800 High Street Palo Alto CA 94301 US A0-6E-50 (hex) Nanotek Elektronik Sistemler Ltd. Sti. A06E50 (base 16) Nanotek Elektronik Sistemler Ltd. Sti. Ivedik Organize Sanayi Ankara 06370 TR 4C-77-4F (hex) Embedded Wireless Labs 4C774F (base 16) Embedded Wireless Labs 702 Level 7 Uptown 2 No.2 Petaling Jaya Selangor 47400 MY D0-C2-82 (hex) Cisco Systems, Inc D0C282 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 14-7D-B3 (hex) JOA TELECOM.CO.,LTD 147DB3 (base 16) JOA TELECOM.CO.,LTD 1007,Sicox tower,513-14,Sangdaewon-dong,Jungwon-gu Seongnam-si Gyeonggi-do 462-806 KR EC-BD-09 (hex) FUSION Electronics Ltd ECBD09 (base 16) FUSION Electronics Ltd PO Box 137 - 142 Auckland 1151 NZ 94-46-96 (hex) BaudTec Corporation 944696 (base 16) BaudTec Corporation 12F, No.181, Sec.1.Tatung Rd. Hsi-chih Taipei 221 TW 54-84-7B (hex) Digital Devices GmbH 54847B (base 16) Digital Devices GmbH Moewestr 45 A Muenchen 81827 DE 3C-27-63 (hex) SLE quality engineering GmbH & Co. KG 3C2763 (base 16) SLE quality engineering GmbH & Co. KG Josef-Buchinger-Str. 9 Grafenau Bavaria 94481 DE B0-F1-BC (hex) Dhemax Ingenieros Ltda B0F1BC (base 16) Dhemax Ingenieros Ltda Siete Oriente 1234 Vina del Mar Region de Valparaiso 2530954 CL B8-28-8B (hex) Parker Hannifin Manufacturing (UK) Ltd B8288B (base 16) Parker Hannifin Manufacturing (UK) Ltd Condition Monitoring Centre Thetford Norfolk IP24 1HP GB 90-D1-1B (hex) Palomar Medical Technologies 90D11B (base 16) Palomar Medical Technologies 15 Network Drive Burlington MA 01803 US 34-A5-5D (hex) TECHNOSOFT INTERNATIONAL SRL 34A55D (base 16) TECHNOSOFT INTERNATIONAL SRL RO6640904 Bucuresti - Sector 6 061992 RO 80-2E-14 (hex) azeti Networks AG 802E14 (base 16) azeti Networks AG Am Brambusch 1a Luenen NRW 44536 DE D4-C1-FC (hex) Nokia Corporation D4C1FC (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 34-BC-A6 (hex) Beijing Ding Qing Technology, Ltd. 34BCA6 (base 16) Beijing Ding Qing Technology, Ltd. 218 Han Tai Hua Office Building, 13 Huan Yuan Lu, Haidian District Beijing 100083 CN 58-35-D9 (hex) Cisco Systems, Inc 5835D9 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 64-D9-12 (hex) Solidica, Inc. 64D912 (base 16) Solidica, Inc. 5840 Interface Drive Ann Arbor Michigan 48103 US C4-7B-2F (hex) Beijing JoinHope Image Technology Ltd. C47B2F (base 16) Beijing JoinHope Image Technology Ltd. 624 Room .Automation Building.95# Zhong Guancun East Road.Haidian District Beijing 100190 CN 50-8A-CB (hex) SHENZHEN MAXMADE TECHNOLOGY CO., LTD. 508ACB (base 16) SHENZHEN MAXMADE TECHNOLOGY CO., LTD. Building 3,No.5 Fuqiao Industrial Estate, Shenzhen Guangdong 518103 CN 3C-D1-6E (hex) Telepower Communication Co., Ltd 3CD16E (base 16) Telepower Communication Co., Ltd 5/F,Zonghe Building, Hantian Technology Town,Guiping RD,Nanhai District,F Foshan City Guangdong 528251 CN FC-2E-2D (hex) Lorom Industrial Co.LTD. FC2E2D (base 16) Lorom Industrial Co.LTD. F1.13,Rm.2,No.78,Sec.2,An-HoRd. Taipei 106 TW 40-04-0C (hex) A&T 40040C (base 16) A&T #411, Will Town, 402-3 Bucheon-Si Gyeonggi-Do 420-814 KR DC-3C-84 (hex) Ticom Geomatics, Inc. DC3C84 (base 16) Ticom Geomatics, Inc. 9130 Jollyville Rd. Ste. 300 Austin Texas 78759 US D0-13-1E (hex) Sunrex Technology Corp D0131E (base 16) Sunrex Technology Corp No. 188-1,Chung Cheng Road.,Ta Ya Shiang Taichung 428 TW 00-FC-70 (hex) Intrepid Control Systems, Inc. 00FC70 (base 16) Intrepid Control Systems, Inc. 31601 Research Park Dr. Madison Heights MI 48071 US 70-3A-D8 (hex) Shenzhen Afoundry Electronic Co., Ltd 703AD8 (base 16) Shenzhen Afoundry Electronic Co., Ltd 201, A Building, Bole Industrial Zone, Bantian, Longgang District Shenzhen Guangdong 518129 CN 70-4A-AE (hex) Xstream Flow (Pty) Ltd 704AAE (base 16) Xstream Flow (Pty) Ltd Room 123, Building 16, CSIR campus Pretoria Gauteng 0184 ZA 40-B3-FC (hex) Logital Co. Limited 40B3FC (base 16) Logital Co. Limited Rm 901-902, 9/F, Nathan Centre, Kowloon HK A4-13-4E (hex) Luxul A4134E (base 16) Luxul 14203 Minuteman Drive Draper UT 84020 US B0-99-28 (hex) FUJITSU LIMITED B09928 (base 16) FUJITSU LIMITED 403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP 04-E1-C8 (hex) IMS Soluções em Energia Ltda. 04E1C8 (base 16) IMS Soluções em Energia Ltda. Av. Bernardino Silveira Pastoriza, 720 Porto Alegre RS 91160-310 BR 94-8F-EE (hex) Verizon Telematics 948FEE (base 16) Verizon Telematics 2002 Summit Blvd Atlanta GA 30319 US 50-D6-D7 (hex) Takahata Precision 50D6D7 (base 16) Takahata Precision 4-17-1 Suniyoshi Kofu 400-0851 JP 88-F0-77 (hex) Cisco Systems, Inc 88F077 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 58-75-21 (hex) CJSC RTSoft 587521 (base 16) CJSC RTSoft Nikitinskaya str., 3 Moscow 105037 RU C4-0F-09 (hex) Hermes electronic GmbH C40F09 (base 16) Hermes electronic GmbH Am Handwerkerpark 1 Essen NRW 45309 DE 48-F4-7D (hex) TechVision Holding Internation Limited 48F47D (base 16) TechVision Holding Internation Limited Offshore Incorporations Centre Road Town Tortola VG1110 VG F0-81-AF (hex) IRZ AUTOMATION TECHNOLOGIES LTD F081AF (base 16) IRZ AUTOMATION TECHNOLOGIES LTD Unit 9-10 27/F Seapower Tower Kowloon HK 70-14-04 (hex) Limited Liability Company 701404 (base 16) Limited Liability Company I.Yakovleva St., 1 Cheboksary Chuvash Republic 428003 RU B4-35-F7 (hex) Zhejiang Pearmain Electronics Co.ltd. B435F7 (base 16) Zhejiang Pearmain Electronics Co.ltd. 4F Yitai Mansion, 76 Gucui Road, Hangzhou Zhejiang 310012 CN 98-66-EA (hex) Industrial Control Communications, Inc. 9866EA (base 16) Industrial Control Communications, Inc. 1600 Aspen Commons Middleton WI 53562 US 98-30-00 (hex) Beijing KEMACOM Technologies Co., Ltd. 983000 (base 16) Beijing KEMACOM Technologies Co., Ltd. Room 208, Building 6, No.50, Xi San Huan Bei Road Beijing 100044 CN 90-CF-15 (hex) Nokia Corporation 90CF15 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 94-8B-03 (hex) EAGET Innovation and Technology Co., Ltd. 948B03 (base 16) EAGET Innovation and Technology Co., Ltd. 3/F, Building 4, Lianchuang Technology Park,Buji Town, Shenzhen Guangdong 518112 CN 2C-00-33 (hex) EControls, LLC 2C0033 (base 16) EControls, LLC 5757 Farinon Dr San Antonio TX 78249 US AC-19-9F (hex) SUNGROW POWER SUPPLY CO.,LTD. AC199F (base 16) SUNGROW POWER SUPPLY CO.,LTD. NO.2 Tianhu Road, New and High Technology Industrial Development Zone Hefei Anhui 230088 CN 7C-4A-82 (hex) Portsmith LLC 7C4A82 (base 16) Portsmith LLC 850 E. Franklin Road Meridian ID 83642 US 94-E8-48 (hex) FYLDE MICRO LTD 94E848 (base 16) FYLDE MICRO LTD 8 AVROE CRESCENT BLACKPOOL LANCASHIRE FY4 2DP GB AC-5E-8C (hex) Utillink AC5E8C (base 16) Utillink 817 Woolim Lions Valley 1, 311-3 Sangdaewon-dong Jungwon-gu Seongnam-si Gyeonggi-do 462160 KR 18-E2-88 (hex) STT Condigi 18E288 (base 16) STT Condigi Agnesfridsvagen 113 A Malmö Skåne 21237 SE 1C-35-F1 (hex) NEW Lift Neue Elektronische Wege Steuerungsbau GmbH 1C35F1 (base 16) NEW Lift Neue Elektronische Wege Steuerungsbau GmbH Lochhamer Schlag 8 Graefelfing Bavaria 82166 DE 80-34-57 (hex) OT Systems Limited 803457 (base 16) OT Systems Limited Unit 1023, 10/F., Landmark North, Sheung Shui, N. T. HK 5C-0C-BB (hex) CELIZION Inc. 5C0CBB (base 16) CELIZION Inc. #206 Lordland EZ Tower, GuMi-Dong 153 BunDang-Gu SeongNam-Si GyeongGi-Do 463-870 KR C4-24-2E (hex) Galvanic Applied Sciences Inc C4242E (base 16) Galvanic Applied Sciences Inc 7000 Fisher Road SE Calgary Alberta T2H 0W3 CA 24-C8-6E (hex) Chaney Instrument Co. 24C86E (base 16) Chaney Instrument Co. 965 Wells Street Lake Geneva WI 53147 US F0-AE-51 (hex) Xi3 Corp F0AE51 (base 16) Xi3 Corp 299 S. Main St. Salt Lake City UT 84111 US B8-0B-9D (hex) ROPEX Industrie-Elektronik GmbH B80B9D (base 16) ROPEX Industrie-Elektronik GmbH Adolf-Heim-Str. 4 Bietigheim-Bissingen Baden Wuerttemberg 74321 DE 30-61-18 (hex) Paradom Inc. 306118 (base 16) Paradom Inc. 8F, N0. 178, Sec-2, Gongdaowu Rd. Hsinchu City 300 TW 4C-73-67 (hex) Genius Bytes Software Solutions GmbH 4C7367 (base 16) Genius Bytes Software Solutions GmbH Merianstraße 30 Bochum NRW 44801 DE 90-EA-60 (hex) SPI Lasers Ltd 90EA60 (base 16) SPI Lasers Ltd 6 wellington Park Southampton Hampshire S0302QU GB 50-70-E5 (hex) He Shan World Fair Electronics Technology Limited 5070E5 (base 16) He Shan World Fair Electronics Technology Limited New Material Base, Gonghe Town Jiangmen Guangdong 529728 CN 80-22-75 (hex) Beijing Beny Wave Technology Co Ltd 802275 (base 16) Beijing Beny Wave Technology Co Ltd No.55, Jiachuang Road Tongzhou District Beijing 101111 CN CC-F3-A5 (hex) Chi Mei Communication Systems, Inc CCF3A5 (base 16) Chi Mei Communication Systems, Inc No.4 Tucheng City Taipei County 23678 TW 14-A9-E3 (hex) MST CORPORATION 14A9E3 (base 16) MST CORPORATION 4th Floor Lawford House London England N3 1 RL GB F8-EA-0A (hex) Dipl.-Math. Michael Rauch F8EA0A (base 16) Dipl.-Math. Michael Rauch Kapellenstraße 31 Bretten BaWü 75015 DE 38-31-AC (hex) WEG 3831AC (base 16) WEG Av. Pref. Waldemar Grubba, 3000 Jaraguá do Sul Santa Catarina 89256-900 BR 58-4C-19 (hex) Chongqing Guohong Technology Development Company Limited 584C19 (base 16) Chongqing Guohong Technology Development Company Limited Rongzhi Building, Science & Technology Venture Center, Chongqing 401336 CN 64-69-BC (hex) Hytera Communications Co .,ltd 6469BC (base 16) Hytera Communications Co .,ltd HYT Tower ,Hi-Tech Industrial Park North,Nanshan District, Shenzhen Guangdong 518057 CN B4-F3-23 (hex) PETATEL INC. B4F323 (base 16) PETATEL INC. #322 THE O VILLE 720-25, YEOKSAM-DONG GANGNAM-GU SEOUL 135080 KR 28-51-32 (hex) Shenzhen Prayfly Technology Co.,Ltd 285132 (base 16) Shenzhen Prayfly Technology Co.,Ltd 16F B International Chamber of Commerce Building Shenzhen Guangdong Province 518048 CN E4-2F-F6 (hex) Unicore communication Inc. E42FF6 (base 16) Unicore communication Inc. Rm.312 Building 2 IRICO, No.11St.4,Shangdi, Haidian District, Beijing 100085 CN 84-D9-C8 (hex) Unipattern Co., 84D9C8 (base 16) Unipattern Co., 16F., No.30., Beiping E. Rd., Zhongzheng Dist., Taipei 100 TW 94-AA-B8 (hex) Joview(Beijing) Technology Co. Ltd. 94AAB8 (base 16) Joview(Beijing) Technology Co. Ltd. Room 302, South Building Beijing 100081 CN 28-F3-58 (hex) 2C - Trifonov & Co 28F358 (base 16) 2C - Trifonov & Co 133, Tsarigradsko Shose Blvd, BIZ IZOT, Sofia 1784 BG 14-C2-1D (hex) Sabtech Industries 14C21D (base 16) Sabtech Industries 23231 La Palma Ave Yorba Linda Ca. 92887-4788 US C8-84-39 (hex) Sunrise Technologies C88439 (base 16) Sunrise Technologies 54 Commercial Street Raynham MA 02767 US F0-BF-97 (hex) Sony Corporation F0BF97 (base 16) Sony Corporation Gotenyama Tec 5-1-2 Tokyo Shinagawa-ku 141-0001 JP C4-4A-D0 (hex) FIREFLIES SYSTEMS C44AD0 (base 16) FIREFLIES SYSTEMS 3 CHEMIN DU PRE CARRE MEYLAN 38240 FR EC-7D-9D (hex) CPI EC7D9D (base 16) CPI 3222 Phoenixville Pike Suite 200 Malvern PA 19355 US C8-1E-8E (hex) ADV Security (S) Pte Ltd C81E8E (base 16) ADV Security (S) Pte Ltd 56 Dunlop Street 209386 SG A8-87-92 (hex) Broadband Antenna Tracking Systems A88792 (base 16) Broadband Antenna Tracking Systems 8902 Vincennes Circle, Suite D-2 Indianapolis IN 46268 US 14-F0-C5 (hex) Xtremio Ltd. 14F0C5 (base 16) Xtremio Ltd. POB 5246 Herzelyia 46152 IL E8-C2-29 (hex) H-Displays (MSC) Bhd E8C229 (base 16) H-Displays (MSC) Bhd No. 31 & 32, Jalan Gangsa Dua Johor Bahru 81700 MY 3C-A7-2B (hex) MRV Communications (Networks) LTD 3CA72B (base 16) MRV Communications (Networks) LTD P.O Box 614 Yokneam 20692 IL 30-1A-28 (hex) Mako Networks Ltd 301A28 (base 16) Mako Networks Ltd 1/62 Paul Matthews Rd Auckland 0632 NZ 04-E6-62 (hex) Acroname Inc. 04E662 (base 16) Acroname Inc. 4822 Sterling Drive Boulder CO 80301-2350 US F8-7B-8C (hex) Amped Wireless F87B8C (base 16) Amped Wireless 13089 Peyton Dr. #C307 Chino Hills CA 91709 US 28-34-10 (hex) Enigma Diagnostics Limited 283410 (base 16) Enigma Diagnostics Limited Building 224 DSTL Porton Down Salisbury SP4 0JQ GB 0C-E8-2F (hex) Bonfiglioli Vectron GmbH 0CE82F (base 16) Bonfiglioli Vectron GmbH Europark Fichtenhain B6 Krefeld NRW 47807 DE 40-F4-EC (hex) Cisco Systems, Inc 40F4EC (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 14-B7-3D (hex) ARCHEAN Technologies 14B73D (base 16) ARCHEAN Technologies 1899 avenue d'Italie MONTAUBAN 82000 FR 94-8D-50 (hex) Beamex Oy Ab 948D50 (base 16) Beamex Oy Ab Ristisuonraitti 10 Pietarsaari FI-68600 FI A4-33-D1 (hex) Fibrlink Communications Co.,Ltd. A433D1 (base 16) Fibrlink Communications Co.,Ltd. 28F Ages Wealth World, No.1 Hangfeng Road Beijing 100070 CN 5C-BD-9E (hex) HONGKONG MIRACLE EAGLE TECHNOLOGY(GROUP) LIMITED 5CBD9E (base 16) HONGKONG MIRACLE EAGLE TECHNOLOGY(GROUP) LIMITED FLAT RM 2103, EASEY COMMERCIAL BLDG,253-261 HENNESSY RD, WANCHAI 999077 HK 08-E6-72 (hex) JEBSEE ELECTRONICS CO.,LTD. 08E672 (base 16) JEBSEE ELECTRONICS CO.,LTD. 24-3, SIN LE ROAD, TAINAN 70268 TW B8-E5-89 (hex) Payter BV B8E589 (base 16) Payter BV Rozenlaan 115 Rotterdam Zuid-Holland 3051 LP NL 88-E0-A0 (hex) Shenzhen VisionSTOR Technologies Co., Ltd 88E0A0 (base 16) Shenzhen VisionSTOR Technologies Co., Ltd 12/F, East Tower,Nanshan Software Park Shenzhen Guangdong 518000 CN FC-10-BD (hex) Control Sistematizado S.A. FC10BD (base 16) Control Sistematizado S.A. Cra 43 N 31 52 Medellin Antioquia 10101 CO F0-C2-7C (hex) Mianyang Netop Telecom Equipment Co.,Ltd. F0C27C (base 16) Mianyang Netop Telecom Equipment Co.,Ltd. No.111,East section of Puming South Road, Mianyang City Sichuan Province, 621000 CN 24-1A-8C (hex) Squarehead Technology AS 241A8C (base 16) Squarehead Technology AS PO Box 13 Nydalen Oslo NO-0410 NO D4-4F-80 (hex) Kemper Digital GmbH D44F80 (base 16) Kemper Digital GmbH Koenigswall 16-18 Recklinghausen North-Rhine-Westphalia 45657 DE A4-1B-C0 (hex) Fastec Imaging Corporation A41BC0 (base 16) Fastec Imaging Corporation 17150 Via Del Campo San Diego California 92127 US 20-5B-2A (hex) Private 205B2A (base 16) Private F4-03-21 (hex) BeNeXt B.V. F40321 (base 16) BeNeXt B.V. Ter Gouwstraat 3 Amsterdam NH 1093JX NL A0-71-A9 (hex) Nokia Corporation A071A9 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI A4-E3-2E (hex) Silicon & Software Systems Ltd. A4E32E (base 16) Silicon & Software Systems Ltd. South County Business Park Leopardstown Dublin 18 IE C8-C1-26 (hex) ZPM Industria e Comercio Ltda C8C126 (base 16) ZPM Industria e Comercio Ltda Rua Araguaia, 175 Canoas RS 92410-000 BR 64-DE-1C (hex) Kingnetic Pte Ltd 64DE1C (base 16) Kingnetic Pte Ltd 47 Kaki Bukit Place 416225 SG A8-62-A2 (hex) JIWUMEDIA CO., LTD. A862A2 (base 16) JIWUMEDIA CO., LTD. #902, Daerug Techno Town 13'th, 664 Geumcheon-gu Seoul 153-803 KR 98-4E-97 (hex) Starlight Marketing (H. K.) Ltd. 984E97 (base 16) Starlight Marketing (H. K.) Ltd. 5/F., Shing Dao Industrial Building, HK 64-DC-01 (hex) Static Systems Group PLC 64DC01 (base 16) Static Systems Group PLC Heathmill Road Wolverhampton West Midlands WV5 8AN GB FC-1F-C0 (hex) EURECAM FC1FC0 (base 16) EURECAM BAT 9 - Miniparc LES ULIS 91940 FR BC-67-84 (hex) Environics Oy BC6784 (base 16) Environics Oy Graanintie 5 Mikkeli 50190 FI 68-DC-E8 (hex) PacketStorm Communications 68DCE8 (base 16) PacketStorm Communications 20 Meridian Rd Eatontown NJ 07724 US 48-8E-42 (hex) DIGALOG GmbH 488E42 (base 16) DIGALOG GmbH Wattstraße 11-13 Berlin D-13355 DE 60-76-88 (hex) Velodyne 607688 (base 16) Velodyne 345 Digital Drive Morgan Hill CA 95037 US 78-CD-8E (hex) SMC Networks Inc 78CD8E (base 16) SMC Networks Inc 20 Mason Irvine CA 92618 US 2C-80-65 (hex) HARTING Inc. of North America 2C8065 (base 16) HARTING Inc. of North America 1370 Bowes Road Elgin Illinois 60123 US 3C-C0-C6 (hex) d&b audiotechnik GmbH 3CC0C6 (base 16) d&b audiotechnik GmbH Eugen Adolff Str 134 Backnang Baden Wuerttemberg 71522 DE 44-68-AB (hex) JUIN COMPANY, LIMITED 4468AB (base 16) JUIN COMPANY, LIMITED 2FL, 1075-1, Wonpyeong-Dong Gumi City Gyeongsangbuk-Do 730-010 KR F8-10-37 (hex) Atopia Systems, LP F81037 (base 16) Atopia Systems, LP 681 N. Plano Road Richardson TX 75082 US 78-A6-83 (hex) Precidata 78A683 (base 16) Precidata CP 672 2002 NE 2002 CH F0-25-72 (hex) Cisco Systems, Inc F02572 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 04-FF-51 (hex) NOVAMEDIA INNOVISION SP. Z O.O. 04FF51 (base 16) NOVAMEDIA INNOVISION SP. Z O.O. WODNA 7 KALISZ WIELKOPOLSKA 62-800 PL 4C-B4-EA (hex) HRD (S) PTE., LTD. 4CB4EA (base 16) HRD (S) PTE., LTD. Lot 7, Block 9, Phase 1, Cavite Eco-Zone, Rosario Cavite 4106 PH D4-4C-24 (hex) Vuppalamritha Magnetic Components LTD D44C24 (base 16) Vuppalamritha Magnetic Components LTD 3rd Floor, 307 ,My Home Ashoka Chambers,S.P Road, Secunderabad AndhraPradesh 500003 IN F8-C6-78 (hex) Carefusion F8C678 (base 16) Carefusion 10020 Pacific Mesa Blvd San Diego CA 92121 US 6C-AB-4D (hex) Digital Payment Technologies 6CAB4D (base 16) Digital Payment Technologies 4105 Grandview Hwy Burnaby BC V5C 6B4 CA 2C-B0-DF (hex) Soliton Technologies Pvt Ltd 2CB0DF (base 16) Soliton Technologies Pvt Ltd # 683, 15th Cross Bangalore Karnataka 560 078 IN EC-E5-55 (hex) Hirschmann Automation ECE555 (base 16) Hirschmann Automation Stuttgarter Straße 45-51 Neckartenzlingen Baden-Württemberg 72654 DE 58-F9-8E (hex) SECUDOS GmbH 58F98E (base 16) SECUDOS GmbH Rhenus-Platz 2 Holzwickede NRW 59439 DE B4-C4-4E (hex) VXL eTech Pvt Ltd B4C44E (base 16) VXL eTech Pvt Ltd #91, 11th Main, Begur Main Road Bangalore Karnataka 560068 IN 70-7E-DE (hex) NASTEC LTD. 707EDE (base 16) NASTEC LTD. 111-D, Krasnorechenskaya str. Khabarovsk 680006 RU C0-7E-40 (hex) SHENZHEN XDK COMMUNICATION EQUIPMENT CO.,LTD C07E40 (base 16) SHENZHEN XDK COMMUNICATION EQUIPMENT CO.,LTD XDK BUILDING,NO.1 INDUSTRIAL AREA,BANTIAN,LONGGANG DISTRICT SHENZHEN GUANGDONG 518129 CN E4-4F-29 (hex) MA Lighting Technology GmbH E44F29 (base 16) MA Lighting Technology GmbH Dachdeckerstraße16 Waldbüttelbrunn Bavaria 97297 DE B4-74-9F (hex) ASKEY COMPUTER CORP B4749F (base 16) ASKEY COMPUTER CORP 10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW 7C-4A-A8 (hex) MindTree Wireless PVT Ltd 7C4AA8 (base 16) MindTree Wireless PVT Ltd LGF, Phase III, Mindtree West Campus, Bangalore Karnataka 560 059 IN 80-91-C0 (hex) AgileMesh, Inc. 8091C0 (base 16) AgileMesh, Inc. 1671 International Pkwy Richardson TX 75081 US E0-5F-B9 (hex) Cisco Systems, Inc E05FB9 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US E0-14-3E (hex) Modoosis Inc. E0143E (base 16) Modoosis Inc. #302, Samil Bldg., 656-282 Seoul 133-110 KR 90-D8-52 (hex) Comtec Co., Ltd. 90D852 (base 16) Comtec Co., Ltd. 3F., No.81, Jiankang Rd., Zhonghe City Taipei County 23586 TW 38-01-97 (hex) TSST Global,Inc 380197 (base 16) TSST Global,Inc 14 Floor, Bldg. No. 102, Digital Empire2, 486, Sin-dong, Yeongtong-gu, Suwon-si, Su-won Gyeonggi 443-734 KR AC-02-CF (hex) RW Tecnologia Industria e Comercio Ltda AC02CF (base 16) RW Tecnologia Industria e Comercio Ltda Centro Empresarial Paulo Frederico de Toledo, 80 A Santa Rita do Sapucai Minas Gerais 37540000 BR D4-12-96 (hex) Anobit Technologies Ltd. D41296 (base 16) Anobit Technologies Ltd. 8 Hasadnaot St. Herzeliya Pituach 46728 IL 48-17-4C (hex) MicroPower technologies 48174C (base 16) MicroPower technologies 4225 Executive Sq. La Jolla California 92037 US 34-9A-0D (hex) ZBD Displays Ltd 349A0D (base 16) ZBD Displays Ltd Orchard Lea Windsor Berkshire SL4 4RU GB 90-50-7B (hex) Advanced PANMOBIL Systems GmbH & Co. KG 90507B (base 16) Advanced PANMOBIL Systems GmbH & Co. KG Hansestraße 91 Cologne NRW 51149 DE 08-76-FF (hex) Thomson Telecom Belgium 0876FF (base 16) Thomson Telecom Belgium Prins Boudewijnlaan 47 Edegem Antwerp B-2650 BE 1C-7C-11 (hex) EID 1C7C11 (base 16) EID Rua Quinta dos Medronheiros Charneca da Caparica 2820-486 PT 20-AA-25 (hex) IP-NET LLC 20AA25 (base 16) IP-NET LLC 10256 N.W. 47th St. Sunrise FL 33351 US C4-EE-F5 (hex) II-VI Incorporated C4EEF5 (base 16) II-VI Incorporated Network Solutions,343 Daniel Zenker Dr., Suite 102 Horseheads NY 14845 US E0-CF-2D (hex) Gemintek Corporation E0CF2D (base 16) Gemintek Corporation 5F-1, No.8, Alley 30, Lane 358, Rueiguang Rd. Taipei 114 TW D4-91-AF (hex) Electroacustica General Iberica, S.A. D491AF (base 16) Electroacustica General Iberica, S.A. Avda. Almozara, 79 Zaragoza 50003 ES C4-B5-12 (hex) General Electric Digital Energy C4B512 (base 16) General Electric Digital Energy 4200 Wildwood Pkwy Atlanta GA 30339 US 00-34-F1 (hex) Radicom Research, Inc. 0034F1 (base 16) Radicom Research, Inc. 2148 Bering Drive San Jose Ca 95131 US 94-33-DD (hex) Taco Inc 9433DD (base 16) Taco Inc 1160 Cranston Street Cranston RI 02920 US E0-25-38 (hex) Titan Pet Products E02538 (base 16) Titan Pet Products 6521 Creedmoor Rd. Suite 101 Raleigh NC 27613 US CC-7A-30 (hex) CMAX Wireless Co., Ltd. CC7A30 (base 16) CMAX Wireless Co., Ltd. KT Bongduk B/D 9F, 627-15, Bongduk-dong Namgu Daegu 705710 KR B8-8E-3A (hex) Infinite Technologies JLT B88E3A (base 16) Infinite Technologies JLT Office 3203, Level 32 Jumeirah Lake Towers Dubai AE 58-8D-09 (hex) Cisco Systems, Inc 588D09 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US C0-C1-C0 (hex) Cisco-Linksys, LLC C0C1C0 (base 16) Cisco-Linksys, LLC 121 Theory Drive Irvine California 92612 US 60-15-C7 (hex) IdaTech 6015C7 (base 16) IdaTech 63065 NE 18th St. Bend OR 97701 US DC-20-08 (hex) ASD Electronics Ltd DC2008 (base 16) ASD Electronics Ltd DEDE INDUSTRIAL PARK,JIAN'AN ROAD,HIGH-TECH Shenzhen Guang Dong 518103 CN 1C-83-B0 (hex) Linked IP GmbH 1C83B0 (base 16) Linked IP GmbH Kirchenstrasse 9 Anif / Niederalm SBG 5081 AT A4-D1-D1 (hex) ECOtality North America A4D1D1 (base 16) ECOtality North America 430 S 2nd Avenue Phoenix AZ 85003 US C4-93-13 (hex) 100fio networks technology llc C49313 (base 16) 100fio networks technology llc 2534 crescent st. apt 3F Astoria New york 11102 US 7C-39-20 (hex) SSOMA SECURITY 7C3920 (base 16) SSOMA SECURITY Unit 703, Daeryung Technotown 13th, Geumcheongu Seoul 153754 KR 28-C0-DA (hex) Juniper Networks 28C0DA (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 9C-77-AA (hex) NADASNV 9C77AA (base 16) NADASNV 2203, T-dong, Poonglim I-won Plus Seongnam-si Gyeonggi-do 463-862 KR 10-E8-EE (hex) PhaseSpace 10E8EE (base 16) PhaseSpace 1933 Davis St Suite 312 San Leandro CA 94577 US A4-7C-1F (hex) Cobham plc A47C1F (base 16) Cobham plc 3985 Gateway Centre Blvd Pinellas Park FL 33782 US D4-6C-DA (hex) CSM GmbH D46CDA (base 16) CSM GmbH Raiffeisenstraße 34 Filderstadt Baden-Württemberg 70794 DE 5C-D9-98 (hex) D-Link Corporation 5CD998 (base 16) D-Link Corporation No.289, Sinhu 3rd Rd., Neihu District, Taipei City 114 TW 68-59-7F (hex) Alcatel Lucent 68597F (base 16) Alcatel Lucent Via Energy Park, 14 Vimercate MB 20871 IT F0-65-DD (hex) Primax Electronics Ltd. F065DD (base 16) Primax Electronics Ltd. 669, Ruey Kuang Road, Neihu Taipei 114 TW 70-65-82 (hex) Suzhou Hanming Technologies Co., Ltd. 706582 (base 16) Suzhou Hanming Technologies Co., Ltd. Suite 407, No. 166, Ren Ai Road Suzhou Jiangsu 215123 CN 34-D2-C4 (hex) RENA GmbH Print Systeme 34D2C4 (base 16) RENA GmbH Print Systeme Hienlohestrasse 24 Otterfing Bavaria 83624 DE D4-CB-AF (hex) Nokia Corporation D4CBAF (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 04-5D-56 (hex) camtron industrial inc. 045D56 (base 16) camtron industrial inc. 5F, Kuem-Ah B/D, 31-3, Karak-dong, Songpa-gu Seoul 138-801 KR 68-23-4B (hex) Nihon Dengyo Kousaku 68234B (base 16) Nihon Dengyo Kousaku shinmachi 21-1 kawagoe-shi saitama 350-1107 JP 1C-3D-E7 (hex) Sigma Koki Co.,Ltd. 1C3DE7 (base 16) Sigma Koki Co.,Ltd. 1-19-9 Midori Sumida-ku Tokyo 130-0021 JP 58-BC-27 (hex) Cisco Systems, Inc 58BC27 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 20-D6-07 (hex) Nokia Corporation 20D607 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 6C-E0-B0 (hex) SOUND4 6CE0B0 (base 16) SOUND4 11 quai Joseph Gillet LYON 69004 FR 9C-FF-BE (hex) OTSL Inc. 9CFFBE (base 16) OTSL Inc. HANROKU Bldg. 2F, 2-1-2 Shinjuku-ku Tokyo 160-0021 JP 00-F8-60 (hex) PT. Panggung Electric Citrabuana 00F860 (base 16) PT. Panggung Electric Citrabuana Jl. Raya Waru no. 1 Sidoarjo Jawa Timur 61256 ID B8-BA-72 (hex) Cynove B8BA72 (base 16) Cynove 10 cite rougemont Paris 75009 FR 44-3D-21 (hex) Nuvolt 443D21 (base 16) Nuvolt 8087 Boul. de la Rive Sud Levis Quebec G6V 9G9 CA 30-49-3B (hex) Nanjing Z-Com Wireless Co.,Ltd 30493B (base 16) Nanjing Z-Com Wireless Co.,Ltd Z-Com Building,NO.30 Jiangsu Software Park,NO.699-22 Xuanwu Avenue, Nanjing Jiangsu 210042 CN A4-5C-27 (hex) Nintendo Co., Ltd. A45C27 (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 6C-04-60 (hex) RBH Access Technologies Inc. 6C0460 (base 16) RBH Access Technologies Inc. 2 Automatic Road Brampton Ontario L6S 6K8 CA 70-64-17 (hex) ORBIS TECNOLOGIA ELECTRICA S.A. 706417 (base 16) ORBIS TECNOLOGIA ELECTRICA S.A. Lerida, 61 Madrid Madrid E28020 US 18-EF-63 (hex) Cisco Systems, Inc 18EF63 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 20-6F-EC (hex) Braemac CA LLC 206FEC (base 16) Braemac CA LLC 43134 Osgood Road Fremont CA 94539 US 10-0D-32 (hex) Embedian, Inc. 100D32 (base 16) Embedian, Inc. 10F., 95, Nanjing E. Rd. Sec. 4, Taipei 10580 TW 88-AC-C1 (hex) Generiton Co., Ltd. 88ACC1 (base 16) Generiton Co., Ltd. 8F-1, No. 81, Shuili Rd., Hsinchu City, 30059 TW 88-18-AE (hex) Tamron Co., Ltd 8818AE (base 16) Tamron Co., Ltd 1385,Hasunuma, Minuma-ku Saitama-shi Saitama 337-8556 JP 7C-ED-8D (hex) Microsoft 7CED8D (base 16) Microsoft 1 Microsoft Way Redmond Washington 98052 US A4-BE-61 (hex) EutroVision System, Inc. A4BE61 (base 16) EutroVision System, Inc. Rm 403,Building33,No.680 GuipingRd,Xuhui, Shanghai 200233 CN D0-7D-E5 (hex) Forward Pay Systems, Inc. D07DE5 (base 16) Forward Pay Systems, Inc. 9531 West 78th St., #245 Eden Prairie MN 55344 US 04-DD-4C (hex) Velocytech 04DD4C (base 16) Velocytech Poppelgårdvej 11 Søborg DK 2860 DK A4-0C-C3 (hex) Cisco Systems, Inc A40CC3 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 4C-BA-A3 (hex) Bison Electronics Inc. 4CBAA3 (base 16) Bison Electronics Inc. 3F., No.28, Lane 583, Rueiguang Rd., Neihu District Taipei City 11492 TW A8-B1-D4 (hex) Cisco Systems, Inc A8B1D4 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US EC-7C-74 (hex) Justone Technologies Co., Ltd. EC7C74 (base 16) Justone Technologies Co., Ltd. Tongguang Building F19, 12# South Agriculture Exhibition Center Road, Beijing 100125 CN CC-FC-B1 (hex) Wireless Technology, Inc. CCFCB1 (base 16) Wireless Technology, Inc. 2064 Eastman Ave. #113 Ventura CA 93003-7787 US 3C-1A-79 (hex) Huayuan Technology CO.,LTD 3C1A79 (base 16) Huayuan Technology CO.,LTD R308 Block Jingmeng High-Tech Building,NO.5-1 Shangdi East Road, Beijing 100085 CN 7C-F0-98 (hex) Bee Beans Technologies, Inc. 7CF098 (base 16) Bee Beans Technologies, Inc. TCI B5 Tsukuba City Ibaraki 305-0047 JP EC-66-D1 (hex) B&W Group LTD EC66D1 (base 16) B&W Group LTD Dale Road Worthing Sussex BN11 2BH GB 38-5F-C3 (hex) Yu Jeong System, Co.Ltd 385FC3 (base 16) Yu Jeong System, Co.Ltd #503, Dong il B/D, 826, Guro-3dong, Seoul 152-879 KR 88-8B-5D (hex) Storage Appliance Corporation 888B5D (base 16) Storage Appliance Corporation 29 Su Zhou Jie, Haidian Dist. Beijing 100080 CN 78-C6-BB (hex) Innovasic, Inc. 78C6BB (base 16) Innovasic, Inc. 5635 Jefferson St. NE, Suite A Albuquerque NM 87109 US 84-A9-91 (hex) Cyber Trans Japan Co.,Ltd. 84A991 (base 16) Cyber Trans Japan Co.,Ltd. Setagaya-ku Tokyo 155-0031 JP 68-78-4C (hex) Nortel Networks 68784C (base 16) Nortel Networks CARRETERA BASE AEREA # 5850 Zapopan Jalisco 44130 MX F8-D7-56 (hex) Simm Tronic Limited F8D756 (base 16) Simm Tronic Limited Unit 3, Waterside Hoddesdon Hertfordshire EN11 0QR GB 04-A3-F3 (hex) Emicon 04A3F3 (base 16) Emicon shelkovskoe shosse, 77 Moscow 107241 RU 1C-17-D3 (hex) Cisco Systems, Inc 1C17D3 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 7C-E0-44 (hex) NEON Inc 7CE044 (base 16) NEON Inc 5340 Airport Boulevard Boulder CO 80301 US 28-4C-53 (hex) Intune Networks 284C53 (base 16) Intune Networks 9B Beckett Way Dublin 12 IE 64-D0-2D (hex) Next Generation Integration (NGI) 64D02D (base 16) Next Generation Integration (NGI) 137 rue de Versailles Le Chesnay 78150 FR 90-51-3F (hex) Elettronica Santerno SpA 90513F (base 16) Elettronica Santerno SpA Via della Concia 7 Castel Guelfo (BO) 40026 IT 88-41-C1 (hex) ORBISAT DA AMAZONIA IND E AEROL SA 8841C1 (base 16) ORBISAT DA AMAZONIA IND E AEROL SA AV SHISHIMA HIFUMI, 2911 SAO JOSE DOS CAMPOS São Paulo 12244-000 BR 9C-75-14 (hex) Wildix srl 9C7514 (base 16) Wildix srl loc. Le Basse, 3 Trento TN 38100 IT 4C-F7-37 (hex) SamJi Electronics Co., Ltd 4CF737 (base 16) SamJi Electronics Co., Ltd 459-21, Gasan-dong, Gumchun-ku Seoul 153-803 KR F0-D7-67 (hex) Axema Passagekontroll AB F0D767 (base 16) Axema Passagekontroll AB Box 90 215 Stockholm 120 23 SE C8-4C-75 (hex) Cisco Systems, Inc C84C75 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US C8-02-A6 (hex) Beijing Newmine Technology C802A6 (base 16) Beijing Newmine Technology 10 floor,Keshi Plaza Beijing 100085 CN 4C-8B-55 (hex) Grupo Digicon 4C8B55 (base 16) Grupo Digicon Rua Nissin Castiel, 640 Gravataí Rio Grande do Sul 94045420 BR 6C-5C-DE (hex) SunReports, Inc. 6C5CDE (base 16) SunReports, Inc. 1406 Cedarwood Dr. San Mateo CA 94403 US 34-F3-9B (hex) WizLAN Ltd. 34F39B (base 16) WizLAN Ltd. P.O.Box 7948 Haifa 31078 IL E8-6C-DA (hex) Supercomputers and Neurocomputers Research Center E86CDA (base 16) Supercomputers and Neurocomputers Research Center 2, Chekhov st Taganrog Rostov-on-Don region 347922 RU 24-0B-2A (hex) Viettel Group 240B2A (base 16) Viettel Group Center for Research and Development Hanoi 1111 VN 00-B5-D6 (hex) Omnibit Inc. 00B5D6 (base 16) Omnibit Inc. 2-7-9, Soto-Kanda Chiyoda-ku Tokyo 101-0021 JP 54-89-22 (hex) Zelfy Inc 548922 (base 16) Zelfy Inc 4655 Old Ironsides Dr, Suite#200 Santa Clara Ca 95054 US 50-C5-8D (hex) Juniper Networks 50C58D (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 24-A4-2C (hex) KOUKAAM a.s. 24A42C (base 16) KOUKAAM a.s. U vinnych sklepu 7 Prague 190 00 CZ 4C-30-89 (hex) Thales Transportation Systems GmbH 4C3089 (base 16) Thales Transportation Systems GmbH Bierweg 2 Arnstadt Thuringia 99310 DE 48-12-49 (hex) Luxcom Technologies Inc. 481249 (base 16) Luxcom Technologies Inc. 102 Walgreen Road Ottawa Ontario K0A 1L0 CA 24-A9-37 (hex) PURE Storage 24A937 (base 16) PURE Storage 650 Castro Street Mt. View CA 94041 US 34-83-02 (hex) iFORCOM Co., Ltd 348302 (base 16) iFORCOM Co., Ltd 1326 Sagamihara Kanagawa 252-0157 JP B4-3D-B2 (hex) Degreane Horizon B43DB2 (base 16) Degreane Horizon 730 Rue de l'Initiative Cuers Var 83390 FR 84-F6-4C (hex) Cross Point BV 84F64C (base 16) Cross Point BV Postbus 2112 Emmen Drenthe 7801 CC NL C0-8B-6F (hex) S I Sistemas Inteligentes Eletrônicos Ltda C08B6F (base 16) S I Sistemas Inteligentes Eletrônicos Ltda Rua Amadeu Piotto 161 Curitiba Paraná 81280020 BR F8-6E-CF (hex) Arcx Inc F86ECF (base 16) Arcx Inc 151 Amber St, Unit 1 Markham ON L3R 3B3 CA 8C-84-01 (hex) Private 8C8401 (base 16) Private 40-84-93 (hex) Clavister AB 408493 (base 16) Clavister AB Sjogatan 6J Ornskoldsvik 89160 SE 78-A6-BD (hex) DAEYEON Control&Instrument Co,.Ltd 78A6BD (base 16) DAEYEON Control&Instrument Co,.Ltd ACETECHNOTOWER 2-108, 197-7, Guro3-Dong, Guro-Gu, Seoul 152-766 KR 3C-19-15 (hex) GFI Chrono Time 3C1915 (base 16) GFI Chrono Time 121 rue des Guillees CHAURAY 79180 FR EC-B1-06 (hex) Acuro Networks, Inc ECB106 (base 16) Acuro Networks, Inc 42808 Christy St., Suite 100 Fremont CA 94538 US C8-35-B8 (hex) Ericsson, EAB/RWI/K C835B8 (base 16) Ericsson, EAB/RWI/K Skolgången 17 SE-800 06 SE F8-9D-0D (hex) Control Technology Inc. F89D0D (base 16) Control Technology Inc. 7608 North Hudson Ave Oklahoma City OK 73116 US 2C-3F-3E (hex) Alge-Timing GmbH 2C3F3E (base 16) Alge-Timing GmbH Rotkreuzstrasse 39 Lustenau 6890 AT 08-9F-97 (hex) LEROY AUTOMATION 089F97 (base 16) LEROY AUTOMATION 35, Boulevard du Libre Echange Saint Orens de Gameville 31650 FR 34-BA-51 (hex) Se-Kure Controls, Inc. 34BA51 (base 16) Se-Kure Controls, Inc. 3714 Runge Street Franklin Park IL 60131 US 6C-70-39 (hex) Novar GmbH 6C7039 (base 16) Novar GmbH Johannes-Mauthe-Str. 14 Albstadt Baden-Württemberg 72458 DE 98-2D-56 (hex) Resolution Audio 982D56 (base 16) Resolution Audio 88 Hoff Street #106 San Francisco CA 94110 US 14-73-73 (hex) TUBITAK UEKAE 147373 (base 16) TUBITAK UEKAE ANIBAL ST. KOCAELI 41470 TR FC-CF-62 (hex) IBM Corp FCCF62 (base 16) IBM Corp 2051 Mission College Blvd Santa Clara CA 95054 US 08-4E-1C (hex) H2A Systems, LLC 084E1C (base 16) H2A Systems, LLC 7545 Irvine Center Drive Irvine CA 92618 US 88-B6-27 (hex) Gembird Europe BV 88B627 (base 16) Gembird Europe BV Wittevrouwen 56 Almere Flevoland 1358CD NL F0-68-53 (hex) Integrated Corporation F06853 (base 16) Integrated Corporation 3/F, Shun On Commercial Bldg., Cetnral, HK A4-AD-B8 (hex) Vitec Group, Camera Dynamics Ltd A4ADB8 (base 16) Vitec Group, Camera Dynamics Ltd William Vinten Building Bury St Edmunds Suffolk IP33 3TB GB A4-B1-21 (hex) Arantia 2010 S.L. A4B121 (base 16) Arantia 2010 S.L. Volta do Castro s/n Santiago de Compostela A Coruña 15706 ES E0-26-36 (hex) Nortel Networks E02636 (base 16) Nortel Networks CARRETERA BASE AEREA # 5850 Zapopan Jalisco 44130 MX 5C-57-C8 (hex) Nokia Corporation 5C57C8 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI D4-6C-BF (hex) Goodrich ISR D46CBF (base 16) Goodrich ISR 6600 Gulton Crt Albuquerque NM 87109 US E0-26-30 (hex) Intrigue Technologies, Inc. E02630 (base 16) Intrigue Technologies, Inc. 800 Old Pond Road Bridgeville PA 15017 US EC-C8-82 (hex) Cisco Systems, Inc ECC882 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 6C-FD-B9 (hex) Proware Technologies Co Ltd. 6CFDB9 (base 16) Proware Technologies Co Ltd. 2nd F1 East Wing,South Section,Factory Building 24,Science&Technology Park Shenzhen Guangdong 518000 CN 10-18-9E (hex) Elmo Motion Control 10189E (base 16) Elmo Motion Control 64 Gisin St. Petach Tikva 49103 IL 8C-56-C5 (hex) Nintendo Co., Ltd. 8C56C5 (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP CC-B8-88 (hex) AnB Securite s.a. CCB888 (base 16) AnB Securite s.a. Rue de Joie,38-40 Liege 4000 BE 6C-5E-7A (hex) Ubiquitous Internet Telecom Co., Ltd 6C5E7A (base 16) Ubiquitous Internet Telecom Co., Ltd #512, 5th Floor, Kolon Digital Valley,Guro 3(sam)-dong, Guro-gu Seoul 152-777 KR B4-2C-BE (hex) Direct Payment Solutions Limited B42CBE (base 16) Direct Payment Solutions Limited 98 Anzac Avenue Auckland 1035 NZ CC-22-18 (hex) InnoDigital Co., Ltd. CC2218 (base 16) InnoDigital Co., Ltd. No.310 3F Kofomo Tower Sungnam-city Kyunggi-do 463-825 KR C8-6C-1E (hex) Display Systems Ltd C86C1E (base 16) Display Systems Ltd 16-Parkovaja Street 26 Moscow 105484 RU A0-18-59 (hex) Shenzhen Yidashi Electronics Co Ltd A01859 (base 16) Shenzhen Yidashi Electronics Co Ltd Building A10, Fukang Industrial Zone Shenzhen Guangdong 518110 CN E8-05-6D (hex) Nortel Networks E8056D (base 16) Nortel Networks CARRETERA BASE AEREA # 5850 Zapopan Jalisco 44130 MX C4-59-76 (hex) Fugoo Coorporation C45976 (base 16) Fugoo Coorporation 8001 Irvine Center Drive Irvine CA 62618 US 90-A7-C1 (hex) Pakedge Device and Software Inc. 90A7C1 (base 16) Pakedge Device and Software Inc. 1011 Edwards Road Burlingame CA 94010 US 80-BA-AC (hex) TeleAdapt Ltd 80BAAC (base 16) TeleAdapt Ltd Axis 5 Watford Hertfordshire WD244YW GB 50-2D-F4 (hex) Phytec Messtechnik GmbH 502DF4 (base 16) Phytec Messtechnik GmbH Robert-Koch-Straße 39 Mainz Rheinland-Pfalz 55129 DE 2C-CD-27 (hex) Precor Inc 2CCD27 (base 16) Precor Inc 20031 142nd Avenue NE Woodinville WA 98072 US 10-43-69 (hex) Soundmax Electronic Limited 104369 (base 16) Soundmax Electronic Limited Room#1505, Oriental plaza, #1072 JianShe Road SHENZHEN Guangdong 518001 CN C0-6C-0F (hex) Dobbs Stanford C06C0F (base 16) Dobbs Stanford 2715 Electronic Lane Dallas Texas 75220 US C8-6C-B6 (hex) Optcom Co., Ltd. C86CB6 (base 16) Optcom Co., Ltd. 792-3 Tomigaoka Iwata Shizuoka 438-0803 JP 58-49-BA (hex) Chitai Electronic Corp. 5849BA (base 16) Chitai Electronic Corp. 5F., No. 1 Lane 123, Pao-Chung Rd., Hsin-Tien City Taiepi 23144 TW 00-D1-1C (hex) ACETEL 00D11C (base 16) ACETEL #1006, World Merdian 2-cha, 426-5, Seoul 153-759 KR 60-1D-0F (hex) Midnite Solar 601D0F (base 16) Midnite Solar 17722 67th Ave NE #C Arlington WA 98223 US A8-F9-4B (hex) Eltex Enterprise Ltd. A8F94B (base 16) Eltex Enterprise Ltd. Okruzhnaya st. 29v Novosibirsk 630020 RU 0C-82-30 (hex) SHENZHEN MAGNUS TECHNOLOGIES CO.,LTD 0C8230 (base 16) SHENZHEN MAGNUS TECHNOLOGIES CO.,LTD c-504,Skyworth Building,No.8 Road,High-tech south,Nanshan District, Shenzhen Guangdong 518057 CN 74-6B-82 (hex) MOVEK 746B82 (base 16) MOVEK 6517 Navaho Trail Edina Minnesota 55439 US 9C-C0-77 (hex) PrintCounts, LLC 9CC077 (base 16) PrintCounts, LLC 5109 W Lemon St Tampa FL 33609 US 3C-B1-7F (hex) Wattwatchers Pty Ld 3CB17F (base 16) Wattwatchers Pty Ld 22 Woodbury Rd St. Ives Sydney NSW 2075 AU CC-54-59 (hex) OnTime Networks AS CC5459 (base 16) OnTime Networks AS Gladsvei 20 Oslo 0489 NO F8-DC-7A (hex) Variscite LTD F8DC7A (base 16) Variscite LTD 60 Medinat Hayehudim st. Hertzelia 46722 IL D4-F1-43 (hex) IPROAD.,Inc D4F143 (base 16) IPROAD.,Inc #505 Byuksan digital valley 7, 170-13, Seoul 152-847 KR B8-F7-32 (hex) Aryaka Networks Inc B8F732 (base 16) Aryaka Networks Inc 691 S. Milpitas Blvd., Milpitas CA 95035 US E8-DF-F2 (hex) PRF Co., Ltd. E8DFF2 (base 16) PRF Co., Ltd. #510, Leaders B/D, Yatop-dong Seongnam-city Gyeonggi-do 463-828 KR B4-ED-54 (hex) Wohler Technologies B4ED54 (base 16) Wohler Technologies 31055 Huntwood Avenue Hayward CA 94544 US 00-64-40 (hex) Cisco Systems, Inc 006440 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 94-C4-E9 (hex) PowerLayer Microsystems HongKong Limited 94C4E9 (base 16) PowerLayer Microsystems HongKong Limited 23 Zhichun Rd,Liangziyinzuo Rm1009 Beijing 100083 CN 88-43-E1 (hex) Cisco Systems, Inc 8843E1 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 34-86-2A (hex) Heinz Lackmann GmbH & Co KG 34862A (base 16) Heinz Lackmann GmbH & Co KG Harkortstraße 15 Münster NRW 48163 DE AC-E3-48 (hex) MadgeTech, Inc ACE348 (base 16) MadgeTech, Inc 879 Maple St Contoocook NH 03229 US 54-9A-16 (hex) Uzushio Electric Co.,Ltd. 549A16 (base 16) Uzushio Electric Co.,Ltd. 105 Imabari-city Ehime pref. 7948582 JP 90-18-AE (hex) Shanghai Meridian Technologies, Co. Ltd. 9018AE (base 16) Shanghai Meridian Technologies, Co. Ltd. Suite 6A Tongsheng Tower Pudong shanghai 200122 CN 04-94-A1 (hex) CATCH THE WIND INC 0494A1 (base 16) CATCH THE WIND INC 10781 JAMES PAYNE COURT MANASSAS VA 20110 US 00-3A-99 (hex) Cisco Systems, Inc 003A99 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-3A-9A (hex) Cisco Systems, Inc 003A9A (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-3A-98 (hex) Cisco Systems, Inc 003A98 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 50-A6-E3 (hex) David Clark Company 50A6E3 (base 16) David Clark Company 360 Franklin St. Worcester MA 01615 US 50-93-4F (hex) Gradual Tecnologia Ltda. 50934F (base 16) Gradual Tecnologia Ltda. Rua Attilio Giaretta, 110 Itatiba SP 13257-584 BR B8-B1-C7 (hex) BT&COM CO.,LTD B8B1C7 (base 16) BT&COM CO.,LTD #1103, E&C Venture Dream Tower II Seoul 152-719 KR DC-2C-26 (hex) Iton Technology Limited DC2C26 (base 16) Iton Technology Limited Room 10E, JingFeng Building, ShenZhen GuangDong 518034 CN D4-11-D6 (hex) ShotSpotter, Inc. D411D6 (base 16) ShotSpotter, Inc. 1060 Terra Bella Ave. Mountain View CA 94043 US 9C-AF-CA (hex) Cisco Systems, Inc 9CAFCA (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 1C-0F-CF (hex) Sypro Optics GmbH 1C0FCF (base 16) Sypro Optics GmbH Carl-Zeiss-Promenade 10 Jena Thuringia 07745 DE 9C-4E-8E (hex) ALT Systems Ltd 9C4E8E (base 16) ALT Systems Ltd PoBox 17 Helsinki 00761 FI 70-72-CF (hex) EdgeCore Networks 7072CF (base 16) EdgeCore Networks 20 Mason Irvine CA 92618 US EC-D0-0E (hex) MiraeRecognition Co., Ltd. ECD00E (base 16) MiraeRecognition Co., Ltd. PrimeBank Bldg. Annex-3F, #278-3 Seoul 135-833 KR A4-AD-00 (hex) Ragsdale Technology A4AD00 (base 16) Ragsdale Technology 505 Echo Lane Big Bear Lake CA 92315 US 4C-9E-E4 (hex) Hanyang Navicom Co.,Ltd. 4C9EE4 (base 16) Hanyang Navicom Co.,Ltd. 713, Gwanpyeong-dong, Yusung-gu Daejeon 305-509 KR C8-72-48 (hex) Aplicom Oy C87248 (base 16) Aplicom Oy Rautatienkatu 56 Äänekoski Länsi-Suomi 44101 FI C4-7D-4F (hex) Cisco Systems, Inc C47D4F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 3C-DF-1E (hex) Cisco Systems, Inc 3CDF1E (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 98-6D-C8 (hex) TOSHIBA MITSUBISHI-ELECTRIC INDUSTRIAL SYSTEMS CORPORATION 986DC8 (base 16) TOSHIBA MITSUBISHI-ELECTRIC INDUSTRIAL SYSTEMS CORPORATION TOKYO SQUARE GARDEN 3-1-1 Kyobashi, CHUO-KU Tokyo 104-0031 JP 6C-AC-60 (hex) Venetex Corp 6CAC60 (base 16) Venetex Corp 8-3-9,Shin-machi Ome-shi, Tokyo 198-0024 JP F0-4B-F2 (hex) JTECH Communications, Inc. F04BF2 (base 16) JTECH Communications, Inc. 6413 Congress Ave. Boca Raton FL 33487 US 04-2B-BB (hex) PicoCELA, Inc. 042BBB (base 16) PicoCELA, Inc. 3-8-33, Momochihama Fukuoka-city Fukuoka 814-0001 JP FC-08-77 (hex) Prentke Romich Company FC0877 (base 16) Prentke Romich Company 1022 Heyl Rd Wooster OH 44691 US 64-F9-70 (hex) Kenade Electronics Technology Co.,LTD. 64F970 (base 16) Kenade Electronics Technology Co.,LTD. F/G room,11/F,Hangdu building,Huafu Rd, Futian district, ShenZhen GuangDong 518028 CN C8-2E-94 (hex) Halfa Enterprise Co., Ltd. C82E94 (base 16) Halfa Enterprise Co., Ltd. 5F, No.102, Ming Chuan Road Hsin Tien Taipei County 23141 TW 80-17-7D (hex) Nortel Networks 80177D (base 16) Nortel Networks CARRETERA BASE AEREA # 5850 Zapopan Jalisco 44130 MX 7C-7B-E4 (hex) Z'SEDAI KENKYUSHO CORPORATION 7C7BE4 (base 16) Z'SEDAI KENKYUSHO CORPORATION Meikai sannomiya 2nd Bldg. 11th/fl. Kobe Hyogo 650-0034 JP F0-DE-71 (hex) Shanghai EDO Technologies Co.,Ltd. F0DE71 (base 16) Shanghai EDO Technologies Co.,Ltd. Unit 12302, Building 12,498 Guoshoujing Road, Pudong New Area Shanghai 201203 CN 60-D3-0A (hex) Quatius Limited 60D30A (base 16) Quatius Limited Units 05-07, 16/F, Greenfield Tower, Concordia Plaza, Kowloon HK 24-CF-21 (hex) Shenzhen State Micro Technology Co., Ltd 24CF21 (base 16) Shenzhen State Micro Technology Co., Ltd SSMEC Building2/F, Gao Xin Nan First Avenue, Hi-Tech Park South, Nanshan Shenzhen City Guangdong Province 518057 CN 10-BA-A5 (hex) GANA I&C CO., LTD 10BAA5 (base 16) GANA I&C CO., LTD 154-17 kyoungdong B/D 3F karak-dong songpa-gu Seoul Korea 138-160 KR BC-9D-A5 (hex) DASCOM Europe GmbH BC9DA5 (base 16) DASCOM Europe GmbH Heuweg 3 Ulm Baden-Württemberg 89079 DE 28-FB-D3 (hex) Ragentek Technology Group 28FBD3 (base 16) Ragentek Technology Group D10/D11,No.3188, Xiupu Road, PuDong District, Shanghai Shanghai 201703 CN 58-6E-D6 (hex) Private 586ED6 (base 16) Private EC-30-91 (hex) Cisco Systems, Inc EC3091 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 64-BC-11 (hex) CombiQ AB 64BC11 (base 16) CombiQ AB Science Park Jonkoping 553 18 SE C8-C1-3C (hex) RuggedTek Hangzhou Co., Ltd C8C13C (base 16) RuggedTek Hangzhou Co., Ltd Zhejiang University National Science Park Hangzhou Zhejiang 310013 CN F4-AC-C1 (hex) Cisco Systems, Inc F4ACC1 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 40-97-D1 (hex) BK Electronics cc 4097D1 (base 16) BK Electronics cc 150 Swaardlelie Ave Pretoria Gauteng 0184 ZA 0C-E9-36 (hex) ELIMOS srl 0CE936 (base 16) ELIMOS srl Area Science Park - Padriciano 99 TRIESTE 34149 IT A0-2E-F3 (hex) United Integrated Services Co., Led. A02EF3 (base 16) United Integrated Services Co., Led. 5F No 3 Lane 7 Packao Road Hsintien Taipei Hsien 23144 TW A0-98-05 (hex) OpenVox Communication Co Ltd A09805 (base 16) OpenVox Communication Co Ltd F2,Building No.14,Shangsha Science & ShenZhen GuangDong 518031 CN 60-39-1F (hex) ABB Ltd 60391F (base 16) ABB Ltd Distribution Automation Vadodara Gujarat 390013 IN E8-A4-C1 (hex) Deep Sea Electronics Ltd E8A4C1 (base 16) Deep Sea Electronics Ltd Highfield House Hunmanby North Yorkshire YO14 0PH GB C8-D2-C1 (hex) Jetlun (Shenzhen) Corporation C8D2C1 (base 16) Jetlun (Shenzhen) Corporation 1008A Skyworth Building, Gao-xin Rd South Shenzhen 518057 CN E0-91-53 (hex) XAVi Technologies Corp. E09153 (base 16) XAVi Technologies Corp. 9F., No129, Xingde RD.,Sanchong Dist., New Taipei Taiwan 24158 TW 88-A5-BD (hex) QPCOM INC. 88A5BD (base 16) QPCOM INC. 6030 NW 99 AVE DORAL FLORIDA 33178 US D4-C7-66 (hex) Acentic GmbH D4C766 (base 16) Acentic GmbH Venloer Strasse 151-153 Cologne 50672 DE 00-27-12 (hex) MaxVision LLC 002712 (base 16) MaxVision LLC 495 Production Ave Madison AL 35758 US 00-27-1F (hex) MIPRO Electronics Co., Ltd 00271F (base 16) MIPRO Electronics Co., Ltd 814,Peikang Road Chiayi 60096 TW 00-27-0C (hex) Cisco Systems, Inc 00270C (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-26-CF (hex) DEKA R&D 0026CF (base 16) DEKA R&D 340 Commercial Street Manchester NH 03101 US 00-26-E7 (hex) Shanghai ONLAN Communication Tech. Co., Ltd. 0026E7 (base 16) Shanghai ONLAN Communication Tech. Co., Ltd. 3F, 6C, No. 1658, Gumei Road, Xuhui District Shanghai 200233 CN 00-26-E0 (hex) ASITEQ 0026E0 (base 16) ASITEQ 5F, DONGYOUNG Bldg,382-6,Yatap dong Sung Nam si Kyounggi-do 463-827 KR 00-27-03 (hex) Testech Electronics Pte Ltd 002703 (base 16) Testech Electronics Pte Ltd Block 118, #05-110, Singapore 380118 SG 00-26-F3 (hex) SMC Networks 0026F3 (base 16) SMC Networks 20 Mason Irvine CA 92618 US 00-26-A5 (hex) MICROROBOT.CO.,LTD 0026A5 (base 16) MICROROBOT.CO.,LTD 167-3 Gungpyeong-ri Gwangju-si Gyeonggi-Do 464-881 KR 00-26-A3 (hex) FQ Ingenieria Electronica S.A. 0026A3 (base 16) FQ Ingenieria Electronica S.A. Avda. Roquetes 9 Sant Pere de Ribes Barcelona 08812 ES 00-26-9D (hex) M2Mnet Co., Ltd. 00269D (base 16) M2Mnet Co., Ltd. 607 Downtown Bld. 1043-1 Hogye-Dong Dongan-Gu Anyang-City Kyunggi-Do 431-080 KR 00-26-97 (hex) Alpha Technologies Inc. 002697 (base 16) Alpha Technologies Inc. 3767 Alpha Way Bellingham WA 98226 US 00-26-8A (hex) Terrier SC Ltd 00268A (base 16) Terrier SC Ltd Strettit Farm East Peckham Kent TN12 5EE GB 00-26-89 (hex) General Dynamics Robotic Systems 002689 (base 16) General Dynamics Robotic Systems 1231 Tech Court Westminster MD 21157 US 00-26-C5 (hex) Guangdong Gosun Telecommunications Co.,Ltd 0026C5 (base 16) Guangdong Gosun Telecommunications Co.,Ltd Guangdong software park D, No.11, CaiPing road , Guangzhou science city Guangzhou Guangdong 510663 CN 00-26-C4 (hex) Cadmos microsystems S.r.l. 0026C4 (base 16) Cadmos microsystems S.r.l. Via Pietro Frattini, 255 Roma 00149 IT 00-26-C8 (hex) System Sensor 0026C8 (base 16) System Sensor 3825 Ohio Avenue Saint Charles IL 60174 US 00-26-7A (hex) wuhan hongxin telecommunication technologies co.,ltd 00267A (base 16) wuhan hongxin telecommunication technologies co.,ltd No.5 Donxin Road,Wuhan East Lake High-Tech Development Zone Wuhan Hubei 430073 CN 00-26-C2 (hex) SCDI Co. LTD 0026C2 (base 16) SCDI Co. LTD #451, Hagal-Dong, Giheung-Gu, Yongin-Si Gyeonggi-Do 446-930 KR 00-26-85 (hex) Digital Innovation 002685 (base 16) Digital Innovation Travbaneveien 6 Trondheim 7044 NO 00-26-A9 (hex) Strong Technologies Pty Ltd 0026A9 (base 16) Strong Technologies Pty Ltd 60 Wedgewood Road Hallam Victoria 3803 AU 00-26-72 (hex) AAMP of America 002672 (base 16) AAMP of America 13190 56th Court Clearwater Florida 33760 US 00-25-FD (hex) OBR Centrum Techniki Morskiej S.A. 0025FD (base 16) OBR Centrum Techniki Morskiej S.A. Dickmana 62 Gdynia 81-109 US 00-26-00 (hex) TEAC Australia Pty Ltd. 002600 (base 16) TEAC Australia Pty Ltd. 75 Northgate Drive Thomastown Victoria 3074 AU 00-25-FF (hex) CreNova Multimedia Co., Ltd 0025FF (base 16) CreNova Multimedia Co., Ltd 7/F, Hana EZ Tower, Gumi-Dong 10, Sungnam Rd 43, Sungnam-Si Kyunggi-Do 463-870 KR 00-26-04 (hex) Audio Processing Technology Ltd 002604 (base 16) Audio Processing Technology Ltd Whiterock Business Park Belfast BT12 7FP GB 00-26-59 (hex) Nintendo Co., Ltd. 002659 (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 00-26-51 (hex) Cisco Systems, Inc 002651 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-26-12 (hex) Space Exploration Technologies 002612 (base 16) Space Exploration Technologies 1 Rocket Road Hawthorne CA 90250 US 00-26-16 (hex) Rosemount Inc. 002616 (base 16) Rosemount Inc. 8200 Market Boulevard Chanhassen MN 55317 US 00-26-0B (hex) Cisco Systems, Inc 00260B (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-26-23 (hex) JRD Communication Inc 002623 (base 16) JRD Communication Inc 16/F, TCL Tower, Gaoxin Nanyi Road, Nanshan District Shenzhen Guangdong 518057 CN 00-26-27 (hex) Truesell 002627 (base 16) Truesell 301 Sungyun Bldg, 89-2 Seocho-gu, Seoul 137-130 KR 00-26-4E (hex) Rail & Road Protec GmbH 00264E (base 16) Rail & Road Protec GmbH Norderhofenden 12-13 Flensburg 24937 DE 00-26-4F (hex) Krüger &Gothe GmbH 00264F (base 16) Krüger &Gothe GmbH Atzendorfer Straße 19 Staßfurt Sachsen Anhalt 39418 DE 00-26-21 (hex) InteliCloud Technology Inc. 002621 (base 16) InteliCloud Technology Inc. 895 Dove St. Newport Beach CA 92660 US 00-26-1C (hex) NEOVIA INC. 00261C (base 16) NEOVIA INC. 503 LOTTE IT CASTLE 1DONG,550-1 SEOUL 153-768 KR 00-26-64 (hex) Core System Japan 002664 (base 16) Core System Japan Bunshu Bldg,2-27-6,Myojin Hachioji Tokyo 1920046 JP 00-26-39 (hex) T.M. Electronics, Inc. 002639 (base 16) T.M. Electronics, Inc. 45 Main St Boylston MA 01505 US 00-25-C6 (hex) kasercorp, ltd 0025C6 (base 16) kasercorp, ltd South 20,Gaobu Road,Gaobu Town Dongwan Guangdong 523000 CN 00-25-C5 (hex) Star Link Communication Pvt. Ltd. 0025C5 (base 16) Star Link Communication Pvt. Ltd. HR114/6 & Hr132/6, Pulprehladpur, New Delhi 110044 IN 00-25-C7 (hex) altek Corporation 0025C7 (base 16) altek Corporation 3F, No. 10, Li-Hsin Road, Science-Based Industrial Park, Hsinchu TW 00-25-E6 (hex) Belgian Monitoring Systems bvba 0025E6 (base 16) Belgian Monitoring Systems bvba Th. Sevenslaan 106 Kortrijk WVL 8500 BE 00-25-E0 (hex) CeedTec Sdn Bhd 0025E0 (base 16) CeedTec Sdn Bhd 303-4-5, Krystal Point Business Center Bayan Lepas Penang 11900 MY 00-25-DE (hex) Probits Co., LTD. 0025DE (base 16) Probits Co., LTD. #1502, Kolon Science Valley II, 811 Seoul 152-878 KR 00-25-B0 (hex) Schmartz Inc 0025B0 (base 16) Schmartz Inc 2307 Valerian Trl Round Rock TX 78665 US 00-25-AD (hex) Manufacturing Resources International 0025AD (base 16) Manufacturing Resources International 6415 Shiloh Road East Alpharetta GA 30005 US 00-25-AC (hex) I-Tech corporation 0025AC (base 16) I-Tech corporation 1-15 Shin-ogawa machi Shinjyuku-ku Tokyo 162-0814 JP 00-25-AB (hex) AIO LCD PC BU / TPV 0025AB (base 16) AIO LCD PC BU / TPV 10F., No., 230, Liancheng Rd. Zhonghe City Taipei Taiwan 23553 TW 00-25-EC (hex) Humanware 0025EC (base 16) Humanware 445 rue du Parc Industriel Longueuil Québec J4H 3V7 CA 00-25-ED (hex) NuVo Technologies LLC 0025ED (base 16) NuVo Technologies LLC 3015 Kustom Drive Hebron KY 41048 US 00-25-E9 (hex) i-mate Development, Inc. 0025E9 (base 16) i-mate Development, Inc. 8383 158th Ave. N.E., Suite 300, Redmond, Washington WA 98052-3871 US 00-25-BA (hex) Alcatel-Lucent IPD 0025BA (base 16) Alcatel-Lucent IPD 701 E. Middlefield Rd. Mountain View CA 94043 US 00-25-BB (hex) INNERINT Co., Ltd. 0025BB (base 16) INNERINT Co., Ltd. Dongyoung CentralTower #202, Geumjung-dong, Gunpo-si Kyunggi-do 430050 KR 00-25-B8 (hex) Agile Communications, Inc. 0025B8 (base 16) Agile Communications, Inc. 810 Lawrence Dr Thousand Oaks California 91320 US 00-25-B1 (hex) Maya-Creation Corporation 0025B1 (base 16) Maya-Creation Corporation 3F, Building M-10, Centre od Hi-Tech Ind. Dist. Shenzhen 518057 CN 00-25-A1 (hex) Enalasys 0025A1 (base 16) Enalasys 250 Avenida Campillo Calexico California 92231 US 00-25-F3 (hex) Nordwestdeutsche Zählerrevision 0025F3 (base 16) Nordwestdeutsche Zählerrevision Ing. Aug. Knemeyer GmbH & Co. KG Bad Laer Niedersachsen 49196 DE 00-25-DD (hex) SUNNYTEK INFORMATION CO., LTD. 0025DD (base 16) SUNNYTEK INFORMATION CO., LTD. 12F, NO. 88, HSIN-TE ROAD TAIPEI HSIEN 241 TW 00-25-CE (hex) InnerSpace 0025CE (base 16) InnerSpace PO Box 2186 Grand Rapids MI 49501 US 00-25-49 (hex) Jeorich Tech. Co.,Ltd. 002549 (base 16) Jeorich Tech. Co.,Ltd. 4F., No.6, Ln. 70, Sec. 2, Academia Rd., Nangang District, Taipei City 115, Taiwan (R.O.C.) Taipei Taiwan 110 TW 00-25-39 (hex) IfTA GmbH 002539 (base 16) IfTA GmbH Industriestraße 33 Groebenzell Bavaria 82194 DE 00-25-37 (hex) Runcom Technologies Ltd. 002537 (base 16) Runcom Technologies Ltd. 11 Moshe Levi Str. 11th Flr. Rishon Le Zion 75658 IL 00-25-38 (hex) Samsung Electronics Co., Ltd., Memory Division 002538 (base 16) Samsung Electronics Co., Ltd., Memory Division San #16 Banwol-Dong, Taean-Gu Hwasung City Gyeonggi Do 445-701 KR 00-25-44 (hex) LoJack Corporation 002544 (base 16) LoJack Corporation 780 Dedham Street Canton MA 02021 US 00-25-32 (hex) Digital Recorders 002532 (base 16) Digital Recorders 4018 Patriot Drive Durham NC 27709 US 00-25-5D (hex) Morningstar Corporation 00255D (base 16) Morningstar Corporation 10611 Iron Bridge Road Jessup MD 20794 US 00-25-58 (hex) MPEDIA 002558 (base 16) MPEDIA Shinyoung Tower 12F 246-2 Seongnam Gyeonggi-do 463-824 KR 00-25-4A (hex) RingCube Technologies, Inc. 00254A (base 16) RingCube Technologies, Inc. 100 West Evelyn Ave, Suite 210 Mountain View CA 94041 US 00-25-4F (hex) ELETTROLAB Srl 00254F (base 16) ELETTROLAB Srl Via Dell'Industria 25 San Vendemiano Treviso 31020 IT 00-25-83 (hex) Cisco Systems, Inc 002583 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-25-91 (hex) NEXTEK, Inc. 002591 (base 16) NEXTEK, Inc. 410 Douglass Street Reading PA 19601 US 00-25-8D (hex) Haier 00258D (base 16) Haier No.1,Haier Road Qingdao Shandong 266101 CN 00-25-71 (hex) Zhejiang Tianle Digital Electric Co.,Ltd 002571 (base 16) Zhejiang Tianle Digital Electric Co.,Ltd No.8 Tianle Rd,Economic Development Zone Shengzhou Zhejiang 312400 CN 00-25-9A (hex) CEStronics GmbH 00259A (base 16) CEStronics GmbH Friedrichstraße 243 Velbert 42551 DE 00-25-02 (hex) NaturalPoint 002502 (base 16) NaturalPoint PO Box 2317 Corvallis OR 97339 US 00-24-F8 (hex) Technical Solutions Company Ltd. 0024F8 (base 16) Technical Solutions Company Ltd. Box 31750 Whitehorse Yukon Y1A 6L3 CA 00-24-F9 (hex) Cisco Systems, Inc 0024F9 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-24-F2 (hex) Uniphone Telecommunication Co., Ltd. 0024F2 (base 16) Uniphone Telecommunication Co., Ltd. No. 25, Chu-Kung 3rd Lane, Chu-Hou Tsung, Jen-Wu Hsiang, Kaohsiung Hsien 81448 TW 00-25-14 (hex) PC Worth Int'l Co., Ltd. 002514 (base 16) PC Worth Int'l Co., Ltd. 18F, No.100, Sec. 1, Xintai 5th Rd., Xizhi Dist., New Taipei City Taipei 22102 TW 00-25-0B (hex) CENTROFACTOR INC 00250B (base 16) CENTROFACTOR INC Road Town, Tortola, P.O.Box 3161, Tortola 194295 VG 00-25-06 (hex) A.I. ANTITACCHEGGIO ITALIA SRL 002506 (base 16) A.I. ANTITACCHEGGIO ITALIA SRL VICOLO DELLE DAME 4 BOLOGNA 40124 IT 00-25-1C (hex) EDT 00251C (base 16) EDT 1400 SW Compton Beaverton OR 97008 US 00-25-1A (hex) Psiber Data Systems Inc. 00251A (base 16) Psiber Data Systems Inc. 7075-K Mission Gorge Rd San Diego CA 92120 US 00-24-E1 (hex) Convey Computer Corp. 0024E1 (base 16) Convey Computer Corp. 1302 E. Collins Blvd. Richardson TX 75081 US 00-24-EE (hex) Wynmax Inc. 0024EE (base 16) Wynmax Inc. 18F., No. 75, Sec. 1, XinTai 5th Rd., Xizhi City, Taipei County 221 TW 00-24-E3 (hex) CAO Group 0024E3 (base 16) CAO Group 4628 West Skyhawk Drive West Jordan UT 84084 US 00-25-07 (hex) ASTAK Inc. 002507 (base 16) ASTAK Inc. 1911 Hartog Drive San Jose CA 95131 US 00-24-D9 (hex) BICOM, Inc. 0024D9 (base 16) BICOM, Inc. 755 Main Street Monroe CT 06468 US 00-24-8E (hex) Infoware ZRt. 00248E (base 16) Infoware ZRt. Huseg u. 10/a Budapest 1223 HU 00-24-94 (hex) Shenzhen Baoxin Tech CO., Ltd. 002494 (base 16) Shenzhen Baoxin Tech CO., Ltd. 6F Huale BLDG., Zhonghangbei Rd., Shenzhen GuangDong 518028 CN 00-24-89 (hex) Vodafone Omnitel N.V. 002489 (base 16) Vodafone Omnitel N.V. Via Jervis 13 10015 Ivrea Torino IT 00-24-6F (hex) Onda Communication spa 00246F (base 16) Onda Communication spa via del lavoro 9 pordenone 33170 IT 00-24-69 (hex) Smart Doorphones 002469 (base 16) Smart Doorphones Klipsenstraat 18A Lokeren 9160 BE 00-24-7F (hex) Nortel Networks 00247F (base 16) Nortel Networks 2221 Lakeside Blvd Richardson TX 75081 US 00-24-75 (hex) Compass System(Embedded Dept.) 002475 (base 16) Compass System(Embedded Dept.) 1403 ACE TechnoTower 8th Seoul 152-050 KR 00-24-C3 (hex) Cisco Systems, Inc 0024C3 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-24-B5 (hex) Nortel Networks 0024B5 (base 16) Nortel Networks 2221 Lakeside Blvd Richardson TX 75081 US 00-24-B0 (hex) ESAB AB 0024B0 (base 16) ESAB AB Box 8004 Göteborg SE-402 77 SE 00-24-C4 (hex) Cisco Systems, Inc 0024C4 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-24-9D (hex) NES Technology Inc. 00249D (base 16) NES Technology Inc. #205 ACE Technotower 10, 470-5 Gasan-dong Seoul 153-789 KR 00-24-64 (hex) Bridge Technologies Co AS 002464 (base 16) Bridge Technologies Co AS Mølleparken 4 Oslo 0459 NO 00-24-62 (hex) Rayzone Corporation 002462 (base 16) Rayzone Corporation #2008, B-Dong, Samho BLDG Seoul 137-941 KR 00-24-20 (hex) NetUP Inc. 002420 (base 16) NetUP Inc. Olof Palme st., 1, sect. 7 Moscow 119311 RU 00-24-1E (hex) Nintendo Co., Ltd. 00241E (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 00-24-1F (hex) DCT-Delta GmbH 00241F (base 16) DCT-Delta GmbH Bodanrückstraße 1 Bodman - Ludwigshafen Baden-Württemberg 78351 DE 00-24-0E (hex) Inventec Besta Co., Ltd. 00240E (base 16) Inventec Besta Co., Ltd. 10FL, No.36, Lane 513, Rui Guang Road, Nei Hu Dist. Taipei 114 TW 00-24-60 (hex) Giaval Science Development Co. Ltd. 002460 (base 16) Giaval Science Development Co. Ltd. 58 Bei Si Huan Xi Rd Beijing 100080 CN 00-24-5C (hex) Design-Com Technologies Pty. Ltd. 00245C (base 16) Design-Com Technologies Pty. Ltd. 14 Redland Drive Mitcham Victoria 3132 AU 00-24-3D (hex) Emerson Appliance Motors and Controls 00243D (base 16) Emerson Appliance Motors and Controls 1901 South St. Elgin IL 60123 US 00-24-37 (hex) Motorola - BSG 002437 (base 16) Motorola - BSG 1101 Marina Village Pkwy Alameda CA 94501 US 00-24-44 (hex) Nintendo Co., Ltd. 002444 (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 00-24-13 (hex) Cisco Systems, Inc 002413 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-24-4F (hex) Asantron Technologies Ltd. 00244F (base 16) Asantron Technologies Ltd. 3F-1, No.30 Jihe Rd., 111 Taipei 11166 TW 00-23-DD (hex) ELGIN S.A. 0023DD (base 16) ELGIN S.A. RUA BARAO DE CAMPINAS, 305 São Paulo 01201-901 BR 00-23-DE (hex) Ansync Inc. 0023DE (base 16) Ansync Inc. 4970 Robert J Matthews Pky El Dorado Hills CA 95762 US 00-23-D9 (hex) Banner Engineering 0023D9 (base 16) Banner Engineering 9714 10th Ave. N. Plymouth MN 55441 US 00-23-DA (hex) Industrial Computer Source (Deutschland)GmbH 0023DA (base 16) Industrial Computer Source (Deutschland)GmbH Marie-Curie-Straße 9 Pulheim NRW 50259 DE 00-24-05 (hex) Dilog Nordic AB 002405 (base 16) Dilog Nordic AB Faktorvägen 9 Kungsbacka Halland 439 34 SE 00-23-E8 (hex) Demco Corp. 0023E8 (base 16) Demco Corp. #919, Doosan Venturedigm, 126-1 Anyang-Si Kyungki-Do 431-070 US 00-23-E3 (hex) Microtronic AG 0023E3 (base 16) Microtronic AG Duennernstrasse 32 Oensingen Solothurn 4702 CH 00-23-B7 (hex) Q-Light Co., Ltd. 0023B7 (base 16) Q-Light Co., Ltd. 178-1 Woogye-Ri, Sangdong-Myun, Gimhae-Si GyungsangNam-Do 621-812 KR 00-23-FD (hex) AFT Atlas Fahrzeugtechnik GmbH 0023FD (base 16) AFT Atlas Fahrzeugtechnik GmbH Gewerbestraße 14 Werdohl 58791 DE 00-23-EF (hex) Zuend Systemtechnik AG 0023EF (base 16) Zuend Systemtechnik AG Industriestrasse 8 Altstaetten SG 9450 CH 00-23-AC (hex) Cisco Systems, Inc 0023AC (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-23-D8 (hex) Ball-It Oy 0023D8 (base 16) Ball-It Oy Uusikatu 24 G 76 Oulu 90100 FI 00-23-9F (hex) Institut für Prüftechnik 00239F (base 16) Institut für Prüftechnik Schulstraße 3 Todtenweis Bayern 86447 DE 00-23-9D (hex) Mapower Electronics Co., Ltd 00239D (base 16) Mapower Electronics Co., Ltd No. 50 Minquan Road Taoyuan County 33846 TW 00-23-9C (hex) Juniper Networks 00239C (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 00-23-98 (hex) Vutlan sro 002398 (base 16) Vutlan sro ul. Svornosti 43 Bratislava BA 82 106 SK 00-23-5B (hex) Gulfstream 00235B (base 16) Gulfstream 32 Lummus Drive Savannah GA 31407 US 00-23-59 (hex) Benchmark Electronics ( Thailand ) Public Company Limited 002359 (base 16) Benchmark Electronics ( Thailand ) Public Company Limited 94 Moo 1, Hi-Tech Industrial Estate Bang Pa-in Ayudhaya 13160 TH 00-23-57 (hex) Pitronot Technologies and Engineering P.T.E. Ltd. 002357 (base 16) Pitronot Technologies and Engineering P.T.E. Ltd. 8 Hatut st Pardesiya 42815 IL 00-23-55 (hex) Kinco Automation(Shanghai) Ltd. 002355 (base 16) Kinco Automation(Shanghai) Ltd. Bldg1, No.1387, Zhangdong Road, Shanghai 201203 CN 00-23-73 (hex) GridIron Systems, Inc. 002373 (base 16) GridIron Systems, Inc. 726 Palomar Ave Sunnyvale CA 94085 US 00-23-67 (hex) UniControls a.s. 002367 (base 16) UniControls a.s. Krenicka 2257 Prague 10 100 00 CZ 00-23-68 (hex) Zebra Technologies Inc 002368 (base 16) Zebra Technologies Inc 475 Half Day Road Lincolnshire IL 60069 US 00-23-6E (hex) Burster GmbH & Co KG 00236E (base 16) Burster GmbH & Co KG Talstraße 1-5 Gernsbach Baden-Württemberg 76593 DE 00-23-66 (hex) Beijing Siasun Electronic System Co.,Ltd. 002366 (base 16) Beijing Siasun Electronic System Co.,Ltd. Rm.1018 Huatian Bldg, No.6 Bei Xiaomachang Beijing 100038 CN 00-23-8F (hex) NIDEC COPAL CORPORATION 00238F (base 16) NIDEC COPAL CORPORATION 2-18-10,SHIMURA ITABASHI-KU TOKYO 174-8550 JP 00-23-80 (hex) Nanoteq 002380 (base 16) Nanoteq PO Box 7991 Centurion Gauteng 0046 ZA 00-23-3D (hex) Laird Technologies 00233D (base 16) Laird Technologies Meesmannstrasse 103 Bochum 44807 DE 00-23-3F (hex) Purechoice Inc 00233F (base 16) Purechoice Inc 11481 Rupp Drive Burnsville MN 55337 US 00-23-1B (hex) Danaher Motion - Kollmorgen 00231B (base 16) Danaher Motion - Kollmorgen 201 W. Rock Road Radford VA 24141 US 00-23-1E (hex) Cezzer Multimedia Technologies 00231E (base 16) Cezzer Multimedia Technologies Pépinière d'entreprises CREATIC Plouzané 29280 FR 00-23-1F (hex) Guangda Electronic & Telecommunication Technology Development Co., Ltd. 00231F (base 16) Guangda Electronic & Telecommunication Technology Development Co., Ltd. #8 Gaopengdong Road, Gaoxin District Chengdu Sichuan 610041 CN 00-22-70 (hex) ABK North America, LLC 002270 (base 16) ABK North America, LLC 440 North Wolfe Rd. Sunnyvale CA 94085 US 00-23-13 (hex) Qool Technologies Ltd. 002313 (base 16) Qool Technologies Ltd. Gotanda Chuo Bldg 8f, 2-3-5 Shinagawa-ku Tokyo 141-0022 JP 00-23-10 (hex) LNC Technology Co., Ltd. 002310 (base 16) LNC Technology Co., Ltd. 19F, No. 78-2, Sec. 3, Taichung Kang Rd. Taichung 40764 TW 00-22-CD (hex) Ared Technology Co., Ltd. 0022CD (base 16) Ared Technology Co., Ltd. 6F-8 No.83 Sec.1, Nankan Rd. Luzhu Shiang Taoyuan County Taiwan 33859 TW 00-22-CC (hex) SciLog, Inc. 0022CC (base 16) SciLog, Inc. 8845 South Greenview Drive Middleton Wisconsin 53562 US 00-22-CB (hex) IONODES Inc. 0022CB (base 16) IONODES Inc. 4001 boulevard Industriel Laval Quebec H7L4S3 CA 00-22-C6 (hex) Sutus Inc 0022C6 (base 16) Sutus Inc 301-3999 Henning Drive Burnaby British Columbia V5C 6P9 CA 00-22-E8 (hex) Applition Co., Ltd. 0022E8 (base 16) Applition Co., Ltd. 509-1, Bundang Techno Park D-dong, SeongNam Kyunggi-do 463-760 KR 00-22-E9 (hex) ProVision Communications 0022E9 (base 16) ProVision Communications 1 Portland Square Bristol BS2 8RR GB 00-22-E6 (hex) Intelligent Data 0022E6 (base 16) Intelligent Data Edf. Inverinnova – Avda. Punto Mobi, 4. Parque Científico Tecnológico Alcalá de Henares Madrid 28805 ES 00-22-E3 (hex) Amerigon 0022E3 (base 16) Amerigon 21680 Haggerty Road Northville Michigan 48167 US 00-22-EB (hex) Data Respons A/S 0022EB (base 16) Data Respons A/S Ellekær 6 Herlev 2730 DK 00-22-EF (hex) iWDL Technologies 0022EF (base 16) iWDL Technologies 10522 Meinert Rd Wexford PA 15090 US 00-22-F2 (hex) SunPower Corp 0022F2 (base 16) SunPower Corp 1414 Harbour Way South Richmond CA 94804 US 00-22-E2 (hex) WABTEC Transit Division 0022E2 (base 16) WABTEC Transit Division 130 Ridgeview Circle Duncan SC 29334 US 00-23-01 (hex) Witron Technology Limited 002301 (base 16) Witron Technology Limited 6/F, Xin Rui Building, 32 Tao Hua Road, Futian Free Trade Zone, Shenzhen 86 CN 00-22-F7 (hex) Conceptronic 0022F7 (base 16) Conceptronic Databankweg 7 AMERSFOORT utrecht 3821 AL NL 00-23-0C (hex) CLOVER ELECTRONICS CO.,LTD. 00230C (base 16) CLOVER ELECTRONICS CO.,LTD. AKENO 306-1 ISE City MIE Prefecture 519-0501 JP 00-23-34 (hex) Cisco Systems, Inc 002334 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-22-C8 (hex) Applied Instruments B.V. 0022C8 (base 16) Applied Instruments B.V. Dynamoweg 3 Vlissingen Zeeland NL-4382WZ NL 00-22-C0 (hex) Shenzhen Forcelink Electronic Co, Ltd 0022C0 (base 16) Shenzhen Forcelink Electronic Co, Ltd 2nd and 3rd floor, Hasse manufacture building, Hasee industrial park Shenzhen Guangdong 518112 CN 00-22-A6 (hex) Sony Computer Entertainment America 0022A6 (base 16) Sony Computer Entertainment America 919 East Hillsdale Blvd Foster City California 94404-2175 US 00-22-A7 (hex) Tyco Electronics AMP GmbH 0022A7 (base 16) Tyco Electronics AMP GmbH Amperestraße 12-14 Bensheim Hessen 64625 DE 00-22-A1 (hex) Huawei Symantec Technologies Co.,Ltd. 0022A1 (base 16) Huawei Symantec Technologies Co.,Ltd. Building 1,The West Zone Science Park of UESTC,No.88,Tianchen Road Chengdu Sichuan 611731 CN 00-22-9D (hex) PYUNG-HWA IND.CO.,LTD 00229D (base 16) PYUNG-HWA IND.CO.,LTD 230-1 HWASUNG-SI KYUNGGI-DO 445-912 KR 00-22-96 (hex) LinoWave Corporation 002296 (base 16) LinoWave Corporation 1001-101 Champlain Avenue Burlington Ontario L7L 5Z4 CA 00-22-44 (hex) Chengdu Linkon Communications Device Co., Ltd 002244 (base 16) Chengdu Linkon Communications Device Co., Ltd 5f-02, Juntong Building, No. 53,Shuangfeng Road, Wuhou District, Chengdu Sichuan 610041 CN 00-22-50 (hex) Point Six Wireless, LLC 002250 (base 16) Point Six Wireless, LLC 2333 Alumni Park Plaza Lexington KY 40517 US 00-22-6F (hex) 3onedata Technology Co. Ltd. 00226F (base 16) 3onedata Technology Co. Ltd. 3/F, B/2, Jiuxiangling Industrial District, Xili Town, Nanshan District, Shenzhen Guangdong 518055 CN 00-22-78 (hex) Shenzhen Tongfang Multimedia Technology Co.,Ltd. 002278 (base 16) Shenzhen Tongfang Multimedia Technology Co.,Ltd. 2f Sector D of TongFang Information Harbor Nanshan District, Shenzhen GuangDong 518058 CN 00-22-7A (hex) Telecom Design 00227A (base 16) Telecom Design Za Remora 33170 Gradignan FR 00-22-60 (hex) AFREEY Inc. 002260 (base 16) AFREEY Inc. 6F, No.249, Chien I Road Chung Ho City Taipei County 235 TW 00-21-EF (hex) Kapsys 0021EF (base 16) Kapsys 790 Av du Docteur Maurice Donat 06250 Mougins Sophia Antipolis FR 00-21-ED (hex) Telegesis 0021ED (base 16) Telegesis 84 Station Road Marlow Bucks SL7 1NX GB 00-21-EB (hex) ESP SYSTEMS, LLC 0021EB (base 16) ESP SYSTEMS, LLC 1422 East Fourth Street Charlotte NC 28204 US 00-22-37 (hex) Shinhint Group 002237 (base 16) Shinhint Group Unit 1506, 15/F, Nanyang Plaza,, 57 Hung To Road, HK 00-22-2F (hex) Open Grid Computing, Inc. 00222F (base 16) Open Grid Computing, Inc. 4030-1 West Braker Lane STE130 Austin TX 78759 US 00-21-F6 (hex) Oracle Corporation 0021F6 (base 16) Oracle Corporation 900 Chelmsford Street Lowell MA 01851 US 00-22-06 (hex) Cyberdyne Inc. 002206 (base 16) Cyberdyne Inc. 504 @C49-2 Tsukuba-shi Ibaraki-ken 305-0817 JP 00-22-02 (hex) Excito Elektronik i Skåne AB 002202 (base 16) Excito Elektronik i Skåne AB Box 126 Löddeköpinge 246 22 SE 00-22-27 (hex) uv-electronic GmbH 002227 (base 16) uv-electronic GmbH Grosswiesenstraße 20 Durchhausen Baden-Württemberg 78591 DE 00-22-1E (hex) Media Devices Co., Ltd. 00221E (base 16) Media Devices Co., Ltd. Rm1002 Ace TechnoTower(9th) 345-30 Seoul 153-802 KR 00-22-25 (hex) Thales Avionics Ltd 002225 (base 16) Thales Avionics Ltd 86 Bushey Road London SW20 0JW GB 00-22-20 (hex) Mitac Technology Corp 002220 (base 16) Mitac Technology Corp 9th Fl., #75, Min-sheng E. Road, Sec. 3, Taipei 104 TW 00-22-0E (hex) Indigo Security Co., Ltd. 00220E (base 16) Indigo Security Co., Ltd. 2nd Floor, 277-169 Sungsoo2-Ga, Sungdong-Gu Seoul 133-832 KR 00-22-07 (hex) Inteno Broadband Technology AB 002207 (base 16) Inteno Broadband Technology AB Stensätravägen 13 Skärholmen SE 127 39 SE 00-22-3E (hex) IRTrans GmbH 00223E (base 16) IRTrans GmbH Einsteinstrasse 14 Unterschleissheim BAYERN 85716 DE 00-21-CE (hex) NTC-Metrotek 0021CE (base 16) NTC-Metrotek 9, Nevzorovoy street Saint-Petersburg 192148 RU 00-21-CA (hex) ART System Co., Ltd. 0021CA (base 16) ART System Co., Ltd. Mobile Techno Bldg Room 910 Dae-Gu 702-020 KR 00-21-CB (hex) SMS TECNOLOGIA ELETRONICA LTDA 0021CB (base 16) SMS TECNOLOGIA ELETRONICA LTDA Av. Pirâmide, 661 DIADEMA São Paulo 09970330 BR 00-21-C8 (hex) LOHUIS Networks 0021C8 (base 16) LOHUIS Networks 2681 TV Monster Votlaan 408 Votlaan 31 NL 00-21-DB (hex) Santachi Video Technology (Shenzhen) Co., Ltd. 0021DB (base 16) Santachi Video Technology (Shenzhen) Co., Ltd. Santachi Building,#14 Kaifeng Road,Meilin, Shenzhen Guangdong 518049 CN 00-21-BF (hex) Hitachi High-Tech Control Systems Corporation 0021BF (base 16) Hitachi High-Tech Control Systems Corporation 500,Miyu-cho Mito-shi Ibaraki-ken 319-0316 JP 00-21-BC (hex) ZALA COMPUTER 0021BC (base 16) ZALA COMPUTER EL BOUNI ANNABA 23000 DZ 00-21-B4 (hex) APRO MEDIA CO., LTD 0021B4 (base 16) APRO MEDIA CO., LTD #13-5,Dodang-Dong,Wonmi-Gu, Bucheon-City Kyunggi-Do 420-801 KR 00-21-A8 (hex) Telephonics Corporation 0021A8 (base 16) Telephonics Corporation 815 Broad Hollow Road Farmingdale New York 11790 US 00-21-A9 (hex) Mobilink Telecom Co.,Ltd 0021A9 (base 16) Mobilink Telecom Co.,Ltd 292-3 Sindang-ri, Sandong-myun Gumi Gyeongbuk 730-853 KR 00-21-8D (hex) AP Router Ind. Eletronica LTDA 00218D (base 16) AP Router Ind. Eletronica LTDA Av. Lomanto Junior, 1000 Ilheus Bahia 45654-000 BR 00-21-90 (hex) Goliath Solutions 002190 (base 16) Goliath Solutions 3082 Sterling Circle Boulder Colorado 80301 US 00-21-85 (hex) MICRO-STAR INT'L CO.,LTD. 002185 (base 16) MICRO-STAR INT'L CO.,LTD. No.69,Li-De St,Jung-Ho City Taipei Hsien 235 TW 00-21-9F (hex) SATEL OY 00219F (base 16) SATEL OY Meriniitynkatu 17 SALO Lansi-Suomen Laani 24100 FI 00-21-96 (hex) Telsey S.p.A. 002196 (base 16) Telsey S.p.A. Viale dell'Industria, 1 Quinto DiTreviso 31055 IT 00-21-82 (hex) SandLinks Systems, Ltd. 002182 (base 16) SandLinks Systems, Ltd. P.O.Box 4629 Petah-Tiqwa Israel 49277 IL 00-21-83 (hex) ANDRITZ HYDRO GmbH 002183 (base 16) ANDRITZ HYDRO GmbH Eibesbrunnergasse 20 Vienna 1120 AT 00-21-DF (hex) Martin Christ GmbH 0021DF (base 16) Martin Christ GmbH An der Unteren Soese 50 Osterode Niedersachsen 37520 DE 00-21-D4 (hex) Vollmer Werke GmbH 0021D4 (base 16) Vollmer Werke GmbH Maschinenfabrik Biberach Baden-Württemberg 88400 DE 00-21-D6 (hex) LXI Consortium 0021D6 (base 16) LXI Consortium P.O. Box 1016 Niwot CO 80544-1016 US 00-21-A6 (hex) Videotec Spa 0021A6 (base 16) Videotec Spa Via Friuli,6 Schio Vicenza 36015 IT 00-21-59 (hex) Juniper Networks 002159 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 00-21-55 (hex) Cisco Systems, Inc 002155 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-21-57 (hex) National Datacast, Inc. 002157 (base 16) National Datacast, Inc. 2100 Crystal Drive, Suite 750 Arlington VA 22202 US 00-21-3B (hex) Berkshire Products, Inc 00213B (base 16) Berkshire Products, Inc PO Box 2819 Cumming GA 30028 US 00-21-37 (hex) Bay Controls, LLC 002137 (base 16) Bay Controls, LLC 6528 Weatherfield Ct Maumee OH 43537 US 00-21-39 (hex) Escherlogic Inc. 002139 (base 16) Escherlogic Inc. 1481 Rosebank Rd. Pickering Ontario L1V 1P3 CA 00-21-2C (hex) SemIndia System Private Limited 00212C (base 16) SemIndia System Private Limited No. 1106/9, A.M Industrial Estate, Garvebhavipalya Bangalore Karnataka 560 068 IN 00-21-2B (hex) MSA Auer 00212B (base 16) MSA Auer Thiemannstraße 1 Berlin 12059 DE 00-21-74 (hex) AvaLAN Wireless 002174 (base 16) AvaLAN Wireless 958 San Leandro Ave, Suite 900 Mountain View CA 94043 US 00-21-79 (hex) IOGEAR, Inc. 002179 (base 16) IOGEAR, Inc. 23 Hubble Irvine CA 92618 US 00-21-68 (hex) iVeia, LLC 002168 (base 16) iVeia, LLC 51 Franklin Street Annapolis MD 21401 US 00-21-50 (hex) EYEVIEW ELECTRONICS 002150 (base 16) EYEVIEW ELECTRONICS 3 Floor, No. 86, Kung Yeh 32 Road TAICHUNG 407 TW 00-21-4D (hex) Guangzhou Skytone Transmission Technology Com. Ltd. 00214D (base 16) Guangzhou Skytone Transmission Technology Com. Ltd. 3/F West, Block 4, Huangzhou Guangzhou Guangdong 510660 CN 00-21-2A (hex) Audiovox Corporation 00212A (base 16) Audiovox Corporation 150 Marcus Blvd Hauppauge NY 11788 US 00-21-5E (hex) IBM Corp 00215E (base 16) IBM Corp 3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US 00-1F-F6 (hex) PS Audio International 001FF6 (base 16) PS Audio International 4826 Sterling Drive Boulder CO 80301 US 00-21-10 (hex) Clearbox Systems 002110 (base 16) Clearbox Systems Suite 2, Level 2 Macquarie Park NSW 2113 AU 00-21-0C (hex) Cymtec Systems, Inc. 00210C (base 16) Cymtec Systems, Inc. 10845 Olive Bouleveard St Louis MO 63141 US 00-21-0B (hex) GEMINI TRAZE RFID PVT. LTD. 00210B (base 16) GEMINI TRAZE RFID PVT. LTD. 1, DR. RANGA ROAD CHENNAI TAMILNADU 600018 IN 00-1F-DD (hex) GDI LLC 001FDD (base 16) GDI LLC One MidAmerica Plaza Oakbrook Terrace IL 60181 US 00-1F-DA (hex) Nortel Networks 001FDA (base 16) Nortel Networks 2221 Lakeside Blvd Richardson TX 75081 US 00-21-04 (hex) Gigaset Communications GmbH 002104 (base 16) Gigaset Communications GmbH Frankenstrasse 2 46395 Bocholt DE 00-1F-FB (hex) Green Packet Bhd 001FFB (base 16) Green Packet Bhd Lot 1-4, Incubator 2, Technology Park Malaysia Kuala Lumpur Wilayah Persekutuan 57000 MY 00-1F-E9 (hex) Printrex, Inc. 001FE9 (base 16) Printrex, Inc. 276 East Gish Road San Jose CA 95112 US 00-1F-F0 (hex) Audio Partnership 001FF0 (base 16) Audio Partnership Gallery Court London SE1 4BB GB 00-1F-EA (hex) Applied Media Technologies Corporation 001FEA (base 16) Applied Media Technologies Corporation 4091 AMTC Center Drive Clearwater FL 33764 US 00-1F-D9 (hex) RSD Communications Ltd 001FD9 (base 16) RSD Communications Ltd 8 Borrowmeadow Road Stirling Scotland FK7 7UW GB 00-1F-CE (hex) QTECH LLC 001FCE (base 16) QTECH LLC Novozavodskaya st. 18 build. 1 Moscow Moscow region 121309 RU 00-1F-8B (hex) Cache IQ 001F8B (base 16) Cache IQ 8834 North Capital of Texas Hwy Austin Texas 78759 US 00-1F-85 (hex) Apriva ISS, LLC 001F85 (base 16) Apriva ISS, LLC 6900 E Camelback Rd Scottsdale AZ 85251 US 00-1F-87 (hex) Skydigital Inc. 001F87 (base 16) Skydigital Inc. #28-9 Wonhyoro1-ga, Yongsan-gu, Seoul 140-846 KR 00-1F-88 (hex) FMS Force Measuring Systems AG 001F88 (base 16) FMS Force Measuring Systems AG Aspstrasse 6 Oberglatt Zurich 8154 CH 00-1F-86 (hex) digEcor 001F86 (base 16) digEcor 1625 N. 1100 W. Springville UT 84663 US 00-1F-A1 (hex) Gtran Inc 001FA1 (base 16) Gtran Inc 2651 Lavery Court Newbury Park CA 91320 US 00-1F-9F (hex) Thomson Telecom Belgium 001F9F (base 16) Thomson Telecom Belgium Prins Boudewijnlaan 47 Edegem Antwerp B-2650 BE 00-1F-99 (hex) SERONICS co.ltd 001F99 (base 16) SERONICS co.ltd #401 Technopolis, Daegu Gyeong-buk 704-230 KR 00-1F-80 (hex) Lucas Holding bv 001F80 (base 16) Lucas Holding bv Domein 28 Gemert NB 5421AR NL 00-1B-58 (hex) ACE CAD Enterprise Co., Ltd. 001B58 (base 16) ACE CAD Enterprise Co., Ltd. 2F, No. 94, Bao Chung Road, Hsin Tien City, Taipei Hsien 23144 TW 00-1F-B0 (hex) TimeIPS, Inc. 001FB0 (base 16) TimeIPS, Inc. 3522 N Comotara St Wichita KS 67226 US 00-1F-AE (hex) Blick South Africa (Pty) Ltd 001FAE (base 16) Blick South Africa (Pty) Ltd PO Box 1908 Johannesburg Gauteng 2108 ZA 00-1F-79 (hex) Lodam Electronics A/S 001F79 (base 16) Lodam Electronics A/S Kærvej 77 Sønderborg Als DK-6400 DK 00-1F-71 (hex) xG Technology, Inc. 001F71 (base 16) xG Technology, Inc. 240 S. Pineapple Avenue Sarasota FL 34236 US 00-1F-A5 (hex) Blue-White Industries 001FA5 (base 16) Blue-White Industries 5300 Business Drive Huntington Beach CA 92649 US 00-1F-9D (hex) Cisco Systems, Inc 001F9D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1F-96 (hex) APROTECH CO.LTD 001F96 (base 16) APROTECH CO.LTD KOLONDIGITAL TOWER ASTON 201, 505-14 SEOUL KSXX 0022 KR 00-1F-6C (hex) Cisco Systems, Inc 001F6C (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1F-6F (hex) Fujian Sunnada Communication Co.,Ltd. 001F6F (base 16) Fujian Sunnada Communication Co.,Ltd. 7/F Main Building,Fujian Torch Hi-Tech Innovation Park No.611 Industrial Road,Fuzhou Fuzhou Fujian China 350002 Fuzhou Fujian 350002 CN 00-1F-60 (hex) COMPASS SYSTEMS CORP. 001F60 (base 16) COMPASS SYSTEMS CORP. 6F, No. 413, Sec. 2, Ti-Ding Blvd., Taipei NeihuDist 114 TW 00-1F-6A (hex) PacketFlux Technologies, Inc. 001F6A (base 16) PacketFlux Technologies, Inc. 50 11th Avenue Helena MT 59601 US 00-1F-65 (hex) KOREA ELECTRIC TERMINAL CO., LTD. 001F65 (base 16) KOREA ELECTRIC TERMINAL CO., LTD. #7-38 SONGDO-DONG YEONSU-GU INCHEON 406-840 KR 00-1F-17 (hex) IDX Company, Ltd. 001F17 (base 16) IDX Company, Ltd. 6-28-11 Shukugawara, Tana-ku Kawasaki-Shi Kanagawa-Ken 2140021 JP 00-1F-1B (hex) RoyalTek Company Ltd. 001F1B (base 16) RoyalTek Company Ltd. Suite 9F-1, No. 1071, Chung Cheng Rd. Taoyuan Shien Taoyuan 330 TW 00-1F-5E (hex) Dyna Technology Co.,Ltd. 001F5E (base 16) Dyna Technology Co.,Ltd. HaoHai Building 1F,No.7,5th Street,Shangdi, Beijing 100085 CN 00-1F-55 (hex) Honeywell Security (China) Co., Ltd. 001F55 (base 16) Honeywell Security (China) Co., Ltd. Block 28, Section 2, Huai De Cui Gang Industrial Estate, Fu Yong, Bao An, ShenZhen, P.R. China ShenZhen GuangDong 518103 CN 00-1F-54 (hex) Lorex Technology Inc. 001F54 (base 16) Lorex Technology Inc. 250 Royal Crest Court Markham Ontario L3R3S1 CA 00-1F-2E (hex) Triangle Research Int'l Pte Ltd 001F2E (base 16) Triangle Research Int'l Pte Ltd 10 Ubi Crescent #05-83 Ubi Techpark SG 408664 SG 00-1F-4B (hex) Lineage Power 001F4B (base 16) Lineage Power 3000 Skyline Dr. Mesquite TX 75149 US 00-1F-0D (hex) L3 Communications - Telemetry West 001F0D (base 16) L3 Communications - Telemetry West 9020 Balboa Ave San Diego CA 92123 US 00-1E-FC (hex) JSC MASSA-K 001EFC (base 16) JSC MASSA-K 15, A, Pirogovskaya nab. Saint-Petersburg Leningradskiy reg. 194044 RU 00-1F-23 (hex) Interacoustics 001F23 (base 16) Interacoustics Drejervaenget 8 Assens DK 5610 DK 00-1F-06 (hex) Integrated Dispatch Solutions 001F06 (base 16) Integrated Dispatch Solutions 645 Mountain Ave Wyckoff NJ 07481 US 00-1E-BA (hex) High Density Devices AS 001EBA (base 16) High Density Devices AS Vestre Strandgate 26 Kristiansand 4611 NO 00-1E-B8 (hex) Aloys, Inc 001EB8 (base 16) Aloys, Inc #3F HANWHA TECHWIN R&D BLDG. 4-5, YANGHYEON-RO 405 BEON-GIL, JUNGWON-GU, SEONGNAM-SI GYEONGGI-DO 13438 KR 00-1E-B4 (hex) UNIFAT TECHNOLOGY LTD. 001EB4 (base 16) UNIFAT TECHNOLOGY LTD. 7/FLOOR, SUI HONG IND. BLDG., KWAI CHUNG N.T. HK 00-1E-DA (hex) Wesemann Elektrotechniek B.V. 001EDA (base 16) Wesemann Elektrotechniek B.V. Droogbloem 31 Rotterdam Zuid-Holland 3068 AW NL 00-1E-D7 (hex) H-Stream Wireless, Inc. 001ED7 (base 16) H-Stream Wireless, Inc. 2595 East Bayshore Road Palo Alto CA 94303 US 00-1E-D5 (hex) Tekon-Automatics 001ED5 (base 16) Tekon-Automatics Zelenograd, 512-29 Moscow 124482 RU 00-1E-E8 (hex) Mytek 001EE8 (base 16) Mytek 151 Lafayette Str 3 Fl New York NY 10013 US 00-1E-EE (hex) ETL Systems Ltd 001EEE (base 16) ETL Systems Ltd Coldwell Radio Station Hereford Herefordshire HR2 9NE GB 00-1E-FA (hex) PROTEI Ltd. 001EFA (base 16) PROTEI Ltd. 60A B.Sampsonievsky, Business Center St.Petersburg RU 194044 RU 00-1E-FB (hex) Trio Motion Technology Ltd 001EFB (base 16) Trio Motion Technology Ltd Shannon Way Tewkesbury Gloucestershire GL20 8ND GB 00-1E-F8 (hex) Emfinity Inc. 001EF8 (base 16) Emfinity Inc. 1305 Kelly Lake Road Sudbury Ontario P3E5P5 CA 00-1E-CB (hex) RPC Energoautomatika Ltd 001ECB (base 16) RPC Energoautomatika Ltd Krasnokazarmennaya st., 13/1 Moscow 111250 RU 00-1E-A8 (hex) Datang Mobile Communications Equipment CO.,LTD 001EA8 (base 16) Datang Mobile Communications Equipment CO.,LTD No.29,Xueyuan Rd. Beijing 100083 CN 00-1E-AB (hex) TeleWell Oy 001EAB (base 16) TeleWell Oy Alahotie 14 b Jarvenpaa Uusimaa 04430 FI 00-1E-9F (hex) Visioneering Systems, Inc. 001E9F (base 16) Visioneering Systems, Inc. 5931 Sea Lion Place Carlsbad California 92010 US 00-1E-6B (hex) Cisco SPVTG 001E6B (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30044 US 00-1E-70 (hex) Cobham Antenna Systems 001E70 (base 16) Cobham Antenna Systems Cobham Centre, Fourth Avenue Marlow Buckinghamshire SL7 1TF GB 00-1E-61 (hex) ITEC GmbH 001E61 (base 16) ITEC GmbH Lassnitzthal 300 A-8200 Gleisdorf AT 00-1E-3E (hex) KMW Inc. 001E3E (base 16) KMW Inc. 65 Youngchun-ri, Dongtan-myun Hwasung-si Kyungki-do 445-813 KR 00-1E-38 (hex) Bluecard Software Technology Co., Ltd. 001E38 (base 16) Bluecard Software Technology Co., Ltd. D-801 Shangdi Science Building Beijing 100085 CN 00-1E-47 (hex) PT. Hariff Daya Tunggal Engineering 001E47 (base 16) PT. Hariff Daya Tunggal Engineering Jl. Soekarno Hatta No. 450 Bandung Jawa Barat 40266 ID 00-1E-48 (hex) Wi-Links 001E48 (base 16) Wi-Links 332 Ayiou street Limassol 3725 CY 00-1E-8A (hex) eCopy, Inc 001E8A (base 16) eCopy, Inc 1 Oracle Dr Nashua NH 03062 US 00-1E-9B (hex) San-Eisha, Ltd. 001E9B (base 16) San-Eisha, Ltd. 2-1 Ebara 5-chome Shinagawa-ku Tokyo 142-8611 JP 00-1E-96 (hex) Sepura Plc 001E96 (base 16) Sepura Plc Radio House Cambridge CAMBRIDGESHIRE CB4 1GR GB 00-1E-59 (hex) Silicon Turnkey Express, LLC 001E59 (base 16) Silicon Turnkey Express, LLC 749 Miner Road Highland Heights Ohio 44143 US 00-1E-51 (hex) Converter Industry Srl 001E51 (base 16) Converter Industry Srl Via Euclide, 12 Forli' FC 47100 IT 00-1E-71 (hex) MIrcom Group of Companies 001E71 (base 16) MIrcom Group of Companies 25 Interchange Way Vaughan, Ontario l4K 5W3 CA 00-1D-C4 (hex) AIOI Systems Co., Ltd. 001DC4 (base 16) AIOI Systems Co., Ltd. KDX Omori, Bldg 8F Tokyo 140-0016 JP 00-1D-C0 (hex) Enphase Energy 001DC0 (base 16) Enphase Energy 201 1st Street, Suite 111 Petaluma CA 94952 US 00-1D-BD (hex) Versamed Inc. 001DBD (base 16) Versamed Inc. 2 Blue Hill Plaza Pearl River NY 10965 US 00-1D-F8 (hex) Webpro Vision Technology Corporation 001DF8 (base 16) Webpro Vision Technology Corporation 4F., No.573, Cingping Rd. Anping District 708 TW 00-1D-F9 (hex) Cybiotronics (Far East) Limited 001DF9 (base 16) Cybiotronics (Far East) Limited Unit 1906, Eastern Centre, Quarry Bay HK 00-1D-F7 (hex) R. STAHL Schaltgeräte GmbH 001DF7 (base 16) R. STAHL Schaltgeräte GmbH am Bahnhof 30 Waldenburg Baden-Württemberg 74638 DE 00-1E-05 (hex) Xseed Technologies & Computing 001E05 (base 16) Xseed Technologies & Computing Topaz House, MATAM Haifa 39100 IL 00-1E-07 (hex) Winy Technology Co., Ltd. 001E07 (base 16) Winy Technology Co., Ltd. 305-303, Bucheon Techno-park, #365 Bucheon Gyeonggi-do 421-741 KR 00-1E-0A (hex) Syba Tech Limited 001E0A (base 16) Syba Tech Limited RM1301, Vanta Industrial Centre, Kwai Chung HK 00-1E-03 (hex) LiComm Co., Ltd. 001E03 (base 16) LiComm Co., Ltd. 908-1 SEO-RI, IDONG-MYEON YONGIN-SI GYEONGGI-DO 449-834 KR 00-1E-1B (hex) Digital Stream Technology, Inc. 001E1B (base 16) Digital Stream Technology, Inc. 4,5,6th Fl., TaeChang B/D, 451-1 Seoul 134-030 KR 00-1E-17 (hex) STN BV 001E17 (base 16) STN BV Amerikaweg 4 Hulst Zeeland 4561 PB NL 00-1E-18 (hex) Radio Activity srl 001E18 (base 16) Radio Activity srl Via De Notaris 50 Milano MI 20128 IT 00-1E-15 (hex) Beech Hill Electronics 001E15 (base 16) Beech Hill Electronics Beechcroft, Beech Hill Road Reading Berkshire RG7 2AU GB 00-1E-30 (hex) Shireen Inc 001E30 (base 16) Shireen Inc 8531 Ziggy Lane Gaithersburg MD 20877 US 00-1E-2E (hex) SIRTI S.p.A. 001E2E (base 16) SIRTI S.p.A. Via Bombrini 11/3 GENOA 16149 IT 00-1D-DC (hex) HangZhou DeChangLong Tech&Info Co.,Ltd 001DDC (base 16) HangZhou DeChangLong Tech&Info Co.,Ltd Room 1102,KeJi Mansion, HangZhou ZheJiang 310012 CN 00-1D-EB (hex) DINEC International 001DEB (base 16) DINEC International Rue de la Gare, 30 BRAINE L'ALLEUD BRABANT WALLON 1420 BE 00-1D-9A (hex) GODEX INTERNATIONAL CO., LTD 001D9A (base 16) GODEX INTERNATIONAL CO., LTD 4F. NO.168, Lian-Cheng Road Chung-Ho City, Taipei Hsien 235 US 00-1D-97 (hex) Alertus Technologies LLC 001D97 (base 16) Alertus Technologies LLC 11785 Beltsville Drive Beltsville MD 20705 US 00-1D-91 (hex) Digitize, Inc 001D91 (base 16) Digitize, Inc 158 Edison Road Lake Hopatcong New Jersey 07849 US 00-1D-95 (hex) Flash, Inc. 001D95 (base 16) Flash, Inc. 3703 N. 200th St. Elkhorn NE 68022-2922 US 00-1D-9D (hex) ARTJOY INTERNATIONAL LIMITED 001D9D (base 16) ARTJOY INTERNATIONAL LIMITED Room 1601,No.239 ZhongXing Road,LuoHu District Shenzhen Guangdong 518001 CN 00-1D-9E (hex) AXION TECHNOLOGIES 001D9E (base 16) AXION TECHNOLOGIES 151 RUE PARC INNOVATION LA POCATIERE QUEBEC G0R1Z0 US 00-1D-70 (hex) Cisco Systems, Inc 001D70 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1D-78 (hex) Invengo Information Technology Co.,Ltd 001D78 (base 16) Invengo Information Technology Co.,Ltd 3/F,No.T2-B,High-Tech Industrial Park South Shenzhen Guangdong 518057 CN 00-1D-6F (hex) Chainzone Technology Co., Ltd 001D6F (base 16) Chainzone Technology Co., Ltd Chainzone Tech. Ind Park, Nanxin 1st Rd. Foshan Guangdong 528200 CN 00-1D-7F (hex) Tekron International Ltd 001D7F (base 16) Tekron International Ltd 409 Cuba Street, Alicetown Lower Hutt Wellington 5010 NZ 00-1D-79 (hex) SIGNAMAX LLC 001D79 (base 16) SIGNAMAX LLC 1090 Vermont Avenue Washington Washington D.C. 20005 US 00-1D-AE (hex) CHANG TSENG TECHNOLOGY CO., LTD 001DAE (base 16) CHANG TSENG TECHNOLOGY CO., LTD 2F NO.160 BACK BUILDING, LEN CHENG RD., CHUNG HO CITY TAIPEI HSIEN 235 TW 00-1D-A6 (hex) Media Numerics Limited 001DA6 (base 16) Media Numerics Limited Rodenbacher Chaussee 6 Hanau Hessen 63457 DE 00-1D-62 (hex) InPhase Technologies 001D62 (base 16) InPhase Technologies 2000 Pike Road Longmont Colorado 80501 US 00-1D-63 (hex) Miele & Cie. KG 001D63 (base 16) Miele & Cie. KG Carl-Miele-Straße 29 Gütersloh 33332 DE 00-1D-B7 (hex) Tendril Networks, Inc. 001DB7 (base 16) Tendril Networks, Inc. 5700-D Flatiron Parkway Boulder CO 80301 US 00-1D-8D (hex) Fluke Process Instruments GmbH 001D8D (base 16) Fluke Process Instruments GmbH Blankenburger Str. 135 Berlin 13127 DE 00-1D-1F (hex) Siauliu Tauro Televizoriai, JSC 001D1F (base 16) Siauliu Tauro Televizoriai, JSC Pramones,15 Siauliai LT-57318 LT 00-1D-43 (hex) Shenzhen G-link Digital Technology Co., Ltd. 001D43 (base 16) Shenzhen G-link Digital Technology Co., Ltd. 4F, E Building,Huachuang Da Technology Zone ,Hangcheng Highway,Gushu,Xixiang , shenzhen GuangDong 518126 CN 00-1D-3F (hex) Mitron Pty Ltd 001D3F (base 16) Mitron Pty Ltd Unit 11 Artarmon NSW 2065 AU 00-1D-39 (hex) MOOHADIGITAL CO., LTD 001D39 (base 16) MOOHADIGITAL CO., LTD Seoul Hightech Venture Center C-307 647-26 SEOUL 157-030 KR 00-1D-37 (hex) Thales-Panda Transportation System 001D37 (base 16) Thales-Panda Transportation System 6th floor, HUIJIE Plaza, 268 Zhongshan Rd. nanjing jiangsu 210008 CN 00-1D-13 (hex) NextGTV 001D13 (base 16) NextGTV 13F Byucksan/Kyungin Digital Valley ll Seoul 153-803 KR 00-1D-14 (hex) SPERADTONE INFORMATION TECHNOLOGY LIMITED 001D14 (base 16) SPERADTONE INFORMATION TECHNOLOGY LIMITED Room 1001 NO.418 Gui Ping Road, Shanghai 200233 CN 00-1D-10 (hex) LightHaus Logic, Inc. 001D10 (base 16) LightHaus Logic, Inc. 126-1020 Mainland Street Vancouver BC V6B 2T4 CA 00-1D-04 (hex) Zipit Wireless, Inc. 001D04 (base 16) Zipit Wireless, Inc. 49 Salters Road. Greenville SC 29607 US 00-1C-F2 (hex) Tenlon Technology Co.,Ltd. 001CF2 (base 16) Tenlon Technology Co.,Ltd. 4/F.,Shenhua Bldg,No.3155,Binhe Road,Futian District Shenzhen Guangdong 518033 CN 00-1D-30 (hex) YX Wireless S.A. 001D30 (base 16) YX Wireless S.A. Av. Vicuña Mackenna #4860 Santiago 8580710 US 00-1C-B2 (hex) BPT SPA 001CB2 (base 16) BPT SPA Via Stazione,48 Sesto al Reghena Pordenone 33079 IT 00-1C-B5 (hex) Neihua Network Technology Co.,LTD.(NHN) 001CB5 (base 16) Neihua Network Technology Co.,LTD.(NHN) Plot Xinmei Road 102-Q,New District WuXi Jiangsu 214028 CN 00-1C-B4 (hex) Iridium Satellite LLC 001CB4 (base 16) Iridium Satellite LLC 8440 S. River Parkway Tempe AZ 85284 US 00-1C-B6 (hex) Duzon CNT Co., Ltd. 001CB6 (base 16) Duzon CNT Co., Ltd. 14th Floor, IRE building 2 Seoul 150-967 KR 00-1C-C7 (hex) Rembrandt Technologies, LLC d/b/a REMSTREAM 001CC7 (base 16) Rembrandt Technologies, LLC d/b/a REMSTREAM 140 South Beverly Drive Beverly Hills CA 90212 US 00-1C-BB (hex) MusicianLink 001CBB (base 16) MusicianLink 2401 Cory Ave. San Jose CA 95128 US 00-1C-8D (hex) Mesa Imaging 001C8D (base 16) Mesa Imaging Badenerstrasse 569 Zürich ZH 8048 CH 00-1C-89 (hex) Force Communications, Inc. 001C89 (base 16) Force Communications, Inc. 3810 Arbordale Lane Sachse TX 75048 US 00-1C-87 (hex) Uriver Inc. 001C87 (base 16) Uriver Inc. 3rd., Fl., Bogwang Bldg., Poi-dong, 238-7 Gangnam-gu, Seoul 135-964 KR 00-1C-CD (hex) Alektrona Corporation 001CCD (base 16) Alektrona Corporation 95 Hathaway Street, Suite 10 Providence RI 02907 US 00-1C-EC (hex) Mobilesoft (Aust.) Pty Ltd 001CEC (base 16) Mobilesoft (Aust.) Pty Ltd Suite 2, 27-35 Grosvenor Street Sydney NSW 2089 AU 00-1C-E8 (hex) Cummins Inc 001CE8 (base 16) Cummins Inc 1400 73rd Ave NE Fridley MN 55432 US 00-1C-D0 (hex) Circleone Co.,Ltd. 001CD0 (base 16) Circleone Co.,Ltd. 860-1,Noda Beppu-shi Ooita-ken 874-0016 JP 00-1C-9F (hex) Razorstream, LLC 001C9F (base 16) Razorstream, LLC 2381-C Renaissance Drive Las Vegas NV 89119 US 00-1C-7D (hex) Excelpoint Manufacturing Pte Ltd 001C7D (base 16) Excelpoint Manufacturing Pte Ltd 15, Changi Business Park 486057 SG 00-1C-5C (hex) Integrated Medical Systems, Inc. 001C5C (base 16) Integrated Medical Systems, Inc. 1984 Obispo Avenue Signal Hill CA 90755 US 00-1C-52 (hex) VISIONEE SRL 001C52 (base 16) VISIONEE SRL VIALE DELLA REPUBBLICA, 22 VILLORBA TREVISO 31050 IT 00-1C-47 (hex) Hangzhou Hollysys Automation Co., Ltd 001C47 (base 16) Hangzhou Hollysys Automation Co., Ltd No.10 Middle Road, Jiancaicheng, Haidian District, Beijing 100096 CN 00-1C-16 (hex) ThyssenKrupp Elevator 001C16 (base 16) ThyssenKrupp Elevator 9280 Crestwyn Hills Drive Memphis TN 38125 US 00-1C-19 (hex) secunet Security Networks AG 001C19 (base 16) secunet Security Networks AG Kronprinzenstraße 30 Essen NRW 45128 DE 00-1C-6C (hex) 30805 001C6C (base 16) 30805 128, Jun Cheng Road,uangzhou Economic and Technological Development District Guangzhou Guangdong 510530 CN 00-1C-61 (hex) Galaxy Microsystems LImited 001C61 (base 16) Galaxy Microsystems LImited Room 1101-03, 11/F Enterprise Square Two Kowloon Bay Kowloon HK 00-1C-3B (hex) AmRoad Technology Inc. 001C3B (base 16) AmRoad Technology Inc. 18F-3 No. 150 , Chien I Rd Chung Ho Taipei Hsien 23511 TW 00-1C-3F (hex) International Police Technologies, Inc. 001C3F (base 16) International Police Technologies, Inc. 4150 S. 87th E. Avenue Tulsa OK 74145 US 00-1C-28 (hex) Sphairon Technologies GmbH 001C28 (base 16) Sphairon Technologies GmbH Philipp-Reis-Strasse 1 Bautzen Saxony 02625 DE 00-1C-1F (hex) Quest Retail Technology Pty Ltd 001C1F (base 16) Quest Retail Technology Pty Ltd 37-39 Walsh Street Thebarton SA 5031 AU 00-1C-32 (hex) Telian Corporation 001C32 (base 16) Telian Corporation 4FL. Namjeon Bldg. 53-3 Haandong Kwangmyungsi Kyoungkido 423060 KR 00-1C-2B (hex) Alertme.com Limited 001C2B (base 16) Alertme.com Limited 30 Station Road Cambridge Cambridgeshire CB1 2RE GB 00-1C-77 (hex) Prodys 001C77 (base 16) Prodys C/Trigo 54 Pol. Ind. Polvoranca Leganes MADRID 28914 ES 00-1C-6F (hex) Emfit Ltd 001C6F (base 16) Emfit Ltd Konttisentie 8 B Vaajakoski 40800 FI 00-1C-49 (hex) Zoltan Technology Inc. 001C49 (base 16) Zoltan Technology Inc. 4F, No.30, Wunsi St. Jhubei Hsinchu 302 TW 00-1C-63 (hex) TRUEN 001C63 (base 16) TRUEN 4F SAMWON BLDG., 451-7 SEOUL 137-818 KR 00-1B-DF (hex) Iskra Sistemi d.d. 001BDF (base 16) Iskra Sistemi d.d. Stegne 21 Ljubljana Slovenia 1000 SI 00-1B-D9 (hex) Edgewater Wireless Systems Inc 001BD9 (base 16) Edgewater Wireless Systems Inc 50 HInes Road Suite 200 Ottawa Ontario K2K-2M5 CA 00-1B-C7 (hex) StarVedia Technology Inc. 001BC7 (base 16) StarVedia Technology Inc. 3F, No. 247, Done Sec. 1, Guangming 6th Rd. Jhubei Hsin-Chu County 302 TW 00-1B-EC (hex) Netio Technologies Co., Ltd 001BEC (base 16) Netio Technologies Co., Ltd 4F-1, No. 582, Rueiguang Rd., Neihu District Taipei 11492 TW 00-1C-09 (hex) SAE Electronic Co.,Ltd. 001C09 (base 16) SAE Electronic Co.,Ltd. 23/F,Ying Long Zhan Ye Building, Shenzhen Guang Dong 518040 CN 00-1C-0C (hex) TANITA Corporation 001C0C (base 16) TANITA Corporation 1-14-2,Maeno-cho Tokyo 174-8630 JP 00-1B-A6 (hex) intotech inc. 001BA6 (base 16) intotech inc. 13F DMC R&D Center E3-2 Building Land Development District Sangam-Dong Mapogu Seoul 121-270 KR 00-1B-A4 (hex) S.A.E Afikim 001BA4 (base 16) S.A.E Afikim Kibutz Afikim Kibutz Afikim 15148 IL 00-1B-B4 (hex) Airvod Limited 001BB4 (base 16) Airvod Limited Heather House Sandyford Ind Est Dublin 18 D18 IE 00-1B-B6 (hex) Bird Electronic Corp. 001BB6 (base 16) Bird Electronic Corp. 30303 Aurora Road Solon Ohio 44139 US 00-1B-E8 (hex) Ultratronik GmbH 001BE8 (base 16) Ultratronik GmbH Dornierstr. 9 Gilching 822205 DE 00-1B-E1 (hex) ViaLogy 001BE1 (base 16) ViaLogy 2400 Lincoln Ave Altadena CA 91001 US 00-1B-93 (hex) JC Decaux SA DNT 001B93 (base 16) JC Decaux SA DNT 21 rue claude Bernard MAUREPAS 78310 FR 00-1B-9B (hex) Hose-McCann Communications 001B9B (base 16) Hose-McCann Communications 1241 West Newport Center Drive Deerfield Beach FL 33442 US 00-1B-9C (hex) SATEL sp. z o.o. 001B9C (base 16) SATEL sp. z o.o. Schuberta 79 Gdansk pomorskie 80-172 PL 00-1B-92 (hex) l-acoustics 001B92 (base 16) l-acoustics parc de la fontaine de jouvence marcoussis essonne 91462 FR 00-1B-8E (hex) Hulu Sweden AB 001B8E (base 16) Hulu Sweden AB Box 12328, 10228 Kista Stockholm 164 40 SE 00-1B-45 (hex) ABB AS, Division Automation Products 001B45 (base 16) ABB AS, Division Automation Products Bergerveien 12 Billingstad NO-1375 NO 00-1B-3F (hex) ProCurve Networking by HP 001B3F (base 16) ProCurve Networking by HP 60 Alexandra Terrace 118502 SG 00-1B-41 (hex) General Infinity Co.,Ltd. 001B41 (base 16) General Infinity Co.,Ltd. 3F,No.169, Xing-ai Rd, Taipei 114 TW 00-1B-50 (hex) Nizhny Novgorod Factory named after M.Frunze, FSUE (NZiF) 001B50 (base 16) Nizhny Novgorod Factory named after M.Frunze, FSUE (NZiF) 174, Gagarina Avenue Nizhny Novgorod Russia 603950 RU 00-1B-47 (hex) Futarque A/S 001B47 (base 16) Futarque A/S Aagade 15B Aalborg 9000 DK 00-1B-6C (hex) LookX Digital Media BV 001B6C (base 16) LookX Digital Media BV Roekenveldweg 1 Brunssum Limburg 6446DK NL 00-1B-6B (hex) Swyx Solutions AG 001B6B (base 16) Swyx Solutions AG Joseph-von-Fraunhofer-straße 13a Dortmund 44227 DE 00-1B-69 (hex) Equaline Corporation 001B69 (base 16) Equaline Corporation 9F, No. 234, Section 4, Cheng-De Road, Taipei Hsien 25162 TW 00-1B-76 (hex) Ripcode, Inc. 001B76 (base 16) Ripcode, Inc. 1130 E. Arapaho Road Richardson TX 75081 US 00-1B-70 (hex) IRI Ubiteq, INC. 001B70 (base 16) IRI Ubiteq, INC. Shinjuku-Nomura Bldg. 47F, Shinjuku-ku Tokyo 163-0547 JP 00-1B-68 (hex) Modnnet Co., Ltd 001B68 (base 16) Modnnet Co., Ltd 2139 Daemyung-Dong DIP main B/D Room#505, Namgu Daegu Kyungsang Bookdo 705-701 KR 00-1B-62 (hex) JHT Optoelectronics Co.,Ltd. 001B62 (base 16) JHT Optoelectronics Co.,Ltd. Hetian Industrial Park 2rd,Houjie Town, Donguan, Dongguan Guangdong 523945 CN 00-1B-8A (hex) 2M Electronic A/S 001B8A (base 16) 2M Electronic A/S Malervej 10 Taastrup 2630 DK 00-1B-80 (hex) LORD Corporation 001B80 (base 16) LORD Corporation 2000 West Grandview Blvd Erie Pa 16509 US 00-1B-3E (hex) Curtis, Inc. 001B3E (base 16) Curtis, Inc. 2405 Annapolis Lane Minneapolis MN 55441 US 00-1B-37 (hex) Computec Oy 001B37 (base 16) Computec Oy Juholankatu 8 Kouvola Kymi 45200 FI 00-1B-07 (hex) Mendocino Software 001B07 (base 16) Mendocino Software 47001 Benecia St. Fremont CA 94538 US 00-1B-08 (hex) Danfoss Drives A/S 001B08 (base 16) Danfoss Drives A/S Ulsnaes 1 Graasten 6300 DK 00-1B-01 (hex) Applied Radio Technologies 001B01 (base 16) Applied Radio Technologies 1124 South Service Road West Oakville Ontario L6L 5T7 CA 00-1B-02 (hex) ED Co.Ltd 001B02 (base 16) ED Co.Ltd 517-15 SangDaeWon-Dong SeongNam-City GyeongGi-Do 462-806 KR 00-1A-FC (hex) ModusLink Corporation 001AFC (base 16) ModusLink Corporation 2905 Prestonwood Drive Plano Texas 75093 US 00-1B-10 (hex) ShenZhen Kang Hui Technology Co.,ltd 001B10 (base 16) ShenZhen Kang Hui Technology Co.,ltd China GuangDong ShenZhen GuangDong 518109 CN 00-1B-0B (hex) Phidgets Inc. 001B0B (base 16) Phidgets Inc. 2715A 16A Street N.W. Calgary Alberta T2M 3R7 CA 00-1B-0C (hex) Cisco Systems, Inc 001B0C (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1A-E0 (hex) Mythology Tech Express Inc. 001AE0 (base 16) Mythology Tech Express Inc. 2F, No.10, Lane 235, Bao Chiao road, Taipei 231 TW 00-1A-E2 (hex) Cisco Systems, Inc 001AE2 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1A-D7 (hex) Christie Digital Systems, Inc. 001AD7 (base 16) Christie Digital Systems, Inc. 809 Wellington Street North Kitchener Ontario N2G 4Y7 CA 00-1B-23 (hex) SimpleComTools 001B23 (base 16) SimpleComTools 598 Indian Trail Rd S. Indian Trail NC 28079 US 00-1A-F6 (hex) Woven Systems, Inc. 001AF6 (base 16) Woven Systems, Inc. 2455 Augustine Drive Santa Clara CA 95054 US 00-1A-F9 (hex) AeroVIronment (AV Inc) 001AF9 (base 16) AeroVIronment (AV Inc) 4685 Industrial St Simi Valley CA 93063 US 00-1B-30 (hex) Solitech Inc. 001B30 (base 16) Solitech Inc. 1838 Main Street Stevensville MD 21666 US 00-1B-18 (hex) Tsuken Electric Ind. Co.,Ltd 001B18 (base 16) Tsuken Electric Ind. Co.,Ltd 3-9 Akedouri Izumi-ku Sendai City Miyagi 981-3206 JP 00-1A-E7 (hex) Aztek Networks, Inc. 001AE7 (base 16) Aztek Networks, Inc. 2477 55th St. #202 Boulder CO 80301 US 00-1A-95 (hex) Hisense Mobile Communications Technoligy Co.,Ltd. 001A95 (base 16) Hisense Mobile Communications Technoligy Co.,Ltd. 11,JiangXi Road, QingDao ShanDong 266071 CN 00-1A-81 (hex) Zelax 001A81 (base 16) Zelax 2nd buid., 1B, Zavodskaya st., Moscow 124681 RU 00-1A-87 (hex) Canhold International Limited 001A87 (base 16) Canhold International Limited Flat 4, 13/F., Block 4, Tai Ping Industrial Centre 00852 HK 00-1A-88 (hex) Venergy,Co,Ltd 001A88 (base 16) Venergy,Co,Ltd West 6th Floor,M-8 Building Maqueling Zone, shenzhen guangdong 518000 CN 00-1A-C1 (hex) 3Com Ltd 001AC1 (base 16) 3Com Ltd Peoplebuilding 2 Hemel Hempstead Herts HP2 4NW GB 00-1A-BB (hex) Fontal Technology Incorporation 001ABB (base 16) Fontal Technology Incorporation Rm.522, Bldg. 52, 195, Sec. 4, ChungHsing Rd., Chutung Hsinchu 310 TW 00-1A-BD (hex) Impatica Inc. 001ABD (base 16) Impatica Inc. 205-1725 St. Laurent Blvd. Ottawa ON K1G 3V4 CA 00-1A-AE (hex) Savant Systems LLC 001AAE (base 16) Savant Systems LLC 45 Perseverance Way Hyannis Massachusetts 02601 US 00-1A-CD (hex) Tidel Engineering LP 001ACD (base 16) Tidel Engineering LP 2025 W Belt Line Road Suite 114 Carrollton TX 75019 US 00-1A-C9 (hex) SUZUKEN CO.,LTD 001AC9 (base 16) SUZUKEN CO.,LTD SUZUKEN TOMEI BLDG. NAGOYA-SI AICHI-KEN 465-0045 JP 00-1A-79 (hex) TELECOMUNICATION TECHNOLOGIES LTD. 001A79 (base 16) TELECOMUNICATION TECHNOLOGIES LTD. 4D ZHUKOVA BLV. ODESSA 65121 UA 00-1A-AA (hex) Analogic Corp. 001AAA (base 16) Analogic Corp. 8 Centennial Drive Peabody MA 01960 US 00-1A-8B (hex) CHUNIL ELECTRIC IND., CO. 001A8B (base 16) CHUNIL ELECTRIC IND., CO. 308,ByuckSan Digital Valley,132-7,Gamjeon-Dong,Sasang-Gu Busan GyeongSangNamDo 617-800 KR 00-1A-8D (hex) AVECS Bergen GmbH 001A8D (base 16) AVECS Bergen GmbH Billrothstraße 11 a Bergen auf Rügen M/V 18528 DE 00-1A-B4 (hex) FFEI Ltd. 001AB4 (base 16) FFEI Ltd. Graphics House Hemel Hempstead Hertfordshire HP2 7SU GB 00-1A-B5 (hex) Home Network System 001AB5 (base 16) Home Network System 107, Hyundai I-Vally Seongnam-si Gyeonggi-do 462-714 KR 00-1A-A4 (hex) Future University-Hakodate 001AA4 (base 16) Future University-Hakodate 116-2 Kamedanakano-cho Hakodate Hokkaido 041-8655 JP 00-1A-9F (hex) A-Link Ltd 001A9F (base 16) A-Link Ltd Kylavainiontie 20 Espoo FI-02760 FI 00-1A-74 (hex) Procare International Co 001A74 (base 16) Procare International Co 5F, No.88, Jhouzih Street, Neihu District Taipei 114 TW 00-1A-BE (hex) COMPUTER HI-TECH INC. 001ABE (base 16) COMPUTER HI-TECH INC. HigashiUeno3-18-7 Taitoku Tokyo 110-0015 JP 00-1A-19 (hex) Computer Engineering Limited 001A19 (base 16) Computer Engineering Limited PO Box 493 Auckland AK 2340 NZ 00-1A-18 (hex) Advanced Simulation Technology inc. 001A18 (base 16) Advanced Simulation Technology inc. 500A Huntmar Park Drive Herndon VA 20170 US 00-1A-58 (hex) CCV Deutschland GmbH - Celectronic eHealth Div. 001A58 (base 16) CCV Deutschland GmbH - Celectronic eHealth Div. Gertraudenstrasse 18 Berlin D-10178 DE 00-1A-5E (hex) Thincom Technology Co.,Ltd 001A5E (base 16) Thincom Technology Co.,Ltd 17F-3, No.398, Huanbei Rd., Zhongli City Taoyuan Contry 320 TW 00-1A-5C (hex) Euchner GmbH+Co. KG 001A5C (base 16) Euchner GmbH+Co. KG Kohlhammerstraße 16 Leinfelden-Echterdingen BW 70771 DE 00-1A-5B (hex) NetCare Service Co., Ltd. 001A5B (base 16) NetCare Service Co., Ltd. 5-13-16 Shimizu, Asahi-ku Osaka 535-0021 JP 00-1A-24 (hex) Galaxy Telecom Technologies Ltd 001A24 (base 16) Galaxy Telecom Technologies Ltd No.25, The 1st Gaoxin Road Xi'an City Shannxi 710075 CN 00-1A-20 (hex) CMOTECH Co. Ltd. 001A20 (base 16) CMOTECH Co. Ltd. 5F Etronix Bldg. 17-10 Youngdungpo-Gu Seoul 150-874 KR 00-1A-4E (hex) NTI AG / LinMot 001A4E (base 16) NTI AG / LinMot Haerdlistrasse 15 Spreitenbach AG 8957 CH 00-1A-52 (hex) Meshlinx Wireless Inc. 001A52 (base 16) Meshlinx Wireless Inc. 1410 G Avenue, Suite T Plano Texas 75074 US 00-1A-13 (hex) Wanlida Group Co., LTD 001A13 (base 16) Wanlida Group Co., LTD Jiahe Road No.618 Xiamen Fujian 361006 CN 00-1A-0F (hex) Sistemas Avanzados de Control, S.A. 001A0F (base 16) Sistemas Avanzados de Control, S.A. calle Colquide 6 Las Rozas Madrid 28230 ES 00-1A-43 (hex) Logical Link Communications 001A43 (base 16) Logical Link Communications 1909 Central Drive Suite 205 Bedford TX 76021 US 00-1A-47 (hex) Agami Systems, Inc. 001A47 (base 16) Agami Systems, Inc. 1269 Innsbruck Drive Sunnyvale California 94089 US 00-1A-2D (hex) The Navvo Group 001A2D (base 16) The Navvo Group 4400 Baker Road Minnetonka MN 55343 US 00-1A-2F (hex) Cisco Systems, Inc 001A2F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-19-A9 (hex) Cisco Systems, Inc 0019A9 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-19-AE (hex) Hopling Technologies b.v. 0019AE (base 16) Hopling Technologies b.v. Camerastraat 10 Almere Flevoland 1322 BC NL 00-19-AF (hex) Rigol Technologies, Inc. 0019AF (base 16) Rigol Technologies, Inc. No. 156 Cai He Village, Sha He Town Beijing 102206 CN 00-19-DE (hex) MOBITEK 0019DE (base 16) MOBITEK 5F,No.60,Lane 321,Yang-Kwang Street Taipei 114 US 00-19-E5 (hex) Lynx Studio Technology, Inc. 0019E5 (base 16) Lynx Studio Technology, Inc. 1540 Barton Rd # 268 Redlands CA 92373 US 00-19-DB (hex) MICRO-STAR INTERNATIONAL CO., LTD. 0019DB (base 16) MICRO-STAR INTERNATIONAL CO., LTD. NO. 69, LI-DE ST. JUNG-HE CITY TAIPEI HSIEN 235 TW 00-1A-03 (hex) Angel Electronics Co., Ltd. 001A03 (base 16) Angel Electronics Co., Ltd. 17, Lane 134, Shou Shan Road, Tai Shan, Taipei 243 TW 00-19-F9 (hex) TDK-Lambda 0019F9 (base 16) TDK-Lambda 405 Essex Road Neptune NJ 07753 US 00-19-CE (hex) Progressive Gaming International 0019CE (base 16) Progressive Gaming International 920 Pilot Road Las Vegas NV 89119 US 00-19-BD (hex) New Media Life 0019BD (base 16) New Media Life Hea Ju Bild, 5F, 837-7, Yeoksam-dong Kangnam-gu Seoul 135-080 KR 00-19-F2 (hex) Teradyne K.K. 0019F2 (base 16) Teradyne K.K. 272-13, Heisei, Takaono Kikuchi-gun Kumamoto 869-1232 JP 00-19-A7 (hex) ITU-T 0019A7 (base 16) ITU-T Place des Nations Geneva 20 CH-1211 CH 00-19-9F (hex) DKT A/S 00199F (base 16) DKT A/S Fanoevej 6 Kr. Saaby DK-4060 DK 00-19-8D (hex) Ocean Optics, Inc. 00198D (base 16) Ocean Optics, Inc. 830 Douglas Ave Dunedin FL 34698 US 00-19-82 (hex) SmarDTV 001982 (base 16) SmarDTV Route de Genève 22 Cheseaux CH-1033 CH 00-19-85 (hex) IT Watchdogs, Inc 001985 (base 16) IT Watchdogs, Inc 12885 Research, Suite 210B Austin TX 78750 US 00-19-51 (hex) NETCONS, s.r.o. 001951 (base 16) NETCONS, s.r.o. Stara Vajnorska 37 Bratislava Slovakia 831 04 SK 00-19-57 (hex) Saafnet Canada Inc. 001957 (base 16) Saafnet Canada Inc. 107-1089 East Kent Ave (N) Vancouver BC V5X 4V9 CA 00-19-58 (hex) Bluetooth SIG, Inc. 001958 (base 16) Bluetooth SIG, Inc. 5209 Lake Washington Blvd NE Kirkland WA 98033 US 00-19-56 (hex) Cisco Systems, Inc 001956 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-19-6B (hex) Danpex Corporation 00196B (base 16) Danpex Corporation 2114 Ringwood Avenue San Jose California 95131 US 00-19-3D (hex) GMC Guardian Mobility Corp. 00193D (base 16) GMC Guardian Mobility Corp. Suite 200 Ottawa ON K2E 7Y8 CA 00-19-86 (hex) Cheng Hongjian 001986 (base 16) Cheng Hongjian Rm.2305B.Sege Plaza,Huaqiang North Rd., Shenzhen Guangdong 518057 US 00-19-9E (hex) Nifty 00199E (base 16) Nifty miwa4-2-22-105 Nagano 3800803 JP 00-19-6A (hex) MikroM GmbH 00196A (base 16) MikroM GmbH Dovestraße 1 Berlin 10587 DE 00-18-FF (hex) PowerQuattro Co. 0018FF (base 16) PowerQuattro Co. János u. 175. Budapest H-1161 HU 00-18-F4 (hex) EO TECHNICS Co., Ltd. 0018F4 (base 16) EO TECHNICS Co., Ltd. 91, Dongpyeon-ro Anyang Kyeonggi-Do 431-803 KR 00-18-FC (hex) Altec Electronic AG 0018FC (base 16) Altec Electronic AG Lenggenbachstrasse 3 Fahrweid Zürich CH-8951 CH 00-18-F6 (hex) Thomson Telecom Belgium 0018F6 (base 16) Thomson Telecom Belgium Prins Boudewijnlaan 47 Edegem Antwerp B-2650 BE 00-18-F5 (hex) Shenzhen Streaming Video Technology Company Limited 0018F5 (base 16) Shenzhen Streaming Video Technology Company Limited 5/F, Block 3, Software Part No.1, Keji Middle 2 Road, Shenzhen GaungDong 518057 CN 00-18-F9 (hex) VVOND, Inc. 0018F9 (base 16) VVOND, Inc. 3000 Bridge Parkway Redwood City CA 94065 US 00-19-3B (hex) LigoWave 00193B (base 16) LigoWave 138 Mountain Brook Drive Canton GA 30115 US 00-19-35 (hex) DUERR DENTAL AG 001935 (base 16) DUERR DENTAL AG Hoepfigheimer Strasse 17 Bietigheim-Bissingen Baden-Wuerttemberg 74321 DE 00-19-10 (hex) Knick Elektronische Messgeraete GmbH & Co. KG 001910 (base 16) Knick Elektronische Messgeraete GmbH & Co. KG Beuckestraße 22 Berlin 14163 DE 00-19-13 (hex) Chuang-Yi Network Equipment Co.Ltd. 001913 (base 16) Chuang-Yi Network Equipment Co.Ltd. 238 TianMuShan Rd., West Lake district HangZhou ZheJiang 310000 CN 00-18-FA (hex) Yushin Precision Equipment Co.,Ltd. 0018FA (base 16) Yushin Precision Equipment Co.,Ltd. 11-260 KOGAHONMACHI KYOTO 612-8492 JAP JP 00-18-EA (hex) Alltec GmbH 0018EA (base 16) Alltec GmbH An der Trave 27-31 Selmsdorf Mecklenburg-Vorpommern 23923 DE 00-18-E8 (hex) Hacetron Corporation 0018E8 (base 16) Hacetron Corporation No. 542, Yang-Mei, Tao-Yuan, 326 TW 00-19-14 (hex) Winix Co., Ltd 001914 (base 16) Winix Co., Ltd 363 Angade Bldg., Yangjae-dong Seoul 137-898 KR 00-19-06 (hex) Cisco Systems, Inc 001906 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-19-01 (hex) F1MEDIA 001901 (base 16) F1MEDIA 610, Keumkang Hightech ¥±, 138-1 Sangdaewon-Dong, Jungwon-Gu Seongnam-Si Gyeonggi-Do 462-707 KR 00-19-31 (hex) Balluff GmbH 001931 (base 16) Balluff GmbH Schurwaldstraße 9 Neuhausen BW 73765 DE 00-18-E3 (hex) Visualgate Systems, Inc. 0018E3 (base 16) Visualgate Systems, Inc. 64 Bakersfield Street Toronto Ontario M3J 2W7 CA 00-18-9F (hex) Lenntek Corporation 00189F (base 16) Lenntek Corporation 4F, 125 GuangMing 3rd. Road Jhu Bei Hsin Chu 302 TW 00-18-99 (hex) ShenZhen jieshun Science&Technology Industry CO,LTD. 001899 (base 16) ShenZhen jieshun Science&Technology Industry CO,LTD. China GuangDong state Shenzhen City Futian section NO17. Meilin Road Shenzhen GuangDong 518049 CN 00-18-6D (hex) Zhenjiang Sapphire Electronic Industry CO. 00186D (base 16) Zhenjiang Sapphire Electronic Industry CO. Wei San Road,Dingmao Develop Area zhenjiang jiangsu 212009 CN 00-18-6F (hex) Setha Industria Eletronica LTDA 00186F (base 16) Setha Industria Eletronica LTDA Rua Alvaro de Macedo 134 Rio de Janeiro RJ 21.250-620 BR 00-18-75 (hex) AnaCise Testnology Pte Ltd 001875 (base 16) AnaCise Testnology Pte Ltd 3 Bishan Place #02-06 579838 SG 00-18-C1 (hex) Almitec Informática e Comércio 0018C1 (base 16) Almitec Informática e Comércio 461, Francisco de Morais St. São Paulo 04714-010 BR 00-18-C4 (hex) Raba Technologies LLC 0018C4 (base 16) Raba Technologies LLC 8830 Stanford Blvd Suite 205 Columbia Maryland 21045 US 00-18-C9 (hex) EOps Technology Limited 0018C9 (base 16) EOps Technology Limited Room 2001, Fairmont House, Hong Kong HK 00-18-D8 (hex) ARCH METER Corporation 0018D8 (base 16) ARCH METER Corporation 4F, No.3-2, Industry E. Rd. Hsinchu TW 00-18-D9 (hex) Santosha Internatonal, Inc 0018D9 (base 16) Santosha Internatonal, Inc 3843 S. Bristol St. #242 Santa Ana CA 92704 US 00-18-CF (hex) Baldor Electric Company 0018CF (base 16) Baldor Electric Company 600 S. Zero St. Fort Smith AR 72901 US 00-18-BC (hex) ZAO NVP Bolid 0018BC (base 16) ZAO NVP Bolid Pionerskaya str., 4 Korolyov Moscow region 141070 RU 00-18-B7 (hex) D3 LED, LLC 0018B7 (base 16) D3 LED, LLC 380 Mountain Rd Union City NJ 07087 US 00-18-95 (hex) Hansun Technologies Inc. 001895 (base 16) Hansun Technologies Inc. Room 301, Building 103, Wangjingkejiyuan, Chaoyang District Beijing 100102 CN 00-18-83 (hex) FORMOSA21 INC. 001883 (base 16) FORMOSA21 INC. 8F-6, NO.351, CHUNG SHAN RD., SEC.2 TAIPEI 235 TW 00-18-8E (hex) Ekahau, Inc. 00188E (base 16) Ekahau, Inc. Hiilikatu 3 HELSINKI UUSIMAA 00180 FI 00-18-14 (hex) Mitutoyo Corporation 001814 (base 16) Mitutoyo Corporation 20-1, Sakado 1-chome, Takatsu-ku, Kawasaki-shi 213-8533 JP 00-18-17 (hex) D. E. Shaw Research, LLC 001817 (base 16) D. E. Shaw Research, LLC 120 W. 45th St., 33rd Floor New York NY 10036 US 00-18-11 (hex) Neuros Technology International, LLC. 001811 (base 16) Neuros Technology International, LLC. 650 W Lake St Chicago IL 60661 US 00-17-DE (hex) Advantage Six Ltd 0017DE (base 16) Advantage Six Ltd 208 George St OLDHAM Lancs OL2 8DR GB 00-17-D7 (hex) ION Geophysical Corporation Inc. 0017D7 (base 16) ION Geophysical Corporation Inc. 850 Dorothy Richardson Texas 75081 US 00-18-37 (hex) Universal ABIT Co., Ltd. 001837 (base 16) Universal ABIT Co., Ltd. 7F, No. 323 Yangguang St., Neihu Taipei 114 TW 00-18-22 (hex) CEC TELECOM CO.,LTD. 001822 (base 16) CEC TELECOM CO.,LTD. 10thFL.CEC Building,6 Zhongguancun South Street Beijing 100086 CN 00-18-20 (hex) w5networks 001820 (base 16) w5networks 48389 Fremont Blvd Fremont CA 94538 US 00-18-5D (hex) TAIGUEN TECHNOLOGY (SHEN-ZHEN) CO., LTD. 00185D (base 16) TAIGUEN TECHNOLOGY (SHEN-ZHEN) CO., LTD. No. 23, The Third Industrial Park of Xia Village, Shenzhen City, Guangdong, 815106 CN 00-18-5E (hex) Nexterm Inc. 00185E (base 16) Nexterm Inc. 1-12-3, Shibaura, Minato-ku, Tokyo 105-0023 JP 00-18-28 (hex) e2v technologies (UK) ltd. 001828 (base 16) e2v technologies (UK) ltd. 106 Waterhouse Lane Chelmsford Essex CM1 2QU GB 00-18-35 (hex) Thoratec / ITC 001835 (base 16) Thoratec / ITC 2656 Patton Road Roseville MN 55113 US 00-18-01 (hex) Actiontec Electronics, Inc 001801 (base 16) Actiontec Electronics, Inc 3301 Olcott St. Santa Clara CA 95054 US 00-17-F3 (hex) Harris Corporation 0017F3 (base 16) Harris Corporation 1025 West NASA Blvd Melbourne FL 32919 US 00-18-4A (hex) Catcher, Inc. 00184A (base 16) Catcher, Inc. 5864 Owens Ave. Carlsbad CA 92008 US 00-18-4B (hex) Las Vegas Gaming, Inc. 00184B (base 16) Las Vegas Gaming, Inc. 4000 West Ali Baba Lane, Suite D Las Vegas Nevada 89118 US 00-18-0E (hex) Avega Systems 00180E (base 16) Avega Systems 59 Victoria Street McMahons Point NSW 2060 AU 00-17-BC (hex) Touchtunes Music Corporation 0017BC (base 16) Touchtunes Music Corporation 3 Place du Commerce Montréal Québec H3E 1H7 CA 00-17-C1 (hex) CM Precision Technology LTD. 0017C1 (base 16) CM Precision Technology LTD. 2 Fl, No. 177, Chien-E Road, Chung-Ho City Taipei Hsien 235 TW 00-17-B2 (hex) SK Telesys 0017B2 (base 16) SK Telesys 4F, Kyungdong bldg, 4-4, Sunae-Dong, Pundang-Gu Sungnam-City Kunggi-Do 463-825 KR 00-17-B1 (hex) ACIST Medical Systems, Inc. 0017B1 (base 16) ACIST Medical Systems, Inc. 7450 Flying Cloud Drive Eden Prairie MN 55344 US 00-17-A3 (hex) MIX s.r.l. 0017A3 (base 16) MIX s.r.l. Via Caldera, 21 Milan I-20153 IT 00-17-A6 (hex) YOSIN ELECTRONICS CO., LTD. 0017A6 (base 16) YOSIN ELECTRONICS CO., LTD. 6F-2, No.17, Lan 174,Shin-Ming Road Taipei 114 TW 00-17-9C (hex) DEPRAG SCHULZ GMBH u. CO. 00179C (base 16) DEPRAG SCHULZ GMBH u. CO. Kurfürstenringg 12.18 Amberg Bayern 92224 DE 00-17-96 (hex) Rittmeyer AG 001796 (base 16) Rittmeyer AG Inwilerriedstrasse 57 Baar ZG CH-6341 CH 00-17-E1 (hex) DACOS Technologies Co., Ltd. 0017E1 (base 16) DACOS Technologies Co., Ltd. 104 Daeryung-Technotown III 448 SEOUL Keumcheon-Gu 153-772 KR 00-17-E0 (hex) Cisco Systems, Inc 0017E0 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-17-D2 (hex) THINLINX PTY LTD 0017D2 (base 16) THINLINX PTY LTD 31 Carwoola Crescent Mooloolaba Queensland 4557 AU 00-17-85 (hex) Sparr Electronics Ltd 001785 (base 16) Sparr Electronics Ltd Sparr Electronics Ltd Bangalore Karnataka 560054 IN 00-17-75 (hex) TTE Germany GmbH 001775 (base 16) TTE Germany GmbH Hermann-Schwer-Straße 3 Villingen-Schwenningen Baden-Württemberg 78048 DE 00-17-B8 (hex) NOVATRON CO., LTD. 0017B8 (base 16) NOVATRON CO., LTD. #601 polaris bldg., 15-3 jeongja-dong, bundang-gu Seong Nam Gyeonggi Do 463-811 KR 00-17-BB (hex) Syrinx Industrial Electronics 0017BB (base 16) Syrinx Industrial Electronics De Factorij 13 Zwaag Noord Holland 1689 AK NL 00-17-7C (hex) Smartlink Network Systems Limited 00177C (base 16) Smartlink Network Systems Limited L-7, Verna Electronic city Nagoa Goa 403 722 IN 00-17-81 (hex) Greystone Data System, Inc. 001781 (base 16) Greystone Data System, Inc. 40800 Encycopedia Circle Fremont CA 94538 US 00-17-8D (hex) Checkpoint Systems, Inc. 00178D (base 16) Checkpoint Systems, Inc. 101 Wolf Drive Thorofare NJ 08086 US 00-17-8E (hex) Gunnebo Cash Automation AB 00178E (base 16) Gunnebo Cash Automation AB Fabriksgatan 10 Göteborg 402 27 SE 00-17-C7 (hex) MARA Systems Consulting AB 0017C7 (base 16) MARA Systems Consulting AB Instrumentvägen 45 Stockholm 126 53 SE 00-17-5D (hex) Dongseo system. 00175D (base 16) Dongseo system. 974-21 Mansu-dong Namdong-gu Incheon In-Cheon 405-865 KR 00-17-50 (hex) GSI Group, MicroE Systems 001750 (base 16) GSI Group, MicroE Systems 8 Erie Drive Natick MA 01760 US 00-17-55 (hex) GE Security 001755 (base 16) GE Security 12345 SW Leveton Drive Tualatin OR 97062 US 00-17-1D (hex) DIGIT 00171D (base 16) DIGIT Via Pasteur , 1/3 S.Pietro Mosezzo NOVARA 28060 IT 00-17-18 (hex) Vansco Electronics Oy 001718 (base 16) Vansco Electronics Oy Tiilenlyojankatu 5 FORSSA 30101 FI 00-17-19 (hex) Audiocodes USA, Inc 001719 (base 16) Audiocodes USA, Inc 27 World's Fair Drive Somerset NJ 08873 US 00-17-76 (hex) Meso Scale Diagnostics, LLC 001776 (base 16) Meso Scale Diagnostics, LLC 9238 Gaither Rd. Gaithersburg MD 20877 US 00-17-79 (hex) QuickTel 001779 (base 16) QuickTel Cornishe El-Nile, Maasara Cairo 11743 EG 00-17-67 (hex) Earforce AS 001767 (base 16) Earforce AS P.O.Box 4 Bryne 4349 NO 00-17-39 (hex) Bright Headphone Electronics Company 001739 (base 16) Bright Headphone Electronics Company 8F, 109, Li De Street Chung Ho City Taipei County 235 TW 00-17-2C (hex) TAEJIN INFOTECH 00172C (base 16) TAEJIN INFOTECH 6F Woolim e-Biz Center, 170-5 Seoul 152-769 KR 00-17-51 (hex) Online Corporation 001751 (base 16) Online Corporation 22F-3, No. 398, Huan Pei Road, Chung Li Taoyuan 320 TW 00-17-4C (hex) Millipore 00174C (base 16) Millipore 1, rue Jacques Monod Guyancourt 78280 FR 00-17-11 (hex) GE Healthcare Bio-Sciences AB 001711 (base 16) GE Healthcare Bio-Sciences AB Björkgatan 30 Uppsala SE 75184 SE 00-17-45 (hex) INNOTZ CO., Ltd 001745 (base 16) INNOTZ CO., Ltd 14F, Prime Center 546-4 Guui-Dong Kwanggin-Gu Seoul Seoul KR 00-17-48 (hex) Neokoros Brasil Ltda 001748 (base 16) Neokoros Brasil Ltda Rua 86, numero 501, Setor Sul Goiania Goias 74083-330 BR 00-17-63 (hex) Essentia S.p.A. 001763 (base 16) Essentia S.p.A. Via G.B. Vico, 29 Cella (RE) Reggio Emilia 42040 IT 00-17-01 (hex) KDE, Inc. 001701 (base 16) KDE, Inc. KDE TOWN, 42-7, Mangwol-dong Hanam Gyeonggi-do 465-150 KR 00-16-F6 (hex) Video Products Group 0016F6 (base 16) Video Products Group 1600 Emerson Avenue Oxnard California 93033 US 00-16-EE (hex) Royaldigital Inc. 0016EE (base 16) Royaldigital Inc. 8F., No.308, Sec.1, Neihu Rd. Taipei City 114 TW 00-16-DE (hex) FAST Inc 0016DE (base 16) FAST Inc 905 Honeyspot Rd Stratford CT 06615 US 00-16-DA (hex) Futronic Technology Co. Ltd. 0016DA (base 16) Futronic Technology Co. Ltd. Room 1016A, 10/F., Profit Ind. Bldg., Kwai Chung 00000 HK 00-16-D4 (hex) Compal Communications, Inc. 0016D4 (base 16) Compal Communications, Inc. 7th, FL, No. 319, Sec. 4, Pa-Teh rd. Taipei 886 TW 00-16-D7 (hex) Sunways AG 0016D7 (base 16) Sunways AG Macairestraße 3-5 Konstanz Baden-Württemberg 78467 DE 00-16-FF (hex) Wamin Optocomm Mfg Corp 0016FF (base 16) Wamin Optocomm Mfg Corp No. 239 Qiaohe Road Zhonghe City Taipei County 235 TW 00-16-D1 (hex) ZAT a.s. 0016D1 (base 16) ZAT a.s. K Podlesi 541 Pribram VI 26180 CZ 00-16-C5 (hex) Shenzhen Xing Feng Industry Co.,Ltd 0016C5 (base 16) Shenzhen Xing Feng Industry Co.,Ltd Floor 1 - 4, Block 25, Hongtian Jinyuan Industrial, Shenzhen GuangDong 86 CN 00-16-CC (hex) Xcute Mobile Corp. 0016CC (base 16) Xcute Mobile Corp. 3F. No.25, Ally15, Lane 120, Sec.1, Neihu Rd. Taipei 114 TW 00-17-17 (hex) Leica Geosystems AG 001717 (base 16) Leica Geosystems AG Heinrich Wild Strasse Heerbrugg St. Gallen CH-9435 CH 00-17-15 (hex) Qstik 001715 (base 16) Qstik Cartel Business Estate Harlow Essex CM20 2TT GB 00-17-0E (hex) Cisco Systems, Inc 00170E (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-17-05 (hex) Methode Electronics 001705 (base 16) Methode Electronics 7401 W. Wilson Chicago IL 60706 US 00-16-AA (hex) Kei Communication Technology Inc. 0016AA (base 16) Kei Communication Technology Inc. 8-BAN CHUOU KOBE HYOGO 650-0024 JP 00-16-A8 (hex) CWT CO., LTD. 0016A8 (base 16) CWT CO., LTD. 10F No. 74 Sec. 1 Chung-Hua Rd. Taipei 108 TW 00-16-A6 (hex) Dovado FZ-LLC 0016A6 (base 16) Dovado FZ-LLC Al-Thuraya Tower 1, office 504 Dubai AE 00-16-ED (hex) Utility, Inc 0016ED (base 16) Utility, Inc 250 E Ponce de Leon Ave Suite 700 Decatur GA 30030 US 00-16-C7 (hex) Cisco Systems, Inc 0016C7 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-16-71 (hex) Symphox Information Co. 001671 (base 16) Symphox Information Co. 15F, No. 51, Sec. 3, Minsheng E. Road Taipei City 104 TW 00-16-69 (hex) MRV Communication (Networks) LTD 001669 (base 16) MRV Communication (Networks) LTD P.O Box 614 Yokneam 20692 US 00-16-68 (hex) Eishin Electronics 001668 (base 16) Eishin Electronics Nishiku Miyashita 1-19 Kobe City Hyogo Prefecture 651-2146 JP 00-16-40 (hex) Asmobile Communication Inc. 001640 (base 16) Asmobile Communication Inc. No.11 Lane 120, Li-Te Rd., Peitou 112, Taipei, Taiwan, R.O.C Taipei 112 TW 00-16-3C (hex) Rebox B.V. 00163C (base 16) Rebox B.V. Hendrik Figeeweg 1X Haarlem Noord-Holland 2031 BJ NL 00-16-7D (hex) Sky-Line Information Co., Ltd. 00167D (base 16) Sky-Line Information Co., Ltd. 8F.,No.38,Sihyuan Rd., Sinihuang Taipei 242 TW 00-16-77 (hex) Bihl + Wiedemann GmbH 001677 (base 16) Bihl + Wiedemann GmbH Flosswoerthstr 41 Mannheim 68199 DE 00-16-55 (hex) FUHO TECHNOLOGY Co., LTD 001655 (base 16) FUHO TECHNOLOGY Co., LTD No. 30, Lane 726, Jinma Rd, Sec. 3 Chang Hua 500 TW 00-16-46 (hex) Cisco Systems, Inc 001646 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-16-48 (hex) SSD Company Limited 001648 (base 16) SSD Company Limited 3-3-4 Higashiyagura Kusatsu-city Shiga 525-0054 JP 00-16-72 (hex) Zenway enterprise ltd 001672 (base 16) Zenway enterprise ltd 6F., No.20, Lane 150, Jhongsing Rd., Sijhih City Taipei 886 TW 00-16-5A (hex) Harman Specialty Group 00165A (base 16) Harman Specialty Group 3 Oak Park Drive Bedford MA 01730 US 00-16-59 (hex) Z.M.P. RADWAG 001659 (base 16) Z.M.P. RADWAG Bracka 28 street RADOM Mazowieckie 26-600 PL 00-16-A2 (hex) CentraLite Systems, Inc. 0016A2 (base 16) CentraLite Systems, Inc. 6420 Wall Street Mobile AL 36695 US 00-16-95 (hex) AVC Technology (International) Limited 001695 (base 16) AVC Technology (International) Limited 6/F Enterprise Square III Kowloon Bay HK 00-15-D8 (hex) Interlink Electronics 0015D8 (base 16) Interlink Electronics 546 Flynn Road Camarillo CA 93012 US 00-15-D4 (hex) Emitor AB 0015D4 (base 16) Emitor AB Sjöviksbacken 14 Stockholm 117 43 SE 00-15-D5 (hex) NICEVT 0015D5 (base 16) NICEVT Warshawskoe shosse 125 Moscow 117405 RU 00-16-0C (hex) LPL DEVELOPMENT S.A. DE C.V 00160C (base 16) LPL DEVELOPMENT S.A. DE C.V LAGO GINEBRA 380 P3 D.F. 11480 MX 00-16-12 (hex) Otsuka Electronics Co., Ltd. 001612 (base 16) Otsuka Electronics Co., Ltd. 1-10 Sasagaoka, Minakuchi kouka shiga 528-0061 US 00-16-0B (hex) TVWorks LLC 00160B (base 16) TVWorks LLC Two Belvedere Place, #200 Mill Valley CA 94941 US 00-16-03 (hex) COOLKSKY Co., LTD 001603 (base 16) COOLKSKY Co., LTD Shingsung offcetel A511, 1588-1 Secho Seoul 137-070 KR 00-15-EA (hex) Tellumat (Pty) Ltd 0015EA (base 16) Tellumat (Pty) Ltd 64/74 White Road Cape Town Western Province 7945 ZA 00-15-E2 (hex) Dr.Ing. Herbert Knauer GmbH 0015E2 (base 16) Dr.Ing. Herbert Knauer GmbH Hegauer Weg 38 Berlin 14163 DE 00-15-E1 (hex) Picochip Ltd 0015E1 (base 16) Picochip Ltd Upper Borough Court Bath BA1 1RG GB 00-15-DF (hex) Clivet S.p.A. 0015DF (base 16) Clivet S.p.A. via Camp Lonc 25 Feltre Belluno 32030 IT 00-16-1D (hex) Innovative Wireless Technologies, Inc. 00161D (base 16) Innovative Wireless Technologies, Inc. 1047 Vista Park Dr. Forest VA 24551 US 00-16-11 (hex) Altecon Srl 001611 (base 16) Altecon Srl Via F.lli Cairoli, 17 Lissone Milano 20035 IT 00-16-09 (hex) Unitech electronics co., ltd. 001609 (base 16) Unitech electronics co., ltd. 5F,No.136,Lane 235 ,Pao-chiao Rd., Hsin-Tien city Taipei Hsien 231 TW 00-15-F5 (hex) Sustainable Energy Systems 0015F5 (base 16) Sustainable Energy Systems #500, 609 14th Street NW Calgary Ab T2T 1P3 CA 00-15-F1 (hex) KYLINK Communications Corp. 0015F1 (base 16) KYLINK Communications Corp. 8F-8, No. 351, Sec. 2, Zhongshan Rd., Zhonghe City 23504 TW 00-16-23 (hex) Interval Media 001623 (base 16) Interval Media 3200 Ash Street Palo Alto CA 94306 US 00-16-19 (hex) Lancelan Technologies S.L. 001619 (base 16) Lancelan Technologies S.L. C/Angel Guimera 208 bis Terrassa Barcelona 08223 ES 00-16-25 (hex) Impinj, Inc. 001625 (base 16) Impinj, Inc. 400 Fairview Ave N, Suite 1200 Seattle WA 98109 US 00-15-86 (hex) Xiamen Overseas Chinese Electronic Co., Ltd. 001586 (base 16) Xiamen Overseas Chinese Electronic Co., Ltd. No. 22, Huli Street, Xiamen Fujian 361006 CN 00-15-7E (hex) Weidmüller Interface GmbH & Co. KG 00157E (base 16) Weidmüller Interface GmbH & Co. KG Klingenbergstraße 16 Detmold 32758 DE 00-15-80 (hex) U-WAY CORPORATION 001580 (base 16) U-WAY CORPORATION 3F-2, NO. 125, LANE 235, PAO-CHIAO HSINTIEN CITY TAIPEI HSIEN 231 TW 00-15-7C (hex) Dave Networks, Inc. 00157C (base 16) Dave Networks, Inc. 2151 O'tool Avenue San Jose CA 95131 US 00-15-7F (hex) ChuanG International Holding CO.,LTD. 00157F (base 16) ChuanG International Holding CO.,LTD. 1F, NO.12, Alley 1, Lane 125, Guolian Street 4Lirn, Wuhan Village Taoyuan Longtan 325 US 00-15-B3 (hex) Caretech AB 0015B3 (base 16) Caretech AB Nyborgsvägen 197 Kalix 95291 SE 00-15-AA (hex) Rextechnik International Co., 0015AA (base 16) Rextechnik International Co., Room 5-3, No.51, Section 2, Keelung Road Taipei 110 TW 00-15-A6 (hex) Digital Electronics Products Ltd. 0015A6 (base 16) Digital Electronics Products Ltd. Room 301, 3 rd Floor, Tsun Yip Centre Kwun Tong 852 HK 00-15-9D (hex) Tripp Lite 00159D (base 16) Tripp Lite 1111 W 35th Street Chicago IL 60609 US 00-15-D6 (hex) OSLiNK Sp. z o.o. 0015D6 (base 16) OSLiNK Sp. z o.o. ul. Marsa 27 Gdansk 80299 PL 00-15-92 (hex) Facom UK Ltd (Melksham) 001592 (base 16) Facom UK Ltd (Melksham) Lancaster House Melksham Wiltshire SN104FB US 00-15-8B (hex) Park Air Systems Ltd 00158B (base 16) Park Air Systems Ltd Northfields Peterborough PE6 8UE GB 00-15-76 (hex) LABiTec - Labor Biomedical Technologies GmbH 001576 (base 16) LABiTec - Labor Biomedical Technologies GmbH An der Strusbek 6 DE 00-15-BE (hex) Iqua Ltd. 0015BE (base 16) Iqua Ltd. Hyvoninkatu 1 Salo Varsinais-Suomi 24240 US 00-15-C7 (hex) Cisco Systems, Inc 0015C7 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-15-5E (hex) Morgan Stanley 00155E (base 16) Morgan Stanley 750 7th Avenue New York NY 10019 US 00-15-0B (hex) SAGE INFOTECH LTD. 00150B (base 16) SAGE INFOTECH LTD. 3F, No30, INDUSTRY E. 9TH RD.,SCIENCE-BASED HSIN-CHU TAIWAN 300 TW 00-15-07 (hex) Renaissance Learning Inc 001507 (base 16) Renaissance Learning Inc 2911 Peach Street Wisconsin Rapids Wisconsin 54494 US 00-15-08 (hex) Global Target Enterprise Inc 001508 (base 16) Global Target Enterprise Inc 5F, No. 186, Sec. 2, Chung-Hsing Rd., Hsin Tien, Taipei county 231 TW 00-15-02 (hex) BETA tech 001502 (base 16) BETA tech 15 rue d'apollo L'UNION 31240 FR 00-14-FD (hex) Thecus Technology Corp. 0014FD (base 16) Thecus Technology Corp. 15F.,No. 79,Sec. 1,Sintai 5th RD., Sijhih City Taipei County 221 TW 00-14-FC (hex) Extandon, Inc. 0014FC (base 16) Extandon, Inc. 39350 Civic Center Drive Ste. 160 Fremont CA 94538 US 00-14-F8 (hex) Scientific Atlanta 0014F8 (base 16) Scientific Atlanta 5030 Sugarloaf Parkway Lawrenceville Ga 30042 US 00-14-F7 (hex) CREVIS Co., LTD 0014F7 (base 16) CREVIS Co., LTD 157-1, Hagal-Dong Youngin Kyungki 446930 KR 00-15-15 (hex) Leipold+Co.GmbH 001515 (base 16) Leipold+Co.GmbH Kreuzwiese 12 Rockenhausen RLP D-67806 DE 00-15-0F (hex) mingjong 00150F (base 16) mingjong 8F,NO.1,LANE 16,SZE CHUAN ROAD,SEC.2,PANCHIAO CITY. TAIPEI 220 TW 00-15-5C (hex) Dresser Wayne 00155C (base 16) Dresser Wayne 3814 Jarrett Way Austin Texas 78728 US 00-15-59 (hex) Securaplane Technologies, Inc. 001559 (base 16) Securaplane Technologies, Inc. 10800 N. Mavinee Dr. Tucson AZ 85737 US 00-15-57 (hex) Olivetti 001557 (base 16) Olivetti Via Jervis 77 Ivrea Torino 10015 IT 00-15-54 (hex) Atalum Wireless S.A. 001554 (base 16) Atalum Wireless S.A. C/ Orellana 5, 1º I Madrid 28004 ES 00-15-3B (hex) EMH metering GmbH & Co. KG 00153B (base 16) EMH metering GmbH & Co. KG Neu- Galliner Weg 1 Mecklenburg-Vorpommern DE 00-15-37 (hex) Ventus Networks 001537 (base 16) Ventus Networks 800 Connecticut Ave Norwalk CT 06854 US 00-15-33 (hex) NADAM.CO.,LTD 001533 (base 16) NADAM.CO.,LTD #91-3 Wangrim-Li Hwaseong Gyeonggi 445-895 KR 00-15-34 (hex) A Beltrónica-Companhia de Comunicações, Lda 001534 (base 16) A Beltrónica-Companhia de Comunicações, Lda Rua Dr. José Baptista de Sousa, 27 Lisbon 1549-002 Lis PT 00-15-3F (hex) Alcatel Alenia Space Italia 00153F (base 16) Alcatel Alenia Space Italia Strada Padana Superiore 290 Vimodrone MI 20090 IT 00-15-18 (hex) Shenzhen 10MOONS Technology Development CO.,Ltd 001518 (base 16) Shenzhen 10MOONS Technology Development CO.,Ltd Add:3F,Huaxing building, QiaoXiang road, shenzhen guangdong 518053 CN 00-15-26 (hex) Remote Technologies Inc 001526 (base 16) Remote Technologies Inc 5775 12th Ave E, Suite 180 Shakopee MN 55379 US 00-14-F1 (hex) Cisco Systems, Inc 0014F1 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-14-EA (hex) S Digm Inc. (Safe Paradigm Inc.) 0014EA (base 16) S Digm Inc. (Safe Paradigm Inc.) 5F, Shin-an Bldg. 89-8, Songpa-Gu Seoul 138-201 KR 00-14-E5 (hex) Alticast 0014E5 (base 16) Alticast 16th floor, Nara Bldg, 1328-3 Seoul 137-070 KR 00-14-9F (hex) System and Chips, Inc. 00149F (base 16) System and Chips, Inc. 4F,No. 1, Lane 50, NanKang Road, Section 3, Taipei 115 TW 00-14-B3 (hex) CoreStar International Corp 0014B3 (base 16) CoreStar International Corp 1044 Sandy Hill Rd Irwin PA 15642 US 00-14-B1 (hex) Axell Wireless Limited 0014B1 (base 16) Axell Wireless Limited Aerial HOuse Chesham Buckinghamshire HP5 2QD GB 00-14-E0 (hex) LET'S Corporation 0014E0 (base 16) LET'S Corporation Bancho Bldg. 4F, 2-18-20 Marunouchi, Naka Nagoya Aichi 460-0002 JP 00-14-E2 (hex) datacom systems inc. 0014E2 (base 16) datacom systems inc. 9 adler drive east syracuse n.y. 13057 US 00-14-E4 (hex) infinias, LLC 0014E4 (base 16) infinias, LLC 857 West Carmel Drive Carmel IN 46032 US 00-14-CC (hex) Zetec, Inc. 0014CC (base 16) Zetec, Inc. 8226 Bracken Place SE Snoqualmie WA 98065 US 00-14-CB (hex) LifeSync Corporation 0014CB (base 16) LifeSync Corporation 1 E Broward Boulevard, Suite 1701 Fort Lauderdale Florida 33301 US 00-14-C6 (hex) Quixant Ltd 0014C6 (base 16) Quixant Ltd 61A Mount Pleasant England Kent TN16 3TP GB 00-14-98 (hex) Viking Design Technology 001498 (base 16) Viking Design Technology 2F, No.2, Lane 42, Taipei 111 TW 00-14-96 (hex) Phonic Corp. 001496 (base 16) Phonic Corp. 12thFl, 59 Tung Hsing Rd Taipei 110 TW 00-14-93 (hex) Systimax Solutions 001493 (base 16) Systimax Solutions 1300 E Lookout Drive Richardson Texas 75082 US 00-14-DB (hex) Elma Trenew Electronic GmbH 0014DB (base 16) Elma Trenew Electronic GmbH Stuttgarter Straße 11 Pforzheim 75179 DE 00-14-3A (hex) RAYTALK INTERNATIONAL SRL 00143A (base 16) RAYTALK INTERNATIONAL SRL St. Marecchia 79 Verucchio (RN) 47826 IT 00-14-36 (hex) Qwerty Elektronik AB 001436 (base 16) Qwerty Elektronik AB Gryt 44 Ösmo 610 60 SE 00-14-6B (hex) Anagran, Inc. 00146B (base 16) Anagran, Inc. 580 North Pastoria Av Sunnyvale CA 94085 US 00-14-61 (hex) CORONA CORPORATION 001461 (base 16) CORONA CORPORATION 7-7, HIGASHI-SHINBO SANJO-SHI NIIGATA 955-8510 JP 00-14-62 (hex) Digiwell Technology, inc 001462 (base 16) Digiwell Technology, inc 4F, No.1, Prosperity 1st Road Hsinchu Science Park 300 TW 00-14-63 (hex) IDCS N.V. 001463 (base 16) IDCS N.V. Hellebeemden 9 Hasselt Limburg 3500 BE 00-14-65 (hex) Novo Nordisk A/S 001465 (base 16) Novo Nordisk A/S Novo Alle Bagsvaerd 2880 DK 00-14-74 (hex) K40 Electronics 001474 (base 16) K40 Electronics 600 Tollgate Rd. Unit A Elgin IL 60123 US 00-14-6F (hex) Kohler Co 00146F (base 16) Kohler Co 444 Highland Drive Kohler WI 53044 US 00-14-66 (hex) Kleinhenz Elektronik GmbH 001466 (base 16) Kleinhenz Elektronik GmbH Greinerberg 14 Munich 81371 DE 00-14-7F (hex) Thomson Telecom Belgium 00147F (base 16) Thomson Telecom Belgium Prins Boudewijnlaan 47 Edegem Antwerp B-2650 BE 00-14-75 (hex) Wiline Networks, Inc. 001475 (base 16) Wiline Networks, Inc. 741 Alexander Rd Princeton NJ 08540 US 00-14-86 (hex) Echo Digital Audio Corporation 001486 (base 16) Echo Digital Audio Corporation 402 E Carrillo St Santa Barbara CA 93101 US 00-14-82 (hex) Aurora Networks 001482 (base 16) Aurora Networks 5400 Betsy Ross Drive Santa Clara CA 95054 US 00-14-55 (hex) Coder Electronics Corporation 001455 (base 16) Coder Electronics Corporation Takeda Bldg, 1-30-6 Shirasagi, Nakano-ku Tokyo 165-0035 JP 00-14-4E (hex) SRISA 00144E (base 16) SRISA 36/1, Nakhimovskiy pr-t Moscow 117218 RU 00-14-8D (hex) Cubic Defense Simulation Systems 00148D (base 16) Cubic Defense Simulation Systems 2001 W. Oakridge Road Orlando FL 32809 US 00-14-3D (hex) Aevoe Inc. 00143D (base 16) Aevoe Inc. 11F, No 23, Keelung Road Taipei HsinYi District 110 TW 00-14-15 (hex) Intec Automation inc. 001415 (base 16) Intec Automation inc. 2751 Arbutus Rd. Victoria British Columbia V8N 5X7 CA 00-14-10 (hex) Suzhou Keda Technology CO.,Ltd 001410 (base 16) Suzhou Keda Technology CO.,Ltd 131,Jinshan Road Suzhou JiangSu 215011 CN 00-14-17 (hex) RSE Informations Technologie GmbH 001417 (base 16) RSE Informations Technologie GmbH Silberbergstrasse 9 Wolfsberg Kärnten 9400 AT 00-14-33 (hex) Empower Technologies(Canada) Inc. 001433 (base 16) Empower Technologies(Canada) Inc. Unit 405 - 5600 Parkwood Way, Richmond British Columbia V6V 2M2 CA 00-14-34 (hex) Keri Systems, Inc 001434 (base 16) Keri Systems, Inc 2305 Bering Dr San Jose CA 95131 US 00-13-DE (hex) Adapt4, LLC 0013DE (base 16) Adapt4, LLC 1050 W Nasa Blvd, Melbourne FL 32901 US 00-13-DD (hex) Abbott Diagnostics 0013DD (base 16) Abbott Diagnostics 5440 Patrick Henry Drive Santa Clara CA 95054 US 00-13-D7 (hex) SPIDCOM Technologies SA 0013D7 (base 16) SPIDCOM Technologies SA 137 avenue du General LECLERC BOURG LA REINE 92340 FR 00-13-C7 (hex) IONOS Co.,Ltd. 0013C7 (base 16) IONOS Co.,Ltd. 1-36-18 Miyasaka Setagaya-ku Tokyo 156-0051 JP 00-14-23 (hex) J-S Co. NEUROCOM 001423 (base 16) J-S Co. NEUROCOM Energeticheskii proezd, 6 Moscow 111250 RU 00-14-25 (hex) Galactic Computing Corp. 001425 (base 16) Galactic Computing Corp. 1/F Chai Wan District HK 00-14-19 (hex) SIDSA 001419 (base 16) SIDSA PTM - TORRES QUEVEDO 1 TRES CANTOS MADRID 28760 ES 00-13-EE (hex) JBX Designs Inc. 0013EE (base 16) JBX Designs Inc. PO Box 970158 Boca Raton FL 33497 US 00-13-E5 (hex) TENOSYS, INC. 0013E5 (base 16) TENOSYS, INC. Seojin B/D, 1564-1, Seocho-dong, Seoul 137-070 KR 00-13-E2 (hex) GeoVision Inc. 0013E2 (base 16) GeoVision Inc. 9F.,No.246,Sec.1, Taipei 114 TW 00-14-02 (hex) kk-electronic a/s 001402 (base 16) kk-electronic a/s Cypresvej 6 Herning 7400 DK 00-13-FF (hex) Dage-MTI of MC, Inc. 0013FF (base 16) Dage-MTI of MC, Inc. 701 N. Roeske Ave. Michigan City IN 46360 US 00-13-BC (hex) Artimi Ltd 0013BC (base 16) Artimi Ltd Betjeman House Cambridge Cambridgeshire CB2 1LQ GB 00-14-08 (hex) Eka Systems Inc. 001408 (base 16) Eka Systems Inc. 20251 Century Blvd Germantown MD 20874 US 00-13-A7 (hex) BATTELLE MEMORIAL INSTITUTE 0013A7 (base 16) BATTELLE MEMORIAL INSTITUTE 505 KING AVE COLUMBUS OHIO 43201 US 00-13-A6 (hex) Extricom Ltd 0013A6 (base 16) Extricom Ltd Glil Yam Herzlia 46905 IL 00-13-A2 (hex) MaxStream, Inc 0013A2 (base 16) MaxStream, Inc 355 South 520 West Suite 180 Lindon Ut 84042 US 00-13-9F (hex) Electronics Design Services, Co., Ltd. 00139F (base 16) Electronics Design Services, Co., Ltd. 5-10-20 Tokumaru Itabashi-ku Tokyo 175-0083 JP 00-13-A0 (hex) ALGOSYSTEM Co., Ltd. 0013A0 (base 16) ALGOSYSTEM Co., Ltd. 656 kobirao mihara-cho sakai osaka 587-0021 JP 00-13-98 (hex) TrafficSim Co.,Ltd 001398 (base 16) TrafficSim Co.,Ltd 23-9 Mita-biru 2F, Chiyoda 3-chome Aichi Non 460-0012 JP 00-13-9B (hex) ioIMAGE Ltd. 00139B (base 16) ioIMAGE Ltd. 3 Maskit Street Herzliya Pituach IL 46733 IL 00-13-96 (hex) Acbel Polytech Inc. 001396 (base 16) Acbel Polytech Inc. No.159,Sec.3, Tam-King Rd., Tamsui Taipei 251 TW 00-13-93 (hex) Panta Systems, Inc. 001393 (base 16) Panta Systems, Inc. 20450 Stevens Creek Blvd. Cupertino California 95014 US 00-13-8B (hex) Phantom Technologies LLC 00138B (base 16) Phantom Technologies LLC 7825 Fay Avenue, Suite 200 La Jolla CA 92037 US 00-13-88 (hex) WiMedia Alliance 001388 (base 16) WiMedia Alliance 2400 Camino Ramon San Ramon CA 94583 US 00-13-6E (hex) Techmetro Corp. 00136E (base 16) Techmetro Corp. 4F. Dongam B/D., 264-5, YangJae-Dong Seoul 137-130 KR 00-13-6D (hex) Tentaculus AB 00136D (base 16) Tentaculus AB Studiegangen 3 Ostersund Jamtland SE - 831 40 SE 00-13-6A (hex) Hach Lange Sarl 00136A (base 16) Hach Lange Sarl 6, route de Compois VESENAZ GENEVA 1222 CH 00-13-B2 (hex) Carallon Limited 0013B2 (base 16) Carallon Limited Studio G20 Shepherds Building London W14 0DA GB 00-13-AD (hex) Sendo Ltd 0013AD (base 16) Sendo Ltd Hatchford Brook Birmingham West Midlands B26 3RZ GB 00-13-AA (hex) ALS & TEC Ltd. 0013AA (base 16) ALS & TEC Ltd. 6 B. Kazachya str. Saratov Saratov region 410600 RU 00-13-A4 (hex) KeyEye Communications 0013A4 (base 16) KeyEye Communications 9785 Goethe Sacramento CA 95827 US 00-13-4D (hex) Inepro BV 00134D (base 16) Inepro BV Pondweg 7 Nieuw- Vennep NL 00-13-4B (hex) ToGoldenNet Technology Inc. 00134B (base 16) ToGoldenNet Technology Inc. 5F-1 No.25,Pu-ding., Hsin-Chu 300 TW 00-13-84 (hex) Advanced Motion Controls 001384 (base 16) Advanced Motion Controls 3805 Calle Tecate Camarillo California 93012 US 00-13-7B (hex) Movon Corporation 00137B (base 16) Movon Corporation 5th, Hyunjuk B/D Seoul 135-092 KR 00-13-53 (hex) HYDAC Filtertechnik GMBH 001353 (base 16) HYDAC Filtertechnik GMBH Industriegebiet Sulzbach/Saar Saarland 66280 DE 00-13-63 (hex) Verascape, Inc. 001363 (base 16) Verascape, Inc. 1101 31st St., Suite #190 Downers Grove IL 60515 US 00-13-03 (hex) GateConnect 001303 (base 16) GateConnect Eisenhutweg 69 12487 Berlin 12487 DE 00-13-04 (hex) Flaircomm Technologies Co. LTD 001304 (base 16) Flaircomm Technologies Co. LTD 2088 Huashan Road Shanghai 200030 CN 00-12-F9 (hex) URYU SEISAKU, LTD. 0012F9 (base 16) URYU SEISAKU, LTD. 1-2-11 HIGASHINARI-KU OSAKA 537-0002 JP 00-12-F3 (hex) connectBlue AB 0012F3 (base 16) connectBlue AB Norra Vallgatan 64 Malmoe SE-211 22 SE 00-13-37 (hex) Orient Power Home Network Ltd. 001337 (base 16) Orient Power Home Network Ltd. 307 Harbour Centre, Tower 1, HK 00-13-34 (hex) Arkados, Inc. 001334 (base 16) Arkados, Inc. 948 US HWY 22 North Plainfield NJ 07060 US 00-13-32 (hex) Beijing Topsec Network Security Technology Co., Ltd. 001332 (base 16) Beijing Topsec Network Security Technology Co., Ltd. Huakong Tower Haidian District Beijing 100085 CN 00-13-1F (hex) NxtPhase T&D, Corp. 00131F (base 16) NxtPhase T&D, Corp. 3040 E. Broadway Vancouver BC V5M 1Z4 CA 00-12-DC (hex) SunCorp Industrial Limited 0012DC (base 16) SunCorp Industrial Limited No.68 Guowei Road, Liantang Industrial District, Shenzhen, CN 00-12-FF (hex) Lely Industries N.V. 0012FF (base 16) Lely Industries N.V. Weverskade 110 Maassluis Zuid-Holland 3147PA NL 00-13-3A (hex) VadaTech Inc. 00133A (base 16) VadaTech Inc. 11540 S. Eastern Avenue Henderson Nevada 89052 US 00-13-2A (hex) Sitronics Telecom Solutions 00132A (base 16) Sitronics Telecom Solutions Michelska 60 Prague Prague 4 - Michle 140 00 CZ 00-12-E5 (hex) Time America, Inc. 0012E5 (base 16) Time America, Inc. 51 W. 3rd Street #310 Tempe AZ 85281 US 00-13-0E (hex) Focusrite Audio Engineering Limited 00130E (base 16) Focusrite Audio Engineering Limited 19 Lincoln Road High Wycombe Bucks HP12 3FX GB 00-13-09 (hex) Ocean Broadband Networks 001309 (base 16) Ocean Broadband Networks 2078 Walsh Ave, Suite B Santa Clara California 95050 US 00-13-19 (hex) Cisco Systems, Inc 001319 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-13-1C (hex) LiteTouch, Inc. 00131C (base 16) LiteTouch, Inc. 3400 South West Temple Salt Lake City UT 84115 US 00-13-4A (hex) Engim, Inc. 00134A (base 16) Engim, Inc. 40 Nagog Park Acton MA 01720 US 00-12-D7 (hex) Invento Networks, Inc. 0012D7 (base 16) Invento Networks, Inc. 377 Simarano Drive Marlborough MA 01752 US 00-12-C4 (hex) Viseon, Inc. 0012C4 (base 16) Viseon, Inc. 8445 Freeport Parkway Irving Texas 75063 US 00-12-93 (hex) GE Energy 001293 (base 16) GE Energy 1501 Roanoke Blvd. Salem VA 24153 US 00-12-94 (hex) SUMITOMO ELECTRIC DEVICE INNOVATIONS, INC 001294 (base 16) SUMITOMO ELECTRIC DEVICE INNOVATIONS, INC 1000 Kamisukiawara,Showa-cho Nakakoma-gun Yamanashi 409-3883 JP 00-12-96 (hex) Addlogix 001296 (base 16) Addlogix 459 Wald Irvine CA 92618 US 00-12-B3 (hex) Advance Wireless Technology Corp. 0012B3 (base 16) Advance Wireless Technology Corp. 12F No. 27-6, Sec. 2, Chung Cheng East Road Tamshui 251 TW 00-12-B0 (hex) Efore Oyj (Plc) 0012B0 (base 16) Efore Oyj (Plc) Quartetto Business Park Espoo FI - 02600 FI 00-12-7F (hex) Cisco Systems, Inc 00127F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-12-A6 (hex) Dolby Australia 0012A6 (base 16) Dolby Australia Level 6 Surry Hills NSW 2010 AU 00-12-A4 (hex) ThingMagic, LLC 0012A4 (base 16) ThingMagic, LLC One Broadway Cambridge MA 02142 US 00-12-A9 (hex) 3Com Ltd 0012A9 (base 16) 3Com Ltd Peoplebuilding 2 Hemel Hempstead Herts HP2 4NW GB 00-12-D0 (hex) Gossen-Metrawatt-GmbH 0012D0 (base 16) Gossen-Metrawatt-GmbH Thomas-Mann-Straße 16-20 Nürnberg Bavaria 90471 DE 00-12-99 (hex) Ktech Telecommunications Inc 001299 (base 16) Ktech Telecommunications Inc 21540 Prairie Street Unit B Chatsworth CA 91311 US 00-12-8C (hex) Woodward Governor 00128C (base 16) Woodward Governor 1000 E. Drake Road Ft. Collins CO 80525 US 00-12-B8 (hex) G2 Microsystems 0012B8 (base 16) G2 Microsystems 408 Euclid Ave Oakland CA 94610 US 00-12-7B (hex) VIA Networking Technologies, Inc. 00127B (base 16) VIA Networking Technologies, Inc. 8F,533, Chung-Cheng Road, Hsin-Tien Taipei 231 TW 00-12-80 (hex) Cisco Systems, Inc 001280 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-12-75 (hex) Sentilla Corporation 001275 (base 16) Sentilla Corporation 201 Marshall Street Redwood City CA 94063 US 00-12-76 (hex) CG Power Systems Ireland Limited 001276 (base 16) CG Power Systems Ireland Limited Herbert House., Harmony Row, Dublin D2 IE 00-12-71 (hex) Measurement Computing Corp 001271 (base 16) Measurement Computing Corp 10 Commerce Way Norton MA 02766 US 00-12-73 (hex) Stoke Inc 001273 (base 16) Stoke Inc 2189 Leghorn Street Mountain View CA 94043 US 00-12-69 (hex) Value Electronics 001269 (base 16) Value Electronics Dong-kwan B/D, 5F, 1566-2 seoul 137-874 KR 00-12-50 (hex) Tokyo Aircaft Instrument Co., Ltd. 001250 (base 16) Tokyo Aircaft Instrument Co., Ltd. 1-35-1, Izumi-Honcho Komae-Shi Tokyo 201-8555 JP 00-12-52 (hex) Citronix, LLC 001252 (base 16) Citronix, LLC 2214 South Watson Road Arlington Texas 76010 US 00-12-40 (hex) AMOI ELECTRONICS CO.,LTD 001240 (base 16) AMOI ELECTRONICS CO.,LTD 295 Lane,Zuchongzhi Road,Zhang jiang, Shanghai 201203 CN 00-12-2E (hex) Signal Technology - AISD 00122E (base 16) Signal Technology - AISD 1820 Preston Park Blvd. Plano TX 75093 US 00-12-64 (hex) daum electronic gmbh 001264 (base 16) daum electronic gmbh flugplatzstraße 100 Fürth Bavaria 90768 DE 00-12-61 (hex) Adaptix, Inc 001261 (base 16) Adaptix, Inc 1407 116th Ave. NE Bellevue WA 98004 US 00-12-60 (hex) Stanton Magnetics,inc. 001260 (base 16) Stanton Magnetics,inc. 3000 SW 42nd Street Hollywood FL 33312 US 00-12-31 (hex) Motion Control Systems, Inc. 001231 (base 16) Motion Control Systems, Inc. PO Box 115 New River VA 24129 US 00-12-4B (hex) Texas Instruments 00124B (base 16) Texas Instruments Gaustadalleen 21 Oslo N-0349 NO 00-12-4A (hex) Dedicated Devices, Inc. 00124A (base 16) Dedicated Devices, Inc. 5680 E. Franklin Road Nampa Idaho 83687 US 00-12-43 (hex) Cisco Systems, Inc 001243 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-11-D9 (hex) TiVo 0011D9 (base 16) TiVo 2160 Gold Ave Alviso CA 95002-2160 US 00-11-D2 (hex) Perception Digital Ltd 0011D2 (base 16) Perception Digital Ltd Flat A, 8/F, Shaw House Clear Water Bay NT HK 00-11-CF (hex) Thrane & Thrane A/S 0011CF (base 16) Thrane & Thrane A/S Lundtoftegårdsvej 93D Lyngby København 2800 DK 00-11-D4 (hex) NetEnrich, Inc 0011D4 (base 16) NetEnrich, Inc 890 Hillview Ct. Milpitas CA 95035 US 00-11-D5 (hex) Hangzhou Sunyard System Engineering Co.,Ltd. 0011D5 (base 16) Hangzhou Sunyard System Engineering Co.,Ltd. Sunyard Science & Technology Building Hi-Tech Software Park(Second Land Consolidation) Hangzhou Zhejiang 310053 CN 00-11-F8 (hex) AIRAYA Corp 0011F8 (base 16) AIRAYA Corp 637 Adair Court Morgan Hill CA 95037 US 00-11-F4 (hex) woori-net 0011F4 (base 16) woori-net #508, Hankook Moolyu, 853-1 Dongchun-Dong Yongin-Si Kyungki-Do 449-843 KR 00-11-F6 (hex) Asia Pacific Microsystems , Inc. 0011F6 (base 16) Asia Pacific Microsystems , Inc. No.2,R&D Road 6 ,Science-Based Industrial Park, Hsinchu 300 TW 00-11-F0 (hex) Wideful Limited 0011F0 (base 16) Wideful Limited F5, 3/F., Phase II, Superluck Industrial Centre, HK 00-11-F1 (hex) QinetiQ Ltd 0011F1 (base 16) QinetiQ Ltd Room E601 Malvern Worcestershire WR14 3PS GB 00-11-ED (hex) 802 Global 0011ED (base 16) 802 Global Studio 11,Intec 2,Wade Road Hampshire RG24 BNE GB 00-12-11 (hex) Protechna Herbst GmbH & Co. KG 001211 (base 16) Protechna Herbst GmbH & Co. KG Otto Hahn Str. 26 Ottobrunn Germany/Bavaria 85521 DE 00-12-19 (hex) General Datacomm LLC 001219 (base 16) General Datacomm LLC 353 Christian Street, Suite 4 Oxford CT 06478 US 00-12-16 (hex) ICP Internet Communication Payment AG 001216 (base 16) ICP Internet Communication Payment AG Wilhelm-Stein-Weg 24 Hamburg D-22339 DE 00-12-15 (hex) iStor Networks, Inc. 001215 (base 16) iStor Networks, Inc. 7585 Irvine Center Drive Irvine CA 92618 US 00-12-03 (hex) ActivNetworks 001203 (base 16) ActivNetworks BAT L - 1 rue de Terre Neuve COURTABOEUF 91944 FR 00-11-CC (hex) Guangzhou Jinpeng Group Co.,Ltd. 0011CC (base 16) Guangzhou Jinpeng Group Co.,Ltd. No.9 Shenzhou Road,Guangzhou Science City Guangzhou Guangdong 510663 CN 00-11-C7 (hex) Raymarine UK Ltd 0011C7 (base 16) Raymarine UK Ltd Marine House Fareham Hampshire PO15 5RJ GB 00-11-C9 (hex) MTT Corporation 0011C9 (base 16) MTT Corporation 2-7-12 Nishi-ku Kobe 651-2241 JP 00-11-DB (hex) Land-Cellular Corporation 0011DB (base 16) Land-Cellular Corporation 12054 Miramar Parkway Miramar FL 33025 US 00-12-24 (hex) NexQL Corporation 001224 (base 16) NexQL Corporation 12250 Inwood Road #6 Dallas TX 75244 US 00-11-BD (hex) Bombardier Transportation 0011BD (base 16) Bombardier Transportation 1501 Lebanon Church Road Pittsburgh PA 15236 US 00-11-AA (hex) Uniclass Technology, Co., LTD 0011AA (base 16) Uniclass Technology, Co., LTD 4F, No. 98, Ming chuan Rd Hsintien City Taipei Hsien 231 TW 00-11-79 (hex) Singular Technology Co. Ltd. 001179 (base 16) Singular Technology Co. Ltd. 21F, No.37, Sec.2, San Min Rd., Taipei 220 TW 00-11-8A (hex) Viewtran Technology Limited 00118A (base 16) Viewtran Technology Limited 3/F, R2-A builiding, High Tech Industrial Park, Shenzhen Guangdong 518057 CN 00-11-84 (hex) Humo Laboratory,Ltd. 001184 (base 16) Humo Laboratory,Ltd. Nishiogi-Kita 5-19-11 Suginami-ku Tokyo 167-0042 JP 00-11-B1 (hex) BlueExpert Technology Corp. 0011B1 (base 16) BlueExpert Technology Corp. 8F,No.16,Lane 77,Xing-Ai Rd,Nei-Hu District Taipei 11494 TW 00-11-A6 (hex) Sypixx Networks 0011A6 (base 16) Sypixx Networks 108 Bank Street Waterbury CT 06702 US 00-11-B5 (hex) Shenzhen Powercom Co.,Ltd 0011B5 (base 16) Shenzhen Powercom Co.,Ltd Floor 16,Tower B,Zhongyin Building,North Caitian Road,Futian District,Shenzhen,P.R.China Shenzhen Guangdong province 518028 CN 00-11-BB (hex) Cisco Systems, Inc 0011BB (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-11-66 (hex) Taelim Electronics Co., Ltd. 001166 (base 16) Taelim Electronics Co., Ltd. 196-5, ANYANG7-DONG MANAN-GU ANYANG-SI KYUGGI-DO 430-817 KR 00-11-64 (hex) ACARD Technology Corp. 001164 (base 16) ACARD Technology Corp. 6F No.78 Sec1 Kwang Fu Road, Sanchung, Taipei Hsien 241 TW 00-11-A2 (hex) Manufacturing Technology Inc 0011A2 (base 16) Manufacturing Technology Inc 70 Ready Ave NW Fort Walton Beach FL 32548 US 00-11-9E (hex) Solectron Brazil 00119E (base 16) Solectron Brazil Rod. Campinas Mogi Mirim Jaguariuna SP 13820-000 BR 00-11-73 (hex) SMART Storage Systems 001173 (base 16) SMART Storage Systems 2600 W Geronimo Place Chandler AZ 85224 US 00-11-25 (hex) IBM Corp 001125 (base 16) IBM Corp 3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US 00-11-1C (hex) Pleora Technologies Inc. 00111C (base 16) Pleora Technologies Inc. 359 Terry Fox Drive, Suite 230 Kanata ON K2K 2E7 CA 00-11-1F (hex) Doremi Labs, Inc. 00111F (base 16) Doremi Labs, Inc. 306 E. Alameda Ave. Burbank CA 91502 US 00-11-1D (hex) Hectrix Limited 00111D (base 16) Hectrix Limited Unit 906-911, 9/F, Stanhope Hosue, North Point Hong Kong CN 00-11-19 (hex) Solteras, Inc. 001119 (base 16) Solteras, Inc. 900 W. Santa Anita Street San Gabriel CA 91776 US 00-11-50 (hex) Belkin Corporation 001150 (base 16) Belkin Corporation 501 West Walnut Street Compton CA 90220-5221 US 00-11-46 (hex) Telecard-Pribor Ltd 001146 (base 16) Telecard-Pribor Ltd Lustdorfskaya doroga, 162 Odessa 65115 UA 00-11-0D (hex) SANBlaze Technology, Inc. 00110D (base 16) SANBlaze Technology, Inc. 2 Clock Tower Place Maynard MA 01748 US 00-11-06 (hex) Siemens NV (Belgium) 001106 (base 16) Siemens NV (Belgium) Atealaan 34 Herentals Antwerp 2200 BE 00-0F-F4 (hex) Guntermann & Drunck GmbH 000FF4 (base 16) Guntermann & Drunck GmbH Obere Leimbach 9 Siegen NRW 57074 DE 00-0F-F8 (hex) Cisco Systems, Inc 000FF8 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-11-2C (hex) IZT GmbH 00112C (base 16) IZT GmbH Am Weichselgarten 5 Erlangen Bavaria 91058 DE 00-11-14 (hex) EverFocus Electronics Corp. 001114 (base 16) EverFocus Electronics Corp. 12F, No. 79, Sec. 1, Shin-Tai Wu Rd. Hsi-Chi Taipei Hsien 221 TW 00-11-0E (hex) Tsurusaki Sealand Transportation Co. Ltd. 00110E (base 16) Tsurusaki Sealand Transportation Co. Ltd. 1000 Misa Oita 8700196 JP 00-11-4C (hex) caffeina applied research ltd. 00114C (base 16) caffeina applied research ltd. 125 baird ave cochrane alberta t4c 1c7 CA 00-11-41 (hex) GoodMan Corporation 001141 (base 16) GoodMan Corporation 2F, No.572, Sec.1, Ming-Sheng N Road, Kwei-Shan Hsiang Taoyuan Hsien 33300 TW 00-11-55 (hex) Sevis Systems 001155 (base 16) Sevis Systems 2805 N Dallas Parkway, STE 530 Plano Texas 75093 US 00-11-52 (hex) Eidsvoll Electronics AS 001152 (base 16) Eidsvoll Electronics AS Nedre Vilberg vei 8 Eidsvoll N-2080 NO 00-0F-CF (hex) DataWind Research 000FCF (base 16) DataWind Research 555 Rene-Levesque West Montreal Quebec H2Z 1B1 CA 00-0F-D2 (hex) EWA Technologies, Inc. 000FD2 (base 16) EWA Technologies, Inc. 13873 Park Center Road Herndon VA 20171 US 00-0F-CE (hex) Kikusui Electronics Corp. 000FCE (base 16) Kikusui Electronics Corp. 1-1-3,Higashi yamata Yokohama Kanagawa 224-0023 JP 00-0F-EB (hex) Cylon Controls 000FEB (base 16) Cylon Controls Clonshaugh Industrial Estate Dublin 17 IE 00-0F-DC (hex) Ueda Japan Radio Co., Ltd. 000FDC (base 16) Ueda Japan Radio Co., Ltd. Fumiiri 2-10-19 Ueda city Nagano prefecture 386-8608 JP 00-0F-8E (hex) DONGYANG TELECOM CO.,LTD. 000F8E (base 16) DONGYANG TELECOM CO.,LTD. 642-7, DEUNGCHON-DONG, KANGSEO-GU SEOUL KANGSE-GU 157-841 KR 00-0F-91 (hex) Aerotelecom Co.,Ltd. 000F91 (base 16) Aerotelecom Co.,Ltd. 195-58 Anyang 7 Dong Anyang Kyunggi 430-817 US 00-0F-87 (hex) Maxcess International 000F87 (base 16) Maxcess International 222 W. Memorial Road Oklahoma City OK 73114 US 00-0F-A1 (hex) Gigabit Systems Inc. 000FA1 (base 16) Gigabit Systems Inc. Fuyoh Video Building 3F Yokohama Kanagawa 241-0826 JP 00-0F-99 (hex) APAC opto Electronics Inc. 000F99 (base 16) APAC opto Electronics Inc. 3 Tzu Chiang Road, Hsinchu Industrial Park Hukow, Hsinchu Hsien 303 TW 00-0F-F5 (hex) GN&S company 000FF5 (base 16) GN&S company 301 Ansan S/W center, 643-7 wongok-dong Ansan city Gyeonggi-do 425-130 KR 00-0F-E8 (hex) Lobos, Inc. 000FE8 (base 16) Lobos, Inc. U&T Bldg 3F, 1-2-3 Sarugaku-cho, Chiyoda-ku, Tokyo 101-0064 JP 00-0F-B2 (hex) Broadband Pacenet (India) Pvt. Ltd. 000FB2 (base 16) Broadband Pacenet (India) Pvt. Ltd. 7-B, Shah Industrial Estate, Off Veera Desai Road Mumbai Maharashtra 400 053 IN 00-0F-D7 (hex) Harman Music Group 000FD7 (base 16) Harman Music Group 8760 Sandy Parkway Sandy Utah 84070 US 00-0F-D4 (hex) Soundcraft 000FD4 (base 16) Soundcraft Cranborne House Potters Bar Hertfordshire EN6 3JN GB 00-0F-AF (hex) Dialog Inc. 000FAF (base 16) Dialog Inc. 1-47-9 Toshima-ku Tokyo 1700013 JP 00-0F-A5 (hex) BWA Technology GmbH 000FA5 (base 16) BWA Technology GmbH Johann-Krane-Weg 21 Muenster 48149 DE 00-0F-80 (hex) Trinity Security Systems,Inc. 000F80 (base 16) Trinity Security Systems,Inc. Alte Building Higashi Kanda 8F Chiyoda-ku Tokyo 101-0031 JP 00-0F-32 (hex) Lootom Telcovideo Network Wuxi Co Ltd 000F32 (base 16) Lootom Telcovideo Network Wuxi Co Ltd 5F, 9Building, WuXi JiangSu 214072 CN 00-0F-2A (hex) Cableware Electronics 000F2A (base 16) Cableware Electronics 1702 Western Ave. Las Vegas Nevada 89102 US 00-0F-29 (hex) Augmentix Corporation 000F29 (base 16) Augmentix Corporation 4030 W Braker Ln Austin Texas 78759 US 00-0F-27 (hex) TEAL Electronics, Inc. 000F27 (base 16) TEAL Electronics, Inc. 10350 Sorrento Valley Road San Diego California 92121 US 00-0F-43 (hex) Wasabi Systems Inc. 000F43 (base 16) Wasabi Systems Inc. 500 E. Main Street Norfolk VA 23510 US 00-0F-48 (hex) Polypix Inc. 000F48 (base 16) Polypix Inc. 1Fl, Sungdo Venture Tower, 165-2 Samsung-Dong, Kangnam-Ku Seoul 135-881 KR 00-0F-50 (hex) StreamScale Limited 000F50 (base 16) StreamScale Limited The Court, Alexandra Park St Helens WA10 3TP GB 00-0F-4E (hex) Cellink 000F4E (base 16) Cellink Catherinalaan 37 Rotselaar Vlaams Brabant B-3110 BE 00-0F-47 (hex) ROBOX SPA 000F47 (base 16) ROBOX SPA via Sempione 82 Castelletto S.Ticino NO 28053 IT 00-0F-18 (hex) Industrial Control Systems 000F18 (base 16) Industrial Control Systems Houtschelf 1 Hardinxveld Zuid-Holland NL-3371 KB NL 00-0F-1D (hex) Cosmo Techs Co., Ltd. 000F1D (base 16) Cosmo Techs Co., Ltd. 2-6-1, Matsue Atsugi-shi Kanagawa-ken 243-0005 JP 00-0F-1B (hex) Ego Systems Inc. 000F1B (base 16) Ego Systems Inc. 1206 Woolim e-Biz Center II Seoul 150-834 KR 00-0F-78 (hex) Datacap Systems Inc 000F78 (base 16) Datacap Systems Inc 100 New Britain Blvd Chalfont PA 18914 US 00-0F-70 (hex) Wintec Industries, inc. 000F70 (base 16) Wintec Industries, inc. 675 Sycamore Drive Milpitas, CA 95035 US 00-0F-74 (hex) Qamcom Technology AB 000F74 (base 16) Qamcom Technology AB Gruvgatan 8 Vastra Frolunda SE 00-0F-6D (hex) Midas Engineering 000F6D (base 16) Midas Engineering Ace Techno-Tower V #906 197-22 Seoul 152-848 KR 00-0F-5F (hex) Nicety Technologies Inc. (NTS) 000F5F (base 16) Nicety Technologies Inc. (NTS) 792-3 Tomioka Toyoda-cho Iwata-gun Shizuoka 438-0803 JP 00-0F-5A (hex) Peribit Networks 000F5A (base 16) Peribit Networks 2855 Bowers Ave Santa Clara CA 95051 US 00-0F-31 (hex) Allied Vision Technologies Canada Inc 000F31 (base 16) Allied Vision Technologies Canada Inc 101-3750 North Fraser Way Burnaby BC V5J 5E9 CA 00-0F-73 (hex) RS Automation Co., Ltd 000F73 (base 16) RS Automation Co., Ltd 447-6, Gongse-Dong , Giheung-Gu Youngin-City Gyeonggi-Do 449-902 KR 00-0F-3C (hex) Endeleo Limited 000F3C (base 16) Endeleo Limited 78 Cannon Street London England EC4N 6NQ GB 00-0E-AB (hex) Cray Inc 000EAB (base 16) Cray Inc 901 Fifth Avenue Seattle WA 98104 US 00-0E-AD (hex) Metanoia Technologies, Inc. 000EAD (base 16) Metanoia Technologies, Inc. 5918 W. courtyard Dr. Austin TX 78730 US 00-0E-AF (hex) CASTEL 000EAF (base 16) CASTEL ZI Saint Lambert des Levées SAUMUR Maine et Loire 49412 FR 00-0E-F8 (hex) SBC ASI 000EF8 (base 16) SBC ASI Network & Infrastructure Technical Support San Antonio Texas 78215 US 00-0E-F9 (hex) REA Elektronik GmbH 000EF9 (base 16) REA Elektronik GmbH Teichwiesenstraße 1 Muehltal Hessen 64367 DE 00-0E-E6 (hex) Adimos Systems LTD 000EE6 (base 16) Adimos Systems LTD 17 Atirey-Yeda Street Kfar-Saba 44643 IL 00-0E-F6 (hex) E-TEN Information Systems Co., Ltd. 000EF6 (base 16) E-TEN Information Systems Co., Ltd. No. 256, Yangguang Street, Neihu Chiu Taipei 114 TW 00-0E-EA (hex) Shadong Luneng Jicheng Electronics,Co.,Ltd 000EEA (base 16) Shadong Luneng Jicheng Electronics,Co.,Ltd No.188,east,Huayuan Road Jinan Shandong 250100 CN 00-0F-0F (hex) Real ID Technology Co., Ltd. 000F0F (base 16) Real ID Technology Co., Ltd. 9F Hanmi B/D 192-19 Gangnam-Gu Seoul 135-010 KR 00-0F-16 (hex) JAY HOW TECHNOLOGY CO., 000F16 (base 16) JAY HOW TECHNOLOGY CO., NO.486,SEC. 1, WAN SHOU RD., KUEI TAOYUAN HSIEN 333 TW 00-0E-C6 (hex) ASIX ELECTRONICS CORP. 000EC6 (base 16) ASIX ELECTRONICS CORP. 4F, NO.8, HSIN ANN RD., HSINCHU 300 TW 00-0E-BF (hex) Remsdaq Limited 000EBF (base 16) Remsdaq Limited Parkway Deeside Flintshire CH5 2NL GB 00-0E-FF (hex) Megasolution,Inc. 000EFF (base 16) Megasolution,Inc. 2-7-10 Shitaya Taito TOKYO 110-0004 JP 00-0E-E0 (hex) Mcharge 000EE0 (base 16) Mcharge Firstec Bldg,. 15-4 Youido-Dong seoul Youido 150-010 KR 00-0E-9F (hex) TEMIC SDS GmbH 000E9F (base 16) TEMIC SDS GmbH Soeflinger Strasse 100 Ulm 89077 DE 00-0E-96 (hex) Cubic Defense Applications, Inc. 000E96 (base 16) Cubic Defense Applications, Inc. P.O. Box 85587 San Diego CA 92186-5587 US 00-0E-8E (hex) SparkLAN Communications, Inc. 000E8E (base 16) SparkLAN Communications, Inc. 3Fl . , No. 246, Sec. 1, Neihu Road., Neihu Chiu, Taipei 114 TW 00-0E-91 (hex) Navico Auckland Ltd 000E91 (base 16) Navico Auckland Ltd 17-21 Kawana St Northcote Auckland NZ 00-0E-48 (hex) Lipman TransAction Solutions 000E48 (base 16) Lipman TransAction Solutions 11 Haamal St. Rosh-Haayin 48092 IL 00-0E-3E (hex) Sun Optronics Inc 000E3E (base 16) Sun Optronics Inc 4-38-4 Fuchinobe-honchou Sagamihara Kanagawa 229-0002 JP 00-0E-33 (hex) Shuko Electronics Co.,Ltd 000E33 (base 16) Shuko Electronics Co.,Ltd TOHSHIN HIGASHI-IKEBUKURO Building 3F TOKYO KANTOH 170-0063 JP 00-0E-75 (hex) New York Air Brake Corp. 000E75 (base 16) New York Air Brake Corp. 748 Starbuck Ave. Watertown NY 13601 US 00-0E-7C (hex) Televes S.A. 000E7C (base 16) Televes S.A. Rua Benefica Conxo 17 Santiago de Compostela Coruña 15706 ES 00-0E-66 (hex) Hitachi Industry & Control Solutions, Ltd. 000E66 (base 16) Hitachi Industry & Control Solutions, Ltd. 5-1-26, Omika-cho, Hitachi-shi, Ibaraki 319-1221 JP 00-0E-68 (hex) E-TOP Network Technology Inc. 000E68 (base 16) E-TOP Network Technology Inc. No. 7, Shin Shin Rd., Tainan 702 TW 00-0E-5E (hex) Raisecom Technology 000E5E (base 16) Raisecom Technology 2 Floor, South Building of Rainbow Plaza Haidian District Beijing 100085 CN 00-0E-56 (hex) 4G Systems GmbH & Co. KG 000E56 (base 16) 4G Systems GmbH & Co. KG Jarrestrasse 2-6 22303 Hamburg DE 00-0E-55 (hex) AUVITRAN 000E55 (base 16) AUVITRAN 7c chemin des Prés MEYLAN 38410 FR 00-0E-73 (hex) Tpack A/S 000E73 (base 16) Tpack A/S Lautrupbjerg 7 - 11 DK 2750 Ballerup DK 2750 DK 00-0E-72 (hex) CTS electronics 000E72 (base 16) CTS electronics Corso Vercelli 332 Ivrea Torino 10015 IT 00-0E-6E (hex) MAT S.A. (Mircrelec Advanced Technology) 000E6E (base 16) MAT S.A. (Mircrelec Advanced Technology) Mousounitsis 15 Peristeri Athens GR 00-0E-84 (hex) Cisco Systems, Inc 000E84 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0E-87 (hex) adp Gauselmann GmbH 000E87 (base 16) adp Gauselmann GmbH Boschstraße 8 Luebbecke NRW 32312 DE 00-0E-92 (hex) Open Telecom 000E92 (base 16) Open Telecom 803-804 Daeryung Techno-town II Keuncheon-Ku Seoul 153-771 KR 00-0E-53 (hex) AV TECH CORPORATION 000E53 (base 16) AV TECH CORPORATION 10F,E Building,No.19-11 San Chung Rd.,NanKang Taipei 115 TW 00-0D-F9 (hex) NDS Limited 000DF9 (base 16) NDS Limited One Heathrow Boulevard West Drayton Middlesex UB7 0DQ GB 00-0D-FD (hex) Huges Hi-Tech Inc., 000DFD (base 16) Huges Hi-Tech Inc., 7F, 188, Sec. 2, Chung Hsing Road. Hsin Tien Taipei Hsien 231 TW 00-0D-FB (hex) Komax AG 000DFB (base 16) Komax AG Industriestrasse 6 Dierikon LU 6036 CH 00-0E-00 (hex) Atrie 000E00 (base 16) Atrie 10th Floor, 14, Lane 609, Sec. 5, Chung Hsin Rd., San Chung City, Taipei Hsien San Chung 241 TW 00-0D-F4 (hex) Watertek Co. 000DF4 (base 16) Watertek Co. Room 1006,Haitai building,north si Huan Beijing 100083 CN 00-0D-FA (hex) Micro Control Systems Ltd. 000DFA (base 16) Micro Control Systems Ltd. 8-7 Sakurai Saku-shi Nagano 385-0056 JP 00-0D-FC (hex) ITFOR Inc. 000DFC (base 16) ITFOR Inc. Ichibancho Tokyu Bidg., Tokyo 102-0082 JP 00-0D-FE (hex) Hauppauge Computer Works, Inc. 000DFE (base 16) Hauppauge Computer Works, Inc. 91 Cabot Court Hauppauge New York 11788 US 00-0D-D6 (hex) ITI LTD 000DD6 (base 16) ITI LTD R&D,ITI Bangalore Complex Dooravani Nagar, Bangalore Karnataka State 560016 IN 00-0D-D5 (hex) O'RITE TECHNOLOGY CO.,LTD 000DD5 (base 16) O'RITE TECHNOLOGY CO.,LTD 4f-8,NO 80,GUANGFU RD.SEC 2,SANCHUNG TAIPEI COUNTY 241 TW 00-0E-0F (hex) ERMME 000E0F (base 16) ERMME 9 rue Lavoisier Vert-Le-Petit 91710 FR 00-0E-10 (hex) C-guys, Inc. 000E10 (base 16) C-guys, Inc. Izumi Garden Wing 1F, 1-6-3 Tokyo 106-0032 JP 00-0E-0A (hex) SAKUMA DESIGN OFFICE 000E0A (base 16) SAKUMA DESIGN OFFICE 674-11 KUKI-SHI SAITAMA 346-0029 JP 00-0E-0E (hex) ESA elettronica S.P.A. 000E0E (base 16) ESA elettronica S.P.A. Mariano Comense CO 22066 IT 00-0E-18 (hex) MyA Technology 000E18 (base 16) MyA Technology 2100 Muirwood Way San Jose CA 95132 US 00-0E-14 (hex) Visionary Solutions, Inc. 000E14 (base 16) Visionary Solutions, Inc. 4193 Carpinteria Ave Carpinteria CA 93013 US 00-0E-1B (hex) IAV GmbH 000E1B (base 16) IAV GmbH Carnotstraße 1 Berlin 10587 DE 00-0E-13 (hex) Accu-Sort Systems inc. 000E13 (base 16) Accu-Sort Systems inc. 511 School House Road Telford PA 18969 US 00-0D-DE (hex) Joyteck Co., Ltd. 000DDE (base 16) Joyteck Co., Ltd. 19F, No.4, Sec. 3, Min Chuan East Rd. Taipei 105 TW 00-0D-E2 (hex) CMZ Sistemi Elettronici 000DE2 (base 16) CMZ Sistemi Elettronici Via dell'Artiginato, 21 Vascon di Carbonera Treviso 31050 IT 00-0D-DA (hex) ALLIED TELESIS K.K. 000DDA (base 16) ALLIED TELESIS K.K. PIAZZA TIRANA N. 24/4 B MILANO 20147 IT 00-0D-CD (hex) GROUPE TXCOM 000DCD (base 16) GROUPE TXCOM ZI DU PETIT CLAMART LE PLESSIS ROBINSON HAUTS-DE-SEINE 92350 FR 00-0D-CA (hex) Tait Electronics 000DCA (base 16) Tait Electronics 535 Wairakei Rd Christchurch Canterbury 8005 NZ 00-0D-CF (hex) Cidra Corp. 000DCF (base 16) Cidra Corp. 50 Barns Park North Wallingford CT 06492 US 00-0E-3A (hex) Cirrus Logic 000E3A (base 16) Cirrus Logic 2901 Via Fortuna Austin TX 78746 US 00-0E-3B (hex) Hawking Technologies, Inc. 000E3B (base 16) Hawking Technologies, Inc. 15281A Barranca Parkway Irvine CA 92618 US 00-0D-EC (hex) Cisco Systems, Inc 000DEC (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0D-F2 (hex) Private 000DF2 (base 16) Private 00-0E-27 (hex) Crere Networks, Inc. 000E27 (base 16) Crere Networks, Inc. Room 110 ETRI TBI, 52 Eoeun-dong Daejeon 305-333 KR 00-0D-A0 (hex) NEDAP N.V. 000DA0 (base 16) NEDAP N.V. P.O.Box 103 GROENLO GLD 7141 AC NL 00-0D-8E (hex) Koden Electronics Co., Ltd. 000D8E (base 16) Koden Electronics Co., Ltd. 5278 Uenohara Yamanashi-Ken 409-0112 JP 00-0D-8A (hex) Winners Electronics Co., Ltd. 000D8A (base 16) Winners Electronics Co., Ltd. #340-5,Wonchun-Dong,Paldal-Gu Suwon-City Kyungki-Do 442-823 KR 00-0D-7E (hex) Axiowave Networks, Inc. 000D7E (base 16) Axiowave Networks, Inc. 200 Nickerson Road Marlborough MA 01752 US 00-0D-71 (hex) boca systems 000D71 (base 16) boca systems 1065 s. rogers circle boca raton fl 33487 US 00-0D-5A (hex) Tiesse SpA 000D5A (base 16) Tiesse SpA Via Asti Ivrea TO 10015 IT 00-0D-B8 (hex) SCHILLER AG 000DB8 (base 16) SCHILLER AG Altgasse 68 Baar Zug 6300 CH 00-0D-C4 (hex) Emcore Corporation 000DC4 (base 16) Emcore Corporation 1600 Eubank Blvd, SE Albuquerque New Mexico 87123 US 00-0D-9B (hex) Heraeus Electro-Nite International N.V. 000D9B (base 16) Heraeus Electro-Nite International N.V. Centrum Zuid 1105 Houthalen 3530 BE 00-0D-7C (hex) Codian Ltd 000D7C (base 16) Codian Ltd 14 Waterside Drive Langley Slough SL3 6EZ GB 00-0D-6B (hex) Mita-Teknik A/S 000D6B (base 16) Mita-Teknik A/S Haandvaerkervej 1 Roedkaersbro DK-8840 DK 00-0D-43 (hex) DRS Tactical Systems Inc. 000D43 (base 16) DRS Tactical Systems Inc. 3520 U.S. Highway 1 Palm Bay FL 32905 US 00-0D-44 (hex) Audio BU - Logitech 000D44 (base 16) Audio BU - Logitech 1499 SE Tech Center Place Vancouver WA 98683 US 00-0D-36 (hex) Wu Han Routon Electronic Co., Ltd 000D36 (base 16) Wu Han Routon Electronic Co., Ltd Miao Shan District, East Lake Hi-Tech Wuhan Hubei 430223 CN 00-0D-3D (hex) Hammerhead Systems, Inc. 000D3D (base 16) Hammerhead Systems, Inc. 640 Clyde Court Mountain View California 94043 US 00-0D-3E (hex) APLUX Communications Ltd. 000D3E (base 16) APLUX Communications Ltd. 10F, No. 166, Dah-Yeh Rd., Peitou Taipei 112 TW 00-0D-0D (hex) ITSupported, LLC 000D0D (base 16) ITSupported, LLC 4989 Peachtree Parkway Norcross GA 30092 US 00-0D-06 (hex) Compulogic Limited 000D06 (base 16) Compulogic Limited Unit W3, MK TWO Business Centre Water Eaton Milton Keynes MK2 3HU GB 00-0D-4A (hex) Steag ETA-Optik 000D4A (base 16) Steag ETA-Optik Borsigstrasse 78.-80 Heinsberg 52525 DE 00-0D-4F (hex) Kenwood Corporation 000D4F (base 16) Kenwood Corporation 2967-3, Ishikawa-machi Hachioji-shi Tokyo 192-8525 JP 00-0D-47 (hex) Collex 000D47 (base 16) Collex 13F-3,No.142,Sec.1,Huamei W,St.,Shi Chiu Taichung 403 TW 00-0D-61 (hex) Giga-Byte Technology Co., Ltd. 000D61 (base 16) Giga-Byte Technology Co., Ltd. No 6, Bau Chiang Road, Hsin-Tien Taipei Hsien 9999 TW 00-0D-3B (hex) Microelectronics Technology Inc. 000D3B (base 16) Microelectronics Technology Inc. No1, Innovation Road II 300 TW 00-0D-2D (hex) NCT Deutschland GmbH 000D2D (base 16) NCT Deutschland GmbH Wildenbruchstraße 15 Jena Thüringen 07745 DE 00-0D-1E (hex) Control Techniques 000D1E (base 16) Control Techniques The Gro Newtown Powys SY16 3BE GB 00-0D-52 (hex) Comart system 000D52 (base 16) Comart system No. 211, Ace Techno Tower III, 197-48 Seoul 152-050 KR 00-0D-1A (hex) Mustek System Inc. 000D1A (base 16) Mustek System Inc. No. 25, R&D Road, Science-Based Industri Hsin-Chu 300 TW 00-0C-B8 (hex) MEDION AG 000CB8 (base 16) MEDION AG Am Zehnthof 77 Essen NRW 45307 DE 00-0C-BB (hex) ISKRAEMECO 000CBB (base 16) ISKRAEMECO Savska loka 4 Kranj Gorenjska 4000 SI 00-0C-C0 (hex) Genera Oy 000CC0 (base 16) Genera Oy Niittylanpolku 16 Helsinki 00621 FI 00-0C-A8 (hex) Garuda Networks Corporation 000CA8 (base 16) Garuda Networks Corporation 48499 Milmont Drive Fremont CA 94538 US 00-0D-03 (hex) Matrics, Inc. 000D03 (base 16) Matrics, Inc. 8850 Stanford Blvd Columbia MD 21045 US 00-0C-FF (hex) MRO-TEK Realty Limited 000CFF (base 16) MRO-TEK Realty Limited #6, New BEL Road Chikkamaranahalli Bangalore 560 054 IN 00-0C-FA (hex) Digital Systems Corp 000CFA (base 16) Digital Systems Corp 3 North Main Street Walkersville Maryland 21793 US 00-0C-FD (hex) Hyundai ImageQuest Co.,Ltd. 000CFD (base 16) Hyundai ImageQuest Co.,Ltd. San 136-1, Ami-ri, Bubal-eub Ichon-si Kyoung ki-do 467-701 KR 00-0C-D3 (hex) Prettl Elektronik Radeberg GmbH 000CD3 (base 16) Prettl Elektronik Radeberg GmbH Robert-Bosch-Str. 10 Radeberg Saxony D-01454 DE 00-0C-D7 (hex) Nallatech Ltd 000CD7 (base 16) Nallatech Ltd Boolean House Glasgow Scotland G68 0BH GB 00-0C-D4 (hex) Positron Public Safety Systems inc. 000CD4 (base 16) Positron Public Safety Systems inc. 5101 Buchan Montreal Quebec H4P 2R9 CA 00-0C-D6 (hex) PARTNER TECH 000CD6 (base 16) PARTNER TECH 10F, NO.233-2,PAO CHIAO ROAD, SHIN TIEN TAIPEI 231 TW 00-0C-B9 (hex) LEA 000CB9 (base 16) LEA Bat LA FAYETTE Paris RP 924051 FR 00-0C-BD (hex) Interface Masters, Inc 000CBD (base 16) Interface Masters, Inc 2381 Zanker Rd., Suite 130 San Jose California 95131 US 00-0C-B2 (hex) UNION co., ltd. 000CB2 (base 16) UNION co., ltd. 14Beon-Gil 17, UiChang-Gu, GyeongSnagNam-Do 641-846 KR 00-0C-EB (hex) CNMP Networks, Inc. 000CEB (base 16) CNMP Networks, Inc. 1245 S. Winchester Blvd. San Jose CA 95128 US 00-0C-CC (hex) Aeroscout Ltd. 000CCC (base 16) Aeroscout Ltd. 3 Pekeris St. Rehovot 76701 IL 00-0C-C7 (hex) Intelligent Computer Solutions Inc. 000CC7 (base 16) Intelligent Computer Solutions Inc. 9350 Eton St. Chatsworth CA 91301 US 00-0C-BE (hex) Innominate Security Technologies AG 000CBE (base 16) Innominate Security Technologies AG Rudower Chaussee 13 12489 Berlin DE 00-0C-A7 (hex) Metro (Suzhou) Technologies Co., Ltd. 000CA7 (base 16) Metro (Suzhou) Technologies Co., Ltd. No.221 Xinghai Street, Suzhou Industrial Park Suzhou Jiang Su Province 215021 CN 00-0C-EF (hex) Open Networks Engineering Ltd 000CEF (base 16) Open Networks Engineering Ltd Classic House Bishop's Stortford Hertfordshire CM23 5PD GB 00-0C-64 (hex) X2 MSA Group 000C64 (base 16) X2 MSA Group Care of: Agilent Technologies Ipswich, Suffolk IP1 5PB GB 00-0C-A0 (hex) StorCase Technology, Inc. 000CA0 (base 16) StorCase Technology, Inc. 17600 Newhope St. Fountain Valley CA 92708 US 00-0C-99 (hex) HITEL LINK Co.,Ltd 000C99 (base 16) HITEL LINK Co.,Ltd Samsung Omni Tower 4th Fl., 395-62 Seoul 156-010 KR 00-0C-5A (hex) IBSmm Embedded Electronics Consulting 000C5A (base 16) IBSmm Embedded Electronics Consulting Teufelsgrabenweg 1 Valley Bavaria D-83626 DE 00-0C-5E (hex) Calypso Medical 000C5E (base 16) Calypso Medical 2101 Fourth Avenue, Suite 1550 Seattle WA 98121 US 00-0C-61 (hex) AC Tech corporation DBA Advanced Digital 000C61 (base 16) AC Tech corporation DBA Advanced Digital 1250-G Avenida Acaso Camarillo CA 93010 US 00-0C-5F (hex) Avtec, Inc. 000C5F (base 16) Avtec, Inc. 4335 Augusta Hwy Gilbert SC 29054 US 00-0C-4B (hex) Cheops Elektronik 000C4B (base 16) Cheops Elektronik Jeschkenstrasse 32 Geretsried Bayern 82538 DE 00-0C-45 (hex) Animation Technologies Inc. 000C45 (base 16) Animation Technologies Inc. 8F,No.138,Lane 235,Paochiao Road, Taipei Hsien 231 TW 00-0C-3C (hex) MediaChorus, Inc. 000C3C (base 16) MediaChorus, Inc. #205, ETRI TBI 2 Center Daejon DJ 305-333 KR 00-0C-7C (hex) Internet Information Image Inc. 000C7C (base 16) Internet Information Image Inc. Fl. 6, No. 1, Alley 20, Lane 26, Rueigua Taipei 114 TW 00-0C-7B (hex) ALPHA PROJECT Co.,Ltd. 000C7B (base 16) ALPHA PROJECT Co.,Ltd. 834 Sekishi,Higashi-ku,Hamamatsu-city Shizuoka 431-3114 JP 00-0C-77 (hex) Life Racing Ltd 000C77 (base 16) Life Racing Ltd Unit 6 Repton Close Basildon Essex SS13 1LE GB 00-0C-69 (hex) National Radio Astronomy Observatory 000C69 (base 16) National Radio Astronomy Observatory P.O. Box O Socorro NM 87801 US 00-0C-66 (hex) Pronto Networks Inc 000C66 (base 16) Pronto Networks Inc 4637 Chabot Dr Pleasanton CA 94588 US 00-0C-88 (hex) Apache Micro Peripherals, Inc. 000C88 (base 16) Apache Micro Peripherals, Inc. 17526 Von Karman Ave Irvine CA 92614 US 00-0C-82 (hex) NETWORK TECHNOLOGIES INC 000C82 (base 16) NETWORK TECHNOLOGIES INC 1275 DANNER DRIVE AURORA OH 44202 US 00-0C-8D (hex) MATRIX VISION GmbH 000C8D (base 16) MATRIX VISION GmbH Talstrasse 16 Oppenweiler Baden-Württemberg D-71570 DE 00-0C-89 (hex) AC Electric Vehicles, Ltd. 000C89 (base 16) AC Electric Vehicles, Ltd. Markkinakuja 3 Jokela 05400 FI 00-0C-4E (hex) Winbest Technology CO,LT 000C4E (base 16) Winbest Technology CO,LT 7F-5No.736 Chung ChengRd.,ChungHo Taipei 235 TW 00-0B-FE (hex) CASTEL Broadband Limited 000BFE (base 16) CASTEL Broadband Limited 9/F., Sui Ying Industrial Building., Tokwawan Kowloon 150 HK 00-0B-F5 (hex) Shanghai Sibo Telecom Technology Co.,Ltd 000BF5 (base 16) Shanghai Sibo Telecom Technology Co.,Ltd Floor 6 Building 18,300 Tianlin Rd. Shanghai 200233 CN 00-0C-27 (hex) Sammy Corporation 000C27 (base 16) Sammy Corporation SUN SHINE60 45F,3-1-1,HIGASHI-IKEBUKURO TOSHIMA-KU TOKYO 170-6045 JP 00-0C-2A (hex) OCTTEL Communication Co., Ltd. 000C2A (base 16) OCTTEL Communication Co., Ltd. 7F-1, No.300, Daduen 10th St. Taichung City 408 TW 00-0C-1C (hex) MicroWeb Co., Ltd. 000C1C (base 16) MicroWeb Co., Ltd. 403 T/S/S/C, 23-14 Jang-dong, Yusong-gu, Daejeon ChoongChungDo 305-343 KR 00-0B-DF (hex) Shenzhen RouterD Networks Limited 000BDF (base 16) Shenzhen RouterD Networks Limited 8/F, Building A, Tsinghua Hi-Tech Park Shenzhen CN 00-0B-E6 (hex) Datel Electronics 000BE6 (base 16) Datel Electronics Stafford Road Stone Staffordshire ST15 0DG GB 00-0B-F2 (hex) Chih-Kan Technology Co., Ltd. 000BF2 (base 16) Chih-Kan Technology Co., Ltd. No. 24-1, Pei Shih Chou, Ming Ho Vill. Shan Sun Hsiang Tainan Hsien 180 TW 00-0B-EB (hex) Systegra AG 000BEB (base 16) Systegra AG Burgunderstrasse 15 Bellach SO 4512 CH 00-0B-EF (hex) Code Corporation 000BEF (base 16) Code Corporation 11814 S. Election Rd., Ste 200 Draper Utah 84020 US 00-0C-05 (hex) RPA Reserch Co., Ltd. 000C05 (base 16) RPA Reserch Co., Ltd. 4F, 90-7, Yangjae-Dong, Seocho-Ku Seoul 137-130 US 00-0C-22 (hex) Double D Electronics Ltd 000C22 (base 16) Double D Electronics Ltd Unit 6, Robins Wharf Northfleet Kent DA11 9AX GB 00-0C-0F (hex) Techno-One Co., Ltd 000C0F (base 16) Techno-One Co., Ltd 9-17-1 Higashi Sonoda Amagasaki Hyogo 661-0953 JP 00-0C-38 (hex) TelcoBridges Inc. 000C38 (base 16) TelcoBridges Inc. 586 Du Chenal Repentigny Quebec J6A 7C5 CA 00-0B-AF (hex) WOOJU COMMUNICATIONS Co,.Ltd 000BAF (base 16) WOOJU COMMUNICATIONS Co,.Ltd B-713, SK Twin Tech Tower, 345-9, Ga-San Seoul 153-802 KR 00-0B-B6 (hex) Metalligence Technology Corp. 000BB6 (base 16) Metalligence Technology Corp. 9, Park Avenue II, Science-Based Industr Hsinchu 300 TW 00-0B-B3 (hex) RiT technologies Ltd. 000BB3 (base 16) RiT technologies Ltd. 24 Raoul Walenberg St. Tel Aviv 69719 IL 00-0B-B7 (hex) Micro Systems Co.,Ltd. 000BB7 (base 16) Micro Systems Co.,Ltd. 2-15-34 Nishikubo Musashino-City Tokyo 180-0013 JP 00-0B-BA (hex) Harmonic, Inc 000BBA (base 16) Harmonic, Inc 4300 North First Street San Jose CA 95134 US 00-0B-62 (hex) ib-mohnen KG 000B62 (base 16) ib-mohnen KG Stich 30 e 52249 Eschweiler DE 00-0B-64 (hex) Kieback & Peter GmbH & Co KG 000B64 (base 16) Kieback & Peter GmbH & Co KG Tempelhofer Weg 50 Berlin 12347 DE 00-0B-67 (hex) Topview Technology Corporation 000B67 (base 16) Topview Technology Corporation No. 8,Wu-Chuan Road,Wu Ku Industrial Par Wu Ku Hsiang,Taipei Hsien, 248 TW 00-0B-7D (hex) SOLOMON EXTREME INTERNATIONAL LTD. 000B7D (base 16) SOLOMON EXTREME INTERNATIONAL LTD. 3F, No.20, Lane 165, Duenhua N. Rd., Sun Taipei TW 00-0B-94 (hex) Digital Monitoring Products, Inc. 000B94 (base 16) Digital Monitoring Products, Inc. 2500 N. Partnership Boulevard Springfield Missouri 65803 US 00-0B-AE (hex) Vitals System Inc. 000BAE (base 16) Vitals System Inc. Jooheung B/D 4FL. 1005-1, Youngtong-Dong Suwon City Kyonggi-Do 442-813 KR 00-0B-D9 (hex) General Hydrogen 000BD9 (base 16) General Hydrogen 13120 Vanier Place Richmond British Columbia V6V 2J2 CA 00-0B-AB (hex) Advantech Technology (CHINA) Co., Ltd. 000BAB (base 16) Advantech Technology (CHINA) Co., Ltd. No.666, Han-Pu Rd. Yu-Shan Kun-Shan Jiang Su 215316 CN 00-0B-6D (hex) SOLECTRON JAPAN NAKANIIDA 000B6D (base 16) SOLECTRON JAPAN NAKANIIDA 325 GANBARA KAMIGUN MIYAGIKEN 981-4263 JP 00-0B-C4 (hex) BIOTRONIK GmbH & Co 000BC4 (base 16) BIOTRONIK GmbH & Co Woermannkehre 1 Berlin 12359 DE 00-0B-57 (hex) Silicon Laboratories 000B57 (base 16) Silicon Laboratories 7000 W. William Cannon Dr. Austin TX 78735 US 00-0B-51 (hex) Micetek International Inc. 000B51 (base 16) Micetek International Inc. 7F-1, #237, Sec. 1, wu Chuan W. Rd. Taichung 403 TW 00-0B-53 (hex) INITIUM Co., Ltd. 000B53 (base 16) INITIUM Co., Ltd. 8F. Gongduck Bldg. 272-6 Seohyun Bundang Sungnam Kyunggi 463-824 KR 00-0A-FB (hex) Ambri Limited 000AFB (base 16) Ambri Limited 126 Greville Street Chatswood NSW 2067 AU 00-0A-FF (hex) Kilchherr Elektronik AG 000AFF (base 16) Kilchherr Elektronik AG Aeschistrasse 25 Muensingen BE 3110 CH 00-0B-4A (hex) Visimetrics (UK) Ltd 000B4A (base 16) Visimetrics (UK) Ltd Skye House Prestwick Ayrshire KA9 2TA GB 00-0B-48 (hex) sofrel 000B48 (base 16) sofrel 2 rue du plessis vern sur seiche ille et vilaine 35770 FR 00-0B-1E (hex) KAPPA opto-electronics GmbH 000B1E (base 16) KAPPA opto-electronics GmbH Kleines Feld 6 Gleichen Niedersachsen DE 00-0B-1C (hex) SIBCO bv 000B1C (base 16) SIBCO bv Schoonhout 46 Etten-Leur NB 4872 ME NL 00-0B-37 (hex) MANUFACTURE DES MONTRES ROLEX SA 000B37 (base 16) MANUFACTURE DES MONTRES ROLEX SA LA HAUTE-ROUTE 82 BIEL-BIENNE BE 2502 CH 00-0A-F8 (hex) American Telecare Inc. 000AF8 (base 16) American Telecare Inc. 7640 Golden Triangle Drive Eden Prairie MN 55344 US 00-0B-17 (hex) MKS Instruments 000B17 (base 16) MKS Instruments 651 Lowell Street Methuen MA 01844 US 00-0B-2D (hex) Danfoss Inc. 000B2D (base 16) Danfoss Inc. 7941 Corporate Dr Baltimore MD 21236 US 00-0A-A3 (hex) SHIMAFUJI ELECTRIC CO.,LTD. 000AA3 (base 16) SHIMAFUJI ELECTRIC CO.,LTD. Daihyaku-seimei Kamata Bldg.3F Tokyo 144-0051 JP 00-0A-A7 (hex) FEI Electron Optics 000AA7 (base 16) FEI Electron Optics Achtseweg Noord 5 Eindhoven 5651GG NL 00-0A-A6 (hex) Hochiki Corporation 000AA6 (base 16) Hochiki Corporation 246, TSURUMA MACHIDA TOKYO 194-8577 JP 00-0A-9A (hex) Aiptek International Inc 000A9A (base 16) Aiptek International Inc No 5-1 Innovation Rd 1 Hsin-Chu 300 TW 00-0A-94 (hex) ShangHai cellink CO., LTD 000A94 (base 16) ShangHai cellink CO., LTD C3 MeiLong ZhongXin Industrial Park,No.1 ShangHai 200237 US 00-0A-97 (hex) SONICblue, Inc. 000A97 (base 16) SONICblue, Inc. 2841 Mission College Blvd. Santa Clara CA 95054 US 00-0A-92 (hex) Presonus Corporation 000A92 (base 16) Presonus Corporation 7257 Florida Blvd. Baton Rouge Louisiana 70806 US 00-0A-85 (hex) PLAT'C2,Inc 000A85 (base 16) PLAT'C2,Inc 2-3-6 SOTOKANDA CHIYODA-KU TOKYO 101-0021 JP 00-0A-D0 (hex) Niigata Develoment Center, F.I.T. Co., Ltd. 000AD0 (base 16) Niigata Develoment Center, F.I.T. Co., Ltd. Akane-Niigata Building 2F Niigata Niigata Prefecture 950-0944 JP 00-0A-D4 (hex) CoreBell Systems Inc. 000AD4 (base 16) CoreBell Systems Inc. HTVC 2317 KAIST Yuseong-Gu Daejeon 305-701 KR 00-0A-CA (hex) YOKOYAMA SHOKAI CO.,Ltd. 000ACA (base 16) YOKOYAMA SHOKAI CO.,Ltd. 6-96 Matsumura Kanazawa Ishikawa 920-0348 JP 00-0A-CE (hex) RADIANTECH, INC. 000ACE (base 16) RADIANTECH, INC. 2-1, INDUSTRY EAST RD. 1, SCIENCE-BASED HSIN CHU 300 TW 00-0A-C7 (hex) Unication Group 000AC7 (base 16) Unication Group 3F., No. 6, Wu-Kung 5Rd., Hsinchuang Cit Taipei 242 TW 00-0A-DE (hex) Happy Communication Co., Ltd. 000ADE (base 16) Happy Communication Co., Ltd. 42-11 WonMi-Dong Bucheon-City KyungGi-Do 420-110 KR 00-0A-E2 (hex) Binatone Electronics International, Ltd 000AE2 (base 16) Binatone Electronics International, Ltd Floor 23A, 9 Des Voeux Road West Hong Kong China HK 00-0A-DB (hex) Trilliant 000ADB (base 16) Trilliant 401 Harrison Oaks Blvd. Suite 300 Cary NC 27513 US 00-0A-B8 (hex) Cisco Systems, Inc 000AB8 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0A-AC (hex) TerraTec Electronic GmbH 000AAC (base 16) TerraTec Electronic GmbH Herrenpfad 38 Nettetal 41334 DE 00-0A-BF (hex) HIROTA SS 000ABF (base 16) HIROTA SS Matukawa-Kougyoudanchi Suzaka-shi Nagano 382-0005 JP 00-0A-BC (hex) Seabridge Ltd. 000ABC (base 16) Seabridge Ltd. 3 Hanagar St. Hod-Hasharon Israel 45241 IL 00-0A-50 (hex) REMOTEK CORPORATION 000A50 (base 16) REMOTEK CORPORATION 6F-6, No 77, Sec 1, HSIN TAI WU ROAD, HSI-CHIH TAIPEI HSIEN 221 TW 00-0A-58 (hex) Freyer & Siegel Elektronik GmbH & Co. KG 000A58 (base 16) Freyer & Siegel Elektronik GmbH & Co. KG Neuendorfstraße 18 b Hennigsdorf Brandenburg 16761 DE 00-0A-4E (hex) UNITEK Electronics INC. 000A4E (base 16) UNITEK Electronics INC. 1-18-4 Ohta-ku Tokyo 143-0016 US 00-0A-62 (hex) Crinis Networks, Inc. 000A62 (base 16) Crinis Networks, Inc. 2099 N. Collins Blvd, Suite 200 Richardson TX 75080 US 00-0A-6A (hex) SVM Microwaves s.r.o. 000A6A (base 16) SVM Microwaves s.r.o. U Mrazovky 5 Praha 5 15000 CZ 00-0A-66 (hex) MITSUBISHI ELECTRIC SYSTEM & SERVICE CO.,LTD. 000A66 (base 16) MITSUBISHI ELECTRIC SYSTEM & SERVICE CO.,LTD. 1-4-13 OOYODONAKA,KITA-KU OSAKA 531-0076 JP 00-0A-31 (hex) HCV Consulting 000A31 (base 16) HCV Consulting P O Box 3692 Queensland 4212 AU 00-42-52 (hex) RLX Technologies 004252 (base 16) RLX Technologies 25231 Grograns Mill Rd The Woodlands Tx 77380 US 00-0A-70 (hex) MPLS Forum 000A70 (base 16) MPLS Forum 39355 California Street Fremont CA 94538 US 00-0A-72 (hex) STEC, INC. 000A72 (base 16) STEC, INC. 3001 Daimler Street Santa Ana CA 92705 US 00-0A-3D (hex) Elo Sistemas Eletronicos S.A. 000A3D (base 16) Elo Sistemas Eletronicos S.A. Rua Edu Chaves, 547 Porto Alegre RS 90.240-620 BR 00-0A-46 (hex) ARO WELDING TECHNOLOGIES SAS 000A46 (base 16) ARO WELDING TECHNOLOGIES SAS 1, avenue de Tours Chateau du Loir sarthe 72500 FR 00-0A-71 (hex) Avrio Technologies, Inc 000A71 (base 16) Avrio Technologies, Inc 2655 A Park Center Drive Simi Valley CA 91356 US 00-0A-64 (hex) Eracom Technologies 000A64 (base 16) Eracom Technologies 28 Greg Chappell Drive Burleigh Heads Qld 4220 AU 00-0A-83 (hex) SALTO SYSTEMS S.L. 000A83 (base 16) SALTO SYSTEMS S.L. Arkotz, 9 Polígonoo Lanbarren Oiartzun 20180 ES 00-0A-86 (hex) Lenze 000A86 (base 16) Lenze PO box 101352 Hameln Lower Saxony 31763 DE 00-0A-3F (hex) Data East Corporation 000A3F (base 16) Data East Corporation 4-41-10 Minami-Ogikubo Suginami-ku TOKYO 167-0052 JP 00-0A-0C (hex) Scientific Research Corporation 000A0C (base 16) Scientific Research Corporation 2300 Windy Ridge Parkway Atlanta GA 30339 US 00-09-F6 (hex) Shenzhen Eastern Digital Tech Ltd. 0009F6 (base 16) Shenzhen Eastern Digital Tech Ltd. Shenzhen Futian Chegongmiao Tairan Shenzhen Guangdong 518048 CN 00-0A-20 (hex) SVA Networks, Inc. 000A20 (base 16) SVA Networks, Inc. 840 F Ave., Suite 104 Plano TX 75074 US 00-0A-24 (hex) Octave Communications 000A24 (base 16) Octave Communications 85 Northwest Boulevard Nashua NH 03063 US 00-0A-19 (hex) Valere Power, Inc. 000A19 (base 16) Valere Power, Inc. 661 N. Plano Rd. Richardson Texas 75081 US 00-09-E5 (hex) Hottinger Baldwin Messtechnik GmbH 0009E5 (base 16) Hottinger Baldwin Messtechnik GmbH Im Tiefen See 45 Darmstadt Hessen 64293 DE 00-09-DE (hex) Samjin Information & Communications Co., Ltd. 0009DE (base 16) Samjin Information & Communications Co., Ltd. MajangMyun DukPyungRi 235-2 Ichon KyongGi 467-812 KR 00-09-E0 (hex) XEMICS S.A. 0009E0 (base 16) XEMICS S.A. Rue de la Maladiere 71 CH-2007 Neuchatel Neuchatel 2007 CH 00-0A-01 (hex) SOHOware, Inc. 000A01 (base 16) SOHOware, Inc. 3050 Coronado Drive Santa Clara CA 95054 US 00-09-EC (hex) Daktronics, Inc. 0009EC (base 16) Daktronics, Inc. 315 32nd Ave Brookings SD 57006 US 00-09-EE (hex) MEIKYO ELECTRIC CO.,LTD 0009EE (base 16) MEIKYO ELECTRIC CO.,LTD 4-27-2 Higashiogu Arakawa-ku Tokyo 116-0012 JP 00-09-CA (hex) iMaxNetworks(Shenzhen)Limited. 0009CA (base 16) iMaxNetworks(Shenzhen)Limited. 4/B,South Bldg of 29th,South District of Shenzhen GuangDong 518057 CN 00-09-CF (hex) iAd GmbH 0009CF (base 16) iAd GmbH Unterschlauersbacher Hauptstraße 10 Grosshabersdorf Bavaria 90613 DE 00-0A-11 (hex) ExPet Technologies, Inc 000A11 (base 16) ExPet Technologies, Inc 6F, Kyonggi Small Business Center Suwon, Kyonggi-do, 442-270 442-770 KR 00-0A-0F (hex) Ilryung Telesys, Inc 000A0F (base 16) Ilryung Telesys, Inc Ilryung bldg, 34-2, Cheonho-dong SEOUL 134-861 KR 00-09-E7 (hex) ADC Techonology 0009E7 (base 16) ADC Techonology Sakae Members Office Bld. 4-16-8, Sakae, Nagoya Aichi 4600008 JP 00-09-93 (hex) Visteon Corporation 000993 (base 16) Visteon Corporation 16630 Southfield Road Allen Park Michigan 48101 US 00-09-99 (hex) CP GEORGES RENAULT 000999 (base 16) CP GEORGES RENAULT 38 Rue Bobby Sands 44800 Saint Herblain FR 00-09-94 (hex) Cronyx Engineering 000994 (base 16) Cronyx Engineering Marshala Sokolovskogo str. 4 Moscow 123063 RU 00-09-B9 (hex) Action Imaging Solutions 0009B9 (base 16) Action Imaging Solutions Kings Hall, St Ives Business Park Huntingdon Cambridgeshire PE27 4WY GB 00-09-AC (hex) LANVOICE 0009AC (base 16) LANVOICE 1364-39 SeochoDong, #201 Jihun Bldg Seoul 137-072 KR 00-09-B1 (hex) Kanematsu Electronics, Ltd. 0009B1 (base 16) Kanematsu Electronics, Ltd. 17-5, Kyobashi 2-chome Chuo-ku Tokyo 104-8338 JP 00-09-B0 (hex) Onkyo Corporation 0009B0 (base 16) Onkyo Corporation 2-1 Nisshin-cho Neyagawa Osaka 5728540 JP 00-09-79 (hex) Advanced Television Systems Committee, Inc. 000979 (base 16) Advanced Television Systems Committee, Inc. 1750 K Street NW Washington DC 20006 US 00-09-63 (hex) Dominion Lasercom Inc. 000963 (base 16) Dominion Lasercom Inc. 1716 Briarcrest Dr. Ste. 210 Bryan TX 77802 US 00-09-66 (hex) TRIMBLE EUROPE BV 000966 (base 16) TRIMBLE EUROPE BV Meerheide 45 Eersel DZ 5521 NL 00-09-C1 (hex) PROCES-DATA A/S 0009C1 (base 16) PROCES-DATA A/S Navervej 8 Silkeborg DK-8600 DK 00-09-BB (hex) MathStar, Inc. 0009BB (base 16) MathStar, Inc. 5900 Green Oak Drive Minneapolis MN 55343 US 00-09-68 (hex) TECHNOVENTURE, INC. 000968 (base 16) TECHNOVENTURE, INC. P. O. Box 5641 Pasadena Texas 77508-5641 US 00-09-61 (hex) Switchgear and Instrumentation Ltd 000961 (base 16) Switchgear and Instrumentation Ltd Ripley Road Bradford West Yorkshire BD4 7EH GB 00-09-7C (hex) Cisco Systems, Inc 00097C (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-09-7B (hex) Cisco Systems, Inc 00097B (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-09-9D (hex) Haliplex Communications 00099D (base 16) Haliplex Communications PO Box 147 Mooroolbark Vic 3138 AU 00-09-9E (hex) Testech, Inc. 00099E (base 16) Testech, Inc. Bundang-Technopark, C-Dong, 702-Ho, #145 Sungnam-City Kyungki-Do 463-070 KR 00-09-88 (hex) Nudian Electron Co., Ltd. 000988 (base 16) Nudian Electron Co., Ltd. 797-28 Bangbae-Dong, Seocho-Gu Seoul 137-060 KR 00-09-8E (hex) ipcas GmbH 00098E (base 16) ipcas GmbH Wetterkreuz 17 Erlangen Bavaria 91058 DE 00-09-AB (hex) Netcontrol Oy 0009AB (base 16) Netcontrol Oy Karvaamokuja 3 Helsinki FIN 00380 FI 00-09-60 (hex) YOZAN Inc. 000960 (base 16) YOZAN Inc. YOZAN Bld.,3-5-18, Kitazawa Setagaya-ku Tokyo 155-0031 JP 00-09-56 (hex) Network Systems Group, Ltd. (NSG) 000956 (base 16) Network Systems Group, Ltd. (NSG) 39 Kirpichnaya St., Suite 1302 Moscow 105187 RU 00-09-00 (hex) TMT 000900 (base 16) TMT 11 Kiryat Mada, POB 45199 Jerusalem 91450 IL 00-09-01 (hex) Shenzhen Shixuntong Information & Technoligy Co 000901 (base 16) Shenzhen Shixuntong Information & Technoligy Co Room 403,617 Bldg;Bagua 1 Road ,Shenzhen Shenzhen Guangdong 518029 CN 00-09-13 (hex) SystemK Corporation 000913 (base 16) SystemK Corporation 238-9 Higashi 1, Kita 15, Higashi-ku Sapporo Hokkaido 065-0015 JP 00-09-0E (hex) Helix Technology Inc. 00090E (base 16) Helix Technology Inc. 5F, No. 6, Sec 1, Jung-Shing Rd., Wugu-S Taipei 248 TW 00-09-3C (hex) Jacques Technologies P/L 00093C (base 16) Jacques Technologies P/L 268 Montague Rd West End Queensland 4101 AU 00-09-35 (hex) Sandvine Incorporated 000935 (base 16) Sandvine Incorporated 170 Columbia St. W. Waterloo ON N2L 3L3 CA 00-09-36 (hex) Ipetronik GmbH & Co. KG 000936 (base 16) Ipetronik GmbH & Co. KG Im Rollfeld 28 Baden-Baden Baden-Württemberg 76532 DE 00-09-37 (hex) Inventec Appliance Corp 000937 (base 16) Inventec Appliance Corp 113, Wugung 1 RD., WuKu Industrial nPark Taipei TW 00-09-46 (hex) Cluster Labs GmbH 000946 (base 16) Cluster Labs GmbH Dauerwaldweg 1 Berlin Berlin 14055 DE 00-09-3F (hex) Double-Win Enterpirse CO., LTD 00093F (base 16) Double-Win Enterpirse CO., LTD NO.300, Sec 1, Chung Feng Rd. Ping Chen City Taoyuan Hsien 324 TW 00-09-48 (hex) Vista Control Systems, Corp. 000948 (base 16) Vista Control Systems, Corp. 2001 West Melinda Lane Phoenix AZ 85027 US 00-09-49 (hex) Glyph Technologies Inc. 000949 (base 16) Glyph Technologies Inc. 735 W. Clinton Street Ithaca NY 14850 US 00-09-2A (hex) MYTECS Co.,Ltd. 00092A (base 16) MYTECS Co.,Ltd. 1-12-39, Taishidou Setagaya-ku Tokyo 154-0004 JP 00-09-25 (hex) VSN Systemen BV 000925 (base 16) VSN Systemen BV Keizersveld 83 Venray Limburg 5803 AP NL 00-08-E0 (hex) ATO Technology Ltd. 0008E0 (base 16) ATO Technology Ltd. Rm. 1314-1346, Block B1, Yau Tong Ind. C Hong Kong HK 00-08-E4 (hex) Envenergy Inc 0008E4 (base 16) Envenergy Inc 6307 Carpinteria Ave Carpinteria CA 93013 US 00-08-E3 (hex) Cisco Systems, Inc 0008E3 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-08-E5 (hex) IDK Corporation 0008E5 (base 16) IDK Corporation 6-7-10 Yamato Kanagawa 242-0007 JP 00-08-D9 (hex) Mitadenshi Co.,LTD 0008D9 (base 16) Mitadenshi Co.,LTD 1-8-6 Furuichi Asaminamiku Hiroshima 731-0123 JP 00-08-91 (hex) Lyan Inc. 000891 (base 16) Lyan Inc. 5F-1, NO.51, SEC.2, KEELUNG RD. TAIPEI 110 TW 00-08-92 (hex) EM Solutions 000892 (base 16) EM Solutions 101 Hyde Rd Yeronga Brisbane, QLD 4104 AU 00-08-8C (hex) Quanta Network Systems Inc. 00088C (base 16) Quanta Network Systems Inc. 13, 13F, Sec. 2, Pei-Tou Rd Taipei 112 TW 00-08-8A (hex) Minds@Work 00088A (base 16) Minds@Work 15550 Rockfield Blvd. Suite C Irvine CA 92618 US 00-08-FD (hex) BlueKorea Co., Ltd. 0008FD (base 16) BlueKorea Co., Ltd. 3F, sejong Building, 379-15, Seokyo-Dong Seoul 121-839 KR 00-08-F8 (hex) UTC CCS 0008F8 (base 16) UTC CCS 791 Commerce Blvd Boca Raton FL 33497 US 00-08-D5 (hex) Vanguard Networks Solutions, LLC 0008D5 (base 16) Vanguard Networks Solutions, LLC 25 Forbes Boulevard Foxboro MA 02035 US 00-08-CD (hex) With-Net Inc 0008CD (base 16) With-Net Inc 4FL B&B B/D 1403-4 Anyang Kyonggi 431-061 US 00-08-CC (hex) Remotec, Inc. 0008CC (base 16) Remotec, Inc. 114 Union Valley Road Oakridge TN 37830 US 00-08-D1 (hex) KAREL INC. 0008D1 (base 16) KAREL INC. ORGANIZE SANAYI BOLGESI ANKARA 06935 TR 00-08-A7 (hex) iLogic Inc. 0008A7 (base 16) iLogic Inc. Rm#318, TechnoComplex Bldg., 126-16, 5-g Seoul 136-701 KR 00-08-99 (hex) Netbind, Inc. 000899 (base 16) Netbind, Inc. 5 Marine View Plaza Hoboken NJ 07030 US 00-08-A0 (hex) Stotz Feinmesstechnik GmbH 0008A0 (base 16) Stotz Feinmesstechnik GmbH Hermann-Dreher Str. 6 Gerlingen 70839 DE 00-08-BC (hex) Ilevo AB 0008BC (base 16) Ilevo AB Box 1561 Karlstad Värmland S-651 21 SE 00-08-BD (hex) TEPG-US 0008BD (base 16) TEPG-US 100 Simplex Drive Westminster MA 01441 US 00-08-AE (hex) PacketFront Network Products AB 0008AE (base 16) PacketFront Network Products AB PO 1217 Kistagangen 2, IV Kista Stockholm SE -16428 SE 00-08-C3 (hex) Contex A/S 0008C3 (base 16) Contex A/S Svanevang 2 Allerod DK 3450 DK 00-08-F3 (hex) WANY 0008F3 (base 16) WANY CEEI Cap Alpha Montpellier Herault 34940 FR 00-08-DE (hex) 3UP Systems 0008DE (base 16) 3UP Systems 6 Results Way Cupertino CA 95014 US 00-08-22 (hex) InPro Comm 000822 (base 16) InPro Comm 11F, No. 93 Shuei-Yuan Street TW 00-08-23 (hex) Texa Corp. 000823 (base 16) Texa Corp. Nara Bldg. 3F, 2-2-8 Shin-Yokohama, 222-0033 JP 00-08-1D (hex) Ipsil, Incorporated 00081D (base 16) Ipsil, Incorporated 7945 MacArthur Blvd. Cabin John MD 20818 US 00-08-2D (hex) Indus Teqsite Private Limited 00082D (base 16) Indus Teqsite Private Limited #7, Arya Gowder Road, Tamil Nadu 600033 IN 00-08-20 (hex) Cisco Systems, Inc 000820 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-08-28 (hex) Koei Engineering Ltd. 000828 (base 16) Koei Engineering Ltd. 3-40, 5-Chome Osaku 547-0026 JP 00-08-24 (hex) Nuance Document Imaging 000824 (base 16) Nuance Document Imaging 8390 Mayrand Street Montreal Quebec H4P 2C9 CA 00-08-6C (hex) Plasmon LMS 00086C (base 16) Plasmon LMS 4425 ArrowsWest Drive Colorado Springs CO 80907 US 00-08-68 (hex) PurOptix 000868 (base 16) PurOptix 1945 Camino Vida Roble Carlsbad CA 92008 US 00-08-69 (hex) Command-e Technology Co.,Ltd. 000869 (base 16) Command-e Technology Co.,Ltd. Suite 1108, Zhongsheng Mansion, Beijing 100038 CN 00-08-62 (hex) NEC Eluminant Technologies, Inc. 000862 (base 16) NEC Eluminant Technologies, Inc. 14700 Avion Parkway Chantilly VA 20151 US 00-08-03 (hex) Cos Tron 000803 (base 16) Cos Tron 4F Boolim B/D, 1431-22, Anyang 431-061 KR 00-08-05 (hex) Techno-Holon Corporation 000805 (base 16) Techno-Holon Corporation 3-19-2, Takamatsu-cho Tokyo 190-0011 JP 00-08-08 (hex) PPT Vision, Inc. 000808 (base 16) PPT Vision, Inc. 12988 Valley View Rd. Eden Prairie MN 55344 US 00-08-14 (hex) TIL Technologies 000814 (base 16) TIL Technologies Europark DePichaury, BAT 9 FR 00-08-5C (hex) Shanghai Dare Technologies Co. Ltd. 00085C (base 16) Shanghai Dare Technologies Co. Ltd. 23F, China Merchants Tower, Pudong New Area, Shanghai CN 00-08-2C (hex) Homag AG 00082C (base 16) Homag AG Abt. Ess-Mp., Homag Str. 3-5 DE 00-08-21 (hex) Cisco Systems, Inc 000821 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-08-87 (hex) Maschinenfabrik Reinhausen GmbH 000887 (base 16) Maschinenfabrik Reinhausen GmbH Falkensteinstraße 8 Regensburg Bavaria 93059 DE 00-08-77 (hex) Liebert-Hiross Spa 000877 (base 16) Liebert-Hiross Spa Via Leonardo da Vinci 8 Piove di Sacco Z.I. Tognana 35020 IT 00-08-7B (hex) RTX Telecom A/S 00087B (base 16) RTX Telecom A/S Stroemmen 6 DK 00-08-61 (hex) SoftEnergy Co., Ltd. 000861 (base 16) SoftEnergy Co., Ltd. 346 Sangwangsipli-Dong, KR 00-08-4F (hex) Qualstar Corporation 00084F (base 16) Qualstar Corporation 3990B Heritage Oak Court Simi Valley CA 93063 US 00-08-54 (hex) Netronix, Inc. 000854 (base 16) Netronix, Inc. 3F-1, No. 31, Hsin-Tai Road, TW 00-08-76 (hex) SDSystem 000876 (base 16) SDSystem 613,Hyundai I Valley,223-12, Seongnam Gyeonggi-Do 462-807 KR 00-08-70 (hex) Rasvia Systems, Inc. 000870 (base 16) Rasvia Systems, Inc. 3255-3 Scott Blvd. Santa Clara CA 95054 US 00-08-6E (hex) Hyglo AB 00086E (base 16) Hyglo AB Vastberga alle 60 SE 00-07-FD (hex) LANergy Ltd. 0007FD (base 16) LANergy Ltd. Rudloe Manor GB 00-07-FE (hex) Rigaku Corporation 0007FE (base 16) Rigaku Corporation 3-9-12, Matsubara-cho Tokyo 196-8666 JP 00-04-7D (hex) Pelco 00047D (base 16) Pelco 3500 Pelco Way Clovis CA 93612 US 00-07-BF (hex) Armillaire Technologies, Inc. 0007BF (base 16) Armillaire Technologies, Inc. 10411 Motor City Drive Bethesda MD 20817 US 00-07-BB (hex) Candera Inc. 0007BB (base 16) Candera Inc. 673 South Milpitas Blvd. Milpitas CA 95035 US 00-07-BD (hex) Radionet Ltd. 0007BD (base 16) Radionet Ltd. Keilaranta 6 FI 00-07-C4 (hex) JEAN Co. Ltd. 0007C4 (base 16) JEAN Co. Ltd. 7F, 2, Rei Kuang Road, Taipei TW 00-07-B6 (hex) Telecom Technology Ltd. 0007B6 (base 16) Telecom Technology Ltd. Docklands Innovation Park Dublin 3 IE 00-07-B7 (hex) Samurai Ind. Prods Eletronicos Ltda 0007B7 (base 16) Samurai Ind. Prods Eletronicos Ltda R-Nebraska, 443 S/2 2o Andar 04560-011 BR 00-07-B0 (hex) Office Details, Inc. 0007B0 (base 16) Office Details, Inc. 25 Ottawa Grand Rapids MI 49503 US 00-07-D9 (hex) Splicecom 0007D9 (base 16) Splicecom Little Gillions, The Green Herts WD3 3HY GB 00-07-DA (hex) Neuro Telecom Co., Ltd. 0007DA (base 16) Neuro Telecom Co., Ltd. 2F Misung B/D, 938-7 Kyunggi-do KR 00-07-CD (hex) Kumoh Electronic Co, Ltd 0007CD (base 16) Kumoh Electronic Co, Ltd 154-2 Chunui-dong Gyeonggi-do KR 00-07-CF (hex) Anoto AB 0007CF (base 16) Anoto AB Solvegatan 41 SE 00-07-D2 (hex) Logopak Systeme GmbH & Co. KG 0007D2 (base 16) Logopak Systeme GmbH & Co. KG Dorfstraße 40 DE 00-07-C9 (hex) Technol Seven Co., Ltd. 0007C9 (base 16) Technol Seven Co., Ltd. 25-16 Tobehon-cho, Nisi-ku, JP 00-07-C7 (hex) Synectics Systems Limited 0007C7 (base 16) Synectics Systems Limited 3 Acorn Business Park S8 OTB GB 00-07-C3 (hex) Thomson 0007C3 (base 16) Thomson 5-7, rue Salomon de Rothschild 92150 FR 00-07-A5 (hex) Y.D.K Co. Ltd. 0007A5 (base 16) Y.D.K Co. Ltd. 1705, Oshitate, Inagi-City, JP 00-07-9C (hex) Golden Electronics Technology Co., Ltd. 00079C (base 16) Golden Electronics Technology Co., Ltd. No. 29, 21st Road, TW 00-07-E4 (hex) SoftRadio Co., Ltd. 0007E4 (base 16) SoftRadio Co., Ltd. 2F, Dong-Bok B/D 645-18 Seoul KR 00-07-8E (hex) Garz & Friche GmbH 00078E (base 16) Garz & Friche GmbH Tempowerhving 4 DE 00-07-54 (hex) Xyterra Computing, Inc. 000754 (base 16) Xyterra Computing, Inc. 14505 Hayden Rd., Scottsdale AZ 85260-6953 US 00-07-57 (hex) Topcall International AG 000757 (base 16) Topcall International AG Talpagasse 1 AT 00-07-53 (hex) Beijing Qxcomm Technology Co., Ltd. 000753 (base 16) Beijing Qxcomm Technology Co., Ltd. 4F Tower B, TongTai Building No. 33, Beijing 100032 CN 00-07-4C (hex) Beicom Inc. 00074C (base 16) Beicom Inc. 114 King Street Alexandria VA 22314 US 00-07-4D (hex) Zebra Technologies Corp. 00074D (base 16) Zebra Technologies Corp. 333 Corporate Woods Parkway Vernon Hills IL 60061 US 00-07-32 (hex) AAEON Technology Inc. 000732 (base 16) AAEON Technology Inc. 5F, #135, Lane 235, Pao Chiao Road Taipei TW 00-07-25 (hex) Bematech International Corp. 000725 (base 16) Bematech International Corp. 5895 Shiloh Road Alpharetta GA 30005 US 00-07-23 (hex) ELCON Systemtechnik GmbH 000723 (base 16) ELCON Systemtechnik GmbH Obere Hauptstraße10 DE 00-07-1D (hex) Satelsa Sistemas Y Aplicaciones De Telecomunicaciones, S.A. 00071D (base 16) Satelsa Sistemas Y Aplicaciones De Telecomunicaciones, S.A. c/, Alejandro Moran, 56 ES 00-07-20 (hex) Trutzschler GmbH & Co. KG 000720 (base 16) Trutzschler GmbH & Co. KG Duvenstraße 82-92 DE 00-07-6E (hex) Sinetica Corporation Limited 00076E (base 16) Sinetica Corporation Limited Willow House Monmouthshire Usk NP15 1HY GB 00-07-6F (hex) Synoptics Limited 00076F (base 16) Synoptics Limited Beacon House, Nuffield Road, GB 00-07-73 (hex) Ascom Powerline Communications Ltd. 000773 (base 16) Ascom Powerline Communications Ltd. Belpstr. 37 CH 00-07-6C (hex) Daehanet, Inc. 00076C (base 16) Daehanet, Inc. #8-2 Chung Jung Rd 2- Ga Seoul 120-012 KR 00-07-5D (hex) Celleritas Inc. 00075D (base 16) Celleritas Inc. c/o Celeritas Ltd. IL 00-07-3F (hex) Woojyun Systec Co., Ltd. 00073F (base 16) Woojyun Systec Co., Ltd. 4F Han Yang B/D, Yoido-dong Seoul 150-010 KR 00-07-28 (hex) Neo Telecom 000728 (base 16) Neo Telecom East Building 9F, 1T Songpa-gu, Seoul KR 00-07-2C (hex) Fabricom 00072C (base 16) Fabricom Rue Gatti De Gamond 254 BE 00-07-2D (hex) CNSystems 00072D (base 16) CNSystems Baumkircherstrasse 1 AT 00-07-2F (hex) Intransa, Inc. 00072F (base 16) Intransa, Inc. 2670 Zanker San Jose CA 95134 US 00-07-80 (hex) Bluegiga Technologies OY 000780 (base 16) Bluegiga Technologies OY P.O. BOX 120 FIN-02631 Espoo FI 00-07-77 (hex) Motah Ltd. 000777 (base 16) Motah Ltd. 4-4-5 Koishikawa 112-0002 JP 00-07-24 (hex) Telemax Co., Ltd. 000724 (base 16) Telemax Co., Ltd. 6th Fl. Sungwoo B/D, 1099-1 Kyungki-Do, 435-040 KR 00-07-1B (hex) CDVI Americas Ltd 00071B (base 16) CDVI Americas Ltd 1637 Autoroute Laval West Laval Quebec H7L 3W3 CA 00-07-15 (hex) General Research of Electronics, Inc. 000715 (base 16) General Research of Electronics, Inc. 3-12-17, Mita, Minato-ku Tokyo 108-0073 JP 00-07-37 (hex) Soriya Co. Ltd. 000737 (base 16) Soriya Co. Ltd. 2, 8th Floor Hanshin B/O, 136-1, Seoul, KR 00-07-34 (hex) ONStor, Inc. 000734 (base 16) ONStor, Inc. 130-B Knowles Drive Los Gatos CA 95032 US 00-07-65 (hex) Jade Quantum Technologies, Inc. 000765 (base 16) Jade Quantum Technologies, Inc. 5F, No. 116, Hsien Fu Rd., TW 00-05-EA (hex) Rednix 0005EA (base 16) Rednix 502, Dong-A Resort Officetel Taejon 305-709 KR 00-06-C9 (hex) Technical Marketing Research, Inc. 0006C9 (base 16) Technical Marketing Research, Inc. Shin Nihon Gijutsu Bldg. Tokyo 105-0012 105-0012 JP 00-06-C8 (hex) Sumitomo Metal Micro Devices, Inc. 0006C8 (base 16) Sumitomo Metal Micro Devices, Inc. 1, Higashimukojima Higashino-cho JP 00-06-F1 (hex) Optillion 0006F1 (base 16) Optillion Kronborgsgr.9 SE 00-06-A7 (hex) Primarion 0006A7 (base 16) Primarion 3450 Torrance Blvd. Torrance CA 90503 US 00-06-A9 (hex) Universal Instruments Corp. 0006A9 (base 16) Universal Instruments Corp. PO Box 825 Binghamton NY 13902 US 00-06-9E (hex) UNIQA, Inc. 00069E (base 16) UNIQA, Inc. 477 Valley Way Milpitas CA 95035 US 00-06-B1 (hex) Sonicwall 0006B1 (base 16) Sonicwall 1160 Bordeaux Dr. Sunnyvale CA 94089 US 00-06-AD (hex) KB Electronics Ltd. 0006AD (base 16) KB Electronics Ltd. 150 Bluewater Rd. B4B 1G9 CA 00-06-AF (hex) Xalted Networks 0006AF (base 16) Xalted Networks 2901 Dallas Parkway Plano TX 75093 US 00-06-D7 (hex) Cisco Systems, Inc 0006D7 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-06-D5 (hex) Diamond Systems Corp. 0006D5 (base 16) Diamond Systems Corp. 8430-D Central Ave. Newark CA 94560 US 00-06-FD (hex) Comjet Information Systems Corp. 0006FD (base 16) Comjet Information Systems Corp. 7Fl., No. 103, Fen Liao Street TW 00-06-F9 (hex) Mitsui Zosen Systems Research Inc. 0006F9 (base 16) Mitsui Zosen Systems Research Inc. 11-1, Uno 1-chome 706-0011 JP 00-06-C0 (hex) United Internetworks, Inc. 0006C0 (base 16) United Internetworks, Inc. 5072 North 300 West, Suite 2N Provo UT 84604 US 00-06-E0 (hex) MAT Co., Ltd. 0006E0 (base 16) MAT Co., Ltd. 864-3 Kwanyang-dong Kyunggi-do 431-060 KR 00-D0-B9 (hex) MICROTEK INTERNATIONAL, INC. 00D0B9 (base 16) MICROTEK INTERNATIONAL, INC. NO. 6 INDUSTRY EAST ROAD 3 TAIWAN 30077 TAIWAN 30077 R.O.C. TW 00-D0-5F (hex) VALCOM, INC. 00D05F (base 16) VALCOM, INC. 1111 INDUSTRY AVENUE ROANOKE VA 24013 US 00-06-75 (hex) Banderacom, Inc. 000675 (base 16) Banderacom, Inc. 9211 Waterford Centre Blvd. Austin TX 78758 US 00-06-98 (hex) egnite GmbH 000698 (base 16) egnite GmbH Erinstraße 9 Castrop-Rauxel D-44575 DE 00-06-9C (hex) Transmode Systems AB 00069C (base 16) Transmode Systems AB Jakobsdalsvagen 17 Hägersten SE-126 53 SE 00-06-43 (hex) SONO Computer Co., Ltd. 000643 (base 16) SONO Computer Co., Ltd. 1F., No. 8, Alley 35, Lane 91, Taipei TW 00-06-49 (hex) 3M Deutschland GmbH 000649 (base 16) 3M Deutschland GmbH Carl-Schurz-Str. 1 Neuss D-41453 DE 00-06-3E (hex) Opthos Inc. 00063E (base 16) Opthos Inc. 590 Taylor Way San Carlos CA 94070 US 00-06-3B (hex) Arcturus Networks Inc. 00063B (base 16) Arcturus Networks Inc. 701 Evans Ave. - Suite 300 Toronto Ontario M9C 1A3 CA 00-06-7B (hex) Toplink C&C Corporation 00067B (base 16) Toplink C&C Corporation 6F-15, No. 12, Lane 609, Sec. 5 Taipei Hsien 241 TW 00-06-70 (hex) Upponetti Oy 000670 (base 16) Upponetti Oy Tykistokatu 4D FI 00-06-6F (hex) Korea Data Systems 00066F (base 16) Korea Data Systems 170, Gongdan-Dong, Gumi-Si Kyungbuk 730-030 KR 00-06-68 (hex) Vicon Industries Inc. 000668 (base 16) Vicon Industries Inc. 89 Arkay Drive Hauppauge NY 11788 US 00-06-6D (hex) Compuprint S.P.A. 00066D (base 16) Compuprint S.P.A. Via Martiri D'Italia 26 IT 00-06-26 (hex) MWE GmbH 000626 (base 16) MWE GmbH Olbrichtstraße 21 DE 00-06-20 (hex) Serial System Ltd. 000620 (base 16) Serial System Ltd. 76 Playfair Road 367996 SG 00-06-18 (hex) DigiPower Manufacturing Inc. 000618 (base 16) DigiPower Manufacturing Inc. No. 114, Floor 13, Sec. 1, Taipei TW 00-06-33 (hex) Cross Match Technologies GmbH 000633 (base 16) Cross Match Technologies GmbH Unstrutweg 4 Jena 07743 DE 00-06-86 (hex) ZARDCOM Co., Ltd. 000686 (base 16) ZARDCOM Co., Ltd. 4F, 1548-1, Seocho Dong, Seocho-Gu Seoul KR 00-06-89 (hex) yLez Technologies Pte Ltd 000689 (base 16) yLez Technologies Pte Ltd No. 1, Tannery Road, Cencon 1, SG 00-06-81 (hex) Goepel Electronic GmbH 000681 (base 16) Goepel Electronic GmbH Goeschwitzer Str. 58-60 DE 00-06-58 (hex) Helmut Fischer GmbH Institut für Elektronik und Messtechnik 000658 (base 16) Helmut Fischer GmbH Institut für Elektronik und Messtechnik Industriestraße 21 DE 00-05-D3 (hex) eProduction Solutions, Inc. 0005D3 (base 16) eProduction Solutions, Inc. 22001 North Park Drive Kingwood TX 77339-3804 US 00-06-04 (hex) @Track Communications, Inc. 000604 (base 16) @Track Communications, Inc. 1155 Kas Dr. Richardson TX 75081 US 00-06-06 (hex) RapidWAN, Inc. 000606 (base 16) RapidWAN, Inc. 2085 Hamilton Ave. San Jose CA 95125 US 00-06-03 (hex) Baker Hughes Inc. 000603 (base 16) Baker Hughes Inc. 2001 Rankin Rd. Houston TX 77073 US 00-06-07 (hex) Omni Directional Control Technology Inc. 000607 (base 16) Omni Directional Control Technology Inc. 8F-2, No. 94, Pao-Chung Rd. Taipei Hsien, TW 00-05-F7 (hex) Analog Devices, Inc. 0005F7 (base 16) Analog Devices, Inc. Three Technology Way Norwood MA 02062-2666 US 00-05-9C (hex) Kleinknecht GmbH, Ing. Büro 00059C (base 16) Kleinknecht GmbH, Ing. Büro Bachstraße 30 DE 00-05-AE (hex) Mediaport USA 0005AE (base 16) Mediaport USA 17151 Newhope Ave. #202 Fountain Valley CA 92708 US 00-05-B0 (hex) Korea Computer Technology Co., Ltd. 0005B0 (base 16) Korea Computer Technology Co., Ltd. KCT Bldg, 111-3 Yangjae-Dong, KR 00-05-B2 (hex) Medison Co., Ltd. 0005B2 (base 16) Medison Co., Ltd. 997-4, Saechi-Dong, 135-280 KR 00-05-97 (hex) Eagle Traffic Control Systems 000597 (base 16) Eagle Traffic Control Systems 8004 Cameron Road Austin TX 78754 US 00-05-B5 (hex) Broadcom Technologies 0005B5 (base 16) Broadcom Technologies 137-060 Secho-Gu Seoul, KR 00-05-CB (hex) ROIS Technologies, Inc. 0005CB (base 16) ROIS Technologies, Inc. 6th F Changhyun B/D, 960-1 431-080 KR 00-05-C8 (hex) VERYTECH 0005C8 (base 16) VERYTECH #402, Jang Young Shil Kwan, KR 00-05-CD (hex) D&M Holdings Inc. 0005CD (base 16) D&M Holdings Inc. D&M Building, 2-1 Nisshin-cho Kawasaki-shi Kanagawa 210-8569 JP 00-05-A2 (hex) CELOX Networks 0005A2 (base 16) CELOX Networks 940 West Port Plaza - Ste. #300 St. Louis MO 63146 US 00-05-AA (hex) Moore Industries International Inc. 0005AA (base 16) Moore Industries International Inc. 16650 Schoenborn St. North Hills CA 91343 US 00-05-E7 (hex) Netrake an AudioCodes Company 0005E7 (base 16) Netrake an AudioCodes Company 3000 Technology Drive Plano TX 75074 US 00-05-F4 (hex) System Base Co., Ltd. 0005F4 (base 16) System Base Co., Ltd. 475-22, BangBae 2 dong, KR 00-05-E1 (hex) Trellis Photonics, Ltd. 0005E1 (base 16) Trellis Photonics, Ltd. P.O.B. 36 IL 00-05-E2 (hex) Creativ Network Technologies 0005E2 (base 16) Creativ Network Technologies 1755 St. Regis Suite 240 Quebec H9B-2M9 CA 00-06-13 (hex) Kawasaki Microelectronics Incorporated 000613 (base 16) Kawasaki Microelectronics Incorporated MTG B-5, 1-3, Nakase, Mihama-ku Chiba 261-8501 JP 00-06-17 (hex) Redswitch Inc. 000617 (base 16) Redswitch Inc. 1815 McCandless Drive Milpitas CA 95035-8046 US 00-05-51 (hex) F & S Elektronik Systeme GmbH 000551 (base 16) F & S Elektronik Systeme GmbH Untere Waldplaetze 23 Stuttgart 70569 DE 00-05-4D (hex) Brans Technologies, Inc. 00054D (base 16) Brans Technologies, Inc. 501 Boramae Academy Tower KR 00-05-47 (hex) Starent Networks 000547 (base 16) Starent Networks 30 International Place Tewksbury MA 01876 US 00-05-4E (hex) Philips 00054E (base 16) Philips 1000 West Maude Avenue Sunnyvale CA 94085-2810 US 00-05-46 (hex) KDDI Network & Solultions Inc. 000546 (base 16) KDDI Network & Solultions Inc. 2-3-1, Nishishinjunku-ku, Tokyo 163-0907 JP 00-05-40 (hex) FAST Corporation 000540 (base 16) FAST Corporation 2791-5 Shimo-Tsuruma 242-0001 JP 00-05-3C (hex) XIRCOM 00053C (base 16) XIRCOM 2300 CORPORATE CENTER DR. THOUSAND OAKS CA 91320 US 00-05-44 (hex) Valley Technologies, Inc. 000544 (base 16) Valley Technologies, Inc. 1006 West College Ave. State College PA 16801 US 00-05-2E (hex) Cinta Networks 00052E (base 16) Cinta Networks 3010 North First Street San Jose CA 95134 US 00-05-2F (hex) Leviton Network Solutions 00052F (base 16) Leviton Network Solutions 2222 222nd Street S.E. Bothell WA 98021 US 00-05-3B (hex) Harbour Networks Ltd., Co. Beijing 00053B (base 16) Harbour Networks Ltd., Co. Beijing 13/F, JiuLing Building, No. 21, 100089 CN 00-05-28 (hex) New Focus, Inc. 000528 (base 16) New Focus, Inc. 2630 Walsh Ave. Santa Clara CA 95051 US 00-05-6B (hex) C.P. Technology Co., Ltd. 00056B (base 16) C.P. Technology Co., Ltd. 12F, No. 86, Hsin Tai Wu Rd., 221 TW 00-05-60 (hex) LEADER COMM.CO., LTD 000560 (base 16) LEADER COMM.CO., LTD 234, Komae-ri, Kiheung-eup, 449-900 KR 00-05-5E (hex) Cisco Systems, Inc 00055E (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-05-96 (hex) Genotech Co., Ltd. 000596 (base 16) Genotech Co., Ltd. #308 Gunkook Bldg., Gumchon-Gu Seoul KR 00-05-79 (hex) Universal Control Solution Corp. 000579 (base 16) Universal Control Solution Corp. 12843 Foothill Blvd. Sylmar CA 91342 US 00-05-7F (hex) Acqis Technology 00057F (base 16) Acqis Technology 1621 West El Camino Real Mt. View CA 94040 US 00-05-73 (hex) Cisco Systems, Inc 000573 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-05-75 (hex) CDS-Electronics BV 000575 (base 16) CDS-Electronics BV Mozart laan 330 NL 00-05-56 (hex) 360 Systems 000556 (base 16) 360 Systems 31355 Agoura Road Westlake Village CA 91361 US 00-05-59 (hex) Intracom S.A. 000559 (base 16) Intracom S.A. 19 5 KM Markopoulou Ave. Attika GR 00-05-8C (hex) Opentech Inc. 00058C (base 16) Opentech Inc. 6F, DongWon Bldg., 275 Seoul 137-130 KR 00-04-C9 (hex) Micro Electron Co., Ltd. 0004C9 (base 16) Micro Electron Co., Ltd. 13-1-205 Aobaokakita Suita-city Osaka JP 00-04-BE (hex) OptXCon, Inc. 0004BE (base 16) OptXCon, Inc. P.O. Box 13449 Research Triangle Park NC 27709-3449 US 00-04-C4 (hex) Audiotonix Group Limited 0004C4 (base 16) Audiotonix Group Limited Unit 10, Silverglade Business Park Chessington Surrey KT9 2QL GB 00-04-C1 (hex) Cisco Systems, Inc 0004C1 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-04-D6 (hex) Takagi Industrial Co., Ltd. 0004D6 (base 16) Takagi Industrial Co., Ltd. Electronic Instrument Div. 418-0103 418-0103 JP 00-04-D1 (hex) Drew Technologies, Inc. 0004D1 (base 16) Drew Technologies, Inc. 3915 Research Park Dr Ann Arbor MI 48108 US 00-04-D0 (hex) Softlink s.r.o. 0004D0 (base 16) Softlink s.r.o. Tomkova 409 Czech Republic CZ 00-80-87 (hex) OKI ELECTRIC INDUSTRY CO., LTD 008087 (base 16) OKI ELECTRIC INDUSTRY CO., LTD 10-3 SHIBAURA 4-CHOME JP 00-04-D9 (hex) Titan Electronics, Inc. 0004D9 (base 16) Titan Electronics, Inc. Rm 7, 11 Fl., No. 398, Taoyuan Taoyuan TAIWAN TW 00-04-D8 (hex) IPWireless, Inc. 0004D8 (base 16) IPWireless, Inc. 4 Landsowne Court SN14 GRZ UK GB 00-05-24 (hex) BTL System (HK) Limited 000524 (base 16) BTL System (HK) Limited 14/F., Blk. B, Vita Tower, Aberdeen HK 00-05-22 (hex) LEA*D Corporation, Inc. 000522 (base 16) LEA*D Corporation, Inc. Advatech Bldg. IL 00-05-20 (hex) Smartronix, Inc. 000520 (base 16) Smartronix, Inc. 22685 Three Notch Rd. California MD 20619 US 00-04-EB (hex) Paxonet Communications, Inc. 0004EB (base 16) Paxonet Communications, Inc. 4046 Clipper Court Fremont CA 94538 US 00-04-EF (hex) Polestar Corp. 0004EF (base 16) Polestar Corp. RM #802 SeoGeon B/D, 1480, Korea (ROK) KR 00-05-14 (hex) KDT Systems Co., Ltd. 000514 (base 16) KDT Systems Co., Ltd. 102-6, Chobu-Li, Mohyun-Myun, KR 00-05-0B (hex) SICOM Systems, Inc. 00050B (base 16) SICOM Systems, Inc. 4140 Skyron Drive Doylestown PA 18901 US 00-05-05 (hex) Systems Integration Solutions, Inc. 000505 (base 16) Systems Integration Solutions, Inc. 3922 Coconut Palm Drive, Tampa FL 33619 US 00-04-FE (hex) Pelago Networks 0004FE (base 16) Pelago Networks 701 E. Plano Parkway - Ste. #205 Plano TX 75074 US 00-05-18 (hex) Jupiters Technology 000518 (base 16) Jupiters Technology PO Box 12693 AU 00-04-B7 (hex) AMB i.t. Holding 0004B7 (base 16) AMB i.t. Holding Zuiderhoutlaan 4 PJ Haarlem 2012 NL 00-04-B9 (hex) S.I. Soubou, Inc. 0004B9 (base 16) S.I. Soubou, Inc. 4-2586-8 Tokorozawa Sitama 359-0047 JP 00-04-BB (hex) Bardac Corporation 0004BB (base 16) Bardac Corporation 40 Log Canoe Circle Stevensville MD 21666 US 00-04-BC (hex) Giantec, Inc. 0004BC (base 16) Giantec, Inc. 4F, No. 3, Lane 123, TAIWAN 231 TAIWAN 231 R.O.C. TW 00-04-AF (hex) Digital Fountain, Inc. 0004AF (base 16) Digital Fountain, Inc. 600 Alabama St. San Francisco CA 94110 US 00-04-56 (hex) Cambium Networks Limited 000456 (base 16) Cambium Networks Limited Unit B2, Linhay Business Park, Ashburton Devon TQ13 7UP GB 00-04-58 (hex) Fusion X Co., Ltd. 000458 (base 16) Fusion X Co., Ltd. #905 Hansol Techno Town Zip 435-030 KR 00-04-4F (hex) Schubert System Elektronik Gmbh 00044F (base 16) Schubert System Elektronik Gmbh Rudolf-Diesel-Str. 17 DE 00-04-46 (hex) CYZENTECH Co., Ltd. 000446 (base 16) CYZENTECH Co., Ltd. 601 Eunkyeong B/D 141-31, 135-876 KOREA KR 00-04-4A (hex) iPolicy Networks, Inc. 00044A (base 16) iPolicy Networks, Inc. 47467 Fremont Blvd. Fremont CA 94538 US 00-04-40 (hex) cyberPIXIE, Inc. 000440 (base 16) cyberPIXIE, Inc. 68 E. Wacker Place, Chicago IL 60601 US 00-04-3C (hex) SONOS Co., Ltd. 00043C (base 16) SONOS Co., Ltd. #725 Pungsan Apt. Factory Rep. of KOREA Zip Code: 411-815 KR 00-04-B2 (hex) ESSEGI SRL 0004B2 (base 16) ESSEGI SRL Via Del Cavaratori, 17 IT 00-04-B4 (hex) CIAC 0004B4 (base 16) CIAC 18 rue Joseph BARA FR 00-04-AD (hex) Malibu Networks 0004AD (base 16) Malibu Networks 26637 Agoura Rd. Calabasas CA 91302 US 00-04-A9 (hex) SandStream Technologies, Inc. 0004A9 (base 16) SandStream Technologies, Inc. 1955 Lakeway Dr. Lewisville TX 75057 US 00-04-61 (hex) EPOX Computer Co., Ltd. 000461 (base 16) EPOX Computer Co., Ltd. 11F, #346, Chung San Rd. TAIWAN TAIWAN R.O.C. TW 00-04-62 (hex) DAKOS Data & Communication Co., Ltd. 000462 (base 16) DAKOS Data & Communication Co., Ltd. 2nd Floor Bethel Building 324-1 Zip code: 137-130 TW 00-04-5F (hex) Avalue Technology, Inc. 00045F (base 16) Avalue Technology, Inc. 7F, 228, Lian-Cheng Road TAIWAN TAIWAN R.O.C. TW 00-04-9C (hex) Surgient Networks, Inc. 00049C (base 16) Surgient Networks, Inc. 3520 Executive Center Drive Austin TX 78731 US 00-04-9D (hex) Ipanema Technologies 00049D (base 16) Ipanema Technologies 28, Rue De La Redoute FR 00-04-60 (hex) Knilink Technology, Inc. 000460 (base 16) Knilink Technology, Inc. 10F, #96, Hsin Tai Wu Rd., TAIWAN TW 00-04-8F (hex) TD Systems Corporation 00048F (base 16) TD Systems Corporation 100 Bearfoot Rd. Hudson MA 01749 US 00-04-95 (hex) Tejas Networks India Limited 000495 (base 16) Tejas Networks India Limited #58, 1st Main Road, J.P. Nagar, Bangalore 560078 IN 00-04-6F (hex) Digitel S/A Industria Eletronica 00046F (base 16) Digitel S/A Industria Eletronica R. Doutor Joao Ignacio, 1165 Zip: 90230.181 BR 00-04-69 (hex) Innocom, Inc. 000469 (base 16) Innocom, Inc. 655-2 Naebalsan-Dong 157-280 157-280 KOREA KR 00-04-87 (hex) Cogency Semiconductor, Inc. 000487 (base 16) Cogency Semiconductor, Inc. 362 Terry Fox Drive, Suite 210 CA 00-04-68 (hex) Vivity, Inc. 000468 (base 16) Vivity, Inc. 3360 Mitchell Lane Boulder CO 80301 US 00-03-E1 (hex) Winmate Communication, Inc. 0003E1 (base 16) Winmate Communication, Inc. 9F,No.111-6,Shing-De Rd Taipei 241 TW 00-03-E4 (hex) Cisco Systems, Inc 0003E4 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-03-DC (hex) Lexar Media, Inc. 0003DC (base 16) Lexar Media, Inc. 47421 Bayside Parkway Fremont CA 94538 US 00-03-D8 (hex) iMPath Networks, Inc. 0003D8 (base 16) iMPath Networks, Inc. 1431 Merivale Rd. CANADA K2E 1B9 CA 00-03-D5 (hex) Advanced Communications Co., Ltd. 0003D5 (base 16) Advanced Communications Co., Ltd. 2876-1 Ooka Shizuoka 41-0022 JP 00-03-F7 (hex) Plast-Control GmbH 0003F7 (base 16) Plast-Control GmbH Walter-Freitag-Str. 15 DE 00-03-FC (hex) Intertex Data AB 0003FC (base 16) Intertex Data AB Rissneleden 45 SE 00-03-EF (hex) Oneline AG 0003EF (base 16) Oneline AG Steinfeldstraße 3 DE 00-03-F1 (hex) Cicada Semiconductor, Inc. 0003F1 (base 16) Cicada Semiconductor, Inc. 811 Barton Springs Rd. Austin TX 78704 US 00-04-30 (hex) Netgem 000430 (base 16) Netgem 27 rue d'Orleans FR 00-04-2C (hex) Minet, Inc. 00042C (base 16) Minet, Inc. 3F Se-A Venture Tower KOREA KR 00-04-2A (hex) Wireless Networks, Inc. 00042A (base 16) Wireless Networks, Inc. 2322 El Camino Real San Mateo CA 94403 US 00-04-2B (hex) IT Access Co., Ltd. 00042B (base 16) IT Access Co., Ltd. 3-17-6, Shinyokohama, Kouhoku-ku Yokohama-shi Kanagawa 222-8545 JP 00-03-D6 (hex) RADVision, Ltd. 0003D6 (base 16) RADVision, Ltd. 24 Raul Wallenberg St. IL 00-03-D4 (hex) Alloptic, Inc. 0003D4 (base 16) Alloptic, Inc. 6960 Koll Center Parkway Pleasanton CA 94566 US 00-03-CE (hex) ETEN Technologies, Inc. 0003CE (base 16) ETEN Technologies, Inc. 2F, No. 9, Lane 235, Pao-Chiao Rd., TAIWAN TAIWAN R.O.C. TW 00-03-C8 (hex) CML Emergency Services 0003C8 (base 16) CML Emergency Services 75 Boulevard la Technologies CA 00-03-C3 (hex) Micronik Multimedia 0003C3 (base 16) Micronik Multimedia Brückenstraße 2 DE 00-04-19 (hex) Fibercycle Networks, Inc. 000419 (base 16) Fibercycle Networks, Inc. 20 South Santa Cruz Ave. Los Gatos CA 95030 US 00-04-1C (hex) ipDialog, Inc. 00041C (base 16) ipDialog, Inc. 1762 Technology Drive San Jose CA 95110 US 00-04-18 (hex) Teltronic S.A.U. 000418 (base 16) Teltronic S.A.U. Poligono de Malpica ES 00-03-70 (hex) NXTV, Inc. 000370 (base 16) NXTV, Inc. 5955 De Soto Ave, #160 Woodland Hills CA 91367 US 00-04-02 (hex) Nexsan Technologies, Ltd. 000402 (base 16) Nexsan Technologies, Ltd. Parker Centre Derby DE21 4SZ GB 00-03-ED (hex) Shinkawa Electric Co., Ltd. 0003ED (base 16) Shinkawa Electric Co., Ltd. 3-2-24 3 chome JP 00-03-BD (hex) OmniCluster Technologies, Inc. 0003BD (base 16) OmniCluster Technologies, Inc. 4950 Blue Lake Drive Boca Raton FL 33431 US 00-03-C0 (hex) RFTNC Co., Ltd. 0003C0 (base 16) RFTNC Co., Ltd. 3F, 1624-24, Bongchen-dong SOUTH KOREA KR 00-03-B8 (hex) NetKit Solutions, LLC 0003B8 (base 16) NetKit Solutions, LLC 26630 Agoura Road Calabasas CA 91302 US 00-03-B7 (hex) ZACCESS Systems 0003B7 (base 16) ZACCESS Systems 275 Shoreline Drive, #110 Redwood City CA 94065 US 00-03-A0 (hex) Cisco Systems, Inc 0003A0 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-03-A2 (hex) Catapult Communications 0003A2 (base 16) Catapult Communications 160 S. Whisman Rd. Mountain View CA 94041 US 00-03-9C (hex) OptiMight Communications, Inc. 00039C (base 16) OptiMight Communications, Inc. 980 Linda Vista Avenue Mountain View CA 94043 US 00-03-B0 (hex) Xsense Technology Corp. 0003B0 (base 16) Xsense Technology Corp. 11 F, 232, Sec. 3, ChengTeh Rd. Taipei TAIWAN, 103 TW 00-03-AA (hex) Watlow 0003AA (base 16) Watlow 1241 Bundy Blvd. Winona MN 55987 US 00-03-A8 (hex) IDOT Computers, Inc. 0003A8 (base 16) IDOT Computers, Inc. 3F., No. 137, Lane 235 TAIWAN TAIWAN R.O.C. TW 00-03-55 (hex) TeraBeam Internet Systems 000355 (base 16) TeraBeam Internet Systems 14833 NE 87th St., Bldg. C Redmond WA 98052 US 00-03-69 (hex) Nippon Antenna Co., Ltd. 000369 (base 16) Nippon Antenna Co., Ltd. No. 49-8, Nishiogu, Tokyo 116-8561 JP 00-03-73 (hex) Aselsan A.S 000373 (base 16) Aselsan A.S Mehmet Akif Ersoy Mah. TR 00-03-77 (hex) Gigabit Wireless 000377 (base 16) Gigabit Wireless 3099 N. First Street San Jose CA 95134 US 00-03-65 (hex) Kira Information & Communications, Ltd. 000365 (base 16) Kira Information & Communications, Ltd. 6th Fl. Anam Tower, KR 00-03-85 (hex) Actelis Networks, Inc. 000385 (base 16) Actelis Networks, Inc. 1 Bazel St., P.O.B. 10173 IL 00-03-54 (hex) Fiber Logic Communications 000354 (base 16) Fiber Logic Communications 5F-3, No. 9, Prosperity Road One, Hsinchu TW 00-03-50 (hex) BTICINO SPA 000350 (base 16) BTICINO SPA Via L. Manara, 4 IT 00-03-51 (hex) Diebold, Inc. 000351 (base 16) Diebold, Inc. 5995 Mayfair Road North Canton OH 44720 US 00-03-4E (hex) Pos Data Company, Ltd. 00034E (base 16) Pos Data Company, Ltd. 276-2, Seo-Hyun Dong, KR 00-03-48 (hex) Norscan Instruments, Ltd. 000348 (base 16) Norscan Instruments, Ltd. 7 Terracon Place R2J 4B3 CA 00-03-46 (hex) Hitachi Kokusai Electric, Inc. 000346 (base 16) Hitachi Kokusai Electric, Inc. 1-6-10 Uchikanda JP 00-03-44 (hex) Tietech.Co., Ltd. 000344 (base 16) Tietech.Co., Ltd. 2-13-1 Chikamatoori Minamiku JP 00-02-E6 (hex) Gould Instrument Systems, Inc. 0002E6 (base 16) Gould Instrument Systems, Inc. 8333 Rockside Road Valley View OH 44125 US 00-02-E4 (hex) JC HYUN Systems, Inc. 0002E4 (base 16) JC HYUN Systems, Inc. Shinbong Bldg, 736-6, Seoul (135-080) KR 00-02-DE (hex) Astrodesign, Inc. 0002DE (base 16) Astrodesign, Inc. 2-22-12 Kamikodana Ka Kanagawa JP 00-02-E2 (hex) NDC Infared Engineering 0002E2 (base 16) NDC Infared Engineering 5314 N. Irwindale Ave. Irwindale CA 91706 US 00-02-E1 (hex) Integrated Network Corporation 0002E1 (base 16) Integrated Network Corporation 757 Route 202/206 Bridgewater NJ 08807 US 00-02-F7 (hex) ARM 0002F7 (base 16) ARM 110, Fulbourn Road CB1 9NJ GB 00-D0-24 (hex) Cognex Corporation 00D024 (base 16) Cognex Corporation Modular Vision Systems Division Portland OR 97224 US 00-02-F1 (hex) Pinetron Co., Ltd. 0002F1 (base 16) Pinetron Co., Ltd. Bldg. #1599-11, Seoul 137-073 KR 00-02-ED (hex) DXO Telecom Co., Ltd. 0002ED (base 16) DXO Telecom Co., Ltd. 8F, 300-11, Yumgok-Dong, KR 00-02-EC (hex) Maschoff Design Engineering 0002EC (base 16) Maschoff Design Engineering 1325 Kenilworth Drive Woodbury MN 55125 US 00-03-36 (hex) Zetes Technologies 000336 (base 16) Zetes Technologies 3 Rue De Stras Bourg BE 00-03-37 (hex) Vaone, Inc. 000337 (base 16) Vaone, Inc. 6F Kyemong Art Center, 135-082 KR 00-03-3B (hex) TAMI Tech Co., Ltd. 00033B (base 16) TAMI Tech Co., Ltd. 4F, Chungdo Bencher Town Taejon KR 00-03-2D (hex) IBASE Technology, Inc. 00032D (base 16) IBASE Technology, Inc. 5F, No. 221, Taipei TW 00-B0-52 (hex) Atheros Communications 00B052 (base 16) Atheros Communications 5955 T.G. Lee Blvd, Ste. 600 Ocala FL 32822 US 00-03-43 (hex) Martin Professional A/S 000343 (base 16) Martin Professional A/S Olof Palmes Alle 18 DK 00-03-35 (hex) Mirae Technology 000335 (base 16) Mirae Technology 211-15, Hon Hyun-dong, Seoul KR 00-02-F8 (hex) SEAKR Engineering, Inc. 0002F8 (base 16) SEAKR Engineering, Inc. 12847 E. Peakview Ave. Englewood CO 80111 US 00-03-14 (hex) Teleware Network Systems 000314 (base 16) Teleware Network Systems #7806 7th Dongil Technotown, 431-062 KR 00-03-2F (hex) Global Sun Technology, Inc. 00032F (base 16) Global Sun Technology, Inc. No. 13, Tung Yuan Rd., TW 00-02-DC (hex) Fujitsu General Limited 0002DC (base 16) Fujitsu General Limited 1116, Suenaga, Takatsu-Ku, 213-8502 JP 00-02-D7 (hex) EMPEG Ltd 0002D7 (base 16) EMPEG Ltd 1 Signet Court CB5 8LA GB 00-02-D3 (hex) NetBotz, Inc. 0002D3 (base 16) NetBotz, Inc. 110044 Research Blvd. Austin TX 78759 US 00-02-DA (hex) ExiO Communications, Inc. 0002DA (base 16) ExiO Communications, Inc. 2362 Qume Drive San Jose CA 95131 US 00-02-D4 (hex) PDA Peripherals, Inc. 0002D4 (base 16) PDA Peripherals, Inc. 205 Orange St. New Haven CT 06510 US 00-02-D6 (hex) NICE Systems 0002D6 (base 16) NICE Systems 8 Hapnina St., POB 690 IL 00-02-7D (hex) Cisco Systems, Inc 00027D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-02-7C (hex) Trilithic, Inc. 00027C (base 16) Trilithic, Inc. 9202 E. 33rd Street Indianapolis IN 46235 US 00-02-8B (hex) VDSL Systems OY 00028B (base 16) VDSL Systems OY Tekniikantie 12 FI 00-02-8C (hex) Micrel-Synergy Semiconductor 00028C (base 16) Micrel-Synergy Semiconductor 3250 Scott Boulevard Santa Clara CA 95054 US 00-02-8D (hex) Movita Technologies, Inc. 00028D (base 16) Movita Technologies, Inc. No. 26 Wu-Chuan 7th Road, Taipei Taiwan, R.O.C. TW 00-02-98 (hex) Broadframe Corporation 000298 (base 16) Broadframe Corporation 5828 Moonstone Ave. Alta Loma CA 91701 US 00-02-97 (hex) C-COR.net 000297 (base 16) C-COR.net 60 Decibel Road State College PA 16801 US 00-02-91 (hex) Open Network Co., Ltd. 000291 (base 16) Open Network Co., Ltd. Seishin Bldg., 2-5-10 Shinjuku JAPAN 160-0022 JP 00-02-C1 (hex) Innovative Electronic Designs, Inc. 0002C1 (base 16) Innovative Electronic Designs, Inc. 9701 Taylorsville Rd. Louisville KY 40299 US 00-02-C0 (hex) Bencent Tzeng Industry Co., Ltd. 0002C0 (base 16) Bencent Tzeng Industry Co., Ltd. 3rd fl., No. 3 Ruey Kuang Rd., Taiwan Taiwan R.O.C. TW 00-02-99 (hex) Apex, Inc. 000299 (base 16) Apex, Inc. 9911 Willows Rd. N.E. Redmond WA 95052 US 00-02-75 (hex) SMART Technologies, Inc. 000275 (base 16) SMART Technologies, Inc. 3636 Research Road NW Calgary, Alberta T2L1Y1 CA 00-02-C6 (hex) Data Track Technology PLC 0002C6 (base 16) Data Track Technology PLC 153 Somerford Road UNITED KINGDOM GB 00-02-A6 (hex) Effinet Systems Co., Ltd. 0002A6 (base 16) Effinet Systems Co., Ltd. Yugong Bldg. 502 Korea KR 00-02-5F (hex) Nortel Networks 00025F (base 16) Nortel Networks 9300 trans-CANADA Highway H4S 1KS CA 00-02-5C (hex) SCI Systems (Kunshan) Co., Ltd. 00025C (base 16) SCI Systems (Kunshan) Co., Ltd. 312 QING YANG ROAD CHINA CHINA 215300 CN 00-00-87 (hex) HITACHI, LTD. 000087 (base 16) HITACHI, LTD. NETWORK ENGINEERING DIV. TOKYO 140 JP 00-02-58 (hex) Flying Packets Communications 000258 (base 16) Flying Packets Communications 388 Market Street San Francisco CA 94111 US 00-02-4E (hex) Datacard Group 00024E (base 16) Datacard Group 11111 Bren Road West Minnetonka MN 55343 US 00-02-42 (hex) Videoframe Systems 000242 (base 16) Videoframe Systems 101 Providence Mine Road Nevada City CA 95959 US 00-02-44 (hex) SURECOM Technology Co. 000244 (base 16) SURECOM Technology Co. 6F, No. 125, Sec. 2, Datung Rd. Taiwan Taiwan R.O.C. TW 00-02-3E (hex) Selta Telematica S.p.a 00023E (base 16) Selta Telematica S.p.a Via Nazionale km 404.5 IT 00-02-41 (hex) Amer.com 000241 (base 16) Amer.com 7259 Bryan Dairy Road Largo FL 33777 US 00-02-07 (hex) VisionGlobal Network Corp. 000207 (base 16) VisionGlobal Network Corp. 826 E. Stale Road American Fork UT 84003 US 00-02-08 (hex) Unify Networks, Inc. 000208 (base 16) Unify Networks, Inc. 3160 De La Cruz Blvd. Santa Clara CA 95054 US 00-02-04 (hex) Bodmann Industries Elektronik GmbH 000204 (base 16) Bodmann Industries Elektronik GmbH Messerschmittring 33 DE 00-02-29 (hex) Adtec Corporation 000229 (base 16) Adtec Corporation 3F Megurohigashiyama Blg JP 00-02-2D (hex) Agere Systems 00022D (base 16) Agere Systems P.O. Box 755 NL 00-02-26 (hex) XESystems, Inc. 000226 (base 16) XESystems, Inc. 317 Main Street East Rochester NY 14445 US 00-02-25 (hex) One Stop Systems 000225 (base 16) One Stop Systems 2235 Enterprise Street Escondido CA 92029 US 00-02-11 (hex) Nature Worldwide Technology Corp. 000211 (base 16) Nature Worldwide Technology Corp. No. 1, Min-Chuan Street Taiwan Taiwan R.O.C. TW 00-02-12 (hex) SierraCom 000212 (base 16) SierraCom 99 South Street Hopkinton Ma 01748 US 00-02-17 (hex) Cisco Systems, Inc 000217 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-01-7A (hex) Chengdu Maipu Electric Industrial Co., Ltd. 00017A (base 16) Chengdu Maipu Electric Industrial Co., Ltd. NANYI BUILDING, CONSULATE RD., P.R. CN 00-02-38 (hex) Serome Technology, Inc. 000238 (base 16) Serome Technology, Inc. 555-14, Baekang B/D 7F Seoul Korea 135-120 KR 00-02-69 (hex) Nadatel Co., Ltd 000269 (base 16) Nadatel Co., Ltd 9F CoWell Bldg, 66-1 Banpo-Dong KOREA 137-040 KR 00-02-64 (hex) AudioRamp.com 000264 (base 16) AudioRamp.com 15941 Red Hill Suite 205 Tustin CA 92780 US 00-02-55 (hex) IBM Corp 000255 (base 16) IBM Corp 3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US 00-02-52 (hex) Carrier Corporation 000252 (base 16) Carrier Corporation One Carrier Place Farmington CT 06034-4015 US 00-02-20 (hex) CANON FINETECH INC. 000220 (base 16) CANON FINETECH INC. 717, Yaguchi, Misato-shi, Saitama 341-8527 JP 00-02-0D (hex) Micronpc.com 00020D (base 16) Micronpc.com 900 E. Karcher Rd. Nampa IA 83687 US 00-01-D4 (hex) Leisure Time, Inc. 0001D4 (base 16) Leisure Time, Inc. 4258 Communications Drive Norcross GA 30093 US 00-01-DD (hex) Avail Networks 0001DD (base 16) Avail Networks 305 E. Eisenhower Parkway Ann Arbor MI 48108 US 00-01-D5 (hex) HAEDONG INFO & COMM CO., LTD 0001D5 (base 16) HAEDONG INFO & COMM CO., LTD #801 The Corporation Center for Universi Taejeon Republic of Korea 305 KR 00-01-D7 (hex) F5 Networks, Inc. 0001D7 (base 16) F5 Networks, Inc. 1322 N. Whitman Lane Liberty Lake WA 99019 US 00-01-DE (hex) Trango Systems, Inc. 0001DE (base 16) Trango Systems, Inc. 9939 V/A Pasar San Diego CA 92126 US 00-01-DC (hex) Activetelco 0001DC (base 16) Activetelco 43222 Christy Street Fremont CA 94538 US 00-01-F9 (hex) TeraGlobal Communications Corp. 0001F9 (base 16) TeraGlobal Communications Corp. 9171 Towne Centre Drive San Diego CA 92122 US 00-01-FB (hex) DoTop Technology, Inc. 0001FB (base 16) DoTop Technology, Inc. 10F, No. 100, Min-Chyuan Road TAIWAN TW 00-01-F8 (hex) TEXIO TECHNOLOGY CORPORATION 0001F8 (base 16) TEXIO TECHNOLOGY CORPORATION 2-18-13 Shin Yokohama, 222-0033 JP 00-01-BE (hex) Gigalink Co., Ltd. 0001BE (base 16) Gigalink Co., Ltd. 6th F/L Diplomatic Center 1376-1 KOREA KR 00-01-B1 (hex) General Bandwidth 0001B1 (base 16) General Bandwidth 12303-B Technology Blvd. Austin TX 78727 US 00-01-BF (hex) Teleforce Co., Ltd. 0001BF (base 16) Teleforce Co., Ltd. 721 yoshioka-cho kanonji-city JP 00-01-B4 (hex) Wayport, Inc. 0001B4 (base 16) Wayport, Inc. 1609 Shoal Creek Blvd. Austin TX 78701 US 00-01-BA (hex) IC-Net, Inc. 0001BA (base 16) IC-Net, Inc. 5 Fl. Seasung Bldg., 311-27 Noryangjin-D KOREA KR 00-01-CF (hex) Alpha Data Parallel Systems, Ltd. 0001CF (base 16) Alpha Data Parallel Systems, Ltd. 58 Timber Bush UNITED KINGDOM GB 00-01-D0 (hex) VitalPoint, Inc. 0001D0 (base 16) VitalPoint, Inc. 15770 Hopper Road Peyton CO 80831 US 00-01-B0 (hex) Fulltek Technology Co., Ltd. 0001B0 (base 16) Fulltek Technology Co., Ltd. 3F No. 8, Lane 130, Min Chuan Rd., Hsint TAIWAN R.O.C. TW 00-01-A9 (hex) BMW AG 0001A9 (base 16) BMW AG Dept. FG-322 80788 Munich DE 00-01-AA (hex) Airspan Communications, Ltd. 0001AA (base 16) Airspan Communications, Ltd. Cambridge House, Oxford Rd., GB 00-01-9E (hex) ESS Technology, Inc. 00019E (base 16) ESS Technology, Inc. 48401 Fremont Blvd. Fremont CA 94538 US 00-01-7D (hex) ThermoQuest 00017D (base 16) ThermoQuest 355 River Oaks Parkway San Jose CA 95134 US 00-01-81 (hex) Nortel Networks 000181 (base 16) Nortel Networks 1100 Technology Park Drive Billerica MA 01821 US 00-01-94 (hex) Capital Equipment Corporation 000194 (base 16) Capital Equipment Corporation 900 Middlesex Turnpike - Bldg. 2 Billerica MA 01821 US 00-01-98 (hex) Darim Vision 000198 (base 16) Darim Vision Taejon Expo Venture Town KOREA KR 00-01-E8 (hex) Force10 Networks, Inc. 0001E8 (base 16) Force10 Networks, Inc. 1440 McCarthy Blvd. Milpitas CA 95035 US 00-01-E9 (hex) Litton Marine Systems B.V. 0001E9 (base 16) Litton Marine Systems B.V. 118 Burlington Road ENGLAND KT3 4NR GB 00-01-E5 (hex) Supernet, Inc. 0001E5 (base 16) Supernet, Inc. 135-080 Daemeong Bldg. KOREA KR 00-01-A2 (hex) Logical Co., Ltd. 0001A2 (base 16) Logical Co., Ltd. 4598 Murakushi-cho 431-1207 JP 00-01-85 (hex) Hitachi Aloka Medical, Ltd. 000185 (base 16) Hitachi Aloka Medical, Ltd. 3-7-19, Imai Ome-city 198-8577 JP 00-01-C7 (hex) Cisco Systems, Inc 0001C7 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-01-21 (hex) WatchGuard Technologies, Inc. 000121 (base 16) WatchGuard Technologies, Inc. 605 Fifth Ave. S Seattle WA 98104-3892 US 00-01-29 (hex) DFI Inc. 000129 (base 16) DFI Inc. 100, Huan-Ho Street Hsi-Chih City Taipei Hsien TW 00-01-19 (hex) RTUnet (Australia) 000119 (base 16) RTUnet (Australia) 8/3-5 Gilda Court Mulgrave Vic 3170 AU 00-01-22 (hex) Trend Communications, Ltd. 000122 (base 16) Trend Communications, Ltd. Knaves Beech Estate Bucks, HP10 9QZ GB 00-01-1A (hex) Hoffmann und Burmeister GbR 00011A (base 16) Hoffmann und Burmeister GbR Niederberger Str. 75 D-53909 Zuelpich DE 00-01-0A (hex) CIS TECHNOLOGY INC. 00010A (base 16) CIS TECHNOLOGY INC. 16F, No. 75 Hsin Tai Wu Road Taipei Hsien 221 TW 00-01-67 (hex) HIOKI E.E. CORPORATION 000167 (base 16) HIOKI E.E. CORPORATION 81 Koizumi, Ueda, Nagano 386-1192 386-1192 JP 00-01-68 (hex) VITANA CORPORATION 000168 (base 16) VITANA CORPORATION 2500 Don Reid Drive K1H 1E1 K1H 1E1 CA 00-01-62 (hex) Cygnet Technologies, Inc. 000162 (base 16) Cygnet Technologies, Inc. 1411 LeMay Drive #301 Carrollton TX 75007 US 00-01-54 (hex) G3M Corporation 000154 (base 16) G3M Corporation 4320 Stevens Creek Blvd. - Ste. #275 San Jose CA 95129 US 00-01-52 (hex) CHROMATEK INC. 000152 (base 16) CHROMATEK INC. 6-10, Miyazaki 2-Chome JP 00-01-50 (hex) GILAT COMMUNICATIONS, LTD. 000150 (base 16) GILAT COMMUNICATIONS, LTD. 21/D Yegia Kapayim Street IL 00-01-51 (hex) Ensemble Communications 000151 (base 16) Ensemble Communications 6256 Greenman Drive - Ste. #400 San Diego CA 92122 US 00-01-15 (hex) EXTRATECH CORPORATION 000115 (base 16) EXTRATECH CORPORATION 760 Thornton St., Unit 2 Post Falls ID 83854 US 00-01-01 (hex) Private 000101 (base 16) Private 00-01-0D (hex) Teledyne DALSA Inc. 00010D (base 16) Teledyne DALSA Inc. 880 McCaffrey St-Laurent Quebec H4T 2C7 CA 00-01-05 (hex) Beckhoff Automation GmbH 000105 (base 16) Beckhoff Automation GmbH Eiserstraße 5 Verl NRW 33415 DE 00-B0-17 (hex) InfoGear Technology Corp. 00B017 (base 16) InfoGear Technology Corp. 2055 Woodside Road Redwood City CA 94061 US 00-01-2C (hex) Aravox Technologies, Inc. 00012C (base 16) Aravox Technologies, Inc. 16725 40th Place North Plymouth MN 55446 US 00-01-42 (hex) Cisco Systems, Inc 000142 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-01-64 (hex) Cisco Systems, Inc 000164 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-01-5F (hex) DIGITAL DESIGN GmbH 00015F (base 16) DIGITAL DESIGN GmbH Rauchstr. 21 Berlin D-10787 DE 00-01-2B (hex) TELENET Co., Ltd. 00012B (base 16) TELENET Co., Ltd. 00-01-3F (hex) Neighbor World Co., Ltd. 00013F (base 16) Neighbor World Co., Ltd. 114A YERC, 134, Shinchon_dong 120-749 120-749 KOREA KR 00-01-24 (hex) Acer Incorporated 000124 (base 16) Acer Incorporated 21F, 88, Sec.1 Taipei Hsien 221 TW 00-30-88 (hex) Ericsson 003088 (base 16) Ericsson 250 Holger Way SAN JOSE CA 95134 US 00-30-20 (hex) TSI, Inc.. 003020 (base 16) TSI, Inc.. 500 Cardigan Road Shoreview MN 55126 US 00-30-95 (hex) Procomp Informatics, Ltd. 003095 (base 16) Procomp Informatics, Ltd. 5F, 69-10, Sec. 2, Tamshui, Taipei, Hsien TW 00-30-CA (hex) Discovery Com 0030CA (base 16) Discovery Com 4935 Century Street Huntsville AL 35816 US 00-30-CE (hex) Zaffire 0030CE (base 16) Zaffire 2630 Orchard Parkway San Jose CA 95134-2020 US 00-30-7B (hex) Cisco Systems, Inc 00307B (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-30-B5 (hex) Tadiran Microwave Networks 0030B5 (base 16) Tadiran Microwave Networks 4000 Greenbriar Drive Stafford TX 77477 US 00-30-B8 (hex) RiverDelta Networks 0030B8 (base 16) RiverDelta Networks Three Highwood Drive East Tewksbury MA 01876 US 00-30-71 (hex) Cisco Systems, Inc 003071 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-30-3A (hex) MAATEL 00303A (base 16) MAATEL 495 RUE DE POMMARIN 38360 VOREPPE FR 00-30-4E (hex) BUSTEC PRODUCTION LTD. 00304E (base 16) BUSTEC PRODUCTION LTD. WORLD AVIATION PARK Shannon County Clare IE 00-30-A4 (hex) Woodwind Communications System 0030A4 (base 16) Woodwind Communications System 20300 Century Blvd., Suite 200B Germantown MD 20874 US 00-30-3B (hex) PowerCom Technology 00303B (base 16) PowerCom Technology 2F, No. 34, Industry E. Road IV Hsinchu 300 TW 00-30-BC (hex) Optronic AG 0030BC (base 16) Optronic AG untereggerstrasse 53 9403 Goldach CH 00-B0-2D (hex) ViaGate Technologies, Inc. 00B02D (base 16) ViaGate Technologies, Inc. 745 Route 202/206 Bridgewater NJ 08807 US 00-30-EE (hex) DSG Technology, Inc. 0030EE (base 16) DSG Technology, Inc. 6F-4 No. 270, Chwig Hsiao Taipei TW 00-30-9E (hex) WORKBIT CORPORATION. 00309E (base 16) WORKBIT CORPORATION. 1-2-2 Chuou, Yamato Kanagawa 242-0021 JP 00-30-DE (hex) WAGO Kontakttechnik GmbH 0030DE (base 16) WAGO Kontakttechnik GmbH Hansastrasse 27 32423 Minden DE 00-30-3E (hex) Radcom Ltd. 00303E (base 16) Radcom Ltd. 12 Hanechoshet Street Tel-Aviv 69710 IL 00-30-D7 (hex) Innovative Systems, L.L.C. 0030D7 (base 16) Innovative Systems, L.L.C. 1000 Innovative Drive Mitchell SD 57301 US 00-B0-CE (hex) Viveris Technologies 00B0CE (base 16) Viveris Technologies 1 rue Traversiere BP 20327 Rungis Cedex 94598 FR 00-B0-1C (hex) Westport Technologies 00B01C (base 16) Westport Technologies 15 Capella Court, Unit 116 Nepean Ontario CA 00-B0-4A (hex) Cisco Systems, Inc 00B04A (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-B0-48 (hex) Marconi Communications Inc. 00B048 (base 16) Marconi Communications Inc. 8616 Freeport Parkway Irving TX 75063 US 00-30-1B (hex) SHUTTLE, INC. 00301B (base 16) SHUTTLE, INC. 5F, No. 34, Lane 60 Taipei TW 00-30-21 (hex) HSING TECH. ENTERPRISE CO.,LTD 003021 (base 16) HSING TECH. ENTERPRISE CO.,LTD 2F, NO. 22, ALLLEY 38, LANE 91 TAIPEI TW 00-30-2C (hex) SYLANTRO SYSTEMS CORPORATION 00302C (base 16) SYLANTRO SYSTEMS CORPORATION 1686 DELL AVENUE CAMPBELL CA 95008 US 00-30-DF (hex) KB/TEL TELECOMUNICACIONES 0030DF (base 16) KB/TEL TELECOMUNICACIONES S.A. DE C.V. Mexico City 14060 MX 00-30-30 (hex) HARMONIX CORPORATION 003030 (base 16) HARMONIX CORPORATION 1755 OSGOOD STREET NORTH ANDOVER MA 01845 US 00-30-63 (hex) SANTERA SYSTEMS, INC. 003063 (base 16) SANTERA SYSTEMS, INC. 2901 SUMMIT AVENUE - STE. #100 PLANO TX 75074 US 00-30-A3 (hex) Cisco Systems, Inc 0030A3 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-30-DD (hex) INDIGITA CORPORATION 0030DD (base 16) INDIGITA CORPORATION 30 Corporate Park Drive Irvine CA 92606 US 00-30-99 (hex) BOENIG UND KALLENBACH OHG 003099 (base 16) BOENIG UND KALLENBACH OHG AM SPOERKEL 100 DE 00-30-F2 (hex) Cisco Systems, Inc 0030F2 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-30-51 (hex) ORBIT AVIONIC & COMMUNICATION 003051 (base 16) ORBIT AVIONIC & COMMUNICATION SYSTEMS, LTD. IL 00-30-8E (hex) CROSS MATCH TECHNOLOGIES, INC. 00308E (base 16) CROSS MATCH TECHNOLOGIES, INC. 3960 RCA Blvd., Suite 6001 Palm Beach FL 33410 US 00-30-27 (hex) KERBANGO, INC. 003027 (base 16) KERBANGO, INC. 21771 STEVENS CREEK BLVD. #100 CUPERTINO CA 95014 US 00-30-33 (hex) ORIENT TELECOM CO., LTD. 003033 (base 16) ORIENT TELECOM CO., LTD. MISUNG BULDING 115-7 KOREA KR 00-30-08 (hex) AVIO DIGITAL, INC. 003008 (base 16) AVIO DIGITAL, INC. 957 INDUSTRIAL ROAD SAN CARLOS CA 94070 US 00-30-1D (hex) SKYSTREAM, INC. 00301D (base 16) SKYSTREAM, INC. 455 DeGuigne Drive Sunnyvale CA 94086-3835 US 00-30-BA (hex) AC&T SYSTEM CO., LTD. 0030BA (base 16) AC&T SYSTEM CO., LTD. ROOM 702, KEUM-WHA PLAZA 435-040 SOUTH KOREA KR 00-30-FD (hex) INTEGRATED SYSTEMS DESIGN 0030FD (base 16) INTEGRATED SYSTEMS DESIGN 3650-G CENTRE CIRCLE DRIVE FORT MILL SC 29715 US 00-30-B9 (hex) ECTEL 0030B9 (base 16) ECTEL 22240 COMSAT DRIVE CLARKSBURG MD 20871 US 00-30-7D (hex) GRE AMERICA, INC. 00307D (base 16) GRE AMERICA, INC. 425 HARBOR BLVD. BELMONT CA 94002 US 00-30-EF (hex) NEON TECHNOLOGY, INC. 0030EF (base 16) NEON TECHNOLOGY, INC. 85 WEST MONTAGUE EXPRESSWAY MILPITAS CA 95035 US 00-30-96 (hex) Cisco Systems, Inc 003096 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-30-39 (hex) SOFTBOOK PRESS 003039 (base 16) SOFTBOOK PRESS 7745 HERSCHEL AVENUE LA JOLLA CA 92037 US 00-D0-F8 (hex) FUJIAN STAR TERMINAL 00D0F8 (base 16) FUJIAN STAR TERMINAL DEVICE CO., LTD. FUZHOU FUJIAN, CHINA 350002 CN 00-D0-ED (hex) XIOX 00D0ED (base 16) XIOX 150 DOW STREET MANCHESTER NH 03101 US 00-D0-97 (hex) Cisco Systems, Inc 00D097 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-D0-8E (hex) Grass Valley, A Belden Brand 00D08E (base 16) Grass Valley, A Belden Brand 3499, Douglas B. Floreani Montreal Quebec H4S 2C6 CA 00-D0-56 (hex) SOMAT CORPORATION 00D056 (base 16) SOMAT CORPORATION 702 KILLARNEY STREET URBANA IL 61801 US 00-D0-E0 (hex) DOOIN ELECTRONICS CO. 00D0E0 (base 16) DOOIN ELECTRONICS CO. DOOIN BLDG. 16-6, SOONAE-DONG KOREA 463-020 KR 00-D0-00 (hex) FERRAN SCIENTIFIC, INC. 00D000 (base 16) FERRAN SCIENTIFIC, INC. 11558 SORRENTO VALLEY ROAD SAN DIEGO CA 92121 US 00-D0-D0 (hex) ZHONGXING TELECOM LTD. 00D0D0 (base 16) ZHONGXING TELECOM LTD. 8-9F BUILDING 54,301# CN 00-D0-53 (hex) CONNECTED SYSTEMS 00D053 (base 16) CONNECTED SYSTEMS 126 W. FIGUEROA STREET SANTA BARBARA CA 93101 US 00-D0-33 (hex) DALIAN DAXIAN NETWORK 00D033 (base 16) DALIAN DAXIAN NETWORK SYSTEM CO., LTD. CN 00-D0-D6 (hex) AETHRA TELECOMUNICAZIONI 00D0D6 (base 16) AETHRA TELECOMUNICAZIONI VIA MATTEO RICCI, 10 IT 00-D0-63 (hex) Cisco Systems, Inc 00D063 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-D0-47 (hex) XN TECHNOLOGIES 00D047 (base 16) XN TECHNOLOGIES P.O. BOX 350 CHENEY WA 99004 US 00-D0-55 (hex) KATHREIN-WERKE KG 00D055 (base 16) KATHREIN-WERKE KG ANTON-KATHREIN-STRASS 1-3 DE 00-D0-3B (hex) VISION PRODUCTS PTY. LTD. 00D03B (base 16) VISION PRODUCTS PTY. LTD. SECOND AVENUE, TECHNOLOGY PARK AUSTRALIA 5095 AU 00-D0-B3 (hex) DRS Technologies Canada Ltd 00D0B3 (base 16) DRS Technologies Canada Ltd 700 Palladium Drive Ottawa Ontario K2V 1C6 CA 00-D0-AF (hex) CUTLER-HAMMER, INC. 00D0AF (base 16) CUTLER-HAMMER, INC. PMP CENTER PITTSBURGH PA 15205 US 00-D0-52 (hex) ASCEND COMMUNICATIONS, INC. 00D052 (base 16) ASCEND COMMUNICATIONS, INC. 1701 HARBOR BAY PARKWAY ALAMEDA CA 94502 US 00-D0-AD (hex) TL INDUSTRIES 00D0AD (base 16) TL INDUSTRIES 2541 TRACY ROAD NORTHWOOD OH 43619 US 00-D0-A4 (hex) ALANTRO COMMUNICATIONS 00D0A4 (base 16) ALANTRO COMMUNICATIONS 141 STONY CIRCLE, STE. #210 SANTAROSA CA 95401 US 00-D0-B0 (hex) BITSWITCH LTD. 00D0B0 (base 16) BITSWITCH LTD. 3 MEADOW COURT, AMOS ROAD UNITED KINGDOM GB 00-D0-30 (hex) Safetran Systems Corp 00D030 (base 16) Safetran Systems Corp 10655 7th Street Rancho Cucamonga CA 91730 US 00-30-2A (hex) SOUTHERN INFORMATION 00302A (base 16) SOUTHERN INFORMATION SYSTEM, INC. HSINCHU TAIWAN, R.O.C. TW 00-30-E1 (hex) Network Equipment Technologies, Inc. 0030E1 (base 16) Network Equipment Technologies, Inc. 6900 Paseo Padre Parkway Fremont CA 94555 US 00-30-2B (hex) INALP NETWORKS, INC. 00302B (base 16) INALP NETWORKS, INC. MERIEDWEG 7 CH 00-30-01 (hex) SMP 003001 (base 16) SMP 22, RUE DES COSMONAUTES FR 00-D0-8B (hex) ADVA Optical Networking Ltd. 00D08B (base 16) ADVA Optical Networking Ltd. ADVAntage House York YO30 4RY GB 00-D0-E4 (hex) Cisco Systems, Inc 00D0E4 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-D0-5A (hex) SYMBIONICS, LTD. 00D05A (base 16) SYMBIONICS, LTD. ST. JOHN'S INNOVATION PARK ENGLAND GB 00-D0-79 (hex) Cisco Systems, Inc 00D079 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-D0-21 (hex) REGENT ELECTRONICS CORP. 00D021 (base 16) REGENT ELECTRONICS CORP. 200 CENTENNIAL AVE.-STE. #201 PISCATAWAY NJ 08854 US 00-D0-9F (hex) NOVTEK TEST SYSTEMS 00D09F (base 16) NOVTEK TEST SYSTEMS 2170 PARAGON DRIVE SAN JOSE CA 95131 US 00-D0-FE (hex) ASTRAL POINT 00D0FE (base 16) ASTRAL POINT COMMUNICATIONS, INC. CHELMSFORD MA 01824 US 00-D0-D4 (hex) V-BITS, INC. 00D0D4 (base 16) V-BITS, INC. 2150 TRADE ZONE BLVD. SAN JOSE CA 95131 US 00-D0-84 (hex) NEXCOMM SYSTEMS, INC. 00D084 (base 16) NEXCOMM SYSTEMS, INC. SUIT #NAL-903, SUNGNAM-CITY SUNGNAM-CITY KYUNGGI-DO,K KR 00-D0-99 (hex) Elcard Wireless Systems Oy 00D099 (base 16) Elcard Wireless Systems Oy P.O. BOX 120/BECKERINTIC 38 FI 00-D0-E7 (hex) VCON TELECOMMUNICATION LTD. 00D0E7 (base 16) VCON TELECOMMUNICATION LTD. 22 MASKIT STREET IL 00-D0-1B (hex) MIMAKI ENGINEERING CO., LTD. 00D01B (base 16) MIMAKI ENGINEERING CO., LTD. 5-9-41 KITA SHINAGAWA JP 00-D0-0D (hex) MICROMERITICS INSTRUMENT 00D00D (base 16) MICROMERITICS INSTRUMENT CORPORATION NORCROSS GA 30093-1877 US 00-D0-54 (hex) SAS INSTITUTE INC. 00D054 (base 16) SAS INSTITUTE INC. SAS CAMPUS DRIVE, R4 CARY NC 27511 US 00-D0-09 (hex) HSING TECH. ENTERPRISE CO. LTD 00D009 (base 16) HSING TECH. ENTERPRISE CO. LTD NO.2, LANE 128, SEC. 2 TAIWAN TAIWAN R.O.C. TW 00-D0-F4 (hex) CARINTHIAN TECH INSTITUTE 00D0F4 (base 16) CARINTHIAN TECH INSTITUTE RICHARD-WAGNER STR. 19 AT 00-D0-7D (hex) COSINE COMMUNICATIONS 00D07D (base 16) COSINE COMMUNICATIONS 1200 BRIDGE PARKWAY REDWOOD CITY CA 94065 US 00-D0-83 (hex) INVERTEX, INC. 00D083 (base 16) INVERTEX, INC. 1012 MORSE AVENUE- STE.#9 SUNNYVALE CA 94089 US 00-D0-BA (hex) Cisco Systems, Inc 00D0BA (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-D0-98 (hex) Photon Dynamics Canada Inc. 00D098 (base 16) Photon Dynamics Canada Inc. 221 Whitehall Drive L3R 9T1 CA 00-D0-BE (hex) EMUTEC INC. 00D0BE (base 16) EMUTEC INC. P.O. BOX 3035 EVERETT WA 98203 US 00-D0-92 (hex) GLENAYRE WESTERN MULTIPLEX 00D092 (base 16) GLENAYRE WESTERN MULTIPLEX 1196 BORREGAS AVENUE SUNNYVALE CA 94089 US 00-50-9D (hex) THE INDUSTREE B.V. 00509D (base 16) THE INDUSTREE B.V. P.O. BOX 462 THE NL 00-D0-B8 (hex) Iomega Corporation 00D0B8 (base 16) Iomega Corporation 1821 West 4000 South Roy UT 84067 US 00-50-CB (hex) JETTER 0050CB (base 16) JETTER GRAETERSTRASSE 2 DE 00-50-58 (hex) Sangoma Technologies 005058 (base 16) Sangoma Technologies 100 Renfrew Drive, Suite 100 Markham ON L3R 9R6 CA 00-50-74 (hex) ADVANCED HI-TECH CORP. 005074 (base 16) ADVANCED HI-TECH CORP. 1990 EAST GRAND AVE. EL SEGUNDO CA 90505 US 00-50-0A (hex) IRIS TECHNOLOGIES, INC. 00500A (base 16) IRIS TECHNOLOGIES, INC. WESTMORELAND INDUSRIAL PARK GREENSBURG PA 15601 US 00-50-6D (hex) VIDEOJET SYSTEMS 00506D (base 16) VIDEOJET SYSTEMS INTERNATIONAL INC. WOODDALE IL 60091-1073 US 00-50-CA (hex) NET TO NET TECHNOLOGIES 0050CA (base 16) NET TO NET TECHNOLOGIES 680 CENTRAL AVENUE - STE. #301 DOVER NH 03820 US 00-D0-C7 (hex) PATHWAY, INC. 00D0C7 (base 16) PATHWAY, INC. 777 BETA DRIVE MAYFIELD VILLAGE OH 44143 US 00-D0-7A (hex) AMAQUEST COMPUTER CORP. 00D07A (base 16) AMAQUEST COMPUTER CORP. 8/F, 79 HSIN-TAI TAIWAN R.O.C. TW 00-50-3F (hex) ANCHOR GAMES 00503F (base 16) ANCHOR GAMES 815 PILOT ROAD - STE LAS VEGAS NV 89119 US 00-50-32 (hex) PICAZO COMMUNICATIONS, INC. 005032 (base 16) PICAZO COMMUNICATIONS, INC. 61 DAGGETT DRIVE SAN JOSE CA 95134 US 00-D0-4A (hex) PRESENCE TECHNOLOGY GMBH 00D04A (base 16) PRESENCE TECHNOLOGY GMBH + CO. KG DE 00-D0-74 (hex) TAQUA SYSTEMS, INC. 00D074 (base 16) TAQUA SYSTEMS, INC. 1600 FALMOUTH RD. - STE CENTERVILLE MA 02632 US 00-50-4D (hex) Tokyo Electron Device Limited 00504D (base 16) Tokyo Electron Device Limited 1, Higashikata-machi, Tsuzuki-ku, Yokohama-shi Kanagawa-ken JP 00-50-70 (hex) CHAINTECH COMPUTER CO., LTD. 005070 (base 16) CHAINTECH COMPUTER CO., LTD. 5TH F, ALLEY 2, LANE 222 TAIWAN R.O.C. TW 00-50-23 (hex) PG DESIGN ELECTRONICS, INC. 005023 (base 16) PG DESIGN ELECTRONICS, INC. 48700 STRUCTURAL DRIVE CHESTERFIELD MI 48051 US 00-50-9E (hex) Les Technologies SoftAcoustik Inc. 00509E (base 16) Les Technologies SoftAcoustik Inc. Quebec G1K 3P6 CA 00-50-71 (hex) AIWA CO., LTD. 005071 (base 16) AIWA CO., LTD. 1-11, KAMITOMATSURI 4-CHOME UTSUNOMIYA-SHI, TOCHIGI-KEN 320-85 JP 00-50-5F (hex) BRAND INNOVATORS 00505F (base 16) BRAND INNOVATORS Steenovenweg 5 Helmond 5708 HN NL 00-50-B4 (hex) SATCHWELL CONTROL SYSTEMS, LTD 0050B4 (base 16) SATCHWELL CONTROL SYSTEMS, LTD P.O. BOX 57, 94 FARNHAM ROAD BERKSHIRE SL1 4UH GB 00-50-D6 (hex) ATLAS COPCO TOOLS AB 0050D6 (base 16) ATLAS COPCO TOOLS AB S-105 23 STOCKHOLM SE 00-50-82 (hex) FORESSON CORPORATION 005082 (base 16) FORESSON CORPORATION 3F, NO.9 SEC.1 TAIPEI 10404 TW 00-50-DF (hex) AirFiber, Inc. 0050DF (base 16) AirFiber, Inc. P.O. BOX 502148 SAN DIEGO CA 92150-2148 US 00-50-C5 (hex) ADS Technologies, Inc 0050C5 (base 16) ADS Technologies, Inc 12627 Hiddencreek Way Cerritos CA 90703 US 00-50-8E (hex) OPTIMATION, INC. 00508E (base 16) OPTIMATION, INC. P.O. BOX 14357 HUNTSVILLE AL 35815 US 00-50-28 (hex) AVAL COMMUNICATIONS 005028 (base 16) AVAL COMMUNICATIONS 1777 NORTH CALIFORNIA BLVD. WALNUT CREEK CA 94596 US 00-50-2F (hex) TollBridge Technologies, Inc. 00502F (base 16) TollBridge Technologies, Inc. 872 HERMOSA DRIVE SUNNYVALE CA 94086 US 00-50-FE (hex) PCTVnet ASA 0050FE (base 16) PCTVnet ASA STRANDVEILEN 50 N-1324 LYSAKER NO 00-50-AB (hex) NALTEC, Inc. 0050AB (base 16) NALTEC, Inc. 1-1-15, Nakanogo, Shimizu-ku Shizuoka-shi Shizuoka 424-0888 JP 00-50-37 (hex) KOGA ELECTRONICS CO. 005037 (base 16) KOGA ELECTRONICS CO. 5-8-10, TEHARA, RITTO-CHO SHIGA, 420-3047 JP 00-50-A8 (hex) OpenCon Systems, Inc. 0050A8 (base 16) OpenCon Systems, Inc. 377 HOES LANE PISCATAWAY NJ 08854 US 00-50-9C (hex) BETA RESEARCH 00509C (base 16) BETA RESEARCH BETASTR. 1 85774 UNTERFOEHRING DE 00-50-B1 (hex) GIDDINGS & LEWIS 0050B1 (base 16) GIDDINGS & LEWIS 660 S. MILITARY RD. FOND DU LAC WI 54935 US 00-50-06 (hex) TAC AB 005006 (base 16) TAC AB JAGERSHILLGATON 18 21375 MALMO SE 00-50-09 (hex) PHILIPS BROADBAND NETWORKS 005009 (base 16) PHILIPS BROADBAND NETWORKS 64 PERIMETER CENTRE EAST ATLANTA GA 30346 US 00-50-30 (hex) FUTURE PLUS SYSTEMS 005030 (base 16) FUTURE PLUS SYSTEMS 36 OLDE ENGLISH RD. BEDFORD NH 03110 US 00-50-78 (hex) MEGATON HOUSE, LTD. 005078 (base 16) MEGATON HOUSE, LTD. ZIP: 224 NO.1-3-5 NAKAMACHIBAI YOKOHAMA JP 00-50-02 (hex) OMNISEC AG 005002 (base 16) OMNISEC AG RIETSTRASSE 14 CH-8108 DAELLIKON CH 00-50-6A (hex) EDEVA, INC. 00506A (base 16) EDEVA, INC. 298 S. SUNNYVALE AVE. - #208 SUNNYVALE CA 94086 US 00-50-AA (hex) KONICA MINOLTA HOLDINGS, INC. 0050AA (base 16) KONICA MINOLTA HOLDINGS, INC. 1-6-1, Marunouchi, Tokyo 100-0005 JP 00-50-38 (hex) DAIN TELECOM CO., LTD. 005038 (base 16) DAIN TELECOM CO., LTD. 2ND Flr., OH-SUNG BLDG. #2-28 YANGJAE-DONG, SEOCHO-GU SEOUL KR 00-50-B7 (hex) BOSER TECHNOLOGY CO., LTD. 0050B7 (base 16) BOSER TECHNOLOGY CO., LTD. 15F-6, 77 HSIN TAI WU ROAD TAIPEI HSIEN TW 00-90-88 (hex) BAXALL SECURITY LTD. 009088 (base 16) BAXALL SECURITY LTD. UNIT 1 CASTLEHILL STOCKPORT Great Britain SK6 2SV GB 00-90-6C (hex) Sartorius Hamburg GmbH 00906C (base 16) Sartorius Hamburg GmbH Meiendorferstraße 205 Hamburg D-22145 DE 00-90-A4 (hex) ALTIGA NETWORKS 0090A4 (base 16) ALTIGA NETWORKS 124 GROVE STREET FRANKLIN MA 02038-3206 US 00-90-F9 (hex) Imagine Communications 0090F9 (base 16) Imagine Communications 3001 Dallas Parkway, Suite 300 Frisco TX 75034 US 00-90-89 (hex) SOFTCOM MICROSYSTEMS, INC. 009089 (base 16) SOFTCOM MICROSYSTEMS, INC. 47509 SEABRIDGE DRIVE FREMONT CA 94538 US 00-90-EE (hex) PERSONAL COMMUNICATIONS TECHNOLOGIES 0090EE (base 16) PERSONAL COMMUNICATIONS TECHNOLOGIES 50 STILES ROAD SALEM NH 03079 US 00-90-80 (hex) NOT LIMITED, INC. 009080 (base 16) NOT LIMITED, INC. 500 ALLERTON STREET, STE #102 REDWOOD CITY CA 94063 US 00-90-E8 (hex) MOXA TECHNOLOGIES CORP., LTD. 0090E8 (base 16) MOXA TECHNOLOGIES CORP., LTD. 7F, NO. 2, ALY6, LN 235 SHIENG-TIEN CITY TAIPEI TW 00-90-A1 (hex) Flying Pig Systems/High End Systems Inc. 0090A1 (base 16) Flying Pig Systems/High End Systems Inc. 2105 Gracy Farms Lane Austin TX 78758 US 00-90-79 (hex) ClearOne, Inc. 009079 (base 16) ClearOne, Inc. 299 WASHINGTON STREET WOBURN MA 01801 US 00-90-9A (hex) ONE WORLD SYSTEMS, INC. 00909A (base 16) ONE WORLD SYSTEMS, INC. 1144 EAST ARQUES AVENUE SUNNYVALE CA 94086 US 00-90-C2 (hex) JK microsystems, Inc. 0090C2 (base 16) JK microsystems, Inc. 1275 YUBA AVENUE SAN PABLO CA 94806 US 00-50-D0 (hex) MINERVA SYSTEMS 0050D0 (base 16) MINERVA SYSTEMS 1585 CHARLESTON ROAD MOUNTAIN VIEW CA 84943 US 00-50-D8 (hex) UNICORN COMPUTER CORP. 0050D8 (base 16) UNICORN COMPUTER CORP. 7 FL., NO. 96 KWANG FU NORTH ROAD TAIPEI TW 00-50-B2 (hex) BRODEL GmbH 0050B2 (base 16) BRODEL GmbH Distelbusch 24 Velbert NRW 42549 DE 00-90-76 (hex) FMT AIRCRAFT GATE SUPPORT SYSTEMS AB 009076 (base 16) FMT AIRCRAFT GATE SUPPORT SYSTEMS AB SE-231 32 TRELLEBORG SE 00-90-17 (hex) Zypcom, Inc 009017 (base 16) Zypcom, Inc 28400 Kohoutek Way Union City CA 94587-1212 US 00-90-49 (hex) ENTRIDIA CORPORATION 009049 (base 16) ENTRIDIA CORPORATION 101 PARK CENTER PLAZA SAN JOSE CA 95113-2218 US 00-90-E6 (hex) ALi Corporation 0090E6 (base 16) ALi Corporation 6F, 246 NeiHu Road, Sec. 1 Taipei 114 TW 00-90-70 (hex) NEO NETWORKS, INC. 009070 (base 16) NEO NETWORKS, INC. 10300 BREN ROAD EAST MINNETONKA MN 55343 US 00-90-30 (hex) HONEYWELL-DATING 009030 (base 16) HONEYWELL-DATING VIA TINTORETTO, 15 21012 CASSANO MAGNAGO (VA) IT 00-90-08 (hex) HanA Systems Inc. 009008 (base 16) HanA Systems Inc. EAHO B/D 740-1 SEOUL KR 00-90-AC (hex) OPTIVISION, INC. 0090AC (base 16) OPTIVISION, INC. 3450 HILLVIEW AVENUE PALO ALTO CA 94304 US 00-90-4E (hex) DELEM BV 00904E (base 16) DELEM BV LUCHTHAVEN WEG 42 5657 EB EINDHOVEN NL 00-90-ED (hex) CENTRAL SYSTEM RESEARCH CO., LTD. 0090ED (base 16) CENTRAL SYSTEM RESEARCH CO., LTD. 4-13-2 HIYOSHICHO KOKUBUNJI-CITY TOKYO 18500032 JP 00-90-1E (hex) Selesta Ingegneria S.p.A. 00901E (base 16) Selesta Ingegneria S.p.A. via di Francia, 28 Genova 16149 IT 00-90-75 (hex) NEC DO BRASIL S.A. 009075 (base 16) NEC DO BRASIL S.A. RODOVIA PRESIDENTE DUTRA, KM 218 São Paulo-SP CEP - 07210-902 BR 00-90-AD (hex) ASPECT ELECTRONICS, INC. 0090AD (base 16) ASPECT ELECTRONICS, INC. 12740 EARHART AVE. AUBURN CA 95602 US 00-90-01 (hex) NISHIMU ELECTRONICS INDUSTRIES CO., LTD. 009001 (base 16) NISHIMU ELECTRONICS INDUSTRIES CO., LTD. 700 TATENO MITAGAWA-CHO KANZAKI-GUN SAGA PREF. JP 00-90-43 (hex) Tattile SRL 009043 (base 16) Tattile SRL 1-13-10 SHIROGANE CHUO-KU FUKUOKA-CITY JP 00-90-CB (hex) Wireless OnLine, Inc. 0090CB (base 16) Wireless OnLine, Inc. 4410 EL CAMINO REAL, STE #101 LOS ALTOS CA 94022 US 00-10-63 (hex) STARGUIDE DIGITAL NETWORKS 001063 (base 16) STARGUIDE DIGITAL NETWORKS 5754 PACIFIC CENTER BLVD. SAN DIEGO CA 92121 US 00-10-23 (hex) Network Equipment Technologies 001023 (base 16) Network Equipment Technologies 6900 Paseo Padre Parkway Freemont CA 94555-3660 US 00-10-2B (hex) UMAX DATA SYSTEMS, INC. 00102B (base 16) UMAX DATA SYSTEMS, INC. NO. 1-1, R&D ROAD 2 HSINCHU TW 00-90-8A (hex) BAYLY COMMUNICATIONS, INC. 00908A (base 16) BAYLY COMMUNICATIONS, INC. 105 GREEN COURT AJAX Ontario L1S 6W9 CA 00-90-0E (hex) HANDLINK TECHNOLOGIES, INC. 00900E (base 16) HANDLINK TECHNOLOGIES, INC. 5F, 24-2, Industry E. Road IV, Hsinchu 30077 TW 00-90-C1 (hex) Peco II, Inc. 0090C1 (base 16) Peco II, Inc. 7060 Huntley Road Columbus OH 43229 US 00-10-8D (hex) Johnson Controls, Inc. 00108D (base 16) Johnson Controls, Inc. 507 E. Michigan St. Milwaukee WI 53201 US 00-10-45 (hex) Nortel Networks 001045 (base 16) Nortel Networks OPTera Solutions Division Kanata Ontario K2K-2X3 CA 00-10-7D (hex) AURORA COMMUNICATIONS, LTD. 00107D (base 16) AURORA COMMUNICATIONS, LTD. P.O. BOX 1942 NSW 2113 AU 00-90-E4 (hex) NEC AMERICA, INC. 0090E4 (base 16) NEC AMERICA, INC. 3100 N.E. SHUTE ROAD HILLSBORO OR 97124 US 00-90-40 (hex) Siemens Network Convergence LLC 009040 (base 16) Siemens Network Convergence LLC Ten Technology Park Drive Westford MA 01886-3146 US 00-90-C8 (hex) WAVERIDER COMMUNICATIONS (CANADA) INC. 0090C8 (base 16) WAVERIDER COMMUNICATIONS (CANADA) INC. British Columbia V1E 4R9 CA 00-90-1B (hex) DIGITAL CONTROLS 00901B (base 16) DIGITAL CONTROLS 305 PIONEER BLVD. SPRINGBORO OH 45066-1100 US 00-90-F7 (hex) NBASE COMMUNICATIONS LTD. 0090F7 (base 16) NBASE COMMUNICATIONS LTD. INDUSTRIAL PARK IL 00-90-12 (hex) GLOBESPAN SEMICONDUCTOR, INC. 009012 (base 16) GLOBESPAN SEMICONDUCTOR, INC. 100 SCHULZ DRIVE RED BANK NJ 07701 US 00-90-B7 (hex) DIGITAL LIGHTWAVE, INC. 0090B7 (base 16) DIGITAL LIGHTWAVE, INC. 601 CLEVELAND STREET- 5TH FL. CLEARWATER FL 33755 US 00-90-A0 (hex) 8X8 INC. 0090A0 (base 16) 8X8 INC. 2445 MISSION COLLEGE BLVD. SANTA CLARA CA 95054 US 00-90-47 (hex) GIGA FAST E. LTD. 009047 (base 16) GIGA FAST E. LTD. 14F, NO.112, SEC. 1 Hsi-Chih Taipei Hsien TW 00-90-E1 (hex) TELENA S.P.A. 0090E1 (base 16) TELENA S.P.A. VIA SAVONA, 146 20144 MILANO IT 00-90-32 (hex) PELCOMBE GROUP LTD. 009032 (base 16) PELCOMBE GROUP LTD. MAIN ROAD ESSEX C012 4LP GB 00-10-62 (hex) NX SERVER, ILNC. 001062 (base 16) NX SERVER, ILNC. 5401 E. LA PALMA AVE. ANAHEIM CA 92807 US 00-10-F0 (hex) RITTAL-WERK RUDOLF LOH GmbH & Co. 0010F0 (base 16) RITTAL-WERK RUDOLF LOH GmbH & Co. AUF DEM STUTZELBERG D-35745 HERBORN DE 00-10-01 (hex) Citel 001001 (base 16) Citel Loughborough Innovation Centre Loughborough LE11 3EH GB 00-10-5C (hex) QUANTUM DESIGNS (H.K.) LTD. 00105C (base 16) QUANTUM DESIGNS (H.K.) LTD. 5/F., SOMERSET HOUSE, TAIKOO PLACE QUARRY BAY HK 00-10-CF (hex) FIBERLANE COMMUNICATIONS 0010CF (base 16) FIBERLANE COMMUNICATIONS 1318 REDWOOD WAY, #200 PETALUMA CA 94954 US 00-10-69 (hex) HELIOSS COMMUNICATIONS, INC. 001069 (base 16) HELIOSS COMMUNICATIONS, INC. 391 TOTTEM POND RD.- STE#303 WALTHAM MA 02154 US 00-10-BF (hex) InterAir Wireless 0010BF (base 16) InterAir Wireless 485 CAYUGA ROAD BUFFALO NY 14225-0222 US 00-10-26 (hex) ACCELERATED NETWORKS, INC. 001026 (base 16) ACCELERATED NETWORKS, INC. 31238 VIA COLINAS, UNIT WESTLAKE VILLAGE CA 91362 US 00-10-36 (hex) INTER-TEL INTEGRATED SYSTEMS 001036 (base 16) INTER-TEL INTEGRATED SYSTEMS 7300 W. BOSTON STREET CHANDLER AZ 85226 US 00-10-39 (hex) Vectron Systems AG 001039 (base 16) Vectron Systems AG Willy-Brandt-Weg 41 48155 Muenster DE 00-10-B6 (hex) ENTRATA COMMUNICATIONS CORP. 0010B6 (base 16) ENTRATA COMMUNICATIONS CORP. 574 HERITAGE RD. SOUTHBURY CT 06488 US 00-10-EC (hex) RPCG, LLC 0010EC (base 16) RPCG, LLC 749 MINER ROAD HIGHLAND HTS OH 44143-2117 US 00-10-59 (hex) DIABLO RESEARCH CO. LLC 001059 (base 16) DIABLO RESEARCH CO. LLC 825 STEWART DRIVE SUNNYVALE CA 94086 US 00-10-FC (hex) BROADBAND NETWORKS, INC. 0010FC (base 16) BROADBAND NETWORKS, INC. 37 STEVENSON ROAD WINNIPEG, MANITOBA R3H 0H9 CA 00-10-31 (hex) OBJECTIVE COMMUNICATIONS, INC. 001031 (base 16) OBJECTIVE COMMUNICATIONS, INC. 75 ROCHESTER AVE. PORTSMOUTH NH 03801 US 00-10-6D (hex) Axxcelera Broadband Wireless 00106D (base 16) Axxcelera Broadband Wireless 1600 East Parham Road Richmond VA 23228 US 00-10-4C (hex) Teledyne LeCroy, Inc 00104C (base 16) Teledyne LeCroy, Inc 3385 Scott Blvd. Santa Clara CA 95054 US 00-10-CC (hex) CLP COMPUTER LOGISTIK PLANUNG GmbH 0010CC (base 16) CLP COMPUTER LOGISTIK PLANUNG GmbH BASSERMANNSTR. 21 D-81245 MUENCHEN DE 00-10-30 (hex) EION Inc. 001030 (base 16) EION Inc. 320 March Road Ottawa ON K2K 2E3 CA 00-10-D0 (hex) WITCOM, LTD. 0010D0 (base 16) WITCOM, LTD. P.O.B. 2250 HAIFA 31021 IL 00-10-93 (hex) CMS COMPUTERS, LTD. 001093 (base 16) CMS COMPUTERS, LTD. 201 ARCADIA MUMBAI 400 0021 IN 00-10-8F (hex) RAPTOR SYSTEMS 00108F (base 16) RAPTOR SYSTEMS 69 HICKORY AVE. WALTHAM MA 02154 US 00-10-A4 (hex) XIRCOM 0010A4 (base 16) XIRCOM 2300 CORPORATE CENTER DR. THOUSAND OAKS CA 91320 US 00-10-F1 (hex) I-O CORPORATION 0010F1 (base 16) I-O CORPORATION 2256 SOUTH 3600 WEST SALT LAKE CITY UT 84119 US 00-10-66 (hex) ADVANCED CONTROL SYSTEMS, INC. 001066 (base 16) ADVANCED CONTROL SYSTEMS, INC. 2755 NORTHWOODS PARKWAY NORCROSS GA 30071 US 00-10-AC (hex) IMCI TECHNOLOGIES 0010AC (base 16) IMCI TECHNOLOGIES 8401 OLD COURT HKOUSE RD VIENNA VA 22182 US 00-10-B1 (hex) FOR-A CO., LTD. 0010B1 (base 16) FOR-A CO., LTD. 2-3-3 OOSAKU CHIBA PREF. 285 JP 00-10-EE (hex) CTI PRODUCTS, INC. 0010EE (base 16) CTI PRODUCTS, INC. 1211 W. SHARON RD. CINCINNATI OH 45240 US 00-10-41 (hex) BRISTOL BABCOCK, INC. 001041 (base 16) BRISTOL BABCOCK, INC. 1100 BUCKINGHAM STREET WATERTOWN CT 06795 US 00-10-AA (hex) MEDIA4, INC. 0010AA (base 16) MEDIA4, INC. 250 14TH ST. NW - STE #4002 ATLANTA GA 30318 US 00-10-E8 (hex) TELOCITY, INCORPORATED 0010E8 (base 16) TELOCITY, INCORPORATED 992 SOUTH DE ANZA BLVD SAN JOSE CA 95129 US 00-10-A2 (hex) TNS 0010A2 (base 16) TNS 800 Third Street, Suite B100 HERNDON VA 20170 US 00-10-65 (hex) RADYNE CORPORATION 001065 (base 16) RADYNE CORPORATION 5225 S. 37TH STREET PHOENIX AZ 85040 US 00-10-9F (hex) PAVO, INC. 00109F (base 16) PAVO, INC. 95 YESLER WAY SEATTLE WA 98104 US 00-10-1D (hex) WINBOND ELECTRONICS CORP. 00101D (base 16) WINBOND ELECTRONICS CORP. NO. 4, CREATION RD. III HSIN CHU TW 00-10-84 (hex) K-BOT COMMUNICATIONS 001084 (base 16) K-BOT COMMUNICATIONS P.O. BOX 410 NORTON MA 02766 US 00-10-00 (hex) CABLE TELEVISION LABORATORIES, INC. 001000 (base 16) CABLE TELEVISION LABORATORIES, INC. 858 Coal Creek Circle Louisville CO 80027 US 00-10-09 (hex) HORANET 001009 (base 16) HORANET ZI Route de Niort – BP 70328 FONTENAY LE COMTE CEDEX VENDEE 85206 FR 00-10-F8 (hex) TEXIO TECHNOLOGY CORPORATION 0010F8 (base 16) TEXIO TECHNOLOGY CORPORATION 2-18-13 Shin Yokohama, 222-0033 JP 00-10-C0 (hex) ARMA, Inc. 0010C0 (base 16) ARMA, Inc. 4851 Northshore Lane North Little Rock AR 72118 US 00-10-5B (hex) NET INSIGHT AB 00105B (base 16) NET INSIGHT AB Västberga Allé 9 SE-1260 30 Hägersten SE 00-10-02 (hex) ACTIA 001002 (base 16) ACTIA 25 CHEMIN DE POUVOURVILLE 31432 TOULOUSE, CEDEX 04 FR 00-10-EB (hex) SELSIUS SYSTEMS, INC. 0010EB (base 16) SELSIUS SYSTEMS, INC. 5057 KELLER SPRINGS RD. DALLAS TX 75248 US 00-10-57 (hex) Rebel.com, Inc. 001057 (base 16) Rebel.com, Inc. 150 ISABELLA STREET--STE. 1000 OTTAWA, ONTARIO K1S 1V7 CA 00-10-F9 (hex) UNIQUE SYSTEMS, INC. 0010F9 (base 16) UNIQUE SYSTEMS, INC. 181 DON PARK RD MARKHAM, ONTARIO L3R 1C2 CA 00-10-75 (hex) Segate Technology LLC 001075 (base 16) Segate Technology LLC 10200 S De Anza Blvd Cupertino CA 95014 US 00-E0-03 (hex) NOKIA WIRELESS BUSINESS COMMUN 00E003 (base 16) NOKIA WIRELESS BUSINESS COMMUN ACCESS POINT PRODUCTS GROUP CB4 0WS GB 00-E0-F3 (hex) WebSprint Communications, Inc. 00E0F3 (base 16) WebSprint Communications, Inc. 3026 SCOTT BLVD. SANTA CLARA CA 95054 US 08-BB-CC (hex) AK-NORD EDV VERTRIEBSGES. mbH 08BBCC (base 16) AK-NORD EDV VERTRIEBSGES. mbH FRIEDRICHSTRASSE 10 25436 TORNESCH DE 00-E0-DB (hex) ViaVideo Communications, Inc. 00E0DB (base 16) ViaVideo Communications, Inc. 8900 SHOAL CREEK BLVD. AUSTIN TX 78757 US 00-E0-A6 (hex) TELOGY NETWORKS, INC. 00E0A6 (base 16) TELOGY NETWORKS, INC. 20250 CENTURY BLVD. GERMANTOWN MD 20874 US 00-E0-9F (hex) PIXEL VISION 00E09F (base 16) PIXEL VISION 43 NAGOG PARK ACTON MA 01720 US 00-E0-CC (hex) HERO SYSTEMS, LTD. 00E0CC (base 16) HERO SYSTEMS, LTD. THE BARNES, COOMBELANDS LANE, SURREY KT15 1HY ENGLAND GB 00-E0-80 (hex) CONTROL RESOURCES CORPORATION 00E080 (base 16) CONTROL RESOURCES CORPORATION 16-00 POLLITT DRIVE FAIR LAWN NJ 07410 US 00-E0-04 (hex) PMC-SIERRA, INC. 00E004 (base 16) PMC-SIERRA, INC. 105-8555 BAXTER PLACE BURNABY, BC V5A 4V7 CA 00-E0-3B (hex) PROMINET CORPORATION 00E03B (base 16) PROMINET CORPORATION 110 TURNPIKE RD. - STE. #208 WESTBOROUGH MA 01581 US 00-E0-F5 (hex) TELES AG 00E0F5 (base 16) TELES AG DOVESTR. 2-4 10587 BERLIN DE 00-E0-D7 (hex) SUNSHINE ELECTRONICS, INC. 00E0D7 (base 16) SUNSHINE ELECTRONICS, INC. 46560 FREMONT BLVD. -STE. #113 FREMONT CA 94538 US 00-E0-B5 (hex) ARDENT COMMUNICATIONS CORP. 00E0B5 (base 16) ARDENT COMMUNICATIONS CORP. 3801 ZANKER ROAD, Suite A SAN JOSE CA 95134 US 00-E0-68 (hex) MERRIMAC SYSTEMS INC. 00E068 (base 16) MERRIMAC SYSTEMS INC. 2144 MC COY ROAD CARROLLTON TX 75006 US 00-E0-49 (hex) MICROWI ELECTRONIC GmbH 00E049 (base 16) MICROWI ELECTRONIC GmbH ZUSAMSTRASSE 8 D 86165 AUGSBURG DE 00-E0-95 (hex) ADVANCED-VISION TECHNOLGIES CORP. 00E095 (base 16) ADVANCED-VISION TECHNOLGIES CORP. 8F-1, 87 SECTION 3, CHUNG YANG RD, Tu Cheng Taipei TW 00-E0-0E (hex) AVALON IMAGING SYSTEMS, INC. 00E00E (base 16) AVALON IMAGING SYSTEMS, INC. 3133 INDIAN ROAD BOULDER CO 80301 US 00-E0-48 (hex) SDL COMMUNICATIONS, INC. 00E048 (base 16) SDL COMMUNICATIONS, INC. P.O. BOX 1303 EASTON MA 02334 US 00-E0-CB (hex) RESON, INC. 00E0CB (base 16) RESON, INC. 300 LOPEZ ROAD GOLETA CA 93117 US 00-E0-C8 (hex) VIRTUAL ACCESS, LTD. 00E0C8 (base 16) VIRTUAL ACCESS, LTD. WOODSIDE HOUSE, WINKFIELD, WINDSOR, BERKSHIRE SL4 2DX ENGLAND GB 00-E0-06 (hex) SILICON INTEGRATED SYS. CORP. 00E006 (base 16) SILICON INTEGRATED SYS. CORP. 16, CREATION RD. I HSIN CHU TW 00-E0-AC (hex) MIDSCO, INC. 00E0AC (base 16) MIDSCO, INC. 710 ROUTE 46 EAST FAIRFIELD NJ 07004 US 00-E0-08 (hex) AMAZING CONTROLS! INC. 00E008 (base 16) AMAZING CONTROLS! INC. 1615 WYATT DRIVE SANTA CLARA CA 95054 US 00-E0-AE (hex) XAQTI CORPORATION 00E0AE (base 16) XAQTI CORPORATION 1630 OAKLAND RD. #A-214 SAN JOSE CA 95131 US 00-E0-E0 (hex) SI ELECTRONICS, LTD. 00E0E0 (base 16) SI ELECTRONICS, LTD. 28-16, SHIMOMARUKO 2-CHOME, TOKYO 146 JP 00-E0-50 (hex) EXECUTONE INFORMATION SYSTEMS, INC. 00E050 (base 16) EXECUTONE INFORMATION SYSTEMS, INC. 478 WHEELERS FARMS ROAD MILFORD CT 06460 US 00-E0-23 (hex) TELRAD 00E023 (base 16) TELRAD P.O. BOX 50 LOD 71100 IL 00-E0-2C (hex) AST COMPUTER 00E02C (base 16) AST COMPUTER 16215 ALTON PARKWAY IRVINE CA 92718 US 00-E0-67 (hex) eac AUTOMATION-CONSULTING GmbH 00E067 (base 16) eac AUTOMATION-CONSULTING GmbH HERMSDORFER DAMM 222 73467 BERLIN DE 00-E0-FA (hex) TRL TECHNOLOGY, LTD. 00E0FA (base 16) TRL TECHNOLOGY, LTD. SHANNON WAY, ASHCHURCH, TEWKESBURY, GLOS. GL20 8ND GB 00-E0-2A (hex) TANDBERG TELEVISION AS 00E02A (base 16) TANDBERG TELEVISION AS PHILIP PEDERSENS V 20 N-1324 LYSAKER NO 00-E0-4E (hex) SANYO DENKI CO., LTD. 00E04E (base 16) SANYO DENKI CO., LTD. 812-3, Shimonogou, Ueda-Shi Nagano 386-1211 JP 00-E0-12 (hex) PLUTO TECHNOLOGIES INTERNATIONAL INC. 00E012 (base 16) PLUTO TECHNOLOGIES INTERNATIONAL INC. 2511 55TH STREET BOULDER CO 80301 US 00-E0-4C (hex) REALTEK SEMICONDUCTOR CORP. 00E04C (base 16) REALTEK SEMICONDUCTOR CORP. 1F, NO. 11, INDUSTRY E. RD. IX HSINCHU 300 TW 00-E0-51 (hex) TALX CORPORATION 00E051 (base 16) TALX CORPORATION 1850 BORMAN COURT ST. LOUIS MO 63146 US 00-60-6B (hex) Synclayer Inc. 00606B (base 16) Synclayer Inc. 1-20 Himegaoka GIFU 509-0249 JP 00-60-3B (hex) AMTEC spa 00603B (base 16) AMTEC spa LOC. S. MARTINO 53025 PIANCASTAGNAIO (SIENA) IT 00-E0-39 (hex) PARADYNE CORP. 00E039 (base 16) PARADYNE CORP. 8545 126TH AVENUE NORTH LARGO FL 33773 US 00-60-0B (hex) LOGWARE GmbH 00600B (base 16) LOGWARE GmbH SCHWEDENSTR. 9 D-13359 BERLIN DE 00-E0-C7 (hex) EUROTECH SRL 00E0C7 (base 16) EUROTECH SRL VIA JACOPO LINUSSIO 1 33030 AMAROO (UD) IT 00-E0-AF (hex) GENERAL DYNAMICS INFORMATION SYSTEMS 00E0AF (base 16) GENERAL DYNAMICS INFORMATION SYSTEMS COMPUTING DEVICES, LTD. FALLS CHURCH VA 22042-4523 US 00-E0-54 (hex) KODAI HITEC CO., LTD. 00E054 (base 16) KODAI HITEC CO., LTD. 2-45 ONUMA HANYU CITY SAITAMA.348 JP 00-E0-B9 (hex) BYAS SYSTEMS 00E0B9 (base 16) BYAS SYSTEMS 2250 MONROE STREET, #371 SANTA CLARA CA 95050 US 00-60-4B (hex) Safe-com GmbH & Co. KG 00604B (base 16) Safe-com GmbH & Co. KG Burg Lichtenfels 1 35104 Lichtenfels DE 00-E0-EF (hex) DIONEX 00E0EF (base 16) DIONEX PO BOX 3603 SUNNYVALE CA 94088-3603 US 00-E0-2D (hex) InnoMediaLogic, Inc. 00E02D (base 16) InnoMediaLogic, Inc. 3653 CHEMIN CHAMBLY LONGUEUIL, QUEBEC J4L J4L IN9 CA 00-E0-35 (hex) Artesyn Embedded Technologies 00E035 (base 16) Artesyn Embedded Technologies 2900 S. Diablo Way Tempe AZ 85282 US 00-E0-90 (hex) BECKMAN LAB. AUTOMATION DIV. 00E090 (base 16) BECKMAN LAB. AUTOMATION DIV. 90 BOROLINE ROAD ALLENDALE NJ 07401 US 00-60-01 (hex) InnoSys, Inc. 006001 (base 16) InnoSys, Inc. 3095 RICHMOND PKWY #207 RICHMOND CA 94806 US 00-60-FE (hex) LYNX SYSTEM DEVELOPERS, INC. 0060FE (base 16) LYNX SYSTEM DEVELOPERS, INC. 175N NEW BOSTON STREET WOBURN MA 01801 US 00-60-BD (hex) Enginuity Communications 0060BD (base 16) Enginuity Communications 3545 Stern Avenue St Charles IL 60174 US 00-08-00 (hex) MULTITECH SYSTEMS, INC. 000800 (base 16) MULTITECH SYSTEMS, INC. 2205 WOODALE DRIVE MOUNDS VIEW MN 55112 US 00-E0-85 (hex) GLOBAL MAINTECH, INC. 00E085 (base 16) GLOBAL MAINTECH, INC. 6468 CITY WEST PARKWAY EDEN PRAIRIE MN 55344 US 00-E0-BE (hex) GENROCO INTERNATIONAL, INC. 00E0BE (base 16) GENROCO INTERNATIONAL, INC. 255 ENDERS COURT SLINGER WI 53086 US 00-E0-B6 (hex) Entrada Networks 00E0B6 (base 16) Entrada Networks 9020 JUNCTION DRIVE ANNAPOLIS JUNCTION MD 20701 US 00-E0-F4 (hex) INSIDE Technology A/S 00E0F4 (base 16) INSIDE Technology A/S VENLIGHEDSVEJ 6 DK-2970 HOERSHOLM DK 00-E0-A0 (hex) WILTRON CO. 00E0A0 (base 16) WILTRON CO. 490 JARVIS DRIVE MORGAN HILL CA 95037 US 00-E0-F1 (hex) THAT CORPORATION 00E0F1 (base 16) THAT CORPORATION 734 FOREST STREET MARLBOROUGH MA 01752 US 00-60-D5 (hex) AMADA MIYACHI Co., Ltd 0060D5 (base 16) AMADA MIYACHI Co., Ltd 95-3, FUTASUZUKA NODA CHIBA 278-0016 JP 00-60-3F (hex) PATAPSCO DESIGNS 00603F (base 16) PATAPSCO DESIGNS 5350 PARTNERS COURT FREDERICK MD 21703 US 00-60-B5 (hex) KEBA GmbH 0060B5 (base 16) KEBA GmbH GEWERBEPARK URFAHR A-4041 LINZ AT 00-60-14 (hex) EDEC CO., LTD. 006014 (base 16) EDEC CO., LTD. 9F OF T.O.C. BUILDING SHINAGAWAKU, TOKYO JP 00-60-AC (hex) RESILIENCE CORPORATION 0060AC (base 16) RESILIENCE CORPORATION 1755 EMBARCADERO ROAD-STE #120 PALO ALTO CA 94303 US 00-60-4E (hex) CYCLE COMPUTER CORPORATION, INC. 00604E (base 16) CYCLE COMPUTER CORPORATION, INC. 20245 STEVENS CREEK BLVD. CUPERTINO CA 95014 US 00-60-E1 (hex) ORCKIT COMMUNICATIONS LTD. 0060E1 (base 16) ORCKIT COMMUNICATIONS LTD. 38 NAHALAT YIZHAK STREET TEL-AVIV 67448 IL 00-60-D2 (hex) LUCENT TECHNOLOGIES TAIWAN TELECOMMUNICATIONS CO., LTD. 0060D2 (base 16) LUCENT TECHNOLOGIES TAIWAN TELECOMMUNICATIONS CO., LTD. #2, INNOVATION ROAD II HSIN CHU TW 00-60-42 (hex) TKS (USA), INC. 006042 (base 16) TKS (USA), INC. 1201 COMMERCE RICHARDSON TX 75081 US 00-60-79 (hex) Mainstream Data, Inc. 006079 (base 16) Mainstream Data, Inc. 375 Chipeta Way, Suite B Salt Lake City UT 84108 US 00-60-9A (hex) NJK TECHNO CO. 00609A (base 16) NJK TECHNO CO. N1-25 KAMIYASATO KOMATSU #923 JP 00-60-2B (hex) PEAK AUDIO 00602B (base 16) PEAK AUDIO 1790 30TH STREET STE #414 BOULDER CO 80301 US 00-60-F1 (hex) EXP COMPUTER, INC. 0060F1 (base 16) EXP COMPUTER, INC. 141 EILEEN WAY SYOSSET NY 11791 US 00-60-E6 (hex) SHOMITI SYSTEMS INCORPORATED 0060E6 (base 16) SHOMITI SYSTEMS INCORPORATED 2099 GATEWAY PLACE - STE.#220 SAN JOSE CA 95110 US 00-60-FF (hex) QuVis, Inc. 0060FF (base 16) QuVis, Inc. 2921 SW WANAMAKER DRIVE TOPEKA KS 66614 US 00-60-67 (hex) ACER NETXUS INC. 006067 (base 16) ACER NETXUS INC. 5F-3, 5 HSIN ANN ROAD SBIP HSINCHU 300 TJ 00-60-9F (hex) PHAST CORPORATION 00609F (base 16) PHAST CORPORATION 79 WEST 4500 SOUTH - BLDG.#14 SALT LAKE CITY UT 84107 US 00-60-40 (hex) NETRO CORP. 006040 (base 16) NETRO CORP. 3120 SCOTT BLVD. SANTA CLARA CA 95054 US 00-60-CC (hex) EMTRAK, INCORPORATED 0060CC (base 16) EMTRAK, INCORPORATED 7150 CAMPUS DRIVE, STE #180 COLORADO SPRINGS CO 80920 US 00-60-2C (hex) LINX Data Terminals, Inc. 00602C (base 16) LINX Data Terminals, Inc. 625 DIGITAL DRIVE-STE #100 PLANO TX 75075 US 00-60-7E (hex) GIGALABS, INC. 00607E (base 16) GIGALABS, INC. 290 SANTA ANA COURT SUNNYVALE CA 94086 US 00-60-CD (hex) VideoServer, Inc. 0060CD (base 16) VideoServer, Inc. 5 FORBES ROAD LEXINGTON MA 02173 US 00-60-AA (hex) INTELLIGENT DEVICES INC. (IDI) 0060AA (base 16) INTELLIGENT DEVICES INC. (IDI) 1718-L BELMONT AVENUE BALTIMORE MD 21244 US 00-60-25 (hex) ACTIVE IMAGING PLC 006025 (base 16) ACTIVE IMAGING PLC HATTORI HOUSE MAIDENHEAD Berkshire SL6 4UB GB 00-60-A7 (hex) MICROSENS GmbH & CO. KG 0060A7 (base 16) MICROSENS GmbH & CO. KG Kueferstrasse 16 D-59067 Hamm DE 00-05-A8 (hex) WYLE ELECTRONICS 0005A8 (base 16) WYLE ELECTRONICS 3000 BOWERS AVENUE SANTA CLARA CA 95051-0919 US 00-60-E5 (hex) FUJI AUTOMATION CO., LTD. 0060E5 (base 16) FUJI AUTOMATION CO., LTD. 3-23-10, NEGISHI URAWA-SHI, 336 SAITAMA US 00-60-5E (hex) LIBERTY TECHNOLOGY NETWORKING 00605E (base 16) LIBERTY TECHNOLOGY NETWORKING P.O. BOX 11566 HATFIELD, PRETORIA 0028 ZA 00-60-C6 (hex) DCS AG 0060C6 (base 16) DCS AG SALZACHSTRASS 31 D-14129 BERLIN DE 00-60-1E (hex) SOFTLAB, INC. 00601E (base 16) SOFTLAB, INC. P.O. BOX 8 CHIMNEY ROCK CO 81127 US 00-60-65 (hex) BERNECKER & RAINER INDUSTRIE-ELEKTRONIC GmbH 006065 (base 16) BERNECKER & RAINER INDUSTRIE-ELEKTRONIC GmbH EGGELSBERG 120 5142 EGGELSBERG AT 00-60-5D (hex) SCANIVALVE CORP. 00605D (base 16) SCANIVALVE CORP. 1722 N. MADSON STREET LIBERTY LAKE WA 99019 US 00-60-6F (hex) CLARION CORPORATION OF AMERICA 00606F (base 16) CLARION CORPORATION OF AMERICA 25 Commerce Drive Allendale NJ 07401 US 00-A0-10 (hex) SYSLOGIC DATENTECHNIK AG 00A010 (base 16) SYSLOGIC DATENTECHNIK AG Bruggerstrasse 69 CH-5400 Baden CH 00-A0-59 (hex) HAMILTON HALLMARK 00A059 (base 16) HAMILTON HALLMARK 2105 LUNDY AVENUE SAN JOSE CA 95131 US 00-A0-39 (hex) ROSS TECHNOLOGY, INC. 00A039 (base 16) ROSS TECHNOLOGY, INC. 5316 HWY 290 WEST - STE. #500 AUSTIN TX 78735 US 00-A0-AD (hex) MARCONI SPA 00A0AD (base 16) MARCONI SPA VIA NEGRONE, 1A 16153 GENOVA CORNIGLIANO IT 00-A0-D6 (hex) SBE, Inc. 00A0D6 (base 16) SBE, Inc. 4000 Executive Parkway San Ramon CA 94583 US 00-A0-2E (hex) BRAND COMMUNICATIONS, LTD. 00A02E (base 16) BRAND COMMUNICATIONS, LTD. ENTERPRISE HOUSE, CHIVERS WAY, HISTON, CAMBRIDGE CB4 4ZR GB 00-60-4A (hex) SAIC IDEAS GROUP 00604A (base 16) SAIC IDEAS GROUP 7120 COLUMBIA GATEWAY DRIVE COLUMBIA MD 21046 US 00-A0-BD (hex) I-TECH CORP. 00A0BD (base 16) I-TECH CORP. 10200 VALLEY VIEW ROAD EDEN PRAIRIE MN 55344 US 00-60-90 (hex) Artiza Networks Inc 006090 (base 16) Artiza Networks Inc Faret Tachikawa Center Square, 2-36-2 Akebono-cho, Tachikawa-shi, Tokyo 190-0012 JP 00-60-0D (hex) Digital Logic GmbH 00600D (base 16) Digital Logic GmbH Stahlwerkstraße 25 Mudersbach 57555 DE 00-60-30 (hex) VILLAGE TRONIC ENTWICKLUNG 006030 (base 16) VILLAGE TRONIC ENTWICKLUNG WELLWEG 95 31157 SARSTEDT DE 00-A0-8D (hex) JACOMO CORPORATION 00A08D (base 16) JACOMO CORPORATION 26900 E. PINK HILL ROAD INDEPENDENCE MO 64057 US 00-A0-8E (hex) Check Point Software Technologies 00A08E (base 16) Check Point Software Technologies 8333 Ridgepoint Dr. Irving TX 75063 US 00-A0-FC (hex) IMAGE SCIENCES, INC. 00A0FC (base 16) IMAGE SCIENCES, INC. 7500 INNOVATION WAY MASON OH 45040 US 00-A0-9C (hex) Xyplex, Inc. 00A09C (base 16) Xyplex, Inc. 25 FOSTER STREET LITTLETON MA 01460 US 00-A0-0D (hex) THE PANDA PROJECT 00A00D (base 16) THE PANDA PROJECT 5201 CONGRESS AVE. - C-100 BOCA RATON FL 33487 US 00-A0-E9 (hex) ELECTRONIC RETAILING SYSTEMS INTERNATIONAL 00A0E9 (base 16) ELECTRONIC RETAILING SYSTEMS INTERNATIONAL 372 DANBURY ROAD WILTON CT 06897-2523 US 00-A0-BE (hex) INTEGRATED CIRCUIT SYSTEMS, INC. COMMUNICATIONS GROUP 00A0BE (base 16) INTEGRATED CIRCUIT SYSTEMS, INC. COMMUNICATIONS GROUP 1271 PARKMOOR AVENUE SAN JOSE CA 95126-3448 US 00-A0-16 (hex) MICROPOLIS CORP. 00A016 (base 16) MICROPOLIS CORP. 21211 NORDHOFF STREET CHATSWORTH CA 91311 US 00-A0-48 (hex) QUESTECH, LTD. 00A048 (base 16) QUESTECH, LTD. EASTHEATH AVENUE BERKS, RG11 2PP GB 00-A0-03 (hex) Siemens Switzerland Ltd., I B T HVP 00A003 (base 16) Siemens Switzerland Ltd., I B T HVP Building Technologies Division, International Headquarters Zug 6301 CH 00-A0-F9 (hex) BINTEC COMMUNICATIONS GMBH 00A0F9 (base 16) BINTEC COMMUNICATIONS GMBH SUEDWESTPARK 94 90449 NUERNBERG DE 00-A0-F5 (hex) RADGUARD LTD. 00A0F5 (base 16) RADGUARD LTD. 8 HANECHOSHET STREET TEL-AVIV 69710 IL 00-A0-CA (hex) FUJITSU DENSO LTD. 00A0CA (base 16) FUJITSU DENSO LTD. 3055 ORCHARD DRIVE SAN JOSE CA 95134 US 00-A0-22 (hex) CENTRE FOR DEVELOPMENT OF ADVANCED COMPUTING 00A022 (base 16) CENTRE FOR DEVELOPMENT OF ADVANCED COMPUTING UNIVERSITY OF POONA CAMPUS GANESH KHIND, Pune - 411 008 IN 00-A0-B6 (hex) SANRITZ AUTOMATION CO., LTD. 00A0B6 (base 16) SANRITZ AUTOMATION CO., LTD. 4-21 MINAMI NARUSE 00-A0-79 (hex) ALPS ELECTRIC (USA), INC. 00A079 (base 16) ALPS ELECTRIC (USA), INC. 3553 NORTH 1ST STREET SAN JOSE CA 95134 US 00-A0-C0 (hex) DIGITAL LINK CORP. 00A0C0 (base 16) DIGITAL LINK CORP. 217 HUMBOLDT COURT SUNNYVALE CA 94089 US 00-A0-1E (hex) EST CORPORATION 00A01E (base 16) EST CORPORATION 120 ROYALL STREET CANTON MA 02021 US 00-A0-AE (hex) NUCOM SYSTEMS, INC. 00A0AE (base 16) NUCOM SYSTEMS, INC. 9F-6, NO 4, LANE TAIWAN TAIWAN R.O.C. TW 00-A0-62 (hex) AES PRODATA 00A062 (base 16) AES PRODATA 249 BALCATTA ROAD WESTERN AUSTRALIA 6021 AU 00-A0-76 (hex) CARDWARE LAB, INC. 00A076 (base 16) CARDWARE LAB, INC. 285 SOBRANTE WAY, STE. SUNNYVALE CA 94086 VI 00-A0-A1 (hex) EPIC DATA INC. 00A0A1 (base 16) EPIC DATA INC. 7280 RIVER ROAD CANADA V6X 1X5 00-A0-44 (hex) NTT IT CO., LTD. 00A044 (base 16) NTT IT CO., LTD. 231 JP 00-A0-11 (hex) MUTOH INDUSTRIES LTD. 00A011 (base 16) MUTOH INDUSTRIES LTD. 253 KANAGAWA-KEN, JP 00-A0-BA (hex) PATTON ELECTRONICS CO. 00A0BA (base 16) PATTON ELECTRONICS CO. 7622 RICKENBACKER DRIVE GAITHERSBURG MD 20879 US 00-A0-B5 (hex) 3H TECHNOLOGY 00A0B5 (base 16) 3H TECHNOLOGY 3375 SCOTT BLVD. #336 SANTA CLARA CA 95054 US 00-A0-4D (hex) EDA INSTRUMENTS, INC. 00A04D (base 16) EDA INSTRUMENTS, INC. 4 THORNCLIFFE PARK DRIVE M4H 1H1 CA 00-A0-86 (hex) AMBER WAVE SYSTEMS, INC. 00A086 (base 16) AMBER WAVE SYSTEMS, INC. 403 MASSACHUSETTS AVENUE ACTON MA 01720 US 00-A0-AF (hex) WMS INDUSTRIES 00A0AF (base 16) WMS INDUSTRIES 3401 N. CALIFORNIA CHICAGO IL 60618 US 00-A0-57 (hex) LANCOM Systems GmbH 00A057 (base 16) LANCOM Systems GmbH Adenauer Straße 20 /B2 Würselen 52146 DE 00-A0-30 (hex) CAPTOR NV/SA 00A030 (base 16) CAPTOR NV/SA DE HENE 13 BE 00-A0-DE (hex) YAMAHA CORPORATION 00A0DE (base 16) YAMAHA CORPORATION 10-1 Nakazawa-cho, Naka-ku Hamamatsu Shizuoka 430-8650 JP 00-A0-84 (hex) Dataplex Pty Ltd 00A084 (base 16) Dataplex Pty Ltd Ground floor, MACQUARIE PARK NSW 2113 AU 00-A0-49 (hex) DIGITECH INDUSTRIES, INC. 00A049 (base 16) DIGITECH INDUSTRIES, INC. PO BOX 2267 DANBURY CT 06810 US 00-A0-9D (hex) JOHNATHON FREEMAN TECHNOLOGIES 00A09D (base 16) JOHNATHON FREEMAN TECHNOLOGIES P.O. BOX 880114 SAN FRANCISCO CA 94188 US 00-A0-6B (hex) DMS DORSCH MIKROSYSTEM GMBH 00A06B (base 16) DMS DORSCH MIKROSYSTEM GMBH HOLMLUECK 13-15 DE 00-A0-F8 (hex) Zebra Technologies Inc 00A0F8 (base 16) Zebra Technologies Inc 475 Half Day Road Lincolnshire IL 60069 US 00-A0-9F (hex) COMMVISION CORP. 00A09F (base 16) COMMVISION CORP. 510 LOGUE AVE. MOUNTAIN VIEW CA 94043 US 00-A0-6E (hex) AUSTRON, INC. 00A06E (base 16) AUSTRON, INC. P.O. BOX 14766 AUSTIN TX 78761-4766 US 00-20-22 (hex) NMS Communications 002022 (base 16) NMS Communications 100 Crossing Boulevard Framingham MA 01702 US 00-20-AE (hex) ORNET DATA COMMUNICATION TECH. 0020AE (base 16) ORNET DATA COMMUNICATION TECH. P.O. BOX 323 IL 00-20-AA (hex) Ericsson Television Limited 0020AA (base 16) Ericsson Television Limited Solution Area Media Comines Way, Hedge End Southhampton SO 30 4DA GB 00-20-A4 (hex) MULTIPOINT NETWORKS 0020A4 (base 16) MULTIPOINT NETWORKS 19 DAVIS DRIVE BELMONT CA 94002-3001 US 00-02-67 (hex) NODE RUNNER, INC. 000267 (base 16) NODE RUNNER, INC. 2202 N. FORBES BLVD. TUCSON AZ 85745 US 00-20-B1 (hex) COMTECH RESEARCH INC. 0020B1 (base 16) COMTECH RESEARCH INC. 24271 TAHOE LAGUNA NIGUEL CA 92656 US 00-20-32 (hex) ALCATEL TAISEL 002032 (base 16) ALCATEL TAISEL 4, MING SHENG STREET TU-CHENG TAIWAN ROC TW 00-20-E9 (hex) DANTEL 0020E9 (base 16) DANTEL P.O. BOX 55013 FRESNO CA 93727-1388 US 00-20-38 (hex) VME MICROSYSTEMS INTERNATIONAL CORPORATION 002038 (base 16) VME MICROSYSTEMS INTERNATIONAL CORPORATION 12090 S. MEMORIAL PARKWAY HUNTSVILLE AL 35803 US 00-20-A3 (hex) Harmonic, Inc 0020A3 (base 16) Harmonic, Inc 4300 North First Street San Jose CA 95134 US 00-20-59 (hex) MIRO COMPUTER PRODUCTS AG 002059 (base 16) MIRO COMPUTER PRODUCTS AG CARL MIELE STR. 4 D-38112 BRAUNSCHWEIG DE 00-20-34 (hex) ROTEC INDUSTRIEAUTOMATION GMBH 002034 (base 16) ROTEC INDUSTRIEAUTOMATION GMBH GUTENBERGSTR. 15 DE 00-20-79 (hex) MIKRON GMBH 002079 (base 16) MIKRON GMBH BRESLAUERSTR. 1-3 85386 ECHING DE 00-20-05 (hex) SIMPLE TECHNOLOGY 002005 (base 16) SIMPLE TECHNOLOGY 3001 DAIMLER ROAD SANTA ANA CA 92705 US 00-20-18 (hex) CIS TECHNOLOGY INC. 002018 (base 16) CIS TECHNOLOGY INC. FL. 9-1, NO. 94, PAO CHUNG RD. TAIPEI HSIEN TW 00-20-98 (hex) HECTRONIC AB 002098 (base 16) HECTRONIC AB BOX 3002 S-75003 UPPSALA SE 00-20-FD (hex) ITV TECHNOLOGIES, INC. 0020FD (base 16) ITV TECHNOLOGIES, INC. 6800 OWENSMOUTH AVE. #230 CANOGA PARK CA 91303 US 00-20-FA (hex) GDE SYSTEMS, INC. 0020FA (base 16) GDE SYSTEMS, INC. P.O. BOX 85468 - BLDG.#61 SAN DIEGO CA 92186-5468 US 00-20-C1 (hex) SAXA, Inc. 0020C1 (base 16) SAXA, Inc. NBF Platinum Tower 1-17-3 Shirokane Tokyo 108-8050 JP 00-20-80 (hex) SYNERGY (UK) LTD. 002080 (base 16) SYNERGY (UK) LTD. HARTCRAN HOUSE WATFORD HERTS. WD1 5EZ GB 00-C0-23 (hex) TUTANKHAMON ELECTRONICS 00C023 (base 16) TUTANKHAMON ELECTRONICS 2446 ESTAND WAY PLEASANT HILL CA 94523 US 00-C0-8B (hex) RISQ MODULAR SYSTEMS, INC. 00C08B (base 16) RISQ MODULAR SYSTEMS, INC. 39899 BALENTINE DRIVE-STE #375 NEWARK CA 94560 US 00-20-C4 (hex) INET,INC. 0020C4 (base 16) INET,INC. 801 E. CAMPBELL-STE.#330 RICHARDSON TX 75081 US 00-20-74 (hex) SUNGWOON SYSTEMS 002074 (base 16) SUNGWOON SYSTEMS YUSUN BLDG.44-4 KOREA KR 00-20-3C (hex) EUROTIME AB 00203C (base 16) EUROTIME AB BOX 277 SE 00-20-28 (hex) WEST EGG SYSTEMS, INC. 002028 (base 16) WEST EGG SYSTEMS, INC. 65 HIGH RIDGE ROAD-STE.#286 STAMFORD CT 06905 US 00-20-68 (hex) ISDYNE 002068 (base 16) ISDYNE 11 ROXBURY AVENUE NATICK MA 01760 US 00-20-C8 (hex) LARSCOM INCORPORATED 0020C8 (base 16) LARSCOM INCORPORATED 4600 PATRICK HENRY DRIVE SANTA CLARA CA 95054 US 00-20-9D (hex) LIPPERT AUTOMATIONSTECHNIK 00209D (base 16) LIPPERT AUTOMATIONSTECHNIK D-68165 MANNHEIM DE 00-20-9C (hex) PRIMARY ACCESS CORP. 00209C (base 16) PRIMARY ACCESS CORP. 10080 CARROLL CANYON RD SAN DIEGO CA 92131 US 00-20-6D (hex) DATA RACE, INC. 00206D (base 16) DATA RACE, INC. 11550 IH-10WEST STE#395 SAN ANTONIO TX 78230 US 00-20-3A (hex) DIGITAL BI0METRICS INC. 00203A (base 16) DIGITAL BI0METRICS INC. 5600 ROWLAND ROAD- STE.#205 MINNETONKA MN 55364 US 00-20-48 (hex) Marconi Communications 002048 (base 16) Marconi Communications 1000 Fore Drive Warrendale PA 15086-7502 US 00-20-DC (hex) DENSITRON TAIWAN LTD. 0020DC (base 16) DENSITRON TAIWAN LTD. KYOWA NANABANKAN 5F JP 00-20-0C (hex) ADASTRA SYSTEMS CORP. 00200C (base 16) ADASTRA SYSTEMS CORP. 28310 INDUSTRIAL BLVD.-STE-K HAYWARD CA 94545 US 00-20-11 (hex) CANOPUS CO., LTD. 002011 (base 16) CANOPUS CO., LTD. KOBE HI-TECH PARK 651-22 JP 00-20-51 (hex) Verilink Corporation 002051 (base 16) Verilink Corporation 127 Jetplex Circle Madison AL 35758 US 00-20-3B (hex) WISDM LTD. 00203B (base 16) WISDM LTD. ST. JOHNS INNOVATION CENTRE ENGLAND GB 00-20-BA (hex) CENTER FOR HIGH PERFORMANCE 0020BA (base 16) CENTER FOR HIGH PERFORMANCE COMPUTING OF WPI MARLBORO MA 01752 US 00-20-F5 (hex) PANDATEL AG 0020F5 (base 16) PANDATEL AG FASANENWEG 25 DE 00-20-0E (hex) NSSLGlobal Technologies AS 00200E (base 16) NSSLGlobal Technologies AS Martin Linges vei 25 Fornebu 1364 NO 00-20-E7 (hex) B&W NUCLEAR SERVICE COMPANY 0020E7 (base 16) B&W NUCLEAR SERVICE COMPANY SPECIAL PRODUCTS & INTEG.SVCS. LYNCHBURG VA 24502 US 00-20-F0 (hex) UNIVERSAL MICROELECTRONICS CO. 0020F0 (base 16) UNIVERSAL MICROELECTRONICS CO. 3, 27TH RD., TAICHUNG IND.PARK TAIWAN TAIWAN R.O.C. TW 00-20-89 (hex) T3PLUS NETWORKING, INC. 002089 (base 16) T3PLUS NETWORKING, INC. 2840 SAN TOMAS EXPRESSWAY SANTA CLARA CA 95051 US 00-20-61 (hex) GarrettCom, Inc. 002061 (base 16) GarrettCom, Inc. 47823 Westinghouse Dr. Fremont CA 94539 US 00-C0-80 (hex) NETSTAR, INC. 00C080 (base 16) NETSTAR, INC. CEDAR BUSINESS CENTER MINNEAPOLIS MN 55425-1235 US 00-C0-B4 (hex) MYSON TECHNOLOGY, INC. 00C0B4 (base 16) MYSON TECHNOLOGY, INC. 2F, NO. 3, INDUSTRY E. RD.IV TAIWAN TW 00-C0-45 (hex) ISOLATION SYSTEMS, LTD. 00C045 (base 16) ISOLATION SYSTEMS, LTD. 26 SIX POINT ROAD CANADA M8Z 2W9 CA 00-70-B3 (hex) DATA RECALL LTD. 0070B3 (base 16) DATA RECALL LTD. SONDES PLACE UNITED KINGDOM GB 00-70-B0 (hex) M/A-COM INC. COMPANIES 0070B0 (base 16) M/A-COM INC. COMPANIES 11717 EXPLORATION LANE GERMANTOWN MD 20767 US 00-E6-D3 (hex) NIXDORF COMPUTER CORP. 00E6D3 (base 16) NIXDORF COMPUTER CORP. 2520 MISSION COLLEGE ROAD SANTA CLARA CA 95054 US 00-C0-C3 (hex) ACUSON COMPUTED SONOGRAPHY 00C0C3 (base 16) ACUSON COMPUTED SONOGRAPHY 1220 CHARLESTON ROAD MOUNTAIN VIEW CA 94039-7393 US 00-C0-B3 (hex) COMSTAT DATACOMM CORPORATION 00C0B3 (base 16) COMSTAT DATACOMM CORPORATION 1720 SPECTRUM DRIVE LAWRENCEVILLE GA 30243 US 00-C0-E5 (hex) GESPAC, S.A. 00C0E5 (base 16) GESPAC, S.A. CHEMIN DES AULX 18 CH 00-C0-4D (hex) MITEC, INC. 00C04D (base 16) MITEC, INC. BR-KAMEIDO 1 BUILDING JP 00-C0-47 (hex) UNIMICRO SYSTEMS, INC. 00C047 (base 16) UNIMICRO SYSTEMS, INC. 44382 S. GRIMMER BLVD. FREMONT CA 94538 US 00-C0-84 (hex) DATA LINK CORP. LTD. 00C084 (base 16) DATA LINK CORP. LTD. 3-15-3 MIDORICHO JP 00-C0-41 (hex) DIGITAL TRANSMISSION SYSTEMS 00C041 (base 16) DIGITAL TRANSMISSION SYSTEMS 4830 RIVER GREEN PARKWAY DULUTH GA 30136 US 00-C0-1F (hex) S.E.R.C.E.L. 00C01F (base 16) S.E.R.C.E.L. B.P. 439 FR 00-60-86 (hex) LOGIC REPLACEMENT TECH. LTD. 006086 (base 16) LOGIC REPLACEMENT TECH. LTD. 14 ARKWRIGHT ROAD UNITED KINGDOM GB 00-C0-59 (hex) DENSO CORPORATION 00C059 (base 16) DENSO CORPORATION 1-1, Showa-cho, Kariya-shi, Aichi 448-8661 JP 00-C0-F1 (hex) SHINKO ELECTRIC CO., LTD. 00C0F1 (base 16) SHINKO ELECTRIC CO., LTD. COMPUTER SYSTEM DIVISION JAPAN 441-31 JP 00-C0-A1 (hex) TOKYO DENSHI SEKEI CO. 00C0A1 (base 16) TOKYO DENSHI SEKEI CO. 255-1 RENKOJI, TAMA-SHI JAPAN 206 JP 00-C0-2E (hex) NETWIZ 00C02E (base 16) NETWIZ 26 GOLOMB STREET IL 00-C0-0D (hex) ADVANCED LOGIC RESEARCH, INC. 00C00D (base 16) ADVANCED LOGIC RESEARCH, INC. 9401 JERONIMO IRVINE CA 92618 US 00-C0-81 (hex) METRODATA LTD. 00C081 (base 16) METRODATA LTD. BLENHEIM HOUSE TW20 8RY TW20 8RY ENGLAND GB 00-C0-3B (hex) MULTIACCESS COMPUTING CORP. 00C03B (base 16) MULTIACCESS COMPUTING CORP. 5350 HOLLISTER AVE., STE. SANTA BARBARA CA 93111 US 00-C0-82 (hex) MOORE PRODUCTS CO. 00C082 (base 16) MOORE PRODUCTS CO. SUMNEYTOWN PIKE SPRING HOUSE PA 19477 US 00-C0-99 (hex) YOSHIKI INDUSTRIAL CO.,LTD. 00C099 (base 16) YOSHIKI INDUSTRIAL CO.,LTD. 1-38 MATSUGASAKI 2-CHOME 992 JP 00-C0-01 (hex) DIATEK PATIENT MANAGMENT 00C001 (base 16) DIATEK PATIENT MANAGMENT SYSTEMS, INC. SAN DIEGO CA 92121-1723 US 00-C0-F4 (hex) INTERLINK SYSTEM CO., LTD. 00C0F4 (base 16) INTERLINK SYSTEM CO., LTD. INTERLINK B/D, 476-20 KOREA KR 00-C0-E2 (hex) CALCOMP, INC. 00C0E2 (base 16) CALCOMP, INC. 2411 W. LAPALMA AVENUE ANAHEIM CA 92803-3250 US 00-C0-7B (hex) ASCEND COMMUNICATIONS, INC. 00C07B (base 16) ASCEND COMMUNICATIONS, INC. 1701 HARBOR BAY PARKWAY ALAMEDA CA 94502 US 00-C0-3C (hex) TOWER TECH S.R.L. 00C03C (base 16) TOWER TECH S.R.L. VIA RIDOLFI 6,8 IT 00-C0-1D (hex) GRAND JUNCTION NETWORKS, INC. 00C01D (base 16) GRAND JUNCTION NETWORKS, INC. 3101 WHIPPLE RD., #27 UNION CITY CA 94587 US 00-C0-35 (hex) QUINTAR COMPANY 00C035 (base 16) QUINTAR COMPANY 370 AMAPOLA AVE., STE.#106 TORRANCE CA 90501 US 00-C0-70 (hex) SECTRA SECURE-TRANSMISSION AB 00C070 (base 16) SECTRA SECURE-TRANSMISSION AB TEKNIKRINGEN 2 SE 00-C0-6D (hex) BOCA RESEARCH, INC. 00C06D (base 16) BOCA RESEARCH, INC. 6401 CONGRESS AVENUE BOCA RATON FL 33487 US 00-C0-EA (hex) ARRAY TECHNOLOGY LTD. 00C0EA (base 16) ARRAY TECHNOLOGY LTD. 145 FRIMLEY ROAD ENGLAND GU15 2PS GB 00-C0-09 (hex) KT TECHNOLOGY (S) PTE LTD 00C009 (base 16) KT TECHNOLOGY (S) PTE LTD KT BUILDING SINGAPORE 0511 SG 00-C0-D6 (hex) J1 SYSTEMS, INC. 00C0D6 (base 16) J1 SYSTEMS, INC. 3 DUNWOODY PARK-STE.#103 ATLANTA GA 30338 US 00-C0-DC (hex) EOS TECHNOLOGIES, INC. 00C0DC (base 16) EOS TECHNOLOGIES, INC. 3945 FREEDOM CIRCLE, STE.#770 SANTA CLARA CA 95054 US 00-C0-72 (hex) KNX LTD. 00C072 (base 16) KNX LTD. HOLLINGWOOD HOUSE LS21 3HA UNITED KINGDOM GB 00-C0-AE (hex) TOWERCOM CO. INC. DBA PC HOUSE 00C0AE (base 16) TOWERCOM CO. INC. DBA PC HOUSE 841 E. ARTESIA BLVD. CARSON CA 90746 US 00-C0-C2 (hex) INFINITE NETWORKS LTD. 00C0C2 (base 16) INFINITE NETWORKS LTD. 19 BROOKSIDE ROAD, OXHEY UNITED KINGDOM GB 00-C0-AF (hex) TEKLOGIX INC. 00C0AF (base 16) TEKLOGIX INC. 2100 MEADOWVALE BOULEVARD CANADA L5N 7J9 CA 00-C0-7A (hex) PRIVA B.V. 00C07A (base 16) PRIVA B.V. P.O. BOX 18 NL 00-C0-F6 (hex) CELAN TECHNOLOGY INC. 00C0F6 (base 16) CELAN TECHNOLOGY INC. NO. 101, MIN-HSIANG ST. TAIWAN TAIWAN R.O.C. CN 00-C0-F8 (hex) ABOUT COMPUTING INC. 00C0F8 (base 16) ABOUT COMPUTING INC. P.O. BOX 172 BELMONT MA 02178 US 00-C0-78 (hex) COMPUTER SYSTEMS ENGINEERING 00C078 (base 16) COMPUTER SYSTEMS ENGINEERING 46791 FREMONT BLVD. FREMONT CA 94538 US 00-C0-9A (hex) PHOTONICS CORPORATION 00C09A (base 16) PHOTONICS CORPORATION 2940 NORTH FIRST STREET SAN JOSE CA 95123-2021 US 00-C0-1A (hex) COROMETRICS MEDICAL SYSTEMS 00C01A (base 16) COROMETRICS MEDICAL SYSTEMS 61 BARNES PARK ROAD NORTH WALLINGFORD CT 06492-0333 US 00-C0-68 (hex) HME Clear-Com LTD. 00C068 (base 16) HME Clear-Com LTD. 7400 Beach Drive Cambridgeshire CB25 9TP GB 00-C0-D8 (hex) UNIVERSAL DATA SYSTEMS 00C0D8 (base 16) UNIVERSAL DATA SYSTEMS 5000 BRADFORD DRIVE HUNTSVILLE AL 35805-1993 US 00-40-36 (hex) Zoom Telephonics, Inc 004036 (base 16) Zoom Telephonics, Inc 207 South St Boston MA 02111 US 00-40-16 (hex) ADC - Global Connectivity Solutions Division 004016 (base 16) ADC - Global Connectivity Solutions Division P.O. Box 1101 Minneapolis MN 55440-1101 US 00-40-6A (hex) KENTEK INFORMATION SYSTEMS,INC 00406A (base 16) KENTEK INFORMATION SYSTEMS,INC 2945 WILDERNESS PLACE BOULDER CO 80301 US 00-40-0A (hex) PIVOTAL TECHNOLOGIES, INC. 00400A (base 16) PIVOTAL TECHNOLOGIES, INC. 100 W. RINCON AVENUE-STE #211 CAMPBELL CA 95008 US 00-40-99 (hex) NEWGEN SYSTEMS CORP. 004099 (base 16) NEWGEN SYSTEMS CORP. 17580 NEWHOPE STREET FOUNTAIN VALLEY CA 92708 US 00-40-11 (hex) ANDOVER CONTROLS CORPORATION 004011 (base 16) ANDOVER CONTROLS CORPORATION 300 BRICKSTONE SQUARE ANDOVER MA 01810 US 00-40-A1 (hex) ERGO COMPUTING 0040A1 (base 16) ERGO COMPUTING ONE INTERCONTINENTAL WAY PEABODY MA 01960 US 00-40-81 (hex) MANNESMANN SCANGRAPHIC GMBH 004081 (base 16) MANNESMANN SCANGRAPHIC GMBH RISSENER STRASSE 112-114 DE 00-C0-8C (hex) PERFORMANCE TECHNOLOGIES, INC. 00C08C (base 16) PERFORMANCE TECHNOLOGIES, INC. 315 SCIENCE PARKWAY ROCHESTER NY 14620 US 00-C0-07 (hex) PINNACLE DATA SYSTEMS, INC. 00C007 (base 16) PINNACLE DATA SYSTEMS, INC. 1350 WEST FIFTH AVENUE COLUMBUS OH 43212 US 00-C0-98 (hex) CHUNTEX ELECTRONIC CO., LTD. 00C098 (base 16) CHUNTEX ELECTRONIC CO., LTD. 6F., NO.2, ALLEY 6, LANE 235 TAIWAN TAIWAN R.O.C. TW 00-C0-BE (hex) ALCATEL - SEL 00C0BE (base 16) ALCATEL - SEL LORENZ STR DE 00-C0-6E (hex) HAFT TECHNOLOGY, INC. 00C06E (base 16) HAFT TECHNOLOGY, INC. DAINI-DOHO BLDG. 305 JP 00-C0-8A (hex) Lauterbach GmbH 00C08A (base 16) Lauterbach GmbH Altlaufstraße 40 Höhenkirchen-Siegertsbrunn 85635 DE 00-C0-F7 (hex) ENGAGE COMMUNICATION, INC. 00C0F7 (base 16) ENGAGE COMMUNICATION, INC. 9053 SOQUEL DRIVE APTOS CA 95003-4034 US 00-40-B7 (hex) STEALTH COMPUTER SYSTEMS 0040B7 (base 16) STEALTH COMPUTER SYSTEMS 2341 REGINA CT. SANTA CLARA CA 95054 US 00-40-AC (hex) SUPER WORKSTATION, INC. 0040AC (base 16) SUPER WORKSTATION, INC. 2190 PARAGON DRIVE SAN JOSE CA 95131 US 10-00-5A (hex) IBM Corp 10005A (base 16) IBM Corp 3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US 00-40-D1 (hex) FUKUDA DENSHI CO., LTD. 0040D1 (base 16) FUKUDA DENSHI CO., LTD. R & D DEPARTMENT NO. 1 JP 00-40-69 (hex) LEMCOM SYSTEMS, INC. 004069 (base 16) LEMCOM SYSTEMS, INC. 2104 WEST PEORIA AVENUE PHOENIX AZ 85029 US 00-40-3B (hex) SYNERJET INTERNATIONAL CORP. 00403B (base 16) SYNERJET INTERNATIONAL CORP. 5F, NO 35, KUANG FU S. ROAD TAIWAN R. O. C. TW 00-80-3B (hex) APT COMMUNICATIONS, INC. 00803B (base 16) APT COMMUNICATIONS, INC. 9607 DR. PERRY ROAD IJAMSVILLE MD 21754 US 00-80-6A (hex) ERI (EMPAC RESEARCH INC.) 00806A (base 16) ERI (EMPAC RESEARCH INC.) 47560 SEABRIDGE DRIVE FREMONT CA 94538 US 00-C0-A8 (hex) GVC CORPORATION 00C0A8 (base 16) GVC CORPORATION 1961 CONCOURSE DRIVE-STE SAN JOSE CA 95131 US 00-40-E0 (hex) ATOMWIDE LTD. 0040E0 (base 16) ATOMWIDE LTD. 23 THE GREENWAY UNITED KINGDOM GB 00-40-A8 (hex) IMF INTERNATIONAL LTD. 0040A8 (base 16) IMF INTERNATIONAL LTD. NO.5 2/F KINGSFORD IND. CENTRE HONG KONG HK 00-40-70 (hex) INTERWARE CO., LTD. 004070 (base 16) INTERWARE CO., LTD. 7F KUDAN NEW CENTRAL BLDG., TOKYO 102 TOKYO 102 JP 00-40-8A (hex) TPS TELEPROCESSING SYS. GMBH 00408A (base 16) TPS TELEPROCESSING SYS. GMBH SCHWADERMUCHLSTRASSE 4-8 DE 00-40-FD (hex) LXE 0040FD (base 16) LXE 303 RESEARCH DRIVE NORCROSS GA 30092 US 00-40-3F (hex) SSANGYONG COMPUTER SYSTEMS 00403F (base 16) SSANGYONG COMPUTER SYSTEMS CORPORATION KOREA 100-705 KR 00-40-82 (hex) LABORATORY EQUIPMENT CORP. 004082 (base 16) LABORATORY EQUIPMENT CORP. 1-7-3 MINATOMACHI 300 JP 00-40-F1 (hex) CHUO ELECTRONICS CO., LTD. 0040F1 (base 16) CHUO ELECTRONICS CO., LTD. 1-9-9, MOTOHONGO-CHO JP 00-40-A9 (hex) DATACOM INC. 0040A9 (base 16) DATACOM INC. 146 HIGHWAY ROUTE 34 - STE 250 HOLMDEL NJ 07733 US 00-40-E3 (hex) QUIN SYSTEMS LTD 0040E3 (base 16) QUIN SYSTEMS LTD OAKLANDS BUSINESS CENTRE UNITED KINGDOM GB 00-40-91 (hex) PROCOMP INDUSTRIA ELETRONICA 004091 (base 16) PROCOMP INDUSTRIA ELETRONICA AV. KENKITI SIMOMOTO, 767 BR 00-40-EA (hex) PLAIN TREE SYSTEMS INC 0040EA (base 16) PLAIN TREE SYSTEMS INC CHIEF EXECTUVIE OFFICER CA 00-40-A7 (hex) ITAUTEC PHILCO S.A. 0040A7 (base 16) ITAUTEC PHILCO S.A. GRUPO ITAUTEC PHILCO BR 00-40-64 (hex) KLA INSTRUMENTS CORPORATION 004064 (base 16) KLA INSTRUMENTS CORPORATION 160 RIO ROBLES SAN JOSE CA 95161-9055 US 00-40-43 (hex) Nokia Siemens Networks GmbH & Co. KG. 004043 (base 16) Nokia Siemens Networks GmbH & Co. KG. Werner-von-Siemens Straße 2-6 Bruchsal Baden-Württemberg 76646 DE 00-40-5A (hex) GOLDSTAR INFORMATION & COMM. 00405A (base 16) GOLDSTAR INFORMATION & COMM. 533, HOGAE-DONG, ANYANG-SHI KOREA KR 00-40-13 (hex) NTT DATA COMM. SYSTEMS CORP. 004013 (base 16) NTT DATA COMM. SYSTEMS CORP. DEVELOPMENT HEADQUARTERS TOKYO 135 TOKYO 135 JP 00-40-0C (hex) GENERAL MICRO SYSTEMS, INC. 00400C (base 16) GENERAL MICRO SYSTEMS, INC. P.O. BOX 3689 RANCHO CUCAMONGA CA 91729 US 00-40-5E (hex) NORTH HILLS ISRAEL 00405E (base 16) NORTH HILLS ISRAEL P.O. BOX 1280 IL 00-40-FA (hex) MICROBOARDS, INC. 0040FA (base 16) MICROBOARDS, INC. 31-8, TAKASECHO,FUNABASHI-CITY CHIBA 273 CHIBA 273 JP 00-40-14 (hex) COMSOFT GMBH 004014 (base 16) COMSOFT GMBH WACHHAUSSTR. 5A DE 00-40-00 (hex) PCI COMPONENTES DA AMZONIA LTD 004000 (base 16) PCI COMPONENTES DA AMZONIA LTD RUA JOSEF KRYSS 01140 BRASIL BR 00-40-6C (hex) COPERNIQUE 00406C (base 16) COPERNIQUE 6, MAIL DE L'EUROPE BP 25 FR 00-40-75 (hex) Tattile SRL 004075 (base 16) Tattile SRL 11-12 NORTHFIELD PROSPECT UNITED KINGDOM GB 00-40-53 (hex) AMPRO COMPUTERS 004053 (base 16) AMPRO COMPUTERS 990 ALMONDOR AVENUE SUNNYVALE CA 94086 US 00-80-38 (hex) DATA RESEARCH & APPLICATIONS 008038 (base 16) DATA RESEARCH & APPLICATIONS 9041 EXECUTIVE PARK DR. KNOXVILLE TN 37923-4609 US 00-80-5E (hex) LSI LOGIC CORPORATION 00805E (base 16) LSI LOGIC CORPORATION 1551 MCCARTHY BOULEVARD MILPITAS CA 95035 US 00-80-60 (hex) NETWORK INTERFACE CORPORATION 008060 (base 16) NETWORK INTERFACE CORPORATION 15019 WEST 95 STREET LENEXA KS 66215 US 00-80-C3 (hex) BICC INFORMATION SYSTEMS & SVC 0080C3 (base 16) BICC INFORMATION SYSTEMS & SVC 500 CAPABILITY GREEN, LUTON ENGLAND LU1 3LT GB 00-80-44 (hex) SYSTECH COMPUTER CORP. 008044 (base 16) SYSTECH COMPUTER CORP. 6465 NANCY RIDGE DRIVE SAN DIEGO CA 92121 US 00-80-06 (hex) COMPUADD CORPORATION 008006 (base 16) COMPUADD CORPORATION ENGINEERING AUSTIN TX 78727 US 00-80-9B (hex) JUSTSYSTEM CORPORATION 00809B (base 16) JUSTSYSTEM CORPORATION 3-46 OKINOHAMAHIGASHI JP 00-80-DF (hex) ADC CODENOLL TECHNOLOGY CORP. 0080DF (base 16) ADC CODENOLL TECHNOLOGY CORP. 200 CORPORATE BLVD. SO. YONKERS NY 10701 US 00-80-28 (hex) TRADPOST (HK) LTD 008028 (base 16) TRADPOST (HK) LTD 5/F, STAR CENTRE HONG KONG HK 00-80-61 (hex) LITTON SYSTEMS, INC. 008061 (base 16) LITTON SYSTEMS, INC. M/S 44-20 AGOURA HILLS CA 91301-0500 US 00-80-F5 (hex) Quantel Ltd 0080F5 (base 16) Quantel Ltd Turnpike Road Newbury Berkshire RG14 2NX GB 00-80-B9 (hex) ARCHE TECHNOLIGIES INC. 0080B9 (base 16) ARCHE TECHNOLIGIES INC. 48502 KATO ROAD FREMONT CA 94538 US 00-40-63 (hex) VIA TECHNOLOGIES, INC. 004063 (base 16) VIA TECHNOLOGIES, INC. 5020 BRANDIN COURT FREMONT CA 94538 US 00-80-8A (hex) SUMMIT MICROSYSTEMS CORP. 00808A (base 16) SUMMIT MICROSYSTEMS CORP. 710 LAKEWAY-STE.#150 SUNNYVALE CA 940867 US 00-80-A7 (hex) Honeywell International Inc 0080A7 (base 16) Honeywell International Inc Vancouver Center of Excellence North Vancouver V7J 3S4 CA 00-80-66 (hex) ARCOM CONTROL SYSTEMS, LTD. 008066 (base 16) ARCOM CONTROL SYSTEMS, LTD. UNIT 8, CLIFTON ROAD UNITED KINGDOM GB 00-80-CB (hex) FALCO DATA PRODUCTS 0080CB (base 16) FALCO DATA PRODUCTS 440 POTRERO AVENUE SUNNYVALE CA 94086-4196 US 00-80-07 (hex) DLOG NC-SYSTEME 008007 (base 16) DLOG NC-SYSTEME WERNER-VON-SIEMENS STRASSE 13 GERMANY 00-80-62 (hex) INTERFACE CO. 008062 (base 16) INTERFACE CO. 8-26 OZU 5-CHOME MINAMI-KU JP 00-80-1E (hex) XINETRON, INC. 00801E (base 16) XINETRON, INC. 2330 B. WALSH AVE. SANTA CLARA CA 95051 US 00-80-E2 (hex) T.D.I. CO., LTD. 0080E2 (base 16) T.D.I. CO., LTD. DEVELOPMENT DIV. #3 FUJI BLDG JP 00-80-49 (hex) NISSIN ELECTRIC CO., LTD. 008049 (base 16) NISSIN ELECTRIC CO., LTD. 47, UMEZU - TAKASE - CHO JP 00-80-C1 (hex) LANEX CORPORATION 0080C1 (base 16) LANEX CORPORATION 10727 TUCKER STREET BELTSVILLE MD 20705 US 00-80-A3 (hex) Lantronix 0080A3 (base 16) Lantronix 15353 Barranca Parkway Irvine CA 92618 US 00-80-BC (hex) HITACHI ENGINEERING CO., LTD 0080BC (base 16) HITACHI ENGINEERING CO., LTD 4-8-26, OMIKACHO JP 00-80-36 (hex) REFLEX MANUFACTURING SYSTEMS 008036 (base 16) REFLEX MANUFACTURING SYSTEMS UNIT D, THE FLEMING CENTRE, ENGLAND GB 00-80-83 (hex) AMDAHL 008083 (base 16) AMDAHL 1250 EAST ARQUES AVENUE SUNNYVALE CA 94088-3470 US 00-80-B8 (hex) DMG MORI B.U.G. CO., LTD. 0080B8 (base 16) DMG MORI B.U.G. CO., LTD. 1-1-14 Techno park, Shimonopporo, Atsubetsuku, Sapporo Hokkaido 004-0015 JP 00-80-4D (hex) CYCLONE MICROSYSTEMS, INC. 00804D (base 16) CYCLONE MICROSYSTEMS, INC. 25 SCIENCE PARK NEW HAVEN CT 06511 US 00-80-D4 (hex) CHASE RESEARCH LTD. 0080D4 (base 16) CHASE RESEARCH LTD. 7 CHINEHAM BUSINESS PARK ENGLAND GB 00-80-3D (hex) SURIGIKEN CO., LTD. 00803D (base 16) SURIGIKEN CO., LTD. YOUTH BLDG, 4-1-9 SHINJUKU JP 00-80-8B (hex) DACOLL LIMITED 00808B (base 16) DACOLL LIMITED DACOLL HOUSE, GARDNERS LANE SCOTLAND EH48 1TP GB 00-80-B2 (hex) NETWORK EQUIPMENT TECHNOLOGIES 0080B2 (base 16) NETWORK EQUIPMENT TECHNOLOGIES 6900 PASEO PADRE PARKWAY FREMONT CA 94555 US 00-80-76 (hex) MCNC 008076 (base 16) MCNC P.O. BOX 12889 RTP NC 27709 US 00-80-0B (hex) CSK CORPORATION 00800B (base 16) CSK CORPORATION 18F MATSUSHITA IMP BLDG, JAPAN 540 JP 00-80-18 (hex) KOBE STEEL, LTD. 008018 (base 16) KOBE STEEL, LTD. KOBE ISUZU RECRUIT BLDG. JP 00-80-68 (hex) YAMATECH SCIENTIFIC LTD. 008068 (base 16) YAMATECH SCIENTIFIC LTD. 1255 LAIRD, SUITE 260 CA 00-80-A8 (hex) VITACOM CORPORATION 0080A8 (base 16) VITACOM CORPORATION 1330 CHARLESTON ROAD MOUNTAIN VIEW CA 94043 US 00-80-33 (hex) EMS Aviation, Inc. 008033 (base 16) EMS Aviation, Inc. 121 WHITTENDALE DRIVE MOORESTOWN NJ 08057 US 00-80-7C (hex) FIBERCOM, INC. 00807C (base 16) FIBERCOM, INC. 3353 ORANGE AVENUE NE ROANOKE VA 24012 US 00-80-91 (hex) TOKYO ELECTRIC CO.,LTD 008091 (base 16) TOKYO ELECTRIC CO.,LTD 10-14 UCHIKANDA TOKYO JAPAN 101 JP 00-00-8E (hex) SOLBOURNE COMPUTER, INC. 00008E (base 16) SOLBOURNE COMPUTER, INC. 1900 PIKE ROAD LONGMONT COLORADO 80501 US 00-00-DC (hex) HAYES MICROCOMPUTER PRODUCTS 0000DC (base 16) HAYES MICROCOMPUTER PRODUCTS P.O. BOX 105203 ATLANTA GA 30348 US 00-00-63 (hex) BARCO CONTROL ROOMS GMBH 000063 (base 16) BARCO CONTROL ROOMS GMBH An der Rossweid 5 Karlsruhe D-76229 DE 00-00-4E (hex) AMPEX CORPORATION 00004E (base 16) AMPEX CORPORATION 581 CONFERENCE PLACE GOLDEN CO 80401 US 00-00-BD (hex) Mitsubishi Cable Industries, Ltd. / Ryosei Systems 0000BD (base 16) Mitsubishi Cable Industries, Ltd. / Ryosei Systems 8, NISHINO-CHO, HIGASHI-MUKOJIMA AMAGASAKI HYOGO 660-0856 JP 00-00-2E (hex) SOCIETE EVIRA 00002E (base 16) SOCIETE EVIRA ZONE PORTUAIRE DE BREGAILLON FR 00-00-3F (hex) SYNTREX, INC. 00003F (base 16) SYNTREX, INC. 246 INDUSTRIAL WAY WEST EATONTOWN NJ 07724 US 00-80-9D (hex) Commscraft Ltd. 00809D (base 16) Commscraft Ltd. PO BOX 160 AU 00-80-F4 (hex) TELEMECANIQUE ELECTRIQUE 0080F4 (base 16) TELEMECANIQUE ELECTRIQUE 33 BIS AVENUE, FR 00-80-22 (hex) SCAN-OPTICS 008022 (base 16) SCAN-OPTICS 201 TECHNOLOGY DRIVE IRVINE CA 92718 US 00-00-CD (hex) Allied Telesis Labs Ltd 0000CD (base 16) Allied Telesis Labs Ltd 27 Nazareth Avenue Middleton Christchurch 8024 NZ 00-80-DD (hex) GMX INC/GIMIX 0080DD (base 16) GMX INC/GIMIX 3223 ARNOLD LANE NORTHBROOK IL 60062-2406 US 00-80-FB (hex) BVM LIMITED 0080FB (base 16) BVM LIMITED Lakeside House, Brickyard Road, Swanmore SOUTHAMPTON SO32 2SA GB 00-80-B4 (hex) SOPHIA SYSTEMS 0080B4 (base 16) SOPHIA SYSTEMS 3337 KIFER ROAD SANTA CLARA CA 95051 US 00-80-7F (hex) DY-4 INCORPORATED 00807F (base 16) DY-4 INCORPORATED 333 PALLADIUM DRIVE, MS 312 CA 00-80-2D (hex) XYLOGICS INC 00802D (base 16) XYLOGICS INC 53 THIRD AVENUE BURLINGTON MA 01803 US 00-00-61 (hex) GATEWAY COMMUNICATIONS 000061 (base 16) GATEWAY COMMUNICATIONS 2941 ALTON AVENUE IRVINE CA 92714 US 00-00-EA (hex) UPNOD AB 0000EA (base 16) UPNOD AB BOX 23051 SE 00-00-43 (hex) MICRO TECHNOLOGY 000043 (base 16) MICRO TECHNOLOGY 4905 EAST LAPALMA ANAHEIM CA 92807 US 00-00-17 (hex) Oracle 000017 (base 16) Oracle 4200 Network Circle Santa Clara CA 95054 US 00-00-B2 (hex) TELEVIDEO SYSTEMS, INC. 0000B2 (base 16) TELEVIDEO SYSTEMS, INC. 550 E. BROKAW ROAD SAN JOSE CA 95161-9048 US 00-00-EE (hex) NETWORK DESIGNERS, LTD. 0000EE (base 16) NETWORK DESIGNERS, LTD. UNIT 1A, HORNBEAM PARK UNITED KINGDOM HG2 8QT GB 00-00-E5 (hex) SIGMEX LTD. 0000E5 (base 16) SIGMEX LTD. SIGMA HOUSE RH12 4UZ ENGLAND GB 00-00-89 (hex) CAYMAN SYSTEMS INC. 000089 (base 16) CAYMAN SYSTEMS INC. 26 LANSDOWNE STREET CAMBRIDGE MA 02139 US 00-00-FF (hex) CAMTEC ELECTRONICS LTD. 0000FF (base 16) CAMTEC ELECTRONICS LTD. 101 VAUGHAN WAY ENGLAND GB 00-00-B7 (hex) DOVE COMPUTER CORPORATION 0000B7 (base 16) DOVE COMPUTER CORPORATION 1200 NORTH 23RD STREET WILMINGTON NC 28405 US 00-00-F2 (hex) SPIDER COMMUNICATIONS 0000F2 (base 16) SPIDER COMMUNICATIONS 7491 BRIAR ROAD CA 00-00-CC (hex) DENSAN CO., LTD. 0000CC (base 16) DENSAN CO., LTD. 1-23-11, KAMITAKAIDO JP 00-00-A4 (hex) ACORN COMPUTERS LIMITED 0000A4 (base 16) ACORN COMPUTERS LIMITED FULBOURN ROAD, CHERRY HINTON ENGLAND GB 00-00-DB (hex) British Telecommunications plc 0000DB (base 16) British Telecommunications plc 81 New Gate St England GB 00-00-C1 (hex) Madge Ltd. 0000C1 (base 16) Madge Ltd. Madge House Maindenhead Berkshire SL6 2HP GB 00-00-F6 (hex) APPLIED MICROSYSTEMS CORP. 0000F6 (base 16) APPLIED MICROSYSTEMS CORP. 5020 148 AVENUE, N.E. REDMOND WA 98073-9702 US 00-00-77 (hex) INTERPHASE CORPORATION 000077 (base 16) INTERPHASE CORPORATION 13800 SENLAC DALLAS TX 75234 US 00-00-A2 (hex) Bay Networks 0000A2 (base 16) Bay Networks PO Box 58185 Santa Clara CA 95052-8185 US 00-00-EC (hex) MICROPROCESS 0000EC (base 16) MICROPROCESS 97 BIS, RUE DE COLOMBES FR 00-00-C2 (hex) INFORMATION PRESENTATION TECH. 0000C2 (base 16) INFORMATION PRESENTATION TECH. 23801 CALABASAS ROAD CALABASAS CA 91302 US 00-00-FC (hex) MEIKO 0000FC (base 16) MEIKO 650 AZTEC WEST UNITED KINGDOM GB 00-00-6D (hex) CRAY COMMUNICATIONS, LTD. 00006D (base 16) CRAY COMMUNICATIONS, LTD. P.O. BOX 254, CAXTON WAY UNITED KINGDOM GB 00-00-DA (hex) ATEX 0000DA (base 16) ATEX 15 CROSBY DRIVE BEDFORD MA 01730 US 00-00-DD (hex) TCL INCORPORATED 0000DD (base 16) TCL INCORPORATED 41829 ALBRAE STREET FREMONT CA 94538 US 00-00-AE (hex) DASSAULT ELECTRONIQUE 0000AE (base 16) DASSAULT ELECTRONIQUE 55, QUAI MARCEL DASSAULT FR 00-00-A0 (hex) SANYO Electric Co., Ltd. 0000A0 (base 16) SANYO Electric Co., Ltd. 5-5, Keihan-hondori 2-chome, Moriguchi City Osaka 570-8677 JP 00-00-C0 (hex) WESTERN DIGITAL CORPORATION 0000C0 (base 16) WESTERN DIGITAL CORPORATION 8105 IRVINE CENTER DRIVE IRVINE CA 92718 US 00-00-33 (hex) EGAN MACHINERY COMPANY 000033 (base 16) EGAN MACHINERY COMPANY SOUTH ADAMSVILLE ROAD SOMMERVILLE NJ 08876 US 00-00-9D (hex) LOCUS COMPUTING CORPORATION 00009D (base 16) LOCUS COMPUTING CORPORATION 9800 LA CIENEGA INGLEWOOD CA 90301 US 00-00-FD (hex) HIGH LEVEL HARDWARE 0000FD (base 16) HIGH LEVEL HARDWARE PO BOX 170 WINDMILL ROAD ENGLAND GB 00-00-65 (hex) Network General Corporation 000065 (base 16) Network General Corporation 178 E Tsaman Dr San Jose CA 95134 US 00-00-11 (hex) NORMEREL SYSTEMES 000011 (base 16) NORMEREL SYSTEMES 58 RUE POTTIER FR 00-00-10 (hex) SYTEK INC. 000010 (base 16) SYTEK INC. 1225 CHARLESTON ROAD MOUNTAIN VIEW CA 94043 US 00-00-BC (hex) Rockwell Automation 0000BC (base 16) Rockwell Automation 1 Allen-Bradley Dr. Mayfield Heights OH 44124-6118 US 08-00-7E (hex) AMALGAMATED WIRELESS(AUS) LTD 08007E (base 16) AMALGAMATED WIRELESS(AUS) LTD NORTH RYDE DIVISION AUSTRALIA 2113 AU 08-00-7F (hex) CARNEGIE-MELLON UNIVERSITY 08007F (base 16) CARNEGIE-MELLON UNIVERSITY INFORMATION TECHNOLOGY PITTSBURGE PA 15213 US 00-00-99 (hex) MTX, INC. 000099 (base 16) MTX, INC. 3301 TERMINAL DRIVE RALEIGH NC 27604 US 00-00-C4 (hex) WATERS DIV. OF MILLIPORE 0000C4 (base 16) WATERS DIV. OF MILLIPORE 34 MAPLE STREET MILFORD MA 01757 US 00-00-EB (hex) MATSUSHITA COMM. IND. CO. LTD. 0000EB (base 16) MATSUSHITA COMM. IND. CO. LTD. 3-1 4-CHOME JP 00-00-28 (hex) PRODIGY SYSTEMS CORPORATION 000028 (base 16) PRODIGY SYSTEMS CORPORATION 2601 CASEY DRIVE MOUNTAIN VIEW CA 94043 US 08-00-3B (hex) TORUS SYSTEMS LIMITED 08003B (base 16) TORUS SYSTEMS LIMITED SCIENCE PARK UNITED KINGDOM GB 08-00-3C (hex) SCHLUMBERGER WELL SERVICES 08003C (base 16) SCHLUMBERGER WELL SERVICES AUSTIN ENGINEERING SERVICES AUSTIN TX 78720-0015 US 08-00-34 (hex) FILENET CORPORATION 080034 (base 16) FILENET CORPORATION 1575 CORPORATE DRIVE COSTA MESA CA 92626 US 08-00-36 (hex) INTERGRAPH CORPORATION 080036 (base 16) INTERGRAPH CORPORATION ONE MADISON INDUSTRIAL PARK HUNTSVILLE AL 35807 US 08-00-33 (hex) BAUSCH & LOMB 080033 (base 16) BAUSCH & LOMB INTERACTIVE GRAPHICS DIVISION AUSITN TX 78671 US 08-00-48 (hex) EUROTHERM GAUGING SYSTEMS 080048 (base 16) EUROTHERM GAUGING SYSTEMS 900 MIDDLESEX TURNPIKE, BDG. 6 BILLERICA MA 01821 US 08-00-43 (hex) PIXEL COMPUTER INC. 080043 (base 16) PIXEL COMPUTER INC. 260 FORDHAM ROAD WILMINGTON MA 01887 US 08-00-45 (hex) CONCURRENT COMPUTER CORP. 080045 (base 16) CONCURRENT COMPUTER CORP. 2 CRESCENT PLACE OCEANPORT NJ 07757 US 08-00-78 (hex) ACCELL CORPORATION 080078 (base 16) ACCELL CORPORATION 50 SAGINAW DRIVE ROCHESTER NY 14623 US 08-00-6D (hex) WHITECHAPEL COMPUTER WORKS 08006D (base 16) WHITECHAPEL COMPUTER WORKS 75 WHITECHAPEL ROAD LONDON E1 1DU GB 08-00-30 (hex) NETWORK RESEARCH CORPORATION 080030 (base 16) NETWORK RESEARCH CORPORATION 2380 N. ROSE AVENUE OXNARD CA 93010 US 08-00-31 (hex) LITTLE MACHINES INC. 080031 (base 16) LITTLE MACHINES INC. 4141 JUTLAND DRIVE SAN DIEGO CA 92117 US 08-00-2E (hex) METAPHOR COMPUTER SYSTEMS 08002E (base 16) METAPHOR COMPUTER SYSTEMS 2500 GARCIA AVENUE MOUNTAIN VIEW CA 94043 US 08-00-56 (hex) STANFORD LINEAR ACCEL. CENTER 080056 (base 16) STANFORD LINEAR ACCEL. CENTER 2575 SANDHILL ROAD MENLO PARK CA 94025 US 08-00-4F (hex) CYGNET SYSTEMS 08004F (base 16) CYGNET SYSTEMS 2560 JUNCTION AVENUE SAN JOSE CA 95134 US 08-00-50 (hex) DAISY SYSTEMS CORP. 080050 (base 16) DAISY SYSTEMS CORP. 139 KIFER COURT SUNNYVALE CA 94086 US 08-00-5E (hex) COUNTERPOINT COMPUTER INC. 08005E (base 16) COUNTERPOINT COMPUTER INC. 2127 RINGWOOD AVENUE SAN JOSE CA 95131 US 08-00-76 (hex) PC LAN TECHNOLOGIES 080076 (base 16) PC LAN TECHNOLOGIES 5780 LINCOLN DRIVE SUITE 106 MINNEAPOLIS MN 55436 US 08-00-75 (hex) DANSK DATA ELECTRONIK 080075 (base 16) DANSK DATA ELECTRONIK HERLEV HOVEDGADE 199 DK 08-00-2B (hex) DIGITAL EQUIPMENT CORPORATION 08002B (base 16) DIGITAL EQUIPMENT CORPORATION LKG 1-2/A19 LITTLETON MA 01460-1289 US 08-00-29 (hex) Megatek Corporation 080029 (base 16) Megatek Corporation 16868 Via Del Campo Court San Diego CA 92127 US 02-70-B0 (hex) M/A-COM INC. COMPANIES 0270B0 (base 16) M/A-COM INC. COMPANIES 11717 EXPLORATION LANE GERMANTOWN MD 20767 US 00-00-53 (hex) COMPUCORP 000053 (base 16) COMPUCORP 2211 MICHIGAN AVENUE SANTA MONICA CA 90404 US 08-00-90 (hex) SONOMA SYSTEMS 080090 (base 16) SONOMA SYSTEMS 4640 ADMIRALTY WAY, STE. #600 MARINA DEL REY CA 90292-6695 US 08-00-0A (hex) NESTAR SYSTEMS INCORPORATED 08000A (base 16) NESTAR SYSTEMS INCORPORATED 2585 EAST BAYSHORE ROAD PALO ALTO CA 94303 US 00-80-0F (hex) STANDARD MICROSYSTEMS 00800F (base 16) STANDARD MICROSYSTEMS 300 KENNEDY DRIVE HAUPPAUGE NY 11788 US 00-40-6B (hex) SYSGEN 00406B (base 16) SYSGEN 556 GIBRALTAR DRIVE MILPITAS CA 95035 US 08-00-0F (hex) MITEL CORPORATION 08000F (base 16) MITEL CORPORATION 350 LEGGET DRIVE CANADA K2K 1X3 CA 08-00-23 (hex) Panasonic Communications Co., Ltd. 080023 (base 16) Panasonic Communications Co., Ltd. 4-1-62 Minoshima Hakata Fukuoka 812-8531 JP B0-4F-C3 (hex) Shenzhen NVC Cloud Technology Co., Ltd. B04FC3 (base 16) Shenzhen NVC Cloud Technology Co., Ltd. Rm. 1406, Bld. 11A, Shenzhen Bay Eco-Technology Park, Nanshan Dist., Shenzhen Guangdong 518063 CN 08-00-1C (hex) KDD-KOKUSAI DEBNSIN DENWA CO. 08001C (base 16) KDD-KOKUSAI DEBNSIN DENWA CO. FUJI XEROX CO., LTD. TELEGRAPH 107 JP 00-DD-0C (hex) UNGERMANN-BASS INC. 00DD0C (base 16) UNGERMANN-BASS INC. 3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US 08-00-18 (hex) PIRELLI FOCOM NETWORKS 080018 (base 16) PIRELLI FOCOM NETWORKS DENTON DRIVE ENGLAND GB 00-00-A6 (hex) NETWORK GENERAL CORPORATION 0000A6 (base 16) NETWORK GENERAL CORPORATION 1296 B LAWRENCE STATION ROAD SUNNYVALE CA 94089 US 00-BB-F0 (hex) UNGERMANN-BASS INC. 00BBF0 (base 16) UNGERMANN-BASS INC. 3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US 00-40-8E (hex) Tattile SRL 00408E (base 16) Tattile SRL 2360 MARYLAND ROAD WILLOW GROVE PA 19090 US 00-00-04 (hex) XEROX CORPORATION 000004 (base 16) XEROX CORPORATION M/S 105-50C WEBSTER NY 14580 US 00-DD-0E (hex) UNGERMANN-BASS INC. 00DD0E (base 16) UNGERMANN-BASS INC. 3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US 88-57-1D (hex) Seongji Industry Company 88571D (base 16) Seongji Industry Company 54-33, Dongtanhana 1-gil Hwaseong-si Gyeonggi-do 18423 KR 7C-F3-1B (hex) LG Electronics (Mobile Communications) 7CF31B (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 00-01-C8 (hex) THOMAS CONRAD CORP. 0001C8 (base 16) THOMAS CONRAD CORP. 1908-R KRAMER LANE AUSTIN TX 78758 US CC-EF-03 (hex) Hunan Keyshare Communication Technology Co., Ltd. CCEF03 (base 16) Hunan Keyshare Communication Technology Co., Ltd. No. 19 Building, CEC Software Park, No. 39 jianshan Rd Changsha Hunan 410205 CN 10-2F-A3 (hex) Shenzhen Uvision-tech Technology Co.Ltd 102FA3 (base 16) Shenzhen Uvision-tech Technology Co.Ltd shenzhen longhua Street shenzhen GuangDong 518000 CN 70-48-F7 (hex) Nintendo Co.,Ltd 7048F7 (base 16) Nintendo Co.,Ltd 11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP 18-E1-CA (hex) wanze 18E1CA (base 16) wanze wanjinglu dandong Liaoning 118000 CN EC-BE-DD (hex) Sagemcom Broadband SAS ECBEDD (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 00-C0-B6 (hex) HVE, Inc. 00C0B6 (base 16) HVE, Inc. Suite 2, 100 Executive Court Waxahachie TX 75165 US 30-91-76 (hex) Skyworth Digital Technology(Shenzhen) Co.,Ltd 309176 (base 16) Skyworth Digital Technology(Shenzhen) Co.,Ltd 7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN 78-C8-81 (hex) Sony Interactive Entertainment Inc. 78C881 (base 16) Sony Interactive Entertainment Inc. 1-7-1 Konan Minato-ku Tokyo 108-0075 JP D4-4F-68 (hex) Eidetic Communications Inc D44F68 (base 16) Eidetic Communications Inc 3553 31st NW Calgary Alberta T2L2K7 CA 74-9E-A5 (hex) OHSUNG 749EA5 (base 16) OHSUNG 335-4,SANHODAERO,GUMI,GYEONG BUK,KOREA GUMI GYEONG BUK 730-030 KR 8C-C8-4B (hex) CHONGQING FUGUI ELECTRONICS CO.,LTD. 8CC84B (base 16) CHONGQING FUGUI ELECTRONICS CO.,LTD. Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN 0C-2F-B0 (hex) Samsung Electronics Co.,Ltd 0C2FB0 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR B4-02-16 (hex) Cisco Systems, Inc B40216 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 54-A4-93 (hex) IEEE Registration Authority 54A493 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 6C-1C-71 (hex) Zhejiang Dahua Technology Co., Ltd. 6C1C71 (base 16) Zhejiang Dahua Technology Co., Ltd. No.1199,Waterfront Road Hangzhou Zhejiang 310053 CN CC-6A-10 (hex) The Chamberlain Group, Inc CC6A10 (base 16) The Chamberlain Group, Inc 300 Windsor Drive Oak Brook IL 60523 US F0-3F-95 (hex) HUAWEI TECHNOLOGIES CO.,LTD F03F95 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 18-56-44 (hex) HUAWEI TECHNOLOGIES CO.,LTD 185644 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 9C-69-D1 (hex) HUAWEI TECHNOLOGIES CO.,LTD 9C69D1 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 18-5A-58 (hex) Dell Inc. 185A58 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US C4-3A-35 (hex) FN-LINK TECHNOLOGY LIMITED C43A35 (base 16) FN-LINK TECHNOLOGY LIMITED A Building,HuiXin industial park,No 31, YongHe road, Fuyong town, Bao'an District SHENZHEN GUANGDONG 518100 CN 04-D1-6E (hex) IEEE Registration Authority 04D16E (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 04-0E-3C (hex) HP Inc. 040E3C (base 16) HP Inc. 10300 Energy Dr Spring TX 77389 US C4-E0-DE (hex) Zhengzhou XindaJiean Information Technology Co.,Ltd. C4E0DE (base 16) Zhengzhou XindaJiean Information Technology Co.,Ltd. Tianli building A, wisdom park, no. 139, yangjin road, jinshui district Zhengzhou Henan 450003 CN 90-1A-4F (hex) EM Microelectronic 901A4F (base 16) EM Microelectronic Rue des Sors 3 Marin-Epagnier Neuchatel 2074 CH C8-4F-0E (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. C84F0E (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY 6C-D2-BA (hex) zte corporation 6CD2BA (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 30-3A-BA (hex) Guangzhou BaoLun Electronics Co., Ltd 303ABA (base 16) Guangzhou BaoLun Electronics Co., Ltd No.1 Building B Block, Zhongcun Street, Panyu District Guangzhou guangdong 511400 CN D8-8A-DC (hex) Huawei Device Co., Ltd. D88ADC (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 10-E9-53 (hex) Huawei Device Co., Ltd. 10E953 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 7C-48-B2 (hex) Vida Resources Lte Ltd 7C48B2 (base 16) Vida Resources Lte Ltd 10 Anson road, unit #16-20 International Plaza Singapore 079903 SG 2C-AB-33 (hex) Texas Instruments 2CAB33 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US B8-87-C6 (hex) Prudential Technology co.,LTD B887C6 (base 16) Prudential Technology co.,LTD UNIT 4,7/F BRIGHT WAY TOWER, NO33 MONG KOK RD, Hong Kong 999077 CN EC-9C-32 (hex) Sichuan AI-Link Technology Co., Ltd. EC9C32 (base 16) Sichuan AI-Link Technology Co., Ltd. Anzhou,Industrial Park Anzhou,Industrial Park Sichuan 621000 CN 4C-AD-A8 (hex) PANOPTICS CORP. 4CADA8 (base 16) PANOPTICS CORP. D-908 Bundang Technopark, 700 Pangyoro, Bundang Seongnam Gyeonggi 13516 KR FC-1C-A1 (hex) Nokia FC1CA1 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA D4-2D-C5 (hex) Panasonic i-PRO Sensing Solutions Co., Ltd. D42DC5 (base 16) Panasonic i-PRO Sensing Solutions Co., Ltd. 4-1-62 Minoshima, Hakata-ku Fukuoka City 812-8531 JP E8-D0-3C (hex) Shenzhen Jingxun Software Telecommunication Technology Co.,Ltd E8D03C (base 16) Shenzhen Jingxun Software Telecommunication Technology Co.,Ltd 3/F,A5 Building Zhiyuan Community No.1001,Xueyuan Road Nanshan District Shenzhen Guangdong 518055 CN 1C-1A-DF (hex) Microsoft Corporation 1C1ADF (base 16) Microsoft Corporation One Microsoft Way REDMOND WA 98052 US D4-F5-47 (hex) Google, Inc. D4F547 (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US 98-1B-B5 (hex) ASSA ABLOY Korea Co., Ltd iRevo 981BB5 (base 16) ASSA ABLOY Korea Co., Ltd iRevo 10F of JEI PLATZ Bldg., 186, Gasandigital-ro, Geumcheon-gu Seoul 08502 KR 34-CB-1A (hex) Procter & Gamble Company 34CB1A (base 16) Procter & Gamble Company 2 Procter & Gamble Plaza Cincinnati OH 45202 US F0-B1-07 (hex) Ericsson AB F0B107 (base 16) Ericsson AB Torshamnsgatan 36 Stockholm SE-164 80 SE 78-4F-9B (hex) Juniper Networks 784F9B (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 78-3A-6C (hex) TECNO MOBILE LIMITED 783A6C (base 16) TECNO MOBILE LIMITED ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK E0-40-07 (hex) Huawei Device Co., Ltd. E04007 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 38-3F-B3 (hex) Technicolor CH USA Inc. 383FB3 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 70-CE-8C (hex) Samsung Electronics Co.,Ltd 70CE8C (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 40-70-F5 (hex) Apple, Inc. 4070F5 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US B0-35-B5 (hex) Apple, Inc. B035B5 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 90-AF-D1 (hex) netKTI Co., Ltd 90AFD1 (base 16) netKTI Co., Ltd 7-10F THE-ONE SQUARE, 135, Unjung-ro, Bundang-gu Seongnam-si Gyeonggi-do 13461 KR 80-0C-67 (hex) Apple, Inc. 800C67 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 90-81-2A (hex) Apple, Inc. 90812A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 78-17-BE (hex) HUAWEI TECHNOLOGIES CO.,LTD 7817BE (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN F0-72-EA (hex) Google, Inc. F072EA (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US B8-7B-C5 (hex) Apple, Inc. B87BC5 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F0-51-36 (hex) TCT mobile ltd F05136 (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN 10-59-32 (hex) Roku, Inc 105932 (base 16) Roku, Inc 150 Winchester Circle Los Gatos CA 95032 US 20-74-54 (hex) vivo Mobile Communication Co., Ltd. 207454 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN B8-C9-B5 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD B8C9B5 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 88-AC-C0 (hex) Zyxel Communications Corporation 88ACC0 (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW 90-FD-73 (hex) zte corporation 90FD73 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 1C-1E-38 (hex) PCCW Global, Inc. 1C1E38 (base 16) PCCW Global, Inc. 475 Spring Park Pl Suite 100 Herndon VA 20170 Herndon WA 20170 US 3C-41-0E (hex) Cisco Systems, Inc 3C410E (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 88-D9-8F (hex) Juniper Networks 88D98F (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 00-45-E2 (hex) CyberTAN Technology Inc. 0045E2 (base 16) CyberTAN Technology Inc. 99 Park Ave III, Hsinchu Science Park Hsinchu 308 TW 00-69-67 (hex) IEEE Registration Authority 006967 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US F8-6F-DE (hex) Shenzhen Goodix Technology Co.,Ltd. F86FDE (base 16) Shenzhen Goodix Technology Co.,Ltd. F13,Phase B,Tengfei Industrial Building,Futian Free Trade Zone,Shenzhen,China Shenzhen Guangdong 518045 CN 64-66-24 (hex) Sagemcom Broadband SAS 646624 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR B0-F5-30 (hex) Hitron Technologies. Inc B0F530 (base 16) Hitron Technologies. Inc No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW 74-0A-E1 (hex) Huawei Device Co., Ltd. 740AE1 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN B4-A8-98 (hex) Huawei Device Co., Ltd. B4A898 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 0C-E4-A0 (hex) Huawei Device Co., Ltd. 0CE4A0 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN BC-1A-E4 (hex) Huawei Device Co., Ltd. BC1AE4 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 04-3F-72 (hex) Mellanox Technologies, Inc. 043F72 (base 16) Mellanox Technologies, Inc. 350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US 1C-4D-66 (hex) Amazon Technologies Inc. 1C4D66 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 50-2C-C6 (hex) GREE ELECTRIC APPLIANCES, INC. OF ZHUHAI 502CC6 (base 16) GREE ELECTRIC APPLIANCES, INC. OF ZHUHAI Jinji West Road, Qianshan, Zhuhai Guangdong 519070 CN F4-FE-FB (hex) Samsung Electronics Co.,Ltd F4FEFB (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 98-49-14 (hex) Wistron Neweb Corporation 984914 (base 16) Wistron Neweb Corporation No.20,Park Avenue II,Hsinchu Science Park Hsin-Chu R.O.C. 308 TW 0C-EE-99 (hex) Amazon Technologies Inc. 0CEE99 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 00-11-7E (hex) Midmark Corp 00117E (base 16) Midmark Corp 1001 Asbury Dr Buffalo Grove IL 60089 US D0-28-BA (hex) Realme Chongqing MobileTelecommunications Corp Ltd D028BA (base 16) Realme Chongqing MobileTelecommunications Corp Ltd No.24 Nichang Boulevard, Huixing Block, Yubei District, Chongqing. Chongqing China 401120 CN A4-28-B7 (hex) Yangtze Memory Technologies Co., Ltd. A428B7 (base 16) Yangtze Memory Technologies Co., Ltd. No.88 Weilai 3rd Road, East Lake High-tech Development Zone, Wuhan, Hubei, POC Wuhan Hubei 430078 CN 94-92-D2 (hex) KCF Technologies, Inc. 9492D2 (base 16) KCF Technologies, Inc. 336 S Fraser Street State College PA 16801 US E4-A8-DF (hex) COMPAL INFORMATION (KUNSHAN) CO., LTD. E4A8DF (base 16) COMPAL INFORMATION (KUNSHAN) CO., LTD. NO. 25, THE 3RD Street KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN 8C-53-C3 (hex) Beijing Xiaomi Mobile Software Co., Ltd 8C53C3 (base 16) Beijing Xiaomi Mobile Software Co., Ltd The Rainbow City Office Building, 68 Qinghe Middle Street Haidian District Beijing Beijing 100085 CN 70-2F-35 (hex) HUAWEI TECHNOLOGIES CO.,LTD 702F35 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN C0-14-B8 (hex) Nokia C014B8 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 00-76-3D (hex) Veea 00763D (base 16) Veea 164 E 83rd Street New York NY 10028 US 30-93-BC (hex) Sagemcom Broadband SAS 3093BC (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR FC-F5-C4 (hex) Espressif Inc. FCF5C4 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN E8-26-B6 (hex) Inside Biometrics International Limited E826B6 (base 16) Inside Biometrics International Limited Strathpeffer Road Dingwall Scotland IV159QF GB 54-CE-69 (hex) Hikari Trading Co.,Ltd. 54CE69 (base 16) Hikari Trading Co.,Ltd. Hikari Building,7-4-14,Ginza,Chuo-ku Tokyo 104-0061 JP 6C-C6-3B (hex) Taicang T&W Electronics 6CC63B (base 16) Taicang T&W Electronics 89# Jiang Nan RD Suzhou Jiangsu 215412 CN 58-8E-81 (hex) Silicon Laboratories 588E81 (base 16) Silicon Laboratories 7000 W. William Cannon Dr. Austin TX 78735 US 48-B0-2D (hex) NVIDIA Corporation 48B02D (base 16) NVIDIA Corporation 2701 San Tomas Expressway Santa Clara CA 95050 US 4C-E1-76 (hex) Cisco Systems, Inc 4CE176 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 6C-AE-F6 (hex) eero inc. 6CAEF6 (base 16) eero inc. 660 3rd Street San Francisco CA 94107 US FC-8E-6E (hex) StreamCCTV, LLC FC8E6E (base 16) StreamCCTV, LLC 1129 Northern Blvd, STE. 404 Manhasset 11030 US E0-2A-E6 (hex) Fiberhome Telecommunication Technologies Co.,LTD E02AE6 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 64-12-36 (hex) Technicolor CH USA Inc. 641236 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 78-8B-2A (hex) Zhen Shi Information Technology (Shanghai) Co., Ltd. 788B2A (base 16) Zhen Shi Information Technology (Shanghai) Co., Ltd. 5F, Building 3?No. 401 Caobao Road, Xuhui District, Shanghai, China Shanghai Shanghai 200233 CN AC-64-CF (hex) FN-LINK TECHNOLOGY LIMITED AC64CF (base 16) FN-LINK TECHNOLOGY LIMITED A Building,HuiXin industial park,No 31, YongHe road, Fuyong town, Bao'an District SHENZHEN GUANGDONG 518100 CN F0-67-28 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD F06728 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN BC-D7-67 (hex) Private BCD767 (base 16) Private 9C-E1-76 (hex) Cisco Systems, Inc 9CE176 (base 16) Cisco Systems, Inc 80 West Tasman Dr. San Jose CA 94568 US 10-29-59 (hex) Apple, Inc. 102959 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E4-76-84 (hex) Apple, Inc. E47684 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US B4-1A-1D (hex) Samsung Electronics Co.,Ltd B41A1D (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR F0-5C-D5 (hex) Apple, Inc. F05CD5 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 3C-DA-6D (hex) Tiandy Technologies CO.,LTD 3CDA6D (base 16) Tiandy Technologies CO.,LTD NO.8,haitai huake rd2 (outside ring road),huayuan new technology industrial park Tianjin Tianjin 300384 CN F8-0D-F0 (hex) zte corporation F80DF0 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 9C-E9-1C (hex) zte corporation 9CE91C (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 5C-17-CF (hex) OnePlus Technology (Shenzhen) Co., Ltd 5C17CF (base 16) OnePlus Technology (Shenzhen) Co., Ltd 18C02, 18C03, 18C04 ,18C05,TAIRAN BUILDING, Shenzhen Guangdong 518000 CN A4-FA-76 (hex) New H3C Technologies Co., Ltd A4FA76 (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN 70-EA-5A (hex) Apple, Inc. 70EA5A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 3C-FA-D3 (hex) IEEE Registration Authority 3CFAD3 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 8C-60-78 (hex) Swissbit AG 8C6078 (base 16) Swissbit AG Industriestrasse 4 Bronschhofen CH-9552 CH 00-DD-25 (hex) Shenzhen hechengdong Technology Co., Ltd 00DD25 (base 16) Shenzhen hechengdong Technology Co., Ltd 302, floor 3, no.90-5, Dayang Road, Xintian community, Fuhai street, Bao'an District Shenzhen GuangDong 518100 CN 80-20-E1 (hex) BVBA DPTechnics 8020E1 (base 16) BVBA DPTechnics Westkapellestraat 396/44 Knokke-Heist West-Vlaanderen 8300 BE 04-45-A1 (hex) NIRIT- Xinwei Telecom Technology Co., Ltd. 0445A1 (base 16) NIRIT- Xinwei Telecom Technology Co., Ltd. 2-? ??????????? ??????, ?.12, ???.2 Moscow 115432 RU 8C-97-EA (hex) FREEBOX SAS 8C97EA (base 16) FREEBOX SAS 16 rue de la Ville l'Eveque PARIS IdF 75008 FR 30-AB-6A (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) 30AB6A (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak SEMTHAI, WELLGROW INDUSTRIAL ESTATE Bangpakong Chachoengsao 24180 TH 74-9B-E8 (hex) Hitron Technologies. Inc 749BE8 (base 16) Hitron Technologies. Inc No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW 5C-BA-EF (hex) CHONGQING FUGUI ELECTRONICS CO.,LTD. 5CBAEF (base 16) CHONGQING FUGUI ELECTRONICS CO.,LTD. Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN 4C-63-71 (hex) Xiaomi Communications Co Ltd 4C6371 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN D8-4D-B9 (hex) Wu Qi Technologies,Inc. D84DB9 (base 16) Wu Qi Technologies,Inc. 14/F, 107 Middle Road, Xiantao Big Data Valley, Yubei District Chongqing Chongqing 401120 CN A0-4F-85 (hex) LG Electronics (Mobile Communications) A04F85 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR D8-07-B6 (hex) TP-LINK TECHNOLOGIES CO.,LTD. D807B6 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 64-6E-97 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 646E97 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 78-50-7C (hex) Juniper Networks 78507C (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 00-12-58 (hex) TechVoIP Sp z o.o. 001258 (base 16) TechVoIP Sp z o.o. Os. Boleslawa Chrobrego 117 Poznan Wielkopolska 60-681 PL 6C-16-32 (hex) HUAWEI TECHNOLOGIES CO.,LTD 6C1632 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 2C-1A-01 (hex) HUAWEI TECHNOLOGIES CO.,LTD 2C1A01 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 34-78-39 (hex) zte corporation 347839 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 24-16-9D (hex) Cisco Systems, Inc 24169D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US F4-19-E2 (hex) Volterra F419E2 (base 16) Volterra 2550 Great America Way #350 Santa Clara CA 95054 US 4C-A0-03 (hex) VITEC 4CA003 (base 16) VITEC 99 rue Pierre Semard Chatillon 92320 FR 64-F2-FB (hex) Hangzhou Ezviz Software Co.,Ltd. 64F2FB (base 16) Hangzhou Ezviz Software Co.,Ltd. Room 302, Unit B, Building 2, 399 Danfeng Road,Binjiang District Hangzhou Zhejiang 310051 CN 30-80-9B (hex) New H3C Technologies Co., Ltd 30809B (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN 74-22-BB (hex) Huawei Device Co., Ltd. 7422BB (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 6C-0D-34 (hex) Nokia 6C0D34 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 4C-45-76 (hex) China Mobile(Hangzhou) Information Technology Co.,Ltd. 4C4576 (base 16) China Mobile(Hangzhou) Information Technology Co.,Ltd. No. 1600 Yuhangtang Road, Wuchang Street, Yuhang District Hangzhou Zhejiang 310000 CN B4-40-A4 (hex) Apple, Inc. B440A4 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 48-B8-A3 (hex) Apple, Inc. 48B8A3 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F4-DB-E3 (hex) Apple, Inc. F4DBE3 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US BC-42-8C (hex) ALPS ELECTRIC CO., LTD. BC428C (base 16) ALPS ELECTRIC CO., LTD. nishida 6-1 Kakuda-City Miyagi-Pref 981-1595 JP F0-7C-C7 (hex) Juniper Networks F07CC7 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US D4-5E-EC (hex) Beijing Xiaomi Electronics Co., Ltd. D45EEC (base 16) Beijing Xiaomi Electronics Co., Ltd. Building C, QingHe ShunShiJiaYe Technology Park, #66 ZhuFang Rd, HaiDian District Beijing Beijing 10085 CN 74-C9-29 (hex) Zhejiang Dahua Technology Co., Ltd. 74C929 (base 16) Zhejiang Dahua Technology Co., Ltd. No.1199,Waterfront Road Hangzhou Zhejiang 310053 CN D4-CF-F9 (hex) Shenzhen SEI Robotics Co.,Ltd D4CFF9 (base 16) Shenzhen SEI Robotics Co.,Ltd 501,Productivity Building A, #5 Hi-Tech Middle 2nd Road Shenzhen Guangdong 518057 CN 5C-B2-9E (hex) ASCO Power Technologies 5CB29E (base 16) ASCO Power Technologies 160 Park Avenue Florham Park NJ 07932 US 9C-C9-EB (hex) NETGEAR 9CC9EB (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 94-CC-04 (hex) IEEE Registration Authority 94CC04 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 90-EC-77 (hex) silicom 90EC77 (base 16) silicom 14 Atir-Yeda St/ Kfar-Sava Israel 44000 IL 88-C3-97 (hex) Beijing Xiaomi Mobile Software Co., Ltd 88C397 (base 16) Beijing Xiaomi Mobile Software Co., Ltd The Rainbow City Office Building, 68 Qinghe Middle Street Haidian District Beijing Beijing 100085 CN F0-F6-C1 (hex) Sonos, Inc. F0F6C1 (base 16) Sonos, Inc. 614 Chapala St Santa Barbara CA 93101 US 60-68-4E (hex) Samsung Electronics Co.,Ltd 60684E (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 80-20-FD (hex) Samsung Electronics Co.,Ltd 8020FD (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR B4-CE-40 (hex) Samsung Electronics Co.,Ltd B4CE40 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 54-03-84 (hex) Hongkong Nano IC Technologies Co., Ltd 540384 (base 16) Hongkong Nano IC Technologies Co., Ltd Rm. 19C, Lockhart Ctr., 301-307 Lockhart Rd., Wan Chai, Hong Kong Hong Kong Hong Kong 999077 CN 04-BD-BF (hex) Samsung Electronics Co.,Ltd 04BDBF (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR BC-7A-BF (hex) Samsung Electronics Co.,Ltd BC7ABF (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR B4-09-31 (hex) HUAWEI TECHNOLOGIES CO.,LTD B40931 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 94-E7-EA (hex) HUAWEI TECHNOLOGIES CO.,LTD 94E7EA (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 94-E4-BA (hex) Huawei Device Co., Ltd. 94E4BA (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 34-71-46 (hex) Huawei Device Co., Ltd. 347146 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 2C-C5-46 (hex) Huawei Device Co., Ltd. 2CC546 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 0C-83-9A (hex) Huawei Device Co., Ltd. 0C839A (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN E0-E0-FC (hex) Huawei Device Co., Ltd. E0E0FC (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 30-50-75 (hex) GN Audio A/S 305075 (base 16) GN Audio A/S Lautrupbjerg 7 Ballerup DK-2750 DK F4-B7-8D (hex) HUAWEI TECHNOLOGIES CO.,LTD F4B78D (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN A4-16-E7 (hex) HUAWEI TECHNOLOGIES CO.,LTD A416E7 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 30-B9-B0 (hex) Intracom Asia Co., Ltd 30B9B0 (base 16) Intracom Asia Co., Ltd 4F., No77, Sec. 1, Xintai 5th Rd., Xizhi Dist. New Taipei City Taiwan 221 TW 0C-35-FE (hex) Fiberhome Telecommunication Technologies Co.,LTD 0C35FE (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 8C-83-DF (hex) Nokia 8C83DF (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA AC-4B-1E (hex) Integri-Sys.Com LLC AC4B1E (base 16) Integri-Sys.Com LLC 9130 South Dadeland Bvld. Suite 1509 Miami FL 33156 US B0-E4-D5 (hex) Google, Inc. B0E4D5 (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US D4-DA-CD (hex) BSkyB Ltd D4DACD (base 16) BSkyB Ltd 130 Kings Road Brentwood Essex 08854 GB 68-69-CA (hex) Hitachi, Ltd. 6869CA (base 16) Hitachi, Ltd. 27-18, Minami Oi 6-chome, Shinagawa-ku Tokyo 140-8572 JP AC-4A-56 (hex) Cisco Systems, Inc AC4A56 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US F4-EA-B5 (hex) Extreme Networks, Inc. F4EAB5 (base 16) Extreme Networks, Inc. 1011 McCarthy Blvd Milpitas CA 95035 US 00-19-77 (hex) Extreme Networks, Inc. 001977 (base 16) Extreme Networks, Inc. 1011 McCarthy Blvd Milpitas CA 95035 US 08-EA-44 (hex) Extreme Networks, Inc. 08EA44 (base 16) Extreme Networks, Inc. 1011 McCarthy Blvd Milpitas CA 95035 US B0-B5-C3 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD B0B5C3 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 70-4A-0E (hex) AMPAK Technology,Inc. 704A0E (base 16) AMPAK Technology,Inc. 3F, No.15-1 Zhonghua Road, Hsinchu Industrail Park, Hukou, Hsinchu Hsinchu,Taiwan R.O.C. 30352 TW 08-30-6B (hex) Palo Alto Networks 08306B (base 16) Palo Alto Networks 3000 Tannery Way Santa Clara CA 95054 US 00-86-9C (hex) Palo Alto Networks 00869C (base 16) Palo Alto Networks 3000 Tannery Way Santa Clara CA 95054 US 4C-B9-11 (hex) Raisecom Technology CO.,LTD 4CB911 (base 16) Raisecom Technology CO.,LTD No. 11, East Area, No. 10 Block, East Xibeiwang Road Beijing 100094 CN 40-47-6A (hex) Astro Gaming 40476A (base 16) Astro Gaming 340 Bryant St., Suite 101 San Francisco CA 94107 US 4C-CE-2D (hex) Danlaw Inc 4CCE2D (base 16) Danlaw Inc 23700 research Dr. Farmington Hills MI 48335 US BC-0F-9A (hex) D-Link International BC0F9A (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG 30-B2-37 (hex) GD Midea Air-Conditioning Equipment Co.,Ltd. 30B237 (base 16) GD Midea Air-Conditioning Equipment Co.,Ltd. Midea Global Innovation Center,Beijiao Town,Shunde Foshan Guangdong 528311 CN BC-5A-56 (hex) Cisco Systems, Inc BC5A56 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US B8-7C-F2 (hex) Extreme Networks, Inc. B87CF2 (base 16) Extreme Networks, Inc. 1011 McCarthy Blvd Milpitas CA 95035 US 88-2B-94 (hex) MADOKA SYSTEM Co.,Ltd. 882B94 (base 16) MADOKA SYSTEM Co.,Ltd. 2-105 Hanasakidai Moriyama-ku Nagoya 463-0808 JP 7C-EF-61 (hex) STR Elektronik Josef Schlechtinger GmbH 7CEF61 (base 16) STR Elektronik Josef Schlechtinger GmbH Auf dem Ohl 9 Wenden 57482 DE 64-A9-65 (hex) Linkflow Co., Ltd. 64A965 (base 16) Linkflow Co., Ltd. 54, Nonhyeon-ro 2-gil, Gangnam-gu Seoul 06313 KR 24-62-CE (hex) Aruba, a Hewlett Packard Enterprise Company 2462CE (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US 68-E2-09 (hex) HUAWEI TECHNOLOGIES CO.,LTD 68E209 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 40-05-89 (hex) T-Mobile, USA 400589 (base 16) T-Mobile, USA 3625 132nd Ave SE BELLEVUE WA 98006 US C0-9B-F4 (hex) IEEE Registration Authority C09BF4 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US F4-30-8B (hex) Xiaomi Communications Co Ltd F4308B (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN DC-6B-12 (hex) worldcns inc. DC6B12 (base 16) worldcns inc. 174, Namjo-ro 1-gil, Jocheon-eup Jeju-si Jeju-do 63335 KR 70-03-9F (hex) Espressif Inc. 70039F (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN A0-DE-0F (hex) Huawei Device Co., Ltd. A0DE0F (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN F4-87-C5 (hex) Huawei Device Co., Ltd. F487C5 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 08-00-88 (hex) Brocade Communications Systems LLC 080088 (base 16) Brocade Communications Systems LLC 1320 Ridder Park Dr San Jose CA 95131 US 00-01-0F (hex) Brocade Communications Systems LLC 00010F (base 16) Brocade Communications Systems LLC 1320 Ridder Park Dr San Jose CA 95131 US 08-B0-55 (hex) ASKEY COMPUTER CORP 08B055 (base 16) ASKEY COMPUTER CORP 10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW 04-5F-B9 (hex) Cisco Systems, Inc 045FB9 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US CC-4E-24 (hex) Brocade Communications Systems LLC CC4E24 (base 16) Brocade Communications Systems LLC 1320 Ridder Park Dr San Jose CA 95131 US 00-E0-52 (hex) Brocade Communications Systems LLC 00E052 (base 16) Brocade Communications Systems LLC 1320 Ridder Park Dr San Jose CA 95131 US 98-DF-82 (hex) Hangzhou Hikvision Digital Technology Co.,Ltd. 98DF82 (base 16) Hangzhou Hikvision Digital Technology Co.,Ltd. No.555 Qianmo Road Hangzhou Zhejiang 310052 CN 3C-F6-52 (hex) zte corporation 3CF652 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 5C-0F-FB (hex) Amino Communications Ltd 5C0FFB (base 16) Amino Communications Ltd 1010 Cambourne Business Park Cambourne Cambs CB23 6DP GB 74-58-F3 (hex) Amazon Technologies Inc. 7458F3 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 00-06-31 (hex) Calix Inc. 000631 (base 16) Calix Inc. 2777 Orchard Pkwy San Jose CA 95131 US A8-05-77 (hex) Netlist, Inc. A80577 (base 16) Netlist, Inc. 175 Technology Irvine CA 92618 US E4-3A-65 (hex) MofiNetwork Inc E43A65 (base 16) MofiNetwork Inc 11 Boynton Cir Markham Ontario L6C 1A8 CA 08-AA-55 (hex) Motorola Mobility LLC, a Lenovo Company 08AA55 (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US 54-21-9D (hex) Samsung Electronics Co.,Ltd 54219D (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR C8-8B-E8 (hex) Masimo Corporation C88BE8 (base 16) Masimo Corporation 40 Parker Irvine CA 92618 US F0-41-C6 (hex) Heat Tech Company, Ltd. F041C6 (base 16) Heat Tech Company, Ltd. 221A, Tikhookeanskaya st. Khabarovsk 680033 RU 40-40-28 (hex) ZIV 404028 (base 16) ZIV Polígono Parque Tecnológico, 210 ZAMUDIO VIZCAYA 48170 ES F8-6C-03 (hex) Shenzhen Teleone Technology Co., Ltd F86C03 (base 16) Shenzhen Teleone Technology Co., Ltd TOWER B 5/F, SHANSHUI BUILDING, NANSHAN YUNGU INNOVATION INDUSTRY PARK, 1183 LIUXIAN AVENUE, NANSHAN, SHENZHEN, CHINA Shenzhen 518000 CN D8-71-4D (hex) Texas Instruments D8714D (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 0C-EC-80 (hex) Texas Instruments 0CEC80 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 10-5D-DC (hex) Huawei Device Co., Ltd. 105DDC (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN DC-73-85 (hex) Huawei Device Co., Ltd. DC7385 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 54-55-D5 (hex) Huawei Device Co., Ltd. 5455D5 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 00-15-D2 (hex) Xantech Corporation 0015D2 (base 16) Xantech Corporation 5919 Sea Otter Place Carlsbad CA 92010 US 00-1F-40 (hex) Speakercraft Inc. 001F40 (base 16) Speakercraft Inc. 5919 Sea Otter Place Carlsbad CA 92010 US 18-45-93 (hex) Taicang T&W Electronics 184593 (base 16) Taicang T&W Electronics 89# Jiang Nan RD Suzhou Jiangsu 215412 CN C4-98-86 (hex) Qorvo Utrecht B.V. C49886 (base 16) Qorvo Utrecht B.V. Leidseveer 10 Utrecht Utrecht 3511SB NL CC-9E-CA (hex) HMD Global Oy CC9ECA (base 16) HMD Global Oy Bertel Jungin aukio 9 Espoo Espoo 02600 FI 3C-30-6F (hex) HUAWEI TECHNOLOGIES CO.,LTD 3C306F (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 34-EA-E7 (hex) Shanghai High-Flying Electronics Technology Co., Ltd 34EAE7 (base 16) Shanghai High-Flying Electronics Technology Co., Ltd Room 1002,#1Building,No.3000 Longdong Avenue,Pudong Shanghai Shanghai 201202 CN D4-AB-CD (hex) Hui Zhou Gaoshengda Technology Co.,LTD D4ABCD (base 16) Hui Zhou Gaoshengda Technology Co.,LTD No.75,Zhongkai High-Tech Development District,Huizhou Hui Zhou Guangdong 516006 CN 80-E1-BF (hex) HUAWEI TECHNOLOGIES CO.,LTD 80E1BF (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 48-2C-D0 (hex) HUAWEI TECHNOLOGIES CO.,LTD 482CD0 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-19-32 (hex) Gude Systems GmbH 001932 (base 16) Gude Systems GmbH Von-der-Wettern-Str. 23 Cologne NRW 51149 DE A0-CA-A5 (hex) INTELLIGENCE TECHNOLOGY OF CEC CO., LTD A0CAA5 (base 16) INTELLIGENCE TECHNOLOGY OF CEC CO., LTD Tower A, NO.2 Lutuan Road, The sountern Of Future Science and Tech Zone, Changping District Beijing Beijing 102209 CN 5C-5F-67 (hex) Intel Corporate 5C5F67 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 0C-54-15 (hex) Intel Corporate 0C5415 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 30-24-32 (hex) Intel Corporate 302432 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY DC-8B-28 (hex) Intel Corporate DC8B28 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 1C-1B-B5 (hex) Intel Corporate 1C1BB5 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY F8-34-41 (hex) Intel Corporate F83441 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY E4-70-B8 (hex) Intel Corporate E470B8 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY E0-0E-E4 (hex) DWnet Technologies(Suzhou) Corporation E00EE4 (base 16) DWnet Technologies(Suzhou) Corporation No.8,Tangzhuang Road, Suzhou Industrial Park, Jiangsu, China Suzhou 21500 CN E8-85-4B (hex) Apple, Inc. E8854B (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 28-EC-95 (hex) Apple, Inc. 28EC95 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 58-FD-B1 (hex) LG Electronics 58FDB1 (base 16) LG Electronics 222 LG-ro, JINWI-MYEON Pyeongtaek-si Gyeonggi-do 451-713 KR E0-2B-96 (hex) Apple, Inc. E02B96 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A8-46-9D (hex) Cisco Meraki A8469D (base 16) Cisco Meraki 500 Terry A. Francois Blvd San Francisco 94158 US 6C-DE-A9 (hex) Cisco Meraki 6CDEA9 (base 16) Cisco Meraki 500 Terry A. Francois Blvd San Francisco 94158 US 8C-CE-FD (hex) Shenzhen zhouhai technology co.,LTD 8CCEFD (base 16) Shenzhen zhouhai technology co.,LTD 401-403,415-416, Area A, Block B, West Silicon Valley, 5010 Baoan Avenue, Baoan District, Shenzhen, China Shenzhen Guangdong 518110 CN 50-FB-19 (hex) CHIPSEA TECHNOLOGIES (SHENZHEN) CORP. 50FB19 (base 16) CHIPSEA TECHNOLOGIES (SHENZHEN) CORP. 9F,BLOCK A,GARDEN CITY DIGITAL BUILDING,NO.1079 NANHAI ROAD,NANSHAN DISTRICT SHEN ZHEN GUANG DONG 518000 CN D0-AB-D5 (hex) Intel Corporate D0ABD5 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 68-17-29 (hex) Intel Corporate 681729 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY B8-08-CF (hex) Intel Corporate B808CF (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY DC-71-96 (hex) Intel Corporate DC7196 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 50-E0-85 (hex) Intel Corporate 50E085 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 94-08-C7 (hex) Huawei Device Co., Ltd. 9408C7 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN C8-CA-63 (hex) Huawei Device Co., Ltd. C8CA63 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 98-3B-8F (hex) Intel Corporate 983B8F (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY D0-C6-37 (hex) Intel Corporate D0C637 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 04-EA-56 (hex) Intel Corporate 04EA56 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY D4-3B-04 (hex) Intel Corporate D43B04 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 38-68-93 (hex) Intel Corporate 386893 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY D8-3B-BF (hex) Intel Corporate D83BBF (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 14-F6-D8 (hex) Intel Corporate 14F6D8 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY E0-D4-E8 (hex) Intel Corporate E0D4E8 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 94-E6-F7 (hex) Intel Corporate 94E6F7 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 4C-1D-96 (hex) Intel Corporate 4C1D96 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 70-3A-A6 (hex) New H3C Technologies Co., Ltd 703AA6 (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN 94-37-F7 (hex) Huawei Device Co., Ltd. 9437F7 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 04-6C-59 (hex) Intel Corporate 046C59 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 90-3F-EA (hex) HUAWEI TECHNOLOGIES CO.,LTD 903FEA (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 20-AB-48 (hex) HUAWEI TECHNOLOGIES CO.,LTD 20AB48 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN CC-D7-3C (hex) HUAWEI TECHNOLOGIES CO.,LTD CCD73C (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN D4-40-D0 (hex) OCOSMOS Co., LTD D440D0 (base 16) OCOSMOS Co., LTD (Tamnip-Dong) #1, 263-1 Techno 2-Ro Yuseong-Gu Daejeon Daejeon 34026 KR 94-E7-0B (hex) Intel Corporate 94E70B (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-1E-E0 (hex) Urmet SpA 001EE0 (base 16) Urmet SpA Via Bologna 188/C Torino TO I-10154 IT DC-D9-AE (hex) Nokia Shanghai Bell Co., Ltd. DCD9AE (base 16) Nokia Shanghai Bell Co., Ltd. No.388 Ning Qiao Road,Jin Qiao Pudong Shanghai Shanghai 201206 CN 98-B8-BC (hex) Samsung Electronics Co.,Ltd 98B8BC (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 18-4E-16 (hex) Samsung Electronics Co.,Ltd 184E16 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR C0-3D-03 (hex) Samsung Electronics Co.,Ltd C03D03 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR A4-97-B1 (hex) CHONGQING FUGUI ELECTRONICS CO.,LTD. A497B1 (base 16) CHONGQING FUGUI ELECTRONICS CO.,LTD. Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN BC-A9-93 (hex) Cambium Networks Limited BCA993 (base 16) Cambium Networks Limited Unit B2, Linhay Business Park, Ashburton Devon TQ13 7UP GB 10-74-6F (hex) MOTOROLA SOLUTIONS MALAYSIA SDN. BHD. 10746F (base 16) MOTOROLA SOLUTIONS MALAYSIA SDN. BHD. INNOPLEX, NO. 2A, MEDAN BAYAN LEPAS, BAYAN LEPAS TECHNOPLEX BAYAN LEPAS PENANG 11900 MY 00-92-7D (hex) Ficosa Internationa(Taicang) C0.,Ltd. 00927D (base 16) Ficosa Internationa(Taicang) C0.,Ltd. No.518, Middle Suzhou Rd., Taicang Economy Developing Area, Taicang, Suzhou Jiangsu 215400 CN 44-16-22 (hex) Microsoft Corporation 441622 (base 16) Microsoft Corporation One Microsoft Way REDMOND WA 98052 US 44-E6-B0 (hex) China Mobile IOT Company Limited 44E6B0 (base 16) China Mobile IOT Company Limited NO.8 Yu Ma Road, NanAn Area Chongqing Chongqing 401336 CN 74-7A-90 (hex) Murata Manufacturing Co., Ltd. 747A90 (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP 24-E9-CA (hex) Huawei Device Co., Ltd. 24E9CA (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 14-00-7D (hex) zte corporation 14007D (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 94-AE-F0 (hex) Cisco Systems, Inc 94AEF0 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 1C-08-C1 (hex) LG Innotek 1C08C1 (base 16) LG Innotek 978-1 Jangduk dong, Gwangsangu Gwangju Gwangju 506-731 KR 34-87-3D (hex) Quectel Wireless Solutions Co., Ltd. 34873D (base 16) Quectel Wireless Solutions Co., Ltd. RM501,Building 13,No.99 TianZhou Road,Xuhui District,Shanghai,China Shanghai Shanghai 200233 CN 9C-F6-1A (hex) Carrier Fire & Security 9CF61A (base 16) Carrier Fire & Security Kelvinstraat 7 DH Weert 6003 NL 58-B6-23 (hex) Beijing Xiaomi Mobile Software Co., Ltd 58B623 (base 16) Beijing Xiaomi Mobile Software Co., Ltd Xiaomi Campus, No. 33 Xi erqi Middle Road, Haidian District Beijing Beijing 100085 CN A0-22-DE (hex) vivo Mobile Communication Co., Ltd. A022DE (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN FC-73-FB (hex) HUAWEI TECHNOLOGIES CO.,LTD FC73FB (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 04-45-62 (hex) ANDRA Sp. z o. o. 044562 (base 16) ANDRA Sp. z o. o. Pryzmaty 6/8 Warszawa 02-226 PL 00-26-9E (hex) Quanta Computer Inc. 00269E (base 16) Quanta Computer Inc. NO. 211, WEN HWA 2RD., KUEI SHAN HSIANG, TAIPEI, SHIEN TAO YUAN 333 TW C4-54-44 (hex) Quanta Computer Inc. C45444 (base 16) Quanta Computer Inc. No.211, Wen Hwa 2nd Rd., Kuei Shan Hsiang, Tao Yuan Shien, Taiwan, R. O. C. Taoyuan Taiwan 33377 TW 00-C0-9F (hex) Quanta Computer Inc. 00C09F (base 16) Quanta Computer Inc. 7F., 116, HOU-KANG ST., TAIWAN TAIWAN R.O.C. TW 00-1B-24 (hex) Quanta Computer Inc. 001B24 (base 16) Quanta Computer Inc. No. 211, Wen Hwa 2nd Rd., Kuei Shan Hsiang Tao Yuan Shien 333 TW C8-0A-A9 (hex) Quanta Computer Inc. C80AA9 (base 16) Quanta Computer Inc. 211, Wen Hwa 2nd Rd., Tao Yuan Kuei Shan 33377 TW 60-EB-69 (hex) Quanta Computer Inc. 60EB69 (base 16) Quanta Computer Inc. 211, Wen Hwa 2nd Rd.,Kuei Shan, Tao Yuan 33377 TW C0-8F-20 (hex) Shenzhen Skyworth Digital Technology CO., Ltd C08F20 (base 16) Shenzhen Skyworth Digital Technology CO., Ltd 4F,Block A, Skyworth?Building, Shenzhen Guangdong 518057 CN 74-F7-F6 (hex) Shanghai Sunmi Technology Co.,Ltd. 74F7F6 (base 16) Shanghai Sunmi Technology Co.,Ltd. Room 505, KIC Plaza, No.388 Song Hu Road, Yang Pu District, Shanghai, China Shanghai Yang Pu District 200433 CN C0-CC-42 (hex) Sichuan Tianyi Comheart Telecom Co., Ltd. C0CC42 (base 16) Sichuan Tianyi Comheart Telecom Co., Ltd. No.198,First Section,Snow Mountain Avenue, Jinyuan Town, Dayi County Chengdu Sichuan 611330 CN 24-1A-E6 (hex) Huawei Device Co., Ltd. 241AE6 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 60-B7-6E (hex) Google, Inc. 60B76E (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US B4-23-30 (hex) Itron Inc B42330 (base 16) Itron Inc 2111 N Molter Rd Liberty Lake WA 99019 US 08-4E-BF (hex) Sumitomo Electric Industries, Ltd 084EBF (base 16) Sumitomo Electric Industries, Ltd 1-1-3, Shimaya, Konohana-ku Osaka 554-0024 JP A8-02-DB (hex) zte corporation A802DB (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 1C-5D-80 (hex) Mitubishi Hitachi Power Systems Industries Co., Ltd. 1C5D80 (base 16) Mitubishi Hitachi Power Systems Industries Co., Ltd. Nakaku Aioimachi Yokohama 2310012 JP 80-16-05 (hex) Vodafone Italia S.p.A. 801605 (base 16) Vodafone Italia S.p.A. Via Lorenteggio nr. 240 Milan Italy 20147 IT 3C-9C-0F (hex) Intel Corporate 3C9C0F (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 5C-44-3E (hex) Skullcandy 5C443E (base 16) Skullcandy 6301 N. Landmark Dr. Park City UT 84098 US F8-82-00 (hex) CaptionCall F88200 (base 16) CaptionCall 4215 Riverboat Road Salt Lake City UT 84123 US 08-FB-EA (hex) AMPAK Technology,Inc. 08FBEA (base 16) AMPAK Technology,Inc. 3F, No.15-1 Zhonghua Road, Hsinchu Industrail Park, Hukou, Hsinchu Hsinchu,Taiwan R.O.C. 30352 TW 34-0F-66 (hex) Web Sensing LLC 340F66 (base 16) Web Sensing LLC P.O. Box 692 Hanover NH 03755 US 58-65-E6 (hex) infomark 5865E6 (base 16) infomark #801, KINS TOWER, JEONGJA-DONG SEONGNAM GYOUNGGI 463-847 KR 00-50-F1 (hex) Maxlinear, Inc 0050F1 (base 16) Maxlinear, Inc 94 Em-Hamoshavot Way. Petach-Tikva IL F4-E5-78 (hex) LLC Proizvodstvennaya Kompania TransService F4E578 (base 16) LLC Proizvodstvennaya Kompania TransService Ulitsa Podolskih Kursantov, build. 3, of. 133 Moscow Moscow 117545 RU 08-54-BB (hex) SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD 0854BB (base 16) SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD Unit East Block22-24/F,Skyworth semiconductor design Bldg., Gaoxin Ave.4.S.,Nanshan District,Shenzhen,China SHENZHEN GUANGDONG 518057 CN 60-EB-5A (hex) Asterfusion Data Technologies Co.,Ltd 60EB5A (base 16) Asterfusion Data Technologies Co.,Ltd B401, Building 2, Creative Industry Park, No.328 Xinghu Street, SIP, Suzhou suzhou 215123 CN E4-D3-73 (hex) HUAWEI TECHNOLOGIES CO.,LTD E4D373 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN C0-BC-9A (hex) HUAWEI TECHNOLOGIES CO.,LTD C0BC9A (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 70-2C-09 (hex) Nintendo Co.,Ltd 702C09 (base 16) Nintendo Co.,Ltd 11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP 90-12-A1 (hex) We Corporation Inc. 9012A1 (base 16) We Corporation Inc. 201, 33, Deokcheon-ro, Manan-gu Anyang-si Gyeonggi-do 14088 KR 64-B6-23 (hex) CCS Care Communication Solutions GmbH 64B623 (base 16) CCS Care Communication Solutions GmbH Computerstrasse 6 Vienna 1100 AT B8-80-35 (hex) Shenzhen Qihu Intelligent Technology Company Limited B88035 (base 16) Shenzhen Qihu Intelligent Technology Company Limited Room 201, Block A, No.1, Qianwan Road 1,Qianhai Shenzhen HongKong Modern Service Industry Cooperation Zone Shenzhen Guangdong 518057 CN B4-C2-6A (hex) Garmin International B4C26A (base 16) Garmin International 1200 E. 151st St Olathe KS 66062 US 9C-FF-C2 (hex) AVI Systems GmbH 9CFFC2 (base 16) AVI Systems GmbH Dr. Franz Wilhelmstraße 2A Krems a. d. Donau 3500 AT 44-D8-78 (hex) Hui Zhou Gaoshengda Technology Co.,LTD 44D878 (base 16) Hui Zhou Gaoshengda Technology Co.,LTD No.75,Zhongkai High-Tech Development District,Huizhou Hui Zhou Guangdong 516006 CN A0-D8-07 (hex) Huawei Device Co., Ltd. A0D807 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 2C-78-0E (hex) Huawei Device Co., Ltd. 2C780E (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 34-B2-0A (hex) Huawei Device Co., Ltd. 34B20A (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 98-F4-AB (hex) Espressif Inc. 98F4AB (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN D8-BF-C0 (hex) Espressif Inc. D8BFC0 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 20-26-81 (hex) TECNO MOBILE LIMITED 202681 (base 16) TECNO MOBILE LIMITED ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK F4-D6-20 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD F4D620 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 64-FB-92 (hex) PPC Broadband Inc. 64FB92 (base 16) PPC Broadband Inc. 6176 E Molloy Rd East Syracuse NY 13057 US 14-13-46 (hex) Skyworth Digital Technology(Shenzhen) Co.,Ltd 141346 (base 16) Skyworth Digital Technology(Shenzhen) Co.,Ltd 7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN 94-90-34 (hex) SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD 949034 (base 16) SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD Unit East Block22-24/F,Skyworth semiconductor design Bldg., Gaoxin Ave.4.S.,Nanshan District,Shenzhen,China SHENZHEN GUANGDONG 518057 CN 98-7A-10 (hex) Ericsson AB 987A10 (base 16) Ericsson AB Torshamnsgatan 36 Stockholm SE-164 80 SE 54-2B-DE (hex) New H3C Technologies Co., Ltd 542BDE (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN 98-F7-81 (hex) ARRIS Group, Inc. 98F781 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 78-97-C3 (hex) DINGXIN INFORMATION TECHNOLOGY CO.,LTD 7897C3 (base 16) DINGXIN INFORMATION TECHNOLOGY CO.,LTD No.6 huasui Road,ZhuJiang Xincheng Guangzhou Guangdong 510623 CN 4C-90-DB (hex) JL Audio 4C90DB (base 16) JL Audio 10369 N Commerce Pkwy Mirimar FL 33025 US B8-99-AE (hex) Shenzhen MiaoMing Intelligent Technology Co.,Ltd B899AE (base 16) Shenzhen MiaoMing Intelligent Technology Co.,Ltd Chudong science and technology park, 111 shaxin road, tangxia town, dongguan city guangdong province 523710 CN E8-D0-B9 (hex) Taicang T&W Electronics E8D0B9 (base 16) Taicang T&W Electronics 89# Jiang Nan RD Suzhou Jiangsu 215412 CN 3C-8F-06 (hex) Shenzhen Libtor Technology Co.,Ltd 3C8F06 (base 16) Shenzhen Libtor Technology Co.,Ltd Room 608, Building A Shenzhen City Guangdong Province 518000 CN B0-08-75 (hex) HUAWEI TECHNOLOGIES CO.,LTD B00875 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 8C-F1-12 (hex) Motorola Mobility LLC, a Lenovo Company 8CF112 (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US 84-76-37 (hex) HUAWEI TECHNOLOGIES CO.,LTD 847637 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN FC-94-35 (hex) HUAWEI TECHNOLOGIES CO.,LTD FC9435 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN E0-24-81 (hex) HUAWEI TECHNOLOGIES CO.,LTD E02481 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN A8-C0-EA (hex) Pepwave Limited A8C0EA (base 16) Pepwave Limited A5, 5/F, HK Spinners Industrial Building, Phase 6, 481 Castle Peak Road Cheung Sha Wan Hong Kong 0 HK 18-2A-D3 (hex) Juniper Networks 182AD3 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 80-B0-7B (hex) zte corporation 80B07B (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN C8-5A-9F (hex) zte corporation C85A9F (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 44-AE-AB (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 44AEAB (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN A4-F0-5E (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD A4F05E (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 1C-68-7E (hex) Shenzhen Qihu Intelligent Technology Company Limited 1C687E (base 16) Shenzhen Qihu Intelligent Technology Company Limited Room 201, Block A, No.1, Qianwan Road 1,Qianhai Shenzhen HongKong Modern Service Industry Cooperation Zone Shenzhen Guangdong 518057 CN C0-36-56 (hex) Fiberhome Telecommunication Technologies Co.,LTD C03656 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 58-85-A2 (hex) Realme Chongqing MobileTelecommunications Corp Ltd 5885A2 (base 16) Realme Chongqing MobileTelecommunications Corp Ltd No.24 Nichang Boulevard, Huixing Block, Yubei District, Chongqing. Chongqing China 401120 CN 2C-F8-9B (hex) Cisco Systems, Inc 2CF89B (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-07-1C (hex) AT&T 00071C (base 16) AT&T 3300 E Renner Road Richardson TX 75082 US E0-E8-E6 (hex) Shenzhen C-Data Technology Co., Ltd. E0E8E6 (base 16) Shenzhen C-Data Technology Co., Ltd. #601, Fl6, Bldg F, No.1008  Yangguang Community, Xili, Nanshan Shenzhen Guangdong 518055 CN 50-02-91 (hex) Espressif Inc. 500291 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 00-1D-DF (hex) Sunitec Enterprise Co.,Ltd 001DDF (base 16) Sunitec Enterprise Co.,Ltd 3F., No. 98-1, Mincyuan Rd. Sindian City Taipei County 231 TW 8C-0F-FA (hex) Hutec co.,ltd 8C0FFA (base 16) Hutec co.,ltd 46, Gunpocheomdansaneop 2-ro Gunpo-si Gyeonggi-do 15880 KR AC-FE-05 (hex) ITEL MOBILE LIMITED ACFE05 (base 16) ITEL MOBILE LIMITED RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK 78-2A-79 (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. 782A79 (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY 78-65-59 (hex) Sagemcom Broadband SAS 786559 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 50-D2-F5 (hex) Beijing Xiaomi Mobile Software Co., Ltd 50D2F5 (base 16) Beijing Xiaomi Mobile Software Co., Ltd The Rainbow City Office Building, 68 Qinghe Middle Street Haidian District Beijing Beijing 100085 CN 24-52-6A (hex) Zhejiang Dahua Technology Co., Ltd. 24526A (base 16) Zhejiang Dahua Technology Co., Ltd. No.1199,Waterfront Road Hangzhou Zhejiang 310053 CN 20-DF-B9 (hex) Google, Inc. 20DFB9 (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US 5C-CA-D3 (hex) CHIPSEA TECHNOLOGIES (SHENZHEN) CORP. 5CCAD3 (base 16) CHIPSEA TECHNOLOGIES (SHENZHEN) CORP. 9F,BLOCK A,GARDEN CITY DIGITAL BUILDING,NO.1079 NANHAI ROAD,NANSHAN DISTRICT SHEN ZHEN GUANG DONG 518000 CN 28-16-7F (hex) Xiaomi Communications Co Ltd 28167F (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN B0-3E-51 (hex) BSkyB Ltd B03E51 (base 16) BSkyB Ltd 130 Kings Road Brentwood Essex 08854 GB 5C-E8-83 (hex) HUAWEI TECHNOLOGIES CO.,LTD 5CE883 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 10-01-77 (hex) HUAWEI TECHNOLOGIES CO.,LTD 100177 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 44-A1-91 (hex) HUAWEI TECHNOLOGIES CO.,LTD 44A191 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 60-23-A4 (hex) Sichuan AI-Link Technology Co., Ltd. 6023A4 (base 16) Sichuan AI-Link Technology Co., Ltd. Anzhou,Industrial Park Anzhou,Industrial Park Sichuan 621000 CN A4-53-0E (hex) Cisco Systems, Inc A4530E (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-40-3A (hex) IMPACT TECHNOLOGIES 00403A (base 16) IMPACT TECHNOLOGIES 6 RUE DE L'ACADIE FR F8-87-F1 (hex) Apple, Inc. F887F1 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 9C-28-BF (hex) Continental Automotive Czech Republic s.r.o. 9C28BF (base 16) Continental Automotive Czech Republic s.r.o. Průmyslová 1851 Brandýs nad Labem 250 01 CZ 80-72-15 (hex) BSkyB Ltd 807215 (base 16) BSkyB Ltd 130 Kings Road Brentwood Essex 08854 GB 74-D6-37 (hex) Amazon Technologies Inc. 74D637 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US D0-5F-64 (hex) IEEE Registration Authority D05F64 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US BC-C3-1B (hex) Kygo Life A BCC31B (base 16) Kygo Life A Sjolyst Plass 3 Oslo 0278 NO 64-DF-10 (hex) JingLue Semiconductor(SH) Ltd. 64DF10 (base 16) JingLue Semiconductor(SH) Ltd. No.800 Naxian Rd Shanghai 201210 CN C4-63-FB (hex) Neatframe AS C463FB (base 16) Neatframe AS Martin Linges Vei 25 Fornebu Fornebu 1364 NO 0C-81-26 (hex) Juniper Networks 0C8126 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 30-57-14 (hex) Apple, Inc. 305714 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 60-44-7A (hex) Water-i.d. GmbH 60447A (base 16) Water-i.d. GmbH Daimlerstr. 20 Eggenstein 76344 DE C8-B1-CD (hex) Apple, Inc. C8B1CD (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 14-60-CB (hex) Apple, Inc. 1460CB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US B8-F1-2A (hex) Apple, Inc. B8F12A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 04-AB-6A (hex) Chun-il Co.,Ltd. 04AB6A (base 16) Chun-il Co.,Ltd. 13-7, Gimhae-daero 2694 beon-gil, Gimhae-si Gyeongsangnam-do 50936 KR 54-4E-45 (hex) Private 544E45 (base 16) Private 04-C8-07 (hex) Xiaomi Communications Co Ltd 04C807 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 04-A2-22 (hex) Arcadyan Corporation 04A222 (base 16) Arcadyan Corporation No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW 48-9B-D5 (hex) Extreme Networks, Inc. 489BD5 (base 16) Extreme Networks, Inc. 6480 Via Del Oro San Jose CA 95119 US 3C-8C-93 (hex) Juniper Networks 3C8C93 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 28-FE-65 (hex) DongGuan Siyoto Electronics Co., Ltd 28FE65 (base 16) DongGuan Siyoto Electronics Co., Ltd Hecheng Industrial District, QiaoTou Town DongGuan City Guangdong 523520 CN 18-06-F5 (hex) RAD Data Communications, Ltd. 1806F5 (base 16) RAD Data Communications, Ltd. 24 Raoul Wallenberg St. Tel Aviv 69719 IL 74-84-E1 (hex) Dongguan Haoyuan Electronics Co.,Ltd 7484E1 (base 16) Dongguan Haoyuan Electronics Co.,Ltd NO.161 Kejizhong RoadLiuwu Shijie Town Dongguan Guangdong 523290 CN 44-FB-5A (hex) zte corporation 44FB5A (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 44-59-E3 (hex) HUAWEI TECHNOLOGIES CO.,LTD 4459E3 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN DC-54-D7 (hex) Amazon Technologies Inc. DC54D7 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 44-D3-CA (hex) Cisco Systems, Inc 44D3CA (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 88-9F-AA (hex) Hella Gutmann Solutions GmbH 889FAA (base 16) Hella Gutmann Solutions GmbH Am Krebsbach 2 Ihringen Baden Württemberg 79241 DE E4-54-E8 (hex) Dell Inc. E454E8 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 20-96-8A (hex) China Mobile (Hangzhou) Information Technology Co., Ltd. 20968A (base 16) China Mobile (Hangzhou) Information Technology Co., Ltd. No. 1600 Yuhangtang Road, Wuchang Street, Yuhang District Hangzhou Zhejiang 310000 CN 8C-18-50 (hex) China Mobile (Hangzhou) Information Technology Co., Ltd. 8C1850 (base 16) China Mobile (Hangzhou) Information Technology Co., Ltd. No. 1600 Yuhangtang Road, Wuchang Street, Yuhang District Hangzhou Hangzhou 310000 CN D8-D4-E6 (hex) Hytec Inter Co., Ltd. D8D4E6 (base 16) Hytec Inter Co., Ltd. 3-28-6 Yoyogi Shibuya-ku Tokyo 1510053 JP 68-3F-1E (hex) EFFECT Photonics B.V. 683F1E (base 16) EFFECT Photonics B.V. Kastanjelaan 400 Eindhoven Noord-Brabant 5616 LZ NL 00-35-FF (hex) Texas Instruments 0035FF (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US F8-E7-A0 (hex) vivo Mobile Communication Co., Ltd. F8E7A0 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 2C-FF-EE (hex) vivo Mobile Communication Co., Ltd. 2CFFEE (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 84-0B-7C (hex) Hitron Technologies. Inc 840B7C (base 16) Hitron Technologies. Inc No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW 48-A7-3C (hex) Sichuan tianyi kanghe communications co., LTD 48A73C (base 16) Sichuan tianyi kanghe communications co., LTD No.198, section 1, xueshan avenue, jinyuan town, dayi county chengdu sichuan 611330 CN C8-5D-38 (hex) HUMAX Co., Ltd. C85D38 (base 16) HUMAX Co., Ltd. HUMAX Village, 216, Hwangsaeul-ro, Bu Seongnam-si Gyeonggi-do 463-875 KR F8-A7-63 (hex) Zhejiang Tmall Technology Co., Ltd. F8A763 (base 16) Zhejiang Tmall Technology Co., Ltd. Ali Center,No.3331 Keyuan South RD (Shenzhen bay), Nanshan District, Shenzhen Guangdong province Shenzhen GuangDong 518000 CN A4-98-13 (hex) ARRIS Group, Inc. A49813 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 6C-29-90 (hex) WiZ Connected Lighting Company Limited 6C2990 (base 16) WiZ Connected Lighting Company Limited Room 3805, 148 Electric Road Hong Kong 0000 0000 HK 98-35-ED (hex) HUAWEI TECHNOLOGIES CO.,LTD 9835ED (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 08-4F-0A (hex) HUAWEI TECHNOLOGIES CO.,LTD 084F0A (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN A8-49-4D (hex) HUAWEI TECHNOLOGIES CO.,LTD A8494D (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 44-00-4D (hex) HUAWEI TECHNOLOGIES CO.,LTD 44004D (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 18-CF-24 (hex) HUAWEI TECHNOLOGIES CO.,LTD 18CF24 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN D8-9B-3B (hex) HUAWEI TECHNOLOGIES CO.,LTD D89B3B (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 88-40-3B (hex) HUAWEI TECHNOLOGIES CO.,LTD 88403B (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN FC-87-43 (hex) HUAWEI TECHNOLOGIES CO.,LTD FC8743 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 80-76-93 (hex) Newag SA 807693 (base 16) Newag SA Wyspianskiego 3 Nowy Sacz woj. Malopolskie 33-300 PL BC-97-40 (hex) IEEE Registration Authority BC9740 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 04-88-5F (hex) HUAWEI TECHNOLOGIES CO.,LTD 04885F (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN C8-50-CE (hex) HUAWEI TECHNOLOGIES CO.,LTD C850CE (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 50-F8-A5 (hex) eWBM Co., Ltd. 50F8A5 (base 16) eWBM Co., Ltd. 14F, 9, Teheran-ro 20-gil Gangnam-gu, Seoul 06236 KR 14-49-BC (hex) DrayTek Corp. 1449BC (base 16) DrayTek Corp. No. 26, Fushing Rd., Hukou, Hsinchu Industrial Park, Hsinchu county 30352 TW 20-F4-78 (hex) Xiaomi Communications Co Ltd 20F478 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 90-73-5A (hex) Motorola Mobility LLC, a Lenovo Company 90735A (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US 1C-82-59 (hex) IEEE Registration Authority 1C8259 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 00-04-DF (hex) TERACOM TELEMATICA S.A 0004DF (base 16) TERACOM TELEMATICA S.A RUA AMERICA N.1000 Eldorado do Sul - RS Brazil BR 74-38-B7 (hex) CANON INC. 7438B7 (base 16) CANON INC. 30-2 Shimomaruko 3-chome Ohta-ku Tokyo 146-8501 JP 8C-04-BA (hex) Dell Inc. 8C04BA (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 00-FA-21 (hex) Samsung Electronics Co.,Ltd 00FA21 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 7C-23-02 (hex) Samsung Electronics Co.,Ltd 7C2302 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 18-B6-F7 (hex) NEW POS TECHNOLOGY LIMITED 18B6F7 (base 16) NEW POS TECHNOLOGY LIMITED AB Unit, 14th Floor,Block A, Financial Technology Building.No. 11 Keyuan Rd Shenzhen 518057 CN 5C-B1-5F (hex) Oceanblue Cloud Technology Limited 5CB15F (base 16) Oceanblue Cloud Technology Limited 253-261 Hennessy Road Hong Kong Hong Kong 999077 HK 18-AA-CA (hex) Sichuan tianyi kanghe communications co., LTD 18AACA (base 16) Sichuan tianyi kanghe communications co., LTD No.198, section 1, xueshan avenue, jinyuan town, dayi county, sichuan province chengdu sichuan 611330 CN D4-9D-C0 (hex) Samsung Electronics Co.,Ltd D49DC0 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR D0-19-6A (hex) Ciena Corporation D0196A (base 16) Ciena Corporation 7035 Ridge Road Hanover MD 21076 US 44-13-D0 (hex) zte corporation 4413D0 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 24-62-AB (hex) Espressif Inc. 2462AB (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 88-B4-36 (hex) Private 88B436 (base 16) Private 6C-AB-05 (hex) Cisco Systems, Inc 6CAB05 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0B-E4 (hex) Hosiden Corporation 000BE4 (base 16) Hosiden Corporation 4-33 Yao-city Osaka 581-0071 JP 60-D2-48 (hex) ARRIS Group, Inc. 60D248 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 48-5D-EB (hex) Just Add Power 485DEB (base 16) Just Add Power 12505 STARKEY RD STE A LARGO FL 33773 US 50-13-95 (hex) Sichuan AI-Link Technology Co., Ltd. 501395 (base 16) Sichuan AI-Link Technology Co., Ltd. Anzhou,Industrial Park Anzhou,Industrial Park Sichuan 621000 CN 18-D9-EF (hex) Shuttle Inc. 18D9EF (base 16) Shuttle Inc. No. 30 Lane 76, Rei Kuang Rd Taipei 114 TW 88-DA-33 (hex) Beijing Xiaoyuer Network Technology Co., Ltd 88DA33 (base 16) Beijing Xiaoyuer Network Technology Co., Ltd Block K1, North American International Business Centre, 86 Beiyuan Road, Chaoyang District Beijing Beijing 100012 CN 84-C7-8F (hex) STORDIS GmbH 84C78F (base 16) STORDIS GmbH Rosenwiesstr. 17 Stuttgart 70567 DE 50-41-B9 (hex) I-O DATA DEVICE,INC. 5041B9 (base 16) I-O DATA DEVICE,INC. 3-10,Sakurada-machi Kanazawa Ishikawa 920-8512 JP 80-DA-BC (hex) Megafone Limited 80DABC (base 16) Megafone Limited Unit 702,7/F,Bankok Bank Building,NO.18 Bonham Strand West Hong Kong 999077 HK C0-9F-E1 (hex) zte corporation C09FE1 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 18-46-44 (hex) Home Control Singapore Pte Ltd 184644 (base 16) Home Control Singapore Pte Ltd 151 Lorong Chuan Singapore 556741 SG B0-70-0D (hex) Nokia B0700D (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 34-6B-5B (hex) New H3C Technologies Co., Ltd 346B5B (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN 84-E8-92 (hex) Actiontec Electronics, Inc 84E892 (base 16) Actiontec Electronics, Inc 301 Olcott St Santa Clara CA 95054 US 78-E2-BD (hex) Vodafone Automotive S.p.A. 78E2BD (base 16) Vodafone Automotive S.p.A. via Astico 41 Varese Italy/VA 21100 IT F8-48-FD (hex) China Mobile Group Device Co.,Ltd. F848FD (base 16) China Mobile Group Device Co.,Ltd. 32 Xuanwumen West Street,Xicheng District Beijing 100053 CN 20-DA-22 (hex) HUAWEI TECHNOLOGIES CO.,LTD 20DA22 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN C8-21-DA (hex) Shenzhen YOUHUA Technology Co., Ltd C821DA (base 16) Shenzhen YOUHUA Technology Co., Ltd Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN E0-B6-55 (hex) Beijing Xiaomi Electronics Co., Ltd. E0B655 (base 16) Beijing Xiaomi Electronics Co., Ltd. Building C, QingHe ShunShiJiaYe Technology Park, #66 ZhuFang Rd, HaiDian District Beijing Beijing 10085 CN 00-21-75 (hex) Pacific Satellite International Ltd. 002175 (base 16) Pacific Satellite International Ltd. 20/F Tai Tung Building, Wanchai 100000 HK 88-97-46 (hex) Sichuan AI-Link Technology Co., Ltd. 889746 (base 16) Sichuan AI-Link Technology Co., Ltd. Anzhou,Industrial Park Anzhou,Industrial Park Sichuan 621000 CN 1C-DE-57 (hex) Fiberhome Telecommunication Technologies Co.,LTD 1CDE57 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN E0-DC-FF (hex) Xiaomi Communications Co Ltd E0DCFF (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 60-8C-DF (hex) Private 608CDF (base 16) Private 00-77-8D (hex) Cisco Systems, Inc 00778D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0E-8C (hex) Siemens AG 000E8C (base 16) Siemens AG Siemensstraße 10 Regensburg 93055 DE 00-87-64 (hex) Cisco Systems, Inc 008764 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US FC-33-42 (hex) Juniper Networks FC3342 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US C4-68-D0 (hex) VTech Telecommunications Ltd. C468D0 (base 16) VTech Telecommunications Ltd. 23/F, Tai Ping Industrial Centre, Block 1, HONG KONG NA 000000 HK 14-AE-DB (hex) VTech Telecommunications Ltd. 14AEDB (base 16) VTech Telecommunications Ltd. 23/F, Tai Ping Industrial Centre, Block 1, HONG KONG NA 000000 HK 78-DB-2F (hex) Texas Instruments 78DB2F (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 8C-0F-A0 (hex) di-soric GmbH & Co. KG 8C0FA0 (base 16) di-soric GmbH & Co. KG Steinbeisstrasse 6 Urbach 73660 DE DC-B8-08 (hex) Extreme Networks, Inc. DCB808 (base 16) Extreme Networks, Inc. 6480 Via Del Oro San Jose CA 95119 US B0-E7-1D (hex) Shanghai Maigantech Co.,Ltd B0E71D (base 16) Shanghai Maigantech Co.,Ltd Room 2211,No.88 Caoxi North Rd,Xuhui District Shanghai Shanghai 200030 CN F8-BB-BF (hex) eero inc. F8BBBF (base 16) eero inc. 500 Howard St Suite 900 San Francisco CA 94105 US 84-6F-CE (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 846FCE (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 20-65-8E (hex) HUAWEI TECHNOLOGIES CO.,LTD 20658E (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 18-3D-5E (hex) HUAWEI TECHNOLOGIES CO.,LTD 183D5E (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN DC-71-37 (hex) zte corporation DC7137 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 84-7C-9B (hex) GD Midea Air-Conditioning Equipment Co.,Ltd. 847C9B (base 16) GD Midea Air-Conditioning Equipment Co.,Ltd. Midea Global Innovation Center,Beijiao Town,Shunde Foshan Guangdong 528311 CN 34-41-A8 (hex) ER-Telecom 3441A8 (base 16) ER-Telecom Ovchinnikovskaya embankment, 20, Building 1 Moscow 115324 RU 34-DB-9C (hex) Sagemcom Broadband SAS 34DB9C (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 74-40-BE (hex) LG Innotek 7440BE (base 16) LG Innotek 26, Hanamsandan 5beon-ro Gwangju Gwangsan-gu 506-731 KR 04-D4-C4 (hex) ASUSTek COMPUTER INC. 04D4C4 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW F0-D4-E2 (hex) Dell Inc. F0D4E2 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US A8-E2-C3 (hex) Shenzhen YOUHUA Technology Co., Ltd A8E2C3 (base 16) Shenzhen YOUHUA Technology Co., Ltd Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN 90-20-C2 (hex) Aruba, a Hewlett Packard Enterprise Company 9020C2 (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US 0C-A0-6C (hex) Industrial Cyber Sensing Inc. 0CA06C (base 16) Industrial Cyber Sensing Inc. Unit 1A - 343 Montrose Street North Cambridge Ontario N3H 2H6 CA FC-D2-B6 (hex) IEEE Registration Authority FCD2B6 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 80-4A-14 (hex) Apple, Inc. 804A14 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 70-3C-69 (hex) Apple, Inc. 703C69 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US AC-2D-A9 (hex) TECNO MOBILE LIMITED AC2DA9 (base 16) TECNO MOBILE LIMITED ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK FC-B6-62 (hex) IC Holdings LLC FCB662 (base 16) IC Holdings LLC 9066 S 300 W Sandy UT 84070 US 48-04-9F (hex) ELECOM CO., LTD 48049F (base 16) ELECOM CO., LTD 9FLand Axis Tower.1-1 fushimi machi,4-chome chuoku osaka 5418765 JP 08-7F-98 (hex) vivo Mobile Communication Co., Ltd. 087F98 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN C8-52-61 (hex) ARRIS Group, Inc. C85261 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US C0-41-21 (hex) Nokia C04121 (base 16) Nokia Karaportti 3 Espoo Finland 02610 FI 74-88-BB (hex) Cisco Systems, Inc 7488BB (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US A4-CF-12 (hex) Espressif Inc. A4CF12 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 4C-6A-F6 (hex) HMD Global Oy 4C6AF6 (base 16) HMD Global Oy Bertel Jungin aukio 9 Espoo 02600 FI 48-9D-D1 (hex) Samsung Electronics Co.,Ltd 489DD1 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR B0-6F-E0 (hex) Samsung Electronics Co.,Ltd B06FE0 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 44-B9-94 (hex) Douglas Lighting Controls 44B994 (base 16) Douglas Lighting Controls 280 - 3605 Gilmore Way Burnaby BC V5G4X5 CA 40-A9-3F (hex) Pivotal Commware, Inc. 40A93F (base 16) Pivotal Commware, Inc. 1555 132nd Ave. NE Bellevue WA 98005 US 70-BF-92 (hex) GN Audio A/S 70BF92 (base 16) GN Audio A/S Lautrupbjerg 7 Ballerup DK-2750 DK C0-8C-71 (hex) Motorola Mobility LLC, a Lenovo Company C08C71 (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US F4-6F-4E (hex) Echowell F46F4E (base 16) Echowell 7F-8, No. 8, Sec 1, JunShing Rd. New Taipei City 24872 TW 2C-3F-0B (hex) Cisco Meraki 2C3F0B (base 16) Cisco Meraki 500 Terry A. Francois Blvd San Francisco null 94158 US 5C-88-16 (hex) Rockwell Automation 5C8816 (base 16) Rockwell Automation 1 Allen-Bradley Dr. Mayfield Heights OH 44124-6118 US 00-2F-5C (hex) Cisco Systems, Inc 002F5C (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US F4-64-5D (hex) Toshiba F4645D (base 16) Toshiba 2-9,Suehiro-Cho Ome Tokyo 1988710 JP 38-F8-5E (hex) HUMAX Co., Ltd. 38F85E (base 16) HUMAX Co., Ltd. HUMAX Village, 216, Hwangsaeul-ro, Bu Seongnam-si Gyeonggi-do 463-875 KR AC-BB-61 (hex) YSTen Technology Co.,Ltd ACBB61 (base 16) YSTen Technology Co.,Ltd Room 1715,17/F North Star Times Tower,Chaoyang District,Beijing. Beijing 100101 CN 24-79-F8 (hex) KUPSON spol. s r.o. 2479F8 (base 16) KUPSON spol. s r.o. Hradecka 787/14 Opava Czech Republic 74601 CZ 7C-FD-82 (hex) GUANGDONG GENIUS TECHNOLOGY CO., LTD. 7CFD82 (base 16) GUANGDONG GENIUS TECHNOLOGY CO., LTD. No.168, Middle Road Of East Gate Xiaobian Community Chang'an Town 523851 CN 18-0D-2C (hex) Intelbras 180D2C (base 16) Intelbras BR 101, km 210, S/N° São José Santa Catarina 88104800 BR 04-2D-B4 (hex) First Property (Beijing) Co., Ltd Modern MOMA Branch 042DB4 (base 16) First Property (Beijing) Co., Ltd Modern MOMA Branch Room 301A,Building No.10, No.1 Xiangheyuan Road, Dongcheng District, Beijing City Beijing Beijing 100028 CN 04-E0-B0 (hex) Shenzhen YOUHUA Technology Co., Ltd 04E0B0 (base 16) Shenzhen YOUHUA Technology Co., Ltd Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN 08-EC-F5 (hex) Cisco Systems, Inc 08ECF5 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US D0-76-50 (hex) IEEE Registration Authority D07650 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 60-D0-A9 (hex) Samsung Electronics Co.,Ltd 60D0A9 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 88-CE-FA (hex) HUAWEI TECHNOLOGIES CO.,LTD 88CEFA (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-27-06 (hex) YOISYS 002706 (base 16) YOISYS 309-52 SUNGSU-2GA, 1DONG, SUNGDONG-GU SEOUL 133-827 KR 00-CB-51 (hex) Sagemcom Broadband SAS 00CB51 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR C4-64-B7 (hex) Fiberhome Telecommunication Technologies Co.,LTD C464B7 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN EC-41-18 (hex) XIAOMI Electronics,CO.,LTD EC4118 (base 16) XIAOMI Electronics,CO.,LTD Xiaomi Building, No.68 Qinghe Middle Street Haidian District Beijing 100085 CN D8-86-0B (hex) IEEE Registration Authority D8860B (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 34-20-03 (hex) Shenzhen Feitengyun Technology Co.,LTD 342003 (base 16) Shenzhen Feitengyun Technology Co.,LTD 7F 4building,Yalianhaoshida industrial Park Shenzhen Guangdong 518100 CN F0-7D-68 (hex) D-Link Corporation F07D68 (base 16) D-Link Corporation No.289, Sinhu 3rd Rd., Neihu District, Taipei City 114 TW 40-E3-D6 (hex) Aruba, a Hewlett Packard Enterprise Company 40E3D6 (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US B4-5D-50 (hex) Aruba, a Hewlett Packard Enterprise Company B45D50 (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US 78-DA-A2 (hex) Cynosure Technologies Co.,Ltd 78DAA2 (base 16) Cynosure Technologies Co.,Ltd Room 2708/2710, Building No.9A, Shenzhen Bay Science and Technology Ecological Park,Nanshan Shenzhen city Guangdong Province 518057 CN 38-B1-9E (hex) IEEE Registration Authority 38B19E (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 38-E2-6E (hex) ShenZhen Sweet Rain Electronics Co.,Ltd. 38E26E (base 16) ShenZhen Sweet Rain Electronics Co.,Ltd. Xinghua Road Shenzhen Bao'an 518101 CN 00-D0-50 (hex) Iskratel d.o.o. 00D050 (base 16) Iskratel d.o.o. Ljubljanska cesta 24a Kranj 4000 SI 70-C9-C6 (hex) Cisco Systems, Inc 70C9C6 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US D4-B9-2F (hex) Technicolor CH USA Inc. D4B92F (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 68-9A-87 (hex) Amazon Technologies Inc. 689A87 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 64-AE-88 (hex) Polytec GmbH 64AE88 (base 16) Polytec GmbH Polytec Platz 1-7 Waldbronn BW 76337 DE AC-A3-1E (hex) Aruba, a Hewlett Packard Enterprise Company ACA31E (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US 00-17-7B (hex) Azalea Networks inc 00177B (base 16) Azalea Networks inc 673 S Milpitas Blvd Milpitas CA 95035 US 98-DA-C4 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 98DAC4 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 50-2B-98 (hex) Es-tech International 502B98 (base 16) Es-tech International 228-70, Saneop-ro 155beon-gil, Gwonseon-gu, Suwon-si, Gyeonggi-do, Korea Suwon 16648 KR C8-28-32 (hex) Beijing Xiaomi Electronics Co., Ltd. C82832 (base 16) Beijing Xiaomi Electronics Co., Ltd. Building C, QingHe ShunShiJiaYe Technology Park, #66 ZhuFang Rd, HaiDian District Beijing Beijing 10085 CN 94-6A-77 (hex) Technicolor CH USA Inc. 946A77 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US C4-34-6B (hex) Hewlett Packard C4346B (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 80-84-A9 (hex) oshkosh Corporation 8084A9 (base 16) oshkosh Corporation 2307 Oregon Street Oshkosh WI 54902 US F4-6E-95 (hex) Extreme Networks, Inc. F46E95 (base 16) Extreme Networks, Inc. 6480 Via Del Oro San Jose 95119 US 4C-C7-D6 (hex) FLEXTRONICS MANUFACTURING(ZHUHAI)CO.,LTD. 4CC7D6 (base 16) FLEXTRONICS MANUFACTURING(ZHUHAI)CO.,LTD. Xin Qing Science & Technology Industrial Park,Jin An Town,Doumen ,Zhuhai,Guangdong,PRC Zhuhai Guangdong 519180 CN C8-08-73 (hex) Ruckus Wireless C80873 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 70-1B-FB (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. 701BFB (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY 04-76-6E (hex) ALPS ELECTRIC CO., LTD. 04766E (base 16) ALPS ELECTRIC CO., LTD. 6-3-36 Furukawanakazato, Osaki Miyagi-pref 989-6181 JP AC-7A-4D (hex) ALPS ELECTRIC CO., LTD. AC7A4D (base 16) ALPS ELECTRIC CO., LTD. 6-1 KAKUDA-CITY MIYAGI-PREF 981-1595 JP 00-1B-B5 (hex) Cherry GmbH 001BB5 (base 16) Cherry GmbH Cherrystraße 1 Auerbach i. d. Opf. Bayern D-91275 DE 00-26-43 (hex) ALPS ELECTRIC CO., LTD. 002643 (base 16) ALPS ELECTRIC CO., LTD. 1-2-1, Okinouchi, Soma-city, Fukushima-pref., 976-8501 JP 38-C0-96 (hex) ALPS ELECTRIC CO., LTD. 38C096 (base 16) ALPS ELECTRIC CO., LTD. 6-1 KAKUDA-CITY MIYAGI-PREF 981-1595 JP D0-51-57 (hex) LEAX Arkivator Telecom D05157 (base 16) LEAX Arkivator Telecom NanShan District YueHaiMen Street ShenZhen GuangDong 518061 CN 28-80-88 (hex) NETGEAR 288088 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 64-CE-6E (hex) Sierra Wireless 64CE6E (base 16) Sierra Wireless 13811 Wireless Way Richmond BC V6V 3A4 CA 1C-34-77 (hex) Innovation Wireless 1C3477 (base 16) Innovation Wireless 11869 Teale Street Culver City CA 90230 US BC-3E-07 (hex) Hitron Technologies. Inc BC3E07 (base 16) Hitron Technologies. Inc No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW 48-FD-A3 (hex) Xiaomi Communications Co Ltd 48FDA3 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 00-16-97 (hex) NEC Corporation 001697 (base 16) NEC Corporation 7-1, Shiba 5-chome Minato-ku, tokyo Tokyo 108-8001 JP 00-30-13 (hex) NEC Corporation 003013 (base 16) NEC Corporation 1-10 Nisshincho, Fuchu Tokyo 183-8501 0000 JP 04-9D-FE (hex) Hivesystem 049DFE (base 16) Hivesystem 816 Kranz-techno Bldg. 388 dunchondaero, jun Gyeonggi-do KSXX0024 KR 0C-EC-84 (hex) Shenzhen TINNO Mobile Technology Corp. 0CEC84 (base 16) Shenzhen TINNO Mobile Technology Corp. 4/F, H-3 Building, Qiao Cheng Eastern Industrial Park, Overseas Chinese Town, Shenzhen Shenzhen guangdong 518053 CN 9C-DB-07 (hex) Thum+Mahr GmbH 9CDB07 (base 16) Thum+Mahr GmbH Heinrich-Hertz-Strasse 1-3 Monheim am Rhein NRW 40789 DE DC-EB-69 (hex) Technicolor CH USA Inc. DCEB69 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 00-4E-35 (hex) Hewlett Packard Enterprise 004E35 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US F8-13-08 (hex) Nokia F81308 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA F8-A2-D6 (hex) Liteon Technology Corporation F8A2D6 (base 16) Liteon Technology Corporation 4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW 18-2A-44 (hex) HIROSE ELECTRONIC SYSTEM 182A44 (base 16) HIROSE ELECTRONIC SYSTEM 1-9-6 Ebisuminami Shibuya Tokyo 150-0022 JP FC-94-CE (hex) zte corporation FC94CE (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 90-86-9B (hex) zte corporation 90869B (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN E0-18-9F (hex) EM Microelectronic E0189F (base 16) EM Microelectronic Rue des Sors 3 Marin-Epagnier Neuchatel 2074 CH 74-36-6D (hex) Vodafone Italia S.p.A. 74366D (base 16) Vodafone Italia S.p.A. Via Lorenteggio nr. 240 Milan Italy 20147 IT 84-DB-2F (hex) Sierra Wireless 84DB2F (base 16) Sierra Wireless 1381 Wireless Way Richmond BC V6V 3A4 CA 94-58-CB (hex) Nintendo Co.,Ltd 9458CB (base 16) Nintendo Co.,Ltd 11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP 28-EC-9A (hex) Texas Instruments 28EC9A (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US FC-BE-7B (hex) vivo Mobile Communication Co., Ltd. FCBE7B (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN B4-0F-B3 (hex) vivo Mobile Communication Co., Ltd. B40FB3 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN EC-5C-68 (hex) CHONGQING FUGUI ELECTRONICS CO.,LTD. EC5C68 (base 16) CHONGQING FUGUI ELECTRONICS CO.,LTD. Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN C4-E5-06 (hex) Piper Networks, Inc. C4E506 (base 16) Piper Networks, Inc. 3636 Nobel Drive San Diego CA 92122 US 30-EB-5A (hex) LANDIS + GYR 30EB5A (base 16) LANDIS + GYR 78th km Old National Road Athens-Corinth Corinth 20100 GR F8-0F-6F (hex) Cisco Systems, Inc F80F6F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-80-E3 (hex) CORAL NETWORK CORPORATION 0080E3 (base 16) CORAL NETWORK CORPORATION (NOW BAY NETWORKS) SANTA CLARA CA 95052-8185 US B4-C6-2E (hex) Molex CMS B4C62E (base 16) Molex CMS 2222 Wellington Court Lisle IL 60532 US B8-25-9A (hex) Thalmic Labs B8259A (base 16) Thalmic Labs 24 Charles Street West Kitchener Ontario N2G 1H2 CA 28-25-36 (hex) SHENZHEN HOLATEK CO.,LTD 282536 (base 16) SHENZHEN HOLATEK CO.,LTD Rm.1001,Unit 4,Bld.B,Kexing Science Park,Keyuan Road, Nanshan District Shenzhen Guangdong 518000 CN B8-A1-75 (hex) Roku, Inc. B8A175 (base 16) Roku, Inc. 12980 Saratoga Ave Saratoga CA 95070 US CC-D3-C1 (hex) Vestel Elektronik San ve Tic. A.Ş. CCD3C1 (base 16) Vestel Elektronik San ve Tic. A.Ş. Organize san Manisa Turket 45030 TR 0C-D0-F8 (hex) Cisco Systems, Inc 0CD0F8 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 74-5F-90 (hex) LAM Technologies 745F90 (base 16) LAM Technologies Viale Ludovico Ariosto, 492/D Sesto Fiorentino FIRENZE 50019 IT A4-26-55 (hex) LTI Motion (Shanghai) Co., Ltd. A42655 (base 16) LTI Motion (Shanghai) Co., Ltd. NO.80, Lane 2927, LaiYang Road Pudong New District Shanghai Shanghai 200137 CN 60-A7-30 (hex) Shenzhen Yipinfang Internet Technology Co.,Ltd 60A730 (base 16) Shenzhen Yipinfang Internet Technology Co.,Ltd Shenzhen Konka R & D Building, 28th floor 21 GuangDong Nanshan District 518000 CN 3C-9B-D6 (hex) Vizio, Inc 3C9BD6 (base 16) Vizio, Inc 39 Tesla Irvine CA 92618 US F8-5B-9C (hex) SB SYSTEMS Co.,Ltd F85B9C (base 16) SB SYSTEMS Co.,Ltd 2F Ventureforum, 323, Pangyo-ro, Bundang-gu Seongnam-si Gyeonngi-do 453-400 KR 6C-A9-28 (hex) HMD Global Oy 6CA928 (base 16) HMD Global Oy Bertel Jungin aukio 9 Espoo 02600 FI 00-D8-61 (hex) Micro-Star INTL CO., LTD. 00D861 (base 16) Micro-Star INTL CO., LTD. No.69, Lide St., New Taipei City Taiwan 235 TW 74-C1-7D (hex) Infinix mobility limited 74C17D (base 16) Infinix mobility limited RMS 05-15, 13A/F SOUTH TOWER WORLD FINANCE CTR HARBOUR CITY 17 CANTON RD TST KLN HONG KONG HongKong HongKong 999077 HK 88-71-B1 (hex) ARRIS Group, Inc. 8871B1 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US F0-AF-85 (hex) ARRIS Group, Inc. F0AF85 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US FC-AE-34 (hex) ARRIS Group, Inc. FCAE34 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US DC-DA-80 (hex) New H3C Technologies Co., Ltd DCDA80 (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN CC-72-86 (hex) Xi'an Fengyu Information Technology Co., Ltd. CC7286 (base 16) Xi'an Fengyu Information Technology Co., Ltd. 5F, Block A, STRC, No.10, Zhangba 5th Road, Yanta Xi'an Shaanxi 710077 CN 64-EE-B7 (hex) Netcore Technology Inc 64EEB7 (base 16) Netcore Technology Inc Building 6, Baolong Plant, Able Technology Park, Longgang District, Shenzhen 518116 CN 38-81-D7 (hex) Texas Instruments 3881D7 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 18-04-ED (hex) Texas Instruments 1804ED (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US D4-32-60 (hex) GoPro D43260 (base 16) GoPro 3000 Clearview Way San Mateo CA 94402 US 50-DB-3F (hex) SHENZHEN GONGJIN ELECTRONICS CO.,LT 50DB3F (base 16) SHENZHEN GONGJIN ELECTRONICS CO.,LT SONGGANG SHENZHEN GUANGDONG 518105 CN 10-81-B4 (hex) Hunan Greatwall Galaxy Science and Technology Co.,Ltd. 1081B4 (base 16) Hunan Greatwall Galaxy Science and Technology Co.,Ltd. No. 39, Jian Shan Road Changsha Hunan 410205 CN 00-42-79 (hex) Sunitec Enterprise Co.,Ltd 004279 (base 16) Sunitec Enterprise Co.,Ltd 3F.,No.98-1,Mincyuan Rd.Sindian City Taipei County 231 231141 CN 00-B8-B3 (hex) Cisco Systems, Inc 00B8B3 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US F4-DD-9E (hex) GoPro F4DD9E (base 16) GoPro 3000 Clearview Way San Mateo CA 94402 US D4-D9-19 (hex) GoPro D4D919 (base 16) GoPro 3000 Clearview Way San Mateo CA 94402 US 14-11-14 (hex) TECNO MOBILE LIMITED 141114 (base 16) TECNO MOBILE LIMITED ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK A4-50-46 (hex) Xiaomi Communications Co Ltd A45046 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 1C-24-CD (hex) Askey Computer Corp. 1C24CD (base 16) Askey Computer Corp. 10F, No.119, JIANKANG RD.,ZHINGHE DIST, NEW TAIPEI CITY 23585 TW 00-7C-2D (hex) Samsung Electronics Co.,Ltd 007C2D (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR B4-77-48 (hex) Shenzhen Neoway Technology Co.,Ltd. B47748 (base 16) Shenzhen Neoway Technology Co.,Ltd. 4F-2#,Lian Jian Science & Industry Park,Huarong Road,Dalang Street,Longhua District Shenzhen Guangdong 518000 CN F8-50-1C (hex) Tianjin Geneuo Technology Co.,Ltd F8501C (base 16) Tianjin Geneuo Technology Co.,Ltd Technology Avenue South JingHai Economic Development Area,Tianjin China Tianjin 301609 CN 44-07-0B (hex) Google, Inc. 44070B (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US F8-C2-49 (hex) Private F8C249 (base 16) Private B8-31-B5 (hex) Microsoft Corporation B831B5 (base 16) Microsoft Corporation One Microsoft Way REDMOND WA 98052 US EC-F6-BD (hex) SNCF MOBILITÉS ECF6BD (base 16) SNCF MOBILITÉS 9 rue Jean-Philippe Rameau SAINT-DENIS 93200 FR 38-B4-D3 (hex) BSH Hausgeraete GmbH 38B4D3 (base 16) BSH Hausgeraete GmbH Im Gewerbepark B10 Regensburg 93059 DE C8-47-82 (hex) Areson Technology Corp. C84782 (base 16) Areson Technology Corp. 11F., No. 646, Sec. 5, Chongxin Rd., Sanchong District New Taipei City 24158 TW E8-93-63 (hex) Nokia E89363 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 7C-0C-F6 (hex) Guangdong Huiwei High-tech Co., Ltd. 7C0CF6 (base 16) Guangdong Huiwei High-tech Co., Ltd. E Block No. 1 in Ecological Area in Puzhai NewArea Fengshun County, Meizhou Guangdong province 514000 CN 74-9D-79 (hex) Sercomm Corporation. 749D79 (base 16) Sercomm Corporation. 3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW 00-D6-FE (hex) Cisco Systems, Inc 00D6FE (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 0C-BF-74 (hex) Morse Micro 0CBF74 (base 16) Morse Micro 113 / 2-4 Cornwallis Street Eveleigh NSW 2015 AU FC-8F-7D (hex) SHENZHEN GONGJIN ELECTRONICS CO.,LT FC8F7D (base 16) SHENZHEN GONGJIN ELECTRONICS CO.,LT SONGGANG SHENZHEN GUANGDONG 518105 CN 24-BE-18 (hex) DADOUTEK COMPANY LIMITED 24BE18 (base 16) DADOUTEK COMPANY LIMITED 14/F, Wilson Logistics Centre,No.24-28 Kung Yip St Kwai Chung New Territories 000 CN B4-1D-2B (hex) Shenzhen YOUHUA Technology Co., Ltd B41D2B (base 16) Shenzhen YOUHUA Technology Co., Ltd Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN 14-C2-13 (hex) Apple, Inc. 14C213 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 70-D3-13 (hex) HUAWEI TECHNOLOGIES CO.,LTD 70D313 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 9C-1D-36 (hex) HUAWEI TECHNOLOGIES CO.,LTD 9C1D36 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN CC-BB-FE (hex) HUAWEI TECHNOLOGIES CO.,LTD CCBBFE (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN A4-D9-31 (hex) Apple, Inc. A4D931 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US BC-FE-D9 (hex) Apple, Inc. BCFED9 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 80-82-23 (hex) Apple, Inc. 808223 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 30-0A-60 (hex) IEEE Registration Authority 300A60 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 80-D0-65 (hex) CKS Corporation 80D065 (base 16) CKS Corporation 1-24-11 Akebono Tachikawa Tokyo 190-0012 JP 28-31-66 (hex) vivo Mobile Communication Co., Ltd. 283166 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN C0-40-04 (hex) Medicaroid Corporation C04004 (base 16) Medicaroid Corporation 1-6-4, Minatojima-minamimachi, Chuo-ku Kobe 650-0047 JP 20-AD-56 (hex) Continental Automotive Systems Inc. 20AD56 (base 16) Continental Automotive Systems Inc. 21440 W. Lake Cook Rd. Deer Park IL 60010 US 50-29-F5 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 5029F5 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN CC-08-FB (hex) TP-LINK TECHNOLOGIES CO.,LTD. CC08FB (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN BC-AF-91 (hex) TE Connectivity Sensor Solutions BCAF91 (base 16) TE Connectivity Sensor Solutions 4 rue Gaye-Marie, CS 83163 Toulouse 31027 FR F0-D7-DC (hex) Wesine (Wuhan) Technology Co., Ltd. F0D7DC (base 16) Wesine (Wuhan) Technology Co., Ltd. 10th Floor, Building 2, SBI Venture Street, Hongshan District Wuhan Hubei 430074 CN 00-72-04 (hex) Samsung Electronics Co., Ltd. ARTIK 007204 (base 16) Samsung Electronics Co., Ltd. ARTIK 1-1, Samsungjeonja-ro Hwaseong-si Gyeonggi-do 18448 KR 40-C8-1F (hex) Shenzhen Xinguodu Technology Co., Ltd. 40C81F (base 16) Shenzhen Xinguodu Technology Co., Ltd. F17A, JinSong Building, Tairan Industrial & Trade Park, Chegongmiao, Shennan Road,Futian District Shenzhen Guangdong 518040 CN 14-59-C0 (hex) NETGEAR 1459C0 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 8C-61-A3 (hex) ARRIS Group, Inc. 8C61A3 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US A8-10-87 (hex) Texas Instruments A81087 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US A0-28-33 (hex) IEEE Registration Authority A02833 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US C8-C2-F5 (hex) FLEXTRONICS MANUFACTURING(ZHUHAI)CO.,LTD. C8C2F5 (base 16) FLEXTRONICS MANUFACTURING(ZHUHAI)CO.,LTD. Xin Qing Science & Technology Industrial Park,Jin An Town,Doumen ,Zhuhai,Guangdong,PRC Zhuhai Guangdong 519180 CN F0-58-49 (hex) CareView Communications F05849 (base 16) CareView Communications 405 State HWY 121 BYP Lewisville Texas 75067 US 34-E5-EC (hex) Palo Alto Networks 34E5EC (base 16) Palo Alto Networks 3000 Tannery Way Santa Clara CA 95054 US A4-ED-43 (hex) IEEE Registration Authority A4ED43 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 94-29-8D (hex) Shanghai AdaptComm Technology Co., Ltd. 94298D (base 16) Shanghai AdaptComm Technology Co., Ltd. 3rd Floor, Building 14, No. 518 Xinzhuan Road, Songjiang District, Shanghai 201600 CN 00-AA-6E (hex) Cisco Systems, Inc 00AA6E (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 0C-7C-28 (hex) Nokia 0C7C28 (base 16) Nokia Karaportti 3 Espoo Finland 02610 FI 68-43-D7 (hex) Agilecom Photonics Solutions Guangdong Limited 6843D7 (base 16) Agilecom Photonics Solutions Guangdong Limited No.1-6, Shenwan Industrial Park, Shenwan Town Zhongshan Guangdong 528462 CN 20-D8-0B (hex) Juniper Networks 20D80B (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 8C-8F-8B (hex) China Mobile Chongqing branch 8C8F8B (base 16) China Mobile Chongqing branch 6 building, No. 2, Xingguang three road Yubei District Chongqing 401120 CN B8-6A-97 (hex) Edgecore Networks Corporation B86A97 (base 16) Edgecore Networks Corporation 1 Creation RD 3. Hsinchu 30077 TW 00-0A-5E (hex) 3COM 000A5E (base 16) 3COM 5400 Bayfront Plaza Santa Clara CA 95052-8145 US 00-10-5A (hex) 3COM 00105A (base 16) 3COM 5400 BAYFRONT PLAZA SANTA CLARA CA 95052 US 00-60-97 (hex) 3COM 006097 (base 16) 3COM 5400 BAYFRONT PLAZA SANTA CLARA CA 95052 US 00-60-08 (hex) 3COM 006008 (base 16) 3COM 5400 BAYFRONT PLAZA SANTA CLARA CA 95052 US 00-1B-6E (hex) Keysight Technologies, Inc. 001B6E (base 16) Keysight Technologies, Inc. 1400 Fountaingrove Pkwy. Santa Rosa CA 95403 US 00-04-0B (hex) 3COM EUROPE LTD 00040B (base 16) 3COM EUROPE LTD BOUNDARY WAY vvvvv UNITED KINGDOM GB 00-01-02 (hex) 3COM 000102 (base 16) 3COM 5400 BAYFRONT PLAZA SANTA CLARA CA 95052 US 8C-FE-74 (hex) Ruckus Wireless 8CFE74 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US A8-01-6D (hex) Aiwa Corporation A8016D (base 16) Aiwa Corporation 965 W Chicago Ave Chicago IL 60642 US 04-40-A9 (hex) New H3C Technologies Co., Ltd 0440A9 (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN 4C-01-43 (hex) eero inc. 4C0143 (base 16) eero inc. 660 3rd Street San Francisco CA 94107 US E4-34-93 (hex) HUAWEI TECHNOLOGIES CO.,LTD E43493 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 34-29-12 (hex) HUAWEI TECHNOLOGIES CO.,LTD 342912 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 60-4B-AA (hex) Magic Leap, Inc. 604BAA (base 16) Magic Leap, Inc. 1855 Griffin Rd, Room B454 Dania Beach FL 33004 US 4C-36-4E (hex) Panasonic Corporation Connected Solutions Company 4C364E (base 16) Panasonic Corporation Connected Solutions Company 4-1-62 Minoshima, Hakata-ku Fukuoka-shi Fukuoka 812-8531 JP BC-A5-8B (hex) Samsung Electronics Co.,Ltd BCA58B (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 80-CE-B9 (hex) Samsung Electronics Co.,Ltd 80CEB9 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR D0-D3-FC (hex) Mios, Ltd. D0D3FC (base 16) Mios, Ltd. 645 W. 9th St. Los Angeles CA 90015 US 6C-6C-D3 (hex) Cisco Systems, Inc 6C6CD3 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US E0-49-ED (hex) Audeze LLC E049ED (base 16) Audeze LLC 3410 S Susan st Santa Ana CA 92704 US 80-30-E0 (hex) Hewlett Packard Enterprise 8030E0 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US E8-5D-86 (hex) CHANG YOW TECHNOLOGIES INTERNATIONAL CO.,LTD. E85D86 (base 16) CHANG YOW TECHNOLOGIES INTERNATIONAL CO.,LTD. No 88 Shuren 6th St Wufong District Taichung 413 TW 14-37-19 (hex) PT Prakarsa Visi Valutama 143719 (base 16) PT Prakarsa Visi Valutama Jl. Cideng Timur No.11D Jakarta Pusat Indonesia 10130 ID 58-2F-40 (hex) Nintendo Co.,Ltd 582F40 (base 16) Nintendo Co.,Ltd 11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP 08-90-BA (hex) Danlaw Inc 0890BA (base 16) Danlaw Inc 23700 research Dr. Farmington Hills 48335 US 94-A3-CA (hex) KonnectONE, LLC 94A3CA (base 16) KonnectONE, LLC 30 N Gould Street STE 4004 Sheridan WY 82801 US 24-4C-E3 (hex) Amazon Technologies Inc. 244CE3 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno 89507 US B8-BE-F4 (hex) devolo AG B8BEF4 (base 16) devolo AG Charlottenburger Allee 67 Aachen NRW 52068 DE 00-01-57 (hex) SYSWAVE CO., LTD 000157 (base 16) SYSWAVE CO., LTD Dongho B/D 5F, 221-2 KOREA 135-010 KR 58-FD-BE (hex) Shenzhen Taikaida Technology Co., Ltd 58FDBE (base 16) Shenzhen Taikaida Technology Co., Ltd Shenzhen Baoan District Fuyong town Fengtang road Xintian building 613 shenzhen 518102 CN F4-F1-97 (hex) EMTAKE Inc F4F197 (base 16) EMTAKE Inc 14, Pangyoyeok ro 192, Bundang gu Seongnam city Kyeonggi do 13524 KR 6C-ED-51 (hex) NEXCONTROL Co.,Ltd 6CED51 (base 16) NEXCONTROL Co.,Ltd (#303-1007, Ssangyong 3th) 397, Seokcheon-ro Bucheon-si Gyeonggi-do 14449 KR 04-C3-E6 (hex) IEEE Registration Authority 04C3E6 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 28-63-36 (hex) Siemens AG 286336 (base 16) Siemens AG Werner-von-Siemens Strasse 50 Amberg 92224 DE 14-D1-69 (hex) HUAWEI TECHNOLOGIES CO.,LTD 14D169 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 10-62-E5 (hex) Hewlett Packard 1062E5 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston TX 77070 US 00-20-B5 (hex) YASKAWA ELECTRIC CORPORATION 0020B5 (base 16) YASKAWA ELECTRIC CORPORATION 2-1 Kurosakishiroishi, Yahatanishi-ku, Kitakyushu 806-0004 JP E0-62-67 (hex) Xiaomi Communications Co Ltd E06267 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 70-B7-AA (hex) vivo Mobile Communication Co., Ltd. 70B7AA (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 84-B3-1B (hex) Kinexon GmbH 84B31B (base 16) Kinexon GmbH Schellingstrasse, 35 München 80799 DE 08-25-25 (hex) Xiaomi Communications Co Ltd 082525 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN C4-95-00 (hex) Amazon Technologies Inc. C49500 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US F4-60-E2 (hex) Xiaomi Communications Co Ltd F460E2 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN E4-D1-24 (hex) Mojo Networks, Inc. E4D124 (base 16) Mojo Networks, Inc. 339 N.Bernardo Ave Mountain View CA 94043 US 00-13-A3 (hex) Siemens Home & Office Comm. Devices 0013A3 (base 16) Siemens Home & Office Comm. Devices 4849 Alpha Road Dallas 75244 US B0-B8-67 (hex) Hewlett Packard Enterprise B0B867 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US C0-03-80 (hex) Juniper Networks C00380 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 98-BB-99 (hex) Phicomm (Sichuan) Co.,Ltd. 98BB99 (base 16) Phicomm (Sichuan) Co.,Ltd. 125 longquan street park road,longquan district,chengdu city Sichuan Chengdu 610015 CN 00-26-22 (hex) COMPAL INFORMATION (KUNSHAN) CO., LTD. 002622 (base 16) COMPAL INFORMATION (KUNSHAN) CO., LTD. NO. 25, THE 3RD Street KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN F8-27-2E (hex) Mercku F8272E (base 16) Mercku 509 Beaver Creek Rd. Waterloo Ontario N2V 2L3 CA 9C-C9-50 (hex) Baumer Holding 9CC950 (base 16) Baumer Holding Hummelstrasse 17 Frauenfeld Thurgau 8501 CH F8-99-10 (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. F89910 (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY 50-E0-EF (hex) Nokia 50E0EF (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 84-8A-8D (hex) Cisco Systems, Inc 848A8D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 1C-C3-EB (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 1CC3EB (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 50-4C-7E (hex) THE 41ST INSTITUTE OF CETC 504C7E (base 16) THE 41ST INSTITUTE OF CETC No.98 Xiangjiang Road,Huangdao District,Qingdao,Shandong Qingdao Shangdong 266555 CN 00-14-13 (hex) Trebing & Himstedt Prozeßautomation GmbH & Co. KG 001413 (base 16) Trebing & Himstedt Prozeßautomation GmbH & Co. KG Wilhelm Hennemann Straße 13 Schwerin Mecklenburg-Vorpommern 19061 DE 00-07-99 (hex) Tipping Point Technologies, Inc. 000799 (base 16) Tipping Point Technologies, Inc. 7501 B N. Capital of TX Hwy. Austin TX 78731 US D0-1C-BB (hex) Beijing Ctimes Digital Technology Co., Ltd. D01CBB (base 16) Beijing Ctimes Digital Technology Co., Ltd. 7th Floor, Jinzhou Building, Suzhou Street, No.79, Haidian District, Beijing 100089 CN 74-87-BB (hex) Ciena Corporation 7487BB (base 16) Ciena Corporation 7035 Ridge Road Hanover MD 21076 US 68-DD-26 (hex) Shanghai Focus Vision Security Technology Co.,Ltd 68DD26 (base 16) Shanghai Focus Vision Security Technology Co.,Ltd No.4888 Hunan Rd, Pudong New District Shanghai Shanghai 201317 CN 28-66-E3 (hex) AzureWave Technology Inc. 2866E3 (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW 60-F1-8A (hex) HUAWEI TECHNOLOGIES CO.,LTD 60F18A (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN EC-38-73 (hex) Juniper Networks EC3873 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 78-04-73 (hex) Texas Instruments 780473 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US A8-3E-0E (hex) HMD Global Oy A83E0E (base 16) HMD Global Oy Bertel Jungin aukio 9 Espoo 02600 FI 10-C1-72 (hex) HUAWEI TECHNOLOGIES CO.,LTD 10C172 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-15-1E (hex) ETHERNET Powerlink Standarization Group (EPSG) 00151E (base 16) ETHERNET Powerlink Standarization Group (EPSG) c/o Zurich University of Applied Sciences Winterthur CH-8401 CH 00-11-1E (hex) ETHERNET Powerlink Standarization Group (EPSG) 00111E (base 16) ETHERNET Powerlink Standarization Group (EPSG) c/o University of Applied Sciences Winterthur ZH CH-8401 CH 00-40-9D (hex) DigiBoard 00409D (base 16) DigiBoard 6400 FLYING CLOUD DRIVE EDEN PRAIRIE MN 55344 US CC-50-E3 (hex) Espressif Inc. CC50E3 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN DC-E3-05 (hex) ZAO NPK Rotek DCE305 (base 16) ZAO NPK Rotek Prospekt Mira Moscow 129223 RU A4-DA-32 (hex) Texas Instruments A4DA32 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 00-0E-EE (hex) Muco Industrie BV 000EEE (base 16) Muco Industrie BV Pleimuiden 12e Amsterdam NH 1046 AG NL 7C-1C-4E (hex) LG Innotek 7C1C4E (base 16) LG Innotek 26, Hanamsandan 5beon-ro Gwangju Gwangsan-gu 506-731 KR D8-B6-B7 (hex) Comtrend Corporation D8B6B7 (base 16) Comtrend Corporation 3F-1, 10 Lane 609, Chongxin Road, Section 5, New Taipei City, Taiwan 24159 TW 00-21-06 (hex) RIM Testing Services 002106 (base 16) RIM Testing Services 440 Phillip Street Waterloo ON N2L 5R9 CA 8C-14-B4 (hex) zte corporation 8C14B4 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 3C-98-72 (hex) Sercomm Corporation. 3C9872 (base 16) Sercomm Corporation. 3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW 40-C3-C6 (hex) SnapRoute 40C3C6 (base 16) SnapRoute 3960 Freedom Circle, Suite 100 Santa Clara CA 95054 US 5C-96-56 (hex) AzureWave Technology Inc. 5C9656 (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW E0-60-66 (hex) Sercomm Corporation. E06066 (base 16) Sercomm Corporation. 3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW 14-93-46 (hex) PNI sensor corporation 149346 (base 16) PNI sensor corporation 2331 Circadian Way Santa Rosa CA 95407 US DC-E0-EB (hex) Nanjing Aozheng Information Technology Co.Ltd DCE0EB (base 16) Nanjing Aozheng Information Technology Co.Ltd #E1-453, Zidong Road #1,Qixia District Nanjing jiangsu 210000 CN EC-8C-9A (hex) HUAWEI TECHNOLOGIES CO.,LTD EC8C9A (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN B4-86-55 (hex) HUAWEI TECHNOLOGIES CO.,LTD B48655 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 2C-47-59 (hex) Beijing MEGA preponderance Science & Technology Co. Ltd 2C4759 (base 16) Beijing MEGA preponderance Science & Technology Co. Ltd Room 2201,No.8,Ruichuang International B Block,Wangjing East Road Beijing 100102 CN A4-15-66 (hex) WEIFANG GOERTEK ELECTRONICS CO.,LTD A41566 (base 16) WEIFANG GOERTEK ELECTRONICS CO.,LTD Wei fang Export processing Zone Wei Fang Shan Dong 261205 CN 1C-96-5A (hex) WEIFANG GOERTEK ELECTRONICS CO.,LTD 1C965A (base 16) WEIFANG GOERTEK ELECTRONICS CO.,LTD Gaoxin 2 Road,Free Trade Zone,Weifang,Shandong,261205,P.R.China Wei Fang Shan Dong 261205 CN 40-1B-5F (hex) WEIFANG GOERTEK ELECTRONICS CO.,LTD 401B5F (base 16) WEIFANG GOERTEK ELECTRONICS CO.,LTD Gaoxin 2 Road,Free Trade Zone,Weifang,Shandong,261205,P.R.China Weifang Shandong 261205 CN A8-E5-52 (hex) JUWEL Aquarium AG & Co. KG A8E552 (base 16) JUWEL Aquarium AG & Co. KG Karl-Göx-Straße 1 Rotenburg / Wümme 27356 DE 5C-CD-7C (hex) MEIZU Technology Co.,Ltd. 5CCD7C (base 16) MEIZU Technology Co.,Ltd. MEIZU Tech Bldg., Technology& Innovation Coast Zhuhai Guangdong 519085 CN 00-13-8A (hex) Qingdao GoerTek Technology Co., Ltd. 00138A (base 16) Qingdao GoerTek Technology Co., Ltd. Room 605,Innovation Building,Hi-tech Industrial Park, QINGDAO SHANDONG 266061 CN A8-30-AD (hex) WEIFANG GOERTEK ELECTRONICS CO.,LTD A830AD (base 16) WEIFANG GOERTEK ELECTRONICS CO.,LTD Wei fang Export processing Zone Wei Fang Shan Dong 261205 CN BC-5F-F6 (hex) MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. BC5FF6 (base 16) MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. Mid-Fourth Flr.,Building 28,Cui Xi Fourth Road,Ke Yuan West,Nanshan Shenzhen Guangdong 518057 CN C8-E7-D8 (hex) MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. C8E7D8 (base 16) MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. Mid-Fourth Flr., Building 28, Cui Xi Fourth Road,Ke Yuan West,Nanshan Shenzhen Guangdong 518057 CN 60-D2-1C (hex) Sunnovo International Limited 60D21C (base 16) Sunnovo International Limited 1717 Haitai Building Beijing Beijing 100083 CN CC-51-B4 (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. CC51B4 (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY 00-C3-F4 (hex) Samsung Electronics Co.,Ltd 00C3F4 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR B8-8A-EC (hex) Nintendo Co.,Ltd B88AEC (base 16) Nintendo Co.,Ltd 11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP D0-D7-83 (hex) HUAWEI TECHNOLOGIES CO.,LTD D0D783 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN AC-3B-77 (hex) Sagemcom Broadband SAS AC3B77 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR B0-FC-0D (hex) Amazon Technologies Inc. B0FC0D (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US CC-C9-2C (hex) Schindler - PORT Technology CCC92C (base 16) Schindler - PORT Technology via della Pace 22 Locarno Ticino 6600 CH 00-1E-39 (hex) Comsys Communication Ltd. 001E39 (base 16) Comsys Communication Ltd. 9 Hamenofim st. Herzelia 46725 IL 78-72-5D (hex) Cisco Systems, Inc 78725D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US FC-E6-6A (hex) Industrial Software Co FCE66A (base 16) Industrial Software Co 85, Aleksandyr Malinov Blvd. Office 6 Sofia 1715 BG 78-36-CC (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 7836CC (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 8C-CF-5C (hex) BEFEGA GmbH 8CCF5C (base 16) BEFEGA GmbH Reichenbacher Str. 22 Schwabach Bavaria 91126 DE 70-C8-33 (hex) Wirepas Oy 70C833 (base 16) Wirepas Oy Visiokatu 4 Tampere 33720 FI 0C-73-EB (hex) IEEE Registration Authority 0C73EB (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 04-8A-E1 (hex) FLEXTRONICS MANUFACTURING(ZHUHAI)CO.,LTD. 048AE1 (base 16) FLEXTRONICS MANUFACTURING(ZHUHAI)CO.,LTD. Xin Qing Science & Technology Industrial Park,Jin An Town,Doumen ,Zhuhai,Guangdong,PRC Zhuhai Guangdong 519180 CN F0-B5-D1 (hex) Texas Instruments F0B5D1 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 00-E0-00 (hex) FUJITSU LIMITED 00E000 (base 16) FUJITSU LIMITED 403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP 90-84-8B (hex) HDR10+ Technologies, LLC 90848B (base 16) HDR10+ Technologies, LLC 3855 SW 153rd Drive Beaverton OR 97006 US C8-D7-79 (hex) QING DAO HAIER TELECOM CO.,LTD. C8D779 (base 16) QING DAO HAIER TELECOM CO.,LTD. No 1 Haier road,Hi-tech Zone,Qingdao,PR.China Qingdao Shandong 266101 CN 10-B3-6F (hex) Bowei Technology Company Limited 10B36F (base 16) Bowei Technology Company Limited 2F,Building No.6C,1658,Gumei Rd Shanghai Shanghai 200233 CN FC-9B-C6 (hex) Sumavision Technologies Co.,Ltd FC9BC6 (base 16) Sumavision Technologies Co.,Ltd 6F, Block A2, Power Creative Building,No.1 Shangdi East Road, Haidian District Beijing 100085 CN C8-29-2A (hex) Barun Electronics C8292A (base 16) Barun Electronics 869, Jangji-ri, Dongtan-myeon Hwaseong-si Gyeonggi-do 445812 KR E4-82-CC (hex) Jumptronic GmbH E482CC (base 16) Jumptronic GmbH An der Weide 5 Springe 31832 DE 48-60-5F (hex) LG Electronics (Mobile Communications) 48605F (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR B0-41-6F (hex) Shenzhen Maxtang Computer Co.,Ltd B0416F (base 16) Shenzhen Maxtang Computer Co.,Ltd 6/F, Bldg.3, Honghui Industrial Park, Liuxian 2nd Rd., Bao'an Dist. Shenzhen Guangdong 518101 CN 50-1D-93 (hex) HUAWEI TECHNOLOGIES CO.,LTD 501D93 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 28-16-A8 (hex) Microsoft Corporation 2816A8 (base 16) Microsoft Corporation One Microsoft Way REDMOND WA 98052 US F8-F5-32 (hex) ARRIS Group, Inc. F8F532 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US B0-83-D6 (hex) ARRIS Group, Inc. B083D6 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 80-C7-C5 (hex) Fiberhome Telecommunication Technologies Co.,LTD 80C7C5 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN E4-43-4B (hex) Dell Inc. E4434B (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 0C-F5-A4 (hex) Cisco Systems, Inc 0CF5A4 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 9C-2E-A1 (hex) Xiaomi Communications Co Ltd 9C2EA1 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 08-97-34 (hex) Hewlett Packard Enterprise 089734 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US F0-9C-D7 (hex) Guangzhou Blue Cheetah Intelligent Technology Co., Ltd. F09CD7 (base 16) Guangzhou Blue Cheetah Intelligent Technology Co., Ltd. Panyu District, Guangzhou City Panyu Avenue North 555 Panyu Energy Technology Park,Industry Building 2 seats 406-407 Guangzhou Guangdong 511400 CN BC-E1-43 (hex) Apple, Inc. BCE143 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 64-70-33 (hex) Apple, Inc. 647033 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 84-68-78 (hex) Apple, Inc. 846878 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C8-D0-83 (hex) Apple, Inc. C8D083 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 0C-6A-BC (hex) Fiberhome Telecommunication Technologies Co.,LTD 0C6ABC (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 00-80-BA (hex) SPECIALIX (ASIA) PTE, LTD 0080BA (base 16) SPECIALIX (ASIA) PTE, LTD 3 WINTERSELLS ROAD UNITED KINGDOM US 48-0B-B2 (hex) IEEE Registration Authority 480BB2 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US CC-C0-79 (hex) Murata Manufacturing Co., Ltd. CCC079 (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP E0-19-D8 (hex) BH TECHNOLOGIES E019D8 (base 16) BH TECHNOLOGIES 12 RUE AMPERE GRENOBLE 38000 FR 60-30-D4 (hex) Apple, Inc. 6030D4 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F8-95-EA (hex) Apple, Inc. F895EA (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 18-F1-D8 (hex) Apple, Inc. 18F1D8 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 3C-CD-5D (hex) HUAWEI TECHNOLOGIES CO.,LTD 3CCD5D (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 7C-76-68 (hex) HUAWEI TECHNOLOGIES CO.,LTD 7C7668 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 6C-38-38 (hex) Marking System Technology Co., Ltd. 6C3838 (base 16) Marking System Technology Co., Ltd. 76-1, Hirakawa Yokomichi Joyo-shi Kyoto 610-0101 JP 30-D9-D9 (hex) Apple, Inc. 30D9D9 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 78-0F-77 (hex) HangZhou Gubei Electronics Technology Co.,Ltd 780F77 (base 16) HangZhou Gubei Electronics Technology Co.,Ltd HangZhou City, Zhejiang province Binjiang District Jiang Hong Road 611 Building 1 room 106 Hangzhou ZheJiang 310052 CN A4-38-CC (hex) Nintendo Co.,Ltd A438CC (base 16) Nintendo Co.,Ltd 11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP 74-72-1E (hex) Edison Labs Inc. 74721E (base 16) Edison Labs Inc. 1122 Stanyan St San Francisco CA 94117 US 8C-4C-DC (hex) PLANEX COMMUNICATIONS INC. 8C4CDC (base 16) PLANEX COMMUNICATIONS INC. Planex Volta Bldg., 2-11-9 Ebisu-Nishi,Shibuya-ku,Tokyo 150-0021,Japan Tokyo Tokyo 150-0021 JP 50-65-F3 (hex) Hewlett Packard 5065F3 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 3C-95-09 (hex) Liteon Technology Corporation 3C9509 (base 16) Liteon Technology Corporation 4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW BC-AB-7C (hex) TRnP KOREA Co Ltd BCAB7C (base 16) TRnP KOREA Co Ltd room1308,239 SoHyungRo,WonMiGu, BuChunCity KyungKiDo 1135 KR 64-CB-5D (hex) SIA TeleSet 64CB5D (base 16) SIA TeleSet Krāslavas iela 5 Vecstropi, Naujenes par., Daugavpils distr. LV-5413 LV 58-21-E9 (hex) TWPI 5821E9 (base 16) TWPI PMB# 335; 1121 Annapolis Road Odenton MD 21113 US C4-9F-4C (hex) HUAWEI TECHNOLOGIES CO.,LTD C49F4C (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 0C-70-4A (hex) HUAWEI TECHNOLOGIES CO.,LTD 0C704A (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN F0-E3-DC (hex) Tecon MT, LLC F0E3DC (base 16) Tecon MT, LLC 3rd Khoroshevskaya st - 20 Moscow 123298 RU A8-DA-01 (hex) Shenzhen NUOLIJIA Digital Technology Co.,Ltd A8DA01 (base 16) Shenzhen NUOLIJIA Digital Technology Co.,Ltd A Area of The Second Flood and D Area of The First Floor,Factory Building A,Youxinda Industrial Park,Gengyu Road,Tianliao Community,Gongming Street Office,Guangming New District,Shenzhen City,Guangdong,P.R.China Shenzhen Guangdong 518000 CN 7C-25-86 (hex) Juniper Networks 7C2586 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US F0-41-C8 (hex) IEEE Registration Authority F041C8 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US CC-99-16 (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. CC9916 (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY EC-7F-C6 (hex) ECCEL CORPORATION SAS EC7FC6 (base 16) ECCEL CORPORATION SAS CRA 106 15A 25 LT 88 MZ 17 BG 1, ZONA FRANCA BOGOTA BOGOTA D.C. 110921 CO 4C-AB-FC (hex) zte corporation 4CABFC (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 00-10-D8 (hex) CALISTA 0010D8 (base 16) CALISTA 56A Packhorse Road Bucks SL9 8EF ENGLAND GB 00-21-94 (hex) Ping Communication 002194 (base 16) Ping Communication Brenden 18 Appenzell Meistersrüte AI 9050 CH 5C-5A-EA (hex) FORD 5C5AEA (base 16) FORD 17425 Federal Drive Allen Park MI 48101 US 00-0B-7B (hex) Test-Um Inc. 000B7B (base 16) Test-Um Inc. 808 Calle Plano Camarillo CA 93012 US 30-FD-38 (hex) Google, Inc. 30FD38 (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US 00-13-86 (hex) ABB Inc/Totalflow 001386 (base 16) ABB Inc/Totalflow 123 Bartlesville OK 74006 US 00-3C-10 (hex) Cisco Systems, Inc 003C10 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 54-A6-5C (hex) Technicolor CH USA Inc. 54A65C (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US BC-DD-C2 (hex) Espressif Inc. BCDDC2 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 98-D8-63 (hex) Shanghai High-Flying Electronics Technology Co., Ltd 98D863 (base 16) Shanghai High-Flying Electronics Technology Co., Ltd Room 1002 ,#1Building,No.3000 Longdong Avenue,Pudong District,Shanghai,China shanghai shanghai 201203 CN 0C-F3-46 (hex) Xiaomi Communications Co Ltd 0CF346 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 7C-FF-4D (hex) AVM Audiovisuelles Marketing und Computersysteme GmbH 7CFF4D (base 16) AVM Audiovisuelles Marketing und Computersysteme GmbH Alt-Moabit 95 Berlin Berlin 10559 DE C8-8F-26 (hex) Skyworth Digital Technology(Shenzhen) Co.,Ltd C88F26 (base 16) Skyworth Digital Technology(Shenzhen) Co.,Ltd 7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN 70-3A-73 (hex) Shenzhen Sundray Technologies Company Limited 703A73 (base 16) Shenzhen Sundray Technologies Company Limited 6th Floor,Block A1, Nanshan iPark, No.1001 XueYuan Road, Nanshan District Shenzhen Guangdong 518057 CN 10-F9-EB (hex) Industria Fueguina de Relojería Electrónica s.a. 10F9EB (base 16) Industria Fueguina de Relojería Electrónica s.a. Sarmiento 2920 Rio Grande Tierra de Fuego V9420GIV AR 80-AD-16 (hex) Xiaomi Communications Co Ltd 80AD16 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 04-4E-AF (hex) LG Innotek 044EAF (base 16) LG Innotek 26, Hanamsandan 5beon-ro Gwangju Gwangsan-gu 506-731 KR 18-94-C6 (hex) ShenZhen Chenyee Technology Co., Ltd. 1894C6 (base 16) ShenZhen Chenyee Technology Co., Ltd. 32F, Tower A, East Pacific International Center, No.7888, Shennan Avenue, Futian District Shenzhen 518040 CN 40-BD-32 (hex) Texas Instruments 40BD32 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US CC-8E-71 (hex) Cisco Systems, Inc CC8E71 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 38-F5-54 (hex) HISENSE ELECTRIC CO.,LTD 38F554 (base 16) HISENSE ELECTRIC CO.,LTD No. 218, Qianwangang Rd Qingdao Shandong 266555 CN 88-E9-0F (hex) innomdlelab 88E90F (base 16) innomdlelab Unnam 1 gil, 3 Seocho-gu Seoul 06778 KR 00-30-74 (hex) EQUIINET LTD. 003074 (base 16) EQUIINET LTD. EDISON HOUSE SWINDON, SN3 5JA GB EC-9B-8B (hex) Hewlett Packard Enterprise EC9B8B (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US B0-B3-AD (hex) HUMAX Co., Ltd. B0B3AD (base 16) HUMAX Co., Ltd. HUMAX Village, 216, Hwangsaeul-ro, Bu Seongnam-si Gyeonggi-do 463-875 KR 18-A2-8A (hex) Essel-T Co., Ltd 18A28A (base 16) Essel-T Co., Ltd 1211 kranztechno, 388 Dunchon-daero Seongnam-si Jungwon-gu, Gyeonggi-do 13403 KR 20-36-5B (hex) Megafone Limited 20365B (base 16) Megafone Limited Unit 702,7/F,Bankok Bank Building,NO.18 Bonham Strand West Hong Kong 999077 HK E8-DE-00 (hex) ChongQing GuanFang Technology Co.,LTD E8DE00 (base 16) ChongQing GuanFang Technology Co.,LTD 2F, A District,No.3 Middle Section of Mount Huangshan Avenue ChongQing ChongQing 401121 CN 70-C9-4E (hex) Liteon Technology Corporation 70C94E (base 16) Liteon Technology Corporation 4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW 70-D0-81 (hex) Beijing Netpower Technologies Inc. 70D081 (base 16) Beijing Netpower Technologies Inc. Room 201, Block B, NO. 15 Building, EastZone Courtyard10, Xibeiwang East Road Haidian District, Beijing 100094 CN FC-64-3A (hex) Samsung Electronics Co.,Ltd FC643A (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR A8-51-5B (hex) Samsung Electronics Co.,Ltd A8515B (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 54-B7-E5 (hex) Rayson Technology Co., Ltd. 54B7E5 (base 16) Rayson Technology Co., Ltd. 1F No.9 R&D Rd.II, Science-Based Industrial Park Hsin-Chu 300 TW 94-63-72 (hex) vivo Mobile Communication Co., Ltd. 946372 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN BC-0F-A7 (hex) Ouster BC0FA7 (base 16) Ouster 350 Treat Ave San Francisco CA 94110 US F8-C1-20 (hex) Xi'an Link-Science Technology Co.,Ltd F8C120 (base 16) Xi'an Link-Science Technology Co.,Ltd 1/F,Block F,Building zhichao Weilai,No.999,10#Caotan Road,Xi'an xi'an 710016 CN F0-C9-D1 (hex) GD Midea Air-Conditioning Equipment Co.,Ltd. F0C9D1 (base 16) GD Midea Air-Conditioning Equipment Co.,Ltd. Midea Global Innovation Center,Beijiao Town,Shunde Foshan Guangdong 528311 CN 34-7E-5C (hex) Sonos, Inc. 347E5C (base 16) Sonos, Inc. 614 Chapala St Santa Barbara CA 93101 US B4-FB-F9 (hex) HUAWEI TECHNOLOGIES CO.,LTD B4FBF9 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 50-6F-77 (hex) HUAWEI TECHNOLOGIES CO.,LTD 506F77 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 0C-41-E9 (hex) HUAWEI TECHNOLOGIES CO.,LTD 0C41E9 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 3C-E8-24 (hex) HUAWEI TECHNOLOGIES CO.,LTD 3CE824 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 34-5A-06 (hex) SHARP Corporation 345A06 (base 16) SHARP Corporation 1 Takumi-cho, Sakai-ku Sakai City Osaka 590-8522 JP 00-19-36 (hex) STERLITE OPTICAL TECHNOLOGIES LIMITED 001936 (base 16) STERLITE OPTICAL TECHNOLOGIES LIMITED E-1,E-2,&E-3 AURANGABAD MAHARASTRA 431136 IN B8-9F-09 (hex) Wistron Neweb Corporation B89F09 (base 16) Wistron Neweb Corporation No.20,Park Avenue II,Hsinchu Science Park Hsin-Chu R.O.C. 308 TW 04-02-CA (hex) Shenzhen Vtsonic Co.,ltd 0402CA (base 16) Shenzhen Vtsonic Co.,ltd No.35,the 2nd Industrial Zone,Tangxiayong Village,Songgang Town,Bao'an District,Shenzhen,China. Shenzhen Guangdong 518102 CN 3C-FB-5C (hex) Fiberhome Telecommunication Technologies Co.,LTD 3CFB5C (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 74-40-BB (hex) Hon Hai Precision Ind. Co.,Ltd. 7440BB (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 1C-11-61 (hex) Ciena Corporation 1C1161 (base 16) Ciena Corporation 7035 Ridge Road Hanover MD 21076 US B4-DE-31 (hex) Cisco Systems, Inc B4DE31 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US A4-40-27 (hex) zte corporation A44027 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN B4-F7-A1 (hex) LG Electronics (Mobile Communications) B4F7A1 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 28-ED-E0 (hex) AMPAK Technology, Inc. 28EDE0 (base 16) AMPAK Technology, Inc. No.1,Jen Ai Road Hsinchu Industrial Park, Hukou Hsinchu Taiwan ROC. 30352 TW 88-BD-45 (hex) Samsung Electronics Co.,Ltd 88BD45 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 54-FC-F0 (hex) Samsung Electronics Co.,Ltd 54FCF0 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 30-6A-85 (hex) Samsung Electronics Co.,Ltd 306A85 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 4C-DD-31 (hex) Samsung Electronics Co.,Ltd 4CDD31 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 88-B6-EE (hex) Dish Technologies Corp 88B6EE (base 16) Dish Technologies Corp 94 Inverness Terrace E Englewood CO 80112 US 70-F2-20 (hex) Actiontec Electronics, Inc 70F220 (base 16) Actiontec Electronics, Inc 3301 Olcott St. Santa Clara CA 95054 US D0-81-7A (hex) Apple, Inc. D0817A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 98-CA-33 (hex) Apple, Inc. 98CA33 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 68-AB-1E (hex) Apple, Inc. 68AB1E (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 70-EF-00 (hex) Apple, Inc. 70EF00 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C8-77-65 (hex) Tiesse SpA C87765 (base 16) Tiesse SpA Via Asti Ivrea TO 10015 IT 2C-37-C5 (hex) Qingdao Haier Intelligent Home Appliance Technology Co.,Ltd 2C37C5 (base 16) Qingdao Haier Intelligent Home Appliance Technology Co.,Ltd ingdao high-tech park haier road 1 Qingdao Shandong 266101 CN CC-40-D0 (hex) NETGEAR CC40D0 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 7C-76-30 (hex) Shenzhen YOUHUA Technology Co., Ltd 7C7630 (base 16) Shenzhen YOUHUA Technology Co., Ltd Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN 98-22-EF (hex) Liteon Technology Corporation 9822EF (base 16) Liteon Technology Corporation 4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW 78-80-38 (hex) FUNAI ELECTRIC CO., LTD. 788038 (base 16) FUNAI ELECTRIC CO., LTD. 7-1, NAKAGAITO 7-CHOME DAITO OSAKA 5740013 JP BC-FF-EB (hex) Motorola Mobility LLC, a Lenovo Company BCFFEB (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US 00-01-30 (hex) Extreme Networks, Inc. 000130 (base 16) Extreme Networks, Inc. 3585 Monroe Street Santa Clara CA 95051 US FC-0A-81 (hex) Extreme Networks, Inc. FC0A81 (base 16) Extreme Networks, Inc. 475 Half Day Road Lincolnshire IL 60069 US F0-45-DA (hex) Texas Instruments F045DA (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US B8-07-16 (hex) vivo Mobile Communication Co., Ltd. B80716 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN A8-EE-C6 (hex) Muuselabs NV/SA A8EEC6 (base 16) Muuselabs NV/SA Rue du Tocsin 12 Brussels 1000 BE E4-F0-42 (hex) Google, Inc. E4F042 (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US 40-48-FD (hex) IEEE Registration Authority 4048FD (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 20-B3-99 (hex) Enterasys 20B399 (base 16) Enterasys 50 Minuteman Rd Andover MA 01810 US CC-2D-21 (hex) Tenda Technology Co.,Ltd.Dongguan branch CC2D21 (base 16) Tenda Technology Co.,Ltd.Dongguan branch Room 79,Yuanyi Road,Dalang Town,Dongguan Guangdong 523770 Dongguan Guangdong 523770 CN 00-40-97 (hex) DATEX DIVISION OF 004097 (base 16) DATEX DIVISION OF INSTRUMENTARIUM CORP. FI 9C-4F-CF (hex) TCT mobile ltd 9C4FCF (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN D8-96-E0 (hex) Alibaba Cloud Computing Ltd. D896E0 (base 16) Alibaba Cloud Computing Ltd. Yuhang District of Hangzhou Wenyi Road, Building 1, No. 969 Xixi Park, Zhejiang Province Hangzhou Zhejiang 310000 CN 00-18-62 (hex) Seagate Technology 001862 (base 16) Seagate Technology 1280 Disc Drive Shakopee MN 55379 US 1C-EE-C9 (hex) Elo touch solutions 1CEEC9 (base 16) Elo touch solutions 1033 McCarthy Boulevard Milpitas CA 95035 US 00-0C-50 (hex) Seagate Technology 000C50 (base 16) Seagate Technology M/S NW1F01 Longmont CO 80503 US 34-2A-F1 (hex) Texas Instruments 342AF1 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 20-78-52 (hex) Nokia 207852 (base 16) Nokia Karaportti 3 Espoo Finland 02610 FI C8-DE-C9 (hex) Coriant C8DEC9 (base 16) Coriant 1415 W. Diehl Rd Naperville IL 60563 US 44-D5-A5 (hex) AddOn Computer 44D5A5 (base 16) AddOn Computer 15775 Gateway cir tustin CA 92780 US 38-F7-3D (hex) Amazon Technologies Inc. 38F73D (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US C0-A0-0D (hex) ARRIS Group, Inc. C0A00D (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 0C-61-11 (hex) Anda Technologies SAC 0C6111 (base 16) Anda Technologies SAC Av. Santa Cruz 888, Miraflores Lima Peru Lima18 PE 00-22-C4 (hex) epro GmbH 0022C4 (base 16) epro GmbH Joebkesweg 3 Gronau NRW 48599 DE 1C-33-0E (hex) PernixData 1C330E (base 16) PernixData 1745 Technology Drive, Suite 800 San Jose CA 95110 US B8-F7-4A (hex) RCNTEC B8F74A (base 16) RCNTEC Polkovaya street 3 Moscow 127018 RU 64-51-06 (hex) Hewlett Packard 645106 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 0C-15-39 (hex) Apple, Inc. 0C1539 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 6C-56-97 (hex) Amazon Technologies Inc. 6C5697 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 00-05-FF (hex) SNS Solutions, Inc. 0005FF (base 16) SNS Solutions, Inc. 2nd Fl. Hill House, KR F8-7B-20 (hex) Cisco Systems, Inc F87B20 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US E0-AA-DB (hex) Nanjing PANENG Technology Development Co.,Ltd E0AADB (base 16) Nanjing PANENG Technology Development Co.,Ltd NO.6 Paneng Road,Nanjing High-tech Zone,Jiang Su,China Nanjing 210061 CN EC-F4-51 (hex) Arcadyan Corporation ECF451 (base 16) Arcadyan Corporation No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW 58-12-43 (hex) AcSiP Technology Corp. 581243 (base 16) AcSiP Technology Corp. 3F., No.22, Dalin Rd., Taoyuan Taoyuan County 33067 TW A8-9F-EC (hex) ARRIS Group, Inc. A89FEC (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-BE-9E (hex) Fiberhome Telecommunication Technologies Co.,LTD 00BE9E (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 54-C5-7A (hex) Sunnovo International Limited 54C57A (base 16) Sunnovo International Limited 1717 Haitai Building Beijing Beijing 100083 CN 58-C1-7A (hex) Cambium Networks Limited 58C17A (base 16) Cambium Networks Limited Unit B2, Linhay Business Park, Ashburton Devon TQ13 7UP GB 38-01-9F (hex) SHENZHEN FAST TECHNOLOGIES CO.,LTD 38019F (base 16) SHENZHEN FAST TECHNOLOGIES CO.,LTD Room 202,Building No.5,Section 30,No.2 of Kefa Road,Nanshan District,Shenzhen,P.R.China Shenzhen Guangdong 518057 CN 24-5C-CB (hex) AXIe Consortium, Inc. 245CCB (base 16) AXIe Consortium, Inc. P.O. Box 1016 Niwot CO 80544-1016 US 60-9B-C8 (hex) Hipad Intelligent Technology Co., Ltd. 609BC8 (base 16) Hipad Intelligent Technology Co., Ltd. No. 688, East of Huangtang Street, LinkongEconomy District Nanchang Jiangxi 330000 CN 40-6A-8E (hex) Hangzhou Puwell OE Tech Ltd. 406A8E (base 16) Hangzhou Puwell OE Tech Ltd. Letel Technology Park, 500 Qiuyi Road, Binjiang District Hangzhou Zhejiang 310052 CN 1C-0F-AF (hex) Lucid Vision Labs 1C0FAF (base 16) Lucid Vision Labs Unit 130 - 13200 Delf Place Richmond BC V6V2A2 CA 88-B4-A6 (hex) Motorola Mobility LLC, a Lenovo Company 88B4A6 (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US 28-CF-08 (hex) ESSYS 28CF08 (base 16) ESSYS gaetbeol-ro Incheon 21999 KR 00-21-28 (hex) Oracle Corporation 002128 (base 16) Oracle Corporation 17 Network Circle Menlo Park CA 95025 US 00-1C-73 (hex) Arista Networks 001C73 (base 16) Arista Networks 5470 Great America Pkwy Santa Clara 95054 US 2C-8A-72 (hex) HTC Corporation 2C8A72 (base 16) HTC Corporation No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW 38-AD-8E (hex) New H3C Technologies Co., Ltd 38AD8E (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN 34-D0-B8 (hex) IEEE Registration Authority 34D0B8 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US D0-67-26 (hex) Hewlett Packard Enterprise D06726 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US EC-FA-F4 (hex) SenRa Tech Pvt. Ltd ECFAF4 (base 16) SenRa Tech Pvt. Ltd 133, First Floor, Lane No. 1, Westend Marg, Saidulajab New Delhi 110030 IN D8-8F-76 (hex) Apple, Inc. D88F76 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 40-9C-28 (hex) Apple, Inc. 409C28 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 5C-A1-76 (hex) SICHUAN TIANYI COMHEART TELECOMCO., LTD 5CA176 (base 16) SICHUAN TIANYI COMHEART TELECOMCO., LTD FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN 58-38-79 (hex) RICOH COMPANY, LTD. 583879 (base 16) RICOH COMPANY, LTD. 1005, Shimo-ogino Atsugi-City Kanagawa-Pref. 243-0298 JP F4-4C-70 (hex) Skyworth Digital Technology(Shenzhen) Co.,Ltd F44C70 (base 16) Skyworth Digital Technology(Shenzhen) Co.,Ltd 7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN C8-E7-F0 (hex) Juniper Networks C8E7F0 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US B0-93-5B (hex) ARRIS Group, Inc. B0935B (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US F4-49-EF (hex) EMSTONE F449EF (base 16) EMSTONE #310, Ace Techno Tower 3rd, 38 Digital-ro-29-gil Guro-Gu Seoul 08381 KR 54-DF-24 (hex) Fiberhome Telecommunication Technologies Co.,LTD 54DF24 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN AC-1D-DF (hex) IEEE Registration Authority AC1DDF (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US E8-D8-19 (hex) AzureWave Technology Inc. E8D819 (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW 78-2D-7E (hex) TRENDnet, Inc. 782D7E (base 16) TRENDnet, Inc. 20675 Manhattan Place Torrance CA 90501 US 74-1A-E0 (hex) IEEE Registration Authority 741AE0 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 24-B2-09 (hex) Avaya Inc 24B209 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US FC-65-DE (hex) Amazon Technologies Inc. FC65DE (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US B0-6E-BF (hex) ASUSTek COMPUTER INC. B06EBF (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 60-3D-26 (hex) Technicolor CH USA Inc. 603D26 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US BC-90-3A (hex) Robert Bosch GmbH BC903A (base 16) Robert Bosch GmbH Postfach 1661 Leonberg 71226 DE D0-B1-28 (hex) Samsung Electronics Co.,Ltd D0B128 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR BC-54-51 (hex) Samsung Electronics Co.,Ltd BC5451 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 74-86-0B (hex) Cisco Systems, Inc 74860B (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 18-2D-98 (hex) Jinwoo Industrial system 182D98 (base 16) Jinwoo Industrial system 7F,Jinwoo Building,149 dosan-daero seoul gangnamgu 06036 KR D8-A5-34 (hex) Spectronix Corporation D8A534 (base 16) Spectronix Corporation 3-28-15, Tarumi-cho Suita-city Osaka 564-0062 JP EC-51-BC (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD EC51BC (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN F0-79-E8 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD F079E8 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 78-32-1B (hex) D-Link International 78321B (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG 60-18-03 (hex) Daikin Air-conditioning (Shanghai) Co., Ltd. 601803 (base 16) Daikin Air-conditioning (Shanghai) Co., Ltd. 318 Shen Fu Road, Xin Zhuang Industry Zone, Shanghai, 201108, China Shanghai 201108 CN 00-A0-96 (hex) MITSUMI ELECTRIC CO.,LTD. 00A096 (base 16) MITSUMI ELECTRIC CO.,LTD. 2-11-2, Tsurumaki Tama-shi Tokyo 206-8567 JP 78-61-7C (hex) MITSUMI ELECTRIC CO.,LTD. 78617C (base 16) MITSUMI ELECTRIC CO.,LTD. 2-11-2, Tsurumaki Tama-shi Tokyo 206-8567 JP 94-0E-6B (hex) HUAWEI TECHNOLOGIES CO.,LTD 940E6B (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 64-FB-50 (hex) RoomReady/Zdi, Inc. 64FB50 (base 16) RoomReady/Zdi, Inc. 2200 N. Main Street Normal IL 61761 US 74-EA-C8 (hex) New H3C Technologies Co., Ltd 74EAC8 (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN B4-D6-4E (hex) Caldero Limited B4D64E (base 16) Caldero Limited Concordia Works, 30 Sovereign Street Leeds West Yorkshire LS1 4BA GB F8-9D-BB (hex) Tintri F89DBB (base 16) Tintri 303 Ravendale Dr Mountain View CA 94070 US D8-A0-1D (hex) Espressif Inc. D8A01D (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN C4-F3-12 (hex) Texas Instruments C4F312 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 90-4E-91 (hex) IEEE Registration Authority 904E91 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 5C-E8-B7 (hex) Oraimo Technology Limited 5CE8B7 (base 16) Oraimo Technology Limited RMS 05-15,13A/F SOUTH TOWER WORLD FINANCE CTR HARBOUR CITY 17 CANTON RD TST KLN HONG KONG HONG KONG HONG KONG 999077 HK 3C-11-B2 (hex) Fraunhofer FIT 3C11B2 (base 16) Fraunhofer FIT Schloss Birlinghoven Sankt Augustin 53754 DE 10-4B-46 (hex) Mitsubishi Electric Corporation 104B46 (base 16) Mitsubishi Electric Corporation 2-7-3 Chiyoda-ku Tokyo 100-8310 JP DC-0C-2D (hex) WEIFANG GOERTEK ELECTRONICS CO.,LTD DC0C2D (base 16) WEIFANG GOERTEK ELECTRONICS CO.,LTD Gaoxin 2 Road, Free Trade Zone,Weifang,Shandong,261205,P.R.China Weifang Shandong 261205 CN D0-67-E5 (hex) Dell Inc. D067E5 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 8C-FE-B4 (hex) VSOONTECH ELECTRONICS CO., LIMITED 8CFEB4 (base 16) VSOONTECH ELECTRONICS CO., LIMITED 18th, Floor, On Hong Commericial Building, 145 Hennessy Road, Wanchai, HONG KONG HongKong 999077 HK CC-66-B2 (hex) Nokia CC66B2 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 9C-65-EE (hex) DASAN Network Solutions 9C65EE (base 16) DASAN Network Solutions DASAN Tower 8F, 49 Daewangpangyo-ro644beon-gil Bundang-gu Seongnam-si Gyeonggi-do 13493 KR 78-CA-04 (hex) Nokia Corporation 78CA04 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 34-29-8F (hex) IEEE Registration Authority 34298F (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 5C-EA-1D (hex) Hon Hai Precision Ind. Co.,Ltd. 5CEA1D (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 18-14-56 (hex) Nokia Corporation 181456 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu Ou 90590 FI 00-17-C8 (hex) KYOCERA Display Corporation 0017C8 (base 16) KYOCERA Display Corporation 2-14-9, Tamagawadai Tokyo 158-8610 JP 38-E2-DD (hex) zte corporation 38E2DD (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 88-5D-FB (hex) zte corporation 885DFB (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 58-B4-2D (hex) YSTen Technology Co.,Ltd 58B42D (base 16) YSTen Technology Co.,Ltd Room 1715,17/F North Star Times Tower,Chaoyang District,Beijing. Beijing 100101 CN E0-48-D3 (hex) MOBIWIRE MOBILES (NINGBO) CO.,LTD E048D3 (base 16) MOBIWIRE MOBILES (NINGBO) CO.,LTD No.999,Dacheng East Road, Fenghua Zhejiang 315500 CN 58-E2-8F (hex) Apple, Inc. 58E28F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 78-7B-8A (hex) Apple, Inc. 787B8A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 4C-16-FC (hex) Juniper Networks 4C16FC (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 48-BC-A6 (hex) ​ASUNG TECHNO CO.,Ltd 48BCA6 (base 16) ​ASUNG TECHNO CO.,Ltd 462, Dogok-ro, Songpa-gu, Seoul, Republic of Korea SEOUL Repubilc of KOREA 05574 KR B0-09-DA (hex) Ring Solutions B009DA (base 16) Ring Solutions 1200 Atwater Drive, Suite 225 Malvern PA 19355 US 00-05-4F (hex) Garmin International 00054F (base 16) Garmin International 1200 E. 151st St Olathe KS 66062 US 00-5C-86 (hex) SHENZHEN FAST TECHNOLOGIES CO.,LTD 005C86 (base 16) SHENZHEN FAST TECHNOLOGIES CO.,LTD Room 202,Building No.5,Section 30,No.2 of Kefa Road,Nanshan District,Shenzhen,P.R.China Shenzhen Guangdong 518057 CN 30-05-3F (hex) JTI Co.,Ltd. 30053F (base 16) JTI Co.,Ltd. 102-1508, 36, Bucheon-ro 198beon-gil, Buchcheon-si Gyeonggi-do 14557 KR B8-DB-1C (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. B8DB1C (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY 3C-10-E6 (hex) PHAZR Inc. 3C10E6 (base 16) PHAZR Inc. 8, Presitige Circle, Suite 104 Allen TX 75002 US 90-45-06 (hex) Tokyo Boeki Medisys Inc. 904506 (base 16) Tokyo Boeki Medisys Inc. 1-14-21, Higashitoyoda Hino Tokyo 191-0052 JP 00-21-A1 (hex) Cisco Systems, Inc 0021A1 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US FC-B6-98 (hex) Cambridge Industries(Group) Co.,Ltd. FCB698 (base 16) Cambridge Industries(Group) Co.,Ltd. 22 Floor,Qilai Tower;889 Yishan Road Shanghai CHINA 200233 CN 00-01-CD (hex) ARtem 0001CD (base 16) ARtem Olgastraße 152 DE 5C-54-6D (hex) HUAWEI TECHNOLOGIES CO.,LTD 5C546D (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 84-A1-D1 (hex) Sagemcom Broadband SAS 84A1D1 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 90-9D-7D (hex) ARRIS Group, Inc. 909D7D (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 78-8C-4D (hex) Indyme Solutions, LLC 788C4D (base 16) Indyme Solutions, LLC 8295 Aero Place Ste 260 San Diego CA 92123 US 78-BC-1A (hex) Cisco Systems, Inc 78BC1A (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0E-59 (hex) Sagemcom Broadband SAS 000E59 (base 16) Sagemcom Broadband SAS 2, rue du petit Albi CERGY SAINT CHRISTOPHE val d'Oise 95800 FR 10-1D-51 (hex) 8Mesh Networks Limited 101D51 (base 16) 8Mesh Networks Limited Unit 607, 6/F, Yen Sheng Centre, 64 Hoi Yuen Road Kwun Tong 000 HK DC-EB-53 (hex) Wuhan QianXiao Elecronic Technology CO.,LTD DCEB53 (base 16) Wuhan QianXiao Elecronic Technology CO.,LTD Guanggu Xinzhongxin, No.303 of Guanggu road, East lake development zone wuhan hubei 430000 CN EC-8A-C7 (hex) Fiberhome Telecommunication Technologies Co.,LTD EC8AC7 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 88-36-5F (hex) LG Electronics (Mobile Communications) 88365F (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 28-8C-B8 (hex) zte corporation 288CB8 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN FC-7F-56 (hex) CoSyst Control Systems GmbH FC7F56 (base 16) CoSyst Control Systems GmbH Martin-Albert-Str. 1 Nürnberg Bayern 90491 DE 2C-40-53 (hex) Samsung Electronics Co.,Ltd 2C4053 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 0C-8F-FF (hex) HUAWEI TECHNOLOGIES CO.,LTD 0C8FFF (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 54-B1-21 (hex) HUAWEI TECHNOLOGIES CO.,LTD 54B121 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 78-81-02 (hex) Sercomm Corporation. 788102 (base 16) Sercomm Corporation. 3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW 84-AA-9C (hex) MitraStar Technology Corp. 84AA9C (base 16) MitraStar Technology Corp. No. 6, Innovation Road II, Hsinchu 300 TW F0-EF-D2 (hex) TF PAYMENT SERVICE CO., LTD F0EFD2 (base 16) TF PAYMENT SERVICE CO., LTD 5F Shibadaimon Center Building, 1-10-11 Shibadaimon Minato-ku Tokyo 105-0012 JP 24-B2-DE (hex) Espressif Inc. 24B2DE (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN F4-93-9F (hex) Hon Hai Precision Ind. Co., Ltd. F4939F (base 16) Hon Hai Precision Ind. Co., Ltd. GuangDongShenZhen ShenZhen GuangDong 518109 CN 00-07-26 (hex) SHENZHEN GONGJIN ELECTRONICS CO.,LT 000726 (base 16) SHENZHEN GONGJIN ELECTRONICS CO.,LT A211-A213 & B201-B210, 2F, Baiying Building, 1019#, Nanhai RD, Shekou Party, Nanshan District, Shenzhen Guangdong 518067 CN FC-8B-97 (hex) SHENZHEN GONGJIN ELECTRONICS CO.,LT FC8B97 (base 16) SHENZHEN GONGJIN ELECTRONICS CO.,LT B116,B118,A211-A213,B201-B213,A311-A313,B411-413,BF08-09 Nanshan Medical Instrument Industry Park, Shenzhen Guangdong 518067 CN 2C-AB-25 (hex) SHENZHEN GONGJIN ELECTRONICS CO.,LT 2CAB25 (base 16) SHENZHEN GONGJIN ELECTRONICS CO.,LT B116,B118,A211-A213,B201-B213,A311-A313,B411-413,BF08-09 Nanshan Medical Instrument Industry Park, Shenzhen Guangdong 518067 CN 1C-A5-32 (hex) SHENZHEN GONGJIN ELECTRONICS CO.,LT 1CA532 (base 16) SHENZHEN GONGJIN ELECTRONICS CO.,LT 1#SongGang RD, Bao'an Dist., Shenzhen, Guangdong,China Shenzhen Guangdong 518109 CN 00-1F-92 (hex) Avigilon Corporation 001F92 (base 16) Avigilon Corporation Box 378, 101 - 1001 West Broadway Vancouver BC V6H 4E4 CA 00-0C-03 (hex) HDMI Licensing, LLC 000C03 (base 16) HDMI Licensing, LLC 1060 East Arques Ave. Sunnyvale CA 94085 US 7C-BA-CC (hex) IEEE Registration Authority 7CBACC (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 94-F1-28 (hex) Hewlett Packard Enterprise 94F128 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville 95747 US 10-1B-54 (hex) HUAWEI TECHNOLOGIES CO.,LTD 101B54 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1-4,Huawei Industrial Base,Bantian,Longgang ShenZhen GuangDong 518129 CN A8-0C-63 (hex) HUAWEI TECHNOLOGIES CO.,LTD A80C63 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 5C-C3-07 (hex) HUAWEI TECHNOLOGIES CO.,LTD 5CC307 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN E0-10-7F (hex) Ruckus Wireless E0107F (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US C4-01-7C (hex) Ruckus Wireless C4017C (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 04-FA-3F (hex) Opticore Inc. 04FA3F (base 16) Opticore Inc. 97 Jungbudaero448beongil, Yeongtonggu Suwonsi Gyeonggido 16521 KR 54-02-37 (hex) Teltronic AG 540237 (base 16) Teltronic AG Gewerbestrasse 9 Biberist 4562 CH 4C-B0-08 (hex) Shenzhen Gwelltimes Technology Co.,Ltd 4CB008 (base 16) Shenzhen Gwelltimes Technology Co.,Ltd A4 building 15floor Zhongying Jewelry Industrial Park Bulan Road No.31 Nanwan Street Longgang District Shenzhen City China Shenzhen 518112 CN E8-6F-F2 (hex) Actiontec Electronics, Inc E86FF2 (base 16) Actiontec Electronics, Inc 3301 Olcott St. Santa Clara CA 95054 US 00-50-18 (hex) AMIT, Inc. 005018 (base 16) AMIT, Inc. No.32, Huangong Rd., Yongkang City, Tainan County 71041 TW 70-DE-F9 (hex) FAI WAH INTERNATIONAL (HONG KONG) LIMITED 70DEF9 (base 16) FAI WAH INTERNATIONAL (HONG KONG) LIMITED Room 19, 8F.,Corporation Park, 11 On Lai Street,Shatin,Shek Mun,N.T.Hong Kong Hong Kong 999077 HK B0-EA-BC (hex) ASKEY COMPUTER CORP B0EABC (base 16) ASKEY COMPUTER CORP 10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW 94-C6-91 (hex) EliteGroup Computer Systems Co., LTD 94C691 (base 16) EliteGroup Computer Systems Co., LTD No.239, Sec. 2, TiDing Blvd. Nei-Hu Dist. Taipei Taiwan 11439 TW 3C-F5-91 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 3CF591 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 60-21-01 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 602101 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 7C-EB-7F (hex) Dmet Products Corp. 7CEB7F (base 16) Dmet Products Corp. 118, Fujisoft Akihabara Bldg 12F, Kanda Neribeicho 3 Chiyodaku Tokyo 1010022 JP 8C-85-80 (hex) Smart Innovation LLC 8C8580 (base 16) Smart Innovation LLC 7F,Tower B,Jianxing ShenZhen GuangZhou 518055 CN 40-42-29 (hex) Layer3TV, Inc 404229 (base 16) Layer3TV, Inc 1660 Wynkoop St - Suite 800 Denver CO 80202 US FC-2F-6B (hex) Everspin Technologies, Inc. FC2F6B (base 16) Everspin Technologies, Inc. 1347 N. Alma School Rd., Suite 220 Chandler AZ 85224 US 28-7B-09 (hex) zte corporation 287B09 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 00-25-C4 (hex) Ruckus Wireless 0025C4 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US C0-C5-20 (hex) Ruckus Wireless C0C520 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 78-B2-8D (hex) Beijing Tengling Technology CO.Ltd 78B28D (base 16) Beijing Tengling Technology CO.Ltd beijing haidian shangdi san jie beijing 100086 CN A8-80-38 (hex) ShenZhen MovingComm Technology Co., Limited A88038 (base 16) ShenZhen MovingComm Technology Co., Limited 5F, FuXinFa Industrial Park, LiuXianDong Industrial Zone, ShenZhen GuangDong 518055 CN F8-1D-90 (hex) Solidwintech F81D90 (base 16) Solidwintech 6th Floor, SOLiD Space 220 Pangyoyeok-ro, Bundang-gu Seongnam-si Gyeongi-do 13493 KR A0-6A-44 (hex) Vizio, Inc A06A44 (base 16) Vizio, Inc 39 Tesla Irvine CA 92618 US DC-BE-7A (hex) Zhejiang Nurotron Biotechnology Co. DCBE7A (base 16) Zhejiang Nurotron Biotechnology Co. Building4, No.99 Xiaomao Rd Hangzhou zhejiang 310011 CN 34-38-B7 (hex) HUMAX Co., Ltd. 3438B7 (base 16) HUMAX Co., Ltd. HUMAX Village, 216, Hwangsaeul-ro, Bu Seongnam-si Gyeonggi-do 463-875 KR CC-06-77 (hex) Fiberhome Telecommunication Technologies Co.,LTD CC0677 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 78-45-01 (hex) Biamp Systems 784501 (base 16) Biamp Systems 9300 SW Gemini Dr Beaverton OR 97008 US 30-9C-23 (hex) Micro-Star INTL CO., LTD. 309C23 (base 16) Micro-Star INTL CO., LTD. No.69, Lide St., New Taipei City Taiwan 235 TW 54-D7-51 (hex) Proximus 54D751 (base 16) Proximus Bld du Roi Albert II 27 Brussels 1030 BE 14-78-0B (hex) Varex Imaging Deutschland AG 14780B (base 16) Varex Imaging Deutschland AG Zweigniederlassung/Branch Walluf In der Rehbach 22 Walluf 65396 DE AC-AF-B9 (hex) Samsung Electronics Co.,Ltd ACAFB9 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 88-B1-11 (hex) Intel Corporate 88B111 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 8C-39-5C (hex) Bit4id Srl 8C395C (base 16) Bit4id Srl Via Diocleziano, 107 Naples 80125 IT D4-25-8B (hex) Intel Corporate D4258B (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 04-1B-6D (hex) LG Electronics (Mobile Communications) 041B6D (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR F4-41-56 (hex) Arrikto Inc. F44156 (base 16) Arrikto Inc. 3505 El Camino Real Palo Alto CA 94306 US 00-80-C2 (hex) IEEE 802.1 Working Group 0080C2 (base 16) IEEE 802.1 Working Group 802.1 CHAIR c/o IEEE Piscataway NJ 08554 US 68-8D-B6 (hex) AETEK INC. 688DB6 (base 16) AETEK INC. 3F, No.192, Lien-Cheng Rd., Chung-Ho, New Taipei City 23553 TW EC-F3-42 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD ECF342 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 50-FF-20 (hex) Keenetic Limited 50FF20 (base 16) Keenetic Limited 1202, 12/F., AT TOWER, 180 ELECTRIC ROAD, NORTH POINT HONG KONG 852 HK E4-57-40 (hex) ARRIS Group, Inc. E45740 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US F8-94-C2 (hex) Intel Corporate F894C2 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 70-D3-79 (hex) Cisco Systems, Inc 70D379 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-F8-2C (hex) Cisco Systems, Inc 00F82C (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-C1-B1 (hex) Cisco Systems, Inc 00C1B1 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US F4-FC-B1 (hex) JJ Corp F4FCB1 (base 16) JJ Corp 88 Soha-ro Gwangmyeong-si 14316 KR D8-C8-E9 (hex) Phicomm (Shanghai) Co., Ltd. D8C8E9 (base 16) Phicomm (Shanghai) Co., Ltd. 3666 SiXian Rd.,Songjiang District Shanghai Shanghai 201616 CN 7C-B9-60 (hex) Shanghai X-Cheng telecom LTD 7CB960 (base 16) Shanghai X-Cheng telecom LTD ROOM 401, Building 5, No.3000 LONG DONG Avenue, Pudong New District, Shanghai Shanghai Shanghai 201203 CN B0-3D-96 (hex) Vision Valley FZ LLC B03D96 (base 16) Vision Valley FZ LLC Dubai Internet City Dubai Dubai 500294 AE 98-6C-5C (hex) Jiangxi Gosun Guard Security Co.,Ltd 986C5C (base 16) Jiangxi Gosun Guard Security Co.,Ltd 2rd floor,8 building Middle,Zhongxing Software Park,Changdong Avenue,Nanchang High Tech Zone,Nanchang city,Jiangxi province Nan Chang City Jiang Xi Province 330000 CN 24-79-2A (hex) Ruckus Wireless 24792A (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 30-D3-86 (hex) zte corporation 30D386 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 70-DB-98 (hex) Cisco Systems, Inc 70DB98 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US B4-2A-0E (hex) Technicolor CH USA Inc. B42A0E (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 9C-C8-AE (hex) Becton, Dickinson and Company 9CC8AE (base 16) Becton, Dickinson and Company 1 Becton Drive Franklin Lakes MA 07417-1880 US B0-35-9F (hex) Intel Corporate B0359F (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY C0-D9-62 (hex) ASKEY COMPUTER CORP C0D962 (base 16) ASKEY COMPUTER CORP 10F,NO.119,JIANKANG RD.,ZHONGHE DIST XINBEI CITY taipei TAIPEI 23585 TW F8-0B-CB (hex) Cisco Systems, Inc F80BCB (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 50-D3-7F (hex) Yu Fly Mikly Way Science and Technology Co., Ltd. 50D37F (base 16) Yu Fly Mikly Way Science and Technology Co., Ltd. 6F, No. 1168 Huyi Road, Nanxiang Town Jiading District Shanghai 201800 CHINA shanghai 201800 CN 18-12-12 (hex) Cepton Technologies 181212 (base 16) Cepton Technologies 103 Bonaventura Dr San Jose CA 95134 US 70-D9-23 (hex) vivo Mobile Communication Co., Ltd. 70D923 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'an DongGuan City,Guangdong 523860 CN B8-3A-08 (hex) Tenda Technology Co.,Ltd.Dongguan branch B83A08 (base 16) Tenda Technology Co.,Ltd.Dongguan branch Room 79,Yuanyi Road,Dalang Town,Dongguan Guangdong 523770 Dongguan Guangdong 523770 CN 28-B4-48 (hex) HUAWEI TECHNOLOGIES CO.,LTD 28B448 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 10-05-01 (hex) PEGATRON CORPORATION 100501 (base 16) PEGATRON CORPORATION 5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW 2C-FA-A2 (hex) Alcatel-Lucent Enterprise 2CFAA2 (base 16) Alcatel-Lucent Enterprise 26801 West Agoura Rd Calabasas CA 91301 US A4-9B-F5 (hex) Hybridserver Tec GmbH A49BF5 (base 16) Hybridserver Tec GmbH Gutenbergring 26a Norderstedt Schleswig-Holstein 22848 DE 50-3D-A1 (hex) Samsung Electronics Co.,Ltd 503DA1 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR F0-97-E5 (hex) TAMIO, INC F097E5 (base 16) TAMIO, INC 12F-2, No.33, Sec. 1 , Mingsheng Rd.,Banqiao Dist New Taipei City 22069 TW 4C-1A-3D (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 4C1A3D (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 08-02-8E (hex) NETGEAR 08028E (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US E8-E7-32 (hex) Alcatel-Lucent Enterprise E8E732 (base 16) Alcatel-Lucent Enterprise 26801 West Agoura Road Calabasas CA 91301 US B4-7C-9C (hex) Amazon Technologies Inc. B47C9C (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US F4-A7-39 (hex) Juniper Networks F4A739 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US F4-70-AB (hex) vivo Mobile Communication Co., Ltd. F470AB (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 2C-5A-0F (hex) Cisco Systems, Inc 2C5A0F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 2C-31-24 (hex) Cisco Systems, Inc 2C3124 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 50-32-37 (hex) Apple, Inc. 503237 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US B0-48-1A (hex) Apple, Inc. B0481A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US B4-9C-DF (hex) Apple, Inc. B49CDF (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 48-BF-6B (hex) Apple, Inc. 48BF6B (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 2C-1D-B8 (hex) ARRIS Group, Inc. 2C1DB8 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 58-82-1D (hex) H. Schomäcker GmbH 58821D (base 16) H. Schomäcker GmbH Heidestr. 183 Köln 51147 DE D8-A1-05 (hex) Syslane, Co., Ltd. D8A105 (base 16) Syslane, Co., Ltd. #1201, Megacenter, SKntechno-park,, Sangdaeweon-dong, Joongweon-gu Seongnam Outside the US, Mexico, or Canada 462-721 KR BC-A0-42 (hex) SHANGHAI FLYCO ELECTRICAL APPLIANCE CO.,LTD BCA042 (base 16) SHANGHAI FLYCO ELECTRICAL APPLIANCE CO.,LTD No.555,Guang Fu Lin east Road,Songjiang District Shanghai Shanghai 201613 CN 3C-05-18 (hex) Samsung Electronics Co.,Ltd 3C0518 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 90-06-28 (hex) Samsung Electronics Co.,Ltd 900628 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR B4-A9-FE (hex) GHIA Technology (Shenzhen) LTD B4A9FE (base 16) GHIA Technology (Shenzhen) LTD RM 1606, BLDG 3rd, COFCO Clouds Mansion Shenzhen 518101 CN 08-B2-58 (hex) Juniper Networks 08B258 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 9C-84-BF (hex) Apple, Inc. 9C84BF (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 1C-A0-D3 (hex) IEEE Registration Authority 1CA0D3 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 9C-FC-D1 (hex) Aetheris Technology (Shanghai) Co., Ltd. 9CFCD1 (base 16) Aetheris Technology (Shanghai) Co., Ltd. Room 225, Building No. 8, 433 Yuyuan Road Shanghai Shanghai 200040 CN CC-CE-1E (hex) AVM Audiovisuelles Marketing und Computersysteme GmbH CCCE1E (base 16) AVM Audiovisuelles Marketing und Computersysteme GmbH Alt-Moabit 95 Berlin Berlin 10559 DE 0C-F4-D5 (hex) Ruckus Wireless 0CF4D5 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 7C-26-64 (hex) Sagemcom Broadband SAS 7C2664 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR AC-6B-0F (hex) CADENCE DESIGN SYSTEMS INC AC6B0F (base 16) CADENCE DESIGN SYSTEMS INC 2670 SEELY AVE SAN JOSE CA 95134 US C8-B5-AD (hex) Hewlett Packard Enterprise C8B5AD (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US 7C-38-66 (hex) Texas Instruments 7C3866 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 0C-61-CF (hex) Texas Instruments 0C61CF (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 9C-1D-58 (hex) Texas Instruments 9C1D58 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 38-05-AC (hex) Piller Group GmbH 3805AC (base 16) Piller Group GmbH Abgunst 24 Osterode 37520 DE 34-6E-9D (hex) Ericsson AB 346E9D (base 16) Ericsson AB Torshamnsgatan 36 Stockholm SE-164 80 SE 68-54-C1 (hex) ColorTokens, Inc. 6854C1 (base 16) ColorTokens, Inc. 2101 Tasman Dr. Suite 200A Santa Clara CA 95054 US 00-11-1B (hex) Targa Systems Div L-3 Communications 00111B (base 16) Targa Systems Div L-3 Communications 2081 Merivale Rd Ottawa Ont K2G 1G9 CA 6C-75-0D (hex) WiFiSONG 6C750D (base 16) WiFiSONG Rm. 605, Building 3, No. 75 Wenyi West Road Hangzhou Zhejiang 310012 CN BC-3F-8F (hex) HUAWEI TECHNOLOGIES CO.,LTD BC3F8F (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 14-30-04 (hex) HUAWEI TECHNOLOGIES CO.,LTD 143004 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN F4-DC-41 (hex) YOUNGZONE CULTURE (SHANGHAI) CORP F4DC41 (base 16) YOUNGZONE CULTURE (SHANGHAI) CORP 7-8th floor, #1 Building, 1006 Jinshajiang Road Shanghai Shanghai 200062 CN C4-83-6F (hex) Ciena Corporation C4836F (base 16) Ciena Corporation 7035 Ridge Road Hanover MD 21076 US 7C-C6-C4 (hex) Kolff Computer Supplies b.v. 7CC6C4 (base 16) Kolff Computer Supplies b.v. Kuipershaven 22 Dordrecht Zuid-Holland 3311 AL NL 00-0F-4F (hex) PCS Systemtechnik GmbH 000F4F (base 16) PCS Systemtechnik GmbH 66 Hillside Rd Auckland 1310 NZ A8-0C-CA (hex) Shenzhen Sundray Technologies Company Limited A80CCA (base 16) Shenzhen Sundray Technologies Company Limited 6th Floor,Block A1, Nanshan iPark, No.1001 XueYuan Road, Nanshan District Shenzhen Guangdong 518057 CN 38-AA-3C (hex) SAMSUNG ELECTRO MECHANICS CO., LTD. 38AA3C (base 16) SAMSUNG ELECTRO MECHANICS CO., LTD. 314, Maetan3-Dong, Yeongtong-Gu Suwon 443-743 US 00-03-02 (hex) Charles Industries, Ltd. 000302 (base 16) Charles Industries, Ltd. 5600 Apollo Drive Rolling Meadows IL 60008 US 50-A4-D0 (hex) IEEE Registration Authority 50A4D0 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 80-00-10 (hex) AT&T 800010 (base 16) AT&T 3300 E Renner Road Richardson TX 75082 US 00-24-F1 (hex) Shenzhen Fanhai Sanjiang Electronics Co., Ltd. 0024F1 (base 16) Shenzhen Fanhai Sanjiang Electronics Co., Ltd. 3Floor-Guangcai Xintiandi Building,Nanshan Rd,Nanshan, Shenzhen Guangdong 518054 CN 14-2F-FD (hex) LT SECURITY INC 142FFD (base 16) LT SECURITY INC 18738 SAN JOSE AVE CITY OF INDUSTRY CA 91748 US 0C-3C-CD (hex) Universal Global Scientific Industrial Co., Ltd. 0C3CCD (base 16) Universal Global Scientific Industrial Co., Ltd. 141, Lane 351, Taiping Road, Sec.1,Tsao Tuen Nan-Tou Taiwan 54261 TW 14-AB-C5 (hex) Intel Corporate 14ABC5 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 50-D2-13 (hex) CviLux Corporation 50D213 (base 16) CviLux Corporation 9F,No.9,Lane 3,Sec.1,Chung-Cheng East Road, Tamshui New Taipei City 25147 TW 00-1E-29 (hex) Hypertherm Inc 001E29 (base 16) Hypertherm Inc 15 Great Hollow Rd Hanover NH 03755 US 50-04-B8 (hex) HUAWEI TECHNOLOGIES CO.,LTD 5004B8 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-D0-B2 (hex) Xiotech Corporation 00D0B2 (base 16) Xiotech Corporation 6455 FLYING CLOUD DRIVE EDEN PRAIRIE MN 55344 US 5C-FF-35 (hex) Wistron Corporation 5CFF35 (base 16) Wistron Corporation 21F, 88, Sec.1, Hsin Tai Wu Rd., Hsichih, Taipei Hsien 221 TW CC-9F-7A (hex) Chiun Mai Communication Systems, Inc CC9F7A (base 16) Chiun Mai Communication Systems, Inc No.4, Minsheng St., Tucheng District New Taipei City 23678 TW 78-F2-9E (hex) PEGATRON CORPORATION 78F29E (base 16) PEGATRON CORPORATION 5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW 64-77-7D (hex) Hitron Technologies. Inc 64777D (base 16) Hitron Technologies. Inc No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW 9C-50-EE (hex) Cambridge Industries(Group) Co.,Ltd. 9C50EE (base 16) Cambridge Industries(Group) Co.,Ltd. 5/F,Building 8, 2388 ChenHang Road, MinHang District shanghai 201114 CN 40-ED-98 (hex) IEEE Registration Authority 40ED98 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US C8-91-F9 (hex) Sagemcom Broadband SAS C891F9 (base 16) Sagemcom Broadband SAS 250 route de l'Empereur Rueil Malmaison HAUTS DE SEINE 92848 FR AC-DC-E5 (hex) Procter & Gamble Company ACDCE5 (base 16) Procter & Gamble Company 2 Procter & Gamble Plaza Cincinnati OH 45202 US 00-B3-62 (hex) Apple, Inc. 00B362 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E4-E4-AB (hex) Apple, Inc. E4E4AB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 60-D2-62 (hex) Tzukuri Pty Ltd 60D262 (base 16) Tzukuri Pty Ltd 6 Lenthall Street Kensington NSW 2033 AU 84-04-D2 (hex) Kirale Technologies SL 8404D2 (base 16) Kirale Technologies SL General Vara de Rey 9, 5B Logrono La Rioja 26001 ES 54-FA-96 (hex) Nokia 54FA96 (base 16) Nokia Karaportti 3 Espoo Finland 02610 FI 60-33-4B (hex) Apple, Inc. 60334B (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 38-AF-D7 (hex) FUJITSU LIMITED 38AFD7 (base 16) FUJITSU LIMITED 403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP 28-99-3A (hex) Arista Networks 28993A (base 16) Arista Networks 5453 Great America Parkway Santa Clara CA 95054 US 64-EB-8C (hex) Seiko Epson Corporation 64EB8C (base 16) Seiko Epson Corporation 80 Harashinden Shiojiri-shi Nagano-ken 399-0785 JP F4-8C-50 (hex) Intel Corporate F48C50 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY DC-D2-55 (hex) Kinpo Electronics, Inc. DCD255 (base 16) Kinpo Electronics, Inc. No.147, Sec. 3, Beishen Rd Shenkeng Dist. New Taipei City 222 TW A0-2C-36 (hex) FN-LINK TECHNOLOGY LIMITED A02C36 (base 16) FN-LINK TECHNOLOGY LIMITED A Building,HuiXin industial park,No 31, YongHe road, Fuyong town, Bao'an District SHENZHEN GUANGDONG 518100 CN 00-03-20 (hex) Xpeed, Inc. 000320 (base 16) Xpeed, Inc. 99 W. Tasman Drive San Jose CA 95134 US 50-8A-0F (hex) SHENZHEN FISE TECHNOLOGY HOLDING CO.,LTD. 508A0F (base 16) SHENZHEN FISE TECHNOLOGY HOLDING CO.,LTD. No.6 Building, Longfu Industrial Area, Huarong Road, Tongsheng Community, Dalang Street, Longhua New District Shenzhen Guangdong 518000 CN 7C-CB-E2 (hex) IEEE Registration Authority 7CCBE2 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US A8-A5-E2 (hex) MSF-Vathauer Antriebstechnik GmbH & Co KG A8A5E2 (base 16) MSF-Vathauer Antriebstechnik GmbH & Co KG Am Hessentuch 6-8 Detmold Nordrhein-Westfalen 32758 DE BC-A8-A6 (hex) Intel Corporate BCA8A6 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 74-FF-4C (hex) Skyworth Digital Technology(Shenzhen) Co.,Ltd 74FF4C (base 16) Skyworth Digital Technology(Shenzhen) Co.,Ltd 7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN 68-AF-13 (hex) Futura Mobility 68AF13 (base 16) Futura Mobility 515 PENNSYLVANIA AVE FORT WASHINTON PA 19034 US 68-1A-B2 (hex) zte corporation 681AB2 (base 16) zte corporation 12/F.,zte R&D building,kejinan Road, shenzhen guangdong 518057 CN E0-4F-BD (hex) SICHUAN TIANYI COMHEART TELECOMCO.,LTD E04FBD (base 16) SICHUAN TIANYI COMHEART TELECOMCO.,LTD FL12,TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN 7C-EB-AE (hex) Ridgeline Instruments 7CEBAE (base 16) Ridgeline Instruments 4803 Innovation Drive, Suite 3B Fort Collins CO 80525 US E0-50-8B (hex) Zhejiang Dahua Technology Co., Ltd. E0508B (base 16) Zhejiang Dahua Technology Co., Ltd. No.1199,Waterfront Road Hangzhou Zhejiang 310053 CN 9C-1E-95 (hex) Actiontec Electronics, Inc 9C1E95 (base 16) Actiontec Electronics, Inc 3301 Olcott St. Santa Clara CA 95054 US 60-42-7F (hex) SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD 60427F (base 16) SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD Unit East Block22-24/F,Skyworth semiconductor design Bldg., Gaoxin Ave.4.S.,Nanshan District,Shenzhen,China SHENZHEN GUANGDONG 518057 CN E8-9E-B4 (hex) Hon Hai Precision Ind. Co.,Ltd. E89EB4 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN D4-6A-6A (hex) Hon Hai Precision Ind. Co.,Ltd. D46A6A (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 98-FD-74 (hex) ACT.CO.LTD 98FD74 (base 16) ACT.CO.LTD 3-RD Floor 93, Sanbon-ro Gunpo-si Gyeonggi-do 15849 KR 64-DB-43 (hex) Motorola (Wuhan) Mobility Technologies Communication Co., Ltd. 64DB43 (base 16) Motorola (Wuhan) Mobility Technologies Communication Co., Ltd. No.19, Gaoxin 4th Road, Wuhan East Lake High-tech Zone, Wuhan Wuhan Hubei 430000 CN 00-0E-58 (hex) Sonos, Inc. 000E58 (base 16) Sonos, Inc. 614 Chapala St Santa Barbara CA 93101 US 00-25-90 (hex) Super Micro Computer, Inc. 002590 (base 16) Super Micro Computer, Inc. 980 Rock Avenue San Jose California 95131 US AC-1F-6B (hex) Super Micro Computer, Inc. AC1F6B (base 16) Super Micro Computer, Inc. 980 Rock Ave San Jose CA 95131 US 00-0B-2E (hex) Cal-Comp Electronics & Communications Company Ltd. 000B2E (base 16) Cal-Comp Electronics & Communications Company Ltd. No.147, Sec. 3, Beishen Rd Shenkeng Dist New Taipei City --- TW 48-65-EE (hex) IEEE Registration Authority 4865EE (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US D0-F7-3B (hex) Helmut Mauell GmbH Werk Weida D0F73B (base 16) Helmut Mauell GmbH Werk Weida Am Rosenhügel 1-7 Velbert 42553 DE 18-06-75 (hex) Dilax Intelcom GmbH 180675 (base 16) Dilax Intelcom GmbH Alt-Moabit 96b Berlin 10559 DE 00-0F-C2 (hex) Uniwell Corporation 000FC2 (base 16) Uniwell Corporation 5-25, 3-chome, Tenma, Kita-ku Osaka 530-0043 JP 6C-EC-5A (hex) Hon Hai Precision Ind. CO.,Ltd. 6CEC5A (base 16) Hon Hai Precision Ind. CO.,Ltd. B22 Building, NO.52,Tongle Road, Foxconn Industrial Park, District Jiangnan, Nanning, Guangxi, China Nanning Guangxi 530031 CN 44-C3-46 (hex) HUAWEI TECHNOLOGIES CO.,LTD 44C346 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 30-74-96 (hex) HUAWEI TECHNOLOGIES CO.,LTD 307496 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 70-8A-09 (hex) HUAWEI TECHNOLOGIES CO.,LTD 708A09 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN CC-C5-EF (hex) Co-Comm Servicios Telecomunicaciones S.L. CCC5EF (base 16) Co-Comm Servicios Telecomunicaciones S.L. Lisboa, 20 Las Rozas Madrid Madrid 28232 ES 90-02-A9 (hex) Zhejiang Dahua Technology Co., Ltd. 9002A9 (base 16) Zhejiang Dahua Technology Co., Ltd. NO.1199 BinAn Road Hangzhou Zhejiang 310053 CN C0-28-8D (hex) Logitech, Inc C0288D (base 16) Logitech, Inc 4700 NW Camas Meadows Drive Camas WA 98607 US 0C-49-33 (hex) Sichuan Jiuzhou Electronic Technology Co., Ltd. 0C4933 (base 16) Sichuan Jiuzhou Electronic Technology Co., Ltd. No. 259, Jiuzhou Road Mianyang City Sichuan Province 621000 CN 00-00-64 (hex) Yokogawa Digital Computer Corporation 000064 (base 16) Yokogawa Digital Computer Corporation Shinjuku MIDWEST Bldg.4-30-3 Yoyogi Shibuya-ku, Tokyo 151-0053 JP 50-6B-8D (hex) Nutanix 506B8D (base 16) Nutanix 1740 Technology Drive Ste #150 San Jose CA 95110 US 00-38-DF (hex) Cisco Systems, Inc 0038DF (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US F4-CA-E5 (hex) FREEBOX SAS F4CAE5 (base 16) FREEBOX SAS 8 rue de la Ville l'Eveque PARIS IdF 75008 FR 90-00-4E (hex) Hon Hai Precision Ind. Co.,Ltd. 90004E (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 7C-26-34 (hex) ARRIS Group, Inc. 7C2634 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 40-F4-13 (hex) Rubezh 40F413 (base 16) Rubezh Ulyanovskaya str. 28 Saratov 410056 RU C8-D3-FF (hex) Hewlett Packard C8D3FF (base 16) Hewlett Packard 11445 Compaq Center Drive Houston TX 77070 US C4-BE-84 (hex) Texas Instruments C4BE84 (base 16) Texas Instruments 12500 TI Blvd Dallas 75243 US F4-F5-24 (hex) Motorola Mobility LLC, a Lenovo Company F4F524 (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US 00-BB-C1 (hex) CANON INC. 00BBC1 (base 16) CANON INC. 30-2 Shimomaruko 3-chome, Ohta-ku Tokyo 146-8501 JP 24-C1-BD (hex) CRRC DALIAN R&D CO.,LTD. 24C1BD (base 16) CRRC DALIAN R&D CO.,LTD. No.1 Haoyang North Street,Lvshun Economic Deveopment Zone Dalian Liaoning 116052 CN 00-A2-EE (hex) Cisco Systems, Inc 00A2EE (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-59-DC (hex) Cisco Systems, Inc 0059DC (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-FD-45 (hex) Hewlett Packard Enterprise 00FD45 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US 50-98-F3 (hex) Rheem Australia Pty Ltd 5098F3 (base 16) Rheem Australia Pty Ltd 1 Alan Street Rydalmere NSW 2116 AU B4-D1-35 (hex) Cloudistics B4D135 (base 16) Cloudistics 116000 Sunrise Valley Dr Suite 210 Reston VA 20190 US 00-13-A5 (hex) General Solutions, LTD. 0013A5 (base 16) General Solutions, LTD. 5902 Sovereign Drive Houston Texas 77036 US 9C-3D-CF (hex) NETGEAR 9C3DCF (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 24-88-94 (hex) shenzhen lensun Communication Technology LTD 248894 (base 16) shenzhen lensun Communication Technology LTD RM 201, Block 19, Zhiheng industry Park, Nantou Check point Shenzhen Guangdong 518000 CN B0-4B-BF (hex) PT HAN SUNG ELECTORONICS INDONESIA B04BBF (base 16) PT HAN SUNG ELECTORONICS INDONESIA JL.PALEM 1 BLOK DS-6 KAWASAN INDUSTRI BATIK LIPPO CIKARANG, DESA CIBATU, KECAMATAN CIKARANG SELATAN BEKASI JAWA BARAT 17550 ID CC-2D-83 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD CC2D83 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN D4-6E-0E (hex) TP-LINK TECHNOLOGIES CO.,LTD. D46E0E (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 88-36-6C (hex) EFM Networks 88366C (base 16) EFM Networks 6F, Benposra II 1197-1 Bojeong Giheung Gu Yong In Kyunggi do 446913 KR 48-DA-96 (hex) Eddy Smart Home Solutions Inc. 48DA96 (base 16) Eddy Smart Home Solutions Inc. 1600-25 Sheppard Avenue West Toronto Ontario M2N 6S6 CA F0-74-E4 (hex) Thundercomm Technology Co., Ltd F074E4 (base 16) Thundercomm Technology Co., Ltd Building NO.4, 99# Xiantao Data Valley Zhonglu, Yubei District, Chongqing, China chongqing 404100 CN A0-72-2C (hex) HUMAX Co., Ltd. A0722C (base 16) HUMAX Co., Ltd. HUMAX Village, 216, Hwangsaeul-ro, Bu Seongnam-si Gyeonggi-do 463-875 KR FC-D8-48 (hex) Apple, Inc. FCD848 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US EC-10-7B (hex) Samsung Electronics Co.,Ltd EC107B (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 1C-23-2C (hex) Samsung Electronics Co.,Ltd 1C232C (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR E0-0D-B9 (hex) Cree, Inc. E00DB9 (base 16) Cree, Inc. 4600 Silicon Drive Durham NC 27703 US DC-0D-30 (hex) Shenzhen Feasycom Technology Co., Ltd. DC0D30 (base 16) Shenzhen Feasycom Technology Co., Ltd. #2004, Huichao Science & Technology Building, Jinhai Road, Xixiang Shenzhen Guangdong 18000 CN F0-AC-D7 (hex) IEEE Registration Authority F0ACD7 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 94-95-A0 (hex) Google, Inc. 9495A0 (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US 00-A6-CA (hex) Cisco Systems, Inc 00A6CA (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 38-D5-47 (hex) ASUSTek COMPUTER INC. 38D547 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW FC-83-C6 (hex) N-Radio Technologies Co., Ltd. FC83C6 (base 16) N-Radio Technologies Co., Ltd. 2#, 7F, Satellite Buiding, Keyuan Road, Nanshan ShenZhen GuangDong 518000 CN 30-B6-4F (hex) Juniper Networks 30B64F (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 1C-9D-3E (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. 1C9D3E (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY F0-2F-A7 (hex) HUAWEI TECHNOLOGIES CO.,LTD F02FA7 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 18-DE-D7 (hex) HUAWEI TECHNOLOGIES CO.,LTD 18DED7 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN C8-3D-D4 (hex) CyberTAN Technology Inc. C83DD4 (base 16) CyberTAN Technology Inc. 99 Park Ave III, Hsinchu Science Park Hsinchu 308 TW E0-B9-4D (hex) SHENZHEN BILIAN ELECTRONIC CO.,LTD E0B94D (base 16) SHENZHEN BILIAN ELECTRONIC CO.,LTD NO.268, Fuqian Rd, Jutang community, Guanlan Town, Longhua New district shenzhen guangdong 518000 CN D8-45-2B (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. D8452B (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY E4-18-6B (hex) Zyxel Communications Corporation E4186B (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW 00-87-31 (hex) Cisco Systems, Inc 008731 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 88-DE-A9 (hex) Roku, Inc. 88DEA9 (base 16) Roku, Inc. 12980 Saratoga Ave Saratoga CA 95070 US 78-88-8A (hex) CDR Sp. z o.o. Sp. k. 78888A (base 16) CDR Sp. z o.o. Sp. k. Palki 15 Zory 44-240 PL 00-21-D1 (hex) Samsung Electronics Co.,Ltd 0021D1 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-1F-CC (hex) Samsung Electronics Co.,Ltd 001FCC (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR A4-29-83 (hex) Boeing Defence Australia A42983 (base 16) Boeing Defence Australia GPO Box 767 Brisbane Queensland 4001 AU EC-88-92 (hex) Motorola Mobility LLC, a Lenovo Company EC8892 (base 16) Motorola Mobility LLC, a Lenovo Company 222 Merchandise Mart Plaza, Suite 1800 Chicago IL 60654 US 74-87-A9 (hex) OCT Technology Co., Ltd. 7487A9 (base 16) OCT Technology Co., Ltd. 8F. -2, No. 94, Baojhong Rd. Sindian Dist. New Taipei City 231 TW 00-4A-77 (hex) zte corporation 004A77 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN A4-14-37 (hex) Hangzhou Hikvision Digital Technology Co.,Ltd. A41437 (base 16) Hangzhou Hikvision Digital Technology Co.,Ltd. No.469,Jianghui Road Hangzhou Zhejiang 310052 CN 60-A1-0A (hex) Samsung Electronics Co.,Ltd 60A10A (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 8C-71-F8 (hex) Samsung Electronics Co.,Ltd 8C71F8 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR CC-05-1B (hex) Samsung Electronics Co.,Ltd CC051B (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 8C-77-12 (hex) Samsung Electronics Co.,Ltd 8C7712 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 94-63-D1 (hex) Samsung Electronics Co.,Ltd 9463D1 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-21-D2 (hex) Samsung Electronics Co.,Ltd 0021D2 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 5C-49-7D (hex) Samsung Electronics Co.,Ltd 5C497D (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 98-23-4E (hex) Micromedia AG 98234E (base 16) Micromedia AG Gartenweg 46 Buonas Zug 6343 CH 50-3F-98 (hex) CMITECH 503F98 (base 16) CMITECH 904-ho, 25, Simin-daero 248beon-gil, Dongan-gu Anyang-si Gyeonggi-do 14067 KR 78-20-79 (hex) ID Tech 782079 (base 16) ID Tech 10721 Walker St Cypress CA 90630 US 0C-60-76 (hex) Hon Hai Precision Ind. Co.,Ltd. 0C6076 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 0C-EE-E6 (hex) Hon Hai Precision Ind. Co.,Ltd. 0CEEE6 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN E4-D5-3D (hex) Hon Hai Precision Ind. Co.,Ltd. E4D53D (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN C0-14-3D (hex) Hon Hai Precision Ind. Co.,Ltd. C0143D (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN C0-18-85 (hex) Hon Hai Precision Ind. Co.,Ltd. C01885 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 00-74-9C (hex) Ruijie Networks Co.,LTD 00749C (base 16) Ruijie Networks Co.,LTD 19# Building,Star-net Science Plaza,Juyuanzhou, 618 Jinshan Road Fuzhou Fujian 350002 CN 58-94-CF (hex) Vertex Standard LMR, Inc. 5894CF (base 16) Vertex Standard LMR, Inc. 4-8-8 Nakameguro Meguro-ku Tokyo 153-8644 JP 20-F8-5E (hex) Delta Electronics 20F85E (base 16) Delta Electronics 252 Shangying Road Taoyuan County Taiwan 33341 TW 78-25-AD (hex) Samsung Electronics Co.,Ltd 7825AD (base 16) Samsung Electronics Co.,Ltd 416, MAETAN-3DONG, PALDAL-GU SUWON CITY KYUNGKI-DO 442-742 KR EC-E0-9B (hex) Samsung Electronics Co.,Ltd ECE09B (base 16) Samsung Electronics Co.,Ltd 416, Maetan-3dong, Yeongtong-gu, Suwon-City Gyeonggi-do 443-742 KR 00-23-E4 (hex) IPnect co. ltd. 0023E4 (base 16) IPnect co. ltd. 808 albatross B/D 237-18 Seoul 153-801 KR 70-D4-F2 (hex) RIM 70D4F2 (base 16) RIM Phillip Street Waterloo Ontario N2L 3W8 CA 78-D6-F0 (hex) SAMSUNG ELECTRO MECHANICS CO., LTD. 78D6F0 (base 16) SAMSUNG ELECTRO MECHANICS CO., LTD. Metan Dong 314, Youngtong Gu Suwon Kyung-gi Do. 443-743 KR BC-20-A4 (hex) Samsung Electronics Co.,Ltd BC20A4 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 08-D4-2B (hex) Samsung Electronics Co.,Ltd 08D42B (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 78-9E-D0 (hex) Samsung Electronics Co.,Ltd 789ED0 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR B0-C4-E7 (hex) Samsung Electronics Co.,Ltd B0C4E7 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR A0-07-98 (hex) Samsung Electronics Co.,Ltd A00798 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-1F-CD (hex) Samsung Electronics Co.,Ltd 001FCD (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 38-EC-E4 (hex) Samsung Electronics Co.,Ltd 38ECE4 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 94-51-03 (hex) Samsung Electronics Co.,Ltd 945103 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-24-90 (hex) Samsung Electronics Co.,Ltd 002490 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-23-D7 (hex) Samsung Electronics Co.,Ltd 0023D7 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 54-9B-12 (hex) Samsung Electronics Co.,Ltd 549B12 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR FC-A1-3E (hex) Samsung Electronics Co.,Ltd FCA13E (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 24-C6-96 (hex) Samsung Electronics Co.,Ltd 24C696 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 94-D7-71 (hex) Samsung Electronics Co.,Ltd 94D771 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR E8-4E-84 (hex) Samsung Electronics Co.,Ltd E84E84 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-16-32 (hex) Samsung Electronics Co.,Ltd 001632 (base 16) Samsung Electronics Co.,Ltd 416, METAN-3DONG, SUWON KYUNGKI-DO 442-742 KR E4-E0-C5 (hex) Samsung Electronics Co.,Ltd E4E0C5 (base 16) Samsung Electronics Co.,Ltd 416, Maetan-3dong, Yeongtong-gu Suwon Gyeonggi-do 443742 KR C8-14-79 (hex) Samsung Electronics Co.,Ltd C81479 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 1C-AF-05 (hex) Samsung Electronics Co.,Ltd 1CAF05 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-16-DB (hex) Samsung Electronics Co.,Ltd 0016DB (base 16) Samsung Electronics Co.,Ltd #94-1 Gumi-City Gyeong-Buk 730-350 KR 00-1E-E2 (hex) Samsung Electronics Co.,Ltd 001EE2 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 20-D5-BF (hex) Samsung Electronics Co.,Ltd 20D5BF (base 16) Samsung Electronics Co.,Ltd 416, Maetan 3dong, Yeongtong-Gu Suwon Gyeonggi-Do 443742 KR 5C-E8-EB (hex) Samsung Electronics Co.,Ltd 5CE8EB (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR C0-BD-D1 (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) C0BDD1 (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak Bangpakong Chachoengsao 24180 TH B4-79-A7 (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) B479A7 (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak Bangpakong Chachoengsao 24180 TH 7C-11-CB (hex) HUAWEI TECHNOLOGIES CO.,LTD 7C11CB (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 1C-25-E1 (hex) China Mobile IOT Company Limited 1C25E1 (base 16) China Mobile IOT Company Limited NO.8 Yu Ma Road, NanAn Area Chongqing Chongqing 401336 CN C0-F6-36 (hex) Hangzhou Kuaiyue Technologies, Ltd. C0F636 (base 16) Hangzhou Kuaiyue Technologies, Ltd. Dongguan Hitech Park, Building 1-805, 288 Qiuyi Rd, Bingjiang District Hangzhou Zhejiang 310053 CN 00-1A-22 (hex) eQ-3 Entwicklung GmbH 001A22 (base 16) eQ-3 Entwicklung GmbH Maiburger Str. 36 Leer Niedersachsen D-26789 DE B0-DF-3A (hex) Samsung Electronics Co.,Ltd B0DF3A (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 80-57-19 (hex) Samsung Electronics Co.,Ltd 805719 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 34-BE-00 (hex) Samsung Electronics Co.,Ltd 34BE00 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 54-E2-E0 (hex) ARRIS Group, Inc. 54E2E0 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 34-7A-60 (hex) ARRIS Group, Inc. 347A60 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1C-C3 (hex) ARRIS Group, Inc. 001CC3 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 24-0D-C2 (hex) TCT mobile ltd 240DC2 (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN 78-52-1A (hex) Samsung Electronics Co.,Ltd 78521A (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 70-85-C6 (hex) ARRIS Group, Inc. 7085C6 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 20-BB-C6 (hex) Jabil Circuit Hungary Ltd. 20BBC6 (base 16) Jabil Circuit Hungary Ltd. Huszár Andor 1. Tiszaújváros H-3580 HU 04-FE-A1 (hex) Fihonest communication co.,Ltd 04FEA1 (base 16) Fihonest communication co.,Ltd Room902,Park road,Zhixing business-building Dongguan Guangdong 523560 CN EC-8C-A2 (hex) Ruckus Wireless EC8CA2 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US B8-00-18 (hex) Htel B80018 (base 16) Htel Dunchon-dearo, Jungwon-gu Seongnam-si Gyeonggi-do 13229 KR 74-72-B0 (hex) Guangzhou Shiyuan Electronics Co., Ltd. 7472B0 (base 16) Guangzhou Shiyuan Electronics Co., Ltd. No.6, 4th Yunpu Road, Yunpu Industry District Guangzhou Guangdong 510530 CN 54-6C-0E (hex) Texas Instruments 546C0E (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US EC-8E-AE (hex) Nagravision SA EC8EAE (base 16) Nagravision SA Route de Geneve 22-24, PO 7980 Cheseaux Vaud 1033 CH A0-43-DB (hex) Sitael S.p.A. A043DB (base 16) Sitael S.p.A. Via San Sabino, 21 Mola di Bari BA 70042 IT E0-E7-BB (hex) Nureva, Inc. E0E7BB (base 16) Nureva, Inc. 1000, 1221 8th Street SW Calgary AB T2R 0L4 CA 00-80-8C (hex) NetAlly 00808C (base 16) NetAlly 310 Littleton Road Westford MA 01886 US 04-9F-81 (hex) NetAlly 049F81 (base 16) NetAlly 310 Littleton Road Westford MA 01886 US 00-10-87 (hex) XSTREAMIS PLC 001087 (base 16) XSTREAMIS PLC OXFORD SCIENCE PARK OXFORD 0X4 4GA 00000 US 00-B0-B3 (hex) XSTREAMIS PLC 00B0B3 (base 16) XSTREAMIS PLC Magdalen Centre Oxford 0X4 4GA 0000 GB 04-9F-CA (hex) HUAWEI TECHNOLOGIES CO.,LTD 049FCA (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 50-01-6B (hex) HUAWEI TECHNOLOGIES CO.,LTD 50016B (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN AC-48-2D (hex) Ralinwi Nanjing Electronic Technology Co., Ltd. AC482D (base 16) Ralinwi Nanjing Electronic Technology Co., Ltd. 3rd Floor, Building B,R&D Block 3, Xuzhuang Software Park, No. 699-27, Xuanwu Avenue Nanjing Jiangsu 210046 CN 00-23-63 (hex) Zhuhai Raysharp Technology Co.,Ltd 002363 (base 16) Zhuhai Raysharp Technology Co.,Ltd No.119 of Huawei Road, Qianshan Science & Technology Park, Zhuhai Guangdong 519070 CN 00-00-1B (hex) Novell, Inc. 00001B (base 16) Novell, Inc. 122 EAST 1700 SOUTH PROVO UT 84606 US 00-90-58 (hex) Ultra Electronics Command & Control Systems 009058 (base 16) Ultra Electronics Command & Control Systems Knaves Beech Business Centre Hemel Hemstead Herts England HP2 7BW GB 00-1C-FD (hex) Universal Electronics, Inc. 001CFD (base 16) Universal Electronics, Inc. 6101 Gateway Drive Cypress 90630 US 08-00-87 (hex) Xyplex, Inc. 080087 (base 16) Xyplex, Inc. 295 FOSTER STREET LITTLETON MA 01460 US DC-1A-01 (hex) Ecoliv Technology ( Shenzhen ) Ltd. DC1A01 (base 16) Ecoliv Technology ( Shenzhen ) Ltd. B-734, Tianhui building, Longhua Street, Pine Road, Longhua District Shenzhen Guangdong 518109 CN 00-54-9F (hex) Avaya Inc 00549F (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 28-24-FF (hex) Wistron Neweb Corporation 2824FF (base 16) Wistron Neweb Corporation No.20,Park Avenue II,Hsinchu Science Park Hsin-Chu R.O.C. 308 TW 38-25-6B (hex) Microsoft Mobile Oy 38256B (base 16) Microsoft Mobile Oy Keilalahdentie 4 Espoo 02150 FI 00-1C-EF (hex) Primax Electronics Ltd. 001CEF (base 16) Primax Electronics Ltd. 669, Ruey Kuang Road, Neihu Taipei 114 TW 00-02-76 (hex) Primax Electronics Ltd. 000276 (base 16) Primax Electronics Ltd. No. 669, Ruey Kuang Road, Neihu Taipei Taiwan, R.O.C. TW 4C-B2-1C (hex) Maxphotonics Co.,Ltd 4CB21C (base 16) Maxphotonics Co.,Ltd Maxphotonics Industrial Park,Third Furong Road,Furong Industrial Area,Shajing,BaoAn ShenZhen GuangDong 518125 CN 20-5E-F7 (hex) Samsung Electronics Co.,Ltd 205EF7 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 14-1F-78 (hex) Samsung Electronics Co.,Ltd 141F78 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR D8-47-10 (hex) Sichuan Changhong Electric Ltd. D84710 (base 16) Sichuan Changhong Electric Ltd. 35 East Mianxing Road,High-Tech Park, MianYang SiChuan 621000 CN 00-19-72 (hex) Plexus (Xiamen) Co.,ltd. 001972 (base 16) Plexus (Xiamen) Co.,ltd. No.6 Xiangxing 2 Road Xiamen Fujian 361006 CN 00-23-47 (hex) ProCurve Networking by HP 002347 (base 16) ProCurve Networking by HP 60 Alexandra Terrace 0000 118502 SG 00-24-A8 (hex) ProCurve Networking by HP 0024A8 (base 16) ProCurve Networking by HP 60 Alexandra Terrace 0000 118502 SG C0-91-34 (hex) ProCurve Networking by HP C09134 (base 16) ProCurve Networking by HP 60 Alexandra Terrace 0000 118502 SG 00-19-69 (hex) Nortel Networks 001969 (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-18-B0 (hex) Nortel Networks 0018B0 (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-16-CA (hex) Nortel Networks 0016CA (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-0F-CD (hex) Nortel Networks 000FCD (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-1B-BA (hex) Nortel Networks 001BBA (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-04-DC (hex) Nortel Networks 0004DC (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-0C-F7 (hex) Nortel Networks 000CF7 (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-14-0E (hex) Nortel Networks 00140E (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-1E-1F (hex) Nortel Networks 001E1F (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 20-3A-EF (hex) Sivantos GmbH 203AEF (base 16) Sivantos GmbH Henri-Dunant-Strasse 100 Erlangen Bavaria 91058 DE 00-59-79 (hex) Networked Energy Services 005979 (base 16) Networked Energy Services 5215 Hellyer Avenue San Jose CA 95138 US 20-7C-8F (hex) Quanta Microsystems,Inc. 207C8F (base 16) Quanta Microsystems,Inc. No.5 Lane 91,Dongmei Rd. Hsinchu 300 TW 00-0B-34 (hex) ShangHai Broadband Technologies CO.LTD 000B34 (base 16) ShangHai Broadband Technologies CO.LTD 17F,No.122,HuangXing Road ShangHai 200090 CN 74-B5-7E (hex) zte corporation 74B57E (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN B8-BB-23 (hex) Guangdong Nufront CSC Co., Ltd B8BB23 (base 16) Guangdong Nufront CSC Co., Ltd A403-414, Building 13, No.232 Waihuan East Road, Higher Education Mega Center, Guangdong 510006, China Guangzhou Guangdong 510006 CN 34-EA-34 (hex) HangZhou Gubei Electronics Technology Co.,Ltd 34EA34 (base 16) HangZhou Gubei Electronics Technology Co.,Ltd Room 106, No.611 Jianghong Road, Binjiang District, Hangzhou, Zhejiang, China Hangzhou ZheJiang 310052 CN 30-92-F6 (hex) SHANGHAI SUNMON COMMUNICATION TECHNOGY CO.,LTD 3092F6 (base 16) SHANGHAI SUNMON COMMUNICATION TECHNOGY CO.,LTD Suite 604-605,Xing Yuan Technology Plaza 00000 ShangHai 200233 CN A8-AD-3D (hex) Alcatel-Lucent Shanghai Bell Co., Ltd A8AD3D (base 16) Alcatel-Lucent Shanghai Bell Co., Ltd No. 389, Ningqiao Road, Pudong Jinqiao Shanghai 201206 CN 24-AF-4A (hex) Alcatel-Lucent IPD 24AF4A (base 16) Alcatel-Lucent IPD 701 E. Middlefield Rd. Mountain View CA 94043 US 7C-20-64 (hex) Alcatel-Lucent IPD 7C2064 (base 16) Alcatel-Lucent IPD 600 March Drive Kanata Ontario K2K2E6 CA 44-DC-91 (hex) PLANEX COMMUNICATIONS INC. 44DC91 (base 16) PLANEX COMMUNICATIONS INC. 2F F-NISSAY Ebisu Bldg 3-16-3 Higashi, Shibuya-ku Tokyo 150-0011 JP E0-9D-B8 (hex) PLANEX COMMUNICATIONS INC. E09DB8 (base 16) PLANEX COMMUNICATIONS INC. Planex Volta Bldg., 2-11-9 Ebisu-Nishi,Shibuya-ku, 00000 1500021 US 00-0F-59 (hex) Phonak AG 000F59 (base 16) Phonak AG Länggasse 17 Murten FR 3280 CH 00-14-78 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 001478 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. 3/F,Bldg.R1-B,Hi-tech Industrial Park, ShenZhen GuangDong 518057 CN 48-F8-E1 (hex) Nokia 48F8E1 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 8C-90-D3 (hex) Nokia 8C90D3 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 00-28-F8 (hex) Intel Corporate 0028F8 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 58-BC-8F (hex) Cognitive Systems Corp. 58BC8F (base 16) Cognitive Systems Corp. 560 Westmount Road North Waterloo Ontario N2L 0A9 CA D4-55-BE (hex) SHENZHEN FAST TECHNOLOGIES CO.,LTD D455BE (base 16) SHENZHEN FAST TECHNOLOGIES CO.,LTD Room 202,Building No.5,Section 30,No.2 of Kefa Road,Nanshan District,Shenzhen,P.R.China Shenzhen Guangdong 518057 CN 64-0D-CE (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. 640DCE (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. 3/F, Building R1-B, High-Tech Industrial Park, Nanshan District Shenzhen Guangdong 518057 CN 54-D2-72 (hex) Nuki Home Solutions GmbH 54D272 (base 16) Nuki Home Solutions GmbH Muenzgrabenstrasse 92 Graz 8010 AT EC-26-FB (hex) TECC CO.,LTD. EC26FB (base 16) TECC CO.,LTD. Guam-ro 15-gil, Buk-gu Daegu 720-849 KR 00-20-F4 (hex) SPECTRIX CORPORATION 0020F4 (base 16) SPECTRIX CORPORATION 106 WILMOT ROAD, SUITE 250 DEERFIELD IL 60015-5150 US 04-EE-91 (hex) x-fabric GmbH 04EE91 (base 16) x-fabric GmbH Nachodstraße 7 Berlin 10779 DE B4-74-43 (hex) Samsung Electronics Co.,Ltd B47443 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR FC-F6-47 (hex) Fiberhome Telecommunication Technologies Co.,LTD FCF647 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan City Hubei Province 430074 CN 18-68-6A (hex) zte corporation 18686A (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN C4-4B-D1 (hex) Wallys Communications Teachnologies Co.,Ltd. C44BD1 (base 16) Wallys Communications Teachnologies Co.,Ltd. 5-207, DongHong Pioneer Park, #99 YangYu Lane, SuZhou JiangSu 215000 CN 6C-B9-C5 (hex) Delta Networks, Inc. 6CB9C5 (base 16) Delta Networks, Inc. 256 Yang Guang Street, Neihu Taipei Taiwan 11491 TW 30-76-6F (hex) LG Electronics (Mobile Communications) 30766F (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR A8-92-2C (hex) LG Electronics (Mobile Communications) A8922C (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR F8-0C-F3 (hex) LG Electronics (Mobile Communications) F80CF3 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR C4-9A-02 (hex) LG Electronics (Mobile Communications) C49A02 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 00-1F-6B (hex) LG Electronics (Mobile Communications) 001F6B (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 00-26-E2 (hex) LG Electronics (Mobile Communications) 0026E2 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR DC-44-27 (hex) IEEE Registration Authority DC4427 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US BC-34-00 (hex) IEEE Registration Authority BC3400 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US E8-88-6C (hex) Shenzhen SC Technologies Co.,LTD E8886C (base 16) Shenzhen SC Technologies Co.,LTD 4/FL,2Block,LianChuang Industrial Park,Bulan Road,Longgang Shenzhen Guangdong Province 518112 CN 00-24-FF (hex) QLogic Corporation 0024FF (base 16) QLogic Corporation 26650 Aliso Viejo Parkway Aliso Viejo CA 92656 US 00-1E-21 (hex) Qisda Corporation 001E21 (base 16) Qisda Corporation 157 Shan-Ying Road, Gueishan Taoyuan 333 TW 00-03-9D (hex) Qisda Corporation 00039D (base 16) Qisda Corporation 157 Shan Ying Road GueiShan Taoyuan 333 TW 00-08-0D (hex) Toshiba 00080D (base 16) Toshiba 2-9, Suehiro-cho, Tokyo 198-8710 JP 00-0E-7B (hex) Toshiba 000E7B (base 16) Toshiba 2-9, Suehiro-Cho Ome Tokyo 1988710 JP 00-03-B2 (hex) Radware 0003B2 (base 16) Radware 8 Hamrpe Hochvim 000 0000 IL 9C-61-21 (hex) SICHUAN TIANYI COMHEART TELECOMCO.,LTD 9C6121 (base 16) SICHUAN TIANYI COMHEART TELECOMCO.,LTD FL12,TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN 00-A0-C6 (hex) Qualcomm Inc. 00A0C6 (base 16) Qualcomm Inc. 6455 LUSK BLVD SAN DIEGO CA 92121 US 64-9C-81 (hex) Qualcomm Inc. 649C81 (base 16) Qualcomm Inc. 5665 Morehouse Drive San Diego CA 92071 US 00-1A-6A (hex) Tranzas, Inc. 001A6A (base 16) Tranzas, Inc. Queens tower C17 Yokohama Kanagawa-ken 220-6217 JP A4-71-74 (hex) HUAWEI TECHNOLOGIES CO.,LTD A47174 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN F4-CB-52 (hex) HUAWEI TECHNOLOGIES CO.,LTD F4CB52 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN B8-08-D7 (hex) HUAWEI TECHNOLOGIES CO.,LTD B808D7 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 94-61-1E (hex) Wata Electronics Co.,Ltd. 94611E (base 16) Wata Electronics Co.,Ltd. No 142,South Tanshen Road, Tanzhou Town,Zhongshan City,Guangdong,China Zhongshan Guangdong 528467 CN 00-C0-E4 (hex) SIEMENS BUILDING 00C0E4 (base 16) SIEMENS BUILDING TECHNOLOGIES, INC. BUFFALO GROVE IL 60089 US 00-0D-10 (hex) Embedtronics Oy 000D10 (base 16) Embedtronics Oy Leväsentie 23 Kuopio 70780 FI 00-1F-A8 (hex) Smart Energy Instruments Inc. 001FA8 (base 16) Smart Energy Instruments Inc. 297 Lakeshore Road East Oakville Ontario L6J 1J3 CA 00-0F-DB (hex) Westell Technologies Inc. 000FDB (base 16) Westell Technologies Inc. 750 N Commons Dr Aurora IL 60504 US 3C-07-71 (hex) Sony Corporation 3C0771 (base 16) Sony Corporation 1-7-1 Konan Minato-ku Tokyo 108-0075 JP 80-41-4E (hex) BBK EDUCATIONAL ELECTRONICS CORP.,LTD. 80414E (base 16) BBK EDUCATIONAL ELECTRONICS CORP.,LTD. LiWu INDUSTRIAL PARK,Wusha,Chang'an Dong Guan Guang Dong 523860 CN 24-94-42 (hex) OPEN ROAD SOLUTIONS , INC. 249442 (base 16) OPEN ROAD SOLUTIONS , INC. 88-13 SHUILI ROAD HSINCHU 30059 TW C4-64-13 (hex) Cisco Systems, Inc C46413 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-10-CA (hex) Telco Systems, Inc. 0010CA (base 16) Telco Systems, Inc. 15 Berkshire Road Mansfield, MA 02048 US 00-E0-9E (hex) Quantum Corporation 00E09E (base 16) Quantum Corporation 500 McCarthy Boulevard Milpitas CA 95035 US 00-0A-08 (hex) Alpine Electronics, Inc. 000A08 (base 16) Alpine Electronics, Inc. 20-1 Yoshima-Kogyodanchi iwaki-city Fukushima 970-1192 JP 20-6A-8A (hex) Wistron Infocomm (Zhongshan) Corporation 206A8A (base 16) Wistron Infocomm (Zhongshan) Corporation 168# First Avenue,Kunshan Export Processing Zone Kunshan Jiangsu 215300 CN 78-44-76 (hex) Zioncom Electronics (Shenzhen) Ltd. 784476 (base 16) Zioncom Electronics (Shenzhen) Ltd. A1&A2 building,lantian technology park, xinyu road, xingqiao henggang block, shajing street, Baoan District shenzhen guangdong 518000 CN 00-11-65 (hex) ZNYX Networks, Inc. 001165 (base 16) ZNYX Networks, Inc. 48421 Milmont Drive Fremont CA 94538 US 00-0A-68 (hex) Solarflare Communications Inc. 000A68 (base 16) Solarflare Communications Inc. Suite 100, 7505 Irvine Center Drive Irvine CA 92618 US 00-21-86 (hex) Universal Global Scientific Industrial Co., Ltd. 002186 (base 16) Universal Global Scientific Industrial Co., Ltd. 141, Lane 351, Sec.1, Taiping Road, NANTOU 54261 TW 18-39-19 (hex) Unicoi Systems 183919 (base 16) Unicoi Systems 410 Peachtree Pkwy Cumming GA 30041 US E8-E0-B7 (hex) Toshiba E8E0B7 (base 16) Toshiba 2-9,Suehiro-Cho Ome Tokyo 1988710 JP 68-07-15 (hex) Intel Corporate 680715 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 3C-B6-B7 (hex) vivo Mobile Communication Co., Ltd. 3CB6B7 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong 523860 CN C4-27-95 (hex) Technicolor CH USA Inc. C42795 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US A0-20-A6 (hex) Espressif Inc. A020A6 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 58-52-8A (hex) Mitsubishi Electric Corporation 58528A (base 16) Mitsubishi Electric Corporation 2-7-3 Marunouchi Chiyoda-ku Tokyo 100-8310 JP C4-F1-D1 (hex) BEIJING SOGOU TECHNOLOGY DEVELOPMENT CO., LTD. C4F1D1 (base 16) BEIJING SOGOU TECHNOLOGY DEVELOPMENT CO., LTD. SOHU.COM INTERNET PLAZA, NO.1 PARK, ZHONGGUANCHUN EAST ROAD. HAIDIAN DISTRICT Beijing 100000 CN AC-E7-7B (hex) SICHUAN TIANYI COMHEART TELECOMCO.,LTD ACE77B (base 16) SICHUAN TIANYI COMHEART TELECOMCO.,LTD FL12,TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN 2C-36-A0 (hex) Capisco Limited 2C36A0 (base 16) Capisco Limited PO Box 938 Auckland 0943 NZ B0-B2-DC (hex) Zyxel Communications Corporation B0B2DC (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW CC-5D-4E (hex) Zyxel Communications Corporation CC5D4E (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW 40-4A-03 (hex) Zyxel Communications Corporation 404A03 (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW C8-6C-87 (hex) Zyxel Communications Corporation C86C87 (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW 00-1E-C0 (hex) Microchip Technology Inc. 001EC0 (base 16) Microchip Technology Inc. 2355 W. Chandler Blvd. Chandler AZ 85224 US 64-5D-92 (hex) SICHUAN TIANYI COMHEART TELECOMCO.,LTD 645D92 (base 16) SICHUAN TIANYI COMHEART TELECOMCO.,LTD FL12,TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu, Sichuan Chengdu Sichuan 610000 CN 38-BC-1A (hex) MEIZU Technology Co., Ltd. 38BC1A (base 16) MEIZU Technology Co., Ltd. MEIZU Tech Bldg., Technology & Innovation Coast Zhuhai Guangdong 519085 CN 80-29-94 (hex) Technicolor CH USA Inc. 802994 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US E0-88-5D (hex) Technicolor CH USA Inc. E0885D (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 34-0A-FF (hex) Qingdao Hisense Communications Co.,Ltd. 340AFF (base 16) Qingdao Hisense Communications Co.,Ltd. Qianwangang Road 218 Qingdao Shandong 266510 CN 58-7E-61 (hex) Qingdao Hisense Communications Co.,Ltd. 587E61 (base 16) Qingdao Hisense Communications Co.,Ltd. Qianwangang Road 218 Qingdao Shandong 266510 CN C0-A1-A2 (hex) MarqMetrix C0A1A2 (base 16) MarqMetrix 410 West Harrison ST #200 Seattle WA 98119 US 08-D0-B7 (hex) Qingdao Hisense Communications Co.,Ltd. 08D0B7 (base 16) Qingdao Hisense Communications Co.,Ltd. Qianwangang Road 218 Qingdao Shandong 266510 CN EC-D6-8A (hex) Shenzhen JMicron Intelligent Technology Developmen ECD68A (base 16) Shenzhen JMicron Intelligent Technology Developmen Futian District, 13th Floor , Block B Building Tai Shenzhen Guangdong Province 518040 CN 50-52-D2 (hex) Hangzhou Telin Technologies Co., Limited 5052D2 (base 16) Hangzhou Telin Technologies Co., Limited 8 floor,D Building,Paradise Software Park,No. 3 Xidoumen Road, Xihu District, Hangzhou Hangzhou Zhejiang 310013 CN 90-EE-D9 (hex) UNIVERSAL DE DESARROLLOS ELECTRÓNICOS, SA 90EED9 (base 16) UNIVERSAL DE DESARROLLOS ELECTRÓNICOS, SA CRTA DE CASTELLAR, 298 TERRASSA BARCELONA 08226 ES 60-64-53 (hex) AOD Co.,Ltd. 606453 (base 16) AOD Co.,Ltd. No. 13155, Yuqing Street, High-Technology Development Zone, Weifang Shandong 261061 CN 6C-98-EB (hex) Riverbed Technology, Inc. 6C98EB (base 16) Riverbed Technology, Inc. 680 Folsom St. San Francisco CA 94107 US 00-9E-1E (hex) Cisco Systems, Inc 009E1E (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-25-3E (hex) Sensus Metering Systems 00253E (base 16) Sensus Metering Systems 10147 W. Emerald Street Boise Idaho 83704 US C8-AF-E3 (hex) Hefei Radio Communication Technology Co., Ltd C8AFE3 (base 16) Hefei Radio Communication Technology Co., Ltd No.108, YinXing Road, High-tech Development Zone Hefei Anhui 230088 CN CC-A2-60 (hex) SICHUAN TIANYI COMHEART TELECOMCO.,LTD CCA260 (base 16) SICHUAN TIANYI COMHEART TELECOMCO.,LTD FL12,TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN 7C-57-4E (hex) COBI GmbH 7C574E (base 16) COBI GmbH Solmsstrasse 4 Frankfurt am Main 60486 DE 28-F1-0E (hex) Dell Inc. 28F10E (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 04-56-04 (hex) Gionee Communication Equipment Co.,Ltd. 045604 (base 16) Gionee Communication Equipment Co.,Ltd. 21/F,Times Technology Building,No. 7028,Shennan Avenue,Futian District Shenzhen 518000 CN 34-C0-F9 (hex) Rockwell Automation 34C0F9 (base 16) Rockwell Automation 1 Allen-Bradley Dr. Mayfield Heights OH 44124-6118 US 00-FE-C8 (hex) Cisco Systems, Inc 00FEC8 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 2C-5A-8D (hex) SYSTRONIK Elektronik u. Systemtechnik GmbH 2C5A8D (base 16) SYSTRONIK Elektronik u. Systemtechnik GmbH Gewerbestrasse 57 ILLMENSEE 88636 DE 10-BE-F5 (hex) D-Link International 10BEF5 (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG E4-7B-3F (hex) BEIJING CO-CLOUD TECHNOLOGY LTD. E47B3F (base 16) BEIJING CO-CLOUD TECHNOLOGY LTD. 903 Room,Power Create E ,No.1 Shangdi East Road Beijing Beijing 100085 CN 0C-8A-87 (hex) AgLogica Holdings, Inc 0C8A87 (base 16) AgLogica Holdings, Inc 333 Research Ct NW Ste 230 Norcross GA 30092 US 54-ED-A3 (hex) Navdy, Inc. 54EDA3 (base 16) Navdy, Inc. 575 7th Street San Francisco CA 94103 US 40-F4-20 (hex) SICHUAN TIANYI COMHEART TELECOMCO.,LTD 40F420 (base 16) SICHUAN TIANYI COMHEART TELECOMCO.,LTD FL12,TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN 34-A2-A2 (hex) HUAWEI TECHNOLOGIES CO.,LTD 34A2A2 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 74-9D-8F (hex) HUAWEI TECHNOLOGIES CO.,LTD 749D8F (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 94-59-07 (hex) Shanghai HITE-BELDEN Network Technology Co., Ltd. 945907 (base 16) Shanghai HITE-BELDEN Network Technology Co., Ltd. No. 777, Xinjun Ring Road, Pujiang Hi-Tech Park, Minhang District Shanghai Shanghai 201114 CN 00-18-48 (hex) Vecima Networks Inc. 001848 (base 16) Vecima Networks Inc. 150 Cardinal Place Saskatoon SK S7L 6H7 CA 00-16-FB (hex) SHENZHEN MTC CO LTD 0016FB (base 16) SHENZHEN MTC CO LTD 5/F BenYuan Bldg,6015 ShenNan Road ShenZhen GuangDong 518040 CN A0-41-5E (hex) Opsens Solution Inc. A0415E (base 16) Opsens Solution Inc. 2014 rue Cyrille-Duquet, suite 125 Quebec QC G1N 4N6 CA A8-60-B6 (hex) Apple, Inc. A860B6 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C4-B3-01 (hex) Apple, Inc. C4B301 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E0-5F-45 (hex) Apple, Inc. E05F45 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 74-CC-39 (hex) Fiberhome Telecommunication Technologies Co.,LTD 74CC39 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 38-22-D6 (hex) Hangzhou H3C Technologies Co., Limited 3822D6 (base 16) Hangzhou H3C Technologies Co., Limited 310 Liuhe Road, Zhijiang Science Park Hangzhou Zhejiang, 310053 CN 94-E8-C5 (hex) ARRIS Group, Inc. 94E8C5 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 6C-3B-6B (hex) Routerboard.com 6C3B6B (base 16) Routerboard.com Mikrotikls SIA Riga Riga LV1009 LV 00-22-E7 (hex) WPS Parking Systems 0022E7 (base 16) WPS Parking Systems Hoevenweg 11 Eindhoven Noord-Brabant 5652 AW NL 48-51-B7 (hex) Intel Corporate 4851B7 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY B8-E7-79 (hex) 9Solutions Oy B8E779 (base 16) 9Solutions Oy Teknologiantie 2 Oulu 90590 FI C8-64-C7 (hex) zte corporation C864C7 (base 16) zte corporation 12/F.,zte R&D building,kejinan Road, shenzhen guangdong 518057 CN 48-3B-38 (hex) Apple, Inc. 483B38 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 1C-91-48 (hex) Apple, Inc. 1C9148 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 90-5F-2E (hex) TCT mobile ltd 905F2E (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN F8-23-B2 (hex) HUAWEI TECHNOLOGIES CO.,LTD F823B2 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 34-12-90 (hex) Treeview Co.,Ltd. 341290 (base 16) Treeview Co.,Ltd. 106/29 BANGLAMUNG BANGLAMUNG CHONBURI 20150 TH 7C-FE-4E (hex) Shenzhen Safe vision Technology Co.,LTD 7CFE4E (base 16) Shenzhen Safe vision Technology Co.,LTD Shenzhen ring view south road and 27 digital dragon industrial park industrial zone shenzhen Guangdong province 518110 CN 64-4F-B0 (hex) Hyunjin.com 644FB0 (base 16) Hyunjin.com Hyochang-dong 5-86, Yongsan-gu Seoul 140-896 KR 00-E0-E6 (hex) INCAA Computers 00E0E6 (base 16) INCAA Computers P.O. BOX 211 7300 AE APELDOORN na NL 28-F3-66 (hex) Shenzhen Bilian electronic CO.,LTD 28F366 (base 16) Shenzhen Bilian electronic CO.,LTD NO 268,Fuqian Rd,Jutang Community,Guanlan town , LongHua new district,Shenzhen,518110,China. Shenzhen 518110 CN E0-A3-AC (hex) HUAWEI TECHNOLOGIES CO.,LTD E0A3AC (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN BC-75-74 (hex) HUAWEI TECHNOLOGIES CO.,LTD BC7574 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 20-A6-80 (hex) HUAWEI TECHNOLOGIES CO.,LTD 20A680 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 88-28-B3 (hex) HUAWEI TECHNOLOGIES CO.,LTD 8828B3 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN A4-E5-97 (hex) Gessler GmbH A4E597 (base 16) Gessler GmbH Gutenbergring 14 Rodgau 63110 DE 00-6C-BC (hex) Cisco Systems, Inc 006CBC (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 5C-70-A3 (hex) LG Electronics (Mobile Communications) 5C70A3 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 00-1D-08 (hex) Jiangsu Yinhe Electronics Co.,Ltd. 001D08 (base 16) Jiangsu Yinhe Electronics Co.,Ltd. 188 NANHUAN ROAD ZHANGJIAGANG JIANGSU 215611 CN 00-1D-82 (hex) GN Netcom A/S 001D82 (base 16) GN Netcom A/S Lautrupbjerg 7 Ballerup DK - 2750 DK 00-13-17 (hex) GN Netcom A/S 001317 (base 16) GN Netcom A/S Metalbuen 66 Ballerup Skovlunde DK-2750 DK 00-A0-A4 (hex) Oracle Corporation 00A0A4 (base 16) Oracle Corporation 500 Oracle Parkway Redwood Shores CA 94065 US 74-97-81 (hex) zte corporation 749781 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 00-01-F4 (hex) Enterasys 0001F4 (base 16) Enterasys 35 Industrial Way Rochester NH 03867 US 00-10-9B (hex) Emulex Corporation 00109B (base 16) Emulex Corporation 3333 Susan Street Costa Mesa CA 92626 US 00-14-2A (hex) Elitegroup Computer Systems Co.,Ltd. 00142A (base 16) Elitegroup Computer Systems Co.,Ltd. No.22, Alley 38, Lane 91, Sec. 1, Taipei 114 TW 00-11-5B (hex) Elitegroup Computer Systems Co.,Ltd. 00115B (base 16) Elitegroup Computer Systems Co.,Ltd. No.22, Alley 38, Lane 91, Sec. 1, Nei Hu Taipei 114 TW C0-3F-D5 (hex) Elitegroup Computer Systems Co.,Ltd. C03FD5 (base 16) Elitegroup Computer Systems Co.,Ltd. No. 239, Sec. 2, Ti-Ding Blvd Taipei 11493 TW EC-A8-6B (hex) Elitegroup Computer Systems Co.,Ltd. ECA86B (base 16) Elitegroup Computer Systems Co.,Ltd. NO. 239, Sec. 2, Ti Ding Blvd. Taipei 11493 TW C8-9C-DC (hex) Elitegroup Computer Systems Co.,Ltd. C89CDC (base 16) Elitegroup Computer Systems Co.,Ltd. NO. 239, Sec. 2, Ti Ding Blvd. Taipei 11493 TW 00-25-11 (hex) Elitegroup Computer Systems Co.,Ltd. 002511 (base 16) Elitegroup Computer Systems Co.,Ltd. NO. 239, Sec. 2, Ti Ding Blvd. Taipei Taiwan 11493 TW 44-87-FC (hex) Elitegroup Computer Systems Co.,Ltd. 4487FC (base 16) Elitegroup Computer Systems Co.,Ltd. NO. 239, Sec. 2, Ti Ding Blvd. Taipei Taiwan 11493 TW A8-6B-AD (hex) Hon Hai Precision Ind. Co.,Ltd. A86BAD (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN D8-0F-99 (hex) Hon Hai Precision Ind. Co.,Ltd. D80F99 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN B4-B1-5A (hex) Siemens AG Energy Management Division B4B15A (base 16) Siemens AG Energy Management Division Humboldtstr. 59 Nurnberg Bavaria 90459 DE 00-24-65 (hex) Elentec 002465 (base 16) Elentec 401-13 Chunggye-Ri,Dongtan-Myun Hwasung Kyunggi 445-811 KR 00-08-9F (hex) EFM Networks 00089F (base 16) EFM Networks 403, 4th floor Elegance 1 Bldg. Sungnam-si Kyunggi-do 463-808 KR 00-50-FC (hex) Edimax Technology Co. Ltd. 0050FC (base 16) Edimax Technology Co. Ltd. No. 278, Xinhu 1st Road Taipei City Neihu Dist 248 TW 9C-DF-03 (hex) Harman/Becker Automotive Systems GmbH 9CDF03 (base 16) Harman/Becker Automotive Systems GmbH Becker-Göring-Straße 16 Karlsbad Baden-Württemberg 76307 DE 00-11-88 (hex) Enterasys 001188 (base 16) Enterasys 35 Industrial Way Rochester NH 03867 US 00-16-FA (hex) ECI Telecom Ltd. 0016FA (base 16) ECI Telecom Ltd. 30 Hasivim St. Petah Tikva 49133 US F8-A1-88 (hex) LED Roadway Lighting F8A188 (base 16) LED Roadway Lighting 115 Chain Lake Dr. Halifax NS B3S 1B3 CA A0-82-AC (hex) Linear DMS Solutions Sdn. Bhd. A082AC (base 16) Linear DMS Solutions Sdn. Bhd. 135, Jalan Utara PENANG Pulau Pinang 11700 MY A8-6A-C1 (hex) HanbitEDS Co., Ltd. A86AC1 (base 16) HanbitEDS Co., Ltd. 44-10, Techno 10-ro, Yuseong-gu Daejeon Daejeon 34027 KR D4-63-FE (hex) Arcadyan Corporation D463FE (base 16) Arcadyan Corporation No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW 68-93-61 (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. 689361 (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY BC-15-AC (hex) Vodafone Italia S.p.A. BC15AC (base 16) Vodafone Italia S.p.A. Via Lorenteggio nr. 240 Milan Italy 20147 IT 00-BD-82 (hex) Shenzhen YOUHUA Technology Co., Ltd 00BD82 (base 16) Shenzhen YOUHUA Technology Co., Ltd Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN 94-51-3D (hex) iSmart Alarm, Inc. 94513D (base 16) iSmart Alarm, Inc. 1290 Kifer Road Suite 306 Sunnyvale CA 94086 US 00-11-74 (hex) Mojo Networks, Inc. 001174 (base 16) Mojo Networks, Inc. 339 N.Bernardo Ave Mountain View CA 94043 US 00-19-54 (hex) Leaf Corporation. 001954 (base 16) Leaf Corporation. Amuze 1F Isehara City Kanagawa-Pref. 259-1117 JP 94-66-E7 (hex) WOM Engineering 9466E7 (base 16) WOM Engineering 13F., No. 192, Sec. 2, Zhongxing Rd., Xindian Dist. New Taipei City Taiwan 231 TW 4C-B8-B5 (hex) Shenzhen YOUHUA Technology Co., Ltd 4CB8B5 (base 16) Shenzhen YOUHUA Technology Co., Ltd Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN 70-85-C2 (hex) ASRock Incorporation 7085C2 (base 16) ASRock Incorporation 2F., No. 37, Sec. 2, Jhongyang S. Rd., Beitou District, Taipei 112 TW EC-93-ED (hex) DDoS-Guard LTD EC93ED (base 16) DDoS-Guard LTD goroda Volos, 6, 904 Rostov-on-Don 344010 RU 30-FC-68 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 30FC68 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 00-8A-96 (hex) Cisco Systems, Inc 008A96 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US BC-60-A7 (hex) Sony Interactive Entertainment Inc. BC60A7 (base 16) Sony Interactive Entertainment Inc. 1-7-1 Konan Minato-ku Tokyo 108-0075 JP 80-8C-97 (hex) Kaonmedia CO., LTD. 808C97 (base 16) Kaonmedia CO., LTD. 884-3, Seongnam-daero, Bundang-gu Seongnam-si Gyeonggi-do 13517 KR DC-EE-06 (hex) HUAWEI TECHNOLOGIES CO.,LTD DCEE06 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 04-52-C7 (hex) Bose Corporation 0452C7 (base 16) Bose Corporation The Mountain Framingham MA 01701-9168 US F0-27-45 (hex) F-Secure Corporation F02745 (base 16) F-Secure Corporation Tammasaarenkatu 7 Helsinki 00181 FI 54-D0-B4 (hex) Xiamen Four-Faith Communication Technology Co.,Ltd 54D0B4 (base 16) Xiamen Four-Faith Communication Technology Co.,Ltd 3rd Floor,No,44,GuanRi Road,Software Park,XiaMen XiaMen Fujian 361000 CN 00-13-7C (hex) Kaicom co., Ltd. 00137C (base 16) Kaicom co., Ltd. #109, Gayang Techno Town 1487, Gayang-dong,Kangso-gu Seoul 157-810 KR E8-56-59 (hex) Advanced-Connectek Inc. E85659 (base 16) Advanced-Connectek Inc. No. 2,Alley 9, Lane 45, Baoxing Rd., Xiadian Dist., New Taipei City 231 TW 34-BF-90 (hex) Fiberhome Telecommunication Technologies Co.,LTD 34BF90 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan City Hubei Province 430074 CN CC-B3-F8 (hex) FUJITSU ISOTEC LIMITED CCB3F8 (base 16) FUJITSU ISOTEC LIMITED 135,Higashinozaki,Hobara-machi, Date-shi Fukushima 960-0695 JP E4-A4-71 (hex) Intel Corporate E4A471 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 10-F0-05 (hex) Intel Corporate 10F005 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 64-CC-2E (hex) Xiaomi Communications Co Ltd 64CC2E (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 88-01-F2 (hex) Vitec System Engineering Inc. 8801F2 (base 16) Vitec System Engineering Inc. 203203 Kita-shinagawa Shinagawa-ku Tokyo 140-0001 JP 14-D1-1F (hex) HUAWEI TECHNOLOGIES CO.,LTD 14D11F (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN DC-09-4C (hex) HUAWEI TECHNOLOGIES CO.,LTD DC094C (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 1C-67-58 (hex) HUAWEI TECHNOLOGIES CO.,LTD 1C6758 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 24-BC-F8 (hex) HUAWEI TECHNOLOGIES CO.,LTD 24BCF8 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN A0-04-3E (hex) Parker Hannifin Manufacturing Germany GmbH & Co. KG A0043E (base 16) Parker Hannifin Manufacturing Germany GmbH & Co. KG Gutenbergstrasse 38 Kaarst Select State 41564 DE C8-45-29 (hex) IMK Networks Co.,Ltd C84529 (base 16) IMK Networks Co.,Ltd 201-Ho jungribjunja, 16-3bunji, Seoul 143-816 KR 7C-47-7C (hex) IEEE Registration Authority 7C477C (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US F8-77-B8 (hex) Samsung Electronics Co.,Ltd F877B8 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR F0-D2-F1 (hex) Amazon Technologies Inc. F0D2F1 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US A8-E3-EE (hex) Sony Interactive Entertainment Inc. A8E3EE (base 16) Sony Interactive Entertainment Inc. 1-7-1 Konan Minato-ku Tokyo 108-0075 JP 00-24-8D (hex) Sony Interactive Entertainment Inc. 00248D (base 16) Sony Interactive Entertainment Inc. 1-7-1 Konan Minato-ku Tokyo 108-0075 JP 00-04-1F (hex) Sony Interactive Entertainment Inc. 00041F (base 16) Sony Interactive Entertainment Inc. 1-7-1 Konan Minato-ku Tokyo 108-0075 JP 20-A9-0E (hex) TCT mobile ltd 20A90E (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN EC-43-8B (hex) YAPTV EC438B (base 16) YAPTV 623 GangNamDa-Ro Seocho-Gu Seoul 06524 KR 98-0C-A5 (hex) Motorola (Wuhan) Mobility Technologies Communication Co., Ltd. 980CA5 (base 16) Motorola (Wuhan) Mobility Technologies Communication Co., Ltd. No.19, Gaoxin 4th Road, Wuhan East Lake High-tech Zone, Wuhan Wuhan Hubei 430000 CN 44-11-02 (hex) EDMI Europe Ltd 441102 (base 16) EDMI Europe Ltd The Grainger Suite, Dobson House Newcastle upon Tyne NE3 3PF GB A8-5E-E4 (hex) 12Sided Technology, LLC A85EE4 (base 16) 12Sided Technology, LLC 1 Penn Plaza, 36th Floor New York NY 10119 US 18-21-95 (hex) Samsung Electronics Co.,Ltd 182195 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 44-78-3E (hex) Samsung Electronics Co.,Ltd 44783E (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 0C-A2-F4 (hex) Chameleon Technology (UK) Limited 0CA2F4 (base 16) Chameleon Technology (UK) Limited Gardner House, Hornbeam Park Avenue Hornbeam Park Harrogate HG2 8NA GB BC-44-B0 (hex) Elastifile BC44B0 (base 16) Elastifile Abba Even 8 Herzlia 4672526 IL 74-BF-B7 (hex) Nusoft Corporation 74BFB7 (base 16) Nusoft Corporation 3F.-1, No. 880, Zhongzheng Rd., Zhonghe Dist., New Taipei City Taiwan (R.O.C.) 235-86 TW 50-DA-00 (hex) Hangzhou H3C Technologies Co., Limited 50DA00 (base 16) Hangzhou H3C Technologies Co., Limited 466 Changhe Road, Binjiang District Hangzhou Zhejiang, P.R.China 310052 CN F4-ED-5F (hex) SHENZHEN KTC TECHNOLOGY GROUP F4ED5F (base 16) SHENZHEN KTC TECHNOLOGY GROUP Wuhe Street Shenzhen Guangdong 518129 CN 00-E0-E4 (hex) FANUC ROBOTICS NORTH AMERICA, Inc. 00E0E4 (base 16) FANUC ROBOTICS NORTH AMERICA, Inc. 3900 W. HAMLIN RD. ROCHESTER HILLS MI 48309-3253 US 00-08-96 (hex) Printronix, Inc. 000896 (base 16) Printronix, Inc. 14600 Myford Rd. Irvine California 92623-9559 US 24-5E-BE (hex) QNAP Systems, Inc. 245EBE (base 16) QNAP Systems, Inc. 2F., No.22, Zhongxing Rd., Xizhi Dist. New Taipei City 221 TW 04-04-EA (hex) Valens Semiconductor Ltd. 0404EA (base 16) Valens Semiconductor Ltd. 8 Hanagar Street Hod Hasharon Hod Hasharon 4501309 IL 80-0D-D7 (hex) Latticework, Inc 800DD7 (base 16) Latticework, Inc 2210 O'Toole Ave, Suite 250 San Jose CA 95131 US D0-B5-3D (hex) SEPRO ROBOTIQUE D0B53D (base 16) SEPRO ROBOTIQUE ZI Acti-Est Les Ajoncs LA ROCHE SUR YON F85003 FR 00-D0-EC (hex) NAKAYO Inc 00D0EC (base 16) NAKAYO Inc Development Support Center 165 Higashiomuro-machi Maebashi-shi Gunma 379-2105 JP 4C-CC-6A (hex) Micro-Star INTL CO., LTD. 4CCC6A (base 16) Micro-Star INTL CO., LTD. No.69, Lide St., New Taipei City Taiwan 235 TW 30-63-6B (hex) Apple, Inc. 30636B (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 70-88-4D (hex) JAPAN RADIO CO., LTD. 70884D (base 16) JAPAN RADIO CO., LTD. 5-1-1 SHIMORENJYAKU, MITAKA-SHI, TOKYO 181-8510 JP A4-F1-E8 (hex) Apple, Inc. A4F1E8 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 54-67-51 (hex) Compal Broadband Networks, Inc. 546751 (base 16) Compal Broadband Networks, Inc. 13F., No.1, Taiyuan 1st St. Zhubei City Hsinchu County 30265 TW 24-0B-0A (hex) Palo Alto Networks 240B0A (base 16) Palo Alto Networks 4401 Great America Parkway Santa Clara CA 95054 US D0-99-D5 (hex) Alcatel-Lucent D099D5 (base 16) Alcatel-Lucent 777 East Middlefield Road Mountain View CA 94043 US 14-C3-C2 (hex) K.A. Schmersal GmbH & Co. KG 14C3C2 (base 16) K.A. Schmersal GmbH & Co. KG Möddinghofe 30 Wuppertal NRW 42279 DE 10-78-5B (hex) Actiontec Electronics, Inc 10785B (base 16) Actiontec Electronics, Inc 3301 Olcott St. Santa Clara CA 95054 US DC-00-77 (hex) TP-LINK TECHNOLOGIES CO.,LTD. DC0077 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN F4-F5-A5 (hex) Nokia Corporation F4F5A5 (base 16) Nokia Corporation Joensuunkatu 7 Salo 24101 FI EC-9B-5B (hex) Nokia Corporation EC9B5B (base 16) Nokia Corporation Joensuunkatu 7 Salo Varsinais-Suomi 24101 FI 2C-CC-15 (hex) Nokia Corporation 2CCC15 (base 16) Nokia Corporation Joensuunkatu 7 Salo Varsinais-Suomi 24101 FI 14-BB-6E (hex) Samsung Electronics Co.,Ltd 14BB6E (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 18-86-AC (hex) Nokia Danmark A/S 1886AC (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790V DK 00-1F-5C (hex) Nokia Danmark A/S 001F5C (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790V DK 00-1F-00 (hex) Nokia Danmark A/S 001F00 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790V DK 00-25-47 (hex) Nokia Danmark A/S 002547 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-18-C5 (hex) Nokia Danmark A/S 0018C5 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V 1790 DK 00-16-4E (hex) Nokia Danmark A/S 00164E (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-26-68 (hex) Nokia Danmark A/S 002668 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-24-7D (hex) Nokia Danmark A/S 00247D (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-22-65 (hex) Nokia Danmark A/S 002265 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK F8-80-96 (hex) Elsys Equipamentos Eletrônicos Ltda F88096 (base 16) Elsys Equipamentos Eletrônicos Ltda Rod. Visconde de Porto Seguro, n.º 2.660, Sitio Recreio dos Cafezais Valinhos SP 13278327 BR A8-11-FC (hex) ARRIS Group, Inc. A811FC (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1D-AA (hex) DrayTek Corp. 001DAA (base 16) DrayTek Corp. No. 26, Fu-Shing Road Hsin-Chu 303 TW E4-98-D1 (hex) Microsoft Mobile Oy E498D1 (base 16) Microsoft Mobile Oy Keilalahdentie 4 ESPOO 02150 FI 6C-27-79 (hex) Microsoft Mobile Oy 6C2779 (base 16) Microsoft Mobile Oy Keilalahdentie 4 ESPOO 02150 FI 00-CF-1C (hex) Communication Machinery Corporation 00CF1C (base 16) Communication Machinery Corporation 1226 ANACAPA SANTA BARBARA CA 93101 US 28-CC-01 (hex) Samsung Electronics Co.,Ltd 28CC01 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR D8-FB-5E (hex) ASKEY COMPUTER CORP D8FB5E (base 16) ASKEY COMPUTER CORP 10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW 00-23-26 (hex) FUJITSU LIMITED 002326 (base 16) FUJITSU LIMITED 403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP 0C-BF-15 (hex) Genetec Inc. 0CBF15 (base 16) Genetec Inc. 2280 boul Alfred-Nobel St. Laurent Quebec H4S 2A4 CA 00-0D-4B (hex) Roku, Inc. 000D4B (base 16) Roku, Inc. 399 Sherman Ave. #12 Palo Alto CA 94306 US 00-40-FB (hex) CASCADE COMMUNICATIONS 0040FB (base 16) CASCADE COMMUNICATIONS PRODUCTION QUALITY ENGINEER WESTFORD MA 01886 US D0-54-2D (hex) Cambridge Industries(Group) Co.,Ltd. D0542D (base 16) Cambridge Industries(Group) Co.,Ltd. 22 Floor,Qilai Tower;889 Yishan Road Shanghai 200233 CN 74-4A-A4 (hex) zte corporation 744AA4 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 00-1B-A9 (hex) Brother industries, LTD. 001BA9 (base 16) Brother industries, LTD. Printing & Solutions Company, Development Management Dept. Nagoya Aichi 467-8561 JP 30-A2-20 (hex) ARG Telecom 30A220 (base 16) ARG Telecom No.69, W. Lavasani St. , Tehran Tehran 1936938194 IR 6C-F3-73 (hex) Samsung Electronics Co.,Ltd 6CF373 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 9C-3A-AF (hex) Samsung Electronics Co.,Ltd 9C3AAF (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 78-1F-DB (hex) Samsung Electronics Co.,Ltd 781FDB (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 4C-A5-6D (hex) Samsung Electronics Co.,Ltd 4CA56D (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR B8-6C-E8 (hex) Samsung Electronics Co.,Ltd B86CE8 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 0C-B3-19 (hex) Samsung Electronics Co.,Ltd 0CB319 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 18-3F-47 (hex) Samsung Electronics Co.,Ltd 183F47 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR B4-62-93 (hex) Samsung Electronics Co.,Ltd B46293 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 50-A4-C8 (hex) Samsung Electronics Co.,Ltd 50A4C8 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-00-1D (hex) Cabletron Systems, Inc. 00001D (base 16) Cabletron Systems, Inc. 35 INDUSTRIAL WAY ROCHESTER NH 03867 US 18-67-B0 (hex) Samsung Electronics Co.,Ltd 1867B0 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 6C-83-36 (hex) Samsung Electronics Co.,Ltd 6C8336 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR DC-D8-7C (hex) Beijing Jingdong Century Trading Co., LTD. DCD87C (base 16) Beijing Jingdong Century Trading Co., LTD. 28F,Building A Zhaolin Plaza,NO.19,Ronghua Middle road,BDA Beijing Beijing 100176 CN C4-DA-7D (hex) Ivium Technologies B.V. C4DA7D (base 16) Ivium Technologies B.V. De Zaale 11 Eindhoven Noord Brabant 5612 AJ NL 00-0B-6A (hex) Asiarock Technology Limited 000B6A (base 16) Asiarock Technology Limited P.O. Box957, Offshore Incorporations Cen Road Town Tortola 12345 VG 00-90-96 (hex) ASKEY COMPUTER CORP 009096 (base 16) ASKEY COMPUTER CORP 2F, NO. 2, LANE 497 TAIPEI 23136 12345 TW 00-1B-9E (hex) ASKEY COMPUTER CORP 001B9E (base 16) ASKEY COMPUTER CORP 10F,NO.119,CHIENKANG RD, CHUNG-HO,TPIPEI 235 TW E0-CA-94 (hex) ASKEY COMPUTER CORP E0CA94 (base 16) ASKEY COMPUTER CORP 10F,NO.119,CHIENKANG RD,CHUNG-HO,TAIPEI, TAIWAN TAIPEI 235 TW 00-26-B6 (hex) ASKEY COMPUTER CORP 0026B6 (base 16) ASKEY COMPUTER CORP 10F,NO.119,CHIENKANG RD,CHUNG-HO,TAIPEI, TAIWAN TAIPEI 235 TW 00-25-57 (hex) BlackBerry RTS 002557 (base 16) BlackBerry RTS 440 Phillip Street Waterloo Ontario N2L 5W9 CA 00-1C-CC (hex) BlackBerry RTS 001CCC (base 16) BlackBerry RTS 305 Phillip Street Waterloo Ontario N2L 3W8 CA 00-30-0A (hex) Aztech Electronics Pte Ltd 00300A (base 16) Aztech Electronics Pte Ltd 31 UBI ROAD 1 singapore 408694 SG 00-1F-3F (hex) AVM GmbH 001F3F (base 16) AVM GmbH Alt-Moabit 95 Berlin 10559 DE 24-65-11 (hex) AVM GmbH 246511 (base 16) AVM GmbH Alt-Moabit 95 Berlin 10559 DE C0-FF-D4 (hex) NETGEAR C0FFD4 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 6C-B0-CE (hex) NETGEAR 6CB0CE (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 00-8E-F2 (hex) NETGEAR 008EF2 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 9C-D3-6D (hex) NETGEAR 9CD36D (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US C4-04-15 (hex) NETGEAR C40415 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US E8-FC-AF (hex) NETGEAR E8FCAF (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 84-1B-5E (hex) NETGEAR 841B5E (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 2C-B0-5D (hex) NETGEAR 2CB05D (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US A0-21-B7 (hex) NETGEAR A021B7 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 00-24-B2 (hex) NETGEAR 0024B2 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 00-1B-2F (hex) NETGEAR 001B2F (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 00-26-4D (hex) Arcadyan Technology Corporation 00264D (base 16) Arcadyan Technology Corporation 4F., No. 9 , Park Avenue II , Hsinchu Taiwan 300 TW 84-9C-A6 (hex) Arcadyan Technology Corporation 849CA6 (base 16) Arcadyan Technology Corporation 4F, No. 9, Park Avenue II , Hsinchu 300 TW E0-3E-44 (hex) Broadcom E03E44 (base 16) Broadcom 190 Mathilda Place Sunnyvale CA 94086 US 00-1F-33 (hex) NETGEAR 001F33 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 00-20-40 (hex) ARRIS Group, Inc. 002040 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 38-6B-BB (hex) ARRIS Group, Inc. 386BBB (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US E8-6D-52 (hex) ARRIS Group, Inc. E86D52 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 3C-75-4A (hex) ARRIS Group, Inc. 3C754A (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US E4-83-99 (hex) ARRIS Group, Inc. E48399 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-21-43 (hex) ARRIS Group, Inc. 002143 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 74-F6-12 (hex) ARRIS Group, Inc. 74F612 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-24-95 (hex) ARRIS Group, Inc. 002495 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-24-A0 (hex) ARRIS Group, Inc. 0024A0 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-08-0E (hex) ARRIS Group, Inc. 00080E (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-90-9C (hex) ARRIS Group, Inc. 00909C (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-12-25 (hex) ARRIS Group, Inc. 001225 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 14-5B-D1 (hex) ARRIS Group, Inc. 145BD1 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 6C-C1-D2 (hex) ARRIS Group, Inc. 6CC1D2 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 1C-14-48 (hex) ARRIS Group, Inc. 1C1448 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-17-84 (hex) ARRIS Group, Inc. 001784 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1C-11 (hex) ARRIS Group, Inc. 001C11 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1E-46 (hex) ARRIS Group, Inc. 001E46 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-18-A4 (hex) ARRIS Group, Inc. 0018A4 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-18-C0 (hex) ARRIS Group, Inc. 0018C0 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-23-74 (hex) ARRIS Group, Inc. 002374 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US AC-E0-10 (hex) Liteon Technology Corporation ACE010 (base 16) Liteon Technology Corporation 4F, 90, Chien 1 Road, ChungHo New Taipei City Taiwan 23585 TW 74-75-48 (hex) Amazon Technologies Inc. 747548 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 00-00-B1 (hex) Alpha Micro 0000B1 (base 16) Alpha Micro 3501 SUNFLOWER SANTA ANA CA 92704 US 00-18-02 (hex) Alpha Networks Inc. 001802 (base 16) Alpha Networks Inc. No.8 Li-shing Seventh Road,Science-based Industrial Park Hsinchu 300 TW 00-1E-45 (hex) Sony Mobile Communications Inc 001E45 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 00-1C-A4 (hex) Sony Mobile Communications Inc 001CA4 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 00-1A-75 (hex) Sony Mobile Communications Inc 001A75 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 78-84-3C (hex) Sony Corporation 78843C (base 16) Sony Corporation Gotenyama Tec,5-1-12, Shinagawa-ku Tokyo 141-0001 JP 00-13-A9 (hex) Sony Corporation 0013A9 (base 16) Sony Corporation Gotenyama Tec, 5-1-2 Kitashinagawa Tokyo 141-0001 JP 00-0A-D9 (hex) Sony Mobile Communications Inc 000AD9 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 00-0E-07 (hex) Sony Mobile Communications Inc 000E07 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 94-CE-2C (hex) Sony Mobile Communications Inc 94CE2C (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP FC-0F-E6 (hex) Sony Interactive Entertainment Inc. FC0FE6 (base 16) Sony Interactive Entertainment Inc. 1-7-1 Konan Minato-ku Tokyo 108-0075 JP 74-DE-2B (hex) Liteon Technology Corporation 74DE2B (base 16) Liteon Technology Corporation 4F,90,Chien 1 Road,ChungHo,Taipei Hsien,Taiwan, TaiPei TaiWan 23585 TW 00-22-5F (hex) Liteon Technology Corporation 00225F (base 16) Liteon Technology Corporation 4F,90,Chien 1 Road,ChungHo,Taipei Hsien,Taiwan, TaiPei TaiWan 23585 TW 5C-93-A2 (hex) Liteon Technology Corporation 5C93A2 (base 16) Liteon Technology Corporation 4F,90,Chien 1 Road, ChungHo, TaiPei Hsien TaiPei TaiWan 23585 TW 24-FD-52 (hex) Liteon Technology Corporation 24FD52 (base 16) Liteon Technology Corporation 4F,90,Chien 1 Road,ChungHo New Taipei City Taipei 23585 TW 2C-D0-5A (hex) Liteon Technology Corporation 2CD05A (base 16) Liteon Technology Corporation 4F,90,Chien 1 Road,ChungHo New Taipei City Taipei 23585 TW 74-E5-43 (hex) Liteon Technology Corporation 74E543 (base 16) Liteon Technology Corporation 4F,90,Chien 1 Road,ChungHo New Taipei City Taipei 23585 TW 00-15-CF (hex) ARRIS Group, Inc. 0015CF (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 6C-FA-A7 (hex) AMPAK Technology, Inc. 6CFAA7 (base 16) AMPAK Technology, Inc. No.1,Jen Ai Road Hsinchu 30352 TW 00-23-F1 (hex) Sony Mobile Communications Inc 0023F1 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 54-E4-BD (hex) FN-LINK TECHNOLOGY LIMITED 54E4BD (base 16) FN-LINK TECHNOLOGY LIMITED 5th Floor, A Building, Haoye Logistics Park, Shugang Channel, Bao'an District, SHENZHEN GUANGDONG 518000 CN 54-14-FD (hex) Orbbec 3D Technology International 5414FD (base 16) Orbbec 3D Technology International 950 Stephenson Hwy Suite 208 Troy MI 48083 US 90-0B-C1 (hex) Sprocomm Technologies CO.,Ltd 900BC1 (base 16) Sprocomm Technologies CO.,Ltd 5D-506 F1.6 Block,Tianfa Building,Tianan Chegongmiao Industrial Park,Futian Dist,Shenzhen China Shenzhen Guangdong 518000 CN 00-1C-A8 (hex) AirTies Wireless Networks 001CA8 (base 16) AirTies Wireless Networks Gulbahar Mahallesi, Avni Diligil Sokak ISTANBUL ISTANBUL 34394 TR 48-5D-60 (hex) AzureWave Technology Inc. 485D60 (base 16) AzureWave Technology Inc. 8F ., No.94, Baozhong Rd. Xindian City Taipei County 231 TW DC-85-DE (hex) AzureWave Technology Inc. DC85DE (base 16) AzureWave Technology Inc. 8F ., No.94, Baozhong RD, Sindian, New Taipei City 231 TW B0-EE-45 (hex) AzureWave Technology Inc. B0EE45 (base 16) AzureWave Technology Inc. 8F ., No.94, Baozhong Rd. , Xindian Dist., New Taipei City 231 US 00-23-8E (hex) ADB Broadband Italia 00238E (base 16) ADB Broadband Italia VIALE SARCA 222 MILANO 20126 IT 00-1D-8B (hex) ADB Broadband Italia 001D8B (base 16) ADB Broadband Italia VIALE SARCA 222 MILANO 20126 IT 00-13-C8 (hex) ADB Broadband Italia 0013C8 (base 16) ADB Broadband Italia VIALE SARCA 222 MILANO 20126 IT DC-0B-1A (hex) ADB Broadband Italia DC0B1A (base 16) ADB Broadband Italia via Sarca 222 Milano 20126 IT 0C-6A-E6 (hex) Stanley Security Solutions 0C6AE6 (base 16) Stanley Security Solutions 6161 East 75th Street Indianapolis IN 46250 US 84-26-15 (hex) ADB Broadband Italia 842615 (base 16) ADB Broadband Italia VIALE SARCA 336 MILANO 20126 IT F0-84-2F (hex) ADB Broadband Italia F0842F (base 16) ADB Broadband Italia VIALE SARCA 336 MILANO 20126 IT 54-27-1E (hex) AzureWave Technology Inc. 54271E (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd. New Taipei City 231 TW 28-C2-DD (hex) AzureWave Technology Inc. 28C2DD (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd., New Taipei City Taiwan 231 TW 80-A5-89 (hex) AzureWave Technology Inc. 80A589 (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd., New Taipei City Taiwan 231 TW C4-09-38 (hex) FUJIAN STAR-NET COMMUNICATION CO.,LTD C40938 (base 16) FUJIAN STAR-NET COMMUNICATION CO.,LTD 19-22# Building,,Star-net Science Plaza Fuzhou Fujian 350002 CN 00-1C-50 (hex) TCL Technoly Electronics (Huizhou) Co., Ltd. 001C50 (base 16) TCL Technoly Electronics (Huizhou) Co., Ltd. 10/F, Block A , TCL Tower Shenzhen Guangdong 518057 CN 00-AA-02 (hex) Intel Corporation 00AA02 (base 16) Intel Corporation 445 piscataway NJ 08554 US AC-E5-F0 (hex) Doppler Labs ACE5F0 (base 16) Doppler Labs 611 Broadway Suite 523 New York NY 10012 US F4-8E-38 (hex) Dell Inc. F48E38 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 74-C6-3B (hex) AzureWave Technology Inc. 74C63B (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW 7C-7A-91 (hex) Intel Corporate 7C7A91 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY AC-7B-A1 (hex) Intel Corporate AC7BA1 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 6C-29-95 (hex) Intel Corporate 6C2995 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 98-4F-EE (hex) Intel Corporate 984FEE (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY E8-2A-EA (hex) Intel Corporate E82AEA (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 60-57-18 (hex) Intel Corporate 605718 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY C4-D9-87 (hex) Intel Corporate C4D987 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY FC-F8-AE (hex) Intel Corporate FCF8AE (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 60-36-DD (hex) Intel Corporate 6036DD (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 10-0B-A9 (hex) Intel Corporate 100BA9 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 8C-70-5A (hex) Intel Corporate 8C705A (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 60-67-20 (hex) Intel Corporate 606720 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 7C-5C-F8 (hex) Intel Corporate 7C5CF8 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY B4-E1-C4 (hex) Microsoft Mobile Oy B4E1C4 (base 16) Microsoft Mobile Oy Keilalahdentie 4 Espoo 02150 FI E0-75-7D (hex) Motorola Mobility LLC, a Lenovo Company E0757D (base 16) Motorola Mobility LLC, a Lenovo Company 600 North US Highway 45 Libertyville IL 60048 US 34-BB-26 (hex) Motorola Mobility LLC, a Lenovo Company 34BB26 (base 16) Motorola Mobility LLC, a Lenovo Company 600 North US Highway 45 Libertyville IL 60048 US 80-6C-1B (hex) Motorola Mobility LLC, a Lenovo Company 806C1B (base 16) Motorola Mobility LLC, a Lenovo Company 222 Merchandise Mart Plaza, Suite 1800 Chicago IL 60654 US 00-16-EB (hex) Intel Corporate 0016EB (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-18-DE (hex) Intel Corporate 0018DE (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 5C-E0-C5 (hex) Intel Corporate 5CE0C5 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 58-A8-39 (hex) Intel Corporate 58A839 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-1E-67 (hex) Intel Corporate 001E67 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-22-FA (hex) Intel Corporate 0022FA (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-15-00 (hex) Intel Corporate 001500 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY A0-88-B4 (hex) Intel Corporate A088B4 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 64-80-99 (hex) Intel Corporate 648099 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY D0-7E-35 (hex) Intel Corporate D07E35 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-1E-65 (hex) Intel Corporate 001E65 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 34-84-46 (hex) Ericsson AB 348446 (base 16) Ericsson AB Torshamnsgatan 36 Stockholm SE-164 80 SE 04-4E-06 (hex) Ericsson AB 044E06 (base 16) Ericsson AB Torshamnsgatan 36 Stockholm SE-164 80 SE 00-27-0E (hex) Intel Corporate 00270E (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-26-B9 (hex) Dell Inc. 0026B9 (base 16) Dell Inc. One Dell Way, MS RR5-45 Round Rock 78682 US 64-00-6A (hex) Dell Inc. 64006A (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 00-D0-9E (hex) 2Wire Inc 00D09E (base 16) 2Wire Inc 694 TASMAN DRIVE MILPITAS CA 95035 US 00-19-E4 (hex) 2Wire Inc 0019E4 (base 16) 2Wire Inc 1704 Automation Parkway San Jose CA 94538 US 00-1A-C4 (hex) 2Wire Inc 001AC4 (base 16) 2Wire Inc 1704 Automation Parkway San Jose CA 94538 US 00-1B-5B (hex) 2Wire Inc 001B5B (base 16) 2Wire Inc 1704 Automation Parkway San Jose CA 95131 US 3C-EA-4F (hex) 2Wire Inc 3CEA4F (base 16) 2Wire Inc 1764 Automation Parkway San Jose 95131 US DC-7F-A4 (hex) 2Wire Inc DC7FA4 (base 16) 2Wire Inc 1764 Automation Parkway San Jose 95131 US B0-D5-CC (hex) Texas Instruments B0D5CC (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 38-29-DD (hex) ONvocal Inc 3829DD (base 16) ONvocal Inc 104 Otis Street, Ste 28 Northborough MA 01532 US 00-1E-C7 (hex) 2Wire Inc 001EC7 (base 16) 2Wire Inc 1704 Automation Prkwy San Jose 95131 US 00-26-50 (hex) 2Wire Inc 002650 (base 16) 2Wire Inc 1764 Automation Parkway San Jose CA 95131 US 00-23-51 (hex) 2Wire Inc 002351 (base 16) 2Wire Inc 1764 Automation Parkway San Jose CA 95131 US 00-1E-4F (hex) Dell Inc. 001E4F (base 16) Dell Inc. One Dell Way, MS RR5-45 Round Rock 78682 US 5C-26-0A (hex) Dell Inc. 5C260A (base 16) Dell Inc. One Dell Way, MS RR5-45 Round Rock 78682 US 78-45-C4 (hex) Dell Inc. 7845C4 (base 16) Dell Inc. One Dell way Round Rock 78682 US C8-1F-66 (hex) Dell Inc. C81F66 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 00-15-C5 (hex) Dell Inc. 0015C5 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 00-14-22 (hex) Dell Inc. 001422 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 10-98-36 (hex) Dell Inc. 109836 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 80-0A-80 (hex) IEEE Registration Authority 800A80 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US F8-DB-88 (hex) Dell Inc. F8DB88 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 3C-A3-48 (hex) vivo Mobile Communication Co., Ltd. 3CA348 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN E4-5A-A2 (hex) vivo Mobile Communication Co., Ltd. E45AA2 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN CC-3B-3E (hex) Lester Electrical CC3B3E (base 16) Lester Electrical 625 W A Street Lincoln NE 68522 US 20-82-C0 (hex) Xiaomi Communications Co Ltd 2082C0 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN DC-6D-CD (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD DC6DCD (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN C4-28-2D (hex) Embedded Intellect Pty Ltd C4282D (base 16) Embedded Intellect Pty Ltd Level 32, 101 Miller Street North Sydney NSW 2060 AU 58-46-E1 (hex) Baxter International Inc 5846E1 (base 16) Baxter International Inc One Baxter Parkway Deerfield IL 60015 US 00-17-3F (hex) Belkin International Inc. 00173F (base 16) Belkin International Inc. 501 West Walnut Street Compton CA 90220-5221 US 00-1C-DF (hex) Belkin International Inc. 001CDF (base 16) Belkin International Inc. 12045 E. Waterfront Drive Playa Vista CA 90094 US C0-56-27 (hex) Belkin International Inc. C05627 (base 16) Belkin International Inc. 12045 E. Waterfront Drive Playa Vista CA 90094 US 4C-17-EB (hex) Sagemcom Broadband SAS 4C17EB (base 16) Sagemcom Broadband SAS 250 route de l'Empereur Rueil Malmaison Cedex Hauts de Seine 92848 FR CC-33-BB (hex) Sagemcom Broadband SAS CC33BB (base 16) Sagemcom Broadband SAS 250 ROUTE DE L'EMPEREUR RUEIL MALMAISON CEDEX Choisissez l'état / la province 92848 FR D8-6C-E9 (hex) Sagemcom Broadband SAS D86CE9 (base 16) Sagemcom Broadband SAS 250 route de l'Empereur RUEIL MALMAISON CEDEX Hauts de Seine 92848 FR E8-F1-B0 (hex) Sagemcom Broadband SAS E8F1B0 (base 16) Sagemcom Broadband SAS 250 route de l'Empereur RUEIL MALMAISON CEDEX Hauts de Seine 92848 FR 5C-6B-32 (hex) Texas Instruments 5C6B32 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 84-DD-20 (hex) Texas Instruments 84DD20 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 00-18-31 (hex) Texas Instruments 001831 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 24-FD-5B (hex) SmartThings, Inc. 24FD5B (base 16) SmartThings, Inc. 456 University Avenue Palo Alto CA 94301 US 28-76-CD (hex) Funshion Online Technologies Co.,Ltd 2876CD (base 16) Funshion Online Technologies Co.,Ltd Tower B 1201, Jinqiu International Building, No.6, Zhichun Road, Haidian District Beijing 100088 CN 20-55-32 (hex) Gotech International Technology Limited 205532 (base 16) Gotech International Technology Limited Unit 2506, 25/F, Prosperity Place,6 Shing Yip Street, Kwun Tong, Kowloon Hong Kong 00000 CN 2C-FF-65 (hex) Oki Electric Industry Co., Ltd. 2CFF65 (base 16) Oki Electric Industry Co., Ltd. 1-7-12 Toranomon Tokyo 105-8460 JP 2C-27-D7 (hex) Hewlett Packard 2C27D7 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 98-4B-E1 (hex) Hewlett Packard 984BE1 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 00-29-26 (hex) Applied Optoelectronics, Inc Taiwan Branch 002926 (base 16) Applied Optoelectronics, Inc Taiwan Branch No.18,Gong 4th Rd New Taipei City Linkou District 24452 TW 24-BA-13 (hex) RISO KAGAKU CORPORATION 24BA13 (base 16) RISO KAGAKU CORPORATION 2-8-1 Gakuen-minami Thukuba-shi Ibaraki 305-0818 JP 00-17-E5 (hex) Texas Instruments 0017E5 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 00-17-EC (hex) Texas Instruments 0017EC (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 00-17-E7 (hex) Texas Instruments 0017E7 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 00-17-E9 (hex) Texas Instruments 0017E9 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 1C-BA-8C (hex) Texas Instruments 1CBA8C (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 00-15-E9 (hex) D-Link Corporation 0015E9 (base 16) D-Link Corporation 2F, No.233-2, Pao-Chiao Road Hsin-Tien, Taipei 231 TW 00-1B-11 (hex) D-Link Corporation 001B11 (base 16) D-Link Corporation NO.289, Sinhu 3rd Rd., Neihu District, Taipei City 114 TW 00-26-5A (hex) D-Link Corporation 00265A (base 16) D-Link Corporation No.289, Sinhu 3rd Rd., Neihu District 114 TW C8-BE-19 (hex) D-Link International C8BE19 (base 16) D-Link International 1 International Business Park, #03-12, The Synergy SINGAPORE 609917 SG A4-BA-76 (hex) HUAWEI TECHNOLOGIES CO.,LTD A4BA76 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan Guangdong 523808 CN 00-50-C2 (hex) IEEE Registration Authority 0050C2 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 44-00-10 (hex) Apple, Inc. 440010 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-56-CD (hex) Apple, Inc. 0056CD (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-60-37 (hex) NXP Semiconductors 006037 (base 16) NXP Semiconductors High Tech Campus 32, Office 1.21 SAF AD 13456 NL DC-C0-EB (hex) ASSA ABLOY CÔTE PICARDE DCC0EB (base 16) ASSA ABLOY CÔTE PICARDE rue Alexandre Fichet Oust-Marest 80460 FR 28-BC-56 (hex) EMAC, Inc. 28BC56 (base 16) EMAC, Inc. 2390 EMAC Way Carbondale IL 62902 US 00-CD-FE (hex) Apple, Inc. 00CDFE (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A0-F8-95 (hex) Shenzhen TINNO Mobile Technology Corp. A0F895 (base 16) Shenzhen TINNO Mobile Technology Corp. 4/F.,H-3 Building,OCT Eastern lndustrial Park. Nanshan District, Shenzhen GUANGDONG 518053 CN 00-78-CD (hex) Ignition Design Labs 0078CD (base 16) Ignition Design Labs 1550 Technology Drive San Jose 95110 US B4-36-A9 (hex) Fibocom Wireless Inc. B436A9 (base 16) Fibocom Wireless Inc. 5/F,Tower A,Technology Building II,1057# Nanhai Blvd Shenzhen GuangDong 518000 CN 70-CA-4D (hex) Shenzhen lnovance Technology Co.,Ltd. 70CA4D (base 16) Shenzhen lnovance Technology Co.,Ltd. LiuXian 2 Road Shenzhen Guangdong 518000 CN 00-1A-11 (hex) Google, Inc. 001A11 (base 16) Google, Inc. 1600 Amphitheater Parkway Mountain View CA 94043 US 48-DB-50 (hex) HUAWEI TECHNOLOGIES CO.,LTD 48DB50 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan Guangdong 523808 CN C8-47-8C (hex) Beken Corporation C8478C (base 16) Beken Corporation Building 41, Capital of Tech Leaders, 1387 Zhangdong Road, Zhangjiang High-Tech Park, Pudong New District Shanghai 201203 CN 9C-EF-D5 (hex) Panda Wireless, Inc. 9CEFD5 (base 16) Panda Wireless, Inc. 15559 Union Ave, Suite 300 Los Gatos CA 95032 US 9C-34-26 (hex) ARRIS Group, Inc. 9C3426 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 2C-6E-85 (hex) Intel Corporate 2C6E85 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-1D-D1 (hex) ARRIS Group, Inc. 001DD1 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1D-CF (hex) ARRIS Group, Inc. 001DCF (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1D-D5 (hex) ARRIS Group, Inc. 001DD5 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1D-D4 (hex) ARRIS Group, Inc. 001DD4 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US E4-98-D6 (hex) Apple, Inc. E498D6 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-22-83 (hex) Juniper Networks 002283 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 00-10-DB (hex) Juniper Networks 0010DB (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 00-12-1E (hex) Juniper Networks 00121E (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US CC-A4-62 (hex) ARRIS Group, Inc. CCA462 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 48-45-20 (hex) Intel Corporate 484520 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY C8-0E-77 (hex) Le Shi Zhi Xin Electronic Technology (Tianjin) Limited C80E77 (base 16) Le Shi Zhi Xin Electronic Technology (Tianjin) Limited No.201-427,2F,Tthe Animation Building B1 District£¬No. 126£¬Tianjin eco-city animation Road Tianjin 300467 CN 10-6F-3F (hex) BUFFALO.INC 106F3F (base 16) BUFFALO.INC AKAMONDORI Bldg., 30-20,Ohsu 3-chome Naka-ku,Nagoya Aichi Pref. 460-8315 JP 90-49-FA (hex) Intel Corporate 9049FA (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY BC-0F-64 (hex) Intel Corporate BC0F64 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-00-C5 (hex) ARRIS Group, Inc. 0000C5 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 64-55-B1 (hex) ARRIS Group, Inc. 6455B1 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-02-B3 (hex) Intel Corporation 0002B3 (base 16) Intel Corporation M/S: JF3-420 Hillsboro OR 97124 US 00-03-47 (hex) Intel Corporation 000347 (base 16) Intel Corporation M/S: JF3-420 Hillsboro OR 97124 US 00-0E-0C (hex) Intel Corporation 000E0C (base 16) Intel Corporation 2111 NE 25th Avenue Hillsboro OR 97124 US D8-D3-85 (hex) Hewlett Packard D8D385 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 18-A9-05 (hex) Hewlett Packard 18A905 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 00-1B-78 (hex) Hewlett Packard 001B78 (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US E4-FA-FD (hex) Intel Corporate E4FAFD (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 94-65-9C (hex) Intel Corporate 94659C (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY B0-C7-45 (hex) BUFFALO.INC B0C745 (base 16) BUFFALO.INC AKAMONDORI Bldg.,30-20,Ohsu 3-chome Naka-ku,Nagoya Aichi Pref 460-8315 JP 14-CF-E2 (hex) ARRIS Group, Inc. 14CFE2 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 44-E1-37 (hex) ARRIS Group, Inc. 44E137 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-13-20 (hex) Intel Corporate 001320 (base 16) Intel Corporate Lot 8, Jalan Hi-tech 2/3 Kulim Kedah 09000 MY 00-80-E1 (hex) STMicroelectronics SRL 0080E1 (base 16) STMicroelectronics SRL 1000 AZTEC WEST london 12345 GB F8-DB-7F (hex) HTC Corporation F8DB7F (base 16) HTC Corporation No.23 Xinghua Road Taoyuan County 330 TW 64-A7-69 (hex) HTC Corporation 64A769 (base 16) HTC Corporation No.23 Xinghua Road Taoyuan County 330 TW E8-99-C4 (hex) HTC Corporation E899C4 (base 16) HTC Corporation No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW BC-CF-CC (hex) HTC Corporation BCCFCC (base 16) HTC Corporation No. 23, Xinghua Rd., Taoyuan City Taoyuan County 330 TW 00-04-EA (hex) Hewlett Packard 0004EA (base 16) Hewlett Packard MAIL STOP 42LE CUPERTINO CA 95014 US 00-12-79 (hex) Hewlett Packard 001279 (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 00-13-21 (hex) Hewlett Packard 001321 (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 00-08-02 (hex) Hewlett Packard 000802 (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 00-02-A5 (hex) Hewlett Packard 0002A5 (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 00-18-71 (hex) Hewlett Packard 001871 (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 00-0E-7F (hex) Hewlett Packard 000E7F (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 00-11-85 (hex) Hewlett Packard 001185 (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 10-60-4B (hex) Hewlett Packard 10604B (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US C8-CB-B8 (hex) Hewlett Packard C8CBB8 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 84-34-97 (hex) Hewlett Packard 843497 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 6C-C2-17 (hex) Hewlett Packard 6CC217 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 14-58-D0 (hex) Hewlett Packard 1458D0 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 5C-8A-38 (hex) Hewlett Packard 5C8A38 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US EC-9A-74 (hex) Hewlett Packard EC9A74 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 2C-59-E5 (hex) Hewlett Packard 2C59E5 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US D8-FC-38 (hex) Giantec Semiconductor Inc D8FC38 (base 16) Giantec Semiconductor Inc No12, Lane647, Songtao Rd, Zhangjiang Hi-Tech Park Shanghai Shanghai 201203 CN AC-2A-0C (hex) CSR ZHUZHOU INSTITUTE CO.,LTD. AC2A0C (base 16) CSR ZHUZHOU INSTITUTE CO.,LTD. Times Ave.,Zhuzhou,hunan,China zhuzhou Hunan 412001 CN 2C-67-98 (hex) InTalTech Ltd. 2C6798 (base 16) InTalTech Ltd. Shlomo Ben David 5 Rishon LeZion 7536215 IL 00-23-4D (hex) Hon Hai Precision Ind. Co.,Ltd. 00234D (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 00-25-56 (hex) Hon Hai Precision Ind. Co.,Ltd. 002556 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 60-18-88 (hex) zte corporation 601888 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN D8-60-B0 (hex) bioMérieux Italia S.p.A. D860B0 (base 16) bioMérieux Italia S.p.A. Via di Campigliano, 58 Bagno a Ripoli Firenze 50012 IT 54-E6-FC (hex) TP-LINK TECHNOLOGIES CO.,LTD. 54E6FC (base 16) TP-LINK TECHNOLOGIES CO.,LTD. 1-6F, Building 2, Pingshandayuan Industrial, South Zone, Shenzhen Guangdong 518000 CN 74-EA-3A (hex) TP-LINK TECHNOLOGIES CO.,LTD. 74EA3A (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 7, Second Part, Honghualing Industrial Zone Shenzhen Guangdong 518000 CN F8-1A-67 (hex) TP-LINK TECHNOLOGIES CO.,LTD. F81A67 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24 (floors 1,3,4,5) and 28 (floors1-4) Central Science and Technology Park,Shennan Rd, Nanshan shenzhen guangdong Province 518057 CN EC-17-2F (hex) TP-LINK TECHNOLOGIES CO.,LTD. EC172F (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24 (floors 1,3,4,5) and 28 (floors1-4) Central Science and Technology Park,Shennan Rd, Nanshan shenzhen guangdong Province 518057 CN 84-77-78 (hex) Cochlear Limited 847778 (base 16) Cochlear Limited 1 University Avenue Sydney New South Wales 2109 AU 88-7F-03 (hex) Comper Technology Investment Limited 887F03 (base 16) Comper Technology Investment Limited Room 710, Wangjing SOHO Tower 1-B Beijing Beijing 100102 CN 00-19-E0 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 0019E0 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. South Building, No.5 Keyuan Road Nanshan Shenzhen 518057 CN 00-25-86 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 002586 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 7, Second Part, Honghualing Industrial Zone Shenzhen Guangdong 518057 CN F4-31-C3 (hex) Apple, Inc. F431C3 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 64-A5-C3 (hex) Apple, Inc. 64A5C3 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 28-56-5A (hex) Hon Hai Precision Ind. Co.,Ltd. 28565A (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 6C-B5-6B (hex) HUMAX Co., Ltd. 6CB56B (base 16) HUMAX Co., Ltd. HUMAX Village,216,Hwangsaeul-ro,Bundang-gu Seongnam-si Gyeonggi-do 463-875 KR BC-3A-EA (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD BC3AEA (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD,WUSHA,CHANG'AN,DONGGUAN,GUANGDONG,CHINA DONGGUAN GUANGDONG 523860 CN E4-22-A5 (hex) PLANTRONICS, INC. E422A5 (base 16) PLANTRONICS, INC. 345 ENCINAL STREET SANTA CRUZ CA 95060 US D4-C9-B2 (hex) Quanergy Systems Inc D4C9B2 (base 16) Quanergy Systems Inc 482 Mercury Drive Sunnyvale California 94085 US 60-21-C0 (hex) Murata Manufacturing Co., Ltd. 6021C0 (base 16) Murata Manufacturing Co., Ltd. 1-10-1 Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP 88-30-8A (hex) Murata Manufacturing Co., Ltd. 88308A (base 16) Murata Manufacturing Co., Ltd. 1-10-1 Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP 5C-DA-D4 (hex) Murata Manufacturing Co., Ltd. 5CDAD4 (base 16) Murata Manufacturing Co., Ltd. 2288, Oaza-Ohshinohara, Yasu-cho, Yasu-gun Shiga 520-2393 JP 00-26-E8 (hex) Murata Manufacturing Co., Ltd. 0026E8 (base 16) Murata Manufacturing Co., Ltd. 2288, Oaza-Ohshinohara, Yasu-cho, Yasu-gun Shiga 520-2393 JP 00-25-12 (hex) zte corporation 002512 (base 16) zte corporation 12/F ZTE Plaza,Keji Road South,Hi-Tech Industrial Park,Nanshan District, Shenzhen GUANGDONG 518057 CN 00-1C-26 (hex) Hon Hai Precision Ind. Co.,Ltd. 001C26 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 14-E6-E4 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 14E6E4 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24 (floors 1,3,4,5) and 28 (floors1-4) Central Science and Technology Park,Shennan Rd, Nanshan, Shenzhen Guangdong Province, 518057 CN 34-4B-50 (hex) zte corporation 344B50 (base 16) zte corporation 12/F,ZTE R&D Building,Kejinan Road, Shenzhen Guangdong 518057 CN FC-C8-97 (hex) zte corporation FCC897 (base 16) zte corporation 12/F.,zte R&D building,kejinan Road, shenzhen guangdong 518057 CN 00-16-CE (hex) Hon Hai Precision Ind. Co.,Ltd. 0016CE (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 00-22-68 (hex) Hon Hai Precision Ind. Co.,Ltd. 002268 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 00-18-82 (hex) HUAWEI TECHNOLOGIES CO.,LTD 001882 (base 16) HUAWEI TECHNOLOGIES CO.,LTD F1-20,Section F,Huawei Base,Bantian, Longgang District ShenZhen GuangDong 518129 CN D4-EA-0E (hex) Avaya Inc D4EA0E (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 6C-FA-58 (hex) Avaya Inc 6CFA58 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 20-F3-A3 (hex) HUAWEI TECHNOLOGIES CO.,LTD 20F3A3 (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District Shenzhen Guangdong 518057 CN 0C-37-DC (hex) HUAWEI TECHNOLOGIES CO.,LTD 0C37DC (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District Shenzhen Guangdong 518057 CN BC-76-70 (hex) HUAWEI TECHNOLOGIES CO.,LTD BC7670 (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN 24-DB-AC (hex) HUAWEI TECHNOLOGIES CO.,LTD 24DBAC (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN 1C-1D-67 (hex) HUAWEI TECHNOLOGIES CO.,LTD 1C1D67 (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN 30-0E-D5 (hex) Hon Hai Precision Ind. Co.,Ltd. 300ED5 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 48-5A-B6 (hex) Hon Hai Precision Ind. Co.,Ltd. 485AB6 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 54-35-30 (hex) Hon Hai Precision Ind. Co.,Ltd. 543530 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN F8-66-D1 (hex) Hon Hai Precision Ind. Co.,Ltd. F866D1 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 24-69-A5 (hex) HUAWEI TECHNOLOGIES CO.,LTD 2469A5 (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park Shenzhen Guangdong 518057 CN EC-23-3D (hex) HUAWEI TECHNOLOGIES CO.,LTD EC233D (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Shenzhen Guangdong 518057 CN 78-F5-FD (hex) HUAWEI TECHNOLOGIES CO.,LTD 78F5FD (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Shenzhen Guangdong 518057 CN 5C-7D-5E (hex) HUAWEI TECHNOLOGIES CO.,LTD 5C7D5E (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Shenzhen Guangdong 518057 CN 90-67-1C (hex) HUAWEI TECHNOLOGIES CO.,LTD 90671C (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN BC-25-E0 (hex) HUAWEI TECHNOLOGIES CO.,LTD BC25E0 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN F4-E3-FB (hex) HUAWEI TECHNOLOGIES CO.,LTD F4E3FB (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN D0-2D-B3 (hex) HUAWEI TECHNOLOGIES CO.,LTD D02DB3 (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate Shenzhen GuangDong 518057 CN E8-CD-2D (hex) HUAWEI TECHNOLOGIES CO.,LTD E8CD2D (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate Shenzhen GuangDong 518057 CN 84-A8-E4 (hex) HUAWEI TECHNOLOGIES CO.,LTD 84A8E4 (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN 0C-96-BF (hex) HUAWEI TECHNOLOGIES CO.,LTD 0C96BF (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 60-E7-01 (hex) HUAWEI TECHNOLOGIES CO.,LTD 60E701 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN E8-08-8B (hex) HUAWEI TECHNOLOGIES CO.,LTD E8088B (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN A0-51-C6 (hex) Avaya Inc A051C6 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US F0-EB-D0 (hex) Shanghai Feixun Communication Co.,Ltd. F0EBD0 (base 16) Shanghai Feixun Communication Co.,Ltd. Building 90,No,4855,Guangfulin Road shanghai Shanghai 201616 CN 64-3E-8C (hex) HUAWEI TECHNOLOGIES CO.,LTD 643E8C (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base Shenzhen Guangdong 518129 CN 00-12-D2 (hex) Texas Instruments 0012D2 (base 16) Texas Instruments 12500 TI Boulevard Dallas 75243 US A8-63-F2 (hex) Texas Instruments A863F2 (base 16) Texas Instruments 12203 S.W.Freeway, MS728 Stafford 77477 US 7C-60-97 (hex) HUAWEI TECHNOLOGIES CO.,LTD 7C6097 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen ShenZhen GuangDong 518129 CN CC-53-B5 (hex) HUAWEI TECHNOLOGIES CO.,LTD CC53B5 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen ShenZhen GuangDong 518129 CN 60-DE-44 (hex) HUAWEI TECHNOLOGIES CO.,LTD 60DE44 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen ShenZhen GuangDong 518129 CN 10-51-72 (hex) HUAWEI TECHNOLOGIES CO.,LTD 105172 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base Shenzhen Guangdong 518129 CN 08-E8-4F (hex) HUAWEI TECHNOLOGIES CO.,LTD 08E84F (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base Shenzhen Guangdong 518129 CN 88-86-03 (hex) HUAWEI TECHNOLOGIES CO.,LTD 888603 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen Shenzhen 518129 CN 04-F9-38 (hex) HUAWEI TECHNOLOGIES CO.,LTD 04F938 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen Shenzhen Guangdong 518129 CN AC-85-3D (hex) HUAWEI TECHNOLOGIES CO.,LTD AC853D (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen Shenzhen Guangdong 518129 CN 48-46-FB (hex) HUAWEI TECHNOLOGIES CO.,LTD 4846FB (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen Shenzhen Guangdong 518129 CN D0-FF-50 (hex) Texas Instruments D0FF50 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 20-C3-8F (hex) Texas Instruments 20C38F (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 7C-66-9D (hex) Texas Instruments 7C669D (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US D8-DD-FD (hex) Texas Instruments D8DDFD (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US D0-5F-B8 (hex) Texas Instruments D05FB8 (base 16) Texas Instruments 12500 TI BLVD Dallas 75243 US E0-24-7F (hex) HUAWEI TECHNOLOGIES CO.,LTD E0247F (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1-4,Huawei Industrial Base,Bantian,Longgang ShenZhen GuangDong 518129 CN 00-46-4B (hex) HUAWEI TECHNOLOGIES CO.,LTD 00464B (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1-4,Huawei Industrial Base,Bantian,Longgang ShenZhen GuangDong 518129 CN 80-FB-06 (hex) HUAWEI TECHNOLOGIES CO.,LTD 80FB06 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1-4,Huawei Industrial Base,Bantian,Longgang ShenZhen GuangDong 518129 CN 6C-A8-49 (hex) Avaya Inc 6CA849 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 64-C3-54 (hex) Avaya Inc 64C354 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 50-CD-22 (hex) Avaya Inc 50CD22 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US B4-A9-5A (hex) Avaya Inc B4A95A (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 84-EB-18 (hex) Texas Instruments 84EB18 (base 16) Texas Instruments 12500 TI BLVD Dallas 75243 US EC-11-27 (hex) Texas Instruments EC1127 (base 16) Texas Instruments 12500 TI BLVD Dallas 75243 US 58-16-26 (hex) Avaya Inc 581626 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 70-E4-22 (hex) Cisco Systems, Inc 70E422 (base 16) Cisco Systems, Inc 80 West Tasman Dr. San Jose CA 94568 US 00-50-0F (hex) Cisco Systems, Inc 00500F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 7C-1D-D9 (hex) Xiaomi Communications Co Ltd 7C1DD9 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN A0-86-C6 (hex) Xiaomi Communications Co Ltd A086C6 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 9C-99-A0 (hex) Xiaomi Communications Co Ltd 9C99A0 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 58-44-98 (hex) Xiaomi Communications Co Ltd 584498 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 00-E0-B0 (hex) Cisco Systems, Inc 00E0B0 (base 16) Cisco Systems, Inc 170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US 00-E0-FE (hex) Cisco Systems, Inc 00E0FE (base 16) Cisco Systems, Inc 170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US 00-E0-34 (hex) Cisco Systems, Inc 00E034 (base 16) Cisco Systems, Inc 170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US 00-E0-F9 (hex) Cisco Systems, Inc 00E0F9 (base 16) Cisco Systems, Inc 170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US C8-D7-19 (hex) Cisco-Linksys, LLC C8D719 (base 16) Cisco-Linksys, LLC 121 Theory Drive Irvine 92612 US 00-10-79 (hex) Cisco Systems, Inc 001079 (base 16) Cisco Systems, Inc 170 W. TASMAN DR. SAN JOSE CA 95134-1706 US 00-10-29 (hex) Cisco Systems, Inc 001029 (base 16) Cisco Systems, Inc 170 W. TASMAN DR. SAN JOSE CA 95134-1706 US 00-0E-08 (hex) Cisco-Linksys, LLC 000E08 (base 16) Cisco-Linksys, LLC 170 West Tasman Dr. San Jose CA 95134 US 44-03-A7 (hex) Cisco Systems, Inc 4403A7 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US B0-FA-EB (hex) Cisco Systems, Inc B0FAEB (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 7C-AD-74 (hex) Cisco Systems, Inc 7CAD74 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 00-60-3E (hex) Cisco Systems, Inc 00603E (base 16) Cisco Systems, Inc 170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US 00-60-2F (hex) Cisco Systems, Inc 00602F (base 16) Cisco Systems, Inc 170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US 00-60-47 (hex) Cisco Systems, Inc 006047 (base 16) Cisco Systems, Inc 170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US 00-50-A2 (hex) Cisco Systems, Inc 0050A2 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-02-3D (hex) Cisco Systems, Inc 00023D (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 20-3A-07 (hex) Cisco Systems, Inc 203A07 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 00-50-2A (hex) Cisco Systems, Inc 00502A (base 16) Cisco Systems, Inc 170 W. TASMAN DR. SAN JOSE CA 95134-1706 US BC-16-F5 (hex) Cisco Systems, Inc BC16F5 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US FC-5B-39 (hex) Cisco Systems, Inc FC5B39 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 34-6F-90 (hex) Cisco Systems, Inc 346F90 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 5C-FC-66 (hex) Cisco Systems, Inc 5CFC66 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US D4-6D-50 (hex) Cisco Systems, Inc D46D50 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 74-A0-2F (hex) Cisco Systems, Inc 74A02F (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 88-90-8D (hex) Cisco Systems, Inc 88908D (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US F0-78-16 (hex) Cisco Systems, Inc F07816 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 00-22-3A (hex) Cisco SPVTG 00223A (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30044 US 00-21-BE (hex) Cisco SPVTG 0021BE (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30044 US 14-DA-E9 (hex) ASUSTek COMPUTER INC. 14DAE9 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd.,Peitou, Taipei 112 TW F4-CF-E2 (hex) Cisco Systems, Inc F4CFE2 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US A8-0C-0D (hex) Cisco Systems, Inc A80C0D (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US C0-7B-BC (hex) Cisco Systems, Inc C07BBC (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 24-E9-B3 (hex) Cisco Systems, Inc 24E9B3 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 00-11-D8 (hex) ASUSTek COMPUTER INC. 0011D8 (base 16) ASUSTek COMPUTER INC. No.150, Li-Te Rd., Peitou Taipei 112 TW C0-8C-60 (hex) Cisco Systems, Inc C08C60 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US E8-ED-F3 (hex) Cisco Systems, Inc E8EDF3 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US E4-C7-22 (hex) Cisco Systems, Inc E4C722 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 64-E9-50 (hex) Cisco Systems, Inc 64E950 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US F4-1F-C2 (hex) Cisco Systems, Inc F41FC2 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 44-AD-D9 (hex) Cisco Systems, Inc 44ADD9 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 0C-68-03 (hex) Cisco Systems, Inc 0C6803 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 1C-DE-A7 (hex) Cisco Systems, Inc 1CDEA7 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US F0-7F-06 (hex) Cisco Systems, Inc F07F06 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 88-F0-31 (hex) Cisco Systems, Inc 88F031 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 00-18-F3 (hex) ASUSTek COMPUTER INC. 0018F3 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd.,Peitou Taipei 112 TW 00-1A-92 (hex) ASUSTek COMPUTER INC. 001A92 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd.,Peitou Taipei 112 TW 00-0C-41 (hex) Cisco-Linksys, LLC 000C41 (base 16) Cisco-Linksys, LLC 121 Theory Dr. Irvine CA 92612 US 00-16-B6 (hex) Cisco-Linksys, LLC 0016B6 (base 16) Cisco-Linksys, LLC 121 Theory Dr. Irvine CA 92612 US 00-18-F8 (hex) Cisco-Linksys, LLC 0018F8 (base 16) Cisco-Linksys, LLC 121 Theory Drive Irvine CA 92612 US 00-25-2E (hex) Cisco SPVTG 00252E (base 16) Cisco SPVTG 5030 Sugarloaf Pkwy Lawrenceville GA 30044 US 54-D4-6F (hex) Cisco SPVTG 54D46F (base 16) Cisco SPVTG 5030 Sugarloaf Pkwy Lawrenceville GA 30044 US A4-A2-4A (hex) Cisco SPVTG A4A24A (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30044 US 44-E0-8E (hex) Cisco SPVTG 44E08E (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30044 US 00-E0-36 (hex) PIONEER CORPORATION 00E036 (base 16) PIONEER CORPORATION 2610 Hanazono 4-Chome Saitama Prefecture, 359-8 34567 JP 00-E0-4F (hex) Cisco Systems, Inc 00E04F (base 16) Cisco Systems, Inc 170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US 00-10-FF (hex) Cisco Systems, Inc 0010FF (base 16) Cisco Systems, Inc 170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US 00-10-54 (hex) Cisco Systems, Inc 001054 (base 16) Cisco Systems, Inc 170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US 00-10-F6 (hex) Cisco Systems, Inc 0010F6 (base 16) Cisco Systems, Inc 170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US 00-10-A6 (hex) Cisco Systems, Inc 0010A6 (base 16) Cisco Systems, Inc 170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US BC-C8-10 (hex) Cisco SPVTG BCC810 (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30044 US 7C-B2-1B (hex) Cisco SPVTG 7CB21B (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville 30044 US 24-76-7D (hex) Cisco SPVTG 24767D (base 16) Cisco SPVTG 5030 Sugarloaf Pkwy Lawrenceville GA 30044 US 48-1D-70 (hex) Cisco SPVTG 481D70 (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30044 US F0-B2-E5 (hex) Cisco Systems, Inc F0B2E5 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 00-23-32 (hex) Apple, Inc. 002332 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-23-6C (hex) Apple, Inc. 00236C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-23-DF (hex) Apple, Inc. 0023DF (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-25-00 (hex) Apple, Inc. 002500 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-25-BC (hex) Apple, Inc. 0025BC (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 58-97-BD (hex) Cisco Systems, Inc 5897BD (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 5C-83-8F (hex) Cisco Systems, Inc 5C838F (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US EC-BD-1D (hex) Cisco Systems, Inc ECBD1D (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 00-19-E3 (hex) Apple, Inc. 0019E3 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-1B-63 (hex) Apple, Inc. 001B63 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-1E-C2 (hex) Apple, Inc. 001EC2 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-1F-F3 (hex) Apple, Inc. 001FF3 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-10-FA (hex) Apple, Inc. 0010FA (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-50-E4 (hex) Apple, Inc. 0050E4 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-0D-93 (hex) Apple, Inc. 000D93 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 7C-FA-DF (hex) Apple, Inc. 7CFADF (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 78-A3-E4 (hex) Apple, Inc. 78A3E4 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 14-8F-C6 (hex) Apple, Inc. 148FC6 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 28-6A-B8 (hex) Apple, Inc. 286AB8 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 28-E0-2C (hex) Apple, Inc. 28E02C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E0-B9-BA (hex) Apple, Inc. E0B9BA (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-C6-10 (hex) Apple, Inc. 00C610 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US B8-F6-B1 (hex) Apple, Inc. B8F6B1 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 8C-FA-BA (hex) Apple, Inc. 8CFABA (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 7C-D1-C3 (hex) Apple, Inc. 7CD1C3 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F0-DC-E2 (hex) Apple, Inc. F0DCE2 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 24-AB-81 (hex) Apple, Inc. 24AB81 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E0-F8-47 (hex) Apple, Inc. E0F847 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 28-E7-CF (hex) Apple, Inc. 28E7CF (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E4-CE-8F (hex) Apple, Inc. E4CE8F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A8-20-66 (hex) Apple, Inc. A82066 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US BC-52-B7 (hex) Apple, Inc. BC52B7 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 5C-59-48 (hex) Apple, Inc. 5C5948 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C8-BC-C8 (hex) Apple, Inc. C8BCC8 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E8-04-0B (hex) Apple, Inc. E8040B (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 14-5A-05 (hex) Apple, Inc. 145A05 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 1C-AB-A7 (hex) Apple, Inc. 1CABA7 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C0-84-7A (hex) Apple, Inc. C0847A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 34-15-9E (hex) Apple, Inc. 34159E (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 58-B0-35 (hex) Apple, Inc. 58B035 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US DC-86-D8 (hex) Apple, Inc. DC86D8 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 90-B9-31 (hex) Apple, Inc. 90B931 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D0-E1-40 (hex) Apple, Inc. D0E140 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 24-A2-E1 (hex) Apple, Inc. 24A2E1 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 04-21-4C (hex) Insight Energy Ventures LLC 04214C (base 16) Insight Energy Ventures LLC 123 W. Fifth St Royal Oak MI 48067 US F8-32-E4 (hex) ASUSTek COMPUTER INC. F832E4 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 80-EA-96 (hex) Apple, Inc. 80EA96 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 60-03-08 (hex) Apple, Inc. 600308 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 04-F1-3E (hex) Apple, Inc. 04F13E (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 98-F0-AB (hex) Apple, Inc. 98F0AB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 78-31-C1 (hex) Apple, Inc. 7831C1 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 78-3A-84 (hex) Apple, Inc. 783A84 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 5C-8D-4E (hex) Apple, Inc. 5C8D4E (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 88-63-DF (hex) Apple, Inc. 8863DF (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 88-1F-A1 (hex) Apple, Inc. 881FA1 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C8-E0-EB (hex) Apple, Inc. C8E0EB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 98-B8-E3 (hex) Apple, Inc. 98B8E3 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 88-53-95 (hex) Apple, Inc. 885395 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 78-6C-1C (hex) Apple, Inc. 786C1C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 4C-8D-79 (hex) Apple, Inc. 4C8D79 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 1C-E6-2B (hex) Apple, Inc. 1CE62B (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 0C-30-21 (hex) Apple, Inc. 0C3021 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 0C-3E-9F (hex) Apple, Inc. 0C3E9F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US FC-FC-48 (hex) Apple, Inc. FCFC48 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 9C-29-3F (hex) Apple, Inc. 9C293F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 80-A1-AB (hex) Intellisis 80A1AB (base 16) Intellisis 10350 Science Center Dr San Diego CA 92121 US 84-28-5A (hex) Saffron Solutions Inc 84285A (base 16) Saffron Solutions Inc 1337 Mass Ave #273 Arlington MA 02476 US D4-B8-FF (hex) Home Control Singapore Pte Ltd D4B8FF (base 16) Home Control Singapore Pte Ltd 620A Lorong 1 Toa Payoh Singapore Singapore 217909 SG 08-74-02 (hex) Apple, Inc. 087402 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 94-F6-A3 (hex) Apple, Inc. 94F6A3 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 98-E0-D9 (hex) Apple, Inc. 98E0D9 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US CC-29-F5 (hex) Apple, Inc. CC29F5 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 28-5A-EB (hex) Apple, Inc. 285AEB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F0-24-75 (hex) Apple, Inc. F02475 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 2C-1F-23 (hex) Apple, Inc. 2C1F23 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 54-9F-13 (hex) Apple, Inc. 549F13 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F0-DB-E2 (hex) Apple, Inc. F0DBE2 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 74-81-14 (hex) Apple, Inc. 748114 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 18-F6-43 (hex) Apple, Inc. 18F643 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A4-5E-60 (hex) Apple, Inc. A45E60 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A0-18-28 (hex) Apple, Inc. A01828 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D0-03-4B (hex) Apple, Inc. D0034B (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 10-41-7F (hex) Apple, Inc. 10417F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A8-66-7F (hex) Apple, Inc. A8667F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D0-25-98 (hex) Apple, Inc. D02598 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 80-BE-05 (hex) Apple, Inc. 80BE05 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 24-A0-74 (hex) Apple, Inc. 24A074 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 84-78-8B (hex) Apple, Inc. 84788B (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 84-A4-23 (hex) Sagemcom Broadband SAS 84A423 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 3C-78-73 (hex) Airsonics 3C7873 (base 16) Airsonics 1289 Fordham Blvd. Chapel Hill NC 27514 US 9C-88-AD (hex) Fiberhome Telecommunication Technologies Co.,LTD 9C88AD (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 88-94-7E (hex) Fiberhome Telecommunication Technologies Co.,LTD 88947E (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN C8-A2-CE (hex) Oasis Media Systems LLC C8A2CE (base 16) Oasis Media Systems LLC 1073 Barley Sheaf Rd Flemington NJ 08822 US 58-F4-96 (hex) Source Chain 58F496 (base 16) Source Chain #407-4 eBIZ.Center Seoul seoul ASI|KR|KS013|SEOUL KR 58-7F-57 (hex) Apple, Inc. 587F57 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D0-7C-2D (hex) Leie IOT technology Co., Ltd D07C2D (base 16) Leie IOT technology Co., Ltd 9th floor,Hongchengxintai building,No.105,Yaojiayuan Road,Chaoyang District,Beijing Beijing Beijing 100026 CN EC-64-E7 (hex) MOCACARE Corporation EC64E7 (base 16) MOCACARE Corporation 887 Federation Way Palo Alto CA 94303 US 40-86-2E (hex) JDM MOBILE INTERNET SOLUTION CO., LTD. 40862E (base 16) JDM MOBILE INTERNET SOLUTION CO., LTD. Jiashan Zhejiang 314100 CN C4-BB-EA (hex) Pakedge Device and Software Inc C4BBEA (base 16) Pakedge Device and Software Inc 3847 Breakwater Ave Hayward CA 94545 US 98-87-44 (hex) Wuxi Hongda Science and Technology Co.,LTD 988744 (base 16) Wuxi Hongda Science and Technology Co.,LTD No.10 An Nan Road, Nan Quan Town, Bin Hu District WUXI Jiangsu 214128 CN E8-34-3E (hex) Beijing Infosec Technologies Co., LTD. E8343E (base 16) Beijing Infosec Technologies Co., LTD. Floor 4, Tower C, Global Finance and News Center Beijing Beijing 100052 CN 34-69-87 (hex) zte corporation 346987 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 98-F4-28 (hex) zte corporation 98F428 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN A4-CC-32 (hex) Inficomm Co., Ltd A4CC32 (base 16) Inficomm Co., Ltd 3F, B-31 Building, Tanglang Industry Park, Taoyuan Str, Nanshan District Shenzhen Guangdong 518055 CN 00-6D-52 (hex) Apple, Inc. 006D52 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A0-32-99 (hex) Lenovo (Beijing) Co., Ltd. A03299 (base 16) Lenovo (Beijing) Co., Ltd. No.6, ChuangYe Road, Haidian District Beijing 100085 CN 40-54-E4 (hex) Wearsafe Labs Inc 4054E4 (base 16) Wearsafe Labs Inc 1429 Park Street Hartford CT 06106 US DC-9A-8E (hex) Nanjing Cocomm electronics co., LTD DC9A8E (base 16) Nanjing Cocomm electronics co., LTD Room 201,the Qinheng technology park building Nanjing Jiangsu 210012 CN AC-EE-9E (hex) Samsung Electronics Co.,Ltd ACEE9E (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR B8-57-D8 (hex) Samsung Electronics Co.,Ltd B857D8 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 70-BF-3E (hex) Charles River Laboratories 70BF3E (base 16) Charles River Laboratories 1023 Wappoo Road Suite 43B Charleston SC 29407 US A8-C8-7F (hex) Roqos, Inc. A8C87F (base 16) Roqos, Inc. 1775 Greensboro Station Place Mclean Virginia 22102 US 3C-83-1E (hex) CKD Corporation 3C831E (base 16) CKD Corporation 250, Ouji 2-Chome Komaki Aichi 485-8551 JP 90-DF-FB (hex) HOMERIDER SYSTEMS 90DFFB (base 16) HOMERIDER SYSTEMS 12 RUE REMORA GRADIGNAN GIRONDE 33170 FR 30-5A-3A (hex) ASUSTek COMPUTER INC. 305A3A (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 2C-08-1C (hex) OVH 2C081C (base 16) OVH 2, rue Kellermann Roubaix Nord 59100 FR C0-84-88 (hex) Finis Inc C08488 (base 16) Finis Inc 7085-E Las Positas Rd Livermore CA 94551 US 38-F5-57 (hex) JOLATA, INC. 38F557 (base 16) JOLATA, INC. 2262 N. FIRST ST. SAN JOSE CA 95134 US 54-A3-FA (hex) BQT Solutions (Australia)Pty Ltd 54A3FA (base 16) BQT Solutions (Australia)Pty Ltd Unit 29, 1 Talavera Road North Ryde NSW 2113 AU 24-6C-8A (hex) YUKAI Engineering 246C8A (base 16) YUKAI Engineering 16-11-101, Tomihisa, Shinjuku Tokyo - 162-0067 AC-C5-1B (hex) Zhuhai Pantum Electronics Co., Ltd. ACC51B (base 16) Zhuhai Pantum Electronics Co., Ltd. Area A, 3rd floor, Building No.1, No.3883, Zhuhai Avenue, Zhuhai, Guangdong, China Zhuhai Guangdong 519000 CN 38-5F-66 (hex) Cisco SPVTG 385F66 (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30044 US B8-44-D9 (hex) Apple, Inc. B844D9 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 9C-7A-03 (hex) Ciena Corporation 9C7A03 (base 16) Ciena Corporation 7035 Ridge Road Hanover MD 21076 US 5C-CF-7F (hex) Espressif Inc. 5CCF7F (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 68-12-95 (hex) Lupine Lighting Systems GmbH 681295 (base 16) Lupine Lighting Systems GmbH Winnberger Weg 11 Neumarkt Bavaria 92318 DE 70-11-AE (hex) Music Life LTD 7011AE (base 16) Music Life LTD Unit E, 31/F, Billion Centre Tower A Kowloon N/A 00000 HK 04-1E-7A (hex) DSPWorks 041E7A (base 16) DSPWorks 12/947, MHB Colony, Gorai Road Mumbai 400091 IN 84-A7-88 (hex) Perples 84A788 (base 16) Perples 8F, 209 Dosan-daero, Seoul 135-892 KR AC-60-B6 (hex) Ericsson AB AC60B6 (base 16) Ericsson AB Torshamnsgatan 36 Stockholm SE-164 80 SE 14-B3-70 (hex) Gigaset Digital Technology (Shenzhen) Co., Ltd. 14B370 (base 16) Gigaset Digital Technology (Shenzhen) Co., Ltd. 11/F, Matsunichi Building, No.9996 Shen Nan Boulevard, Nan Shan District, Shenzhen, China ShenZhen Guangdong 518000 CN 68-89-C1 (hex) HUAWEI TECHNOLOGIES CO.,LTD 6889C1 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 1C-49-7B (hex) Gemtek Technology Co., Ltd. 1C497B (base 16) Gemtek Technology Co., Ltd. No. 1 Jen Ai Road Hsinchu Industrial Park Hukou, Hsinchu 30352 TAIWAN, REPUBLIC OF CHINA Hsinchu TAIWAN 30352 TW 2C-CF-58 (hex) HUAWEI TECHNOLOGIES CO.,LTD 2CCF58 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN D0-93-80 (hex) Ducere Technologies Pvt. Ltd. D09380 (base 16) Ducere Technologies Pvt. Ltd. 222B West Marredpally Secunderabad Telangana 500026 IN 68-F9-56 (hex) Objetivos y Servicio de Valor Añadido 68F956 (base 16) Objetivos y Servicio de Valor Añadido c/Monte Esquinza, 28 1ºD MADRID MADRID 28010 ES C8-A9-FC (hex) Goyoo Networks Inc. C8A9FC (base 16) Goyoo Networks Inc. Building D, Kelin Blocks, No.107, Dongsi North St, Beijing Beijing 100007 CN FC-FE-C2 (hex) Invensys Controls UK Limited FCFEC2 (base 16) Invensys Controls UK Limited 401 Southway Drive Plymouth Devon Pl6 6QT GB 68-9A-B7 (hex) Atelier Vision Corporation 689AB7 (base 16) Atelier Vision Corporation 888-340 Nakagawa Hamamatsu Shizuoka 431-1304 JP 44-4C-A8 (hex) Arista Networks 444CA8 (base 16) Arista Networks 5453 Great America Parkway Santa Clara CA 95054 US 7C-2B-E1 (hex) Shenzhen Ferex Electrical Co.,Ltd 7C2BE1 (base 16) Shenzhen Ferex Electrical Co.,Ltd Block 2,Jiuzhou Industrial Park,Gongming Shenzhen Guangdong 518107 CN 50-31-AD (hex) ABB Global Industries and Services Private Limited 5031AD (base 16) ABB Global Industries and Services Private Limited 21st floor, World Trade Center Bangalore Karnataka 560055 IN 14-3E-BF (hex) zte corporation 143EBF (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN FC-2F-EF (hex) UTT Technologies Co., Ltd. FC2FEF (base 16) UTT Technologies Co., Ltd. Room 301, Building 9, No. 518 Xinzhuan Shanghai Shanghai 201612 CN A4-C1-38 (hex) Telink Semiconductor (Taipei) Co. Ltd. A4C138 (base 16) Telink Semiconductor (Taipei) Co. Ltd. Room 1050. 10F. Buld. H, No. 3-2 YuanQu St., Taipei Taipei 11503 TW 20-F5-10 (hex) Codex Digital Limited 20F510 (base 16) Codex Digital Limited 60 Poland Street London Greater London W1F 7NT GB A8-74-1D (hex) PHOENIX CONTACT Electronics GmbH A8741D (base 16) PHOENIX CONTACT Electronics GmbH Dringenauer Str. 30 Bad Pyrmont - D-31812 DE F0-9A-51 (hex) Shanghai Viroyal Electronic Technology Company Limited F09A51 (base 16) Shanghai Viroyal Electronic Technology Company Limited LevelB,Building#3,401 Caobao Road,Shanghai,China Shanghai Shanghai 200233 CN 4C-B8-2C (hex) Cambridge Mobile Telematics, Inc. 4CB82C (base 16) Cambridge Mobile Telematics, Inc. One Broadway, 14th Floor Cambridge MA 02142 US E4-A3-2F (hex) Shanghai Artimen Technology Co., Ltd. E4A32F (base 16) Shanghai Artimen Technology Co., Ltd. Room 4462, Third Building, No. 505, Xinge Road, Xinqiao Town, SongJiang District, Shanghai City, China Shanghai Shanghai 201206 CN F4-67-2D (hex) ShenZhen Topstar Technology Company F4672D (base 16) ShenZhen Topstar Technology Company 5/F Buliding 204,Tai Ran ShenZhen Science&Industry Park ShenZhen GuangZhou 518042 CN A8-D8-28 (hex) Ascensia Diabetes Care A8D828 (base 16) Ascensia Diabetes Care 5 Wood Hollow Rd, Parsippany NJ 07054 US B8-69-C2 (hex) Sunitec Enterprise Co., Ltd. B869C2 (base 16) Sunitec Enterprise Co., Ltd. 1F., No.35, Dayong St., Zhonghe Dist., New Taipei City Taiwan 235 TW 88-CB-A5 (hex) Suzhou Torchstar Intelligent Technology Co.,Ltd 88CBA5 (base 16) Suzhou Torchstar Intelligent Technology Co.,Ltd Rm1704B,Business Building, No.181, Cuiyuan Rd.,SIP Suzhou Jiangsu Province 215000 CN 7C-A2-3E (hex) HUAWEI TECHNOLOGIES CO.,LTD 7CA23E (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 50-1A-A5 (hex) GN Netcom A/S 501AA5 (base 16) GN Netcom A/S Lautrupbjerg 7 Ballerup Ballerup DK-2750 DK A4-8D-3B (hex) Vizio, Inc A48D3B (base 16) Vizio, Inc 39 Tesla Irvine CA 92618 US 1C-56-FE (hex) Motorola Mobility LLC, a Lenovo Company 1C56FE (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US B8-99-B0 (hex) Cohere Technologies B899B0 (base 16) Cohere Technologies 404 Saratoga Avenue Santa Clara CA 95050 US D8-5D-EF (hex) Busch-Jaeger Elektro GmbH D85DEF (base 16) Busch-Jaeger Elektro GmbH Freisenbergstrasse 2 Luedenscheid NRW 58513 DE 88-A2-D7 (hex) HUAWEI TECHNOLOGIES CO.,LTD 88A2D7 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-32-3A (hex) so-logic 00323A (base 16) so-logic Lustkandlgasse 52 Vienna Vienna 1090 AT 80-9F-AB (hex) Fiberhome Telecommunication Technologies Co.,LTD 809FAB (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN E0-03-70 (hex) ShenZhen Continental Wireless Technology Co., Ltd. E00370 (base 16) ShenZhen Continental Wireless Technology Co., Ltd. North 23F, Dongfang Technology Building, Shenzhen Guangdong 518057 CN 04-61-69 (hex) MEDIA GLOBAL LINKS CO., LTD. 046169 (base 16) MEDIA GLOBAL LINKS CO., LTD. 580-16, Horikawa-cho Kawasaki Kanagawa 212-0013 JP BC-EB-5F (hex) Fujian Beifeng Telecom Technology Co., Ltd. BCEB5F (base 16) Fujian Beifeng Telecom Technology Co., Ltd. A-15, Huaqiao Economic Development Zone, Shuangyang, Luojiang, quanzhou fujian 362000 CN AC-5A-14 (hex) Samsung Electronics Co.,Ltd AC5A14 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR F0-AB-54 (hex) MITSUMI ELECTRIC CO.,LTD. F0AB54 (base 16) MITSUMI ELECTRIC CO.,LTD. 2-11-2, Tsurumaki Tama-shi Tokyo 206-8567 JP 3C-31-78 (hex) Qolsys Inc. 3C3178 (base 16) Qolsys Inc. 1900 The Alameda San Jose Ca 95126 US 08-EC-A9 (hex) Samsung Electronics Co.,Ltd 08ECA9 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR E0-4B-45 (hex) Hi-P Electronics Pte Ltd E04B45 (base 16) Hi-P Electronics Pte Ltd 12 Ang Mo Kio Street 64 Singapore Singapore 569088 SG F4-6A-92 (hex) SHENZHEN FAST TECHNOLOGIES CO.,LTD F46A92 (base 16) SHENZHEN FAST TECHNOLOGIES CO.,LTD Room 202,Building No.5,Section 30,No.2 of Kefa Road,Nanshan District,Shenzhen,P.R.China Shenzhen Guangdong 518057 CN F0-D6-57 (hex) ECHOSENS F0D657 (base 16) ECHOSENS 30 Place d'Italie PARIS 13 Ile de France 75013 FR 9C-37-F4 (hex) HUAWEI TECHNOLOGIES CO.,LTD 9C37F4 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 3C-47-11 (hex) HUAWEI TECHNOLOGIES CO.,LTD 3C4711 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 5C-EB-68 (hex) Cheerstar Technology Co., Ltd 5CEB68 (base 16) Cheerstar Technology Co., Ltd 5th Floor,Hongye Industrial Park, ShenZhen GuangDong 518006 CN AC-56-2C (hex) LAVA INTERNATIONAL(H.K) LIMITED AC562C (base 16) LAVA INTERNATIONAL(H.K) LIMITED UNIT L 1/F MAU LAM COMM BLDG 16-18 Hong Kong CN FC-9A-FA (hex) Motus Global Inc. FC9AFA (base 16) Motus Global Inc. 5394 Merrick Road Massapequa NY 11758 US 14-15-7C (hex) TOKYO COSMOS ELECTRIC CO.,LTD. 14157C (base 16) TOKYO COSMOS ELECTRIC CO.,LTD. 2-268 Sobudai Zama Kanagawa 252-8550 JP 20-E4-07 (hex) Spark srl 20E407 (base 16) Spark srl Via A. Gramsci 86/A Reggio Emilia 42124 IT D0-9D-AB (hex) TCT mobile ltd D09DAB (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN 88-73-84 (hex) Toshiba 887384 (base 16) Toshiba 2-9,Suehiro-Cho Ome Tokyo 1988710 JP 24-69-3E (hex) innodisk Corporation 24693E (base 16) innodisk Corporation 5F., No. 237, Sec. 1, Datong Rd., Xizhi Dist. New Taipei City Taiwan 221 TW C0-DC-6A (hex) Qingdao Eastsoft Communication Technology Co.,LTD C0DC6A (base 16) Qingdao Eastsoft Communication Technology Co.,LTD Shandong QINGDAO, No. 16A, Shangqing Road, Shibei District QINGDAO Shandong 266023 CN 24-B0-A9 (hex) Shanghai Mobiletek Communication Ltd. 24B0A9 (base 16) Shanghai Mobiletek Communication Ltd. RM201, Building 9, No 99 Tianzhou RD, Shanghai China Shanghai Shanghai 200233 CN 1C-C5-86 (hex) Absolute Acoustics 1CC586 (base 16) Absolute Acoustics Av. Corifeu de Azevedo Marques, 1703 Sao Paulo 05581-001 BR 40-7F-E0 (hex) Glory Star Technics (ShenZhen) Limited 407FE0 (base 16) Glory Star Technics (ShenZhen) Limited 4/f, West Block, Xi Li Village, Xin Wu Industry Bldg., Nan Shan District, ShenZhen, China Shenzhen China CN C8-E1-30 (hex) Milkyway Group Ltd C8E130 (base 16) Milkyway Group Ltd RM 405 Tung Ming Building Hong Kong Hong Kong 999077 HK 48-6E-FB (hex) Davit System Technology Co., Ltd. 486EFB (base 16) Davit System Technology Co., Ltd. #304 Hanlim Human Tower, LS-Ro 172 Gunpo-si Gyeonggi-Do 435-824 KR B0-96-6C (hex) Lanbowan Technology Ltd. B0966C (base 16) Lanbowan Technology Ltd. No. 60 Langbao Xi Road Foshan Guangdong 528051 CN 1C-F0-3E (hex) Wearhaus Inc. 1CF03E (base 16) Wearhaus Inc. 2041 Bancroft Way Berkeley CA 94704 US C4-3A-BE (hex) Sony Mobile Communications Inc C43ABE (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 88-3B-8B (hex) Cheering Connection Co. Ltd. 883B8B (base 16) Cheering Connection Co. Ltd. Room 602, Shenzhen Software Park T2-B Shenzhen Guangdong 518057 CN E4-F9-39 (hex) Minxon Hotel Technology INC. E4F939 (base 16) Minxon Hotel Technology INC. 3F, No.37, Dongxing Rd., Xinyi Dist. Taipei Taiwan 11070 TW 14-6B-72 (hex) Shenzhen Fortune Ship Technology Co., Ltd. 146B72 (base 16) Shenzhen Fortune Ship Technology Co., Ltd. Room 701-716, 7th Floor, Nanshan District, Shenzhen Guangdong 518000 CN B8-F0-80 (hex) SPS, INC. B8F080 (base 16) SPS, INC. 70, Techno8-ro Yuseong-gu Daejeon 305-500 KR 80-50-67 (hex) W & D TECHNOLOGY CORPORATION 805067 (base 16) W & D TECHNOLOGY CORPORATION 1F., NO.22, GONGYEQU 31TH RD TAICHUNG CITY TAIWAN 40768 TW 78-F9-44 (hex) Private 78F944 (base 16) Private 24-76-56 (hex) Shanghai Net Miles Fiber Optics Technology Co., LTD. 247656 (base 16) Shanghai Net Miles Fiber Optics Technology Co., LTD. Flat F, 17th Floor, Southern International Mansion Shanghai Shanghai 201401 CN F8-CF-C5 (hex) Motorola Mobility LLC, a Lenovo Company F8CFC5 (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US A4-7B-85 (hex) ULTIMEDIA Co Ltd, A47B85 (base 16) ULTIMEDIA Co Ltd, Guro-Gu Saeaml-ro 102 Seoul 152770 KR 5C-5B-35 (hex) Mist Systems, Inc. 5C5B35 (base 16) Mist Systems, Inc. 1601 South De Anza Blvd, Suite 248 Cupertino CA 95014 US EC-BA-FE (hex) GIROPTIC ECBAFE (base 16) GIROPTIC 165 avenue de Bretagne Lille Nord 59000 FR 3C-2C-94 (hex) 杭州德澜科技有限公司(HangZhou Delan Technology Co.,Ltd) 3C2C94 (base 16) 杭州德澜科技有限公司(HangZhou Delan Technology Co.,Ltd) tianmushan road no.398,Xihu District, hangzhou city, zhejiang province, China Hangzhou ZheJiang 310013 CN 24-1B-44 (hex) Hangzhou Tuners Electronics Co., Ltd 241B44 (base 16) Hangzhou Tuners Electronics Co., Ltd 5/F,Building No.1,No.619 BinJiang District, Hangzhou ZheJiang 310053 CN 80-A8-5D (hex) Osterhout Design Group 80A85D (base 16) Osterhout Design Group 153 Townsend Suite 570 San Francisco CA 94107 US AC-CA-AB (hex) Virtual Electric Inc ACCAAB (base 16) Virtual Electric Inc 1314 Vanna Ct San Jose CA 95131 US 48-54-15 (hex) NET RULES TECNOLOGIA EIRELI 485415 (base 16) NET RULES TECNOLOGIA EIRELI Rua Madre Cabrini, 240 - 7°andar São Paulo São Paulo 04020000 BR 78-40-E4 (hex) Samsung Electronics Co.,Ltd 7840E4 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR E0-99-71 (hex) Samsung Electronics Co.,Ltd E09971 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 70-DA-9C (hex) TECSEN 70DA9C (base 16) TECSEN $401, Jeongsu Bd, 94-70, SEOUL NA 150-037 KR 2C-A2-B4 (hex) Fortify Technologies, LLC 2CA2B4 (base 16) Fortify Technologies, LLC 6200 Shingle Creek Pkwy, Suite 400 Minneapolis Minnesota 55430 US 10-D3-8A (hex) Samsung Electronics Co.,Ltd 10D38A (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR E4-85-01 (hex) Geberit International AG E48501 (base 16) Geberit International AG Schachenstrasse 77 Jona SG 8645 CH 20-62-74 (hex) Microsoft Corporation 206274 (base 16) Microsoft Corporation 1 Microsoft Way Redmond Washington 98052 FI E8-16-2B (hex) IDEO Security Co., Ltd. E8162B (base 16) IDEO Security Co., Ltd. 1404, Seoul Forest IT Valley, 77, Seongsuil-ro Seongdong-gu, SEOUL 133-822 KR B4-73-56 (hex) Hangzhou Treebear Networking Co., Ltd. B47356 (base 16) Hangzhou Treebear Networking Co., Ltd. 2F,Block A, Lianhe Building, 2#, Zijinghua RD, Xihu District Hangzhou Zhejiang 310012 CN 34-68-95 (hex) Hon Hai Precision Ind. Co.,Ltd. 346895 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 84-73-03 (hex) Letv Mobile and Intelligent Information Technology (Beijing) Corporation Ltd. 847303 (base 16) Letv Mobile and Intelligent Information Technology (Beijing) Corporation Ltd. 5th floor,Hongchengxintai building,No.105,Yaojiayuan Road,Chaoyang District,Beijing Beijing Chaoyang 100025 CN 3C-C2-E1 (hex) XINHUA CONTROL ENGINEERING CO.,LTD 3CC2E1 (base 16) XINHUA CONTROL ENGINEERING CO.,LTD 160 Wenjing Road, Minhang Shanghai Shanghai 200245 CN 8C-87-3B (hex) Leica Camera AG 8C873B (base 16) Leica Camera AG Am Leitz-Park 5 Wetzlar Hessen 35578 DE 44-F4-77 (hex) Juniper Networks 44F477 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 14-29-71 (hex) NEMOA ELECTRONICS (HK) CO. LTD 142971 (base 16) NEMOA ELECTRONICS (HK) CO. LTD ROOM 610, MINGYOU PURCHASING & DISPLAYING CENTER, SHENZHEN GUANGDONG 518000 CN 78-E9-80 (hex) RainUs Co.,Ltd 78E980 (base 16) RainUs Co.,Ltd E-703, Digital Empire, 16, Deogyeong-daero Suwon-si Gyeonggi-do 443-702 KR E0-FF-F7 (hex) Softiron Inc. E0FFF7 (base 16) Softiron Inc. 6540 Central Avenue Newark California 94560 US 3C-6A-9D (hex) Dexatek Technology LTD. 3C6A9D (base 16) Dexatek Technology LTD. 15F, NO.81, Sec.1, Xizhi Dist., New Taipei City 221 TW 34-9E-34 (hex) Evervictory Electronic Co.Ltd 349E34 (base 16) Evervictory Electronic Co.Ltd Chu-Chi management district Humen Town, DongGuan GuangDong Province, China DongGuan GuangDong 523000 CN 70-0F-C7 (hex) SHENZHEN IKINLOOP TECHNOLOGY CO.,LTD. 700FC7 (base 16) SHENZHEN IKINLOOP TECHNOLOGY CO.,LTD. Room 8B,Building C, Tongfang Information Port, Langshan Road, Science Shenzhen Guangdong 518057 CN BC-74-D7 (hex) HangZhou JuRu Technology CO.,LTD BC74D7 (base 16) HangZhou JuRu Technology CO.,LTD No.803 Room,Shuyu Building,No.98 Wenyi West Road,Hangzhou,Zhejiang,China hangzhou zhejiang 310053 CN 78-EB-14 (hex) SHENZHEN FAST TECHNOLOGIES CO.,LTD 78EB14 (base 16) SHENZHEN FAST TECHNOLOGIES CO.,LTD Room 202,Building No.5,Section 30,No.2 of Kefa Road,Nanshan District,Shenzhen,P.R.China Shenzhen Guangdong 518057 CN 3C-49-37 (hex) ASSMANN Electronic GmbH 3C4937 (base 16) ASSMANN Electronic GmbH Auf dem Schueffel 3 Luedenscheid Germany 58513 DE 84-44-64 (hex) ServerU Inc 844464 (base 16) ServerU Inc 8100 NW 64th Street Miami FL 33166 US 00-35-60 (hex) Rosen Aviation 003560 (base 16) Rosen Aviation 1020 Owen Loop South Eugene Oregon 97402 US F8-BC-41 (hex) Rosslare Enterprises Limited F8BC41 (base 16) Rosslare Enterprises Limited Flat 912 Wing Fat Industrial Building Kowloon Bay Kowloon HK 3C-B7-92 (hex) Hitachi Maxell, Ltd., Optronics Division 3CB792 (base 16) Hitachi Maxell, Ltd., Optronics Division 5030 Totsuka-cho, Totsuka-ku Yokohama Kanagawa 244-0003 JP F8-B2-F3 (hex) GUANGZHOU BOSMA TECHNOLOGY CO.,LTD F8B2F3 (base 16) GUANGZHOU BOSMA TECHNOLOGY CO.,LTD FL.3,A5,No.11 Kaiyuan Ave., Scienc City,Guangzhou,CHINA Guangzhou GuangDong 510530 CN 28-D9-8A (hex) Hangzhou Konke Technology Co.,Ltd. 28D98A (base 16) Hangzhou Konke Technology Co.,Ltd. Hangzhou cuibai road 7, ROOM 422 Hangzhou Zhejiang 310012 CN D8-93-41 (hex) General Electric Global Research D89341 (base 16) General Electric Global Research 2623 Camino Ramon San Ramon CA 94583 US 1C-9E-CB (hex) Beijing Nari Smartchip Microelectronics Company Limited 1C9ECB (base 16) Beijing Nari Smartchip Microelectronics Company Limited Northern Territory Xixiaokou Rd,Haidian district,Beijing 100192,China beijing beijing 100192 CN D4-8D-D9 (hex) Meld Technology, Inc D48DD9 (base 16) Meld Technology, Inc 725 San Aleso Ave Sunnyvale CA 94085 US DC-C6-22 (hex) BUHEUNG SYSTEM DCC622 (base 16) BUHEUNG SYSTEM 302, 45, Jeonpa-ro, 24 Beongil Anyang-si Gyeonggi-do 430-857 KR 90-2C-C7 (hex) C-MAX Asia Limited 902CC7 (base 16) C-MAX Asia Limited Unit 117, 1/F, Liven House Kwun Tong Kowloon 852 HK 88-70-EF (hex) SC Professional Trading Co., Ltd. 8870EF (base 16) SC Professional Trading Co., Ltd. 2 Soi Krungthepkreetar 21 Sapansoong Bangkok 10250 TH 94-C0-38 (hex) Tallac Networks 94C038 (base 16) Tallac Networks 6528 Lonetree Blvd. Rocklin CA 95765 US 68-36-B5 (hex) DriveScale, Inc. 6836B5 (base 16) DriveScale, Inc. 530 Lakeside Dr. #190 Sunnyvale CALIFORNIA 94085 US C4-08-80 (hex) Shenzhen UTEPO Tech Co., Ltd. C40880 (base 16) Shenzhen UTEPO Tech Co., Ltd. 5/F Western Block, M-8 Building, Shenzhen Guangdong 518057 CN D8-80-39 (hex) Microchip Technology Inc. D88039 (base 16) Microchip Technology Inc. 2355 W. Chandler Blvd. Chandler AZ 85224 US 5C-96-6A (hex) RTNET 5C966A (base 16) RTNET 827-64, Yeoksam-dong, Kangnam-Gu Seoul - 135-080 KR BC-BC-46 (hex) SKS Welding Systems GmbH BCBC46 (base 16) SKS Welding Systems GmbH Marie-Curie-Str. 14 Kaiserslautern Rheinlandpfalz 67661 DE 98-16-EC (hex) IC Intracom 9816EC (base 16) IC Intracom 550 Commerce Blvd Oldsmar Florida 34677 US D0-62-A0 (hex) China Essence Technology (Zhumadian) Co., Ltd. D062A0 (base 16) China Essence Technology (Zhumadian) Co., Ltd. 4th Floor, Administrative Service Center Office of Yicheng District Zhumadian Henan Province 463000 CN 90-17-9B (hex) Nanomegas 90179B (base 16) Nanomegas BD Ed.Machtens 79/22 BXL Molenbeek 1080 BE 14-F8-93 (hex) Wuhan FiberHome Digital Technology Co.,Ltd. 14F893 (base 16) Wuhan FiberHome Digital Technology Co.,Ltd. No.88 YouKeyuan Road Wuhan Hubei 430074 CN 58-21-36 (hex) KMB systems, s.r.o. 582136 (base 16) KMB systems, s.r.o. Dr. M. Horakove 559 Liberec Czech Republic 46006 CZ 80-09-02 (hex) Keysight Technologies, Inc. 800902 (base 16) Keysight Technologies, Inc. 1400 Fountaingrove Pkwy. Santa Rosa CA 95403 US 04-99-E6 (hex) Shenzhen Yoostar Technology Co., Ltd 0499E6 (base 16) Shenzhen Yoostar Technology Co., Ltd #503,Tower D, HUA HAN Innovation Park, Shenzhen Guangdong 518000 CN 70-FF-5C (hex) Cheerzing Communication(Xiamen)Technology Co.,Ltd 70FF5C (base 16) Cheerzing Communication(Xiamen)Technology Co.,Ltd Room N514,North Torch Building,5 Torch Road Xiamen Fujian 361005 CN 4C-48-DA (hex) Beijing Autelan Technology Co.,Ltd 4C48DA (base 16) Beijing Autelan Technology Co.,Ltd 1-4F, 3rd Area, 9#Building Zhongguancun Software Park Beijing 100193 CN 20-5C-FA (hex) Yangzhou ChangLian Network Technology Co,ltd. 205CFA (base 16) Yangzhou ChangLian Network Technology Co,ltd. No.60, Shangfang Temple Road Yangzhou City Jiangsu 225000 CN 84-93-0C (hex) InCoax Networks Europe AB 84930C (base 16) InCoax Networks Europe AB Strommavagen 2 Gavle Sweden 80309 SE 1C-A2-B1 (hex) ruwido austria gmbh 1CA2B1 (base 16) ruwido austria gmbh Koestendorferstrasse 8 Neumarkt a.W. Salzburg 5202 AT 38-4B-76 (hex) AIRTAME ApS 384B76 (base 16) AIRTAME ApS Vestergade 20C Copenhagen C Copenhagen 1456 DK 38-B1-DB (hex) Hon Hai Precision Ind. Co.,Ltd. 38B1DB (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 34-F6-D2 (hex) Panasonic Taiwan Co.,Ltd. 34F6D2 (base 16) Panasonic Taiwan Co.,Ltd. 579,Yuan Shan Road New Taipei Taiwan 235 30-75-12 (hex) Sony Mobile Communications Inc 307512 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 64-00-2D (hex) Powerlinq Co., LTD 64002D (base 16) Powerlinq Co., LTD 13 PingDong Road 4 , Zhuhai GD 519060 B4-7C-29 (hex) Shenzhen Guzidi Technology Co.,Ltd B47C29 (base 16) Shenzhen Guzidi Technology Co.,Ltd South 6/F,Yingtang Building,No.5 Kejiyuan Road,Nanshan District,Shenzhen City,Guangdong Province,P.R. China Shenzhen Guangdong 518000 CN D4-8F-33 (hex) Microsoft Corporation D48F33 (base 16) Microsoft Corporation 1 Microsoft Way Redmond Washington 98052 FI 54-F8-76 (hex) ABB AG 54F876 (base 16) ABB AG Trafoweg 4 Halle / Saale Saxony-Anhalt 06112 DE 34-B7-FD (hex) Guangzhou Younghead Electronic Technology Co.,Ltd 34B7FD (base 16) Guangzhou Younghead Electronic Technology Co.,Ltd Room 206,Wenzhenxin Building,Block 3, No.2 Kefa RD,Hi-Tech Park, Nanshan District, Shenzhen,China Shenzhen Guangdong 518052 CN B4-17-80 (hex) DTI Group Ltd B41780 (base 16) DTI Group Ltd 50 Affleck Rd Perth Airport Western Australia 6105 AU 48-9D-18 (hex) Flashbay Limited 489D18 (base 16) Flashbay Limited 6 The Fountain Centre London London SW6 2TW GB 90-20-3A (hex) BYD Precision Manufacture Co.,Ltd 90203A (base 16) BYD Precision Manufacture Co.,Ltd Building 23#,NO.3009 BYD Road,Pingshan Shenzhen Guangdong 518118 CN 80-EA-CA (hex) Dialog Semiconductor Hellas SA 80EACA (base 16) Dialog Semiconductor Hellas SA Leoforos Syggrou 143 Athens Attiki 17121 GR 20-A9-9B (hex) Microsoft Corporation 20A99B (base 16) Microsoft Corporation 1 Microsoft Way Redmond Washington 98052 FI 60-48-26 (hex) Newbridge Technologies Int. Ltd. 604826 (base 16) Newbridge Technologies Int. Ltd. 35/F Central Plaza Hong Kong CN 38-F3-3F (hex) TATSUNO CORPORATION 38F33F (base 16) TATSUNO CORPORATION 2-6,Mita 3-Chome,Minato-ku Tokyo 108-8520 JP D8-0C-CF (hex) C.G.V. S.A.S. D80CCF (base 16) C.G.V. S.A.S. 18, RUE THEODORE MONOD OSTWALD CEDEX BAS-RHIN 67541 FR 4C-BB-58 (hex) Chicony Electronics Co., Ltd. 4CBB58 (base 16) Chicony Electronics Co., Ltd. No.25, Wugong 6th Rd., Wugu Dist., New Taipei City 248, TAIWAN, REPUBLIC OF CHINA 248 TW A4-12-42 (hex) NEC Platforms, Ltd. A41242 (base 16) NEC Platforms, Ltd. 800 Shimomata Kakegawa Shizuoka 436-8501 JP D0-0A-AB (hex) Yokogawa Digital Computer Corporation D00AAB (base 16) Yokogawa Digital Computer Corporation Shinjuku MIDWEST Bldg.4-30-3 Yoyogi Shibuya-ku, Tokyo 151-0053 JP C4-00-06 (hex) Lipi Data Systems Ltd. C40006 (base 16) Lipi Data Systems Ltd. Mewar Industrial Area (M.I.A) UDAIPUR RAJASTHAN 313003 IN 38-26-2B (hex) UTran Technology 38262B (base 16) UTran Technology No.130, Guoji Rd., Tucheng Dist., New Taipei City 23650 TW 48-0C-49 (hex) NAKAYO Inc 480C49 (base 16) NAKAYO Inc Development Support Center 165 Higashiomuro-machi Maebashi-shi Gunma 379-2105 JP 3C-D9-CE (hex) Eclipse WiFi 3CD9CE (base 16) Eclipse WiFi 68 S Service Rd Melville NY 11747 US 60-77-E2 (hex) Samsung Electronics Co.,Ltd 6077E2 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR FC-19-10 (hex) Samsung Electronics Co.,Ltd FC1910 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR FC-79-0B (hex) Hitachi High Technologies America, Inc. FC790B (base 16) Hitachi High Technologies America, Inc. 208 Fairforest Way Greenville SC 29607 US 60-81-F9 (hex) Helium Systems, Inc 6081F9 (base 16) Helium Systems, Inc 717 Market Street San Francisco CA 94102 US 84-01-A7 (hex) Greyware Automation Products, Inc 8401A7 (base 16) Greyware Automation Products, Inc 308 Oriole Ct Murphy TX 75094 US 98-F1-70 (hex) Murata Manufacturing Co., Ltd. 98F170 (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP 68-6E-48 (hex) Prophet Electronic Technology Corp.,Ltd 686E48 (base 16) Prophet Electronic Technology Corp.,Ltd 9F ,3 Building,No 1535,Hongmei Road ,Xuhui District Shanghai Shanghai 200233 CN 04-C9-91 (hex) Phistek INC. 04C991 (base 16) Phistek INC. 5 Floor, No.188, Section 3, Datong Road New Taipei City 221 TW 3C-A1-0D (hex) Samsung Electronics Co.,Ltd 3CA10D (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 64-6C-B2 (hex) Samsung Electronics Co.,Ltd 646CB2 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 68-05-71 (hex) Samsung Electronics Co.,Ltd 680571 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 14-B4-84 (hex) Samsung Electronics Co.,Ltd 14B484 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR F4-C4-47 (hex) Coagent International Enterprise Limited F4C447 (base 16) Coagent International Enterprise Limited FLAT/RM 2 6F CROWN TND BLDG 106 HOW MING ST KWUN TONG Hong Kong Hong Kong 528133 CN C8-E4-2F (hex) Technical Research Design and Development C8E42F (base 16) Technical Research Design and Development 186 Lincoln street Boston MA 02111 US C4-C9-EC (hex) Gugaoo HK Limited C4C9EC (base 16) Gugaoo HK Limited Unit 04, 7/F BRIGHT WAY TOWER Kowloon, Hongkong HK 34-E4-2A (hex) Automatic Bar Controls Inc. 34E42A (base 16) Automatic Bar Controls Inc. 790 Eubanks Dr Vacaville CA 95688 US 30-59-B7 (hex) Microsoft 3059B7 (base 16) Microsoft 1 Microsoft Way Redmond Washington 98052 US 20-A7-87 (hex) Bointec Taiwan Corporation Limited 20A787 (base 16) Bointec Taiwan Corporation Limited 1F, A20, L790, SEC.5, TAIPEI TAIWAN 11082 TW A0-FC-6E (hex) Telegrafia a.s. A0FC6E (base 16) Telegrafia a.s. Lomena 7 Kosice Slovakia 040 01 20-53-CA (hex) Risk Technology Ltd 2053CA (base 16) Risk Technology Ltd Matrix House, Merlin Court Altrincham Cheshire WA14 5NL GB A4-3D-78 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD A43D78 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 04-57-2F (hex) Sertel Electronics UK Ltd 04572F (base 16) Sertel Electronics UK Ltd Rutland House, 148 Edmund Street, Birmingham B3 2FD GB D8-97-7C (hex) Grey Innovation D8977C (base 16) Grey Innovation 255 Mary St Richmond Victoria 3121 AU BC-8D-0E (hex) Nokia BC8D0E (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA A4-9F-85 (hex) Lyve Minds, Inc A49F85 (base 16) Lyve Minds, Inc 10001 N. De Anza Blvd, Ste 300 Cupertino CA 95014 US 78-92-3E (hex) Nokia Corporation 78923E (base 16) Nokia Corporation Joensuunkatu 7 Salo N.A. 24101 FI AC-A9-A0 (hex) Audioengine, Ltd. ACA9A0 (base 16) Audioengine, Ltd. 1535 Dido Mt Salem Rd Ackerman Ms 39735 US A4-81-EE (hex) Nokia Corporation A481EE (base 16) Nokia Corporation Joensuunkatu 7 Salo N.A. 24101 FI 78-D6-6F (hex) Aristocrat Technologies Australia Pty. Ltd. 78D66F (base 16) Aristocrat Technologies Australia Pty. Ltd. Building A, Pinnacle Office Park North Ryde N.S.W. 2113 AU 44-1E-91 (hex) ARVIDA Intelligent Electronics Technology Co.,Ltd. 441E91 (base 16) ARVIDA Intelligent Electronics Technology Co.,Ltd. No.3 Qiliang Road., Danyang Jiangsu 212300 CN C4-62-6B (hex) ZPT Vigantice C4626B (base 16) ZPT Vigantice Vigantice 266 Roznov pod Radhostem 75661 CZ EC-17-66 (hex) Research Centre Module EC1766 (base 16) Research Centre Module 3 Eight March 4Th Street Moscow Moscow 125190 RU A0-D1-2A (hex) AXPRO Technology Inc. A0D12A (base 16) AXPRO Technology Inc. 8F, No.128, sec. 4 Chung Hsiao E. RD., Taipei city 10866 TW 20-9A-E9 (hex) Volacomm Co., Ltd 209AE9 (base 16) Volacomm Co., Ltd 15F-6., No.7, Sec.3, New Taipei Blvd., Xinzhuang Dist., New Taipei City 242., Taiwan (R.O.C) Xinzhuang Dist. New Taipei City 242 TW 34-5D-10 (hex) Wytek 345D10 (base 16) Wytek 10 rue jean jaures Poitiers 86000 FR 6C-14-F7 (hex) Erhardt+Leimer GmbH 6C14F7 (base 16) Erhardt+Leimer GmbH Albert-Leimer-Platz 1 Stadtbergen 86391 DE B0-D5-9D (hex) Shenzhen Zowee Technology Co., Ltd B0D59D (base 16) Shenzhen Zowee Technology Co., Ltd Block 5 (ZOWEE Technology Building), Pingshan, Xili Town, Nanshan District Shenzhen, Guangdong 518055 CN 68-28-BA (hex) Dejai 6828BA (base 16) Dejai PO Box 101 Toorak Vic 3142 AU B0-57-06 (hex) Vallox Oy B05706 (base 16) Vallox Oy Myllykylantie 9-11 Loimaa 32200 FI 48-EE-07 (hex) Silver Palm Technologies LLC 48EE07 (base 16) Silver Palm Technologies LLC 9639 DOCTOR PERRY RD STE 123N IJAMSVILLE Maryland 21754 US 50-C7-BF (hex) TP-LINK TECHNOLOGIES CO.,LTD. 50C7BF (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 20-5A-00 (hex) Coval 205A00 (base 16) Coval ZA Les Petits Champs MONTELIER Drome 26120 FR A8-A6-68 (hex) zte corporation A8A668 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 00-EE-BD (hex) HTC Corporation 00EEBD (base 16) HTC Corporation No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW 38-F7-08 (hex) National Resource Management, Inc. 38F708 (base 16) National Resource Management, Inc. 480 Neponset St. Bldg. #2 Canton MA 02021 US E0-DB-88 (hex) Open Standard Digital-IF Interface for SATCOM Systems E0DB88 (base 16) Open Standard Digital-IF Interface for SATCOM Systems 3090 Raritan Ave Aberdeen Proving Ground MD 21001 US A8-BD-3A (hex) UNIONMAN TECHNOLOGY CO.,LTD A8BD3A (base 16) UNIONMAN TECHNOLOGY CO.,LTD 18F, HUAYANG TOWER,YANDAYI ROAD Huizhou Guangdong 516007 CN A8-24-EB (hex) ZAO NPO Introtest A824EB (base 16) ZAO NPO Introtest Studencheskaya st. 55 Ekaterinburg Sverdlovsk region 620078 RU C4-0E-45 (hex) ACK Networks,Inc. C40E45 (base 16) ACK Networks,Inc. Floor3,Building B.,No.1 ShangDi XinXi Rd. Beijing 100085 CN 3C-89-A6 (hex) KAPELSE 3C89A6 (base 16) KAPELSE 5 Allee De Saint-Cloud 54600 Villers Les Nancy FR A4-6C-C1 (hex) LTi REEnergy GmbH A46CC1 (base 16) LTi REEnergy GmbH Heinrich-Hertz-Straße 18 Unna North Rhine-Westfalia 59423 DE A8-B9-B3 (hex) ESSYS A8B9B3 (base 16) ESSYS Daerung Post Tower 5 15F Seoul Gasan-Dong, Geumchen-gu 153-702 KR 6C-09-D6 (hex) Digiquest Electronics LTD 6C09D6 (base 16) Digiquest Electronics LTD 26 Park House London NW11 7PT GB 48-18-42 (hex) Shanghai Winaas Co. Equipment Co. Ltd. 481842 (base 16) Shanghai Winaas Co. Equipment Co. Ltd. 8F Building A, WanDa Square Shanghai 200433 CN 44-70-98 (hex) MING HONG TECHNOLOGY (SHEN ZHEN) LIMITED 447098 (base 16) MING HONG TECHNOLOGY (SHEN ZHEN) LIMITED Unit 906,South Block,Resources Tech Building, Shenzhen Guangdong province 518000 CN 9C-BD-9D (hex) SkyDisk, Inc. 9CBD9D (base 16) SkyDisk, Inc. 2F Tenjin central place, Fukuoka-shi Fukuoka 810-0001 JP 74-C6-21 (hex) Zhejiang Hite Renewable Energy Co.,LTD 74C621 (base 16) Zhejiang Hite Renewable Energy Co.,LTD NO1320,2th Ring Road(South) Tongxiang City Zhejiang Province 314500 CN D4-31-9D (hex) Sinwatec D4319D (base 16) Sinwatec 76 Rikhard Zorge st. Ufa Bashkortostan 450075 RU B0-68-B6 (hex) Hangzhou OYE Technology Co. Ltd B068B6 (base 16) Hangzhou OYE Technology Co. Ltd Room 202 Building 12 Wenxinrenjia, Hangzhou Zhejiang 310051 CN 9C-65-F9 (hex) AcSiP Technology Corp. 9C65F9 (base 16) AcSiP Technology Corp. 3F-1, No. 207, Fusing Rd. Taoyuan Taiwan 33066 TW 48-76-04 (hex) Private 487604 (base 16) Private 2C-53-4A (hex) Shenzhen Winyao Electronic Limited 2C534A (base 16) Shenzhen Winyao Electronic Limited 7B Block A Fuqiao Building Fuhua Road Shen Zhen Guangdong 518000 CN A4-BB-AF (hex) Lime Instruments A4BBAF (base 16) Lime Instruments 1187 Brittmoore Road Houston TX 77043 US F4-90-CA (hex) Tensorcom F490CA (base 16) Tensorcom 5900 Pastuer Ct., Suite 105 Carlsbad CA 92008 US E4-4C-6C (hex) Shenzhen Guo Wei Electronic Co,. Ltd. E44C6C (base 16) Shenzhen Guo Wei Electronic Co,. Ltd. No 3038, Lo Sha Road, Liantang Shenzhen Guangdong 518004 CN A8-57-4E (hex) TP-LINK TECHNOLOGIES CO.,LTD. A8574E (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN B8-43-E4 (hex) Vlatacom B843E4 (base 16) Vlatacom Milutina Milankovica 5 Belgrade Serbia 11080 RS 28-22-46 (hex) Beijing Sinoix Communication Co., LTD 282246 (base 16) Beijing Sinoix Communication Co., LTD Gehua Tower Room 603 Beijing 100000 CN 48-B9-77 (hex) PulseOn Oy 48B977 (base 16) PulseOn Oy Tekniikantie 12 ESPOO Uusimaa 02150 FI 70-71-B3 (hex) Brain Corporation 7071B3 (base 16) Brain Corporation 5665 Morehouse Dr. San Diego CA 92121 US 64-E6-25 (hex) Woxu Wireless Co., Ltd 64E625 (base 16) Woxu Wireless Co., Ltd B103 Building1 No.6 Changjianghoujie Nanjing 210000 US 10-B7-13 (hex) Private 10B713 (base 16) Private 10-0E-7E (hex) Juniper Networks 100E7E (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 20-89-86 (hex) zte corporation 208986 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 44-C5-6F (hex) NGN Easy Satfinder (Tianjin) Electronic Co., Ltd 44C56F (base 16) NGN Easy Satfinder (Tianjin) Electronic Co., Ltd A4, Sifang Hi-tech Building, Nankai Hi-tech Industry Area, Ya'an Road, Nankai District Tianjin 300113 US B8-98-F7 (hex) Gionee Communication Equipment Co,Ltd.ShenZhen B898F7 (base 16) Gionee Communication Equipment Co,Ltd.ShenZhen 21/F Times Technology Building, 7028 Shennan Road, Shenzhen Guangdong 518040 CN 84-83-36 (hex) Newrun 848336 (base 16) Newrun #803 IT Convergence Industry Bldg., Kyungpook National Univ. Daegu N/A 702-010 KR 18-20-12 (hex) Aztech Associates Inc. 182012 (base 16) Aztech Associates Inc. 805 Bayridge Dr. Kingston Ontario K7P1T5 CA B8-26-6C (hex) ANOV France B8266C (base 16) ANOV France Chemin de Baillot Montauban Tarn & Garonne 82000 FR 3C-30-0C (hex) Dewar Electronics Pty Ltd 3C300C (base 16) Dewar Electronics Pty Ltd 32 Taylors Road Croydon Victoria 3136 AU 98-FF-D0 (hex) Lenovo Mobile Communication Technology Ltd. 98FFD0 (base 16) Lenovo Mobile Communication Technology Ltd. No.999,Qishan North 2nd Road Xiamen Fujian 361006 CN A8-75-E2 (hex) Aventura Technologies, Inc. A875E2 (base 16) Aventura Technologies, Inc. 48 Mall Drive Commack NY 11725 US B8-7A-C9 (hex) Siemens Ltd. B87AC9 (base 16) Siemens Ltd. 885 Mountain Hwy Bayswater Victoria 3153 AU F0-61-30 (hex) Advantage Pharmacy Services, LLC F06130 (base 16) Advantage Pharmacy Services, LLC PO Box 7 Madison MO 39130-0007 US 6C-3C-53 (hex) SoundHawk Corp 6C3C53 (base 16) SoundHawk Corp 20380 Town Center Lane Cupertino Ca 95014 US 08-40-27 (hex) Gridstore Inc. 084027 (base 16) Gridstore Inc. 1975 Landings Dr. Mountain View CA 94043 US 38-BF-2F (hex) Espec Corp. 38BF2F (base 16) Espec Corp. 5-2-5 Kanokodai Minamimachi Kobe City Hyogo 561-1514 JP 44-C4-A9 (hex) Opticom Communication, LLC 44C4A9 (base 16) Opticom Communication, LLC 1050 Connecticut Avenue, NW Washington DC 20036 US C4-82-4E (hex) Changzhou Uchip Electronics Co., LTD. C4824E (base 16) Changzhou Uchip Electronics Co., LTD. Room1801~1802, Shanghai 201206 CN A4-77-60 (hex) Nokia Corporation A47760 (base 16) Nokia Corporation Joensuunkatu 7 Salo N.A. 24101 FI C8-56-63 (hex) Sunflex Europe GmbH C85663 (base 16) Sunflex Europe GmbH Konrad-Zuse-Str. 13 Schwerte NRW 58239 DE 88-FE-D6 (hex) ShangHai WangYong Software Co., Ltd. 88FED6 (base 16) ShangHai WangYong Software Co., Ltd. Shanghai Pudong Zhangjiang Hi-Tech Park, Pudong Software Park 22301-283 ShangHai 201203 CN 7C-72-E4 (hex) Unikey Technologies 7C72E4 (base 16) Unikey Technologies 2250 Lee Rd Winter Park FL 32789 US 7C-20-48 (hex) KoamTac 7C2048 (base 16) KoamTac 116 Village Boulevard Princeton New Jersey 08540 US 8C-B7-F7 (hex) Shenzhen UniStrong Science & Technology Co., Ltd 8CB7F7 (base 16) Shenzhen UniStrong Science & Technology Co., Ltd 17/F, Global Digital Bldg, Hi-tech Park Shen zhen Guang dong 518000 CN 38-B7-4D (hex) Fijowave Limited 38B74D (base 16) Fijowave Limited Synergy Centre Dublin 24 IE 18-0C-14 (hex) iSonea Limited 180C14 (base 16) iSonea Limited 125 South Tremont Street Oceanside CA 92054 US 9C-A9-E4 (hex) zte corporation 9CA9E4 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 90-F3-B7 (hex) Kirisun Communications Co., Ltd. 90F3B7 (base 16) Kirisun Communications Co., Ltd. 3-6Flrs, ROBETA Building, 1 QiMin Road, Songping Shan Area, Science & Industry Park, Nanshan District Shenzhen GuangDong 518057 US C4-E9-2F (hex) AB Sciex C4E92F (base 16) AB Sciex 71 Four Valley Drive Concord Ontario L4K 4V8 US A8-8D-7B (hex) SunDroid Global limited. A88D7B (base 16) SunDroid Global limited. Room 1305B, Fiyta Science Building, Shenzhen Guang Dong 518057 CN 3C-F7-48 (hex) Shenzhen Linsn Technology Development Co.,Ltd 3CF748 (base 16) Shenzhen Linsn Technology Development Co.,Ltd Floor 4,Block 7,Zone 2,Baiwangxin Industrial Park Shenzhen Guangdong 518055 CN B0-79-08 (hex) Cummings Engineering B07908 (base 16) Cummings Engineering 145 S. 79th St., Ste. 26 Chandler AZ 85226 US E4-77-23 (hex) zte corporation E47723 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 1C-63-B7 (hex) OpenProducts 237 AB 1C63B7 (base 16) OpenProducts 237 AB Barsebäcksvägen 27 Löddeköpinge 24630 SE B4-52-7E (hex) Sony Mobile Communications Inc B4527E (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 94-B9-B4 (hex) Aptos Technology 94B9B4 (base 16) Aptos Technology 5F., No.65, Guangfu N. Rd., Zhongxing Vil., Hsinchu 303 TW 6C-15-F9 (hex) Nautronix Limited 6C15F9 (base 16) Nautronix Limited Blackwood House Aberdeen AB10 6XU GB 18-AA-45 (hex) Fon Technology 18AA45 (base 16) Fon Technology C/Quintanavides, 15 Edificio 2 Planta 1 ES 90-20-83 (hex) General Engine Management Systems Ltd. 902083 (base 16) General Engine Management Systems Ltd. GEMS Egham Surrey TW208RN GB 14-B1-26 (hex) Industrial Software Co 14B126 (base 16) Industrial Software Co 85, Aleksandyr Malinov Blvd. Office 6 Sofia 1715 BG D8-50-E6 (hex) ASUSTek COMPUTER INC. D850E6 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW DC-3E-F8 (hex) Nokia Corporation DC3EF8 (base 16) Nokia Corporation Joensuunkatu 7 Salo N.A. 24101 FI A4-9F-89 (hex) Shanghai Rui Rui Communication Technology Co.Ltd. A49F89 (base 16) Shanghai Rui Rui Communication Technology Co.Ltd. Room 1130,Building No.1 ShangHai 201199 CN 70-60-DE (hex) LaVision GmbH 7060DE (base 16) LaVision GmbH Anna-Vandenhoeck-Ring 19 Goettingen Niedersachsen 37081 DE 50-2E-5C (hex) HTC Corporation 502E5C (base 16) HTC Corporation No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW FC-FE-77 (hex) Hitachi Reftechno, Inc. FCFE77 (base 16) Hitachi Reftechno, Inc. 709-2 Tomita Tochigi-shi Tochigi-ken 329-4404 JP 70-53-3F (hex) Alfa Instrumentos Eletronicos Ltda. 70533F (base 16) Alfa Instrumentos Eletronicos Ltda. Rua Coronel Mario de Azevedo, 138 Sao Paulo SP 02710-020 BR 40-7A-80 (hex) Nokia Corporation 407A80 (base 16) Nokia Corporation Joensuunkatu 7 Salo N.A. 24101 FI 64-42-14 (hex) Swisscom Energy Solutions AG 644214 (base 16) Swisscom Energy Solutions AG Solothurnerstrasse 19 Olten 4600 CH 0C-A6-94 (hex) Sunitec Enterprise Co.,Ltd 0CA694 (base 16) Sunitec Enterprise Co.,Ltd 3F.,No.98-1,Mincyuan Rd.Sindian City Taipei County 231 231141 CN 18-44-62 (hex) Riava Networks, Inc. 184462 (base 16) Riava Networks, Inc. Kato Bldg. 1F, 6-12-4 Soto-Kanda Chiyoda-ku Tokyo 1010021 JP C0-35-80 (hex) A&R TECH C03580 (base 16) A&R TECH Marksteinergasse 13 Vienna 1210 AT D0-8A-55 (hex) Skullcandy D08A55 (base 16) Skullcandy 1441 Ute blvd. Park City Utah 84098 US 34-4F-3F (hex) IO-Power Technology Co., Ltd. 344F3F (base 16) IO-Power Technology Co., Ltd. 1F., No.100, Hsinchu City 30055 TW 14-60-80 (hex) zte corporation 146080 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 9C-BB-98 (hex) Shen Zhen RND Electronic Co.,LTD 9CBB98 (base 16) Shen Zhen RND Electronic Co.,LTD G315,Hua Chuang Da business Certer Shen Zhen Guang Dong 518000 CN 50-C2-71 (hex) SECURETECH INC 50C271 (base 16) SECURETECH INC #304, 799 Kwanyang-dong, Dongan-gu, Anyang-ci Gyunggi-do 431-767 KR CC-72-0F (hex) Viscount Systems Inc. CC720F (base 16) Viscount Systems Inc. 4585 Tillicum Street Burnaby British Columbia V5J 5K9 CA 74-2B-62 (hex) FUJITSU LIMITED 742B62 (base 16) FUJITSU LIMITED 403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP 64-3F-5F (hex) Exablaze 643F5F (base 16) Exablaze Level 6 Sydney NSW 2000 AU 8C-2F-39 (hex) IBA Dosimetry GmbH 8C2F39 (base 16) IBA Dosimetry GmbH Bahnhofstrasse 5 Schwarzenbruck 90592 DE C0-A0-BB (hex) D-Link International C0A0BB (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG 2C-CD-69 (hex) Aqavi.com 2CCD69 (base 16) Aqavi.com 3 Riverway Houston TX 77056 US F4-5F-69 (hex) Matsufu Electronics distribution Company F45F69 (base 16) Matsufu Electronics distribution Company Suites 1601~3, Kinwick Centre, 32 Hollywood Road, Hong Kong Hong Kong HK 28-A1-EB (hex) ETEK TECHNOLOGY (SHENZHEN) CO.,LTD 28A1EB (base 16) ETEK TECHNOLOGY (SHENZHEN) CO.,LTD A505-506、A509 Room,A5 Floor, Academy Of International Technology Innovation, Keji Nan 10th Road, Hi-Tech Industrial Park, Shenzhen, P.R.C. SHENZHEN GUANGDONG 518057 CN B8-F8-28 (hex) Changshu Gaoshida Optoelectronic Technology Co. Ltd. B8F828 (base 16) Changshu Gaoshida Optoelectronic Technology Co. Ltd. Baimao Industrail Park Changshu Jiangsu Changshu Jiangsu 215500 CN 3C-1A-57 (hex) Cardiopulmonary Corp 3C1A57 (base 16) Cardiopulmonary Corp 200 Cascade Blvd Milford CT 06460 US 54-1B-5D (hex) Techno-Innov 541B5D (base 16) Techno-Innov 35 rue du champ Blanc Meyzieu Rhône 69330 FR 9C-E7-BD (hex) Winduskorea co., Ltd 9CE7BD (base 16) Winduskorea co., Ltd RM313, Seoul-Garden Bldg, Seoul 152-828 KR 38-42-A6 (hex) Ingenieurbuero Stahlkopf 3842A6 (base 16) Ingenieurbuero Stahlkopf Ingenieurbuero Stahlkopf Glockengießerweg 2 Bielefeld 33659 DE 2C-55-3C (hex) Gainspeed, Inc. 2C553C (base 16) Gainspeed, Inc. 295 Santa Ana Court Sunnyvale CA 94085 US 24-80-00 (hex) Westcontrol AS 248000 (base 16) Westcontrol AS Breivikvg 7 Joerpeland - 4100 US 1C-4B-B9 (hex) SMG ENTERPRISE, LLC 1C4BB9 (base 16) SMG ENTERPRISE, LLC 865 LOVE ST ELK GROVE VILLAGE IL 60007 US 34-61-78 (hex) The Boeing Company 346178 (base 16) The Boeing Company 325 James S. McDonnell Blvd Hazelwood MO 63042-2513 US 14-46-E4 (hex) AVISTEL 1446E4 (base 16) AVISTEL 15 rue Auguste Bartholdi Carrieres sur Seine 78420 FR D0-95-C7 (hex) Pantech Co., Ltd. D095C7 (base 16) Pantech Co., Ltd. 110-1 Ongjeong-Ri, Tongjin-Eup Gimpo-Si Gyounggi-Do 415-865 KR D0-2C-45 (hex) littleBits Electronics, Inc. D02C45 (base 16) littleBits Electronics, Inc. 60 E. 11th Street New York NY 10003 US 04-4F-8B (hex) Adapteva, Inc. 044F8B (base 16) Adapteva, Inc. 1666 Massachusetts Ave Lexington MA 02420 US B4-A8-2B (hex) Histar Digital Electronics Co., Ltd. B4A82B (base 16) Histar Digital Electronics Co., Ltd. Room 616,Block A, Shenzhen Baoan 518133 CN 28-4D-92 (hex) Luminator 284D92 (base 16) Luminator 900 Klein Road Plano Texas 75074 US 54-FB-58 (hex) WISEWARE, Lda 54FB58 (base 16) WISEWARE, Lda Centro Social e Administrativo da ZIV Zona Industrial de Vagos Portugal 3840-385 PT 94-0B-D5 (hex) Himax Technologies, Inc 940BD5 (base 16) Himax Technologies, Inc No.26, Zilian Rd., Xinshi Dist. Tainan City 741 TW E0-D1-E6 (hex) Aliph dba Jawbone E0D1E6 (base 16) Aliph dba Jawbone 99 Rhode Island Street San Francisco California 94103 US D8-2D-9B (hex) Shenzhen G.Credit Communication Technology Co., Ltd D82D9B (base 16) Shenzhen G.Credit Communication Technology Co., Ltd 4/F, Suite A, XinNengYuan Building, 2239 Nanhai Rd., Nanshan Dist., Shenzhen, Guangdong,China Shenzhen Guangdong 518054 CN 70-9B-FC (hex) Bryton Inc. 709BFC (base 16) Bryton Inc. 6F., No. 100, Zhouzi St., Neihu Dist. Taipei City 11493 US AC-E4-2E (hex) SK hynix ACE42E (base 16) SK hynix SK u-Tower, 25-1, Jeongja-dong, Bundang-gu Seongnam-si Gyeonggi-do 463-844 KR 78-FE-41 (hex) Socus networks 78FE41 (base 16) Socus networks 2F.-2, No.215, Sec. 2, Chengde Rd., Datong Dist., Taipei City 103 TW 20-57-21 (hex) Salix Technology CO., Ltd. 205721 (base 16) Salix Technology CO., Ltd. 5F., No. 16, Lane 77, Hsing Ai Road Taipei 114 TW 88-36-12 (hex) SRC Computers, LLC 883612 (base 16) SRC Computers, LLC 4240 N. Nevada Avenue Colorado Springs CO 80907 US 08-35-71 (hex) CASwell INC. 083571 (base 16) CASwell INC. 8F,No.242,Bo-Ai St., Shu-Lin Dist.,New Taipei City ,Taiwan. New Taipei City Taiwan 23845 TW 98-76-B6 (hex) Adafruit 9876B6 (base 16) Adafruit 150 Varick st New York NY 10013 US 50-3C-C4 (hex) Lenovo Mobile Communication Technology Ltd. 503CC4 (base 16) Lenovo Mobile Communication Technology Ltd. No.999,Qishan North 2nd Road,Information&Optoelectronics Park, Xiamen Fujian 361006 US 2C-7B-84 (hex) OOO Petr Telegin 2C7B84 (base 16) OOO Petr Telegin Gagarin avenue, 37, build P1 Nizhny Novgorod 603009 RU A4-C0-C7 (hex) ShenZhen Hitom Communication Technology Co..LTD A4C0C7 (base 16) ShenZhen Hitom Communication Technology Co..LTD Room 110,Unit A,No.1 Chuangye Building,43# YanShan Road,Shekou Area ShenZhen GuangDong 518052 CN 30-61-12 (hex) PAV GmbH 306112 (base 16) PAV GmbH Georg-Kaindl-Straße 11 Otterfing 83624 DE 78-9F-4C (hex) HOERBIGER Elektronik GmbH 789F4C (base 16) HOERBIGER Elektronik GmbH Justinus-Kernerstr. 7 Ammerbuch Baden-Wuerttemberg D-72119 DE 18-10-4E (hex) CEDINT-UPM 18104E (base 16) CEDINT-UPM Campus de Montegancedo Madrid ES 9C-14-65 (hex) Edata Elektronik San. ve Tic. A.Ş. 9C1465 (base 16) Edata Elektronik San. ve Tic. A.Ş. Tantavi Mahallesi Menteşoğlu Cad. İstanbul - 34764 TR 4C-55-CC (hex) Zentri Pty Ltd 4C55CC (base 16) Zentri Pty Ltd Level 9, 191 Clarence St, Sydney NSW 2000 AU 00-C5-DB (hex) Datatech Sistemas Digitales Avanzados SL 00C5DB (base 16) Datatech Sistemas Digitales Avanzados SL Cardenal Herrera Oria 165 Madrid 28034 ES 8C-F9-45 (hex) Power Automation pte Ltd 8CF945 (base 16) Power Automation pte Ltd 28 Ayer Rajah Crescent 139959 SG F8-42-FB (hex) Yasuda Joho Co.,ltd. F842FB (base 16) Yasuda Joho Co.,ltd. 1-11-1 Minato-ku Tokyo 105-0022 JP 88-73-98 (hex) K2E Tekpoint 887398 (base 16) K2E Tekpoint 201,Winstower,278-51,Sungsoo2ga 3dong,Sungdong-gu,Seoul,S.Korea,133-123 Seoul Sungdong-gu 133-123 KR 2C-92-2C (hex) Kishu Giken Kogyou Company Ltd,. 2C922C (base 16) Kishu Giken Kogyou Company Ltd,. 466 Nunohiki Wakayama city Wakayama prefecture 6410015 JP D8-FE-E3 (hex) D-Link International D8FEE3 (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG 58-F3-87 (hex) HCCP 58F387 (base 16) HCCP Gabriel Metsulaan 4a EINDHOVEN 5611SP NL 3C-97-7E (hex) IPS Technology Limited 3C977E (base 16) IPS Technology Limited 7 Floor,E block,Dong Hai Wang Building Shenzhen Guangodng 518000 CN A4-FB-8D (hex) Hangzhou Dunchong Technology Co.Ltd A4FB8D (base 16) Hangzhou Dunchong Technology Co.Ltd Yitian Square 1#401A hangzhou zhejiang 310051 US F4-CD-90 (hex) Vispiron Rotec GmbH F4CD90 (base 16) Vispiron Rotec GmbH Frankfurter Ring 224 München Bayern 80807 DE 80-6C-8B (hex) KAESER KOMPRESSOREN AG 806C8B (base 16) KAESER KOMPRESSOREN AG Carl-Kaeser-Strasse 26 Coburg Bavaria 96450 DE 04-3D-98 (hex) ChongQing QingJia Electronics CO.,LTD 043D98 (base 16) ChongQing QingJia Electronics CO.,LTD No.1,DianCe Village JiangBei District Chongqing city 400020 CN E0-3E-4A (hex) Cavanagh Group International E03E4A (base 16) Cavanagh Group International 9180 Four Mile Creek Rd. Gainesville GA 30506 US 04-1B-94 (hex) Host Mobility AB 041B94 (base 16) Host Mobility AB Anders Personsgatan 12 Gothenburg Vastra Gotaland 41664 SE A0-CE-C8 (hex) CE LINK LIMITED A0CEC8 (base 16) CE LINK LIMITED 2/F, Building G, Licheng Tech. Ind. Zone Shenzhen Guangdong 518104 CN 90-7A-28 (hex) Beijing Morncloud Information And Technology Co. Ltd. 907A28 (base 16) Beijing Morncloud Information And Technology Co. Ltd. A#1107, XiaoYun center Chaoyang District Beijing 100125 CN 10-01-CA (hex) Ashley Butterworth 1001CA (base 16) Ashley Butterworth P.O. Box 3410 Santa Clara CA 95055 US 24-6A-AB (hex) IT-IS International 246AAB (base 16) IT-IS International 1 Wainstones Court Middlesbrough Cleveland TS9 5JY GB FC-4B-BC (hex) Sunplus Technology Co., Ltd. FC4BBC (base 16) Sunplus Technology Co., Ltd. No.19, Innovation First Road Hsinchu City 300 TW 50-A0-BF (hex) Alba Fiber Systems Inc. 50A0BF (base 16) Alba Fiber Systems Inc. 265 E. Merrick Rd Valley Stream NY 11580 US B8-36-D8 (hex) Videoswitch B836D8 (base 16) Videoswitch Uspallata 3579 Buenos Aires Capital Federal C1437JCS AR DC-6F-00 (hex) Livescribe, Inc. DC6F00 (base 16) Livescribe, Inc. 7677 Oakport Street Oakland California 94621 US 54-E3-B0 (hex) JVL Industri Elektronik 54E3B0 (base 16) JVL Industri Elektronik Blokken 42 Birkeroed Sjaelland DK-3460 DK 80-4B-20 (hex) Ventilation Control 804B20 (base 16) Ventilation Control Kronenstrasse 34 Villingen-Schwenningen Baden-Wuerttemberg 78054 DE 28-79-94 (hex) Realplay Digital Technology(Shenzhen) Co.,Ltd 287994 (base 16) Realplay Digital Technology(Shenzhen) Co.,Ltd 7/F,Building E,SDG Information Port ,Kefeng Rd.,Hi-tech Shenzhen Guangdong 518057 CN 10-7A-86 (hex) U&U ENGINEERING INC. 107A86 (base 16) U&U ENGINEERING INC. No.15, Gaoyang S. Rd Taoyuan County 325-44 TW 40-BD-9E (hex) Physio-Control, Inc 40BD9E (base 16) Physio-Control, Inc 11811 Willows Rd NE Redmond WA 98052 US 6C-57-79 (hex) Aclima, Inc. 6C5779 (base 16) Aclima, Inc. 10 Lombard Street San Francisco California 94111 US C0-DA-74 (hex) Hangzhou Sunyard Technology Co., Ltd. C0DA74 (base 16) Hangzhou Sunyard Technology Co., Ltd. No.3888 Jiangnan Ave, Binjiang District, Hangzhou Zhejiang 310053 CN 18-D6-CF (hex) Kurth Electronic GmbH 18D6CF (base 16) Kurth Electronic GmbH Mühleweg 11 Eningen 72800 DE F4-81-39 (hex) CANON INC. F48139 (base 16) CANON INC. 30-2 Shimomaruko 3-chome, Ohta-ku Tokyo 146-8501 JP 18-36-FC (hex) Elecsys International Corporation 1836FC (base 16) Elecsys International Corporation 846 N Mart-Way Court Olathe KS 66061 US A4-D0-94 (hex) Erwin Peters Systemtechnik GmbH A4D094 (base 16) Erwin Peters Systemtechnik GmbH Josef Baumann Strasse 37 Bochum D44805 DE 88-23-64 (hex) Watchnet DVR Inc 882364 (base 16) Watchnet DVR Inc Unit 5 - 351 Ferrier St. Markham Ontario L3R 5Z2 CA 58-1C-BD (hex) Affinegy 581CBD (base 16) Affinegy 1705 S. Capital of Texas Hwy. Ste 310 Austin Texas 78746 US 28-4F-CE (hex) Liaoning Wontel Science and Technology Development Co.,Ltd. 284FCE (base 16) Liaoning Wontel Science and Technology Development Co.,Ltd. A704 Floor TaiHe building Shenyang Liaoning 110000 CN 04-8D-38 (hex) Netcore Technology Inc. 048D38 (base 16) Netcore Technology Inc. 9F,B block,Tsinghua Information Guard Shenzhen Guangdong 518057 CN 2C-94-64 (hex) Cincoze Co., Ltd. 2C9464 (base 16) Cincoze Co., Ltd. 7F., No. 4 Aly. 1 Ln. 235, Baociao Rd., New Taipei City 23145 US 30-65-EC (hex) Wistron (ChongQing) 3065EC (base 16) Wistron (ChongQing) No.F08/F09,D zone,Konggang Functional Zone ChongQing 401120 CN 54-2C-EA (hex) PROTECTRON 542CEA (base 16) PROTECTRON 140 zone industriel CASABLANCA 18600 MA 94-B8-C5 (hex) RuggedCom Inc. 94B8C5 (base 16) RuggedCom Inc. 300 Applewood Crescent Concord Ontario L4K 5C7 CA DC-82-5B (hex) JANUS, spol. s r.o. DC825B (base 16) JANUS, spol. s r.o. Sarajevska 8 Prague Czech Republic 12000 CZ 9C-A5-77 (hex) Osorno Enterprises Inc. 9CA577 (base 16) Osorno Enterprises Inc. 976 Elgin Ave Winnipeg MB R3E 1B4 CA C0-43-01 (hex) Epec Oy C04301 (base 16) Epec Oy P.O. Box 194 Seinäjoki 60101 FI E0-7C-62 (hex) Whistle Labs, Inc. E07C62 (base 16) Whistle Labs, Inc. 251 Rhode Island Street, Suite 211 San Francisco CA 94013 US F0-7F-0C (hex) Leopold Kostal GmbH &Co. KG F07F0C (base 16) Leopold Kostal GmbH &Co. KG An der Bellmerei 10 Luedenscheid NRW D-58513 DE 4C-62-55 (hex) SANMINA-SCI SYSTEM DE MEXICO S.A. DE C.V. 4C6255 (base 16) SANMINA-SCI SYSTEM DE MEXICO S.A. DE C.V. Carretera Guadalajara-chapala km 15.5 #45 TLAJOMULCO JALISCO 45640 MX 08-27-19 (hex) APS systems/electronic AG 082719 (base 16) APS systems/electronic AG Neumatt 4 Niederbuchsiten SO 4626 CH 50-5A-C6 (hex) GUANGDONG SUPER TELECOM CO.,LTD. 505AC6 (base 16) GUANGDONG SUPER TELECOM CO.,LTD. 4/F,NO.1025-1027 Gaopu Rd Guangzhou Guangdong 510663 CN 9C-79-AC (hex) Suntec Software(Shanghai) Co., Ltd. 9C79AC (base 16) Suntec Software(Shanghai) Co., Ltd. 17F New Hualian Mansion Shanghai 200020 CN 4C-96-14 (hex) Juniper Networks 4C9614 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US B8-63-BC (hex) ROBOTIS, Co, Ltd B863BC (base 16) ROBOTIS, Co, Ltd #1506 Ace high End Tower 3, 371-50 Seoul 153-787 KR 98-0D-2E (hex) HTC Corporation 980D2E (base 16) HTC Corporation No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW C4-19-EC (hex) Qualisys AB C419EC (base 16) Qualisys AB Packhusgatan 6 Gothenburg 41113 SE 60-4A-1C (hex) SUYIN Corporation 604A1C (base 16) SUYIN Corporation No.377,Fude 1st Rd Taipei 221 TW D4-64-F7 (hex) CHENGDU USEE DIGITAL TECHNOLOGY CO., LTD D464F7 (base 16) CHENGDU USEE DIGITAL TECHNOLOGY CO., LTD NO.6 CHUANGYE ROAD CHENGDU SICHUAN 610041 CN 74-D0-2B (hex) ASUSTek COMPUTER INC. 74D02B (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 60-1E-02 (hex) EltexAlatau 601E02 (base 16) EltexAlatau Ibragimova 9 Almaty Province 050032 KZ E0-C6-B3 (hex) MilDef AB E0C6B3 (base 16) MilDef AB Box 22079 Helsingborg Skane 25022 SE 64-72-D8 (hex) GooWi Technology Co.,Limited 6472D8 (base 16) GooWi Technology Co.,Limited Unit C8.,9/F,Hongming Fatoty Building 99 How Ming Street Kwun Tong 999077 HK 60-60-1F (hex) SZ DJI TECHNOLOGY CO.,LTD 60601F (base 16) SZ DJI TECHNOLOGY CO.,LTD 6/F,HKUST SZ IER Bldg,9 Yuexing 1st Rd shenzhen guangdong 518057 CN 5C-84-86 (hex) Brightsource Industries Israel LTD 5C8486 (base 16) Brightsource Industries Israel LTD 11 Kiryat Mada st Jerusalem 91450 IL 50-CD-32 (hex) NanJing Chaoran Science & Technology Co.,Ltd. 50CD32 (base 16) NanJing Chaoran Science & Technology Co.,Ltd. Block C,Floor 5,Tianzexingwang Building NanJing City JiangSu Province 210019 CN BC-BA-E1 (hex) AREC Inc. BCBAE1 (base 16) AREC Inc. 3F, No.367, Sec.2, Wenhua Rd Banqiao Dist New Taipei City 220 TW 18-FA-6F (hex) ISC applied systems corp 18FA6F (base 16) ISC applied systems corp 295 Labrosse Pointe-claire QC H9R-1A3 CA A0-1C-05 (hex) NIMAX TELECOM CO.,LTD. A01C05 (base 16) NIMAX TELECOM CO.,LTD. 1F. NO.308-7,SEC.1,DATONG RD NEW TAIPEI CITY 221 TW 60-E0-0E (hex) SHINSEI ELECTRONICS CO LTD 60E00E (base 16) SHINSEI ELECTRONICS CO LTD 2-6-25 Amagasaki Hyogo 660-0805 JP 54-54-14 (hex) Digital RF Corea, Inc 545414 (base 16) Digital RF Corea, Inc 2 Floor, SeMin B/D, 201, Jangdari-ro Suwon-si Gyeonggi-do 442-833 KR 24-EB-65 (hex) SAET I.S. S.r.l. 24EB65 (base 16) SAET I.S. S.r.l. Via Leinì 1/B San Maurizio C.se TO 10077 IT D0-F2-7F (hex) SteadyServ Technoligies, LLC D0F27F (base 16) SteadyServ Technoligies, LLC 12895 Brighton Avenue Carmel IN 46032 US E8-94-F6 (hex) TP-LINK TECHNOLOGIES CO.,LTD. E894F6 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 18-84-10 (hex) CoreTrust Inc. 188410 (base 16) CoreTrust Inc. 14F Saman Bldg. 945 Daechi-dong Seoul Republic of Korea 135-280 KR FC-22-9C (hex) Han Kyung I Net Co.,Ltd. FC229C (base 16) Han Kyung I Net Co.,Ltd. 3F,Seung Eun Bldg Yu Seong-Gu Dae Jeon 305-335 KR 18-32-A2 (hex) LAON TECHNOLOGY CO., LTD. 1832A2 (base 16) LAON TECHNOLOGY CO., LTD. #1212 HO, BIZ CENTER, SKn TECHNOPARK SEONGNAM KYOUNGGI DO 462-721 KR D4-A4-99 (hex) InView Technology Corporation D4A499 (base 16) InView Technology Corporation 8900 Shoal Creek Blvd Austin TX 78757 US 08-48-2C (hex) Raycore Taiwan Co., LTD. 08482C (base 16) Raycore Taiwan Co., LTD. 3F-5, No.351, Sec.2, Zongshan Rd New Taipei city 23504 TW DC-2B-CA (hex) Zera GmbH DC2BCA (base 16) Zera GmbH Hauptstrasse 392 Koenigswinter NRW 53639 DE 94-98-A2 (hex) Shanghai LISTEN TECH.LTD 9498A2 (base 16) Shanghai LISTEN TECH.LTD 7F,A#,NO.3699,Gonghexin Road SHANGHAI SHANGHAI 200435 CN E0-ED-C7 (hex) Shenzhen Friendcom Technology Development Co., Ltd E0EDC7 (base 16) Shenzhen Friendcom Technology Development Co., Ltd 6/F,17 Building, Guangqian Industrial Park, Nanshan District, Shen Zhen CIty Guang Dong 518055 CN B4-DD-15 (hex) ControlThings Oy Ab B4DD15 (base 16) ControlThings Oy Ab Werner Söderströmin katu 24 Porvoo Finland 06100 FI DC-1D-D4 (hex) Microstep-MIS spol. s r.o. DC1DD4 (base 16) Microstep-MIS spol. s r.o. Cavojskeho 1 Bratislava 84104 SK FC-DD-55 (hex) Shenzhen WeWins wireless Co.,Ltd FCDD55 (base 16) Shenzhen WeWins wireless Co.,Ltd 6/F.,B Wing,Yuehai Piaza,Nanhai Road Shenzhen Guangdong 518000 CN B0-17-43 (hex) EDISON GLOBAL CIRCUITS LLC B01743 (base 16) EDISON GLOBAL CIRCUITS LLC 1475 Sawdust Rd Spring TX 77380-2974 US D0-BE-2C (hex) CNSLink Co., Ltd. D0BE2C (base 16) CNSLink Co., Ltd. room 807, Jungang Induspia 5 Seongnam Gyeonggi 462-807 US 40-51-6C (hex) Grandex International Corporation 40516C (base 16) Grandex International Corporation 4F, 525 Chung Cheng Road Hsin Tien Dist. New Taipei City 231 TW C0-88-5B (hex) SnD Tech Co., Ltd. C0885B (base 16) SnD Tech Co., Ltd. 1140-4 Triple Tower C-406 Bucheon Si Gyeonggi-Do 420-852 KR 3C-FB-96 (hex) Emcraft Systems LLC 3CFB96 (base 16) Emcraft Systems LLC 2191 S. El Camino Real Oceanside CA 92054 US 84-62-23 (hex) Shenzhen Coship Electronics Co., Ltd. 846223 (base 16) Shenzhen Coship Electronics Co., Ltd. Rainbow Bldg., North, Hi-Tech Industrial Park Shenzhen Guangdong 518057 CN 1C-FA-68 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 1CFA68 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 08-1F-3F (hex) WondaLink Inc. 081F3F (base 16) WondaLink Inc. 2F, No. 23, R&D Road 2 Hsinchu 300 TW 18-53-E0 (hex) Hanyang Digitech Co.Ltd 1853E0 (base 16) Hanyang Digitech Co.Ltd 103, BANWOL-DONG, HWASEONG-SI, KYUNGGI-DO, KOREA HWASEONG KYUNGGI 445-330 KR 00-C1-4F (hex) DDL Co,.ltd. 00C14F (base 16) DDL Co,.ltd. 6F AFT BLDG. SAPPORO HOKKAIDO 060-0035 JP 2C-26-C5 (hex) zte corporation 2C26C5 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 10-5F-06 (hex) Actiontec Electronics, Inc 105F06 (base 16) Actiontec Electronics, Inc 3301 Olcott St. Santa Clara CA 95054 US 08-79-99 (hex) AIM GmbH 087999 (base 16) AIM GmbH Sasbacherstraße 2 Freiburg BW 79111 US C0-11-A6 (hex) Fort-Telecom ltd. C011A6 (base 16) Fort-Telecom ltd. Hrustalnaya 8a Perm 614107 RU C0-4A-00 (hex) TP-LINK TECHNOLOGIES CO.,LTD. C04A00 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 04-5F-A7 (hex) Shenzhen Yichen Technology Development Co.,LTD 045FA7 (base 16) Shenzhen Yichen Technology Development Co.,LTD 5/F Honghualing 2nd Industry Zone,Xili Town Shenzhen Guangdong 518055 CN 94-C9-62 (hex) Teseq AG 94C962 (base 16) Teseq AG Nordstrasse 11F Luterbach Solothurn 4542 CH DC-2A-14 (hex) Shanghai Longjing Technology Co. DC2A14 (base 16) Shanghai Longjing Technology Co. 689 Chundong Road, Minhang District Shanghai 201108 CN 68-86-E7 (hex) Orbotix, Inc. 6886E7 (base 16) Orbotix, Inc. 1155 Canyon Blvd. Boulder CO 80302 US C0-5E-6F (hex) V. Stonkaus firma Kodinis Raktas C05E6F (base 16) V. Stonkaus firma Kodinis Raktas Ateities 10 Vilnius 08303 LT C0-B8-B1 (hex) BitBox Ltd C0B8B1 (base 16) BitBox Ltd Whitney Road Basingstoke Hampshire RG24 8NS GB F8-2E-DB (hex) RTW GmbH & Co. KG F82EDB (base 16) RTW GmbH & Co. KG Am Wassermann 25 Cologne NRW 50829 DE 80-8B-5C (hex) Shenzhen Runhuicheng Technology Co., Ltd 808B5C (base 16) Shenzhen Runhuicheng Technology Co., Ltd 315.3rd Floor Taoyuan Commercial Building A2 ridgepole Guang Qian Industrial Estate XiLi Shenzhen Guangdong 518052 CN D8-19-CE (hex) Telesquare D819CE (base 16) Telesquare 670, Sampyeong-dong, Bundang-gu Seongnam-si Gyeonggi-do 463-400 KR E0-CE-C3 (hex) ASKEY COMPUTER CORP E0CEC3 (base 16) ASKEY COMPUTER CORP 10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW 38-F5-97 (hex) home2net GmbH 38F597 (base 16) home2net GmbH Im Haslet 42 Woerth/Donau Bayern 93086 DE 80-7B-1E (hex) Corsair Memory, Inc. 807B1E (base 16) Corsair Memory, Inc. 47100 Bayside Parkway Fremont CA 94538 US B4-AB-2C (hex) MtM Technology Corporation B4AB2C (base 16) MtM Technology Corporation 12F, No. 186, Fuxing Road Taoyuan City Taoyuan County 33066 TW 74-37-2F (hex) Tongfang Shenzhen Cloudcomputing Technology Co.,Ltd 74372F (base 16) Tongfang Shenzhen Cloudcomputing Technology Co.,Ltd 4,1 Building,FinanceBase,NO.8KeFaRoad,Science park ShenZhen City GuangDong 518057 US F0-21-9D (hex) Cal-Comp Electronics & Communications Company Ltd. F0219D (base 16) Cal-Comp Electronics & Communications Company Ltd. No.147, Sec. 3, Beishen Rd Shenkeng Dist New Taipei City --- TW 18-17-25 (hex) Cameo Communications, Inc. 181725 (base 16) Cameo Communications, Inc. No. 276, Sinhu 1st Rd., Neihu District, Taipei 114 TW 84-62-A6 (hex) EuroCB (Phils), Inc. 8462A6 (base 16) EuroCB (Phils), Inc. SFB No.2 Lapulapu CIty Cebu 6015 PH E4-F3-65 (hex) Time-O-Matic, Inc. E4F365 (base 16) Time-O-Matic, Inc. 1015 Maple St. Danville IL 61832 US DC-C0-DB (hex) Shenzhen Kaiboer Technology Co., Ltd. DCC0DB (base 16) Shenzhen Kaiboer Technology Co., Ltd. 4/F, No. 11 Bldg., Yusheng Industrial Park, No. 467, Xixiang Sec., Shenzhen Guangdong 518126 CN AC-5D-10 (hex) Pace Americas AC5D10 (base 16) Pace Americas 1764 Automation Parkway San Jose Ca 95131 US FC-62-6E (hex) Beijing MDC Telecom FC626E (base 16) Beijing MDC Telecom 26 Xiaoyun Road #B2808, Chaoyang Beijing 100016 CN 84-C8-B1 (hex) Incognito Software Systems Inc. 84C8B1 (base 16) Incognito Software Systems Inc. #500 - 375 Water St Vancouver BC - British Columbia V6B 5C6 CA E8-A3-64 (hex) Signal Path International / Peachtree Audio E8A364 (base 16) Signal Path International / Peachtree Audio 2045 120th Ave NE Bellevue Washington 98005 US BC-51-FE (hex) Swann communications Pty Ltd BC51FE (base 16) Swann communications Pty Ltd Unit 13 Port Melbourne Victoria 3207 AU 88-F4-90 (hex) Jetmobile Pte Ltd 88F490 (base 16) Jetmobile Pte Ltd 541 Orchard Road Singapore 238881 SG 1C-91-79 (hex) Integrated System Technologies Ltd 1C9179 (base 16) Integrated System Technologies Ltd Suite 5 Birch House Aldridge West Midlands WS9 0NF GB A0-BA-B8 (hex) Pixon Imaging A0BAB8 (base 16) Pixon Imaging 9530 Towne Center Dr. San Diego CA 92121 US 74-E4-24 (hex) APISTE CORPORATION 74E424 (base 16) APISTE CORPORATION 1-4-16 Dojimahama, Kita-ku Osaka Japan 530-0004 JP 24-11-D0 (hex) Chongqing Ehs Science and Technology Development Co.,Ltd. 2411D0 (base 16) Chongqing Ehs Science and Technology Development Co.,Ltd. Saturn Business Center C3-15-7,Starlight No.5 Street Chongqing 400060 CN B4-61-FF (hex) Lumigon A/S B461FF (base 16) Lumigon A/S Baadehavnsgade 2A Copenhagen SV Denmark 2450 DK A0-A1-30 (hex) DLI Taiwan Branch office A0A130 (base 16) DLI Taiwan Branch office No.18-5, No.738. Zhong Zheng Rd Taipei New City 23511 TW 30-21-5B (hex) Shenzhen Ostar Display Electronic Co.,Ltd 30215B (base 16) Shenzhen Ostar Display Electronic Co.,Ltd Room218, CASTD Incubator Building, High-tech South Street No.1, Shenzhen Guangdong 518057 CN 34-FA-40 (hex) Guangzhou Robustel Technologies Co., Limited 34FA40 (base 16) Guangzhou Robustel Technologies Co., Limited B301, Tianchang Shangmaoyuan Guangzhou Guangdong 510660 CN 1C-5A-6B (hex) Philips Electronics Nederland BV 1C5A6B (base 16) Philips Electronics Nederland BV PO BOX 80045 Eindhoven 5600 JZ NL A8-75-D6 (hex) FreeTek International Co., Ltd. A875D6 (base 16) FreeTek International Co., Ltd. Unit D, 15/F, Tai Ping Ind.Ctr., Blk 2, 55 Ting Kok Rd., Hong Kong Hong KOng 1111 HK EC-E9-15 (hex) STI Ltd ECE915 (base 16) STI Ltd Osborn Way Hook Hampshire RG27 9HX GB 80-D7-33 (hex) QSR Automations, Inc. 80D733 (base 16) QSR Automations, Inc. 2301 Stanley Gault Pkwy Louisville KY 40223 US 30-3D-08 (hex) GLINTT TES S.A. 303D08 (base 16) GLINTT TES S.A. Beloura Office Park, Ed.10 Sintra 2710-693 PT A8-1F-AF (hex) KRYPTON POLSKA A81FAF (base 16) KRYPTON POLSKA AL. JEROZOLIMSKIE 131 WARSZAWA MAZOWIECKIE 02-304 PL 30-D3-57 (hex) Logosol, Inc. 30D357 (base 16) Logosol, Inc. 5041 ROBERT J. MATHEWS PARKWAY EL DORADO HILLS California 95762 US BC-39-A6 (hex) CSUN System Technology Co.,LTD BC39A6 (base 16) CSUN System Technology Co.,LTD 4-16-22,Chiyogaoka Kawasaki-shi Kanagawa Ken 2150005 JP EC-B5-41 (hex) SHINANO E and E Co.Ltd. ECB541 (base 16) SHINANO E and E Co.Ltd. 5511-6 Wada Matsumoto City Nagano 390-1242 JP D4-10-CF (hex) Huanshun Network Science and Technology Co., Ltd. D410CF (base 16) Huanshun Network Science and Technology Co., Ltd. No. 218-1, North Binjiang Road yuyao zhejiang 315400 CN 6C-B3-11 (hex) Shenzhen Lianrui Electronics Co.,Ltd 6CB311 (base 16) Shenzhen Lianrui Electronics Co.,Ltd Block C4 XinTang Industrial Park Shenzhen Guangdong 518000 CN 10-A7-43 (hex) SK Mtek Limited 10A743 (base 16) SK Mtek Limited Flat/Rm 1808, 18F Tower II, Admirality Hong Kong HK 54-7F-A8 (hex) TELCO systems, s.r.o. 547FA8 (base 16) TELCO systems, s.r.o. Zvolenska cesta 20 Banska Bystrica Slovak republic 974 05 SK 54-74-E6 (hex) Webtech Wireless 5474E6 (base 16) Webtech Wireless 215-4299 Canada Way Burnaby BC V5G 1H3 CA C4-6D-F1 (hex) DataGravity C46DF1 (base 16) DataGravity 10 Tara Blvd Nashua NH 03062 US 30-44-49 (hex) PLATH GmbH 304449 (base 16) PLATH GmbH Gotenstrasse 18 Hamburg 20097 DE 94-FD-2E (hex) Shanghai Uniscope Technologies Co.,Ltd 94FD2E (base 16) Shanghai Uniscope Technologies Co.,Ltd 5th Floor, Building 10, Shanghai 200233 CN E4-C1-46 (hex) Objetivos y Servicios de Valor A E4C146 (base 16) Objetivos y Servicios de Valor A C/ Monte Esquinza, 28, 1D Madrid 28017 ES D4-00-57 (hex) MC Technologies GmbH D40057 (base 16) MC Technologies GmbH Kabelkamp 2 Hannover Germany 30179 DE 5C-E0-F6 (hex) NIC.br- Nucleo de Informacao e Coordenacao do Ponto BR 5CE0F6 (base 16) NIC.br- Nucleo de Informacao e Coordenacao do Ponto BR Av. das Nacoes Unidas, 11541, 7o andar São Paulo SP 04578-000 BR C8-3D-97 (hex) Nokia Corporation C83D97 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 0C-F3-61 (hex) Java Information 0CF361 (base 16) Java Information Woolim Lions Valley 2nd B-1305 Seongnam-Si Gyounggi-Do 462-120 KR 60-0F-77 (hex) SilverPlus, Inc 600F77 (base 16) SilverPlus, Inc 18 Technology Dr, #143 Irvine CA 92618 US B0-35-8D (hex) Nokia Corporation B0358D (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI F8-E4-FB (hex) Actiontec Electronics, Inc F8E4FB (base 16) Actiontec Electronics, Inc 3301 Olcott St. Santa Clara CA 95054 US 8C-4A-EE (hex) GIGA TMS INC 8C4AEE (base 16) GIGA TMS INC 9F-2 NO.31 Lane 169 Kang-ning Street, Hsi-Chih Taipei County 221 221 TW 34-C9-9D (hex) EIDOLON COMMUNICATIONS TECHNOLOGY CO. LTD. 34C99D (base 16) EIDOLON COMMUNICATIONS TECHNOLOGY CO. LTD. Room 603, 6/F., Wanchai Central Building, 89 Lockhart Road, Wanchai, HK AC-E6-4B (hex) Shenzhen Baojia Battery Technology Co., Ltd. ACE64B (base 16) Shenzhen Baojia Battery Technology Co., Ltd. Block A, Tongfuyu Industrial Zone Shenzhen Guangdong 518013 CN 78-9F-87 (hex) Siemens AG I IA PP PRM 789F87 (base 16) Siemens AG I IA PP PRM Gleiwitzer Strasse 555 Nuremberg Bavaria 90475 DE 08-E5-DA (hex) NANJING FUJITSU COMPUTER PRODUCTS CO.,LTD. 08E5DA (base 16) NANJING FUJITSU COMPUTER PRODUCTS CO.,LTD. NO.1,XIANXIN MID-ROAD NANJING JIANGSU 210046 CN 58-84-E4 (hex) IP500 Alliance e.V. 5884E4 (base 16) IP500 Alliance e.V. Scharnhorststraße 16 Berlin 10115 DE 04-4B-FF (hex) GuangZhou Hedy Digital Technology Co., Ltd 044BFF (base 16) GuangZhou Hedy Digital Technology Co., Ltd B 701, Gaoke Building, TianHe Bei Road, GuangZhou GuangDong 510630 CN E8-71-8D (hex) Elsys Equipamentos Eletronicos Ltda E8718D (base 16) Elsys Equipamentos Eletronicos Ltda Av. Torquato Tapajós, n. 1052 - B. Flores Manaus Amazonas 69.058-830 BR D0-73-8E (hex) DONG OH PRECISION CO., LTD. D0738E (base 16) DONG OH PRECISION CO., LTD. #282 SHINGAL-RI, JICSAN-EUP CHEONAN-SI CHUNGCHEONGNAM-DO 331-814 KR 64-C9-44 (hex) LARK Technologies, Inc 64C944 (base 16) LARK Technologies, Inc 2570 W El Camino Real Mountain View CA 94040 US 0C-93-FB (hex) BNS Solutions 0C93FB (base 16) BNS Solutions PO Box 508 Walpole MA 02081 US E4-4F-5F (hex) EDS Elektronik Destek San.Tic.Ltd.Sti E44F5F (base 16) EDS Elektronik Destek San.Tic.Ltd.Sti Meclis Mah. Hayran Sok. No:4 istanbul 34785 TR E8-6D-54 (hex) Digit Mobile Inc E86D54 (base 16) Digit Mobile Inc 5F.,No.550,Ruiguang Rd., Neihu Dist.,Taipei City 11492, Taiwan Taipei Taiwan 11492 TW 90-B1-1C (hex) Dell Inc. 90B11C (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 00-5D-03 (hex) Xilinx, Inc 005D03 (base 16) Xilinx, Inc 2100 Logic drive San Jose CA 95124 US 80-2F-DE (hex) Zurich Instruments AG 802FDE (base 16) Zurich Instruments AG Technoparkstrasse 1 Zurich 8005 CH 5C-38-E0 (hex) Shanghai Super Electronics Technology Co.,LTD 5C38E0 (base 16) Shanghai Super Electronics Technology Co.,LTD 1/F Building A 39 Hongcao Road Shanghai 200233 CN 08-AF-78 (hex) Totus Solutions, Inc. 08AF78 (base 16) Totus Solutions, Inc. 1505 Wallace Drive, Suite 102 Carrollton TX 75006 US C8-C7-91 (hex) Zero1.tv GmbH C8C791 (base 16) Zero1.tv GmbH Heinrich-Roller-Str. 16 B Berlin 10405 DE EC-D9-25 (hex) RAMI ECD925 (base 16) RAMI 7 RUE RAOUL FOLLEREAU BUSSY ST GEORGES 77600 FR 1C-94-92 (hex) RUAG Schweiz AG 1C9492 (base 16) RUAG Schweiz AG RUAG Defence Hombrechtikon ZH 8634 CH B8-89-CA (hex) ILJIN ELECTRIC Co., Ltd. B889CA (base 16) ILJIN ELECTRIC Co., Ltd. 112-83, Annyeong-dong Hwaseong Gyeonggi-do 445-380 KR 64-F5-0E (hex) Kinion Technology Company Limited 64F50E (base 16) Kinion Technology Company Limited ng Kon107A, 1/F, Enterprise Place, HK D0-4C-C1 (hex) SINTRONES Technology Corp. D04CC1 (base 16) SINTRONES Technology Corp. 14F.-3, No.736, Zhongzheng Rd., Zhonghe Dist., New Taipei City 235, Taiwan (R.O.C.) Taipei N/A 235 TW 50-3F-56 (hex) Syncmold Enterprise Corp 503F56 (base 16) Syncmold Enterprise Corp 9F., No.168, Jiankang Rd., Zhonghe Dist. Xinbei City 235 US 8C-EE-C6 (hex) Precepscion Pty. Ltd. 8CEEC6 (base 16) Precepscion Pty. Ltd. Level 10 Melbourne Victoria 3000 AU 10-12-48 (hex) ITG, Inc. 101248 (base 16) ITG, Inc. YASUHARA BLDG 302, 1-42-6, ITABASHI, ITABASHI-KU TOKYO 173-0004 US 18-48-D8 (hex) Fastback Networks 1848D8 (base 16) Fastback Networks 2480 N 1st Street San Jose California 95131 US F0-D3-E7 (hex) Sensometrix SA F0D3E7 (base 16) Sensometrix SA Rue Albert Richard 2 Geneva GE 1201 CH B0-12-66 (hex) Futaba-Kikaku B01266 (base 16) Futaba-Kikaku 2-17-20-302 Yanaka Taito-ku Tokyo 110-0001 JP 7C-C8-D0 (hex) TIANJIN YAAN TECHNOLOGY CO., LTD. 7CC8D0 (base 16) TIANJIN YAAN TECHNOLOGY CO., LTD. No.8 Ziyuan Road,Huayuan Industrial Zone Tianjin 300384 CN 88-E9-17 (hex) Tamaggo 88E917 (base 16) Tamaggo 2001 McGill College Montreal Quebec H3A 3L3 CA 88-61-5A (hex) Siano Mobile Silicon Ltd. 88615A (base 16) Siano Mobile Silicon Ltd. P.O. Box 8684 Netanya 42504 IL 70-E2-4C (hex) SAE IT-systems GmbH & Co. KG 70E24C (base 16) SAE IT-systems GmbH & Co. KG Im Gewerbegebiet Pesch 14 Köln NRW 50767 DE 00-FD-4C (hex) NEVATEC 00FD4C (base 16) NEVATEC Lindaraja 2 Granada 18009 ES 14-43-19 (hex) Creative&Link Technology Limited 144319 (base 16) Creative&Link Technology Limited ROOM 704 HONG JIN GE BLD. NO.3018,YANHE SOUTH ROAD Shenzhen Guangdong 518002 US D8-AF-3B (hex) Hangzhou Bigbright Integrated communications system Co.,Ltd D8AF3B (base 16) Hangzhou Bigbright Integrated communications system Co.,Ltd The 6floor ,Building1,No.1418-41,Moganshan Road Hangzhou Zhejiang 310015 CN 60-32-F0 (hex) Mplus technology 6032F0 (base 16) Mplus technology #201 Gayang Dong, Gangsea Gu Seoul 157-793 KR 28-29-D9 (hex) GlobalBeiMing technology (Beijing)Co. Ltd 2829D9 (base 16) GlobalBeiMing technology (Beijing)Co. Ltd Beijing Chaoyang District 8 Guanghua Road A seat 320 rooms Beijing 100026 CN 1C-C3-16 (hex) MileSight Technology Co., Ltd. 1CC316 (base 16) MileSight Technology Co., Ltd. 202-2,No.21 Wanghai Road, 2nd Software Park Xiamen Fujian 361006 CN 68-15-D3 (hex) Zaklady Elektroniki i Mechaniki Precyzyjnej R&G S.A. 6815D3 (base 16) Zaklady Elektroniki i Mechaniki Precyzyjnej R&G S.A. ul. Traugutta 7 Mielec 39-300 PL 10-F3-DB (hex) Gridco Systems, Inc. 10F3DB (base 16) Gridco Systems, Inc. 10-L Commerice Way Woburn MA 01801 US 30-5D-38 (hex) Beissbarth 305D38 (base 16) Beissbarth Hanauer Str. 101 Muenchen 80993 DE 60-D2-B9 (hex) REALAND BIO CO., LTD. 60D2B9 (base 16) REALAND BIO CO., LTD. Room 201A, N.set, Jinshan Bd., No.248 Wushan Rd., Tianhe District Guangzhou Guangdong 510630 CN 30-FD-11 (hex) MACROTECH (USA) INC. 30FD11 (base 16) MACROTECH (USA) INC. 1799 BAYSHORE HIGHWAY BURLINGAME CA 94010 US C4-DA-26 (hex) NOBLEX SA C4DA26 (base 16) NOBLEX SA Vicente Padín Moreira 97 Ushuaia Tierra del fuego 9410 AR 7C-C8-AB (hex) Acro Associates, Inc. 7CC8AB (base 16) Acro Associates, Inc. 1990 Olivera Rd. Concord CA 94520 US 60-19-29 (hex) VOLTRONIC POWER TECHNOLOGY(SHENZHEN) CORP. 601929 (base 16) VOLTRONIC POWER TECHNOLOGY(SHENZHEN) CORP. 1-4F,Building 5,YuSheng Industrial Park,No.467,Section Xixiang,National Highway 107,Xixiang,Bao An District,Shenzhen,China Shenzhen Shenzhen 518000 CN 48-B2-53 (hex) Marketaxess Corporation 48B253 (base 16) Marketaxess Corporation 299 Park Avenue New York NY 10171 US 74-94-3D (hex) AgJunction 74943D (base 16) AgJunction 8444 N. 90th St Scottsdale AZ 85258 US 58-CF-4B (hex) Lufkin Industries 58CF4B (base 16) Lufkin Industries 811 Willow Oak Drive Missouri City Texas 77489 US 68-B4-3A (hex) WaterFurnace International, Inc. 68B43A (base 16) WaterFurnace International, Inc. 9000 Conservation Way Fort Wayne IN 46809 US 4C-78-97 (hex) Arrowhead Alarm Products Ltd 4C7897 (base 16) Arrowhead Alarm Products Ltd 344B Rosedale Road Auckland Auckland 0751 NZ 44-E8-A5 (hex) Myreka Technologies Sdn. Bhd. 44E8A5 (base 16) Myreka Technologies Sdn. Bhd. 2-13, JALAN MAYANG PASIR 1, Bayan Baru Penang 11950 MY D8-AF-F1 (hex) Panasonic Appliances Company D8AFF1 (base 16) Panasonic Appliances Company 2-3-1-2 Noji-higashi Kusatsu City Shiga 525-8555 JP 2C-62-89 (hex) Regenersis (Glenrothes) Ltd 2C6289 (base 16) Regenersis (Glenrothes) Ltd 1 James Watt Avenue Glenrothes Fife KY7 4UA GB 58-EC-E1 (hex) Newport Corporation 58ECE1 (base 16) Newport Corporation 1791 Deere Ave. Irvine California 92606 US 4C-09-B4 (hex) zte corporation 4C09B4 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 60-D1-AA (hex) Vishal Telecommunications Pvt Ltd 60D1AA (base 16) Vishal Telecommunications Pvt Ltd 25 Sitaram Building Dr D N Road Mumbai Maharastra 400001 IN 70-9B-A5 (hex) Shenzhen Y&D Electronics Co.,LTD. 709BA5 (base 16) Shenzhen Y&D Electronics Co.,LTD. D zone3F,Shenzhen Academy of Aerospace Technology,Hi-Tech Park,south 10th Road,Nanshan Shenzhen Guangdong 518057 CN F4-54-33 (hex) Rockwell Automation F45433 (base 16) Rockwell Automation 1 Allen-Bradley Dr. Mayfield Heights OH 44124-6118 US B4-89-10 (hex) Coster T.E. S.P.A. B48910 (base 16) Coster T.E. S.P.A. Via San Giovanni Battista De La Salle 4/a Milano MI 20132 IT B0-C8-3F (hex) Jiangsu Cynray IOT Co., Ltd. B0C83F (base 16) Jiangsu Cynray IOT Co., Ltd. Building D1, 1 Zidong road, Qixia district Nanjing Jiangsu 210000 CN 3C-F3-92 (hex) Virtualtek. Co. Ltd 3CF392 (base 16) Virtualtek. Co. Ltd 12F, ShinhanDm Bldg., Seoul 121-708 KR B4-82-C5 (hex) Relay2, Inc. B482C5 (base 16) Relay2, Inc. 1525 McCarthy Blvd., Milpitas CA 95035 US 98-5E-1B (hex) ConversDigital Co., Ltd. 985E1B (base 16) ConversDigital Co., Ltd. 5308 5th Bldg., Dong Seoul Univ. Seongnam Gyeonggi 461714 KR D4-8C-B5 (hex) Cisco Systems, Inc D48CB5 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 90-9D-E0 (hex) Newland Design + Assoc. Inc. 909DE0 (base 16) Newland Design + Assoc. Inc. 3186-G Airway Ave. Costa Mesa CA 92626 US 14-9F-E8 (hex) Lenovo Mobile Communication Technology Ltd. 149FE8 (base 16) Lenovo Mobile Communication Technology Ltd. No.999,Qishan North 2nd Road,Information&Optoelectronics Park,Torch Hi-tech Industry Development Zone Xiamen Fujian 361006 CN BC-D9-40 (hex) ASR Co,.Ltd. BCD940 (base 16) ASR Co,.Ltd. 1-3-1 Sotokanda Chiyoda-ku Tokyo 101-0021 JP 04-9C-62 (hex) BMT Medical Technology s.r.o. 049C62 (base 16) BMT Medical Technology s.r.o. Cejl 50 Brno 65660 CZ 0C-2A-69 (hex) electric imp, incorporated 0C2A69 (base 16) electric imp, incorporated 5050 El Camino Real, Ste 221 Los Altos California 94022 US C4-55-C2 (hex) Bach-Simpson C455C2 (base 16) Bach-Simpson 109 Meg Drive London Ontario N6E3Z7 CA 00-E8-AB (hex) Meggitt Training Systems, Inc. 00E8AB (base 16) Meggitt Training Systems, Inc. 296 Brogdon Rd Suwanee GA 30024 US B4-21-8A (hex) Dog Hunter LLC B4218A (base 16) Dog Hunter LLC 8 Faneuil Hall SQ Boston MA 02109 US B4-A4-B5 (hex) Zen Eye Co.,Ltd B4A4B5 (base 16) Zen Eye Co.,Ltd #401, 157-5 Chunui-dong Bucheon-si Gyeonggi-do 420-859 KR DC-37-D2 (hex) Hunan HKT Electronic Technology Co., Ltd DC37D2 (base 16) Hunan HKT Electronic Technology Co., Ltd Room 428,4F,Hunan Environmental Science and Technology Committee Building,No 18 South of Wanjiali Road,Yuhua District,Changsha Changsha Hunan 410007 CN 40-70-74 (hex) Life Technology (China) Co., Ltd 407074 (base 16) Life Technology (China) Co., Ltd No.1, 2F, Nanshan Digital Culture Industrial base (East Tower Podium) 10128 Shennan Blvd, Nanshan Dist. Shenzhen Guangdong 518000 CN 20-F0-02 (hex) MTData Developments Pty. Ltd. 20F002 (base 16) MTData Developments Pty. Ltd. 20 Miles Street Mulgrave Victoria 3170 AU 38-8A-B7 (hex) ITC Networks 388AB7 (base 16) ITC Networks 3F Daiwa Shibaura Bldg Tokyo 105-0023 JP BC-C2-3A (hex) Thomson Video Networks BCC23A (base 16) Thomson Video Networks 6, rue du Clos Courtel Cesson Sevigne 35510 FR 1C-F4-CA (hex) Private 1CF4CA (base 16) Private AC-C2-EC (hex) CLT INT'L IND. CORP. ACC2EC (base 16) CLT INT'L IND. CORP. 11F-2, NO.1, ZHANQIAN MIAOLI 36043 TW A8-65-B2 (hex) DONGGUAN YISHANG ELECTRONIC TECHNOLOGY CO., LIMITED A865B2 (base 16) DONGGUAN YISHANG ELECTRONIC TECHNOLOGY CO., LIMITED 3rd floor, B# Building ,Houdefu Logistics Park,Qingshuiao, Dongguan Guangdong 523062 CN E8-D0-FA (hex) MKS Instruments Deutschland GmbH E8D0FA (base 16) MKS Instruments Deutschland GmbH Schatzbogen 43 Munich 81829 DE 98-26-2A (hex) Applied Research Associates, Inc 98262A (base 16) Applied Research Associates, Inc 4300 San Mateo Boulevard NE Albuquerque NM 87110 US 3C-91-74 (hex) ALONG COMMUNICATION TECHNOLOGY 3C9174 (base 16) ALONG COMMUNICATION TECHNOLOGY 1301, Zhenye International Business Center, Shenzhen Guandong 518000 CN AC-EE-3B (hex) 6harmonics Inc ACEE3B (base 16) 6harmonics Inc 21 Concourse Gate - Suite 10 Ottawa Ontario K2E 7S4 CA 1C-6B-CA (hex) Mitsunami Co., Ltd. 1C6BCA (base 16) Mitsunami Co., Ltd. 2-30-11, Nishi-gotanda, Shinagawa-ku Tokyo 141-0031 JP 64-24-00 (hex) Xorcom Ltd. 642400 (base 16) Xorcom Ltd. Teradyon Industrial Park D.N Misgav 20179 IL E8-3E-FB (hex) GEODESIC LTD. E83EFB (base 16) GEODESIC LTD. 18,10TH CROSS, MAYURA STREET BANGALORE KARNATAKA 560094 IN EC-D1-9A (hex) Zhuhai Liming Industries Co., Ltd ECD19A (base 16) Zhuhai Liming Industries Co., Ltd No.6 Xinqing Rd,Xinqing Hi-Tech Industrial Park Zhuhai Guangdong 519100 CN 34-81-37 (hex) UNICARD SA 348137 (base 16) UNICARD SA UL.WADOWICKA 12 KRAKOW woj. malopolskie 30-415 PL 38-B1-2D (hex) Sonotronic Nagel GmbH 38B12D (base 16) Sonotronic Nagel GmbH Becker-Goering-Str. 17-25 Karlsbad 76307 DE 54-9D-85 (hex) EnerAccess inc 549D85 (base 16) EnerAccess inc 3154 Le Corbusier Blvd Laval Quebec H7L 4S8 CA B0-75-0C (hex) QA Cafe B0750C (base 16) QA Cafe 33 Jewell Court Portsmouth NH 03801 US B4-E1-EB (hex) Private B4E1EB (base 16) Private 3C-36-3D (hex) Nokia Corporation 3C363D (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 80-86-98 (hex) Netronics Technologies Inc. 808698 (base 16) Netronics Technologies Inc. 600-15 Allstate Parkway Markham Ontario L3R 5B4 CA 9C-E1-0E (hex) NCTech Ltd 9CE10E (base 16) NCTech Ltd 20-22 Braid Road Edinburgh EH10 6AD GB A0-6D-09 (hex) Intelcan Technosystems Inc. A06D09 (base 16) Intelcan Technosystems Inc. 5490 Boul Thimens Saint-Laurent Quebec H4R2K9 CA 60-F3-DA (hex) Logic Way GmbH 60F3DA (base 16) Logic Way GmbH Hagenower Str. 73 Schwerin Mecklenburg-West Pomerania 19061 DE FC-50-90 (hex) SIMEX Sp. z o.o. FC5090 (base 16) SIMEX Sp. z o.o. ul. Wielopole 7 Gdañsk pomorskie 80-556 PL 60-B9-82 (hex) RO.VE.R. Laboratories S.p.A. 60B982 (base 16) RO.VE.R. Laboratories S.p.A. Via Parini, 2 Sirmione Brescia 25019 IT B4-62-38 (hex) Exablox B46238 (base 16) Exablox 365 San Antonio Road Mountain View CA 94040 US C8-BB-D3 (hex) Embrane C8BBD3 (base 16) Embrane 2350 Mission College Blvd., Ste 703 Santa Clara CA 95054 US 8C-60-4F (hex) Cisco Systems, Inc 8C604F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US A4-B9-80 (hex) Parking BOXX Inc. A4B980 (base 16) Parking BOXX Inc. 382 NE 191st St. #93984 Miami FL 33179-3899 US A4-7C-14 (hex) ChargeStorm AB A47C14 (base 16) ChargeStorm AB Laxholmstorget 3 Norrköping 60221 SE 80-20-AF (hex) Trade FIDES, a.s. 8020AF (base 16) Trade FIDES, a.s. Dornych 57 Brno 61700 CZ 2C-75-0F (hex) Shanghai Dongzhou-Lawton Communication Technology Co. Ltd. 2C750F (base 16) Shanghai Dongzhou-Lawton Communication Technology Co. Ltd. NO.188,FengyeRoad,BaoshanDistrict shanghai 200949 CN 5C-50-15 (hex) Cisco Systems, Inc 5C5015 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 98-02-84 (hex) Theobroma Systems GmbH 980284 (base 16) Theobroma Systems GmbH Gutheil-Schoder Gasse 17 Wien 1230 US 1C-D4-0C (hex) Kriwan Industrie-Elektronik GmbH 1CD40C (base 16) Kriwan Industrie-Elektronik GmbH Allmand 11 Forchtenberg Baden-Würtemberg D-74670 DE 00-2D-76 (hex) TITECH GmbH 002D76 (base 16) TITECH GmbH Otto-Hahn-Str. 6 Muelheim-Kaerlich 56218 DE F8-DB-4C (hex) PNY Technologies, INC. F8DB4C (base 16) PNY Technologies, INC. 100 Jefferson Road Parsippany New Jersey 07054 US 0C-9D-56 (hex) Consort Controls Ltd 0C9D56 (base 16) Consort Controls Ltd 13 Campion Terrace Leamington Spa CV32 4SU GB 3C-B8-7A (hex) Private 3CB87A (base 16) Private AC-14-61 (hex) ATAW Co., Ltd. AC1461 (base 16) ATAW Co., Ltd. Dongan-gu Pyeongchon-dong 126-1 Anyang-si Gyeonggi-do 431-755 KR E4-C6-E6 (hex) Mophie, LLC E4C6E6 (base 16) Mophie, LLC 2850 Red Hill Ave. Santa Ana CA 92705 US 50-2D-1D (hex) Nokia Corporation 502D1D (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI F4-8E-09 (hex) Nokia Corporation F48E09 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 58-48-C0 (hex) COFLEC 5848C0 (base 16) COFLEC Parc d'activités du moulin de Massy MASSY 91300 FR 8C-57-FD (hex) LVX Western 8C57FD (base 16) LVX Western 700 54th ave North St. Cloud MN 56303 US 54-E6-3F (hex) ShenZhen LingKeWeiEr Technology Co., Ltd. 54E63F (base 16) ShenZhen LingKeWeiEr Technology Co., Ltd. Room 625, YiJing Building, MeiLin Rd., FuTian District ShenZhen GuandDong 518000 CN 20-FA-BB (hex) Cambridge Executive Limited 20FABB (base 16) Cambridge Executive Limited St John's Innovation Centre Cambridge Cambridgeshire CB40WS GB 14-1A-51 (hex) Treetech Sistemas Digitais 141A51 (base 16) Treetech Sistemas Digitais Praca Claudino Alves, 141 Atibaia São Paulo 12940-800 BR 58-7F-C8 (hex) S2M 587FC8 (base 16) S2M 2 rue des champs Saint Marcel 27950 FR 20-05-05 (hex) RADMAX COMMUNICATION PRIVATE LIMITED 200505 (base 16) RADMAX COMMUNICATION PRIVATE LIMITED F-24/34, IIND FLOOR, SECTOR-7 DELHI DELHI 110085 IN C0-35-BD (hex) Velocytech Aps C035BD (base 16) Velocytech Aps Automatikvej 1, 3rd floor SOEBORG 2860 DK 28-71-84 (hex) Spire Payments 287184 (base 16) Spire Payments Units 3 & 6 Milford Trading Estate Salisbury Wiltshire SP1 2UD GB 7C-B0-3E (hex) OSRAM GmbH 7CB03E (base 16) OSRAM GmbH Berliner Allee 65 Augsburg Bayern 86136 DE 3C-9F-81 (hex) Shenzhen CATIC Bit Communications Technology Co.,Ltd 3C9F81 (base 16) Shenzhen CATIC Bit Communications Technology Co.,Ltd in Nanshan District,Shenzhen Software park Road 10 in Room 202 Shenzhen Guangdong 518057 CN 44-5F-7A (hex) Shihlin Electric & Engineering Corp. 445F7A (base 16) Shihlin Electric & Engineering Corp. 16F NO.88, SEC, 6, CHUNG SHAN N. RD., TAIPEI HsinChu HsinFun Shiang 304 TW 44-13-19 (hex) WKK TECHNOLOGY LTD. 441319 (base 16) WKK TECHNOLOGY LTD. 23/F., One Kowloon, No.1, Wang Yuen Street, 852 HK 18-B5-91 (hex) I-Storm 18B591 (base 16) I-Storm Hogye-dong, Dongan-gu Anyang-si Gyeonggi-do 431-080 KR BC-8B-55 (hex) NPP ELIKS America Inc. DBA T&M Atlantic BC8B55 (base 16) NPP ELIKS America Inc. DBA T&M Atlantic 175 SW 7th St Suite 1812 Miami FL 33130 US C0-49-3D (hex) MAITRISE TECHNOLOGIQUE C0493D (base 16) MAITRISE TECHNOLOGIQUE 224 RUE DE LA SAINTE BAUME SAINT MAXIMIN LA SAINTE BAUME VAR 83470 FR C8-45-44 (hex) Asia Pacific CIS (Wuxi) Co, Ltd C84544 (base 16) Asia Pacific CIS (Wuxi) Co, Ltd No 11, Xikun Road, Wuxi New District Wuxi Jiangsu 214028 CN E0-EF-25 (hex) Lintes Technology Co., Ltd. E0EF25 (base 16) Lintes Technology Co., Ltd. 9F-1., No.150, Jian 1st Rd., Zhonghe Dist., New Taipei City 23511 TW 50-ED-94 (hex) EGATEL SL 50ED94 (base 16) EGATEL SL Parque Tecnologico de Galicia Ourense 32901 ES 48-A2-2D (hex) Shenzhen Huaxuchang Telecom Technology Co.,Ltd 48A22D (base 16) Shenzhen Huaxuchang Telecom Technology Co.,Ltd Room 501 Block B, Cyber Time Plaza Shenzhen Guangdong 518040 CN C8-60-00 (hex) ASUSTek COMPUTER INC. C86000 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW AC-0D-FE (hex) Ekon GmbH - myGEKKO AC0DFE (base 16) Ekon GmbH - myGEKKO Rienzfeldstraße 30 Bruneck Südtirol (BZ) 39031 IT FC-5B-26 (hex) MikroBits FC5B26 (base 16) MikroBits Jalan Petung 31 Papringan Yogyakarta DIY 55281 ID 40-F4-07 (hex) Nintendo Co., Ltd. 40F407 (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP B0-1C-91 (hex) Elim Co B01C91 (base 16) Elim Co 4F Gagu Plaza B/D 81-9, jeongja-dong, Jangan-gu, Suwon city Gyeonggi-Do 440-300 KR 04-F1-7D (hex) Tarana Wireless 04F17D (base 16) Tarana Wireless 2105 Martin Luther King Jr Way Berkeley CA 94704 US 84-49-15 (hex) vArmour Networks, Inc. 844915 (base 16) vArmour Networks, Inc. 4633 OLD IRONSIDES DR SANTA CLARA CA 95054-1807 US 2C-BE-97 (hex) Ingenieurbuero Bickele und Buehler GmbH 2CBE97 (base 16) Ingenieurbuero Bickele und Buehler GmbH St.Poeltener Str. 70 Stuttgart BW 70469 DE 70-A6-6A (hex) Prox Dynamics AS 70A66A (base 16) Prox Dynamics AS Smedsvingen 4 Hvalstad Akershus 1395 NO DC-3E-51 (hex) Solberg & Andersen AS DC3E51 (base 16) Solberg & Andersen AS Litleaasvegen 61 Bergen 5132 NO 90-0A-3A (hex) PSG Plastic Service GmbH 900A3A (base 16) PSG Plastic Service GmbH Pinaer Str. 12-16 Mannheim BW 68309 DE 28-CD-1C (hex) Espotel Oy 28CD1C (base 16) Espotel Oy Kappelitie 6 Espoo Espoo FI-02200 FI D4-43-A8 (hex) Changzhou Haojie Electric Co., Ltd. D443A8 (base 16) Changzhou Haojie Electric Co., Ltd. No. 158, Changzhou Jiangsu 213022 CN BC-E5-9F (hex) WATERWORLD Technology Co.,LTD BCE59F (base 16) WATERWORLD Technology Co.,LTD 6 Floor,Block B,Digital Building,Garden City,No.1079,Nanhai Road,Nanshan District, Shenzhen Guangdong 518067 US 70-41-B7 (hex) Edwards Lifesciences LLC 7041B7 (base 16) Edwards Lifesciences LLC One Edwards Way Irvine CA 92614 US DC-A8-CF (hex) New Spin Golf, LLC. DCA8CF (base 16) New Spin Golf, LLC. 1637 Burr Oak Drive Libertyville IL 60048 US A8-49-A5 (hex) Lisantech Co., Ltd. A849A5 (base 16) Lisantech Co., Ltd. 1108, STX V-Tower Gasan-dong Seoul 153-803 KR A0-5E-6B (hex) MELPER Co., Ltd. A05E6B (base 16) MELPER Co., Ltd. 207, 2nd FL.,Wonhyo Bldg.,1365-22 SEOUL 137-863 KR D8-78-E5 (hex) KUHN SA D878E5 (base 16) KUHN SA 4, impasse des fabriques SAVERNE 67700 FR D8-24-BD (hex) Cisco Systems, Inc D824BD (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 34-97-FB (hex) ADVANCED RF TECHNOLOGIES INC 3497FB (base 16) ADVANCED RF TECHNOLOGIES INC 3116 W Vanowen St Burbank California 91505 US F0-3A-55 (hex) Omega Elektronik AS F03A55 (base 16) Omega Elektronik AS Ege Serbest Bolgesi Izmir 35410 TR 98-BC-57 (hex) SVA TECHNOLOGIES CO.LTD 98BC57 (base 16) SVA TECHNOLOGIES CO.LTD 5F No.192 Tinglin Road, SHANGHAI 200233 CN DC-3C-2E (hex) Manufacturing System Insights, Inc. DC3C2E (base 16) Manufacturing System Insights, Inc. 2550 Ninth St. Berkely CA 94710 US F8-35-53 (hex) Magenta Research Ltd. F83553 (base 16) Magenta Research Ltd. 128 Litchfield Road New Milford CT 06776 US F4-04-4C (hex) ValenceTech Limited F4044C (base 16) ValenceTech Limited Unit 1, 20/F., APEC Plaza HONG KONG NIL CN C4-67-B5 (hex) Libratone A/S C467B5 (base 16) Libratone A/S Marielundvej 43 A 2730 HERLEV DK 4C-39-10 (hex) Newtek Electronics co., Ltd. 4C3910 (base 16) Newtek Electronics co., Ltd. Byucksan-Sunyoung Technopia 1004, Uiwang-City Kyunggi-Do 437-821 KR 90-3A-A0 (hex) Nokia 903AA0 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA B0-6C-BF (hex) 3ality Digital Systems GmbH B06CBF (base 16) 3ality Digital Systems GmbH Gut Mergenthau 1 Kissing Bayern 86438 DE 54-D0-ED (hex) AXIM Communications 54D0ED (base 16) AXIM Communications 1F., No. 5, Aly. 12, Ln. 15, Sec. 6, Sinyi Rd., Sinyi Dist., Taipei 110 TW 84-36-11 (hex) hyungseul publishing networks 843611 (base 16) hyungseul publishing networks 526-4, paju bookcity, munbal-li, gyoha-eup paju-si Gyeonggi-do 413-832 KR 34-40-B5 (hex) IBM 3440B5 (base 16) IBM 3039 E Cornwallis Rd Research Triangle Park NC 27709 US D4-D7-48 (hex) Cisco Systems, Inc D4D748 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 34-4F-69 (hex) EKINOPS SAS 344F69 (base 16) EKINOPS SAS 3, Rue Blaise Pascal LANNION FRANCE 22300 FR F8-31-3E (hex) endeavour GmbH F8313E (base 16) endeavour GmbH Max-Planck-Str. 04 Vreden NRW 48691 DE 14-36-05 (hex) Nokia Corporation 143605 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI C8-1A-FE (hex) DLOGIC GmbH C81AFE (base 16) DLOGIC GmbH Rathausstrasse 14 Baar ZG 6341 CH EC-63-E5 (hex) ePBoard Design LLC EC63E5 (base 16) ePBoard Design LLC 4065 E. La Palma Ave. Anaheim California 92807 US 94-DB-49 (hex) SITCORP 94DB49 (base 16) SITCORP 7 RUE CADET PARIS 75015 FR F0-62-0D (hex) Shenzhen Egreat Tech Corp.,Ltd F0620D (base 16) Shenzhen Egreat Tech Corp.,Ltd 4F,1Building,Chuangye Industrial park Shenzhen Guangdong 518104 CN 2C-67-FB (hex) ShenZhen Zhengjili Electronics Co., LTD 2C67FB (base 16) ShenZhen Zhengjili Electronics Co., LTD The Longhua Town Shenzhen City Streets huaning three house Science Park Road Chiayi Source fifth floor Shenzhen Guangdong 518000 CN 3C-E5-B4 (hex) KIDASEN INDUSTRIA E COMERCIO DE ANTENAS LTDA 3CE5B4 (base 16) KIDASEN INDUSTRIA E COMERCIO DE ANTENAS LTDA AV SINCLER SAMBATTI, 1945 MARINGA PARANA 87055-020 BR 08-D0-9F (hex) Cisco Systems, Inc 08D09F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 64-4B-F0 (hex) CalDigit, Inc 644BF0 (base 16) CalDigit, Inc 1941 Miraloma Ave #B Placentia CA 92870 US 64-ED-62 (hex) WOORI SYSTEMS Co., Ltd 64ED62 (base 16) WOORI SYSTEMS Co., Ltd 101Ho #42-9, Jeongja-dong, Pundang-gu Sungnam-si Kyunggi-do 463-848 KR 2C-00-2C (hex) UNOWHY 2C002C (base 16) UNOWHY 11, rue Tronchet Paris 75008 US 5C-C9-D3 (hex) PALLADIUM ENERGY ELETRONICA DA AMAZONIA LTDA 5CC9D3 (base 16) PALLADIUM ENERGY ELETRONICA DA AMAZONIA LTDA AVENIDA BURITI, 4285 MANAUS AMAZONAS 69075-000 BR C8-7C-BC (hex) Valink Co., Ltd. C87CBC (base 16) Valink Co., Ltd. 1F Dongwon Bldg. 90, Dangsan-Dong 3-Ga Youngdungpo-Gu Seoul 150-803 KR B8-14-13 (hex) Keen High Holding(HK) Ltd. B81413 (base 16) Keen High Holding(HK) Ltd. 25th Floor, In-long Development Centre, No.6025 Shennan Ave Shenzhen Guangdong 518040 CN B4-94-4E (hex) WeTelecom Co., Ltd. B4944E (base 16) WeTelecom Co., Ltd. The'O Plus #915 Gunpo-si Kyunggi-do 435-805 KR E0-0B-28 (hex) Inovonics E00B28 (base 16) Inovonics 315 CTC Blvd Louisville CO 80027 US 48-02-2A (hex) B-Link Electronic Limited 48022A (base 16) B-Link Electronic Limited NO 268,FuQian Rd, JuTang Community,GuanLan town BaoAn district,ShenZhen, 518110,China Shen Zhen Guang Dong 518110 CN 18-E8-0F (hex) Viking Electronics Inc. 18E80F (base 16) Viking Electronics Inc. 1531 Industrial St Hudson WI 54016 US CC-6B-F1 (hex) Sound Masking Inc. CC6BF1 (base 16) Sound Masking Inc. 47 - 23 - Glamis Drive Sw Calgary Alberta T3E 6S3 CA 2C-97-17 (hex) I.C.Y. B.V. 2C9717 (base 16) I.C.Y. B.V. Houtsaachmole 35 Lemmer Friesland 8531 WC NL 2C-3F-38 (hex) Cisco Systems, Inc 2C3F38 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 40-50-E0 (hex) Milton Security Group LLC 4050E0 (base 16) Milton Security Group LLC 111 North Harbor Blvd Fullerton CA 92832 US 70-CA-9B (hex) Cisco Systems, Inc 70CA9B (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US A0-78-BA (hex) Pantech Co., Ltd. A078BA (base 16) Pantech Co., Ltd. 110-1 Ongjeong-Ri, Tongjin-Eup Gimpo-Si Gyounggi-Do 415-865 KR 68-BC-0C (hex) Cisco Systems, Inc 68BC0C (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 34-5B-11 (hex) EVI HEAT AB 345B11 (base 16) EVI HEAT AB Box 55 Kungsaengen 196 22 SE 78-BA-D0 (hex) Shinybow Technology Co. Ltd. 78BAD0 (base 16) Shinybow Technology Co. Ltd. 9Fl.,No.63,Ju Guang Rd.,Chung Ho Dist. New Taipei 235 TW 24-E6-BA (hex) JSC Zavod im. Kozitsky 24E6BA (base 16) JSC Zavod im. Kozitsky Bld. 70, 5th line, V.O, St.-Petersburg 199048 RU CC-A3-74 (hex) Guangdong Guanglian Electronic Technology Co.Ltd CCA374 (base 16) Guangdong Guanglian Electronic Technology Co.Ltd B338,Block13,No.232 Waihuandonglu Road,High Education Mega Center Guangzhou Guangdong 510006 CN 58-67-7F (hex) Clare Controls Inc. 58677F (base 16) Clare Controls Inc. 7519 Pennsylvania Ave Sarasota FL 34243 US 0C-5A-19 (hex) Axtion Sdn Bhd 0C5A19 (base 16) Axtion Sdn Bhd A13-07, Subang Avenue Serviced Suites Subang Jaya Selangor 47500 MY A8-BD-1A (hex) Honey Bee (Hong Kong) Limited A8BD1A (base 16) Honey Bee (Hong Kong) Limited Flat L, 12/F., Phase 4, Kwun Tong Industrial Ctr., HK 24-87-07 (hex) SEnergy Corporation 248707 (base 16) SEnergy Corporation Koizumi Bldg. 3F, 1-38-18 Yokohama city Kanagawa Pref. 224-0003 JP C4-C1-9F (hex) National Oilwell Varco Instrumentation, Monitoring, and Optimization (NOV IMO) C4C19F (base 16) National Oilwell Varco Instrumentation, Monitoring, and Optimization (NOV IMO) 1200 Cypress Creek Rd. Cedar Park TX 78613 US 00-08-30 (hex) Cisco Systems, Inc 000830 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US C4-EE-AE (hex) VSS Monitoring C4EEAE (base 16) VSS Monitoring 1850 Gateway Dr, Suite 500 San Mateo CA 94404 US F8-D3-A9 (hex) AXAN Networks F8D3A9 (base 16) AXAN Networks 2F Myungjin-Bldg Daechi-Dong Gangnam-Gu Seoul 135-845 KR BC-77-9F (hex) SBM Co., Ltd. BC779F (base 16) SBM Co., Ltd. Hyunwoo Bldg 206, Anyang7-Dong Anyang Gyeonggi-Do 430-817 KR 40-6A-AB (hex) RIM 406AAB (base 16) RIM Phillip Street Waterloo Ontario N2L 3W8 CA 9C-A3-BA (hex) SAKURA Internet Inc. 9CA3BA (base 16) SAKURA Internet Inc. 7-20-1 Nishi-shinjuku Shinjuku-ku Tokyo 1600023 JP 8C-8A-6E (hex) ESTUN AUTOMATION TECHNOLOY CO., LTD 8C8A6E (base 16) ESTUN AUTOMATION TECHNOLOY CO., LTD 16,Shuige Road Nanjing Jiangsu 211106 CN 98-82-17 (hex) Disruptive Ltd 988217 (base 16) Disruptive Ltd Windsor House High Wycombe Buckinghamshire HP12 3NR GB 9C-5C-8D (hex) FIREMAX INDÚSTRIA E COMÉRCIO DE PRODUTOS ELETRÔNICOS LTDA 9C5C8D (base 16) FIREMAX INDÚSTRIA E COMÉRCIO DE PRODUTOS ELETRÔNICOS LTDA R: Vicente de Felice, 589 - Jd.Ouro Verde Limeira São Paulo 13482-075 BR D4-20-6D (hex) HTC Corporation D4206D (base 16) HTC Corporation No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW 7C-1E-52 (hex) Microsoft 7C1E52 (base 16) Microsoft 1 Microsoft Way Redmond Washington 98052 US DC-B4-C4 (hex) Microsoft XCG DCB4C4 (base 16) Microsoft XCG 1 Microsoft Way Redmond WA 98052 US AC-CB-09 (hex) Hefcom Metering (Pty) Ltd ACCB09 (base 16) Hefcom Metering (Pty) Ltd PO Box 10770 Centurion Gauteng 0046 ZA 18-66-E3 (hex) Veros Systems, Inc. 1866E3 (base 16) Veros Systems, Inc. PO Box 10534 College Station Texas 77842 US 74-FD-A0 (hex) Compupal (Group) Corporation 74FDA0 (base 16) Compupal (Group) Corporation No.1555 Jiashan Avenue Jiashan Zhejiang 314113 CN CC-B8-F1 (hex) EAGLE KINGDOM TECHNOLOGIES LIMITED CCB8F1 (base 16) EAGLE KINGDOM TECHNOLOGIES LIMITED FLAT/ RM B 26/F TWO CHINACHEM PLAZA 68 CONNAUGHT ROAD CENTRAL HK HK A4-29-B7 (hex) bluesky A429B7 (base 16) bluesky Rm1410 Tower A,Chengjian plaza,NO.18 beitaipingzhuang Road,Haidian district, Beijing 100088 CN 48-F3-17 (hex) Private 48F317 (base 16) Private CC-F8-F0 (hex) Xi'an HISU Multimedia Technology Co.,Ltd. CCF8F0 (base 16) Xi'an HISU Multimedia Technology Co.,Ltd. 3 Floor , NO.1 Building , Modern Business Enterprise Centre (East) , NO.69, Jinye road , Xi¡¯an Xi'an City Shanxi Province 710075 CN 04-88-8C (hex) Eifelwerk Butler Systeme GmbH 04888C (base 16) Eifelwerk Butler Systeme GmbH Eifelwerkstrasse 1 Malbergweich 54655 DE D4-5A-B2 (hex) Galleon Systems D45AB2 (base 16) Galleon Systems Unit 9, Fortnum Close Birmingham West Midlands B33 0LG GB 30-DE-86 (hex) Cedac Software S.r.l. 30DE86 (base 16) Cedac Software S.r.l. Via Toscana, 3 Castiglione dei Pepoli Bologna 40035 IT 18-C4-51 (hex) Tucson Embedded Systems 18C451 (base 16) Tucson Embedded Systems 5620 North Kolb Road Tucson AZ 85750 US 70-46-42 (hex) CHYNG HONG ELECTRONIC CO., LTD. 704642 (base 16) CHYNG HONG ELECTRONIC CO., LTD. No.80, Lane 258, Sec. 3, Hansi W. Rd., Taichung 40647 TW D4-1C-1C (hex) RCF S.P.A. D41C1C (base 16) RCF S.P.A. Via Raffaello Sanzio 13 Reggio Emilia Italy 42124 IT 58-92-0D (hex) Kinetic Avionics Limited 58920D (base 16) Kinetic Avionics Limited Elstree Aerodrome Hertfordshire WD6 3AW GB AC-02-EF (hex) Comsis AC02EF (base 16) Comsis 3 rue Broussais Paris 75014 FR B8-B4-2E (hex) Gionee Communication Equipment Co,Ltd.ShenZhen B8B42E (base 16) Gionee Communication Equipment Co,Ltd.ShenZhen 21/F Times Technology Building, 7028 Shennan Road, Futian District, Shenzhen Guangdong 518040 CN 44-3E-B2 (hex) DEOTRON Co., LTD. 443EB2 (base 16) DEOTRON Co., LTD. 506, Dain Bldg Ansan Kyonggi-do 425-856 KR D0-59-C3 (hex) CeraMicro Technology Corporation D059C3 (base 16) CeraMicro Technology Corporation 4F, No. 16-1, Sec. 6, Mingcyuan East Road Taipei 114 TW 18-2C-91 (hex) Concept Development, Inc. 182C91 (base 16) Concept Development, Inc. 1881 Langley Avenue Irvine CA 92614-5623 US FC-17-94 (hex) InterCreative Co., Ltd FC1794 (base 16) InterCreative Co., Ltd 897-6, HoGye-Dong, DongAn-Gu, AnYang-Si, GyeongGi-Do, 431-836 KR B4-0B-7A (hex) Brusa Elektronik AG B40B7A (base 16) Brusa Elektronik AG Neudorf 14 Sennwald St. Gallen 9466 CH 28-0C-B8 (hex) Mikrosay Yazilim ve Elektronik A.S. 280CB8 (base 16) Mikrosay Yazilim ve Elektronik A.S. Cevizli Mah. Tansel Cad. Istanbul 34846 TR 3C-C9-9E (hex) Huiyang Technology Co., Ltd 3CC99E (base 16) Huiyang Technology Co., Ltd 22D 7 Block ZhonghuiNewcity Dongguan Guangdong 523849 CN 2C-1E-EA (hex) AERODEV 2C1EEA (base 16) AERODEV No.59,1985 Lane,Chunshen Road, Shanghai 200237 CN 1C-8E-8E (hex) DB Communication & Systems Co., ltd. 1C8E8E (base 16) DB Communication & Systems Co., ltd. 3-3 Yeongdeok-dong, Giheung-gu Yongin-si Gyeonggi-do 449-908 KR 24-EC-99 (hex) ASKEY COMPUTER CORP 24EC99 (base 16) ASKEY COMPUTER CORP 10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW A4-4B-15 (hex) Sun Cupid Technology (HK) LTD A44B15 (base 16) Sun Cupid Technology (HK) LTD Room 1201-3, 12/F., Tower 6 Tsim Sha Tsui HK 48-C8-62 (hex) Simo Wireless,Inc. 48C862 (base 16) Simo Wireless,Inc. 326#,Building 4,Zhongxing Industrial Park,Chuangye Shenzhen Guangdong 518054 CN 78-BE-B6 (hex) Enhanced Vision 78BEB6 (base 16) Enhanced Vision 5882 MACHINE DR. Huntington Beach California 92649 US 44-9C-B5 (hex) Alcomp, Inc 449CB5 (base 16) Alcomp, Inc 11537 Walnut Lane Fort Atkinson WI 53538 US B4-FC-75 (hex) SEMA Electronics(HK) CO.,LTD B4FC75 (base 16) SEMA Electronics(HK) CO.,LTD Xialingbei Industrial Zone Liaobu, Dongguan Guangdong 523411 CN B0-BF-99 (hex) WIZITDONGDO B0BF99 (base 16) WIZITDONGDO 2F, 299-1, 3-DONG, SUNGSU 2-GA SEOUL 133-833 KR B8-2A-DC (hex) EFR Europäische Funk-Rundsteuerung GmbH B82ADC (base 16) EFR Europäische Funk-Rundsteuerung GmbH Nymphenburger Straße 20b Munich 80335 DE 40-F1-4C (hex) ISE Europe SPRL 40F14C (base 16) ISE Europe SPRL Fauvette 1 Uccle 1180 BE E8-94-4C (hex) Cogent Healthcare Systems Ltd E8944C (base 16) Cogent Healthcare Systems Ltd 69 Alma Road Berkshire SL4 3HT GB 90-67-F3 (hex) Alcatel Lucent 9067F3 (base 16) Alcatel Lucent Via Energy Park, 14 Vimercate MB 20871 IT D4-F0-B4 (hex) Napco Security Technologies D4F0B4 (base 16) Napco Security Technologies 333 Bayview Ave Amityville NY 11701 US 68-F8-95 (hex) Redflow Limited 68F895 (base 16) Redflow Limited 1/27 Counihan Rd Brisbane Queensland 4073 AU 70-B9-21 (hex) Fiberhome Telecommunication Technologies Co.,LTD 70B921 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN A0-E2-95 (hex) DAT System Co.,Ltd A0E295 (base 16) DAT System Co.,Ltd Gun San Free Trade Area 511-1 , 573-540 KR A0-16-5C (hex) Triteka LTD A0165C (base 16) Triteka LTD Malha Technology Park Jerusalem 96951 IL 9C-41-7C (hex) Hame Technology Co., Limited 9C417C (base 16) Hame Technology Co., Limited 5F, No. 18 High Tech Middle Avenue One, High Tech Industrial Park, Nanshan District, Shenzhen Guangdong 518057 CN 9C-6A-BE (hex) QEES ApS. 9C6ABE (base 16) QEES ApS. Naverland 31, 2.tv Glostrup Hovedstaden 2600 DK 9C-93-4E (hex) Xerox Corporation 9C934E (base 16) Xerox Corporation Mail Stop 0214 - 7E Webster NY 14580 US 04-46-65 (hex) Murata Manufacturing Co., Ltd. 044665 (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP 2C-21-72 (hex) Juniper Networks 2C2172 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 90-09-17 (hex) Far-sighted mobile 900917 (base 16) Far-sighted mobile Technology Park Desay Building 6th-Floor Shenzhen Guangdong Province 518000 CN 2C-8B-F2 (hex) Hitachi Metals America Ltd 2C8BF2 (base 16) Hitachi Metals America Ltd 1920 Zanker Road San Jose CA 95112 US D8-97-3B (hex) Artesyn Embedded Technologies D8973B (base 16) Artesyn Embedded Technologies 16/F Lu Plaza Building Kwun Tong Kowloon 00000 HK 38-26-CD (hex) ANDTEK 3826CD (base 16) ANDTEK Am Soeldnermoos 17 Hallbergmoos Bavaria 85399 DE 88-BF-D5 (hex) Simple Audio Ltd 88BFD5 (base 16) Simple Audio Ltd Unit 59 Elderpark Workspace Glasgow G51 3TR GB 24-CB-E7 (hex) MYK, Inc. 24CBE7 (base 16) MYK, Inc. 4-60-30-108, Kamoi, Yokohama Kanagawa 226-0003 JP B0-A1-0A (hex) Pivotal Systems Corporation B0A10A (base 16) Pivotal Systems Corporation 4683 Chabot Drive Pleasanton CA 94588 US 80-2D-E1 (hex) Solarbridge Technologies 802DE1 (base 16) Solarbridge Technologies 9229 Waterford Centre Blvd Austin TX 78758 US F4-A5-2A (hex) Hawa Technologies Inc F4A52A (base 16) Hawa Technologies Inc 336 Hayes St San Francisco California 94102 US 0C-6E-4F (hex) PrimeVOLT Co., Ltd. 0C6E4F (base 16) PrimeVOLT Co., Ltd. 2F-3, No. 9, Lane 3, Jihu Rd, Neihu Taipei 11492 TW E8-B7-48 (hex) Cisco Systems, Inc E8B748 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US BC-99-BC (hex) FonSee Technology Inc. BC99BC (base 16) FonSee Technology Inc. 14F-2, No.32, Gaotie 2nd Rd., Zhubei City Hsinchu County 302 TW 78-3F-15 (hex) EasySYNC Ltd. 783F15 (base 16) EasySYNC Ltd. Unit 1, 2 Seaward Place Glasgow Scotland G41 1HH GB 18-D0-71 (hex) DASAN CO., LTD. 18D071 (base 16) DASAN CO., LTD. DASAN Tower 7F, 49 Daewangpangyo-ro644beon-gil Seongnam-si Gyeonggi-do 463-760 KR 58-E4-76 (hex) CENTRON COMMUNICATIONS TECHNOLOGIES FUJIAN CO.,LTD 58E476 (base 16) CENTRON COMMUNICATIONS TECHNOLOGIES FUJIAN CO.,LTD 4th Floor,Jiaodajiepu Building,72# Kejierlu Road, Xi'an Shaanxi Province 710100 CN 44-7E-95 (hex) Alpha and Omega, Inc 447E95 (base 16) Alpha and Omega, Inc 4735 Montview Blvd Denver CO 80207 US 98-60-22 (hex) EMW Co., Ltd. 986022 (base 16) EMW Co., Ltd. 80B-4L, 680-3 Gojan-Dong Incheon 405-819 KR B8-D4-9D (hex) M Seven System Ltd. B8D49D (base 16) M Seven System Ltd. 24F, Trust Tower Bldg, 275-7, Yangjae2-Dong, Seocho-Gu Seoul 137-739 KR 3C-67-2C (hex) Sciovid Inc. 3C672C (base 16) Sciovid Inc. 387 S Silverbrook Dr Anaheim CA 92807 US DC-9B-1E (hex) Intercom, Inc. DC9B1E (base 16) Intercom, Inc. Sorimachi Bldg., 3-5, Taito 1-chome, Taito-ku Tokyo 110-8654 JP BC-5F-F4 (hex) ASRock Incorporation BC5FF4 (base 16) ASRock Incorporation 2F.,No.37, Sec.2, Jhongyang S.Rd., Beitou Distric, Taipei 112 TW E8-B4-AE (hex) Shenzhen C&D Electronics Co.,Ltd E8B4AE (base 16) Shenzhen C&D Electronics Co.,Ltd Building 2, Xia You Song Mountain Top Industrial District, You Song Village Shenzhen Guang Dong 518000 CN 50-FA-AB (hex) L-tek d.o.o. 50FAAB (base 16) L-tek d.o.o. Obrtna cesta 18 Sentjernej 8310 SI 38-91-FB (hex) Xenox Holding BV 3891FB (base 16) Xenox Holding BV Lingedijk 80 Tricht Gelderland 4196 HC NL A8-E0-18 (hex) Nokia Corporation A8E018 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 78-1D-FD (hex) Jabil Inc 781DFD (base 16) Jabil Inc 10500 Dr. Martin Luther King Jr. St. N. St. Petersburg Florida 33716 US 18-AE-BB (hex) Siemens Convergence Creators GmbH&Co.KG 18AEBB (base 16) Siemens Convergence Creators GmbH&Co.KG Communications, Media and Technology Hamburg D-21079 DE B0-BD-A1 (hex) ZAKLAD ELEKTRONICZNY SIMS B0BDA1 (base 16) ZAKLAD ELEKTRONICZNY SIMS POD SKARPA 51A BYDGOSZCZ KUJAWSKO-POMORSKIE 85-796 PL 70-B2-65 (hex) Hiltron s.r.l. 70B265 (base 16) Hiltron s.r.l. Strada Provinciale di Caserta, 218 Naples 80144 IT CC-C6-2B (hex) Tri-Systems Corporation CCC62B (base 16) Tri-Systems Corporation 3-27-8 TRS Building 3F Hachioji Tokyo 192-0904 JP D8-C0-68 (hex) Netgenetech.co.,ltd. D8C068 (base 16) Netgenetech.co.,ltd. 704, Hanlim Venture Town., #689-6, Gunpo-si 435-862 KR 60-11-99 (hex) Siama Systems Inc 601199 (base 16) Siama Systems Inc 410 Saint-Nicolas Street Montreal Quebec H2Y 2P5 CA 6C-81-FE (hex) Mitsuba Corporation 6C81FE (base 16) Mitsuba Corporation 1-2681 Kiryu Gunma 376-8555 JP C0-27-B9 (hex) Beijing National Railway Research & Design Institute of Signal & Communication Co., Ltd. C027B9 (base 16) Beijing National Railway Research & Design Institute of Signal & Communication Co., Ltd. Building No.18, Huayuan YiLi,Fengtai District, Beijing 100073 CN 14-74-11 (hex) RIM 147411 (base 16) RIM Phillip Street Waterloo Ontario N2L 3W8 CA F8-A9-DE (hex) PUISSANCE PLUS F8A9DE (base 16) PUISSANCE PLUS 222 Impasse Louis Lépine Montauban 82000 FR A8-8C-EE (hex) MicroMade Galka i Drozdz sp.j. A88CEE (base 16) MicroMade Galka i Drozdz sp.j. ul. Wieniawskiego 16 Pila Wielkopolskie 64-920 PL DC-2B-66 (hex) InfoBLOCK S.A. de C.V. DC2B66 (base 16) InfoBLOCK S.A. de C.V. Hegel 229 - 10 Mexico City Distrito Federal 11570 MX B8-87-1E (hex) Good Mind Industries Co., Ltd. B8871E (base 16) Good Mind Industries Co., Ltd. 22, Ta Yeou 2nd St, Kaohsiung 831 TW D4-F0-27 (hex) Trust Power Ltd. D4F027 (base 16) Trust Power Ltd. 13 Berkley Street London W1J 8DU GB 04-55-CA (hex) BriView (Xiamen) Corp. 0455CA (base 16) BriView (Xiamen) Corp. NO.1998 West of Fangshan Road,Xiang An Branch,Torch Hi-tech lndustrial Development Zone, Xiamen city Fujian Province 361102 CN 14-35-B3 (hex) Future Designs, Inc. 1435B3 (base 16) Future Designs, Inc. 2702 Triana Blvd Huntsville AL 35805 US AC-93-2F (hex) Nokia Corporation AC932F (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 00-54-AF (hex) Continental Automotive Systems Inc. 0054AF (base 16) Continental Automotive Systems Inc. 21440 W. Lake Cook Rd. Deer Park IL 60010 US AC-CA-BA (hex) Midokura Co., Ltd. ACCABA (base 16) Midokura Co., Ltd. 7th Floor Azabudai Hinoki building Tokyo 106-0041 JP 0C-81-12 (hex) Private 0C8112 (base 16) Private 9C-95-F8 (hex) SmartDoor Systems, LLC 9C95F8 (base 16) SmartDoor Systems, LLC 5711-A Center Lane Falls Church Virginia 22041 US 78-19-F7 (hex) Juniper Networks 7819F7 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 64-09-4C (hex) Beijing Superbee Wireless Technology Co.,Ltd 64094C (base 16) Beijing Superbee Wireless Technology Co.,Ltd B7,Science-Tech Fortune Center, Beijing 100192 CN 7C-7D-41 (hex) Jinmuyu Electronics Co., Ltd. 7C7D41 (base 16) Jinmuyu Electronics Co., Ltd. Room 132, Building 16, Tianqiaowan Beijing 101101 CN 4C-14-80 (hex) NOREGON SYSTEMS, INC 4C1480 (base 16) NOREGON SYSTEMS, INC 100 N. MAIN ST. SUITE 2200 WINSTON - SALEM NC 27101 US A4-85-6B (hex) Q Electronics Ltd A4856B (base 16) Q Electronics Ltd Beck House, Hawksworth Road Leeds West Yorkshire LS18 4JP GB 20-D5-AB (hex) Korea Infocom Co.,Ltd. 20D5AB (base 16) Korea Infocom Co.,Ltd. 5F Wintek B/D 511 Uiwang Kyunggi-Do 437-830 KR 0C-F3-EE (hex) EM Microelectronic 0CF3EE (base 16) EM Microelectronic Rue des Sors 3 Marin-Epagnier Neuchatel 2074 CH 64-D1-A3 (hex) Sitecom Europe BV 64D1A3 (base 16) Sitecom Europe BV Linatebaan 101 Rotterdam Zuid Holland 3045 AH NL F4-3E-9D (hex) Benu Networks, Inc. F43E9D (base 16) Benu Networks, Inc. 300 Rd., Suite 110 Billerica MA 01821 US 04-E2-F8 (hex) AEP Ticketing solutions srl 04E2F8 (base 16) AEP Ticketing solutions srl Via dei Colli, 240 Signa Firenze 50058 IT EC-9E-CD (hex) Artesyn Embedded Technologies EC9ECD (base 16) Artesyn Embedded Technologies 2900 S. Diablo Way Suite 190 Tempe Arizona 85282 US 8C-51-05 (hex) Shenzhen ireadygo Information Technology CO.,LTD. 8C5105 (base 16) Shenzhen ireadygo Information Technology CO.,LTD. Room 02,11F,DESAY Building,No.1 Hi-Tech South Road Shenzhen 518057 CN C8-20-8E (hex) Storagedata C8208E (base 16) Storagedata Randstad 22117 Almere Flevoland 1316BW NL 5C-5E-AB (hex) Juniper Networks 5C5EAB (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 9C-80-7D (hex) SYSCABLE Korea Inc. 9C807D (base 16) SYSCABLE Korea Inc. 2F KAMA Bldg 1461-15 Secho-3dong Seocho-Gu Seoul 137-720 KR 28-E2-97 (hex) Shanghai InfoTM Microelectronics Co.,Ltd. 28E297 (base 16) Shanghai InfoTM Microelectronics Co.,Ltd. building 11,NO.115,lane 572,BiBo Road, ShangHai 201203 CN 34-B5-71 (hex) PLDS 34B571 (base 16) PLDS Schanzenfeldstrasse 2 Wetzlar Hessen 35578 DE 3C-74-37 (hex) RIM 3C7437 (base 16) RIM Phillip Street Waterloo Ontario N2L 3W8 CA EC-92-33 (hex) Eddyfi NDT Inc EC9233 (base 16) Eddyfi NDT Inc 2800, Louis-Lumiere street Quebec Quebec G1P 0A4 CA 74-38-89 (hex) ANNAX Anzeigesysteme GmbH 743889 (base 16) ANNAX Anzeigesysteme GmbH Wettersteinstrasse 18 Taufkirchen Bavaria 82024 DE 44-D2-CA (hex) Anvia TV Oy 44D2CA (base 16) Anvia TV Oy PO Box 29 SEINAJOKI FIN60101 FI 38-6E-21 (hex) Wasion Group Ltd. 386E21 (base 16) Wasion Group Ltd. No.468 West Tongzipo Road High-Tech Industrial Development Zone Changsha City Hunan Province, 410205 CN 28-72-F0 (hex) ATHENA 2872F0 (base 16) ATHENA 42 RUE MONGE PARIS 75005 FR 1C-19-DE (hex) eyevis GmbH 1C19DE (base 16) eyevis GmbH Hundsschleestrasse 23 Reutlingen BW 72766 DE 60-9E-64 (hex) Vivonic GmbH 609E64 (base 16) Vivonic GmbH Kurfuerst-Eppstein-Ring 4 Sailauf Bayern 63877 DE BC-15-A6 (hex) Taiwan Jantek Electronics,Ltd. BC15A6 (base 16) Taiwan Jantek Electronics,Ltd. 6F-1,No.1 Wu-Chuan 1St. Rd,Wu-Ku Industrial Park, Sinchwang City Taipei Hsien 24892 TW DC-DE-CA (hex) Akyllor DCDECA (base 16) Akyllor Britannia House, 22, 2F, Cator Road Bandar Seri Begawan BS 8811 BN A0-AA-FD (hex) EraThink Technologies Corp. A0AAFD (base 16) EraThink Technologies Corp. 289 Bisheng Road Building 4,Floor 4 Shanghai 201204 CN 6C-A9-06 (hex) Telefield Ltd 6CA906 (base 16) Telefield Ltd Flat D,2/F., Valiant Industrial Centre,2-12 Au Pui Wan Street, Hongkong 852 CN 78-22-3D (hex) Affirmed Networks 78223D (base 16) Affirmed Networks 35 Nagog Park Acton MA 01720 US 3C-02-B1 (hex) Creation Technologies LP 3C02B1 (base 16) Creation Technologies LP 3939 North Fraser Way Burnaby BC V5J 5J2 CA E4-41-E6 (hex) Ottec Technology GmbH E441E6 (base 16) Ottec Technology GmbH Bünteweg 33 Gehrden Lower Saxony 30989 DE BC-71-C1 (hex) XTrillion, Inc. BC71C1 (base 16) XTrillion, Inc. 1-12-3-4F Chiyoda-ku Tokyo 101-0041 JP E0-E8-E8 (hex) Olive Telecommunication Pvt. Ltd E0E8E8 (base 16) Olive Telecommunication Pvt. Ltd 862, Udyog Vihar Gurgaon Haryana 122016 IN 60-52-D0 (hex) FACTS Engineering 6052D0 (base 16) FACTS Engineering 8049 Photonics Drive New Port Richey FL 34655 US B0-89-91 (hex) LGE B08991 (base 16) LGE 60-39 , Kasan -dong , Gumcheon-gu. Seoul 153-801 KR 30-14-2D (hex) Piciorgros GmbH 30142D (base 16) Piciorgros GmbH Claudiastrasse 5 Cologne NRW 51149 DE 50-AF-73 (hex) Shenzhen Bitland Information Technology Co., Ltd. 50AF73 (base 16) Shenzhen Bitland Information Technology Co., Ltd. 1-4F,44 Building,Tanglang Industrial Park and 1-6F,#7 Building,XiLi Tongfuyu Industrial Town,Nanshan District Shenzhen Guangdong 518055 CN 5C-9A-D8 (hex) FUJITSU LIMITED 5C9AD8 (base 16) FUJITSU LIMITED 403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP A4-C0-E1 (hex) Nintendo Co., Ltd. A4C0E1 (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 4C-3B-74 (hex) VOGTEC(H.K.) Co., Ltd 4C3B74 (base 16) VOGTEC(H.K.) Co., Ltd Flat 01, 2/F, On Ning Building, Hong Kong 999077 CN 68-43-52 (hex) Bhuu Limited 684352 (base 16) Bhuu Limited Office 1, 465 Mt Eden Road Auckland 1023 NZ EC-E9-0B (hex) SISTEMA SOLUCOES ELETRONICAS LTDA - EASYTECH ECE90B (base 16) SISTEMA SOLUCOES ELETRONICAS LTDA - EASYTECH RUA GUERRA DE AGUIAR, 220 São Paulo SP 08275-260 BR A0-8C-9B (hex) Xtreme Technologies Corp A08C9B (base 16) Xtreme Technologies Corp 200 4616 Valiant Dr NW Calgary AB T3A0X9 CA A8-39-44 (hex) Actiontec Electronics, Inc A83944 (base 16) Actiontec Electronics, Inc 3301 Olcott St. Santa Clara CA 95054 US 74-E0-6E (hex) Ergophone GmbH 74E06E (base 16) Ergophone GmbH Temmlerstrasse 5 Marburg Hessen 35039 DE 0C-F0-B4 (hex) Globalsat International Technology Ltd 0CF0B4 (base 16) Globalsat International Technology Ltd 17th floor,China Youse Building,No.6013 Shennan Avenue,Futian District, Shenzhen Guangdong 518040 CN 48-DF-1C (hex) Wuhan NEC Fibre Optic Communications industry Co. Ltd 48DF1C (base 16) Wuhan NEC Fibre Optic Communications industry Co. Ltd 3rd Road Guanshan, Wuhan Hubei 430074 CN D4-9C-8E (hex) University of FUKUI D49C8E (base 16) University of FUKUI 3-9-1 Bunkyo Fukui City 910-8507 JP F8-F0-14 (hex) RackWare Inc. F8F014 (base 16) RackWare Inc. 44053 Fremont Blvd. Fremont CA 94538 US 28-26-A6 (hex) PBR electronics GmbH 2826A6 (base 16) PBR electronics GmbH Berliner Strasse 5 Sandhausen Baden Wuertemmberg 69207 DE B4-28-F1 (hex) E-Prime Co., Ltd. B428F1 (base 16) E-Prime Co., Ltd. Rm1207, Kolon Science Valley, 811, Seoul 152050 KR C0-12-42 (hex) Alpha Security Products C01242 (base 16) Alpha Security Products 10715 Sikes Place, Ste. 200 Charlotte NC 28277 US BC-20-BA (hex) Inspur (Shandong) Electronic Information Co., Ltd BC20BA (base 16) Inspur (Shandong) Electronic Information Co., Ltd No.1036 Shunya Rd. Jinan Shandong 250101 CN 1C-FE-A7 (hex) IDentytech Solutins Ltd. 1CFEA7 (base 16) IDentytech Solutins Ltd. 14 Hadaya Street Ramat- Hasharon 47226 IL 30-4E-C3 (hex) Tianjin Techua Technology Co., Ltd. 304EC3 (base 16) Tianjin Techua Technology Co., Ltd. 12-1-1401 Tianlinyuan Fulicheng Gulouxi Road,Nankai District Tianjin 300101 CN B4-CF-DB (hex) Shenzhen Jiuzhou Electric Co.,LTD B4CFDB (base 16) Shenzhen Jiuzhou Electric Co.,LTD 6F,Jiuzhou Electric Building,Southern No.12RD.,Hi-Tech Industrial Park,Nanshan District, Shenzhen Guangdong 518057 CN FC-D4-F2 (hex) The Coca Cola Company FCD4F2 (base 16) The Coca Cola Company One Coca Cola Plaza Atlanta GA 30313 US 5C-6A-7D (hex) KENTKART EGE ELEKTRONIK SAN. VE TIC. LTD. STI. 5C6A7D (base 16) KENTKART EGE ELEKTRONIK SAN. VE TIC. LTD. STI. 1370 SK, NO:42/304, MONTRO IZMIR 35230 TR 44-59-9F (hex) Criticare Systems, Inc 44599F (base 16) Criticare Systems, Inc 20925 Crossroads Circle Waukasha WI 53186 US 3C-2F-3A (hex) SFORZATO Corp. 3C2F3A (base 16) SFORZATO Corp. 863 HINO-SHI TOKYO 191-0022 JP 74-CE-56 (hex) Packet Force Technology Limited Company 74CE56 (base 16) Packet Force Technology Limited Company 2F., No.25, Sec. 1, Shuangshi Rd., Central Dist., Taichung 40046 TW AC-2F-A8 (hex) Humannix Co.,Ltd. AC2FA8 (base 16) Humannix Co.,Ltd. #402, 98-4, Songpa-Dong, Songpa-Gu Seoul 138-170 KR 10-64-E2 (hex) ADFweb.com s.r.l. 1064E2 (base 16) ADFweb.com s.r.l. Strada Nuova, 17 Mareno di Piave Treviso 31010 IT CC-34-D7 (hex) GEWISS S.P.A. CC34D7 (base 16) GEWISS S.P.A. VIA ALESSANDRO VOLTA 1 CENATE SOTTO 24069 IT F0-2A-61 (hex) Waldo Networks, Inc. F02A61 (base 16) Waldo Networks, Inc. 4505 Spicewood Springs Rd Austin Texas 78759 US C8-A7-0A (hex) Verizon Business C8A70A (base 16) Verizon Business One Digex Plaza Beltsville MD 20705 US 60-DA-23 (hex) Estech Co.,Ltd 60DA23 (base 16) Estech Co.,Ltd #717,133-1,Sangdaewon-Dong Seongnam-Si Gyeonggi-Do 462-120 KR 44-DC-CB (hex) SEMINDIA SYSTEMS PVT LTD 44DCCB (base 16) SEMINDIA SYSTEMS PVT LTD 1006/13, Sy No.49/1&3, 7th Mile, A.M Indl Estate, Bangalore Karnataka 560068 IN A0-DE-05 (hex) JSC Irbis-T A0DE05 (base 16) JSC Irbis-T 39, Gorodskoy lane Tula 300012 RU 08-17-F4 (hex) IBM Corp 0817F4 (base 16) IBM Corp 2051 Mission College Blvd Santa Clara CA 95054 US CC-D8-11 (hex) Aiconn Technology Corporation CCD811 (base 16) Aiconn Technology Corporation 5F, NO. 9, Alley 2, Lane 35, Ji-Hu Rd., Nei-Hu, Taipei City 11494 TW F4-38-14 (hex) Shanghai Howell Electronic Co.,Ltd F43814 (base 16) Shanghai Howell Electronic Co.,Ltd 5-5/F, Bldg.1, No.788 Fengzhen Rd., Shanghai 200434 CN 90-61-0C (hex) Fida International (S) Pte Ltd 90610C (base 16) Fida International (S) Pte Ltd Blk 16, Kallang Place 339156 SG 3C-5F-01 (hex) Synerchip Co., Ltd. 3C5F01 (base 16) Synerchip Co., Ltd. c/o Synerchip USA Corp. Sunnyvale CA 94085 US EC-BB-AE (hex) Digivoice Tecnologia em Eletronica Ltda ECBBAE (base 16) Digivoice Tecnologia em Eletronica Ltda Alameda Juru, 159 - Torreo Barueri São Paulo 06455-010 BR 34-A1-83 (hex) AWare, Inc 34A183 (base 16) AWare, Inc 614 Massachusetts Ave. Cambridge MA 02139 US 98-73-C4 (hex) Sage Electronic Engineering LLC 9873C4 (base 16) Sage Electronic Engineering LLC 201 Terry St. Longmont CO 80501 US B4-01-42 (hex) GCI Science & Technology Co.,LTD B40142 (base 16) GCI Science & Technology Co.,LTD No.381,xingangzhong road , GuangZhou GuangDong 510310 CN 74-0A-BC (hex) LightwaveRF Technology Ltd 740ABC (base 16) LightwaveRF Technology Ltd Innovation Campus Birmingham Faraday Wharf, Holt Street Birmingham B4 4BB GB 10-A1-3B (hex) FUJIKURA RUBBER LTD. 10A13B (base 16) FUJIKURA RUBBER LTD. 1-840,Mihashi,Omiya Saitama 330-0856 JP F4-E1-42 (hex) Delta Elektronika BV F4E142 (base 16) Delta Elektronika BV Vissersdijk 4 Zierikzee 4301 ND NL AC-81-12 (hex) Gemtek Technology Co., Ltd. AC8112 (base 16) Gemtek Technology Co., Ltd. No. 1 Jen Ai Road Hsinchu Industrial Park Hukou, Hsinchu 30352 TAIWAN, REPUBLIC OF CHINA Hsinchu TAIWAN 30352 TW 68-63-59 (hex) Advanced Digital Broadcast SA 686359 (base 16) Advanced Digital Broadcast SA Avenue de Tournay 7 Pregny-Chambesy 1292 CH 28-06-1E (hex) NINGBO GLOBAL USEFUL ELECTRIC CO.,LTD 28061E (base 16) NINGBO GLOBAL USEFUL ELECTRIC CO.,LTD No.88,Kechuang South Road, Ningbo Zhejiang 315000 CN 64-E8-E6 (hex) global moisture management system 64E8E6 (base 16) global moisture management system 11132 broad river road irmo sc 29063 US E0-D1-0A (hex) Katoudenkikougyousyo co ltd E0D10A (base 16) Katoudenkikougyousyo co ltd oujihontyou1-4-13 kita-ku tokyo-to 114-0022 JP C4-4B-44 (hex) Omniprint Inc. C44B44 (base 16) Omniprint Inc. 1923 East Deere Ave. Santa Ana CA 92705 US 18-92-2C (hex) Virtual Instruments 18922C (base 16) Virtual Instruments 100 Enterprise Way Scotts Valley CA 95066 US A4-9B-13 (hex) Digital Check A49B13 (base 16) Digital Check 630 Dundee Rd. Suite 210 Northbrook IL 60062 US C8-EE-08 (hex) TANGTOP TECHNOLOGY CO.,LTD C8EE08 (base 16) TANGTOP TECHNOLOGY CO.,LTD 1F,NO.153,Ligon St.,Beitou District Taipei City 112 TW 74-72-F2 (hex) Chipsip Technology Co., Ltd. 7472F2 (base 16) Chipsip Technology Co., Ltd. 8F-1, No.186, Jian-Yi Road, ChungHo City, Taipei 235 TW 48-C8-B6 (hex) SysTec GmbH 48C8B6 (base 16) SysTec GmbH Ludwig-Erhard-Strasse 6 Bergheim-Glessen NRW 50129 DE 3C-62-78 (hex) SHENZHEN JETNET TECHNOLOGY CO.,LTD. 3C6278 (base 16) SHENZHEN JETNET TECHNOLOGY CO.,LTD. Room 403,4th floor,Qinghua Information Building,Keyuan Road,North District of Tech-Park,Nanshan District Shenzhen Guangdong 518057 CN C8-D5-FE (hex) Shenzhen Zowee Technology Co., Ltd C8D5FE (base 16) Shenzhen Zowee Technology Co., Ltd Block 5, Science and Technology Industrial Park of Shenzhen GuangDong 518055 CN 2C-30-68 (hex) Pantech Co.,Ltd 2C3068 (base 16) Pantech Co.,Ltd 110-1 Ongjeong-Ri, Tongjin-Eup Gimpo-Si Gyounggi-Do 415-865 KR 00-BD-27 (hex) Exar Corp. 00BD27 (base 16) Exar Corp. 48720 Kato Rd. Fremont CA 94538 US 5C-40-58 (hex) Jefferson Audio Video Systems, Inc. 5C4058 (base 16) Jefferson Audio Video Systems, Inc. 13020 Middletown Industrial Blvd. Louisville Kentucky 40223 US 58-D0-8F (hex) IEEE 1904.1 Working Group 58D08F (base 16) IEEE 1904.1 Working Group 1351 Redwood Way, Petaluma CA 94954 US 6C-9C-E9 (hex) Nimble Storage 6C9CE9 (base 16) Nimble Storage 2645 Zanker Road San Jose CA 95134 US CC-09-C8 (hex) IMAQLIQ LTD CC09C8 (base 16) IMAQLIQ LTD Obvodny Canal 93A St.Petersburg 191119 RU 9C-45-63 (hex) DIMEP Sistemas 9C4563 (base 16) DIMEP Sistemas Av. Mofarrej, 840 São Paulo 05311000 BR D4-3D-67 (hex) Carma Industries Inc. D43D67 (base 16) Carma Industries Inc. 132 Walsh Road Lindsay Ontario K9V 4R3 CA E0-A6-70 (hex) Nokia Corporation E0A670 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 58-DB-8D (hex) Fast Co., Ltd. 58DB8D (base 16) Fast Co., Ltd. 2-11-1 Iwamotocho Chiyoda-ku Tokyo 101-0032 JP E4-46-BD (hex) C&C TECHNIC TAIWAN CO., LTD. E446BD (base 16) C&C TECHNIC TAIWAN CO., LTD. ROOM6 13F, NO.2,Jian 8th ROAD Taipei Chungho City, 23511 TW 8C-DD-8D (hex) Wifly-City System Inc. 8CDD8D (base 16) Wifly-City System Inc. 4F.,-1,NO 106,RUEIGUANG Rd.Neihu District, Taipei City 114 TW 20-A2-E7 (hex) Lee-Dickens Ltd 20A2E7 (base 16) Lee-Dickens Ltd Rushton Rd Kettering Northamptonshire NN14 2QW GB FC-ED-B9 (hex) Arrayent FCEDB9 (base 16) Arrayent 570 El Camino Real #150-419 Redwood City CA 94063 US 44-ED-57 (hex) Longicorn, inc. 44ED57 (base 16) Longicorn, inc. Rm1001-2, 10F, Byuksan Digital Valley1 Seoul 152-775 KR EC-98-C1 (hex) Beijing Risbo Network Technology Co.,Ltd EC98C1 (base 16) Beijing Risbo Network Technology Co.,Ltd 1/F Yinyan Building 2A,No.23 Anningzhuangdonglu Haidian District Beijing 100085 CN 38-A9-5F (hex) Actifio Inc 38A95F (base 16) Actifio Inc 225 Wyman Street Waltham MA 02451 IN F4-DC-DA (hex) Zhuhai Jiahe Communication Technology Co., limited F4DCDA (base 16) Zhuhai Jiahe Communication Technology Co., limited 4/F,East Of B5,Sourth Software Park,Tangjia, Zhuhai Guangdong 519085 CN E8-04-62 (hex) Cisco Systems, Inc E80462 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US DC-D0-F7 (hex) Bentek Systems Ltd. DCD0F7 (base 16) Bentek Systems Ltd. 315 - 3750 46th Ave. SE Calgary AB T2B 0L1 CA D4-A9-28 (hex) GreenWave Reality Inc D4A928 (base 16) GreenWave Reality Inc 39 Parker Irvine California 92618 US E0-62-90 (hex) Jinan Jovision Science & Technology Co., Ltd. E06290 (base 16) Jinan Jovision Science & Technology Co., Ltd. Room 407, Tower C, Cyber Port Building, Jinan Shandong 250013 CN 10-0E-2B (hex) NEC CASIO Mobile Communications 100E2B (base 16) NEC CASIO Mobile Communications 1753,Shimonumabe Kawasaki-shi Kanagawa 211-8666 JP 70-E1-39 (hex) 3view Ltd 70E139 (base 16) 3view Ltd 168-172 Old Street London EC1V 9BP GB 18-42-2F (hex) Alcatel Lucent 18422F (base 16) Alcatel Lucent Via Energy Park, 14 Vimercate MB 20871 IT C4-63-54 (hex) U-Raku, Inc. C46354 (base 16) U-Raku, Inc. 401-1 Deba Ritto-shi Shiga 520-3041 JP 40-5F-BE (hex) RIM 405FBE (base 16) RIM 295 Phillip Street Waterloo Ontario N2L 3W8 CA 68-54-F5 (hex) enLighted Inc 6854F5 (base 16) enLighted Inc 1451 Grant Rd Mountain View CA 94040 US 7C-B5-42 (hex) ACES Technology 7CB542 (base 16) ACES Technology #928, Hyundai Venture Ville Seoul 135-539 KR 90-54-46 (hex) TES ELECTRONIC SOLUTIONS 905446 (base 16) TES ELECTRONIC SOLUTIONS Immeuble Odyssee BRUZ 35170 FR 54-4A-05 (hex) wenglor sensoric gmbh 544A05 (base 16) wenglor sensoric gmbh wenglor Str. 3 Tettnang 88069 DE 98-E1-65 (hex) Accutome 98E165 (base 16) Accutome 3222 Phoenixville Pike Malvern PA 19355 US 78-57-12 (hex) Mobile Integration Workgroup 785712 (base 16) Mobile Integration Workgroup 4580 Klahanie DR SE STE 106 Issaquah WA 98029 US 38-0A-0A (hex) Sky-City Communication and Electronics Limited Company 380A0A (base 16) Sky-City Communication and Electronics Limited Company 1109, Building A, Kefa Industrial park, Huanguan south road, Guanlan, Shenzhen Guangdong 518110 CN 0C-D6-96 (hex) Amimon Ltd 0CD696 (base 16) Amimon Ltd 2 Maskit st Herzlia 46733 IL F4-DC-4D (hex) Beijing CCD Digital Technology Co., Ltd F4DC4D (base 16) Beijing CCD Digital Technology Co., Ltd 107 Dongsi North Street, Dongcheng District, Beijing 100007 CN 40-13-D9 (hex) Global ES 4013D9 (base 16) Global ES Sinimäentie 8 b Espoo 02631 FI AC-4F-FC (hex) SVS-VISTEK GmbH AC4FFC (base 16) SVS-VISTEK GmbH Muehlbachstraße 20 Seefeld BY 82229 DE B4-37-41 (hex) Consert, Inc. B43741 (base 16) Consert, Inc. 4700 Falls of Neuse Rd. Raleigh NC 27609 US 94-85-7A (hex) Evantage Industries Corp 94857A (base 16) Evantage Industries Corp 815 Bridge St. W. Waterloo Ontario N2V 2M7 CA 40-83-DE (hex) Zebra Technologies Inc 4083DE (base 16) Zebra Technologies Inc 475 Half Day Road Lincolnshire IL 60069 US 88-97-DF (hex) Entrypass Corporation Sdn. Bhd. 8897DF (base 16) Entrypass Corporation Sdn. Bhd. No.40, Jalan TPP 1/10, Puchong Selangor Darul Ehsan 47100 MY 24-AF-54 (hex) NEXGEN Mediatech Inc. 24AF54 (base 16) NEXGEN Mediatech Inc. 8F No. 150, Jianyi Rd., Chung Ho Taipei Hsien 235 TW F0-F8-42 (hex) KEEBOX, Inc. F0F842 (base 16) KEEBOX, Inc. 10 Poppy Trail Rolling Hills California 90274 US DC-4E-DE (hex) SHINYEI TECHNOLOGY CO., LTD. DC4EDE (base 16) SHINYEI TECHNOLOGY CO., LTD. 6-5-2, MINATOJIMA-MINAMIMACHI, CHUO-KU KOBE HYOGO 650-0047 JP E0-87-B1 (hex) Nata-Info Ltd. E087B1 (base 16) Nata-Info Ltd. 28, Prokhorova str. Yoshkar-Ola Republic Mari-El 424007 RU 44-7C-7F (hex) Innolight Technology Corporation 447C7F (base 16) Innolight Technology Corporation 3 Results Way Cupertino CA 95014 US D4-96-DF (hex) SUNGJIN C&T CO.,LTD D496DF (base 16) SUNGJIN C&T CO.,LTD Daeya Sheung Gyeonggi 429-809 KR 5C-86-4A (hex) Secret Labs LLC 5C864A (base 16) Secret Labs LLC 315 Bleecker St #308 New York NY 10014 US F0-AD-4E (hex) Globalscale Technologies, Inc. F0AD4E (base 16) Globalscale Technologies, Inc. 5F, No. 2 Building, Minxing Industrial Park Shenzhen Guangdong 518109 CN 90-3D-5A (hex) Shenzhen Wision Technology Holding Limited 903D5A (base 16) Shenzhen Wision Technology Holding Limited Room 26A, Jinrun Building, N0.6019, Shennan Rd., Futian District Shenzhen Guangdong 518040 CN 7C-A2-9B (hex) D.SignT GmbH & Co. KG 7CA29B (base 16) D.SignT GmbH & Co. KG Marktstraße 10 Kerken 47647 DE A0-40-41 (hex) SAMWONFA Co.,Ltd. A04041 (base 16) SAMWONFA Co.,Ltd. 470-5, Moonhyun2-Dong Busan 608-042 KR 40-40-6B (hex) Icomera 40406B (base 16) Icomera Vikingsgatan 3 Göteborg 41104 SE 6C-22-AB (hex) Ainsworth Game Technology 6C22AB (base 16) Ainsworth Game Technology 10 Holker Street Newington New South Wales 2127 AU 30-18-CF (hex) DEOS control systems GmbH 3018CF (base 16) DEOS control systems GmbH Birkenallee 113 Rheine NRW 48432 DE 08-FA-E0 (hex) Fohhn Audio AG 08FAE0 (base 16) Fohhn Audio AG Hohes Gestade 3-7 Nuertingen BW 72622 DE 58-B9-E1 (hex) Crystalfontz America, Inc. 58B9E1 (base 16) Crystalfontz America, Inc. 12412 E. Saltese Ave. Spokane Valley WA 99216 US 20-D9-06 (hex) Iota, Inc. 20D906 (base 16) Iota, Inc. 2212 Queen Anne Ave. N., #348 Seattle WA 98109 US F4-55-95 (hex) HENGBAO Corporation LTD. F45595 (base 16) HENGBAO Corporation LTD. 8th Floor,Tower B,Xinsheng Mansion No.5 Financial Street, Beijing 100140 CN 1C-3A-4F (hex) AccuSpec Electronics, LLC 1C3A4F (base 16) AccuSpec Electronics, LLC 8140 Hawthorne Drive Erie Pennsylvania 16509 US 9C-4E-20 (hex) Cisco Systems, Inc 9C4E20 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US D8-75-33 (hex) Nokia Corporation D87533 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 98-35-B8 (hex) Assembled Products Corporation 9835B8 (base 16) Assembled Products Corporation 115 E. Linden Rogers Arkansas 72756 US 28-89-15 (hex) CashGuard Sverige AB 288915 (base 16) CashGuard Sverige AB Finlandsgatan 16 Kista 16474 SE 4C-5D-CD (hex) Oy Finnish Electric Vehicle Technologies Ltd 4C5DCD (base 16) Oy Finnish Electric Vehicle Technologies Ltd Majavantie 10 TUUSULA FI-04320 FI 70-D5-7E (hex) Scalar Corporation 70D57E (base 16) Scalar Corporation 1F San-Ei Bldg Shinjuku-ku Tokyo 160-0023 JP B0-E3-9D (hex) CAT SYSTEM CO.,LTD. B0E39D (base 16) CAT SYSTEM CO.,LTD. 3-147-27 Higasi-sinmachi Hirohata-ku Himeji Hyogo 671-1121 JP 7C-2E-0D (hex) Blackmagic Design 7C2E0D (base 16) Blackmagic Design 11 Gateway Court Melbourne Victoria 3207 AU 18-0C-77 (hex) Westinghouse Electric Company, LLC 180C77 (base 16) Westinghouse Electric Company, LLC 1000 Westinghouse Drive Cranberry Township PA 16066 US 68-CA-00 (hex) Octopus Systems Limited 68CA00 (base 16) Octopus Systems Limited 36/F, 148 Electric Road HK E0-58-9E (hex) Laerdal Medical E0589E (base 16) Laerdal Medical Tanke Svilandsgate 30 Stavanger 4002 NO 0C-1D-C2 (hex) SeAH Networks 0C1DC2 (base 16) SeAH Networks 9F, IT Venture Tower East Wing 78 Garak-Dong, Seoul Songpa-gu 138-950 KR 54-75-D0 (hex) Cisco Systems, Inc 5475D0 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 60-89-B7 (hex) KAEL MÜHENDİSLİK ELEKTRONİK TİCARET SANAYİ LİMİTED ŞİRKETİ 6089B7 (base 16) KAEL MÜHENDİSLİK ELEKTRONİK TİCARET SANAYİ LİMİTED ŞİRKETİ Atatürk Mah. 78 sokak ,No:10, Büyükalan Mevkii Izmir Aegean 35175 TR 30-52-5A (hex) NST Co., LTD 30525A (base 16) NST Co., LTD RM301,Daeryung Techno Town 2, 569-21 Seoul 153-771 KR 2C-A7-80 (hex) True Technologies Inc. 2CA780 (base 16) True Technologies Inc. R476, AngelCity 1st, Seongnam, Kyungki 463-862 KR 7C-6F-06 (hex) Caterpillar Trimble Control Technologies 7C6F06 (base 16) Caterpillar Trimble Control Technologies 5475 Kellenburger Rd. Dayton OH 45424 US 60-12-83 (hex) TSB REAL TIME LOCATION SYSTEMS S.L. 601283 (base 16) TSB REAL TIME LOCATION SYSTEMS S.L. Ronda Auguste y Louis Lumière 23, Nave 13 Parque Tecnológico de Valencia Paterna (Valencia) 46980 ES 98-DC-D9 (hex) UNITEC Co., Ltd. 98DCD9 (base 16) UNITEC Co., Ltd. 1-2-1-Shinyokohama Yokohama-shi Kanagawa 222-0033 JP C0-CF-A3 (hex) Creative Electronics & Software, Inc. C0CFA3 (base 16) Creative Electronics & Software, Inc. 650 Sundown Road South Elgin IL 60177 US 94-23-6E (hex) Shenzhen Junlan Electronic Ltd 94236E (base 16) Shenzhen Junlan Electronic Ltd Block C,No.2 Industrial District, Fuyuan, Tangwei,Fuyong, Bao'an Shenzhen Guangdong 518103 CN 10-E6-AE (hex) Source Technologies, LLC 10E6AE (base 16) Source Technologies, LLC 2910 Whitehall Park Drive Charlotte NC 28273 US FC-E1-92 (hex) Sichuan Jinwangtong Electronic Science&Technology Co,.Ltd FCE192 (base 16) Sichuan Jinwangtong Electronic Science&Technology Co,.Ltd No.28,Xinchuang Rd.,West Gaoxin District Chengdu Sichuan 611731 CN 40-8A-9A (hex) TITENG CO., Ltd. 408A9A (base 16) TITENG CO., Ltd. 7Fl. Shindo B/D 10 Garak-dong Seoul 138-160 KR F4-45-ED (hex) Portable Innovation Technology Ltd. F445ED (base 16) Portable Innovation Technology Ltd. 601-602, 6/F Park Building, Kowloon HK 5C-E2-86 (hex) Nortel Networks 5CE286 (base 16) Nortel Networks CARRETERA BASE AEREA # 5850 Zapopan Jalisco 44130 MX 8C-64-0B (hex) Beyond Devices d.o.o. 8C640B (base 16) Beyond Devices d.o.o. Trzaska cesta 515 Brezovica pri Ljubljani SI-1351 SI 94-9C-55 (hex) Alta Data Technologies 949C55 (base 16) Alta Data Technologies 4901 Rockaway Blvd, Building A Rio Rancho NM 87124 US D4-79-C3 (hex) Cameronet GmbH & Co. KG D479C3 (base 16) Cameronet GmbH & Co. KG Elberfelder Strasse 96 Remscheid NRW 42853 DE 70-D5-E7 (hex) Wellcore Corporation 70D5E7 (base 16) Wellcore Corporation 2870 Zanker Road San Jose CA 95134 US 3C-F7-2A (hex) Nokia Corporation 3CF72A (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 54-5F-A9 (hex) Teracom Limited 545FA9 (base 16) Teracom Limited B-84, Sector - 60, Noida Uttar Pradesh 201 301 IN 6C-32-DE (hex) Indieon Technologies Pvt. Ltd. 6C32DE (base 16) Indieon Technologies Pvt. Ltd. 601, Alpha 2, Gigaspace IT Park Pune Maharastra 411014 IN 14-A6-2C (hex) S.M. Dezac S.A. 14A62C (base 16) S.M. Dezac S.A. Vial Sant jordi S/N Viladecavalls Barcelona 08232 ES 54-7F-EE (hex) Cisco Systems, Inc 547FEE (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US AC-EA-6A (hex) GENIX INFOCOMM CO., LTD. ACEA6A (base 16) GENIX INFOCOMM CO., LTD. 2F, Daebo Bldg. #1009-34 Seoul 153-829 KR E0-BC-43 (hex) C2 Microsystems, Inc. E0BC43 (base 16) C2 Microsystems, Inc. 2833 Junction Avenue San Jose California 95134 US 2C-A8-35 (hex) RIM 2CA835 (base 16) RIM 295 Phillip Street Waterloo Ontario N2L 3W8 CA C4-1E-CE (hex) HMI Sources Ltd. C41ECE (base 16) HMI Sources Ltd. 5 Floor, Suite 2, 233 Hsin Yi Road, Section 4 Taipei 10681 TW A8-F4-70 (hex) Fujian Newland Communication Science Technologies Co.,Ltd. A8F470 (base 16) Fujian Newland Communication Science Technologies Co.,Ltd. Newland Science & Technology Park No.1 Rujiang West Rd., Mawei, Fuzhou Fujian 350015 CN 8C-73-6E (hex) FUJITSU LIMITED 8C736E (base 16) FUJITSU LIMITED 403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP B8-64-91 (hex) CK Telecom Ltd B86491 (base 16) CK Telecom Ltd Keji Avenue,Heyuan Hi-tech Development Zone Heyuan Guangdong Province 517000 CN 50-F0-03 (hex) Open Stack, Inc. 50F003 (base 16) Open Stack, Inc. Advanced Research Center #411 Bun-Dang, Seong-Nam Gyung-Gi 463-816 KR DC-49-C9 (hex) CASCO SIGNAL LTD DC49C9 (base 16) CASCO SIGNAL LTD No.489 Xizang Bei Road Shanghai 200071 CN 70-D8-80 (hex) Upos System sp. z o.o. 70D880 (base 16) Upos System sp. z o.o. Sienkiewicza 13 Knurow Slaskie 44-190 PL A0-5D-C1 (hex) TMCT Co., LTD. A05DC1 (base 16) TMCT Co., LTD. 5F-561, #19-11 SanChong Rd. Taipei 115 TW 58-3C-C6 (hex) Omneality Ltd. 583CC6 (base 16) Omneality Ltd. 10B Glossop Road South Croydon Surrey CR2 0PU GB B0-C8-AD (hex) People Power Company B0C8AD (base 16) People Power Company 620 Lowell Ave Palo Alto CA 94301 US 18-17-14 (hex) DAEWOOIS 181714 (base 16) DAEWOOIS 7F Namkwang Centlex Bldg. 440-4 Cheongcheon2-dong Incheon Pupyeong-gu 82 KR F0-EC-39 (hex) Essec F0EC39 (base 16) Essec Schoebroekstraat 48 Paal Limburg 3583 BE 44-6C-24 (hex) Reallin Electronic Co.,Ltd 446C24 (base 16) Reallin Electronic Co.,Ltd 2/F, Building 3, No.202 Zhengzhong Rd, XiHu industry Park Hang Zhou Zhe Jiang 310030 CN 20-46-F9 (hex) Advanced Network Devices (dba:AND) 2046F9 (base 16) Advanced Network Devices (dba:AND) 3820 Ventura Drive Arlington Heights IL 60004 US 48-71-19 (hex) SGB GROUP LTD. 487119 (base 16) SGB GROUP LTD. 13F,No.192,Sec.2,Chung Hsin Rd.,Hsin Tien City Taipei 231 TW 04-FE-7F (hex) Cisco Systems, Inc 04FE7F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US A4-B1-EE (hex) H. ZANDER GmbH & Co. KG A4B1EE (base 16) H. ZANDER GmbH & Co. KG Am Gut Wolf 15 Aachen 52070 DE 84-21-41 (hex) Shenzhen Ginwave Technologies Ltd. 842141 (base 16) Shenzhen Ginwave Technologies Ltd. 4/F,R2-A,High-Tech Industrial Park Shenzhen Guangdong 518057 CN A0-23-1B (hex) TeleComp R&D Corp. A0231B (base 16) TeleComp R&D Corp. 102 SW Orange Blossom Lake City Florida 32025 US B8-A3-E0 (hex) BenRui Technology Co.,Ltd B8A3E0 (base 16) BenRui Technology Co.,Ltd No.3A room A Unit Hongsong Building ShenZhen GuangDong 518000 CN 3C-F5-2C (hex) DSPECIALISTS GmbH 3CF52C (base 16) DSPECIALISTS GmbH Helmholtzstr. 2-9 L Berlin 10587 DE EC-44-76 (hex) Cisco Systems, Inc EC4476 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 6C-18-11 (hex) Decatur Electronics 6C1811 (base 16) Decatur Electronics 715 Bright Street Decatur IL 62522 US F8-E9-68 (hex) Egker Kft. F8E968 (base 16) Egker Kft. Szuglo u. 49. Budapest 1145 HU A8-99-5C (hex) aizo ag A8995C (base 16) aizo ag Brandstrasse 33 Schlieren 8952 CH 40-12-E4 (hex) Compass-EOS 4012E4 (base 16) Compass-EOS 7 Giborei Israel Natanya 42504 IL 54-03-F5 (hex) EBN Technology Corp. 5403F5 (base 16) EBN Technology Corp. 10F, No.90, Sec. 1, Sintai 5th Rd. Sijhih City Taipei County 22102 US 04-C0-5B (hex) Tigo Energy 04C05B (base 16) Tigo Energy 170 Knowles Dr Los Gatos CA 95032 US 80-38-FD (hex) LeapFrog Enterprises, Inc. 8038FD (base 16) LeapFrog Enterprises, Inc. 6401 Holis Street Emeryville CA 94608 US AC-BE-B6 (hex) Visualedge Technology Co., Ltd. ACBEB6 (base 16) Visualedge Technology Co., Ltd. 13FL.-1 No. 716, Zhongzheng Road, Zhonghe City, Taipei County, 23511 TW 2C-91-27 (hex) Eintechno Corporation 2C9127 (base 16) Eintechno Corporation 3359-1, kako, Inami-cho kako-gun hyogo 675-1105 JP AC-58-3B (hex) Human Assembler, Inc. AC583B (base 16) Human Assembler, Inc. 2-1-11-6F Shibuya-ku Tokyo 150-0002 JP E8-E7-76 (hex) Shenzhen Kootion Technology Co., Ltd E8E776 (base 16) Shenzhen Kootion Technology Co., Ltd 3/F, Building #4, XinJianXing Industrial Park Shenzhen Guangdong Province 518108 CN 68-1F-D8 (hex) Siemens Industry, Inc. 681FD8 (base 16) Siemens Industry, Inc. 10670 Treena Street San Diego CA 92131 US 40-01-C6 (hex) 3COM EUROPE LTD 4001C6 (base 16) 3COM EUROPE LTD Peoplebuilding 2 Hemel Hempstead HERTS. HP2 4NW GB 9C-5E-73 (hex) Calibre UK LTD 9C5E73 (base 16) Calibre UK LTD Cornwall House Bradford West Yorkshire BD8 7JS GB 5C-14-37 (hex) Thyssenkrupp Aufzugswerke GmbH 5C1437 (base 16) Thyssenkrupp Aufzugswerke GmbH Bernhaeuser Str.45 Neuhausen a.d.F 73765 DE 9C-55-B4 (hex) I.S.E. S.r.l. 9C55B4 (base 16) I.S.E. S.r.l. Via della Canapiglia 5 Migliarino Pisano PISA 56010 IT 4C-63-EB (hex) Application Solutions (Electronics and Vision) Ltd 4C63EB (base 16) Application Solutions (Electronics and Vision) Ltd The Riverside Centre Lewes East Sussex BN7 2AQ GB 70-2F-97 (hex) Aava Mobile Oy 702F97 (base 16) Aava Mobile Oy Nahkatehtaankatu 2 Oulu 90100 FI 10-CA-81 (hex) PRECIA 10CA81 (base 16) PRECIA Le ruissol VEYRAS PRIVAS 07001 FR 40-A6-A4 (hex) PassivSystems Ltd 40A6A4 (base 16) PassivSystems Ltd Medway House Newbury Berks RG14 2PZ GB 94-BA-31 (hex) Visiontec da Amazônia Ltda. 94BA31 (base 16) Visiontec da Amazônia Ltda. Rod. Geraldo Scavone, 2300 - Galpao 27 Jacareí SP 12305-490 BR B8-94-D2 (hex) Retail Innovation HTT AB B894D2 (base 16) Retail Innovation HTT AB Sjöängsvägen 2 Sollentuna S-192 72 SE B0-E9-7E (hex) Advanced Micro Peripherals B0E97E (base 16) Advanced Micro Peripherals Unit 1 Harrier House Witchford Cambridgeshire CB6 2HY GB F0-C2-4C (hex) Zhejiang FeiYue Digital Technology Co., Ltd F0C24C (base 16) Zhejiang FeiYue Digital Technology Co., Ltd Baoting Industrial Park, 531 Jiaogong Road Hangzhou City Zhejiang Province 310012 CN E4-75-1E (hex) Getinge Sterilization AB E4751E (base 16) Getinge Sterilization AB Box 69 Getinge 31044 SE 9C-5B-96 (hex) NMR Corporation 9C5B96 (base 16) NMR Corporation 3F Esprit Build.,1-3-6 Nishi-Nippori Arakawa-Ku Tokyo 116-0013 JP 60-F1-3D (hex) JABLOCOM s.r.o. 60F13D (base 16) JABLOCOM s.r.o. V Nivach 12 Jablonec nad Nisou 466 01 CZ 50-25-2B (hex) Nethra Imaging Incorporated 50252B (base 16) Nethra Imaging Incorporated 2855 Bowers Ave Santa Clara CA 95051 US F8-81-1A (hex) OVERKIZ F8811A (base 16) OVERKIZ EUROPA 3 Archamps 74160 FR 38-63-F6 (hex) 3NOD MULTIMEDIA(SHENZHEN)CO.,LTD 3863F6 (base 16) 3NOD MULTIMEDIA(SHENZHEN)CO.,LTD F6,Building11,Shenzhen Software Park Shenzhen Guangdong 518057 CN 78-B8-1A (hex) INTER SALES A/S 78B81A (base 16) INTER SALES A/S Stavneagervej 22 Egaa 8250 DK CC-00-80 (hex) BETTINI SRL CC0080 (base 16) BETTINI SRL VIA CESARE BATTISTI 22 CESANO MADERNO MILAN 20031 IT 64-4B-C3 (hex) Shanghai WOASiS Telecommunications Ltd., Co. 644BC3 (base 16) Shanghai WOASiS Telecommunications Ltd., Co. 15F, Software Building, Shanghai 200233 CN 94-2E-63 (hex) Finsécur 942E63 (base 16) Finsécur 52 rue Paul Lescop Nanterre 92000 FR AC-83-17 (hex) Shenzhen Furtunetel Communication Co., Ltd AC8317 (base 16) Shenzhen Furtunetel Communication Co., Ltd F19 building A zhongke plaza Nan yi street high-tech zone, Nanshan District, Shenzhen Guangdong 518057 CN AC-D1-80 (hex) Crexendo Business Solutions, Inc. ACD180 (base 16) Crexendo Business Solutions, Inc. 10201 S. 5st St. Phoenix AZ 85044 US CC-CC-4E (hex) Sun Fountainhead USA. Corp CCCC4E (base 16) Sun Fountainhead USA. Corp 801 S. Garfiled AVE # 236 Los Angeles California 91801 US 68-85-40 (hex) IGI Mobile, Inc. 688540 (base 16) IGI Mobile, Inc. 4F Kyongnam Bldg., Seoul 135-080 KR A0-9A-5A (hex) Time Domain A09A5A (base 16) Time Domain 330 Wynn Drive Huntsville AL 35805 US 64-A8-37 (hex) Juni Korea Co., Ltd 64A837 (base 16) Juni Korea Co., Ltd E603 Bundang Techno-Park 151 Seongnam Gyeonggi 463-760 KR 20-2C-B7 (hex) Kong Yue Electronics & Information Industry (Xinhui) Ltd. 202CB7 (base 16) Kong Yue Electronics & Information Industry (Xinhui) Ltd. Kong Yue Industrial Park, 18 Kongyue Road, Jinguzhou Jiangmen Guangdong 529141 CN 60-9F-9D (hex) CloudSwitch 609F9D (base 16) CloudSwitch 200 Wheeler Rd Burlington MA 01803 US 48-34-3D (hex) IEP GmbH 48343D (base 16) IEP GmbH Am Pferdemarkt 9c Langenhagen Niedersachsen 30853 DE D4-AA-FF (hex) MICRO WORLD D4AAFF (base 16) MICRO WORLD 19370 VAN NESS AVE TORRANCE CA 90501 US 74-E5-37 (hex) RADSPIN 74E537 (base 16) RADSPIN Songpa-gu Garak-dong 78 Seoul 138-950 KR 00-26-E9 (hex) SP Corp 0026E9 (base 16) SP Corp Guro 3-dong ,Guro-gu Seoul 152-780 KR 00-26-EB (hex) Advanced Spectrum Technology Co., Ltd. 0026EB (base 16) Advanced Spectrum Technology Co., Ltd. 1F., No.67 Jhongjheng Rd. Sinjhuang Taiwan 242 TW 00-26-E1 (hex) Stanford University, OpenFlow Group 0026E1 (base 16) Stanford University, OpenFlow Group 353 Serra Mall Stanford CA 94305-9030 US 00-27-17 (hex) CE Digital(Zhenjiang)Co.,Ltd 002717 (base 16) CE Digital(Zhenjiang)Co.,Ltd Wei 3 Road, Dingmao, Eco.Dev.Zone, Zhenjiang 212009 CN 00-27-16 (hex) Adachi-Syokai Co., Ltd. 002716 (base 16) Adachi-Syokai Co., Ltd. 228-2 Hazama Maki Fukuchiyama-shi Kyoto 620-0913 JP 00-26-DC (hex) Optical Systems Design 0026DC (base 16) Optical Systems Design 7/1 Vuko Place Warriewood NSW 2102 AU 00-27-00 (hex) Shenzhen Siglent Technology Co., Ltd. 002700 (base 16) Shenzhen Siglent Technology Co., Ltd. BUILDING A8,TANGLANG INDUSTRIAL ZONE,XILI,NANSHAN Shenzhen Guangdong 518000 CN 00-26-EC (hex) Legrand Home Systems, Inc 0026EC (base 16) Legrand Home Systems, Inc 301 Fulling Mill Rd Middletown PA 17057 US 00-26-D4 (hex) IRCA SpA 0026D4 (base 16) IRCA SpA Viale Venezia 31 - C.P. 248 San Vendemiano (Treviso) Italy 31020 IT 00-26-63 (hex) Shenzhen Huitaiwei Tech. Ltd, co. 002663 (base 16) Shenzhen Huitaiwei Tech. Ltd, co. JianDa Building,501-502 Shenzhen Guangdong 518000 CN 00-26-61 (hex) Irumtek Co., Ltd. 002661 (base 16) Irumtek Co., Ltd. Apt 708 513-22 Joongil Eines Platz Seongnam-City Gyunggi-do 462-120 KR 00-26-5B (hex) Hitron Technologies. Inc 00265B (base 16) Hitron Technologies. Inc No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW 00-26-56 (hex) Sansonic Electronics USA 002656 (base 16) Sansonic Electronics USA 9950 Baldwin Place El Monte Cailfornia 91731 US 00-26-7D (hex) A-Max Technology Macao Commercial Offshore Company Limited 00267D (base 16) A-Max Technology Macao Commercial Offshore Company Limited Avenida Da Praia Grande No. 409 Macau CN 00-26-7C (hex) Metz-Werke GmbH & Co KG 00267C (base 16) Metz-Werke GmbH & Co KG Ohmstrasse 55 Zirndorf 90513 DE 00-26-73 (hex) RICOH COMPANY,LTD. 002673 (base 16) RICOH COMPANY,LTD. 810 Shimoimaizumi Ebina-City Kanagawa-Pref 243-0460 JP 00-26-6D (hex) MobileAccess Networks 00266D (base 16) MobileAccess Networks 8391 Old Courthouse Rd. Vienna VA 22182 US 00-26-C0 (hex) EnergyHub 0026C0 (base 16) EnergyHub 232 3rd St C201 Brooklyn NY 11215 US 00-26-C1 (hex) ARTRAY CO., LTD. 0026C1 (base 16) ARTRAY CO., LTD. 5F Ueno Bldg, 1-17-5 Kouenjikita, Tokyo 166-0002 JP 00-26-BE (hex) Schoonderbeek Elektronica Systemen B.V. 0026BE (base 16) Schoonderbeek Elektronica Systemen B.V. Roggestraat 3-5 Nieuw Vennep Noord Holland 2153GC NL 00-26-B5 (hex) ICOMM Tele Ltd 0026B5 (base 16) ICOMM Tele Ltd 304, Trendset Towers, Hyderabad AP 500034 IN 00-26-8C (hex) StarLeaf Ltd. 00268C (base 16) StarLeaf Ltd. Chaston House, Mill Court Cambridge CB22 5LD GB 00-26-8B (hex) Guangzhou Escene Computer Technology Limited 00268B (base 16) Guangzhou Escene Computer Technology Limited Room 209, No.54-56 Yuehe Building, Huacui Street, Tianhe Industrial Park Guangzhou Guangdong Province 510065 CN 00-26-6F (hex) Coordiwise Technology Corp. 00266F (base 16) Coordiwise Technology Corp. 2F., No.123, Sec. 1, Lioujia 5th Rd. Jhubei City, Hsinchu County 30272 TW 00-26-6E (hex) Nissho-denki Co.,LTD. 00266E (base 16) Nissho-denki Co.,LTD. 3-7-6,chidori ohta Tokyo 146-0083 JP 00-26-C3 (hex) Insightek Corp. 0026C3 (base 16) Insightek Corp. 5F,NO.755,Chung Cheng Rd., Chung Ho City Taipei Hsien 235 TW 00-26-81 (hex) Interspiro AB 002681 (base 16) Interspiro AB Box 2853 Täby 18728 SE 00-26-83 (hex) Ajoho Enterprise Co., Ltd. 002683 (base 16) Ajoho Enterprise Co., Ltd. 7F., No.101, Ruihu St. Taipei 114 TW 00-26-7F (hex) Zenterio AB 00267F (base 16) Zenterio AB Diskettgatan 11B Linköping 58335 SE 00-26-98 (hex) Cisco Systems, Inc 002698 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-26-9B (hex) SOKRAT Ltd. 00269B (base 16) SOKRAT Ltd. Volkonskogo 2 Irkutsk 664007 RU 00-26-A1 (hex) Megger 0026A1 (base 16) Megger 4271 Bronze Way Dallas Texas 75237 US 00-26-44 (hex) Thomson Telecom Belgium 002644 (base 16) Thomson Telecom Belgium Prins Boudewijnlaan 47 Edegem Antwerp B-2650 BE 00-26-46 (hex) SHENYANG TONGFANG MULTIMEDIA TECHNOLOGY COMPANY LIMITED 002646 (base 16) SHENYANG TONGFANG MULTIMEDIA TECHNOLOGY COMPANY LIMITED No.10 Ping Nan East Road Shenyang Liao Ning 110014 CN 00-26-3F (hex) LIOS Technology GmbH 00263F (base 16) LIOS Technology GmbH Schanzenstraße 39 Köln Germany D-51063 DE 00-26-3B (hex) Onbnetech 00263B (base 16) Onbnetech 506, Samsung IT Valley, 197-5 Guro-Gu Seoul 152-848 KR 00-26-58 (hex) T-Platforms (Cyprus) Limited 002658 (base 16) T-Platforms (Cyprus) Limited Themistokli Dervi 3, Julia House Nicosia P.C.-1066 CY 00-26-4C (hex) Shanghai DigiVision Technology Co., Ltd. 00264C (base 16) Shanghai DigiVision Technology Co., Ltd. No. 333 Guangji Rd. Shanghai 200083 CN 00-26-2F (hex) HAMAMATSU TOA ELECTRONICS 00262F (base 16) HAMAMATSU TOA ELECTRONICS 9162-1 HAMAMATSU SIZUOKA 431-2102 JP 00-26-31 (hex) COMMTACT LTD 002631 (base 16) COMMTACT LTD Nahal Snir 10 Yazne 81101 IL 00-25-FB (hex) Tunstall Healthcare A/S 0025FB (base 16) Tunstall Healthcare A/S Stroemmen 6 Noerresundby 9400 DK 00-25-F4 (hex) KoCo Connector AG 0025F4 (base 16) KoCo Connector AG Marienstraße 12 Berlin 10117 DE 00-26-06 (hex) RAUMFELD GmbH 002606 (base 16) RAUMFELD GmbH Reichenberger Str. 124 Berlin 10999 DE 00-26-07 (hex) Enabling Technology Pty Ltd 002607 (base 16) Enabling Technology Pty Ltd 23/44 Kings Park Road West Perth Western Australia 6005 AU 00-26-24 (hex) Thomson Inc. 002624 (base 16) Thomson Inc. 101 West 103rd Street Indianapolis IN 46290 US 00-26-05 (hex) CC Systems AB 002605 (base 16) CC Systems AB Box 83 Alfta 822 22 SE 00-26-02 (hex) SMART Temps LLC 002602 (base 16) SMART Temps LLC 435 PARK PL CIRCLE SUITE 100 Mishawaka IN 46545 US 00-26-1A (hex) Femtocomm System Technology Corp. 00261A (base 16) Femtocomm System Technology Corp. 2F.-2,No.28, Taiyuan St., Jhubei City, Hsinchu Country, 30288 TW 00-26-34 (hex) Infineta Systems, Inc 002634 (base 16) Infineta Systems, Inc 2870 Zanker Rd San Jose CA 95134 US 00-25-99 (hex) Hedon e.d. B.V. 002599 (base 16) Hedon e.d. B.V. Elektronicaweg 15 Delft Zuid Holland 2628 XG NL 00-25-97 (hex) Kalki Communication Technologies 002597 (base 16) Kalki Communication Technologies 4th Floor, Survey. No. 17/1, Outer Ring Road Opp. Prestige Cessna Park Bangalore 560 103 IN 00-25-92 (hex) Guangzhou Shirui Electronic Co., Ltd 002592 (base 16) Guangzhou Shirui Electronic Co., Ltd 301D, No.9, Caipin Road, Guangzhou Guangdong 510663 CN 00-25-94 (hex) Eurodesign BG LTD 002594 (base 16) Eurodesign BG LTD Business Park Sofia, Building 4, Floor 2 Sofia 1113 BG 00-25-9F (hex) TechnoDigital Technologies GmbH 00259F (base 16) TechnoDigital Technologies GmbH Haesslerstraße 8 Erfurt Thuringia 99096 DE 00-25-9D (hex) Private 00259D (base 16) Private 00-25-98 (hex) Zhong Shan City Litai Electronic Industrial Co. Ltd 002598 (base 16) Zhong Shan City Litai Electronic Industrial Co. Ltd No.3 Industrial District, Wuguishan, Cheng gui Road Zhong shan City Guang dong Province 528458 CN 00-25-E3 (hex) Hanshinit Inc. 0025E3 (base 16) Hanshinit Inc. Dong-Won Bld 3F, 395-13, Gal-Ma 2, Seo-Gu Daejeon 302-809 KR 00-25-D4 (hex) General Dynamics Mission Systems 0025D4 (base 16) General Dynamics Mission Systems 150 Rustcraft Road Dedham MA 02026 US 00-25-C2 (hex) RingBell Co.,Ltd. 0025C2 (base 16) RingBell Co.,Ltd. 10586 KingGeorge Hwy Surrey B.C V3T 2X3 CA 00-25-A7 (hex) itron 0025A7 (base 16) itron 5390 Triangle Parkway Norcross GA 30092 US 00-25-A9 (hex) Shanghai Embedway Information Technologies Co.,Ltd 0025A9 (base 16) Shanghai Embedway Information Technologies Co.,Ltd 2F,Building 9,Lujiazui Software Park, No.20,Lane 91,E'Shan Road Shanghai 200127 CN 00-25-CA (hex) LS Research, LLC 0025CA (base 16) LS Research, LLC W66 N220 Commerce Court Cedarburg WI 53012 US 00-25-B4 (hex) Cisco Systems, Inc 0025B4 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-25-B2 (hex) MBDA Deutschland GmbH 0025B2 (base 16) MBDA Deutschland GmbH Hagenauer Forst 27 Schrobenhausen Bavaria 86529 DE 00-25-EF (hex) I-TEC Co., Ltd. 0025EF (base 16) I-TEC Co., Ltd. 7/F,KAWARAMACHI KOYO BLDG.3-4-3,KAWARAMCHI,CHUO-KU, OSAKA 541-0048 JP 00-25-28 (hex) Daido Signal Co., Ltd. 002528 (base 16) Daido Signal Co., Ltd. 6-17-19 Minato-ku TOKYO 105-8650 JP 00-25-26 (hex) Genuine Technologies Co., Ltd. 002526 (base 16) Genuine Technologies Co., Ltd. Klingelnberg Bldg. Yokohama Kanagawa 222-0033 JP 00-25-6B (hex) ATENIX E.E. s.r.l. 00256B (base 16) ATENIX E.E. s.r.l. Via Torricelli, 15/b VERONA VR 37135 IT 00-25-6E (hex) Van Breda B.V. 00256E (base 16) Van Breda B.V. Mercuriusweg 21 Brummen Gelderland 6971 GV NL 00-25-65 (hex) Vizimax Inc. 002565 (base 16) Vizimax Inc. 2284, rue de la Province Longueuil Québec J4G 1G1 CA 00-25-5E (hex) Shanghai Dare Technologies Co.,Ltd. 00255E (base 16) Shanghai Dare Technologies Co.,Ltd. 22F,Info Tech Building, No.1555,Kongjiang Road, Shanghai 200092 CN 00-25-3B (hex) din Dietmar Nocker Facilitymanagement GmbH 00253B (base 16) din Dietmar Nocker Facilitymanagement GmbH Kotzinastrasse 5 Linz Upper Austria 4030 AT 00-25-3D (hex) DRS Consolidated Controls 00253D (base 16) DRS Consolidated Controls 21 South Street Danbury CT 06810-8147 US 00-25-35 (hex) Minimax GmbH & Co KG 002535 (base 16) Minimax GmbH & Co KG Industriestrasse 10/12 Bad Oldesloe SH 23840 DE 00-25-84 (hex) Cisco Systems, Inc 002584 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-25-79 (hex) J & F Labs 002579 (base 16) J & F Labs 1214 W. Boston Post Road Mamaroneck NY 10543 US 00-25-7F (hex) CallTechSolution Co.,Ltd 00257F (base 16) CallTechSolution Co.,Ltd #123,Daewooprugio B/D,344-1, Seogyo-Dong,Mapo-gu Seoul 121-837 KR 00-25-77 (hex) D-BOX Technologies 002577 (base 16) D-BOX Technologies 2172 de la Province Longueuil Quebec J4G 1R7 CA 00-25-72 (hex) Nemo-Q International AB 002572 (base 16) Nemo-Q International AB Box 210 Sollentuna 19123 SE 00-25-29 (hex) COMELIT GROUP S.P.A 002529 (base 16) COMELIT GROUP S.P.A DON ARRIGONI N. 5 SAN LORENZO, ROVETTA BERGAMO 24020 IT 00-25-2A (hex) Chengdu GeeYa Technology Co.,LTD 00252A (base 16) Chengdu GeeYa Technology Co.,LTD 50 Shuxi Road, Chengdu SiChuan 610091 CN 00-25-8A (hex) Pole/Zero Corporation 00258A (base 16) Pole/Zero Corporation 5530 Union Centre Drive West Chester OH 45069 US 00-25-5F (hex) SenTec AG 00255F (base 16) SenTec AG Ringstrasse 39 Therwil 4106 CH 00-24-EC (hex) United Information Technology Co.,Ltd. 0024EC (base 16) United Information Technology Co.,Ltd. 5/F,9th Building,Software Park,2nd Keji-zhong Road,High-Tech Industrial Park Shenzhen Guangdong 518057 CN 00-24-E6 (hex) In Motion Technology Inc. 0024E6 (base 16) In Motion Technology Inc. #350, 625 Agnes Street New Westminster BC V3M 5Y4 CA 00-24-E7 (hex) Plaster Networks 0024E7 (base 16) Plaster Networks 935 Hamilton Avenue Menlo Park CA 94025-1431 US 00-24-E4 (hex) Withings 0024E4 (base 16) Withings 37bis rue du General Leclerc Issy les Moulineaux 92442 FR 00-24-DE (hex) GLOBAL Technology Inc. 0024DE (base 16) GLOBAL Technology Inc. No.168,Shanshan Rd., Wangchun Industrial Park, Ningbo 315176 CN 00-24-DC (hex) Juniper Networks 0024DC (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 00-24-DB (hex) Alcohol Monitoring Systems 0024DB (base 16) Alcohol Monitoring Systems 1241 W. Mineral Avenue Littleton CO 80120 US 00-25-21 (hex) Logitek Electronic Systems, Inc. 002521 (base 16) Logitek Electronic Systems, Inc. 5622 Edgemoor Drive Houston Texas 77081 US 00-25-1F (hex) ZYNUS VISION INC. 00251F (base 16) ZYNUS VISION INC. 1-1-7-1A SAGAMIHARA KANAGAWA 229-0039 JP 00-25-1E (hex) ROTEL TECHNOLOGIES 00251E (base 16) ROTEL TECHNOLOGIES CEVIZLIDERE 14.CD NO:2/19 BALGAT ANKARA 06520 TR 00-25-19 (hex) Viaas Inc 002519 (base 16) Viaas Inc 3175 South Winchester Blvd Campbell CA 95008 US 00-24-D5 (hex) Winward Industrial Limited 0024D5 (base 16) Winward Industrial Limited Rm.7, P Floor, Tower A, HongKong 852 CN 00-24-DD (hex) Centrak, Inc. 0024DD (base 16) Centrak, Inc. 207 Penns Trail Newtown PA 18940 US 00-24-EA (hex) iris-GmbH infrared & intelligent sensors 0024EA (base 16) iris-GmbH infrared & intelligent sensors Ostendstraße 1-14 Berlin 12459 DE 00-24-ED (hex) YT Elec. Co,.Ltd. 0024ED (base 16) YT Elec. Co,.Ltd. Block B,2 Floor ,Bao Ying Industrial District, Wu Lian Lu Shenzhen 518116 CN 00-25-03 (hex) IBM Corp 002503 (base 16) IBM Corp 2051 Mission College Blvd Santa Clara CA 95054 US 00-25-04 (hex) Valiant Communications Limited 002504 (base 16) Valiant Communications Limited 71-1 Shivaji Marg New Delhi Delhi 110015 IN 00-25-13 (hex) CXP DIGITAL BV 002513 (base 16) CXP DIGITAL BV De Reulver 97A Enschede 7544RT NL 00-24-A4 (hex) Siklu Communication 0024A4 (base 16) Siklu Communication 7 Shoham St., , 3rd Floor Petah Tikva 49517 IL 00-24-9A (hex) Beijing Zhongchuang Telecommunication Test Co., Ltd. 00249A (base 16) Beijing Zhongchuang Telecommunication Test Co., Ltd. 12-14,Block C,Beijing International Building,#18,Zhong Guan Cun Nan Road, Beijing 100081 CN 00-24-9E (hex) ADC-Elektronik GmbH 00249E (base 16) ADC-Elektronik GmbH Östingstraße 13b Hamm NRW D-59063 DE 00-24-9F (hex) RIM Testing Services 00249F (base 16) RIM Testing Services 440 Phillip Street Waterloo Ontario N2L 5R9 CA 00-24-C2 (hex) Asumo Co.,Ltd. 0024C2 (base 16) Asumo Co.,Ltd. Oya-Kita 1-3-1 EBINA-CITY KANAGAWA-PREF. 243-0419 JP 00-24-BF (hex) CIAT 0024BF (base 16) CIAT 30, Avenue Jean Falconnier Culoz 01350 FR 00-24-C0 (hex) NTI COMODO INC 0024C0 (base 16) NTI COMODO INC Rm#502, Kangyong Bldg, Sungnam-dong Sungnam-si Kyunggi-do 462-827 KR 00-24-BB (hex) CENTRAL Corporation 0024BB (base 16) CENTRAL Corporation NISSO 17 Bldg.7F 2-14-30 Yokohama Kanagawa 222-0033 JP 00-24-BC (hex) HuRob Co.,Ltd 0024BC (base 16) HuRob Co.,Ltd 2121, Jeongwang-Dong Siheung-Si Gyeonggi-Do 429-793 KR 00-24-AD (hex) Adolf Thies Gmbh & Co. KG 0024AD (base 16) Adolf Thies Gmbh & Co. KG Hauptstraße 76 Göttingen 37083 DE 00-24-A7 (hex) Advanced Video Communications Inc. 0024A7 (base 16) Advanced Video Communications Inc. 633 W 5th Street Los Angeles CA 90017 US 00-24-AB (hex) A7 Engineering, Inc. 0024AB (base 16) A7 Engineering, Inc. 12127 Kirkham Road Suite 101 Poway CA 92064 US 00-24-66 (hex) Unitron nv 002466 (base 16) Unitron nv Franrkijklaan 27 Poperinge W-vl 8970 BE 00-24-5F (hex) Vine Telecom CO.,Ltd. 00245F (base 16) Vine Telecom CO.,Ltd. 191-4, 4F, Anyang-dong, Manan-gu Anyang-si Gyeonggi-do 430-010 KR 00-24-55 (hex) MuLogic BV 002455 (base 16) MuLogic BV Olivier van Noortstraat 4 Schiedam ZH 3124LA NL 00-24-88 (hex) Centre For Development Of Telematics 002488 (base 16) Centre For Development Of Telematics B01, Electronic City, Phase 1 Bangalore Karnataka 560100 IN 00-24-8F (hex) DO-MONIX 00248F (base 16) DO-MONIX #501, Koreana B/D Seongnam-si Gyeonggi-do 82 KP 00-24-79 (hex) Optec Displays, Inc. 002479 (base 16) Optec Displays, Inc. 528 S. 6th Avenue City of Industry California 91746 US 00-24-B7 (hex) GridPoint, Inc. 0024B7 (base 16) GridPoint, Inc. 2801 Clarendon Blvd. Arlington VA 22201 US 00-24-AE (hex) IDEMIA 0024AE (base 16) IDEMIA 18 chaussee Jules Cesar OSNY 95520 FR 00-24-68 (hex) Sumavision Technologies Co.,Ltd 002468 (base 16) Sumavision Technologies Co.,Ltd 6F, Block A2, Power Creative Building,No.1 Shangdi East Road, Haidian District Beijing 100085 CN 00-24-3A (hex) Ludl Electronic Products 00243A (base 16) Ludl Electronic Products 171 Brady Ave Hawthorne NY 10532 US 00-24-39 (hex) Digital Barriers Advanced Technologies 002439 (base 16) Digital Barriers Advanced Technologies 4th Floor Glasgow Lanarkshire G1 2QQ GB 00-24-34 (hex) Lectrosonics, Inc. 002434 (base 16) Lectrosonics, Inc. 581 Laser Rd. Rio Rancho NM 87124 US 00-24-5A (hex) Nanjing Panda Electronics Company Limited 00245A (base 16) Nanjing Panda Electronics Company Limited Zhongshan EastRoad 301, NANJING JIANGSU 210016 CN 00-24-5B (hex) RAIDON TECHNOLOGY, INC. 00245B (base 16) RAIDON TECHNOLOGY, INC. 4F-8, NO.16, Lane 609, Sec.5, Chung-Hsin Rd., San-Chung City Taipei county, 24159 TW 00-24-59 (hex) ABB Automation products GmbH 002459 (base 16) ABB Automation products GmbH Eppelheimer Strasse 82 Heidelberg 69123 DE 00-24-4E (hex) RadChips, Inc. 00244E (base 16) RadChips, Inc. 422 East Vermijo Ave. Colorado Springs CO 80903 US 00-24-0D (hex) OnePath Networks LTD. 00240D (base 16) OnePath Networks LTD. 8 Hartom St Jerusalem 91450 IL 00-24-0B (hex) Virtual Computer Inc. 00240B (base 16) Virtual Computer Inc. 3 LAN Drive Westford MA 01886 US 00-24-02 (hex) Op-Tection GmbH 002402 (base 16) Op-Tection GmbH Borsigstraße 80 Heinsberg Germany 52525 DE 00-24-2F (hex) Micron 00242F (base 16) Micron 8000 S Federal Way Boise ID 83716 US 00-24-26 (hex) NOHMI BOSAI LTD. 002426 (base 16) NOHMI BOSAI LTD. 7-3,Kudan-Minami 4-Chome, Tokyo 102-8277 JP 00-24-18 (hex) Nextwave Semiconductor 002418 (base 16) Nextwave Semiconductor 3610 Valley Centre Dr San Diego CA 92130 US 00-24-12 (hex) Benign Technologies Co, Ltd. 002412 (base 16) Benign Technologies Co, Ltd. 504 room, 5F, South building, Forsafe Tower, Shenzhen Guangdong 518057 CN 00-24-29 (hex) MK MASTER INC. 002429 (base 16) MK MASTER INC. 6F, -1, NO. 110,SEC. 3, JHONGSHAN RD., JHONG-HE CITY, TAIPEI COUNTY 235 TW 00-23-DB (hex) saxnet gmbh 0023DB (base 16) saxnet gmbh Willy-Brandt-Ring 1 Oelsnitz Sachsen 08606 DE 00-23-C8 (hex) TEAM-R 0023C8 (base 16) TEAM-R Gragdanski str.111, A, 9-N St. Petersburg 195265 RU 00-23-EB (hex) Cisco Systems, Inc 0023EB (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-23-EC (hex) Algorithmix GmbH 0023EC (base 16) Algorithmix GmbH Klettgaustrasse 21 Waldshut-Tiengen BW 79761 US 00-23-C1 (hex) Securitas Direct AB 0023C1 (base 16) Securitas Direct AB Angbatsbron 1 Malmö 21120 SE 00-23-AA (hex) HFR, Inc. 0023AA (base 16) HFR, Inc. 5F, Hana EZ Tower Sungnam-si Kyunggi-do 463-870 KR 00-23-A5 (hex) SageTV, LLC 0023A5 (base 16) SageTV, LLC 9800 S. La Cienega Blvd Inglewood CA 90301 US 00-23-9E (hex) Jiangsu Lemote Technology Corporation Limited 00239E (base 16) Jiangsu Lemote Technology Corporation Limited Menglan Industrial Park,Yushan Changshu Jiangsu 215500 CN 00-23-FC (hex) Ultra Stereo Labs, Inc 0023FC (base 16) Ultra Stereo Labs, Inc 181 Bonetti Drive San Luis Obispo CA 93401 US 00-23-BB (hex) Schmitt Industries 0023BB (base 16) Schmitt Industries 2765 NW Nicolai St Portland Oregon 97210 US 00-23-8D (hex) Techno Design Co., Ltd. 00238D (base 16) Techno Design Co., Ltd. 312-2 Aso-gun Kumamoto-ken 861-2401 JP 00-23-87 (hex) ThinkFlood, Inc. 002387 (base 16) ThinkFlood, Inc. 138 Claflin St Belmont MA 02478 US 00-23-84 (hex) GGH Engineering s.r.l. 002384 (base 16) GGH Engineering s.r.l. Via Agucchi 84/2 Bologna 40133 IT 00-23-91 (hex) Maxian 002391 (base 16) Maxian 21th Fl. KINS tower, 25-1 Seongnam-city Gyeonggi-do 463-847 KR 00-23-92 (hex) Proteus Industries Inc. 002392 (base 16) Proteus Industries Inc. 340 Pioneer Way Mountain View CA 94041 US 00-23-93 (hex) AJINEXTEK 002393 (base 16) AJINEXTEK 9-3, Holimdong, Dalseogu Daegu 704-240 KR 00-23-7F (hex) PLANTRONICS, INC. 00237F (base 16) PLANTRONICS, INC. 345 ENCINAL STREET SANTA CRUZ CA 95060 US 00-23-6F (hex) DAQ System 00236F (base 16) DAQ System Rm 913, SungNam Woolim Lions VAlley I, 311-3 Sungnam-Si Kyunggi-Do, 462-806 KR 00-23-30 (hex) DIZIPIA, INC. 002330 (base 16) DIZIPIA, INC. 15th Floor, East Wing, IT Venture Tower Seoul 138160 KR 00-23-69 (hex) Cisco-Linksys, LLC 002369 (base 16) Cisco-Linksys, LLC 121 Theory Drive Irvine California 92612 US 00-22-F8 (hex) PIMA Electronic Systems Ltd. 0022F8 (base 16) PIMA Electronic Systems Ltd. 5 Hatzoref St. Holon 58856 IL 00-23-1C (hex) Fourier Systems Ltd. 00231C (base 16) Fourier Systems Ltd. 16 Hamelacha St Rosh Haayin 48091 IL 00-23-1D (hex) Deltacom Electronics Ltd 00231D (base 16) Deltacom Electronics Ltd 2F,ZIT,7km Tzarigradsko Shose Sofia Sofia-grad 1784 BG 00-22-D7 (hex) Nintendo Co., Ltd. 0022D7 (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 00-22-D6 (hex) Cypak AB 0022D6 (base 16) Cypak AB P.O. BOX 2332 Stockholm 103 18 SE 00-22-D0 (hex) Polar Electro Oy 0022D0 (base 16) Polar Electro Oy Professorintie 5 Kempele Oulu 90440 FI 00-23-0A (hex) ARBURG GmbH & Co KG 00230A (base 16) ARBURG GmbH & Co KG Arthur Hehl Straße Lossburg D-72290 DE 00-22-C3 (hex) Zeeport Technology Inc. 0022C3 (base 16) Zeeport Technology Inc. 1F,No231,Xianzheng 2nd Rd. HsinChu Taiwan 300 TW 00-23-16 (hex) KISAN ELECTRONICS CO 002316 (base 16) KISAN ELECTRONICS CO 317-15 SEOUNG-DONG GU SEOUL 133-123 KR 00-23-0F (hex) Hirsch Electronics Corporation 00230F (base 16) Hirsch Electronics Corporation 1900 Carnegie, Bldg. B Santa Ana CA 92705 US 00-23-2D (hex) SandForce 00232D (base 16) SandForce 12950 Saratoga Ave. Saratoga California 95070-4658 US 00-23-23 (hex) Zylin AS 002323 (base 16) Zylin AS Auglendsdalen 78 Stavanger 4017 NO 00-22-DE (hex) OPPO Digital, Inc. 0022DE (base 16) OPPO Digital, Inc. 2629B Terminal Blvd Mountain View CA 94043 US 00-22-F1 (hex) Private 0022F1 (base 16) Private 00-22-A2 (hex) Xtramus Technologies 0022A2 (base 16) Xtramus Technologies 5th Fl., No. 102, Lide St., Zhonghe City Taipei County 235 TW 00-22-9E (hex) Social Aid Research Co., Ltd. 00229E (base 16) Social Aid Research Co., Ltd. South 3, West 10, Chuo-ku Sapporo Hokkaido 060-0063 JP 00-22-85 (hex) NOMUS COMM SYSTEMS 002285 (base 16) NOMUS COMM SYSTEMS 601, Gunjan Tower, Baroda Gujarat 390023 IN 00-22-81 (hex) Daintree Networks Pty 002281 (base 16) Daintree Networks Pty 1 Dalmore Drive Scoresby Victoria 3179 AU 00-22-55 (hex) Cisco Systems, Inc 002255 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-22-4E (hex) SEEnergy Corp. 00224E (base 16) SEEnergy Corp. 4F, No.61, Dongsing RD. Taipei 110 TW 00-22-87 (hex) Titan Wireless LLC 002287 (base 16) Titan Wireless LLC 3914 Gattis School Rd Round Rock Texas 78664 US 00-22-88 (hex) Sagrad, Inc. 002288 (base 16) Sagrad, Inc. 751 North Drive Melbourne FL 32934 US 00-22-73 (hex) Techway 002273 (base 16) Techway Rm 1002, Daehyun Techno World Bd, Uiwang-Si, Kyungki-Do 437-820 KR 00-22-6B (hex) Cisco-Linksys, LLC 00226B (base 16) Cisco-Linksys, LLC 121 Theory Drive Irvine California 92612 US 00-22-67 (hex) Nortel Networks 002267 (base 16) Nortel Networks 2221 Lakeside Blvd Richardson TX 75081 US 00-22-95 (hex) SGM Technology for lighting spa 002295 (base 16) SGM Technology for lighting spa Via Pio La Torre 1 Tavullia PU 61010 IT 00-22-5A (hex) Garde Security AB 00225A (base 16) Garde Security AB Box 78 Soderhamn S-826 22 SE 00-22-42 (hex) Alacron Inc. 002242 (base 16) Alacron Inc. 71 Spit Brook Rd. Nashua NH 03060 US 00-22-34 (hex) Corventis Inc. 002234 (base 16) Corventis Inc. 1410 Energy Park Dr. Suite #1 St. Paul Minnesota 55108 US 00-21-F7 (hex) HPN Supply Chain 0021F7 (base 16) HPN Supply Chain 8000 Foothills Blvd Roseville CA 95747 US 00-21-F4 (hex) INRange Systems, Inc 0021F4 (base 16) INRange Systems, Inc 3316 5th Avenue, Suite 100 Altoona PA 16602 US 00-21-F5 (hex) Western Engravers Supply, Inc. 0021F5 (base 16) Western Engravers Supply, Inc. 17621 N Black Canyon Highway Phoenix AZ 85023 US 00-22-32 (hex) Design Design Technology Ltd 002232 (base 16) Design Design Technology Ltd Unit 9, Ash Road South Wrexham North Wales LL13 9UG GB 00-22-2B (hex) Nucomm, Inc. 00222B (base 16) Nucomm, Inc. 101 Bilby Road Hackettstown NJ 07840 US 00-22-26 (hex) Avaak, Inc. 002226 (base 16) Avaak, Inc. 9645 Scranton Rd., Suitie 110 San Diego CA 92121 US 00-22-21 (hex) ITOH DENKI CO,LTD. 002221 (base 16) ITOH DENKI CO,LTD. 1146-2, Asazuma-cho Kasai Hyogo 679-0180 JP 00-22-1D (hex) Freegene Technology LTD 00221D (base 16) Freegene Technology LTD 3/F ,C BLDG,Weipengda Industrial Park Shenzhen Gongdong 518109 CN 00-22-24 (hex) Good Will Instrument Co., Ltd. 002224 (base 16) Good Will Instrument Co., Ltd. No. 7-1 Jhongsing Road, Taipei 236 TW 00-22-45 (hex) Leine & Linde AB 002245 (base 16) Leine & Linde AB Box 8 Strängnäs Södermanland SE-645 21 SE 00-22-49 (hex) HOME MULTIENERGY SL 002249 (base 16) HOME MULTIENERGY SL Capitán HAYA 1 MADRID 28020 ES 00-22-40 (hex) Universal Telecom S/A 002240 (base 16) Universal Telecom S/A Avenida Paulista, 2444 - 17 andar São Paulo 01310-300 BR 00-22-0F (hex) MoCA (Multimedia over Coax Alliance) 00220F (base 16) MoCA (Multimedia over Coax Alliance) 90 Inverness Circle East Englewood CA 94583 US 00-22-0A (hex) OnLive, Inc 00220A (base 16) OnLive, Inc 1091 N Shoreline Blvd Mountainview California 94043 US 00-22-03 (hex) Glensound Electronics Ltd 002203 (base 16) Glensound Electronics Ltd 1 - 6 Brooks Place Maidstone Kent ME17 1UN GB 00-22-04 (hex) KORATEK 002204 (base 16) KORATEK Geumjeong-dong Gunpo-si Gyeonggi-do 435-825 KR 00-21-FF (hex) Cyfrowy Polsat SA 0021FF (base 16) Cyfrowy Polsat SA Łubinowa Warsaw Mazowieckie 03-878 PL 00-21-E4 (hex) I-WIN 0021E4 (base 16) I-WIN 27 Rue des Econdeaux EPINAY SUR SEINE Seine Saint Denis 93800 FR 00-21-E5 (hex) Display Solution AG 0021E5 (base 16) Display Solution AG Talhofstraße 32a Gilching D 82205 DE 00-22-1B (hex) Morega Systems 00221B (base 16) Morega Systems 5770 Hurontario Street Mississauga Ontario L5R 3G5 CA 00-21-B2 (hex) Fiberblaze A/S 0021B2 (base 16) Fiberblaze A/S Kildevangsvej 9 Roskilde 4000 DK 00-21-AC (hex) Infrared Integrated Systems Ltd 0021AC (base 16) Infrared Integrated Systems Ltd Park Circle, Tithe Barn Way Northampton Northants NN4 9BG GB 00-21-8E (hex) MEKICS CO., LTD. 00218E (base 16) MEKICS CO., LTD. Industrial Zone 861-10, Taegye-Dong Chunchon Kangwon 200-944 KR 00-21-8F (hex) Avantgarde Acoustic Lautsprechersysteme GmbH 00218F (base 16) Avantgarde Acoustic Lautsprechersysteme GmbH Nibelungenstraße 349 Lautertal - Reichenbach Hessen D-64686 DE 00-21-7E (hex) Telit Communication s.p.a 00217E (base 16) Telit Communication s.p.a Via stazione di prosecco 5B SGONICO Trieste 34010 IT 00-21-87 (hex) Imacs GmbH 002187 (base 16) Imacs GmbH Mittelfeldstrasse 25 Kornwestheim Germany D-70806 DE 00-21-81 (hex) Si2 Microsystems Limited 002181 (base 16) Si2 Microsystems Limited No 84, Sy No 150, EPIP, Whitefield Industrial Area Bangalore Karnataka 560066 IN 00-21-C2 (hex) GL Communications Inc 0021C2 (base 16) GL Communications Inc 818 West Diamond Ave Gaithersburg MD 20878 US 00-21-E2 (hex) visago Systems & Controls GmbH & Co. KG 0021E2 (base 16) visago Systems & Controls GmbH & Co. KG Neuwiesenstraße 20 Weilheim an der Teck D-73235 DE 00-21-DD (hex) Northstar Systems Corp 0021DD (base 16) Northstar Systems Corp 5F, No.200 Gang Qian Rd Taipei 114 TW 00-21-D5 (hex) X2E GmbH 0021D5 (base 16) X2E GmbH Raiffeisenstrasse 9 Winden Rheinland-Pfalz 76872 DE 00-21-A2 (hex) EKE-Electronics Ltd. 0021A2 (base 16) EKE-Electronics Ltd. Piispanportti 7 ESPOO 02240 FI 00-21-C9 (hex) Wavecom Asia Pacific Limited 0021C9 (base 16) Wavecom Asia Pacific Limited 201 Bio-Informatics Centre, No.2 Science Park West Ave HK 00-21-4A (hex) Pixel Velocity, Inc 00214A (base 16) Pixel Velocity, Inc 3917 Research Park Dr. Ann Arbor MI 48108 US 00-21-46 (hex) Sanmina-SCI 002146 (base 16) Sanmina-SCI 13000 South Memorial Parkway Huntsville AL 35803 US 00-21-6E (hex) Function ATI (Huizhou) Telecommunications Co., Ltd. 00216E (base 16) Function ATI (Huizhou) Telecommunications Co., Ltd. No. 8, Huitai Road, Huitai Industrial Zone Huizhou City Guangdong Province 516006 CN 00-21-6D (hex) Soltech Co., Ltd. 00216D (base 16) Soltech Co., Ltd. #30-3,3F Yongsan Ku Seoul 140837 KR 00-21-65 (hex) Presstek Inc. 002165 (base 16) Presstek Inc. 55 Executive Drive Hudson New Hampshire 03051 US 00-21-1F (hex) SHINSUNG DELTATECH CO.,LTD. 00211F (base 16) SHINSUNG DELTATECH CO.,LTD. 44-10 CHANGWON-CITY KYUNGNAM-DO 641-290 KR 00-21-24 (hex) Optos Plc 002124 (base 16) Optos Plc Queensferry House Dunfermline Fife KY11 8GR GB 00-21-33 (hex) Building B, Inc 002133 (base 16) Building B, Inc 1000 NW 65th Street, Suite 300 Ft. Lauderdale FL 33309 US 00-21-34 (hex) Brandywine Communications 002134 (base 16) Brandywine Communications 1153 Warner Ave Tustin CA 92780 US 00-21-3A (hex) Winchester Systems Inc. 00213A (base 16) Winchester Systems Inc. 101 Billerica Avenue Billerica, MA 01862 US 00-21-2E (hex) dresden-elektronik 00212E (base 16) dresden-elektronik Enno-Heidebroek-Str. 12 Dresden Saxony D-01237 DE 00-21-30 (hex) Keico Hightech Inc. 002130 (base 16) Keico Hightech Inc. Ace twin tower I, 12th Fl. Seoul 152-050 KR 00-21-5B (hex) SenseAnywhere 00215B (base 16) SenseAnywhere Lisztlaan 2 Roosendaal 4702 KJ NL 00-21-4E (hex) GS Yuasa Power Supply Ltd. 00214E (base 16) GS Yuasa Power Supply Ltd. 1, Inobanba-cho, Nishinosho, Kisshoin, Minami-ku, Kyoto 601-8520 JP 00-21-42 (hex) Advanced Control Systems doo 002142 (base 16) Advanced Control Systems doo Bulevar Zorana Djindjica 8a Belgrade Serbia 11070 YU 00-1F-FA (hex) Coretree, Co, Ltd 001FFA (base 16) Coretree, Co, Ltd #502 IT Venture Town, 694 Daejeon 305-510 KR 00-1F-F5 (hex) Kongsberg Defence & Aerospace 001FF5 (base 16) Kongsberg Defence & Aerospace Olav Brunborgs vei 6 Billingstad 1396 NO 00-1F-F2 (hex) VIA Technologies, Inc. 001FF2 (base 16) VIA Technologies, Inc. 1F, 531, Chung-Cheng Road Hsin-Tien Taipei 231 TW 00-21-01 (hex) Aplicaciones Electronicas Quasar (AEQ) 002101 (base 16) Aplicaciones Electronicas Quasar (AEQ) C/Rey Pastor 40 Leganes Madrid 28914 ES 00-21-03 (hex) GHI Electronics, LLC 002103 (base 16) GHI Electronics, LLC 35555 Garfield Rd. Clinton Township MI 48035 US 00-1F-F8 (hex) Siemens AG, Sector Industry, Drive Technologies, Motion Control Systems 001FF8 (base 16) Siemens AG, Sector Industry, Drive Technologies, Motion Control Systems Frauenauracherstraße 80 Erlangen Bavaria 91056 DE 00-1F-D0 (hex) GIGA-BYTE TECHNOLOGY CO.,LTD. 001FD0 (base 16) GIGA-BYTE TECHNOLOGY CO.,LTD. Pin-Jen Taoyuan 324 TW 00-1F-D1 (hex) OPTEX CO.,LTD. 001FD1 (base 16) OPTEX CO.,LTD. 5-8-12 Otsu Shiga 520-0101 JP 00-1F-C9 (hex) Cisco Systems, Inc 001FC9 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1F-DC (hex) Mobile Safe Track Ltd 001FDC (base 16) Mobile Safe Track Ltd Niemenkatu 73 15149 Lahti FI 00-1F-D6 (hex) Shenzhen Allywll 001FD6 (base 16) Shenzhen Allywll Kejiyuan Nanshan Shenzhen Guangdong 518057 CN 00-21-17 (hex) Tellord 002117 (base 16) Tellord Gurogu Gurodong 170-5 Woolim e-Biz Center 709 Seoul 152-050 KR 00-21-0F (hex) Cernium Corp 00210F (base 16) Cernium Corp 1943 Isaac Newton Sq Reston VA 20190 US 00-1F-F1 (hex) Paradox Hellas S.A. 001FF1 (base 16) Paradox Hellas S.A. 3 Korinthoy St Athens Attiki 14451 GR 00-1F-E6 (hex) Alphion Corporation 001FE6 (base 16) Alphion Corporation 196 Princeton Hightstown Rd. Princeton Junction NJ 08550 US 00-1F-CF (hex) MSI Technology GmbH 001FCF (base 16) MSI Technology GmbH Hanauer Landstraße 328-330 Frankfurt am Main Hessen 60314 DE 00-1F-9C (hex) LEDCO 001F9C (base 16) LEDCO 47801 W Anchor Court Plymouth MI 48170 US 00-1F-90 (hex) Actiontec Electronics, Inc 001F90 (base 16) Actiontec Electronics, Inc 3301 Olcott St. Santa Clara CA 95054 US 00-1F-91 (hex) DBS Lodging Technologies, LLC 001F91 (base 16) DBS Lodging Technologies, LLC 21196 Limber Mission Viejo CA 92692 US 00-1F-98 (hex) DAIICHI-DENTSU LTD. 001F98 (base 16) DAIICHI-DENTSU LTD. OOMORI 690-1 KANI GIFU 509-0238 JP 00-1F-93 (hex) Xiotech Corporation 001F93 (base 16) Xiotech Corporation 6455 Flying Cloud Drive Eden Prairie MN 55344 US 00-1F-51 (hex) HD Communications Corp 001F51 (base 16) HD Communications Corp 2180 Fifth Ave Ronkonkoma NY 11779 US 00-1F-53 (hex) GEMAC Chemnitz GmbH 001F53 (base 16) GEMAC Chemnitz GmbH Zwickauer Straße 227 Chemnitz Sachsen 09116 DE 00-1F-50 (hex) Swissdis AG 001F50 (base 16) Swissdis AG Grasweg 7 Schwarzhaeusern BE 4911 CH 00-1F-4C (hex) Roseman Engineering Ltd 001F4C (base 16) Roseman Engineering Ltd 65 Weizman Street Givataim Israel 53468 IL 00-1F-A9 (hex) Atlanta DTH, Inc. 001FA9 (base 16) Atlanta DTH, Inc. 5388 New Peachtree Rd Chamblee GA 30341 US 00-1F-A3 (hex) T&W Electronics(Shenzhen)Co.,Ltd. 001FA3 (base 16) T&W Electronics(Shenzhen)Co.,Ltd. 2F,Baiying Building, No.1019, ShenZhen GuangDong 518067 CN 00-1F-A2 (hex) Datron World Communications, Inc. 001FA2 (base 16) Datron World Communications, Inc. 3030 Enterprise Court Vista California 92081 US 00-1F-70 (hex) Botik Technologies LTD 001F70 (base 16) Botik Technologies LTD Trudovaya, 1 Pereslavl-Zalessky Yaroslavskaya 152020 RU 00-1F-64 (hex) Beijing Autelan Technology Inc. 001F64 (base 16) Beijing Autelan Technology Inc. Room B-12B01, Keshi Plaza, Xinxi road, Beijing 100085 CN 00-1F-6D (hex) Cisco Systems, Inc 001F6D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1F-24 (hex) DIGITVIEW TECHNOLOGY CO., LTD. 001F24 (base 16) DIGITVIEW TECHNOLOGY CO., LTD. NO. 14-22, TIAN-FU , TAIPEI COUNTY 237 TW 00-1F-21 (hex) Inner Mongolia Yin An Science & Technology Development Co.,L 001F21 (base 16) Inner Mongolia Yin An Science & Technology Development Co.,L YinAn Building Yiwei Road.RuYi Beijing 010010 CN 00-1F-22 (hex) Source Photonics, Inc. 001F22 (base 16) Source Photonics, Inc. 20550 Nordhoff Street Chatsworth CA 91311 US 00-1F-1D (hex) Atlas Material Testing Technology LLC 001F1D (base 16) Atlas Material Testing Technology LLC 4114 N. Ravenswood Ave. Chicago IL 60613 US 00-1F-15 (hex) Bioscrypt Inc 001F15 (base 16) Bioscrypt Inc 505 Cochrane Drive Markham Ontario L3R 8E3 CA 00-1F-2B (hex) Orange Logic 001F2B (base 16) Orange Logic #706 AceTechnoTower 10-cha,470-5 SEOUL 153-789 KR 00-1F-2A (hex) ACCM 001F2A (base 16) ACCM Obour Industrial City, Industrial zone A, lot14, block 12006. Cairo EG 00-1F-30 (hex) Travelping 001F30 (base 16) Travelping Chemnitz Saxony 09113 DE 00-1F-48 (hex) Mojix Inc. 001F48 (base 16) Mojix Inc. 11075 Santa Monica Blvd. Los Angeles Ca 90025 US 00-1F-3E (hex) RP-Technik e.K. 001F3E (base 16) RP-Technik e.K. Hermann-Staudinger-Str. 10-16 Rodgau Hessen 63110 DE 00-1E-F0 (hex) Gigafin Networks 001EF0 (base 16) Gigafin Networks 19050 Pruneridge Cupertino CA 95014 US 00-1E-F2 (hex) Micro Motion Inc 001EF2 (base 16) Micro Motion Inc 7070 Winchester Circle Boulder CO 80301 US 00-1F-37 (hex) Genesis I&C 001F37 (base 16) Genesis I&C #515 lisantekeunotaun Goyang Gyeonggi 410-722 KR 00-1F-2C (hex) Starbridge Networks 001F2C (base 16) Starbridge Networks 3265 Meridian Parkway Weston FL 33331 US 00-1F-31 (hex) Radiocomp 001F31 (base 16) Radiocomp Krakesvej 17 Hilleroed Copenhagen 3400 DK 00-1F-12 (hex) Juniper Networks 001F12 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 00-1E-EA (hex) Sensor Switch, Inc. 001EEA (base 16) Sensor Switch, Inc. 900 Northrop Road Wallingford CT 06492 US 00-1F-04 (hex) Granch Ltd. 001F04 (base 16) Granch Ltd. 40 Koroleva str. Novosibirsk NSO 630015 RU 00-1E-94 (hex) SUPERCOM TECHNOLOGY CORPORATION 001E94 (base 16) SUPERCOM TECHNOLOGY CORPORATION 8F, NO 100-1, Ming-Chuan Rd. Shing Tien Taipei 231 TW 00-1E-8F (hex) CANON INC. 001E8F (base 16) CANON INC. 3-30-2 Ohta-Ku Tokyo 146-8501 JP 00-1E-A5 (hex) ROBOTOUS, Inc. 001EA5 (base 16) ROBOTOUS, Inc. Nex Center-201(Lab.), SK n Technopark Seongnam-si Gyeonggi-do 462-120 KR 00-1E-A7 (hex) Actiontec Electronics, Inc 001EA7 (base 16) Actiontec Electronics, Inc 3301 Olcott St. Santa Clara CA 95054 US 00-1E-A0 (hex) XLN-t 001EA0 (base 16) XLN-t Hoogstraat 52 Putte Antwerp B2580 BE 00-1E-98 (hex) GreenLine Communications 001E98 (base 16) GreenLine Communications Alrabiah - Alrabeea Street Amman Central Region 11953 JO 00-1E-9A (hex) HAMILTON Bonaduz AG 001E9A (base 16) HAMILTON Bonaduz AG Via Crusch 8 Bonaduz Graubuenden 7402 CH 00-1E-DF (hex) Master Industrialization Center Kista 001EDF (base 16) Master Industrialization Center Kista Torshamnsgatan 36 Stockholm SE-164 80 SE 00-1E-E3 (hex) T&W Electronics (ShenZhen) Co.,Ltd 001EE3 (base 16) T&W Electronics (ShenZhen) Co.,Ltd 2F Baiying Building, No.19, NanhaiRd., Nanshan Dist ShenZhen GuangDong 518052 CN 00-1E-D9 (hex) Mitsubishi Precision Co.,LTd. 001ED9 (base 16) Mitsubishi Precision Co.,LTd. 345 KAMIMACHIYA KAMAKURA-City KANAGAWA-Prefecture 247-8505 JP 00-1E-D3 (hex) Dot Technology Int'l Co., Ltd. 001ED3 (base 16) Dot Technology Int'l Co., Ltd. Unit 1001, Fourseas Building 208-212, Nathan Road Kowloon HK 00-1E-A6 (hex) Best IT World (India) Pvt. Ltd. 001EA6 (base 16) Best IT World (India) Pvt. Ltd. 87/70/93 Mistry Industrial Complex, Mumbai Maharashtra 400093 IN 00-1E-83 (hex) LAN/MAN Standards Association (LMSC) 001E83 (base 16) LAN/MAN Standards Association (LMSC) C/O IEEE Standards Association Piscataway NJ 08855-1331 US 00-1E-7C (hex) Taiwick Limited 001E7C (base 16) Taiwick Limited 5/F., Block E, Hing Yip Factory Bldg., Hong Kong China 852 HK 00-1E-CF (hex) PHILIPS ELECTRONICS UK LTD 001ECF (base 16) PHILIPS ELECTRONICS UK LTD PHILIPS CENTRE GUILDFORD SURREY GU2 8XH GB 00-1E-22 (hex) ARVOO Imaging Products BV 001E22 (base 16) ARVOO Imaging Products BV Tasveld 13 Montfoort UT 3417 XS NL 00-1E-1A (hex) Best Source Taiwan Inc. 001E1A (base 16) Best Source Taiwan Inc. 2F, No.16, Lane 56, Jhongjheng W. Rd., Jhubei City, Hsinchu County 302 TW 00-1E-19 (hex) GTRI 001E19 (base 16) GTRI M/S 0821 Atlanta GA 30332 US 00-1E-14 (hex) Cisco Systems, Inc 001E14 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1E-44 (hex) SANTEC 001E44 (base 16) SANTEC An der Strusbek 31 Ahrensburg Schleswig Holstein 22926 DE 00-1E-62 (hex) Siemon 001E62 (base 16) Siemon 27 Siemon Company Drive Watertown CT 06795 US 00-1E-5C (hex) RB GeneralEkonomik 001E5C (base 16) RB GeneralEkonomik Bulevar despota stefana 59a Beograd Serbia 11000 YU 00-1E-5D (hex) Holosys d.o.o. 001E5D (base 16) Holosys d.o.o. Kovinska 4 Zagreb 10090 HR 00-1E-78 (hex) Owitek Technology Ltd., 001E78 (base 16) Owitek Technology Ltd., No.2, Lane 78, Cingshan 6th St., Taoyuan County 32657 TW 00-1E-7A (hex) Cisco Systems, Inc 001E7A (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1E-27 (hex) SBN TECH Co.,Ltd. 001E27 (base 16) SBN TECH Co.,Ltd. #706 Industrial Academic Center, Konkuk University, Hwayang-dong, Gwangjin-gu Seoul 143-701 KR 00-1E-60 (hex) Digital Lighting Systems, Inc 001E60 (base 16) Digital Lighting Systems, Inc 12302 Sw 128th ct, #105 Miami FL 33186 US 00-1E-6C (hex) Opaque Systems 001E6C (base 16) Opaque Systems 4820 Fisher Road Athens OH 45701 US 00-1E-2F (hex) DiMoto Pty Ltd 001E2F (base 16) DiMoto Pty Ltd 7 Meljaren Place Buderim Queensland 4556 AU 00-1E-36 (hex) IPTE 001E36 (base 16) IPTE Geleenlaan 5 Genk Limburg 3600 BE 00-1D-A7 (hex) Seamless Internet 001DA7 (base 16) Seamless Internet 2050 Russett Way Suite 338 Carson City Nevada 89703 US 00-1D-A5 (hex) WB Electronics 001DA5 (base 16) WB Electronics Langelandsvej 1A Herning Herning 7400 DK 00-1D-A8 (hex) Takahata Electronics Co.,Ltd 001DA8 (base 16) Takahata Electronics Co.,Ltd 1188,Kubota,Kubota-machi Yonezawa-shi Yamagata-Pref. 992-0003 JP 00-1D-A9 (hex) Castles Technology, Co., LTD 001DA9 (base 16) Castles Technology, Co., LTD 2F, No.205, Sec 3 Beishin Rd., Hsin-Tien City Taipei 231 TW 00-1D-CB (hex) Exéns Development Oy 001DCB (base 16) Exéns Development Oy Kauppakatu 36 Kajaani Kainuu 87100 FI 00-1D-CA (hex) PAV Electronics Limited 001DCA (base 16) PAV Electronics Limited 7 Laverock Road Airdrie Lanarkshire ML6 7UD GB 00-1D-C2 (hex) XORTEC OY 001DC2 (base 16) XORTEC OY Höytämöntie 6 Lempäälä Pirkanmaa 33880 FI 00-1E-0E (hex) MAXI VIEW HOLDINGS LIMITED 001E0E (base 16) MAXI VIEW HOLDINGS LIMITED Suite 2302,23/F Great Eagle Centre, 23 Harbour Road, Wanchai Hong Kong CN 00-1E-0F (hex) Briot International 001E0F (base 16) Briot International 2 rue roger Bonnet Pont de l'Arche Eure 27340 FR 00-1D-E3 (hex) Intuicom 001DE3 (base 16) Intuicom 4900 Nautilus CT N Boulder CO 80301 US 00-1D-DE (hex) Zhejiang Broadcast&Television Technology Co.,Ltd. 001DDE (base 16) Zhejiang Broadcast&Television Technology Co.,Ltd. Building No.16,Xidoumen Industry Park,Wenyi Road, Hangzhou Zhejiang 310012 CN 00-1D-E5 (hex) Cisco Systems, Inc 001DE5 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1D-EC (hex) Marusys 001DEC (base 16) Marusys Eunsung Bldg. 5F Seoul 135-763 KR 00-1D-E8 (hex) Nikko Denki Tsushin Corporation(NDTC) 001DE8 (base 16) Nikko Denki Tsushin Corporation(NDTC) 440 Kamoshida-town, Aoba-ku Yokohama 227-0033 JP 00-1D-DA (hex) Mikroelektronika spol. s r. o. 001DDA (base 16) Mikroelektronika spol. s r. o. Dráby 849 Vysoké Mýto CZ 566 01 CZ 00-1D-B0 (hex) FuJian HengTong Information Technology Co.,Ltd 001DB0 (base 16) FuJian HengTong Information Technology Co.,Ltd No.14-804,Building 2,JinXiuFuCheng,No.338,HuaLin Road FuZhou City FuJian Province 350001 CN 00-1D-B8 (hex) Intoto Inc. 001DB8 (base 16) Intoto Inc. 3100 De La Cruz Blvd. #300 Santa Clara CA 95054 US 00-1D-F5 (hex) Sunshine Co,LTD 001DF5 (base 16) Sunshine Co,LTD 1-3-5 Kojimachi TOKYO Kanto region 102-0083 JP 00-1D-F0 (hex) Vidient Systems, Inc. 001DF0 (base 16) Vidient Systems, Inc. 4000 Burton Drive Santa Clara CA 94054 US 00-1D-FE (hex) Palm, Inc 001DFE (base 16) Palm, Inc 950 West Maude Ave Sunnyvale CA 94085 US 00-1D-52 (hex) Defzone B.V. 001D52 (base 16) Defzone B.V. Transportcentrum 10 Enschede Overijssel 7547 RW NL 00-1D-4A (hex) Carestream Health, Inc. 001D4A (base 16) Carestream Health, Inc. 150 Verona Street Rochestser NY 14608 US 00-1D-96 (hex) WatchGuard Video 001D96 (base 16) WatchGuard Video 3001 Summit Ave. Plano TX 75074 US 00-1D-8F (hex) PureWave Networks 001D8F (base 16) PureWave Networks 2660-C Marine Way Mountain View CA 94043 US 00-1D-8C (hex) La Crosse Technology LTD 001D8C (base 16) La Crosse Technology LTD 2809 Losey Blvd. So. La Crosse WI 54601 US 00-1D-64 (hex) Adam Communications Systems Int Ltd 001D64 (base 16) Adam Communications Systems Int Ltd The Mission Stockport Cheshire SK1 3AH GB 00-1D-5E (hex) COMING MEDIA CORP. 001D5E (base 16) COMING MEDIA CORP. BONA Bld. 4th Fl., 548-18 Seoul 135-158 KR 00-1D-55 (hex) ZANTAZ, Inc 001D55 (base 16) ZANTAZ, Inc 5758 W. Las Positas Avenue Pleasanton CA 94588 US 00-1D-A1 (hex) Cisco Systems, Inc 001DA1 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1D-71 (hex) Cisco Systems, Inc 001D71 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1D-65 (hex) Microwave Radio Communications 001D65 (base 16) Microwave Radio Communications 101 Billerica Avemue, Bldg 6 N. Billerica MA 01862 US 00-1D-50 (hex) SPINETIX SA 001D50 (base 16) SPINETIX SA Parc Scientifique de l'EPFL, Bâtiment C Lausanne VD 1015 CH 00-1D-45 (hex) Cisco Systems, Inc 001D45 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1D-69 (hex) Knorr-Bremse IT-Services GmbH 001D69 (base 16) Knorr-Bremse IT-Services GmbH Moosacher Str. 80 Muenchen BY 80809 DE 00-1C-F8 (hex) Parade Technologies, Ltd. 001CF8 (base 16) Parade Technologies, Ltd. C/O Parade Technologies, Inc. Sunnyvale CA 94085 US 00-1C-F7 (hex) AudioScience 001CF7 (base 16) AudioScience 729 west 16th st Costa Mesa California 92627 US 00-1C-F6 (hex) Cisco Systems, Inc 001CF6 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1C-F5 (hex) Wiseblue Technology Limited 001CF5 (base 16) Wiseblue Technology Limited Rm G5, 5/F, Kingsford Industrial Building Phase II, 26-32 Kwai Hei Street, Kwai Chung N.T. HK 00-1C-EE (hex) SHARP Corporation 001CEE (base 16) SHARP Corporation 22-22,Nagaike-cho Osaka city Osaka prefecture 545-8522 JP 00-1D-07 (hex) Shenzhen Sang Fei Consumer Communications Co.,Ltd 001D07 (base 16) Shenzhen Sang Fei Consumer Communications Co.,Ltd 11 Science and Technology Road, Shenzhen Guangdong 518057 CN 00-1D-06 (hex) HM Electronics, Inc. 001D06 (base 16) HM Electronics, Inc. 14110 Stowe Drive Poway CA 92064 US 00-1D-01 (hex) Neptune Digital 001D01 (base 16) Neptune Digital Mednarodni mejni prehod 6 Vrtojba Nova Gorica 5290 SI 00-1D-33 (hex) Maverick Systems Inc. 001D33 (base 16) Maverick Systems Inc. 908, Daerungposttower 2-cha, 182-13 Seoul 152-790 KR 00-1D-2C (hex) Wavetrend Technologies (Pty) Limited 001D2C (base 16) Wavetrend Technologies (Pty) Limited Wavetrend House, Building 816/3 Gauteng 2021 ZA 00-1C-CF (hex) LIMETEK 001CCF (base 16) LIMETEK #213-1, Byucksan Digital Valley II, 480-10, Gasan-dong, Seoul 153-783 KR 00-1D-24 (hex) Aclara Power-Line Systems Inc. 001D24 (base 16) Aclara Power-Line Systems Inc. 945 Hornet Drive Hazelwood MO 63042 US 00-1D-18 (hex) Power Innovation GmbH 001D18 (base 16) Power Innovation GmbH Rehland 2 Achim Niedersachsen 28832 DE 00-1D-1B (hex) Sangean Electronics Inc. 001D1B (base 16) Sangean Electronics Inc. No. 18, Lane 7, Li-De street Chung Ho City Taipei Hsien 235 TW 00-1D-17 (hex) Digital Sky Corporation 001D17 (base 16) Digital Sky Corporation 5-5-15 Sotokanda, Chiyoda-ku Tokyo 101-0021 JP 00-1D-27 (hex) NAC-INTERCOM 001D27 (base 16) NAC-INTERCOM AVDA. RICARDO MELLA 123-B VIGO PONTEVEDRA 36330 ES 00-1C-E3 (hex) Optimedical Systems 001CE3 (base 16) Optimedical Systems 235 Hembree Park Drive Roswell GA 30076 US 00-1C-DE (hex) Interactive Multimedia eXchange Inc. 001CDE (base 16) Interactive Multimedia eXchange Inc. NO. 165 Wenlin Road. Taipei Taiwan 111 TW 00-1D-36 (hex) ELECTRONICS CORPORATION OF INDIA LIMITED 001D36 (base 16) ELECTRONICS CORPORATION OF INDIA LIMITED CONTROL AND AUTOMATION DIVISION-3 HYDERABAD ANDHRA PRADESH 500 062 IN 00-1C-80 (hex) New Business Division/Rhea-Information CO., LTD. 001C80 (base 16) New Business Division/Rhea-Information CO., LTD. 4F 594 Yeong Pung Bldg, Gueui-Dong Seoul Gwangjin-Gu 143-200 KR 00-1C-83 (hex) New Level Telecom Co., Ltd. 001C83 (base 16) New Level Telecom Co., Ltd. INNOPLEX 1-703 Seoul 153-803 KR 00-1C-76 (hex) The Wandsworth Group Ltd 001C76 (base 16) The Wandsworth Group Ltd Albert Drive Woking Surrey GU21 5SE GB 00-1C-72 (hex) Mayer & Cie GmbH & Co KG 001C72 (base 16) Mayer & Cie GmbH & Co KG Emil Mayer Strasse 10 Albstadt Baden-Württemberg 72461 DE 00-1C-AD (hex) Wuhan Telecommunication Devices Co.,Ltd 001CAD (base 16) Wuhan Telecommunication Devices Co.,Ltd 88 Youkeyuan Road,Hongshan District Wuhan Hubei 430074 CN 00-1C-A7 (hex) International Quartz Limited 001CA7 (base 16) International Quartz Limited 2nd Floor, 2, Dai Wang Street, Hong Kong 852 CN 00-1C-AB (hex) Meyer Sound Laboratories, Inc. 001CAB (base 16) Meyer Sound Laboratories, Inc. 2832 San Pablo Ave. Berkeley CA 94702 US 00-1C-9E (hex) Dualtech IT AB 001C9E (base 16) Dualtech IT AB Banehagsgatan 1F GOTHENBURG Västra Götaland 41451 SE 00-1C-C8 (hex) INDUSTRONIC Industrie-Electronic GmbH & Co. KG 001CC8 (base 16) INDUSTRONIC Industrie-Electronic GmbH & Co. KG Carl-Jacob-Kolb-Weg 1 Wertheim Baden-Württemberg 97877 DE 00-1C-C6 (hex) ProStor Systems 001CC6 (base 16) ProStor Systems 5555 Central Avenue Boulder Colorado 80301 US 00-1C-BE (hex) Nintendo Co., Ltd. 001CBE (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 00-1C-94 (hex) LI-COR Biosciences 001C94 (base 16) LI-COR Biosciences 4647 Superior Street Lincoln NE 68504 US 00-1C-8C (hex) DIAL TECHNOLOGY LTD. 001C8C (base 16) DIAL TECHNOLOGY LTD. 6F-4, NO.18, LANE.609, SEC.5, CHONGSIN RD., SANCHONG CITY TAIPEI COUNTY 241 TW 00-1C-CA (hex) Shanghai Gaozhi Science & Technology Development Co. 001CCA (base 16) Shanghai Gaozhi Science & Technology Development Co. No.283 Qin Jiang Rd. Shanghai,China Shanghai 200233 CN 00-1C-C9 (hex) Kaise Electronic Technology Co., Ltd. 001CC9 (base 16) Kaise Electronic Technology Co., Ltd. No.678, Wunsyue Rd., Zuoying District, Kaohsiung 813 TW 00-1C-93 (hex) ExaDigm Inc 001C93 (base 16) ExaDigm Inc 2871 Pullman St Santa Ana CA 92705 US 00-1C-85 (hex) Eunicorn 001C85 (base 16) Eunicorn 226-16 unbo b/d suckchon-dong songpa-gu seoul 138845 KR 00-1C-67 (hex) Pumpkin Networks, Inc. 001C67 (base 16) Pumpkin Networks, Inc. 3FL JungHo Bldg, 108-4 Sangdo-Dong, Dongjak-Gu SEOUL 156-030 KR 00-1C-60 (hex) CSP Frontier Technologies,Inc. 001C60 (base 16) CSP Frontier Technologies,Inc. 3-2-3,Sasazuka Shibuya-ku Tokyo 151-0073 JP 00-1C-6A (hex) Weiss Engineering Ltd. 001C6A (base 16) Weiss Engineering Ltd. Florastrasse 42 Uster ZH 8610 CH 00-1C-0A (hex) Shenzhen AEE Technology Co.,Ltd. 001C0A (base 16) Shenzhen AEE Technology Co.,Ltd. 1st Floor B Building, Shenzhen, Shenzhen Guangdong 518057 CN 00-1C-0D (hex) G-Technology, Inc. 001C0D (base 16) G-Technology, Inc. 1653 Stanford Street Santa Monica CA 90404 US 00-1C-03 (hex) Betty TV Technology AG 001C03 (base 16) Betty TV Technology AG Hardturmstrasse 2 Zurich 80005 CH 00-1C-46 (hex) QTUM 001C46 (base 16) QTUM #507 Byucksan/Kyungin Digital Valley 2 481-10 Seoul 153-783 KR 00-1C-42 (hex) Parallels, Inc. 001C42 (base 16) Parallels, Inc. 660 SW 39h Street Renton WA 98057 US 00-1C-3E (hex) ECKey Corporation 001C3E (base 16) ECKey Corporation 206A W James St Lancaster PA 17603 US 00-1C-51 (hex) Celeno Communications 001C51 (base 16) Celeno Communications 22 Zarhin Street Ra'anana 43665 IL 00-1C-54 (hex) Hillstone Networks Inc 001C54 (base 16) Hillstone Networks Inc A-1905 e-Wing Center Beijing 100086 CN 00-1C-59 (hex) DEVON IT 001C59 (base 16) DEVON IT 1100 FIRST AVENUE KING OF PRUSSIA PA 19406 US 00-1C-22 (hex) Aeris Elettronica s.r.l. 001C22 (base 16) Aeris Elettronica s.r.l. Zona Ind.le Vallecupa Colonnella Teramo 64010 IT 00-1C-1D (hex) CHENZHOU GOSPELL DIGITAL TECHNOLOGY CO.,LTD 001C1D (base 16) CHENZHOU GOSPELL DIGITAL TECHNOLOGY CO.,LTD BAILUTANG,SUXIAN DISTRICT, CHENZHOU HUNAN 423025 CN 00-1C-39 (hex) S Netsystems Inc. 001C39 (base 16) S Netsystems Inc. 10F Sungwon Bldg., 141 Samsung-Dong Seoul 135-716 KR 00-1C-37 (hex) Callpod, Inc. 001C37 (base 16) Callpod, Inc. 850 W. Jackson Chicago IL 60607 US 00-1C-33 (hex) Sutron 001C33 (base 16) Sutron 21300 Ridgetop Cir Sterling VA 20166 US 00-1B-F6 (hex) CONWISE Technology Corporation Ltd. 001BF6 (base 16) CONWISE Technology Corporation Ltd. 2F No.44, Park Ave. 2, Hsinchu Science Park Hsinchu City 30075 TW 00-1B-F8 (hex) Digitrax Inc. 001BF8 (base 16) Digitrax Inc. 2443 Transmitter Rd, Panama City FL 32404 US 00-1C-2F (hex) Pfister GmbH 001C2F (base 16) Pfister GmbH Stätzlinger SStraße 70 Augsburg Bavaria 86165 DE 00-1C-27 (hex) Sunell Electronics Co. 001C27 (base 16) Sunell Electronics Co. 3rd Floor,Bldg.514,BaGua Rd ShenZhen Guangdong 518029 CN 00-1C-0F (hex) Cisco Systems, Inc 001C0F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1C-48 (hex) WiDeFi, Inc. 001C48 (base 16) WiDeFi, Inc. 1333 Gateway Blvd Melbourne FL 32901 US 00-1B-AD (hex) iControl Incorporated 001BAD (base 16) iControl Incorporated 3235 Kifer Road Santa Clara California 95051 US 00-1B-A7 (hex) Lorica Solutions 001BA7 (base 16) Lorica Solutions 275 Northpointe Parkway Amherst NY 14228 US 00-1B-A5 (hex) MyungMin Systems, Inc. 001BA5 (base 16) MyungMin Systems, Inc. #410,Doosan Venture Dime 2-cha,1307-37 Kyungki-do 431-060 KR 00-1B-F1 (hex) Nanjing SilverNet Software Co., Ltd. 001BF1 (base 16) Nanjing SilverNet Software Co., Ltd. 3/F, 10 building, Nanjing World Window Technology & Software Park Nanjing Jiangsu 210013 CN 00-1B-EF (hex) Blossoms Digital Technology Co.,Ltd. 001BEF (base 16) Blossoms Digital Technology Co.,Ltd. BLK25,Hengfeng Ind.City,Hezhou Shenzhen Guangdong 518126 CN 00-1B-EB (hex) DMP Electronics INC. 001BEB (base 16) DMP Electronics INC. 8F., No.12, Wucyuan 7th Rd., Taipei County 248 TW 00-1B-A2 (hex) IDS Imaging Development Systems GmbH 001BA2 (base 16) IDS Imaging Development Systems GmbH Dimbacher Str. 6 Obersulm BW 74182 DE 00-1B-9D (hex) Novus Security Sp. z o.o. 001B9D (base 16) Novus Security Sp. z o.o. ul. Puławska 431 Warsaw woj. mazowieckie 02-801 PL 00-1B-C9 (hex) FSN DISPLAY INC 001BC9 (base 16) FSN DISPLAY INC Baeksuk-Dong 1141-1, Ilsan Techno Town 1009 Koyang-si Kyeonggi-Do 410722 KR 00-1B-C3 (hex) Mobisolution Co.,Ltd 001BC3 (base 16) Mobisolution Co.,Ltd 848-16 Gumi Gyeongbuk 730-300 KR 00-1B-CE (hex) Measurement Devices Ltd 001BCE (base 16) Measurement Devices Ltd Redwood House York Yorkshire YO266QR GB 00-1B-B8 (hex) BLUEWAY ELECTRONIC CO;LTD 001BB8 (base 16) BLUEWAY ELECTRONIC CO;LTD Workshop B,Dong Feng Village, HuiZhou GuangDong 516008 CN 00-1B-B2 (hex) Intellect International NV 001BB2 (base 16) Intellect International NV Kleine Kloosterstraat 23 Zaventem Vlaamse brabant 1932 BE 00-1B-E7 (hex) Postek Electronics Co., Ltd. 001BE7 (base 16) Postek Electronics Co., Ltd. Suite 510, Shanghang Building Shen Zhen Guang Dong 518028 CN 00-1B-E3 (hex) Health Hero Network, Inc. 001BE3 (base 16) Health Hero Network, Inc. 2000 Seaport Blvd. Redwood City CA 94063 US 00-1B-DC (hex) Vencer Co., Ltd. 001BDC (base 16) Vencer Co., Ltd. 20F-1, No.77, Sec.1, Hsin Tai Wu Rd., Hsi Chih Taipei 221 TW 00-1B-D5 (hex) Cisco Systems, Inc 001BD5 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1B-95 (hex) VIDEO SYSTEMS SRL 001B95 (base 16) VIDEO SYSTEMS SRL Loc. Gorizzo, 16 CAMINO AL TAGLIAMENTO UD IT 00-1B-90 (hex) Cisco Systems, Inc 001B90 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1B-7F (hex) TMN Technologies Telecomunicacoes Ltda 001B7F (base 16) TMN Technologies Telecomunicacoes Ltda Rua Nilza, 422 São Paulo SP 03651-120 BR 00-1B-7E (hex) Beckmann GmbH 001B7E (base 16) Beckmann GmbH Brandtstraße 1 Hoevelhof NRW 33161 DE 00-1B-7A (hex) Nintendo Co., Ltd. 001B7A (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 00-1B-34 (hex) Focus System Inc. 001B34 (base 16) Focus System Inc. 19F-1, No. 266 Wen Hwa 2nd Rd., Sec. 1 Linkou Taipei County TW 00-1B-3A (hex) SIMS Corp. 001B3A (base 16) SIMS Corp. RAON Bldg, 9F, 92-8, Wonhyoro-2ga, Yongsan-gu Seoul 140-847 KR 00-1B-2E (hex) Sinkyo Electron Inc 001B2E (base 16) Sinkyo Electron Inc 3-3-21 asahigaoka hino-city Tokyo 191-0065 JP 00-1B-5F (hex) Alien Technology 001B5F (base 16) Alien Technology 18220 Butterfield Blvd. Morgan Hill CA 95037 US 00-1B-61 (hex) Digital Acoustics, LLC 001B61 (base 16) Digital Acoustics, LLC 37 Sherwood Terrace Lake Bluff IL 60044 US 00-1B-5E (hex) BPL Limited 001B5E (base 16) BPL Limited BPL Towers Bangalore Karnataka 560001 IN 00-1B-5C (hex) Azuretec Co., Ltd. 001B5C (base 16) Azuretec Co., Ltd. 3F, No.8, Alley 8, Lane 45, Baoxing Rd., Xindian Dist., New Taipei City Taiwan 231 TW 00-1B-72 (hex) Sicep s.p.a. 001B72 (base 16) Sicep s.p.a. Via calabria, 14 Certaldo 50052 IT 00-1B-74 (hex) MiraLink Corporation 001B74 (base 16) MiraLink Corporation 111 SW 5th Ave. Portland OR 97204 US 00-1B-6D (hex) Midtronics, Inc. 001B6D (base 16) Midtronics, Inc. 7000 Monroe St. Willowbrook IL 60527 US 00-1B-6F (hex) Teletrak Ltd 001B6F (base 16) Teletrak Ltd 214 Kepa Road Auckland 1071 NZ 00-1B-4B (hex) SANION Co., Ltd. 001B4B (base 16) SANION Co., Ltd. #208 ACETECHNO TOWER, 55-7, MULLAE-DONG 3GA, YEONGDEUNGPO-GU SEOUL 150-992 KR 00-1B-2D (hex) Med-Eng Systems Inc. 001B2D (base 16) Med-Eng Systems Inc. 2400 St. Laurent Blvd. Ottawa Ontario K1G 6C4 CA 00-1B-87 (hex) Deepsound Tech. Co., Ltd 001B87 (base 16) Deepsound Tech. Co., Ltd 3F No. 576 Sec. 1, Minsheng N. Rd., Gueishan Township, Taoyuan 333 TW 00-1B-4D (hex) Areca Technology Corporation 001B4D (base 16) Areca Technology Corporation 8F., No. 22, Lane 35, Ji-Hu Rd. Taipei 114 TW 00-1A-E3 (hex) Cisco Systems, Inc 001AE3 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1A-DF (hex) Interactivetv Pty Limited 001ADF (base 16) Interactivetv Pty Limited Suite 10 Level 3 Pyrmont, Sydney NSW 2009 US 00-1A-E1 (hex) EDGE ACCESS INC 001AE1 (base 16) EDGE ACCESS INC 5440 BEAUMONT CENTER BLVD TAMPA FL 33634 US 00-1A-E8 (hex) Unify Software and Solutions GmbH & Co. KG 001AE8 (base 16) Unify Software and Solutions GmbH & Co. KG Mies-van-der-Rohe-Strasse 6 Munich 80807 DE 00-1A-E9 (hex) Nintendo Co., Ltd. 001AE9 (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 00-1A-E5 (hex) Mvox Technologies Inc. 001AE5 (base 16) Mvox Technologies Inc. 19050 Pruneridge Ave Cupertino CA 95014 US 00-1A-E4 (hex) Medicis Technologies Corporation 001AE4 (base 16) Medicis Technologies Corporation 11818 North Creek Parkway N. Bothell WA 98011 US 00-1A-F8 (hex) Copley Controls Corporation 001AF8 (base 16) Copley Controls Corporation 20 Dan Road Canton MA 02021 US 00-1A-F5 (hex) PENTAONE. CO., LTD. 001AF5 (base 16) PENTAONE. CO., LTD. Hyo Chang Bldg, 3F, 1013-6, Inkye-dong Paldal-Gu, Suwon City Gyunggi-Do 422-833 KR 00-1A-ED (hex) INCOTEC GmbH 001AED (base 16) INCOTEC GmbH Blomestrasse 25 - 27 Bielefeld NRW 33609 DE 00-1A-EE (hex) Shenztech Ltd 001AEE (base 16) Shenztech Ltd 813, 8F, HOLLYWOOD PLAZA, 610 NATHAN ROAD, KOWLOON 852 HK 00-1A-CE (hex) YUPITERU CORPORATION 001ACE (base 16) YUPITERU CORPORATION 3, Dannoue, Iwazu-cho, Okazaki-city, Aichi Okazaki Aichi 444-2144 JP 00-1A-CC (hex) Celestial Semiconductor, Ltd 001ACC (base 16) Celestial Semiconductor, Ltd Ugland House, South Church Street, George Town, Cayman Islands 00000 KY 00-1A-D2 (hex) Eletronica Nitron Ltda 001AD2 (base 16) Eletronica Nitron Ltda Rua Dr. Ulisses Escobar 415 Camanducaia Minas Gerais 37650-000 BR 00-1B-1D (hex) Phoenix International Co., Ltd 001B1D (base 16) Phoenix International Co., Ltd 11F. No.42-1, Sec.1, Zhongyang N. Rd. Beitou Taipei 112 TW 00-1B-1A (hex) e-trees Japan, Inc. 001B1A (base 16) e-trees Japan, Inc. Oowada-cho 2-9-2 Hachioji-city Tokyo 150-0001 JP 00-1B-12 (hex) Apprion 001B12 (base 16) Apprion Nasa Ames Rerearch Center Moffett Field California 94035 US 00-1A-FE (hex) SOFACREAL 001AFE (base 16) SOFACREAL 149 avenue du MAINE PARIS Region Parisienne 75014 FR 00-1A-F1 (hex) Embedded Artists AB 001AF1 (base 16) Embedded Artists AB Davidshallsgatan 16 Malmoe 21145 SE 00-1B-0D (hex) Cisco Systems, Inc 001B0D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1B-0A (hex) Intelligent Distributed Controls Ltd 001B0A (base 16) Intelligent Distributed Controls Ltd Keynes House, Chester Park Derby Derbyshire DE21 4AS GB 00-1A-B1 (hex) Asia Pacific Satellite Industries Co., Ltd. 001AB1 (base 16) Asia Pacific Satellite Industries Co., Ltd. 9th FL, IT Castle 2-Dong, #550-1, Gasan-Dong, GeumCheon-Gu, Seoul 153-768 KR 00-1A-B7 (hex) Ethos Networks LTD. 001AB7 (base 16) Ethos Networks LTD. 2 Maskit St. Herzlia 46766 IL 00-1A-B2 (hex) Cyber Solutions Inc. 001AB2 (base 16) Cyber Solutions Inc. 6-6-3, Minami Yoshinari Sendai Miyagi-ken 989-3204 JP 00-1A-97 (hex) fitivision technology Inc. 001A97 (base 16) fitivision technology Inc. 8F, No. 356, Sec. 1, Neihu Rd Taipei 114 TW 00-1A-90 (hex) Trópico Sistemas e Telecomunicações da Amazônia LTDA. 001A90 (base 16) Trópico Sistemas e Telecomunicações da Amazônia LTDA. Rod. Campinas-Mogi-Mirim (SP 340) Km 118,5 Campinas São Paulo 13.086-902 BR 00-1A-94 (hex) Votronic GmbH 001A94 (base 16) Votronic GmbH Saarbruecker Str. 8 St. Ingbert Saarland 66386 DE 00-1A-86 (hex) AdvancedIO Systems Inc 001A86 (base 16) AdvancedIO Systems Inc 595 Howe Street, Suite 502 Vancouver BC V6C 2T5 CA 00-1A-C7 (hex) UNIPOINT 001AC7 (base 16) UNIPOINT 7F Gwangsung Bld 831-47 YeokSam-Dong Seoul 135-936 KR 00-1A-C0 (hex) JOYBIEN TECHNOLOGIES CO., LTD. 001AC0 (base 16) JOYBIEN TECHNOLOGIES CO., LTD. 14F-7, NO.2, JIAN 8TH RD., NEW TAIPEI CITY TAIWAN 23511 TW 00-1A-9E (hex) ICON Digital International Limited 001A9E (base 16) ICON Digital International Limited Suite2209, 22/F., SkyLine Tower, CN 00-1A-98 (hex) Asotel Communication Limited Taiwan Branch 001A98 (base 16) Asotel Communication Limited Taiwan Branch 3G17, No5, Hsin Yi Road, Sec. 5 Taipei 110 TW 00-1A-72 (hex) Mosart Semiconductor Corp. 001A72 (base 16) Mosart Semiconductor Corp. 23F., No.33, Sec.1, Taipei 220 TW 00-1A-68 (hex) Weltec Enterprise Co., Ltd. 001A68 (base 16) Weltec Enterprise Co., Ltd. 2F, No. 351 Yung Ho Rd. Chung Ho 235 TW 00-1A-C2 (hex) YEC Co.,Ltd. 001AC2 (base 16) YEC Co.,Ltd. 543-9 Tsuruma Machida Tokyo 194-0004 JP 00-1A-A5 (hex) BRN Phoenix 001AA5 (base 16) BRN Phoenix 2500 Augustine Drive, Suite 200 Santa Clara CA 95054 US 00-1A-A2 (hex) Cisco Systems, Inc 001AA2 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1A-9C (hex) RightHand Technologies, Inc. 001A9C (base 16) RightHand Technologies, Inc. 7450 W Wilson Avenue Chicago IL 60706 US 00-1A-7E (hex) LN Srithai Comm Ltd. 001A7E (base 16) LN Srithai Comm Ltd. 71/12 M.5, Bangna-Trad Rd, KM.52, Thakam Bangpakong Chachoengsao 24130 TH 00-1A-5A (hex) Korea Electric Power Data Network (KDN) Co., Ltd 001A5A (base 16) Korea Electric Power Data Network (KDN) Co., Ltd 665 NAESON-DONG, GYEONGGI-DO UIWANG-SI, NAESON-DONG 437-082 KR 00-1A-5F (hex) KitWorks.fi Ltd. 001A5F (base 16) KitWorks.fi Ltd. Snowpolis Vuokatti Kainuu 88610 FI 00-1A-35 (hex) BARTEC GmbH 001A35 (base 16) BARTEC GmbH Schulstraße 30 Gotteszell Bavaria 94239 DE 00-1A-37 (hex) Lear Corporation 001A37 (base 16) Lear Corporation Industriestrasse 48 Kronach Bayern 96317 DE 00-1A-38 (hex) Sanmina-SCI 001A38 (base 16) Sanmina-SCI 13000 South Memorial Parkway Huntsville AL 35803 US 00-1A-2B (hex) Ayecom Technology Co., Ltd. 001A2B (base 16) Ayecom Technology Co., Ltd. No. 25, R&D Road 2, Science-Based Industrial Park Hsinchu 300 TW 00-1A-28 (hex) ASWT Co., LTD. Taiwan Branch H.K. 001A28 (base 16) ASWT Co., LTD. Taiwan Branch H.K. 7F., No.3 Lane 91, Dongmei Rd. Hsinchu 30070 TW 00-1A-2C (hex) SATEC Co.,LTD 001A2C (base 16) SATEC Co.,LTD 358-4, Palgok2-Dong, Sangnok-Gu Ansan-Si Kyungki-Do 426-190 KR 00-1A-27 (hex) Ubistar 001A27 (base 16) Ubistar 8F, Seongo Building, 587-23 Seoul 135-747 KR 00-1A-21 (hex) Brookhuis Applied Technologies BV 001A21 (base 16) Brookhuis Applied Technologies BV PO Box 79 Enschede NL-7500 NL 00-19-FF (hex) Finnzymes 0019FF (base 16) Finnzymes 800 West Cummings Park Woburn MA 01801 US 00-19-FA (hex) Cable Vision Electronics CO., LTD. 0019FA (base 16) Cable Vision Electronics CO., LTD. 12F-3, No.16, Chien Pa Rd. Chung Ho City Taipei Hsien 235 TW 00-1A-5D (hex) Mobinnova Corp. 001A5D (base 16) Mobinnova Corp. 11F, 845, CHUNG SHAN RD TAOYUAN 33059 TW 00-1A-4D (hex) GIGA-BYTE TECHNOLOGY CO.,LTD. 001A4D (base 16) GIGA-BYTE TECHNOLOGY CO.,LTD. Pin-Jen Taoyuan 324 TW 00-1A-48 (hex) Takacom Corporation 001A48 (base 16) Takacom Corporation 304-709 Aza-Nishiyanma Toki-shi Gifu-ken 509-5202 JP 00-1A-0B (hex) BONA TECHNOLOGY INC. 001A0B (base 16) BONA TECHNOLOGY INC. 4F, E-Place Bldg., 719-24 Seoul 135-080 KR 00-1A-06 (hex) OpVista, Inc. 001A06 (base 16) OpVista, Inc. 870 North McCarthy Blvd. Milpitas California 95035 US 00-1A-2E (hex) Ziova Coporation 001A2E (base 16) Ziova Coporation Unit 3, 7-9 Sherriffs road Lonsdale S.A. 5160 AU 00-1A-32 (hex) ACTIVA MULTIMEDIA 001A32 (base 16) ACTIVA MULTIMEDIA SICP CSE SANT JOAN DESPI BARCELONA 08970 ES 00-1A-00 (hex) MATRIX INC. 001A00 (base 16) MATRIX INC. AS bld.3-13-20 Osaka 530-0047 JP 00-19-AD (hex) BOBST SA 0019AD (base 16) BOBST SA rte des flumeaux 50 PRILLY VD 1008 CH 00-19-A2 (hex) ORDYN TECHNOLOGIES 0019A2 (base 16) ORDYN TECHNOLOGIES Ozone Manay Tech Park, Bangalore 560 068 IN 00-19-A5 (hex) RadarFind Corporation 0019A5 (base 16) RadarFind Corporation 2100 Gateway Centre Blvd., Suite 150 Morrisville NC 27560 US 00-19-93 (hex) Changshu Switchgear MFG. Co.,Ltd. (Former Changshu Switchgea 001993 (base 16) Changshu Switchgear MFG. Co.,Ltd. (Former Changshu Switchgea No. 8 Jianye Road Changshu Jiangsu 215500 CN 00-19-F1 (hex) Star Communication Network Technology Co.,Ltd 0019F1 (base 16) Star Communication Network Technology Co.,Ltd 10/F,Tower B,SOHO New Town,No.88 jianguoRoad,Chaoyang District Beijing 100022 CN 00-19-EC (hex) Sagamore Systems, Inc. 0019EC (base 16) Sagamore Systems, Inc. 55 Middlesex Street North Chelmsford MA 01863 US 00-19-CC (hex) RCG (HK) Ltd 0019CC (base 16) RCG (HK) Ltd 9/F., Core C, Cyberport 3 HK 00-19-C8 (hex) AnyDATA Corporation 0019C8 (base 16) AnyDATA Corporation 18902 Bardeen Ave. Irvine CA 91612 US 00-19-C4 (hex) Infocrypt Inc. 0019C4 (base 16) Infocrypt Inc. 711, BYUCKSAN DIGITAL VALLEY 1 212-16, Seoul 152-050 KR 00-19-BC (hex) ELECTRO CHANCE SRL 0019BC (base 16) ELECTRO CHANCE SRL CARHUE 3179 CAPITAL FEDERAL BUENOS AIRES 1440 AR 00-19-9B (hex) Diversified Technical Systems, Inc. 00199B (base 16) Diversified Technical Systems, Inc. 909 Electric Avenue Seal Beach California 90740 US 00-19-90 (hex) ELM DATA Co., Ltd. 001990 (base 16) ELM DATA Co., Ltd. 2-15 TECHNO-PARK 1-CHOME SAPPORO HOKKAIDO 004-0015 JP 00-19-8F (hex) Nokia Bell N.V. 00198F (base 16) Nokia Bell N.V. Copernicuslaan 50 Antwerp B-2018 BE 00-19-D8 (hex) MAXFOR 0019D8 (base 16) MAXFOR #E 809, Bundang, Techno-Park Seongnam-City Gyeonggi-Do 463-760 KR 00-19-D5 (hex) IP Innovations, Inc. 0019D5 (base 16) IP Innovations, Inc. 1517 146th Ave Dorr MI 49323 US 00-19-A3 (hex) asteel electronique atlantique 0019A3 (base 16) asteel electronique atlantique za de la lande de saint jean sainte marie de redon 35600 FR 00-19-EA (hex) TeraMage Technologies Co., Ltd. 0019EA (base 16) TeraMage Technologies Co., Ltd. Golden Land Building Suite 907 Beijing 100016 CN 00-19-6E (hex) Metacom (Pty) Ltd. 00196E (base 16) Metacom (Pty) Ltd. 6 Ndabeni Business Park Cape Town Western Cape 7405 ZA 00-19-65 (hex) YuHua TelTech (ShangHai) Co., Ltd. 001965 (base 16) YuHua TelTech (ShangHai) Co., Ltd. YuHua R&D Building,27 xin jin qiao road, SHANGHAI 201206 CN 00-19-66 (hex) Asiarock Technology Limited 001966 (base 16) Asiarock Technology Limited P.O. Box957, Offshore Incorporations Centre Road Town Tortola VG 00-19-7B (hex) Picotest Corp. 00197B (base 16) Picotest Corp. 8F-1, 286-9, Hsin-Ya Rd., 80673 Kaohsiung 80673 TW 00-19-73 (hex) Zeugma Systems 001973 (base 16) Zeugma Systems Suite 250 Richmond BC V6V 2R2 CA 00-19-75 (hex) Beijing Huisen networks technology Inc 001975 (base 16) Beijing Huisen networks technology Inc Jia#2 of Xili of Baiyun road,Xicheng district Beijing 100045 CN 00-19-40 (hex) Rackable Systems 001940 (base 16) Rackable Systems 1933 Milmont Drive Milpitas CA 95035 US 00-19-3C (hex) HighPoint Technologies Incorporated 00193C (base 16) HighPoint Technologies Incorporated 1161 Cadillac Court Milpitas CA 95035 US 00-19-5C (hex) Innotech Corporation 00195C (base 16) Innotech Corporation 3-17-6 Yokohama Kanagawa 222-8580 JP 00-19-5F (hex) Valemount Networks Corporation 00195F (base 16) Valemount Networks Corporation 1201- 5th Ave Valemount BC V0E2Z0 CA 00-19-48 (hex) AireSpider Networks 001948 (base 16) AireSpider Networks 1171 Montague Express Way Milpitas CA 95035 US 00-19-43 (hex) Belden 001943 (base 16) Belden 793 Fort Mill Highway Fort Mill South Carolina 29715 US 00-19-2E (hex) Spectral Instruments, Inc. 00192E (base 16) Spectral Instruments, Inc. 420 N Bonita Ave Tucson AZ 85745 US 00-19-2B (hex) Aclara RF Systems Inc. 00192B (base 16) Aclara RF Systems Inc. 30400 Solon Road Solon OH 44139 US 00-19-1E (hex) Beyondwiz Co., Ltd. 00191E (base 16) Beyondwiz Co., Ltd. 3F, Daechang Bldg., Sungnam Kyungki-do 463-825 KR 00-19-81 (hex) Vivox Inc 001981 (base 16) Vivox Inc 40 Speen Street Framingham MA 01701 US 00-19-45 (hex) RF COncepts, LLC 001945 (base 16) RF COncepts, LLC 1148 Wagner Drive Sevierville TN 37862 US 00-19-1F (hex) Microlink communications Inc. 00191F (base 16) Microlink communications Inc. 8F , 31 , Hsintai Road , Chupei City , Hsinchu Chupei Taiwan 302 TW 00-19-20 (hex) KUME electric Co.,Ltd. 001920 (base 16) KUME electric Co.,Ltd. 4-2-24 Kitakawara Itami-city Hyougo JP 00-19-26 (hex) BitsGen Co., Ltd. 001926 (base 16) BitsGen Co., Ltd. #502, Owner's Tower, #16-5, Sunea-dong Bundang-gu Seongnam-si 463-825 KR 00-19-29 (hex) 2M2B Montadora de Maquinas Bahia Brasil LTDA 001929 (base 16) 2M2B Montadora de Maquinas Bahia Brasil LTDA Rua Djalma dutra, 668, Sete Portas Salvador Bahia 40240080 BR 00-18-F1 (hex) Chunichi Denshi Co.,LTD. 0018F1 (base 16) Chunichi Denshi Co.,LTD. 1 Denjiyama Nagoya Aichi 458-8525 JP 00-18-F2 (hex) Beijing Tianyu Communication Equipment Co., Ltd 0018F2 (base 16) Beijing Tianyu Communication Equipment Co., Ltd 27th Floor, Tengda Plaza Beijing 100044 CN 00-18-EC (hex) Welding Technology Corporation 0018EC (base 16) Welding Technology Corporation 24775 Crestview Court Farmington Hills MI 48335 US 00-18-ED (hex) Accutech Ultrasystems Co., Ltd. 0018ED (base 16) Accutech Ultrasystems Co., Ltd. 11F-4, No. 150, CHUNG-HO CITY, TAIPEI HSIEN, 235 TW 00-19-0B (hex) Southern Vision Systems, Inc. 00190B (base 16) Southern Vision Systems, Inc. 8215 Madison Blvd, Suite 150 Madison AL 35758 US 00-19-03 (hex) Bigfoot Networks Inc 001903 (base 16) Bigfoot Networks Inc 3925 West Braker Lane Austin TX 78759 US 00-19-00 (hex) Intelliverese - DBA Voicecom 001900 (base 16) Intelliverese - DBA Voicecom 5900 Windward Parkway Alpharetta Georgia 30005 US 00-19-02 (hex) Cambridge Consultants Ltd 001902 (base 16) Cambridge Consultants Ltd Science Park Cambridge Cambs CB4 0DW GB 00-19-2A (hex) Antiope Associates 00192A (base 16) Antiope Associates 18 Clay Street Fair Haven New Jersey 07704 US 00-19-0F (hex) Advansus Corp. 00190F (base 16) Advansus Corp. No.5 Shing Yeh Street, Kwei Hsiang Taoyuan 333 TW 00-19-11 (hex) Just In Mobile Information Technologies (Shanghai) Co., Ltd. 001911 (base 16) Just In Mobile Information Technologies (Shanghai) Co., Ltd. 5th Floor, 2nd Area, Haiwangxing Building, 62 Xingguang Ave., N.High-Tech Park Chongqing 401121 CN 00-18-E0 (hex) ANAVEO 0018E0 (base 16) ANAVEO Les Carrés du parc CHAMPAGNE au MONT D'OR Rhône F-69410 FR 00-19-17 (hex) Posiflex Inc. 001917 (base 16) Posiflex Inc. 6, Wu-Chuan Road Taipei Hsien 248 TW 00-19-18 (hex) Interactive Wear AG 001918 (base 16) Interactive Wear AG Petersbrunner Strasse 3 Starnberg Bayern 82319 DE 00-18-CB (hex) Tecobest Technology Limited 0018CB (base 16) Tecobest Technology Limited 53/F.,Block A,United Plaza, Shenzhen Guangdong 518026 CN 00-18-CE (hex) Dreamtech Co., Ltd 0018CE (base 16) Dreamtech Co., Ltd #340-5, Yang-dang Ri, Jik-san Myeon Cheon-an si Chung-Nam 330810 KR 00-18-94 (hex) NPCore, Inc. 001894 (base 16) NPCore, Inc. 1001, ISBIZ Tower Youngdungpo Gu Seoul 150-105 KR 00-18-98 (hex) KINGSTATE ELECTRONICS CORPORATION 001898 (base 16) KINGSTATE ELECTRONICS CORPORATION 10F, No.69-11, Sec.2, Chung Cheng E. Rd., Taipei County 251 TW 00-18-92 (hex) ads-tec GmbH 001892 (base 16) ads-tec GmbH Raiffeisenstrasse 14 Leinfelden-Echterdingen BW 70771 DE 00-18-91 (hex) Zhongshan General K-mate Electronics Co., Ltd 001891 (base 16) Zhongshan General K-mate Electronics Co., Ltd 3/F B1 Building, Fuwan Ind. Zone Sun Wen East Road Zhongshan Guangdong 528403 CN 00-18-AD (hex) NIDEC SANKYO CORPORATION 0018AD (base 16) NIDEC SANKYO CORPORATION 5329, Shimosuwa-machi, Suwa-gun Nagano 393-8511 JP 00-18-AC (hex) Shanghai Jiao Da HISYS Technology Co. Ltd. 0018AC (base 16) Shanghai Jiao Da HISYS Technology Co. Ltd. 7F Haoran HiTech Bldg., No.1954 Huashan Road shanghai xuhui 200030 US 00-18-AB (hex) BEIJING LHWT MICROELECTRONICS INC. 0018AB (base 16) BEIJING LHWT MICROELECTRONICS INC. 18/F,QUANTUM PLAZA,NO.27 ZHI CHUN RD.,HAI DIAN DISTRICT,BEIJING CN 00-18-A5 (hex) ADigit Technologies Corp. 0018A5 (base 16) ADigit Technologies Corp. Rm D302E,No.185 3F-2,Kur-Wong Road, Tao-yuan, 325 TW 00-18-78 (hex) Mackware GmbH 001878 (base 16) Mackware GmbH Schänzle 13 Waiblingen Baden-Württemberg 71332 DE 00-18-6A (hex) Global Link Digital Technology Co,.LTD 00186A (base 16) Global Link Digital Technology Co,.LTD Qibaoyiding Ind.Area Dongguan Guangdong 523051 CN 00-18-6B (hex) Sambu Communics CO., LTD. 00186B (base 16) Sambu Communics CO., LTD. 38B-1L Namdong Industrial Complex Incheon 405-100 KR 00-18-6E (hex) 3Com Ltd 00186E (base 16) 3Com Ltd Peoplebuilding 2 Hemel Hempstead Herts HP2 4NW GB 00-18-A6 (hex) Persistent Systems, LLC 0018A6 (base 16) Persistent Systems, LLC 118 N. Howard St. #72 Baltimore MD 21201 US 00-18-9B (hex) Thomson Inc. 00189B (base 16) Thomson Inc. 101 West 103rd Street Indianapolis IN 46290-1102 US 00-18-B2 (hex) ADEUNIS RF 0018B2 (base 16) ADEUNIS RF 283 Rue NEEL CROLLES ISERE 38920 FR 00-18-B3 (hex) TEC WizHome Co., Ltd. 0018B3 (base 16) TEC WizHome Co., Ltd. 18fl., In-Song bldg., 194-15, Seoul 100-952 KR 00-18-BD (hex) SHENZHEN DVBWORLD TECHNOLOGY CO., LTD. 0018BD (base 16) SHENZHEN DVBWORLD TECHNOLOGY CO., LTD. 2ND FLOOR, BUILDING A, QINGHU XINQIAO INDUSTRY AREA, SHENZHEN GUANGDONG 518000 CN 00-18-67 (hex) Datalogic ADC 001867 (base 16) Datalogic ADC 433 N. Fair Oaks Ave Pasadena CA 91103 US 00-18-65 (hex) Siemens Healthcare Diagnostics Manufacturing Ltd 001865 (base 16) Siemens Healthcare Diagnostics Manufacturing Ltd Northern Road Sudbury Suffolk C010 2XQ GB 00-18-77 (hex) Amplex A/S 001877 (base 16) Amplex A/S Silkeborgvej 2 Aarhus C 8000 DK 00-18-89 (hex) WinNet Solutions Limited 001889 (base 16) WinNet Solutions Limited Rm804, Kornhill Metro Tower, Quarry Bay HK 852 HK 00-17-F9 (hex) Forcom Sp. z o.o. 0017F9 (base 16) Forcom Sp. z o.o. Gajowa 6 Poznan WLKP 60-815 PL 00-17-F4 (hex) ZERON ALLIANCE 0017F4 (base 16) ZERON ALLIANCE 3F DOORI BUILD. 244-14 bunji, Poi-dong, Gangnam-gu SEOUL 135-965 KR 00-17-F7 (hex) CEM Solutions Pvt Ltd 0017F7 (base 16) CEM Solutions Pvt Ltd 49,Kanija Bhavan Bangalore Karnataka 560 001 IN 00-17-ED (hex) WooJooIT Ltd. 0017ED (base 16) WooJooIT Ltd. Hankooktire B/D 4th floor, 501-19, Yangcheon-gu, Seoul 158-839 KR 00-18-43 (hex) Dawevision Ltd 001843 (base 16) Dawevision Ltd 197 High Street Cottenham Cambridge CB4 8RX GB 00-18-2C (hex) Ascend Networks, Inc. 00182C (base 16) Ascend Networks, Inc. No. 4 - 4, Lane 413, ChungChan Road, BenQuao City Taipei 220 TW 00-18-1D (hex) ASIA ELECTRONICS CO.,LTD 00181D (base 16) ASIA ELECTRONICS CO.,LTD 620-3 DOCHEON-DONG GWANGJU 506-301 KR 00-18-1F (hex) Palmmicro Communications 00181F (base 16) Palmmicro Communications Room 0611, Bldg.B Tsinghua Tongfang Technology Plaza Beijing 100083 CN 00-18-1B (hex) TaiJin Metal Co., Ltd. 00181B (base 16) TaiJin Metal Co., Ltd. #95-9, Hangdong7-Ga, Joong-Gu In Cheon 400-037 KR 00-18-05 (hex) Beijing InHand Networking Technology Co.,Ltd. 001805 (base 16) Beijing InHand Networking Technology Co.,Ltd. West Wing 11th Floor of Qiming International Mansion Beijing 100085 CN 00-18-0D (hex) Terabytes Server Storage Tech Corp 00180D (base 16) Terabytes Server Storage Tech Corp 14257 E Don Julian Rd City of Industry CA 91746 US 00-18-54 (hex) Argard Co., Ltd 001854 (base 16) Argard Co., Ltd 2571 Lardprao Rd. wangthonglang Bangkok 10310 TH 00-18-47 (hex) AceNet Technology Inc. 001847 (base 16) AceNet Technology Inc. 133 Vienna Dr. Milpitas CA 95035 US 00-18-36 (hex) REJ Co.,Ltd 001836 (base 16) REJ Co.,Ltd 2-3-2 Fukuura, Kanazawa-ku Yokohama Kanagawa 236-8641 JP 00-17-CC (hex) Alcatel-Lucent 0017CC (base 16) Alcatel-Lucent 601 Data Dr. Plano TX 75075 US 00-17-C4 (hex) Quanta Microsystems, INC. 0017C4 (base 16) Quanta Microsystems, INC. 188 Wenhwa 2nd RD., Kueishan Hsiang Taoyuan Shien 333 TW 00-17-9E (hex) Sirit Inc 00179E (base 16) Sirit Inc 2525 Meridian Parkway Durham NC 27713 US 00-17-A7 (hex) Mobile Computing Promotion Consortium 0017A7 (base 16) Mobile Computing Promotion Consortium 3-5-12 Shiba-Koen Tokyo 105-0011 JP 00-17-9F (hex) Apricorn 00179F (base 16) Apricorn 12191 Kirkham RD Poway California 92064 US 00-17-B4 (hex) Remote Security Systems, LLC 0017B4 (base 16) Remote Security Systems, LLC 4806 Upper Brandon Place Marietta Georgia 30068 US 00-17-AC (hex) O'Neil Product Development Inc. 0017AC (base 16) O'Neil Product Development Inc. 8 Mason Irvine CA 92618 US 00-17-AD (hex) AceNet Corporation 0017AD (base 16) AceNet Corporation 7F-4, No.146, Wen-Shin Road Gueishan TAOYUAN TW 00-17-DD (hex) Clipsal Australia 0017DD (base 16) Clipsal Australia 33-37 Port Wakefield Rd Gepps Cross South Australia 5094 AU 00-17-D9 (hex) AAI Corporation 0017D9 (base 16) AAI Corporation P.O. Box 126 Hunt Valley Maryland 21030 US 00-17-DC (hex) DAEMYUNG ZERO1 0017DC (base 16) DAEMYUNG ZERO1 #809,Hyosung Intellian Anyang-si Gyeonggi-do 431-060 KR 00-17-BF (hex) Coherent Research Limited 0017BF (base 16) Coherent Research Limited 8 Princess Mews Kingston upon Thames Surrey KT1 2SZ GB 00-17-BD (hex) Tibetsystem 0017BD (base 16) Tibetsystem 6F IT Castle II 550-1 Gasan-dong Seoul Geumcheon-gu 153-803 KR 00-17-A1 (hex) 3soft inc. 0017A1 (base 16) 3soft inc. shinyoung bldg 4f, chungdam-dong, gangnam-gu seoul 135-100 KR 00-17-92 (hex) Falcom Wireless Comunications Gmbh 001792 (base 16) Falcom Wireless Comunications Gmbh Gewerbering 6 Langewiesen Thuringia 98704 DE 00-17-97 (hex) Telsy Elettronica S.p.A. 001797 (base 16) Telsy Elettronica S.p.A. Corso Svizzera 185 Torino 10149 IT 00-17-8C (hex) Independent Witness, Inc 00178C (base 16) Independent Witness, Inc 1515 West 2200 South Salt Lake City UT 84119 US 00-17-CB (hex) Juniper Networks 0017CB (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 00-17-D3 (hex) Etymotic Research, Inc. 0017D3 (base 16) Etymotic Research, Inc. 61 Martin Lane Elk Grove Village IL 60061 US 00-17-88 (hex) Philips Lighting BV 001788 (base 16) Philips Lighting BV High Tech Campus 45 Eindhoven Noord Brabant 5656 AE NL 00-17-3C (hex) Extreme Engineering Solutions 00173C (base 16) Extreme Engineering Solutions 7878 Big Sky Drive Madison WI 53719 US 00-17-36 (hex) iiTron Inc. 001736 (base 16) iiTron Inc. 88 Mercy St. Mountain View CA 94041 US 00-17-37 (hex) Industrie Dial Face S.p.A. 001737 (base 16) Industrie Dial Face S.p.A. via Canzo, 4 Peschiera Borromeo Milano 20068 IT 00-17-33 (hex) SFR 001733 (base 16) SFR 42 Quai du point du jour Boulogne Billancourt Hauts de Seine 92659 FR 00-17-58 (hex) ThruVision Ltd 001758 (base 16) ThruVision Ltd Central 127, No.18 Abingdon Oxfordshire OX14 4SA GB 00-17-4F (hex) iCatch Inc. 00174F (base 16) iCatch Inc. 10F-2, No. 109, Sec. 6, Mincyuan E. Rd., Taipei 114 TW 00-17-4A (hex) SOCOMEC 00174A (base 16) SOCOMEC rue de Westhouse BENFELD CEDEX 67235 FR 00-17-4E (hex) Parama-tech Co.,Ltd. 00174E (base 16) Parama-tech Co.,Ltd. 2-19-8, Sharyo, Higashi-ku Fukuoka 812-0068 JP 00-17-6F (hex) PAX Computer Technology(Shenzhen) Ltd. 00176F (base 16) PAX Computer Technology(Shenzhen) Ltd. 4/F, No.3 Building, Software Park, Second Central Science-Tech Road, High-Tech Shenzhen GuangDong 518057 CN 00-17-71 (hex) APD Communications Ltd 001771 (base 16) APD Communications Ltd Newlands Centre HULL HU6 7TQ GB 00-17-5B (hex) ACS Solutions Switzerland Ltd. 00175B (base 16) ACS Solutions Switzerland Ltd. Frankenstrasse 70 Bern- Buempliz 3018 CH 00-17-29 (hex) Ubicod Co.LTD 001729 (base 16) Ubicod Co.LTD 7F Chun-gin Bldg, 53-5 Wonhyo-ro Seoul 140-719 KR 00-17-27 (hex) Thermo Ramsey Italia s.r.l. 001727 (base 16) Thermo Ramsey Italia s.r.l. Strada Rivoltana km 6/7 Rodano Milano 20090 IT 00-17-2A (hex) Proware Technology Corp.(By Unifosa) 00172A (base 16) Proware Technology Corp.(By Unifosa) 6Fl., No. 4, Alley 1, Lane 235, PaoChao Rd., Sindian Dist., New Taipei City 231 TW 00-17-25 (hex) Liquid Computing 001725 (base 16) Liquid Computing 340 Terry Fox Drive Ottawa Ontario K2K 3A2 CA 00-17-64 (hex) ATMedia GmbH 001764 (base 16) ATMedia GmbH Stuhlsatzenhausweg 69 Saarbruecken Saarland 66123 DE 00-17-5E (hex) Zed-3 00175E (base 16) Zed-3 501 Valley Way Milpitas CA 95035 US 00-17-66 (hex) Accense Technology, Inc. 001766 (base 16) Accense Technology, Inc. 35 Tansumachi Shinjyuku-ku Tokyo 1620833 JP 00-16-D0 (hex) ATech elektronika d.o.o. 0016D0 (base 16) ATech elektronika d.o.o. Bac pri Materiji 30 Materija SI 6242 SI 00-16-C3 (hex) BA Systems Inc 0016C3 (base 16) BA Systems Inc 6895 Via Del Oro San Jose CA 95119 US 00-16-F0 (hex) Dell 0016F0 (base 16) Dell 909 Hermosa Ct Sunnyvale CA 94085 US 00-16-F8 (hex) AVIQTECH TECHNOLOGY CO., LTD. 0016F8 (base 16) AVIQTECH TECHNOLOGY CO., LTD. 6F 12, Li-hsin Road, SBIP Hsin-chu 300 TW 00-16-E8 (hex) Sigma Designs, Inc. 0016E8 (base 16) Sigma Designs, Inc. 1778 McCarthy Blvd. Milpitas CA 95035 US 00-17-03 (hex) MOSDAN Internation Co.,Ltd 001703 (base 16) MOSDAN Internation Co.,Ltd No.216 Xiwei,Shanhua Dist, Tainan 741 TW 00-16-FC (hex) TOHKEN CO.,LTD. 0016FC (base 16) TOHKEN CO.,LTD. 2-16-20 Tamagawa Chofu Tokyo 182-0025 JP 00-16-E9 (hex) Tiba Medical Inc 0016E9 (base 16) Tiba Medical Inc 5024 Lakewood Drive Plano TX 75093 US 00-16-DC (hex) ARCHOS 0016DC (base 16) ARCHOS 12 rue AMPERE IGNY ESSONNES 91430 FR 00-17-14 (hex) BR Controls Nederland bv 001714 (base 16) BR Controls Nederland bv Branderweg 1 Zwolle Overijssel 8042 PD NL 00-17-1B (hex) Innovation Lab Corp. 00171B (base 16) Innovation Lab Corp. 12FL., No. 285, Sec. 2, TiDing Blvd., Taipei 11493 TW 00-17-09 (hex) Exalt Communications 001709 (base 16) Exalt Communications 580 Division Street Campbell CA 95008 US 00-16-C1 (hex) Eleksen Ltd 0016C1 (base 16) Eleksen Ltd Pinewood Studios Iver Bucks SL0 0NH US 00-16-A9 (hex) 2EI 0016A9 (base 16) 2EI Rua dos Rubis, 77 - Assumpcao Aguas de Lindoia São Paulo 13940-000 BR 00-16-B0 (hex) VK Corporation 0016B0 (base 16) VK Corporation VK B/D, 548-6, Anyang 8dong, Manan-gu Anyang Kyounggi 430-8903 KR 00-16-B1 (hex) KBS 0016B1 (base 16) KBS 88 rue Pierre Sémard Moissy cedex Ile de France 77552 FR 00-16-AE (hex) INVENTEL 0016AE (base 16) INVENTEL 35 rue Tournefort PARIS 75005 FR 00-16-AC (hex) Toho Technology Corp. 0016AC (base 16) Toho Technology Corp. HIGASHI 5-1 INAZAWA-CITY AICHI 492-8501 JP 00-16-83 (hex) WEBIO International Co.,.Ltd. 001683 (base 16) WEBIO International Co.,.Ltd. 21F.,No.171 Songde Rd.,Sinyi District Taipei 11085 TW 00-16-84 (hex) Donjin Co.,Ltd. 001684 (base 16) Donjin Co.,Ltd. 21F,Cangsong Building,Tairan,Futian Shenzhen Guangdong 518040 CN 00-16-87 (hex) Chubb CSC-Vendor AP 001687 (base 16) Chubb CSC-Vendor AP Ottawa STN Ottawa K1G 6W6 CA 00-16-7F (hex) Bluebird Soft Inc. 00167F (base 16) Bluebird Soft Inc. 562-21 Gangnam-gu, Seoul 135-890 KR 00-16-4C (hex) PLANET INT Co., Ltd 00164C (base 16) PLANET INT Co., Ltd 8th Floor, Saeum B/D, 1361-5 Seoul 137-070 KR 00-16-49 (hex) SetOne GmbH 001649 (base 16) SetOne GmbH Hegenheimer Str. 2 Weil am Rhein D-79576 DE 00-16-47 (hex) Cisco Systems, Inc 001647 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-16-65 (hex) Cellon France 001665 (base 16) Cellon France Route d'Angers Le Mans cedex 9 Le Mans Sarthe 72081 FR 00-16-5F (hex) Fairmount Automation 00165F (base 16) Fairmount Automation 4621 West Chester Pike Newtown Square PA 19073 US 00-16-7C (hex) iRex Technologies BV 00167C (base 16) iRex Technologies BV HighTech Campus Eindhoven Brabant 5656AE NL 00-16-73 (hex) Bury GmbH & Co. KG 001673 (base 16) Bury GmbH & Co. KG Robert-Koch-Str. 1-7 Loehne Germany 32584 DE 00-16-94 (hex) Sennheiser Communications A/S 001694 (base 16) Sennheiser Communications A/S Langager 6 Solrød Strand Copenhagen 2680 DK 00-16-9C (hex) Cisco Systems, Inc 00169C (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-16-57 (hex) Aegate Ltd 001657 (base 16) Aegate Ltd Technology Centre Melbourn Hertfordshire SG8 6DP GB 00-16-8C (hex) DSL Partner AS 00168C (base 16) DSL Partner AS Havreveien 49 Oslo 0680 NO 00-16-1B (hex) Micronet Corporation 00161B (base 16) Micronet Corporation 1788-388 Nomura Hirooka Shiojiri-shi Nagano-ken 399-0702 JP 00-16-18 (hex) HIVION Co., Ltd. 001618 (base 16) HIVION Co., Ltd. 2F., Akyung Bldg., 54-10, Munjeong-dong, Songpa-Gu Seoul KR 00-16-1E (hex) Woojinnet 00161E (base 16) Woojinnet 292 osan dongtan hwaseong kyonggi 445-813 KR 00-16-1F (hex) SUNWAVETEC Co., Ltd. 00161F (base 16) SUNWAVETEC Co., Ltd. #823, Kwanyang-dong, Dongan-ku Anyang-si Kyungki-do 431-060 US 00-16-14 (hex) Picosecond Pulse Labs 001614 (base 16) Picosecond Pulse Labs 2500 55th Street Boulder CO 80301 US 00-16-0E (hex) Optica Technologies Inc. 00160E (base 16) Optica Technologies Inc. 2051 Dogwood Street Louisville CO 80027 US 00-16-43 (hex) Sunhillo Corporation 001643 (base 16) Sunhillo Corporation 444 Kelley Drive West Berlin New Jersey 08091 US 00-16-44 (hex) LITE-ON Technology Corp. 001644 (base 16) LITE-ON Technology Corp. 18F, No.392, Ruey Kuang Road, Niehu, Taipei 114 TW 00-16-3E (hex) Xensource, Inc. 00163E (base 16) Xensource, Inc. 2300 Geng Rd. Palo Alto CA 94303 US 00-15-FD (hex) Complete Media Systems 0015FD (base 16) Complete Media Systems Grove Place Warninglid West sussex RH17 5SN GB 00-15-F6 (hex) SCIENCE AND ENGINEERING SERVICES, INC. 0015F6 (base 16) SCIENCE AND ENGINEERING SERVICES, INC. 4015 PULASKI PIKE NW HUNTSVILLE AL 35810 US 00-16-34 (hex) Mathtech, Inc. 001634 (base 16) Mathtech, Inc. 6402 Arlington Blvd., Falls Church Virginia 22042-2356 US 00-16-2C (hex) Xanboo 00162C (base 16) Xanboo 115 West 30th, 6th Fl New York NY 10001 US 00-16-05 (hex) YORKVILLE SOUND INC. 001605 (base 16) YORKVILLE SOUND INC. 4625 WITMER INDUSTRIAL ESTATE NIAGARA FALLS NY 14305 US 00-15-F9 (hex) Cisco Systems, Inc 0015F9 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-15-E3 (hex) Dream Technologies Corporation 0015E3 (base 16) Dream Technologies Corporation Ebisu Prime Square, 1-1-39 Hiroo Tokyo 150-0012 JP 00-15-E0 (hex) Ericsson 0015E0 (base 16) Ericsson Nya Vattentornet Lund SE-221 83 NO 00-15-F3 (hex) PELTOR AB 0015F3 (base 16) PELTOR AB Box 2341 SE-331 02 Värnamo SE-331 02 SE 00-15-E7 (hex) Quantec Tontechnik 0015E7 (base 16) Quantec Tontechnik Mittenwalderstr.63 München D-81377 DE 00-15-D3 (hex) Pantech&Curitel Communications, Inc. 0015D3 (base 16) Pantech&Curitel Communications, Inc. 1451-34, Seocho-dong, Seocho-Gu Seoul 137-070 KR 00-15-AD (hex) Accedian Networks 0015AD (base 16) Accedian Networks 4878 Levy, suite 202 St-Laurent Quebec H9P 2V4 CA 00-15-AC (hex) Capelon AB 0015AC (base 16) Capelon AB Jägerhorns väg 1 Kungens Kurva Stockholm S-141 75 SE 00-15-A9 (hex) KWANG WOO I&C CO.,LTD 0015A9 (base 16) KWANG WOO I&C CO.,LTD 898-23, Hogye-dong,Dongan-gu 431-080 KR 00-E0-A8 (hex) SAT GmbH & Co. 00E0A8 (base 16) SAT GmbH & Co. RUTHNERGASSE 1 VIENNA A-1210 AT 00-15-74 (hex) Horizon Semiconductors Ltd. 001574 (base 16) Horizon Semiconductors Ltd. 9 Hamenofim St. Herzliya 46120 IL 00-15-8A (hex) SURECOM Technology Corp. 00158A (base 16) SURECOM Technology Corp. 6F, No. 125, Sec. 2, Datung Rd. Shijr City, Taipei County 221 TW 00-15-8E (hex) Plustek.INC 00158E (base 16) Plustek.INC 13F-1,No3(Building F) Yuan Qu Street Taipei Yuan Qu 115 TW 00-15-89 (hex) D-MAX Technology Co.,Ltd 001589 (base 16) D-MAX Technology Co.,Ltd 7F-6,NO.26,Lian Cheng RD.,Chung-Ho City Taipei Hsien 235 US 00-15-B4 (hex) Polymap Wireless LLC 0015B4 (base 16) Polymap Wireless LLC 310 S. Williams Blvd. Ste. 350 Tucson AZ 85711 US 00-15-CA (hex) TeraRecon, Inc. 0015CA (base 16) TeraRecon, Inc. 2955 Campus Drive, Suite 325 San Mateo CA 94403 US 00-15-98 (hex) Kolektor group 001598 (base 16) Kolektor group Vojkova 10 Idrija 5280 SI 00-15-12 (hex) Zurich University of Applied Sciences 001512 (base 16) Zurich University of Applied Sciences Technikumstrasse 9 Winterthur ZH CH-8401 CH 00-15-0A (hex) Sonoa Systems, Inc 00150A (base 16) Sonoa Systems, Inc 3900 Freedom Circle Santa Clara CA 95054 US 00-15-70 (hex) Zebra Technologies Inc 001570 (base 16) Zebra Technologies Inc 475 Half Day Road Lincolnshire IL 60069 US 00-15-6E (hex) A. W. Communication Systems Ltd 00156E (base 16) A. W. Communication Systems Ltd Crook Barn Carlisle Cumbria CA6 6LH GB 00-15-68 (hex) Dilithium Networks 001568 (base 16) Dilithium Networks 5401 Old Redwood Hwy Petaluma CA 94954 US 00-15-4B (hex) Wonde Proud Technology Co., Ltd 00154B (base 16) Wonde Proud Technology Co., Ltd 21F., No.100, Sec.1, Shintai 5th Rd Sijhih city Taipei County 221 TW 00-15-48 (hex) CUBE TECHNOLOGIES 001548 (base 16) CUBE TECHNOLOGIES 46 A CHEMIN DU MOULIN CARRON 69570 DARDILLY FRANCE FR 00-15-5F (hex) GreenPeak Technologies 00155F (base 16) GreenPeak Technologies Spinnerijstraat 14 Zele 9240 BE 00-15-5A (hex) DAINIPPON PHARMACEUTICAL CO., LTD. 00155A (base 16) DAINIPPON PHARMACEUTICAL CO., LTD. 2-6-8, DOSHOMACHI, CHUO-KU OSAKA CITY OSAKA PREF. 541-8524 JP 00-15-1D (hex) M2I CORPORATION 00151D (base 16) M2I CORPORATION Kyonggi Venture Anyang technical center, 13th Floor, 572-5, Anyang 8-Dong, Manan-Gu Anyang-Shi Kyonggi-Do 430-731 KR 00-15-3C (hex) Kprotech Co., Ltd. 00153C (base 16) Kprotech Co., Ltd. 2nd Floor, # 202, Myoung-ji e-Space II An-yang City Gyeong-gi Do 430-817 KR 00-15-3A (hex) Shenzhen Syscan Technology Co.,Ltd. 00153A (base 16) Shenzhen Syscan Technology Co.,Ltd. 13F, Olympic Plaza, Shenzhen Guangdong 518034 CN 00-15-32 (hex) Consumer Technologies Group, LLC 001532 (base 16) Consumer Technologies Group, LLC 801 Brookhollow Efland NC 27243 US 00-14-9B (hex) Nokota Communications, LLC 00149B (base 16) Nokota Communications, LLC 200 Galleria Parkway Atlanta Georgia 30339 US 00-14-A1 (hex) Synchronous Communication Corp 0014A1 (base 16) Synchronous Communication Corp 9 floor, No168, Rueiguang Road, Neihu District Taipei 114 TW 00-14-9E (hex) UbONE Co., Ltd 00149E (base 16) UbONE Co., Ltd Shinyoung B.D. 602, SeoHyeon2-Dong Seongnam-si Gyeongg-do 463-824 KR 00-14-A2 (hex) Core Micro Systems Inc. 0014A2 (base 16) Core Micro Systems Inc. Wacore Kaname-cho Bldg. 9F, 11-2, Nakamaru-cho Itabashi-ku Tokyo 173-0026 JP 00-14-AD (hex) Gassner Wiege- und Meßtechnik GmbH 0014AD (base 16) Gassner Wiege- und Meßtechnik GmbH Münchner Bundesstraße Salzburg A-5020 AT 00-14-AF (hex) Datasym POS Inc. 0014AF (base 16) Datasym POS Inc. 45 Dalkeith Drive Brantford Ontario N3P1M1 CA 00-14-A9 (hex) Cisco Systems, Inc 0014A9 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-14-FF (hex) Precise Automation, Inc. 0014FF (base 16) Precise Automation, Inc. 1402 Alexandra Blvd Crystal Lake IL 60014 US 00-14-FA (hex) AsGa S.A. 0014FA (base 16) AsGa S.A. Rod Roberto Moreira Km 04 Paulinia São Paulo 13140-000 BR 00-14-FB (hex) Technical Solutions Inc. 0014FB (base 16) Technical Solutions Inc. 101-7188 Progress Way Delta BC V4G 1M6 CA 00-14-D2 (hex) Kyuden Technosystems Corporation 0014D2 (base 16) Kyuden Technosystems Corporation 4-19-18 SHIMIZU,MINAMI-KU FUKUOKA 815-0031 JP 00-14-DC (hex) Communication System Design & Manufacturing (CSDM) 0014DC (base 16) Communication System Design & Manufacturing (CSDM) Postbus 181 Bussum NH 1400 AD NL 00-14-CD (hex) DigitalZone Co., Ltd. 0014CD (base 16) DigitalZone Co., Ltd. No. 1001 E&C VentureDreamTower2 Seoul 152-848 KR 00-14-C0 (hex) Symstream Technology Group Ltd 0014C0 (base 16) Symstream Technology Group Ltd Level 1, 3 Chester Street Oakleigh Victoria 3166 AU 00-14-C1 (hex) U.S. Robotics Corporation 0014C1 (base 16) U.S. Robotics Corporation 935 National Parkway Schaumburg IL 60173-5157 US 00-14-C4 (hex) Vitelcom Mobile Technology 0014C4 (base 16) Vitelcom Mobile Technology PTA, Avda, Juan López Peñalver, nº 7 Campanillas. Malaga. ES 00-14-EC (hex) Acro Telecom 0014EC (base 16) Acro Telecom 714 Woolim e-Biz Center 170-5 Guro-dong Guro-Gu Seoul 152-769 KR 00-14-EB (hex) AwarePoint Corporation 0014EB (base 16) AwarePoint Corporation 8899 University Center Lane San Diego CA 92122 US 00-14-AB (hex) Senhai Electronic Technology Co., Ltd. 0014AB (base 16) Senhai Electronic Technology Co., Ltd. Rm.10A. 28/F.SEGPlaza Huaqiangbei Road Shengzhen Guangdong 518031 CN 00-14-B0 (hex) Naeil Community 0014B0 (base 16) Naeil Community #506 AceTwin Tower 1, Guro-Dong Seoul Guro-Gu 152779 KR 00-14-F4 (hex) DekTec Digital Video B.V. 0014F4 (base 16) DekTec Digital Video B.V. Van Riebeeckweg 43A Hilversum NH 1212AE NL 00-14-F5 (hex) OSI Security Devices 0014F5 (base 16) OSI Security Devices 1580 Jayken Way Chula Vista California 91911 US 00-14-8E (hex) Tele Power Inc. 00148E (base 16) Tele Power Inc. 1-46-15#B1F Nerima-ku Tokyo 176-0005 JP 00-14-8F (hex) Protronic (Far East) Ltd. 00148F (base 16) Protronic (Far East) Ltd. Rm. 2504, Nanyang Plaza, Kwun Tong Kowloon HK 00-14-8C (hex) General Dynamics Mission Systems 00148C (base 16) General Dynamics Mission Systems 150 Rustcraft Road Dedham MA 02026 US 00-14-87 (hex) American Technology Integrators 001487 (base 16) American Technology Integrators 1358 Rosalia Ave San Jose CA 95130 US 00-14-44 (hex) Grundfos Holding 001444 (base 16) Grundfos Holding Poul Due Jensensvej 7 Bjerringbro DK8850 DK 00-14-37 (hex) GSTeletech Co.,Ltd. 001437 (base 16) GSTeletech Co.,Ltd. 1385-14, Juan-Dong, Nam-gu Incheon 402-200 KR 00-14-31 (hex) PDL Electronics Ltd 001431 (base 16) PDL Electronics Ltd 81 Austin Street Napier Hawkes Bay NZ 00-14-4D (hex) Intelligent Systems 00144D (base 16) Intelligent Systems 11101 Johns Hopkins Road Laurel MD 20723 US 00-14-4A (hex) Taiwan Thick-Film Ind. Corp. 00144A (base 16) Taiwan Thick-Film Ind. Corp. NO.126,Wuu Gong 2nd RD, Taipei Hsien 248 TW 00-14-45 (hex) Telefon-Gradnja d.o.o. 001445 (base 16) Telefon-Gradnja d.o.o. Plesivicka 3 Sveta Nedelja Zupanija Zagrebacka 10431 HR 00-14-68 (hex) CelPlan International, Inc. 001468 (base 16) CelPlan International, Inc. 1920 Association Drive Reston VA 20191 US 00-14-7C (hex) 3Com Ltd 00147C (base 16) 3Com Ltd Peoplebuilding 2 Hemel Hempstead Herts HP2 4NW GB 00-14-81 (hex) Multilink Inc 001481 (base 16) Multilink Inc 580 Ternes Ave Elyria OH 44035 US 00-14-64 (hex) Cryptosoft 001464 (base 16) Cryptosoft Lermontova str, 3 Penza region 440026 RU 00-14-5E (hex) IBM Corp 00145E (base 16) IBM Corp 3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US 00-14-58 (hex) HS Automatic ApS 001458 (base 16) HS Automatic ApS Bjerringbrovej 70 Rodovre 2610 DK 00-14-21 (hex) Total Wireless Technologies Pte. Ltd. 001421 (base 16) Total Wireless Technologies Pte. Ltd. Blk 1003, Bukit Merah Central, #04-18 159836 SG 00-14-20 (hex) G-Links networking company 001420 (base 16) G-Links networking company 1FL. NO.15-49, MING DER SECOND ROAD, Keelung 206 TW 00-14-18 (hex) C4Line 001418 (base 16) C4Line 1001 Hyundai Parisian, Yangchun-Gu Seoul 158-050 KR 00-14-1B (hex) Cisco Systems, Inc 00141B (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-13-F0 (hex) Wavefront Semiconductor 0013F0 (base 16) Wavefront Semiconductor 4746 44th Ave SW Seattle WA 98116 US 00-13-EF (hex) Kingjon Digital Technology Co.,Ltd 0013EF (base 16) Kingjon Digital Technology Co.,Ltd Room 827,Huanan Dianli Bulding,No.2050 Shenzhen GuangDong 518031 CN 00-13-EB (hex) Sysmaster Corporation 0013EB (base 16) Sysmaster Corporation 5801 Christie Ave. Emeryville CA 94608 US 00-13-EC (hex) Netsnapper Technologies SARL 0013EC (base 16) Netsnapper Technologies SARL 2160 Century Park East 1806 Los Angeles CA 90067-2236 US 00-14-2B (hex) Edata Communication Inc. 00142B (base 16) Edata Communication Inc. 2F-1, No. 872, Chung-Cheng Rd Taipei Hsien 235 TW 00-14-2C (hex) Koncept International, Inc. 00142C (base 16) Koncept International, Inc. 2500 E Foothill Blvd. #407 Pasadena CA 91107 US 00-14-24 (hex) Merry Electrics CO., LTD. 001424 (base 16) Merry Electrics CO., LTD. NO.22,23rd ROAD TAICHUNG CITY 40850 TW 00-13-D0 (hex) t+ Medical Ltd 0013D0 (base 16) t+ Medical Ltd 174E Milton Park Abingdon OX14 4SE GB 00-13-D2 (hex) PAGE IBERICA, S.A. 0013D2 (base 16) PAGE IBERICA, S.A. AV. DE LA INDUSTRIA, 24 TRES CANTOS MADRID 28760 ES 00-13-D1 (hex) KIRK telecom A/S 0013D1 (base 16) KIRK telecom A/S Langmarksvej 34 Horsens 8700 DK 00-14-0F (hex) Federal State Unitary Enterprise Leningrad R&D Institute of 00140F (base 16) Federal State Unitary Enterprise Leningrad R&D Institute of 11 Warshawskaya St. St. Petersburg 196128 RU 00-14-07 (hex) Sperian Protection Instrumentation 001407 (base 16) Sperian Protection Instrumentation 651 South Main Street Middletown CT 06457 US 00-14-06 (hex) Go Networks 001406 (base 16) Go Networks 126 Yigal Alon st. Tel Aviv 67443 IL 00-14-0A (hex) WEPIO Co., Ltd. 00140A (base 16) WEPIO Co., Ltd. #1125, Opus1, Gurodongcomplex building Seoul 152-050 KR 00-13-FA (hex) LifeSize Communications, Inc 0013FA (base 16) LifeSize Communications, Inc 901 S. Mopac Austin TX 78746 US 00-13-FB (hex) RKC INSTRUMENT INC. 0013FB (base 16) RKC INSTRUMENT INC. 16-6, Kugahara 5-chome, Ohta-ku Tokyo 146-8515 JP 00-13-DC (hex) IBTEK INC. 0013DC (base 16) IBTEK INC. 16F, 30, Pei-Ping East Rd., Taipei 100 TW 00-13-BA (hex) ReadyLinks Inc 0013BA (base 16) ReadyLinks Inc 6595 Edenvale Boulevard Eden Prairie MN 55346 US 00-13-B8 (hex) RyCo Electronic Systems Limited 0013B8 (base 16) RyCo Electronic Systems Limited Unit E, Cartel Business Estate Harlow Essex CM20 2TT GB 00-13-B6 (hex) Sling Media, Inc. 0013B6 (base 16) Sling Media, Inc. 1840 Gateway Center San Mateo CA 94404 US 00-13-7D (hex) Dynalab, Inc. 00137D (base 16) Dynalab, Inc. 555 Lancaster Ave. Reynoldsburg OH 43068 US 00-13-83 (hex) Application Technologies and Engineering Research Laboratory 001383 (base 16) Application Technologies and Engineering Research Laboratory Shinjuku 1-chome Bldg. Shinjuku-ku Tokyo 160-0022 JP 00-13-87 (hex) 27M Technologies AB 001387 (base 16) 27M Technologies AB Diskettgatan 11 Linköping S-583 35 SE 00-13-73 (hex) BLwave Electronics Co., Ltd 001373 (base 16) BLwave Electronics Co., Ltd 23FGH, Block A,ZhenYe Building , BaoAn Nan Road , LuoHu , Shenzhen , China ShenZhen GuangDong 518000 CN 00-13-66 (hex) Neturity Technologies Inc. 001366 (base 16) Neturity Technologies Inc. 830 Stewart Drive Sunnyvale CA 94085 US 00-13-5B (hex) PanelLink Cinema, LLC 00135B (base 16) PanelLink Cinema, LLC 1070 E Arques Ave Sunnyvale CA 94085 US 00-13-6F (hex) PacketMotion, Inc. 00136F (base 16) PacketMotion, Inc. 2121 El Camino Real San Mateo CA 94403 US 00-13-68 (hex) Saab Danmark A/S 001368 (base 16) Saab Danmark A/S Alsion 2 Soenderborg DK 6400 DK 00-13-B4 (hex) Appear TV 0013B4 (base 16) Appear TV P.O. Box 8 Lilleaker Oslo NO-0216 NO 00-13-AE (hex) Radiance Technologies, Inc. 0013AE (base 16) Radiance Technologies, Inc. 350 Wynn Dr. Huntsville Alabama 35805 US 00-13-97 (hex) Oracle Corporation 001397 (base 16) Oracle Corporation 500 Oracle Parkway Redwood Shores CA 94065 US 00-13-C3 (hex) Cisco Systems, Inc 0013C3 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-13-BD (hex) HYMATOM SA 0013BD (base 16) HYMATOM SA Zone Industrielle VENDARGUES HERAULT 34740 FR 00-13-91 (hex) OUEN CO.,LTD. 001391 (base 16) OUEN CO.,LTD. Gotanda NT Bldg.7F, Shinagawa-ku Tokyo 141-0022 JP 00-13-23 (hex) Cap Co., Ltd. 001323 (base 16) Cap Co., Ltd. 11F,684-2,deungchon 3-dong,gangseo-gu Seoul 157-754 KR 00-13-14 (hex) Asiamajor Inc. 001314 (base 16) Asiamajor Inc. 6F-9, No. 268, Lian-Cheng Rd., Junghe City, Taipei 235 TW 00-13-16 (hex) L-S-B Broadcast Technologies GmbH 001316 (base 16) L-S-B Broadcast Technologies GmbH Gustav-Stresemann-Str. 8 Bingen Rheinland-Pfalz 55411 DE 00-13-12 (hex) Amedia Networks Inc. 001312 (base 16) Amedia Networks Inc. 101 Crawfords Corner Rd Holmdel NJ 07733 US 00-13-36 (hex) Tianjin 712 Communication Broadcasting co., ltd. 001336 (base 16) Tianjin 712 Communication Broadcasting co., ltd. No.185, Xinda Road, Hebei District Tianjin 300140 CN 00-13-5E (hex) EAB/RWI/K 00135E (base 16) EAB/RWI/K Färögatan 6 Stockholm Kista 164 80 SE 00-13-4E (hex) Valox Systems, Inc. 00134E (base 16) Valox Systems, Inc. #704, Ace Twin tower 2, 212-30, Guro-3dong, Guro-gu Seoul 152-779 KR 00-13-44 (hex) Fargo Electronics Inc. 001344 (base 16) Fargo Electronics Inc. 6533 Flying Cloud Drive Eden Prairie MN 55344 US 00-13-48 (hex) Artila Electronics Co., Ltd. 001348 (base 16) Artila Electronics Co., Ltd. 2F., No.1, Alley 8, Siwei Lane, Zhongzheng Rd., Xindian City Taipei County 231 TW 00-12-EF (hex) OneAccess SA 0012EF (base 16) OneAccess SA 28 rue de la Redoute Fontenay aux Roses 92260 FR 00-12-E9 (hex) Abbey Systems Ltd 0012E9 (base 16) Abbey Systems Ltd Level 4, 220 Willis St Wellington 6030 NZ 00-13-00 (hex) IT-FACTORY, INC. 001300 (base 16) IT-FACTORY, INC. 1-16-26 TAKAGI MINAMI-KU FUKUOKA-SHI FUKUOKA-KEN 815-0004 JP 00-13-22 (hex) DAQ Electronics, Inc. 001322 (base 16) DAQ Electronics, Inc. 262B Old New Brunswick Road Piscataway NJ 08854 US 00-12-D5 (hex) Motion Reality Inc. 0012D5 (base 16) Motion Reality Inc. 200 North Cobb Parkway Marietta GA 30062 US 00-12-D8 (hex) International Games System Co., Ltd. 0012D8 (base 16) International Games System Co., Ltd. No.130, Wu-Gung Rd., Wu-Gu Industrial Park, Taipei 248 TW 00-12-9A (hex) IRT Electronics Pty Ltd 00129A (base 16) IRT Electronics Pty Ltd 26 Hotham Parade Artarmon NSW 2064 AU 00-12-8D (hex) STB Datenservice GmbH 00128D (base 16) STB Datenservice GmbH Weinsbergstraße 190 Köln NRW 50825 DE 00-12-DB (hex) ZIEHL industrie-elektronik GmbH + Co KG 0012DB (base 16) ZIEHL industrie-elektronik GmbH + Co KG Daimlerstraße 13 Schwäbisch Hall 74523 DE 00-12-D6 (hex) Jiangsu Yitong High-Tech Co.,Ltd 0012D6 (base 16) Jiangsu Yitong High-Tech Co.,Ltd No 216 Huanghe Road Changshu Jiangsu 215500 CN 00-12-DA (hex) Cisco Systems, Inc 0012DA (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-12-D3 (hex) Zetta Systems, Inc. 0012D3 (base 16) Zetta Systems, Inc. 17311 135th AVE NE Woodinville WA 98072 US 00-12-A2 (hex) VITA 0012A2 (base 16) VITA PO Box 19658 Fountain Hills AZ 85269 US 00-12-A5 (hex) Dolphin Interconnect Solutions AS 0012A5 (base 16) Dolphin Interconnect Solutions AS NILS Hansens Vei 13 Oslo 0667 NO 00-12-A8 (hex) intec GmbH 0012A8 (base 16) intec GmbH Rahmedestraße 90 Luedenscheid NRW 58507 DE 00-12-9E (hex) Surf Communications Inc. 00129E (base 16) Surf Communications Inc. Room 313, 3F, Bldg.52, No. 195, Chung Hsing Rd., Sec 4, Chutung, HsinChu, Taiwan HsinChu 310 TW 00-12-BA (hex) FSI Systems, Inc. 0012BA (base 16) FSI Systems, Inc. 5847 County Road 41 Farmington NY 14425 US 00-12-B2 (hex) AVOLITES LTD. 0012B2 (base 16) AVOLITES LTD. 184 PARK AVENUE LONDON NW10 7XL GB 00-12-AE (hex) HLS HARD-LINE Solutions Inc. 0012AE (base 16) HLS HARD-LINE Solutions Inc. 53 Main Street Dowling Ontario P0M 1R0 CA 00-12-AF (hex) ELPRO Technologies 0012AF (base 16) ELPRO Technologies 9 / 12 Billabong St. Stafford Queensland 4053 AU 00-12-E6 (hex) SPECTEC COMPUTER CO., LTD. 0012E6 (base 16) SPECTEC COMPUTER CO., LTD. 6F., No. 92, Nanking E. Rd. Sec. 5, Taipei 105 TW 00-12-36 (hex) ConSentry Networks 001236 (base 16) ConSentry Networks 1690 McCandless Dr Milipitas CA 95035 US 00-12-35 (hex) Andrew Corporation 001235 (base 16) Andrew Corporation 2601 Telecom Pkwy Richardson TX 75082 US 00-12-45 (hex) Zellweger Analytics, Inc. 001245 (base 16) Zellweger Analytics, Inc. 405 Barclay Blvd. Lincolnshire Illinois 60069 US 00-12-42 (hex) Millennial Net 001242 (base 16) Millennial Net 285 Billerica Road Chelmsford MA 01803 US 00-12-41 (hex) a2i marketing center 001241 (base 16) a2i marketing center 1024-4 Duksan Bldg Bangbaedong Seochogu Seoul Korea SEOUL 137-060 KR 00-12-3B (hex) KeRo Systems ApS 00123B (base 16) KeRo Systems ApS Allikevej 3 Hørsholm 2970 DK 00-12-87 (hex) Digital Everywhere Unterhaltungselektronik GmbH 001287 (base 16) Digital Everywhere Unterhaltungselektronik GmbH Maria Gailer Strasse 16 Villach Kärnten 9500 AT 00-12-82 (hex) Qovia 001282 (base 16) Qovia 7470 New Technology Way Frederick MD 21703 US 00-12-85 (hex) Gizmondo Europe Ltd 001285 (base 16) Gizmondo Europe Ltd 1 Meadow Gate Avenue Farnborough Hampshire GU14 6FG GB 00-12-77 (hex) Korenix Technologies Co., Ltd. 001277 (base 16) Korenix Technologies Co., Ltd. 11F-1, No. 108, MinQuan Rd. Xindian City Taipei 231 TW 00-12-6D (hex) University of California, Berkeley 00126D (base 16) University of California, Berkeley EECS Department Berkeley CA 94720-1776 US 00-12-67 (hex) Panasonic Corporation 001267 (base 16) Panasonic Corporation 2460-1, Uegawa-Cho Matsusaka-City Mie 571-8506 JP 00-12-65 (hex) Enerdyne Technologies, Inc. 001265 (base 16) Enerdyne Technologies, Inc. 1935 Cordell Court El Cajon CA 92020 US 00-12-57 (hex) LeapComm Communication Technologies Inc. 001257 (base 16) LeapComm Communication Technologies Inc. RM1804-05 South Tower Hong Kong Plaza, No.283 Huaihai Zhong Road Shanghai 200021 CN 00-12-51 (hex) SILINK 001251 (base 16) SILINK 13 RUE POMEYS LE TAILLAN 33320 FR 00-12-8E (hex) Q-Free ASA 00128E (base 16) Q-Free ASA Th. Owesensgt. 35c Trondheim 7443 NO 00-12-92 (hex) Griffin Technology 001292 (base 16) Griffin Technology 1930 Air Lane Drive Nashville TN 37210 US 00-11-F3 (hex) NeoMedia Europe AG 0011F3 (base 16) NeoMedia Europe AG Jens-Otto-Krag-Straße 11 Würselen 52146 DE 00-11-E9 (hex) STARNEX CO., LTD. 0011E9 (base 16) STARNEX CO., LTD. 4th Floor, C&C Bldg, 228-2 Kwangjin-gu Seoul 143-200 KR 00-11-EC (hex) AVIX INC. 0011EC (base 16) AVIX INC. 1-1, Fukuura, Kanazawa-ku Yokohama-shi Kanagawa 236-0004 JP 00-11-E7 (hex) WORLDSAT - Texas de France 0011E7 (base 16) WORLDSAT - Texas de France 220, rue Gustave Eiffel Aix en Provence Bouches du Rhone 13854 FR 00-12-02 (hex) Decrane Aerospace - Audio International Inc. 001202 (base 16) Decrane Aerospace - Audio International Inc. 7300 Industry Drive North Little Rock AR 72117 US 00-11-FE (hex) Keiyo System Research, Inc. 0011FE (base 16) Keiyo System Research, Inc. Hamada park Bldg. 6F Chiba-city Chiba-pref 260-0028 JP 00-11-FD (hex) KORG INC. 0011FD (base 16) KORG INC. 4015-2, Yanokuchi Inagi-City TOKYO 206-0812 JP 00-11-FA (hex) Rane Corporation 0011FA (base 16) Rane Corporation 10802 47th Avenue West Mukilteo WA 98275-5098 US 00-11-CE (hex) Ubisense Limited 0011CE (base 16) Ubisense Limited St. Andrews House Chesterton Cambridge CB4 1DL GB 00-11-D0 (hex) Tandberg Data ASA 0011D0 (base 16) Tandberg Data ASA Kjelsåsveien 161 Oslo 0411 NO 00-11-C3 (hex) Transceiving System Technology Corporation 0011C3 (base 16) Transceiving System Technology Corporation NO.85,Sec.2,Gongdaowu Rd., Hsinchu 300 TW 00-11-C2 (hex) United Fiber Optic Communication 0011C2 (base 16) United Fiber Optic Communication 13-1,NO.700,Jungjeng RD,Junghe City Junghe City Taipei 235 TW 00-12-28 (hex) Data Ltd. 001228 (base 16) Data Ltd. J. Hagaru 9 Bratislava 830 05 SK 00-12-1F (hex) Harding Instruments 00121F (base 16) Harding Instruments 9431-41Ave Edmonton AB T6E 5X7 CA 00-12-20 (hex) Cadco Systems 001220 (base 16) Cadco Systems 2363 Merritt Dr Garland Texas 75041 US 00-12-29 (hex) BroadEasy Technologies Co.,Ltd 001229 (base 16) BroadEasy Technologies Co.,Ltd 24th Floor,Tower A,JinShan Mansion, Nanjing Jiangsu 210009 CN 00-12-26 (hex) Japan Direx Corporation 001226 (base 16) Japan Direx Corporation Kyocera Harajuku Bldg. Shibuya-ku Tokyo 150-0001 JP 00-12-22 (hex) Skardin (UK) Ltd 001222 (base 16) Skardin (UK) Ltd No. 5 Greenway (RO24) Harlow Essex CM19 5QB GB 00-11-E8 (hex) Tixi.Com 0011E8 (base 16) Tixi.Com Karmeliterweg 114 Berlin 13465 DE 00-11-E0 (hex) U-MEDIA Communications, Inc. 0011E0 (base 16) U-MEDIA Communications, Inc. 9F, No.1 Jin-Shan St. Hsinchu 300 TW 00-12-0D (hex) Advanced Telecommunication Technologies, Inc. 00120D (base 16) Advanced Telecommunication Technologies, Inc. 10390 Wilshire Boulevard Los Angeles California 90024 US 00-12-0E (hex) AboCom 00120E (base 16) AboCom 1F , No. 21, Yanfa 2nd Rd., SBIP Hsinchu City 300 TW 00-11-F2 (hex) Institute of Network Technologies 0011F2 (base 16) Institute of Network Technologies 17-th Line Vasilevsky Ostrov, 54-1 St.Petersburg 199178 RU 00-12-10 (hex) WideRay Corp 001210 (base 16) WideRay Corp 25 Kearny Street San Francisco CA 94108 US 00-11-A4 (hex) JStream Technologies Inc. 0011A4 (base 16) JStream Technologies Inc. Bldg.53, R405, 195 Sec.4, Chung Hsing Rd. Chutung, Hsinchu 310 TW 00-11-98 (hex) Prism Media Products Limited 001198 (base 16) Prism Media Products Limited William James House Cambridge Cambridgeshire CB4 0WX GB 00-11-97 (hex) Monitoring Technologies Limited 001197 (base 16) Monitoring Technologies Limited 14 Attenburys Park Estate Timperley Cheshire WA14 5QE GB 00-11-99 (hex) 2wcom Systems GmbH 001199 (base 16) 2wcom Systems GmbH Am Sophienhof 8 Flensburg 24941 DE 00-11-A7 (hex) Infilco Degremont Inc. 0011A7 (base 16) Infilco Degremont Inc. 8007 Discovery Dr. Richmond Virginia 23255-1390 US 00-11-A9 (hex) MOIMSTONE Co., LTD 0011A9 (base 16) MOIMSTONE Co., LTD 7th Floor JoongPyung Building 64-1 Seoul 137-900 KR 00-11-A3 (hex) LanReady Technologies Inc. 0011A3 (base 16) LanReady Technologies Inc. 4F, No. 337, SinHu 2nd Road., NeiHu District Taipei 114 TW 00-11-76 (hex) Intellambda Systems, Inc. 001176 (base 16) Intellambda Systems, Inc. 48501 Warm Springs Blvd, #107 Fremont California 94539 US 00-11-77 (hex) Coaxial Networks, Inc. 001177 (base 16) Coaxial Networks, Inc. 4633 Old Ironsides Dr Santa Clara CA 95054 US 00-11-70 (hex) GSC SRL 001170 (base 16) GSC SRL VIA PER VIMERCATE USMATE VELATE MILANO 20040 IT 00-11-6B (hex) Digital Data Communications Asia Co.,Ltd 00116B (base 16) Digital Data Communications Asia Co.,Ltd 8F,No.41,Lane 221,Kang-Chien RD.,Nei-Hu Dis., Taipei City 114 TW 00-11-69 (hex) EMS Satcom 001169 (base 16) EMS Satcom Green Lane Tewkesbury Gloucestershire GL20 8HD GB 00-11-62 (hex) STAR MICRONICS CO.,LTD. 001162 (base 16) STAR MICRONICS CO.,LTD. 536 Shimizunanatsushinya Shizuoka 424-0066 JP 00-11-81 (hex) InterEnergy Co.Ltd, 001181 (base 16) InterEnergy Co.Ltd, 3F Shinyokohama Bosei Bldg. Yokohama city Kanagawa 222-0033 JP 00-11-94 (hex) Chi Mei Communication Systems, Inc. 001194 (base 16) Chi Mei Communication Systems, Inc. 11F, No.39, Chung Hua RD. Sec 1 Taipei 100 TW 00-11-BF (hex) AESYS S.p.A. 0011BF (base 16) AESYS S.p.A. Via Artigiani, 41 Brusaporto Bergamo 24060 IT 00-11-B7 (hex) Octalix B.V. 0011B7 (base 16) Octalix B.V. Molensteijn 60 De Meern NL-3454 PT NL 00-11-B9 (hex) Inner Range Pty. Ltd. 0011B9 (base 16) Inner Range Pty. Ltd. 1 Millenium Court Knoxfield Victoria 3180 AU 00-11-09 (hex) Micro-Star International 001109 (base 16) Micro-Star International No 69, Li-De Street, Jung-He City, Taipei TW 00-11-04 (hex) TELEXY 001104 (base 16) TELEXY 1116, HYUNDAI 41 TOWER, 917-9 SEOUL 158-723 KR 00-11-61 (hex) NetStreams, LLC 001161 (base 16) NetStreams, LLC 3600 W. Parmer Lane Austin TX 78727 US 00-11-56 (hex) Pharos Systems NZ 001156 (base 16) Pharos Systems NZ Level 3, 123 Carlton Gore Road Auckland NZ 1001 NZ 00-11-59 (hex) MATISSE NETWORKS INC 001159 (base 16) MATISSE NETWORKS INC 339 N BERNARDO AVE MOUNTAIN VIEW CA 94043 US 00-11-5C (hex) Cisco Systems, Inc 00115C (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-11-5D (hex) Cisco Systems, Inc 00115D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-11-26 (hex) Venstar Inc. 001126 (base 16) Venstar Inc. 9250 Owensmouth Ave. Chatsworth CA 91311 US 00-11-2E (hex) CEICOM 00112E (base 16) CEICOM 17 rue Gaston Evrard Toulouse Cedex 1 31094 FR 00-11-22 (hex) CIMSYS Inc 001122 (base 16) CIMSYS Inc #301,Sinsung-clean BLDG,140, Nongseo-Ri,Kiheung-Eup Yongin-City Kyunggi-Do 449-711 KR 00-11-17 (hex) CESNET 001117 (base 16) CESNET Zikova 4 Praha 6 160 00 CZ 00-11-16 (hex) COTEAU VERT CO., LTD. 001116 (base 16) COTEAU VERT CO., LTD. 3-3-19 KACHIDOKI CHUO-KU TOKYO 104-0054 JP 00-11-10 (hex) Maxanna Technology Co., Ltd. 001110 (base 16) Maxanna Technology Co., Ltd. Room201, No.42-3, Luyuan Road Guangzhou 510095 CN 00-11-3B (hex) Micronet Communications Inc. 00113B (base 16) Micronet Communications Inc. 12F-1, No. 100, Min-Chuan Road Hsin-Tien Taipei 231 TW 00-11-3D (hex) KN SOLTEC CO.,LTD. 00113D (base 16) KN SOLTEC CO.,LTD. 98B-5L NAMDONG INDUSTRIAL COMPLEX #662-4 GOJAN-DONG NAMDONG-GU INCHEON 405-818 KR 00-11-34 (hex) MediaCell, Inc. 001134 (base 16) MediaCell, Inc. 600 17th St Denver CO 80202 US 00-11-35 (hex) Grandeye Ltd 001135 (base 16) Grandeye Ltd 6 Huxley Road Guildford Surrey GU2 7RE GB 00-11-21 (hex) Cisco Systems, Inc 001121 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-11-49 (hex) Proliphix Inc. 001149 (base 16) Proliphix Inc. 3 Lan Drive Westford MA 01886 US 00-0F-C0 (hex) DELCOMp 000FC0 (base 16) DELCOMp Technologielaan 3 Leuven B-3000 BE 00-0F-BA (hex) Tevebox AB 000FBA (base 16) Tevebox AB Berglinds vag 13 warmdo S-13900 SE 00-0F-B8 (hex) CallURL Inc. 000FB8 (base 16) CallURL Inc. 3F-11, No. 508 Sec. 5, Chung-Hsiao E. Rd. Taipei 110 TW 00-0F-B7 (hex) Cavium 000FB7 (base 16) Cavium 2315 N First Street San Jose CA 95131 US 00-0F-D3 (hex) Digium 000FD3 (base 16) Digium 445 Jan Davis Drive NW Huntsville AL 35806 US 00-0F-D1 (hex) Applied Wireless Identifications Group, Inc. 000FD1 (base 16) Applied Wireless Identifications Group, Inc. 382 Route 59, Section 292 Monsey New York 10952 US 00-0F-C1 (hex) WAVE Corporation 000FC1 (base 16) WAVE Corporation 3-25-5 Chidori Ohta-ku Tokyo 146-0083 JP 00-11-00 (hex) Schneider Electric 001100 (base 16) Schneider Electric 5460 Pottsville Pike Leesport PA 19533 US 00-0F-FA (hex) Optinel Systems, Inc. 000FFA (base 16) Optinel Systems, Inc. 6835 Deerpath Rd. Elkridge MD 21075 US 00-0F-FD (hex) Glorytek Network Inc. 000FFD (base 16) Glorytek Network Inc. 5F.-3, No.16, Sec. 1, Dongda Rd., Hsinchu 300 TW 00-0F-F9 (hex) Valcretec, Inc. 000FF9 (base 16) Valcretec, Inc. Byucksan Digital Valley II 15F Seoul 153-803 KR 00-0F-C4 (hex) NST co.,LTD. 000FC4 (base 16) NST co.,LTD. 4-3-1 SHINMIYAKODA HAMAMATSU SHIZUOKA 431-2103 JP 00-0F-C9 (hex) Allnet GmbH 000FC9 (base 16) Allnet GmbH Maistraße 2 Germering Bavaria 82110 DE 00-0F-C6 (hex) Eurocom Industries A/S 000FC6 (base 16) Eurocom Industries A/S porsvej 2 Aalborg NV DK-9200 DK 00-0F-BE (hex) e-w/you Inc. 000FBE (base 16) e-w/you Inc. 3F FINE Bldg. 6-17-17 Shinagawa-ku, Tokyo 140-0013 JP 00-0F-A9 (hex) PC Fabrik 000FA9 (base 16) PC Fabrik Buchenstrasse 13-15 Dresden Sachsen 01097 DE 00-0F-A0 (hex) CANON KOREA BUSINESS SOLUTIONS INC. 000FA0 (base 16) CANON KOREA BUSINESS SOLUTIONS INC. 736 Wonsi-Dong Ansan-si Kyunggi-do 425-090 KR 00-0F-9A (hex) Synchrony, Inc. 000F9A (base 16) Synchrony, Inc. 6410 Commonwealth Drive Roanoke VA 24018 US 00-0F-EA (hex) Giga-Byte Technology Co.,LTD. 000FEA (base 16) Giga-Byte Technology Co.,LTD. No.215,Nan-Ping Road,Ping-Jen City, Ping-Jen Taoyuan 324 TW 00-0F-F7 (hex) Cisco Systems, Inc 000FF7 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0F-D8 (hex) Force, Inc. 000FD8 (base 16) Force, Inc. 825 Park Street Christiansburg Va 24073 US 00-0F-8D (hex) FAST TV-Server AG 000F8D (base 16) FAST TV-Server AG Ruedesheimerstraße 11-13 Munich Germany 80686 DE 00-0F-85 (hex) ADDO-Japan Corporation 000F85 (base 16) ADDO-Japan Corporation Shin Edobashi Bldg. 4F, 8-6 Nihombashi Kobuna-cho Chuo-ku Tokyo 103-0024 JP 00-0F-82 (hex) Mortara Instrument, Inc. 000F82 (base 16) Mortara Instrument, Inc. 7865 N. 86th St. Milwaukee WI 53224 US 00-0F-49 (hex) Northover Solutions Limited 000F49 (base 16) Northover Solutions Limited Heath Cottage Larling Norfolk NR16 2RB GB 00-0F-4B (hex) Oracle Corporation 000F4B (base 16) Oracle Corporation 900 Chelmsford Street Lowell MA 01851 US 00-0F-44 (hex) Tivella Inc. 000F44 (base 16) Tivella Inc. 795 Main Street Half Moon Bay CA 94019 US 00-0F-4A (hex) Kyushu-kyohan co.,ltd 000F4A (base 16) Kyushu-kyohan co.,ltd 2-6-3,Koganemachi Kitakyushu-city Fukuoka 802-0071 JP 00-0F-81 (hex) PAL Pacific Inc. 000F81 (base 16) PAL Pacific Inc. 79405 Highway 111 La Quinta CA 92253 US 00-0F-7F (hex) UBSTORAGE Co.,Ltd. 000F7F (base 16) UBSTORAGE Co.,Ltd. #A-108, Seoul_Sanup_Jiwon_Center Ganseo-gu Seoul 157-840 KR 00-0F-95 (hex) ELECOM Co.,LTD Laneed Division 000F95 (base 16) ELECOM Co.,LTD Laneed Division 8F Kanda-Muromachi Bldg. Chiyoda-Ku, Tokyo. 101-0052 JP 00-0F-55 (hex) Datawire Communication Networks Inc. 000F55 (base 16) Datawire Communication Networks Inc. 10 Carlson Court, Suite 300 Toronto Ontario M9W 6L2 CA 00-0F-56 (hex) Continuum Photonics Inc 000F56 (base 16) Continuum Photonics Inc 5 Fortune Drive Billerica MA 01821 US 00-0F-60 (hex) Lifetron Co.,Ltd 000F60 (base 16) Lifetron Co.,Ltd 6-7,Tenjinnishimachi Osaka Osaka Prefecture 530-0045 JP 00-0F-5B (hex) Delta Information Systems, Inc. 000F5B (base 16) Delta Information Systems, Inc. 300 Welsh Road, Bldg. 3 Horsham PA 19044-2273 US 00-0F-8A (hex) WideView 000F8A (base 16) WideView F. 6, No. 8, Wu-chuan 2 Rd, Hsin-Chuang City Taipei Country 242 TW 00-0F-90 (hex) Cisco Systems, Inc 000F90 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0F-77 (hex) DENTUM CO.,LTD 000F77 (base 16) DENTUM CO.,LTD Wookyung B/D 602 #678-6 Seoul 157-030 KR 00-0F-7B (hex) Arce Sistemas, S.A. 000F7B (base 16) Arce Sistemas, S.A. C/Padre Larramendi, 3 - 2º Bilbao Vizcaya 48012 ES 00-0F-68 (hex) Vavic Network Technology, Inc. 000F68 (base 16) Vavic Network Technology, Inc. 1st Floor, 15 Jiangong Road Guangzhou Guangdong 510665 CN 00-0E-E2 (hex) Custom Engineering 000EE2 (base 16) Custom Engineering Via Beretttine 2/b Fontevivo Parma 43010 IT 00-0E-E3 (hex) Chiyu Technology Co.,Ltd 000EE3 (base 16) Chiyu Technology Co.,Ltd No. 28, Renai Road, Chiayi, 600 Chiayi 600 TW 00-0E-E5 (hex) bitWallet, Inc. 000EE5 (base 16) bitWallet, Inc. Gate City Ohsaki West Tower 18F, 1-11-1 Osaki, Shinagawa-ku Tokyo 1410032 JP 00-0E-DA (hex) C-TECH UNITED CORP. 000EDA (base 16) C-TECH UNITED CORP. 5F, No 665, CHUNG CHEN RD. HSIN CHUANG CITT of TAIPEI HSIEN 242 TW 00-0E-CF (hex) PROFIBUS Nutzerorganisation e.V. 000ECF (base 16) PROFIBUS Nutzerorganisation e.V. Haid-und-Neu-Straße 7 Karlsruhe Baden-Württemberg 76131 DE 00-0E-EB (hex) Sandmartin(zhong shan)Electronics Co.,Ltd 000EEB (base 16) Sandmartin(zhong shan)Electronics Co.,Ltd 3st Industrial Area,Tan Zhou, Zhongshan Guangdong 528467 CN 00-0E-EC (hex) Orban 000EEC (base 16) Orban 1525 Alvarado St. San Leandro CA 94577 US 00-0E-EF (hex) Private 000EEF (base 16) Private 00-0E-F1 (hex) EZQUEST INC. 000EF1 (base 16) EZQUEST INC. 23311 E. LA PALMA AVE. YORBA LINDA CA 92887 US 00-0E-E7 (hex) AAC ELECTRONICS CORP. 000EE7 (base 16) AAC ELECTRONICS CORP. FLOOR 7,SIXTH BUILDING OF NAIANYOU TNAN INDUSTRIAL AREA,NANSHAN DISTRICT SHENZHEN PROVINCE GUANGDONG 518054 CN 00-0F-1C (hex) DigitAll World Co., Ltd 000F1C (base 16) DigitAll World Co., Ltd Sejin Bld 2F, 689 ilwon2-dong, gangnam-gu Seoul 135-946 KR 00-0F-1A (hex) Gaming Support B.V. 000F1A (base 16) Gaming Support B.V. Industrie weg 29 Rotterdam 3044 AS NL 00-0F-0A (hex) Clear Edge Networks 000F0A (base 16) Clear Edge Networks 11250 El Camino Real San Diego CA 92130 US 00-0F-02 (hex) Digicube Technology Co., Ltd 000F02 (base 16) Digicube Technology Co., Ltd 8F,No. 51, Lane 35, Jihu Rd., Taipei 114 TW 00-0F-2F (hex) W-LINX TECHNOLOGY CO., LTD. 000F2F (base 16) W-LINX TECHNOLOGY CO., LTD. 2F,ELLEN L. SKELTON BUILDING,FISHER LANE ROAD TORTOLA VG 00-0F-2D (hex) CHUNG-HSIN ELECTRIC & MACHINERY MFG.CORP. 000F2D (base 16) CHUNG-HSIN ELECTRIC & MACHINERY MFG.CORP. NO. 25, Wen-Te Rd., Lo-Shan Village Kwei Shan Hsiang Taoyuan Hsien 330 TW 00-0E-F7 (hex) Vulcan Portals Inc 000EF7 (base 16) Vulcan Portals Inc 505 5th Ave South, Suite 900 Seattle WA 98104 US 00-0E-F0 (hex) Festo AG & Co. KG 000EF0 (base 16) Festo AG & Co. KG Ruiterstraße 82 Esslingen 73734 DE 00-0E-E9 (hex) WayTech Development, Inc. 000EE9 (base 16) WayTech Development, Inc. 11Floor, 253 Min-Sheng Road HsinChu 300 TW 00-0F-40 (hex) Optical Internetworking Forum 000F40 (base 16) Optical Internetworking Forum 48377 Fremont Blvd Fremont CA 94538 US 00-0F-33 (hex) DUALi Inc. 000F33 (base 16) DUALi Inc. #505 Samsung Techno Park Bldg 471 Suwon Gyeonggi-do 442-824 KR 00-0F-05 (hex) 3B SYSTEM INC. 000F05 (base 16) 3B SYSTEM INC. 1727, SANKYUK2-DONG, BUK-GU DAEGU 702-845 KR 00-0E-C9 (hex) YOKO Technology Corp. 000EC9 (base 16) YOKO Technology Corp. 6F, No.10, Lane16, Sec2, Sze-Chuan Rd., Pan- Taipei 886 TW 00-0E-BD (hex) Burdick, a Quinton Compny 000EBD (base 16) Burdick, a Quinton Compny 500 Burdick Parkway Deerfield WI 53531 US 00-0E-B9 (hex) HASHIMOTO Electronics Industry Co.,Ltd. 000EB9 (base 16) HASHIMOTO Electronics Industry Co.,Ltd. 3866-12 Takasu-cho Matsusaka Mie 515-0104 JP 00-0E-B2 (hex) Micro-Research Finland Oy 000EB2 (base 16) Micro-Research Finland Oy Välitalontie 83 C Helsinki FIN-00660 FI 00-0E-D0 (hex) Privaris, Inc. 000ED0 (base 16) Privaris, Inc. 675 Peter Jefferson Pkwy, Ste 150 Charlottesville Virginia 22911 US 00-0E-C3 (hex) Logic Controls, Inc. 000EC3 (base 16) Logic Controls, Inc. 355 Denton Avenue New Hyde Park NY 11040 US 00-0E-C4 (hex) Iskra Transmission d.d. 000EC4 (base 16) Iskra Transmission d.d. Stegne 11 Ljubljana 1000 SI 00-0E-C1 (hex) MYNAH Technologies 000EC1 (base 16) MYNAH Technologies 504 Trade Center Blvd Chesterfield MO 63005 US 00-0E-82 (hex) Commtech Wireless 000E82 (base 16) Commtech Wireless 115/396 Scarborough Beach Rd Perth WA 6017 AU 00-0E-89 (hex) CLEMATIC 000E89 (base 16) CLEMATIC 101 rue Pierre SEMARD CHATILLON R.P. 92320 US 00-0E-79 (hex) Ample Communications Inc. 000E79 (base 16) Ample Communications Inc. 4034 Clipper Ct. Fremont CA 94538 US 00-0E-A1 (hex) Formosa Teletek Corporation 000EA1 (base 16) Formosa Teletek Corporation 358,Huaya 2nd Rd. Taoyuan 333 TW 00-0E-98 (hex) HME Clear-Com LTD. 000E98 (base 16) HME Clear-Com LTD. 7400 Beach Drive Cambridgeshire CB25 9TP GB 00-0E-99 (hex) Spectrum Digital, Inc 000E99 (base 16) Spectrum Digital, Inc 12502 Exchange Drive, Suite 440 Stafford TX 77477 US 00-0E-95 (hex) Fujiya Denki Seisakusho Co.,Ltd. 000E95 (base 16) Fujiya Denki Seisakusho Co.,Ltd. 8F Fukushima BLDG. 6-25-11,Nishi-Gotanda Shinagawa-Ku Tokyo 141-0031 JP 00-0E-97 (hex) Ultracker Technology CO., Inc 000E97 (base 16) Ultracker Technology CO., Inc 14F-1, No. 888, Jingguo Road, Taoyuan City, Taoyuan 330 TW 00-0E-A7 (hex) Endace Technology 000EA7 (base 16) Endace Technology 85 Alexandra Street Hamilton 3204 NZ 00-0E-6F (hex) IRIS Corporation Berhad 000E6F (base 16) IRIS Corporation Berhad IRIS Smart Technology Complex Kuala Lumpur WP 57000 MY 00-0E-B5 (hex) Ecastle Electronics Co., Ltd. 000EB5 (base 16) Ecastle Electronics Co., Ltd. #502, Namjang B/D, Bangbae-dong, Seoul 137-818 KR 00-0E-50 (hex) Thomson Telecom Belgium 000E50 (base 16) Thomson Telecom Belgium Prins Boudewijnlaan 47 Edegem Antwerp B-2650 BE 00-0E-4B (hex) atrium c and i 000E4B (base 16) atrium c and i 124-4, Ojeon-dong, Uiwang-city Kyunggi-Do 437-819 KR 00-0E-2B (hex) Safari Technologies 000E2B (base 16) Safari Technologies 63855 M40 Hwy Lawton MI 49065 US 00-0E-28 (hex) Dynamic Ratings P/L 000E28 (base 16) Dynamic Ratings P/L C/O Wilson Transformer Co. Glen Waverley Victoria 3150 AU 00-0E-24 (hex) Huwell Technology Inc. 000E24 (base 16) Huwell Technology Inc. 1F 82-21, Majin Building Seoul 135-010 KR 00-0E-3F (hex) Soronti, Inc. 000E3F (base 16) Soronti, Inc. 12159 Business Park Dr, Suite 140 Draper Utah 84020 US 00-0E-45 (hex) Beijing Newtry Electronic Technology Ltd 000E45 (base 16) Beijing Newtry Electronic Technology Ltd PO Box 95, No. 1 Bei Sha Tan, Beijing 10083 CN 00-0E-1D (hex) ARION Technology Inc. 000E1D (base 16) ARION Technology Inc. 3F, Pica Bldg, 894-2, Hogye 2 Dong An-Yang City Gyeonggi-Do KR 00-0E-12 (hex) Adaptive Micro Systems Inc. 000E12 (base 16) Adaptive Micro Systems Inc. 7840 North 86th St. Milwaukee WI 53224 US 00-0E-4F (hex) Trajet GmbH 000E4F (base 16) Trajet GmbH Rebenring 33 Braunschweig Nds. 38106 DE 00-0E-38 (hex) Cisco Systems, Inc 000E38 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0E-36 (hex) HEINESYS, Inc. 000E36 (base 16) HEINESYS, Inc. 3F, Sungkwang Bldg. 456-13, Sungnae-dong Seoul 134-848 KR 00-0E-17 (hex) Private 000E17 (base 16) Private 00-0E-15 (hex) Tadlys LTD 000E15 (base 16) Tadlys LTD ISRAELI SHIMON 3 RISHON lEZYYON ISRAEL 75654 US 00-0E-01 (hex) ASIP Technologies Inc. 000E01 (base 16) ASIP Technologies Inc. 10F-2, NO.322, Sec.1, Guangfu Rd., Hsinchu 300 TW 00-0D-CB (hex) Petcomkorea Co., Ltd. 000DCB (base 16) Petcomkorea Co., Ltd. 5F,689-47,Geumjeong-dong,Gunpo-si,Kyungg Kyunggi-do gunpo-si 435-050 KR 00-0D-CC (hex) NEOSMART Corp. 000DCC (base 16) NEOSMART Corp. Yoon-B/D 4F, 475-31, Bangbae 2-dong Seoul Seocho-gu 147-819 KR 00-0D-CE (hex) Dynavac Technology Pte Ltd 000DCE (base 16) Dynavac Technology Pte Ltd 30 Tuas Avenue 9 639183 SG 00-0D-E8 (hex) Nasaco Electronics Pte. Ltd 000DE8 (base 16) Nasaco Electronics Pte. Ltd Level 4, Nasaco Tech Centre 486056 SG 00-0D-E9 (hex) Napatech Aps 000DE9 (base 16) Napatech Aps Rundofrbivej 271, 1 Naerum 2850 DK 00-0D-E6 (hex) YOUNGBO ENGINEERING CO.,LTD 000DE6 (base 16) YOUNGBO ENGINEERING CO.,LTD Mt.22, Jaeunga-ri, Jigsan-Eup, Cheonan-shi Chungcheongnam-do #330-810 KR 00-0D-C3 (hex) First Communication, Inc. 000DC3 (base 16) First Communication, Inc. 1F, No.36, Industry E. Rd. IV., Hsinchu TW 00-0D-B9 (hex) PC Engines GmbH 000DB9 (base 16) PC Engines GmbH Flughofstrasse 58 8152 Glattbrugg CH 00-0D-B7 (hex) SANKO ELECTRIC CO,.LTD 000DB7 (base 16) SANKO ELECTRIC CO,.LTD 7-23 Tamanoi-cho Atsuta-ku Nagoya-shi Aichi 456-0025 JP 00-0D-AC (hex) Japan CBM Corporation 000DAC (base 16) Japan CBM Corporation 5-68-10 Nakano, Nakano-Ku Tokyo 164-0001 JP 00-0D-DF (hex) Japan Image & Network Inc. 000DDF (base 16) Japan Image & Network Inc. 5-29-12 Shiba Minato-ku Tokyo 108-0014 JP 00-0D-DB (hex) AIRWAVE TECHNOLOGIES INC. 000DDB (base 16) AIRWAVE TECHNOLOGIES INC. 3F,No.9,Industry E. 9th Road Hsinchu 300 TW 00-0E-04 (hex) CMA/Microdialysis AB 000E04 (base 16) CMA/Microdialysis AB Dalvägen 10 / Box 2 Solna 171 18 SE 00-0D-2A (hex) Scanmatic AS 000D2A (base 16) Scanmatic AS Kilsund Staubø 4920 NO 00-0D-29 (hex) Cisco Systems, Inc 000D29 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0D-26 (hex) Primagraphics Limited 000D26 (base 16) Primagraphics Limited Cambridge House, No.2 Focus Four Letchworth Garden City Hertfordshire SG6 2TU GB 00-0D-46 (hex) Parker SSD Drives 000D46 (base 16) Parker SSD Drives 9225 Forsyth Park Drive Charlotte NC 28273-3884 US 00-0D-41 (hex) Siemens AG ICM MP UC RD IT KLF1 000D41 (base 16) Siemens AG ICM MP UC RD IT KLF1 Suedstrasse 9 Kamp-Lintfort NRW 47475 DE 00-0D-42 (hex) Newbest Development Limited 000D42 (base 16) Newbest Development Limited 3/F Unit 311-312 Shatin NT HK 00-0D-3C (hex) i.Tech Dynamic Ltd 000D3C (base 16) i.Tech Dynamic Ltd Room 1112, Metroplaza Tower 2, 223 Hing 852 HK 00-0D-55 (hex) SANYCOM Technology Co.,Ltd 000D55 (base 16) SANYCOM Technology Co.,Ltd 6F,Beijing Capital Times Square,88# Xich Beijing 100031 CN 00-0D-57 (hex) Fujitsu I-Network Systems Limited. 000D57 (base 16) Fujitsu I-Network Systems Limited. 1-403 kosugi-cho nakahara-ku kawasaki kanagawa 211-0063 JP 00-0D-58 (hex) Private 000D58 (base 16) Private 00-0D-51 (hex) DIVR Systems, Inc. 000D51 (base 16) DIVR Systems, Inc. 2161 Saturn Ct. Bakersfield CA 93308 US 00-0D-39 (hex) Network Electronics 000D39 (base 16) Network Electronics Box 1020 Sandefjord Sandefjord N3204 NO 00-0D-35 (hex) PAC International Ltd 000D35 (base 16) PAC International Ltd 1 Park Gate Close Stockport Cheshire SK6 2SZ GB 00-0D-95 (hex) Opti-cell, Inc. 000D95 (base 16) Opti-cell, Inc. 100 High Tower Blvd., Suite 301 Pittsburgh PA 15205 US 00-0D-91 (hex) Eclipse (HQ Espana) S.L. 000D91 (base 16) Eclipse (HQ Espana) S.L. CC de Negocios Puerto de Banus Marbella 29660 ES 00-0D-62 (hex) Funkwerk Dabendorf GmbH 000D62 (base 16) Funkwerk Dabendorf GmbH Maerkische Strasse Dabendorf Brandenburg 15806 DE 00-0D-65 (hex) Cisco Systems, Inc 000D65 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0D-45 (hex) Tottori SANYO Electric Co., Ltd. 000D45 (base 16) Tottori SANYO Electric Co., Ltd. 3-201, Minami Yoshikata Tottori City Tottori 680-8634 JP 00-0D-A1 (hex) MIRAE ITS Co.,LTD. 000DA1 (base 16) MIRAE ITS Co.,LTD. 7F, ChangHyun B/D,960-1,HoGye1Dong AnYang KyongiGiDo 431-840 KR 00-0D-80 (hex) Online Development Inc 000D80 (base 16) Online Development Inc 7209 Chapman Hwy Knoxville Tn 37920 US 00-0D-13 (hex) Wilhelm Rutenbeck GmbH&Co.KG 000D13 (base 16) Wilhelm Rutenbeck GmbH&Co.KG Niederworth 1-10 Schalksmühle NRW 58579 DE 00-0D-19 (hex) ROBE Show lighting 000D19 (base 16) ROBE Show lighting Hazovice 2090 Roznov pod Radhostem 756 61 US 00-0D-1C (hex) Amesys Defense 000D1C (base 16) Amesys Defense 1030 Av de la LAUZIERE AIX en PROVENCE Cedex 03 13794 FR 00-0C-ED (hex) Real Digital Media 000CED (base 16) Real Digital Media 485 North Keller Road Maitland FL 32751 US 00-0C-F0 (hex) M & N GmbH 000CF0 (base 16) M & N GmbH Dieselstr 18 Rosbach v.d.H. 61191 DE 00-0C-F4 (hex) AKATSUKI ELECTRIC MFG.CO.,LTD. 000CF4 (base 16) AKATSUKI ELECTRIC MFG.CO.,LTD. 593-1,aoji­ cho kusatsu shi shiga 525-0041 JP 00-0C-F3 (hex) CALL IMAGE SA 000CF3 (base 16) CALL IMAGE SA 867 Route Imperiale BAILLARGUES 34670 FR 00-0C-CF (hex) Cisco Systems, Inc 000CCF (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0C-D8 (hex) M. K. Juchheim GmbH & Co 000CD8 (base 16) M. K. Juchheim GmbH & Co Moltkestraße 13 - 31 Fulda Hessen 36039 DE 00-0C-C6 (hex) Ka-Ro electronics GmbH 000CC6 (base 16) Ka-Ro electronics GmbH Pascalstraße 22 Aachen NW 52076 DE 00-0D-01 (hex) P&E Microcomputer Systems, Inc. 000D01 (base 16) P&E Microcomputer Systems, Inc. 710 Commonwealth Ave Boston Ma 02215 US 00-0D-00 (hex) Seaway Networks Inc. 000D00 (base 16) Seaway Networks Inc. 1 Chrysalis Way Ottawa Ontario K2G 6P9 CA 00-0C-F9 (hex) Xylem Water Solutions 000CF9 (base 16) Xylem Water Solutions Gesallvagen SE 00-0C-C4 (hex) Tiptel AG 000CC4 (base 16) Tiptel AG Halskestrasse 1 Ratingen NRW 40880 DE 00-0C-BA (hex) Jamex, Inc. 000CBA (base 16) Jamex, Inc. 2415 N Triphammer Rd Ithaca NY 14850 US 00-0C-D1 (hex) SFOM Technology Corp. 000CD1 (base 16) SFOM Technology Corp. No.18, Lane 32, Wufu 1st Rd., Luju shian Luju Shiang Tauyuan County 338 TW 00-0C-CE (hex) Cisco Systems, Inc 000CCE (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0C-E0 (hex) Trek Diagnostics Inc. 000CE0 (base 16) Trek Diagnostics Inc. 982 Keynote Circle Cleveland Ohio 44131 US 00-0C-E2 (hex) Rolls-Royce 000CE2 (base 16) Rolls-Royce 105 N. Sandusky St. Mt. Vernon Ohio 43050 US 00-0D-0C (hex) MDI Security Systems 000D0C (base 16) MDI Security Systems 9518 Ninth Street Rancho Cucamonga CA 91730 US 00-0D-16 (hex) UHS Systems Pty Ltd 000D16 (base 16) UHS Systems Pty Ltd PO Box 6264 Alexandria NSW 2015 AU 00-0D-1F (hex) AV Digital 000D1F (base 16) AV Digital Pottendorfer Strasse 25-27/4/1/1 Wien 1120 AT 00-0C-AD (hex) BTU International 000CAD (base 16) BTU International 23 Esquire Rd North Billerica MA 01862 US 00-0C-AA (hex) Cubic Transportation Systems Inc 000CAA (base 16) Cubic Transportation Systems Inc 1308 S. Washington Street Tullahoma TN 37388 US 00-0C-AC (hex) Citizen Watch Co., Ltd. 000CAC (base 16) Citizen Watch Co., Ltd. 6-1-12, Tanashi-cho Nishi-Tokyo-shi Tokyo 188-8511 JP 00-0C-AE (hex) Ailocom Oy 000CAE (base 16) Ailocom Oy Hatanpaan valtatie 24 TAMPERE FIN 33950 FI 00-0C-A3 (hex) Rancho Technology, Inc. 000CA3 (base 16) Rancho Technology, Inc. 10783 Bell Court Rancho Cucamonga CA 19730 US 00-0C-9C (hex) Chongho information & communications 000C9C (base 16) Chongho information & communications Chongho Bldg, #7-61 Yangjae-dong, Seocho Seoul 137-130 KR 00-0C-97 (hex) NV ADB TTV Technologies SA 000C97 (base 16) NV ADB TTV Technologies SA LEUVENSESTEENWEG,585 ZAVENTEM Vlaamse brabant 1930 BE 00-0C-8F (hex) Nergal s.r.l. 000C8F (base 16) Nergal s.r.l. Viale Bardanzellu,8 Roma 00155 IT 00-0C-92 (hex) WolfVision Gmbh 000C92 (base 16) WolfVision Gmbh VWP Goetzis Vorarlberg A-6840 AT 00-0C-93 (hex) Xeline Co., Ltd. 000C93 (base 16) Xeline Co., Ltd. 7F. Chungjin Bldg., 475-22 Seoul 137-819 KR 00-0C-7F (hex) synertronixx GmbH 000C7F (base 16) synertronixx GmbH Lange Laube 22 Hannover Niedersachsen 30159 DE 00-0C-81 (hex) Schneider Electric (Australia) 000C81 (base 16) Schneider Electric (Australia) 80 Schneider Road Eagle Farm Qld 4009 AU 00-0C-9E (hex) MemoryLink Corp. 000C9E (base 16) MemoryLink Corp. 36 Jewelers Park Drive Neenah Wisconsin 54957 US 00-0C-95 (hex) PrimeNet 000C95 (base 16) PrimeNet Hongik University, 72-1, Sangsu-Dong, Ma Seoul 121-791 KR 00-0C-76 (hex) MICRO-STAR INTERNATIONAL CO., LTD. 000C76 (base 16) MICRO-STAR INTERNATIONAL CO., LTD. No 69, Li-De Street, Jung-He City, Taipe Taipei TW 00-0C-80 (hex) Opelcomm Inc. 000C80 (base 16) Opelcomm Inc. 46750 Fremont Blvd. Ste 210 Fremont CA 94538 US 00-0C-7D (hex) TEIKOKU ELECTRIC MFG. CO., LTD 000C7D (base 16) TEIKOKU ELECTRIC MFG. CO., LTD 60,HIRANO IBO-GUN HYOGO 679-4395 JP 00-0C-B7 (hex) Nanjing Huazhuo Electronics Co., Ltd. 000CB7 (base 16) Nanjing Huazhuo Electronics Co., Ltd. No.77 Gaohu Road Nanjing Jiangsu 211100 CN 00-0C-68 (hex) SigmaTel, Inc. 000C68 (base 16) SigmaTel, Inc. 201 Jones Road Waltham MA 02451 US 00-0C-07 (hex) Iftest AG 000C07 (base 16) Iftest AG Schwimmbadstrasse 43 Wettingen AG 5430 CH 00-0C-0C (hex) APPRO TECHNOLOGY INC. 000C0C (base 16) APPRO TECHNOLOGY INC. 13F, No. 66 Chung-Cheng Rd, Hsin-Chuang Taipei 242 TW 00-0C-0E (hex) XtremeSpectrum, Inc. 000C0E (base 16) XtremeSpectrum, Inc. 8133 Leesburg Pike Vienna VA 22182 US 00-0C-12 (hex) Micro-Optronic-Messtechnik GmbH 000C12 (base 16) Micro-Optronic-Messtechnik GmbH Lessingstrasse 14 Langebrück Saxony D-01465 DE 00-0C-10 (hex) PNI Corporation 000C10 (base 16) PNI Corporation 5464 Skylane Blvd #A Santa Rosa CA 95403 US 00-0C-40 (hex) Altech Controls 000C40 (base 16) Altech Controls 1545 Industial Drive Missouri City Texas 77489 US 00-0C-3E (hex) Crest Audio 000C3E (base 16) Crest Audio 16-00 Pollitt Drive Fair Lawn NJ 07410 US 00-0C-3A (hex) Oxance 000C3A (base 16) Oxance 75-85 rue Richelieu les Lucs sur Boulogne 85170 FR 00-0C-35 (hex) KaVo Dental GmbH & Co. KG 000C35 (base 16) KaVo Dental GmbH & Co. KG Bismarkring 39 Biberach/Riss Baden-Württemberg 88400 DE 00-0C-56 (hex) Megatel Computer (1986) Corp. 000C56 (base 16) Megatel Computer (1986) Corp. 586 Main Street Glen Williams Ontario L7G 3T6 CA 00-0C-57 (hex) MACKIE Engineering Services Belgium BVBA 000C57 (base 16) MACKIE Engineering Services Belgium BVBA Industriepark Noord 10 Sint Niklaas B-9100 BE 00-0C-23 (hex) Beijing Lanchuan Tech. Co., Ltd. 000C23 (base 16) Beijing Lanchuan Tech. Co., Ltd. Rm220,No.30 Shangyuancun,Gaoliangqiaolu, Beijing 100044 CN 00-0C-25 (hex) Allied Telesis Labs, Inc. 000C25 (base 16) Allied Telesis Labs, Inc. Suite 450 Raleigh NC 27606 US 00-0C-18 (hex) Zenisu Keisoku Inc. 000C18 (base 16) Zenisu Keisoku Inc. 2-13-37 Fuchu-shi Tokyo 183-0027 JP 00-0C-0A (hex) Guangdong Province Electronic Technology Research Institute 000C0A (base 16) Guangdong Province Electronic Technology Research Institute Electronic Technology Building,NO.61-65, Guangzhou Guangdong 510630 CN 00-0C-0B (hex) Broadbus Technologies 000C0B (base 16) Broadbus Technologies 80 Central Street Boxborough Massachusetts 01719 US 00-0C-4A (hex) Cygnus Microsystems (P) Limited 000C4A (base 16) Cygnus Microsystems (P) Limited 93, Phase II, Hyderabad Andhra Pradesh 500051 IN 00-0C-54 (hex) Pedestal Networks, Inc 000C54 (base 16) Pedestal Networks, Inc 6503 Dumbarton Circle Fremont CA 94555 US 00-0C-37 (hex) Geomation, Inc. 000C37 (base 16) Geomation, Inc. 25188 Genesee Trail Road Golden CO 80401 US 00-0B-E8 (hex) AOIP 000BE8 (base 16) AOIP 6 rue Maryse BASTIE COURCOURONNES Idf 91080 FR 00-0B-DC (hex) AKCP 000BDC (base 16) AKCP 67/285 Muangake Village #8 Amphur Muang Patomthanee 12000 TH 00-0B-D8 (hex) Industrial Scientific Corp. 000BD8 (base 16) Industrial Scientific Corp. 1001 Oakdale Road Oakdale PA 15071 US 00-0B-D7 (hex) DORMA Time + Access GmbH 000BD7 (base 16) DORMA Time + Access GmbH Mainzer Straße 36-52 Bonn Nordrheinwestfalen 53179 DE 00-0B-DD (hex) TOHOKU RICOH Co., LTD. 000BDD (base 16) TOHOKU RICOH Co., LTD. 3-1 Shinmeido Shibata Miyagi pref. 989-1695 JP 00-0B-E5 (hex) HIMS International Corporation 000BE5 (base 16) HIMS International Corporation 139-9 Daejeon Daejeon 305-806 KR 00-0B-E9 (hex) Actel Corporation 000BE9 (base 16) Actel Corporation 200 Valley Road Mt. Arlington NJ 07856 US 00-0B-E3 (hex) Key Stream Co., Ltd. 000BE3 (base 16) Key Stream Co., Ltd. No. 2 Nagaoka Bldg. 4F, 2-8-5 Hatchobor Chuo-ku Tokyo 104-0032 JP 00-0B-D3 (hex) cd3o 000BD3 (base 16) cd3o 402 W Broadway San Deigo CA 92101 US 00-0B-D5 (hex) Nvergence, Inc. 000BD5 (base 16) Nvergence, Inc. Jeil Bldg. 4th, Samsung-dong 168-26, Kan Seoul 135-090 KR 00-0B-D1 (hex) Aeronix, Inc. 000BD1 (base 16) Aeronix, Inc. 1775 W. Hibiscus Blvd, Melbourne FL 32901 US 00-0B-D2 (hex) Remopro Technology Inc. 000BD2 (base 16) Remopro Technology Inc. No. 443, Huannan RD., Pingjen City Taoyuan 324 TW 00-0B-C7 (hex) ICET S.p.A. 000BC7 (base 16) ICET S.p.A. Via Quarto Negroni, 63 Cecchina di Ariccia Roma 00040 IT 00-0B-B8 (hex) Kihoku Electronic Co. 000BB8 (base 16) Kihoku Electronic Co. Marukatubiru 3F 4-9-6 Osakashi Osaka-hu 556-0005 JP 00-0B-C0 (hex) China IWNComm Co., Ltd. 000BC0 (base 16) China IWNComm Co., Ltd. 4F.C Xietong Building,No.12 Gaoxin 2nd r Xi'an shaanxi 710075 CN 00-0B-B0 (hex) Sysnet Telematica srl 000BB0 (base 16) Sysnet Telematica srl Viale Berbera, 49 Milan 20162 IT 00-0B-B4 (hex) RDC Semiconductor Inc., 000BB4 (base 16) RDC Semiconductor Inc., 6F-1 , No.2-1, Lihsin Rd, Science-Based Hsin Chu 300 TW 00-0B-CC (hex) JUSAN, S.A. 000BCC (base 16) JUSAN, S.A. Vivero, 5 MADRID 28040 ES 00-0B-AC (hex) 3Com Ltd 000BAC (base 16) 3Com Ltd Peoplebuilding 2 Hemel Hempstead Herts HP2 4NW GB 00-0B-F9 (hex) Gemstone Communications, Inc. 000BF9 (base 16) Gemstone Communications, Inc. 6Fl., No. 102, Hengyang Rd. Taipei 100 TW 00-0B-FC (hex) Cisco Systems, Inc 000BFC (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0B-EA (hex) Zultys Technologies 000BEA (base 16) Zultys Technologies 785 Lucern Drive Sunnyvale CA 94085 US 00-0B-9F (hex) Neue ELSA GmbH 000B9F (base 16) Neue ELSA GmbH Sonnenweg 11 Aachen 52070 DE 00-0B-98 (hex) NiceTechVision 000B98 (base 16) NiceTechVision IntelZone 703 YongIn Gugal-ri Ki Heung KyoungKiDo 354-2 KR 00-0B-95 (hex) eBet Gaming Systems Pty Ltd 000B95 (base 16) eBet Gaming Systems Pty Ltd Suite D, 255 Rawson Street Auburn NSW 2144 AU 00-0B-9E (hex) Yasing Technology Corp. 000B9E (base 16) Yasing Technology Corp. No. 50, Ta Hsueh Road, HsinChu, Taiwan HsinChu 300 TW 00-0B-88 (hex) Vidisco ltd. 000B88 (base 16) Vidisco ltd. 17 Yechiel Dresner Petach-Tikva 49277 IL 00-0B-54 (hex) BiTMICRO Networks, Inc. 000B54 (base 16) BiTMICRO Networks, Inc. 47929 Fremont Blvd Fremont CA 94538 US 00-0B-8C (hex) Flextronics 000B8C (base 16) Flextronics Migdal HaEmek 23108 Hataasia 1 IL 00-0B-8A (hex) MITEQ Inc. 000B8A (base 16) MITEQ Inc. 100 Davids Drive Hauppauge NY 11788-2034 US 00-0B-90 (hex) ADVA Optical Networking Ltd. 000B90 (base 16) ADVA Optical Networking Ltd. ADVAntage House York YO30 4RY GB 00-0B-79 (hex) X-COM, Inc. 000B79 (base 16) X-COM, Inc. 8809 Sudley Road Manassas VA 20110 US 00-0B-4B (hex) VISIOWAVE SA 000B4B (base 16) VISIOWAVE SA Route de la Pierre 22 ECUBLENS VAUD CH-1024 CH 00-0B-36 (hex) Productivity Systems, Inc. 000B36 (base 16) Productivity Systems, Inc. 1711 Analog Drive Richardson TX 75081-1944 US 00-0B-35 (hex) Quad Bit System co., Ltd. 000B35 (base 16) Quad Bit System co., Ltd. 402 Gayang Technotown Seoul Kangseogu 157-810 KR 00-0B-75 (hex) Iosoft Ltd. 000B75 (base 16) Iosoft Ltd. 5 Woodlark Road Cambridge Cambs. CB3 0HT GB 00-0B-70 (hex) Load Technology, Inc. 000B70 (base 16) Load Technology, Inc. 4225 Production Court Las Vegas NV 89115 US 00-0B-6F (hex) Media Streaming Networks Inc 000B6F (base 16) Media Streaming Networks Inc 1905 Anam Tower, 702-10, Yeoksam dong, K Seoul 135-080 KR 00-0B-43 (hex) Microscan Systems, Inc. 000B43 (base 16) Microscan Systems, Inc. 700 SW 39th St Renton WA 98057 US 00-0B-45 (hex) Cisco Systems, Inc 000B45 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0B-4C (hex) Clarion (M) Sdn Bhd 000B4C (base 16) Clarion (M) Sdn Bhd Phase 3 Bayan Lepas Penang 11900 MY 00-0B-63 (hex) Kaleidescape 000B63 (base 16) Kaleidescape One First Street, Suite Sixteen Los Altos CA 94022 US 00-0B-68 (hex) Addvalue Communications Pte Ltd 000B68 (base 16) Addvalue Communications Pte Ltd 28,TAI SENG STREET #06-02 Singapore 534106 SG 00-0B-58 (hex) Astronautics C.A LTD 000B58 (base 16) Astronautics C.A LTD 23 hayarkon street Bnei Brak 51261 IL 00-0B-55 (hex) ADInstruments 000B55 (base 16) ADInstruments P. O. Box 587 Dunedin Otago 9001 NZ 00-0B-87 (hex) American Reliance Inc. 000B87 (base 16) American Reliance Inc. 11801 Goldring Rd Arcadia CA 91006 US 00-0B-0D (hex) Air2U, Inc. 000B0D (base 16) Air2U, Inc. No. 5-1 Innovation Rd 1, Science-based P Hsin-Chu Taiwan 300 TW 00-0B-0B (hex) Corrent Corporation 000B0B (base 16) Corrent Corporation 1711 W. Greentree Dr. Tempe AZ 85284-2717 US 00-0B-08 (hex) Pillar Data Systems 000B08 (base 16) Pillar Data Systems 1371 McCarthy Blvd. Milpitas CA 95035 US 00-0B-27 (hex) Scion Corporation 000B27 (base 16) Scion Corporation 82 Worman's Mill Court Frederick MD 21701 US 00-0B-21 (hex) G-Star Communications Inc. 000B21 (base 16) G-Star Communications Inc. 5F, 69-10, Sec. 2, Chung Cheng East Road Taipei Hsien 251 TW 00-0A-DA (hex) Vindicator Technologies 000ADA (base 16) Vindicator Technologies 5307 Industrial Oaks Blvd. Austin Texas 78735 US 00-0A-C9 (hex) Zambeel Inc 000AC9 (base 16) Zambeel Inc 45700 Northport Loop East Fremont CA 94538 US 00-0B-25 (hex) Aeluros 000B25 (base 16) Aeluros 201 San Antonio Circle #172 Mountain View CA 94040 US 00-0B-1A (hex) Industrial Defender, Inc. 000B1A (base 16) Industrial Defender, Inc. 16 Chestnut Street Foxborough MA 02035 US 00-0B-18 (hex) Private 000B18 (base 16) Private 00-0B-15 (hex) Platypus Technology 000B15 (base 16) Platypus Technology 4/1 Atchison St St Leonards NSW 2065 AU 00-0A-FA (hex) Traverse Technologies Australia 000AFA (base 16) Traverse Technologies Australia Unit 13, 240 Sydney Rd Coburg Victoria 3058 AU 00-0A-FC (hex) Core Tec Communications, LLC 000AFC (base 16) Core Tec Communications, LLC 49 Leavenworth Street Waterbury CT 06702 US 00-0A-EC (hex) Koatsu Gas Kogyo Co., Ltd. 000AEC (base 16) Koatsu Gas Kogyo Co., Ltd. 1-5, Doyama-cho, Kita-ku, Osaka Osaka 530-8411 JP 00-0A-E7 (hex) ELIOP S.A. 000AE7 (base 16) ELIOP S.A. Avenida de Manoteras, 30 Madrid E-28050 ES 00-0A-E8 (hex) Cathay Roxus Information Technology Co. LTD 000AE8 (base 16) Cathay Roxus Information Technology Co. LTD Fuhua mansion building A/B 4F Beijing 100027 CN 00-0A-DD (hex) Allworx Corp. 000ADD (base 16) Allworx Corp. 245 East Main Street East Rochester NY 14604 US 00-0A-E1 (hex) EG Technology 000AE1 (base 16) EG Technology 250 15th Street Atlanta GA 30318 US 00-0A-DF (hex) Gennum Corporation 000ADF (base 16) Gennum Corporation P.O Box 489 Burlington Ontario L7R 3Y3 CA 00-0B-3F (hex) Anthology Solutions Inc. 000B3F (base 16) Anthology Solutions Inc. 1722 Ringwood Ave. San Jose CA 95131 US 00-0B-3C (hex) Cygnal Integrated Products, Inc. 000B3C (base 16) Cygnal Integrated Products, Inc. 4301 Westbank Drive Austin TX 78746 US 00-0A-F1 (hex) Clarity Design, Inc. 000AF1 (base 16) Clarity Design, Inc. 13029 Danielson Street Poway CA 92064-8810 US 00-0A-F3 (hex) Cisco Systems, Inc 000AF3 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0A-8D (hex) EUROTHERM LIMITED 000A8D (base 16) EUROTHERM LIMITED FARADAY CLOSE WORTHING WEST SUSSEX BN13 3PL GB 00-0A-9F (hex) Pannaway Technologies, Inc. 000A9F (base 16) Pannaway Technologies, Inc. 215 Commerce Way Portsmouth NH 03801 US 00-0A-8F (hex) Aska International Inc. 000A8F (base 16) Aska International Inc. 306 Riverseven Kochi 780-8088 JP 00-0A-A0 (hex) Cedar Point Communications 000AA0 (base 16) Cedar Point Communications 16 Route 111, Bldg 3 Derry NH 03038 US 00-0A-8E (hex) Invacom Ltd 000A8E (base 16) Invacom Ltd Business and Technology Centre Stevenage Hertfordshire SG1 2DX GB 00-0A-C1 (hex) Futuretel 000AC1 (base 16) Futuretel 21580 Stevens Creek Blvd, Suite 208 Cupertino CA 95014 US 00-0A-BE (hex) OPNET Technologies CO., LTD. 000ABE (base 16) OPNET Technologies CO., LTD. 3F, NO.5, Industry E. Rd. IX, Science-Ba Hsinchu 300 TW 00-0A-C3 (hex) eM Technics Co., Ltd. 000AC3 (base 16) eM Technics Co., Ltd. 7F., IT Venture Tower., 78, Seoul 138-803 KR 00-0A-C4 (hex) Daewoo Teletech Co., Ltd 000AC4 (base 16) Daewoo Teletech Co., Ltd 265-3, Seohyeon, Bundang Seongnam Gyeonggi KR 00-0A-C0 (hex) Fuyoh Video Industry CO., LTD. 000AC0 (base 16) Fuyoh Video Industry CO., LTD. 7-25 Higashi Kibogaoka Yokohama-shi Kanagawa-ken 246-0008 JP 00-0A-AE (hex) Rosemount Process Analytical 000AAE (base 16) Rosemount Process Analytical 6573A Cochran Rd. Solon Ohio 44139-3922 US 00-0A-B3 (hex) Fa. GIRA 000AB3 (base 16) Fa. GIRA Dahlienstraße Radevormwald Nordrhein-Westfalen 42477 DE 00-0A-BA (hex) Arcon Technology Limited 000ABA (base 16) Arcon Technology Limited Rm. 3711-12, 37/F., Cable TV Tower , Hong Kong CN 00-0A-B6 (hex) COMPUNETIX, INC 000AB6 (base 16) COMPUNETIX, INC 2420 MOSSIDE BLVD. MONROEVILLE PA 15146 US 00-0A-AF (hex) Pipal Systems 000AAF (base 16) Pipal Systems 2903 Bunker Hill Lane Santa Clara CA 95054 US 00-0A-76 (hex) Beida Jade Bird Huaguang Technology Co.,Ltd 000A76 (base 16) Beida Jade Bird Huaguang Technology Co.,Ltd No.207 Chengfu Road, Haidian District Beijing 100871 CN 00-0A-B2 (hex) Fresnel Wireless Systems 000AB2 (base 16) Fresnel Wireless Systems 1333 Gateway Drive Melbourne FL 32901 US 00-0A-AA (hex) AltiGen Communications Inc. 000AAA (base 16) AltiGen Communications Inc. 47427 Fremont Blvd. Fremont CA 94538 US 00-0A-99 (hex) Calamp Wireless Networks Inc 000A99 (base 16) Calamp Wireless Networks Inc 101-5540 Ferrier Street Town of Mount-Royal Quebec H4P 1M2 CA 00-0A-93 (hex) W2 Networks, Inc. 000A93 (base 16) W2 Networks, Inc. 5808 NW Lac Leman Drive Issaquah Washington 98027 US 00-0A-89 (hex) Creval Systems, Inc. 000A89 (base 16) Creval Systems, Inc. 2F,24-4,Sanwolgok-Dong,Sungbuk-Ku,Seoul, Seoul 136-120 KR 00-0A-80 (hex) Telkonet Inc. 000A80 (base 16) Telkonet Inc. 20374 Seneca Meadows Pkwy Germantown MD 21401 US 00-0A-79 (hex) corega K.K 000A79 (base 16) corega K.K 1-19-20, Shinyokohama Yokohama-city Kanagawa-ken 222-0033 JP 00-0A-5C (hex) Carel s.p.a. 000A5C (base 16) Carel s.p.a. Via dell' Industria, 11 Brugine Padova 35020 IT 00-0A-5A (hex) GreenNET Technologies Co.,Ltd. 000A5A (base 16) GreenNET Technologies Co.,Ltd. No.10, Qiongyu Road,Sciences-based Indus Shenzhen Guangdong 518057 CN 00-0A-56 (hex) HITACHI Maxell Ltd. 000A56 (base 16) HITACHI Maxell Ltd. 6-20-1 Kinunodai Yawara-mura, Tsukuba-gun IBARAKI 300-2496 JP 00-0A-51 (hex) GyroSignal Technology Co., Ltd. 000A51 (base 16) GyroSignal Technology Co., Ltd. 5F,No. 77,Lide St. Zhonghe City Taipei County 23556 TW 00-0A-2C (hex) Active Tchnology Corporation 000A2C (base 16) Active Tchnology Corporation 16-23, Shibaura 2-Chome, Tokyo Tokyo 108-0023 JP 00-0A-2A (hex) QSI Systems Inc. 000A2A (base 16) QSI Systems Inc. 7 Raymond Avenue Salem NH 03079 US 00-0A-23 (hex) Parama Networks Inc 000A23 (base 16) Parama Networks Inc 1955 The Alameda San Jose CA 95126 US 00-0A-1F (hex) ART WARE Telecommunication Co., Ltd. 000A1F (base 16) ART WARE Telecommunication Co., Ltd. 806 Ace Techno Tower #1, 197-17 Seoul 152-050 KR 00-0A-0A (hex) SUNIX Co., Ltd. 000A0A (base 16) SUNIX Co., Ltd. 3Fl., No. 76, Baugau Rd., Shindian Taipei 231 TW 00-0A-05 (hex) Widax Corp. 000A05 (base 16) Widax Corp. 269 Stevens Street Hyannis MA 02668 US 00-0A-34 (hex) Identicard Systems Incorporated 000A34 (base 16) Identicard Systems Incorporated 40 Citation Lane Lancaster Pennsylvania 17606 US 00-0A-30 (hex) Visteon Corporation 000A30 (base 16) Visteon Corporation One Village Center Drive Van Buren Twp MI 48111 US 00-0A-2F (hex) Artnix Inc. 000A2F (base 16) Artnix Inc. Chungjin B/D, 475-22 Bangbae, Seocho Seoul 137-819 KR 00-0A-15 (hex) Silicon Data, Inc 000A15 (base 16) Silicon Data, Inc 4699 Old Ironsides Dr., #150 Santa Clara CA 95054 US 00-0A-1B (hex) Stream Labs 000A1B (base 16) Stream Labs Leninskie gori 1, bild 77 Moskow 119992 RU 00-0A-1A (hex) Imerge Ltd 000A1A (base 16) Imerge Ltd Unit 6, Bar Hill Business Park Bar Hill Cambridge CB3 8SL GB 00-0A-60 (hex) Autostar Technology Pte Ltd 000A60 (base 16) Autostar Technology Pte Ltd Unit 04-10 TECHplace II Singapore Singapore 569876 SG 00-0A-5D (hex) FingerTec Worldwide Sdn Bhd 000A5D (base 16) FingerTec Worldwide Sdn Bhd No 6, 8 & 10 Bandar Kinrara 47100 PUchong Selangor MY 00-0A-39 (hex) LoPA Information Technology 000A39 (base 16) LoPA Information Technology 710-9, Dae Lim 3-Dong Young Deung po-gu Seoul, Korea 150-814 KR 00-0A-37 (hex) Procera Networks, Inc. 000A37 (base 16) Procera Networks, Inc. 1299 Orleans Drive Sunnyvale CA 94089 US 00-0A-53 (hex) Intronics, Incorporated 000A53 (base 16) Intronics, Incorporated 2020 Lafayette Blvd. Fredericksburg Virginia 22401 US 00-0A-4A (hex) Targa Systems Ltd. 000A4A (base 16) Targa Systems Ltd. 1905 Grandtech Centre, Shatin N.T. HK 00-09-D6 (hex) KNC One GmbH 0009D6 (base 16) KNC One GmbH Hohe Welle 10 B Evessen 38173 DE 00-09-C7 (hex) Movistec 0009C7 (base 16) Movistec 110-5 Maryoung -ri Seosu-myun Kunsan Chonbuk 573-940 KR 00-09-C9 (hex) BlueWINC Co., Ltd. 0009C9 (base 16) BlueWINC Co., Ltd. 401 Korea Design Center Seongnam City Kyonggi杁o 463-828 KR 00-09-D4 (hex) Transtech Networks 0009D4 (base 16) Transtech Networks 100 Wood Avenue Iselin NJ 08830 US 00-09-CB (hex) HBrain 0009CB (base 16) HBrain #705 Kwanglim Bldg 179 KumiDong Seongnam GyeonggiDo 463-810 KR 00-09-F1 (hex) Yamaki Electric Corporation 0009F1 (base 16) Yamaki Electric Corporation 3-7-22 Shimomeguro Meguro-ku Tokyo 153-0064 JP 00-09-F4 (hex) Alcon Laboratories, Inc. 0009F4 (base 16) Alcon Laboratories, Inc. 6201 South Freeway Fort Worth Tx 76134 US 00-09-F5 (hex) Emerson Network Power Co.,Ltd 0009F5 (base 16) Emerson Network Power Co.,Ltd 1/F,3/F Electric Building Huawei Base,Ba ShenZhen GuangDong 518029 CN 00-09-EA (hex) YEM Inc. 0009EA (base 16) YEM Inc. 1-3-33 Atsugi-shi Kanagawa 243-0021 JP 00-09-C5 (hex) KINGENE Technology Corporation 0009C5 (base 16) KINGENE Technology Corporation 7F, No. 144, Minchuan E. Rd. Sec. 3 Taipei 105 TW 00-09-CD (hex) HUDSON SOFT CO.,LTD. 0009CD (base 16) HUDSON SOFT CO.,LTD. C62,Geijutsu-no-mori Sapporo Hokkaido 005-0864 JP 00-09-C0 (hex) 6WIND 0009C0 (base 16) 6WIND 1, place Charles de Gaulle Montigny-le-Bretonneux 78180 FR 00-09-BF (hex) Nintendo Co., Ltd. 0009BF (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 00-09-E3 (hex) Angel Iglesias S.A. 0009E3 (base 16) Angel Iglesias S.A. Polígono 27 Martutene San Sebastián Guipúzcoa 20014 ES 00-09-B4 (hex) KISAN TELECOM CO., LTD. 0009B4 (base 16) KISAN TELECOM CO., LTD. 9F, Teawon Bldg., 65 Bangyi-Dong Songpa-Gu Seoul 138-828 KR 00-09-AE (hex) OKANO ELECTRIC CO.,LTD 0009AE (base 16) OKANO ELECTRIC CO.,LTD 2-8-18 KANAYAMA-CHO HIGASHIKURUME TOKYO 203-0003 JP 00-09-BA (hex) MAKU Informationstechik GmbH 0009BA (base 16) MAKU Informationstechik GmbH Gewerbehofstraße 7 Essen NRW 45145 DE 00-0A-04 (hex) 3Com Ltd 000A04 (base 16) 3Com Ltd Peoplebuilding 2 Hemel Hempstead Herts HP2 4NW GB 00-09-71 (hex) Time Management, Inc. 000971 (base 16) Time Management, Inc. 11 Lake Gatlin Road Orlando Florida 32806 US 00-09-74 (hex) Innopia Technologies, Inc. 000974 (base 16) Innopia Technologies, Inc. 5F., Institute of Technology Seoul 133-791 KR 00-09-8B (hex) Entropic Communications, Inc. 00098B (base 16) Entropic Communications, Inc. 9276 Scranton Rd #200 San Diego CA 92121 US 00-09-7E (hex) IMI TECHNOLOGY CO., LTD 00097E (base 16) IMI TECHNOLOGY CO., LTD 2nd floor, Eun Seok Building, 729-1 Gangnam-gu Seoul 135-080 KR 00-09-6A (hex) Cloverleaf Communications Inc. 00096A (base 16) Cloverleaf Communications Inc. 2 Willow St. Southborough MA 01745-1027 US 00-09-5A (hex) RACEWOOD TECHNOLOGY 00095A (base 16) RACEWOOD TECHNOLOGY 5F-2,NO.6,CHUNG-HSING RD.,SEC.1,WU-GU TAIPEI 248 TW 00-09-4E (hex) BARTECH SYSTEMS INTERNATIONAL, INC 00094E (base 16) BARTECH SYSTEMS INTERNATIONAL, INC 251 Najoles Rd Suite A Millersville Maryland 21108 US 00-09-47 (hex) Aztek, Inc. 000947 (base 16) Aztek, Inc. 23 Spectrum Pointe #209 Lake Forest California 92630 US 00-09-51 (hex) Apogee Imaging Systems 000951 (base 16) Apogee Imaging Systems 151 Sunrise Avenue Roseville CA 95661 US 00-09-3D (hex) Newisys,Inc. 00093D (base 16) Newisys,Inc. 6200 Bridgepoint Parkway Austin TX 78730 US 00-09-67 (hex) Tachyon, Inc 000967 (base 16) Tachyon, Inc 9339 Carroll Park Drive San Diego CA 92121 US 00-09-96 (hex) RDI 000996 (base 16) RDI 20406 Earl St. Torrance CA 90503 US 00-09-0C (hex) Mayekawa Mfg. Co. Ltd. 00090C (base 16) Mayekawa Mfg. Co. Ltd. 16825 IH 35 North Selma Texas 78154 US 00-09-0D (hex) LEADER ELECTRONICS CORP. 00090D (base 16) LEADER ELECTRONICS CORP. 2-6-33, TSUNASHIMA-HIGASHI YOKOHAMA KANAGAWA 223-8505 JP 00-08-FE (hex) UNIK C&C Co.,Ltd. 0008FE (base 16) UNIK C&C Co.,Ltd. 706-13 UNIK BLDG 17F SEOUL 135-080 KR 00-08-FF (hex) Trilogy Communications Ltd 0008FF (base 16) Trilogy Communications Ltd 26 Focus Way Andover Hampshire SP10 5NY GB 00-09-04 (hex) MONDIAL electronic 000904 (base 16) MONDIAL electronic Eggelsberg 73 Eggelsberg Oberoesterreich 5142 AT 00-09-1F (hex) A&D Co., Ltd. 00091F (base 16) A&D Co., Ltd. 1-243 Asahi Kitamoto-shi Saitama 364-8585 JP 00-09-24 (hex) Telebau GmbH 000924 (base 16) Telebau GmbH Am Kraehenberg 1 Waldeck-Sachsenhausen Germany 34513 DE 00-09-21 (hex) Planmeca Oy 000921 (base 16) Planmeca Oy Asentajankatu 6 HELSINKI 00810 HELSIN FI 00-09-19 (hex) MDS Gateways 000919 (base 16) MDS Gateways Clonshaugh Industrial Estate Dublin 17 IE 00-09-18 (hex) SAMSUNG TECHWIN CO.,LTD 000918 (base 16) SAMSUNG TECHWIN CO.,LTD 42 CHANGWON KYONGNAM 641-716 KR 00-09-2F (hex) Akom Technology Corporation 00092F (base 16) Akom Technology Corporation 5F, No. 323, Yang-Guang St. Taipei 114 TW 00-08-EF (hex) DIBAL,S.A. 0008EF (base 16) DIBAL,S.A. Astintze Kalea 24 Derio Vizcaya 48160 ES 00-08-F0 (hex) Next Generation Systems, Inc. 0008F0 (base 16) Next Generation Systems, Inc. PO BOX 31205 Dayton OH 45437-0205 US 00-08-E9 (hex) NextGig 0008E9 (base 16) NextGig 9820-B Towne Centre Drive San Diego CA 92121 US 00-09-10 (hex) Simple Access Inc. 000910 (base 16) Simple Access Inc. 600 McCaffrey Street St-Laurent Quebec H4T1N1 CA 00-09-14 (hex) COMPUTROLS INC. 000914 (base 16) COMPUTROLS INC. 221 Bark Drive Harvey LA 70058 US 00-08-E7 (hex) SHI ControlSystems,Ltd. 0008E7 (base 16) SHI ControlSystems,Ltd. 19,Natusima Yokosuka Kanagawa 237-8555 JP 00-08-D7 (hex) HOW CORPORATION 0008D7 (base 16) HOW CORPORATION 1-11-17 Chiyoda Sagamihara Kanagawa 229-0037 JP 00-08-FC (hex) Gigaphoton Inc. 0008FC (base 16) Gigaphoton Inc. YOKOKURA SHINDEN400 OYAMA TOTIGI 323-8558 JP 00-09-38 (hex) Allot Communications 000938 (base 16) Allot Communications Hanagar 22 st' Hod-Hasharon 45800 IL 00-08-BF (hex) Aptus Elektronik AB 0008BF (base 16) Aptus Elektronik AB FO Petersons G 6 SE 00-08-B8 (hex) E.F. Johnson 0008B8 (base 16) E.F. Johnson 299 Johnson Ave. Waseca MN 56093 US 00-08-BB (hex) NetExcell 0008BB (base 16) NetExcell 15375 Barranca Pkwy, #E-106 Irvine CA 92679 US 00-08-BE (hex) XENPAK MSA Group 0008BE (base 16) XENPAK MSA Group Care of: Agilent Technologies Ipswich Suffolk Ip1 5PB GB 00-08-C1 (hex) Avistar Communications Corporation 0008C1 (base 16) Avistar Communications Corporation 15851 Dallas Pkwy. Addison TX 75001 US 00-08-C6 (hex) Philips Consumer Communications 0008C6 (base 16) Philips Consumer Communications Route d'Angers Cedex 9 FR 00-08-65 (hex) JASCOM CO., LTD 000865 (base 16) JASCOM CO., LTD JUAN INDUSTRIAL COMPLEX 330, 17-1, JUAN-DONG NAM-GU INCHEON 402-200 KR 00-08-64 (hex) Fasy S.p.A. 000864 (base 16) Fasy S.p.A. Via Tognasca 7 Gallarate Varese 21013 US 00-08-60 (hex) LodgeNet Entertainment Corp. 000860 (base 16) LodgeNet Entertainment Corp. 3900 W. Innovation Street Sioux Falls SD 57107 US 00-08-97 (hex) Quake Technologies 000897 (base 16) Quake Technologies 2880 Zanker Road San Jose CA 95134 US 00-08-90 (hex) AVILINKS SA 000890 (base 16) AVILINKS SA Etic Center - CS 77 729 Cesson Sevigne Cedex 35577 FR 00-08-8D (hex) Sigma-Links Inc. 00088D (base 16) Sigma-Links Inc. 550-1 Higashiasakawa-cho, Tokyo 193-8550 JP 00-08-A8 (hex) Systec Co., Ltd. 0008A8 (base 16) Systec Co., Ltd. 19 Nochidori, Nawa Tokai Aichi 476-0002 JP 00-08-A4 (hex) Cisco Systems, Inc 0008A4 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 08-00-6B (hex) ACCEL TECHNOLOGIES INC. 08006B (base 16) ACCEL TECHNOLOGIES INC. 7358 TRADE STREET SAN DIEGO CA 92121 US 00-08-84 (hex) Index Braille AB 000884 (base 16) Index Braille AB Box 155 SE 00-07-E8 (hex) EdgeWave 0007E8 (base 16) EdgeWave 15333 Avenue of Science San Diego CA 92128 US 00-07-EB (hex) Cisco Systems, Inc 0007EB (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-07-EC (hex) Cisco Systems, Inc 0007EC (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-08-51 (hex) Canadian Bank Note Company, Ltd. 000851 (base 16) Canadian Bank Note Company, Ltd. 18 Auriga Dr. K2E 7T9 CA 00-08-59 (hex) ShenZhen Unitone Electronics Co., Ltd. 000859 (base 16) ShenZhen Unitone Electronics Co., Ltd. 2 Southern Floor 702 Building CN 00-08-4E (hex) DivergeNet, Inc. 00084E (base 16) DivergeNet, Inc. 2142 Bering Dr. San Jose CA 95131 US 00-08-19 (hex) Banksys 000819 (base 16) Banksys Haachtsesteenweg 1442 BE 00-08-1A (hex) Sanrad Intelligence Storage Communications (2000) Ltd. 00081A (base 16) Sanrad Intelligence Storage Communications (2000) Ltd. 32 Habarzel St., Entrace B IL 00-08-10 (hex) Key Technology, Inc. 000810 (base 16) Key Technology, Inc. 150 Avery St. Walla Walla WA 99362 US 00-08-07 (hex) Access Devices Limited 000807 (base 16) Access Devices Limited Sixth Floor, 58 Oxbridge Road GB 00-07-FC (hex) Adept Systems Inc. 0007FC (base 16) Adept Systems Inc. 2100 Boca Rio Rd. Boca Raton FL 33433 US 00-08-25 (hex) Acme Packet 000825 (base 16) Acme Packet 71 Third Avenue Woburn MA 01803 US 00-07-DC (hex) Atek Co, Ltd. 0007DC (base 16) Atek Co, Ltd. B dong #205 hanyang venture park Seoul KR 00-08-1F (hex) Pou Yuen Tech Corp. Ltd. 00081F (base 16) Pou Yuen Tech Corp. Ltd. 16F, No. 107, Sect. 3, Taichung Keng Rd. TW 00-07-C6 (hex) VDS Vosskuhler GmbH 0007C6 (base 16) VDS Vosskuhler GmbH Weibe Breite 7 DE 00-07-F5 (hex) Bridgeco Co AG 0007F5 (base 16) Bridgeco Co AG Ringstr. 14 CH 00-07-94 (hex) Simple Devices, Inc. 000794 (base 16) Simple Devices, Inc. 111 Anza Blvd., Suite 120 Burlingame CA 94010 US 00-07-97 (hex) Netpower Co., Ltd. 000797 (base 16) Netpower Co., Ltd. Baekam Bldg., 6F Seoul 138-162 KR 00-07-8C (hex) Elektronikspecialisten i Borlange AB 00078C (base 16) Elektronikspecialisten i Borlange AB Box 50 SE 780 SE 00-07-CC (hex) Kaba Benzing GmbH 0007CC (base 16) Kaba Benzing GmbH Albertistrabe 3 DE 00-07-C0 (hex) NetZerver Inc. 0007C0 (base 16) NetZerver Inc. 26 West Lone Cactus Drive Phoenix AZ 85027 US 00-04-7E (hex) Siqura B.V. 00047E (base 16) Siqura B.V. Zuidelijk Halfrond 4 NL 00-07-BC (hex) Identix Inc. 0007BC (base 16) Identix Inc. 6591 Sierra Lane Dublin CA 94568 US 00-07-A9 (hex) Novasonics 0007A9 (base 16) Novasonics 1390 Willow Road Menlo Park CA 94025 US 00-07-A1 (hex) VIASYS Healthcare GmbH 0007A1 (base 16) VIASYS Healthcare GmbH Leibnizstraße 7 Hoechberg Bavaria 97204 DE 00-07-9E (hex) Ilinx Co., Ltd. 00079E (base 16) Ilinx Co., Ltd. 4th Floor Korea Telecom, Yangjae Branch Seoul KR 00-07-A0 (hex) e-Watch Inc. 0007A0 (base 16) e-Watch Inc. 7800 IH 10 West San Antonio TX 78229 US 00-07-88 (hex) Clipcomm, Inc. 000788 (base 16) Clipcomm, Inc. 5th Fl, Ssangyang Bldg. Seoul 151-827 KR 00-07-81 (hex) Itron Inc. 000781 (base 16) Itron Inc. 2818 N. Sullivan Road Spokane WA 99216 US 00-07-6B (hex) Stralfors AB 00076B (base 16) Stralfors AB Langgatan 21 SE 00-07-68 (hex) Danfoss A/S 000768 (base 16) Danfoss A/S E16-N12, DK-6430 Nordborg 00-07-5F (hex) VCS Video Communication Systems AG 00075F (base 16) VCS Video Communication Systems AG Forchheimer Str. 4 DE 00-07-B8 (hex) Corvalent Corporation 0007B8 (base 16) Corvalent Corporation 1101 Arrow Point Dr #501 Cedar Park TX 78613 US 00-07-7B (hex) Millimetrix Broadband Networks 00077B (base 16) Millimetrix Broadband Networks Kibutz Givat Hashelosha 48800 IL 00-07-69 (hex) Italiana Macchi SpA 000769 (base 16) Italiana Macchi SpA Via Matteotti 1 IT 00-07-1A (hex) Finedigital Inc. 00071A (base 16) Finedigital Inc. 4th Fl. Bomi Bldg., 661 Deungchon 3 Dong Seoul 157-033 KR 00-07-1E (hex) Tri-M Engineering / Nupak Dev. Corp. 00071E (base 16) Tri-M Engineering / Nupak Dev. Corp. 6-1301 Ketch Court V3K 6X7 CA 00-07-17 (hex) Wieland Electric GmbH 000717 (base 16) Wieland Electric GmbH Brennerstraße 10-14 DE 00-07-11 (hex) Acterna 000711 (base 16) Acterna 6620 Network Way Indianapolis IN 46278 US 00-07-02 (hex) Varex Imaging 000702 (base 16) Varex Imaging 1678 South Pioneer Road Salt Lake City UT 84104 US 00-07-05 (hex) Endress & Hauser GmbH & Co 000705 (base 16) Endress & Hauser GmbH & Co Hauptstrabe 1 - Postfach 1261 DE 00-06-FF (hex) Sheba Systems Co., Ltd. 0006FF (base 16) Sheba Systems Co., Ltd. 5th Fl. Hyundai Jad B/D Seoul 134-030 KR 00-07-41 (hex) Sierra Automated Systems 000741 (base 16) Sierra Automated Systems 2821 Burton Ave. Burbank CA 91504 US 00-07-45 (hex) Radlan Computer Communications Ltd. 000745 (base 16) Radlan Computer Communications Ltd. Atidim Technology Park Tel Aviv 61131 IL 00-07-3E (hex) China Great-Wall Computer Shenzhen Co., Ltd. 00073E (base 16) China Great-Wall Computer Shenzhen Co., Ltd. Research & Development Center, Kefa Road Shenzhen 518057 CN 00-07-33 (hex) DANCONTROL Engineering 000733 (base 16) DANCONTROL Engineering Italiensvej 1-5 DK 00-07-2B (hex) Jung Myung Telecom Co., Ltd. 00072B (base 16) Jung Myung Telecom Co., Ltd. 5Fl Silla Technovil., 39-3 Dang-Dong KR 00-07-18 (hex) iCanTek Co., Ltd. 000718 (base 16) iCanTek Co., Ltd. 2nd Fl. DK Plaza II, 376-5, Sungman-si, Kyonggi-do 463-805 KR 00-07-16 (hex) J & S Marine Ltd. 000716 (base 16) J & S Marine Ltd. Pottington Business Park Devon EX31 1LY GB 00-07-5C (hex) Eastman Kodak Company 00075C (base 16) Eastman Kodak Company 343 State Street Rochester NY 146501245 US 00-07-56 (hex) Juyoung Telecom 000756 (base 16) Juyoung Telecom #201, Dunsan Building Taejon 302-846 KR 00-07-5A (hex) Air Products and Chemicals, Inc. 00075A (base 16) Air Products and Chemicals, Inc. 7201 Hamilton Blvd. Allentown PA 18195-1501 US 00-07-48 (hex) The Imaging Source Europe 000748 (base 16) The Imaging Source Europe Sommerstraße 34-36 DE 00-07-46 (hex) TURCK, Inc. 000746 (base 16) TURCK, Inc. 3000 Campus Drive Plymouth MN 55441 US 00-07-3B (hex) Tenovis GmbH & Co KG 00073B (base 16) Tenovis GmbH & Co KG Kleyerstraße 94 DE 00-07-31 (hex) Ophir-Spiricon LLC 000731 (base 16) Ophir-Spiricon LLC 3050 N 300 W North Logan UT 84341 US 00-07-0A (hex) Unicom Automation Co., Ltd. 00070A (base 16) Unicom Automation Co., Ltd. Silk Bldg 3-31-11 Tokyo 164-0012 JP 00-07-09 (hex) Westerstrand Urfabrik AB 000709 (base 16) Westerstrand Urfabrik AB Box 133 SE 00-06-EB (hex) Global Data 0006EB (base 16) Global Data 2250 Obispo Ave #105 Signal Hill CA 90806 US 00-06-D3 (hex) Alpha Telecom, Inc. U.S.A. 0006D3 (base 16) Alpha Telecom, Inc. U.S.A. 1394 Borregor Ave. Sunnyvale CA 94089 US 00-06-47 (hex) Etrali S.A. 000647 (base 16) Etrali S.A. 221, Rue La Fontaine FR 00-06-A4 (hex) INNOWELL Corp. 0006A4 (base 16) INNOWELL Corp. #717 ChongGu Bluevill 463-825 KR 00-06-D6 (hex) Cisco Systems, Inc 0006D6 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-06-CB (hex) Jotron Electronics A/S 0006CB (base 16) Jotron Electronics A/S Pob 54 NO 00-06-CD (hex) Leaf Imaging Ltd. 0006CD (base 16) Leaf Imaging Ltd. 7th Hatnufa st Petach-Tikva 49002 IL 00-06-95 (hex) Ensure Technologies, Inc. 000695 (base 16) Ensure Technologies, Inc. 3526 West Liberty Ann Arbor MI 48103 US 00-06-91 (hex) PT Inovacao 000691 (base 16) PT Inovacao Rua Eng. Jose F. Pinto Basto PT 00-06-92 (hex) Intruvert Networks, Inc. 000692 (base 16) Intruvert Networks, Inc. Suite 102 San Jose CA 95131 US 00-06-8B (hex) AirRunner Technologies, Inc. 00068B (base 16) AirRunner Technologies, Inc. 2401 Lupine Trail South Lake Tahoe CA 96150 US 00-06-88 (hex) Telways Communication Co., Ltd. 000688 (base 16) Telways Communication Co., Ltd. 3F, No. 53, Lane 258 Taipei 114 TW 00-06-AB (hex) W-Link Systems, Inc. 0006AB (base 16) W-Link Systems, Inc. No. 20, Park Ave. II, Hsinchu 300 TW 00-06-AC (hex) Intersoft Co. 0006AC (base 16) Intersoft Co. #1803 sun-kyoung Officetel Seoul KR 00-06-94 (hex) Mobillian Corporation 000694 (base 16) Mobillian Corporation 11031 Via Frontera San Diego CA 92127 US 00-06-C7 (hex) RFNET Technologies Pte Ltd (S) 0006C7 (base 16) RFNET Technologies Pte Ltd (S) Unit 233 Innovation Centre Blk 2 637722 SG 00-06-B9 (hex) A5TEK Corp. 0006B9 (base 16) A5TEK Corp. 1233 Alderwood Ave. Sunnyvale CA 94089 US 00-06-B3 (hex) Diagraph Corporation 0006B3 (base 16) Diagraph Corporation 3401 Rider Trail South Earth City MO 63045-1110 US 00-06-E3 (hex) Quantitative Imaging Corporation 0006E3 (base 16) Quantitative Imaging Corporation 8081 Lougheed Highway CA 00-06-E4 (hex) Citel Technologies Ltd. 0006E4 (base 16) Citel Technologies Ltd. Wheatcroft Business Park Nottigham NG12 4DG GB 00-06-A1 (hex) Celsian Technologies, Inc. 0006A1 (base 16) Celsian Technologies, Inc. 3002 Dow Ave., Unit 138 Tustin CA 92780 US 00-06-D9 (hex) IPM-Net S.p.A. 0006D9 (base 16) IPM-Net S.p.A. Via Remo De Feo IT 00-06-63 (hex) Human Technology Co., Ltd. 000663 (base 16) Human Technology Co., Ltd. 3rd Fl, Hyungok Bldg., Kangnam-ku Seoul KR 00-06-65 (hex) Sunny Giken, Inc. 000665 (base 16) Sunny Giken, Inc. 3-1-9 Nishidai Itami-shi Hyogo-pref. 664-0858 JP 00-06-69 (hex) Datasound Laboratories Ltd 000669 (base 16) Datasound Laboratories Ltd 5 Business Park West, Avenue One ENGLAND GB 00-06-6E (hex) Delta Electronics, Inc. 00066E (base 16) Delta Electronics, Inc. 11F, 266 Wen-Hwa 2nd Road, TW 00-06-1B (hex) Notebook Development Lab. Lenovo Japan Ltd. 00061B (base 16) Notebook Development Lab. Lenovo Japan Ltd. 1623-14 Shimotsuruma 242-8502 JP 00-06-0F (hex) Narad Networks Inc 00060F (base 16) Narad Networks Inc 515 Groton Road Westford MA 01886 US 00-06-10 (hex) Abeona Networks Inc 000610 (base 16) Abeona Networks Inc 46117 Landing Parkway Fremont CA 94539 US 00-06-11 (hex) Zeus Wireless, Inc. 000611 (base 16) Zeus Wireless, Inc. 8325 Guilford Road Columbia MD 21046 US 00-05-EC (hex) Mosaic Systems Inc. 0005EC (base 16) Mosaic Systems Inc. 7 Campbell Park Somerville MA 02144 US 00-06-62 (hex) MBM Technology Ltd. 000662 (base 16) MBM Technology Ltd. Victoria Rd. GB 00-06-5A (hex) Strix Systems 00065A (base 16) Strix Systems 310 N. Westlake Blvd. Westlake Village CA 91362 US 00-06-52 (hex) Cisco Systems, Inc 000652 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-06-56 (hex) Tactel AB 000656 (base 16) Tactel AB Norra Vallgatan 64 SE 00-06-41 (hex) ITCN 000641 (base 16) ITCN 8571 Gander Creek Drive Miamisburg OH 45342 US 00-06-48 (hex) Seedsware, Inc. 000648 (base 16) Seedsware, Inc. 3-7-16 Technostage, Izumi, Osaka 594-1144 JP 00-06-4C (hex) Invicta Networks, Inc. 00064C (base 16) Invicta Networks, Inc. 13873 Park Center Road Herndon VA 20171 US 00-06-74 (hex) Spectrum Control, Inc. 000674 (base 16) Spectrum Control, Inc. 8061 Avonia Road Fairview PA 16415 US 00-06-38 (hex) Sungjin C&C Co., Ltd. 000638 (base 16) Sungjin C&C Co., Ltd. 1543-6, Seocho-dong, Seocho-gu, Seoul 137-073 KR 00-06-35 (hex) PacketAir Networks, Inc. 000635 (base 16) PacketAir Networks, Inc. 11545 W. Bernardo Ct. San Diego CA 92127 US 00-06-1A (hex) Zetari Inc. 00061A (base 16) Zetari Inc. 411 Waverly Oaks Rd. Waltham MA 02452-8401 US 00-06-1F (hex) Vision Components GmbH 00061F (base 16) Vision Components GmbH Ottostraße 2 DE 00-06-87 (hex) Omnitron Systems Technology, Inc. 000687 (base 16) Omnitron Systems Technology, Inc. 140 Technology Irvine CA 92618 US 00-06-02 (hex) Cirkitech Electronics Co. 000602 (base 16) Cirkitech Electronics Co. B1-2, No. 361, Fu-Xing First Road Tao-Yuan TW 00-05-C0 (hex) Digital Network Alacarte Co., Ltd. 0005C0 (base 16) Digital Network Alacarte Co., Ltd. A104, Seoul Business Incubator Seoul 157-030, KR 00-05-B8 (hex) Electronic Design Associates, Inc. 0005B8 (base 16) Electronic Design Associates, Inc. 331 Arcado Rd. NW Lilburn GA 30047-2841 US 00-05-BA (hex) Area Netwoeks, Inc. 0005BA (base 16) Area Netwoeks, Inc. 1148 Euclid Ave., Suite 400 Cleveland OH 4415 US 00-05-BF (hex) JustEzy Technology, Inc. 0005BF (base 16) JustEzy Technology, Inc. 5F, No. 324, Sec. 1, Junghua Rd. Hsinchu TW 00-05-D5 (hex) Speedcom Wireless 0005D5 (base 16) Speedcom Wireless 7020 Professional Pkwy East Sarasota FL 34240-8514 US 00-05-C5 (hex) Flaga HF 0005C5 (base 16) Flaga HF Vesturhlid 7 IS 00-05-CA (hex) Hitron Technology, Inc. 0005CA (base 16) Hitron Technology, Inc. HSINCHU SBIP SUBSIDIARY Hsin-chu TW 00-05-D2 (hex) DAP Technologies 0005D2 (base 16) DAP Technologies 955 Fernand Dufour, G1M 3B2 CA 00-05-B1 (hex) ASB Technology BV 0005B1 (base 16) ASB Technology BV De Ronde 15A NL 00-05-99 (hex) DRS Test and Energy Management or DRS-TEM 000599 (base 16) DRS Test and Energy Management or DRS-TEM 110 Wynn Drive Huntsville AL 35805 US 00-05-9A (hex) Cisco Systems, Inc 00059A (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-05-AB (hex) Cyber Fone, Inc. 0005AB (base 16) Cyber Fone, Inc. 989 Old Eagle School Road Wayne PA 19087 US 00-05-92 (hex) Pultek Corp. 000592 (base 16) Pultek Corp. 74-1, Yamashita-cho, 231-0023 JP 00-05-8B (hex) IPmental, Inc. 00058B (base 16) IPmental, Inc. 8F-9, No. 35, Hsin Tai Rd. TW 00-05-AC (hex) Northern Digital, Inc. 0005AC (base 16) Northern Digital, Inc. 103 Randall Drive Waterloo Ontario N2V 1C5 CA 00-05-AD (hex) Topspin Communications, Inc. 0005AD (base 16) Topspin Communications, Inc. 515 Ellis Street Mountain View CA 94043 US 00-05-D1 (hex) Metavector Technologies 0005D1 (base 16) Metavector Technologies Steenweg Op Gierle, 100 BE 00-05-FB (hex) ShareGate, Inc. 0005FB (base 16) ShareGate, Inc. 9805 Double R Blvd. Reno NV 89511-5917 US 00-05-FE (hex) Traficon N.V. 0005FE (base 16) Traficon N.V. Bissegemsestraat 45 BE 00-05-F0 (hex) SATEC 0005F0 (base 16) SATEC P.O. Box 45022 91450 IL 00-05-30 (hex) Andiamo Systems, Inc. 000530 (base 16) Andiamo Systems, Inc. 375 E. Tasman Dr. San Jose CA 95134 US 00-05-38 (hex) Merilus, Inc. 000538 (base 16) Merilus, Inc. #307-46165 Yale Road V2P 2P2 CA 00-05-2B (hex) HORIBA, Ltd. 00052B (base 16) HORIBA, Ltd. 2 Miyanohigashi, Kisshoin, 601-8510 JP 00-05-1D (hex) Airocon, Inc. 00051D (base 16) Airocon, Inc. 116 Houghton Lane Boxboro MA 01719 US 00-05-15 (hex) Nuark Co., Ltd. 000515 (base 16) Nuark Co., Ltd. 12F, Anyang K center, 1591-9, Burim-dong Gunggi-do 431-065 KR 00-05-16 (hex) SMART Modular Technologies 000516 (base 16) SMART Modular Technologies 4305 Cushing Pkwy Fremont CA 94538 US 00-05-77 (hex) SM Information & Communication 000577 (base 16) SM Information & Communication 330-1 Yangjaedong 137-130 KR 00-05-70 (hex) Baydel Ltd. 000570 (base 16) Baydel Ltd. Baydel House GB 00-05-6E (hex) National Enhance Technology, Inc. 00056E (base 16) National Enhance Technology, Inc. 2F, No. 196-3, Tatung Rd., Sec. 3, TW 00-05-6D (hex) Pacific Corporation 00056D (base 16) Pacific Corporation 2-23-3 Ebisu-Minami Shibuya JP 00-05-81 (hex) Snell 000581 (base 16) Snell Southleigh Park House Hampshire P09 2PE GB 00-05-7D (hex) Sun Communications, Inc. 00057D (base 16) Sun Communications, Inc. Gloria Bldg 6th Tokyo 162-082 JP 00-05-86 (hex) Lucent Technologies 000586 (base 16) Lucent Technologies 1701 Harbor Bay Parkway Alameda CA 94502 US 00-05-7B (hex) Chung Nam Electronic Co., Ltd. 00057B (base 16) Chung Nam Electronic Co., Ltd. Unit 3, 1/F, Festigood Centre Tsuen Fanling, HK 00-05-71 (hex) Seiwa Electronics Co. 000571 (base 16) Seiwa Electronics Co. 757 Amabouki, Kukizaki-Machi 300-1253 JP 00-05-49 (hex) Salira Optical Network Systems 000549 (base 16) Salira Optical Network Systems 2694 Orchard Parkway San Jose CA 95134 US 00-05-4C (hex) RF Innovations Pty Ltd 00054C (base 16) RF Innovations Pty Ltd 22 Boulder Road Malaga WA 6090 AU 00-05-43 (hex) IQ Wireless GmbH 000543 (base 16) IQ Wireless GmbH Carl-Scheele-Str. 14 DE 00-05-5C (hex) Kowa Company, Ltd. 00055C (base 16) Kowa Company, Ltd. Chofugaoka 3-3-1, 182-0021 JP 00-05-10 (hex) Infinite Shanghai Communication Terminals Ltd. 000510 (base 16) Infinite Shanghai Communication Terminals Ltd. 777 Chungiao Road, Pudong CN 00-04-FF (hex) Acronet Co., Ltd. 0004FF (base 16) Acronet Co., Ltd. Saman B/D 2Fl 137-064 KR 00-05-01 (hex) Cisco Systems, Inc 000501 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-05-08 (hex) Inetcam, Inc. 000508 (base 16) Inetcam, Inc. 10171 Pacific Mesa Blvd. San Diego CA 92121 US 00-05-1B (hex) Magic Control Technology Corporation 00051B (base 16) Magic Control Technology Corporation 6F, No. 120-11 Chung Shan Rd. TW 00-05-13 (hex) VTLinx Multimedia Systems, Inc. 000513 (base 16) VTLinx Multimedia Systems, Inc. 8401 Colesville Road, Silver Spring MD 20910 US 00-05-0E (hex) 3ware, Inc. 00050E (base 16) 3ware, Inc. 701 E. Middlefield Rd. Mt. View CA 94043 US 00-04-D7 (hex) Omitec Instrumentation Ltd. 0004D7 (base 16) Omitec Instrumentation Ltd. Hopton Industrial Est. ENGLAND GB 00-04-D4 (hex) Proview Electronics Co., Ltd. 0004D4 (base 16) Proview Electronics Co., Ltd. 6F, No. 1, Pau-Sheng Road TW 00-04-DB (hex) Tellus Group Corp. 0004DB (base 16) Tellus Group Corp. 4F, No. 15 Industry E. Rd., IX Hsinchu Hsinchu Taiwan TW 00-04-E0 (hex) Procket Networks 0004E0 (base 16) Procket Networks 1100 Cadillac Court Milpitas CA 95035 US 00-04-DD (hex) Cisco Systems, Inc 0004DD (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-80-86 (hex) COMPUTER GENERATION INC. 008086 (base 16) COMPUTER GENERATION INC. 3855 PRESIDENTIAL PARKWAY ATLANTA GA 30340 US 00-05-04 (hex) Naray Information & Communication Enterprise 000504 (base 16) Naray Information & Communication Enterprise 3F San Woo Bldg., 1543-11 Seoul 137-070 KR 00-05-09 (hex) AVOC Nishimura Ltd. 000509 (base 16) AVOC Nishimura Ltd. Jogasaki 4-16-14 JP 00-04-FB (hex) Commtech, Inc. 0004FB (base 16) Commtech, Inc. 9011 E. 37th Street Wichita KS 67226-2006 US 00-04-C0 (hex) Cisco Systems, Inc 0004C0 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-04-BA (hex) KDD Media Will Corporation 0004BA (base 16) KDD Media Will Corporation 2-1-23 Nakameguro 153-0061 JP 00-04-B6 (hex) Stratex Networks, Inc. 0004B6 (base 16) Stratex Networks, Inc. 64 White Road Cape Town 7945 ZA 00-04-CD (hex) Extenway Solutions Inc 0004CD (base 16) Extenway Solutions Inc 500 boul. Morgan Baie-d'Urfe Quebec H9X 3V1 CA 00-04-E9 (hex) Infiniswitch Corporation 0004E9 (base 16) Infiniswitch Corporation 134 Flanders Road Westborough MA 01581 US 00-04-E8 (hex) IER, Inc. 0004E8 (base 16) IER, Inc. 4501 So. General Bruce Dr Temple TX 76502 US 00-04-B3 (hex) Videotek, Inc. 0004B3 (base 16) Videotek, Inc. 243 Shoemaker Rd. Pottstown PA 19464 US 00-04-4C (hex) JENOPTIK 00044C (base 16) JENOPTIK Laser, Optik, Systeme GmbH DE 00-04-44 (hex) Western Multiplex Corporation 000444 (base 16) Western Multiplex Corporation 1196 Borregas Avenue Sunnyvale CA 94089 US 00-04-39 (hex) Rosco Entertainment Technology, Inc. 000439 (base 16) Rosco Entertainment Technology, Inc. 2181 NW Front Ave. Portland OR 97209 US 00-04-3A (hex) Intelligent Telecommunications, Inc. 00043A (base 16) Intelligent Telecommunications, Inc. 1687-2, Sinil-dong SOUTH KOREA 306-230 KR 00-04-92 (hex) Hive Internet, Ltd. 000492 (base 16) Hive Internet, Ltd. Unit 2, Church View Business Centre Binbrook Market Rasen, Lincolnshire LN8 6BY GB 00-04-8C (hex) Nayna Networks, Inc. 00048C (base 16) Nayna Networks, Inc. 157 Topaz St. Milpitas CA 95035 US 00-04-91 (hex) Technovision, Inc. 000491 (base 16) Technovision, Inc. 5155 Spectrum Way, Unit #31 L4W 5A1 CA 00-04-93 (hex) Tsinghua Unisplendour Co., Ltd. 000493 (base 16) Tsinghua Unisplendour Co., Ltd. Th-Unis Building Tsinghua P.R. CN 00-04-94 (hex) Breezecom, Ltd. 000494 (base 16) Breezecom, Ltd. Atidim Technology Park IL 00-04-89 (hex) YAFO Networks, Inc. 000489 (base 16) YAFO Networks, Inc. 1340F Charwood Rd. Hanover MD 21076 US 00-04-8A (hex) Temia Vertriebs GmbH 00048A (base 16) Temia Vertriebs GmbH Landsbergerstraße 320 DE 00-04-81 (hex) Econolite Control Products, Inc. 000481 (base 16) Econolite Control Products, Inc. 3360 E. La Palma Ave. Anaheim CA 92806 US 00-04-6C (hex) Cyber Technology Co., Ltd. 00046C (base 16) Cyber Technology Co., Ltd. 1-45 Yeo Wol-Dong Kyeong Gi-Do Kyeong Gi-Do KOREA KR 00-04-71 (hex) IPrad 000471 (base 16) IPrad 24 Raoul Wallenberg St. IL 00-04-6E (hex) Cisco Systems, Inc 00046E (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-04-74 (hex) LEGRAND 000474 (base 16) LEGRAND 145 Avenue De Lattre FR 00-04-2D (hex) Sarian Systems, Ltd. 00042D (base 16) Sarian Systems, Ltd. Beacon House West Yorkshire ENGLAND LS29 8JZ GB 00-04-2E (hex) Netous Technologies, Ltd. 00042E (base 16) Netous Technologies, Ltd. 1006, Block A, HONG KONG HK 00-04-25 (hex) Atmel Corporation 000425 (base 16) Atmel Corporation Multimedia & Communications Group Morrisville NC 27560 US 00-04-3F (hex) ESTeem Wireless Modems, Inc 00043F (base 16) ESTeem Wireless Modems, Inc 415 N. Quay St., Suite 4 Kennewick WA 99336 US 00-04-33 (hex) Cyberboard A/S 000433 (base 16) Cyberboard A/S Kloevermarken 120 DK 00-04-34 (hex) Accelent Systems, Inc. 000434 (base 16) Accelent Systems, Inc. 2620 Ridgewood Rd., Akron OH 44313 US 00-04-77 (hex) Scalant Systems, Inc. 000477 (base 16) Scalant Systems, Inc. 2040 Martin Avenue Santa Clara CA 95050 US 00-04-73 (hex) Photonex Corporation 000473 (base 16) Photonex Corporation 8C Preston Court Bedford MA 01730 US 00-04-70 (hex) ipUnplugged AB 000470 (base 16) ipUnplugged AB Box 10160 SE 00-04-5D (hex) BEKA Elektronik 00045D (base 16) BEKA Elektronik Siemenstraße 29 Erftstadt 50374 DE 00-04-59 (hex) Veristar Corporation 000459 (base 16) Veristar Corporation 727 Allston Way Berkeley CA 94710 US 00-04-A4 (hex) NetEnabled, Inc. 0004A4 (base 16) NetEnabled, Inc. 1275 Kinnear Rd. Columbus OH 43212 US 00-04-16 (hex) Parks S/A Comunicacoes Digitais 000416 (base 16) Parks S/A Comunicacoes Digitais Av. Pernambuco, 1001 BR 00-04-0F (hex) Asus Network Technologies, Inc. 00040F (base 16) Asus Network Technologies, Inc. 11-1, No. 675, Sec. 1, King-kuo Rd., TAIWAN TAIWAN R.O.C. TW 00-04-0A (hex) Sage Systems 00040A (base 16) Sage Systems 1420 Harbor Bay Parkway Alameda CA 94502 US 00-04-04 (hex) Makino Milling Machine Co., Ltd. 000404 (base 16) Makino Milling Machine Co., Ltd. 4023 Nakatsu, Aikawa-machi Aiko-gun Kanagawa 243-0303 JP 00-03-D0 (hex) KOANKEISO Co., Ltd. 0003D0 (base 16) KOANKEISO Co., Ltd. Zip Code 791-8042 JP 00-03-CF (hex) Muxcom, Inc. 0003CF (base 16) Muxcom, Inc. D 602, Bundang Technopark #151 Kyungki Do KOREA 463-070 KR 00-03-D1 (hex) Takaya Corporation 0003D1 (base 16) Takaya Corporation Development Division JP 00-03-AD (hex) Emerson Energy Systems AB 0003AD (base 16) Emerson Energy Systems AB PO Box 92113 SE 00-03-A7 (hex) Unixtar Technology, Inc. 0003A7 (base 16) Unixtar Technology, Inc. 13F No. 100 Ming Chuan Road TAIWAN TW 00-03-AE (hex) Allied Advanced Manufacturing Pte, Ltd. 0003AE (base 16) Allied Advanced Manufacturing Pte, Ltd. 7 International Business Park Singapore 609919 SG 00-03-A3 (hex) MAVIX, Ltd. 0003A3 (base 16) MAVIX, Ltd. POB 217, Yokneam Illit, 20692 IL 00-03-B6 (hex) QSI Corporation 0003B6 (base 16) QSI Corporation 2212 South West Temple #50 Salt Lake City UT 84115 US 00-03-B1 (hex) Hospira Inc. 0003B1 (base 16) Hospira Inc. 755 Jarvis Drive Morgan Hill CA 95037 US 00-03-B3 (hex) IA Link Systems Co., Ltd. 0003B3 (base 16) IA Link Systems Co., Ltd. 6F-4, No. 81 Hsin Tai TAIWAN TAIWAN R.O.C. TW 00-03-EB (hex) Atrica 0003EB (base 16) Atrica 5 Shenkar St. P.O.B. 12231 46733 46733 IL 00-03-E7 (hex) Logostek Co. Ltd. 0003E7 (base 16) Logostek Co. Ltd. 19th 15 Sunusu-Academy Tower Seoul KOREA 133-123 KR 00-03-E3 (hex) Cisco Systems, Inc 0003E3 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-03-F4 (hex) NetBurner 0003F4 (base 16) NetBurner 5405 Morehouse Drive San Diego CA 92121 US 00-03-F2 (hex) Seneca Networks 0003F2 (base 16) Seneca Networks 30 West Gude Dr. Rockville MD 20850 US 00-03-F0 (hex) Redfern Broadband Networks 0003F0 (base 16) Redfern Broadband Networks Level 1, 1 Central Ave., AU 00-03-DB (hex) Apogee Electronics Corp. 0003DB (base 16) Apogee Electronics Corp. 1715 Berkeley St. Santa Monica CA 90405-3210 US 00-03-D2 (hex) Crossbeam Systems, Inc. 0003D2 (base 16) Crossbeam Systems, Inc. 80 Central Street Boxborough MA 01719 US 00-04-05 (hex) ACN Technologies 000405 (base 16) ACN Technologies 9F, HeyKang B/D, 157-36 Seoul KOREA #135-090 KR 00-04-01 (hex) Osaki Electric Co., Ltd. 000401 (base 16) Osaki Electric Co., Ltd. 1131, Fujikubo, Miyoshimachi, JP 00-04-1B (hex) Bridgeworks Ltd. 00041B (base 16) Bridgeworks Ltd. 135 Somerford Road Christchurch DORSET BH23 3PY GB 00-03-A1 (hex) HIPER Information & Communication, Inc. 0003A1 (base 16) HIPER Information & Communication, Inc. 1675-7, Sinil-dong, 306-230 South Korea KR 00-03-96 (hex) EZ Cast Co., Ltd. 000396 (base 16) EZ Cast Co., Ltd. 6th Floor, JungAng Building, KOREA KR 00-03-9A (hex) SiConnect 00039A (base 16) SiConnect Delta 100 Swindon SN5 7XP GB 00-03-63 (hex) Miraesys Co., Ltd. 000363 (base 16) Miraesys Co., Ltd. 650-2 4 Fl. Daemyung Bldg. 135-080 KR 00-03-5F (hex) Prüftechnik Condition Monitoring GmbH & Co. KG 00035F (base 16) Prüftechnik Condition Monitoring GmbH & Co. KG Franz-Bayer-Straße 14 DE 00-03-60 (hex) PAC Interactive Technology, Inc. 000360 (base 16) PAC Interactive Technology, Inc. 6F, No. 30, Alley 18, Lane 478 Taipei TW 00-03-61 (hex) Widcomm, Inc. 000361 (base 16) Widcomm, Inc. 9645 Scranton Road San Diego CA 92121 US 00-03-94 (hex) Connect One 000394 (base 16) Connect One 2 Hanagar Street IL 00-03-8A (hex) America Online, Inc. 00038A (base 16) America Online, Inc. 44900 Prentice Drive Dulles VA 20166 US 00-03-8D (hex) PCS Revenue Control Systems, Inc. 00038D (base 16) PCS Revenue Control Systems, Inc. 560 Sylvan Ave. Englewood Cliffs NJ 07632 US 00-03-88 (hex) Fastfame Technology Co., Ltd. 000388 (base 16) Fastfame Technology Co., Ltd. 7F, No. 111, Hsing De Rd., TAIWAN TAIWAN R.O.C. TW 00-03-59 (hex) DigitalSis 000359 (base 16) DigitalSis B-1405 Samho Bldg. Seocho Seoul, KR 00-03-52 (hex) Colubris Networks 000352 (base 16) Colubris Networks 440 Armand-Frappier H7V 4B4 CA 00-03-4C (hex) Shanghai DigiVision Technology Co., Ltd. 00034C (base 16) Shanghai DigiVision Technology Co., Ltd. 11F, Heng Tong Shanghai 200050 CN 00-03-78 (hex) HUMAX Co., Ltd. 000378 (base 16) HUMAX Co., Ltd. 271-2, Suh-hyun-Dong, KR 00-03-74 (hex) Control Microsystems 000374 (base 16) Control Microsystems 48 Steacie Drive Ottawa Ontario K2K 2A9 CA 00-03-76 (hex) Graphtec Technology, Inc. 000376 (base 16) Graphtec Technology, Inc. 45 Parker, Suite A Irvine CA 92618 US 00-03-7E (hex) PORTech Communications, Inc. 00037E (base 16) PORTech Communications, Inc. 150, Shiang-Shung N. Rd., Taichung Taiwan 403, R.O.C. TW 00-03-6D (hex) Runtop, Inc. 00036D (base 16) Runtop, Inc. 1, Lane 21, Hsin Hua Road, Kueishan TW 00-03-6E (hex) Nicon Systems (Pty) Limited 00036E (base 16) Nicon Systems (Pty) Limited 11 Termo Street ZA 00-03-71 (hex) Acomz Networks Corp. 000371 (base 16) Acomz Networks Corp. 7th Fl., Wooseok Bldg., 1007-37 Seoul 156-09 KR 00-03-49 (hex) Vidicode Datacommunicatie B.V. 000349 (base 16) Vidicode Datacommunicatie B.V. Postbus 7164 NL 00-03-3E (hex) Tateyama System Laboratory Co., Ltd. 00033E (base 16) Tateyama System Laboratory Co., Ltd. 30 Shimonoban Oyama-cho 930-1305 JP 00-03-3C (hex) Daiden Co., Ltd. 00033C (base 16) Daiden Co., Ltd. 2100-19 Tutumi, Kamimine-machi JP 00-03-25 (hex) Arima Computer Corp. 000325 (base 16) Arima Computer Corp. 6th Fl., No. 327, TW 00-03-1F (hex) Condev Ltd. 00031F (base 16) Condev Ltd. 200-1626 West 2nd Ave. CA 00-02-9F (hex) L-3 Communication Aviation Recorders 00029F (base 16) L-3 Communication Aviation Recorders P.O. Box 3041 Sarasota FL 34230 US 00-03-1B (hex) Cellvision Systems, Inc. 00031B (base 16) Cellvision Systems, Inc. 3F-1, 75, Hsin Taiwu Road, Sec. 1 TW 00-03-1C (hex) Svenska Hardvarufabriken AB 00031C (base 16) Svenska Hardvarufabriken AB Ole Romersvag 16, Ideon SE 00-01-A8 (hex) Welltech Computer Co., Ltd. 0001A8 (base 16) Welltech Computer Co., Ltd. 13F-4, no. 150, Jian Yi Road TAIWAN TAIWAN R.O.C. TW 00-03-0C (hex) Telesoft Technologies Ltd. 00030C (base 16) Telesoft Technologies Ltd. Observatory House, Stour Park, GB 00-03-08 (hex) AM Communications, Inc. 000308 (base 16) AM Communications, Inc. 100 Commerce Blvd. Quakertown PA 18951 US 00-03-07 (hex) Secure Works, Inc. 000307 (base 16) Secure Works, Inc. 11 Executive Drive Atlanta GA 30329 US 00-03-06 (hex) Fusion In Tech Co., Ltd. 000306 (base 16) Fusion In Tech Co., Ltd. 6Fl, Daeyoon Bldg. 1688-5, Seocho-dong Seoul, KR 00-02-FC (hex) Cisco Systems, Inc 0002FC (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-02-FA (hex) DX Antenna Co., Ltd. 0002FA (base 16) DX Antenna Co., Ltd. 2-15 Hamazaki-Dori, JP 00-02-FB (hex) Baumuller Aulugen-Systemtechnik GmbH 0002FB (base 16) Baumuller Aulugen-Systemtechnik GmbH Ostendsts. 84 DE 00-02-F6 (hex) Equipe Communications 0002F6 (base 16) Equipe Communications 100 Nagog Park Acton MA 01720 US 00-02-23 (hex) ClickTV 000223 (base 16) ClickTV Kemong Bldg., 4th Fl., Seoul Korea 135-010 KR 00-02-CB (hex) TriState Ltd. 0002CB (base 16) TriState Ltd. Shinonaga Blg. 4-11-19 Hokko-cho 053-0852 053-0852 JP 00-02-CA (hex) EndPoints, Inc. 0002CA (base 16) EndPoints, Inc. 4 Preston Court Bedford MA 01730 US 00-03-2A (hex) UniData Communication Systems, Inc. 00032A (base 16) UniData Communication Systems, Inc. 2F, OhSung-Bldg, 82-15, KR 00-03-24 (hex) SANYO Consumer Electronics Co., Ltd. 000324 (base 16) SANYO Consumer Electronics Co., Ltd. 7-101 Tachikawa-cho Tottori City 680-8634 JP 00-02-BF (hex) dotRocket, Inc. 0002BF (base 16) dotRocket, Inc. 1901 S. Bascom, Suite 300 Campbell CA 95008 US 00-03-17 (hex) Merlin Systems, Inc. 000317 (base 16) Merlin Systems, Inc. 3900 New Park Mall Rd. Newark CA 94560 US 00-03-18 (hex) Cyras Systems, Inc. 000318 (base 16) Cyras Systems, Inc. 47100 Bayside Parkway Fremont CA 94538 US 00-02-E3 (hex) LITE-ON Communications, Inc. 0002E3 (base 16) LITE-ON Communications, Inc. 736 S. Hillview Drive Milpitas CA 95035 US 00-02-DD (hex) Bromax Communications, Ltd. 0002DD (base 16) Bromax Communications, Ltd. No. 20 Kuang Fu Road, Hsin Chu 303 TW 00-02-47 (hex) Great Dragon Information Technology (Group) Co., Ltd. 000247 (base 16) Great Dragon Information Technology (Group) Co., Ltd. 169 Beiyuan Rd., Beijing 100101, CN 00-02-43 (hex) Raysis Co., Ltd. 000243 (base 16) Raysis Co., Ltd. 997-10, Daechi-Dong, Kangnam-Ku, Seoul 135-280, South Korea KR 00-02-31 (hex) Ingersoll-Rand 000231 (base 16) Ingersoll-Rand 1467 Route 31 South Annandale NJ 08801 US 00-02-66 (hex) Thermalogic Corporation 000266 (base 16) Thermalogic Corporation 22 Kane Industrial Drive Hudson MA 01749 US 00-02-68 (hex) Harris Government Communications 000268 (base 16) Harris Government Communications Systems Division Melbourne FL 32902 US 00-02-5E (hex) High Technology Ltd 00025E (base 16) High Technology Ltd Chongqing Jinghong People's Republic of CN 00-02-60 (hex) Accordion Networks, Inc. 000260 (base 16) Accordion Networks, Inc. 39899 Balentine Drive, #335 Newark CA 94560 US 00-02-83 (hex) Spectrum Controls, Inc. 000283 (base 16) Spectrum Controls, Inc. PO Box 5533 Bellevue WA 98006 US 00-02-84 (hex) UK Grid Solutions Limited 000284 (base 16) UK Grid Solutions Limited St Leonards Building Redhill Business Park Stafford ST16 1TW GB 00-02-80 (hex) Mu Net, Inc. 000280 (base 16) Mu Net, Inc. 442 Marrett Road Lexington MA 02421 US 00-90-64 (hex) Thomson Inc. 009064 (base 16) Thomson Inc. 101 West 103rd Street Indianapolis IN 46290-1102 US 00-02-7A (hex) IOI Technology Corporation 00027A (base 16) IOI Technology Corporation 4F-3 No. 125 Lane 235, Taipei TAIWAN, R.O.C. TW 00-02-74 (hex) Tommy Technologies Corp. 000274 (base 16) Tommy Technologies Corp. #407 Heehoon Bld Seoul Seoul KOREA KR 00-02-9E (hex) Information Equipment Co., Ltd. 00029E (base 16) Information Equipment Co., Ltd. 740-1 Eaho Bldg., Yeok Sam-Dong Seoul Korea #135-080 KR 00-02-9B (hex) Kreatel Communications AB 00029B (base 16) Kreatel Communications AB Teknikringen 4C SE 00-02-95 (hex) IP.Access Limited 000295 (base 16) IP.Access Limited Melbourn Science Park SG8 6EE SG8 6EE U.K. GB 00-02-72 (hex) CC&C Technologies, Inc. 000272 (base 16) CC&C Technologies, Inc. 8F, 150, Chien I Rd., Chung Ho City, Taipei County 235 Taiwan R.O.C. TW 00-02-6D (hex) Adept Telecom 00026D (base 16) Adept Telecom Avenue de l'Europe FR 00-02-6B (hex) BCM Computers Co., Ltd. 00026B (base 16) BCM Computers Co., Ltd. 6F-6, No. 66, Sec 2, TAIWAN TAIWAN R.O.C. TW 00-02-93 (hex) Solid Data Systems 000293 (base 16) Solid Data Systems 2945 Oakmead Village Court Santa Clara CA 95051 US 00-02-89 (hex) DNE Technologies 000289 (base 16) DNE Technologies 50 Barnes Park N Wallingford CT 06492 US 00-01-2F (hex) Twinhead International Corp 00012F (base 16) Twinhead International Corp 2FL, 2, Lane 235, Bao-Chiao Road TAIWAN TAIWAN R.O.C. TW 00-02-A7 (hex) Vivace Networks 0002A7 (base 16) Vivace Networks 2730 Orchard Parkway San Jose CA 95134 US 00-01-B2 (hex) Digital Processing Systems, Inc. 0001B2 (base 16) Digital Processing Systems, Inc. 70 Valleywood Drive L3R 4T5 CA 00-01-B8 (hex) Netsensity, Inc. 0001B8 (base 16) Netsensity, Inc. PO Box 1060 Lake Forest CA 92630 US 00-01-B9 (hex) SKF (U.K.) Limited 0001B9 (base 16) SKF (U.K.) Limited 2 Michaelson Square Kirkton Campus Livingston West Lothian EH54 7DP GB 00-01-B3 (hex) Precision Electronic Manufacturing 0001B3 (base 16) Precision Electronic Manufacturing P0187, P.O. 527948 Miami FL 33152-7948 US 00-01-BD (hex) Peterson Electro-Musical Products, Inc. 0001BD (base 16) Peterson Electro-Musical Products, Inc. 11601 S. Mayfield Avenue Alsip IL 60803-2476 US 00-02-09 (hex) Shenzhen SED Information Technology Co., Ltd. 000209 (base 16) Shenzhen SED Information Technology Co., Ltd. 4/F., West Block, Block 414, Zhenhua Rd. CN 00-02-02 (hex) Amino Communications, Ltd. 000202 (base 16) Amino Communications, Ltd. Times House UK CB4 5LH GB 00-02-01 (hex) IFM Electronic gmbh 000201 (base 16) IFM Electronic gmbh Bechlingen 34 DE 00-02-34 (hex) Imperial Technology, Inc. 000234 (base 16) Imperial Technology, Inc. 2305 Utah Avenue El Segundo CA 90245 US 00-02-36 (hex) INIT GmbH 000236 (base 16) INIT GmbH Kaeppelestraße 6 DE 00-02-2B (hex) SAXA, Inc. 00022B (base 16) SAXA, Inc. NBF Platinum Tower 1-17-3 Shirokane Minato-ku Tokyo 108-8050 JP 00-02-24 (hex) C-COR 000224 (base 16) C-COR 15 Sterling Drive Wallingford CT 06492 US 00-02-1F (hex) Aculab PLC 00021F (base 16) Aculab PLC Lakeside, Bramley Road Milton Keynes MK1 1PT GB 00-02-1A (hex) Zuma Networks 00021A (base 16) Zuma Networks 8403 Fallbrook Ave. West Hills CA 91304 US 00-01-CA (hex) Geocast Network Systems, Inc. 0001CA (base 16) Geocast Network Systems, Inc. 190 Independence Drive Menlo Park CA 94025 US 00-01-D1 (hex) CoNet Communications, Inc. 0001D1 (base 16) CoNet Communications, Inc. 25 Mauchly, #320 Irvine CA 92618 US 00-02-22 (hex) Chromisys, Inc. 000222 (base 16) Chromisys, Inc. 1012 Stewart Drive Sunnyvale CA 94086 US 00-02-13 (hex) S.D.E.L. 000213 (base 16) S.D.E.L. Aeropole D2A FR 00-01-DB (hex) Freecom Technologies GmbH 0001DB (base 16) Freecom Technologies GmbH Obentrautstraße 72 DE 00-01-DF (hex) ISDN Communications, Ltd. 0001DF (base 16) ISDN Communications, Ltd. The Stable Block, Ronans ENGLAND GB 00-01-EF (hex) Camtel Technology Corp. 0001EF (base 16) Camtel Technology Corp. No. 2, Wu-Kung 5 Rd., Wu-Ku Taiwan Taiwan R.O.C. TW 00-02-0A (hex) Gefran Spa 00020A (base 16) Gefran Spa Via Sebina, 74 IT 00-02-06 (hex) Telital R&D Denmark A/S 000206 (base 16) Telital R&D Denmark A/S 9530 Stouring DK 00-01-79 (hex) WIRELESS TECHNOLOGY, INC. 000179 (base 16) WIRELESS TECHNOLOGY, INC. Anam Bldg. 2Fl, 154-17 KOREA KR 00-01-60 (hex) ELMEX Co., LTD. 000160 (base 16) ELMEX Co., LTD. 16-30 Kimachi JP 00-01-4E (hex) WIN Enterprises, Inc. 00014E (base 16) WIN Enterprises, Inc. 300 Willow Street South North Andover MA 01845 US 00-30-73 (hex) International Microsystems, In 003073 (base 16) International Microsystems, In 521 Valley Way Milpitas CA 95035 US 00-30-3F (hex) TurboComm Tech Inc. 00303F (base 16) TurboComm Tech Inc. 4F-2, No 171, Sung-Tch Road Taipei TW 00-01-84 (hex) SIEB & MEYER AG 000184 (base 16) SIEB & MEYER AG Auf dem Schmaarkamp 21 DE 00-01-95 (hex) Sena Technologies, Inc. 000195 (base 16) Sena Technologies, Inc. 116-23 Shinlim-dong KOREA KR 00-01-A4 (hex) Microlink Corporation 0001A4 (base 16) Microlink Corporation 11110 Ohio Ave., - Ste. #108 Los Angeles CA 90034 US 00-01-8E (hex) Logitec Corporation 00018E (base 16) Logitec Corporation 8268 Rokudouhara, Misuzu JP 00-01-6D (hex) CarrierComm Inc. 00016D (base 16) CarrierComm Inc. 2231 Rutherford, Suite 110 Carlsbad CA 92008 US 00-01-6F (hex) Inkel Corp. 00016F (base 16) Inkel Corp. CheongCheon-Dong, BuPyeong-Gu, Incheon-Si KR 00-01-70 (hex) ESE Embedded System Engineer'g 000170 (base 16) ESE Embedded System Engineer'g Mühlbachstraße 20 DE 00-01-6A (hex) ALITEC 00016A (base 16) ALITEC Laval Technopole B.P. 102 FR 00-01-53 (hex) ARCHTEK TELECOM CORPORATION 000153 (base 16) ARCHTEK TELECOM CORPORATION 4F, No.9 Lane 130, Min-Chyuan Rd. 231 TAIWAN TW 00-01-35 (hex) KDC Corp. 000135 (base 16) KDC Corp. 200-11 AnYang 7 dong KOREA KR 00-01-41 (hex) CABLE PRINT 000141 (base 16) CABLE PRINT Jozef Cardynstraat 16 BE 00-01-65 (hex) AirSwitch Corporation 000165 (base 16) AirSwitch Corporation 37East 200South Springville UT 84663 US 00-01-56 (hex) FIREWIREDIRECT.COM, INC. 000156 (base 16) FIREWIREDIRECT.COM, INC. 4132 Spicewood Springs Rd - #I-4 Austin TX 78759 US 00-01-B7 (hex) Centos, Inc. 0001B7 (base 16) Centos, Inc. 6F-1, NO. 15, LANE 360 TAIWAN TAIWAN R.O.C. TW 00-01-B5 (hex) Turin Networks, Inc. 0001B5 (base 16) Turin Networks, Inc. 1415 North McDowell Blvd. Petaluma CA 94954 US 00-01-83 (hex) ANITE TELECOMS 000183 (base 16) ANITE TELECOMS 127 Fleet Road, Fleet UNITED KINGDOM GB 00-01-7E (hex) ADTEK System Science Co., Ltd. 00017E (base 16) ADTEK System Science Co., Ltd. YBP West Tower Hodogaya Yokohama JP 00-01-0C (hex) System Talks Inc. 00010C (base 16) System Talks Inc. 4F, PrimeNihonbashi Bld. Chuo-ku Tokyo JP 00-01-11 (hex) iDigm Inc. 000111 (base 16) iDigm Inc. 7FL Sindo B/D 1604-22 Seocho-Dong Seoul 137-070 KR 00-01-07 (hex) Leiser GmbH 000107 (base 16) Leiser GmbH Ilmstr. 7 85579 Neubiberg DE 00-01-14 (hex) KANDA TSUSHIN KOGYO CO., LTD. 000114 (base 16) KANDA TSUSHIN KOGYO CO., LTD. 23-2, Nishi-Gotanda 2-chome, Tokyo 141-8533 JP 00-B0-F5 (hex) NetWorth Technologies, Inc. 00B0F5 (base 16) NetWorth Technologies, Inc. 1000 Germantown Pike Plymouth Metting PA 19462 US 00-B0-DB (hex) Nextcell, Inc. 00B0DB (base 16) Nextcell, Inc. 651 East 18th Street Plano TX 75074 US 00-B0-AE (hex) Symmetricom 00B0AE (base 16) Symmetricom 2300 Orchard Parkway San Jose CA 95131 US 00-B0-E7 (hex) British Federal Ltd. 00B0E7 (base 16) British Federal Ltd. Castle Mill Works Dudley DY1 4DA England GB 00-B0-8E (hex) Cisco Systems, Inc 00B08E (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-30-5C (hex) SMAR Laboratories Corp. 00305C (base 16) SMAR Laboratories Corp. 10960 Millridge North - Ste. #107 Houston TX 77070 US 00-30-04 (hex) LEADTEK RESEARCH INC. 003004 (base 16) LEADTEK RESEARCH INC. 18F, No.166, Chien-Yi Road Hsien TW 00-30-F9 (hex) Sollae Systems Co., Ltd. 0030F9 (base 16) Sollae Systems Co., Ltd. 607 Incheo IT Tower Nam-gu Incheon KR 00-01-18 (hex) EZ Digital Co., Ltd. 000118 (base 16) EZ Digital Co., Ltd. Bitville Bldg. Room 703 Seoul KR 00-01-1C (hex) Universal Talkware Corporation 00011C (base 16) Universal Talkware Corporation 10 Second St. NE Minneapolis MN 55413 US 00-01-28 (hex) EnjoyWeb, Inc. 000128 (base 16) EnjoyWeb, Inc. 3000 Scott Blvd. #107 Santa Clara CA 95054 US 00-01-46 (hex) Tesco Controls, Inc. 000146 (base 16) Tesco Controls, Inc. P.O. Box 239012 Sacramento CA 95823-9012 US 00-01-49 (hex) TDT AG 000149 (base 16) TDT AG Siemensstraße 18 Essenbach 84051 DE 00-01-31 (hex) Bosch Security Systems, Inc. 000131 (base 16) Bosch Security Systems, Inc. 130 Perinton Parkway Fairport NY 14450 US 00-30-BE (hex) City-Net Technology, Inc. 0030BE (base 16) City-Net Technology, Inc. 135 E. Chesnut Ave., Ste. Monrovia CA 91016 US 00-30-02 (hex) Expand Networks 003002 (base 16) Expand Networks Atidim Tech Park, Bldg. 4 Tel-Aviv 61580 IL 00-30-78 (hex) Cisco Systems, Inc 003078 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-B0-EC (hex) EACEM 00B0EC (base 16) EACEM Avenue Louise 140, Bte 6 B-1050 BRUSSELS BE 00-B0-DF (hex) Starboard Storage Systems 00B0DF (base 16) Starboard Storage Systems 12303 Airport Way Broomfield Co 80021 US 00-01-0B (hex) Space CyberLink, Inc. 00010B (base 16) Space CyberLink, Inc. 5th Fl. Guppyung Town B Seoul KR 00-30-9C (hex) Timing Applications, Inc. 00309C (base 16) Timing Applications, Inc. 4775 Walnut St. Boulder CO 80301 US 00-30-7E (hex) Redflex Communication Systems 00307E (base 16) Redflex Communication Systems 11-29 Eastern Road South Melbourne Victoria 3205 AU 00-30-4F (hex) PLANET Technology Corporation 00304F (base 16) PLANET Technology Corporation 11F, No. 96, Min-Chuan Road Hsin-Tien Dist., New Taipei City TW 00-30-22 (hex) Fong Kai Industrial Co., Ltd. 003022 (base 16) Fong Kai Industrial Co., Ltd. 4F-3, No. 13, Wu Chuan 1st Road Hsin Chuang City, Taipei Hsien TW 00-30-70 (hex) 1Net Corporation 003070 (base 16) 1Net Corporation 347 Elizabeth Avenue - Ste. #100 Somerset NJ 08873 US 00-30-F8 (hex) Dynapro Systems, Inc. 0030F8 (base 16) Dynapro Systems, Inc. 800 Carleton Court New Westminster British Columbia V3M 6L3 CA 00-30-B7 (hex) Teletrol Systems, Inc. 0030B7 (base 16) Teletrol Systems, Inc. Technology Center Manchester NH 03101 US 00-30-B3 (hex) San Valley Systems, Inc. 0030B3 (base 16) San Valley Systems, Inc. 2105 S. Bascom Ave. - Ste. #390 Campbell CA 95008 US 00-30-09 (hex) Tachion Networks, Inc. 003009 (base 16) Tachion Networks, Inc. 2 Meridian Road Eatontown NJ 07724 US 00-30-7A (hex) Advanced Technology & Systems 00307A (base 16) Advanced Technology & Systems Yokohama Business Park East Tower 9F, 240-0005 JP 00-30-61 (hex) MobyTEL 003061 (base 16) MobyTEL 4301 Connecticut Ave. NW Washington DC 20008 US 00-30-54 (hex) CASTLENET TECHNOLOGY, INC. 003054 (base 16) CASTLENET TECHNOLOGY, INC. NO. 130 WU-KUNG RD., TAIWAN TAIWAN R.O.C. TW 00-30-0B (hex) mPHASE Technologies, Inc. 00300B (base 16) mPHASE Technologies, Inc. 250 14th Street Atlanta GA 30318 US 00-30-8F (hex) MICRILOR, Inc. 00308F (base 16) MICRILOR, Inc. 17 Lakeside Office Park Wakefield MA 01880 US 00-30-50 (hex) Versa Technology 003050 (base 16) Versa Technology 4430 E. Miraloma Ave., - Ste. Anaheim CA 92807 US 00-30-C0 (hex) Lara Technology, Inc. 0030C0 (base 16) Lara Technology, Inc. 2345 North First Street San Jose CA 95131 US 00-30-05 (hex) Fujitsu Siemens Computers 003005 (base 16) Fujitsu Siemens Computers Buergermeister ulrich 100 86199 Augsburg DE 00-30-E0 (hex) OXFORD SEMICONDUCTOR LTD. 0030E0 (base 16) OXFORD SEMICONDUCTOR LTD. 25 MILTON PARK Abingdon Oxon OX14 4SH GB 00-30-64 (hex) ADLINK TECHNOLOGY, INC. 003064 (base 16) ADLINK TECHNOLOGY, INC. 9F, NO. 166, JIEN-YI R.D. CHUNG-HO CITY TAIPEI TW 00-30-DB (hex) Mindready Solutions, Inc. 0030DB (base 16) Mindready Solutions, Inc. 2800 Marie-Curie Avenue Quebec H4S 2C2 CA 00-30-E7 (hex) CNF MOBILE SOLUTIONS, INC. 0030E7 (base 16) CNF MOBILE SOLUTIONS, INC. 7722 E. GRAY ROAD SCOTTSDALE AZ 85260 US 00-30-B4 (hex) INTERSIL CORP. 0030B4 (base 16) INTERSIL CORP. P.O. BOX 883 MELBOURNE FL 32902 US 00-30-B1 (hex) TrunkNet 0030B1 (base 16) TrunkNet Aubergenviller Allee 51 Dieburg D-64807 DE 00-30-60 (hex) Powerfile, Inc. 003060 (base 16) Powerfile, Inc. 3350 Thomas Road Santa Clara CA 95054-2062 US 00-30-A0 (hex) TYCO SUBMARINE SYSTEMS, LTD. 0030A0 (base 16) TYCO SUBMARINE SYSTEMS, LTD. 250 INDUSTRIAL WAY WEST EATONTOWN NJ 07724 US 00-30-15 (hex) CP CLARE CORP. 003015 (base 16) CP CLARE CORP. 78 CHERRY HILL DRIVE BEVERLY MA 01915 US 00-30-1F (hex) OPTICAL NETWORKS, INC. 00301F (base 16) OPTICAL NETWORKS, INC. 166 BAYPOINTE PARKWAY SAN JOSE CA 95134 US 00-30-FA (hex) TELICA, INC. 0030FA (base 16) TELICA, INC. 734 FOREST STREET, BLDG. MARLBORO MA 01752 US 00-30-4B (hex) ORBACOM SYSTEMS, INC. 00304B (base 16) ORBACOM SYSTEMS, INC. 1704 TAYLORS LANE CINNAMINSON NJ 08077 US 00-30-E9 (hex) GMA COMMUNICATION MANUFACT'G 0030E9 (base 16) GMA COMMUNICATION MANUFACT'G MARKETING, (1991) LTD. ISRAEL ISRAEL 49130 IL 00-30-A5 (hex) ACTIVE POWER 0030A5 (base 16) ACTIVE POWER 11525 STONEHOLLOW - STE.#255 AUSTIN TX 78758 US 00-30-84 (hex) ALLIED TELESYN INTERNAIONAL 003084 (base 16) ALLIED TELESYN INTERNAIONAL CORPORATION SUNNYVALE CA 94086 US 00-30-43 (hex) IDREAM TECHNOLOGIES, PTE. LTD. 003043 (base 16) IDREAM TECHNOLOGIES, PTE. LTD. 54 KALLANG BAHRU, #02-14 SG 00-30-00 (hex) ALLWELL TECHNOLOGY CORP. 003000 (base 16) ALLWELL TECHNOLOGY CORP. 4F, #15, LANE3, SEC.2 TAIWAN TAIWAN R.O.C. TW 00-30-11 (hex) HMS Industrial Networks 003011 (base 16) HMS Industrial Networks P O Box 4126 SE-300 04 SE 00-30-68 (hex) CYBERNETICS TECH. CO., LTD. 003068 (base 16) CYBERNETICS TECH. CO., LTD. DAITOH BLDG. 4F 3-32-1 JAPAN 171-0033 JP 00-30-91 (hex) TAIWAN FIRST LINE ELEC. CORP. 003091 (base 16) TAIWAN FIRST LINE ELEC. CORP. 40 Chung-Shan Road Taipei County TW 00-30-CD (hex) CONEXANT SYSTEMS, INC. 0030CD (base 16) CONEXANT SYSTEMS, INC. 4311 JAMBOREE ROAD NEWPORT BEACH CA 92660 US 00-30-1A (hex) SMARTBRIDGES PTE. LTD. 00301A (base 16) SMARTBRIDGES PTE. LTD. 745 Toa Payoh Lorong 5 319455 SG 00-30-29 (hex) OPICOM 003029 (base 16) OPICOM ROOM #302, STYLE FACTORY 151 KOREA KR 00-30-83 (hex) Ivron Systems 003083 (base 16) Ivron Systems 19-20 YORK ROAD IE 00-30-B6 (hex) Cisco Systems, Inc 0030B6 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-30-C7 (hex) Macromate Corp. 0030C7 (base 16) Macromate Corp. 8F,Universal Center,Number 179 Taipei Hsien TW 00-30-E4 (hex) CHIYODA SYSTEM RIKEN 0030E4 (base 16) CHIYODA SYSTEM RIKEN 2-7, KANDA-NISHIKI-CHO JP 00-30-66 (hex) RFM 003066 (base 16) RFM 3079 Premiere Pkwy Duluth GA 30097 US 00-30-31 (hex) LIGHTWAVE COMMUNICATIONS, INC. 003031 (base 16) LIGHTWAVE COMMUNICATIONS, INC. 261 PEPE'S FARM ROAD MILFORD CT 06460 US 00-D0-07 (hex) MIC ASSOCIATES, INC. 00D007 (base 16) MIC ASSOCIATES, INC. 1510-1, KAIDOKI JAPAN JAPAN 206-0012 JP 00-D0-FF (hex) Cisco Systems, Inc 00D0FF (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-D0-28 (hex) Harmonic, Inc 00D028 (base 16) Harmonic, Inc 965 Stewart Drive Sunnyvale CA 94086-3913 US 00-D0-25 (hex) XROSSTECH, INC. 00D025 (base 16) XROSSTECH, INC. HABDONG B/D 5F 210-2 KOREA KR 00-D0-44 (hex) ALIDIAN NETWORKS, INC. 00D044 (base 16) ALIDIAN NETWORKS, INC. 1330 W. MIDDLEFIELD ROAD MOUNTAIN VIEW CA 94043 US 00-30-5B (hex) Toko Inc. 00305B (base 16) Toko Inc. 18 COMIGAYA, TSURUGASHIMA-SHI JAPAN 350-2281 JP 00-D0-49 (hex) IMPRESSTEK CO., LTD. 00D049 (base 16) IMPRESSTEK CO., LTD. 6F, SPECIALTY CONSTRUCTION CTR 302-120 KOREA (REP.) KR 00-D0-5B (hex) ACROLOOP MOTION CONTROL 00D05B (base 16) ACROLOOP MOTION CONTROL SYSTEMS CHASKA MN 55318 US 00-D0-42 (hex) MAHLO GMBH & CO. UG 00D042 (base 16) MAHLO GMBH & CO. UG DONAUSTRASSE 12 DE 00-D0-31 (hex) INDUSTRIAL LOGIC CORPORATION 00D031 (base 16) INDUSTRIAL LOGIC CORPORATION 15 PIEDMONT CENTER-STE #700 ATLANTA GA 30305 US 00-D0-38 (hex) FIVEMERE, LTD. 00D038 (base 16) FIVEMERE, LTD. UNIT 1-HERON INDUSTRIAL ESTATE RG7 1PJ ENGLAND GB 00-D0-C6 (hex) THOMAS & BETTS CORP. 00D0C6 (base 16) THOMAS & BETTS CORP. Thomas & Betts Aust. Pty. Ltd. Lidcombe New South Wales AU 00-D0-77 (hex) LUCENT TECHNOLOGIES 00D077 (base 16) LUCENT TECHNOLOGIES CLIENT ACCESS BUSINESS UNIT HOLMDEL NJ 07733 US 00-D0-3E (hex) ROCKETCHIPS, INC. 00D03E (base 16) ROCKETCHIPS, INC. 7901 XERXES AVE. S. MINNEAPOLIS MN 55431 US 00-D0-93 (hex) TQ - COMPONENTS GMBH 00D093 (base 16) TQ - COMPONENTS GMBH GUT DELLING - MUHLSTR 2 DE 00-D0-3F (hex) AMERICAN COMMUNICATION 00D03F (base 16) AMERICAN COMMUNICATION TECHNOLIGIES INTERNATIONAL INC ROHNERT PARK CA 94928 US 00-D0-F7 (hex) NEXT NETS CORPORATION 00D0F7 (base 16) NEXT NETS CORPORATION MITA KOKUSAI BLDG. 17F JP 00-D0-6F (hex) KMC CONTROLS 00D06F (base 16) KMC CONTROLS P.O. BOX 497 NEW PARIS IN 46553 US 00-D0-FC (hex) GRANITE MICROSYSTEMS 00D0FC (base 16) GRANITE MICROSYSTEMS 10202 N. ENTERPRISE DRIVE MEQUON WI 53092 US 00-D0-A6 (hex) LANBIRD TECHNOLOGY CO., LTD. 00D0A6 (base 16) LANBIRD TECHNOLOGY CO., LTD. ROOM A-211, S.B.I. KOREA 157-030 KR 00-D0-03 (hex) COMDA ENTERPRISES CORP. 00D003 (base 16) COMDA ENTERPRISES CORP. 2F, NO. 501-18, CHUNGCHEN ROAD TAIWAN TAIWAN ROC TW 00-D0-D2 (hex) EPILOG CORPORATION 00D0D2 (base 16) EPILOG CORPORATION 500 CORPORATE CIRCLE - STE. GOLDEN CO 80401 US 00-D0-F9 (hex) ACUTE COMMUNICATIONS CORP. 00D0F9 (base 16) ACUTE COMMUNICATIONS CORP. NO. 1, CREATION ROAD III TAIWAN TW 00-D0-CE (hex) iSystem Labs 00D0CE (base 16) iSystem Labs BRODISCE 7, 10C Trzin 1236 SI 00-D0-18 (hex) QWES. COM, INC. 00D018 (base 16) QWES. COM, INC. 14742 NEWPORT AVE. - STE. #203 TUSTIN CA 92780 US 00-01-A7 (hex) UNEX TECHNOLOGY CORPORATION 0001A7 (base 16) UNEX TECHNOLOGY CORPORATION 8F-5, #130, SZE WEI RD., HSINCHU TW 00-D0-8C (hex) GENOA TECHNOLOGY, INC. 00D08C (base 16) GENOA TECHNOLOGY, INC. 5401 TECH CIRCLE MOORPARK CA 93021 US 00-D0-59 (hex) AMBIT MICROSYSTEMS CORP. 00D059 (base 16) AMBIT MICROSYSTEMS CORP. 5F-1, 5 HSIN-AN ROAD TAIWAN TAIWAN R.O.C. TW 00-D0-FD (hex) OPTIMA TELE.COM, INC. 00D0FD (base 16) OPTIMA TELE.COM, INC. 4-20 Cachet Woods Court Markham ON L6C 3G1 CA 00-D0-A9 (hex) SHINANO KENSHI CO., LTD. 00D0A9 (base 16) SHINANO KENSHI CO., LTD. ELECTRONIC EQUIPMENT DIVISION JP 00-D0-DD (hex) SUNRISE TELECOM, INC. 00D0DD (base 16) SUNRISE TELECOM, INC. 22 GREAT OAKS BLVD. SAN JOSE CA 95119 US 00-D0-E6 (hex) IBOND INC. 00D0E6 (base 16) IBOND INC. 3160, DE LA CRUZ BLVD. SANTA CLARA CA 95054 US 00-D0-D1 (hex) Sycamore Networks 00D0D1 (base 16) Sycamore Networks 220 Mill Rd Chelmsford MA 01824 US 00-D0-87 (hex) MICROFIRST INC. 00D087 (base 16) MICROFIRST INC. 11 EAST OAK STREET OAKLAND NJ 07436 US 00-D0-80 (hex) EXABYTE CORPORATION 00D080 (base 16) EXABYTE CORPORATION 1685 38TH STREET BOULDER CO 80301 US 00-D0-91 (hex) SMARTSAN SYSTEMS, INC. 00D091 (base 16) SMARTSAN SYSTEMS, INC. 4655 OLD IRONSIDES DR. #480 SANTA CLARA CA 95054 US 00-D0-4E (hex) LOGIBAG 00D04E (base 16) LOGIBAG 2, Rue de la Mandinière FR 00-D0-27 (hex) APPLIED AUTOMATION, INC. 00D027 (base 16) APPLIED AUTOMATION, INC. P.O. BOX 9999 BARTLESVILLE OK 74005-9999 US 00-D0-72 (hex) BROADLOGIC 00D072 (base 16) BROADLOGIC 463 S. MILPITAS BLVD. MILPITAS CA 95035 US 00-D0-E2 (hex) MRT MICRO, INC. 00D0E2 (base 16) MRT MICRO, INC. 14000 S. MILITARY TRAIL DELRAY BEACH FL 33484 US 00-D0-6A (hex) LINKUP SYSTEMS CORPORATION 00D06A (base 16) LINKUP SYSTEMS CORPORATION 1190 COLEMAN AVE.- STE #2C SAN JOSE CA 95110 US 00-D0-89 (hex) DYNACOLOR, INC. 00D089 (base 16) DYNACOLOR, INC. No.116, Zhouzi St., Neihu Dist. Taipei City 114 TW 00-D0-2C (hex) CAMPBELL SCIENTIFIC, INC. 00D02C (base 16) CAMPBELL SCIENTIFIC, INC. 815 W. 1800 N. LOGAN UT 84321-1784 US 00-D0-CD (hex) ATAN TECHNOLOGY INC. 00D0CD (base 16) ATAN TECHNOLOGY INC. #5, ALLEY 18, LANE 81, TAIWAN TAIWAN R.O.C. TW 00-D0-40 (hex) SYSMATE CO., LTD. 00D040 (base 16) SYSMATE CO., LTD. 1091 WOLPYONG-DONG SOUTH KOREA KR 00-D0-1A (hex) URMET TLC S.P.A. 00D01A (base 16) URMET TLC S.P.A. VIA DI CASTEL ROMANO 167 IT 00-50-FF (hex) HAKKO ELECTRONICS CO., LTD. 0050FF (base 16) HAKKO ELECTRONICS CO., LTD. 238, KAMIKASHIWANO-MACHI MATTO-SHI, ISHIKAWA 924-0035 JP 00-50-D2 (hex) CMC Electronics Inc 0050D2 (base 16) CMC Electronics Inc 600 Dr.Frederik-Philips Blvd Montreal QC H4M 2S9 CA 00-50-F9 (hex) Sensormatic Electronics LLC 0050F9 (base 16) Sensormatic Electronics LLC 1501 Yamato Rd Boca Raton FL 33431 US 00-50-48 (hex) INFOLIBRIA 005048 (base 16) INFOLIBRIA 411 WAVERLY OAKS RD-STE #323 WALTHAM MA 02154-8414 US 00-50-4E (hex) SIERRA MONITOR CORP. 00504E (base 16) SIERRA MONITOR CORP. 1991 TAROB COURT MILPITAS CA 95035 US 00-50-F6 (hex) PAN-INTERNATIONAL INDUSTRIAL CORP. 0050F6 (base 16) PAN-INTERNATIONAL INDUSTRIAL CORP. GF, NO. 176, CHANG CHUN RD. TAIPEI TW 00-50-6C (hex) Beijer Electronics Products AB 00506C (base 16) Beijer Electronics Products AB Box 426 SE-201 24 Malmoe SE 00-50-D7 (hex) TELSTRAT 0050D7 (base 16) TELSTRAT 3600 AVENUE PLANO TX 75074 US 00-50-44 (hex) ASACA CORPORATION 005044 (base 16) ASACA CORPORATION 420 CORPORATE CIRCLE, Unit H GOLDEN CO 80401 US 00-50-E6 (hex) HAKUSAN CORPORATION 0050E6 (base 16) HAKUSAN CORPORATION J TOWER, 1-1, NIKKOU-CHO JP 00-50-3C (hex) TSINGHUA NOVEL ELECTRONICS 00503C (base 16) TSINGHUA NOVEL ELECTRONICS CO., LTD. 100084 100084 CN 00-50-60 (hex) TANDBERG TELECOM AS 005060 (base 16) TANDBERG TELECOM AS Philip Pedersens vei 20 1361 Lysaker NO 00-50-EE (hex) TEK DIGITEL CORPORATION 0050EE (base 16) TEK DIGITEL CORPORATION 20010 CENTURY BLVD. #300 GERMANTOWN MD 20874 US 00-50-45 (hex) RIOWORKS SOLUTIONS, INC. 005045 (base 16) RIOWORKS SOLUTIONS, INC. 4F, NO.28, LANE 583 TAIWAN TAIWAN R.O.C. TW 00-50-2B (hex) GENRAD LTD. 00502B (base 16) GENRAD LTD. ORION BUSINESS PARK UNITED KINGDOM SK3 OXG GB 00-50-2E (hex) CAMBEX CORPORATION 00502E (base 16) CAMBEX CORPORATION 115 Flanders Road Westborough MA 01581 US 00-50-6E (hex) CORDER ENGINEERING CORPORATION 00506E (base 16) CORDER ENGINEERING CORPORATION 151 KALMUS DRIVE - STE #A103 COSTA MESA CA 92626 US 00-50-2C (hex) SOYO COMPUTER, INC. 00502C (base 16) SOYO COMPUTER, INC. NO. 21 WU-KUNG 5 RD. TAIWAN TAIWAN R.O.C. TW 00-50-77 (hex) PROLIFIC TECHNOLOGY, INC. 005077 (base 16) PROLIFIC TECHNOLOGY, INC. 6F 1, LANE 51, SEC 1 100 TW 00-50-33 (hex) MAYAN NETWORKS 005033 (base 16) MAYAN NETWORKS 3350 SCOTT BLVD. - BLDG. #9 SANTA CLARA CA 95054 US 00-50-0E (hex) CHROMATIS NETWORKS, INC. 00500E (base 16) CHROMATIS NETWORKS, INC. 3 BETHESDA METRO CENTER BETHESDA MD 20814 US 00-D0-CC (hex) TECHNOLOGIES LYRE INC. 00D0CC (base 16) TECHNOLOGIES LYRE INC. 1200 ST-JEAN-BAPTISTE, CANADA G2E 5E8 CA 00-50-EC (hex) OLICOM A/S 0050EC (base 16) OLICOM A/S NYBROVEJ 114 DK 00-50-C9 (hex) MASPRO DENKOH CORP. 0050C9 (base 16) MASPRO DENKOH CORP. ASADA NISSHIN AICHI JP 00-50-BB (hex) CMS TECHNOLOGIES 0050BB (base 16) CMS TECHNOLOGIES 13955 FARMINGTON RAOD LIVONIA MI 48154 US 00-50-62 (hex) KOUWELL ELECTRONICS CORP. ** 005062 (base 16) KOUWELL ELECTRONICS CORP. ** 7F, NO.99, NAN-KANG ROAD TW 00-50-D5 (hex) AD SYSTEMS CORP. 0050D5 (base 16) AD SYSTEMS CORP. 1-4-1, NAKACHO, MUSASHINO CITY TOKYO 180-0006 JP 00-50-F3 (hex) GLOBAL NET INFORMATION CO., Ltd. 0050F3 (base 16) GLOBAL NET INFORMATION CO., Ltd. NORTH TOWER- RM 1305 GUANG ZHOU 510095 CN 00-50-BE (hex) FAST MULTIMEDIA AG 0050BE (base 16) FAST MULTIMEDIA AG RUEDESHEIMERSTR. 11-13 80686 MUNICH DE 00-50-6F (hex) G-CONNECT 00506F (base 16) G-CONNECT P.O. BOX 2200 HERZLIYA 46120 IL 00-50-F8 (hex) ENTREGA TECHNOLOGIES, INC. 0050F8 (base 16) ENTREGA TECHNOLOGIES, INC. 25691 ATLANTIC OCEAN DRIVE LAKE FOREST CA 92630 US 00-50-42 (hex) SCI MANUFACTURING SINGAPORE PTE, LTD. 005042 (base 16) SCI MANUFACTURING SINGAPORE PTE, LTD. 3 DEPOT CLOSE SINGAPORE 109840 SG 00-50-C0 (hex) GATAN, INC. 0050C0 (base 16) GATAN, INC. 5933 CORONADO LANE PLEASANTON CA 94588 US 00-50-51 (hex) IWATSU ELECTRIC CO., LTD. 005051 (base 16) IWATSU ELECTRIC CO., LTD. 7-41, KUGAYAMA 1-CHOME SUGINAMI-KU, TOKYO 168-8501 JP 00-50-7D (hex) IFP 00507D (base 16) IFP LESSINGSTR. 4 D-78315 RADOLFZELL DE 00-50-97 (hex) MMC-EMBEDDED COMPUTERTECHNIK GmbH 005097 (base 16) MMC-EMBEDDED COMPUTERTECHNIK GmbH ULRICHSBERGERSTR. 17 D-94469 DEGGENDORF DE 00-50-10 (hex) NovaNET Learning, Inc. 005010 (base 16) NovaNET Learning, Inc. 125 W. CHURCH STREET-STE. #300 CHAMPAIGN IL 61820 US 00-50-9A (hex) TAG ELECTRONIC SYSTEMS 00509A (base 16) TAG ELECTRONIC SYSTEMS GENESIS BUSINESS PARK WOKING, SURREY GU21 5RW GB 00-50-22 (hex) ZONET TECHNOLOGY, INC. 005022 (base 16) ZONET TECHNOLOGY, INC. 830 ROOM, BLDG. 53, 195, SEC.4 HSINCHA TW 00-50-07 (hex) SIEMENS TELECOMMUNICATION SYSTEMS LIMITED 005007 (base 16) SIEMENS TELECOMMUNICATION SYSTEMS LIMITED NO. 90, SEC. 1, CHIEN KUO NORTH ROAD TAIPEI TW 00-50-40 (hex) Panasonic Electric Works Co., Ltd. 005040 (base 16) Panasonic Electric Works Co., Ltd. Tsu-Factory, 1668, Fujikata Tsu-shi Mie-ken 514-8555 JP 00-50-1C (hex) JATOM SYSTEMS, INC. 00501C (base 16) JATOM SYSTEMS, INC. 99 MICHAEL COWPLAND DRIVE ONTARIO, K2M 1X3 CA 00-50-92 (hex) Rigaku Corporation Osaka Plant 005092 (base 16) Rigaku Corporation Osaka Plant 14-8 AKAOJI-CHO TAKATSUKI-SHI, OSAKA 569-1146 JP 00-50-7A (hex) XPEED, INC. 00507A (base 16) XPEED, INC. 4699 OLD IRONSIDES DRIVE SANTA CLARA CA 95054 US 00-50-69 (hex) PixStream Incorporated 005069 (base 16) PixStream Incorporated 180 COLUMBIA ST. W. Ontario N2L 3L3 CA 00-50-68 (hex) ELECTRONIC INDUSTRIES ASSOCIATION 005068 (base 16) ELECTRONIC INDUSTRIES ASSOCIATION 2500 WILSON BLVD. ARLINGTON VA 22201 US 00-50-BC (hex) HAMMER STORAGE SOLUTIONS 0050BC (base 16) HAMMER STORAGE SOLUTIONS 8450 CENTRAL AVENUE NEWARK CA 94560 US 00-90-71 (hex) Applied Innovation Inc. 009071 (base 16) Applied Innovation Inc. 5800 Innovation Drive Dublin OH 43016-3271 US 00-50-EB (hex) ALPHA-TOP CORPORATION 0050EB (base 16) ALPHA-TOP CORPORATION 19F., NO. 2, LANE 150 TAIPEI TW 00-50-EF (hex) SPE Systemhaus GmbH 0050EF (base 16) SPE Systemhaus GmbH WALDSTRASSE 7 63150 HEUSENSTAMM DE 00-50-98 (hex) GLOBALOOP, LTD. 005098 (base 16) GLOBALOOP, LTD. 12 HASHARON ROAD KFAR SABA 44269 IL 00-50-4F (hex) OLENCOM ELECTRONICS 00504F (base 16) OLENCOM ELECTRONICS SOLTAM INDUSTRIAL PARK YOKNEAM 20692 IL 00-90-FF (hex) TELLUS TECHNOLOGY INC. 0090FF (base 16) TELLUS TECHNOLOGY INC. 40990 ENCYCLOPEDIA CIR. FREMONT CA 94538-2470 US 00-90-3E (hex) N.V. PHILIPS INDUSTRIAL ACTIVITIES 00903E (base 16) N.V. PHILIPS INDUSTRIAL ACTIVITIES B-3001 LEUVEN BE 00-90-BA (hex) VALID NETWORKS, INC. 0090BA (base 16) VALID NETWORKS, INC. 6 CROMWELL #102 IRVINE CA 92618 US 00-90-18 (hex) ITO ELECTRIC INDUSTRY CO, LTD. 009018 (base 16) ITO ELECTRIC INDUSTRY CO, LTD. 4-26-12 MEIEKI NAKAMURA-KU NAGOYA-CITY AICHI 450-0002 JP 00-90-CD (hex) ENT-EMPRESA NACIONAL DE TELECOMMUNICACOES, S.A. 0090CD (base 16) ENT-EMPRESA NACIONAL DE TELECOMMUNICACOES, S.A. R. ENG FREDERICO ULRICH - APARTADO 3081 Guardeiras - 4470 Moreira Maia PT 00-90-FB (hex) PORTWELL, INC. 0090FB (base 16) PORTWELL, INC. 7F-4, NO. 160, SEC. 6 TAIPEI TW 00-90-94 (hex) OSPREY TECHNOLOGIES, INC. 009094 (base 16) OSPREY TECHNOLOGIES, INC. 600 AIRPORT BLVD. - STE. #900 MORRISVILLE NC 27560 US 00-90-B3 (hex) AGRANAT SYSTEMS 0090B3 (base 16) AGRANAT SYSTEMS 1345 MAIN STREET WALTHAM MA 02154 US 00-90-3C (hex) ATLANTIC NETWORK SYSTEMS 00903C (base 16) ATLANTIC NETWORK SYSTEMS IMMEUBLE Kennedy 33700 MERIGNAC FR 00-90-5D (hex) NETCOM SICHERHEITSTECHNIK GMBH 00905D (base 16) NETCOM SICHERHEITSTECHNIK GMBH BOPPSTRASSE 38 DE 00-90-D1 (hex) LEICHU ENTERPRISE CO., LTD. 0090D1 (base 16) LEICHU ENTERPRISE CO., LTD. 8F, NO. 203, PA-TEH ROAD, SEC.2 TW 00-90-46 (hex) DEXDYNE, LTD. 009046 (base 16) DEXDYNE, LTD. 15 MARKET PL. GLOCESTERSHIRE GL7 2PB GB 00-90-DA (hex) DYNARC, INC. 0090DA (base 16) DYNARC, INC. 1887 LANDINGS DRIVE MOUNTAIN VIEW CA 94043 US 00-90-E0 (hex) SYSTRAN CORP. 0090E0 (base 16) SYSTRAN CORP. 4126 LINDEN AVENUE DAYTON OH 45432 US 00-90-D0 (hex) Thomson Telecom Belgium 0090D0 (base 16) Thomson Telecom Belgium Prins Boudewijnlaan 47 B-2650 EDEGEM BE 00-90-9B (hex) MARKEM-IMAJE 00909B (base 16) MARKEM-IMAJE Frihamnen 16A Gothenburg 417 55 SE 00-90-22 (hex) IVEX 009022 (base 16) IVEX 4295 INTERNATIONAL BLVD. NORCROSS GA 30093 US 00-90-16 (hex) ZAC 009016 (base 16) ZAC Stüvestraße 9 D-31141 Hildesheim DE 00-90-A7 (hex) CLIENTEC CORPORATION 0090A7 (base 16) CLIENTEC CORPORATION 8175 S. VIRGINIA ST. RENO NV 89511 US 00-90-53 (hex) DAEWOO ELECTRONICS CO., LTD. 009053 (base 16) DAEWOO ELECTRONICS CO., LTD. DIT RESEARCH CENTER CHUNG-GU SEOUL 100-714 KR 00-90-DC (hex) TECO INFORMATION SYSTEMS 0090DC (base 16) TECO INFORMATION SYSTEMS CO., LTD. SAN JOSE CA 95134 US 00-90-E2 (hex) DISTRIBUTED PROCESSING TECHNOLOGY 0090E2 (base 16) DISTRIBUTED PROCESSING TECHNOLOGY 140 CANDACE DRIVE ORLANDO FL 32751 US 00-90-85 (hex) GOLDEN ENTERPRISES, INC. 009085 (base 16) GOLDEN ENTERPRISES, INC. 4450 WEST EAU GALLIE BLVD. MELBOURNE FL 32934 US 00-90-C7 (hex) ICOM INC. 0090C7 (base 16) ICOM INC. 6-9-16 KAMIHIGASHI HIRANO-KU, OSAKA JP 00-90-35 (hex) ALPHA TELECOM, INC. 009035 (base 16) ALPHA TELECOM, INC. 2F, NO.2, LI HSIN ROAD HSIN-CHU TW 00-90-0F (hex) KAWASAKI HEAVY INDUSTRIES, LTD 00900F (base 16) KAWASAKI HEAVY INDUSTRIES, LTD ELEC. & CONTROL TECH CENTER JP 00-90-EA (hex) ALPHA TECHNOLOGIES, INC. 0090EA (base 16) ALPHA TECHNOLOGIES, INC. 3767 ALPHA WAY BELLINGHAM WA 98226 US 00-90-77 (hex) ADVANCED FIBRE COMMUNICATIONS 009077 (base 16) ADVANCED FIBRE COMMUNICATIONS PO BOX #751239 PETALUMA CA 94975 US 00-90-99 (hex) ALLIED TELESIS, K.K. 009099 (base 16) ALLIED TELESIS, K.K. NO. 2 TOC BUILDING, 7-21-11Nishi-Gotand Shinagawa-Ku Tokyo 141 JP 00-10-AD (hex) SOFTRONICS USB, INC. 0010AD (base 16) SOFTRONICS USB, INC. 5085 LIST DRIVE COLORADO SPRINGS CO 80919 US 00-10-A7 (hex) UNEX TECHNOLOGY CORPORATION 0010A7 (base 16) UNEX TECHNOLOGY CORPORATION 8F-5, #130, SZE WEI RD., HSINCHU TW 00-10-D5 (hex) IMASDE CANARIAS, S.A. 0010D5 (base 16) IMASDE CANARIAS, S.A. URB. EL CEBADAL 35008 LAS PALMAS G.C. ES 00-10-55 (hex) FUJITSU MICROELECTRONICS, INC. 001055 (base 16) FUJITSU MICROELECTRONICS, INC. 3545 NORTH FIRST STREET SAN JOSE CA 95134-1806 US 00-90-7A (hex) Spectralink, Inc 00907A (base 16) Spectralink, Inc 2560 55th Street BOULDER CO 80301 US 00-90-F0 (hex) Harmonic Video Systems Ltd. 0090F0 (base 16) Harmonic Video Systems Ltd. 19 ALON HATAVOR STREET CAESAREA Industrial Park 38900 IL 00-90-20 (hex) PHILIPS ANALYTICAL X-RAY B.V. 009020 (base 16) PHILIPS ANALYTICAL X-RAY B.V. LELYWEG 1 7602 EA ALMELO NL 00-10-A3 (hex) OMNITRONIX, INC. 0010A3 (base 16) OMNITRONIX, INC. 760 HARRISON STREET SEATTLE WA 98109 US 00-90-5C (hex) EDMI 00905C (base 16) EDMI 626 OLD GYMPIE ROAD NARANGBA QLD 4504 AU 00-90-E3 (hex) AVEX ELECTRONICS INC. 0090E3 (base 16) AVEX ELECTRONICS INC. 4807 BRADFORD DRIVE HUNTSVILLE AL 35805 US 00-90-A9 (hex) WESTERN DIGITAL 0090A9 (base 16) WESTERN DIGITAL 1599 NORTH BROADWAY ROCHESTER MN 55906 US 00-90-F3 (hex) ASPECT COMMUNICATIONS 0090F3 (base 16) ASPECT COMMUNICATIONS 1310 Ridder Park Drive San Jose CA 95131-2313 US 00-90-4F (hex) ABB POWER T&D COMPANY, INC. 00904F (base 16) ABB POWER T&D COMPANY, INC. 7036 SNOWDRIFT ROAD ALLENTOWN PA 18106 US 00-90-60 (hex) SYSTEM CREATE CORP. 009060 (base 16) SYSTEM CREATE CORP. 3-13-6 YOSHIKAWA BLD. TOKYO JP 00-90-13 (hex) SAMSAN CORP. 009013 (base 16) SAMSAN CORP. ELECTRONICS & COMM DIVISION Kangdong-Gu Seoul 134-050 KR 00-10-52 (hex) METTLER-TOLEDO (ALBSTADT) GMBH 001052 (base 16) METTLER-TOLEDO (ALBSTADT) GMBH P.O. BOX 2 50 D-72423 ALBSTADT DE 00-10-6B (hex) SONUS NETWORKS, INC. 00106B (base 16) SONUS NETWORKS, INC. 5 CARLISLE ROAD WESTFORD MA 01886 US 00-10-C3 (hex) CSI-CONTROL SYSTEMS 0010C3 (base 16) CSI-CONTROL SYSTEMS INTERNATIONAL DALLAS TX 75229 US 00-90-55 (hex) PARKER HANNIFIN CORPORATION COMPUMOTOR DIVISION 009055 (base 16) PARKER HANNIFIN CORPORATION COMPUMOTOR DIVISION 5500 BUSINESS PARK DRIVE ROHNERT PARK CA 94928 US 00-10-DD (hex) ENABLE SEMICONDUCTOR, INC. 0010DD (base 16) ENABLE SEMICONDUCTOR, INC. 1740 TECHNOLOGY DRIVE SAN JOSE CA 95110 US 00-10-2D (hex) HITACHI SOFTWARE ENGINEERING 00102D (base 16) HITACHI SOFTWARE ENGINEERING 5-79, ONOECHO, NAKA-KU YOKOHAMA 231 JP 00-10-33 (hex) ACCESSLAN COMMUNICATIONS, INC. 001033 (base 16) ACCESSLAN COMMUNICATIONS, INC. 44 AIRPORT PARKWAY SAN JOSE CA 95110 US 00-10-12 (hex) PROCESSOR SYSTEMS (I) PVT LTD 001012 (base 16) PROCESSOR SYSTEMS (I) PVT LTD 24 RICHMOND ROAD BANGALORE 560 025 IN 00-10-15 (hex) OOmon Inc. 001015 (base 16) OOmon Inc. PO BOX 8241 COBURG OR 97408 US 00-10-78 (hex) NUERA COMMUNICATIONS, INC. 001078 (base 16) NUERA COMMUNICATIONS, INC. 10445 PACIFIC CENTER COURT SAN DIEGO CA 92121 US 00-10-4F (hex) Oracle Corporation 00104F (base 16) Oracle Corporation 500 Oracle Parkway Redwood Shores CA 94065 US 00-10-7A (hex) AmbiCom, Inc. 00107A (base 16) AmbiCom, Inc. 2450 SCOTT BLVD., #305 SANTA CLARA CA 95050 US 00-10-B9 (hex) MAXTOR CORP. 0010B9 (base 16) MAXTOR CORP. 2190 MILLER DRIVE LONGMONT CO 80501-6744 US 00-10-5D (hex) Draeger Medical 00105D (base 16) Draeger Medical Moislinger Allee 53-55 Luebeck D-23542 DE 00-10-91 (hex) NO WIRES NEEDED BV 001091 (base 16) NO WIRES NEEDED BV P.O. BOX 343 3720 AH BILTHOVEN NL 00-10-1B (hex) CORNET TECHNOLOGY, INC. 00101B (base 16) CORNET TECHNOLOGY, INC. 7F-4, NO. 46 CHUNG SHAN N.ROAD SEC. 2, TAIPEI TJ 00-10-DC (hex) MICRO-STAR INTERNATIONAL CO., LTD. 0010DC (base 16) MICRO-STAR INTERNATIONAL CO., LTD. NO. 69, LI-DE ST., JUNG-HE CITY Taipei Hsien TW 00-10-0A (hex) WILLIAMS COMMUNICATIONS GROUP 00100A (base 16) WILLIAMS COMMUNICATIONS GROUP ADVANCED TECHNOLOGIES TULSA OK 74103 US 00-10-32 (hex) ALTA TECHNOLOGY 001032 (base 16) ALTA TECHNOLOGY 9500 SOUTH 500 WEST - STE #212 SANDY UT 84070 US 00-10-80 (hex) METAWAVE COMMUNICATIONS 001080 (base 16) METAWAVE COMMUNICATIONS 8700 148TH AVENUE N.E. REDMOND WA 98052 US 00-10-F4 (hex) Vertical Communications 0010F4 (base 16) Vertical Communications 3979 Freedom Circle #400 Santa Clara CA 95054-1247 US 00-10-77 (hex) SAF DRIVE SYSTEMS, LTD. 001077 (base 16) SAF DRIVE SYSTEMS, LTD. 88 ARDELT AVE. KITCHENER, ONTARIO N2C 2C9 CA 00-10-B3 (hex) NOKIA MULTIMEDIA TERMINALS 0010B3 (base 16) NOKIA MULTIMEDIA TERMINALS NOKIA HOME COMMUNICATIONS SE-583 35 LINKOPING SE 00-10-1E (hex) MATSUSHITA ELECTRONIC INSTRUMENTS CORP. 00101E (base 16) MATSUSHITA ELECTRONIC INSTRUMENTS CORP. 23-9 KIYOHARA INDUSTRIAL PARK UTSUNOMIYA Tochigi 321-32 JP 00-10-4D (hex) SURTEC INDUSTRIES, INC. 00104D (base 16) SURTEC INDUSTRIES, INC. NO.11, ALLEY 16, LANE 337 TAIPEI TW 00-10-51 (hex) CMICRO CORPORATION 001051 (base 16) CMICRO CORPORATION 17-20-2 KAMINO-CHO TAKAMATSU-SHI, KAGAWA 761 JP 00-10-37 (hex) CYQ've Technology Co., Ltd. 001037 (base 16) CYQ've Technology Co., Ltd. COSMO BLDG. 10F, NO.1-7 SHINJUKU-KU, TOKYO 160 JP 00-E0-BB (hex) NBX CORPORATION 00E0BB (base 16) NBX CORPORATION 100 BRICKSTONE SQUARE ANDOVER MA 01810 US 00-E0-8A (hex) GEC AVERY, LTD. 00E08A (base 16) GEC AVERY, LTD. FOUNDRY LANE WEST MIDLANDS, B66 2LP England GB 00-E0-86 (hex) Emerson Network Power, Avocent Division 00E086 (base 16) Emerson Network Power, Avocent Division 4991 Corporate Drive HUNTSVILLE AL 35805 US 00-E0-1B (hex) SPHERE COMMUNICATIONS, INC. 00E01B (base 16) SPHERE COMMUNICATIONS, INC. 2 ENERGY DRIVE LAKE BLUFF IL 60044 US 00-E0-59 (hex) CONTROLLED ENVIRONMENTS, LTD. 00E059 (base 16) CONTROLLED ENVIRONMENTS, LTD. 590 BERRY STREET WINNEPEG R3H OR9 CA 00-E0-C5 (hex) BCOM ELECTRONICS INC. 00E0C5 (base 16) BCOM ELECTRONICS INC. 8 FL, NO. 64, AN HO ROAD, SEC. 2 TAIPEI TW 00-E0-EE (hex) MAREL HF 00E0EE (base 16) MAREL HF Austurhraun 9 Gardabaer 210 IS 00-E0-8E (hex) UTSTARCOM 00E08E (base 16) UTSTARCOM 33 WOOD AVE. SOUTH ISELIN NJ 08830 US 00-E0-3F (hex) JATON CORPORATION 00E03F (base 16) JATON CORPORATION 556 SOUTH MILPITAS BLVD. MILPITAS CA 95035 US 00-E0-D4 (hex) EXCELLENT COMPUTER 00E0D4 (base 16) EXCELLENT COMPUTER 551, M.K.N. ROAD ALANDUR, CHENNAI 600016 IN 00-E0-7F (hex) LOGISTISTEM s.r.l. 00E07F (base 16) LOGISTISTEM s.r.l. VIA PANCIATICHI 94/18 50127 FIRENZE IT 00-E0-13 (hex) EASTERN ELECTRONIC CO., LTD. 00E013 (base 16) EASTERN ELECTRONIC CO., LTD. NO. 4, SHIN-LONG ROAD, TAO-YUAN TW 00-E0-FD (hex) A-TREND TECHNOLOGY CO., LTD. 00E0FD (base 16) A-TREND TECHNOLOGY CO., LTD. 10F, NO. 75, HSIN TAI WU RD., TAIPEI HSIEN 221 TJ 00-E0-BD (hex) INTERFACE SYSTEMS, INC. 00E0BD (base 16) INTERFACE SYSTEMS, INC. 5855 INTERFACE DRIVE ANN ARBOR MI 48103-9515 US 00-E0-6E (hex) FAR SYSTEMS S.p.A. 00E06E (base 16) FAR SYSTEMS S.p.A. VIA F. ZENI 8 3868 ROVERETO (TN) IT 00-E0-6D (hex) COMPUWARE CORPORATION 00E06D (base 16) COMPUWARE CORPORATION One Campus Martius Detroit MI 48226 US 00-E0-EA (hex) INNOVAT COMMUNICATIONS, INC. 00E0EA (base 16) INNOVAT COMMUNICATIONS, INC. 1257 N. PLANO ROAD RICHARDSON TX 75081 US 00-E0-64 (hex) SAMSUNG ELECTRONICS 00E064 (base 16) SAMSUNG ELECTRONICS 99 W. TASMAN DRIVE SAN JOSE CA 95134 US 00-E0-C9 (hex) AutomatedLogic Corporation 00E0C9 (base 16) AutomatedLogic Corporation 1150 ROBERTS BOULEVARD KENNESAW GA 30144-3618 US 00-E0-38 (hex) PROXIMA CORPORATION 00E038 (base 16) PROXIMA CORPORATION 9440 CARROLL PARK DRIVE SAN DIEGO CA 92121-2298 US 00-E0-9C (hex) MII 00E09C (base 16) MII LE parc du MOULIN F95650 PUISEUX-POTOISE FR 00-E0-E9 (hex) DATA LABS, INC. 00E0E9 (base 16) DATA LABS, INC. 444 NORTH FREDERICK AVE. GAITHERSBURG MD 20877 US 00-E0-0C (hex) MOTOROLA 00E00C (base 16) MOTOROLA 5401 N. BEACH ST. S243 FT. WORTH TX 76137 US 00-E0-0A (hex) DIBA, INC. 00E00A (base 16) DIBA, INC. 3355 EDISON WAY MENLO PARK CA 94025 US 00-E0-C4 (hex) HORNER ELECTRIC, INC. 00E0C4 (base 16) HORNER ELECTRIC, INC. 1521 E. WASHINGTON ST. INDIANAPOLIS IN 46201 US 00-E0-69 (hex) JAYCOR 00E069 (base 16) JAYCOR 9775 TOWNE CENTRE DRIVE SAN DIEGO CA 92121 US 00-E0-A4 (hex) ESAOTE S.p.A. 00E0A4 (base 16) ESAOTE S.p.A. via di CACIOLLE, 15 50127 FLORENCE IT 00-E0-DE (hex) DATAX NV 00E0DE (base 16) DATAX NV RINGLAAN 51 B-2600 BERCHEM BE 00-E0-A5 (hex) ComCore Semiconductor, Inc. 00E0A5 (base 16) ComCore Semiconductor, Inc. 4505 LAS VIRGENES, Suite 202 CALABASAS CA 91302 US 00-E0-15 (hex) HEIWA CORPORATION 00E015 (base 16) HEIWA CORPORATION 2-3014-8, HIROSAWA-CHO GUNMA PREF. 376 JP 00-E0-E8 (hex) GRETACODER Data Systems AG 00E0E8 (base 16) GRETACODER Data Systems AG ALTHARDSTRASSE 150 CH-8105 REGENSDORF CH 00-E0-16 (hex) RAPID CITY COMMUNICATIONS 00E016 (base 16) RAPID CITY COMMUNICATIONS 555 CLYDE AVE. MOUNTAIN VIEW CA 94043 US 00-E0-05 (hex) TECHNICAL CORP. 00E005 (base 16) TECHNICAL CORP. 22-6 MINAMI SENGENCHO KANAGAWA JP 00-E0-C1 (hex) MEMOREX TELEX JAPAN, LTD. 00E0C1 (base 16) MEMOREX TELEX JAPAN, LTD. YAESUGUCHI KAIKAN, 1-7-20 TOKYO 103 JP 00-E0-A9 (hex) FUNAI ELECTRIC CO., LTD. 00E0A9 (base 16) FUNAI ELECTRIC CO., LTD. 7-1, NAKAGAITO 7-CHOME, DAITO OSAKA 574 JP 00-E0-84 (hex) COMPULITE R&D 00E084 (base 16) COMPULITE R&D 3 HAROSHET STR. NEW IND. ZONE RAMAT-HASHARON 47279 IL 00-E0-96 (hex) SHIMADZU CORPORATION 00E096 (base 16) SHIMADZU CORPORATION 1, NISHINOKYO-KUWABARACHO NAKAGYO-KU, KYOTO 604 US 00-E0-17 (hex) EXXACT GmbH 00E017 (base 16) EXXACT GmbH RHEINSTRASE 7 D-41836 HUCKELHOVEN DE 00-60-7F (hex) AURORA TECHNOLOGIES, INC. 00607F (base 16) AURORA TECHNOLOGIES, INC. 176 SECOND AVENUE WALTHAM MA 02154 US 00-E0-29 (hex) STANDARD MICROSYSTEMS CORP. 00E029 (base 16) STANDARD MICROSYSTEMS CORP. 6 HUGHES IRVINE CA 92718 US 00-60-74 (hex) QSC LLC 006074 (base 16) QSC LLC 1675 MACARTHUR BLVD COSTA MESA CA 92626 US 00-60-76 (hex) SCHLUMBERGER TECHNOLOGIES RETAIL PETROLEUM SYSTEMS 006076 (base 16) SCHLUMBERGER TECHNOLOGIES RETAIL PETROLEUM SYSTEMS 825-M GREENBRIER CIRCLE CHESAPEAKE VA 23320 US 00-60-A1 (hex) VPNet, Inc. 0060A1 (base 16) VPNet, Inc. 555 N. MATHILDA AVE.,-STE #110 SUNNYVALE CA 94086 US 00-60-27 (hex) Superior Modular Products 006027 (base 16) Superior Modular Products General Technology Division MELBOURNE FL 32940 US 00-60-BC (hex) KeunYoung Electronics & Communication Co., Ltd. 0060BC (base 16) KeunYoung Electronics & Communication Co., Ltd. 325-76, DAEHEUNG-DONG, MAPO-GU, SEOUL KR 00-60-A5 (hex) PERFORMANCE TELECOM CORP. 0060A5 (base 16) PERFORMANCE TELECOM CORP. 10 CARLSON ROAD ROCHESTER NY 14610-1021 US 00-60-05 (hex) FEEDBACK DATA LTD. 006005 (base 16) FEEDBACK DATA LTD. PARK ROAD EAST SUSSEX, TN6 2QR GB 00-60-2E (hex) CYCLADES CORPORATION 00602E (base 16) CYCLADES CORPORATION 41934 CHRISTY STREET FREMONT CA 94538 US 00-60-B6 (hex) LAND COMPUTER CO., LTD. 0060B6 (base 16) LAND COMPUTER CO., LTD. 7-4-17 NISHINAKAJIMA YODOGAWAKU 532 JP 00-60-6C (hex) ARESCOM 00606C (base 16) ARESCOM 2833 JUNCTION AVE. - STE #206 SAN JOSE CA 95134 US 00-60-E3 (hex) ARBIN INSTRUMENTS 0060E3 (base 16) ARBIN INSTRUMENTS 3206 LONGMIRE DRIVE COLLEGE STATION TX 77845 US 00-60-71 (hex) MIDAS LAB, INC. 006071 (base 16) MIDAS LAB, INC. 4 KATAMACHI, TOKYO 160 JP 00-60-61 (hex) WHISTLE COMMUNICATIONS CORP. 006061 (base 16) WHISTLE COMMUNICATIONS CORP. 110 MARSH DRIVE-STE #100 FOSTER CITY CA 94404 US 00-60-1B (hex) MESA ELECTRONICS 00601B (base 16) MESA ELECTRONICS 1323 61ST STREET EMERYVILLE CA 94608-2117 US 00-60-C5 (hex) ANCOT CORP. 0060C5 (base 16) ANCOT CORP. 115 CONSTITUTION DR. MENLO PARK CA 94025 US 00-60-A9 (hex) GESYTEC MBH 0060A9 (base 16) GESYTEC MBH PASCALSTRASSE 6 D 52076 AACHEN DE 00-60-F2 (hex) LASERGRAPHICS, INC. 0060F2 (base 16) LASERGRAPHICS, INC. 20 ADA IRVINE CA 92718 US 00-60-C3 (hex) NETVISION CORPORATION 0060C3 (base 16) NETVISION CORPORATION MS# 1A RONKONKOMA NY 11779 US 00-60-29 (hex) CARY PERIPHERALS INC. 006029 (base 16) CARY PERIPHERALS INC. 190 COLONNADE ROAD S, UNIT 9 NEPEAN, ONTARIO K2E 7J5 CA 00-60-A8 (hex) TIDOMAT AB 0060A8 (base 16) TIDOMAT AB S-12089 STOCKHOLM SE 00-60-FC (hex) CONSERVATION THROUGH INNOVATION LTD. 0060FC (base 16) CONSERVATION THROUGH INNOVATION LTD. 1040 WHIPPLE ST.- STE. #225 PRESCOTT AZ 86301 US 00-60-18 (hex) STELLAR ONE CORPORATION 006018 (base 16) STELLAR ONE CORPORATION 500 108TH AVE. NE--STE. #2200 BELLEVUE WA 98004 US 00-60-0A (hex) SORD COMPUTER CORPORATION 00600A (base 16) SORD COMPUTER CORPORATION 20-7, MASAGO 5-CHOME CHIBA 261 JP 00-60-A4 (hex) GEW Technologies (PTY)Ltd 0060A4 (base 16) GEW Technologies (PTY)Ltd BOX 912-561 SILVERTON 0127 ZA 00-60-64 (hex) NETCOMM LIMITED 006064 (base 16) NETCOMM LIMITED PO BOX 379 NORTH RYDE, NSW, 2113 AU 00-60-F9 (hex) DIAMOND LANE COMMUNICATIONS 0060F9 (base 16) DIAMOND LANE COMMUNICATIONS 1310 REDWOOD WAY - STE. PETALUMA CA 94954 US 00-60-EA (hex) StreamLogic 0060EA (base 16) StreamLogic 21329 NORDHOFF STREET CHATSWORTH CA 91311 US 00-60-82 (hex) NOVALINK TECHNOLOGIES, INC. 006082 (base 16) NOVALINK TECHNOLOGIES, INC. 48511 WARM SPRINGS BLVD. #208 FREMONT CA 94539 US 00-60-E7 (hex) RANDATA 0060E7 (base 16) RANDATA PO BOX 209 HAWTHORN VIC 3122 AU 00-60-D9 (hex) TRANSYS NETWORKS INC. 0060D9 (base 16) TRANSYS NETWORKS INC. 3403 GRIFFITH ST. LAURENT, QUEBEC H4T 1W5 CA 00-60-1F (hex) STALLION TECHNOLOGIES 00601F (base 16) STALLION TECHNOLOGIES 33 WOODSTOCK ROAD TOOWONG Q-L-D- 4066 AU 00-60-54 (hex) CONTROLWARE GMBH 006054 (base 16) CONTROLWARE GMBH WALDSTRASSE 92 63128 DIETZENBACH DE 00-60-C2 (hex) MPL AG 0060C2 (base 16) MPL AG Taefernstrasse 20 CH-5405 Daettwil CH 00-60-D4 (hex) ELDAT COMMUNICATION LTD. 0060D4 (base 16) ELDAT COMMUNICATION LTD. 10 HAKISHON STREET BNEI-BRAK 51203 IL 00-A0-4E (hex) VOELKER TECHNOLOGIES, INC. 00A04E (base 16) VOELKER TECHNOLOGIES, INC. 22 NEW BOSTON COURT DANVILLE CA 94526 US 00-A0-5A (hex) KOFAX IMAGE PRODUCTS 00A05A (base 16) KOFAX IMAGE PRODUCTS 3 JENNER STREET IRVINE CA 92718-3807 US 00-A0-52 (hex) STANILITE ELECTRONICS PTY. LTD 00A052 (base 16) STANILITE ELECTRONICS PTY. LTD 424, LANE COVE ROAD NORTH RYDE NSW 2113 AU 00-A0-5E (hex) MYRIAD LOGIC INC. 00A05E (base 16) MYRIAD LOGIC INC. 1109 SPRING STREET SILVER SPRING MD 20910 US 00-A0-95 (hex) ACACIA NETWORKS, INC. 00A095 (base 16) ACACIA NETWORKS, INC. 831 WOBURN STREET WILMINGTON MA 01887 US 00-A0-53 (hex) COMPACT DEVICES, INC. 00A053 (base 16) COMPACT DEVICES, INC. 16795 LARK AVENUE LOS GATOS CA 95030 US 00-A0-69 (hex) Symmetricom, Inc. 00A069 (base 16) Symmetricom, Inc. 3750 Westwind Blvd. Santa Rosa CA 95403 US 00-A0-7A (hex) ADVANCED PERIPHERALS TECHNOLOGIES, INC. 00A07A (base 16) ADVANCED PERIPHERALS TECHNOLOGIES, INC. FUJISAWA-SHI, KANAGAWA-KEN 251 JP 00-60-9B (hex) AstroNova, Inc 00609B (base 16) AstroNova, Inc 600 EAST GREENWICH AVE. WEST WARWICK RI 02893 US 00-60-DB (hex) NTP ELEKTRONIK A/S 0060DB (base 16) NTP ELEKTRONIK A/S KNAPHOLM 7 DK-2730 HERLEV DK 00-60-52 (hex) PERIPHERALS ENTERPRISE CO., Ltd. 006052 (base 16) PERIPHERALS ENTERPRISE CO., Ltd. 3F, NO.10, ALLEY 6, LANE 45 TAIPEI TW 00-60-B2 (hex) PROCESS CONTROL CORP. 0060B2 (base 16) PROCESS CONTROL CORP. 6875 MIMMS DRIVE ATLANTA GA 30340 US 00-60-81 (hex) TV/COM INTERNATIONAL 006081 (base 16) TV/COM INTERNATIONAL 16516 VIA ESPRILLO SAN DIEGO CA 92127 US 00-A0-05 (hex) DANIEL INSTRUMENTS, LTD. 00A005 (base 16) DANIEL INSTRUMENTS, LTD. TROLLSTRASSE 33 CH-8400 WINTERTHUR CH 00-A0-F2 (hex) INFOTEK COMMUNICATIONS, INC. 00A0F2 (base 16) INFOTEK COMMUNICATIONS, INC. 111 ANZA BLVD., #203 BURLINGAME CA 94010 US 00-A0-DF (hex) STS TECHNOLOGIES, INC. 00A0DF (base 16) STS TECHNOLOGIES, INC. 13765 ST. CHARLES ROCK RD. BRIDGETON MO 63044 US 00-A0-94 (hex) COMSAT CORPORATION 00A094 (base 16) COMSAT CORPORATION 22300 COMSAT DRIVE CLARKSBURG MD 20871-9475 US 00-A0-EF (hex) LUCIDATA LTD. 00A0EF (base 16) LUCIDATA LTD. LUCIDATA HOUSE GREAT SHELFORD CAMBBRIDGE CB2 5HA GB 00-A0-20 (hex) CITICORP/TTI 00A020 (base 16) CITICORP/TTI 3100 OCEAN PARK BLVD. SANTA MONICA CA 90405 US 00-A0-CE (hex) Ecessa 00A0CE (base 16) Ecessa 2800 Campus Drive Plymouth MN 55441 US 00-A0-28 (hex) CONNER PERIPHERALS 00A028 (base 16) CONNER PERIPHERALS 3061 ZANKER ROAD SAN JOSE CA 95134-2128 US 00-A0-9E (hex) ICTV 00A09E (base 16) ICTV 14600 WINCHESTER BLVD. LOS GATOS CA 95030 US 00-A0-99 (hex) K-NET LTD. 00A099 (base 16) K-NET LTD. SADDLERS HOUSE YATELEY, SURREY GU17 7RX GB 00-A0-EC (hex) TRANSMITTON LTD. 00A0EC (base 16) TRANSMITTON LTD. SMISBY ROAD LEICESTERSHIRE LE65 2UG GB 00-A0-67 (hex) NETWORK SERVICES GROUP 00A067 (base 16) NETWORK SERVICES GROUP 3421 COMMISSION COURT-STE #202 WOODBRIDGE VA 22192 US 00-A0-E0 (hex) TENNYSON TECHNOLOGIES PTY LTD 00A0E0 (base 16) TENNYSON TECHNOLOGIES PTY LTD 14 BUSINESS PARK DRIVE VICTORIA - 3168 AU 00-A0-FD (hex) SCITEX DIGITAL PRINTING, INC. 00A0FD (base 16) SCITEX DIGITAL PRINTING, INC. 3100 RESEARCH BLVD. DAYTON OH 45420 US 00-A0-0F (hex) Broadband Technologies 00A00F (base 16) Broadband Technologies P.O. Box 13737 Research Triangle Park, NC 27709-3737 US 00-A0-02 (hex) LEEDS & NORTHRUP AUSTRALIA PTY LTD 00A002 (base 16) LEEDS & NORTHRUP AUSTRALIA PTY LTD PO BOX 4009 EIGHT MILE PLAINS QLD 4113 AU 00-A0-E4 (hex) OPTIQUEST 00A0E4 (base 16) OPTIQUEST 20490 BUSINESS PARKWAY WALNUT CA 91789 US 00-A0-EE (hex) NASHOBA NETWORKS 00A0EE (base 16) NASHOBA NETWORKS 9-11 GOLDSMITH ST. LITTLETON MA 01460 US 00-A0-C3 (hex) UNICOMPUTER GMBH 00A0C3 (base 16) UNICOMPUTER GMBH LIMBURGER STRASSE 48 DE 00-A0-0A (hex) Airspan 00A00A (base 16) Airspan Unitronics Building, Arava Street, Airport City 70100 IL 00-A0-E7 (hex) CENTRAL DATA CORPORATION 00A0E7 (base 16) CENTRAL DATA CORPORATION 1602 NEWTON DRIVE CHAMPAIGN IL 61821 US 00-A0-80 (hex) Tattile SRL 00A080 (base 16) Tattile SRL 4000 Executive Parkway San Ramon CA 94583 US 00-A0-2B (hex) TRANSITIONS RESEARCH CORP. 00A02B (base 16) TRANSITIONS RESEARCH CORP. SHELTER ROCK LANE DANBURY CT 06810 US 00-A0-E8 (hex) REUTERS HOLDINGS PLC 00A0E8 (base 16) REUTERS HOLDINGS PLC 85, FLEET STREET ENGLAND GB 00-A0-08 (hex) NETCORP 00A008 (base 16) NETCORP 8 PLACE OF COMMERCE--STE #200 CANADA J4W 3H2 CA 00-A0-50 (hex) CYPRESS SEMICONDUCTOR 00A050 (base 16) CYPRESS SEMICONDUCTOR 198 Champion Ct SAN JOSE CA 95134 US 00-A0-DD (hex) AZONIX CORPORATION 00A0DD (base 16) AZONIX CORPORATION 900 MIDDLESEX TURNPIKE BILLERICA MA 01821 US 00-A0-75 (hex) MICRON TECHNOLOGY, INC. 00A075 (base 16) MICRON TECHNOLOGY, INC. 8000 S. Federal Way Boise ID 83707-0006 US 00-A0-09 (hex) WHITETREE NETWORK 00A009 (base 16) WHITETREE NETWORK TECHNOLOGIES, INC. PALO ALTO CA 94306 US 00-A0-0C (hex) KINGMAX TECHNOLOGY, INC. 00A00C (base 16) KINGMAX TECHNOLOGY, INC. 2FL., NO. 4, LANE 902, SEC.2 TW 00-A0-66 (hex) ISA CO., LTD. 00A066 (base 16) ISA CO., LTD. SHINJUKU LAMBDAX BLDG. 5F., JP 00-A0-AB (hex) NETCS INFORMATIONSTECHNIK GMBH 00A0AB (base 16) NETCS INFORMATIONSTECHNIK GMBH KATHARINENSTRASSE 17-18 DE 00-A0-D8 (hex) SPECTRA - TEK 00A0D8 (base 16) SPECTRA - TEK OUTGANG LANE ENGLAND Y018 FJA GB 00-A0-FA (hex) Marconi Communication GmbH 00A0FA (base 16) Marconi Communication GmbH Gerberstrasse 33 DE 00-A0-CB (hex) ARK TELECOMMUNICATIONS, INC. 00A0CB (base 16) ARK TELECOMMUNICATIONS, INC. 124 CARMEN LANE--SUITE SANTA MARIA CA 93454 US 00-A0-34 (hex) AXEL 00A034 (base 16) AXEL 16, AVENUE DU QUEBEC FR 00-A0-01 (hex) DRS Signal Solutions 00A001 (base 16) DRS Signal Solutions 700 Quince Orchard Road Gaithersburg MD 20878-1794 US 00-20-B2 (hex) GKD Gesellschaft Fur Kommunikation Und Datentechnik 0020B2 (base 16) GKD Gesellschaft Fur Kommunikation Und Datentechnik SAARBURGER RING 10-12 68229 MANNHEIM DE 00-20-52 (hex) RAGULA SYSTEMS 002052 (base 16) RAGULA SYSTEMS 4540 S. JUPITER DRIVE SALT LAKE CITY UT 84124 US 00-20-FC (hex) MATROX 0020FC (base 16) MATROX 1055 ST. REGIS, DORVAL, QUEBEC H9P-2T4 CA 00-20-FE (hex) TOPWARE INC. / GRAND COMPUTER 0020FE (base 16) TOPWARE INC. / GRAND COMPUTER CORPORATION TAIPEI R.O.C. TW 00-20-73 (hex) FUSION SYSTEMS CORPORATION 002073 (base 16) FUSION SYSTEMS CORPORATION 7600 STANDISH PLACE ROCKVILLE MD 20855 US 00-20-35 (hex) IBM Corp 002035 (base 16) IBM Corp 3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US 00-A0-17 (hex) J B M CORPORATION 00A017 (base 16) J B M CORPORATION 10-1, ARAMOTOSHIN MACHI 577 JP 00-A0-25 (hex) REDCOM LABS INC. 00A025 (base 16) REDCOM LABS INC. ONE REDCOM CENTER VICTOR NY 14564-0995 US 00-A0-BB (hex) HILAN GMBH 00A0BB (base 16) HILAN GMBH HAID-UND-NEU-STRASSE 7 DE 00-A0-91 (hex) APPLICOM INTERNATIONAL 00A091 (base 16) APPLICOM INTERNATIONAL 43, RUE MAZAGRAN FR 00-A0-A5 (hex) TEKNOR MICROSYSTEME, INC. 00A0A5 (base 16) TEKNOR MICROSYSTEME, INC. 616 CURE BOIVIN J7G 2A7 CA 00-20-B7 (hex) NAMAQUA COMPUTERWARE 0020B7 (base 16) NAMAQUA COMPUTERWARE P.O. BOX 7155 ZA 00-20-E3 (hex) MCD KENCOM CORPORATION 0020E3 (base 16) MCD KENCOM CORPORATION 20950 CASTLE ROCK ROAD LAGUNA BEACH CA 92651-1115 US 00-20-13 (hex) DIVERSIFIED TECHNOLOGY, INC. 002013 (base 16) DIVERSIFIED TECHNOLOGY, INC. 112 E. STATE STREET RIDGELAND MS 39157 US 00-20-AB (hex) MICRO INDUSTRIES CORP. 0020AB (base 16) MICRO INDUSTRIES CORP. 8399 GREEN MEADOWS DR. N. WESTERVILLE OH 43081 US 00-20-8D (hex) CMD TECHNOLOGY 00208D (base 16) CMD TECHNOLOGY 1 VANDERBILT IRVINE CA 92718 US 00-20-DD (hex) Cybertec Pty Ltd 0020DD (base 16) Cybertec Pty Ltd Unit 11, 41 Higginbotham Road Gladesville NSW 2111 AU 00-20-E6 (hex) LIDKOPING MACHINE TOOLS AB 0020E6 (base 16) LIDKOPING MACHINE TOOLS AB BOX 910 SE 00-A0-A2 (hex) DIGICOM S.P.A. 00A0A2 (base 16) DIGICOM S.P.A. VIA VOLTA 39 IT 00-20-86 (hex) MICROTECH ELECTRONICS LIMITED 002086 (base 16) MICROTECH ELECTRONICS LIMITED LANCASTER ROAD KINGDOM GB 00-20-23 (hex) T.C. TECHNOLOGIES PTY. LTD 002023 (base 16) T.C. TECHNOLOGIES PTY. LTD 6/60 FAIRFORD RD. AU 00-A0-54 (hex) Private 00A054 (base 16) Private 00-20-5A (hex) COMPUTER IDENTICS 00205A (base 16) COMPUTER IDENTICS 5 SHAWMUT ROAD CANTON MA 02021 US 00-20-00 (hex) LEXMARK INTERNATIONAL, INC. 002000 (base 16) LEXMARK INTERNATIONAL, INC. 740 NEW CIRCLE ROAD LEXINGTON KY 40550 US 00-20-1D (hex) KATANA PRODUCTS 00201D (base 16) KATANA PRODUCTS THE STUDIO, QUARRY HILL BOX, WILTSHIRE SN14 9HT GB 00-20-03 (hex) PIXEL POWER LTD. 002003 (base 16) PIXEL POWER LTD. Unit 5 College Business Park CAMBRIDGE CB1 3HD GB 00-20-46 (hex) CIPRICO, INC. 002046 (base 16) CIPRICO, INC. 2800 CAMPUS DRIVE--SUITE #60 PLYMOUTH MN 55441 US 00-20-9B (hex) ERSAT ELECTRONIC GMBH 00209B (base 16) ERSAT ELECTRONIC GMBH HAARBERGSTR. 61 DE 00-20-1C (hex) EXCEL, INC. 00201C (base 16) EXCEL, INC. 355 OLD PLYMOUTH ROAD SAGAMORE BEACH MA 02562 US 00-20-7F (hex) KYOEI SANGYO CO., LTD. 00207F (base 16) KYOEI SANGYO CO., LTD. DIR. & GEN'L MGR.IND. SYSTEMS TOKYO JP 00-20-C9 (hex) VICTRON BV 0020C9 (base 16) VICTRON BV POB 31 THE NL 00-20-77 (hex) KARDIOS SYSTEMS CORP. 002077 (base 16) KARDIOS SYSTEMS CORP. 26 N SUMMIT AVE. GAITHERSBURG MD 20877 US 00-20-7A (hex) WiSE Communications, Inc. 00207A (base 16) WiSE Communications, Inc. 130 KNOWLES DRIVE LOS GATOS CA 95030 US 00-20-3E (hex) LogiCan Technologies, Inc. 00203E (base 16) LogiCan Technologies, Inc. 150 KARL CLARK ROAD EDMONTON, ALBERTA T6N 1E2 CA 00-20-58 (hex) ALLIED SIGNAL INC. 002058 (base 16) ALLIED SIGNAL INC. ROUTE 46 TETERBORO NJ 07608 US 00-20-E1 (hex) ALAMAR ELECTRONICS 0020E1 (base 16) ALAMAR ELECTRONICS 489 DIVISION STREET CAMPBELL CA 95008 US 00-20-26 (hex) AMKLY SYSTEMS, INC. 002026 (base 16) AMKLY SYSTEMS, INC. 15801 ROCKFIELD BLVD., #P IRVINE CA 92718 US 00-20-65 (hex) SUPERNET NETWORKING INC. 002065 (base 16) SUPERNET NETWORKING INC. 16 TOZERET HA'ARETZ ST. TEL-AVIV 67891 IL 00-20-2A (hex) N.V. DZINE 00202A (base 16) N.V. DZINE KONING LEOPOLD III LAAN 2 BE 00-20-83 (hex) PRESTICOM INCORPORATED 002083 (base 16) PRESTICOM INCORPORATED 3275, 1ST STREET, STE. #1 CANADA J3Y 8Y6 CA 00-20-19 (hex) OHLER GMBH 002019 (base 16) OHLER GMBH MAYBACHSTRASE 30 71332 WAIBLINGEN DE 00-20-9E (hex) BROWN'S OPERATING SYSTEM SERVICES, LTD. 00209E (base 16) BROWN'S OPERATING SYSTEM SERVICES, LTD. ST. AGNES HOUSE, CRESSWELL PK, BLACKHEATH, London SE3 9RD GB 00-20-8E (hex) CHEVIN SOFTWARE ENG. LTD. 00208E (base 16) CHEVIN SOFTWARE ENG. LTD. 2 BOROUGHGATE, OTLEY, LS21 3AL UNITED KINGDOM GB 00-20-97 (hex) APPLIED SIGNAL TECHNOLOGY 002097 (base 16) APPLIED SIGNAL TECHNOLOGY 160 SOBRANTE WAY SUNNYVALE CA 94086 US 00-C0-0B (hex) NORCONTROL A.S. 00C00B (base 16) NORCONTROL A.S. P.O. BOX 1024 NO 00-20-B0 (hex) GATEWAY DEVICES, INC. 0020B0 (base 16) GATEWAY DEVICES, INC. 2440 STANWELL DRIVE CONCORD CA 94520 US 00-20-5B (hex) Kentrox, LLC 00205B (base 16) Kentrox, LLC 20010 NW Tanasbourne Dr. Hillsboro OR 97124 US 00-20-F6 (hex) NET TEK AND KARLNET, INC. 0020F6 (base 16) NET TEK AND KARLNET, INC. LITTLE STREAMS UNITED KINGDOM GB 00-20-C6 (hex) NECTEC 0020C6 (base 16) NECTEC RAMA VI ROAD TH 00-20-08 (hex) CABLE & COMPUTER TECHNOLOGY 002008 (base 16) CABLE & COMPUTER TECHNOLOGY 1555 SO. SINCLAIR STREET ANAHEIM CA 92806 US 00-20-D3 (hex) OST (OUEST STANDARD TELEMATIQU 0020D3 (base 16) OST (OUEST STANDARD TELEMATIQU RUE DU BAS VILLAGE FR 00-C0-0E (hex) PSITECH, INC. 00C00E (base 16) PSITECH, INC. 18368 BANDILIER CIRCLE FOUNTAIN VALLEY CA 92708 US 00-C0-31 (hex) DESIGN RESEARCH SYSTEMS, INC. 00C031 (base 16) DESIGN RESEARCH SYSTEMS, INC. 925 E. EXECUTIVE PARK DR. SALT LAKE CITY UT 84117 US 00-07-01 (hex) RACAL-DATACOM 000701 (base 16) RACAL-DATACOM LAN INTERNETWORKING DIVISION BOXBOROUGH MA 01719 US 00-C0-9C (hex) HIOKI E.E. CORPORATION 00C09C (base 16) HIOKI E.E. CORPORATION 81 Koizumi, Ueda, Nagano Tokyo 386-1192 JP 00-C0-AA (hex) SILICON VALLEY COMPUTER 00C0AA (base 16) SILICON VALLEY COMPUTER 441 N. WHISMAN RD., BLDG.#13 MT. VIEW CA 94043 US 00-C0-66 (hex) DOCUPOINT, INC. 00C066 (base 16) DOCUPOINT, INC. 2701 BAYVIEW DRIVE FREMONT CA 94538 US 00-C0-2D (hex) FUJI PHOTO FILM CO., LTD. 00C02D (base 16) FUJI PHOTO FILM CO., LTD. 798 MIYANODAI KAISEI-MACHI JP 00-C0-F2 (hex) TRANSITION NETWORKS 00C0F2 (base 16) TRANSITION NETWORKS 10900 Red Circle Dr. MInnetonka MN 55343 US 00-C0-BD (hex) INEX TECHNOLOGIES, INC. 00C0BD (base 16) INEX TECHNOLOGIES, INC. 3350 SCOTT BLVD. SANTA CLARA CA 95054 US 00-C0-88 (hex) EKF ELEKTRONIK GMBH 00C088 (base 16) EKF ELEKTRONIK GMBH PHILIPP-REIS-STR. 4 DE 00-C0-11 (hex) INTERACTIVE COMPUTING DEVICES 00C011 (base 16) INTERACTIVE COMPUTING DEVICES 1735 TECHNOLOGY DRIVE-STE #720 SAN JOSE CA 95110 US 00-C0-3E (hex) FA. GEBR. HELLER GMBH 00C03E (base 16) FA. GEBR. HELLER GMBH P.O. BOX 1428, DEP. EE7 DE 00-C0-FD (hex) PROSUM 00C0FD (base 16) PROSUM 12 RUE SADI-CARNOT FR 00-C0-14 (hex) TELEMATICS CALABASAS INT'L,INC 00C014 (base 16) TELEMATICS CALABASAS INT'L,INC 26630 AGOURA ROAD CALABASAS CA 91302-1988 US 00-AA-3C (hex) OLIVETTI TELECOM SPA (OLTECO) 00AA3C (base 16) OLIVETTI TELECOM SPA (OLTECO) 10062 MILLER AVE.-STE.#204 CUPERTINO CA 95014 US 00-C0-C9 (hex) ELSAG BAILEY PROCESS 00C0C9 (base 16) ELSAG BAILEY PROCESS AUTOMATION WICKLIFFE OH 44092 US 00-C0-48 (hex) BAY TECHNICAL ASSOCIATES 00C048 (base 16) BAY TECHNICAL ASSOCIATES 200 N. SECOND STREET BAY ST. LOUIS MS 39520 US 00-C0-76 (hex) I-DATA INTERNATIONAL A-S 00C076 (base 16) I-DATA INTERNATIONAL A-S 35-43 VADSTRUPVEJ DK 00-C0-46 (hex) Blue Chip Technology Ltd 00C046 (base 16) Blue Chip Technology Ltd Chowley Oak Lane Chester Cheshire CH3 9EX GB 00-C0-97 (hex) ARCHIPEL SA 00C097 (base 16) ARCHIPEL SA 1 RUE DU BULLOZ FR 00-C0-04 (hex) JAPAN BUSINESS COMPUTER CO.LTD 00C004 (base 16) JAPAN BUSINESS COMPUTER CO.LTD 1368 FUTOO-CHO, KOHOKU-KU 222 JP 00-C0-60 (hex) ID SCANDINAVIA AS 00C060 (base 16) ID SCANDINAVIA AS P.O. BOX 4227 NO 00-40-CC (hex) SILCOM MANUF'G TECHNOLOGY INC. 0040CC (base 16) SILCOM MANUF'G TECHNOLOGY INC. 5620 TIMBERLEA BOULEVARD CANADA L4W 4M6 CA 00-C0-9E (hex) CACHE COMPUTERS, INC. 00C09E (base 16) CACHE COMPUTERS, INC. 46600 LANDING PARKWAY FREMONT CA 94538 US 00-C0-AC (hex) GAMBIT COMPUTER COMMUNICATIONS 00C0AC (base 16) GAMBIT COMPUTER COMMUNICATIONS SOLTAM INDUSTRIAL PARK IL 00-C0-34 (hex) TRANSACTION NETWORK 00C034 (base 16) TRANSACTION NETWORK SERVICES, INC. LANSING MI 48910-8356 US 00-C0-93 (hex) ALTA RESEARCH CORP. 00C093 (base 16) ALTA RESEARCH CORP. 614 SOUTH FEDERAL HIGHWAY DEERFIELD BEACH FL 33441 US 00-40-E7 (hex) ARNOS INSTRUMENTS & COMPUTER 0040E7 (base 16) ARNOS INSTRUMENTS & COMPUTER SYSTEMS (GROUP) CO., LTD. TSUEN WAN N.T. HK 00-40-87 (hex) UBITREX CORPORATION 004087 (base 16) UBITREX CORPORATION 19TH FLOOR, 155 CARLTON STREET CANADA R3C 3H8 CA 00-40-07 (hex) TELMAT INFORMATIQUE 004007 (base 16) TELMAT INFORMATIQUE 6 RUE DE L'INDUSTRIE FR 00-40-7B (hex) SCIENTIFIC ATLANTA 00407B (base 16) SCIENTIFIC ATLANTA Information Technology Norcross GA 30091-6850 US 00-40-2C (hex) ISIS DISTRIBUTED SYSTEMS, INC. 00402C (base 16) ISIS DISTRIBUTED SYSTEMS, INC. 111 SOUTH CAYUGA STREET ITHACA NY 14850 US 00-C0-DF (hex) KYE Systems Corp. 00C0DF (base 16) KYE Systems Corp. No. 492 Sec 5, Chung Hsin Road Taipei Hsien 241 TW 00-C0-F5 (hex) METACOMP, INC. 00C0F5 (base 16) METACOMP, INC. 10989 VIA FRONTERA SAN DIEGO CA 92127 US 00-C0-91 (hex) JABIL CIRCUIT, INC. 00C091 (base 16) JABIL CIRCUIT, INC. 32275 MALLY ROAD MADISON HEIGHTS MI 48071 US 00-C0-49 (hex) U.S. ROBOTICS, INC. 00C049 (base 16) U.S. ROBOTICS, INC. 8100 NORTH MCCORMICK BLVD. SKOKIE IL 60076-2999 US 00-C0-9D (hex) DISTRIBUTED SYSTEMS INT'L, INC 00C09D (base 16) DISTRIBUTED SYSTEMS INT'L, INC 531 WEST ROOSEVLET RD, STE #2 WHEATON IL 60187 US 00-C0-E9 (hex) OAK SOLUTIONS, LTD. 00C0E9 (base 16) OAK SOLUTIONS, LTD. BROADWAY HOUSE ENGLAND GB 00-C0-C5 (hex) SID INFORMATICA 00C0C5 (base 16) SID INFORMATICA RUA DR. GERALDO CAMPOS MOREIRA BR 00-C0-51 (hex) ADVANCED INTEGRATION RESEARCH 00C051 (base 16) ADVANCED INTEGRATION RESEARCH 2188 DEL FRANCO STREET SAN JOSE CA 95131 US 00-C0-85 (hex) ELECTRONICS FOR IMAGING, INC. 00C085 (base 16) ELECTRONICS FOR IMAGING, INC. 2855 CAMPUS DRIVE SAN MATEO CA 94403 US 00-C0-B2 (hex) NORAND CORPORATION 00C0B2 (base 16) NORAND CORPORATION 550 2ND STREET SE CEDAR RAPIDS IA 52401 US 00-C0-54 (hex) NETWORK PERIPHERALS, LTD. 00C054 (base 16) NETWORK PERIPHERALS, LTD. 4TH FLOOR, 17 BOWATER RD. ENGLAND GB 00-C0-22 (hex) LASERMASTER TECHNOLOGIES, INC. 00C022 (base 16) LASERMASTER TECHNOLOGIES, INC. 7156 SHADY OAK ROAD EDEN PRAIRIE MN 55344 US 00-C0-25 (hex) DATAPRODUCTS CORPORATION 00C025 (base 16) DATAPRODUCTS CORPORATION 6219 DESOTO AVENUE WOODLAND HILLS CA 91365-0746 US 00-40-CF (hex) STRAWBERRY TREE, INC. 0040CF (base 16) STRAWBERRY TREE, INC. 160 SOUTH WOLFE ROAD SUNNYVALE CA 94086 US 00-40-77 (hex) MAXTON TECHNOLOGY CORPORATION 004077 (base 16) MAXTON TECHNOLOGY CORPORATION 4FK, 249, SEC. 3, TAIWAN TW 00-C0-2C (hex) CENTRUM COMMUNICATIONS, INC. 00C02C (base 16) CENTRUM COMMUNICATIONS, INC. 2880 ZANKER ROAD-STE #108 SAN JOSE CA 95134 US 00-C0-FB (hex) ADVANCED TECHNOLOGY LABS 00C0FB (base 16) ADVANCED TECHNOLOGY LABS 22100 BOTHELL HIGHWAY S.E. BOTHELL WA 98041-3003 US 00-C0-2B (hex) GERLOFF GESELLSCHAFT FUR 00C02B (base 16) GERLOFF GESELLSCHAFT FUR ELEKRONISCHE SYSTEMENTWICKLUNG DE 00-40-74 (hex) CABLE AND WIRELESS 004074 (base 16) CABLE AND WIRELESS COMMUNICATIONS, INC. VIENNA VA 22182-3964 US 00-40-B8 (hex) IDEA ASSOCIATES 0040B8 (base 16) IDEA ASSOCIATES 29 DUNHAM ROAD BILLERICA MA 01821 US 00-40-E8 (hex) CHARLES RIVER DATA SYSTEMS,INC 0040E8 (base 16) CHARLES RIVER DATA SYSTEMS,INC 983 CONCORD STREET FRAMINGHAM MA 01701 US 00-40-C0 (hex) VISTA CONTROLS CORPORATION 0040C0 (base 16) VISTA CONTROLS CORPORATION 27825 FREMONT COURT VALENCIA CA 91355 US 00-C0-A0 (hex) ADVANCE MICRO RESEARCH, INC. 00C0A0 (base 16) ADVANCE MICRO RESEARCH, INC. 2045 CORPORATE COURT SAN JOSE CA 95131 US 00-C0-10 (hex) HIRAKAWA HEWTECH CORP. 00C010 (base 16) HIRAKAWA HEWTECH CORP. 7F, BLDG.B, OMORI BELLPORT JP 00-C0-37 (hex) DYNATEM 00C037 (base 16) DYNATEM 15795 ROCKFIELD BLVD. IRVINE CA 92718 US 00-40-83 (hex) TDA INDUSTRIA DE PRODUTOS 004083 (base 16) TDA INDUSTRIA DE PRODUTOS ELETRONICOS S.A. BR 00-40-5B (hex) FUNASSET LIMITED 00405B (base 16) FUNASSET LIMITED ORCHARDS, 14 TOWNSEND UNITED KINGDOM GB 00-40-73 (hex) BASS ASSOCIATES 004073 (base 16) BASS ASSOCIATES 435 TASSO STREET, STE. #325 PALO ALTO CA 94301 US 00-40-7D (hex) EXTENSION TECHNOLOGY CORP. 00407D (base 16) EXTENSION TECHNOLOGY CORP. 30 HOLLIS STREET FRAMINGHAM MA 01701 US 00-80-D7 (hex) Fantum Engineering 0080D7 (base 16) Fantum Engineering Rockwall TX 75087 US 00-80-7A (hex) AITECH SYSTEMS LTD. 00807A (base 16) AITECH SYSTEMS LTD. 3080 OLCOTT STREET SANTA CLARA CA 95054 US 00-80-DC (hex) PICKER INTERNATIONAL 0080DC (base 16) PICKER INTERNATIONAL 595 MINER ROAD CLEVELAND OH 44143 US 00-40-4D (hex) TELECOMMUNICATIONS TECHNIQUES 00404D (base 16) TELECOMMUNICATIONS TECHNIQUES M/S GERMANTOWN MD 20876 US 00-40-0D (hex) LANNET DATA COMMUNICATIONS,LTD 00400D (base 16) LANNET DATA COMMUNICATIONS,LTD ATIDIM TECHNOLOG'L PARK, BG.#3 IL 00-40-19 (hex) AEON SYSTEMS, INC. 004019 (base 16) AEON SYSTEMS, INC. 8401 WASHINGTON PLACE NE ALBUQUERQUE NM 87113 US 00-40-BE (hex) BOEING DEFENSE & SPACE 0040BE (base 16) BOEING DEFENSE & SPACE P.O. BOX 3999 SEATTLE WA 98124-2499 US 00-40-6E (hex) COROLLARY, INC. 00406E (base 16) COROLLARY, INC. 2802 KELVIN IRVINE CA 92714 US 00-40-76 (hex) Sun Conversion Technologies 004076 (base 16) Sun Conversion Technologies 100 Commerce Boulevard Quakertown PA 78951-2237 US 00-40-22 (hex) KLEVER COMPUTERS, INC. 004022 (base 16) KLEVER COMPUTERS, INC. 1028 W. MAUDE AVENUE SUNNYVALE CA 94086 US 00-40-BF (hex) CHANNEL SYSTEMS INTERN'L INC. 0040BF (base 16) CHANNEL SYSTEMS INTERN'L INC. 93 SO. LA PATERA LANE SANTA BARBARA CA 93117 US 00-40-1E (hex) ICC 00401E (base 16) ICC 8230 MONTGOMERY ROAD CINCINNATI OH 45236 US 00-40-9A (hex) NETWORK EXPRESS, INC. 00409A (base 16) NETWORK EXPRESS, INC. 2200 GREEN ROAD - STE ANN ARBOR MI 48170 US 00-40-94 (hex) SHOGRAPHICS, INC. 004094 (base 16) SHOGRAPHICS, INC. 1890 N. SHORELINE BLVD. MOUNTAIN VIEW CA 94043 US 00-40-55 (hex) METRONIX GMBH 004055 (base 16) METRONIX GMBH NEUE KNOCHENHAUERSTRAßE 5 WEST DE 00-40-27 (hex) SMC MASSACHUSETTS, INC. 004027 (base 16) SMC MASSACHUSETTS, INC. 25 WALKERS BROOK DRIVE READING MA 01867 US 00-40-8B (hex) RAYLAN CORPORATION 00408B (base 16) RAYLAN CORPORATION 120 INDEPENDENCE DRIVE MENLO PARK CA 94025 US 00-40-EF (hex) HYPERCOM, INC. 0040EF (base 16) HYPERCOM, INC. 2851 WEST KATHLEEN ROAD PHOENIX AZ 85023 US 00-40-93 (hex) PAXDATA NETWORKS LTD. 004093 (base 16) PAXDATA NETWORKS LTD. COMMUNICATIONS HOUSE, ENGLAND GB 00-40-85 (hex) SAAB INSTRUMENTS AB 004085 (base 16) SAAB INSTRUMENTS AB P.O. BOX 1017 SE 00-40-23 (hex) LOGIC CORPORATION 004023 (base 16) LOGIC CORPORATION 3-14-10 MEIJI-SEIMEI BUILDING JP 00-40-A4 (hex) ROSE ELECTRONICS 0040A4 (base 16) ROSE ELECTRONICS P.O. BOX 742571 HOUSTON TX 77274-2571 US 00-40-08 (hex) A PLUS INFO CORPORATION 004008 (base 16) A PLUS INFO CORPORATION 5F, NO.2, LANE 235 TAIWAN TAIWAN R.O.C. TW 00-40-B5 (hex) VIDEO TECHNOLOGY COMPUTERS LTD 0040B5 (base 16) VIDEO TECHNOLOGY COMPUTERS LTD 33/F., BLOCK #1, N.T. HONG KONG HK 00-40-12 (hex) WINDATA, INC. 004012 (base 16) WINDATA, INC. 10 BEARFOOT ROAD NORTHBORO MA 01532 US 00-40-D5 (hex) Sartorius Mechatronics T&H GmbH 0040D5 (base 16) Sartorius Mechatronics T&H GmbH WEENDER LANDSTR: 94 - 108 DE 00-40-10 (hex) SONIC SYSTEMS, INC. 004010 (base 16) SONIC SYSTEMS, INC. 575 PASTORIA NORTH AVENUE SUNNYVALE CA 940867 US 00-40-CA (hex) FIRST INTERNAT'L COMPUTER, INC 0040CA (base 16) FIRST INTERNAT'L COMPUTER, INC FIC Building Neihu Taipei 114 Taipei 114 TW 00-40-C4 (hex) KINKEI SYSTEM CORPORATION 0040C4 (base 16) KINKEI SYSTEM CORPORATION 1-22-17, KAMIKITA, HIRANOKU JP 00-40-5D (hex) STAR-TEK, INC. 00405D (base 16) STAR-TEK, INC. 71 LYMAN STREET NORTHBORO MA 01532 US 00-40-E2 (hex) MESA RIDGE TECHNOLOGIES, INC. 0040E2 (base 16) MESA RIDGE TECHNOLOGIES, INC. 6725 MESA RIDGE ROAD-STE#100 SAN DIEGO CA 92121 US 00-40-8C (hex) AXIS COMMUNICATIONS AB 00408C (base 16) AXIS COMMUNICATIONS AB SCHEELEVAGEN 16 SE 00-40-45 (hex) TWINHEAD CORPORATION 004045 (base 16) TWINHEAD CORPORATION 1537 CENTRE POINTE DRIVE MILPITAS CA 95035 US 00-40-28 (hex) NETCOMM LIMITED 004028 (base 16) NETCOMM LIMITED 3 OLYMPIC BUSINESS CENTRE UNITED KINGDOM GB 00-40-DD (hex) HONG TECHNOLOGIES 0040DD (base 16) HONG TECHNOLOGIES 532 WEDDELL DRIVE SUNNYVALE CA 94089 US 00-40-CB (hex) LANWAN TECHNOLOGIES 0040CB (base 16) LANWAN TECHNOLOGIES 1566 LA PRADERA DRIVE CAMPBELL CA 95008 US 00-40-B2 (hex) SYSTEMFORSCHUNG 0040B2 (base 16) SYSTEMFORSCHUNG KONIGSTRASSE 33A DE 00-40-E6 (hex) C.A.E.N. 0040E6 (base 16) C.A.E.N. 2, CHEMIN LATERAL FR 00-40-F0 (hex) MicroBrain,Inc. 0040F0 (base 16) MicroBrain,Inc. Yuzan Bldg. 4F, Aichi-gun AICHI 480-1117 JP 00-40-89 (hex) MEIDENSHA CORPORATION 004089 (base 16) MEIDENSHA CORPORATION FACTORY NO.4, 515 KAMINAKAMIZO JP 00-40-15 (hex) ASCOM INFRASYS AG 004015 (base 16) ASCOM INFRASYS AG DPT. EASO 3726 CH 00-80-95 (hex) BASIC MERTON HANDELSGES.M.B.H. 008095 (base 16) BASIC MERTON HANDELSGES.M.B.H. DURCHLASS-STRASSE 42 AT 00-80-AE (hex) HUGHES NETWORK SYSTEMS 0080AE (base 16) HUGHES NETWORK SYSTEMS 11717 EXPLORATION LANE GERMANTOWN MD 20876 US 00-80-3A (hex) VARITYPER, INC. 00803A (base 16) VARITYPER, INC. 900 MIDDLESEX TURNPIKE BILLERICA MA 01821 US 00-80-1C (hex) NEWPORT SYSTEMS SOLUTIONS 00801C (base 16) NEWPORT SYSTEMS SOLUTIONS 4019 WESTERLY AVENUE NEWPORT BEACH CA 92660 US 00-80-56 (hex) SPHINX Electronics GmbH & Co KG 008056 (base 16) SPHINX Electronics GmbH & Co KG Tullastr. 3 DE 00-80-31 (hex) BASYS, CORP. 008031 (base 16) BASYS, CORP. 501 MACARA AVENUE SUNNYVALE CA 94086 US 00-80-DB (hex) GRAPHON CORPORATION 0080DB (base 16) GRAPHON CORPORATION 1506 DELL AVE - # CAMPBELL CA 95008-6911 VE 00-80-82 (hex) PEP MODULAR COMPUTERS GMBH 008082 (base 16) PEP MODULAR COMPUTERS GMBH APFELSTRANGER STR. 16 WEST DE 00-80-39 (hex) ALCATEL STC AUSTRALIA 008039 (base 16) ALCATEL STC AUSTRALIA 252-280 BOTANY ROAD AU 00-80-23 (hex) INTEGRATED BUSINESS NETWORKS 008023 (base 16) INTEGRATED BUSINESS NETWORKS 1BN THE SYSTEMS CENTRE BUCKS HP19 3XN - ENGLAND GB 00-80-6B (hex) SCHMID TELECOMMUNICATION 00806B (base 16) SCHMID TELECOMMUNICATION BINZSTRASSE 35, CH 00-80-59 (hex) STANLEY ELECTRIC CO., LTD 008059 (base 16) STANLEY ELECTRIC CO., LTD R&D LABORATORY JP 00-80-41 (hex) VEB KOMBINAT ROBOTRON 008041 (base 16) VEB KOMBINAT ROBOTRON GRUNAER STRAßE 2, DRESDEN 8010 GDR EAST DE 00-80-80 (hex) DATAMEDIA CORPORATION 008080 (base 16) DATAMEDIA CORPORATION 7401 CENTRAL HIGHWAY PENNSAUKEN NJ 08109 US 00-80-3F (hex) TATUNG COMPANY 00803F (base 16) TATUNG COMPANY 22 CHUNGSHANG N. RD. 3RD SEC. TAIPEI TAIWAN R.O.C. TW 00-80-E6 (hex) PEER NETWORKS, INC. 0080E6 (base 16) PEER NETWORKS, INC. 3350 SCOTT BLVD. BLDG. 14 SANTA CLARA CA 95054 US 00-80-E0 (hex) XTP SYSTEMS, INC. 0080E0 (base 16) XTP SYSTEMS, INC. 1900 STATE STREET , STE SANTA BARBARA CA 93101 US 00-80-88 (hex) VICTOR COMPANY OF JAPAN, LTD. 008088 (base 16) VICTOR COMPANY OF JAPAN, LTD. 58-7 SHINMEI-CHO, YOKOSUKA JP 00-80-D8 (hex) NETWORK PERIPHERALS INC. 0080D8 (base 16) NETWORK PERIPHERALS INC. 2890 ZONKER ROAD SUITE 209 SAN JOSE CA 95134 US 00-80-9E (hex) DATUS GMBH 00809E (base 16) DATUS GMBH INDUSTRIESTR. 2 WEST DE 00-80-2B (hex) INTEGRATED MARKETING CO 00802B (base 16) INTEGRATED MARKETING CO 1360 BORDEAUX DRIVE SUNNYVALE CA 94089 US 00-80-01 (hex) PERIPHONICS CORPORATION 008001 (base 16) PERIPHONICS CORPORATION 4000 VETERANS MEMORIAL HIGHWAY BOHEMIA NEW YORK 11716 US 00-80-97 (hex) CENTRALP AUTOMATISMES 008097 (base 16) CENTRALP AUTOMATISMES 21, RUE MARCEL PAGNOL 69694 FR 00-80-71 (hex) SAI TECHNOLOGY 008071 (base 16) SAI TECHNOLOGY 4224 CAMPUS POINT COURT SAN DIEGO CA 92121-1513 US 00-80-98 (hex) TDK CORPORATION 008098 (base 16) TDK CORPORATION CORP. R&D DEPT. TECH. HDQTERS. CHIBA-KEN 272, JP 00-80-CA (hex) NETCOM RESEARCH INCORPORATED 0080CA (base 16) NETCOM RESEARCH INCORPORATED 201 TECHNOLOGY DRIVE IRVINE CA 92718 US 00-80-D5 (hex) CADRE TECHNOLOGIES 0080D5 (base 16) CADRE TECHNOLOGIES 19545 NW VON NEUMANN DRIVE BEAVERTON OR 97006 VU 00-80-1B (hex) KODIAK TECHNOLOGY 00801B (base 16) KODIAK TECHNOLOGY 2340 HARRIS WAY SAN JOSE CA 95131 US 00-80-D3 (hex) SHIVA CORP. 0080D3 (base 16) SHIVA CORP. 205 BURLINGTON ROAD BEDFORD MA 01730 US 00-80-B3 (hex) AVAL DATA CORPORATION 0080B3 (base 16) AVAL DATA CORPORATION MACHIDA ENGINEERING CENTER JP 00-80-E7 (hex) Leonardo Tactical Systems. 0080E7 (base 16) Leonardo Tactical Systems. Silvertree, Coxbridge Business Park Alton Road, Farnham GU10 5EH GB 00-80-20 (hex) NETWORK PRODUCTS 008020 (base 16) NETWORK PRODUCTS DIVISION OF ANDREW CORPORATION TORRANCE CA 90503 US 00-80-70 (hex) COMPUTADORAS MICRON 008070 (base 16) COMPUTADORAS MICRON GUERRERO 2001 - 19 MX 00-80-08 (hex) DYNATECH COMPUTER SYSTEMS 008008 (base 16) DYNATECH COMPUTER SYSTEMS 280 BERNARDO AVENUE MOUNTAIN VIEW CA 94039-7400 US 00-00-E4 (hex) IN2 GROUPE INTERTECHNIQUE 0000E4 (base 16) IN2 GROUPE INTERTECHNIQUE IN2 - B.P.63 FR 00-80-13 (hex) THOMAS-CONRAD CORPORATION 008013 (base 16) THOMAS-CONRAD CORPORATION 1908-R KRAMER LANE AUSTIN TX 78758 US 00-80-6E (hex) NIPPON STEEL CORPORATION 00806E (base 16) NIPPON STEEL CORPORATION 31-1 SHINKAWA 2-CHOUME JP 00-80-10 (hex) COMMODORE INTERNATIONAL 008010 (base 16) COMMODORE INTERNATIONAL 1200 WILSON DRIVE WEST CHESTER PA 19380 US 00-80-47 (hex) IN-NET CORP. 008047 (base 16) IN-NET CORP. 16720 WEST BERNARDO DRIVE SAN DIEGO CA 92127-1904 US 00-80-67 (hex) SQUARE D COMPANY 008067 (base 16) SQUARE D COMPANY 4041 NORTH RICHARD STREET MILWAUKEE WI 53201 US 00-80-45 (hex) MATSUSHITA ELECTRIC IND. CO 008045 (base 16) MATSUSHITA ELECTRIC IND. CO COMPUTER DIVISION OSAKA 571 JP 00-80-BF (hex) TAKAOKA ELECTRIC MFG. CO. LTD. 0080BF (base 16) TAKAOKA ELECTRIC MFG. CO. LTD. KANDA BRANCH OFFICE TONEN JP 00-80-F9 (hex) HEURIKON CORPORATION 0080F9 (base 16) HEURIKON CORPORATION 8310 EXCELSIOR DRIVE MADISON WI 53717 US 00-80-A1 (hex) MICROTEST, INC. 0080A1 (base 16) MICROTEST, INC. 4747 N. 22ND STREET PHOENIX AZ 85016-4708 US 00-80-A9 (hex) CLEARPOINT RESEARCH 0080A9 (base 16) CLEARPOINT RESEARCH 190 NORTH MAIN STREET NATICK MA US 00-80-17 (hex) PFU LIMITED 008017 (base 16) PFU LIMITED Nu 98-2 Unoke Kahoku-shi, Ishikawa 929-1192 JP 00-80-F8 (hex) MIZAR, INC. 0080F8 (base 16) MIZAR, INC. 1419 DUNN DRIVE CARROLLTON TX 75006 US 00-00-14 (hex) NETRONIX 000014 (base 16) NETRONIX 1372 MCDOWELL BLVD. PETULAMA CA 94952 US 00-00-72 (hex) MINIWARE TECHNOLOGY 000072 (base 16) MINIWARE TECHNOLOGY BEEMDENSTRAAT 38 THE NL 00-00-A1 (hex) MARQUETTE ELECTRIC CO. 0000A1 (base 16) MARQUETTE ELECTRIC CO. 8200 WEST TOWER AVENUE MILWAUKEE WI 53223 US 00-00-F5 (hex) DIAMOND SALES LIMITED 0000F5 (base 16) DIAMOND SALES LIMITED 17, CHARTERHOUSE STREET UNITED KINGDOM GB 00-00-5C (hex) TELEMATICS INTERNATIONAL INC. 00005C (base 16) TELEMATICS INTERNATIONAL INC. 1201 CYPRESS CREEK RD FT. LAUDERDALE FL 33309 US 00-00-AC (hex) CONWARE COMPUTER CONSULTING 0000AC (base 16) CONWARE COMPUTER CONSULTING KILLISFELDSTRAßE 64 DE 00-00-94 (hex) ASANTE TECHNOLOGIES 000094 (base 16) ASANTE TECHNOLOGIES 821 FOX LANE SAN JOSE CA 95131 US 00-00-90 (hex) MICROCOM 000090 (base 16) MICROCOM 500 RIVER RIDGE DRIVE NORWOOD MA 02062-5028 US 00-00-47 (hex) NICOLET INSTRUMENTS CORP. 000047 (base 16) NICOLET INSTRUMENTS CORP. 5225 VERONA ROAD MADISON WI 53711 US 00-00-21 (hex) SUREMAN COMP. & COMMUN. CORP. 000021 (base 16) SUREMAN COMP. & COMMUN. CORP. 10F-5 NO. 7, SEC. 3 TAIPEI TAIWAN, R.O.C. TW 00-00-30 (hex) VG LABORATORY SYSTEMS LTD 000030 (base 16) VG LABORATORY SYSTEMS LTD TRIBUNE AVENUE ENGLAND GB 00-00-35 (hex) SPECTRAGRAPHICS CORPORATION 000035 (base 16) SPECTRAGRAPHICS CORPORATION OR SAN DIEGO CA 92121 US 00-00-26 (hex) SHA-KEN CO., LTD. 000026 (base 16) SHA-KEN CO., LTD. MINAMI-OTSUKA TOKYO JP 00-00-B6 (hex) MICRO-MATIC RESEARCH 0000B6 (base 16) MICRO-MATIC RESEARCH AMBACHTENLAAN 21 B5 BE 00-00-82 (hex) LECTRA SYSTEMES SA 000082 (base 16) LECTRA SYSTEMES SA CHEMIN DE MARTICOT FR 00-00-2B (hex) CRISP AUTOMATION, INC 00002B (base 16) CRISP AUTOMATION, INC 5160 BLAZER PARKWAY DUBLIN OH 43017 US 00-00-51 (hex) HOB ELECTRONIC GMBH & CO. KG 000051 (base 16) HOB ELECTRONIC GMBH & CO. KG BRANDSSTATTER-STR.2-10 DE 00-00-A7 (hex) NETWORK COMPUTING DEVICES INC. 0000A7 (base 16) NETWORK COMPUTING DEVICES INC. 350 NORTH BERNARDO MOUNTAIN VIEW CA 94043 US 00-00-98 (hex) CROSSCOMM CORPORATION 000098 (base 16) CROSSCOMM CORPORATION 450 DONALD LYNCH BOULEVARD MARLBOROUGH MA 01752 US 00-00-C6 (hex) EON SYSTEMS 0000C6 (base 16) EON SYSTEMS 10601 SOUTH DEANZA BLVD. CUPERTINO CA 95014 US 00-00-70 (hex) HCL LIMITED 000070 (base 16) HCL LIMITED RESEARCH & DEVELOPMENT UNIT IN 00-00-8F (hex) Raytheon 00008F (base 16) Raytheon M/S 1-1-1119 Marlboro MA 01752 US 00-00-F1 (hex) MAGNA COMPUTER CORPORATION 0000F1 (base 16) MAGNA COMPUTER CORPORATION 22 KEEWAYDIN DRIVE SALEM NH 03079 US 00-00-54 (hex) Schneider Electric 000054 (base 16) Schneider Electric 35 rue Joseph Monier FR 00-00-20 (hex) DATAINDUSTRIER DIAB AB 000020 (base 16) DATAINDUSTRIER DIAB AB BOX 2029 SE 00-00-7A (hex) DANA COMPUTER INC. 00007A (base 16) DANA COMPUTER INC. 550 DEL REY AVENUE SUNNYVALE CA 94086 US 00-00-45 (hex) FORD AEROSPACE & COMM. CORP. 000045 (base 16) FORD AEROSPACE & COMM. CORP. COLORADO SPRINGS OPERATION COLORADO SPRINGS CO 80908 US 00-00-9C (hex) ROLM MIL-SPEC COMPUTERS 00009C (base 16) ROLM MIL-SPEC COMPUTERS 3151 ZANKER ROAD SAN JOSE CA 95148 US 00-00-7C (hex) AMPERE INCORPORATED 00007C (base 16) AMPERE INCORPORATED SHINJUKU ASAHI BLDG. TOKYO JP 00-00-68 (hex) ROSEMOUNT CONTROLS 000068 (base 16) ROSEMOUNT CONTROLS 1300 E. LAMBERT ROAD LA HABRA CA 90632 US 00-00-E9 (hex) ISICAD, INC. 0000E9 (base 16) ISICAD, INC. 1920 WEST CORPORATE WAY ANAHEIM CA 92803-6122 US 00-00-9F (hex) AMERISTAR TECHNOLOGIES INC. 00009F (base 16) AMERISTAR TECHNOLOGIES INC. 47 WHITTIER AVE. MEDFORD NY 11763 US 00-00-E3 (hex) INTEGRATED MICRO PRODUCTS LTD 0000E3 (base 16) INTEGRATED MICRO PRODUCTS LTD IMP, NO. 1 INDUSTRIAL ESTATE ENGLAND ENGLAND DH86TJ GB 00-00-AD (hex) BRUKER INSTRUMENTS INC. 0000AD (base 16) BRUKER INSTRUMENTS INC. MANNING PARK BILLERICA MA 01821 US 00-00-74 (hex) RICOH COMPANY LTD. 000074 (base 16) RICOH COMPANY LTD. 2446 TODA, ATSUGI CITY 243 JP 00-00-46 (hex) OLIVETTI NORTH AMERICA 000046 (base 16) OLIVETTI NORTH AMERICA E 22425 APPLEWAY LIBERTY LAKE WA 99019 US 00-00-8D (hex) Cryptek Inc. 00008D (base 16) Cryptek Inc. 1501 Moran Road Sterling VA 20166 US 00-00-3B (hex) i Controls, Inc. 00003B (base 16) i Controls, Inc. 12F Doonsan building, 105-7 KOREA 135-714 KR 00-00-B3 (hex) CIMLINC INCORPORATED 0000B3 (base 16) CIMLINC INCORPORATED 1957 CROOKS ROAD TROY MI 48084 US 00-00-D3 (hex) WANG LABORATORIES INC. 0000D3 (base 16) WANG LABORATORIES INC. 00-00-D0 (hex) DEVELCON ELECTRONICS LTD. 0000D0 (base 16) DEVELCON ELECTRONICS LTD. 856-51ST STREET EAST CA 00-00-93 (hex) PROTEON INC. 000093 (base 16) PROTEON INC. 4 TECH CIRCLE NATICK MA 01760 US 00-00-8B (hex) INFOTRON 00008B (base 16) INFOTRON 9 NORTH OLNEY CHERRY HILL NJ 08003 US 08-00-57 (hex) Evans & Sutherland 080057 (base 16) Evans & Sutherland Salt Lake City UT US 08-00-5D (hex) GOULD INC. 08005D (base 16) GOULD INC. 6901 WEST SUNRISE BLVD. FT. LAUDERDALE FL 33310-9148 US 08-00-5B (hex) VTA TECHNOLOGIES INC. 08005B (base 16) VTA TECHNOLOGIES INC. 2040 SHERMAN STREET HOLLYWOOD FL 33020 US 08-00-71 (hex) MATRA (DSIE) 080071 (base 16) MATRA (DSIE) PARC D'AFFAIRES - B.P. 262 FR 08-00-6C (hex) SUNTEK TECHNOLOGY INT'L 08006C (base 16) SUNTEK TECHNOLOGY INT'L 586 NO. FIRST STREET SAN JOSE CA 95112 US 08-00-67 (hex) ComDesign 080067 (base 16) ComDesign Goleta CA US 08-00-8C (hex) NETWORK RESEARCH CORPORATION 08008C (base 16) NETWORK RESEARCH CORPORATION 2380 N. ROSE AVENUE OXNARD CA 93010 US 08-00-81 (hex) ASTECH INC. 080081 (base 16) ASTECH INC. 670 NORTH COMMERCIAL STREET MANCHESTER NH 03101 US 08-00-2D (hex) LAN-TEC INC. 08002D (base 16) LAN-TEC INC. 2131 UNIVERSITY AVENUE BERKELEY CA 94704 US 00-DD-00 (hex) UNGERMANN-BASS INC. 00DD00 (base 16) UNGERMANN-BASS INC. 3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US 00-00-AA (hex) XEROX CORPORATION 0000AA (base 16) XEROX CORPORATION M/S 105-50C WEBSTER NY 14580 US 04-0A-E0 (hex) XMIT AG COMPUTER NETWORKS 040AE0 (base 16) XMIT AG COMPUTER NETWORKS 11 AVENUE DE BAUMETTES CH 08-00-11 (hex) TEKTRONIX INC. 080011 (base 16) TEKTRONIX INC. TECHNICAL STANDARDS BEAVERTON OR 97077 US 08-00-26 (hex) NORSK DATA A.S. 080026 (base 16) NORSK DATA A.S. P.O. BOX 25 BOGERUD NO 08-00-25 (hex) CONTROL DATA 080025 (base 16) CONTROL DATA 4201 LEXINGTON AVE NORTH ARDEN HILLS MN 55112 US 10-00-00 (hex) Private 100000 (base 16) Private 00-00-D7 (hex) DARTMOUTH COLLEGE 0000D7 (base 16) DARTMOUTH COLLEGE KIEWIT COMPUTER CENTER HANOVER NH 03755 US AA-00-04 (hex) DIGITAL EQUIPMENT CORPORATION AA0004 (base 16) DIGITAL EQUIPMENT CORPORATION LKG 1-2/A19 LITTLETON MA 01460-1289 US 08-00-0C (hex) MIKLYN DEVELOPMENT CO. 08000C (base 16) MIKLYN DEVELOPMENT CO. 3613 ANDOVER DIVE BEDFORD TX 76021 US 00-DD-05 (hex) UNGERMANN-BASS INC. 00DD05 (base 16) UNGERMANN-BASS INC. 3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US 08-00-1D (hex) ABLE COMMUNICATIONS INC. 08001D (base 16) ABLE COMMUNICATIONS INC. 17891 CARTWRIGHT ROAD IRVINE CA 92714-6216 US 00-DD-0B (hex) UNGERMANN-BASS INC. 00DD0B (base 16) UNGERMANN-BASS INC. 3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US 08-00-03 (hex) ADVANCED COMPUTER COMM. 080003 (base 16) ADVANCED COMPUTER COMM. 720 SANTA BARBARA ST. SANTA BARBARA CA 93101 US 00-DD-03 (hex) UNGERMANN-BASS INC. 00DD03 (base 16) UNGERMANN-BASS INC. 3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US 00-DD-0F (hex) UNGERMANN-BASS INC. 00DD0F (base 16) UNGERMANN-BASS INC. 3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US 00-00-01 (hex) XEROX CORPORATION 000001 (base 16) XEROX CORPORATION M/S 105-50C WEBSTER NY 14580 US 08-00-17 (hex) NATIONAL SEMICONDUCTOR 080017 (base 16) NATIONAL SEMICONDUCTOR 2900 SEMICONDUCTOR DRIVE SANTA CLARA CA 95051 US 54-21-60 (hex) Alula 542160 (base 16) Alula 2340 Energy Park Drive St. Paul MN 55108 US 10-B3-C6 (hex) Cisco Systems, Inc 10B3C6 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 10-B3-D6 (hex) Cisco Systems, Inc 10B3D6 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 58-96-30 (hex) Technicolor CH USA Inc. 589630 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US F8-54-B8 (hex) Amazon Technologies Inc. F854B8 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 78-17-35 (hex) Nokia Shanghai Bell Co., Ltd. 781735 (base 16) Nokia Shanghai Bell Co., Ltd. No.388 Ning Qiao Road,Jin Qiao Pudong Shanghai Shanghai 201206 CN 3C-89-4D (hex) Dr. Ing. h.c. F. Porsche AG 3C894D (base 16) Dr. Ing. h.c. F. Porsche AG Porscheplatz 1 Stuttgart 70435 DE 84-C8-07 (hex) ADVA Optical Networking Ltd. 84C807 (base 16) ADVA Optical Networking Ltd. ADVAntage House York YO30 4RY GB B4-39-39 (hex) Shenzhen TINNO Mobile Technology Corp. B43939 (base 16) Shenzhen TINNO Mobile Technology Corp. 4/F, H-3 Building, Qiao Cheng Eastern Industrial Park, Overseas Chinese Town, Shenzhen Shenzhen guangdong 518053 CN A0-AB-51 (hex) WEIFANG GOERTEK ELECTRONICS CO.,LTD A0AB51 (base 16) WEIFANG GOERTEK ELECTRONICS CO.,LTD Gaoxin 2 Road, Free Trade Zone,Weifang,Shandong,261205,P.R.China Weifang Shandong 261205 CN 64-C9-01 (hex) INVENTEC Corporation 64C901 (base 16) INVENTEC Corporation No.66, Hougang St., Shilin Dist., Taipei City 111, Taiwan (R.O.C.) Taipei 111 TW 74-9E-F5 (hex) Samsung Electronics Co.,Ltd 749EF5 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 68-BF-C4 (hex) Samsung Electronics Co.,Ltd 68BFC4 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR A8-5E-45 (hex) ASUSTek COMPUTER INC. A85E45 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 04-B1-A1 (hex) Samsung Electronics Co.,Ltd 04B1A1 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR CC-46-4E (hex) Samsung Electronics Co.,Ltd CC464E (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR F8-89-3C (hex) Inventec Appliances Corp. F8893C (base 16) Inventec Appliances Corp. 37 Wugong 5th road, New Taipei Industrial Park, New Taipei City Wugu District 24890 TW A0-DF-15 (hex) HUAWEI TECHNOLOGIES CO.,LTD A0DF15 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN C4-AD-34 (hex) Routerboard.com C4AD34 (base 16) Routerboard.com Mikrotikls SIA Riga Riga LV1009 LV 30-6F-07 (hex) Nations Technologies Inc. 306F07 (base 16) Nations Technologies Inc. 18F, Nations Tower, Nanshan District Shenzhen 518057 CN 24-74-F7 (hex) GoPro 2474F7 (base 16) GoPro 3000 Clearview Way San Mateo CA 94402 US 7C-D5-66 (hex) Amazon Technologies Inc. 7CD566 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 68-63-50 (hex) Hella India Automotive Pvt Ltd 686350 (base 16) Hella India Automotive Pvt Ltd Unit no 201A to 201B Nano Space Surveyno.5/1B/2 BanerBaner Pashan Link road Pune Maharastra 411045 IN 5C-E5-0C (hex) Beijing Xiaomi Mobile Software Co., Ltd 5CE50C (base 16) Beijing Xiaomi Mobile Software Co., Ltd The Rainbow City Office Building, 68 Qinghe Middle Street Haidian District Beijing Beijing 100085 CN 18-70-3B (hex) Huawei Device Co., Ltd. 18703B (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN D8-9E-61 (hex) Huawei Device Co., Ltd. D89E61 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 34-7E-00 (hex) Huawei Device Co., Ltd. 347E00 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 00-30-92 (hex) Kontron Electronics AG 003092 (base 16) Kontron Electronics AG Riedstrasse 1 Rotkreuz CH-6343 CH 80-75-1F (hex) BSkyB Ltd 80751F (base 16) BSkyB Ltd 130 Kings Road Brentwood Essex 08854 GB E8-5A-8B (hex) Xiaomi Communications Co Ltd E85A8B (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 44-22-95 (hex) China Mobile Iot Limited company 442295 (base 16) China Mobile Iot Limited company No. 8 Yangliu North Road, Yubei District, Chongqing, China Chong Qing Chong Qing 401120 CN 5C-71-0D (hex) Cisco Systems, Inc 5C710D (base 16) Cisco Systems, Inc 80 West Tasman Dr. San Jose CA 94568 US 00-AB-48 (hex) eero inc. 00AB48 (base 16) eero inc. 660 3rd Street San Francisco CA 94107 US F8-55-CD (hex) Visteon Corporation F855CD (base 16) Visteon Corporation One Village Center Drive Van Buren Twp MI 48111 US 44-18-47 (hex) HUNAN SCROWN ELECTRONIC INFORMATION TECH.CO.,LTD 441847 (base 16) HUNAN SCROWN ELECTRONIC INFORMATION TECH.CO.,LTD Building No.4,Changsha Zhongdian Software Park No.39,Jianshan Road Changsha Hunan 410006 CN 1C-C1-BC (hex) Yichip Microelectronics (Hangzhou) Co.,Ltd 1CC1BC (base 16) Yichip Microelectronics (Hangzhou) Co.,Ltd Room 401, Building 15, No.498 Guoshoujing Road, Pudong Software Park Shanghai 200120 CN AC-61-B9 (hex) WAMA Technology Limited AC61B9 (base 16) WAMA Technology Limited Room 2205, Westley Square, 48 Hoi Yuen Road, Kwun Tong, Kowloon Hong Kong 00000 HK C4-D8-F3 (hex) iZotope C4D8F3 (base 16) iZotope 60 Hampshire St Cambridge MA 02139 US 00-30-56 (hex) HMS Industrial Networks 003056 (base 16) HMS Industrial Networks P O Box 4126 Halmstad Halland 300 04 SE 68-0A-E2 (hex) Silicon Laboratories 680AE2 (base 16) Silicon Laboratories 7000 W. William Cannon Dr. Austin TX 78735 US AC-8B-9C (hex) Primera Technology, Inc. AC8B9C (base 16) Primera Technology, Inc. 2 Carlson Parkway N, Ste 375 Plymouth MN 55447 US 2C-3A-FD (hex) AVM Audiovisuelles Marketing und Computersysteme GmbH 2C3AFD (base 16) AVM Audiovisuelles Marketing und Computersysteme GmbH Alt-Moabit 95 Berlin Berlin 10559 DE 34-49-5B (hex) Sagemcom Broadband SAS 34495B (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR C8-F3-19 (hex) LG Electronics (Mobile Communications) C8F319 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 80-16-09 (hex) Sleep Number 801609 (base 16) Sleep Number 1001 Third Avenue South Minneapolis MN 55404 US 04-5E-A4 (hex) SHENZHEN NETIS TECHNOLOGY CO.,LTD 045EA4 (base 16) SHENZHEN NETIS TECHNOLOGY CO.,LTD Building 6, Baolong Plant, Able Technology Park, Longgang District SHENZHEN 518116 CN 1C-BF-C0 (hex) CHONGQING FUGUI ELECTRONICS CO.,LTD. 1CBFC0 (base 16) CHONGQING FUGUI ELECTRONICS CO.,LTD. Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN 78-B4-6A (hex) HUAWEI TECHNOLOGIES CO.,LTD 78B46A (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 6C-EB-B6 (hex) HUAWEI TECHNOLOGIES CO.,LTD 6CEBB6 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 4C-F5-5B (hex) HUAWEI TECHNOLOGIES CO.,LTD 4CF55B (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN E8-3F-67 (hex) Huawei Device Co., Ltd. E83F67 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 34-46-EC (hex) Huawei Device Co., Ltd. 3446EC (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 64-31-39 (hex) IEEE Registration Authority 643139 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US A4-4B-D5 (hex) Xiaomi Communications Co Ltd A44BD5 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 64-95-6C (hex) LG Electronics 64956C (base 16) LG Electronics 222 LG-ro, JINWI-MYEON Pyeongtaek-si Gyeonggi-do 451-713 KR 14-87-6A (hex) Apple, Inc. 14876A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E0-B5-5F (hex) Apple, Inc. E0B55F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F8-FF-C2 (hex) Apple, Inc. F8FFC2 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E0-EB-40 (hex) Apple, Inc. E0EB40 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 64-69-4E (hex) Texas Instruments 64694E (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 94-D6-DB (hex) NexFi 94D6DB (base 16) NexFi Room 417, Building 14, No. 498, Guoshoujing Road, Pudong New Area Shanghai 201203 CN B4-EC-F2 (hex) Shanghai Listent Medical Tech Co., Ltd. B4ECF2 (base 16) Shanghai Listent Medical Tech Co., Ltd. No. 668 Qingdai Road Pudong District Shanghai Shanghai 201318 CN 18-E7-77 (hex) vivo Mobile Communication Co., Ltd. 18E777 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 40-77-A9 (hex) New H3C Technologies Co., Ltd 4077A9 (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN F8-33-31 (hex) Texas Instruments F83331 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US C4-95-4D (hex) IEEE Registration Authority C4954D (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US C4-98-78 (hex) SHANGHAI MOAAN INTELLIGENT TECHNOLOGY CO.,LTD C49878 (base 16) SHANGHAI MOAAN INTELLIGENT TECHNOLOGY CO.,LTD BLOCK B, 4TH FLOOR, BUILDING 2, NO. 401 CAOBAO ROAD, XUHUI DISTRICT, SHANGHAI SHANGHAI 200030 CN 6C-63-9C (hex) ARRIS Group, Inc. 6C639C (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 5C-2A-EF (hex) r2p Asia-Pacific Pty Ltd 5C2AEF (base 16) r2p Asia-Pacific Pty Ltd 65 Epping Road Sydney NSW 2113 AU A4-BB-6D (hex) Dell Inc. A4BB6D (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 6C-06-D6 (hex) Huawei Device Co., Ltd. 6C06D6 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 0C-8E-29 (hex) Arcadyan Corporation 0C8E29 (base 16) Arcadyan Corporation No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW A0-22-4E (hex) IEEE Registration Authority A0224E (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 30-27-CF (hex) Private 3027CF (base 16) Private 38-43-E5 (hex) Grotech Inc 3843E5 (base 16) Grotech Inc 19, Ojeongongeop-gil Uiwang-si Gyeonggi-do 16072 KR CC-59-3E (hex) Sensium Healthcare Limited CC593E (base 16) Sensium Healthcare Limited 115 MILTON PARK ABINGDON OXFORDSHIRE OX14 4SA GB 5C-68-D0 (hex) Aurora Innovation Inc. 5C68D0 (base 16) Aurora Innovation Inc. 1880 Embarcadero Rd. Palo Alto CA 94303 US 10-36-4A (hex) Boston Dynamics 10364A (base 16) Boston Dynamics 78 4TH AVE Waltham MA 02451 US 00-B8-10 (hex) Yichip Microelectronics (Hangzhou) Co.,Ltd 00B810 (base 16) Yichip Microelectronics (Hangzhou) Co.,Ltd Room 401, Building 15, No.498 Guoshoujing Road, Pudong Software Park Shanghai 200120 CN A4-B2-39 (hex) Cisco Systems, Inc A4B239 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US D8-D5-B9 (hex) Rainforest Automation, Inc. D8D5B9 (base 16) Rainforest Automation, Inc. 827 Cambie St. Vancouver British Columbia V6B 2P4 CA 00-1B-B0 (hex) Bharat Electronics Limited 001BB0 (base 16) Bharat Electronics Limited JALAHALLI POST BANGALORE KARNATAKA 560013 IN 68-AF-FF (hex) Shanghai Cambricon Information Technology Co., Ltd. 68AFFF (base 16) Shanghai Cambricon Information Technology Co., Ltd. 888 West Huanhu Road No.2, Nanhui New Town, Pudong New Area Shanghai Shanghai 200000 CN DC-21-E2 (hex) HUAWEI TECHNOLOGIES CO.,LTD DC21E2 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN FC-1B-D1 (hex) HUAWEI TECHNOLOGIES CO.,LTD FC1BD1 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 58-25-75 (hex) HUAWEI TECHNOLOGIES CO.,LTD 582575 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 28-DE-E5 (hex) HUAWEI TECHNOLOGIES CO.,LTD 28DEE5 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN D0-1C-3C (hex) TECNO MOBILE LIMITED D01C3C (base 16) TECNO MOBILE LIMITED ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK 18-C0-4D (hex) GIGA-BYTE TECHNOLOGY CO.,LTD. 18C04D (base 16) GIGA-BYTE TECHNOLOGY CO.,LTD. Pin-Jen City, Taoyuan, Taiwan, R.O.C. Pin-Jen Taoyuan 324 TW 8C-AA-B5 (hex) Espressif Inc. 8CAAB5 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 40-2C-76 (hex) IEEE Registration Authority 402C76 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 44-C7-FC (hex) Huawei Device Co., Ltd. 44C7FC (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 78-85-F4 (hex) Huawei Device Co., Ltd. 7885F4 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN F4-49-55 (hex) MIMO TECH Co., Ltd. F44955 (base 16) MIMO TECH Co., Ltd. 21F.-6, No. 7, Sec. 3, New Taipei Blvd., Xinzhuang Dist., New Taipei City Taiwan 24250 TW 08-09-C7 (hex) Zhuhai Unitech Power Technology Co., Ltd. 0809C7 (base 16) Zhuhai Unitech Power Technology Co., Ltd. 102, Yinhua Road Zhuhai Guangdong 519000 CN 88-54-1F (hex) Google, Inc. 88541F (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US 90-0C-C8 (hex) Google, Inc. 900CC8 (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US 04-1D-C7 (hex) zte corporation 041DC7 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 68-21-5F (hex) Edgecore Networks Corporation 68215F (base 16) Edgecore Networks Corporation 1 Creation RD 3. Hsinchu 30077 TW 3C-28-A6 (hex) Alcatel-Lucent Enterprise (China) 3C28A6 (base 16) Alcatel-Lucent Enterprise (China) 2/F, Building 1, No.60 Naxian Road,Pudong Shanghai Shanghai 201210 CN 50-50-A4 (hex) Samsung Electronics Co.,Ltd 5050A4 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 80-86-D9 (hex) Samsung Electronics Co.,Ltd 8086D9 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR F4-17-B8 (hex) AirTies Wireless Networks F417B8 (base 16) AirTies Wireless Networks Esentepe Mah., Kore Şehitleri Cad. Istanbul Şişli 34360 TR 3C-BF-60 (hex) Apple, Inc. 3CBF60 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US AC-15-F4 (hex) Apple, Inc. AC15F4 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 38-6A-77 (hex) Samsung Electronics Co.,Ltd 386A77 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 14-14-59 (hex) Vodafone Italia S.p.A. 141459 (base 16) Vodafone Italia S.p.A. Via Lorenteggio nr. 240 Milan Italy 20147 IT 50-43-B9 (hex) OktoInform RUS 5043B9 (base 16) OktoInform RUS Bolshoy Tishinskiy pereulok, d. 26, korp.13-14, ofis 4R Moscow 123557 RU 5C-27-D4 (hex) Shenzhen Qihu Intelligent Technology Company Limited 5C27D4 (base 16) Shenzhen Qihu Intelligent Technology Company Limited Room 201, Block A, No.1, Qianwan Road 1,Qianhai Shenzhen HongKong Modern Service Industry Cooperation Zone Shenzhen Guangdong 518057 CN 88-A4-79 (hex) Apple, Inc. 88A479 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 04-72-95 (hex) Apple, Inc. 047295 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D4-46-E1 (hex) Apple, Inc. D446E1 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 78-D1-62 (hex) Apple, Inc. 78D162 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 08-F8-BC (hex) Apple, Inc. 08F8BC (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 90-A2-5B (hex) Apple, Inc. 90A25B (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 18-30-0C (hex) Hisense Electric Co.,Ltd 18300C (base 16) Hisense Electric Co.,Ltd Qianwangang Roard 218 Qingdao Shandong 266510 CN 44-A5-6E (hex) NETGEAR 44A56E (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 1C-91-9D (hex) Dongguan Liesheng Electronic Co., Ltd. 1C919D (base 16) Dongguan Liesheng Electronic Co., Ltd. F5, Building B, North Block, Gaosheng Tech Park, No. 84 Zhongli Road, Nancheng District, Dongguan Ci dongguan guangdong 523000 CN FC-F2-9F (hex) China Mobile Iot Limited company FCF29F (base 16) China Mobile Iot Limited company No. 8 Yangliu North Road, Yubei District, Chongqing, China Chong Qing Chong Qing 401120 CN F8-1F-32 (hex) Motorola Mobility LLC, a Lenovo Company F81F32 (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US B0-0A-D5 (hex) zte corporation B00AD5 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 20-11-4E (hex) MeteRSit S.R.L. 20114E (base 16) MeteRSit S.R.L. Viale dell'Industria 31 Padova 35129 IT 2C-57-41 (hex) Cisco Systems, Inc 2C5741 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US A8-4D-4A (hex) Audiowise Technology Inc. A84D4A (base 16) Audiowise Technology Inc. 2F, No 1-1, Innovation RD I, Hsinchu Science Park Hsincu Taiwan 30076 TW 78-94-E8 (hex) Radio Bridge 7894E8 (base 16) Radio Bridge 8601 73rd Ave N, Suite 38 Brooklyn Park MN 55428 US 48-4E-FC (hex) ARRIS Group, Inc. 484EFC (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US B0-B3-53 (hex) IEEE Registration Authority B0B353 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 54-7F-BC (hex) iodyne 547FBC (base 16) iodyne 35 Miller Ave #175 Mill Valley CA 94941 US 7C-DF-A1 (hex) Espressif Inc. 7CDFA1 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 98-00-6A (hex) zte corporation 98006A (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 00-26-74 (hex) Hunter Douglas 002674 (base 16) Hunter Douglas One Duette Way Broomfield CO 80020 US 1C-97-C5 (hex) Ynomia Pty Ltd 1C97C5 (base 16) Ynomia Pty Ltd 153 Tooronga Rd Glen Iris 3146 AU 5C-C1-D7 (hex) Samsung Electronics Co.,Ltd 5CC1D7 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 38-01-46 (hex) SHENZHEN BILIAN ELECTRONIC CO.,LTD 380146 (base 16) SHENZHEN BILIAN ELECTRONIC CO.,LTD NO.268? Fuqian Rd, Jutang community, Guanlan Town, Longhua New district shenzhen guangdong 518000 CN 88-96-55 (hex) Zitte corporation 889655 (base 16) Zitte corporation 4F Yokohama Kusunoki-cho Building,4-7 Kusunoki-cho,Nishi-ku Yokohama Kanagawa 2200003 JP F4-A4-D6 (hex) HUAWEI TECHNOLOGIES CO.,LTD F4A4D6 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN FC-E1-4F (hex) BRK Brands, Inc. FCE14F (base 16) BRK Brands, Inc. 3901 Liberty Street Aurora IL 60504 US 74-B6-B6 (hex) eero inc. 74B6B6 (base 16) eero inc. 660 3rd Street San Francisco CA 94107 US EC-97-B2 (hex) SUMEC Machinery & Electric Co.,Ltd. EC97B2 (base 16) SUMEC Machinery & Electric Co.,Ltd. 198# ChangJiang Road, XuanWu District, 17F, SUMEC Building Nanjing JiangSu 210018 CN 28-FA-7A (hex) Zhejiang Tmall Technology Co., Ltd. 28FA7A (base 16) Zhejiang Tmall Technology Co., Ltd. Ali Center,No.3331 Keyuan South RD (Shenzhen bay), Nanshan District, Shenzhen Guangdong province Shenzhen GuangDong 518000 CN 84-2E-14 (hex) Silicon Laboratories 842E14 (base 16) Silicon Laboratories 7000 W. William Cannon Dr. Austin TX 78735 US 10-05-E1 (hex) Nokia 1005E1 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 08-F4-58 (hex) Huawei Device Co., Ltd. 08F458 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 5C-BA-2C (hex) Hewlett Packard Enterprise 5CBA2C (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US 34-37-94 (hex) Hamee Corp. 343794 (base 16) Hamee Corp. Square O2 2-12-10 Sakae-cho Odawara Kanagawa 250-0011 JP 6C-D9-4C (hex) vivo Mobile Communication Co., Ltd. 6CD94C (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN EC-31-6D (hex) Hansgrohe EC316D (base 16) Hansgrohe Auestraße 5-9 Schiltach 77761 DE 44-10-FE (hex) Huizhou Foryou General Electronics Co., Ltd. 4410FE (base 16) Huizhou Foryou General Electronics Co., Ltd. North Shangxia Road, Dongjiang Hi-tech Industry Park Huizhou Guangdong 516000 CN 7C-AB-60 (hex) Apple, Inc. 7CAB60 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 44-C6-5D (hex) Apple, Inc. 44C65D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 18-7E-B9 (hex) Apple, Inc. 187EB9 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 4C-A6-4D (hex) Cisco Systems, Inc 4CA64D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US CC-7F-75 (hex) Cisco Systems, Inc CC7F75 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 20-E8-74 (hex) Apple, Inc. 20E874 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D0-3F-AA (hex) Apple, Inc. D03FAA (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 0C-B9-37 (hex) Ubee Interactive Co., Limited 0CB937 (base 16) Ubee Interactive Co., Limited Flat/RM 1202, 12/F, AT Tower North Point Hong Kong 180 HK D4-DC-09 (hex) Mist Systems, Inc. D4DC09 (base 16) Mist Systems, Inc. 1601 South De Anza Blvd, Suite 248 Cupertino CA 95014 US 00-88-BA (hex) NC&C 0088BA (base 16) NC&C Gurogu Seoul 08390 KR F4-73-35 (hex) Logitech Far East F47335 (base 16) Logitech Far East #2 Creation Rd. 4, Hsinchu 300 TW 90-AD-FC (hex) Telechips, Inc. 90ADFC (base 16) Telechips, Inc. 19F~23F,Luther Bldg.42, Olympic-ro 35da-gil, Songpa-gu, Seoul Seoul 05510 KR 5C-A6-2D (hex) Cisco Systems, Inc 5CA62D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 40-2B-69 (hex) Kumho Electric Inc. 402B69 (base 16) Kumho Electric Inc. 309, Bongmu-ro, Namsa-myeon, Cheoin-gu Yongin-si Gyeonggi-do 17118 KR E8-E9-8E (hex) SOLAR controls s.r.o. E8E98E (base 16) SOLAR controls s.r.o. Brojova 25 Plzen 32600 CZ 64-F6-BB (hex) Fibocom Wireless Inc. 64F6BB (base 16) Fibocom Wireless Inc. 5/F,TowerA,Technology Building 2,1057 Nanhai Blvd, Nanshan Shenzhen 518000 Guangdong CN BC-16-95 (hex) zte corporation BC1695 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN DC-35-F1 (hex) Positivo Tecnologia S.A. DC35F1 (base 16) Positivo Tecnologia S.A. João Bettega, 5200 Curitiba Paraná 81350-000 BR A4-08-01 (hex) Amazon Technologies Inc. A40801 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US AC-1E-D0 (hex) Temic Automotive Philippines Inc. AC1ED0 (base 16) Temic Automotive Philippines Inc. Bagsakan Road, FTI estate Taguig 1630 PH 2C-EA-7F (hex) Dell Inc. 2CEA7F (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 34-51-80 (hex) TCL King Electrical Appliances (Huizhou) Co., Ltd 345180 (base 16) TCL King Electrical Appliances (Huizhou) Co., Ltd 10F, TCL Multimedia Building, TCL International E City, No.1001 Zhongshanyuan Rd., Nanshan District Shenzhen Guangdong 518052 CN A4-CF-D2 (hex) Ubee Interactive Co., Limited A4CFD2 (base 16) Ubee Interactive Co., Limited Flat/RM 1202, 12/F, AT Tower, 180 Electric Road North Point 00000 HK A8-A0-97 (hex) ScioTeq bvba A8A097 (base 16) ScioTeq bvba President Kennedypark 35A Kortrijk 8500 BE 08-6B-D1 (hex) Shenzhen SuperElectron Technology Co.,Ltd. 086BD1 (base 16) Shenzhen SuperElectron Technology Co.,Ltd. 1213-1214, haosheng business center, dongbin road, nanshan street, nanshan district, shenzhen city Shenzhen Guangdong 518000 CN AC-3A-67 (hex) Cisco Systems, Inc AC3A67 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 3C-B5-3D (hex) HUNAN GOKE MICROELECTRONICS CO.,LTD 3CB53D (base 16) HUNAN GOKE MICROELECTRONICS CO.,LTD No.9, East 10th Road(South), Xingsha, Changsha Changsha HUNAN 410131 CN 98-0D-51 (hex) Huawei Device Co., Ltd. 980D51 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 00-AD-D5 (hex) Huawei Device Co., Ltd. 00ADD5 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 90-5D-7C (hex) New H3C Technologies Co., Ltd 905D7C (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN 98-FA-A7 (hex) INNONET 98FAA7 (base 16) INNONET C-417, Munjeong Hyundai Knowledge Industry Center, Beobwon-ro 11-gil-7 Songpa-gu Seoul 05836 KR 48-7B-5E (hex) SMT TELECOMM HK 487B5E (base 16) SMT TELECOMM HK Unit C 8/F Charmhill Centre 50 Hillwood RD. Tsim Sha Tsui Kowloon 999077 HK B8-E3-B1 (hex) HUAWEI TECHNOLOGIES CO.,LTD B8E3B1 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-B7-A8 (hex) Heinzinger electronic GmbH 00B7A8 (base 16) Heinzinger electronic GmbH Anton Jakob Str.4 Rosenheim BY 83026 DE EC-79-49 (hex) FUJITSU LIMITED EC7949 (base 16) FUJITSU LIMITED 403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP D4-D2-D6 (hex) FN-LINK TECHNOLOGY LIMITED D4D2D6 (base 16) FN-LINK TECHNOLOGY LIMITED A Building,HuiXin industial park,No 31, YongHe road, Fuyong town, Bao'an District SHENZHEN GUANGDONG 518100 CN 10-50-72 (hex) Sercomm Corporation. 105072 (base 16) Sercomm Corporation. 3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW 90-0A-84 (hex) Mellanox Technologies, Inc. 900A84 (base 16) Mellanox Technologies, Inc. 350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US AC-4A-67 (hex) Cisco Systems, Inc AC4A67 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 70-CA-97 (hex) Ruckus Wireless 70CA97 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 30-B2-16 (hex) ABB Power Grids Germany AG – Grid Automation 30B216 (base 16) ABB Power Grids Germany AG – Grid Automation Kallstadter Strasse 1 Mannheim 68309 DE 00-09-91 (hex) Intelligent Platforms, LLC. 000991 (base 16) Intelligent Platforms, LLC. 2500 Austin Drive Charlottesville VA 22911 US C8-66-5D (hex) Extreme Networks, Inc. C8665D (base 16) Extreme Networks, Inc. 1011 McCarthy Blvd Milpitas CA 95035 US E0-1C-41 (hex) Extreme Networks, Inc. E01C41 (base 16) Extreme Networks, Inc. 1011 McCarthy Blvd Milpitas CA 95035 US D8-54-A2 (hex) Extreme Networks, Inc. D854A2 (base 16) Extreme Networks, Inc. 1011 McCarthy Blvd Milpitas CA 95035 US 08-66-1F (hex) Palo Alto Networks 08661F (base 16) Palo Alto Networks 3000 Tannery Way Santa Clara CA 95054 US BC-F3-10 (hex) Extreme Networks, Inc. BCF310 (base 16) Extreme Networks, Inc. 1011 McCarthy Blvd Milpitas CA 95035 US 28-54-71 (hex) Huawei Device Co., Ltd. 285471 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN B8-8E-82 (hex) Huawei Device Co., Ltd. B88E82 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN DC-33-3D (hex) Huawei Device Co., Ltd. DC333D (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN D8-78-7F (hex) Ubee Interactive Co., Limited D8787F (base 16) Ubee Interactive Co., Limited Flat/RM 1202, 12/F, AT Tower, 180 Electric Road North Point 00000 HK D4-1D-71 (hex) Palo Alto Networks D41D71 (base 16) Palo Alto Networks 3000 Tannery Way Santa Clara CA 95054 US 08-87-C6 (hex) INGRAM MICRO SERVICES 0887C6 (base 16) INGRAM MICRO SERVICES 100 CHEMIN DE BAILLOT MONTAUBAN 82000 FR 78-57-73 (hex) HUAWEI TECHNOLOGIES CO.,LTD 785773 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN AC-60-89 (hex) HUAWEI TECHNOLOGIES CO.,LTD AC6089 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 84-3E-92 (hex) HUAWEI TECHNOLOGIES CO.,LTD 843E92 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 70-8C-B6 (hex) HUAWEI TECHNOLOGIES CO.,LTD 708CB6 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 50-46-4A (hex) HUAWEI TECHNOLOGIES CO.,LTD 50464A (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN C4-A4-02 (hex) HUAWEI TECHNOLOGIES CO.,LTD C4A402 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-15-FF (hex) Novatel Wireless Solutions, Inc. 0015FF (base 16) Novatel Wireless Solutions, Inc. 9710 Scranton Rd., Suite 200 San Diego CA 92121 US 28-80-A2 (hex) Novatel Wireless Solutions, Inc. 2880A2 (base 16) Novatel Wireless Solutions, Inc. 9710 Scranton Rd., Suite 200 San Diego CA 92121 US 68-33-2C (hex) KENSTEL NETWORKS LIMITED 68332C (base 16) KENSTEL NETWORKS LIMITED 34D SECTOR 57 HSIIDC INDUSTRIAL AREA PHASE 4 KUNDLI HARYANA 131028 IN 14-5E-45 (hex) Bamboo Systems Group 145E45 (base 16) Bamboo Systems Group Sheraton House, Castle Park Cambridge CAMBRIDGESHIRE CB3 0AX GB 70-61-7B (hex) Cisco Systems, Inc 70617B (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 98-59-49 (hex) LUXOTTICA GROUP S.P.A. 985949 (base 16) LUXOTTICA GROUP S.P.A. Piazzale Cadrona, 3 Milano MI 20132 IT AC-67-B2 (hex) Espressif Inc. AC67B2 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 9C-BD-6E (hex) DERA Co., Ltd 9CBD6E (base 16) DERA Co., Ltd Zhichun road NO7 Building B Room1203 Haidian District Beijing 100191 CN 4C-33-29 (hex) Sweroam 4C3329 (base 16) Sweroam Stortorget 16 Orebro N/A 70211 SE 64-E1-72 (hex) Shenzhen Qihoo Intelligent Technology Co.,Ltd 64E172 (base 16) Shenzhen Qihoo Intelligent Technology Co.,Ltd Room 201,Block A.No.1,Qianwan Road1 Qianhai Shenzhen-HONGKONG Cooperation Zone Shenzhen Guangdong 5181000 CN 48-8F-5A (hex) Routerboard.com 488F5A (base 16) Routerboard.com Mikrotikls SIA Riga Riga LV1009 LV 10-06-45 (hex) Sagemcom Broadband SAS 100645 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 00-14-C9 (hex) Brocade Communications Systems LLC 0014C9 (base 16) Brocade Communications Systems LLC 1320 Ridder Park Dr San Jose CA 95131 US 00-24-38 (hex) Brocade Communications Systems LLC 002438 (base 16) Brocade Communications Systems LLC 1320 Ridder Park Dr San Jose CA 95131 US 74-8E-F8 (hex) Brocade Communications Systems LLC 748EF8 (base 16) Brocade Communications Systems LLC 1320 Ridder Park Dr San Jose CA 95131 US 00-27-F8 (hex) Brocade Communications Systems LLC 0027F8 (base 16) Brocade Communications Systems LLC 1320 Ridder Park Dr San Jose CA 95131 US 50-EB-1A (hex) Brocade Communications Systems LLC 50EB1A (base 16) Brocade Communications Systems LLC 1320 Ridder Park Dr San Jose CA 95131 US F8-4D-FC (hex) Hangzhou Hikvision Digital Technology Co.,Ltd. F84DFC (base 16) Hangzhou Hikvision Digital Technology Co.,Ltd. No.555 Qianmo Road Hangzhou Zhejiang 310052 CN 84-9A-40 (hex) Hangzhou Hikvision Digital Technology Co.,Ltd. 849A40 (base 16) Hangzhou Hikvision Digital Technology Co.,Ltd. No.555 Qianmo Road Hangzhou Zhejiang 310052 CN D8-1F-CC (hex) Brocade Communications Systems LLC D81FCC (base 16) Brocade Communications Systems LLC 1320 Ridder Park Dr San Jose CA 95131 US C4-89-ED (hex) Solid Optics EU N.V. C489ED (base 16) Solid Optics EU N.V. De Huchtstraat 35 Almere Flevoland 1327 EC NL 60-F4-3A (hex) Edifier International 60F43A (base 16) Edifier International Suit 2207, 22nd floor, Tower II, Lippo centre, 89 Queensway Hong Kong 070 CN 58-A8-7B (hex) Fitbit, Inc. 58A87B (base 16) Fitbit, Inc. 199 Fremont Street, 14th Fl San Francisco CA 94105 US 5C-6B-D7 (hex) Foshan VIOMI Electric Appliance Technology Co. Ltd. 5C6BD7 (base 16) Foshan VIOMI Electric Appliance Technology Co. Ltd. No.2 North Xinxi Fourth Road, Xiashi Village Committee,Lunjiao Sub-district Office, Shunde District Foshan Guandong 528308 CN 18-48-CA (hex) Murata Manufacturing Co., Ltd. 1848CA (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP 90-EE-C7 (hex) Samsung Electronics Co.,Ltd 90EEC7 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 10-29-AB (hex) Samsung Electronics Co.,Ltd 1029AB (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 18-4E-CB (hex) Samsung Electronics Co.,Ltd 184ECB (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 80-22-A7 (hex) NEC Platforms, Ltd. 8022A7 (base 16) NEC Platforms, Ltd. 2-3 Kandatsukasamachi Chiyodaku Tokyo 101-8532 JP 64-E8-81 (hex) Aruba, a Hewlett Packard Enterprise Company 64E881 (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US 98-9D-5D (hex) Technicolor CH USA Inc. 989D5D (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 5C-23-16 (hex) Squirrels Research Labs LLC 5C2316 (base 16) Squirrels Research Labs LLC 8050 Freedom Ave NW Suite B North Canton OH 44720 US 04-21-44 (hex) Sunitec Enterprise Co.,Ltd 042144 (base 16) Sunitec Enterprise Co.,Ltd 3F.,No.98-1,Mincyuan Rd.Sindian City Taipei County 231 231141 CN A0-27-B6 (hex) Samsung Electronics Co.,Ltd A027B6 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 10-39-17 (hex) Samsung Electronics Co.,Ltd 103917 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 98-80-EE (hex) Samsung Electronics Co.,Ltd 9880EE (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR CC-0D-F2 (hex) Motorola Mobility LLC, a Lenovo Company CC0DF2 (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US 94-BF-94 (hex) Juniper Networks 94BF94 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 94-43-4D (hex) Ciena Corporation 94434D (base 16) Ciena Corporation 7035 Ridge Road Hanover MD 21076 US A8-40-25 (hex) Oxide Computer Company A84025 (base 16) Oxide Computer Company 1251 Park Avenue Emeryville CA 94608 US 10-65-A3 (hex) Panamax LLC 1065A3 (base 16) Panamax LLC 5919 Sea Otter Place Carlsbad CA 92010 US C8-5B-A0 (hex) Shenzhen Qihu Intelligent Technology Company Limited C85BA0 (base 16) Shenzhen Qihu Intelligent Technology Company Limited Room 201, Block A, No.1, Qianwan Road 1,Qianhai Shenzhen HongKong Modern Service Industry Cooperation Zone Shenzhen Guangdong 518057 CN E0-BE-03 (hex) Lite-On Network Communication (Dongguan) Limited E0BE03 (base 16) Lite-On Network Communication (Dongguan) Limited 30#Keji Rd,YinHu Industrial Area,Qingxi Town Dongguan City,Guang Dong China Dongguan Guang Dong 523648 CN 5C-90-12 (hex) Owl Cyber Defense Solutions, LLC 5C9012 (base 16) Owl Cyber Defense Solutions, LLC 38A Grove Street Ridgefield CT 06877 US 38-F7-CD (hex) IEEE Registration Authority 38F7CD (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 98-CB-A4 (hex) Benchmark Electronics 98CBA4 (base 16) Benchmark Electronics Free Industrial Zone, Phase 1, Bayan Lepas Penang 11900 MY 00-12-E3 (hex) Agat Soft LLC 0012E3 (base 16) Agat Soft LLC building 14, stroenie 15, room 7 Moscow Serebryakova proezd 129343 RU 00-13-51 (hex) Niles Audio Corporation 001351 (base 16) Niles Audio Corporation 5919 Sea Otter Place Carlsbad CA 92010 US 18-3C-B7 (hex) Huawei Device Co., Ltd. 183CB7 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN A4-88-73 (hex) Cisco Systems, Inc A48873 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US B8-80-4F (hex) Texas Instruments B8804F (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US FC-A5-D0 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD FCA5D0 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 04-CB-88 (hex) Shenzhen Jingxun Software Telecommunication Technology Co.,Ltd 04CB88 (base 16) Shenzhen Jingxun Software Telecommunication Technology Co.,Ltd 3/F,A5 Building Zhiyuan Community No.1001,Xueyuan Road Nanshan District Shenzhen Guangdong 518055 CN A0-62-60 (hex) Private A06260 (base 16) Private A4-BD-C4 (hex) HUAWEI TECHNOLOGIES CO.,LTD A4BDC4 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 5C-91-57 (hex) HUAWEI TECHNOLOGIES CO.,LTD 5C9157 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 48-16-93 (hex) Lear Corporation GmbH 481693 (base 16) Lear Corporation GmbH Industriestrasse 48 Kronach Bavaria 96317 DE B4-79-47 (hex) Nutanix B47947 (base 16) Nutanix 1740 Technology Drive Ste #150 San Jose CA 95110 US 04-F8-F8 (hex) Edgecore Networks Corporation 04F8F8 (base 16) Edgecore Networks Corporation 1 Creation RD 3. Hsinchu 30077 TW 38-F0-C8 (hex) Mevo Inc. 38F0C8 (base 16) Mevo Inc. 19 Morris Avenue Brooklyn NY 11205 US 5C-FE-9E (hex) Wiwynn Corporation Tainan Branch 5CFE9E (base 16) Wiwynn Corporation Tainan Branch 4F, NO. 8, Beiyuan 3rd Rd., Anding Dist., Tainan 745 TW 88-1C-95 (hex) ITEL MOBILE LIMITED 881C95 (base 16) ITEL MOBILE LIMITED RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK F4-69-42 (hex) ASKEY COMPUTER CORP F46942 (base 16) ASKEY COMPUTER CORP 10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW 24-14-07 (hex) Xiamen Sigmastar Technology Ltd. 241407 (base 16) Xiamen Sigmastar Technology Ltd. 15th Floor ,Unit A,Chuangxin Building, Software Park, Xiamen Torch Hi-Tech Industrial Development Zone, Xiamen,China Xiamen Fujian 361005 CN 08-E9-F6 (hex) AMPAK Technology,Inc. 08E9F6 (base 16) AMPAK Technology,Inc. 3F, No.15-1 Zhonghua Road, Hsinchu Industrail Park, Hukou, Hsinchu Hsinchu,Taiwan R.O.C. 30352 TW F0-2E-51 (hex) Casa Systems F02E51 (base 16) Casa Systems 18-20 Orion Road Lane Cove West LANE COVE NSW 2066 AU CC-C2-61 (hex) IEEE Registration Authority CCC261 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 74-70-FD (hex) Intel Corporate 7470FD (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 7C-2A-31 (hex) Intel Corporate 7C2A31 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY B4-6B-FC (hex) Intel Corporate B46BFC (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 14-4F-8A (hex) Intel Corporate 144F8A (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY C0-B6-F9 (hex) Intel Corporate C0B6F9 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 48-A4-72 (hex) Intel Corporate 48A472 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY D8-F2-CA (hex) Intel Corporate D8F2CA (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 48-F1-7F (hex) Intel Corporate 48F17F (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 44-56-E2 (hex) Sichuan Tianyi Comheart Telecom Co., Ltd. 4456E2 (base 16) Sichuan Tianyi Comheart Telecom Co., Ltd. No.198,First Section,Snow Mountain Avenue, Jinyuan Town, Dayi County Chengdu Sichuan 611330 CN 68-EC-C5 (hex) Intel Corporate 68ECC5 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 7C-76-35 (hex) Intel Corporate 7C7635 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 64-0B-D7 (hex) Apple, Inc. 640BD7 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A8-91-3D (hex) Apple, Inc. A8913D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 4C-C9-5E (hex) Samsung Electronics Co.,Ltd 4CC95E (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 0C-3B-50 (hex) Apple, Inc. 0C3B50 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 78-2B-46 (hex) Intel Corporate 782B46 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 34-7D-F6 (hex) Intel Corporate 347DF6 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY CC-D9-AC (hex) Intel Corporate CCD9AC (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 9C-29-76 (hex) Intel Corporate 9C2976 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY B8-9A-2A (hex) Intel Corporate B89A2A (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 58-96-1D (hex) Intel Corporate 58961D (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 74-D8-3E (hex) Intel Corporate 74D83E (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 08-D2-3E (hex) Intel Corporate 08D23E (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY A8-7E-EA (hex) Intel Corporate A87EEA (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 40-EC-99 (hex) Intel Corporate 40EC99 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY BC-54-2F (hex) Intel Corporate BC542F (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 34-CF-F6 (hex) Intel Corporate 34CFF6 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY C8-7E-A1 (hex) TCL MOKA International Limited C87EA1 (base 16) TCL MOKA International Limited 7/F, Building 22E 22 Science Park East Avenue Hong Kong 999077 HK 64-2C-0F (hex) vivo Mobile Communication Co., Ltd. 642C0F (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN A0-51-0B (hex) Intel Corporate A0510B (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY DC-FB-48 (hex) Intel Corporate DCFB48 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 84-FD-D1 (hex) Intel Corporate 84FDD1 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 40-74-E0 (hex) Intel Corporate 4074E0 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 08-71-90 (hex) Intel Corporate 087190 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 5C-CD-5B (hex) Intel Corporate 5CCD5B (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 98-AF-65 (hex) Intel Corporate 98AF65 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 40-A6-B7 (hex) Intel Corporate 40A6B7 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 0C-7A-15 (hex) Intel Corporate 0C7A15 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 54-8D-5A (hex) Intel Corporate 548D5A (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 30-66-D0 (hex) Huawei Device Co., Ltd. 3066D0 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 3C-B2-33 (hex) Huawei Device Co., Ltd. 3CB233 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 20-9E-79 (hex) Universal Electronics, Inc. 209E79 (base 16) Universal Electronics, Inc. 201 E. Sandpointe Ave Santa Ana CA 92707 US AC-5F-EA (hex) OnePlus Technology (Shenzhen) Co., Ltd AC5FEA (base 16) OnePlus Technology (Shenzhen) Co., Ltd 18C02, 18C03, 18C04 ,18C05,TAIRAN BUILDING, Shenzhen Guangdong 518000 CN 04-4A-C6 (hex) Aipon Electronics Co., Ltd 044AC6 (base 16) Aipon Electronics Co., Ltd #78, Qiaojiao Dong road, Qiaolong, Tangxia Town Dongguan City Guangdong Province 523-710 CN 5C-D5-B5 (hex) Shenzhen WiSiYiLink Technology Co.,Ltd 5CD5B5 (base 16) Shenzhen WiSiYiLink Technology Co.,Ltd Building a 3, huafengzhigu Yuanshan hi tech Industrial Park, No.62, Yinhe Road, he'ao community, Yuanshan street, Longgang District Shenzhen 518100 CN 88-94-8F (hex) Xi'an Zhisensor Technologies Co.,Ltd 88948F (base 16) Xi'an Zhisensor Technologies Co.,Ltd No.52 Jinye 1st Road Xi'an,Shaanxi,China Xi an Xi an High-Tech Zone 710077 CN 18-95-52 (hex) 1MORE 189552 (base 16) 1MORE TianliaoBuilding F14, New Materials Industrial Park, Xueyuan Blvd?Nanshan Shenzhen Guangdong 518055 CN C0-FF-A8 (hex) HUAWEI TECHNOLOGIES CO.,LTD C0FFA8 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN C0-51-7E (hex) Hangzhou Hikvision Digital Technology Co.,Ltd. C0517E (base 16) Hangzhou Hikvision Digital Technology Co.,Ltd. No.555 Qianmo Road Hangzhou Zhejiang 310052 CN FC-14-99 (hex) Aimore Acoustics Incorporation FC1499 (base 16) Aimore Acoustics Incorporation 16F,Tianliao Building(New Material industrial Park), Xueyuan Avenue, Nanshan District Shenzhen Guangdong 518055 CN 98-C7-A4 (hex) Shenzhen HS Fiber Communication Equipment CO., LTD 98C7A4 (base 16) Shenzhen HS Fiber Communication Equipment CO., LTD 6F, Bld#A, Dezhong Industrial Park, Yangmei Village, Bantian Town, Longgang District Shenzhen Guangdong 518129 CN 00-BE-D5 (hex) New H3C Technologies Co., Ltd 00BED5 (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN 00-02-C4 (hex) OPT Machine Vision Tech Co., Ltd 0002C4 (base 16) OPT Machine Vision Tech Co., Ltd no. 8 JInSheng Road, JinXia Zone, Chang'An Town Dongguan Guangdong 523000 CN AC-F1-08 (hex) LG Innotek ACF108 (base 16) LG Innotek 26, Hanamsandan 5beon-ro Gwangju Gwangsan-gu 506-731 KR 08-ED-9D (hex) TECNO MOBILE LIMITED 08ED9D (base 16) TECNO MOBILE LIMITED ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK E8-6D-CB (hex) Samsung Electronics Co.,Ltd E86DCB (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 30-49-50 (hex) IEEE Registration Authority 304950 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 00-05-C9 (hex) LG Innotek 0005C9 (base 16) LG Innotek LG Component R&D Center Ansan-si Gyeonggi-do 426-791 KR 0C-DC-7E (hex) Espressif Inc. 0CDC7E (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 20-98-D8 (hex) Shenzhen Yingdakang Technology CO., LTD 2098D8 (base 16) Shenzhen Yingdakang Technology CO., LTD 8004,Building 51,Block 2,Shangtang Songzi Park, MinZhi St., Longhua Dist Shenzhen 518055 CN 7C-C7-7E (hex) Fiberhome Telecommunication Technologies Co.,LTD 7CC77E (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN A0-CF-F5 (hex) zte corporation A0CFF5 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 1C-01-2D (hex) Ficer Technology 1C012D (base 16) Ficer Technology 2F, No.138, Daye Rd., Beitou Dist., Taipei City 11268 TW 3C-A6-2F (hex) AVM Audiovisuelles Marketing und Computersysteme GmbH 3CA62F (base 16) AVM Audiovisuelles Marketing und Computersysteme GmbH Alt-Moabit 95 Berlin Berlin 10559 DE 98-B3-EF (hex) Huawei Device Co., Ltd. 98B3EF (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 50-F9-58 (hex) Huawei Device Co., Ltd. 50F958 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN C0-A3-6E (hex) BSkyB Ltd C0A36E (base 16) BSkyB Ltd 130 Kings Road Brentwood Essex 08854 GB 60-32-B1 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 6032B1 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 7C-FD-6B (hex) Xiaomi Communications Co Ltd 7CFD6B (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN E4-1F-7B (hex) Cisco Systems, Inc E41F7B (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 18-26-49 (hex) Intel Corporate 182649 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 88-03-E9 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 8803E9 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 34-58-40 (hex) HUAWEI TECHNOLOGIES CO.,LTD 345840 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 5C-64-7A (hex) HUAWEI TECHNOLOGIES CO.,LTD 5C647A (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN BC-7F-7B (hex) Huawei Device Co., Ltd. BC7F7B (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN F0-FA-C7 (hex) Huawei Device Co., Ltd. F0FAC7 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN DC-EF-80 (hex) HUAWEI TECHNOLOGIES CO.,LTD DCEF80 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN B4-6F-2D (hex) Wahoo Fitness B46F2D (base 16) Wahoo Fitness 90 W Wieuca Rd, Suite 110 Atlanta GA 30342 US 5C-85-7E (hex) IEEE Registration Authority 5C857E (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 84-6B-48 (hex) ShenZhen EepuLink Co., Ltd. 846B48 (base 16) ShenZhen EepuLink Co., Ltd. 4th Floor, Building 3, Nangang 1st industrial zone, Xili street, Nanshan district, ShenZhen Guangdong 518000 CN B4-60-ED (hex) Beijing Xiaomi Mobile Software Co., Ltd B460ED (base 16) Beijing Xiaomi Mobile Software Co., Ltd The Rainbow City Office Building, 68 Qinghe Middle Street Haidian District Beijing Beijing 100085 CN 30-CC-21 (hex) zte corporation 30CC21 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 64-6C-80 (hex) CHONGQING FUGUI ELECTRONICS CO.,LTD. 646C80 (base 16) CHONGQING FUGUI ELECTRONICS CO.,LTD. Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN 08-9E-01 (hex) Quanta Computer Inc. 089E01 (base 16) Quanta Computer Inc. No.211, Wen Hwa 2nd Rd Taoyuan Taiwan 33377 TW A8-1E-84 (hex) Quanta Computer Inc. A81E84 (base 16) Quanta Computer Inc. No.211, Wen Hwa 2nd Rd., Kuei Shan Hsiang Tao Yuan 33377 TW C0-18-50 (hex) Quanta Computer Inc. C01850 (base 16) Quanta Computer Inc. No. 211, Wen-Hwa 2nd Rd.,Kuei-Shan Dist. Taoyuan City Taiwan 33377 TW 44-27-F3 (hex) 70mai Co.,Ltd. 4427F3 (base 16) 70mai Co.,Ltd. Room 2220, building 2, No. 588, Zixing road Shanghai MinHang District 201100 CN 04-7D-7B (hex) Quanta Computer Inc. 047D7B (base 16) Quanta Computer Inc. NO. 211, WEN HWA 2RD.,KUEI SHAN HSIANG, TAO YUAN SHIEN, TAIPEI TAIWAN 333 TW 00-25-DC (hex) Sumitomo Electric Industries, Ltd 0025DC (base 16) Sumitomo Electric Industries, Ltd 1-1-3, Shimaya, Konohana-ku Osaka 554-0024 JP D4-F3-37 (hex) Xunison Ltd. D4F337 (base 16) Xunison Ltd. 25 Kilbarbery Business Park, Upper Nangor Road Dublin 22 Co. Dublin D22 NH32 IE 48-A2-B8 (hex) Chengdu Vision-Zenith Tech.Co,.Ltd 48A2B8 (base 16) Chengdu Vision-Zenith Tech.Co,.Ltd China (Sichuan) Free Trade Test Zone Chengdu Hi-tech Zone 300 Jiaozi Avenue 3 buildings 22 Chengdu Sichuan 610041 CN C0-B8-E6 (hex) Ruijie Networks Co.,LTD C0B8E6 (base 16) Ruijie Networks Co.,LTD No. 2, 7th floor, xingwangruijie, haixi hi-tech industrial park, high-tech zone, fuzhou city Fuzhou Fujian 350002 CN 8C-94-1F (hex) Cisco Systems, Inc 8C941F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 68-7D-B4 (hex) Cisco Systems, Inc 687DB4 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 58-E8-73 (hex) HANGZHOU DANGBEI NETWORK TECH.Co.,Ltd 58E873 (base 16) HANGZHOU DANGBEI NETWORK TECH.Co.,Ltd Build C,Wanfu Center,Binkang Road No.228,Binjiang Area China 210051 CN B0-30-C8 (hex) Teal Drones, Inc. B030C8 (base 16) Teal Drones, Inc. 5200 South Highland Drive Holladay UT 84117 US DC-41-A9 (hex) Intel Corporate DC41A9 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 08-8F-2C (hex) Amber Technology Ltd. 088F2C (base 16) Amber Technology Ltd. Unit 1, 2 Daydream Street Warriewood New South Wales 2102 AU A8-35-12 (hex) Huawei Device Co., Ltd. A83512 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN D4-A6-51 (hex) HANGZHOU AIXIANGJI TECHNOLOGY CO., LTD D4A651 (base 16) HANGZHOU AIXIANGJI TECHNOLOGY CO., LTD 34/F.,ICBC Tower,3 Garden Road, Central, Hong Kong. Hong Kong Central Garden Road 510031 CN 90-F6-44 (hex) Huawei Device Co., Ltd. 90F644 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 44-AF-28 (hex) Intel Corporate 44AF28 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 6C-44-2A (hex) HUAWEI TECHNOLOGIES CO.,LTD 6C442A (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN A4-7C-C9 (hex) HUAWEI TECHNOLOGIES CO.,LTD A47CC9 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN C4-0D-96 (hex) HUAWEI TECHNOLOGIES CO.,LTD C40D96 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN A0-68-1C (hex) GD Midea Air-Conditioning Equipment Co.,Ltd. A0681C (base 16) GD Midea Air-Conditioning Equipment Co.,Ltd. Midea Global Innovation Center,Beijiao Town,Shunde Foshan Guangdong 528311 CN 84-2A-FD (hex) HP Inc. 842AFD (base 16) HP Inc. 10300 Energy Dr Spring TX 77389 US F8-5C-7D (hex) Shenzhen Honesty Electronics Co.,Ltd. F85C7D (base 16) Shenzhen Honesty Electronics Co.,Ltd. 5/F,Zone B,Chitat Industrial Park,West Longping Road, Longgang District,Shenzhen City Shenzhen Guangdong 518172 CN 84-80-94 (hex) Meter, Inc. 848094 (base 16) Meter, Inc. 148 Townsend St San Francisco CA 94107 US 10-B3-D5 (hex) Cisco Systems, Inc 10B3D5 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 30-A2-C2 (hex) Huawei Device Co., Ltd. 30A2C2 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN DC-DF-D6 (hex) zte corporation DCDFD6 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN AC-A8-8E (hex) SHARP Corporation ACA88E (base 16) SHARP Corporation 1 Takumi-cho, Sakai-ku Sakai City Osaka 590-8522 JP 98-41-5C (hex) Nintendo Co.,Ltd 98415C (base 16) Nintendo Co.,Ltd 11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP F0-4F-7C (hex) Private F04F7C (base 16) Private 70-54-25 (hex) ARRIS Group, Inc. 705425 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 5C-0B-CA (hex) Tunstall Nordic AB 5C0BCA (base 16) Tunstall Nordic AB Agnesfridsvagen 113A Malmo 21237 SE 28-33-34 (hex) Huawei Device Co., Ltd. 283334 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN F0-A2-25 (hex) Private F0A225 (base 16) Private 50-A1-32 (hex) Shenzhen MiaoMing Intelligent Technology Co.,Ltd 50A132 (base 16) Shenzhen MiaoMing Intelligent Technology Co.,Ltd Chudong science and technology park, 111 shaxin road, tangxia town, dongguan city guangdong province 523710 CN 80-78-71 (hex) ASKEY COMPUTER CORP 807871 (base 16) ASKEY COMPUTER CORP 10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW 4C-B1-CD (hex) Ruckus Wireless 4CB1CD (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US F4-9C-12 (hex) Structab AB F49C12 (base 16) Structab AB Slotsmöllan 14B HALMSTAD 30231 SE 88-51-7A (hex) HMD Global Oy 88517A (base 16) HMD Global Oy Bertel Jungin aukio 9 Espoo 02600 FI AC-B3-B5 (hex) HUAWEI TECHNOLOGIES CO.,LTD ACB3B5 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 08-3A-88 (hex) Universal Global Scientific Industrial Co., Ltd. 083A88 (base 16) Universal Global Scientific Industrial Co., Ltd. 141, Lane 351, Taiping Road, Sec.1,Tsao Tuen Nan-Tou Taiwan 54261 TW 08-31-8B (hex) HUAWEI TECHNOLOGIES CO.,LTD 08318B (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN F4-B6-88 (hex) PLANTRONICS, INC. F4B688 (base 16) PLANTRONICS, INC. 345 ENCINAL STREET SANTA CRUZ CA 95060 US 4C-7A-48 (hex) Nippon Seiki (Europe) B.V. 4C7A48 (base 16) Nippon Seiki (Europe) B.V. Antareslaan 27 Hoofddorp 2132 NL 84-D1-5A (hex) TCT mobile ltd 84D15A (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN 04-7F-0E (hex) Barrot Technology Limited 047F0E (base 16) Barrot Technology Limited C7-1-1,East Area, No.2,Shangdi Xinxi Road, Haidian District Beijing 100085 CN B8-F6-53 (hex) Shenzhen Jingxun Software Telecommunication Technology Co.,Ltd B8F653 (base 16) Shenzhen Jingxun Software Telecommunication Technology Co.,Ltd 3/F,A5 Building Zhiyuan Community No.1001,Xueyuan Road Nanshan District Shenzhen Guangdong 518055 CN 60-AB-14 (hex) LG Innotek 60AB14 (base 16) LG Innotek 26, Hanamsandan 5beon-ro Gwangju Gwangsan-gu 506-731 KR BC-62-D2 (hex) Genexis International B.V. BC62D2 (base 16) Genexis International B.V. Waldfeuchterbaan 124 Maria Hoop Maria Hoop 6105 BP NL 6C-9E-7C (hex) Fiberhome Telecommunication Technologies Co.,LTD 6C9E7C (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 44-D5-F2 (hex) IEEE Registration Authority 44D5F2 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 00-0C-86 (hex) Cisco Systems, Inc 000C86 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US F8-3C-BF (hex) BOTATO ELECTRONICS SDN BHD F83CBF (base 16) BOTATO ELECTRONICS SDN BHD c-1-2, JALAN BK5A/2B 47180,BANDAR KINRARA PUCHONG SELANGOR 47180 MY FC-58-9A (hex) Cisco Systems, Inc FC589A (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US F0-86-20 (hex) Arcadyan Corporation F08620 (base 16) Arcadyan Corporation No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW DC-CC-8D (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. DCCC8D (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY F0-5C-77 (hex) Google, Inc. F05C77 (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US 11-11-11 (hex) Private 111111 (base 16) Private 6C-D7-1F (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 6CD71F (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN F0-68-65 (hex) Taicang T&W Electronics F06865 (base 16) Taicang T&W Electronics 89# Jiang Nan RD Suzhou Jiangsu 215412 CN A4-63-A1 (hex) Inventus Power Eletronica do Brasil LTDA A463A1 (base 16) Inventus Power Eletronica do Brasil LTDA Av Buriti, 4285 Distrito Industrial Manaus Amazonas 69075000 BR 3C-9D-56 (hex) HUAWEI TECHNOLOGIES CO.,LTD 3C9D56 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 70-FD-45 (hex) HUAWEI TECHNOLOGIES CO.,LTD 70FD45 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 44-67-47 (hex) HUAWEI TECHNOLOGIES CO.,LTD 446747 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 88-4A-70 (hex) Wacom Co.,Ltd. 884A70 (base 16) Wacom Co.,Ltd. Sumitomo Fudosan Shinjuku Grand Tower 31F,8-17-1 Nishi-shinjuku,Shinjuku-ku Tokyo 160-6131 JP F4-B5-BB (hex) CERAGON NETWORKS F4B5BB (base 16) CERAGON NETWORKS 24 RAUEL WALLENBERG STREET TEL-AVIV 96719 IL 50-7A-C5 (hex) Apple, Inc. 507AC5 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 4C-6B-E8 (hex) Apple, Inc. 4C6BE8 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 8C-86-1E (hex) Apple, Inc. 8C861E (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 54-2B-8D (hex) Apple, Inc. 542B8D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-1D-29 (hex) Doro AB 001D29 (base 16) Doro AB Magistratsvägen 10 Lund 226 43 SE EC-A5-DE (hex) ONYX WIFI Inc ECA5DE (base 16) ONYX WIFI Inc 9891 Irvine Center Drive, Suite 200 Irvine 92618 US 8C-49-62 (hex) Roku, Inc 8C4962 (base 16) Roku, Inc 150 Winchester Circle Los Gatos CA 95032 US 10-33-BF (hex) Technicolor CH USA Inc. 1033BF (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 34-75-63 (hex) SHENZHEN RF-LINK TECHNOLOGY CO.,LTD. 347563 (base 16) SHENZHEN RF-LINK TECHNOLOGY CO.,LTD. Bldg56A,6/F,Baotian Rd3,Xixiang Town,Baoan District, Shenzhen Guangdong 518000 CN 14-2E-5E (hex) Sercomm Corporation. 142E5E (base 16) Sercomm Corporation. 3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW 00-25-CB (hex) Reiner SCT 0025CB (base 16) Reiner SCT Reiner Kartengeräte GmbH & Co. KG. Furtwangen 78120 DE 44-23-7C (hex) Beijing Xiaomi Mobile Software Co., Ltd 44237C (base 16) Beijing Xiaomi Mobile Software Co., Ltd The Rainbow City Office Building, 68 Qinghe Middle Street Haidian District Beijing Beijing 100085 CN C0-64-E4 (hex) Cisco Systems, Inc C064E4 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 50-80-4A (hex) Quectel Wireless Solutions Co., Ltd. 50804A (base 16) Quectel Wireless Solutions Co., Ltd. 7th Floor, Hongye Building, No.1801 Hongmei Road, Xuhui District Shanghai 200233 CN 30-94-35 (hex) vivo Mobile Communication Co., Ltd. 309435 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN D4-4B-B6 (hex) Zhejiang Tmall Technology Co., Ltd. D44BB6 (base 16) Zhejiang Tmall Technology Co., Ltd. Ali Center,No.3331 Keyuan South RD (Shenzhen bay), Nanshan District, Shenzhen Guangdong province Shenzhen GuangDong 518000 CN 38-18-4C (hex) Sony Home Entertainment&Sound Products Inc 38184C (base 16) Sony Home Entertainment&Sound Products Inc Sony City Osaki 2-10-1 Osaki Shinagawa-ku Tokyo Japan 141-8610 JP D8-2F-E6 (hex) Zhejiang Tmall Technology Co., Ltd. D82FE6 (base 16) Zhejiang Tmall Technology Co., Ltd. Ali Center,No.3331 Keyuan South RD (Shenzhen bay), Nanshan District, Shenzhen Guangdong province Shenzhen GuangDong 518000 CN 14-0F-42 (hex) Nokia 140F42 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 00-6D-61 (hex) Guangzhou V-SOLUTION Electronic Technology Co., Ltd. 006D61 (base 16) Guangzhou V-SOLUTION Electronic Technology Co., Ltd. Room 601,Originality Building B2, NO.162 Science Avenue,Science Town Guangzhou Guangdong 510663 CN C4-AC-59 (hex) Murata Manufacturing Co., Ltd. C4AC59 (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP 58-16-D7 (hex) ALPS ELECTRIC CO., LTD. 5816D7 (base 16) ALPS ELECTRIC CO., LTD. nishida 6-1 Kakuda-City Miyagi-Pref 981-1595 JP FC-A4-7A (hex) IEEE Registration Authority FCA47A (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US E4-19-C1 (hex) HUAWEI TECHNOLOGIES CO.,LTD E419C1 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN B8-66-85 (hex) Sagemcom Broadband SAS B86685 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 38-1A-52 (hex) Seiko Epson Corporation 381A52 (base 16) Seiko Epson Corporation 2070 Kotobuki Koaka Matsumoto-shi Nagano-ken 399-8702 JP 00-0A-17 (hex) NESTAR COMMUNICATIONS, INC 000A17 (base 16) NESTAR COMMUNICATIONS, INC No.6,19 Lane Bade Road HSINCHU 300 TW D8-AF-81 (hex) ZAO NPK Rotek D8AF81 (base 16) ZAO NPK Rotek Filippovskiy per., 8/1 Moscow 119019 RU E4-FD-A1 (hex) HUAWEI TECHNOLOGIES CO.,LTD E4FDA1 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN B4-52-A9 (hex) Texas Instruments B452A9 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 54-EF-44 (hex) Lumi United Technology Co., Ltd 54EF44 (base 16) Lumi United Technology Co., Ltd 8th Floor, JinQi Wisdom Valley, No.1 TangLing Road, LinXian Ave, Taoyuan Residential District,Nanshan District ShenZhen GuangDong 518055 CN 40-2B-50 (hex) ARRIS Group, Inc. 402B50 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 78-CC-2B (hex) SINEWY TECHNOLOGY CO., LTD 78CC2B (base 16) SINEWY TECHNOLOGY CO., LTD 2F., No.179, Dongmin Rd. Toufen City, Miaoli County 351 TW B8-07-56 (hex) Cisco Meraki B80756 (base 16) Cisco Meraki 500 Terry A. Francois Blvd San Francisco null 94158 US D0-C8-57 (hex) IEEE Registration Authority D0C857 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US FC-BC-D1 (hex) HUAWEI TECHNOLOGIES CO.,LTD FCBCD1 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 74-60-FA (hex) HUAWEI TECHNOLOGIES CO.,LTD 7460FA (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN CC-3A-DF (hex) Private CC3ADF (base 16) Private 38-EF-E3 (hex) INGENICO TERMINALS SAS 38EFE3 (base 16) INGENICO TERMINALS SAS 28-32 BOULEVARD DE GRENELLE PARIS 75015 FR 50-D4-F7 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 50D4F7 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 00-1F-47 (hex) MCS Logic Inc. 001F47 (base 16) MCS Logic Inc. 6F. Samho Center B Bldg., 275-6 Seoul 137-941 KR 8C-FD-18 (hex) HUAWEI TECHNOLOGIES CO.,LTD 8CFD18 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN B4-54-59 (hex) China Mobile (Hangzhou) Information Technology Co., Ltd. B45459 (base 16) China Mobile (Hangzhou) Information Technology Co., Ltd. No. 1600 Yuhangtang Road, Wuchang Street, Yuhang District Hangzhou Zhejiang 310000 CN 00-09-70 (hex) Vibration Research Corporation 000970 (base 16) Vibration Research Corporation 2385 Wilshere Drive Jenison MI 49428 US 14-A2-A0 (hex) Cisco Systems, Inc 14A2A0 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US E4-AB-89 (hex) MitraStar Technology Corp. E4AB89 (base 16) MitraStar Technology Corp. No. 6, Innovation Road II, Hsinchu 300 TW 78-C3-13 (hex) China Mobile Group Device Co.,Ltd. 78C313 (base 16) China Mobile Group Device Co.,Ltd. 32 Xuanwumen West Street,Xicheng District Beijing 100053 CN 74-34-AE (hex) this is engineering Inc. 7434AE (base 16) this is engineering Inc. 352, 815 Daewangpangyo-ro, Sujeong-gu Seongnam-si Gyeonggi-do 13449 KR 74-AD-B7 (hex) China Mobile Group Device Co.,Ltd. 74ADB7 (base 16) China Mobile Group Device Co.,Ltd. 32 Xuanwumen West Street Beijing 100053 CN 60-95-CE (hex) IEEE Registration Authority 6095CE (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 8C-E5-C0 (hex) Samsung Electronics Co.,Ltd 8CE5C0 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR F0-8A-76 (hex) Samsung Electronics Co.,Ltd F08A76 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR EC-AA-25 (hex) Samsung Electronics Co.,Ltd ECAA25 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 68-7D-6B (hex) Samsung Electronics Co.,Ltd 687D6B (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 48-51-69 (hex) Samsung Electronics Co.,Ltd 485169 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR C4-06-83 (hex) HUAWEI TECHNOLOGIES CO.,LTD C40683 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 94-D0-0D (hex) HUAWEI TECHNOLOGIES CO.,LTD 94D00D (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN C4-8A-5A (hex) JFCONTROL C48A5A (base 16) JFCONTROL 1449-37 Seoburo Suwon Gyunggi-do 16643 KR B4-9A-95 (hex) Shenzhen Boomtech Industrial Corporation B49A95 (base 16) Shenzhen Boomtech Industrial Corporation 2F, Block E, Bao'an Intelligent Valley, Yingtian Road No.4 Xixiang Sub-District Office, Bao'an District Shenzhen Guangdong 518102 CN AC-83-E9 (hex) Beijing Zile Technology Co., Ltd AC83E9 (base 16) Beijing Zile Technology Co., Ltd Tecent WeWork, Huilongguan East Avenue, Changping District Beijing Beijing 100096 CN D8-CA-06 (hex) Titan DataCenters France D8CA06 (base 16) Titan DataCenters France E.SpacePark 45 Allee des ormes mougins 06250 FR 1C-20-DB (hex) HUAWEI TECHNOLOGIES CO.,LTD 1C20DB (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN D0-C6-5B (hex) HUAWEI TECHNOLOGIES CO.,LTD D0C65B (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 90-78-B2 (hex) Xiaomi Communications Co Ltd 9078B2 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN B4-CF-E0 (hex) Sichuan tianyi kanghe communications co., LTD B4CFE0 (base 16) Sichuan tianyi kanghe communications co., LTD No.198, section 1, xueshan avenue, jinyuan town, dayi county chengdu sichuan 611330 CN BC-7F-A4 (hex) Xiaomi Communications Co Ltd BC7FA4 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN FC-49-2D (hex) Amazon Technologies Inc. FC492D (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 74-EE-2A (hex) SHENZHEN BILIAN ELECTRONIC CO.,LTD 74EE2A (base 16) SHENZHEN BILIAN ELECTRONIC CO.,LTD NO.268, Fuqian Rd, Jutang community, Guanlan Town, Longhua New district shenzhen guangdong 518000 CN 08-7E-64 (hex) Technicolor CH USA Inc. 087E64 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 08-00-39 (hex) SPIDER SYSTEMS LIMITED 080039 (base 16) SPIDER SYSTEMS LIMITED SPIDER PARK SCOTLAND GB 90-47-3C (hex) China Mobile Group Device Co.,Ltd. 90473C (base 16) China Mobile Group Device Co.,Ltd. 32 Xuanwumen West Street,Xicheng District Beijing 100053 CN 88-9E-33 (hex) TCT mobile ltd 889E33 (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN 6C-8A-EC (hex) Nantong Coship Electronics Co., Ltd. 6C8AEC (base 16) Nantong Coship Electronics Co., Ltd. No.188 Xinsheng Road Nantong Jiangsu 226001 CN 84-C2-E4 (hex) Jiangsu Qinheng Co., Ltd. 84C2E4 (base 16) Jiangsu Qinheng Co., Ltd. No. 18, Ningshuang Road Nanjing Jiangsu 210012 CN 7C-21-D8 (hex) Shenzhen Think Will Communication Technology co., LTD. 7C21D8 (base 16) Shenzhen Think Will Communication Technology co., LTD. 16F,Block A,Central Plaza,No.2002,Baoyuan Rd.,Baoan District Shenzhen 518101 CN FC-EA-50 (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. FCEA50 (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY 00-E0-6B (hex) W&G SPECIAL PRODUCTS 00E06B (base 16) W&G SPECIAL PRODUCTS SCEINCE PARK EINDHOVIN 5049 NL 04-5C-6C (hex) Juniper Networks 045C6C (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US D8-F1-5B (hex) Espressif Inc. D8F15B (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN D4-F0-57 (hex) Nintendo Co.,Ltd D4F057 (base 16) Nintendo Co.,Ltd 11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP 6C-F1-7E (hex) Zhejiang Uniview Technologies Co.,Ltd. 6CF17E (base 16) Zhejiang Uniview Technologies Co.,Ltd. No.88,Jiangling Road Hangzhou Zhejiang,P.R.China 310051 CN 08-3A-2F (hex) Guangzhou Juan Intelligent Tech Joint Stock Co.,Ltd 083A2F (base 16) Guangzhou Juan Intelligent Tech Joint Stock Co.,Ltd NO.9, street 3, HengLing industrial zone, Tangdong, tianhe district Guangzhou Guangdong CN 510000 CN 1C-3A-60 (hex) Ruckus Wireless 1C3A60 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US D4-35-1D (hex) Technicolor D4351D (base 16) Technicolor Prins Boudewijnlaan 47 Edegem - Belgium B-2650 BE 60-09-C3 (hex) u-blox AG 6009C3 (base 16) u-blox AG Zuercherstrasse 68 Thalwil 8800 CH 48-87-64 (hex) vivo Mobile Communication Co., Ltd. 488764 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 5C-1C-B9 (hex) vivo Mobile Communication Co., Ltd. 5C1CB9 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN C0-FD-84 (hex) zte corporation C0FD84 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 44-4B-7E (hex) Fiberhome Telecommunication Technologies Co.,LTD 444B7E (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN DC-8C-37 (hex) Cisco Systems, Inc DC8C37 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US E8-D0-FC (hex) Liteon Technology Corporation E8D0FC (base 16) Liteon Technology Corporation 4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW E8-E8-B7 (hex) Murata Manufacturing Co., Ltd. E8E8B7 (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP 10-3D-3E (hex) China Mobile Group Device Co.,Ltd. 103D3E (base 16) China Mobile Group Device Co.,Ltd. 32 Xuanwumen West Street,Xicheng District Beijing 100053 CN 7C-50-DA (hex) Private 7C50DA (base 16) Private 64-CC-22 (hex) Arcadyan Corporation 64CC22 (base 16) Arcadyan Corporation No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW 4C-91-57 (hex) Fujian LANDI Commercial Equipment Co.,Ltd 4C9157 (base 16) Fujian LANDI Commercial Equipment Co.,Ltd Building 17,the 1st Section ,Fuzhou Software Park No.89 Software Road Fuzhou ,Fujian 350003 CN 9C-25-BE (hex) Wildlife Acoustics, Inc. 9C25BE (base 16) Wildlife Acoustics, Inc. 3 Mill and Main Place, Suite 210 MAYNARD MA 01754 US D0-39-EA (hex) NetApp D039EA (base 16) NetApp 1395 Crossman Ave Sunnyvale, CA 94089 US F8-DF-E1 (hex) MyLight Systems F8DFE1 (base 16) MyLight Systems 290 rue Ferdinand Perrier Saint Priest 69800 FR 60-D2-DD (hex) Shenzhen Baitong Putian Technology Co.,Ltd. 60D2DD (base 16) Shenzhen Baitong Putian Technology Co.,Ltd. 501,5/F,Building 1,No.2,Lianwei Street,Hualian Community,Longhua Street Longhua District Shenzhen Guangdong 518109 CN 78-8C-77 (hex) LEXMARK INTERNATIONAL, INC. 788C77 (base 16) LEXMARK INTERNATIONAL, INC. 740 NEW CIRCLE ROAD LEXINGTON KY 40550 US 3C-0C-7D (hex) Tiny Mesh AS 3C0C7D (base 16) Tiny Mesh AS Elisabeth von Hübschs gate 6 MOSS 1534 NO 34-76-C5 (hex) I-O DATA DEVICE,INC. 3476C5 (base 16) I-O DATA DEVICE,INC. 3-10, SAKURADA-MACHI KANAZAWA ISHIKAWA 920-8512 JP 24-DA-33 (hex) HUAWEI TECHNOLOGIES CO.,LTD 24DA33 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN FC-AB-90 (hex) HUAWEI TECHNOLOGIES CO.,LTD FCAB90 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 58-93-D8 (hex) Texas Instruments 5893D8 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 50-51-A9 (hex) Texas Instruments 5051A9 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US A4-97-5C (hex) VTech Telecommunications Ltd. A4975C (base 16) VTech Telecommunications Ltd. 23/F,Tai Ping Industrial Centre ,Block 1 Hong Kong 000000 CN B0-2A-1F (hex) Wingtech Group (HongKong)Limited B02A1F (base 16) Wingtech Group (HongKong)Limited FLAT/RM 1903 19/F PODIUM PLAZA 5HANOI ROAD TSIM SHA TSUI Hong Kong Hong Kong 999077 HK DC-68-0C (hex) Hewlett Packard Enterprise DC680C (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US F4-02-70 (hex) Dell Inc. F40270 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 1C-27-04 (hex) zte corporation 1C2704 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 50-78-B3 (hex) zte corporation 5078B3 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN F0-D4-F7 (hex) varram system F0D4F7 (base 16) varram system 57, TECHNO 11-RO,YUSEONG-GU, DAEJEON, KOREA DAEJEON 34036 KR E0-CC-7A (hex) HUAWEI TECHNOLOGIES CO.,LTD E0CC7A (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 6C-23-CB (hex) Wattty Corporation 6C23CB (base 16) Wattty Corporation 2-15-31 takaokanishi nakaku hamamatsushi shizuokaken 4338118 JP 60-AB-67 (hex) Xiaomi Communications Co Ltd 60AB67 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN AC-71-0C (hex) China Mobile Group Device Co.,Ltd. AC710C (base 16) China Mobile Group Device Co.,Ltd. 32 Xuanwumen West Street,Xicheng District Beijing 100053 CN A8-DB-03 (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) A8DB03 (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak SEMTHAI, WELLGROW INDUSTRIAL ESTATE Bangpakong Chachoengsao 24180 TH 30-89-44 (hex) DEVA Broadcast Ltd. 308944 (base 16) DEVA Broadcast Ltd. Alexander Stamboliyski 65 Burgas Burgas 8000 BG F4-79-60 (hex) HUAWEI TECHNOLOGIES CO.,LTD F47960 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 14-52-90 (hex) KNS Group LLC (YADRO Company) 145290 (base 16) KNS Group LLC (YADRO Company) Spartakovskaya sq., 14, bl. 1 Moscow 105082 RU 5C-32-C5 (hex) Teracom Ltd. 5C32C5 (base 16) Teracom Ltd. 11 Vasil Levski blvd. Ruse 7019 BG AC-EE-70 (hex) Fontem Ventures BV ACEE70 (base 16) Fontem Ventures BV Motion Building 8F, Radarweg 60 Amsterdam Noord-Holland 1043NT NL AC-E2-D3 (hex) Hewlett Packard ACE2D3 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston TX 77070 US 00-FD-22 (hex) Cisco Systems, Inc 00FD22 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 44-18-FD (hex) Apple, Inc. 4418FD (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-B6-00 (hex) VOIM Co., Ltd. 00B600 (base 16) VOIM Co., Ltd. 70, Seotan-ro, Jinwi-myeon Pyeongtaek-si Gyeonggi-do 17706 KR 98-FA-9B (hex) LCFC(HeFei) Electronics Technology co., ltd 98FA9B (base 16) LCFC(HeFei) Electronics Technology co., ltd YunGu Road 3188-1 Hefei Anhui 230000 CN 00-5B-94 (hex) Apple, Inc. 005B94 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E0-89-7E (hex) Apple, Inc. E0897E (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US B0-0C-D1 (hex) Hewlett Packard B00CD1 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 48-46-C1 (hex) FN-LINK TECHNOLOGY LIMITED 4846C1 (base 16) FN-LINK TECHNOLOGY LIMITED A Building,HuiXin industial park,No 31, YongHe road, Fuyong town, Bao'an District SHENZHEN GUANGDONG 518100 CN B4-D0-A9 (hex) China Mobile Group Device Co.,Ltd. B4D0A9 (base 16) China Mobile Group Device Co.,Ltd. 32 Xuanwumen West Street,Xicheng District Beijing 100053 CN FC-29-F3 (hex) McPay Co.,LTD. FC29F3 (base 16) McPay Co.,LTD. No.801, 61, Digital-ro 31-gil, Guro-gu Seoul 08375 KR F8-AF-DB (hex) Fiberhome Telecommunication Technologies Co.,LTD F8AFDB (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN A0-BD-1D (hex) Zhejiang Dahua Technology Co., Ltd. A0BD1D (base 16) Zhejiang Dahua Technology Co., Ltd. No.1199,Waterfront Road Hangzhou Zhejiang 310053 CN E4-9F-1E (hex) ARRIS Group, Inc. E49F1E (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-26-15 (hex) Teracom Limited 002615 (base 16) Teracom Limited B-84 Noida Uttar Pradesh 201301 IN 9C-8E-DC (hex) Teracom Limited 9C8EDC (base 16) Teracom Limited 123456 Noida Uttar Pradesh 201301 IN 00-01-91 (hex) SYRED Data Systems 000191 (base 16) SYRED Data Systems 272 Lanes Mill Road Howell NJ 07731 US AC-D5-64 (hex) CHONGQING FUGUI ELECTRONICS CO.,LTD. ACD564 (base 16) CHONGQING FUGUI ELECTRONICS CO.,LTD. Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN 94-D0-75 (hex) CIS Crypto 94D075 (base 16) CIS Crypto Nauchnyy proezd 6 Moscow 117246 RU 28-B4-FB (hex) Sprocomm Technologies CO.,LTD. 28B4FB (base 16) Sprocomm Technologies CO.,LTD. 5D F1.6 Block,Tianfa Building,Tianan Chegongmiao Industrial park,Futian Dist shenzhen guangdong 518000 CN 40-F9-D5 (hex) Tecore Networks 40F9D5 (base 16) Tecore Networks 7030 Hi Tech Drive Hanover MD 21076 US CC-2C-83 (hex) DarkMatter L.L.C CC2C83 (base 16) DarkMatter L.L.C Level 15, Aldar HQ Abu Dhabi 27655 AE DC-ED-84 (hex) Haverford Systems Inc DCED84 (base 16) Haverford Systems Inc 152 Robbins Road Downingtown PA 19335 US 7C-57-3C (hex) Aruba, a Hewlett Packard Enterprise Company 7C573C (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US 2C-01-B5 (hex) Cisco Systems, Inc 2C01B5 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 28-EF-01 (hex) Private 28EF01 (base 16) Private C0-53-36 (hex) Beijing National Railway Research & Design Institute of Signal & Communication Group Co..Ltd. C05336 (base 16) Beijing National Railway Research & Design Institute of Signal & Communication Group Co..Ltd. 7 floor, No.1 Automobile Museum South Road, Fengtai Science and Technology Park, Beijing Beijing 100070 CN 60-6E-D0 (hex) SEAL AG 606ED0 (base 16) SEAL AG Landstrasse 176 Wettingen 5430 CH 2C-CC-E6 (hex) Skyworth Digital Technology(Shenzhen) Co.,Ltd 2CCCE6 (base 16) Skyworth Digital Technology(Shenzhen) Co.,Ltd 7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN E4-4C-C7 (hex) IEEE Registration Authority E44CC7 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US D4-E8-80 (hex) Cisco Systems, Inc D4E880 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US A8-34-6A (hex) Samsung Electronics Co.,Ltd A8346A (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 3C-20-F6 (hex) Samsung Electronics Co.,Ltd 3C20F6 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 7C-38-AD (hex) Samsung Electronics Co.,Ltd 7C38AD (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR D4-9C-DD (hex) AMPAK Technology,Inc. D49CDD (base 16) AMPAK Technology,Inc. 3F, No.15-1 Zhonghua Road, Hsinchu Industrail Park, Hukou, Hsinchu Hsinchu,Taiwan R.O.C. 30352 TW 50-F7-22 (hex) Cisco Systems, Inc 50F722 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 98-49-E1 (hex) Boeing Defence Australia 9849E1 (base 16) Boeing Defence Australia GPO Box 767 Brisbane Queensland 4001 AU 04-D7-A5 (hex) New H3C Technologies Co., Ltd 04D7A5 (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN 4C-4D-66 (hex) Nanjing Jiahao Technology Co., Ltd. 4C4D66 (base 16) Nanjing Jiahao Technology Co., Ltd. Moling Industrial Park, Development Zone, Jiangning, Nanjing Nanjing Jiangsu 211111 CN A4-81-7A (hex) CIG SHANGHAI CO LTD A4817A (base 16) CIG SHANGHAI CO LTD 5th Floor, Building 8 No 2388 Chenhang Road SHANGHAI 201114 CN 90-58-51 (hex) Technicolor CH USA Inc. 905851 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 98-09-CF (hex) OnePlus Technology (Shenzhen) Co., Ltd 9809CF (base 16) OnePlus Technology (Shenzhen) Co., Ltd 18C02, 18C03, 18C04 ,18C05,TAIRAN BUILDING, Shenzhen Guangdong 518000 CN B8-DE-5E (hex) LONGCHEER TELECOMMUNICATION LIMITED B8DE5E (base 16) LONGCHEER TELECOMMUNICATION LIMITED Building 1,No.401,Caobao Rd Shanghai Xuhui District 200233 CN 88-5A-06 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 885A06 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 54-47-D3 (hex) TSAT AS 5447D3 (base 16) TSAT AS Martin Linges v 25 Fornebu 1364 NO CC-ED-DC (hex) MitraStar Technology Corp. CCEDDC (base 16) MitraStar Technology Corp. No. 6, Innovation Road II, Hsinchu 300 TW CC-D8-1F (hex) Maipu Communication Technology Co.,Ltd. CCD81F (base 16) Maipu Communication Technology Co.,Ltd. Maipu Mansion, No.288 Tianfu 3rd Street, High-tech Zone Chengdu Sichuan 610094 CN 68-8B-0F (hex) China Mobile IOT Company Limited 688B0F (base 16) China Mobile IOT Company Limited NO.8 Yu Ma Road, NanAn Area Chongqing Chongqing 401336 CN F8-2F-6A (hex) ITEL MOBILE LIMITED F82F6A (base 16) ITEL MOBILE LIMITED RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK B0-68-E6 (hex) CHONGQING FUGUI ELECTRONICS CO.,LTD. B068E6 (base 16) CHONGQING FUGUI ELECTRONICS CO.,LTD. Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN A4-E7-E4 (hex) Connex GmbH A4E7E4 (base 16) Connex GmbH Elbestrasse 12 Oldenburg 26135 DE B8-EF-8B (hex) SHENZHEN CANNICE TECHNOLOGY CO.,LTD B8EF8B (base 16) SHENZHEN CANNICE TECHNOLOGY CO.,LTD F-20,7A,Baoneng Technology Park Shenzhen Guangdong 518109 CN B8-18-6F (hex) ORIENTAL MOTOR CO., LTD. B8186F (base 16) ORIENTAL MOTOR CO., LTD. 5-8-3 Tokodai Tsukuba Ibaraki 300-2635 JP 00-1A-3F (hex) Intelbras 001A3F (base 16) Intelbras BR 101, km 210, S/N° São José Santa Catarina 88104800 BR C0-D8-34 (hex) xvtec ltd C0D834 (base 16) xvtec ltd Ha'nagar 24 Hod Hasharon Israel 4527713 IL B8-C2-53 (hex) Juniper Networks B8C253 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US F0-5C-19 (hex) Aruba, a Hewlett Packard Enterprise Company F05C19 (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US 04-BD-88 (hex) Aruba, a Hewlett Packard Enterprise Company 04BD88 (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US 9C-1C-12 (hex) Aruba, a Hewlett Packard Enterprise Company 9C1C12 (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US 18-DF-B4 (hex) BOSUNG POWERTEC CO.,LTD. 18DFB4 (base 16) BOSUNG POWERTEC CO.,LTD. 70, Daechang-gil, Judeok-eup Chungju-si Chungcheongbuk-do 27463 KR 00-01-47 (hex) Zhone Technologies 000147 (base 16) Zhone Technologies 7001 Oakport Street Oakland CA 94621 US 20-B7-80 (hex) Toshiba Visual Solutions Corporation Co.,Ltd 20B780 (base 16) Toshiba Visual Solutions Corporation Co.,Ltd Shinkawasaki Mitsui Builing West Tower 19F, 1-1-2 Kashimada Saiwai-ku, Kawasaki-shi Kanagawa 212-0058 JP E0-37-17 (hex) Technicolor CH USA Inc. E03717 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 14-D4-FE (hex) ARRIS Group, Inc. 14D4FE (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 30-4F-75 (hex) DASAN Network Solutions 304F75 (base 16) DASAN Network Solutions DASAN Tower 8F, 49 Daewangpangyo-ro644beon-gil Bundang-gu Seongnam-si Gyeonggi-do 13493 KR EC-A9-FA (hex) GUANGDONG GENIUS TECHNOLOGY CO., LTD. ECA9FA (base 16) GUANGDONG GENIUS TECHNOLOGY CO., LTD. #126,BBK Road,Wusha,Chang'An Dong Guan Guang Dong 523860 CN 00-03-A5 (hex) Medea Corporation 0003A5 (base 16) Medea Corporation 5701 Lindero Canyon Rd. Wetlake Village CA 91362 US BC-E6-7C (hex) Cambium Networks Limited BCE67C (base 16) Cambium Networks Limited Unit B2, Linhay Business Park, Ashburton Devon TQ13 7UP GB 7C-1E-06 (hex) New H3C Technologies Co., Ltd 7C1E06 (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN F0-B3-1E (hex) Universal Electronics, Inc. F0B31E (base 16) Universal Electronics, Inc. 201 E. Sandpointe Ave Santa Ana CA 92707 US F8-91-73 (hex) AEDLE SAS F89173 (base 16) AEDLE SAS 11 Rue Campagne Première, Cour Intérieure, Entresol, CODE 13B80 Paris IDF 75014 FR C8-4F-86 (hex) Sophos Ltd C84F86 (base 16) Sophos Ltd The Pentagon Abingdon Oxfordshire OX14 3YP GB 64-29-ED (hex) AO PKK Milandr 6429ED (base 16) AO PKK Milandr Gergievsky prospekt, 5 Zelenograd Moscow 124498 RU 44-3C-88 (hex) FICOSA MAROC INTERNATIONAL 443C88 (base 16) FICOSA MAROC INTERNATIONAL Zone Franche Technopolis Rocade Rabat-Salé 11103 Sala Al Jadida - Salé Salé 11103 MA 84-1C-70 (hex) zte corporation 841C70 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 54-47-41 (hex) XCHENG HOLDING 544741 (base 16) XCHENG HOLDING ROOM 401F, Building 5, No.3000 LONG DONG Avenue, Pudong New District Shanghai 201203 CN CC-F7-35 (hex) Amazon Technologies Inc. CCF735 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US C4-F8-39 (hex) Actia Automotive C4F839 (base 16) Actia Automotive 5 rue Jorge Semprun TOULOUSE 31400 FR C8-F7-42 (hex) HangZhou Gubei Electronics Technology Co.,Ltd C8F742 (base 16) HangZhou Gubei Electronics Technology Co.,Ltd Room 106, No.611 Jianghong Road, Binjiang District, Hangzhou, Zhejiang, China Hangzhou ZheJiang 310052 CN 00-6F-F2 (hex) MITSUMI ELECTRIC CO.,LTD. 006FF2 (base 16) MITSUMI ELECTRIC CO.,LTD. 2-11-2, Tsurumaki Tama-shi Tokyo 206-8567 JP 30-DF-8D (hex) SHENZHEN GONGJIN ELECTRONICS CO.,LT 30DF8D (base 16) SHENZHEN GONGJIN ELECTRONICS CO.,LT SONGGANG SHENZHEN GUANGDONG 518105 CN D4-C9-3C (hex) Cisco Systems, Inc D4C93C (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 78-DD-12 (hex) Arcadyan Corporation 78DD12 (base 16) Arcadyan Corporation No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW 2C-5D-34 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 2C5D34 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 9C-14-63 (hex) Zhejiang Dahua Technology Co., Ltd. 9C1463 (base 16) Zhejiang Dahua Technology Co., Ltd. No.1199,Waterfront Road Hangzhou Zhejiang 310053 CN 00-24-33 (hex) ALPS ELECTRIC CO., LTD. 002433 (base 16) ALPS ELECTRIC CO., LTD. 1-2-1, Okinouchi, Soma-city, Fukushima-pref., 976-8501 JP 00-23-06 (hex) ALPS ELECTRIC CO., LTD. 002306 (base 16) ALPS ELECTRIC CO., LTD. 1-2-1, Okinouchi, Soma-city, Fukushima-pref., 976-8501 JP B4-EC-02 (hex) ALPS ELECTRIC CO., LTD. B4EC02 (base 16) ALPS ELECTRIC CO., LTD. 6-1 Kakuda Miyagi-Pref 981-1595 JP 64-60-38 (hex) Hirschmann Automation and Control GmbH 646038 (base 16) Hirschmann Automation and Control GmbH Stuttgarter Straße 45-51 Neckartenzlingen D-72654 DE 70-18-A7 (hex) Cisco Systems, Inc 7018A7 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US CC-D3-9D (hex) IEEE Registration Authority CCD39D (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US E0-75-0A (hex) ALPS ELECTRIC CO., LTD. E0750A (base 16) ALPS ELECTRIC CO., LTD. 6-1 kakuda-City 981-1595 US 00-19-C1 (hex) ALPS ELECTRIC CO., LTD. 0019C1 (base 16) ALPS ELECTRIC CO., LTD. 1-2-1, Okinouchi, Soma-city, Fukushima-pref., 976-8501 JP 00-16-FE (hex) ALPS ELECTRIC CO., LTD. 0016FE (base 16) ALPS ELECTRIC CO., LTD. 1-2-1, Okinouchi, Soma-city, Fukushima-pref., 976-8501 JP 9C-8D-7C (hex) ALPS ELECTRIC CO., LTD. 9C8D7C (base 16) ALPS ELECTRIC CO., LTD. 6-1 Kakuda Miyagi-Pref 981-1595 JP D4-25-CC (hex) IEEE Registration Authority D425CC (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 8C-6D-C4 (hex) Megapixel VR 8C6DC4 (base 16) Megapixel VR 340 S. Lemon Ave Walnut CA 91789 US BC-75-36 (hex) ALPS ELECTRIC CO., LTD. BC7536 (base 16) ALPS ELECTRIC CO., LTD. nishida 6-1 Kakuda-City Miyagi-Pref 981-1595 JP E0-AE-5E (hex) ALPS ELECTRIC CO., LTD. E0AE5E (base 16) ALPS ELECTRIC CO., LTD. 6-3-36 Furukawanakazato, Osaki Miyagi-pref 989-6181 JP D4-B7-61 (hex) Sichuan AI-Link Technology Co., Ltd. D4B761 (base 16) Sichuan AI-Link Technology Co., Ltd. Anzhou,Industrial Park Anzhou,Industrial Park Sichuan 621000 CN 7C-03-5E (hex) Xiaomi Communications Co Ltd 7C035E (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 44-FE-3B (hex) Arcadyan Corporation 44FE3B (base 16) Arcadyan Corporation No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW D8-3A-F5 (hex) Wideband Labs LLC D83AF5 (base 16) Wideband Labs LLC 1027 S Main Street, STE 330 Joplin MO 64801 US 38-D9-A5 (hex) Mikotek Information Inc. 38D9A5 (base 16) Mikotek Information Inc. 3F, No. 20, Aly. 18, Ln. 478, Ruiguang Rd. Taipei 114 TW 4C-87-5D (hex) Bose Corporation 4C875D (base 16) Bose Corporation The Mountain Framingham MA 01701-9168 US B0-E7-DE (hex) Homa Technologies JSC B0E7DE (base 16) Homa Technologies JSC Building 5, Quang Trung Software City, District 12 Ho Chi Minh 729226 VN 64-9D-99 (hex) FS COM INC 649D99 (base 16) FS COM INC 380 Centerpoint Blvd New Castle New Castle DE 19720 US 00-16-9D (hex) Cisco Systems, Inc 00169D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 4C-96-2D (hex) Fresh AB 4C962D (base 16) Fresh AB Gransholmsvägen 136 Gemla 35599 SE 00-D2-79 (hex) VINGROUP JOINT STOCK COMPANY 00D279 (base 16) VINGROUP JOINT STOCK COMPANY Number 7, Bang Lang 1 street, Long Bien district Ha Noi Ha Noi 100000 VN 48-4A-30 (hex) George Robotics Limited 484A30 (base 16) George Robotics Limited Salisbury House, Station Road Cambridge CB1 2LA GB 48-61-A3 (hex) Concern Axion JSC 4861A3 (base 16) Concern Axion JSC 90, M. Gorkogo St. Izhevsk Udmurt Republic 426000 RU 30-4A-26 (hex) Shenzhen Trolink Technology CO, LTD 304A26 (base 16) Shenzhen Trolink Technology CO, LTD 201 B building 4 shijie, Chashu industry 505 block, Baoan airport Sanwei community, Hangcheng street Baoan area. Shenzhen GuangDong 518000 CN 4C-E5-AE (hex) Tianjin Beebox Intelligent Technology Co.,Ltd. 4CE5AE (base 16) Tianjin Beebox Intelligent Technology Co.,Ltd. Room 103,NO.1 of the 2nd Street Tianjin Pilot Free Trade Zone Airport EconomicArea Airport International Logistics Zone, Tianjin 300300 CN E4-D3-AA (hex) FUJITSU CONNECTED TECHNOLOGIES LIMITED E4D3AA (base 16) FUJITSU CONNECTED TECHNOLOGIES LIMITED 4-1-1, Kamikodanaka, Nakahara-ku Kawasaki Kanagawa 2118588 JP D4-67-D3 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD D467D3 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN A4-12-32 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD A41232 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 48-E3-C3 (hex) JENOPTIK Advanced Systems GmbH 48E3C3 (base 16) JENOPTIK Advanced Systems GmbH Feldstrasse 155 Wedel Schleswig-Holstein 22880 DE CC-35-5A (hex) SecuGen Corporation CC355A (base 16) SecuGen Corporation 2065 Martin Ave, Suite 108 Santa Clara CA 95050 US 80-54-6A (hex) SHENZHEN GONGJIN ELECTRONICS CO.,LT 80546A (base 16) SHENZHEN GONGJIN ELECTRONICS CO.,LT SONGGANG SHENZHEN GUANGDONG 518105 CN B4-47-F5 (hex) Earda Technologies co Ltd B447F5 (base 16) Earda Technologies co Ltd Block A,Lianfeng Creative Park, #2 Jisheng Rd., Nansha District Guangzhou Guangdong 511455 CN F4-C7-C8 (hex) Kelvin Inc. F4C7C8 (base 16) Kelvin Inc. 400 Centennial Parkway, Suite 190 Louisville CO 80027 US A8-9C-A4 (hex) Furrion Limited A89CA4 (base 16) Furrion Limited Units 503C & 505-508, Level 5, Core D, Cyberport 3, 100 Cyberport Road Hong Kong 00000 HK 00-00-4C (hex) NEC Corporation 00004C (base 16) NEC Corporation 7-1 SHIBA 5-CHOME TOKYO 108-01 0000 JP 8C-CF-8F (hex) ITC Systems 8CCF8F (base 16) ITC Systems 800 Fee Fee Road St Louis MO 63043 US 28-75-D8 (hex) FUJIAN STAR-NET COMMUNICATION CO.,LTD 2875D8 (base 16) FUJIAN STAR-NET COMMUNICATION CO.,LTD 19-22# Building, Star-net Science Plaza, Juyuanzhou, FUZHOU FUJIAN 350002 CN 90-E2-02 (hex) Texas Instruments 90E202 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 30-24-78 (hex) Sagemcom Broadband SAS 302478 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 7C-89-C1 (hex) Palo Alto Networks 7C89C1 (base 16) Palo Alto Networks 3000 Tannery Way Santa Clara CA 95054 US 84-A9-3E (hex) Hewlett Packard 84A93E (base 16) Hewlett Packard 11445 Compaq Center Drive Houston TX 77070 US B0-C3-87 (hex) GOEFER, Inc. B0C387 (base 16) GOEFER, Inc. 118 N. Market St. Frederick MD 21701 US 08-6B-D7 (hex) Silicon Laboratories 086BD7 (base 16) Silicon Laboratories 7000 W. William Cannon Dr. Austin TX 78735 US 34-93-42 (hex) TTE Corporation 349342 (base 16) TTE Corporation 7/F, Building 22E 22 Science Park East Avenue Hong Kong Science Park Shatin, N.T. Hong Kong 999077 HK 58-9E-C6 (hex) Gigaset Communications GmbH 589EC6 (base 16) Gigaset Communications GmbH Frankenstrasse 2 Bocholt NRW 46395 DE 64-C7-53 (hex) Apple, Inc. 64C753 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 64-58-AD (hex) China Mobile IOT Company Limited 6458AD (base 16) China Mobile IOT Company Limited NO.8 Yu Ma Road, NanAn Area Chongqing Chongqing 401336 CN 1C-F2-9A (hex) Google, Inc. 1CF29A (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US 74-8A-0D (hex) ARRIS Group, Inc. 748A0D (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US CC-75-E2 (hex) ARRIS Group, Inc. CC75E2 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US A0-A3-B8 (hex) WISCLOUD A0A3B8 (base 16) WISCLOUD Tech Park Xia Sha Hangzhou Zhejiang 310000 CN 38-F9-D3 (hex) Apple, Inc. 38F9D3 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US FC-18-3C (hex) Apple, Inc. FC183C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A4-0C-66 (hex) Shenzhen Colorful Yugong Technology and Development Co., Ltd. A40C66 (base 16) Shenzhen Colorful Yugong Technology and Development Co., Ltd. 13F, Central Business Tower, No.88 Fuhua First Rd., Futian District, Shenzhen, Guangdong, China Shenzhen Guangdong 518000 CN 44-55-B1 (hex) HUAWEI TECHNOLOGIES CO.,LTD 4455B1 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 98-F9-C7 (hex) IEEE Registration Authority 98F9C7 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 70-0B-4F (hex) Cisco Systems, Inc 700B4F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US E4-38-8C (hex) Digital Products Limited E4388C (base 16) Digital Products Limited 53 Clark Road Rothesay New Brunswick E2E 2K9 CA 18-4B-DF (hex) Caavo Inc 184BDF (base 16) Caavo Inc 1525 McCarthy Blvd., #1182 Milpitas 95035 US B8-9A-9A (hex) Xin Shi Jia Technology (Beijing) Co.,Ltd B89A9A (base 16) Xin Shi Jia Technology (Beijing) Co.,Ltd Room 1002, A Tower, Zhongguancun E World Wealth Center, No.11, Zhongguancun Street, Haidian District, Beijing City Beijing Beijing 100190 CN 8C-7B-F0 (hex) Xufeng Development Limited 8C7BF0 (base 16) Xufeng Development Limited FLAT/RM1616 16F INTERATIONAL TRADE CENTRE 11-19 SHA TSUI RD TSUEN WAN HongKong HongKong 999077 HK E0-A5-09 (hex) Bitmain Technologies Inc E0A509 (base 16) Bitmain Technologies Inc Building 25, North Olympic Science & Technology Park, Baosheng South Road, Haidian District, Beijing, China Beijing BEIJING CHINA CN 3C-5C-C4 (hex) Amazon Technologies Inc. 3C5CC4 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US D8-A7-56 (hex) Sagemcom Broadband SAS D8A756 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR D8-D6-F3 (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. D8D6F3 (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY 6C-2C-DC (hex) Skyworth Digital Technology(Shenzhen) Co.,Ltd 6C2CDC (base 16) Skyworth Digital Technology(Shenzhen) Co.,Ltd 7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN 78-35-A0 (hex) Zurn Industries LLC 7835A0 (base 16) Zurn Industries LLC 1747 Commerce Way Paso Robles CA 93446 US F4-39-09 (hex) Hewlett Packard F43909 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston TX 77070 US 20-1F-31 (hex) Inteno Broadband Technology AB 201F31 (base 16) Inteno Broadband Technology AB Stensätravägen 13 Skärholmen SE 127 39 SE 2C-CC-44 (hex) Sony Interactive Entertainment Inc. 2CCC44 (base 16) Sony Interactive Entertainment Inc. 1-7-1 Konan Minato-ku Tokyo 108-0075 JP F4-7D-EF (hex) Samsung Electronics Co.,Ltd F47DEF (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 7C-8B-B5 (hex) Samsung Electronics Co.,Ltd 7C8BB5 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 54-83-3A (hex) Zyxel Communications Corporation 54833A (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW 78-70-52 (hex) Welotec GmbH 787052 (base 16) Welotec GmbH zum Hagenbach 7 Laer NRW 48366 DE D8-A9-8B (hex) Texas Instruments D8A98B (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 00-11-6C (hex) Nanwang Multimedia Inc.,Ltd 00116C (base 16) Nanwang Multimedia Inc.,Ltd Floor 12,Tianyuan Bldg,Wensan Rd#508 Hangzhou Zhejiang 310013 CN 10-B9-F7 (hex) Niko-Servodan 10B9F7 (base 16) Niko-Servodan Stenager 5 Sønderborg 6400 DK 14-EF-CF (hex) SCHREDER 14EFCF (base 16) SCHREDER Rue Lusambo 67 Brussels 1190 BE 38-30-F9 (hex) LG Electronics (Mobile Communications) 3830F9 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR A8-3F-A1 (hex) IEEE Registration Authority A83FA1 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 78-47-E3 (hex) SICHUAN TIANYI COMHEART TELECOM CO.,LTD 7847E3 (base 16) SICHUAN TIANYI COMHEART TELECOM CO.,LTD NO.198 FIRST SECTION,SNOW MOUNTAIN AVENUE, JINYUAN TOWN, DAYI COUNTY, CHENGDU SICHUAN 611330 CN 6C-9B-C0 (hex) Chemoptics Inc. 6C9BC0 (base 16) Chemoptics Inc. 261, Techno 2-ro, Yuseong-gu Daejeon 34026 KR F4-DB-E6 (hex) Cisco Systems, Inc F4DBE6 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 24-84-98 (hex) Beijing Jiaoda Microunion Tech.Co.,Ltd. 248498 (base 16) Beijing Jiaoda Microunion Tech.Co.,Ltd. 4-5/F,89 Building, First Section No.44 Gaoliangqiao Xie Street, Haidian District, Beijing, China Beijing Beijing 100044 CN C0-74-AD (hex) Grandstream Networks, Inc. C074AD (base 16) Grandstream Networks, Inc. 1297 Beacon Street Brookline MA 02446 US F0-95-F1 (hex) Carl Zeiss AG F095F1 (base 16) Carl Zeiss AG Carl-Zeiss-Straße 22 Oberkochen 73447 DE 00-F4-8D (hex) Liteon Technology Corporation 00F48D (base 16) Liteon Technology Corporation 4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW 70-2E-D9 (hex) Guangzhou Shiyuan Electronics Co., Ltd. 702ED9 (base 16) Guangzhou Shiyuan Electronics Co., Ltd. No.6, 4th Yunpu Road, Yunpu industry District Gunagzhou Guangdong 510530 CN 70-19-2F (hex) HUAWEI TECHNOLOGIES CO.,LTD 70192F (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 10-C2-2F (hex) China Entropy Co., Ltd. 10C22F (base 16) China Entropy Co., Ltd. Haidian District Beijing 100085 CN BC-38-65 (hex) JWCNETWORKS BC3865 (base 16) JWCNETWORKS 114, Gasan digital 2-ro, Geumcheon-gu, Seoul 08506 KR 04-EB-40 (hex) Cisco Systems, Inc 04EB40 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 18-A7-F1 (hex) Qingdao Haier Technology Co.,Ltd 18A7F1 (base 16) Qingdao Haier Technology Co.,Ltd Building A01,Haier Information Park, No.1 Haier Road, Qingdao Shandong 266101 CN 90-E1-7B (hex) Apple, Inc. 90E17B (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D8-1C-79 (hex) Apple, Inc. D81C79 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 58-E6-BA (hex) Apple, Inc. 58E6BA (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 44-E4-EE (hex) Wistron Neweb Corporation 44E4EE (base 16) Wistron Neweb Corporation No.20,Park Avenue II,Hsinchu Science Park Hsin-Chu R.O.C. 308 TW DC-41-E5 (hex) Shenzhen Zhixin Data Service Co., Ltd. DC41E5 (base 16) Shenzhen Zhixin Data Service Co., Ltd. Baoyuan Road F518 Fashion Creative Park F3 Blg208 Baoan District, Shenzhen Guangdong 518101 CN 00-A5-BF (hex) Cisco Systems, Inc 00A5BF (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US C8-BA-E9 (hex) QDIS C8BAE9 (base 16) QDIS #512, Buliding B, 168 GaSanDigital 1st, GeumChun-Gu SEOUL 08507 KR 18-01-F1 (hex) Xiaomi Communications Co Ltd 1801F1 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN C4-4F-33 (hex) Espressif Inc. C44F33 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 54-6A-D8 (hex) Elster Water Metering 546AD8 (base 16) Elster Water Metering Mas des Cavaliers II, 471 Rue Charles Nungesser Mauguio 34130 FR C0-84-7D (hex) AMPAK Technology, Inc. C0847D (base 16) AMPAK Technology, Inc. No.1,Jen Ai Road Hsinchu Industrial Park, Hukou Hsinchu Taiwan ROC. 30352 TW 04-09-A5 (hex) HFR, Inc. 0409A5 (base 16) HFR, Inc. 5F, Hana EZ Tower Sungnam-si Kyunggi-do 463-870 KR 94-91-7F (hex) ASKEY COMPUTER CORP 94917F (base 16) ASKEY COMPUTER CORP 10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW 9C-0C-DF (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 9C0CDF (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 24-21-24 (hex) Nokia 242124 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 94-9B-2C (hex) Extreme Networks, Inc. 949B2C (base 16) Extreme Networks, Inc. 6480 Via Del Oro San Jose 95119 US 7C-D3-0A (hex) INVENTEC CORPORATION 7CD30A (base 16) INVENTEC CORPORATION Inventec Building, 66 Hou-Kang Street Taipei 111 TW 00-1E-33 (hex) INVENTEC CORPORATION 001E33 (base 16) INVENTEC CORPORATION Inventec Building, 66 Hou-Kang Street Taipei 111 TW FC-1D-84 (hex) Autobase FC1D84 (base 16) Autobase 1201, Biz Center, SKnTechno Park, 124, Sagimakgol-ro, Jungwon-gu, Seongnam-si, Gyeonggi-do Seongnam Gyeonggi 462-721 KR 18-AC-9E (hex) ITEL MOBILE LIMITED 18AC9E (base 16) ITEL MOBILE LIMITED RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK EC-84-B4 (hex) CIG SHANGHAI CO LTD EC84B4 (base 16) CIG SHANGHAI CO LTD 5th Floor, Building 8 No 2388 Chenhang Road SHANGHAI 201114 CN 00-D0-96 (hex) 3COM EUROPE LTD 00D096 (base 16) 3COM EUROPE LTD BOUNDARY WAY vvvvv UNITED KINGDOM GB 00-26-54 (hex) 3COM 002654 (base 16) 3COM 5353 Betsy Ross Drive Santa Clara 95054-1162 US 00-50-DA (hex) 3COM 0050DA (base 16) 3COM 5400 BAYFRONT PLAZA SANTA CLARA CA 95052 US 00-04-76 (hex) 3COM 000476 (base 16) 3COM 5400 Bayfront Plaza Santa Clara CA 95052 US 00-04-75 (hex) 3COM 000475 (base 16) 3COM 5400 Bayfront Plaza Santa Clara CA 95052 US 44-22-F1 (hex) S.FAC, INC 4422F1 (base 16) S.FAC, INC Bldg A203 Techno2 ro 187 Yuseong-Gu Daejeon 34025 KR 30-09-F9 (hex) IEEE Registration Authority 3009F9 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US B4-DD-D0 (hex) Continental Automotive Hungary Kft B4DDD0 (base 16) Continental Automotive Hungary Kft Napmátka u. 6. Budapest Pest H-1106 HU 48-F0-27 (hex) Chengdu newifi Co.,Ltd 48F027 (base 16) Chengdu newifi Co.,Ltd C11 Building 2001,No.219 ,2nd Tianhua Road,Hi-tech zone Chengdu Sichuan 610000 CN 14-C6-97 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 14C697 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 7C-03-AB (hex) Xiaomi Communications Co Ltd 7C03AB (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN DC-16-B2 (hex) HUAWEI TECHNOLOGIES CO.,LTD DC16B2 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 24-FB-65 (hex) HUAWEI TECHNOLOGIES CO.,LTD 24FB65 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 0C-B5-27 (hex) HUAWEI TECHNOLOGIES CO.,LTD 0CB527 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN B4-2E-99 (hex) GIGA-BYTE TECHNOLOGY CO.,LTD. B42E99 (base 16) GIGA-BYTE TECHNOLOGY CO.,LTD. Pin-Jen City, Taoyuan, Taiwan, R.O.C. Pin-Jen Taoyuan 324 TW 34-2C-C4 (hex) Compal Broadband Networks, Inc. 342CC4 (base 16) Compal Broadband Networks, Inc. 13F., No.1, Taiyuan 1st St. Zhubei City Hsinchu County 30265 TW 14-E9-B2 (hex) Fiberhome Telecommunication Technologies Co.,LTD 14E9B2 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN C8-54-4B (hex) Zyxel Communications Corporation C8544B (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW D0-7F-A0 (hex) Samsung Electronics Co.,Ltd D07FA0 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-90-93 (hex) EIZO Corporation 009093 (base 16) EIZO Corporation 153 Shimokashiwano Hakusan Ishikawa 924-8856 JP 4C-11-59 (hex) Vision Information & Communications 4C1159 (base 16) Vision Information & Communications 151, Ulseong-gil Pyeongtaek-si Gyeonggi-do 17823 KR 00-04-9F (hex) Freescale Semiconductor 00049F (base 16) Freescale Semiconductor 2100 East Elliot Tempe AZ 85284 US 00-D0-7B (hex) COMCAM INTERNATIONAL INC 00D07B (base 16) COMCAM INTERNATIONAL INC 1140 McDermott Drive Suite 200 WEST CHESTER PA 19380 US 78-52-4A (hex) Ensenso GmbH 78524A (base 16) Ensenso GmbH Gundelfingerstr. 2 Freiburg 79108 DE E4-FC-82 (hex) Juniper Networks E4FC82 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 00-B5-D0 (hex) Samsung Electronics Co.,Ltd 00B5D0 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 14-96-E5 (hex) Samsung Electronics Co.,Ltd 1496E5 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR C4-6E-7B (hex) SHENZHEN RF-LINK TECHNOLOGY CO.,LTD. C46E7B (base 16) SHENZHEN RF-LINK TECHNOLOGY CO.,LTD. Bldg56A,6/F,Baotian Rd3,Xixiang Town,Baoan District, Shenzhen Guangdong 518000 CN C0-48-FB (hex) Shenzhen JingHanDa Electronics Co.Ltd C048FB (base 16) Shenzhen JingHanDa Electronics Co.Ltd 5th Floor,No 4 ,Road 1,ShangXue Technology industrial Park,LongGang district,ShenZhen,GuangDong,China ShenZhen GuangDong 518129 CN 20-E8-82 (hex) zte corporation 20E882 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN F0-9F-FC (hex) SHARP Corporation F09FFC (base 16) SHARP Corporation 1 Takumi-cho, Sakai-ku Sakai City Osaka 590-8522 JP 0C-B5-DE (hex) Alcatel Lucent 0CB5DE (base 16) Alcatel Lucent Via Energy Park, 14 Vimercate MB 20871 IT 00-0B-3B (hex) devolo AG 000B3B (base 16) devolo AG Charlottenburger Allee 67 Aachen NRW 52068 DE 24-05-88 (hex) Google, Inc. 240588 (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US 50-DC-FC (hex) ECOCOM 50DCFC (base 16) ECOCOM 15ST,Block A,Fortune Plaza, No.7002 ShenNan Avenue, Futian District Shenzhen Guangdong 518040 CN 70-0B-01 (hex) Sagemcom Broadband SAS 700B01 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 5C-26-23 (hex) WaveLynx Technologies Corporation 5C2623 (base 16) WaveLynx Technologies Corporation 100 Technology Drive, Building B, Ste 150 Broomfield CO 80021 US 30-38-55 (hex) Nokia Corporation 303855 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu Ou 90590 FI 00-B6-70 (hex) Cisco Systems, Inc 00B670 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US AC-64-17 (hex) Siemens AG AC6417 (base 16) Siemens AG Werner-von-Siemens Strasse 50 Amberg 92224 DE 34-79-16 (hex) HUAWEI TECHNOLOGIES CO.,LTD 347916 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 34-66-EA (hex) VERTU INTERNATIONAL CORPORATION LIMITED 3466EA (base 16) VERTU INTERNATIONAL CORPORATION LIMITED 25 St Thomas Street, Winchester, Hampshire, United Kingdom Winchester Hampshire SO23 9HJ GB 28-38-5C (hex) FLEXTRONICS 28385C (base 16) FLEXTRONICS Carretera Base Aerea 5850 int 4 Zapopan Jalisco 45136 MX 0C-1C-57 (hex) Texas Instruments 0C1C57 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 80-6F-B0 (hex) Texas Instruments 806FB0 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 88-3F-99 (hex) Siemens AG 883F99 (base 16) Siemens AG Werner-von-Siemens-Str. 48 Amberg 92224 DE EC-6F-0B (hex) FADU, Inc. EC6F0B (base 16) FADU, Inc. 4th FL, 8, Bongeunsa-ro 68-gil, Gangnam-gu Seoul 06153 KR 00-06-EC (hex) Harris Corporation 0006EC (base 16) Harris Corporation 1025 West NASA Blvd Melbourne FL 32919 US 7C-6D-A6 (hex) Superwave Group LLC 7C6DA6 (base 16) Superwave Group LLC poselok Krasnaya Zarya, dom 15 Vsevolozhskiy raiyon Leningradskaya oblast 193149 RU D0-16-B4 (hex) HUAWEI TECHNOLOGIES CO.,LTD D016B4 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 20-A8-B9 (hex) SIEMENS AG 20A8B9 (base 16) SIEMENS AG Oestliche Rheinbrueckenstrasse 50 Karlsruhe Baden Wuerttemberg 76187 DE F0-F0-8F (hex) Nextek Solutions Pte Ltd F0F08F (base 16) Nextek Solutions Pte Ltd 105 Cecil Street, #06-01 The Octagon Singapore Singapore 069534 SG 8C-B0-E9 (hex) Samsung Electronics.,LTD 8CB0E9 (base 16) Samsung Electronics.,LTD 129, Samsung-ro, Yeongtong-gu Suwon Gyeonggi-Do 443-742 KR 1C-39-47 (hex) COMPAL INFORMATION (KUNSHAN) CO., LTD. 1C3947 (base 16) COMPAL INFORMATION (KUNSHAN) CO., LTD. NO. 15, THE 3RD Street KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN 34-27-92 (hex) FREEBOX SAS 342792 (base 16) FREEBOX SAS 16 rue de la Ville l'Eveque PARIS IdF 75008 FR 40-A1-08 (hex) Motorola (Wuhan) Mobility Technologies Communication Co., Ltd. 40A108 (base 16) Motorola (Wuhan) Mobility Technologies Communication Co., Ltd. No.19, Gaoxin 4th Road, Wuhan East Lake High-tech Zone, Wuhan Wuhan Hubei 430000 CN 70-5A-B6 (hex) COMPAL INFORMATION (KUNSHAN) CO., LTD. 705AB6 (base 16) COMPAL INFORMATION (KUNSHAN) CO., LTD. NO. 15, THE 3RD Street KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN 20-1A-06 (hex) COMPAL INFORMATION (KUNSHAN) CO., LTD. 201A06 (base 16) COMPAL INFORMATION (KUNSHAN) CO., LTD. NO. 15, THE 3RD Street KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN F8-A9-63 (hex) COMPAL INFORMATION (KUNSHAN) CO., LTD. F8A963 (base 16) COMPAL INFORMATION (KUNSHAN) CO., LTD. NO. 15, THE 3RD Street KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN DC-0E-A1 (hex) COMPAL INFORMATION (KUNSHAN) CO., LTD. DC0EA1 (base 16) COMPAL INFORMATION (KUNSHAN) CO., LTD. No.25, Third Avenue, A Zone, Kunshan Comprehensive Free Trade Zone,, Jiangsu, KUNSHAN SUZHOU 215300 CN B8-70-F4 (hex) COMPAL INFORMATION (KUNSHAN) CO., LTD. B870F4 (base 16) COMPAL INFORMATION (KUNSHAN) CO., LTD. NO. 25, THE 3RD Street KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN 00-9D-6B (hex) Murata Manufacturing Co., Ltd. 009D6B (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP 74-59-33 (hex) Danal Entertainment 745933 (base 16) Danal Entertainment 9th Fl. Bundang First Tower, 55 Bundang-ro, Bundang-gu Seongnam-si Gyeonggi-do 13591 KR EC-58-EA (hex) Ruckus Wireless EC58EA (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 7C-9A-54 (hex) Technicolor CH USA Inc. 7C9A54 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 38-8B-59 (hex) Google, Inc. 388B59 (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US 88-01-18 (hex) BLT Co 880118 (base 16) BLT Co Dongan-gu Burim-ro 170beon-gil 44 Anyangsi Kyunggido 14055 KR A4-26-18 (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. A42618 (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY A4-61-91 (hex) NamJunSa A46191 (base 16) NamJunSa 12, Gimhae-daero 2635 beon-gil Gimhae-si Gyeongsangnam-do 50932 KR 84-A2-4D (hex) Birds Eye Systems Private Limited 84A24D (base 16) Birds Eye Systems Private Limited 123-126, B Wing First Floor, Chintanmani Plaza, Mohan Studio Compound, Andheri-Kurla Road, Andheri East Mumbai Maharashtra 400099 IN 7C-6B-9C (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 7C6B9C (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 00-17-B6 (hex) Aquantia Corporation 0017B6 (base 16) Aquantia Corporation 700 Tasman Drive Milpitas CA 95035 US 10-59-17 (hex) Tonal 105917 (base 16) Tonal 1074 Folsom St San Francisco 94103 US D0-EF-C1 (hex) HUAWEI TECHNOLOGIES CO.,LTD D0EFC1 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN D4-52-51 (hex) IBT Ingenieurbureau Broennimann Thun D45251 (base 16) IBT Ingenieurbureau Broennimann Thun Kasernenstrasse 5 Thun Bern 3600 CH 00-18-B5 (hex) Magna Carta 0018B5 (base 16) Magna Carta Naritaweg 126 Amsterdam Noord Holland 1043 CA NL D8-7E-B1 (hex) x.o.ware, inc. D87EB1 (base 16) x.o.ware, inc. 114 E. Haley St., Ste N Santa Barbara California 93101 US 48-57-02 (hex) HUAWEI TECHNOLOGIES CO.,LTD 485702 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 64-4F-42 (hex) JETTER CO., Ltd. 644F42 (base 16) JETTER CO., Ltd. 265-40 Emukaecho Tanomoto Sasebo-shi Nagasaki 859-6134 JP DC-AF-68 (hex) WEIFANG GOERTEK ELECTRONICS CO.,LTD DCAF68 (base 16) WEIFANG GOERTEK ELECTRONICS CO.,LTD Gaoxin 2 Road, Free Trade Zone,Weifang,Shandong,261205,P.R.China Weifang Shandong 261205 CN 24-EC-51 (hex) ADF Technologies Sdn Bhd 24EC51 (base 16) ADF Technologies Sdn Bhd Plot 88F, Lintang Bayan Lepas 10, Bayan Lepas Industrial Park Phase IV Bayan Lepas Pulau Pinang 11900 MY 70-89-CC (hex) China Mobile Group Device Co.,Ltd. 7089CC (base 16) China Mobile Group Device Co.,Ltd. 32 Xuanwumen West Street,Xicheng District Beijing 100053 CN 2C-5B-E1 (hex) Centripetal Networks, Inc 2C5BE1 (base 16) Centripetal Networks, Inc 2251 Corporate Park Drive, Suite 150 Herndon VA 201715806 US DC-EF-CA (hex) Murata Manufacturing Co., Ltd. DCEFCA (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP 00-BC-60 (hex) Cisco Systems, Inc 00BC60 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US CC-7B-61 (hex) NIKKISO CO., LTD. CC7B61 (base 16) NIKKISO CO., LTD. Yebisu Garden Place Tower 22nd Floor, 20-3, Ebisu 4-Chome Shibuya-ku Tokyo 150-6022 JP 9C-71-3A (hex) HUAWEI TECHNOLOGIES CO.,LTD 9C713A (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 2C-97-B1 (hex) HUAWEI TECHNOLOGIES CO.,LTD 2C97B1 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN A8-99-69 (hex) Dell Inc. A89969 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US A4-EA-8E (hex) Extreme Networks, Inc. A4EA8E (base 16) Extreme Networks, Inc. 6480 Via Del Oro San Jose CA 95119 US 88-2D-53 (hex) Baidu Online Network Technology (Beijing) Co., Ltd. 882D53 (base 16) Baidu Online Network Technology (Beijing) Co., Ltd. Baidu Campus, No.10 Shangdi 10th Street, Haidian District Beijing 100085 CN Beijing 100085 CN 00-D0-B5 (hex) IPricot formerly DotCom 00D0B5 (base 16) IPricot formerly DotCom 10-12, avenue de Verdun La-Garenne-Colombes F-92250 FR 74-6B-AB (hex) GUANGDONG ENOK COMMUNICATION CO., LTD 746BAB (base 16) GUANGDONG ENOK COMMUNICATION CO., LTD NO.139 Lixiang road, Songmushan Dalang Town Dongguan, Guangdong 523770 CN 0C-B6-D2 (hex) D-Link International 0CB6D2 (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG 78-29-ED (hex) ASKEY COMPUTER CORP 7829ED (base 16) ASKEY COMPUTER CORP 10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW 50-61-BF (hex) Cisco Systems, Inc 5061BF (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-09-DF (hex) Vestel Elektronik San ve Tic. A.Ş. 0009DF (base 16) Vestel Elektronik San ve Tic. A.Ş. Organize san Manisa Turket 45030 TR F4-03-2F (hex) Reduxio Systems F4032F (base 16) Reduxio Systems 2 Granit St Petach Tikvah 4951446 IL 94-4A-0C (hex) Sercomm Corporation. 944A0C (base 16) Sercomm Corporation. 3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW 00-0F-A2 (hex) 2xWireless 000FA2 (base 16) 2xWireless 1065 Maurader st Chico CA 95973 US 10-8E-E0 (hex) Samsung Electronics Co.,Ltd 108EE0 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR FC-A6-21 (hex) Samsung Electronics Co.,Ltd FCA621 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 8C-F2-28 (hex) MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. 8CF228 (base 16) MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. Mid-Fourth Flr.,Building 28,Cui Xi Fourth Road,Ke Yuan West,Nanshan Shenzhen Guangdong 518057 CN 70-0F-6A (hex) Cisco Systems, Inc 700F6A (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0B-B2 (hex) SMALLBIG TECHNOLOGY 000BB2 (base 16) SMALLBIG TECHNOLOGY 3F Dongsung Bldg. 720-9 Yoksamdong Gangnamgu Seoul 135-080 KR 00-30-5E (hex) Abelko Innovation 00305E (base 16) Abelko Innovation Box 808 Lulea 97125 SE FC-6B-F0 (hex) TOPWELL INTERNATIONAL HOLDINDS LIMITED FC6BF0 (base 16) TOPWELL INTERNATIONAL HOLDINDS LIMITED Room 1301-5,Buliding China Youshe,NO.6013,ShenNan Road,CheGong Temple,FuTian District,ShenZhen,GuangDong province,China SHENZHEN GUANGDONG 518000 CN 00-14-77 (hex) Trilliant 001477 (base 16) Trilliant 950 Cowie st. Granby Quebec J2J 1P2 CA 00-07-9B (hex) Aurora Networks 00079B (base 16) Aurora Networks 2803 Mission College Blvd. Santa Clara CA 95054 US 54-48-10 (hex) Dell Inc. 544810 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 54-B2-03 (hex) PEGATRON CORPORATION 54B203 (base 16) PEGATRON CORPORATION 5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW 38-68-DD (hex) INVENTEC CORPORATION 3868DD (base 16) INVENTEC CORPORATION NO.88, DAZHI RD. TAOYUAN 33068 TW B8-B7-F1 (hex) Wistron Neweb Corporation B8B7F1 (base 16) Wistron Neweb Corporation No.20,Park Avenue II,Hsinchu Science Park Hsin-Chu R.O.C. 308 TW 80-50-F6 (hex) ITEL MOBILE LIMITED 8050F6 (base 16) ITEL MOBILE LIMITED RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK A8-CA-B9 (hex) SAMSUNG ELECTRO MECHANICS CO., LTD. A8CAB9 (base 16) SAMSUNG ELECTRO MECHANICS CO., LTD. 314, Maetan3-Dong, Yeongtong-Gu SUWON KYUNGGI-DO 443-743 KR 20-39-56 (hex) HMD Global Oy 203956 (base 16) HMD Global Oy Bertel Jungin aukio 9 Espoo 02600 FI 78-AF-E4 (hex) Comau S.p.A 78AFE4 (base 16) Comau S.p.A via Rivalta 30 Grugliasco (TO) 10095 IT 90-A1-37 (hex) Beijing Splendidtel Communication Technology Co,. Ltd 90A137 (base 16) Beijing Splendidtel Communication Technology Co,. Ltd 4 Floor,Taixing Tower,No.11 Huayuan East Road. Haidian District Beijing Beijing 100191 CN 80-02-9C (hex) Gemtek Technology Co., Ltd. 80029C (base 16) Gemtek Technology Co., Ltd. No.15-1 Zhonghua Road Hukou Hsinchu 30352 TW D0-C5-D3 (hex) AzureWave Technology Inc. D0C5D3 (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW 14-16-9E (hex) Wingtech Group (HongKong)Limited 14169E (base 16) Wingtech Group (HongKong)Limited FLAT/RM 1903 19/F PODIUM PLAZA 5HANOI ROAD TSIM SHA TSUI Hong Kong Hong Kong 999077 HK F8-C3-9E (hex) HUAWEI TECHNOLOGIES CO.,LTD F8C39E (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN E8-D0-99 (hex) Fiberhome Telecommunication Technologies Co.,LTD E8D099 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 10-7B-A4 (hex) Olive & Dove Co.,Ltd. 107BA4 (base 16) Olive & Dove Co.,Ltd. 803 Polaris bldg., 381, Seongnam-daero, Bundang-gu Gyeonggi-do Seongnam-si 13555 KR 7C-41-A2 (hex) Nokia 7C41A2 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA BC-32-5F (hex) Zhejiang Dahua Technology Co., Ltd. BC325F (base 16) Zhejiang Dahua Technology Co., Ltd. No.1199,Waterfront Road Hangzhou Zhejiang 310053 CN 50-5B-C2 (hex) Liteon Technology Corporation 505BC2 (base 16) Liteon Technology Corporation 4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW 6C-21-A2 (hex) AMPAK Technology, Inc. 6C21A2 (base 16) AMPAK Technology, Inc. No.1,Jen Ai Road Hsinchu Industrial Park, Hukou Hsinchu Taiwan ROC. 30352 TW 9C-2F-73 (hex) Universal Tiancheng Technology (Beijing) Co., Ltd. 9C2F73 (base 16) Universal Tiancheng Technology (Beijing) Co., Ltd. 13 floor,Changxin Building,Anding Road No.39,Chaoyang District,Beijing Beijing Beijing 100029 CN D8-32-E3 (hex) Xiaomi Communications Co Ltd D832E3 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 94-87-E0 (hex) Xiaomi Communications Co Ltd 9487E0 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 38-AF-29 (hex) Zhejiang Dahua Technology Co., Ltd. 38AF29 (base 16) Zhejiang Dahua Technology Co., Ltd. No.1199,Waterfront Road Hangzhou Zhejiang 310053 CN C8-86-29 (hex) Shenzhen Duubee Intelligent Technologies Co.,LTD. C88629 (base 16) Shenzhen Duubee Intelligent Technologies Co.,LTD. 9F, Block B, Unicenter, Xin’an Sub district, Bao’an District Shenzhen GuangDong 518000 CN CC-C2-E0 (hex) Raisecom Technology CO., LTD CCC2E0 (base 16) Raisecom Technology CO., LTD No. 11, East Area, No. 10 Block, East Xibeiwang Road Beijing 100094 CN 30-0A-C5 (hex) Ruio telecommunication technologies Co., Limited 300AC5 (base 16) Ruio telecommunication technologies Co., Limited Room 2501, Broadegate Software Building, No,1003 Keyuan Road, Shenzhen guangdong 518000 CN 00-E0-65 (hex) OPTICAL ACCESS INTERNATIONAL 00E065 (base 16) OPTICAL ACCESS INTERNATIONAL 500 WEST CUMMINGS PL. #3400 WOBURN MA 01801 US 44-66-FC (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 4466FC (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN A0-28-ED (hex) HMD Global Oy A028ED (base 16) HMD Global Oy Bertel Jungin aukio 9 Espoo 02600 FI AC-54-74 (hex) China Mobile IOT Company Limited AC5474 (base 16) China Mobile IOT Company Limited NO.8 Yu Ma Road, NanAn Area Chongqing Chongqing 401336 CN 8C-1C-DA (hex) IEEE Registration Authority 8C1CDA (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 00-07-A8 (hex) Haier Group Technologies Ltd 0007A8 (base 16) Haier Group Technologies Ltd No. 1 Haier Road, Hi-tech Zone 00000 00000 CN 98-14-D2 (hex) Avonic 9814D2 (base 16) Avonic Distributieweg 60 Delfgauw 2645EJ NL 14-09-DC (hex) HUAWEI TECHNOLOGIES CO.,LTD 1409DC (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN EC-93-65 (hex) Mapper.ai, Inc. EC9365 (base 16) Mapper.ai, Inc. 400 Treat Ave, Suite G San Francisco CA 94110 US C4-BA-A3 (hex) Beijing Winicssec Technologies Co., Ltd. C4BAA3 (base 16) Beijing Winicssec Technologies Co., Ltd. F block 9th floor 907 of Jiahua Building, No.9 Shangdi 3rd Street Haidian District Beijing 100085 CN 9C-FE-A1 (hex) Fiberhome Telecommunication Technologies Co.,LTD 9CFEA1 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN D8-8A-3B (hex) UNIT-EM D88A3B (base 16) UNIT-EM 167 Merchants Street Valletta VLT 1174 MT EC-5A-86 (hex) Yulong Computer Telecommunication Scientific (Shenzhen) Co.,Ltd EC5A86 (base 16) Yulong Computer Telecommunication Scientific (Shenzhen) Co.,Ltd Road NO2, West of Industrial Park,North of Science & Technology Park Dongguan Guangdong 518057 CN C0-EE-B5 (hex) Enice Network. C0EEB5 (base 16) Enice Network. NO.30, Shuige Rd, JiangNing Economic Development Zone, Nanjing Nanjing 211106 CN 60-DE-F3 (hex) HUAWEI TECHNOLOGIES CO.,LTD 60DEF3 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 50-A0-09 (hex) Xiaomi Communications Co Ltd 50A009 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 88-96-4E (hex) ARRIS Group, Inc. 88964E (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 88-3F-4A (hex) Texas Instruments 883F4A (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 9C-A6-15 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 9CA615 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN E4-4E-76 (hex) CHAMPIONTECH ENTERPRISE (SHENZHEN) INC E44E76 (base 16) CHAMPIONTECH ENTERPRISE (SHENZHEN) INC Against Office of Dong-Zhou Residential Committee Guang Ming Shenzhen 518000 CN 00-40-98 (hex) DRESSLER GMBH & CO. 004098 (base 16) DRESSLER GMBH & CO. KACKERTSTRASSE 10 DE 00-1D-FA (hex) Fujian LANDI Commercial Equipment Co.,Ltd 001DFA (base 16) Fujian LANDI Commercial Equipment Co.,Ltd Building 17,the 1st Section ,Fuzhou Software Park No.89 Software Road Fuzhou ,Fujian 350003 CN 9C-E6-5E (hex) Apple, Inc. 9CE65E (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C4-98-80 (hex) Apple, Inc. C49880 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E0-33-8E (hex) Apple, Inc. E0338E (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 08-F6-9C (hex) Apple, Inc. 08F69C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 04-FA-83 (hex) Qingdao Haier Technology Co.,Ltd 04FA83 (base 16) Qingdao Haier Technology Co.,Ltd Building A01,Haier Information Park, No.1 Haier Road, Qingdao Shandong 266101 CN 78-F9-B4 (hex) Nokia 78F9B4 (base 16) Nokia Karaportti 3 Espoo Finland 02610 FI D0-76-E7 (hex) TP-LINK TECHNOLOGIES CO.,LTD. D076E7 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 50-A6-7F (hex) Apple, Inc. 50A67F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D4-61-DA (hex) Apple, Inc. D461DA (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F0-18-98 (hex) Apple, Inc. F01898 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 88-19-08 (hex) Apple, Inc. 881908 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 5C-09-47 (hex) Apple, Inc. 5C0947 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 14-20-5E (hex) Apple, Inc. 14205E (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US B8-41-A4 (hex) Apple, Inc. B841A4 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-16-5C (hex) Trackflow Ltd. 00165C (base 16) Trackflow Ltd. 167-169 Kensington High Street London England W86SH GB 64-1C-AE (hex) Samsung Electronics Co.,Ltd 641CAE (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR F8-E4-4E (hex) MCOT INC. F8E44E (base 16) MCOT INC. Yogohigashi 1-5-12 Matsuyama Ehime 790-0044 JP 40-CD-7A (hex) Qingdao Hisense Communications Co.,Ltd. 40CD7A (base 16) Qingdao Hisense Communications Co.,Ltd. Qianwangang Road 218 Qingdao Shandong 266510 CN DC-4E-F4 (hex) Shenzhen MTN Electronics CO., Ltd DC4EF4 (base 16) Shenzhen MTN Electronics CO., Ltd MTN Industrial Park, No. 5, 9 South Futai Road, Pingxi Community, Pingdi Street, Longgang District Shenzhen Guangdong 518117 CN F0-81-73 (hex) Amazon Technologies Inc. F08173 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno 89507 US EC-65-CC (hex) Panasonic Automotive Systems Company of America EC65CC (base 16) Panasonic Automotive Systems Company of America 776 Highway 74 South Peachtree City null 30269 US 94-99-90 (hex) VTC Telecommunications 949990 (base 16) VTC Telecommunications 750 (3rd Floor) Dien Bien Phu, District 10 Ho Chi Minh Ho Chi Minh 70000 VN F4-BC-97 (hex) Shenzhen Crave Communication Co., LTD F4BC97 (base 16) Shenzhen Crave Communication Co., LTD F3,8Building, DongFangMing IndustryZone, No.83 DabaoRD., 33 District BaoAn Shenzhen 518000 CN 28-FE-DE (hex) COMESTA, Inc. 28FEDE (base 16) COMESTA, Inc. Techno1-ro 61-7, Yuseong-gu, Daejeon 34014 KR 90-79-10 (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. 907910 (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY 00-3D-E8 (hex) LG Electronics (Mobile Communications) 003DE8 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 68-FE-DA (hex) Fiberhome Telecommunication Technologies Co.,LTD 68FEDA (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN E8-98-6D (hex) Palo Alto Networks E8986D (base 16) Palo Alto Networks 3000 Tannery Way Santa Clara CA 95054 US 14-4E-34 (hex) Remote Solution 144E34 (base 16) Remote Solution 92, Chogokri, Nammyun Kimcheon city Kyungbuk 740-871 KR 00-50-8B (hex) Hewlett Packard 00508B (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 14-6B-9C (hex) SHENZHEN BILIAN ELECTRONIC CO.,LTD 146B9C (base 16) SHENZHEN BILIAN ELECTRONIC CO.,LTD NO.268, Fuqian Rd, Jutang community, Guanlan Town, Longhua New district shenzhen guangdong 518000 CN 94-8D-EF (hex) Oetiker Schweiz AG 948DEF (base 16) Oetiker Schweiz AG Spätzstrasse 11 Horgen 8810 CH 2C-D9-74 (hex) Hui Zhou Gaoshengda Technology Co.,LTD 2CD974 (base 16) Hui Zhou Gaoshengda Technology Co.,LTD No.75,Zhongkai High-Tech Development District,Huizhou Hui Zhou Guangdong 516006 CN D4-F7-86 (hex) Fiberhome Telecommunication Technologies Co.,LTD D4F786 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 34-03-DE (hex) Texas Instruments 3403DE (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 24-0A-63 (hex) ARRIS Group, Inc. 240A63 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US F8-8B-37 (hex) ARRIS Group, Inc. F88B37 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 20-67-7C (hex) Hewlett Packard Enterprise 20677C (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US 34-D7-12 (hex) Smartisan Digital Co., Ltd 34D712 (base 16) Smartisan Digital Co., Ltd 4F, China Digital Kingdom, No.1 Wangjing North Road, Chaoyang District Beijing Beijing 100012 CN A0-66-10 (hex) FUJITSU LIMITED A06610 (base 16) FUJITSU LIMITED 403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP 44-FF-BA (hex) zte corporation 44FFBA (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN E0-E6-2E (hex) TCT mobile ltd E0E62E (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN 38-78-62 (hex) Sony Mobile Communications Inc 387862 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP E4-2D-7B (hex) China Mobile IOT Company Limited E42D7B (base 16) China Mobile IOT Company Limited NO.8 Yu Ma Road, NanAn Area Chongqing Chongqing 401336 CN C4-64-E3 (hex) Texas Instruments C464E3 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 88-17-A3 (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. 8817A3 (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY 88-A9-A7 (hex) IEEE Registration Authority 88A9A7 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US EC-89-14 (hex) HUAWEI TECHNOLOGIES CO.,LTD EC8914 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN B8-94-36 (hex) HUAWEI TECHNOLOGIES CO.,LTD B89436 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 50-14-79 (hex) iRobot Corporation 501479 (base 16) iRobot Corporation 8 Crosby Drive Bedford MA 01730 US 60-84-BD (hex) BUFFALO.INC 6084BD (base 16) BUFFALO.INC AKAMONDORI Bld.,30-20,Ohsu 3-chome,Naka-ku Nagoya Aichi Pref. 460-8315 JP 34-7E-CA (hex) NEXTWILL 347ECA (base 16) NEXTWILL JJ-Building, 20, Deongmyeong-ro 71beon-gil1, Yuseong-gu Daejeon 34155 KR B4-2E-F8 (hex) Eline Technology co.Ltd B42EF8 (base 16) Eline Technology co.Ltd kangcheng Road, Pharmaceutical Industrical Park, Yuanzhou District Yichun Jiangxi 336000 CN A4-D4-B2 (hex) Shenzhen MeiG Smart Technology Co.,Ltd A4D4B2 (base 16) Shenzhen MeiG Smart Technology Co.,Ltd #88 Qinjiang Road, Xuhui District Shanghai 200233 CN 8C-F7-73 (hex) Nokia 8CF773 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA DC-DD-24 (hex) Energica Motor Company SpA DCDD24 (base 16) Energica Motor Company SpA Via Cesare della Chiesa, 150 MODENA (MO) Mo 41126 IT 64-1C-B0 (hex) Samsung Electronics Co.,Ltd 641CB0 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 90-3A-72 (hex) Ruckus Wireless 903A72 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US CC-3B-58 (hex) Curiouser Products Inc CC3B58 (base 16) Curiouser Products Inc 712 Broadway #4 New York NY 10003 US 4C-EF-C0 (hex) Amazon Technologies Inc. 4CEFC0 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 8C-59-73 (hex) Zyxel Communications Corporation 8C5973 (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW 24-18-1D (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) 24181D (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak SEMTHAI, WELLGROW INDUSTRIAL ESTATE Bangpakong Chachoengsao 24180 TH 58-D7-59 (hex) HUAWEI TECHNOLOGIES CO.,LTD 58D759 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN F8-90-66 (hex) Nain Inc. F89066 (base 16) Nain Inc. Aoyamadai building 902, Shibuya 2-9-10, Shibuya-ku Tokyo 150-0002 JP 70-06-AC (hex) Eastcompeace Technology Co., Ltd 7006AC (base 16) Eastcompeace Technology Co., Ltd Number 8 Pinggong Zhong Road,Nanping S&T Industry Community,Zhuhai,Guangdong,519060 China Zhuhai Guangdong 519060 CN 28-02-D8 (hex) Samsung Electronics Co.,Ltd 2802D8 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR DC-E5-33 (hex) IEEE Registration Authority DCE533 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US D8-44-5C (hex) DEV Tecnologia Ind Com Man Eq LTDA D8445C (base 16) DEV Tecnologia Ind Com Man Eq LTDA Av Prof Lineu Prestes 2242 SL 23 Sao Paulo SP 05508000 BR 50-95-51 (hex) ARRIS Group, Inc. 509551 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 80-41-26 (hex) HUAWEI TECHNOLOGIES CO.,LTD 804126 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN AC-F9-70 (hex) HUAWEI TECHNOLOGIES CO.,LTD ACF970 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 7C-39-53 (hex) zte corporation 7C3953 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 38-E1-AA (hex) zte corporation 38E1AA (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 48-C7-96 (hex) Samsung Electronics Co.,Ltd 48C796 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR F4-C2-48 (hex) Samsung Electronics Co.,Ltd F4C248 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR F4-71-90 (hex) Samsung Electronics Co.,Ltd F47190 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR C4-FF-BC (hex) IEEE Registration Authority C4FFBC (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 0C-23-69 (hex) Honeywell SPS 0C2369 (base 16) Honeywell SPS 700 Visions Dr. Skaneateles Falls NY 13153 US 04-C9-D9 (hex) Dish Technologies Corp 04C9D9 (base 16) Dish Technologies Corp 94 Inverness Terrace E Englewood CO 80112 US 70-55-F8 (hex) Cerebras Systems Inc 7055F8 (base 16) Cerebras Systems Inc 175 S San Antonio Rd #100 Los Altos CA 94022 US 6C-54-CD (hex) LAMPEX ELECTRONICS LIMITED 6C54CD (base 16) LAMPEX ELECTRONICS LIMITED 6-2/231/B, Kukatpally, Hyderabad Telangana 500072 IN 00-08-89 (hex) Dish Technologies Corp 000889 (base 16) Dish Technologies Corp 94 Inverness Terrace E Englewood CO 80112 US F0-B5-B7 (hex) Disruptive Technologies Research AS F0B5B7 (base 16) Disruptive Technologies Research AS Ytrebygdsvegen 215 Blomsterdalen Hordaland 5258 NO B4-DE-DF (hex) zte corporation B4DEDF (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 28-3B-82 (hex) D-Link International 283B82 (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG D4-90-9C (hex) Apple, Inc. D4909C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E4-E0-A6 (hex) Apple, Inc. E4E0A6 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 58-04-54 (hex) ICOMM HK LIMITED 580454 (base 16) ICOMM HK LIMITED SUITES 2302-6, 23/F GREAT EAGLE CTR 23 HARBOUR RD WANCHAI NA HK 3C-9A-77 (hex) Technicolor CH USA Inc. 3C9A77 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US C4-77-AF (hex) Advanced Digital Broadcast SA C477AF (base 16) Advanced Digital Broadcast SA Route de Crassier 21, B2 Eysins CH-1262 CH 94-29-0C (hex) Shenyang wisdom Foundation Technology Development Co., Ltd. 94290C (base 16) Shenyang wisdom Foundation Technology Development Co., Ltd. No. 262 North Main Street, Huanggu District, the Yellow River shenyang 110000 CN 9C-32-CE (hex) CANON INC. 9C32CE (base 16) CANON INC. 30-2 Shimomaruko 3-chome, Ohta-ku Tokyo 146-8501 JP 20-E0-9C (hex) Nokia 20E09C (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 2C-FD-A1 (hex) ASUSTek COMPUTER INC. 2CFDA1 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 38-07-D4 (hex) Zeppelin Systems GmbH 3807D4 (base 16) Zeppelin Systems GmbH Messenhäuser Str. 37-45 Rödermark Hessen 63322 DE 04-19-7F (hex) Grasphere Japan 04197F (base 16) Grasphere Japan 3-1-11 NNT build. Tokyo 1030013 JP 5C-00-38 (hex) Viasat Group S.p.A. 5C0038 (base 16) Viasat Group S.p.A. Via Aosta 23 Venaria Reale Torino 10078 IT 8C-EC-4B (hex) Dell Inc. 8CEC4B (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 00-50-91 (hex) NETACCESS, INC. 005091 (base 16) NETACCESS, INC. 18 KEEWAYDIN DRIVE SALEM NH 03079 US B8-50-01 (hex) Extreme Networks, Inc. B85001 (base 16) Extreme Networks, Inc. ONE ZEBRA PLAZA HOLTSVILLE NY 11742 US 80-2B-F9 (hex) Hon Hai Precision Ind. Co.,Ltd. 802BF9 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 54-B8-02 (hex) Samsung Electronics Co.,Ltd 54B802 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 10-CE-A9 (hex) Texas Instruments 10CEA9 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 80-5E-0C (hex) YEALINK(XIAMEN) NETWORK TECHNOLOGY CO.,LTD. 805E0C (base 16) YEALINK(XIAMEN) NETWORK TECHNOLOGY CO.,LTD. 309, 3th Floor, No.16, Yun Ding North Road, Huli District xiamen Fujian 361015 CN 6C-49-C1 (hex) o2ones Co., Ltd. 6C49C1 (base 16) o2ones Co., Ltd. 503 Glory Tower, 3-10, Gumi-ro 9beon-gil, Bundang-gu Seongnam-si Gyeonggi-do 13637 KR 70-EE-A3 (hex) Eoptolink Technology Inc. Ltd, 70EEA3 (base 16) Eoptolink Technology Inc. Ltd, No.127 West Wulian Street Chengdu China/Sichuan 610213 CN 70-47-E9 (hex) vivo Mobile Communication Co., Ltd. 7047E9 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 5C-52-1E (hex) Nintendo Co.,Ltd 5C521E (base 16) Nintendo Co.,Ltd 11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP 14-44-4A (hex) Apollo Seiko Ltd. 14444A (base 16) Apollo Seiko Ltd. 2271-7 Jinba Gotenba Shizuoka 412-0047 JP 3C-2C-99 (hex) Edgecore Networks Corporation 3C2C99 (base 16) Edgecore Networks Corporation 1 Creation RD 3. Hsinchu 30077 TW 88-D0-39 (hex) TCL Technoly Electronics(Huizhou).,Ltd 88D039 (base 16) TCL Technoly Electronics(Huizhou).,Ltd Section 37, Zhongkai Hi-Tech Development Zone Huizhou Guangdong 516006 CN 68-3E-02 (hex) SIEMENS AG, Digital Factory, Motion Control System 683E02 (base 16) SIEMENS AG, Digital Factory, Motion Control System Varey Road Congleton Cheshire CW12 1PH GB 00-02-61 (hex) Tilgin AB 000261 (base 16) Tilgin AB Finlandsgatan 40 kista 12345 SE 00-14-C3 (hex) Seagate Technology 0014C3 (base 16) Seagate Technology M/S NW1F01 Longmont CO 80503 US 00-04-CF (hex) Seagate Technology 0004CF (base 16) Seagate Technology M/S NW1F01 Longmont CO 80503 US 00-20-37 (hex) Seagate Technology 002037 (base 16) Seagate Technology 8001 E. BLOOMINGTON FWY BLOOMINGTON MN 55420 US 5C-81-A7 (hex) Network Devices Pty Ltd 5C81A7 (base 16) Network Devices Pty Ltd 16 Dickson Ave Artarmon NSW 2064 AU 5C-0C-0E (hex) Guizhou Huaxintong Semiconductor Technology Co Ltd 5C0C0E (base 16) Guizhou Huaxintong Semiconductor Technology Co Ltd Sitelin Park Intersection between Jin ma Ave and Qianzhong Ave Gui An New Area, Guizhou Prov 550003 CN 50-3C-EA (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 503CEA (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN D0-96-FB (hex) DASAN Network Solutions D096FB (base 16) DASAN Network Solutions DASAN Tower 8F, 49 Daewangpangyo-ro644beon-gil Bundang-gu Seongnam-si Gyeonggi-do 13493 KR 00-E0-91 (hex) LG Electronics 00E091 (base 16) LG Electronics 16, Woomyeon-dong, Seocho-gu Seoul 137-724 KR 38-43-7D (hex) Compal Broadband Networks, Inc. 38437D (base 16) Compal Broadband Networks, Inc. 13F., No.1, Taiyuan 1st St. Zhubei City Hsinchu County 30265 TW 50-6F-98 (hex) Sehaj Synergy Technologies Private Limited 506F98 (base 16) Sehaj Synergy Technologies Private Limited E-112A, Kataria Colony, Ramanagar Extension, New Sanganer Road, Sodala, Jaipur-302019 Jaipur Rajasthan 302019 IN 4C-AE-1C (hex) SaiNXT Technologies LLP 4CAE1C (base 16) SaiNXT Technologies LLP Shop No. 7, Sonawala Building, 1st Floor, Proctor Road, Grant Road (E) Mumbai Maharashtra 400007 IN 14-28-82 (hex) MIDICOM ELECTRONICS CO.LTD 142882 (base 16) MIDICOM ELECTRONICS CO.LTD Bucheon Techno Park 303-404,345 Seokcheon-ro,Bucheon-si Gyeonggi-do 1501 KR EC-81-93 (hex) Logitech, Inc EC8193 (base 16) Logitech, Inc 4700 NW Camas Meadows Drive Camas WA 98607 US 6C-DD-30 (hex) Cisco Systems, Inc 6CDD30 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 6C-4E-86 (hex) Third Millennium Systems Ltd. 6C4E86 (base 16) Third Millennium Systems Ltd. 18/19 Torfaen Business Centre, Panteg Way New Inn, Pontypool Torfaen NP4 0LS GB 5C-86-C1 (hex) DONGGUAN SOLUM ELECTRONICS CO.,LTD 5C86C1 (base 16) DONGGUAN SOLUM ELECTRONICS CO.,LTD NO.157,13 Coastal Way TPFTZ TIANJIN 300461 CN 5C-77-76 (hex) TCT mobile ltd 5C7776 (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN 70-E5-6E (hex) Texas Instruments 70E56E (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 54-7D-CD (hex) Texas Instruments 547DCD (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 00-AE-CD (hex) Pensando Systems 00AECD (base 16) Pensando Systems 1730 Technology Drive, Suite 202 San Jose CA 95110 US FC-9D-D8 (hex) Beijing TongTongYiLian Science and Technology Ltd. FC9DD8 (base 16) Beijing TongTongYiLian Science and Technology Ltd. Room 301,Zone 3,Building 9,No.8 Dongbeiwang West Road,Haidian District,Beijing BEIJING BEIJING 100193 CN DC-28-34 (hex) HAKKO Corporation DC2834 (base 16) HAKKO Corporation 4-5, Shiokusa 2-chome, Naniwaku Osaka Osaka 556-0024 JP 84-50-9A (hex) Easy Soft TV Co., Ltd 84509A (base 16) Easy Soft TV Co., Ltd #1613, Heungduk U-Tower, Heungduk Jung ang-ro 120 Yongin-si Gyeounggi-do 16950 KR 00-17-30 (hex) Automation Electronics 001730 (base 16) Automation Electronics 111 Big Horn Rd. Casper Wy 82601 US 30-E4-8E (hex) Vodafone UK 30E48E (base 16) Vodafone UK Vodafone House Newbury Berkshire RG142FN GB 44-91-60 (hex) Murata Manufacturing Co., Ltd. 449160 (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP B4-F1-DA (hex) LG Electronics (Mobile Communications) B4F1DA (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR C8-63-F1 (hex) Sony Interactive Entertainment Inc. C863F1 (base 16) Sony Interactive Entertainment Inc. 1-7-1 Konan Minato-ku Tokyo 108-0075 JP DC-E1-AD (hex) Shenzhen Wintop Photoelectric Technology Co., Ltd DCE1AD (base 16) Shenzhen Wintop Photoelectric Technology Co., Ltd 6th Floor, 1st Building, Zone 3, South Area, Zhongguan& Honghualing Industrial Zone, No. 1213, Liuxian Avenue, Taoyuan Street, Nanshan District, Shenzhen, China Shenzhen Guangdong 518054 CN 94-88-54 (hex) Texas Instruments 948854 (base 16) Texas Instruments 12500 TI Boulevard Dallas TX 75243 US 00-1D-0D (hex) Sony Interactive Entertainment Inc. 001D0D (base 16) Sony Interactive Entertainment Inc. 1-7-1 Konan Minato-ku Tokyo 108-0075 JP B0-FC-36 (hex) CyberTAN Technology Inc. B0FC36 (base 16) CyberTAN Technology Inc. 99 Park Ave III, Hsinchu Science Park Hsinchu 308 TW 00-1D-F4 (hex) Magellan Technology Pty Limited 001DF4 (base 16) Magellan Technology Pty Limited 65 Johnston Street Annandale NSW 2000 AU 6C-05-D5 (hex) Ethertronics Inc 6C05D5 (base 16) Ethertronics Inc 5501 Oberlin Drive, Suite 100 SAN DIEGO CA 92121 US 00-19-C2 (hex) Equustek Solutions, Inc. 0019C2 (base 16) Equustek Solutions, Inc. #286 - 5489 Byrne Road, Burnaby BC V5J 3J1 CA EC-B0-E1 (hex) Ciena Corporation ECB0E1 (base 16) Ciena Corporation 7035 Ridge Road Hanover MD 21076 US 78-DD-D9 (hex) Guangzhou Shiyuan Electronics Co., Ltd. 78DDD9 (base 16) Guangzhou Shiyuan Electronics Co., Ltd. No.6, 4th Yunpu Road, Yunpu Industry District Guangzhou Guangdong 510530 CN F8-B7-E2 (hex) Cisco Systems, Inc F8B7E2 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US F8-20-55 (hex) Green Information System F82055 (base 16) Green Information System #202(Shopping center), Woldong-ro 28, Buk-gu Gwangju 61153 KR 74-E1-9A (hex) Fiberhome Telecommunication Technologies Co.,LTD 74E19A (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 00-00-97 (hex) Dell EMC 000097 (base 16) Dell EMC 176 South Street Hopkinton MA 01748 US 8C-CF-09 (hex) Dell EMC 8CCF09 (base 16) Dell EMC 228 South St Hopkinton MA 01748 US 8C-83-9D (hex) SHENZHEN XINYUPENG ELECTRONIC TECHNOLOGY CO., LTD 8C839D (base 16) SHENZHEN XINYUPENG ELECTRONIC TECHNOLOGY CO., LTD ROOM 1505,BIT INNOVATION BUILDING,SCIENCE AND TECHNOLOGY PARK,NANSHAN DISTRICT Shenzhen 518057 CN B0-C1-9E (hex) zte corporation B0C19E (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 0C-37-47 (hex) zte corporation 0C3747 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN AC-A6-67 (hex) Electronic Systems Protection, Inc. ACA667 (base 16) Electronic Systems Protection, Inc. 8001 Knightdale Blvd. Knightdale NC 27545 US 00-81-F9 (hex) Texas Instruments 0081F9 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US EC-B5-FA (hex) Philips Lighting BV ECB5FA (base 16) Philips Lighting BV High Tech Campus 45 Eindhoven Noord Brabant 5656 AE NL 44-CD-0E (hex) FLEXTRONICS MANUFACTURING(ZHUHAI)CO.,LTD. 44CD0E (base 16) FLEXTRONICS MANUFACTURING(ZHUHAI)CO.,LTD. Xin Qing Science & Technology Industrial Park,Jin An Town,Doumen ,Zhuhai,Guangdong,PRC Zhuhai Guangdong 519180 CN E8-82-5B (hex) ARRIS Group, Inc. E8825B (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 70-99-1C (hex) Shenzhen Honesty Electronics Co.,Ltd 70991C (base 16) Shenzhen Honesty Electronics Co.,Ltd 5/F,Zone B,Chitat Industrial Park,West Longping Road Shenzhen City Longgang District, Guangdong 518172 CN 80-B0-3D (hex) Apple, Inc. 80B03D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E4-9A-DC (hex) Apple, Inc. E49ADC (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US AC-E4-B5 (hex) Apple, Inc. ACE4B5 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D0-D2-B0 (hex) Apple, Inc. D0D2B0 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-1C-AE (hex) WiChorus, Inc. 001CAE (base 16) WiChorus, Inc. 3590 N 1st Street, Suite 300 San Jose CA 95134 US 7C-DD-76 (hex) Suzhou Hanming Technologies Co., Ltd. 7CDD76 (base 16) Suzhou Hanming Technologies Co., Ltd. Suite 407, No. 166, Ren Ai Road Suzhou Jiangsu 215123 CN 24-68-80 (hex) Braveridge.co.,ltd. 246880 (base 16) Braveridge.co.,ltd. 3-27-2, Susenji Nishi-ku, Fukuoka-shi Fukuoka 819-0373 JP F0-92-B4 (hex) SICHUAN TIANYI COMHEART TELECOMCO., LTD F092B4 (base 16) SICHUAN TIANYI COMHEART TELECOMCO., LTD FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN E8-DF-70 (hex) AVM Audiovisuelles Marketing und Computersysteme GmbH E8DF70 (base 16) AVM Audiovisuelles Marketing und Computersysteme GmbH Alt-Moabit 95 Berlin Berlin 10559 DE 28-AD-3E (hex) Shenzhen TONG BO WEI Technology CO.,LTD 28AD3E (base 16) Shenzhen TONG BO WEI Technology CO.,LTD Longhua District, Dalang street Langkou community Huarong Road Peng Tengda Industrial Park 4 5 floor SHENZHEN guangdong 518109 CN 00-1C-56 (hex) Pado Systems, Inc. 001C56 (base 16) Pado Systems, Inc. #706 Loadland EZ Tower 153 SungNam Gyung gi-Do 463-810 KR F0-6D-78 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD F06D78 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 78-44-FD (hex) TP-LINK TECHNOLOGIES CO.,LTD. 7844FD (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN EC-F8-EB (hex) SICHUAN TIANYI COMHEART TELECOMCO., LTD ECF8EB (base 16) SICHUAN TIANYI COMHEART TELECOMCO., LTD FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN 70-7D-95 (hex) Shenzhen City LinwlanTechnology Co. Ltd. 707D95 (base 16) Shenzhen City LinwlanTechnology Co. Ltd. 106 village road , manhole street Baoan district . Shenzhen Guangdong 518125 CN 2C-43-1A (hex) Shenzhen YOUHUA Technology Co., Ltd 2C431A (base 16) Shenzhen YOUHUA Technology Co., Ltd Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN A8-D3-C8 (hex) Topcon Electronics GmbH & Co. KG A8D3C8 (base 16) Topcon Electronics GmbH & Co. KG Industriestraße 7 Geisenheim 65366 DE D0-59-95 (hex) Fiberhome Telecommunication Technologies Co.,LTD D05995 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 18-CC-88 (hex) Hitachi Johnson Controls Air 18CC88 (base 16) Hitachi Johnson Controls Air 390 Number Shimizu Village Village Shizuoka Prefecture 424-0926 JP 80-C7-55 (hex) Panasonic Appliances Company 80C755 (base 16) Panasonic Appliances Company 2-3-1-2 Noji-higashi Kusatsu City Shiga 525-8555 JP F0-BD-2E (hex) H+S Polatis Ltd F0BD2E (base 16) H+S Polatis Ltd 332/2 Cambridge Science Park Cambridge CB4 0WN GB 74-6E-E4 (hex) Asia Vital Components Co.,Ltd. 746EE4 (base 16) Asia Vital Components Co.,Ltd. Rm. 3, 7F., No.24, Wuquan 2nd Rd., Xinzhuang Dist., New Taipei Taiwan 24892 TW 00-40-E4 (hex) E-M TECHNOLOGY, INC. 0040E4 (base 16) E-M TECHNOLOGY, INC. 9245 SOUTHWEST NIMBUS AVE. BEAVERTON OR 97005 US 98-4B-4A (hex) ARRIS Group, Inc. 984B4A (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US E0-84-F3 (hex) High Grade Controls Corporation E084F3 (base 16) High Grade Controls Corporation 87 Magill Street Sudbury Ontario P3Y1K6 CA 38-A6-CE (hex) BSkyB Ltd 38A6CE (base 16) BSkyB Ltd 130 Kings Road Brentwood Essex 08854 GB 34-56-FE (hex) Cisco Meraki 3456FE (base 16) Cisco Meraki 500 Terry A. Francois Blvd San Francisco null 94158 US 70-70-8B (hex) Cisco Systems, Inc 70708B (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 38-9F-5A (hex) C-Kur TV Inc. 389F5A (base 16) C-Kur TV Inc. A-1902, 583, Yangcheon-ro, Gangseo-gu Seoul 07547 KR D8-43-ED (hex) Suzuken D843ED (base 16) Suzuken 8, Higashikatahamachi, Higashiku Nagoya Aich 4610015 JP BC-41-01 (hex) Shenzhen TINNO Mobile Technology Corp. BC4101 (base 16) Shenzhen TINNO Mobile Technology Corp. 4/F, H-3 Building, Qiao Cheng Eastern Industrial Park, Overseas Chinese Town, Shenzhen Shenzhen guangdong 518053 CN 04-3A-0D (hex) SM Optics S.r.l. 043A0D (base 16) SM Optics S.r.l. via Michelangelo Buonarroti, 1 Cologno Monzese Milan I-20093 IT 44-8F-17 (hex) Samsung Electronics Co., Ltd. ARTIK 448F17 (base 16) Samsung Electronics Co., Ltd. ARTIK 1-1, Samsungjeonja-ro Hwaseong-si Gyeonggi-do 18448 KR 00-FC-8B (hex) Amazon Technologies Inc. 00FC8B (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 00-76-B1 (hex) Somfy-Protect By Myfox SAS 0076B1 (base 16) Somfy-Protect By Myfox SAS Regent Park II, Bât I, 2460 l'Occitane Labège 31670 FR 6C-C1-47 (hex) Xiamen Hanin Electronic Technology Co., Ltd 6CC147 (base 16) Xiamen Hanin Electronic Technology Co., Ltd #8 building, Gaoqi Nan Shi'er Road, Huli Distric Xiamen Fujian 361000 CN A0-72-E4 (hex) NJ SYSTEM CO.,LTD A072E4 (base 16) NJ SYSTEM CO.,LTD Urim lions valley 5cha, A-1701, 144-3, Sangdaewon-dong, Jungwon-gu Seongnam Gyeonggido 13201 KR 4C-13-65 (hex) Emplus Technologies 4C1365 (base 16) Emplus Technologies Bld B, 10F, No.209, Sec.1, Nangang Rd Taipei 115 TW CC-F9-57 (hex) u-blox AG CCF957 (base 16) u-blox AG Zuercherstrasse 68 Thalwil 8800 CH 0C-62-A6 (hex) Hui Zhou Gaoshengda Technology Co.,LTD 0C62A6 (base 16) Hui Zhou Gaoshengda Technology Co.,LTD No.75,Zhongkai High-Tech Development District,Huizhou Hui Zhou Guangdong 516006 CN 18-13-2D (hex) zte corporation 18132D (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 74-D2-1D (hex) HUAWEI TECHNOLOGIES CO.,LTD 74D21D (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 18-78-D4 (hex) Verizon 1878D4 (base 16) Verizon One Verizon Way Basking Ridge NJ 07920 US B8-D9-4D (hex) Sagemcom Broadband SAS B8D94D (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 38-90-A5 (hex) Cisco Systems, Inc 3890A5 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US C0-74-2B (hex) SHENZHEN XUNLONG SOFTWARE CO.,LIMITED C0742B (base 16) SHENZHEN XUNLONG SOFTWARE CO.,LIMITED Room 532, Block A, Huameiju Business Center, Xinhu Road, Baoan 82 Area Shenzhen Guangdong 518133 CN 5C-67-76 (hex) IDS Imaging Development Systems GmbH 5C6776 (base 16) IDS Imaging Development Systems GmbH Dimbacher Str. 6 Obersulm BW 74182 DE 44-EA-D8 (hex) Texas Instruments 44EAD8 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 18-9B-A5 (hex) IEEE Registration Authority 189BA5 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US A4-91-B1 (hex) Technicolor A491B1 (base 16) Technicolor Prins Boudewijnlaan 47 Edegem - Belgium B-2650 BE 1C-70-22 (hex) Murata Manufacturing Co., Ltd. 1C7022 (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP CC-98-91 (hex) Cisco Systems, Inc CC9891 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 28-BF-89 (hex) Fiberhome Telecommunication Technologies Co.,LTD 28BF89 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 90-3D-BD (hex) SECURE METERS LIMITED 903DBD (base 16) SECURE METERS LIMITED E CLASS, PRATAP NAGAR INDUSTRIAL AREA UDAIPUR RAJASTHAN 313003 IN 00-22-94 (hex) KYOCERA CORPORATION 002294 (base 16) KYOCERA CORPORATION 2-1-1,Kagahara Yokohama-shi Kanagawa 224-8502 JP 38-89-DC (hex) Opticon Sensors Europe B.V. 3889DC (base 16) Opticon Sensors Europe B.V. Opaallaan 35 Hoofddorp Noord Holland 2132 XV NL 8C-45-00 (hex) Murata Manufacturing Co., Ltd. 8C4500 (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP 1C-DD-EA (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 1CDDEA (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 94-00-06 (hex) jinyoung 940006 (base 16) jinyoung 1000 Dongil-ro Nowon-gu Seoul Seoul 01849 KR 20-04-0F (hex) Dell Inc. 20040F (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US A4-34-12 (hex) Thales Alenia Space A43412 (base 16) Thales Alenia Space 26 av JF Champollion Toulouse 31037 FR 8C-85-90 (hex) Apple, Inc. 8C8590 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US BC-88-C3 (hex) Ningbo Dooya Mechanic & Electronic Technology Co., Ltd BC88C3 (base 16) Ningbo Dooya Mechanic & Electronic Technology Co., Ltd No.168 Shengguang road Luotuo street Zhenhai district Ningbo Zhejiang 315202 CN 38-CD-07 (hex) Beijing FaceCam Technology Co., Ltd. 38CD07 (base 16) Beijing FaceCam Technology Co., Ltd. Room C115, DongSheng Building, No 8, East Road, Zhongguan Town, Haidian District Beijing 100083 CN 00-D0-60 (hex) Panasonic Europe Ltd. 00D060 (base 16) Panasonic Europe Ltd. LABORATORIES GMBH DE EC-FA-03 (hex) FCA ECFA03 (base 16) FCA 800 Chrylser Dr Auburn Hills MI 48326 US 6C-96-CF (hex) Apple, Inc. 6C96CF (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 68-1F-40 (hex) Blu Wireless Technology Ltd 681F40 (base 16) Blu Wireless Technology Ltd Bluwireless Technology, 5th Floor, 1 Temple Way Bristol Bristol, City of BS2 0BY GB 90-AD-F7 (hex) vivo Mobile Communication Co., Ltd. 90ADF7 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 40-CE-24 (hex) Cisco Systems, Inc 40CE24 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 34-32-E6 (hex) Panasonic Industrial Devices Europe GmbH 3432E6 (base 16) Panasonic Industrial Devices Europe GmbH Zeppelinstraße 19 Lüneburg 21337 DE 40-01-7A (hex) Cisco Systems, Inc 40017A (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 78-88-6D (hex) Apple, Inc. 78886D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 20-EE-28 (hex) Apple, Inc. 20EE28 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US B4-F6-1C (hex) Apple, Inc. B4F61C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 08-F4-AB (hex) Apple, Inc. 08F4AB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US FC-01-7C (hex) Hon Hai Precision Ind. Co.,Ltd. FC017C (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 90-32-4B (hex) Hon Hai Precision Ind. Co.,Ltd. 90324B (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 60-2E-20 (hex) HUAWEI TECHNOLOGIES CO.,LTD 602E20 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN E4-72-E2 (hex) HUAWEI TECHNOLOGIES CO.,LTD E472E2 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-12-7D (hex) MobileAria 00127D (base 16) MobileAria 800 W El Camino Real #240 Mountain View CA 94040 US F8-64-65 (hex) Anova Applied Electronics, Inc. F86465 (base 16) Anova Applied Electronics, Inc. 580 Howard Street, #403 san francisco CA 94105 US 00-20-60 (hex) ALCATEL ITALIA S.p.A. 002060 (base 16) ALCATEL ITALIA S.p.A. VIA TRENTO, 30 20059 VIMERCATE (MI) IT 50-8F-4C (hex) Xiaomi Communications Co Ltd 508F4C (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN A4-77-58 (hex) Ningbo Freewings Technologies Co.,Ltd A47758 (base 16) Ningbo Freewings Technologies Co.,Ltd No.502 Wenshui Road, Shounan Street, Yinzhou District Ningbo Zhejiang 315192 CN 58-A0-CB (hex) TrackNet, Inc 58A0CB (base 16) TrackNet, Inc 900 Lafayette Street #329 Santa Clara CA 95050 US 00-0C-EC (hex) Spectracom Corp. 000CEC (base 16) Spectracom Corp. 95 Methodist Hill Drive Rochester NY 14623 US E0-60-89 (hex) Cloudleaf, Inc. E06089 (base 16) Cloudleaf, Inc. 860 Hillview Court, Suite 350 Milpitas CA 95035 US 78-36-90 (hex) Yulong Computer Telecommunication Scientific (Shenzhen) Co.,Ltd 783690 (base 16) Yulong Computer Telecommunication Scientific (Shenzhen) Co.,Ltd Road NO2, West of Industrial Park,North of Science & Technology Park Dongguan Guangdong 518057 CN BC-54-FC (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. BC54FC (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. 3/F, Building R1-B, High-Tech Industrial Park, Nanshan District Shenzhen Guangdong 518057 CN 0C-4B-54 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 0C4B54 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN E4-F0-04 (hex) Dell Inc. E4F004 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 94-E3-6D (hex) Texas Instruments 94E36D (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US F0-F8-F2 (hex) Texas Instruments F0F8F2 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 34-15-13 (hex) Texas Instruments 341513 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 74-81-9A (hex) PT. Hartono Istana Teknologi 74819A (base 16) PT. Hartono Istana Teknologi KHR Asnawi Kudus Jawa Tengah 59332 ID 28-35-45 (hex) SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD 283545 (base 16) SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD Unit East Block22-24/F,Skyworth semiconductor design Bldg., Gaoxin Ave.4.S.,Nanshan District,Shenzhen,China SHENZHEN GUANGDONG 518057 CN 04-4F-4C (hex) HUAWEI TECHNOLOGIES CO.,LTD 044F4C (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 18-B8-1F (hex) ARRIS Group, Inc. 18B81F (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 1C-15-1F (hex) HUAWEI TECHNOLOGIES CO.,LTD 1C151F (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-8B-FC (hex) mixi,Inc. 008BFC (base 16) mixi,Inc. Sumitomo Shibuya First Tower 7F, 1-2-20 Higashi Shibuya-ku Tokyo 150-0011 JP A8-2B-B5 (hex) Edgecore Networks Corporation A82BB5 (base 16) Edgecore Networks Corporation 1 Creation RD 3. Hsinchu 30077 TW E8-E1-E2 (hex) Energotest E8E1E2 (base 16) Energotest Chorzowska 44B Gliwice Slask 44-100 PL 78-11-DC (hex) XIAOMI Electronics,CO.,LTD 7811DC (base 16) XIAOMI Electronics,CO.,LTD Xiaomi Building, No.68 Qinghe Middle Street Haidian District Beijing 100085 CN D4-63-C6 (hex) Motorola Mobility LLC, a Lenovo Company D463C6 (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US F8-44-E3 (hex) Taicang T&W Electronics F844E3 (base 16) Taicang T&W Electronics 89# Jiang Nan RD Suzhou Jiangsu 215412 CN 24-A5-34 (hex) SynTrust Tech International Ltd. 24A534 (base 16) SynTrust Tech International Ltd. 10F-1, No. 125, Songde Road, Taipei Taiwan 110 TW C4-44-A0 (hex) Cisco Systems, Inc C444A0 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 18-74-2E (hex) Amazon Technologies Inc. 18742E (base 16) Amazon Technologies Inc. P.O Box 8102 Reno 89507 US 90-A3-65 (hex) HMD Global Oy 90A365 (base 16) HMD Global Oy Bertel Jungin aukio 9 Espoo 02600 FI DC-44-B6 (hex) Samsung Electronics Co.,Ltd DC44B6 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 10-07-B6 (hex) Samsung Electronics Co.,Ltd 1007B6 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 34-2D-0D (hex) Samsung Electronics Co.,Ltd 342D0D (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR A4-4C-C8 (hex) Dell Inc. A44CC8 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US D8-37-BE (hex) SHENZHEN GONGJIN ELECTRONICS CO.,LT D837BE (base 16) SHENZHEN GONGJIN ELECTRONICS CO.,LT #1905 Mei Hong Road Shanghai Shanghai 200000 CN D4-68-4D (hex) Ruckus Wireless D4684D (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 8C-0C-90 (hex) Ruckus Wireless 8C0C90 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 6C-AA-B3 (hex) Ruckus Wireless 6CAAB3 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 00-13-92 (hex) Ruckus Wireless 001392 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 08-51-14 (hex) QINGDAO TOPSCOMM COMMUNICATION CO., LTD 085114 (base 16) QINGDAO TOPSCOMM COMMUNICATION CO., LTD 7/F, Building 6, NO.288, Ningxia Road Qingdao Shandong 266024 CN D0-5A-00 (hex) Technicolor CH USA Inc. D05A00 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 70-78-8B (hex) vivo Mobile Communication Co., Ltd. 70788B (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 48-59-A4 (hex) zte corporation 4859A4 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 54-BD-79 (hex) Samsung Electronics Co.,Ltd 54BD79 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR A0-42-3F (hex) Tyan Computer Corp A0423F (base 16) Tyan Computer Corp 3288 Larurelview Court Fremont CA 94538 US 70-F1-1C (hex) Shenzhen Ogemray Technology Co.,Ltd 70F11C (base 16) Shenzhen Ogemray Technology Co.,Ltd 4/F,5Bldg,Dongwu Industrial Park, Donghuan 1st Rd, Longhua District. Shenzhen 518059 CN 70-65-A3 (hex) Kandao lightforge Co., Ltd. 7065A3 (base 16) Kandao lightforge Co., Ltd. 5th Floor, M7 Steel Building, the second way in Technology Road , Nanshan District, Shenzhen Guangdong 518057 CN 14-14-4B (hex) Ruijie Networks Co.,LTD 14144B (base 16) Ruijie Networks Co.,LTD 19-22# Building,Star-net Science Plaza,Juyuanzhou, FUZHOU FUJIAN 350002 CN 74-D0-DC (hex) Ericsson AB 74D0DC (base 16) Ericsson AB Torshamnsgatan 48 STOCKHOLM 164 83 SE C0-8A-DE (hex) Ruckus Wireless C08ADE (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 00-1D-2E (hex) Ruckus Wireless 001D2E (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US B4-E6-2A (hex) LG Innotek B4E62A (base 16) LG Innotek 26, Hanamsandan 5beon-ro Gwangju Gwangsan-gu 506-731 KR A0-C5-F2 (hex) IEEE Registration Authority A0C5F2 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US A8-6B-7C (hex) SHENZHEN FENGLIAN TECHNOLOGY CO., LTD. A86B7C (base 16) SHENZHEN FENGLIAN TECHNOLOGY CO., LTD. ORIENTAL CYBERPORT, HIGHTECH 6 ROAD SHENZHEN GUANGDONG 518057 CN B0-39-56 (hex) NETGEAR B03956 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 3C-0C-DB (hex) UNIONMAN TECHNOLOGY CO.,LTD 3C0CDB (base 16) UNIONMAN TECHNOLOGY CO.,LTD 18F, HUAYANG TOWER,YANDAYI ROAD Huizhou Guangdong 516007 CN EC-42-B4 (hex) ADC Corporation EC42B4 (base 16) ADC Corporation 77-1, Miyako Namegawa-machi, Hiki-gun Saitama Pref. 355-0812 JP 60-DA-83 (hex) Hangzhou H3C Technologies Co., Limited 60DA83 (base 16) Hangzhou H3C Technologies Co., Limited 466 Changhe Road, Binjiang District Hangzhou Zhejiang, P.R.China 310052 CN 2C-57-31 (hex) Wingtech Group (HongKong)Limited 2C5731 (base 16) Wingtech Group (HongKong)Limited FLAT/RM 1903 19/F PODIUM PLAZA 5HANOI ROAD TSIM SHA TSUI Hong Kong Hong Kong 999077 HK CC-46-39 (hex) WAAV, Inc. CC4639 (base 16) WAAV, Inc. 151 PEARL ST FL 4 BOSTON MA 02110 US AC-9E-17 (hex) ASUSTek COMPUTER INC. AC9E17 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 64-16-66 (hex) Nest Labs Inc. 641666 (base 16) Nest Labs Inc. 3400 Hillview Ave. Palo Alto CA 94304 US D8-DF-7A (hex) Quest Software, Inc. D8DF7A (base 16) Quest Software, Inc. 4 Polaris Way Aliso Viejo CA 92656 US 14-5B-E1 (hex) nyantec GmbH 145BE1 (base 16) nyantec GmbH Europaplatz 2 Berlin 10557 DE A0-23-9F (hex) Cisco Systems, Inc A0239F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 70-F3-5A (hex) Cisco Systems, Inc 70F35A (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US A0-34-1B (hex) Adero Inc A0341B (base 16) Adero Inc 7410 HOllister Ave Goleta CA 93117 US A0-AF-BD (hex) Intel Corporate A0AFBD (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 7C-8B-CA (hex) TP-LINK TECHNOLOGIES CO.,LTD. 7C8BCA (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN B0-4E-26 (hex) TP-LINK TECHNOLOGIES CO.,LTD. B04E26 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN B0-89-C2 (hex) Zyptonite B089C2 (base 16) Zyptonite 1460 Broadway, 12 fl. New York NY 10036 US F0-23-B9 (hex) IEEE Registration Authority F023B9 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US FC-4D-D4 (hex) Universal Global Scientific Industrial Co., Ltd. FC4DD4 (base 16) Universal Global Scientific Industrial Co., Ltd. 141, Lane 351, Taiping Rd. Sec. 1, Tsao Tuen, Nan-Tou Hsien, 542 TW A4-F4-C2 (hex) VNPT TECHNOLOGY A4F4C2 (base 16) VNPT TECHNOLOGY HoaLac Hi-Tech Park HANOI HANOI 10000 VN 8C-14-7D (hex) IEEE Registration Authority 8C147D (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 30-07-4D (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) 30074D (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak SEMTHAI, WELLGROW INDUSTRIAL ESTATE Bangpakong Chachoengsao 24180 TH 1C-1F-D4 (hex) LifeBEAM Technologies LTD 1C1FD4 (base 16) LifeBEAM Technologies LTD 150 Greenwich st 4WTC - 29th floor New York NY 10007 US 00-9A-D2 (hex) Cisco Systems, Inc 009AD2 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 44-7F-77 (hex) Connected Home 447F77 (base 16) Connected Home 19-22, Rathbone Place London W1T 1HY GB E8-B6-C2 (hex) Juniper Networks E8B6C2 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 94-7B-E7 (hex) Samsung Electronics Co.,Ltd 947BE7 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 50-92-B9 (hex) Samsung Electronics Co.,Ltd 5092B9 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR DC-74-A8 (hex) Samsung Electronics Co.,Ltd DC74A8 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR E8-39-35 (hex) Hewlett Packard E83935 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 00-18-0A (hex) Cisco Meraki 00180A (base 16) Cisco Meraki 99 Rhode Island St. San Francisco, CA 94103 US 5C-6A-80 (hex) Zyxel Communications Corporation 5C6A80 (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW D8-60-B3 (hex) Guangdong Global Electronic Technology CO.,LTD D860B3 (base 16) Guangdong Global Electronic Technology CO.,LTD Floor4 East side,build#6,Huangzhou industry Park, chebei Road, Tianhe District GuangZhou GuangDong 510660 CN 64-35-1C (hex) e-CON SYSTEMS INDIA PVT LTD 64351C (base 16) e-CON SYSTEMS INDIA PVT LTD RR Tower 4, 7th Floor, TVK IND Estate, Guindy Chennai Other 600032 IN 60-BA-18 (hex) nextLAP GmbH 60BA18 (base 16) nextLAP GmbH Hofmannstr. 61 München 81379 DE 44-AA-50 (hex) Juniper Networks 44AA50 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 84-CD-62 (hex) ShenZhen IDWELL Technology CO.,Ltd 84CD62 (base 16) ShenZhen IDWELL Technology CO.,Ltd 4F,Building 20 Changxing Industrial Park,Shayi,Shajing,BaoAn ShenZhen 518000 CN A8-D5-79 (hex) Beijing Chushang Science and Technology Co.,Ltd A8D579 (base 16) Beijing Chushang Science and Technology Co.,Ltd 3A285 room,3 layer,1 building,No 11 of yongwai song zhuang road,Fengtai district,Beijing Beijing Beijing 518000 CN 44-48-C1 (hex) Hewlett Packard Enterprise 4448C1 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US 48-10-63 (hex) NTT Innovation Institute, Inc. 481063 (base 16) NTT Innovation Institute, Inc. 1950 University Avenue, Suite 600 East Palo Alto CA 94303 US A0-8E-78 (hex) Sagemcom Broadband SAS A08E78 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 88-D5-0C (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 88D50C (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN D4-28-D5 (hex) TCT mobile ltd D428D5 (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN 9C-AF-6F (hex) ITEL MOBILE LIMITED 9CAF6F (base 16) ITEL MOBILE LIMITED RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK FC-53-9E (hex) Shanghai Wind Technologies Co.,Ltd FC539E (base 16) Shanghai Wind Technologies Co.,Ltd Floor 8,East Building,Guilin Technology Mansion,No.650,Caobao Road,XuHui District,Shanghai,P.R.China Shanghai Shanghai 200233 CN 60-53-17 (hex) Sandstone Technologies 605317 (base 16) Sandstone Technologies 1920 lyell ave Rochester NY 14606 US 90-70-65 (hex) Texas Instruments 907065 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 18-A9-58 (hex) PROVISION THAI CO., LTD. 18A958 (base 16) PROVISION THAI CO., LTD. 155/7-10 Rachadapisek Rd., Thonburi Bangkok 10600 TH 74-C9-A3 (hex) Fiberhome Telecommunication Technologies Co.,LTD 74C9A3 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN EC-8A-4C (hex) zte corporation EC8A4C (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN D4-5F-25 (hex) Shenzhen YOUHUA Technology Co., Ltd D45F25 (base 16) Shenzhen YOUHUA Technology Co., Ltd Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN 40-C8-CB (hex) AM Telecom co., Ltd. 40C8CB (base 16) AM Telecom co., Ltd. #608,YatapLeaders B/D, Jangmi-ro 42, Bundang-gu Seongnam-si Gyeonggi-do 463-828 KR 2C-AB-EB (hex) Cisco Systems, Inc 2CABEB (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US C8-3A-6B (hex) Roku, Inc C83A6B (base 16) Roku, Inc 150 Winchester Circle Los Gatos CA 95032 US B4-C6-F8 (hex) Axilspot Communication B4C6F8 (base 16) Axilspot Communication A302 Han's Innovation Building, No.9018 Beihuan Ave., Nanshan District Shenzhen 518000 CN 9C-E9-51 (hex) Shenzhen Sang Fei Consumer Communications Ltd., Co. 9CE951 (base 16) Shenzhen Sang Fei Consumer Communications Ltd., Co. 11,Science And Technology Road, Shenzhen Hi-tech Industrial Park, Nanshan District Shenzhen City Guangdong 518057 CN B8-D5-0B (hex) Sunitec Enterprise Co.,Ltd B8D50B (base 16) Sunitec Enterprise Co.,Ltd 3F.,No.98-1,Mincyuan Rd.Sindian City Taipei County 231 231141 CN BC-66-DE (hex) Shadow Creator Information Technology Co.,Ltd. BC66DE (base 16) Shadow Creator Information Technology Co.,Ltd. Shanghai City, Pudong New Area Zhangjiang road 368, Building 29, room 611 Shanghai Shanghai 200120 CN 18-68-CB (hex) Hangzhou Hikvision Digital Technology Co.,Ltd. 1868CB (base 16) Hangzhou Hikvision Digital Technology Co.,Ltd. No.469,Jianghui Road Hangzhou Zhejiang 310052 CN C4-AE-12 (hex) Samsung Electronics Co.,Ltd C4AE12 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 00-1F-A4 (hex) SHENZHEN GONGJIN ELECTRONICS CO.,LT 001FA4 (base 16) SHENZHEN GONGJIN ELECTRONICS CO.,LT 4F,Baiying Building, No.1019,Nanhai RD,Shekou, ShenZhen GuangDong 518067 CN D4-DC-CD (hex) Apple, Inc. D4DCCD (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 48-4B-AA (hex) Apple, Inc. 484BAA (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US DC-A9-04 (hex) Apple, Inc. DCA904 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 6C-AB-31 (hex) Apple, Inc. 6CAB31 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 4C-74-BF (hex) Apple, Inc. 4C74BF (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 04-94-6B (hex) TECNO MOBILE LIMITED 04946B (base 16) TECNO MOBILE LIMITED ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK A0-4C-5B (hex) Shenzhen TINNO Mobile Technology Corp. A04C5B (base 16) Shenzhen TINNO Mobile Technology Corp. 4/F, H-3 Building, Qiao Cheng Eastern Industrial Park, Overseas Chinese Town, Shenzhen Shenzhen guangdong 518053 CN 48-88-03 (hex) ManTechnology Inc. 488803 (base 16) ManTechnology Inc. 12th Fl, 308-4 Seongsoodong 2ga, Seongdonggu Seoul 04781 KR B4-36-E3 (hex) KBVISION GROUP B436E3 (base 16) KBVISION GROUP 337 N. Vineyard Avenue, 4th Floor, San Jose, CA 91764 San Jose CA 90847 US 94-D2-99 (hex) Techmation Co.,Ltd. 94D299 (base 16) Techmation Co.,Ltd. 9F., No.529, Zhongzheng Rd., Xindian Dist., New Taipei City 231, Taiwan New Taipei City 231 TW 34-1A-35 (hex) Fiberhome Telecommunication Technologies Co.,LTD 341A35 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 2C-02-9F (hex) 3ALogics 2C029F (base 16) 3ALogics #704, Hyundai office B'd, Sunae-dong, Bundang-gu Seongnam-si 13601 KR 64-D1-54 (hex) Routerboard.com 64D154 (base 16) Routerboard.com Mikrotikls SIA Riga Riga LV1009 LV 58-D9-D5 (hex) Tenda Technology Co.,Ltd.Dongguan branch 58D9D5 (base 16) Tenda Technology Co.,Ltd.Dongguan branch Room 79,Yuanyi Road,Dalang Town,Dongguan Guangdong 523770 Dongguan Guangdong 523770 CN 6C-4B-90 (hex) LiteON 6C4B90 (base 16) LiteON 5F, No.90, Rd. Chien 1, ChungHo New Taipei Taiwan 23505 TW 00-05-0F (hex) Tanaka S/S Ltd. 00050F (base 16) Tanaka S/S Ltd. 1942 Nomura Hirooka Nagano 399-0702 JP 98-9E-63 (hex) Apple, Inc. 989E63 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 88-6B-6E (hex) Apple, Inc. 886B6E (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F4-E4-AD (hex) zte corporation F4E4AD (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 28-FF-3E (hex) zte corporation 28FF3E (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN B8-D7-AF (hex) Murata Manufacturing Co., Ltd. B8D7AF (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP D4-AE-05 (hex) Samsung Electronics Co.,Ltd D4AE05 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR E0-48-AF (hex) Premietech Limited E048AF (base 16) Premietech Limited Unit 805, Tower 3, Enterprise Square I No. 9 Sheung Yuet Road Kowloon Bay HongKong 00000 HK 2C-33-11 (hex) Cisco Systems, Inc 2C3311 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 50-82-D5 (hex) Apple, Inc. 5082D5 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F0-EE-10 (hex) Samsung Electronics Co.,Ltd F0EE10 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR C4-70-0B (hex) GUANGZHOU CHIP TECHNOLOGIES CO.,LTD C4700B (base 16) GUANGZHOU CHIP TECHNOLOGIES CO.,LTD 4th floor, Building J of JiTang Industrial Zone, No. 8 NanYun fifth road, HuangPu District Guangzhou Guangdong 510700 CN 3C-A0-67 (hex) Liteon Technology Corporation 3CA067 (base 16) Liteon Technology Corporation 4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW BC-02-4A (hex) HMD Global Oy BC024A (base 16) HMD Global Oy Bertel Jungin aukio 9 Espoo 02600 FI 94-99-01 (hex) Shenzhen YITOA Digital Appliance CO.,LTD 949901 (base 16) Shenzhen YITOA Digital Appliance CO.,LTD 5/F,Yitoa Building,Keji South Road 5th,Hi-tech Industrial Park,Nanshan District, shenzhen Guangdong 518000 CN F8-59-71 (hex) Intel Corporate F85971 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 10-05-CA (hex) Cisco Systems, Inc 1005CA (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 78-94-B4 (hex) Sercomm Corporation. 7894B4 (base 16) Sercomm Corporation. 3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW 44-37-08 (hex) MRV Comunications 443708 (base 16) MRV Comunications Hayetzira Yokneam 614 IL 28-5F-2F (hex) RNware Co.,Ltd. 285F2F (base 16) RNware Co.,Ltd. #202 ICT Park Bldg, 205, Songhyun-ro, Dalseo-gu Daegu 42734 KR 50-0F-F5 (hex) Tenda Technology Co.,Ltd.Dongguan branch 500FF5 (base 16) Tenda Technology Co.,Ltd.Dongguan branch Room 79,Yuanyi Road,Dalang Town,Dongguan Guangdong 523770 Dongguan Guangdong 523770 CN BC-45-2E (hex) Knowledge Development for POF S.L. BC452E (base 16) Knowledge Development for POF S.L. Ronda de Poniente 14, 2-C,D Tres Cantos Madrid 28760 ES DC-C6-4B (hex) HUAWEI TECHNOLOGIES CO.,LTD DCC64B (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 04-33-89 (hex) HUAWEI TECHNOLOGIES CO.,LTD 043389 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-A0-68 (hex) BHP LIMITED 00A068 (base 16) BHP LIMITED 1500 Post Oak Boulevard #11.08 B Houston TX 77056-3030 US 70-3A-CB (hex) Google, Inc. 703ACB (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US 70-6D-EC (hex) Wifi-soft LLC 706DEC (base 16) Wifi-soft LLC 616, West Monroe Austin TX 78704 US B0-C2-05 (hex) BIONIME B0C205 (base 16) BIONIME No.100, Sec.2, Daqing St., South Dist., Taichung Taiwan 40242 TW 94-F5-51 (hex) Cadi Scientific Pte Ltd 94F551 (base 16) Cadi Scientific Pte Ltd 31 Ubi Road 1, Aztech Building, #07-01A Singapore 408694 SG 10-5A-F7 (hex) ADB Italia 105AF7 (base 16) ADB Italia Viale Sarca 222 Milan Italy 20126 IT B8-1D-AA (hex) LG Electronics (Mobile Communications) B81DAA (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 00-E4-00 (hex) Sichuan Changhong Electric Ltd. 00E400 (base 16) Sichuan Changhong Electric Ltd. No.35,East MianXin Road,MianYang,Sichaun,China. MianYang SiChuan PRC 621000 CN 2C-55-D3 (hex) HUAWEI TECHNOLOGIES CO.,LTD 2C55D3 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-C0-24 (hex) EDEN SISTEMAS DE COMPUTACAO SA 00C024 (base 16) EDEN SISTEMAS DE COMPUTACAO SA RUA DO OUVIDOR 121 5 ANDAR BR 7C-46-85 (hex) Motorola (Wuhan) Mobility Technologies Communication Co., Ltd. 7C4685 (base 16) Motorola (Wuhan) Mobility Technologies Communication Co., Ltd. No.19, Gaoxin 4th Road, Wuhan East Lake High-tech Zone, Wuhan Wuhan Hubei 430000 CN 1C-1E-E3 (hex) Hui Zhou Gaoshengda Technology Co.,LTD 1C1EE3 (base 16) Hui Zhou Gaoshengda Technology Co.,LTD No.75,Zhongkai High-Tech Development District,Huizhou Hui Zhou Guangdong 516006 CN 44-03-2C (hex) Intel Corporate 44032C (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 78-68-F7 (hex) YSTen Technology Co.,Ltd 7868F7 (base 16) YSTen Technology Co.,Ltd Room 1715,17/F North Star Times Tower,Chaoyang District,Beijing. Beijing 100101 CN 00-4B-F3 (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. 004BF3 (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. 3/F, Building R1-B, High-Tech Industrial Park, Nanshan District Shenzhen Guangdong 518057 CN 08-CC-A7 (hex) Cisco Systems, Inc 08CCA7 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 08-96-AD (hex) Cisco Systems, Inc 0896AD (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 08-23-B2 (hex) vivo Mobile Communication Co., Ltd. 0823B2 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 88-C3-B3 (hex) SOVICO 88C3B3 (base 16) SOVICO 2271-5 Nambusunhwan-ro, Seocho-gu Seoul 06703 KR E0-51-24 (hex) NXP Semiconductors E05124 (base 16) NXP Semiconductors 411 E. Plumeria Drive San Jose CA 95134 US 00-1D-A3 (hex) SabiOso 001DA3 (base 16) SabiOso 189 S State Suite #250 Clearfield Utah 84015 US 54-2F-8A (hex) TELLESCOM INDUSTRIA E COMERCIO EM TELECOMUNICACAO 542F8A (base 16) TELLESCOM INDUSTRIA E COMERCIO EM TELECOMUNICACAO Av. Buriti, 1900 – Setor B – Distrito Industrial Manaus Amazonas 69075-000 BR 60-14-B3 (hex) CyberTAN Technology Inc. 6014B3 (base 16) CyberTAN Technology Inc. 99 Park Ave III, Hsinchu Science Park Hsinchu 308 TW 10-56-11 (hex) ARRIS Group, Inc. 105611 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 34-78-77 (hex) O-Net Communications (Shenzhen) Limited 347877 (base 16) O-Net Communications (Shenzhen) Limited #10-1 South,Maqueling Industrial Park,Nanshan District Shenzhen Guangdong 518057 CN 00-20-CC (hex) DIGITAL SERVICES, LTD. 0020CC (base 16) DIGITAL SERVICES, LTD. 9 WAYTE STREET ENGLAND PO6 3BS GB 68-9F-F0 (hex) zte corporation 689FF0 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 5C-AF-06 (hex) LG Electronics (Mobile Communications) 5CAF06 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 00-17-9B (hex) CHANT SINCERE CO.,LTD 00179B (base 16) CHANT SINCERE CO.,LTD 7F-2,NO.188,Sec 3,Ta Tung Rood, Hsi Chih City Taipei Hsien 221 TW 1C-39-8A (hex) Fiberhome Telecommunication Technologies Co.,LTD 1C398A (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN E8-65-D4 (hex) Tenda Technology Co.,Ltd.Dongguan branch E865D4 (base 16) Tenda Technology Co.,Ltd.Dongguan branch Room 79,Yuanyi Road,Dalang Town,Dongguan Guangdong 523770 Dongguan Guangdong 523770 CN 24-D5-1C (hex) Zhongtian broadband technology co., LTD 24D51C (base 16) Zhongtian broadband technology co., LTD Rudong hekou town Zhongtian industrial park Nantong jiangsu Province 226463 CN EC-43-F6 (hex) Zyxel Communications Corporation EC43F6 (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW 60-C6-58 (hex) PHYTRONIX Co.,Ltd. 60C658 (base 16) PHYTRONIX Co.,Ltd. 1877-3 Ootashimo-machi Takamatsu Kagawa 761-8073 JP FC-B5-8A (hex) Wapice Ltd. FCB58A (base 16) Wapice Ltd. Yliopistonranta 5 Vaasa 65200 FI A4-62-DF (hex) DS Global. Co., LTD A462DF (base 16) DS Global. Co., LTD 3F, 107, Gasan digital 2-ro, Geumcheon-gu Seoul 08505 KR 4C-16-94 (hex) shenzhen sibituo Technology Co., Ltd 4C1694 (base 16) shenzhen sibituo Technology Co., Ltd 15C Yuehua Park Nanshan Road Nanshan District SHENZHEN guangdong 518000 CN C8-14-51 (hex) HUAWEI TECHNOLOGIES CO.,LTD C81451 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 44-D4-37 (hex) Inteno Broadband Technology AB 44D437 (base 16) Inteno Broadband Technology AB Stensätravägen 13 Skärholmen SE 127 39 SE EC-E1-54 (hex) Beijing Unisound Information Technology Co.,Ltd. ECE154 (base 16) Beijing Unisound Information Technology Co.,Ltd. Rm406,keyan Building,Tsinghua Hi-tech Park,High-tech Industrial Park North Area,Nanshan Shenzhen 518057 CN 6C-16-0E (hex) ShotTracker 6C160E (base 16) ShotTracker 7220 W Frontage Rd Merriam KS 66203 US 80-3A-0A (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. 803A0A (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY 0C-73-BE (hex) Dongguan Haimai Electronie Technology Co.,Ltd 0C73BE (base 16) Dongguan Haimai Electronie Technology Co.,Ltd Room 701,Yifeng Building7, No.8 Industrial Zone, Xianbian Road, Changan Town Xiaobian edge Dongguan Guangdong 518000 CN 28-6F-7F (hex) Cisco Systems, Inc 286F7F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US F0-C8-50 (hex) HUAWEI TECHNOLOGIES CO.,LTD F0C850 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-01-4F (hex) Adtran Inc 00014F (base 16) Adtran Inc 901 Explorer Blvd. Huntsville AL 35806-2807 US 28-52-61 (hex) Cisco Systems, Inc 285261 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US C8-AA-55 (hex) Hunan Comtom Electronic Incorporated Co.,Ltd C8AA55 (base 16) Hunan Comtom Electronic Incorporated Co.,Ltd 6 -7 Floor, Jindan Building B,Xiongtian Road, Furong District changsha Hunan 410126 CN 20-78-0B (hex) Delta Faucet Company 20780B (base 16) Delta Faucet Company 55 East 111th Street Indianapolis IN 46280 US 88-09-AF (hex) Masimo Corporation 8809AF (base 16) Masimo Corporation 40 Parker Irvine 92618 US 2C-D0-2D (hex) Cisco Systems, Inc 2CD02D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 9C-CC-83 (hex) Juniper Networks 9CCC83 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 2C-63-73 (hex) SICHUAN TIANYI COMHEART TELECOMCO., LTD 2C6373 (base 16) SICHUAN TIANYI COMHEART TELECOMCO., LTD FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN 24-A7-DC (hex) BSkyB Ltd 24A7DC (base 16) BSkyB Ltd 130 Kings Road Brentwood Essex 08854 GB 64-DB-A0 (hex) Select Comfort 64DBA0 (base 16) Select Comfort 9800 59th Ave N Minneapolis MN 55442 US F8-98-3A (hex) Leeman International (HongKong) Limited F8983A (base 16) Leeman International (HongKong) Limited Number 13 first floor Y1 cultural creative park bantian shen zhen 51800 CN 4C-EC-EF (hex) Soraa, Inc. 4CECEF (base 16) Soraa, Inc. 6500 Kaiser Dr Suite 110 Fremont CA 94555 US 1C-EF-CE (hex) bebro electronic GmbH 1CEFCE (base 16) bebro electronic GmbH MAx-Planck-Str. 6-8 Frickenhausen 72636 DE 98-B6-E9 (hex) Nintendo Co.,Ltd 98B6E9 (base 16) Nintendo Co.,Ltd 11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP F0-15-B9 (hex) PlayFusion Limited F015B9 (base 16) PlayFusion Limited St Johns Innovation Centre Cambridge CB4 0WS GB 64-B0-A6 (hex) Apple, Inc. 64B0A6 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 7C-04-D0 (hex) Apple, Inc. 7C04D0 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 84-FC-AC (hex) Apple, Inc. 84FCAC (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US DC-0C-5C (hex) Apple, Inc. DC0C5C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 70-70-0D (hex) Apple, Inc. 70700D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 30-E1-71 (hex) Hewlett Packard 30E171 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston TX 77070 US 18-65-90 (hex) Apple, Inc. 186590 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F8-62-14 (hex) Apple, Inc. F86214 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 78-4F-43 (hex) Apple, Inc. 784F43 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 40-4D-7F (hex) Apple, Inc. 404D7F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-1D-72 (hex) Wistron Corporation 001D72 (base 16) Wistron Corporation 21F, 88, Sec.1, Hsin Tai Wu Rd., Hsichih, Taipei Hsien 221 TW D8-19-7A (hex) Nuheara Ltd D8197A (base 16) Nuheara Ltd Unit 5, 28 John St Northbridge WA 6003 AU 4C-38-D5 (hex) MITAC COMPUTING TECHNOLOGY CORPORATION 4C38D5 (base 16) MITAC COMPUTING TECHNOLOGY CORPORATION 3F., NO.1, R&D ROAD 2, HSINCHU SCIENCE PARK HSINCHU 30076 TW 54-B5-6C (hex) Xi'an NovaStar Tech Co., Ltd 54B56C (base 16) Xi'an NovaStar Tech Co., Ltd 4F, Block D, Qinfeng Pavilion, Xi'an Software Park, No.68 Keji 2nd Rd., Xi'an Shanxi 710075 CN 34-4C-C8 (hex) Echodyne Corp 344CC8 (base 16) Echodyne Corp 2380 116th Ave NE Bellevue WA 98004 US 64-13-6C (hex) zte corporation 64136C (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 04-B6-48 (hex) ZENNER 04B648 (base 16) ZENNER Roemerstadt 6 Saarbruecken 66121 DE 98-F1-99 (hex) NEC Platforms, Ltd. 98F199 (base 16) NEC Platforms, Ltd. 2-3 Kandatsukasamachi Chiyodaku Tokyo 101-8532 JP 18-40-A4 (hex) Shenzhen Trylong Smart Science and Technology Co., Ltd. 1840A4 (base 16) Shenzhen Trylong Smart Science and Technology Co., Ltd. 15E, qingdian building, No#6007, Binhe road, futian district Shenzhen city Guangdong Province 518100 CN 1C-48-CE (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 1C48CE (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN C8-0C-C8 (hex) HUAWEI TECHNOLOGIES CO.,LTD C80CC8 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 04-25-C5 (hex) HUAWEI TECHNOLOGIES CO.,LTD 0425C5 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 60-3E-7B (hex) Gafachi, Inc. 603E7B (base 16) Gafachi, Inc. 1 W Main St., STE 650 Rochester NY 14614 US 4C-74-87 (hex) Leader Phone Communication Technology Co., Ltd. 4C7487 (base 16) Leader Phone Communication Technology Co., Ltd. 121 Room (Park) No.1 Building, No.10 Xinghuo Road Science City Feng-tai District, Beijing, China Beijing 100070 CN AC-83-F3 (hex) AMPAK Technology, Inc. AC83F3 (base 16) AMPAK Technology, Inc. No.1,Jen Ai Road Hsinchu Industrial Park, Hukou Hsinchu Taiwan ROC. 30352 TW CC-8C-DA (hex) Shenzhen Wei Da Intelligent Technology Go.,Ltd CC8CDA (base 16) Shenzhen Wei Da Intelligent Technology Go.,Ltd 5K, Block B,Yueshang Center Cultural Square Jianshe East Rd Longhua New District Shenzhen 518109 CN D4-36-DB (hex) Jiangsu Toppower Automotive Electronics Co., Ltd D436DB (base 16) Jiangsu Toppower Automotive Electronics Co., Ltd No. 2 Tuolanshan Road Xuzhou Jiangsu 221004 CN 2C-DC-AD (hex) Wistron Neweb Corporation 2CDCAD (base 16) Wistron Neweb Corporation No.20,Park Avenue II,Hsinchu Science Park Hsin-Chu R.O.C. 308 TW 6C-5C-14 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 6C5C14 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN E8-09-45 (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. E80945 (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY B0-A2-E7 (hex) Shenzhen TINNO Mobile Technology Corp. B0A2E7 (base 16) Shenzhen TINNO Mobile Technology Corp. 4/F, H-3 Building, Qiao Cheng Eastern Industrial Park, Overseas Chinese Town, Shenzhen Shenzhen guangdong 518053 CN 7C-25-87 (hex) chaowifi.com 7C2587 (base 16) chaowifi.com No. 502 1th Building TaiHe Square HangZhou QianJiangRoad 310002 CN 2C-21-31 (hex) Juniper Networks 2C2131 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 00-50-1E (hex) Grass Valley, A Belden Brand 00501E (base 16) Grass Valley, A Belden Brand 3499, Douglas B. Floreani Montreal Quebec H4S 2C6 CA EC-0D-9A (hex) Mellanox Technologies, Inc. EC0D9A (base 16) Mellanox Technologies, Inc. 350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US 90-D7-BE (hex) Wavelab Global Inc. 90D7BE (base 16) Wavelab Global Inc. 12007 Sunrise Valley Drive, Suite 450 Reston VA 20191 US 24-4E-7B (hex) IEEE Registration Authority 244E7B (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 30-AE-A4 (hex) Espressif Inc. 30AEA4 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 3C-FA-43 (hex) HUAWEI TECHNOLOGIES CO.,LTD 3CFA43 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 14-5F-94 (hex) HUAWEI TECHNOLOGIES CO.,LTD 145F94 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-1F-82 (hex) Cal-Comp Electronics & Communications Company Ltd. 001F82 (base 16) Cal-Comp Electronics & Communications Company Ltd. No.147, Sec. 3, Beishen Rd Shenkeng Dist New Taipei City --- TW 88-3C-1C (hex) MERCURY CORPORATION 883C1C (base 16) MERCURY CORPORATION 90, Gajaeul-ro, Seo-gu INCHEON 22830 KR 00-21-44 (hex) SS Telecoms 002144 (base 16) SS Telecoms 23 Botha Avenue Centurion Gauteng 0140 ZA 00-6B-F1 (hex) Cisco Systems, Inc 006BF1 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 28-34-A2 (hex) Cisco Systems, Inc 2834A2 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 78-23-AE (hex) ARRIS Group, Inc. 7823AE (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 20-71-9E (hex) SF Technology Co.,Ltd 20719E (base 16) SF Technology Co.,Ltd 1/F,Block B,Building 1,ShenzhenSoftware Industry Base,Hi-Tech Industrial Park South Shenzhen Guangdong Province 518054 CN 2C-C2-60 (hex) Oracle Corporation 2CC260 (base 16) Oracle Corporation Zarhin 13 Raanana 4366241 IL 3C-3F-51 (hex) 2CRSI 3C3F51 (base 16) 2CRSI 32 rue Jacobi-Netter STRASBOURG France 67200 FR 3C-2A-F4 (hex) Brother Industries, LTD. 3C2AF4 (base 16) Brother Industries, LTD. 15-1, Naeshirocho, Mizuho-ku NAGOYA 4678561 JP C0-85-4C (hex) Ragentek Technology Group C0854C (base 16) Ragentek Technology Group D10/D11,No.3188, Xiupu Road, PuDong District, Shanghai Shanghai 201315 CN 00-24-AC (hex) Hangzhou DPtech Technologies Co., Ltd. 0024AC (base 16) Hangzhou DPtech Technologies Co., Ltd. Huarong Shidai Bld., NO.3880,Jiang-Nan Avenue, Binjiang District Hangzhou Zhejiang 310051 CN 50-58-4F (hex) waytotec,Inc. 50584F (base 16) waytotec,Inc. #604-4,B-Dong,Bundang Technopark,148,Yatap-dong,Bundang-gu, Seongnam-si Gyeonggi-do 13511 KR 08-5D-DD (hex) MERCURY CORPORATION 085DDD (base 16) MERCURY CORPORATION 90, Gajaeul-ro, Seo-gu INCHEON 22830 KR 8C-60-E7 (hex) MPGIO CO.,LTD 8C60E7 (base 16) MPGIO CO.,LTD MPGIO Bldg., 98 Uijeong St., Uijeongbu Korea / Gyeonggi 11623 KR CC-94-70 (hex) Kinestral Technologies, Inc. CC9470 (base 16) Kinestral Technologies, Inc. 400 E Jamie Ct., Ste. 201 South San Francisco CA 94080 US B4-39-D6 (hex) ProCurve Networking by HP B439D6 (base 16) ProCurve Networking by HP 60 Alexandra Terrace 0000 118502 SG 34-F3-9A (hex) Intel Corporate 34F39A (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY D8-16-C1 (hex) DEWAV (HK) ELECTRONICS LIMITED D816C1 (base 16) DEWAV (HK) ELECTRONICS LIMITED UNIT NO.1-2, 06/F., PERFECT INDUSTRIAL BUILDING,NO. 31 TAI YAU STREET, SAN PO KONG KOWLOON, HONG KONG 510610 CN CC-61-E5 (hex) Motorola Mobility LLC, a Lenovo Company CC61E5 (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US 8C-8A-BB (hex) Beijing Orient View Technology Co., Ltd. 8C8ABB (base 16) Beijing Orient View Technology Co., Ltd. Building NO.1, LiYe Road 7 Huilongguan Town Changping District, Beijing 102206 CN 00-03-9B (hex) NetChip Technology, Inc. 00039B (base 16) NetChip Technology, Inc. 335 Pioneer Way Mountain View CA 94041 US 44-D9-E7 (hex) Ubiquiti Networks Inc. 44D9E7 (base 16) Ubiquiti Networks Inc. 2580 Orchard Parkway San Jose CA 95131 US 24-A4-3C (hex) Ubiquiti Networks Inc. 24A43C (base 16) Ubiquiti Networks Inc. 91 E. Tasman Dr. San Jose 95134 US 9C-8B-A0 (hex) Apple, Inc. 9C8BA0 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US CC-08-8D (hex) Apple, Inc. CC088D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 38-A4-ED (hex) Xiaomi Communications Co Ltd 38A4ED (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN B8-99-19 (hex) 7signal Solutions, Inc B89919 (base 16) 7signal Solutions, Inc 526 S. Main Street Akron OH 44311 US 40-FE-0D (hex) MAXIO 40FE0D (base 16) MAXIO 1101-1 digital empire A, 387 simin-daero dongan-gu anyang-si kyunggi-do 14057 KR AC-64-DD (hex) IEEE Registration Authority AC64DD (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 94-B8-19 (hex) Nokia 94B819 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 78-7D-48 (hex) ITEL MOBILE LIMITED 787D48 (base 16) ITEL MOBILE LIMITED RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK 88-71-E5 (hex) Amazon Technologies Inc. 8871E5 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US BC-39-D9 (hex) Z-TEC BC39D9 (base 16) Z-TEC Donyu 1 Ro Paju Kyeongkido 10832 KR 60-9A-C1 (hex) Apple, Inc. 609AC1 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 74-8D-08 (hex) Apple, Inc. 748D08 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-B0-EE (hex) Ajile Systems, Inc. 00B0EE (base 16) Ajile Systems, Inc. 920 Saratoga Ave. San Jose CA 95129 US 04-18-D6 (hex) Ubiquiti Networks Inc. 0418D6 (base 16) Ubiquiti Networks Inc. 91 E. Tasman Dr. San Jose 95134 US 20-DB-AB (hex) Samsung Electronics Co., Ltd. 20DBAB (base 16) Samsung Electronics Co., Ltd. 416, Maetan-3Dong, Yeongtong-Gu Suwon Geyonggi-Do 443-742 KR 38-3A-21 (hex) IEEE Registration Authority 383A21 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US D8-38-0D (hex) SHENZHEN IP-COM Network Co.,Ltd D8380D (base 16) SHENZHEN IP-COM Network Co.,Ltd No.1001,Zhongshangyuan Road,Nanshan District Shenzhen Guangdong 518000 CN 88-AD-43 (hex) PEGATRON CORPORATION 88AD43 (base 16) PEGATRON CORPORATION 5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW B4-EF-FA (hex) Lemobile Information Technology (Beijing) Co., Ltd. B4EFFA (base 16) Lemobile Information Technology (Beijing) Co., Ltd. 5/F LeEco Building, 105 Yaojiayuan Road, Chaoyang District Beijing Beijing 100025 CN 6C-71-BD (hex) EZELINK TELECOM 6C71BD (base 16) EZELINK TELECOM Bay Square Building 06 - Office No 105 Dubai Dubai 111581 AE 60-EF-C6 (hex) Shenzhen Chima Technologies Co Limited 60EFC6 (base 16) Shenzhen Chima Technologies Co Limited 5F, TongXin Technology Park,HengGang,LongGang,Shenzhen,China Shenzhen GuangDong 518115 CN 00-1F-C6 (hex) ASUSTek COMPUTER INC. 001FC6 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd.,Peitou,Taipei 112 ,Taiwan Taipei Taiwan 112 TW B0-C1-28 (hex) Adler ELREHA GmbH B0C128 (base 16) Adler ELREHA GmbH Schwetzinger Str. 103 Hockenheim Baden-Württemberg D-68766 DE 30-87-D9 (hex) Ruckus Wireless 3087D9 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US FC-CA-C4 (hex) LifeHealth, LLC FCCAC4 (base 16) LifeHealth, LLC 2656 Patton Rd Roseville MN 55113 US F0-D9-B2 (hex) EXO S.A. F0D9B2 (base 16) EXO S.A. Av. Chiclana 3444 Buenos Aires 1260 AR E4-C8-01 (hex) BLU Products Inc E4C801 (base 16) BLU Products Inc 10814 NW 33rd Street Miami FL 33172 US F0-98-38 (hex) HUAWEI TECHNOLOGIES CO.,LTD F09838 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN C8-0E-14 (hex) AVM Audiovisuelles Marketing und Computersysteme GmbH C80E14 (base 16) AVM Audiovisuelles Marketing und Computersysteme GmbH Alt-Moabit 95 Berlin Berlin 10559 DE AC-63-BE (hex) Amazon Technologies Inc. AC63BE (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US F8-1D-78 (hex) IEEE Registration Authority F81D78 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 38-F7-B2 (hex) SEOJUN ELECTRIC 38F7B2 (base 16) SEOJUN ELECTRIC 468 Gangseo-ro, 07573, SEOJUN ELECTRIC Ace Techno Tower 805 Seoul 07573 KR 10-12-50 (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. 101250 (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY 78-02-B7 (hex) ShenZhen Ultra Easy Technology CO.,LTD 7802B7 (base 16) ShenZhen Ultra Easy Technology CO.,LTD 608,Building 2,Guangxingyuan Industrial Park A District, Baoyuan Rd ShenZhen,Guangdong 518102 CN 64-61-84 (hex) VELUX 646184 (base 16) VELUX Baekgaardsvej 40 Skjern 6900 DK E8-E5-D6 (hex) Samsung Electronics Co.,Ltd E8E5D6 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR C8-7E-75 (hex) Samsung Electronics Co.,Ltd C87E75 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-26-5F (hex) Samsung Electronics Co.,Ltd 00265F (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-23-3A (hex) Samsung Electronics Co.,Ltd 00233A (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 08-6A-0A (hex) ASKEY COMPUTER CORP 086A0A (base 16) ASKEY COMPUTER CORP 10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW 98-E7-F4 (hex) Hewlett Packard 98E7F4 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston TX 77070 US 00-07-AB (hex) Samsung Electronics Co.,Ltd 0007AB (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-24-86 (hex) DesignArt Networks 002486 (base 16) DesignArt Networks 4 Ha'haroshet St Ra'anana 43101 IL 00-24-78 (hex) Mag Tech Electronics Co Limited 002478 (base 16) Mag Tech Electronics Co Limited Flat / Room T78 GOF Bangkok Building Sheung Wan HK HK 38-2D-D1 (hex) Samsung Electronics Co.,Ltd 382DD1 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-1B-2C (hex) ATRON electronic GmbH 001B2C (base 16) ATRON electronic GmbH Am Ziegelstadel 12 + 14 Markt Schwaben 85570 DE 90-34-FC (hex) Hon Hai Precision Ind. Co.,Ltd. 9034FC (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 00-14-27 (hex) JazzMutant 001427 (base 16) JazzMutant 2 allee du Doyen Georges Brus Pessac 33600 FR 00-1E-84 (hex) Pika Technologies Inc. 001E84 (base 16) Pika Technologies Inc. 535 Legget Drive Ottawa Ontario K2K 3B8 CA 10-DD-B1 (hex) Apple, Inc. 10DDB1 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-23-29 (hex) DDRdrive LLC 002329 (base 16) DDRdrive LLC 384 Madeline CT Palo Alto CA 94306 US 00-26-AD (hex) Arada Systems, Inc. 0026AD (base 16) Arada Systems, Inc. 1024 Morse Avenue Sunnyvale CA 94089 US FC-1F-19 (hex) SAMSUNG ELECTRO MECHANICS CO., LTD. FC1F19 (base 16) SAMSUNG ELECTRO MECHANICS CO., LTD. 314, Maetan3-Dong, Yeongtong-Gu Suwon 443-743 US 84-0B-2D (hex) SAMSUNG ELECTRO MECHANICS CO., LTD. 840B2D (base 16) SAMSUNG ELECTRO MECHANICS CO., LTD. 314, Maetan3-Dong, Yeongtong-Gu SUWON KYUNGGI-DO 443-743 KR 20-64-32 (hex) SAMSUNG ELECTRO MECHANICS CO., LTD. 206432 (base 16) SAMSUNG ELECTRO MECHANICS CO., LTD. 314, Maetan3-Dong, Yeongtong-Gu Suwon Gyunggi-Do 443-743 KR B4-07-F9 (hex) SAMSUNG ELECTRO MECHANICS CO., LTD. B407F9 (base 16) SAMSUNG ELECTRO MECHANICS CO., LTD. Suwon-Si, Gyeonggi_Do, Korea Suwon Gyeonggi_Do 443-743 KR 88-9F-FA (hex) Hon Hai Precision Ind. Co.,Ltd. 889FFA (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 8C-7C-B5 (hex) Hon Hai Precision Ind. Co.,Ltd. 8C7CB5 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN C4-46-19 (hex) Hon Hai Precision Ind. Co.,Ltd. C44619 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 50-63-13 (hex) Hon Hai Precision Ind. Co.,Ltd. 506313 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 60-D8-19 (hex) Hon Hai Precision Ind. Co.,Ltd. 60D819 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN F8-2F-A8 (hex) Hon Hai Precision Ind. Co.,Ltd. F82FA8 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 0C-84-DC (hex) Hon Hai Precision Ind. Co.,Ltd. 0C84DC (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 00-16-6C (hex) Samsung Electronics Co.,Ltd 00166C (base 16) Samsung Electronics Co.,Ltd 416, Maetan-3Dong,Yeongtong-Gu Suwon Gyeonggi-Do 443-742 KR 18-1E-B0 (hex) Samsung Electronics Co.,Ltd 181EB0 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 24-7F-20 (hex) Sagemcom Broadband SAS 247F20 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR E8-03-9A (hex) Samsung Electronics Co.,Ltd E8039A (base 16) Samsung Electronics Co.,Ltd 416, Maetan 3Dong, Yeongtong-Gu Suwon Geyonggi 443742 KR 30-CD-A7 (hex) Samsung Electronics Co.,Ltd 30CDA7 (base 16) Samsung Electronics Co.,Ltd 416 MAETAN 3-DONG SUWON- SI 443-742 US 00-12-47 (hex) Samsung Electronics Co.,Ltd 001247 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi-City Gyeong-Buk 730-350 KR 00-15-99 (hex) Samsung Electronics Co.,Ltd 001599 (base 16) Samsung Electronics Co.,Ltd 416, Maetan-3Dong, Yeongtong-Gu Suwon AL 443-742 US 00-12-FB (hex) Samsung Electronics Co.,Ltd 0012FB (base 16) Samsung Electronics Co.,Ltd 416, Maetan-3Dong, Yeongtong-Gu Suwon-City Gyeonggi-Do 443-742 KR D0-66-7B (hex) Samsung Electronics Co.,Ltd D0667B (base 16) Samsung Electronics Co.,Ltd 416, Maetan-3dong, Yeongtong-gu Suwon Gyeonggi-do 443742 KR B8-5E-7B (hex) Samsung Electronics Co.,Ltd B85E7B (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR E4-92-FB (hex) Samsung Electronics Co.,Ltd E492FB (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 6C-B7-F4 (hex) Samsung Electronics Co.,Ltd 6CB7F4 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 2C-44-01 (hex) Samsung Electronics Co.,Ltd 2C4401 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR B8-D9-CE (hex) Samsung Electronics Co.,Ltd B8D9CE (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 1C-66-AA (hex) Samsung Electronics Co.,Ltd 1C66AA (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 3C-8B-FE (hex) Samsung Electronics Co.,Ltd 3C8BFE (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR D4-E8-B2 (hex) Samsung Electronics Co.,Ltd D4E8B2 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 14-89-FD (hex) Samsung Electronics Co.,Ltd 1489FD (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR BC-85-1F (hex) Samsung Electronics Co.,Ltd BC851F (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-15-B9 (hex) Samsung Electronics Co.,Ltd 0015B9 (base 16) Samsung Electronics Co.,Ltd #94-1 Gumi-City Gyeong-Buk 730-350 KR 00-24-91 (hex) Samsung Electronics Co.,Ltd 002491 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-23-39 (hex) Samsung Electronics Co.,Ltd 002339 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 50-01-BB (hex) Samsung Electronics Co.,Ltd 5001BB (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR C4-01-42 (hex) MaxMedia Technology Limited C40142 (base 16) MaxMedia Technology Limited 5F, No. 113, Jian 2nd Rd. Jhonghe District. New Taipei City 23585 TW 84-30-E5 (hex) SkyHawke Technologies, LLC 8430E5 (base 16) SkyHawke Technologies, LLC 274 Commerce Park Dr, Ste M Ridgeland MS 39157 US 1C-77-F6 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 1C77F6 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 58-E3-26 (hex) Compass Technologies Inc. 58E326 (base 16) Compass Technologies Inc. Unit 1012 C-dong, Woolim Lion's Valley Seoul Seoul 153-786 KR 00-1B-2A (hex) Cisco Systems, Inc 001B2A (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 74-9D-DC (hex) 2Wire Inc 749DDC (base 16) 2Wire Inc 1764 Automation Parkway San Jose 95131 US 14-DD-E5 (hex) MPMKVVCL 14DDE5 (base 16) MPMKVVCL NISHTHA PARISAR, GOVINDPURA BHOPAL MADHYA PRADESH 462023 IN 00-1A-09 (hex) Wayfarer Transit Systems Ltd 001A09 (base 16) Wayfarer Transit Systems Ltd 10 Willis Way Poole Dorset BH15 3SS GB 74-23-44 (hex) Xiaomi Communications Co Ltd 742344 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 54-88-0E (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) 54880E (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak Bangpakong Chachoengsao 24180 TH F0-25-B7 (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) F025B7 (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak Bangpakong Chachoengsao 24180 TH F0-43-47 (hex) HUAWEI TECHNOLOGIES CO.,LTD F04347 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 9C-B2-B2 (hex) HUAWEI TECHNOLOGIES CO.,LTD 9CB2B2 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN A8-C8-3A (hex) HUAWEI TECHNOLOGIES CO.,LTD A8C83A (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN BC-72-B1 (hex) Samsung Electronics Co.,Ltd BC72B1 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 78-F7-BE (hex) Samsung Electronics Co.,Ltd 78F7BE (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 68-48-98 (hex) Samsung Electronics Co.,Ltd 684898 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 34-23-BA (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) 3423BA (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak Bangpakong 24180 US 00-36-76 (hex) ARRIS Group, Inc. 003676 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US FC-8E-7E (hex) ARRIS Group, Inc. FC8E7E (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US FC-6F-B7 (hex) ARRIS Group, Inc. FC6FB7 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US D4-2C-0F (hex) ARRIS Group, Inc. D42C0F (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 40-0E-85 (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) 400E85 (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak Bangpakong 24180 US C8-BA-94 (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) C8BA94 (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak Bangpakong Chachoengsao 24180 TH 84-38-38 (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) 843838 (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak Bangpakong Chachoengsao 24180 TH A0-55-DE (hex) ARRIS Group, Inc. A055DE (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 80-F5-03 (hex) ARRIS Group, Inc. 80F503 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 44-AA-F5 (hex) ARRIS Group, Inc. 44AAF5 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US E0-9D-FA (hex) Wanan Hongsheng Electronic Co.Ltd E09DFA (base 16) Wanan Hongsheng Electronic Co.Ltd 1st section of industrial pack,Wan'An County,Ji'An City,jiangxi province Wanan China/jiangxi 343800 CN 5C-3C-27 (hex) Samsung Electronics Co.,Ltd 5C3C27 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 70-A8-4C (hex) MONAD., Inc. 70A84C (base 16) MONAD., Inc. 702, Hanlla Sigma Vally, 545, Dunchon-daero, Jungwon-gu Seongnam-Shi 13215 KR 84-C7-EA (hex) Sony Mobile Communications Inc 84C7EA (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 24-E4-3F (hex) Wenzhou Kunmei Communication Technology Co.,Ltd. 24E43F (base 16) Wenzhou Kunmei Communication Technology Co.,Ltd. Baitawang industrial zone,Yueqing,Zhejiang Yueqing Zhejiang 310025 CN 28-7A-EE (hex) ARRIS Group, Inc. 287AEE (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 88-79-7E (hex) Motorola Mobility LLC, a Lenovo Company 88797E (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US 30-58-90 (hex) Frontier Silicon Ltd 305890 (base 16) Frontier Silicon Ltd 137 Euston Road London NW12AA GB 70-8B-CD (hex) ASUSTek COMPUTER INC. 708BCD (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 00-25-8B (hex) Mellanox Technologies, Inc. 00258B (base 16) Mellanox Technologies, Inc. 350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US 00-56-2B (hex) Cisco Systems, Inc 00562B (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US E8-FD-90 (hex) Turbostor E8FD90 (base 16) Turbostor 47800 Westinghouse Drive Fremont CA 94539 US 2C-AC-44 (hex) CONEXTOP 2CAC44 (base 16) CONEXTOP Room 608, 6/F, Electric Building , High-tech Park , Nanshan Shenzhen 51800 CN D0-13-FD (hex) LG Electronics (Mobile Communications) D013FD (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR BC-64-4B (hex) ARRIS Group, Inc. BC644B (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 60-64-05 (hex) Texas Instruments 606405 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 18-99-F5 (hex) Sichuan Changhong Electric Ltd. 1899F5 (base 16) Sichuan Changhong Electric Ltd. No.35,East MianXin Road,MianYang,Sichaun,China. MianYang SiChuan PRC 621000 CN 00-25-C3 (hex) 21168 0025C3 (base 16) 21168 CARRETERA BASE AEREA # 5850 Zapopan Jalisco 44130 MX 00-0F-57 (hex) CABLELOGIC Co., Ltd. 000F57 (base 16) CABLELOGIC Co., Ltd. 3F., Hwain Bldg., 1559-12 Seocho 3-dong, Seoul 137-873 KR 00-03-42 (hex) Nortel Networks 000342 (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA A4-82-69 (hex) Datrium, Inc. A48269 (base 16) Datrium, Inc. 385 Moffett Park Drive Sunnyvale CA 94089 US 10-E6-8F (hex) KWANGSUNG ELECTRONICS KOREA CO.,LTD. 10E68F (base 16) KWANGSUNG ELECTRONICS KOREA CO.,LTD. 356-3, Gongdan-ro Gunpo-si Gyeonggi-do 15808 KR 4C-FA-CA (hex) Cambridge Industries(Group) Co.,Ltd. 4CFACA (base 16) Cambridge Industries(Group) Co.,Ltd. 5/F,Building 8, 2388 ChenHang Road, MinHang District shanghai 201114 CN 18-AB-F5 (hex) Ultra Electronics Electrics 18ABF5 (base 16) Ultra Electronics Electrics Kingsditch Lane Cheltenham Gloucestershire GL51 9PG GB B0-3E-B0 (hex) MICRODIA Ltd. B03EB0 (base 16) MICRODIA Ltd. Suites 1608-1610, 16/F., Prosperity Centre, 25 Chong Yip Street, Kwun Tong Kowloon, 000000 HK 00-15-91 (hex) RLW Inc. 001591 (base 16) RLW Inc. 2029 Cato Ave. State College PA 16801 US 00-18-2E (hex) XStreamHD 00182E (base 16) XStreamHD 7900B Westpark Drive McLean VA 22102 US 00-12-83 (hex) Nortel Networks 001283 (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-11-F9 (hex) Nortel Networks 0011F9 (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-11-58 (hex) Nortel Networks 001158 (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-0F-6A (hex) Nortel Networks 000F6A (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-0E-62 (hex) Nortel Networks 000E62 (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-0C-F8 (hex) Nortel Networks 000CF8 (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-26-F1 (hex) ProCurve Networking by HP 0026F1 (base 16) ProCurve Networking by HP 60 Alexandra Terrace 0000 118502 SG 38-0D-D4 (hex) Primax Electronics Ltd. 380DD4 (base 16) Primax Electronics Ltd. 8F,No. 669, Ruey Kuang Road, Neihu Taipei 114 TW 98-FD-B4 (hex) Primax Electronics Ltd. 98FDB4 (base 16) Primax Electronics Ltd. No. 669, Ruey Kuang Road, Neihu Taipei Taiwan, R.O.C. TW D8-C4-6A (hex) Murata Manufacturing Co., Ltd. D8C46A (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP D8-FB-68 (hex) Cloud Corner Ltd. D8FB68 (base 16) Cloud Corner Ltd. Cloud Corner Smart Bldg, Mei Ju Center NO.39 Dongcheng South Road Dong Guan Guang Dong 523129 CN 68-53-88 (hex) P&S Technology 685388 (base 16) P&S Technology 216 Deajiro Yongin-si Gyeonggi-do 448-813 KR 98-2F-3C (hex) Sichuan Changhong Electric Ltd. 982F3C (base 16) Sichuan Changhong Electric Ltd. 35 East Mianxing Road,High-Tech Park, MianYang SiChuan 621000 CN 14-C1-FF (hex) ShenZhen QianHai Comlan communication Co.,LTD 14C1FF (base 16) ShenZhen QianHai Comlan communication Co.,LTD Shenzhen Nanshan district keyuan road Dongfang science and technology building, room 2407. ShenZhen GuangDong 518000 CN 00-04-17 (hex) ELAU AG 000417 (base 16) ELAU AG Dillberg 12 DE EC-FA-AA (hex) The IMS Company ECFAAA (base 16) The IMS Company 2929 E. Imperial Highway Brea CA 92821 US F0-07-86 (hex) Shandong Bittel Electronics Co., Ltd F00786 (base 16) Shandong Bittel Electronics Co., Ltd No.1 Rizhao North Road Rizhao Shandong 276800 CN 00-D0-F6 (hex) Nokia 00D0F6 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 54-A6-19 (hex) Alcatel-Lucent Shanghai Bell Co., Ltd 54A619 (base 16) Alcatel-Lucent Shanghai Bell Co., Ltd No. 389, Ningqiao Road, Pudong Jinqiao Shanghai 201206 CN 00-09-97 (hex) Nortel Networks 000997 (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-1C-EB (hex) Nortel Networks 001CEB (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-1C-17 (hex) Nortel Networks 001C17 (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-1A-8F (hex) Nortel Networks 001A8F (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-17-D1 (hex) Nortel Networks 0017D1 (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 88-83-22 (hex) Samsung Electronics Co.,Ltd 888322 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR E8-93-09 (hex) Samsung Electronics Co.,Ltd E89309 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-14-C7 (hex) Nortel Networks 0014C7 (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-1D-AF (hex) Nortel Networks 001DAF (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 88-A6-C6 (hex) Sagemcom Broadband SAS 88A6C6 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 94-D4-69 (hex) Cisco Systems, Inc 94D469 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 88-2B-D7 (hex) ADDÉNERGIE TECHNOLOGIES 882BD7 (base 16) ADDÉNERGIE TECHNOLOGIES 533 avenue de la montagne LOCAL 121 Shawinigan Quebec G9N 0A3 CA 00-90-CC (hex) PLANEX COMMUNICATIONS INC. 0090CC (base 16) PLANEX COMMUNICATIONS INC. 2F FENISSAY Ebisu Bldg Shibuya-ku, Tokyo 150-0011 JP 20-57-AF (hex) Shenzhen FH-NET OPTOELECTRONICS CO.,LTD 2057AF (base 16) Shenzhen FH-NET OPTOELECTRONICS CO.,LTD 5/F Building D1 TCL International E City NO.1001 Zhong shan yuan Rd, Nanshan District Shenzhen china Shenzhen GuangDong 518055 CN 54-DC-1D (hex) Yulong Computer Telecommunication Scientific (Shenzhen) Co.,Ltd 54DC1D (base 16) Yulong Computer Telecommunication Scientific (Shenzhen) Co.,Ltd Road NO2, West of Industrial Park,North of Science & Technology Park Dongguan Guangdong 518057 CN AC-A2-13 (hex) Shenzhen Bilian electronic CO.,LTD ACA213 (base 16) Shenzhen Bilian electronic CO.,LTD NO 268,Fuqian Rd,Jutang Community shenzhen guangdong 518110 CN 3C-33-00 (hex) Shenzhen Bilian electronic CO.,LTD 3C3300 (base 16) Shenzhen Bilian electronic CO.,LTD NO 268,Fuqian Rd,Jutang Community,Guanlan town , LongHua new district Shenzhen Guangdong 518110 CN 6C-D0-32 (hex) LG Electronics 6CD032 (base 16) LG Electronics 16, Woomyeon-dong, Seocho-gu Seoul 137-724 KR 3C-BD-D8 (hex) LG ELECTRONICS INC 3CBDD8 (base 16) LG ELECTRONICS INC 19-1, CHEONGHO-RI, JINWI-MYEON PYEONGTAEK GYEONGGI-DO 451-713 KR 34-4D-F7 (hex) LG Electronics (Mobile Communications) 344DF7 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 58-3F-54 (hex) LG Electronics (Mobile Communications) 583F54 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 00-22-CF (hex) PLANEX COMMUNICATIONS INC. 0022CF (base 16) PLANEX COMMUNICATIONS INC. 2F F ・ NISSAY Ebisu Bldg3-16-3 Shibuya-ku Tokyo 150-0011 JP E4-17-D8 (hex) 8BITDO TECHNOLOGY HK LIMITED E417D8 (base 16) 8BITDO TECHNOLOGY HK LIMITED Rooms 1318-19, 13/F, Hollywood Plaza, 610 Nathan Road, Mongkok, Kowloon, Hong Kong Hong Kong Hong Kong 000000 CN 9C-D3-32 (hex) PLC Technology Ltd 9CD332 (base 16) PLC Technology Ltd Nauchny proezd, 17 Moscow Select State 117246 RU 38-F8-CA (hex) OWIN Inc. 38F8CA (base 16) OWIN Inc. Chosunref 5fl,577,Seolleung-ro,Gangnam-gu Seoul 682-20 KR 44-33-4C (hex) Shenzhen Bilian electronic CO.,LTD 44334C (base 16) Shenzhen Bilian electronic CO.,LTD NO 268 Shenzhen Guangdong 518110 CN 64-89-9A (hex) LG Electronics (Mobile Communications) 64899A (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 00-21-05 (hex) Alcatel-Lucent IPD 002105 (base 16) Alcatel-Lucent IPD 701 E. Middlefield Rd. Mountain View CA 94043 US 00-1B-C5 (hex) IEEE Registration Authority 001BC5 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 48-DF-37 (hex) Hewlett Packard Enterprise 48DF37 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US C0-E4-2D (hex) TP-LINK TECHNOLOGIES CO.,LTD. C0E42D (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 8C-A6-DF (hex) TP-LINK TECHNOLOGIES CO.,LTD. 8CA6DF (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 84-16-F9 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 8416F9 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 18-D6-C7 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 18D6C7 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 78-C3-E9 (hex) Samsung Electronics Co.,Ltd 78C3E9 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 8C-1A-BF (hex) Samsung Electronics Co.,Ltd 8C1ABF (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 30-CB-F8 (hex) Samsung Electronics Co.,Ltd 30CBF8 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR A0-CB-FD (hex) Samsung Electronics Co.,Ltd A0CBFD (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR E4-5D-75 (hex) Samsung Electronics Co.,Ltd E45D75 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-E0-4D (hex) INTERNET INITIATIVE JAPAN, INC 00E04D (base 16) INTERNET INITIATIVE JAPAN, INC 1-4, SANBAN-CHO, CHIYODA-KU TOKYO 102 JP F8-A9-D0 (hex) LG Electronics (Mobile Communications) F8A9D0 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR CC-FA-00 (hex) LG Electronics (Mobile Communications) CCFA00 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 74-A7-22 (hex) LG Electronics (Mobile Communications) 74A722 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR F0-1C-13 (hex) LG Electronics (Mobile Communications) F01C13 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 58-FC-DB (hex) IEEE Registration Authority 58FCDB (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US B0-C5-CA (hex) IEEE Registration Authority B0C5CA (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 74-19-F8 (hex) IEEE Registration Authority 7419F8 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US A8-16-B2 (hex) LG Electronics (Mobile Communications) A816B2 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 64-BC-0C (hex) LG Electronics (Mobile Communications) 64BC0C (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 90-C6-82 (hex) IEEE Registration Authority 90C682 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US C0-1A-DA (hex) Apple, Inc. C01ADA (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-00-31 (hex) QPSX COMMUNICATIONS, LTD. 000031 (base 16) QPSX COMMUNICATIONS, LTD. 33 RICHARDSON STREET Western 00000 AU 00-0E-1E (hex) QLogic Corporation 000E1E (base 16) QLogic Corporation 26650 Aliso Viejo Parkway Aliso Viejo CA 92656 US 00-14-D1 (hex) TRENDnet, Inc. 0014D1 (base 16) TRENDnet, Inc. 20675 Manhattan Place Torrance CA 90501 US CC-52-AF (hex) Universal Global Scientific Industrial Co., Ltd. CC52AF (base 16) Universal Global Scientific Industrial Co., Ltd. 141, LANE 351, TAIPING RD. nan tou NAN-TOU 542 TW 00-1C-14 (hex) VMware, Inc. 001C14 (base 16) VMware, Inc. 3401 Hillview Avenue Palo Alto CA 94304 US 00-50-56 (hex) VMware, Inc. 005056 (base 16) VMware, Inc. 3401 Hillview Avenue PALO ALTO CA 94304 US 00-12-1C (hex) PARROT SA 00121C (base 16) PARROT SA 174 Quai de Jemmapes Paris 75010 FR 90-03-B7 (hex) PARROT SA 9003B7 (base 16) PARROT SA 174 Quai de Jemmapes Paris 75010 FR 20-87-56 (hex) SIEMENS AG 208756 (base 16) SIEMENS AG Oestliche Rheinbrueckenstrasse 50 Karlsruhe Baden-Württemberg 76187 DE 74-B4-72 (hex) CIESSE 74B472 (base 16) CIESSE Via G. di Vittorio, 66 Rignano Sull'Arno Florence 50067 IT FC-F1-52 (hex) Sony Corporation FCF152 (base 16) Sony Corporation 1-7-1 Konan Minato-ku Tokyo 108-0075 JP 48-3C-0C (hex) HUAWEI TECHNOLOGIES CO.,LTD 483C0C (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 30-9B-AD (hex) BBK EDUCATIONAL ELECTRONICS CORP.,LTD. 309BAD (base 16) BBK EDUCATIONAL ELECTRONICS CORP.,LTD. LiWu INDUSTRIAL PARK,Wusha,Chang'an Dong Guan Guang Dong 523860 CN 00-1B-B1 (hex) Wistron Neweb Corporation 001BB1 (base 16) Wistron Neweb Corporation No. 10-1, Li-hsin Road I, Hsinchu Science Park, Hsinchu 300 TW 00-80-F7 (hex) Zenith Electronics Corporation 0080F7 (base 16) Zenith Electronics Corporation 1000 MILWAUKEE AVENUE GLENVIEW IL 60025 US BC-30-7D (hex) Wistron Neweb Corporation BC307D (base 16) Wistron Neweb Corporation 20 Park Avenue II, Hsin Science Park, Hsinchu 308, Taiwan HsinChu Taiwan 308 TW 48-A9-D2 (hex) Wistron Neweb Corporation 48A9D2 (base 16) Wistron Neweb Corporation 20 Park Avenue II, Hsin Science Park, Hsinchu 308, Taiwan HsinChu Taiwan 308 TW 80-EA-23 (hex) Wistron Neweb Corporation 80EA23 (base 16) Wistron Neweb Corporation 20 Park Avenue II, Hsin Science Park, Hsinchu 308, Taiwan HsinChu Taiwan 308 TW 00-27-13 (hex) Universal Global Scientific Industrial Co., Ltd. 002713 (base 16) Universal Global Scientific Industrial Co., Ltd. 141, LANE 351,SEC.1, TAIPING RD. TSAOTUEN, NANTOU 54261 TW BC-30-7E (hex) Wistron Neweb Corporation BC307E (base 16) Wistron Neweb Corporation 20 Park Avenue II. Hsinchu 30808854 TW 08-95-2A (hex) Technicolor CH USA Inc. 08952A (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 44-32-C8 (hex) Technicolor CH USA Inc. 4432C8 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 38-A2-8C (hex) SHENZHEN RF-LINK TECHNOLOGY CO.,LTD. 38A28C (base 16) SHENZHEN RF-LINK TECHNOLOGY CO.,LTD. Bldg56A,6/F,Baotian Rd3,Xixiang Town,Baoan District, Shenzhen Guangdong 518000 CN B4-A5-EF (hex) Sercomm Corporation. B4A5EF (base 16) Sercomm Corporation. 3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW 84-9D-64 (hex) SMC Corporation 849D64 (base 16) SMC Corporation 4-2-2, Kinunodai Tsukuba Mirai-shi Ibaraki-ken 300-2493 JP 00-10-C1 (hex) OI ELECTRIC CO.,LTD 0010C1 (base 16) OI ELECTRIC CO.,LTD 7-3-16 KIKUNA YOKOHAMA KANAGAWA-KEN 222-0011 JP 28-BE-9B (hex) Technicolor CH USA Inc. 28BE9B (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US FC-52-8D (hex) Technicolor CH USA Inc. FC528D (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 50-65-83 (hex) Texas Instruments 506583 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US B0-91-22 (hex) Texas Instruments B09122 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US FC-51-A4 (hex) ARRIS Group, Inc. FC51A4 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 98-57-D3 (hex) HON HAI-CCPBG PRECISION IND.CO.,LTD. 9857D3 (base 16) HON HAI-CCPBG PRECISION IND.CO.,LTD. 5F, No.9,Li-Hsin Road V,Science Park Hsinchu 300 TW FC-F5-28 (hex) Zyxel Communications Corporation FCF528 (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW 00-A0-C5 (hex) Zyxel Communications Corporation 00A0C5 (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW A0-9E-1A (hex) Polar Electro Oy A09E1A (base 16) Polar Electro Oy Professorintie 5 Kempele Oulu 90440 FI 1C-D6-BD (hex) LEEDARSON LIGHTING CO., LTD. 1CD6BD (base 16) LEEDARSON LIGHTING CO., LTD. No. 1511, 2nd Fanghu North Rd., Huli District Xiamen Fugian 361010 CN D0-D9-4F (hex) IEEE Registration Authority D0D94F (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 00-1E-04 (hex) Hanson Research Corporation 001E04 (base 16) Hanson Research Corporation 9810 Variel Ave. Chatsworth CA 91311 US 60-C0-BF (hex) ON Semiconductor 60C0BF (base 16) ON Semiconductor 5005 East McDowell Road Phoenix AZ 85008 US AC-04-81 (hex) Jiangsu Huaxing Electronics Co., Ltd. AC0481 (base 16) Jiangsu Huaxing Electronics Co., Ltd. the Industrial concentration zone, Zhiqian town,Jintan distric Changzhou City Jiangsu Province 213234 CN 68-B3-5E (hex) Shenzhen Neostra Technology Co.Ltd 68B35E (base 16) Shenzhen Neostra Technology Co.Ltd 7th Building,Huaide Cuihai Industrial Park,Fuyong,Shenzhen China shenzhen 518100 CN 40-88-05 (hex) Motorola Mobility LLC, a Lenovo Company 408805 (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US 24-E2-71 (hex) Qingdao Hisense Communications Co.,Ltd. 24E271 (base 16) Qingdao Hisense Communications Co.,Ltd. Qianwangang Road 218 Qingdao Shandong 266510 CN BC-60-10 (hex) Qingdao Hisense Communications Co.,Ltd. BC6010 (base 16) Qingdao Hisense Communications Co.,Ltd. Qianwangang Road 218 Qingdao Shandong 266510 CN D0-FC-CC (hex) Samsung Electronics Co.,Ltd D0FCCC (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 98-39-8E (hex) Samsung Electronics Co.,Ltd 98398E (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 44-D1-FA (hex) Shenzhen Yunlink Technology Co., Ltd 44D1FA (base 16) Shenzhen Yunlink Technology Co., Ltd Gushu, Xixiang Town, Bao'an District, Shenzhen City Guangdong Province 518100 CN F0-F6-44 (hex) Whitesky Science & Technology Co.,Ltd. F0F644 (base 16) Whitesky Science & Technology Co.,Ltd. Room301,Building7,NO.6,Lane365 Shanghai 200052 CN 20-F1-7C (hex) HUAWEI TECHNOLOGIES CO.,LTD 20F17C (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 34-6A-C2 (hex) HUAWEI TECHNOLOGIES CO.,LTD 346AC2 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN C4-1C-FF (hex) Vizio, Inc C41CFF (base 16) Vizio, Inc 39 Tesla Irvine CA 92618 US C0-97-27 (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) C09727 (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak SEMTHAI, WELLGROW INDUSTRIAL ESTATE Bangpakong Chachoengsao 24180 TH DC-29-3A (hex) Shenzhen Nuoshi Technology Co., LTD. DC293A (base 16) Shenzhen Nuoshi Technology Co., LTD. Room 7020 of Tian Xia IC Industry Park, Majialong Industrial Zone, YiYuan Road Nanshan District, Shenzhen Guangdong 518052 CN 7C-6A-F3 (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. 7C6AF3 (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY E4-62-51 (hex) HAO CHENG GROUP LIMITED E46251 (base 16) HAO CHENG GROUP LIMITED FLAT/RM C, 06/F, BEST-TO-BEST COMMERCIAL CENTRE 32-36 FERRY STREET JORDAN KL Hong KOng 999077 HK 40-56-2D (hex) Smartron India Pvt ltd 40562D (base 16) Smartron India Pvt ltd 1st Floor, Kapil Tower, Gachibowli Hyderabad Telangana 500032 IN 38-76-D1 (hex) Euronda SpA 3876D1 (base 16) Euronda SpA Via dell'artigianato, 7 Montecchio Precalcino Italia/Vicenza 36030 IT C4-69-3E (hex) Turbulence Design Inc. C4693E (base 16) Turbulence Design Inc. 1-3-14 Koshigaya-City Saitama 343-0813 JP 00-95-69 (hex) LSD Science and Technology Co.,Ltd. 009569 (base 16) LSD Science and Technology Co.,Ltd. Lierda Building,No.425 Dengyun Rd. Hangzhou Zhijiang 310011 CN B0-CF-4D (hex) MI-Zone Technology Ireland B0CF4D (base 16) MI-Zone Technology Ireland 2nd floor,block 10 unit 3 dublin Blanchardstown 15 IE 28-9A-FA (hex) TCT mobile ltd 289AFA (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN 00-1A-34 (hex) Konka Group Co., Ltd. 001A34 (base 16) Konka Group Co., Ltd. Shenzhen Konka R & D Building, 28th floor 15-24 Nanshan District Guangdong 00000 CN 00-11-FC (hex) HARTING Electronics GmbH 0011FC (base 16) HARTING Electronics GmbH Wilhelm Harting Str. 1 Espelkamp Nordrhein Westfalen D-32339 DE 00-23-89 (hex) Hangzhou H3C Technologies Co., Limited 002389 (base 16) Hangzhou H3C Technologies Co., Limited Oriental Electronics Bldg., #2, Chuangye Road£¬Shangdi Information Industry Base, Beijing 100085 US 3C-E5-A6 (hex) Hangzhou H3C Technologies Co., Limited 3CE5A6 (base 16) Hangzhou H3C Technologies Co., Limited Oriental Electronic Bld., NO.2,Chuangye Road Beijing 100085 CN 5C-DD-70 (hex) Hangzhou H3C Technologies Co., Limited 5CDD70 (base 16) Hangzhou H3C Technologies Co., Limited 310 Liuhe Road, Zhijiang Science Park Hangzhou Zhejiang, 310053 CN 3C-8C-40 (hex) Hangzhou H3C Technologies Co., Limited 3C8C40 (base 16) Hangzhou H3C Technologies Co., Limited 466 Changhe Road, Binjiang District, Hangzhou Zhejiang, P.R.China 310052 CN A0-67-BE (hex) Sicon srl A067BE (base 16) Sicon srl Via Sila 1/3 Isola Vicentina Vicenza 36033 IT D8-20-9F (hex) Cubro Acronet GesmbH D8209F (base 16) Cubro Acronet GesmbH Geiselberstraße 17 / 6 Floor Vienna Vienna 1110 AT 8C-77-16 (hex) LONGCHEER TELECOMMUNICATION LIMITED 8C7716 (base 16) LONGCHEER TELECOMMUNICATION LIMITED Building 1,No.401,Caobao Rd Shanghai Xuhui District 200233 CN 68-FB-7E (hex) Apple, Inc. 68FB7E (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 84-A1-34 (hex) Apple, Inc. 84A134 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A0-D3-85 (hex) AUMA Riester GmbH & Co. KG A0D385 (base 16) AUMA Riester GmbH & Co. KG Aumastr. 1 Muellheim Baden-Württemberg 79379 DE 14-14-E6 (hex) Ningbo Sanhe Digital Co.,Ltd 1414E6 (base 16) Ningbo Sanhe Digital Co.,Ltd No.1177 Lingyun Road ningbo zhejiang 315048 CN 00-25-82 (hex) Maksat Technologies (P) Ltd 002582 (base 16) Maksat Technologies (P) Ltd D-10/6, Okhla, Phase-I New Delhi 110020 IN 0C-51-01 (hex) Apple, Inc. 0C5101 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 2C-F0-A2 (hex) Apple, Inc. 2CF0A2 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 48-C0-49 (hex) Broad Telecom SA 48C049 (base 16) Broad Telecom SA c/ Margarita Salas, 22 Leganes Madrid 28918 ES AC-6F-BB (hex) TATUNG Technology Inc. AC6FBB (base 16) TATUNG Technology Inc. 22, Chungshan N. Rd., 3rd Sec., Taipei 104 TW 00-1C-41 (hex) scemtec Transponder Technology GmbH 001C41 (base 16) scemtec Transponder Technology GmbH Wehrstr. 1 Gummersbach NRW 51645 DE 14-63-08 (hex) JABIL CIRCUIT (SHANGHAI) LTD. 146308 (base 16) JABIL CIRCUIT (SHANGHAI) LTD. FL5-UNIT A2 NO. 1528 GUMEI ROAD SHANGHAI 200233 CN 00-1E-25 (hex) INTEK DIGITAL 001E25 (base 16) INTEK DIGITAL 1101, 11th Fl., Anyang K-center building, 1591-9 Anyang Gyeonggi-do 431-815 KR 00-E0-CF (hex) INTEGRATED DEVICE 00E0CF (base 16) INTEGRATED DEVICE 6024 Silver Creek Valley Road San Jose CA 95138 US 90-4D-4A (hex) Sagemcom Broadband SAS 904D4A (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 04-4E-5A (hex) ARRIS Group, Inc. 044E5A (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-60-B1 (hex) Input/Output, Inc. 0060B1 (base 16) Input/Output, Inc. 12300 PARC CREST DRIVE STAFFORD TX 77477-2416 US 54-7F-54 (hex) INGENICO 547F54 (base 16) INGENICO 9, avenue de la gare - BP 25156 Valence cedex 9 26958 FR 6C-24-83 (hex) Microsoft Mobile Oy 6C2483 (base 16) Microsoft Mobile Oy Keilalahdentie 4 Espoo 02150 FI 68-91-D0 (hex) IEEE Registration Authority 6891D0 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US E0-4F-43 (hex) Universal Global Scientific Industrial Co., Ltd. E04F43 (base 16) Universal Global Scientific Industrial Co., Ltd. 141, Lane 351, Taiping Road, Sec.1,Tsao Tuen Nan-Tou Taiwan 54261 TW 38-70-0C (hex) ARRIS Group, Inc. 38700C (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-0E-2E (hex) Edimax Technology Co. Ltd. 000E2E (base 16) Edimax Technology Co. Ltd. No. 278, Xinhu 1st Road Taipei City Neihu Dist 248 TW 00-06-5F (hex) ECI Telecom Ltd. 00065F (base 16) ECI Telecom Ltd. 30 Hasivim St. hasivivm 53188 IL 00-20-8F (hex) ECI Telecom Ltd. 00208F (base 16) ECI Telecom Ltd. HASIVIM ST. 30, PETACH-TIKVA 49133 49133 IL 84-40-76 (hex) Drivenets 844076 (base 16) Drivenets 4 ashizaf Raanana 4366411 IL 00-1C-D7 (hex) Harman/Becker Automotive Systems GmbH 001CD7 (base 16) Harman/Becker Automotive Systems GmbH Becker-Göring-Straße 16 Karlsbad Baden-Württemberg 76307 DE 00-3A-7D (hex) Cisco Systems, Inc 003A7D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 90-C7-D8 (hex) zte corporation 90C7D8 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 00-18-5C (hex) EDSLAB Technologies 00185C (base 16) EDSLAB Technologies 20 Ayer Rajah Crescent Crescent 139964 SG 00-1A-45 (hex) GN Netcom A/S 001A45 (base 16) GN Netcom A/S Metalbuen 66 Ballerup Skovlunde DK - 2750 DK 00-20-88 (hex) GLOBAL VILLAGE COMMUNICATION 002088 (base 16) GLOBAL VILLAGE COMMUNICATION 1144 EAST ARQUES AVENUE SUNNYVALE CA 94086 US 54-13-79 (hex) Hon Hai Precision Ind. Co.,Ltd. 541379 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 00-19-21 (hex) Elitegroup Computer Systems Co.,Ltd. 001921 (base 16) Elitegroup Computer Systems Co.,Ltd. No.22,Alley 38,Lane 91, Sec. 1,Nei Hu Road. Taipei 114 TW 00-16-EC (hex) Elitegroup Computer Systems Co.,Ltd. 0016EC (base 16) Elitegroup Computer Systems Co.,Ltd. No. 22, Alley 38, Lane 91, Sec. 1, Nei Hu Road, Taipei 11441 TW 00-07-95 (hex) Elitegroup Computer Systems Co.,Ltd. 000795 (base 16) Elitegroup Computer Systems Co.,Ltd. No. 22, Alley 38, Lane 91, Taipei 114 TW FC-0F-4B (hex) Texas Instruments FC0F4B (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US D4-88-3F (hex) HDPRO CO., LTD. D4883F (base 16) HDPRO CO., LTD. HDPRO Bldg. 23, 362 Beon-gil, Shinheung-ro, Ojeong-gu Bucheon-City Gyunggi-Do 14491 KR 10-88-CE (hex) Fiberhome Telecommunication Technologies Co.,LTD 1088CE (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan City Hubei Province 430074 CN 60-B6-17 (hex) Fiberhome Telecommunication Technologies Co.,LTD 60B617 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan City Hubei Province 430074 CN DC-9C-9F (hex) Shenzhen YOUHUA Technology Co., Ltd DC9C9F (base 16) Shenzhen YOUHUA Technology Co., Ltd Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN 74-DF-BF (hex) Liteon Technology Corporation 74DFBF (base 16) Liteon Technology Corporation 7F, Bldg, C, 90, Chien 1 Road Taipei Taiwan 23585 TW F0-3E-90 (hex) Ruckus Wireless F03E90 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US D8-D7-23 (hex) IDS, Inc D8D723 (base 16) IDS, Inc 6801 15 Mile Rd. Sterling Heights MI 48312 US 84-AD-58 (hex) HUAWEI TECHNOLOGIES CO.,LTD 84AD58 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 58-60-5F (hex) HUAWEI TECHNOLOGIES CO.,LTD 58605F (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-A0-F4 (hex) GE 00A0F4 (base 16) GE W-657 WAUKESHA WI 53188 US AC-0D-1B (hex) LG Electronics (Mobile Communications) AC0D1B (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR F0-D1-B8 (hex) LEDVANCE F0D1B8 (base 16) LEDVANCE 200 Ballardvale St Wilmington MA 01887 US 98-6D-35 (hex) IEEE Registration Authority 986D35 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 88-79-5B (hex) Konka Group Co., Ltd. 88795B (base 16) Konka Group Co., Ltd. Shenzhen Konka R & D Building, 28th floor 15-24 Nanshan District Guangdong 00000 CN 08-1F-71 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 081F71 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 5C-CA-1A (hex) Microsoft Mobile Oy 5CCA1A (base 16) Microsoft Mobile Oy Keilalahdentie 4 Espoo 02150 FI FC-2F-AA (hex) Nokia FC2FAA (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA B0-7E-70 (hex) Zadara Storage Ltd. B07E70 (base 16) Zadara Storage Ltd. 6 Venture, Suite 140 Irvine CA 92618 US 00-80-B1 (hex) SOFTCOM A/S 0080B1 (base 16) SOFTCOM A/S STUDIESTRAEDE 21 DK 20-2D-F8 (hex) Digital Media Cartridge Ltd. 202DF8 (base 16) Digital Media Cartridge Ltd. 5F-3, No. 9, Ln 3, Jihu Rd, Neihu Taipei 11492 TW 10-D0-AB (hex) zte corporation 10D0AB (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 00-04-C6 (hex) YAMAHA MOTOR CO.,LTD 0004C6 (base 16) YAMAHA MOTOR CO.,LTD Information System Division Japan Zip: 438-8501 JP 18-A3-E8 (hex) Fiberhome Telecommunication Technologies Co.,LTD 18A3E8 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan City Hubei Province 430074 CN 74-1E-93 (hex) Fiberhome Telecommunication Technologies Co.,LTD 741E93 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan City Hubei Province 430074 CN 20-2D-07 (hex) Samsung Electronics Co.,Ltd 202D07 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR D8-80-3C (hex) Anhui Huami Information Technology Company Limited D8803C (base 16) Anhui Huami Information Technology Company Limited Building A4, 12th Floor, No. 800, Wangjiang Road Hefei Anhui 230088 CN 00-34-DA (hex) LG Electronics (Mobile Communications) 0034DA (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 38-10-D5 (hex) AVM Audiovisuelles Marketing und Computersysteme GmbH 3810D5 (base 16) AVM Audiovisuelles Marketing und Computersysteme GmbH Alt-Moabit 95 Berlin Berlin 10559 DE 18-C5-01 (hex) SHENZHEN GONGJIN ELECTRONICS CO.,LT 18C501 (base 16) SHENZHEN GONGJIN ELECTRONICS CO.,LT SONGGANG SHENZHEN GUANGDONG 518105 CN 00-A0-B8 (hex) NetApp 00A0B8 (base 16) NetApp 1395 Crossman Ave Sunnyvale, CA 94089 US 00-C8-8B (hex) Cisco Systems, Inc 00C88B (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 24-C3-F9 (hex) Securitas Direct AB 24C3F9 (base 16) Securitas Direct AB Angbatsbron 1 Malmö 21120 SE 2C-21-D7 (hex) IMAX Corporation 2C21D7 (base 16) IMAX Corporation 2525 Speakman Drive Mississauga Ontario L5K 1B1 CA 00-09-D2 (hex) Mai Logic Inc. 0009D2 (base 16) Mai Logic Inc. 47697 Westinghouse Dr., Suite 200 Fremont CA 94539 US 00-60-16 (hex) CLARIION 006016 (base 16) CLARIION COSLIN DRIVE SOUTHBORO MA 01772 US 98-1F-B1 (hex) Shenzhen Lemon Network Technology Co.,Ltd 981FB1 (base 16) Shenzhen Lemon Network Technology Co.,Ltd Changhong Technology Building 1710-11,South NO.12 Road,Nanshan Technology Park,Nanshan District,Shenzhen,China. shenzhen 518100 CN 0C-5A-9E (hex) Wi-SUN Alliance 0C5A9E (base 16) Wi-SUN Alliance 275 Tennant Avenue, Suite 202 Morgan Hill CA 95037 US B4-4B-D2 (hex) Apple, Inc. B44BD2 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US DC-41-5F (hex) Apple, Inc. DC415F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 64-12-25 (hex) Cisco Systems, Inc 641225 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 78-64-E6 (hex) Green Motive Technology Limited 7864E6 (base 16) Green Motive Technology Limited Room 1106,11 Floor,The XinYuan Square, No 418 Gui ping Road shanghai shanghai 20233 CN 3C-BE-E1 (hex) NIKON CORPORATION 3CBEE1 (base 16) NIKON CORPORATION Shinagawa Intercity Tower C, 2-15-3, Konan Minato-ku Tokyo 108-6290 JP 10-2A-B3 (hex) Xiaomi Communications Co Ltd 102AB3 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 40-D3-57 (hex) Ison Technology Co., Ltd. 40D357 (base 16) Ison Technology Co., Ltd. Room 6, 20F, No. 77, section 1, Xintai 5th Rd. Xizhi District New Taipei City Taiwan 22101 TW A4-15-88 (hex) ARRIS Group, Inc. A41588 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US F4-5C-89 (hex) Apple, Inc. F45C89 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 20-76-8F (hex) Apple, Inc. 20768F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 9C-5C-F9 (hex) Sony Mobile Communications Inc 9C5CF9 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 00-11-D1 (hex) Soft Imaging System GmbH 0011D1 (base 16) Soft Imaging System GmbH Johann-Krane-Weg 39 Muenster 48149 DE 98-D6-86 (hex) Chyi Lee industry Co., ltd. 98D686 (base 16) Chyi Lee industry Co., ltd. No.25, Wufu Rd., Xinying Dist. Tainan city 73054 TW 8C-C6-61 (hex) Current, powered by GE 8CC661 (base 16) Current, powered by GE 1975 Noble Road B335C East Cleveland OH 44112 US 88-A0-84 (hex) Formation Data Systems 88A084 (base 16) Formation Data Systems 39141 Civic Center Drive, Suite 410 Fremont CA 94538 US E8-B2-AC (hex) Apple, Inc. E8B2AC (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E4-9A-79 (hex) Apple, Inc. E49A79 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 30-A9-DE (hex) LG Innotek 30A9DE (base 16) LG Innotek 26, Hanamsandan 5beon-ro Gwangju Gwangsan-gu 506-731 KR F0-1B-6C (hex) vivo Mobile Communication Co., Ltd. F01B6C (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN A0-B9-ED (hex) Skytap A0B9ED (base 16) Skytap 710 2nd Ave Suite 1130 Seattle WA 98104 US 94-C9-60 (hex) Zhongshan B&T technology.co.,ltd 94C960 (base 16) Zhongshan B&T technology.co.,ltd Floor3-4,Block A,Dong Fang Industrial park,Da che country,Nan Lang District Zhong Shan City Guang Dong Province 528451 CN 74-C3-30 (hex) SHENZHEN FAST TECHNOLOGIES CO.,LTD 74C330 (base 16) SHENZHEN FAST TECHNOLOGIES CO.,LTD Room 202,Building No.5,Section 30,No.2 of Kefa Road,Nanshan District,Shenzhen,P.R.China Shenzhen Guangdong 518057 CN 40-3F-8C (hex) TP-LINK TECHNOLOGIES CO.,LTD. 403F8C (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN DC-B3-B4 (hex) Honeywell Environmental & Combustion Controls (Tianjin) Co., Ltd. DCB3B4 (base 16) Honeywell Environmental & Combustion Controls (Tianjin) Co., Ltd. 158 Nan Hai Road, TEDA Tianjin 300457 CN 00-1D-3B (hex) Nokia Danmark A/S 001D3B (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-1D-FD (hex) Nokia Danmark A/S 001DFD (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-1E-3B (hex) Nokia Danmark A/S 001E3B (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-1E-A4 (hex) Nokia Danmark A/S 001EA4 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-26-CC (hex) Nokia Danmark A/S 0026CC (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-0E-ED (hex) Nokia Danmark A/S 000EED (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 4C-25-78 (hex) Nokia Corporation 4C2578 (base 16) Nokia Corporation Joensuunkatu 7 Salo NA 24101 FI BC-C6-DB (hex) Nokia Corporation BCC6DB (base 16) Nokia Corporation Joensuunkatu 7 Salo NA 24101 FI 60-A8-FE (hex) Nokia 60A8FE (base 16) Nokia Karaportti 3 Espoo 02610 FI 00-11-9F (hex) Nokia Danmark A/S 00119F (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-1A-16 (hex) Nokia Danmark A/S 001A16 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-1A-89 (hex) Nokia Danmark A/S 001A89 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-1A-DC (hex) Nokia Danmark A/S 001ADC (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-25-CF (hex) Nokia Danmark A/S 0025CF (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-21-AB (hex) Nokia Danmark A/S 0021AB (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-1F-DE (hex) Nokia Danmark A/S 001FDE (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-1F-DF (hex) Nokia Danmark A/S 001FDF (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 54-79-75 (hex) Nokia Corporation 547975 (base 16) Nokia Corporation Joensuunkatu 7E Salo 24101 FI A8-7B-39 (hex) Nokia Corporation A87B39 (base 16) Nokia Corporation Joensuunkatu 7 Salo Varsinais-Suomi 24101 FI 00-24-7C (hex) Nokia Danmark A/S 00247C (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-22-66 (hex) Nokia Danmark A/S 002266 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-21-FE (hex) Nokia Danmark A/S 0021FE (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790V DK C4-77-AB (hex) Beijing ASU Tech Co.,Ltd C477AB (base 16) Beijing ASU Tech Co.,Ltd 15/F, Global Trade Center Tower, No.36, North 3rd Ring Road, Dongcheng District, Beijing, 100013, China BEI JING BEI JING 100013 CN 00-0B-CA (hex) DATAVAN TC 000BCA (base 16) DATAVAN TC 4FL,#120-12,Chung Shan Rd, Sec.3 Chung Ho City, Taipei Hsien 235 TW 70-25-59 (hex) CyberTAN Technology Inc. 702559 (base 16) CyberTAN Technology Inc. 99, Park Avenue III, Science-Based Industrial Park Hsinchu 308 TW 60-7E-DD (hex) Microsoft Mobile Oy 607EDD (base 16) Microsoft Mobile Oy Keilalahdentie 4 ESPOO 02150 FI A8-A0-89 (hex) Tactical Communications A8A089 (base 16) Tactical Communications 473 Post Street Camarillo CA 93010 US 48-36-5F (hex) Wintecronics Ltd. 48365F (base 16) Wintecronics Ltd. Rm. 3, 11F., No.716, Zhongzheng Rd., Zhonghe Dist., New Taipei City 23552, Taiwan (R.O.C.) New Taipei City 23552 TW 00-1D-20 (hex) Comtrend Corporation 001D20 (base 16) Comtrend Corporation 3F-1, 10 Lane 609, Chongxin Road, Section 5, New Taipei City, Taiwan 24159 TW 08-37-3D (hex) Samsung Electronics Co.,Ltd 08373D (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 0C-75-BD (hex) Cisco Systems, Inc 0C75BD (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 30-0D-43 (hex) Microsoft Mobile Oy 300D43 (base 16) Microsoft Mobile Oy Keilalahdentie 2-4 Espoo N.A. 02150 FI 00-00-0E (hex) FUJITSU LIMITED 00000E (base 16) FUJITSU LIMITED 403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP 00-0B-5D (hex) FUJITSU LIMITED 000B5D (base 16) FUJITSU LIMITED 403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP C4-88-E5 (hex) Samsung Electronics Co.,Ltd C488E5 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 08-05-81 (hex) Roku, Inc. 080581 (base 16) Roku, Inc. 12980 Saratoga Ave Saratoga CA 95070 US 00-0D-F3 (hex) Asmax Solutions 000DF3 (base 16) Asmax Solutions Tatarska 5 Cracow 30-103 PL 80-AC-AC (hex) Juniper Networks 80ACAC (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 00-0D-B6 (hex) Broadcom 000DB6 (base 16) Broadcom 1363 Redwood Way Petaluma CA 94954 US 00-0A-F7 (hex) Broadcom 000AF7 (base 16) Broadcom 16215 Alton Parkway Irvine CA 92618 US D4-01-29 (hex) Broadcom D40129 (base 16) Broadcom 5300 California Ave. Irvine CA 92617 US 00-1D-00 (hex) Brivo Systems, LLC 001D00 (base 16) Brivo Systems, LLC 4330 East West Highway Bethesda MD 20814 US 00-20-D6 (hex) Breezecom, Ltd. 0020D6 (base 16) Breezecom, Ltd. ATIDIM TECHNOLOGICAL PK-BLDG.3 Tel-aviv 12345 IL 00-E0-63 (hex) Cabletron Systems, Inc. 00E063 (base 16) Cabletron Systems, Inc. 35 INDUSTRIAL WAY ROCHESTER NH 03866-5005 US FC-C7-34 (hex) Samsung Electronics Co.,Ltd FCC734 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 84-25-DB (hex) Samsung Electronics Co.,Ltd 8425DB (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR B0-EC-71 (hex) Samsung Electronics Co.,Ltd B0EC71 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR E4-58-B8 (hex) Samsung Electronics Co.,Ltd E458B8 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 08-8C-2C (hex) Samsung Electronics Co.,Ltd 088C2C (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 64-B8-53 (hex) Samsung Electronics Co.,Ltd 64B853 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 38-94-96 (hex) Samsung Electronics Co.,Ltd 389496 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 50-56-BF (hex) Samsung Electronics Co.,Ltd 5056BF (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 90-F1-AA (hex) Samsung Electronics Co.,Ltd 90F1AA (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 10-77-B1 (hex) Samsung Electronics Co.,Ltd 1077B1 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 00-1F-C7 (hex) Casio Hitachi Mobile Communications Co., Ltd. 001FC7 (base 16) Casio Hitachi Mobile Communications Co., Ltd. 2-229-1, Sakuragaoka Higashiyamato-shi Tokyo 207-8501 JP A4-9A-58 (hex) Samsung Electronics Co.,Ltd A49A58 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 08-EE-8B (hex) Samsung Electronics Co.,Ltd 08EE8B (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 0C-A4-2A (hex) OB Telecom Electronic Technology Co., Ltd 0CA42A (base 16) OB Telecom Electronic Technology Co., Ltd 17/F, Jiangong Building Hangzhou ZheJiang 310012 CN 74-45-8A (hex) Samsung Electronics Co.,Ltd 74458A (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 5C-DC-96 (hex) Arcadyan Technology Corporation 5CDC96 (base 16) Arcadyan Technology Corporation No.8, Sec.2, Guangfu Rd., Hsinchu City 30071, 12345 TW 74-31-70 (hex) Arcadyan Technology Corporation 743170 (base 16) Arcadyan Technology Corporation 4F. , No. 9 , Park Avenue II, Hsinchu 300 TW 00-1A-2A (hex) Arcadyan Technology Corporation 001A2A (base 16) Arcadyan Technology Corporation 4F., No. 9 , Park Avenue II, Hsinchu 300 TW 88-25-2C (hex) Arcadyan Technology Corporation 88252C (base 16) Arcadyan Technology Corporation 4F., NO.9, Park Avenue II , Hsinchu 300 TW 40-BA-61 (hex) ARIMA Communications Corp. 40BA61 (base 16) ARIMA Communications Corp. 6F., No.866, Jhongjheng Rd., Jhonghe Dist. New Taipei City 23586 TW 00-11-F5 (hex) ASKEY COMPUTER CORP 0011F5 (base 16) ASKEY COMPUTER CORP 10F, NO.119, CHIENKANG RD., CHUNG-HO, TAIPEI 235 TW 00-16-E3 (hex) ASKEY COMPUTER CORP 0016E3 (base 16) ASKEY COMPUTER CORP 10F, NO.119, CHIENKANG RD., CHUNG-HO, TAIPEI 235 TW E8-39-DF (hex) ASKEY COMPUTER CORP E839DF (base 16) ASKEY COMPUTER CORP 10F,NO.119,CHIENKANG RD,CHUNG-HO,TAIPEI, TAIWAN TAIPEI 235 TW 1C-C6-3C (hex) Arcadyan Technology Corporation 1CC63C (base 16) Arcadyan Technology Corporation 4F, No. 9, Park Avenue II , Hsinchu 300 TW 18-83-BF (hex) Arcadyan Technology Corporation 1883BF (base 16) Arcadyan Technology Corporation 4F, No. 9, Park Avenue II , Hsinchu 300 TW 68-ED-43 (hex) BlackBerry RTS 68ED43 (base 16) BlackBerry RTS 451 Phillip Street Waterloo ON N2L 3X2 CA 70-AA-B2 (hex) BlackBerry RTS 70AAB2 (base 16) BlackBerry RTS 451 Phillip Street Waterloo ON N2L 3X2 CA 00-14-6C (hex) NETGEAR 00146C (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 00-1E-2A (hex) NETGEAR 001E2A (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 00-18-4D (hex) NETGEAR 00184D (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 00-04-0E (hex) AVM GmbH 00040E (base 16) AVM GmbH Alt-Moabit 95 berlin 12345 DE 9C-C7-A6 (hex) AVM GmbH 9CC7A6 (base 16) AVM GmbH Alt-Moabit 95 berlin Berlin 10559 DE A0-63-91 (hex) NETGEAR A06391 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 20-E5-2A (hex) NETGEAR 20E52A (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 44-94-FC (hex) NETGEAR 4494FC (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 20-0C-C8 (hex) NETGEAR 200CC8 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US C4-47-3F (hex) HUAWEI TECHNOLOGIES CO.,LTD C4473F (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 74-44-01 (hex) NETGEAR 744401 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US E0-91-F5 (hex) NETGEAR E091F5 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 00-0F-86 (hex) BlackBerry RTS 000F86 (base 16) BlackBerry RTS 295 Phillip Street Waterloo Ontario N2L 3W8 CA 00-24-D2 (hex) ASKEY COMPUTER CORP 0024D2 (base 16) ASKEY COMPUTER CORP 10F,NO.119,CHIENKANG RD,CHUNG-HO,TAIPEI, TAIWAN TAIPEI 235 TW B4-EE-B4 (hex) ASKEY COMPUTER CORP B4EEB4 (base 16) ASKEY COMPUTER CORP 10F,NO.119,CHIENKANG RD,ZHONGHE DIST NEW TAIPEI CITY TAIWAN TAIPEI 23585 TW E4-64-49 (hex) ARRIS Group, Inc. E46449 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 40-FC-89 (hex) ARRIS Group, Inc. 40FC89 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 2C-9E-5F (hex) ARRIS Group, Inc. 2C9E5F (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-26-36 (hex) ARRIS Group, Inc. 002636 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1C-C1 (hex) ARRIS Group, Inc. 001CC1 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1E-5A (hex) ARRIS Group, Inc. 001E5A (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-13-71 (hex) ARRIS Group, Inc. 001371 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-23-EE (hex) ARRIS Group, Inc. 0023EE (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1A-DE (hex) ARRIS Group, Inc. 001ADE (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 74-56-12 (hex) ARRIS Group, Inc. 745612 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-50-E3 (hex) ARRIS Group, Inc. 0050E3 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-21-36 (hex) ARRIS Group, Inc. 002136 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-16-26 (hex) ARRIS Group, Inc. 001626 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-19-A6 (hex) ARRIS Group, Inc. 0019A6 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US E8-C7-4F (hex) Liteon Technology Corporation E8C74F (base 16) Liteon Technology Corporation 4F, No. 90, Chien 1 Road, New Taipei City Taiwan 23585 TW D0-53-49 (hex) Liteon Technology Corporation D05349 (base 16) Liteon Technology Corporation 4F, 90, Chien 1 Road ChungHo New Taipei City Taiwan 23585 TW E8-F7-24 (hex) Hewlett Packard Enterprise E8F724 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US 5C-B5-24 (hex) Sony Mobile Communications Inc 5CB524 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 90-C1-15 (hex) Sony Mobile Communications Inc 90C115 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP D0-51-62 (hex) Sony Mobile Communications Inc D05162 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 18-00-2D (hex) Sony Mobile Communications Inc 18002D (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 28-0D-FC (hex) Sony Interactive Entertainment Inc. 280DFC (base 16) Sony Interactive Entertainment Inc. 1-7-1 Konan Minato-ku Tokyo 108-0075 JP 00-13-11 (hex) ARRIS Group, Inc. 001311 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US D0-DF-9A (hex) Liteon Technology Corporation D0DF9A (base 16) Liteon Technology Corporation 4F,90,Chien 1 Road,ChungHo,Taipei Hsien,Taiwan, TaiPei TaiWan 23585 TW 1C-65-9D (hex) Liteon Technology Corporation 1C659D (base 16) Liteon Technology Corporation 4F,90,Chien 1 Road,ChungHo,Taipei Hsien,Taiwan, TaiPei TaiWan 23585 TW 30-10-B3 (hex) Liteon Technology Corporation 3010B3 (base 16) Liteon Technology Corporation 4F,90,Chien 1 Road, ChungHo, TaiPei Hsien TaiPei TaiWan 23585 TW 70-1A-04 (hex) Liteon Technology Corporation 701A04 (base 16) Liteon Technology Corporation 4F 90 Chien 1 Rd.ChungHo Taipei 23585 TW 48-D2-24 (hex) Liteon Technology Corporation 48D224 (base 16) Liteon Technology Corporation 4F,90,Chien 1 Road,ChungHo New Taipei City Taipei 23585 TW 20-68-9D (hex) Liteon Technology Corporation 20689D (base 16) Liteon Technology Corporation 4F,90,Chien 1 Road,ChungHo New Taipei City Taipei 23585 TW 00-24-EF (hex) Sony Mobile Communications Inc 0024EF (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 00-25-E7 (hex) Sony Mobile Communications Inc 0025E7 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 58-17-0C (hex) Sony Mobile Communications Inc 58170C (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 00-16-B8 (hex) Sony Mobile Communications Inc 0016B8 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 7C-BF-B1 (hex) ARRIS Group, Inc. 7CBFB1 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 08-00-46 (hex) Sony Corporation 080046 (base 16) Sony Corporation Gotenyama Tec, 5-1-2 Kitashinagawa Tokyo 141-0001 JP EC-F0-0E (hex) AboCom ECF00E (base 16) AboCom 1F , No. 21, Yanfa 2nd Rd., SBIP Hsinchu City 300 886 TW 00-E0-98 (hex) AboCom 00E098 (base 16) AboCom 12F-3, NO. 333, SEC. 1 HSIN-CHU 12345 TW 74-DA-EA (hex) Texas Instruments 74DAEA (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 94-88-15 (hex) Infinique Worldwide Inc 948815 (base 16) Infinique Worldwide Inc 513, 4185 Shipp Drive Mississauga Ontario L4Z2Y8 CA D0-E4-4A (hex) Murata Manufacturing Co., Ltd. D0E44A (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP 38-4F-F0 (hex) AzureWave Technology Inc. 384FF0 (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd . New Taipei City Taiwan 231 TW E8-74-E6 (hex) ADB Broadband Italia E874E6 (base 16) ADB Broadband Italia VIALE SARCA 336 MILANO 20126 IT 00-20-E0 (hex) Actiontec Electronics, Inc 0020E0 (base 16) Actiontec Electronics, Inc 3301 Olcott St. Santa Clara CA 95054 US 00-26-62 (hex) Actiontec Electronics, Inc 002662 (base 16) Actiontec Electronics, Inc 3301 Olcott St. Santa Clara CA 95054 US 00-25-53 (hex) ADB Broadband Italia 002553 (base 16) ADB Broadband Italia VIALE SARCA 222 MILANO 20126 IT 00-19-3E (hex) ADB Broadband Italia 00193E (base 16) ADB Broadband Italia VIALE SARCA 222 MILANO 20126 IT 00-08-27 (hex) ADB Broadband Italia 000827 (base 16) ADB Broadband Italia Viale Sarca 222 pisacataway Milano 20126 IT 74-2F-68 (hex) AzureWave Technology Inc. 742F68 (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd., Xindian Taipei 231 TW 4C-14-A3 (hex) TCL Technoly Electronics (Huizhou) Co., Ltd. 4C14A3 (base 16) TCL Technoly Electronics (Huizhou) Co., Ltd. 19th Zhongkai Hi-tech Development Zone Huizhou Guangdong 516006 CN 4C-B0-E8 (hex) Beijing RongZhi xinghua technology co., LTD 4CB0E8 (base 16) Beijing RongZhi xinghua technology co., LTD Beijing haidian district zhongguancun east road No. 18 smartfortune international building, room 909 beijing beijing 100000 CN D8-87-D5 (hex) Leadcore Technology CO.,LTD D887D5 (base 16) Leadcore Technology CO.,LTD 1258 Mingyue Road,Shanghai.China shanghai shanghai 201206 CN 00-F2-8B (hex) Cisco Systems, Inc 00F28B (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 34-E6-AD (hex) Intel Corporate 34E6AD (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 08-11-96 (hex) Intel Corporate 081196 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 18-3D-A2 (hex) Intel Corporate 183DA2 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 80-9B-20 (hex) Intel Corporate 809B20 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-23-14 (hex) Intel Corporate 002314 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 34-02-86 (hex) Intel Corporate 340286 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-1C-BF (hex) Intel Corporate 001CBF (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY B4-B6-76 (hex) Intel Corporate B4B676 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 3C-A9-F4 (hex) Intel Corporate 3CA9F4 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY B8-8A-60 (hex) Intel Corporate B88A60 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 78-FF-57 (hex) Intel Corporate 78FF57 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 9C-4E-36 (hex) Intel Corporate 9C4E36 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 34-13-E8 (hex) Intel Corporate 3413E8 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-27-10 (hex) Intel Corporate 002710 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY A4-8E-0A (hex) DeLaval International AB A48E0A (base 16) DeLaval International AB Gustaf De Lavals väg 15 TUMBA 14721 SE AC-2B-6E (hex) Intel Corporate AC2B6E (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 9C-35-83 (hex) Nipro Diagnostics, Inc 9C3583 (base 16) Nipro Diagnostics, Inc 2400 N.W. 55th Court. Ft. Lauderdale FL 33309 US C0-61-18 (hex) TP-LINK TECHNOLOGIES CO.,LTD. C06118 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN B8-2A-72 (hex) Dell Inc. B82A72 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US F8-E0-79 (hex) Motorola Mobility LLC, a Lenovo Company F8E079 (base 16) Motorola Mobility LLC, a Lenovo Company 600 North US Highway 45 Libertyville IL 60048 US CC-C3-EA (hex) Motorola Mobility LLC, a Lenovo Company CCC3EA (base 16) Motorola Mobility LLC, a Lenovo Company 600 North US Highway 45 Libertyville IL 60048 US 40-78-6A (hex) Motorola Mobility LLC, a Lenovo Company 40786A (base 16) Motorola Mobility LLC, a Lenovo Company 222 Merchandise Mart Plaza, Suite 1800 Chicago IL 60654 US 00-19-D1 (hex) Intel Corporate 0019D1 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-19-D2 (hex) Intel Corporate 0019D2 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-1B-21 (hex) Intel Corporate 001B21 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 18-FF-0F (hex) Intel Corporate 18FF0F (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 34-DE-1A (hex) Intel Corporate 34DE1A (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY E8-B1-FC (hex) Intel Corporate E8B1FC (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY CC-3D-82 (hex) Intel Corporate CC3D82 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-1F-3C (hex) Intel Corporate 001F3C (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-23-15 (hex) Intel Corporate 002315 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-16-6F (hex) Intel Corporate 00166F (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-0A-8A (hex) Cisco Systems, Inc 000A8A (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1D-09 (hex) Dell Inc. 001D09 (base 16) Dell Inc. One Dell Way, MS RR5-45 Round Rock 78682 US 00-23-AE (hex) Dell Inc. 0023AE (base 16) Dell Inc. One Dell Way, MS RR5-45 Round Rock 78682 US BC-30-5B (hex) Dell Inc. BC305B (base 16) Dell Inc. One Dell Way, MS RR5-45 Round Rock 78682 US 38-86-02 (hex) Flexoptix GmbH 388602 (base 16) Flexoptix GmbH Muehltalstr. 153 Darmstadt 64297 DE 40-65-A3 (hex) Sagemcom Broadband SAS 4065A3 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR D0-22-12 (hex) IEEE Registration Authority D02212 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 10-07-23 (hex) IEEE Registration Authority 100723 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US A4-4F-29 (hex) IEEE Registration Authority A44F29 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 74-F8-DB (hex) IEEE Registration Authority 74F8DB (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US A4-3B-FA (hex) IEEE Registration Authority A43BFA (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US B8-CA-3A (hex) Dell Inc. B8CA3A (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US EC-F4-BB (hex) Dell Inc. ECF4BB (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US D4-BE-D9 (hex) Dell Inc. D4BED9 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 00-19-4B (hex) Sagemcom Broadband SAS 00194B (base 16) Sagemcom Broadband SAS Le Ponnant de Paris CEDEX Paris 75512 FR 00-1E-74 (hex) Sagemcom Broadband SAS 001E74 (base 16) Sagemcom Broadband SAS Le Ponnant de Paris CEDEX Paris 75512 FR 38-3B-C8 (hex) 2Wire Inc 383BC8 (base 16) 2Wire Inc 1764 Automation Parkway San Jose 95131 US 60-FE-20 (hex) 2Wire Inc 60FE20 (base 16) 2Wire Inc 1764 Automation ParkWay San Jose CA 95131 US 00-24-56 (hex) 2Wire Inc 002456 (base 16) 2Wire Inc 1764 Automation Parkway San Jose CA 95131 US C0-83-0A (hex) 2Wire Inc C0830A (base 16) 2Wire Inc 1764 Automation Pkwy San Jose CA 95131 US 00-18-3F (hex) 2Wire Inc 00183F (base 16) 2Wire Inc 1704 Automation Parkway San Jose CA 94538 US 00-0D-56 (hex) Dell Inc. 000D56 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 18-1E-78 (hex) Sagemcom Broadband SAS 181E78 (base 16) Sagemcom Broadband SAS 250 route de l'Empereur Rueil Malmaison HAUTS DE SEINE 92848 FR 00-37-B7 (hex) Sagemcom Broadband SAS 0037B7 (base 16) Sagemcom Broadband SAS 250 route de l'Empereur Rueil Malmaison HAUTS DE SEINE 92848 FR 00-54-BD (hex) Swelaser AB 0054BD (base 16) Swelaser AB Tullgårdsgatan 8 Stockholm 11668 SE 00-1E-4C (hex) Hon Hai Precision Ind. Co.,Ltd. 001E4C (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 20-BB-76 (hex) COL GIOVANNI PAOLO SpA 20BB76 (base 16) COL GIOVANNI PAOLO SpA Via F.lli Ceirano n. 20 Moncalieri TORINO 10024 IT 3C-DD-89 (hex) SOMO HOLDINGS & TECH. CO.,LTD. 3CDD89 (base 16) SOMO HOLDINGS & TECH. CO.,LTD. 6, Mujeonggonddan-Gil Damyang-Gun Jellanam-Do 57360 KR 18-01-E3 (hex) Bittium Wireless Ltd 1801E3 (base 16) Bittium Wireless Ltd Tutkijantie 8 Oulu 50590 FI 14-91-82 (hex) Belkin International Inc. 149182 (base 16) Belkin International Inc. 12045 E. Waterfront Drive Playa Vista CA 90094 US 18-62-2C (hex) Sagemcom Broadband SAS 18622C (base 16) Sagemcom Broadband SAS 250 route de l'Empereur RUEIL MALMAISON CEDEX Hauts de Seine 92848 FR 3C-81-D8 (hex) Sagemcom Broadband SAS 3C81D8 (base 16) Sagemcom Broadband SAS 250 route de l'Empereur RUEIL MALMAISON CEDEX Hauts de Seine 92848 FR 40-F2-01 (hex) Sagemcom Broadband SAS 40F201 (base 16) Sagemcom Broadband SAS 250 route de l'Empereur Rueil Malmaison HAUTS DE SEINE 92848 FR D0-84-B0 (hex) Sagemcom Broadband SAS D084B0 (base 16) Sagemcom Broadband SAS 250 route de l'Empereur Rueil Malmaison HAUTS DE SEINE 92848 FR D8-54-3A (hex) Texas Instruments D8543A (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 64-9C-8E (hex) Texas Instruments 649C8E (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 10-2E-AF (hex) Texas Instruments 102EAF (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 7C-8E-E4 (hex) Texas Instruments 7C8EE4 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US B4-EE-D4 (hex) Texas Instruments B4EED4 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US D0-37-61 (hex) Texas Instruments D03761 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US C8-3E-99 (hex) Texas Instruments C83E99 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 40-98-4E (hex) Texas Instruments 40984E (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 00-17-EB (hex) Texas Instruments 0017EB (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 00-17-E6 (hex) Texas Instruments 0017E6 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US C4-ED-BA (hex) Texas Instruments C4EDBA (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 00-18-32 (hex) Texas Instruments 001832 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 3C-2D-B7 (hex) Texas Instruments 3C2DB7 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 54-64-D9 (hex) Sagemcom Broadband SAS 5464D9 (base 16) Sagemcom Broadband SAS 250 route de l'Empereur RUEIL MALMAISON CEDEX Hauts de Seine 92848 FR 00-19-5B (hex) D-Link Corporation 00195B (base 16) D-Link Corporation NO.289, Sinhu 3rd Rd., Neihu District, Taipei City 114 TW 00-0F-3D (hex) D-Link Corporation 000F3D (base 16) D-Link Corporation No.8,Li-shing Seventh Road,Science-based Industrial Park,Hsimchu, Hsimchu 300 TW 24-DA-11 (hex) NO NDA Inc 24DA11 (base 16) NO NDA Inc 828 Bryant St Palo Alto IA 94301 US EC-22-80 (hex) D-Link International EC2280 (base 16) D-Link International 1 Internal Business Park, #03-12, SINGAPORE Singapore 609917 SG 9C-8E-99 (hex) Hewlett Packard 9C8E99 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 90-59-AF (hex) Texas Instruments 9059AF (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US BC-6A-29 (hex) Texas Instruments BC6A29 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 84-7E-40 (hex) Texas Instruments 847E40 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 00-17-35 (hex) Intel Wireless Network Group 001735 (base 16) Intel Wireless Network Group 2111 NE 25th Ave Hillsboro OR 97124 US 74-AC-5F (hex) Qiku Internet Network Scientific (Shenzhen) Co., Ltd. 74AC5F (base 16) Qiku Internet Network Scientific (Shenzhen) Co., Ltd. Cyber Harbor, 2nd Mengxi Road, Hi-Tech Industrial Park (North), NanShan District ShenZhen GuangDong 518000 CN 38-CA-DA (hex) Apple, Inc. 38CADA (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D0-B3-3F (hex) Shenzhen TINNO Mobile Technology Corp. D0B33F (base 16) Shenzhen TINNO Mobile Technology Corp. 4/F.,H-3 Building,OCT Eastern lndustrial Park. NO.1 XiangShan East Road., GUANGDONG SHENZHEN 518053 CN BC-D1-D3 (hex) Shenzhen TINNO Mobile Technology Corp. BCD1D3 (base 16) Shenzhen TINNO Mobile Technology Corp. 4/F.,H-3 Building,OCT Eastern lndustrial Park. Nanshan, Shenzhen GUANGDONG 518053 CN D8-3C-69 (hex) Shenzhen TINNO Mobile Technology Corp. D83C69 (base 16) Shenzhen TINNO Mobile Technology Corp. 4/F.,H-3 Building,OCT Eastern lndustrial Park. NO.1 XiangShan East Road SHENZHEN GUANGDONG 518053 CN F4-F5-D8 (hex) Google, Inc. F4F5D8 (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US 8C-57-9B (hex) Wistron Neweb Corporation 8C579B (base 16) Wistron Neweb Corporation No.20,Park Avenue II,Hsinchu Science Park Hsin-Chu R.O.C. 308 TW 00-59-AC (hex) KPN. B.V. 0059AC (base 16) KPN. B.V. Maanplein 55 Den Haag Zuid holland 2516 CK NL 40-D8-55 (hex) IEEE Registration Authority 40D855 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 34-AB-37 (hex) Apple, Inc. 34AB37 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 24-00-BA (hex) HUAWEI TECHNOLOGIES CO.,LTD 2400BA (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan Guangdong 523808 CN 24-DF-6A (hex) HUAWEI TECHNOLOGIES CO.,LTD 24DF6A (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan Guangdong 523808 CN 78-8B-77 (hex) Standar Telecom 788B77 (base 16) Standar Telecom Sadovnicheskaya 44 s.4 Moscow 115035 RU B0-C0-90 (hex) Chicony Electronics Co., Ltd. B0C090 (base 16) Chicony Electronics Co., Ltd. No.25, Wugong 6th Rd., Wugu Dist., New Taipei City 248, TAIWAN, REPUBLIC OF CHINA 248 TW 90-7F-61 (hex) Chicony Electronics Co., Ltd. 907F61 (base 16) Chicony Electronics Co., Ltd. No.25, Wu-Gong 6th Rd., Wu Ku Industrial Park, New Taipei City, 248 TW 0C-05-35 (hex) Juniper Systems 0C0535 (base 16) Juniper Systems 1132 W. 1700 N. Logan UT 84321 US BC-83-A7 (hex) SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD BC83A7 (base 16) SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD Unit A 13-16/F,Skyworth Bldg., Gaoxin Ave.1.S.,Nanshan District Shenzhen GuangDong 518057 CN BC-EC-23 (hex) SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD BCEC23 (base 16) SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD Unit A13-16/F,Skyworth Bldg., Gaoxin Ave.1.S.,Nanshan District,Shenzhen,China ShenZhen GuangDong 518057 CN 18-AF-61 (hex) Apple, Inc. 18AF61 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 5C-F9-38 (hex) Apple, Inc. 5CF938 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-90-69 (hex) Juniper Networks 009069 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 64-64-9B (hex) Juniper Networks 64649B (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US F0-1C-2D (hex) Juniper Networks F01C2D (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 30-7C-5E (hex) Juniper Networks 307C5E (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US AC-06-C7 (hex) ServerNet S.r.l. AC06C7 (base 16) ServerNet S.r.l. Località Padriciano 99 Trieste Trieste 34149 IT E8-3E-FC (hex) ARRIS Group, Inc. E83EFC (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 90-0D-CB (hex) ARRIS Group, Inc. 900DCB (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1D-CD (hex) ARRIS Group, Inc. 001DCD (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1D-D2 (hex) ARRIS Group, Inc. 001DD2 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 8C-09-F4 (hex) ARRIS Group, Inc. 8C09F4 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 88-57-EE (hex) BUFFALO.INC 8857EE (base 16) BUFFALO.INC AKAMONDORI Bld.,30-20,Ohsu 3-chome,Naka-ku Nagoya Aichi Pref. 460-8315 JP 10-1F-74 (hex) Hewlett Packard 101F74 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 00-9C-02 (hex) Hewlett Packard 009C02 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US F4-CE-46 (hex) Hewlett Packard F4CE46 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US DC-FB-02 (hex) BUFFALO.INC DCFB02 (base 16) BUFFALO.INC AKAMONDORI Bldg.,30-20,Ohsu 3-chome Naka-ku,Nagoya Aichi Pref 460-8315 JP 00-16-35 (hex) Hewlett Packard 001635 (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 00-08-C7 (hex) Hewlett Packard 0008C7 (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 00-10-E3 (hex) Hewlett Packard 0010E3 (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 00-08-83 (hex) Hewlett Packard 000883 (base 16) Hewlett Packard MAIL STOP 42LE CUPERTINO CA 95014 US A0-2B-B8 (hex) Hewlett Packard A02BB8 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 00-19-BB (hex) Hewlett Packard 0019BB (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 00-1F-29 (hex) Hewlett Packard 001F29 (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 00-21-5A (hex) Hewlett Packard 00215A (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 00-23-7D (hex) Hewlett Packard 00237D (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US E8-ED-05 (hex) ARRIS Group, Inc. E8ED05 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 78-96-84 (hex) ARRIS Group, Inc. 789684 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US CC-65-AD (hex) ARRIS Group, Inc. CC65AD (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-26-55 (hex) Hewlett Packard 002655 (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 00-0D-9D (hex) Hewlett Packard 000D9D (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 00-15-60 (hex) Hewlett Packard 001560 (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 00-20-7B (hex) Intel Corporation 00207B (base 16) Intel Corporation 2111 NE 25th Avenue Hillsboro OR 97124 US 00-11-75 (hex) Intel Corporation 001175 (base 16) Intel Corporation 5200 NE ELAM YOUNG PARKWAY HIllsboro OR 97124 US 78-0C-B8 (hex) Intel Corporate 780CB8 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 18-5E-0F (hex) Intel Corporate 185E0F (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 2C-81-58 (hex) Hon Hai Precision Ind. Co.,Ltd. 2C8158 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 80-02-DF (hex) ORA Inc. 8002DF (base 16) ORA Inc. No.1 Anjialou, Xiaoliangmaqiao Ave., Chaoyang Dist. BeiJing 100125 CN 00-30-6E (hex) Hewlett Packard 00306E (base 16) Hewlett Packard ENTERPRISE SYSTEMS TECH.CENTER CUPERTINO CA 95014 US 3C-4A-92 (hex) Hewlett Packard 3C4A92 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 7C-7D-3D (hex) HUAWEI TECHNOLOGIES CO.,LTD 7C7D3D (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan Guangdong 523808 CN 44-82-E5 (hex) HUAWEI TECHNOLOGIES CO.,LTD 4482E5 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-23-4E (hex) Hon Hai Precision Ind. Co.,Ltd. 00234E (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 2C-23-3A (hex) Hewlett Packard 2C233A (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 00-0A-57 (hex) Hewlett Packard 000A57 (base 16) Hewlett Packard 10955 Tantau Avenue Cupertino CA 95014 US 00-01-E7 (hex) Hewlett Packard 0001E7 (base 16) Hewlett Packard 11000 Wolfe Road, Mailstop 42LE Cupertino CA 95014 US 00-01-E6 (hex) Hewlett Packard 0001E6 (base 16) Hewlett Packard 11000 Wolfe Road, Mailstop 42LE Cupertino CA 95014 US 00-23-76 (hex) HTC Corporation 002376 (base 16) HTC Corporation No.23 Xinghua Road Taoyuan County 330 TW 38-E7-D8 (hex) HTC Corporation 38E7D8 (base 16) HTC Corporation No.23 Xinghua Road Taoyuan County 330 TW 18-87-96 (hex) HTC Corporation 188796 (base 16) HTC Corporation No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW B4-CE-F6 (hex) HTC Corporation B4CEF6 (base 16) HTC Corporation No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW 8C-DC-D4 (hex) Hewlett Packard 8CDCD4 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US D4-C9-EF (hex) Hewlett Packard D4C9EF (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US FC-15-B4 (hex) Hewlett Packard FC15B4 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 3C-A8-2A (hex) Hewlett Packard 3CA82A (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US EC-5F-23 (hex) Qinghai Kimascend Electronics Technology Co. Ltd. EC5F23 (base 16) Qinghai Kimascend Electronics Technology Co. Ltd. 2F,Building 6,J6 Science&Tech Park, No.6 Jiangjun Rd., Jiangning District Nanjing Jiangsu 211100 CN 04-7D-50 (hex) Shenzhen Kang Ying Technology Co.Ltd. 047D50 (base 16) Shenzhen Kang Ying Technology Co.Ltd. Units 608,Saiba Electronic tower,NO.6, Langshan 2 Rd., Hi-Tech Industrial Park North , Nanshan, Shenzhen City Shenzhen Guangdong 518057 CN 54-EF-FE (hex) Fullpower Technologies, Inc. 54EFFE (base 16) Fullpower Technologies, Inc. 1200 Pacific Avenue Santa Cruz CA 95060 US 94-09-37 (hex) HUMAX Co., Ltd. 940937 (base 16) HUMAX Co., Ltd. HUMAX Village, 216, Hwangsaeul-ro, Bundang-gu, Seongnam-si Gyeonggi-do 463-875 KR E8-4D-D0 (hex) HUAWEI TECHNOLOGIES CO.,LTD E84DD0 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 0C-45-BA (hex) HUAWEI TECHNOLOGIES CO.,LTD 0C45BA (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 20-90-6F (hex) Shenzhen Tencent Computer System Co., Ltd. 20906F (base 16) Shenzhen Tencent Computer System Co., Ltd. 5-10 Building High-tech Zone, Nanshan District, Shenzhen Guangdong Province 518057 CN 6C-E3-B6 (hex) Nera Telecommunications Ltd. 6CE3B6 (base 16) Nera Telecommunications Ltd. 109 Defu Lane 10 Singapore Singapore 539225 SG DC-D3-21 (hex) HUMAX Co., Ltd. DCD321 (base 16) HUMAX Co., Ltd. HUMAX Village, 11-4, Sunae-dong, Bundang-gu Seongnam-si Gyeonggi-do 463-825 KR 6C-72-E7 (hex) Apple, Inc. 6C72E7 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 74-1B-B2 (hex) Apple, Inc. 741BB2 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 6C-E8-73 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 6CE873 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24 (floors 1,3,4,5) and 28 (floors1-4) Central Science and Technology Park Shenzhen Guangdong 518057 CN C4-6E-1F (hex) TP-LINK TECHNOLOGIES CO.,LTD. C46E1F (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24 (floors 1,3,4,5) and 28 (floors1-4) Shennan Rd, Nanshan Shenzhen,Guangdong Province 518057 CN 50-FA-84 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 50FA84 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24 (floors 1,3,4,5) and 28 (floors1-4)  Shennan Rd, Nanshan Shenzhen,Guangdong Province 518057 CN 44-B3-2D (hex) TP-LINK TECHNOLOGIES CO.,LTD. 44B32D (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24 (floors 1,3,4,5) and 28 (floors1-4)  Shennan Rd, Nanshan Shenzhen,Guangdong Province 518057 CN CC-44-63 (hex) Apple, Inc. CC4463 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 88-25-93 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 882593 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24 (floors 1,3,4,5) and 28 (floors1-4)  Shennan Rd, Nanshan Shenzhen,Guangdong Province 518057 CN 00-1F-E1 (hex) Hon Hai Precision Ind. Co.,Ltd. 001FE1 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN D8-5D-4C (hex) TP-LINK TECHNOLOGIES CO.,LTD. D85D4C (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 7, Second Part, Honghualing Industrial Zone Shenzhen Guangdong 518000 CN A0-F3-C1 (hex) TP-LINK TECHNOLOGIES CO.,LTD. A0F3C1 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24 (floors 1,3,4,5) and 28 (floors1-4) Central Science and Technology Park,Shennan Rd, Nanshan shenzhen guangdong Province 518057 CN 00-1D-0F (hex) TP-LINK TECHNOLOGIES CO.,LTD. 001D0F (base 16) TP-LINK TECHNOLOGIES CO.,LTD. 3/F, Bldg. R1-B, Shenzhen Guangdong 518057 CN 00-23-CD (hex) TP-LINK TECHNOLOGIES CO.,LTD. 0023CD (base 16) TP-LINK TECHNOLOGIES CO.,LTD. South Building, No.5 Keyuan Road, Central Zone, Shenzhen Guangdong 518000 CN 90-48-9A (hex) Hon Hai Precision Ind. Co.,Ltd. 90489A (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 00-71-CC (hex) Hon Hai Precision Ind. Co.,Ltd. 0071CC (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN B0-5B-67 (hex) HUAWEI TECHNOLOGIES CO.,LTD B05B67 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN CC-A2-23 (hex) HUAWEI TECHNOLOGIES CO.,LTD CCA223 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 78-6A-89 (hex) HUAWEI TECHNOLOGIES CO.,LTD 786A89 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 38-46-08 (hex) zte corporation 384608 (base 16) zte corporation 12/F,ZTE R&D Building,Kejinan Road, Shenzhen Guangdong 518057 CN 4C-AC-0A (hex) zte corporation 4CAC0A (base 16) zte corporation 12/F,ZTE R&D Building,Kejinan Road, Shenzhen Guangdong 518057 CN B4-B3-62 (hex) zte corporation B4B362 (base 16) zte corporation 12/F,ZTE R&D Building,Kejinan Road, Shenzhen Guangdong 518057 CN B0-75-D5 (hex) zte corporation B075D5 (base 16) zte corporation 12/F,ZTE R&D Building,Kejinan Road, Shenzhen Guangdong 518057 CN D0-15-4A (hex) zte corporation D0154A (base 16) zte corporation 12/F.,zte R&D building,kejinan Road, shenzhen guangdong 518057 CN 00-26-ED (hex) zte corporation 0026ED (base 16) zte corporation 12/F ZTE Plaza,Keji Road South,Hi-Tech Industrial Park,Nanshan District, Shenzhen GUANGDONG 518057 CN 00-60-57 (hex) Murata Manufacturing Co., Ltd. 006057 (base 16) Murata Manufacturing Co., Ltd. 1-18-1 HAKUSAN MIDORI-KU YOKOHAMA 226 12345 JP 78-3E-53 (hex) BSkyB Ltd 783E53 (base 16) BSkyB Ltd 130 Kings Road Brentwood Essex 08854 GB 00-19-FB (hex) BSkyB Ltd 0019FB (base 16) BSkyB Ltd 130 Kings Road Brentwood Essex 08854 GB 14-B9-68 (hex) HUAWEI TECHNOLOGIES CO.,LTD 14B968 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 5C-F9-6A (hex) HUAWEI TECHNOLOGIES CO.,LTD 5CF96A (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 08-3E-8E (hex) Hon Hai Precision Ind. Co.,Ltd. 083E8E (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 00-22-93 (hex) zte corporation 002293 (base 16) zte corporation 12/F ZTE Plaza,Keji Road South,Hi-Tech Industrial Park,Nanshan District, Shenzhen GUANGDONG 518057 CN 10-A5-D0 (hex) Murata Manufacturing Co., Ltd. 10A5D0 (base 16) Murata Manufacturing Co., Ltd. 1-10-1,Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP 50-A7-2B (hex) HUAWEI TECHNOLOGIES CO.,LTD 50A72B (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 0C-D6-BD (hex) HUAWEI TECHNOLOGIES CO.,LTD 0CD6BD (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-F8-1C (hex) HUAWEI TECHNOLOGIES CO.,LTD 00F81C (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 08-7A-4C (hex) HUAWEI TECHNOLOGIES CO.,LTD 087A4C (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate Shenzhen GuangDong 518057 CN AC-E2-15 (hex) HUAWEI TECHNOLOGIES CO.,LTD ACE215 (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Shenzhen Guangdong 518057 CN 34-6B-D3 (hex) HUAWEI TECHNOLOGIES CO.,LTD 346BD3 (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Shenzhen Guangdong 518057 CN 70-72-3C (hex) HUAWEI TECHNOLOGIES CO.,LTD 70723C (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Shenzhen Guangdong 518057 CN AC-E8-7B (hex) HUAWEI TECHNOLOGIES CO.,LTD ACE87B (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District Shenzhen Guangdong 518057 CN F8-3D-FF (hex) HUAWEI TECHNOLOGIES CO.,LTD F83DFF (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District Shenzhen Guangdong 518057 CN 28-5F-DB (hex) HUAWEI TECHNOLOGIES CO.,LTD 285FDB (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN 40-4D-8E (hex) HUAWEI TECHNOLOGIES CO.,LTD 404D8E (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN 4C-54-99 (hex) HUAWEI TECHNOLOGIES CO.,LTD 4C5499 (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN F4-9F-F3 (hex) HUAWEI TECHNOLOGIES CO.,LTD F49FF3 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 24-09-95 (hex) HUAWEI TECHNOLOGIES CO.,LTD 240995 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 84-DB-AC (hex) HUAWEI TECHNOLOGIES CO.,LTD 84DBAC (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 94-77-2B (hex) HUAWEI TECHNOLOGIES CO.,LTD 94772B (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN D4-40-F0 (hex) HUAWEI TECHNOLOGIES CO.,LTD D440F0 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 04-02-1F (hex) HUAWEI TECHNOLOGIES CO.,LTD 04021F (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 10-CD-AE (hex) Avaya Inc 10CDAE (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 04-8A-15 (hex) Avaya Inc 048A15 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US B4-B0-17 (hex) Avaya Inc B4B017 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 90-FB-5B (hex) Avaya Inc 90FB5B (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US C8-F4-06 (hex) Avaya Inc C8F406 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 70-52-C5 (hex) Avaya Inc 7052C5 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US F8-15-47 (hex) Avaya Inc F81547 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 50-61-84 (hex) Avaya Inc 506184 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 18-59-36 (hex) Xiaomi Communications Co Ltd 185936 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 20-A7-83 (hex) miControl GmbH 20A783 (base 16) miControl GmbH Blankenfelder Chaussee 1 Großbeeren Brandenburg 15831 DE 20-0B-C7 (hex) HUAWEI TECHNOLOGIES CO.,LTD 200BC7 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen Shenzhen Guangdong 518129 CN F8-4A-BF (hex) HUAWEI TECHNOLOGIES CO.,LTD F84ABF (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen Shenzhen Guangdong 518129 CN 78-D7-52 (hex) HUAWEI TECHNOLOGIES CO.,LTD 78D752 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1-4,Huawei Industrial Base,Bantian,Longgang ShenZhen GuangDong 518129 CN 10-47-80 (hex) HUAWEI TECHNOLOGIES CO.,LTD 104780 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1-4,Huawei Industrial Base,Bantian,Longgang ShenZhen GuangDong 518129 CN 54-89-98 (hex) HUAWEI TECHNOLOGIES CO.,LTD 548998 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1-4,Huawei Industrial Base,Bantian,Longgang ShenZhen GuangDong 518129 CN 00-04-0D (hex) Avaya Inc 00040D (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 70-A8-E3 (hex) HUAWEI TECHNOLOGIES CO.,LTD 70A8E3 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen Shenzhen 518129 CN F8-E8-11 (hex) HUAWEI TECHNOLOGIES CO.,LTD F8E811 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen Shenzhen Guangdong 518129 CN F8-A4-5F (hex) Xiaomi Communications Co Ltd F8A45F (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 64-09-80 (hex) Xiaomi Communications Co Ltd 640980 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 94-04-9C (hex) HUAWEI TECHNOLOGIES CO.,LTD 94049C (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base Shenzhen Guangdong 518129 CN 68-8F-84 (hex) HUAWEI TECHNOLOGIES CO.,LTD 688F84 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base SHENZHEN GUANGDONG 518129 CN 30-D1-7E (hex) HUAWEI TECHNOLOGIES CO.,LTD 30D17E (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen ShenZhen GuangDong 518129 CN 00-50-BD (hex) Cisco Systems, Inc 0050BD (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-90-6F (hex) Cisco Systems, Inc 00906F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 74-D6-EA (hex) Texas Instruments 74D6EA (base 16) Texas Instruments 12500 TI BLVD Dallas 75243 US 20-91-48 (hex) Texas Instruments 209148 (base 16) Texas Instruments 12500 TI BLVD Dallas 75243 US 54-4A-16 (hex) Texas Instruments 544A16 (base 16) Texas Instruments 12500 TI BLVD Dallas 75243 US E0-2F-6D (hex) Cisco Systems, Inc E02F6D (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 58-97-1E (hex) Cisco Systems, Inc 58971E (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US B4-E9-B0 (hex) Cisco Systems, Inc B4E9B0 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 00-08-32 (hex) Cisco Systems, Inc 000832 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 18-9C-5D (hex) Cisco Systems, Inc 189C5D (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 5C-A4-8A (hex) Cisco Systems, Inc 5CA48A (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 1C-1D-86 (hex) Cisco Systems, Inc 1C1D86 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 60-73-5C (hex) Cisco Systems, Inc 60735C (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 34-A8-4E (hex) Cisco Systems, Inc 34A84E (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 54-78-1A (hex) Cisco Systems, Inc 54781A (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 00-60-5C (hex) Cisco Systems, Inc 00605C (base 16) Cisco Systems, Inc 170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US 00-06-C1 (hex) Cisco Systems, Inc 0006C1 (base 16) Cisco Systems, Inc 170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US 00-E0-14 (hex) Cisco Systems, Inc 00E014 (base 16) Cisco Systems, Inc 170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US DC-A5-F4 (hex) Cisco Systems, Inc DCA5F4 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 50-17-FF (hex) Cisco Systems, Inc 5017FF (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 70-10-5C (hex) Cisco Systems, Inc 70105C (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 10-F3-11 (hex) Cisco Systems, Inc 10F311 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 00-50-F0 (hex) Cisco Systems, Inc 0050F0 (base 16) Cisco Systems, Inc 170 W. TASMAN DRIVE SAN JOSE CA 95134-1706 US 00-50-14 (hex) Cisco Systems, Inc 005014 (base 16) Cisco Systems, Inc 170 W. TASMAN DR. SAN JOSE CA 95134-1706 US 00-90-F2 (hex) Cisco Systems, Inc 0090F2 (base 16) Cisco Systems, Inc 170 W. TASMAN DR. SAN JOSE CA 95134-1706 US 0C-E0-E4 (hex) PLANTRONICS, INC. 0CE0E4 (base 16) PLANTRONICS, INC. 345 ENCINAL STREET SANTA CRUZ CA 95060 US 74-A2-E6 (hex) Cisco Systems, Inc 74A2E6 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US BC-F1-F2 (hex) Cisco Systems, Inc BCF1F2 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US C8-00-84 (hex) Cisco Systems, Inc C80084 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 40-A6-E8 (hex) Cisco Systems, Inc 40A6E8 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 30-85-A9 (hex) ASUSTek COMPUTER INC. 3085A9 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou Taipei 112 US B8-38-61 (hex) Cisco Systems, Inc B83861 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 58-0A-20 (hex) Cisco Systems, Inc 580A20 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 2C-3E-CF (hex) Cisco Systems, Inc 2C3ECF (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US B0-59-47 (hex) Shenzhen Qihu Intelligent Technology Company Limited B05947 (base 16) Shenzhen Qihu Intelligent Technology Company Limited Room 201, Block A, No.1, Qianwan Road 1,Qianhai Shenzhen HongKong Modern Service Industry Cooperation Zone Shenzhen Guangdong 518057 CN 34-62-88 (hex) Cisco Systems, Inc 346288 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US CC-D8-C1 (hex) Cisco Systems, Inc CCD8C1 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 7C-0E-CE (hex) Cisco Systems, Inc 7C0ECE (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US A0-EC-F9 (hex) Cisco Systems, Inc A0ECF9 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 50-87-89 (hex) Cisco Systems, Inc 508789 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 38-1C-1A (hex) Cisco Systems, Inc 381C1A (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US BC-67-1C (hex) Cisco Systems, Inc BC671C (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 00-19-47 (hex) Cisco SPVTG 001947 (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30044 US 00-18-39 (hex) Cisco-Linksys, LLC 001839 (base 16) Cisco-Linksys, LLC 121 Theory Dr. Irvine CA 92612 US 00-22-15 (hex) ASUSTek COMPUTER INC. 002215 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd.,Peitou, Taipei 112 TW E0-CB-4E (hex) ASUSTek COMPUTER INC. E0CB4E (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd.,Peitou,Taipei 112 ,Taiwan Taipei Taiwan 112 TW 54-7C-69 (hex) Cisco Systems, Inc 547C69 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 00-17-31 (hex) ASUSTek COMPUTER INC. 001731 (base 16) ASUSTek COMPUTER INC. No.5 Shing Yeh Street,Kwei Shan Hsiang,Taoyuan Taipei 333 TW DC-CE-C1 (hex) Cisco Systems, Inc DCCEC1 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 9C-57-AD (hex) Cisco Systems, Inc 9C57AD (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 60-FE-C5 (hex) Apple, Inc. 60FEC5 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E4-25-E7 (hex) Apple, Inc. E425E7 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US BC-92-6B (hex) Apple, Inc. BC926B (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 10-1C-0C (hex) Apple, Inc. 101C0C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 08-00-07 (hex) Apple, Inc. 080007 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-40-96 (hex) Cisco Systems, Inc 004096 (base 16) Cisco Systems, Inc 170 W. Tasman Drive San Jose CA 95134 US 30-F7-0D (hex) Cisco Systems, Inc 30F70D (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US E8-65-49 (hex) Cisco Systems, Inc E86549 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US B0-7D-47 (hex) Cisco Systems, Inc B07D47 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 38-ED-18 (hex) Cisco Systems, Inc 38ED18 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 38-20-56 (hex) Cisco Systems, Inc 382056 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 40-D3-2D (hex) Apple, Inc. 40D32D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C4-2C-03 (hex) Apple, Inc. C42C03 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 90-27-E4 (hex) Apple, Inc. 9027E4 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 10-9A-DD (hex) Apple, Inc. 109ADD (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 58-1F-AA (hex) Apple, Inc. 581FAA (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 88-C6-63 (hex) Apple, Inc. 88C663 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-1F-5B (hex) Apple, Inc. 001F5B (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-24-36 (hex) Apple, Inc. 002436 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-25-4B (hex) Apple, Inc. 00254B (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-16-CB (hex) Apple, Inc. 0016CB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-17-F2 (hex) Apple, Inc. 0017F2 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 7C-6D-62 (hex) Apple, Inc. 7C6D62 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 20-C9-D0 (hex) Apple, Inc. 20C9D0 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 68-96-7B (hex) Apple, Inc. 68967B (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 84-FC-FE (hex) Apple, Inc. 84FCFE (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E4-8B-7F (hex) Apple, Inc. E48B7F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-88-65 (hex) Apple, Inc. 008865 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US BC-3B-AF (hex) Apple, Inc. BC3BAF (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 3C-E0-72 (hex) Apple, Inc. 3CE072 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 38-48-4C (hex) Apple, Inc. 38484C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A4-67-06 (hex) Apple, Inc. A46706 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 8C-58-77 (hex) Apple, Inc. 8C5877 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 7C-F0-5F (hex) Apple, Inc. 7CF05F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 80-49-71 (hex) Apple, Inc. 804971 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 6C-3E-6D (hex) Apple, Inc. 6C3E6D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US BC-67-78 (hex) Apple, Inc. BC6778 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D8-D1-CB (hex) Apple, Inc. D8D1CB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A8-FA-D8 (hex) Apple, Inc. A8FAD8 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US B8-17-C2 (hex) Apple, Inc. B817C2 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 7C-11-BE (hex) Apple, Inc. 7C11BE (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 28-37-37 (hex) Apple, Inc. 283737 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 50-EA-D6 (hex) Apple, Inc. 50EAD6 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 98-D6-BB (hex) Apple, Inc. 98D6BB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 18-9E-FC (hex) Apple, Inc. 189EFC (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US AC-CF-5C (hex) Apple, Inc. ACCF5C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 80-00-6E (hex) Apple, Inc. 80006E (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 84-8E-0C (hex) Apple, Inc. 848E0C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 3C-15-C2 (hex) Apple, Inc. 3C15C2 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 6C-70-9F (hex) Apple, Inc. 6C709F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C0-F2-FB (hex) Apple, Inc. C0F2FB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 24-E3-14 (hex) Apple, Inc. 24E314 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 80-E6-50 (hex) Apple, Inc. 80E650 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 90-FD-61 (hex) Apple, Inc. 90FD61 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 08-70-45 (hex) Apple, Inc. 087045 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A8-88-08 (hex) Apple, Inc. A88808 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A4-C3-61 (hex) Apple, Inc. A4C361 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 2C-F0-EE (hex) Apple, Inc. 2CF0EE (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 5C-97-F3 (hex) Apple, Inc. 5C97F3 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D4-F4-6F (hex) Apple, Inc. D4F46F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 64-76-BA (hex) Apple, Inc. 6476BA (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 34-E2-FD (hex) Apple, Inc. 34E2FD (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 04-48-9A (hex) Apple, Inc. 04489A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F0-F6-1C (hex) Apple, Inc. F0F61C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 8C-29-37 (hex) Apple, Inc. 8C2937 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US B0-9F-BA (hex) Apple, Inc. B09FBA (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 0C-4D-E9 (hex) Apple, Inc. 0C4DE9 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E0-F5-C6 (hex) Apple, Inc. E0F5C6 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A0-ED-CD (hex) Apple, Inc. A0EDCD (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F0-F2-49 (hex) Hitron Technologies. Inc F0F249 (base 16) Hitron Technologies. Inc No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW 28-57-BE (hex) Hangzhou Hikvision Digital Technology Co.,Ltd. 2857BE (base 16) Hangzhou Hikvision Digital Technology Co.,Ltd. No.469,Jianghui Road Hangzhou Zhejiang 310052 CN 5C-F5-DA (hex) Apple, Inc. 5CF5DA (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 18-EE-69 (hex) Apple, Inc. 18EE69 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 64-9A-BE (hex) Apple, Inc. 649ABE (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F0-99-BF (hex) Apple, Inc. F099BF (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 94-E9-6A (hex) Apple, Inc. 94E96A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US AC-29-3A (hex) Apple, Inc. AC293A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 9C-FC-01 (hex) Apple, Inc. 9CFC01 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 9C-35-EB (hex) Apple, Inc. 9C35EB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 48-43-7C (hex) Apple, Inc. 48437C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 34-A3-95 (hex) Apple, Inc. 34A395 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 78-7E-61 (hex) Apple, Inc. 787E61 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 60-F8-1D (hex) Apple, Inc. 60F81D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 38-C9-86 (hex) Apple, Inc. 38C986 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D0-33-11 (hex) Apple, Inc. D03311 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 50-7A-55 (hex) Apple, Inc. 507A55 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C8-C2-C6 (hex) Shanghai Airm2m Communication Technology Co., Ltd C8C2C6 (base 16) Shanghai Airm2m Communication Technology Co., Ltd Rm.816,Building C,No.668,East Beijing Road,Huangpu District,Shanghai,China Shang hai Shang hai 200001 CN 78-9C-85 (hex) August Home, Inc. 789C85 (base 16) August Home, Inc. 657 Bryant Street San Francisco California 94107 US 74-D7-CA (hex) Panasonic Corporation Automotive 74D7CA (base 16) Panasonic Corporation Automotive 5652 Matsumoto City Nagano 399-8730 JP 58-82-A8 (hex) Microsoft 5882A8 (base 16) Microsoft 1 Microsoft Way Redmond Washington 98052 US 58-68-5D (hex) Tempo Australia Pty Ltd 58685D (base 16) Tempo Australia Pty Ltd 8/14 Rodborough Rd Frenchs Forest NSW 2086 AU 54-4B-8C (hex) Juniper Networks 544B8C (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US DC-FE-07 (hex) PEGATRON CORPORATION DCFE07 (base 16) PEGATRON CORPORATION 5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW 70-79-38 (hex) Wuxi Zhanrui Electronic Technology Co.,LTD 707938 (base 16) Wuxi Zhanrui Electronic Technology Co.,LTD Wuxi,Taihu West Road No.1188 Runhua International Building 1604 Wuxi Jiangsu 214072 CN 24-31-84 (hex) SHARP Corporation 243184 (base 16) SHARP Corporation 22-22,Nagaike-Cho Osaka-City Osaka-Prefecture 545-8522 JP 58-2B-DB (hex) Pax AB 582BDB (base 16) Pax AB Box 72 Hälleforsnäs 64806 SE E0-36-76 (hex) HUAWEI TECHNOLOGIES CO.,LTD E03676 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN EC-38-8F (hex) HUAWEI TECHNOLOGIES CO.,LTD EC388F (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN D0-3E-5C (hex) HUAWEI TECHNOLOGIES CO.,LTD D03E5C (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN C4-9E-41 (hex) G24 Power Limited C49E41 (base 16) G24 Power Limited South Lake Drive Newport Gwent NP10 8AS GB B8-13-E9 (hex) Trace Live Network B813E9 (base 16) Trace Live Network #200, 5970 Centre St SE Calgary Alberta T2H0C1 CA 80-B7-09 (hex) Viptela, Inc 80B709 (base 16) Viptela, Inc 1740 Technology Drive, Ste#500 San Jose California 95110 US F0-0D-5C (hex) JinQianMao Technology Co.,Ltd. F00D5C (base 16) JinQianMao Technology Co.,Ltd. 58#,Jiangbin Road,Taijiang District Fuzhou Fujian 350009 CN 54-BE-53 (hex) zte corporation 54BE53 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 28-0E-8B (hex) Beijing Spirit Technology Development Co., Ltd. 280E8B (base 16) Beijing Spirit Technology Development Co., Ltd. No. 26 Ave. 4 Chuangye Middle Road Beijing 100085 CN F4-4D-30 (hex) Elitegroup Computer Systems Co.,Ltd. F44D30 (base 16) Elitegroup Computer Systems Co.,Ltd. No.239,Sec.2,Ti Ding Blvd., Taipei Taipei TW 0C-86-10 (hex) Juniper Networks 0C8610 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 38-D4-0B (hex) Samsung Electronics Co.,Ltd 38D40B (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR E8-3A-12 (hex) Samsung Electronics Co.,Ltd E83A12 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 24-DA-9B (hex) Motorola Mobility LLC, a Lenovo Company 24DA9B (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US 30-E0-90 (hex) Linctronix Ltd, 30E090 (base 16) Linctronix Ltd, ​9F-1, No.66, Chongqing Rd., Banqiao Dist., China 22063 TW A4-DC-BE (hex) HUAWEI TECHNOLOGIES CO.,LTD A4DCBE (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN EC-B8-70 (hex) Beijing Heweinet Technology Co.,Ltd. ECB870 (base 16) Beijing Heweinet Technology Co.,Ltd. 1514 Room,15F,No.2 Building Haidian District Beijing 100085 CN 94-BB-AE (hex) Husqvarna AB 94BBAE (base 16) Husqvarna AB Drottninggatan 2 Huskvarna Sweden 56131 SE D4-0A-A9 (hex) ARRIS Group, Inc. D40AA9 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 20-3D-66 (hex) ARRIS Group, Inc. 203D66 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US D4-94-E8 (hex) HUAWEI TECHNOLOGIES CO.,LTD D494E8 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN B0-78-F0 (hex) Beijing HuaqinWorld Technology Co.,Ltd. B078F0 (base 16) Beijing HuaqinWorld Technology Co.,Ltd. Beijing City, Chaoyang District Wangjing Garden Department Youle A District No. 3 building 308 room Bejjing Bejjing 100102 CN 20-9B-CD (hex) Apple, Inc. 209BCD (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 30-95-E3 (hex) SHANGHAI SIMCOM LIMITED 3095E3 (base 16) SHANGHAI SIMCOM LIMITED Building A,SIM Technology Building,No.633, Jinzhong Road,Changning District , Shanghai, P.R.China Shanghai / 200355 CN 80-65-6D (hex) Samsung Electronics Co.,Ltd 80656D (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR FC-F1-36 (hex) Samsung Electronics Co.,Ltd FCF136 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR B8-86-87 (hex) Liteon Technology Corporation B88687 (base 16) Liteon Technology Corporation 4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW 18-89-5B (hex) Samsung Electronics Co.,Ltd 18895B (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 58-49-25 (hex) E3 Enterprise 584925 (base 16) E3 Enterprise 32F, Shinjuku Nomura Building Tokyo 163-0532 JP 94-F2-78 (hex) Elma Electronic 94F278 (base 16) Elma Electronic 44350 S. Grimmer Blvd Fremont CA 94538 US 28-37-13 (hex) Shenzhen 3Nod Digital Technology Co., Ltd. 283713 (base 16) Shenzhen 3Nod Digital Technology Co., Ltd. Building D, No.8 Langhui Road, Tangxiayong Community, Songgang Street, Baoan District, Shenzhen City, Guangdong Province, P.R. China Shenzhen Guangdong 518105 CN 08-94-EF (hex) Wistron Infocomm (Zhongshan) Corporation 0894EF (base 16) Wistron Infocomm (Zhongshan) Corporation No.38,East Keji Road,Zhongshan Torch Development Zone,Zhongshan City,Guangdong,China Zhongshan Guangdong 528437 CN E0-31-9E (hex) Valve Corporation E0319E (base 16) Valve Corporation 10900 NE 4th ST Bellevue Washington 98004 US 3C-5C-C3 (hex) Shenzhen First Blue Chip Technology Ltd 3C5CC3 (base 16) Shenzhen First Blue Chip Technology Ltd 3Nod Smart Building,11Floor,No.3012,Binhai Avenue, Nanshan District Shenzhen Guangdong 518000 CN C4-9F-F3 (hex) Mciao Technologies, Inc. C49FF3 (base 16) Mciao Technologies, Inc. Room304, Building 1, No.288 Qiuyi Rd., Binjiang District Hangzhou Zhejiang 310052 CN 78-8E-33 (hex) Jiangsu SEUIC Technology Co.,Ltd 788E33 (base 16) Jiangsu SEUIC Technology Co.,Ltd NO23.Wenzhu Road.Yuhuatai Distrct. Nanjing Jiangsu Province 210012 CN EC-EE-D8 (hex) ZTLX Network Technology Co.,Ltd ECEED8 (base 16) ZTLX Network Technology Co.,Ltd Unit 703,No 77,CuShaHuan ZhuHai GuangDong 519000 CN 80-EB-77 (hex) Wistron Corporation 80EB77 (base 16) Wistron Corporation No. 158, SingShan Rd., Neihu, Taipei 11469, Taiwan, R.O.C. Neihu Taipei 11469 48-39-74 (hex) Proware Technologies Co., Ltd. 483974 (base 16) Proware Technologies Co., Ltd. 2nd F1 East Wing,South Section,Factory Building 24,Science&Technology Park, Shennan Rd, Nanshan District Shenzhen Guangdong 518057 CN 30-FF-F6 (hex) HangZhou KuoHeng Technology Co.,ltd 30FFF6 (base 16) HangZhou KuoHeng Technology Co.,ltd No.368,Wangjiali,Chang'ancun Industrial Park,Wenyan Town, Xiaoshan District, Hangzhou, CHina HangZhou ZheJiang 311258 CN D8-EF-CD (hex) Nokia D8EFCD (base 16) Nokia Karaportti 3 Espoo Finland 02610 FI 4C-C6-81 (hex) Shenzhen Aisat Electronic Co., Ltd. 4CC681 (base 16) Shenzhen Aisat Electronic Co., Ltd. Golden Building 419#, Design Park, Shenzhen Guangdong 518056 CN 48-E2-44 (hex) Hon Hai Precision Ind. Co.,Ltd. 48E244 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 7C-AB-25 (hex) MESMO TECHNOLOGY INC. 7CAB25 (base 16) MESMO TECHNOLOGY INC. 3F., No.181, ZHOUZI ST., NEIHU DIST., TAIPEI TAIPEI 11493 TW B0-41-1D (hex) ITTIM Technologies B0411D (base 16) ITTIM Technologies B1606, No.6, Zhongguancun South Street, Beijing Beijing 100086 CN F8-BF-09 (hex) HUAWEI TECHNOLOGIES CO.,LTD F8BF09 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 7C-B2-5C (hex) Acacia Communications 7CB25C (base 16) Acacia Communications 3 Clock Tower Place Maynard MA 01754 US DC-DB-70 (hex) Tonfunk Systementwicklung und Service GmbH DCDB70 (base 16) Tonfunk Systementwicklung und Service GmbH Anger20 Falkenstein / Harz OT Ermsleben Sachsen-Anhalt 06463 DE 80-0B-51 (hex) Chengdu XGimi Technology Co.,Ltd 800B51 (base 16) Chengdu XGimi Technology Co.,Ltd 5F Building A7,Tianfu Software Park,Tianfu Chengdu Sichuan 610041 CN F8-0D-60 (hex) CANON INC. F80D60 (base 16) CANON INC. 30-2 Shimomaruko 3-chome, Ohta-ku Tokyo 146-8501 JP F0-18-2B (hex) LG Chem F0182B (base 16) LG Chem 128, Yeoui-daero, Yeongdeungpo-gu, Seoul Seoul 150-721 KR 34-81-F4 (hex) SST Taiwan Ltd. 3481F4 (base 16) SST Taiwan Ltd. 5F, No. 5, Industry E Rd. VII, Hsin Chu, Taiwan 30077 TW 7C-A2-37 (hex) King Slide Technology CO., LTD. 7CA237 (base 16) King Slide Technology CO., LTD. No. 6, Luke 9th Rd., Kaohsiung Taiwan 82151 TW D4-04-CD (hex) ARRIS Group, Inc. D404CD (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 58-48-22 (hex) Sony Mobile Communications Inc 584822 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 74-73-36 (hex) MICRODIGTAL Inc 747336 (base 16) MICRODIGTAL Inc 10F, Ace High-End Tower 9th, Seoul 153-803 KR 38-2B-78 (hex) ECO PLUGS ENTERPRISE CO., LTD 382B78 (base 16) ECO PLUGS ENTERPRISE CO., LTD 10F,-6, No.117, Sec.2, Zhongbei Rd., Zhongli Dist., Taoyuan Taiwan 32097 TW A4-7B-2C (hex) Nokia A47B2C (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 24-E5-AA (hex) Philips Oral Healthcare, Inc. 24E5AA (base 16) Philips Oral Healthcare, Inc. 22100 Bothell Everett Hwy Bothell WA 98021 US 78-BD-BC (hex) Samsung Electronics Co.,Ltd 78BDBC (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 34-9B-5B (hex) Maquet GmbH 349B5B (base 16) Maquet GmbH Kehler Strasse 31 Rastatt Baden-Württemberg 76437 DE 88-41-57 (hex) Shenzhen Atsmart Technology Co.,Ltd. 884157 (base 16) Shenzhen Atsmart Technology Co.,Ltd. East 3F ,2 Building, Meijing Industry Park, Qiaoxiang Road, Nanshan District Shenzhen Guangdong 518000 CN D8-9A-34 (hex) Beijing SHENQI Technology Co., Ltd. D89A34 (base 16) Beijing SHENQI Technology Co., Ltd. No.6 Shang Di West Road Haidian District Beijing 100085 CN A0-A6-5C (hex) Supercomputing Systems AG A0A65C (base 16) Supercomputing Systems AG Technoparkstrasse 1 Zurich ZH 8005 CH 48-50-73 (hex) Microsoft Corporation 485073 (base 16) Microsoft Corporation 1 Microsoft Way Redmond Washington 98052 FI E8-37-7A (hex) Zyxel Communications Corporation E8377A (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW 80-3B-2A (hex) ABB Xiamen Low Voltage Equipment Co.,Ltd. 803B2A (base 16) ABB Xiamen Low Voltage Equipment Co.,Ltd. No.12-20,3rd Chuang Xin Road Xiamen SEZ Fujian 361006 CN C4-EA-1D (hex) Technicolor C4EA1D (base 16) Technicolor Prins Boudewijnlaan 47 Edegem - Belgium B-2650 BE 7C-F9-0E (hex) Samsung Electronics Co.,Ltd 7CF90E (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 50-F0-D3 (hex) Samsung Electronics Co.,Ltd 50F0D3 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-A7-84 (hex) ITX security 00A784 (base 16) ITX security 9F Kolon Digital Tower Aston Bldg SEOUL (Outside US/Canada/China) 441-813 KR 84-11-9E (hex) Samsung Electronics Co.,Ltd 84119E (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 14-9A-10 (hex) Microsoft Corporation 149A10 (base 16) Microsoft Corporation 1 Microsoft Way Redmond Washington 98052 FI 38-FA-CA (hex) Skyworth Digital Technology(Shenzhen) Co.,Ltd 38FACA (base 16) Skyworth Digital Technology(Shenzhen) Co.,Ltd 7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN 5C-B4-3E (hex) HUAWEI TECHNOLOGIES CO.,LTD 5CB43E (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 70-77-81 (hex) Hon Hai Precision Ind. Co.,Ltd. 707781 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 54-E1-40 (hex) INGENICO 54E140 (base 16) INGENICO 9 AVENUE DE LA GARE VALENCE DROME 26958 FR E4-90-7E (hex) Motorola Mobility LLC, a Lenovo Company E4907E (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US 74-6A-3A (hex) Aperi Corporation 746A3A (base 16) Aperi Corporation 360 Mobil Avenue Camarillo CA 93010 US 94-A7-B7 (hex) zte corporation 94A7B7 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 18-44-E6 (hex) zte corporation 1844E6 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 3C-CE-15 (hex) Mercedes-Benz USA, LLC 3CCE15 (base 16) Mercedes-Benz USA, LLC One Mercedes Drive Montvale NJ 07645 US 28-76-10 (hex) IgniteNet 287610 (base 16) IgniteNet 1, Creation 3rd Rd. Hsinchu 300 TW 20-D7-5A (hex) Posh Mobile Limited 20D75A (base 16) Posh Mobile Limited 1011A 10/F Harbour Centre Tower 1, 1 Hok Cheung Street HungHom Kowloon 00000 HK F4-15-63 (hex) F5 Networks, Inc. F41563 (base 16) F5 Networks, Inc. 1322 North Whitman Lane Liberty Lake WA 99019 US 8C-8B-83 (hex) Texas Instruments 8C8B83 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 40-11-DC (hex) Sonance 4011DC (base 16) Sonance 212 Avenida Fabricante San Clemente California 92672 US 1C-83-41 (hex) Hefei Bitland Information Technology Co.Ltd 1C8341 (base 16) Hefei Bitland Information Technology Co.Ltd C1# Building, Bitland Industrial Park, No#4088, Jinxiu RD,Economic Development Zone, Hefei, Anhui, China Hefei Anhui 230061 CN 08-1F-EB (hex) BinCube 081FEB (base 16) BinCube Si Ming Shan Road 116, Beilun Ningbo Zhejiang 315800 CN 78-5F-4C (hex) Argox Information Co., Ltd. 785F4C (base 16) Argox Information Co., Ltd. 7F, No.126, Lane 235, Baoqiao Rd., Xindian Dist. New Taipei City Taipei 231 TW 34-CC-28 (hex) Nexpring Co. LTD., 34CC28 (base 16) Nexpring Co. LTD., 3rd Floor, Building C, PDC Tower Sungnam City Kyungki-do 463400 KR 54-E2-C8 (hex) Dongguan Aoyuan Electronics Technology Co., Ltd 54E2C8 (base 16) Dongguan Aoyuan Electronics Technology Co., Ltd Factory A7 Zhen'an Sci-Tech Industrial Park, Chang'an Town, Dongguan City, Guangdong Province, China Dongguan City Guangdong Province 523863 CN 6C-1E-70 (hex) Guangzhou YBDS IT Co.,Ltd 6C1E70 (base 16) Guangzhou YBDS IT Co.,Ltd Room 318,3/F,970 Kang Wang Bei Lu,Liwan District,Guangzhou,PRC Guangzhou City Guangdong Province 510170 CN 54-B8-0A (hex) D-Link International 54B80A (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG D8-AD-DD (hex) Sonavation, Inc. D8ADDD (base 16) Sonavation, Inc. 3970 RCA Blvd. Palm Beach Gardens Florida 33410 US 88-33-BE (hex) Ivenix, Inc. 8833BE (base 16) Ivenix, Inc. 21 Water Street Amesbury MA 01913 US E4-8D-8C (hex) Routerboard.com E48D8C (base 16) Routerboard.com Mikrotikls SIA Riga Riga LV1009 LV 70-68-79 (hex) Saijo Denki International Co., Ltd. 706879 (base 16) Saijo Denki International Co., Ltd. 39/9 Moo 9 Soi Duangmanee Muang Nonthaburi 11000 TH 10-AF-78 (hex) Shenzhen ATUE Technology Co., Ltd 10AF78 (base 16) Shenzhen ATUE Technology Co., Ltd 3/F,Building 2nd, Xintang Industry Zone,Fuyong Town,Bao'an District Shenzhen Guangdong 518103 CN CC-19-A8 (hex) PT Inovação e Sistemas SA CC19A8 (base 16) PT Inovação e Sistemas SA Rua Eng. José Ferreira Pinto Basto Aveiro Aveiro 3810-106 PT B4-B2-65 (hex) DAEHO I&T B4B265 (base 16) DAEHO I&T 211, Jayumuyeok 3-gil, MasanHoewon-gu Changwon-si Gyeongsangnam-do 630-812 KR E0-35-60 (hex) Challenger Supply Holdings, LLC E03560 (base 16) Challenger Supply Holdings, LLC 4500 Mercantile Plaza Dr. Fort Worth TX 76137 US 3C-CB-7C (hex) TCT mobile ltd 3CCB7C (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN 24-9E-AB (hex) HUAWEI TECHNOLOGIES CO.,LTD 249EAB (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 24-4B-03 (hex) Samsung Electronics Co.,Ltd 244B03 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR E4-CE-70 (hex) Health & Life co., Ltd. E4CE70 (base 16) Health & Life co., Ltd. 9F, No. 186, Jian Yi Road New Taipei City Taiwan 23553 TW 7C-11-CD (hex) QianTang Technology 7C11CD (base 16) QianTang Technology 36 Landmark Palace Beijing Beijing 100125 CC-A4-AF (hex) Shenzhen Sowell Technology Co., LTD CCA4AF (base 16) Shenzhen Sowell Technology Co., LTD 7F, Yizhe Building. Yuquan Road. Shen Zhen Guang Dong 518052 CN 10-2C-83 (hex) XIMEA 102C83 (base 16) XIMEA Lesna 52 Marianka SK 90033 SK 6C-A7-5F (hex) zte corporation 6CA75F (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 8C-79-67 (hex) zte corporation 8C7967 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 78-58-F3 (hex) Vachen Co.,Ltd 7858F3 (base 16) Vachen Co.,Ltd Rm1206, Hanyang Bldg, 18, Gukhoe-daero 70-gil, Yeongdeungpo-gu Seoul Seoul 150-748 KR 70-9C-8F (hex) Nero AG 709C8F (base 16) Nero AG Rueppurrer Str. 1A Karlsruhe BW 76137 DE 00-7E-56 (hex) China Dragon Technology Limited 007E56 (base 16) China Dragon Technology Limited B4 Bldg.Haoshan 1st Industry Park, Shenzhen Guangdong 518104 CN 74-E2-8C (hex) Microsoft Corporation 74E28C (base 16) Microsoft Corporation 1 Microsoft Way Redmond Washington 98052 FI 00-71-C2 (hex) PEGATRON CORPORATION 0071C2 (base 16) PEGATRON CORPORATION 5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW 7C-82-74 (hex) Shenzhen Hikeen Technology CO.,LTD 7C8274 (base 16) Shenzhen Hikeen Technology CO.,LTD 15rd floor,unit1,Building A of Kexing Science Park Shenzhen GuangDong 518057 CN 94-D4-17 (hex) GPI KOREA INC. 94D417 (base 16) GPI KOREA INC. Daebang Triplaon B-Dong 201 Goyang-Si Kyeonggi-Do 410-704 KR 24-4B-81 (hex) Samsung Electronics Co.,Ltd 244B81 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 70-4E-66 (hex) SHENZHEN FAST TECHNOLOGIES CO.,LTD 704E66 (base 16) SHENZHEN FAST TECHNOLOGIES CO.,LTD Room 202,Building No.5,Section 30,No.2 of Kefa Road,Nanshan District,Shenzhen,P.R.China Shenzhen Guangdong 518057 CN D8-55-A3 (hex) zte corporation D855A3 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 38-D8-2F (hex) zte corporation 38D82F (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN F0-79-59 (hex) ASUSTek COMPUTER INC. F07959 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW E0-8E-3C (hex) Aztech Electronics Pte Ltd E08E3C (base 16) Aztech Electronics Pte Ltd 31, Ubi Road 1 Singapore Singapore 408694 SG 84-4B-B7 (hex) Beijing Sankuai Online Technology Co.,Ltd 844BB7 (base 16) Beijing Sankuai Online Technology Co.,Ltd Block F&G, Wangjing International R & D Park, Chaoyang District BEIJING 100102 CN 68-F0-BC (hex) Shenzhen LiWiFi Technology Co., Ltd 68F0BC (base 16) Shenzhen LiWiFi Technology Co., Ltd No.7, Xinxi Road, Hi-Tech Park (North Zone) Shenzhen Guangdong 518057 CN 30-0E-E3 (hex) Aquantia Corporation 300EE3 (base 16) Aquantia Corporation 700 Tasman Drive Milpitas CA 95035 US 18-F1-45 (hex) NetComm Wireless Limited 18F145 (base 16) NetComm Wireless Limited Level 2, 18-20 Orion Road Lane Cove Sydney 2066 AU AC-AB-BF (hex) AthenTek Inc. ACABBF (base 16) AthenTek Inc. 8F., No.356, Sec. 1, Neihu Rd., Neihu Dist., Taipei City Taiwan 114 TW 28-84-FA (hex) SHARP Corporation 2884FA (base 16) SHARP Corporation 1 Takumi-cho, Sakai-ku Sakai City Osaka 590-8522 JP 60-AF-6D (hex) Samsung Electronics Co.,Ltd 60AF6D (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR B8-5A-73 (hex) Samsung Electronics Co.,Ltd B85A73 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 3C-1E-04 (hex) D-Link International 3C1E04 (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG 60-D9-A0 (hex) Lenovo Mobile Communication Technology Ltd. 60D9A0 (base 16) Lenovo Mobile Communication Technology Ltd. No.999, Qishan North 2nd Road, Information & Optoelectronics Park, Xiamen Fujian 361006 68-B9-83 (hex) b-plus GmbH 68B983 (base 16) b-plus GmbH Ulrichsberger Str. 17 Deggendorf Bavaria 94469 DE 78-B3-B9 (hex) ShangHai sunup lighting CO.,LTD 78B3B9 (base 16) ShangHai sunup lighting CO.,LTD RM2508,Building 2,1077# Zu Chong Zhi Rd,Zhang Jiang Hi-Tech Park,Pudong New Area,ShangHai,China shanghai shanghai 201203 CN 04-C0-9C (hex) Tellabs Inc. 04C09C (base 16) Tellabs Inc. 1415 W. Diehl Road Naperville Illinois 60563 US 98-1D-FA (hex) Samsung Electronics Co.,Ltd 981DFA (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 18-68-82 (hex) Beward R&D Co., Ltd. 186882 (base 16) Beward R&D Co., Ltd. Molokova street 16, apt.355 Krasnoyarsk Krasnoyarsk region 660118 RU EC-80-09 (hex) NovaSparks EC8009 (base 16) NovaSparks 12 rue de Chatillon Paris Ile de France 75014 FR 50-AD-D5 (hex) Dynalec Corporation 50ADD5 (base 16) Dynalec Corporation 87 West Main Street Sodus NY 14551 US B0-45-19 (hex) TCT mobile ltd B04519 (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN D8-8D-5C (hex) Elentec D88D5C (base 16) Elentec Dongtangiheung-ro 64-3 Gyeonggi-do Hwaseong-si/Dongtan-myeon 445-812 KR 74-29-AF (hex) Hon Hai Precision Ind. Co.,Ltd. 7429AF (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 3C-1A-0F (hex) ClearSky Data 3C1A0F (base 16) ClearSky Data 99 Summer Street Boston MA 02110 US E8-CC-18 (hex) D-Link International E8CC18 (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG B0-91-37 (hex) ISis ImageStream Internet Solutions, Inc B09137 (base 16) ISis ImageStream Internet Solutions, Inc 4374 FM 1518 Selma TX 78154 US 8C-05-51 (hex) Koubachi AG 8C0551 (base 16) Koubachi AG Technoparkstrasse 1 Zurich Zurich 8005 CH D8-97-BA (hex) PEGATRON CORPORATION D897BA (base 16) PEGATRON CORPORATION 5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW A8-D8-8A (hex) Wyconn A8D88A (base 16) Wyconn Rennweg 97-99 Vienna 1030 AT 40-EA-CE (hex) FOUNDER BROADBAND NETWORK SERVICE CO.,LTD 40EACE (base 16) FOUNDER BROADBAND NETWORK SERVICE CO.,LTD 5F,Tower B,Beifa Plaza,No.16 Building Haisdian District Beijing 100088 CN 84-8E-DF (hex) Sony Mobile Communications Inc 848EDF (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP A4-9D-49 (hex) Ketra, Inc. A49D49 (base 16) Ketra, Inc. 3815 S. Capital of Texas Hwy Austin TX 78704 US C0-38-96 (hex) Hon Hai Precision Ind. Co.,Ltd. C03896 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 2C-50-89 (hex) Shenzhen Kaixuan Visual Technology Co.,Limited 2C5089 (base 16) Shenzhen Kaixuan Visual Technology Co.,Limited No.19th Xifu Road, Hongxing Community Shenzhen Guangdong 518000 CN 94-8E-89 (hex) INDUSTRIAS UNIDAS SA DE CV 948E89 (base 16) INDUSTRIAS UNIDAS SA DE CV CARRETERA PANAMERICANA PASTEJE JOCOTITLAN ESTADO DE MEXICO 50700 MX 00-AE-FA (hex) Murata Manufacturing Co., Ltd. 00AEFA (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP 84-18-26 (hex) Osram GmbH 841826 (base 16) Osram GmbH Marcel Breuer Str. 6 Munich Bavaria 80807 DE F8-E9-03 (hex) D-Link International F8E903 (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG E8-96-06 (hex) testo Instruments (Shenzhen) Co., Ltd. E89606 (base 16) testo Instruments (Shenzhen) Co., Ltd. China Merchants Guangming Science & Technology Park, Guangming New District, Shenzhen Guangdong 518107 CN 1C-7E-51 (hex) 3bumen.com 1C7E51 (base 16) 3bumen.com 11/F FRONT BLK HANG LOK BLDG HONG KONG KONG KONG N/A HK 68-72-DC (hex) CETORY.TV Company Limited 6872DC (base 16) CETORY.TV Company Limited Building C-1601, Tiley Central Plaza Shenzhen Guangdong 518054 CN 30-77-CB (hex) Maike Industry(Shenzhen)CO.,LTD 3077CB (base 16) Maike Industry(Shenzhen)CO.,LTD Maike Industrial Garden, Sanwei village, Shenzhen Guangdong 518100 CN 24-97-ED (hex) Techvision Intelligent Technology Limited 2497ED (base 16) Techvision Intelligent Technology Limited Room 7006B, Tianxia IC Industry Building, Shenzhen Guangdong 518052 CN 90-9F-33 (hex) EFM Networks 909F33 (base 16) EFM Networks 6F, Benposra II 1197-1 Bojeong Giheung Gu Yong In Kyunggi do 446913 KR 60-04-17 (hex) POSBANK CO.,LTD 600417 (base 16) POSBANK CO.,LTD Room 805-808, New T Castle B/D, 429-1 Seoul 153-803 KR 20-76-93 (hex) Lenovo (Beijing) Limited. 207693 (base 16) Lenovo (Beijing) Limited. No.6 Chuang Ye Road Shangdi Information Industry Base, Beijing 100085 CN 08-46-56 (hex) VEO-LABS 084656 (base 16) VEO-LABS 14 rue du Patis Tatelin RENNES Bretagne 35700 FR EC-3C-5A (hex) SHEN ZHEN HENG SHENG HUI DIGITAL TECHNOLOGY CO.,LTD EC3C5A (base 16) SHEN ZHEN HENG SHENG HUI DIGITAL TECHNOLOGY CO.,LTD 5A 6FLOOR, BLOCK C12, FUYUAN INDUSTRIAL AREA, ZHOU SHI ROAD, SHENZHEN GUANGDONG 518102 CN 44-88-CB (hex) Camco Technologies NV 4488CB (base 16) Camco Technologies NV Technologielaan 13 Heverlee VB 3001 BE 6C-BF-B5 (hex) Noon Technology Co., Ltd 6CBFB5 (base 16) Noon Technology Co., Ltd Building C, Zhangkeng Industrial Park, Minzhi Shenzhen GuangDong 518131 CN 50-29-4D (hex) NANJING IOT SENSOR TECHNOLOGY CO,LTD 50294D (base 16) NANJING IOT SENSOR TECHNOLOGY CO,LTD ROOM 422 NO.420 ZHONGHUA ROAD QINHUAI DISTRICT NANJING CITY Nangjing jiangsu 210000 CN 0C-CF-D1 (hex) SPRINGWAVE Co., Ltd 0CCFD1 (base 16) SPRINGWAVE Co., Ltd #B-703,U-space 1-danji,670 Sampyeong-dong Bundang-gu Seongnam-si Gyeonggi-do 463-400 KR 74-BA-DB (hex) Longconn Electornics(shenzhen)Co.,Ltd 74BADB (base 16) Longconn Electornics(shenzhen)Co.,Ltd Building D12,n 30,Xingye One Road,Fenghuang First Industrial Zone,Fuyong Street,Bao an District,Shenzhen,Guangdong Province. shenzhen guangdong 518000 CN B8-F3-17 (hex) iSun Smasher Communications Private Limited B8F317 (base 16) iSun Smasher Communications Private Limited No. 826, Ferns Paradise, 2nd Street, Bangalore Karnataka 560037 IN 8C-F8-13 (hex) ORANGE POLSKA 8CF813 (base 16) ORANGE POLSKA AL.JEROZOLIMSKIE 160 WARSAW MASOVIA 02-326 PL 54-9F-35 (hex) Dell Inc. 549F35 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 24-42-BC (hex) Alinco,incorporated 2442BC (base 16) Alinco,incorporated Yodoyabashi Dai-Bldg 13F, Osaka Osaka pref. 541-0043 JP F8-24-41 (hex) Yeelink F82441 (base 16) Yeelink F10-B4, Bldg. B, International Innovation Park Qingdao Shandong 266101 CN 10-8A-1B (hex) RAONIX Inc. 108A1B (base 16) RAONIX Inc. Changeop-Center 710, Shin-Gu Univ. Gwangmyeong-ro 377, Jungwon-gu Seongnam-si Gyeonggi-do 462-743 KR 10-2F-6B (hex) Microsoft Corporation 102F6B (base 16) Microsoft Corporation 1 Microsoft Way Redmond Washington 98052 FI 8C-B0-94 (hex) Airtech I&C Co., Ltd 8CB094 (base 16) Airtech I&C Co., Ltd 33B-9L #613-9, Namchon-dong Namdong-gu Incheon 405-846 KR 94-54-93 (hex) Rigado, LLC 945493 (base 16) Rigado, LLC 2601 25th ST SE, STE 200 Salem OR 97302 US 68-F0-6D (hex) ALONG INDUSTRIAL CO., LIMITED 68F06D (base 16) ALONG INDUSTRIAL CO., LIMITED FLAT/RM,3 11/F, HUNG TO INDUSTRIAL BUILDING HONG KONG HK F4-28-53 (hex) Zioncom Electronics (Shenzhen) Ltd. F42853 (base 16) Zioncom Electronics (Shenzhen) Ltd. A1&A2 Building,Lantian Technology Park, Xinyu Road, Xingqiao Henggang Block, Shajing Street, Baoan District Shenzhen Guangdong 518000 CN D4-EC-86 (hex) LinkedHope Intelligent Technologies Co., Ltd D4EC86 (base 16) LinkedHope Intelligent Technologies Co., Ltd 2nd Floor,Building 1, Science Park, Beijing Beijing 100070 CN 1C-9C-26 (hex) Zoovel Technologies 1C9C26 (base 16) Zoovel Technologies Paseo de la Castellana 259C Madrid 28046 ES 04-67-85 (hex) scemtec Hard- und Software fuer Mess- und Steuerungstechnik GmbH 046785 (base 16) scemtec Hard- und Software fuer Mess- und Steuerungstechnik GmbH Gewerbeparkstr. 20 Reichshof-Wehnrath NRW 51580 D0-FA-1D (hex) Qihoo 360 Technology Co.,Ltd D0FA1D (base 16) Qihoo 360 Technology Co.,Ltd Building 2,6 Haoyuan Chaoyang District Beijing 100015 CN AC-11-D3 (hex) Suzhou HOTEK Video Technology Co. Ltd AC11D3 (base 16) Suzhou HOTEK Video Technology Co. Ltd No.78,Keling Road,Suzhou National new and hi-tech industrial Development zone Suzhou Jiangsu 215200 CN 84-32-EA (hex) ANHUI WANZTEN P&T CO., LTD 8432EA (base 16) ANHUI WANZTEN P&T CO., LTD 9F Building B1 HUAYI science Park Hefei Anhui Province 230088 CN E0-1D-38 (hex) Beijing HuaqinWorld Technology Co.,Ltd E01D38 (base 16) Beijing HuaqinWorld Technology Co.,Ltd 30F,Beijing Silver Tower Chao Yang Dist Beijing 100027 CN E4-7F-B2 (hex) FUJITSU LIMITED E47FB2 (base 16) FUJITSU LIMITED 403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP FC-6D-C0 (hex) BME CORPORATION FC6DC0 (base 16) BME CORPORATION 147-2 Kawagoe-shi Saitama 350-0845 JP 24-D1-3F (hex) MEXUS CO.,LTD 24D13F (base 16) MEXUS CO.,LTD 1512, Seoulsup IT Valley, Seoul Seoul 133-822 KR 78-24-AF (hex) ASUSTek COMPUTER INC. 7824AF (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW FC-9F-E1 (hex) CONWIN.Tech. Ltd FC9FE1 (base 16) CONWIN.Tech. Ltd 4D,Tianxia IC Bldg,115 Yiyuan road, Nanshan District,Shenzhen,Guangdong,P.P.China Shenzhen Guangdong 518000 CN B8-9B-E4 (hex) ABB Power Systems Power Generation B89BE4 (base 16) ABB Power Systems Power Generation 29801 Euclid Ave Wickliffe Ohio 44092 US A8-1B-5D (hex) Foxtel Management Pty Ltd A81B5D (base 16) Foxtel Management Pty Ltd Building 3, Level 3 NORTH RYDE NSW 2113 AU 50-50-65 (hex) TAKT Corporation 505065 (base 16) TAKT Corporation 2762-8 Chino-City Nagano-Pref. 391-0001 JP 40-C6-2A (hex) Shanghai Jing Ren Electronic Technology Co., Ltd. 40C62A (base 16) Shanghai Jing Ren Electronic Technology Co., Ltd. GUI Qing Road 7 No. 3 building G7 software base A District 208 room Xuhui District Shanghai City 200233 CN E8-15-0E (hex) Nokia Corporation E8150E (base 16) Nokia Corporation Joensuunkatu 7 Salo N.A. 24101 FI C4-42-02 (hex) Samsung Electronics Co.,Ltd C44202 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR B4-AE-6F (hex) Circle Reliance, Inc DBA Cranberry Networks B4AE6F (base 16) Circle Reliance, Inc DBA Cranberry Networks 921 Rose Avenue Menlo Park CA 94025 US 90-DA-6A (hex) FOCUS H&S Co., Ltd. 90DA6A (base 16) FOCUS H&S Co., Ltd. #113, Doosan Venture Digm, 126-1 Anyang Gyeonggi-Do 431-755 KR DC-53-7C (hex) Compal Broadband Networks, Inc. DC537C (base 16) Compal Broadband Networks, Inc. 13F., No.1, Taiyuan 1st St. Zhubei City Hsinchu County 30265 TW 44-A6-E5 (hex) THINKING TECHNOLOGY CO.,LTD 44A6E5 (base 16) THINKING TECHNOLOGY CO.,LTD The 6th Floor,Gate No. 3 of Huaqiang Logistics Building Nanshan, Shenzhen Guangdong 518055 CN A4-5D-A1 (hex) ADB Broadband Italia A45DA1 (base 16) ADB Broadband Italia VIALE SARCA 336 MILANO ITALY 20126 0C-AC-05 (hex) Unitend Technologies Inc. 0CAC05 (base 16) Unitend Technologies Inc. No.6 Nanda'an Hutong, Xizhimeng st Zicheng District Beijing 100035 CN 4C-6E-6E (hex) Comnect Technology CO.,LTD 4C6E6E (base 16) Comnect Technology CO.,LTD 7-402, Xinyuan Industrial Park, No.61 Shenzhen Guangdong 518055 CN 8C-33-57 (hex) HiteVision Digital Media Technology Co.,Ltd. 8C3357 (base 16) HiteVision Digital Media Technology Co.,Ltd. 1st building,Honghui Industrial Park,LiuXian Shenzhen Guangdong 510008 CN 3C-AA-3F (hex) iKey, Ltd. 3CAA3F (base 16) iKey, Ltd. 2621 Ridgepoint Drive Austin Texas 78754 US 0C-38-3E (hex) Fanvil Technology Co., Ltd. 0C383E (base 16) Fanvil Technology Co., Ltd. 3F, Block A, Gaoxinqi Building, Anhua Industrial Park Shenzhen Guangdong 518101 CN 60-CD-A9 (hex) Abloomy 60CDA9 (base 16) Abloomy Room 501 ,CTS Building,No 1 Beishatan Chaoyang District BeiJing 100083 CN B8-AD-3E (hex) BLUECOM B8AD3E (base 16) BLUECOM 116, Venture-ro, Yeonsu-gu, Incheon 406-840 KR 18-30-09 (hex) Woojin Industrial Systems Co., Ltd. 183009 (base 16) Woojin Industrial Systems Co., Ltd. 95, Sari-ro, Sari-myeon Goesan-gun Chungcheongbuk-do 367-822 KR 74-DB-D1 (hex) Ebay Inc 74DBD1 (base 16) Ebay Inc 2211 N. First St San Jose Ca 95131 US 30-B5-F1 (hex) Aitexin Technology Co., Ltd 30B5F1 (base 16) Aitexin Technology Co., Ltd 1210 PDAY research center streer 2 Peiking 100190 CN B0-10-41 (hex) Hon Hai Precision Ind. Co.,Ltd. B01041 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 80-AD-67 (hex) Kasda Networks Inc 80AD67 (base 16) Kasda Networks Inc B-31 Building, Tanglang Industry Zone, Xili, Nanshan District Shenzhen Guangdong 518055 CN 18-D5-B6 (hex) SMG Holdings LLC 18D5B6 (base 16) SMG Holdings LLC 205 N Michigan Ave Chicago IL 60601 US 5C-2E-59 (hex) Samsung Electronics Co.,Ltd 5C2E59 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR A8-E5-39 (hex) Moimstone Co.,Ltd A8E539 (base 16) Moimstone Co.,Ltd 4F, 954-9 Gwanyang-dong Anyang-Si Gyeonggi-do 431-060 KR 54-B7-53 (hex) Hunan Fenghui Yinjia Science And Technology Co.,Ltd 54B753 (base 16) Hunan Fenghui Yinjia Science And Technology Co.,Ltd No.15 Lutian Road Changsha Hunan 410205 CN 10-30-47 (hex) Samsung Electronics Co.,Ltd 103047 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR F8-84-F2 (hex) Samsung Electronics Co.,Ltd F884F2 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR B0-75-4D (hex) Nokia B0754D (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA E0-CB-EE (hex) Samsung Electronics Co.,Ltd E0CBEE (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 4C-39-09 (hex) HPL Electric & Power Private Limited 4C3909 (base 16) HPL Electric & Power Private Limited 133, Pace City-1, Sec-37 Gurgaon Haryana 122001 IN 90-7E-BA (hex) UTEK TECHNOLOGY (SHENZHEN) CO.,LTD 907EBA (base 16) UTEK TECHNOLOGY (SHENZHEN) CO.,LTD 6F, C Building JiaAn Industrial Zone, 72# district of Baoan, ShenZhen, China SHENZHEN Guangdong Province 518101 CN A0-02-DC (hex) Amazon Technologies Inc. A002DC (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 54-2A-A2 (hex) Alpha Networks Inc. 542AA2 (base 16) Alpha Networks Inc. No.8 Li-shing 7th Rd., Science-based Industrial Park, Hsinchu, Taiwan, R.O.C Hsinchu Taiwan 300 TW 84-94-8C (hex) Hitron Technologies. Inc 84948C (base 16) Hitron Technologies. Inc No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW A8-F7-E0 (hex) PLANET Technology Corporation A8F7E0 (base 16) PLANET Technology Corporation 11F, No. 96, Min Quan Road, New Taipei City 22341 TW 44-86-C1 (hex) Siemens Low Voltage & Products 4486C1 (base 16) Siemens Low Voltage & Products 5400 Triangle Parkway Norcross GA 30092 US 40-45-DA (hex) Spreadtrum Communications (Shanghai) Co., Ltd. 4045DA (base 16) Spreadtrum Communications (Shanghai) Co., Ltd. Building 1, Spreadtrum Center, No.2288, Zuchongzhi Rd Shanghai 201203 34-51-AA (hex) JID GLOBAL 3451AA (base 16) JID GLOBAL 211, Biz Plus Suwon 2F Chungho Bldg, 17 363Road, Susung-ro SUWON Gyeonggi-do 440-846 KR 98-BE-94 (hex) IBM 98BE94 (base 16) IBM 3039 E Cornwallis Rd Research Triangle Park NC 27709 US 6C-19-8F (hex) D-Link International 6C198F (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG C8-FF-77 (hex) Dyson Limited C8FF77 (base 16) Dyson Limited Tetbury Hill Malmesbury Wiltshire SN16 0RP GB B4-9E-AC (hex) Imagik Int'l Corp B49EAC (base 16) Imagik Int'l Corp 2299 SW 37 th Ave Miami Florida 33145 US CC-07-E4 (hex) Lenovo Mobile Communication Technology Ltd. CC07E4 (base 16) Lenovo Mobile Communication Technology Ltd. No.999, Qishan North 2nd Road, Information & Optoelectronics Park, Torch Hi-tech Industry Development Zone, Xiamen, P.R.China Xiamen Fujian 361006 US C4-6B-B4 (hex) myIDkey C46BB4 (base 16) myIDkey 65 Enterprise Aliso Viejo CA 92656 US 0C-63-FC (hex) Nanjing Signway Technology Co., Ltd 0C63FC (base 16) Nanjing Signway Technology Co., Ltd Rm 1001,10/F,28 Ningshuang Rd, Nanjing Jiangsu 210012 CN D4-E0-8E (hex) ValueHD Corporation D4E08E (base 16) ValueHD Corporation Xinwei Xili, Nanshan District, Shenzhen City Industrial Zone, Shiling 8, 3rd Floor, North Shenzhen Guangdong 518055 CN C8-9F-1D (hex) SHENZHEN COMMUNICATION TECHNOLOGIES CO.,LTD C89F1D (base 16) SHENZHEN COMMUNICATION TECHNOLOGIES CO.,LTD NO.6 QINGNING ROAD,CAIHUANG INDUSTRY PARK, SHENZHEN GUANGDONG 518109 CN 14-3D-F2 (hex) Beijing Shidai Hongyuan Network Communication Co.,Ltd 143DF2 (base 16) Beijing Shidai Hongyuan Network Communication Co.,Ltd #505, 5F, Tower 3 Beijing 100000 CN 2C-39-C1 (hex) Ciena Corporation 2C39C1 (base 16) Ciena Corporation 7035 Ridge Road Hanover MD 21076 US 54-EE-75 (hex) Wistron InfoComm(Kunshan)Co.,Ltd. 54EE75 (base 16) Wistron InfoComm(Kunshan)Co.,Ltd. 168# First Avenue,Kunshan Integrated Free Trade Zone,Kunshan,Jiangsu,China Kunshan Jiangsu 215300 CN 08-74-F6 (hex) Winterhalter Gastronom GmbH 0874F6 (base 16) Winterhalter Gastronom GmbH Tettnanger Straße 72 Meckenbeuren Baden-Württemberg 88074 DE D8-49-2F (hex) CANON INC. D8492F (base 16) CANON INC. 30-2 Shimomaruko 3-chome, Ohta-ku Tokyo 146-8501 JP 80-0E-24 (hex) ForgetBox 800E24 (base 16) ForgetBox 61 rue de Sèvres Ville d'Avray IDF 92140 FR 3C-25-D7 (hex) Nokia Corporation 3C25D7 (base 16) Nokia Corporation Joensuunkatu 7 Salo N.A. 24101 FI 30-A8-DB (hex) Sony Mobile Communications Inc 30A8DB (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 18-FF-2E (hex) Shenzhen Rui Ying Da Technology Co., Ltd 18FF2E (base 16) Shenzhen Rui Ying Da Technology Co., Ltd KaiXinda Electronic Science and Technology Park, Zhoushi Road 49,Shiyan Street,Baoan District,ShenZhen,China shenzhen guangdong 518108 CN 84-72-07 (hex) I&C Technology 847207 (base 16) I&C Technology 24,Pangyo-ro 255beon-gil, Bundang-gu, Seongnam-si, Gyeonggi-do, 463-400,Korea Seongnam-si Gyeonggi-do 463-400,Korea US CC-A6-14 (hex) AIFA TECHNOLOGY CORP. CCA614 (base 16) AIFA TECHNOLOGY CORP. 1F., No.230, Sec. 2, Bade Rd., Fongshan Dist. Kaohsiung City Taiwan 83053 TW 90-F1-B0 (hex) Hangzhou Anheng Info&Tech CO.,LTD 90F1B0 (base 16) Hangzhou Anheng Info&Tech CO.,LTD 15F Zhongcai Bldg,#68 Tonghe Rd Hangzhou Zhejiang 310051 CN 4C-8B-30 (hex) Actiontec Electronics, Inc 4C8B30 (base 16) Actiontec Electronics, Inc 3301 Olcott St. Santa Clara CA 95054 US 08-05-CD (hex) DongGuang EnMai Electronic Product Co.Ltd. 0805CD (base 16) DongGuang EnMai Electronic Product Co.Ltd. 701 7th Floor,YiFeng Building, DongGuang GuangDong Province 523843 CN 54-D1-63 (hex) MAX-TECH,INC 54D163 (base 16) MAX-TECH,INC 2F, 26, 2gil, Dujeonggongdan Cheonan Chungnam 331957 KR 48-B5-A7 (hex) Glory Horse Industries Ltd. 48B5A7 (base 16) Glory Horse Industries Ltd. Woekshop 8, 4/F., World Wide Industrial Centre, Shatin, N.T. HKG HK 0C-4F-5A (hex) ASA-RT s.r.l. 0C4F5A (base 16) ASA-RT s.r.l. Strada del Lionetto 16/a Torino To 10146 IT D4-22-4E (hex) Alcatel Lucent D4224E (base 16) Alcatel Lucent Via Energy Park, 14 Vimercate MB 20871 IT 9C-86-DA (hex) Phoenix Geophysics Ltd. 9C86DA (base 16) Phoenix Geophysics Ltd. 3781 Victoria Park Ave. Toronto ON M1W 3K5 CA 2C-07-3C (hex) DEVLINE LIMITED 2C073C (base 16) DEVLINE LIMITED FLAT/RM A9,9/F SILVERCORP INT TOWER HONGKONG 999077 CN 7C-1A-03 (hex) 8Locations Co., Ltd. 7C1A03 (base 16) 8Locations Co., Ltd. 1F, No. 123, Chenggong 2rd Street Zhube City Hsinchu 302 TW AC-B8-59 (hex) Uniband Electronic Corp, ACB859 (base 16) Uniband Electronic Corp, 6F-1 No. Dongguang Rd., Hsinchu 300 300 TW 2C-9A-A4 (hex) Eolo SpA 2C9AA4 (base 16) Eolo SpA via Gran San Bernardo 12 Busto Arsizio VA 21052 IT 88-B1-E1 (hex) Mojo Networks, Inc. 88B1E1 (base 16) Mojo Networks, Inc. 339 N.Bernardo Ave Mountain View CA 94043 US 90-DB-46 (hex) E-LEAD ELECTRONIC CO., LTD 90DB46 (base 16) E-LEAD ELECTRONIC CO., LTD NO.37, GUNGDUNG 1ST RD. SHENGANG SHIANG CHANGHUA 50971 TW 34-4F-5C (hex) R&M AG 344F5C (base 16) R&M AG Binzstrasse 32 Wetzikon Zurich 8620 CH 60-47-D4 (hex) FORICS Electronic Technology Co., Ltd. 6047D4 (base 16) FORICS Electronic Technology Co., Ltd. BLD 2A, No 1588, Lianhang Rd Shanghai 201112 CN FC-F8-B7 (hex) TRONTEQ Electronic FCF8B7 (base 16) TRONTEQ Electronic Siemensstrasse 22 Reutlingen Baden Wuerttemberg 72766 DE 30-F4-2F (hex) ESP 30F42F (base 16) ESP 126-1 Pyeongchon-dong, Dongan-gu Anyang-si Gyeonggi-do 431-755 KR 70-4E-01 (hex) KWANGWON TECH CO., LTD. 704E01 (base 16) KWANGWON TECH CO., LTD. D-401, Digital-Empire Bldg., 980-3 Suwon Gyeonggi-Do 443-702 KR 74-6A-8F (hex) VS Vision Systems GmbH 746A8F (base 16) VS Vision Systems GmbH Aspelohe 27A Norderstedt Schleswig-Holstein 22848 DE 54-A3-1B (hex) Shenzhen Linkworld Technology Co,.LTD 54A31B (base 16) Shenzhen Linkworld Technology Co,.LTD Room 667-675 , sixth floor , Shenzhen Guangdong 518055 CN CC-39-8C (hex) Shiningtek CC398C (base 16) Shiningtek No. 53, Nankeng 3 St Hsinchu 30841 TW 18-20-A6 (hex) Sage Co., Ltd. 1820A6 (base 16) Sage Co., Ltd. 2-24 Sumiyoshicho, Naka-ku Yokohama-shi Kanagawa 231-0013 JP 20-EA-C7 (hex) SHENZHEN RIOPINE ELECTRONICS CO., LTD 20EAC7 (base 16) SHENZHEN RIOPINE ELECTRONICS CO., LTD ROOM1002~1004, BaoYuan HuaFeng Headquarters' Business Building, Xixiang Avenue (west) , Bao'an District Shenzhen Guangdong 518000 CN 64-B3-70 (hex) PowerComm Solutions LLC 64B370 (base 16) PowerComm Solutions LLC 15 Minneakoning Rd. Suite 311 Flemington NJ 08822 US 5C-F5-0D (hex) Institute of microelectronic applications 5CF50D (base 16) Institute of microelectronic applications Na Valentince 1003/1 Praha 15000 CZ 74-9C-52 (hex) Huizhou Desay SV Automotive Co., Ltd. 749C52 (base 16) Huizhou Desay SV Automotive Co., Ltd. 103, Hechang 5th Road West, Huizhou Guangdong 516006 CN C4-29-1D (hex) KLEMSAN ELEKTRIK ELEKTRONIK SAN.VE TIC.AS. C4291D (base 16) KLEMSAN ELEKTRIK ELEKTRONIK SAN.VE TIC.AS. kemalpaşa yolu 3.km KEMALPASA 35170 izmir TÜRKİYE -- 35170 TR 6C-5F-1C (hex) Lenovo Mobile Communication Technology Ltd. 6C5F1C (base 16) Lenovo Mobile Communication Technology Ltd. No.999, Qishan North 2nd Road, Xiamen 361000 Fujian US 7C-E4-AA (hex) Private 7CE4AA (base 16) Private 08-3F-3E (hex) WSH GmbH 083F3E (base 16) WSH GmbH Koelner Str. 58a Gummersbach NRW 51645 DE 2C-95-7F (hex) zte corporation 2C957F (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 3C-0C-48 (hex) Servergy, Inc. 3C0C48 (base 16) Servergy, Inc. 1700 N. Redbud McKinney TEXAS 75069 US 10-DE-E4 (hex) automationNEXT GmbH 10DEE4 (base 16) automationNEXT GmbH Millennium Park 4 Lustenau Vorarlberg 6890 AT F0-3A-4B (hex) Bloombase, Inc. F03A4B (base 16) Bloombase, Inc. 955 Benecia Ave Sunnyvale California 94085 US A0-E4-53 (hex) Sony Mobile Communications Inc A0E453 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 40-4A-18 (hex) Addrek Smart Solutions 404A18 (base 16) Addrek Smart Solutions Al Gharrafa Thani Bin Jassim St Doha QA C0-C5-69 (hex) SHANGHAI LYNUC CNC TECHNOLOGY CO.,LTD C0C569 (base 16) SHANGHAI LYNUC CNC TECHNOLOGY CO.,LTD Building 3,No.25 Cangwu Rd Shanghai 200233 CN C4-C0-AE (hex) MIDORI ELECTRONIC CO., LTD. C4C0AE (base 16) MIDORI ELECTRONIC CO., LTD. 397 Chikuma Nagano 389-0804 JP AC-C5-95 (hex) Graphite Systems ACC595 (base 16) Graphite Systems 2037 Landings Drive Mountain View California 94043 US 7C-E1-FF (hex) Computer Performance, Inc. DBA Digital Loggers, Inc. 7CE1FF (base 16) Computer Performance, Inc. DBA Digital Loggers, Inc. 2695 Walsh Avenue Santa Clara CA 95051 US D8-15-0D (hex) TP-LINK TECHNOLOGIES CO.,LTD. D8150D (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 58-50-AB (hex) TLS Corporation 5850AB (base 16) TLS Corporation 1241 Superior Ave. Cleveland OH 44114 US 7C-CD-11 (hex) MS-Magnet 7CCD11 (base 16) MS-Magnet Parchevich 42 Sofia 1000 BG 98-FF-6A (hex) OTEC(Shanghai)Technology Co.,Ltd. 98FF6A (base 16) OTEC(Shanghai)Technology Co.,Ltd. 13th Floor,Building 2 Shanghai 200235 CN BC-1A-67 (hex) YF Technology Co., Ltd BC1A67 (base 16) YF Technology Co., Ltd No.62,South Fumin Road, Dongguang Guangdong 523773 CN 4C-D7-B6 (hex) Helmer Scientific 4CD7B6 (base 16) Helmer Scientific 14400 Bergen Boulevard Noblesville Indiana 46060 US 84-25-A4 (hex) Tariox Limited 8425A4 (base 16) Tariox Limited 173 Highway 53 Cathcart Ontario N0E 1B0 CA 48-3D-32 (hex) Syscor Controls & Automation 483D32 (base 16) Syscor Controls & Automation 201-60 Bastion Sq Victoria BC V8W 1J2 CA CC-85-6C (hex) SHENZHEN MDK DIGITAL TECHNOLOGY CO.,LTD CC856C (base 16) SHENZHEN MDK DIGITAL TECHNOLOGY CO.,LTD Xin fengze industrial park,shangnan east road SHENZHEN GUANGDONG 518101 CN AC-6B-AC (hex) Jenny Science AG AC6BAC (base 16) Jenny Science AG Sandblatte 7a Rain Luzern 6026 CH D8-EE-78 (hex) Moog Protokraft D8EE78 (base 16) Moog Protokraft 4545 W Stone Dr Bldg 135 Kingsport TN 37660 US 24-11-48 (hex) Entropix, LLC 241148 (base 16) Entropix, LLC 100 Rawson Road Victor New York 14564 US C4-45-EC (hex) Shanghai Yali Electron Co.,LTD C445EC (base 16) Shanghai Yali Electron Co.,LTD Room 1-607 Shanghai Shanghai 201100 US E0-E6-31 (hex) SNB TECHNOLOGIES LIMITED E0E631 (base 16) SNB TECHNOLOGIES LIMITED Rm 303, Building #13, Long Gang district, ShenZhen GuangDong 518000 CN 78-B5-D2 (hex) Ever Treasure Industrial Limited 78B5D2 (base 16) Ever Treasure Industrial Limited 15A Tung Lee Commercial Building Sheung Wan 852 HK 50-ED-78 (hex) Changzhou Yongse Infotech Co.,Ltd 50ED78 (base 16) Changzhou Yongse Infotech Co.,Ltd No.128 Zhengzhong Rd, Xixiashua Town Changzhou Jiangsu 213135 CN 90-02-8A (hex) Shenzhen Shidean Legrand Electronic Products Co.,Ltd 90028A (base 16) Shenzhen Shidean Legrand Electronic Products Co.,Ltd Block39,Shahe Industrial Zone Baishizhou Guangdong 518053 CN 1C-C1-1A (hex) Wavetronix 1CC11A (base 16) Wavetronix 78 East 1700 South Provo UT 84606 US FC-09-D8 (hex) ACTEON Group FC09D8 (base 16) ACTEON Group ZAC Athelia IV La Ciotat France 13705 FR 74-3E-CB (hex) Gentrice tech 743ECB (base 16) Gentrice tech 15F No.738-5 JhengJhong Rd New Taipei city 235 TW 7C-44-4C (hex) Entertainment Solutions, S.L. 7C444C (base 16) Entertainment Solutions, S.L. Parque Empresarial Miraflores, nave 3 Zaragoza 50720 ES 04-44-A1 (hex) TELECON GALICIA,S.A. 0444A1 (base 16) TELECON GALICIA,S.A. AVENIDA DE NOSTIAN A CORUNA 15008 ES 20-C6-0D (hex) Shanghai annijie Information technology Co.,LTD 20C60D (base 16) Shanghai annijie Information technology Co.,LTD Room605,NO.9,Lane 777 Shanghai 200070 CN 38-CA-97 (hex) Contour Design LLC 38CA97 (base 16) Contour Design LLC 10 Industrial Drive Windham NH 03087 US BC-2D-98 (hex) ThinGlobal LLC BC2D98 (base 16) ThinGlobal LLC 703 wildflower RD Davenport FL 33837 US 18-79-A2 (hex) GMJ ELECTRIC LIMITED 1879A2 (base 16) GMJ ELECTRIC LIMITED RM 1405, 14/F, C C WU BUILDING 999077 HK E0-C8-6A (hex) SHENZHEN TW-SCIE Co., Ltd E0C86A (base 16) SHENZHEN TW-SCIE Co., Ltd 816# DongMing Building MinKang Road Shenzhen Guangdong 518000 CN BC-EE-7B (hex) ASUSTek COMPUTER INC. BCEE7B (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 34-13-A8 (hex) Mediplan Limited 3413A8 (base 16) Mediplan Limited 245 Sheffield Road Sheffield South Yorkshire S13 9ZD GB 7C-97-63 (hex) Openmatics s.r.o. 7C9763 (base 16) Openmatics s.r.o. Poděbradova 2842/1 Pilsen Tschechien 30100 CZ 48-A2-B7 (hex) Kodofon JSC 48A2B7 (base 16) Kodofon JSC 97 Moskovskyi pr. Voronezh 394077 RU CC-74-98 (hex) Filmetrics Inc. CC7498 (base 16) Filmetrics Inc. 3560 Dunhill Street, #100 San Diego CA 92121 US 08-5A-E0 (hex) Recovision Technology Co., Ltd. 085AE0 (base 16) Recovision Technology Co., Ltd. 1709,No.5 Wanghai Road, Xiamen Fujian 361006 CN 20-E7-91 (hex) Siemens Healthcare Diagnostics, Inc 20E791 (base 16) Siemens Healthcare Diagnostics, Inc 2 Edgewater Drive Norwood MA 02062 US 08-97-58 (hex) Shenzhen Strong Rising Electronics Co.,Ltd DongGuan Subsidiary 089758 (base 16) Shenzhen Strong Rising Electronics Co.,Ltd DongGuan Subsidiary QingPing Road 2,Qinghutou village DongGuan GuangDong 523711 CN FC-19-D0 (hex) Cloud Vision Networks Technology Co.,Ltd. FC19D0 (base 16) Cloud Vision Networks Technology Co.,Ltd. F/9,Hechuan Building 2016 Shanghai 201103 CN 94-86-D4 (hex) Surveillance Pro Corporation 9486D4 (base 16) Surveillance Pro Corporation 12F., No.4, Ln. 609, Sec. 5, Chongxin Rd., Sanchong Dist. New Taipei City 241 US 9C-D6-43 (hex) D-Link International 9CD643 (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG 3C-18-A0 (hex) Luxshare Precision Industry Company Limited 3C18A0 (base 16) Luxshare Precision Industry Company Limited Floor 2, Block A, Sanyo New Industrial Area West Haoyi Community, Shajing Subdistrict Office Bao'an District, Shenzhen, Guangdong 523000 CN 8C-AE-89 (hex) Y-cam Solutions Ltd 8CAE89 (base 16) Y-cam Solutions Ltd 3 dee road Richmond Surrey TW9 2JN GB 94-E9-8C (hex) Nokia 94E98C (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA FC-E1-D9 (hex) Stable Imaging Solutions LLC FCE1D9 (base 16) Stable Imaging Solutions LLC 3709 Old Conejo Rd Newbury Park CA 91320 US 50-20-6B (hex) Emerson Climate Technologies Transportation Solutions 50206B (base 16) Emerson Climate Technologies Transportation Solutions Axel Kiers Vej 5A Hoejbjerg 8270 DK 7C-BF-88 (hex) Mobilicom LTD 7CBF88 (base 16) Mobilicom LTD Hametzoda 31 Azor 5800174 IL 60-DB-2A (hex) HNS 60DB2A (base 16) HNS 345-50, Gasan-dong, Geumcheon-gu, Seoul, Korea[153-707] Seoul The Seoul Metropolis 82 KR B0-45-45 (hex) YACOUB Automation GmbH B04545 (base 16) YACOUB Automation GmbH Gustav Meyer Allee 25 Berlin 13355 DE C8-EE-75 (hex) Pishion International Co. Ltd C8EE75 (base 16) Pishion International Co. Ltd 3F,NO,15-2,Beihuan Rd Taichung City 42760 TW CC-34-29 (hex) TP-LINK TECHNOLOGIES CO.,LTD. CC3429 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 64-BA-BD (hex) SDJ Technologies, Inc. 64BABD (base 16) SDJ Technologies, Inc. 2125-B Madera Road Simi Valley CA 93065 US 24-C8-48 (hex) mywerk Portal GmbH 24C848 (base 16) mywerk Portal GmbH Fabrikstr. 3 Gronau 48599 DE CC-FB-65 (hex) Nintendo Co., Ltd. CCFB65 (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP A0-A2-3C (hex) GPMS A0A23C (base 16) GPMS 40 Ridge Rd Cornwall VT 05753 US 68-FC-B3 (hex) Next Level Security Systems, Inc. 68FCB3 (base 16) Next Level Security Systems, Inc. 6353 Corte Del Abeto Carlsbad CA 92011 US 94-C3-E4 (hex) Atlas Copco IAS GmbH 94C3E4 (base 16) Atlas Copco IAS GmbH Gewerbestr. 52 Bretten-Goelshausen 75015 DE 34-88-5D (hex) Logitech Far East 34885D (base 16) Logitech Far East #2 Creation Rd. 4, Hsinchu 300 TW 88-57-6D (hex) XTA Electronics Ltd 88576D (base 16) XTA Electronics Ltd The Design House Stourport-on-Severn Worcestershire DY13 9BZ GB BC-41-00 (hex) CODACO ELECTRONIC s.r.o. BC4100 (base 16) CODACO ELECTRONIC s.r.o. Hemy 825 Valasske Mezirici 75701 CZ FC-D8-17 (hex) Beijing Hesun Technologies Co.Ltd. FCD817 (base 16) Beijing Hesun Technologies Co.Ltd. Room 1811, 18th floor, Building No. 4, Courtyard 1, Shangdi tenth Street Beijing 100085 CN 68-2D-DC (hex) Wuhan Changjiang Electro-Communication Equipment CO.,LTD 682DDC (base 16) Wuhan Changjiang Electro-Communication Equipment CO.,LTD No.8,Yinghu Sience&Technology industrial park Wuhan Hubei 430040 CN E8-61-1F (hex) Dawning Information Industry Co.,Ltd E8611F (base 16) Dawning Information Industry Co.,Ltd NO.15 Huake Street,Hi-Tech Zone Tianjin 300384 CN 28-47-AA (hex) Nokia Corporation 2847AA (base 16) Nokia Corporation Joensuunkatu 7 Salo N.A. 24101 FI 5C-D6-1F (hex) Qardio, Inc 5CD61F (base 16) Qardio, Inc 340 S Lemon Ave #1104F Walnut California 91789 US 70-59-57 (hex) Medallion Instrumentation Systems 705957 (base 16) Medallion Instrumentation Systems 17150 Hickory St Spring Lake MI 49456 US 9C-44-3D (hex) CHENGDU XUGUANG TECHNOLOGY CO, LTD 9C443D (base 16) CHENGDU XUGUANG TECHNOLOGY CO, LTD 2ND SECTION,PARK ROAD CHENGDU SICHUAN 610100 CN B4-24-E7 (hex) Codetek Technology Co.,Ltd B424E7 (base 16) Codetek Technology Co.,Ltd 4F.-1, No.55, Dongguang Rd., East Dist., Hsinchu City 300 TW 54-2F-89 (hex) Euclid Laboratories, Inc. 542F89 (base 16) Euclid Laboratories, Inc. 9151 Arvida Ln Coral Gables Florida 33156 US 90-99-16 (hex) ELVEES NeoTek OJSC 909916 (base 16) ELVEES NeoTek OJSC Proezd 4922, dom 4, stroenie 2 Moscow Zelenograd 124498 RU 00-A2-FF (hex) abatec group AG 00A2FF (base 16) abatec group AG Oberregauerstraße 48 Regau 4844 AT 60-24-C1 (hex) Jiangsu Zhongxun Electronic Technology Co., Ltd 6024C1 (base 16) Jiangsu Zhongxun Electronic Technology Co., Ltd tangshu road #8 yixing jiangsu 214221 CN A0-14-3D (hex) PARROT SA A0143D (base 16) PARROT SA 174 Quai de Jemmapes Paris 75010 FR FC-1B-FF (hex) V-ZUG AG FC1BFF (base 16) V-ZUG AG Industriestrasse 66 Zug 6301 CH F4-28-96 (hex) SPECTO PAINEIS ELETRONICOS LTDA F42896 (base 16) SPECTO PAINEIS ELETRONICOS LTDA RUA WALTER JOSE CORREA, AREA 12 SAO JOSE SANTA CATARINA 88122-035 BR 78-CB-33 (hex) DHC Software Co.,Ltd 78CB33 (base 16) DHC Software Co.,Ltd 16/F,DHC Mansion No.3 Zijin Beijing 100190 CN 60-A9-B0 (hex) Merchandising Technologies, Inc 60A9B0 (base 16) Merchandising Technologies, Inc 1050 NW 229th Avenue HIllsboro OR 97124 US 50-27-C7 (hex) TECHNART Co.,Ltd 5027C7 (base 16) TECHNART Co.,Ltd 2-21 Nishiohjicho Kusatsu Shiga 525-0037 JP 6C-5A-B5 (hex) TCL Technoly Electronics (Huizhou) Co., Ltd. 6C5AB5 (base 16) TCL Technoly Electronics (Huizhou) Co., Ltd. 19th Zhongkai Hi-tech Development Zone Huizhou Guangdong 516006 CN 38-5A-A8 (hex) Beijing Zhongdun Security Technology Development Co. 385AA8 (base 16) Beijing Zhongdun Security Technology Development Co. No.1 Capital Gymnasium South Road Beijing 100048 CN F4-A2-94 (hex) EAGLE WORLD DEVELOPMENT CO., LIMITED F4A294 (base 16) EAGLE WORLD DEVELOPMENT CO., LIMITED 1F, CMA Bldg., 64 Connaught Road Central Hong Kong 00852 HK EC-3E-09 (hex) PERFORMANCE DESIGNED PRODUCTS, LLC EC3E09 (base 16) PERFORMANCE DESIGNED PRODUCTS, LLC 14144 Ventura Blvd Sherman Oaks California 91423 US 94-7C-3E (hex) Polewall Norge AS 947C3E (base 16) Polewall Norge AS Vige Havnevei 78 Kristiansand Vest-Agder 4633 NO 34-A3-BF (hex) Terewave. Inc. 34A3BF (base 16) Terewave. Inc. Room 217, Ssangyong Research Center Yuseong-gu Daejeon-city 305804 KR 8C-08-8B (hex) Remote Solution 8C088B (base 16) Remote Solution 92, Chogokri, Nammyun Kimcheon city Kyungbuk 740-871 KR B4-3E-3B (hex) Viableware, Inc B43E3B (base 16) Viableware, Inc 12220 113th Ave NE Kirkland WA 98034 US 0C-5C-D8 (hex) DOLI Elektronik GmbH 0C5CD8 (base 16) DOLI Elektronik GmbH Adi-Maislinger-Str. 7 Munich 81373 DE 3C-15-EA (hex) TESCOM CO., LTD. 3C15EA (base 16) TESCOM CO., LTD. #928 UTV, 1141-2 Baeksuk Ilsandong Goyang Gyeonggi 410-722 KR E8-04-10 (hex) Private E80410 (base 16) Private F4-BD-7C (hex) Chengdu jinshi communication Co., LTD F4BD7C (base 16) Chengdu jinshi communication Co., LTD No. 108 #1-2-505, Eastern 5 Section, First Ring Road, JinJiang District, Chengdu Chongqing 610000 CN DC-C4-22 (hex) Systembase Limited DCC422 (base 16) Systembase Limited Jupes Field House, Pettridge Lane Warminster Wiltshire BA12 6DG GB C8-F3-6B (hex) Yamato Scale Co.,Ltd. C8F36B (base 16) Yamato Scale Co.,Ltd. 5-22 Akashi Hyogo 673-8688 JP 98-F8-C1 (hex) IDT Technology Limited 98F8C1 (base 16) IDT Technology Limited Block C, 9/F.,Kaiser Estate, Phase 1, Kowloon Hong Kong HK 6C-D1-B0 (hex) WING SING ELECTRONICS HONG KONG LIMITED 6CD1B0 (base 16) WING SING ELECTRONICS HONG KONG LIMITED No. 1, Guoyuan Industrial Zone Guangzhou Guang Dong 510385 CN A4-F5-22 (hex) CHOFU SEISAKUSHO CO.,LTD A4F522 (base 16) CHOFU SEISAKUSHO CO.,LTD 2-1 Shimonoseki-shi Yamaguchi 752-8555 JP 84-5C-93 (hex) Chabrier Services 845C93 (base 16) Chabrier Services 354 Chemin de la Pinatte Saint-Peray 07130 FR 68-E1-66 (hex) Private 68E166 (base 16) Private BC-2B-D7 (hex) Revogi Innovation Co., Ltd. BC2BD7 (base 16) Revogi Innovation Co., Ltd. 2018, Anhui Building, No. 6007, Shenzhen, Guangdong 518113 CN 28-6D-97 (hex) SAMJIN Co., Ltd. 286D97 (base 16) SAMJIN Co., Ltd. 199-6, Anyang 7-dong, Manan-gu Anyang-si Gyeonggi-do 430-817 KR 24-EC-D6 (hex) CSG Science & Technology Co.,Ltd.Hefei 24ECD6 (base 16) CSG Science & Technology Co.,Ltd.Hefei No.612-1,Huangshan Road,Gaoxin District Hefei Anhui Province 230088 CN CC-2A-80 (hex) Micro-Biz intelligence solutions Co.,Ltd CC2A80 (base 16) Micro-Biz intelligence solutions Co.,Ltd Room 611,Sunshine Building Zhuhai City Guangdong Province 519000 CN 60-FE-F9 (hex) Thomas & Betts 60FEF9 (base 16) Thomas & Betts 5900 Eastport Blvd Richmond VA 23231 US B8-DC-87 (hex) IAI Corporation B8DC87 (base 16) IAI Corporation 577-1 Obane Shizuoka-City Shizuoka 424-0103 JP 7C-6F-F8 (hex) ShenZhen ACTO Digital Video Technology Co.,Ltd. 7C6FF8 (base 16) ShenZhen ACTO Digital Video Technology Co.,Ltd. 3/F,Building 7,Software Park ShenZhen GuangDong 518055 CN DC-F7-55 (hex) SITRONIK DCF755 (base 16) SITRONIK 22 MARISCHAL GARDENS ABERDEEN ABERDEENSHIRE AB21 9BY GB 5C-02-6A (hex) Applied Vision Corporation 5C026A (base 16) Applied Vision Corporation 2020 Vision Lane Cuyahoga Falls OH 44223 US 0C-93-01 (hex) PT. Prasimax Inovasi Teknologi 0C9301 (base 16) PT. Prasimax Inovasi Teknologi Jl. Margonda Raya 494D Depok Jawa Barat 16424 ID 74-66-30 (hex) T:mi Ytti 746630 (base 16) T:mi Ytti Messitytonkatu 8 C 39 Helsinki n/a 00180 FI 6C-B3-50 (hex) Anhui comhigher tech co.,ltd 6CB350 (base 16) Anhui comhigher tech co.,ltd B6,717 Zhongshan South Road Wuhu Anhui 241000 CN 38-59-F8 (hex) MindMade Sp. z o.o. 3859F8 (base 16) MindMade Sp. z o.o. Sniadeckich 10 Warsaw 00-656 PL 4C-DF-3D (hex) TEAM ENGINEERS ADVANCE TECHNOLOGIES INDIA PVT LTD 4CDF3D (base 16) TEAM ENGINEERS ADVANCE TECHNOLOGIES INDIA PVT LTD A-1/2/A,IDA UPPAL, HYDERABAD AP 500039 IN E8-92-18 (hex) Arcontia International AB E89218 (base 16) Arcontia International AB Gruvgatan 35A Vastra Frolunda 421 30 SE 00-75-E1 (hex) Ampt, LLC 0075E1 (base 16) Ampt, LLC 4850 Innovation Drive Fort Collins Colorado 80525 US D4-6A-91 (hex) Snap AV D46A91 (base 16) Snap AV 1800 Continental Blvd Charlotte North Carolina 28273 US 98-CD-B4 (hex) Virident Systems, Inc. 98CDB4 (base 16) Virident Systems, Inc. 500 Yosemite Dr. Milpitas CA 95035 US A4-23-05 (hex) Open Networking Laboratory A42305 (base 16) Open Networking Laboratory 1000 El Camino Real Menlo Park CA 94025 US 1C-48-F9 (hex) GN Netcom A/S 1C48F9 (base 16) GN Netcom A/S Lautrupbjerg 7 Ballerup Ballerup DK-2750 DK B0-FE-BD (hex) Private B0FEBD (base 16) Private 60-69-9B (hex) isepos GmbH 60699B (base 16) isepos GmbH Wannweiler Str. 12 Kirchentellinsfurt 72138 US D4-D5-0D (hex) Southwest Microwave, Inc D4D50D (base 16) Southwest Microwave, Inc 9055 S McKemy St Tempe AZ 85284 US 34-CD-6D (hex) CommSky Technologies 34CD6D (base 16) CommSky Technologies 4655 Old Ironsides Dr Santa Clara CA 95054 US E4-F3-E3 (hex) Shanghai iComhome Co.,Ltd. E4F3E3 (base 16) Shanghai iComhome Co.,Ltd. Small second floor of No.773 Siping Road Shanghai 200092 CN 90-46-B7 (hex) Vadaro Pte Ltd 9046B7 (base 16) Vadaro Pte Ltd 71 Ayer Rajah Crescent 139951 SG 04-CF-25 (hex) MANYCOLORS, INC. 04CF25 (base 16) MANYCOLORS, INC. 3F, 4-1-18 Jinnoharu Kitakyushu Fukuoka 8070821 JP 80-BB-EB (hex) Satmap Systems Ltd 80BBEB (base 16) Satmap Systems Ltd 4 Fountain House Leatherhead Surrey KT22 7LX GB 00-B7-8D (hex) Nanjing Shining Electric Automation Co., Ltd 00B78D (base 16) Nanjing Shining Electric Automation Co., Ltd NO.699,Laiyinda Road Nanjing Jiangsu 211100 CN 60-FE-1E (hex) China Palms Telecom.Ltd 60FE1E (base 16) China Palms Telecom.Ltd 2nd Floor of Building 1 PuDong District Shanghai 201203 US B0-50-BC (hex) SHENZHEN BASICOM ELECTRONIC CO.,LTD. B050BC (base 16) SHENZHEN BASICOM ELECTRONIC CO.,LTD. Basicom industry park, Baolong Avenue 3rd Road, Baolong industry town Shenzhen Guangdong 518116 CN 84-1E-26 (hex) KERNEL-I Co.,LTD 841E26 (base 16) KERNEL-I Co.,LTD #606,ACE Techno Tower 10,470-5 Gasan-Dong, Geumcheon-gu, Seoul Korea 153-789 KR B4-34-6C (hex) MATSUNICHI DIGITAL TECHNOLOGY (HONG KONG) LIMITED B4346C (base 16) MATSUNICHI DIGITAL TECHNOLOGY (HONG KONG) LIMITED 22/F. TWO INTERNATIONAL FINANCE CTR Hong Kong Hong Kong 999077 HK 00-86-A0 (hex) Private 0086A0 (base 16) Private A0-5B-21 (hex) ENVINET GmbH A05B21 (base 16) ENVINET GmbH Hans-Pinsel-Str. 4 Haar 85540 DE 50-B8-A2 (hex) ImTech Technologies LLC, 50B8A2 (base 16) ImTech Technologies LLC, 2101 NE Jack London St Corvallis Oregon 97330 US B0-4C-05 (hex) Fresenius Medical Care Deutschland GmbH B04C05 (base 16) Fresenius Medical Care Deutschland GmbH Hafenstr. 9 Schweinfurt 97424 DE B0-79-3C (hex) Revolv Inc B0793C (base 16) Revolv Inc 2060 Broadway #380 Boulder CO 80302 US 9C-4E-BF (hex) BoxCast 9C4EBF (base 16) BoxCast 14538 Grapeland Ave Cleveland Ohio 44111 US 34-A8-43 (hex) KYOCERA Display Corporation 34A843 (base 16) KYOCERA Display Corporation 5-7-18 Higashinippori Arakawa-ku Tokyo 116-0014 JP 74-CA-25 (hex) Calxeda, Inc. 74CA25 (base 16) Calxeda, Inc. 7000 North Mopac Expressway Austin TX 78731 US 5C-A3-EB (hex) Lokel s.r.o. 5CA3EB (base 16) Lokel s.r.o. Moravska 797/85 Ostrava Moravskoslezsky 700 30 CZ C8-B3-73 (hex) Cisco-Linksys, LLC C8B373 (base 16) Cisco-Linksys, LLC 121 Theory Drive Irvine California 92612 US 0C-2A-E7 (hex) Beijing General Research Institute of Mining and Metallurgy 0C2AE7 (base 16) Beijing General Research Institute of Mining and Metallurgy Building 23, Zone 18 of ABP, No. 188 Beijing 100160 CN 98-30-71 (hex) DAIKYUNG VASCOM 983071 (base 16) DAIKYUNG VASCOM DAIKYUNG Bldg.#1164-15,Gaepo-dong Gangnam-gu Seoul 135-960 KR D4-95-24 (hex) Clover Network, Inc. D49524 (base 16) Clover Network, Inc. 415 N Mathilda Ave Sunnyvale CA 94085 US 94-50-47 (hex) Rechnerbetriebsgruppe 945047 (base 16) Rechnerbetriebsgruppe Werner von Siemens Str. 64 Würzburg Bayern 97076 DE E0-31-D0 (hex) SZ Telstar CO., LTD E031D0 (base 16) SZ Telstar CO., LTD Telstar Technology Park No.12&14, Longtong Industrial Zone Shenzhen Guangdong 518172 CN 54-11-2F (hex) Sulzer Pump Solutions Finland Oy 54112F (base 16) Sulzer Pump Solutions Finland Oy Lentokentaentie 44 Lappeenranta FI-53600 FI 4C-55-B8 (hex) Turkcell Teknoloji 4C55B8 (base 16) Turkcell Teknoloji TUBITAK MAM Teknoloji Serbest Bolgesi Gebze Kocaeli 41470 TR 08-80-39 (hex) Cisco SPVTG 088039 (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30044 US E4-38-F2 (hex) Advantage Controls E438F2 (base 16) Advantage Controls 4700 Harold Abitz Dr. Muskogee OK 74403 US C4-C7-55 (hex) Beijing HuaqinWorld Technology Co.,Ltd C4C755 (base 16) Beijing HuaqinWorld Technology Co.,Ltd 30F,Beijing Silver Tower,No.2 North Road, Beijing 100027 CN 0C-2D-89 (hex) QiiQ Communications Inc. 0C2D89 (base 16) QiiQ Communications Inc. 30 East Beaver Creek Road Richmond Hill Ontario L4B 1J2 CA A8-D2-36 (hex) Lightware Visual Engineering A8D236 (base 16) Lightware Visual Engineering Peterdy utca 15. Budapest H-1071 HU 98-10-94 (hex) Shenzhen Vsun communication technology Co.,ltd 981094 (base 16) Shenzhen Vsun communication technology Co.,ltd Room 1903, Block A, Shenzhen Guangdong 518000 CN A4-F3-C1 (hex) Open Source Robotics Foundation, Inc. A4F3C1 (base 16) Open Source Robotics Foundation, Inc. 419 N Shoreline Blvd Mountain View CA 94043 US 14-13-30 (hex) Anakreon UK LLP 141330 (base 16) Anakreon UK LLP 5-th Floor London EC3V 0EH GB 0C-F4-05 (hex) Beijing Signalway Technologies Co.,Ltd 0CF405 (base 16) Beijing Signalway Technologies Co.,Ltd Room B 1905,Tri-tower Haidian District Beijing 100190 CN 50-61-D6 (hex) Indu-Sol GmbH 5061D6 (base 16) Indu-Sol GmbH Blumenstr. 3 Schmölln Thüringen 04626 DE DC-70-14 (hex) Private DC7014 (base 16) Private 78-8D-F7 (hex) Hitron Technologies. Inc 788DF7 (base 16) Hitron Technologies. Inc No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW 2C-24-5F (hex) Babolat VS 2C245F (base 16) Babolat VS 93 rue Andre Bollier Lyon 69007 FR 90-56-92 (hex) Autotalks Ltd. 905692 (base 16) Autotalks Ltd. Kfar Netter Israel 40593 IL 04-BF-A8 (hex) ISB Corporation 04BFA8 (base 16) ISB Corporation 1-2-1 Shinyokohama, Kohoku-ku Yokohama Kanagawa 222-0033 JP 8C-C7-D0 (hex) zhejiang ebang communication co.,ltd 8CC7D0 (base 16) zhejiang ebang communication co.,ltd 1418-36#,Moganshan Road hangzhou zhejiang 310013 CN B8-AE-6E (hex) Nintendo Co., Ltd. B8AE6E (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP D0-EB-03 (hex) Zhehua technology limited D0EB03 (base 16) Zhehua technology limited Room 2206,No 1079,A,ZhanTao Technology Building, MinZhi Street, Longhua District Tortoal British Virgin Island,Hong Kong Shenzhen,Guang Dong 518131 CN 68-3E-EC (hex) ERECA 683EEC (base 16) ERECA 75, Rue d'Orgemont Saint GRATIEN 95210 FR C4-26-28 (hex) Airo Wireless C42628 (base 16) Airo Wireless 12 Piedmont Center Atlanta GA 30305 US 30-AA-BD (hex) Shanghai Reallytek Information Technology Co.,Ltd 30AABD (base 16) Shanghai Reallytek Information Technology Co.,Ltd Building No.1-906, No.3000 Long Dong Avenue Shanghai 201203 CN A4-B8-18 (hex) PENTA Gesellschaft für elektronische Industriedatenverarbeitung mbH A4B818 (base 16) PENTA Gesellschaft für elektronische Industriedatenverarbeitung mbH Ulrichsberger Str. 17 Deggendorf 94469 DE C0-4D-F7 (hex) SERELEC C04DF7 (base 16) SERELEC 2, Chemin du Génie VENISSIEUX CEDEX 69633 FR 0C-84-84 (hex) Zenovia Electronics Inc. 0C8484 (base 16) Zenovia Electronics Inc. #206, 506B St. Albert Rd. St. Albert AB T8N 5Z1 CA 00-59-07 (hex) LenovoEMC Products USA, LLC 005907 (base 16) LenovoEMC Products USA, LLC 22 South St Hopinkton MA 01748 US 50-A7-15 (hex) Aboundi, Inc. 50A715 (base 16) Aboundi, Inc. 4 Bud Way, Unit 10 Nashua NH 03063 US 0C-04-00 (hex) Jantar d.o.o. 0C0400 (base 16) Jantar d.o.o. Kranjska cesta 24 Naklo Slovenia 4202 SI 68-7C-D5 (hex) Y Soft Corporation, a.s. 687CD5 (base 16) Y Soft Corporation, a.s. Technicka 2948/13 Brno Czech Republic 616 00 CZ 90-7A-F1 (hex) Wally 907AF1 (base 16) Wally 1415 NE 45th St Seattle WA 98105 US 2C-B6-93 (hex) Radware 2CB693 (base 16) Radware 22 Raoul Wallenberg St. Tel-Aviv 69710 IL A8-61-AA (hex) Cloudview Limited A861AA (base 16) Cloudview Limited Kingsway House St Peter Port Guernsey GY1 2QE GB FC-11-86 (hex) Logic3 plc FC1186 (base 16) Logic3 plc Rhodes Way Watford Hertfordshire WD24 4YW GB E0-18-77 (hex) FUJITSU LIMITED E01877 (base 16) FUJITSU LIMITED 403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP E4-57-A8 (hex) Stuart Manufacturing, Inc. E457A8 (base 16) Stuart Manufacturing, Inc. 1615 East Wallace Street Fort Wayne Indiana 46803 US 78-99-66 (hex) Musilab Electronics (DongGuan)Co.,Ltd. 789966 (base 16) Musilab Electronics (DongGuan)Co.,Ltd. A2, LinDong 3 Road, LinCun DongGuan Guangdong 523710 CN 28-CB-EB (hex) One 28CBEB (base 16) One Mechelsesteenweg 326 Edegem Antwerpen 2650 BE 7C-A1-5D (hex) GN ReSound A/S 7CA15D (base 16) GN ReSound A/S Lautrupbjerg 7 Ballerup DK-CPH 2750 DK 3C-08-1E (hex) Beijing Yupont Electric Power Technology Co.,Ltd 3C081E (base 16) Beijing Yupont Electric Power Technology Co.,Ltd No.1,Dizang-an Nanxiang Beijing 100045 CN FC-58-FA (hex) Shen Zhen Shi Xin Zhong Xin Technology Co.,Ltd. FC58FA (base 16) Shen Zhen Shi Xin Zhong Xin Technology Co.,Ltd. Block 3, Dong Huan Industrial Zone, Sha Jing Town Shen Zhen Guang Dong 518000 CN 4C-CC-34 (hex) Motorola Solutions Inc. 4CCC34 (base 16) Motorola Solutions Inc. One Motorola Plaza Holtsville NY 11742 US D0-D4-71 (hex) MVTECH co., Ltd D0D471 (base 16) MVTECH co., Ltd #1004, Hanshin IT Tower, 235, Guro 3-dong, Guro-Gu SEOUL 152-768 KR 08-68-D0 (hex) Japan System Design 0868D0 (base 16) Japan System Design Skyhills Deshio 3F Hiroshima 734-0001 JP D4-22-3F (hex) Lenovo Mobile Communication Technology Ltd. D4223F (base 16) Lenovo Mobile Communication Technology Ltd. No.999,Qishan North 2nd Road,Information&Optoelectronics Park,Torch Hi-tech Industry Development Zone, Xiamen Fujian 361006 US C8-EE-A6 (hex) Shenzhen SHX Technology Co., Ltd C8EEA6 (base 16) Shenzhen SHX Technology Co., Ltd 6F,No.10 buliding,JiuXiangling Industial Zone,Xili, Shenzhen Guangdong 518055 CN 24-81-AA (hex) KSH International Co., Ltd. 2481AA (base 16) KSH International Co., Ltd. 2F, No.17 Minsheng Rd, Xindian Dist., New Taipei City 23150 US AC-41-22 (hex) Eclipse Electronic Systems Inc. AC4122 (base 16) Eclipse Electronic Systems Inc. 17111 Waterview Parkway Dallas TX 75252 US 68-97-E8 (hex) Society of Motion Picture & Television Engineers 6897E8 (base 16) Society of Motion Picture & Television Engineers 3 Barker Ave. FL5 White Plains NY 10601 US E8-E8-75 (hex) iS5 Communications Inc. E8E875 (base 16) iS5 Communications Inc. #1-1815 Meyerside Drive Mississauga Ontario L5T 1G3 CA C8-0E-95 (hex) OmniLync Inc. C80E95 (base 16) OmniLync Inc. 51a Bennington St. Newton MA 02458 US 30-05-5C (hex) Brother industries, LTD. 30055C (base 16) Brother industries, LTD. 1-1-1, Kawagishi, Mizuho-ku, Nagoya Aichi 467-8562 JP 08-0E-A8 (hex) Velex s.r.l. 080EA8 (base 16) Velex s.r.l. Via Dell'Artigianato 56 Vigodarzere Padova 35010 IT B8-C4-6F (hex) PRIMMCON INDUSTRIES INC B8C46F (base 16) PRIMMCON INDUSTRIES INC 137 MinQuan Rd, 5th Floor, New Taipei 23141 TW D8-B0-2E (hex) Guangzhou Zonerich Business Machine Co., LTD. D8B02E (base 16) Guangzhou Zonerich Business Machine Co., LTD. North Gate, No.17 Yunjun Road, Luogang District Guangzhou Guangdong 510530 CN C4-E0-32 (hex) IEEE 1904.1 Working Group C4E032 (base 16) IEEE 1904.1 Working Group 1351 Redwood Way, Petaluma CA 94954 US 58-EB-14 (hex) Proteus Digital Health 58EB14 (base 16) Proteus Digital Health 2600 Bridge Parkway, Ste 101 Redwood City California 94065 US C4-58-C2 (hex) Shenzhen TATFOOK Technology Co., Ltd. C458C2 (base 16) Shenzhen TATFOOK Technology Co., Ltd. 3rd Industrial Area of Shajing Industrial Company, Haoxiang Road Shenzhen Guangdong 518104 CN D0-CD-E1 (hex) Scientech Electronics D0CDE1 (base 16) Scientech Electronics 4F, No.501-17, Zhong Zheng Rd, New Taipei City 23148 TW 5C-E0-CA (hex) FeiTian United (Beijing) System Technology Co., Ltd. 5CE0CA (base 16) FeiTian United (Beijing) System Technology Co., Ltd. 3 Floor, Tower B, Huizhi Tower Haidian District Beijing 100085 CN E0-81-77 (hex) GreenBytes, Inc. E08177 (base 16) GreenBytes, Inc. 15 Gray Lane, Suite 301 Ashaway RI 02804 US 9C-98-11 (hex) Guangzhou Sunrise Electronics Development Co., Ltd 9C9811 (base 16) Guangzhou Sunrise Electronics Development Co., Ltd 12th Floor,368 GuangZhou Avenue South Guangzhou Guangdong 510300 CN B8-60-91 (hex) Onnet Technologies and Innovations LLC B86091 (base 16) Onnet Technologies and Innovations LLC 1, 82/83 Street, New Industrial Area -II Ajman Ajman 52141 AE 8C-76-C1 (hex) Goden Tech Limited 8C76C1 (base 16) Goden Tech Limited ROOM 510-511C2 NAN FUNG TOWER., 999077 HK 8C-07-8C (hex) FLOW DATA INC 8C078C (base 16) FLOW DATA INC 2309 GRAND PARK DRIVE GRAND JUNCTION CO 81505 US F8-DF-A8 (hex) zte corporation F8DFA8 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN A8-95-B0 (hex) Aker Subsea Ltd A895B0 (base 16) Aker Subsea Ltd Kiekhill Industrial Estate Aberdeen AB51 3XA GB 10-4D-77 (hex) Innovative Computer Engineering 104D77 (base 16) Innovative Computer Engineering 10302 Eaton Place STE 100 Fairfax VA 22030 US C4-5D-D8 (hex) HDMI Forum C45DD8 (base 16) HDMI Forum 1140 East Arques Avenue, Suite 900 Sunnyvale CA 94085 US C4-EB-E3 (hex) RRCN SAS C4EBE3 (base 16) RRCN SAS 23 chemin du vieux chene Meylan Isere 38246 FR 94-75-6E (hex) QinetiQ North America 94756E (base 16) QinetiQ North America 137 Delta Drive Pittsburgh PA 15238 US 4C-1A-95 (hex) Novakon Co., Ltd. 4C1A95 (base 16) Novakon Co., Ltd. 6F., No. 120, Lane 235, Pao Chiao Road New Taipei City 23145 TW 60-BB-0C (hex) Beijing HuaqinWorld Technology Co,Ltd 60BB0C (base 16) Beijing HuaqinWorld Technology Co,Ltd 30F,Beijing Silver Tower,No.2 North Road Chao Yang District Beijing 100027 CN A4-2C-08 (hex) Masterwork Automodules A42C08 (base 16) Masterwork Automodules 11F-3, 3,PARK ST., NAN GANG TAIPEI 11503 TW 10-B9-FE (hex) Lika srl 10B9FE (base 16) Lika srl Via San Lorenzo 25 Carrè Vicenza 36010 IT 30-15-18 (hex) Ubiquitous Communication Co. ltd. 301518 (base 16) Ubiquitous Communication Co. ltd. JEI Platz RM No.410-1 Seoul 153-792 KR 84-17-15 (hex) GP Electronics (HK) Ltd. 841715 (base 16) GP Electronics (HK) Ltd. Gold Peak Industrial Building, 6F Kwai Chung NT HK 84-8E-96 (hex) Embertec Pty Ltd 848E96 (base 16) Embertec Pty Ltd 182 Fullarton Road Dulwich, Adelaide South Australia 5065 AU 64-99-A0 (hex) AG Elektronik AB 6499A0 (base 16) AG Elektronik AB Smidesv 12 Staffanstorp 24534 SE 08-F1-B7 (hex) Towerstream Corpration 08F1B7 (base 16) Towerstream Corpration 55 Hammerlund Way Middletown RI 02842 US C0-44-E3 (hex) Shenzhen Sinkna Electronics Co., LTD C044E3 (base 16) Shenzhen Sinkna Electronics Co., LTD 9 Building, XinXin Tian Industry Area, Shenzhen Guangdong 5180000 CN 18-55-0F (hex) Cisco SPVTG 18550F (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30044 US 18-7A-93 (hex) AMICCOM Electronics Corporation 187A93 (base 16) AMICCOM Electronics Corporation Room A3, 1F., No.1, Lixing 1st Rd Hsinchu 30078 TW 88-87-DD (hex) DarbeeVision Inc. 8887DD (base 16) DarbeeVision Inc. 401 N. Cotswolds Lane #C Orange California 92869 US 30-C8-2A (hex) WI-BIZ srl 30C82A (base 16) WI-BIZ srl Via Carlo Ferrero 10 Cascine Vica Rivoli Torino 10098 IT 88-A3-CC (hex) Amatis Controls 88A3CC (base 16) Amatis Controls 210 Aspen Airport Business Center, Suite A Aspen CO 81611 US C0-A0-C7 (hex) FAIRFIELD INDUSTRIES C0A0C7 (base 16) FAIRFIELD INDUSTRIES 1111 GILLINGHAM LANE SUGAR LAND TEXAS 77478 US DC-A9-89 (hex) MACANDC DCA989 (base 16) MACANDC 2-nd Filevskaya str.7/6 Moscow 121096 RU A0-03-63 (hex) Robert Bosch Healthcare GmbH A00363 (base 16) Robert Bosch Healthcare GmbH Stuttgarter Stra Waiblingen Baden-Württemberg 71332 DE D0-B4-98 (hex) Robert Bosch LLC Automotive Electronics D0B498 (base 16) Robert Bosch LLC Automotive Electronics 15000 N Haggerty Plymouth Michigan 48170 US E0-55-97 (hex) Emergent Vision Technologies Inc. E05597 (base 16) Emergent Vision Technologies Inc. SUITE# 239 - 552A CLARKE ROAD COQUITLAM British Columbia V3J 0A3 CA 7C-43-8F (hex) E-Band Communications Corp. 7C438F (base 16) E-Band Communications Corp. 10095 Scripps Ranch Ct. Ste A San Diego CA 92131 US A0-E2-5A (hex) Amicus SK, s.r.o. A0E25A (base 16) Amicus SK, s.r.o. Koreszkova 9 Skalica Trnavsky kraj 90901 SK D4-0F-B2 (hex) Applied Micro Electronics AME bv D40FB2 (base 16) Applied Micro Electronics AME bv Esp 100 Eindhoven NB 5633 AA NL 44-9B-78 (hex) The Now Factory 449B78 (base 16) The Now Factory Arkle Road Dublin 18 IE F0-F6-69 (hex) Motion Analysis Corporation F0F669 (base 16) Motion Analysis Corporation 3617 Westwind Blvd. Santa Rosa CA 95403 US 78-99-5C (hex) Nationz Technologies Inc 78995C (base 16) Nationz Technologies Inc 12F,Tower Building #3,China Academy of Science and Technology Development,Gaoxin South Ave.1 Shen Zhen GuangDong 518057 CN 84-9D-C5 (hex) Centera Photonics Inc. 849DC5 (base 16) Centera Photonics Inc. 3F, No 6-3 Dusing Rd. Hsinchu Taiwan 30078 TW 58-09-43 (hex) Private 580943 (base 16) Private EC-FC-55 (hex) A. Eberle GmbH & Co. KG ECFC55 (base 16) A. Eberle GmbH & Co. KG Frankenstrasse 160 Nuernberg Bavaria 90461 DE 18-2A-7B (hex) Nintendo Co., Ltd. 182A7B (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 68-FB-95 (hex) Generalplus Technology Inc. 68FB95 (base 16) Generalplus Technology Inc. 3F, No.8, Dusing Rd., Hsinchu Science Park Hsinchu City 30077 TW F8-F0-82 (hex) NAG LLC F8F082 (base 16) NAG LLC Predelnaya st 57/2 Ekaterinburg Sverdlovskaya oblast 620161 RU 5C-89-D4 (hex) Beijing Banner Electric Co.,Ltd 5C89D4 (base 16) Beijing Banner Electric Co.,Ltd Mail Box 1033,Long cheng Garden Chang Ping District beijing 102208 CN 54-11-5F (hex) Atamo Pty Ltd 54115F (base 16) Atamo Pty Ltd 21 River Road Bayswater WA 6156 AU 8C-AE-4C (hex) Plugable Technologies 8CAE4C (base 16) Plugable Technologies 40 Lake Bellevue Dr. Bellevue WA 98005 US 0C-C6-55 (hex) Wuxi YSTen Technology Co.,Ltd. 0CC655 (base 16) Wuxi YSTen Technology Co.,Ltd. Room 1801,18F, North Star Times Tower, Chaoyang District Beijing 100101 CN 24-2F-FA (hex) Toshiba Global Commerce Solutions 242FFA (base 16) Toshiba Global Commerce Solutions B307/D121F RTP NC 27709 US E4-96-AE (hex) ALTOGRAPHICS Inc. E496AE (base 16) ALTOGRAPHICS Inc. Daegu Venture Center 13F Daegu 701-020 KR 4C-22-58 (hex) cozybit, Inc. 4C2258 (base 16) cozybit, Inc. 605 Market Street San Francisco CA 94105 US F4-94-66 (hex) CountMax, ltd F49466 (base 16) CountMax, ltd 11 Titova str. poselok Lesnoy Moscowskaya oblast 141231 RU F4-52-14 (hex) Mellanox Technologies, Inc. F45214 (base 16) Mellanox Technologies, Inc. 350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US 1C-95-9F (hex) Veethree Electronics And Marine LLC 1C959F (base 16) Veethree Electronics And Marine LLC 2050 47th Terrace East Bradenton Florida 34203 US 08-81-F4 (hex) Juniper Networks 0881F4 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 10-F4-9A (hex) T3 Innovation 10F49A (base 16) T3 Innovation 808 Calle Plano Camarillo CA 93012 US 3C-57-BD (hex) Kessler Crane Inc. 3C57BD (base 16) Kessler Crane Inc. 602 East Jefferson St Plymouth Indidana 46563 US 04-E9-E5 (hex) PJRC.COM, LLC 04E9E5 (base 16) PJRC.COM, LLC 14723 SW Brooke Ct Sherwood Oregon 97140 US 60-BD-91 (hex) Move Innovation 60BD91 (base 16) Move Innovation Generatorvej 8B,st Herlev DK 2730 DK CC-4B-FB (hex) Hellberg Safety AB CC4BFB (base 16) Hellberg Safety AB Stakebergsvagen 2 Stenkullen 44361 SE 6C-AD-EF (hex) KZ Broadband Technologies, Ltd. 6CADEF (base 16) KZ Broadband Technologies, Ltd. 1601 Tower C Shenzhen Guangdong 518057 CN 74-5F-AE (hex) TSL PPL 745FAE (base 16) TSL PPL Units 1-2, First Avenue Marlow Buckinghamshire SL7 1YA GB 68-51-B7 (hex) PowerCloud Systems, Inc. 6851B7 (base 16) PowerCloud Systems, Inc. 3333 Coyote Hill Rd Palo Alto CA 94304 US 74-2D-0A (hex) Norfolk Elektronik AG 742D0A (base 16) Norfolk Elektronik AG Luzernstrasse 12 Eschenbach LU 6274 CH 70-F1-E5 (hex) Xetawave LLC 70F1E5 (base 16) Xetawave LLC 1668 Valtec Lane Boulder CO 80301 US C0-AA-68 (hex) OSASI Technos Inc. C0AA68 (base 16) OSASI Technos Inc. 65-3, Hongu-cho, Kochi-shi, Kochi-ken 780-0945 JP 88-D7-BC (hex) DEP Company 88D7BC (base 16) DEP Company Poryadkovy pereulok,21 Moscow 127055 RU 48-5A-3F (hex) WISOL 485A3F (base 16) WISOL 373-7, Gajang-dong Osan-si Gyeonggi-do 447-210 KR 60-BC-4C (hex) EWM Hightec Welding GmbH 60BC4C (base 16) EWM Hightec Welding GmbH Dr.Günter-Henle-Str. 8 Mündersbach Rheinland Pfalz 56271 DE 1C-11-E1 (hex) Wartsila Finland Oy 1C11E1 (base 16) Wartsila Finland Oy Jarvikatu 2-4 Vaasa Western Finland 65101 FI 50-46-5D (hex) ASUSTek COMPUTER INC. 50465D (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 74-BF-A1 (hex) HYUNTECK 74BFA1 (base 16) HYUNTECK #603 107-Dong, Jugong Apt., Changhyeon-ri, Hwado-eup Namyangju-si Gyeonggi-do 472-779 KR CC-26-2D (hex) Verifi, LLC CC262D (base 16) Verifi, LLC 9466 Meridian Way West Chester OH 45069 US 3C-8A-E5 (hex) Tensun Information Technology(Hangzhou) Co.,LTD 3C8AE5 (base 16) Tensun Information Technology(Hangzhou) Co.,LTD Room 207,Building 5,Wensan Road Hangzhou Zhejiang 310013 CN 2C-5A-A3 (hex) PROMATE ELECTRONIC CO.LTD 2C5AA3 (base 16) PROMATE ELECTRONIC CO.LTD 4F 32,SEC.1 HUAN SHAN RD.,NEI HU, TAIPEI 114 TW 34-E0-CF (hex) zte corporation 34E0CF (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 08-B7-38 (hex) Lite-On Technogy Corp. 08B738 (base 16) Lite-On Technogy Corp. 18F, 392, RueyKuang Road, Neihu, Taipei 11492 TW F8-AA-8A (hex) Axview Technology (Shenzhen) Co.,Ltd F8AA8A (base 16) Axview Technology (Shenzhen) Co.,Ltd NO 1, Mei Zhong Road, Futian District SHENZHEN GUANGDONG 518049 CN 7C-01-87 (hex) Curtis Instruments, Inc. 7C0187 (base 16) Curtis Instruments, Inc. 200 Kisco Avenue Mt Kisco NY 10549 US 54-F6-66 (hex) Berthold Technologies GmbH and Co.KG 54F666 (base 16) Berthold Technologies GmbH and Co.KG Calmbacher Strasse 22 Bad Wildbad 75323 DE 34-C8-03 (hex) Nokia Corporation 34C803 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI F0-5F-5A (hex) Getriebebau NORD GmbH and Co. KG F05F5A (base 16) Getriebebau NORD GmbH and Co. KG Rudolf-Diesel-Strasse 1 Bargteheide Schleswig-Holstein 22941 DE 80-1D-AA (hex) Avaya Inc 801DAA (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 7C-09-2B (hex) Bekey A/S 7C092B (base 16) Bekey A/S Bredebjergvej 6 Taastrup 2630 DK 84-2B-BC (hex) Modelleisenbahn GmbH 842BBC (base 16) Modelleisenbahn GmbH Plainbachstrasse 4 Bergheim 5101 AT B4-00-9C (hex) CableWorld Ltd. B4009C (base 16) CableWorld Ltd. Kondorfa u. 6/B Budapest 1112 HU 28-9E-DF (hex) Danfoss Turbocor Compressors, Inc 289EDF (base 16) Danfoss Turbocor Compressors, Inc 1769 E. Paul Dirac Ave. Tallahassee Florida 32310 US 80-3F-D6 (hex) bytes at work AG 803FD6 (base 16) bytes at work AG Konradstrasse 15 Winterthur ZH 8400 CH 78-44-05 (hex) FUJITU(HONG KONG) ELECTRONIC Co.,LTD. 784405 (base 16) FUJITU(HONG KONG) ELECTRONIC Co.,LTD. 8/F,QingHai Building,Xiang Mei Road,Futian District SHENZHEN GUANGDONG 518000 CN 04-4A-50 (hex) Ramaxel Technology (Shenzhen) limited company 044A50 (base 16) Ramaxel Technology (Shenzhen) limited company 2-5/F,North Block Southeast Industrial and Commercial Building Houhai Road,Shekou Shenzhen shenzhen guangdong 518067 CN 0C-D9-C1 (hex) Visteon Corporation 0CD9C1 (base 16) Visteon Corporation One Village Center Drive Van Buren Twp MI 48111 US 38-A5-B6 (hex) SHENZHEN MEGMEET ELECTRICAL CO.,LTD 38A5B6 (base 16) SHENZHEN MEGMEET ELECTRICAL CO.,LTD 5th Floor,Building B, Ziguang Information Harbor Shenzhen Guangdong 518057 CN 68-AB-8A (hex) RF IDeas 68AB8A (base 16) RF IDeas 4020 Winnetka Ave Rolling Meadows IL 60008 US 24-EE-3A (hex) Chengdu Yingji Electronic Hi-tech Co Ltd 24EE3A (base 16) Chengdu Yingji Electronic Hi-tech Co Ltd No.3 South Herui Road Hi-tech Zone Chengdu City Sichuan 611731 CN 0C-C6-6A (hex) Nokia Corporation 0CC66A (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 74-27-3C (hex) ChangYang Technology (Nanjing) Co., LTD 74273C (base 16) ChangYang Technology (Nanjing) Co., LTD NO.9 KaiCheng Road,QiLinTown NanJing JiangSu 211100 CN 08-7C-BE (hex) Quintic Corp. 087CBE (base 16) Quintic Corp. 1600 Wyatt Dr., #8 Santa Clara CA 95054 US E8-04-F3 (hex) Throughtek Co., Ltd. E804F3 (base 16) Throughtek Co., Ltd. 4F, no. 221, Chong-yang Rd. Taipei 11573 TW 08-68-EA (hex) EITO ELECTRONICS CO., LTD. 0868EA (base 16) EITO ELECTRONICS CO., LTD. 1-34-1 Shinmeidai Hamura-shi Tokyo 205-0023 JP F8-22-85 (hex) Cypress Technology CO., LTD. F82285 (base 16) Cypress Technology CO., LTD. 6F-5, NO., 130 Jiankang Rd., Zhonghe Dist. New Taipei City 23585 TW C4-AD-21 (hex) MEDIAEDGE Corporation C4AD21 (base 16) MEDIAEDGE Corporation 23F Kobe Commerce, Industry and Trade Center Bldg. Kobe Hyogo 651-0083 JP E8-5B-F0 (hex) Imaging Diagnostics E85BF0 (base 16) Imaging Diagnostics POB 698 Nes Ziona N/A 74106 IL A4-0B-ED (hex) Carry Technology Co.,Ltd A40BED (base 16) Carry Technology Co.,Ltd 4F, No.119, JianKang Road Jhonghe Dist. New Taipei City 23585 TW 70-23-93 (hex) fos4X GmbH 702393 (base 16) fos4X GmbH Thalkirchner Str. 210, Geb. 6 81371 München DE 64-D8-14 (hex) Cisco Systems, Inc 64D814 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US F8-5F-2A (hex) Nokia Corporation F85F2A (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI C4-38-D3 (hex) TAGATEC CO.,LTD C438D3 (base 16) TAGATEC CO.,LTD #604, Dongmoon Goodmorning Tower 2, Goyang-si Kyunggi-do 410-704 KR 50-2E-CE (hex) Asahi Electronics Co.,Ltd 502ECE (base 16) Asahi Electronics Co.,Ltd 29-25 Kariyado Kanagawa-ken 211-0022 JP AC-14-D2 (hex) wi-daq, inc. AC14D2 (base 16) wi-daq, inc. 850 NW Federal Hwy Stuart Florida 34994 US 9C-4C-AE (hex) Mesa Labs 9C4CAE (base 16) Mesa Labs 10 Evergreen Dr Bozeman MT 59715 US 20-C1-AF (hex) i Wit Digital Co., Limited 20C1AF (base 16) i Wit Digital Co., Limited 303,Buiding1,Nanhai Ecool Innovation Park, Shenzhen GuangDong 518000 US 80-AA-A4 (hex) USAG 80AAA4 (base 16) USAG 301 Goolsby Blvd Deerfield Beach FL 33442 US 30-AE-F6 (hex) Radio Mobile Access 30AEF6 (base 16) Radio Mobile Access 1 Elm Sq Andover MA 01870 US 08-5B-0E (hex) Fortinet, Inc. 085B0E (base 16) Fortinet, Inc. 899 Kifer Road Sunnyvale California 94086 US EC-42-F0 (hex) ADL Embedded Solutions, Inc. EC42F0 (base 16) ADL Embedded Solutions, Inc. 4411 Morena Blvd. San Diego CA 92117 US E8-CB-A1 (hex) Nokia Corporation E8CBA1 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 6C-E4-CE (hex) Villiger Security Solutions AG 6CE4CE (base 16) Villiger Security Solutions AG Giessenmatt 2 Sins 5643 CH 64-9F-F7 (hex) Kone OYj 649FF7 (base 16) Kone OYj Myllykatu 3 Hyvinkaa Hyvinkaa 05830 FI CC-91-2B (hex) TE Connectivity Touch Solutions CC912B (base 16) TE Connectivity Touch Solutions 2245 Brighton Henrietta Town Line Road Rochester New York 14623 US C0-5E-79 (hex) SHENZHEN HUAXUN ARK TECHNOLOGIES CO.,LTD C05E79 (base 16) SHENZHEN HUAXUN ARK TECHNOLOGIES CO.,LTD 3F,C4 Building,Yintian Industrial Zone,Xixiang,Baoan District shenzhen guangdong 518102 CN 58-BF-EA (hex) Cisco Systems, Inc 58BFEA (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US C4-01-B1 (hex) SeekTech INC C401B1 (base 16) SeekTech INC 3855 Ruffin Road San Diego California 92123 US C0-C9-46 (hex) MITSUYA LABORATORIES INC. C0C946 (base 16) MITSUYA LABORATORIES INC. 6-31-18 KAWASAKI-CITY KANAGAWA 215-0021 JP F4-60-0D (hex) Panoptic Technology, Inc F4600D (base 16) Panoptic Technology, Inc 587 W Eau Gallie Blvd Melbourne FL 32935 US A8-2B-D6 (hex) Shina System Co., Ltd A82BD6 (base 16) Shina System Co., Ltd 3305, O'BizTower, 126, Beolmal-ro, Anyang-Si Gyeounggi-Do 431-763 KR AC-CF-23 (hex) Hi-flying electronics technology Co.,Ltd ACCF23 (base 16) Hi-flying electronics technology Co.,Ltd Room B101,456 BiBo Raod,PuDong Shanghai 201200 CN 60-90-84 (hex) DSSD Inc 609084 (base 16) DSSD Inc 4025 Bohannon Dr Menlo Park CA 94025 US FC-1D-59 (hex) I Smart Cities HK Ltd FC1D59 (base 16) I Smart Cities HK Ltd Unit G,10/F,Phase 2,Yip Fat IND 73-75 HK 78-C4-AB (hex) Shenzhen Runsil Technology Co.,Ltd 78C4AB (base 16) Shenzhen Runsil Technology Co.,Ltd 4/F., Yuhua Building A, Yangmen Industrial Park, Shenzhen GuangDong 518055 CN B0-A8-6E (hex) Juniper Networks B0A86E (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 80-2A-FA (hex) Germaneers GmbH 802AFA (base 16) Germaneers GmbH Dr.-Kurt-Schumacher-Ring 3 Wettstetten Bayern 85139 DE 18-42-1D (hex) Private 18421D (base 16) Private 28-C9-14 (hex) Taimag Corporation 28C914 (base 16) Taimag Corporation NO. 1, West 2nd St. N.E.P.Z Kaohsiung 811 TW 74-93-A4 (hex) Zebra Technologies Corp. 7493A4 (base 16) Zebra Technologies Corp. 20314 Seneca Meadows Parkway Germantown Maryland 21771 US E4-71-85 (hex) Securifi Ltd E47185 (base 16) Securifi Ltd 16F-3, #482 Zhongxiao E Rd, Sec 5 Taipei 11083 TW 08-0C-C9 (hex) Mission Technology Group, dba Magma 080CC9 (base 16) Mission Technology Group, dba Magma 9918 Via Pasar San Diego CA 92126 US 64-0E-94 (hex) Pluribus Networks, Inc. 640E94 (base 16) Pluribus Networks, Inc. 1808 Embarcadero Rd Suite B Palo Alto CA 94303 US 0C-B4-EF (hex) Digience Co.,Ltd. 0CB4EF (base 16) Digience Co.,Ltd. 204 Building for Growth, Gumi Electronics&Information Technology Research Institute, 17 Cheomdangieop-1ro, Gumi Gyeongbuk KR 14-6A-0B (hex) Cypress Electronics Limited 146A0B (base 16) Cypress Electronics Limited 11/F., Block G, East Sun Industrial Centre, 16 Shing Yip Street, Hong Kong nil nil HK F4-90-EA (hex) Deciso B.V. F490EA (base 16) Deciso B.V. Burgemeester Mijslaan 2 Middelharnis Zuid Holland 3241 XA NL 5C-EE-79 (hex) Global Digitech Co LTD 5CEE79 (base 16) Global Digitech Co LTD 1F., No.25, Aly.56, Ln. 245, Sec. 4, Bade Rd., Taipei Taiwan 105 TW 4C-AA-16 (hex) AzureWave Technologies (Shanghai) Inc. 4CAA16 (base 16) AzureWave Technologies (Shanghai) Inc. No.8 Lane 66, Chenbao Road, Malu Town Jiading District Shanghai 201801 CN AC-40-EA (hex) C&T Solution Inc. AC40EA (base 16) C&T Solution Inc. 12F-1, No.700, Zhongzheng Rd., Zhonghe Dist. New Taipei City Taiwan 235 TW 00-2A-AF (hex) LARsys-Automation GmbH 002AAF (base 16) LARsys-Automation GmbH Sinzinger Str. 3 Hochburg-Ach 5122 AT 1C-E1-65 (hex) Marshal Corporation 1CE165 (base 16) Marshal Corporation Field Three Sotokanda Bldg. 5-3-6, Sotokanda, Chiyodaku Tokyo 101-0021 JP 40-16-FA (hex) EKM Metering 4016FA (base 16) EKM Metering 363 Berkeley Way Santa Cruz CA 95062 US 0C-13-0B (hex) Uniqoteq Ltd. 0C130B (base 16) Uniqoteq Ltd. Lemminkaisenkatu 14-18 A Turku 20520 FI 2C-54-2D (hex) Cisco Systems, Inc 2C542D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US BC-14-01 (hex) Hitron Technologies. Inc BC1401 (base 16) Hitron Technologies. Inc No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW 94-CA-0F (hex) Honeywell Analytics 94CA0F (base 16) Honeywell Analytics 2840 2nd Ave SE Calgary Alberta T2A7X9 CA 78-25-44 (hex) Omnima Limited 782544 (base 16) Omnima Limited Oxford Science Park Oxford Oxfordshire OX4 4GP GB A4-18-75 (hex) Cisco Systems, Inc A41875 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US C8-AE-9C (hex) Shanghai TYD Elecronic Technology Co. Ltd C8AE9C (base 16) Shanghai TYD Elecronic Technology Co. Ltd 21F, BLKB, NO.391 GuiPing Rd, Shanghai 200233 CN AC-3F-A4 (hex) TAIYO YUDEN CO.,LTD AC3FA4 (base 16) TAIYO YUDEN CO.,LTD 8-1, Sakae-cho Takasaki-shi Gunma 370-8522 JP 6C-AE-8B (hex) IBM Corporation 6CAE8B (base 16) IBM Corporation 4400 North First Street San Jose CA 95134 US 40-AC-8D (hex) Data Management, Inc. 40AC8D (base 16) Data Management, Inc. 3322 Loop 306 San Angelo Texas 76904 US 80-CE-B1 (hex) Theissen Training Systems GmbH 80CEB1 (base 16) Theissen Training Systems GmbH Schuchardstrasse 3 Duesseldorf NRW 40595 DE FC-2A-54 (hex) Connected Data, Inc. FC2A54 (base 16) Connected Data, Inc. 2905 Stender Way Santa Clara CA 95054 US 04-5C-06 (hex) Zmodo Technology Corporation 045C06 (base 16) Zmodo Technology Corporation 1401 Interstate Dr Champaign IL 61822 US 74-7B-7A (hex) ETH Inc. 747B7A (base 16) ETH Inc. #202 Mazium BLG, 545-6, Dangjung-dong, Gunpo-si Gyeonggi-do 435-833 KR 48-EA-63 (hex) Zhejiang Uniview Technologies Co., Ltd. 48EA63 (base 16) Zhejiang Uniview Technologies Co., Ltd. Eastcom Building C,Eastcom Avenue Hangzhou Zhejiang 310053 CN E8-8D-F5 (hex) ZNYX Networks, Inc. E88DF5 (base 16) ZNYX Networks, Inc. 48421 Milmont Drive Fremont CA 94538 US 90-F7-2F (hex) Phillips Machine & Welding Co., Inc. 90F72F (base 16) Phillips Machine & Welding Co., Inc. 16125 E. Gale Ave. Industry CA 91745 US D0-57-85 (hex) Pantech Co., Ltd. D05785 (base 16) Pantech Co., Ltd. 110-1 Ongjeong-Ri, Tongjin-Eup Gimpo-Si Gyounggi-Do 415-865 KR 40-8B-07 (hex) Actiontec Electronics, Inc 408B07 (base 16) Actiontec Electronics, Inc 3301 Olcott St. Santa Clara CA 95054 US 28-41-21 (hex) OptiSense Network, LLC 284121 (base 16) OptiSense Network, LLC 1308 10th Street Bridgeport TX 76426 US 38-45-8C (hex) MyCloud Technology corporation 38458C (base 16) MyCloud Technology corporation Room 705£¬Building F, Jiahua Building£¬ Beijing 100085 CN 10-E4-AF (hex) APR, LLC 10E4AF (base 16) APR, LLC 4800 US HWY 280 West Opelika AL 36801 US F4-EA-67 (hex) Cisco Systems, Inc F4EA67 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 2C-2D-48 (hex) bct electronic GesmbH 2C2D48 (base 16) bct electronic GesmbH Saalachstraße 86a Salzburg 5020 AT 28-BA-18 (hex) NextNav, LLC 28BA18 (base 16) NextNav, LLC 484 Oakmead Parkway Sunnyvale CA 94085 US AC-3D-75 (hex) HANGZHOU ZHIWAY TECHNOLOGIES CO.,LTD. AC3D75 (base 16) HANGZHOU ZHIWAY TECHNOLOGIES CO.,LTD. FLOOR12B,BUILDING E,PARADISE SOFTWARE PARK,NO.3 XIDOUMEN ROAD, HANGZHOU ZHEJIANG 310012 CN A0-90-DE (hex) VEEDIMS,LLC A090DE (base 16) VEEDIMS,LLC 49 N. Federal Highway #397 Pompano Beach Florida 33062 US 64-2D-B7 (hex) SEUNGIL ELECTRONICS 642DB7 (base 16) SEUNGIL ELECTRONICS #16-8, Dodang-dong Buchon Gyuonggi-do 420-801 KR 00-2A-6A (hex) Cisco Systems, Inc 002A6A (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US F4-36-E1 (hex) Abilis Systems SARL F436E1 (base 16) Abilis Systems SARL 3, chemin Pré Fleuri Plan-Les-Ouates Geneva 1228 CH 78-1C-5A (hex) SHARP Corporation 781C5A (base 16) SHARP Corporation 22-22,Nagaike-cho Osaka city Osaka prefecture 545-8522 JP E8-0C-75 (hex) Syncbak, Inc. E80C75 (base 16) Syncbak, Inc. 5 Research Center Marion IA 52302 US 80-0A-06 (hex) COMTEC co.,ltd 800A06 (base 16) COMTEC co.,ltd 60 shimoishida,azabu-cho, Miyoshi-shi Aichi-ken 470-0206 JP 60-8C-2B (hex) Hanson Technology 608C2B (base 16) Hanson Technology Room 1503, Zhao Jia Bang Road Shanghai 200030 CN 94-00-70 (hex) Nokia Corporation 940070 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI BC-2C-55 (hex) Bear Flag Design, Inc. BC2C55 (base 16) Bear Flag Design, Inc. 1 Thayer Road Santa Cruz CA 95060 US 0C-75-23 (hex) BEIJING GEHUA CATV NETWORK CO.,LTD 0C7523 (base 16) BEIJING GEHUA CATV NETWORK CO.,LTD No.35,N.Huayuan RD.,Haidian District BEIJING 100083 CN 04-F0-21 (hex) Compex Systems Pte Ltd 04F021 (base 16) Compex Systems Pte Ltd 135 Joo Seng Road, 368363 SG 28-18-FD (hex) Aditya Infotech Ltd. 2818FD (base 16) Aditya Infotech Ltd. Khemka Square, A-12, Sector-4, Noida Uttar Pradesh 201301 IN D8-B9-0E (hex) Triple Domain Vision Co.,Ltd. D8B90E (base 16) Triple Domain Vision Co.,Ltd. No.9, Aly. 1, Ln. 585, Sec.3, Fulin Rd., Hsinchu Conuty 307 TW 34-2F-6E (hex) Anywire corporation 342F6E (base 16) Anywire corporation 1 Zusyo, Baba Nagaokakyo Kyoto pref. 617-8550 JP CC-EE-D9 (hex) VAHLE Automation GmbH CCEED9 (base 16) VAHLE Automation GmbH Egerbach 12a Kufstein Schwoich Tirol 6334 AT 00-5C-B1 (hex) Gospell DIGITAL TECHNOLOGY CO., LTD 005CB1 (base 16) Gospell DIGITAL TECHNOLOGY CO., LTD Block F10-F13¡¢F518 Idea land ¡¢Bao Yuan Road Shenzhen Guangdong 518102 CN B0-8E-1A (hex) URadio Systems Co., Ltd B08E1A (base 16) URadio Systems Co., Ltd Phase II D202-2, 1355 JinJiHu Blvd Suzhou Jiangsu 215021 CN D8-E9-52 (hex) KEOPSYS D8E952 (base 16) KEOPSYS 21 RUE LOUIS DE BROGLIE LANNION BRITANY 22300 FR BC-A4-E1 (hex) Nabto BCA4E1 (base 16) Nabto Aabogade 15 Aarhus Jutland 8200 DK 90-8F-CF (hex) UNO System Co., Ltd 908FCF (base 16) UNO System Co., Ltd #402 Kolon Science Valley °., 187-10, Guro-dong, Guro-gu Seoul 152-848 KR 40-E7-93 (hex) Shenzhen Siviton Technology Co.,Ltd 40E793 (base 16) Shenzhen Siviton Technology Co.,Ltd 4F,Block6,Coolpad Business Centre,North of Keyuan Road,Hi-technology Zone,Nanshan District Shenzhen Guangdong 518057 CN 00-08-31 (hex) Cisco Systems, Inc 000831 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 34-D0-9B (hex) MobilMAX Technology Inc. 34D09B (base 16) MobilMAX Technology Inc. 2F-5, No.28, Tai-Yuan St. Chupei City, Hsinchu Country 302 TW F0-00-7F (hex) Janz - Contadores de Energia, SA F0007F (base 16) Janz - Contadores de Energia, SA Avenida Infante D. Henrique Lisbon 1800-223 PT 30-B3-A2 (hex) Shenzhen Heguang Measurement & Control Technology Co.,Ltd 30B3A2 (base 16) Shenzhen Heguang Measurement & Control Technology Co.,Ltd 3/F, Tower A, Xiangnian Plaza, 6060 Qiaoxiang Road, Shenzhen Guangdong 518053 CN 50-60-28 (hex) Xirrus Inc. 506028 (base 16) Xirrus Inc. 2101 CORPORATE CENTER DR Thousand Oaks CALIFORNIA 91320 US 00-91-FA (hex) Synapse Product Development 0091FA (base 16) Synapse Product Development 1511 6th Ave Seattle WA 98101 US A0-5A-A4 (hex) Grand Products Nevada, Inc. A05AA4 (base 16) Grand Products Nevada, Inc. 751 Pilot Rd. Las Vegas Nevada 89119 US F0-EE-BB (hex) VIPAR GmbH F0EEBB (base 16) VIPAR GmbH Lichtenbergstrasse 8 Garching bei Muenchen Bavaria 85748 DE 6C-E9-07 (hex) Nokia Corporation 6CE907 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI E4-FA-1D (hex) PAD Peripheral Advanced Design Inc. E4FA1D (base 16) PAD Peripheral Advanced Design Inc. 1400 Hocquart Saint-Bruno QC J3V 6E1 CA 1C-5C-55 (hex) PRIMA Cinema, Inc 1C5C55 (base 16) PRIMA Cinema, Inc 1903 Wright Place, Suite 320 Carlsbad CA 92008 US 34-BA-9A (hex) Asiatelco Technologies Co. 34BA9A (base 16) Asiatelco Technologies Co. 301,#8 Building,#289 Bisheng Road Shanghai 201204 CN 50-64-41 (hex) Greenlee 506441 (base 16) Greenlee 219 S Main St Dallas TX 76104 US 9C-1F-DD (hex) Accupix Inc. 9C1FDD (base 16) Accupix Inc. 3F Gaeyang BLDG, 548-1, Anyang Kyeonggi-Do 430-730 KR 7C-DD-11 (hex) Chongqing MAS SCI&TECH.Co.,Ltd 7CDD11 (base 16) Chongqing MAS SCI&TECH.Co.,Ltd 6th Floor, Zone C2,Hi-tech Venture Park, No.105 Erlang Venture Road Chongqing City 400039 CN B8-FD-32 (hex) Zhejiang ROICX Microelectronics B8FD32 (base 16) Zhejiang ROICX Microelectronics 22 Floor, 1888 Jianghui Road, Binjiang District Hangzhou Zhejiang 310051 CN 70-EE-50 (hex) Netatmo 70EE50 (base 16) Netatmo 17 route de la reine Boulogne-Billancourt 92100 FR 98-4A-47 (hex) CHG Hospital Beds 984A47 (base 16) CHG Hospital Beds 1020 Adelaide St S London ON N6E 1R6 CA 14-49-78 (hex) Digital Control Incorporated 144978 (base 16) Digital Control Incorporated 19625 62nd Ave S Kent WA 98032 US 2C-10-C1 (hex) Nintendo Co., Ltd. 2C10C1 (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 8C-D1-7B (hex) CG Mobile 8CD17B (base 16) CG Mobile 3F Caohejing Software Building, No.461 Hongcao Rd.,XuHui District Shanghai 200233 CN 50-22-67 (hex) PixeLINK 502267 (base 16) PixeLINK 3030 Conroy Road Ottawa Ontario K1G 6C2 CA 3C-6A-7D (hex) Niigata Power Systems Co., Ltd. 3C6A7D (base 16) Niigata Power Systems Co., Ltd. 7-26,Tatsumi 3-Chome Koto-ku TOKYO 135-0053 JP 3C-70-59 (hex) MakerBot Industries 3C7059 (base 16) MakerBot Industries 87 3rd Avenue Brooklyn NY 11217 US 50-26-90 (hex) FUJITSU LIMITED 502690 (base 16) FUJITSU LIMITED 403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP 24-B6-57 (hex) Cisco Systems, Inc 24B657 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US C8-AF-40 (hex) marco Systemanalyse und Entwicklung GmbH C8AF40 (base 16) marco Systemanalyse und Entwicklung GmbH Hans-Böckler-Straße 2 Dachau Bavaria 85221 DE 40-98-4C (hex) Casacom Solutions AG 40984C (base 16) Casacom Solutions AG Badenerstarsse 551 Zuerich 8046 CH 5C-18-B5 (hex) Talon Communications 5C18B5 (base 16) Talon Communications 10636 Scripps Summit Ct. San Diego CA 92131 US 64-E1-61 (hex) DEP Corp. 64E161 (base 16) DEP Corp. Nishi-shinjuku 6-12-7 Shinjuku Tokyo 160-0023 JP 88-23-FE (hex) TTTech Computertechnik AG 8823FE (base 16) TTTech Computertechnik AG Schoenbrunnerstrasse 7 Vienna 1040 AT B8-9A-ED (hex) OceanServer Technology, Inc B89AED (base 16) OceanServer Technology, Inc 151 Martine St Fall River MA 02723 US C8-7D-77 (hex) Shenzhen Kingtech Communication Equipment Co.,Ltd C87D77 (base 16) Shenzhen Kingtech Communication Equipment Co.,Ltd Floor3.Building A,NO.3,Road 1 of shangxue Dengxinkeng Industry Park,Bantian Street, Shenzhen City Guangdong 518112 CN 94-AE-61 (hex) Alcatel Lucent 94AE61 (base 16) Alcatel Lucent Via Energy Park, 14 Vimercate MB 20871 IT 5C-CE-AD (hex) CDYNE Corporation 5CCEAD (base 16) CDYNE Corporation 505 Independence Pkwy Ste 300 Chesapeake VA 23320 US AC-54-EC (hex) IEEE P1823 Standards Working Group AC54EC (base 16) IEEE P1823 Standards Working Group 445 Hoes Lane Piscataway NJ 08854 US 70-97-56 (hex) Happyelectronics Co.,Ltd 709756 (base 16) Happyelectronics Co.,Ltd #A-805, Bundang Technopark, Seongnam-Si 463-816 KR B8-20-E7 (hex) Guangzhou Horizontal Information & Network Integration Co. Ltd B820E7 (base 16) Guangzhou Horizontal Information & Network Integration Co. Ltd Floor 10¬Golden Star Building¬Wushan Hanjing Road¬Tianhe District¬Guangzhou City Guangzhou Guangdong Province 510630 CN 00-CD-90 (hex) MAS Elektronik AG 00CD90 (base 16) MAS Elektronik AG Pollhornbogen 19 Hamburg 21107 DE 7C-6B-52 (hex) Tigaro Wireless 7C6B52 (base 16) Tigaro Wireless Shen A'ari 7 Even Yehuda 40500 IL 00-64-A6 (hex) Maquet CardioVascular 0064A6 (base 16) Maquet CardioVascular 1300 MacArthur Blvd Mahwah NJ 07430 US 98-8B-AD (hex) Corintech Ltd. 988BAD (base 16) Corintech Ltd. Ashford Mill Fordingbridge Hampshire SP6 1DZ GB D4-4B-5E (hex) TAIYO YUDEN CO., LTD. D44B5E (base 16) TAIYO YUDEN CO., LTD. 8-1, Sakae-cho Takasaki-shi Gunma 370-8522 JP 64-0E-36 (hex) TAZTAG 640E36 (base 16) TAZTAG Cicea 1 Bruz 35170 FR 94-1D-1C (hex) TLab West Systems AB 941D1C (base 16) TLab West Systems AB Ebbe Lieberathsgatan 23B Gothenburg 41265 SE E4-55-EA (hex) Dedicated Computing E455EA (base 16) Dedicated Computing N26 W23880 Commerce Circle Waukesha Wisconsin 53188 US B0-5C-E5 (hex) Nokia Corporation B05CE5 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 34-82-DE (hex) Kiio Inc 3482DE (base 16) Kiio Inc 404 Holtzman Rd Madison WI 53713 US 4C-5F-D2 (hex) Alcatel-Lucent 4C5FD2 (base 16) Alcatel-Lucent 777 East Middlefield Road Mountain View CA 94043 US 28-C7-18 (hex) Altierre 28C718 (base 16) Altierre 1980 Concourse Drive San Jose United States 95131 US 7C-4C-58 (hex) Scale Computing, Inc. 7C4C58 (base 16) Scale Computing, Inc. 2121 El Camino Real San Mateo UNITED STATES 94403 US 10-13-EE (hex) Justec International Technology INC. 1013EE (base 16) Justec International Technology INC. 7F-2 No 113 Zihyou Road Hsinchu City 30041 TW 8C-27-1D (hex) QuantHouse 8C271D (base 16) QuantHouse 52 Rue de la Victoire Paris 75009 FR 38-60-77 (hex) PEGATRON CORPORATION 386077 (base 16) PEGATRON CORPORATION 5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW 70-81-05 (hex) Cisco Systems, Inc 708105 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US E0-ED-1A (hex) vastriver Technology Co., Ltd E0ED1A (base 16) vastriver Technology Co., Ltd A-6A Keshi Building,No.28,Xinxi Road,Haidian, Beijing 100085 CN D4-F6-3F (hex) IEA S.R.L. D4F63F (base 16) IEA S.R.L. Eva Peron 4468 Rosario Santa Fe S2002LBQ AR 58-B0-D4 (hex) ZuniData Systems Inc. 58B0D4 (base 16) ZuniData Systems Inc. 4F-7, No.65, Gaotia 7th Rd, Zhubei City Hsinchu 302 TW 64-55-7F (hex) NSFOCUS Information Technology Co., Ltd. 64557F (base 16) NSFOCUS Information Technology Co., Ltd. 3/F,Ether Building, No.4 Beiwa Rd.,Haidian District Beijing 100089 CN 00-08-2F (hex) Cisco Systems, Inc 00082F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 9C-C7-D1 (hex) SHARP Corporation 9CC7D1 (base 16) SHARP Corporation 22-22,Nagaike-cho Osaka city Osaka prefecture 545-8522 JP 14-90-90 (hex) KongTop industrial(shen zhen)CO.,LTD 149090 (base 16) KongTop industrial(shen zhen)CO.,LTD xinwuyuan,gushu,Xixiang,Baoan, Shenzhen Guangdong 518000 CN 38-DE-60 (hex) Mohlenhoff GmbH 38DE60 (base 16) Mohlenhoff GmbH Museumstraße 54a Salzgitter Niedersachsen 38229 DE 28-39-E7 (hex) Preceno Technology Pte.Ltd. 2839E7 (base 16) Preceno Technology Pte.Ltd. 11F, No.207-2, Sec. 3, Beixin Rd., Xindian Dist. New Taipei City 23143 TW 68-5E-6B (hex) PowerRay Co., Ltd. 685E6B (base 16) PowerRay Co., Ltd. 7F-1, No 190, Sec 2, Chung Hsing Road, Sindian District New Taipei City 231 TW 20-C8-B3 (hex) SHENZHEN BUL-TECH CO.,LTD. 20C8B3 (base 16) SHENZHEN BUL-TECH CO.,LTD. Area C,4/F,NO.59,Longjing 2nd Road, SHENZHEN GuangDong 518101 CN F8-E7-B5 (hex) µTech Tecnologia LTDA F8E7B5 (base 16) µTech Tecnologia LTDA Rua Lauro Linhares, 598 Florianopolis Santa Catarina 88036-200 BR D4-CE-B8 (hex) Enatel LTD D4CEB8 (base 16) Enatel LTD 66 Treffers Road Christchurch Canterbury 8042 NZ 80-7A-7F (hex) ABB Genway Xiamen Electrical Equipment CO., LTD 807A7F (base 16) ABB Genway Xiamen Electrical Equipment CO., LTD 7F,No.23 Wanghai Road,Software Park 2, Lvling Road, Xiamen Fujian Province 361008 CN 24-DA-B6 (hex) Sistemas de Gestión Energética S.A. de C.V 24DAB6 (base 16) Sistemas de Gestión Energética S.A. de C.V Calzada de los Fresnos 70-A Zapopan Jalisoc 45010 MX B0-7D-62 (hex) Dipl.-Ing. H. Horstmann GmbH B07D62 (base 16) Dipl.-Ing. H. Horstmann GmbH Humboldtstraße 2 Heiligenhaus 42579 DE B8-F5-E7 (hex) WayTools, LLC B8F5E7 (base 16) WayTools, LLC 401 Wilshire Blvd. Santa Monica CA 90401 US B8-19-99 (hex) Nesys B81999 (base 16) Nesys Energeticheskaya, 1 Moscow 111116 RU 34-25-5D (hex) Shenzhen Loadcom Technology Co.,Ltd 34255D (base 16) Shenzhen Loadcom Technology Co.,Ltd Yuehai Building A-13CD,Nanhai Road,Nanshan Area Shenzhen Guangdong 518054 CN 4C-A7-4B (hex) Alcatel Lucent 4CA74B (base 16) Alcatel Lucent Via Energy Park, 14 Vimercate MB 20871 IT D0-31-10 (hex) Ingenic Semiconductor Co.,Ltd D03110 (base 16) Ingenic Semiconductor Co.,Ltd Room 108,Building A,Information Center Zhongguancun Software Park 8 Dongbeiwang West Road,Haidain District Beijing 100193 CN 1C-E1-92 (hex) Qisda Corporation 1CE192 (base 16) Qisda Corporation 157 Shan-Ying Road Gueishan Taoyuan 333 TW 70-6F-81 (hex) Private 706F81 (base 16) Private FC-00-12 (hex) Toshiba Samsung Storage Technolgoy Korea Corporation FC0012 (base 16) Toshiba Samsung Storage Technolgoy Korea Corporation 14 Floor, Bldg. No. 102, Digital Empire2, 486, Sin-dong, Yeongtong-gu, Suwon-si, Su-won Gyeonggi 443-734 KR 18-14-20 (hex) TEB SAS 181420 (base 16) TEB SAS RD294 - Corpeau Meursault Burgundy 21190 FR AC-81-F3 (hex) Nokia Corporation AC81F3 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 30-68-8C (hex) Reach Technology Inc. 30688C (base 16) Reach Technology Inc. 4575 Cushing Parkway Fremont California 94538 US 10-EE-D9 (hex) Canoga Perkins Corporation 10EED9 (base 16) Canoga Perkins Corporation 20600 Prairie Street Chatsworth CA 91311 US 94-DE-0E (hex) SmartOptics AS 94DE0E (base 16) SmartOptics AS Stalfjaera 9 Oslo N-0975 NO C0-29-F3 (hex) XySystem C029F3 (base 16) XySystem #1304 Daerung Post Tower 5 Seoul 153-801 KR AC-4A-FE (hex) Hisense Broadband Multimedia Technology Co.,Ltd. AC4AFE (base 16) Hisense Broadband Multimedia Technology Co.,Ltd. No.11 Jiangxi Road,Shinan District Qingdao City Shandong Province 266071 CN 54-F5-B6 (hex) ORIENTAL PACIFIC INTERNATIONAL LIMITED 54F5B6 (base 16) ORIENTAL PACIFIC INTERNATIONAL LIMITED 5 ARGUS PLACE NORTH SHORE CITY AUCKLAND 0627 NZ 90-34-2B (hex) Gatekeeper Systems, Inc. 90342B (base 16) Gatekeeper Systems, Inc. 8 Studebaker Irvine CA 92618 US 8C-B8-2C (hex) IPitomy Communications 8CB82C (base 16) IPitomy Communications 1940 Northgate Boulevard Sarasota Florida 34234 US 80-7D-E3 (hex) Chongqing Sichuan Instrument Microcircuit Co.LTD. 807DE3 (base 16) Chongqing Sichuan Instrument Microcircuit Co.LTD. Jinhua Road No.309, Beibei, Chongqing 400700 CN DC-17-5A (hex) Hitachi High-Technologies Corporation DC175A (base 16) Hitachi High-Technologies Corporation 794, Higashitoyoi, Kudamatsu City, Yamaguchi Pref., 744-0002, JP C8-A1-BA (hex) Neul Ltd C8A1BA (base 16) Neul Ltd Suite 42 Innovation Centre Cambridge Cambs CB4 0EY GB C4-3A-9F (hex) Siconix Inc. C43A9F (base 16) Siconix Inc. #28, 2333 18th Ave NE Calgary Alberta T2E 8T6 CA 68-6E-23 (hex) Wi3 Inc. 686E23 (base 16) Wi3 Inc. P.O. Box 1123 Pittsford NY 14534 US DC-F0-5D (hex) Letta Teknoloji DCF05D (base 16) Letta Teknoloji TUBITAK Teknoloji Gelistirme Bolgesi KOCAELI 41455 TR 5C-16-C7 (hex) Big Switch Networks 5C16C7 (base 16) Big Switch Networks 100 W Evelyn Mountain View CA 94041 US 84-8F-69 (hex) Dell Inc. 848F69 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 3C-09-6D (hex) Powerhouse Dynamics 3C096D (base 16) Powerhouse Dynamics 1 Bridge Street Newton MA 02458 US 90-0D-66 (hex) Digimore Electronics Co., Ltd 900D66 (base 16) Digimore Electronics Co., Ltd 10 FL., No. 61, Yan-Ping South Road Taipei 100 TW 0C-92-4E (hex) Rice Lake Weighing Systems 0C924E (base 16) Rice Lake Weighing Systems 230 West Coleman St Rice Lake WI 54868 US F4-94-61 (hex) NexGen Storage F49461 (base 16) NexGen Storage 400 Centennial Blvd. Louisville CO 80027 US B8-CD-A7 (hex) Maxeler Technologies Ltd. B8CDA7 (base 16) Maxeler Technologies Ltd. 1 Down Place London UK W6 9JH GB 54-35-DF (hex) Symeo GmbH 5435DF (base 16) Symeo GmbH Prof.-Messerschmitt-Str. 3 Neubiberg Bavaria 85579 DE F4-3D-80 (hex) FAG Industrial Services GmbH F43D80 (base 16) FAG Industrial Services GmbH Kaiserstrasse 100 Herzogenrath NRW 52134 DE F0-DB-30 (hex) Yottabyte F0DB30 (base 16) Yottabyte 1750 S. Telegraph Road Bloomfield Twp. MI 48302 US 9C-31-B6 (hex) Kulite Semiconductor Products Inc 9C31B6 (base 16) Kulite Semiconductor Products Inc 1 Willow Tree Rd Leonia NJ 07605 US A4-B3-6A (hex) JSC SDO Chromatec A4B36A (base 16) JSC SDO Chromatec 94, Stroiteley street Yoshkar-Ola Mari El republic 424000 RU E4-DD-79 (hex) En-Vision America, Inc. E4DD79 (base 16) En-Vision America, Inc. 1845 Hovey Ave Normal IL 61761 US E8-CC-32 (hex) Micronet LTD E8CC32 (base 16) Micronet LTD Hametzuda 27 Azor 58001 IL D4-3A-E9 (hex) DONGGUAN ipt INDUSTRIAL CO., LTD D43AE9 (base 16) DONGGUAN ipt INDUSTRIAL CO., LTD No.66-1.Ist New Area, Nanshe Dist., Chigang,Humen, Dongguan Guangdong 52390 CN 58-98-35 (hex) Technicolor 589835 (base 16) Technicolor Prins Boudewijnlaan 47 Edegem - Belgium B-2650 BE 8C-5C-A1 (hex) d-broad,INC 8C5CA1 (base 16) d-broad,INC 3-17-5 ShinYokohama Kouhoku-Ku Yokohama Kanagawa 222-0033 JP 18-F6-50 (hex) Multimedia Pacific Limited 18F650 (base 16) Multimedia Pacific Limited 1 Matheson Street, Shell Tower 29F/12 000000 HK 68-84-70 (hex) eSSys Co.,Ltd 688470 (base 16) eSSys Co.,Ltd Daerung Post Tower 5 15F, 60-3 Seoul Geumcheon-gu 153-702 KR 48-DC-FB (hex) Nokia Corporation 48DCFB (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 20-B7-C0 (hex) OMICRON electronics GmbH 20B7C0 (base 16) OMICRON electronics GmbH Oberes Ried 1 Klaus 6833 AT 80-58-C5 (hex) NovaTec Kommunikationstechnik GmbH 8058C5 (base 16) NovaTec Kommunikationstechnik GmbH Technologiepark 9 Paderborn NRW 33100 DE B8-C7-16 (hex) Fiberhome Telecommunication Technologies Co.,LTD B8C716 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN D4-2C-3D (hex) Sky Light Digital Limited D42C3D (base 16) Sky Light Digital Limited Rm. 1009 Kwong Sang Hong Centre, 151-153 Hoi Bun Road, Kwun Tong, Kowloon, Hong Kong 999077 CN A4-5A-1C (hex) smart-electronic GmbH A45A1C (base 16) smart-electronic GmbH Industriestrasse 29 St. Georgen Baden-Württemberg 78122 DE 80-64-59 (hex) Nimbus Inc. 806459 (base 16) Nimbus Inc. 1359 Gwanpyeong-dong, Yuseong-gu Daejeon 305-509 KR 8C-89-A5 (hex) Micro-Star INT'L CO., LTD 8C89A5 (base 16) Micro-Star INT'L CO., LTD No.69, Lide st. Taipei County 235 TW B4-A5-A9 (hex) MODI GmbH B4A5A9 (base 16) MODI GmbH Kapellenweg 21 REICHSHOF-Sinspert 51580 DE E8-C3-20 (hex) Austco Communication Systems Pty Ltd E8C320 (base 16) Austco Communication Systems Pty Ltd 40 O'Malley Street Osborne Park Western Australia 6017 AU C4-36-DA (hex) Rusteletech Ltd. C436DA (base 16) Rusteletech Ltd. Ordzhonikidze Str. 11, Bldg. 40, Off. 15 Moscow 115419 RU 04-32-F4 (hex) Partron 0432F4 (base 16) Partron 22-6, Seokwoo-dong Hwaseong-si Gyeonggi-do 445-170 KR 1C-18-4A (hex) ShenZhen RicherLink Technologies Co.,LTD 1C184A (base 16) ShenZhen RicherLink Technologies Co.,LTD 703,Building W1-A,High-Tech Industrial Park,KeJiNan 1st Road,NanShan, ShenZhen GuangDong 518057 CN 0C-39-56 (hex) Observator instruments 0C3956 (base 16) Observator instruments Rietdekkerstraat 6 Ridderkerk Zuid Holland 2984 BM NL DC-A6-BD (hex) Beijing Lanbo Technology Co., Ltd. DCA6BD (base 16) Beijing Lanbo Technology Co., Ltd. Room.301.Bidg.4NO.8 Shangdi West Road, Haidian District, Beijing City 100085 CN 10-C5-86 (hex) BIO SOUND LAB CO., LTD. 10C586 (base 16) BIO SOUND LAB CO., LTD. Suite 311, 312 SKn Techno Park Seongnam-si Gyeonggi-do, 462-721 KR 10-76-8A (hex) EoCell 10768A (base 16) EoCell 149 Beaconsfield Street Silverwater NSW 2128 AU F4-4E-FD (hex) Actions Semiconductor Co.,Ltd.(Cayman Islands) F44EFD (base 16) Actions Semiconductor Co.,Ltd.(Cayman Islands) Po Box 309GT,Ugland House,South Church Street, George Town Grand Cayman KY 24-B8-D2 (hex) Opzoon Technology Co.,Ltd. 24B8D2 (base 16) Opzoon Technology Co.,Ltd. 11th floor, Tower B£¬Yintai Center 2 Jianguomenwai St,. Beijing Asia 100022 CN A4-99-81 (hex) FuJian Elite Power Tech CO.,LTD. A49981 (base 16) FuJian Elite Power Tech CO.,LTD. 8th Floor£¬56 GuanRi Road Xiamen Fujian 361009 CN B8-3A-7B (hex) Worldplay (Canada) Inc. B83A7B (base 16) Worldplay (Canada) Inc. 803 - 24th Ave SE, Unit 200 Calgary Alberta T2G 1P5 CA 14-07-E0 (hex) Abrantix AG 1407E0 (base 16) Abrantix AG Foerrlibuckstrasse 66 Zuerich ZH 8005 CH DC-CF-94 (hex) Beijing Rongcheng Hutong Technology Co., Ltd. DCCF94 (base 16) Beijing Rongcheng Hutong Technology Co., Ltd. Room 401A,Building No.4,Yard No.5, Beijing 100024 CN A4-DB-2E (hex) Kingspan Environmental Ltd A4DB2E (base 16) Kingspan Environmental Ltd 180 Gilford Road Portadown Armagh BT63 5LF GB C8-FE-30 (hex) Bejing DAYO Mobile Communication Technology Ltd. C8FE30 (base 16) Bejing DAYO Mobile Communication Technology Ltd. Room 712, ULO Park Building No. 601E Beijing 100102 CN E4-D7-1D (hex) Oraya Therapeutics E4D71D (base 16) Oraya Therapeutics 8000 Jarvis Avenue Ste. 200 Newark CA 94560 US 24-C9-DE (hex) Genoray 24C9DE (base 16) Genoray #812 Byucksan Technopia 434-6 Sangdaewon 1-Dong Seongnam-City Gyeonggi-Do 462-716 KR 54-05-5F (hex) Alcatel Lucent 54055F (base 16) Alcatel Lucent Via Energy Park, 14 Vimercate MB 20871 IT 6C-5D-63 (hex) ShenZhen Rapoo Technology Co., Ltd. 6C5D63 (base 16) ShenZhen Rapoo Technology Co., Ltd. Block A1,B1,B2,1st second stage, 1st Industrial Park, 3rd Industrial Zone ,Fenghuang Fuyong, BaoAn ShenZhen 518103 CN 94-16-73 (hex) Point Core SARL 941673 (base 16) Point Core SARL 29/31 Rue du Bois Galon FONTENAY SOUS BOIS Ile de France 94120 FR 5C-56-ED (hex) 3pleplay Electronics Private Limited 5C56ED (base 16) 3pleplay Electronics Private Limited Plot No 54, Eshwarapuri Colony Hyderabad Andhra Pradesh 500083 IN 78-02-8F (hex) Adaptive Spectrum and Signal Alignment (ASSIA), Inc. 78028F (base 16) Adaptive Spectrum and Signal Alignment (ASSIA), Inc. 333 Twin Dolphin Drive Redwood City CA 94065 US DC-16-A2 (hex) Medtronic Diabetes DC16A2 (base 16) Medtronic Diabetes 18000 Devonshire St Northridge CA 91325 US 30-8C-FB (hex) Dropcam 308CFB (base 16) Dropcam 160 Spear Street San Francisco CA 94105 US D0-EB-9E (hex) Seowoo Inc. D0EB9E (base 16) Seowoo Inc. #B101 Seojung B/D, 590-9 Guui-dong, Gwangjin-gu, Seoul 143-831 KR BC-CD-45 (hex) VOISMART BCCD45 (base 16) VOISMART VIA BENIGNO CRESPI 12 MILANO 20159 IT 14-3E-60 (hex) Nokia 143E60 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 70-32-D5 (hex) Athena Wireless Communications Inc 7032D5 (base 16) Athena Wireless Communications Inc 12425 W Bell Rd Surprise AZ 85378 US 78-51-0C (hex) LiveU Ltd. 78510C (base 16) LiveU Ltd. 5 Hagavish St. Kfar-Saba 44641 IL 44-AA-E8 (hex) Nanotec Electronic GmbH & Co. KG 44AAE8 (base 16) Nanotec Electronic GmbH & Co. KG Gewerbestrasse 11 Landsham Bavaria 85652 DE D4-28-B2 (hex) ioBridge, Inc. D428B2 (base 16) ioBridge, Inc. 225 Cedar Hill Street Marlborough MA 01752 US 84-27-CE (hex) Corporation of the Presiding Bishop of The Church of Jesus Christ of Latter-day Saints 8427CE (base 16) Corporation of the Presiding Bishop of The Church of Jesus Christ of Latter-day Saints Audiovisual Engineering - 2LL Salt Lake City UT 84150 US 48-D8-FE (hex) ClarIDy Solutions, Inc. 48D8FE (base 16) ClarIDy Solutions, Inc. 7F, No.9, ParkAvenue II Rd., Hsinchu Science Park, Hsinchu 300 TW D4-94-5A (hex) COSMO CO., LTD D4945A (base 16) COSMO CO., LTD 1-12, Higashi-Gotanda 2-chome Shinagawa-ku Tokyo 141-0022 JP 30-4C-7E (hex) Panasonic Electric Works Automation Controls Techno Co.,Ltd. 304C7E (base 16) Panasonic Electric Works Automation Controls Techno Co.,Ltd. 2-9-18 Chidori Oota-ku Tokyo 146-8540 JP 5C-F2-07 (hex) Speco Technologies 5CF207 (base 16) Speco Technologies 200 New Highway Amityville New York 11701 US B4-2A-39 (hex) ORBIT MERRET, spol. s r. o. B42A39 (base 16) ORBIT MERRET, spol. s r. o. Vodnanska 675/30 Praha 198 00 CZ 70-E8-43 (hex) Beijing C&W Optical Communication Technology Co.,Ltd. 70E843 (base 16) Beijing C&W Optical Communication Technology Co.,Ltd. 2/F Yufa Plaza, No.19 Xiaoying Beilu, Chaoyang District, Beijing 100101 CN 2C-7E-CF (hex) Onzo Ltd 2C7ECF (base 16) Onzo Ltd 6 Great Newport Street London WC2H 7JB GB 10-37-11 (hex) Simlink AS 103711 (base 16) Simlink AS Otto Nielsens Veg 12 Trondheim N-7004 NO 50-E5-49 (hex) GIGA-BYTE TECHNOLOGY CO.,LTD. 50E549 (base 16) GIGA-BYTE TECHNOLOGY CO.,LTD. Pin-Jen Taoyuan 324 TW B4-B8-8D (hex) Thuh Company B4B88D (base 16) Thuh Company 605 Territorial Dr Bolingbrook IL 60440 US 4C-73-A5 (hex) KOVE 4C73A5 (base 16) KOVE 14 N. Peoria Street Chicago IL 60607 US 70-A4-1C (hex) Advanced Wireless Dynamics S.L. 70A41C (base 16) Advanced Wireless Dynamics S.L. Centro de Empresas UPM oficina 3 Pozuelo de Alarcon Madrid 28223 ES BC-BB-C9 (hex) Kellendonk Elektronik GmbH BCBBC9 (base 16) Kellendonk Elektronik GmbH Butzweilerhof Allee 4 Cologne NRW 50829 DE E4-2A-D3 (hex) Magneti Marelli S.p.A. Powertrain E42AD3 (base 16) Magneti Marelli S.p.A. Powertrain Via del Timavo 33 Bologna 40128 IT E8-3E-B6 (hex) RIM E83EB6 (base 16) RIM Phillip Street Waterloo Ontario N2L 3W8 CA BC-35-E5 (hex) Hydro Systems Company BC35E5 (base 16) Hydro Systems Company 3798 Round Bottom Road Cincinnati Ohio 45244 US 9C-5D-95 (hex) VTC Electronics Corp. 9C5D95 (base 16) VTC Electronics Corp. 5F,No.21,Sec.6,Zhongxiao E.Rd.,Nangang District Taipei 11575 TW B8-A8-AF (hex) Logic S.p.A. B8A8AF (base 16) Logic S.p.A. Via Galilei 5 Cassina de' Pecchi MI 20060 IT 60-F6-73 (hex) TERUMO CORPORATION 60F673 (base 16) TERUMO CORPORATION 1500,Inokuchi,Nakai-machi Ashigarakami-gun Kanagawa 259-0151 JP 28-CC-FF (hex) Corporacion Empresarial Altra SL 28CCFF (base 16) Corporacion Empresarial Altra SL Marie Curie 21 Malaga 29590 ES 94-FD-1D (hex) WhereWhen Corp 94FD1D (base 16) WhereWhen Corp 96A Flynn Avenue Mountain View California 94043 US 4C-07-C9 (hex) COMPUTER OFFICE Co.,Ltd. 4C07C9 (base 16) COMPUTER OFFICE Co.,Ltd. 1368-10 Muramatsu-cho Ise-shi Mie-ken 515-0507 JP F8-76-9B (hex) Neopis Co., Ltd. F8769B (base 16) Neopis Co., Ltd. #401 Neo bd., 196-44 Anyang7-Dong Anyang Kyonggi-Do 430-857 KR 74-B0-0C (hex) Network Video Technologies, Inc 74B00C (base 16) Network Video Technologies, Inc 4005 Bohannon Drive Menlo Park CA 94025 US E8-40-40 (hex) Cisco Systems, Inc E84040 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US D8-9D-B9 (hex) eMegatech International Corp. D89DB9 (base 16) eMegatech International Corp. Room 403, No.24 Wucyuan 2nd Rd., Sinjhuang City, Taipei County, 238 TW 40-5A-9B (hex) ANOVO 405A9B (base 16) ANOVO ZI de Bracheux BEAUVAIS 60000 FR E0-69-95 (hex) PEGATRON CORPORATION E06995 (base 16) PEGATRON CORPORATION 5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW 84-DE-3D (hex) Crystal Vision Ltd 84DE3D (base 16) Crystal Vision Ltd Lion Technology park Whittlesford/ Cambridge Cambs CB22 4WL GB D0-75-BE (hex) Reno A&E D075BE (base 16) Reno A&E 4655 Aircenter Circle Reno Nevada 89502 US BC-6E-76 (hex) Green Energy Options Ltd BC6E76 (base 16) Green Energy Options Ltd 3 St. Mary's Court, Main Street Cambridge Cambridgeshire CB23 7QS GB E8-28-D5 (hex) Cots Technology E828D5 (base 16) Cots Technology C-702, Bundang Techno Park, 145, Sungnam-City Kyounggi-do 463-760 KR F8-DA-F4 (hex) Taishan Online Technology Co., Ltd. F8DAF4 (base 16) Taishan Online Technology Co., Ltd. 4/F Fangda Building, South Area, Hi-tech Industial Park, Shenzhen Guangdong 518057 CN 08-D5-C0 (hex) Seers Technology Co., Ltd 08D5C0 (base 16) Seers Technology Co., Ltd 1210 Techcenter, SKnTechnopark, 190-1 Seongnam-si Gyeonggi-do 462-721 KR 6C-33-A9 (hex) Magicjack LP 6C33A9 (base 16) Magicjack LP 5700 Georgia Avenue West Palm Beach FL 33405 US 10-8C-CF (hex) Cisco Systems, Inc 108CCF (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US D8-E3-AE (hex) CIRTEC MEDICAL SYSTEMS D8E3AE (base 16) CIRTEC MEDICAL SYSTEMS 101B Cooper Court Los Gatos CA 95032 US 08-B7-EC (hex) Wireless Seismic 08B7EC (base 16) Wireless Seismic 13100 SW Freeway Sugar Land TX 77478 US 18-AF-9F (hex) DIGITRONIC Automationsanlagen GmbH 18AF9F (base 16) DIGITRONIC Automationsanlagen GmbH Auf der Langwies 1 Wallbach Hessen 65510 DE 00-B3-42 (hex) MacroSAN Technologies Co., Ltd. 00B342 (base 16) MacroSAN Technologies Co., Ltd. Room 102, No.2 Building Hangzhou Zhejiang 310052 CN 1C-F5-E7 (hex) Turtle Industry Co., Ltd. 1CF5E7 (base 16) Turtle Industry Co., Ltd. 1-12-4 Nishineminami Tsutiura Ibaraki 300-0842 JP 98-0E-E4 (hex) Private 980EE4 (base 16) Private 44-7D-A5 (hex) VTION INFORMATION TECHNOLOGY (FUJIAN) CO.,LTD 447DA5 (base 16) VTION INFORMATION TECHNOLOGY (FUJIAN) CO.,LTD Room 502, Wing A, World Trade Center Beijing, CN 0C-CD-D3 (hex) EASTRIVER TECHNOLOGY CO., LTD. 0CCDD3 (base 16) EASTRIVER TECHNOLOGY CO., LTD. 30 JINNIU XINCUN DONGGUAN GUANGDONG 523010 CN E4-6C-21 (hex) messMa GmbH E46C21 (base 16) messMa GmbH Am Stadtfeld 8 Ixleben Sachsen-Anhalt 39167 DE 00-B0-33 (hex) OAO Izhevskiy radiozavod 00B033 (base 16) OAO Izhevskiy radiozavod 19 Bazisnaya street Izhevsk Udmurt Republic 426034 RU 08-17-35 (hex) Cisco Systems, Inc 081735 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US C8-9C-1D (hex) Cisco Systems, Inc C89C1D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US E4-37-D7 (hex) HENRI DEPAEPE S.A.S. E437D7 (base 16) HENRI DEPAEPE S.A.S. 75/77 RUE DU PRE BROCHET SANNOIS 95112 FR E0-A1-D7 (hex) SFR E0A1D7 (base 16) SFR 40/42 Quai du point du jour Boulogne Billancourt Hauts de Seine 92659 FR 94-81-A4 (hex) Azuray Technologies 9481A4 (base 16) Azuray Technologies 7470 SW Bridgeport Rd Durham OR 97224 US BC-E0-9D (hex) Eoslink BCE09D (base 16) Eoslink #602, 900-1 Anyang-City Kyonggi-Do 431-060 KR 9C-22-0E (hex) TASCAN Systems GmbH 9C220E (base 16) TASCAN Systems GmbH Max-Planck-Str. 38 Cologne Köln 50858 DE 7C-DD-90 (hex) Shenzhen Ogemray Technology Co., Ltd. 7CDD90 (base 16) Shenzhen Ogemray Technology Co., Ltd. 3 Floor, 9 Building, Minxing Industrial Zone, Shenzhen Guangdong 518131 CN 0C-3C-65 (hex) Dome Imaging Inc 0C3C65 (base 16) Dome Imaging Inc 400 Fifth Av Waltham MA 02451 US C8-DF-7C (hex) Nokia Corporation C8DF7C (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI B4-4C-C2 (hex) NR ELECTRIC CO., LTD B44CC2 (base 16) NR ELECTRIC CO., LTD 69,Suyuan Avenue Nanjing Jiangsu 211102 CN 48-CB-6E (hex) Cello Electronics (UK) Ltd 48CB6E (base 16) Cello Electronics (UK) Ltd Cliff Lodge Leyburn North Yorkshire DL8 5NS GB BC-43-77 (hex) Hang Zhou Huite Technology Co.,ltd. BC4377 (base 16) Hang Zhou Huite Technology Co.,ltd. Rm1338,Block A¬FuLi Technology Building ,No.328,WenEr Rd Hang Zhou Zhe Jiang 310012 CN CC-76-69 (hex) SEETECH CC7669 (base 16) SEETECH 19-15, Seoku-dong Hwasung-si Gyeonggi-do 445-170 KR AC-20-AA (hex) DMATEK Co., Ltd. AC20AA (base 16) DMATEK Co., Ltd. 11F.-2, No.386, Shizheng Rd., Xitun Dist., Taichung 40757 TW FC-AF-6A (hex) Qulsar Inc FCAF6A (base 16) Qulsar Inc Torshamnsgatan 35 Kista SE-16440 SE 34-6F-92 (hex) White Rodgers Division 346F92 (base 16) White Rodgers Division 8100 West Florissant St. Louis MO 63136 US 34-BD-F9 (hex) Shanghai WDK Industrial Co.,Ltd. 34BDF9 (base 16) Shanghai WDK Industrial Co.,Ltd. No.2100,Songzhen Road,Songjiang District Shanghai 201606 CN CC-BE-71 (hex) OptiLogix BV CCBE71 (base 16) OptiLogix BV Joop Geesinkweg 999 Amsterdam NH 1096AZ NL 0C-46-9D (hex) MS Sedco 0C469D (base 16) MS Sedco 8701 Castle Park Drive Indianapolis 46256 US B0-9A-E2 (hex) STEMMER IMAGING GmbH B09AE2 (base 16) STEMMER IMAGING GmbH Gutenbergstraße 11 Puchheim By 82178 DE 14-EE-9D (hex) AirNav Systems LLC 14EE9D (base 16) AirNav Systems LLC 4660 La Jolla Village Dr. - Suite 500 San Diego California CA 92122 US 78-D0-04 (hex) Neousys Technology Inc. 78D004 (base 16) Neousys Technology Inc. 13F.-1, NO.1, BAOSHENG RD., YONGHE CITY TAIPEI COUNTY 23444 TW 88-95-B9 (hex) Unified Packet Systems Crop 8895B9 (base 16) Unified Packet Systems Crop 1F., No32,Lane 15,SEC 6, MinQuan E Rd., Taipei Neihu 114 TW D8-FE-8F (hex) IDFone Co., Ltd. D8FE8F (base 16) IDFone Co., Ltd. 7F Ace techno tower 5th B/D, 197-22 Guro-dong, Guro-gu Seoul 152-766 KR 88-8C-19 (hex) Brady Corp Asia Pacific Ltd 888C19 (base 16) Brady Corp Asia Pacific Ltd 1, Kaki Bukit Crescent 416236 SG 44-8C-52 (hex) KTIS CO., Ltd 448C52 (base 16) KTIS CO., Ltd 1208ho-103dong Ojung-Gu, Bucheon-si Gyeonggi-do 421-808 KR 00-6D-FB (hex) Vutrix Technologies Ltd 006DFB (base 16) Vutrix Technologies Ltd Unit 1 Red Lodge Business Park Weston-super-mare North Somerset BS24 7TN GB 84-18-88 (hex) Juniper Networks 841888 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 90-67-B5 (hex) Alcatel-Lucent 9067B5 (base 16) Alcatel-Lucent 600-700 Mountain Ave. Murray Hiill NJ 07974-0636 US E0-F3-79 (hex) Vaddio E0F379 (base 16) Vaddio 9433 Science Center Drive New Hope MN 55428 US 78-B6-C1 (hex) AOBO Telecom Co.,Ltd 78B6C1 (base 16) AOBO Telecom Co.,Ltd Room1508,Jiangong Building Hangzhou ZheJiang 310012 CN 08-D2-9A (hex) Proformatique 08D29A (base 16) Proformatique 10 bis rue Lucien Voilin Puteaux 92800 FR C8-93-83 (hex) Embedded Automation, Inc. C89383 (base 16) Embedded Automation, Inc. 17345 Abbey Drive Surrey BC V4N 4M3 CA 78-A0-51 (hex) iiNet Labs Pty Ltd 78A051 (base 16) iiNet Labs Pty Ltd Level 1 Subiaco WA 6008 AU 80-4F-58 (hex) ThinkEco, Inc. 804F58 (base 16) ThinkEco, Inc. 303 Fifth Avenue New York NY 10016 US 04-75-F5 (hex) CSST 0475F5 (base 16) CSST Building 6, CSST industrial park, Tong fuyu Industrial zone Shenzhen Guangdong 518107 CN 8C-4D-EA (hex) Cerio Corporation 8C4DEA (base 16) Cerio Corporation 5F., No.88, Mincyuan Rd., Sindian City Taipei County 23141 TW 24-BA-30 (hex) Technical Consumer Products, Inc. 24BA30 (base 16) Technical Consumer Products, Inc. 325 Campus Drive Aurora OH 44202 US 18-8E-D5 (hex) TP Vision Belgium N.V. - innovation site Brugge 188ED5 (base 16) TP Vision Belgium N.V. - innovation site Brugge Pathoekeweg 11 Bruges West Flanders 8000 BE E8-0C-38 (hex) DAEYOUNG INFORMATION SYSTEM CO., LTD E80C38 (base 16) DAEYOUNG INFORMATION SYSTEM CO., LTD #826 TAMNIP-DONG, YUSEONG-GO, DAEJON 305-510 KR E0-8A-7E (hex) Exponent E08A7E (base 16) Exponent 149 Commonwealth Drive Menlo Park CA 94025 US A8-B0-AE (hex) LEONI A8B0AE (base 16) LEONI 3945 Freedom Circle Santa Clara California 95054 US E4-27-71 (hex) Smartlabs E42771 (base 16) Smartlabs 72, Oktyabrskaya Street Moscow 127521 RU 34-DF-2A (hex) Fujikon Industrial Co.,Limited 34DF2A (base 16) Fujikon Industrial Co.,Limited 16/F., Tower 1, Grand Central Plaza,138 Shatin Rural 523930 HK 2C-DD-0C (hex) Discovergy GmbH 2CDD0C (base 16) Discovergy GmbH Pascalstraße 15 Aachen NRW 52076 DE 40-B2-C8 (hex) Nortel Networks 40B2C8 (base 16) Nortel Networks CARRETERA BASE AEREA # 5850 Zapopan Jalisco 44130 MX 70-A1-91 (hex) Trendsetter Medical, LLC 70A191 (base 16) Trendsetter Medical, LLC 2030 Ardmore BLVD Pittsburgh PA 15221 US 70-8B-78 (hex) citygrow technology co., ltd 708B78 (base 16) citygrow technology co., ltd rm1404, blk A, ,5 - 21 Pak Tin Par Street Tsuen Wan HK 64-31-7E (hex) Dexin Corporation 64317E (base 16) Dexin Corporation 14F-8, No. 258, Lian Cheng Rd. Chung Ho City, Taipei Hsien 235 TW 3C-99-F7 (hex) Lansentechnology AB 3C99F7 (base 16) Lansentechnology AB Rörkullsvägen 4 Halmstad 30241 SE 50-7D-02 (hex) BIODIT 507D02 (base 16) BIODIT Calle Gustave Eiffel 3 Paterna Valencia 46980 ES B4-A4-E3 (hex) Cisco Systems, Inc B4A4E3 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 8C-1F-94 (hex) RF Surgical System Inc. 8C1F94 (base 16) RF Surgical System Inc. 9740 Appaloosa Road San Diego CA 92131 US 44-91-DB (hex) Shanghai Huaqin Telecom Technology Co.,Ltd 4491DB (base 16) Shanghai Huaqin Telecom Technology Co.,Ltd No.1 Building,399 Keyuan Road, Zhangjian Hi-Tech Park, shanghai shanghai 201203 CN 14-D7-6E (hex) CONCH ELECTRONIC Co.,Ltd 14D76E (base 16) CONCH ELECTRONIC Co.,Ltd No.3 Keji 1st Load. Tainan 70955 TW AC-83-F0 (hex) ImmediaTV Corporation AC83F0 (base 16) ImmediaTV Corporation 2005 De La Cruz Blvd Santa Clara California 95050 US CC-6B-98 (hex) Minetec Wireless Technologies CC6B98 (base 16) Minetec Wireless Technologies 10 Kembla Way Willetton WA 6155 AU 3C-04-BF (hex) PRAVIS SYSTEMS Co.Ltd., 3C04BF (base 16) PRAVIS SYSTEMS Co.Ltd., 4F, 5F Jaeyoon Bld, 75-3 Yangjae-Dong, Seoul Seocho-Gu 137-889 KR 94-DD-3F (hex) A+V Link Technologies, Corp. 94DD3F (base 16) A+V Link Technologies, Corp. 5F., No.550, Xianzheng 2nd Rd. Zhubei City Hsinchu Country 30268 TW F4-42-27 (hex) S & S Research Inc. F44227 (base 16) S & S Research Inc. 89 Access Rd #10 Norwood MA 02062 US C8-A7-29 (hex) SYStronics Co., Ltd. C8A729 (base 16) SYStronics Co., Ltd. #301-1404, Buchun Techno-Park II Buchun City Kyung gi-do 421-741 KR 44-54-C0 (hex) Thompson Aerospace 4454C0 (base 16) Thompson Aerospace 18 Technology Irvine CA 92618 US C4-F4-64 (hex) Spica international C4F464 (base 16) Spica international Pot k sejmiscu 33 Ljubljana 1000 SI 60-2A-54 (hex) CardioTek B.V. 602A54 (base 16) CardioTek B.V. Amerikalaan 70 Maastricht Airport Limburg 6199AE NL BC-FF-AC (hex) TOPCON CORPORATION BCFFAC (base 16) TOPCON CORPORATION 75-1, Hasunuma-cho Itabashi-ku TOKYO 174-8580 JP 44-5E-F3 (hex) Tonalite Holding B.V. 445EF3 (base 16) Tonalite Holding B.V. Nieuw Amsterdamsestraat 40 Emmen Drenthe 7814 VA NL 68-DB-96 (hex) OPWILL Technologies CO .,LTD 68DB96 (base 16) OPWILL Technologies CO .,LTD Room 415,Digital Media Building,NO.7 Shangdi Information Road,HaiDian District, Beijing 100085 CN 7C-55-E7 (hex) YSI, Inc. 7C55E7 (base 16) YSI, Inc. 1725 Brannum Lane Yellow Springs Ohio 45387 US 70-B0-8C (hex) Shenou Communication Equipment Co.,Ltd 70B08C (base 16) Shenou Communication Equipment Co.,Ltd No.118 Middle Juguang Road, High & New Industrial Zone Wenzhou Zhejiang 325029 CN C0-3B-8F (hex) Minicom Digital Signage C03B8F (base 16) Minicom Digital Signage 24 Hebron Road Jerusalem 93542 IL 20-FE-DB (hex) M2M Solution S.A.S. 20FEDB (base 16) M2M Solution S.A.S. Centre d'Affaires Regus Bat.D Mougins 06254 FR 0C-8D-98 (hex) TOP EIGHT IND CORP 0C8D98 (base 16) TOP EIGHT IND CORP 8F.,No79-1 Zhouzi St., Neihu District, Taipei City (Neihu Technology Park) Taipei 11493 TW 40-C7-C9 (hex) Naviit Inc. 40C7C9 (base 16) Naviit Inc. 3058A Scott Blvd. Santa Clara CA 95054 US 7C-BB-6F (hex) Cosco Electronics Co., Ltd. 7CBB6F (base 16) Cosco Electronics Co., Ltd. #1101, ENC Dream tower, 327-27 Seoul 153-793 KR 94-A7-BC (hex) BodyMedia, Inc. 94A7BC (base 16) BodyMedia, Inc. 420 Fort Duquesne Blvd Pittsburgh PA 15222 US C8-A1-B6 (hex) Shenzhen Longway Technologies Co., Ltd C8A1B6 (base 16) Shenzhen Longway Technologies Co., Ltd Suite 707,Incubation Building, China Academy of Science&Tech Development, South area Shenzhen Guangdong 518057 CN A8-55-6A (hex) Pocketnet Technology Inc. A8556A (base 16) Pocketnet Technology Inc. Suite B, 7F., No. 550, Ruie Kwang Rd., Neihu District, Taipei 11429 TW B4-C8-10 (hex) UMPI Elettronica B4C810 (base 16) UMPI Elettronica Via Respighi, 15 Cattolica 47841 IT 64-A2-32 (hex) OOO Samlight 64A232 (base 16) OOO Samlight 44A, Dubninskaya str., Moscow 127591 RU 64-FC-8C (hex) Zonar Systems 64FC8C (base 16) Zonar Systems 18200 Cascade Ave South Seattle WA 98118 US D0-57-4C (hex) Cisco Systems, Inc D0574C (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US F8-DA-E2 (hex) NDC Technologies F8DAE2 (base 16) NDC Technologies 8001 Technology Blvd Dayton OH 45424 US 70-5E-AA (hex) Action Target, Inc. 705EAA (base 16) Action Target, Inc. PO Box 636 Provo UT 84603 US 34-F9-68 (hex) ATEK Products, LLC 34F968 (base 16) ATEK Products, LLC 210 NE 10th Avenue Brainerd MN 56401 US 20-B0-F7 (hex) Enclustra GmbH 20B0F7 (base 16) Enclustra GmbH Technoparkstrasse 1 Zurich ZH CH-8005 CH 54-31-31 (hex) Raster Vision Ltd 543131 (base 16) Raster Vision Ltd Unit 1, Crundalls Tonbridge Kent TN12 7EA GB D0-E3-47 (hex) Yoga D0E347 (base 16) Yoga Tammsaare tee 47 Tallinn Harjumaa 11316 EE F0-ED-1E (hex) Bilkon Bilgisayar Kontrollu Cih. Im.Ltd. F0ED1E (base 16) Bilkon Bilgisayar Kontrollu Cih. Im.Ltd. Gersan Sanayi Sitesi 658.Sokak No:16 ANKARA 06370 TR C4-16-FA (hex) Prysm Inc C416FA (base 16) Prysm Inc 180 Baytech Drive San Jose California 95134 US 50-6F-9A (hex) Wi-Fi Alliance 506F9A (base 16) Wi-Fi Alliance 3925 W. Braker Lane Austin TX 78759 US 84-29-14 (hex) EMPORIA TELECOM Produktions- und VertriebsgesmbH & Co KG 842914 (base 16) EMPORIA TELECOM Produktions- und VertriebsgesmbH & Co KG Industriezeile 36, Linz 4020 AT BC-7D-D1 (hex) Radio Data Comms BC7DD1 (base 16) Radio Data Comms 5/20-30 Stubbs Street Silverwater New South Wales (NSW) 2128 AU 58-50-76 (hex) Linear Equipamentos Eletronicos SA 585076 (base 16) Linear Equipamentos Eletronicos SA Praca Linear 100 Santa Rita do Sapucai MG 37540000 BR F0-F9-F7 (hex) IES GmbH & Co. KG F0F9F7 (base 16) IES GmbH & Co. KG Darmcher Grund 22 Meinerzhagen 58540 DE 38-58-0C (hex) Panaccess Systems GmbH 38580C (base 16) Panaccess Systems GmbH Gutenbergstr. 8 Ismaning BY 85737 DE 44-51-DB (hex) Raytheon BBN Technologies 4451DB (base 16) Raytheon BBN Technologies 10 Moulton Street Cambridge MA 02138 US DC-FA-D5 (hex) STRONG Ges.m.b.H. DCFAD5 (base 16) STRONG Ges.m.b.H. Franz-Josefs-Kai 1 Vienna 1010 AT 6C-8D-65 (hex) Wireless Glue Networks, Inc. 6C8D65 (base 16) Wireless Glue Networks, Inc. 1601 N. Main Street, Suite 202 Walnut Creek CA 94596 US 98-03-A0 (hex) ABB n.v. Power Quality Products 9803A0 (base 16) ABB n.v. Power Quality Products 10 allée centrale Jumet 6040 BE CC-43-E3 (hex) Trump s.a. CC43E3 (base 16) Trump s.a. rue de la Maitrise 9 Nivelles 1400 BE F8-C0-91 (hex) Highgates Technology F8C091 (base 16) Highgates Technology 1415 Highgates Ave Los Angeles CA 90042 US AC-9B-84 (hex) Smak Tecnologia e Automacao AC9B84 (base 16) Smak Tecnologia e Automacao Av. Sto. Antonio, 201 - Bela Vista Osasco São Paulo CEP 06086-075 BR 90-F2-78 (hex) Radius Gateway 90F278 (base 16) Radius Gateway 520 E. Montford Ave Ada OH 45810 US 80-66-29 (hex) Prescope Technologies CO.,LTD. 806629 (base 16) Prescope Technologies CO.,LTD. 12F-1,No.192,Sec 2,Chung Hsin Road Hsin Tien City Taipei County 23146 TW 24-1F-2C (hex) Calsys, Inc. 241F2C (base 16) Calsys, Inc. 2700 Augustine drive, Ste145 Santa Clara California 95054 US F0-BD-F1 (hex) Sipod Inc. F0BDF1 (base 16) Sipod Inc. 4633 Old Ironsides Drive, #400 Santa Clara CA 95054 US 64-67-07 (hex) Beijing Omnific Technology, Ltd. 646707 (base 16) Beijing Omnific Technology, Ltd. Rm. 402, Building 1, Shui Mu Qing Hua Community Beijing 100190 CN 58-FD-20 (hex) Bravida Sakerhet AB 58FD20 (base 16) Bravida Sakerhet AB Mikrofonvagen 28 STOCKHOLM 126 81 SE AC-A0-16 (hex) Cisco Systems, Inc ACA016 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 58-E7-47 (hex) Deltanet AG 58E747 (base 16) Deltanet AG Riedstrasse 8 Dietikon Zurich 8953 CH 40-40-22 (hex) ZIV 404022 (base 16) ZIV Polígono Parque Tecnológico, 210 ZAMUDIO VIZCAYA 48170 ES A8-5B-B0 (hex) Shenzhen Dehoo Technology Co.,Ltd A85BB0 (base 16) Shenzhen Dehoo Technology Co.,Ltd 5C,Tianzhan Building Tianan Cyberpark, ShenZhen Guang Dong 518040 CN 44-A6-89 (hex) PROMAX ELECTRONICA SA 44A689 (base 16) PROMAX ELECTRONICA SA FRANCESC MORAGAS 71-75 HOSPITALET DE LLOBREGAT BARCELONA 08907 ES 40-61-8E (hex) Stella-Green Co 40618E (base 16) Stella-Green Co 1-5-16 Edobori, Nishi-ku Osaka 550-0002 JP 68-E4-1F (hex) Unglaube Identech GmbH 68E41F (base 16) Unglaube Identech GmbH An der Moosach 3a Massenhausen Bayern 85376 DE 4C-60-D5 (hex) airPointe of New Hampshire 4C60D5 (base 16) airPointe of New Hampshire 35E Industrial Way Rochester NH 03867 US 88-87-17 (hex) CANON INC. 888717 (base 16) CANON INC. 3-30-2 Ohta-Ku Tokyo 146-8501 JP 6C-DC-6A (hex) Promethean Limited 6CDC6A (base 16) Promethean Limited Activlab Blackburn Lancashire BB1 5SN GB 90-55-AE (hex) Ericsson, EAB/RWI/K 9055AE (base 16) Ericsson, EAB/RWI/K Skolgången 17 Gävle SE-800 06 SE 10-10-B6 (hex) McCain Inc 1010B6 (base 16) McCain Inc 2365 Oak Ridge Way Vista CA 92081 US 00-93-63 (hex) Uni-Link Technology Co., Ltd. 009363 (base 16) Uni-Link Technology Co., Ltd. 7-5, No.66, Sec.2, Nan-Kan Rd., Lu-Chu Hsiang,Taoyuan,Taiwan Taoyuan Taiwan 338 TW D4-82-3E (hex) Argosy Technologies, Ltd. D4823E (base 16) Argosy Technologies, Ltd. 73-221 Haystack Road Palm Desert CA 92260 US 00-35-32 (hex) Electro-Metrics Corporation 003532 (base 16) Electro-Metrics Corporation 231 Enterprise Road Johnstown New York 12095 US 08-1F-F3 (hex) Cisco Systems, Inc 081FF3 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 44-37-6F (hex) Young Electric Sign Co 44376F (base 16) Young Electric Sign Co 1651 N 1000 W Logan UT 84321 US 38-9F-83 (hex) OTN Systems N.V. 389F83 (base 16) OTN Systems N.V. Industrielaan 17b Olen 2250 BE BC-6A-16 (hex) tdvine BC6A16 (base 16) tdvine 301 Maison Maru Building Seoul 135-010 KR 00-3A-9D (hex) NEC Platforms, Ltd. 003A9D (base 16) NEC Platforms, Ltd. 800 Shimomata Kakegawa Shizuoka 436-8501 JP 28-CD-4C (hex) Individual Computers GmbH 28CD4C (base 16) Individual Computers GmbH Im Zemmer 6 Woffelsbach NRW 52152 DE 8C-53-F7 (hex) A&D ENGINEERING CO., LTD. 8C53F7 (base 16) A&D ENGINEERING CO., LTD. 336-6 Dangsandong 6-ga, Yeongdeungpo-gu Seoul 150-810 KR 7C-76-73 (hex) ENMAS GmbH 7C7673 (base 16) ENMAS GmbH Holzkoppelweg 23 Kiel Schleswig-Holstein 24251 DE 6C-6F-18 (hex) Stereotaxis, Inc. 6C6F18 (base 16) Stereotaxis, Inc. 4320 Forest Park Ave St. Louis MO 63108 US 84-C7-27 (hex) Gnodal Ltd 84C727 (base 16) Gnodal Ltd 178 - 180 Hotwell Road Bristol BS8 4RP GB 08-76-95 (hex) Auto Industrial Co., Ltd. 087695 (base 16) Auto Industrial Co., Ltd. 14Floor, #235 Hanshin IT Tower, Seoul 152-768 KR AC-CE-8F (hex) HWA YAO TECHNOLOGIES CO., LTD ACCE8F (base 16) HWA YAO TECHNOLOGIES CO., LTD NO. 6, LN. 48, NANSING RD., YONGKANG CITY, TAINAN COUNTY 710 TW 8C-92-36 (hex) Aus.Linx Technology Co., Ltd. 8C9236 (base 16) Aus.Linx Technology Co., Ltd. 6F-2, No. 190, Sec. 2, Zhongxing Rd., Xindian Dist., New Taipei City 23146 TW 10-C7-3F (hex) Midas Klark Teknik Ltd 10C73F (base 16) Midas Klark Teknik Ltd Klark Teknik Building Kidderminster Worcestershire DY11 7HJ GB F8-91-2A (hex) GLP German Light Products GmbH F8912A (base 16) GLP German Light Products GmbH Im Stöckmädle 13 Karlsbad BW 76307 DE 44-E4-9A (hex) OMNITRONICS PTY LTD 44E49A (base 16) OMNITRONICS PTY LTD 27 SARICH CRT OSBORNE PARK WA 6017 AU 08-F2-F4 (hex) Net One Partners Co.,Ltd. 08F2F4 (base 16) Net One Partners Co.,Ltd. 2-8 Higashi Shinagawa 2-chome, Tokyo 1400002 JP 0C-7D-7C (hex) Kexiang Information Technology Co, Ltd. 0C7D7C (base 16) Kexiang Information Technology Co, Ltd. Room 1502, Longxi Hotel No.3788 Jiangnan Avenue. Hangzhou Zhejiang 310053 CN 30-37-A6 (hex) Cisco Systems, Inc 3037A6 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US DC-1D-9F (hex) U & B tech DC1D9F (base 16) U & B tech 2F, Daeyoung buliding, 1423-6, Kwanyang-1Dong, Anyang-Si Gyeonggi-Do 431-061 KR D8-E7-2B (hex) NetAlly D8E72B (base 16) NetAlly 310 Littleton Road Westford MA 01886 US 78-5C-72 (hex) Hioso Technology Co., Ltd. 785C72 (base 16) Hioso Technology Co., Ltd. 6th Floor, 12th Building, Wangtang Industrial Zone, Shenzhen Guangdong 518055 CN 58-05-56 (hex) Elettronica GF S.r.L. 580556 (base 16) Elettronica GF S.r.L. Via Vittori, 63 FAENZA RA 48018 IT B0-90-74 (hex) Fulan Electronics Limited B09074 (base 16) Fulan Electronics Limited Flat B&C,3/F,A1 Block, Gaoxin Cyber-Tech Zone,Nanshan Shenzhen Guangdong 518057 CN 94-F6-92 (hex) Geminico co.,Ltd. 94F692 (base 16) Geminico co.,Ltd. #102-1112, Chunui-Technopark, 200-1, Bucheon-city Kyunggi-do 420-857 KR 68-EF-BD (hex) Cisco Systems, Inc 68EFBD (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US F0-24-08 (hex) Talaris (Sweden) AB F02408 (base 16) Talaris (Sweden) AB Taljs Sodra Industriomrade Flen 64284 SE 80-81-A5 (hex) TONGQING COMMUNICATION EQUIPMENT (SHENZHEN) Co.,Ltd 8081A5 (base 16) TONGQING COMMUNICATION EQUIPMENT (SHENZHEN) Co.,Ltd Tongqing Industry Park,jiuwei,xixiang Town,Baoan District, Shenzhen Guangdong 518126 CN B4-82-FE (hex) ASKEY COMPUTER CORP B482FE (base 16) ASKEY COMPUTER CORP 10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW 30-7C-30 (hex) RIM 307C30 (base 16) RIM 295 Phillip Street Waterloo Ontario N2L 3W8 CA BC-4E-3C (hex) CORE STAFF CO., LTD. BC4E3C (base 16) CORE STAFF CO., LTD. Shin-osaka Oriental Bldg. 14F, 7-1-26 Nishinakajima Yodogawa-ku Osaka 532-0011 JP 50-2A-8B (hex) Telekom Research and Development Sdn Bhd 502A8B (base 16) Telekom Research and Development Sdn Bhd TMRND Innovation Centre Cyberjaya Selangor 63000 MY EC-43-E6 (hex) AWCER Ltd. EC43E6 (base 16) AWCER Ltd. 100-413 Bucheon Technopark Bucheon-city Gyeonggi-do 421-741 KR 78-12-B8 (hex) ORANTEK LIMITED 7812B8 (base 16) ORANTEK LIMITED 5/F, Building E, Dakan Tech Park, Dakan village, Xili Town, Nanshan District, Shenzhen, China Shenzhen Guangdong 518000 CN 98-BC-99 (hex) Edeltech Co.,Ltd. 98BC99 (base 16) Edeltech Co.,Ltd. #302 Jamae Bldg, 1010-28, Sadang-dong, Dongjak=gu Seoul 156-824 KR F0-2F-D8 (hex) Bi2-Vision F02FD8 (base 16) Bi2-Vision 16-504, 21-ban, Shimomaruko 4-chome, Oota-ku Tokyo 146-0092 JP 54-42-49 (hex) Sony Corporation 544249 (base 16) Sony Corporation Gotenyama Tec 5-1-2 Tokyo Shinagawa-ku 141-0001 JP 90-47-16 (hex) RORZE CORPORATION 904716 (base 16) RORZE CORPORATION 1588-2 Michinoue, Kannabe-cho Fukuyama Hiroshima 720-2104 JP 10-44-5A (hex) Shaanxi Hitech Electronic Co., LTD 10445A (base 16) Shaanxi Hitech Electronic Co., LTD 35 Tuanjienan Rode, Xian Shaanxi 710075 CN F4-76-26 (hex) Viltechmeda UAB F47626 (base 16) Viltechmeda UAB Kalvariju 125 Vilnius LT-08221 LT 0C-17-F1 (hex) TELECSYS 0C17F1 (base 16) TELECSYS 31 chemin du fief aux pretres L'ORBRIE 85200 FR 00-3A-9B (hex) Cisco Systems, Inc 003A9B (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 2C-34-27 (hex) ERCO & GENER 2C3427 (base 16) ERCO & GENER ZI de SAINT LAMBERT DES LEVEES SAUMUR 49412 FR 80-91-2A (hex) Lih Rong electronic Enterprise Co., Ltd. 80912A (base 16) Lih Rong electronic Enterprise Co., Ltd. 2F, No. 2, Lane 387, Hsin Shu Road Hsin Chuang Taipei 242 TW 7C-2F-80 (hex) Gigaset Communications GmbH 7C2F80 (base 16) Gigaset Communications GmbH SCM PE 2 Bocholt 46395 DE 10-B7-F6 (hex) Plastoform Industries Ltd. 10B7F6 (base 16) Plastoform Industries Ltd. Units 1506A - 1512, Mita Centre, Kwai Chung, HK 44-8E-81 (hex) VIG 448E81 (base 16) VIG 705 Hanshin IT Tower, 60-18, Kasan-dong, Geumcheon-gu Seoul KSXX0022 KR 88-94-F9 (hex) Gemicom Technology, Inc. 8894F9 (base 16) Gemicom Technology, Inc. 16F, Building B, No. 98, Sec 1, Hsin-Tai-Wu Rd. Hsi-Chih city Taipei 22102 TW 50-2A-7E (hex) Smart electronic GmbH 502A7E (base 16) Smart electronic GmbH Industrie Str. 29 St. Georgen 78112 DE 5C-87-78 (hex) Cybertelbridge co.,ltd 5C8778 (base 16) Cybertelbridge co.,ltd #901 Acehighend tower 2 Seoul 152-050 KR 38-BB-23 (hex) OzVision America LLC 38BB23 (base 16) OzVision America LLC 400 West Cummings Park Woburn MA 01801 US 0C-84-11 (hex) A.O. Smith Water Products 0C8411 (base 16) A.O. Smith Water Products 25589 Hwy 1 McBee SC 29101 US E0-AB-FE (hex) Orb Networks, Inc. E0ABFE (base 16) Orb Networks, Inc. 428 13th Street Oakland CA 94612 US 44-83-12 (hex) Star-Net 448312 (base 16) Star-Net Egoz 64 Kiryat Byalik Israel 27000 IL A0-5D-E7 (hex) DIRECTV, Inc. A05DE7 (base 16) DIRECTV, Inc. 2230 E. Imperial Hwy El Segundo CA 90245 US 08-76-18 (hex) ViE Technologies Sdn. Bhd. 087618 (base 16) ViE Technologies Sdn. Bhd. no. 85-A, Lintang Bayan Lepas 11, Bayan Lepas Penang 11900 MY D0-E4-0B (hex) Wearable Inc. D0E40B (base 16) Wearable Inc. 3825 Charles Dr. Northbrook IL 60062 US 74-7E-1A (hex) Red Embedded Design Limited 747E1A (base 16) Red Embedded Design Limited The Wave Shipley West Yorkshire BD17 7Du GB 14-A8-6B (hex) ShenZhen Telacom Science&Technology Co., Ltd 14A86B (base 16) ShenZhen Telacom Science&Technology Co., Ltd B1701/1705 Pavilion, Hua Qiang Bei RD4002, Futian District ShenZhen GuangDong 518028 CN 0C-C3-A7 (hex) Meritec 0CC3A7 (base 16) Meritec P.O. Box 8003 Painesville Ohio 44077 US DC-E2-AC (hex) Lumens Digital Optics Inc. DCE2AC (base 16) Lumens Digital Optics Inc. 5F, No.35, Sintai Rd., Jhubei City Jhubei HsinChu 302 TW 98-D8-8C (hex) Nortel Networks 98D88C (base 16) Nortel Networks CARRETERA BASE AEREA # 5850 Zapopan Jalisco 44130 MX 78-19-2E (hex) NASCENT Technology 78192E (base 16) NASCENT Technology 2744 Yorkmont RD Charlotte NC 28208 US 48-EB-30 (hex) ETERNA TECHNOLOGY, INC. 48EB30 (base 16) ETERNA TECHNOLOGY, INC. 3939 veselich ave los angeles california 90039 US 4C-32-2D (hex) TELEDATA NETWORKS 4C322D (base 16) TELEDATA NETWORKS 10 Hasadnaot Street HERZLIYA 46120 IL AC-86-7E (hex) Create New Technology (HK) Limited Company AC867E (base 16) Create New Technology (HK) Limited Company Rm B 10/F JinFeng Building,1001 ShangBu South Road,FuTian District Shen Zhen Guang Dong 518031 CN 8C-59-8B (hex) C Technologies AB 8C598B (base 16) C Technologies AB Traktorvägen 11 Lund Skåne 226 60 SE D4-4C-A7 (hex) Informtekhnika & Communication, LLC D44CA7 (base 16) Informtekhnika & Communication, LLC 1, build. 2/1, Verhnaya Moscow 107140 RU A8-C2-22 (hex) TM-Research Inc. A8C222 (base 16) TM-Research Inc. Hiyoshi Honcho 1-15-4 Yokohama Kanagawa 223-0062 JP 00-3D-41 (hex) Hatteland Computer AS 003D41 (base 16) Hatteland Computer AS Aamsosen Nedre Vats Rogaland 5578 NO CC-50-76 (hex) Ocom Communications, Inc. CC5076 (base 16) Ocom Communications, Inc. 13F-6, No. 1, Bao Sheng Rd., Yong Ho City 234 TW 4C-C4-52 (hex) Shang Hai Tyd. Electon Technology Ltd. 4CC452 (base 16) Shang Hai Tyd. Electon Technology Ltd. Room No.5,N0.396,GuiLin Road, Shang Hai 200233 US 7C-CB-0D (hex) Antaira Technologies, LLC 7CCB0D (base 16) Antaira Technologies, LLC 445 Capricorn St. Brea California 92821 US C0-1E-9B (hex) Pixavi AS C01E9B (base 16) Pixavi AS Dusavikveien 39 Stavanger 4003 NO 80-3B-9A (hex) ghe-ces electronic ag 803B9A (base 16) ghe-ces electronic ag Hoemelstraße 17 Wald ZH 8636 CH 74-32-56 (hex) NT-ware Systemprg GmbH 743256 (base 16) NT-ware Systemprg GmbH Niedersachsenstrasse 6 Bad Iburg NDS 49186 DE C4-E1-7C (hex) U2S co. C4E17C (base 16) U2S co. 104-706, SK Ventium Building, 522, Dangjeong-Dong Gunpo-si Geonggi-do 435-776 KR 20-BF-DB (hex) DVL 20BFDB (base 16) DVL 21 Gradinilor Str Chisinau MD2001 MD 20-41-5A (hex) Smarteh d.o.o. 20415A (base 16) Smarteh d.o.o. Trg tigrovcev 1 Tolmin 5220 SI A4-DA-3F (hex) Bionics Corp. A4DA3F (base 16) Bionics Corp. 1406 Masters Tower Seoul 121-748 KR A0-40-25 (hex) Actioncable, Inc. A04025 (base 16) Actioncable, Inc. 998 Westlynn Way Cupertino CA 95014 US 4C-4B-68 (hex) Mobile Device, Inc. 4C4B68 (base 16) Mobile Device, Inc. 8F-1, No. 145, Sianjheng 9th Rd., Jhubei City, Hsinchu County 30251 TW 20-12-57 (hex) Most Lucky Trading Ltd 201257 (base 16) Most Lucky Trading Ltd Room403 No.506 Zhongshan South 2nd Road,Xuhui District Shanghai 200032 CN E8-DA-AA (hex) VideoHome Technology Corp. E8DAAA (base 16) VideoHome Technology Corp. 4F-1, No. 192, Da Tung Rd., Sec. 3, Hsichih, Taipei Hsien 221 TW 64-7D-81 (hex) YOKOTA INDUSTRIAL CO,.LTD 647D81 (base 16) YOKOTA INDUSTRIAL CO,.LTD 5-55 NISHIIWATA HIGASHI OSAKA-CITY OSAKA 578-0947 JP 7C-CF-CF (hex) Shanghai SEARI Intelligent System Co., Ltd 7CCFCF (base 16) Shanghai SEARI Intelligent System Co., Ltd No.505 Wuning Road, Putuo District Shanghai 200063 CN 68-AA-D2 (hex) DATECS LTD., 68AAD2 (base 16) DATECS LTD., BUL. TSARIGRADSKO SHOSSE 115A SOFIA 1784 BG A4-DE-50 (hex) Total Walther GmbH A4DE50 (base 16) Total Walther GmbH Frankfurter Ring 17 Munich 80807 DE 1C-F0-61 (hex) SCAPS GmbH 1CF061 (base 16) SCAPS GmbH Bahnhofstraße 17 Deisenhofen Bavaria 82041 DE A8-93-E6 (hex) JIANGXI JINGGANGSHAN CKING COMMUNICATION TECHNOLOGY CO.,LTD A893E6 (base 16) JIANGXI JINGGANGSHAN CKING COMMUNICATION TECHNOLOGY CO.,LTD 5F,301building,Tairan High-tech park, Chegongmiao,Futian zone, SHENZHEN GUANGDONG 518000 CN C4-AA-A1 (hex) SUMMIT DEVELOPMENT, spol.s r.o. C4AAA1 (base 16) SUMMIT DEVELOPMENT, spol.s r.o. K Vodoteci 197 Orech Praha-zapad 252 25 CZ 30-32-D4 (hex) Hanilstm Co., Ltd. 3032D4 (base 16) Hanilstm Co., Ltd. 138-6, Sangdaewon-dong Jungwon-gu Seongnam Kyonggi-do 462-120 KR E0-64-BB (hex) DigiView S.r.l. E064BB (base 16) DigiView S.r.l. Via Senigallia 18/2 Milano 20161 IT DC-33-50 (hex) TechSAT GmbH DC3350 (base 16) TechSAT GmbH Gruber Str. 46c Poing BY 85586 DE F0-BC-C8 (hex) MaxID (Pty) Ltd F0BCC8 (base 16) MaxID (Pty) Ltd 43 Homestead Road Johannesburg Gauteng 2128 ZA 24-82-8A (hex) Prowave Technologies Ltd. 24828A (base 16) Prowave Technologies Ltd. 2F,No.879-16,Zhongjiang Road Shanghai 200333 CN 68-CC-9C (hex) Mine Site Technologies 68CC9C (base 16) Mine Site Technologies 113 Wicks Road North Ryde NSW 2113 AU 14-6E-0A (hex) Private 146E0A (base 16) Private 0C-E7-09 (hex) Fox Crypto B.V. 0CE709 (base 16) Fox Crypto B.V. P.O. box 638 Delft ZH 2600 AP NL B4-B5-AF (hex) Minsung Electronics B4B5AF (base 16) Minsung Electronics Mega-valley #620 Anyang-si Kyeonggi-do 431-767 KR 04-B3-B6 (hex) Seamap (UK) Ltd 04B3B6 (base 16) Seamap (UK) Ltd Unit 34, The Maltings Shepton Mallet Somerset BA4 5QE GB 00-27-0B (hex) Adura Technologies 00270B (base 16) Adura Technologies 28 Second Street San Francisco CA 94105 US 00-27-0D (hex) Cisco Systems, Inc 00270D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-27-1B (hex) Alec Sicherheitssysteme GmbH 00271B (base 16) Alec Sicherheitssysteme GmbH Friedrich-Hoelscher-Strasse 367 Dortmund 44328 DE 00-27-18 (hex) Suzhou NEW SEAUNION Video Technology Co.,Ltd 002718 (base 16) Suzhou NEW SEAUNION Video Technology Co.,Ltd 383 Jingmao Road, Industry Park Suzhou Jiangsu 215021 CN 6C-0F-6A (hex) JDC Tech Co., Ltd. 6C0F6A (base 16) JDC Tech Co., Ltd. 370-12 Daemyung-ri Daegot-myun Kimpo-si Kyunggi-do 410-853 KR 04-B4-66 (hex) BSP Co., Ltd. 04B466 (base 16) BSP Co., Ltd. 162-10 Gumi Gyeungsangbuk Do 730-902 KR D8-D6-7E (hex) GSK CNC EQUIPMENT CO.,LTD D8D67E (base 16) GSK CNC EQUIPMENT CO.,LTD No.7,1st Street,Luochong North Road,Luochongwei,No.7,1st Street,Luochong North Road,Luochongwei,No.7,1st Street,Luochong North Road,Luochongwei, Guangzhou Guangdong 510165 CN 00-26-AE (hex) Wireless Measurement Ltd 0026AE (base 16) Wireless Measurement Ltd The Crescent EMSWORTH PO10 8JS GB 00-26-B1 (hex) Navis Auto Motive Systems, Inc. 0026B1 (base 16) Navis Auto Motive Systems, Inc. Busan, Centumjungang-ro 78, Centum Greentower 8th floor BUSAN 612-822 KR 00-26-AA (hex) Kenmec Mechanical Engineering Co., Ltd. 0026AA (base 16) Kenmec Mechanical Engineering Co., Ltd. 3F, No. 97, Sec.2 Nan-Kang Rd., Taipei 11578 TW 00-26-D2 (hex) Pcube Systems, Inc. 0026D2 (base 16) Pcube Systems, Inc. 1857 O'Toole Lane San Jose CA 95131 US 00-26-CD (hex) PurpleComm, Inc. 0026CD (base 16) PurpleComm, Inc. 2620 Augustine Dr., Ste. 100 Santa Clara CA 95054 US 00-27-07 (hex) Lift Complex DS, JSC 002707 (base 16) Lift Complex DS, JSC mikrorayon Gorsky, 6 Novosibirsk 630073 RU 00-26-D7 (hex) KM Electornic Technology Co., Ltd. 0026D7 (base 16) KM Electornic Technology Co., Ltd. 5F, NO.3 Building, NO.118 Rd. Baoan District, Shenzhen China Shenzhen Guangdong 518101 CN 00-26-D0 (hex) Semihalf 0026D0 (base 16) Semihalf ul. Wadowicka 8A Krakow ... 30-415 PL 00-26-FE (hex) MKD Technology Inc. 0026FE (base 16) MKD Technology Inc. R.B8, No.1 Lising 1st Rd., Hsinchu 30078 TW 00-26-A0 (hex) moblic 0026A0 (base 16) moblic 7F, 271-1, Seohyeon-dong, Bundang-gu Seongnam-si Kyeonggi-do 463-824 KR 00-26-E5 (hex) AEG Power Solutions 0026E5 (base 16) AEG Power Solutions Emil Siepmannstraße 32 Warstein NRW 59581 DE 00-26-E3 (hex) DTI 0026E3 (base 16) DTI Rue de la gare, 35 NANINNE NAMUR 5100 BE 00-26-BC (hex) General Jack Technology Ltd. 0026BC (base 16) General Jack Technology Ltd. The Area of Administration of Lian Bei, Dong Guan Guang Dong 523580 CN 00-26-96 (hex) NOOLIX Co., Ltd 002696 (base 16) NOOLIX Co., Ltd DAECHANG B/D 3F, 8-2 SUNAE-DONG SUNGNAM-SI KYUNGGI-DO 463-825 KR 00-26-9A (hex) Carina System Co., Ltd. 00269A (base 16) Carina System Co., Ltd. 2-2-11 Kotonoo-cho Kobe Hyogo 651-0094 JP 00-26-95 (hex) ZT Group Int'l Inc 002695 (base 16) ZT Group Int'l Inc 350 Meadowlands Parkway Secaucus NJ 07094 US 00-26-93 (hex) QVidium Technologies, Inc. 002693 (base 16) QVidium Technologies, Inc. 12989 Chaparral Ridge Rd San Diego CA 92130 US 00-26-65 (hex) ProtectedLogic Corporation 002665 (base 16) ProtectedLogic Corporation PO Box 67707 Albuquerque NM 87193 US 00-26-60 (hex) Logiways 002660 (base 16) Logiways 24/26 rue Louis ARMAND PARIS 75015 FR 00-26-70 (hex) Cinch Connectors 002670 (base 16) Cinch Connectors 1700 Finley Road Lombard IL 60148 US 00-26-71 (hex) AUTOVISION Co., Ltd 002671 (base 16) AUTOVISION Co., Ltd Shinsegae YBS Bldg. 102 Seongdong-gu Seoul 133-847 KR 00-26-48 (hex) Emitech Corp. 002648 (base 16) Emitech Corp. No. 156-5A, ChengGong 1st St., Jhubei City Hsinchu County 302 TW 00-26-45 (hex) Circontrol S.A. 002645 (base 16) Circontrol S.A. Lepant 43 Terrassa Barcelona 08223 ES 00-26-3E (hex) Trapeze Networks 00263E (base 16) Trapeze Networks 5753 West Las Positas Blvd. Pleasanton California 94588 US 00-26-3C (hex) Bachmann Technology GmbH & Co. KG 00263C (base 16) Bachmann Technology GmbH & Co. KG Ernsthaldenstrasse 33 Stuttgart BW 70565 DE 00-26-3D (hex) MIA Corporation 00263D (base 16) MIA Corporation 1-3-15 Yoshino-cho, Minami-ku Yokohama Kanagawa 232-0014 JP 00-26-78 (hex) Logic Instrument SA 002678 (base 16) Logic Instrument SA 43, Avenue de l'Europe Domont 95330 FR 00-26-77 (hex) DEIF A/S 002677 (base 16) DEIF A/S Frisenborgvej 33 Skive 7800 DK 00-26-8E (hex) Alta Solutions, Inc. 00268E (base 16) Alta Solutions, Inc. 11305 Rancho Bernardo Road San Diego CA 92127 US 00-26-88 (hex) Juniper Networks 002688 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 00-25-DA (hex) Secura Key 0025DA (base 16) Secura Key 20301 Nordhoff St. Chatsworth CA 91311 US 00-25-DB (hex) ATI Electronics(Shenzhen) Co., LTD 0025DB (base 16) ATI Electronics(Shenzhen) Co., LTD 2F,1st Buliding,Tangyanshan Industrial Park, Shenzhen Guangdong 518108 CN 00-25-D5 (hex) Robonica (Pty) Ltd 0025D5 (base 16) Robonica (Pty) Ltd 41 Park Avenue North Centurion Gauteng 0046 ZA 00-25-E2 (hex) Everspring Industry Co., Ltd. 0025E2 (base 16) Everspring Industry Co., Ltd. 7F., No. 609, Sec 1, Wanshou Rd., Gueishan Township Taoyuan County 333 TW 00-25-E1 (hex) SHANGHAI SEEYOO ELECTRONIC & TECHNOLOGY CO., LTD 0025E1 (base 16) SHANGHAI SEEYOO ELECTRONIC & TECHNOLOGY CO., LTD RM701,XIN'AN BUILDING,99 TIANZHOU RD,XUHUI DISTRICT,SHANGHAI SHANGHAI 200233 CN 00-26-0E (hex) Ablaze Systems, LLC 00260E (base 16) Ablaze Systems, LLC 523 West Valley Road Wayne Pennsylvania 19087 US 00-26-10 (hex) Apacewave Technologies 002610 (base 16) Apacewave Technologies 48389 Fremont Blvd, STE#100 Fremont CA 94538 US 00-26-0D (hex) Mercury Systems, Inc. 00260D (base 16) Mercury Systems, Inc. 26 Hampshire Dr Hudson NH 03051 US 00-26-0A (hex) Cisco Systems, Inc 00260A (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-26-32 (hex) Instrumentation Technologies d.d. 002632 (base 16) Instrumentation Technologies d.d. Velika pot 22 Solkan Nova Gorica 5250 SI 00-26-2E (hex) Chengdu Jiuzhou Electronic Technology Inc 00262E (base 16) Chengdu Jiuzhou Electronic Technology Inc A2 Building,Tianfu Software Park Chengdu Sichuan 610041 CN 00-26-2C (hex) IKT Advanced Technologies s.r.o. 00262C (base 16) IKT Advanced Technologies s.r.o. Piseckeho 334/19 Praha 5 15000 CZ 00-26-29 (hex) Juphoon System Software Inc. 002629 (base 16) Juphoon System Software Inc. Room 910,Building 2 Ningbo Zhejiang 315041 CN 00-26-25 (hex) MediaSputnik 002625 (base 16) MediaSputnik Yaroslavskoe shosse, 19, Moscow 129337 RU 00-26-26 (hex) Geophysical Survey Systems, Inc. 002626 (base 16) Geophysical Survey Systems, Inc. 12 Industrial Way Salem NH 03079 US 00-25-CC (hex) Mobile Communications Korea Incorporated 0025CC (base 16) Mobile Communications Korea Incorporated 1011-1012, Suwon High Venture Valley, Suwon-si, Gyeonggi-do, 441-360 KR 00-25-F9 (hex) GMK electronic design GmbH 0025F9 (base 16) GMK electronic design GmbH Daimlerstraße 8 Wernberg-Koeblitz Bavaria D-92533 DE 00-25-F7 (hex) Ansaldo STS USA 0025F7 (base 16) Ansaldo STS USA 1000 Technology Drive Pittsburgh PA 15219 US 00-26-1B (hex) LAUREL BANK MACHINES CO., LTD. 00261B (base 16) LAUREL BANK MACHINES CO., LTD. 12-6 Kita-Ku Tokyo 114-0013 JP 00-26-14 (hex) KTNF 002614 (base 16) KTNF 204,Daeryungtechnotown1,327,Gasan-Dong, Seoul 153-771 KR 00-26-03 (hex) Shenzhen Wistar Technology Co., Ltd 002603 (base 16) Shenzhen Wistar Technology Co., Ltd Rm919, Science &Technology Service Center Shenzhen Guangdong 518000 CN 00-25-A6 (hex) Central Network Solution Co., Ltd. 0025A6 (base 16) Central Network Solution Co., Ltd. 584-1, Pajang-Dong, JangAn-Gu Suwon-Si, Kyunggi-Do 440-854 KR 00-25-AA (hex) Beijing Soul Technology Co.,Ltd. 0025AA (base 16) Beijing Soul Technology Co.,Ltd. Room 606,Xinzheng Office Building BEIJING 100089 CN 00-25-88 (hex) Genie Industries, Inc. 002588 (base 16) Genie Industries, Inc. 18620 NE 67th Ct Redmond WA 98052 US 00-25-80 (hex) Equipson S.A. 002580 (base 16) Equipson S.A. Poligono Ind. L´Alteró Silla Valencia 46460 ES 00-25-BD (hex) Italdata Ingegneria dell'Idea S.p.A. 0025BD (base 16) Italdata Ingegneria dell'Idea S.p.A. viale Eroi di Cefalonia 123 Roma 00128 IT 00-25-B7 (hex) Costar electronics, inc., 0025B7 (base 16) Costar electronics, inc., 3fl,-1 no 13,lane 120,nei-hu road sec.1, Taipei 114 TW 00-25-7D (hex) PointRed Telecom Private Ltd. 00257D (base 16) PointRed Telecom Private Ltd. 15F - 5., No. 1071, Zhongzheng Road, Taoyuan City 330 330 TW 00-25-A2 (hex) Alta Definicion LINCEO S.L. 0025A2 (base 16) Alta Definicion LINCEO S.L. Maria de Luna 11, nave 4 Zaragoza Es-50018 ES 00-25-6D (hex) Broadband Forum 00256D (base 16) Broadband Forum 48377 Fremont Boulevard Fremont CA 94538 US 00-25-6C (hex) Azimut Production Association JSC 00256C (base 16) Azimut Production Association JSC 2-B Ataeva Street Makhachkala Dagestan 367005 RU 00-25-63 (hex) Luxtera Inc 002563 (base 16) Luxtera Inc 2320. Camino Vida Roble Carlsbad CA 92011 US 00-25-93 (hex) DatNet Informatikai Kft. 002593 (base 16) DatNet Informatikai Kft. Hétvezér u. 5. Szigetszentmiklós Pest megye 2310 HU 00-25-8E (hex) The Weather Channel 00258E (base 16) The Weather Channel Mail Stop 500 Atlanta GA 30339 US 00-25-A3 (hex) Trimax Wireless, Inc. 0025A3 (base 16) Trimax Wireless, Inc. 2675 S Horseshoe Dr Naples FL 34104 US 00-25-9C (hex) Cisco-Linksys, LLC 00259C (base 16) Cisco-Linksys, LLC 121 Theory Drive Irvine California 92612 US 00-25-C8 (hex) S-Access GmbH 0025C8 (base 16) S-Access GmbH Oberhausenstrasse 47 Wettswil a/A Zuerich 8907 CH 00-25-C0 (hex) ZillionTV Corporation 0025C0 (base 16) ZillionTV Corporation 1170 Kifer Road Sunnyvale CA 94086 US 00-25-1B (hex) Philips CareServant 00251B (base 16) Philips CareServant High Tech Campus 27 Eindhoven Noord-Brabant 5656 AE NL 00-25-18 (hex) Power PLUS Communications AG 002518 (base 16) Power PLUS Communications AG Am Exerzierplatz 2 Mannheim Baden Wuerttemberg 68167 DE 00-25-15 (hex) SFR 002515 (base 16) SFR 42 Quai du point du jour Boulogne billancourt . 92659 FR 00-25-0D (hex) GZT Telkom-Telmor sp. z o.o. 00250D (base 16) GZT Telkom-Telmor sp. z o.o. Mickiewicza 5/7 Gdansk pomorskie 80-425 PL 00-25-0E (hex) gt german telematics gmbh 00250E (base 16) gt german telematics gmbh Rankestrasse 26 Berlin D-10789 DE 00-25-31 (hex) Cloud Engines, Inc. 002531 (base 16) Cloud Engines, Inc. 857 Montgomery Street San Francisco CA 94133 US 00-25-2D (hex) Kiryung Electronics 00252D (base 16) Kiryung Electronics Kiryung Bldg. 686-70, Sindaebang-dong Seoul 156-010 KR 00-25-45 (hex) Cisco Systems, Inc 002545 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-25-42 (hex) Pittasoft 002542 (base 16) Pittasoft #913 Daeryung Techno Town 8th 481-11ga Geumcheon-gu Seoul 153-775 KR 00-25-36 (hex) Oki Electric Industry Co., Ltd. 002536 (base 16) Oki Electric Industry Co., Ltd. 1-16-8 Chuou Warabi-shi Saitama 335-8510 JP 00-25-41 (hex) Maquet Critical Care AB 002541 (base 16) Maquet Critical Care AB Röntgenvägen 2 Solna SE-171 95 SE 00-25-2B (hex) Stirling Energy Systems 00252B (base 16) Stirling Energy Systems Sandia National Labs - NSTTF Albuquerque NM 87185-1127 US 00-25-24 (hex) Lightcomm Technology Co., Ltd 002524 (base 16) Lightcomm Technology Co., Ltd 9/F.,Hi-Tech Venture Park Tower A, ShenZhen GuangDong 518040 CN 00-25-4E (hex) Vertex Wireless Co., Ltd. 00254E (base 16) Vertex Wireless Co., Ltd. 5F, Seohyeon Plaza, 254-5, Seohyeon-dong, Bundang-gu Seongnam-si Gyeonggi-do 463-824 KR 00-25-46 (hex) Cisco Systems, Inc 002546 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-25-22 (hex) ASRock Incorporation 002522 (base 16) ASRock Incorporation 2F., No. 37, Sec. 2, Jhongyang S. Rd., Beitou District, Taipei 112 TW 00-25-60 (hex) Ibridge Networks & Communications Ltd. 002560 (base 16) Ibridge Networks & Communications Ltd. 28,Bedford Road East Ham London E6 2NN GB 00-24-B8 (hex) free alliance sdn bhd 0024B8 (base 16) free alliance sdn bhd B-3-2 Plaza Damas Kuala Lumpur WP 50480 MY 00-24-B3 (hex) Graf-Syteco GmbH & Co. KG 0024B3 (base 16) Graf-Syteco GmbH & Co. KG Kaiserstraße 18 Tuningen Baden-Württemberg 78609 DE 00-24-F6 (hex) MIYOSHI ELECTRONICS CORPORATION 0024F6 (base 16) MIYOSHI ELECTRONICS CORPORATION 3-13-21 KUSHIRO KAWANISHI-CITY HYOGO-PREF. 666-0024 JP 00-24-F0 (hex) Seanodes 0024F0 (base 16) Seanodes Batiment Platon Colomiers 31770 FR 00-24-CB (hex) Autonet Mobile 0024CB (base 16) Autonet Mobile 2235 Mercury Way Ste. 145 Santa Rosa CA 95407 US 00-24-D1 (hex) Thomson Inc. 0024D1 (base 16) Thomson Inc. 101 West 103rd Street Indianapolis IN 46290 US 00-24-C9 (hex) Broadband Solutions Group 0024C9 (base 16) Broadband Solutions Group 1101 Marina Village Parkway Alameda CA 94501 US 00-24-CA (hex) Tobii Technology AB 0024CA (base 16) Tobii Technology AB Karlsrovägen 2D Danderyd 18253 SE 00-25-08 (hex) Maquet Cardiopulmonary AG 002508 (base 16) Maquet Cardiopulmonary AG Hechinger Strasse 38 Hirrlingen 72145 DE 00-24-FC (hex) QuoPin Co., Ltd. 0024FC (base 16) QuoPin Co., Ltd. #109, R&D Center for Advanced Technology 68 Yatap-dong Bundang-gu Seongnam Kyungki-do 463-816 KR 00-24-FB (hex) Private 0024FB (base 16) Private 00-24-FA (hex) Hilger u. Kern GMBH 0024FA (base 16) Hilger u. Kern GMBH Kaefertaler Strasse 253-255 Mannheim Baden-Württemberg 68167 DE 00-24-D0 (hex) Shenzhen SOGOOD Industry CO.,LTD. 0024D0 (base 16) Shenzhen SOGOOD Industry CO.,LTD. SOGOOD Science Park,Aviation Road,XiXiang Town,Bao'an District, Shenzhen Guangzhou 518102 CN 00-24-CC (hex) Fascinations Toys and Gifts, Inc. 0024CC (base 16) Fascinations Toys and Gifts, Inc. 19224 Des Moines Way S Seattle Washington 98148 US 00-24-C7 (hex) Mobilarm Ltd 0024C7 (base 16) Mobilarm Ltd 768 Canning Highway Western Australia 6153 AU 00-24-DF (hex) Digitalbox Europe GmbH 0024DF (base 16) Digitalbox Europe GmbH Sandstraße 65 Ratingen 40878 DE 00-24-45 (hex) Adtran Inc 002445 (base 16) Adtran Inc 901 Explorer Blvd. Huntsville AL 35806-2807 US 00-24-3F (hex) Storwize, Inc. 00243F (base 16) Storwize, Inc. 11 Alatlef St. Yehud 56216 IL 00-24-97 (hex) Cisco Systems, Inc 002497 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-24-A3 (hex) Sonim Technologies Inc 0024A3 (base 16) Sonim Technologies Inc 1875 S.Grant Street Sanmateo CA 94402 US 00-24-AA (hex) Dycor Technologies Ltd. 0024AA (base 16) Dycor Technologies Ltd. 1851 94 Street Edmonton Alberta T6N 1E6 CA 00-24-A9 (hex) Ag Leader Technology 0024A9 (base 16) Ag Leader Technology 2202 S Riverside Dr. Ames IA 50010 US 00-24-A6 (hex) TELESTAR DIGITAL GmbH 0024A6 (base 16) TELESTAR DIGITAL GmbH Vulkanhöhe / B410 Dreis-Brück 54552 DE 00-24-9B (hex) Action Star Enterprise Co., Ltd. 00249B (base 16) Action Star Enterprise Co., Ltd. 10F, No.159, Sec.2, Datong Rd. Xizhi Dist. New Taipei City 221 TW 00-24-71 (hex) Fusion MultiSystems dba Fusion-io 002471 (base 16) Fusion MultiSystems dba Fusion-io 6350 S. 3000 E., 6th floor Salt lake City UT 84121 US 00-24-74 (hex) Autronica Fire And Securirty 002474 (base 16) Autronica Fire And Securirty Haakon VII's g.4 Trondheim N-7483 NO 00-24-46 (hex) MMB Research Inc. 002446 (base 16) MMB Research Inc. 35 Prince Arthur Ave. Toronto Ontario M5R 1B2 CA 00-24-63 (hex) Phybridge Inc 002463 (base 16) Phybridge Inc 3495 Laird Rd Mississauga Ontario L5L5S5 CA 00-24-72 (hex) ReDriven Power Inc. 002472 (base 16) ReDriven Power Inc. 24A Bath Rd. Iroquois Ontario K0E 1K0 CA 00-24-1C (hex) FuGang Electronic (DG) Co.,Ltd 00241C (base 16) FuGang Electronic (DG) Co.,Ltd Industry Street, Dong-Keng Dong Guan City 523448 CN 00-24-19 (hex) Private 002419 (base 16) Private 00-24-15 (hex) Magnetic Autocontrol GmbH 002415 (base 16) Magnetic Autocontrol GmbH Grienmatt 20 Schopfheim D-79650 DE 00-23-E7 (hex) Hinke A/S 0023E7 (base 16) Hinke A/S Tingbjergvej 2 Bjaeverskov DK-4632 DK 00-23-E2 (hex) SEA Signalisation 0023E2 (base 16) SEA Signalisation 20-22 Rue Pierre Mendès France Vaulx en Velin CEDEX 69515 FR 00-24-25 (hex) Shenzhenshi chuangzhicheng Technology Co.,Ltd 002425 (base 16) Shenzhenshi chuangzhicheng Technology Co.,Ltd 5th Floor,Block2,25th Building,Industrial Zone West Keyuan Sci-tech Garden Nanshan Districh,Shenzhen Shenzhen Guangdong 518057 CN 00-24-27 (hex) SSI COMPUTER CORP 002427 (base 16) SSI COMPUTER CORP 4F, NO4, LANE 235, BAO CHIAO ROAD HSIN TIEN TAIPEI 231 TW 00-24-11 (hex) PharmaSmart LLC 002411 (base 16) PharmaSmart LLC 3495 Winton Place Rochester NY 14623 US 00-24-0F (hex) Ishii Tool & Engineering Corporation 00240F (base 16) Ishii Tool & Engineering Corporation 2-5-60 Higashi-Omichi Oita 870-0823 JP 00-23-FA (hex) RG Nets, Inc. 0023FA (base 16) RG Nets, Inc. 316 California Ave. Reno NV 89501 US 00-23-F2 (hex) TVLogic 0023F2 (base 16) TVLogic suite 914 ACE Techno Tower-9th Geumcheon-gu SEOUL 153-782 KR 00-24-0A (hex) US Beverage Net 00240A (base 16) US Beverage Net 1001 W. Fayette Street Syracuse NY 13204 US 00-24-07 (hex) TELEM SAS 002407 (base 16) TELEM SAS 16, RUE DE L'ETANG GIERES RHONE ALPES 38610 FR 00-24-40 (hex) Halo Monitoring, Inc. 002440 (base 16) Halo Monitoring, Inc. 515 Sparkman Dr. Huntsville AL 35816 US 00-23-CF (hex) CUMMINS-ALLISON CORP. 0023CF (base 16) CUMMINS-ALLISON CORP. 891 FEEHANVILLE DRIVE MT. PROSPECT IL 60056 US 00-23-C2 (hex) SAMSUNG Electronics. Co. LTD 0023C2 (base 16) SAMSUNG Electronics. Co. LTD 19th Fl., Korea Life Bldg. 1338-12 Seoul 137-860 KR 00-23-C4 (hex) Lux Lumen 0023C4 (base 16) Lux Lumen Kernenergiestraat 53A Wilrijk Antwerp 2610 BE 00-23-C5 (hex) Radiation Safety and Control Services Inc 0023C5 (base 16) Radiation Safety and Control Services Inc 91 Portsmouth Ave Stratham New Hampshire 03885 US 00-23-C6 (hex) SMC Corporation 0023C6 (base 16) SMC Corporation 4-2-2, Kinunodai Tsukuba Mirai-shi Ibaraki-ken 300-2493 JP 00-23-88 (hex) V.T. Telematica S.p.a. 002388 (base 16) V.T. Telematica S.p.a. Via Gorky, 21 San Giuliano Milanese Milano 20098 IT 00-23-86 (hex) Tour & Andersson AB 002386 (base 16) Tour & Andersson AB Annelund Ljung 524 80 US 00-23-83 (hex) InMage Systems Inc 002383 (base 16) InMage Systems Inc 3255-1 Scott Blvd, #104 Santa Clara CA 95054 US 00-23-81 (hex) Lengda Technology(Xiamen) Co.,Ltd. 002381 (base 16) Lengda Technology(Xiamen) Co.,Ltd. 5/F, 47 Haijing South 2nd Road,Xiamen Export Processing Zone, Haicang District, Xiamen Fujian 361026 CN 00-23-BF (hex) Mainpine, Inc. 0023BF (base 16) Mainpine, Inc. PO Box 241 Wilsonville Oregon 97070-0241 US 00-23-B2 (hex) Intelligent Mechatronic Systems Inc 0023B2 (base 16) Intelligent Mechatronic Systems Inc 161 Roger Street Waterloo Ontario N2J 1B1 CA 00-23-B5 (hex) ORTANA LTD 0023B5 (base 16) ORTANA LTD OSTIM KOCASINAN SANAYI SITESI ANKARA 06370 TR 00-23-B9 (hex) Airbus Defence and Space Deutschland GmbH 0023B9 (base 16) Airbus Defence and Space Deutschland GmbH Willy-Messerschmitt-Strasse 1, Taufkirchen 82024 DE 00-23-BD (hex) Digital Ally, Inc. 0023BD (base 16) Digital Ally, Inc. 1218 Valley Ridge Drive Grain Valley MO 64029 US 00-23-D5 (hex) WAREMA electronic GmbH 0023D5 (base 16) WAREMA electronic GmbH Dillberg 33 Marktheidenfeld Bavaria 97828 DE 00-23-C9 (hex) Sichuan Tianyi Information Science & Technology Stock CO.,LTD 0023C9 (base 16) Sichuan Tianyi Information Science & Technology Stock CO.,LTD No.1,Hot Spring Highway,Dayi County Chengdu Sichuan 611330 US 00-23-CE (hex) KITA DENSHI CORPORATION 0023CE (base 16) KITA DENSHI CORPORATION 12F TOKYO-NISHIIKEBUKURO Bilg., Toshima-ku, Tokyo 171-0021 JP 00-23-A9 (hex) Beijing Detianquan Electromechanical Equipment Co., Ltd 0023A9 (base 16) Beijing Detianquan Electromechanical Equipment Co., Ltd No. 2 Chapeng Road, Haidian District, Beijing 100091 CN 00-23-A7 (hex) Redpine Signals, Inc. 0023A7 (base 16) Redpine Signals, Inc. Plot 87, Sagar Society Hyderabad AP 500034 IN 00-23-9B (hex) Elster Solutions, LLC 00239B (base 16) Elster Solutions, LLC 208 South Rogers Lane Raleigh North Carolina 27610 US 00-23-7B (hex) WHDI LLC 00237B (base 16) WHDI LLC 2350 Mission College Blvd. Santa Clara CA 95054 US 00-23-24 (hex) G-PRO COMPUTER 002324 (base 16) G-PRO COMPUTER first arrange C, YingHu industrial estate DongGuan City GuangDong Province 523648 CN 00-23-E0 (hex) INO Therapeutics LLC 0023E0 (base 16) INO Therapeutics LLC 2902 Dairy Drive Madison WI 53718 US 00-23-90 (hex) Algolware Corporation 002390 (base 16) Algolware Corporation 13F-5, No. 77, Sec. 1, Sintai 5th Rd., Taipei County Taiwan 221 TW 00-23-11 (hex) Gloscom Co., Ltd. 002311 (base 16) Gloscom Co., Ltd. #507 Changhyun Bldg. Anyang City Kyunggo-do 431-080 KR 00-23-09 (hex) Janam Technologies LLC 002309 (base 16) Janam Technologies LLC 100 Crossways Park West Woodbury NY 11797 US 00-23-04 (hex) Cisco Systems, Inc 002304 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-23-5D (hex) Cisco Systems, Inc 00235D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-23-5C (hex) Aprius, Inc. 00235C (base 16) Aprius, Inc. 440 N. Wolfe Rd Sunnyvale CA 94085 US 00-23-52 (hex) DATASENSOR S.p.A. 002352 (base 16) DATASENSOR S.p.A. Via Lavino, 265 Monte San Pietro (BO) 40050 IT 00-23-2F (hex) Advanced Card Systems Ltd. 00232F (base 16) Advanced Card Systems Ltd. Unit 2010-13, Chevalier Commercial Centre, Kowloon Bay, SAR HK 00-23-53 (hex) F E T Elettronica snc 002353 (base 16) F E T Elettronica snc Via Alessandro Manzoni 14/a Poggibonsi Siena 53036 IT 00-23-42 (hex) Coffee Equipment Company 002342 (base 16) Coffee Equipment Company 4216 6th Ave NW Seattle WA 98107 US 00-23-37 (hex) Global Star Solutions ULC 002337 (base 16) Global Star Solutions ULC 4600 Jacombs Road Richmond BC V6V 3B1 CA 00-23-19 (hex) Sielox LLC 002319 (base 16) Sielox LLC 170 East Ninth Ave. Runnemede NJ 08078 US 00-23-6A (hex) SmartRG Inc 00236A (base 16) SmartRG Inc 501 SE Columbia Shores Blvd Vancouver WA 98661 US 00-23-31 (hex) Nintendo Co., Ltd. 002331 (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 00-23-35 (hex) Linkflex Co.,Ltd 002335 (base 16) Linkflex Co.,Ltd 5F. Min Young Bldg. 175-2 Seoul 135-010 KR 00-23-25 (hex) IOLAN Holding 002325 (base 16) IOLAN Holding Mon Plaisir 26 Etten Leur 4879AN NL 00-23-21 (hex) Avitech International Corp 002321 (base 16) Avitech International Corp 15333 NE 90th Street Redmond WA 98052 US 00-23-70 (hex) Snell 002370 (base 16) Snell Hartman House Reading Berks RG6 4PB GB 00-22-B9 (hex) Analogix Seminconductor, Inc 0022B9 (base 16) Analogix Seminconductor, Inc 3211 Scott Blvd., Suite 100 Santa Clara CA 95054 US 00-22-B8 (hex) Norcott 0022B8 (base 16) Norcott Brookfield House, Grimsditch Lane off Tarporley Road Cheshire WA4 4EA GB 00-22-B7 (hex) GSS Grundig SAT-Systems GmbH 0022B7 (base 16) GSS Grundig SAT-Systems GmbH Beutherner Strasse 43 Nuernberg Bayern 90471 DE 00-22-B3 (hex) Sei S.p.A. 0022B3 (base 16) Sei S.p.A. Via Ruffilli, 1 Curno Bergamo 24035 IT 00-22-9C (hex) Verismo Networks Inc 00229C (base 16) Verismo Networks Inc 295 Bernando Avenue Mountain View CA 94043 US 00-22-9A (hex) Lastar, Inc. 00229A (base 16) Lastar, Inc. 3555 Kettering BLVD. Moraine Ohio 45439 US 00-22-EE (hex) Algo Communication Products Ltd 0022EE (base 16) Algo Communication Products Ltd 4500 Beedie Street Burnaby BC V5J 5L2 CA 00-22-EA (hex) Rustelcom Inc. 0022EA (base 16) Rustelcom Inc. Garagniy proezd, 1 St.-Petersburg 192288 RU 00-22-F0 (hex) 3 Greens Aviation Limited 0022F0 (base 16) 3 Greens Aviation Limited 10 Hedingham Close Macclesfield SK10 3LZ GB 00-22-EC (hex) IDEALBT TECHNOLOGY CORPORATION 0022EC (base 16) IDEALBT TECHNOLOGY CORPORATION 6F., NO.8, LANE 345, YANGGUANG ST., NEIHU DISTRICT Taipei 114 TW 00-22-DD (hex) Protecta Electronics Ltd 0022DD (base 16) Protecta Electronics Ltd Kesmark str 7/A Budapest Hungary 1158 HU 00-22-AB (hex) Shenzhen Turbosight Technology Ltd 0022AB (base 16) Shenzhen Turbosight Technology Ltd Unit C-8A,Shennan Garden Bldg,Hightech Park,Nanshan District Shenzhen Guangdong 518057 CN 00-22-9B (hex) AverLogic Technologies, Inc. 00229B (base 16) AverLogic Technologies, Inc. 7F-2, No.2, Lane 258, Rui Guang Rd., Nei-Hu Dist., Taipei Taiwan 114 TW 00-22-BE (hex) Cisco Systems, Inc 0022BE (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-22-BF (hex) SieAmp Group of Companies 0022BF (base 16) SieAmp Group of Companies 2 Ang Mo Kio Street 64 Singapore 569084 US 00-22-DB (hex) Translogic Corporation 0022DB (base 16) Translogic Corporation 10825 E. 47th Avenue Denver Colorado 80239 US 00-22-DA (hex) ANATEK, LLC 0022DA (base 16) ANATEK, LLC 3219 East Camelback Road Phoenix AZ 85018 US 00-22-F9 (hex) Pollin Electronic GmbH 0022F9 (base 16) Pollin Electronic GmbH Max-Pollin-Str. 1 Pfoerring 85104 DE 00-22-C5 (hex) INFORSON Co,Ltd. 0022C5 (base 16) INFORSON Co,Ltd. Room 704,Tower B1, ChangYuanTianDi Plaza BeiJing City 100080 CN 00-22-62 (hex) BEP Marine 002262 (base 16) BEP Marine 13 Tarndale Grove Albany Auckland 0632 NZ 00-22-6A (hex) Honeywell 00226A (base 16) Honeywell 8840 Evergreen Blvd. Minneapolis MN 55433-6040 US 00-22-63 (hex) Koos Technical Services, Inc. 002263 (base 16) Koos Technical Services, Inc. 1025 Greenwood Blvd. Lake Mary FL 32746 US 00-22-6C (hex) LinkSprite Technologies, Inc. 00226C (base 16) LinkSprite Technologies, Inc. 1410 Cannon Mountain Dr Longmont CO 80503 US 00-22-5C (hex) Multimedia & Communication Technology 00225C (base 16) Multimedia & Communication Technology Digital Empire D-801 #980-3 Suwon-City KyeongGi-Do 443-813 KR 00-22-84 (hex) DESAY A&V SCIENCE AND TECHNOLOGY CO.,LTD 002284 (base 16) DESAY A&V SCIENCE AND TECHNOLOGY CO.,LTD DESAY 3rd Zone,Chenjiang, Huizhou Guangdong 516229 CN 00-22-86 (hex) ASTRON 002286 (base 16) ASTRON Oudehoogeveensedijk 4 Dwingeloo Drenthe 7991PD NL 00-22-82 (hex) 8086 Consultancy 002282 (base 16) 8086 Consultancy 17 Lowfield Lane Newark Notts NG24 3HJ GB 00-22-46 (hex) Evoc Intelligent Technology Co.,Ltd. 002246 (base 16) Evoc Intelligent Technology Co.,Ltd. No.31 Gaoxin Centeral Avenue 4th Road,Nanshan District Shenzhen City Shenzhen Guangdong 518057 CN 00-22-48 (hex) Microsoft Corporation 002248 (base 16) Microsoft Corporation One Microsoft Way Redmond Washington 98052-6399 US 00-22-90 (hex) Cisco Systems, Inc 002290 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-22-8A (hex) Teratronik elektronische systeme gmbh 00228A (base 16) Teratronik elektronische systeme gmbh Karl-Ulrich-Strasse 1 Gross-Umstadt D-64823 DE 00-22-8E (hex) TV-NUMERIC 00228E (base 16) TV-NUMERIC 24-26 rue Louis Armand Paris 75015 FR 00-22-54 (hex) Bigelow Aerospace 002254 (base 16) Bigelow Aerospace 1899 W. Brooks Ave North Las Vegas NV 89032 US 00-22-57 (hex) 3COM EUROPE LTD 002257 (base 16) 3COM EUROPE LTD Peoplebuilding 2 Hemel Hempstead HERTS. HP2 4NW GB 00-22-76 (hex) Triple EYE B.V. 002276 (base 16) Triple EYE B.V. Vaassenseweg 71 Emst 8166 AT NL 00-22-74 (hex) FamilyPhone AB 002274 (base 16) FamilyPhone AB Anckargripsgatan 3 Malmö 21119 SE 00-22-36 (hex) VECTOR SP. Z O.O. 002236 (base 16) VECTOR SP. Z O.O. KRZEMOWA 6 GDYNIA 81-577 PL 00-22-30 (hex) FutureLogic Inc. 002230 (base 16) FutureLogic Inc. 425 E. Colorado St., Ste. 100 Glendale CA 91205 US 00-22-2E (hex) maintech GmbH 00222E (base 16) maintech GmbH Seeweg 60 Höchberg Bavaria 97204 DE 00-22-14 (hex) RINNAI KOREA 002214 (base 16) RINNAI KOREA 560-2, Shibjong-1dong, Pupyoung-gu Pupyoung-gu Incheon 403-847 KR 00-22-0B (hex) National Source Coding Center 00220B (base 16) National Source Coding Center Suite 701,Power Creative A,No.1 Beijing 100085 CN 00-22-0C (hex) Cisco Systems, Inc 00220C (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-21-EA (hex) Bystronic Laser AG 0021EA (base 16) Bystronic Laser AG Industriestrasse 21 3362 Niederönz CH 00-21-FD (hex) LACROIX TRAFFIC S.A.U 0021FD (base 16) LACROIX TRAFFIC S.A.U Majada 4 Tres Cantos Madrid 28760 ES 00-21-CD (hex) LiveTV 0021CD (base 16) LiveTV 1333 Gateway Drive, Suite 1007 Melbourne Florida 32901 US 00-21-D0 (hex) Global Display Solutions Spa 0021D0 (base 16) Global Display Solutions Spa Via Tezze, 20/A Cornedo Vicentino Vicenza 36073 IT 00-22-28 (hex) Breeze Innovations Ltd. 002228 (base 16) Breeze Innovations Ltd. Har Hotzvim, P.O. Box 45397 Jerusalem Israel 91451 IL 00-22-29 (hex) Compumedics Ltd 002229 (base 16) Compumedics Ltd 30 - 40 Flockhart Street Abbotsford Victoria 3067 AU 00-22-16 (hex) SHIBAURA VENDING MACHINE CORPORATION 002216 (base 16) SHIBAURA VENDING MACHINE CORPORATION Ekimae-cho13-10 Obama-shi Fukui-ken 917-0077 JP 00-21-E1 (hex) Nortel Networks 0021E1 (base 16) Nortel Networks 2221 Lakeside Blvd Richardson TX 75081 US 00-22-00 (hex) IBM Corp 002200 (base 16) IBM Corp 2051 Mission College Blvd Santa Clara CA 95054 US 00-21-C6 (hex) CSJ Global, Inc. 0021C6 (base 16) CSJ Global, Inc. 9th Fl. Samwhan Bldg. Annex, 17-26 Yeouido-dong, Seoul 150-874 KR 00-21-C3 (hex) CORNELL Communications, Inc. 0021C3 (base 16) CORNELL Communications, Inc. 7915 N. 81st Street Milwaukee Wisconsin 53223 US 00-21-C7 (hex) Russound 0021C7 (base 16) Russound 5 Forbes Road Newmarket NH 03857 US 00-21-C1 (hex) ABB Oy / Medium Voltage Products 0021C1 (base 16) ABB Oy / Medium Voltage Products PO Box 699 Vaasa FI-65101 FI 00-21-C0 (hex) Mobile Appliance, Inc. 0021C0 (base 16) Mobile Appliance, Inc. #819 Kranz Techno, Seong nam Gyeonggi-Do 462-729 KR 00-21-BB (hex) Riken Keiki Co., Ltd. 0021BB (base 16) Riken Keiki Co., Ltd. 2-7-6 Azusawa Itabashi-Ku Tokyo 174-8744 JP 00-21-66 (hex) NovAtel Inc. 002166 (base 16) NovAtel Inc. 1120 - 68 Ave NE Calgary Alberta T2E 8S5 CA 00-21-64 (hex) Special Design Bureau for Seismic Instrumentation 002164 (base 16) Special Design Bureau for Seismic Instrumentation 129, Krainyaya Str. Saratov Saratov region 410019 RU 00-21-60 (hex) Hidea Solutions Co. Ltd. 002160 (base 16) Hidea Solutions Co. Ltd. 4F, Do&Can house Dldg., #656-1683, Seongsu 1-ga 2-dong, Seongdong-gu Seoul 656-1683 KR 00-21-B1 (hex) DIGITAL SOLUTIONS LTD 0021B1 (base 16) DIGITAL SOLUTIONS LTD Tsarigradsko Shose 7km BLVD Sofia Sofia 1784 BG 00-21-B0 (hex) Tyco Telecommunications 0021B0 (base 16) Tyco Telecommunications 1011 Pawtucket Blvd Lowell Massachusetts 01853 US 00-21-AD (hex) Nordic ID Oy 0021AD (base 16) Nordic ID Oy Myllyojankatu 2A SALO FIN-24100 FI 00-21-7F (hex) Intraco Technology Pte Ltd 00217F (base 16) Intraco Technology Pte Ltd 750e Chai Chee Road #05-01 Singapore 4690005 SG 00-21-7D (hex) PYXIS S.R.L. 00217D (base 16) PYXIS S.R.L. C/O DIP. INFORMATICA E SISTEMISTICA - UNIVERSITY OF PAVIA PAVIA 27100 IT 00-21-6F (hex) SymCom, Inc. 00216F (base 16) SymCom, Inc. 2880 North Plaza Drive Rapid City SD 57702 US 00-21-A3 (hex) Micromint 0021A3 (base 16) Micromint 111 Commerce St Lake Mary FL 32746 US 00-21-A5 (hex) ERLPhase Power Technologies Ltd. 0021A5 (base 16) ERLPhase Power Technologies Ltd. 74 Scurfield Blvd. Winnipeg Manitoba R3Y 1G4 CA 00-21-9D (hex) Adesys BV 00219D (base 16) Adesys BV Molenweer 4 Wateringen Zuid Holland 2291 NR NL 00-21-95 (hex) GWD Media Limited 002195 (base 16) GWD Media Limited 10 Leeds Road Sheffield South Yorkshire S9 3TY GB 00-21-88 (hex) EMC Corporation 002188 (base 16) EMC Corporation 2421 Mission College Blvd Santa Clara CA 95050 US 00-21-1A (hex) LInTech Corporation 00211A (base 16) LInTech Corporation Krasnokazarmennaya st., 12 Moscow 111250 RU 00-21-16 (hex) Transcon Electronic Systems, spol. s r. o. 002116 (base 16) Transcon Electronic Systems, spol. s r. o. Kvapilova 2133 Frydek-Mistek 73802 CZ 00-21-15 (hex) PHYWE Systeme GmbH & Co. KG 002115 (base 16) PHYWE Systeme GmbH & Co. KG Robert-Bosch-Breite 10 Goettingen Niedersachsen 37079 DE 00-21-41 (hex) RADLIVE 002141 (base 16) RADLIVE 4 Hanechoshet St. Tel Aviv 69710 IL 00-21-40 (hex) EN Technologies Inc. 002140 (base 16) EN Technologies Inc. Geumbok Bldg. 9F, Band-yi-dong 45-2, Songpa-gu Seoul 138-828 KR 00-21-3D (hex) Cermetek Microelectronics, Inc. 00213D (base 16) Cermetek Microelectronics, Inc. 374 Turquoise Street Milpitas CA 95035 US 00-21-11 (hex) Uniphone Inc. 002111 (base 16) Uniphone Inc. 795 Main Street Half Moon Bay CA 94019 US 00-21-14 (hex) Hylab Technology Inc. 002114 (base 16) Hylab Technology Inc. 15F-2.,No.872,Jhongjheng Rd. Jhonghe City, Taipei 235 TW 00-21-32 (hex) Masterclock, Inc. 002132 (base 16) Masterclock, Inc. 2484 W. Clay St. St. Charles MO 63301 US 00-21-31 (hex) Blynke Inc. 002131 (base 16) Blynke Inc. 133 Richmond St. West Toronto Ontario M5H 2L3 CA 00-21-29 (hex) Cisco-Linksys, LLC 002129 (base 16) Cisco-Linksys, LLC 121 Theory Drive Irvine California 92612 US 00-21-1D (hex) Dataline AB 00211D (base 16) Dataline AB Katrinedalsgatan 53 Borås S-50451 SE 00-21-20 (hex) Sequel Technologies 002120 (base 16) Sequel Technologies 2951 Cleveland Ave N Roseville MN 55113 US 00-21-52 (hex) General Satellite Research & Development Limited 002152 (base 16) General Satellite Research & Development Limited Lit. E, building 2, 4 Novoladozhskaya str Saint Petersburg 197110 RU 00-21-58 (hex) Style Flying Technology Co. 002158 (base 16) Style Flying Technology Co. 22/F,Cyber Tower B,No.2 Zhong Guan Cun South Street,Haidian District, Beijing 100086 CN 00-21-48 (hex) Kaco Solar Korea 002148 (base 16) Kaco Solar Korea Chung-won-ku Sang-dea-won-dong 333-1 Songnam Kyung-kido 462-806 KR 00-21-3C (hex) AliphCom 00213C (base 16) AliphCom 150 Executive Park Blvd San Francisco CA 94134 US 00-1F-B5 (hex) I/O Interconnect Inc. 001FB5 (base 16) I/O Interconnect Inc. 1202 E Wakeham Ave Santa Ana CA 92708 US 00-1F-E7 (hex) Simet 001FE7 (base 16) Simet Strada del Portone 129 Grugliasco Torino 10095 IT 00-1F-DB (hex) Network Supply Corp., 001FDB (base 16) Network Supply Corp., 1938 NAKADAIRA KANAE IIDA NAGANO 395-0801 JP 00-1F-BF (hex) Fulhua Microelectronics Corp. Taiwan Branch 001FBF (base 16) Fulhua Microelectronics Corp. Taiwan Branch 1F, No.12, R&D Road, Hsin-Chu, 300 886 TW 00-1F-BE (hex) Shenzhen Mopnet Industrial Co.,Ltd 001FBE (base 16) Shenzhen Mopnet Industrial Co.,Ltd 3F.No.3 Keyuan Rd., Shenzhen Guangdong 518057 CN 00-1F-C2 (hex) Jow Tong Technology Co Ltd 001FC2 (base 16) Jow Tong Technology Co Ltd 46 Lane 337 Chung Cheng Rd Yung Kang City Tainan County 71066 TW 00-1F-D2 (hex) COMMTECH TECHNOLOGY MACAO COMMERCIAL OFFSHORE LTD. 001FD2 (base 16) COMMTECH TECHNOLOGY MACAO COMMERCIAL OFFSHORE LTD. 31,TAI YIP STREET, 7/F KWUN TONG, KOWLOON, HONGKONG CN 00-1F-B8 (hex) Universal Remote Control, Inc. 001FB8 (base 16) Universal Remote Control, Inc. 500 Mamaroneck Avenue Harrison NY 10528 US 00-1F-D4 (hex) 4IPNET, INC. 001FD4 (base 16) 4IPNET, INC. 38129 CAMBRIDGE COURT FREMONT CA 94536 US 00-1F-CB (hex) NIW Solutions 001FCB (base 16) NIW Solutions P.O. Box 62 One Tree Hill South Australia 5114 AU 00-1F-F7 (hex) Nakajima All Precision Co., Ltd. 001FF7 (base 16) Nakajima All Precision Co., Ltd. Kami-Gomyo1480 Hanishina-Gun Nagano-Ken 389-0606 JP 00-1F-EB (hex) Trio Datacom Pty Ltd 001FEB (base 16) Trio Datacom Pty Ltd 41 Aster Avenue Carrum Downs Victoria 3201 AU 00-1F-69 (hex) Pingood Technology Co., Ltd. 001F69 (base 16) Pingood Technology Co., Ltd. Rm1917, South Block, Cangsong Bldg., Tairan Industrial Zone, Futian District Shenzhen Guangdong 518040 CN 00-1F-4D (hex) Segnetics LLC 001F4D (base 16) Segnetics LLC Shkiperski protok 14 Saint-Petersburg 199106 RU 00-1F-81 (hex) Accel Semiconductor Corp 001F81 (base 16) Accel Semiconductor Corp 1F,Mainbldg,149 Chun Xiao Road, Shanghai 201203 CN 00-1F-83 (hex) Teleplan Technology Services Sdn Bhd 001F83 (base 16) Teleplan Technology Services Sdn Bhd 2580, Tingkat Perusahaan 4B Perai Penang 13600 MY 00-1F-9B (hex) POSBRO 001F9B (base 16) POSBRO ShinyoungGtower 6F, 271-1 Seongnam-si Kyunggi-do 463-824 KR 00-1F-78 (hex) Blue Fox Porini Textile 001F78 (base 16) Blue Fox Porini Textile 1208 Pointe Centre Drive Chattanooga TN 37421 US 00-1F-68 (hex) Martinsson Elektronik AB 001F68 (base 16) Martinsson Elektronik AB Box 9060 Hägersten Stockholm 126 09 SE 00-1F-63 (hex) JSC Goodwin-Europa 001F63 (base 16) JSC Goodwin-Europa 20/5 Marksistskaya st. Moscow 109147 RU 00-1F-AD (hex) Brown Innovations, Inc 001FAD (base 16) Brown Innovations, Inc 369 Congress Street Boston MA 02210 US 00-1F-A6 (hex) Stilo srl 001FA6 (base 16) Stilo srl Via Besana, 4 20122 Milano IT 00-1F-97 (hex) BERTANA srl 001F97 (base 16) BERTANA srl Viale GALILEO FERRARIS 27 BRUINO TORINO 10090 IT 00-1F-8C (hex) CCS Inc. 001F8C (base 16) CCS Inc. Shimodachiuri-agaru Kyoto Kyoto 602-8011 JP 00-1F-10 (hex) TOLEDO DO BRASIL INDUSTRIA DE BALANCAS LTDA 001F10 (base 16) TOLEDO DO BRASIL INDUSTRIA DE BALANCAS LTDA RUA MANOEL CREMONESI, 1 SAO BERNARDO DO CAMPO SP 09851-900 BR 00-1F-0F (hex) Select Engineered Systems 001F0F (base 16) Select Engineered Systems 7991 W. 26 Ave Hialeah Florida 33016 US 00-1F-02 (hex) Pixelmetrix Corporation Pte Ltd 001F02 (base 16) Pixelmetrix Corporation Pte Ltd 31 Kaki Bukit Road 3 417818 SG 00-1E-FE (hex) LEVEL s.r.o. 001EFE (base 16) LEVEL s.r.o. Plhovska 1997 Nachod 547 01 CZ 00-1F-1A (hex) Prominvest 001F1A (base 16) Prominvest 7, Bobruiskaya ulica Saint-Petersburg North-West Federal District 195009 RU 00-1F-18 (hex) Hakusan.Mfg.Co,.Ltd 001F18 (base 16) Hakusan.Mfg.Co,.Ltd Tomin-Kougyou-Ikebukuro BLD.5F Tosima Ward Tokyo-Met. 171-0022 JP 00-1F-13 (hex) S.& A.S. Ltd. 001F13 (base 16) S.& A.S. Ltd. Boutros Bldg. 1st bsmt Beirut 2067 7808 LB 00-1F-25 (hex) MBS GmbH 001F25 (base 16) MBS GmbH Römerstraße 15 Krefeld Nordrhein-Westfalen 47809 DE 00-1F-27 (hex) Cisco Systems, Inc 001F27 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1F-26 (hex) Cisco Systems, Inc 001F26 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1E-EF (hex) Cantronic International Limited 001EEF (base 16) Cantronic International Limited Unit 515-516, Building 15, East Wing, No 8 Science Park West Avenue, Hong Kong Science Park Phase II Shatin New Territories 852 HK 00-1E-DE (hex) BYD COMPANY LIMITED 001EDE (base 16) BYD COMPANY LIMITED NO.1,Baoping Road,Baolong Industrial Town,Longgang SHEN ZHEN Guangdong 518116 CN 00-1E-DD (hex) WASKO S.A. 001EDD (base 16) WASKO S.A. Berbeckiego 6 Gliwice Silesia 44-100 PL 00-1E-DB (hex) Giken Trastem Co., Ltd. 001EDB (base 16) Giken Trastem Co., Ltd. 4-1 Takeda Dankawaracho Fushimiku Kyoto 612-8414 JP 00-1F-42 (hex) Etherstack plc 001F42 (base 16) Etherstack plc 80 Abercrombie Street Chippendale NSW 2008 AU 00-1F-35 (hex) AIR802 LLC 001F35 (base 16) AIR802 LLC 1169 Banyon Court Naperville IL 60540 US 00-1F-34 (hex) Lung Hwa Electronics Co., Ltd. 001F34 (base 16) Lung Hwa Electronics Co., Ltd. 3F, 248, Pei Sheng Rd. Sec. 3, Taipei Hsien 222 TW 00-1E-EB (hex) Talk-A-Phone Co. 001EEB (base 16) Talk-A-Phone Co. 5013 N. Kedzie Ave. Chicago IL 60625 US 00-1E-6A (hex) Beijing Bluexon Technology Co.,Ltd 001E6A (base 16) Beijing Bluexon Technology Co.,Ltd Jinqiuzhichun 7-301,Zhichun Rd., Beijing 100088 CN 00-1E-66 (hex) RESOL Elektronische Regelungen GmbH 001E66 (base 16) RESOL Elektronische Regelungen GmbH Heiskampstraße 10 Hattingen NRW 45527 DE 00-1E-63 (hex) Vibro-Meter SA 001E63 (base 16) Vibro-Meter SA Route de Moncor 4 Fribourg CH-1701 CH 00-1E-7F (hex) CBM of America 001E7F (base 16) CBM of America 1455 West Newport Center Drive Deerfield Beach Florida 33442 US 00-1E-82 (hex) SanDisk Corporation 001E82 (base 16) SanDisk Corporation 630 Alder Drive, Milpitas CA 95035 US 00-1E-B1 (hex) Cryptsoft Pty Ltd 001EB1 (base 16) Cryptsoft Pty Ltd P.O. Box 6389 Fairfield Gardens Queensland 4103 AU 00-1E-AF (hex) Ophir Optronics Ltd 001EAF (base 16) Ophir Optronics Ltd POB 45021 Jerusalem 91450 IL 00-1E-AD (hex) Wingtech Group Limited 001EAD (base 16) Wingtech Group Limited 6th floor, Unit G, No.668, East Beijing Road, Shanghai 200001 CN 00-1E-D1 (hex) Keyprocessor B.V. 001ED1 (base 16) Keyprocessor B.V. Paasheuvelweg 20 Amsterdam NH 1105 BJ NL 00-1E-D0 (hex) Ingespace 001ED0 (base 16) Ingespace 6 rue de lourmede Eurocentre 31621 FR 00-1E-8E (hex) Hunkeler AG 001E8E (base 16) Hunkeler AG Bahnhofstrasse 31 Wikon CH 4806 CH 00-1E-87 (hex) Realease Limited 001E87 (base 16) Realease Limited 15/F, Morrison Commercial Building WanChai HK 00-1E-CD (hex) KYLAND Technology Co. LTD 001ECD (base 16) KYLAND Technology Co. LTD Building No.2,Shixing Avenue 30# Shijingshan District Beijing 100044 CN 00-1E-BF (hex) Haas Automation Inc. 001EBF (base 16) Haas Automation Inc. 2800 Sturgis Rd Oxnard CA 93030 US 00-1E-BC (hex) WINTECH AUTOMATION CO.,LTD. 001EBC (base 16) WINTECH AUTOMATION CO.,LTD. #1115, TAEKWANG BLVD. SUWON-SI KYUNGGI 443-816 KR 00-1E-6F (hex) Magna-Power Electronics, Inc. 001E6F (base 16) Magna-Power Electronics, Inc. 39 Royal Road Flemington NJ 08822 US 00-1E-A1 (hex) Brunata a/s 001EA1 (base 16) Brunata a/s Vesterlundvej 14 Herlev 2730 DK 00-1E-53 (hex) Further Tech Co., LTD 001E53 (base 16) Further Tech Co., LTD 8F,NO 421, Sungshan RD.,Taipei, Taiwn,R.O.C. Taipei 110 TW 00-1E-4E (hex) DAKO EDV-Ingenieur- und Systemhaus GmbH 001E4E (base 16) DAKO EDV-Ingenieur- und Systemhaus GmbH Ernst-Haeckel-Platz 5/6 Jena Thuringia 07745 DE 00-1E-49 (hex) Cisco Systems, Inc 001E49 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1E-28 (hex) Lumexis Corporation 001E28 (base 16) Lumexis Corporation 3184 Airway Ave Bldg D Costa Mesa CA 92626 US 00-1E-24 (hex) Zhejiang Bell Technology Co.,ltd 001E24 (base 16) Zhejiang Bell Technology Co.,ltd 6 Xidoumen Rd. West Lake district Hangzhou Zhejiang 310012 CN 00-1E-20 (hex) Intertain Inc. 001E20 (base 16) Intertain Inc. Suite 608 LG Eclat-2, 245-4 Seohyun-dong, Bundang-gu Sungngm-shi Kyunggi-do 463-824 KR 00-1E-1C (hex) SWS Australia Pty Limited 001E1C (base 16) SWS Australia Pty Limited 23 Scanlon Drive Epping Victoria 3076 AU 00-1E-12 (hex) Ecolab 001E12 (base 16) Ecolab 655 Lone Oak Drive Eagan MN 55121 US 00-1E-16 (hex) Keytronix 001E16 (base 16) Keytronix Ungargasse 64-66/1/109 Vienna 1030 AT 00-1E-32 (hex) Zensys 001E32 (base 16) Zensys Emdrupvej 26 Copenhagen O DK-2100 DK 00-1E-35 (hex) Nintendo Co., Ltd. 001E35 (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 00-1E-2B (hex) Radio Systems Design, Inc. 001E2B (base 16) Radio Systems Design, Inc. 601 Heron Drive Logan Twp New Jersey 08085 US 00-1E-42 (hex) Teltonika 001E42 (base 16) Teltonika Zirmunu 27 Vilnius LT - 09105 LT 00-1E-43 (hex) AISIN AW CO.,LTD. 001E43 (base 16) AISIN AW CO.,LTD. 6-18 HARAYAMA OKAZAKI AICHI 444-8564 JP 00-1E-08 (hex) Centec Networks Inc 001E08 (base 16) Centec Networks Inc Suite 4F-13/16, Building B, No.5 Xing Han Street Suzhou Jiangsu 215021 CN 00-1D-FB (hex) NETCLEUS Systems Corporation 001DFB (base 16) NETCLEUS Systems Corporation 3F, Daiichi-maeda Bldg. Yamato-shi 242-0017 JP 00-1D-B9 (hex) Wellspring Wireless 001DB9 (base 16) Wellspring Wireless 107 Magella Court North Wales Pa 19454 US 00-1D-BB (hex) Dynamic System Electronics Corp. 001DBB (base 16) Dynamic System Electronics Corp. 5F,NO,9,LANE 130,SEC 1,KUANGG FU RD.SAN CHUNG CITY, Taipei Hsien 24158 TW 00-1D-B3 (hex) HPN Supply Chain 001DB3 (base 16) HPN Supply Chain 8000 Foothills Blvd Roseville CA 95747 US 00-1D-B1 (hex) Crescendo Networks 001DB1 (base 16) Crescendo Networks 6 Yoni Netanyahu St. Or-Yehuda 60376 IL 00-1D-B4 (hex) KUMHO ENG CO.,LTD 001DB4 (base 16) KUMHO ENG CO.,LTD 498-13, HYUNDAI B/D 5F DAEGU 703-835 KR 00-1D-A4 (hex) Hangzhou System Technology CO., LTD 001DA4 (base 16) Hangzhou System Technology CO., LTD ROOM A1505 HuaXing times plaza,NO 478 Wensan Road Hangzhou Zhejiang 310012 CN 00-1D-9F (hex) MATT R.P.Traczynscy Sp.J. 001D9F (base 16) MATT R.P.Traczynscy Sp.J. Polnocna 44 Koscian wielkopolskie PL-64000 PL 00-1D-90 (hex) EMCO Flow Systems 001D90 (base 16) EMCO Flow Systems 2150 Miller Drive Longmont CO 80501 US 00-1D-93 (hex) Modacom 001D93 (base 16) Modacom Jinsuk Building 1536-7 Seoul 137-073 KR 00-1D-94 (hex) Climax Technology Co., Ltd 001D94 (base 16) Climax Technology Co., Ltd No. 258, Hsin Hu 2nd Road Taipei City Taipei 114 TW 00-1D-8E (hex) Alereon, Inc. 001D8E (base 16) Alereon, Inc. 7600 N. Capital of Texas Hwy Austin TX 78731 US 00-1D-DB (hex) C-BEL Corporation 001DDB (base 16) C-BEL Corporation Futabacho 35-12 Itabashi-ku Tokyo 173-0011 JP 00-1D-E6 (hex) Cisco Systems, Inc 001DE6 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1D-E7 (hex) Marine Sonic Technology, Ltd. 001DE7 (base 16) Marine Sonic Technology, Ltd. 5508 George Washington Memorial Highway White Marsh Virginia 23183 US 00-1D-7B (hex) Ice Energy, Inc. 001D7B (base 16) Ice Energy, Inc. 9351 Eastman Park Drive Windsor Colorado 80550 US 00-1D-6C (hex) ClariPhy Communications, Inc. 001D6C (base 16) ClariPhy Communications, Inc. 16 Technology Dr., Suite 165 Irvine CA 92618 US 00-1D-C5 (hex) Beijing Jiaxun Feihong Electricial Co., Ltd. 001DC5 (base 16) Beijing Jiaxun Feihong Electricial Co., Ltd. Electrical Building,No. 31 Jiaoda East Road, Beijing Haidian District, 100044 CN 00-1D-C6 (hex) SNR Inc. 001DC6 (base 16) SNR Inc. VBIC T223ho, ICU, 103-6 Munji-dong, Youseong-gu Daejeon 305-732 KR 00-1D-84 (hex) Gateway, Inc. 001D84 (base 16) Gateway, Inc. 610 Gateway Drive North Sioux City South Dakota 57049 US 00-1D-85 (hex) Call Direct Cellular Solutions 001D85 (base 16) Call Direct Cellular Solutions Suite 145, National Innovation Centre Eveleigh NSW 1430 AU 00-1D-BF (hex) Radiient Technologies, Inc. 001DBF (base 16) Radiient Technologies, Inc. 2084-A Walsh Ave Santa Clara CA 95050 US 00-1D-34 (hex) SYRIS Technology Corp 001D34 (base 16) SYRIS Technology Corp 21 F-2, NO. 12, SEC. 1, Taijunggang Rd. Taichung 403 US 00-1D-32 (hex) Longkay Communication & Technology (Shanghai) Co. Ltd 001D32 (base 16) Longkay Communication & Technology (Shanghai) Co. Ltd No.5 Building, Unit 2, Lane 299 Bisheng Rd, Shanghai 201204 CN 00-1D-2A (hex) SHENZHEN BUL-TECH CO.,LTD. 001D2A (base 16) SHENZHEN BUL-TECH CO.,LTD. 4/F, COFCO Bdlg , 3rd District,Baoan District, Shenzhen City, shengzhen guangdong 518101 CN 00-1D-2D (hex) Pylone, Inc. 001D2D (base 16) Pylone, Inc. 4F Nakano Bldg. 4-30-8 Kita-Shinjuku Shinjuku-ku, Tokyo 169-0074 JP 00-1D-5B (hex) Tecvan Informática Ltda 001D5B (base 16) Tecvan Informática Ltda Rua Guaicurus, 145 Diadema São Paulo 09911-630 BR 00-1D-5D (hex) Control Dynamics Pty. Ltd. 001D5D (base 16) Control Dynamics Pty. Ltd. PO Box 636 MORLEY Western Australia 6943 AU 00-1D-59 (hex) Mitra Energy & Infrastructure 001D59 (base 16) Mitra Energy & Infrastructure Boulevard de l'Europe 131 1301 Wavre BE 00-1D-2B (hex) Wuhan Pont Technology CO. , LTD 001D2B (base 16) Wuhan Pont Technology CO. , LTD Building E, Guandong Science and Technology Industry Park, Wuhan Hubei 430074 CN 00-1D-22 (hex) Foss Analytical A/S 001D22 (base 16) Foss Analytical A/S Slangerupgade 69 Hillerød Seeland 3400 DK 00-1D-23 (hex) SENSUS 001D23 (base 16) SENSUS 44 CASTILIAN DRIVE GOLETA CALIFORNIA 93117 US 00-1D-3E (hex) SAKA TECHNO SCIENCE CO.,LTD 001D3E (base 16) SAKA TECHNO SCIENCE CO.,LTD Nishi 105-1 Kanazawa Ishikawa 920-0367 JP 00-1D-40 (hex) Intel – GE Care Innovations LLC 001D40 (base 16) Intel – GE Care Innovations LLC 3721 Douglas Blvd Roseville CA 95661 US 00-1D-57 (hex) CAETEC Messtechnik 001D57 (base 16) CAETEC Messtechnik Schlossstraße 95a Olching Bayern 82140 DE 00-1D-51 (hex) Babcock & Wilcox Power Generation Group, Inc 001D51 (base 16) Babcock & Wilcox Power Generation Group, Inc 11864 Canon Blvd, Suite 105 Newport News VA 23606 US 00-1D-4C (hex) Alcatel-Lucent 001D4C (base 16) Alcatel-Lucent 601 Data Dr. Plano TX 75075 US 00-1D-1A (hex) OvisLink S.A. 001D1A (base 16) OvisLink S.A. C/Andres Obispo, 37. Pl. 4. Madrid 28043 ES 00-1C-B7 (hex) USC DigiArk Corporation 001CB7 (base 16) USC DigiArk Corporation 6F Tennoz Central Tower 2-2-24 Higashishinagawa Tokyo Shinagawa-ku 140-0002 JP 00-1C-AF (hex) Plato Networks Inc. 001CAF (base 16) Plato Networks Inc. 2855 Kifer Road Santa Clara CA 95051 US 00-1C-B1 (hex) Cisco Systems, Inc 001CB1 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1C-FE (hex) Quartics Inc 001CFE (base 16) Quartics Inc 15241 Laguna Canyon Road Irvine CA 92618 US 00-1D-0B (hex) Power Standards Lab 001D0B (base 16) Power Standards Lab 1201 Marina Village Parkway #101 Alameda CA 94501 US 00-1D-02 (hex) Cybertech Telecom Development 001D02 (base 16) Cybertech Telecom Development Hazenkoog 25 Alkmaar Noord Holland 1822 BS NL 00-1C-E9 (hex) Galaxy Technology Limited 001CE9 (base 16) Galaxy Technology Limited 9/F Win Full Commerical Building, 172-176 Wing Lok Street, Sheung Wan, HK 00-1C-EA (hex) Scientific-Atlanta, Inc 001CEA (base 16) Scientific-Atlanta, Inc 5030 Sugarloaf Pkwy Lawrenceville GA 30044 US 00-1C-E7 (hex) Rocon PLC Research Centre 001CE7 (base 16) Rocon PLC Research Centre 21 Vek 56A str. Sofia 1700 US 00-1C-DB (hex) CARPOINT CO.,LTD 001CDB (base 16) CARPOINT CO.,LTD 1340-6, Namgang Bld 7F, Seocho-Dong SEOUL 137-070 KR 00-1C-D5 (hex) ZeeVee, Inc. 001CD5 (base 16) ZeeVee, Inc. 1 Monarch Drive Littleton MA 01460 US 00-1C-BC (hex) CastGrabber, LLC 001CBC (base 16) CastGrabber, LLC 6507 Wilkins Avenue Ste. 212 Pittsburgh PA 15217 US 00-1C-E4 (hex) EleSy JSC 001CE4 (base 16) EleSy JSC Altayskaya street, 161a Tomsk oblast 634021 RU 00-1C-E2 (hex) Attero Tech, LLC. 001CE2 (base 16) Attero Tech, LLC. 1315 Directors Row - Suite 107 Fort Wayne Indiana 46808 US 00-1C-AA (hex) Bellon Pty Ltd 001CAA (base 16) Bellon Pty Ltd Unit 12/12-18 Victoria St East Lidcombe NSW 2000 AU 00-1C-A0 (hex) Production Resource Group, LLC 001CA0 (base 16) Production Resource Group, LLC 539 Temple Hill Road New Windsor NY 12553 US 00-1C-D3 (hex) ZP Engineering SEL 001CD3 (base 16) ZP Engineering SEL via Ardito Desio, 60 ROME 00131 IT 00-1C-CB (hex) Forth Corporation Public Company Limited 001CCB (base 16) Forth Corporation Public Company Limited 226/12,13,16 Paholyothin Road Bangkok 10400 TH 00-1C-75 (hex) Segnet Ltd. 001C75 (base 16) Segnet Ltd. 146 New London Road Chelmsford Essex CM2 OAW GB 00-1C-74 (hex) Syswan Technologies Inc. 001C74 (base 16) Syswan Technologies Inc. 2050 Beavercreek Road Oregon City Oregon 97045 US 00-1C-68 (hex) Anhui Sun Create Electronics Co., Ltd 001C68 (base 16) Anhui Sun Create Electronics Co., Ltd NO.199 Xiangzhang Road Hefei Anhui 230088 CN 00-1C-66 (hex) UCAMP CO.,LTD 001C66 (base 16) UCAMP CO.,LTD #1015, Kolon Science Valley ¥± Seoul Guro-Dong,Guro-gu, 152-848 KR 00-1C-98 (hex) LUCKY TECHNOLOGY (HK) COMPANY LIMITED 001C98 (base 16) LUCKY TECHNOLOGY (HK) COMPANY LIMITED FLAT/RM 1503 15/F ISLAND BEVERLEY NO 1 GREAT GEORGE STREET CAUSEWAY BAY 999077 HK 00-1C-81 (hex) NextGen Venturi LTD 001C81 (base 16) NextGen Venturi LTD Technium 2 Swansea West Glamorgan SA18PJ GB 00-1C-7A (hex) Perfectone Netware Company Ltd 001C7A (base 16) Perfectone Netware Company Ltd Unit 815, Sun Fung Centre, Kwai Chung HK 00-1C-7B (hex) Castlenet Technology Inc. 001C7B (base 16) Castlenet Technology Inc. No.64, Chung-Shan Rd. Tu-Cheng City Taipei 236 TW 00-1C-53 (hex) Synergy Lighting Controls 001C53 (base 16) Synergy Lighting Controls One Lithonia Way Conyers GA 30012 US 00-1C-4D (hex) Aplix IP Holdings Corporation 001C4D (base 16) Aplix IP Holdings Corporation 2-20-9 Nishiwaseda Shinjuku-ku Tokyo 169-0051 JP 00-1C-92 (hex) Tervela 001C92 (base 16) Tervela 43 Nagog Park Acton MA 01720 US 00-1C-8A (hex) Cirrascale Corporation 001C8A (base 16) Cirrascale Corporation 9449 Carroll Park Drive San Diego CA 92121 US 00-1C-38 (hex) Bio-Rad Laboratories, Inc. 001C38 (base 16) Bio-Rad Laboratories, Inc. 245 Winter St. Waltham MA 02451 US 00-1C-30 (hex) Mode Lighting (UK ) Ltd. 001C30 (base 16) Mode Lighting (UK ) Ltd. The Maltings Ware Hertfordshire SG12 9AD GB 00-1C-2E (hex) HPN Supply Chain 001C2E (base 16) HPN Supply Chain 8000 Foothills Blvd Roseville CA 95747 US 00-1C-2A (hex) Envisacor Technologies Inc. 001C2A (base 16) Envisacor Technologies Inc. 237 Romina Drive Concord Ontario L4K 4V3 CA 00-1C-02 (hex) Pano Logic 001C02 (base 16) Pano Logic 2000 Seaport Drive, Suite 200 Redwood City CA 94063 US 00-1C-05 (hex) Nonin Medical Inc. 001C05 (base 16) Nonin Medical Inc. 13700 1st Avenue North Plymouth MN 55441 US 00-1C-06 (hex) Siemens Numerical Control Ltd., Nanjing 001C06 (base 16) Siemens Numerical Control Ltd., Nanjing No. 18 Siemens Road, Jiangning Development Zone Nanjing JiangSu 211100 CN 00-1B-EA (hex) Nintendo Co., Ltd. 001BEA (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 00-1B-E5 (hex) 802automation Limited 001BE5 (base 16) 802automation Limited 18 First Avenue Worthing West Sussex BN14 9NJ GB 00-1B-E4 (hex) TOWNET SRL 001BE4 (base 16) TOWNET SRL VIA DEI FINALE, 20 61043 CAGLI (PU) IT 00-1C-04 (hex) Airgain, Inc. 001C04 (base 16) Airgain, Inc. 1930 Palomar Point Way Carlsbad CA 92008 US 00-1C-01 (hex) ABB Oy Drives 001C01 (base 16) ABB Oy Drives Hiomotie 13 Helsinki FI-00380 FI 00-1B-FF (hex) Millennia Media inc. 001BFF (base 16) Millennia Media inc. 4200 Day Spring CT Placerville CA 95667 US 00-1B-F2 (hex) KWORLD COMPUTER CO., LTD 001BF2 (base 16) KWORLD COMPUTER CO., LTD No. 113, Jian 2nd Rd., Jhonghe Taipei county 235 TW 00-1B-F0 (hex) Value Platforms Limited 001BF0 (base 16) Value Platforms Limited Rm 712-713, Building 9, 5, Science Park West Ave., Shatin, HK 00-1C-1B (hex) Hyperstone GmbH 001C1B (base 16) Hyperstone GmbH Line-Eid-Straße 3 Konstanz Baden-Württemberg 78467 DE 00-1C-10 (hex) Cisco-Linksys, LLC 001C10 (base 16) Cisco-Linksys, LLC 121 Theory Drive Irvine California 92612 US 00-1B-D2 (hex) ULTRA-X ASIA PACIFIC Inc. 001BD2 (base 16) ULTRA-X ASIA PACIFIC Inc. 5-1-15 Sotokanda Tokyo Chiyoda-ku 101-0021 JP 00-1B-8D (hex) Electronic Computer Systems, Inc. 001B8D (base 16) Electronic Computer Systems, Inc. 418 Donegal Drive Towson MD 21286 US 00-1B-86 (hex) Bosch Access Systems GmbH 001B86 (base 16) Bosch Access Systems GmbH Charlottenburger Allee 50 AACHEN D-52068 DE 00-1B-C2 (hex) Integrated Control Technology Limitied 001BC2 (base 16) Integrated Control Technology Limitied 11 Canaveral Drive Auckland Auckland 0735 NZ 00-1B-BB (hex) RFTech Co.,Ltd 001BBB (base 16) RFTech Co.,Ltd 339-17 Jwahang-Ri,Wonsam-Myun, Yongin-Si Kyungki-Do 449-871 KR 00-1B-AA (hex) XenICs nv 001BAA (base 16) XenICs nv Ambachtenlaan 44 Leuven Vlaams-Brabant B-3001 BE 00-1B-7C (hex) A & R Cambridge 001B7C (base 16) A & R Cambridge Pembroke Avenue Cambridge CAMBS CB25 9QR GB 00-1B-5D (hex) Vololink Pty Ltd 001B5D (base 16) Vololink Pty Ltd Level 2, 541 Blackburn Road Mount Waverley Victoria 3149 AU 00-1B-5A (hex) Apollo Imaging Technologies, Inc. 001B5A (base 16) Apollo Imaging Technologies, Inc. 18545 Rangeland Rd Ramona CA 92065 US 00-1B-56 (hex) Tehuti Networks Ltd. 001B56 (base 16) Tehuti Networks Ltd. 1, Shenkar St. Hertzliya 46105 IL 00-1B-C6 (hex) Strato Rechenzentrum AG 001BC6 (base 16) Strato Rechenzentrum AG Pascalstrasse 10 D-10587 Berlin DE 00-1B-C4 (hex) Ultratec, Inc. 001BC4 (base 16) Ultratec, Inc. 450 Science Drive Madison WI 53711 US 00-1B-A1 (hex) Åmic AB 001BA1 (base 16) Åmic AB Uppsala science park Uppsala 75183 SE 00-1B-96 (hex) General Sensing 001B96 (base 16) General Sensing Unit 716, Cyberport 1 Pok Fu Lam US 00-1A-EA (hex) Radio Terminal Systems Pty Ltd 001AEA (base 16) Radio Terminal Systems Pty Ltd 1st Floor Laverton North Victoria 3026 AU 00-1A-DD (hex) PePWave Ltd 001ADD (base 16) PePWave Ltd 17/F., Park Building, Cheung Sha Wan Kowloon HK 00-1A-D6 (hex) JIAGNSU AETNA ELECTRIC CO.,LTD 001AD6 (base 16) JIAGNSU AETNA ELECTRIC CO.,LTD NO.571 QIANHU ROAD,QIANQIAO INDUSTRY PARK,WUXI,JIANGSU,CHINA WUXI JIANGSU 214151 CN 00-1A-D4 (hex) iPOX Technology Co., Ltd. 001AD4 (base 16) iPOX Technology Co., Ltd. 15F-1, No.186, Jian-Yi Rd., Chung-Ho City, Taipei 235 TW 00-1B-14 (hex) Carex Lighting Equipment Factory 001B14 (base 16) Carex Lighting Equipment Factory 50 Chang Tang Rd., Yan Tian District, Guangdong province CN 00-1B-15 (hex) Voxtel, Inc. 001B15 (base 16) Voxtel, Inc. 12725 SW Millikan Way Beaverton OR 97005 US 00-1B-09 (hex) Matrix Telecom Pvt. Ltd. 001B09 (base 16) Matrix Telecom Pvt. Ltd. 394, GIDC, Makarpura, Vadodara Gujarat 390010 IN 00-1B-03 (hex) Action Technology (SZ) Co., Ltd 001B03 (base 16) Action Technology (SZ) Co., Ltd Action Technology Building Baoyuan Road, Xixiang, Bao'an District Shenzhen Guangdong 518102 CN 00-1A-FB (hex) Joby Inc. 001AFB (base 16) Joby Inc. 1535 Mission St. San Francisco CA 94103 US 00-1A-FD (hex) EVOLIS 001AFD (base 16) EVOLIS 29 avenue de la fontaine Beaucouze 49070 FR 00-1B-1E (hex) HART Communication Foundation 001B1E (base 16) HART Communication Foundation STE 1-350 Austin TX 78759 US 00-1B-4C (hex) Signtech 001B4C (base 16) Signtech 609 Seonil Technopia 609 Sungnamsi Kyunggido 462-120 KR 00-1A-D5 (hex) KMC CHAIN INDUSTRIAL CO., LTD. 001AD5 (base 16) KMC CHAIN INDUSTRIAL CO., LTD. 7F-8, No. 81, Sui-Lih Rd., Hsinchu Hsinchu 300 TW 00-1A-D0 (hex) Albis Technologies AG 001AD0 (base 16) Albis Technologies AG Albisriederstrasse 199 CH 8047 Zuerich CH 00-1A-D3 (hex) Vamp Ltd. 001AD3 (base 16) Vamp Ltd. PO Box 810 Vaasa 65101 FI 00-1A-D8 (hex) AlsterAero GmbH 001AD8 (base 16) AlsterAero GmbH Heidenkampsweg 45 Hamburg 20097 DE 00-1A-DA (hex) Biz-2-Me Inc. 001ADA (base 16) Biz-2-Me Inc. 1301 West Eau Gallie Blvd Melbourne FL 32935 US 00-1A-6F (hex) MI.TEL s.r.l. 001A6F (base 16) MI.TEL s.r.l. VIA GUIDO ROSSA, 22 CORNATE D'ADDA MILANO 20040 IT 00-1A-71 (hex) Diostech Co., Ltd. 001A71 (base 16) Diostech Co., Ltd. 151-21, Buk-ri, Namsa-myeon, Yongin-city Gyeonggi-do 449 884 KR 00-1A-69 (hex) Wuhan Yangtze Optical Technology CO.,Ltd. 001A69 (base 16) Wuhan Yangtze Optical Technology CO.,Ltd. 4#,Guanshan 2 Road Wuhan Hubei 430073 CN 00-1A-67 (hex) Infinite QL Sdn Bhd 001A67 (base 16) Infinite QL Sdn Bhd G.02, Block A, Dataran Hamodal Petaling Jaya Selangor Darul Ehsan 46300 MY 00-1A-C3 (hex) Scientific-Atlanta, Inc 001AC3 (base 16) Scientific-Atlanta, Inc 5030 Sugarloaf Pkwy Lawrenceville GA 30044 US 00-1A-BF (hex) TRUMPF Laser Marking Systems AG 001ABF (base 16) TRUMPF Laser Marking Systems AG Ausserfeld Gruesch GR 7214 CH 00-1A-B8 (hex) Anseri Corporation 001AB8 (base 16) Anseri Corporation 35E Industrial Way Rochester NH 03867 US 00-1A-BC (hex) U4EA Technologies Ltd 001ABC (base 16) U4EA Technologies Ltd City Point Bristol BS1 6PL GB 00-1A-CB (hex) Autocom Products Ltd 001ACB (base 16) Autocom Products Ltd Unit 4 Tachbrook Link, Tachbrook Park Drive Warwick Warwickshire CV34 6RH GB 00-1A-CF (hex) C.T. ELETTRONICA 001ACF (base 16) C.T. ELETTRONICA Via Caduti di Nassiriya 5 B Barberino Val D'Elsa (FI) 50021 IT 00-1A-A3 (hex) DELORME 001AA3 (base 16) DELORME 2 DELORME DRIVE YARMOUTH MAINE 04096 US 00-1A-9B (hex) ADEC & Parter AG 001A9B (base 16) ADEC & Parter AG Staldenbachstrasse 30 Pfaeffikon ZH 8808 CH 00-1A-9D (hex) Skipper Wireless, Inc. 001A9D (base 16) Skipper Wireless, Inc. Shinjuku-Sumitomo Bldg. 20F Shinjuku Tokyo 163-0220 JP 00-1A-85 (hex) NV Michel Van de Wiele 001A85 (base 16) NV Michel Van de Wiele M. Vandewielestraat 7 Marke West-Vlaanderen 8510 BE 00-1A-8E (hex) 3Way Networks Ltd 001A8E (base 16) 3Way Networks Ltd 7200 Cambridge Research Park Cambridge Cambridgeshire CB5 9TL GB 00-1A-44 (hex) JWTrading Co., Ltd 001A44 (base 16) JWTrading Co., Ltd 1590 Kwanyang-dong, Dongan-ku Ahnyang Kyungki - do 431-060 KR 00-1A-49 (hex) Micro Vision Co.,LTD 001A49 (base 16) Micro Vision Co.,LTD 1-9-15 Niigata-city Niigata-ken 950-0986 JP 00-1A-3D (hex) Ajin Vision Co.,Ltd 001A3D (base 16) Ajin Vision Co.,Ltd 1404, Mario-Tower, 222-12 Seoul 152-050 KR 00-1A-41 (hex) INOCOVA Co.,Ltd 001A41 (base 16) INOCOVA Co.,Ltd 5F SEOUL BD.736-17 Yeoksam-Dong, Kangnam-Ku SEOUL 135-924 KR 00-1A-33 (hex) ASI Communications, Inc. 001A33 (base 16) ASI Communications, Inc. 1042 E Guadalupe Rd Tempe AZ 85283 US 00-1A-23 (hex) Ice Qube, Inc 001A23 (base 16) Ice Qube, Inc 141 Wilson Ave Greensburg Pa 15601 US 00-1A-1D (hex) PChome Online Inc. 001A1D (base 16) PChome Online Inc. 11F, 105, Sec. 2, Tun-Hwa S. Rd. Taipei 106 TW 00-1A-17 (hex) Teak Technologies, Inc. 001A17 (base 16) Teak Technologies, Inc. 2901 Tasman Dr., Ste. #210 Santa Clara CA 95054 US 00-1A-1C (hex) GT&T Engineering Pte Ltd 001A1C (base 16) GT&T Engineering Pte Ltd 2 Ang Mo Kio St.64, Econ Building, #04-00 Singapore 569084 SG 00-1A-1F (hex) Coastal Environmental Systems 001A1F (base 16) Coastal Environmental Systems 820 First Avenue South Seattle wa 98134 US 00-1A-64 (hex) IBM Corp 001A64 (base 16) IBM Corp 3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US 00-1A-51 (hex) Alfred Mann Foundation 001A51 (base 16) Alfred Mann Foundation P.O. Box 905 Santa Clarita CA 91380-9005 US 00-1A-55 (hex) ACA-Digital Corporation 001A55 (base 16) ACA-Digital Corporation 17 F, No. 866-7, Chung Cheng Rd., Chung Ho City Taipei County 23586 TW 00-19-E6 (hex) TOYO MEDIC CO.,LTD. 0019E6 (base 16) TOYO MEDIC CO.,LTD. 1-17-22 Kitahorie, Nishi-ku Osaka 550-0014 JP 00-19-E2 (hex) Juniper Networks 0019E2 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 00-19-E8 (hex) Cisco Systems, Inc 0019E8 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-19-DF (hex) Thomson Inc. 0019DF (base 16) Thomson Inc. 101 West 103rd Street Indianapolis IN 46290-1102 US 00-19-DD (hex) FEI-Zyfer, Inc. 0019DD (base 16) FEI-Zyfer, Inc. 1515 S. Manchester Anaheim CA 92802 US 00-19-B2 (hex) XYnetsoft Co.,Ltd 0019B2 (base 16) XYnetsoft Co.,Ltd NO.158Zhenyu Street High Industries Development area ChangChun JiLin 130000 CN 00-19-A4 (hex) Austar Technology (hang zhou) Co.,Ltd 0019A4 (base 16) Austar Technology (hang zhou) Co.,Ltd 7-402,West Lake Software Part Hang Zhou Zhe Jiang 310012 CN 00-19-AA (hex) Cisco Systems, Inc 0019AA (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-19-B1 (hex) Arrow7 Corporation 0019B1 (base 16) Arrow7 Corporation Kamijima 3-27-7 Hamamatsu Shizuoka 433-8122 JP 00-19-B3 (hex) Stanford Research Systems 0019B3 (base 16) Stanford Research Systems 1290-D Reamwood Ave Sunnyvale CA 94089 US 00-1A-0A (hex) Adaptive Micro-Ware Inc. 001A0A (base 16) Adaptive Micro-Ware Inc. 6917 Innovation Blvd Fort Wayne IN 46818 US 00-1A-05 (hex) OPTIBASE LTD 001A05 (base 16) OPTIBASE LTD 7 Shankar St. Herzliya ISRAEL 46120 IL 00-19-D4 (hex) ICX Technologies 0019D4 (base 16) ICX Technologies 3440 Francis-Hughes Laval Quebec H7L 5A9 CA 00-19-CF (hex) SALICRU, S.A. 0019CF (base 16) SALICRU, S.A. Av. Serra , 100 Sta.Ma.Palautordera Barcelona 08460 ES 00-19-FC (hex) PT. Ufoakses Sukses Luarbiasa 0019FC (base 16) PT. Ufoakses Sukses Luarbiasa Jl. Sultan Hasanudin No. 41 Jakarta Selatan DKI Jakarta 12160 ID 00-19-F4 (hex) Convergens Oy Ltd 0019F4 (base 16) Convergens Oy Ltd Westendintie 99 B Espoo Uusimaa FIN-02160 FI 00-19-96 (hex) TurboChef Technologies Inc. 001996 (base 16) TurboChef Technologies Inc. 4240 International Parkway Carrollton Texas 75007 US 00-19-97 (hex) Soft Device Sdn Bhd 001997 (base 16) Soft Device Sdn Bhd 67-2 Jalan 2/27F Kuala Lumpur WP 53300 MY 00-19-98 (hex) SATO CORPORATION 001998 (base 16) SATO CORPORATION 1-207,ONARI-CHO, SAITAMA-SHI SAITAMA 330-0852 JP 00-19-9C (hex) CTRING 00199C (base 16) CTRING #514, World Meridian Venture Center II Keumcheon-gu Seoul 153-803 KR 00-19-46 (hex) Cianet Industria e Comercio S/A 001946 (base 16) Cianet Industria e Comercio S/A rod SC401, km01 Tecnopolis/Alfama 4o. Andar Florianopolis Santa Catarina 88030-902 BR 00-19-49 (hex) TENTEL COMTECH CO., LTD. 001949 (base 16) TENTEL COMTECH CO., LTD. 3/F., NO. 42, LANE 80, SEC. 3, NAN-KANG RD., TAIPEI 115 TW 00-19-44 (hex) Fossil Partners, L.P. 001944 (base 16) Fossil Partners, L.P. 2280 N. Greenville Ave. Richardson TX 75082 US 00-19-71 (hex) Guangzhou Unicomp Technology Co.,Ltd 001971 (base 16) Guangzhou Unicomp Technology Co.,Ltd 7/F,North Tower,Jinshan Building.No.248 Guangzhou Guangdong 510630 CN 00-19-64 (hex) Doorking Inc. 001964 (base 16) Doorking Inc. 120 Glasgow St. Inglewood CA. 90301 US 00-19-76 (hex) Xipher Technologies, LLC 001976 (base 16) Xipher Technologies, LLC 156 River Road Willington CT 06279 US 00-19-6C (hex) ETROVISION TECHNOLOGY 00196C (base 16) ETROVISION TECHNOLOGY 2F, 19-5 San Chung Rd., TAIPEI 115 TW 00-19-67 (hex) TELDAT Sp.J. 001967 (base 16) TELDAT Sp.J. Kijowska 44 Bydgoszcz woj. kujawsko-pomorskie 85-703 PL 00-19-52 (hex) ACOGITO Co., Ltd 001952 (base 16) ACOGITO Co., Ltd #501 Shinyoung Palace Tower, 246-2, Seohyun Sungnam Kyunggi 463-824 KR 00-19-8B (hex) Novera Optics Korea, Inc. 00198B (base 16) Novera Optics Korea, Inc. 463-1 Jeon Min Dong Yuseong Gu Deajeon 305-811 KR 00-19-61 (hex) Blaupunkt Embedded Systems GmbH 001961 (base 16) Blaupunkt Embedded Systems GmbH Bahnhofsstrasse 16 Schlitz 36110 DE 00-19-42 (hex) ON SOFTWARE INTERNATIONAL LIMITED 001942 (base 16) ON SOFTWARE INTERNATIONAL LIMITED 9F, NO. 17, SEC. 1, CHENG-TE RD. TAIPEI 103 TW 00-19-3F (hex) RDI technology(Shenzhen) Co.,LTD 00193F (base 16) RDI technology(Shenzhen) Co.,LTD Building C1&C2, Xin Tang Industrial Zone,East BaiShiXia Village, Fuyong Town, Baoan District SHENZHEN GUANGDONG province 518103 CN 00-19-41 (hex) Pitney Bowes, Inc 001941 (base 16) Pitney Bowes, Inc 35 Waterview Drive Shelton CT 06484 US 00-18-FD (hex) Optimal Technologies International Inc. 0018FD (base 16) Optimal Technologies International Inc. 12 Spanish Main Drive Freeport GBI BS 00-18-F0 (hex) JOYTOTO Co., Ltd. 0018F0 (base 16) JOYTOTO Co., Ltd. 3F Sungwoo Bldg. 717-3, Sooseo-Dong Seoul 135-220 KR 00-18-E9 (hex) Numata Corporation 0018E9 (base 16) Numata Corporation 8-2-39 nanko-higashi Osaka-shi Osaka-fu 559-0031 JP 00-19-08 (hex) Duaxes Corporation 001908 (base 16) Duaxes Corporation 2-5, Kasumigaseki 3-chome, Chiyoda-ku. Tokyo Foreign 100-6014 JP 00-19-0C (hex) Encore Electronics, Inc. 00190C (base 16) Encore Electronics, Inc. 16483 Old Valley Blvd. La Puente CA 91744 US 00-19-19 (hex) ASTEL Inc. 001919 (base 16) ASTEL Inc. 59-7 Jang-dong Yusung-Gu Daejeon Chungnam 305-343 KR 00-19-2D (hex) Nokia Corporation 00192D (base 16) Nokia Corporation Rensingstraße 15 Bochum NRW 44807 DE 00-18-EF (hex) Escape Communications, Inc. 0018EF (base 16) Escape Communications, Inc. 2615 Pacific Coast Hwy Hermosa Beach CA 90254 US 00-18-E6 (hex) Computer Hardware Design SIA 0018E6 (base 16) Computer Hardware Design SIA Dzelzavas 120i Riga LV-1021 LV 00-19-30 (hex) Cisco Systems, Inc 001930 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-19-27 (hex) ImCoSys Ltd 001927 (base 16) ImCoSys Ltd Bundesstrasse 5 Zug ZG 6300 CH 00-18-F7 (hex) Kameleon Technologies 0018F7 (base 16) Kameleon Technologies 217, rue St Honoré Paris 75001 FR 00-18-85 (hex) Avigilon Corporation 001885 (base 16) Avigilon Corporation Box 378, 101 - 1001 West Broadway Vancouver BC V6H 4E4 CA 00-18-88 (hex) GOTIVE a.s. 001888 (base 16) GOTIVE a.s. Zámocká 34 Bratislava 81101 SK 00-18-8A (hex) Infinova LLC 00188A (base 16) Infinova LLC 51 Stouts Lane, Unit 1 & 2 Monmouth Junction New Jersey 08852 US 00-18-86 (hex) EL-TECH, INC. 001886 (base 16) EL-TECH, INC. A-711, WOOLIM LION'S VALLEY, 371-28 SEOUL 150-834 KR 00-18-87 (hex) Metasystem SpA 001887 (base 16) Metasystem SpA Via Oberdan 16 Reggio Emilia RE 42100 IT 00-18-BE (hex) ANSA Corporation 0018BE (base 16) ANSA Corporation 17F, No. 738, Chung Cheng Road Chung Ho City Taipei County 235 TW 00-18-BA (hex) Cisco Systems, Inc 0018BA (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-18-B4 (hex) Dawon Media Inc. 0018B4 (base 16) Dawon Media Inc. Rm503. woolim e-biz center 170-5, Guro3dong Gurogu, Seoul 152-769 KR 00-18-B6 (hex) S3C, Inc. 0018B6 (base 16) S3C, Inc. 1010 Stewart Dr. Sunnyvale California 94085 US 00-18-A3 (hex) ZIPPY TECHNOLOGY CORP. 0018A3 (base 16) ZIPPY TECHNOLOGY CORP. 10F, No. 50, Mincyuan Rd., Sindian City Taipei 231 TW 00-18-A0 (hex) Cierma Ascenseurs 0018A0 (base 16) Cierma Ascenseurs 17 avenue guiglionda de saint agathe Nice PACA 06300 FR 00-18-93 (hex) SHENZHEN PHOTON BROADBAND TECHNOLOGY CO.,LTD 001893 (base 16) SHENZHEN PHOTON BROADBAND TECHNOLOGY CO.,LTD 2/F Hivac BLD,2th Langshan Rd,North Hi-Tech Industrial Shenzhen Guangdong 518057 CN 00-18-B1 (hex) IBM Corp 0018B1 (base 16) IBM Corp 2051 Mission College Blvd Santa Clara CA 95054 US 00-18-7B (hex) 4NSYS Co. Ltd. 00187B (base 16) 4NSYS Co. Ltd. 3F, Hana Bldg Guro-Gu Seoul 152-100 KR 00-18-7F (hex) ZODIANET 00187F (base 16) ZODIANET 23, rue des Fraisettes PALAISEAU ESSONNE 91120 FR 00-18-7E (hex) RGB Spectrum 00187E (base 16) RGB Spectrum 950 Marina Village Pkwy Alameda CA 94501 US 00-18-9D (hex) Navcast Inc. 00189D (base 16) Navcast Inc. Suite 612, 6711 Mississauga Road Mississauga ON m2r 1a3 CA 00-18-D6 (hex) Swirlnet A/S 0018D6 (base 16) Swirlnet A/S Diplomvej 381 Lyngby DK-2800 DK 00-18-CD (hex) Erae Electronics Industry Co., Ltd 0018CD (base 16) Erae Electronics Industry Co., Ltd #371-51, Gasan-dong Geumchen-gu Seoul 153-803 KR 00-18-DB (hex) EPL Technology Ltd 0018DB (base 16) EPL Technology Ltd LongDong,Longgang District ShenZhen GuangDong 518116 CN 00-18-C8 (hex) ISONAS Inc. 0018C8 (base 16) ISONAS Inc. 6325 Gunpark Drive Boulder CO 80301 US 00-18-49 (hex) nVent, Schroff GmbH 001849 (base 16) nVent, Schroff GmbH Langenalber Strasse 96-100 Straubenhardt 75334 DE 00-18-46 (hex) Crypto S.A. 001846 (base 16) Crypto S.A. V. Ipirou 45 Marousi Athens 15125 GR 00-18-45 (hex) Pulsar-Telecom LLC. 001845 (base 16) Pulsar-Telecom LLC. Zaharova, 18a Penza 440044 RU 00-18-1E (hex) GDX Technologies Ltd. 00181E (base 16) GDX Technologies Ltd. 61-63 Back Sneddon Street Paisley Renfrewshire PA3 2DD GB 00-18-1C (hex) Exterity Limited 00181C (base 16) Exterity Limited Ridge Way, Hillend Industrial Estate Dunfermline Fife KY11 9JD GB 00-18-63 (hex) Veritech Electronics Limited 001863 (base 16) Veritech Electronics Limited 8F, 67, Sec. 1, Zhongshan Road, Xinzhuang, Taipei 242 TW 00-18-5A (hex) uControl, Inc. 00185A (base 16) uControl, Inc. 5914 W. Courtyard Drive Austin TX 78730 US 00-18-52 (hex) StorLink Semiconductors, Inc. 001852 (base 16) StorLink Semiconductors, Inc. 1804 N. Shoreline Boulevard Mountain View CA 94043 US 00-18-50 (hex) Secfone Kft 001850 (base 16) Secfone Kft 51 Bercsenyi str Jaszbereny 5100 HU 00-18-58 (hex) TagMaster AB 001858 (base 16) TagMaster AB Kronborgsgréind 1 Kista Stockholm S-16487 SE 00-18-24 (hex) Kimaldi Electronics, S.L. 001824 (base 16) Kimaldi Electronics, S.L. Ctra. de Rubí, 292 B Terrassa Barcelona 08228 ES 00-18-3D (hex) Vertex Link Corporation 00183D (base 16) Vertex Link Corporation Meitetsu Fudosan Takebashi Bldg 6F Chiyoda-ku Tokyo 101-0054 JP 00-18-25 (hex) Private 001825 (base 16) Private 00-18-79 (hex) dSys 001879 (base 16) dSys Soeflinger Str. 100 Ulm BW 89077 DE 00-18-03 (hex) ArcSoft Shanghai Co. LTD 001803 (base 16) ArcSoft Shanghai Co. LTD 20th Floor, Suite (EAST) 2008, China Merchants Plaza, 333 Shanghai 200041 CN 00-17-EF (hex) IBM Corp 0017EF (base 16) IBM Corp 2051 Mission College Blvd Santa Clara CA 95054 US 00-17-F5 (hex) LIG NEOPTEK 0017F5 (base 16) LIG NEOPTEK 926 Gosaek-dong Suwon-si Gyeonggi-do 441-813 KR 00-17-CD (hex) CEC Wireless R&D Ltd. 0017CD (base 16) CEC Wireless R&D Ltd. West M5 Building,No.1 East Road Beijing 100016 CN 00-17-D0 (hex) Opticom Communications, LLC 0017D0 (base 16) Opticom Communications, LLC 1050 Connecticut Avenue, NW Washington DC 20036 US 00-17-C6 (hex) Cross Match Technologies Inc 0017C6 (base 16) Cross Match Technologies Inc 400, boul. Jean-Lesage Québec G1K 8W1 CA 00-17-FE (hex) TALOS SYSTEM INC. 0017FE (base 16) TALOS SYSTEM INC. 6191 CORNERSTONE CT. STE #109 SAN DIEGO CA 92121 US 00-17-F8 (hex) Motech Industries Inc. 0017F8 (base 16) Motech Industries Inc. 6F, No. 248, Sec. 3, Pei-Shen Rd., Taipei Hsien 222 TW 00-17-C3 (hex) KTF Technologies Inc. 0017C3 (base 16) KTF Technologies Inc. 4th Fl., Central Tower, 265-3, Seohyun-Dong Sungnam-City Kyunggi-Do 463-769 KR 00-17-B7 (hex) Tonze Technology Co. 0017B7 (base 16) Tonze Technology Co. 5F-10, No.6, Lane 180, Taipei 11490 TW 00-17-AB (hex) Nintendo Co., Ltd. 0017AB (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 00-18-07 (hex) Fanstel Corp. 001807 (base 16) Fanstel Corp. 7466 E. Monte Cristo Ave. Scottsdale Arizona 85260 US 00-18-08 (hex) SightLogix, Inc. 001808 (base 16) SightLogix, Inc. 745 Alexander Road Princeton NJ 08540 US 00-17-CE (hex) Screen Service Spa 0017CE (base 16) Screen Service Spa Via G.Di Vittorio 17 Brescia 25125 IT 00-17-DB (hex) CANKO TECHNOLOGIES INC. 0017DB (base 16) CANKO TECHNOLOGIES INC. 5 FL. DONG SUNG BLDG. 17-8 SEOUL 150-874 KR 00-17-D6 (hex) Bluechips Microhouse Co.,Ltd. 0017D6 (base 16) Bluechips Microhouse Co.,Ltd. 212/2 M.10 Tambol Umong Lamphun 51150 TH 00-17-87 (hex) Brother, Brother & Sons ApS 001787 (base 16) Brother, Brother & Sons ApS Ved Amagerbanen 9 Copenhagen S DK-2300 DK 00-17-89 (hex) Zenitron Corporation 001789 (base 16) Zenitron Corporation No. 8, Lane 250, Sinhu 2nd Rd., Neihu District, Taipei 11494 TW 00-17-60 (hex) Naito Densei Machida MFG.CO.,LTD 001760 (base 16) Naito Densei Machida MFG.CO.,LTD 2-17-28 Fuchinobe Sagamihara Kanagawa 229-0006 JP 00-17-61 (hex) Private 001761 (base 16) Private 00-17-68 (hex) Zinwave Ltd 001768 (base 16) Zinwave Ltd Zinwave Ltd, Harston Mill Cambridge Cambridgeshire CB2 5GG GB 00-17-69 (hex) Cymphonix Corp 001769 (base 16) Cymphonix Corp 8871 S. Sandy Parkway, Suite 150 Sandy UT 84070 US 00-17-62 (hex) Solar Technology, Inc. 001762 (base 16) Solar Technology, Inc. 7620 Cetronia Road Allentown PA 18106 US 00-17-8F (hex) NINGBO YIDONG ELECTRONIC CO.,LTD. 00178F (base 16) NINGBO YIDONG ELECTRONIC CO.,LTD. No.65 Siming East Rd Yuyao City, Zhejiang Province Zhejiang Province China P.C 315400 CN 00-17-94 (hex) Cisco Systems, Inc 001794 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-17-8A (hex) DARTS TECHNOLOGIES CORP. 00178A (base 16) DARTS TECHNOLOGIES CORP. 2F,No.119,Chien Kang Rd., Chung-Ho Taipei Hsien 235 TW 00-17-34 (hex) ADC Telecommunications 001734 (base 16) ADC Telecommunications 541 E Trimble Road San Jose California 95134-1224 US 00-17-2E (hex) FXC Inc. 00172E (base 16) FXC Inc. 10-16 6F, Nihonbashi Tomizawa-Chou, Chuo-ku Tokyo 103-0006 JP 00-17-2B (hex) Global Technologies Inc. 00172B (base 16) Global Technologies Inc. 4/F Kicox Bldg.,188-5,Guro-Dong,Guro-gu, Seoul 152-848 KR 00-17-72 (hex) ASTRO Strobel Kommunikationssysteme GmbH 001772 (base 16) ASTRO Strobel Kommunikationssysteme GmbH Olefant 1-3 Bergisch Gladbach NRW 51427 DE 00-17-3E (hex) LeucotronEquipamentos Ltda. 00173E (base 16) LeucotronEquipamentos Ltda. Rua Jorge Dionisio Barbosa, 312 Santa Rita do Sapucai Minas Gerais 37.540-000 BR 00-17-98 (hex) Azonic Technology Co., LTD 001798 (base 16) Azonic Technology Co., LTD 15F-3, No. 163, Sec., 1 Keelung Rd. Taipei 110 TW 00-17-47 (hex) Trimble 001747 (base 16) Trimble 345 SW Avery Ave Corvallis OR 97333 US 00-17-7A (hex) ASSA ABLOY AB 00177A (base 16) ASSA ABLOY AB Theres Svenssons gata 15 Goteborg 41755 SE 00-16-F4 (hex) Eidicom Co., Ltd. 0016F4 (base 16) Eidicom Co., Ltd. Polychem B/D 4th Floor, 900-1 Anyang-si Kyeonggi-do 431-060 KR 00-16-E7 (hex) Dynamix Promotions Limited 0016E7 (base 16) Dynamix Promotions Limited 788-790, Finchley Road London NW11 7TJ GB 00-16-E5 (hex) FORDLEY DEVELOPMENT LIMITED 0016E5 (base 16) FORDLEY DEVELOPMENT LIMITED ROOM 706, 7TH FLOOR, YU SUNG BOON BUILDING, 107-111 DES VOEUX ROAD, CENTRAL, HK 00-16-E6 (hex) GIGA-BYTE TECHNOLOGY CO.,LTD. 0016E6 (base 16) GIGA-BYTE TECHNOLOGY CO.,LTD. Pin-Jen City, Taoyuan 324 TW 00-17-20 (hex) Image Sensing Systems, Inc. 001720 (base 16) Image Sensing Systems, Inc. 1600 University Ave. W. St. Paul MN 55104 US 00-17-1A (hex) Winegard Company 00171A (base 16) Winegard Company 3000 Kirkwood Street Burlington IA 52601 US 00-16-C8 (hex) Cisco Systems, Inc 0016C8 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-16-C4 (hex) SiRF Technology, Inc. 0016C4 (base 16) SiRF Technology, Inc. 217 Devcon Dr. San Jose CA 95112 US 00-16-F3 (hex) CAST Information Co., Ltd 0016F3 (base 16) CAST Information Co., Ltd 5F MSA Bldg. 891-43 Dacchi-Dong, SEOUL 135-280 KR 00-16-F5 (hex) Dalian Golden Hualu Digital Technology Co.,Ltd 0016F5 (base 16) Dalian Golden Hualu Digital Technology Co.,Ltd No.1 Hua Road,Qixianling Dalian LiaoNing 116023 CN 00-16-F1 (hex) OmniSense, LLC 0016F1 (base 16) OmniSense, LLC 72 sams point road Ladys Island SC 29907 US 00-16-DD (hex) Gigabeam Corporation 0016DD (base 16) Gigabeam Corporation 407 Springpark Place Herndon VA 20170 US 00-17-1C (hex) NT MicroSystems, Inc. 00171C (base 16) NT MicroSystems, Inc. 1-5-3-2F Tamagawadai Setagaya Tokyo 158-0096 JP 00-17-16 (hex) Qno Technology Inc. 001716 (base 16) Qno Technology Inc. 6F-2, No.25, Puding Road Hsinchu Taiwan 300 TW 00-17-26 (hex) m2c Electronic Technology Ltd. 001726 (base 16) m2c Electronic Technology Ltd. 2403, 24/F, Nanyang Plaza Kwuntong Hong Kong 999 999 CN 00-17-21 (hex) FITRE S.p.A. 001721 (base 16) FITRE S.p.A. Via Valsolda, 15 MILANO MI 20142 IT 00-16-F9 (hex) CETRTA POT, d.o.o., Kranj 0016F9 (base 16) CETRTA POT, d.o.o., Kranj Planina 3 Kranj SI 4000 SI 00-17-0A (hex) INEW DIGITAL COMPANY 00170A (base 16) INEW DIGITAL COMPANY Supply Bureau 3th floor KT&G 203-1, Daejeon 306-712 KR 00-16-BD (hex) ATI Industrial Automation 0016BD (base 16) ATI Industrial Automation 1031 Goodworth Drive Apex North Carolina 27539-3869 US 00-16-C0 (hex) Semtech Corporation 0016C0 (base 16) Semtech Corporation 200 Flynn Rd Camarillo California 93012 US 00-16-C2 (hex) Avtec Systems Inc 0016C2 (base 16) Avtec Systems Inc 14432 Albemarle Point Place Chantilly Virginia 20151 US 00-16-BA (hex) WEATHERNEWS INC. 0016BA (base 16) WEATHERNEWS INC. NAKASE 1-3 MTG CHIBA 262-0032 US 00-16-B2 (hex) DriveCam Inc 0016B2 (base 16) DriveCam Inc 3954 Murphy Canyon Road San Diego CA 92123 US 00-16-B3 (hex) Photonicbridges (China) Co., Ltd. 0016B3 (base 16) Photonicbridges (China) Co., Ltd. No. 900, Yishan road, Shanghai 200233 US 00-16-AD (hex) BT-Links Company Limited 0016AD (base 16) BT-Links Company Limited Rm 802, Nan Fung Centre, 264-298 Castle Peak Rd HK 00-16-6E (hex) Arbitron Inc. 00166E (base 16) Arbitron Inc. 9705 Patuxent Woods Drive Columbia MD 21046 US 00-16-AF (hex) Shenzhen Union Networks Equipment Co.,Ltd. 0016AF (base 16) Shenzhen Union Networks Equipment Co.,Ltd. Yihai Square east building 2307, Chuangye road, Nanshan District Shenzhen Guangdong 518054 CN 00-16-9E (hex) TV One Ltd 00169E (base 16) TV One Ltd Unit V Continental Approach Margate Kent CT9 4JG GB 00-16-6A (hex) TPS 00166A (base 16) TPS 145 quai de Stalingrad Issy Les Moulineaux Ile de France 92137 FR 00-16-63 (hex) KBT Mobile 001663 (base 16) KBT Mobile 4F, Polaris I, 15-3, Jeongja-dong, Bundang-gu Seongnam-si, Gyeonggi-do 463-811 KR 00-16-9F (hex) Vimtron Electronics Co., Ltd. 00169F (base 16) Vimtron Electronics Co., Ltd. 7F., No.9, Alley 2, Lane 35 Neihu District Taipei City 11492 TW 00-16-9A (hex) Quadrics Ltd 00169A (base 16) Quadrics Ltd 1 Bridewell Street Bristol BS1 2AA GB 00-16-92 (hex) Scientific-Atlanta, Inc. 001692 (base 16) Scientific-Atlanta, Inc. 5030 Sugarloaf Pkwy Lawrenceville GA 30044 US 00-16-91 (hex) Moser-Baer AG 001691 (base 16) Moser-Baer AG Spitalstrasse 7 Sumiswald BE 3454 CH 00-16-88 (hex) ServerEngines LLC 001688 (base 16) ServerEngines LLC 209 N. Fair Oaks Avenue Sunnyvale CA 94085 US 00-16-8B (hex) Paralan Corporation 00168B (base 16) Paralan Corporation 455 Ruffner St. San Diego CA 92111 US 00-16-82 (hex) Pro Dex, Inc 001682 (base 16) Pro Dex, Inc 1800 NW 169th Place Beaverton Oregon 97006 US 00-16-0A (hex) SWEEX Europe BV 00160A (base 16) SWEEX Europe BV Ampereweg 3 Delft Zuid-Holland 2627 BG NL 00-16-02 (hex) CEYON TECHNOLOGY CO.,LTD. 001602 (base 16) CEYON TECHNOLOGY CO.,LTD. 13F Samsung Insurance B/D. #942-9 Suwon-City Gyeonggi-Do 442-832 KR 00-16-00 (hex) CelleBrite Mobile Synchronization 001600 (base 16) CelleBrite Mobile Synchronization 25 Basel St Petach Tikva 49170 IL 00-15-F4 (hex) Eventide 0015F4 (base 16) Eventide 1 Alsan Way Little Ferry NJ 07643 US 00-16-29 (hex) Nivus GmbH 001629 (base 16) Nivus GmbH Im Täle 2 Eppingen Baden-Württemberg 75031 DE 00-16-21 (hex) Colorado Vnet 001621 (base 16) Colorado Vnet 255 E. 6th St. Loveland CO 80537 US 00-16-1A (hex) Dametric AB 00161A (base 16) Dametric AB Box 120 Skarholmen Stockholm SE-12723 SE 00-16-15 (hex) Nittan Company, Limited 001615 (base 16) Nittan Company, Limited 11-6, 1-chome, Hatagaya Shibuya-ku Tokyo 151-8535 JP 00-16-16 (hex) BROWAN COMMUNICATION INC. 001616 (base 16) BROWAN COMMUNICATION INC. No.1 Jen-Ai Road, HsinChu Industrial Park, HuKou Hsiang HsinChu Hsien 303 TW 00-16-17 (hex) MSI 001617 (base 16) MSI No.69, Li-De St, Jung-Ho City Taipei Hsien 235 TW 00-16-2E (hex) Space Shuttle Hi-Tech Co., Ltd. 00162E (base 16) Space Shuttle Hi-Tech Co., Ltd. No. 226, Wu-Ho St., Wu-Lung Village, Hsinchu Hsien 307 TW 00-16-2A (hex) Antik computers & communications s.r.o. 00162A (base 16) Antik computers & communications s.r.o. Razusova 2 Kosice SK SK-04001 SK 00-16-56 (hex) Nintendo Co., Ltd. 001656 (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 00-16-51 (hex) Exeo Systems 001651 (base 16) Exeo Systems 1650, rue Michelin, suite 201 Laval Québec H7L 4R3 CA 00-16-10 (hex) Carina Technology 001610 (base 16) Carina Technology 690A Discovery Drive Huntsville AL 35806 US 00-16-06 (hex) Ideal Industries 001606 (base 16) Ideal Industries 15070 Ave. of Science #200 San Diego CA 92128 US 00-16-07 (hex) Curves International Inc. 001607 (base 16) Curves International Inc. 100 Ritchie Road Waco Texas 76712 US 00-16-54 (hex) Flex-P Industries Sdn. Bhd. 001654 (base 16) Flex-P Industries Sdn. Bhd. No.128-12-2, Menara UMNO, Georgetown Penang 10400 US 00-16-31 (hex) Xteam 001631 (base 16) Xteam room 801, No.102 international Science & Techology Park Beijing 8610 CN 00-16-4B (hex) Quorion Data Systems GmbH 00164B (base 16) Quorion Data Systems GmbH An der Klinge 6 Erfurt Thuringia 99095 DE 00-15-94 (hex) BIXOLON CO.,LTD 001594 (base 16) BIXOLON CO.,LTD 502-508,Digital Empire Bldg. Yeongtong-Gu,Suwon Gyeonggi-Do 443-813 KR 00-15-90 (hex) Hectronic GmbH 001590 (base 16) Hectronic GmbH Allmendstraße 15 Bonndorf Baden-Württemberg 79848 DE 00-15-8C (hex) Liab ApS 00158C (base 16) Liab ApS Oestre Alle 6 Stoevring DK-9530 DK 00-15-8F (hex) NTT Advanced Technology Corporation 00158F (base 16) NTT Advanced Technology Corporation Shinjuku Mitsui Bldg. 2-1-1, Nishi-shinjuku, Shinjuku-ku Tokyo 163-0431 JP 00-15-ED (hex) Fulcrum Microsystems, Inc. 0015ED (base 16) Fulcrum Microsystems, Inc. 26630 Agoura Road Calabasas CA 91302 US 00-15-F0 (hex) EGO BV 0015F0 (base 16) EGO BV Parade 15 's-Hertogenbosch Noord-Brabant 5211KL NL 00-15-EE (hex) Omnex Control Systems 0015EE (base 16) Omnex Control Systems #74 - 1833 Coast Meridian Rd. Port Coquitlam BC V3C 6G5 CA 00-15-C8 (hex) FlexiPanel Ltd 0015C8 (base 16) FlexiPanel Ltd 7 bis rue Lalo Paris 75016 FR 00-15-C0 (hex) DIGITAL TELEMEDIA CO.,LTD. 0015C0 (base 16) DIGITAL TELEMEDIA CO.,LTD. 17TH FLOOR, CHINA YUSE BUILDING, SHENZHEN GUANGDONG 518040 CN 00-15-C2 (hex) 3M Germany 0015C2 (base 16) 3M Germany Carl Schurz Str. 1 Neuss NRW 41453 US 00-15-88 (hex) Salutica Allied Solutions Sdn Bhd 001588 (base 16) Salutica Allied Solutions Sdn Bhd 3 Jalan Zarib 6 Lahat, Ipoh Perak 31500 MY 00-15-83 (hex) IVT corporation 001583 (base 16) IVT corporation Shangdi Xinxi road, Haidian District Beijing 100085 US 00-15-85 (hex) Aonvision Technolopy Corp. 001585 (base 16) Aonvision Technolopy Corp. 2F, No. 58, Park 2nd Ave. Science-Based Industrial Park, Hsinchu 300 TW 00-15-A5 (hex) DCI Co., Ltd. 0015A5 (base 16) DCI Co., Ltd. 4th Fl. Susung B/D, 893-4 Daejeon 305-330 KR 00-15-B2 (hex) Advanced Industrial Computer, Inc. 0015B2 (base 16) Advanced Industrial Computer, Inc. 17970 E. Ajax Circle City of Industry CA 91748 US 00-15-DA (hex) IRITEL A.D. 0015DA (base 16) IRITEL A.D. Batajnicki put 23 Beograd Serbia 11080 YU 00-15-4A (hex) WANSHIH ELECTRONIC CO., LTD 00154A (base 16) WANSHIH ELECTRONIC CO., LTD 3F 72, WU KONG 6th RD., TAIPEI HSIEN TAIWAN 248 TW 00-15-4C (hex) Saunders Electronics 00154C (base 16) Saunders Electronics 192 Gannett Drive South Portland ME 04106 US 00-15-4D (hex) Netronome Systems, Inc. 00154D (base 16) Netronome Systems, Inc. 3159 Unionville Road Cranberry Twp. PA 16066 US 00-15-49 (hex) Dixtal Biomedica Ind. Com. Ltda 001549 (base 16) Dixtal Biomedica Ind. Com. Ltda R. Eng. Francisco Pitta Brito, 703 São Paulo SP 04753-080 BR 00-15-3D (hex) ELIM PRODUCT CO. 00153D (base 16) ELIM PRODUCT CO. 602-2 GAYANG TECHNO TOWN, GAYANG, 3-DONG SEOUL 157-793 KR 00-15-44 (hex) coM.s.a.t. AG 001544 (base 16) coM.s.a.t. AG Besselstraße 3 Mannheim D-68219 US 00-15-39 (hex) Technodrive srl 001539 (base 16) Technodrive srl Via Leonardo da Vinci 162 Trezzano S/N Milan 20090 IT 00-15-31 (hex) KOCOM 001531 (base 16) KOCOM 5F, KOCOM Bldg., 260-7 SEOUL 157-040 KR 00-15-35 (hex) OTE Spa 001535 (base 16) OTE Spa via Barsanti 8 Florence FI 50127 IT 00-15-36 (hex) Powertech co.,Ltd 001536 (base 16) Powertech co.,Ltd #705, dongyoung Venturestel, 199-32 Anyang City Kyoungki-do 430-010 US 00-15-2B (hex) Cisco Systems, Inc 00152B (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-15-2C (hex) Cisco Systems, Inc 00152C (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-15-28 (hex) Beacon Medical Products LLC d.b.a. BeaconMedaes 001528 (base 16) Beacon Medical Products LLC d.b.a. BeaconMedaes 14408 W 105TH ST LENEXA KS 66215 US 00-15-27 (hex) Balboa Instruments 001527 (base 16) Balboa Instruments 1382 Bell Ave Tustin CA 92780 US 00-15-21 (hex) Horoquartz 001521 (base 16) Horoquartz BP 251 FONTENAY LE COMTE VENDEE 85205 FR 00-15-20 (hex) Radiocrafts AS 001520 (base 16) Radiocrafts AS Sandakerveien 64 Oslo 0484 NO 00-15-66 (hex) A-First Technology Co., Ltd. 001566 (base 16) A-First Technology Co., Ltd. 5F, No. 111-2, Shin-Teh Rd., San-Chung City Taipei Shien 241 TW 00-15-6B (hex) Perfisans Networks Corp. 00156B (base 16) Perfisans Networks Corp. 4118 14th Avenue Markham Ontario L3R 0J3 CA 00-15-47 (hex) AiZen Solutions Inc. 001547 (base 16) AiZen Solutions Inc. 10F-1, No.29, Puding Rd. Hsinchu Hsinchu County 300 TW 00-15-79 (hex) Lunatone Industrielle Elektronik GmbH 001579 (base 16) Lunatone Industrielle Elektronik GmbH Rennbahnweg 55 Wien 1220 AT 00-14-D7 (hex) Datastore Technology Corp 0014D7 (base 16) Datastore Technology Corp 9F, NO.10, SEC.1, Chung Hsing RD., Wu-Ku Taipei Hsien, 248 TW 00-14-DD (hex) Covergence Inc. 0014DD (base 16) Covergence Inc. One Clock Tower Place, Suite 200 Maynard MA 01754 US 00-14-D4 (hex) K Technology Corporation 0014D4 (base 16) K Technology Corporation 325 Ganbara Kami-gun Miyagi-ken 981-4263 JP 00-14-CF (hex) INVISIO Communications 0014CF (base 16) INVISIO Communications Stamholmen 157 Hvidovre 2650 DK 00-14-BE (hex) Wink communication technology CO.LTD 0014BE (base 16) Wink communication technology CO.LTD Huijiang Ind Blding Dashi Town Guang zhou Guang dong 511430 CN 00-15-11 (hex) Data Center Systems 001511 (base 16) Data Center Systems 14802 Venture Drive Dallas TX 75234 US 00-15-0E (hex) OPENBRAIN TECHNOLOGIES CO., LTD. 00150E (base 16) OPENBRAIN TECHNOLOGIES CO., LTD. #804,ANYANG K-CENTER,1591-9 , BURIM-DONG,DONGAN-GU, ANYANG KYUNGGI-DO 431-815 KR 00-15-0D (hex) Hoana Medical, Inc. 00150D (base 16) Hoana Medical, Inc. 828 Fort Street Mall Honolulu HI 96813 US 00-15-1C (hex) LENECO 00151C (base 16) LENECO 6th.,Dong Moon Good Morning Tower 1 Kyeong Ki-Do GoYang-Si 411-817 KR 00-15-19 (hex) StoreAge Networking Technologies 001519 (base 16) StoreAge Networking Technologies 63 Bar-Yehuda st. Nesher 36651 IL 00-15-06 (hex) Neo Photonics 001506 (base 16) Neo Photonics 910 E. California St. Sunnyvale CA 94085 US 00-15-04 (hex) GAME PLUS CO., LTD. 001504 (base 16) GAME PLUS CO., LTD. 164-57, Yeonghwa-dong, Jangan-gu Suwon Gyeonggi-do 440-818 KR 00-15-05 (hex) Actiontec Electronics, Inc 001505 (base 16) Actiontec Electronics, Inc 3301 Olcott St. Santa Clara CA 95054 US 00-14-FE (hex) Artech Electronics 0014FE (base 16) Artech Electronics #301, Yangjae Bldg., 276-2 Seoul 137-895 KR 00-14-DE (hex) Sage Instruments Inc. 0014DE (base 16) Sage Instruments Inc. 240 Airport Blvd. Freedom CA 95019 US 00-14-DF (hex) HI-P Tech Corporation 0014DF (base 16) HI-P Tech Corporation 1-27-23 Higashitokorozawa Tokorozawa Saitama 359-0021 JP 00-14-E6 (hex) AIM Infrarotmodule GmbH 0014E6 (base 16) AIM Infrarotmodule GmbH Soeflingerstraße 100 Ulm BW 89077 DE 00-14-F3 (hex) ViXS Systems Inc 0014F3 (base 16) ViXS Systems Inc 2235 Sheppard Ave East TORONTO ONTARIO M2J 5B5 CA 00-14-7E (hex) InnerWireless 00147E (base 16) InnerWireless 1155 Kas Drive, Suite 200 Richardson TX 75081 US 00-14-7D (hex) Aeon Digital International 00147D (base 16) Aeon Digital International 31-6, The Bund Center Shanghai SH 200002 CN 00-14-76 (hex) MultiCom Industries Limited 001476 (base 16) MultiCom Industries Limited Room 1206-7, Manhattan Center, Kwai Chung, N.T. HK 00-14-73 (hex) Bookham Inc 001473 (base 16) Bookham Inc 10 Brewer Hunt Way Kanata ON K2K 2B5 CA 00-14-89 (hex) B15402100 - JANDEI, S.L. 001489 (base 16) B15402100 - JANDEI, S.L. POL. IND. POCOMACO, E-28 LA Coruña 15190 ES 00-14-80 (hex) Hitachi-LG Data Storage Korea, Inc 001480 (base 16) Hitachi-LG Data Storage Korea, Inc 19-1,Cheongho-ri Pyungtaik Kyunggi-Do 451-713 KR 00-14-B6 (hex) Enswer Technology Inc. 0014B6 (base 16) Enswer Technology Inc. 1F No.70 Sec.2 Chung Shun St. Taipei 116 TW 00-14-B2 (hex) mCubelogics Corporation 0014B2 (base 16) mCubelogics Corporation 4F, Unibooks B/D, 514-1, Dogok-Dong, KangNam Seoul 135-270 KR 00-14-AE (hex) Wizlogics Co., Ltd. 0014AE (base 16) Wizlogics Co., Ltd. Rm#1321, Samchang Plaza, 173, Seoul 121-745 KR 00-14-A6 (hex) Teranetics, Inc. 0014A6 (base 16) Teranetics, Inc. 3965 Freedom Circle Santa Clara CA 95054 US 00-14-69 (hex) Cisco Systems, Inc 001469 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-14-BA (hex) Carvers SA de CV 0014BA (base 16) Carvers SA de CV Alvarez del Castillo 1550 Guadalajara Jalisco 44620 MX 00-14-8A (hex) Elin Ebg Traction Gmbh 00148A (base 16) Elin Ebg Traction Gmbh Cumberlandstrasse 32 Vienna 1140 AT 00-14-91 (hex) Daniels Electronics Ltd. dbo Codan Rado Communications 001491 (base 16) Daniels Electronics Ltd. dbo Codan Rado Communications 43 Erie St Victoria BC V8V 1P8 CA 00-14-6E (hex) H. Stoll GmbH & Co. KG 00146E (base 16) H. Stoll GmbH & Co. KG Stollweg Reutlingen Deutschland 72760 DE 00-14-AA (hex) Ashly Audio, Inc. 0014AA (base 16) Ashly Audio, Inc. 847 Holt Road Webster NY 14580 US 00-14-09 (hex) MAGNETI MARELLI S.E. S.p.A. 001409 (base 16) MAGNETI MARELLI S.E. S.p.A. ZI Nord, Allee d'Argenson CHATELLERAULT 86100 FR 00-14-0B (hex) FIRST INTERNATIONAL COMPUTER, INC. 00140B (base 16) FIRST INTERNATIONAL COMPUTER, INC. FIC BUILDING, NO.300, YANG GUANG ST., TAIPEI COUNTY 114 TW 00-13-FD (hex) Nokia Danmark A/S 0013FD (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-14-00 (hex) MINERVA KOREA CO., LTD 001400 (base 16) MINERVA KOREA CO., LTD #203, SH Sienne, Seohyeon-Dong Seongnam-Si Gyeonggi-Do 463-821 KR 00-13-FC (hex) SiCortex, Inc 0013FC (base 16) SiCortex, Inc One Clocktower Place Maynard MA 01754 US 00-13-F6 (hex) Cintech 0013F6 (base 16) Cintech 21a route de la wantzenau Hoenheim 67800 FR 00-14-4F (hex) Oracle Corporation 00144F (base 16) Oracle Corporation 500 Oracle Parkway Redwood Shores CA 94065 US 00-14-56 (hex) Edge Products 001456 (base 16) Edge Products 1080 South Depot Drive Ogden Utah 84404 US 00-14-50 (hex) Heim Systems GmbH 001450 (base 16) Heim Systems GmbH Friedrich Ebert Strasse Bergisch Gladbach NRW 51429 DE 00-14-52 (hex) CALCULEX,INC. 001452 (base 16) CALCULEX,INC. 132 W. LAS CRUCES AVE. LAS CRUCES NEW MEXICO 88001 US 00-14-42 (hex) ATTO CORPORATION 001442 (base 16) ATTO CORPORATION 1-25-23 Hongo, Tokyo 113-8425 JP 00-14-47 (hex) BOAZ Inc. 001447 (base 16) BOAZ Inc. 282 Pukok-ri SongSan-myon Dangzin-gun Chungcheongnam-do, 343-834 Seoul SeoCho-gu 137-070 KR 00-14-3E (hex) AirLink Communications, Inc. 00143E (base 16) AirLink Communications, Inc. 3159 Corporate Place Hayward CA 94545 US 00-14-5D (hex) WJ Communications, Inc. 00145D (base 16) WJ Communications, Inc. 401 River Oaks Parkway San Jose CA 95134 US 00-14-3B (hex) Sensovation AG 00143B (base 16) Sensovation AG Markhallen -Str Radolfzell Baden-Württemberg 78315 DE 00-14-2D (hex) Toradex AG 00142D (base 16) Toradex AG Altsagenstrasse 5 Horw LU 6048 CH 00-14-29 (hex) V Center Technologies Co., Ltd. 001429 (base 16) V Center Technologies Co., Ltd. 7F-7, NO.35, Hsintai Rd. Jubei City Hsinchu 302 TW 00-14-14 (hex) Jumpnode Systems LLC. 001414 (base 16) Jumpnode Systems LLC. 800 Washington Ave N. Minneapolis MN 55041 US 00-14-1E (hex) P.A. Semi, Inc. 00141E (base 16) P.A. Semi, Inc. 3965 Freedom Circle, Fl 8 Santa Clara CA 95054 US 00-13-CB (hex) Zenitel Norway AS 0013CB (base 16) Zenitel Norway AS Sandaker v 24 c Oslo 0403 NO 00-13-CF (hex) 4Access Communications 0013CF (base 16) 4Access Communications 1 N. LaSalle St. Chicago IL 60602 US 00-13-BE (hex) Virtual Conexions 0013BE (base 16) Virtual Conexions 410 rue St-Nicolas, suite 600 Montréal QUÉBEC H2Y 2P5 CA 00-13-B9 (hex) BM SPA 0013B9 (base 16) BM SPA VIA MILANO 54/56 Rozzano 20089 IT 00-13-AB (hex) Telemotive AG 0013AB (base 16) Telemotive AG Breitwiesen Muehlhausen Baden Wuerttemberg 73347 DE 00-13-C9 (hex) Beyond Achieve Enterprises Ltd. 0013C9 (base 16) Beyond Achieve Enterprises Ltd. XIN LIAN HI-TECH INDUSTRIAL AREA, HU-MEN DONGGUAN GUANG DONG CN 00-13-C6 (hex) OpenGear, Inc 0013C6 (base 16) OpenGear, Inc 7984 South Welby Park #101 Salt Lake City UTAH 84088 US 00-13-F3 (hex) Giga-byte Communications Inc. 0013F3 (base 16) Giga-byte Communications Inc. 8F, No.43, Fu-Hsin Road. Hsin-Tien Taipei Hsien 231 TW 00-13-F4 (hex) Psitek (Pty) Ltd 0013F4 (base 16) Psitek (Pty) Ltd The Vineyards Office Estate Tyger Valley Cape Town 7530 ZA 00-13-AC (hex) Sunmyung Electronics Co., LTD 0013AC (base 16) Sunmyung Electronics Co., LTD LARGO-PLAZA 8F, Janghang-Dong Koyang Kyungki 411-837 KR 00-13-A8 (hex) Tanisys Technology 0013A8 (base 16) Tanisys Technology 11001 Lakeline blvd Austin TX 78717 US 00-13-DA (hex) Diskware Co., Ltd 0013DA (base 16) Diskware Co., Ltd 1-4-12 Kiba Koto-ku Tokyo 135-0042 JP 00-13-D8 (hex) Princeton Instruments 0013D8 (base 16) Princeton Instruments 3660 Quakerbridge Road Trenton NJ 08619 US 00-13-99 (hex) STAC Corporation. 001399 (base 16) STAC Corporation. 2-16-37 fujimi sayama-shi saitama 350-1306 JP 00-13-E9 (hex) VeriWave, Inc. 0013E9 (base 16) VeriWave, Inc. 9600 SW Oak St. Portland OR 97223 US 00-13-95 (hex) congatec AG 001395 (base 16) congatec AG Auwiesenstrasse 5 Deggendorf 94469 DE 00-13-56 (hex) FLIR Radiation Inc 001356 (base 16) FLIR Radiation Inc 100 Midland Rd Oak Ridge TN 37830 US 00-13-5A (hex) Project T&E Limited 00135A (base 16) Project T&E Limited Room 3C, 2/F. Wah Shing Center, Kwun Tong, Kowloon, 852 HK 00-13-61 (hex) Biospace Co., Ltd. 001361 (base 16) Biospace Co., Ltd. 10th Floor, Poonglim Bldg, 823 Yeoksam 1-dong Gangnam-gu Seoul 135-784 KR 00-13-62 (hex) ShinHeung Precision Co., Ltd. 001362 (base 16) ShinHeung Precision Co., Ltd. DaeHa Bldg. 401 YoungDungPoGu Seoul 150-050 KR 00-13-4F (hex) Rapidus Wireless Networks Inc. 00134F (base 16) Rapidus Wireless Networks Inc. 47 - 14550 Morris Valley Road Agassiz British Columbia V0M 1A1 CA 00-13-78 (hex) Qsan Technology, Inc. 001378 (base 16) Qsan Technology, Inc. 4F., No.103, Ruihu St., Neihu Dist. Taipei 114 TW 00-13-7A (hex) Netvox Technology Co., Ltd. 00137A (base 16) Netvox Technology Co., Ltd. No.21-1 Sec. 1 Chung Hua West Road Tainan 702 TW 00-13-81 (hex) CHIPS & Systems, Inc. 001381 (base 16) CHIPS & Systems, Inc. 4750 Patrick Henry Drive Santa Clara California 95054 US 00-13-79 (hex) PONDER INFORMATION INDUSTRIES LTD. 001379 (base 16) PONDER INFORMATION INDUSTRIES LTD. 14F,No.77,lane700, Chung-Cheng Road Hsin-Tien City Taipei Hsien 231 TW 00-13-2C (hex) MAZ Brandenburg GmbH 00132C (base 16) MAZ Brandenburg GmbH Pascalstraße 10a Berlin Berlin 10587 DE 00-13-24 (hex) Schneider Electric Ultra Terminal 001324 (base 16) Schneider Electric Ultra Terminal Industriparken 32 Copenhagen 2750 DK 00-13-26 (hex) ECM Systems Ltd 001326 (base 16) ECM Systems Ltd Ellifoot Park HULL East Yorkshire HU12 9DZ GB 00-13-27 (hex) Data Acquisitions limited 001327 (base 16) Data Acquisitions limited 84 Gasson street Christchurch NZ 00-13-67 (hex) Narayon. Co., Ltd. 001367 (base 16) Narayon. Co., Ltd. #502 Hyochang T/W 181-3 Seoul 138-220 KR 00-13-5C (hex) OnSite Systems, Inc. 00135C (base 16) OnSite Systems, Inc. 3900 Freedom Circle Santa Clara CA 95054-1222 US 00-13-5F (hex) Cisco Systems, Inc 00135F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-13-3B (hex) Speed Dragon Multimedia Limited 00133B (base 16) Speed Dragon Multimedia Limited Room 1312, Vanta Industrial Centre, Kwai Chung N.T. HK 00-13-38 (hex) FRESENIUS-VIAL 001338 (base 16) FRESENIUS-VIAL Le Grand Chemin BREZINS 38590 FR 00-13-2D (hex) iWise Communications 00132D (base 16) iWise Communications Unit 3C, Arden Grove Cape Town 7441 ZA 00-13-74 (hex) Atheros Communications, Inc. 001374 (base 16) Atheros Communications, Inc. 529 Almanor Avenue Sunnyvale CA 94085-3512 US 00-13-69 (hex) Honda Electron Co., LED. 001369 (base 16) Honda Electron Co., LED. Kanematsu Building 3 Floor Chuo-ku Tokyo 104-0031 JP 00-13-42 (hex) Vision Research, Inc. 001342 (base 16) Vision Research, Inc. 190 Parish Drive Wayne NJ 07470 US 00-13-40 (hex) AD.EL s.r.l. 001340 (base 16) AD.EL s.r.l. via S. Pertini,5 Martellago VENEZIA 30030 IT 00-13-0C (hex) HF System Corporation 00130C (base 16) HF System Corporation 1520-1 Ayukai Nishiokitama-Gun Yamagata-Ken 992-0771 JP 00-13-0F (hex) EGEMEN Bilgisayar Muh San ve Tic LTD STI 00130F (base 16) EGEMEN Bilgisayar Muh San ve Tic LTD STI Fevzi Cakmak 2 Sok 31/A ANKARA CANKAYA 06440 TR 00-13-13 (hex) GuangZhou Post & Telecom Equipment ltd 001313 (base 16) GuangZhou Post & Telecom Equipment ltd 139# Zhongshan Ave Guangzhou Guangdong 510630 CN 00-12-CB (hex) CSS Inc. 0012CB (base 16) CSS Inc. 151 Superior Blvd. Mississauga Ontario L5T2L1 CA 00-12-CE (hex) Advanced Cybernetics Group 0012CE (base 16) Advanced Cybernetics Group 2953 Bunker Hill Lane Santa Clara CA 95054 US 00-12-CA (hex) Mechatronic Brick Aps 0012CA (base 16) Mechatronic Brick Aps Alsion 2 6400 Sonderborg DK 00-12-C7 (hex) SECURAY Technologies Ltd.Co. 0012C7 (base 16) SECURAY Technologies Ltd.Co. Tianjin Haitai Industrial Base ErWei Road Tianjin 300384 CN 00-12-CD (hex) ASEM SpA 0012CD (base 16) ASEM SpA Via Buia, 4 ARTEGNA Udine I-33011 IT 00-12-E8 (hex) Fraunhofer IMS 0012E8 (base 16) Fraunhofer IMS Finkenstrasse 61 Duisburg NRW 47057 DE 00-12-DD (hex) Shengqu Information Technology (Shanghai) Co., Ltd. 0012DD (base 16) Shengqu Information Technology (Shanghai) Co., Ltd. No.1 Building,No. 690 Bibo Road,Pudong New Area Shanghai 201203 CN 00-13-1D (hex) Scanvaegt International A/S 00131D (base 16) Scanvaegt International A/S P.O.Pedersens vej 18 Aarhus Jylland 8200 N DK 00-13-18 (hex) DGSTATION Co., Ltd. 001318 (base 16) DGSTATION Co., Ltd. Rm.401, Bldg.A, Bundang Techno Park 150, Yatap-Dong, Bundang-Gu, Sungnam-Si, Gyunggi-Do, 463-760, Korea Sungnam Gyunggi 463-760 KR 00-13-1A (hex) Cisco Systems, Inc 00131A (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-12-F4 (hex) Belco International Co.,Ltd. 0012F4 (base 16) Belco International Co.,Ltd. 212, Yeokok-Dong, Wonmi-gu Puchun-Si Kyongki-Do 420-100 KR 00-12-F5 (hex) Imarda New Zealand Limited 0012F5 (base 16) Imarda New Zealand Limited Suite G16, National Innovation Centre, Eveleigh NSW 2015 NZ 00-12-E0 (hex) Codan Limited 0012E0 (base 16) Codan Limited 81 Graves Street Newton South 5074 AU 00-12-DE (hex) Radio Components Sweden AB 0012DE (base 16) Radio Components Sweden AB Viderogatan 3B Kista 16422 SE 00-13-01 (hex) IronGate S.L. 001301 (base 16) IronGate S.L. C\Alcala 268, primera planta Madrid 28027 ES 00-12-F6 (hex) MDK CO.,LTD. 0012F6 (base 16) MDK CO.,LTD. 2-6-27 Ibarame Kashiwazaki City Niigata 9451341 JP 00-12-F1 (hex) IFOTEC 0012F1 (base 16) IFOTEC ZAC Champfeuillet VOIRON 38507 FR 00-12-F8 (hex) WNI Resources, LLC 0012F8 (base 16) WNI Resources, LLC 2146 Bering Drive San Jose California 95131-2013 US 00-12-7C (hex) SWEGON AB 00127C (base 16) SWEGON AB Box 300 KVÄNUM VÄSTRA GÖTALAND SE 535 23 SE 00-12-78 (hex) International Bar Code 001278 (base 16) International Bar Code 160 Oak Street Glastonbury CT 06033 US 00-12-7A (hex) Sanyu Industry Co.,Ltd. 00127A (base 16) Sanyu Industry Co.,Ltd. Midori-ku Hakusan1-11-11 Yokohama-shi Kanagawa-ken 226-0006 JP 00-12-68 (hex) IPS d.o.o. 001268 (base 16) IPS d.o.o. C. Ljubljanske brigade 17 Ljubljana SI-1000 SI 00-12-AC (hex) ONTIMETEK INC. 0012AC (base 16) ONTIMETEK INC. 9Fl.,Owner's Tower Sungnam-Si Kyunggi-Do 463-825 KR 00-12-BC (hex) Echolab LLC 0012BC (base 16) Echolab LLC 267 Boston Road Billerica MA 01862 US 00-12-BD (hex) Avantec Manufacturing Limited 0012BD (base 16) Avantec Manufacturing Limited Unit L, 7/F, Camelpaint Bldg, Block 3 852 HK 00-12-AB (hex) WiLife, Inc. 0012AB (base 16) WiLife, Inc. 132 E. 13065 S., Suite 150 Draper UT 84020 US 00-12-9B (hex) E2S Electronic Engineering Solutions, S.L. 00129B (base 16) E2S Electronic Engineering Solutions, S.L. Sant Ferran 10 Barcelona 08031 ES 00-12-98 (hex) MICO ELECTRIC(SHENZHEN) LIMITED 001298 (base 16) MICO ELECTRIC(SHENZHEN) LIMITED SHENZHEN GUANGDONG 518040 CN 00-12-72 (hex) Redux Communications Ltd. 001272 (base 16) Redux Communications Ltd. POB 101 Modiin 71700 IL 00-12-6A (hex) OPTOELECTRONICS Co., Ltd. 00126A (base 16) OPTOELECTRONICS Co., Ltd. 3-1Kamiaokinishi 1-chome Kawaguchi Saitama Pref. 333-0845 JP 00-12-C0 (hex) HotLava Systems, Inc. 0012C0 (base 16) HotLava Systems, Inc. 6329 Chelton Drive Oakland CA 94611 US 00-12-B7 (hex) PTW Freiburg 0012B7 (base 16) PTW Freiburg Loerracher Strasse 7 Freiburg 79115 DE 00-12-A1 (hex) BluePacket Communications Co., Ltd. 0012A1 (base 16) BluePacket Communications Co., Ltd. 10F-1, No. 420, Sec. 1, Keelung Rd., 110, Taipei 110 TW 00-12-06 (hex) iQuest (NZ) Ltd 001206 (base 16) iQuest (NZ) Ltd P.O.Box 15169 Hamilton Waikato 3243 NZ 00-12-07 (hex) Head Strong International Limited 001207 (base 16) Head Strong International Limited Unit 9, 20/F, Metropole Square, Guangdong HK 00-12-09 (hex) Fastrax Ltd 001209 (base 16) Fastrax Ltd Valimotie 7 Vantaa FI 01510 FI 00-12-0B (hex) Chinasys Technologies Limited 00120B (base 16) Chinasys Technologies Limited 10/F,CAGW Building,No.30 Haidian South Road Beijing 100080 CN 00-12-05 (hex) Terrasat Communications, Inc. 001205 (base 16) Terrasat Communications, Inc. 235 Vineyard Court, suite 100 Morgan Hill California 95037 US 00-12-38 (hex) SetaBox Technology Co., Ltd. 001238 (base 16) SetaBox Technology Co., Ltd. 9F-1, No. 293-3, Sec2, Fu-Hsing S. Rd. Taipei 106 TW 00-12-3C (hex) Second Rule LLC 00123C (base 16) Second Rule LLC 4119 Walnut Street Philadelphia PA 19104 US 00-12-3E (hex) ERUNE technology Co., Ltd. 00123E (base 16) ERUNE technology Co., Ltd. No. 429, Chin-San 2nd street, Tao Yuan 326 TW 00-12-54 (hex) Spectra Technologies Holdings Company Ltd 001254 (base 16) Spectra Technologies Holdings Company Ltd Unit 1301-09, Tower II 852 HK 00-12-4F (hex) nVent 00124F (base 16) nVent 1665 Utica Avenue, Suite 700 St Louis Park MN 55416 US 00-12-21 (hex) B.Braun Melsungen AG 001221 (base 16) B.Braun Melsungen AG Schwarzenberger Weg 73-79 Melsungen Hessen 34212 DE 00-12-12 (hex) PLUS Corporation 001212 (base 16) PLUS Corporation 1033-1, Oshitate Inagi-shi Tokyo 206-0811 JP 00-12-13 (hex) Metrohm AG 001213 (base 16) Metrohm AG Oberdorfstrasse 68 Herisau AR 9101 CH 00-12-18 (hex) ARUZE Corporation 001218 (base 16) ARUZE Corporation Ariake Frontier Building A Kohtoh-ku Tokyo 135-0063 JP 00-12-49 (hex) Delta Elettronica S.p.A. 001249 (base 16) Delta Elettronica S.p.A. Via Astico 41 Varese 21100 IT 00-12-4D (hex) Inducon BV 00124D (base 16) Inducon BV Kerklaan 26 Leimuiden ZH 2541 CG NL 00-12-66 (hex) Swisscom Hospitality Services SA 001266 (base 16) Swisscom Hospitality Services SA Chemin de l'Etang 65 1211 Geneva CH 00-12-5E (hex) CAEN 00125E (base 16) CAEN via Vetraia, 11 Viareggio LUCCA 55049 IT 00-12-5D (hex) CyberNet Inc. 00125D (base 16) CyberNet Inc. #205, Lotte Suntech City, 513-15 Sungnam Kyunggi 462-806 KR 00-12-23 (hex) Pixim 001223 (base 16) Pixim 915 Linda Vista Ave. Mountain View CA 94043 US 00-12-3A (hex) Posystech Inc., Co. 00123A (base 16) Posystech Inc., Co. Room 407, Daeryung Techno Town 6, Seoul 153-771 KR 00-12-34 (hex) Camille Bauer 001234 (base 16) Camille Bauer Aargauerstr. 7 Wohlen AG 5610 CH 00-11-E3 (hex) Thomson, Inc. 0011E3 (base 16) Thomson, Inc. 101 West 103rd Street Indianapolis IN 46290 US 00-11-DC (hex) Glunz & Jensen 0011DC (base 16) Glunz & Jensen Selandia Park 1 Ringsted 4100 DK 00-11-96 (hex) Actuality Systems, Inc. 001196 (base 16) Actuality Systems, Inc. 25 Corporate Drive Burlington MA 01803 US 00-11-87 (hex) Category Solutions, Inc 001187 (base 16) Category Solutions, Inc 1021 W. Adams St Chicago IL 60607 US 00-11-90 (hex) Digital Design Corporation 001190 (base 16) Digital Design Corporation 3820 Ventura Drive Arlington Heights IL 60004 US 00-11-C4 (hex) Terminales de Telecomunicacion Terrestre, S.L. 0011C4 (base 16) Terminales de Telecomunicacion Terrestre, S.L. Poligono Europolis, Calle C 26 Las Rozas Madrid 28230 ES 00-11-CB (hex) Jacobsons AB 0011CB (base 16) Jacobsons AB Nedralid s 32 Motala 591 97 SE 00-11-F7 (hex) Shenzhen Forward Industry Co., Ltd 0011F7 (base 16) Shenzhen Forward Industry Co., Ltd 4b1 F5.8, Tian An Cyber Park, Chengongmiao, Shenzhen Guangdong 518040 CN 00-11-D3 (hex) NextGenTel Holding ASA 0011D3 (base 16) NextGenTel Holding ASA Sandslimarka 31 Bergen Hordaland 5861 NO 00-11-AB (hex) TRUSTABLE TECHNOLOGY CO.,LTD. 0011AB (base 16) TRUSTABLE TECHNOLOGY CO.,LTD. 12FL.-1,NO.167,Fu-Shing N.Rd.,Sung-Shan area Taipei 105 TW 00-11-A5 (hex) Fortuna Electronic Corp. 0011A5 (base 16) Fortuna Electronic Corp. 3F, No.9, Sec.1, ChangAn East Rd., Taipei 104 TW 00-11-3C (hex) Micronas GmbH 00113C (base 16) Micronas GmbH Hans-Bunte-Strasse 19 Freiburg D-79108 DE 00-11-31 (hex) UNATECH. CO.,LTD 001131 (base 16) UNATECH. CO.,LTD A-727 ,GEOPYUNG TOWN,203-1 KANGNAM-GU SEOUL 135-010 US 00-11-27 (hex) TASI, Inc 001127 (base 16) TASI, Inc 5551 Dry Fork Road Cleves OH 45002 US 00-11-2A (hex) Niko NV 00112A (base 16) Niko NV Industriepark West 40 Sint-Niklaas O/V 9100 BE 00-11-2B (hex) NetModule AG 00112B (base 16) NetModule AG Meriedweg 11 Niederwangen CH 3172 CH 00-11-6F (hex) Netforyou Co., LTD. 00116F (base 16) Netforyou Co., LTD. 1121-4 3F, Kwanyang-dong, Dongan-gu Anyang-si Kyunggi-do 431-804 KR 00-11-71 (hex) DEXTER Communications, Inc. 001171 (base 16) DEXTER Communications, Inc. 2F Shinsung B/D 404-1 Sungnam Gyunggi 463-420 KR 00-11-67 (hex) Integrated System Solution Corp. 001167 (base 16) Integrated System Solution Corp. 3F, No. 2-1, industry East Rd., I Hsinchu 300 TW 00-11-6D (hex) American Time and Signal 00116D (base 16) American Time and Signal 140 Third St. South Dassel MN 55325 US 00-11-60 (hex) ARTDIO Company Co., LTD 001160 (base 16) ARTDIO Company Co., LTD 7th FL.., No.476, Min-Hu RD., Hsin-Chu, Hsinchu 300 TW 00-11-54 (hex) Webpro Technologies Inc. 001154 (base 16) Webpro Technologies Inc. 2F-1, No.81, Sec. 4, Chungching N. Rd., Taipei 111 TW 00-11-45 (hex) ValuePoint Networks 001145 (base 16) ValuePoint Networks 350 Townsend St Ste 320 San Francisco, CA 94107 US 00-11-51 (hex) Mykotronx 001151 (base 16) Mykotronx 359 Van Ness Way Torrance CA 90501 US 00-11-4E (hex) 690885 Ontario Inc. 00114E (base 16) 690885 Ontario Inc. 205 Annagem Blvd. Mississauga Ontario L5T 2V1 CA 00-11-2D (hex) iPulse Systems 00112D (base 16) iPulse Systems Unit 3, Riverside Industrial Park Gauteng Johannesburg 1618 ZA 00-11-7B (hex) Büchi Labortechnik AG 00117B (base 16) Büchi Labortechnik AG Meierseggstrasse 40 Flawil 9230 SG CH 00-0F-EE (hex) XTec, Incorporated 000FEE (base 16) XTec, Incorporated 5775 Blue Lagoon Drive Miami Florida 33126 US 00-0F-E4 (hex) Pantech Co.,Ltd 000FE4 (base 16) Pantech Co.,Ltd Shinsong B/D 3F, 25-12, Youngdeungpo-GU Seoul 150-711 KR 00-0F-E7 (hex) Lutron Electronics Co., Inc. 000FE7 (base 16) Lutron Electronics Co., Inc. 7200 Suter Rd. Coopersburg PA 18036-1299 US 00-0F-E6 (hex) MBTech Systems, Inc. 000FE6 (base 16) MBTech Systems, Inc. 412 1st Ave SE Cullman Alabama 35055 US 00-0F-DA (hex) YAZAKI CORPORATION 000FDA (base 16) YAZAKI CORPORATION 1500 MISHUKU SUSONO-CITY SHIZUOKA-PREF 410-1194 JP 00-0F-EF (hex) Thales e-Transactions GmbH 000FEF (base 16) Thales e-Transactions GmbH Konrad-Zuse-Straße 19-21 Bad Hersfeld Hessen 36251 DE 00-0F-E9 (hex) GW TECHNOLOGIES CO.,LTD. 000FE9 (base 16) GW TECHNOLOGIES CO.,LTD. No.38 Shangdi Xilu,Haidian District Beijing 100085 CN 00-0F-E1 (hex) ID DIGITAL CORPORATION 000FE1 (base 16) ID DIGITAL CORPORATION 6th Fl., Mirae Bldg., 271-1, Seohyun-dong, Bundang-ku, Sungnam-si, Keongki-do, South Korea Sungnam-Si Keongki-do 463-050 KR 00-0F-DF (hex) SOLOMON Technology Corp. 000FDF (base 16) SOLOMON Technology Corp. No.42,Sing Zhong Rd.,Nei Hu Dist., Taipei 114 TW 00-0F-FE (hex) G-PRO COMPUTER 000FFE (base 16) G-PRO COMPUTER first arrange C YingHu industrial estate QingXi country DongGuan city DongGuan GuangDong 523648 CN 00-11-0B (hex) Franklin Technology Systems 00110B (base 16) Franklin Technology Systems 20406 Earl St Torrance CA 90503 US 00-11-05 (hex) Sunplus Technology Co., Ltd. 001105 (base 16) Sunplus Technology Co., Ltd. 19, Innovation First Road, Hsinchu Science Park Hsinchu 300 TW 00-11-02 (hex) Aurora Multimedia Corp. 001102 (base 16) Aurora Multimedia Corp. 205 Commercial Court Morganville New Jersey 07751-1070 US 00-11-23 (hex) Appointech, Inc. 001123 (base 16) Appointech, Inc. 6F-2 No.192 Tung-Kuan Rd. Hsinchu 300 TW 00-11-0F (hex) netplat,Inc. 00110F (base 16) netplat,Inc. 2F Olympia Center, 828-10, Yeoksam-dong, Gangnam-gu SEOUL 135-935 KR 00-0F-D6 (hex) Sarotech Co., Ltd 000FD6 (base 16) Sarotech Co., Ltd HanGang Bldg, 1549-7, Seocho-Dong, Seoul 137-070 KR 00-11-15 (hex) EPIN Technologies, Inc. 001115 (base 16) EPIN Technologies, Inc. Acorn Campus Cupertino CA 95014 US 00-0F-C7 (hex) Dionica R&D Ltd. 000FC7 (base 16) Dionica R&D Ltd. Bologna Centre, F11 Mosta MST13 MT 00-0F-64 (hex) D&R Electronica Weesp BV 000F64 (base 16) D&R Electronica Weesp BV Rijnkade 15B WEESP NH 1382GS NL 00-0F-75 (hex) First Silicon Solutions 000F75 (base 16) First Silicon Solutions 13939 Forest Lane Larkspur CO 80118 US 00-0F-7C (hex) ACTi Corporation 000F7C (base 16) ACTi Corporation 7F., No. 1, Alley 20, Lane 407, Sec. 2, Tiding Blvd., Taipei 114 TW 00-0F-7A (hex) BeiJing NuQX Technology CO.,LTD 000F7A (base 16) BeiJing NuQX Technology CO.,LTD Room 812,8F Tower B,YinWang Center, No.113,Zhi Chun Road, Beijing 100086 CN 00-0F-AD (hex) FMN communications GmbH 000FAD (base 16) FMN communications GmbH Grimmelallee 4 Nordhausen Thüringen 99734 DE 00-0F-AB (hex) Kyushu Electronics Systems Inc. 000FAB (base 16) Kyushu Electronics Systems Inc. 3-3, Kongo 2-Chome, Yahatanishi Ward Kitakyushu City Fukuoka Pref. 807-1263 JP 00-0F-AC (hex) IEEE 802.11 000FAC (base 16) IEEE 802.11 4125 Highlander Parkway Richfield Ohio 44286 US 00-0F-72 (hex) Sandburst 000F72 (base 16) Sandburst 600 Federal St Andover MA 01810 US 00-0F-B3 (hex) Actiontec Electronics, Inc 000FB3 (base 16) Actiontec Electronics, Inc 3301 Olcott St. Santa Clara CA 95054 US 00-0F-9C (hex) Panduit Corp 000F9C (base 16) Panduit Corp 17301 Ridgeland Ave Tinley Park Illinois 60477 US 00-0F-C8 (hex) Chantry Networks 000FC8 (base 16) Chantry Networks 1900 Minnesota Court Mississauga Ontario L5N 3C9 CA 00-0F-BB (hex) Nokia Siemens Networks GmbH & Co. KG. 000FBB (base 16) Nokia Siemens Networks GmbH & Co. KG. Werner-von-Siemens Straße 2-6 Bruchsal Baden-Württemberg 76646 DE 00-0F-BC (hex) Onkey Technologies, Inc. 000FBC (base 16) Onkey Technologies, Inc. 780 Montague Expressway, Inc. San Jose CA 95131 US 00-0F-B6 (hex) Europlex Technologies 000FB6 (base 16) Europlex Technologies Clonshaugh Business & Tech. Park Clonshaugh Dublin 17 IE 00-0F-B9 (hex) Adaptive Instruments 000FB9 (base 16) Adaptive Instruments 577 Main Street Hudson MA 01749 US 00-0F-98 (hex) Avamax Co. Ltd. 000F98 (base 16) Avamax Co. Ltd. B1, No. 51, Section 2, ChongQing S. Rd. Taipei TW 00-0F-97 (hex) Avanex Corporation 000F97 (base 16) Avanex Corporation 40919 Encyclopedia Circle Fremont CA 94538 US 00-0F-96 (hex) Telco Systems, Inc. 000F96 (base 16) Telco Systems, Inc. 15 Berkshire Road Mansfield MA 02048 US 00-0F-8B (hex) Orion MultiSystems Inc 000F8B (base 16) Orion MultiSystems Inc 3375 Scott Blvd Suite 338 Santa Clara CA 95054 US 00-0F-8C (hex) Gigawavetech Pte Ltd 000F8C (base 16) Gigawavetech Pte Ltd 1 Jalan Kilang Timor 159303 SG 00-0F-38 (hex) Netstar 000F38 (base 16) Netstar 3F,No.347, Yang-kuang St.,Nei-Hu Dis., Taipei 114 TW 00-0F-3A (hex) HISHARP 000F3A (base 16) HISHARP NO.673,CHANG HSING ROAD PATE CITY,TAOYUAN, TAIPEI 334 TW 00-0F-30 (hex) Raza Microelectronics Inc 000F30 (base 16) Raza Microelectronics Inc 3080 North First Street San Jose CA 95134 US 00-0F-53 (hex) Solarflare Communications Inc. 000F53 (base 16) Solarflare Communications Inc. Suite 100, 7505 Irvine Center Drive Irvine CA 92618 US 00-0F-51 (hex) Azul Systems, Inc. 000F51 (base 16) Azul Systems, Inc. 1600 Plymouth Street Mountain View California 94043 US 00-0F-07 (hex) Mangrove Systems, Inc. 000F07 (base 16) Mangrove Systems, Inc. 10 Fairfield Blvd. Wallingford CT 06492 US 00-0F-00 (hex) Legra Systems, Inc. 000F00 (base 16) Legra Systems, Inc. 3 Burlington Woods Drive Burlington MA 01803 US 00-0F-01 (hex) DIGITALKS INC 000F01 (base 16) DIGITALKS INC 14 MARSHALL LANE WESTON CT 06883 US 00-0F-03 (hex) COM&C CO., LTD 000F03 (base 16) COM&C CO., LTD 2F Woojin BLD 1445-2 Secho-Dong SEOUL 137-070 KR 00-0F-34 (hex) Cisco Systems, Inc 000F34 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0F-2E (hex) Megapower International Corp. 000F2E (base 16) Megapower International Corp. Rm. 403, No 24 , Wu-Chuan 2nd Rd., Taipei Hsien 242 TW 00-0F-26 (hex) WorldAccxx LLC 000F26 (base 16) WorldAccxx LLC 4035 Tampa Rd. Oldsmar FL 34667 US 00-0F-45 (hex) Stretch, Inc. 000F45 (base 16) Stretch, Inc. 1322 Orleans Drive Sunnyvale CA 94089 US 00-0F-3B (hex) Fuji System Machines Co., Ltd. 000F3B (base 16) Fuji System Machines Co., Ltd. 5-8-10 Zama-Shi Kanagawa-Ken 228-0003 JP 00-0F-37 (hex) Xambala Incorporated 000F37 (base 16) Xambala Incorporated 2674 N. 1st Street San Jose CA 95134 US 00-0F-54 (hex) Entrelogic Corporation 000F54 (base 16) Entrelogic Corporation 33 Boston Post Rd. West. Marlborough MA 01752 US 00-0F-25 (hex) AimValley B.V. 000F25 (base 16) AimValley B.V. Utrechtseweg 38, Hilversum NH 1223 TV NL 00-0F-19 (hex) Boston Scientific 000F19 (base 16) Boston Scientific 4100 Hamline Ave N. St. Paul MN 55112 US 00-0F-10 (hex) RDM Corporation 000F10 (base 16) RDM Corporation 608 Weber St. N Waterloo ON N2V 1K4 CA 00-0E-A8 (hex) United Technologists Europe Limited 000EA8 (base 16) United Technologists Europe Limited UTEL Laboratories, Wolves Farm Lane Hadleigh Suffolk IP7 6BH GB 00-0E-AA (hex) Scalent Systems, Inc. 000EAA (base 16) Scalent Systems, Inc. 490 S. California Ave Palo Alto CA 94306 US 00-0E-AC (hex) MINTRON ENTERPRISE CO., LTD. 000EAC (base 16) MINTRON ENTERPRISE CO., LTD. NO.3,Wu-Kung 5Rd., Wu-Ku Ind Park Taipei County 248 TW 00-0E-AE (hex) GAWELL TECHNOLOGIES CORP. 000EAE (base 16) GAWELL TECHNOLOGIES CORP. 2F,NO.102,SEC.3,JUNG SHAN RD, JUNG HO CITY, TAIPEI HSIEN 235 TW 00-0E-BA (hex) HANMI SEMICONDUCTOR CO., LTD. 000EBA (base 16) HANMI SEMICONDUCTOR CO., LTD. #532-2, Gajwa-Dong, Seo-Ku, Incheon, 404 250 KR 00-0E-BC (hex) Paragon Fidelity GmbH 000EBC (base 16) Paragon Fidelity GmbH Schwadermühlstraße Cadolzburg 90556 DE 00-0E-C5 (hex) Digital Multitools Inc 000EC5 (base 16) Digital Multitools Inc 9005 Leslie Street Unit 205 Richmond Hill Ontario L4B 1G7 CA 00-0E-C7 (hex) Motorola Korea 000EC7 (base 16) Motorola Korea Hibrand B/D 17F SW Team Motorola Korea Yangjaedong Seocho KR 00-0E-8B (hex) Astarte Technology Co, Ltd. 000E8B (base 16) Astarte Technology Co, Ltd. 11F, No. 166 Dah-Yeh Rd. Peitou, Taipei TW 00-0E-DF (hex) PLX Technology 000EDF (base 16) PLX Technology 870 Maude Ave., Sunnyvale CA 94085 US 00-0E-E1 (hex) ExtremeSpeed Inc. 000EE1 (base 16) ExtremeSpeed Inc. PO Box 600 Mannville Alberta T0B 2W0 CA 00-0E-D7 (hex) Cisco Systems, Inc 000ED7 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0E-D3 (hex) Epicenter, Inc. 000ED3 (base 16) Epicenter, Inc. 211 B Calle Pintoresco San Clemente CA 92672 US 00-0E-9D (hex) Tiscali UK Ltd 000E9D (base 16) Tiscali UK Ltd 20 Broadwick Street London W1F 8HT GB 00-0E-47 (hex) NCI System Co.,Ltd. 000E47 (base 16) NCI System Co.,Ltd. #206, Kayang Techno-Town, 1487, Kayang 3 dong, Kangseo-Ku, Seoul, Korea Seoul 157-810 KR 00-0E-46 (hex) Niigata Seimitsu Co.,Ltd. 000E46 (base 16) Niigata Seimitsu Co.,Ltd. 3335-2, Shimonaka, Sanwa-mura Nakakubiki-gun Niigata 943-0222 JP 00-0E-1F (hex) TCL Networks Equipment Co., Ltd. 000E1F (base 16) TCL Networks Equipment Co., Ltd. No.5 Industrial Road,Shekou ShenZhen GuangDong 518067 CN 00-0E-26 (hex) Gincom Technology Corp. 000E26 (base 16) Gincom Technology Corp. 15F., No. 284, Sec.3, Sanmin Rd., Taoyuan City, Taoyuan, 330 TW 00-0E-6C (hex) Device Drivers Limited 000E6C (base 16) Device Drivers Limited 1-5-1-103 Fuchu-shi Tokyo 1830005 JP 00-0E-6B (hex) Janitza electronics GmbH 000E6B (base 16) Janitza electronics GmbH Vor dem Polstück 1 Lahnau Hessen 35633 DE 00-0E-5F (hex) activ-net GmbH & Co. KG 000E5F (base 16) activ-net GmbH & Co. KG Konrad-Zuse-Str. 4 Bochum 44801 DE 00-0E-57 (hex) Iworld Networking, Inc. 000E57 (base 16) Iworld Networking, Inc. 125 Hanju Bldg, Nonhyun-Dong Seoul 135010 KR 00-0E-51 (hex) tecna elettronica srl 000E51 (base 16) tecna elettronica srl via miglioli 30 castel san pietro terme bologna 40024 IT 00-0E-67 (hex) Eltis Microelectronics Ltd. 000E67 (base 16) Eltis Microelectronics Ltd. Unit 902B, 9/F., Sunbeam Centre Kwun Tong Kowloon HK 00-0E-65 (hex) TransCore 000E65 (base 16) TransCore 8600 Jefferson St NE Albuquerque NM 87113 US 00-0E-43 (hex) G-Tek Electronics Sdn. Bhd. 000E43 (base 16) G-Tek Electronics Sdn. Bhd. 2493 Mukim 1, Lorong Perusahaan Lapan Perai Penang 13600 MY 00-0E-44 (hex) Digital 5, Inc. 000E44 (base 16) Digital 5, Inc. 101 Grovers Mill Rd. Lawrenceville NJ 08648 US 00-0E-74 (hex) Solar Telecom. Tech 000E74 (base 16) Solar Telecom. Tech B B/D, 4F, Samho Venture Tower Seoul 137-941 KR 00-0E-7A (hex) GemWon Communications Co., Ltd. 000E7A (base 16) GemWon Communications Co., Ltd. 3FL.,NO.32,Lane 135,Shianjeng 9th Rd.,Jubei City Hsinchu 302 TW 00-0E-80 (hex) Thomson Technology Inc 000E80 (base 16) Thomson Technology Inc 9087A 198th ST Surrey BC V1M-3B1 CA 00-0E-85 (hex) Catalyst Enterprises, Inc. 000E85 (base 16) Catalyst Enterprises, Inc. 3385 Scott Blvd Santa Clara CA 95054 US 00-0E-32 (hex) Kontron Medical 000E32 (base 16) Kontron Medical Reinacherstrasse 131 Basel 4002 CH 00-0E-0B (hex) Netac Technology Co., Ltd. 000E0B (base 16) Netac Technology Co., Ltd. 6F, Incubator Building, China Academy of Science &Tech Development, ShenZhen GuangDong 518057 CN 00-0E-11 (hex) BDT Büro und Datentechnik GmbH & Co.KG 000E11 (base 16) BDT Büro und Datentechnik GmbH & Co.KG Saline 29 Rottweil Baden-Württemberg D-78628 DE 00-0D-F5 (hex) Teletronics International Inc. 000DF5 (base 16) Teletronics International Inc. 2 Choke Cherry Road Rockville MD 20850 US 00-0D-F7 (hex) Space Dynamics Lab 000DF7 (base 16) Space Dynamics Lab 1695 N. Research Park Way North Logan UT 84341 US 00-0D-EB (hex) CompXs Limited 000DEB (base 16) CompXs Limited Robert Denholm House Redhill Surrey RH1 4HW GB 00-0D-EE (hex) Andrew RF Power Amplifier Group 000DEE (base 16) Andrew RF Power Amplifier Group 40 Technology Drive Warren NJ 07059 US 00-0D-EF (hex) Soc. Coop. Bilanciai 000DEF (base 16) Soc. Coop. Bilanciai via S.Ferrari 16 Campogalliano Modena 41011 IT 00-0D-E7 (hex) Snap-on OEM Group 000DE7 (base 16) Snap-on OEM Group 2333 East Walton Blvd. Auburn Hills MI 48326 US 00-0D-C6 (hex) DigiRose Technology Co., Ltd. 000DC6 (base 16) DigiRose Technology Co., Ltd. No. 1, Alley 20, Lane 26 Rueiguang Road, Taipei 114 TW 00-0D-C1 (hex) SafeWeb Inc 000DC1 (base 16) SafeWeb Inc 2200 Powell St. Ste 590 Emeryville CA 94608 US 00-0D-F0 (hex) QCOM TECHNOLOGY INC. 000DF0 (base 16) QCOM TECHNOLOGY INC. 4F., No.301, Sec. 2, Tiding Blvd. Taipei City Neihu District 114 TW 00-0D-E5 (hex) Samsung Thales 000DE5 (base 16) Samsung Thales 259 Gongdan-Dong Gumi-City Gyeongsangbuk-do 730-904 KR 00-0D-C0 (hex) Spagat AS 000DC0 (base 16) Spagat AS Tonne Hutifeldtpl. 2 Halden Ostfold 1767 NO 00-0D-DD (hex) Profilo Telra Elektronik Sanayi ve Ticaret. A.Ş 000DDD (base 16) Profilo Telra Elektronik Sanayi ve Ticaret. A.Ş Cemal Sahir Sokak NO:26-28 İstanbul TURKEY 34255 TR 00-0D-F8 (hex) ORGA Kartensysteme GmbH 000DF8 (base 16) ORGA Kartensysteme GmbH Konrad-Zuse-Ring 1 Flintbek Schleswig-Holstein 24220 DE 00-0E-16 (hex) SouthWing S.L. 000E16 (base 16) SouthWing S.L. C/Avila, 48-50 Barcelona 08005 ES 00-0D-A7 (hex) Private 000DA7 (base 16) Private 00-0D-AD (hex) Dataprobe, Inc. 000DAD (base 16) Dataprobe, Inc. 1B Pearl Court Allendale NJ 07401 US 00-0D-A9 (hex) T.E.A.M. S.L. 000DA9 (base 16) T.E.A.M. S.L. Parque Tecnologico Edificio 108 ZAMUDIO Bizkaia 48170 ES 00-0D-AB (hex) Parker Hannifin GmbH Electromechanical Division Europe 000DAB (base 16) Parker Hannifin GmbH Electromechanical Division Europe Robert-Bosch-Straße 22 Offenburg Baden-Württemberg 77656 DE 00-0D-A8 (hex) Teletronics Technology Corporation 000DA8 (base 16) Teletronics Technology Corporation 2525 Pearl Buck Road Bristol Pennsylvania 19007 US 00-0D-79 (hex) Dynamic Solutions Co,.Ltd. 000D79 (base 16) Dynamic Solutions Co,.Ltd. 17-8 Nihonbashi Hakozaki-cho Chuo-ku Tokyo 103-0015 JP 00-0D-6D (hex) K-Tech Devices Corp. 000D6D (base 16) K-Tech Devices Corp. 14016-30 nakaminowa minowamachi kamiina nagano 399-4601 JP 00-0D-AF (hex) Plexus Corp (UK) Ltd 000DAF (base 16) Plexus Corp (UK) Ltd Pinnacle Hill Kelso Roxburghshire TD5 8XX GB 00-0D-B1 (hex) Japan Network Service Co., Ltd. 000DB1 (base 16) Japan Network Service Co., Ltd. Matoba Bldg. 6F, Chuo-ku Tokyo 104-0042 JP 00-0D-83 (hex) Sanmina-SCI Hungary Ltd. 000D83 (base 16) Sanmina-SCI Hungary Ltd. Kota Jozsef u. 2. Tatabanya Komarom-Esztergom 2800 HU 00-0D-7F (hex) MIDAS COMMUNICATION TECHNOLOGIES PTE LTD ( Foreign Branch) 000D7F (base 16) MIDAS COMMUNICATION TECHNOLOGIES PTE LTD ( Foreign Branch) 04-12, Phase Z.Ro Technoprenuer Park Singapore 139 347 SG 00-0D-75 (hex) Kobian Pte Ltd - Taiwan Branch 000D75 (base 16) Kobian Pte Ltd - Taiwan Branch 2F, No.580, Rueikuang Rd.,Nei Hu,Taipei, Taipei Nei Hu 114 TW 00-0D-78 (hex) Engineering & Security 000D78 (base 16) Engineering & Security Martiri della Libertà   32/4 Genova 16155 IT 00-0D-9E (hex) TOKUDEN OHIZUMI SEISAKUSYO Co.,Ltd. 000D9E (base 16) TOKUDEN OHIZUMI SEISAKUSYO Co.,Ltd. Yoshida 1221 Ouragun Ohizumi Gunma 370-0523 JP 00-0D-A3 (hex) Emerging Technologies Limited 000DA3 (base 16) Emerging Technologies Limited Wong's Industrial Centre, 180 Wai Yip St Nil HK 00-0D-A4 (hex) DOSCH & AMAND SYSTEMS AG 000DA4 (base 16) DOSCH & AMAND SYSTEMS AG Scheinerstrasse 9 Munich Bavaria 81679 DE 00-0D-9A (hex) INFOTEC LTD 000D9A (base 16) INFOTEC LTD The Maltings Ashby-de-la-Zouch Leicestershire LE65 2PS GB 00-0D-6E (hex) K-Patents Oy 000D6E (base 16) K-Patents Oy P.O. Box 77 VANTAA FI 01511 FI 00-0D-6A (hex) Redwood Technologies LTD 000D6A (base 16) Redwood Technologies LTD Amber House Bracknell Berkshire RG12 1JB GB 00-0D-BA (hex) Océ Document Technologies GmbH 000DBA (base 16) Océ Document Technologies GmbH Max-Stromeyer-Straße 116 Konstanz 78467 DE 00-0D-BD (hex) Cisco Systems, Inc 000DBD (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0D-B5 (hex) GLOBALSAT TECHNOLOGY CORPORATION 000DB5 (base 16) GLOBALSAT TECHNOLOGY CORPORATION Far East Century Park Taipei Hsien 235 TW 00-0D-97 (hex) ABB Inc./Tropos 000D97 (base 16) ABB Inc./Tropos 1710 S. Amphlett Blvd, Suite 304 San Mateo CA 94402 US 00-0D-96 (hex) Vtera Technology Inc. 000D96 (base 16) Vtera Technology Inc. No 34, Industrial East. 4th Rd. HsinChu 300 TW 00-0D-8B (hex) T&D Corporation 000D8B (base 16) T&D Corporation 5652-169 Sasaga Matsumoto Nagano 399-0033 JP 00-0D-90 (hex) Factum Electronics AB 000D90 (base 16) Factum Electronics AB Teknikringen 1H Linköping Östergötland 583 30 SE 00-0D-85 (hex) Tapwave, Inc. 000D85 (base 16) Tapwave, Inc. 1901 Landings Drive Mountain View CA 94043 US 00-0D-82 (hex) PHSNET 000D82 (base 16) PHSNET Piazza Mariano Rumor, 18 Arcugnano Vicenza 36057 IT 00-0D-23 (hex) Smart Solution, Inc 000D23 (base 16) Smart Solution, Inc 465 West Lawndale #B Salt Lake City UT 84115 US 00-0D-27 (hex) MICROPLEX Printware AG 000D27 (base 16) MICROPLEX Printware AG Panzerstraße 5 Varel Niedersachsen 26316 DE 00-0D-1B (hex) Kyoto Electronics Manufacturing Co., Ltd. 000D1B (base 16) Kyoto Electronics Manufacturing Co., Ltd. 56-2, Ninodan-cho, Shinden, Kyoto-City Kyoto Prefecture 601-8317 JP 00-0D-1D (hex) HIGH-TEK HARNESS ENT. CO., LTD. 000D1D (base 16) HIGH-TEK HARNESS ENT. CO., LTD. 4F-6, No18, Pu-Ting Rd. Hsinchu, Taiwan Hsinchu 300 TW 00-0D-02 (hex) NEC Platforms, Ltd. 000D02 (base 16) NEC Platforms, Ltd. 800 Shimomata Kakegawa Shizuoka 436-8501 JP 00-0D-07 (hex) Calrec Audio Ltd 000D07 (base 16) Calrec Audio Ltd Nutclough Mill Hebden Bridge West Yorkshire HX7 8EZ GB 00-0D-40 (hex) Verint Loronix Video Solutions 000D40 (base 16) Verint Loronix Video Solutions 12526 High Bluff Dr. #170 San DIego CA 92130 US 00-0D-21 (hex) WISCORE Inc. 000D21 (base 16) WISCORE Inc. 6F, No. 180, Sec. 2, Duenhua S. Rd, Taipei 106 TW 00-0D-09 (hex) Yuehua(Zhuhai) Electronic CO. LTD 000D09 (base 16) Yuehua(Zhuhai) Electronic CO. LTD 4Rd Pingdong,Nanping Science & Technolog Zhuhai Guangdong 519070 CN 00-0D-37 (hex) WIPLUG 000D37 (base 16) WIPLUG RUA DR. AGOSTINHO GOULAO PETROPOLIS RIO JANEIRO 25730050 BR 00-0D-33 (hex) Prediwave Corp. 000D33 (base 16) Prediwave Corp. 48431 Milmont Drive Fremont CA 94538 US 00-0D-2F (hex) AIN Comm.Tech.Co., LTD 000D2F (base 16) AIN Comm.Tech.Co., LTD 4F, No.76, Sec2 Mintzu Rd Jung-Li City 320 TW 00-0D-5D (hex) Raritan Computer, Inc 000D5D (base 16) Raritan Computer, Inc 400 Cottontail Lane Somerset NJ 08873 US 00-0D-63 (hex) DENT Instruments, Inc. 000D63 (base 16) DENT Instruments, Inc. 64 NW Franklin Ave Bend OR 97701 US 00-0D-66 (hex) Cisco Systems, Inc 000D66 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0C-CD (hex) IEC - TC57 000CCD (base 16) IEC - TC57 3, rue de Varembé Geneva GE 1211 CH 00-0C-CB (hex) Design Combus Ltd 000CCB (base 16) Design Combus Ltd Hatanapaan valtatie 34A Tampere FIN-33100 FI 00-0C-C9 (hex) ILWOO DATA & TECHNOLOGY CO.,LTD 000CC9 (base 16) ILWOO DATA & TECHNOLOGY CO.,LTD 1475-10,HWA HYUN BLD. 2nd Floor, SEOUL 137-071 KR 00-0C-E9 (hex) BLOOMBERG L.P. 000CE9 (base 16) BLOOMBERG L.P. 731 Lexington Ave NEW YORK NEW YORK 10022 US 00-0C-EA (hex) aphona Kommunikationssysteme 000CEA (base 16) aphona Kommunikationssysteme Entwicklungs- und VertriebsgmbH Wien 1230 AT 00-0C-DA (hex) FreeHand Systems, Inc. 000CDA (base 16) FreeHand Systems, Inc. 95 First St. Los Altos CA 94022 US 00-0C-F5 (hex) InfoExpress 000CF5 (base 16) InfoExpress 170 S. Whisman Road, Suite B Mountain View CA 94041 US 00-0C-EE (hex) jp-embedded 000CEE (base 16) jp-embedded Buen 21, Nr. Dalby Borup 4140 DK 00-0C-AF (hex) TRI TERM CO.,LTD. 000CAF (base 16) TRI TERM CO.,LTD. 21-5 HIRAIDE KOUGIYO DANCHI TOCHIGI 321-0905 JP 00-0C-B3 (hex) ROUND Co.,Ltd. 000CB3 (base 16) ROUND Co.,Ltd. 3-9 Gokashou-Shibahigashi uji kyoto 611-0011 JP 00-0C-DD (hex) AOS technologies AG 000CDD (base 16) AOS technologies AG Taefernstrasse 20 Baden - Daettwil AG CH-5405 CH 00-0C-A5 (hex) Naman NZ LTd 000CA5 (base 16) Naman NZ LTd 13/17 Kawana St Auckland NZ 00-0C-A9 (hex) Ebtron Inc. 000CA9 (base 16) Ebtron Inc. 1663 Hwy 701 South Loris SC 29569 US 00-0C-FB (hex) Korea Network Systems 000CFB (base 16) Korea Network Systems 206 JangYoungSil Bldg, 1688-5 Taejeon 306-230 KR 00-0C-7A (hex) DaTARIUS Technologies GmbH 000C7A (base 16) DaTARIUS Technologies GmbH Anton Maria Schyrle Str. 7 Reutte Tirol 6600 AT 00-0C-79 (hex) Extel Communications P/L 000C79 (base 16) Extel Communications P/L 399 Ferntree Gully Road Mt Waverley Victoria 3149 AU 00-0C-75 (hex) Oriental integrated electronics. LTD 000C75 (base 16) Oriental integrated electronics. LTD 281-34 Dondang-dong Wonmi-Gu Bucheon 420-808 KR 00-0C-5D (hex) CHIC TECHNOLOGY (CHINA) CORP. 000C5D (base 16) CHIC TECHNOLOGY (CHINA) CORP. 7th Building,Shi'ao Ind.Zone,Longhua Tow Shenzhen Guangdong 518109 CN 00-0C-4F (hex) UDTech Japan Corporation 000C4F (base 16) UDTech Japan Corporation Hamacho Hanacho Bldg, 2F Chuo-ku Tokyo 103-0007 JP 00-0C-62 (hex) ABB AB, Cewe-Control 000C62 (base 16) ABB AB, Cewe-Control Dept. LPCC/RE Vasteras 721 61 SE 00-0C-4C (hex) Arcor AG&Co. 000C4C (base 16) Arcor AG&Co. Alfred-Herrhausen-Allee 1 Eschborn Hessen 65760 DE 00-0C-47 (hex) SK Teletech(R&D Planning Team) 000C47 (base 16) SK Teletech(R&D Planning Team) 21th FL Startower 737, Yeoksam-dong Seoul 135-984 KR 00-0C-6D (hex) Edwards Ltd. 000C6D (base 16) Edwards Ltd. Marshall Road Eastbourne East Sussex BN22 9BA GB 00-0C-70 (hex) ACC GmbH 000C70 (base 16) ACC GmbH Am Sandfeld 15 Karlsruhe Baden 76149 DE 00-0C-6A (hex) MBARI 000C6A (base 16) MBARI 7700 Sandholdt Road Moss Landing CA 95039 US 00-0C-6B (hex) Kurz Industrie-Elektronik GmbH 000C6B (base 16) Kurz Industrie-Elektronik GmbH Foehrenbachstraße 3 Remshalden Baden-Württemberg 73630 DE 00-0C-9D (hex) UbeeAirWalk, Inc. 000C9D (base 16) UbeeAirWalk, Inc. 1850 N. GreenVille Ave., Suite 164 Richardson TX 75081 US 00-0C-9F (hex) NKE Corporation 000C9F (base 16) NKE Corporation 366-1 Hishikawa-cho Hazukashi Fushimi-ku Kyoto-shi Kyoto 612-8487 JP 00-0C-84 (hex) Eazix, Inc. 000C84 (base 16) Eazix, Inc. Unit 301 Plaza Building B Muntinlupa City Rizal 1770 PH 00-0C-85 (hex) Cisco Systems, Inc 000C85 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0C-3F (hex) Cogent Defence & Security Networks, 000C3F (base 16) Cogent Defence & Security Networks, Meadows Road, Newport, South Wales, NP19 4SS GB 00-0C-30 (hex) Cisco Systems, Inc 000C30 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0C-9A (hex) Hitech Electronics Corp. 000C9A (base 16) Hitech Electronics Corp. 4f, No. 501-15 Chung-Cheng Rd. Shin-tien Taipei Shien 231 TW 00-0C-91 (hex) Riverhead Networks Inc. 000C91 (base 16) Riverhead Networks Inc. Cupertino CA 95014 US 00-0B-DA (hex) EyeCross Co.,Inc. 000BDA (base 16) EyeCross Co.,Inc. 3F Iioka-Building Tokyo Ueno Taitoh-ku 3-4-1 110-0005 JP 00-0B-D6 (hex) Paxton Access Ltd 000BD6 (base 16) Paxton Access Ltd Paxton House Brighton East Sussex BN1 9HU GB 00-0B-D4 (hex) Beijing Wise Technology & Science Development Co.Ltd 000BD4 (base 16) Beijing Wise Technology & Science Development Co.Ltd 3rd Floor Caihong Building, No.2,1st Wes Beijing 100088 CN 00-0C-1F (hex) Glimmerglass Networks 000C1F (base 16) Glimmerglass Networks 26142 Eden Landing Road Hayward California 94545 US 00-0C-20 (hex) Fi WIn, Inc. 000C20 (base 16) Fi WIn, Inc. 8F, No. 10, Prosperity Rd. 1, Hsin Chu 300 TW 00-0C-15 (hex) CyberPower Systems, Inc. 000C15 (base 16) CyberPower Systems, Inc. 6F, No. 32, Sec. 1, Chenggong Rd. Taipei 115 TW 00-0B-F8 (hex) Infinera 000BF8 (base 16) Infinera 1322 Bordeaux Drive Sunnyvale CA 94089 US 00-0B-FF (hex) Berkeley Camera Engineering 000BFF (base 16) Berkeley Camera Engineering 127 National Street Santa Cruz CA 95060 US 00-0C-16 (hex) Concorde Microsystems Inc. 000C16 (base 16) Concorde Microsystems Inc. 10427 Cogdill Road, Suite 500 Knoxville TN 37932 US 00-0C-09 (hex) Hitachi IE Systems Co., Ltd 000C09 (base 16) Hitachi IE Systems Co., Ltd Saiwai-cho 120-1,Inazawa-shi Inazawa-shi Aichi 492-8622 JP 00-0B-E7 (hex) COMFLUX TECHNOLOGY INC. 000BE7 (base 16) COMFLUX TECHNOLOGY INC. Room 131,Bldg. 53,195-58,Sec.4, Hsinchu 310 TW 00-0B-EC (hex) NIPPON ELECTRIC INSTRUMENT, INC. 000BEC (base 16) NIPPON ELECTRIC INSTRUMENT, INC. 3-56-21 Hirado Totsuka-ku Yokohama-shi 244-0802 JP 00-0C-02 (hex) ABB Oy 000C02 (base 16) ABB Oy P.O.Box 89 Turku FIN-20521 FI 00-0B-71 (hex) Litchfield Communications Inc. 000B71 (base 16) Litchfield Communications Inc. 27 Princeton Road Watertown CT 06795 US 00-0B-74 (hex) Kingwave Technology Co., Ltd. 000B74 (base 16) Kingwave Technology Co., Ltd. 18F-3, No. 186, Jian-Yi Rd. Chung-Ho Taipei 235 TW 00-0B-73 (hex) Kodeos Communications 000B73 (base 16) Kodeos Communications 111 Corporate Blvd South Plainfield NJ 07080 US 00-0B-76 (hex) ET&T Technology Co. Ltd. 000B76 (base 16) ET&T Technology Co. Ltd. 6F No.101, SongJiang Rd. Taipei 104 TW 00-0B-5E (hex) Audio Engineering Society Inc. 000B5E (base 16) Audio Engineering Society Inc. 60 East 42nd Street, Suite #2520 New York NY 10165-2520 US 00-0B-60 (hex) Cisco Systems, Inc 000B60 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0B-65 (hex) Sy.A.C. srl 000B65 (base 16) Sy.A.C. srl via Caboto 19/1 Trieste 34147 IT 00-0B-5F (hex) Cisco Systems, Inc 000B5F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0B-61 (hex) Friedrich Lütze GmbH & Co. KG 000B61 (base 16) Friedrich Lütze GmbH & Co. KG Bruckwiesenstraße 17 - 19 Weinstadt (Großheppach) BW 71384 DE 00-0B-59 (hex) ScriptPro, LLC 000B59 (base 16) ScriptPro, LLC 5828 Reeds Rd. Mission Kansas 66202 US 00-0B-5C (hex) Newtech Co.,Ltd 000B5C (base 16) Newtech Co.,Ltd K-Bldg 1-7-7 Shibadaimon Minato-ku Tokyo 105-0012 JP 00-0B-7E (hex) SAGINOMIYA Seisakusho Inc. 000B7E (base 16) SAGINOMIYA Seisakusho Inc. 535 Sasai Sayamashi Saitamaken 350-1395 JP 00-0B-80 (hex) Lycium Networks 000B80 (base 16) Lycium Networks 9 Hamenofim St. Herzliya Israel 46733 IL 00-0B-A7 (hex) Maranti Networks 000BA7 (base 16) Maranti Networks 3061-B Zanker Road San Jose CA 95134 US 00-0B-AA (hex) Aiphone co.,Ltd 000BAA (base 16) Aiphone co.,Ltd 2-18 Jinno-Cho Nagoya Aichi-ken 456-8666 JP 00-0B-A4 (hex) Shiron Satellite Communications Ltd. (1996) 000BA4 (base 16) Shiron Satellite Communications Ltd. (1996) 23 Hasivim St. Petach Tikva 49170 IL 00-0B-D0 (hex) XiMeta Technology Americas Inc. 000BD0 (base 16) XiMeta Technology Americas Inc. 54 Ray Street New Brunswick NJ 08901 US 00-0B-C5 (hex) SMC Networks, Inc. 000BC5 (base 16) SMC Networks, Inc. 38 Tesla Irvine CA 92618 US 00-0B-C6 (hex) ISAC, Inc. 000BC6 (base 16) ISAC, Inc. PO Box 7682 Auburn CA 95604 US 00-0B-C1 (hex) Bay Microsystems, Inc. 000BC1 (base 16) Bay Microsystems, Inc. 2055 Gateway Place Santa Jose CA 95110 US 00-0B-8B (hex) KERAJET, S.A. 000B8B (base 16) KERAJET, S.A. Avda. del Boverot, 24 Almazora Castellon E-12550 ES 00-0B-89 (hex) Top Global Technology, Ltd. 000B89 (base 16) Top Global Technology, Ltd. Room 3310, China World Tower No. 1 Beijing Beijing 100004 CN 00-0B-99 (hex) SensAble Technologies, Inc. 000B99 (base 16) SensAble Technologies, Inc. 15 Constitution Way Woburn MA 01801 US 00-0B-9C (hex) TriBeam Technologies, Inc. 000B9C (base 16) TriBeam Technologies, Inc. 116 W. Eastman St., suite 208 Arlington Heights IL 60004 US 00-0B-7C (hex) Telex Communications 000B7C (base 16) Telex Communications 8601 E. Cornhusker Hwy Lincoln NE 68505 US 00-0B-83 (hex) DATAWATT B.V. 000B83 (base 16) DATAWATT B.V. HOUTSTRAAT 5 WOLVEGA NL-8471-ZX NL 00-0B-20 (hex) Hirata corporation 000B20 (base 16) Hirata corporation 111 Hitotsugi, Ueki, Kamoto, Kumamoto 861-0198 JP 00-0B-22 (hex) Environmental Systems and Services 000B22 (base 16) Environmental Systems and Services 20 Council Street Hawthorn East Victoria 3123 AU 00-0B-1B (hex) Systronix, Inc. 000B1B (base 16) Systronix, Inc. 939 Edison St. Salt Lake City Utah 84111 US 00-0B-03 (hex) Taekwang Industrial Co., Ltd 000B03 (base 16) Taekwang Industrial Co., Ltd #191-1, Anyang-7Dong, Manan-Gu Anyang-Si South Korea 430-017 KR 00-0B-01 (hex) DAIICHI ELECTRONICS CO., LTD. 000B01 (base 16) DAIICHI ELECTRONICS CO., LTD. 1-11-13 Hitotsuya Adachi-ku Tokyo 121-8639 JP 00-0B-3E (hex) BittWare, Inc 000B3E (base 16) BittWare, Inc 31 B South Main St Concord NH 03301 US 00-0B-29 (hex) LS(LG) Industrial Systems co.,Ltd 000B29 (base 16) LS(LG) Industrial Systems co.,Ltd 533 Hogye-dong, Dongan-gu Anyang-si Gyeonggi-do KR 00-0B-39 (hex) Keisoku Giken Co.,Ltd. 000B39 (base 16) Keisoku Giken Co.,Ltd. Tsuzuki-ku Yokohama Kanagawa 224-0037 JP 00-0B-3A (hex) QuStream Corporation 000B3A (base 16) QuStream Corporation 3305 Breckinridge Blvd. Duluth Georgia 30096 US 00-0B-33 (hex) Vivato Technologies 000B33 (base 16) Vivato Technologies 444 Cedros Ave Solana Beach CA 92027 US 00-0B-05 (hex) Pacific Broadband Networks 000B05 (base 16) Pacific Broadband Networks Suite 15, Building 3, 195 Wellington Road Clayton VIC 3168 AU 00-0B-00 (hex) FUJIAN START COMPUTER EQUIPMENT CO.,LTD 000B00 (base 16) FUJIAN START COMPUTER EQUIPMENT CO.,LTD HONG SHAN YUAN ROAD NO.68 HONGSHAN,GULOU FUZHOU FUJIAN 350002 CN 00-0B-5B (hex) Rincon Research Corporation 000B5B (base 16) Rincon Research Corporation 101 N. Wilmot Rd. Tucson AZ 85711 US 00-0A-F6 (hex) Emerson Climate Technologies Retail Solutions, Inc. 000AF6 (base 16) Emerson Climate Technologies Retail Solutions, Inc. 1640 Airport Rd Kennesaw GA 30144-7038 US 00-0B-11 (hex) HIMEJI ABC TRADING CO.,LTD. 000B11 (base 16) HIMEJI ABC TRADING CO.,LTD. 1-8-22 HJMEJI HYOGO 670-0883 JP 00-0B-41 (hex) Ing. Büro Dr. Beutlhauser 000B41 (base 16) Ing. Büro Dr. Beutlhauser Roemerweg 4 Grassau D-83224 DE 00-0A-EA (hex) ADAM ELEKTRONIK LTD. ŞTI 000AEA (base 16) ADAM ELEKTRONIK LTD. ŞTI UZUNAYNA CAD. CELENK SOK. NO:1 Çakmak İstanbul 81260 TR 00-0A-E3 (hex) YANG MEI TECHNOLOGY CO., LTD 000AE3 (base 16) YANG MEI TECHNOLOGY CO., LTD 21, Alley 1, Lane 342 Taipei 114 TW 00-0A-DC (hex) RuggedCom Inc. 000ADC (base 16) RuggedCom Inc. 30 Whitmore Road Woodbridge Ontario L4L 7Z4 CA 00-0A-B7 (hex) Cisco Systems, Inc 000AB7 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0A-AD (hex) Stargames Corporation 000AAD (base 16) Stargames Corporation 13 Sheridan Close Milperra NSW 2031 AU 00-0A-B1 (hex) GENETEC Corporation 000AB1 (base 16) GENETEC Corporation BYGS Shinjyuku Bldg. 5F Shinjuku-ku Tokyo 162-0022 JP 00-0A-B9 (hex) Astera Technologies Corp. 000AB9 (base 16) Astera Technologies Corp. 2380 Waverley Street Palo Alto CA 94301 US 00-0A-90 (hex) Bayside Interactive, Inc. 000A90 (base 16) Bayside Interactive, Inc. 330 Biscayne Blvd. Miami FL 33132 US 00-0A-9D (hex) King Young Technology Co. Ltd. 000A9D (base 16) King Young Technology Co. Ltd. 1Fl., No. 9, Lane 26, Gangchi Rd., Neihu Taipei 114 TW 00-0A-A1 (hex) V V S Limited 000AA1 (base 16) V V S Limited HPIC, 1. Ainslie Road , Glasgow Scotland G52 4RU GB 00-0A-A4 (hex) SHANGHAI SURVEILLANCE TECHNOLOGY CO,LTD 000AA4 (base 16) SHANGHAI SURVEILLANCE TECHNOLOGY CO,LTD FL.25A,NO.8 CHANGYANG ROAD SHANGHAI 200082 CN 00-0A-9E (hex) BroadWeb Corportation 000A9E (base 16) BroadWeb Corportation 3F, 24-1, Industry East Rd., IV, Hsin-Chu 300 TW 00-0A-E0 (hex) Fujitsu Softek 000AE0 (base 16) Fujitsu Softek 1250 East Arques Ave Sunnyvale Ca 94085 US 00-0A-8B (hex) Cisco Systems, Inc 000A8B (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0A-88 (hex) InCypher S.A. 000A88 (base 16) InCypher S.A. 18 rue de l'Eau Luxembourg 1449 LU 00-0A-BB (hex) Taiwan Secom Co,. Ltd 000ABB (base 16) Taiwan Secom Co,. Ltd 13F, 108, Sec1, Shin-Tai 5th Road Hsi-Chih Taipei County 221 TW 00-0A-7C (hex) Tecton Ltd 000A7C (base 16) Tecton Ltd Fishers Court Eastleigh Hampshire SO50 7HG GB 00-0A-6E (hex) Harmonic, Inc 000A6E (base 16) Harmonic, Inc 4300 North First Street San Jose CA 95134 US 00-0A-6D (hex) EKS Elektronikservice GmbH 000A6D (base 16) EKS Elektronikservice GmbH Enzstr. 9 Kornwestheim Baden-Württemberg 70806 DE 00-0A-43 (hex) Chunghwa Telecom Co., Ltd. 000A43 (base 16) Chunghwa Telecom Co., Ltd. 12, Lane 551, Min-Tsu Road Taoyuan 326 TW 00-0A-45 (hex) Audio-Technica Corp. 000A45 (base 16) Audio-Technica Corp. Naruse 1,348 Machida Tokyo 194-8566 JP 00-0A-35 (hex) Xilinx 000A35 (base 16) Xilinx 2100 Logic Drive San Jose CA 94110 US 00-0A-3B (hex) GCT Semiconductor, Inc 000A3B (base 16) GCT Semiconductor, Inc 2121 Ringwood Avenue San Jose CA 95131 US 00-0A-74 (hex) Manticom Networks Inc. 000A74 (base 16) Manticom Networks Inc. 14016-C Sullyfield Circle Chantilly VA 20151 US 00-0A-6F (hex) ZyFLEX Technologies Inc 000A6F (base 16) ZyFLEX Technologies Inc 2Fl. No. 58 Park Ave. II S.B.I.P., Hsinchu 30077 TW 00-0A-63 (hex) DHD GmbH 000A63 (base 16) DHD GmbH Haferkornstrasse 5 Leipzig Sachsen 04129 DE 00-0A-2E (hex) MAPLE NETWORKS CO., LTD 000A2E (base 16) MAPLE NETWORKS CO., LTD 602, Dongwha SEOUL 156-010 KR 00-0A-2D (hex) Cabot Communications Limited 000A2D (base 16) Cabot Communications Limited Verona House Bristol Gloucestershire BS16 3RY US 00-0A-25 (hex) CERAGON NETWORKS 000A25 (base 16) CERAGON NETWORKS 24 RAUEL WALLENBERG STREET TEL-AVIV 96719 IL 00-0A-21 (hex) Integra Telecom Co. Ltd 000A21 (base 16) Integra Telecom Co. Ltd 7th floor Hwayoung Bld. 112-2 Seoul KR 00-0A-1E (hex) Red-M Products Limited 000A1E (base 16) Red-M Products Limited Neptune House Wooburn Green Buckinghamshire HP10 0HH GB 00-0A-4B (hex) DataPower Technology, Inc. 000A4B (base 16) DataPower Technology, Inc. One Alewife Center Cambridge MA 02140 US 00-0A-33 (hex) Emulex Corporation 000A33 (base 16) Emulex Corporation 2021 Opportunity Drive Roseville CA 95678 US 00-0A-67 (hex) OngCorp 000A67 (base 16) OngCorp 481 Hackensack Ave. Hackensack NJ 07601 US 00-09-F9 (hex) ART JAPAN CO., LTD. 0009F9 (base 16) ART JAPAN CO., LTD. 322-7, Ichinotsubo, Kawasaki Kanagawa 211-0016 JP 00-09-FC (hex) IPFLEX Inc. 0009FC (base 16) IPFLEX Inc. Mowa-Bldg 3F, 1-16-6 Shibuya-ku Tokyo 150-0021 JP 00-09-FD (hex) Ubinetics Limited 0009FD (base 16) Ubinetics Limited Cambridge Technology Centre Melbourn Hertfordshire SG8 6DP GB 00-09-F7 (hex) SED, a division of Calian 0009F7 (base 16) SED, a division of Calian 18 Innnovation Boulevard Saskatoon Saskatchewan (SK) S7K 3P7 CA 00-09-E2 (hex) Sinbon Electronics Co., Ltd. 0009E2 (base 16) Sinbon Electronics Co., Ltd. 4F-13, No. 79, Sec 1, Hsin Tai Wu Rd. Hsi-Chih, Taipei 221 TW 00-09-DA (hex) Control Module Inc. 0009DA (base 16) Control Module Inc. 227 Brainard Road Enfield CT 06082 US 00-09-D7 (hex) DC Security Products 0009D7 (base 16) DC Security Products One Lindsay Circle San Francisco California 94124 US 00-09-D8 (hex) Fält Communications AB 0009D8 (base 16) Fält Communications AB Kylgränd 6a SE 906 20 Umeå SE 00-0A-14 (hex) TECO a.s. 000A14 (base 16) TECO a.s. Havlickova 260 KOLIN CZ 280 58 CZ 00-0A-0B (hex) Sealevel Systems, Inc. 000A0B (base 16) Sealevel Systems, Inc. 155 Technology Place Liberty SC 29657 US 00-0A-10 (hex) FAST media integrations AG 000A10 (base 16) FAST media integrations AG Schöngrund 26 Rotkreuz Canton of Zug 6343 CH 00-09-DB (hex) eSpace 0009DB (base 16) eSpace 9623 Simsbury Ct. Twinsburg OH 44087-3220 US 00-09-D5 (hex) Signal Communication, Inc. 0009D5 (base 16) Signal Communication, Inc. 100 Wood Ave South Iselin NJ 08830 US 00-09-D3 (hex) Western DataCom Co., Inc. 0009D3 (base 16) Western DataCom Co., Inc. 925-D Bassett Rd. Westlake OH 44145 US 00-09-BC (hex) Utility, Inc 0009BC (base 16) Utility, Inc 250 E Ponce de Leon Ave Suite 700 Decatur GA 30030 US 00-09-BE (hex) Mamiya-OP Co.,Ltd. 0009BE (base 16) Mamiya-OP Co.,Ltd. 3-23-10, Negishi Minami-ku Saitama-shi Saitama 336-8581 JP 00-09-E6 (hex) Cyber Switching Inc. 0009E6 (base 16) Cyber Switching Inc. 1800 De La Cruz Blvd. Santa Clara CA 95050 US 00-09-FB (hex) Philips Patient Monitoring 0009FB (base 16) Philips Patient Monitoring Hewlett-Packard-Str.2 Boeblingen 71034 DE 00-09-8F (hex) Cetacean Networks 00098F (base 16) Cetacean Networks 110 Corporate Drive Portsmouth NH 03801 US 00-09-87 (hex) NISHI NIPPON ELECTRIC WIRE & CABLE CO.,LTD. 000987 (base 16) NISHI NIPPON ELECTRIC WIRE & CABLE CO.,LTD. Kasugaura Oita-City OITA 870-8632 JP 00-09-89 (hex) VividLogic Inc. 000989 (base 16) VividLogic Inc. 40994 Encyclopedia Circle Fremont CA 94538 US 00-09-86 (hex) Metalink LTD. 000986 (base 16) Metalink LTD. Yakum Business Park Yakum HOF HASHARON 60972 IL 00-09-8C (hex) Option Wireless Sweden 00098C (base 16) Option Wireless Sweden Sturegatan 2 Sundbyberg SE-172 24 SE 00-09-85 (hex) Auto Telecom Company 000985 (base 16) Auto Telecom Company 10F, No.3,Lane 16, Sec.2, Sichuan Rd. Banqiao City Taipei County 22061 TW 00-09-8D (hex) Velocity Semiconductor 00098D (base 16) Velocity Semiconductor Suite 32 Wey House Weybridge Surrey KT13 8NA GB 00-09-81 (hex) Newport Networks 000981 (base 16) Newport Networks Enterprise House Chepstow Monmouthshire NP16 5PB GB 00-09-55 (hex) Young Generation International Corp. 000955 (base 16) Young Generation International Corp. 4F.,No. 188, Minchuan Rd., Shindian City Shindian 231 TW 00-09-4A (hex) Homenet Communications 00094A (base 16) Homenet Communications Innovation Centre Limerick IE 00-09-4B (hex) FillFactory NV 00094B (base 16) FillFactory NV Schalienhoevedreef 20B B-2800 Mechelen BE 00-09-4D (hex) Braintree Communications Pty Ltd 00094D (base 16) Braintree Communications Pty Ltd Unit 3 Slacks Creek QLD 4127 AU 00-09-50 (hex) Independent Storage Corporation 000950 (base 16) Independent Storage Corporation 6273 Monarch Park Place Niwot Colorado 80503 US 00-09-54 (hex) AMiT spol. s. r. o. 000954 (base 16) AMiT spol. s. r. o. Naskove 3 150 00 Praha 5 CZ 00-09-92 (hex) InterEpoch Technology,INC. 000992 (base 16) InterEpoch Technology,INC. 7F,No.3,Alley 6,Lane 235,Pao-Chiao Rd Hsin-Tien Taipei Hsien 231 TW 00-09-95 (hex) Castle Technology Ltd 000995 (base 16) Castle Technology Ltd Ore Trading Estate Framlingham Suffolk IP13 9LL GB 00-09-98 (hex) Capinfo Company Limited 000998 (base 16) Capinfo Company Limited 7th Floor A Corporate Square, NO. 35 Fin Beijing 100032 CN 00-09-B6 (hex) Cisco Systems, Inc 0009B6 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-09-B3 (hex) MCM Systems Ltd 0009B3 (base 16) MCM Systems Ltd Kolomban 9F Ankaran Slovenija 6280 SI 00-09-5C (hex) Philips Medical Systems - Cardiac and Monitoring Systems (CM 00095C (base 16) Philips Medical Systems - Cardiac and Monitoring Systems (CM 3000 Minuteman Road Andover Massachusetts 01810 US 00-09-58 (hex) INTELNET S.A. 000958 (base 16) INTELNET S.A. FRANCISCO OLIVAN BAYLE, 4 ZARAGOZA 50015 ES 00-09-A3 (hex) Leadfly Techologies Corp. Ltd. 0009A3 (base 16) Leadfly Techologies Corp. Ltd. 9Fl, No.260, Bade Rd., Taipei 104 TW 00-09-A5 (hex) HANSUNG ELETRONIC INDUSTRIES DEVELOPMENT CO., LTD 0009A5 (base 16) HANSUNG ELETRONIC INDUSTRIES DEVELOPMENT CO., LTD HEUNGJIN BLDG 3F, #217-3 POI-DONG, KANGN SEOUL 135-963 KR 00-09-62 (hex) Sonitor Technologies AS 000962 (base 16) Sonitor Technologies AS Forskningsveien 1B Oslo Blindern N-0134 NO 00-09-5D (hex) Dialogue Technology Corp. 00095D (base 16) Dialogue Technology Corp. 10F, No. 196, Sec. 2, Jungshing Rd. Shindian City Taipei 231 TW 00-09-9A (hex) ELMO COMPANY, LIMITED 00099A (base 16) ELMO COMPANY, LIMITED 6-14, MEIZEN-CHO, MIZUHO-KU NAGOYA AICHI-Pref. 467-8567 JP 00-09-9C (hex) Naval Research Laboratory 00099C (base 16) Naval Research Laboratory Code 5592 Washington DC 20375-5000 US 00-09-84 (hex) MyCasa Network Inc. 000984 (base 16) MyCasa Network Inc. 200 Sheridan Ave #103 Palo Alto CA 94306 US 00-09-2B (hex) iQstor Networks, Inc. 00092B (base 16) iQstor Networks, Inc. 2001 Corporate Center Drive Newbury Park CA 91320 US 00-09-26 (hex) YODA COMMUNICATIONS, INC. 000926 (base 16) YODA COMMUNICATIONS, INC. 2F, No.3-1, Industry East Road IX, Hsinchu 300 TW 00-09-27 (hex) TOYOKEIKI CO.,LTD. 000927 (base 16) TOYOKEIKI CO.,LTD. 17-10-3,Shimosinjyo Osaka 533-0021 JP 00-09-23 (hex) Heaman System Co., Ltd 000923 (base 16) Heaman System Co., Ltd Building M6,National Hi-tech & Indus Changsha Hunan Province 410013 US 00-09-1D (hex) Proteam Computer Corporation 00091D (base 16) Proteam Computer Corporation 7F, No. 157. Section 2 Ta-Tung Rd Hsi-Chih Taipei Hsien 221 US 00-08-EB (hex) ROMWin Co.,Ltd. 0008EB (base 16) ROMWin Co.,Ltd. 406 OmiyaOhtaka Bldg. 1-103 Saitama 330-0843 US 00-08-E8 (hex) Excel Master Ltd. 0008E8 (base 16) Excel Master Ltd. Room D, 3/F., Yeung Yiu Chung (No. 8) Ind. Bldg. Kowloon Bay HK 00-08-DC (hex) Wiznet 0008DC (base 16) Wiznet 5F Simmtech bldg., 228-3, Seoul 135-830 KR 00-08-DD (hex) Telena Communications, Inc. 0008DD (base 16) Telena Communications, Inc. 6725 Mesa Ridge Road San Diego CA 92121 US 00-08-E1 (hex) Barix AG 0008E1 (base 16) Barix AG Seefeld Strasse 303 Zürich ZH 8008 US 00-09-09 (hex) Telenor Connect A/S 000909 (base 16) Telenor Connect A/S Ellegaardvej 25L Sønderborg Als 6400 DK 00-09-0A (hex) SnedFar Technology Co., Ltd. 00090A (base 16) SnedFar Technology Co., Ltd. 15FL., No.866-2, Jung Jeng Rd., Junghe Taipei 235 TW 00-09-0F (hex) Fortinet Inc. 00090F (base 16) Fortinet Inc. 1090 Kifer Road Sunnyvale CA 94086 US 00-09-2C (hex) Hitpoint Inc. 00092C (base 16) Hitpoint Inc. No.7, Fenliao, 2nd Industrial Park, Link Taipei 244 TW 00-09-03 (hex) Panasas, Inc 000903 (base 16) Panasas, Inc 15333 John F Kennedy Blvd, Suite 400 Houston TX 77032-2351 US 00-09-07 (hex) Chrysalis Development 000907 (base 16) Chrysalis Development 8125 River Dr. Suite 100 Morton Grove IL 60053 US 00-09-06 (hex) Esteem Networks 000906 (base 16) Esteem Networks 4F, No.900, Yishan Road Shanghai 200233 CN 00-09-52 (hex) Auerswald GmbH & Co. KG 000952 (base 16) Auerswald GmbH & Co. KG Vor den Grashoefen 1 Cremlingen Niedersachsen 38162 DE 00-09-44 (hex) Cisco Systems, Inc 000944 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-08-FB (hex) SonoSite, Inc. 0008FB (base 16) SonoSite, Inc. 21919 30th Drive SE Bothell WA 98021 US 00-08-EE (hex) Logic Product Development 0008EE (base 16) Logic Product Development 411 Washington Ave N. Suite 101 Minneapolis Minnesota 55401 US 00-09-17 (hex) WEM Technology Inc 000917 (base 16) WEM Technology Inc 8F-2, No 386, Sec 5 Nanjing East Road. Taipei 105 TW 00-08-81 (hex) DIGITAL HANDS CO.,LTD. 000881 (base 16) DIGITAL HANDS CO.,LTD. KAKiYA Building 2F Yokohama Kanagawa 222-0033 JP 00-08-82 (hex) SIGMA CORPORATION 000882 (base 16) SIGMA CORPORATION 2-3-15 Iwato-minami Komae-shi Tokyo 201-8630 JP 00-08-73 (hex) DapTechnology B.V. 000873 (base 16) DapTechnology B.V. Zutphenstraat 67 EJ Oldenzaal 7575 NL 00-08-7A (hex) Wipotec GmbH 00087A (base 16) Wipotec GmbH Adam-Hoffman Str. 26 DE 00-08-71 (hex) NORTHDATA Co., Ltd. 000871 (base 16) NORTHDATA Co., Ltd. #302 KayangTechno-Town 1487 Kangseo-Gu Seoul 157-810 KR 00-08-B2 (hex) SHENZHEN COMPASS TECHNOLOGY DEVELOPMENT CO.,LTD 0008B2 (base 16) SHENZHEN COMPASS TECHNOLOGY DEVELOPMENT CO.,LTD 4th Floor,Building 205,TaiRan Industry Shenzhen GUANGDONG 518040 CN 00-08-B1 (hex) ProQuent Systems 0008B1 (base 16) ProQuent Systems 67 Forest Street Marlboro MA 01752 US 00-08-AF (hex) Novatec Corporation 0008AF (base 16) Novatec Corporation 2-19-2 Nishi-Gotanda Shinagawa-ku Tokyo 141-0031 JP 00-08-A6 (hex) Multiware & Image Co., Ltd. 0008A6 (base 16) Multiware & Image Co., Ltd. Saedong Bldg. 65-25, Pusan 606-032 KR 00-08-7E (hex) Bon Electro-Telecom Inc. 00087E (base 16) Bon Electro-Telecom Inc. Gayang 1st Factory 701, 14-81 Seoul 157-808 KR 00-08-80 (hex) BroadTel Canada Communications inc. 000880 (base 16) BroadTel Canada Communications inc. 3700 Griffith, Suite 389 Saint-Laurent Quebec H4T 2B3 CA 00-08-6D (hex) Missouri FreeNet 00086D (base 16) Missouri FreeNet PO Box 771026 St. Louis Missouri 63177-1026 US 00-08-D4 (hex) IneoQuest Technologies, Inc 0008D4 (base 16) IneoQuest Technologies, Inc 1931 Washington St Canton Massachusetts 02021 US 00-08-D6 (hex) HASSNET Inc. 0008D6 (base 16) HASSNET Inc. 2F Missy2000 B/D 725, SooSeo-Dong, Seoul 135-757 KR 00-08-CE (hex) IPMobileNet Inc. 0008CE (base 16) IPMobileNet Inc. 11909 E Telegraph Rd. Santa Fe Springs CA 90670 US 00-08-C2 (hex) Cisco Systems, Inc 0008C2 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-08-C0 (hex) ASA SYSTEMS 0008C0 (base 16) ASA SYSTEMS S245 Korea Maritime University, 1 Dongsa Busan Busan Metropolitan City 606-791 KR 00-08-A3 (hex) Cisco Systems, Inc 0008A3 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-08-9E (hex) Beijing Enter-Net co.LTD 00089E (base 16) Beijing Enter-Net co.LTD NO 1 courtyard, Beijing 100085 US 00-08-B4 (hex) SYSPOL 0008B4 (base 16) SYSPOL 4th Fl,SYSPOL B/D, Bangbae 4 Dong, Seoch Seoul 137-064 US 00-08-B3 (hex) Fastwel 0008B3 (base 16) Fastwel Profsoyuznaya 108, Moscow 117313 RU 00-08-8E (hex) Nihon Computer Co., Ltd. 00088E (base 16) Nihon Computer Co., Ltd. 36-8 Higashitamachi Hamamatsu Shizuoka 430-0915 JP 00-08-DA (hex) SofaWare Technologies Ltd. 0008DA (base 16) SofaWare Technologies Ltd. 3 Hilazon St. Ramat-Gan 52522 IL 00-07-D5 (hex) 3e Technologies Int;., Inc. 0007D5 (base 16) 3e Technologies Int;., Inc. 15800 Crabbs Branch Way Rockville MD 20855 US 00-07-DB (hex) Kirana Networks, Inc. 0007DB (base 16) Kirana Networks, Inc. 331 Newman Springs Road Red Bank NJ 07701 US 00-08-6A (hex) Securiton Gmbh 00086A (base 16) Securiton Gmbh Von-Drais-Strasse 33 Achern D-77855 DE 00-08-63 (hex) Entrisphere Inc. 000863 (base 16) Entrisphere Inc. 1601 S. De Anza Blvd. Cupertino CA 95014 US 00-08-66 (hex) DSX Access Systems, Inc. 000866 (base 16) DSX Access Systems, Inc. 10731 Rockwall Rd. Dallas TX 75238 US 00-07-EF (hex) Lockheed Martin Tactical Systems 0007EF (base 16) Lockheed Martin Tactical Systems 3333 Pilot Knob Road Eagan MN 55121 US 00-07-F4 (hex) Eletex Co., Ltd. 0007F4 (base 16) Eletex Co., Ltd. 8-2-56 Nankou-Higashi Suminoe-ku JP 00-07-DD (hex) Cradle Technologies 0007DD (base 16) Cradle Technologies 3130 West Warren Ave. Fremont CA 94538 US 00-08-1B (hex) Windigo Systems 00081B (base 16) Windigo Systems 2210 O'Toole Ave. #200 San Jose CA 95131 US 00-07-FF (hex) Gluon Networks 0007FF (base 16) Gluon Networks 5401 Old Redwood Hwy. Petaluma CA 94954 US 00-07-F7 (hex) Galtronics 0007F7 (base 16) Galtronics 4645 East Cotton Center Blvd. Phoenix AZ 85040 US 00-08-5F (hex) Picanol N.V. 00085F (base 16) Picanol N.V. Polenlaan 3-7 BE 00-08-52 (hex) Davolink Co. Inc. 000852 (base 16) Davolink Co. Inc. Room-604, Kumhwa Plaza, Kyunggi-Do 435-040 KR 00-08-0C (hex) VDA Elettronica spa 00080C (base 16) VDA Elettronica spa Viale Lino Zanussi, 3 33170 Pordenone IT 00-08-04 (hex) ICA Inc. 000804 (base 16) ICA Inc. 542-1 Noguki JP 00-08-57 (hex) Polaris Networks, Inc. 000857 (base 16) Polaris Networks, Inc. 6810 Santa Teresa Blvd. San Jose CA 95119 US 00-07-8B (hex) Wegener Communications, Inc. 00078B (base 16) Wegener Communications, Inc. 11350 Technology Circle Duluth GA 30097 US 00-07-83 (hex) SynCom Network, Inc. 000783 (base 16) SynCom Network, Inc. 4F, No. 31, Hsintai Road, Chupei City, TW 00-07-87 (hex) Idea System Co., Ltd. 000787 (base 16) Idea System Co., Ltd. 4-1-21 Shinmei-cho Okaya-shi JP 00-07-89 (hex) Allradio Co., Ltd 000789 (base 16) Allradio Co., Ltd 861-5, Gwanyang-Dong, Dongan-Gu, Anyang-si, Gyeonggi-do, 430-803 KR 00-07-B9 (hex) Ginganet Corporation 0007B9 (base 16) Ginganet Corporation Kintetsu Shin Namba Building Osaka Shi 1556-0017 JP 00-04-7F (hex) Chr. Mayr GmbH & Co. KG 00047F (base 16) Chr. Mayr GmbH & Co. KG Eichenstraße 1 DE 00-04-7B (hex) Schlumberger 00047B (base 16) Schlumberger Sugar Land Product Center Sugar Land TX 77478 US 00-07-B4 (hex) Cisco Systems, Inc 0007B4 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-07-B3 (hex) Cisco Systems, Inc 0007B3 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-07-B5 (hex) Any One Wireless Ltd. 0007B5 (base 16) Any One Wireless Ltd. Namseoul Bd., 8F, 1304-3 Seoul KR 00-07-85 (hex) Cisco Systems, Inc 000785 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-07-75 (hex) Valence Semiconductor, Inc. 000775 (base 16) Valence Semiconductor, Inc. 41 Discovery Irvine CA 92618 US 00-07-93 (hex) Shin Satellite Public Company Limited 000793 (base 16) Shin Satellite Public Company Limited 41/103 Rattanathibet Road, TH 00-07-96 (hex) LSI Systems, Inc. 000796 (base 16) LSI Systems, Inc. 10-1 Minami-kurokawa, Kanagawa 215-0034 JP 00-07-7F (hex) J Communications Co., Ltd. 00077F (base 16) J Communications Co., Ltd. 124-4 Ojeon-Dong, Ulwang-City KR 00-07-71 (hex) Embedded System Corporation 000771 (base 16) Embedded System Corporation 13-5, Takadanobaba 3-chome, JP 00-07-70 (hex) Ubiquoss Inc 000770 (base 16) Ubiquoss Inc Ubiquoss B/D, 68, Pangyo-ro 255beon-gil, KR 00-07-D1 (hex) Spectrum Signal Processing Inc. 0007D1 (base 16) Spectrum Signal Processing Inc. #200-2700 Production Way CA 00-07-A2 (hex) Opteon Corporation 0007A2 (base 16) Opteon Corporation 70 Hastings Street Wellesley MA 02481 US 00-06-F8 (hex) The Boeing Company 0006F8 (base 16) The Boeing Company 5731 W. Las Positas Blvd. Pleasanton CA 94588 US 00-06-FB (hex) Hitachi Printing Solutions, Ltd. 0006FB (base 16) Hitachi Printing Solutions, Ltd. 1060, Takeda Hitachinaka-City 312-8502 JP 00-06-FC (hex) Fnet Co., Ltd. 0006FC (base 16) Fnet Co., Ltd. KFSB Bldg. 10th F. 16-2 Seoul KR 00-06-F4 (hex) Prime Electronics & Satellitics Inc. 0006F4 (base 16) Prime Electronics & Satellitics Inc. 69,Tung-Yuan Rd Chung-Li City Tao-Yuan County 32000 TW 00-07-38 (hex) Young Technology Co., Ltd. 000738 (base 16) Young Technology Co., Ltd. D-604, Sigma-II Officetel, Sungnam-si, Kyeonggi-do 763-741 KR 00-07-29 (hex) Kistler Instrumente AG 000729 (base 16) Kistler Instrumente AG Eulachstrasse 22 CH 00-07-2A (hex) Innovance Networks 00072A (base 16) Innovance Networks 19 Fairmont Avenue CA 00-07-4A (hex) Carl Valentin GmbH 00074A (base 16) Carl Valentin GmbH Neckarstrabe 78-80 DE 00-07-3C (hex) Telecom Design 00073C (base 16) Telecom Design Voie Romaine, Zone de Remora FR 00-07-36 (hex) Data Video Technologies Co., Ltd. 000736 (base 16) Data Video Technologies Co., Ltd. 7F, No. 352, Sec. 2 Taipei Hsien TW 00-07-50 (hex) Cisco Systems, Inc 000750 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-07-42 (hex) Ormazabal 000742 (base 16) Ormazabal Parque Tecnologico 104 48170 Zamudio, Bizkaia ES 00-07-4B (hex) Daihen Corporation 00074B (base 16) Daihen Corporation 2-1-11 Tagawa Yodogawa-ku JP 00-07-64 (hex) YoungWoo Telecom Co. Ltd. 000764 (base 16) YoungWoo Telecom Co. Ltd. 3F, Sehwa B/D, 355-1 Sungnam-Si Kyungki-Do KR 00-07-66 (hex) Chou Chin Industrial Co., Ltd. 000766 (base 16) Chou Chin Industrial Co., Ltd. 9F, #35, Chiau An St. Chung Ho City, TW 00-07-61 (hex) 29530 000761 (base 16) 29530 EPFL - Quartier de l'Innovation Lausanne CH 1015 CH 00-07-55 (hex) Lafon 000755 (base 16) Lafon 44 Avenue Victor Meunier Bassens 33530 FR 00-07-59 (hex) Boris Manufacturing Corp. 000759 (base 16) Boris Manufacturing Corp. PO Box 601 Castle Point NY 12511 US 00-07-51 (hex) m-u-t AG 000751 (base 16) m-u-t AG Messgeräte für Medizin- und Umwelttechnik Wedel 22880 DE 00-07-19 (hex) Mobiis Co., Ltd. 000719 (base 16) Mobiis Co., Ltd. 277-1, Shinhwa Bldg. 4F Seoul, KR 00-07-0D (hex) Cisco Systems, Inc 00070D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-07-0E (hex) Cisco Systems, Inc 00070E (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-07-0B (hex) Novabase SGPS, SA 00070B (base 16) Novabase SGPS, SA Av. D Joao II, Lote 1.03.2.3 Lisboa 1998-031 PT 00-07-10 (hex) Adax, Inc. 000710 (base 16) Adax, Inc. 614 Bancroft Way Berkeley CA 94556 US 00-06-E8 (hex) Optical Network Testing, Inc. 0006E8 (base 16) Optical Network Testing, Inc. 55 Merchant St. Honolulu HI 96813 US 00-06-EE (hex) Shenyang Neu-era Information & Technology Stock Co., Ltd 0006EE (base 16) Shenyang Neu-era Information & Technology Stock Co., Ltd 8/F, the 21st Century Building, Dvlpmnt Zone Shenyang, CN 00-06-E2 (hex) Ceemax Technology Co., Ltd. 0006E2 (base 16) Ceemax Technology Co., Ltd. 5f-7, 736, Chung Cheng Rd., TW 00-06-A5 (hex) PINON Corp. 0006A5 (base 16) PINON Corp. Axis Gotanda Bldg.7F-701 Tokyo 141-0031 JP 00-06-9D (hex) Petards Ltd 00069D (base 16) Petards Ltd 390 Princesway, Team Valley Gateshead Tyne and Wear NE11 OTU GB 00-06-A8 (hex) KC Technology, Inc. 0006A8 (base 16) KC Technology, Inc. 1900 McCarthy Blvd. Milpitas CA 95035 US 00-06-A0 (hex) Mx Imaging 0006A0 (base 16) Mx Imaging 2894 Columbia Street Torrance CA 90503 US 00-06-BE (hex) Baumer Optronic GmbH 0006BE (base 16) Baumer Optronic GmbH Badstraße 30 DE 00-06-BA (hex) Westwave Communications 0006BA (base 16) Westwave Communications 463 Aviation Blvd. Santa Rosa CA 95403 US 00-06-C4 (hex) Piolink Inc. 0006C4 (base 16) Piolink Inc. IT Castle 1-401, 550-1 Gasan-dong, Seoul 153-803 KR 00-06-B5 (hex) Source Photonics, Inc. 0006B5 (base 16) Source Photonics, Inc. 20550 Nordhoff St. Chatsworth CA 91311 US 00-06-8F (hex) Telemonitor, Inc. 00068F (base 16) Telemonitor, Inc. 9055F Guilford Road Columbia MD 21046 US 00-06-DA (hex) ITRAN Communications Ltd. 0006DA (base 16) ITRAN Communications Ltd. 1 Azrieli Center, Tel Aviv 67021 67021 IL 00-06-D0 (hex) Elgar Electronics Corp. 0006D0 (base 16) Elgar Electronics Corp. 9250 Brown Deer Rd. San Diego CA 92121 US 00-06-CC (hex) JMI Electronics Co., Ltd. 0006CC (base 16) JMI Electronics Co., Ltd. Nanyang B/D 3F, 25-4 Seoul 140-080 KR 00-06-BF (hex) Accella Technologies Co., Ltd. 0006BF (base 16) Accella Technologies Co., Ltd. Rm 512 No. 680 Gui Ping Rd. Shanghai 200233 CN 00-06-90 (hex) Euracom Communication GmbH 000690 (base 16) Euracom Communication GmbH Franklinstraße 14 DE 00-06-E1 (hex) Techno Trade s.a 0006E1 (base 16) Techno Trade s.a 732a Chaussee de Bruxelles BE 00-06-2E (hex) Aristos Logic Corp. 00062E (base 16) Aristos Logic Corp. 27051 Towne Centre Dr. Foothill Ranch CA 92610 US 00-06-24 (hex) Gentner Communications Corp. 000624 (base 16) Gentner Communications Corp. 1825 Research Way Salt Lake City UT 84119 US 00-06-25 (hex) The Linksys Group, Inc. 000625 (base 16) The Linksys Group, Inc. 17401 Armstrong Ave. Irvine CA 92614 US 00-06-27 (hex) Uniwide Technologies, Inc. 000627 (base 16) Uniwide Technologies, Inc. Korea Development Bank B/D 5th Flr Taejon 302-122, KR 00-06-2A (hex) Cisco Systems, Inc 00062A (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-06-2C (hex) Bivio Networks 00062C (base 16) Bivio Networks 4457 Willow Road, Pleasanton CA 94588 US 00-06-21 (hex) Hinox, Co., Ltd. 000621 (base 16) Hinox, Co., Ltd. 15-7 3-chome, Sennin-cho, 193-0835 JP 00-06-4E (hex) Broad Net Technology Inc. 00064E (base 16) Broad Net Technology Inc. 5F, No.58, Lane 188, Rui Kuang Road TW 00-06-2D (hex) TouchStar Technologies, L.L.C. 00062D (base 16) TouchStar Technologies, L.L.C. 5147 South Garnett Road Tulsa OK 74146 US 00-06-46 (hex) ShenZhen XunBao Network Technology Co Ltd 000646 (base 16) ShenZhen XunBao Network Technology Co Ltd F3, R2-A Building, South District Shen Zhen CN 00-06-4B (hex) Alexon Co., Ltd. 00064B (base 16) Alexon Co., Ltd. 3-207-1 Teramoto, JP 00-06-3C (hex) Intrinsyc Software International Inc. 00063C (base 16) Intrinsyc Software International Inc. 885 Dunsmuir Street, Suite 380 Vancouver B.C. V6C 1N5 CA 00-06-30 (hex) Adtranz Sweden 000630 (base 16) Adtranz Sweden Dept. TCC/TH SE 00-06-37 (hex) Toptrend-Meta Information (ShenZhen) Inc. 000637 (base 16) Toptrend-Meta Information (ShenZhen) Inc. 2/F, Bldg. 3, Section A, Nor-East Zone CN 00-06-1C (hex) Hoshino Metal Industries, Ltd. 00061C (base 16) Hoshino Metal Industries, Ltd. 645 Yamanokami, Yabutsuka, 379-2302 JP 00-06-23 (hex) MGE UPS Systems France 000623 (base 16) MGE UPS Systems France 140 Avenue Jean Kuntzmann FR 00-06-0B (hex) Artesyn Embedded Technologies 00060B (base 16) Artesyn Embedded Technologies 2900 S. Diablo Way Suite 190 Tempe AZ 85282 US 00-06-7E (hex) WinCom Systems, Inc. 00067E (base 16) WinCom Systems, Inc. 10900 World Trade Blvd. Morrisville NC 27560 US 00-06-77 (hex) SICK AG 000677 (base 16) SICK AG Erwin-Sick Str.1 Waldkirch D-79183 DE 00-06-66 (hex) Roving Networks 000666 (base 16) Roving Networks 809 University Avenue Los Gatos CA 95032 US 00-06-67 (hex) Tripp Lite 000667 (base 16) Tripp Lite 1111 W. 35th Street Chicago IL 60609 US 00-06-4D (hex) Sencore 00064D (base 16) Sencore 3200 Sencore Dr. Sioux Falls SD 57107 US 00-06-60 (hex) NADEX Co., Ltd. 000660 (base 16) NADEX Co., Ltd. 1 Omiyamae, Tokushige, Aichi 481-0038 JP 00-06-79 (hex) Konami Corporation 000679 (base 16) Konami Corporation 11-14-5 Akasaka, Minato-ku, JP 00-06-6C (hex) Robinson Corporation 00066C (base 16) Robinson Corporation 12F, No. 278 Ho Ping E. Rd., Taipei TW 00-06-15 (hex) Kimoto Electric Co., Ltd. 000615 (base 16) Kimoto Electric Co., Ltd. 3-1 Funahashi-Cho, 543-0024 JP 00-06-0A (hex) Blue2space 00060A (base 16) Blue2space Arstaangsv. 9 SE 00-05-CE (hex) Prolink Microsystems Corporation 0005CE (base 16) Prolink Microsystems Corporation 6F, No. 349, Yang-Kuang St. Nei-Hu Taipei, TW 00-05-C2 (hex) Soronti, Inc. 0005C2 (base 16) Soronti, Inc. 12159 Business Park Dr, suite 140 Draper Utah 84020 US 00-05-DF (hex) Electronic Innovation, Inc. 0005DF (base 16) Electronic Innovation, Inc. 12731 Cannington Way SW Calgary, AB T2W 1Z7 CA 00-05-DE (hex) Gi Fone Korea, Inc. 0005DE (base 16) Gi Fone Korea, Inc. Twin Bldg. 4th Fl, Seoul, KR 00-05-E0 (hex) Empirix Corp. 0005E0 (base 16) Empirix Corp. 205 Lowell St. Wilmington MA 01887 US 00-05-D8 (hex) Arescom, Inc. 0005D8 (base 16) Arescom, Inc. 3541 Gateway Blvd. Fremont CA 94538 US 00-05-E4 (hex) Red Lion Controls Inc. 0005E4 (base 16) Red Lion Controls Inc. 20 Willow Springs Circle York PA 17402 US 00-05-F2 (hex) Power R, Inc. 0005F2 (base 16) Power R, Inc. 756 Aloha St. Seattle WA 98109 US 00-05-F3 (hex) Webyn 0005F3 (base 16) Webyn 26 Rue Oes Gaudines FR 00-06-01 (hex) Otanikeiki Co., Ltd. 000601 (base 16) Otanikeiki Co., Ltd. 2-10-23 Hikari-Machi 732-0052 JP 00-06-05 (hex) Inncom International, Inc. 000605 (base 16) Inncom International, Inc. P.O. Box 1060 Old Lyme CT 06371 US 00-05-FA (hex) IPOptical, Inc. 0005FA (base 16) IPOptical, Inc. 45940 Horseshoe Drive Dulles VA 20166 US 00-05-E5 (hex) Renishaw PLC 0005E5 (base 16) Renishaw PLC New Mills, Wotton-under-Edge GB 00-05-F5 (hex) Geospace Technologies 0005F5 (base 16) Geospace Technologies 7007 Pinemont Houston TX 77040 US 00-05-FD (hex) PacketLight Networks Ltd. 0005FD (base 16) PacketLight Networks Ltd. 27 Habarzel St. Tel-Aviv 69710 IL 00-05-D4 (hex) FutureSmart Networks, Inc. 0005D4 (base 16) FutureSmart Networks, Inc. 6155 Almaden Expressway San Jose CA 95120 US 00-05-C4 (hex) Telect, Inc. 0005C4 (base 16) Telect, Inc. 2111 N. Molter Road Liberty Lake WA 99019 US 00-05-A3 (hex) QEI, Inc. 0005A3 (base 16) QEI, Inc. 60 Fadem Road Springfield NJ 07081 US 00-05-9E (hex) Zinwell Corporation 00059E (base 16) Zinwell Corporation 7F, No.512, Yuan-Shan Road TW 00-05-A5 (hex) KOTT 0005A5 (base 16) KOTT Suite 305 Daeha B/D 135-080 KR 00-05-B3 (hex) Asahi-Engineering Co., Ltd. 0005B3 (base 16) Asahi-Engineering Co., Ltd. 3-6-12-2 Gakuenhigashi-cho Tokyo 187-0043 JP 00-05-9D (hex) Daniel Computing Systems, Inc. 00059D (base 16) Daniel Computing Systems, Inc. 3208 8th Avenue NE #118 T2A 7V8 CA 00-05-A4 (hex) Lucid Voice Ltd. 0005A4 (base 16) Lucid Voice Ltd. 5 Jabotinski Street IL 00-05-63 (hex) J-Works, Inc. 000563 (base 16) J-Works, Inc. 12328 Gladstone St. #1 Sylmor CA 91342 US 00-05-57 (hex) Agile TV Corporation 000557 (base 16) Agile TV Corporation 333 Ravenswood Ave., Menlo Park CA 94025 US 00-05-5B (hex) Charles Industries, Ltd. 00055B (base 16) Charles Industries, Ltd. 5600 Apollo Dr. Rolling Meadows IL 60008 US 00-05-54 (hex) Rangestar Wireless 000554 (base 16) Rangestar Wireless 9565 Soquel Drive, Suite 100 Aptos CA 95003 US 00-05-53 (hex) DVC Company, Inc. 000553 (base 16) DVC Company, Inc. 10200 Hwy 290 W. Austin TX 78236 US 00-05-66 (hex) Secui.com Corporation 000566 (base 16) Secui.com Corporation 17th Fl. Samsung Yeoksam Bldg. Seoul 135-080 KR 00-05-6C (hex) Hung Chang Co., Ltd. 00056C (base 16) Hung Chang Co., Ltd. 1385-14, Juan-Dong, KR 00-05-5F (hex) Cisco Systems, Inc 00055F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-05-5D (hex) D-LINK SYSTEMS, INC. 00055D (base 16) D-LINK SYSTEMS, INC. 53 Discover Dr. Irvine CA 92618 US 00-05-61 (hex) nac Image Technology, Inc. 000561 (base 16) nac Image Technology, Inc. 8-7 Sanban-cho, Chiyoda-ku, JP 00-05-94 (hex) HMS Industrial Networks 000594 (base 16) HMS Industrial Networks PO Box 4126 SE30004 SE SE 00-05-6F (hex) Innomedia Technologies Pvt. Ltd. 00056F (base 16) Innomedia Technologies Pvt. Ltd. #3278, 12th Main Road IN 00-05-74 (hex) Cisco Systems, Inc 000574 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-05-67 (hex) Etymonic Design, Inc. 000567 (base 16) Etymonic Design, Inc. 41 Byron Avenue NOL 1GO CA 00-05-65 (hex) Tailyn Communication Company Ltd. 000565 (base 16) Tailyn Communication Company Ltd. No. 62, Lane 205, Nan-San Road, Taoyuan Hsien TW 00-05-8E (hex) Flextronics International GmbH & Co. Nfg. KG 00058E (base 16) Flextronics International GmbH & Co. Nfg. KG Schrackgasse 9-15 Kindberg 8650 AT 00-05-32 (hex) Cisco Systems, Inc 000532 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-05-36 (hex) Danam Communications, Inc. 000536 (base 16) Danam Communications, Inc. 900-3, Hokye-dong, Dongan-gu, KR 00-05-42 (hex) Otari, Inc. 000542 (base 16) Otari, Inc. 4-33-3 Kokuryo-cho, JP 00-05-37 (hex) Nets Technology Co., Ltd. 000537 (base 16) Nets Technology Co., Ltd. #B1 YungJun Bldg. Seoul 135-090 135-090 KR 00-05-7C (hex) RCO Security AB 00057C (base 16) RCO Security AB Box 705 SE 00-05-83 (hex) ImageCom Limited 000583 (base 16) ImageCom Limited Cedars Park, Cedars Road, SL6 1RZ GB 00-05-4B (hex) Eaton Automation AG 00054B (base 16) Eaton Automation AG Spinnereistrasse 8 St.Gallen 9008 CH 00-04-C8 (hex) LIBA Maschinenfabrik GmbH 0004C8 (base 16) LIBA Maschinenfabrik GmbH PO Box 1120 DE 00-04-CC (hex) Peek Traffic B.V. 0004CC (base 16) Peek Traffic B.V. Postbus 2542 The NL 00-04-BF (hex) VersaLogic Corp. 0004BF (base 16) VersaLogic Corp. 12100 SW Tualatin Rd Tualatin OR 97062 US 00-04-C3 (hex) CASTOR Informatique 0004C3 (base 16) CASTOR Informatique 2, Rue Du Kefir 94537 Orly Cedex FR 00-04-F6 (hex) Amphus 0004F6 (base 16) Amphus 2372 Qume Drive, #F San Jose CA 95131 US 00-04-F4 (hex) Infinite Electronics Inc. 0004F4 (base 16) Infinite Electronics Inc. No.478-1, Sec 2 TW 00-04-F1 (hex) WhereNet 0004F1 (base 16) WhereNet 107 W. McKinney Avenue Rogersville TN 37857 US 00-05-21 (hex) Control Microsystems 000521 (base 16) Control Microsystems 48 Steacie Drive Ottawa Ontario K2K 2A9 CA 00-05-23 (hex) AVL List GmbH 000523 (base 16) AVL List GmbH Hans List Platz 1 Graz 8020 AT 00-05-1F (hex) Taijin Media Co., Ltd. 00051F (base 16) Taijin Media Co., Ltd. 640-8 Tungchon-Dong Seoul 157-030 KR 00-05-0C (hex) Network Photonics, Inc. 00050C (base 16) Network Photonics, Inc. 451 Aviation Boulevard Santa Rosa CA 95403 US 00-04-EC (hex) Memobox SA 0004EC (base 16) Memobox SA 1, Place Dame Suzanne FR 00-04-E4 (hex) Daeryung Ind., Inc. 0004E4 (base 16) Daeryung Ind., Inc. #219-6, Kasan Dong, Seoul Seoul KOREA KR 00-05-0A (hex) ICS Spa 00050A (base 16) ICS Spa Via Romano AL IT 00-05-11 (hex) Complementary Technologies Ltd 000511 (base 16) Complementary Technologies Ltd Comtech House, 28 Manchester Road BL5 3QJ GB 00-05-06 (hex) Reddo Networks AB 000506 (base 16) Reddo Networks AB Livdjursgatan 4 SE 00-04-E2 (hex) SMC Networks, Inc. 0004E2 (base 16) SMC Networks, Inc. 6 Hughes Irvine CA 92618 US 00-04-CB (hex) Tdsoft Communication, Ltd. 0004CB (base 16) Tdsoft Communication, Ltd. 60 Medinat Hayehudim St. IL 00-05-26 (hex) IPAS GmbH 000526 (base 16) IPAS GmbH Hölscherstr. 27 DE 00-04-67 (hex) Wuhan Research Institute of MII 000467 (base 16) Wuhan Research Institute of MII 88 Youkeyuan Road, 430074 430074 P.R.CHINA CN 00-04-5A (hex) The Linksys Group, Inc. 00045A (base 16) The Linksys Group, Inc. 17401 Armstrong Ave. Irvine CA 92614 US 00-04-63 (hex) Bosch Security Systems 000463 (base 16) Bosch Security Systems 850 Greenfield Road Lancaster PA 17601-5874 US 00-04-5C (hex) Mobiwave Pte Ltd 00045C (base 16) Mobiwave Pte Ltd Blk 16, Kallang Place 339156 SG 00-04-53 (hex) YottaYotta, Inc. 000453 (base 16) YottaYotta, Inc. 6020- 104 Street Edmonton, AB T6H 5S4 CA 00-04-50 (hex) DMD Computers SRL 000450 (base 16) DMD Computers SRL Via Monviso, 14 IT 00-04-43 (hex) Agilent Technologies, Inc. 000443 (base 16) Agilent Technologies, Inc. 5301 Stevens Creek Boulevard Santa Clara CA 95051 US 00-04-49 (hex) Mapletree Networks 000449 (base 16) Mapletree Networks 315 Norwood Park South Norwood MA 02062 US 00-04-2F (hex) International Communications Products, Inc. 00042F (base 16) International Communications Products, Inc. 4325 Woodland Park Drive West Melbourne FL 32904 US 00-04-29 (hex) Pixord Corporation 000429 (base 16) Pixord Corporation 6F, No. 12, Innovation 1st Rd., TAIWAN TAIWAN R.O.C. TW 00-04-26 (hex) Autosys 000426 (base 16) Autosys 202 Ilsinpastel, Seoul Seoul KOREA KR 00-04-B8 (hex) Kumahira Co., Ltd. 0004B8 (base 16) Kumahira Co., Ltd. 4-34 Ujinahigashi 2-Chome JAPAN 734-8567 JP 00-04-B5 (hex) Equitrac Corporation 0004B5 (base 16) Equitrac Corporation 1905 N.W. 82nd Avenue Miami FL 33126 US 00-04-B1 (hex) Signal Technology, Inc. 0004B1 (base 16) Signal Technology, Inc. 3rd. Fl. Dabo Bldg. Seoul KOREA 138-110 KR 00-04-51 (hex) Medrad, Inc. 000451 (base 16) Medrad, Inc. One Medrad Drive Indianola PA 15051 US 00-04-83 (hex) Deltron Technology, Inc. 000483 (base 16) Deltron Technology, Inc. 8F-3, No. 125, Lane 235 Taipei TAIWAN, R.O.C. TW 00-04-41 (hex) Half Dome Systems, Inc. 000441 (base 16) Half Dome Systems, Inc. 155 B-1 Moffet Park Drive Sunnyvale CA 94089 US 00-04-A5 (hex) Barco Projection Systems NV 0004A5 (base 16) Barco Projection Systems NV Noordlaan 5 BE 00-04-82 (hex) Medialogic Corp. 000482 (base 16) Medialogic Corp. 0-3, Toyamaken-Sangyou JP 00-03-CA (hex) MTS Systems Corp. 0003CA (base 16) MTS Systems Corp. 3001 Sheldon Drive Cary, NC 27513 US 00-03-C7 (hex) hopf Elektronik GmbH 0003C7 (base 16) hopf Elektronik GmbH Nottebohmstraße 41 58511 Lüdenscheid DE 00-03-C2 (hex) Solphone K.K. 0003C2 (base 16) Solphone K.K. 2-11-1 Kandatsukasa-cho 101-0048 JP 00-03-F3 (hex) Dazzle Multimedia, Inc. 0003F3 (base 16) Dazzle Multimedia, Inc. 47211 Bayside Parkway Fremont CA 94538 US 00-03-EC (hex) ICG Research, Inc. 0003EC (base 16) ICG Research, Inc. 775 B The Queens Way M8Z 1N1 CA 00-03-E9 (hex) Akara Canada, Inc. 0003E9 (base 16) Akara Canada, Inc. 150 Katimavik Road CANADA K2L 2N2 CA 00-03-E5 (hex) Hermstedt SG 0003E5 (base 16) Hermstedt SG Carl-Reuther - Str. 3 DE 00-04-21 (hex) Ocular Networks 000421 (base 16) Ocular Networks 12700, Fair Lakes Circle Fairfax VA 22033 US 00-04-24 (hex) TMC s.r.l. 000424 (base 16) TMC s.r.l. 202 Via A. Costa IT 00-04-1D (hex) Corega of America 00041D (base 16) Corega of America P.O. Box 159 Bothell WA 98041-0159 US 00-04-1A (hex) Ines Test and Measurement GmbH & CoKG 00041A (base 16) Ines Test and Measurement GmbH & CoKG An der Mühlenaue 5 Bad Nenndorf 31542 DE 00-04-1E (hex) Shikoku Instrumentation Co., Ltd. 00041E (base 16) Shikoku Instrumentation Co., Ltd. 777, Oosachou, Zentsuujishi, JP 00-04-13 (hex) snom technology GmbH 000413 (base 16) snom technology GmbH Wittestr 30 G Berlin 13509 DE 00-03-B4 (hex) Macrotek International Corp. 0003B4 (base 16) Macrotek International Corp. 2F, No. 28, Lane 46 Taipei Taipei TAIWAN TW 00-03-A6 (hex) Traxit Technology, Inc. 0003A6 (base 16) Traxit Technology, Inc. 256 Great Road, Littleton MA 01461 US 00-03-A4 (hex) Imation Corp. 0003A4 (base 16) Imation Corp. 1 Imation Place Oakdale MN 55128-3414 US 00-03-AB (hex) Bridge Information Systems 0003AB (base 16) Bridge Information Systems 717 Office Parkway St. Louis MO 63141 US 00-04-03 (hex) Nexsi Corporation 000403 (base 16) Nexsi Corporation 1959 Concourse Drive San Jose CA 95131 US 00-04-06 (hex) Fa. Metabox AG 000406 (base 16) Fa. Metabox AG Daimlerring 37, DE 00-03-F8 (hex) SanCastle Technologies, Inc. 0003F8 (base 16) SanCastle Technologies, Inc. 2107 North First Street San Jose CA 95131 US 00-03-FA (hex) TiMetra Networks 0003FA (base 16) TiMetra Networks 500 Ellis St. Mountain View CA 94043 US 00-03-C6 (hex) ICUE Systems, Inc. 0003C6 (base 16) ICUE Systems, Inc. 17489 Gale Avenue City of Industry CA 91748 US 00-03-BB (hex) Signal Communications Limited 0003BB (base 16) Signal Communications Limited Unit 217, 2/F, HKITC, HONG KONG HK 00-03-BE (hex) Netility 0003BE (base 16) Netility 298 South Sunnyvale Ave. Sunnyvale CA 94086 US 00-03-DF (hex) Desana Systems 0003DF (base 16) Desana Systems 1805 McCandless Ave. Milpitas CA 95035 US 00-03-DA (hex) Takamisawa Cybernetics Co., Ltd. 0003DA (base 16) Takamisawa Cybernetics Co., Ltd. Nakano Heiwa Bldg. JP 00-03-D9 (hex) Secheron SA 0003D9 (base 16) Secheron SA Untermattweg 8 CH 00-03-FB (hex) ENEGATE Co.,Ltd. 0003FB (base 16) ENEGATE Co.,Ltd. 3-14-40 Senrioka, Settsu-city Osaka 566-8686 JP 00-03-F6 (hex) Allegro Networks, Inc. 0003F6 (base 16) Allegro Networks, Inc. 6399 San Ignacio Avenue San Jose CA 95119 US 00-04-15 (hex) Rasteme Systems Co., Ltd. 000415 (base 16) Rasteme Systems Co., Ltd. 886-2 Nihongi Nakagou-mura JP 00-03-98 (hex) WISI 000398 (base 16) WISI Wilhelm-Sihn-Str. 5-7 D-75223 Niefern-Oeschelbronn DE 00-03-95 (hex) California Amplifier 000395 (base 16) California Amplifier 460 Calle San Pablo Camarillo CA 93012 US 00-03-92 (hex) Hyundai Teletek Co., Ltd. 000392 (base 16) Hyundai Teletek Co., Ltd. B-501, Techno Park, 148 Yatap-dong, KOREA Republic KR 00-03-8E (hex) Atoga Systems, Inc. 00038E (base 16) Atoga Systems, Inc. 49026 Milmont Drive Fremont CA 94538 US 00-03-1A (hex) Beijing Broad Telecom Ltd., China 00031A (base 16) Beijing Broad Telecom Ltd., China P.O. Box #147 Beijing 100876 CN 00-03-5B (hex) BridgeWave Communications 00035B (base 16) BridgeWave Communications 3350 Thomad Road Santa Clara CA 95054 US 00-03-57 (hex) Intervoice-Brite, Inc. 000357 (base 16) Intervoice-Brite, Inc. 17811 Waterview Pkwy. Dallas TX 75252 US 00-03-7F (hex) Atheros Communications, Inc. 00037F (base 16) Atheros Communications, Inc. 5480 Great America Parkway Santa Clara CA 95054 US 00-02-F0 (hex) AME Optimedia Technology Co., Ltd. 0002F0 (base 16) AME Optimedia Technology Co., Ltd. 17F-2, 79 Hsin Tai Wu Road, Sec. 1, TW 00-03-9E (hex) Tera System Co., Ltd. 00039E (base 16) Tera System Co., Ltd. Doosung B/F Rm 302 Republic of Korea KR 00-03-97 (hex) FireBrick Limited 000397 (base 16) FireBrick Limited C/O Andrews & Arnold Ltd, Enterprise Court, Downmill Road Bracknell, Berks RG12 1QS GB 00-03-3F (hex) BigBand Networks, Ltd. 00033F (base 16) BigBand Networks, Ltd. 3 Azrieli Towers IL 00-03-27 (hex) ACT'L 000327 (base 16) ACT'L Avenue de Artisanat 10A BE 00-03-2E (hex) Scope Information Management, Ltd. 00032E (base 16) Scope Information Management, Ltd. 2F Chanwoo b/o 736 Youksang-dong, Seoul 135-080 KR 00-03-7C (hex) Coax Media 00037C (base 16) Coax Media 1220 Oak Industrial Lane Cumming GA 30041 US 00-03-68 (hex) Embedone Co., Ltd. 000368 (base 16) Embedone Co., Ltd. Fl. 9 Annex Samhwan B/D. 17-26 Seoul 150-01 KR 00-03-45 (hex) Routrek Networks Corporation 000345 (base 16) Routrek Networks Corporation Nilssei Shin Mizonokuchi Bldg. 1F 23-0011 JP 00-02-C8 (hex) Technocom Communications Technology (pte) Ltd 0002C8 (base 16) Technocom Communications Technology (pte) Ltd 189 Kaki Buckit Avenue 1 Singapore 416029 SG 00-02-B8 (hex) WHI KONSULT AB 0002B8 (base 16) WHI KONSULT AB Scheelegatan 11 Stockholm SE-112 28 SE 00-02-A9 (hex) RACOM, s.r.o. 0002A9 (base 16) RACOM, s.r.o. Mirova 1283, Nove Mesto na Morave 592 31 Czech republic CZ 00-02-BB (hex) Continuous Computing Corp 0002BB (base 16) Continuous Computing Corp 9380 Carroll Park Drive San Diego CA 92121 US 00-02-BC (hex) LVL 7 Systems, Inc. 0002BC (base 16) LVL 7 Systems, Inc. 13000 Weston Pkwy Cary NC 27513 US 00-03-0F (hex) Digital China (Shanghai) Networks Ltd. 00030F (base 16) Digital China (Shanghai) Networks Ltd. 602-23, Haitai Building, 351 Guo Shoujin Shanghai CN 00-03-11 (hex) Micro Technology Co., Ltd. 000311 (base 16) Micro Technology Co., Ltd. Suehiro Bldg. 101-0021 JP 00-03-0D (hex) Uniwill Computer Corp. 00030D (base 16) Uniwill Computer Corp. No. 24, Pei Yuan Rd., Chung Li City TW 00-03-09 (hex) Texcel Technology PLC 000309 (base 16) Texcel Technology PLC Thames Road ENGLAND GB 00-03-03 (hex) JAMA Electronics Co., Ltd. 000303 (base 16) JAMA Electronics Co., Ltd. 10F, No. 222-1, Sec. 3 Taipei Hsien TW 00-03-05 (hex) MSC Vertriebs GmbH 000305 (base 16) MSC Vertriebs GmbH Design Center Aachen AACHEN D-52076 DE 00-02-FE (hex) Viditec, Inc. 0002FE (base 16) Viditec, Inc. 520 Central Parkway E. Plano TX 75074 US 00-01-9F (hex) ReadyNet 00019F (base 16) ReadyNet 6952 High Tech Drive Midvale UT 84047 US 00-02-FF (hex) Handan BroadInfoCom 0002FF (base 16) Handan BroadInfoCom 5th Fl. Shinsung Plaza #697-11 Seoul KR 00-02-F4 (hex) PCTEL, Inc. 0002F4 (base 16) PCTEL, Inc. 1331 California Circle Milpitas CA 95035 US 00-02-E9 (hex) CS Systemes De Securite - C3S 0002E9 (base 16) CS Systemes De Securite - C3S 23, rue de Schwobsheim FR 00-02-E5 (hex) Timeware Ltd. 0002E5 (base 16) Timeware Ltd. Brookfield Grange Lancs 042 GLB GB 00-02-E0 (hex) ETAS GmbH 0002E0 (base 16) ETAS GmbH Borsigstraße 10 DE 00-02-CE (hex) FoxJet, Inc. 0002CE (base 16) FoxJet, Inc. 2016 E. Randal Mill Rd. #409 Arlington TX 76011-8223 US 00-02-C3 (hex) Arelnet Ltd. 0002C3 (base 16) Arelnet Ltd. 3 Hayarden St. IL 00-03-16 (hex) Nobell Communications, Inc. 000316 (base 16) Nobell Communications, Inc. 3410 Far West Blvd., Suite 240 Austin TX 78731 US 00-03-29 (hex) F3, Inc. 000329 (base 16) F3, Inc. 2F, No. 7, Industry E. Rd. 9, Hsinchu TW 00-03-21 (hex) Reco Research Co., Ltd. 000321 (base 16) Reco Research Co., Ltd. No. 47-1, Sec. 2, TW 00-02-F5 (hex) VIVE Synergies, Inc. 0002F5 (base 16) VIVE Synergies, Inc. 30 West Beaver Creek Road, Unit 101 L4B 3K1 CA 00-02-D5 (hex) ACR 0002D5 (base 16) ACR Cardoulines B2 FR 00-02-AB (hex) CTC Union Technologies Co., Ltd. 0002AB (base 16) CTC Union Technologies Co., Ltd. 8F No. 60 Zhouzi St. Neihu Taipei 114 TW 00-02-A4 (hex) AddPac Technology Co., Ltd. 0002A4 (base 16) AddPac Technology Co., Ltd. 3F Jeoung Am Bldg., 769-12 Seoul Seoul Korea KR 00-02-A3 (hex) ABB Switzerland Ltd, Power Systems 0002A3 (base 16) ABB Switzerland Ltd, Power Systems Bruggerstrasse 72 Baden CH 00-02-A0 (hex) Flatstack Ltd. 0002A0 (base 16) Flatstack Ltd. 1112 Budapest HU 00-02-B2 (hex) Cablevision 0002B2 (base 16) Cablevision 420 Crossways Park Drive West Woodbury NY 11787 US 00-02-B7 (hex) Watanabe Electric Industry Co., Ltd. 0002B7 (base 16) Watanabe Electric Industry Co., Ltd. 6-16-19, Jingumae, Shibuya-ku JP 00-02-AF (hex) TeleCruz Technology, Inc. 0002AF (base 16) TeleCruz Technology, Inc. 2391 Qume Dr. San Jose CA 95131 US 00-02-A8 (hex) Air Link Technology 0002A8 (base 16) Air Link Technology Bethel Bldg. 303 Seoul KOREA 137-130 KR 00-02-6A (hex) Cocess Telecom Co., Ltd. 00026A (base 16) Cocess Telecom Co., Ltd. Research & Development Dept. Seoul Seoul KOREA KR 00-02-6C (hex) Philips CFT 00026C (base 16) Philips CFT Building SAN 6 The NL 00-02-62 (hex) Soyo Group Soyo Com Tech Co., Ltd 000262 (base 16) Soyo Group Soyo Com Tech Co., Ltd 5H. No. 21 Wu-gong 5 Rd, Taipei Hsien Taiwan R.O.C. TW 00-02-65 (hex) Virditech Co. Ltd. 000265 (base 16) Virditech Co. Ltd. Hyundai Topics Blgd., 11th Fl Seoul Seoul KOREA KR 00-02-5B (hex) Cambridge Silicon Radio 00025B (base 16) Cambridge Silicon Radio Unit 400, Science Park, United Kingdom GB 00-02-56 (hex) Alpha Processor, Inc. 000256 (base 16) Alpha Processor, Inc. 130 C Baker Ave. Ext. Concord MA 01742 US 00-02-59 (hex) Tsann Kuen China (Shanghai)Enterprise Co., Ltd. IT Group 000259 (base 16) Tsann Kuen China (Shanghai)Enterprise Co., Ltd. IT Group 8F, #99, Huaihai Rd, East, CHINA 200021 CN 00-02-94 (hex) Tokyo Sokushin Co., Ltd. 000294 (base 16) Tokyo Sokushin Co., Ltd. 5-16-12 Nishi-Nippori JP 00-02-96 (hex) Lectron Co,. Ltd. 000296 (base 16) Lectron Co,. Ltd. 9F, No.171, Sec. 2, Tatung Rd., Taiwan Taiwan R.O.C. TW 00-02-8E (hex) Rapid 5 Networks, Inc. 00028E (base 16) Rapid 5 Networks, Inc. 180 Baytech Drive San Jose CA 95134-2302 US 00-02-4F (hex) IPM Datacom S.R.L. 00024F (base 16) IPM Datacom S.R.L. Via Roma, 231 Naples IT 00-02-71 (hex) Zhone Technologies 000271 (base 16) Zhone Technologies 7001 Oakport Street Oakland CA 94621 US 00-02-8A (hex) Ambit Microsystems Corporation 00028A (base 16) Ambit Microsystems Corporation 5F-1, 5 Hsin-An Road Hsinchu, TAIWAN TW 00-01-FA (hex) HOROSCAS 0001FA (base 16) HOROSCAS 26, LOUIS BLANC FR 00-02-82 (hex) ViaClix, Inc. 000282 (base 16) ViaClix, Inc. 1400 Dell Ave., Suite B Campbell CA 95008 US 00-02-85 (hex) Riverstone Networks 000285 (base 16) Riverstone Networks 5200 Great America Parkway Santa Clara CA 95054 US 00-02-79 (hex) Control Applications, Ltd. 000279 (base 16) Control Applications, Ltd. 3 Tevuot Haarets St. IL 00-02-51 (hex) Soma Networks, Inc. 000251 (base 16) Soma Networks, Inc. 650 Townsend St. San Francisco CA 94103 US 00-01-F5 (hex) ERIM S.A. 0001F5 (base 16) ERIM S.A. 11 Av Republique FR 00-01-FF (hex) Data Direct Networks, Inc. 0001FF (base 16) Data Direct Networks, Inc. 9320 Lurline Avenue Chatsworth CA 91311 US 00-01-FC (hex) Keyence Corporation 0001FC (base 16) Keyence Corporation 1-3-14, Higashi-Nakajima, JP 00-01-FD (hex) Digital Voice Systems, Inc. 0001FD (base 16) Digital Voice Systems, Inc. 234 Littleton Road Westford MA 01886 US 00-02-10 (hex) Fenecom 000210 (base 16) Fenecom 7/F Kon-kuk University Alumni Seoul Seoul Korea KR 00-02-0B (hex) Native Networks, Inc. 00020B (base 16) Native Networks, Inc. P.O. Box 7165 IL 00-02-18 (hex) Advanced Scientific Corp 000218 (base 16) Advanced Scientific Corp 1 Fl., No. 26, Industry East 9th Road TAIWAN TW 00-01-EE (hex) Comtrol Europe, Ltd. 0001EE (base 16) Comtrol Europe, Ltd. The Courtyard Studio U.K. GB 00-01-F0 (hex) Tridium, Inc. 0001F0 (base 16) Tridium, Inc. 3951 Westerre Parkway Richmond VA 23233 US 00-01-F1 (hex) Innovative Concepts, Inc. 0001F1 (base 16) Innovative Concepts, Inc. 8200 Greensboro Drive McLean VA 22102 US 00-01-E2 (hex) Ando Electric Corporation 0001E2 (base 16) Ando Electric Corporation 19-7, Kamata 4-Chrome, Ota-ku JP 00-02-2F (hex) P-Cube, Ltd. 00022F (base 16) P-Cube, Ltd. P.O. Box 12331 IL 00-02-27 (hex) ESD Electronic System Design GmbH 000227 (base 16) ESD Electronic System Design GmbH Vahrenwalder Str. 207 30 165 Hannover DE 00-02-1D (hex) Data General Communication Ltd. 00021D (base 16) Data General Communication Ltd. Rm. 18C, Bldg. C, CEIEC Tower CN 00-02-19 (hex) Paralon Technologies 000219 (base 16) Paralon Technologies 700 Fifth Ave, Suite 6101 Seattle WA 98104 US 00-02-03 (hex) Woonsang Telecom, Inc. 000203 (base 16) Woonsang Telecom, Inc. 104-9, Munji-Dong, Yusong-Gu KOREA KR 00-01-D3 (hex) PAXCOMM, Inc. 0001D3 (base 16) PAXCOMM, Inc. 7th F The Corp. Center KOREA KR 00-01-E1 (hex) Kinpo Electronics, Inc. 0001E1 (base 16) Kinpo Electronics, Inc. No.147, Sec. 3, Beishen Rd Shenkeng Dist. New Taipei City 222 TW 00-02-2C (hex) ABB Bomem, Inc. 00022C (base 16) ABB Bomem, Inc. 585, boul. Charest Est Canada G1K 9H4 CA 00-02-3C (hex) Creative Technology, Ltd. 00023C (base 16) Creative Technology, Ltd. 31 International Business Park Republic of SG 00-30-6C (hex) Hitex Holding GmbH 00306C (base 16) Hitex Holding GmbH Greschbachstraße 12 76229 Karlsruhe DE 00-30-8B (hex) Brix Networks 00308B (base 16) Brix Networks 300 Concord Road Billerica MA 01821 US 00-01-77 (hex) EDSL 000177 (base 16) EDSL Habarzel 1 st ISRAEL 69710 IL 00-01-4D (hex) Shin Kin Enterprises Co., Ltd 00014D (base 16) Shin Kin Enterprises Co., Ltd 7, FU Hsing St. Tue Cheng Ind. TAIWAN TAIWAN R.O.C. TW 00-01-DA (hex) WINCOMM Corporation 0001DA (base 16) WINCOMM Corporation 2F, No. 3, Prosperity Road 1, Hsinchu Taiwan TW 00-01-D2 (hex) inXtron, Inc. 0001D2 (base 16) inXtron, Inc. 8F, No.52, MinQuan Road, Xindian Dist. New Taipei City 23141 TW 00-01-C6 (hex) Quarry Technologies 0001C6 (base 16) Quarry Technologies 8 New England Executive Park Burlington MA 01803 US 00-01-6E (hex) Conklin Corporation 00016E (base 16) Conklin Corporation 6141 Crooked Creek Road Norcross GA 30092-3193 US 00-01-74 (hex) CyberOptics Corporation 000174 (base 16) CyberOptics Corporation 5900 Golden Hills Drive Golden Valley MN 55416 US 00-01-5E (hex) BEST TECHNOLOGY CO., LTD. 00015E (base 16) BEST TECHNOLOGY CO., LTD. 7F, Haesung B/D KOREA KR 00-01-61 (hex) Meta Machine Technology 000161 (base 16) Meta Machine Technology 400 Silver Cedar Court - ste. #220 Chapel Hill NC 27514 US 00-01-A1 (hex) Mag-Tek, Inc. 0001A1 (base 16) Mag-Tek, Inc. 1710 Apollo Court Seal Beach CA 90740 US 00-01-86 (hex) Uwe Disch 000186 (base 16) Uwe Disch Eichenhainstraße 14 DE 00-01-A6 (hex) Scientific-Atlanta Arcodan A/S 0001A6 (base 16) Scientific-Atlanta Arcodan A/S Avgustenborg Landevej 7 DK 00-01-72 (hex) TechnoLand Co., LTD. 000172 (base 16) TechnoLand Co., LTD. 3-17-11 Akebono-cho JP 00-01-A0 (hex) Infinilink Corporation 0001A0 (base 16) Infinilink Corporation 1740 E. Garry Ave. - Ste. #206 Santa Ana CA 92705 US 00-01-96 (hex) Cisco Systems, Inc 000196 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-01-99 (hex) HeiSei Electronics 000199 (base 16) HeiSei Electronics 5/7 Alley 8, Lane 45 TAIWAN TW 00-01-8B (hex) NetLinks Co., Ltd. 00018B (base 16) NetLinks Co., Ltd. 3F Dscom Bldg., 238-3 KOREA KR 00-01-8D (hex) AudeSi Technologies 00018D (base 16) AudeSi Technologies Suite 180, 6815 AB CA 00-01-9D (hex) E-Control Systems, Inc. 00019D (base 16) E-Control Systems, Inc. 9420 Lurline Ave., Unite Chatsworth CA 91311 US 00-01-CE (hex) Custom Micro Products, Ltd. 0001CE (base 16) Custom Micro Products, Ltd. 450 Blandford Road UNITED KINGDOM GB 00-01-BB (hex) Frequentis 0001BB (base 16) Frequentis SPITTELBREITENGASSE 34 AT 00-01-BC (hex) Brains Corporation 0001BC (base 16) Brains Corporation 2-27-8-4Fl TAMAGAWA JP 00-01-C0 (hex) CompuLab, Ltd. 0001C0 (base 16) CompuLab, Ltd. P.O. Box 66 IL 00-01-7C (hex) AG-E GmbH 00017C (base 16) AG-E GmbH Dennewartstraße 27 DE 00-01-08 (hex) AVLAB Technology, Inc. 000108 (base 16) AVLAB Technology, Inc. 3F-1, No. 134, Sec. 3 Hsin Tien, Taipei TW 00-06-2B (hex) INTRASERVER TECHNOLOGY 00062B (base 16) INTRASERVER TECHNOLOGY SEVEN OCTOBER HILL RD. HOLLISTON MA 01746 US 00-01-00 (hex) EQUIP'TRANS 000100 (base 16) EQUIP'TRANS 31 rue Paul Cezanne LA ROCHETTE 77000 FR 00-B0-9D (hex) Point Grey Research Inc. 00B09D (base 16) Point Grey Research Inc. 305-1847 West Broadway Vancouver British Columbia V6J 1Y6 CA 00-01-10 (hex) Gotham Networks 000110 (base 16) Gotham Networks 15 Discovery Way Acton MA 01720 US 00-01-12 (hex) Shark Multimedia Inc. 000112 (base 16) Shark Multimedia Inc. 48890 Milmont Drive #101-D Fremont CA 94538 US 00-01-16 (hex) Netspect Technologies, Inc. 000116 (base 16) Netspect Technologies, Inc. 3945 Freedom Circle - Ste. #360 Santa Clara CA 95054 US 00-B0-6D (hex) Jones Futurex Inc. 00B06D (base 16) Jones Futurex Inc. 3715 Atherton Road Rocklin CA 95765 US 00-B0-94 (hex) Alaris, Inc. 00B094 (base 16) Alaris, Inc. 47338 Fremont Boulevard Fremont CA 94538 US 00-30-F0 (hex) Uniform Industrial Corp. 0030F0 (base 16) Uniform Industrial Corp. 18F, 171, Shung Teh Road Taipei TW 00-01-3B (hex) BNA SYSTEMS 00013B (base 16) BNA SYSTEMS 1637 S. Main Street Milpitas CA 95035 US 00-01-34 (hex) Selectron Systems AG 000134 (base 16) Selectron Systems AG Bernstreasse 70 CH 00-01-39 (hex) Point Multimedia Systems 000139 (base 16) Point Multimedia Systems 4Ra 507, Shihwa Industrial Complex Korea 425-110 KR 00-01-3E (hex) Ascom Tateco AB 00013E (base 16) Ascom Tateco AB Box 8783 SE 00-01-2E (hex) PC Partner Ltd. 00012E (base 16) PC Partner Ltd. Rm 1901-1908, 19/F, Shatin Galleria CN 00-01-32 (hex) Dranetz - BMI 000132 (base 16) Dranetz - BMI 1000 New Durham Road Edison NJ 08818 US 00-01-13 (hex) OLYMPUS CORPORATION 000113 (base 16) OLYMPUS CORPORATION 2-3 Kuboyama-cho, Hachioji-shi Tokyo 192-8512 j JP 00-01-1E (hex) Precidia Technologies, Inc. 00011E (base 16) Precidia Technologies, Inc. 10A Hearst Way Kanata Ontario K2M-2C4 CA 00-01-55 (hex) Promise Technology, Inc. 000155 (base 16) Promise Technology, Inc. 4F, 1, Prosperity 1st Road TAIWAN TW 00-30-94 (hex) Cisco Systems, Inc 003094 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-30-8A (hex) NICOTRA SISTEMI S.P.A 00308A (base 16) NICOTRA SISTEMI S.P.A 41 Via Primo Maggio Baranzate (MI) 20021 IT 00-30-72 (hex) Intellibyte Inc. 003072 (base 16) Intellibyte Inc. Canada Trust Tower - BCE Place Toronto Ontario M5J 2S1 CA 00-30-40 (hex) Cisco Systems, Inc 003040 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-30-32 (hex) MagicRam, Inc. 003032 (base 16) MagicRam, Inc. 1850 Beverly Blvd. Los Angeles CA 90057 US 00-30-EA (hex) TeraForce Technology Corporation 0030EA (base 16) TeraForce Technology Corporation 1100 EXECUTIVE DRIVE RICHARDSON TX 75081 US 00-30-9B (hex) Smartware 00309B (base 16) Smartware 49 AV Aristide 92160 Antony FR 00-30-45 (hex) Village Networks, Inc. (VNI) 003045 (base 16) Village Networks, Inc. (VNI) 100 Village Court - Ste. #301 Hazlet NJ 07730 US 00-30-E5 (hex) Amper Datos S.A. 0030E5 (base 16) Amper Datos S.A. C/Marconi n*3 (PTM) 28760 Madrid ES 00-30-06 (hex) SUPERPOWER COMPUTER 003006 (base 16) SUPERPOWER COMPUTER ELECTRONICS CO., LTD. Taipei 248 TW 00-30-38 (hex) XCP, INC. 003038 (base 16) XCP, INC. 40 ELM STREET DRYDEN NY 13053 US 00-30-79 (hex) CQOS, INC. 003079 (base 16) CQOS, INC. 25 MAUCHLY - STE. #329 IRVINE CA 92618 US 00-30-0C (hex) CONGRUENCY, LTD. 00300C (base 16) CONGRUENCY, LTD. 23 HASIVIM STREET PETAH-TIKVA 49170 IL 00-30-4C (hex) APPIAN COMMUNICATIONS, INC. 00304C (base 16) APPIAN COMMUNICATIONS, INC. 80 CENTRAL STREET BOXBOROUGH MA 01719 US 00-30-E8 (hex) ENSIM CORP. 0030E8 (base 16) ENSIM CORP. 1215 Terra Bella Ave. Mountainview CA 94043 US 00-30-C9 (hex) LuxN, N 0030C9 (base 16) LuxN, N 570 Maude Court Sunnyvale CA 94086 US 00-30-28 (hex) FASE Saldatura srl 003028 (base 16) FASE Saldatura srl V.R. Bernardi 5 TORINO IT 00-30-69 (hex) IMPACCT TECHNOLOGY CORP. 003069 (base 16) IMPACCT TECHNOLOGY CORP. 2F, NO. 12, R&D RD. II TAIWAN TAIWAN R.O.C. TW 00-30-C3 (hex) FLUECKIGER ELEKTRONIK AG 0030C3 (base 16) FLUECKIGER ELEKTRONIK AG KIRCHBARGSTRASSE 201 CH 00-30-5A (hex) TELGEN CORPORATION 00305A (base 16) TELGEN CORPORATION 3101 SOVEREIGN DR. - STE. LANSING MI 48911 US 00-30-10 (hex) VISIONETICS INTERNATIONAL 003010 (base 16) VISIONETICS INTERNATIONAL 3F, NO. 3, PROSPERITY ROAD 1 TAIWAN R.O.C. TW 00-30-D9 (hex) DATACORE SOFTWARE CORP. 0030D9 (base 16) DATACORE SOFTWARE CORP. CORPORATE PARK FORT LAUDERDALE FL 33309 US 00-30-26 (hex) HeiTel Digital Video GmbH 003026 (base 16) HeiTel Digital Video GmbH Stuthagen 25 DE 00-30-77 (hex) ONPREM NETWORKS 003077 (base 16) ONPREM NETWORKS 42501 ALBRAE STREET FREMONT CA 94538 US 00-30-47 (hex) NISSEI ELECTRIC CO., LTD. 003047 (base 16) NISSEI ELECTRIC CO., LTD. 32 MIYAWAKE, SHIMONOISHIKI-CHO JP 00-30-D4 (hex) AAE Systems, Inc. 0030D4 (base 16) AAE Systems, Inc. 642 North Pastoria Avenue Sunnyvale CA 94085 US 00-D0-D7 (hex) B2C2, INC. 00D0D7 (base 16) B2C2, INC. 2020 CHALLENGER DRIVE- ALAMEDA CA 94501 US 00-D0-73 (hex) ACN ADVANCED COMMUNICATIONS 00D073 (base 16) ACN ADVANCED COMMUNICATIONS NETWORKS SA CH 00-D0-57 (hex) ULTRAK, INC. 00D057 (base 16) ULTRAK, INC. 1301 WATERS RIDGE DRIVE LEWISVILLE TX 75057 US 00-30-AB (hex) DELTA NETWORKS, INC. 0030AB (base 16) DELTA NETWORKS, INC. 8, KON JAN WEST ROAD TAIWAN TAIWAN R.O.C. TW 00-30-49 (hex) BRYANT TECHNOLOGY, LTD. 003049 (base 16) BRYANT TECHNOLOGY, LTD. P.O. BOX 69557 SOUTH AFRICA ZA 00-30-6D (hex) LUCENT TECHNOLOGIES 00306D (base 16) LUCENT TECHNOLOGIES 300 BAKER AVENUE - STE. #100 CONCORD MA 01742-2168 US 00-30-17 (hex) BlueArc UK Ltd 003017 (base 16) BlueArc UK Ltd Queensgate House Bracknell RG12 1RB GB 00-30-1C (hex) ALTVATER AIRDATA SYSTEMS 00301C (base 16) ALTVATER AIRDATA SYSTEMS GMBH & CO. KG DE 00-30-80 (hex) Cisco Systems, Inc 003080 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-30-F7 (hex) RAMIX INC. 0030F7 (base 16) RAMIX INC. 1672 DONLON STREET VENTURA CA 93003 US 00-30-D0 (hex) Tellabs 0030D0 (base 16) Tellabs 1750 Founder's Parkway Alpharetta GA 30004 US 00-30-14 (hex) DIVIO, INC. 003014 (base 16) DIVIO, INC. 997 E. ARQUES AVENUE SUNNYVALE CA 94086 US 00-30-81 (hex) ALTOS C&C 003081 (base 16) ALTOS C&C 150-010 RM. 1012, 44-1 KOREA KR 00-D0-F0 (hex) CONVISION TECHNOLOGY GMBH 00D0F0 (base 16) CONVISION TECHNOLOGY GMBH REBENRING 33 DE 00-D0-10 (hex) CONVERGENT NETWORKS, INC. 00D010 (base 16) CONVERGENT NETWORKS, INC. 2 HIGHWOOD DRIVE TEWKSBURY MA 01876 US 00-D0-4B (hex) LA CIE GROUP S.A. 00D04B (base 16) LA CIE GROUP S.A. 17 RUE AMPERE FR 00-D0-0E (hex) PLURIS, INC. 00D00E (base 16) PLURIS, INC. 10455 BANDLEY DRIVE CUPERTINO CA 95014 US 00-D0-12 (hex) GATEWORKS CORP. 00D012 (base 16) GATEWORKS CORP. 7631 MORRO ROAD ATASCADERO CA 93422 US 00-D0-4D (hex) DIV OF RESEARCH & STATISTICS 00D04D (base 16) DIV OF RESEARCH & STATISTICS BOG OF THE FEDERAL RESERVE SYS WASHINGTON DC 20551 US 00-D0-2E (hex) COMMUNICATION AUTOMATION CORP. 00D02E (base 16) COMMUNICATION AUTOMATION CORP. 1180 MCDERMOTT DRIVE WEST CHESTER PA 19380 US 00-D0-C5 (hex) COMPUTATIONAL SYSTEMS, INC. 00D0C5 (base 16) COMPUTATIONAL SYSTEMS, INC. 835 INNOVATION DRIVE KNOXVILLE TN 37932 US 00-D0-46 (hex) DOLBY LABORATORIES, INC. 00D046 (base 16) DOLBY LABORATORIES, INC. 100 Potrero Avenue San Francisco CA 94103-4938 US 00-D0-DE (hex) PHILIPS MULTIMEDIA NETWORK 00D0DE (base 16) PHILIPS MULTIMEDIA NETWORK SYSTEMS GMBH DE 00-D0-0C (hex) SNIJDER MICRO SYSTEMS 00D00C (base 16) SNIJDER MICRO SYSTEMS P.O. BOX 300 THE NL 00-D0-17 (hex) SYNTECH INFORMATION CO., LTD. 00D017 (base 16) SYNTECH INFORMATION CO., LTD. 8F, 210, TA-TUNG RD., SEC. 3 TAIWAN TAIWAN ROC TW 00-D0-36 (hex) TECHNOLOGY ATLANTA CORP. 00D036 (base 16) TECHNOLOGY ATLANTA CORP. 141 W. WIEUCA RD. N.E. ATLANTA GA 30342 US 00-D0-E3 (hex) ELE-CHEM ENGINEERING CO., LTD. 00D0E3 (base 16) ELE-CHEM ENGINEERING CO., LTD. WINDSTONE OFFICE SEOUL 137-130 SEOUL 137-130 KOREA KR 00-D0-B6 (hex) CRESCENT NETWORKS, INC. 00D0B6 (base 16) CRESCENT NETWORKS, INC. 201 RIVERNECK ROAD CHELMSFORD MA 01842 US 00-D0-C4 (hex) TERATECH CORPORATION 00D0C4 (base 16) TERATECH CORPORATION 223 MIDDLESEX TRPK. BURLINGTON MA 01803-3308 US 00-D0-61 (hex) TREMON ENTERPRISES CO., LTD. 00D061 (base 16) TREMON ENTERPRISES CO., LTD. 15F, NO. 116, SEC. 1 TAIWAN TAIWAN ROC TW 00-D0-E5 (hex) SOLIDUM SYSTEMS CORP. 00D0E5 (base 16) SOLIDUM SYSTEMS CORP. 940 BELFAST ROAD 1S.217 CA 00-D0-45 (hex) KVASER AB 00D045 (base 16) KVASER AB BOX 4076 SE 00-D0-04 (hex) PENTACOM LTD. 00D004 (base 16) PENTACOM LTD. 8 HASADNAOT STREET IL 00-D0-05 (hex) ZHS ZEITMANAGEMENTSYSTEME 00D005 (base 16) ZHS ZEITMANAGEMENTSYSTEME HARD-UND SOFTWARE GMBH DE 00-D0-D3 (hex) Cisco Systems, Inc 00D0D3 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-D0-26 (hex) HIRSCHMANN AUSTRIA GMBH 00D026 (base 16) HIRSCHMANN AUSTRIA GMBH OBERER PASPELSWEG 6 - 8 AT 00-D0-DA (hex) TAICOM DATA SYSTEMS CO., LTD. 00D0DA (base 16) TAICOM DATA SYSTEMS CO., LTD. 45, WU-KUNG 5 ROAD TAIWAN TW 00-D0-3C (hex) Vieo, Inc. 00D03C (base 16) Vieo, Inc. 12416 Hymeadow Drive, Austin TX 78750 US 00-D0-B4 (hex) KATSUJIMA CO., LTD. 00D0B4 (base 16) KATSUJIMA CO., LTD. 1-6-1, SHIRATORI JP 00-D0-86 (hex) FOVEON, INC. 00D086 (base 16) FOVEON, INC. 2820 San Tomas Expressway Santa Clara CA 95051 US 00-D0-A8 (hex) NETWORK ENGINES, INC. 00D0A8 (base 16) NETWORK ENGINES, INC. 61 PLEASANT STREET RANDOLPH MA 02368 US 00-D0-AB (hex) DELTAKABEL TELECOM CV 00D0AB (base 16) DELTAKABEL TELECOM CV HANZEWEG 14 THE NL 00-D0-E8 (hex) MAC SYSTEM CO., LTD. 00D0E8 (base 16) MAC SYSTEM CO., LTD. R&D INSTITUTE KYUNGKI-DO KOREA, 430-017 KR 00-D0-6B (hex) SR TELECOM INC. 00D06B (base 16) SR TELECOM INC. 8150 Trans Canada Highway Quebec H4S 1M5 CA 00-D0-DC (hex) MODULAR MINING SYSTEMS, INC. 00D0DC (base 16) MODULAR MINING SYSTEMS, INC. 3289 E. HEMISPHERE LOOP TUCSON AZ 85706 US 00-D0-1E (hex) PINGTEL CORP. 00D01E (base 16) PINGTEL CORP. 773 WINTER STREET N. ANDOVER MA 01845 US 00-D0-CA (hex) Intrinsyc Software International Inc. 00D0CA (base 16) Intrinsyc Software International Inc. 885 Dunsmuir Street, Suite 380 Vancouver B.C. V6C 1N5 CA 00-D0-65 (hex) TOKO ELECTRIC 00D065 (base 16) TOKO ELECTRIC 4008 KUROHAMA, HASUDA-SHI JP 00-D0-9A (hex) FILANET CORPORATION 00D09A (base 16) FILANET CORPORATION 931 Benecia Avenue Sunnyvale CA 94085 US 00-D0-AE (hex) ORESIS COMMUNICATIONS, INC. 00D0AE (base 16) ORESIS COMMUNICATIONS, INC. 14670 NW GREENBRIER PKWY BEAVERTON OR 97006 US 00-D0-F2 (hex) MONTEREY NETWORKS 00D0F2 (base 16) MONTEREY NETWORKS 1909 N. GLENVILLE DRIVE RICHARDSON TX 75081 US 00-D0-14 (hex) ROOT, INC. 00D014 (base 16) ROOT, INC. 8F TOC2 Bldg, 7-21-11 Nishi-Gotanda Tokyo 141-0031 JP 00-D0-23 (hex) INFORTREND TECHNOLOGY, INC. 00D023 (base 16) INFORTREND TECHNOLOGY, INC. 10F, NO. 33 SAN-MIN RD. TAIWAN TW 00-D0-A2 (hex) INTEGRATED DEVICE 00D0A2 (base 16) INTEGRATED DEVICE TECHNOLOGY, INC. SANTA CLARA CA 95054 US 00-D0-34 (hex) ORMEC SYSTEMS CORP. 00D034 (base 16) ORMEC SYSTEMS CORP. 19 LINDEN PARK ROCHESTER NY 14625 US 00-D0-8A (hex) PHOTRON USA 00D08A (base 16) PHOTRON USA 1101 S. WINCHESTER BLVD. SAN JOSE CA 95128 US 00-D0-A7 (hex) TOKYO SOKKI KENKYUJO CO., LTD. 00D0A7 (base 16) TOKYO SOKKI KENKYUJO CO., LTD. 8-2, MINAMI-OHI 6-CHOME JAPAN 140-8560 JP 00-D0-1D (hex) FURUNO ELECTRIC CO., LTD. 00D01D (base 16) FURUNO ELECTRIC CO., LTD. NO. 9-52, ASHIHARA-CHO 662-8580 JP 00-50-4C (hex) Galil Motion Control 00504C (base 16) Galil Motion Control 270 Technology Way Rocklin CA 95765 US 00-50-76 (hex) IBM Corp 005076 (base 16) IBM Corp 3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US 00-50-D4 (hex) JOOHONG INFORMATION & 0050D4 (base 16) JOOHONG INFORMATION & COMMUNICATIONS, LTD. SEOUL SEOUL KOREA KR 00-50-A6 (hex) OPTRONICS 0050A6 (base 16) OPTRONICS 175 CREMONA DRIVE GOLETA CA 93117 US 00-50-A9 (hex) MOLDAT WIRELESS TECHNOLGIES 0050A9 (base 16) MOLDAT WIRELESS TECHNOLGIES 3 SHIMON ISRAELI STREET IL 00-50-9B (hex) SWITCHCORE AB 00509B (base 16) SWITCHCORE AB POSITIONEN 153 SE 00-50-7E (hex) NEWER TECHNOLOGY 00507E (base 16) NEWER TECHNOLOGY 4848 WEST IRVING ST. WICHITA KS 67209-2621 US 00-50-CE (hex) LG INTERNATIONAL CORP. 0050CE (base 16) LG INTERNATIONAL CORP. LG TWIN TOWERS SEOUL, 150-606 KR 00-50-F7 (hex) VENTURE MANUFACTURING (SINGAPORE) LTD. 0050F7 (base 16) VENTURE MANUFACTURING (SINGAPORE) LTD. #05-01 Techplace II 569873 SG 00-50-19 (hex) SPRING TIDE NETWORKS, INC. 005019 (base 16) SPRING TIDE NETWORKS, INC. 85 SWANSON ROAD BOXBOROUGH MA 01719 US 00-50-FD (hex) VISIONCOMM CO., LTD. 0050FD (base 16) VISIONCOMM CO., LTD. 4, 5F, DAEWON B/D YONGSAN-GU, SEOUL KR 00-50-BF (hex) Metalligence Technology Corp. 0050BF (base 16) Metalligence Technology Corp. NO.9, PARK AVENUE II HSIN-CHU TW 00-50-36 (hex) NETCAM, LTD. 005036 (base 16) NETCAM, LTD. 6071 N. PASEO ZALDIVAR TUCSON AZ 85750 US 00-50-DB (hex) CONTEMPORARY CONTROL 0050DB (base 16) CONTEMPORARY CONTROL SYSTEMS, INC. DOWNERS GROVE IL 60515 US 00-50-7C (hex) VIDEOCON AG 00507C (base 16) VIDEOCON AG ALBERT-SCHWEITZER-STR. 64 DE 00-50-47 (hex) Private 005047 (base 16) Private 00-D0-6C (hex) SHAREWAVE, INC. 00D06C (base 16) SHAREWAVE, INC. 5175 HILLSDALE CIRCLE EL DORADO HILLS CA 95762 US 00-50-A7 (hex) Cisco Systems, Inc 0050A7 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-50-55 (hex) DOMS A/S 005055 (base 16) DOMS A/S FORMERVANGEN 28 DK 00-50-72 (hex) CORVIS CORPORATION 005072 (base 16) CORVIS CORPORATION 8320 GUILFORD ROAD COLUMBIA MD 21046 US 00-D0-EE (hex) DICTAPHONE CORPORATION 00D0EE (base 16) DICTAPHONE CORPORATION 3191 BROADBRIDGE AVE. STRATFORD CT 06614-2559 US 00-50-1B (hex) ABL CANADA, INC. 00501B (base 16) ABL CANADA, INC. 8550 COTE DE LIESSE ST-LAURENT (QUEBEC) H4T 1H2 CA 00-90-57 (hex) AANetcom, Inc. 009057 (base 16) AANetcom, Inc. 4949 LIBERTY LANE - STE. #200 ALLENTOWN PA 18106-9015 US 00-90-83 (hex) TURBO COMMUNICATION, INC. 009083 (base 16) TURBO COMMUNICATION, INC. 4F-2, NO. 171, SUNG-TEH ROAD TAIPEI TW 00-90-3D (hex) BIOPAC SYSTEMS, INC. 00903D (base 16) BIOPAC SYSTEMS, INC. 42 AERO CAMINO SANTA BARBARA CA 93117 US 00-90-D7 (hex) NetBoost Corp. 0090D7 (base 16) NetBoost Corp. 390 CAMBRIDGE AVENUE PALO ALTO CA 94306-1506 US 00-50-83 (hex) GILBARCO, INC. 005083 (base 16) GILBARCO, INC. POB 22087 GREENSBORO NC 27420 US 00-50-DC (hex) TAS TELEFONBAU A. SCHWABE GMBH & CO. KG 0050DC (base 16) TAS TELEFONBAU A. SCHWABE GMBH & CO. KG D-41238 MONCHENGLADBACH DE 00-50-08 (hex) TIVA MICROCOMPUTER CORP. (TMC) 005008 (base 16) TIVA MICROCOMPUTER CORP. (TMC) 48550 FREMONT BLVD. FREMONT CA 94538 US 00-50-52 (hex) TIARA NETWORKS, INC. 005052 (base 16) TIARA NETWORKS, INC. 113 FOORIER AVENUE FREMONT CA 94539 US 00-50-27 (hex) GENICOM CORPORATION 005027 (base 16) GENICOM CORPORATION 900 CLOPPER ROAD - STE. #110 GAITHERSBURG MD 20878 US 00-50-5A (hex) NETWORK ALCHEMY, INC. 00505A (base 16) NETWORK ALCHEMY, INC. 1521.5 PACIFIC AVENUE SANTA CRUZ CA 95060 US 00-50-39 (hex) MARINER NETWORKS 005039 (base 16) MARINER NETWORKS 1585 S. MANCHESTER AVE. ANAHEIM CA 92802-2907 US 00-50-64 (hex) CAE ELECTRONICS 005064 (base 16) CAE ELECTRONICS P.O. BOX 1800 ST. LAURENT, QUEBEC H4L 4X4 CA 00-50-B8 (hex) INOVA COMPUTERS GMBH & CO. KG 0050B8 (base 16) INOVA COMPUTERS GMBH & CO. KG SUDETENSTRASSE 5 87600 KAUFBEUREN DE 00-50-5B (hex) KAWASAKI LSI U.S.A., INC. 00505B (base 16) KAWASAKI LSI U.S.A., INC. 2570 NORTHFIRST STREET SAN JOSE CA 95131 US 00-50-CC (hex) Seagate Cloud Systems Inc 0050CC (base 16) Seagate Cloud Systems Inc 1351 S Sunset Street Longmont CO 80501 US 00-50-16 (hex) Molex Canada Ltd 005016 (base 16) Molex Canada Ltd 216 Bathurst Drive Waterloo Ontario N2V 2L7 CA 00-50-1F (hex) MRG SYSTEMS, LTD. 00501F (base 16) MRG SYSTEMS, LTD. WILLOW HOUSE, SLAD ROAD GLOS. GL5 1QG England GB 00-50-43 (hex) MARVELL SEMICONDUCTOR, INC. 005043 (base 16) MARVELL SEMICONDUCTOR, INC. 645 ALMANOR AVENUE SUNNYVALE CA 94086 US 00-50-95 (hex) PERACOM NETWORKS 005095 (base 16) PERACOM NETWORKS 13000 WESTON PARKWAY CARY NC 27513 US 00-50-FA (hex) OXTEL, LTD. 0050FA (base 16) OXTEL, LTD. THE MARKET PLACE 0X11 7LE England GB 00-90-38 (hex) FOUNTAIN TECHNOLOGIES, INC. 009038 (base 16) FOUNTAIN TECHNOLOGIES, INC. 50 RANDOLPH ROAD SOMERSET NJ 08873 US 00-90-B0 (hex) VADEM 0090B0 (base 16) VADEM 1960 ZANKER RD SAN JOSE CA 95112 US 00-90-EF (hex) INTEGRIX, INC. 0090EF (base 16) INTEGRIX, INC. 2001 CORPORATE CENTER DRIVE NEWBURY PARK CA 91320 US 00-90-C5 (hex) INTERNET MAGIC, INC. 0090C5 (base 16) INTERNET MAGIC, INC. 6450 LUSK BLVD.-STE. #E-201 SAN DIEGO CA 92121 US 00-90-8C (hex) ETREND ELECTRONICS, INC. 00908C (base 16) ETREND ELECTRONICS, INC. 2F, 22 INDUSTRY E. 9TH ROAD TW 00-90-48 (hex) ZEAL CORPORATION 009048 (base 16) ZEAL CORPORATION 301, HIRAIKE NAGAKUTE-CHO, AICHI-PREF. 480-1155 JP 00-90-B9 (hex) BERAN INSTRUMENTS LTD. 0090B9 (base 16) BERAN INSTRUMENTS LTD. HATCHMOOR INDUSTRIAL ESTATE N DEVON EX38 7HP GB 00-90-C4 (hex) JAVELIN SYSTEMS, INC. 0090C4 (base 16) JAVELIN SYSTEMS, INC. 1881 LANGLEY AVE. IRVINE CA 92614 US 00-90-A5 (hex) SPECTRA LOGIC 0090A5 (base 16) SPECTRA LOGIC 1700 N. 55TH STREET BOULDER CO 80301 US 00-90-A3 (hex) Corecess Inc. 0090A3 (base 16) Corecess Inc. 135-726, Keopyung B-Town 1F, 203, Nonhyu Seoul KR 00-90-82 (hex) FORCE INSTITUTE 009082 (base 16) FORCE INSTITUTE PARK ALLE 345 DK-2605 BROENDBY DK 00-90-00 (hex) DIAMOND MULTIMEDIA 009000 (base 16) DIAMOND MULTIMEDIA 312 SE STONEMILL DRIVE VANCOUVER WA 98684 US 00-90-6E (hex) PRAXON, INC. 00906E (base 16) PRAXON, INC. 1700 DELL AVENUE CAMPBELL CA 95008 US 00-90-54 (hex) INNOVATIVE SEMICONDUCTORS, INC 009054 (base 16) INNOVATIVE SEMICONDUCTORS, INC 2570 W. EL CAMINO REAL MOUNTAIN VIEW CA 94040 US 00-90-61 (hex) PACIFIC RESEARCH & ENGINEERING CORPORATION 009061 (base 16) PACIFIC RESEARCH & ENGINEERING CORPORATION 2070 LAS PALMAS DRIVE CARLSBAD CA 92009 US 00-90-0B (hex) LANNER ELECTRONICS, INC. 00900B (base 16) LANNER ELECTRONICS, INC. 8F-4, NO. 77, SEC. 1 TAIPEI HSIEN TW 00-90-CE (hex) avateramedical Mechatronics GmbH 0090CE (base 16) avateramedical Mechatronics GmbH Gewerbepark „Am Wald“ 4 ILMENAU D-98693 DE 00-90-07 (hex) DOMEX TECHNOLOGY CORP. 009007 (base 16) DOMEX TECHNOLOGY CORP. NO. 2, TECHNOLOGY RD. 1 HSINCHU TW 00-90-2D (hex) DATA ELECTRONICS (AUST.) PTY, LTD. 00902D (base 16) DATA ELECTRONICS (AUST.) PTY, LTD. 7 SEISMIC COURT VICTORIA 3178 AU 00-90-D4 (hex) BindView Development Corp. 0090D4 (base 16) BindView Development Corp. 3355 WEST ALABAMA #1200 HOUSTON TX 77098 US 00-90-29 (hex) CRYPTO AG 009029 (base 16) CRYPTO AG P.O. BOX CH-6301 Zug CH 00-90-DF (hex) MITSUBISHI CHEMICAL AMERICA, INC. 0090DF (base 16) MITSUBISHI CHEMICAL AMERICA, INC. 445 INDIO WAY SUNNYVALE CA 94086 US 00-90-C0 (hex) K.J. LAW ENGINEERS, INC. 0090C0 (base 16) K.J. LAW ENGINEERS, INC. 42300 W. NINE MILE ROAD NOVI MI 48375 US 00-90-1F (hex) ADTEC PRODUCTIONS, INC. 00901F (base 16) ADTEC PRODUCTIONS, INC. 408 RUSSELL STREET NASHVILLE TN 37206 US 00-90-24 (hex) PIPELINKS, INC. 009024 (base 16) PIPELINKS, INC. 2710 WALSH AVE., STE #300 SANTA CLARA CA 95051 US 00-90-3A (hex) NIHON MEDIA TOOL INC. 00903A (base 16) NIHON MEDIA TOOL INC. 1875 OYAMA-CHO MIE 512-1102 JP 00-90-B2 (hex) AVICI SYSTEMS INC. 0090B2 (base 16) AVICI SYSTEMS INC. 12 ELIZABETH DRIVE CHELMSFORD MA 01824 US 00-90-B6 (hex) FIBEX SYSTEMS 0090B6 (base 16) FIBEX SYSTEMS 5350 OLD REDWOOD HIGHWAY PETALUMA CA 94954 US 00-90-63 (hex) COHERENT COMMUNICATIONS SYSTEMS CORPORATION 009063 (base 16) COHERENT COMMUNICATIONS SYSTEMS CORPORATION 45085 UNIVERSITY DRIVE ASHBURN VA 20147 US 00-90-62 (hex) ICP VORTEX COMPUTERSYSTEME GmbH 009062 (base 16) ICP VORTEX COMPUTERSYSTEME GmbH FALTERSTRASSE 51-53 D 74223 FLEIN DE 00-10-D3 (hex) GRIPS ELECTRONIC GMBH 0010D3 (base 16) GRIPS ELECTRONIC GMBH NIESENBERGERGASSE 37 A-8020 GRAZ AT 00-10-FB (hex) ZIDA TECHNOLOGIES LIMITED 0010FB (base 16) ZIDA TECHNOLOGIES LIMITED 8/F BLOCK A GOODVIEW INDUSTRIAL BUILDIN TUEN MUN NT HK 00-10-53 (hex) COMPUTER TECHNOLOGY CORP. 001053 (base 16) COMPUTER TECHNOLOGY CORP. 50 W. TECHNECENTER DRIVE MILFORD OH 45150 US 00-10-ED (hex) SUNDANCE TECHNOLOGY, INC. 0010ED (base 16) SUNDANCE TECHNOLOGY, INC. 20111 STEVENS CREEK BLVD. CUPERTINO CA 95014 US 00-10-6C (hex) EDNT GmbH 00106C (base 16) EDNT GmbH Werner-von-Siemens-Str. 7 64625 Bensheim DE 00-10-E9 (hex) RAIDTEC LTD. 0010E9 (base 16) RAIDTEC LTD. CASTLE ROAD Little Island County Cork IE 00-10-03 (hex) IMATRON, INC. 001003 (base 16) IMATRON, INC. 389 OYSTER POINT BLVD. SO. SAN FRANCISCO CA 94080 US 00-10-71 (hex) ADVANET INC. 001071 (base 16) ADVANET INC. 3-20-8 NODA OKAYAMI 700 JP 00-90-15 (hex) CENTIGRAM COMMUNICATIONS CORP. 009015 (base 16) CENTIGRAM COMMUNICATIONS CORP. 91 EAST TASMAN DRIVE SAN JOSE CA 95134 US 00-90-95 (hex) UNIVERSAL AVIONICS 009095 (base 16) UNIVERSAL AVIONICS 11351 WILLOWS ROAD NE REDMOND WA 98052-2552 US 00-90-41 (hex) APPLIED DIGITAL ACCESS 009041 (base 16) APPLIED DIGITAL ACCESS 9855 SCRANTON ROAD SAN DIEGO CA 92121 US 00-90-5A (hex) DEARBORN GROUP, INC. 00905A (base 16) DEARBORN GROUP, INC. 33604 West 8 Mile Rd Farmington Hills MI 48335 US 00-90-11 (hex) WAVTrace, Inc. 009011 (base 16) WAVTrace, Inc. 1555 132ND AVE. NE BELLEVUE WA 98005 US 00-90-65 (hex) FINISAR CORPORATION 009065 (base 16) FINISAR CORPORATION 1389 Moffett Park Dr Sunnyvale CA 94089 US 00-90-23 (hex) ZILOG INC. 009023 (base 16) ZILOG INC. 910 East Hamilton Ave. Campbell CA 95008 US 00-90-F6 (hex) ESCALATE NETWORKS, INC. 0090F6 (base 16) ESCALATE NETWORKS, INC. 6 HUGHES IRVINE CA 92617 US 00-90-A8 (hex) NineTiles Networks, Ltd. 0090A8 (base 16) NineTiles Networks, Ltd. 9 Station Road Waterbeach Cambridge CB5 9HT GB 00-10-2A (hex) ZF MICROSYSTEMS, INC. 00102A (base 16) ZF MICROSYSTEMS, INC. 1052 ELWELL COURT PALO ALTO CA 94303-4307 US 00-10-E5 (hex) SOLECTRON TEXAS 0010E5 (base 16) SOLECTRON TEXAS 12455 RESEARCH BLVD. M/S 2205 AUSTIN TX 78759 US 00-10-9D (hex) CLARINET SYSTEMS, INC. 00109D (base 16) CLARINET SYSTEMS, INC. 1415 KOLL CIRCLE #101 SAN JOSE CA 95112 US 00-10-0E (hex) MICRO LINEAR COPORATION 00100E (base 16) MICRO LINEAR COPORATION 2092 CONCOURSE DRIVE SAN JOSE CA 95131 US 00-90-EC (hex) PYRESCOM 0090EC (base 16) PYRESCOM 3 ALLEE DU MOULIN 66680 CANOHES FR 00-90-C3 (hex) TOPIC SEMICONDUCTOR CORP. 0090C3 (base 16) TOPIC SEMICONDUCTOR CORP. 11F-1, NO. 2, WU-LIN RD. HSIN-CHU TW 00-10-C8 (hex) COMMUNICATIONS ELECTRONICS SECURITY GROUP 0010C8 (base 16) COMMUNICATIONS ELECTRONICS SECURITY GROUP 10/4W22 FIDDLERS GREEN LANE Benhall, Cheltenham Glouster GL52 5AJ GB 00-10-F3 (hex) Nexcom International Co., Ltd. 0010F3 (base 16) Nexcom International Co., Ltd. 18F, No. 716, Chung-Cheng Road, Taipei Hsien 235, TW 00-10-86 (hex) ATTO Technology, Inc. 001086 (base 16) ATTO Technology, Inc. 155 Crosspoint Pkwy. Amherst NY 14068 US 00-10-DF (hex) RISE COMPUTER INC. 0010DF (base 16) RISE COMPUTER INC. 9F, NO. 306-3, TATUNG RD. TAIPEI HSIEN TW 00-10-72 (hex) GVN TECHNOLOGIES, INC. 001072 (base 16) GVN TECHNOLOGIES, INC. 8200 BRYAN DAIRY ROAD LARGO FL 33777 US 00-10-DA (hex) Kollmorgen Corp 0010DA (base 16) Kollmorgen Corp 33 S.LA PATERA LN SANTA BARBARA CA 93117 US 00-10-E4 (hex) NSI CORPORATION 0010E4 (base 16) NSI CORPORATION P.O. BOX 635 WILSONVILLE OR 97070 US 00-10-7E (hex) BACHMANN ELECTRONIC GmbH 00107E (base 16) BACHMANN ELECTRONIC GmbH KREUZAECKERWEG 33 A 6806 FELDKIRCH AT 00-10-A0 (hex) INNOVEX TECHNOLOGIES, INC. 0010A0 (base 16) INNOVEX TECHNOLOGIES, INC. KEYSTONE COMMONS TURTLE CREEK PA 15145 US 00-10-16 (hex) T.SQWARE 001016 (base 16) T.SQWARE 6, PARC ARIANE 78284 GUYANCOURT CEDEX FR 00-10-90 (hex) CIMETRICS, INC. 001090 (base 16) CIMETRICS, INC. 55 TEMPLE PLACE BOSTON MA 02111 US 00-10-F5 (hex) AMHERST SYSTEMS, INC. 0010F5 (base 16) AMHERST SYSTEMS, INC. 30 WILSON ROAD BUFFALO NY 14221 US 00-10-3D (hex) PHASECOM, LTD. 00103D (base 16) PHASECOM, LTD. P.O. BOX 45017 JERUSALEM 91450 IL 00-10-96 (hex) TRACEWELL SYSTEMS, INC. 001096 (base 16) TRACEWELL SYSTEMS, INC. 567 ENTERPRISE DRIVE WESTERVILLE OH 43081 US 00-10-82 (hex) JNA TELECOMMUNICATIONS LIMITED 001082 (base 16) JNA TELECOMMUNICATIONS LIMITED 16 SMITH ST, CHATSWOOD NSW 2067 AU 00-10-98 (hex) STARNET TECHNOLOGIES, INC. 001098 (base 16) STARNET TECHNOLOGIES, INC. 2210 O'TOOLE AVE. SAN JOSE CA 95131 US 00-10-42 (hex) Alacritech, Inc. 001042 (base 16) Alacritech, Inc. 1995 N. First Street San Jose CA 95112 US 00-10-68 (hex) COMOS TELECOM 001068 (base 16) COMOS TELECOM SAEHAN B/D/, 27-1 SUPYO-DONG CHUNG-GU, SEOUL (100-230) KR 00-10-EA (hex) ADEPT TECHNOLOGY 0010EA (base 16) ADEPT TECHNOLOGY 150 ROSE ORCHARD WAY SAN JOSE CA 95134 US 00-10-AE (hex) SHINKO ELECTRIC INDUSTRIES CO. 0010AE (base 16) SHINKO ELECTRIC INDUSTRIES CO. 80 OSHIMADA-MACHI NAGANO-SHI 381-22 JP 00-10-C4 (hex) MEDIA GLOBAL LINKS CO., LTD. 0010C4 (base 16) MEDIA GLOBAL LINKS CO., LTD. 580-16, horikawa-cho,saiwai-ku Kawasaki, Kanagawa 212-0013 JP 00-10-FE (hex) DIGITAL EQUIPMENT CORPORATION 0010FE (base 16) DIGITAL EQUIPMENT CORPORATION 301 ROCKRIMMON BLVD, SOUTH COLORADO SPRINGS CO 80919 US 00-10-56 (hex) SODICK CO., LTD. 001056 (base 16) SODICK CO., LTD. 3-12-1 NAKAMACHIDAI TSUZUKI-KU, YOKOHAMA KANAGAWA 224 JP 00-10-CD (hex) INTERFACE CONCEPT 0010CD (base 16) INTERFACE CONCEPT 3 VENELLE de KERGOS 29000 QUIMPER FR 00-10-61 (hex) HOSTLINK CORP. 001061 (base 16) HOSTLINK CORP. 10F-1, NO. 181 HSI-CHIH, TAIPEI TW 00-10-99 (hex) InnoMedia, Inc. 001099 (base 16) InnoMedia, Inc. 4800 GREAT AMERICA PARKWAY SANTA CLARA CA 95054 US 00-10-E1 (hex) S.I. TECH, INC. 0010E1 (base 16) S.I. TECH, INC. P.O. BOX 609 GENEVA IL 60134 US 00-10-BB (hex) DATA & INFORMATION TECHNOLOGY 0010BB (base 16) DATA & INFORMATION TECHNOLOGY TECHNOLOGY HOUSE BOTTESFORD, NOTTINGHAM NG13 OEL GB 00-10-20 (hex) Hand Held Products Inc 001020 (base 16) Hand Held Products Inc 700 Visions Drive Skaneateles Falls NY 13153-0208 US 00-10-3A (hex) DIAMOND NETWORK TECH 00103A (base 16) DIAMOND NETWORK TECH P.O. BOX 84525 GREENSIDE 2034 ZA 00-10-04 (hex) THE BRANTLEY COILE COMPANY,INC 001004 (base 16) THE BRANTLEY COILE COMPANY,INC 545 RESEARCH DRIVE ATHENS GA 30605 US 00-10-EF (hex) DBTEL INCORPORATED 0010EF (base 16) DBTEL INCORPORATED NO.29 TZU-CHIANG ST., TU-CHENG TAIPEI TW 00-10-88 (hex) AMERICAN NETWORKS INC. 001088 (base 16) AMERICAN NETWORKS INC. 6800 ORANGETHORPE AVE. #A BUENA PARK CA 90620 US 00-10-22 (hex) SatCom Media Corporation 001022 (base 16) SatCom Media Corporation 3255-7 SCOTT BLVD. SANTA CLARA CA 95054 US 00-10-76 (hex) EUREM GmbH 001076 (base 16) EUREM GmbH JULICHER STR. 338B D-52070 AACHEN DE 00-10-3F (hex) TOLLGRADE COMMUNICATIONS, INC. 00103F (base 16) TOLLGRADE COMMUNICATIONS, INC. 493 NIXON ROAD CHESWICK PA 15024 US 00-10-49 (hex) ShoreTel, Inc 001049 (base 16) ShoreTel, Inc 960 Stewart Drive Sunnyvale CA 94085 US 00-10-5E (hex) Spirent plc, Service Assurance Broadband 00105E (base 16) Spirent plc, Service Assurance Broadband 5280 Corporate Dr Ballenger Creek MD 21703 US 00-10-AF (hex) TAC SYSTEMS, INC. 0010AF (base 16) TAC SYSTEMS, INC. 1035 PUTMAN DRIVE--STE. HUNTSVILLE AL 35816-2271 US 00-10-8C (hex) Fujitsu Services Ltd 00108C (base 16) Fujitsu Services Ltd SOLIHULL PARKWAY BIRMINGHAM B37 7YU England 0000 GB 00-10-F7 (hex) IRIICHI TECHNOLOGIES Inc. 0010F7 (base 16) IRIICHI TECHNOLOGIES Inc. 1-26-7 CHUO, NAKANA-KU TOKYO 164 JP 00-10-AB (hex) KOITO ELECTRIC INDUSTRIES, LTD. 0010AB (base 16) KOITO ELECTRIC INDUSTRIES, LTD. 100 MAEDA-CHO, TOTSUKA-KU YOKOHAMA 244 KANAGAWA 244-8569 JP 00-10-10 (hex) INITIO CORPORATION 001010 (base 16) INITIO CORPORATION 2188 B DEL FRANCO STREET SAN JOSE CA 95118 US 00-10-F2 (hex) ANTEC 0010F2 (base 16) ANTEC 4920 AVALON RIDGE PKWY NORCROSS GA 30071 US 00-E0-07 (hex) Avaya ECS Ltd 00E007 (base 16) Avaya ECS Ltd Unit 1 Sterling Court, Mundells Welwyn Garden City Hert AL7 1LZ GB 00-10-BE (hex) MARCH NETWORKS CORPORATION 0010BE (base 16) MARCH NETWORKS CORPORATION 303 Terry Fox Drive OTTAWA, ONTARIO K2K 3J1 CA 00-10-58 (hex) ArrowPoint Communications 001058 (base 16) ArrowPoint Communications 235 LITTLETON ROAD WESTFORD MA 01886 US 00-10-0F (hex) INDUSTRIAL CPU SYSTEMS 00100F (base 16) INDUSTRIAL CPU SYSTEMS 111-D W. DYER ROAD SANTA ANA CA 92707 US 00-10-BC (hex) Aastra Telecom 0010BC (base 16) Aastra Telecom 8 Federal Street Billerica MA 01821-3570 US 00-E0-BF (hex) TORRENT NETWORKING TECHNOLOGIES CORP. 00E0BF (base 16) TORRENT NETWORKING TECHNOLOGIES CORP. 8181 PROFESSIONAL PLACE LANDOVER MD 20785 US 00-E0-E3 (hex) SK-ELEKTRONIK GMBH 00E0E3 (base 16) SK-ELEKTRONIK GMBH HEMMELRATHERWEG 201 51377 LEVERKUSEN DE 00-E0-C6 (hex) LINK2IT, L.L.C. 00E0C6 (base 16) LINK2IT, L.L.C. 4256 BECK AVENUE STUDIO CITY CA 91604 US 00-E0-E5 (hex) CINCO NETWORKS, INC. 00E0E5 (base 16) CINCO NETWORKS, INC. 6601 KOLL CENTER PARK WAY PLEASANTON CA 94566 US 00-E0-61 (hex) EdgePoint Networks, Inc. 00E061 (base 16) EdgePoint Networks, Inc. 2238 MARTIN AVENUE SANTA CLARA CA 95050 US 00-E0-53 (hex) CELLPORT LABS, INC. 00E053 (base 16) CELLPORT LABS, INC. 885 ARAPAHOE AVE., BOULDER CO 80302 US 00-E0-D3 (hex) DATENTECHNIK GmbH 00E0D3 (base 16) DATENTECHNIK GmbH THERESIANUMGASSE 11 A-1040 WIEN AT 00-E0-43 (hex) VitalCom 00E043 (base 16) VitalCom 15222 DEL AMO AVE. TUSTIN CA 92780 US 00-E0-B3 (hex) EtherWAN Systems, Inc. 00E0B3 (base 16) EtherWAN Systems, Inc. 14 HUGHES, STE.B-105 IRVINE CA 92618 US 00-E0-ED (hex) SILICOM, LTD. 00E0ED (base 16) SILICOM, LTD. 8 HANAGER ST. KFAR-SAVA 44000 IL 00-E0-B8 (hex) GATEWAY 2000 00E0B8 (base 16) GATEWAY 2000 610 GATEWAY DRIVE N. SIOUX CITY SD 57049 US 00-E0-7C (hex) METTLER-TOLEDO, INC. 00E07C (base 16) METTLER-TOLEDO, INC. 1150 DEARBORN DRIVE WORTHINGTON OH 43085 US 00-E0-26 (hex) Redlake MASD LLC 00E026 (base 16) Redlake MASD LLC 3440 E. Pritannia Dr. Tuscon AZ 85706 US 00-E0-20 (hex) TECNOMEN OY 00E020 (base 16) TECNOMEN OY P.O. BOX 93 FIN-02271 ESPOO FI 00-E0-0D (hex) RADIANT SYSTEMS 00E00D (base 16) RADIANT SYSTEMS 1000 ALDERMAN DR. ALPHARETTA GA 30202 US 00-E0-DC (hex) NEXWARE CORP. 00E0DC (base 16) NEXWARE CORP. 825 STEWART DR., STE #4 SUNNYVALE CA 94086 US 00-E0-37 (hex) CENTURY CORPORATION 00E037 (base 16) CENTURY CORPORATION 2-28-5, Taito TAITO-KU, TOKYO 101 JP 00-E0-C2 (hex) NECSY S.p.A. 00E0C2 (base 16) NECSY S.p.A. VIA LISBONA 28 35020 PADOVA IT 00-E0-FB (hex) LEIGHTRONIX, INC. 00E0FB (base 16) LEIGHTRONIX, INC. 2330 JARCO DR. HOLT MI 48842 US 00-E0-9B (hex) ENGAGE NETWORKS, INC. 00E09B (base 16) ENGAGE NETWORKS, INC. 316 N. MILWAUKEE ST., STE.#214 MILWAUKEE WI 53202 US 00-E0-45 (hex) TOUCHWAVE, INC. 00E045 (base 16) TOUCHWAVE, INC. Maglebjergvej 5B DK-2800 Lyngby DK 00-E0-40 (hex) DeskStation Technology, Inc. 00E040 (base 16) DeskStation Technology, Inc. 15729 COLLEGE BLVD. LENEXA KS 66219 US 00-E0-1A (hex) COMTEC SYSTEMS. CO., LTD. 00E01A (base 16) COMTEC SYSTEMS. CO., LTD. 404-9 CHOUNGCHEN-DONG BUPYOUNG-KU, INCHON KR 00-E0-78 (hex) BERKELEY NETWORKS 00E078 (base 16) BERKELEY NETWORKS 683 RIVER OAKS PARKWAY SAN JOSE CA 95134 US 00-E0-87 (hex) LeCroy - Networking Productions Division 00E087 (base 16) LeCroy - Networking Productions Division 25 BURLINGTON MALL ROAD BURLINGTON MA 01803 US 00-E0-41 (hex) CSPI 00E041 (base 16) CSPI 43 Manning Rd. Billerica MA 01821 US 00-E0-E2 (hex) INNOVA CORP. 00E0E2 (base 16) INNOVA CORP. 3325 SOUTH 116TH STREET SEATTLE WA 98168 US 00-E0-81 (hex) TYAN COMPUTER CORP. 00E081 (base 16) TYAN COMPUTER CORP. 3288 LAUREVIEW CT Fremont CA 95035 US 00-E0-57 (hex) HAN MICROTELECOM. CO., LTD. 00E057 (base 16) HAN MICROTELECOM. CO., LTD. FASHION BD., 3RD FR, DONG SEO-GU, TAEJON KOREA 302-173 KR 00-E0-BC (hex) SYMON COMMUNICATIONS, INC. 00E0BC (base 16) SYMON COMMUNICATIONS, INC. 10701 CORPORATE DR.-STE. #290 STAFFORD TX 77477 US 00-E0-82 (hex) ANERMA 00E082 (base 16) ANERMA SCHAAPSDRIES 25 2260 WESTERLO BE 00-E0-77 (hex) WEBGEAR, INC. 00E077 (base 16) WEBGEAR, INC. 1263 OAKMEAD PKWY SUNNYVALE CA 94080 US 00-E0-56 (hex) HOLONTECH CORPORATION 00E056 (base 16) HOLONTECH CORPORATION 2039 SAMARITAN DRIVE SAN JOSE CA 95124 US 00-E0-31 (hex) HAGIWARA ELECTRIC CO., LTD. 00E031 (base 16) HAGIWARA ELECTRIC CO., LTD. 7, SHIMOKOFUKADA, ASADA-CHO NISSHIN-SHI, AICHI 470-01 JP 00-E0-0B (hex) ROOFTOP COMMUNICATIONS CORP. 00E00B (base 16) ROOFTOP COMMUNICATIONS CORP. 468 PACO DRIVE LOS ALTOS CA 94024 US 00-E0-B2 (hex) TELMAX COMMUNICATIONS CORP. 00E0B2 (base 16) TELMAX COMMUNICATIONS CORP. 46515 LANDING PARKWAY FREMONT CA 94538 US 00-E0-2F (hex) MCNS HOLDINGS, L.P. 00E02F (base 16) MCNS HOLDINGS, L.P. TCI, INC.-TECHNOLOGY VENTURES DENVER CO 80217-5630 US 00-E0-7E (hex) WALT DISNEY IMAGINEERING 00E07E (base 16) WALT DISNEY IMAGINEERING 1401 FLOWER ST. GLENDALE CA 91221 US 00-E0-99 (hex) SAMSON AG 00E099 (base 16) SAMSON AG WEISMULLERSTR. 3 D-60314 FRANKFURT DE 00-60-AE (hex) TRIO INFORMATION SYSTEMS AB 0060AE (base 16) TRIO INFORMATION SYSTEMS AB FOGDEVAGEN 4B S-183 64 TABY SE 00-60-53 (hex) TOYODA MACHINE WORKS, LTD. 006053 (base 16) TOYODA MACHINE WORKS, LTD. 1-7 KITAJIZOYAMA NODACHOU KARIYA CITY, AICHI JO 00-60-56 (hex) NETWORK TOOLS, INC. 006056 (base 16) NETWORK TOOLS, INC. 2975 BOWERS AVENUE, #202 SANTA CLARA CA 95051-0955 US 00-60-0C (hex) Eurotech Inc. 00600C (base 16) Eurotech Inc. 10260 Old Columbia Road COLUMBIA MD 21046 US 00-60-1C (hex) TELXON CORPORATION 00601C (base 16) TELXON CORPORATION 3330 W. MARKET STREET AKRON OH 44334-0582 US 00-60-5F (hex) NIPPON UNISOFT CORPORATION 00605F (base 16) NIPPON UNISOFT CORPORATION BR NINGYOCHO 1,2-13-9 TOKYO 103 JP 00-60-91 (hex) FIRST PACIFIC NETWORKS, INC. 006091 (base 16) FIRST PACIFIC NETWORKS, INC. 871 FOX LANE SAN JOSE CA 95131 US 00-60-1D (hex) LUCENT TECHNOLOGIES 00601D (base 16) LUCENT TECHNOLOGIES 101 CRAWFORDS CORNER RD. HOLMDEL NJ 07733 US 00-60-7B (hex) FORE SYSTEMS, INC. 00607B (base 16) FORE SYSTEMS, INC. 1000 FORE DRIVE WARRENDALE PA 15086 US 00-E0-6C (hex) Ultra Electronics Command & Control Systems 00E06C (base 16) Ultra Electronics Command & Control Systems Knaves Beech Business Centre Hemel Hemstead Herts England HP2 7BW GB 00-E0-4A (hex) ZX Technologies, Inc 00E04A (base 16) ZX Technologies, Inc 760 Spanish Oak Trail Dripping Springs TX 78620 US 00-60-C9 (hex) ControlNet, Inc. 0060C9 (base 16) ControlNet, Inc. 747 CAMDEN, STE. A CAMPBELL CA 95008 US 00-E0-7A (hex) MIKRODIDAKT AB 00E07A (base 16) MIKRODIDAKT AB Skiffervägen 48 LUND SE22478 SE 00-60-32 (hex) I-CUBE, INC. 006032 (base 16) I-CUBE, INC. 2328-C WALSH AVENUE SANTA CLARA CA 95014 US 00-60-33 (hex) ACUITY IMAGING, INC. 006033 (base 16) ACUITY IMAGING, INC. 9 TOWNSEND WEST NASHUA NH 03063 US 00-60-13 (hex) NETSTAL MASCHINEN AG 006013 (base 16) NETSTAL MASCHINEN AG INDUSTRIESTRASSE CH-8752 NAEFELS CH 00-60-22 (hex) VICOM SYSTEMS, INC. 006022 (base 16) VICOM SYSTEMS, INC. 1961 LANDINGS DRIVE MOUNTAIN VIEW CA 94043 US 00-60-EE (hex) APOLLO 0060EE (base 16) APOLLO 3610 BIRCH STREET--STE #100 NEWPORT BEACH CA 92660 US 00-60-D8 (hex) ELMIC SYSTEMS, INC. 0060D8 (base 16) ELMIC SYSTEMS, INC. DAI-ICHI SEIMEI BLDG. YOKOHAMA 231 JP 00-60-EF (hex) FLYTECH TECHNOLOGY CO., LTD. 0060EF (base 16) FLYTECH TECHNOLOGY CO., LTD. No.168 Sing-ai Rd., Neihu District TAIPEI CITY 114 TW 00-60-85 (hex) Storage Concepts 006085 (base 16) Storage Concepts 14352 Chamber Road Tustin CA 92780 US 00-60-11 (hex) CRYSTAL SEMICONDUCTOR CORP. 006011 (base 16) CRYSTAL SEMICONDUCTOR CORP. P.O. BOX 17847 AUSTIN TX 78760 US 00-60-F5 (hex) ICON WEST, INC. 0060F5 (base 16) ICON WEST, INC. 3342 SOUTH 300 EAST SALT LAKE CITY UT 84115 US 00-60-62 (hex) TELESYNC, INC. 006062 (base 16) TELESYNC, INC. 5555 OAKBROOK PKWY-STE #110 NORCROSS GA 30093 US 00-60-E9 (hex) ATOP TECHNOLOGIES, INC. 0060E9 (base 16) ATOP TECHNOLOGIES, INC. SUITE 305, NO. 47, PARK AVENUE II, HSINCHU 30047 TW 00-60-43 (hex) iDirect, INC. 006043 (base 16) iDirect, INC. 13865 Sunrise Vally Drive Herndon VA 20171 US 00-60-28 (hex) MACROVISION CORPORATION 006028 (base 16) MACROVISION CORPORATION 2830 De La Cruz Boulevard Santa Clara CA 95050 US 00-60-F0 (hex) JOHNSON & JOHNSON MEDICAL, INC 0060F0 (base 16) JOHNSON & JOHNSON MEDICAL, INC 4110 GEORGE RD. TAMPA FL 33634 US 00-60-E0 (hex) AXIOM TECHNOLOGY CO., LTD. 0060E0 (base 16) AXIOM TECHNOLOGY CO., LTD. 3F, 14, LANE 235 TAIPEI HSIEN TW 00-60-96 (hex) T.S. MICROTECH INC. 006096 (base 16) T.S. MICROTECH INC. 20818 HIGGINS COURT TORRANCE CA 90501 US 00-60-3A (hex) QUICK CONTROLS LTD. 00603A (base 16) QUICK CONTROLS LTD. DURHAM HOUSE, WARWICK COURT MANCHESTER M24 1AE GB 00-02-88 (hex) GLOBAL VILLAGE COMMUNICATION 000288 (base 16) GLOBAL VILLAGE COMMUNICATION 1144 EAST ARQUES AVE. SUNNYVALE CA 94086 US 00-60-34 (hex) ROBERT BOSCH GmbH 006034 (base 16) ROBERT BOSCH GmbH POSTBOX 11 62 D-64701 ERBACH DE 00-60-50 (hex) INTERNIX INC. 006050 (base 16) INTERNIX INC. 59-10 TAKAKURA-CHO TOKYO 192 JP 00-60-FA (hex) EDUCATIONAL TECHNOLOGY RESOURCES, INC. 0060FA (base 16) EDUCATIONAL TECHNOLOGY RESOURCES, INC. 1742 CHURCH STREET HOLBROOK NY 11741 US 00-60-DA (hex) Red Lion Controls, LP 0060DA (base 16) Red Lion Controls, LP 20 Willow Springs Circle York NY 17402 US 00-60-E4 (hex) COMPUSERVE, INC. 0060E4 (base 16) COMPUSERVE, INC. 5000 ARLINGTON CENTRE BLVD. COLUMBUS OH 43220 US 00-60-8F (hex) TEKRAM TECHNOLOGY CO., LTD. 00608F (base 16) TEKRAM TECHNOLOGY CO., LTD. B1, NO. 17, LANE 159, SEC. 6 TAIPEI TW 00-60-C4 (hex) SOLITON SYSTEMS K.K. 0060C4 (base 16) SOLITON SYSTEMS K.K. 2-4-3 SHINJUKU, SHINJUKU-KU TOKYO 160 JP 00-A0-3C (hex) EG&G NUCLEAR INSTRUMENTS 00A03C (base 16) EG&G NUCLEAR INSTRUMENTS 100 MIDLAND ROAD OAK RIDGE TN 37830 US 00-A0-C4 (hex) CRISTIE ELECTRONICS LTD. 00A0C4 (base 16) CRISTIE ELECTRONICS LTD. BOND'S MILL GLOUCESTERSHIRE GL10 3RG GB 00-A0-63 (hex) JRL SYSTEMS, INC. 00A063 (base 16) JRL SYSTEMS, INC. 8305 HWY 71 WEST AUSTIN TX 78735 US 00-A0-2C (hex) interWAVE Communications 00A02C (base 16) interWAVE Communications 656 BAIR ISLAND BLVD.-STE.#108 REDWOOD CITY CA 94063-2704 US 00-A0-F7 (hex) V.I COMPUTER CORP. 00A0F7 (base 16) V.I COMPUTER CORP. 531 ENCINITAS BLVD--#114 ENCINITAS CA 92024 US 00-A0-90 (hex) TimeStep Corporation 00A090 (base 16) TimeStep Corporation 359 TERRY FOX DRIVE KANATA, ONTARIO K2K 2E7 CA 00-A0-EA (hex) ETHERCOM CORP. 00A0EA (base 16) ETHERCOM CORP. 45990 HOTCHKISS ST. FREEMONT CA 94539 US 00-A0-DC (hex) O.N. ELECTRONIC CO., LTD. 00A0DC (base 16) O.N. ELECTRONIC CO., LTD. 3-20-27, TARUMI SUITA, OSAKA 564 JP 00-A0-0B (hex) COMPUTEX CO., LTD. 00A00B (base 16) COMPUTEX CO., LTD. 432-13 GOJYOBASHI-HIGASHI 4-CHYOME HIGASHIYAMAKU, KYOTO-CITY 605 JP 00-A0-E2 (hex) Keisokugiken Corporation 00A0E2 (base 16) Keisokugiken Corporation 2021-5 Houshakuji Shioya-gun Tochigi 329-1233 JP 00-A0-33 (hex) imc MeBsysteme GmbH 00A033 (base 16) imc MeBsysteme GmbH VOLTASTRASSE 5 D-13355 BERLIN DE 00-A0-A9 (hex) NAVTEL COMMUNICATIONS INC. 00A0A9 (base 16) NAVTEL COMMUNICATIONS INC. 55 RENFREW DRIVE MARKHAM, ONTARIO L3R 8H3 CA 00-A0-71 (hex) VIDEO LOTTERY TECHNOLOGIES,INC 00A071 (base 16) VIDEO LOTTERY TECHNOLOGIES,INC 2311 SOUTH 7TH AVENUE BOZEMAN MT 59715 US 00-60-00 (hex) XYCOM INC. 006000 (base 16) XYCOM INC. 750 N. MAPLE SALINE MI 48176 US 00-60-45 (hex) PATHLIGHT TECHNOLOGIES 006045 (base 16) PATHLIGHT TECHNOLOGIES 767 WARREN ROAD ITHACA NY 14850 US 00-A0-5D (hex) CS COMPUTER SYSTEME GmbH 00A05D (base 16) CS COMPUTER SYSTEME GmbH ISARSTRASSE 3, 82065 BAIERBRUNN DE 00-A0-61 (hex) PURITAN BENNETT 00A061 (base 16) PURITAN BENNETT 2200 FARADAY AVENUE CARLSBAD CA 92008 US 00-60-A6 (hex) PARTICLE MEASURING SYSTEMS 0060A6 (base 16) PARTICLE MEASURING SYSTEMS 5475 AIRPORT BLVD. BOULDER CO 80301 US 00-60-2A (hex) SYMICRON COMPUTER COMMUNICATIONS, LTD. 00602A (base 16) SYMICRON COMPUTER COMMUNICATIONS, LTD. UNIT 4 GREEN LANE BUSINESS PARK London SE9 3TL US 00-A0-6D (hex) MANNESMANN TALLY CORPORATION 00A06D (base 16) MANNESMANN TALLY CORPORATION P.O. BOX 97018 KENT WA 98064-9718 US 00-A0-F6 (hex) AutoGas Systems Inc. 00A0F6 (base 16) AutoGas Systems Inc. P.O. BOX 6957 ABIOLENE TX 79608 US 00-60-BE (hex) WEBTRONICS 0060BE (base 16) WEBTRONICS 3B-1 8-2-12 SHINAGAWA-KU TOKYO 141 JP 00-60-BF (hex) MACRAIGOR SYSTEMS, INC. 0060BF (base 16) MACRAIGOR SYSTEMS, INC. PO BOX 1008 BROOKLINE VILLAGE MA 02147 US 00-60-80 (hex) MICROTRONIX DATACOM LTD. 006080 (base 16) MICROTRONIX DATACOM LTD. 4056 Meadowbrook Drive, Unit 126 LONDON ONTARIO N6L 1E3 CA 00-A0-37 (hex) Mindray DS USA, Inc. 00A037 (base 16) Mindray DS USA, Inc. 800 Macarthur Blvd. Mahwah NJ 07430 US 00-A0-4C (hex) INNOVATIVE SYSTEMS & TECHNOLOGIES, INC. 00A04C (base 16) INNOVATIVE SYSTEMS & TECHNOLOGIES, INC. 48511 WARM SPRINGS BLVD. FREMONT CA 94539 US 00-A0-31 (hex) HAZELTINE CORPORATION, MS 1-17 00A031 (base 16) HAZELTINE CORPORATION, MS 1-17 450 E. PULASKI ROAD GREENLAWN NY 11740 US 00-A0-41 (hex) INFICON 00A041 (base 16) INFICON 2 Technology Place E. Syracuse NY 13057 US 00-A0-A7 (hex) VORAX CORPORATION 00A0A7 (base 16) VORAX CORPORATION 1031 EAST DUANE AVENUE, STE H SUNNYVALE CA 94086 US 00-A0-7E (hex) AVID TECHNOLOGY, INC. 00A07E (base 16) AVID TECHNOLOGY, INC. METROPOLITAN TECHNOLOGY PARK TEWKSBURY MA 01876 US 00-A0-6F (hex) Color Sentinel Systems, LLC 00A06F (base 16) Color Sentinel Systems, LLC 97 Ridgeland Rd, Suite #2 ROCHESTER NY 14623 US 00-A0-C7 (hex) TADIRAN TELECOMMUNICATIONS 00A0C7 (base 16) TADIRAN TELECOMMUNICATIONS P.O. BOX 500 PETAH-TIKVA 49104 IL 00-A0-1A (hex) BINAR ELEKTRONIK AB 00A01A (base 16) BINAR ELEKTRONIK AB MAGNETUAGEN 18 SE 00-A0-88 (hex) ESSENTIAL COMMUNICATIONS 00A088 (base 16) ESSENTIAL COMMUNICATIONS 4374 ALEXANDER BLVD. NE-STE ALBUQUERQUE NM 87107 US 00-A0-C2 (hex) R.A. SYSTEMS CO., LTD. 00A0C2 (base 16) R.A. SYSTEMS CO., LTD. 1850-3 HIROOKANOMURA JP 00-A0-98 (hex) NetApp 00A098 (base 16) NetApp 1395 Crossman Ave Sunnyvale, CA 94089 US 00-A0-4B (hex) TFL LAN INC. 00A04B (base 16) TFL LAN INC. 9F, NO. 499 CHUNG CHENG ROAD TAIWAN TAIWAN R.O.C. TW 00-A0-64 (hex) KVB/ANALECT 00A064 (base 16) KVB/ANALECT 9420 JERONIMO ROAD IRVINE CA 92718 US 00-A0-3E (hex) ATM FORUM 00A03E (base 16) ATM FORUM WORLDWIDE HEADQUARTERS FOSTER CITY CA 94404-1138 US 00-A0-1F (hex) TRICORD SYSTEMS, INC. 00A01F (base 16) TRICORD SYSTEMS, INC. 2800 NORTHWEST BOULEVARD PLYMOUTH MN 55441-2625 US 00-A0-FB (hex) TORAY ENGINEERING CO., LTD. 00A0FB (base 16) TORAY ENGINEERING CO., LTD. 1-45, OE 1-CHOME, OTSU CITY 520-21 JP 00-A0-6C (hex) SHINDENGEN ELECTRIC MFG. CO., LTD. 00A06C (base 16) SHINDENGEN ELECTRIC MFG. CO., LTD. 10-13, MINAMI-CHO, HANNOU-CITY SAITAMA 357 JO 00-A0-DB (hex) FISHER & PAYKEL PRODUCTION 00A0DB (base 16) FISHER & PAYKEL PRODUCTION MACHINERY LIMITED NZ 00-A0-81 (hex) ALCATEL DATA NETWORKS 00A081 (base 16) ALCATEL DATA NETWORKS 12502 SUNRISE VALLEY DRIVE RESTON VA 22096 US 00-A0-B1 (hex) FIRST VIRTUAL CORPORATION 00A0B1 (base 16) FIRST VIRTUAL CORPORATION 3393 OCTAVIUS DR.-STE.# 102 SANTA CLARA CA 95054 US 00-20-10 (hex) JEOL SYSTEM TECHNOLOGY CO. LTD 002010 (base 16) JEOL SYSTEM TECHNOLOGY CO. LTD 3-1-2 Musashino Akishima-shi Tokyo 196-8558 JP 00-20-9F (hex) MERCURY COMPUTER SYSTEMS, INC. 00209F (base 16) MERCURY COMPUTER SYSTEMS, INC. 199 RIVERNECK ROAD CHELMSFORD MA 01824 US 00-A0-73 (hex) COM21, INC. 00A073 (base 16) COM21, INC. 2113 LANDINGS DRIVE MOUNTAIN VIEW CA 94043 US 00-A0-3A (hex) KUBOTEK CORPORATION 00A03A (base 16) KUBOTEK CORPORATION 56 NISHIAKETA-CHO, HIGASHIKUJO JP 00-A0-B2 (hex) SHIMA SEIKI 00A0B2 (base 16) SHIMA SEIKI 85, SAKATA WAKAYAMA-CITY JP 00-A0-8B (hex) ASTON ELECTRONIC DESIGNS LTD. 00A08B (base 16) ASTON ELECTRONIC DESIGNS LTD. 123/127 DEEPCUT BRIDGE ROAD ENGLAND GB 00-A0-97 (hex) JC INFORMATION SYSTEMS 00A097 (base 16) JC INFORMATION SYSTEMS 4487 TECHNOLOGY DRIVE FREMONT CA 94538-6343 US 00-A0-27 (hex) FIREPOWER SYSTEMS, INC. 00A027 (base 16) FIREPOWER SYSTEMS, INC. 190 INDEPENDENCE DRIVE MENLO PARK CA 94025 US 00-A0-46 (hex) SCITEX CORP. LTD. 00A046 (base 16) SCITEX CORP. LTD. P.O.BOX 330 IL 00-A0-D4 (hex) RADIOLAN, INC. 00A0D4 (base 16) RADIOLAN, INC. 454 DEGUIGNE DRIVE - STE SUNNYVALE CA 94086 US 00-A0-92 (hex) H. BOLLMANN MANUFACTURERS, LTD 00A092 (base 16) H. BOLLMANN MANUFACTURERS, LTD 26 VICTORIA WAY ENGLAND GB 00-20-0D (hex) CARL ZEISS 00200D (base 16) CARL ZEISS POSTFACH 1380 DE 00-20-2D (hex) TAIYO CORPORATION 00202D (base 16) TAIYO CORPORATION 1-2-6 SANNOH, OHTA-KU 143 JP 00-20-91 (hex) J125, NATIONAL SECURITY AGENCY 002091 (base 16) J125, NATIONAL SECURITY AGENCY 9800 SAVAGE ROAD FT. MEADE MD 20755-6000 US 00-20-BD (hex) NIOBRARA R & D CORPORATION 0020BD (base 16) NIOBRARA R & D CORPORATION PO BOX 3418 JOPLIN MO 64803-3418 US 00-20-54 (hex) Sycamore Networks 002054 (base 16) Sycamore Networks 220 Mill Rd Chelmsford MA 01824 US 00-20-A7 (hex) PAIRGAIN TECHNOLOGIES, INC. 0020A7 (base 16) PAIRGAIN TECHNOLOGIES, INC. 14402 FRANKLIN AVENUE TUSTIN CA 92680-7013 US 00-20-55 (hex) ALTECH CO., LTD. 002055 (base 16) ALTECH CO., LTD. OHISHI BLDG., 2-23-11 TOKYO 116 JP 00-20-0A (hex) SOURCE-COMM CORP. 00200A (base 16) SOURCE-COMM CORP. 25020 W. AVENUE STANFORD VALENCIA CA 91355 US 00-20-CF (hex) TEST & MEASUREMENT SYSTEMS INC 0020CF (base 16) TEST & MEASUREMENT SYSTEMS INC 2045 SITKA COURT LOVELAND CO 80538 US 00-20-B4 (hex) TERMA ELEKTRONIK AS 0020B4 (base 16) TERMA ELEKTRONIK AS HOVMARKEN 4, DK-8520 LYSTRUP DK 00-20-E4 (hex) HSING TECH ENTERPRISE CO., LTD 0020E4 (base 16) HSING TECH ENTERPRISE CO., LTD NO. 2, LANE 128, SEC. 2 TEIPEI, TW 00-20-6C (hex) EVERGREEN TECHNOLOGY CORP. 00206C (base 16) EVERGREEN TECHNOLOGY CORP. 231 EMERSON STREET PALO ALTO CA 94301 US 00-20-5E (hex) CASTLE ROCK, INC. 00205E (base 16) CASTLE ROCK, INC. 20 SOUTH SANTA CRUZ AVE. LOS GATOS CA 95030 US 00-20-12 (hex) CAMTRONICS MEDICAL SYSTEMS 002012 (base 16) CAMTRONICS MEDICAL SYSTEMS P.O. BOX 950 HARTLAND WI 53029 US 00-20-75 (hex) MOTOROLA COMMUNICATION ISRAEL 002075 (base 16) MOTOROLA COMMUNICATION ISRAEL 3 KREMENETSKI STREET TEL-AVIV 61250 IL 00-20-A5 (hex) API ENGINEERING 0020A5 (base 16) API ENGINEERING 2689 POPLARWOOD WAY SAN JOSE CA 95132 US 00-20-64 (hex) PROTEC MICROSYSTEMS, INC. 002064 (base 16) PROTEC MICROSYSTEMS, INC. 297 LABROSSE POINTE-CLAIRE, QUEBEC H9R 1A3 CA 00-20-33 (hex) SYNAPSE TECHNOLOGIES, INC. 002033 (base 16) SYNAPSE TECHNOLOGIES, INC. 4822 ALBEMARLE ROAD, #104 CHARLOTTE NC 28205 US 00-20-CB (hex) PRETEC ELECTRONICS CORP. 0020CB (base 16) PRETEC ELECTRONICS CORP. 39899 BALENTINE DR. NEWARK CA 94560 US 00-20-EB (hex) CINCINNATI MICROWAVE, INC. 0020EB (base 16) CINCINNATI MICROWAVE, INC. ONE MICROWAVE PLAZA CINCINNATI OH 45249 US 00-20-A0 (hex) OA LABORATORY CO., LTD. 0020A0 (base 16) OA LABORATORY CO., LTD. 228 KAMIMACHIYA KAMAKURA JP 00-20-E2 (hex) INFORMATION RESOURCE ENGINEERING 0020E2 (base 16) INFORMATION RESOURCE ENGINEERING 8029 CORPORATE DRIVE BALTIMORE MD 21236 US 00-20-07 (hex) SFA, INC. 002007 (base 16) SFA, INC. 1401 MCCORMICK DRIVE LANDOVER MD 20785 US 00-20-5C (hex) InterNet Systems of Florida, Inc. 00205C (base 16) InterNet Systems of Florida, Inc. P.O. BOX 578 CRESTVIEW FL 32536 US 00-20-A2 (hex) GALCOM NETWORKING LTD. 0020A2 (base 16) GALCOM NETWORKING LTD. P.O. BOX 1568 RAMAT HASHARON 47113 IL 00-20-31 (hex) Tattile SRL 002031 (base 16) Tattile SRL AM PESTALOZZIRING 24 D-91058 ERLANGEN DE 00-20-D0 (hex) VERSALYNX CORPORATION 0020D0 (base 16) VERSALYNX CORPORATION 8950 CARLEY CIRCLE SAN DIEGO CA 92126 US 00-20-B9 (hex) METRICOM, INC. 0020B9 (base 16) METRICOM, INC. 980 UNIVERSITY AVENUE LOS GATOS CA 95030 US 00-20-39 (hex) SCINETS 002039 (base 16) SCINETS 1575 TENAKA - STE# N8 SUNNYVALE CA 94087 US 00-20-72 (hex) WORKLINK INNOVATIONS 002072 (base 16) WORKLINK INNOVATIONS 2452 ARMSTRONG STREET LIVERMORE CA 9455O US 00-20-EC (hex) TECHWARE SYSTEMS CORP. 0020EC (base 16) TECHWARE SYSTEMS CORP. #100 - 12051 HORSESHOE WAY V7A 4V4 CA 00-20-6E (hex) XACT, INC. 00206E (base 16) XACT, INC. P.O. BOX 55 ARGYLE TX 76226 US 00-20-F1 (hex) ALTOS INDIA LIMITED 0020F1 (base 16) ALTOS INDIA LIMITED D-60, OKLHLA INDUSTRIAL IN 00-20-41 (hex) DATA NET 002041 (base 16) DATA NET SUWON P.O. BOX 106, SUWON KOREA 440-600 KR 00-20-76 (hex) REUDO CORPORATION 002076 (base 16) REUDO CORPORATION 4-1-10 SHINSAN JP 00-20-E8 (hex) DATATREK CORPORATION 0020E8 (base 16) DATATREK CORPORATION 4505 WYLAND DRIVE ELKHART IN 46516 US 00-20-C5 (hex) EAGLE TECHNOLOGY 0020C5 (base 16) EAGLE TECHNOLOGY 2865 ZANKER ROAD SAN JOSE CA 95134 US 00-20-09 (hex) PACKARD BELL ELEC., INC. 002009 (base 16) PACKARD BELL ELEC., INC. 9425 CANOGA AVENUE CHATSWORTH CA 913211 US 00-20-27 (hex) MING FORTUNE INDUSTRY CO., LTD 002027 (base 16) MING FORTUNE INDUSTRY CO., LTD 4F, NO. 800 CHUNG CHENG RD, TAIWAN TAIWAN R.O.C. TW 00-20-8A (hex) SONIX COMMUNICATIONS, LTD. 00208A (base 16) SONIX COMMUNICATIONS, LTD. WILKINSON ROAD ENGLAND GB 00-20-D2 (hex) RAD DATA COMMUNICATIONS, LTD. 0020D2 (base 16) RAD DATA COMMUNICATIONS, LTD. 8 HANECHOSHET STREET KZ 00-20-02 (hex) SERITECH ENTERPRISE CO., LTD. 002002 (base 16) SERITECH ENTERPRISE CO., LTD. FL. 182, NO. 531-1 TAIWAN TAIWAN R.O.C. TW 00-20-4B (hex) AUTOCOMPUTER CO., LTD. 00204B (base 16) AUTOCOMPUTER CO., LTD. NO. 18, PEI YUAN ROAD TAIWAN TAIWAN R.O.C. TW 00-20-EA (hex) EFFICIENT NETWORKS, INC. 0020EA (base 16) EFFICIENT NETWORKS, INC. 4201 SPRING VALLEY ROAD DALLAS TX 75244-3666 US 00-20-6A (hex) OSAKA COMPUTER CORP. 00206A (base 16) OSAKA COMPUTER CORP. 2-8 KOYACHOU NEYAGAW-SHI JP 00-20-DB (hex) XNET TECHNOLOGY, INC. 0020DB (base 16) XNET TECHNOLOGY, INC. 426 S. HILLVIEW DRIVE MILPITAS CA 95035 US 00-20-BB (hex) ZAX CORPORATION 0020BB (base 16) ZAX CORPORATION 20-12 OGIKUBO 5-CHOME 167 JP 00-20-A8 (hex) SAST TECHNOLOGY CORP. 0020A8 (base 16) SAST TECHNOLOGY CORP. 225 OLD NEW BRUNSWICK RD. PISCATAWAY NJ 08854 US 00-20-45 (hex) ION Networks, Inc. 002045 (base 16) ION Networks, Inc. 1551 South Washington Ave. Piscataway NJ 08854 US 00-20-49 (hex) COMTRON, INC. 002049 (base 16) COMTRON, INC. SANCATHERINA BLDG. TOKYO 160 JP 00-20-50 (hex) KOREA COMPUTER INC. 002050 (base 16) KOREA COMPUTER INC. 469, DAEHEUNG-DONG KOREA KR 00-20-84 (hex) OCE PRINTING SYSTEMS, GMBH 002084 (base 16) OCE PRINTING SYSTEMS, GMBH SIEMENSALLEE 2 DE 00-20-8C (hex) GALAXY NETWORKS, INC. 00208C (base 16) GALAXY NETWORKS, INC. 9348 DE SOTO AVENUE CHATSWORTH CA 91311 US 00-20-2C (hex) WELLTRONIX CO., LTD. 00202C (base 16) WELLTRONIX CO., LTD. 3F, NO. 36-1, HWANG HSI STREET TAIWAN TAIWAN R.O.C. TW 00-20-21 (hex) ALGORITHMS SOFTWARE PVT. LTD. 002021 (base 16) ALGORITHMS SOFTWARE PVT. LTD. 83 JOLLY MAKER CHAMBERS II IN 00-C0-F9 (hex) Artesyn Embedded Technologies 00C0F9 (base 16) Artesyn Embedded Technologies 2900 S. Diablo Way Suite 190 Tempe AZ 85282 US 00-C0-75 (hex) XANTE CORPORATION 00C075 (base 16) XANTE CORPORATION 2559 EMOGENE STREET MOBILE AL 36606 US 00-1C-7C (hex) PERQ SYSTEMS CORPORATION 001C7C (base 16) PERQ SYSTEMS CORPORATION 2600 LIBERTY AVENUE PITTSBURGH PA 15230 US 00-C0-39 (hex) Teridian Semiconductor Corporation 00C039 (base 16) Teridian Semiconductor Corporation 6440 Oak Canyon Irvine CA 92618 US 00-C0-A9 (hex) BARRON MCCANN LTD. 00C0A9 (base 16) BARRON MCCANN LTD. BEMAC HOUSE UNITED KINGDOM GB 00-C0-4B (hex) CREATIVE MICROSYSTEMS 00C04B (base 16) CREATIVE MICROSYSTEMS 9, AVENUE DU CANADA 91966 LES ULIS---FRANC FR 00-C0-B9 (hex) FUNK SOFTWARE, INC. 00C0B9 (base 16) FUNK SOFTWARE, INC. 222 THIRD STREET CAMBRIDGE MA 02142 US 00-C0-15 (hex) NEW MEDIA CORPORATION 00C015 (base 16) NEW MEDIA CORPORATION 15375 BARRANCA PARKWAY IRVINE CA 92718 US 00-C0-83 (hex) TRACE MOUNTAIN PRODUCTS, INC. 00C083 (base 16) TRACE MOUNTAIN PRODUCTS, INC. 1040 EAST BROKAW ROAD SAN JOSE CA 95131 US 00-C0-94 (hex) VMX INC. 00C094 (base 16) VMX INC. 2115 O'NEL DRIVE SAN JOSE CA 95131 US 00-C0-19 (hex) LEAP TECHNOLOGY, INC. 00C019 (base 16) LEAP TECHNOLOGY, INC. 20 BURLINGTON MA 01803 US 00-C0-CF (hex) IMATRAN VOIMA OY 00C0CF (base 16) IMATRAN VOIMA OY IVO FI 00-C0-7D (hex) RISC DEVELOPMENTS LTD. 00C07D (base 16) RISC DEVELOPMENTS LTD. 117 HATFIELD ROAD ENGLAND GB 00-C0-43 (hex) STRATACOM 00C043 (base 16) STRATACOM 1400 PARKMOOR AVENUE SAN JOSE CA 95126 US 00-C0-B5 (hex) CORPORATE NETWORK SYSTEMS,INC. 00C0B5 (base 16) CORPORATE NETWORK SYSTEMS,INC. 5711 SIX FORKS ROAD--STE #306 RALEIGH NC 27609 US 00-C0-ED (hex) US ARMY ELECTRONIC 00C0ED (base 16) US ARMY ELECTRONIC PROVING GROUND SIERRA VISTA AZ 85635 US 00-C0-32 (hex) I-CUBED LIMITED 00C032 (base 16) I-CUBED LIMITED UNIT J1, THE POADDOCKS CB1 4DH CB1 4DH ENGLAND GB 00-C0-A5 (hex) DICKENS DATA SYSTEMS 00C0A5 (base 16) DICKENS DATA SYSTEMS 1175 NORTHMEADOW PKWY-STE #150 ROSWELL GA 30076 US 00-C0-EF (hex) ABIT CORPORATION 00C0EF (base 16) ABIT CORPORATION 29-11 HIRAOKA-CHO 192 JP 00-C0-61 (hex) SOLECTEK CORPORATION 00C061 (base 16) SOLECTEK CORPORATION 6370 NANCY RIDGE DR.-STE.#109 SAN DIEGO CA 92121 US 00-C0-AD (hex) MARBEN COMMUNICATION SYSTEMS 00C0AD (base 16) MARBEN COMMUNICATION SYSTEMS 1 RUE DU BOIS CHALAND FR 00-C0-7F (hex) NUPON COMPUTING CORP. 00C07F (base 16) NUPON COMPUTING CORP. 1391 WARNER AVE., -SUITE TUSTIN CA 92680 US 00-C0-57 (hex) MYCO ELECTRONICS 00C057 (base 16) MYCO ELECTRONICS MUSSERONGRAND 1G SE 00-C0-56 (hex) SOMELEC 00C056 (base 16) SOMELEC BP 7010 - 95050 FR 00-C0-27 (hex) CIPHER SYSTEMS, INC. 00C027 (base 16) CIPHER SYSTEMS, INC. 22115 NW Imbrie Dr #285 Hillsboro OR 97124 US 00-C0-5C (hex) ELONEX PLC 00C05C (base 16) ELONEX PLC 2 APSLEY WAY UNITED KINGDOM GB 00-C0-28 (hex) JASCO CORPORATION 00C028 (base 16) JASCO CORPORATION 2967-5 ISHIKAWA-CHO, JP 00-C0-8D (hex) TRONIX PRODUCT DEVELOPMENT 00C08D (base 16) TRONIX PRODUCT DEVELOPMENT 4908 E. MCDOWELL RD. STE.#100 PHOENIX AZ 85008 US 00-C0-2A (hex) OHKURA ELECTRIC CO., LTD. 00C02A (base 16) OHKURA ELECTRIC CO., LTD. 2-90-20 SHIRAKO WAKO CITY 351-01 JP 00-C0-FC (hex) ELASTIC REALITY, INC. 00C0FC (base 16) ELASTIC REALITY, INC. 925 STEWART STREET MADISON WI 53713 US 00-C0-BB (hex) FORVAL CREATIVE, INC. 00C0BB (base 16) FORVAL CREATIVE, INC. 3-27-12 HONGO JP 00-C0-E0 (hex) DSC COMMUNICATION CORP. 00C0E0 (base 16) DSC COMMUNICATION CORP. 1000 COIT ROAD, MS#ADVP 3 PLANO TX 75075 US 00-C0-5B (hex) NETWORKS NORTHWEST, INC. 00C05B (base 16) NETWORKS NORTHWEST, INC. P.O. BOX 1188 ISSAQUAH WA 98027 US 00-C0-08 (hex) SECO SRL 00C008 (base 16) SECO SRL VIA CALAMANDREI 91 IT 00-C0-B7 (hex) AMERICAN POWER CONVERSION CORP 00C0B7 (base 16) AMERICAN POWER CONVERSION CORP 267 BOSTON ROAD #2 NORTH BILLERICA MA 01862 US 00-C0-D3 (hex) OLYMPUS IMAGE SYSTEMS, INC. 00C0D3 (base 16) OLYMPUS IMAGE SYSTEMS, INC. 15271 BARRANCA PARKWAY IRVINE CA 92718-2201 US 00-C0-E8 (hex) PLEXCOM, INC. 00C0E8 (base 16) PLEXCOM, INC. 65 MORELAND ROADENUYE SIMI VALLEY CA 93065 US 00-C0-DA (hex) NICE SYSTEMS LTD. 00C0DA (base 16) NICE SYSTEMS LTD. 3 TEVUOT HA'ARETZ ST IL 00-C0-D1 (hex) COMTREE TECHNOLOGY CORPORATION 00C0D1 (base 16) COMTREE TECHNOLOGY CORPORATION 5F-7, NO. 1, FU-HSING NORTH RD TAIWAN R.O.C. CN 00-C0-38 (hex) RASTER IMAGE PROCESSING SYSTEM 00C038 (base 16) RASTER IMAGE PROCESSING SYSTEM 4665 NAUTILUS COURT SOUTH BOULDER CO 80301 US 00-40-9B (hex) HAL COMPUTER SYSTEMS INC. 00409B (base 16) HAL COMPUTER SYSTEMS INC. 1315 DELL AVENUE CAMPBELL CA 95008 US 00-40-EB (hex) MARTIN MARIETTA CORPORATION 0040EB (base 16) MARTIN MARIETTA CORPORATION 12506 LAKE UNDERHILL ORLANDO FL 32825 US 00-40-BD (hex) STARLIGHT NETWORKS, INC. 0040BD (base 16) STARLIGHT NETWORKS, INC. 444 CASTRO STREET STE MOUNTAIN VIEW CA 94041 US 00-40-ED (hex) NETWORK CONTROLS INT'NATL INC. 0040ED (base 16) NETWORK CONTROLS INT'NATL INC. 9 WOODLAWN GREEN CHARLOTTE NC 28217 US 00-40-21 (hex) RASTER GRAPHICS 004021 (base 16) RASTER GRAPHICS 285 N. WOLFE ROAD SUNNYVALE CA 94086 US 00-40-C1 (hex) BIZERBA-WERKE WILHEIM KRAUT 0040C1 (base 16) BIZERBA-WERKE WILHEIM KRAUT GMBH & CO. KG, D-7460 BALINGEN D-7460 BALINGEN DE 00-40-E1 (hex) MARNER INTERNATIONAL, INC. 0040E1 (base 16) MARNER INTERNATIONAL, INC. 1617 93RD LANE NE BLAINE MN 55449 US 00-40-FE (hex) SYMPLEX COMMUNICATIONS 0040FE (base 16) SYMPLEX COMMUNICATIONS 5 RESEARCH DRIVE ANN ARBOR MI 48103 US 00-40-E5 (hex) SYBUS CORPORATION 0040E5 (base 16) SYBUS CORPORATION 2300 TALL PINE DRIVE-STE. #100 LARGO FL 34641 US 00-40-A5 (hex) CLINICOMP INTL. 0040A5 (base 16) CLINICOMP INTL. 4510 EXECCUTIVE DRIVE-STE.#200 SAN DIEGO CA 92121 US 00-40-05 (hex) ANI COMMUNICATIONS INC. 004005 (base 16) ANI COMMUNICATIONS INC. 8 ANZIO IRVINE CA 92714 US 00-40-D9 (hex) AMERICAN MEGATRENDS INC. 0040D9 (base 16) AMERICAN MEGATRENDS INC. 6145F N BELT PARKWAY NORCROSS GA 30071 US 00-40-4C (hex) HYPERTEC PTY LTD. 00404C (base 16) HYPERTEC PTY LTD. P.O. BOX 1782 AU 00-C0-30 (hex) INTEGRATED ENGINEERING B. V. 00C030 (base 16) INTEGRATED ENGINEERING B. V. ELLERMANSTRAAT 15 THE NL 00-C0-A6 (hex) EXICOM AUSTRALIA PTY. LTD 00C0A6 (base 16) EXICOM AUSTRALIA PTY. LTD 44-46 MANDARIN STREET AU 00-C0-CB (hex) CONTROL TECHNOLOGY CORPORATION 00C0CB (base 16) CONTROL TECHNOLOGY CORPORATION 25 SOUTH STREET HOPKINTON MA 01748 US 00-C0-EB (hex) SEH COMPUTERTECHNIK GMBH 00C0EB (base 16) SEH COMPUTERTECHNIK GMBH Suedring 11 DE 00-40-DB (hex) ADVANCED TECHNICAL SOLUTIONS 0040DB (base 16) ADVANCED TECHNICAL SOLUTIONS 8050 SEMINOLE OFFICE CENTER SEMINOLE FL 34642 US 00-C0-92 (hex) MENNEN MEDICAL INC. 00C092 (base 16) MENNEN MEDICAL INC. 10123 MAIN STREET CLARENCE NY 14031-2095 US 00-C0-52 (hex) BURR-BROWN 00C052 (base 16) BURR-BROWN P.O. BOX 11400 TUCSON AZ 85734-1400 US 00-40-0E (hex) MEMOTEC, INC. 00400E (base 16) MEMOTEC, INC. 7755 Henri-Bourassa MONTREAL, QUEBEC H4S 1P7 CA 00-C0-3D (hex) WIESEMANN & THEIS GMBH 00C03D (base 16) WIESEMANN & THEIS GMBH WITTENER STR. 312 DE 00-40-C8 (hex) MILAN TECHNOLOGY CORPORATION 0040C8 (base 16) MILAN TECHNOLOGY CORPORATION 894 ROSS DRIVE--STE #105 SUNNYVALE CA 94089 US 00-40-BA (hex) ALLIANT COMPUTER SYSTEMS CORP. 0040BA (base 16) ALLIANT COMPUTER SYSTEMS CORP. ONE MONARCH DRIVE LITTLETON MA 01460 US 00-40-38 (hex) TALENT ELECTRIC INCORPORATED 004038 (base 16) TALENT ELECTRIC INCORPORATED 3RD FL., NO. 260, PA TEH ROAD TAIWAN TAIWAN R.O.C. TW 00-40-D8 (hex) OCEAN OFFICE AUTOMATION LTD. 0040D8 (base 16) OCEAN OFFICE AUTOMATION LTD. 4TH & 5TH FLOOR, KADER BLDG. HONG KONG HK 00-40-88 (hex) MOBIUS TECHNOLOGIES, INC. 004088 (base 16) MOBIUS TECHNOLOGIES, INC. 5835 DOYLE STREET EMERYVILLE CA 94608 US 00-40-32 (hex) DIGITAL COMMUNICATIONS 004032 (base 16) DIGITAL COMMUNICATIONS ASSOCIATES, INC. SAN JOSE CA 95131 US 00-40-C2 (hex) APPLIED COMPUTING DEVICES 0040C2 (base 16) APPLIED COMPUTING DEVICES ALEPH PARK TERRE HAUTE IN 47802 US 00-40-D4 (hex) GAGE TALKER CORP. 0040D4 (base 16) GAGE TALKER CORP. 13680 NE 16TH STREET BELLEVUE WA 98005 US 00-40-CE (hex) NET-SOURCE, INC. 0040CE (base 16) NET-SOURCE, INC. 1265 EL CAMINO REAL SANTA CLARA CA 95050 US 00-40-62 (hex) E-SYSTEMS, INC./GARLAND DIV. 004062 (base 16) E-SYSTEMS, INC./GARLAND DIV. P.O. BOX 660023 DALLAS TX 75266-0023 US 00-40-34 (hex) BUSTEK CORPORATION 004034 (base 16) BUSTEK CORPORATION 4151 BURTON DRIVE SANTA CLARA CA 95054 US 00-40-1C (hex) AST RESEARCH, INC. 00401C (base 16) AST RESEARCH, INC. MS 2-78 IRVINE CA 92618 US 00-40-0F (hex) DATACOM TECHNOLOGIES 00400F (base 16) DATACOM TECHNOLOGIES 11001 31ST PLACE WEST EVERETT WA 98204 US 00-40-06 (hex) SAMPO TECHNOLOGY CORPORATION 004006 (base 16) SAMPO TECHNOLOGY CORPORATION 26-2 TING-HU, 33334 TAIWAN 33334 TAIWAN R.O.C. TW 00-80-AA (hex) MAXPEED 0080AA (base 16) MAXPEED 1120 CHESS DRIVE FOSTER CITY CA 94404 US 00-C0-50 (hex) TOYO DENKI SEIZO K.K. 00C050 (base 16) TOYO DENKI SEIZO K.K. 4-6-32 HIGASHIKASHIWAGAYA KANAGAWA JAPAN 243-04 JP 00-40-C6 (hex) FIBERNET RESEARCH, INC. 0040C6 (base 16) FIBERNET RESEARCH, INC. 1 TARA BOULEVARD-#405 NASHUA NH 03062 US 00-40-47 (hex) WIND RIVER SYSTEMS 004047 (base 16) WIND RIVER SYSTEMS 1010 ATLANTIC AVENUE ALAMEDA CA 94501 US 00-40-50 (hex) IRONICS, INCORPORATED 004050 (base 16) IRONICS, INCORPORATED 767 WARREN RD ITHACA N.Y. 14850 US 00-80-92 (hex) Silex Technology, Inc. 008092 (base 16) Silex Technology, Inc. 2-3-1 Hikaridai, Kyoto 619-0237 JP 00-80-93 (hex) XYRON CORPORATION 008093 (base 16) XYRON CORPORATION 7864 LILY COURT CUPERTINO CA 95014 US 00-80-5A (hex) TULIP COMPUTERS INTERNAT'L B.V 00805A (base 16) TULIP COMPUTERS INTERNAT'L B.V P.O. BOX 3333 THE NL 00-40-41 (hex) FUJIKURA LTD. 004041 (base 16) FUJIKURA LTD. 1-5-1, KIBA, KOTO-KU JP 00-80-4E (hex) APEX COMPUTER COMPANY 00804E (base 16) APEX COMPUTER COMPANY 4500 150TH AVENUE, NE REDMOND WA 98052 US 00-80-55 (hex) FERMILAB 008055 (base 16) FERMILAB P.O. BOX 500, MS-234 BATAVIA IL 60510 US 00-80-2A (hex) TEST SYSTEMS & SIMULATIONS INC 00802A (base 16) TEST SYSTEMS & SIMULATIONS INC 32429 INDUSTRIAL DRIVE MADISON HEIGHTS MI 48071-1528 US 00-80-35 (hex) TECHNOLOGY WORKS, INC. 008035 (base 16) TECHNOLOGY WORKS, INC. 4030 BRAKER LANE #350 AUSTIN TX 78759 US 00-80-7E (hex) SOUTHERN PACIFIC LTD. 00807E (base 16) SOUTHERN PACIFIC LTD. SANWA BLDG., 2-16-20 JAPAN JAPAN 220 JP 00-80-EF (hex) RATIONAL 0080EF (base 16) RATIONAL 3320 SCOTT BOULEVARD SANTA CLARA CA 95054 US 00-80-F0 (hex) Panasonic Communications Co., Ltd. 0080F0 (base 16) Panasonic Communications Co., Ltd. 4-1-62 Minoshima Hakata Fukuoka 812-8531 JP 00-80-1D (hex) INTEGRATED INFERENCE MACHINES 00801D (base 16) INTEGRATED INFERENCE MACHINES 1468 EAST KATELLA ANAHEIM CA 92805 US 00-80-75 (hex) PARSYTEC GMBH 008075 (base 16) PARSYTEC GMBH JUELICHER STR. 338 F.R. DE 00-80-51 (hex) FIBERMUX 008051 (base 16) FIBERMUX 9310 TOPANGA CANYON BLVD. CHATSWORTH CA 91311 US 00-80-C6 (hex) NATIONAL DATACOMM CORPORATION 0080C6 (base 16) NATIONAL DATACOMM CORPORATION 2F, 28, INDUSTRY EAST 9TH RD. TAIWAN 30077 TAIWAN 30077 R.O.C. TW 00-80-C0 (hex) PENRIL DATACOMM 0080C0 (base 16) PENRIL DATACOMM 1300 QUINCE ORCHARD BLVD. GAITHERSBURG MD 20878 US 00-80-2E (hex) CASTLE ROCK COMPUTING 00802E (base 16) CASTLE ROCK COMPUTING 20837 BOYCE LANE SARATOGA CA 95070-4806 US 00-80-F2 (hex) RAYCOM SYSTEMS INC 0080F2 (base 16) RAYCOM SYSTEMS INC 16525 SHERMAN WAY #C-8 VAN NUYS CA 91406 US 00-80-BD (hex) THE FURUKAWA ELECTRIC CO., LTD 0080BD (base 16) THE FURUKAWA ELECTRIC CO., LTD 6-1, MARUNOUCHI 2-CHOME 100 JP 00-80-25 (hex) Telit Wireless Solutions GmbH 008025 (base 16) Telit Wireless Solutions GmbH Mendelssohnstrasse15D Hamburg 22761 DE 00-80-EA (hex) ADVA Optical Networking Ltd. 0080EA (base 16) ADVA Optical Networking Ltd. ADVAntage House York YO30 4RY GB 00-00-1E (hex) TELSIST INDUSTRIA ELECTRONICA 00001E (base 16) TELSIST INDUSTRIA ELECTRONICA RUA VILHENA DE MORAES, 380 BR 00-00-50 (hex) RADISYS CORPORATION 000050 (base 16) RADISYS CORPORATION 15025 S.W. KOLL PARKWAY BEAVERTON OR 97006-6056 US 00-80-04 (hex) ANTLOW COMMUNICATIONS, LTD. 008004 (base 16) ANTLOW COMMUNICATIONS, LTD. 4 COLTHROP WAY ENGLAND GB 00-80-D0 (hex) COMPUTER PERIPHERALS, INC. 0080D0 (base 16) COMPUTER PERIPHERALS, INC. 667 RANCHO CONEJO BLVD. NEWBURY PARK CA 91320 US 00-80-24 (hex) KALPANA, INC. 008024 (base 16) KALPANA, INC. 1154 EAST ARQUES AVENUE SUNNYVALE CA 94086 US 00-80-40 (hex) JOHN FLUKE MANUFACTURING CO. 008040 (base 16) JOHN FLUKE MANUFACTURING CO. P.O. BOX C9090-M/S 244F EVERETT WA 98206 US 00-80-21 (hex) Alcatel Canada Inc. 008021 (base 16) Alcatel Canada Inc. 349 Terry Fox Drive Kanata Ontario K2K 2V6 CA 00-80-E8 (hex) CUMULUS CORPORATIION 0080E8 (base 16) CUMULUS CORPORATIION 23500 MERCANTILE ROAD CLEVELAND OH 44122 US 00-80-69 (hex) COMPUTONE SYSTEMS 008069 (base 16) COMPUTONE SYSTEMS 1100 NORTHMEADOW PARKWAY ROSWELL GA 30076 US 00-80-0D (hex) VOSSWINKEL F.U. 00800D (base 16) VOSSWINKEL F.U. AM JOSTENHOF 15 DE 00-80-D1 (hex) KIMTRON CORPORATION 0080D1 (base 16) KIMTRON CORPORATION 1709 JUNCTION COURT SAN JOSE CA 95112 US 00-80-42 (hex) Artesyn Embedded Technologies 008042 (base 16) Artesyn Embedded Technologies 2900 S. Diablo Way Tempe AZ 85282 US 00-80-9A (hex) NOVUS NETWORKS LTD 00809A (base 16) NOVUS NETWORKS LTD JOHN SCOTT HOUSE ENGLAND GB 00-80-00 (hex) MULTITECH SYSTEMS, INC. 008000 (base 16) MULTITECH SYSTEMS, INC. 2205 WOODALE DRIVE MOUNDS VIEW MN 55112 US 00-80-ED (hex) IQ TECHNOLOGIES, INC. 0080ED (base 16) IQ TECHNOLOGIES, INC. 11811 NE FIRST STREET BELLEVUE WA 98005 US 00-80-4A (hex) PRO-LOG 00804A (base 16) PRO-LOG 12 UPPER RAGSDALE DRIVE MONTEREY CA 93940 US 00-00-66 (hex) TALARIS SYSTEMS, INC. 000066 (base 16) TALARIS SYSTEMS, INC. 11339 SORRENTO VALLEY ROAD SAN DIEGO CA 92121 US 00-00-49 (hex) APRICOT COMPUTERS, LTD 000049 (base 16) APRICOT COMPUTERS, LTD 90 VINCENT DRIVE ENGLAND GB 00-00-FA (hex) MICROSAGE COMPUTER SYSTEMS INC 0000FA (base 16) MICROSAGE COMPUTER SYSTEMS INC 680 SOUTH ROCK BLVD RENO NE 89502 US 00-00-D4 (hex) PURE DATA LTD. 0000D4 (base 16) PURE DATA LTD. 200 WEST BEAVER CREEK ROAD L4B 1B4 CA 00-00-19 (hex) APPLIED DYNAMICS INTERNATIONAL 000019 (base 16) APPLIED DYNAMICS INTERNATIONAL 3800 STONE SCHOOL ROAD ANN ARBOR MI 48104-2499 US 00-00-15 (hex) DATAPOINT CORPORATION 000015 (base 16) DATAPOINT CORPORATION 9725 DATAPOINT DRIVE SAN ANTONIO TX 78284 US 00-00-1C (hex) BELL TECHNOLOGIES 00001C (base 16) BELL TECHNOLOGIES 330 WARREN AVENUE FREMONT CA 94539 US 00-00-34 (hex) NETWORK RESOURCES CORPORATION 000034 (base 16) NETWORK RESOURCES CORPORATION 61 EAST DAGGETT DRIVE SAN JOSE CA 95134 US 00-00-22 (hex) VISUAL TECHNOLOGY INC. 000022 (base 16) VISUAL TECHNOLOGY INC. 1703 MIDDLESEX STREET LOWELL MA 01851 US 00-00-B5 (hex) DATABILITY SOFTWARE SYS. INC. 0000B5 (base 16) DATABILITY SOFTWARE SYS. INC. ONE PALMER TERRACE CARLSTADT NJ 07072 US 00-00-2F (hex) TIMEPLEX INC. 00002F (base 16) TIMEPLEX INC. 530 CHESTNUT RIDGE ROAD WOODCLIFF LAKE NJ 07675 US 00-00-B8 (hex) SEIKOSHA CO., LTD. 0000B8 (base 16) SEIKOSHA CO., LTD. SYSTEM EQUIPMENT DIVISION JP 00-00-E6 (hex) APTOR PRODUITS DE COMM INDUST 0000E6 (base 16) APTOR PRODUITS DE COMM INDUST 61, CHEMIN DU VIEUX-CHENE FR 00-00-84 (hex) SUPERNET 000084 (base 16) SUPERNET 846 DEL REY AVENUE SUNNYVALE CA 94086 US 00-00-9A (hex) RC COMPUTER A/S 00009A (base 16) RC COMPUTER A/S LAUTRUPBJERG 1 DK 00-00-27 (hex) JAPAN RADIO COMPANY 000027 (base 16) JAPAN RADIO COMPANY LABORATORY JP 00-00-E8 (hex) ACCTON TECHNOLOGY CORP. 0000E8 (base 16) ACCTON TECHNOLOGY CORP. 46750 FREMONT BLVD. #104 FREMONT CA 94538 US 00-00-4B (hex) ICL DATA OY 00004B (base 16) ICL DATA OY KUTOMOTIE 16-18 FI 00-00-E0 (hex) QUADRAM CORP. 0000E0 (base 16) QUADRAM CORP. ONE QUAD WAY NORCROSS GA 30093 US 00-00-AB (hex) LOGIC MODELING CORPORATION 0000AB (base 16) LOGIC MODELING CORPORATION 1520 MCCANDLESS DRIVE MILPITAS CA 95035 US 00-80-AC (hex) IMLOGIX, DIVISION OF GENESYS 0080AC (base 16) IMLOGIX, DIVISION OF GENESYS 1900 SUMMIT TOWER BLVD.STE#770 ORLANDO FL 32810 US 00-00-4F (hex) LOGICRAFT, INC. 00004F (base 16) LOGICRAFT, INC. 22 COTTON ROAD NASHUA NH 03063 US 00-00-6F (hex) Madge Ltd. 00006F (base 16) Madge Ltd. Madge House Maindenhead Berkshire SL6 2HP GB 00-00-78 (hex) LABTAM LIMITED 000078 (base 16) LABTAM LIMITED 43 MALCOLM ROAD P.O. BOX297 AU 00-00-5A (hex) SysKonnect GmbH 00005A (base 16) SysKonnect GmbH SIEMENSSTRAßE 23 DE 00-00-5B (hex) ELTEC ELEKTRONIK AG 00005B (base 16) ELTEC ELEKTRONIK AG Galileo-Galilei-Strasse 11 DE 00-00-71 (hex) ADRA SYSTEMS INC. 000071 (base 16) ADRA SYSTEMS INC. 59 TECHNOLOGY DRIVE LOWELL MA 01851 US 00-00-73 (hex) SIECOR CORPORATION 000073 (base 16) SIECOR CORPORATION P.O. BOX 13625 RESEARCH TRIANGLE PK NC 27709 US 00-00-B9 (hex) MCDONNELL DOUGLAS COMPUTER SYS 0000B9 (base 16) MCDONNELL DOUGLAS COMPUTER SYS DIV MCDONNELL DOUGLAS INF SYS ENGLAND GB 00-00-BF (hex) SYMMETRIC COMPUTER SYSTEMS 0000BF (base 16) SYMMETRIC COMPUTER SYSTEMS 1620 OAKLAND ROAD SUITE D-200 SAN JOSE CA 95131 US 00-00-2D (hex) CHROMATICS INC 00002D (base 16) CHROMATICS INC 2558 MOUNTAIN INDUSTRIAL BLVD TUCKER GA 30084 US 00-00-18 (hex) WEBSTER COMPUTER CORPORATION 000018 (base 16) WEBSTER COMPUTER CORPORATION 16040 REDWOOD LODGE ROAD LOS GATOS CA 95033-9260 US 00-00-C8 (hex) ALTOS COMPUTER SYSTEMS 0000C8 (base 16) ALTOS COMPUTER SYSTEMS 2641 ORCHARD PARKWAY SAN JOSE CA 95134 US 00-00-D5 (hex) MICROGNOSIS INTERNATIONAL 0000D5 (base 16) MICROGNOSIS INTERNATIONAL 63 QUEEN VICTORIA STREET UNITED KINGDOM GB 00-00-3A (hex) CHYRON CORPORATION 00003A (base 16) CHYRON CORPORATION 265 SPAGNOLI ROAD MELVILLE NY 11747 US 00-00-59 (hex) Hellige GMBH 000059 (base 16) Hellige GMBH Heinrich-von-Stephan-Str. 4 West Gernany DE 00-00-69 (hex) CONCORD COMMUNICATIONS INC 000069 (base 16) CONCORD COMMUNICATIONS INC 753 FOREST STREET MARLBOROUGH MA 01752 US 00-00-E7 (hex) Star Gate Technologies 0000E7 (base 16) Star Gate Technologies 29300 Aurora Road Solon OH 44139 US 00-00-4D (hex) DCI CORPORATION 00004D (base 16) DCI CORPORATION 64J PRINCETON-HIGHTSTOWN RD PRINCETON JUNCTION NJ 08550 US 00-00-23 (hex) ABB INDUSTRIAL SYSTEMS AB 000023 (base 16) ABB INDUSTRIAL SYSTEMS AB DEPT. SEISY/LKSB SE 00-00-BE (hex) THE NTI GROUP 0000BE (base 16) THE NTI GROUP 4701 PATRICK HENRY DRIVE SANTA CLARA CA 95054 US 00-00-D9 (hex) NIPPON TELEGRAPH & TELEPHONE 0000D9 (base 16) NIPPON TELEGRAPH & TELEPHONE CORPORATION (NTT) TOKYO 100-8116 JP 00-00-80 (hex) CRAY COMMUNICATIONS A/S 000080 (base 16) CRAY COMMUNICATIONS A/S SMEDEHOLM 12-14 DK 08-00-2A (hex) MOSAIC TECHNOLOGIES INC. 08002A (base 16) MOSAIC TECHNOLOGIES INC. 47 MANNING ROAD BILLERICA MA 01821-3970 US 08-00-89 (hex) Kinetics 080089 (base 16) Kinetics Walnut Creek CA US 08-00-86 (hex) KONICA MINOLTA HOLDINGS, INC. 080086 (base 16) KONICA MINOLTA HOLDINGS, INC. 1-6-1, Marunouchi, Tokyo 100-0005 JP 08-00-83 (hex) Seiko Instruments Inc. 080083 (base 16) Seiko Instruments Inc. 8, Nakase 1-chome Mihama-ku Chiba-shi Chiba 261-8507 JP 08-00-61 (hex) JAROGATE LTD. 080061 (base 16) JAROGATE LTD. 197-213 LYHAM ROAD UNITED KINGDOM GB 08-00-5F (hex) SABER TECHNOLOGY CORP. 08005F (base 16) SABER TECHNOLOGY CORP. 2381 BERING DRIVE SAN JOSE CA 95131-1125 US 08-00-58 (hex) SYSTEMS CONCEPTS 080058 (base 16) SYSTEMS CONCEPTS 520 THIRD STREET SAN FRANCISCO CA 94107 US 08-00-49 (hex) UNIVATION 080049 (base 16) UNIVATION 1037 NORTH FAIR OAKS AVE. SUNNYVALE CA 94089 US 08-00-24 (hex) 10NET COMMUNICATIONS/DCA 080024 (base 16) 10NET COMMUNICATIONS/DCA 7777 WASHINGTON VILLAGE DR. DAYTON OH 45459-3957 US 08-00-22 (hex) NBI INC. 080022 (base 16) NBI INC. 3450 MITCHELL LANE BOULDER CO 80301 US 08-00-20 (hex) Oracle Corporation 080020 (base 16) Oracle Corporation 17 Network Circle Menlo Park CA 95025 US 08-00-1F (hex) SHARP CORPORATION 08001F (base 16) SHARP CORPORATION ENGINEERING DEPARTMENT 6 NARA 639-11 JP 08-00-14 (hex) EXCELAN 080014 (base 16) EXCELAN 1599 FLICKINGER AVENUE SAN JOSE CA 95131 US AA-00-00 (hex) DIGITAL EQUIPMENT CORPORATION AA0000 (base 16) DIGITAL EQUIPMENT CORPORATION LKG 1-2/A19 LITTLETON MA 01460-1289 US AA-00-01 (hex) DIGITAL EQUIPMENT CORPORATION AA0001 (base 16) DIGITAL EQUIPMENT CORPORATION LKG 1-2/A19 LITTLETON MA 01460-1289 US AA-00-02 (hex) DIGITAL EQUIPMENT CORPORATION AA0002 (base 16) DIGITAL EQUIPMENT CORPORATION LKG 1-2/A19 LITTLETON MA 01460-1289 US 00-00-07 (hex) XEROX CORPORATION 000007 (base 16) XEROX CORPORATION M/S 105-50C WEBSTER NY 14580 US 00-80-1F (hex) KRUPP ATLAS ELECTRONIK GMBH 00801F (base 16) KRUPP ATLAS ELECTRONIK GMBH P.O. BOX 448545 DE 08-00-06 (hex) SIEMENS AG 080006 (base 16) SIEMENS AG Siemens IT Solutions and Services, SIS GO QM O POB 2353 Fuerth 90713 DE 04-E0-C4 (hex) TRIUMPH-ADLER AG 04E0C4 (base 16) TRIUMPH-ADLER AG HUNDINGSTRAßE 11B DE 02-07-01 (hex) RACAL-DATACOM 020701 (base 16) RACAL-DATACOM LAN INTERNETWORKING DIVISION BOXBOROUGH MA 01719 US 08-00-13 (hex) Exxon 080013 (base 16) Exxon US 00-DD-08 (hex) UNGERMANN-BASS INC. 00DD08 (base 16) UNGERMANN-BASS INC. 3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US 00-00-05 (hex) XEROX CORPORATION 000005 (base 16) XEROX CORPORATION M/S 105-50C WEBSTER NY 14580 US 02-1C-7C (hex) PERQ SYSTEMS CORPORATION 021C7C (base 16) PERQ SYSTEMS CORPORATION 2600 LIBERTY AVENUE PITTSBURGH PA 15230 US 08-00-65 (hex) GENRAD INC. 080065 (base 16) GENRAD INC. 300 BAKER AVENUE CONCORD MA 01742 US 84-A9-EA (hex) Career Technologies USA 84A9EA (base 16) Career Technologies USA 9134 Independence Ave Chatsworth CA 91311 US E4-05-F8 (hex) Delta Innovation Technology Co., Ltd. E405F8 (base 16) Delta Innovation Technology Co., Ltd. China Digital Kingdom Building, Chaoyang District Beijing Beijing 100102 CN 00-00-09 (hex) XEROX CORPORATION 000009 (base 16) XEROX CORPORATION M/S 105-50C WEBSTER NY 14580 US 00-80-E9 (hex) Madge Ltd. 0080E9 (base 16) Madge Ltd. Madge House Maindenhead Berkshire SL6 2HP GB 00-40-D6 (hex) LOCAMATION B.V. 0040D6 (base 16) LOCAMATION B.V. POSTBOX 360 HOLLAND NL 08-00-4B (hex) Planning Research Corp. 08004B (base 16) Planning Research Corp. 1508 Kennedy Drive Bellvue NE 68005 US 02-AA-3C (hex) OLIVETTI TELECOMM SPA (OLTECO) 02AA3C (base 16) OLIVETTI TELECOMM SPA (OLTECO) 20300 STEVENS CREEK BLVD. CUPERTINO CA 95014 US 08-00-59 (hex) A/S MYCRON 080059 (base 16) A/S MYCRON PO BOX 6199 NO 08-00-08 (hex) BOLT BERANEK AND NEWMAN INC. 080008 (base 16) BOLT BERANEK AND NEWMAN INC. 70 FAWCETT STREET CAMBRIDGE MA 02138 US F4-74-88 (hex) New H3C Technologies Co., Ltd F47488 (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN FC-C2-33 (hex) ASUSTek COMPUTER INC. FCC233 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 40-11-75 (hex) IEEE Registration Authority 401175 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 80-31-F0 (hex) Samsung Electronics Co.,Ltd 8031F0 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 58-35-26 (hex) DEEPLET TECHNOLOGY CORP 583526 (base 16) DEEPLET TECHNOLOGY CORP 5F,No.9,Lane235,Pao-Chiao Rd., Hsin-Tien, New Taipei City 23145 TW 34-B5-A3 (hex) CIG SHANGHAI CO LTD 34B5A3 (base 16) CIG SHANGHAI CO LTD 5th Floor, Building 8 No 2388 Chenhang Road SHANGHAI 201114 CN 6C-1D-EB (hex) u-blox AG 6C1DEB (base 16) u-blox AG Zuercherstrasse 68 Thalwil 8800 CH 28-52-F9 (hex) Zhongxin Intelligent Times (Shenzhen) Co., Ltd. 2852F9 (base 16) Zhongxin Intelligent Times (Shenzhen) Co., Ltd. 3rd Floor,Building 46,Cuigang Industrial Zone 5,Fuyong Street,Baoan District Shenzhen Guangdong 518103 CN B8-F8-53 (hex) Arcadyan Corporation B8F853 (base 16) Arcadyan Corporation No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW E0-D0-83 (hex) Samsung Electronics Co.,Ltd E0D083 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 74-3C-18 (hex) Taicang T&W Electronics 743C18 (base 16) Taicang T&W Electronics 89# Jiang Nan RD Suzhou Jiangsu 215412 CN 4C-80-BA (hex) Wuhan Tianyu Information Industry Co., Ltd. 4C80BA (base 16) Wuhan Tianyu Information Industry Co., Ltd. HUST Industry Park, East-Lake Development Zone Wuhan Hubei 430223 CN 8C-02-FA (hex) COMMANDO Networks Limited 8C02FA (base 16) COMMANDO Networks Limited Rm407, 4th floor, 3-2 HuaYuan Rd., DaLang Subdistrict, LongHua District Shenzhen Guangdong 518109 CN F0-26-4C (hex) Sigrist-Photometer AG F0264C (base 16) Sigrist-Photometer AG Hofurlistrasse 1 Ennetbürgen 6373 CH D0-3D-52 (hex) Vaion Limited D03D52 (base 16) Vaion Limited The Charter Building, Charter Place Uxbridge UB8 1JG GB D8-0B-9A (hex) Samsung Electronics Co.,Ltd D80B9A (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR AC-8D-34 (hex) HUAWEI TECHNOLOGIES CO.,LTD AC8D34 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 64-52-99 (hex) The Chamberlain Group, Inc 645299 (base 16) The Chamberlain Group, Inc 300 Windsor Drive Oak Brook IL 60523 US F8-75-A4 (hex) LCFC(HeFei) Electronics Technology co., ltd F875A4 (base 16) LCFC(HeFei) Electronics Technology co., ltd YunGu Road 3188-1 Hefei Anhui 230000 CN 00-D2-B1 (hex) TPV Display Technology (Xiamen) Co.,Ltd. 00D2B1 (base 16) TPV Display Technology (Xiamen) Co.,Ltd. No.1, Xianghai Road, Xiamen Torch Hi-Tech Industrial Development Zone XM Fujian 361101 CN C0-E4-34 (hex) AzureWave Technology Inc. C0E434 (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW 6C-71-0D (hex) Cisco Systems, Inc 6C710D (base 16) Cisco Systems, Inc 80 West Tasman Dr. San Jose CA 94568 US 24-6F-8C (hex) Huawei Device Co., Ltd. 246F8C (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 1C-13-86 (hex) Huawei Device Co., Ltd. 1C1386 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN BC-2E-F6 (hex) Huawei Device Co., Ltd. BC2EF6 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 44-55-C4 (hex) Huawei Device Co., Ltd. 4455C4 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 00-08-29 (hex) TOKYO ELECTRON DEVICE NAGASAKI LIMITED 000829 (base 16) TOKYO ELECTRON DEVICE NAGASAKI LIMITED 6-42 Tsukuba-machi, Isahaya-shi Nagasaki Kyushu 854-0065 JP 1C-44-55 (hex) Sieb & Meyer AG 1C4455 (base 16) Sieb & Meyer AG Auf dem Schmaarkamp 21 Lueneburg 21339 DE F8-8A-5E (hex) Texas Instruments F88A5E (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 5C-E7-A0 (hex) Nokia 5CE7A0 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA E0-1F-88 (hex) Xiaomi Communications Co Ltd E01F88 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 8C-DC-02 (hex) zte corporation 8CDC02 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN B4-BC-7C (hex) Texas Instruments B4BC7C (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US E0-AA-B0 (hex) SUNTAILI ENTERPRISE CO. LTD, E0AAB0 (base 16) SUNTAILI ENTERPRISE CO. LTD, No. 6 ALY 3,LN 64 XINGFU RD, XINZHUNAG DISTRICT NEW TAIPEI CITY 242 TW 68-39-43 (hex) ittim 683943 (base 16) ittim 1202, No.6, Zhongguancun South Street, Haidian District, beijing 100080 CN 10-C6-5E (hex) Adapt-IP 10C65E (base 16) Adapt-IP 1671 Dell Avenue, Suite 130 Campbell CA 95008-6900 US 7C-A7-B0 (hex) SHENZHEN BILIAN ELECTRONIC CO.,LTD 7CA7B0 (base 16) SHENZHEN BILIAN ELECTRONIC CO.,LTD NO.268? Fuqian Rd, Jutang community, Guanlan Town, Longhua New district shenzhen guangdong 518000 CN 20-31-1C (hex) vivo Mobile Communication Co., Ltd. 20311C (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 10-4F-58 (hex) Aruba, a Hewlett Packard Enterprise Company 104F58 (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US B4-E8-42 (hex) Hong Kong Bouffalo Lab Limited B4E842 (base 16) Hong Kong Bouffalo Lab Limited RM 1903, 19/F Lee Garden One 33 Hysan Avenue, Causeway Bay HongKong 999077 HK 00-03-CB (hex) SystemGear Co., Ltd. 0003CB (base 16) SystemGear Co., Ltd. 1-9-14 Edobori Osaka Nishi-ku 550-0002 JP F0-A7-B2 (hex) FUTABA CORPORATION F0A7B2 (base 16) FUTABA CORPORATION 629 Oshiba Mobara Chiba Prefecture 297-8588 JP 60-9B-2D (hex) JMACS Japan Co., Ltd. 609B2D (base 16) JMACS Japan Co., Ltd. 11F, KM Nishi-Umeda bldg., 7-20-1 Fukushima, Fukushima-ku Osaka-city Osaka 553-0003 JP 14-A3-2F (hex) Huawei Device Co., Ltd. 14A32F (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 04-D3-B5 (hex) Huawei Device Co., Ltd. 04D3B5 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 00-BB-1C (hex) Huawei Device Co., Ltd. 00BB1C (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 80-AC-7C (hex) Sichuan AI-Link Technology Co., Ltd. 80AC7C (base 16) Sichuan AI-Link Technology Co., Ltd. Anzhou,Industrial Park Anzhou,Industrial Park Sichuan 621000 CN DC-4B-FE (hex) Shenzhen Belon Technology CO.,LTD DC4BFE (base 16) Shenzhen Belon Technology CO.,LTD Tsinghua Information Shenzhen Guangdong 518052 CN 50-62-55 (hex) IEEE Registration Authority 506255 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 58-D5-0A (hex) Murata Manufacturing Co., Ltd. 58D50A (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP 88-A3-03 (hex) Samsung Electronics Co.,Ltd 88A303 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR FC-DE-90 (hex) Samsung Electronics Co.,Ltd FCDE90 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 18-54-CF (hex) Samsung Electronics Co.,Ltd 1854CF (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 80-79-5D (hex) Infinix mobility limited 80795D (base 16) Infinix mobility limited RMS 05-15, 13A/F SOUTH TOWER WORLD FINANCE CTR HARBOUR CITY 17 CANTON RD TST KLN HONG KONG HongKong HongKong 999077 HK E8-84-C6 (hex) HUAWEI TECHNOLOGIES CO.,LTD E884C6 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 64-2C-AC (hex) HUAWEI TECHNOLOGIES CO.,LTD 642CAC (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 08-CC-27 (hex) Motorola Mobility LLC, a Lenovo Company 08CC27 (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US 04-D3-95 (hex) Motorola Mobility LLC, a Lenovo Company 04D395 (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US E0-98-06 (hex) Espressif Inc. E09806 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN F4-CF-A2 (hex) Espressif Inc. F4CFA2 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN F8-1E-6F (hex) EBG compleo GmbH F81E6F (base 16) EBG compleo GmbH Oberste-Wilms-Straße 15a Dortmund Nordrhein-Westfalen 44309 DE F0-A3-5A (hex) Apple, Inc. F0A35A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 60-83-73 (hex) Apple, Inc. 608373 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 84-AD-8D (hex) Apple, Inc. 84AD8D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 74-42-8B (hex) Apple, Inc. 74428B (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 14-91-38 (hex) Amazon Technologies Inc. 149138 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 6C-41-0E (hex) Cisco Systems, Inc 6C410E (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 6C-31-0E (hex) Cisco Systems, Inc 6C310E (base 16) Cisco Systems, Inc 80 West Tasman Dr. San Jose CA 94568 US 28-77-F1 (hex) Apple, Inc. 2877F1 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A8-E7-7D (hex) Texas Instruments A8E77D (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US DC-54-3D (hex) ITEL MOBILE LIMITED DC543D (base 16) ITEL MOBILE LIMITED RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK 0C-84-47 (hex) Fiberhome Telecommunication Technologies Co.,LTD 0C8447 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 9C-6B-72 (hex) Realme Chongqing MobileTelecommunications Corp Ltd 9C6B72 (base 16) Realme Chongqing MobileTelecommunications Corp Ltd No.24 Nichang Boulevard, Huixing Block, Yubei District, Chongqing. Chongqing China 401120 CN 50-C6-AD (hex) Fiberhome Telecommunication Technologies Co.,LTD 50C6AD (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 74-8A-28 (hex) HMD Global Oy 748A28 (base 16) HMD Global Oy Bertel Jungin aukio 9 Espoo 02600 FI D4-24-93 (hex) GW Technologies Co.,Ltd D42493 (base 16) GW Technologies Co.,Ltd Building 16,No.8,Heying Road,Changping District Beijing Beijing 102200 CN 00-23-E6 (hex) Innovation Farm, Inc. 0023E6 (base 16) Innovation Farm, Inc. 47-8, Hasunuma-cho Itabashi-ku Tokyo 174-8580 JP EC-A9-40 (hex) ARRIS Group, Inc. ECA940 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US FC-85-96 (hex) Axonne Inc. FC8596 (base 16) Axonne Inc. 1290 Kifer Rd. #301 Sunnyvale CA 94086 US 5C-B4-E2 (hex) Inspur Software Group Ltd. 5CB4E2 (base 16) Inspur Software Group Ltd. No. 1036, Langchao Road Jinan Shandong 250101 CN 3C-51-0E (hex) Cisco Systems, Inc 3C510E (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US D8-AE-D0 (hex) Shanghai Engineering Science & Technology Co.,LTD CGNPC D8AED0 (base 16) Shanghai Engineering Science & Technology Co.,LTD CGNPC No.1588, Rd Zixing Shanghai Shanghai 200241 CN E0-85-9A (hex) SHENZHEN RF-LINK TECHNOLOGY CO.,LTD. E0859A (base 16) SHENZHEN RF-LINK TECHNOLOGY CO.,LTD. Bldg56A,6/F,Baotian Rd3,Xixiang Town,Baoan District, Shenzhen Guangdong 518000 CN 0C-42-A1 (hex) Mellanox Technologies, Inc. 0C42A1 (base 16) Mellanox Technologies, Inc. 350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US B4-7A-F1 (hex) Hewlett Packard Enterprise B47AF1 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US 34-9F-7B (hex) CANON INC. 349F7B (base 16) CANON INC. 30-2 Shimomaruko 3-chome, Ohta-ku Tokyo 146-8501 JP F4-D9-C6 (hex) UNIONMAN TECHNOLOGY CO.,LTD F4D9C6 (base 16) UNIONMAN TECHNOLOGY CO.,LTD No.5,Huitai Road,Huinan High-Tech Park,Huiao Highway Huizhou Guangdong 516025 CN 34-F1-50 (hex) Hui Zhou Gaoshengda Technology Co.,LTD 34F150 (base 16) Hui Zhou Gaoshengda Technology Co.,LTD No.75,Zhongkai High-Tech Development District,Huizhou Hui Zhou Guangdong 516006 CN CC-52-89 (hex) SHENZHEN OPTFOCUS TECHNOLOGY.,LTD CC5289 (base 16) SHENZHEN OPTFOCUS TECHNOLOGY.,LTD Floor 3, Building No.7,Tangtou 3rd Industrial Park,Shiyan Street of BaoAn District ShenZhen 518000 CN CC-5D-78 (hex) JTD Consulting CC5D78 (base 16) JTD Consulting 92 King Street South, Suite 200 Waterloo Ontario N2J 1P5 CA BC-F9-F2 (hex) TEKO BCF9F2 (base 16) TEKO Prospect Pobedy, 19 Kazan Republic of Tatarstan 420138 RU 00-0E-A4 (hex) Quantum Corp. 000EA4 (base 16) Quantum Corp. 8560 Upland Dr. Englewood CA 80112 US 00-50-84 (hex) Quantum Corp. 005084 (base 16) Quantum Corp. 8560 Upland Dr. Englewood CO 80112 US 80-9F-9B (hex) Sichuan AI-Link Technology Co., Ltd. 809F9B (base 16) Sichuan AI-Link Technology Co., Ltd. Anzhou,Industrial Park Anzhou,Industrial Park Sichuan 621000 CN A8-2B-CD (hex) HUAWEI TECHNOLOGIES CO.,LTD A82BCD (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 48-DC-2D (hex) HUAWEI TECHNOLOGIES CO.,LTD 48DC2D (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN AC-EB-51 (hex) Universal Electronics, Inc. ACEB51 (base 16) Universal Electronics, Inc. 201 E. Sandpointe Ave Santa Ana CA 92707 US 60-10-A2 (hex) Crompton Instruments 6010A2 (base 16) Crompton Instruments 12 Freebournes Road Witham Essex CM8 3AH GB C4-B2-39 (hex) Cisco Systems, Inc C4B239 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US B0-A4-54 (hex) Tripwire Inc. B0A454 (base 16) Tripwire Inc. 308 SW 2nd Avenue Suite 400 Portland OR 97204 US 64-90-C1 (hex) Beijing Xiaomi Mobile Software Co., Ltd 6490C1 (base 16) Beijing Xiaomi Mobile Software Co., Ltd The Rainbow City Office Building, 68 Qinghe Middle Street Haidian District Beijing Beijing 100085 CN CC-5C-DE (hex) China Mobile Group Device Co.,Ltd. CC5CDE (base 16) China Mobile Group Device Co.,Ltd. 32 Xuanwumen West Street,Xicheng District Beijing 100053 CN 60-CE-86 (hex) Sercomm Corporation. 60CE86 (base 16) Sercomm Corporation. 3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW 4C-4F-EE (hex) OnePlus Technology (Shenzhen) Co., Ltd 4C4FEE (base 16) OnePlus Technology (Shenzhen) Co., Ltd 18C02, 18C03, 18C04 ,18C05,TAIRAN BUILDING, Shenzhen Guangdong 518000 CN 4C-E1-75 (hex) Cisco Systems, Inc 4CE175 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US A8-24-B8 (hex) Nokia A824B8 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 00-0C-E6 (hex) Fortinet Inc. 000CE6 (base 16) Fortinet Inc. 899 Kifer Road Sunnyvale CA 94086 US 90-55-DE (hex) Fiberhome Telecommunication Technologies Co.,LTD 9055DE (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN E8-91-0F (hex) Fiberhome Telecommunication Technologies Co.,LTD E8910F (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN D0-05-E4 (hex) Huawei Device Co., Ltd. D005E4 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 30-AA-E4 (hex) Huawei Device Co., Ltd. 30AAE4 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 14-AB-56 (hex) WUXI FUNIDE DIGITAL CO.,LTD 14AB56 (base 16) WUXI FUNIDE DIGITAL CO.,LTD No. 38 East Chunhui Road, Xishan Economic & Technology Development Zone WUXI JIANGSU 214101 CN E8-D8-D1 (hex) HP Inc. E8D8D1 (base 16) HP Inc. 10300 Energy Dr Spring TX 77389 US 28-CD-C4 (hex) CHONGQING FUGUI ELECTRONICS CO.,LTD. 28CDC4 (base 16) CHONGQING FUGUI ELECTRONICS CO.,LTD. Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN 00-0C-DF (hex) JAI Manufacturing 000CDF (base 16) JAI Manufacturing 2960-14 Uenojo Nishikata Kushima Miyazaki 888-0004 JP 2C-91-AB (hex) AVM Audiovisuelles Marketing und Computersysteme GmbH 2C91AB (base 16) AVM Audiovisuelles Marketing und Computersysteme GmbH Alt-Moabit 95 Berlin Berlin 10559 DE 80-7B-3E (hex) Samsung Electronics Co.,Ltd 807B3E (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR F8-F1-E6 (hex) Samsung Electronics Co.,Ltd F8F1E6 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 88-A9-B7 (hex) Apple, Inc. 88A9B7 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US EC-CE-D7 (hex) Apple, Inc. ECCED7 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 48-EB-62 (hex) Murata Manufacturing Co., Ltd. 48EB62 (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP 5C-E1-76 (hex) Cisco Systems, Inc 5CE176 (base 16) Cisco Systems, Inc 80 West Tasman Dr. San Jose CA 94568 US AC-90-85 (hex) Apple, Inc. AC9085 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 34-48-ED (hex) Dell Inc. 3448ED (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 3C-57-31 (hex) Cisco Systems, Inc 3C5731 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 6C-55-E8 (hex) Technicolor CH USA Inc. 6C55E8 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 34-2F-BD (hex) Nintendo Co.,Ltd 342FBD (base 16) Nintendo Co.,Ltd 11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP A0-2D-13 (hex) AirTies Wireless Networks A02D13 (base 16) AirTies Wireless Networks Esentepe Mah., Kore ?ehitleri Cad. Istanbul ?i?li 34360 TR 84-68-C8 (hex) TOTOLINK TECHNOLOGY INT‘L LIMITED 8468C8 (base 16) TOTOLINK TECHNOLOGY INT‘L LIMITED ROOM 702,7/F SPA CENTER NO 53055 LOCKHART ROAD WAN CHAI 999077 HK 9C-28-F7 (hex) Xiaomi Communications Co Ltd 9C28F7 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 10-52-1C (hex) Espressif Inc. 10521C (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 6C-42-AB (hex) Subscriber Networks, Inc. 6C42AB (base 16) Subscriber Networks, Inc. 148 W. State Street Kennett Square PA 19348 US 64-F6-F7 (hex) Anhui Dynamic Power Co., Ltd. 64F6F7 (base 16) Anhui Dynamic Power Co., Ltd. NO.20 Jinniu Mid Road, Xuancheng Anhui 242100 CN 94-1C-56 (hex) Actiontec Electronics, Inc 941C56 (base 16) Actiontec Electronics, Inc 3301 Olcott St. Santa Clara CA 95054 US D8-0B-CB (hex) Telink Semiconductor (Shanghai) Co., Ltd. D80BCB (base 16) Telink Semiconductor (Shanghai) Co., Ltd. No. 1500 Zuchongzhi Rd, Building #3 Shanghai 201203 CN F0-F0-A4 (hex) Amazon Technologies Inc. F0F0A4 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US C0-D6-82 (hex) Arista Networks C0D682 (base 16) Arista Networks 5453 Great America Parkway Santa Clara CA 95054 US CC-2D-1B (hex) SFR CC2D1B (base 16) SFR 12 rue jean-philippe Rameau CS 80001 La plaine saint denis FRANCE 93634 FR 80-E5-40 (hex) ARRIS Group, Inc. 80E540 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-0D-B4 (hex) Stormshield 000DB4 (base 16) Stormshield 2-10 rue Marceau ISSY LES MOULINEAUX 92130 FR 2C-F0-5D (hex) Micro-Star INTL CO., LTD. 2CF05D (base 16) Micro-Star INTL CO., LTD. No.69, Lide St., New Taipei City Taiwan 235 TW 94-3B-B0 (hex) New H3C Technologies Co., Ltd 943BB0 (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN 90-43-E2 (hex) Cornami, Inc 9043E2 (base 16) Cornami, Inc 300 Orchard City Dr, Suite 131 Campbell CA 95008 US 80-30-49 (hex) Liteon Technology Corporation 803049 (base 16) Liteon Technology Corporation 4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW E8-49-43 (hex) YUGE Information technology Co. Ltd E84943 (base 16) YUGE Information technology Co. Ltd Room 303, Building No. 6, ShengRong Rd. 88, Pudong, Shanghai Shanghai 201203 CN 50-14-08 (hex) AiNET 501408 (base 16) AiNET 11700 MONTGOMERY RD BELTSVILLE MD 20705-1159 US 28-9A-F7 (hex) ADVA Optical Networking Ltd. 289AF7 (base 16) ADVA Optical Networking Ltd. ADVAntage House York YO30 4RY GB B0-B1-94 (hex) zte corporation B0B194 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 10-C3-AB (hex) HUAWEI TECHNOLOGIES CO.,LTD 10C3AB (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 28-11-EC (hex) HUAWEI TECHNOLOGIES CO.,LTD 2811EC (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN E4-26-86 (hex) DWnet Technologies(Suzhou) Corporation E42686 (base 16) DWnet Technologies(Suzhou) Corporation No.8,Tangzhuang Road, Suzhou Industrial Park, Jiangsu, China Suzhou 21500 CN 00-69-2D (hex) Sunnovo International Limited 00692D (base 16) Sunnovo International Limited 1717 Haitai Building Beijing Beijing 100083 CN 38-EB-47 (hex) HUAWEI TECHNOLOGIES CO.,LTD 38EB47 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 0C-37-96 (hex) BIZLINK TECHNOLOGY, INC. 0C3796 (base 16) BIZLINK TECHNOLOGY, INC. 47211 BAYSIDE PARKWAY Fremont CA 94538 US F4-03-2A (hex) Amazon Technologies Inc. F4032A (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 14-77-40 (hex) Huawei Device Co., Ltd. 147740 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN B4-15-7E (hex) Celona Inc. B4157E (base 16) Celona Inc. 10061, Bubb Road Suite 300 Cupertino CA 95014 US 18-D9-8F (hex) Huawei Device Co., Ltd. 18D98F (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 64-5E-2C (hex) IRay Technology Co., Ltd. 645E2C (base 16) IRay Technology Co., Ltd. 11th Guiyang St., Yantai Shandong 264000 CN 00-E0-EC (hex) CELESTICA INC. 00E0EC (base 16) CELESTICA INC. 1900-5140 Yonge Street PO Box 42 Toronto Ontario M2N 6L7 CA 70-38-11 (hex) Siemens Mobility Limited 703811 (base 16) Siemens Mobility Limited 17 Langley Park Way Chippenham Wiltshire SN15 1GG GB 64-62-66 (hex) IEEE Registration Authority 646266 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 48-7A-F6 (hex) NCS ELECTRICAL SDN BHD 487AF6 (base 16) NCS ELECTRICAL SDN BHD NO. 20, 22, 24, 26, JALAN 1/3, RAWANG INTEGRATED INDUSTRIAL PARK, 48000 Rawang Selangor, MALAYSIA RAWANG SELANGOR 48000 MY 48-6E-70 (hex) Zhejiang Tmall Technology Co., Ltd. 486E70 (base 16) Zhejiang Tmall Technology Co., Ltd. Ali Center,No.3331 Keyuan South RD (Shenzhen bay), Nanshan District, Shenzhen Guangdong province Shenzhen GuangDong 518000 CN 60-1D-9D (hex) Sichuan AI-Link Technology Co., Ltd. 601D9D (base 16) Sichuan AI-Link Technology Co., Ltd. Anzhou, Industrial Park Mianyang Sichuan 622650 CN D8-5F-77 (hex) Telink Semiconductor (Shanghai) Co., Ltd. D85F77 (base 16) Telink Semiconductor (Shanghai) Co., Ltd. No. 1500 Zuchongzhi Rd, Building #3 Shanghai 201203 CN 2C-97-ED (hex) Sony Imaging Products & Solutions Inc. 2C97ED (base 16) Sony Imaging Products & Solutions Inc. konan 1-7-1 minato-ku Tokyo 108-0075 JP 20-82-6A (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 20826A (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN B8-90-47 (hex) Apple, Inc. B89047 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 90-9C-4A (hex) Apple, Inc. 909C4A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 90-8C-43 (hex) Apple, Inc. 908C43 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 18-8A-6A (hex) AVPro Global Hldgs 188A6A (base 16) AVPro Global Hldgs 2222 E 52nd Steeet N Sioux Falls SD 57104 US 3C-7D-0A (hex) Apple, Inc. 3C7D0A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D4-8A-39 (hex) Samsung Electronics Co.,Ltd D48A39 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR E4-F3-C4 (hex) Samsung Electronics Co.,Ltd E4F3C4 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 9C-2F-4E (hex) zte corporation 9C2F4E (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN F0-10-90 (hex) New H3C Technologies Co., Ltd F01090 (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN 08-BF-A0 (hex) Samsung Electronics Co.,Ltd 08BFA0 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 70-1F-3C (hex) Samsung Electronics Co.,Ltd 701F3C (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 20-50-E7 (hex) AMPAK Technology,Inc. 2050E7 (base 16) AMPAK Technology,Inc. 3F, No.15-1 Zhonghua Road, Hsinchu Industrail Park, Hukou, Hsinchu Hsinchu,Taiwan R.O.C. 30352 TW D8-A8-C8 (hex) zte corporation D8A8C8 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 38-22-E2 (hex) HP Inc. 3822E2 (base 16) HP Inc. 10300 Energy Dr Spring TX 77389 US 08-C0-EB (hex) Mellanox Technologies, Inc. 08C0EB (base 16) Mellanox Technologies, Inc. 350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US E4-E1-12 (hex) Texas Instruments E4E112 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 34-14-B5 (hex) Texas Instruments 3414B5 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US D0-03-EB (hex) Texas Instruments D003EB (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 94-DB-56 (hex) Sony Home Entertainment&Sound Products Inc 94DB56 (base 16) Sony Home Entertainment&Sound Products Inc Sony City Osaki 2-10-1 Osaki Shinagawa-ku Tokyo Japan 141-8610 JP 88-9E-68 (hex) Technicolor CH USA Inc. 889E68 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 64-09-AC (hex) TCT mobile ltd 6409AC (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN 74-3A-EF (hex) Kaonmedia CO., LTD. 743AEF (base 16) Kaonmedia CO., LTD. 884-3, Seongnam-daero, Bundang-gu Seongnam-si Gyeonggi-do 13517 KR 18-9E-2C (hex) Huawei Device Co., Ltd. 189E2C (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 5C-55-78 (hex) iryx corp 5C5578 (base 16) iryx corp 14 Hughes Irvine CA 92618 US 6C-F7-12 (hex) Nokia 6CF712 (base 16) Nokia Karaportti 3 Espoo Finland 02610 FI 4C-C5-3E (hex) Zyxel Communications Corporation 4CC53E (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW 90-56-FC (hex) TECNO MOBILE LIMITED 9056FC (base 16) TECNO MOBILE LIMITED ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK B8-63-92 (hex) GUANGDONG GENIUS TECHNOLOGY CO., LTD. B86392 (base 16) GUANGDONG GENIUS TECHNOLOGY CO., LTD. No.168, Middle Road Of East Gate Xiaobian Community Chang'an Town 523851 CN 68-B9-D3 (hex) Shenzhen Trolink Technology CO, LTD 68B9D3 (base 16) Shenzhen Trolink Technology CO, LTD 201 B building 4 shijie, Chashu industry 505 block, Baoan airport Sanwei community, Hangcheng street Baoan area. Shenzhen GuangDong 518000 CN B8-C6-AA (hex) Earda Technologies co Ltd B8C6AA (base 16) Earda Technologies co Ltd Block A,Lianfeng Creative Park, #2 Jisheng Rd., Nansha District Guangzhou Guangdong 511455 CN 54-AE-D0 (hex) DASAN Networks, Inc. 54AED0 (base 16) DASAN Networks, Inc. DASAN Tower, 49, Daewangpangyo-ro, 644 Beon-gil, Bundang-gu Seongnam-si Gyeonggi-do 13493 KR 10-70-FD (hex) Mellanox Technologies, Inc. 1070FD (base 16) Mellanox Technologies, Inc. 350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US 38-F6-01 (hex) Solid State Storage Technology Corporation 38F601 (base 16) Solid State Storage Technology Corporation 21F, 392, Ruey Kuang Road, Neihu Taipei 11492 TW 40-DE-AD (hex) Juniper Networks 40DEAD (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 40-F5-20 (hex) Espressif Inc. 40F520 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 78-AA-82 (hex) New H3C Technologies Co., Ltd 78AA82 (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN 20-6C-8A (hex) Extreme Networks, Inc. 206C8A (base 16) Extreme Networks, Inc. 1011 McCarthy Blvd Milpitas CA 95035 US 34-85-84 (hex) Extreme Networks, Inc. 348584 (base 16) Extreme Networks, Inc. 1011 McCarthy Blvd Milpitas CA 95035 US 40-18-B1 (hex) Extreme Networks, Inc. 4018B1 (base 16) Extreme Networks, Inc. 1011 McCarthy Blvd Milpitas CA 95035 US 88-5B-DD (hex) Extreme Networks, Inc. 885BDD (base 16) Extreme Networks, Inc. 1011 McCarthy Blvd Milpitas CA 95035 US 98-ED-5C (hex) Tesla,Inc. 98ED5C (base 16) Tesla,Inc. 3500 Deer Creek Road Palo Alto CA 94304 US C4-42-68 (hex) CRESTRON ELECTRONICS, INC. C44268 (base 16) CRESTRON ELECTRONICS, INC. 15 Volvo Drive Rockleigh NJ 07647 US 54-71-DD (hex) Huawei Device Co., Ltd. 5471DD (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN E4-A7-49 (hex) Palo Alto Networks E4A749 (base 16) Palo Alto Networks 3000 Tannery Way Santa Clara CA 95054 US 84-D6-C5 (hex) SolarEdge Technologies 84D6C5 (base 16) SolarEdge Technologies 1 Abba Eban St. Herzelia 46725 IL D8-91-36 (hex) Dover Fueling Solutions D89136 (base 16) Dover Fueling Solutions Industrieweg 5 Bladel NBR 5531AD NL C8-83-14 (hex) Tempo Communications C88314 (base 16) Tempo Communications 1390 Aspen Way Vista CA 92081 US B8-E3-EE (hex) Universal Electronics, Inc. B8E3EE (base 16) Universal Electronics, Inc. 201 E. Sandpointe Ave Santa Ana CA 92707 US 24-C8-D3 (hex) McWane India Pvt Ltd 24C8D3 (base 16) McWane India Pvt Ltd 483, Kamaraj Road, Upplipalayam Coimbatore Tamil Nadu 641015 IN 60-54-64 (hex) Eyedro Green Solutions Inc. 605464 (base 16) Eyedro Green Solutions Inc. 130 Weber St W, Suite 201 Kitchener Ontario N2H4A2 CA FC-95-6A (hex) OCTAGON SYSTEMS CORP. FC956A (base 16) OCTAGON SYSTEMS CORP. 7403 Church Ranch Blvd Westminster CO 80021 US 40-B3-1E (hex) Universal Electronics, Inc. 40B31E (base 16) Universal Electronics, Inc. 201 E. Sandpointe Ave Santa Ana CA 92707 US 88-40-33 (hex) HUAWEI TECHNOLOGIES CO.,LTD 884033 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN E0-F6-B5 (hex) Nintendo Co.,Ltd E0F6B5 (base 16) Nintendo Co.,Ltd 11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP AC-7A-56 (hex) Cisco Systems, Inc AC7A56 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 44-8D-BF (hex) Rhino Mobility LLC 448DBF (base 16) Rhino Mobility LLC 8 The Green, Suite A Dover DE 19901 US 94-8A-C6 (hex) Realme Chongqing Mobile Telecommunications Corp.,Ltd. 948AC6 (base 16) Realme Chongqing Mobile Telecommunications Corp.,Ltd. No.178 Yulong Avenue, Yufengshan, Yubei District, Chongqing. Chongqing China 401120 CN C0-A6-6D (hex) Inspur Group Co., Ltd. C0A66D (base 16) Inspur Group Co., Ltd. No.1036 Langchao Rd. Jinan Shandong 250101 CN 70-F0-96 (hex) Cisco Systems, Inc 70F096 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-20-A6 (hex) Proxim Wireless 0020A6 (base 16) Proxim Wireless 2114 Ringwood Ave San Jose CA 95131 US 58-50-ED (hex) Hangzhou Hikvision Digital Technology Co.,Ltd. 5850ED (base 16) Hangzhou Hikvision Digital Technology Co.,Ltd. No.555 Qianmo Road Hangzhou Zhejiang 310052 CN 00-05-1E (hex) Brocade Communications Systems LLC 00051E (base 16) Brocade Communications Systems LLC 1320 Ridder Park Dr San Jose CA 95131 US 98-8B-0A (hex) Hangzhou Hikvision Digital Technology Co.,Ltd. 988B0A (base 16) Hangzhou Hikvision Digital Technology Co.,Ltd. No.555 Qianmo Road Hangzhou Zhejiang 310052 CN BC-BA-C2 (hex) Hangzhou Hikvision Digital Technology Co.,Ltd. BCBAC2 (base 16) Hangzhou Hikvision Digital Technology Co.,Ltd. No.555 Qianmo Road Hangzhou Zhejiang 310052 CN AC-CB-51 (hex) Hangzhou Hikvision Digital Technology Co.,Ltd. ACCB51 (base 16) Hangzhou Hikvision Digital Technology Co.,Ltd. No.555 Qianmo Road Hangzhou Zhejiang 310052 CN E0-D4-62 (hex) Huawei Device Co., Ltd. E0D462 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 90-98-38 (hex) Huawei Device Co., Ltd. 909838 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 84-CC-A8 (hex) Espressif Inc. 84CCA8 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN C4-F5-7C (hex) Brocade Communications Systems LLC C4F57C (base 16) Brocade Communications Systems LLC 1320 Ridder Park Dr San Jose CA 95131 US 00-12-F2 (hex) Brocade Communications Systems LLC 0012F2 (base 16) Brocade Communications Systems LLC 1320 Ridder Park Dr San Jose CA 95131 US 6C-2F-8A (hex) Samsung Electronics Co.,Ltd 6C2F8A (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR F0-B0-22 (hex) TOHO Electronics INC. F0B022 (base 16) TOHO Electronics INC. 1-13-21 Tanashioda, Chuo-Ku Sagamihara-City Kanagawa 252-0245 JP 98-7E-CA (hex) Inventus Power Eletronica do Brasil LTDA 987ECA (base 16) Inventus Power Eletronica do Brasil LTDA Av Buriti, 4285 Distrito Industrial Manaus Amazonas 69075000 BR 2C-9F-FB (hex) Wistron Neweb Corporation 2C9FFB (base 16) Wistron Neweb Corporation No.20,Park Avenue II,Hsinchu Science Park Hsin-Chu R.O.C. 308 TW 50-38-2F (hex) ASE Group Chung-Li 50382F (base 16) ASE Group Chung-Li No 550,Chung-Hwa Road Section1 Chung-Li , Taoyuan Taoyuan 32016 TW 0C-14-D2 (hex) China Mobile Group Device Co.,Ltd. 0C14D2 (base 16) China Mobile Group Device Co.,Ltd. 32 Xuanwumen West Street,Xicheng District Beijing 100053 CN D4-F8-29 (hex) Sagemcom Broadband SAS D4F829 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR E0-62-34 (hex) Texas Instruments E06234 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 70-8C-BB (hex) MIMODISPLAYKOREA 708CBB (base 16) MIMODISPLAYKOREA #812, 19, Ojeongongeop-gil Uiwang-si Gyeonggi-do 16072 KR B8-48-AA (hex) EM Microelectronic B848AA (base 16) EM Microelectronic Rue des Sors 3 Marin-Epagnier Neuchatel 2074 CH D8-34-EE (hex) Stem Audio D834EE (base 16) Stem Audio 2552 White Road, Suite A Irvine CA 92614 US F8-57-2E (hex) Core Brands, LLC F8572E (base 16) Core Brands, LLC 5919 Sea Otter Place Carlsbad CA 92010 US 00-1C-91 (hex) Gefen LLC 001C91 (base 16) Gefen LLC 5919 Sea Otter Place Carlsbad CA 92010 US 24-4B-FE (hex) ASUSTek COMPUTER INC. 244BFE (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 7C-DD-E9 (hex) ATOM tech Inc. 7CDDE9 (base 16) ATOM tech Inc. Sky Menor Yokohama 422, 2-11-2 Takashima, Nishi-ku Yokohama-shi Kanagawa 220-0011 JP F8-6B-D9 (hex) Cisco Systems, Inc F86BD9 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US C0-14-FE (hex) Cisco Systems, Inc C014FE (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 7C-AD-4F (hex) Cisco Systems, Inc 7CAD4F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 08-31-A4 (hex) Huawei Device Co., Ltd. 0831A4 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN A8-E9-78 (hex) Huawei Device Co., Ltd. A8E978 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN F8-2F-65 (hex) Huawei Device Co., Ltd. F82F65 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 28-B3-71 (hex) Ruckus Wireless 28B371 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 08-AC-C4 (hex) FMTech 08ACC4 (base 16) FMTech yuehai ShenZhen 518000 CN DC-50-3A (hex) Nanjing Ticom Tech Co., Ltd. DC503A (base 16) Nanjing Ticom Tech Co., Ltd. No.35 Fenghui Road, Yuhuatai District Nanjing Jiangsu 210039 CN 18-47-3D (hex) CHONGQING FUGUI ELECTRONICS CO.,LTD. 18473D (base 16) CHONGQING FUGUI ELECTRONICS CO.,LTD. Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN D4-77-B2 (hex) Netix Global B.V. D477B2 (base 16) Netix Global B.V. 1119RB Schipol - Rijk, Beechavenue, 113, Schipol, Amsterdam NL 1119 NL 70-B5-E8 (hex) Dell Inc. 70B5E8 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 94-25-33 (hex) HUAWEI TECHNOLOGIES CO.,LTD 942533 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 60-56-61 (hex) IXECLOUD Tech 605661 (base 16) IXECLOUD Tech 118, 3rd Floor, Building 195, Area 1 Beiwa Road,Haidian District, Beijing Beijing 100000 CN 0C-59-9C (hex) Juniper Networks 0C599C (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 44-F4-E7 (hex) Cohesity Inc 44F4E7 (base 16) Cohesity Inc 300 park ave san jose CA 95110 US 70-69-79 (hex) IEEE Registration Authority 706979 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US FC-60-9B (hex) New H3C Technologies Co., Ltd FC609B (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN E8-A1-F8 (hex) zte corporation E8A1F8 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 98-A9-42 (hex) Guangzhou Tozed Kangwei Intelligent Technology Co., LTD 98A942 (base 16) Guangzhou Tozed Kangwei Intelligent Technology Co., LTD Room 1301, NO. 37 Jinlong , Nansha Street, Xiangjiang Financial Business Center, Nansha District Guangzhou Guangdong 511458 CN 30-42-40 (hex) zte corporation 304240 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 4C-21-13 (hex) Nokia Shanghai Bell Co., Ltd. 4C2113 (base 16) Nokia Shanghai Bell Co., Ltd. No.388 Ning Qiao Road,Jin Qiao Pudong Shanghai Shanghai 201206 CN 80-2D-BF (hex) Cisco Systems, Inc 802DBF (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 24-F1-50 (hex) Guangzhou Qi'an Technology Co., Ltd. 24F150 (base 16) Guangzhou Qi'an Technology Co., Ltd. No. 3, Dasonggang, Jiangnan Avenue Middle Road, Haizhu District, Guangzhou (office only) Guangzhou Guangdong 510220 CN 10-8B-6A (hex) Antailiye Technology Co.,Ltd 108B6A (base 16) Antailiye Technology Co.,Ltd 7/F,Zhengjiyuan Buiding,2 Road,Qianjing, Xixiang, Baoan District,Shenzhen SHEN ZHEN GUANGDONG 518000 CN 14-C8-8B (hex) Apple, Inc. 14C88B (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US EC-26-51 (hex) Apple, Inc. EC2651 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 18-3E-EF (hex) Apple, Inc. 183EEF (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 60-7E-C9 (hex) Apple, Inc. 607EC9 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 40-88-2F (hex) Extreme Networks, Inc. 40882F (base 16) Extreme Networks, Inc. 6480 Via Del Oro San Jose CA 95119 US E4-3D-1A (hex) Broadcom Limited E43D1A (base 16) Broadcom Limited 15191 Alton Parkway Irvine CA 92618 US 64-4C-36 (hex) Intel Corporate 644C36 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 48-89-E7 (hex) Intel Corporate 4889E7 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 24-EE-9A (hex) Intel Corporate 24EE9A (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 5C-87-9C (hex) Intel Corporate 5C879C (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 50-EB-71 (hex) Intel Corporate 50EB71 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 0C-DD-24 (hex) Intel Corporate 0CDD24 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 94-B8-6D (hex) Intel Corporate 94B86D (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 20-16-B9 (hex) Intel Corporate 2016B9 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 38-BA-F8 (hex) Intel Corporate 38BAF8 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 3C-6A-A7 (hex) Intel Corporate 3C6AA7 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 34-E1-2D (hex) Intel Corporate 34E12D (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-BB-60 (hex) Intel Corporate 00BB60 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 60-F6-77 (hex) Intel Corporate 60F677 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY A0-88-69 (hex) Intel Corporate A08869 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 74-E5-F9 (hex) Intel Corporate 74E5F9 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 80-00-0B (hex) Intel Corporate 80000B (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 34-41-5D (hex) Intel Corporate 34415D (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY FC-77-74 (hex) Intel Corporate FC7774 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 98-2C-BC (hex) Intel Corporate 982CBC (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 3C-F0-11 (hex) Intel Corporate 3CF011 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 28-7F-CF (hex) Intel Corporate 287FCF (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 80-32-53 (hex) Intel Corporate 803253 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY D8-C0-A6 (hex) AzureWave Technology Inc. D8C0A6 (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW 9C-FC-E8 (hex) Intel Corporate 9CFCE8 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY F8-AC-65 (hex) Intel Corporate F8AC65 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 10-12-FB (hex) Hangzhou Hikvision Digital Technology Co.,Ltd. 1012FB (base 16) Hangzhou Hikvision Digital Technology Co.,Ltd. No.555 Qianmo Road Hangzhou Zhejiang 310052 CN 08-FA-79 (hex) vivo Mobile Communication Co., Ltd. 08FA79 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN F0-9B-B8 (hex) HUAWEI TECHNOLOGIES CO.,LTD F09BB8 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN BC-17-B8 (hex) Intel Corporate BC17B8 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY B8-CB-29 (hex) Dell Inc. B8CB29 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 44-BB-3B (hex) Google, Inc. 44BB3B (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US 14-C1-4E (hex) Google, Inc. 14C14E (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US 8C-5E-BD (hex) Huawei Device Co., Ltd. 8C5EBD (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 2C-A0-42 (hex) Huawei Device Co., Ltd. 2CA042 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN EC-C0-1B (hex) HUAWEI TECHNOLOGIES CO.,LTD ECC01B (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 98-44-CE (hex) HUAWEI TECHNOLOGIES CO.,LTD 9844CE (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN CC-D0-83 (hex) Aruba, a Hewlett Packard Enterprise Company CCD083 (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US C0-83-C9 (hex) Huawei Device Co., Ltd. C083C9 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN C0-1C-30 (hex) Shenzhen WIFI-3L Technology Co.,Ltd C01C30 (base 16) Shenzhen WIFI-3L Technology Co.,Ltd East 5 Floor,B Building, WeiHao Technology Park,Sunny Indusrtrial zone, Xili Town, Nanshan District Shenzhen Guangdong 518055 CN D8-C6-78 (hex) MitraStar Technology Corp. D8C678 (base 16) MitraStar Technology Corp. No. 6, Innovation Road II, Hsinchu 300 TW 44-1C-7F (hex) Motorola Mobility LLC, a Lenovo Company 441C7F (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US 00-B8-B6 (hex) Motorola Mobility LLC, a Lenovo Company 00B8B6 (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US 1C-E6-1D (hex) Samsung Electronics Co.,Ltd 1CE61D (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 80-12-DF (hex) Shenzhen SuperElectron Technology Co.,Ltd. 8012DF (base 16) Shenzhen SuperElectron Technology Co.,Ltd. 1213-1214, haosheng business center, dongbin road, nanshan street, nanshan district, shenzhen city Shenzhen Guangdong 518000 CN C4-A1-51 (hex) Sichuan Tianyi Comheart Telecom Co., Ltd. C4A151 (base 16) Sichuan Tianyi Comheart Telecom Co., Ltd. No.198,First Section,Snow Mountain Avenue, Jinyuan Town, Dayi County Chengdu Sichuan 611330 CN 10-E7-7A (hex) STMicrolectronics International NV 10E77A (base 16) STMicrolectronics International NV 39, Chemin du Champ-des-Filles Geneva, Plan-les-Quates 1228 CH 80-EA-07 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 80EA07 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN BC-03-A7 (hex) MFP MICHELIN BC03A7 (base 16) MFP MICHELIN 23 place des Carmes Dechaux Clermont-Ferrand 63000 FR 90-76-9F (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. 90769F (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. 3/F, Building R1-B, High-Tech Industrial Park, Nanshan District Shenzhen Guangdong 518057 CN 98-2F-F8 (hex) Huawei Device Co., Ltd. 982FF8 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 40-DC-A5 (hex) Huawei Device Co., Ltd. 40DCA5 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 2C-6F-51 (hex) Herospeed Digital Technology Limited 2C6F51 (base 16) Herospeed Digital Technology Limited 728 Kaichuang Avenue,Huangpu Distric Guangzhou Guangdong 510530 CN 04-A2-F3 (hex) Fiberhome Telecommunication Technologies Co.,LTD 04A2F3 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN CC-DB-93 (hex) Cisco Systems, Inc CCDB93 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 18-D6-1C (hex) Shenzhen TINNO Mobile Technology Corp. 18D61C (base 16) Shenzhen TINNO Mobile Technology Corp. 4/F, H-3 Building, Qiao Cheng Eastern Industrial Park, Overseas Chinese Town, Shenzhen Shenzhen guangdong 518053 CN 54-48-E6 (hex) Beijing Xiaomi Mobile Software Co., Ltd 5448E6 (base 16) Beijing Xiaomi Mobile Software Co., Ltd Xiaomi Campus, No. 33 Xi erqi Middle Road, Haidian District Beijing Beijing 100085 CN 60-D4-E9 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 60D4E9 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 30-C5-0F (hex) HUAWEI TECHNOLOGIES CO.,LTD 30C50F (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 28-68-D2 (hex) HUAWEI TECHNOLOGIES CO.,LTD 2868D2 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 90-A9-35 (hex) JWEntertainment 90A935 (base 16) JWEntertainment 3f 10 Dwitgol-ro Gwacheon-si Gyeonggi-do 13814 KR A4-86-AE (hex) Quectel Wireless Solutions Co., Ltd. A486AE (base 16) Quectel Wireless Solutions Co., Ltd. No.1801 Hongmei Road, Xuhui District Shanghai 200233 CN 1C-D6-BE (hex) Wistron Neweb Corporation 1CD6BE (base 16) Wistron Neweb Corporation No.20,Park Avenue II,Hsinchu Science Park Hsin-Chu R.O.C. 308 TW 28-D1-27 (hex) Beijing Xiaomi Mobile Software Co., Ltd 28D127 (base 16) Beijing Xiaomi Mobile Software Co., Ltd The Rainbow City Office Building, 68 Qinghe Middle Street Haidian District Beijing Beijing 100085 CN C8-68-DE (hex) Huawei Device Co., Ltd. C868DE (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN D0-0D-F7 (hex) Huawei Device Co., Ltd. D00DF7 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 48-05-E2 (hex) Huawei Device Co., Ltd. 4805E2 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN F8-1B-04 (hex) Zhong Shan City Richsound Electronic Industrial Ltd F81B04 (base 16) Zhong Shan City Richsound Electronic Industrial Ltd Qunle Industrial Area,East ShaGang Road,GangKou ZhongShan,GuangDong,China ZhongShan GuangDong 528400 CN D8-8C-79 (hex) Google, Inc. D88C79 (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US 10-34-1B (hex) Spacelink 10341B (base 16) Spacelink 8830 Complex dr San Diego CA 92123 US 30-A4-52 (hex) Arrival Elements BV 30A452 (base 16) Arrival Elements BV M. Keynesplein 12-46 Amsterdam 1066 EP NL 00-1E-68 (hex) Quanta Computer Inc. 001E68 (base 16) Quanta Computer Inc. NO. 211, WEN HWA 2RD., KUEI SHAN HSIANG TAIPEI TAO YUAN SHIEN 333 TW 00-23-8B (hex) Quanta Computer Inc. 00238B (base 16) Quanta Computer Inc. NO. 211, WEN HWA 2RD.,KUEI SHAN HSIANG, TAO YUAN SHIEN, TAIPEI TAIWAN 333 TW 2C-60-0C (hex) Quanta Computer Inc. 2C600C (base 16) Quanta Computer Inc. No.211, Wen Hwa 2nd Rd Taoyuan Taiwan 33377 TW 8C-C5-B4 (hex) Sagemcom Broadband SAS 8CC5B4 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 00-0B-A2 (hex) Sumitomo Electric Industries, Ltd 000BA2 (base 16) Sumitomo Electric Industries, Ltd 1-1-3, Shimaya, Konohana-ku Osaka 554-0024 JP 00-08-F6 (hex) Sumitomo Electric Industries, Ltd 0008F6 (base 16) Sumitomo Electric Industries, Ltd 1-1-3, Shimaya, Konohana-ku Osaka 554-0024 JP 00-00-5F (hex) Sumitomo Electric Industries, Ltd 00005F (base 16) Sumitomo Electric Industries, Ltd 1-1-3, Shimaya, Konohana-ku Osaka 554-0024 JP 18-EC-E7 (hex) BUFFALO.INC 18ECE7 (base 16) BUFFALO.INC AKAMONDORI Bld.,30-20,Ohsu 3-chome,Naka-ku Nagoya Aichi Pref. 460-8315 JP F4-69-D5 (hex) IEEE Registration Authority F469D5 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 08-3A-F2 (hex) Espressif Inc. 083AF2 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 74-3A-20 (hex) New H3C Technologies Co., Ltd 743A20 (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN 30-C9-AB (hex) CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD. 30C9AB (base 16) CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD. B22 Building,NO.51 Tongle Road, Shajing Town, Jiangnan District, Nanning, Guangxi Province, China Nanning Guangxi 530007 CN 3C-1A-9E (hex) VitalThings AS 3C1A9E (base 16) VitalThings AS Jarlsoveien 48 Tonsberg 3124 NO C4-D7-38 (hex) Huawei Device Co., Ltd. C4D738 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN C8-84-A1 (hex) Cisco Systems, Inc C884A1 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US D8-77-8B (hex) Intelbras D8778B (base 16) Intelbras BR 101, KM 210 São Jose Santa Catarina 88104-800 BR 00-03-E8 (hex) Wavesight Limited 0003E8 (base 16) Wavesight Limited 13 Dencora Way Luton Sundon Business Park LU3 3HP GB 6C-BA-B8 (hex) Sagemcom Broadband SAS 6CBAB8 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR E0-D4-64 (hex) Intel Corporate E0D464 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY C0-F6-C2 (hex) HUAWEI TECHNOLOGIES CO.,LTD C0F6C2 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN D4-AF-F7 (hex) Arista Networks D4AFF7 (base 16) Arista Networks 5453 Great America Parkway Santa Clara CA 95054 US 60-07-7C (hex) Jala Group 60077C (base 16) Jala Group Melchor Pérez de Holguín N 2643 Cochabamba Cochabamba 0000 BO 60-98-66 (hex) Texas Instruments 609866 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US F8-D0-27 (hex) Seiko Epson Corporation F8D027 (base 16) Seiko Epson Corporation 2070 Kotobuki Koaka Matsumoto-shi Nagano-ken 399-8702 JP 5C-66-6C (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 5C666C (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 4C-4B-F9 (hex) IEEE Registration Authority 4C4BF9 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 1C-EA-0B (hex) Edgecore Networks Corporation 1CEA0B (base 16) Edgecore Networks Corporation 1 Creation RD 3. Hsinchu 30077 TW 44-EF-BF (hex) China Dragon Technology Limited 44EFBF (base 16) China Dragon Technology Limited B4 Bldg.Haoshan 1st Industry Park, Shenzhen Guangdong 518104 CN B8-1F-5E (hex) Apption Labs Limited B81F5E (base 16) Apption Labs Limited 7-8 Westbridge Close Leicester LE3 5LW GB D8-12-65 (hex) CHONGQING FUGUI ELECTRONICS CO.,LTD. D81265 (base 16) CHONGQING FUGUI ELECTRONICS CO.,LTD. Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN 4C-B4-4A (hex) NANOWAVE Technologies Inc. 4CB44A (base 16) NANOWAVE Technologies Inc. 425 Horner Avenue Etobicoke Ontario M8W 4W3 CA 04-8C-9A (hex) Huawei Device Co., Ltd. 048C9A (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN EC-3C-BB (hex) Huawei Device Co., Ltd. EC3CBB (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 8C-3A-7E (hex) Universal Electronics, Inc. 8C3A7E (base 16) Universal Electronics, Inc. 201 E. Sandpointe Ave Santa Ana CA 92707 US 70-44-1C (hex) SHENZHEN KAIFA TECHNOLOGY CO.,LTD. 70441C (base 16) SHENZHEN KAIFA TECHNOLOGY CO.,LTD. 7006 Caitian Rd., Futian Dist. Shen Zhen Guang Dong 518035 CN B4-7C-59 (hex) Jiangsu Hengxin Technology Co.,Ltd. B47C59 (base 16) Jiangsu Hengxin Technology Co.,Ltd. No.138 Taodu Road,Yixing city,Jiangsu Province,China Yixing Jiangsu 214200 CN 30-0D-9E (hex) Ruijie Networks Co.,LTD 300D9E (base 16) Ruijie Networks Co.,LTD 20# Building,Star-net Science Plaza,Juyuanzhou, 618 Jinshan Road Fuzhou Fujian 350002 CN EC-FA-5C (hex) Beijing Xiaomi Electronics Co., Ltd. ECFA5C (base 16) Beijing Xiaomi Electronics Co., Ltd. Building C, QingHe ShunShiJiaYe Technology Park, #66 ZhuFang Rd, HaiDian District Beijing Beijing 10085 CN F8-B4-6A (hex) Hewlett Packard F8B46A (base 16) Hewlett Packard 11445 Compaq Center Drive Houston TX 77070 US BC-B0-E7 (hex) HUAWEI TECHNOLOGIES CO.,LTD BCB0E7 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 54-34-EF (hex) HUAWEI TECHNOLOGIES CO.,LTD 5434EF (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 88-D5-A8 (hex) ITEL MOBILE LIMITED 88D5A8 (base 16) ITEL MOBILE LIMITED RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK 20-85-93 (hex) IEEE Registration Authority 208593 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US AC-E3-42 (hex) HUAWEI TECHNOLOGIES CO.,LTD ACE342 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 90-17-C8 (hex) HUAWEI TECHNOLOGIES CO.,LTD 9017C8 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN E4-92-2A (hex) DBG HOLDINGS LIMITED E4922A (base 16) DBG HOLDINGS LIMITED UNIT D, 6/F., UNISON INDUSTRIAL CENTRE, 27-31 AUPUI WAN STREET, FOTAN, N.T. Hong Kong 999077 HK 2C-64-1F (hex) Vizio, Inc 2C641F (base 16) Vizio, Inc 39 Tesla Irvine CA 92618 US 20-77-59 (hex) OPTICAL NETWORK VIDEO TECHNOLOGIES (SHENZHEN) CO., LTD. 207759 (base 16) OPTICAL NETWORK VIDEO TECHNOLOGIES (SHENZHEN) CO., LTD. The 4-6th Floor, No. 59, HuaNing Road, Xinwei Community, Dalang Street, Longhua District Shenzhen 518000 CN 54-E7-D5 (hex) Sun Cupid Technology (HK) LTD 54E7D5 (base 16) Sun Cupid Technology (HK) LTD Room 1201-3, 12/F., Tower 6 Tsim Sha Tsui HK 18-90-88 (hex) eero inc. 189088 (base 16) eero inc. 660 3rd Street San Francisco CA 94107 US 4C-56-DF (hex) Targus US LLC 4C56DF (base 16) Targus US LLC 1211 North Miller Street Anaheim CA 92806 US 24-15-10 (hex) IEEE Registration Authority 241510 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 6C-4D-51 (hex) Shenzhen Ceres Technology Co., Ltd. 6C4D51 (base 16) Shenzhen Ceres Technology Co., Ltd. #601, Fl6, Bldg F, No.1008  Yangguang Community, Xili, Nanshan Shenzhen Guangdong 518055 CN 88-9D-98 (hex) Allied-telesisK.K. 889D98 (base 16) Allied-telesisK.K. 7-21-11 Nishi-Gotannda Shinagawa-ku Tokyo 141-0031 JP DC-F8-B9 (hex) zte corporation DCF8B9 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 18-BF-1C (hex) Jiangsu Huitong Group Co.,Ltd. 18BF1C (base 16) Jiangsu Huitong Group Co.,Ltd. No. 24, Block 2, Taohuawu New District Zhenjiang Jiangsu 212003 CN AC-DE-48 (hex) Private ACDE48 (base 16) Private 00-50-C7 (hex) Private 0050C7 (base 16) Private 00-20-67 (hex) Private 002067 (base 16) Private 48-01-C5 (hex) OnePlus Technology (Shenzhen) Co., Ltd 4801C5 (base 16) OnePlus Technology (Shenzhen) Co., Ltd 18C02, 18C03, 18C04 ,18C05,TAIRAN BUILDING, Shenzhen Guangdong 518000 CN B4-EE-25 (hex) Shenzhen Belon Technology CO.,LTD B4EE25 (base 16) Shenzhen Belon Technology CO.,LTD Tsinghua Information Shenzhen Guangdong 518052 CN C8-2B-96 (hex) Espressif Inc. C82B96 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 98-52-3D (hex) Sunitec Enterprise Co.,Ltd 98523D (base 16) Sunitec Enterprise Co.,Ltd 3F.,No.98-1,Mincyuan Rd.Sindian City Taipei County 231 231141 CN D0-15-A6 (hex) Aruba, a Hewlett Packard Enterprise Company D015A6 (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US 00-01-63 (hex) Cisco Systems, Inc 000163 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 60-63-4C (hex) D-Link International 60634C (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG 20-5F-3D (hex) Cambridge Communication Systems Ltd 205F3D (base 16) Cambridge Communication Systems Ltd Victory House, Vision Park, Chivers Way, Histon Cambridge CB24 9ZR GB 04-81-9B (hex) BSkyB Ltd 04819B (base 16) BSkyB Ltd 130 Kings Road Brentwood Essex 08854 GB E0-00-84 (hex) HUAWEI TECHNOLOGIES CO.,LTD E00084 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 2C-A8-9C (hex) Creatz inc. 2CA89C (base 16) Creatz inc. 16, Deogyeong-daero 1556beon-gil, Yeongtong-gu Suwon-si, Gyeonggi-do, 16690 KR 4C-DC-0D (hex) Coral Telecom Limited 4CDC0D (base 16) Coral Telecom Limited E-2, Sector 63 Noida Uttar Pradesh 201301 IN 00-4E-01 (hex) Dell Inc. 004E01 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US C4-E1-A1 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD C4E1A1 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN AC-C3-58 (hex) Continental Automotive Czech Republic s.r.o. ACC358 (base 16) Continental Automotive Czech Republic s.r.o. Průmyslová 1851 Brandýs nad Labem 250 01 CZ 3C-EC-EF (hex) Super Micro Computer, Inc. 3CECEF (base 16) Super Micro Computer, Inc. 980 Rock Ave San Jose CA 95131 US 18-55-E3 (hex) Apple, Inc. 1855E3 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E4-50-EB (hex) Apple, Inc. E450EB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 88-64-40 (hex) Apple, Inc. 886440 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 60-70-C0 (hex) Apple, Inc. 6070C0 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F0-C3-71 (hex) Apple, Inc. F0C371 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 64-FF-0A (hex) Wistron Neweb Corporation 64FF0A (base 16) Wistron Neweb Corporation No.20,Park Avenue II,Hsinchu Science Park Hsin-Chu R.O.C. 308 TW F0-99-19 (hex) Garmin International F09919 (base 16) Garmin International 1200 E. 151st St Olathe KS 66062 US 00-00-DE (hex) CETIA 0000DE (base 16) CETIA 150 RUE BERTHELOT FR F4-3E-66 (hex) Bee Computing (HK) Limited F43E66 (base 16) Bee Computing (HK) Limited Room 1902, 19/F, Lee Garden One 33 Hysan Avenue, Causeway Bay Hong Kong 100043 HK DC-39-6F (hex) AVM Audiovisuelles Marketing und Computersysteme GmbH DC396F (base 16) AVM Audiovisuelles Marketing und Computersysteme GmbH Alt-Moabit 95 Berlin Berlin 10559 DE B4-C4-76 (hex) Wuhan Maritime Communication Research Institute B4C476 (base 16) Wuhan Maritime Communication Research Institute No.312 Luoyu road, Hongshan District Wuhan Hubei 430079 CN 68-34-89 (hex) LEA Professional 683489 (base 16) LEA Professional 635 S. Lafayette Blvd South Bend IN 46601 US B4-6C-47 (hex) Panasonic Appliances Company B46C47 (base 16) Panasonic Appliances Company 2-3-1-2 Noji-higashi Kusatsu City Shiga 525-8555 JP 44-42-2F (hex) TESTOP CO.,LTD. 44422F (base 16) TESTOP CO.,LTD. 808RM Hanshin IT Tower ,272, Digital-ro Guro-gu Seoul 08389 KR 54-9C-27 (hex) Plasma Cloud Limited 549C27 (base 16) Plasma Cloud Limited 5/F, Yat Chau Building, 262 Des Voeux Road Central Hong Kong NA HK D0-4E-50 (hex) Mobiwire Mobiles (NingBo) Co., LTD D04E50 (base 16) Mobiwire Mobiles (NingBo) Co., LTD No.999 Dacheng East Road, Fenghua District, Ningbo City , Zhejiang Province, PRC Ningbo Zhejiang 315500 CN 94-BF-80 (hex) zte corporation 94BF80 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 98-7A-14 (hex) Microsoft Corporation 987A14 (base 16) Microsoft Corporation One Microsoft Way REDMOND WA 98052 US C8-3D-DC (hex) Xiaomi Communications Co Ltd C83DDC (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 9C-3A-9A (hex) Shenzhen Sundray Technologies Company Limited 9C3A9A (base 16) Shenzhen Sundray Technologies Company Limited 5th Floor, Block A4, Nanshan ipark,NO.1001 Xue Yuan Road, Nanshan District, Shenzhen 518055, P.R. China Shenzhen Guangdong 518057 CN B0-B5-E8 (hex) Ruroc LTD B0B5E8 (base 16) Ruroc LTD Unit 2, Barnett Way, Barnwood Estate Gloucester GL4 3RT GB 04-D5-90 (hex) Fortinet, Inc. 04D590 (base 16) Fortinet, Inc. 899 Kifer Road Sunnyvale null 94086 US 54-15-89 (hex) MCS Logic Inc. 541589 (base 16) MCS Logic Inc. A-1701, Munjeong-dong, SK V1 GL Metro City, 128, Beobwon-ro, Songpa-gu, seoul seoul 05854 KR 84-57-33 (hex) Microsoft Corporation 845733 (base 16) Microsoft Corporation One Microsoft Way REDMOND 98052 US 00-24-23 (hex) AzureWave Technologies (Shanghai) Inc. 002423 (base 16) AzureWave Technologies (Shanghai) Inc. NO. 8, LANE 66, CHENGBAO RD. SHANGHAI 201801 CN 8C-59-3C (hex) IEEE Registration Authority 8C593C (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 60-29-D5 (hex) DAVOLINK Inc. 6029D5 (base 16) DAVOLINK Inc. 112, Beolmal-ro Dongan-gu, Anyang-si Gyeonggi-do 14057 KR 50-97-44 (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. 509744 (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY 58-F3-9C (hex) Cisco Systems, Inc 58F39C (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US C4-41-1E (hex) Belkin International Inc. C4411E (base 16) Belkin International Inc. 12045 East Waterfront Drive Playa Vista null 90094 US 00-77-E4 (hex) Nokia 0077E4 (base 16) Nokia Karaportti 3 Espoo Finland 02610 FI 00-AD-63 (hex) Dedicated Micros Malta LTD 00AD63 (base 16) Dedicated Micros Malta LTD Blb017, Qasam Industrijali Bulebel ZEJTUN ZTN 3000 MT E4-15-F6 (hex) Texas Instruments E415F6 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US AC-42-28 (hex) Parta Networks AC4228 (base 16) Parta Networks Teknopark Izmir No:38 URLA IZMIR 35433 TR F4-1D-6B (hex) HUAWEI TECHNOLOGIES CO.,LTD F41D6B (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 7C-EC-9B (hex) Fuzhou Teraway Information Technology Co.,Ltd 7CEC9B (base 16) Fuzhou Teraway Information Technology Co.,Ltd 2F, Building 5#, No. 59, Yangqi Road, Cangshan District Fuzhou Fujian 350000 CN CC-90-70 (hex) Cisco Systems, Inc CC9070 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 28-41-C6 (hex) HUAWEI TECHNOLOGIES CO.,LTD 2841C6 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 38-01-18 (hex) ULVAC,Inc. 380118 (base 16) ULVAC,Inc. 2500 Hagizono Chigasaki Kanagawa 253-8543 JP 14-AD-CA (hex) China Mobile Iot Limited company 14ADCA (base 16) China Mobile Iot Limited company No. 8 Yangliu North Road, Yubei District, Chongqing, China Chong Qing Chong Qing 401120 CN 80-91-33 (hex) AzureWave Technology Inc. 809133 (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW B4-F5-8E (hex) HUAWEI TECHNOLOGIES CO.,LTD B4F58E (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN C4-8F-C1 (hex) DEEPTRACK S.L.U. C48FC1 (base 16) DEEPTRACK S.L.U. Avenida de Barajas 32, Parque E. Omega, Edificio A Alcobendas 28100 ES F8-23-87 (hex) Shenzhen Horn Audio Co.,Ltd. F82387 (base 16) Shenzhen Horn Audio Co.,Ltd. NO.6 4th GuiHua road,PingShan, Shenzhen Guangdong 518118 CN E8-28-C1 (hex) Eltex Enterprise Ltd. E828C1 (base 16) Eltex Enterprise Ltd. Okruzhnaya st. 29v Novosibirsk 630020 RU 78-D3-47 (hex) Ericsson AB 78D347 (base 16) Ericsson AB Torshamnsgatan 36 Stockholm SE-164 80 SE A4-A1-79 (hex) Nanjing dianyan electric power automation co. LTD A4A179 (base 16) Nanjing dianyan electric power automation co. LTD No. 29, liuzhou north road, pukou district Nanjing Jiangsu 210031 CN 68-DB-67 (hex) Nantong Coship Electronics Co., Ltd. 68DB67 (base 16) Nantong Coship Electronics Co., Ltd. No.188 Xinsheng Road Nantong 226000 US 18-19-D6 (hex) Samsung Electronics Co.,Ltd 1819D6 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR BC-98-DF (hex) Motorola Mobility LLC, a Lenovo Company BC98DF (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US 70-FC-8F (hex) FREEBOX SAS 70FC8F (base 16) FREEBOX SAS 16 rue de la Ville l'Eveque PARIS IdF 75008 FR 50-1B-32 (hex) Taicang T&W Electronics 501B32 (base 16) Taicang T&W Electronics 89# Jiang Nan RD Suzhou Jiangsu 215412 CN 98-0D-67 (hex) Zyxel Communications Corporation 980D67 (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW 00-02-D8 (hex) BRECIS Communications Corporation 0002D8 (base 16) BRECIS Communications Corporation 2025 Gateway Place, Suite 132 San Jose CA 95110 US B0-A6-F5 (hex) Xaptum, Inc. B0A6F5 (base 16) Xaptum, Inc. 350 W Ontario ST FL 4 Chicago IL 60654 US AC-F5-E6 (hex) Cisco Systems, Inc ACF5E6 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US DC-B0-82 (hex) Nokia DCB082 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA F8-C3-97 (hex) NZXT Corp. Ltd. F8C397 (base 16) NZXT Corp. Ltd. 13164 E. Temple Ave. City of Industry California 91746 US 70-DD-A8 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 70DDA8 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 4C-6F-9C (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 4C6F9C (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 78-2C-29 (hex) New H3C Technologies Co., Ltd 782C29 (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN BC-9F-E4 (hex) Aruba, a Hewlett Packard Enterprise Company BC9FE4 (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US 70-2E-80 (hex) DIEHL Connectivity Solutions 702E80 (base 16) DIEHL Connectivity Solutions Stephanstraße 49 Nürnberg Bayern 90478 DE AC-A4-6E (hex) SHENZHEN GONGJIN ELECTRONICS CO.,LT ACA46E (base 16) SHENZHEN GONGJIN ELECTRONICS CO.,LT SONGGANG SHENZHEN GUANGDONG 518105 CN C8-B4-22 (hex) ASKEY COMPUTER CORP C8B422 (base 16) ASKEY COMPUTER CORP 10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW 94-EE-9F (hex) HMD Global Oy 94EE9F (base 16) HMD Global Oy Bertel Jungin aukio 9 Espoo 02600 FI DC-2A-A1 (hex) MedHab LLC DC2AA1 (base 16) MedHab LLC 3501 North US Highway 67 San Angelo TX 76905 US E4-F3-E8 (hex) Shenzhen SuperElectron Technology Co.,Ltd. E4F3E8 (base 16) Shenzhen SuperElectron Technology Co.,Ltd. 1213-1214, haosheng business center, dongbin road, nanshan street, nanshan district, shenzhen city Shenzhen Guangdong 518000 CN F4-32-3D (hex) Sichuan tianyi kanghe communications co., LTD F4323D (base 16) Sichuan tianyi kanghe communications co., LTD No.198, section 1, xueshan avenue, jinyuan town, dayi county, sichuan province chengdu sichuan 611330 CN F8-B7-97 (hex) NEC Platforms, Ltd. F8B797 (base 16) NEC Platforms, Ltd. 2-3 Kandatsukasamachi Chiyodaku Tokyo 101-8532 JP B0-AA-D2 (hex) Sichuan tianyi kanghe communications co., LTD B0AAD2 (base 16) Sichuan tianyi kanghe communications co., LTD No.198, section 1, xueshan avenue, jinyuan town, dayi county, sichuan province chengdu sichuan 611330 CN 10-93-97 (hex) ARRIS Group, Inc. 109397 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 50-75-F1 (hex) ARRIS Group, Inc. 5075F1 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US C4-65-16 (hex) Hewlett Packard C46516 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston TX 77070 US E4-1E-0A (hex) IEEE Registration Authority E41E0A (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US CC-A1-2B (hex) TCL King Electrical Appliances (Huizhou) Co., Ltd CCA12B (base 16) TCL King Electrical Appliances (Huizhou) Co., Ltd 10F, TCL Multimedia Building, TCL International E City, No.1001 Zhongshanyuan Rd., Nanshan District Shenzhen Guangdong 518052 CN AC-00-D0 (hex) zte corporation AC00D0 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN E8-C4-17 (hex) Fiberhome Telecommunication Technologies Co.,LTD E8C417 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 00-1E-A3 (hex) Nokia Danmark A/S 001EA3 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 38-F3-2E (hex) Skullcandy 38F32E (base 16) Skullcandy 6301 N. LANDMARK DRIVE Park City 84098 US 98-1E-19 (hex) Sagemcom Broadband SAS 981E19 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 84-B8-66 (hex) Beijing XiaoLu technology co. LTD 84B866 (base 16) Beijing XiaoLu technology co. LTD Room 002, floor 2, building 1, yard 4, BeiTuCheng East Road, ChaoYang district, Beijing Beijing 100102 CN 18-BC-5A (hex) Zhejiang Tmall Technology Co., Ltd. 18BC5A (base 16) Zhejiang Tmall Technology Co., Ltd. Ali Center,No.3331 Keyuan South RD (Shenzhen bay), Nanshan District, Shenzhen Guangdong 518000 CN C4-C1-38 (hex) OWLink Technology Inc C4C138 (base 16) OWLink Technology Inc 760 Roosevelt Irvine CA 92620 US AC-37-C9 (hex) RAID Incorporated AC37C9 (base 16) RAID Incorporated 200 Brickstone Square Andover MA 01810 US 20-58-69 (hex) Ruckus Wireless 205869 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US CC-37-AB (hex) Edgecore Networks Corporation CC37AB (base 16) Edgecore Networks Corporation 1 Creation Road 3. Hsinchu Hsinchu 30077 TW 14-22-DB (hex) eero inc. 1422DB (base 16) eero inc. 230 9th St. San Francisco CA 94103 US C8-63-14 (hex) IEEE Registration Authority C86314 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 24-31-54 (hex) HUAWEI TECHNOLOGIES CO.,LTD 243154 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 2C-58-E8 (hex) HUAWEI TECHNOLOGIES CO.,LTD 2C58E8 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 70-CD-91 (hex) TERACOM TELEMATICA S.A 70CD91 (base 16) TERACOM TELEMATICA S.A RUA AMERICA,1000 Eldorado do Sul Rio Grande do Sul 92990-000 BR 2C-18-75 (hex) Skyworth Digital Technology(Shenzhen) Co.,Ltd 2C1875 (base 16) Skyworth Digital Technology(Shenzhen) Co.,Ltd 7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN D0-6E-DE (hex) Sagemcom Broadband SAS D06EDE (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 18-39-9C (hex) Skorpios Technologies 18399C (base 16) Skorpios Technologies 7401 Snaproll St NE Albuquerque NM 87109 US 94-C2-BD (hex) TECNOBIT 94C2BD (base 16) TECNOBIT C/ FUDRE, 18 VALDEPEÑAS CIUDAD REAL 13300 ES 48-83-B4 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 4883B4 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 84-B8-B8 (hex) Motorola (Wuhan) Mobility Technologies Communication Co., Ltd. 84B8B8 (base 16) Motorola (Wuhan) Mobility Technologies Communication Co., Ltd. No.19, Gaoxin 4th Road, Wuhan East Lake High-tech Zone, Wuhan Wuhan Hubei 430000 CN D0-41-C9 (hex) Fiberhome Telecommunication Technologies Co.,LTD D041C9 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN E8-01-8D (hex) Fiberhome Telecommunication Technologies Co.,LTD E8018D (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 10-A3-B8 (hex) Iskratel d.o.o. 10A3B8 (base 16) Iskratel d.o.o. Ljubljanska cesta 24a Kranj 4000 SI E8-EC-A3 (hex) Dongguan Liesheng Electronic Co.Ltd E8ECA3 (base 16) Dongguan Liesheng Electronic Co.Ltd 13th Floor South Building, Gosun Science Park, Hongtu Rd Dongguan Dongguan 523073 CN 08-A6-BC (hex) Amazon Technologies Inc. 08A6BC (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 70-1E-68 (hex) Hanna Instruments, Inc. 701E68 (base 16) Hanna Instruments, Inc. 584 Park East Dr. Woonsocket RI 02895 US 1C-B3-E9 (hex) Shenzhen Zhongke United Communication Technology 1CB3E9 (base 16) Shenzhen Zhongke United Communication Technology 6C jiajiahao commercial building, Shennan avenue Shenzhen Guangdong 518000 CN 8C-96-5F (hex) Shandong Zhongan Technology Co., Ltd. 8C965F (base 16) Shandong Zhongan Technology Co., Ltd. North of Kejia Road, East District, Jinan High-tech Zone Jinan Shandong 250100 CN C0-07-4A (hex) Brita GmbH C0074A (base 16) Brita GmbH Heinrich-Hertz-Str. 4 Taunusstein 65232 DE E8-B2-FE (hex) HUMAX Co., Ltd. E8B2FE (base 16) HUMAX Co., Ltd. HUMAX Village, 216, Hwangsaeul-ro, Bu Seongnam-si Gyeonggi-do 463-875 KR 80-FD-7A (hex) BLU Products Inc 80FD7A (base 16) BLU Products Inc 10814 NW 33rd Street Miami FL 33172 US 00-17-FA (hex) Microsoft Corporation 0017FA (base 16) Microsoft Corporation One Microsoft Way Redmond Washington 98052-6399 US 94-16-25 (hex) Apple, Inc. 941625 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 54-3B-30 (hex) duagon AG 543B30 (base 16) duagon AG Riedstrasse 12 Zürich Dietikon 8953 CH 40-F2-1C (hex) DASAN Zhone Solutions 40F21C (base 16) DASAN Zhone Solutions 7195 Oakport Street Oakland CA 94621 US B0-BB-8B (hex) WAVETEL TECHNOLOGY LIMITED B0BB8B (base 16) WAVETEL TECHNOLOGY LIMITED ROOM 1611B, 16/F, HO KING COMMERCIAL CENTRE, 2-16 FAYUEN STREET, MONGKOK, KOWLOON HONGKONG 999077 CN 34-A8-EB (hex) Apple, Inc. 34A8EB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 94-BF-C4 (hex) Ruckus Wireless 94BFC4 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US A4-83-E7 (hex) Apple, Inc. A483E7 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F4-AF-E7 (hex) Apple, Inc. F4AFE7 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US AC-88-FD (hex) Apple, Inc. AC88FD (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 50-3E-7C (hex) LeiShen Intelligent System Co.Ltd 503E7C (base 16) LeiShen Intelligent System Co.Ltd 4th Floor,No.1 Commercial Building,Cultural Center,Tanggang Road,Tanggang Community,Shajing Street,Baoan District Shenzhen Guangdong 518104 CN 24-58-6E (hex) zte corporation 24586E (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN B4-A3-05 (hex) XIAMEN YAXON NETWORK CO., LTD. B4A305 (base 16) XIAMEN YAXON NETWORK CO., LTD. 46#,Guanri Road, Software Park II Xiamen Fujian 361008 CN 80-3E-48 (hex) SHENZHEN GONGJIN ELECTRONICS CO.,LT 803E48 (base 16) SHENZHEN GONGJIN ELECTRONICS CO.,LT SONGGANG SHENZHEN GUANGDONG 518105 CN 24-3F-30 (hex) Oxygen Broadband s.a. 243F30 (base 16) Oxygen Broadband s.a. 2 Messogeion ave., Athens Tower Athens Attiki 11527 GR 3C-91-80 (hex) Liteon Technology Corporation 3C9180 (base 16) Liteon Technology Corporation 4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW 20-32-6C (hex) Samsung Electronics Co.,Ltd 20326C (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 64-89-F1 (hex) Samsung Electronics Co.,Ltd 6489F1 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 20-34-FB (hex) Xiaomi Communications Co Ltd 2034FB (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN A8-9C-ED (hex) Xiaomi Communications Co Ltd A89CED (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 6C-A6-04 (hex) ARRIS Group, Inc. 6CA604 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 5C-F9-DD (hex) Dell Inc. 5CF9DD (base 16) Dell Inc. One Dell way Round Rock 78682 US D0-EC-35 (hex) Cisco Systems, Inc D0EC35 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 10-AE-60 (hex) Private 10AE60 (base 16) Private 00-25-DF (hex) Private 0025DF (base 16) Private BC-CF-4F (hex) Zyxel Communications Corporation BCCF4F (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW C0-10-B1 (hex) HMD Global Oy C010B1 (base 16) HMD Global Oy Bertel Jungin aukio 9 Espoo 02600 FI 90-89-5F (hex) WEIFANG GOERTEK ELECTRONICS CO.,LTD 90895F (base 16) WEIFANG GOERTEK ELECTRONICS CO.,LTD Gaoxin 2 Road, Free Trade Zone,Weifang,Shandong,261205,P.R.China Weifang Shandong 261205 CN 48-D8-45 (hex) Shenzhen Mainuoke Electronics Co., Ltd 48D845 (base 16) Shenzhen Mainuoke Electronics Co., Ltd 9th Floor, Hengtemei Building, Buji Shenzhen Guangdong 518000 CN 0C-E0-41 (hex) iDruide 0CE041 (base 16) iDruide 19 Rue de la Turbie MONACO 98000 MC B8-8F-B4 (hex) JABIL CIRCUIT ITALIA S.R.L B88FB4 (base 16) JABIL CIRCUIT ITALIA S.R.L via andrea appiani 12 milano 20121 IT 00-52-C2 (hex) peiker acustic GmbH 0052C2 (base 16) peiker acustic GmbH Max-Planck-Strasse 28-32 Friedrichsdorf 61381 DE 8C-53-D2 (hex) China Mobile Group Device Co.,Ltd. 8C53D2 (base 16) China Mobile Group Device Co.,Ltd. 32 Xuanwumen West Street,Xicheng District Beijing 100053 CN D4-53-83 (hex) Murata Manufacturing Co., Ltd. D45383 (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP A0-42-46 (hex) IT Telecom Co., Ltd. A04246 (base 16) IT Telecom Co., Ltd. 517 TheOvalley 555-9 Hogye-dong, Dong An-gu Anyang-si Gyeonggi-do 14117 KR 0C-F4-75 (hex) Zliide Technologies ApS 0CF475 (base 16) Zliide Technologies ApS Sverigesgade 6 Aarhus 8000 DK 68-FF-7B (hex) TP-LINK TECHNOLOGIES CO.,LTD. 68FF7B (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 80-8F-1D (hex) TP-LINK TECHNOLOGIES CO.,LTD. 808F1D (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 00-12-4E (hex) XAC AUTOMATION CORP. 00124E (base 16) XAC AUTOMATION CORP. 4F, 30 Industry E. Road IX Hsin-Chu 300 US 88-E0-34 (hex) Shinwa industries(China) ltd. 88E034 (base 16) Shinwa industries(China) ltd. No.26,Huifeng West 2 Road,Zhongkai High-tech Zone Huizhou Guangdong 516006 CN 48-BD-0E (hex) Quanta Storage Inc. 48BD0E (base 16) Quanta Storage Inc. 3F. No.188, Wenhua 2nd Rd Taoyuan City Guishan District 33383 TW 00-0F-69 (hex) SEW Eurodrive GmbH & Co. KG 000F69 (base 16) SEW Eurodrive GmbH & Co. KG Ernst Blickle Str. 42 Bruchsal 76646 DE E4-58-E7 (hex) Samsung Electronics Co.,Ltd E458E7 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-10-4A (hex) The Parvus Corporation 00104A (base 16) The Parvus Corporation 3222 S Washington St. Salt Lake City UT 84115 US D0-58-C0 (hex) Qingdao Haier Multimedia Limited. D058C0 (base 16) Qingdao Haier Multimedia Limited. Pingban Building, Haier Industry Park, Laoshan District, Qingdao Shandong 266103 CN F8-D4-78 (hex) Flextronics Tech.(Ind) Pvt Ltd F8D478 (base 16) Flextronics Tech.(Ind) Pvt Ltd SURVEYNO.381, PADUR ROAD, KUTHAMBAKKAM VILLAGE, 602107 POONAMALLEE TALUK, THIRUVALLUR DISTRIC Chennai 602107 IN 48-C3-B0 (hex) Pharos Co.Ltd 48C3B0 (base 16) Pharos Co.Ltd 503 Ogong-ro 144 Deokjin-gu Jeonju-si 54873 KR DC-58-BC (hex) Thomas-Krenn.AG DC58BC (base 16) Thomas-Krenn.AG Speltenbach-Steinaecker 1 Freyung 94078 DE 00-10-25 (hex) Grayhill, Inc 001025 (base 16) Grayhill, Inc 561 Hillgrove Ave LaGrange IL 60525 US 38-21-C7 (hex) Aruba, a Hewlett Packard Enterprise Company 3821C7 (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US A4-5F-9B (hex) Nexell A45F9B (base 16) Nexell 12F, 31 Hwangsaeul-ro 258 beon-gil, Bundang-gu Seongnam-si, Gyeonggi-do 13595 KR 70-EA-1A (hex) Cisco Systems, Inc 70EA1A (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 80-8A-8B (hex) vivo Mobile Communication Co., Ltd. 808A8B (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 98-44-B6 (hex) INFRANOR SAS 9844B6 (base 16) INFRANOR SAS Avenue Jean Moulin LOURDES 65100 FR 38-83-9A (hex) SHENZHEN RF-LINK TECHNOLOGY CO.,LTD. 38839A (base 16) SHENZHEN RF-LINK TECHNOLOGY CO.,LTD. Bldg56A,6/F,Baotian Rd3,Xixiang Town,Baoan District, Shenzhen Guangdong 518000 CN DC-67-23 (hex) barox Kommunikation GmbH DC6723 (base 16) barox Kommunikation GmbH Marie-Curie-Strasse 8 Lörrach DE-79539 DE 44-B4-62 (hex) Flextronics Tech.(Ind) Pvt Ltd 44B462 (base 16) Flextronics Tech.(Ind) Pvt Ltd SURVEYNO.381, PADUR ROAD, KUTHAMBAKKAM VILLAGE, 602107 POONAMALLEE TALUK, THIRUVALLUR DISTRIC Chennai 602107 IN 94-B4-0F (hex) Aruba, a Hewlett Packard Enterprise Company 94B40F (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US 00-1A-1E (hex) Aruba, a Hewlett Packard Enterprise Company 001A1E (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US 00-24-6C (hex) Aruba, a Hewlett Packard Enterprise Company 00246C (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US 20-1B-C9 (hex) Juniper Networks 201BC9 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US C8-F6-C8 (hex) Fiberhome Telecommunication Technologies Co.,LTD C8F6C8 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 1C-3B-8F (hex) Selve GmbH & Co. KG 1C3B8F (base 16) Selve GmbH & Co. KG Werdohler Landstraße 286 Lüdenscheid 58513 DE E4-E7-49 (hex) Hewlett Packard E4E749 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston TX 77070 US EC-C5-7F (hex) Suzhou Pairlink Network Technology ECC57F (base 16) Suzhou Pairlink Network Technology Room304, Building 4, No.209, Zhu Yuan Road, Suzhou new district Suzhou Jiangsu 215011 CN 38-C2-BA (hex) CCTV NEOTECH 38C2BA (base 16) CCTV NEOTECH 68, Digital-ro 9-gil, Geumcheon-gu Seoul ks013 KR A0-F9-B7 (hex) Ademco Smart Homes Technology(Tianjin)Co.,Ltd. A0F9B7 (base 16) Ademco Smart Homes Technology(Tianjin)Co.,Ltd. No.156 Nanhai Road,TEDA, Jinbin Development Park , 21st Factory Building Tianjin Tianjin 300457 CN A8-3C-CB (hex) ROSSMA A83CCB (base 16) ROSSMA Malkova,12-108 PERM 614087 RU 88-6F-D4 (hex) Dell Inc. 886FD4 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US CC-3F-EA (hex) BAE Systems, Inc CC3FEA (base 16) BAE Systems, Inc 1098 Clark St Endicott NY 13760 US 4C-F2-BF (hex) Cambridge Industries(Group) Co.,Ltd. 4CF2BF (base 16) Cambridge Industries(Group) Co.,Ltd. 22 Floor,Qilai Tower;889 Yishan Road Shanghai 200233 CN CC-9E-A2 (hex) Amazon Technologies Inc. CC9EA2 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno 89507 US AC-43-30 (hex) Versa Networks AC4330 (base 16) Versa Networks 6001 America center Drive, Suite 400 San Jose CA 95070 US E8-5B-B7 (hex) Ample Systems Inc. E85BB7 (base 16) Ample Systems Inc. 11F-2, No. 95 Minquan Rd. New Taipei City 231 TW 94-67-7E (hex) Belden India Private Limited 94677E (base 16) Belden India Private Limited Plot No. D-228, Chakan MIDC Phase 2, Village Bhamboli, Taluka:Khed Pune, Maharashtra 410 507 IN AC-57-75 (hex) HMD Global Oy AC5775 (base 16) HMD Global Oy Bertel Jungin aukio 9 Espoo 02600 FI D4-3A-2E (hex) SHENZHEN MTC CO LTD D43A2E (base 16) SHENZHEN MTC CO LTD 5th Floor, 3rd Building, SHENZHEN MTC Industrial Park, XiaLilang Rd, Nanwan Street, Long’gang District Shenzhen Guangdong 518100 CN 50-AD-92 (hex) NX Technologies 50AD92 (base 16) NX Technologies 5F(OS Building), 57, Daeril-2gil, Beomseo-eup Ulsan 44922 KR 30-C3-D9 (hex) ALPS ELECTRIC CO., LTD. 30C3D9 (base 16) ALPS ELECTRIC CO., LTD. 6-1 Kakuda Miyagi-Pref 981-1595 JP 00-32-17 (hex) Cisco Systems, Inc 003217 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1B-FB (hex) ALPS ELECTRIC CO., LTD. 001BFB (base 16) ALPS ELECTRIC CO., LTD. 1-2-1, Okinouchi, Soma-city, Fukushima-pref., 976-8501 JP 94-E0-D6 (hex) China Dragon Technology Limited 94E0D6 (base 16) China Dragon Technology Limited B4 Bldg.Haoshan 1st Industry Park, Shenzhen Guangdong 518104 CN B4-A9-FC (hex) Quanta Computer Inc. B4A9FC (base 16) Quanta Computer Inc. No. 211, Wen-Hwa 2nd Rd.,Kuei-Shan Dist. Taoyuan City Taiwan 33377 TW 6C-A9-36 (hex) DisplayLink (UK) Ltd 6CA936 (base 16) DisplayLink (UK) Ltd 140 Science Park, Milton road Cambridge Cambridgeshire CB4 0GF GB 70-85-40 (hex) Skyworth Digital Technology(Shenzhen) Co.,Ltd 708540 (base 16) Skyworth Digital Technology(Shenzhen) Co.,Ltd 7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN 08-F1-EA (hex) Hewlett Packard Enterprise 08F1EA (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US F0-0D-F5 (hex) ACOMA Medical Industry Co,. Ltd. F00DF5 (base 16) ACOMA Medical Industry Co,. Ltd. 2-14-14 hongo bunkyo-ku Tokyo 113-0033 JP 68-45-F1 (hex) TOSHIBA CLIENT SOLUTIONS CO., LTD. 6845F1 (base 16) TOSHIBA CLIENT SOLUTIONS CO., LTD. Tachihi Building No.2, 6-1-3, Sakae-Cho Tachikawa-shi Tokyo 190-0003 JP 8C-AE-DB (hex) NAG LLC 8CAEDB (base 16) NAG LLC Predelnaya st 57/2 Ekaterinburg Sverdlovskaya oblast 620161 RU 78-B2-13 (hex) DWnet Technologies(Suzhou) Corporation 78B213 (base 16) DWnet Technologies(Suzhou) Corporation No.8,Tangzhuang Road, Suzhou Industrial Park, Jiangsu, China Suzhou 21500 CN 58-C2-32 (hex) NEC Corporation 58C232 (base 16) NEC Corporation 1753, Shimonumabe, Nakahara-Ku, Kawasaki Kanagawa 211-8666 JP 38-1D-14 (hex) Skydio Inc. 381D14 (base 16) Skydio Inc. 114 Hazel Ave Redwood City CA 94061 US 7C-DB-98 (hex) ASKEY COMPUTER CORP 7CDB98 (base 16) ASKEY COMPUTER CORP 10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW 38-0B-3C (hex) Texas Instruments 380B3C (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 9C-8C-D8 (hex) Hewlett Packard Enterprise 9C8CD8 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US A4-8C-C0 (hex) JLG Industries, Inc. A48CC0 (base 16) JLG Industries, Inc. 13224 Fountainhead Plaza Hagerstown MD 21742 US 3C-28-6D (hex) Google, Inc. 3C286D (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US 00-09-3A (hex) Molex CMS 00093A (base 16) Molex CMS 5224 Katrine Avenue Downers Grove IL 60515 US 04-F9-D9 (hex) Speaker Electronic(Jiashan) Co.,Ltd 04F9D9 (base 16) Speaker Electronic(Jiashan) Co.,Ltd No. 8 Development Zone Road, Huimin Sub-district Jiashan Zhejiang 314112 CN DC-08-0F (hex) Apple, Inc. DC080F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F8-E9-4E (hex) Apple, Inc. F8E94E (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US EC-2C-E2 (hex) Apple, Inc. EC2CE2 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 40-BC-60 (hex) Apple, Inc. 40BC60 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E8-36-17 (hex) Apple, Inc. E83617 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 9C-64-8B (hex) Apple, Inc. 9C648B (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 34-42-62 (hex) Apple, Inc. 344262 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 14-D0-0D (hex) Apple, Inc. 14D00D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 88-D2-11 (hex) Eko Devices, Inc. 88D211 (base 16) Eko Devices, Inc. 2600 10th St Ste 260 Berkeley CA 94710-2597 US B8-C2-27 (hex) PSTec B8C227 (base 16) PSTec #80, Hwanggeum 3-ro 7beon-gil, Yangchon-eup Gimpo-si Gyeonggi-do 10048 KR 74-F7-37 (hex) KCE 74F737 (base 16) KCE 5F KCE B/D,34,Annam-ro 369beon-gil,Bupyoung-gu Incheon 21312 KR 48-A4-93 (hex) TAIYO YUDEN CO.,LTD 48A493 (base 16) TAIYO YUDEN CO.,LTD 8-1, Sakae-cho Takasaki-shi Gunma 370-8522 JP E8-2C-6D (hex) SmartRG, Inc. E82C6D (base 16) SmartRG, Inc. 501 SE Columbia Shores Blvd Vancouver WA 98661 US 48-E6-95 (hex) Insigma Inc 48E695 (base 16) Insigma Inc 43490, Yukon Drive, Suite 102 Ashburn VA 20147 US B4-79-C8 (hex) Ruckus Wireless B479C8 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US B4-0B-78 (hex) Brusa Elektronik AG B40B78 (base 16) Brusa Elektronik AG Neudorf 14 Sennwald St. Gallen 9466 CH C0-3D-D9 (hex) MitraStar Technology Corp. C03DD9 (base 16) MitraStar Technology Corp. No. 6, Innovation Road II, Hsinchu 300 TW 2C-AA-8E (hex) Wyze Labs Inc 2CAA8E (base 16) Wyze Labs Inc 4030 Lake Washington Boulevard NE Kirkland WA 98033 US 70-3A-51 (hex) Xiaomi Communications Co Ltd 703A51 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN DC-48-B2 (hex) Baraja Pty. Ltd. DC48B2 (base 16) Baraja Pty. Ltd. 36 Bradfield Road West Lindfield NSW 2070 AU AC-AE-19 (hex) Roku, Inc ACAE19 (base 16) Roku, Inc 150 Winchester Circle Los Gatos CA 95032 US 18-1E-95 (hex) AuVerte 181E95 (base 16) AuVerte 14 Riverview Road Niantic CT 06357 US 0C-95-41 (hex) CHIPSEA TECHNOLOGIES (SHENZHEN) CORP. 0C9541 (base 16) CHIPSEA TECHNOLOGIES (SHENZHEN) CORP. 9F,BLOCK A,GARDEN CITY DIGITAL BUILDING,NO.1079 NANHAI ROAD,NANSHAN DISTRICT SHEN ZHEN GUANG DONG 518000 CN AC-F8-5C (hex) Private ACF85C (base 16) Private 9C-69-37 (hex) Qorvo Utrecht B.V. 9C6937 (base 16) Qorvo Utrecht B.V. Leidseveer 10 Utrecht Utrecht 3511SB NL 3C-37-86 (hex) NETGEAR 3C3786 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 48-35-2E (hex) Shenzhen Wolck Network Product Co.,LTD 48352E (base 16) Shenzhen Wolck Network Product Co.,LTD 9# BuJi BanTian LongBi Industry Area Shenzhen Guangdong 518129 CN 04-E5-98 (hex) Xiaomi Communications Co Ltd 04E598 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 10-12-B4 (hex) SICHUAN TIANYI COMHEART TELECOM CO.,LTD 1012B4 (base 16) SICHUAN TIANYI COMHEART TELECOM CO.,LTD NO.198 FIRST SECTION,SNOW MOUNTAIN AVENUE, JINYUAN TOWN, DAYI COUNTY, CHENGDU SICHUAN 611330 CN B8-2C-A0 (hex) Resideo B82CA0 (base 16) Resideo 2 Corporate Center Dr. Melville NY 11747 US 6C-C7-EC (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) 6CC7EC (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak SEMTHAI, WELLGROW INDUSTRIAL ESTATE Bangpakong Chachoengsao 24180 TH B0-33-A6 (hex) Juniper Networks B033A6 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US D8-96-85 (hex) GoPro D89685 (base 16) GoPro 3000 Clearview Way San Mateo CA 94402 US 3C-01-EF (hex) Sony Mobile Communications Inc 3C01EF (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP C0-BD-C8 (hex) Samsung Electronics Co.,Ltd C0BDC8 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 64-7B-CE (hex) Samsung Electronics Co.,Ltd 647BCE (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR A8-87-B3 (hex) Samsung Electronics Co.,Ltd A887B3 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 6C-00-6B (hex) Samsung Electronics Co.,Ltd 6C006B (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-10-60 (hex) BILLIONTON SYSTEMS, INC. 001060 (base 16) BILLIONTON SYSTEMS, INC. 3F-1, NO. 8, LANE 99 HSIN-CHU TW C4-D4-89 (hex) JiangSu Joyque Information Industry Co.,Ltd C4D489 (base 16) JiangSu Joyque Information Industry Co.,Ltd 10 Floor YaHua Building, Xi'anBei Road, Xuzhou JiangSu 221006 CN B4-F9-49 (hex) optilink networks pvt ltd B4F949 (base 16) optilink networks pvt ltd 501/502, sanjona complex, hemu kalani marg, chembur mumbai maharashtra 400071 IN E4-3C-80 (hex) University of Oklahoma E43C80 (base 16) University of Oklahoma Advanced Radar Research Center Norman OK 73019 US 3C-2C-30 (hex) Dell Inc. 3C2C30 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 70-6D-15 (hex) Cisco Systems, Inc 706D15 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US A4-A1-E4 (hex) Innotube, Inc. A4A1E4 (base 16) Innotube, Inc. #1212 MegaCenter SknTechnoPark 124 Sagimakgol-ro Jungwon-gu Seongnam-si Gyeonggi-do 462-120 KR 94-EA-EA (hex) TELLESCOM INDUSTRIA E COMERCIO EM TELECOMUNICACAO 94EAEA (base 16) TELLESCOM INDUSTRIA E COMERCIO EM TELECOMUNICACAO Av. Buriti, 1900 – Setor B – Distrito Industrial Manaus Amazonas 69075-000 BR 1C-FD-08 (hex) IEEE Registration Authority 1CFD08 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US B8-59-9F (hex) Mellanox Technologies, Inc. B8599F (base 16) Mellanox Technologies, Inc. 350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US 30-13-89 (hex) Siemens AG, Automations & Drives, 301389 (base 16) Siemens AG, Automations & Drives, Systems Engineering Fürth Deutschlang 90766 DE 04-6B-25 (hex) SICHUAN TIANYI COMHEART TELECOM CO.,LTD 046B25 (base 16) SICHUAN TIANYI COMHEART TELECOM CO.,LTD NO.198 FIRST SECTION,SNOW MOUNTAIN AVENUE, JINYUAN TOWN, DAYI COUNTY, CHENGDU SICHUAN 611330 CN 98-D3-E7 (hex) Netafim L 98D3E7 (base 16) Netafim L Kibutz Magal Kibutz Magal 38845 IL F0-63-F9 (hex) HUAWEI TECHNOLOGIES CO.,LTD F063F9 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 7C-C3-85 (hex) HUAWEI TECHNOLOGIES CO.,LTD 7CC385 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 90-0E-B3 (hex) Shenzhen Amediatech Technology Co., Ltd. 900EB3 (base 16) Shenzhen Amediatech Technology Co., Ltd. 2th floor, block A, building B, Minsheng Industrial Zone, Longhua District Shenzhen Guangdong 518109 CN 54-9F-AE (hex) iBASE Gaming Inc 549FAE (base 16) iBASE Gaming Inc 2F., No.542-17, Zhongzheng Rd Xinzhuang Dist., New Taipei City 24255 TW 14-69-A2 (hex) SICHUAN TIANYI COMHEART TELECOM CO.,LTD 1469A2 (base 16) SICHUAN TIANYI COMHEART TELECOM CO.,LTD NO.198 FIRST SECTION,SNOW MOUNTAIN AVENUE, JINYUAN TOWN, DAYI COUNTY, CHENGDU SICHUAN 611330 CN 54-80-28 (hex) Hewlett Packard Enterprise 548028 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US 00-AD-24 (hex) D-Link International 00AD24 (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG 54-06-8B (hex) Ningbo Deli Kebei Technology Co.LTD 54068B (base 16) Ningbo Deli Kebei Technology Co.LTD zone 2nd , 301#, Road Xuxiake, Ninghai yuelong district ningbo Zhejiang 315600 CN 60-CE-92 (hex) The Refined Industry Company Limited 60CE92 (base 16) The Refined Industry Company Limited 7/F Sun King Factory Bldg,1 - 7 Shing Chuen Road, Shatin, NT Hong Kong NT 000000 HK 10-5B-AD (hex) Mega Well Limited 105BAD (base 16) Mega Well Limited Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN 74-BF-C0 (hex) CANON INC. 74BFC0 (base 16) CANON INC. 30-2 Shimomaruko 3-chome, Ohta-ku Tokyo 146-8501 JP C8-D9-D2 (hex) Hewlett Packard C8D9D2 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston TX 77070 US 24-FC-E5 (hex) Samsung Electronics Co.,Ltd 24FCE5 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 80-96-21 (hex) Lenovo 809621 (base 16) Lenovo 1009 Think Place Morrisvilee NC 27560 US 78-05-5F (hex) Shenzhen WYC Technology Co., Ltd. 78055F (base 16) Shenzhen WYC Technology Co., Ltd. No.618 Wenzhengxin Building,Hi-tech Park,Nanshan District Shenzhen Guangdong 518000 CN 00-EA-BD (hex) Cisco Systems, Inc 00EABD (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 48-87-2D (hex) SHEN ZHEN DA XIA LONG QUE TECHNOLOGY CO.,LTD 48872D (base 16) SHEN ZHEN DA XIA LONG QUE TECHNOLOGY CO.,LTD Room 511, Building C, Yuxing Technology Park, Gushu Second Road, Bao’an District SHEN ZHEN GUANG DONG 518000 CN E8-1A-58 (hex) TECHNOLOGIC SYSTEMS E81A58 (base 16) TECHNOLOGIC SYSTEMS 16525 E Laser Dr Fountain Hills AZ 85268-6534 US 20-B0-01 (hex) Technicolor 20B001 (base 16) Technicolor Prins Boudewijnlaan 47 Edegem - Belgium B-2650 BE C0-BF-A7 (hex) Juniper Networks C0BFA7 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US F0-54-94 (hex) Honeywell Connected Building F05494 (base 16) Honeywell Connected Building 1985 DOUGLAS DRIVE Golden Valley MN 55422 US 5C-C9-99 (hex) New H3C Technologies Co., Ltd 5CC999 (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN B0-2A-43 (hex) Google, Inc. B02A43 (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US C4-74-F8 (hex) Hot Pepper, Inc. C474F8 (base 16) Hot Pepper, Inc. 5151 California Ave., Suite 100, Irvine 92617 US 14-22-33 (hex) Fiberhome Telecommunication Technologies Co.,LTD 142233 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 74-34-00 (hex) MTG Co., Ltd. 743400 (base 16) MTG Co., Ltd. MTG No. 2 HIKARI Bldg., 4-13 Honjindori Nakamura-ku, Nagoya Aichi 453-0041 JP DC-37-57 (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. DC3757 (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY 00-50-99 (hex) 3COM EUROPE LTD 005099 (base 16) 3COM EUROPE LTD BOUNDARY WAY HERTS. HP2 7YU vvvvvv GB 04-BC-87 (hex) Shenzhen JustLink Technology Co., LTD 04BC87 (base 16) Shenzhen JustLink Technology Co., LTD Room 5002,The 2nd Unit of the Building East, Laobing Building, No.3012 Xingye Road,Baoan District Shenzhen Guangdong Province 518101 CN 54-C3-3E (hex) Ciena Corporation 54C33E (base 16) Ciena Corporation 7035 Ridge Road Hanover MD 21076 US EC-79-F2 (hex) Startel EC79F2 (base 16) Startel Xi Chuang Industrial Park,Second industrial district of Guan Long Village,Xili town ,Nanshan District Shenzhen Guangdong 518055 CN BC-B2-2B (hex) EM-Tech BCB22B (base 16) EM-Tech 40, Changwon-daero 1144beon-gil Seongsan-gu Changwon Gyeongsangnam-do KR 642-120 KR D4-AB-82 (hex) ARRIS Group, Inc. D4AB82 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 70-4F-B8 (hex) ARRIS Group, Inc. 704FB8 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-60-EB (hex) FOURTHTRACK SYSTEMS 0060EB (base 16) FOURTHTRACK SYSTEMS UNIT 3 THE SYCAMORES MARLOW - SL7 1QB GB 18-62-E4 (hex) Texas Instruments 1862E4 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 60-35-C0 (hex) SFR 6035C0 (base 16) SFR 12 rue jean-philippe Rameau CS 80001 La plaine saint denis FRANCE 93634 FR C4-98-5C (hex) Hui Zhou Gaoshengda Technology Co.,LTD C4985C (base 16) Hui Zhou Gaoshengda Technology Co.,LTD No.75,Zhongkai High-Tech Development District,Huizhou Hui Zhou Guangdong 516006 CN 30-A1-FA (hex) HUAWEI TECHNOLOGIES CO.,LTD 30A1FA (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 24-2E-90 (hex) PALIT MICROSYSTEMS, LTD 242E90 (base 16) PALIT MICROSYSTEMS, LTD 21F.,No.88,Sec.2,Zhongxiao E.Rd.,Golden Tower, TAIPEI 100 TW 9C-AA-1B (hex) Microsoft Corporation 9CAA1B (base 16) Microsoft Corporation One Microsoft Way REDMOND WA 98052 US A8-9A-93 (hex) Sagemcom Broadband SAS A89A93 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 00-1A-C5 (hex) Keysight Technologies, Inc. 001AC5 (base 16) Keysight Technologies, Inc. 1400 Fountaingrove Pkwy. Santa Rosa CA 95403 US 00-20-1E (hex) NETQUEST CORPORATION 00201E (base 16) NETQUEST CORPORATION 523 FELLOWSHIP ROAD-STE.#205 MT. LAUREL NJ 08054 US 64-62-8A (hex) evon GmbH 64628A (base 16) evon GmbH Frank-Stronach-Straße 8 Gleisdorf Styria 8200 AT 04-15-D9 (hex) Viwone 0415D9 (base 16) Viwone 54 - 56 , Avenue Hoche Paris 75008 FR EC-B3-13 (hex) SHENZHEN GONGJIN ELECTRONICS CO.,LT ECB313 (base 16) SHENZHEN GONGJIN ELECTRONICS CO.,LT SONGGANG SHENZHEN GUANGDONG 518105 CN B0-8B-CF (hex) Cisco Systems, Inc B08BCF (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-60-8C (hex) 3COM 00608C (base 16) 3COM 5400 BAYFRONT PLAZA SANTA CLARA CA 95052 US 00-A0-24 (hex) 3COM 00A024 (base 16) 3COM 5400 BAYFRONT PLAZA SANTA CLARA CA 95052 US 00-20-AF (hex) 3COM 0020AF (base 16) 3COM 5400 BAYFRONT PLAZA SANTA CLARA CA 95052 US 00-10-4B (hex) 3COM 00104B (base 16) 3COM 5400 BAYFRONT PLAZA SANTA CLARA CA 95052 US A8-5A-F3 (hex) Shanghai Siflower Communication Technology Co., Ltd A85AF3 (base 16) Shanghai Siflower Communication Technology Co., Ltd Rm. 408, No. 84, Lane 887. Zhangjiang Hi-Tech Park. Zuchongzhi Rd. Shanghai, China Shanghai Shanghai 201210 CN 70-FD-46 (hex) Samsung Electronics Co.,Ltd 70FD46 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 8C-83-E1 (hex) Samsung Electronics Co.,Ltd 8C83E1 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 88-9F-6F (hex) Samsung Electronics Co.,Ltd 889F6F (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 5C-63-C9 (hex) Intellithings Ltd. 5C63C9 (base 16) Intellithings Ltd. Hanehoshet 10 Tel Aviv Israel 6971072 IL 0C-96-E6 (hex) Cloud Network Technology (Samoa) Limited 0C96E6 (base 16) Cloud Network Technology (Samoa) Limited Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN 3C-89-94 (hex) BSkyB Ltd 3C8994 (base 16) BSkyB Ltd 130 Kings Road Brentwood Essex 08854 GB E0-0E-E1 (hex) We Corporation Inc. E00EE1 (base 16) We Corporation Inc. 201, 33, Deokcheon-ro, Manan-gu Anyang-si Gyeonggi-do 14088 KR 00-0C-43 (hex) Ralink Technology, Corp. 000C43 (base 16) Ralink Technology, Corp. 4F, No.2, Technology 5th Road, Hsin-Chu 200 TW 8C-92-46 (hex) Oerlikon Textile Gmbh&Co.KG 8C9246 (base 16) Oerlikon Textile Gmbh&Co.KG NO.9 Changyang Street Suzhou Jiangsu 215000 CN 00-0E-94 (hex) Maas International BV 000E94 (base 16) Maas International BV Science Park Eindhoven 5051 Son Noord Brabant NL-5692 EB NL 48-98-CA (hex) Sichuan AI-Link Technology Co., Ltd. 4898CA (base 16) Sichuan AI-Link Technology Co., Ltd. Anzhou,Industrial Park Anzhou,Industrial Park Sichuan 621000 CN 24-7E-51 (hex) zte corporation 247E51 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN E8-B5-41 (hex) zte corporation E8B541 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 0C-9D-92 (hex) ASUSTek COMPUTER INC. 0C9D92 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 98-8E-D4 (hex) ITEL MOBILE LIMITED 988ED4 (base 16) ITEL MOBILE LIMITED RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK E8-A7-88 (hex) XIAMEN LEELEN TECHNOLOGY CO., LTD E8A788 (base 16) XIAMEN LEELEN TECHNOLOGY CO., LTD 65 Sunban South Rd., Jimei North Industrial Zone, Xiamen Fujian 361021 CN 58-2D-34 (hex) Qingping Electronics (Suzhou) Co., Ltd 582D34 (base 16) Qingping Electronics (Suzhou) Co., Ltd Room 304, A3 Building, NO.88 Dongchang Road, Suzhou Industrial Park Suzhou Jiangsu Province 215028 CN 20-DE-88 (hex) IC Realtime LLC 20DE88 (base 16) IC Realtime LLC 3050 N Andrews Ave Ext. Pompano Beach FL 33064 US F4-06-8D (hex) devolo AG F4068D (base 16) devolo AG Charlottenburger Allee 67 Aachen NRW 52068 DE 00-1A-31 (hex) SCAN COIN AB 001A31 (base 16) SCAN COIN AB Jagershillgatan 26 Malmö Skåne 21375 SE 00-1B-84 (hex) Scan Engineering Telecom 001B84 (base 16) Scan Engineering Telecom Svobody str. 75 Voronezh 394030 RU 48-2C-A0 (hex) Xiaomi Communications Co Ltd 482CA0 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 34-12-F9 (hex) HUAWEI TECHNOLOGIES CO.,LTD 3412F9 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN BC-E2-65 (hex) HUAWEI TECHNOLOGIES CO.,LTD BCE265 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 4C-D1-A1 (hex) HUAWEI TECHNOLOGIES CO.,LTD 4CD1A1 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 88-BF-E4 (hex) HUAWEI TECHNOLOGIES CO.,LTD 88BFE4 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 40-17-E2 (hex) INTAI TECHNOLOGY CORP. 4017E2 (base 16) INTAI TECHNOLOGY CORP. No.9, JINGKE RD.,NANTUN DIST. TAICHUNG CITY 40852 TW 0C-CB-85 (hex) Motorola Mobility LLC, a Lenovo Company 0CCB85 (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US A4-E6-15 (hex) SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD A4E615 (base 16) SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD Unit East Block22-24/F,Skyworth semiconductor design Bldg., Gaoxin Ave.4.S.,Nanshan District,Shenzhen,China SHENZHEN GUANGDONG 518057 CN 74-1F-79 (hex) YOUNGKOOK ELECTRONICS CO.,LTD 741F79 (base 16) YOUNGKOOK ELECTRONICS CO.,LTD #810, Daewoo Frontier Valley 1,16-25, Dongbaekjungang-ro 16beon-gil, Giheung-gu YONGIN Gyeonggi-do 17015 KR A0-93-51 (hex) Cisco Systems, Inc A09351 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 98-03-9B (hex) Mellanox Technologies, Inc. 98039B (base 16) Mellanox Technologies, Inc. 350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US 20-89-84 (hex) COMPAL INFORMATION (KUNSHAN) CO., LTD. 208984 (base 16) COMPAL INFORMATION (KUNSHAN) CO., LTD. No.25, Third Avenue, A Zone, Kunshan Comprehensive Free Trade Zone KUNSHAN SUZHOU 215300 CN B4-CE-FE (hex) James Czekaj B4CEFE (base 16) James Czekaj 41716 Waterfall Rd Northville MI 48168 US F8-CC-6E (hex) DEPO Electronics Ltd F8CC6E (base 16) DEPO Electronics Ltd 12, kommunalnaya zona Krasnogorsk-Mitino Krasnogorsk Moscow region 143404 RU F8-36-9B (hex) Texas Instruments F8369B (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 88-AE-1D (hex) COMPAL INFORMATION (KUNSHAN) CO., LTD. 88AE1D (base 16) COMPAL INFORMATION (KUNSHAN) CO., LTD. NO. 25, THE 3RD STREET KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN B8-88-E3 (hex) COMPAL INFORMATION (KUNSHAN) CO., LTD. B888E3 (base 16) COMPAL INFORMATION (KUNSHAN) CO., LTD. No.25, Third Avenue, A Zone, Kunshan Comprehensive Free Trade Zone,, Jiangsu, KUNSHAN SUZHOU 215300 CN 28-9E-FC (hex) Sagemcom Broadband SAS 289EFC (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 00-C0-55 (hex) MODULAR COMPUTING TECHNOLOGIES 00C055 (base 16) MODULAR COMPUTING TECHNOLOGIES 2352 MAIN STREET CONCORD MA 01742 US E4-1F-E9 (hex) Dunkermotoren GmbH E41FE9 (base 16) Dunkermotoren GmbH Allmendstr. 11 Bonndorf Baden-Württemberg 79848 DE C4-51-8D (hex) Shenzhen YOUHUA Technology Co., Ltd C4518D (base 16) Shenzhen YOUHUA Technology Co., Ltd Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN 48-68-34 (hex) Silicon Motion, Inc. 486834 (base 16) Silicon Motion, Inc. 8F, No. 36, Taiyuan St. Zhubei City Hsinchu County 30265 TW 00-11-33 (hex) Siemens AG Austria 001133 (base 16) Siemens AG Austria Siemensstrasse 90-92 Vienna 1210 AT 00-0B-23 (hex) Siemens Home & Office Comm. Devices 000B23 (base 16) Siemens Home & Office Comm. Devices 4849 Alpha Road Dallas 74244 US 64-13-31 (hex) Bosch Car Multimedia (Wuhu) Co. Ltd. 641331 (base 16) Bosch Car Multimedia (Wuhu) Co. Ltd. NO.48 North Yinhu Road Wuhu city Anhui Province 241000 CN 18-3A-48 (hex) VostroNet 183A48 (base 16) VostroNet GPO Box 3154 Brisbane Queensland 4000 AU 78-2F-17 (hex) Xlab Co.,Ltd 782F17 (base 16) Xlab Co.,Ltd #401 4F, Achasan-ro, Seongdong-gu SEOUL 04793 KR B0-02-7E (hex) MULLER SERVICES B0027E (base 16) MULLER SERVICES 107 Boulevard Ney PARIS ILE DE FRANCE 75018 FR 24-FA-F3 (hex) Shanghai Flexem Technology Co.,Ltd. 24FAF3 (base 16) Shanghai Flexem Technology Co.,Ltd. Room 804, C6 Building,No.52 Bay Valley Technology Park, Lane 1688 North Guoquan Road, Yangpu District. Shanghai 200438 CN 88-D2-BF (hex) German Autolabs 88D2BF (base 16) German Autolabs Köpenicker Str. 154 Berlin Berlin 10997 DE 20-16-3D (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. 20163D (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY E0-73-5F (hex) NUCOM E0735F (base 16) NUCOM Arte, 21,5B Madrid Madrid 28033 ES 00-51-ED (hex) LG Innotek 0051ED (base 16) LG Innotek 26, Hanamsandan 5beon-ro Gwangju Gwangsan-gu 506-731 KR 40-DC-9D (hex) HAJEN 40DC9D (base 16) HAJEN 102-1302, Sinwon-ro 88, Yeongtong-gu Suwon-Si Gyeonggi-do 16681 KR 34-0A-98 (hex) HUAWEI TECHNOLOGIES CO.,LTD 340A98 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 64-6D-6C (hex) HUAWEI TECHNOLOGIES CO.,LTD 646D6C (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN C4-B8-B4 (hex) HUAWEI TECHNOLOGIES CO.,LTD C4B8B4 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN F0-BC-C9 (hex) PFU LIMITED F0BCC9 (base 16) PFU LIMITED Nu 98-2 Unoke Kahoku-shi, Ishikawa 929-1192 JP 48-75-83 (hex) Intellion AG 487583 (base 16) Intellion AG Schuppisstrasse 10 St. Gallen St. Gallen 9016 CH 90-4C-81 (hex) Hewlett Packard Enterprise 904C81 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US 8C-35-79 (hex) QDIQO Sp. z o.o. 8C3579 (base 16) QDIQO Sp. z o.o. Stanisława Wyspiańskiego 11 Zielona Góra lubuskie 65-036 PL 38-C7-0A (hex) WiFiSong 38C70A (base 16) WiFiSong Rm. 605, Building 3, No. 75 Wenyi West Road Hangzhou Zhengjiang 310012 CN D8-76-0A (hex) Escort, Inc. D8760A (base 16) Escort, Inc. 5440 West Chester Rd. West Chester Ohio 45069 US 5C-2E-D2 (hex) ABC(XiSheng) Electronics Co.,Ltd 5C2ED2 (base 16) ABC(XiSheng) Electronics Co.,Ltd No.2 Industrial building, FuRong 7 Road ShenZhen GongDong 518100 CN FC-FB-FB (hex) Cisco Systems, Inc FCFBFB (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-7E-95 (hex) Cisco Systems, Inc 007E95 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 9C-5A-44 (hex) COMPAL INFORMATION (KUNSHAN) CO., LTD. 9C5A44 (base 16) COMPAL INFORMATION (KUNSHAN) CO., LTD. NO. 25, THE 3RD Street KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN 14-CA-A0 (hex) Hu&Co 14CAA0 (base 16) Hu&Co 105 Rue du Jardin Bordeaux 33000 FR 08-D4-6A (hex) LG Electronics (Mobile Communications) 08D46A (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 68-3A-1E (hex) Cisco Meraki 683A1E (base 16) Cisco Meraki 500 Terry A. Francois Blvd San Francisco null 94158 US 00-10-17 (hex) Bosch Access Systems GmbH 001017 (base 16) Bosch Access Systems GmbH Charlottenburger Allee 50 AACHEN D-52068 DE F4-EE-14 (hex) MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. F4EE14 (base 16) MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. Mid-Fourth Flr.,Building 28,Cui Xi Fourth Road,Ke Yuan West,Nanshan Shenzhen Guangdong 518057 CN 6C-59-40 (hex) MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. 6C5940 (base 16) MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. Mid-Fourth Flr.,Building 28,Cui Xi Fourth Road,Ke Yuan West,Nanshan Shenzhen Guangdong 518057 CN D0-25-16 (hex) MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. D02516 (base 16) MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. Mid-Fourth Flr.,Building 28,Cui Xi Fourth Road,Ke Yuan West,Nanshan Shenzhen Guangdong 518057 CN 1C-60-DE (hex) MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. 1C60DE (base 16) MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. Mid-Fourth Flr.,Building 28,Cui Xi Fourth Road,Ke Yuan West,Nanshan Shenzhen Guangdong 518057 CN D8-24-77 (hex) Universal Electric Corporation D82477 (base 16) Universal Electric Corporation 168 Georgetown Road Canonsburg PA 15317 US 00-90-7F (hex) WatchGuard Technologies, Inc. 00907F (base 16) WatchGuard Technologies, Inc. 605 Fifth Ave. S Seattle WA 98104-3892 US 4C-5E-0C (hex) Routerboard.com 4C5E0C (base 16) Routerboard.com Mikrotikls SIA Riga LV1009 LV D4-CA-6D (hex) Routerboard.com D4CA6D (base 16) Routerboard.com Mikrotikls SIA Riga LV-1009 LV 00-14-72 (hex) China Broadband Wireless IP Standard group(ChinaBWIPS) 001472 (base 16) China Broadband Wireless IP Standard group(ChinaBWIPS) P.O.BOX 88,West High-tech Xi'an Shaan Xi 710075 CN 80-B5-75 (hex) HUAWEI TECHNOLOGIES CO.,LTD 80B575 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN A4-BE-2B (hex) HUAWEI TECHNOLOGIES CO.,LTD A4BE2B (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 68-E7-C2 (hex) Samsung Electronics Co.,Ltd 68E7C2 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 58-B1-0F (hex) Samsung Electronics Co.,Ltd 58B10F (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 40-06-A0 (hex) Texas Instruments 4006A0 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US F8-2D-C0 (hex) ARRIS Group, Inc. F82DC0 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 18-9C-27 (hex) ARRIS Group, Inc. 189C27 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 3C-F5-CC (hex) New H3C Technologies Co., Ltd 3CF5CC (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN D0-8A-91 (hex) Technicolor CH USA Inc. D08A91 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 28-11-A5 (hex) Bose Corporation 2811A5 (base 16) Bose Corporation The Mountain Framingham MA 01701-9168 US D8-F3-DB (hex) Post CH AG D8F3DB (base 16) Post CH AG Wankdorfallee 4 Bern 3030 CH DC-B4-AC (hex) FLEXTRONICS MANUFACTURING(ZHUHAI)CO.,LTD. DCB4AC (base 16) FLEXTRONICS MANUFACTURING(ZHUHAI)CO.,LTD. Xin Qing Science & Technology Industrial Park,Jin An Town,Doumen ,Zhuhai,Guangdong,PRC Zhuhai Guangdong 519180 CN A4-92-CB (hex) Nokia A492CB (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA C0-D2-F3 (hex) Hui Zhou Gaoshengda Technology Co.,LTD C0D2F3 (base 16) Hui Zhou Gaoshengda Technology Co.,LTD No.75,Zhongkai High-Tech Development District,Huizhou Hui Zhou Guangdong 516006 CN B8-83-03 (hex) Hewlett Packard Enterprise B88303 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US 20-3D-BD (hex) LG Innotek 203DBD (base 16) LG Innotek 26, Hanamsandan 5beon-ro Gwangju Gwangsan-gu 506-731 KR A4-53-85 (hex) WEIFANG GOERTEK ELECTRONICS CO.,LTD A45385 (base 16) WEIFANG GOERTEK ELECTRONICS CO.,LTD Gaoxin 2 Road,Free Trade Zone,Weifang,Shandong,261205,P.R.China Weifang Shandong 261205 CN 00-40-2F (hex) XLNT DESIGNS INC. 00402F (base 16) XLNT DESIGNS INC. 15050 AVENUE OF SCIENCE SAN DIEGO CA 92128 US 04-EC-BB (hex) Fiberhome Telecommunication Technologies Co.,LTD 04ECBB (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 64-A2-F9 (hex) OnePlus Technology (Shenzhen) Co., Ltd 64A2F9 (base 16) OnePlus Technology (Shenzhen) Co., Ltd 18C02, 18C03, 18C04 ,18C05,TAIRAN BUILDING, Shenzhen Guangdong 518000 CN A8-7D-12 (hex) HUAWEI TECHNOLOGIES CO.,LTD A87D12 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN D4-21-22 (hex) Sercomm Corporation. D42122 (base 16) Sercomm Corporation. 3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW 00-C0-02 (hex) Sercomm Corporation. 00C002 (base 16) Sercomm Corporation. 3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW BC-99-11 (hex) Zyxel Communications Corporation BC9911 (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW 28-02-45 (hex) Konze System Technology Co.,Ltd. 280245 (base 16) Konze System Technology Co.,Ltd. 4F., No.134, Ln. 235, Baoqiao Rd., Xindian Dist. New Taipei City --- 231 TW E4-8F-65 (hex) Yelatma Instrument Making Enterprise, JSC E48F65 (base 16) Yelatma Instrument Making Enterprise, JSC Yanina 25 Yelatma Ryazan Region 391351 RU 00-00-A8 (hex) Stratus Technologies 0000A8 (base 16) Stratus Technologies 5 Mill and Main Place, Suite 500 Maynard MA 01754 US 00-04-FC (hex) Stratus Technologies 0004FC (base 16) Stratus Technologies 5 Mill and Main Place, Suite 500 Maynard MA 01754 US 3C-24-F0 (hex) IEEE Registration Authority 3C24F0 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 00-BB-3A (hex) Amazon Technologies Inc. 00BB3A (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 0C-B3-4F (hex) Shenzhen Xiaoqi Intelligent Technology Co., Ltd. 0CB34F (base 16) Shenzhen Xiaoqi Intelligent Technology Co., Ltd. Room 1501, Block B4, Building 9, Section 2, Shenzhen Bay Science & Technology Ecological Park, West Shahe Road, Nanshan District, Shenzhen Guangdong 518000 CN 3C-F4-F9 (hex) Moda-InnoChips 3CF4F9 (base 16) Moda-InnoChips 42-7(Wonsi-Dong),Dongsan-ro 27beon-gil,Danwon-gu Ansan-si Gyeonggi-Do 15433 KR 94-19-3A (hex) Elvaco AB 94193A (base 16) Elvaco AB Kabelgatan 2T Kungsbacka 43437 SE C0-81-35 (hex) Ningbo Forfan technology Co., LTD C08135 (base 16) Ningbo Forfan technology Co., LTD Room B308,Tianjing Building,Tianan Cyber Park,Futian Shenzhen Guangdong 518040 CN 84-0D-8E (hex) Espressif Inc. 840D8E (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 00-20-82 (hex) ONEAC CORPORATION 002082 (base 16) ONEAC CORPORATION 27944 N. BRADLEY RD. LIBERTYVILLE IL 60048 US B4-C0-F5 (hex) Shenzhen TINNO Mobile Technology Corp. B4C0F5 (base 16) Shenzhen TINNO Mobile Technology Corp. 4/F, H-3 Building, Qiao Cheng Eastern Industrial Park, Overseas Chinese Town, Shenzhen Shenzhen guangdong 518053 CN 40-62-31 (hex) GIFA 406231 (base 16) GIFA 11th Fl., Suojia Business Building , No.7 Hangkong Road , Baoan District Shenzhen Guangdong 518000 CN FC-B7-F0 (hex) Idaho National Laboratory FCB7F0 (base 16) Idaho National Laboratory 2525 N. Fremont Ave Idaho Falls ID 83415 US 2C-28-B7 (hex) Hangzhou Ruiying technology co., LTD 2C28B7 (base 16) Hangzhou Ruiying technology co., LTD No. 1, building 305, Yunqi Town Cloud Computing Industrial Park, Hangzhou City, Xihu District Hangzhou Zhejiang 310000 CN 10-65-30 (hex) Dell Inc. 106530 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 04-6B-1B (hex) SYSDINE Co., Ltd. 046B1B (base 16) SYSDINE Co., Ltd. 506 Convergence technology research commercialization center 218 Gajung-Ro, Yuseong-gu Daejeon-City Daejeon-City 34129 KR B0-A3-7E (hex) QING DAO HAIER TELECOM CO.,LTD. B0A37E (base 16) QING DAO HAIER TELECOM CO.,LTD. No.1,Haier Road,Qingdao 266101 P.R.China Qingdao Shandong 266101 CN 3C-EA-F9 (hex) JUBIXCOLTD 3CEAF9 (base 16) JUBIXCOLTD Rm 808, 809, B dong, Gunpo IT vally, 17, Gosan-ro 148beon-gil, Gunpo-si, Gyeonggi-do, Republic of Korea GUNPOSI 15850 KR 58-DB-15 (hex) TECNO MOBILE LIMITED 58DB15 (base 16) TECNO MOBILE LIMITED ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK 50-50-CE (hex) Hangzhou Dianyixia Communication Technology Co. Ltd. 5050CE (base 16) Hangzhou Dianyixia Communication Technology Co. Ltd. Room 207, Building 7, 1197 bin 'an road, Binjiang district, Hangzhou Zhejiang 310011 CN FC-69-47 (hex) Texas Instruments FC6947 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US E0-7D-EA (hex) Texas Instruments E07DEA (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US DC-DE-4F (hex) Gionee Communication Equipment Co Ltd DCDE4F (base 16) Gionee Communication Equipment Co Ltd 21/F Times Technology Building, 7028 Shennan Road Shenzhen Futian District 518040 CN 4C-D0-CB (hex) HUAWEI TECHNOLOGIES CO.,LTD 4CD0CB (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 50-5D-AC (hex) HUAWEI TECHNOLOGIES CO.,LTD 505DAC (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN E8-FA-F7 (hex) Guangdong Uniteddata Holding Group Co., Ltd. E8FAF7 (base 16) Guangdong Uniteddata Holding Group Co., Ltd. 39L, Pearl River Tower, No.15 Zhujiang West Road,Tianhe District GUANGZHOU GUANGDONG 510623 CN 94-9D-57 (hex) Panasonic do Brasil Limitada 949D57 (base 16) Panasonic do Brasil Limitada Rua Matrinxa Manaus Amazonas 69075150 BR 88-D3-7B (hex) FirmTek, LLC 88D37B (base 16) FirmTek, LLC 29300 Kohoutek Way Union City CA 94587 US 1C-66-6D (hex) Hon Hai Precision Ind. Co.,Ltd. 1C666D (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 84-F3-EB (hex) Espressif Inc. 84F3EB (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 00-1B-48 (hex) Shenzhen Lantech Electronics Co., Ltd. 001B48 (base 16) Shenzhen Lantech Electronics Co., Ltd. 306 Room, Nanshan Water Building, Shenzhen Guangdong 518052 CN 00-25-0C (hex) Senet Inc 00250C (base 16) Senet Inc 100 Market Street, Suite 302 Portsmouth NH 03801 US 0C-80-63 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 0C8063 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 00-72-78 (hex) Cisco Systems, Inc 007278 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 64-5A-ED (hex) Apple, Inc. 645AED (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C0-B6-58 (hex) Apple, Inc. C0B658 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 48-A9-1C (hex) Apple, Inc. 48A91C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 50-BC-96 (hex) Apple, Inc. 50BC96 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US FC-2A-9C (hex) Apple, Inc. FC2A9C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 68-2C-7B (hex) Cisco Systems, Inc 682C7B (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 44-1E-98 (hex) Ruckus Wireless 441E98 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US A0-56-F3 (hex) Apple, Inc. A056F3 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 54-99-63 (hex) Apple, Inc. 549963 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 90-DD-5D (hex) Apple, Inc. 90DD5D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US DC-29-19 (hex) AltoBeam (Xiamen) Technology Ltd, Co. DC2919 (base 16) AltoBeam (Xiamen) Technology Ltd, Co. South Building 203-38,Huoju Square ,No.56-58,Huoju Road, Huoju Park, Huoju High-tech District Xiamen 361000 CN 88-5F-E8 (hex) IEEE Registration Authority 885FE8 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 00-2F-D9 (hex) Fiberhome Telecommunication Technologies Co.,LTD 002FD9 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN B4-CD-27 (hex) HUAWEI TECHNOLOGIES CO.,LTD B4CD27 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN C8-19-F7 (hex) Samsung Electronics Co.,Ltd C819F7 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 64-C3-D6 (hex) Juniper Networks 64C3D6 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 00-A0-21 (hex) General Dynamics Mission Systems 00A021 (base 16) General Dynamics Mission Systems 150 Rustcraft Road Dedham MA 02026 US F0-AF-50 (hex) Phantom Intelligence F0AF50 (base 16) Phantom Intelligence 319 Rue Franquet Suite F Quebec QC G1P 4R4 CA C4-2C-4F (hex) Qingdao Hisense Mobile Communication Technology Co,Ltd C42C4F (base 16) Qingdao Hisense Mobile Communication Technology Co,Ltd No.399, Song Ling Road Qingdao Shandong 266100 CN 24-CA-CB (hex) Fiberhome Telecommunication Technologies Co.,LTD 24CACB (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 54-3E-64 (hex) Fiberhome Telecommunication Technologies Co.,LTD 543E64 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 64-02-CB (hex) ARRIS Group, Inc. 6402CB (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US F4-E1-1E (hex) Texas Instruments F4E11E (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 38-80-DF (hex) Motorola Mobility LLC, a Lenovo Company 3880DF (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US BC-6A-2F (hex) Henge Docks LLC BC6A2F (base 16) Henge Docks LLC 455 10th St. San Francisco California 94103 US 0C-08-B4 (hex) HUMAX Co., Ltd. 0C08B4 (base 16) HUMAX Co., Ltd. HUMAX Village, 216, Hwangsaeul-ro, Bu Seongnam-si Gyeonggi-do 463-875 KR 00-27-05 (hex) Sectronic 002705 (base 16) Sectronic Z.I. Les Saulniers Sainte-Maure de Touraine 37800 FR 48-BD-3D (hex) New H3C Technologies Co., Ltd 48BD3D (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN 18-4C-08 (hex) Rockwell Automation 184C08 (base 16) Rockwell Automation 1 Allen-Bradley Dr. Mayfield Heights OH 44124-6118 US DC-02-65 (hex) Meditech Kft DC0265 (base 16) Meditech Kft Üllõi út 200. Budapest 1191 HU 18-0F-76 (hex) D-Link International 180F76 (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG 14-A7-2B (hex) currentoptronics Pvt.Ltd 14A72B (base 16) currentoptronics Pvt.Ltd CRT Building, Jupitor Jn , Near Time kids Koothattukulam - Piravom Rd ERNAKULAM Time Kids day care 686662 IN A4-DA-22 (hex) IEEE Registration Authority A4DA22 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 3C-17-10 (hex) Sagemcom Broadband SAS 3C1710 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR DC-72-9B (hex) HUAWEI TECHNOLOGIES CO.,LTD DC729B (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 90-94-97 (hex) HUAWEI TECHNOLOGIES CO.,LTD 909497 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 34-02-9B (hex) Plexonics Technologies LImited 34029B (base 16) Plexonics Technologies LImited 1st Floor, 181/23 Industrial Area Phase 1 Chandigarh Punjab 160002 IN 90-03-72 (hex) Longnan Junya Digital Technology Co. Ltd. 900372 (base 16) Longnan Junya Digital Technology Co. Ltd. Champion Asia Road, Xinzhen industrial Park, Longnan national economic and technological development zone, Ganzhou city, JiangXi Province , China ganzhou jiangxi 341700 CN 84-DB-9E (hex) Aifloo AB 84DB9E (base 16) Aifloo AB Postbox 2005 Stockholm 10311 SE 0C-C6-CC (hex) HUAWEI TECHNOLOGIES CO.,LTD 0CC6CC (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 78-58-60 (hex) HUAWEI TECHNOLOGIES CO.,LTD 785860 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN E8-AB-F3 (hex) HUAWEI TECHNOLOGIES CO.,LTD E8ABF3 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 3C-DC-BC (hex) Samsung Electronics Co.,Ltd 3CDCBC (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 80-4E-70 (hex) Samsung Electronics Co.,Ltd 804E70 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR D4-E6-B7 (hex) Samsung Electronics Co.,Ltd D4E6B7 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 8C-4C-AD (hex) Evoluzn Inc. 8C4CAD (base 16) Evoluzn Inc. 34 Samoset Lane Schaumburg IL 60193 US 8C-F9-57 (hex) RuiXingHengFang Network (Shenzhen) Co.,Ltd 8CF957 (base 16) RuiXingHengFang Network (Shenzhen) Co.,Ltd Room 507, 2nd tower of KangTai biological building NO.6 KeFa Rd. NanShan District Shenzhen Guangdong 518057 CN 4C-77-6D (hex) Cisco Systems, Inc 4C776D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 74-E1-82 (hex) Texas Instruments 74E182 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 44-9E-F9 (hex) vivo Mobile Communication Co., Ltd. 449EF9 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 6C-C4-D5 (hex) HMD Global Oy 6CC4D5 (base 16) HMD Global Oy Bertel Jungin aukio 9 Espoo 02600 FI 80-C5-48 (hex) Shenzhen Zowee Technology Co.,Ltd 80C548 (base 16) Shenzhen Zowee Technology Co.,Ltd NO.5 Zowee technology building, Science & Technology industrial park of privately Science & Technology industrial park of privately owned enterprises Shenzhen GuangDong 518055 CN 10-C2-5A (hex) Technicolor CH USA Inc. 10C25A (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US E8-DE-FB (hex) MESOTIC SAS E8DEFB (base 16) MESOTIC SAS 11, Avenue de la Division Leclerc Cachan 94230 FR C4-00-AD (hex) Advantech Technology (CHINA) Co., Ltd. C400AD (base 16) Advantech Technology (CHINA) Co., Ltd. No.666, Han-Pu Rd. Yu-Shan Kun-Shan Jiang Su 215316 CN 94-FE-9D (hex) SHENZHEN GONGJIN ELECTRONICS CO.,LT 94FE9D (base 16) SHENZHEN GONGJIN ELECTRONICS CO.,LT SONGGANG SHENZHEN GUANGDONG 518105 CN 6C-B6-CA (hex) DIVUS GmbH 6CB6CA (base 16) DIVUS GmbH Pillhof 51 Eppan 39057 IT 04-D1-3A (hex) Xiaomi Communications Co Ltd 04D13A (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 4C-C2-06 (hex) Somfy 4CC206 (base 16) Somfy 50 avenue du nouveau monde Cluses 74300 FR 04-09-73 (hex) Hewlett Packard Enterprise 040973 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US 34-99-D7 (hex) Universal Flow Monitors, Inc. 3499D7 (base 16) Universal Flow Monitors, Inc. 1755 E. Nine Mile Rd. Hazel Park MI 48030 US 0C-8B-D3 (hex) ITEL MOBILE LIMITED 0C8BD3 (base 16) ITEL MOBILE LIMITED RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK C0-A8-F0 (hex) Adamson Systems Engineering C0A8F0 (base 16) Adamson Systems Engineering 1401 Scugog Line 6 Port Perry Ontario L9L 1B2 CA 9C-43-1E (hex) IEEE Registration Authority 9C431E (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 00-24-AF (hex) Dish Technologies Corp 0024AF (base 16) Dish Technologies Corp 94 Inverness Terrace E Englewood CO 80112 US 28-2C-02 (hex) IEEE Registration Authority 282C02 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US FC-A1-83 (hex) Amazon Technologies Inc. FCA183 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno 89507 US 6C-2A-CB (hex) Paxton Access Ltd 6C2ACB (base 16) Paxton Access Ltd Paxton House Brighton East Sussex BN1 9HU GB 58-3B-D9 (hex) Fiberhome Telecommunication Technologies Co.,LTD 583BD9 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN DC-A2-66 (hex) Hon Hai Precision Ind. Co.,Ltd. DCA266 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN C4-84-66 (hex) Apple, Inc. C48466 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 34-7C-25 (hex) Apple, Inc. 347C25 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US CC-2D-B7 (hex) Apple, Inc. CC2DB7 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A0-BD-CD (hex) BSkyB Ltd A0BDCD (base 16) BSkyB Ltd 130 Kings Road Brentwood Essex 08854 GB BC-91-B5 (hex) Infinix mobility limited BC91B5 (base 16) Infinix mobility limited RMS 05-15, 13A/F SOUTH TOWER WORLD FINANCE CTR HARBOUR CITY 17 CANTON RD TST KLN HONG KONG HongKong HongKong 999077 HK 28-2F-C2 (hex) Automotive Data Solutions 282FC2 (base 16) Automotive Data Solutions 8400 rue Bougainville Montreal Quebec H4P2G1 CA 98-00-74 (hex) Raisecom Technology CO., LTD 980074 (base 16) Raisecom Technology CO., LTD No. 11, East Area, No. 10 Block, East Xibeiwang Road Beijing 100094 CN 18-C1-9D (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. 18C19D (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY 0C-98-38 (hex) Xiaomi Communications Co Ltd 0C9838 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 74-EA-CB (hex) New H3C Technologies Co., Ltd 74EACB (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN D4-1A-3F (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD D41A3F (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN D8-B1-22 (hex) Juniper Networks D8B122 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US B4-C7-99 (hex) Extreme Networks, Inc. B4C799 (base 16) Extreme Networks, Inc. 475 Half Day Road Lincolnshire IL 60069 US 64-6E-6C (hex) Radio Datacom LLC 646E6C (base 16) Radio Datacom LLC 9601 N 35th St Phoenix AZ 85028 US E8-8E-60 (hex) NSD Corporation E88E60 (base 16) NSD Corporation Osu 3-31-28 Nagoya Aichi 460-8302 JP 00-0F-9B (hex) Ross Video Limited 000F9B (base 16) Ross Video Limited 8 John Street Iroquois Ontario K0E 1K0 CA 00-24-BA (hex) Texas Instruments 0024BA (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 60-51-2C (hex) TCT mobile ltd 60512C (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN 64-DB-81 (hex) Syszone Co., Ltd. 64DB81 (base 16) Syszone Co., Ltd. 9F Garak, 310 Ogeum-ro Seoul Seoul, Korea 138-716 KR 44-AD-19 (hex) XINGFEI (H.K)LIMITED 44AD19 (base 16) XINGFEI (H.K)LIMITED 6/F North Tower Wandelai Building  No.29 Kejinan 6th Road, Nanshan District,Shenzhen,China Shenzhen 518057 CN 38-AD-BE (hex) New H3C Technologies Co., Ltd 38ADBE (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN 5C-AD-76 (hex) Shenzhen TCL New Technology Co., Ltd 5CAD76 (base 16) Shenzhen TCL New Technology Co., Ltd B area,10 Floor, TCL Multimedia Building, TCL International E city, #1001 Zhongshan Park Road, Nanshan District Shenzhen Guangdong 518052 CN 5C-86-5C (hex) Samsung Electronics Co.,Ltd 5C865C (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 04-F1-28 (hex) HMD Global Oy 04F128 (base 16) HMD Global Oy Bertel Jungin aukio 9 Espoo 02600 FI 04-B1-67 (hex) Xiaomi Communications Co Ltd 04B167 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN EC-83-50 (hex) Microsoft Corporation EC8350 (base 16) Microsoft Corporation One Microsoft Way REDMOND WA 98052 US D0-07-CA (hex) Juniper Networks D007CA (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 1C-DF-52 (hex) Texas Instruments 1CDF52 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 30-C5-07 (hex) ECI Telecom Ltd. 30C507 (base 16) ECI Telecom Ltd. 30 Hasivim St. Petah Tikva 49133 IL C8-45-8F (hex) Wyler AG C8458F (base 16) Wyler AG Im Hoelderli 13 Winterthur ZH 8405 CH 00-1B-B9 (hex) Elitegroup Computer Systems Co.,Ltd. 001BB9 (base 16) Elitegroup Computer Systems Co.,Ltd. No.22, Alley 38, Lane 91 , Sec. 1 , Nei Hu Road Taipei 114 TW 00-24-61 (hex) Shin Wang Tech. 002461 (base 16) Shin Wang Tech. 632-62, Guro-Dong, Guro-Gu Seoul 152-866 KR 0C-52-03 (hex) AGM GROUP LIMITED 0C5203 (base 16) AGM GROUP LIMITED 4F,Building B,HuaFeng Ind park,Gushu,Xixiang,BaoAn,ShenZhen,China ShenZhen GuangDong 518100 CN 2C-54-91 (hex) Microsoft Corporation 2C5491 (base 16) Microsoft Corporation One Microsoft Way REDMOND WA 98052 US 38-17-C3 (hex) Hewlett Packard Enterprise 3817C3 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US 00-1E-1D (hex) East Coast Datacom, Inc. 001E1D (base 16) East Coast Datacom, Inc. 245 Gus Hipp Blvd., STE 3 Rockledge FL 32955 US 78-46-C4 (hex) DAEHAP HYPER-TECH 7846C4 (base 16) DAEHAP HYPER-TECH #A-805, Woolim Lions Vally 5-cha, #144-3 Sangdaewon-dong, Jungwon-Gu Seongnam 462-726 US 5C-E2-8C (hex) Zyxel Communications Corporation 5CE28C (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW E4-BD-4B (hex) zte corporation E4BD4B (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 38-D7-CA (hex) 7HUGS LABS 38D7CA (base 16) 7HUGS LABS 29 bd Romain Rolland Montrouge 92120 FR 00-01-44 (hex) Dell EMC 000144 (base 16) Dell EMC 228 South St. Hopkinton MA 01748 US 08-00-1B (hex) Dell EMC 08001B (base 16) Dell EMC 176 South Street Hopkinton MA 01748 US 7C-01-0A (hex) Texas Instruments 7C010A (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US E4-2B-34 (hex) Apple, Inc. E42B34 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 3C-2E-F9 (hex) Apple, Inc. 3C2EF9 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A0-4E-A7 (hex) Apple, Inc. A04EA7 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F0-98-9D (hex) Apple, Inc. F0989D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US FC-D6-BD (hex) Robert Bosch GmbH FCD6BD (base 16) Robert Bosch GmbH AE-BE/EKE Leonberg BW 71206 DE 70-1F-53 (hex) Cisco Systems, Inc 701F53 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 18-39-6E (hex) SUNSEA TELECOMMUNICATIONS CO.,LTD. 18396E (base 16) SUNSEA TELECOMMUNICATIONS CO.,LTD. High tech Industrial Park,Longhua District of Shenzhen City,South central concept Shenzhen 518110 CN EC-7D-11 (hex) vivo Mobile Communication Co., Ltd. EC7D11 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 48-0E-EC (hex) TP-LINK TECHNOLOGIES CO.,LTD. 480EEC (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 50-3E-AA (hex) TP-LINK TECHNOLOGIES CO.,LTD. 503EAA (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 58-00-BB (hex) Juniper Networks 5800BB (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 48-BA-4E (hex) Hewlett Packard 48BA4E (base 16) Hewlett Packard 11445 Compaq Center Drive Houston TX 77070 US D8-08-31 (hex) Samsung Electronics Co.,Ltd D80831 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 94-41-C1 (hex) Mini-Cam Limited 9441C1 (base 16) Mini-Cam Limited Unit 4 Yew Tree Way Warrington Cheshire WA33JD GB 50-4E-DC (hex) Ping Communication 504EDC (base 16) Ping Communication Brenden 18 Appenzell Meistersrüte AI 9050 CH 08-67-4E (hex) Hisense broadband multimedia technology Co.,Ltd 08674E (base 16) Hisense broadband multimedia technology Co.,Ltd Song ling Road 399 Qingdao 266000 CN 50-0F-80 (hex) Cisco Systems, Inc 500F80 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 10-F1-F2 (hex) LG Electronics (Mobile Communications) 10F1F2 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 8C-68-C8 (hex) zte corporation 8C68C8 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN EC-82-63 (hex) zte corporation EC8263 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 68-3C-7D (hex) Magic Intelligence Technology Limited 683C7D (base 16) Magic Intelligence Technology Limited B13/Flat 4,East block,Jinhui Blding.Nanhai Road Nanshan District, Shenzhen guangdong 518000 CN 0C-1C-20 (hex) Kakao Corp 0C1C20 (base 16) Kakao Corp 242, Cheomdan-ro Jeju-si Jeju-do 63309 KR 24-F5-A2 (hex) Belkin International Inc. 24F5A2 (base 16) Belkin International Inc. 12045 East Waterfront Drive Playa Vista null 90094 US 74-BB-D3 (hex) Shenzhen xeme Communication Co., Ltd. 74BBD3 (base 16) Shenzhen xeme Communication Co., Ltd. 303,Block D,Huayuan technology innovation park,Bao Yuen road,Xixiang street,Baoan District Shenzhen Guangdong 518102 CN 94-28-2E (hex) New H3C Technologies Co., Ltd 94282E (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN 98-F5-A9 (hex) OHSUNG 98F5A9 (base 16) OHSUNG 181 GUMI KYUNGBUK 730-030 KR D8-9E-F3 (hex) Dell Inc. D89EF3 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 38-4F-49 (hex) Juniper Networks 384F49 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 4C-BD-8F (hex) Hangzhou Hikvision Digital Technology Co.,Ltd. 4CBD8F (base 16) Hangzhou Hikvision Digital Technology Co.,Ltd. No.555 Qianmo Road Hangzhou Zhejiang 310052 CN EC-EB-B8 (hex) Hewlett Packard Enterprise ECEBB8 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US 6C-B7-49 (hex) HUAWEI TECHNOLOGIES CO.,LTD 6CB749 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 98-9C-57 (hex) HUAWEI TECHNOLOGIES CO.,LTD 989C57 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 18-52-82 (hex) Fiberhome Telecommunication Technologies Co.,LTD 185282 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 8C-3C-4A (hex) NAKAYO Inc 8C3C4A (base 16) NAKAYO Inc Development Support Center 165 Higashiomuro-machi Maebashi-shi Gunma 379-2105 JP 70-86-C1 (hex) Texas Instruments 7086C1 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US F4-D7-B2 (hex) LGS Innovations, LLC F4D7B2 (base 16) LGS Innovations, LLC 13665 Dulles Technology Drive Herndon VA 20171 US 00-15-2A (hex) Nokia Corporation 00152A (base 16) Nokia Corporation Rensingstraße 15 Bochum NRW 44807 DE 9C-4A-7B (hex) Nokia Corporation 9C4A7B (base 16) Nokia Corporation Elektroniikkatie 10 Oulu Ou 90590 FI D8-61-62 (hex) Wistron Neweb Corporation D86162 (base 16) Wistron Neweb Corporation No.20,Park Avenue II,Hsinchu Science Park Hsin-Chu R.O.C. 308 TW 28-84-0E (hex) silicon valley immigration service 28840E (base 16) silicon valley immigration service 1410 Sharp Ave, Campbell CA 95008 US 80-61-5F (hex) Beijing Sinead Technology Co., Ltd. 80615F (base 16) Beijing Sinead Technology Co., Ltd. Room 504,Block A, New material Building, Yongfeng industrial, Haiding District, Beijing.China Beijing Beijing 100000 CN 2C-D2-E7 (hex) Nokia Corporation 2CD2E7 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu Ou 90590 FI 38-6E-A2 (hex) vivo Mobile Communication Co., Ltd. 386EA2 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 98-2D-68 (hex) Samsung Electronics Co., Ltd 982D68 (base 16) Samsung Electronics Co., Ltd Samsung 1-ro Hwaseong-si Gyeonggi-do 445330 KR BC-2E-48 (hex) ARRIS Group, Inc. BC2E48 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 60-8C-E6 (hex) ARRIS Group, Inc. 608CE6 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 08-00-70 (hex) Mitsubishi Precision Co.,LTd. 080070 (base 16) Mitsubishi Precision Co.,LTd. 325 KAMIMACHIYA 000 00 JP 44-4A-B0 (hex) Zhejiang Moorgen Intelligence Technology Co., Ltd 444AB0 (base 16) Zhejiang Moorgen Intelligence Technology Co., Ltd No.181 Changluo road Luotuo street Zhenhai district Ningbo Zhejiang 315202 CN DC-6A-EA (hex) Infinix mobility limited DC6AEA (base 16) Infinix mobility limited RMS 05-15, 13A/F SOUTH TOWER WORLD FINANCE CTR HARBOUR CITY 17 CANTON RD TST KLN HONG KONG HongKong HongKong 999077 HK C4-21-C8 (hex) KYOCERA CORPORATION C421C8 (base 16) KYOCERA CORPORATION 2-1-1,Kagahara, Yokohama-shi Kanagawa 224-8502 JP 80-73-9F (hex) KYOCERA CORPORATION 80739F (base 16) KYOCERA CORPORATION 2-1-1 Kagahara Yokohama-shi Kanagawa 224-8502 JP 48-EC-5B (hex) Nokia 48EC5B (base 16) Nokia Karaportti 3 Espoo Finland 02610 FI 70-58-12 (hex) Panasonic Corporation AVC Networks Company 705812 (base 16) Panasonic Corporation AVC Networks Company 1-15 Matsuo-cho Kadoma Osaka 571-8504 JP 04-20-9A (hex) Panasonic Corporation AVC Networks Company 04209A (base 16) Panasonic Corporation AVC Networks Company 1-15 Matsuo-cho Kadoma City Osaka 571-8504 JP 34-00-8A (hex) IEEE Registration Authority 34008A (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US A4-11-15 (hex) Robert Bosch Engineering and Business Solutions pvt. Ltd. A41115 (base 16) Robert Bosch Engineering and Business Solutions pvt. Ltd. 123, Industrial Layout, Hosur Road, Koramangala, Bangalore Karnataka 560095 IN 40-D6-3C (hex) Equitech Industrial(DongGuan)Co.,Ltd 40D63C (base 16) Equitech Industrial(DongGuan)Co.,Ltd 4F Building B No.2 ShiChang Road SongYuan Technology Park,DongCheng District DongGuan GuangDong 523122 CN F4-F3-AA (hex) JBL GmbH & Co. KG F4F3AA (base 16) JBL GmbH & Co. KG Dieselstrasse 3 Neuhofen 67141 DE 90-50-CA (hex) Hitron Technologies. Inc 9050CA (base 16) Hitron Technologies. Inc No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW 40-99-22 (hex) AzureWave Technology Inc. 409922 (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW C0-6D-1A (hex) Tianjin Henxinhuifeng Technology Co.,Ltd. C06D1A (base 16) Tianjin Henxinhuifeng Technology Co.,Ltd. Rm 233, Tianjin Technology Innovation Service Center, 12 Keyan West Road, Nankai District, Tianjin, P.R.C. Tianjin Tianjin 300192 CN 10-7B-44 (hex) ASUSTek COMPUTER INC. 107B44 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 84-25-3F (hex) silex technology, Inc. 84253F (base 16) silex technology, Inc. 2-3-1 Hikaridai Seika-cho Kyoto 619-0237 JP 00-08-C9 (hex) TechniSat Digital GmbH Daun 0008C9 (base 16) TechniSat Digital GmbH Daun Gewerbepark Merbitz Nr. 5 Dresden 01156 US D8-B1-2A (hex) Panasonic Mobile Communications Co.,Ltd. D8B12A (base 16) Panasonic Mobile Communications Co.,Ltd. 600 Saedo-cho Tsuzuki-ku Yokohama City Kanagawa 224-8539 JP B0-19-C6 (hex) Apple, Inc. B019C6 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 38-66-F0 (hex) Apple, Inc. 3866F0 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-80-09 (hex) JUPITER SYSTEMS, INC. 008009 (base 16) JUPITER SYSTEMS, INC. 3073 TEAGARDEN STREET SAN LEANDRO CA 94577-5720 US 00-C0-64 (hex) General Datacomm LLC 00C064 (base 16) General Datacomm LLC 353 Christian Street, Suite 4 Oxford CT 06478 US E8-68-19 (hex) HUAWEI TECHNOLOGIES CO.,LTD E86819 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 1C-AB-34 (hex) New H3C Technologies Co., Ltd 1CAB34 (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN 3C-78-43 (hex) HUAWEI TECHNOLOGIES CO.,LTD 3C7843 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 5C-09-79 (hex) HUAWEI TECHNOLOGIES CO.,LTD 5C0979 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN E4-FB-5D (hex) HUAWEI TECHNOLOGIES CO.,LTD E4FB5D (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-01-CC (hex) Japan Total Design Communication Co., Ltd. 0001CC (base 16) Japan Total Design Communication Co., Ltd. Enesta Suginamihigashi Build., 3F, JP 00-30-C8 (hex) GAD LINE, LTD. 0030C8 (base 16) GAD LINE, LTD. BEIT ROKAR HAR HOTZVIM IL 00-16-E0 (hex) 3Com Ltd 0016E0 (base 16) 3Com Ltd Peoplebuilding 2 Hemel Hempstead Herts HP2 4NW GB D8-DE-CE (hex) ISUNG CO.,LTD D8DECE (base 16) ISUNG CO.,LTD 92, Huimanggongwon-ro Siheung-si Kyunggido 429-859 KR 70-3E-AC (hex) Apple, Inc. 703EAC (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-11-C0 (hex) Aday Technology Inc 0011C0 (base 16) Aday Technology Inc 9F.-3, No. 247, Sec. 1, Taichung Port Rd., Taichung City 403 TW 00-05-F1 (hex) Vrcom, Inc. 0005F1 (base 16) Vrcom, Inc. 401, Songam Bldg, 479-1, Seoul KR AC-51-2C (hex) Infinix mobility limited AC512C (base 16) Infinix mobility limited RMS 05-15, 13A/F SOUTH TOWER WORLD FINANCE CTR HARBOUR CITY 17 CANTON RD TST KLN HONG KONG HongKong HongKong 999077 HK 30-99-35 (hex) zte corporation 309935 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 0C-72-D9 (hex) zte corporation 0C72D9 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 10-62-D0 (hex) Technicolor CH USA Inc. 1062D0 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 50-64-2B (hex) XIAOMI Electronics,CO.,LTD 50642B (base 16) XIAOMI Electronics,CO.,LTD Xiaomi Building, No.68 Qinghe Middle Street Haidian District Beijing 100085 CN 28-40-1A (hex) C8 MediSensors, Inc. 28401A (base 16) C8 MediSensors, Inc. 727 University Ave Los Gatos CA 95032 US 30-C0-1B (hex) Shenzhen Jingxun Software Telecommunication Technology Co.,Ltd 30C01B (base 16) Shenzhen Jingxun Software Telecommunication Technology Co.,Ltd 3/F,A5 Building Zhiyuan Community No.1001,Xueyuan Road Nanshan District Shenzhen Guangdong 518055 CN 88-86-C2 (hex) STABILO International GmbH 8886C2 (base 16) STABILO International GmbH Schwanweg 1 Heroldsberg 90562 DE 08-A8-A1 (hex) Cyclotronics Power Concepts, Inc 08A8A1 (base 16) Cyclotronics Power Concepts, Inc PO Box 37449 Houston TX 77237-7449 US F4-B5-20 (hex) Biostar Microtech international corp. F4B520 (base 16) Biostar Microtech international corp. 3F. No. 108-2 Min Chuan Road, Hsin Tien District New Taipei City Taiwan 231 TW CC-2F-71 (hex) Intel Corporate CC2F71 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-1C-C5 (hex) 3Com Ltd 001CC5 (base 16) 3Com Ltd Peoplebuilding 2 Hemel Hempstead Herts HP2 4NW GB 88-7A-31 (hex) Velankani Electronics Pvt. Ltd. 887A31 (base 16) Velankani Electronics Pvt. Ltd. 43, Electronics City, Phase 1, Hosur road Bangalore Karnataka 560100 IN 8C-0F-6F (hex) PEGATRON CORPORATION 8C0F6F (base 16) PEGATRON CORPORATION 5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW 8C-25-05 (hex) HUAWEI TECHNOLOGIES CO.,LTD 8C2505 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 8C-3B-AD (hex) NETGEAR 8C3BAD (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 64-CF-D9 (hex) Texas Instruments 64CFD9 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 74-7D-24 (hex) Phicomm (Shanghai) Co., Ltd. 747D24 (base 16) Phicomm (Shanghai) Co., Ltd. 3666 SiXian Rd.,Songjiang District Shanghai Shanghai 201616 CN D0-94-66 (hex) Dell Inc. D09466 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 38-E5-95 (hex) SHENZHEN GONGJIN ELECTRONICS CO.,LT 38E595 (base 16) SHENZHEN GONGJIN ELECTRONICS CO.,LT B116,B118,A211-A213,B201-B213,A311-A313,B411-413,BF08-09 Nanshan Medical Instrument Industry Park, Shenzhen Guangdong 518067 CN BC-96-80 (hex) SHENZHEN GONGJIN ELECTRONICS CO.,LT BC9680 (base 16) SHENZHEN GONGJIN ELECTRONICS CO.,LT B116,B118,A211-A213,B201-B213,A311-A313,B411-413,BF08-09 Nanshan Medical Instrument Industry Park, Shenzhen Guangdong 518067 CN A4-7B-9D (hex) Espressif Inc. A47B9D (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN B8-F8-BE (hex) BLUECOM B8F8BE (base 16) BLUECOM 116, Venture-ro, Yeonsu-gu, Incheon 406-840 KR 00-24-82 (hex) Ruckus Wireless 002482 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 68-92-34 (hex) Ruckus Wireless 689234 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 50-A7-33 (hex) Ruckus Wireless 50A733 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 2C-5D-93 (hex) Ruckus Wireless 2C5D93 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 38-FF-36 (hex) Ruckus Wireless 38FF36 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 84-18-3A (hex) Ruckus Wireless 84183A (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 24-C9-A1 (hex) Ruckus Wireless 24C9A1 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 7C-2E-DD (hex) Samsung Electronics Co.,Ltd 7C2EDD (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 3C-F7-A4 (hex) Samsung Electronics Co.,Ltd 3CF7A4 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 10-30-34 (hex) Cara Systems 103034 (base 16) Cara Systems Ruzgarlibahce Mah. Kavak Sok. No: 31/1 Smart Plaza B Blok Kat: 4 Istanbul Kavacik Beykoz 23805 TR 00-00-FE (hex) Annapolis Micro Systems, Inc. 0000FE (base 16) Annapolis Micro Systems, Inc. 190 ADMIRAL COCHRANE DRIVE ANNAPOLIS MD 21401 US 00-D0-1F (hex) Senetas Corporation Ltd 00D01F (base 16) Senetas Corporation Ltd 1/11 Queens Road consolidation consolidation AU E0-CB-BC (hex) Cisco Meraki E0CBBC (base 16) Cisco Meraki 500 Terry A. Francois Blvd San Francisco null 94158 US 64-47-E0 (hex) Feitian Technologies Co., Ltd 6447E0 (base 16) Feitian Technologies Co., Ltd Floor 17, Tower B, Huizhi Mansion, No.9 Xueqing Rd, Haidian District Beijing 100085 CN B4-4F-96 (hex) Zhejiang Xinzailing Technology co., ltd B44F96 (base 16) Zhejiang Xinzailing Technology co., ltd No.1805, Dongliu Road, Binjiang District Hangzhou Zhejiang 310051 CN 4C-65-A8 (hex) IEEE Registration Authority 4C65A8 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US B0-DF-C1 (hex) Tenda Technology Co.,Ltd.Dongguan branch B0DFC1 (base 16) Tenda Technology Co.,Ltd.Dongguan branch Room 79,Yuanyi Road,Dalang Town,Dongguan Guangdong 523770 Dongguan Guangdong 523770 CN 9C-6F-52 (hex) zte corporation 9C6F52 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN E8-6D-65 (hex) AUDIO MOBIL Elektronik GmbH E86D65 (base 16) AUDIO MOBIL Elektronik GmbH Audio-Mobil-Straße 5 - 7 Braunau am Inn - Ranshofen 5282 AT 70-6E-6D (hex) Cisco Systems, Inc 706E6D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 60-47-62 (hex) Beijing Sensoro Technology Co.,Ltd. 604762 (base 16) Beijing Sensoro Technology Co.,Ltd. Room 2807, Building 1B, Wangjing SOHO, No10 Wangjing Street, Chaoyang District, Beijing, China Beijing Beijing 100102 PRC CN BC-1C-81 (hex) Sichuan iLink Technology Co., Ltd. BC1C81 (base 16) Sichuan iLink Technology Co., Ltd. Anzhou,Industrial park,Mianyang,Sichuan Mianyang 622651 CN 90-0A-1A (hex) Taicang T&W Electronics 900A1A (base 16) Taicang T&W Electronics 89# Jiang Nan RD Suzhou Jiangsu 215412 CN 50-6E-92 (hex) Innocent Technology Co., Ltd. 506E92 (base 16) Innocent Technology Co., Ltd. PROSIT AZUMA 3 #201, 1973, NIPPA-CHO, KOHOKU-KU, YOKOHAMA-SHI KANAGAWA 2230057 JP 30-FE-31 (hex) Nokia 30FE31 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 98-F2-B3 (hex) Hewlett Packard Enterprise 98F2B3 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US C4-57-1F (hex) June Life Inc C4571F (base 16) June Life Inc 649 Front Street San Francisco CA 94111 US 88-6A-E3 (hex) Alpha Networks Inc. 886AE3 (base 16) Alpha Networks Inc. No.8 Li-shing 7th Rd., Science-based Industrial Park, Hsinchu, Taiwan, R.O.C Hsinchu Taiwan 300 TW 1C-4D-70 (hex) Intel Corporate 1C4D70 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY D8-22-F4 (hex) Avnet Silica D822F4 (base 16) Avnet Silica 16 av carnot Massy 91349 FR 34-8F-27 (hex) Ruckus Wireless 348F27 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 2C-9E-EC (hex) Jabil Circuit Penang 2C9EEC (base 16) Jabil Circuit Penang Plot 56 , Hilir Sungai Keluang 1, Bayan Lepas Industrial Park, Phase 4 George Town Penang 11900 MY 00-1C-FA (hex) Alarm.com 001CFA (base 16) Alarm.com 8150 Leesburg Pike Vienna VA 22182 US 60-31-3B (hex) Sunnovo International Limited 60313B (base 16) Sunnovo International Limited 1717 Haitai Building Beijing Beijing 100083 CN 6C-B2-27 (hex) Sony Video & Sound Products Inc. 6CB227 (base 16) Sony Video & Sound Products Inc. Sony City Osaki, 2-10-1 Osaki Shinagawa-ku Tokyo 141-8610 JP 98-6F-60 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 986F60 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 00-0C-AB (hex) Commend International GmbH 000CAB (base 16) Commend International GmbH Hoelzlstrasse 561 Wals Salzburg A-5071 AT 74-54-27 (hex) SHENZHEN FAST TECHNOLOGIES CO.,LTD 745427 (base 16) SHENZHEN FAST TECHNOLOGIES CO.,LTD Room 202,Building No.5,Section 30,No.2 of Kefa Road,Nanshan District,Shenzhen,P.R.China Shenzhen Guangdong 518057 CN 60-72-0B (hex) BLU Products Inc 60720B (base 16) BLU Products Inc 10814 NW 33rd Street Miami FL 33172 US 30-89-76 (hex) DALIAN LAMBA TECHNOLOGY CO.,LTD 308976 (base 16) DALIAN LAMBA TECHNOLOGY CO.,LTD Dalian Hi-tech Zone Keypark Room 1201 Dalian Liaoning 116000 CN 2C-26-17 (hex) Oculus VR, LLC 2C2617 (base 16) Oculus VR, LLC 1 Hacker Way Menlo Park CA 94025 US 34-D9-54 (hex) WiBotic Inc. 34D954 (base 16) WiBotic Inc. 4000 15th Ave NE Lab 225, Fluke Hall, Box 352141 Seattle WA 98195 US 48-57-DD (hex) Facebook Inc 4857DD (base 16) Facebook Inc 1 Hacker Way Menlo Park 94025 US 48-7D-2E (hex) TP-LINK TECHNOLOGIES CO.,LTD. 487D2E (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN B0-DA-F9 (hex) ARRIS Group, Inc. B0DAF9 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 18-35-D1 (hex) ARRIS Group, Inc. 1835D1 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US C0-A5-DD (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. C0A5DD (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. 3/F, Building R1-B, High-Tech Industrial Park, Nanshan District Shenzhen Guangdong 518057 CN 48-8D-36 (hex) Arcadyan Corporation 488D36 (base 16) Arcadyan Corporation No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW BC-D7-13 (hex) Owl Labs BCD713 (base 16) Owl Labs 33-1/2 Union Square Somerville MA 02143 US E8-E1-E1 (hex) Gemtek Technology Co., Ltd. E8E1E1 (base 16) Gemtek Technology Co., Ltd. No.15-1 Zhonghua Road Hukou Hsinchu 30352 TW 28-07-0D (hex) GUANGZHOU WINSOUND INFORMATION TECHNOLOGY CO.,LTD. 28070D (base 16) GUANGZHOU WINSOUND INFORMATION TECHNOLOGY CO.,LTD. Building1 NO.13 DABU ROAD HUADU DISTRICT GUANGZHOU GUANGDONG 510800 CN 00-A3-D1 (hex) Cisco Systems, Inc 00A3D1 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US FC-4D-8C (hex) SHENZHEN PANTE ELECTRONICS TECHNOLOGY CO., LTD FC4D8C (base 16) SHENZHEN PANTE ELECTRONICS TECHNOLOGY CO., LTD Building 5,Hui Mingsheng industrial park,Tongfu Rd,Fu Yong street Shenzhen Guangdong 518042 CN FC-06-ED (hex) M2Motive Technology Inc. FC06ED (base 16) M2Motive Technology Inc. Room 148, Lane 999, new two road, Baoshan District Shanghai Shanghai 200439 CN F0-D4-F6 (hex) Lars Thrane A/S F0D4F6 (base 16) Lars Thrane A/S Stubbeled 2 Vedbæk 2950 DK F4-A9-97 (hex) CANON INC. F4A997 (base 16) CANON INC. 30-2 Shimomaruko 3-chome, Ohta-ku Tokyo 146-8501 JP 64-DF-E9 (hex) ATEME 64DFE9 (base 16) ATEME 6 rue Dewoitine Vélizy-Villacoublay 78140 FR 10-C6-FC (hex) Garmin International 10C6FC (base 16) Garmin International 1200 East 151st Street Olathe KS 66062 US AC-22-05 (hex) Compal Broadband Networks, Inc. AC2205 (base 16) Compal Broadband Networks, Inc. 13F., No.1, Taiyuan 1st St. Zhubei City Hsinchu County 30265 TW 80-A0-36 (hex) Shanghai MXCHIP Information Technology Co., Ltd. 80A036 (base 16) Shanghai MXCHIP Information Technology Co., Ltd. 9th Floor, No. 5 Building, 2145 Jinshajiang Rd., Putuo District Shanghai 200333 CN F0-74-85 (hex) NGD Systems, Inc. F07485 (base 16) NGD Systems, Inc. 355 Goddard, Suite 200 Irvine CA 92618 US 40-5C-FD (hex) Dell Inc. 405CFD (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 20-F4-52 (hex) Shanghai IUV Software Development Co. Ltd 20F452 (base 16) Shanghai IUV Software Development Co. Ltd No.18, Lane 1387 Zhangdong Rd, Pudong, Shanghai, P.R.C shanghai shanghai 201203 CN 50-9A-4C (hex) Dell Inc. 509A4C (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US A0-09-4C (hex) CenturyLink A0094C (base 16) CenturyLink 100 CenturyLink Drive Monroe 71203 US B4-39-34 (hex) Pen Generations, Inc. B43934 (base 16) Pen Generations, Inc. 8th FL., SOLiD Space, Seongnam-si Gyeonggi-do 463-400 KR 74-26-AC (hex) Cisco Systems, Inc 7426AC (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US B0-26-28 (hex) Broadcom Limited B02628 (base 16) Broadcom Limited 5300 California Ave. irvine CA 92617 US 98-74-DA (hex) Infinix mobility limited 9874DA (base 16) Infinix mobility limited RMS 05-15, 13A/F SOUTH TOWER WORLD FINANCE CTR HARBOUR CITY 17 CANTON RD TST KLN HONG KONG HongKong HongKong 999077 HK 40-B4-F0 (hex) Juniper Networks 40B4F0 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 14-3F-27 (hex) Noccela Oy 143F27 (base 16) Noccela Oy Kaarinantie 700 Turku 20540 FI 10-58-87 (hex) Fiberhome Telecommunication Technologies Co.,LTD 105887 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 70-4C-A5 (hex) Fortinet, Inc. 704CA5 (base 16) Fortinet, Inc. 899 Kifer Road Sunnyvale null 94086 US 9C-06-1B (hex) Hangzhou H3C Technologies Co., Limited 9C061B (base 16) Hangzhou H3C Technologies Co., Limited 466 Changhe Road, Binjiang District Hangzhou Zhejiang, P.R.China 310052 CN 50-33-8B (hex) Texas Instruments 50338B (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 68-26-2A (hex) SICHUAN TIANYI COMHEART TELECOMCO., LTD 68262A (base 16) SICHUAN TIANYI COMHEART TELECOMCO., LTD FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN E8-DE-8E (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. E8DE8E (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY D8-D8-66 (hex) SHENZHEN TOZED TECHNOLOGIES CO.,LTD. D8D866 (base 16) SHENZHEN TOZED TECHNOLOGIES CO.,LTD. 4F/A1,A2,TIANJI BUILDING,TIAN’AN CYBER PARK,FUTIAN SHENZHEN GUANGDONG 518040 CN D8-C0-6A (hex) Hunantv.com Interactive Entertainment Media Co.,Ltd. D8C06A (base 16) Hunantv.com Interactive Entertainment Media Co.,Ltd. Floor 2U, Hunan International Exhibition Center, Kaifu District, Changsha City, Hunan Province, P.R.C. Changsha Hunan 410000 CN AC-20-2E (hex) Hitron Technologies. Inc AC202E (base 16) Hitron Technologies. Inc No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW 9C-32-A9 (hex) SICHUAN TIANYI COMHEART TELECOMCO., LTD 9C32A9 (base 16) SICHUAN TIANYI COMHEART TELECOMCO., LTD FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN 1C-5A-0B (hex) Tegile Systems 1C5A0B (base 16) Tegile Systems 7999 Gateway Blvd Suite 120 Newark CA 94560 US 04-6E-02 (hex) OpenRTLS Group 046E02 (base 16) OpenRTLS Group De Nieuwe Ploeg 5 Berlicum 5258 EX NL 90-0E-83 (hex) Monico Monitoring, Inc. 900E83 (base 16) Monico Monitoring, Inc. 18530 Klein Church Rd Spring TX 77379 US 60-14-66 (hex) zte corporation 601466 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 68-54-ED (hex) Alcatel-Lucent 6854ED (base 16) Alcatel-Lucent 777 E. Middlefield Rd Mountain View CA 94043 US 68-02-35 (hex) Konten Networks Inc. 680235 (base 16) Konten Networks Inc. 7F-1, No.108, Minquan Rd., Xindian Dist., New Taipei City Taiwan 231 TW 38-AC-3D (hex) Nephos Inc 38AC3D (base 16) Nephos Inc 2840 Junction Ave. , San Jose CA 95134 US E0-37-BF (hex) Wistron Neweb Corporation E037BF (base 16) Wistron Neweb Corporation No.20,Park Avenue II,Hsinchu Science Park Hsin-Chu R.O.C. 308 TW E8-13-67 (hex) AIRSOUND Inc. E81367 (base 16) AIRSOUND Inc. 515-ho,75,Techno-1ro,Yuseoung-gu Daejeon 34014 KR 00-11-92 (hex) Cisco Systems, Inc 001192 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 38-F1-35 (hex) SensorTec-Canada 38F135 (base 16) SensorTec-Canada 1Yonge Street, Suite 1801 Toronto ON M5E 1W7 CA AC-74-09 (hex) Hangzhou H3C Technologies Co., Limited AC7409 (base 16) Hangzhou H3C Technologies Co., Limited 466 Changhe Road, Binjiang District Hangzhou Zhejiang, P.R.China 310052 CN C4-9D-ED (hex) Microsoft Corporation C49DED (base 16) Microsoft Corporation One Microsoft Way REDMOND WA 98052 US 98-A4-0E (hex) Snap, Inc. 98A40E (base 16) Snap, Inc. 64 Market Street Venice CA 90291 US F4-03-43 (hex) Hewlett Packard Enterprise F40343 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US F0-93-C5 (hex) Garland Technology F093C5 (base 16) Garland Technology 2130 Oak Bend Lane Garland TX 75040 US 98-10-E8 (hex) Apple, Inc. 9810E8 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C0-D0-12 (hex) Apple, Inc. C0D012 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US BC-A9-20 (hex) Apple, Inc. BCA920 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 48-A1-95 (hex) Apple, Inc. 48A195 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F8-03-77 (hex) Apple, Inc. F80377 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F4-96-34 (hex) Intel Corporate F49634 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 10-7D-1A (hex) Dell Inc. 107D1A (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 70-AF-24 (hex) TP Vision Belgium NV 70AF24 (base 16) TP Vision Belgium NV Technologiepark Zwijnaarde 19 Gent 9052 BE A4-11-63 (hex) IEEE Registration Authority A41163 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US C4-D1-97 (hex) Ventia Utility Services C4D197 (base 16) Ventia Utility Services Level 4, Tower 1, 495 Victoria Avenue Chatswood NSW 2067 AU 2C-86-D2 (hex) Cisco Systems, Inc 2C86D2 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 7C-E9-7C (hex) ITEL MOBILE LIMITED 7CE97C (base 16) ITEL MOBILE LIMITED RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK 80-58-F8 (hex) Motorola Mobility LLC, a Lenovo Company 8058F8 (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US DC-A4-CA (hex) Apple, Inc. DCA4CA (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 8C-8F-E9 (hex) Apple, Inc. 8C8FE9 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 70-AF-25 (hex) Nishiyama Industry Co.,LTD. 70AF25 (base 16) Nishiyama Industry Co.,LTD. 177-2 Fuji Shizuoka 419-0205 JP E8-D1-1B (hex) ASKEY COMPUTER CORP E8D11B (base 16) ASKEY COMPUTER CORP 10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW B8-22-4F (hex) SICHUAN TIANYI COMHEART TELECOMCO., LTD B8224F (base 16) SICHUAN TIANYI COMHEART TELECOMCO., LTD FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN 98-00-C1 (hex) GuangZhou CREATOR Technology Co.,Ltd.(CHINA) 9800C1 (base 16) GuangZhou CREATOR Technology Co.,Ltd.(CHINA) Level 3,Blg 6,No 9 Keji Yuan,LanYusi St, GuangZhou GuangDong 510730 CN 54-E1-AD (hex) LCFC(HeFei) Electronics Technology co., ltd 54E1AD (base 16) LCFC(HeFei) Electronics Technology co., ltd YunGu Road 3188-1 Hefei Anhui 230000 CN 98-D3-D2 (hex) MEKRA Lang GmbH & Co. KG 98D3D2 (base 16) MEKRA Lang GmbH & Co. KG Buchheimerstr. 4 Ergersheim 91465 DE 0C-5F-35 (hex) Niagara Video Corporation 0C5F35 (base 16) Niagara Video Corporation 5627 Stoneridge Drive, Suite 316 Pleasanton CA 94588 US F8-A3-4F (hex) zte corporation F8A34F (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 00-19-12 (hex) Welcat Inc 001912 (base 16) Welcat Inc East Tower 6F, Shinagawa Seaside, 4-12-8, Higashi Shinagawa, Shinagawa Section Tokyo 140-0002 JP 8C-78-D7 (hex) SHENZHEN FAST TECHNOLOGIES CO.,LTD 8C78D7 (base 16) SHENZHEN FAST TECHNOLOGIES CO.,LTD Room 202,Building No.5,Section 30,No.2 of Kefa Road,Nanshan District,Shenzhen,P.R.China Shenzhen Guangdong 518057 CN B8-EA-AA (hex) ICG NETWORKS CO.,ltd B8EAAA (base 16) ICG NETWORKS CO.,ltd Room 2030,Block B,Yamei Park,Haidian District BEIJING 100010 CN B8-F8-83 (hex) TP-LINK TECHNOLOGIES CO.,LTD. B8F883 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN DC-FE-18 (hex) TP-LINK TECHNOLOGIES CO.,LTD. DCFE18 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 70-4F-57 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 704F57 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN B0-C4-6C (hex) Senseit B0C46C (base 16) Senseit Suschevsky val 16 str. 4 Moscow Russian Federation 127018 RU 00-02-A1 (hex) World Wide Packets 0002A1 (base 16) World Wide Packets PO Box 14645 Spokane WA 99214 US 00-E0-22 (hex) Analog Devices, Inc. 00E022 (base 16) Analog Devices, Inc. Three Technology Way Norwood MA 02062-2666 US 14-B7-F8 (hex) Technicolor CH USA Inc. 14B7F8 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 90-3D-6B (hex) Zicon Technology Corp. 903D6B (base 16) Zicon Technology Corp. 15F., No.688-2, Zhongzheng Rd., Zhonghe City, Taipei County 235 Taipei 23586 TW B0-40-89 (hex) Senient Systems LTD B04089 (base 16) Senient Systems LTD 152 Morrison St Edinburgh Other (Non US) EH3 8EB GB 54-25-EA (hex) HUAWEI TECHNOLOGIES CO.,LTD 5425EA (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 3C-7F-6F (hex) Telechips, Inc. 3C7F6F (base 16) Telechips, Inc. 19F~23F,Luther Bldg.42, Olympic-ro 35da-gil, Songpa-gu, Seoul Seoul 05510 KR 5C-BA-37 (hex) Microsoft Corporation 5CBA37 (base 16) Microsoft Corporation 31807 - 25th Ave SW Federal Way 98023 US 00-C0-C6 (hex) PERSONAL MEDIA CORP. 00C0C6 (base 16) PERSONAL MEDIA CORP. 1-7-7 MY BLDG. HIRATSUKA JP 28-FE-CD (hex) Lemobile Information Technology (Beijing) Co., Ltd. 28FECD (base 16) Lemobile Information Technology (Beijing) Co., Ltd. 5/F LeEco Building, 105 Yaojiayuan Road, Chaoyang District Beijing Beijing 100025 CN C8-94-BB (hex) HUAWEI TECHNOLOGIES CO.,LTD C894BB (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 10-B1-F8 (hex) HUAWEI TECHNOLOGIES CO.,LTD 10B1F8 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 08-9E-08 (hex) Google, Inc. 089E08 (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US 00-21-0D (hex) SAMSIN INNOTEC 00210D (base 16) SAMSIN INNOTEC SARIYUNDONG ILSANDONG-GU GOYANG KYUNGGI 411530 KR C8-73-24 (hex) Sow Cheng Technology Co. Ltd. C87324 (base 16) Sow Cheng Technology Co. Ltd. No.26, Ln. 181, Xinsheng W. Rd., Dali Dist Taichung 412 TW 00-1F-16 (hex) Wistron Corporation 001F16 (base 16) Wistron Corporation 21F, 88, Sec.1, Hsin Tai Wu Rd., Hsichih, Taipei Hsien 221 TW 00-26-2D (hex) Wistron Corporation 00262D (base 16) Wistron Corporation 21F, 88, Sec.1, Hsin Tai Wu Rd., Hsichih, Taipei Hsien 221 TW 04-95-E6 (hex) Tenda Technology Co.,Ltd.Dongguan branch 0495E6 (base 16) Tenda Technology Co.,Ltd.Dongguan branch Room 79,Yuanyi Road,Dalang Town,Dongguan Guangdong 523770 Dongguan Guangdong 523770 CN 50-E6-66 (hex) Shenzhen Techtion Electronics Co., Ltd. 50E666 (base 16) Shenzhen Techtion Electronics Co., Ltd. Floor 2, C2 Building, Huafeng Industrial Park, Hangcheng Avenue, Gushu, Xixiang, Baoan Shenzhen Guangdong 518102 CN 00-16-D3 (hex) Wistron Corporation 0016D3 (base 16) Wistron Corporation 21F, 88, Sec.1, Hsin Tai Wu Rd., Hsichih, Taipei Hsien 221 TW 4C-4E-03 (hex) TCT mobile ltd 4C4E03 (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN 90-86-74 (hex) SICHUAN TIANYI COMHEART TELECOMCO., LTD 908674 (base 16) SICHUAN TIANYI COMHEART TELECOMCO., LTD FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN 90-17-11 (hex) Hagenuk Marinekommunikation GmbH 901711 (base 16) Hagenuk Marinekommunikation GmbH Hamburger Chaussee 25 Flintbek 24220 DE 00-10-DE (hex) INTERNATIONAL DATACASTING CORPORATION 0010DE (base 16) INTERNATIONAL DATACASTING CORPORATION 2680 QUEENSVIEW DRIVE OTTAWA, ONTARIO K2B 8H6 CA C0-D9-F7 (hex) ShanDong Domor Intelligent S&T CO.,Ltd C0D9F7 (base 16) ShanDong Domor Intelligent S&T CO.,Ltd Jining high-tech zone base of production,education & research Jining Shandong 272000 CN 00-60-8B (hex) ConferTech International 00608B (base 16) ConferTech International 12110 N. PECOS STREET WESTMINSTER CO 80234-2074 US 70-2D-84 (hex) i4C Innovations 702D84 (base 16) i4C Innovations 3800 Concorde Parkway, Suite 400 Chantilly VA 20151 US 2C-20-0B (hex) Apple, Inc. 2C200B (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 88-66-A5 (hex) Apple, Inc. 8866A5 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-02-77 (hex) Cash Systemes Industrie 000277 (base 16) Cash Systemes Industrie Technoparc Epsilon FR CC-A2-19 (hex) SHENZHEN ALONG INVESTMENT CO.,LTD CCA219 (base 16) SHENZHEN ALONG INVESTMENT CO.,LTD Room 1301,13F,Zhenye international Business Center,No.3101-90,Qianhai Road,Nanshan District Shenzhen Guangdong Province 518052 CN 4C-1A-3A (hex) PRIMA Research And Production Enterprise Ltd. 4C1A3A (base 16) PRIMA Research And Production Enterprise Ltd. 63, Svobody st. Nizhny Novgorod 603003 RU 14-B3-1F (hex) Dell Inc. 14B31F (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US AC-C1-EE (hex) Xiaomi Communications Co Ltd ACC1EE (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 54-19-C8 (hex) vivo Mobile Communication Co., Ltd. 5419C8 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN B0-B9-8A (hex) NETGEAR B0B98A (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 80-5A-04 (hex) LG Electronics (Mobile Communications) 805A04 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 8C-A5-A1 (hex) Oregano Systems - Design & Consulting GmbH 8CA5A1 (base 16) Oregano Systems - Design & Consulting GmbH Franzosengraben 8 Vienna 1030 AT B8-EC-A3 (hex) Zyxel Communications Corporation B8ECA3 (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW BC-83-85 (hex) Microsoft Corporation BC8385 (base 16) Microsoft Corporation One Microsoft Way REDMOND WA 98052 US 00-14-38 (hex) Hewlett Packard Enterprise 001438 (base 16) Hewlett Packard Enterprise 20555 State Highway 249 Houston TX 77070 US E4-B0-05 (hex) Beijing IQIYI Science & Technology Co., Ltd. E4B005 (base 16) Beijing IQIYI Science & Technology Co., Ltd. Room 1101, Floor 11, Capital Development Tower, No.2 Haidian North 1st Street,Haidian District, Beijing 100080 CN 00-00-48 (hex) Seiko Epson Corporation 000048 (base 16) Seiko Epson Corporation 80 HIROOKA SHIOJIRI-CITY japan JAPAN 399-07 JP B0-E8-92 (hex) Seiko Epson Corporation B0E892 (base 16) Seiko Epson Corporation 3-3-5 OWA SUWA-SHI NAGANO-KEN 392-8502 JP AC-18-26 (hex) Seiko Epson Corporation AC1826 (base 16) Seiko Epson Corporation 3-3-5 OWA SUWA-SHI NAGANO-KEN 392-8502 JP A4-EE-57 (hex) Seiko Epson Corporation A4EE57 (base 16) Seiko Epson Corporation 3-3-5 OWA SUWA-SHI NAGANO-KEN 392-8502 JP 9C-AE-D3 (hex) Seiko Epson Corporation 9CAED3 (base 16) Seiko Epson Corporation 80 Harashinden Shiojiri-shi Nagano-ken 399-0785 JP 70-7C-69 (hex) Avaya Inc 707C69 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 50-0B-91 (hex) IEEE Registration Authority 500B91 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US F8-46-1C (hex) Sony Interactive Entertainment Inc. F8461C (base 16) Sony Interactive Entertainment Inc. 1-7-1 Konan Minato-ku Tokyo 108-0075 JP 70-4D-7B (hex) ASUSTek COMPUTER INC. 704D7B (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 64-A6-8F (hex) Zhongshan Readboy Electronics Co.,Ltd 64A68F (base 16) Zhongshan Readboy Electronics Co.,Ltd Changmingshui Industrial Park Wuguishan Zhongshan City,Guangdong Province Zhongshan Guangdong 528400 CN 38-BC-01 (hex) HUAWEI TECHNOLOGIES CO.,LTD 38BC01 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 34-1E-6B (hex) HUAWEI TECHNOLOGIES CO.,LTD 341E6B (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 88-66-39 (hex) HUAWEI TECHNOLOGIES CO.,LTD 886639 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-42-5A (hex) Cisco Systems, Inc 00425A (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 18-DB-F2 (hex) Dell Inc. 18DBF2 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 18-F8-7A (hex) i3 International Inc. 18F87A (base 16) i3 International Inc. 780 Birchmount Road Scarborough Ontario M1K5H4 CA 4C-26-E7 (hex) Welgate Co., Ltd. 4C26E7 (base 16) Welgate Co., Ltd. 19F, Geopyeong Bldg. 129 Seoul Seoul 135726 KR 00-60-41 (hex) Yokogawa Digital Computer Corporation 006041 (base 16) Yokogawa Digital Computer Corporation Shinjuku MIDWEST Bldg.4-30-3 Yoyogi Shibuya-ku, Tokyo 151-0053 JP C8-16-A5 (hex) Masimo Corporation C816A5 (base 16) Masimo Corporation 40 Parker Irvine CA 92618 US 0C-02-27 (hex) Technicolor CH USA Inc. 0C0227 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 4C-11-BF (hex) Zhejiang Dahua Technology Co., Ltd. 4C11BF (base 16) Zhejiang Dahua Technology Co., Ltd. NO.1199 Bin An Road,Binjiang District,HangZhou,P.R.China HangZhou ZheJiang 310053 CN 2C-59-8A (hex) LG Electronics (Mobile Communications) 2C598A (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR B0-52-16 (hex) Hon Hai Precision Ind. Co.,Ltd. B05216 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN A0-E4-CB (hex) Zyxel Communications Corporation A0E4CB (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW 28-4E-D7 (hex) OutSmart Power Systems, Inc. 284ED7 (base 16) OutSmart Power Systems, Inc. 11 Mercer Rd Natick 23 01760 14-A7-8B (hex) Zhejiang Dahua Technology Co., Ltd. 14A78B (base 16) Zhejiang Dahua Technology Co., Ltd. No.1199, Waterfront Road Hangzhou Zhejiang 310053 CN A0-B8-F8 (hex) Amgen U.S.A. Inc. A0B8F8 (base 16) Amgen U.S.A. Inc. 1 Amgen Center Drive Thousand Oaks CA 91320 US 88-44-77 (hex) HUAWEI TECHNOLOGIES CO.,LTD 884477 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 14-9D-09 (hex) HUAWEI TECHNOLOGIES CO.,LTD 149D09 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 68-69-75 (hex) Angler Labs Inc 686975 (base 16) Angler Labs Inc 940 Pearce Mill Rd. Wexford PA 15090 US 20-D2-5F (hex) SmartCap Technologies 20D25F (base 16) SmartCap Technologies L1 18 Finchley Street Milton Queensland 4064 AU E4-7D-BD (hex) Samsung Electronics Co.,Ltd E47DBD (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 9C-FB-D5 (hex) vivo Mobile Communication Co., Ltd. 9CFBD5 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 18-F7-6B (hex) Zhejiang Winsight Technology CO.,LTD 18F76B (base 16) Zhejiang Winsight Technology CO.,LTD No.3339 Linggongtang Road,NanHu District Jiaxing Zhejiang 314000 CN 58-31-12 (hex) DRUST 583112 (base 16) DRUST 8 rue fabre d'églantine Paris 75012 FR 9C-83-BF (hex) PRO-VISION, Inc. 9C83BF (base 16) PRO-VISION, Inc. 8625-B Byron Commerce Dr. SW Byron Center MI 49315 US 78-EF-4C (hex) Unetconvergence Co., Ltd. 78EF4C (base 16) Unetconvergence Co., Ltd. 101-511, Digital Empire2, 486, Shin-dong, Youngtong-gu Suwon Kyonggi-do 443-390 KR 58-69-6C (hex) Ruijie Networks Co.,LTD 58696C (base 16) Ruijie Networks Co.,LTD 19# Building,Star-net Science Plaza,Juyuanzhou, 618 Jinshan Road Fuzhou Fujian 350002 CN 48-D3-43 (hex) ARRIS Group, Inc. 48D343 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-C0-5A (hex) SEMAPHORE COMMUNICATIONS CORP. 00C05A (base 16) SEMAPHORE COMMUNICATIONS CORP. 217 HUMBOLDT COURT SUNNYVALE CA 94089-1300 US 00-07-F9 (hex) Sensaphone 0007F9 (base 16) Sensaphone 901 Tryens Road Aston PA 19014 US 00-1C-B3 (hex) Apple, Inc. 001CB3 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 40-71-83 (hex) Juniper Networks 407183 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US C8-1B-5C (hex) BCTech C81B5C (base 16) BCTech 14 Building, Tiandeng road 259# shanghai xuhui district, shanghai 200237 CN 5C-E3-0E (hex) ARRIS Group, Inc. 5CE30E (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 1C-C0-E1 (hex) IEEE Registration Authority 1CC0E1 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 00-1A-39 (hex) Merten GmbH&CoKG 001A39 (base 16) Merten GmbH&CoKG Fritz-Kotz-Str. 8 Wiehl NRW 51674 DE FC-EC-DA (hex) Ubiquiti Networks Inc. FCECDA (base 16) Ubiquiti Networks Inc. 2580 Orchard Pkwy San Jose CA 95131 US 00-B0-E1 (hex) Cisco Systems, Inc 00B0E1 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-50-93 (hex) BOEING 005093 (base 16) BOEING 3370 Miraloma Avenue Anaheim CA 92803-3105 US 90-5C-44 (hex) Compal Broadband Networks, Inc. 905C44 (base 16) Compal Broadband Networks, Inc. 13F., No.1, Taiyuan 1st St. Zhubei City Hsinchu County 30265 TW 44-BA-46 (hex) SICHUAN TIANYI COMHEART TELECOMCO.,LTD 44BA46 (base 16) SICHUAN TIANYI COMHEART TELECOMCO.,LTD FL12,TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN E0-7C-13 (hex) zte corporation E07C13 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN F4-1F-88 (hex) zte corporation F41F88 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 14-ED-BB (hex) 2Wire Inc 14EDBB (base 16) 2Wire Inc 1764 Automation Parkway San Jose CA 95131 US 18-E2-9F (hex) vivo Mobile Communication Co., Ltd. 18E29F (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 28-EE-52 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 28EE52 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 68-72-51 (hex) Ubiquiti Networks Inc. 687251 (base 16) Ubiquiti Networks Inc. 91 E. Tasman Dr. San Jose 95134 US B4-FB-E4 (hex) Ubiquiti Networks Inc. B4FBE4 (base 16) Ubiquiti Networks Inc. 2580 Orchard Pkwy San Jose CA 95131 US 70-79-90 (hex) HUAWEI TECHNOLOGIES CO.,LTD 707990 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN A0-4E-01 (hex) CENTRAL ENGINEERING co.,ltd. A04E01 (base 16) CENTRAL ENGINEERING co.,ltd. 2-3-19 shinyokohama kouhoku-ku yokohama-shi kanagawa 222-0033 JP 28-CA-09 (hex) ThyssenKrupp Elevators (Shanghai) Co.,Ltd 28CA09 (base 16) ThyssenKrupp Elevators (Shanghai) Co.,Ltd No. 2, Xunye Rd, Sheshan Subarea Songjiang Industrial Area Shanghai Shanghai 201602 CN 84-25-19 (hex) Samsung Electronics 842519 (base 16) Samsung Electronics 129, Samsung-rom Yeongtong-gu Suwon-si Gyeonggi-do 16677 KR 5C-24-43 (hex) O-Sung Telecom Co., Ltd. 5C2443 (base 16) O-Sung Telecom Co., Ltd. 43-9 Pyeongdongro 803-gil , Gwangsan-Gu Gwangju 54611 KR 24-92-0E (hex) Samsung Electronics Co.,Ltd 24920E (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR FC-42-03 (hex) Samsung Electronics Co.,Ltd FC4203 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR A0-10-81 (hex) Samsung Electronics Co.,Ltd A01081 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 3C-8B-CD (hex) Alcatel-Lucent Shanghai Bell Co., Ltd 3C8BCD (base 16) Alcatel-Lucent Shanghai Bell Co., Ltd No. 389, Ningqiao Road, Pudong Jinqiao Shanghai 201206 CN 4C-F9-5D (hex) HUAWEI TECHNOLOGIES CO.,LTD 4CF95D (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 84-21-F1 (hex) HUAWEI TECHNOLOGIES CO.,LTD 8421F1 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-F2-2C (hex) Shanghai B-star Technology Co.,Ltd. 00F22C (base 16) Shanghai B-star Technology Co.,Ltd. 4Floor NO.1158 Xiehe Road,Changning District ,shanghai ,China 200335 Shanghai 200335 CN 00-05-EE (hex) Vanderbilt International (SWE) AB 0005EE (base 16) Vanderbilt International (SWE) AB Englundavaegen 7 Solna SE-171 41 SE F0-79-60 (hex) Apple, Inc. F07960 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A0-D7-95 (hex) Apple, Inc. A0D795 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-90-E7 (hex) HORSCH ELEKTRONIK AG 0090E7 (base 16) HORSCH ELEKTRONIK AG HAAGERSTRASSE CH-9473 GAMS CH E4-3E-D7 (hex) Arcadyan Corporation E43ED7 (base 16) Arcadyan Corporation No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW 54-54-CF (hex) PROBEDIGITAL CO.,LTD 5454CF (base 16) PROBEDIGITAL CO.,LTD #107 Hyundai I-Valley, 31, Galmachi-ro 244beon-gil, Jungwon-gu Seongnam-si Gyeonggi-do 13212 KR F8-63-3F (hex) Intel Corporate F8633F (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 08-86-20 (hex) TECNO MOBILE LIMITED 088620 (base 16) TECNO MOBILE LIMITED ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK F0-D5-BF (hex) Intel Corporate F0D5BF (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 64-74-F6 (hex) Shooter Detection Systems 6474F6 (base 16) Shooter Detection Systems 300 Newburyport Turnpike Rowley MA 01969 US 98-13-33 (hex) zte corporation 981333 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 20-47-ED (hex) BSkyB Ltd 2047ED (base 16) BSkyB Ltd 130 Kings Road Brentwood Essex 08854 GB 74-8A-69 (hex) Korea Image Technology Co., Ltd 748A69 (base 16) Korea Image Technology Co., Ltd 125, beolmal road, dongan gu, anyang gyeonggi 14056 KR BC-47-60 (hex) Samsung Electronics Co.,Ltd BC4760 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 04-18-0F (hex) Samsung Electronics Co.,Ltd 04180F (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 20-13-E0 (hex) Samsung Electronics Co.,Ltd 2013E0 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-25-66 (hex) Samsung Electronics Co.,Ltd 002566 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR D0-DB-32 (hex) Nokia Corporation D0DB32 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI E8-00-36 (hex) Befs co,. ltd E80036 (base 16) Befs co,. ltd C-#403, 242 Pangyo-ro, Bundang-gu Seongnam-si Gyeonggi-do 13487 KR C0-9F-05 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD C09F05 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 5C-49-79 (hex) AVM Audiovisuelles Marketing und Computersysteme GmbH 5C4979 (base 16) AVM Audiovisuelles Marketing und Computersysteme GmbH Alt-Moabit 95 Berlin Berlin 10559 DE C0-F9-45 (hex) Toshiba Toko Meter Systems Co., LTD. C0F945 (base 16) Toshiba Toko Meter Systems Co., LTD. 3484, Sakuragaoka, Kurohama Hasuda-shi Saitama 349-0192 JP 70-F8-E7 (hex) IEEE Registration Authority 70F8E7 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US D4-2C-44 (hex) Cisco Systems, Inc D42C44 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 84-3D-C6 (hex) Cisco Systems, Inc 843DC6 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-24-85 (hex) ConteXtream Ltd 002485 (base 16) ConteXtream Ltd 94 Em-HaMoshavot Petach-Tikva 49527 IL 28-FC-F6 (hex) Shenzhen Xin KingBrand enterprises Co.,Ltd 28FCF6 (base 16) Shenzhen Xin KingBrand enterprises Co.,Ltd Kingbrand Industrial Zone,Nanpu Road,Shang liao ling pi keng,Shajing Town Shenzhen Guangdong 518000 CN 00-1F-58 (hex) EMH Energiemesstechnik GmbH 001F58 (base 16) EMH Energiemesstechnik GmbH Vor dem Hassel 2 Brackel 21438 DE 68-94-23 (hex) Hon Hai Precision Ind. Co.,Ltd. 689423 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 84-4B-F5 (hex) Hon Hai Precision Ind. Co.,Ltd. 844BF5 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 08-ED-B9 (hex) Hon Hai Precision Ind. Co.,Ltd. 08EDB9 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 3C-77-E6 (hex) Hon Hai Precision Ind. Co.,Ltd. 3C77E6 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 70-18-8B (hex) Hon Hai Precision Ind. Co.,Ltd. 70188B (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 5C-6D-20 (hex) Hon Hai Precision Ind. Co.,Ltd. 5C6D20 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 5C-AC-4C (hex) Hon Hai Precision Ind. Co.,Ltd. 5CAC4C (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 00-16-DF (hex) Lundinova AB 0016DF (base 16) Lundinova AB Dalbyvägen 1 Lund Skåne SE-224 60 US 00-1D-0C (hex) MobileCompia 001D0C (base 16) MobileCompia Dongwon Bldg, 725-30, Yeoksam-dong, Gangnam-gu, Seoul 135-080 KR B8-8E-DF (hex) Zencheer Communication Technology Co., Ltd. B88EDF (base 16) Zencheer Communication Technology Co., Ltd. Room 2706, BLDG#7, Changjiang Building, NO.12, Changjiang Road, New District Wuxi Jiangsu 214028 CN DC-71-44 (hex) SAMSUNG ELECTRO MECHANICS CO., LTD. DC7144 (base 16) SAMSUNG ELECTRO MECHANICS CO., LTD. 314, Maetan3-Dong, Yeongtong-Gu Suwon 443-743 US 98-0C-82 (hex) SAMSUNG ELECTRO MECHANICS CO., LTD. 980C82 (base 16) SAMSUNG ELECTRO MECHANICS CO., LTD. Metan Dong 314, Youngtong Gu Suwon Kyung-gi Do. 443-743 KR A0-0B-BA (hex) SAMSUNG ELECTRO MECHANICS CO., LTD. A00BBA (base 16) SAMSUNG ELECTRO MECHANICS CO., LTD. Suwon-Si, Gyeonggi_Do, Korea Suwon Gyeonggi_Do 443-743 KR 60-6B-BD (hex) Samsung Electronics Co.,Ltd 606BBD (base 16) Samsung Electronics Co.,Ltd 416, Maetan-3dong, Yeongtong-gu Suwon-si Gyeonggi-do 443742 KR 00-21-4C (hex) Samsung Electronics Co.,Ltd 00214C (base 16) Samsung Electronics Co.,Ltd 416, METAN-3DONG, SUWON KYUNGKI-DO 442-742 KR 08-C6-B3 (hex) QTECH LLC 08C6B3 (base 16) QTECH LLC Novozavodskaya st. 18 build. 1 Moscow Moscow region 121309 RU 00-18-AF (hex) Samsung Electronics Co.,Ltd 0018AF (base 16) Samsung Electronics Co.,Ltd #94-1 Gumi-City Gyeong-Buk 730-350 KR 00-1E-E1 (hex) Samsung Electronics Co.,Ltd 001EE1 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-16-6B (hex) Samsung Electronics Co.,Ltd 00166B (base 16) Samsung Electronics Co.,Ltd 416,Maetan-3Dong,Yeongtong-Gu Suwon-City Kyeonggi-Do 443-742 KR 00-00-F0 (hex) Samsung Electronics Co.,Ltd 0000F0 (base 16) Samsung Electronics Co.,Ltd 416, MAETAN-3DONG, PALDAL-GU kwon 442-742 KR 8C-C8-CD (hex) Samsung Electronics Co.,Ltd 8CC8CD (base 16) Samsung Electronics Co.,Ltd 416, Maetan-3dong, Yeongtong-gu Suwon Gyeonggi-do 443742 KR A8-F2-74 (hex) Samsung Electronics Co.,Ltd A8F274 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR D4-87-D8 (hex) Samsung Electronics Co.,Ltd D487D8 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 18-46-17 (hex) Samsung Electronics Co.,Ltd 184617 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 38-0A-94 (hex) Samsung Electronics Co.,Ltd 380A94 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR D0-DF-C7 (hex) Samsung Electronics Co.,Ltd D0DFC7 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR D0-C1-B1 (hex) Samsung Electronics Co.,Ltd D0C1B1 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 80-18-A7 (hex) Samsung Electronics Co.,Ltd 8018A7 (base 16) Samsung Electronics Co.,Ltd 416, Maetan 3dong, Yeongtong-Gu Suwon Gyeonggi-Do 443742 KR F4-7B-5E (hex) Samsung Electronics Co.,Ltd F47B5E (base 16) Samsung Electronics Co.,Ltd 416, Maetan 3dong, Yeongtong-Gu Suwon Gyeonggi-Do 443742 KR 70-F9-27 (hex) Samsung Electronics Co.,Ltd 70F927 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 34-E7-1C (hex) Shenzhen YOUHUA Technology Co., Ltd 34E71C (base 16) Shenzhen YOUHUA Technology Co., Ltd Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN 88-6A-B1 (hex) vivo Mobile Communication Co., Ltd. 886AB1 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 6C-1E-90 (hex) Hansol Technics Co., Ltd. 6C1E90 (base 16) Hansol Technics Co., Ltd. 55, Hansam-ro, Deoksan-Myeon Jincheon-Gun Chungbuk 27850 KR 00-5A-13 (hex) HUAWEI TECHNOLOGIES CO.,LTD 005A13 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN C4-50-06 (hex) Samsung Electronics Co.,Ltd C45006 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 88-32-9B (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) 88329B (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak Bangpakong 24180 US 14-49-E0 (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) 1449E0 (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak Bangpakong 24180 US D0-25-44 (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) D02544 (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak Bangpakong Chachoengsao 24180 TH BC-44-86 (hex) Samsung Electronics Co.,Ltd BC4486 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 20-D3-90 (hex) Samsung Electronics Co.,Ltd 20D390 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 94-01-C2 (hex) Samsung Electronics Co.,Ltd 9401C2 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 50-FC-9F (hex) Samsung Electronics Co.,Ltd 50FC9F (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 38-0B-40 (hex) Samsung Electronics Co.,Ltd 380B40 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR B8-FF-61 (hex) Apple, Inc. B8FF61 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 94-61-24 (hex) Pason Systems 946124 (base 16) Pason Systems 6130 - 3rd Street S.E. Calgary Alberta T2H1K4 CA F0-72-8C (hex) Samsung Electronics Co.,Ltd F0728C (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 34-AA-8B (hex) Samsung Electronics Co.,Ltd 34AA8B (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 24-DB-ED (hex) Samsung Electronics Co.,Ltd 24DBED (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR C8-DE-51 (hex) IntegraOptics C8DE51 (base 16) IntegraOptics 745 Albany Shaker Rd Latham NY 12110 US 98-F0-58 (hex) Lynxspring, Incl. 98F058 (base 16) Lynxspring, Incl. 1210 NE Windsor Drive Lees Summit MO 64086 US 68-C4-4D (hex) Motorola Mobility LLC, a Lenovo Company 68C44D (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US 40-0D-10 (hex) ARRIS Group, Inc. 400D10 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 94-3D-C9 (hex) Asahi Net, Inc. 943DC9 (base 16) Asahi Net, Inc. Ginza 4-12-15 Chuo-ku Tokyo 104-0061 JP 44-04-44 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 440444 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 00-17-7E (hex) Meshcom Technologies Inc. 00177E (base 16) Meshcom Technologies Inc. Meritullinkatu 1 C Helsinki 00170 FI A0-04-60 (hex) NETGEAR A00460 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 98-84-E3 (hex) Texas Instruments 9884E3 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 38-D2-69 (hex) Texas Instruments 38D269 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US C8-FD-19 (hex) Texas Instruments C8FD19 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 50-8C-B1 (hex) Texas Instruments 508CB1 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US C4-F5-A5 (hex) Kumalift Co., Ltd. C4F5A5 (base 16) Kumalift Co., Ltd. 7-2-6 Saito-Asagi Ibaraki Osaka 567-0085 JP 70-B1-4E (hex) ARRIS Group, Inc. 70B14E (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 30-44-87 (hex) Hefei Radio Communication Technology Co., Ltd 304487 (base 16) Hefei Radio Communication Technology Co., Ltd No.108, YinXing Road, High-tech Development Zone Hefei Anhui 230088 CN 2C-9D-1E (hex) HUAWEI TECHNOLOGIES CO.,LTD 2C9D1E (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-81-C4 (hex) Cisco Systems, Inc 0081C4 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 58-E8-76 (hex) IEEE Registration Authority 58E876 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US D0-37-42 (hex) Yulong Computer Telecommunication Scientific (Shenzhen) Co.,Ltd D03742 (base 16) Yulong Computer Telecommunication Scientific (Shenzhen) Co.,Ltd Coolpad Information Harbor, 2nd Mengxi road, Hi-Tech Industrial Park(North), Nanshan District Shenzhen Guangdong 518057 CN 00-17-65 (hex) Nortel Networks 001765 (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-15-E8 (hex) Nortel Networks 0015E8 (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-15-9B (hex) Nortel Networks 00159B (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-0F-06 (hex) Nortel Networks 000F06 (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 84-B5-41 (hex) Samsung Electronics Co.,Ltd 84B541 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-6F-64 (hex) Samsung Electronics Co.,Ltd 006F64 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR DC-66-72 (hex) Samsung Electronics Co.,Ltd DC6672 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR EC-8E-B5 (hex) Hewlett Packard EC8EB5 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston TX 77070 US 70-AF-6A (hex) SHENZHEN FENGLIAN TECHNOLOGY CO., LTD. 70AF6A (base 16) SHENZHEN FENGLIAN TECHNOLOGY CO., LTD. ORIENTAL CYBERPORT, HIGHTECH 6 ROAD SHENZHEN GUANGDONG 518057 CN 20-F5-43 (hex) Hui Zhou Gaoshengda Technology Co.,LTD 20F543 (base 16) Hui Zhou Gaoshengda Technology Co.,LTD No.75,Zhongkai High-Tech Development District,Huizhou Hui Zhou Guangdong 516006 CN E0-DD-C0 (hex) vivo Mobile Communication Co., Ltd. E0DDC0 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 00-16-4D (hex) Alcatel-Lucent IPD 00164D (base 16) Alcatel-Lucent IPD 701 E. Middlefield RD. Mountain View CA 94043 US 00-1A-F0 (hex) Alcatel-Lucent IPD 001AF0 (base 16) Alcatel-Lucent IPD 701 E. Middlefield Rd. Mountain View CA 94943 US 38-52-1A (hex) Nokia 38521A (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 00-1E-40 (hex) Shanghai DareGlobal Technologies Co.,Ltd 001E40 (base 16) Shanghai DareGlobal Technologies Co.,Ltd 22F, lnfo Tech Building, NO.1555 Kongjiang Road, Shanghai 200092 CN 94-D7-23 (hex) Shanghai DareGlobal Technologies Co.,Ltd 94D723 (base 16) Shanghai DareGlobal Technologies Co.,Ltd 22F Info-Tech Building Shanghai 200092 CN C4-04-7B (hex) Shenzhen YOUHUA Technology Co., Ltd C4047B (base 16) Shenzhen YOUHUA Technology Co., Ltd Shenzhen University-town Business Park,Lishan Road,Taoyuan Street Shenzhen Guangdong 518055 CN 20-F4-1B (hex) Shenzhen Bilian electronic CO.,LTD 20F41B (base 16) Shenzhen Bilian electronic CO.,LTD NO 268, Fuqian Rd,Jutang Community,Guanlan town, ShenZhen Guangdong 518110 CN FC-FA-F7 (hex) Shanghai Baud Data Communication Co.,Ltd. FCFAF7 (base 16) Shanghai Baud Data Communication Co.,Ltd. NO.123 JULI RD SHANGHAI 201203 CN D8-26-B9 (hex) Guangdong Coagent Electronics S&T Co.,Ltd. D826B9 (base 16) Guangdong Coagent Electronics S&T Co.,Ltd. Section C,Xi Nan Industrial Zone Sanshui Foshan Guangdong 528133 CN AC-9C-E4 (hex) Alcatel-Lucent Shanghai Bell Co., Ltd AC9CE4 (base 16) Alcatel-Lucent Shanghai Bell Co., Ltd No. 389, Ningqiao Road, Pudong Jinqiao Shanghai 201206 CN 00-23-3E (hex) Alcatel-Lucent IPD 00233E (base 16) Alcatel-Lucent IPD 701 E. Middlefield Rd. Mountain View CA 94043 US 6C-BE-E9 (hex) Alcatel-Lucent IPD 6CBEE9 (base 16) Alcatel-Lucent IPD 701 E. Middlefield Rd. Mountain View CA 94043 US 00-15-40 (hex) Nortel Networks 001540 (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-1E-CA (hex) Nortel Networks 001ECA (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-13-0A (hex) Nortel Networks 00130A (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-1F-0A (hex) Nortel Networks 001F0A (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA F8-E6-1A (hex) Samsung Electronics Co.,Ltd F8E61A (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR A0-91-C8 (hex) zte corporation A091C8 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 6C-A8-58 (hex) Fiberhome Telecommunication Technologies Co.,LTD 6CA858 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN CC-2D-8C (hex) LG ELECTRONICS INC CC2D8C (base 16) LG ELECTRONICS INC 19-1,Cheongho-Ri,Jinwi-Myeon Pyeongtaek Gyeonggi-Do 451-713 KR 98-D6-F7 (hex) LG Electronics (Mobile Communications) 98D6F7 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 70-05-14 (hex) LG Electronics (Mobile Communications) 700514 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR E8-92-A4 (hex) LG Electronics (Mobile Communications) E892A4 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 10-68-3F (hex) LG Electronics (Mobile Communications) 10683F (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 40-B0-FA (hex) LG Electronics (Mobile Communications) 40B0FA (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 00-25-E5 (hex) LG Electronics (Mobile Communications) 0025E5 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 00-21-FB (hex) LG Electronics (Mobile Communications) 0021FB (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 34-FC-EF (hex) LG Electronics (Mobile Communications) 34FCEF (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR BC-F5-AC (hex) LG Electronics (Mobile Communications) BCF5AC (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR A8-4E-3F (hex) Hitron Technologies. Inc A84E3F (base 16) Hitron Technologies. Inc No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW 0C-48-85 (hex) LG Electronics (Mobile Communications) 0C4885 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 00-22-A9 (hex) LG Electronics (Mobile Communications) 0022A9 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 2C-6A-6F (hex) IEEE Registration Authority 2C6A6F (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 08-D8-33 (hex) Shenzhen RF Technology Co., Ltd 08D833 (base 16) Shenzhen RF Technology Co., Ltd 5/F,Building 4 ,Baokun science and Technology Industrial Park,Dalang Street,Baoan District,Shenzhen,China Shenzhen Guangdong 518109 CN A4-60-32 (hex) MRV Communications (Networks) LTD A46032 (base 16) MRV Communications (Networks) LTD Hayetzira 6 Yokneam Yokneam 20692 IL 40-66-7A (hex) mediola - connected living AG 40667A (base 16) mediola - connected living AG Nobelring 26 Frankfurt am Main Hessen 60598 DE 68-A0-F6 (hex) HUAWEI TECHNOLOGIES CO.,LTD 68A0F6 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-0E-5C (hex) ARRIS Group, Inc. 000E5C (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 84-5D-D7 (hex) Shenzhen Netcom Electronics Co.,Ltd 845DD7 (base 16) Shenzhen Netcom Electronics Co.,Ltd 8/F,1 Building,Finance Base,No.8,Kefa Road,High-Tech Park Shenzhen Guangdong 518057 CN 00-B0-64 (hex) Cisco Systems, Inc 00B064 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 9C-2A-83 (hex) Samsung Electronics Co.,Ltd 9C2A83 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR C8-02-10 (hex) LG Innotek C80210 (base 16) LG Innotek Jangduk-dong 978-1 Gwang-ju Gwangsan-gu 506-731 KR A0-39-F7 (hex) LG Electronics (Mobile Communications) A039F7 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 1C-CA-E3 (hex) IEEE Registration Authority 1CCAE3 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US E4-95-6E (hex) IEEE Registration Authority E4956E (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US B4-37-D1 (hex) IEEE Registration Authority B437D1 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 00-55-DA (hex) IEEE Registration Authority 0055DA (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 78-C2-C0 (hex) IEEE Registration Authority 78C2C0 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 00-0E-E8 (hex) Zioncom Electronics (Shenzhen) Ltd. 000EE8 (base 16) Zioncom Electronics (Shenzhen) Ltd. West wing 5/F ., Block 1, GaoXin South Ring Rd/Keji South Rd, Shenzhen Guangdong 518057 CN 00-C0-95 (hex) ZNYX Networks, Inc. 00C095 (base 16) ZNYX Networks, Inc. 48421 Milmont Drive Fremont CA 94538 US 00-20-25 (hex) CONTROL TECHNOLOGY, INC. 002025 (base 16) CONTROL TECHNOLOGY, INC. 5734 MIDDLEBROOK PIKE KNOXVILLE TN 37921 US 00-1A-6B (hex) Universal Global Scientific Industrial Co., Ltd. 001A6B (base 16) Universal Global Scientific Industrial Co., Ltd. 141, LANE 351,SEC.1, TAIPING RD. TSAOTUEN, NANTOU 54261 TW 00-16-41 (hex) Universal Global Scientific Industrial Co., Ltd. 001641 (base 16) Universal Global Scientific Industrial Co., Ltd. 141, LANE 351,SEC.1, TAIPING RD. TSAOTUEN, NANTOU 54261 TW 00-10-C6 (hex) Universal Global Scientific Industrial Co., Ltd. 0010C6 (base 16) Universal Global Scientific Industrial Co., Ltd. 141, LANE 351,SEC.1, TAIPING RD. TSAOTUEN, NANTOU 54261 TW 00-24-7E (hex) Universal Global Scientific Industrial Co., Ltd. 00247E (base 16) Universal Global Scientific Industrial Co., Ltd. 141, LANE 351,SEC.1, TAIPING RD. nantou NANTOU 54261 TW 00-DD-0A (hex) UNGERMANN-BASS INC. 00DD0A (base 16) UNGERMANN-BASS INC. 3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US 68-35-63 (hex) SHENZHEN LIOWN ELECTRONICS CO.,LTD. 683563 (base 16) SHENZHEN LIOWN ELECTRONICS CO.,LTD. ROOM 301, NO.7, GONGYE 3RD ROAD SHEKOU, NANSHAN DISTRICT SHENZHEN 518054 CN 00-40-72 (hex) Applied Innovation Inc. 004072 (base 16) Applied Innovation Inc. 5800 Innovation Drive Dublin OH 43016-3271 US 00-19-38 (hex) UMB Communications Co., Ltd. 001938 (base 16) UMB Communications Co., Ltd. 1010, 5, ACE Techno Tower, 197-22, Guro-dong, Guro-gu Seoul 151-766 KR 44-39-C4 (hex) Universal Global Scientific Industrial Co., Ltd. 4439C4 (base 16) Universal Global Scientific Industrial Co., Ltd. 141,Lane351,Taiping Rd.Sec.1 nan tou 542 TW 40-2C-F4 (hex) Universal Global Scientific Industrial Co., Ltd. 402CF4 (base 16) Universal Global Scientific Industrial Co., Ltd. 141, Lane 351, Taiping Rd. Sec. 1, Tsao Tuen, Nan-Tou Hsien, 542 TW 00-1E-37 (hex) Universal Global Scientific Industrial Co., Ltd. 001E37 (base 16) Universal Global Scientific Industrial Co., Ltd. 141, LANE 351,SEC.1, TAIPING RD. TSAOTUEN, NANTOU 54261 TW 1C-57-D8 (hex) Kraftway Corporation PLC 1C57D8 (base 16) Kraftway Corporation PLC 16, 3rd Mytischinskaya st. Moscow 129626 RU 00-23-18 (hex) Toshiba 002318 (base 16) Toshiba 2-9,Suehiro-Cho Ome Tokyo 1988710 JP B8-6B-23 (hex) Toshiba B86B23 (base 16) Toshiba 2-9,Suehiro-Cho Ome Tokyo 1988710 JP 00-08-F1 (hex) Voltaire 0008F1 (base 16) Voltaire 9 Hamenofim st. Herzelia 46725 IL 00-19-9D (hex) Vizio, Inc 00199D (base 16) Vizio, Inc 39 Tesla Irvine CA 92618 US 00-E0-8B (hex) QLogic Corporation 00E08B (base 16) QLogic Corporation 26600 Laguna Hills Dr. Aliso Viejo CA 92656 US D8-EB-97 (hex) TRENDnet, Inc. D8EB97 (base 16) TRENDnet, Inc. 20675 Manhattan Place Torrance CA 90501 US 00-1C-7E (hex) Toshiba 001C7E (base 16) Toshiba 2-9,Suehiro-Cho Ome 1988710 JP 00-25-17 (hex) Venntis, LLC 002517 (base 16) Venntis, LLC 11301 James Street Holland MI 49424 US 00-60-0F (hex) Westell Technologies Inc. 00600F (base 16) Westell Technologies Inc. 750 N Commons Dr Aurora IL 60504 US 00-18-3A (hex) Westell Technologies Inc. 00183A (base 16) Westell Technologies Inc. 750 N Commons Dr Aurora IL 60504 US 60-02-B4 (hex) Wistron Neweb Corporation 6002B4 (base 16) Wistron Neweb Corporation No.20 Park Avenue II Hsinchu 308 TW 94-DF-4E (hex) Wistron InfoComm(Kunshan)Co.,Ltd. 94DF4E (base 16) Wistron InfoComm(Kunshan)Co.,Ltd. 168# First Avence,Kunshan Export Processing Zone ,China Kunsha JiangSu 215300 CN 98-EE-CB (hex) Wistron Infocomm (Zhongshan) Corporation 98EECB (base 16) Wistron Infocomm (Zhongshan) Corporation No.38,East Keji Road,Zhongshan Torch Development Zone,Zhongshan City,Guangdong,China Zhongshan Guangdong 528437 CN 64-3A-B1 (hex) SICHUAN TIANYI COMHEART TELECOMCO.,LTD 643AB1 (base 16) SICHUAN TIANYI COMHEART TELECOMCO.,LTD FL12,TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu, Sichuan Chengdu Sichuan 610000 CN 00-1B-FE (hex) Zavio Inc. 001BFE (base 16) Zavio Inc. No.1,Lising 1st Rd. Science Based Industrial Park, Hsinchu 300 TW 54-10-EC (hex) Microchip Technology Inc. 5410EC (base 16) Microchip Technology Inc. 2355 W. Chandler Blvd. Chandler AZ 85224 US 00-04-A3 (hex) Microchip Technology Inc. 0004A3 (base 16) Microchip Technology Inc. 2355 W. Chandler Blvd. Chandler AZ 85224 US 78-9C-E7 (hex) Shenzhen Aikede Technology Co., Ltd 789CE7 (base 16) Shenzhen Aikede Technology Co., Ltd Room 9B,Block B,Neptunus Mansion, Shenzhen Guangdong 518000 CN 50-9F-3B (hex) OI ELECTRIC CO.,LTD 509F3B (base 16) OI ELECTRIC CO.,LTD 7-3-16 KIKUNA YOKOHAMA KANAGAWA-KEN 222-0011 JP 44-6E-E5 (hex) HUAWEI TECHNOLOGIES CO.,LTD 446EE5 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 88-F7-C7 (hex) Technicolor CH USA Inc. 88F7C7 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 80-48-A5 (hex) SICHUAN TIANYI COMHEART TELECOMCO.,LTD 8048A5 (base 16) SICHUAN TIANYI COMHEART TELECOMCO.,LTD FL12,TowerB,TianYi International Hotel Chengdu Sichuan 61000 CN 68-3E-34 (hex) MEIZU Technology Co., Ltd. 683E34 (base 16) MEIZU Technology Co., Ltd. MEIZU Tech Bldg., Technology & Innovation Coast Zhuhai Guangdong 519085 CN C8-77-8B (hex) Mercury Systems – Trusted Mission Solutions, Inc. C8778B (base 16) Mercury Systems – Trusted Mission Solutions, Inc. 47200 Bayside Pkwy Fremont CA 94538 US 00-04-4B (hex) NVIDIA 00044B (base 16) NVIDIA 3535 Monroe St. Santa Clara CA 95051 US AC-9B-0A (hex) Sony Corporation AC9B0A (base 16) Sony Corporation 1-7-1 Konan Minato-ku Tokyo 108-0075 JP 10-4F-A8 (hex) Sony Corporation 104FA8 (base 16) Sony Corporation 1-7-1 Konan Minato-ku Tokyo 108-0075 JP 00-0B-6B (hex) Wistron Neweb Corporation 000B6B (base 16) Wistron Neweb Corporation No. 10-1, Li-Hsin Road I, Science-based Hsinchu 300 TW AC-04-0B (hex) Peloton Interactive, Inc AC040B (base 16) Peloton Interactive, Inc 158 W 27th St, 4th Fl New York NY 10001 US 48-FC-B6 (hex) LAVA INTERNATIONAL(H.K) LIMITED 48FCB6 (base 16) LAVA INTERNATIONAL(H.K) LIMITED UNIT L 1/F MAU LAM COMM BLDG 16-18 MAU LAM ST, JORDAN KL, HK Hong kong 999077 CN B0-E2-35 (hex) Xiaomi Communications Co Ltd B0E235 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 40-C7-29 (hex) Sagemcom Broadband SAS 40C729 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 14-C9-13 (hex) LG Electronics 14C913 (base 16) LG Electronics 222 LG-ro, JINWI-MYEON Pyeongtaek-si Gyeonggi-do 451-713 KR F8-A0-97 (hex) ARRIS Group, Inc. F8A097 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US FC-23-25 (hex) EosTek (Shenzhen) Co., Ltd. FC2325 (base 16) EosTek (Shenzhen) Co., Ltd. Room 306, Complex Building Tsinghua High-Tech Park Shenzhen Guangdong 518057 CN FC-3D-93 (hex) LONGCHEER TELECOMMUNICATION LIMITED FC3D93 (base 16) LONGCHEER TELECOMMUNICATION LIMITED Building 1,No.401,Caobao Rd Shanghai Xuhui District 200233 CN D8-E0-B8 (hex) BULAT LLC D8E0B8 (base 16) BULAT LLC Zagorievsiy proezd 1, room 7 Moscow 115547 RU 60-31-97 (hex) Zyxel Communications Corporation 603197 (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW C0-C9-76 (hex) Shenzhen TINNO Mobile Technology Corp. C0C976 (base 16) Shenzhen TINNO Mobile Technology Corp. 4/F, H-3 Building, Qiao Cheng Eastern Industrial Park, Overseas Chinese Town, Shenzhen Shenzhen guangdong 518053 CN 58-8B-F3 (hex) Zyxel Communications Corporation 588BF3 (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW 50-67-F0 (hex) Zyxel Communications Corporation 5067F0 (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW 00-13-49 (hex) Zyxel Communications Corporation 001349 (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW E0-98-61 (hex) Motorola Mobility LLC, a Lenovo Company E09861 (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US 9C-8E-CD (hex) Amcrest Technologies 9C8ECD (base 16) Amcrest Technologies 16727 Park Row Houston TX 77084 US A0-09-ED (hex) Avaya Inc A009ED (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 00-14-B4 (hex) General Dynamics United Kingdom Ltd 0014B4 (base 16) General Dynamics United Kingdom Ltd Castleham Road St Leonards on Sea East Sussex TN38 9NJ GB A0-B4-37 (hex) GD Mission Systems A0B437 (base 16) GD Mission Systems 8220 EAST ROOSEVELT ST R2121 SCOTTSDALE AZ 85257 US 8C-6D-50 (hex) SHENZHEN MTC CO LTD 8C6D50 (base 16) SHENZHEN MTC CO LTD 5th Floor, 3rd Building, SHENZHEN MTC Industrial Park, XiaLilang Rd, Nanwan Street, Long’gang District Shenzhen Guangdong 518100 CN 00-F6-63 (hex) Cisco Systems, Inc 00F663 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US A0-60-90 (hex) Samsung Electronics Co.,Ltd A06090 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR BC-76-5E (hex) Samsung Electronics Co.,Ltd BC765E (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR E0-A8-B8 (hex) Le Shi Zhi Xin Electronic Technology (Tianjin) Limited E0A8B8 (base 16) Le Shi Zhi Xin Electronic Technology (Tianjin) Limited ,Le Shi Building, No.105 Yaojiayuan Road,Chaoyang District,Beijing,China beijing beijing 100025 CN F4-5B-73 (hex) Wanjiaan Interconnected Technology Co., Ltd F45B73 (base 16) Wanjiaan Interconnected Technology Co., Ltd 2nd Floor,Incubation Building, Science Development Institute of China, High-tech South 1st Street, Nanshan District Shenzhen Guangdong 518040 CN B8-81-98 (hex) Intel Corporate B88198 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY B0-D7-CC (hex) Tridonic GmbH & Co KG B0D7CC (base 16) Tridonic GmbH & Co KG Färbergasse 15 Dornbirn Vorarlberg 6851 AT 2C-DD-A3 (hex) Point Grey Research Inc. 2CDDA3 (base 16) Point Grey Research Inc. 305-1847 West Broadway Vancouver British Columbia V6J 1Y6 CA 00-80-9F (hex) ALE International 00809F (base 16) ALE International 32 avenue Kléber Colombes 92700 FR 48-C6-63 (hex) GTO Access Systems LLC 48C663 (base 16) GTO Access Systems LLC 3121 Hartsfield Road Tallahassee FL 32303 US 00-5F-86 (hex) Cisco Systems, Inc 005F86 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 38-1D-D9 (hex) FN-LINK TECHNOLOGY LIMITED 381DD9 (base 16) FN-LINK TECHNOLOGY LIMITED A Building,HuiXin industial park,No 31, YongHe road, Fuyong town, Bao'an District SHENZHEN GUANGDONG 518100 CN 1C-B9-C4 (hex) Ruckus Wireless 1CB9C4 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 8C-59-C3 (hex) ADB Italia 8C59C3 (base 16) ADB Italia Viale Sarca 222 Milan Italy 20126 IT B8-24-F0 (hex) SOYO Technology Development Co., Ltd. B824F0 (base 16) SOYO Technology Development Co., Ltd. 4F, 9Bldg, Longbi Industry Zone, Longgang Dist, Shenzhen City, Guangdong Pro, China Shenzhen City Guangdong Pro 518129 CN D8-5B-2A (hex) Samsung Electronics Co.,Ltd D85B2A (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR FC-A8-9A (hex) Sunitec Enterprise Co.,Ltd FCA89A (base 16) Sunitec Enterprise Co.,Ltd 3F.,No.98-1,Mincyuan Rd.Sindian City Taipei County 231 231141 CN 1C-7B-23 (hex) Qingdao Hisense Communications Co.,Ltd. 1C7B23 (base 16) Qingdao Hisense Communications Co.,Ltd. Qianwangang Road 218 Qingdao Shandong 266510 CN 00-0B-DE (hex) TELDIX GmbH 000BDE (base 16) TELDIX GmbH Grenzhoefer Weg 36 Heidelberg 69123 DE CC-D3-1E (hex) IEEE Registration Authority CCD31E (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 34-B3-54 (hex) HUAWEI TECHNOLOGIES CO.,LTD 34B354 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 1C-6E-76 (hex) Quarion Technology Inc 1C6E76 (base 16) Quarion Technology Inc 3248 Commerce Drive Newburgh IN 47630 US 90-C1-C6 (hex) Apple, Inc. 90C1C6 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 6C-0E-E6 (hex) Chengdu Xiyida Electronic Technology Co,.Ltd 6C0EE6 (base 16) Chengdu Xiyida Electronic Technology Co,.Ltd Room 408,Building A,No.33 Wuqing South Road,Wuhou District Chengdu Sichuan 610000 CN CC-50-0A (hex) Fiberhome Telecommunication Technologies Co.,LTD CC500A (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN D0-46-DC (hex) Southwest Research Institute D046DC (base 16) Southwest Research Institute 6220 Culebra Road San Antonio Texas 78238 US 70-A2-B3 (hex) Apple, Inc. 70A2B3 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F4-0F-24 (hex) Apple, Inc. F40F24 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 4C-57-CA (hex) Apple, Inc. 4C57CA (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-07-63 (hex) Sunniwell Cyber Tech. Co., Ltd. 000763 (base 16) Sunniwell Cyber Tech. Co., Ltd. 17th Floor Haitai Building #229 Beijing 100083 CN 00-62-EC (hex) Cisco Systems, Inc 0062EC (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US CC-16-7E (hex) Cisco Systems, Inc CC167E (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US C4-6A-B7 (hex) Xiaomi Communications Co Ltd C46AB7 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 00-0A-ED (hex) HARTING Electronics GmbH 000AED (base 16) HARTING Electronics GmbH Wilhelm Harting Str.1 Espelkamp NRW/OWL 32339 DE 24-0A-11 (hex) TCT mobile ltd 240A11 (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN D8-E5-6D (hex) TCT mobile ltd D8E56D (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN 54-05-93 (hex) WOORI ELEC Co.,Ltd 540593 (base 16) WOORI ELEC Co.,Ltd #1401~03, #1411~12, Bucheon Deawoo Techno Park, D-Dong, 261,Doyak-Ro, Wonmi-Gu,Bucheon-Si Gyeonggi-Do 14523 KR C0-2F-F1 (hex) Volta Networks C02FF1 (base 16) Volta Networks 109 Kingston St, 3rd Floor Boston MA 02111 US E8-A7-F2 (hex) sTraffic E8A7F2 (base 16) sTraffic 4th Fl., KTNET Building, 338 Pangyoro, Bundang-gu Seongnam Gyeonggi-do 13493 KR 00-1F-20 (hex) Logitech Europe SA 001F20 (base 16) Logitech Europe SA EPFL - Quartier de l'Innovation Lausanne CH 1015 CH 74-1F-4A (hex) Hangzhou H3C Technologies Co., Limited 741F4A (base 16) Hangzhou H3C Technologies Co., Limited 466 Changhe Road, Binjiang District, Hangzhou Zhejiang, P.R.China 310052 CN E4-1D-2D (hex) Mellanox Technologies, Inc. E41D2D (base 16) Mellanox Technologies, Inc. 350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US 0C-DA-41 (hex) Hangzhou H3C Technologies Co., Limited 0CDA41 (base 16) Hangzhou H3C Technologies Co., Limited 310 Liuhe Road, Zhijiang Science Park Hangzhou Zhejiang, 310053 CN 74-25-8A (hex) Hangzhou H3C Technologies Co., Limited 74258A (base 16) Hangzhou H3C Technologies Co., Limited 310 Liuhe Road, Zhijiang Science Park Hangzhou Zhejiang, 310053 CN A0-B6-62 (hex) Acutvista Innovation Co., Ltd. A0B662 (base 16) Acutvista Innovation Co., Ltd. 2F-1, No. 20 Alley 1, Lane 768, Sec. 4 Taipei City 11577 TW E4-2F-56 (hex) OptoMET GmbH E42F56 (base 16) OptoMET GmbH Pfungstaedter Str. 92 Darmstadt 64297 DE F8-DA-0C (hex) Hon Hai Precision Ind. Co.,Ltd. F8DA0C (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 1C-1B-0D (hex) GIGA-BYTE TECHNOLOGY CO.,LTD. 1C1B0D (base 16) GIGA-BYTE TECHNOLOGY CO.,LTD. Pin-Jen City, Taoyuan, Taiwan, R.O.C. Pin-Jen Taoyuan 324 TW 48-E9-F1 (hex) Apple, Inc. 48E9F1 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 90-38-09 (hex) Ericsson AB 903809 (base 16) Ericsson AB Torshamnsgatan 36 Stockholm SE-164 80 SE 00-A0-06 (hex) IMAGE DATA PROCESSING SYSTEM GROUP 00A006 (base 16) IMAGE DATA PROCESSING SYSTEM GROUP SHINTOYOFUTA 2-1 KASHIWA-CITY, CHIBA 277 JP C8-3F-26 (hex) Microsoft Corporation C83F26 (base 16) Microsoft Corporation One Microsoft Way REDMOND WA 98052 US 34-97-F6 (hex) ASUSTek COMPUTER INC. 3497F6 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 50-68-0A (hex) HUAWEI TECHNOLOGIES CO.,LTD 50680A (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-22-38 (hex) LOGIPLUS 002238 (base 16) LOGIPLUS 1, RUE CLEMENT ADER GOSSELIES HAINAUT B-6041 BE 00-0C-49 (hex) Dangaard Telecom Denmark A/S 000C49 (base 16) Dangaard Telecom Denmark A/S Industrivej 1 Padborg DK-6330 DK 00-08-B9 (hex) Kaonmedia CO., LTD. 0008B9 (base 16) Kaonmedia CO., LTD. #113 Imae 1-Dong, Bundang-Gu Sungnam-City Kyungki-Do 463-829 KR 60-B3-87 (hex) Synergics Technologies GmbH 60B387 (base 16) Synergics Technologies GmbH Hummelgasse 74-76/19 Vienna Austria 1130 AT A4-D8-CA (hex) HONG KONG WATER WORLD TECHNOLOGY CO. LIMITED A4D8CA (base 16) HONG KONG WATER WORLD TECHNOLOGY CO. LIMITED RM B-C, 24/F, GOLDEN BEAR INDUSTRIAL CENTRE, 66-82 CHAI WAN KOK STREET,TSUEN WAN. N.T. Hong Kong 999077 HK 80-19-FE (hex) JianLing Technology CO., LTD 8019FE (base 16) JianLing Technology CO., LTD No. 383-1, Sec. 2, Jinling Rd., Pingzhen Dist., Tao Yuan 324 TW 60-B4-F7 (hex) Plume Design Inc 60B4F7 (base 16) Plume Design Inc 200 California Ave Palo Alto CA 94306 US 48-7A-DA (hex) Hangzhou H3C Technologies Co., Limited 487ADA (base 16) Hangzhou H3C Technologies Co., Limited 466 Changhe Road, Binjiang District Hangzhou Zhejiang, P.R.China 310052 CN 00-1F-45 (hex) Enterasys 001F45 (base 16) Enterasys 50 Minuteman Road Andover MA 01810 US 00-1E-90 (hex) Elitegroup Computer Systems Co.,Ltd. 001E90 (base 16) Elitegroup Computer Systems Co.,Ltd. No.239, Sec. 2, Ti Ding Blvd Taipei 11493 TW 00-22-B1 (hex) Elbit Systems Ltd. 0022B1 (base 16) Elbit Systems Ltd. p.o.b. 539 Haifa 36925 IL 00-00-B4 (hex) Edimax Technology Co. Ltd. 0000B4 (base 16) Edimax Technology Co. Ltd. No. 278, Xinhu 1st Road Taipei City Neihu Dist 248 TW 00-16-8F (hex) GN Netcom A/S 00168F (base 16) GN Netcom A/S Metalbuen 66 Ballerup Skovlunde DK-2750 DK 00-0D-87 (hex) Elitegroup Computer Systems Co.,Ltd. 000D87 (base 16) Elitegroup Computer Systems Co.,Ltd. No.22, Alley 38, Lane 91, Sec. 1, Nei Hu Taipei 114 TW 10-78-D2 (hex) Elitegroup Computer Systems Co.,Ltd. 1078D2 (base 16) Elitegroup Computer Systems Co.,Ltd. NO. 239, Sec. 2, Ti Ding Blvd. Taipei Taiwan 11493 TW 00-21-97 (hex) Elitegroup Computer Systems Co.,Ltd. 002197 (base 16) Elitegroup Computer Systems Co.,Ltd. NO.239, Sec. 2, Ti Ding Blvd., Taipei 11493 TW E4-F3-F5 (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. E4F3F5 (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. 3/F, Building R1-B, High-Tech Industrial Park, Nanshan District Shenzhen Guangdong 518057 CN A0-8C-FD (hex) Hewlett Packard A08CFD (base 16) Hewlett Packard 11445 Compaq Center Drive Houston TX 77070 US 00-0E-03 (hex) Emulex Corporation 000E03 (base 16) Emulex Corporation 3333 Susan Street Costa Mesa CA 92626 US 00-CA-E5 (hex) Cisco Systems, Inc 00CAE5 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-42-68 (hex) Cisco Systems, Inc 004268 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 48-83-C7 (hex) Sagemcom Broadband SAS 4883C7 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 40-16-3B (hex) Samsung Electronics Co.,Ltd 40163B (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 44-65-0D (hex) Amazon Technologies Inc. 44650D (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US D4-F2-07 (hex) DIAODIAO(Beijing)Technology CO.,Ltd D4F207 (base 16) DIAODIAO(Beijing)Technology CO.,Ltd 48D Image Base, No 3 Guangqu Road, Chaoyang District, Beijing, China Beijing 100124 CN D4-AD-2D (hex) Fiberhome Telecommunication Technologies Co.,LTD D4AD2D (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan City Hubei Province 430074 CN F0-8C-FB (hex) Fiberhome Telecommunication Technologies Co.,LTD F08CFB (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan City Hubei Province 430074 CN 48-55-5F (hex) Fiberhome Telecommunication Technologies Co.,LTD 48555F (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan City Hubei Province 430074 CN FC-3F-7C (hex) HUAWEI TECHNOLOGIES CO.,LTD FC3F7C (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 38-4C-4F (hex) HUAWEI TECHNOLOGIES CO.,LTD 384C4F (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 0C-BF-3F (hex) Shenzhen Lencotion Technology Co.,Ltd 0CBF3F (base 16) Shenzhen Lencotion Technology Co.,Ltd LongGang,Buji Xia Shuijing,Hubei Baofeng Lndustrial Area,2/F,TowerB shenzhen Guangdong 518112 CN 50-FF-99 (hex) IEEE Registration Authority 50FF99 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 84-E3-23 (hex) Green Wave Telecommunication SDN BHD 84E323 (base 16) Green Wave Telecommunication SDN BHD 8, 12, 9 - Menara Mutiara, Bangsar, Jalan Liku, Off Jalan Bangsar Kuala Lumpur 59100 MY 70-5A-9E (hex) Technicolor CH USA Inc. 705A9E (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 04-A3-16 (hex) Texas Instruments 04A316 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 14-0C-5B (hex) PLNetworks 140C5B (base 16) PLNetworks B-613, Tancheonsang-ro 164(Sigma 2) Seongnam-si Bundang-gu, Gyeonggi-do 13631 KR 00-17-06 (hex) Techfaithwireless Communication Technology Limited. 001706 (base 16) Techfaithwireless Communication Technology Limited. 2/F M8 West No.1 Jiu Xian Qiao Dong Road, Beijing 100016 CN FC-08-4A (hex) FUJITSU LIMITED FC084A (base 16) FUJITSU LIMITED 403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP BC-98-89 (hex) Fiberhome Telecommunication Technologies Co.,LTD BC9889 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan City Hubei Province 430074 CN 24-61-5A (hex) China Mobile Group Device Co.,Ltd. 24615A (base 16) China Mobile Group Device Co.,Ltd. 32 Xuanwumen West Street,Xicheng District Beijing 100053 CN 40-5E-E1 (hex) Shenzhen H&T Intelligent Control Co.,Ltd. 405EE1 (base 16) Shenzhen H&T Intelligent Control Co.,Ltd. D-Zone,10/F,Shenzhen Academy of Aerospace Technology,Hi-Tech Park at Nanshan District,Shenzhen,China Shenzhen 518000 CN 00-25-78 (hex) JSC Concern Sozvezdie 002578 (base 16) JSC Concern Sozvezdie Plekhanovskaya st., 14 Voronezh 394018 RU 30-B4-9E (hex) TP-LINK TECHNOLOGIES CO.,LTD. 30B49E (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN C8-38-70 (hex) Samsung Electronics Co.,Ltd C83870 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 1C-55-3A (hex) QianGua Corp. 1C553A (base 16) QianGua Corp. Room 1106, block B,No.391,Gui Ping Road Xu Hui District ShangHai 200223 CN 34-E7-0B (hex) HAN Networks Co., Ltd 34E70B (base 16) HAN Networks Co., Ltd 5F,#37 Building,#8 Dongbeiwang Eest Road Haidian District Beijing 100193 CN 00-78-88 (hex) Cisco Systems, Inc 007888 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 90-03-25 (hex) HUAWEI TECHNOLOGIES CO.,LTD 900325 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 98-E7-F5 (hex) HUAWEI TECHNOLOGIES CO.,LTD 98E7F5 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 08-5B-DA (hex) CliniCare LTD 085BDA (base 16) CliniCare LTD HaSadna 11 Suite 207 Ra'anana 4365006 IL 1C-C0-35 (hex) PLANEX COMMUNICATIONS INC. 1CC035 (base 16) PLANEX COMMUNICATIONS INC. Planex Volta Bldg., 2-11-9 Ebisu-Nishi,Shibuya-ku,Tokyo 150-0021,Japan Tokyo Tokyo 150-0021 JP 34-54-3C (hex) TAKAOKA TOKO CO.,LTD. 34543C (base 16) TAKAOKA TOKO CO.,LTD. 8F,SIA TOYOSU PRIME SQUARE,5-6-36,Toyosu Koto-ku Tokyo 1350061 JP 18-66-DA (hex) Dell Inc. 1866DA (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 58-32-77 (hex) Reliance Communications LLC 583277 (base 16) Reliance Communications LLC 555 Wireless Blvd Hauppauge NY 11788 US 24-8A-07 (hex) Mellanox Technologies, Inc. 248A07 (base 16) Mellanox Technologies, Inc. 350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US 9C-9D-5D (hex) Raden Inc 9C9D5D (base 16) Raden Inc 15 Maiden Lane New York NY 10038 US DC-4D-23 (hex) MRV Comunications DC4D23 (base 16) MRV Comunications Hayetzira Yokneam 614 IL 00-23-B3 (hex) Lyyn AB 0023B3 (base 16) Lyyn AB IDEON Science Park Lund 223 70 SE 40-2E-28 (hex) MiXTelematics 402E28 (base 16) MiXTelematics Blaauwklip Office Park 2 Stellenbosch Cape Province 7600 ZA 6C-8F-B5 (hex) Microsoft Mobile Oy 6C8FB5 (base 16) Microsoft Mobile Oy Keilalahdentie 4 Espoo 02150 FI 00-8E-73 (hex) Cisco Systems, Inc 008E73 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-15-C1 (hex) Sony Interactive Entertainment Inc. 0015C1 (base 16) Sony Interactive Entertainment Inc. 1-7-1 Konan Minato-ku Tokyo 108-0075 JP A0-9D-91 (hex) SoundBridge A09D91 (base 16) SoundBridge #810, IT Convergence Industrial Bldg. 47, Gyeongdae-ro 17-Gil, Buk-gu, Daegu 41566 KR 40-B6-88 (hex) LEGIC Identsystems AG 40B688 (base 16) LEGIC Identsystems AG Binzackerstrasse 41 Wetzikon 8620 CH 9C-D4-8B (hex) Innolux Technology Europe BV 9CD48B (base 16) Innolux Technology Europe BV Stationstraat 39G Heerlen 6411NK NL 90-A6-2F (hex) NAVER 90A62F (base 16) NAVER NAVER Green Factory, 6, Buljeong-ro, Bundang-gu Seongnam-si Gyeonggi-do 463-867 KR C0-C5-22 (hex) ARRIS Group, Inc. C0C522 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 1C-9E-46 (hex) Apple, Inc. 1C9E46 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C4-E5-10 (hex) Mechatro, Inc. C4E510 (base 16) Mechatro, Inc. 169-28, Gasan Digital 2-ro, Geumcheon-Gu Seoul 08500 KR 18-A6-F7 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 18A6F7 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 00-35-1A (hex) Cisco Systems, Inc 00351A (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-AF-1F (hex) Cisco Systems, Inc 00AF1F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 80-38-96 (hex) SHARP Corporation 803896 (base 16) SHARP Corporation 1 Takumi-cho, Sakai-ku Sakai City Osaka 590-8522 JP 00-60-EC (hex) HERMARY OPTO ELECTRONICS INC. 0060EC (base 16) HERMARY OPTO ELECTRONICS INC. 201-4050 GRAVELEY ST BURNABY, BC V5C-3T6 CA C0-CC-F8 (hex) Apple, Inc. C0CCF8 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 9C-4F-DA (hex) Apple, Inc. 9C4FDA (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 84-89-AD (hex) Apple, Inc. 8489AD (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US AC-3A-7A (hex) Roku, Inc. AC3A7A (base 16) Roku, Inc. 12980 Saratoga Ave Saratoga 95070 US B8-3E-59 (hex) Roku, Inc. B83E59 (base 16) Roku, Inc. 12980 Saratoga Ave. Saratoga CA 95070 US DC-3A-5E (hex) Roku, Inc. DC3A5E (base 16) Roku, Inc. 12980 Saratoga Ave. Saratoga CA 95070 US 00-1A-73 (hex) Gemtek Technology Co., Ltd. 001A73 (base 16) Gemtek Technology Co., Ltd. No. 1 Jen Ai Road, Hsinchu Industrial Park, Hukou, Hsinchu 303 TW 00-90-4B (hex) Gemtek Technology Co., Ltd. 00904B (base 16) Gemtek Technology Co., Ltd. No. 1 Jen Ai Road, Hukou, Hsinchu, Taiwan 30352 TW 00-1A-7F (hex) GCI Science & Technology Co.,LTD 001A7F (base 16) GCI Science & Technology Co.,LTD No.381, Xingangzhong Road, guangzhou guangdong 510310 CN 00-18-0F (hex) Nokia Danmark A/S 00180F (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V Denmark 1790V DK C8-97-9F (hex) Nokia Corporation C8979F (base 16) Nokia Corporation Joensuunkatu 7 Salo Varsinais-Suomi 24101 FI EC-F3-5B (hex) Nokia Corporation ECF35B (base 16) Nokia Corporation Joensuunkatu 7 Salo Varsinais-Suomi 24101 FI 54-44-08 (hex) Nokia Corporation 544408 (base 16) Nokia Corporation Joensuunkatu 7 Salo Varsinais-Suomi 24101 FI 3C-C2-43 (hex) Nokia Corporation 3CC243 (base 16) Nokia Corporation Joensuunkatu 7 Salo NA 24101 FI 00-21-FC (hex) Nokia Danmark A/S 0021FC (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790V DK 00-1F-5D (hex) Nokia Danmark A/S 001F5D (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790V DK 00-1F-01 (hex) Nokia Danmark A/S 001F01 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790V DK 00-1B-EE (hex) Nokia Danmark A/S 001BEE (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-19-79 (hex) Nokia Danmark A/S 001979 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-25-D0 (hex) Nokia Danmark A/S 0025D0 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-24-D4 (hex) FREEBOX SAS 0024D4 (base 16) FREEBOX SAS 8 rue de la Ville l'Eveque PARIS IdF 75008 FR 34-7E-39 (hex) Nokia Danmark A/S 347E39 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-50-7F (hex) DrayTek Corp. 00507F (base 16) DrayTek Corp. 26, Fushing Rd. Hsinchu Hukou 303 TW 64-77-91 (hex) Samsung Electronics Co.,Ltd 647791 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 9C-E6-E7 (hex) Samsung Electronics Co.,Ltd 9CE6E7 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 9C-02-98 (hex) Samsung Electronics Co.,Ltd 9C0298 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 28-98-7B (hex) Samsung Electronics Co.,Ltd 28987B (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 54-FA-3E (hex) Samsung Electronics Co.,Ltd 54FA3E (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 0C-89-10 (hex) Samsung Electronics Co.,Ltd 0C8910 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 78-AB-BB (hex) Samsung Electronics Co.,Ltd 78ABBB (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR D8-C4-E9 (hex) Samsung Electronics Co.,Ltd D8C4E9 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR BC-D1-1F (hex) Samsung Electronics Co.,Ltd BCD11F (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR F4-42-8F (hex) Samsung Electronics Co.,Ltd F4428F (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-90-A2 (hex) CyberTAN Technology Inc. 0090A2 (base 16) CyberTAN Technology Inc. 99, Park Avenue III Hsinchu 12345 TW 00-90-D6 (hex) Crystal Group, Inc. 0090D6 (base 16) Crystal Group, Inc. 850 KACENA RD. HIAWATHA IA 52233 US 44-6D-6C (hex) Samsung Electronics Co.,Ltd 446D6C (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-F4-6F (hex) Samsung Electronics Co.,Ltd 00F46F (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 0C-71-5D (hex) Samsung Electronics Co.,Ltd 0C715D (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 9C-80-DF (hex) Arcadyan Technology Corporation 9C80DF (base 16) Arcadyan Technology Corporation 4F, No. 9, Park Avenue II , Hsinchu 300 TW 00-23-08 (hex) Arcadyan Technology Corporation 002308 (base 16) Arcadyan Technology Corporation 4F, No. 9, Park Avenue II , Hsinchu 300 TW 88-03-55 (hex) Arcadyan Technology Corporation 880355 (base 16) Arcadyan Technology Corporation 4F., No.9 , Park Avenue II Hsinchu 300 TW 34-BB-1F (hex) BlackBerry RTS 34BB1F (base 16) BlackBerry RTS 451 Phillip Street Waterloo ON N2L 3X2 CA 40-6F-2A (hex) BlackBerry RTS 406F2A (base 16) BlackBerry RTS 295 Phillip Street Waterloo Ontario N2V 2S7 CA 7C-1C-F1 (hex) HUAWEI TECHNOLOGIES CO.,LTD 7C1CF1 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 78-F5-57 (hex) HUAWEI TECHNOLOGIES CO.,LTD 78F557 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN E0-28-61 (hex) HUAWEI TECHNOLOGIES CO.,LTD E02861 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN D0-D0-4B (hex) HUAWEI TECHNOLOGIES CO.,LTD D0D04B (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 48-00-31 (hex) HUAWEI TECHNOLOGIES CO.,LTD 480031 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN D4-76-EA (hex) zte corporation D476EA (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 00-17-5A (hex) Cisco Systems, Inc 00175A (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 08-96-D7 (hex) AVM GmbH 0896D7 (base 16) AVM GmbH Alt-Moabit 95 Berlin Berlin 10559 DE 50-6A-03 (hex) NETGEAR 506A03 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 10-0D-7F (hex) NETGEAR 100D7F (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 50-4A-6E (hex) NETGEAR 504A6E (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 4C-09-D4 (hex) Arcadyan Technology Corporation 4C09D4 (base 16) Arcadyan Technology Corporation 4F, No. 9, Park Avenue II , Hsinchu 300 TW 18-C0-86 (hex) Broadcom 18C086 (base 16) Broadcom 5300 California Avenue Irvine CA 92617 US 00-10-18 (hex) Broadcom 001018 (base 16) Broadcom 16215 ALTON PARKWAY IRVINE CA 92619-7013 US C8-FF-28 (hex) Liteon Technology Corporation C8FF28 (base 16) Liteon Technology Corporation 4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW B8-16-19 (hex) ARRIS Group, Inc. B81619 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US B0-77-AC (hex) ARRIS Group, Inc. B077AC (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US FC-B4-E6 (hex) ASKEY COMPUTER CORP FCB4E6 (base 16) ASKEY COMPUTER CORP 10F,No.119,JIANKANG RD,ZHONGHE DIST TAIWAN NEW TAIPEI 23585 TW 00-19-2C (hex) ARRIS Group, Inc. 00192C (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-19-5E (hex) ARRIS Group, Inc. 00195E (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1A-1B (hex) ARRIS Group, Inc. 001A1B (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1A-66 (hex) ARRIS Group, Inc. 001A66 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1A-77 (hex) ARRIS Group, Inc. 001A77 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 64-ED-57 (hex) ARRIS Group, Inc. 64ED57 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US A4-ED-4E (hex) ARRIS Group, Inc. A4ED4E (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-21-1E (hex) ARRIS Group, Inc. 00211E (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-21-80 (hex) ARRIS Group, Inc. 002180 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1B-DD (hex) ARRIS Group, Inc. 001BDD (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1D-6B (hex) ARRIS Group, Inc. 001D6B (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1D-BE (hex) ARRIS Group, Inc. 001DBE (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-12-C9 (hex) ARRIS Group, Inc. 0012C9 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-23-A2 (hex) ARRIS Group, Inc. 0023A2 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-23-ED (hex) ARRIS Group, Inc. 0023ED (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1B-52 (hex) ARRIS Group, Inc. 001B52 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1E-8D (hex) ARRIS Group, Inc. 001E8D (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US E0-46-9A (hex) NETGEAR E0469A (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 30-46-9A (hex) NETGEAR 30469A (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 00-24-93 (hex) ARRIS Group, Inc. 002493 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-26-41 (hex) ARRIS Group, Inc. 002641 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-15-D0 (hex) ARRIS Group, Inc. 0015D0 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-15-96 (hex) ARRIS Group, Inc. 001596 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 04-E6-76 (hex) AMPAK Technology, Inc. 04E676 (base 16) AMPAK Technology, Inc. No.1,Jen Ai Road Hsinchu 30352 TW 00-22-F4 (hex) AMPAK Technology, Inc. 0022F4 (base 16) AMPAK Technology, Inc. No. 8-1, Nanyuan 2nd Rd. Jhongli Taoyuan 320 TW 00-1D-BA (hex) Sony Corporation 001DBA (base 16) Sony Corporation Gotenyama Tec,5-1-12, Shinagawa-ku Tokyo 141-0001 JP 00-24-BE (hex) Sony Corporation 0024BE (base 16) Sony Corporation Gotenyama Tec. 5-1-12 Shinagawa-ku Tokyo 141-0001 JP 00-0F-DE (hex) Sony Mobile Communications Inc 000FDE (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 0C-FE-45 (hex) Sony Interactive Entertainment Inc. 0CFE45 (base 16) Sony Interactive Entertainment Inc. 1-7-1 Konan Minato-ku Tokyo 108-0075 JP 20-16-D8 (hex) Liteon Technology Corporation 2016D8 (base 16) Liteon Technology Corporation 4F,90,Chien 1 Road,ChungHo New Taipei City Taipei 23585 TW E0-63-E5 (hex) Sony Mobile Communications Inc E063E5 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP F8-D0-AC (hex) Sony Interactive Entertainment Inc. F8D0AC (base 16) Sony Interactive Entertainment Inc. 1-7-1 Konan Minato-ku Tokyo 108-0075 JP 24-21-AB (hex) Sony Mobile Communications Inc 2421AB (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP B8-F9-34 (hex) Sony Mobile Communications Inc B8F934 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 8C-64-22 (hex) Sony Mobile Communications Inc 8C6422 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 20-E5-64 (hex) ARRIS Group, Inc. 20E564 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 90-B1-34 (hex) ARRIS Group, Inc. 90B134 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 40-B7-F3 (hex) ARRIS Group, Inc. 40B7F3 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1B-59 (hex) Sony Mobile Communications Inc 001B59 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 00-22-98 (hex) Sony Mobile Communications Inc 002298 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 00-17-E2 (hex) ARRIS Group, Inc. 0017E2 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-16-75 (hex) ARRIS Group, Inc. 001675 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-0C-E5 (hex) ARRIS Group, Inc. 000CE5 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-03-E0 (hex) ARRIS Group, Inc. 0003E0 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-D0-C9 (hex) ADVANTECH CO., LTD. 00D0C9 (base 16) ADVANTECH CO., LTD. FL. 4, NO. 108-3 TAIPEI TAIPEI TAIWAN TW 64-87-D7 (hex) ADB Broadband Italia 6487D7 (base 16) ADB Broadband Italia VIALE SARCA 222 MILANO 20126 IT E0-B2-F1 (hex) FN-LINK TECHNOLOGY LIMITED E0B2F1 (base 16) FN-LINK TECHNOLOGY LIMITED 5th Floor, A Building, Haoye Logistics Park, Shugang Channel, Bao'an District, SHENZHEN GUANGDONG 518000 CN 0C-4C-39 (hex) MitraStar Technology Corp. 0C4C39 (base 16) MitraStar Technology Corp. 4F No.6 Innovation Road II Hsin-Chu 300 TW 74-88-8B (hex) ADB Broadband Italia 74888B (base 16) ADB Broadband Italia via Sarca 222 Milano 20126 IT 00-8C-54 (hex) ADB Broadband Italia 008C54 (base 16) ADB Broadband Italia VIALE SARCA 336 MILANO 20126 US 00-24-7B (hex) Actiontec Electronics, Inc 00247B (base 16) Actiontec Electronics, Inc 3301 Olcott St. Santa Clara CA 95054 US 00-04-E3 (hex) Accton Technology Corp 0004E3 (base 16) Accton Technology Corp No. 1 Creation Rd. III, Hsinchu Hsinchu TAIWAN TW 00-10-B5 (hex) Accton Technology Corp 0010B5 (base 16) Accton Technology Corp NO.1, CREATION RD. III HSINCHU 300 12345 TW 00-19-74 (hex) 16063 001974 (base 16) 16063 1F , No. 21, Yanfa 2nd Rd., SBIP Hsinchu City Hsinchu 300 TW E8-61-7E (hex) Liteon Technology Corporation E8617E (base 16) Liteon Technology Corporation 4F,90,Chien 1 Road,ChungHo,Taipei Hsien,Taiwan, TaiPei TaiWan 23585 TW 18-CF-5E (hex) Liteon Technology Corporation 18CF5E (base 16) Liteon Technology Corporation 4F,90,Chien 1 Road,ChungHo,Taipei Hsien,Taiwan, TaiPei TaiWan 23585 TW F0-27-2D (hex) Amazon Technologies Inc. F0272D (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 84-D6-D0 (hex) Amazon Technologies Inc. 84D6D0 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 18-FE-34 (hex) Espressif Inc. 18FE34 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 38-22-9D (hex) ADB Broadband Italia 38229D (base 16) ADB Broadband Italia VIALE SARCA 222 MILANO 20126 IT A4-52-6F (hex) ADB Broadband Italia A4526F (base 16) ADB Broadband Italia via Sarca 222 Milano 20126 IT 60-5B-B4 (hex) AzureWave Technology Inc. 605BB4 (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd., New Taipei City Taiwan 231 TW 64-D9-54 (hex) Taicang T&W Electronics 64D954 (base 16) Taicang T&W Electronics 89# Jiang Nan RD, Lu Du, Taicang Jiangsu 215412 CN 5C-36-B8 (hex) TCL King Electrical Appliances (Huizhou) Co., Ltd 5C36B8 (base 16) TCL King Electrical Appliances (Huizhou) Co., Ltd 7/F,TCL Multimedia Building, TCL International E City, No.1001 Zhongshanyuan Road, Nanshan Shenzhen Guangdong 518052 CN 00-AA-01 (hex) Intel Corporation 00AA01 (base 16) Intel Corporation 445 piscataway NJ 08554 US 98-5F-D3 (hex) Microsoft Corporation 985FD3 (base 16) Microsoft Corporation One Microsoft Way REDMOND WA 98052 US 00-DA-55 (hex) Cisco Systems, Inc 00DA55 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 18-E3-BC (hex) TCT mobile ltd 18E3BC (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN CC-1F-C4 (hex) InVue CC1FC4 (base 16) InVue 15015 Lancaster Hwy Charlotte NC 28277 US 00-AA-00 (hex) Intel Corporation 00AA00 (base 16) Intel Corporation 5200 NE ELAM YOUNG PARKWAY HILLSBORO OR 97124 US 00-C2-C6 (hex) Intel Corporate 00C2C6 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 5C-D2-E4 (hex) Intel Corporate 5CD2E4 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 28-B2-BD (hex) Intel Corporate 28B2BD (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-22-43 (hex) AzureWave Technology Inc. 002243 (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd., Xindian Taipei 231 TW 00-00-6E (hex) Artisoft Inc. 00006E (base 16) Artisoft Inc. 691 EAST RIVER ROAD TUCSON AZ 85704 US 44-87-23 (hex) HOYA SERVICE CORPORATION 448723 (base 16) HOYA SERVICE CORPORATION 4-10-2 Nakano Nakano-ku Tokyo 164-8545 JP D8-6C-02 (hex) Huaqin Telecom Technology Co.,Ltd D86C02 (base 16) Huaqin Telecom Technology Co.,Ltd No.1 Building,399 Keyuan Road, Zhangjian Hi-Tech Park, Pudong New Area Shanghai 201203 CN 60-BE-B5 (hex) Motorola Mobility LLC, a Lenovo Company 60BEB5 (base 16) Motorola Mobility LLC, a Lenovo Company 600 North US Highway 45 Libertyville IL 60048 US F8-F1-B6 (hex) Motorola Mobility LLC, a Lenovo Company F8F1B6 (base 16) Motorola Mobility LLC, a Lenovo Company 600 North US Highway 45 Libertyville IL 60048 US 3C-FD-FE (hex) Intel Corporate 3CFDFE (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY A4-C4-94 (hex) Intel Corporate A4C494 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 90-2E-1C (hex) Intel Corporate 902E1C (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY A4-34-D9 (hex) Intel Corporate A434D9 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 68-5D-43 (hex) Intel Corporate 685D43 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY A0-36-9F (hex) Intel Corporate A0369F (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 64-D4-DA (hex) Intel Corporate 64D4DA (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 40-25-C2 (hex) Intel Corporate 4025C2 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 50-2D-A2 (hex) Intel Corporate 502DA2 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 78-92-9C (hex) Intel Corporate 78929C (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 84-3A-4B (hex) Intel Corporate 843A4B (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 5C-51-4F (hex) Intel Corporate 5C514F (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY A4-4E-31 (hex) Intel Corporate A44E31 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 4C-EB-42 (hex) Intel Corporate 4CEB42 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY F8-16-54 (hex) Intel Corporate F81654 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 60-6C-66 (hex) Intel Corporate 606C66 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 4C-80-93 (hex) Intel Corporate 4C8093 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY AC-72-89 (hex) Intel Corporate AC7289 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 44-85-00 (hex) Intel Corporate 448500 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 0C-D2-92 (hex) Intel Corporate 0CD292 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY DC-A9-71 (hex) Intel Corporate DCA971 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 58-94-6B (hex) Intel Corporate 58946B (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-24-D7 (hex) Intel Corporate 0024D7 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-24-D6 (hex) Intel Corporate 0024D6 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-1D-E0 (hex) Intel Corporate 001DE0 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 4C-79-BA (hex) Intel Corporate 4C79BA (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 84-A6-C8 (hex) Intel Corporate 84A6C8 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 58-91-CF (hex) Intel Corporate 5891CF (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 0C-8B-FD (hex) Intel Corporate 0C8BFD (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-21-5C (hex) Intel Corporate 00215C (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-21-6B (hex) Intel Corporate 00216B (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-22-FB (hex) Intel Corporate 0022FB (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-15-17 (hex) Intel Corporate 001517 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY A0-A8-CD (hex) Intel Corporate A0A8CD (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 5C-C5-D4 (hex) Intel Corporate 5CC5D4 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-1E-64 (hex) Intel Corporate 001E64 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY F4-F1-E1 (hex) Motorola Mobility LLC, a Lenovo Company F4F1E1 (base 16) Motorola Mobility LLC, a Lenovo Company 222 Merchandise Mart Plaza, Suite 1800 Chicago IL 60654 US 9C-D9-17 (hex) Motorola Mobility LLC, a Lenovo Company 9CD917 (base 16) Motorola Mobility LLC, a Lenovo Company 222 Merchandise Mart Plaza, Suite 1800 Chicago IL 60654 US 90-68-C3 (hex) Motorola Mobility LLC, a Lenovo Company 9068C3 (base 16) Motorola Mobility LLC, a Lenovo Company 222 Merchandise Mart Plaza, Suite 1800 Chicago IL 60654 US 3C-19-7D (hex) Ericsson AB 3C197D (base 16) Ericsson AB Torshamnsgatan 36 Stockholm SE-164 80 SE B4-E1-0F (hex) Dell Inc. B4E10F (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 00-22-19 (hex) Dell Inc. 002219 (base 16) Dell Inc. One Dell Way, MS RR5-45 Round Rock 78682 US 00-24-E8 (hex) Dell Inc. 0024E8 (base 16) Dell Inc. One Dell Way, MS RR5-45 Round Rock 78682 US B0-83-FE (hex) Dell Inc. B083FE (base 16) Dell Inc. One Dell way Round Rock 78682 US 34-17-EB (hex) Dell Inc. 3417EB (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US F8-BC-12 (hex) Dell Inc. F8BC12 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 18-A9-9B (hex) Dell Inc. 18A99B (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 00-13-72 (hex) Dell Inc. 001372 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 00-11-43 (hex) Dell Inc. 001143 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 4C-76-25 (hex) Dell Inc. 4C7625 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 44-A8-42 (hex) Dell Inc. 44A842 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 00-25-3C (hex) 2Wire Inc 00253C (base 16) 2Wire Inc 1764 Automation Parkway San Jose CA 95131 US 34-EF-44 (hex) 2Wire Inc 34EF44 (base 16) 2Wire Inc 1764 Automation Pkwy San Jose CA 95131 US B0-E7-54 (hex) 2Wire Inc B0E754 (base 16) 2Wire Inc 1764 Automation Parkway San Jose 95131 US F0-1F-AF (hex) Dell Inc. F01FAF (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 00-18-8B (hex) Dell Inc. 00188B (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 00-08-74 (hex) Dell Inc. 000874 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US B8-E6-25 (hex) 2Wire Inc B8E625 (base 16) 2Wire Inc 1764 Automation Parkway San Jose 95131 US 00-1D-5A (hex) 2Wire Inc 001D5A (base 16) 2Wire Inc 1704 Automation Parkway San Jose 95131 US 1C-44-19 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 1C4419 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 5C-35-3B (hex) Compal Broadband Networks, Inc. 5C353B (base 16) Compal Broadband Networks, Inc. 13F., No.1, Taiyuan 1st St. Zhubei City Hsinchu County 30265 TW 28-FA-A0 (hex) vivo Mobile Communication Co., Ltd. 28FAA0 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN EC-DF-3A (hex) vivo Mobile Communication Co., Ltd. ECDF3A (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN F4-29-81 (hex) vivo Mobile Communication Co., Ltd. F42981 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 84-F6-FA (hex) Miovision Technologies Incorporated 84F6FA (base 16) Miovision Technologies Incorporated 148 Manitou Drive KITCHENER Ontario N2C1L4 CA 70-10-6F (hex) Hewlett Packard Enterprise 70106F (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US F8-E7-1E (hex) Ruckus Wireless F8E71E (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 08-86-3B (hex) Belkin International Inc. 08863B (base 16) Belkin International Inc. 12045 East Waterfront Drive Playa Vista CA 90094 US 24-7C-4C (hex) Herman Miller 247C4C (base 16) Herman Miller Unit 2, 2/F The Factory, 1 Yip Fat Street Wong Chuk Hang - HK E4-6F-13 (hex) D-Link International E46F13 (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG 2C-56-DC (hex) ASUSTek COMPUTER INC. 2C56DC (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 00-31-46 (hex) Juniper Networks 003146 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 00-60-4C (hex) Sagemcom Broadband SAS 00604C (base 16) Sagemcom Broadband SAS 27 RUE LEBLANC CEDEX 15 PARIS 75512 FR 00-1F-95 (hex) Sagemcom Broadband SAS 001F95 (base 16) Sagemcom Broadband SAS Le Ponnant de Paris CEDEX Paris 75512 FR 00-23-48 (hex) Sagemcom Broadband SAS 002348 (base 16) Sagemcom Broadband SAS Le Ponnant de Paris CEDEX Paris 75512 FR 00-26-91 (hex) Sagemcom Broadband SAS 002691 (base 16) Sagemcom Broadband SAS Le Ponnant de Paris CEDEX Paris 75512 FR 98-8B-5D (hex) Sagemcom Broadband SAS 988B5D (base 16) Sagemcom Broadband SAS 250 route de l'Empereur Rueil Malmaison 92848 FR 90-01-3B (hex) Sagemcom Broadband SAS 90013B (base 16) Sagemcom Broadband SAS 250 route de l'Empereur Rueil Malmaison Cedex Hauts de Seine 92848 FR 7C-03-4C (hex) Sagemcom Broadband SAS 7C034C (base 16) Sagemcom Broadband SAS 250 route de l'Empereur Rueil Malmaison Cedex Hauts de Seine 92848 FR 6C-2E-85 (hex) Sagemcom Broadband SAS 6C2E85 (base 16) Sagemcom Broadband SAS 250 route de l'Empereur Rueil Malmaison Cedex Hauts de Seine 92848 FR 94-FE-F4 (hex) Sagemcom Broadband SAS 94FEF4 (base 16) Sagemcom Broadband SAS 250 route de l'Empereur Rueil Malmaison Cedex Hauts de Seine 92848 FR 34-B1-F7 (hex) Texas Instruments 34B1F7 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 2C-FD-37 (hex) Blue Calypso, Inc. 2CFD37 (base 16) Blue Calypso, Inc. 101 West Renner RD Suite 280 Richardson TX 75082 US 0C-61-27 (hex) Actiontec Electronics, Inc 0C6127 (base 16) Actiontec Electronics, Inc 3301 Olcott St. Santa Clara CA 95054 US 3C-D9-2B (hex) Hewlett Packard 3CD92B (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 78-DE-E4 (hex) Texas Instruments 78DEE4 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 00-18-33 (hex) Texas Instruments 001833 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 00-18-34 (hex) Texas Instruments 001834 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 00-17-E3 (hex) Texas Instruments 0017E3 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 00-18-30 (hex) Texas Instruments 001830 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 00-23-D4 (hex) Texas Instruments 0023D4 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US BC-F6-85 (hex) D-Link International BCF685 (base 16) D-Link International 1 International Business Park, #03-12, The Synergy SINGAPORE 609917 SG 78-54-2E (hex) D-Link International 78542E (base 16) D-Link International 1 Internal Business Park, #03-12. SINGAPORE Singapore 609917 TW C4-A8-1D (hex) D-Link International C4A81D (base 16) D-Link International 1 Internal Business Park, #03-12, SINGAPORE Singapore 609917 SG 00-21-91 (hex) D-Link Corporation 002191 (base 16) D-Link Corporation NO.289, Sinhu 3rd Rd., Neihu District, Taipei City 114 TW AC-F1-DF (hex) D-Link International ACF1DF (base 16) D-Link International 1 International Business Park, #03-12, The Synergy SINGAPORE 609917 SG C0-E4-22 (hex) Texas Instruments C0E422 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US D0-07-90 (hex) Texas Instruments D00790 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 3C-7D-B1 (hex) Texas Instruments 3C7DB1 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US F4-FC-32 (hex) Texas Instruments F4FC32 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 90-D7-EB (hex) Texas Instruments 90D7EB (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 00-17-E8 (hex) Texas Instruments 0017E8 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 00-17-83 (hex) Texas Instruments 001783 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 00-F8-71 (hex) DGS Denmark A/S 00F871 (base 16) DGS Denmark A/S Kongebakken 9 Smørum 2765 DK 24-35-CC (hex) Zhongshan Scinan Internet of Things Co.,Ltd. 2435CC (base 16) Zhongshan Scinan Internet of Things Co.,Ltd. 15/F Bldg 1·Dezhong Plaza Torch Development Zone Zhongshan·Guangdong ZhongShan GuangDong 528437 CN 2C-30-33 (hex) NETGEAR 2C3033 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US CC-46-D6 (hex) Cisco Systems, Inc CC46D6 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-41-D2 (hex) Cisco Systems, Inc 0041D2 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 2C-AB-00 (hex) HUAWEI TECHNOLOGIES CO.,LTD 2CAB00 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN A8-CA-7B (hex) HUAWEI TECHNOLOGIES CO.,LTD A8CA7B (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN BC-44-34 (hex) Shenzhen TINNO Mobile Technology Corp. BC4434 (base 16) Shenzhen TINNO Mobile Technology Corp. 4/F, H-3 Building, Qiao Cheng Eastern Industrial Park, Overseas Chinese Town, Shenzhen Shenzhen guangdong 518053 CN 04-BF-6D (hex) Zyxel Communications Corporation 04BF6D (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW F8-8F-CA (hex) Google, Inc. F88FCA (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View 94043 US 38-98-D8 (hex) MERITECH CO.,LTD 3898D8 (base 16) MERITECH CO.,LTD 52-17 Sinjeon-Ro 41beon-gil Giheung-gu, Yongin-City Kyungki-do 446-599 KR 94-86-CD (hex) SEOUL ELECTRONICS&TELECOM 9486CD (base 16) SEOUL ELECTRONICS&TELECOM 709, Namkwangcentrex 440-4, Cheongcheon-dong, Bupyeong-gu Incheon 403-030 KR 38-97-D6 (hex) Hangzhou H3C Technologies Co., Limited 3897D6 (base 16) Hangzhou H3C Technologies Co., Limited 466 Changhe Road, Binjiang District Hangzhou Zhejiang, P.R.China 310052 CN 1C-A7-70 (hex) SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD 1CA770 (base 16) SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD Unit A 13-16/F,Skyworth Bldg., Gaoxin Ave.1.S.,Nanshan District ShenZhen GuangDong 518057 CN 44-19-B6 (hex) Hangzhou Hikvision Digital Technology Co.,Ltd. 4419B6 (base 16) Hangzhou Hikvision Digital Technology Co.,Ltd. No.469,Jianghui Road Hangzhou Zhejiang 310052 CN 68-DB-CA (hex) Apple, Inc. 68DBCA (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 08-66-98 (hex) Apple, Inc. 086698 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US BC-54-36 (hex) Apple, Inc. BC5436 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 04-4B-ED (hex) Apple, Inc. 044BED (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 6C-8D-C1 (hex) Apple, Inc. 6C8DC1 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 84-AC-FB (hex) Crouzet Automatismes 84ACFB (base 16) Crouzet Automatismes 2 rue du docteur Abel Valence France 26902 FR 7C-BB-8A (hex) Nintendo Co., Ltd. 7CBB8A (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP FC-FF-AA (hex) IEEE Registration Authority FCFFAA (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 0C-D7-46 (hex) Apple, Inc. 0CD746 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 60-A3-7D (hex) Apple, Inc. 60A37D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 88-A2-5E (hex) Juniper Networks 88A25E (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 54-1E-56 (hex) Juniper Networks 541E56 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 88-96-B6 (hex) Global Fire Equipment S.A. 8896B6 (base 16) Global Fire Equipment S.A. Sitio dos Barrabés, Armazém Nave Y, São Brás de Alportel Faro 8150-016 PT 88-B8-D0 (hex) Dongguan Koppo Electronic Co.,Ltd 88B8D0 (base 16) Dongguan Koppo Electronic Co.,Ltd No.2, Third Road, Buxinji Industrial Area, Guanjingtou Village, Fenggang Town, Dongguan City, Guangdong Province, China Dongguan 523705 CN 60-19-71 (hex) ARRIS Group, Inc. 601971 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US F8-CA-B8 (hex) Dell Inc. F8CAB8 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 00-11-11 (hex) Intel Corporation 001111 (base 16) Intel Corporation 2111 NE 25th Avenue Hillsboro OR 97124 US 00-13-02 (hex) Intel Corporate 001302 (base 16) Intel Corporate Lot 8, Jalan Hi-tech 2/3 Kulim Kedah 09000 MY 6C-CA-08 (hex) ARRIS Group, Inc. 6CCA08 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 78-71-9C (hex) ARRIS Group, Inc. 78719C (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US D4-05-98 (hex) ARRIS Group, Inc. D40598 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US E8-33-81 (hex) ARRIS Group, Inc. E83381 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 8C-7F-3B (hex) ARRIS Group, Inc. 8C7F3B (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 5C-57-1A (hex) ARRIS Group, Inc. 5C571A (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US E8-89-2C (hex) ARRIS Group, Inc. E8892C (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 94-87-7C (hex) ARRIS Group, Inc. 94877C (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 40-70-09 (hex) ARRIS Group, Inc. 407009 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 08-3E-0C (hex) ARRIS Group, Inc. 083E0C (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 3C-36-E4 (hex) ARRIS Group, Inc. 3C36E4 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 1C-1B-68 (hex) ARRIS Group, Inc. 1C1B68 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-04-23 (hex) Intel Corporation 000423 (base 16) Intel Corporation M/S: JF3-420 Hillsboro OR 97124 US 20-73-55 (hex) ARRIS Group, Inc. 207355 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US F8-ED-A5 (hex) ARRIS Group, Inc. F8EDA5 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 54-65-DE (hex) ARRIS Group, Inc. 5465DE (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 58-AC-78 (hex) Cisco Systems, Inc 58AC78 (base 16) Cisco Systems, Inc 80 West Tasman Dr. San Jose CA 94568 US 78-0A-C7 (hex) Baofeng TV Co., Ltd. 780AC7 (base 16) Baofeng TV Co., Ltd. Room 2D, Building 5D, Nanshan District Software Industry Base ShenZhen GuangDong 518000 CN 00-0D-0B (hex) BUFFALO.INC 000D0B (base 16) BUFFALO.INC MELCO HI-TECH CENTER, NAGOYA 457-8520 JP 00-1D-73 (hex) BUFFALO.INC 001D73 (base 16) BUFFALO.INC 15,Shibata Hondori 4-chome, Nagoya Aichi Pref. 457-8520 JP 00-16-01 (hex) BUFFALO.INC 001601 (base 16) BUFFALO.INC AKAMONDORI Bldg., 30-20,Ohsu 3-chome Naka-ku,Nagoya Aichi Pref. 460-8315 JP 74-03-BD (hex) BUFFALO.INC 7403BD (base 16) BUFFALO.INC AKAMONDORI Bldg, 30-20, Ohsu 3-chome, Minami-ku, Nagoya Aichi Pref. 457-8520 JP B8-FC-9A (hex) Le Shi Zhi Xin Electronic Technology (Tianjin) Limited B8FC9A (base 16) Le Shi Zhi Xin Electronic Technology (Tianjin) Limited ,Le Shi Building, No.105 Yaojiayuan Road,Chaoyang District,Beijing,China beijing beijing 100025 CN A4-5D-36 (hex) Hewlett Packard A45D36 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US F0-92-1C (hex) Hewlett Packard F0921C (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US A0-48-1C (hex) Hewlett Packard A0481C (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US A0-1D-48 (hex) Hewlett Packard A01D48 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 40-A8-F0 (hex) Hewlett Packard 40A8F0 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 88-51-FB (hex) Hewlett Packard 8851FB (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 08-2E-5F (hex) Hewlett Packard 082E5F (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US E4-11-5B (hex) Hewlett Packard E4115B (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 28-92-4A (hex) Hewlett Packard 28924A (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 28-80-23 (hex) Hewlett Packard 288023 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US CC-3E-5F (hex) Hewlett Packard CC3E5F (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US D8-9D-67 (hex) Hewlett Packard D89D67 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 00-14-C2 (hex) Hewlett Packard 0014C2 (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 00-80-5F (hex) Hewlett Packard 00805F (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 00-18-FE (hex) Hewlett Packard 0018FE (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 00-1A-4B (hex) Hewlett Packard 001A4B (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 00-24-81 (hex) Hewlett Packard 002481 (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 00-0F-61 (hex) Hewlett Packard 000F61 (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 48-0F-CF (hex) Hewlett Packard 480FCF (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US D4-0B-1A (hex) HTC Corporation D40B1A (base 16) HTC Corporation No. 23, Xinghua Rd. Taoyuan County Taiwan 330 TW 94-53-30 (hex) Hon Hai Precision Ind. Co.,Ltd. 945330 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN A0-8D-16 (hex) HUAWEI TECHNOLOGIES CO.,LTD A08D16 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan Guangdong 523808 CN 4C-D0-8A (hex) HUMAX Co., Ltd. 4CD08A (base 16) HUMAX Co., Ltd. HUMAX Village,216,Hwangsaeul-ro, Seongnam-si Gyeonggi-do 463875 KR CC-4E-EC (hex) HUMAX Co., Ltd. CC4EEC (base 16) HUMAX Co., Ltd. HUMAX Village, 216, Hwangsaeul-ro, Bundang-gu, Seongnam-si Gyeonggi-do 463-875 KR 40-3D-EC (hex) HUMAX Co., Ltd. 403DEC (base 16) HUMAX Co., Ltd. HUMAX Village, 216, Hwangsaeul-ro, Bundang-gu, Seongnam-si Gyeonggi-do 463-875 KR EC-4D-47 (hex) HUAWEI TECHNOLOGIES CO.,LTD EC4D47 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN C4-40-44 (hex) RackTop Systems Inc. C44044 (base 16) RackTop Systems Inc. 11840 W Market Pl Suite K Fulton MD 20759 US 4C-A1-61 (hex) Rain Bird Corporation 4CA161 (base 16) Rain Bird Corporation 970 West Sierra Madre Ave. AZUSA CA 91702 US 8C-AB-8E (hex) Shanghai Feixun Communication Co.,Ltd. 8CAB8E (base 16) Shanghai Feixun Communication Co.,Ltd. No.3666,Sixian Rd.,Songjiang District,Shanghai,P.R.China Shanghai Shanghai 201616 CN FC-64-BA (hex) Xiaomi Communications Co Ltd FC64BA (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 90-60-F1 (hex) Apple, Inc. 9060F1 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F8-D1-11 (hex) TP-LINK TECHNOLOGIES CO.,LTD. F8D111 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. 1-6F, Building 2, Pingshandayuan Industrial, South Zone, Shenzhen Guangdong 518000 CN B0-48-7A (hex) TP-LINK TECHNOLOGIES CO.,LTD. B0487A (base 16) TP-LINK TECHNOLOGIES CO.,LTD. 1-6F, Building 2, Pingshandayuan Industrial, South Zone, Shenzhen Guangdong 518000 CN 94-0C-6D (hex) TP-LINK TECHNOLOGIES CO.,LTD. 940C6D (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 7, Second Part, Honghualing Industrial Zone Shenzhen Guangdong 518000 CN A4-51-6F (hex) Microsoft Mobile Oy A4516F (base 16) Microsoft Mobile Oy Keilalahdentie 4 Espoo 02150 FI 54-27-58 (hex) Motorola (Wuhan) Mobility Technologies Communication Co., Ltd. 542758 (base 16) Motorola (Wuhan) Mobility Technologies Communication Co., Ltd. No.19, Gaoxin 4th Road, Wuhan East Lake High-tech Zone, Wuhan Wuhan Hubei 430000 CN 00-24-2B (hex) Hon Hai Precision Ind. Co.,Ltd. 00242B (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 08-18-1A (hex) zte corporation 08181A (base 16) zte corporation 12/F ZTE Plaza,Keji Road South,Hi-Tech Industrial Park,Nanshan District, Shenzhen GUANGDONG 518057 CN 00-1E-73 (hex) zte corporation 001E73 (base 16) zte corporation 12/F ZTE Plaza,Keji Road South,Hi-Tech Industrial Park,Nanshan District, Shenzhen GUANGDONG 518057 CN 00-15-EB (hex) zte corporation 0015EB (base 16) zte corporation 5/F,A Wing,ZTE Plaza,Keji Road South,Hi-Tech Industrial Park,Nanshan District Shenzhen 518057 US 00-1C-25 (hex) Hon Hai Precision Ind. Co.,Ltd. 001C25 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 00-19-7E (hex) Hon Hai Precision Ind. Co.,Ltd. 00197E (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 90-FB-A6 (hex) Hon Hai Precision Ind. Co.,Ltd. 90FBA6 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 44-37-E6 (hex) Hon Hai Precision Ind. Co.,Ltd. 4437E6 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN CC-AF-78 (hex) Hon Hai Precision Ind. Co.,Ltd. CCAF78 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN F4-B7-E2 (hex) Hon Hai Precision Ind. Co.,Ltd. F4B7E2 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 64-70-02 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 647002 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24 (floors 1,3,4,5) and 28 (floors1-4) Central Science and Technology Park,Shennan Rd, Nanshan, Shenzhen Guangdong Province, 518057 CN 10-FE-ED (hex) TP-LINK TECHNOLOGIES CO.,LTD. 10FEED (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24 (floors 1,3,4,5) and 28 (floors1-4) Central Science and Technology Park Shenzhen Guangdong 518057 CN 64-56-01 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 645601 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24 (floors 1,3,4,5) and 28 (floors1-4) Shennan Rd, Nanshan Shenzhen,Guangdong Province 518057 CN F0-27-65 (hex) Murata Manufacturing Co., Ltd. F02765 (base 16) Murata Manufacturing Co., Ltd. 1-10-1 Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP 5C-F8-A1 (hex) Murata Manufacturing Co., Ltd. 5CF8A1 (base 16) Murata Manufacturing Co., Ltd. 1-10-1 Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP 44-A7-CF (hex) Murata Manufacturing Co., Ltd. 44A7CF (base 16) Murata Manufacturing Co., Ltd. 2288, Oaza-Ohshinohara, Yasu-cho, Yasu-gun Shiga 520-2393 JP 00-13-E0 (hex) Murata Manufacturing Co., Ltd. 0013E0 (base 16) Murata Manufacturing Co., Ltd. 2288, Oaza-Ohshinohara, Yasu-cho, Yasu-gun Shiga 520-2393 JP EC-26-CA (hex) TP-LINK TECHNOLOGIES CO.,LTD. EC26CA (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24 (floors 1,3,4,5) and 28 (floors1-4)  Shennan Rd, Nanshan Shenzhen,Guangdong Province 518057 CN 94-71-AC (hex) TCT mobile ltd 9471AC (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN 2C-08-8C (hex) HUMAX Co., Ltd. 2C088C (base 16) HUMAX Co., Ltd. HUMAX Village, 216, Hwangsaeul-ro, Bu Seongnam-si Gyeonggi-do 463-875 KR 1C-99-4C (hex) Murata Manufacturing Co., Ltd. 1C994C (base 16) Murata Manufacturing Co., Ltd. 1-10-1 Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP F4-55-9C (hex) HUAWEI TECHNOLOGIES CO.,LTD F4559C (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District Shenzhen Guangdong 518057 CN 80-B6-86 (hex) HUAWEI TECHNOLOGIES CO.,LTD 80B686 (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District Shenzhen Guangdong 518057 CN 10-C6-1F (hex) HUAWEI TECHNOLOGIES CO.,LTD 10C61F (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District Shenzhen Guangdong 518057 CN CC-96-A0 (hex) HUAWEI TECHNOLOGIES CO.,LTD CC96A0 (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN F8-01-13 (hex) HUAWEI TECHNOLOGIES CO.,LTD F80113 (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park Shenzhen Guangdong 518057 CN A4-99-47 (hex) HUAWEI TECHNOLOGIES CO.,LTD A49947 (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Shenzhen Guangdong 518057 CN C8-D1-5E (hex) HUAWEI TECHNOLOGIES CO.,LTD C8D15E (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District Shenzhen Guangdong 518057 CN 78-59-68 (hex) Hon Hai Precision Ind. Co.,Ltd. 785968 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN C0-70-09 (hex) HUAWEI TECHNOLOGIES CO.,LTD C07009 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 80-38-BC (hex) HUAWEI TECHNOLOGIES CO.,LTD 8038BC (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN C4-07-2F (hex) HUAWEI TECHNOLOGIES CO.,LTD C4072F (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN F4-8E-92 (hex) HUAWEI TECHNOLOGIES CO.,LTD F48E92 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-66-4B (hex) HUAWEI TECHNOLOGIES CO.,LTD 00664B (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 9C-C1-72 (hex) HUAWEI TECHNOLOGIES CO.,LTD 9CC172 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 24-7F-3C (hex) HUAWEI TECHNOLOGIES CO.,LTD 247F3C (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 58-1F-28 (hex) HUAWEI TECHNOLOGIES CO.,LTD 581F28 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN EC-CB-30 (hex) HUAWEI TECHNOLOGIES CO.,LTD ECCB30 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN F4-DC-F9 (hex) HUAWEI TECHNOLOGIES CO.,LTD F4DCF9 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 30-87-30 (hex) HUAWEI TECHNOLOGIES CO.,LTD 308730 (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN C0-57-BC (hex) Avaya Inc C057BC (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 64-A7-DD (hex) Avaya Inc 64A7DD (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 24-1F-A0 (hex) HUAWEI TECHNOLOGIES CO.,LTD 241FA0 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 18-C5-8A (hex) HUAWEI TECHNOLOGIES CO.,LTD 18C58A (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base Shenzhen Guangdong 518129 CN 08-00-28 (hex) Texas Instruments 080028 (base 16) Texas Instruments 12500 TI Boulevard Dallas 75243 US 40-5F-C2 (hex) Texas Instruments 405FC2 (base 16) Texas Instruments 12500 TI Boulevard Dallas TX 75243 US E0-E5-CF (hex) Texas Instruments E0E5CF (base 16) Texas Instruments 12500 TI BLVD Dallas 75243 US 68-DF-DD (hex) Xiaomi Communications Co Ltd 68DFDD (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 70-54-F5 (hex) HUAWEI TECHNOLOGIES CO.,LTD 7054F5 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen ShenZhen GuangDong 518129 CN DC-D2-FC (hex) HUAWEI TECHNOLOGIES CO.,LTD DCD2FC (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen ShenZhen GuangDong 518129 CN 90-17-AC (hex) HUAWEI TECHNOLOGIES CO.,LTD 9017AC (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base Shenzhen Guangdong 518129 CN 34-CD-BE (hex) HUAWEI TECHNOLOGIES CO.,LTD 34CDBE (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate Shenzhen GuangDong 518057 CN D8-49-0B (hex) HUAWEI TECHNOLOGIES CO.,LTD D8490B (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen Shenzhen 518129 CN 44-32-2A (hex) Avaya Inc 44322A (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 70-38-EE (hex) Avaya Inc 7038EE (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 70-30-18 (hex) Avaya Inc 703018 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 9C-28-EF (hex) HUAWEI TECHNOLOGIES CO.,LTD 9C28EF (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen ShenZhen GuangDong 518129 CN EC-24-B8 (hex) Texas Instruments EC24B8 (base 16) Texas Instruments 12500 TI BLVD Dallas 75243 US 7C-EC-79 (hex) Texas Instruments 7CEC79 (base 16) Texas Instruments 12500 TI BLVD Dallas 75243 US 68-9E-19 (hex) Texas Instruments 689E19 (base 16) Texas Instruments 12500 TI BLVD Dallas 75243 US 20-CD-39 (hex) Texas Instruments 20CD39 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US B4-99-4C (hex) Texas Instruments B4994C (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US A4-25-1B (hex) Avaya Inc A4251B (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 64-6A-52 (hex) Avaya Inc 646A52 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 00-10-0B (hex) Cisco Systems, Inc 00100B (base 16) Cisco Systems, Inc 170 W. TASMAN DR. SAN JOSE CA 95134-1706 US 00-17-3B (hex) Cisco Systems, Inc 00173B (base 16) Cisco Systems, Inc 170 West Tasman Dr. San Jose CA 95134-1706 US 04-DA-D2 (hex) Cisco Systems, Inc 04DAD2 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US F0-29-29 (hex) Cisco Systems, Inc F02929 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 20-BB-C0 (hex) Cisco Systems, Inc 20BBC0 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 4C-4E-35 (hex) Cisco Systems, Inc 4C4E35 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 98-FA-E3 (hex) Xiaomi Communications Co Ltd 98FAE3 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN F0-B4-29 (hex) Xiaomi Communications Co Ltd F0B429 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 00-50-80 (hex) Cisco Systems, Inc 005080 (base 16) Cisco Systems, Inc 170 W. TASMAN DR. SAN JOSE CA 95134-1706 US 00-50-73 (hex) Cisco Systems, Inc 005073 (base 16) Cisco Systems, Inc 170 W. TASMAN DR. SAN JOSE CA 95134-1706 US 00-90-0C (hex) Cisco Systems, Inc 00900C (base 16) Cisco Systems, Inc 170 W. TASMAN DR. SAN JOSE CA 95134-1706 US 00-90-5F (hex) Cisco Systems, Inc 00905F (base 16) Cisco Systems, Inc 170 W. TASMAN DR. SAN JOSE CA 95134-1706 US 00-E0-F7 (hex) Cisco Systems, Inc 00E0F7 (base 16) Cisco Systems, Inc 170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US 00-1B-D7 (hex) Cisco SPVTG 001BD7 (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30044 US 00-60-83 (hex) Cisco Systems, Inc 006083 (base 16) Cisco Systems, Inc 170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US 00-60-09 (hex) Cisco Systems, Inc 006009 (base 16) Cisco Systems, Inc 170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US 00-06-7C (hex) Cisco Systems, Inc 00067C (base 16) Cisco Systems, Inc 170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US 00-10-7B (hex) Cisco Systems, Inc 00107B (base 16) Cisco Systems, Inc 170 W.TASMAN DR.-SJA-2 SAN JOSE CA 95134-1706 US 00-50-E2 (hex) Cisco Systems, Inc 0050E2 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US E4-D3-F1 (hex) Cisco Systems, Inc E4D3F1 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 84-78-AC (hex) Cisco Systems, Inc 8478AC (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 00-90-A6 (hex) Cisco Systems, Inc 0090A6 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-90-86 (hex) Cisco Systems, Inc 009086 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-24-8C (hex) ASUSTek COMPUTER INC. 00248C (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd.,Peitou,Taipei 112 ,Taiwan Taipei Taiwan 112 TW 00-23-54 (hex) ASUSTek COMPUTER INC. 002354 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd.,Peitou,Taipei 112 ,Taiwan Taipei Taiwan 112 TW 1C-87-2C (hex) ASUSTek COMPUTER INC. 1C872C (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd.., Peitou, Taipei 112 TW 60-18-2E (hex) ShenZhen Protruly Electronic Ltd co. 60182E (base 16) ShenZhen Protruly Electronic Ltd co. ShenNan Road 1004 Shen Zhen GuangDong 518000 CN C4-14-3C (hex) Cisco Systems, Inc C4143C (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 3C-08-F6 (hex) Cisco Systems, Inc 3C08F6 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 00-1E-8C (hex) ASUSTek COMPUTER INC. 001E8C (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd.,Peitou Taipei 112 TW 00-13-D4 (hex) ASUSTek COMPUTER INC. 0013D4 (base 16) ASUSTek COMPUTER INC. No.5 Shing Yeh Street Tao Yuan Hsien 333 TW 20-CF-30 (hex) ASUSTek COMPUTER INC. 20CF30 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd.,Peitou,Taipei 112 ,Taiwan Taipei Taiwan 112 TW BC-16-65 (hex) Cisco Systems, Inc BC1665 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US F8-72-EA (hex) Cisco Systems, Inc F872EA (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US D0-C7-89 (hex) Cisco Systems, Inc D0C789 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US F8-4F-57 (hex) Cisco Systems, Inc F84F57 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 50-1C-BF (hex) Cisco Systems, Inc 501CBF (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US B0-00-B4 (hex) Cisco Systems, Inc B000B4 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 54-4A-00 (hex) Cisco Systems, Inc 544A00 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 00-E1-6D (hex) Cisco Systems, Inc 00E16D (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 78-BA-F9 (hex) Cisco Systems, Inc 78BAF9 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 00-22-CE (hex) Cisco SPVTG 0022CE (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30042 US E0-D1-73 (hex) Cisco Systems, Inc E0D173 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US E0-89-9D (hex) Cisco Systems, Inc E0899D (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US C4-72-95 (hex) Cisco Systems, Inc C47295 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 7C-69-F6 (hex) Cisco Systems, Inc 7C69F6 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 78-DA-6E (hex) Cisco Systems, Inc 78DA6E (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US B8-78-2E (hex) Apple, Inc. B8782E (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-05-02 (hex) Apple, Inc. 000502 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-0A-95 (hex) Apple, Inc. 000A95 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 34-BD-C8 (hex) Cisco Systems, Inc 34BDC8 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US DC-EB-94 (hex) Cisco Systems, Inc DCEB94 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 84-B5-17 (hex) Cisco Systems, Inc 84B517 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 1C-6E-4C (hex) Logistic Service & Engineering Co.,Ltd 1C6E4C (base 16) Logistic Service & Engineering Co.,Ltd Unit N,9/F,Valiant Ind. Ctr.,2-12 Au Pui Wan St.,Fotan,Shatin,N.T.,Hong Kong Hong Kong 00000 HK 00-0F-66 (hex) Cisco-Linksys, LLC 000F66 (base 16) Cisco-Linksys, LLC 121 Theory Dr. Irvine CA 92612 US 24-37-4C (hex) Cisco SPVTG 24374C (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30044 US 18-8B-9D (hex) Cisco Systems, Inc 188B9D (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US E4-AA-5D (hex) Cisco Systems, Inc E4AA5D (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US F4-5F-D4 (hex) Cisco SPVTG F45FD4 (base 16) Cisco SPVTG 5030 Sugarloaf Pkwy Lawrenceville GA 30044 US 2C-AB-A4 (hex) Cisco SPVTG 2CABA4 (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30044 US 00-26-4A (hex) Apple, Inc. 00264A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 04-1E-64 (hex) Apple, Inc. 041E64 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-11-24 (hex) Apple, Inc. 001124 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-22-41 (hex) Apple, Inc. 002241 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 7C-C5-37 (hex) Apple, Inc. 7CC537 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 78-CA-39 (hex) Apple, Inc. 78CA39 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 18-E7-F4 (hex) Apple, Inc. 18E7F4 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 70-CD-60 (hex) Apple, Inc. 70CD60 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 8C-7B-9D (hex) Apple, Inc. 8C7B9D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D8-9E-3F (hex) Apple, Inc. D89E3F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US B8-C7-5D (hex) Apple, Inc. B8C75D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 0C-74-C2 (hex) Apple, Inc. 0C74C2 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 40-30-04 (hex) Apple, Inc. 403004 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 84-29-99 (hex) Apple, Inc. 842999 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 74-E2-F5 (hex) Apple, Inc. 74E2F5 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E0-C9-7A (hex) Apple, Inc. E0C97A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 68-A8-6D (hex) Apple, Inc. 68A86D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 7C-C3-A1 (hex) Apple, Inc. 7CC3A1 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 70-73-CB (hex) Apple, Inc. 7073CB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 90-84-0D (hex) Apple, Inc. 90840D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E8-06-88 (hex) Apple, Inc. E80688 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US EC-85-2F (hex) Apple, Inc. EC852F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-F4-B9 (hex) Apple, Inc. 00F4B9 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 5C-95-AE (hex) Apple, Inc. 5C95AE (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 98-03-D8 (hex) Apple, Inc. 9803D8 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 60-C5-47 (hex) Apple, Inc. 60C547 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 68-5B-35 (hex) Apple, Inc. 685B35 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 2C-B4-3A (hex) Apple, Inc. 2CB43A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 68-9C-70 (hex) Apple, Inc. 689C70 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 38-0F-4A (hex) Apple, Inc. 380F4A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 30-10-E4 (hex) Apple, Inc. 3010E4 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A8-86-DD (hex) Apple, Inc. A886DD (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 44-4C-0C (hex) Apple, Inc. 444C0C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US B4-F0-AB (hex) Apple, Inc. B4F0AB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 80-92-9F (hex) Apple, Inc. 80929F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 9C-04-EB (hex) Apple, Inc. 9C04EB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 5C-96-9D (hex) Apple, Inc. 5C969D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 60-92-17 (hex) Apple, Inc. 609217 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 84-B1-53 (hex) Apple, Inc. 84B153 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E0-66-78 (hex) Apple, Inc. E06678 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 48-D7-05 (hex) Apple, Inc. 48D705 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 04-15-52 (hex) Apple, Inc. 041552 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US CC-78-5F (hex) Apple, Inc. CC785F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 88-CB-87 (hex) Apple, Inc. 88CB87 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F0-C1-F1 (hex) Apple, Inc. F0C1F1 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 84-38-35 (hex) Apple, Inc. 843835 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 8C-00-6D (hex) Apple, Inc. 8C006D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A8-96-8A (hex) Apple, Inc. A8968A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F4-1B-A1 (hex) Apple, Inc. F41BA1 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 60-D9-C7 (hex) Apple, Inc. 60D9C7 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 3C-AB-8E (hex) Apple, Inc. 3CAB8E (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F8-27-93 (hex) Apple, Inc. F82793 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 90-72-40 (hex) Apple, Inc. 907240 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 90-8D-6C (hex) Apple, Inc. 908D6C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US B8-09-8A (hex) Apple, Inc. B8098A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 4C-7C-5F (hex) Apple, Inc. 4C7C5F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 68-64-4B (hex) Apple, Inc. 68644B (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C8-1E-E7 (hex) Apple, Inc. C81EE7 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A4-31-35 (hex) Apple, Inc. A43135 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 68-D9-3C (hex) Apple, Inc. 68D93C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-F7-6F (hex) Apple, Inc. 00F76F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C8-85-50 (hex) Apple, Inc. C88550 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 70-14-A6 (hex) Apple, Inc. 7014A6 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 98-5A-EB (hex) Apple, Inc. 985AEB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 78-D7-5F (hex) Apple, Inc. 78D75F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E0-B5-2D (hex) Apple, Inc. E0B52D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 6C-94-F8 (hex) Apple, Inc. 6C94F8 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C0-CE-CD (hex) Apple, Inc. C0CECD (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F4-4B-2A (hex) Cisco SPVTG F44B2A (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30044 US 74-6F-19 (hex) ICARVISIONS (SHENZHEN) TECHNOLOGY CO., LTD. 746F19 (base 16) ICARVISIONS (SHENZHEN) TECHNOLOGY CO., LTD. 6F-1 ,Block D,Building 2#, Hongwan XinCun Ming JinHai Industry Area, Gushu Community, Xixiang Street, BaoAn District Shenzhen Guangdong 518000 CN 2C-AE-2B (hex) Samsung Electronics Co.,Ltd 2CAE2B (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR C4-AD-F1 (hex) GOPEACE Inc. C4ADF1 (base 16) GOPEACE Inc. Woolim Bldg B-916, 14 Sagimakgol-ro 45beon-gil, Jungwon-gu Seongnam Gyeonggi 13209 KR 58-FC-73 (hex) Arria Live Media, Inc. 58FC73 (base 16) Arria Live Media, Inc. 2388 NE Lindsey Drive Hillsboro OR 97124 US 0C-1A-10 (hex) Acoustic Stream 0C1A10 (base 16) Acoustic Stream 3213 W Wheeler Street Seattle WA 98199 US C4-EF-70 (hex) Home Skinovations C4EF70 (base 16) Home Skinovations Tavor building POB 533 Yokneam Israel 2069206 IL 5C-E3-B6 (hex) Fiberhome Telecommunication Technologies Co.,LTD 5CE3B6 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 7C-5A-67 (hex) JNC Systems, Inc. 7C5A67 (base 16) JNC Systems, Inc. #611, Gyeonggi Venture Yeonsung University Anyang-si Gyeonggi-do 430731 KR A0-F9-E0 (hex) VIVATEL COMPANY LIMITED A0F9E0 (base 16) VIVATEL COMPANY LIMITED 36/F,Tower Two Causeway Bay Causeway Bay 999077 HK C8-69-CD (hex) Apple, Inc. C869CD (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A4-B8-05 (hex) Apple, Inc. A4B805 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 90-C9-9B (hex) Tesorion Nederland B.V. 90C99B (base 16) Tesorion Nederland B.V. Auke Vleerstraat 6-D Enschede 7521 PG NL 5C-AD-CF (hex) Apple, Inc. 5CADCF (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 08-0A-4E (hex) Planet Bingo® — 3rd Rock Gaming® 080A4E (base 16) Planet Bingo® — 3rd Rock Gaming® 75190 Gerald Ford Dr. Palm Desert CA 92211 US B4-9D-0B (hex) BQ B49D0B (base 16) BQ Sofia, 10 Las Rozas de Madrid Madrid 28230 ES 3C-8C-F8 (hex) TRENDnet, Inc. 3C8CF8 (base 16) TRENDnet, Inc. 20675 Manhattan Place Torrance CA 90501 US E8-13-63 (hex) Comstock RD, Inc. E81363 (base 16) Comstock RD, Inc. 4415 Mason St Ashton ID 83406 US 74-18-65 (hex) Shanghai DareGlobal Technologies Co.,Ltd 741865 (base 16) Shanghai DareGlobal Technologies Co.,Ltd 22F NO.1555 Kongjiang RD Shanghai 200092 CN BC-6C-21 (hex) Apple, Inc. BC6C21 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F8-C3-72 (hex) TSUZUKI DENKI F8C372 (base 16) TSUZUKI DENKI shinbashi 6-19-15 mainato-ku tokyo-to 105-8665 JP D4-72-08 (hex) Bragi GmbH D47208 (base 16) Bragi GmbH Herzog-Heinrich-Strasse 20 Munich Bavaria 80336 DE A8-72-85 (hex) IDT, INC. A87285 (base 16) IDT, INC. 6024 SILVER CREEK VALLEY RD SAN JOSE CA 95138 US 78-05-41 (hex) Queclink Wireless Solutions Co., Ltd 780541 (base 16) Queclink Wireless Solutions Co., Ltd Room 501, Building 9, No.99 Tianzhou Road shanghai shanghai 200233 CN 04-41-69 (hex) GoPro 044169 (base 16) GoPro 3000 Clearview Way San Mateo CA 94402 US C0-2D-EE (hex) Cuff C02DEE (base 16) Cuff 232 Townsend St San Francisco CA 94107 US 6C-EB-B2 (hex) Dongguan Sen DongLv Electronics Co.,Ltd 6CEBB2 (base 16) Dongguan Sen DongLv Electronics Co.,Ltd Nanjiang RD 111st,Daning Dongguan Guangdong 523930 3C-7A-8A (hex) ARRIS Group, Inc. 3C7A8A (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US F4-0E-22 (hex) Samsung Electronics Co.,Ltd F40E22 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 88-1B-99 (hex) SHENZHEN XIN FEI JIA ELECTRONIC CO. LTD. 881B99 (base 16) SHENZHEN XIN FEI JIA ELECTRONIC CO. LTD. #4 BULIDING, HIGH TECH INDUSTRIAL PARK, HE PING COMMUNITY GUANGDONG N/A 518000 CN 54-4E-90 (hex) Apple, Inc. 544E90 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A4-A6-A9 (hex) Private A4A6A9 (base 16) Private 8C-10-D4 (hex) Sagemcom Broadband SAS 8C10D4 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR F8-98-B9 (hex) HUAWEI TECHNOLOGIES CO.,LTD F898B9 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 5C-B5-59 (hex) CNEX Labs 5CB559 (base 16) CNEX Labs 2880 Stevens Creek Blvd San Jose CA 95128 US B8-3A-9D (hex) Alarm.com B83A9D (base 16) Alarm.com 8281 Greensboro Dr., Suite 100 Tysons VA 22102 US 68-58-C5 (hex) ZF TRW Automotive 6858C5 (base 16) ZF TRW Automotive ​12001 Tech Center Drive Livonia MI 48150 US C0-11-73 (hex) Samsung Electronics Co.,Ltd C01173 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 78-53-F2 (hex) ROXTON Ltd. 7853F2 (base 16) ROXTON Ltd. 15 Ostapovsky proezd Moscow Moscow 109316 RU BC-E6-3F (hex) Samsung Electronics Co.,Ltd BCE63F (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 7C-91-22 (hex) Samsung Electronics Co.,Ltd 7C9122 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR AC-BC-32 (hex) Apple, Inc. ACBC32 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 90-23-EC (hex) Availink, Inc. 9023EC (base 16) Availink, Inc. Scotia Centre P.O. Box 268GT,Grand Cayman, Cayman Islands Grand Cayman Grand Cayman 999159 KY 44-1C-A8 (hex) Hon Hai Precision Ind. Co.,Ltd. 441CA8 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN B4-29-3D (hex) Shenzhen Urovo Technology Co.,Ltd. B4293D (base 16) Shenzhen Urovo Technology Co.,Ltd. A701-710, Zondy Cyber Building, Keyuan South Road, Nanshan District, Shenzhen Guangzhou 518057 CN 54-FF-82 (hex) Davit Solution co. 54FF82 (base 16) Davit Solution co. 103-301,Geudaegapremier,21 Deagyeong-Daero 1484beon-Gil Suwon-Si Gyeonggi-Do KS002 KR 50-DF-95 (hex) Lytx 50DF95 (base 16) Lytx 9785 Towne Centre Drive San Diego CA 92121 US 9C-A6-9D (hex) Whaley Technology Co.Ltd 9CA69D (base 16) Whaley Technology Co.Ltd Floor 3, Building E, No666 Shengxia Road Shanghai 201203 CN 58-53-C0 (hex) Beijing Guang Runtong Technology Development Company co.,Ltd 5853C0 (base 16) Beijing Guang Runtong Technology Development Company co.,Ltd Beijing city Haidian District North Third Ring Road 48, Beijing science and Technology Exhibition Center 1 building B block, room 18H Beijing Bejing 100000 CN 2C-A5-39 (hex) Parallel Wireless, Inc 2CA539 (base 16) Parallel Wireless, Inc 1 Tara Blvd Nashua NH 03062 US CC-79-4A (hex) BLU Products Inc. CC794A (base 16) BLU Products Inc. Tower 4, Excellence Century Center Shenzhen Guangdong 518000 CN F4-E9-26 (hex) Tianjin Zanpu Technology Inc. F4E926 (base 16) Tianjin Zanpu Technology Inc. 3F Haiyi International Center, Huayuan Industrial Park, Tianjin Tianjin Tianjin 300384 CN 90-6F-18 (hex) Private 906F18 (base 16) Private 98-CB-27 (hex) Galore Networks Pvt. Ltd. 98CB27 (base 16) Galore Networks Pvt. Ltd. #D1104, Salarpuria Serenity, 41A, Bangalore Karnataka 560068 IN E8-F2-E2 (hex) LG Innotek E8F2E2 (base 16) LG Innotek 26, Hanamsandan 5beon-ro Gwangju Gwangsan-gu 506-731 KR 24-72-60 (hex) IOTTECH Corp 247260 (base 16) IOTTECH Corp 4F.-1, No.55, Dongguang Rd., East Dist., Hsinchu City 300, TAIWAN ,REPUBLIC OF CHINA Hsinchu TAIWAN 300 TW 24-5B-F0 (hex) Liteon, Inc. 245BF0 (base 16) Liteon, Inc. 3001 Summit Avenue, Suite 400 Plano Tx 75074 US E8-55-B4 (hex) SAI Technology Inc. E855B4 (base 16) SAI Technology Inc. 2376 Walsh Avenue Santa Clara California 95051 US 34-0C-ED (hex) Moduel AB 340CED (base 16) Moduel AB Hudiksvallsgatan 8 Stockholm Stockholm 11330 SE 28-27-BF (hex) Samsung Electronics Co.,Ltd 2827BF (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 94-D8-59 (hex) TCT mobile ltd 94D859 (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN 2C-FC-E4 (hex) CTEK Sweden AB 2CFCE4 (base 16) CTEK Sweden AB Rostugnsvägen 3 Vikmanshyttan Dalarna SE-776 70 SE C0-EE-40 (hex) Laird Technologies C0EE40 (base 16) Laird Technologies 50 South Main St Akron Ohio 44308 US F4-B8-A7 (hex) zte corporation F4B8A7 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 30-0C-23 (hex) zte corporation 300C23 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN C0-B7-13 (hex) Beijing Xiaoyuer Technology Co. Ltd. C0B713 (base 16) Beijing Xiaoyuer Technology Co. Ltd. No.5 Guangshunbei Rd. Rm# B129 Beijing Beijing 100102 CN 10-05-B1 (hex) ARRIS Group, Inc. 1005B1 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 20-63-5F (hex) Abeeway 20635F (base 16) Abeeway 29 chemin du vieux chêne meylan Isere 38240 FR 08-3A-5C (hex) Junilab, Inc. 083A5C (base 16) Junilab, Inc. #205 107 Gyounggyo-Ro, Yeongtong-Gu, Suwon Suwon Gyeonggi-Do 443-766 KR B8-B3-DC (hex) DEREK (SHAOGUAN) LIMITED B8B3DC (base 16) DEREK (SHAOGUAN) LIMITED Gaojiling, Taiping Town, Shao Guan Guang Dong 512500 CN 70-2A-7D (hex) EpSpot AB 702A7D (base 16) EpSpot AB Aluddsparken 7D Stockholm 11265 SE 4C-AE-31 (hex) ShengHai Electronics (Shenzhen) Ltd 4CAE31 (base 16) ShengHai Electronics (Shenzhen) Ltd Block 17&18,Hui Ming Ying Industry,YanChuan,SongGang Shenzhen Guangdong 518105 CN 18-8E-F9 (hex) G2C Co. Ltd. 188EF9 (base 16) G2C Co. Ltd. 1004,1591-9, K-Center Kwanyang Dong Anyang Si Kyeonggido 431-815 KR 44-F4-36 (hex) zte corporation 44F436 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN C4-7D-46 (hex) FUJITSU LIMITED C47D46 (base 16) FUJITSU LIMITED 403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP 18-5D-9A (hex) BobjGear LLC 185D9A (base 16) BobjGear LLC 4327 S Highway 27 # 504 Clermont Florida 34711 US F4-E9-D4 (hex) QLogic Corporation F4E9D4 (base 16) QLogic Corporation 26650 Aliso Viejo Parkway Aliso Viejo California US 4C-B7-6D (hex) Novi Security 4CB76D (base 16) Novi Security 1434 E 820 N Orem UT 84097 US 6C-E0-1E (hex) Modcam AB 6CE01E (base 16) Modcam AB Bredgatan 4 Malmö Skåne 21130 SE 74-85-2A (hex) PEGATRON CORPORATION 74852A (base 16) PEGATRON CORPORATION 5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW 9C-B6-D0 (hex) Rivet Networks 9CB6D0 (base 16) Rivet Networks 11940 Jollyville Rd Austin tx 78759 US 40-B8-9A (hex) Hon Hai Precision Ind. Co.,Ltd. 40B89A (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 1C-B7-2C (hex) ASUSTek COMPUTER INC. 1CB72C (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 40-B8-37 (hex) Sony Mobile Communications Inc 40B837 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 4C-EE-B0 (hex) SHC Netzwerktechnik GmbH 4CEEB0 (base 16) SHC Netzwerktechnik GmbH Ludwigstrasse 33-37 Frankfurt am Main Hessen 60327 DE 80-01-84 (hex) HTC Corporation 800184 (base 16) HTC Corporation No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW 44-C6-9B (hex) Wuhan Feng Tian Information Network CO.,LTD 44C69B (base 16) Wuhan Feng Tian Information Network CO.,LTD Room 1002,10th Floor,Oversea talent Building A, Wuhan City Hubei Province 430074 CN FC-E3-3C (hex) HUAWEI TECHNOLOGIES CO.,LTD FCE33C (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN C0-25-67 (hex) Nexxt Solutions C02567 (base 16) Nexxt Solutions 3505 NW 107TH AVENUE MIAMI FLORIDA 33178 US A8-82-7F (hex) CIBN Oriental Network(Beijing) CO.,Ltd A8827F (base 16) CIBN Oriental Network(Beijing) CO.,Ltd Floor 18B,Block B(International Resources Building),No.18B(Wanda Plaza),Shijingshan Road,Shijingshan,Beijing(100043) Beijing Beijing 100043 CN D0-48-F3 (hex) DATTUS Inc D048F3 (base 16) DATTUS Inc 3000 Kent Ave W Lafayette IN 47906 US B8-C3-BF (hex) Henan Chengshi NetWork Technology Co.,Ltd B8C3BF (base 16) Henan Chengshi NetWork Technology Co.,Ltd Ruhe Road South,Kunlun Road West,Zhongyuan District,Zhengzhou,Henan,P.R.China,450007 Zhengzhou Henan 450007 CN 44-96-2B (hex) Aidon Oy 44962B (base 16) Aidon Oy Piippukatu 11 Jyvaskyla Jyvaskyla 40100 FI E0-76-D0 (hex) AMPAK Technology, Inc. E076D0 (base 16) AMPAK Technology, Inc. No.1,Jen Ai Road Hsinchu Hsinchu 30352 TW B0-08-BF (hex) Vital Connect, Inc. B008BF (base 16) Vital Connect, Inc. 900 E HAMILTON AVE STE 500 CAMPBELL CA 95008-0667 US D4-52-2A (hex) TangoWiFi.com D4522A (base 16) TangoWiFi.com TangoWiFi Team Beijing Beijing 100022 CN E8-07-BF (hex) SHENZHEN BOOMTECH INDUSTRY CO.,LTD E807BF (base 16) SHENZHEN BOOMTECH INDUSTRY CO.,LTD Floor 6 East, Bldg 6, Yusheng Industrial Area, Xixiang, Bao'an District Shenzhen Guangdong 518000 CN 84-F1-29 (hex) Metrascale Inc. 84F129 (base 16) Metrascale Inc. 400 Liberty Ave. Brooklyn NY 11207 US B8-9A-CD (hex) ELITE OPTOELECTRONIC(ASIA)CO.,LTD B89ACD (base 16) ELITE OPTOELECTRONIC(ASIA)CO.,LTD A9 jin Fu 1 Road,Tangchun lndustrial zone,Liaobu Town,Dongguan City,Guangdong Province Liaobu dongguan /guangdong 523400 CN D4-68-BA (hex) Shenzhen Sundray Technologies Company Limited D468BA (base 16) Shenzhen Sundray Technologies Company Limited 6th Floor,Block A1, Nanshan iPark, Nanshan District, Shenzhen 518055 Guangdong CN 08-62-66 (hex) ASUSTek COMPUTER INC. 086266 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 9C-30-66 (hex) RWE Effizienz GmbH 9C3066 (base 16) RWE Effizienz GmbH Flamingoweg 1 Dortmund NRW 44139 DE 18-BD-AD (hex) L-TECH CORPORATION 18BDAD (base 16) L-TECH CORPORATION 201, Moonbon-dong Ilsandong-gu Gyeonggi-do 410-560 KR 60-E6-BC (hex) Sino-Telecom Technology Co.,Ltd. 60E6BC (base 16) Sino-Telecom Technology Co.,Ltd. 6F, Building 2, No.115, Lane 1276 Nanle Rd 201613 CN C8-C5-0E (hex) Shenzhen Primestone Network Technologies.Co., Ltd. C8C50E (base 16) Shenzhen Primestone Network Technologies.Co., Ltd. Room 705,Complex Building, Tsinghua Hi-Tech Park Shenzhen Guangdong 518057 CN D0-6A-1F (hex) BSE CO.,LTD. D06A1F (base 16) BSE CO.,LTD. 626-3, Gozan-dong, Namdong-ku Incheon, 405-817 KR 70-01-36 (hex) FATEK Automation Corporation 700136 (base 16) FATEK Automation Corporation 5F., NO.300, SEC. 1, NEIHU RD Taipei City 114 TW FC-A2-2A (hex) PT. Callysta Multi Engineering FCA22A (base 16) PT. Callysta Multi Engineering Jl. Taman Cibeunying No. 2 Bandung Jawa Barat 40114 ID A4-56-02 (hex) fenglian Technology Co.,Ltd. A45602 (base 16) fenglian Technology Co.,Ltd. 302 R D Building Oriental Cyberport HighTech Industrial Park Nanshan Shenzhen China Shenzhen,Guangdong Province 518057 CN 94-E2-FD (hex) Boge Kompressoren OTTO Boge GmbH & Co. KG 94E2FD (base 16) Boge Kompressoren OTTO Boge GmbH & Co. KG Otto Boge Str. 1-7 Bielefeld Westfalia 33739 DE F0-1E-34 (hex) ORICO Technologies Co., Ltd F01E34 (base 16) ORICO Technologies Co., Ltd F-9, Block14A, Zhonghaixin Science &Technology Zone ShenZhen Guangdong 518116 CN DC-E0-26 (hex) Patrol Tag, Inc DCE026 (base 16) Patrol Tag, Inc 2800 Western Ave Seattle WA 98121 US B4-05-66 (hex) SP Best Corporation Co., LTD. B40566 (base 16) SP Best Corporation Co., LTD. 555/25 B-Avenue, Sukhaphibal 5 Road Saimai Bangkok 10220 TH 1C-C7-2D (hex) Shenzhen Huapu Digital CO.,Ltd 1CC72D (base 16) Shenzhen Huapu Digital CO.,Ltd R2305 Malata Technology Building,NO.9998 Shennan Boulevard, Shenzhen,P.R.China 518057 Shenzhen Guangzhou 518057 CN A8-90-08 (hex) Beijing Yuecheng Technology Co. Ltd. A89008 (base 16) Beijing Yuecheng Technology Co. Ltd. Room 1601, Floor 16 Beijing Beijing 100000 CN 18-38-64 (hex) CAP-TECH INTERNATIONAL CO., LTD. 183864 (base 16) CAP-TECH INTERNATIONAL CO., LTD. Rm. 6, 4F., No.120, Qiaohe Rd., Zhonghe Dist New Taipei City Taiwan 235 TW 6C-F5-E8 (hex) Mooredoll Inc. 6CF5E8 (base 16) Mooredoll Inc. 5F,No.50,Ln.316,Ruiguan Rd.,Neihu Dist.,Taipei 114, Taiwan Taipei Neihu 114 TW 8C-BF-A6 (hex) Samsung Electronics Co.,Ltd 8CBFA6 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR C8-A8-23 (hex) Samsung Electronics Co.,Ltd C8A823 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR B0-C5-59 (hex) Samsung Electronics Co.,Ltd B0C559 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR F4-2C-56 (hex) SENOR TECH CO LTD F42C56 (base 16) SENOR TECH CO LTD No.165, Kangning St New Taipei City Taiwan 221 TW FC-DC-4A (hex) G-Wearables Corp. FCDC4A (base 16) G-Wearables Corp. 901, S&CTBuilding, No.9 Zhongguancun South Avenue Beijing Beijing 100081 CN 1C-14-B3 (hex) Airwire Technologies 1C14B3 (base 16) Airwire Technologies 9670 Gateway Drive, Suite 250 Reno NV 89521 US A4-8C-DB (hex) Lenovo A48CDB (base 16) Lenovo 1009 Think Place Morrisvilee NC 27560 US D8-5D-E2 (hex) Hon Hai Precision Ind. Co.,Ltd. D85DE2 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 3C-91-2B (hex) Vexata Inc 3C912B (base 16) Vexata Inc 1735 Technology Dr Suite 520 San Jose CA 95110 US 34-6C-0F (hex) Pramod Telecom Pvt. Ltd 346C0F (base 16) Pramod Telecom Pvt. Ltd Plot No. 6-B, Malviya Nagar, Lucknow Uttar Pradesh 226004 IN BC-14-85 (hex) Samsung Electronics Co.,Ltd BC1485 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 9C-6C-15 (hex) Microsoft Corporation 9C6C15 (base 16) Microsoft Corporation 1 Microsoft Way Redmond Washington 98052 FI 44-5E-CD (hex) Razer Inc 445ECD (base 16) Razer Inc 2035 Corte Del Nogal Carlsbad CA 92011 US 4C-A9-28 (hex) Insensi 4CA928 (base 16) Insensi 2025 Broadway, 2CD New York City New York 10023 US E8-44-7E (hex) Bitdefender SRL E8447E (base 16) Bitdefender SRL 24 Delea Veche St. Bucharest Romania 024102 RO C0-33-5E (hex) Microsoft C0335E (base 16) Microsoft 1 Microsoft Way Redmond Washington 98052 US B0-E0-3C (hex) TCT mobile ltd B0E03C (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN B0-49-5F (hex) OMRON HEALTHCARE Co., Ltd. B0495F (base 16) OMRON HEALTHCARE Co., Ltd. 53, Kunotsubo, Terado-cho Muko Kyoto 6170002 JP 60-F1-89 (hex) Murata Manufacturing Co., Ltd. 60F189 (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP 74-2E-FC (hex) DirectPacket Research, Inc, 742EFC (base 16) DirectPacket Research, Inc, 909 Lake Carolyn Parkway Irving Texas 75039 US 84-CF-BF (hex) Fairphone 84CFBF (base 16) Fairphone Piet Heinkade 181A Amsterdam North Holland 1019HC NL AC-D1-B8 (hex) Hon Hai Precision Ind. Co.,Ltd. ACD1B8 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN A0-C2-DE (hex) Costar Video Systems A0C2DE (base 16) Costar Video Systems 101 Wrangler, Suite 201 Coppell Texas 75019 US 88-E1-61 (hex) Art Beijing Science and Technology Development Co., Ltd. 88E161 (base 16) Art Beijing Science and Technology Development Co., Ltd. Room 210,Building 1#, No. 27 Qinghe Longgang Rd., Haidian District, Beijing,100192,China Beijing Beijing 100192 CN 00-A5-09 (hex) WigWag Inc. 00A509 (base 16) WigWag Inc. 4009 banister lane austin texas 78704 US 74-91-BD (hex) Four systems Co.,Ltd. 7491BD (base 16) Four systems Co.,Ltd. 608-608/7 Ramintra Road Kannayao Bangkok Bangkok 10230 TH F0-FE-6B (hex) Shanghai High-Flying Electronics Technology Co., Ltd F0FE6B (base 16) Shanghai High-Flying Electronics Technology Co., Ltd Room 1002 ,#1Building,No.3000 Longdong Avenue,Pudong District,Shanghai,China shanghai shanghai 201203 CN 3C-AE-69 (hex) ESA Elektroschaltanlagen Grimma GmbH 3CAE69 (base 16) ESA Elektroschaltanlagen Grimma GmbH Broner Ring 30 Grimma Saxony 04668 DE D4-32-66 (hex) Fike Corporation D43266 (base 16) Fike Corporation 704 SW 10th Street Blue Springs MO 64015 US 90-0C-B4 (hex) Alinket Electronic Technology Co., Ltd 900CB4 (base 16) Alinket Electronic Technology Co., Ltd 412 Guilin Rd. 3F, Xuhui District Shanghai Shanghai 201235 CN 48-C0-93 (hex) Xirrus, Inc. 48C093 (base 16) Xirrus, Inc. 2101 Corporate Center Dr. Thousand Oaks CA 91320 US DC-09-14 (hex) Talk-A-Phone Co. DC0914 (base 16) Talk-A-Phone Co. 7530 N. Natchez Ave. Niles IL 60714 US D0-92-9E (hex) Microsoft Corporation D0929E (base 16) Microsoft Corporation 1 Microsoft Way Redmond Washington 98052 FI BC-52-B4 (hex) Nokia BC52B4 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 94-05-B6 (hex) Liling FullRiver Electronics & Technology Ltd 9405B6 (base 16) Liling FullRiver Electronics & Technology Ltd FullRiver Industrial Area Economic Development Zone HuNan Province 412200 CN 00-F3-DB (hex) WOO Sports 00F3DB (base 16) WOO Sports 11 Elkins St. BOSTON Massachusetts 02127 US 78-31-2B (hex) zte corporation 78312B (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN C8-1B-6B (hex) Innova Security C81B6B (base 16) Innova Security Av. General Ataliba Leonel, 1205 Sao Paulo Sao Paulo 02033000 BR 34-38-AF (hex) Inlab Software GmbH 3438AF (base 16) Inlab Software GmbH Josef-Wuerth-Str. 3 Gruenwald Bavaria 82031 DE B4-A8-28 (hex) Shenzhen Concox Information Technology Co., Ltd B4A828 (base 16) Shenzhen Concox Information Technology Co., Ltd Floor 4th, Building B, Gaoxinqi Industrial Park, Liuxian 1st Road, district 67, Bao’an, Shenzhen, Guangdong,China Shenzhen Guangdong 518102 CN 00-A2-F5 (hex) Guangzhou Yuanyun Network Technology Co.,Ltd 00A2F5 (base 16) Guangzhou Yuanyun Network Technology Co.,Ltd 31/F,183 TianHe Bei Rd, Metro Plz GuangZhou GuangDong 510630 CN 10-08-B1 (hex) Hon Hai Precision Ind. Co.,Ltd. 1008B1 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN E4-8C-0F (hex) Discovery Insure E48C0F (base 16) Discovery Insure 3 Alice lane Sandton Gauteng 2196 ZA E4-23-54 (hex) SHENZHEN FUZHI SOFTWARE TECHNOLOGY CO.,LTD E42354 (base 16) SHENZHEN FUZHI SOFTWARE TECHNOLOGY CO.,LTD 4/F,Fuxing Bldg,Binlang Road,Futian Free Trade Zone,SHENZHEN.CHINA SHENZHEN Guang Dong 518038 CN 94-BF-95 (hex) Shenzhen Coship Electronics Co., Ltd 94BF95 (base 16) Shenzhen Coship Electronics Co., Ltd Rainbow Bldg., North, Hi-Tech Industrial Park Shenzhen Guangdong 518057 CN 44-CE-7D (hex) SFR 44CE7D (base 16) SFR 5 RUE NOEL PONS NANTERRE 92000 FR 34-4D-EA (hex) zte corporation 344DEA (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 4C-16-F1 (hex) zte corporation 4C16F1 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 10-FA-CE (hex) Reacheng Communication Technology Co.,Ltd 10FACE (base 16) Reacheng Communication Technology Co.,Ltd Building No.5-401, Pu Dong New District, Shanghai 201203 CN 94-70-D2 (hex) WINFIRM TECHNOLOGY 9470D2 (base 16) WINFIRM TECHNOLOGY 2-1015 Lotte IT Castle Seoul 153-768 KR A4-4A-D3 (hex) ST Electronics(Shanghai) Co.,Ltd A44AD3 (base 16) ST Electronics(Shanghai) Co.,Ltd Floors 1&3, No.6 Building, No.1151 Lianxi Road Shanghai Shanghai 201204 CN 7C-B1-77 (hex) Satelco AG 7CB177 (base 16) Satelco AG Seestrasse 241 Au / Waedenswil ZH 8804 CH CC-30-80 (hex) VAIO Corporation CC3080 (base 16) VAIO Corporation 5432 Toyoshina Azumino Nagano 399-8282 JP 58-7B-E9 (hex) AirPro Technology India Pvt. Ltd 587BE9 (base 16) AirPro Technology India Pvt. Ltd D30, Gautam Marg, Jaipur Rajasthan 302018 IN 8C-18-D9 (hex) Shenzhen RF Technology Co., Ltd 8C18D9 (base 16) Shenzhen RF Technology Co., Ltd 5/F,Building 4,Baokun Science and Technology Industial Park Baoan Guangdong 518100 CN C4-BD-6A (hex) SKF GmbH C4BD6A (base 16) SKF GmbH Gunnar-Wester-Strasse 12 Schweinfurt DE DE-97421 DE C4-01-CE (hex) PRESITION (2000) CO., LTD. C401CE (base 16) PRESITION (2000) CO., LTD. 42/6 Moo6 Muang Samutsakorn 74000 TH 18-71-17 (hex) eta plus electronic gmbh 187117 (base 16) eta plus electronic gmbh Lauterstr. 29 Nuertingen BW 72622 DE EC-0E-C4 (hex) Hon Hai Precision Ind. Co.,Ltd. EC0EC4 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 30-FA-B7 (hex) Tunai Creative 30FAB7 (base 16) Tunai Creative 12F, No.221, Sec.4, Zongxiao E. Rd, Taipei 106, Taiwan TAIPEI TAIPEI 10690 TW 08-09-B6 (hex) Masimo Corp 0809B6 (base 16) Masimo Corp 40 Parker Irvine CA 92618 US 4C-F5-A0 (hex) Scalable Network Technologies Inc 4CF5A0 (base 16) Scalable Network Technologies Inc 600 Corporate Pointe Culver City CA 90230 US D8-FB-11 (hex) AXACORE D8FB11 (base 16) AXACORE 2468 HISTORIC DECATUR RD SAN DIEGO CA 92106 US 4C-E9-33 (hex) RailComm, LLC 4CE933 (base 16) RailComm, LLC 1387 Fairport Road Fairport New York 14450 US CC-E1-7F (hex) Juniper Networks CCE17F (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US E4-C6-2B (hex) Airware E4C62B (base 16) Airware 1045 Bryant St. San Francisco California 94103 US EC-1D-7F (hex) zte corporation EC1D7F (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN AC-38-70 (hex) Lenovo Mobile Communication Technology Ltd. AC3870 (base 16) Lenovo Mobile Communication Technology Ltd. No.999, Qishan North 2nd Road, Information & Optoelectronics Park, Xiamen Fujian 361006 4C-BC-42 (hex) Shenzhen Hangsheng Electronics Co.,Ltd. 4CBC42 (base 16) Shenzhen Hangsheng Electronics Co.,Ltd. Hangsheng Industrial Area, Fuyuan 1st Road,Heping Village, Fuyong Town,Baoan District Shenzhen City Guangdong 518103 CN 70-F1-96 (hex) Actiontec Electronics, Inc 70F196 (base 16) Actiontec Electronics, Inc 3301 Olcott St. Santa Clara CA 95054 US 18-82-19 (hex) Alibaba Cloud Computing Ltd. 188219 (base 16) Alibaba Cloud Computing Ltd. Yuhang District of Hangzhou Wenyi Road, Building 1, No. 969 Xixi Park, Zhejiang Province Hangzhou Zhejiang 310000 CN 28-A5-EE (hex) Shenzhen SDGI CATV Co., Ltd 28A5EE (base 16) Shenzhen SDGI CATV Co., Ltd 2/F, NO, 3, QIONGYU ROAD, shenzhen Guangdong province 518057 CN D0-A0-D6 (hex) Chengdu TD Tech Ltd. D0A0D6 (base 16) Chengdu TD Tech Ltd. 3-5F,Building 3, No.219 Tian Hua Road 2, Software Park C,High-Tech Zone Chengdu Sichuan 610041 CN EC-B9-07 (hex) CloudGenix Inc ECB907 (base 16) CloudGenix Inc 2933 Bunker Hill Lane Santa Clara CA 95054 US F4-28-33 (hex) MMPC Inc. F42833 (base 16) MMPC Inc. #F313, KAIST-ICC, 193 Munjiro Yuseong-gu Daejeon Daejeon 305-732 KR 0C-8C-8F (hex) Kamo Technology Limited 0C8C8F (base 16) Kamo Technology Limited Room 1502, 15/F., Yue Xiu Building, Wanchai Hong Kong 160-174 CN A4-A4-D3 (hex) Bluebank Communication Technology Co.Ltd A4A4D3 (base 16) Bluebank Communication Technology Co.Ltd No.13-2.Jiang Ying Road, Chongqing 401336 CN A8-32-9A (hex) Digicom Futuristic Technologies Ltd. A8329A (base 16) Digicom Futuristic Technologies Ltd. 406 Mirror Tower, Modi Road, TST 000086 HK F4-D0-32 (hex) Yunnan Ideal Information&Technology.,Ltd F4D032 (base 16) Yunnan Ideal Information&Technology.,Ltd The 1st Floor, Building Four ,JingdianMingju,Haiyuanzhong road, High Tech Development Zone,Kunming,YunnanP.R.China Kunming Yunnan 650106 CN 60-02-92 (hex) PEGATRON CORPORATION 600292 (base 16) PEGATRON CORPORATION 5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW B4-B8-59 (hex) Texa Spa B4B859 (base 16) Texa Spa Via I Maggio, 9 Monastier di Treviso Treviso 31050 IT 5C-F9-F0 (hex) Atomos Engineering P/L 5CF9F0 (base 16) Atomos Engineering P/L 36 Park St South Melbourne Victoria 3205 AU 70-2D-D1 (hex) Newings Communication CO., LTD. 702DD1 (base 16) Newings Communication CO., LTD. 12F, Block 1, NO 7866, Humin Rd, Minhang District, Shanghai, China Shanghai Shanghai 200000 CN 14-75-90 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 147590 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 50-BD-5F (hex) TP-LINK TECHNOLOGIES CO.,LTD. 50BD5F (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 98-7E-46 (hex) Emizon Networks Limited 987E46 (base 16) Emizon Networks Limited 1 Allerton Road Rugby Warwickshire CV23 0PA GB 3C-46-D8 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 3C46D8 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 4C-83-DE (hex) Cisco SPVTG 4C83DE (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30044 US A8-13-74 (hex) Panasonic Corporation AVC Networks Company A81374 (base 16) Panasonic Corporation AVC Networks Company 1-15 Matsuo cho Kadoma city Osaka 571-8504 JP 08-3D-88 (hex) Samsung Electronics Co.,Ltd 083D88 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR BC-4E-5D (hex) ZhongMiao Technology Co., Ltd. BC4E5D (base 16) ZhongMiao Technology Co., Ltd. NO.2009 Lihu Avenue, WuxiStudioA-A3 Wuxi Jiangsu 214000 CN 3C-18-9F (hex) Nokia Corporation 3C189F (base 16) Nokia Corporation Joensuunkatu 7 Salo N.A. 24101 FI 7C-6A-C3 (hex) GatesAir, Inc 7C6AC3 (base 16) GatesAir, Inc 5300 Kings Island Drive Mason Ohio 45040 US 5C-5B-C2 (hex) YIK Corporation 5C5BC2 (base 16) YIK Corporation B-4F,Pangyo Silicon Park 613 Seongnam-si Gyeonggi-do 463-400 KR 30-59-5B (hex) streamnow AG 30595B (base 16) streamnow AG Brandstrasse 33 Schlieren Zürich 8952 CH 84-85-0A (hex) Hella Sonnen- und Wetterschutztechnik GmbH 84850A (base 16) Hella Sonnen- und Wetterschutztechnik GmbH Abfaltersbach 125 Abfaltersbach Tirol 9913 AT 08-CD-9B (hex) samtec automotive electronics & software GmbH 08CD9B (base 16) samtec automotive electronics & software GmbH Saarstrasse 27 Filderstadt Baden-Wuerttemberg 70794 DE 28-E6-E9 (hex) SIS Sat Internet Services GmbH 28E6E9 (base 16) SIS Sat Internet Services GmbH Justus-von-Liebig Str. 26 Neustadt Niedersachsen 31535 DE F4-FD-2B (hex) ZOYI Company F4FD2B (base 16) ZOYI Company 827-66 Yeoksam 1-dong, Second Floor Seoul Korea 135-935 KR F4-F6-46 (hex) Dediprog Technology Co. Ltd. F4F646 (base 16) Dediprog Technology Co. Ltd. 4F,No.7,Lane 143, Xinming Rd., Taipei 114 TW 30-0D-2A (hex) Zhejiang Wellcom Technology Co.,Ltd. 300D2A (base 16) Zhejiang Wellcom Technology Co.,Ltd. Liuhe Road,Binjiang District , Hangzhou Hangzhou Zhejiang 310012 04-5C-8E (hex) gosund GROUP CO.,LTD 045C8E (base 16) gosund GROUP CO.,LTD 11/F., FRONT BLOCK, HANG LOK BUILDING SHEUNG WAN, HK 999077 HK 7C-C4-EF (hex) Devialet 7CC4EF (base 16) Devialet 126, rue Réaumur Paris Paris 75002 FR D8-5D-FB (hex) Private D85DFB (base 16) Private DC-F1-10 (hex) Nokia Corporation DCF110 (base 16) Nokia Corporation Joensuunkatu 7 Salo N.A. 24101 FI 60-8F-5C (hex) Samsung Electronics Co.,Ltd 608F5C (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR DC-38-E1 (hex) Juniper Networks DC38E1 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 90-8C-63 (hex) GZ Weedong Networks Technology Co. , Ltd 908C63 (base 16) GZ Weedong Networks Technology Co. , Ltd 38th Floor,Ren Feng Building Guangzhou Guangdong 510620 CN E8-EF-89 (hex) OPMEX Tech. E8EF89 (base 16) OPMEX Tech. 18F GDC Building, 9 Gaoxin Central Avenue 3rd, Nanshan District Shenzhen Guangdong 518000 CN 10-92-66 (hex) Samsung Electronics Co.,Ltd 109266 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR EC-2E-4E (hex) HITACHI-LG DATA STORAGE INC EC2E4E (base 16) HITACHI-LG DATA STORAGE INC 4F, MSC CENTER BLDG., 22-23 KAIGAN 3-CHOME, MINATO-KU, TOKYO TOKYO 108-0022 JP 34-81-C4 (hex) AVM GmbH 3481C4 (base 16) AVM GmbH Alt-Moabit 95 Berlin Berlin 10559 DE 98-37-13 (hex) PT.Navicom Indonesia 983713 (base 16) PT.Navicom Indonesia Perkantoran Citragrand Blok CW7 no 10 Bekasi Jawa Barat 17435 ID A4-7E-39 (hex) zte corporation A47E39 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN CC-B6-91 (hex) NECMagnusCommunications CCB691 (base 16) NECMagnusCommunications 4-28 MITA 1Chome Minato-ku Tokyo 108-0073 JP 40-16-7E (hex) ASUSTek COMPUTER INC. 40167E (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW F8-4A-73 (hex) EUMTECH CO., LTD F84A73 (base 16) EUMTECH CO., LTD Room 1201, 115, Dongdeok-ro Daegu Daegu 700-719 KR 14-2B-D6 (hex) Guangdong Appscomm Co.,Ltd 142BD6 (base 16) Guangdong Appscomm Co.,Ltd Rm 903, Block C3, Chuangxin Building, No.182, Guangzhou Guangdong 510663 CN FC-C2-DE (hex) Murata Manufacturing Co., Ltd. FCC2DE (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP 98-34-9D (hex) Krauss Maffei Technologies GmbH 98349D (base 16) Krauss Maffei Technologies GmbH Krauss-Mafffei-Str. 2 Munich 80997 DE 88-0F-B6 (hex) Jabil Circuits India Pvt Ltd,-EHTP unit 880FB6 (base 16) Jabil Circuits India Pvt Ltd,-EHTP unit B-26, MIDC, Ranjangaon, Tal.Shirur Pune Maharashtra 412220 IN B4-66-98 (hex) Zealabs srl B46698 (base 16) Zealabs srl via Monte Grappa, 25 Lancenigo di Villorba Italy 31020 IT 68-7C-C8 (hex) Measurement Systems S. de R.L. 687CC8 (base 16) Measurement Systems S. de R.L. 45999 Regal Plaza Sterling VA 20165 US 74-F8-5D (hex) Berkeley Nucleonics Corp 74F85D (base 16) Berkeley Nucleonics Corp 2955 Kerner Blvd #D San Rafael California 94901 US B0-61-C7 (hex) Ericsson-LG Enterprise B061C7 (base 16) Ericsson-LG Enterprise 77, Heungan-daro 81beon-gil, Anyang Gyeonggi 431-749 KR 00-92-FA (hex) SHENZHEN WISKY TECHNOLOGY CO.,LTD 0092FA (base 16) SHENZHEN WISKY TECHNOLOGY CO.,LTD 5/F W2-A,Hight-tech Park South 1 Road,Nanshan District,Shenzhen,Guangdong,China Shenzhen Guangdong 518057 CN 4C-7F-62 (hex) Nokia Corporation 4C7F62 (base 16) Nokia Corporation Joensuunkatu 7 Salo N.A. 24101 FI 10-0F-18 (hex) Fu Gang Electronic(KunShan)CO.,LTD 100F18 (base 16) Fu Gang Electronic(KunShan)CO.,LTD No.6 Zheng Wei West Road, Jin Xi Town, Kun Shan City, Jiang Su Province, China Jiang Su 215324 CN D0-C7-C0 (hex) TP-LINK TECHNOLOGIES CO.,LTD. D0C7C0 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 44-11-C2 (hex) Telegartner Karl Gartner GmbH 4411C2 (base 16) Telegartner Karl Gartner GmbH Lerchenstr. 35 Steinenbronn Baden-Wurttemberg 71144 DE 80-59-FD (hex) Noviga 8059FD (base 16) Noviga Lefortovskaya nab., 1 Moscow - 105005 RU 40-01-07 (hex) Arista Corp 400107 (base 16) Arista Corp 40675 Encyclopedia Circle Fremont CA 94538 US 30-C7-50 (hex) MIC Technology Group 30C750 (base 16) MIC Technology Group No. 6 Gaoxin 3 road Xi'an Shaanxi 710075 CN 18-CC-23 (hex) Philio Technology Corporation 18CC23 (base 16) Philio Technology Corporation 8F., No.653-2, Zhongzheng Rd New Taipei 242 TW 40-78-75 (hex) IMBEL - Industria de Material Belico do Brasil 407875 (base 16) IMBEL - Industria de Material Belico do Brasil Rua Monsenhor Manoel Gomes, 520 Rio de Janeiro RJ 20931-670 BR D8-81-CE (hex) AHN INC. D881CE (base 16) AHN INC. 1006,Halla sigma valley, 53, Gasandigital 2-Ro Seoul 153 706 KR 28-C8-25 (hex) DellKing Industrial Co., Ltd 28C825 (base 16) DellKing Industrial Co., Ltd 2F,Building D,Zhongxing Science Park, No 3,Ganli 2nd Road,Gankeng Community Shenzhen GuangDong 518112 CN 80-61-8F (hex) Shenzhen sangfei consumer communications co.,ltd 80618F (base 16) Shenzhen sangfei consumer communications co.,ltd 11 science and technology road,shenzhen hi-tech industrial park nanshan district,shenzhen 518057,PRC ShenZhen China/GuangDong 518057 CN D8-2A-15 (hex) Leitner SpA D82A15 (base 16) Leitner SpA Via Brennero 34 Vipiteno Bolzano 39049 IT 44-7E-76 (hex) Trek Technology (S) Pte Ltd 447E76 (base 16) Trek Technology (S) Pte Ltd 30 Loyang Way #07-15 Singapore Singapore 508769 SG B0-EC-8F (hex) GMX SAS B0EC8F (base 16) GMX SAS 32 Rue Brancion PARIS 75015 FR 28-DE-F6 (hex) bioMerieux Inc. 28DEF6 (base 16) bioMerieux Inc. 595 Anglum Road Hazelwood MO 63042 US 58-05-28 (hex) LABRIS NETWORKS 580528 (base 16) LABRIS NETWORKS Silikon Blok 1 NK 24 Teknokent ANKARA AN 06540 TR E0-D3-1A (hex) EQUES Technology Co., Limited E0D31A (base 16) EQUES Technology Co., Limited Room 301, Building 1, No.168 Jixin Road, Shanghai 201199 CN 98-77-70 (hex) Pep Digital Technology (Guangzhou) Co., Ltd 987770 (base 16) Pep Digital Technology (Guangzhou) Co., Ltd 23F, Yinhui Building, No.117 Longyi Road, Guangzhou Guangdong Province 510635 CN 68-D2-47 (hex) Portalis LC 68D247 (base 16) Portalis LC 204 Fort Union Blvd. Ste. 202 Midvale UT 84047 US 50-B6-95 (hex) Micropoint Biotechnologies,Inc. 50B695 (base 16) Micropoint Biotechnologies,Inc. 6F, No.3, Industry 5 Road, Shekou Shenzhen Guangdong 518067 CN B4-43-0D (hex) Broadlink Pty Ltd B4430D (base 16) Broadlink Pty Ltd room 1201, No. 588 jiangnan Rd, Hangzhou Zhejiang province 310052 CN A0-65-18 (hex) VNPT TECHNOLOGY A06518 (base 16) VNPT TECHNOLOGY HoaLac Hi-Tech Park HANOI 10000 VN 7C-8D-91 (hex) Shanghai Hongzhuo Information Technology co.,LTD 7C8D91 (base 16) Shanghai Hongzhuo Information Technology co.,LTD Room.161,Building 5,No.311 Jingao RD Pudong Shanghai 200136 CN 74-8F-1B (hex) MasterImage 3D 748F1B (base 16) MasterImage 3D 131, Gasan Digital 1-ro, Geumcheon-gu Seoul 153-803 KR 08-3F-76 (hex) Intellian Technologies, Inc. 083F76 (base 16) Intellian Technologies, Inc. 348-5 Chungho-Ri Jinwi-Myeon Gyeonggi-Do 451-862 KR CC-89-FD (hex) Nokia Corporation CC89FD (base 16) Nokia Corporation Joensuunkatu 7 Salo N.A. 24101 FI 34-46-6F (hex) HiTEM Engineering 34466F (base 16) HiTEM Engineering 7420 Carroll Road San Diego CA 92121 US 38-6C-9B (hex) Ivy Biomedical 386C9B (base 16) Ivy Biomedical 11 Business Park Drive Branford Connecticut 06405 US B4-2C-92 (hex) Zhejiang Weirong Electronic Co., Ltd B42C92 (base 16) Zhejiang Weirong Electronic Co., Ltd North of South Tanghe Road, Lingxi Town, Wenzhou City Zhejiang Province 325800 CN A0-77-71 (hex) Vialis BV A07771 (base 16) Vialis BV Loodsboot 15 HOUTEN Utrecht 3991 CJ US 10-DD-F4 (hex) Maxway Electronics CO.,LTD 10DDF4 (base 16) Maxway Electronics CO.,LTD 2F Building 4,A Section,3rd Industrial zone,Tangtou Shenzhen Guangdong 518018 CN 5C-E7-BF (hex) New Singularity International Technical Development Co.,Ltd 5CE7BF (base 16) New Singularity International Technical Development Co.,Ltd 8F,NorthStar-Ultrapower Tower, No.13 Beiyuan Road, Chaoyang District, Beijing, China Beijing Beijing 100107 CN 6C-64-1A (hex) Penguin Computing 6C641A (base 16) Penguin Computing 45800 Northport Loop West Fremont CA 94538 US 50-A0-54 (hex) Actineon 50A054 (base 16) Actineon 47751 Fremont Blvd Fremont California 94538 US B4-85-47 (hex) Amptown System Company GmbH B48547 (base 16) Amptown System Company GmbH Wandsbeker Strasse 26 Hamburg Hamburg 22179 DE 50-56-A8 (hex) Jolla Ltd 5056A8 (base 16) Jolla Ltd Itaemerenkatu 11-13 Helsinki 00180 US E8-E7-70 (hex) Warp9 Tech Design, Inc. E8E770 (base 16) Warp9 Tech Design, Inc. 3650 Pheasant Run N.E. Blaine MN 55449 US 60-96-20 (hex) Private 609620 (base 16) Private C0-F9-91 (hex) GME Standard Communications P/L C0F991 (base 16) GME Standard Communications P/L 17 Gibbon Rd. Winston Hills New South Wales 2153 AU D8-7C-DD (hex) SANIX INCORPORATED D87CDD (base 16) SANIX INCORPORATED Creation Core Fukuoka 212, 3-2-16 Kamikoga, Chikushino-shi Fukuoka 818-0041 JP 70-7C-18 (hex) ADATA Technology Co., Ltd 707C18 (base 16) ADATA Technology Co., Ltd 2F, No.258, Lian Cheng Rd. New Taipei City 23553 TW 14-F2-8E (hex) ShenYang ZhongKe-Allwin Technology Co.LTD 14F28E (base 16) ShenYang ZhongKe-Allwin Technology Co.LTD No.6, Gaoge Road, ShenYang Liaoning 110179 CN BC-14-EF (hex) ITON Technology Limited BC14EF (base 16) ITON Technology Limited Room 1302,A ablock, Building 4 ShenZhen GuangDong Pronvice 518000 CN 08-03-71 (hex) KRG CORPORATE 080371 (base 16) KRG CORPORATE 41 rue Perier Montrouge 92120 FR 20-0E-95 (hex) IEC – TC9 WG43 200E95 (base 16) IEC – TC9 WG43 3, rue de Varembé Geneva GE 1211 CH C8-F6-8D (hex) S.E.TECHNOLOGIES LIMITED C8F68D (base 16) S.E.TECHNOLOGIES LIMITED #303 Shiodome building Level3 Minato-ku Tokyo 105-0022 JP 3C-D4-D6 (hex) WirelessWERX, Inc 3CD4D6 (base 16) WirelessWERX, Inc 22687 Old Canal Rd. Yorba Linda California 92887 US 0C-12-62 (hex) zte corporation 0C1262 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 78-EC-74 (hex) Kyland-USA 78EC74 (base 16) Kyland-USA 1107 SE Willow Pl Blue Springs MO 64014 US 98-DA-92 (hex) Vuzix Corporation 98DA92 (base 16) Vuzix Corporation 2166 Brighton Henrietta Town Line Road Rochester NY 14623 US 38-7B-47 (hex) AKELA, Inc. 387B47 (base 16) AKELA, Inc. 5551 Ekwill Street, Suite A Santa Barbara California 93111 US C0-64-C6 (hex) Nokia Corporation C064C6 (base 16) Nokia Corporation Joensuunkatu 7 Salo N.A. 24101 FI E4-04-39 (hex) TomTom Software Ltd E40439 (base 16) TomTom Software Ltd 20th Floor Euston Tower London NW1 3AS GB D0-C4-2F (hex) Tamagawa Seiki Co.,Ltd. D0C42F (base 16) Tamagawa Seiki Co.,Ltd. 1-3-47 Kitainter Kogyodanchi Hachinohe city Aomori-Pref. 039-2245 US 54-93-59 (hex) SHENZHEN TWOWING TECHNOLOGIES CO.,LTD. 549359 (base 16) SHENZHEN TWOWING TECHNOLOGIES CO.,LTD. F 4th ,5th , 6th, No.6 Building, Shenzhen Guangdong 518129 US 90-35-6E (hex) Vodafone Omnitel N.V. 90356E (base 16) Vodafone Omnitel N.V. Via Guglielmo Jervis, 13 Ivrea Italy / Tourin 10015 IT 28-44-30 (hex) GenesisTechnical Systems (UK) Ltd 284430 (base 16) GenesisTechnical Systems (UK) Ltd Venture Centre Coventry CV4 7EZ GB 5C-11-93 (hex) Seal One AG 5C1193 (base 16) Seal One AG Berliner Str. 44 Frankfurt am Main Hessen 60311 DE 78-3D-5B (hex) TELNET Redes Inteligentes S.A. 783D5B (base 16) TELNET Redes Inteligentes S.A. Polígono Industrial Centrovía La Muela Zaragoza 50198 ES D0-B5-23 (hex) Bestcare Cloucal Corp. D0B523 (base 16) Bestcare Cloucal Corp. 4F.,No.106,Sec.1,Xintai 5th Rd., New Taipei City 22102 TW 24-A4-95 (hex) Thales Canada Inc. 24A495 (base 16) Thales Canada Inc. 105 Moatfield Road Toronto Ontario M3B 0A4 CA 84-76-16 (hex) Addat s.r.o. 847616 (base 16) Addat s.r.o. U krematoria 24 Liberec Liberec 46001 CZ DC-05-75 (hex) SIEMENS ENERGY AUTOMATION DC0575 (base 16) SIEMENS ENERGY AUTOMATION GOA WORKS ,L-6 , VERNA GOA 403722 IN E0-97-F2 (hex) Atomax Inc. E097F2 (base 16) Atomax Inc. 8F-1, No.300, Sec.1, Nei-hu Rd. Taipei 114 TW 70-30-5E (hex) Nanjing Zhongke Menglian Information Technology Co.,LTD 70305E (base 16) Nanjing Zhongke Menglian Information Technology Co.,LTD 3rd Floor,Building A,Area 3 Nanjing Jiangsu 210042 CN C0-98-E5 (hex) University of Michigan C098E5 (base 16) University of Michigan 4808 Beyster Bldg, Ann Arbor Michigan 48109 US 50-E1-4A (hex) Private 50E14A (base 16) Private 70-8D-09 (hex) Nokia Corporation 708D09 (base 16) Nokia Corporation Joensuunkatu 7 Salo N.A. 24101 FI 98-FB-12 (hex) Grand Electronics (HK) Ltd 98FB12 (base 16) Grand Electronics (HK) Ltd Flat/Room 1120, 11/F Beverley Commercial Centre 999077 HK 3C-10-40 (hex) daesung network 3C1040 (base 16) daesung network #209 e-space Bldg,Guro-dong,Guro-gu Seoul 152-789 KR 44-3C-9C (hex) Pintsch Tiefenbach GmbH 443C9C (base 16) Pintsch Tiefenbach GmbH Beisenbruchstrasse 10 Sprockhoevel 45549 DE 28-FC-51 (hex) The Electric Controller and Manufacturing Co., LLC 28FC51 (base 16) The Electric Controller and Manufacturing Co., LLC PO Box 468 Saint Matthews SC 29135 US 40-74-96 (hex) aFUN TECHNOLOGY INC. 407496 (base 16) aFUN TECHNOLOGY INC. 2F.,No.3,Lane29,HuLu ST.,Shihlin District, Taipei 11165 TW 70-1D-7F (hex) Comtech Technology Co., Ltd. 701D7F (base 16) Comtech Technology Co., Ltd. 2F, No. 42, Sec. 3 Chung Yang Rd. New Taipei City 23673 TW 70-59-86 (hex) OOO TTV 705986 (base 16) OOO TTV No. 75, Okulov Street, Building 8 Perm 614068 RU 84-4F-03 (hex) Ablelink Electronics Ltd 844F03 (base 16) Ablelink Electronics Ltd Flat 1602,16/F Kodak House 2 39 Healthy Street East, CN 90-67-17 (hex) Alphion India Private Limited 906717 (base 16) Alphion India Private Limited 405 Windfall, Sahar Plaza Mumbai Maharashtra 400059 IN 60-64-A1 (hex) RADiflow Ltd. 6064A1 (base 16) RADiflow Ltd. 31 Habarzel St. Tel Aviv 6971045 IL 58-B9-61 (hex) SOLEM Electronique 58B961 (base 16) SOLEM Electronique ZAE La Plaine CLAPIERS 34830 FR 0C-47-3D (hex) Hitron Technologies. Inc 0C473D (base 16) Hitron Technologies. Inc No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW 8C-CD-A2 (hex) ACTP, Inc. 8CCDA2 (base 16) ACTP, Inc. 2400 Sand Lake Rd Orlando FL 32809 US 84-26-2B (hex) Nokia 84262B (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 98-6C-F5 (hex) zte corporation 986CF5 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 44-7B-C4 (hex) DualShine Technology(SZ)Co.,Ltd 447BC4 (base 16) DualShine Technology(SZ)Co.,Ltd No.334-1,LuoTian 3rd Industrial Park, Shen Zhen Guang Dong 518000 CN 9C-03-9E (hex) Beijing Winchannel Software Technology Co., Ltd 9C039E (base 16) Beijing Winchannel Software Technology Co., Ltd 8F, Block E, Dazhongsi Zhongkun Plaza No. A Haidian District BEIJING 100089 CN 68-0A-D7 (hex) Yancheng Kecheng Optoelectronic Technology Co., Ltd 680AD7 (base 16) Yancheng Kecheng Optoelectronic Technology Co., Ltd No.1 East Road, Kaifa Avenue, Yancheng Jiangsu 224007 CN BC-88-93 (hex) VILLBAU Ltd. BC8893 (base 16) VILLBAU Ltd. Üllöi ut 611. Budapest - H-1182 HU 70-61-73 (hex) Calantec GmbH 706173 (base 16) Calantec GmbH Doebelner Str. 4 Berlin 12627 DE 7C-49-B9 (hex) Plexus Manufacturing Sdn Bhd 7C49B9 (base 16) Plexus Manufacturing Sdn Bhd Plot 87 Bayan Lepas Penang 11900 MY 9C-F8-DB (hex) shenzhen eyunmei technology co,.ltd 9CF8DB (base 16) shenzhen eyunmei technology co,.ltd 8/F Yiben Building,No.1063 ChaGuang Road,XiLi Town, Shenzhen Guangdong 518055 CN 20-D2-1F (hex) Wincal Technology Corp. 20D21F (base 16) Wincal Technology Corp. 1028 South Greenwood Ave. Montebello California 90640 US F8-95-50 (hex) Proton Products Chengdu Ltd F89550 (base 16) Proton Products Chengdu Ltd 1st Ring Chengdu Sichuan 610051 CN 58-63-9A (hex) TPL SYSTEMES 58639A (base 16) TPL SYSTEMES ZAE DU PERIGORD NOIR SARLAT 24200 FR 18-7E-D5 (hex) shenzhen kaism technology Co. Ltd 187ED5 (base 16) shenzhen kaism technology Co. Ltd 37# chuanglong west road pinghu shenzhen shenzhen 518111 CN 84-1B-38 (hex) Shenzhen Excelsecu Data Technology Co.,Ltd 841B38 (base 16) Shenzhen Excelsecu Data Technology Co.,Ltd Unit 701-709,7/F,South Block,SDGI Building A, No.2, Shenzhen Guangdong 518057 CN 4C-CB-F5 (hex) zte corporation 4CCBF5 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 44-70-0B (hex) IFFU 44700B (base 16) IFFU 33, Annyeom-gil 112 beon-gil,jeongnam-myeon Hwaseong-si Gyeonggi-do 445-968 US 54-A5-4B (hex) NSC Communications Siberia Ltd 54A54B (base 16) NSC Communications Siberia Ltd Ordjonikidze 38 Novosibirsk 630099 RU BC-2B-6B (hex) Beijing Haier IC Design Co.,Ltd BC2B6B (base 16) Beijing Haier IC Design Co.,Ltd Room 205, Tongheng Building, No.4 Huayuan Road, Haidian District Beijing Beijing 100088 CN 98-D3-31 (hex) Shenzhen Bolutek Technology Co.,Ltd. 98D331 (base 16) Shenzhen Bolutek Technology Co.,Ltd. Building B, District A, Internet industry base, Baoan Shenzhen Guangdong 518000 CN 38-EC-11 (hex) Novatek Microelectronics Corp. 38EC11 (base 16) Novatek Microelectronics Corp. No.1-2 Innovation Rd I., Hsinchu 300 TW 1C-41-58 (hex) Gemalto M2M GmbH 1C4158 (base 16) Gemalto M2M GmbH Siemensdamm 50 Berlin Berlin 13629 DE 9C-28-40 (hex) Discovery Technology,LTD.. 9C2840 (base 16) Discovery Technology,LTD.. 5th floor Building 2,Block A,Internet industrial park, Shenzhen Guangzhou 518100 CN 1C-7B-21 (hex) Sony Mobile Communications Inc 1C7B21 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP E0-AF-4B (hex) Pluribus Networks, Inc. E0AF4B (base 16) Pluribus Networks, Inc. 1808 Embarcadero Rd Suite B Palo Alto CA 94303 US 84-0F-45 (hex) Shanghai GMT Digital Technologies Co., Ltd 840F45 (base 16) Shanghai GMT Digital Technologies Co., Ltd Room 501-505 Zhangjiang Hi-tech Park Shanghai 201204 CN 2C-5F-F3 (hex) Pertronic Industries 2C5FF3 (base 16) Pertronic Industries 17 Eastern Hutt Road Wingate 5019 NZ 78-49-1D (hex) The Will-Burt Company 78491D (base 16) The Will-Burt Company 169 S. Main St. Orrivlle Ohio 44667 US F4-6A-BC (hex) Adonit Corp. Ltd. F46ABC (base 16) Adonit Corp. Ltd. 10689 Rm. A, 9F, No.107 Sec.4 Ren-Ai Rd., Taipei Taipei 10689 TW 28-C6-71 (hex) Yota Devices OY 28C671 (base 16) Yota Devices OY Elektronikkatie 13 Oulu 90590 FI D8-69-60 (hex) Steinsvik D86960 (base 16) Steinsvik Rundhaug 25 FOERRESFJORDEN Rogaland 5563 NO 08-EF-3B (hex) MCS Logic Inc. 08EF3B (base 16) MCS Logic Inc. 6F. Samho Center B Bldg., 275-6,Yangjae-Dong, Secho-Ku,Seoul Seoul 137-941 KR E8-EA-DA (hex) Denkovi Assembly Electronics LTD E8EADA (base 16) Denkovi Assembly Electronics LTD St. Stambolov str. 21 Byala Rousse 7100 BG F8-5B-C9 (hex) M-Cube Spa F85BC9 (base 16) M-Cube Spa Corso Cavour 2/2d Trieste 34132 IT 7C-B7-7B (hex) Paradigm Electronics Inc 7CB77B (base 16) Paradigm Electronics Inc 5340 Canotek Rd Unit#4 Ottawa ON K1J 9C6 CA B0-CE-18 (hex) Zhejiang shenghui lighting co.,Ltd B0CE18 (base 16) Zhejiang shenghui lighting co.,Ltd Rm801,1th Xinye Building cao he jing Develop Zone Shanghai 200233 CN 6C-F9-7C (hex) Nanoptix Inc. 6CF97C (base 16) Nanoptix Inc. 699 Champlain St Dieppe NB E1A 1P6 CA F8-FF-5F (hex) Shenzhen Communication Technology Co.,Ltd F8FF5F (base 16) Shenzhen Communication Technology Co.,Ltd 2F,6 Block, Kupai inforport,No.2 Mengxi Street,(North)High-tech Industrial Park, Shenzhen Guangdong 518057 CN 10-22-79 (hex) ZeroDesktop, Inc. 102279 (base 16) ZeroDesktop, Inc. 125 University Ave, Suite 150 Palo Alto California 94301 US 7C-1A-FC (hex) Dalian Co-Edifice Video Technology Co., Ltd 7C1AFC (base 16) Dalian Co-Edifice Video Technology Co., Ltd 23F , Block A , #32 Huoju Road , Hi-Tech Zone Dalian Liaoning 116023 CN F4-7A-4E (hex) Woojeon&Handan F47A4E (base 16) Woojeon&Handan 569-12, Gasan-dong, Seoul 153-803 KR 04-84-8A (hex) 7INOVA TECHNOLOGY LIMITED 04848A (base 16) 7INOVA TECHNOLOGY LIMITED 3F, A Building, QuanYuanFa Industrial Park, No. 72, GuanLan Rd LongHua District Shenzhen 518000 CN EC-22-57 (hex) JiangSu NanJing University Electronic Information Technology Co.,Ltd EC2257 (base 16) JiangSu NanJing University Electronic Information Technology Co.,Ltd F7,Block 06 NanJing JiangSu 210000 CN F0-37-A1 (hex) Huike Electronics (SHENZHEN) CO., LTD. F037A1 (base 16) Huike Electronics (SHENZHEN) CO., LTD. Huike industrial park,Minying industrial park,Shuitian country,Shiyan,Baoan District SHENZHEN GUANGDONG 518108 CN 70-4C-ED (hex) TMRG, Inc. 704CED (base 16) TMRG, Inc. 11950 Democracy Drive Reston VA 20190 US F0-8E-DB (hex) VeloCloud Networks F08EDB (base 16) VeloCloud Networks 720 University Ave. Palo Alto CA 94301 US C0-A3-9E (hex) EarthCam, Inc. C0A39E (base 16) EarthCam, Inc. 84 Kennedy Street Hackensack New Jersey 07601 US 10-9A-B9 (hex) Tosibox Oy 109AB9 (base 16) Tosibox Oy Elektroniikkatie 8 Oulu 90590 FI 14-2D-8B (hex) Incipio Technologies, Inc 142D8B (base 16) Incipio Technologies, Inc 6001 Oak Canyon Irvine CA 92618 US 68-EE-96 (hex) Cisco SPVTG 68EE96 (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30044 US 78-D3-8D (hex) HONGKONG YUNLINK TECHNOLOGY LIMITED 78D38D (base 16) HONGKONG YUNLINK TECHNOLOGY LIMITED 15B 15/F CHEUK NANG PLAZA 250 HENNESSY RD HK ShenzhenCity Guangdong Province 518103 US DC-AE-04 (hex) CELOXICA Ltd DCAE04 (base 16) CELOXICA Ltd 34 Porchester Road London W2 6ES GB 80-05-DF (hex) Montage Technology Group Limited 8005DF (base 16) Montage Technology Group Limited Rm#A16F, Technolgy Blgd.,Yishan Rd. Shanghai 200233 CN 68-1D-64 (hex) Sunwave Communications Co., Ltd 681D64 (base 16) Sunwave Communications Co., Ltd 581,huoju Avenue,BinJiang District Hangzhou Zhejiang Province 310053 CN 4C-21-D0 (hex) Sony Mobile Communications Inc 4C21D0 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 90-7A-0A (hex) Gebr. Bode GmbH & Co KG 907A0A (base 16) Gebr. Bode GmbH & Co KG Ochshaeuser Str. 14 Kassel 34266 DE A0-C6-EC (hex) ShenZhen ANYK Technology Co.,LTD A0C6EC (base 16) ShenZhen ANYK Technology Co.,LTD 5F,12B,ZhongXing Industrial Zone, Venture Road ShenZhen GuangDong 518054 CN 78-E8-B6 (hex) zte corporation 78E8B6 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 10-78-CE (hex) Hanvit SI, Inc. 1078CE (base 16) Hanvit SI, Inc. #201 Daeheung Building, 265-18 Yangjae-dong Seoul 137130 KR D8-DA-52 (hex) APATOR S.A. D8DA52 (base 16) APATOR S.A. ul Gdanska 4A lok. C4 Torun Kujawsko-Pomorskie 87-100 PL 58-7A-4D (hex) Stonesoft Corporation 587A4D (base 16) Stonesoft Corporation Italahdenkatu 22A Helsinki 00210 FI 84-E6-29 (hex) Bluwan SA 84E629 (base 16) Bluwan SA Espace Lumiere, Bat 2 Chatou 78400 FR C4-7F-51 (hex) Inventek Systems C47F51 (base 16) Inventek Systems 2 Republic Road Billerica Ma 01862 US A8-97-DC (hex) IBM A897DC (base 16) IBM 4400 North First Street San Jose CA 95134 US CC-D2-9B (hex) Shenzhen Bopengfa Elec&Technology CO.,Ltd CCD29B (base 16) Shenzhen Bopengfa Elec&Technology CO.,Ltd Bldg56A,3/F,Baotian Rd3,Xixiang Town shenzhen guangdong 518000 CN A0-9B-BD (hex) Total Aviation Solutions Pty Ltd A09BBD (base 16) Total Aviation Solutions Pty Ltd Suite 816A / 3 PARKLAND BVDE Brisbane QLD 4000 AU D4-0B-B9 (hex) Solid Semecs bv. D40BB9 (base 16) Solid Semecs bv. Oostwijk 18 Uden Noord Brabant 5406 XT NL F4-15-FD (hex) Shanghai Pateo Electronic Equipment Manufacturing Co., Ltd. F415FD (base 16) Shanghai Pateo Electronic Equipment Manufacturing Co., Ltd. 20th Floor, Metro Tower Xuhui District Shanghai 200030 CN 70-E0-27 (hex) HONGYU COMMUNICATION TECHNOLOGY LIMITED 70E027 (base 16) HONGYU COMMUNICATION TECHNOLOGY LIMITED Room4B, East Building 210, Shen Zhen Guang Dong Province 518040 CN FC-35-E6 (hex) Visteon corp FC35E6 (base 16) Visteon corp One Village Center Dr Belleville MI 48111 US E8-48-1F (hex) Advanced Automotive Antennas E8481F (base 16) Advanced Automotive Antennas Pol.Ind Can Mitjans s/n Viladecavalls Barcelona 08232 ES 34-95-DB (hex) Logitec Corporation 3495DB (base 16) Logitec Corporation 8268 Rokudohara, Misuzu Ina Nagano JP 9C-B7-93 (hex) Creatcomm Technology Inc. 9CB793 (base 16) Creatcomm Technology Inc. Rm 619, Buld A, Modern Plaza Kunshan Jiangsu 201203 CN 5C-33-5C (hex) Swissphone Telecom AG 5C335C (base 16) Swissphone Telecom AG Faelmisstrasse 21 Samstagern Zurich CH-8833 CH 04-DF-69 (hex) Car Connectivity Consortium 04DF69 (base 16) Car Connectivity Consortium 3855 SW 153rd Drive Beaverton Oregon 97006 US 78-DA-B3 (hex) GBO Technology 78DAB3 (base 16) GBO Technology 1150 Bayhill Dr. Ste. 111 San Bruno CA 94066 US 70-0F-EC (hex) Poindus Systems Corp. 700FEC (base 16) Poindus Systems Corp. 5F., No. 59, Lane. 77, Xing-Ai Rd., Neihu Dist., Taipei City 114 TW F0-24-05 (hex) OPUS High Technology Corporation F02405 (base 16) OPUS High Technology Corporation 1st Floor, No. 367, Gaocui Road Hsinchu City 30064 TW D4-10-90 (hex) iNFORM Systems AG D41090 (base 16) iNFORM Systems AG Europastrasse 15 Glattbrugg 8152 CH 78-D5-B5 (hex) NAVIELEKTRO KY 78D5B5 (base 16) NAVIELEKTRO KY HALLIMESTARINKATU 11 KAARINA FIN-20780 FI E4-7D-5A (hex) Beijing Hanbang Technology Corp. E47D5A (base 16) Beijing Hanbang Technology Corp. 4/F,Skirt Building Haidian District Beijing 100080 CN E4-F7-A1 (hex) Datafox GmbH E4F7A1 (base 16) Datafox GmbH Dermbacher Str. 12 - 14 Geisa Thüringen 36419 DE 10-5C-3B (hex) Perma-Pipe, Inc. 105C3B (base 16) Perma-Pipe, Inc. 7720 Lehigh Ave Niles IL 60714 US 34-9D-90 (hex) Heinzmann GmbH & CO. KG 349D90 (base 16) Heinzmann GmbH & CO. KG Am Haselbach 1 Schoenau Baden Wuertemberg 79677 DE D8-62-DB (hex) Eno Inc. D862DB (base 16) Eno Inc. 2-3-18, Komagome, Toshima-ku Tokyo 1700013 JP C4-7D-FE (hex) A.N. Solutions GmbH C47DFE (base 16) A.N. Solutions GmbH Am Brauhaus 12 Dresden Saxony 01099 DE CC-BD-35 (hex) Steinel GmbH CCBD35 (base 16) Steinel GmbH Dieselstrasse 80-84 Herzebrock-Clarholz 33442 DE 6C-EC-A1 (hex) SHENZHEN CLOU ELECTRONICS CO. LTD. 6CECA1 (base 16) SHENZHEN CLOU ELECTRONICS CO. LTD. 5/F, building. T2, Hi-tech Industrial Park SHENZ GUANGONG 518057 CN B0-38-50 (hex) Nanjing CAS-ZDC IOT SYSTEM CO.,LTD B03850 (base 16) Nanjing CAS-ZDC IOT SYSTEM CO.,LTD 699-27 Xuanwu Avenue Nanjing Jiangsu 210000 CN 74-8E-08 (hex) Bestek Corp. 748E08 (base 16) Bestek Corp. No. 6, Lane 229, Sec. 3, Chang-Xing Rd. Taoyuan 33852 TW 78-F5-E5 (hex) BEGA Gantenbrink-Leuchten KG 78F5E5 (base 16) BEGA Gantenbrink-Leuchten KG Hennenbusch Menden NRW 58708 DE 8C-3C-07 (hex) Skiva Technologies, Inc. 8C3C07 (base 16) Skiva Technologies, Inc. 8330 Sterling St Irving TX 75063 US 38-A8-6B (hex) Orga BV 38A86B (base 16) Orga BV Strickledeweg 13 Schiedam 3125 AT NL F0-77-65 (hex) Sourcefire, Inc F07765 (base 16) Sourcefire, Inc 9780 Patuxent Woods Drive Columbia Maryland 21046 US 14-41-E2 (hex) Monaco Enterprises, Inc. 1441E2 (base 16) Monaco Enterprises, Inc. 14820 E. Sprague Ave. Spokane WA 99216 US EC-D0-40 (hex) GEA Farm Technologies GmbH ECD040 (base 16) GEA Farm Technologies GmbH Siemensstrasse 25-27 Boenen Northrhine-Westfalia 59199 DE F8-0D-EA (hex) ZyCast Technology Inc. F80DEA (base 16) ZyCast Technology Inc. No.33, Lane 181, Chung Hwa Road, Hsin Chu 30060 TW B0-88-07 (hex) Strata Worldwide B08807 (base 16) Strata Worldwide 8995 Roswell Road Sandy Springs GA 30350 US 24-95-04 (hex) SFR 249504 (base 16) SFR 40-42 QUAI DU POINT DU JOUR BOULOGNE BILLANCOURT HAUT DE SEINE 92100 FR F4-58-42 (hex) Boxx TV Ltd F45842 (base 16) Boxx TV Ltd Suite 17, Imperial Studios London SW6 2AG GB 10-66-82 (hex) NEC Platforms, Ltd. 106682 (base 16) NEC Platforms, Ltd. 800 Shimomata Kakegawa Shizuoka 436-8501 JP 24-62-78 (hex) sysmocom - systems for mobile communications GmbH 246278 (base 16) sysmocom - systems for mobile communications GmbH Alt-Moabit 93 Berlin 10559 DE F0-84-C9 (hex) zte corporation F084C9 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN D4-01-6D (hex) TP-LINK TECHNOLOGIES CO.,LTD. D4016D (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 98-5C-93 (hex) SBG Systems SAS 985C93 (base 16) SBG Systems SAS 3bis, chemin de la Jonchere Rueil Malmaison Ile de France 92500 FR A0-8A-87 (hex) HuiZhou KaiYue Electronic Co.,Ltd A08A87 (base 16) HuiZhou KaiYue Electronic Co.,Ltd 3#,Ruttang 2nd area,Tongcheng Avenue Huizhou Guangdong 516005 CN 28-CD-9C (hex) Shenzhen Dynamax Software Development Co.,Ltd. 28CD9C (base 16) Shenzhen Dynamax Software Development Co.,Ltd. Room 425-426,Block A,No.30,Hangkong Road Shenzhen Guangdong 518000 CN C0-C3-B6 (hex) Automatic Systems C0C3B6 (base 16) Automatic Systems avenue mercator,5 Wavre Belgium 1300 BE A0-EB-76 (hex) AirCUVE Inc. A0EB76 (base 16) AirCUVE Inc. Guro-gu Digital-ro Seoul 152-719 KR FC-44-99 (hex) Swarco LEA d.o.o. FC4499 (base 16) Swarco LEA d.o.o. Finzgarjeva 1A Lesce 4248 SI DC-64-7C (hex) C.R.S. iiMotion GmbH DC647C (base 16) C.R.S. iiMotion GmbH Hermann-Schwer-Str. 3 Villingen-Schwenningen 78048 DE 14-86-92 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 148692 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN A8-15-4D (hex) TP-LINK TECHNOLOGIES CO.,LTD. A8154D (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 5C-F3-70 (hex) CC&C Technologies, Inc 5CF370 (base 16) CC&C Technologies, Inc 8F, 150, Chien I Rd. Chung Ho Taiwan 235 TW A4-E0-E6 (hex) FILIZOLA S.A. PESAGEM E AUTOMACAO A4E0E6 (base 16) FILIZOLA S.A. PESAGEM E AUTOMACAO RUA JOAO VENTURA BATISTA, 450 SAO PAULO 02054-100 BR 38-17-66 (hex) PROMZAKAZ LTD. 381766 (base 16) PROMZAKAZ LTD. Noviy Arbat street, 21 Moscow 119019 RU 18-E8-DD (hex) MODULETEK 18E8DD (base 16) MODULETEK Unit 4A.4F.B Building. Shenfubao Science and Technology Industrial Park Shenzhen Guangdong 518038 CN D0-73-D5 (hex) LIFI LABS MANAGEMENT PTY LTD D073D5 (base 16) LIFI LABS MANAGEMENT PTY LTD 7 Cubitt St Richmond Victoria 3121 AU 14-94-48 (hex) BLU CASTLE S.A. 149448 (base 16) BLU CASTLE S.A. 5 RUE BONNEVOIE LUXEMBOURG L-1260 US 48-F9-25 (hex) Maestronic 48F925 (base 16) Maestronic Futura plaza 2103 Kwun Tong 88 HK 38-67-93 (hex) Asia Optical Co., Inc. 386793 (base 16) Asia Optical Co., Inc. No. 22-3 South 2nd Road, T.E.P.Z. Taichung Taiwan 42754 TW 0C-82-68 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 0C8268 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN D8-1E-DE (hex) B&W Group Ltd D81EDE (base 16) B&W Group Ltd 5070 Francois Cusson Lachine Quebec H8T1B3 CA 24-EA-40 (hex) Helmholz GmbH & Co. KG 24EA40 (base 16) Helmholz GmbH & Co. KG Hannberger Weg 2 Grossenseebach BAY 91091 DE D4-29-EA (hex) Zimory GmbH D429EA (base 16) Zimory GmbH Revalerstrasse 100 Berlin Brandenburg 10245 DE 34-AD-E4 (hex) Shanghai Chint Power Systems Co., Ltd. 34ADE4 (base 16) Shanghai Chint Power Systems Co., Ltd. 855 Wenhe Road, Block 4 201614 CN 3C-94-D5 (hex) Juniper Networks 3C94D5 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 68-83-1A (hex) Pandora Mobility Corporation 68831A (base 16) Pandora Mobility Corporation 1F., No.33, Fude St Taoyuan Guishan 333 TW FC-DB-96 (hex) ENERVALLEY CO., LTD FCDB96 (base 16) ENERVALLEY CO., LTD 907-101 DIGITAL EMPIRE II SUWON SI GYEONGGI DO 443 734 KR 14-23-D7 (hex) EUTRONIX CO., LTD. 1423D7 (base 16) EUTRONIX CO., LTD. EUTRONIX BLDG. 4TH FLOOR ANYANG KYEONGGI 431-804 US DC-6F-08 (hex) Bay Storage Technology DC6F08 (base 16) Bay Storage Technology 6200 Stoneridge Mall Road Pleasanton CA 94588 US 90-DA-4E (hex) AVANU 90DA4E (base 16) AVANU 5205 Prospect Rd San Jose CA 95129-5034 US 28-18-78 (hex) Microsoft Corporation 281878 (base 16) Microsoft Corporation One Microsoft Way Redmond Washington 98052-6399 US 70-38-B4 (hex) Low Tech Solutions 7038B4 (base 16) Low Tech Solutions 350 N. Orleans Chicago IL 60654 US 74-5F-00 (hex) Samsung Semiconductor Inc. 745F00 (base 16) Samsung Semiconductor Inc. 3566 N. 1St Street San Jose CA 95134 US E0-C3-F3 (hex) zte corporation E0C3F3 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 5C-20-D0 (hex) Asoni Communication Co., Ltd. 5C20D0 (base 16) Asoni Communication Co., Ltd. 21F-1, No.97, Sec. 4, Chongsin Rd., Sanchong District New Taipei City Taiwan 24161 TW AC-A4-30 (hex) Peerless AV ACA430 (base 16) Peerless AV 2300 White Oak Circle Aurora illinios 60502 US 84-7A-88 (hex) HTC Corporation 847A88 (base 16) HTC Corporation No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW A4-D8-56 (hex) Gimbal, Inc A4D856 (base 16) Gimbal, Inc 12526 High Bluff Drive San Diego Ca 92130 US 78-55-17 (hex) SankyuElectronics 785517 (base 16) SankyuElectronics 2-30-12 Ohta-ku Tokyo 146-0091 JP B4-7F-5E (hex) Foresight Manufacture (S) Pte Ltd B47F5E (base 16) Foresight Manufacture (S) Pte Ltd 1 Sims Lane #04-09 Singapore 387355 SG A0-FE-91 (hex) AVAT Automation GmbH A0FE91 (base 16) AVAT Automation GmbH Derendinger Strasse 40 Tuebingen 72072 DE 74-EC-F1 (hex) Acumen 74ECF1 (base 16) Acumen 6F, No.207-3, Sec 3, Beisin Rd Sindian Dist New Taipei City 23143 US 58-09-E5 (hex) Kivic Inc. 5809E5 (base 16) Kivic Inc. 670 Sampyeong-dong, Bundang-gu Seongnam City 463-400 KR 50-4F-94 (hex) Loxone Electronics GmbH 504F94 (base 16) Loxone Electronics GmbH Falkensteinstraße 6 Kollerschlag Upper Austria 4154 AT 60-B1-85 (hex) ATH system 60B185 (base 16) ATH system Osady Lezaku 498 Chrast 53851 CZ BC-62-9F (hex) Telenet Systems P. Ltd. BC629F (base 16) Telenet Systems P. Ltd. 2 Mani Bhuvan, Cama Road Mumbai Maharashtra 400086 IN 38-0F-E4 (hex) Dedicated Network Partners Oy 380FE4 (base 16) Dedicated Network Partners Oy Linnoitustie 6 Espoo - 02600 FI 48-F2-30 (hex) Ubizcore Co.,LTD 48F230 (base 16) Ubizcore Co.,LTD Kranz Techno #1420, Sangdaewon 1-dong Seongnam-Si 462-729 KR 78-32-4F (hex) Millennium Group, Inc. 78324F (base 16) Millennium Group, Inc. 16 Tech Circle Natick MA 01760 US 38-43-69 (hex) Patrol Products Consortium LLC 384369 (base 16) Patrol Products Consortium LLC 1128 Narragansett Blvd. Cranston RI 02905 US 44-18-4F (hex) Fitview 44184F (base 16) Fitview 5615 Scotts Valley Drive, Suite 110 Scotts Valley CA 95066 US 84-AC-A4 (hex) Beijing Novel Super Digital TV Technology Co., Ltd 84ACA4 (base 16) Beijing Novel Super Digital TV Technology Co., Ltd 4F Tower B Jingmeng Hightech building Beijing 100085 CN 54-1F-D5 (hex) Advantage Electronics 541FD5 (base 16) Advantage Electronics PO Box 407 Greenwood IN 46143 US AC-E9-7F (hex) IoT Tech Limited ACE97F (base 16) IoT Tech Limited 20b Lough Road Lisburn Antrim BT28 2HA GB E8-5A-A7 (hex) LLC Emzior E85AA7 (base 16) LLC Emzior Strelna, Svyazi street, 34, Lit A, of. 234 Saint-Petersburg 198515 RU 9C-9C-1D (hex) Starkey Labs Inc. 9C9C1D (base 16) Starkey Labs Inc. 6600 Washington Ave. S. Eden Prairie MN 55344 US D0-D6-CC (hex) Wintop D0D6CC (base 16) Wintop No. 1301,Xinfei Road Songjiang District Shanghai 201612 CN 58-D0-71 (hex) BW Broadcast 58D071 (base 16) BW Broadcast Unit 27 IO Centre Croydon Surrey CR0 4WQ GB 1C-52-D6 (hex) FLAT DISPLAY TECHNOLOGY CORPORATION 1C52D6 (base 16) FLAT DISPLAY TECHNOLOGY CORPORATION No.85, Sec. 1, Fuxing Rd., South Dist Taichung 402 TW D0-DF-B2 (hex) Genie Networks Limited D0DFB2 (base 16) Genie Networks Limited 5F, No.15, Lane 360, Sec., 1, Neihu Road, Taipei 114 TW 38-66-45 (hex) OOSIC Technology CO.,Ltd 386645 (base 16) OOSIC Technology CO.,Ltd 8F,No 1559, Zuchongzhi Road Shanghai 201203 CN B8-5A-F7 (hex) Ouya, Inc B85AF7 (base 16) Ouya, Inc 11693 San Vicente Blvd Los Angeles CA 90049 US 34-F6-2D (hex) SHARP Corporation 34F62D (base 16) SHARP Corporation 1 Takumi-cho, Sakai-ku Sakai City Osaka 590-8522 JP 4C-8F-A5 (hex) Jastec 4C8FA5 (base 16) Jastec Jastec B/D 2F, 92-7 Kumgok-dong, Boondang-gu, 463-804 KR 84-ED-33 (hex) BBMC Co.,Ltd 84ED33 (base 16) BBMC Co.,Ltd #301, DaerungPostTower 3, 182-4, Seoul None 152-746 KR E8-2E-24 (hex) Out of the Fog Research LLC E82E24 (base 16) Out of the Fog Research LLC 565 Clyde Avenue, Suite 620 Mountain View CA 94043 US 80-FA-5B (hex) CLEVO CO. 80FA5B (base 16) CLEVO CO. NO. 129, XINGDE ROAD New TAIPEI CITY 241 TW C0-B3-39 (hex) Comigo Ltd. C0B339 (base 16) Comigo Ltd. 15 HaPardes St. Yarkona 45915 IL 20-85-8C (hex) Assa 20858C (base 16) Assa Gurogu Guro3dong Ace Twintower 2cha 209 Seoul 152-779 KR 60-CD-C5 (hex) Taiwan Carol Electronics., Ltd 60CDC5 (base 16) Taiwan Carol Electronics., Ltd No.202, Tung Kuang Road Taichung Taiwan 40151 TW D8-18-2B (hex) Conti Temic Microelectronic GmbH D8182B (base 16) Conti Temic Microelectronic GmbH Sieboldstraße 19 Nuremberg Bavaria 90411 DE 80-CF-41 (hex) Lenovo Mobile Communication Technology Ltd. 80CF41 (base 16) Lenovo Mobile Communication Technology Ltd. No.999,Qishan North 2nd Road,Information&Optoelectronics Park,Torch Hi-tech Industry Development Zone, Xiamen Fujian 361006 US 9C-E1-D6 (hex) Junger Audio-Studiotechnik GmbH 9CE1D6 (base 16) Junger Audio-Studiotechnik GmbH Justus-von-Liebig-Strasse 7 12489 Berlin US 48-B9-C2 (hex) Teletics Inc. 48B9C2 (base 16) Teletics Inc. 103 Edgevalley Close NW Calgary AB T3A 5E9 CA 58-D6-D3 (hex) Dairy Cheq Inc 58D6D3 (base 16) Dairy Cheq Inc 60 Baffin Place, Unit 5 Waterloo Ontario N2V 1Z7 CA 04-6E-49 (hex) TaiYear Electronic Technology (Suzhou) Co., Ltd 046E49 (base 16) TaiYear Electronic Technology (Suzhou) Co., Ltd 12-B101 Creative Industrial Park ,No. 328,Xinghu Street ,Suzhou Industrial Park SuZhou JiangSu 215000 CN 2C-3B-FD (hex) Netstor Technology Co., Ltd. 2C3BFD (base 16) Netstor Technology Co., Ltd. 6F, No. 1, Alley 16, Lane 235, Baoqiao Rd., Xindian District New Taipei City 23145 US AC-3C-B4 (hex) Nilan A/S AC3CB4 (base 16) Nilan A/S Nilanvej 2 Hedensted Vejle amt 8722 DK B4-9D-B4 (hex) Axion Technologies Inc. B49DB4 (base 16) Axion Technologies Inc. 105-1203, 70, Jingeononam-ro Namyangju Gyeonggi-do 472-859 KR AC-E8-7E (hex) Bytemark Computer Consulting Ltd ACE87E (base 16) Bytemark Computer Consulting Ltd Unit 2 Opus Avenue York YO26 6BL GB 80-07-A2 (hex) Esson Technology Inc. 8007A2 (base 16) Esson Technology Inc. Room A2, 5F Longsheng Commericial Building, Baoan District ShenZhen 518000 CN C0-A0-E2 (hex) Eden Innovations C0A0E2 (base 16) Eden Innovations ZAC Eguilles PACA 13510 FR 08-0F-FA (hex) KSP INC. 080FFA (base 16) KSP INC. RM 501, 138 Kwangdeokdae-ro Danwon-gu, Ansan-si Gyeonggi-do 425906 KR E8-AB-FA (hex) Shenzhen Reecam Tech.Ltd. E8ABFA (base 16) Shenzhen Reecam Tech.Ltd. Room 03D-1 , North Wing Of 3 rd Floor, Block 1 , Vision Shenzhen Business Park Nanshan District, Shenzhen Guangdong 518052 CN DC-B0-58 (hex) Bürkert Werke GmbH DCB058 (base 16) Bürkert Werke GmbH Christian-Bürkert-Straße 13-17 Ingelfingen Baden-Württemberg 74653 DE 6C-5A-34 (hex) Shenzhen Haitianxiong Electronic Co., Ltd. 6C5A34 (base 16) Shenzhen Haitianxiong Electronic Co., Ltd. Rm.407, Block A, University-town Business Park, Taoyuan street, Lishan Road Shenzhen Guangdong 518055 CN 90-38-DF (hex) Changzhou Tiannengbo System Co. Ltd. 9038DF (base 16) Changzhou Tiannengbo System Co. Ltd. #9 East Hehai Road, RM 306 Changzhou Jiangsu Province 213000 CN 18-52-53 (hex) Pixord Corporation 185253 (base 16) Pixord Corporation 6F, No 12, Innovation 1st Road Hsinchu 30076 TW 68-3B-1E (hex) Countwise LTD 683B1E (base 16) Countwise LTD 1149 Sawgrass Corporate Parkway Sunrise Florida 33323 US AC-A2-2C (hex) Baycity Technologies Ltd ACA22C (base 16) Baycity Technologies Ltd 10 Nazareth Ave Christchurch Canterbury 8024 NZ 30-32-94 (hex) W-IE-NE-R Plein & Baus GmbH 303294 (base 16) W-IE-NE-R Plein & Baus GmbH Muellersbaum 20 Burscheid NRW 51399 US 7C-82-2D (hex) Nortec 7C822D (base 16) Nortec 2740 Fenton Rd Ottawa ON K1T3T7 US 10-FB-F0 (hex) KangSheng LTD. 10FBF0 (base 16) KangSheng LTD. 2F., No.11, New Taipei City 24889 TW 6C-9A-C9 (hex) Valentine Research, Inc. 6C9AC9 (base 16) Valentine Research, Inc. 10280 Alliance Rd Cincinnati OH 45242 US AC-8D-14 (hex) Smartrove Inc AC8D14 (base 16) Smartrove Inc 19630 Allendale Ave. Saratoga CA 95070 US 20-91-D9 (hex) I'M SPA 2091D9 (base 16) I'M SPA VIA BIRON 102/3 MONTEVIALE VICENZA 36050 IT AC-72-36 (hex) Lexking Technology Co., Ltd. AC7236 (base 16) Lexking Technology Co., Ltd. 2F, No. 3, Baoqiang Road, New Taipei City Taiwan 231111 TW 3C-D7-DA (hex) SK Mtek microelectronics(shenzhen)limited 3CD7DA (base 16) SK Mtek microelectronics(shenzhen)limited 12F, Micro-profit Building,South 6 road Shenzhen Guangdong 518057 CN 04-F8-C2 (hex) Flaircomm Microelectronics, Inc. 04F8C2 (base 16) Flaircomm Microelectronics, Inc. 7F,Guomai Building,116 East JiangBin Ave Fuzhou Fujian 350015 CN 14-1B-F0 (hex) Intellimedia Systems Ltd 141BF0 (base 16) Intellimedia Systems Ltd Sandhill Barn Washington West Sussex RH204TD GB 58-87-E2 (hex) Shenzhen Coship Electronics Co., Ltd. 5887E2 (base 16) Shenzhen Coship Electronics Co., Ltd. Rainbow Bldg., North, Hi-Tech Industrial Park Shenzhen Guangdong 518057 CN 68-69-F2 (hex) ComAp s.r.o. 6869F2 (base 16) ComAp s.r.o. Kundratka 17 Prague 18000 CZ B8-5A-FE (hex) Handaer Communication Technology (Beijing) Co., Ltd B85AFE (base 16) Handaer Communication Technology (Beijing) Co., Ltd Jiancaicheng West Rd.65,Xisanqi, Beijing 100096 CN F4-6D-E2 (hex) zte corporation F46DE2 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN F0-AC-A4 (hex) HBC-radiomatic F0ACA4 (base 16) HBC-radiomatic Haller Str. 45-53 Crailsheim Baden Wurttemberg 74564 DE 60-74-8D (hex) Atmaca Elektronik 60748D (base 16) Atmaca Elektronik Namik Kemal Mahallesi 177, Sokak No:2 Istanbul Esenyurt 34510 TR B8-B7-D7 (hex) 2GIG Technologies B8B7D7 (base 16) 2GIG Technologies 2961 West Maple Loop Drive Lehi Utah 84043 US 80-82-87 (hex) ATCOM Technology Co.Ltd. 808287 (base 16) ATCOM Technology Co.Ltd. A-2F, #3 , Crown industry buildings Shenzhen Guang Dong 518040 US 28-A1-86 (hex) enblink 28A186 (base 16) enblink Room 212 Building 105-1 SNU SEOUL 151-742 KR 50-39-55 (hex) Cisco SPVTG 503955 (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30044 US 78-D1-29 (hex) Vicos 78D129 (base 16) Vicos Eugenmuellerstrasse 14 Salzburg Salzburg 5020 AT 84-DF-0C (hex) NET2GRID BV 84DF0C (base 16) NET2GRID BV Krullelaan 28 Zeist Utrecht 3701 TD NL 38-8E-E7 (hex) Fanhattan LLC 388EE7 (base 16) Fanhattan LLC 489 S El Camino Real San Mateo CA 94402 US 5C-D4-1B (hex) UCZOON Technology Co., LTD 5CD41B (base 16) UCZOON Technology Co., LTD 9 th Floor,Pan Gu Plaza,No.27 North 4 th Ring, Beijing Beijing 100029 CN CC-E7-98 (hex) My Social Stuff CCE798 (base 16) My Social Stuff Sint-Hubertussyraat 65 Berchem 2600 BE A0-36-F0 (hex) Comprehensive Power A036F0 (base 16) Comprehensive Power 420 Northboro Road Central Marlborough MA 01752 US 18-0C-AC (hex) CANON INC. 180CAC (base 16) CANON INC. 3-30-2 Ohta-Ku Tokyo 146-8501 JP 78-AB-60 (hex) ABB Australia 78AB60 (base 16) ABB Australia PMB 88 Berrimah NT 0828 AU 84-82-F4 (hex) Beijing Huasun Unicreate Technology Co., Ltd 8482F4 (base 16) Beijing Huasun Unicreate Technology Co., Ltd North Region 6th Floor, Tower A, Huizhi Mansion, Beijing 100085 CN 00-DB-1E (hex) Albedo Telecom SL 00DB1E (base 16) Albedo Telecom SL Joan d'Austria 112 Barcelona 08018 ES 18-86-3A (hex) DIGITAL ART SYSTEM 18863A (base 16) DIGITAL ART SYSTEM 838 rue de l'Aiguelongue Montpellier Etat 34090 FR 0C-DC-CC (hex) Inala Technologies 0CDCCC (base 16) Inala Technologies Inala House, 557 15th Road Midrand Gauteng 1685 ZA 98-29-1D (hex) Jaguar de Mexico, SA de CV 98291D (base 16) Jaguar de Mexico, SA de CV Calle Tabla Grande No.2 Jilotzongo Estado de Mexico 54570 MX 34-AF-2C (hex) Nintendo Co., Ltd. 34AF2C (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 7C-D9-FE (hex) New Cosmos Electric Co., Ltd. 7CD9FE (base 16) New Cosmos Electric Co., Ltd. 2-5-4 Mitsuyanaka Osaka Osaka-fu 532-0036 JP E4-90-69 (hex) Rockwell Automation E49069 (base 16) Rockwell Automation 1 Allen-Bradley Dr. Mayfield Heights OH 44124-6118 US CC-C1-04 (hex) Applied Technical Systems CCC104 (base 16) Applied Technical Systems P.O. Box 5705 Shreveport LA 71135 US A4-B1-E9 (hex) Technicolor A4B1E9 (base 16) Technicolor Prins Boudewijnlaan 47 Edegem - Belgium B-2650 BE 60-45-5E (hex) Liptel s.r.o. 60455E (base 16) Liptel s.r.o. Hradna 338 Liptovsky Hradok 03301 SK D8-06-D1 (hex) Honeywell Fire System (Shanghai) Co,. Ltd. D806D1 (base 16) Honeywell Fire System (Shanghai) Co,. Ltd. No. 430, Li Bing Road, Pudong Shanghai Shanghai 201203 CN 64-76-57 (hex) Innovative Security Designs 647657 (base 16) Innovative Security Designs 18 Technology Drive Irvine CA 92618 US 90-70-25 (hex) Garea Microsys Co.,Ltd. 907025 (base 16) Garea Microsys Co.,Ltd. 4th Floor, Building 2, Software Park Suzhou Jiangsu 215163 CN 10-D1-DC (hex) INSTAR Deutschland GmbH 10D1DC (base 16) INSTAR Deutschland GmbH Auf der Hostert 17 Huenstetten Bechtheim Hessen 65510 DE 34-99-6F (hex) VPI Engineering 34996F (base 16) VPI Engineering 11814 S. Election Rd., Suite 200 Draper UT 84020 US 94-4A-09 (hex) BitWise Controls 944A09 (base 16) BitWise Controls 98 Inverness Dr East Englewood CO 80112 US BC-28-D6 (hex) Rowley Associates Limited BC28D6 (base 16) Rowley Associates Limited Suite 4B/4C Drake House Dursley Gloucestershire GL11 4HH GB 10-BD-18 (hex) Cisco Systems, Inc 10BD18 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 58-69-F9 (hex) Fusion Transactive Ltd. 5869F9 (base 16) Fusion Transactive Ltd. PO Box 68281 Auckland 1145 NZ D4-1E-35 (hex) TOHO Electronics INC. D41E35 (base 16) TOHO Electronics INC. 1-13-21 Tanashioda, Chuo-Ku Sagamihara-City Kanagawa 252-0245 JP 4C-72-B9 (hex) PEGATRON CORPORATION 4C72B9 (base 16) PEGATRON CORPORATION 5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW 2C-ED-EB (hex) Alpheus Digital Company Limited 2CEDEB (base 16) Alpheus Digital Company Limited Room 2, 23/F Tak King Industrial building Hong Kong 852 HK 0C-D9-96 (hex) Cisco Systems, Inc 0CD996 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 30-F3-3A (hex) +plugg srl 30F33A (base 16) +plugg srl via giovanni ventura, 5 Milano MI 20134 IT 0C-57-EB (hex) Mueller Systems 0C57EB (base 16) Mueller Systems 48 Leona Drive, Suite C Middleboro MA 02346 US 74-53-27 (hex) COMMSEN CO., LIMITED 745327 (base 16) COMMSEN CO., LIMITED 12/F., San Toi Building,139 Connaught Road Central 999077 HK D0-8C-FF (hex) UPWIS AB D08CFF (base 16) UPWIS AB Box 3000 Uppsala Uppsala 75003 SE 68-CE-4E (hex) L-3 Communications Infrared Products 68CE4E (base 16) L-3 Communications Infrared Products 3414 Herrmann Drive Garland TX 75043 US 68-D1-FD (hex) Shenzhen Trimax Technology Co.,Ltd 68D1FD (base 16) Shenzhen Trimax Technology Co.,Ltd Room 1016, 10F, Max Smart Commercial Center, Shenzhen Guangdong 518133 CN 9C-06-6E (hex) Hytera Communications Corporation Limited 9C066E (base 16) Hytera Communications Corporation Limited Hytera Tower, Hi-Tech Industrial Park North, Nanshan District Shenzhen Guangdong 518057 US 3C-EA-FB (hex) NSE AG 3CEAFB (base 16) NSE AG Bremgarterstrasse 54 Wohlen AG 5610 CH 8C-C7-AA (hex) Radinet Communications Inc. 8CC7AA (base 16) Radinet Communications Inc. 7F-2, No.229, Fuxing 2nd Rd, Zhubei, 30271 Hsinchu Taiwan 30271 US 40-33-6C (hex) Godrej & Boyce Mfg. co. ltd 40336C (base 16) Godrej & Boyce Mfg. co. ltd PSS TECH CELL, 2ND FLOOR, PLANT 17, SECURITY SOLUTIONS DIVISION MUMBAI MAHARASHTRA 400079 IN F8-A0-3D (hex) Dinstar Technologies Co., Ltd. F8A03D (base 16) Dinstar Technologies Co., Ltd. Floor 6, Guoxing Building shenzhen Guangdong 518052 US 2C-D4-44 (hex) FUJITSU LIMITED 2CD444 (base 16) FUJITSU LIMITED 403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP BC-81-1F (hex) Ingate Systems BC811F (base 16) Ingate Systems Rissneleden 45 Sundbyberg 17444 SE D8-67-D9 (hex) Cisco Systems, Inc D867D9 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US A4-E7-31 (hex) Nokia Corporation A4E731 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 98-A7-B0 (hex) MCST ZAO 98A7B0 (base 16) MCST ZAO 35/50, Nizhnyaya Krasnoselskaya St., Moscow 105666 RU 4C-06-8A (hex) Basler Electric Company 4C068A (base 16) Basler Electric Company 12570 State Route 143 Highland Illinois 62249 US E8-56-D6 (hex) NCTech Ltd E856D6 (base 16) NCTech Ltd 20-22 Braid Road Edinburgh EH10 6AD GB C0-81-70 (hex) Effigis GeoSolutions C08170 (base 16) Effigis GeoSolutions 4101, rue Molson Montreal Quebec H1Y3L1 CA 64-22-16 (hex) Shandong Taixin Electronic co.,Ltd 642216 (base 16) Shandong Taixin Electronic co.,Ltd FL.6,Haichen Building Jinan Shandong 250010 CN 44-38-39 (hex) Cumulus Networks, inc 443839 (base 16) Cumulus Networks, inc 650 Castro Street, suite 120-245 Mountain View CA 94041 US 04-8B-42 (hex) Skspruce Technologies 048B42 (base 16) Skspruce Technologies A1, Tianfu Software Park, 1129 Century City Road High-tech Zone, Chengdu Sichuan 610041 CN 50-76-A6 (hex) Ecil Informatica Ind. Com. Ltda 5076A6 (base 16) Ecil Informatica Ind. Com. Ltda Av. Araguacema, 388 Barueri São Paulo 06460-070 BR A4-4C-11 (hex) Cisco Systems, Inc A44C11 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 60-84-3B (hex) Soladigm, Inc. 60843B (base 16) Soladigm, Inc. 195. S Milpitas Blvd Milpitas CA 95035 US AC-4B-C8 (hex) Juniper Networks AC4BC8 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 20-9B-A5 (hex) JIAXING GLEAD Electronics Co.,Ltd 209BA5 (base 16) JIAXING GLEAD Electronics Co.,Ltd No.66 Zhengyuan Road in Tanghu Industrial Garden Jiaxing Zhejiang 314003 CN A0-F4-50 (hex) HTC Corporation A0F450 (base 16) HTC Corporation No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW 60-89-B1 (hex) Key Digital Systems 6089B1 (base 16) Key Digital Systems 521 E 3rd Street Mount Vernon NY 10553 US 44-D1-5E (hex) Shanghai Kingto Information Technology Ltd 44D15E (base 16) Shanghai Kingto Information Technology Ltd No.738 Guangji RD.3F shanghai.china shanghai 200434 CN 00-36-FE (hex) SuperVision 0036FE (base 16) SuperVision po box 3472 palos verdes CA 90274 US 70-9E-86 (hex) X6D Limited 709E86 (base 16) X6D Limited 199, Arch. Makariou III Limassol 3030 CY A0-F4-19 (hex) Nokia Corporation A0F419 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 1C-97-3D (hex) PRICOM Design 1C973D (base 16) PRICOM Design 2755 Slocum Rd Peyton CO 80831 US BC-02-00 (hex) Stewart Audio BC0200 (base 16) Stewart Audio 100 West El Camino Real Mountain View CA 94041 US 48-91-53 (hex) Weinmann Geräte für Medizin GmbH + Co. KG 489153 (base 16) Weinmann Geräte für Medizin GmbH + Co. KG Kronsaalsweg 40 Hamburg D-22525 DE AC-94-03 (hex) Envision Peripherals Inc AC9403 (base 16) Envision Peripherals Inc 47490 Seabridge Dr Fremont California 94538 US 68-D9-25 (hex) ProSys Development Services 68D925 (base 16) ProSys Development Services Mill House Mitcham Surrey CR4 4HY GB 84-8D-84 (hex) Rajant Corporation 848D84 (base 16) Rajant Corporation 400 East King Street Malvern PA 19355 US 54-46-6B (hex) Shenzhen CZTIC Electronic Technology Co., Ltd 54466B (base 16) Shenzhen CZTIC Electronic Technology Co., Ltd Xinghe Building, Zhongxin Road, Shajing Town, Baoan SHENZHEN GUANGDONG 518104 CN 44-B3-82 (hex) Kuang-chi Institute of Advanced Technology 44B382 (base 16) Kuang-chi Institute of Advanced Technology Software building, Gaoxingzhong 1st Road, Shenzhen Guangdong 518057 CN 60-B9-33 (hex) Deutron Electronics Corp. 60B933 (base 16) Deutron Electronics Corp. 8F, 68, Sec. 3, Nanking E. Rd. Taipei Taiwan 104 TW 00-43-FF (hex) KETRON S.R.L. 0043FF (base 16) KETRON S.R.L. Via Giuseppe Taliercio n. 7 Ancona 60131 IT 7C-AC-B2 (hex) Bosch Software Innovations GmbH 7CACB2 (base 16) Bosch Software Innovations GmbH Ziegelei 7 Immenstaad BadenWuertemberg 88090 DE 18-D6-6A (hex) Inmarsat 18D66A (base 16) Inmarsat 99 City Road London EC1Y 1AX GB 1C-7C-45 (hex) Vitek Industrial Video Products, Inc. 1C7C45 (base 16) Vitek Industrial Video Products, Inc. 28492 Constellation Rd Valencia CA 91355 US 3C-38-88 (hex) ConnectQuest, llc 3C3888 (base 16) ConnectQuest, llc P.O. Box 425 West Simsbury Connecticut 06092 US 48-D7-FF (hex) BLANKOM Antennentechnik GmbH 48D7FF (base 16) BLANKOM Antennentechnik GmbH Hermann-Petersilge Str. 1 Bad Blankenburg TH 07422 DE C4-71-30 (hex) Fon Technology S.L. C47130 (base 16) Fon Technology S.L. Avda. Bruselas, n. 7, Planta 3, Alcobendas Madrid 28100 ES D8-33-7F (hex) Office FA.com Co.,Ltd. D8337F (base 16) Office FA.com Co.,Ltd. 293-21 Oyama-shi Tochigi 329-0216 JP 00-36-F8 (hex) Conti Temic microelectronic GmbH 0036F8 (base 16) Conti Temic microelectronic GmbH Dornierstraße 1 Markdorf 88677 DE A4-F7-D0 (hex) LAN Accessories Co., Ltd. A4F7D0 (base 16) LAN Accessories Co., Ltd. 8F-1, No. 159, Sec. 1 Hsin Tai Wu Road, New Taipei City, 221 US C8-56-45 (hex) Intermas France C85645 (base 16) Intermas France Rue de l'industrie Beauvais Oise 60000 FR 44-34-8F (hex) MXT INDUSTRIAL LTDA 44348F (base 16) MXT INDUSTRIAL LTDA RODOVIA BR 381, KM 490, JARDIM DAS ALTEROSAS BETIM MINAS GERAIS 32670790 BR D4-EC-0C (hex) Harley-Davidson Motor Company D4EC0C (base 16) Harley-Davidson Motor Company 3700 W. Juneau Avenue Milwaukee Wisconsin 53208 US 28-E6-08 (hex) Tokheim 28E608 (base 16) Tokheim Industrieweg 5 Bladel NBr 5531 AD NL 74-FF-7D (hex) Wren Sound Systems, LLC 74FF7D (base 16) Wren Sound Systems, LLC 169 Gateshead Way Phoenixville PA 19460 US AC-F0-B2 (hex) Becker Electronics Taiwan Ltd. ACF0B2 (base 16) Becker Electronics Taiwan Ltd. No.32, Lane 30, Long Yuan Rd. Long-Tan Taoyuan 32544 TW 54-2A-9C (hex) LSY Defense, LLC. 542A9C (base 16) LSY Defense, LLC. 4175 Westport Rd. Louisville Kentucky 40207 US 50-4A-5E (hex) Masimo Corporation 504A5E (base 16) Masimo Corporation 40 Parker Irvine California 92618 US 6C-A9-6F (hex) TransPacket AS 6CA96F (base 16) TransPacket AS Drammensveien 134 Oslo 0277 NO AC-01-42 (hex) Uriel Technologies SIA AC0142 (base 16) Uriel Technologies SIA Dzerbenes iela 14 Riga LV-1006 LV C4-7B-A3 (hex) NAVIS Inc. C47BA3 (base 16) NAVIS Inc. Dmitrovskoe shosse 157 Moscow 127411 RU F4-48-48 (hex) Amscreen Group Ltd F44848 (base 16) Amscreen Group Ltd Paragon Business Park Bolton Lancs BL6 6HG GB 50-D2-74 (hex) Steffes Corporation 50D274 (base 16) Steffes Corporation 3050 Highway 22 North Dickinson ND 58601 US C8-F7-04 (hex) Building Block Video C8F704 (base 16) Building Block Video 17 APex Park Hailsham East Sussex BN27 2JU GB 50-8A-42 (hex) Uptmate Technology Co., LTD 508A42 (base 16) Uptmate Technology Co., LTD 6F., No.5, Jian 1st Rd.,Zhonghe Dist., New Taipei City 23558 TW BC-EA-2B (hex) CityCom GmbH BCEA2B (base 16) CityCom GmbH Am Kroit 25 Amerang Bavaria 83123 DE 0C-A1-38 (hex) Blinq Wireless Inc. 0CA138 (base 16) Blinq Wireless Inc. 400 MARCH RD UNIT 240 KANATA ON K2K3H4 CA 5C-6F-4F (hex) S.A. SISTEL 5C6F4F (base 16) S.A. SISTEL C/SOLSONES, 87 CASTELLAR DEL VALLES BARCELONA 08211 ES 90-1B-0E (hex) Fujitsu Technology Solutions GmbH 901B0E (base 16) Fujitsu Technology Solutions GmbH Buergermeister-Ulrich-Strasse 100 Augsburg Bayern 86199 DE F8-50-63 (hex) Verathon F85063 (base 16) Verathon 20001 N Creek Pkwy Bothell WA 98011 US 2C-36-F8 (hex) Cisco Systems, Inc 2C36F8 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 84-57-87 (hex) DVR C&C Co., Ltd. 845787 (base 16) DVR C&C Co., Ltd. 7F 720 Namkwang Centlex Bldg, Cheongcheon-dong, Bupyeong-gu Incheon 403-030 KR 58-08-FA (hex) Fiber Optic & telecommunication INC. 5808FA (base 16) Fiber Optic & telecommunication INC. 161-4 Kumjeong-Dong, Kunpo-city Gyeonggi-Do 435-824 KR AC-3D-05 (hex) Instorescreen Aisa AC3D05 (base 16) Instorescreen Aisa Room 207, North Bldg,No 28 Shanghai 200237 CN 28-60-94 (hex) CAPELEC 286094 (base 16) CAPELEC 1130 rue des Marels Montpellier Hérault 34000 FR A4-56-30 (hex) Cisco Systems, Inc A45630 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US C4-3C-3C (hex) CYBELEC SA C43C3C (base 16) CYBELEC SA Rue des Uttins 27 Yverdon-les-Bains 1401 CH B8-26-D4 (hex) Furukawa Industrial S.A. Produtos Elétricos B826D4 (base 16) Furukawa Industrial S.A. Produtos Elétricos Rua Hasdrubal Bellegard, 820 Parana 81460-120 BR B8-74-47 (hex) Convergence Technologies B87447 (base 16) Convergence Technologies 16W215 83rd Street Suite D Burr Ridge IL 60527 US 74-63-DF (hex) VTS GmbH 7463DF (base 16) VTS GmbH Am Königholz Ost 4 Eglhausen Bavaria 85411 DE BC-12-5E (hex) Beijing WisVideo INC. BC125E (base 16) Beijing WisVideo INC. RM 3A08 Technology&Fortune Center A block No.8 Xue Qing Road,Haidian District , Beijing 100192 CN 14-E4-EC (hex) mLogic LLC 14E4EC (base 16) mLogic LLC 8440 Warner Drive Culver City CA 90232 US 38-28-EA (hex) Fujian Netcom Technology Co., LTD 3828EA (base 16) Fujian Netcom Technology Co., LTD Netcom Technology Building, B Zone:Tongpan Software Park, Fuzhou Fujian 350003 CN D0-1A-A7 (hex) UniPrint D01AA7 (base 16) UniPrint Unit 309, 1 Eva Road Toronto Ontario M9C 4Z5 CA 84-6A-ED (hex) Wireless Tsukamoto.,co.LTD 846AED (base 16) Wireless Tsukamoto.,co.LTD 16-21 1chome,Isoyama Suzuka Mie-pref 5100256 JP E0-5D-A6 (hex) Detlef Fink Elektronik & Softwareentwicklung E05DA6 (base 16) Detlef Fink Elektronik & Softwareentwicklung Brühlstraße 13 Mössingen 72116 DE 04-5A-95 (hex) Nokia Corporation 045A95 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 04-F4-BC (hex) Xena Networks 04F4BC (base 16) Xena Networks Graabroedretorv 6, 3. sal København Danmark 1154 DK 80-DB-31 (hex) Power Quotient International Co., Ltd. 80DB31 (base 16) Power Quotient International Co., Ltd. 8F., No. 49, Sec. 4, Jhongyang Rd., Tu Cheng Dist., New Taipei City 23675 TW 1C-51-B5 (hex) Techaya LTD 1C51B5 (base 16) Techaya LTD P.O.B 1500 Pardes Hanna 3700 IL 6C-3A-84 (hex) Shenzhen Aero-Startech. Co.Ltd 6C3A84 (base 16) Shenzhen Aero-Startech. Co.Ltd F3-4, Building3,Zhongyuntai Industrial Park.Shiyan Town., Shenzhen Guangdong 518108 CN 00-D6-32 (hex) GE Energy 00D632 (base 16) GE Energy Lissue Industrial Estate East Lisburn Co Antrim BT28 2RE GB 0C-9E-91 (hex) Sankosha Corporation 0C9E91 (base 16) Sankosha Corporation 1-12, Miyashimo Sagamihara-shi Kanagawa-ken 252-0212 JP 38-3F-10 (hex) DBL Technology Ltd. 383F10 (base 16) DBL Technology Ltd. Unit 42, 18/F., Block D, Wah Lok Industrial Center HK AC-D3-64 (hex) ABB SPA, ABB SACE DIV. ACD364 (base 16) ABB SPA, ABB SACE DIV. V.LE DELL'INDUSTRIA, 18 VITTUONE MI 20010 IT 2C-EE-26 (hex) Petroleum Geo-Services 2CEE26 (base 16) Petroleum Geo-Services 12555 Harris Branch Pkwy Austin TX 78653 US C8-F9-F9 (hex) Cisco Systems, Inc C8F9F9 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US A4-EF-52 (hex) Telewave Co., Ltd. A4EF52 (base 16) Telewave Co., Ltd. A-203, SK Twintech Tower Seoul 153-773 KR A8-26-D9 (hex) HTC Corporation A826D9 (base 16) HTC Corporation No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW 28-94-0F (hex) Cisco Systems, Inc 28940F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US B8-DA-F7 (hex) Advanced Photonics, Inc. B8DAF7 (base 16) Advanced Photonics, Inc. the University of Tokyo, CCR507 Meguro-ku Tokyo 153-8904 JP 14-3A-EA (hex) Dynapower Company LLC 143AEA (base 16) Dynapower Company LLC 85 Meadowland Drive South Burlington VT 05403 US A0-86-EC (hex) SAEHAN HITEC Co., Ltd A086EC (base 16) SAEHAN HITEC Co., Ltd 16-3, Yongsu-ri, Chowol-eup Gwangju-si, Gyeonggi-do 464-865 KR 94-2E-17 (hex) Schneider Electric Canada Inc 942E17 (base 16) Schneider Electric Canada Inc 1400 industrielle street La Prairie Quebec J5R 2E5 CA C4-60-44 (hex) Everex Electronics Limited C46044 (base 16) Everex Electronics Limited Unit 3, Block A, 16/F HK 98-FE-03 (hex) Ericsson - North America 98FE03 (base 16) Ericsson - North America 6300 Legacy Drive Plano TX 75024 US E0-3C-5B (hex) SHENZHEN JIAXINJIE ELECTRON CO.,LTD E03C5B (base 16) SHENZHEN JIAXINJIE ELECTRON CO.,LTD Shenzhen Jiaxinjie Security Industrial park,No 6 Xin He Xin xing Industrial Park, Fuyong Town,Bao'an District SHENZHEN GUANGDONG 518103 CN CC-94-4A (hex) Pfeiffer Vacuum GmbH CC944A (base 16) Pfeiffer Vacuum GmbH Berliner Str. 43 Asslar Hessen 35614 DE 0C-85-25 (hex) Cisco Systems, Inc 0C8525 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US B4-D8-A9 (hex) BetterBots B4D8A9 (base 16) BetterBots 1600 Wilson Way SE, Ste. 9 Smyrna GA 30082 US 7C-C8-D7 (hex) Damalisk 7CC8D7 (base 16) Damalisk Coriolis 2 ECUISSES 71210 FR 9C-B0-08 (hex) Ubiquitous Computing Technology Corporation 9CB008 (base 16) Ubiquitous Computing Technology Corporation 2-20-1 Nishi-Gotanda Shinagawa-ku Tokyo 1410031 JP A8-77-6F (hex) Zonoff A8776F (base 16) Zonoff 70E Swedesford Rd Malvern PA 19355 US 64-87-88 (hex) Juniper Networks 648788 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 00-FA-3B (hex) CLOOS ELECTRONIC GMBH 00FA3B (base 16) CLOOS ELECTRONIC GMBH Jambe ducommun 8 LE LOCLE 2400 CH 54-1D-FB (hex) Freestyle Energy Ltd 541DFB (base 16) Freestyle Energy Ltd 18-24 Ricketts Road Mount Waverley Victoria 3149 AU 60-B6-06 (hex) Phorus 60B606 (base 16) Phorus 16255 Ventura Boulevard, Suite 310 Encino CA 91436 US 90-92-B4 (hex) Diehl BGT Defence GmbH & Co. KG 9092B4 (base 16) Diehl BGT Defence GmbH & Co. KG Alte Nussdorfer Strasse 13 Ueberlingen 88662 DE 20-AA-4B (hex) Cisco-Linksys, LLC 20AA4B (base 16) Cisco-Linksys, LLC 121 Theory Drive Irvine California 92612 US CC-6D-EF (hex) TJK Tietolaite Oy CC6DEF (base 16) TJK Tietolaite Oy PL 443 Vaasa 65101 FI A8-5B-F3 (hex) Audivo GmbH A85BF3 (base 16) Audivo GmbH Irrenloher Damm 17 Schwarzenfeld 92521 DE B8-97-5A (hex) BIOSTAR Microtech Int'l Corp. B8975A (base 16) BIOSTAR Microtech Int'l Corp. 2Fl. No. 108-2, Min Chuan Road, Hsin Tien Dist., New Taipei 231 TW 48-33-DD (hex) ZENNIO AVANCE Y TECNOLOGIA, S.L. 4833DD (base 16) ZENNIO AVANCE Y TECNOLOGIA, S.L. RIO JARAMA 132 NAVE P8.11 TOLEDO 45007 ES 08-75-72 (hex) Obelux Oy 087572 (base 16) Obelux Oy Kutomotie 6 B Helsinki 00380 FI 10-C2-BA (hex) UTT Co., Ltd. 10C2BA (base 16) UTT Co., Ltd. Seoul Korea 135-913 KR 90-D7-4F (hex) Bookeen 90D74F (base 16) Bookeen 27, rue de la Vistule Paris 75013 FR 64-C5-AA (hex) South African Broadcasting Corporation 64C5AA (base 16) South African Broadcasting Corporation 77 Twickenham Avenue Auckland Park Gauteng 2006 ZA 98-AA-D7 (hex) BLUE WAVE NETWORKING CO LTD 98AAD7 (base 16) BLUE WAVE NETWORKING CO LTD No. 20, Lane 68, Da-feng RD, NEW TAIPEI TAIPEI 23121 TW 9C-53-CD (hex) ENGICAM s.r.l. 9C53CD (base 16) ENGICAM s.r.l. Via Dei Pratoni n.16 Scandicci FIRENZE 50018 IT 60-86-45 (hex) Avery Weigh-Tronix, LLC 608645 (base 16) Avery Weigh-Tronix, LLC 1000 Armstrong Drive Fairmont MN 56031 US FC-8F-C4 (hex) Intelligent Technology Inc. FC8FC4 (base 16) Intelligent Technology Inc. Yuanhe 3 Street,Tongsha Industrial Zone, Dongguan Guangdong 523127 CN 10-FC-54 (hex) Shany Electronic Co., Ltd. 10FC54 (base 16) Shany Electronic Co., Ltd. 4F, No. 92, Section 1, Nei-Hu Road Taipei 114 TW C0-29-73 (hex) Audyssey Laboratories Inc. C02973 (base 16) Audyssey Laboratories Inc. 110 E. 9th Street, Suite C700 Los Angeles CA 90079 US 78-FE-3D (hex) Juniper Networks 78FE3D (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 28-38-CF (hex) Gen2wave 2838CF (base 16) Gen2wave Gumi-dong, Bundang-gu Seongnam-si Gyeonggi-do 463-741 KR 24-BC-82 (hex) Dali Wireless, Inc. 24BC82 (base 16) Dali Wireless, Inc. 125 University Avenue, Suite 88 Palo Alto CA 94301 US B4-0C-25 (hex) Palo Alto Networks B40C25 (base 16) Palo Alto Networks 4401 Great America Parkway Santa Clara CA 95054 US F8-F7-D3 (hex) International Communications Corporation F8F7D3 (base 16) International Communications Corporation 11801 Pierce St. 2nd FL Riverside CA 92505 US 28-D1-AF (hex) Nokia Corporation 28D1AF (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 24-C0-B3 (hex) RSF 24C0B3 (base 16) RSF 45 Av Marcel Dassault Toulouse Garonne, Haute (31) 31500 FR FC-45-5F (hex) JIANGXI SHANSHUI OPTOELECTRONIC TECHNOLOGY CO.,LTD FC455F (base 16) JIANGXI SHANSHUI OPTOELECTRONIC TECHNOLOGY CO.,LTD No.1010,Anping Road,Eco-Industrial Park,Lushan District Jiujiang Jiangxi 332000 CN F0-4A-2B (hex) PYRAMID Computer GmbH F04A2B (base 16) PYRAMID Computer GmbH Boetzinger Strasse 60 Freiburg BW 79111 DE 30-2D-E8 (hex) JDA, LLC (JDA Systems) 302DE8 (base 16) JDA, LLC (JDA Systems) 4080 Pike Lane Concord CA 94520 US 48-A6-D2 (hex) GJsun Optical Science and Tech Co.,Ltd. 48A6D2 (base 16) GJsun Optical Science and Tech Co.,Ltd. First floor National Information Industry Park D-08 Guilin Guangxi 541004 CN 50-0B-32 (hex) Foxda Technology Industrial(ShenZhen)Co.,LTD 500B32 (base 16) Foxda Technology Industrial(ShenZhen)Co.,LTD 1F of 1st Building&1F-3F of 2nd Building, Foxda Industrial Zone,North of Lanzhu Road,Pingshan New District,Shenzhen City,Guangdong Province,P.R.China Shenzhen Guangdong 518122 CN 60-35-53 (hex) Buwon Technology 603553 (base 16) Buwon Technology (Cunuitechnopark 102-1507) 200-1,Chunui-dong Buchon-si Gyeinggi-do 420-857 KR E0-39-D7 (hex) Plexxi, Inc. E039D7 (base 16) Plexxi, Inc. 100 Innovative Way Suite 3322 Nashua NH 03062 US 7C-33-6E (hex) MEG Electronics Inc. 7C336E (base 16) MEG Electronics Inc. Bogazici Universitesi Kuzey Kampus ISTANBUL 34342 TR D4-E3-3F (hex) Nokia D4E33F (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 68-CD-0F (hex) U Tek Company Limited 68CD0F (base 16) U Tek Company Limited FL5, BLDG12, 3RD DISTRICT, TANGTOU INDUSTRIAL PARK SHENZHEN GUANGDONG 518018 CN 60-3F-C5 (hex) COX CO., LTD 603FC5 (base 16) COX CO., LTD 904HO, ACE TWIN TOWER 1-CHA SEOUL 152-779 KR A4-E3-91 (hex) DENY FONTAINE A4E391 (base 16) DENY FONTAINE ROUTE DE SAINT VALERY SAINT BLIMONT 80960 FR AC-6F-D9 (hex) Valueplus Inc. AC6FD9 (base 16) Valueplus Inc. #803, Sicox Tower, 513-14, Seongnam-si Gyeonggi-do 462-806 KR DC-1E-A3 (hex) Accensus LLC DC1EA3 (base 16) Accensus LLC 200 South Wacker Drive Chicago IL 60606 US A4-01-30 (hex) ABIsystems Co., LTD A40130 (base 16) ABIsystems Co., LTD 308 ACE Techno Tower8 191-7 Guro-dong Seoul KR 90-A7-83 (hex) JSW PACIFIC CORPORATION 90A783 (base 16) JSW PACIFIC CORPORATION 3F-3, No.700, Chung-Zheng Rd, Zhonghe District New Taipei City 235 TW F8-46-2D (hex) SYNTEC Incorporation F8462D (base 16) SYNTEC Incorporation 3F, NO.105, Shing-shyue St., Hsinchu 300 TW 78-A5-DD (hex) Shenzhen Smarteye Digital Electronics Co., Ltd 78A5DD (base 16) Shenzhen Smarteye Digital Electronics Co., Ltd #6 Northen Area Shenzhen Guangdong 518129 CN EC-E7-44 (hex) Omntec mfg. inc ECE744 (base 16) Omntec mfg. inc 1993 Pond Road. Ronkonkoma NY 11779 US 28-AF-0A (hex) Sirius XM Radio Inc 28AF0A (base 16) Sirius XM Radio Inc 1221 Avenue of the Americas New York NY 10020 US 5C-D4-AB (hex) Zektor 5CD4AB (base 16) Zektor 12675 Danielson Ct. Ste 401 Poway CA 92064 US 08-FC-52 (hex) OpenXS BV 08FC52 (base 16) OpenXS BV Koaibosk 3 Terwispel Friesland 8407ED NL 4C-32-D9 (hex) M Rutty Holdings Pty. Ltd. 4C32D9 (base 16) M Rutty Holdings Pty. Ltd. Unit 1, 4 Beaumont Road Mount Kuring-Gai New South Wales 2080 AU 08-A1-2B (hex) ShenZhen EZL Technology Co., Ltd 08A12B (base 16) ShenZhen EZL Technology Co., Ltd RM21B, Building 2, China Phoenix Building, ShenZhen GuangDong 518026 CN A0-0C-A1 (hex) SKTB SKiT A00CA1 (base 16) SKTB SKiT 239 B. Sadovaya Str. Saratov Saratov region 410005 RU 64-E8-4F (hex) Serialway Communication Technology Co. Ltd 64E84F (base 16) Serialway Communication Technology Co. Ltd Room 315, 706 Painting Room, Beijing 100096 CN 2C-9E-FC (hex) CANON INC. 2C9EFC (base 16) CANON INC. 3-30-2 Ohta-Ku Tokyo 146-8501 JP 18-2B-05 (hex) 8D Technologies 182B05 (base 16) 8D Technologies 416, de Maisonneuve West Montreal, Quebec H3A 1L2 CA 24-0B-B1 (hex) KOSTAL Industrie Elektrik GmbH 240BB1 (base 16) KOSTAL Industrie Elektrik GmbH Gewerbering 20 Schalksmuehle North Rhine-Westphalia 58579 DE 20-EE-C6 (hex) Elefirst Science & Tech Co ., ltd 20EEC6 (base 16) Elefirst Science & Tech Co ., ltd Floor 9, No 77 Zijinmingmen Building Nanjing Jiangsu 210007 CN E0-1E-07 (hex) Anite Telecoms US. Inc E01E07 (base 16) Anite Telecoms US. Inc 106 Vista Centre Dr Forest VA 24551 US 7C-6B-33 (hex) Tenyu Tech Co. Ltd. 7C6B33 (base 16) Tenyu Tech Co. Ltd. 1F., No.10, Ln. 36, Ganzhen 2nd St. New Taipei City 251 TW 14-7D-C5 (hex) Murata Manufacturing Co., Ltd. 147DC5 (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP 00-B9-F6 (hex) Shenzhen Super Rich Electronics Co.,Ltd 00B9F6 (base 16) Shenzhen Super Rich Electronics Co.,Ltd RM.102,Shibida Building,No.55,Zhenhua Road,Shenzhen Futian District, Shenzhen Guangdong 518031 CN FC-C2-3D (hex) Atmel Corporation FCC23D (base 16) Atmel Corporation 1150 E Cheyenne Mtn Blvd Colorado Springs CO 80906 US 88-E7-A6 (hex) iKnowledge Integration Corp. 88E7A6 (base 16) iKnowledge Integration Corp. 10F No.2, Sec. 3, Xinsheng S. Rd., Taipei 10660 TW A4-46-FA (hex) AmTRAN Video Corporation A446FA (base 16) AmTRAN Video Corporation 9 Goddard Irvine CA 92618 US CC-E7-DF (hex) American Magnetics, Inc. CCE7DF (base 16) American Magnetics, Inc. PO Box 2509 Oak Ridge TN 37831-2509 US 28-04-E0 (hex) FERMAX ELECTRONICA S.A.U. 2804E0 (base 16) FERMAX ELECTRONICA S.A.U. Tres Cruces 133 Valencia 46017 ES 64-43-46 (hex) GuangDong Quick Network Computer CO.,LTD 644346 (base 16) GuangDong Quick Network Computer CO.,LTD 12F,No.80 of Middle XianLie Road,YueXiu District GuangZhou GuangDong 510070 CN D4-02-4A (hex) Delphian Systems LLC D4024A (base 16) Delphian Systems LLC 720 Dartmouth Lane Buffalo Grove IL 60089 US 00-41-B4 (hex) Wuxi Zhongxing Optoelectronics Technology Co.,Ltd. 0041B4 (base 16) Wuxi Zhongxing Optoelectronics Technology Co.,Ltd. Block 93-C, Sci. & Tech. Industry park, Wuxi Jiangsu 214028 CN F4-44-50 (hex) BND Co., Ltd. F44450 (base 16) BND Co., Ltd. 573-13 Bokhyeon-dong, Buk-gu Daegu 702-020 KR 04-62-D7 (hex) ALSTOM HYDRO FRANCE 0462D7 (base 16) ALSTOM HYDRO FRANCE 82 Avenue Leon Blum GRENOBLE 38041 FR D4-50-7A (hex) CEIVA Logic, Inc D4507A (base 16) CEIVA Logic, Inc 214 E Magnolia Blvd Burbank CA 91502 US 64-D9-89 (hex) Cisco Systems, Inc 64D989 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 64-5D-D7 (hex) Shenzhen Lifesense Medical Electronics Co., Ltd. 645DD7 (base 16) Shenzhen Lifesense Medical Electronics Co., Ltd. China Academy of Science and Technology Development, Room 19A Shenzhen Guangdong 518057 CN EC-46-70 (hex) Meinberg Funkuhren GmbH & Co. KG EC4670 (base 16) Meinberg Funkuhren GmbH & Co. KG Lange Wand 9 Bad Pyrmont NDS 31812 DE D0-5A-0F (hex) I-BT DIGITAL CO.,LTD D05A0F (base 16) I-BT DIGITAL CO.,LTD 17F.-8, No.866, Zhongzheng Rd., Zhonghe Dist New Taipei 235 TW EC-96-81 (hex) 2276427 Ontario Inc EC9681 (base 16) 2276427 Ontario Inc 31-1275 Morningside Ave Toronto ON M1B3W1 CA 5C-07-6F (hex) Thought Creator 5C076F (base 16) Thought Creator Largo da Pirâmide, Nº 3, Sala D Oeiras Lisboa 2795-156 Linda-a-Velha PT 3C-0F-C1 (hex) KBC Networks 3C0FC1 (base 16) KBC Networks 25691 Atlantic Ocean Dr Lake Forest CA 92630 US 58-E6-36 (hex) EVRsafe Technologies 58E636 (base 16) EVRsafe Technologies 59 North Terrace Adelaide South Australia 5069 AU 10-F9-EE (hex) Nokia Corporation 10F9EE (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 74-2B-0F (hex) Infinidat Ltd. 742B0F (base 16) Infinidat Ltd. 11 Galgalei Haplada St. Herzliya Pituach Center 46722 IL C8-F9-81 (hex) Seneca s.r.l. C8F981 (base 16) Seneca s.r.l. Via Germania, 34 PADOVA 35127 IT 24-49-7B (hex) Innovative Converged Devices Inc 24497B (base 16) Innovative Converged Devices Inc 424 8th Avenue North Seattle WA 98109 US 98-E7-9A (hex) Foxconn(NanJing) Communication Co.,Ltd. 98E79A (base 16) Foxconn(NanJing) Communication Co.,Ltd. A-2FMinfang Building No.189 Guangzhou Rd Nanjing Jiang su 210029 CN A0-E9-DB (hex) Ningbo FreeWings Technologies Co.,Ltd A0E9DB (base 16) Ningbo FreeWings Technologies Co.,Ltd Room 1107-1108, No 298 XueShi Road Yinzhou District Ningbo, Ningbo Zhejiang 315000 CN 78-89-73 (hex) CMC 788973 (base 16) CMC Industriepark De Bruwaan 37B Oudenaarde Oost-Vlaanderen 9700 BE 14-30-7A (hex) Avermetrics 14307A (base 16) Avermetrics 2973 Glendale Blvd. Los Angeles CA 90039 US A0-6C-EC (hex) RIM A06CEC (base 16) RIM Phillip Street Waterloo Ontario N2L 3W8 CA 20-37-06 (hex) Cisco Systems, Inc 203706 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US F4-B1-64 (hex) Lightning Telecommunications Technology Co. Ltd F4B164 (base 16) Lightning Telecommunications Technology Co. Ltd Room 1302, Tian¡¯an Hi-Tech Plaza Tower A, Futian District, ShenZhen GuangDong 518040 CN 70-B0-35 (hex) Shenzhen Zowee Technology Co., Ltd 70B035 (base 16) Shenzhen Zowee Technology Co., Ltd Block 5, Science and Technology Industrial Shenzhen Guangdong 518055 CN 88-21-E3 (hex) Nebusens, S.L. 8821E3 (base 16) Nebusens, S.L. C/ Adaja S/N, Edificio M2 Villamayor de la Armuña Salamanca 37185 ES 90-B9-7D (hex) Johnson Outdoors Marine Electronics d/b/a Minnkota 90B97D (base 16) Johnson Outdoors Marine Electronics d/b/a Minnkota 1531 E Madison Ave Mankato MN 56001 US 7C-F4-29 (hex) NUUO Inc. 7CF429 (base 16) NUUO Inc. C block, 18 Sihyuan St. Jhongjheng District, Taipei 100 TW CC-B5-5A (hex) Fraunhofer ITWM CCB55A (base 16) Fraunhofer ITWM Fraunhoferplatz 1 Kaiserslautern Rhineland-Palatinae 67663 DE AC-8A-CD (hex) ROGER D.Wensker, G.Wensker sp.j. AC8ACD (base 16) ROGER D.Wensker, G.Wensker sp.j. Gosciszewo 59 Sztum Pomorskie 82-400 PL 98-42-46 (hex) SOL INDUSTRY PTE., LTD 984246 (base 16) SOL INDUSTRY PTE., LTD 1 NORTH BRIDGE RD., 179094 SG 34-29-EA (hex) MCD ELECTRONICS SP. Z O.O. 3429EA (base 16) MCD ELECTRONICS SP. Z O.O. Lelewela 26 Zywiec slaskie 34-300 PL 8C-82-A8 (hex) Insigma Technology Co.,Ltd 8C82A8 (base 16) Insigma Technology Co.,Ltd No.226 Tianmushan Road, Hangzhou Zhejiang 310000 CN 60-19-0C (hex) RRAMAC 60190C (base 16) RRAMAC 15400 Medina Rd Plymouth MN 55447 US D0-5F-CE (hex) Hitachi Data Systems D05FCE (base 16) Hitachi Data Systems 750 Central Expressway Santa Clara CA 95050 US F8-03-32 (hex) Khomp F80332 (base 16) Khomp Rua Joe Collaço, 253 Florianópolis Santa Catarina 88037-010 BR 28-A5-74 (hex) Miller Electric Mfg. Co. 28A574 (base 16) Miller Electric Mfg. Co. N676 Communication Drive Appleton WI 54914 US 10-45-BE (hex) Norphonic AS 1045BE (base 16) Norphonic AS Fabrikkgaten 10 Bergen 5059 NO 90-B8-D0 (hex) Joyent, Inc. 90B8D0 (base 16) Joyent, Inc. 345 California Street, San Francisco CA 94104 US AC-47-23 (hex) Genelec AC4723 (base 16) Genelec Olvitie 5 Iisalmi 74100 FI E8-BA-70 (hex) Cisco Systems, Inc E8BA70 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US D4-A4-25 (hex) SMAX Technology Co., Ltd. D4A425 (base 16) SMAX Technology Co., Ltd. 2F., No. 3, Wuquan 3rd, Wugu Dist. New Taipei City 248 TW 28-14-71 (hex) Lantis co., LTD. 281471 (base 16) Lantis co., LTD. busan innobiz center 401 busan 616-829 KR 24-47-0E (hex) PentronicAB 24470E (base 16) PentronicAB Bergsliden 1 GUNNEBO 59093 SE D0-9B-05 (hex) Emtronix D09B05 (base 16) Emtronix 5# Gaopeng Dadao Chengdu 610041 CN 8C-11-CB (hex) ABUS Security-Center GmbH & Co. KG 8C11CB (base 16) ABUS Security-Center GmbH & Co. KG Linker Kreuthweg 5 Affing / Muehlhausen Bavaria 86444 DE FC-83-29 (hex) Trei technics FC8329 (base 16) Trei technics 801 Northpoint Pkwy West Palm Beach Florida 33407 US 14-EB-33 (hex) BSMediasoft Co., Ltd. 14EB33 (base 16) BSMediasoft Co., Ltd. #603, Garden Bldg., 14-13, Yoido-Dong, Youngdeungpo-Gu Seoul 150-871 KR F4-B5-49 (hex) Xiamen Yeastar Information Technology Co., Ltd. F4B549 (base 16) Xiamen Yeastar Information Technology Co., Ltd. 3/F, No. 46 Guanri Road, 2nd Software Park Xiamen Fujian 361006 CN 88-B1-68 (hex) Delta Control GmbH 88B168 (base 16) Delta Control GmbH Rondorfer Hauptstraße 33 Cologne NRW 50997 DE 68-87-6B (hex) INQ Mobile Limited 68876B (base 16) INQ Mobile Limited 6 Hester Road Battersea London SW11 4AN GB 1C-AA-07 (hex) Cisco Systems, Inc 1CAA07 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 68-5B-36 (hex) POWERTECH INDUSTRIAL CO., LTD. 685B36 (base 16) POWERTECH INDUSTRIAL CO., LTD. 10F, No. 407, Chung Shan Rd., Sec 2, Chung Ho Taipei County 23558 TW 28-EE-2C (hex) Frontline Test Equipment 28EE2C (base 16) Frontline Test Equipment PO Box 7507 Charlottesville Virginia 22906-7507 US 78-2E-EF (hex) Nokia Corporation 782EEF (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 7C-F0-BA (hex) Linkwell Telesystems Pvt Ltd 7CF0BA (base 16) Linkwell Telesystems Pvt Ltd 1-11-252/1/A, Gowra Klassic Hyderabad Andhra Pradesh 500016 IN AC-86-74 (hex) Open Mesh, Inc. AC8674 (base 16) Open Mesh, Inc. 111 SW 5th Ave Ste1150 Portland OR 97204 US 64-D2-41 (hex) Keith & Koep GmbH 64D241 (base 16) Keith & Koep GmbH Uellendahler Str. 199 Wuppertal NRW 42109 DE 18-B7-9E (hex) Invoxia 18B79E (base 16) Invoxia 87 rue du Gouverneur Général Eboué Issy-Les-Moulineaux 92130 FR 8C-44-35 (hex) Shanghai BroadMobi Communication Technology Co., Ltd. 8C4435 (base 16) Shanghai BroadMobi Communication Technology Co., Ltd. Rm. 901, Bld. 9, No.1515 Gumei Rd, Xuhui District Shanghai 200233 CN F8-1D-93 (hex) Longdhua(Beijing) Controls Technology Co.,Ltd F81D93 (base 16) Longdhua(Beijing) Controls Technology Co.,Ltd Room 1203,Lixiang Building, No.111 Zhichun Road,Haidian District, Beijing 10086 CN 94-D9-3C (hex) ENELPS 94D93C (base 16) ENELPS Bul Arsenija Carnojevica 117 Belgrade 11070 RS B8-BE-BF (hex) Cisco Systems, Inc B8BEBF (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 64-B6-4A (hex) ViVOtech, Inc. 64B64A (base 16) ViVOtech, Inc. 451 El Camino Real Santa Clara CA 95050 US 38-D1-35 (hex) EasyIO Corporation Sdn. Bhd. 38D135 (base 16) EasyIO Corporation Sdn. Bhd. No. 32-2 & 32-3, Jalan Puteri 2/4 Puchong Selangor 47100 MY CC-F8-41 (hex) Lumewave CCF841 (base 16) Lumewave 4803 B Street Sacramento CA 95819 US 30-EB-25 (hex) INTEK DIGITAL 30EB25 (base 16) INTEK DIGITAL 801, 8th Fl., Anyang K-center building, 1591-9 Anyang 431-060 KR 44-E4-D9 (hex) Cisco Systems, Inc 44E4D9 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US AC-CA-54 (hex) Telldus Technologies AB ACCA54 (base 16) Telldus Technologies AB Skiffervägen 102 Lund 224 78 SE 90-19-00 (hex) SCS SA 901900 (base 16) SCS SA Via Pini, 32 Biasca 6710 CH D4-5D-42 (hex) Nokia Corporation D45D42 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI B0-38-29 (hex) Siliconware Precision Industries Co., Ltd. B03829 (base 16) Siliconware Precision Industries Co., Ltd. No. 123, Sec.3, Da Fong Rd, Tantzu, Taichung 427 TW 7C-6C-39 (hex) PIXSYS SRL 7C6C39 (base 16) PIXSYS SRL VIA DELLA CROCE ROSSA 42 PADOVA PD 35129 IT 18-B3-BA (hex) Netlogic AB 18B3BA (base 16) Netlogic AB Datavägen 14A ASKIM Västra Götaland 43632 SE 8C-5F-DF (hex) Beijing Railway Signal Factory 8C5FDF (base 16) Beijing Railway Signal Factory No.2 Sicun Xilu Langfa,Huangcun, Beiijng 102613 CN D4-7B-75 (hex) HARTING Electronics GmbH D47B75 (base 16) HARTING Electronics GmbH Marienwerderstraße. 3 Espelkamp North Rhine Westphalia 32339 DE D8-DF-0D (hex) beroNet GmbH D8DF0D (base 16) beroNet GmbH Friedrichstraße 231 Berlin 10969 DE AC-F9-7E (hex) ELESYS INC. ACF97E (base 16) ELESYS INC. Suit 623, 812-1, Hyomun-dong Ulsan Buk-gu 683-360 KR 20-40-05 (hex) feno GmbH 204005 (base 16) feno GmbH Kolpingring 22 Oberhaching Bavaria 82041 DE D4-6F-42 (hex) WAXESS USA Inc D46F42 (base 16) WAXESS USA Inc 1401 Dove Street Newport Beach CA 92660 US 30-0B-9C (hex) Delta Mobile Systems, Inc. 300B9C (base 16) Delta Mobile Systems, Inc. 700 Remington Road Schaumburg Illinois 60173 US 6C-AD-3F (hex) Hubbell Building Automation, Inc. 6CAD3F (base 16) Hubbell Building Automation, Inc. 9601 Dessau Rd Austin Texas 78754 US B0-1B-7C (hex) Ontrol A.S. B01B7C (base 16) Ontrol A.S. Turcan Cad No:19 Y.Dudullu Umraniye Istanbul 34775 TR 04-C5-A4 (hex) Cisco Systems, Inc 04C5A4 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US BC-28-46 (hex) NextBIT Computing Pvt. Ltd. BC2846 (base 16) NextBIT Computing Pvt. Ltd. 30/2, 2nd Floor, R.K. Plaza, Bangalore Karnataka 560038 IN BC-0F-2B (hex) FORTUNE TECHGROUP CO.,LTD BC0F2B (base 16) FORTUNE TECHGROUP CO.,LTD 7-8F,No.1198 North Qinzhou Road, Shanghai 200233 CN 64-81-25 (hex) Alphatron Marine BV 648125 (base 16) Alphatron Marine BV Schaardijk 23 Rotterdam Zuid-Holland 3063NH NL 8C-F9-C9 (hex) MESADA Technology Co.,Ltd. 8CF9C9 (base 16) MESADA Technology Co.,Ltd. TongFng Information Harbor,No.11 LangShan Road,HI-tech Park,Nanshan District, Shenzhen GuangDong 518057 CN C0-62-6B (hex) Cisco Systems, Inc C0626B (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 94-E2-26 (hex) D. ORtiz Consulting, LLC 94E226 (base 16) D. ORtiz Consulting, LLC 22601 N. 17th Avenue Suite 270 Phoenix AZ 85027 US D8-C9-9D (hex) EA DISPLAY LIMITED D8C99D (base 16) EA DISPLAY LIMITED 22/F DELTA HOUSE 3 ON YIU ST SHATIN NT HK 10-83-D2 (hex) Microseven Systems, LLC 1083D2 (base 16) Microseven Systems, LLC 404 South Lemon Ave., #9 Walnut California 91789 US 34-68-4A (hex) Teraworks Co., Ltd. 34684A (base 16) Teraworks Co., Ltd. Room No. 201 , 515-30 , Mok-Dong Seoul 158-808 KR CC-FC-6D (hex) RIZ TRANSMITTERS CCFC6D (base 16) RIZ TRANSMITTERS BOZIDAREVICEVA 13 ZAGREB 10000 HR E0-3E-7D (hex) data-complex GmbH E03E7D (base 16) data-complex GmbH Düsterngraben 7 Halberstadt Sachsen-Anhalt 38820 DE 0C-C6-AC (hex) DAGS 0CC6AC (base 16) DAGS Ace High end Tower 7th 1802 Seoul Geumcheon-gu 153-802 KR 04-26-05 (hex) GFR Gesellschaft für Regelungstechnik und Energieeinsparung mbH 042605 (base 16) GFR Gesellschaft für Regelungstechnik und Energieeinsparung mbH Kapellenweg 42 Verl 33415 DE 24-F0-FF (hex) GHT Co., Ltd. 24F0FF (base 16) GHT Co., Ltd. #16 Nanyunyi Lu, Guangzhou Science City Guangzhou Guangdong 510663 CN 9C-C0-D2 (hex) Conductix-Wampfler GmbH 9CC0D2 (base 16) Conductix-Wampfler GmbH Rheinstrasse 27+33 Baden-Württemberg DE CC-F6-7A (hex) Ayecka Communication Systems LTD CCF67A (base 16) Ayecka Communication Systems LTD POB 3059 Hod Hasharon 45130 IL 80-65-E9 (hex) BenQ Corporation 8065E9 (base 16) BenQ Corporation 16 Jihu Road, Neihu Taipei 114 TW EC-98-6C (hex) Lufft Mess- und Regeltechnik GmbH EC986C (base 16) Lufft Mess- und Regeltechnik GmbH Gutenbergstraße 20 Fellbach Baden-Württemberg 70736 DE D0-93-F8 (hex) Stonestreet One LLC D093F8 (base 16) Stonestreet One LLC 9960 Corporate Campus Drive Louisville KY 40223 US 9C-64-5E (hex) Harman Consumer Group 9C645E (base 16) Harman Consumer Group 8500 Balboa Blvd Northridge CA 91329 US 1C-33-4D (hex) ITS Telecom 1C334D (base 16) ITS Telecom 29 Hametzuda st. Azur Israel 580001 IL DC-D8-7F (hex) Shenzhen JoinCyber Telecom Equipment Ltd DCD87F (base 16) Shenzhen JoinCyber Telecom Equipment Ltd 19CDE, Block A,JinFengBuilding,shangbu South Road,Futian District, Shenzhen Guangdong 518031 CN B4-E0-CD (hex) Fusion-io, Inc B4E0CD (base 16) Fusion-io, Inc 2880 Junction Avenue San Jose CA 95134-1922 US 28-60-46 (hex) Lantech Communications Global, Inc. 286046 (base 16) Lantech Communications Global, Inc. 7F, No. 45, Lane 188, Ruiguang Rd., Neihu District Taipei City 11491 TW 10-E2-D5 (hex) Qi Hardware Inc. 10E2D5 (base 16) Qi Hardware Inc. 555 4TH STREET #403 San Francisco CA 94107 US 60-C9-80 (hex) Trymus 60C980 (base 16) Trymus Bucheon Techno Park 303-902 Bucheon-si 421-741 Gyunggi-do KR A0-36-FA (hex) Ettus Research LLC A036FA (base 16) Ettus Research LLC 1043 N Shoreline Blvd Mountain View CA 94043 US EC-83-6C (hex) RM Tech Co., Ltd. EC836C (base 16) RM Tech Co., Ltd. C-801, Bupyeong Woolim Lions Valley Incheon City 403-911 KR 30-39-55 (hex) Shenzhen Jinhengjia Electronic Co., Ltd. 303955 (base 16) Shenzhen Jinhengjia Electronic Co., Ltd. 4-6 Floors, Factory Building, Jijia Industrial Park, Shenzhen Guangdong 518112 CN FC-5B-24 (hex) Weibel Scientific A/S FC5B24 (base 16) Weibel Scientific A/S Solvang 30 Alleroed 3450 DK 78-59-3E (hex) RAFI GmbH & Co.KG 78593E (base 16) RAFI GmbH & Co.KG Ravensburger Str. 128-134 Berg Baden Wurttemberg 88276 DE 50-97-72 (hex) Westinghouse Digital 509772 (base 16) Westinghouse Digital 500 N. State College Blvd. Orange CA 92868 US 50-3D-E5 (hex) Cisco Systems, Inc 503DE5 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 54-04-96 (hex) Gigawave LTD 540496 (base 16) Gigawave LTD GIGAWAVE TECHNICAL CENTRE Colchester ESSEX CO62NS GB EC-46-44 (hex) TTK SAS EC4644 (base 16) TTK SAS 4, Rue du Chemin Vert Clichy 92110 FR 4C-B9-C8 (hex) CONET CO., LTD. 4CB9C8 (base 16) CONET CO., LTD. 2-8,HIGASHIJIMA-CHO ICHINOMIYA AICHI 491-0074 JP 8C-B6-4F (hex) Cisco Systems, Inc 8CB64F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 20-4A-AA (hex) Hanscan Spain S.A. 204AAA (base 16) Hanscan Spain S.A. Avda. de la Vega, 1 Alcobendas Madrid 28108 ES 20-FE-CD (hex) System In Frontier Inc. 20FECD (base 16) System In Frontier Inc. 4F Shinsuzuharu Bldg. 2-8-3 Akebonocyo Tachikawa-shi Tokyo 190-0012 JP F0-93-3A (hex) NxtConect F0933A (base 16) NxtConect Schillerstrasse 4 Bad Kissingen 97688 DE B8-41-5F (hex) ASP AG B8415F (base 16) ASP AG Max- Planck-Str. 15 a-c Erkrath NRW 40699 DE 2C-B6-9D (hex) RED Digital Cinema 2CB69D (base 16) RED Digital Cinema 20291 Valencia Circle Lake Forest California 92630 US 58-2F-42 (hex) Universal Electric Corporation 582F42 (base 16) Universal Electric Corporation 168 Georgetown Road Canonsburg PA 15317 US 04-74-A1 (hex) Aligera Equipamentos Digitais Ltda 0474A1 (base 16) Aligera Equipamentos Digitais Ltda Av. Para 330 / 302 Porto Alegre RS 90240-590 BR 5C-69-84 (hex) NUVICO 5C6984 (base 16) NUVICO 1 Enterprise Place Unit G Hicksville NY 11801 US 70-DD-A1 (hex) Tellabs 70DDA1 (base 16) Tellabs One Tellabs Center Naperville Illinois 60563 US 94-D0-19 (hex) Cydle Corp. 94D019 (base 16) Cydle Corp. 1203, KofomoTower, 16-3 , Sunae-Dong, Bundang-Gu Seongnam-City Gyeonggi-Do 463825 KR 8C-27-8A (hex) Vocollect Inc 8C278A (base 16) Vocollect Inc 703 Rodi Road Pittsburgh Pa 15235 US CC-0C-DA (hex) Miljovakt AS CC0CDA (base 16) Miljovakt AS Gannestadveien 2 Borre Vestfold 3184 NO E4-1C-4B (hex) V2 TECHNOLOGY, INC. E41C4B (base 16) V2 TECHNOLOGY, INC. 4450 Enterprise Street Fremont California 94538 US 5C-F3-FC (hex) IBM Corp 5CF3FC (base 16) IBM Corp 3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US A8-6A-6F (hex) RIM A86A6F (base 16) RIM Phillip Street Waterloo Ontario N2L 3W8 CA 68-12-2D (hex) Special Instrument Development Co., Ltd. 68122D (base 16) Special Instrument Development Co., Ltd. 6F-1, No. 123, Lane 235 Hsin Tien Taipei Hsien 231 TW 94-F7-20 (hex) Tianjin Deviser Electronics Instrument Co., Ltd 94F720 (base 16) Tianjin Deviser Electronics Instrument Co., Ltd No.40 Yibin Road,Nankai district, Tianjin 300113 CN DC-9C-52 (hex) Sapphire Technology Limited. DC9C52 (base 16) Sapphire Technology Limited. Unit 1909-1919, 19/F., Tower 2, Grand Central Plaza, HK 48-91-F6 (hex) Shenzhen Reach software technology CO.,LTD 4891F6 (base 16) Shenzhen Reach software technology CO.,LTD 6/F,Block B, Kingdee Software park,#2,Keji 12th South Road,Hi-tech Industrial Park,Nanshan District Shenzhen Guangdong 518057 CN 64-9B-24 (hex) V Technology Co., Ltd. 649B24 (base 16) V Technology Co., Ltd. YBP East Tower 5F, Yokohama city Kanagawa 240-0005 JP 84-6E-B1 (hex) Park Assist LLC 846EB1 (base 16) Park Assist LLC 111 W28th Street New York NY 10001 US 6C-50-4D (hex) Cisco Systems, Inc 6C504D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US B8-D0-6F (hex) GUANGZHOU HKUST FOK YING TUNG RESEARCH INSTITUTE B8D06F (base 16) GUANGZHOU HKUST FOK YING TUNG RESEARCH INSTITUTE Rm 403, North of Software Building,Nansha IT Park, Guangzhou Guangdong Privince 511458 CN EC-14-F6 (hex) BioControl AS EC14F6 (base 16) BioControl AS Grimstad Gard Rakkestad N-1890 NO E8-99-5A (hex) PiiGAB, Processinformation i Goteborg AB E8995A (base 16) PiiGAB, Processinformation i Goteborg AB Anders Carlssons gata 1 Gothenburg 417 55 SE 40-1D-59 (hex) Biometric Associates, LP 401D59 (base 16) Biometric Associates, LP 9475 Deereco Rd. Timonium MD 21093 US B8-FF-6F (hex) Shanghai Typrotech Technology Co.Ltd B8FF6F (base 16) Shanghai Typrotech Technology Co.Ltd Design Building 903, NO.63, Shanghai 200092 CN 1C-BD-0E (hex) Amplified Engineering Pty Ltd 1CBD0E (base 16) Amplified Engineering Pty Ltd 5 Turner Avenue Bentley WA 6102 AU A0-F2-17 (hex) GE Medical System(China) Co., Ltd. A0F217 (base 16) GE Medical System(China) Co., Ltd. No.19, ChangJiang Road Wuxi Jiangsu 214028 CN F0-A7-64 (hex) GST Co., Ltd. F0A764 (base 16) GST Co., Ltd. #988-6, Gosaek-Dong, Gwonseon-Gu Suwon-Si Gyeonggi-Do 441-813 KR 1C-06-56 (hex) IDY Corporation 1C0656 (base 16) IDY Corporation IDEMITSU Korakuen Bld 9F Bunkyo-ku Tokyo 112-0002 JP 50-0E-6D (hex) TrafficCast International 500E6D (base 16) TrafficCast International 2801 Coho Street Madison WI 53713 US EC-3B-F0 (hex) NovelSat EC3BF0 (base 16) NovelSat Hataasia 21 Raanana 2396 IL 4C-ED-DE (hex) ASKEY COMPUTER CORP 4CEDDE (base 16) ASKEY COMPUTER CORP 10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW E8-E0-8F (hex) GRAVOTECH MARKING SAS E8E08F (base 16) GRAVOTECH MARKING SAS 56 AVENUE JEAN JAURES LA CHAPELLE SAINT LUC AUBE 10600 FR AC-AB-8D (hex) Lyngso Marine A/S ACAB8D (base 16) Lyngso Marine A/S Lyngso Alle 2 Horsholm DK-2970 DK 60-83-B2 (hex) GkWare e.K. 6083B2 (base 16) GkWare e.K. Hatzper Str. 172B Essen NRW 45149 DE 80-D0-19 (hex) Embed, Inc 80D019 (base 16) Embed, Inc 410 Great Road Littleton MA 01460 US 68-EB-C5 (hex) Angstrem Telecom 68EBC5 (base 16) Angstrem Telecom Yuzhnaya promzona, passage 4806, 4, build 3 Zelenograd Moscow 124460 RU A0-B5-DA (hex) HongKong THTF Co., Ltd A0B5DA (base 16) HongKong THTF Co., Ltd 2F,Sector C of Tsinghua University Academy, Shenzhen Guangdong 518057 CN 88-86-A0 (hex) Simton Technologies, Ltd. 8886A0 (base 16) Simton Technologies, Ltd. 2 Taishan Road, Building C, 3rd Floor Wuxi, Province of Jiangsu, 214028 CN A4-50-55 (hex) BUSWARE.DE A45055 (base 16) BUSWARE.DE Lindenstrasse 18 Scharbeutz 23684 DE A8-9B-10 (hex) inMotion Ltd. A89B10 (base 16) inMotion Ltd. Unit 2709 Exchange Tower KLN HK B4-14-89 (hex) Cisco Systems, Inc B41489 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US A4-A8-0F (hex) Shenzhen Coship Electronics Co., Ltd. A4A80F (base 16) Shenzhen Coship Electronics Co., Ltd. Rainbow Bldg., North, Hi-Tech Industrial Park, Nanshan District, Shenzhen Guangdong 518057 CN F8-B5-99 (hex) Guangzhou CHNAVS Digital Technology Co.,Ltd F8B599 (base 16) Guangzhou CHNAVS Digital Technology Co.,Ltd Buliding C, industy base of digital home application and demonstration ,zhongyi road Guangzhou higher education mega center Guangzhou Guangdong 510006 CN B8-92-1D (hex) BG T&A B8921D (base 16) BG T&A 4F, L&C Tower Gunpo-si Gyeonggi-do 435-845 KR D0-89-99 (hex) APCON, Inc. D08999 (base 16) APCON, Inc. 9255 SW Pioneer Court Wilsonville OR 97070 US C8-84-47 (hex) Beautiful Enterprise Co., Ltd C88447 (base 16) Beautiful Enterprise Co., Ltd 26th Floor, Beautiful Group Tower HK 54-FD-BF (hex) Scheidt & Bachmann GmbH 54FDBF (base 16) Scheidt & Bachmann GmbH Breite Strasse 132 Moenchengladbach NRW 41238 DE D0-BB-80 (hex) SHL Telemedicine International Ltd. D0BB80 (base 16) SHL Telemedicine International Ltd. 90 Yigal Alon Tel Aviv 67891 IL 5C-17-D3 (hex) LGE 5C17D3 (base 16) LGE 60-39 , Kasan -dong , Gumcheon-gu. Seoul 153-801 KR 1C-DF-0F (hex) Cisco Systems, Inc 1CDF0F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 68-BD-AB (hex) Cisco Systems, Inc 68BDAB (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 9C-AD-EF (hex) Obihai Technology, Inc. 9CADEF (base 16) Obihai Technology, Inc. 2105 S. Bascom Ave #285 Campbell CA 95008 US C8-8B-47 (hex) Nolangroup S.P.A con Socio Unico C88B47 (base 16) Nolangroup S.P.A con Socio Unico via Terzi di S.Agata 2 Brembate di Sopra Bergamo 24030 IT C4-CD-45 (hex) Beijing Boomsense Technology CO.,LTD. C4CD45 (base 16) Beijing Boomsense Technology CO.,LTD. 803 Building 4 INTERWEST Business Center,No.9 South Shouti Road ,HaidianDistrict, Beijing 100048 CN 8C-E7-B3 (hex) Sonardyne International Ltd 8CE7B3 (base 16) Sonardyne International Ltd Blackbushe Business Park Yateley Hampshire GU46 6GD GB 08-8D-C8 (hex) Ryowa Electronics Co.,Ltd 088DC8 (base 16) Ryowa Electronics Co.,Ltd 1483-1 Takahara-machi Yamagata-shi Yamagata-pref. 9900002 JP 80-C6-CA (hex) Endian s.r.l. 80C6CA (base 16) Endian s.r.l. Pillhof 47 Frangarto Bolzano 39010 IT 70-76-F0 (hex) LevelOne Communications (India) Private Limited 7076F0 (base 16) LevelOne Communications (India) Private Limited 2F, Lane 1, 45 Bharat Nagar New Delhi DELHI 110025 IN C0-2B-FC (hex) iNES. applied informatics GmbH C02BFC (base 16) iNES. applied informatics GmbH Ohmstrasse 9 Ludwigsburg 71642 DE 94-C7-AF (hex) Raylios Technology 94C7AF (base 16) Raylios Technology 12F., No.16, Jian 8th Rd Zhonghe City Taipei County 23511 TW D8-1C-14 (hex) Compacta International, Ltd. D81C14 (base 16) Compacta International, Ltd. 31342 Via Las Palmas San Juan Capistrano CA 92675 US 00-8C-10 (hex) Black Box Corp. 008C10 (base 16) Black Box Corp. 1000 Park Drive Lawrence PA 15055 US 90-90-3C (hex) TRISON TECHNOLOGY CORPORATION 90903C (base 16) TRISON TECHNOLOGY CORPORATION No.3, Kung-Yeh 12th Rd., Ping-Jen Industrial Park, Ping-Jen City, TaoYuan County 32459 TW E0-61-B2 (hex) HANGZHOU ZENOINTEL TECHNOLOGY CO., LTD E061B2 (base 16) HANGZHOU ZENOINTEL TECHNOLOGY CO., LTD Room 806, F#, Cambridge Combridge, Shenhua Road,District Xihu, Hangzhou Zhejiang 310030 CN 94-11-DA (hex) ITF Fröschl GmbH 9411DA (base 16) ITF Fröschl GmbH Hauserbachstraße 9 Walderbach Bavaria 93194 DE 80-39-E5 (hex) PATLITE CORPORATION 8039E5 (base 16) PATLITE CORPORATION 19-2 SANDA HYOUGOKEN 669-1339 JP DC-7B-94 (hex) Cisco Systems, Inc DC7B94 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 5C-CA-32 (hex) Theben AG 5CCA32 (base 16) Theben AG Hohenbergstraße 32 Haigerloch Baden-Württemberg 72401 DE 74-15-E2 (hex) Tri-Sen Systems Corporation 7415E2 (base 16) Tri-Sen Systems Corporation 17625 El Camino Real Suite 200 Houston TX 77058 US EC-C3-8A (hex) Accuenergy (CANADA) Inc ECC38A (base 16) Accuenergy (CANADA) Inc 2 Lansing Square, Suite 503 Toronto Ontario M2J 4P8 CA D4-8F-AA (hex) Sogecam Industrial, S.A. D48FAA (base 16) Sogecam Industrial, S.A. Rosalind Franklin, 22-24 Malaga 29590 ES B0-81-D8 (hex) I-sys Corp B081D8 (base 16) I-sys Corp 2457 Aviation Ave N. Charleston South Carolina 29406 US 14-FE-AF (hex) SAGITTAR LIMITED 14FEAF (base 16) SAGITTAR LIMITED 2-102, BLD34, BAIWANGMOLIYUAN BEIJING 100094 CN B0-B8-D5 (hex) Nanjing Nengrui Auto Equipment CO.,Ltd B0B8D5 (base 16) Nanjing Nengrui Auto Equipment CO.,Ltd No.108 Ganjiabian East Yaohua Town Nanjing Jiangsu 210046 CN 94-E7-11 (hex) Xirka Dama Persada PT 94E711 (base 16) Xirka Dama Persada PT Gdg CM Jakarta 13150 ID 6C-9B-02 (hex) Nokia Corporation 6C9B02 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 64-1E-81 (hex) Dowslake Microsystems 641E81 (base 16) Dowslake Microsystems 21 High Street, Suite 306 North Andover MA 01845 US EC-54-2E (hex) Shanghai XiMei Electronic Technology Co. Ltd EC542E (base 16) Shanghai XiMei Electronic Technology Co. Ltd Room 503, No.2623, GongHeXin Road Shanghai 200072 CN FC-D4-F6 (hex) Messana Air.Ray Conditioning s.r.l. FCD4F6 (base 16) Messana Air.Ray Conditioning s.r.l. Via Venezia 18 Oderzo TV 31046 IT D4-66-A8 (hex) Riedo Networks Ltd D466A8 (base 16) Riedo Networks Ltd Route de la Fonderie 6 Fribourg 1700 CH F0-E5-C3 (hex) Drägerwerk AG & Co. KG aA F0E5C3 (base 16) Drägerwerk AG & Co. KG aA Moislinger Allee 53-55 Luebeck Germany 23452 DE D8-29-86 (hex) Best Wish Technology LTD D82986 (base 16) Best Wish Technology LTD 7E,Hai Yi Business Building,No.310,Tianshan RD., Shanghai 200336 CN 44-61-32 (hex) ecobee inc 446132 (base 16) ecobee inc 333 Adelaide St W 6th Floor Toronto Ontario M5V1R5 CA F4-1F-0B (hex) YAMABISHI Corporation F41F0B (base 16) YAMABISHI Corporation 3-14-12 Kamigou Ebina-city KANAGAWA 243-0434 JP A0-82-C7 (hex) P.T.I Co.,LTD A082C7 (base 16) P.T.I Co.,LTD 1-5-1,Tsurumidan Koriyama-shi Fukushima 963-8861 JP 04-36-04 (hex) Gyeyoung I&T 043604 (base 16) Gyeyoung I&T 6F, Woosung Bldg. 1000-1, Daechi-dong Seoul 135-502 KR A4-B2-A7 (hex) Adaxys Solutions AG A4B2A7 (base 16) Adaxys Solutions AG Eichtalstrasse 55 Hombrechtikon CH 8634 CH D0-D0-FD (hex) Cisco Systems, Inc D0D0FD (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US E0-5B-70 (hex) Innovid, Co., Ltd. E05B70 (base 16) Innovid, Co., Ltd. 5th Floor, Boga Building, 821-3, Bangbaedong, Seochogu Seoul 137-060 KR 14-1B-BD (hex) Volex Inc. 141BBD (base 16) Volex Inc. 915 Tate Blvd. SE Hickory NC 28602 US E8-7A-F3 (hex) S5 Tech S.r.l. E87AF3 (base 16) S5 Tech S.r.l. Via Tortona 72 Milano 20144 IT CC-5C-75 (hex) Weightech Com. Imp. Exp. Equip. Pesagem Ltda CC5C75 (base 16) Weightech Com. Imp. Exp. Equip. Pesagem Ltda Rodovia Virgílio Várzea, 3110 - Sala 01 Florianópolis SC 88032-001 BR 1C-6F-65 (hex) GIGA-BYTE TECHNOLOGY CO.,LTD. 1C6F65 (base 16) GIGA-BYTE TECHNOLOGY CO.,LTD. Pin-Jen Taoyuan 324 TW 90-E0-F0 (hex) IEEE 1722a Working Group 90E0F0 (base 16) IEEE 1722a Working Group 8760 Sandy Parkway Sandy Utah 84070 US 40-52-0D (hex) Pico Technology 40520D (base 16) Pico Technology James House, Marlborough Road St Neots Cambridgeshire PE19 8YP GB 80-7D-1B (hex) Neosystem Co. Ltd. 807D1B (base 16) Neosystem Co. Ltd. 4-19-12 Takao Dazaifu-shi Fukuoka 818-0122 JP 18-B2-09 (hex) Torrey Pines Logic, Inc 18B209 (base 16) Torrey Pines Logic, Inc 12651 High Bluff Drive, #100 San Diego CA 92130 US D8-4B-2A (hex) Cognitas Technologies, Inc. D84B2A (base 16) Cognitas Technologies, Inc. 6406 Laurel Bush Ln. Sugar Land Texas 77479 US 68-4B-88 (hex) Galtronics Telemetry Inc. 684B88 (base 16) Galtronics Telemetry Inc. 31 Lupi Ct Palm Coast Florida 32137 US 98-FC-11 (hex) Cisco-Linksys, LLC 98FC11 (base 16) Cisco-Linksys, LLC 121 Theory Drive Irvine California 92612 US 34-E0-D7 (hex) DONGGUAN QISHENG ELECTRONICS INDUSTRIAL CO., LTD 34E0D7 (base 16) DONGGUAN QISHENG ELECTRONICS INDUSTRIAL CO., LTD XINJI INDUSTRIAL ZONE, MACHONG TOWN DONGGUAN GUANGDONG 523123 CN D8-46-06 (hex) Silicon Valley Global Marketing D84606 (base 16) Silicon Valley Global Marketing 830 Stewart Dr. #201 Sunnyvale Ca 94085 US F8-AC-6D (hex) Deltenna Ltd F8AC6D (base 16) Deltenna Ltd First Floor Unit 2 Chippenham Wiltshire SN15 1BN GB F4-50-EB (hex) Telechips Inc F450EB (base 16) Telechips Inc KORAD Bldg,1000-12, Daechi-Dong, Gangnam-Gu, Seoul 135-280 KR 98-8E-DD (hex) TE Connectivity Limerick 988EDD (base 16) TE Connectivity Limerick International Science Centre, Block 1 Castletroy Co. Limerick IE A4-AE-9A (hex) Maestro Wireless Solutions ltd. A4AE9A (base 16) Maestro Wireless Solutions ltd. 3603-9, 36/F Sai Ying Pun HK C8-48-F5 (hex) MEDISON Xray Co., Ltd C848F5 (base 16) MEDISON Xray Co., Ltd 3F Burim B/D 999 Daechi-dong Seoul 135-280 KR 78-A7-14 (hex) Amphenol 78A714 (base 16) Amphenol 20 Valley St. Endicott New York 13760 US F8-93-F3 (hex) VOLANS F893F3 (base 16) VOLANS 3F IJU BD 770-13 YEOKSAM-DONG SEOUL 135-928 KR 78-66-AE (hex) ZTEC Instruments, Inc. 7866AE (base 16) ZTEC Instruments, Inc. 7715 Tiburon St. NE Albuquerque NM 87109 US 4C-02-2E (hex) CMR KOREA CO., LTD 4C022E (base 16) CMR KOREA CO., LTD 6F, J-Tower, 24-5 Bangi-dong, Songpa-Gu Seoul 138-050 KR 34-AA-EE (hex) Mikrovisatos Servisas UAB 34AAEE (base 16) Mikrovisatos Servisas UAB Savanoriu pr. 125 Kaunas LT44146 LT 44-D6-3D (hex) Talari Networks 44D63D (base 16) Talari Networks 3200 Glen Royal Rd. Raleigh NC 27617 US 78-A2-A0 (hex) Nintendo Co., Ltd. 78A2A0 (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 48-FC-B8 (hex) Woodstream Corporation 48FCB8 (base 16) Woodstream Corporation 69 N. Locust Street Lititz PA 17543 US D4-00-0D (hex) Phoenix Broadband Technologies, LLC. D4000D (base 16) Phoenix Broadband Technologies, LLC. 589 Bethlehem Pike Montgomeryville PA 18936 US AC-51-35 (hex) MPI TECH AC5135 (base 16) MPI TECH Vadstrupvej 35 Bagsværd DK-2880 DK 74-B9-EB (hex) JinQianMao Technology Co.,Ltd. 74B9EB (base 16) JinQianMao Technology Co.,Ltd. Room 506 YongHeng Building NO.58 JiangBing Raod FuZhou FuJian 350005 CN D4-52-97 (hex) nSTREAMS Technologies, Inc. D45297 (base 16) nSTREAMS Technologies, Inc. 10F-2, No. 302, Ruiguang Rd., Neihu District, Taipei City 114 TW 18-80-CE (hex) Barberry Solutions Ltd 1880CE (base 16) Barberry Solutions Ltd 2/13 Naviti Place Auckland 0630 NZ 24-B6-B8 (hex) FRIEM SPA 24B6B8 (base 16) FRIEM SPA Via Edison 1 Segrate Milano 20090 IT A4-56-1B (hex) MCOT Corporation A4561B (base 16) MCOT Corporation Yogohigashi 1-5-12 Matsuyama city Ehime prefecture 790-0044 JP 80-C6-3F (hex) Remec Broadband Wireless , LLC 80C63F (base 16) Remec Broadband Wireless , LLC 17034 Camino San Bernardo San Diego CA 92127 US 40-D4-0E (hex) Biodata Ltd 40D40E (base 16) Biodata Ltd 10 Stocks Street Manchester M8 8QG GB 0C-82-6A (hex) Wuhan Huagong Genuine Optics Technology Co., Ltd 0C826A (base 16) Wuhan Huagong Genuine Optics Technology Co., Ltd Science & Technology Region of HUST, Donghu High-Tech Zone Wuhan Hubei 430223 CN E0-27-1A (hex) TTC Next-generation Home Network System WG E0271A (base 16) TTC Next-generation Home Network System WG 1-1-12 Shiba Kouen Minato-ku Tokyo 105-0011 JP 00-97-FF (hex) Heimann Sensor GmbH 0097FF (base 16) Heimann Sensor GmbH Maria-Reiche-Str. 1 Dresden Sachsen 01109 DE E4-AB-46 (hex) UAB Selteka E4AB46 (base 16) UAB Selteka Draugystës g. 19 Kaunas LT-51230 LT 94-5B-7E (hex) TRILOBIT LTDA. 945B7E (base 16) TRILOBIT LTDA. R. ALVARENGA 1377 São Paulo 05509002 BR 04-E5-48 (hex) Cohda Wireless Pty Ltd 04E548 (base 16) Cohda Wireless Pty Ltd Suite 5 / 83 Fullarton Road Kent Town South Australia 5067 AU 70-71-BC (hex) PEGATRON CORPORATION 7071BC (base 16) PEGATRON CORPORATION 5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW 78-84-EE (hex) INDRA ESPACIO S.A. 7884EE (base 16) INDRA ESPACIO S.A. C/ ROC BORONAT, 133 BARCELONA 08018 ES 7C-05-1E (hex) RAFAEL LTD. 7C051E (base 16) RAFAEL LTD. GUSH SEGEV POB 2250 HAIFA 31008 IL 10-09-0C (hex) Janome Sewing Machine Co., Ltd. 10090C (base 16) Janome Sewing Machine Co., Ltd. 1463 Hazama-Machi Hachioji-Shi Tokyo 193-0941 JP E0-1C-EE (hex) Bravo Tech, Inc. E01CEE (base 16) Bravo Tech, Inc. 6185 Phyllis Dr. Unit D. Cypress CA 90630 US 28-93-FE (hex) Cisco Systems, Inc 2893FE (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US F4-C7-95 (hex) WEY Elektronik AG F4C795 (base 16) WEY Elektronik AG Dorfstrasse 57 Unterengstringen Zurich 8103 CH 78-11-85 (hex) NBS Payment Solutions Inc. 781185 (base 16) NBS Payment Solutions Inc. 703 Evans Ave Toronto Ontario M9C 5E9 CA D0-58-75 (hex) Active Control Technology Inc. D05875 (base 16) Active Control Technology Inc. 1800 Appleby Line Burlington Ontario L7L 6A1 CA C8-EF-2E (hex) Beijing Gefei Tech. Co., Ltd C8EF2E (base 16) Beijing Gefei Tech. Co., Ltd A-603 Power Creative Plaza, NO.1 Shangdi E. Rd.,Haidian District, Beijing 100085 CN 08-F6-F8 (hex) GET Engineering 08F6F8 (base 16) GET Engineering 9350 Bond Ave El Cajon CA 92021 US 3C-4C-69 (hex) Infinity System S.L. 3C4C69 (base 16) Infinity System S.L. Crtra. N-II, Km 48,5 Pol. Ind. Cabanillas del Campo, Parc. 12B Guadalajara 19171 US 78-30-E1 (hex) UltraClenz, LLC 7830E1 (base 16) UltraClenz, LLC 1440 W Indiantown Road Jupiter FL 33458 US B0-91-34 (hex) Taleo B09134 (base 16) Taleo 4140 Dublin Blvd Dublin California 94568 US A4-C2-AB (hex) Hangzhou LEAD-IT Information & Technology Co.,Ltd A4C2AB (base 16) Hangzhou LEAD-IT Information & Technology Co.,Ltd F2 Builder B,Xidomen Road NO.22 Hangzhou Zhejiang 310012 CN 48-AA-5D (hex) Store Electronic Systems 48AA5D (base 16) Store Electronic Systems 39 rue de montigny Argenteuil 95100 FR 04-2F-56 (hex) ATOCS (Shenzhen) LTD 042F56 (base 16) ATOCS (Shenzhen) LTD 4/F., Building 10, Tongfuyu Industry Zone, Xili Town, Shenzhen CN E8-5E-53 (hex) Infratec Datentechnik GmbH E85E53 (base 16) Infratec Datentechnik GmbH Gevener Weg 38 Neuenrade NRW 58579 DE 88-BA-7F (hex) Qfiednet Co., Ltd. 88BA7F (base 16) Qfiednet Co., Ltd. #204 KJ Bldg. DaeChi-Dong Seoul 135-847 KR 64-DB-18 (hex) OpenPattern 64DB18 (base 16) OpenPattern 109/111 rue des Côtes Maisons Laffitte Yvelines 78600 FR 90-A2-DA (hex) GHEO SA 90A2DA (base 16) GHEO SA Via Soldini, 22 Chiasso CH-6830 CH 98-89-ED (hex) Anadem Information Inc. 9889ED (base 16) Anadem Information Inc. 2nd F, 79 Zhouzi Street, Neihu District, Taipei 114 TW D8-1B-FE (hex) TWINLINX CORPORATION D81BFE (base 16) TWINLINX CORPORATION ESPACE DESCARTES BAT B AIX EN PROVENCE PROVENCE 13857 FR FC-44-63 (hex) Universal Audio, Inc FC4463 (base 16) Universal Audio, Inc 4585 Scotts Valley Dr. Scotts Valley CA 95066 US 10-2D-96 (hex) Looxcie Inc. 102D96 (base 16) Looxcie Inc. 1196 Borregas Ave. Sunnyvale CA 94089 US 5C-35-DA (hex) There Corporation Oy 5C35DA (base 16) There Corporation Oy Elimäenkatu 5 Helsinki 00510 FI A0-69-86 (hex) Wellav Technologies Ltd A06986 (base 16) Wellav Technologies Ltd 15F Desay Building Huizhou Guangdong 516003 CN EC-8E-AD (hex) DLX EC8EAD (base 16) DLX #401, Seoil B/D,1359-45 Seocho2-dong Seoul 137-863 KR 34-C6-9A (hex) Enecsys Ltd 34C69A (base 16) Enecsys Ltd Harston Mill Cambridge Cambridgeshire CB22 7GG GB D8-AE-90 (hex) Itibia Technologies D8AE90 (base 16) Itibia Technologies 5 Clausen Ct West Windsor NJ 08550 US B8-65-3B (hex) Bolymin, Inc. B8653B (base 16) Bolymin, Inc. 13F-1, No.20, Ta-Long Rd., Taichung 40310 TW 38-E8-DF (hex) b gmbh medien + datenbanken 38E8DF (base 16) b gmbh medien + datenbanken Kurfuerstenstrasse 22 Ludwigsburg BW 71636 DE 1C-12-9D (hex) IEEE PES PSRC/SUB 1C129D (base 16) IEEE PES PSRC/SUB Working Group H7/Sub C7 (IEEE PC37.238) Piscataway NJ 08854 US E0-CA-4D (hex) Shenzhen Unistar Communication Co.,LTD E0CA4D (base 16) Shenzhen Unistar Communication Co.,LTD 9/F,Qinghai Building,7043, Berhuan Road, Futian District, Shenzhen Guangdong 518034 CN 0C-C9-C6 (hex) Samwin Hong Kong Limited 0CC9C6 (base 16) Samwin Hong Kong Limited Rm 901-902, 9/F, Futura Plaza, Hong Kong CN 10-62-C9 (hex) Adatis GmbH & Co. KG 1062C9 (base 16) Adatis GmbH & Co. KG Forchheimer Straße 6 Nürnberg Bavaria 90425 DE 60-B3-C4 (hex) Elber Srl 60B3C4 (base 16) Elber Srl via Pontevecchio 42 W Carasco Ge 16042 IT 04-C8-80 (hex) Samtec Inc 04C880 (base 16) Samtec Inc 520 Park East Blvd New Albany IN 47150 US F8-8D-EF (hex) Tenebraex F88DEF (base 16) Tenebraex 27 Drydock Avenue Boston MA 02210 US 04-22-34 (hex) Wireless Standard Extensions 042234 (base 16) Wireless Standard Extensions 1322 Crossman avenue Sunnyvale California 94089 US F0-B6-EB (hex) Poslab Technology Co., Ltd. F0B6EB (base 16) Poslab Technology Co., Ltd. 5F-1, No.490 Bannan Rd. Jhonghe City 235 TW 80-C8-62 (hex) Openpeak, Inc 80C862 (base 16) Openpeak, Inc 1750 Clint Moore Rd Boca Raton Florida 33487 US 1C-8F-8A (hex) Phase Motion Control SpA 1C8F8A (base 16) Phase Motion Control SpA via Adamoli, 461 Genova IT16141 IT FC-CC-E4 (hex) Ascon Ltd. FCCCE4 (base 16) Ascon Ltd. 1-15-27 Minato-machi Fukuyama –shi Hiroshima-ken 721-0964 JP 58-50-E6 (hex) Best Buy Corporation 5850E6 (base 16) Best Buy Corporation 7601 Penn Ave South Richfield MN 55423 US 3C-1C-BE (hex) JADAK LLC 3C1CBE (base 16) JADAK LLC 7279 William Barry Blvd North Syracuse NY 13212 US BC-D5-B6 (hex) d2d technologies BCD5B6 (base 16) d2d technologies 10611 roundwood glen ct Jacksonville Fl 32256 US FC-68-3E (hex) Directed Perception, Inc FC683E (base 16) Directed Perception, Inc 890C Cowan Road Burlingame California 94010 US 28-E7-94 (hex) Microtime Computer Inc. 28E794 (base 16) Microtime Computer Inc. 4F, No. 222, Sec. 4, Cheng-Teh Rd., Taipei 11167 TW 0C-D5-02 (hex) Westell Technologies Inc. 0CD502 (base 16) Westell Technologies Inc. 750 N Commons Dr Aurora IL 60504 US 70-82-8E (hex) OleumTech Corporation 70828E (base 16) OleumTech Corporation 23 Hubble Irvine CA 92618 US A4-38-FC (hex) Plastic Logic A438FC (base 16) Plastic Logic 650 Castro St., Suite 500 Mountain View CA 94041 US 18-FC-9F (hex) Changhe Electronics Co., Ltd. 18FC9F (base 16) Changhe Electronics Co., Ltd. 6th Floor, Building B, Dajiahao Square, Yu¡¯an 1st Road, Bao¡¯an, Shenzhen Guangdong 518101 CN 94-59-2D (hex) EKE Building Technology Systems Ltd 94592D (base 16) EKE Building Technology Systems Ltd Piispanportti 7 Espoo - 02240 US CC-69-B0 (hex) Global Traffic Technologies, LLC CC69B0 (base 16) Global Traffic Technologies, LLC 7800 Third Street North St. Paul Minnesota 55128 US A0-59-3A (hex) V.D.S. Video Display Systems srl A0593A (base 16) V.D.S. Video Display Systems srl Via Del Pantano 71 SCANDICCI FI 50018 IT CC-EA-1C (hex) DCONWORKS Co., Ltd CCEA1C (base 16) DCONWORKS Co., Ltd 182-13 Daerung Post Tower 2nd 5F Seoul 152-847 KR 7C-08-D9 (hex) Shanghai B-Star Technology Co 7C08D9 (base 16) Shanghai B-Star Technology Co 1158 Xiehe Road Shanghai 200335 CN 20-59-A0 (hex) Paragon Technologies Inc. 2059A0 (base 16) Paragon Technologies Inc. 68 North 4th Ring Rd West, Beijing 100080 CN 38-E9-8C (hex) Reco S.p.A. 38E98C (base 16) Reco S.p.A. via dell'Industria, 8 Montano Lucino CO 22070 IT A0-BF-A5 (hex) CORESYS A0BFA5 (base 16) CORESYS 267-1 Nonhyundong Gangnamgu Seoul 135-833 KR B0-5B-1F (hex) THERMO FISHER SCIENTIFIC S.P.A. B05B1F (base 16) THERMO FISHER SCIENTIFIC S.P.A. STRADA RIVOLTANA KM 6/7 RODANO MILAN 20090 IT 24-D2-CC (hex) SmartDrive Systems Inc. 24D2CC (base 16) SmartDrive Systems Inc. 9276 Scranton Road San Diego CA 92121 US 0C-EF-7C (hex) AnaCom Inc 0CEF7C (base 16) AnaCom Inc 1996 Lundy Ave San Jose CA 95131 US EC-E9-F8 (hex) Guang Zhou TRI-SUN Electronics Technology Co., Ltd ECE9F8 (base 16) Guang Zhou TRI-SUN Electronics Technology Co., Ltd 9th floor Guangzhou info port building B, Keyun Road, Tianhe District, Guangzhou ,PRC Guangzhou Guangdong 510665 CN 34-CE-94 (hex) Parsec (Pty) Ltd 34CE94 (base 16) Parsec (Pty) Ltd Building 8-10 Manhattan Office Park Centurion Gauteng 0157 ZA 34-EF-8B (hex) NTT Communications Corporation 34EF8B (base 16) NTT Communications Corporation NTT Hibiya Bldg. 7F Chiyoda-ku Tokyo 100-8019 JP 68-7F-74 (hex) Cisco-Linksys, LLC 687F74 (base 16) Cisco-Linksys, LLC 121 Theory Drive Irvine California 92612 US D0-D2-86 (hex) Beckman Coulter K.K. D0D286 (base 16) Beckman Coulter K.K. 454-32 Higashino, Nagaizumi-cho, Sunto-gun, Shizuoka-ken 411-0943 JP C4-19-8B (hex) Dominion Voting Systems Corporation C4198B (base 16) Dominion Voting Systems Corporation 215 Spadina Avenue Toronto Ontario M5T 2C7 CA C8-3A-35 (hex) Tenda Technology Co., Ltd. C83A35 (base 16) Tenda Technology Co., Ltd. Room 601-602,R/D Building Complex,Tsinghua High-Tech Park,nanshan district Shenzhen Guandong 518057 CN 6C-8C-DB (hex) Otus Technologies Ltd 6C8CDB (base 16) Otus Technologies Ltd 26 Braid Road Edinburgh Morningside EH10 6AD GB 40-F5-2E (hex) Leica Microsystems (Schweiz) AG 40F52E (base 16) Leica Microsystems (Schweiz) AG Max Schmidheiny-Strasse 201 Heerbrugg SG 9435 CH E4-FF-DD (hex) ELECTRON INDIA E4FFDD (base 16) ELECTRON INDIA TYPE II, NO.9, DR. V.S.I. ESTATE CHENNAI TAMIL NADU 600 041 IN 68-A1-B7 (hex) Honghao Mingchuan Technology (Beijing) CO.,Ltd. 68A1B7 (base 16) Honghao Mingchuan Technology (Beijing) CO.,Ltd. Floor 8,Tower A, Wanliu Yicheng Building Beijing 100089 CN 0C-D7-C2 (hex) Axium Technologies, Inc. 0CD7C2 (base 16) Axium Technologies, Inc. 6625 N. Calle Eva Miranda Irwindale CA 91702 US E8-4E-CE (hex) Nintendo Co., Ltd. E84ECE (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 10-45-F8 (hex) LNT-Automation GmbH 1045F8 (base 16) LNT-Automation GmbH Hans-Paul-Kaysser-Straße 1 Leutenbach-Nellmersbach BW D-71397 DE DC-E7-1C (hex) AUG Elektronik GmbH DCE71C (base 16) AUG Elektronik GmbH Kleinwoellmiss 53 St. Martin a. W. Styria A-8580 AT A8-70-A5 (hex) UniComm Inc. A870A5 (base 16) UniComm Inc. 7F-7, No. 716, Chung-Cheng Road, Chung-Ho City Taipei Hsien 23500 TW F8-47-2D (hex) X2gen Digital Corp. Ltd F8472D (base 16) X2gen Digital Corp. Ltd # 89, Singlong Rd Pin-Jhen City, 324 TW 84-90-00 (hex) Arnold & Richter Cine Technik 849000 (base 16) Arnold & Richter Cine Technik Tuerkenstrasse 89 Munich Bavaria 80799 DE 08-18-4C (hex) A. S. Thomas, Inc. 08184C (base 16) A. S. Thomas, Inc. 355 Providence Hwy Westwood MA 02090 US 10-88-0F (hex) Daruma Telecomunicações e Informática S.A. 10880F (base 16) Daruma Telecomunicações e Informática S.A. AVENIDA INDEPENDENCIA, 3500, LOTEAMENTO INDUSTRIAL Taubaté São Paulo 12032-000 BR FC-61-98 (hex) NEC Personal Products, Ltd FC6198 (base 16) NEC Personal Products, Ltd 6-80, Shimohanazawa 2-chome, Yonezawa-shi Yamagata 992-8520 JP 74-D8-50 (hex) Evrisko Systems 74D850 (base 16) Evrisko Systems 2322 Alpine Rd, Ste 10 Eau Claire WI 54703 US 54-B6-20 (hex) SUHDOL E&C Co.Ltd. 54B620 (base 16) SUHDOL E&C Co.Ltd. 920, Ilsan TechnoTown 1141-1, Baekseok-dong, Ilsandong-gu Goyang-si Gyunggi-do 410-722 KR 78-C4-0E (hex) H&D Wireless 78C40E (base 16) H&D Wireless Sjövägen 17 Solna 169 55 SE 2C-06-23 (hex) Win Leader Inc. 2C0623 (base 16) Win Leader Inc. Level 3 ,Alexander House, Ebene MU 0C-27-55 (hex) Valuable Techologies Limited 0C2755 (base 16) Valuable Techologies Limited 602, Centre Point, J.B.Nagar, Mumbai Maharashtra 400059 IN 78-99-8F (hex) MEDILINE ITALIA SRL 78998F (base 16) MEDILINE ITALIA SRL VIA 8 MARZO, 4 CORTE TEGGE REGGIO NELL'EMILIA 42025 IT 40-EC-F8 (hex) Siemens AG 40ECF8 (base 16) Siemens AG I IS MS EDM Munich Germany 85630 DE BC-B1-81 (hex) SHARP CORPORATION BCB181 (base 16) SHARP CORPORATION 22-22,Nagaike-cho, Osaka, 545-8522, JP C8-87-3B (hex) Net Optics C8873B (base 16) Net Optics 5303 Betsy Ross Drive Santa Clara CA 95054 US A8-CE-90 (hex) CVC A8CE90 (base 16) CVC No.361,Renhua Rd., Dali City Taichung 412 TW E4-1F-13 (hex) IBM Corp E41F13 (base 16) IBM Corp 3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US 70-1A-ED (hex) ADVAS CO., LTD. 701AED (base 16) ADVAS CO., LTD. 3-8-8 Shin-yokohama, Kohoku-ku Yokohama-shi Kanagawa-ken 222-0033 JP 64-65-C0 (hex) Nuvon, Inc 6465C0 (base 16) Nuvon, Inc 3130 Alpine Road Portola Valley California 94028 US 7C-1E-B3 (hex) 2N TELEKOMUNIKACE a.s. 7C1EB3 (base 16) 2N TELEKOMUNIKACE a.s. Modranska 621 Prague 143 01 CZ 44-56-B7 (hex) Spawn Labs, Inc 4456B7 (base 16) Spawn Labs, Inc 2209 Granger Lane Austin TX 78613 US 44-C9-A2 (hex) Greenwald Industries 44C9A2 (base 16) Greenwald Industries 212 Middlesex Avenue Chester CT 06412 US 90-6D-C8 (hex) DLG Automação Industrial Ltda 906DC8 (base 16) DLG Automação Industrial Ltda Rua José Batista Soares, 53 Sertãozinho São Paulo 14176-119 BR 58-4C-EE (hex) Digital One Technologies, Limited 584CEE (base 16) Digital One Technologies, Limited Room 2203, No.1 Shangdi Xinxi Road Beijing 100085 CN 00-27-21 (hex) Shenzhen Baoan Fenda Industrial Co., Ltd 002721 (base 16) Shenzhen Baoan Fenda Industrial Co., Ltd Fenda Hi-Tech Park Baoan Shenzhen 518108 CN A0-73-32 (hex) Cashmaster International Limited A07332 (base 16) Cashmaster International Limited Fairykirk Road Rosyth Fife KY11 2QQ GB 64-C6-AF (hex) AXERRA Networks Ltd 64C6AF (base 16) AXERRA Networks Ltd 24 Raoul Wallenberg St. , Tel-Aviv ISRAEL 69719 IL 44-56-8D (hex) PNC Technologies Co., Ltd. 44568D (base 16) PNC Technologies Co., Ltd. Development Center Anyang Gyeonggi-Do 431-836 KR 40-61-86 (hex) MICRO-STAR INT'L CO.,LTD 406186 (base 16) MICRO-STAR INT'L CO.,LTD No.69,Li-De St Jung-Ho City Taipei Hsien 235 TW 00-26-F5 (hex) XRPLUS Inc. 0026F5 (base 16) XRPLUS Inc. #805 Ace Techno Tower 2nd 197-17 Seoul 152-766 KR 00-26-F8 (hex) Golden Highway Industry Development Co., Ltd. 0026F8 (base 16) Golden Highway Industry Development Co., Ltd. Floor 7, Block 8, Vision Shenzhen Business Park, No.9 Gaoxin 9th South Road Shenzhen City Guangdong Province 518057 CN 00-26-F4 (hex) Nesslab 0026F4 (base 16) Nesslab 489-2 Maetan 3-dong, Yeong Tong-gu Suwon-si Gyeonggi-do 443-803 KR 00-26-EE (hex) TKM GmbH 0026EE (base 16) TKM GmbH Schlossstraße 123 Mönchengladbach NRW 41238 DE 00-26-EF (hex) Technology Advancement Group, Inc. 0026EF (base 16) Technology Advancement Group, Inc. 22355 Tag Way Dulles VA 20166-9310 US 00-26-B2 (hex) Setrix GmbH 0026B2 (base 16) Setrix GmbH Josephspitalstr. 15 Muenchen Bayern 80331 DE 00-26-AF (hex) Duelco A/S 0026AF (base 16) Duelco A/S Mommarkvej 5 Soenderborg Soenderjylland DK6400 DK 00-26-B3 (hex) Thales Communications Inc 0026B3 (base 16) Thales Communications Inc 22605 Gateway Center Drive Clarksburg MD 20871 US 00-26-A7 (hex) CONNECT SRL 0026A7 (base 16) CONNECT SRL Via Cernaia, 11 Milan 20121 IT 00-26-A4 (hex) Novus Produtos Eletronicos Ltda 0026A4 (base 16) Novus Produtos Eletronicos Ltda Rua Alvaro Chaves, 155 Porto Alegre RS 90220-040 BR 00-26-D8 (hex) Magic Point Inc. 0026D8 (base 16) Magic Point Inc. Suite 203, Building 17, No. 295 Lin Nan Road, Pudong Software Park Sanlin World Expo Block Shanghai 2000126 CN 00-26-D6 (hex) Ningbo Andy Optoelectronic Co., Ltd. 0026D6 (base 16) Ningbo Andy Optoelectronic Co., Ltd. Lanjiang Street Industrial Zone Yuyao Zhejiang 315400 CN 00-27-0F (hex) Envisionnovation Inc 00270F (base 16) Envisionnovation Inc 4 Wareham Drive Mississauga Ontario L5M 1B6 CA 00-27-0A (hex) IEE S.A. 00270A (base 16) IEE S.A. ZAE Weiergewan Contern L-5326 LU 00-27-09 (hex) Nintendo Co., Ltd. 002709 (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 00-26-D3 (hex) Zeno Information System 0026D3 (base 16) Zeno Information System #1404 A-Dong Digital Empire Bldg, 980-3, Youngtong-dong, Youngtong-gu Suwon City Gyeonggi-Do 443-702 KR 00-26-D1 (hex) S Squared Innovations Inc. 0026D1 (base 16) S Squared Innovations Inc. 6807-104 Street Edmonton AB T6H 2L5 CA 00-26-CB (hex) Cisco Systems, Inc 0026CB (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-27-01 (hex) INCOstartec GmbH 002701 (base 16) INCOstartec GmbH Rheinstraße 17 Teltow Germany 14513 DE 00-26-FB (hex) AirDio Wireless, Inc. 0026FB (base 16) AirDio Wireless, Inc. 13-5, No. 79, Sec. 1, Hsin Tai Wu Road Hsichih City, Taipei County Taiwan 22101 TW 00-27-1A (hex) Geenovo Technology Ltd. 00271A (base 16) Geenovo Technology Ltd. Unit 402, 4/F., Tower I,SHUI QING MU HUA YUAN, Beijing 100080 CN 00-27-14 (hex) Grainmustards, Co,ltd. 002714 (base 16) Grainmustards, Co,ltd. HEIWA MK Bldg,2-48-4,Nihonbashi-Hama-cho Tokyo 103-0007 JP 00-27-15 (hex) Rebound Telecom. Co., Ltd 002715 (base 16) Rebound Telecom. Co., Ltd 12F,Building No.82,No.1198,North Qinzhou Rd, Shanghai 200233 CN 00-26-E6 (hex) Visionhitech Co., Ltd. 0026E6 (base 16) Visionhitech Co., Ltd. Vision bldg. 150-3 Buchon Kyunggi-Do 420-822 KR 00-26-DF (hex) TaiDoc Technology Corp. 0026DF (base 16) TaiDoc Technology Corp. 7F, No. 127, Wugong 2nd Rd., 24888 Wugu Township Taipei County Taiwan 24888 TW 00-26-6A (hex) ESSENSIUM NV 00266A (base 16) ESSENSIUM NV Gaston Geenslaan 9 LEUVEN VL BRABANT 3001 BE 00-26-6B (hex) SHINE UNION ENTERPRISE LIMITED 00266B (base 16) SHINE UNION ENTERPRISE LIMITED UNIT 1211, 12FL., CHEVALIER COMMERCIAL CENTER, KOWLOON NIL HK 00-26-67 (hex) CARECOM CO.,LTD. 002667 (base 16) CARECOM CO.,LTD. 3-35-4 Chofu Tokyo 182-0025 JP 00-26-A2 (hex) Instrumentation Technology Systems 0026A2 (base 16) Instrumentation Technology Systems 19360 Business Center Drive Northridge CA 91324 US 00-26-9F (hex) Private 00269F (base 16) Private 00-26-99 (hex) Cisco Systems, Inc 002699 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-26-47 (hex) WFE TECHNOLOGY CORP. 002647 (base 16) WFE TECHNOLOGY CORP. 17F NO.238,Chin-Hua N Rd, Taichung 404 TW 00-26-40 (hex) Baustem Broadband Technologies, Ltd. 002640 (base 16) Baustem Broadband Technologies, Ltd. 910 Quantum Plaza Beijing 100191 CN 00-26-53 (hex) DaySequerra Corporation 002653 (base 16) DaySequerra Corporation 154 Cooper Road West Berlin NJ 08091 US 00-26-7B (hex) GSI Helmholtzzentrum für Schwerionenforschung GmbH 00267B (base 16) GSI Helmholtzzentrum für Schwerionenforschung GmbH Planckstraße 1 Darmstadt Hessen 64291 DE 00-26-87 (hex) corega K.K 002687 (base 16) corega K.K 1-19-20, Shinyokohama Yokohama-city Kanagawa-ken 222-0033 JP 00-26-8D (hex) CellTel S.p.A. 00268D (base 16) CellTel S.p.A. Via Romano 72 Scarmagno Torino 10010 IT 00-26-28 (hex) companytec automação e controle ltda. 002628 (base 16) companytec automação e controle ltda. Rua Marcilio Dias 3005 Pelotas Rio Grande do Sul 96020-480 BR 00-26-1F (hex) SAE Magnetics (H.K.) Ltd. 00261F (base 16) SAE Magnetics (H.K.) Ltd. SAE Technology Centre Hong Kong Science Park Shatin, New Territories HK 00-26-1E (hex) QINGBANG ELEC(SZ) CO., LTD 00261E (base 16) QINGBANG ELEC(SZ) CO., LTD No. 2, qimin Rd. North District, High-tech Industrial Park, Nanshan, Shenzhen Guangdong 518000 CN 00-26-19 (hex) FRC 002619 (base 16) FRC 1511 South Benjamin Avenue Mason City IA 50401 US 00-25-EA (hex) Iphion BV 0025EA (base 16) Iphion BV Willemstraat 106 Eindhoven 5616GE NL 00-25-F0 (hex) Suga Electronics Limited 0025F0 (base 16) Suga Electronics Limited Units 1904-1907, Chevalier Commercial Centre, Kowloon Bay Hong Kong CN 00-25-E8 (hex) Idaho Technology 0025E8 (base 16) Idaho Technology 390 Wakara way Salt Lake city UT 84108 US 00-25-E4 (hex) OMNI-WiFi, LLC 0025E4 (base 16) OMNI-WiFi, LLC 70 Sullivan Street Berwick Maine 03901 US 00-25-FC (hex) ENDA ENDUSTRIYEL ELEKTRONIK LTD. STI. 0025FC (base 16) ENDA ENDUSTRIYEL ELEKTRONIK LTD. STI. Y. Dudullu Barbaros C. Kutup S. No. 20 Istanbul 34775 TR 00-25-FA (hex) J&M Analytik AG 0025FA (base 16) J&M Analytik AG Willy-Messerschmitt-Strasse 8 Essingen BW 73457 DE 00-26-33 (hex) MIR - Medical International Research 002633 (base 16) MIR - Medical International Research Via del Maggiolino 125 Rome RM 00155 IT 00-25-D7 (hex) CEDO 0025D7 (base 16) CEDO Videnska 127 BRNO 61900 CZ 00-25-D8 (hex) KOREA MAINTENANCE 0025D8 (base 16) KOREA MAINTENANCE 3F HAELIM BUIDING 103-7, GURO-5DONG SEOUL 152-842 KR 00-25-D2 (hex) InpegVision Co., Ltd 0025D2 (base 16) InpegVision Co., Ltd 226-3, Bugok-dong, Geumjeong-gu, Busan 609-320 KR 00-26-30 (hex) ACOREL S.A.S 002630 (base 16) ACOREL S.A.S 3, Rue Paul LANGEVIN SAINT-PERAY F-07130 FR 00-26-2A (hex) Proxense, LLC 00262A (base 16) Proxense, LLC 689 NW Stonepine Dr Bend Oregon 97701 US 00-25-FE (hex) Pilot Electronics Corporation 0025FE (base 16) Pilot Electronics Corporation No. 2, Tzu-Chiang 3rd Road, Chung-Li Industrial Zone, Taoyuan Hsien 32063 TW 00-25-7B (hex) STJ ELECTRONICS PVT LTD 00257B (base 16) STJ ELECTRONICS PVT LTD X-24 OKHLA INDUSTRIAL AREA NEW DELHI DELHI 110 020 IN 00-25-7C (hex) Huachentel Technology Development Co., Ltd 00257C (base 16) Huachentel Technology Development Co., Ltd 747 XinYu Rd. High-Tech Zone Jinan Shandong Province 250101 CN 00-25-75 (hex) FiberPlex Technologies, LLC 002575 (base 16) FiberPlex Technologies, LLC 10840-412 Guilford Rd Annapolis Junction MD 20701 US 00-25-70 (hex) Eastern Communications Company Limited 002570 (base 16) Eastern Communications Company Limited No.398 Wensan Road, Hangzhou Zhejiang 310013 CN 00-25-9B (hex) Beijing PKUNITY Microsystems Technology Co., Ltd 00259B (base 16) Beijing PKUNITY Microsystems Technology Co., Ltd 11th Floor, Resource Plaza, No.151 North Zhongguancun Street Beijing 100080 CN 00-25-96 (hex) GIGAVISION srl 002596 (base 16) GIGAVISION srl Via Figini, 16 Muggiò Milano 20053 IT 00-25-95 (hex) Northwest Signal Supply, Inc 002595 (base 16) Northwest Signal Supply, Inc 12965 SW Herman Rd Tualatin OR 97062 US 00-25-C9 (hex) SHENZHEN HUAPU DIGITAL CO., LTD 0025C9 (base 16) SHENZHEN HUAPU DIGITAL CO., LTD Futian District,Chegongmiao,TianAn Cyberpark ShenZhen Guangdong Province 518040 CN 00-25-8F (hex) Trident Microsystems, Inc. 00258F (base 16) Trident Microsystems, Inc. 3408 Garrett Drive Santa Clara CA 95054 US 00-25-89 (hex) Hills Industries Limited 002589 (base 16) Hills Industries Limited 5 Cambria Road Melbourne VIC 3173 AU 00-25-85 (hex) KOKUYO S&T Co., Ltd. 002585 (base 16) KOKUYO S&T Co., Ltd. 1-8-35 Minato-ku Tokyo 108-8710 JP 00-25-81 (hex) x-star networks Inc. 002581 (base 16) x-star networks Inc. 1F,NO1-2,Chungching S.Rd.Sec 3 Taipei 10076 TW 00-25-B5 (hex) Cisco Systems, Inc 0025B5 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-25-BE (hex) Tektrap Systems Inc. 0025BE (base 16) Tektrap Systems Inc. 15 Buteau St. Gatineau Quebec J8Z 1V4 CA 00-25-A0 (hex) Nintendo Co., Ltd. 0025A0 (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 00-25-4D (hex) Singapore Technologies Electronics Limited 00254D (base 16) Singapore Technologies Electronics Limited 24 Ang Mo Kio 569061 SG 00-25-4C (hex) Videon Central, Inc. 00254C (base 16) Videon Central, Inc. 2171 Sandy Drive State College PA 16803 US 00-25-43 (hex) MONEYTECH 002543 (base 16) MONEYTECH Rua Guiratinga 931 un. 103 São Paulo SP 04141-001 BR 00-25-5B (hex) CoachComm, LLC 00255B (base 16) CoachComm, LLC 205 Technology Parkway Auburn AL 36830 US 00-25-16 (hex) Integrated Design Tools, Inc. 002516 (base 16) Integrated Design Tools, Inc. 1202 E Park Avenue Tallahassee FL 32301 US 00-25-10 (hex) Pico-Tesla Magnetic Therapies 002510 (base 16) Pico-Tesla Magnetic Therapies 7852 South Elati Littleton CO 80120 US 00-25-6A (hex) inIT - Institut Industrial IT 00256A (base 16) inIT - Institut Industrial IT Liebigstrasse 87 Lemgo Northrhine-Westfalia 32657 DE 00-25-62 (hex) interbro Co. Ltd. 002562 (base 16) interbro Co. Ltd. 6F Joyang B/D, 113 Samseong-Dong, Gangnam-Gu Seoul 135-090 KR 00-25-20 (hex) SMA Railway Technology GmbH 002520 (base 16) SMA Railway Technology GmbH Miramstraße 87 Kassel Hesse 34123 DE 00-25-27 (hex) Bitrode Corp. 002527 (base 16) Bitrode Corp. 9787 Green Park Industrial Drive St. Louis MO 63123 US 00-25-25 (hex) CTERA Networks Ltd. 002525 (base 16) CTERA Networks Ltd. 24 Imber St. Petach-Tikva 495111 IL 00-25-51 (hex) SE-Elektronic GmbH 002551 (base 16) SE-Elektronic GmbH Eythstraße 16 Göppingen 73037 DE 00-25-3A (hex) CEVA, Ltd. 00253A (base 16) CEVA, Ltd. 2 Maskit Street. Herzelia 46120 IL 00-24-A2 (hex) Hong Kong Middleware Technology Limited 0024A2 (base 16) Hong Kong Middleware Technology Limited Room 1315 ,Leighton Centre,77 Leighton Road Causeway Bay 852 HK 00-24-B9 (hex) Wuhan Higheasy Electronic Technology Development Co.Ltd 0024B9 (base 16) Wuhan Higheasy Electronic Technology Development Co.Ltd Bldg A2 Optics Valley Software Park,Guanshan 1st Rd, Wuhan Hubei 430033 CN 00-24-BD (hex) Hainzl Industriesysteme GmbH 0024BD (base 16) Hainzl Industriesysteme GmbH Industriezeile 56 Linz Upper Austria 4021 AT 00-24-B6 (hex) Seagate Technology 0024B6 (base 16) Seagate Technology 1280 Disc Drive Shakopee MN 55379 US 00-24-F7 (hex) Cisco Systems, Inc 0024F7 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-24-E5 (hex) Seer Technology, Inc 0024E5 (base 16) Seer Technology, Inc 2681 Parleys Way Salt Lake City Utah 84109 US 00-24-E2 (hex) HASEGAWA ELECTRIC CO.,LTD. 0024E2 (base 16) HASEGAWA ELECTRIC CO.,LTD. 5-6-20 SHIOE AMAGASAKI HYOGO 661-0976 JP 00-24-E0 (hex) DS Tech, LLC 0024E0 (base 16) DS Tech, LLC 2210 Hutton Drive Carrollton TX 75006 US 00-24-F3 (hex) Nintendo Co., Ltd. 0024F3 (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 00-25-01 (hex) JSC Supertel 002501 (base 16) JSC Supertel 38A Petrogradskaya emb. St.Petersburg 197101 RU 00-24-C8 (hex) Broadband Solutions Group 0024C8 (base 16) Broadband Solutions Group 1101 Marina Village Parkway Alameda CA 94501 US 00-24-C5 (hex) Meridian Audio Limited 0024C5 (base 16) Meridian Audio Limited 11 Latham Road Huntingdon Cambs PE29 6YE GB 00-24-96 (hex) Ginzinger electronic systems 002496 (base 16) Ginzinger electronic systems Gewerbegebiet Pirath 16 Weng Upper Austria 4952 AT 00-24-99 (hex) Aquila Technologies 002499 (base 16) Aquila Technologies 8429A Washington Place NE Albuquerque NM 87113 US 00-24-8A (hex) Kaga Electronics Co., Ltd. 00248A (base 16) Kaga Electronics Co., Ltd. Hongo 2-2-9 Tokyo 113-8503 JP 00-24-35 (hex) WIDE CORPORATION 002435 (base 16) WIDE CORPORATION LEADERS TOWER 7TH FL., GOMAE-DONG, GIHEUNG-GU YONGIN GYEONGGI 446-901 KR 00-24-31 (hex) Uni-v co.,ltd 002431 (base 16) Uni-v co.,ltd 5/F,COFCO Property Tower, Shenzhen Guangdong 518126 CN 00-24-32 (hex) Neostar Technology Co.,LTD 002432 (base 16) Neostar Technology Co.,LTD 8F., No.102, Sec. 1, Sintai 5th Rd. Sijhih City Taipei 22161 TW 00-24-43 (hex) Nortel Networks 002443 (base 16) Nortel Networks 2221 Lakeside Blvd Richardson TX 75081 US 00-24-41 (hex) Wanzl Metallwarenfabrik GmbH 002441 (base 16) Wanzl Metallwarenfabrik GmbH Bubesheimer Straße 4 Leipheim Bavaria 89340 DE 00-24-3B (hex) CSSI (S) Pte Ltd 00243B (base 16) CSSI (S) Pte Ltd 70 Bendemeer Road Unit 04-04 339940 SG 00-24-51 (hex) Cisco Systems, Inc 002451 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-24-4A (hex) Voyant International 00244A (base 16) Voyant International 444 Castro St Mountain View CA 94041 US 00-24-47 (hex) Kaztek Systems 002447 (base 16) Kaztek Systems 17 Bromfield Road Acton MA 01720 US 00-24-77 (hex) Tibbo Technology 002477 (base 16) Tibbo Technology 9F-3, No 31, Lane 169, Kang-Ning St., Hsi-Chih Taipei Hsien 221 TW 00-24-6E (hex) Phihong USA Corp. 00246E (base 16) Phihong USA Corp. 47800 Fremont Blvd. Fremont CA 94538 US 00-24-5D (hex) Terberg besturingstechniek B.V. 00245D (base 16) Terberg besturingstechniek B.V. Lage Dijk-Noord 3 IJsselstein Utrecht 3401 VA NL 00-24-50 (hex) Cisco Systems, Inc 002450 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-24-58 (hex) PA Bastion CC 002458 (base 16) PA Bastion CC 97, liter K, Buddyonnovsky ave. Rostov-on-Don 344011 RU 00-24-73 (hex) 3COM EUROPE LTD 002473 (base 16) 3COM EUROPE LTD Peoplebuilding 2 Hemel Hempstead HERTS. HP2 4NW GB 00-24-6B (hex) Covia, Inc. 00246B (base 16) Covia, Inc. Benex S-3 Bldg., 3-20-8, Shinyokohama,Kohoku-ku, Yokohama-city Kanagawa-pref. 222-0033 JP 00-23-F5 (hex) WILO SE 0023F5 (base 16) WILO SE Nortkirchenstraße 100 D - 44263 Dortmund NRW 44263 DE 00-23-FF (hex) Beijing HTTC Technology Ltd. 0023FF (base 16) Beijing HTTC Technology Ltd. B-13D-3 Keshi Building,Jia No.28 Xinxi Road,SHANGDI IT Industry Base Beijing 100085 CN 00-23-F6 (hex) Softwell Technology Co., Ltd. 0023F6 (base 16) Softwell Technology Co., Ltd. 4F, No. 419, Jhonghe Rd., Yonghe City, Taipei County 234 TW 00-23-F3 (hex) Glocom, Inc. 0023F3 (base 16) Glocom, Inc. 22 Firstfield Road Gaithersburg Maryland 20878 US 00-23-F0 (hex) Shanghai Jinghan Weighing Apparatus Co. Ltd. 0023F0 (base 16) Shanghai Jinghan Weighing Apparatus Co. Ltd. Building 58, No.99 Chunguang Road, Xinzhuang Industrial Zone,Minhang, Shanghai 201108 CN 00-24-10 (hex) NUETEQ Technology,Inc. 002410 (base 16) NUETEQ Technology,Inc. 11F, No. 112, Sec. 1, Zhong-Xiao E Rd. Taipei 100 TW 00-24-08 (hex) Pacific Biosciences 002408 (base 16) Pacific Biosciences 1505 Adams Drive Menlo Park CA 94025 US 00-24-30 (hex) Ruby Tech Corp. 002430 (base 16) Ruby Tech Corp. 3F, NO. 1, Lane 50, Nan Kang Road, Sec. 3, Taipei 11510 TW 00-24-2E (hex) Datastrip Inc. 00242E (base 16) Datastrip Inc. 1 Waterview Drive Shelton CT 06484 US 00-24-1D (hex) GIGA-BYTE TECHNOLOGY CO.,LTD. 00241D (base 16) GIGA-BYTE TECHNOLOGY CO.,LTD. Pin-Jen Taoyuan 324 TW 00-24-1A (hex) Red Beetle Inc. 00241A (base 16) Red Beetle Inc. 898 Silas Deane Highway Wethersfield CT 06109 US 00-24-14 (hex) Cisco Systems, Inc 002414 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-24-0C (hex) DELEC GmbH 00240C (base 16) DELEC GmbH Ruheweg 17-21 Göllheim Rheinland-Pfalz 67307 DE 00-23-F9 (hex) Double-Take Software, INC. 0023F9 (base 16) Double-Take Software, INC. 8470 Allison Pointe Blvd Indianapolis IN 46250 US 00-23-E9 (hex) F5 Networks, Inc. 0023E9 (base 16) F5 Networks, Inc. 401 Elliott Ave. W. Seattle WA 98119 US 00-23-EA (hex) Cisco Systems, Inc 0023EA (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-23-E5 (hex) IPaXiom Networks 0023E5 (base 16) IPaXiom Networks Aston Court High Wycombe Buckinghamshire HP11 1LA GB 00-23-B6 (hex) SECURITE COMMUNICATIONS / HONEYWELL 0023B6 (base 16) SECURITE COMMUNICATIONS / HONEYWELL FONT DE L'ORME MOUGINS FRANCE 06250 US 00-23-B8 (hex) Sichuan Jiuzhou Electronic Technology Co.,Ltd 0023B8 (base 16) Sichuan Jiuzhou Electronic Technology Co.,Ltd No.259 Jiuzhou Road, Mianyang Sichuan 621000 CN 00-23-BA (hex) Chroma 0023BA (base 16) Chroma 68, Hwa-Ya 1st Rd., Hwa-Ya Technical Park, Taoyuan Hsien Taiwan 333 TW 00-23-BC (hex) EQ-SYS GmbH 0023BC (base 16) EQ-SYS GmbH Hinter den Gärten 15b Treuenbrietzen OT Feldheim Brandenburg 14929 DE 00-23-B1 (hex) Longcheer Technology (Singapore) Pte Ltd 0023B1 (base 16) Longcheer Technology (Singapore) Pte Ltd 43 Kaki Bukit View, #04-01 , 415970 SG 00-23-96 (hex) ANDES TECHNOLOGY CORPORATION 002396 (base 16) ANDES TECHNOLOGY CORPORATION 2F,No. 1, Li-Hsin First Road, Hsin-Chu Taiwan 300 TW 00-23-94 (hex) Samjeon 002394 (base 16) Samjeon #1313-1 Joil-Ri, Samdong-Myeun,Ulju-Gun Ulsan City South Korea 689-934 KR 00-23-77 (hex) Isotek Electronics Ltd 002377 (base 16) Isotek Electronics Ltd 9 Clayton Wood Bank Leeds LS16 6QZ GB 00-23-71 (hex) SOAM Systel 002371 (base 16) SOAM Systel 182-13, Daerung Post Tower II, 1504 Seoul Guro-dong, Guro-gu 152-847 KR 00-23-A1 (hex) Trend Electronics Ltd 0023A1 (base 16) Trend Electronics Ltd Gut No. 350 Auranagabad Maharashtra 431210 IN 00-23-A6 (hex) E-Mon 0023A6 (base 16) E-Mon One Oxford Valley, Suite 418 Langhorne PA 19047 US 00-23-A8 (hex) Marshall Electronics 0023A8 (base 16) Marshall Electronics 20608 Madrona Ave Torrance CA 90503 US 00-23-9A (hex) EasyData Hardware GmbH 00239A (base 16) EasyData Hardware GmbH Breslauer Str. 24 Wehrheim Hessen D-61273 DE 00-23-CC (hex) Nintendo Co., Ltd. 0023CC (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 00-23-79 (hex) Union Business Machines Co. Ltd. 002379 (base 16) Union Business Machines Co. Ltd. Unit 2, 2/F, Block A, Hong Kong Industrial Centre, Lai Chi Kok Kowloon HK 00-23-8C (hex) Private 00238C (base 16) Private 00-23-C0 (hex) Broadway Networks 0023C0 (base 16) Broadway Networks 1754 Technology Drive, Suite 208 San Jose California 95110 US 00-23-58 (hex) SYSTEL SA 002358 (base 16) SYSTEL SA ZI DE BELLE AIRE AYTRE 17440 FR 00-23-56 (hex) Packet Forensics LLC 002356 (base 16) Packet Forensics LLC 420 S Smith Rd Tempe AZ 85281 US 00-23-50 (hex) RDC, Inc. dba LynTec 002350 (base 16) RDC, Inc. dba LynTec 8385 Melrose Drive Lenexa KS 66214 US 00-23-4F (hex) Luminous Power Technologies Pvt. Ltd. 00234F (base 16) Luminous Power Technologies Pvt. Ltd. C8-C9, Community Center, New Delhi 110058 IN 00-23-4B (hex) Inyuan Technology Inc. 00234B (base 16) Inyuan Technology Inc. No. 3, Singye St., Taoyuan County 33341 TW 00-23-49 (hex) Helmholtz Centre Berlin for Material and Energy 002349 (base 16) Helmholtz Centre Berlin for Material and Energy Department FMD Berlin 14109 DE 00-23-46 (hex) Vestac 002346 (base 16) Vestac P.O. Box 7358 Shrewsbury NJ 07702 US 00-23-07 (hex) FUTURE INNOVATION TECH CO.,LTD 002307 (base 16) FUTURE INNOVATION TECH CO.,LTD 312 3-DONG, GWANGMYUNG INDUSTRIAL COMPLEX 201 GWANGMYUNG GYUNGGI 423060 KR 00-23-05 (hex) Cisco Systems, Inc 002305 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-22-FF (hex) NIVIS LLC 0022FF (base 16) NIVIS LLC 1000 CIRCLE 75 ATLANTA GA 30339 US 00-23-44 (hex) Objective Interface Systems, Inc. 002344 (base 16) Objective Interface Systems, Inc. 220 Spring Street, Suite 530 Herndon VA 20170-6201 US 00-23-3C (hex) Alflex 00233C (base 16) Alflex Blauw-roodlaan 300 ZOETERMEER 2718 SK NL 00-23-33 (hex) Cisco Systems, Inc 002333 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-23-2E (hex) Kedah Electronics Engineering, LLC 00232E (base 16) Kedah Electronics Engineering, LLC Zelenograd, 445 Moscow 124498 RU 00-23-20 (hex) Nicira Networks 002320 (base 16) Nicira Networks 3460 W. Bayshore Rd. Palo Alto CA 94303 US 00-23-64 (hex) Power Instruments Pte Ltd 002364 (base 16) Power Instruments Pte Ltd BLK 40 TOH GUAN RD EAST, #01-62 ENTERPRISE HUB 608582 SG 00-23-17 (hex) Lasercraft Inc 002317 (base 16) Lasercraft Inc 1450 Oakbrook Drive Norcross GA 30093 US 00-23-0E (hex) Gorba AG 00230E (base 16) Gorba AG Sandackerstrasse Oberbüren SG CH - 9245 CH 00-23-62 (hex) Goldline Controls 002362 (base 16) Goldline Controls 61 Whitecap Dr North Kingstown RI 02852 US 00-23-5E (hex) Cisco Systems, Inc 00235E (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-23-22 (hex) KISS Teknical Solutions, Inc. 002322 (base 16) KISS Teknical Solutions, Inc. 1583 S. Navajo Way Chandler Arizona 85286 US 00-22-B6 (hex) Superflow Technologies Group 0022B6 (base 16) Superflow Technologies Group 4060 Dixon Street Des Moines IA 50266 US 00-22-B5 (hex) NOVITA 0022B5 (base 16) NOVITA 3F301,Namsung B/D 340-30 Geumcheon-Gu Seoul 153-782 KR 00-22-B2 (hex) 4RF Communications Ltd 0022B2 (base 16) 4RF Communications Ltd 26 Glover Street Ngauranga Wellington 6031 NZ 00-22-AC (hex) Hangzhou Siyuan Tech. Co., Ltd 0022AC (base 16) Hangzhou Siyuan Tech. Co., Ltd 5 F, Tower B, No. 37, Xiang Yuan Road Hangzhou Zhejiang 310012 CN 00-22-AD (hex) TELESIS TECHNOLOGIES, INC. 0022AD (base 16) TELESIS TECHNOLOGIES, INC. 28181 River Drive Circleville Ohio 43113 US 00-22-AE (hex) Mattel Inc. 0022AE (base 16) Mattel Inc. 333 Continental Blvd. El Segundo CA 90245 US 00-22-D5 (hex) Eaton Corp. Electrical Group Data Center Solutions - Pulizzi 0022D5 (base 16) Eaton Corp. Electrical Group Data Center Solutions - Pulizzi 3200 S. Susan St. Santa Ana CA 92704 US 00-22-D1 (hex) Albrecht Jung GmbH & Co. KG 0022D1 (base 16) Albrecht Jung GmbH & Co. KG Volmestraße 1 Schalksmühle NRW 58579 DE 00-22-D2 (hex) All Earth Comércio de Eletrônicos LTDA. 0022D2 (base 16) All Earth Comércio de Eletrônicos LTDA. Rua Leonida Reimman Trotti, 343 Campinas São Paulo 13065-704 BR 00-22-C2 (hex) Proview Eletrônica do Brasil LTDA 0022C2 (base 16) Proview Eletrônica do Brasil LTDA R. Acará 203 - Distrito Industrial Manaus Amazonas 69075-030 BR 00-22-BD (hex) Cisco Systems, Inc 0022BD (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-22-BA (hex) HUTH Elektronik Systeme GmbH 0022BA (base 16) HUTH Elektronik Systeme GmbH Echternacher Str. 10 Troisdorf-Spich NRW 53842 DE 00-22-BB (hex) beyerdynamic GmbH & Co. KG 0022BB (base 16) beyerdynamic GmbH & Co. KG Theresienstraße 8 Heilbronn 74072 DE 00-22-A3 (hex) California Eastern Laboratories 0022A3 (base 16) California Eastern Laboratories 4590 Patrick Henry Dr. Santa Clara CA 95054 US 00-23-02 (hex) Cobalt Digital, Inc. 002302 (base 16) Cobalt Digital, Inc. 2406 East University Avenue Urbana IL 61802 US 00-22-F5 (hex) Advanced Realtime Tracking GmbH 0022F5 (base 16) Advanced Realtime Tracking GmbH Am Oeferl 6 Weilheim Bayern D-82362 DE 00-22-CA (hex) Anviz Biometric Tech. Co., Ltd. 0022CA (base 16) Anviz Biometric Tech. Co., Ltd. 5th Floor, 4299 Jindu Road, Shanghai 201108 CN 00-22-C7 (hex) SEGGER Microcontroller GmbH & Co. KG 0022C7 (base 16) SEGGER Microcontroller GmbH & Co. KG In den Weiden 11 Hilden NRW 40721 DE 00-22-C1 (hex) Active Storage Inc. 0022C1 (base 16) Active Storage Inc. 2295 Jefferson Street Torrance CA 90501 US 00-22-8F (hex) CNRS 00228F (base 16) CNRS MRCT Meudon Ile de France 92195 FR 00-22-97 (hex) XMOS Semiconductor 002297 (base 16) XMOS Semiconductor Venturers House Bristol BS1 4PB GB 00-22-92 (hex) Cinetal 002292 (base 16) Cinetal 8651 Castle Park Indianapolis IN 46256 US 00-22-E5 (hex) Fisher-Rosemount Systems Inc. 0022E5 (base 16) Fisher-Rosemount Systems Inc. 12301 Research Blvd Austin Texas 78759 US 00-22-E4 (hex) APASS TECHNOLOGY CO., LTD. 0022E4 (base 16) APASS TECHNOLOGY CO., LTD. 2F, No. 267, Sec. 3, Chengde Rd., TEIPEI 113 TW 00-22-4F (hex) Byzoro Networks Ltd. 00224F (base 16) Byzoro Networks Ltd. Room 5A1,Block A, Keshi Plaza,No. 28A Info. Road, Beijing 100085 CN 00-22-51 (hex) Lumasense Technologies 002251 (base 16) Lumasense Technologies 3033 Scott Blvd. Santa Clara CA 95054 US 00-22-5E (hex) Uwin Technologies Co.,LTD 00225E (base 16) Uwin Technologies Co.,LTD 2F,No.22.R&D RD II,SBIP Hsinchu 300 TW 00-22-58 (hex) Taiyo Yuden Co., Ltd. 002258 (base 16) Taiyo Yuden Co., Ltd. 8-1 Sakae-Cho JP 00-22-5B (hex) Teradici Corporation 00225B (base 16) Teradici Corporation 101 4621 Canada Way, Burnaby BC V6G 4X8 CA 00-22-59 (hex) Guangzhou New Postcom Equipment Co.,Ltd. 002259 (base 16) Guangzhou New Postcom Equipment Co.,Ltd. No.3¡¡Guangpuxi Road,Guangzhou Science City, Guangzhou Guangdong 510663 CN 00-22-53 (hex) Entorian Technologies 002253 (base 16) Entorian Technologies 8900 Shoal Creek Blvd Austin TX 78757 US 00-22-2C (hex) Ceton Corp 00222C (base 16) Ceton Corp 8259 122nd Ave NE, Suite 275 Kirkland Washington 98033 US 00-22-2D (hex) SMC Networks Inc. 00222D (base 16) SMC Networks Inc. 20 Mason Irvine CA 92618 US 00-22-2A (hex) SoundEar A/S 00222A (base 16) SoundEar A/S Rentemestervej 80 Copenhagen NV Denmark DK-2400 DK 00-22-7E (hex) Chengdu 30Kaitian Communication Industry Co.Ltd 00227E (base 16) Chengdu 30Kaitian Communication Industry Co.Ltd No.6 Chuangye Road Chengdu Sichuan 610041 CN 00-22-7C (hex) Woori SMT Co.,ltd 00227C (base 16) Woori SMT Co.,ltd 649-2,Suwolam-ri,Seotan-Myun Pyongtaek Kyonggi-Do 451-852 KR 00-22-77 (hex) NEC Australia Pty Ltd 002277 (base 16) NEC Australia Pty Ltd 649-655 Springvale Rd Mulgrave Victoria 3170 AU 00-22-3D (hex) JumpGen Systems, LLC 00223D (base 16) JumpGen Systems, LLC 2111 Palomar Airport Rd Carlsbad CA 92011 US 00-22-39 (hex) Indiana Life Sciences Incorporated 002239 (base 16) Indiana Life Sciences Incorporated 8875 Bash Street Indianapolis Indiana 46256 US 00-22-35 (hex) Strukton Systems bv 002235 (base 16) Strukton Systems bv Westkanaaldijk 2 Utrecht 3542 DA NL 00-22-79 (hex) Nippon Conlux Co., Ltd. 002279 (base 16) Nippon Conlux Co., Ltd. 5-3-8, Chiyoda Sakado-shi Saitama 350-0214 JP 00-22-71 (hex) Jäger Computergesteuerte Meßtechnik GmbH. 002271 (base 16) Jäger Computergesteuerte Meßtechnik GmbH. Rheinstraße 2-4 Lorsch Hessen 64653 DE 00-22-47 (hex) DAC ENGINEERING CO., LTD. 002247 (base 16) DAC ENGINEERING CO., LTD. 1-5 Oyanagi-cho Kyoto 601-8128 JP 00-22-1F (hex) eSang Technologies Co., Ltd. 00221F (base 16) eSang Technologies Co., Ltd. #1-817, IT Castle 550-1, Gasan-Dong, Seoul 153-768 KR 00-21-E6 (hex) Starlight Video Limited 0021E6 (base 16) Starlight Video Limited 5/F., Shing Dao Industrial Building, HK 00-21-E0 (hex) CommAgility Ltd 0021E0 (base 16) CommAgility Ltd Holywell Park Loughborough Leics LE11 3AQ GB 00-21-DE (hex) Firepro Wireless 0021DE (base 16) Firepro Wireless 27, Zamrudpur Community Center, New Delhi Haryana 110020 IN 00-21-F9 (hex) WIRECOM Technologies 0021F9 (base 16) WIRECOM Technologies 135, rue Jacques Charles OLIVET Loiret 45166 FR 00-21-FA (hex) A4SP Technologies Ltd. 0021FA (base 16) A4SP Technologies Ltd. Keilaranta 19 D Espoo Uusimaa 02150 FI 00-21-F0 (hex) EW3 Technologies LLC 0021F0 (base 16) EW3 Technologies LLC 114 E 11th St Connersville IN 47331 US 00-21-D3 (hex) BOCOM SECURITY(ASIA PACIFIC) LIMITED 0021D3 (base 16) BOCOM SECURITY(ASIA PACIFIC) LIMITED Flr.3,NO.29,#69 Guiqing RD Shanghai 200233 CN 00-21-CC (hex) Flextronics International 0021CC (base 16) Flextronics International Stretton Green Distribution Centre Langford Way Warrington Cheshire WA4 4TQ GB 00-21-B9 (hex) Universal Devices Inc. 0021B9 (base 16) Universal Devices Inc. 5353 Yarmouth Ave. #209 Encino CA 91316 US 00-21-B3 (hex) Ross Controls 0021B3 (base 16) Ross Controls One Ross Way Lavonia GA 30553 US 00-21-B6 (hex) Triacta Power Technologies Inc. 0021B6 (base 16) Triacta Power Technologies Inc. Box 582, 7 Mill Street Almonte Ontario K0A 1A0 CA 00-22-17 (hex) Neat Electronics 002217 (base 16) Neat Electronics Varuvägen 2 Löddeköpinge Skåne SE-24642 SE 00-22-11 (hex) Rohati Systems 002211 (base 16) Rohati Systems 1192 Borregas Ave Sunnyvale CA 94089 US 00-21-CF (hex) The Crypto Group 0021CF (base 16) The Crypto Group Zugerstrasse 42 Steinhausen Zug 6312 CH 00-21-C5 (hex) 3DSP Corp 0021C5 (base 16) 3DSP Corp 16271 Laguna Canyon Road Irvine, CA 92618 US 00-22-12 (hex) CAI Networks, Inc. 002212 (base 16) CAI Networks, Inc. 4790 Irvine Blvd Irvine California 92620 US 00-22-0D (hex) Cisco Systems, Inc 00220D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-22-08 (hex) Certicom Corp 002208 (base 16) Certicom Corp 5520 Explorer Drive, 4th Floor Mississauga ON L4W 5L1 CA 00-21-EE (hex) Full Spectrum Inc. 0021EE (base 16) Full Spectrum Inc. 1149 Chestnut Street, Suite 100 Menlo Park California 94025 US 00-21-EC (hex) Solutronic GmbH 0021EC (base 16) Solutronic GmbH Kueferstrasse 18 Koengen 73257 DE 00-22-05 (hex) WeLink Solutions, Inc. 002205 (base 16) WeLink Solutions, Inc. 3F, No. 88, Sec. 1, Nei-Hu Rd. Taipei 114 TW 00-22-09 (hex) Omron Healthcare Co., Ltd 002209 (base 16) Omron Healthcare Co., Ltd 24 Yamanoshita-cho Yamanouchi Kyoto 6150084 JP 00-21-8C (hex) TopControl GMBH 00218C (base 16) TopControl GMBH Enzenbergweg 24/A Terlan (BZ) 39018 IT 00-21-8A (hex) Electronic Design and Manufacturing Company 00218A (base 16) Electronic Design and Manufacturing Company 31 Millrace Dr Lynchburg VA 24502 US 00-21-8B (hex) Wescon Technology, Inc. 00218B (base 16) Wescon Technology, Inc. 4655-170 Old Ironsides Drive Santa Clara California 95054 US 00-21-84 (hex) POWERSOFT SRL 002184 (base 16) POWERSOFT SRL VIA ENRICO CONTI, 5 SCANDICCI FI 50018 IT 00-21-78 (hex) Matuschek Messtechnik GmbH 002178 (base 16) Matuschek Messtechnik GmbH Werner Heisenberg Straße 14 Alsdorf NRW 52477 DE 00-21-73 (hex) Ion Torrent Systems, Inc. 002173 (base 16) Ion Torrent Systems, Inc. 37 Soundview Rd Guilford CT 06437 US 00-21-77 (hex) W. L. Gore & Associates 002177 (base 16) W. L. Gore & Associates 402 Vieves Way Elkton MD 21921 US 00-21-72 (hex) Seoultek Valley 002172 (base 16) Seoultek Valley Bang-i Dong 51-5, Songpa Seoul 138-050 KR 00-21-53 (hex) SeaMicro Inc. 002153 (base 16) SeaMicro Inc. 3250 Jay Street Santa Clara CA 95054 US 00-21-7A (hex) Sejin Electron, Inc. 00217A (base 16) Sejin Electron, Inc. SJ Technoville Seoul 153-801 KR 00-21-A4 (hex) Dbii Networks 0021A4 (base 16) Dbii Networks 2217 Via Blanca Oceanside CA 92054 US 00-21-99 (hex) Vacon Plc 002199 (base 16) Vacon Plc P.O.Box 25 Vaasa 65380 FI 00-21-A0 (hex) Cisco Systems, Inc 0021A0 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-21-98 (hex) Thai Radio Co, LTD 002198 (base 16) Thai Radio Co, LTD Hi-Tech Industrial Estate Ayutthaya 13160 TH 00-21-AE (hex) ALCATEL-LUCENT FRANCE - WTD 0021AE (base 16) ALCATEL-LUCENT FRANCE - WTD 7-9, Avenue Morane Saulnier VELIZY 78141 FR 00-21-AF (hex) Radio Frequency Systems 0021AF (base 16) Radio Frequency Systems Kabelkamp 20 Hannover 30179 DE 00-21-54 (hex) D-TACQ Solutions Ltd 002154 (base 16) D-TACQ Solutions Ltd James Watt Building East Kilbride Lanarkshire G75 0QD GB 00-21-69 (hex) Prologix, LLC. 002169 (base 16) Prologix, LLC. 17217 NE 133rd Place Redmond Washington 98052-2153 US 00-21-4B (hex) Shenzhen HAMP Science & Technology Co.,Ltd 00214B (base 16) Shenzhen HAMP Science & Technology Co.,Ltd No.302-303,3 Floor,District A,TCL Tower,Gaoxin Nan Yi Road,NanShan District Shenzhen Guangdong 518057 CN 00-21-45 (hex) Semptian Technologies Ltd. 002145 (base 16) Semptian Technologies Ltd. No. 809, Tower B, Shi Ji Ke Mao Beijing 100190 CN 00-1F-FE (hex) HPN Supply Chain 001FFE (base 16) HPN Supply Chain 8000 Foothills Blvd Roseville CA 95747 US 00-1F-FF (hex) Respironics, Inc. 001FFF (base 16) Respironics, Inc. 1740 Golden Mile Highway Monroeville PA 15146 US 00-1F-FC (hex) Riccius+Sohn GmbH 001FFC (base 16) Riccius+Sohn GmbH Haynauer Str. 49 Berlin 12249 DE 00-1F-FD (hex) Indigo Mobile Technologies Corp. 001FFD (base 16) Indigo Mobile Technologies Corp. 11F, No22, Lan407,TiDing Blvd Section2, Neihu Technology Park Taipei City 114 TW 00-21-21 (hex) VRmagic GmbH 002121 (base 16) VRmagic GmbH Augustaanlage 32 Mannheim BW 68165 DE 00-21-23 (hex) Aerosat Avionics 002123 (base 16) Aerosat Avionics 62 State Rd. Amherst NH 03031 US 00-21-0A (hex) byd:sign Corporation 00210A (base 16) byd:sign Corporation 2-10-6 Tsukiji Chuo-ku Tokyo 104-0045 JP 00-21-07 (hex) Seowonintech Co Ltd. 002107 (base 16) Seowonintech Co Ltd. 689-47 Geumjeongdong Gunposi Kyoungkido 436-862 KR 00-21-3E (hex) TomTom 00213E (base 16) TomTom Oosterdoksstraat 114 Amsterdam North Holland 1011 DK NL 00-21-3F (hex) A-Team Technology Ltd. 00213F (base 16) A-Team Technology Ltd. Rm. 1608, 16/F., Metropole Square, New Territories, HK 00-21-1B (hex) Cisco Systems, Inc 00211B (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-21-2D (hex) SCIMOLEX CORPORATION 00212D (base 16) SCIMOLEX CORPORATION 2430, Saijou, Showa-cho Nakakoma-gun, Yamanashi 409-3866 JP 00-1F-D5 (hex) MICRORISC s.r.o. 001FD5 (base 16) MICRORISC s.r.o. Delnicka 222 Jicin kralovehradecky kraj 50601 CZ 00-1F-B1 (hex) Cybertech Inc. 001FB1 (base 16) Cybertech Inc. 935 Horsham Rd Horsham PA 19044 US 00-1F-B2 (hex) Sontheim Industrie Elektronik GmbH 001FB2 (base 16) Sontheim Industrie Elektronik GmbH Dieselstrasse 7 Kempten Allgaeu Bavaria D-87437 DE 00-1F-EE (hex) ubisys technologies GmbH 001FEE (base 16) ubisys technologies GmbH Am Wehrhahn 45 Düsseldorf NRW 40211 DE 00-1F-EF (hex) SHINSEI INDUSTRIES CO.,LTD 001FEF (base 16) SHINSEI INDUSTRIES CO.,LTD 4-12-15,HORIFUNE, KITA-KU, TOKOYO 114-0004 JP 00-1F-EC (hex) Synapse Électronique 001FEC (base 16) Synapse Électronique 1010, 7e Avenue Grand-Mère Québec G9T 2B8 CA 00-1F-CA (hex) Cisco Systems, Inc 001FCA (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1F-C3 (hex) SmartSynch, Inc 001FC3 (base 16) SmartSynch, Inc 4400 Old Canton Rd Jackson MS 39211 US 00-1F-E0 (hex) EdgeVelocity Corp 001FE0 (base 16) EdgeVelocity Corp 68 Stiles Road Hudson NH 03079 US 00-1F-D8 (hex) A-TRUST COMPUTER CORPORATION 001FD8 (base 16) A-TRUST COMPUTER CORPORATION 3F., NO.361, FUSING 1ST RD., GUEISHAN TOWNSHIP, TAOYUAN 33375 TW 00-1F-D7 (hex) TELERAD SA 001FD7 (base 16) TELERAD SA 2, avenue de la butte aux cailles ANGLET 64600 FR 00-1F-D3 (hex) RIVA Networks Inc. 001FD3 (base 16) RIVA Networks Inc. 555 Riva Ave East Brunswick NJ 08816 US 00-1F-C1 (hex) Hanlong Technology Co.,LTD 001FC1 (base 16) Hanlong Technology Co.,LTD 2402 West Tower Building, Fuxin International Building, Nanjing Jiangsu 210002 CN 00-1F-BB (hex) Xenatech Co.,LTD 001FBB (base 16) Xenatech Co.,LTD 514-2 Ya Tab-Dong Bun Dang Gu Seong namsi Gyong gi-do 463-839 KR 00-1F-E8 (hex) KURUSUGAWA Electronics Industry Inc,. 001FE8 (base 16) KURUSUGAWA Electronics Industry Inc,. 2F, 52-5, Nogata 6chome Nakano-Ku TOKYO 165-0027 JP 00-1F-AB (hex) I.S HIGH TECH.INC 001FAB (base 16) I.S HIGH TECH.INC 603-1,Sungbon-ri,Daeso-myun Eumsung-gun Chungcheongbuk-do 369-823 KR 00-1F-AC (hex) Goodmill Systems Ltd 001FAC (base 16) Goodmill Systems Ltd Sinikalliontie 10 Espoo Uusimaa 02630 FI 00-1F-36 (hex) Bellwin Information Co. Ltd., 001F36 (base 16) Bellwin Information Co. Ltd., No.336, Beitun Rd., Beitun Dist., Taichung 406 TW 00-1F-3D (hex) Qbit GmbH 001F3D (base 16) Qbit GmbH Stegwiesenstrasse 32 Bruchsal Germany 76646 DE 00-1F-38 (hex) POSITRON 001F38 (base 16) POSITRON ESTRADA TELEBRAS-UNICAMP, KM0,97 - CJ.01 CAMPINAS São Paulo 13084-971 BR 00-1F-2D (hex) Electro-Optical Imaging, Inc. 001F2D (base 16) Electro-Optical Imaging, Inc. 4300 Fortune Place, Suite C West Melbourne FL 32904 US 00-1F-89 (hex) Signalion GmbH 001F89 (base 16) Signalion GmbH Sudhausweg 5 Dresden Saxony 01099 DE 00-1F-8A (hex) Ellion Digital Inc. 001F8A (base 16) Ellion Digital Inc. Suite 809, Sicox Tower, 513-14, Sangdaewon-dong, Jungwon-gu Sungnam-city Kyonggi-do 426-726 KR 00-1F-7F (hex) Phabrix Limited 001F7F (base 16) Phabrix Limited Blindmans Gate Cottage Newbury Hampshire RG20 9XB GB 00-1F-76 (hex) AirLogic Systems Inc. 001F76 (base 16) AirLogic Systems Inc. 3022 Peleke St.Suite 1 Lihu'e HI 96766 US 00-1F-73 (hex) Teraview Technology Co., Ltd. 001F73 (base 16) Teraview Technology Co., Ltd. 23F, No. 29-5, Sec. 2, Jhongjheng E. Road, Taipei County 251 TW 00-1F-62 (hex) JSC Stilsoft 001F62 (base 16) JSC Stilsoft Mayakovskogo 15 Stavropol 355000 RU 00-1F-67 (hex) Hitachi,Ltd. 001F67 (base 16) Hitachi,Ltd. Minamioi 6-27-18, Shinagawa-ku Tokyo Tokyo 140-8572 JP 00-1F-56 (hex) DIGITAL FORECAST 001F56 (base 16) DIGITAL FORECAST 5th Fl., 507, E&C Venture Dream Tower III, 197-33 Seoul Gyunggi-do 152-719 KR 00-1F-52 (hex) UVT Unternehmensberatung fur Verkehr und Technik GmbH 001F52 (base 16) UVT Unternehmensberatung fur Verkehr und Technik GmbH Josefsstraße 54-56 Mainz RLP 55118 DE 00-1F-4F (hex) Thinkware Co. Ltd. 001F4F (base 16) Thinkware Co. Ltd. 15FL, Hanmi Tower, 45, Seoul 138-724 KR 00-1F-2F (hex) Berker GmbH & Co. KG 001F2F (base 16) Berker GmbH & Co. KG Klagebach 38 Schalksmuehle NRW 58579 DE 00-1F-32 (hex) Nintendo Co., Ltd. 001F32 (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 00-1F-44 (hex) GE Transportation Systems 001F44 (base 16) GE Transportation Systems 2901 East Lake Road Erie PA 16501 US 00-1F-39 (hex) Construcciones y Auxiliar de Ferrocarriles, S.A. 001F39 (base 16) Construcciones y Auxiliar de Ferrocarriles, S.A. C/ J.M. Iturrioz, 26 Beasain Guipúzcoa E-20200 ES 00-1F-7C (hex) Witelcom AS 001F7C (base 16) Witelcom AS Verftsgt 10 Moss Ostfold 1511 NO 00-1F-7A (hex) WiWide Inc. 001F7A (base 16) WiWide Inc. 10B10, Hua Jie Plaza Beijing 100089 CN 00-1F-77 (hex) HEOL DESIGN 001F77 (base 16) HEOL DESIGN 1 bd d'armor LANNION BRETAGNE 22300 FR 00-1F-94 (hex) Lascar Electronics Ltd 001F94 (base 16) Lascar Electronics Ltd Module House Nr Salisbury Wiltshire SP5 2SJ GB 00-1F-8E (hex) Metris USA Inc. 001F8E (base 16) Metris USA Inc. 44880 Falcon Place ste 100 Sterling VA 20166 US 00-1F-61 (hex) Talent Communication Networks Inc. 001F61 (base 16) Talent Communication Networks Inc. Rm. 910 R&F Plaza, #76, Huangpu Ave. West, Guangzhou (Canton) Guangdong Province 510360 CN 00-1E-CE (hex) BISA Technologies (Hong Kong) Limited 001ECE (base 16) BISA Technologies (Hong Kong) Limited 1102, Trans Asia Centre, Kwai Chung, HK 00-1E-C8 (hex) Rapid Mobile (Pty) Ltd 001EC8 (base 16) Rapid Mobile (Pty) Ltd Building C,D,E Apex Corporate Park Pretoria Gauteng 0020 ZA 00-1E-CC (hex) CDVI 001ECC (base 16) CDVI 31 Avenue du Général Leclerc PANTIN Ile de France 93500 FR 00-1E-C5 (hex) Middle Atlantic Products Inc 001EC5 (base 16) Middle Atlantic Products Inc 300 Fairfield Road Fairfield NJ 07004 US 00-1F-03 (hex) NUM AG 001F03 (base 16) NUM AG Battenhusstrasse 16 Teufen AR 9053 CH 00-1E-FF (hex) Mueller-Elektronik GmbH & Co. KG 001EFF (base 16) Mueller-Elektronik GmbH & Co. KG Franz-Kleine-Str. 18 Salzkotten NRW 33154 DE 00-1F-05 (hex) iTAS Technology Corp. 001F05 (base 16) iTAS Technology Corp. No. 75, Shuiyuan St. Hsinchu City 30069 TW 00-1F-07 (hex) AZTEQ Mobile 001F07 (base 16) AZTEQ Mobile Suite 210, 525 University Ave Palo Alto CA 94301 US 00-1E-F6 (hex) Cisco Systems, Inc 001EF6 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1E-F9 (hex) Pascom Kommunikations systeme GmbH. 001EF9 (base 16) Pascom Kommunikations systeme GmbH. Technologiestr. 4 Arbing Upper Austria 4332 AT 00-1E-F3 (hex) From2 001EF3 (base 16) From2 2F, Mester inc Daejeon 306-230 KR 00-1F-19 (hex) BEN-RI ELECTRONICA S.A. 001F19 (base 16) BEN-RI ELECTRONICA S.A. POL. IND. VENTORRO DEL CANO ALCORCON MADRID 28925 ES 00-1F-11 (hex) OPENMOKO, INC. 001F11 (base 16) OPENMOKO, INC. 7F, No 300, Yang Guang Street Taipei 11491 TW 00-1E-E4 (hex) ACS Solutions France 001EE4 (base 16) ACS Solutions France Rue Claude Chappe Guilherand Granges Ardeche 07503 FR 00-1E-ED (hex) Adventiq Ltd. 001EED (base 16) Adventiq Ltd. Technology House Bar Hill Cambs. CB3 8SQ GB 00-1E-D2 (hex) Ray Shine Video Technology Inc 001ED2 (base 16) Ray Shine Video Technology Inc 6F,No.98,Sec.1,Xintai 5th Rd. Xizhi City Taipei County 221 TW 00-1E-D4 (hex) Doble Engineering 001ED4 (base 16) Doble Engineering 85 Walnut St Watertown MA 02472 US 00-1E-FD (hex) Microbit 2.0 AB 001EFD (base 16) Microbit 2.0 AB Nystaden 1 KALIX 95261 SE 00-1E-E7 (hex) Epic Systems Inc 001EE7 (base 16) Epic Systems Inc 390 S. Abbott Ave Milpitas CA 95035 US 00-1E-E9 (hex) Stoneridge Electronics AB 001EE9 (base 16) Stoneridge Electronics AB Gårdsfogdevägen 18A Bromma Stockholm 168 66 SE 00-1F-1C (hex) KOBISHI ELECTRIC Co.,Ltd. 001F1C (base 16) KOBISHI ELECTRIC Co.,Ltd. 1805-1 Kounosu-shi Saitama-ken 365-0027 JP 00-1E-79 (hex) Cisco Systems, Inc 001E79 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1E-76 (hex) Thermo Fisher Scientific 001E76 (base 16) Thermo Fisher Scientific 2215 Grand Avenue Parkway Austin Texas 78728 US 00-1E-72 (hex) PCS 001E72 (base 16) PCS 2 HENRI FARMAN LESCAR PYRENEES ATLANTIQUES 64230 FR 00-1E-5F (hex) KwikByte, LLC 001E5F (base 16) KwikByte, LLC 2430 W. 12th Street Tempe AZ 85281 US 00-1E-5B (hex) Unitron Company, Inc. 001E5B (base 16) Unitron Company, Inc. 10925 Miller Road Dallas TX 75238 US 00-1E-5E (hex) COmputime Ltd. 001E5E (base 16) COmputime Ltd. 17/F Great Eagle Centre Wanchai HK 00-1E-9D (hex) Recall Technologies, Inc. 001E9D (base 16) Recall Technologies, Inc. 130 Enterprise Ave. Palm Bay FL 32909 US 00-1E-95 (hex) SIGMALINK 001E95 (base 16) SIGMALINK DooSan VentureDigm 1028, Anyang-City Kyunggi-do 431-070 KR 00-1E-93 (hex) CiriTech Systems Inc 001E93 (base 16) CiriTech Systems Inc 920 Hillview Ct Milpitas CA 95035 US 00-1E-A2 (hex) Symx Systems, Inc. 001EA2 (base 16) Symx Systems, Inc. 6320 NW 84th Avenue Miami Florida 33166 US 00-1E-A9 (hex) Nintendo Co., Ltd. 001EA9 (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 00-1E-9E (hex) ddm hopt + schuler Gmbh + Co. KG 001E9E (base 16) ddm hopt + schuler Gmbh + Co. KG Koenigsberger Strasse 12 Rottweil Baden-Württemberg 78626 DE 00-1E-BE (hex) Cisco Systems, Inc 001EBE (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1E-C3 (hex) Kozio, Inc. 001EC3 (base 16) Kozio, Inc. 2015 Ionosphere Street Longmont CO 80504 US 00-1E-BD (hex) Cisco Systems, Inc 001EBD (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1E-B9 (hex) Sing Fai Technology Limited 001EB9 (base 16) Sing Fai Technology Limited No.700, Kaohsiung University Rd., Nan-Tzu Dist. Kaohsiung 811 TW 00-1E-B7 (hex) TBTech, Co., Ltd. 001EB7 (base 16) TBTech, Co., Ltd. 1109, Hyundai Krim, 1330-18, Seocho-dong, Seoul 137-070 KR 00-1E-69 (hex) Thomson Inc. 001E69 (base 16) Thomson Inc. 101 West 103rd Street Indianapolis IN 46290-1102 US 00-1E-92 (hex) JEULIN S.A. 001E92 (base 16) JEULIN S.A. ZI N°1 Evreux F27019 FR 00-1E-91 (hex) KIMIN Electronic Co., Ltd. 001E91 (base 16) KIMIN Electronic Co., Ltd. 293-4, Dongdan-Dong Gumi-city GyeongBuk 730-906 KR 00-1E-89 (hex) CRFS Limited 001E89 (base 16) CRFS Limited Building 7200 Waterbeach Cambridgeshire CB25 9TL GB 00-1E-86 (hex) MEL Co.,Ltd. 001E86 (base 16) MEL Co.,Ltd. Tsukagoshi 5-5-1,Warabi-shi,Saitama,Japna Warabi Saitama 335-0002 JP 00-1E-88 (hex) ANDOR SYSTEM SUPPORT CO., LTD. 001E88 (base 16) ANDOR SYSTEM SUPPORT CO., LTD. Minami-Shinagawa 2-15-8 Sinagawa Tokyo 140-0004 JP 00-1E-0C (hex) Sherwood Information Partners, Inc. 001E0C (base 16) Sherwood Information Partners, Inc. 1120 W, 122nd Ave, Ste 300 Westminster CO 80234 US 00-1E-02 (hex) Sougou Keikaku Kougyou Co.,Ltd. 001E02 (base 16) Sougou Keikaku Kougyou Co.,Ltd. HK2 bld. 2-21-10 Suginamiku Tokyo 167-0053 JP 00-1E-01 (hex) Renesas Technology Sales Co., Ltd. 001E01 (base 16) Renesas Technology Sales Co., Ltd. 2-6-2 Chiyoda-ku Tokyo 100-0004 JP 00-1D-FF (hex) Network Critical Solutions Ltd 001DFF (base 16) Network Critical Solutions Ltd 12B Southview Park Reading Berkshire RG45AF GB 00-1E-00 (hex) Shantou Institute of Ultrasonic Instruments 001E00 (base 16) Shantou Institute of Ultrasonic Instruments No.77, Jinsha Road, Shantou Guangdong 515041 CN 00-1E-54 (hex) TOYO ELECTRIC Corporation 001E54 (base 16) TOYO ELECTRIC Corporation 1-39 HIKISAWA KASUGAI AICHI 480-0393 JP 00-1E-3C (hex) Lyngbox Media AB 001E3C (base 16) Lyngbox Media AB Diskettgatan 11B Linkoping SE-58335 SE 00-1E-4D (hex) Welkin Sciences, LLC 001E4D (base 16) Welkin Sciences, LLC 102 S. Tejon St, Suite 200 Colorado Springs CO 80903 US 00-1E-4B (hex) City Theatrical 001E4B (base 16) City Theatrical 475 Barell Ave Carlstadt New Jersey 07072 US 00-1E-4A (hex) Cisco Systems, Inc 001E4A (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1E-13 (hex) Cisco Systems, Inc 001E13 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1E-0D (hex) Micran Ltd. 001E0D (base 16) Micran Ltd. Vershinina st. 47 Tomsk Tomsk Region 634034 RU 00-1E-09 (hex) ZEFATEK Co.,LTD 001E09 (base 16) ZEFATEK Co.,LTD 326-4 Gasandong, Geumcheongu Seoul 153-802 KR 00-1E-06 (hex) WIBRAIN 001E06 (base 16) WIBRAIN 306 JEI Plats B/D 459-11 Gasan-dong, Geumcheon-gu SEOUL 153-803 KR 00-1E-2C (hex) CyVerse Corporation 001E2C (base 16) CyVerse Corporation Shoutou Roukubankan Bldg. 4F Shibuya-ku Tokyo 150-0046 JP 00-1E-26 (hex) Digifriends Co. Ltd 001E26 (base 16) Digifriends Co. Ltd Joyang B/D 6th Floor Seoul 135-090 KR 00-1E-23 (hex) Electronic Educational Devices, Inc 001E23 (base 16) Electronic Educational Devices, Inc 1903 S Grant St Denver CO 80210 US 00-1D-F3 (hex) SBS Science & Technology Co., Ltd 001DF3 (base 16) SBS Science & Technology Co., Ltd W2-B5/6 High-tech industrial park ShenZhen GuangDong 518057 CN 00-1D-EE (hex) NEXTVISION SISTEMAS DIGITAIS DE TELEVISÃO LTDA. 001DEE (base 16) NEXTVISION SISTEMAS DIGITAIS DE TELEVISÃO LTDA. Alameda Rio Negro, 1030 - 19o. andar conj. 1904 Barueri São Paulo 06454-000 BR 00-1D-EA (hex) Commtest Instruments Ltd 001DEA (base 16) Commtest Instruments Ltd Level 2, 22 Moorhouse Ave Christchurch Canterbury 8243 NZ 00-1D-DD (hex) DAT H.K. LIMITED 001DDD (base 16) DAT H.K. LIMITED Suite 1405 14/F., City Plaza 4, Tai Koo Wan Rd, Tai Koo Shing Hong Kong Island 064828 HK 00-1D-E4 (hex) Visioneered Image Systems 001DE4 (base 16) Visioneered Image Systems 10561 Garden Grove Blvd Garden Grove California 92843 US 00-1D-E2 (hex) Radionor Communications 001DE2 (base 16) Radionor Communications Ingvald Ystgaards veg 23 Trondheim TRD 7046 NO 00-1D-D7 (hex) Algolith 001DD7 (base 16) Algolith 400 Isabey Saint-Laurent Qc H4T 1V3 CA 00-1D-C9 (hex) GainSpan Corp. 001DC9 (base 16) GainSpan Corp. P.O. Box 223580 Carmel CA 93922 US 00-1D-86 (hex) Shinwa Industries(China) Ltd. 001D86 (base 16) Shinwa Industries(China) Ltd. 8 Pingnanzhong Road, Pingnan Industrial Park, Zhongkai No.4 Road, Huizhou City Guangdong Province 516006 CN 00-1D-88 (hex) Clearwire 001D88 (base 16) Clearwire 1475 120th Ave NE Bellevue Washington 98005 US 00-1D-81 (hex) GUANGZHOU GATEWAY ELECTRONICS CO., LTD 001D81 (base 16) GUANGZHOU GATEWAY ELECTRONICS CO., LTD B20#,4F,No.9 Jiangong Road,Tianhe Software Park,Tianhe District, GUANGZHOU Guangdong 510665 CN 00-1D-7D (hex) GIGA-BYTE TECHNOLOGY CO.,LTD. 001D7D (base 16) GIGA-BYTE TECHNOLOGY CO.,LTD. Pin-Jen Taoyuan 324 TW 00-1D-C7 (hex) L-3 Communications Geneva Aerospace 001DC7 (base 16) L-3 Communications Geneva Aerospace 4240 International Parkway Carrollton Texas 75007 US 00-1D-89 (hex) VaultStor Corporation 001D89 (base 16) VaultStor Corporation 1010 Brioso Drive Costa Mesa CA 92627 US 00-1D-66 (hex) Hyundai Telecom 001D66 (base 16) Hyundai Telecom Hyundai Telecom Bldg., 4273-12, Shingil-Dong, Youngdungpo-Gu, Seoul 150-859 KR 00-1D-77 (hex) NSGate 001D77 (base 16) NSGate Rm 1304, 39 Kirpichnaya Street Moscow 105187 RU 00-1D-A2 (hex) Cisco Systems, Inc 001DA2 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1D-99 (hex) Cyan Optic, Inc. 001D99 (base 16) Cyan Optic, Inc. 1390 N. McDowell Blvd Petaluma CA 94954 US 00-1D-9B (hex) Hokuyo Automatic Co., Ltd. 001D9B (base 16) Hokuyo Automatic Co., Ltd. Niitaka 1-10-9 Osaka 532-0033 JP 00-1D-BC (hex) Nintendo Co., Ltd. 001DBC (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 00-1D-B6 (hex) BestComm Networks, Inc. 001DB6 (base 16) BestComm Networks, Inc. 4400 E. Broadway Blvd. Tucson AZ 85711 US 00-1D-AC (hex) Gigamon Systems LLC 001DAC (base 16) Gigamon Systems LLC 598 Gibraltar Drive Milpitas CA 95035 US 00-1D-15 (hex) Shenzhen Dolphin Electronic Co., Ltd 001D15 (base 16) Shenzhen Dolphin Electronic Co., Ltd Building21,Baoyuan, No.1 Industrial Zone, Shenzhen Guangdong 518103 CN 00-1D-16 (hex) SFR 001D16 (base 16) SFR 40/42 Quai du point du jour Boulongne Billancourt Hauts de Seine 92659 FR 00-1D-11 (hex) Analogue & Micro Ltd 001D11 (base 16) Analogue & Micro Ltd Lakeside House Llantarnam Industrial Park Cwmbran NP44 3XS GB 00-1D-12 (hex) ROHM CO., LTD. 001D12 (base 16) ROHM CO., LTD. 21 Saiin-Mizosaki-cho, Kyoto-shi KYOTO 615-8585 JP 00-1D-47 (hex) Covote GmbH & Co KG 001D47 (base 16) Covote GmbH & Co KG Ritterhufen 30 Berlin 14165 DE 00-1D-41 (hex) Hardy Instruments 001D41 (base 16) Hardy Instruments 3860 Calle Fortunada San Diego CA 92123 US 00-1D-3D (hex) Avidyne Corporation 001D3D (base 16) Avidyne Corporation 202 West Dr Melbourne FL 32904 US 00-1D-3C (hex) Muscle Corporation 001D3C (base 16) Muscle Corporation 2-5-35, Kikawa-higashi Osaka 532-0012 JP 00-1D-3A (hex) mh acoustics LLC 001D3A (base 16) mh acoustics LLC 25A Summit Ave Summit NJ 07901 US 00-1D-49 (hex) Innovation Wireless Inc. 001D49 (base 16) Innovation Wireless Inc. 4F-1, NO.81, SHUEILI RD. HSINCHU 30059 TW 00-1D-46 (hex) Cisco Systems, Inc 001D46 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1D-48 (hex) Sensor-Technik Wiedemann GmbH 001D48 (base 16) Sensor-Technik Wiedemann GmbH Am Bärenwald 6 Kaufbeuren Bayern 87600 DE 00-1D-76 (hex) Eyeheight Ltd. 001D76 (base 16) Eyeheight Ltd. Unit 34, Park House Watford Herts WD18 8PH GB 00-1D-7A (hex) Wideband Semiconductor, Inc. 001D7A (base 16) Wideband Semiconductor, Inc. 1350 Pear Ave Mountain View CA 94043 US 00-1D-68 (hex) Thomson Telecom Belgium 001D68 (base 16) Thomson Telecom Belgium Prins Boudewijnlaan 47 Edegem Antwerp B-2650 BE 00-1D-26 (hex) Rockridgesound Technology Co. 001D26 (base 16) Rockridgesound Technology Co. Fumin Industrial Park, Houjie Town Dong Guan Guang Dong 523956 CN 00-1D-35 (hex) Viconics Electronics Inc. 001D35 (base 16) Viconics Electronics Inc. 9245 Langelier Saint Leonard Quebec H1P3K9 CA 00-1D-31 (hex) HIGHPRO INTERNATIONAL R&D CO,.LTD. 001D31 (base 16) HIGHPRO INTERNATIONAL R&D CO,.LTD. 3F,No.295,RuiGuang Rd,Nei Hu, Taipei 114 TW 00-1D-61 (hex) BIJ Corporation 001D61 (base 16) BIJ Corporation 7F Takamizawa Building,2-7-10, Yokohama Kanagawa 220-0004 JP 00-1D-5C (hex) Tom Communication Industrial Co.,Ltd. 001D5C (base 16) Tom Communication Industrial Co.,Ltd. 1173 Nippa-choh Kohoku-ku Yokohama Kanagawa 223-0057 JP 00-1D-56 (hex) Kramer Electronics Ltd. 001D56 (base 16) Kramer Electronics Ltd. 3 Am VeOlamo Street Jerusalem 95463 IL 00-1D-4E (hex) TCM Mobile LLC 001D4E (base 16) TCM Mobile LLC 9218 Metcalf, Overland Park Kansas 66212 US 00-1D-21 (hex) Alcad SL 001D21 (base 16) Alcad SL Pol. Ind. Arreche-Ugalde, 1 Irún Guipúzcoa E-20305 ES 00-1D-1C (hex) Gennet s.a. 001D1C (base 16) Gennet s.a. 2 Mesogeion ave. Athens Attiki 11527 GR 00-1C-E1 (hex) INDRA SISTEMAS, S.A. 001CE1 (base 16) INDRA SISTEMAS, S.A. Ctra. de Loeches, n.º 9 Torrejón de Ardoz MADRID 28850 ES 00-1C-E0 (hex) DASAN TPS 001CE0 (base 16) DASAN TPS HUMAX Village 6F, 11-4 Sunae-dong, Bundang-gu Seongnam-si Gyeonggi-do 463-825 KR 00-1C-D9 (hex) GlobalTop Technology Inc. 001CD9 (base 16) GlobalTop Technology Inc. 16 Nan-ke 9th Rd. Science-base Industrial Park, ShanHua Tainan county 741 TW 00-1C-DA (hex) Exegin Technologies Limited 001CDA (base 16) Exegin Technologies Limited 401 - 2071 Kingsway Avenue Port Coquitlam BC V3C 6N2 CA 00-1C-D2 (hex) King Champion (Hong Kong) Limited 001CD2 (base 16) King Champion (Hong Kong) Limited Unit 1520, 15/F, Phase 1, Metro Centre, Kowloon HK 00-1C-A6 (hex) Win4NET 001CA6 (base 16) Win4NET 1301 KOLON Digital Tower, Kuro-gu Seoul 152-848 KR 00-1C-A9 (hex) Audiomatica Srl 001CA9 (base 16) Audiomatica Srl Via Manfredi 12 Florence Italy 50136 IT 00-1C-A1 (hex) AKAMAI TECHNOLOGIES, INC. 001CA1 (base 16) AKAMAI TECHNOLOGIES, INC. 8 CAMBRIDGE CENTER CAMBRIDGE MA 02142 US 00-1C-99 (hex) Shunra Software Ltd. 001C99 (base 16) Shunra Software Ltd. 20 Hata'as St. Kefar-Saba 44425 IL 00-1C-F9 (hex) Cisco Systems, Inc 001CF9 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1C-F1 (hex) SUPoX Technology Co. , LTD. 001CF1 (base 16) SUPoX Technology Co. , LTD. 7F, 419 , Chung San Rd. , Sec 2 Chung Ho Taipei Hsien 235 TW 00-1C-CE (hex) By Techdesign 001CCE (base 16) By Techdesign C/ Tomas Edison 5 Arganda del Rey Madrid 28500 ES 00-1C-F3 (hex) EVS BROADCAST EQUIPMENT 001CF3 (base 16) EVS BROADCAST EQUIPMENT Liege Science Park Ougree Liege 4102 BE 00-1C-F4 (hex) Media Technology Systems Inc 001CF4 (base 16) Media Technology Systems Inc 766 Lakefield Road Westlake Village CA 91377 US 00-1C-E6 (hex) INNES 001CE6 (base 16) INNES 80 avenue des Buttes de Coësmes RENNES 35700 FR 00-1C-B9 (hex) KWANG SUNG ELECTRONICS CO., LTD. 001CB9 (base 16) KWANG SUNG ELECTRONICS CO., LTD. 201, WORLD VENTURE TOWN 60-24, GASAN-DONG GEUMCHUN-GU, SEOUL 153-801 KR 00-1D-03 (hex) Design Solutions Inc. 001D03 (base 16) Design Solutions Inc. 81 David Love Place Goleta Ca 93117 US 00-1C-A3 (hex) Terra 001CA3 (base 16) Terra Draugystes str. 22 Kaunas LT-51256 LT 00-1C-90 (hex) Empacket Corporation 001C90 (base 16) Empacket Corporation 2-6-3 Nishi-Gotanda Shinagawa Tokyo 141-0031 JP 00-1C-8E (hex) Alcatel-Lucent IPD 001C8E (base 16) Alcatel-Lucent IPD 701 E. Middlefield Rd. Mountain View CA 94043 US 00-1C-8F (hex) Advanced Electronic Design, Inc. 001C8F (base 16) Advanced Electronic Design, Inc. 344 John L Dietsch Blvd., Unit #2 North Attleboro MA 02763 US 00-1C-88 (hex) TRANSYSTEM INC. 001C88 (base 16) TRANSYSTEM INC. No. 1-2, Li-Hsin Rd 1, Science-Based Industrial Park Hsinchu 300 TW 00-1C-86 (hex) Cranite Systems, Inc. 001C86 (base 16) Cranite Systems, Inc. 121 Albright Way Los Gatos CA 95032 US 00-1C-4F (hex) MACAB AB 001C4F (base 16) MACAB AB Vannhögsgatan 7 Trelleborg 23166 SE 00-1C-4E (hex) TASA International Limited 001C4E (base 16) TASA International Limited 5F£¬Building2£¬No.1295 ,Xin Jinqiao Road, Shanghai 201206 CN 00-1C-4B (hex) Gener8, Inc. 001C4B (base 16) Gener8, Inc. 897 Independence Ave Mountain View CA 94043 US 00-1C-9B (hex) FEIG ELECTRONIC GmbH 001C9B (base 16) FEIG ELECTRONIC GmbH Lange Straße 4 Weilburg Hessen 35781 DE 00-1C-95 (hex) Opticomm Corporation 001C95 (base 16) Opticomm Corporation 6827 Nancy Ridge Dr San Diego CA 92121 US 00-1C-97 (hex) Enzytek Technology Inc., 001C97 (base 16) Enzytek Technology Inc., 7F, No.35, Hsueh Fu Rd., Hsinchu 300, TW 00-1C-70 (hex) NOVACOMM LTDA 001C70 (base 16) NOVACOMM LTDA RUA BEIJUI, 70 São Paulo 04689-000 BR 00-1C-6E (hex) Newbury Networks, Inc. 001C6E (base 16) Newbury Networks, Inc. 419 Boylston Street Boston MA 02116 US 00-1C-6B (hex) COVAX Co. Ltd 001C6B (base 16) COVAX Co. Ltd 3-27-22 kitahanada-cho kitaku sakai-shi oosaka 591-8002 JP 00-1C-69 (hex) Packet Vision Ltd 001C69 (base 16) Packet Vision Ltd SC House Maidenhead Berks SL6 4UB GB 00-1C-3D (hex) WaveStorm 001C3D (base 16) WaveStorm Rue d'Oradour-sur-Glâne Paris ÃŽle-de-France 75015 FR 00-1C-7F (hex) Check Point Software Technologies 001C7F (base 16) Check Point Software Technologies 3A Jabotinsky St. Ramat Gan 52520 IL 00-1C-78 (hex) WYPLAY SAS 001C78 (base 16) WYPLAY SAS 200 avenue de Provence ALLAUCH BdR 13190 FR 00-1C-58 (hex) Cisco Systems, Inc 001C58 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1C-5A (hex) Advanced Relay Corporation 001C5A (base 16) Advanced Relay Corporation 1896 Columbia St Eugene OR 97403 US 00-1C-65 (hex) JoeScan, Inc. 001C65 (base 16) JoeScan, Inc. 4510 NE 68th Dr, Ste. 124 Vancouver WA 98661 US 00-1C-5F (hex) Winland Electronics, Inc. 001C5F (base 16) Winland Electronics, Inc. 1950 Excel Drive Mankato MN 56001 US 00-1C-40 (hex) VDG-Security bv 001C40 (base 16) VDG-Security bv Radonstraat 10-14 Zoetermeer ZH 2718 TA NL 00-1C-3A (hex) Element Labs, Inc. 001C3A (base 16) Element Labs, Inc. 3350 Scott Boulevard Santa Clara CA 95054 US 00-1C-18 (hex) Sicert S.r.L. 001C18 (base 16) Sicert S.r.L. Via Bernardino Alimena, 128 Rome 00173 IT 00-1C-1A (hex) Thomas Instrumentation, Inc 001C1A (base 16) Thomas Instrumentation, Inc 133 Landing Rd Cape May Court House NJ 08210 US 00-1C-0E (hex) Cisco Systems, Inc 001C0E (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1C-13 (hex) OPTSYS TECHNOLOGY CO., LTD. 001C13 (base 16) OPTSYS TECHNOLOGY CO., LTD. SUITE B-802 BUNDANG TECHNO PARK SEONGNAM-SI GYEONGGI-DO 463-760 KR 00-1C-0B (hex) SmartAnt Telecom 001C0B (base 16) SmartAnt Telecom 2F, No. 669, Sec. 4, Chung Hsing Rd., Chutung Hsinchu 310 TW 00-1B-D0 (hex) IDENTEC SOLUTIONS 001BD0 (base 16) IDENTEC SOLUTIONS Hertzstraße 10 Weinheim 69469 DE 00-1B-CD (hex) DAVISCOMMS (S) PTE LTD 001BCD (base 16) DAVISCOMMS (S) PTE LTD Blk 70 Ubi Crescent #01-07 408570 SG 00-1B-CA (hex) Beijing Run Technology LTD. Company 001BCA (base 16) Beijing Run Technology LTD. Company 4/F, Hangtian Technology Building Beijing 100037 CN 00-1B-CC (hex) KINGTEK CCTV ALLIANCE CO., LTD. 001BCC (base 16) KINGTEK CCTV ALLIANCE CO., LTD. 5F-3, NO. 106, SEC. 3, HSIN YI ROAD TAIPEI 106 TW 00-1B-F4 (hex) KENWIN INDUSTRIAL(HK) LTD. 001BF4 (base 16) KENWIN INDUSTRIAL(HK) LTD. RM.1512 15/F SHATIN GALLERIA HK 00-1B-F9 (hex) Intellitect Water Ltd 001BF9 (base 16) Intellitect Water Ltd Suite 19, Basepoint Business Centre Christchurch Dorset BH23 ^NW GB 00-1B-FA (hex) G.i.N. mbH 001BFA (base 16) G.i.N. mbH Raiffeisenstraße 15 Griesheim Hessen 64347 DE 00-1B-F3 (hex) TRANSRADIO SenderSysteme Berlin AG 001BF3 (base 16) TRANSRADIO SenderSysteme Berlin AG Mertensstrasse 63 Berlin 13587 DE 00-1C-21 (hex) Nucsafe Inc. 001C21 (base 16) Nucsafe Inc. 601 Oak Ridge Turnpike Oak Ridge Tennessee 37830 US 00-1C-1E (hex) emtrion GmbH 001C1E (base 16) emtrion GmbH Alter Schlachthof 45 Karlsruhe Baden Wuerttemberg 76131 DE 00-1B-DE (hex) Renkus-Heinz, Inc. 001BDE (base 16) Renkus-Heinz, Inc. 19201 Cook St. Foothill Ranch CA 92610 US 00-1B-DB (hex) Valeo VECS 001BDB (base 16) Valeo VECS 2 Avenue Fernand Pouillon CRETEIL Ile de France 94042 FR 00-1B-D8 (hex) FLIR Systems Inc 001BD8 (base 16) FLIR Systems Inc 65 Challenger Road Ridgefield Park NJ 07660-2103 US 00-1B-D4 (hex) Cisco Systems, Inc 001BD4 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1C-2D (hex) FlexRadio Systems 001C2D (base 16) FlexRadio Systems 8900 Marybank Dr. Austin TX 78750 US 00-1C-2C (hex) Synapse 001C2C (base 16) Synapse 132 Export Circle Huntsville AL 35806 US 00-1C-08 (hex) Echo360, Inc. 001C08 (base 16) Echo360, Inc. 11955 Freedom Drive Reston VA 20190 US 00-1B-C8 (hex) MIURA CO.,LTD 001BC8 (base 16) MIURA CO.,LTD 620-1,Nakanishisoto Matsuyama Ehime 799-2425 JP 00-1B-C1 (hex) HOLUX Technology, Inc. 001BC1 (base 16) HOLUX Technology, Inc. 1F, No. 30, R&D Rd. II, Hsinchu 300 TW 00-1B-BC (hex) Silver Peak Systems, Inc. 001BBC (base 16) Silver Peak Systems, Inc. 471 El Camino Real Santa Clara CA 95050 US 00-1B-73 (hex) DTL Broadcast Ltd 001B73 (base 16) DTL Broadcast Ltd Johnson's Estate HAYES Middlesex UB3 3BA GB 00-1B-71 (hex) Telular Corp. 001B71 (base 16) Telular Corp. 311 South Wacker Drive Chicago IL 60606 US 00-1B-97 (hex) Violin Technologies 001B97 (base 16) Violin Technologies 33 Wood Ave South Iselin NJ 08830 US 00-1B-A8 (hex) UBI&MOBI,.Inc 001BA8 (base 16) UBI&MOBI,.Inc 3F, Duido Bldg, #288-5, Yangjae-Dong Seocho-Gu Seoul 137-130 KR 00-1B-81 (hex) DATAQ Instruments, Inc. 001B81 (base 16) DATAQ Instruments, Inc. 241 Springside Drive Akron Ohio 44333 US 00-1B-7D (hex) CXR Anderson Jacobson 001B7D (base 16) CXR Anderson Jacobson Rue de l'ornette Abondant 28410 FR 00-1B-79 (hex) FAIVELEY TRANSPORT 001B79 (base 16) FAIVELEY TRANSPORT ZI du bois de plante LA VILLE AUX DAMES 37700 FR 00-1B-65 (hex) China Gridcom Co., Ltd 001B65 (base 16) China Gridcom Co., Ltd 21/F, Huaneng Building, No. 2068 Shennan Main Road Shenzhen Guangdong 0086 CN 00-1B-88 (hex) Divinet Access Technologies Ltd 001B88 (base 16) Divinet Access Technologies Ltd 4th Floor, Media Center, Pune Maharashtra 411007 IN 00-1B-83 (hex) Finsoft Ltd 001B83 (base 16) Finsoft Ltd 16-18 Hatton Garden London EC1N 8AT GB 00-1B-AB (hex) Telchemy, Incorporated 001BAB (base 16) Telchemy, Incorporated 2905 Premiere Parkway Duluth GA 30097 US 00-1B-AE (hex) Micro Control Systems, Inc 001BAE (base 16) Micro Control Systems, Inc 5580 Enterprise Parkway Fort Myers Florida 33905 US 00-1B-A0 (hex) Awox 001BA0 (base 16) Awox 93, Place Pierre Duhem, Montpellier Herault 34000 FR 00-1B-51 (hex) Vector Technology Corp. 001B51 (base 16) Vector Technology Corp. No.7, Lane12, Yajou Road. Tucheng Taipei 236 TW 00-1B-54 (hex) Cisco Systems, Inc 001B54 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1B-4A (hex) W&W Communications, Inc. 001B4A (base 16) W&W Communications, Inc. 2903 Bunker Hill Lane Santa Clara CA 95054 US 00-1A-FA (hex) Welch Allyn, Inc. 001AFA (base 16) Welch Allyn, Inc. 4619 Jordan Road Skaneateles Falls NY 13153-0187 US 00-1A-F7 (hex) dataschalt e+a GmbH 001AF7 (base 16) dataschalt e+a GmbH An der Hülshorst 7-9 Lübeck 23568 DE 00-1A-F3 (hex) Samyoung Electronics 001AF3 (base 16) Samyoung Electronics 146-1, sangdaewon-dong, joongwon-gu sungnam-shi Gyunggi-do 462-807 KR 00-1A-EF (hex) Loopcomm Technology, Inc. 001AEF (base 16) Loopcomm Technology, Inc. 18F-1, No. 150, Jian Yi Rd., Chung-Ho City Taipei Hsien 235 TW 00-1A-EC (hex) Keumbee Electronics Co.,Ltd. 001AEC (base 16) Keumbee Electronics Co.,Ltd. 3-26, Jangsang-dong, Sangrok-gu Ansan-si Kyungki-do 426-410 KR 00-1B-44 (hex) SanDisk Corporation 001B44 (base 16) SanDisk Corporation 601 McCarthy Boulevard Milpitas CA 95035 US 00-1B-46 (hex) Blueone Technology Co.,Ltd 001B46 (base 16) Blueone Technology Co.,Ltd Room 309,3 Floor, 404 Building, ShangBu industrial Shenzhen Guangdong 518028 CN 00-1B-40 (hex) Network Automation mxc AB 001B40 (base 16) Network Automation mxc AB Box 7294 Stockholm 10390 SE 00-1B-42 (hex) Wise & Blue 001B42 (base 16) Wise & Blue #715-3 Anyang Megavalley Anyang-Si Gyunggi-Do 431-767 KR 00-1B-35 (hex) ChongQing JINOU Science & Technology Development CO.,Ltd 001B35 (base 16) ChongQing JINOU Science & Technology Development CO.,Ltd Chuangyeyuan 208# Keyuan 3rd Road 106# Chongqing 400030 CN 00-1B-36 (hex) Tsubata Engineering Co.,Ltd. (Head Office) 001B36 (base 16) Tsubata Engineering Co.,Ltd. (Head Office) Koyanagi 1-2 Ibaraki Osaka 567-0852 JP 00-1B-39 (hex) Proxicast 001B39 (base 16) Proxicast 312 Sunnyfield Drive Glenshaw PA 15116 US 00-1B-3B (hex) Yi-Qing CO., LTD 001B3B (base 16) Yi-Qing CO., LTD 310 ROOM,12F TAIPEI 100 TW 00-1B-20 (hex) TPine Technology 001B20 (base 16) TPine Technology 3F, No.1, AN-I Rd, Keelung 111 TW 00-1B-22 (hex) Palit Microsystems ( H.K.) Ltd. 001B22 (base 16) Palit Microsystems ( H.K.) Ltd. Room 4-6,11F,Nan Fung Commercial Center Kowloon 111 HK 00-1B-1C (hex) Coherent 001B1C (base 16) Coherent 1280 Blues Hills Ave. Bloomfield CT 06002 US 00-1B-19 (hex) IEEE I&M Society TC9 001B19 (base 16) IEEE I&M Society TC9 100 Bureau Dr., Mail Stop 8220 Gaithersburg MD 20899-8220 US 00-1B-64 (hex) IsaacLandKorea Co., Ltd, 001B64 (base 16) IsaacLandKorea Co., Ltd, Rm 608, Hangang-Hyundai-Hyel Bldg. 2-36, Seoul 140-871 KR 00-1B-26 (hex) RON-Telecom ZAO 001B26 (base 16) RON-Telecom ZAO 15 A, Zarechnaya st. Trehgorny Chelyabinsk region 456080 RU 00-1B-13 (hex) Icron Technologies Corporation 001B13 (base 16) Icron Technologies Corporation 221 - 4664 Lougheed Highway Burnaby BC V5C 5T5 CA 00-1B-0F (hex) Petratec 001B0F (base 16) Petratec 12 Derech HaSharon Kfar Saba Sharon 44271 IL 00-1A-A9 (hex) FUJIAN STAR-NET COMMUNICATION CO.,LTD 001AA9 (base 16) FUJIAN STAR-NET COMMUNICATION CO.,LTD 19-22# Building, Star-net Science Plaza, Juyuanzhou, FUZHOU FUJIAN 350002 CN 00-1A-A8 (hex) Mamiya Digital Imaging Co., Ltd. 001AA8 (base 16) Mamiya Digital Imaging Co., Ltd. 2-2, 1-chome, Koraku Bunkyo-ku Tokyo 112-0004 JP 00-1A-99 (hex) Smarty (HZ) Information Electronics Co., Ltd 001A99 (base 16) Smarty (HZ) Information Electronics Co., Ltd Yonghua Industrial District,Huishen Road,Zhenlong Town HuiZhou GuangDong 516227 CN 00-1A-A6 (hex) Telefunken Radio Communication Systems GmbH &CO.KG 001AA6 (base 16) Telefunken Radio Communication Systems GmbH &CO.KG Eberhard-Finckh-Strasse 55 Ulm Baden-Wurttemberg 89075 DE 00-1A-96 (hex) ECLER S.A. 001A96 (base 16) ECLER S.A. Motors 166-168 Barcelona 08038 ES 00-1A-91 (hex) FusionDynamic Ltd. 001A91 (base 16) FusionDynamic Ltd. 1 B.S.R. towers, 4-th floor Ramat Gan 52573 IL 00-1A-8C (hex) Sophos Ltd 001A8C (base 16) Sophos Ltd The Pentagon Abingdon Oxfordshire OX14 3YP GB 00-1A-B3 (hex) VISIONITE INC. 001AB3 (base 16) VISIONITE INC. #707 Daeryung Technotown-2 569-21 Seoul 153-771 KR 00-1A-CA (hex) Tilera Corporation 001ACA (base 16) Tilera Corporation 1900 West Park Drive Westborough MA 01581 US 00-1A-84 (hex) V One Multimedia Pte Ltd 001A84 (base 16) V One Multimedia Pte Ltd Blk 54, Kallang Bahru 339336 SG 00-1A-B9 (hex) PMC 001AB9 (base 16) PMC 56, avenue Raspail Saint Maur 94100 FR 00-1A-BA (hex) Caton Overseas Limited 001ABA (base 16) Caton Overseas Limited Room 102, No. 101, Lane 91 Shanghai 200127 CN 00-1A-D1 (hex) FARGO CO., LTD. 001AD1 (base 16) FARGO CO., LTD. 4F. KYEMYUNG B/D SEOUL 135 885 KR 00-1A-3A (hex) Dongahelecomm 001A3A (base 16) Dongahelecomm 678-3,Jeil-ri,Yanggi-myun,Cheoin-gu Yongin-si Gyeonggi-do 449-821 KR 00-1A-3B (hex) Doah Elecom Inc. 001A3B (base 16) Doah Elecom Inc. 8th fl. Century Plaza, 277-40 Seoul 133-123 KR 00-1A-3C (hex) Technowave Ltd. 001A3C (base 16) Technowave Ltd. Sakurai Bldg.1F, Musashino-shi Tokyo 180-0006 JP 00-1A-40 (hex) A-FOUR TECH CO., LTD. 001A40 (base 16) A-FOUR TECH CO., LTD. 6F, No. 108, Min-Chuan Rd., Hsin-Tien Taipei 23141 TW 00-1A-30 (hex) Cisco Systems, Inc 001A30 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1A-7B (hex) Teleco, Inc. 001A7B (base 16) Teleco, Inc. 430 Woodruff Rd. Greenville SC 29607 US 00-1A-36 (hex) Aipermon GmbH & Co. KG 001A36 (base 16) Aipermon GmbH & Co. KG Zamdorfer Str. 100 Munich Bavaria D-81677 DE 00-1A-26 (hex) Deltanode Solutions AB 001A26 (base 16) Deltanode Solutions AB Box 92 184 Stockholm 120 09 SE 00-1A-6D (hex) Cisco Systems, Inc 001A6D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1A-6E (hex) Impro Technologies 001A6E (base 16) Impro Technologies 47B Gillits Rd Pinetown KwaZulu-Natal 3610 ZA 00-1A-6C (hex) Cisco Systems, Inc 001A6C (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1A-4A (hex) Qumranet Inc. 001A4A (base 16) Qumranet Inc. 530 Lakeside Drive Sunnyvale California 94085 US 00-1A-3E (hex) Faster Technology LLC 001A3E (base 16) Faster Technology LLC 1812 Avenue D Katy Texas 77493 US 00-1A-63 (hex) Elster Solutions, LLC, 001A63 (base 16) Elster Solutions, LLC, 208 South Rogers Lane Raleigh NC 27610 US 00-1A-59 (hex) Ircona 001A59 (base 16) Ircona Unit 4B-1, Corporate Park Blanchardstown Dublin 15 IE 00-1A-46 (hex) Digital Multimedia Technology Co., Ltd 001A46 (base 16) Digital Multimedia Technology Co., Ltd Doorim Bldg, 3rd Fl, 164-21 Poi-Dong, Seoul Kangnam-Gu 135-960 KR 00-1A-25 (hex) DELTA DORE 001A25 (base 16) DELTA DORE BONNEMAIN COMBOURG BRETAGNE 35 35270 FR 00-19-FE (hex) SHENZHEN SEECOMM TECHNOLOGY CO.,LTD. 0019FE (base 16) SHENZHEN SEECOMM TECHNOLOGY CO.,LTD. Room 609,404Yannan Road ShenZhen Guangdong CN 00-19-FD (hex) Nintendo Co., Ltd. 0019FD (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 00-1A-0D (hex) HandHeld entertainment, Inc. 001A0D (base 16) HandHeld entertainment, Inc. 539 Bryant Street, Suite 403 San Francisco CA 94103 US 00-1A-0E (hex) Cheng Uei Precision Industry Co.,Ltd 001A0E (base 16) Cheng Uei Precision Industry Co.,Ltd Junda Industry District, Dongkeng Town,Dongguan City DongGuan Guang Dong 523455 CN 00-19-CD (hex) Chengdu ethercom information technology Ltd. 0019CD (base 16) Chengdu ethercom information technology Ltd. South Extension of Tianfu Wide Road No.7 department room 201 Chengdu Sichuan 610041 CN 00-19-D9 (hex) Zeutschel GmbH 0019D9 (base 16) Zeutschel GmbH Heerweg 2 Tübingen-Hirschau BW D-72070 DE 00-1A-01 (hex) Smiths Medical 001A01 (base 16) Smiths Medical 4350 Rivergreen Parkway Duluth GA 30096 US 00-19-CA (hex) Broadata Communications, Inc 0019CA (base 16) Broadata Communications, Inc 2545 W 237th St Ste K Torrance CA 90505 US 00-19-D3 (hex) TRAK Microwave 0019D3 (base 16) TRAK Microwave 4726 Eisenhower Blvd Tampa FL 33634 US 00-19-C3 (hex) Qualitrol 0019C3 (base 16) Qualitrol Wildflower Way Belfast Co. Antrim BT12 6TA GB 00-19-BE (hex) Altai Technologies Limited 0019BE (base 16) Altai Technologies Limited 2/F, East Wing, Lakeside 2, 10 Science Park West Avenue, Shatin New Territories HK 00-19-B4 (hex) Intellio Ltd 0019B4 (base 16) Intellio Ltd Gyarmat u. 99/B Budapest 1147 HU 00-19-BA (hex) Paradox Security Systems Ltd 0019BA (base 16) Paradox Security Systems Ltd 780 Industrial Blvd St-Eustache Quebec J7R 5V3 CA 00-19-A1 (hex) LG INFORMATION & COMM. 0019A1 (base 16) LG INFORMATION & COMM. 60-39,Kasan-dong,Kumchon-ku Seoul 153-023 KR 00-19-A8 (hex) WiQuest Communications 0019A8 (base 16) WiQuest Communications 915 Enterprise Blvd. Allen Texas 75013 US 00-19-ED (hex) Axesstel Inc. 0019ED (base 16) Axesstel Inc. 6815 Flanders Sr. San Diego CA 92121 US 00-19-F6 (hex) Acconet (PTE) Ltd 0019F6 (base 16) Acconet (PTE) Ltd No. 16 Ayer Rajah Crescent Singapore 139965 SG 00-1A-15 (hex) gemalto e-Payment 001A15 (base 16) gemalto e-Payment 6 rue de la Verrerie Meudon 92197 FR 00-19-68 (hex) Digital Video Networks(Shanghai) CO. LTD. 001968 (base 16) Digital Video Networks(Shanghai) CO. LTD. 9th Floor,Hechuan Building, No.1026 YiShan Rd Shanghai 201103 CN 00-19-7F (hex) PLANTRONICS, INC. 00197F (base 16) PLANTRONICS, INC. 345 ENCINAL STREET SANTA CRUZ CA 95060 US 00-19-7A (hex) MAZeT GmbH 00197A (base 16) MAZeT GmbH Goeschwitzer Str. 32 Jena D-07745 DE 00-19-78 (hex) Datum Systems, Inc. 001978 (base 16) Datum Systems, Inc. 3666 Tiffani Ct. Santa Cruz CA 95065 US 00-19-89 (hex) Sonitrol Corporation 001989 (base 16) Sonitrol Corporation 1707 Orlando Central Pkwy. Orlando FL 32809 US 00-19-8E (hex) Oticon A/S 00198E (base 16) Oticon A/S Kongebakken 9 Smørum 2765 DK 00-19-80 (hex) Gridpoint Systems 001980 (base 16) Gridpoint Systems 4043 Carling Avenue, Suite 200 Ottawa Ontario K2K 2A3 CA 00-19-83 (hex) CCT R&D Limited 001983 (base 16) CCT R&D Limited 18/F CCT Telecom Building Fotan, Shatin N.T. 000 HK 00-19-4C (hex) Fujian Stelcom information & Technology CO.,Ltd 00194C (base 16) Fujian Stelcom information & Technology CO.,Ltd 4F,Building A,Start Science Park, No.68,Hongshanyuan Rd Fuzhou Fujian 350002 CN 00-19-4A (hex) TESTO AG 00194A (base 16) TESTO AG Testo Straße 1 Lenzkirch Baden-Württemberg 79853 DE 00-19-8A (hex) Northrop Grumman Systems Corp. 00198A (base 16) Northrop Grumman Systems Corp. 7055 Troy Hill Drive Elkridge Maryland 21075 US 00-19-60 (hex) DoCoMo Systems, Inc. 001960 (base 16) DoCoMo Systems, Inc. Meguro Techno Bldg. 2nd Floor Shinagawa-ku Tokyo 141-0031 JP 00-19-5A (hex) Jenaer Antriebstechnik GmbH 00195A (base 16) Jenaer Antriebstechnik GmbH Buchaer Strasse 1 Jena Thueringen 07745 DE 00-19-6D (hex) Raybit Systems Korea, Inc 00196D (base 16) Raybit Systems Korea, Inc Dream Tower 1221 Seoul 158-718 KR 00-19-70 (hex) Z-Com, Inc. 001970 (base 16) Z-Com, Inc. 7F-2, NO.9, PROSPERITY 1ST RD. HSINCHU 300 TW 00-19-50 (hex) Harman Multimedia 001950 (base 16) Harman Multimedia 8400 Balboa Blvd. Northridge CA 91329 US 00-18-EE (hex) Videology Imaging Solutions, Inc. 0018EE (base 16) Videology Imaging Solutions, Inc. 37 M Lark Industrial Parkway Greenville RI 02828-3001 US 00-18-EB (hex) Blue Zen Enterprises Private Limited 0018EB (base 16) Blue Zen Enterprises Private Limited No 2&3 (First Floor) Kurban Ali Street Chennai Tamil Nadu 600002 IN 00-19-24 (hex) LBNL Engineering 001924 (base 16) LBNL Engineering 1 Cyclotron Rd. Berkeley CA 94720 US 00-19-1A (hex) IRLINK 00191A (base 16) IRLINK HanYoung B/D 6F, 4-6 SEOUL 138-824 KR 00-19-16 (hex) PayTec AG 001916 (base 16) PayTec AG Rosengartenstrasse 3 Zollikerberg ZH 8125 CH 00-19-0E (hex) Atech Technology Co., Ltd. 00190E (base 16) Atech Technology Co., Ltd. 4 Fl., No. 103, Sec 2, Jiuzong Rd. Taipei 114 TW 00-19-39 (hex) Gigamips 001939 (base 16) Gigamips 5th Floor, Yangjae Building, 261, Yangjae-Dong Seocho-Gu Seoul 137-130 KR 00-19-3A (hex) OESOLUTIONS 00193A (base 16) OESOLUTIONS Technopark, 958-3 Daechon-Dong, Buk-Gu Gwangju Buk-Gu 500-706 KR 00-18-E2 (hex) Topdata Sistemas de Automacao Ltda 0018E2 (base 16) Topdata Sistemas de Automacao Ltda Rua Dr Carvalho Chaves, 662 Curitiba PR 80.220-010 BR 00-19-22 (hex) CM Comandos Lineares 001922 (base 16) CM Comandos Lineares Av Eng Alberto de Zagottis, 760 São Paulo SP 04675-085 BR 00-19-1D (hex) Nintendo Co., Ltd. 00191D (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 00-19-2F (hex) Cisco Systems, Inc 00192F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-19-05 (hex) SCHRACK Seconet AG 001905 (base 16) SCHRACK Seconet AG Eibesbrunnergasse 18 Wien Österreich 1122 AT 00-19-07 (hex) Cisco Systems, Inc 001907 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-18-FB (hex) Compro Technology 0018FB (base 16) Compro Technology 3/F No 12, Alley 6, Lane 45, Pao Shin Rd Hsintien 231 TW 00-18-C3 (hex) CS Corporation 0018C3 (base 16) CS Corporation CS-building, Pangyo seven venture valley 625 Seongnam-si Gyeonggi-do 463-400 KR 00-18-CA (hex) Viprinet GmbH 0018CA (base 16) Viprinet GmbH Basilikastraße 3 Bingen am Rhein 55411 DE 00-18-C7 (hex) Real Time Automation 0018C7 (base 16) Real Time Automation 2825 N Mayfair Rd Ste 11 Wauwatosa WI 53222 US 00-18-BB (hex) Eliwell Controls srl 0018BB (base 16) Eliwell Controls srl Via dell'Industria, 15 Pieve d'Alpago Belluno 32010 IT 00-18-BF (hex) Essence Technology Solution, Inc. 0018BF (base 16) Essence Technology Solution, Inc. B1, No. 207, Beisin Rd., Sec. 3 Sindian, Taipei County 231 TW 00-18-8C (hex) Mobile Action Technology Inc. 00188C (base 16) Mobile Action Technology Inc. 5F, No. 205-3, Sec. 3, Beishin Rd. Shindian City, Taipei 231 TW 00-18-8F (hex) Montgomery Technology, Inc. 00188F (base 16) Montgomery Technology, Inc. 800 East Commerce Street Greenville AL 36037 US 00-18-84 (hex) Fon Technology S.L. 001884 (base 16) Fon Technology S.L. Avda. Bruselas, n. 7, Planta 3, Alcobendas Madrid 28100 ES 00-18-80 (hex) Maxim Integrated Products 001880 (base 16) Maxim Integrated Products 160 Rio Robles San Jose CA 95134 US 00-18-D0 (hex) AtRoad, A Trimble Company 0018D0 (base 16) AtRoad, A Trimble Company 47071 Bayside Parkway Fremont California 94538 US 00-18-D2 (hex) High-Gain Antennas LLC 0018D2 (base 16) High-Gain Antennas LLC 11679 S. Cormorant Circle Parker CO 80134 US 00-18-D3 (hex) TEAMCAST 0018D3 (base 16) TEAMCAST Centre Espace Performance Saint Gregoire 35769 FR 00-18-C6 (hex) OPW Fuel Management Systems 0018C6 (base 16) OPW Fuel Management Systems 6900 Santa Fe Drive Hodgkins Illinois 60525 US 00-18-7C (hex) INTERCROSS, LLC 00187C (base 16) INTERCROSS, LLC Novoselov str., 58/7 Ryazan 390049 RU 00-18-70 (hex) E28 Shanghai Limited 001870 (base 16) E28 Shanghai Limited 2/F Eastern Tower Shanghai 200001 CN 00-18-72 (hex) Expertise Engineering 001872 (base 16) Expertise Engineering 4186 Sorrento Valley Blvd Suite -J San Diego CA 92121 US 00-18-DC (hex) Prostar Co., Ltd. 0018DC (base 16) Prostar Co., Ltd. A-703 Technotown, 250-3 Hagye-dong, Nowon-gu Seoul 139-230 KR 00-18-D1 (hex) Siemens Home & Office Comm. Devices 0018D1 (base 16) Siemens Home & Office Comm. Devices 4849 Alpha Rd. Dallas Texas 75244 US 00-18-AA (hex) Protec Fire Detection plc 0018AA (base 16) Protec Fire Detection plc Protec House Nelson Lancashire BB9 6LQ GB 00-18-96 (hex) Great Well Electronic LTD 001896 (base 16) Great Well Electronic LTD The Third Industrial Area Shenzhen Guangdong 518110 US 00-18-90 (hex) RadioCOM, s.r.o. 001890 (base 16) RadioCOM, s.r.o. Misikova 22 Bratislava 811 06 SK 00-18-B9 (hex) Cisco Systems, Inc 0018B9 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-18-B8 (hex) New Voice International AG 0018B8 (base 16) New Voice International AG St. Gallerstrasse 8 Lachen SZ 8853 CH 00-18-A1 (hex) Tiqit Computers, Inc. 0018A1 (base 16) Tiqit Computers, Inc. 2215 Old Page Mill Rd Palo Alto CA 94304 US 00-18-12 (hex) Beijing Xinwei Telecom Technology Co., Ltd. 001812 (base 16) Beijing Xinwei Telecom Technology Co., Ltd. Xinwei Bldg., No. 7 Zhongguancun Software Park, Haidian District Beijing 100094 CN 00-18-0B (hex) Brilliant Telecommunications 00180B (base 16) Brilliant Telecommunications 307 Orchard City Dr. Campbell CA 95008 US 00-18-61 (hex) Ooma, Inc. 001861 (base 16) Ooma, Inc. 555 University Avenue Palo Alto CA 94301 US 00-18-5B (hex) Network Chemistry, Inc 00185B (base 16) Network Chemistry, Inc 1700 Seaport Blvd Redwood City CA 94063 US 00-18-55 (hex) Aeromaritime Systembau GmbH 001855 (base 16) Aeromaritime Systembau GmbH Ludwig-Erhard-Str. 16 D-85375 Neufahrn DE 00-18-51 (hex) SWsoft 001851 (base 16) SWsoft 13755 Sunrise Valley Drive, Suite 600 Herndon VA 20171 US 00-18-74 (hex) Cisco Systems, Inc 001874 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-18-69 (hex) KINGJIM 001869 (base 16) KINGJIM No.10-18,2-Chome Chiyoda-ku Tokyo 101-0031 JP 00-18-56 (hex) EyeFi, Inc 001856 (base 16) EyeFi, Inc 149 Commonwealth Drive Menlo Park CA 94025 US 00-18-4E (hex) Lianhe Technologies, Inc. 00184E (base 16) Lianhe Technologies, Inc. 3F, #119, DaHu ShanZhuang St. Neihu District Taipei City 114 TW 00-18-4C (hex) Bogen Communications 00184C (base 16) Bogen Communications 50 Spring St. Ramsey NJ 07446 US 00-18-26 (hex) Cale Access AB 001826 (base 16) Cale Access AB Box 1031 Kista SE-164 21 SE 00-18-2D (hex) Artec Design 00182D (base 16) Artec Design Teaduspargi 6/1 Tallinn 12618 EE 00-18-2A (hex) Taiwan Video & Monitor 00182A (base 16) Taiwan Video & Monitor 3F, 141 Jen Ai Rd Sec. 3 Taipei City 106 TW 00-18-3B (hex) CENITS Co., Ltd. 00183B (base 16) CENITS Co., Ltd. 3F, Yangjae Bldg., 264-3 Seoul 137-130 KR 00-18-3C (hex) Encore Software Limited 00183C (base 16) Encore Software Limited 6F Leo Complex Bangalore Karnataka 560025 IN 00-18-41 (hex) High Tech Computer Corp 001841 (base 16) High Tech Computer Corp 23 Hsin Hua Rd. Taoyuan 330 TW 00-18-19 (hex) Cisco Systems, Inc 001819 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-18-0C (hex) Optelian Access Networks 00180C (base 16) Optelian Access Networks 22A-1051 Baxter Road Ottawa Ontario K2C 3P2 CA 00-18-10 (hex) IPTrade S.A. 001810 (base 16) IPTrade S.A. Parc Scientifique Sart-Tilman Wallonie 4031 BE 00-18-09 (hex) CRESYN 001809 (base 16) CRESYN 8-22,Jamwon-dong Seoul Seocho-Gu #137-902 KR 00-18-04 (hex) E-TEK DIGITAL TECHNOLOGY LIMITED 001804 (base 16) E-TEK DIGITAL TECHNOLOGY LIMITED UNIT1520,15/F.,TOWER 2,GRAND CENTURY PLACE,193 PRINCE EDWARD ROAD WEST,KOWLOON, HK 00-18-00 (hex) UNIGRAND LTD 001800 (base 16) UNIGRAND LTD 7F-2, No.45, Jingde St., Jhonghe City, 235 TW 00-17-FD (hex) Amulet Hotkey 0017FD (base 16) Amulet Hotkey Cavalier Road Heathfield Devon TQ12 6TQ GB 00-17-FC (hex) Suprema Inc. 0017FC (base 16) Suprema Inc. 16F Parkview Office Tower, Seongnam Gyeonggi 463-863 KR 00-17-FB (hex) FA 0017FB (base 16) FA 628-7, Dungchon-Dong Seoul Kangseo-Ku 157-838 KR 00-17-D8 (hex) Magnum Semiconductor, Inc. 0017D8 (base 16) Magnum Semiconductor, Inc. 591 Yosemite Drive Milpitas CA 95035 US 00-17-DA (hex) Spans Logic 0017DA (base 16) Spans Logic 201 San Antonio Circle Mountain View CA 94040 US 00-17-CF (hex) iMCA-GmbH 0017CF (base 16) iMCA-GmbH Dorfstrasse 28b Itzehoe Schleswig-Holstein 25524 DE 00-17-B9 (hex) Gambro Lundia AB 0017B9 (base 16) Gambro Lundia AB BOX 10101 LUND SkÃ¥ne 22010 SE 00-17-B3 (hex) Aftek Infosys Limited 0017B3 (base 16) Aftek Infosys Limited Pawan Complex Pune Maharashtra 411 038 IN 00-17-A2 (hex) Camrivox Ltd. 0017A2 (base 16) Camrivox Ltd. The Jeffreys Building Cambridge Cambridgeshire CB4 0WS GB 00-17-5F (hex) XENOLINK Communications Co., Ltd. 00175F (base 16) XENOLINK Communications Co., Ltd. 2nd Fl., Jungyou B/D 797-22 Seoul 135-930 KR 00-17-5C (hex) SHARP CORPORATION 00175C (base 16) SHARP CORPORATION 1, Takumi-Cho, Sakai city Osaka Prefecture 590-8522 JP 00-17-9D (hex) Kelman Limited 00179D (base 16) Kelman Limited Rathdown Close Lisburn Co. Antrim BT28 2RB GB 00-17-90 (hex) HYUNDAI DIGITECH Co, Ltd. 001790 (base 16) HYUNDAI DIGITECH Co, Ltd. 13th Fl, Choung-Jin Bldg, 53-5 Seoul 140-719 KR 00-17-91 (hex) LinTech GmbH 001791 (base 16) LinTech GmbH Friedrich-Engels-Str. 35 Berlin 13156 DE 00-17-95 (hex) Cisco Systems, Inc 001795 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-17-59 (hex) Cisco Systems, Inc 001759 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-17-54 (hex) Arkino HiTOP Corporation Limited 001754 (base 16) Arkino HiTOP Corporation Limited 5F., No.437, Tao Ying Rd Taoyuan City Taoyuan County 33068, TW 00-17-52 (hex) DAGS, Inc 001752 (base 16) DAGS, Inc C-510, Woolim Lion's Valley, 371-28, Gasan Dong, Geumcheon Ku Seoul 153-786 KR 00-17-56 (hex) Vinci Labs Oy 001756 (base 16) Vinci Labs Oy Finlaysoninkuja 21 A Tampere Länsi-Suomi 33210 FI 00-17-77 (hex) Obsidian Research Corporation 001777 (base 16) Obsidian Research Corporation 120 - 4445 Calgary Trail NW Edmonton Alberta T6H 5R7 CA 00-17-6A (hex) Avago Technologies 00176A (base 16) Avago Technologies 350 West Trimble Rd San Jose CA 95131 US 00-17-86 (hex) wisembed 001786 (base 16) wisembed 808, hansin IT tower, 235 guro3-dong, guro-gu Seoul 152-768 KR 00-17-82 (hex) LoBenn Inc. 001782 (base 16) LoBenn Inc. 150 Katimavik Road Ottawa Ontario K2L 2N2 CA 00-17-78 (hex) Central Music Co. 001778 (base 16) Central Music Co. 0711-0712 Tower D, SOHO New Town Beijing 100022 CN 00-17-6B (hex) Kiyon, Inc. 00176B (base 16) Kiyon, Inc. 9381 Judicial Drive San Diego CA 92121 US 00-17-99 (hex) SmarTire Systems Inc. 001799 (base 16) SmarTire Systems Inc. Suite 150 Richmond BC V6V 2J1 CA 00-17-7F (hex) Worldsmart Retech 00177F (base 16) Worldsmart Retech 23 Hi-Tech Court Eight Mile Plains QLD 4113 AU 00-17-6E (hex) DUCATI SISTEMI 00176E (base 16) DUCATI SISTEMI VIA MARCO EMILIO LEPIDO, 182 BOLOGNA 40132 IT 00-17-74 (hex) Elesta GmbH 001774 (base 16) Elesta GmbH Gottlieb Daimler Strasse 1 Konstanz 78467 DE 00-17-0C (hex) Twig Com Ltd. 00170C (base 16) Twig Com Ltd. Meriniitynkatu 11 Salo 2400 FI 00-17-0D (hex) Dust Networks Inc. 00170D (base 16) Dust Networks Inc. 30695 Huntwood Ave. Hayward Ca. 94544 US 00-17-0B (hex) Contela, Inc. 00170B (base 16) Contela, Inc. 6-8 Soonae-dong, Bundang-gu, Sungnam Kyunggi-do 463-825 KR 00-17-0F (hex) Cisco Systems, Inc 00170F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-17-04 (hex) Shinco Electronics Group Co.,Ltd 001704 (base 16) Shinco Electronics Group Co.,Ltd No.5 Waihuan Road Changzhou Jiangsu 213022 CN 00-17-07 (hex) InGrid, Inc 001707 (base 16) InGrid, Inc 920 Cassatt Rd Berwyn Pa 19312 US 00-17-12 (hex) ISCO International 001712 (base 16) ISCO International 1001 Cambridge Drive Elk Grove Village IL 60007 US 00-16-D8 (hex) Senea AB 0016D8 (base 16) Senea AB Företagsallen 12 Åkersberga 18484 SE 00-16-D6 (hex) TDA Tech Pty Ltd 0016D6 (base 16) TDA Tech Pty Ltd 210 / 54 Currie Street Adelaide South Australia 5000 AU 00-16-D5 (hex) Synccom Co., Ltd 0016D5 (base 16) Synccom Co., Ltd #306 Myungi e-space 218-20 Anyang-si Kyungki-do 430-817 KR 00-16-C9 (hex) NAT Seattle, Inc. 0016C9 (base 16) NAT Seattle, Inc. 22125 17th Ave SE Bothell WA 98021 US 00-16-C6 (hex) North Atlantic Industries 0016C6 (base 16) North Atlantic Industries 170 Wilbur Place Bohemia NY 11716 US 00-17-24 (hex) Studer Professional Audio GmbH 001724 (base 16) Studer Professional Audio GmbH Althardstrasse 30 Regensdorf Zürich CH-8105 CH 00-17-02 (hex) Osung Midicom Co., Ltd 001702 (base 16) Osung Midicom Co., Ltd 231-18, Dorim2-dong, Seoul, Youngdeungpo-gu 150-832 KR 00-16-F7 (hex) L-3 Communications, Aviation Recorders 0016F7 (base 16) L-3 Communications, Aviation Recorders 100 Cattlemen Rd. Sarasota FL 34232 US 00-17-2D (hex) Axcen Photonics Corporation 00172D (base 16) Axcen Photonics Corporation 6F, No. 119, Baujung Rd., Shindian City, Taipei 231 TW 00-17-41 (hex) DEFIDEV 001741 (base 16) DEFIDEV 20 rue Raymond Marcheron Vanves 92170 FR 00-17-38 (hex) International Business Machines 001738 (base 16) International Business Machines 1 Azrieli Center Tel Aviv 67021 IL 00-17-1E (hex) Theo Benning GmbH & Co. KG 00171E (base 16) Theo Benning GmbH & Co. KG Muensterstraße 135-137 Bocholt NRW 46397 DE 00-16-D2 (hex) Caspian 0016D2 (base 16) Caspian 170 Baytech Drive San Jose CA 95134 US 00-16-A4 (hex) Ezurio Ltd 0016A4 (base 16) Ezurio Ltd Unit 2 London NW9 5HD GB 00-16-99 (hex) Tonic DVB Marketing Ltd 001699 (base 16) Tonic DVB Marketing Ltd Unit B, 10/F, Summit Building, Hung Hom Kowloon HK 00-16-9B (hex) Alstom Transport 00169B (base 16) Alstom Transport 11, 13 avenue de Bel Air Villeurbanne Rhone 69100 FR 00-16-90 (hex) J-TEK INCORPORATION 001690 (base 16) J-TEK INCORPORATION 2F-1, No. 83, Sec. 2, GongDaoWu Rd., Hsinchu City 30070 TW 00-16-93 (hex) PowerLink Technology Inc. 001693 (base 16) PowerLink Technology Inc. N0. 18, Alley 1, Lane 151, Sec. 1, Jhongsing Rd., Wugu Township Taipei Hsien 248 TW 00-16-98 (hex) T&A Mobile Phones 001698 (base 16) T&A Mobile Phones 4/F, South Building,No.2966, Jinke Road Pudong Shanghai 201203 CN 00-16-62 (hex) Liyuh Technology Ltd. 001662 (base 16) Liyuh Technology Ltd. 4F, No.19, Ln.221, Ganqian Rd., Neihu District Taipei 114 TW 00-16-61 (hex) Novatium Solutions (P) Ltd 001661 (base 16) Novatium Solutions (P) Ltd 3rd Floor, Temple Towers, #672 Chennai Tamil Nadu 600035 IN 00-16-64 (hex) Prod-El SpA 001664 (base 16) Prod-El SpA Via Palmanova 185 Milano MI 20132 IT 00-16-5E (hex) Precision I/O 00165E (base 16) Precision I/O 4005 Miranda Ave., Suite 210 Palo Alto CA 94304-1232 US 00-16-58 (hex) Fusiontech Technologies Inc. 001658 (base 16) Fusiontech Technologies Inc. 6F, No.78, Cheng Kung Rd., Sec. 1, Taipei 115 TW 00-16-A5 (hex) Tandberg Storage ASA 0016A5 (base 16) Tandberg Storage ASA Postboks 191 NO 00-16-A1 (hex) 3Leaf Networks 0016A1 (base 16) 3Leaf Networks 3255-1 Scott Blvd Santa Clara CA 95054 US 00-16-66 (hex) Quantier Communication Inc. 001666 (base 16) Quantier Communication Inc. 1F, No. 36, Industry E. Rd IV, Hsin-Chu 300 TW 00-16-81 (hex) Vector Informatik GmbH 001681 (base 16) Vector Informatik GmbH Ingersheimer Str. 24 Stuttgart Baden-Württemberg 70499 DE 00-BA-C0 (hex) Biometric Access Company 00BAC0 (base 16) Biometric Access Company 2555 North IH 35 Round Rock Texas 78664 US 00-16-85 (hex) Elisa Oyj 001685 (base 16) Elisa Oyj Elektroniikkatie 4 90570 Oulu FI 00-16-80 (hex) Bally Gaming + Systems 001680 (base 16) Bally Gaming + Systems 950 Sandhill Road Reno NV 89521 US 00-16-96 (hex) QDI Technology (H.K.) Limited 001696 (base 16) QDI Technology (H.K.) Limited 16/F, Standard Chartered Bank Building 4-4A Hong Kong CN 00-16-BE (hex) INFRANET, Inc. 0016BE (base 16) INFRANET, Inc. 8th Floor, Cowell B/D, 66-1 Seoul 137-040 KR 00-16-AB (hex) Dansensor A/S 0016AB (base 16) Dansensor A/S Roennedevej 18 Ringsted DK-4100 DK 00-16-53 (hex) LEGO System A/S IE Electronics Division 001653 (base 16) LEGO System A/S IE Electronics Division Aastvej 1 Billund Kommune 7190 DK 00-16-52 (hex) Hoatech Technologies, Inc. 001652 (base 16) Hoatech Technologies, Inc. 1F., No.224, Guosheng St. Zhubei HsinChu Hsien 30244 TW 00-16-50 (hex) Kratos EPD 001650 (base 16) Kratos EPD Herley General Microwave Israel. KIBBUTZ EYAL 45840 IL 00-15-FA (hex) Cisco Systems, Inc 0015FA (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-15-FC (hex) Littelfuse Startco 0015FC (base 16) Littelfuse Startco 3714 Kinnear Place Saskatoon SK S7P 0A6 CA 00-15-F7 (hex) Wintecronics Ltd. 0015F7 (base 16) Wintecronics Ltd. No. 716, 11F-3, Jung Jeng Rd. Chung Ho City Taipei Hsien 235 TW 00-16-30 (hex) Vativ Technologies 001630 (base 16) Vativ Technologies 9339 Genesee Avenue San Diego CA 92121 US 00-16-2F (hex) Geutebrück GmbH 00162F (base 16) Geutebrück GmbH Im Nassen 7-9 Windhagen 53578 DE 00-16-2B (hex) Togami Electric Mfg.co.,Ltd. 00162B (base 16) Togami Electric Mfg.co.,Ltd. 1-1 Ohtakara-Kitamachi Saga.PRF 840-0802 JP 00-16-42 (hex) Pangolin 001642 (base 16) Pangolin 9501 Satellite Boulevard, Suite 109 Orlando FL 32837 US 00-16-3B (hex) VertexRSI/General Dynamics 00163B (base 16) VertexRSI/General Dynamics 2120 Old Gatesburg Rd. State college PA 16803 US 00-16-37 (hex) CITEL SpA 001637 (base 16) CITEL SpA Via L. G. Columella, 36 Milan MI 20128 IT 00-16-08 (hex) Sequans Communications 001608 (base 16) Sequans Communications 19 Le Parvis de la Défense PARIS LA DEFENSE CEDEX 92073 FR 00-16-24 (hex) Teneros, Inc. 001624 (base 16) Teneros, Inc. 215 Castro St. Mt. View CA 94041 US 00-15-F8 (hex) Kingtronics Industrial Co. Ltd. 0015F8 (base 16) Kingtronics Industrial Co. Ltd. Penthouse, Century Centre, Kowloon HK 00-16-1C (hex) e:cue 00161C (base 16) e:cue Friedrich-List-Strasse 23 Paderborn 33100 DE 00-15-B8 (hex) Tahoe 0015B8 (base 16) Tahoe ul. Uniwersytecka 1 Wroclaw 50951 PL 00-15-B6 (hex) ShinMaywa Industries, Ltd. 0015B6 (base 16) ShinMaywa Industries, Ltd. 1-1 Shinmeiwa-cho Takarazuka Hyogo 665-8550 JP 00-15-B0 (hex) AUTOTELENET CO.,LTD 0015B0 (base 16) AUTOTELENET CO.,LTD 2F, 898-24, Hogye2-dong, Dongan-gu Anyang-City Kyunggi-do 431-836 KR 00-15-B1 (hex) Ambient Corporation 0015B1 (base 16) Ambient Corporation 79 Chapel St. Newton MA 02458 US 00-15-9F (hex) Terascala, Inc. 00159F (base 16) Terascala, Inc. 145 Bodwell Street Avon MA 02322 US 00-15-9E (hex) Mad Catz Interactive Inc 00159E (base 16) Mad Catz Interactive Inc Units 3+4 West Point Row Bristol South Gloucestershire BS32 4QG US 00-15-A1 (hex) ECA-SINTERS 0015A1 (base 16) ECA-SINTERS 5, rue Paul Mesplé TOULOUSE Cedex 01 31106 FR 00-15-93 (hex) U4EA Technologies Inc. 001593 (base 16) U4EA Technologies Inc. 48860 Milmont Drive Fremont CA 94538 US 00-15-81 (hex) MAKUS Inc. 001581 (base 16) MAKUS Inc. 4F Daedo Bldg. 748-14 Yeoksam-dong, Kangnam-gu Seoul 135-080 US 00-15-7A (hex) Telefin S.p.A. 00157A (base 16) Telefin S.p.A. Via Albere 87/A Verona VR 37138 IT 00-15-C3 (hex) Ruf Telematik AG 0015C3 (base 16) Ruf Telematik AG Ruetistrasse 13 Schlieren ZH 8952 CH 00-15-E6 (hex) MOBILE TECHNIKA Inc. 0015E6 (base 16) MOBILE TECHNIKA Inc. Sotobori Sky Bld. 5th Floor Shinjuku-ku Tokyo 162-0845 JP 00-15-DB (hex) Canesta Inc. 0015DB (base 16) Canesta Inc. 965 West Maude Avenue Sunnyvale California 94085 US 00-15-8D (hex) Jennic Ltd 00158D (base 16) Jennic Ltd Furnival Street Sheffield Yorkshire S1 4QT US 00-15-84 (hex) Schenck Process GmbH 001584 (base 16) Schenck Process GmbH Pallaswiesenstraße 100 Darmstadt Hessen 64293 DE 00-15-CC (hex) UQUEST, LTD. 0015CC (base 16) UQUEST, LTD. Sannomiya Intes Bldg. 8F KOBE HYOGO 651-0086 JP 00-15-C6 (hex) Cisco Systems, Inc 0015C6 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-15-D7 (hex) Reti Corporation 0015D7 (base 16) Reti Corporation 6F,No 13, Lane 120, Sec 1, Neihu Rd., Taipei City 114 TW 00-15-CB (hex) Surf Communication Solutions Ltd. 0015CB (base 16) Surf Communication Solutions Ltd. P.O. Box 343 Yokneam 20164 IL 00-15-A7 (hex) Robatech AG 0015A7 (base 16) Robatech AG Pilatusring 10 Muri AG 5630 CH 00-15-23 (hex) Meteor Communications Corporation 001523 (base 16) Meteor Communications Corporation 22614 66th Avenue South Kent WA 98032 US 00-15-24 (hex) Numatics, Inc. 001524 (base 16) Numatics, Inc. 46280 Dylan Dr. Novi Michigan 48377 US 00-15-1B (hex) Isilon Systems Inc. 00151B (base 16) Isilon Systems Inc. 3101 Western Avenue Seattle WA 98121 US 00-15-73 (hex) NewSoft Technology Corporation 001573 (base 16) NewSoft Technology Corporation 3F, 19-3, SanChong RD, NanKang, Taipei 115 US 00-15-75 (hex) Nevis Networks Inc. 001575 (base 16) Nevis Networks Inc. 3945 Freedom Circle Santa Clara CA 95054 US 00-15-6C (hex) SANE SYSTEM CO., LTD 00156C (base 16) SANE SYSTEM CO., LTD 0-2 Heungan-daero 439 beon-gil Dongan-gu Anyang-si Kyunggi-do 431-804 KR 00-15-6A (hex) DG2L Technologies Pvt. Ltd. 00156A (base 16) DG2L Technologies Pvt. Ltd. AML Center 1, Gnd. Floor, 8 Mahal Indl. Est. Mumbai Maharashtra 400093 IN 00-15-29 (hex) N3 Corporation 001529 (base 16) N3 Corporation #402 GwangMyeong Techno Town GyeongGi-Do 423-031 KR 00-15-2D (hex) TenX Networks, LLC 00152D (base 16) TenX Networks, LLC 4855 Wiley Post Way Salt Lake City UT 84116 US 00-15-6F (hex) Xiranet Communications GmbH 00156F (base 16) Xiranet Communications GmbH Bertolt-Brecht-Allee 24 Dresden Saxony 01309 US 00-15-72 (hex) Red-Lemon 001572 (base 16) Red-Lemon Unit 4, 9/F, Paramount Building Chai Wan HK 00-15-67 (hex) RADWIN Inc. 001567 (base 16) RADWIN Inc. 900 Corporate Drive Mahwah NJ 07430 US 00-15-5B (hex) Sampo Corporation 00155B (base 16) Sampo Corporation 216 Chung Shan Road, Taipei Hsien 220 TW 00-15-53 (hex) Cytyc Corporation 001553 (base 16) Cytyc Corporation 250 Campus Dive Marlborough MA 01752 US 00-15-51 (hex) RadioPulse Inc. 001551 (base 16) RadioPulse Inc. 2nd fl. Hans B/D, 111-55 Seoul 134-883 KR 00-15-52 (hex) Wi-Gear Inc. 001552 (base 16) Wi-Gear Inc. 340 Church Street San Francisco CA 94114 US 00-15-3E (hex) Q-Matic Sweden AB 00153E (base 16) Q-Matic Sweden AB Neongatan 8 Molndal 431 53 SE 00-15-42 (hex) MICROHARD S.R.L. 001542 (base 16) MICROHARD S.R.L. Via Primo Maggio 36 San Vittore Olona Milano 20028 IT 00-15-4E (hex) IEC 00154E (base 16) IEC 3, rue de Varembé CH - 1211 GENEVA 20 DE 00-15-50 (hex) Nits Technology Inc 001550 (base 16) Nits Technology Inc 2FL. No. 8 Alley 16, Lane 235, Bauchiau Rd., Shindian City Taipei Hsien 231 TW 00-15-46 (hex) ITG Worldwide Sdn Bhd 001546 (base 16) ITG Worldwide Sdn Bhd 2, Jalan AstakaU8/83 Shah Alam Selangor Darul Ehsan 40150 MY 00-15-5D (hex) Microsoft Corporation 00155D (base 16) Microsoft Corporation One Microsoft Way Redmond WA 98052-8300 US 00-15-62 (hex) Cisco Systems, Inc 001562 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-14-E1 (hex) Data Display AG 0014E1 (base 16) Data Display AG Industriestraße 1 Germering Bayern 82110 DE 00-14-E3 (hex) mm-lab GmbH 0014E3 (base 16) mm-lab GmbH Stammheimer Strasse 10 Kornwestheim DE 00-14-D9 (hex) IP Fabrics, Inc. 0014D9 (base 16) IP Fabrics, Inc. 3720 SW 141st Avenue Beaverton Oregon 97006 US 00-14-D6 (hex) Jeongmin Electronics Co.,Ltd. 0014D6 (base 16) Jeongmin Electronics Co.,Ltd. #710, Byuksan Digital Valley 2, Seoul 153 783 KR 00-14-F9 (hex) Vantage Controls 0014F9 (base 16) Vantage Controls 1061 South 800 East Orem UT 84097 US 00-14-E7 (hex) Stolinx,. Inc 0014E7 (base 16) Stolinx,. Inc 3F Ohchang Bldg., 61 Yangjae-dong Seoul 137-889 KR 00-14-E9 (hex) Nortech International 0014E9 (base 16) Nortech International 32A Wiganthorpe Road Pietermartizburg KwaZulu Natal 3201 ZA 00-14-ED (hex) Airak, Inc. 0014ED (base 16) Airak, Inc. 21641 Beaumeade Circle Ashburn Virginia 20147 US 00-14-CE (hex) NF CORPORATION 0014CE (base 16) NF CORPORATION 6-3-20, Tsunashima-higashi Yokohama Kanagawa 223-8508 JP 00-14-D0 (hex) BTI Systems Inc. 0014D0 (base 16) BTI Systems Inc. 50 Northside Road Ottawa Ontario K2H 5Z6 CA 00-15-03 (hex) PROFIcomms s.r.o. 001503 (base 16) PROFIcomms s.r.o. Turgenevova 5 Brno EU/Europe 618 00 CZ 00-15-09 (hex) Plus Technology Co., Ltd 001509 (base 16) Plus Technology Co., Ltd Office #205, Gayang Techno-town, Seoul 157-810 KR 00-14-F0 (hex) Business Security OL AB 0014F0 (base 16) Business Security OL AB Box 110 65 Lund 220 11 SE 00-14-F2 (hex) Cisco Systems, Inc 0014F2 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-15-10 (hex) Techsphere Co., Ltd 001510 (base 16) Techsphere Co., Ltd 4F, Wonil Bldg., 980-54, Bangbae-dong, SeoCho-gu Seoul 137-060 KR 00-15-13 (hex) EFS sas 001513 (base 16) EFS sas BP 34 MILLERY F-69390 US 00-14-8B (hex) Globo Electronic GmbH & Co. KG 00148B (base 16) Globo Electronic GmbH & Co. KG Industriestrasse 4a Niederlauer Bayern 97618 DE 00-14-90 (hex) ASP Corporation 001490 (base 16) ASP Corporation 465 Industrial Park Road Hartwell GA 30643 US 00-14-84 (hex) Cermate Technologies Inc. 001484 (base 16) Cermate Technologies Inc. 7F-1, No 168 Lien-Chen Rd. Chung-Ho Dist New Taipei City TW 00-14-79 (hex) NEC Magnus Communications,Ltd. 001479 (base 16) NEC Magnus Communications,Ltd. 22-23, Kaigan 3-chome Minato-ku Tokyo 108-0022 JP 00-14-7B (hex) Iteris, Inc. 00147B (base 16) Iteris, Inc. 1515 S. Manchester Ave. Anaheim CA 92802 US 00-14-BB (hex) Open Interface North America 0014BB (base 16) Open Interface North America 506 2nd Avenue, Suite 420 Seattle WA 98104 US 00-14-70 (hex) Prokom Software SA 001470 (base 16) Prokom Software SA Al. Jerozolimskie 65/79 Warszawa Mazowieckie 00-697 PL 00-14-67 (hex) ArrowSpan Inc. 001467 (base 16) ArrowSpan Inc. 4699 Old Ironsides Dr. Suite 100 Santa Clara CA 95054 US 00-14-5F (hex) ADITEC CO. LTD 00145F (base 16) ADITEC CO. LTD 4F Hyowon B/D, 99-5, Seoul 138-805 KR 00-14-88 (hex) Akorri 001488 (base 16) Akorri 11 Falcon Ridge Dr Hopkinton MA 01748 US 00-14-7A (hex) Eubus GmbH 00147A (base 16) Eubus GmbH Gollierstraße 70 Aufgang E 4.Stock Munich Bavaria 80339 DE 00-14-6D (hex) RF Technologies 00146D (base 16) RF Technologies 3125 N 126th Street Brookfield WI 53005 US 00-14-AC (hex) Bountiful WiFi 0014AC (base 16) Bountiful WiFi 707 West 700 South Woods Cross Utah 84087 US 00-14-A8 (hex) Cisco Systems, Inc 0014A8 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-14-A0 (hex) Accsense, Inc. 0014A0 (base 16) Accsense, Inc. 460 Ward Drive Santa Barbara California 93111 US 00-14-59 (hex) Moram Co., Ltd. 001459 (base 16) Moram Co., Ltd. 3F, Manwol Bldg., 1022-4 Suwon-shi Gyounggi-do 443-813 KR 00-14-57 (hex) T-VIPS AS 001457 (base 16) T-VIPS AS Ostensjoveien 18 Oslo NO-0661 NO 00-14-53 (hex) ADVANTECH TECHNOLOGIES CO.,LTD 001453 (base 16) ADVANTECH TECHNOLOGIES CO.,LTD #1202 ACE TECHNO TOWER, 684-1 Seoul 157-721 KR 00-14-54 (hex) Symwave 001454 (base 16) Symwave 10251 Vista Sorrento Parkway San Diego CA 92121 US 00-13-F8 (hex) Dex Security Solutions 0013F8 (base 16) Dex Security Solutions 10 Junction Road Parktown Johannesburg Guteng 2000 ZA 00-13-F9 (hex) Cavera Systems 0013F9 (base 16) Cavera Systems 2355 Oakland Rd, Suite#33 San Jose CA 95131 US 00-13-F2 (hex) Klas Ltd 0013F2 (base 16) Klas Ltd Bracetown Business Park Clonee Co Meath IE 00-13-F7 (hex) SMC Networks, Inc. 0013F7 (base 16) SMC Networks, Inc. 38 Tesla Irvine CA 92618 US 00-14-4B (hex) Hifn, Inc. 00144B (base 16) Hifn, Inc. 750 University Ave Los Gatos CA 95032 US 00-14-41 (hex) Innovation Sound Technology Co., LTD. 001441 (base 16) Innovation Sound Technology Co., LTD. Building 2th.,Cuihai Industrial Area, Shenzhen Guangdong 518103 CN 00-14-3C (hex) Rheinmetall Canada Inc. 00143C (base 16) Rheinmetall Canada Inc. 225 boul du seminaire sud St-Jean-sur-Richelieu Quebec J3B 8E9 CA 00-14-1A (hex) DEICY CORPORATION 00141A (base 16) DEICY CORPORATION 3-3-6,Sakae-cho,Hamura-shi, Tokyo 205-0002 JP 00-14-1C (hex) Cisco Systems, Inc 00141C (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-14-0C (hex) GKB CCTV CO., LTD. 00140C (base 16) GKB CCTV CO., LTD. 7F, No. 1, Lane 641, Ta Ya Hsiang, TAICHUNG 428 TW 00-13-FE (hex) GRANDTEC ELECTRONIC CORP. 0013FE (base 16) GRANDTEC ELECTRONIC CORP. 8F,NO.268,Lian Cheng Rd.,Chung Ho City, Taipei 235 TW 00-14-35 (hex) CityCom Corp. 001435 (base 16) CityCom Corp. 3F., No.532, Sec. 2, Jhonghe City Taipei Hsien 23557 TW 00-14-48 (hex) Inventec Multimedia & Telecom Corporation 001448 (base 16) Inventec Multimedia & Telecom Corporation 5F,NO.396,Sec.1 Nei-Hu Road Taipei 114 TW 00-14-16 (hex) Scosche Industries, Inc. 001416 (base 16) Scosche Industries, Inc. PO Box 2901 Oxnard CA 93034 US 00-14-26 (hex) NL Technology 001426 (base 16) NL Technology 800 Turnpike Street North Andover MA 01845 US 00-13-C5 (hex) LIGHTRON FIBER-OPTIC DEVICES INC. 0013C5 (base 16) LIGHTRON FIBER-OPTIC DEVICES INC. 51-1 Moonpyung-Dong, Taeduck-Gu Taejon 306-220 KR 00-13-C4 (hex) Cisco Systems, Inc 0013C4 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-13-C2 (hex) WACOM Co.,Ltd 0013C2 (base 16) WACOM Co.,Ltd 2-510-1 Toyonodai Otone-machi Kitasaitama-gun Saitama 349-1148 JP 00-13-BF (hex) Media System Planning Corp. 0013BF (base 16) Media System Planning Corp. 4F Velco-Kuromon Bldg. Taito-ku, Tokyo 110-0005 JP 00-13-BB (hex) Smartvue Corporation 0013BB (base 16) Smartvue Corporation 102 Woodmont Boulevard Nashville TN 37205 US 00-13-B5 (hex) Wavesat 0013B5 (base 16) Wavesat 1375, Trans-Canada Highway Dorval Quebec H9P 2W8 CA 00-13-AF (hex) NUMA Technology,Inc. 0013AF (base 16) NUMA Technology,Inc. 4F,No778,Sec 4,Patch Rd. Taipei 115 TW 00-13-B0 (hex) Jablotron 0013B0 (base 16) Jablotron Pod Skalkou 33 Jablonec nad Nisou 46601 CZ 00-13-9A (hex) K-ubique ID Corp. 00139A (base 16) K-ubique ID Corp. Yamasan Bldg.8F, Chuo-ku Tokyo 103-0023 JP 00-13-9E (hex) Ciara Technologies Inc. 00139E (base 16) Ciara Technologies Inc. 9300 Trans Canada Highway Saint-Laurent Quebec H4S 1K5 CA 00-13-9D (hex) MaxLinear Hispania S.L.U. 00139D (base 16) MaxLinear Hispania S.L.U. Ronda Narcis Monturiol Estarriol, 11D Paterna 46980 ES 00-13-D5 (hex) RuggedCom 0013D5 (base 16) RuggedCom 300 Applewood Crescent (Unit 1) Concord, Ontario L4K 5C7 CA 00-13-D6 (hex) TII NETWORK TECHNOLOGIES, INC. 0013D6 (base 16) TII NETWORK TECHNOLOGIES, INC. 1385 AKRON STREET COPIAGUE NY 11726 US 00-13-DB (hex) SHOEI Electric Co.,Ltd 0013DB (base 16) SHOEI Electric Co.,Ltd 1-29-2,Wakabayashi Setagaya-ku Tokyo 154-0023 JP 00-13-CD (hex) MTI co. LTD 0013CD (base 16) MTI co. LTD 166-10 Karak-dong Songpa-ku Seoul 138-810 KR 00-13-D3 (hex) MICRO-STAR INTERNATIONAL CO., LTD. 0013D3 (base 16) MICRO-STAR INTERNATIONAL CO., LTD. NO. 69, LI-DE ST. JUNG-HE CITY TAIPEI HSIEN 235 TW 00-13-CA (hex) Pico Digital 0013CA (base 16) Pico Digital 6260 Sequence Drive San Diego CA 92121 US 00-13-E6 (hex) Technolution 0013E6 (base 16) Technolution Zuidelijkhalfrond 1 GOUDA ZH 2801 DD NL 00-13-DF (hex) Ryvor Corp. 0013DF (base 16) Ryvor Corp. 15145 Red Hill Ave. Tustin CA 92780 US 00-13-8D (hex) Kinghold 00138D (base 16) Kinghold 11F, No. 965, Jungjeng Rd. Junghe Taipei 235 TW 00-13-ED (hex) PSIA 0013ED (base 16) PSIA 517-13 Induspis 5th SungNam KyungGi KR 00-13-B1 (hex) Intelligent Control Systems (Asia) Pte Ltd 0013B1 (base 16) Intelligent Control Systems (Asia) Pte Ltd 70 Ubi Crescent #01-12 408570 SG 00-13-3C (hex) QUINTRON SYSTEMS INC. 00133C (base 16) QUINTRON SYSTEMS INC. 2105 SO. BLOSSER ROAD SANTA MARIA CALIFORNIA 93458 US 00-13-3D (hex) Micro Memory Curtiss Wright Co 00133D (base 16) Micro Memory Curtiss Wright Co 9540 Vassar Avenue Chatsworth CA 91311 US 00-13-3F (hex) Eppendorf Instrumente GmbH 00133F (base 16) Eppendorf Instrumente GmbH Barkhausenweg 1 Hamburg DE 22339 DE 00-13-41 (hex) Shandong New Beiyang Information Technology Co.,Ltd 001341 (base 16) Shandong New Beiyang Information Technology Co.,Ltd NO.11 Xinwei Road Weihai city Shandong 264200 CN 00-13-30 (hex) EURO PROTECTION SURVEILLANCE 001330 (base 16) EURO PROTECTION SURVEILLANCE 30 Rue du Doubs STRASBOURG 67100 FR 00-13-25 (hex) Cortina Systems Inc 001325 (base 16) Cortina Systems Inc 840 W California Ave, Suite 100 Sunnyvale CA 94086 US 00-13-31 (hex) CellPoint Connect 001331 (base 16) CellPoint Connect Billedvej 4 Copenhagen 2100 DK 00-13-35 (hex) VS Industry Berhad 001335 (base 16) VS Industry Berhad Plo 47, Senai Ind. Est. II, Senai Johor 81400 MY 00-13-2F (hex) Interactek 00132F (base 16) Interactek Sigmal 2 BLDG #C-319, 18 Kumi-dong Seongnam Kyung-gi 463-741 KR 00-13-4C (hex) YDT Technology International 00134C (base 16) YDT Technology International 2F., No.218, Rueiguang Rd., Taipei, 114 TW 00-13-59 (hex) ProTelevision Technologies A/S 001359 (base 16) ProTelevision Technologies A/S Marielundvej 16,2 Herlev Copenhagen 2730 DK 00-13-50 (hex) Silver Spring Networks, Inc 001350 (base 16) Silver Spring Networks, Inc 575 Broadway Street Redwood City CA 94063 US 00-13-7F (hex) Cisco Systems, Inc 00137F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-13-82 (hex) Cetacea Networks Corporation 001382 (base 16) Cetacea Networks Corporation 3708 West 36th Avenue Vancouver British Columbia V6N 2S4 CA 00-13-90 (hex) Termtek Computer Co., Ltd 001390 (base 16) Termtek Computer Co., Ltd 2F, No. 100, Li De St., Chung Ho City Taipei Hsien 235 TW 00-13-75 (hex) American Security Products Co. 001375 (base 16) American Security Products Co. 11925 Pacific ave. Fontana CA 92335 US 00-13-58 (hex) Realm Systems, Inc. 001358 (base 16) Realm Systems, Inc. 9350 South 535 East Sandy Utah 84070 US 00-12-C1 (hex) Check Point Software Technologies 0012C1 (base 16) Check Point Software Technologies 5 Ha'solelim St. Tel Aviv 67897 IL 00-12-BB (hex) Telecommunications Industry Association TR-41 Committee 0012BB (base 16) Telecommunications Industry Association TR-41 Committee 2500 Wilson Blvd., Suite 300 Arlington VA 22201 US 00-12-B6 (hex) Santa Barbara Infrared, Inc. 0012B6 (base 16) Santa Barbara Infrared, Inc. 30 S. Calle Cesar Chavez Santa Barbara CA 93103 US 00-12-B9 (hex) Fusion Digital Technology 0012B9 (base 16) Fusion Digital Technology Victoria Mews, 23 Millfield Road Bingley BD16 1PY GB 00-12-ED (hex) AVG Advanced Technologies 0012ED (base 16) AVG Advanced Technologies 4140 Utica Ridge Road Bettendorf IA 52722 US 00-12-EA (hex) Trane 0012EA (base 16) Trane 4833 White Bear Parkway St. Paul MN 55110 US 00-12-E7 (hex) Projectek Networking Electronics Corp. 0012E7 (base 16) Projectek Networking Electronics Corp. 5F-9, No. 16, Lane 609, Sec. 5, Chungshin Rd., Sanchung, Taipei 241 TW 00-12-C3 (hex) WIT S.A. 0012C3 (base 16) WIT S.A. 138 avenue Léon Bérenger Saint Laurent du Var PACA 06700 FR 00-12-C8 (hex) Perfect tech 0012C8 (base 16) Perfect tech 3F,No.9,LANE175,NANKAN RD., LUJHU TAOYUAN 338 TW 00-12-C6 (hex) TGC America, Inc 0012C6 (base 16) TGC America, Inc 2901 Tasman Drive, Suite 111 Santa Clara CA 95054 US 00-12-CC (hex) Bitatek CO., LTD 0012CC (base 16) Bitatek CO., LTD 6F.,No 115,Wugong 3rd Rd Wugu District New Taipei City 248 TW 00-12-FA (hex) THX LTD 0012FA (base 16) THX LTD 5201 Great America Parkway Santa Clara CA 95054 US 00-13-06 (hex) Always On Wireless 001306 (base 16) Always On Wireless 3701 Kirby Dr Houston TX 77098 US 00-12-FD (hex) OPTIMUS IC S.A. 0012FD (base 16) OPTIMUS IC S.A. NAWOJOWSKA 118 NOWY SACZ MALOPOLSKA 33-300 PL 00-13-05 (hex) Epicom, Inc. 001305 (base 16) Epicom, Inc. PO Box 24839 Oakland CA 94623-1839 US 00-12-E4 (hex) ZIEHL industrie-electronik GmbH + Co KG 0012E4 (base 16) ZIEHL industrie-electronik GmbH + Co KG Daimlerstraße 13 Schwaebisch Hall 74523 DE 00-12-97 (hex) O2Micro, Inc. 001297 (base 16) O2Micro, Inc. 3118 Patrick Henry Drive Santa Clara CA 95054 US 00-12-9D (hex) First International Computer do Brasil 00129D (base 16) First International Computer do Brasil Rodovia BR 459 Santa Rita do Sapucaí Minas Gerais BR 00-12-9C (hex) Yulinet 00129C (base 16) Yulinet 11F, Samhomoolsan B/D 275-6, Yangjae-dong Seocho Seoul 137-941 KR 00-12-90 (hex) KYOWA Electric & Machinery Corp. 001290 (base 16) KYOWA Electric & Machinery Corp. 4-8-16,Masuizumi Kanazawa Ishikawa 921-8025 JP 00-12-91 (hex) KWS Computersysteme GmbH 001291 (base 16) KWS Computersysteme GmbH Carl Zeiss Str. 1 Ettlingen BW 76275 DE 00-12-95 (hex) Aiware Inc. 001295 (base 16) Aiware Inc. J-Tower 2F Fuchu-shi Tokyo 183-0044 JP 00-12-8B (hex) Sensory Networks Inc 00128B (base 16) Sensory Networks Inc Level 6, 140 William St East Sydney NSW 2011 AU 00-12-8F (hex) Montilio 00128F (base 16) Montilio 1 maskit st. Hertzelia 46763 IL 00-12-A3 (hex) Trust International B.V. 0012A3 (base 16) Trust International B.V. Laan van Barcelona 600 Dordrecht Zuid holland 3317 DD NL 00-12-A7 (hex) ISR TECHNOLOGIES Inc 0012A7 (base 16) ISR TECHNOLOGIES Inc 1100, rue Notre-Dame Ouest Montreal Quebec H3C 1K3 CA 00-12-AA (hex) IEE, Inc. 0012AA (base 16) IEE, Inc. 7740 Lemona Avenue Van Nuys, CA 91405 US 00-12-9F (hex) RAE Systems 00129F (base 16) RAE Systems 3775 North First Street San Jose CA 95134 US 00-12-B5 (hex) Vialta, Inc. 0012B5 (base 16) Vialta, Inc. 48461 Fremont Blvd. Fremont CA 94538 US 00-12-B1 (hex) Dai Nippon Printing Co., Ltd 0012B1 (base 16) Dai Nippon Printing Co., Ltd 2-8-21,Akabane-minami Kita-ku Tokyo 115-0044 JP 00-12-89 (hex) Advance Sterilization Products 001289 (base 16) Advance Sterilization Products 33 Technology Drive Irvine California 92618 US 00-12-84 (hex) Lab33 Srl 001284 (base 16) Lab33 Srl C.so F. Perrone 24 Genoa GE 16152 IT 00-12-81 (hex) March Networks S.p.A. 001281 (base 16) March Networks S.p.A. Via Dei Lavoratori Autobianchi n. 1, Desio Milano 20033 IT 00-12-7E (hex) Digital Lifestyles Group, Inc. 00127E (base 16) Digital Lifestyles Group, Inc. 801 South Sentous Ave. City of Industry CA 91748 US 00-12-6B (hex) Ascalade Communications Limited 00126B (base 16) Ascalade Communications Limited Unit 10-11, 35/F, Cable TV Tower, HK 00-12-33 (hex) JRC TOKKI Co.,Ltd. 001233 (base 16) JRC TOKKI Co.,Ltd. 3-2-1 Shinyoshidahigashi Kohoku-ku Yokohama Kanagawa 223-8572 JP 00-12-5B (hex) KAIMEI ELECTRONI 00125B (base 16) KAIMEI ELECTRONI 14-3F, NO.81,SEC. 1,HSIN-TAI-WU ROAD,HSICHIH, TAIPEI HSIEN HSICHIH 221 TW 00-12-59 (hex) THERMO ELECTRON KARLSRUHE 001259 (base 16) THERMO ELECTRON KARLSRUHE DIESELSTRAßE 4 KARLSRUHE Baden-Württemberg 76227 DE 00-12-5A (hex) Microsoft Corporation 00125A (base 16) Microsoft Corporation One Microsoft Way Redmond Washington 98052-6399 US 00-12-3D (hex) GES Co, Ltd 00123D (base 16) GES Co, Ltd Room 710, Bundang Technopark, 700 Gyeonggi-Do 463-400 KR 00-12-39 (hex) S Net Systems Inc. 001239 (base 16) S Net Systems Inc. 10F Sungwon Bldg. Samsung-dong Seoul 135-090 KR 00-12-2F (hex) Sanei Electric Inc. 00122F (base 16) Sanei Electric Inc. 5F Taisou-Ikebukuro Bldg. Toshima-ku Tokyo 171-0014 JP 00-12-30 (hex) Picaso Infocommunication CO., LTD. 001230 (base 16) Picaso Infocommunication CO., LTD. 3F, Suntechcity, Sangdaewon 1-dong, Sungnam-city Kyunggi-do 462-725 KR 00-12-46 (hex) T.O.M TECHNOLOGY INC.. 001246 (base 16) T.O.M TECHNOLOGY INC.. 906 Woolim E-biz Center 2, Seoul Guro-Gu 184-1 KR 00-12-56 (hex) LG INFORMATION & COMM. 001256 (base 16) LG INFORMATION & COMM. 459-9,KASAN-DONG,KUMCHON-GU, SEOUL 153-023 KR 00-12-14 (hex) Koenig & Bauer AG 001214 (base 16) Koenig & Bauer AG Friedrich-Koenig-Str. 4 Wuerzburg Bavaria 97080 DE 00-12-0F (hex) IEEE 802.3 00120F (base 16) IEEE 802.3 Oban PA34 5EJ GB 00-12-1D (hex) Netfabric Corporation 00121D (base 16) Netfabric Corporation 67 Federal Road Brookfield CT 06804 US 00-12-0C (hex) CE-Infosys Pte Ltd 00120C (base 16) CE-Infosys Pte Ltd 390 Havelock Road 169662 SG 00-11-B3 (hex) YOSHIMIYA CO.,LTD. 0011B3 (base 16) YOSHIMIYA CO.,LTD. 2-3-24 Bainan OSAKA OSAKA-Pref 557-0033 JP 00-11-B6 (hex) Open Systems International 0011B6 (base 16) Open Systems International 4101 Arrowhead Drive Medina MN 55340 US 00-11-B0 (hex) Fortelink Inc. 0011B0 (base 16) Fortelink Inc. 42501 Albrae street suite 202 Fremont CA 94538 US 00-11-AC (hex) Simtec Electronics 0011AC (base 16) Simtec Electronics Avondale Drive Tarleton Lancashire PR4 6AX GB 00-11-AD (hex) Shanghai Ruijie Technology 0011AD (base 16) Shanghai Ruijie Technology 27F, 420 Jiangning Rd. Shanghai 200041 CN 00-11-CD (hex) Axsun Technologies 0011CD (base 16) Axsun Technologies 1 Fortune Drive Billerica MA 02460 US 00-11-C5 (hex) TEN Technology 0011C5 (base 16) TEN Technology 555 East Ocean Blvd. Long Beach CA 90802 US 00-11-BE (hex) AGP Telecom Co. Ltd 0011BE (base 16) AGP Telecom Co. Ltd 9F, 134 Chung-Hsiao E. RD Taipei 106 TW 00-11-BA (hex) Elexol Pty Ltd 0011BA (base 16) Elexol Pty Ltd Level 2 / 146 Bundall Road Bundall Queensland 4217 AU 00-11-BC (hex) Cisco Systems, Inc 0011BC (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-11-A8 (hex) Quest Technologies 0011A8 (base 16) Quest Technologies 1060 Corporate Center Drive Oconomowoc Wisconsin 53066 US 00-11-A1 (hex) VISION NETWARE CO.,LTD 0011A1 (base 16) VISION NETWARE CO.,LTD Ace Twin Tower (2), #709 Seoul Guro-Gu 152-050 KR 00-11-E2 (hex) Hua Jung Components Co., Ltd. 0011E2 (base 16) Hua Jung Components Co., Ltd. 5F, No.13, Lane 120, Sec.1, Nei Hu Road Taipei 114 TW 00-11-DA (hex) Vivaas Technology Inc. 0011DA (base 16) Vivaas Technology Inc. 15F, No. 10, Sec 1, Pei-Hsin Rd., Hsin-Tien city Taipei Hsien, 231 TW 00-11-DD (hex) FROMUS TEC. Co., Ltd. 0011DD (base 16) FROMUS TEC. Co., Ltd. 2F 896-8 Hogye2-dong Dongan-Gu 431-836 KR 00-11-EB (hex) Innovative Integration 0011EB (base 16) Innovative Integration 2390A Ward Avenue Simi Valley CA 93065 US 00-11-EA (hex) IWICS Inc. 0011EA (base 16) IWICS Inc. 19125 North Creek Parkway Bothell WA 98011 US 00-11-E4 (hex) Danelec Electronics A/S 0011E4 (base 16) Danelec Electronics A/S Blokken 44 Birkeroed Copenhagen 3460 DK 00-11-E1 (hex) Arcelik A.S 0011E1 (base 16) Arcelik A.S Cumhuriyet Mah., E5 Yan Yol, No:1, Istanbul 34520 TR 00-11-FB (hex) Heidelberg Engineering GmbH 0011FB (base 16) Heidelberg Engineering GmbH Tiergartenstraße 15 Heidelberg Baden-Württemberg 69121 DE 00-11-D6 (hex) HandEra, Inc. 0011D6 (base 16) HandEra, Inc. 2859 104th St. Des Moines IA 50322 US 00-11-CA (hex) Long Range Systems, Inc. 0011CA (base 16) Long Range Systems, Inc. 4550 Excel Parkway Addison Texas 75001 US 00-11-EF (hex) Conitec Datensysteme GmbH 0011EF (base 16) Conitec Datensysteme GmbH Dieselstraße 11c Dieburg Hessen 64807 DE 00-11-4F (hex) US Digital Television, Inc 00114F (base 16) US Digital Television, Inc 5807 N. Andrews Way Fort Lauderdale FL 33309 US 00-11-82 (hex) IMI Norgren Ltd 001182 (base 16) IMI Norgren Ltd PO Box 22 Lichfield Staffordshire WS13 6SB GB 00-11-7A (hex) Singim International Corp. 00117A (base 16) Singim International Corp. 6F-2, No. 190, Sec. 2 Chung Hsin Road, Hsin Tien City 231 TW 00-11-48 (hex) Prolon Control Systems 001148 (base 16) Prolon Control Systems Herstedvesterstraede 56 Albertslund DK-2620 DK 00-11-40 (hex) Nanometrics Inc. 001140 (base 16) Nanometrics Inc. 250 Herzberg Rd. Kanata Ontario K2K 2A1 CA 00-11-44 (hex) Assurance Technology Corp 001144 (base 16) Assurance Technology Corp 6304 Potomac Avenue Alexandria Virginia 22307 US 00-11-63 (hex) SYSTEM SPA DEPT. ELECTRONICS 001163 (base 16) SYSTEM SPA DEPT. ELECTRONICS VIA GHIAROLA VECCHIA 73 FIORANO MODENESE MODENA I-41042 IT 00-11-8F (hex) EUTECH INSTRUMENTS PTE. LTD. 00118F (base 16) EUTECH INSTRUMENTS PTE. LTD. Blk 55,Ayer Rajah Crescent, #04-16/24. 139949 SG 00-11-8D (hex) Hanchang System Corp. 00118D (base 16) Hanchang System Corp. 1058-2, Shinkil-dong, Danwon-gu, Ansan-si Gyeonggi-do 425-839 KR 00-11-5F (hex) ITX Security Co., Ltd. 00115F (base 16) ITX Security Co., Ltd. 9F Kolon Digital Tower Aston Bldg. 505-14 Gasan-dong Geumcheon-gu SEOUL 153-803 KR 00-11-53 (hex) Trident Tek, Inc. 001153 (base 16) Trident Tek, Inc. 8041 Cessna Ave #200 Gaithersburg MD 20879 US 00-11-72 (hex) COTRON CORPORATION 001172 (base 16) COTRON CORPORATION 12FL,No.150,Sec.4,Cheng-De Rd Taipei City 111 TW 00-11-A0 (hex) Vtech Engineering Canada Ltd 0011A0 (base 16) Vtech Engineering Canada Ltd 200-7671 Alderbridge Way Richmond BC V6X 1Z9 CA 00-11-9B (hex) Telesynergy Research Inc. 00119B (base 16) Telesynergy Research Inc. 4F, No. 49, Tung Hsin Rd., Taipei 110 TW 00-11-91 (hex) CTS-Clima Temperatur Systeme GmbH 001191 (base 16) CTS-Clima Temperatur Systeme GmbH Lotzenäcker 21 Hechingen Baden-Württemberg 72379 DE 00-11-89 (hex) Aerotech Inc 001189 (base 16) Aerotech Inc 101 Zeta Drive Pittsburgh PA 15238 US 00-0F-FB (hex) Nippon Denso Industry Co., Ltd. 000FFB (base 16) Nippon Denso Industry Co., Ltd. 3-14-19 Shibaura, Minato-ku Tokyo, 108-8560 JP 00-0F-F2 (hex) Loud Technologies Inc. 000FF2 (base 16) Loud Technologies Inc. 16220 Wood-Red Rd. NE Woodinville WA 98072 US 00-0F-F1 (hex) nex-G Systems Pte.Ltd 000FF1 (base 16) nex-G Systems Pte.Ltd 25 Kallang Ave 339416 SG 00-11-01 (hex) CET Technologies Pte Ltd 001101 (base 16) CET Technologies Pte Ltd 100 Jurong East Street 21 609602 SG 00-0F-FF (hex) Control4 000FFF (base 16) Control4 11734 S. Election Drive Draper UT 84020 US 00-0F-FC (hex) Merit Li-Lin Ent. 000FFC (base 16) Merit Li-Lin Ent. No. 20 Wu-Long 6 Rd. Wu-Ku Taipei 242 TW 00-11-13 (hex) Fraunhofer FOKUS 001113 (base 16) Fraunhofer FOKUS Kaiserin-Augusta-Allee 31 Berlin 10589 DE 00-11-12 (hex) Honeywell CMSS 001112 (base 16) Honeywell CMSS 8323 Lindbergh Ct Sarasota FL 34243 US 00-0F-E0 (hex) NComputing Co.,Ltd. 000FE0 (base 16) NComputing Co.,Ltd. 6th Fl, JEI-Platz B/D Seoul Gasan-dong Geumcheon-Gu 459-11 KR 00-0F-E3 (hex) Damm Cellular Systems A/S 000FE3 (base 16) Damm Cellular Systems A/S Moellegade 68 Soenderborg DK-6400 DK 00-11-28 (hex) Streamit 001128 (base 16) Streamit Flight Forum 3543 Eindhoven 5657 DW NL 00-11-3F (hex) Alcatel DI 00113F (base 16) Alcatel DI ZI lavoisier EU Normandie 76260 FR 00-11-37 (hex) AICHI ELECTRIC CO., LTD. 001137 (base 16) AICHI ELECTRIC CO., LTD. 1 kasugai city aichi pref. 486-8666 JP 00-0F-F3 (hex) Jung Myoung Communications&Technology 000FF3 (base 16) Jung Myoung Communications&Technology 1th FL., Dong IL Bldg.107 Yangjae-Dong Seocho-Ku Seoul 137-130 KR 00-11-3A (hex) SHINBORAM 00113A (base 16) SHINBORAM 4F DAHNWORLD BUILDING, 154-11 SAMSUNG-DONG SEOUL 135-879 KR 00-0F-89 (hex) Winnertec System Co., Ltd. 000F89 (base 16) Winnertec System Co., Ltd. #405, 4th Floor. Ace-Techno Tower III, 197-48, Seoul 152-766 KR 00-0F-A4 (hex) Sprecher Automation GmbH 000FA4 (base 16) Sprecher Automation GmbH Franckstrasse 51 Linz Oberösterreich 4018 AT 00-0F-A6 (hex) S2 Security Corporation 000FA6 (base 16) S2 Security Corporation 6 Abbott Road Wellesley MA 02481 US 00-0F-AA (hex) Nexus Technologies 000FAA (base 16) Nexus Technologies 10 National Ave. Fletcher NC 28732 US 00-0F-A8 (hex) Photometrics, Inc. 000FA8 (base 16) Photometrics, Inc. 3440 E Britannia Drive Tucson AZ 85706-5006 US 00-0F-BD (hex) MRV Communications (Networks) LTD 000FBD (base 16) MRV Communications (Networks) LTD P.O Box 614 Yokneam 20692 IL 00-0F-B4 (hex) Timespace Technology 000FB4 (base 16) Timespace Technology Blackstone Road Huntingdon Cambridgeshire PE29 6TT GB 00-0F-9D (hex) DisplayLink (UK) Ltd 000F9D (base 16) DisplayLink (UK) Ltd Mount Pleasant House Cambridge Cambridgeshire CB3 0RN GB 00-0F-C5 (hex) KeyMed Ltd 000FC5 (base 16) KeyMed Ltd KeyMed House Southend on Sea Essex SS2 5QH GB 00-0F-BF (hex) DGT Sp. z o.o. 000FBF (base 16) DGT Sp. z o.o. ul. Jaskowa Dolina 15 Gdansk woj. pomorskie 80-252 PL 00-0F-92 (hex) Microhard Systems Inc. 000F92 (base 16) Microhard Systems Inc. #17, 2135-32Ave NE Calgary AB T2E6Z3 CA 00-0F-CB (hex) 3Com Ltd 000FCB (base 16) 3Com Ltd Peoplebuilding 2 Hemel Hempstead Herts HP2 4NW GB 00-0F-D5 (hex) Schwechat - RISE 000FD5 (base 16) Schwechat - RISE Am Concorde Park 2A Schwechat 2320 AT 00-0F-67 (hex) West Instruments 000F67 (base 16) West Instruments Unit 5, The Hyde, Lower Bevendean Brighton East Sussex BN2 4JU GB 00-0F-6E (hex) BBox 000F6E (base 16) BBox Gyar u. 2. (115) Budaors H-2040 HU 00-0F-6F (hex) FTA Communication Technologies 000F6F (base 16) FTA Communication Technologies 11, rue Pierre Werner Betzdorf L-6832 LU 00-0F-63 (hex) Obzerv Technologies 000F63 (base 16) Obzerv Technologies 400 Jean Lesage Quebec QC G1K8W1 CA 00-0F-21 (hex) Scientific Atlanta, Inc 000F21 (base 16) Scientific Atlanta, Inc 5030 Sugarloaf Parkway Lawrenceville Ga 30042 US 00-0F-11 (hex) Prodrive B.V. 000F11 (base 16) Prodrive B.V. P.O. 28030 Eindhoven 5602 JA NL 00-0F-13 (hex) Nisca corporation 000F13 (base 16) Nisca corporation 430-1 Masuho-Cho Yamanashi-Ken 400-0593 JP 00-0F-14 (hex) Mindray Co., Ltd. 000F14 (base 16) Mindray Co., Ltd. Mindray Building, Keji 12th Road South Shenzhen Guangdong 518057 CN 00-0F-65 (hex) icube Corp. 000F65 (base 16) icube Corp. Olympia Center 2F,828-10,Yeoksam-dong,Kangnam-ku Seoul South 135-935 KR 00-0F-5D (hex) Genexis BV 000F5D (base 16) Genexis BV Lodewijktraat 1A 5652 AC Eindhoven SE 00-0F-58 (hex) Adder Technology Limited 000F58 (base 16) Adder Technology Limited Technology House Bar Hill Cambridgeshire CB3 8SQ GB 00-0F-12 (hex) Panasonic Europe Ltd. 000F12 (base 16) Panasonic Europe Ltd. Hesebergweg 49-51 Peine D-31228 DE 00-0F-0E (hex) WaveSplitter Technologies, Inc. 000F0E (base 16) WaveSplitter Technologies, Inc. 2248 North First Street San Jose CA 95131 US 00-0F-0C (hex) SYNCHRONIC ENGINEERING 000F0C (base 16) SYNCHRONIC ENGINEERING 25 CAP DARNETAL DARNETAL FRANCE 76160 FR 00-0F-0B (hex) Kentima Technologies AB 000F0B (base 16) Kentima Technologies AB Box 174 Staffanstorp Skåne 245 44 SE 00-0F-46 (hex) SINAR AG 000F46 (base 16) SINAR AG Stadtweg 24 Feuerthalen ZH CH-8245 CH 00-0F-41 (hex) Zipher Ltd 000F41 (base 16) Zipher Ltd 7 Faraday Building Nottingham Nottinghamshire NG7 2QP GB 00-0F-4D (hex) TalkSwitch 000F4D (base 16) TalkSwitch 1545 Carling Ave Ottawa Ontario K1Z 8P9 CA 00-0F-71 (hex) Sanmei Electronics Co.,Ltd 000F71 (base 16) Sanmei Electronics Co.,Ltd 2-2-1,Seikai,Shimizu Shizuoka 424-0924 JP 00-0F-6B (hex) GateWare Communications GmbH 000F6B (base 16) GateWare Communications GmbH Allersberger Strasse 185 F Nuernberg Bavaria D-90461 DE 00-0E-D5 (hex) COPAN Systems Inc. 000ED5 (base 16) COPAN Systems Inc. 2605 Trade Centre Ave. Longmont CO 80503 US 00-0E-CA (hex) WTSS Inc 000ECA (base 16) WTSS Inc 5999 Avenida Encinas Carlsbad CA 92008 US 00-0E-CC (hex) Tableau, LLC 000ECC (base 16) Tableau, LLC N8 W22195 Johnson Drive, Suite 100 Waukesha WI 53186 US 00-0E-CB (hex) VineSys Technology 000ECB (base 16) VineSys Technology 3350 Scott Blvd. building 15-03 Santa Clara CA 95054 US 00-0E-D2 (hex) Filtronic plc 000ED2 (base 16) Filtronic plc The Waterfront Saltaire W Yorks BD18 3TT GB 00-0E-C8 (hex) Zoran Corporation 000EC8 (base 16) Zoran Corporation 1390 Kifer Rd. Sunnyvale CA 94086 US 00-0E-D9 (hex) Aksys, Ltd. 000ED9 (base 16) Aksys, Ltd. 2 Marriott Drive Lincolnshire IL 60069 US 00-0E-B4 (hex) GUANGZHOU GAOKE COMMUNICATIONS TECHNOLOGY CO.LTD. 000EB4 (base 16) GUANGZHOU GAOKE COMMUNICATIONS TECHNOLOGY CO.LTD. AVE. 398 ZHONGSHAN GUANGZHOU GUANGDONG 510660 CN 00-0E-B1 (hex) Newcotech,Ltd 000EB1 (base 16) Newcotech,Ltd Anyang Megavally 715-3 Anyang City Gueonggi-Do 431-160 KR 00-0E-A9 (hex) Shanghai Xun Shi Communications Equipment Ltd. Co. 000EA9 (base 16) Shanghai Xun Shi Communications Equipment Ltd. Co. Hi-Tech King World, Unit C603 Shanghai 200001 CN 00-0E-B6 (hex) Riverbed Technology, Inc. 000EB6 (base 16) Riverbed Technology, Inc. 680 Folsom St. San Francisco CA 94107 US 00-0E-B7 (hex) Knovative, Inc. 000EB7 (base 16) Knovative, Inc. 11245 West Bernardo Court San Diego CA 92127 US 00-0E-FA (hex) Optoway Technology Incorporation 000EFA (base 16) Optoway Technology Incorporation No. 38, Kuang Fu South Road Hu Kou Hsin Chu 303 TW 00-0E-FD (hex) FUJINON CORPORATION 000EFD (base 16) FUJINON CORPORATION 1-324 UETAKE, KITA-KU, SAITAMA CITY SAITAMA 331-9624 JP 00-0E-F5 (hex) iPAC Technology Co., Ltd. 000EF5 (base 16) iPAC Technology Co., Ltd. 6F, No. 30, Shingjung Road, Neihu Taipei 114 TW 00-0E-FB (hex) Macey Enterprises 000EFB (base 16) Macey Enterprises P.O. Box 7267 Tempe AZ 85281 US 00-0F-09 (hex) Private 000F09 (base 16) Private 00-0E-DC (hex) Tellion INC. 000EDC (base 16) Tellion INC. 5th Fl. BONA Venture Town Seoul Seocho-gu. 137-719 KR 00-0E-CD (hex) SKOV A/S 000ECD (base 16) SKOV A/S Hedelund 4 Roslev DK-7870 DK 00-0E-DB (hex) XiNCOM Corp. 000EDB (base 16) XiNCOM Corp. 2840 Industrial Ave. Hubbard OR 97032 US 00-0E-DD (hex) SHURE INCORPORATED 000EDD (base 16) SHURE INCORPORATED 5800 W. TOUHY AVE. NILES IL 60714 US 00-0E-C2 (hex) Lowrance Electronics, Inc. 000EC2 (base 16) Lowrance Electronics, Inc. 12000 E. Skelly Drive Tulsa OK 74128 US 00-0E-A3 (hex) CNCR-IT CO.,LTD,HangZhou P.R.CHINA 000EA3 (base 16) CNCR-IT CO.,LTD,HangZhou P.R.CHINA Yinjiang mansion NO.5F Wenyi Road HangZhou ZheJiang 310012 CN 00-0E-A2 (hex) McAfee, Inc 000EA2 (base 16) McAfee, Inc 350 SW 12th Avenue Deerfield Beach FL 33442 US 00-0E-9B (hex) Ambit Microsystems Corporation 000E9B (base 16) Ambit Microsystems Corporation 5F-1, 5 Hsin-An Rd. Science-Based Industrial Park Hsinchu 300 TW 00-0E-78 (hex) Amtelco 000E78 (base 16) Amtelco 4800 Curtin Drive McFarland WI 53558 US 00-0E-71 (hex) Gemstar Technology Development Ltd. 000E71 (base 16) Gemstar Technology Development Ltd. Unit 201, Stulex house, 698 prince edward road east, san po kong, Kolwoon Hong Kong 852 HK 00-0E-70 (hex) in2 Networks 000E70 (base 16) in2 Networks 320 W 200 S SLC UT 84101 US 00-0E-37 (hex) Harms & Wende GmbH & Co.KG 000E37 (base 16) Harms & Wende GmbH & Co.KG Grossmoorkehre 9 Hamburg D-21079 DE 00-0E-31 (hex) Olympus Soft Imaging Solutions GmbH 000E31 (base 16) Olympus Soft Imaging Solutions GmbH Johann-Krane-Weg 39 Münster 48149 DE 00-0E-2F (hex) Roche Diagnostics GmbH 000E2F (base 16) Roche Diagnostics GmbH Roche Diabetes Care Insulin Delivery Systems D-68305 Mannheim DE 00-0E-2A (hex) Private 000E2A (base 16) Private 00-0E-9E (hex) Topfield Co., Ltd 000E9E (base 16) Topfield Co., Ltd 4th floor, Deoksan Bldg 260-4, Seohyun-dong Seongnam Bundang-Ku 463-824 KR 00-0E-41 (hex) NIHON MECHATRONICS CO.,LTD. 000E41 (base 16) NIHON MECHATRONICS CO.,LTD. 9-6 SHIOMIDAI, MIYAMAE-KU KAWASAKI-SHI KANAGAWA-KEN 216-0013 JP 00-0E-3C (hex) Transact Technologies Inc 000E3C (base 16) Transact Technologies Inc 20 Bomax Drive Ithaca New York 14850 US 00-0E-63 (hex) Lemke Diagnostics GmbH 000E63 (base 16) Lemke Diagnostics GmbH Radeburger Str. 47 Volkersdorf Saxony 01468 DE 00-0E-5B (hex) ParkerVision - Direct2Data 000E5B (base 16) ParkerVision - Direct2Data 9432 Baymeadows Way Jacksonville FL 32246 US 00-0E-60 (hex) 360SUN Digital Broadband Corporation 000E60 (base 16) 360SUN Digital Broadband Corporation 2F-2, No.2, Jianba Rd., Chung Ho Taipei 235 TW 00-0E-54 (hex) AlphaCell Wireless Ltd. 000E54 (base 16) AlphaCell Wireless Ltd. 22 Zarhin street Raanana 43662 IL 00-0E-4E (hex) Waveplus Technology Co., Ltd. 000E4E (base 16) Waveplus Technology Co., Ltd. 347 HsinHu 2nd Rd., NeiHu Taipei 114 TW 00-0E-4A (hex) Changchun Huayu WEBPAD Co.,LTD 000E4A (base 16) Changchun Huayu WEBPAD Co.,LTD 4370 Gaoxin Road, High-Tech Changchun Jilin 130012 CN 00-0E-93 (hex) Milénio 3 Sistemas Electrónicos, Lda. 000E93 (base 16) Milénio 3 Sistemas Electrónicos, Lda. Edifício Via Norte, R. Espido 164C S403 Maia Minho 4470-177 PT 00-0E-8D (hex) Systems in Progress Holding GmbH 000E8D (base 16) Systems in Progress Holding GmbH Exerzierplatzstrasse 85 Graz Styria 8051 AT 00-0E-76 (hex) GEMSOC INNOVISION INC. 000E76 (base 16) GEMSOC INNOVISION INC. 9F,No.516,Sec,1Neihu Rd., Taipei 114 TW 00-0E-7D (hex) Electronics Line 3000 Ltd. 000E7D (base 16) Electronics Line 3000 Ltd. 2 Granit St. Petah Tikva Kiryar Arie 449130 IL 00-0E-2C (hex) Netcodec co. 000E2C (base 16) Netcodec co. 401 Daeion S/W Center, 48 Jangdong Daejon 305-715 KR 00-0E-23 (hex) Incipient, Inc. 000E23 (base 16) Incipient, Inc. 230 Third Ave. Waltham MA 02451 US 00-0E-25 (hex) Hannae Technology Co., Ltd 000E25 (base 16) Hannae Technology Co., Ltd 4F, Hyunjin Bldg., #798-30, Yeoksam-Dong SEOUL 135-080 KR 00-0E-20 (hex) ACCESS Systems Americas, Inc. 000E20 (base 16) ACCESS Systems Americas, Inc. 1188 East Arques Avenue Sunnyvale CA 94085 US 00-0E-21 (hex) MTU Friedrichshafen GmbH 000E21 (base 16) MTU Friedrichshafen GmbH Maybachplatz 1 Friedrichshafen Baden Wuertemberg 88040 DE 00-0D-D4 (hex) Symantec Corporation 000DD4 (base 16) Symantec Corporation 275 2nd Ave Waltham MA 02541 US 00-0D-D2 (hex) Simrad Optronics ASA 000DD2 (base 16) Simrad Optronics ASA Ensjøveienn 23B PO Box 6114 Etterstad NO-0602 Oslo NO 00-0D-D1 (hex) Stryker Corporation 000DD1 (base 16) Stryker Corporation 4100 E Milham Kalamazoo MI 49001 US 00-0D-D7 (hex) Bright 000DD7 (base 16) Bright 1-12-44 Aobadai Kashiwa-shi Chiba-ken 277-0055 JP 00-0D-D9 (hex) Anton Paar GmbH 000DD9 (base 16) Anton Paar GmbH Anton-Paar-Strasse 20 Graz 8054 AT 00-0D-DC (hex) VAC 000DDC (base 16) VAC 20F, N0. 456, Sec. 4, Hsin Yi Rd., Taipei 110 TW 00-0D-E0 (hex) ICPDAS Co.,LTD 000DE0 (base 16) ICPDAS Co.,LTD No. 111, Kuang-Fu N. Rd., Hsin-Chu Indu HSINCHU 303 TW 00-0D-E3 (hex) AT Sweden AB 000DE3 (base 16) AT Sweden AB P.O. Box 1166 Kista Stockholm SE-164 26 SE 00-0D-EA (hex) Kingtel Telecommunication Corp. 000DEA (base 16) Kingtel Telecommunication Corp. 147 Kang Ning St. Hsi Chih City Taipei Hsien 221 TW 00-0D-ED (hex) Cisco Systems, Inc 000DED (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0D-E4 (hex) DIGINICS, Inc. 000DE4 (base 16) DIGINICS, Inc. 178-7 Poi-dong Kangnam-gu Seoul 135-961 KR 00-0E-09 (hex) Shenzhen Coship Software Co.,LTD. 000E09 (base 16) Shenzhen Coship Software Co.,LTD. 7/F,Block A,W2 Bldg,Hi-Tech Industrial Park,Shenzhen,China Shenzhen Guangdong 518057 CN 00-0E-05 (hex) WIRELESS MATRIX CORP. 000E05 (base 16) WIRELESS MATRIX CORP. UNIT 1A-3751 NORTH FRASER WAY BURNABY BC V5J 5G4 CA 00-0E-22 (hex) Private 000E22 (base 16) Private 00-0E-1C (hex) Hach Company 000E1C (base 16) Hach Company 5600 Lindbergh Drive Loveland CO 80538 US 00-0E-02 (hex) Advantech AMT Inc. 000E02 (base 16) Advantech AMT Inc. 657 Orly Ave. Dorval Quebec H9P 1G1 CA 00-0D-C9 (hex) THALES Elektronik Systeme GmbH 000DC9 (base 16) THALES Elektronik Systeme GmbH Fritz-Ludwig-Str. 1 Koblenz 56070 DE 00-0D-81 (hex) Pepperl+Fuchs GmbH 000D81 (base 16) Pepperl+Fuchs GmbH Lilienthalstraße 200 Mannheim 68307 DE 00-0D-7A (hex) DiGATTO Asia Pacific Pte Ltd 000D7A (base 16) DiGATTO Asia Pacific Pte Ltd 190 Mddle Road, #19-05 Fortune Center 188979 SG 00-0D-77 (hex) FalconStor Software 000D77 (base 16) FalconStor Software 125 Baylis Rd Melville NY 11747 US 00-0D-76 (hex) Hokuto Denshi Co,. Ltd. 000D76 (base 16) Hokuto Denshi Co,. Ltd. 3-7 Odori Nishi 16-Chome Chuoku Sapporo Hokkaido 060-0042 JP 00-0D-7B (hex) Consensys Computers Inc. 000D7B (base 16) Consensys Computers Inc. 215 Shields Ct. Markham ON L3R 8V2 CA 00-0D-8F (hex) King Tsushin Kogyo Co., LTD. 000D8F (base 16) King Tsushin Kogyo Co., LTD. 1-10-1 Edanishi Aobaku Yokohama 225-0014 JP 00-0D-89 (hex) Bils Technology Inc 000D89 (base 16) Bils Technology Inc 508 S River Oaks Drive Indialantic FL 32903 US 00-0D-86 (hex) Huber + Suhner AG 000D86 (base 16) Huber + Suhner AG Degersheimerstrasse 14 9100 Herisau CH 00-0D-C8 (hex) AirMagnet, Inc 000DC8 (base 16) AirMagnet, Inc 830 E. Arques Avenue Sunnyvale CA 94085 US 00-0D-BE (hex) Bel Fuse Europe Ltd.,UK 000DBE (base 16) Bel Fuse Europe Ltd.,UK 45/46 Riverside 2 Rochester Kent ME2 4DP GB 00-0D-BC (hex) Cisco Systems, Inc 000DBC (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0D-9F (hex) RF Micro Devices 000D9F (base 16) RF Micro Devices 2191 Zanker Road San Jose CA 95131 US 00-0D-A5 (hex) Fabric7 Systems, Inc 000DA5 (base 16) Fabric7 Systems, Inc 1300 Crittenden Lane Mountain View CA 94043 US 00-0D-C5 (hex) EchoStar Global B.V. 000DC5 (base 16) EchoStar Global B.V. Schuilenburglaan 5a Almelo Overijssel 7604BJ NL 00-0D-99 (hex) Orbital Sciences Corp.; Launch Systems Group 000D99 (base 16) Orbital Sciences Corp.; Launch Systems Group 3380 S. Price Rd. Chandler, AZ 85248 US 00-0D-6C (hex) M-Audio 000D6C (base 16) M-Audio 45 E ST Joseph St. Arcadia CA 91006 US 00-0D-70 (hex) Datamax Corporation 000D70 (base 16) Datamax Corporation 4501 Parkway Commerce Blvd Orlando FL 32808 US 00-0D-59 (hex) Amity Systems, Inc. 000D59 (base 16) Amity Systems, Inc. 888 Tasman Drive Milpitas CA 95035 US 00-0D-4E (hex) NDR Co.,LTD. 000D4E (base 16) NDR Co.,LTD. Sumitomo seimei minatomachi MT BLDG Osak Kinki 550-0015 JP 00-0D-50 (hex) Galazar Networks 000D50 (base 16) Galazar Networks 35 Fitzgerald Ave Ottawa ON K2H 1E6 CA 00-0D-17 (hex) Turbo Networks Co.Ltd 000D17 (base 16) Turbo Networks Co.Ltd 2F,No 1223, Chung Cheng Rd. Tao Yuan 330 TW 00-0D-18 (hex) Mega-Trend Electronics CO., LTD. 000D18 (base 16) Mega-Trend Electronics CO., LTD. Tong Fu Yu Ind., Ku Keng Village, Guan Lan Shengzhen Guang Dong 518110 CN 00-0D-20 (hex) ASAHIKASEI TECHNOSYSTEM CO.,LTD. 000D20 (base 16) ASAHIKASEI TECHNOSYSTEM CO.,LTD. Kanda Jinbocho 1-105 Chiyoda-ku Tokyo 101-8101 JP 00-0D-49 (hex) Triton Systems of Delaware, Inc. 000D49 (base 16) Triton Systems of Delaware, Inc. 522 E. Railroad St. Long Beach MS 39560 US 00-0D-48 (hex) AEWIN Technologies Co., Ltd. 000D48 (base 16) AEWIN Technologies Co., Ltd. 7F, No. 2, Lane 47, Sec. 3, Nan-Gang Rd. TAIPEI 115 TW 00-0D-24 (hex) SENTEC E&E CO., LTD. 000D24 (base 16) SENTEC E&E CO., LTD. No. 32. Gong5 Rd. Lungtan Taoyuan 325 TW 00-0D-22 (hex) Unitronics LTD 000D22 (base 16) Unitronics LTD Unitronics Building Ben Gurion Airport 70100 IL 00-0D-14 (hex) Vtech Innovation LP dba Advanced American Telephones 000D14 (base 16) Vtech Innovation LP dba Advanced American Telephones 203-600 Parsippany Rd Parsippany NJ 07054 US 00-0D-5B (hex) Smart Empire Investments Limited 000D5B (base 16) Smart Empire Investments Limited Suite 2001-2006,Level 20 Landmark North Xin Jie Hong Kong 00852 CN 00-0D-3A (hex) Microsoft Corp. 000D3A (base 16) Microsoft Corp. One Microsoft Way Redmond Wa. 98052 US 00-0D-30 (hex) IceFyre Semiconductor 000D30 (base 16) IceFyre Semiconductor Suite 300 Kanata Ontario K2K 3C9 CA 00-0D-31 (hex) Compellent Technologies, Inc. 000D31 (base 16) Compellent Technologies, Inc. 7625 Smetana Lane Eden Prairie Minnesota 55344 US 00-0D-2C (hex) Net2Edge Limited 000D2C (base 16) Net2Edge Limited Kulite House Stroudley Road Basingstoke Hampshire RG24 8UG GB 00-0D-25 (hex) SANDEN CORPORATION 000D25 (base 16) SANDEN CORPORATION 20 Kotobuki-cho Isesaki-shi Gunma 372-8502 JP 00-0D-6F (hex) Ember Corporation 000D6F (base 16) Ember Corporation 343 Congress St Boston Ma 02210 US 00-0D-5E (hex) NEC Personal Products 000D5E (base 16) NEC Personal Products 6-80, Shimohanazawa 2-Chome Yonezawa-shi Yamagata 992-8520 JP 00-0D-3F (hex) VTI Instruments Corporation 000D3F (base 16) VTI Instruments Corporation 5425 Warner Road, Suite 13 Valley View OH 44125 US 00-0C-E3 (hex) Option International N.V. 000CE3 (base 16) Option International N.V. Kolonel Begaultlaan 45 Leuven Brabant 3012 BE 00-0C-E7 (hex) MediaTek Inc. 000CE7 (base 16) MediaTek Inc. 1F, No. 13, Innovation Road 1, Hsinchu 300 TW 00-0C-E8 (hex) GuangZhou AnJuBao Co., Ltd 000CE8 (base 16) GuangZhou AnJuBao Co., Ltd HeiQiaoTang TangXia TianHe GuangZhou GuangDong 510665 CN 00-0C-E4 (hex) NeuroCom International, Inc. 000CE4 (base 16) NeuroCom International, Inc. 9570 SE Lawnfield Rd Clackamas OR 97015 US 00-0C-B5 (hex) Premier Technolgies, Inc 000CB5 (base 16) Premier Technolgies, Inc PO Box 159 Long Lake MN 55356 US 00-0C-B6 (hex) NANJING SEU MOBILE & INTERNET TECHNOLOGY CO.,LTD 000CB6 (base 16) NANJING SEU MOBILE & INTERNET TECHNOLOGY CO.,LTD 5th floor,Building 5,ChangJiangHou Street No.6 Nanjing Jiangsu 210018 CN 00-0C-C3 (hex) BeWAN systems 000CC3 (base 16) BeWAN systems 16 rue du Moulin des Bruyères Courbevoie Courbevoie Hauts de Seine 92400 FR 00-0C-B4 (hex) AutoCell Laboratories, Inc. 000CB4 (base 16) AutoCell Laboratories, Inc. 174 Concord Street Peterborough, New Hampshire 03458 US 00-0C-B1 (hex) Salland Engineering (Europe) BV 000CB1 (base 16) Salland Engineering (Europe) BV Bedrijvenpark Berkum Zwolle OV 8024 HA NL 00-0C-BC (hex) Iscutum 000CBC (base 16) Iscutum #899-6 Ho-Gye Dong, Dong-An Gu An-Yang City Kyong-Gi Do 431-080 KR 00-0D-04 (hex) Foxboro Eckardt Development GmbH 000D04 (base 16) Foxboro Eckardt Development GmbH Glockenstrasse 52 Stuttgart Baden-Württemberg 70376 DE 00-0D-08 (hex) AboveCable, Inc. 000D08 (base 16) AboveCable, Inc. 8403 Colesville Road, #825 Silver Spring MD 20910 US 00-0D-05 (hex) cybernet manufacturing inc. 000D05 (base 16) cybernet manufacturing inc. 5 holland irvine ca 92618 US 00-0C-FE (hex) Grand Electronic Co., Ltd 000CFE (base 16) Grand Electronic Co., Ltd Room 1710, Block B Lucky tower, No.3 Don Beijing 100027 CN 00-0D-0E (hex) Inqnet Systems, Inc. 000D0E (base 16) Inqnet Systems, Inc. 321 NKIC Center, Seoul 120-100 KR 00-0D-11 (hex) DENTSPLY - Gendex 000D11 (base 16) DENTSPLY - Gendex 901 West Oakton Street Des Plaines IL 60018-1884 US 00-0C-C8 (hex) Xytronix Research & Design, Inc. 000CC8 (base 16) Xytronix Research & Design, Inc. 1488 East 2300 North North Logan UT 84341-1627 US 00-0C-CA (hex) HGST a Western Digital Company 000CCA (base 16) HGST a Western Digital Company 3403 Yerba Buena Road San Jose CA 95135 US 00-0C-D0 (hex) Symetrix 000CD0 (base 16) Symetrix 6408 216th St SW Mountlake Terrace WA 98043 US 00-0C-D9 (hex) Itcare Co., Ltd 000CD9 (base 16) Itcare Co., Ltd 408 KT Seocho, 1001-1 Bangbae-dong, Seoul 137-850 KR 00-0C-D5 (hex) Passave Inc. 000CD5 (base 16) Passave Inc. 1557 Jasper Dr. Sunnyvale CA 94087 US 00-0C-D2 (hex) Schaffner EMV AG 000CD2 (base 16) Schaffner EMV AG Nordstrasse 1 Luterbach CH-4542 CH 00-0A-07 (hex) WebWayOne Ltd 000A07 (base 16) WebWayOne Ltd 11 Kingfisher Court, Newbury Berkshire RG14 5SJ GB 00-0C-B0 (hex) Star Semiconductor Corporation 000CB0 (base 16) Star Semiconductor Corporation 6F, No.17, Li-Hsin Rd Hsinchu City 300 TW 00-0C-34 (hex) Vixen Co., Ltd. 000C34 (base 16) Vixen Co., Ltd. 5-17-3 Higashitokorozawa Tokorozawa Saitama 359-0021 JP 00-0C-58 (hex) M&S Systems 000C58 (base 16) M&S Systems 2861 Congressman Lane Dallas TX 75220 US 00-0C-51 (hex) Scientific Technologies Inc. 000C51 (base 16) Scientific Technologies Inc. 6550 Dumbarton Circle Fremont CA 94560 US 00-0C-73 (hex) TELSON ELECTRONICS CO., LTD 000C73 (base 16) TELSON ELECTRONICS CO., LTD Telson Venture Tower., 949-3 Dogok-Dong Seoul Kangnam-Ku 135-739 KR 00-0C-65 (hex) Sunin Telecom 000C65 (base 16) Sunin Telecom 1025-5 Dokok-Ri, Wabu-Eub Namyangju-City Kyunggi-Do 472-900 KR 00-0C-6C (hex) Eve Systems GmbH 000C6C (base 16) Eve Systems GmbH Rotkreuzplatz 1 Munich 80634 DE 00-0C-6F (hex) Amtek system co.,LTD. 000C6F (base 16) Amtek system co.,LTD. 14F-11,No.79,Sec. 1 ,Hsin Tai Wu Rd., Taipei 221 TW 00-0C-7E (hex) Tellium Incorporated 000C7E (base 16) Tellium Incorporated 2 Crescent Place Oceanport New Jersey 07757 US 00-0C-87 (hex) AMD 000C87 (base 16) AMD 4555 Great America Pkwy Santa Clara CA 95054 US 00-0C-98 (hex) LETEK Communications Inc. 000C98 (base 16) LETEK Communications Inc. Taeyang Bd. 2nd Floor, 2486 SongNam Kyunggi-do 462-824 KR 00-0C-8E (hex) Mentor Engineering Inc 000C8E (base 16) Mentor Engineering Inc 2891 Sunridge Way NE Calgary Alberta T1Y7K7 CA 00-0C-A2 (hex) Harmonic Video Network 000CA2 (base 16) Harmonic Video Network 10 Ha'amal st. Park Afek Rosh Ha'ayin 48092 IL 00-0C-A4 (hex) Prompttec Product Management GmbH 000CA4 (base 16) Prompttec Product Management GmbH Mariatrosterstr. 41 Graz AUSTRIA A-8043 AT 00-0C-5B (hex) HANWANG TECHNOLOGY CO.,LTD 000C5B (base 16) HANWANG TECHNOLOGY CO.,LTD 8F,Automation Building,95 Zhongguancun, Beijing 100080 CN 00-0C-60 (hex) ACM Systems 000C60 (base 16) ACM Systems 3034 Gold Canal Drive Rancho Cordova CA 95670 US 00-0C-83 (hex) Logical Solutions 000C83 (base 16) Logical Solutions 100T Washington Street Milford CT 06460 US 00-0C-96 (hex) OQO, Inc. 000C96 (base 16) OQO, Inc. 1800 Illinois Street San Francisco CA 94124 US 00-0C-08 (hex) HUMEX Technologies Corp. 000C08 (base 16) HUMEX Technologies Corp. 5F, No.5, Lane 44, Szu Wei Rd. Taan Taip Taipei 106 TW 00-0C-0D (hex) Communications & Power Industries / Satcom Division 000C0D (base 16) Communications & Power Industries / Satcom Division 811 Hansen Way MS S-600 Palo Alto CA 94303 US 00-0C-04 (hex) Tecnova 000C04 (base 16) Tecnova 1486 St. Paul Ave. Gurnee Illinois 60031 US 00-0C-01 (hex) Abatron AG 000C01 (base 16) Abatron AG Lettenstrasse 9 Rotkreuz CH-6343 CH 00-0C-39 (hex) Sentinel Wireless Inc. 000C39 (base 16) Sentinel Wireless Inc. 439 S. Union St. South Lawrence MA 01843 US 00-0C-33 (hex) Compucase Enterprise Co. Ltd. 000C33 (base 16) Compucase Enterprise Co. Ltd. 225 Lane 54, An Ho Road, Section 2nd. Tainan City 70942 TW 00-0C-36 (hex) SHARP TAKAYA ELECTRONICS INDUSTRY CO.,LTD. 000C36 (base 16) SHARP TAKAYA ELECTRONICS INDUSTRY CO.,LTD. 3121-1 Satomi Satosho-cho Asakuchi-gun Okayama 719-0301 JP 00-0B-F6 (hex) Nitgen Co., Ltd 000BF6 (base 16) Nitgen Co., Ltd 4th FL. 1337-31 Seocho-dong, Seocho-ku Seoul 137-860 KR 00-0B-FD (hex) Cisco Systems, Inc 000BFD (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0B-FA (hex) EXEMYS SRL 000BFA (base 16) EXEMYS SRL LOYOLA 680 CAPITAL FEDERAL BS AS C1414 AR 00-0B-F4 (hex) Private 000BF4 (base 16) Private 00-0B-FB (hex) D-NET International Corporation 000BFB (base 16) D-NET International Corporation 15, Wu-Chuan 5th Road, Wu-Ku Industrial Taipei Hsieh 248 US 00-0C-1D (hex) Mettler & Fuchs AG 000C1D (base 16) Mettler & Fuchs AG Querstrasse 17 CH-8951 Fahrweid CH 00-0C-1E (hex) Global Cache 000C1E (base 16) Global Cache 160 East California Street Jacksonville OR 97530 US 00-0C-1A (hex) Quest Technical Solutions Inc. 000C1A (base 16) Quest Technical Solutions Inc. 4110 Mourning Dove Crt. Melbourne FL 32934 US 00-0C-24 (hex) ANATOR 000C24 (base 16) ANATOR 44, rue d'Estienne d'Orves sartrouville yvelines 78500 FR 00-0C-19 (hex) Telio Communications GmbH 000C19 (base 16) Telio Communications GmbH Elbchaussee 1 Hamburg 22765 DE 00-0C-13 (hex) MediaQ 000C13 (base 16) MediaQ 2975 San Ysidro Way Santa Clara CA 95051 US 00-0C-06 (hex) Nixvue Systems Pte Ltd 000C06 (base 16) Nixvue Systems Pte Ltd 30 Loyang Way, #07-02 Singapore Singapore S508769 SG 00-0C-2D (hex) FullWave Technology Co., Ltd. 000C2D (base 16) FullWave Technology Co., Ltd. 7F-6, No.26, TaiYuan St., JuBei Hsin Chu 302 TW 00-0C-26 (hex) Weintek Labs. Inc. 000C26 (base 16) Weintek Labs. Inc. 3F, No.910, Chung Cheng Rd. Chung Ho city Taipei Hsien 236 TW 00-0C-2B (hex) ELIAS Technology, Inc. 000C2B (base 16) ELIAS Technology, Inc. 3F, 1015, Yung-An Road, Taoyuan City Taoyuan 330 TW 00-0B-F0 (hex) MoTEX Products Co., Ltd. 000BF0 (base 16) MoTEX Products Co., Ltd. C.P.O.Box 6912 Chong-gu Seoul 82 KR 00-0B-F1 (hex) LAP Laser Applikations 000BF1 (base 16) LAP Laser Applikations Zeppelinstraße 23 Lüneburg Niedersachsen 21337 DE 00-0B-EE (hex) inc.jet, Incorporated 000BEE (base 16) inc.jet, Incorporated One Winnenden Road Norwich CT 06360 US 00-0B-8D (hex) Avvio Networks 000B8D (base 16) Avvio Networks 11 Donovan Dr Bedford MA 01730 US 00-0B-85 (hex) Cisco Systems, Inc 000B85 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0B-7F (hex) Align Engineering LLC 000B7F (base 16) Align Engineering LLC 245 Highlands Drive Friday Harbor WA 98250 US 00-0B-A6 (hex) Miyakawa Electric Works Ltd. 000BA6 (base 16) Miyakawa Electric Works Ltd. 2-1-6, Yokohama Kanagawa 222-0001 JP 00-0B-93 (hex) Ritter Elektronik 000B93 (base 16) Ritter Elektronik Leverkuser Straße 65 Remscheid NRW 42897 DE 00-0B-9B (hex) Sirius System Co, Ltd. 000B9B (base 16) Sirius System Co, Ltd. 3-27 Funado-cho Ashiya Hyogo 659-0093 JP 00-0B-E2 (hex) Lumenera Corporation 000BE2 (base 16) Lumenera Corporation 2520B St. Laurent Blvd. Ottawa Ontario K1B 4R8 CA 00-0B-E1 (hex) Nokia NET Product Operations 000BE1 (base 16) Nokia NET Product Operations 313 Fairchild Drive Mountain View California 94043 US 00-0B-A8 (hex) HANBACK ELECTRONICS CO., LTD. 000BA8 (base 16) HANBACK ELECTRONICS CO., LTD. 306-7, Galma-dong, Seo-gu Daejeon 302-171 KR 00-0B-A9 (hex) CloudShield Technologies, Inc. 000BA9 (base 16) CloudShield Technologies, Inc. 212 Gilbraltar Drive Sunnyvale CA 94089 US 00-0B-A1 (hex) Fujikura Solutions Ltd. 000BA1 (base 16) Fujikura Solutions Ltd. 1565-6,Shirakusadai,Fukaya-shi Saitama-ken 369-1106 JP 00-0B-8E (hex) Ascent Corporation 000B8E (base 16) Ascent Corporation 2-16-19, Kawaraya-machi, Chuo-Ku, Osaka-City Osaka-Pref 542-0066 JP 00-0B-8F (hex) AKITA ELECTRONICS SYSTEMS CO.,LTD. 000B8F (base 16) AKITA ELECTRONICS SYSTEMS CO.,LTD. 85,AZA USHIRONO,AIKAWA,YUWA-MACHI KAWABE-GUN AKITA-KEN 010-1231 JP 00-0B-CB (hex) Fagor Automation , S. Coop 000BCB (base 16) Fagor Automation , S. Coop San Andres s/n Guipuzcoa 20500 ES 00-0B-C8 (hex) AirFlow Networks 000BC8 (base 16) AirFlow Networks 444 Castro St Mountain View Ca 94041 US 00-0B-CE (hex) Free2move AB 000BCE (base 16) Free2move AB Sperlingsgatan 7 Halmstad Halland 30248 SE 00-0B-CF (hex) AGFA NDT INC. 000BCF (base 16) AGFA NDT INC. 50 Industrial Park Road Lewistown PA 17044 US 00-0B-C3 (hex) Multiplex, Inc. 000BC3 (base 16) Multiplex, Inc. 5000 Hadley Rd. S. Plainfield NJ 07040 US 00-0B-BE (hex) Cisco Systems, Inc 000BBE (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0B-E0 (hex) SercoNet Ltd. 000BE0 (base 16) SercoNet Ltd. 16 Ha'haroshet st. Ra'anana 43657 IL 00-0B-BD (hex) Connexionz Limited 000BBD (base 16) Connexionz Limited 1 Show Place Christchurch NZ 00-0B-40 (hex) Cambridge Industries Group (CIG) 000B40 (base 16) Cambridge Industries Group (CIG) 2560 Junction Avenue San Jose 95134 US 00-0B-44 (hex) Concord IDea Corp. 000B44 (base 16) Concord IDea Corp. 4118 14th Ave., Unit 4 Markham Ontario L3R 0J3 CA 00-0B-42 (hex) commax Co., Ltd. 000B42 (base 16) commax Co., Ltd. 513-11, Sangdaewon-Dong, Jungwon-Ku Sungnam-City Kyunggi-Do 462-120 KR 00-0B-47 (hex) Advanced Energy 000B47 (base 16) Advanced Energy 1625 Sharp Point Drive Fort Collins Colorado 80525 US 00-0B-81 (hex) Kaparel Corporation 000B81 (base 16) Kaparel Corporation 97 Randall Drive Waterloo Ontario N2V-1C5 CA 00-0B-82 (hex) Grandstream Networks, Inc. 000B82 (base 16) Grandstream Networks, Inc. 1297 Beacon Street Brookline MA 02446 US 00-0B-6E (hex) Neff Instrument Corp. 000B6E (base 16) Neff Instrument Corp. 700 South Myrtle Ave. Monrovia CA 91016 US 00-0B-72 (hex) Lawo AG 000B72 (base 16) Lawo AG Am Oberwald 8 Rastatt Baden-Württemberg 76437 DE 00-0B-31 (hex) Yantai ZhiYang Scientific and technology industry CO., LTD 000B31 (base 16) Yantai ZhiYang Scientific and technology industry CO., LTD 5F-4, NO. 64, Gong-Jian Rd. Hsi-Chih City Taipei County 221 CN 00-0B-2F (hex) bplan GmbH 000B2F (base 16) bplan GmbH Industriestrasse 23b Steinbach Hessen 61449 DE 00-0B-3D (hex) CONTAL OK Ltd. 000B3D (base 16) CONTAL OK Ltd. Frana Mraza 2/289 Zilina 01124 SK 00-0B-4E (hex) VertexRSI, General Dynamics SatCOM Technologies, Inc. 000B4E (base 16) VertexRSI, General Dynamics SatCOM Technologies, Inc. 3750 W. Loop 281 Longview TX 75604 US 00-0B-4D (hex) Emuzed 000B4D (base 16) Emuzed 46750 Lakeview Boulevard Fremont California 94538 US 00-0B-24 (hex) AirLogic 000B24 (base 16) AirLogic 807-1, Bundangtechnopark D, 151, Sungnam-Si Kyungki-Do 463-760 KR 00-0B-78 (hex) TAIFATECH INC. 000B78 (base 16) TAIFATECH INC. 8F-1 No.289, Sec.2 Guangfu Rd. Hsinchu 300 TW 00-0B-6C (hex) Sychip Inc. 000B6C (base 16) Sychip Inc. 2805 N. Dallas Parkway Suite 400 Plano Texas 75093 US 00-91-D6 (hex) Crystal Group, Inc. 0091D6 (base 16) Crystal Group, Inc. 850 Kacena Rd. Hiawatha IA 52233 US 00-0B-5A (hex) HyperEdge 000B5A (base 16) HyperEdge 333 Pierce Road Suite #200 Itasca IL 60143 US 00-0B-0F (hex) Bosch Rexroth 000B0F (base 16) Bosch Rexroth Luchthavenweg 20 Eindhoven Noord Brabant NL5657 EB NL 00-0B-0C (hex) Agile Systems Inc. 000B0C (base 16) Agile Systems Inc. 575 Kumpf Drive Waterloo Ontario N2V 1K3 CA 00-0B-0A (hex) dBm Optics 000B0A (base 16) dBm Optics 300 S. Public Road Lafayette Colorado 80026 US 00-0B-09 (hex) Ifoundry Systems Singapore 000B09 (base 16) Ifoundry Systems Singapore Block 1, Unit 101B, Innovation Centre, 1 637722 SG 00-0B-1D (hex) LayerZero Power Systems, Inc. 000B1D (base 16) LayerZero Power Systems, Inc. 3559 Townley Road Shaker Heights OH 44122-5156 US 00-0B-19 (hex) Vernier Networks, Inc. 000B19 (base 16) Vernier Networks, Inc. 490 E. Middlefield Road Mountain View CA 94043 US 00-0B-16 (hex) Communication Machinery Corporation 000B16 (base 16) Communication Machinery Corporation 402 E. Gutierrez St. Santa Barbara CA 93101 US 00-0B-12 (hex) NURI Telecom Co., Ltd. 000B12 (base 16) NURI Telecom Co., Ltd. B-10F Woolim Lion's Valley 371-28 Geuncheon-gu Seoul 153-803 KR 00-0A-C5 (hex) Color Kinetics 000AC5 (base 16) Color Kinetics 10 Milk Street Boston Masachusetts 02108 US 00-0A-BD (hex) Rupprecht & Patashnick Co. 000ABD (base 16) Rupprecht & Patashnick Co. 25 Corporate Circle Albany NY 12203 US 00-0A-CB (hex) XPAK MSA Group 000ACB (base 16) XPAK MSA Group Care of: Molex Fiber Optics Downers Grove IL 60515 US 00-0A-D5 (hex) Brainchild Electronic Co., Ltd. 000AD5 (base 16) Brainchild Electronic Co., Ltd. No.209, Chung Yang Rd., Taipei 115 TW 00-0A-D6 (hex) BeamReach Networks 000AD6 (base 16) BeamReach Networks 755 North Mathilda Ave Sunnyvale California 94086 US 00-0A-FE (hex) NovaPal Ltd 000AFE (base 16) NovaPal Ltd Floor 6 Ealing London W5 2ST GB 00-0A-FD (hex) Kentec Electronics 000AFD (base 16) Kentec Electronics 620 Allendale Rd King of Prussia PA 19406 US 00-0A-EF (hex) OTRUM ASA 000AEF (base 16) OTRUM ASA Brattekleiv Færvik N-4818 NO 00-0A-E5 (hex) ScottCare Corporation 000AE5 (base 16) ScottCare Corporation 4791 West 150th Street Cleveland Ohio 44135 US 00-0A-B0 (hex) LOYTEC electronics GmbH 000AB0 (base 16) LOYTEC electronics GmbH Stolzenthalergasse 24/3 Vienna 1080 AT 00-0A-B5 (hex) Digital Electronic Network 000AB5 (base 16) Digital Electronic Network 8 rue du sacré coeur Saint Laurent sur Sevre Vendee 85290 FR 00-0A-D2 (hex) JEPICO Corporation 000AD2 (base 16) JEPICO Corporation Nishi-shinjyuku2-7-1 Shinjyuku-ku Tokyo 163-0729 JP 00-0A-98 (hex) M+F Gwinner GmbH & Co 000A98 (base 16) M+F Gwinner GmbH & Co Weidenbaumsweg 91 a Hamburg 21029 DE 00-0A-9B (hex) TB Group Inc 000A9B (base 16) TB Group Inc 4F NREG Hongo 3-chome Bldg., 3-26-6, Hngo, Bunkyo-ku, Tokyo 113-003 JP 00-0A-6C (hex) Walchem Corporation 000A6C (base 16) Walchem Corporation 5 Boynton Road Holliston MA 01746 US 00-0A-5F (hex) almedio inc. 000A5F (base 16) almedio inc. 32-13, sakae-cho 2 chome higashimurayama-shi tokyo 189-0013 JP 00-0A-6B (hex) Tadiran Telecom Business Systems LTD 000A6B (base 16) Tadiran Telecom Business Systems LTD 18 Hasivim St. Petach Tikva 49105 IL 00-0A-61 (hex) Cellinx Systems Inc. 000A61 (base 16) Cellinx Systems Inc. 408 Woosung Character199 officetel Seoul 135-856 KR 00-0A-78 (hex) OLITEC 000A78 (base 16) OLITEC B.P. 592 NANCY cedex 54009 FR 00-0A-A9 (hex) Brooks Automation GmbH 000AA9 (base 16) Brooks Automation GmbH Goeschwitzer Strasse 25 Jena Thuringia 07745 DE 00-0A-A5 (hex) MAXLINK INDUSTRIES LIMITED 000AA5 (base 16) MAXLINK INDUSTRIES LIMITED 29A SHENZHEN SPECIAL ZONE SHENZHEN GUANGDONG 518009 CN 00-0A-A2 (hex) SYSTEK INC. 000AA2 (base 16) SYSTEK INC. JCOM BUILDING 402, OJEON-DONG 124-4, UIWANG-SI GYUNGGI-DO 437-070 KR 00-0A-5B (hex) Power-One as 000A5B (base 16) Power-One as P.O. Box 1543 Drammen 3007 NO 00-0A-55 (hex) MARKEM Corporation 000A55 (base 16) MARKEM Corporation 150 Congress Street Keene NH 03431 US 00-0A-73 (hex) Scientific Atlanta 000A73 (base 16) Scientific Atlanta 5030 Sugarloaf Parkway Lawrenceville Ga 30042 US 00-0A-69 (hex) SUNNY bell Technology Co., Ltd. 000A69 (base 16) SUNNY bell Technology Co., Ltd. #502 BUWON B/D 107-45 BANPO-DONG SEOUL 137-806 KR 00-0A-84 (hex) Rainsun Enterprise Co., Ltd. 000A84 (base 16) Rainsun Enterprise Co., Ltd. No.14-3 , Lane 235, Ho-Chen Road ShinDian City TAIPEI 231 TW 00-0A-7E (hex) The Advantage Group 000A7E (base 16) The Advantage Group 1610 Des Peres Road St. Louis MO 63131 US 00-0A-4C (hex) Molecular Devices Corporation 000A4C (base 16) Molecular Devices Corporation 1311 Orleans Drive Sunnyvale CA 94089 US 00-0A-4D (hex) Noritz Corporation 000A4D (base 16) Noritz Corporation 5 Minami-Futami, Akashi-shi Hyogo 674-0093 JP 00-0A-91 (hex) HemoCue AB 000A91 (base 16) HemoCue AB Box 1204 Ängelholm Skåne län 26223 SE 00-09-F2 (hex) Cohu, Inc., Electronics Division 0009F2 (base 16) Cohu, Inc., Electronics Division 3912 Calle Fortunada San Diego CA 92123 US 00-09-E9 (hex) Cisco Systems, Inc 0009E9 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-09-DC (hex) Galaxis Technology AG 0009DC (base 16) Galaxis Technology AG Steinmetzstraße 7 Lübeck Schleswig-Holstein 23556 DE 00-0A-3A (hex) J-THREE INTERNATIONAL Holding Co., Ltd. 000A3A (base 16) J-THREE INTERNATIONAL Holding Co., Ltd. No. 1, Yu-3 Rd., Youth Industrial Park Yang-mei, Taoyuan Hsien 326 TW 00-0A-47 (hex) Allied Vision Technologies 000A47 (base 16) Allied Vision Technologies Taschenweg 2a Stadtroda Thüringen 07646 DE 00-0A-3C (hex) Enerpoint Ltd. 000A3C (base 16) Enerpoint Ltd. Kaivopuistontie 33 Rauma 26100 FI 00-0A-44 (hex) Avery Dennison Deutschland GmbH 000A44 (base 16) Avery Dennison Deutschland GmbH Ohmstraße 3 Eching 85386 DE 00-09-F8 (hex) UNIMO TECHNOLOGY CO., LTD. 0009F8 (base 16) UNIMO TECHNOLOGY CO., LTD. BANGBAE DONG 479-12 SEOUL 137-820 KR 00-09-FF (hex) X.net 2000 GmbH 0009FF (base 16) X.net 2000 GmbH Koenigsberger Str. 2c Reinheim 64354 DE 00-0A-03 (hex) ENDESA SERVICIOS, S.L. 000A03 (base 16) ENDESA SERVICIOS, S.L. AVGDA PARAL.LEL, 51 BARCELONA 08004 ES 00-09-FE (hex) Daisy Technologies, Inc. 0009FE (base 16) Daisy Technologies, Inc. 1209 Orange Street City of Wilmington DE 19801 US 00-0A-28 (hex) Motorola 000A28 (base 16) Motorola 600 N. US Hwy 45 Libertyville IL 60048 US 00-0A-29 (hex) Pan Dacom Networking AG 000A29 (base 16) Pan Dacom Networking AG Dreieich Plaza 1B Dreieich Hessen D-63303 DE 00-09-EB (hex) HuMANDATA LTD. 0009EB (base 16) HuMANDATA LTD. 1-2-10 Ibaraki Osaka 567-0034 JP 00-09-E8 (hex) Cisco Systems, Inc 0009E8 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-09-ED (hex) CipherOptics 0009ED (base 16) CipherOptics 701 Corporate Center Drive Raleigh North Carolina 27607 US 00-0A-40 (hex) Crown Audio -- Harmanm International 000A40 (base 16) Crown Audio -- Harmanm International 1718 W. Mishawaka Rd Elkhart IN 46517 US 00-0A-26 (hex) CEIA S.p.A. 000A26 (base 16) CEIA S.p.A. Zona Industriale di Viciomaggio 54 Arezzo AR 52040 IT 00-0A-1D (hex) Optical Communications Products Inc. 000A1D (base 16) Optical Communications Products Inc. 20961 Knapp St. Chatsworth CA 91311 US 00-0A-16 (hex) Lassen Research 000A16 (base 16) Lassen Research 31695 Forward Road Manton CA 96059 US 00-0A-18 (hex) Vichel Inc. 000A18 (base 16) Vichel Inc. 3F Jang Bldg. 92-6 Yangjae-dong, Secho-g Seoul 137-130 KR 00-0A-06 (hex) Teledex LLC 000A06 (base 16) Teledex LLC 6311 San Ignacio Avenue San Jose CA 95119 US 00-09-A9 (hex) Ikanos Communications 0009A9 (base 16) Ikanos Communications 47709 Fremont Blvd Fremont CA 94538 US 00-09-9F (hex) VIDEX INC. 00099F (base 16) VIDEX INC. 1105 NE Circle Blvd Corvallis OR 97330 US 00-09-A2 (hex) Interface Co., Ltd. 0009A2 (base 16) Interface Co., Ltd. 2-5-12-201 Kyonancho Musashino-city Tokyo 180-0023 JP 00-09-A1 (hex) Telewise Communications, Inc. 0009A1 (base 16) Telewise Communications, Inc. 2050 Ringwood Avenue San Jose CA 95131 US 00-09-7D (hex) SecWell Networks Oy 00097D (base 16) SecWell Networks Oy P.O.BOX 174 Tampere 33101 FI 00-09-76 (hex) Datasoft ISDN Systems GmbH 000976 (base 16) Datasoft ISDN Systems GmbH Schillerplatz 3 St. Poelten Lower Austria 3100 AT 00-09-C6 (hex) Visionics Corporation 0009C6 (base 16) Visionics Corporation 5600 Rowland Road Minnetonka MN 55343 US 00-09-D1 (hex) SERANOA NETWORKS INC 0009D1 (base 16) SERANOA NETWORKS INC CONCORD OFFICE CENTER CONCORD MA 01742 US 00-09-CE (hex) SpaceBridge Semiconductor Corp. 0009CE (base 16) SpaceBridge Semiconductor Corp. 115 rue Champlain Hull Quebec J8X3R1 CA 00-09-B8 (hex) Entise Systems 0009B8 (base 16) Entise Systems 10095 Judy Avenue Cupertino CA 95014 US 00-09-AF (hex) e-generis 0009AF (base 16) e-generis 13 rue du chene germain cesson sevigne 35510 FR 00-09-AD (hex) HYUNDAI SYSCOMM, INC. 0009AD (base 16) HYUNDAI SYSCOMM, INC. SAN 136-1, AMI-RI, BUBAL-EUB ICHON KYOUNGKI-DO 467-701 KR 00-09-BD (hex) Epygi Technologies, Ltd. 0009BD (base 16) Epygi Technologies, Ltd. 5040 Addison Circle Addison Texas 75001 US 00-09-C2 (hex) Onity, Inc. 0009C2 (base 16) Onity, Inc. 2232 Northmont Parkway Duluth GA 30096 US 00-09-C3 (hex) NETAS 0009C3 (base 16) NETAS Alemdag Cad. No 171 ISTANBUL 81244 TR 00-09-B5 (hex) 3J Tech. Co., Ltd. 0009B5 (base 16) 3J Tech. Co., Ltd. 342 Fushing N. Rd., 2F, Taipei, Taiwan Taipei 104 TW 00-09-82 (hex) Loewe Opta GmbH 000982 (base 16) Loewe Opta GmbH Industriestrasse 11 Kronach 96317 DE 00-09-83 (hex) GlobalTop Technology, Inc. 000983 (base 16) GlobalTop Technology, Inc. #16 Nan-Ke 9th Road Tainan 741 TW 00-09-DD (hex) Mavin Technology Inc. 0009DD (base 16) Mavin Technology Inc. Room 305, Bldg. 52 No. 195-28 Chutung, Hsinchu 310 TW 00-09-7A (hex) Louis Design Labs. 00097A (base 16) Louis Design Labs. 2F,NO 4, Lane 497, Chung-Cheng Rd.,Hsin- Hsin-Tien Taipei Hsien 231 TW 00-09-6B (hex) IBM Corp 00096B (base 16) IBM Corp 3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US 00-09-6D (hex) Powernet Technologies Corp. 00096D (base 16) Powernet Technologies Corp. 371-51, Gasan-Dong Kumchon-Gu, Seoul 153-803 KR 00-09-64 (hex) Hi-Techniques, Inc. 000964 (base 16) Hi-Techniques, Inc. 2515 Frazier Ave. Madison WI 53713-1505 US 00-09-65 (hex) HyunJu Computer Co., Ltd. 000965 (base 16) HyunJu Computer Co., Ltd. 222-22, Hyunju B/D, Guro 3 Dong, Gurogu Seoul 152-848 KR 00-09-39 (hex) ShibaSoku Co.,Ltd. 000939 (base 16) ShibaSoku Co.,Ltd. 6-8 Shinbashi 4-chome Minato-ku Tokyo 105-0004 JP 00-09-33 (hex) Ophit Co.Ltd. 000933 (base 16) Ophit Co.Ltd. 3F. Suntechnovil, 5-27 Mangpo-Dong , Kyungki-Do 137-070 KR 00-09-32 (hex) Omnilux 000932 (base 16) Omnilux 130 W. Union St. Pasadena CA 91103 US 00-09-1C (hex) CacheVision, Inc 00091C (base 16) CacheVision, Inc 1990 Concourse Drive San Jose CA 95131 US 00-09-1A (hex) Macat Optics & Electronics Co., Ltd. 00091A (base 16) Macat Optics & Electronics Co., Ltd. 15/F., Macat Center, No. 63 Macat Road Huizhou Guangdong 516001 CN 00-09-1B (hex) Digital Generation Inc. 00091B (base 16) Digital Generation Inc. 5F, Ho-Sam B/D, #30-3, Bongchun6-Dong Kwanak-Ku, Seoul 151-089 KR 00-09-29 (hex) Sanyo Industries (UK) Limited 000929 (base 16) Sanyo Industries (UK) Limited School Road Lowestoft Suffolk NR33 9NA GB 00-09-28 (hex) Telecore 000928 (base 16) Telecore 1800 North Glenville Richardson TX 75081 US 00-09-2E (hex) B&Tech System Inc. 00092E (base 16) B&Tech System Inc. #601, Seo-Jung B/D, 830-24, Youksam-Dong Seoul KR 00-09-6F (hex) Beijing Zhongqing Elegant Tech. Corp.,Limited 00096F (base 16) Beijing Zhongqing Elegant Tech. Corp.,Limited Rm.508, A-Building, Shangdi Digital Scie Beijing 100084 CN 00-09-5E (hex) Masstech Group Inc. 00095E (base 16) Masstech Group Inc. 2 East Beaver Creek Rd. Richmond Hill Ontario L4B 2N3 CA 00-09-4F (hex) elmegt GmbH & Co. KG 00094F (base 16) elmegt GmbH & Co. KG Kommunikationstechnik Peine Niedersachsen D-31228 DE 00-09-43 (hex) Cisco Systems, Inc 000943 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-09-02 (hex) Redline Communications Inc. 000902 (base 16) Redline Communications Inc. 302 Town Centre Blvd Markham ON L3R 0E8 CA 00-08-FA (hex) KEB Automation KG 0008FA (base 16) KEB Automation KG Südstraße 38 Barntrup NRW D-32683 DE 00-09-59 (hex) Sitecsoft 000959 (base 16) Sitecsoft 7th Gugu BD. 145-18 Samsung-Dong Seoul Seoul 135-090 KR 00-09-57 (hex) Supercaller, Inc. 000957 (base 16) Supercaller, Inc. 101 Saginaw Drive Redwood City CA 94063 US 00-08-D2 (hex) ZOOM Networks Inc. 0008D2 (base 16) ZOOM Networks Inc. 13F,XinLuDao Building,No.1175,Nanshan Ro Shen Zhen GuangDong Province 518052 US 00-08-C5 (hex) Liontech Co., Ltd. 0008C5 (base 16) Liontech Co., Ltd. 306, Wooyoung Techno Center, 273-15, Seoul 133-831 KR 00-08-AC (hex) Eltromat GmbH 0008AC (base 16) Eltromat GmbH Herforder Straße 249-251 Leopoldshöhe Nordrhein-Westfalen 33818 DE 00-08-AA (hex) KARAM 0008AA (base 16) KARAM 98-3, Hankangro 2-KA, Yongsan Seoul 140-012 KR 00-08-AB (hex) EnerLinx.com, Inc. 0008AB (base 16) EnerLinx.com, Inc. 3965 South Woodhill Lane New Berlin WI 53151 US 00-08-AD (hex) Toyo-Linx Co., Ltd. 0008AD (base 16) Toyo-Linx Co., Ltd. Hirakawa-Cho, Chiyada-ku, Tokyo 102-0093 JP 00-08-F2 (hex) C&S Technology 0008F2 (base 16) C&S Technology C&S Venture Bldg., NonHyun-Dong, SEOUL 135-829 KR 00-08-EA (hex) Motion Control Engineering, Inc 0008EA (base 16) Motion Control Engineering, Inc 11380 White Rock Road Rancho Cordova CA 95742 US 00-08-ED (hex) ST&T Instrument Corp. 0008ED (base 16) ST&T Instrument Corp. 16 Shing-Gong Road, Yung-Kung Industrial Yung-Kung Tainan 710 TW 00-08-88 (hex) OULLIM Information Technology Inc,. 000888 (base 16) OULLIM Information Technology Inc,. a-10th FL,. IT Venture Tower, Seoul 138-803 KR 00-08-85 (hex) EMS Dr. Thomas Wünsche 000885 (base 16) EMS Dr. Thomas Wünsche Sonnenhang 3 DE 00-08-72 (hex) Sorenson Communications 000872 (base 16) Sorenson Communications 4192 South Riverboat Road Salt Lake City UT 84123 US 00-08-9A (hex) Alcatel Microelectronics 00089A (base 16) Alcatel Microelectronics Excelsiorlaan 44-46 B-1930 Zavantem BE 00-08-A1 (hex) CNet Technology Inc. 0008A1 (base 16) CNet Technology Inc. No.15, Park Avenue II, Science-Based Ind Hsin-Chu 300 TW 00-08-93 (hex) LE INFORMATION COMMUNICATION INC. 000893 (base 16) LE INFORMATION COMMUNICATION INC. Rm, 4501, DA-Dong Chungang Circulation C Seoul 152-721 KR 00-08-B0 (hex) BKtel communications GmbH 0008B0 (base 16) BKtel communications GmbH Benzstraße 4 41836 Hückelhoven-Baal NRW 41836 DE 00-08-CA (hex) TwinHan Technology Co.,Ltd 0008CA (base 16) TwinHan Technology Co.,Ltd 13F-6,No 79,Sec 1,Hsin Tai Wu RD.,Hsi-Ch Taipei Hsien 221 TW 00-08-B6 (hex) RouteFree, Inc. 0008B6 (base 16) RouteFree, Inc. 3400 Hillview Ave., Building 5 Palo Alto CA 94304 US 00-08-D8 (hex) Dowkey Microwave 0008D8 (base 16) Dowkey Microwave 4822 McGrath Street Ventura Ca 93003 US 00-08-DF (hex) Alistel Inc. 0008DF (base 16) Alistel Inc. Midori Bldg. 2F Yokohama Kanagawa 222-0001 JP 00-08-DB (hex) Corrigent Systems 0008DB (base 16) Corrigent Systems 126 Yigal Alon Tel Aviv 67443 IL 00-08-7C (hex) Cisco Systems, Inc 00087C (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-08-79 (hex) CEM Corporation 000879 (base 16) CEM Corporation P.O. Box 200 Matthews NC 28106 US 00-08-7D (hex) Cisco Systems, Inc 00087D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-08-75 (hex) Acorp Electronics Corp. 000875 (base 16) Acorp Electronics Corp. 8F, No.111-6,Shing Teh Rd, San Chung Taipei Hsien 241 TW 00-08-16 (hex) Bluelon ApS 000816 (base 16) Bluelon ApS Nattergalevej 6 DK 00-08-11 (hex) VOIX Corporation 000811 (base 16) VOIX Corporation 1991-3 4th Floor Top's Venture Tower Seoul 138-090 KR 00-08-06 (hex) Raonet Systems, Inc. 000806 (base 16) Raonet Systems, Inc. West Wing 14F, IT Venture Tower 78 Seoul 138-803 KR 00-08-6F (hex) Resources Computer Network Ltd. 00086F (base 16) Resources Computer Network Ltd. Rm 324, Tech Centre, 72 Tat Chee Ave., HK 00-08-67 (hex) Uptime Devices 000867 (base 16) Uptime Devices 11724 Dunfries Lane Austin Texas 78754 US 00-07-F8 (hex) ITDevices, Inc. 0007F8 (base 16) ITDevices, Inc. 606 110th Ave. NE Bellevue WA 98004 US 00-07-F3 (hex) Thinkengine Networks 0007F3 (base 16) Thinkengine Networks 100 Nickerson Road Marlborough MA 01752 US 00-08-1C (hex) @pos.com 00081C (base 16) @pos.com 3051 North First Street San Jose CA 95134 US 00-08-1E (hex) Repeatit AB 00081E (base 16) Repeatit AB Farogatan 7 SE 00-08-56 (hex) Gamatronic Electronic Industries Ltd. 000856 (base 16) Gamatronic Electronic Industries Ltd. Hartum Street 14 IL 00-08-53 (hex) Schleicher GmbH & Co. Relaiswerke KG 000853 (base 16) Schleicher GmbH & Co. Relaiswerke KG Pichelswerderstrasse 3-5 DE 00-08-26 (hex) Colorado Med Tech 000826 (base 16) Colorado Med Tech 6175 Longbow Dr. Boulder CO 80301 US 00-08-5E (hex) PCO AG 00085E (base 16) PCO AG Donaupark 11 DE 00-07-9A (hex) Verint Systems Inc 00079A (base 16) Verint Systems Inc 1800 Berlier, Suite 440 Laval, Quebec H7L 4S4 CA 00-07-74 (hex) GuangZhou Thinker Technology Co. Ltd. 000774 (base 16) GuangZhou Thinker Technology Co. Ltd. 109 Zhongshan Ave., Tianhe District 510630 CN 00-07-98 (hex) Selea SRL 000798 (base 16) Selea SRL Via A. Moro No. 69 IT 00-07-91 (hex) International Data Communications, Inc. 000791 (base 16) International Data Communications, Inc. 47873 Fremont Blvd. Fremont CA 04538 US 00-07-EE (hex) telco Informationssysteme GmbH 0007EE (base 16) telco Informationssysteme GmbH Schulstrasse 38 DE 00-07-E2 (hex) Bitworks, Inc. 0007E2 (base 16) Bitworks, Inc. #1 Bitworks Way Prairie Grove AR 72753 US 00-07-E6 (hex) edgeflow Canada Inc. 0007E6 (base 16) edgeflow Canada Inc. 329 March Road K2K 2E1 CA 00-07-E5 (hex) Coup Corporation 0007E5 (base 16) Coup Corporation 1-24-4 Marusen 2nd Bld. 4F, Tokyo JP 00-07-DE (hex) eCopilt AB 0007DE (base 16) eCopilt AB Veddestavagen 24 SE 00-07-C8 (hex) Brain21, Inc. 0007C8 (base 16) Brain21, Inc. 19F Mesa B/D, 204 Hoihyun-Dong Seoul 100-051 KR 00-07-C5 (hex) Gcom, Inc. 0007C5 (base 16) Gcom, Inc. 1800 Woodfield Dr. Savoy IL 61874 US 00-07-C1 (hex) Overture Networks, Inc. 0007C1 (base 16) Overture Networks, Inc. 637 Davis Drive Morrisville NC 227560 US 00-07-A7 (hex) A-Z Inc. 0007A7 (base 16) A-Z Inc. 5-5-17 Kamikoushien JP 00-07-A6 (hex) Leviton Manufacturing Co., Inc. 0007A6 (base 16) Leviton Manufacturing Co., Inc. 4330 Michoud Blvd New Orleans LA 70129 US 00-07-A3 (hex) Ositis Software, Inc. 0007A3 (base 16) Ositis Software, Inc. 6120 Stoneridge Mall Road Pleasanton CA 94588 US 00-07-C2 (hex) Netsys Telecom 0007C2 (base 16) Netsys Telecom 4F, KyungNam B/D, 830-48, YeokSam-Dong Seoul 135-080 KR 00-07-8F (hex) Emkay Innovative Products 00078F (base 16) Emkay Innovative Products 53, Pao Hsing Rd., Hsintien City Taipei TW 00-07-82 (hex) Oracle Corporation 000782 (base 16) Oracle Corporation 500 Oracle Parkway Redwood Shores CA 94065 US 00-07-AE (hex) Britestream Networks, Inc. 0007AE (base 16) Britestream Networks, Inc. 12401 Research Blvd. Austin TX 78759 US 00-07-B1 (hex) Equator Technologies 0007B1 (base 16) Equator Technologies 1300 White Oaks Rd. Campbell CA 95008 US 00-05-F9 (hex) TOA Corporation 0005F9 (base 16) TOA Corporation 2-1 Takamatsu-cho, Hyogo 665-0043 JP 00-07-CA (hex) Creatix Polymedia Ges Fur Kommunikaitonssysteme 0007CA (base 16) Creatix Polymedia Ges Fur Kommunikaitonssysteme Heinrich-Barth-Straße 3 DE 00-07-DF (hex) Vbrick Systems Inc. 0007DF (base 16) Vbrick Systems Inc. 12 Beaumont Road Wallingford CT 06492 US 00-07-44 (hex) Unico, Inc. 000744 (base 16) Unico, Inc. 3725 Nicholson Rd. Franksville WI 53126 US 00-07-49 (hex) CENiX Inc. 000749 (base 16) CENiX Inc. 5141 California Avenue Irvine CA 92612 US 00-07-3D (hex) Nanjing Postel Telecommunications Co., Ltd. 00073D (base 16) Nanjing Postel Telecommunications Co., Ltd. No. 187, ShengZhou Road, 210004 CN 00-07-39 (hex) Scotty Group Austria Gmbh 000739 (base 16) Scotty Group Austria Gmbh Teslastrasse 4 8074 Grambach 8074 AT 00-07-4E (hex) IPFRONT Inc 00074E (base 16) IPFRONT Inc 4F ALT Bldg., Tokyo 101-0021 JP 00-07-52 (hex) Rhythm Watch Co., Ltd. 000752 (base 16) Rhythm Watch Co., Ltd. 321 Shinshukushinden, Showa-Machi, 344-0196 JP 00-07-4F (hex) Cisco Systems, Inc 00074F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-07-43 (hex) Chelsio Communications 000743 (base 16) Chelsio Communications 170 S. Whismon Rd. Mountain View CA 94041-1512 US 00-07-47 (hex) Mecalc 000747 (base 16) Mecalc PO Box 7958 ZA 00-07-79 (hex) Sungil Telecom Co., Ltd. 000779 (base 16) Sungil Telecom Co., Ltd. #321, Gongdan-Dong, 730-030 KR 00-07-7E (hex) Elrest GmbH 00077E (base 16) Elrest GmbH Leibnizstraße 10 DE 00-07-78 (hex) GERSTEL GmbH & Co. KG 000778 (base 16) GERSTEL GmbH & Co. KG Eberhard-Gerstel-Platz 1 Mülheim an der Ruhr DE 00-07-6D (hex) Flexlight Networks 00076D (base 16) Flexlight Networks 15 Atir Yeda St. IL 00-07-30 (hex) Hutchison OPTEL Telecom Technology Co., Ltd. 000730 (base 16) Hutchison OPTEL Telecom Technology Co., Ltd. No. 28 Xinwai Street Beijing CN 00-07-22 (hex) The Nielsen Company 000722 (base 16) The Nielsen Company 501 Brooker Creek Blvd. Oldsmar FL 34677 US 00-07-60 (hex) TOMIS Information & Telecom Corp. 000760 (base 16) TOMIS Information & Telecom Corp. Youngdeungpo telephone office - extensio Seoul KR 00-07-35 (hex) Flarion Technologies, Inc. 000735 (base 16) Flarion Technologies, Inc. 135 Route 202/206 South Bedminster NJ 07921 US 00-07-5E (hex) Ametek Power Instruments 00075E (base 16) Ametek Power Instruments 4050 NW 121 Avenue Coral Springs FL 33065 US 00-07-1F (hex) European Systems Integration 00071F (base 16) European Systems Integration 455 Promenade Des Anglas FR 00-07-21 (hex) Formac Elektronik GmbH 000721 (base 16) Formac Elektronik GmbH Dofstraße 33 DE 00-07-86 (hex) Wireless Networks Inc. 000786 (base 16) Wireless Networks Inc. #300, 3016 Fifth Ave. NE T2A 6K4 CA 00-06-BC (hex) Macrolink, Inc. 0006BC (base 16) Macrolink, Inc. 1500 N Kellogg Dr. Anaheim CA 92807 US 00-06-C2 (hex) Smartmatic Corporation 0006C2 (base 16) Smartmatic Corporation 6400 Congress Ave., Suite 1300 Boca Raton FL 33487 US 00-06-54 (hex) Winpresa Building Automation Technologies GmbH 000654 (base 16) Winpresa Building Automation Technologies GmbH Vivenotgasse 53/2 AT 00-06-B4 (hex) Vorne Industries, Inc. 0006B4 (base 16) Vorne Industries, Inc. 1445 Industrial Dr. Itasca IL 60143-1849 US 00-06-AE (hex) Himachal Futuristic Communications Ltd 0006AE (base 16) Himachal Futuristic Communications Ltd 8, Commercial Complex New Dehli 110048 IN 00-06-E5 (hex) Fujian Newland Computer Ltd. Co. 0006E5 (base 16) Fujian Newland Computer Ltd. Co. 141F Sunshine Holiday Hotel Fuzhou Fujian 350005 CN 00-06-DE (hex) Flash Technology 0006DE (base 16) Flash Technology P.O. Box 681509 Franklin TN 37068 US 00-06-DF (hex) AIDONIC Corporation 0006DF (base 16) AIDONIC Corporation 2-7-10 Otsuka, Bunkyo-ku, Tokyo, 112-0012 JP 00-06-DD (hex) AT & T Laboratories - Cambridge Ltd 0006DD (base 16) AT & T Laboratories - Cambridge Ltd 24a Trumpington Street ENGLAND GB 00-06-F0 (hex) Digeo, Inc. 0006F0 (base 16) Digeo, Inc. 8815 122nd Ave., NE Kirkland WA 98033 US 00-07-00 (hex) Zettamedia Korea 000700 (base 16) Zettamedia Korea Suite 1008, Kumkang Venturetel, 1108 Kyounggido, KR 00-06-C5 (hex) INNOVI Technologies Limited 0006C5 (base 16) INNOVI Technologies Limited 31st Floor, China Online Centre Wanchai HK 00-06-C6 (hex) lesswire AG 0006C6 (base 16) lesswire AG Im Technologiepark 25 DE 00-06-B7 (hex) TELEM GmbH 0006B7 (base 16) TELEM GmbH Lise-Meitner-Allee 31 DE 00-06-EF (hex) Maxxan Systems, Inc. 0006EF (base 16) Maxxan Systems, Inc. 107 Bonaventura Drive San Jose CA 95134 US 00-06-E9 (hex) Intime Corp. 0006E9 (base 16) Intime Corp. 324-4, Yangjae-dong, 2F KR 00-06-EA (hex) ELZET80 Mikrocomputer GmbH&Co. KG 0006EA (base 16) ELZET80 Mikrocomputer GmbH&Co. KG Theaterplatz 9 DE 00-07-08 (hex) Bitrage Inc. 000708 (base 16) Bitrage Inc. 100 Southpark Blvd. Saint Augustine FL 32086 US 00-07-12 (hex) JAL Information Technology 000712 (base 16) JAL Information Technology Network Solution Dep. JAL-Tamachi Bldg. Tokyo JP 00-07-13 (hex) IP One, Inc. 000713 (base 16) IP One, Inc. Sammi Bldg., 1004 Seoul, 135-083 KR 00-07-07 (hex) Interalia Inc. 000707 (base 16) Interalia Inc. 4110-79th Street N.W. T3B 5C2 CA 00-06-F2 (hex) Platys Communications 0006F2 (base 16) Platys Communications 3150A Coronado Dr. Santa Clara CA 95054 US 00-06-FA (hex) IP SQUARE Co, Ltd. 0006FA (base 16) IP SQUARE Co, Ltd. 1-9-11, Hakataekihigashi, Fukuoka 812-0013 JP 00-07-03 (hex) CSEE Transport 000703 (base 16) CSEE Transport 4, avenue du CANADA FR 00-07-06 (hex) Sanritz Corporation 000706 (base 16) Sanritz Corporation 1-30-13, Narimasu, 175-0094 JP 00-06-D1 (hex) Tahoe Networks, Inc. 0006D1 (base 16) Tahoe Networks, Inc. 3052 Orchard Drive San Jose CA 95134 US 00-06-D4 (hex) Interactive Objects, Inc. 0006D4 (base 16) Interactive Objects, Inc. 12600 SE 38th St. Bellevue WA 98006 US 00-06-CA (hex) American Computer & Digital Components, Inc. (ACDC) 0006CA (base 16) American Computer & Digital Components, Inc. (ACDC) 440 Cloverleaf Drive Baldwin Park CA 91706 US 00-06-CE (hex) DATENO 0006CE (base 16) DATENO Rue Amiral Berenger FR 00-06-8E (hex) HID Corporation 00068E (base 16) HID Corporation 9292 Jeronimo Road Irvine CA 92618-1905 US 00-06-8A (hex) NeuronNet Co. Ltd. R&D Center 00068A (base 16) NeuronNet Co. Ltd. R&D Center 735-34 Dasung Bldg., Yuksam-dong, KR 00-06-85 (hex) NetNearU Corporation 000685 (base 16) NetNearU Corporation 2908 Finfeather Road Bryan TX 77801 US 00-06-50 (hex) Tiburon Networks, Inc. 000650 (base 16) Tiburon Networks, Inc. 200 Minuteman Rd. Andover MA 01810 US 00-06-5E (hex) Photuris, Inc. 00065E (base 16) Photuris, Inc. 20 Corporate Place South Piscataway NJ 08854 US 00-06-7F (hex) Digeo, Inc. 00067F (base 16) Digeo, Inc. 8815 122nd Avenue NE Kirkland WA 98033 US 00-06-83 (hex) Bravara Communications, Inc. 000683 (base 16) Bravara Communications, Inc. 2650 East Bayshore Road Palo Alto CA 94303 US 00-06-55 (hex) Yipee, Inc. 000655 (base 16) Yipee, Inc. 555 International Drive Williamsville NY 14221 US 00-06-76 (hex) Novra Technologies Inc. 000676 (base 16) Novra Technologies Inc. 900-330 St. Mary Avenue Winnipeg Manitoba R3C 3Z5 CA 00-06-64 (hex) Fostex Corporation 000664 (base 16) Fostex Corporation 3-2-35, Musashino, Akishima, Tokyo 196-0021 JP 00-06-7A (hex) JMP Systems 00067A (base 16) JMP Systems 3rd Fl. Shinwha Bldg., Seocho-ku Seoul, KR 00-06-73 (hex) TKH Security Solutions USA 000673 (base 16) TKH Security Solutions USA 12920 Cloverleaf Center Drive Germantown MD 20874 US 00-06-9B (hex) AVT Audio Video Technologies GmbH 00069B (base 16) AVT Audio Video Technologies GmbH Rathsbergstraße 17 DE 00-06-93 (hex) Flexus Computer Technology, Inc. 000693 (base 16) Flexus Computer Technology, Inc. 8F-2, No.5, Alley22, Lane 513, Taipei 114 TW 00-06-5D (hex) Heidelberg Web Systems 00065D (base 16) Heidelberg Web Systems 121 Technology Dr. Durham NH 03824 US 00-06-B0 (hex) Comtech EF Data Corp. 0006B0 (base 16) Comtech EF Data Corp. 2114 W. 7th St. Tempe AZ 85281 US 00-06-96 (hex) Advent Networks 000696 (base 16) Advent Networks 9600 Great Hills Tr. Austin TX 78759 US 00-05-D7 (hex) Vista Imaging, Inc. 0005D7 (base 16) Vista Imaging, Inc. 521 Taylor Way San Carlos CA 94070 US 00-05-DB (hex) PSI Nentec GmbH 0005DB (base 16) PSI Nentec GmbH Greschbachstraße12 Karlsruhe 76229 DE 00-05-DD (hex) Cisco Systems, Inc 0005DD (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-06-28 (hex) Cisco Systems, Inc 000628 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-06-1D (hex) MIP Telecom, Inc. 00061D (base 16) MIP Telecom, Inc. 3rd Floor, Sangil BLDG, Seoul 151-069 KR 00-06-19 (hex) Connection Technology Systems 000619 (base 16) Connection Technology Systems 18F-6, No. 79, Sec. 1, Hsinchih Taipei, TW 00-06-40 (hex) White Rock Networks 000640 (base 16) White Rock Networks Suite #900 Dallas TX 75252 US 00-06-44 (hex) NextGen Business Solutions, Inc 000644 (base 16) NextGen Business Solutions, Inc KKS Higashi-Sapporo Bldg.3-5-3-24, Higashi-Sapporo Shiroishi-ku, Sapporo-city Hokkaido 003-0003 JP 00-06-45 (hex) Meisei Electric Co. Ltd. 000645 (base 16) Meisei Electric Co. Ltd. 249-1, Moriya-kou, Moriya 302-0192 JP A0-6A-00 (hex) Verilink Corporation A06A00 (base 16) Verilink Corporation 127 Jetplex Circle Madison AL 35758 US 00-05-F8 (hex) Real Time Access, Inc. 0005F8 (base 16) Real Time Access, Inc. 455 N. Canyons Pkwy. Livermore CA 94550 US 00-05-EB (hex) Blue Ridge Networks, Inc. 0005EB (base 16) Blue Ridge Networks, Inc. 14120 Parke Long Court Chantilly VA 20151 US 00-05-E8 (hex) TurboWave, Inc. 0005E8 (base 16) TurboWave, Inc. 555 South State Orem UT 84058 US 00-05-F6 (hex) Young Chang Co. Ltd. 0005F6 (base 16) Young Chang Co. Ltd. 1432 Main Street Waltham MA 02451 US 00-05-FC (hex) Schenck Pegasus Corp. 0005FC (base 16) Schenck Pegasus Corp. 2890 John R Road Troy MI 48083 US 00-06-3A (hex) Dura Micro, Inc. 00063A (base 16) Dura Micro, Inc. 13580 Fifth Street Chino CA 91710 US 00-06-32 (hex) Mesco Engineering GmbH 000632 (base 16) Mesco Engineering GmbH Wiesentalstraße 74 DE 00-06-34 (hex) GTE Airfone Inc. 000634 (base 16) GTE Airfone Inc. 2809 Butterfield Oakbrook IL 60522 US 00-06-0C (hex) Melco Industries, Inc. 00060C (base 16) Melco Industries, Inc. 1575 W. 124th Ave. Denver CO 80234 US 00-06-0E (hex) IGYS Systems, Inc. 00060E (base 16) IGYS Systems, Inc. 7373 Lincoln Way Garden Grove CA 92841 US 00-06-14 (hex) Prism Holdings 000614 (base 16) Prism Holdings P.O. Box 901, Gauteng ZA 00-06-08 (hex) At-Sky SAS 000608 (base 16) At-Sky SAS ZI Athelia 3, Voi Atlas FR 00-05-C3 (hex) Pacific Instruments, Inc. 0005C3 (base 16) Pacific Instruments, Inc. 4080 Pike Lane Concord CA 94520 US 00-05-B9 (hex) Airvana, Inc. 0005B9 (base 16) Airvana, Inc. 25 Industrial Ave. Chlemsford MA 01824 US 00-05-BC (hex) Resource Data Management Ltd 0005BC (base 16) Resource Data Management Ltd 80 Johnstone Avenue, Scotland G52 4NZ GB 00-05-BE (hex) Kongsberg Seatex AS 0005BE (base 16) Kongsberg Seatex AS Pirsenteret NO 00-05-BD (hex) ROAX BV 0005BD (base 16) ROAX BV Sterrenbergweg 29 NL 00-05-C1 (hex) A-Kyung Motion, Inc. 0005C1 (base 16) A-Kyung Motion, Inc. 54-10, Munjung-Dong Seoul KR 00-05-B4 (hex) Aceex Corporation 0005B4 (base 16) Aceex Corporation 2F, No. 2, Alley 1, Sze-Wei Lane 23138 TW 00-05-98 (hex) CRONOS S.r.l. 000598 (base 16) CRONOS S.r.l. Via cavour 58/A IT 00-05-B7 (hex) Arbor Technology Corp. 0005B7 (base 16) Arbor Technology Corp. 5F, No. 738, Zhong Zheng Rd., TW 00-05-9B (hex) Cisco Systems, Inc 00059B (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-05-7E (hex) Eckelmann Steuerungstechnik GmbH 00057E (base 16) Eckelmann Steuerungstechnik GmbH Berliner Strasse 161 DE 00-05-80 (hex) FibroLAN Ltd. 000580 (base 16) FibroLAN Ltd. 2 Hacarmel st., POB 544 Yokneam Illit 20692 IL 00-05-82 (hex) ClearCube Technology 000582 (base 16) ClearCube Technology 8834 Capital of Texas Hwy, Austin TX 78759 US 00-05-D9 (hex) Techno Valley, Inc. 0005D9 (base 16) Techno Valley, Inc. ASIC Venture Town 5F, Seoul 135-072 KR 00-05-DC (hex) Cisco Systems, Inc 0005DC (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-05-D0 (hex) Solinet Systems 0005D0 (base 16) Solinet Systems 1200-180 Elgin St. K2P 2K3 CA 00-05-9F (hex) Yotta Networks, Inc. 00059F (base 16) Yotta Networks, Inc. 2201 Avenue K Plano TX 75074 US 00-05-87 (hex) Locus, Incorporated 000587 (base 16) Locus, Incorporated 5540 Research Park Drive Madison WI 53711 US 00-05-90 (hex) Swissvoice Ltd. 000590 (base 16) Swissvoice Ltd. Ziegelmattstrasse 1 CH 00-05-95 (hex) Alesis Corporation 000595 (base 16) Alesis Corporation 1633 26th Street Santa Monica CA 90404 US 00-05-78 (hex) Private 000578 (base 16) Private 00-05-72 (hex) Deonet Co., Ltd. 000572 (base 16) Deonet Co., Ltd. #127-5 Jinyoung B/D 3th F, Seoul KR 00-05-76 (hex) NSM Technology Ltd. 000576 (base 16) NSM Technology Ltd. 22 Floor, Times Tower Koloon HK 00-05-6A (hex) Heuft Systemtechnik GmbH 00056A (base 16) Heuft Systemtechnik GmbH Brohltalstr 31-33 Deutschland DE 00-05-68 (hex) Piltofish Networks AB 000568 (base 16) Piltofish Networks AB Stora Badhusgatan 18-20 SE 00-05-B6 (hex) INSYS Microelectronics GmbH 0005B6 (base 16) INSYS Microelectronics GmbH Hermann-Köhl-Straße 22 DE 00-05-55 (hex) Japan Cash Machine Co., Ltd. 000555 (base 16) Japan Cash Machine Co., Ltd. No. 3-15, 2-chome, Nishiwaki, 547-0035 JP 00-05-52 (hex) Xycotec Computer GmbH 000552 (base 16) Xycotec Computer GmbH Karl-Heinz-Beckurts-Str. 4 DE 00-05-4A (hex) Ario Data Networks, Inc. 00054A (base 16) Ario Data Networks, Inc. 2890 Zanker Road, Suite 203 San Jose CA 95134 US 00-05-48 (hex) Disco Corporation 000548 (base 16) Disco Corporation 13-11 Omori-Kita 2-chome Ota-ku Tokyo 143-8580 JP 00-04-F7 (hex) Omega Band, Inc. 0004F7 (base 16) Omega Band, Inc. 9020-I Capital of Texas Hghwy N Austin TX 78759 US 00-04-EE (hex) Lincoln Electric Company 0004EE (base 16) Lincoln Electric Company 22801 St. Clair Avenue Cleveland OH 44117-1199 US 00-04-F0 (hex) International Computers, Ltd 0004F0 (base 16) International Computers, Ltd 1 Wenlock Way UK GB 00-05-27 (hex) SJ Tek Co. Ltd 000527 (base 16) SJ Tek Co. Ltd Ho gae Dong 976-5, Dong An Ku, KR 00-05-29 (hex) Shanghai Broadan Communication Technology Co., Ltd 000529 (base 16) Shanghai Broadan Communication Technology Co., Ltd 15F, Suntime International Mansion 200122 CN 00-05-2C (hex) Supreme Magic Corporation 00052C (base 16) Supreme Magic Corporation Sun Towers Center Bldg., 13F 154-0024 JP 00-05-3E (hex) KID Systeme GmbH 00053E (base 16) KID Systeme GmbH Luneburger Schanze 30 DE 00-05-3F (hex) VisionTek, Inc. 00053F (base 16) VisionTek, Inc. 1175 Lakeside Dr. Gurnee IL 60031 US 00-05-3D (hex) Agere Systems 00053D (base 16) Agere Systems 1371 McCarthy Blvd. Milpitas CA 95035 US 00-05-00 (hex) Cisco Systems, Inc 000500 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-05-19 (hex) Siemens Building Technologies AG, 000519 (base 16) Siemens Building Technologies AG, Cerberus Division CH 00-05-0D (hex) Midstream Technologies, Inc. 00050D (base 16) Midstream Technologies, Inc. 777 108th Ave. NE Bellevue WA 98004-5140 US 00-05-34 (hex) Northstar Engineering Ltd. 000534 (base 16) Northstar Engineering Ltd. P.O. Box 40 GB 00-05-35 (hex) Chip PC Ltd. 000535 (base 16) Chip PC Ltd. 20 A.L. Motzkin St. Tirat Carmel 39100 IL 00-05-07 (hex) Fine Appliance Corp. 000507 (base 16) Fine Appliance Corp. 7Fl., No. 499, TW 00-04-FD (hex) Japan Control Engineering Co., Ltd. 0004FD (base 16) Japan Control Engineering Co., Ltd. 1-5-1, Higashiamagawa, Takatsuki-shi JP 00-05-62 (hex) Digital View Limited 000562 (base 16) Digital View Limited 2201 Nan Yang Plaza, Kowloon HK 00-04-E5 (hex) Glonet Systems, Inc. 0004E5 (base 16) Glonet Systems, Inc. 11Fl., Jeil Bldg., 94-46, 7Ka KR 00-04-D2 (hex) Adcon Telemetry GmbH 0004D2 (base 16) Adcon Telemetry GmbH Inkustraße 24 AT 00-04-D3 (hex) Toyokeiki Co., Ltd. 0004D3 (base 16) Toyokeiki Co., Ltd. Wada 3967-10, Matsumoto-City JP 00-04-AA (hex) Jetstream Communications 0004AA (base 16) Jetstream Communications 5400 Hellyer Avenue San Jose CA 95138-1005 US 00-04-A0 (hex) Verity Instruments, Inc. 0004A0 (base 16) Verity Instruments, Inc. 2901 Eisenhower St. Carrollton TX 75007 US 00-04-9E (hex) Wirelink Co., Ltd. 00049E (base 16) Wirelink Co., Ltd. 11F, Geoseong B/D 541, Dowha-Dong, KOREA KR 00-04-9A (hex) Cisco Systems, Inc 00049A (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-04-79 (hex) Radius Co., Ltd. 000479 (base 16) Radius Co., Ltd. 1-48-11, Itabashi JP 00-04-B0 (hex) ELESIGN Co., Ltd. 0004B0 (base 16) ELESIGN Co., Ltd. 9Fl. TaeKyoung Bldg., R.O. KOREA KR 00-04-AB (hex) Mavenir Inc. 0004AB (base 16) Mavenir Inc. 1700 International Parkway Richardson TX 75081 US 00-04-A7 (hex) FabiaTech Corporation 0004A7 (base 16) FabiaTech Corporation 4F-3, No. 18, Lane 609 Taipei Hsien, TAIWAN R.O.C TW 00-04-98 (hex) Mahi Networks 000498 (base 16) Mahi Networks 1039 N. McDowell Blvd. Petaluma CA 94954 US 00-04-97 (hex) MacroSystem Digital Video AG 000497 (base 16) MacroSystem Digital Video AG Schoellinger Feld 28 DE 00-04-D5 (hex) Hitachi Information & Communication Engineering, Ltd. 0004D5 (base 16) Hitachi Information & Communication Engineering, Ltd. Queen's Tower B21F, 2-3-3, Minatomirai, Nishi-ku, Yokohama, 220-6121 JP 00-04-CA (hex) FreeMs Corp. 0004CA (base 16) FreeMs Corp. Shinhan Bldg. 6F, Seoul 150-736 KOREA KR 00-04-88 (hex) Eurotherm Controls 000488 (base 16) Eurotherm Controls 741F Miller Drive Lessburg VA 20175 US 00-04-85 (hex) PicoLight 000485 (base 16) PicoLight 4665 Nautilus Court South Boulder CO 80301 US 00-04-DA (hex) Relax Technology, Inc. 0004DA (base 16) Relax Technology, Inc. DBA/ Granite Digital Union City CA 94587 US 00-04-C5 (hex) ASE Technologies, USA 0004C5 (base 16) ASE Technologies, USA 6721 Baum Dr. Knoxville TN 37919 US 00-04-36 (hex) ELANsat Technologies, Inc. 000436 (base 16) ELANsat Technologies, Inc. No. 11, Lane 19, Pateh Road, Hsinchu TAIWAN, R.O.C. TW 00-04-32 (hex) Voyetra Turtle Beach, Inc. 000432 (base 16) Voyetra Turtle Beach, Inc. 150 Clearbrook Road, Suite 162 Elmsford NY 10523 US 00-04-35 (hex) InfiNet LLC 000435 (base 16) InfiNet LLC Serafimy Deryabinoy str. 24 Yekaterinburg 620149 RU 00-04-37 (hex) Powin Information Technology, Inc. 000437 (base 16) Powin Information Technology, Inc. 8F, No. 70, Zhou-Z St. TAIWAN TAIWAN R.O.C. TW 00-04-0C (hex) Kanno Works, Ltd. 00040C (base 16) Kanno Works, Ltd. 1-5-25 Kamitomino, JP 00-04-08 (hex) Sanko Electronics Co., Ltd. 000408 (base 16) Sanko Electronics Co., Ltd. 3-802 ueda tenpaku-ku nagoya JP 00-04-07 (hex) Topcon Positioning Systems, Inc. 000407 (base 16) Topcon Positioning Systems, Inc. 5758 W. Las Positas Blvd. Pleasanton CA 94588 US 00-04-09 (hex) Cratos Networks 000409 (base 16) Cratos Networks 313 Littleton Road Chelmsford MA 01824 US 00-04-55 (hex) ANTARA.net 000455 (base 16) ANTARA.net 747 Camden Ave. Campbell CA 95008 US 00-04-57 (hex) Universal Access Technology, Inc. 000457 (base 16) Universal Access Technology, Inc. 2 Fl., No. 5, Alley 22, Nei Hu Taipei, TAIWAN 114 TW 00-04-4D (hex) Cisco Systems, Inc 00044D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-04-54 (hex) Quadriga UK 000454 (base 16) Quadriga UK Baird House ENGLAND GB 00-04-48 (hex) Polaroid Corporation 000448 (base 16) Polaroid Corporation 300 Baker Avenue Concord MA 01742 US 00-04-47 (hex) Acrowave Systems Co., Ltd. 000447 (base 16) Acrowave Systems Co., Ltd. Maru B/D 86-6, Nonhyun-Dong KOREA zip: 135-818 KR 00-04-3E (hex) Telencomm 00043E (base 16) Telencomm 2551 Walsh Avenue Santa Clara CA 95051 US 00-04-6D (hex) Cisco Systems, Inc 00046D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-04-66 (hex) ARMITEL Co. 000466 (base 16) ARMITEL Co. F5, Doman Plaza 353-4, Republic of KOREA KR 00-03-E2 (hex) Comspace Corporation 0003E2 (base 16) Comspace Corporation 955 Freeport Pkwy Coppell TX 75019 US 00-03-FF (hex) Microsoft Corporation 0003FF (base 16) Microsoft Corporation 1 Microsoft Way Redmond WA 98052 US 00-04-14 (hex) Umezawa Musen Denki Co., Ltd. 000414 (base 16) Umezawa Musen Denki Co., Ltd. 14-3, Minami 1, Nishi 8, Hokkaido JAPAN 060-0061 JP 00-04-28 (hex) Cisco Systems, Inc 000428 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-03-86 (hex) Ho Net, Inc. 000386 (base 16) Ho Net, Inc. Venture Company Center KOREA 442-760 KR 00-03-7D (hex) Stellcom 00037D (base 16) Stellcom 10525 Vista Sorrento Parkway San Diego CA 92121 US 00-03-83 (hex) Metera Networks, Inc. 000383 (base 16) Metera Networks, Inc. 1202 Richardson Dr. Richardson TX 75080 US 00-03-CC (hex) Momentum Computer, Inc. 0003CC (base 16) Momentum Computer, Inc. 1815 Aston Avenue Carlsbad CA 92008-7310 US 00-03-D7 (hex) NextNet Wireless, Inc. 0003D7 (base 16) NextNet Wireless, Inc. 9555 James Ave. So. Bloomington MN 55431 US 00-03-D3 (hex) Internet Energy Systems, Inc. 0003D3 (base 16) Internet Energy Systems, Inc. 4218 Trumbo Ct. Fairfax VA 22033 US 00-03-CD (hex) Clovertech, Inc. 0003CD (base 16) Clovertech, Inc. 3-1-5 Naka-cho Musashino-shi Tokyo 180-0006 JP 00-03-8B (hex) PLUS-ONE I&T, Inc. 00038B (base 16) PLUS-ONE I&T, Inc. 7F, A-San Venture Tower, KOREA KR 00-03-8C (hex) Total Impact 00038C (base 16) Total Impact 295 Willis Ave. Camarillo CA 93010 US 00-03-EE (hex) MKNet Corporation 0003EE (base 16) MKNet Corporation 711-B Charcot Ave. San Jose CA 95131 US 00-03-EA (hex) Mega System Technologies, Inc. 0003EA (base 16) Mega System Technologies, Inc. 2F, No. 41, Lane 76, Taipei Taipei TAIWAN TW 00-03-E6 (hex) Entone, Inc. 0003E6 (base 16) Entone, Inc. 2755 Campus Dr Ste 235 San Mateo CA 94403 US 00-03-A9 (hex) AXCENT Media AG 0003A9 (base 16) AXCENT Media AG Technologiepark 13 DE 00-03-9F (hex) Cisco Systems, Inc 00039F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-03-90 (hex) Digital Video Communications, Inc. 000390 (base 16) Digital Video Communications, Inc. 500 W. Cummings Park Woburn MA 07801 US 00-03-B5 (hex) Entra Technology Co. 0003B5 (base 16) Entra Technology Co. Fl. 3, No. 5, Alley 2, TAIWAN TAIWAN R.O.C. TW 00-03-64 (hex) Scenix Semiconductor, Inc. 000364 (base 16) Scenix Semiconductor, Inc. 1330 Charleston Rd. Mountainview CA 94043 US 00-03-5E (hex) Metropolitan Area Networks, Inc. 00035E (base 16) Metropolitan Area Networks, Inc. 1299 Pennsylvania Avenue, NW Washington DC 20004 US 00-03-5C (hex) Saint Song Corp. 00035C (base 16) Saint Song Corp. 4F, No. 12, Lane 94, Tsao Ti Wzi 222 TW 00-03-5D (hex) Bosung Hi-Net Co., Ltd. 00035D (base 16) Bosung Hi-Net Co., Ltd. Youngil B/O 2F, 137-130 KR 00-03-79 (hex) Proscend Communications, Inc. 000379 (base 16) Proscend Communications, Inc. 2F, No.36, Industry E. Rd. IV, Hsinchu 300 TW 00-03-6F (hex) Telsey SPA 00036F (base 16) Telsey SPA Viale Dell Industria, 1 DiTreviso- IT 00-03-72 (hex) ULAN 000372 (base 16) ULAN 5F-3, No. 31-1, Lane 169, TAIWAN TAIWAN R.O.C. TW 00-03-34 (hex) Newport Electronics 000334 (base 16) Newport Electronics 2229 So. Yale St. Santa Ana CA 92704 US 00-03-3A (hex) Silicon Wave, Inc. 00033A (base 16) Silicon Wave, Inc. 6256 Greenwich Drive San Diego CA 92122 US 00-03-32 (hex) Cisco Systems, Inc 000332 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-03-0E (hex) Core Communications Co., Ltd. 00030E (base 16) Core Communications Co., Ltd. 3F Shopping Center Bd. of Seoul (121-050) (121-050) KR 00-03-12 (hex) TRsystems GmbH 000312 (base 16) TRsystems GmbH Eglishalde 16 Trossingen Baden-Wuerttemberg D-78647 DE 00-03-41 (hex) Axon Digital Design 000341 (base 16) Axon Digital Design Lange Wagenstraat 55 NL 00-80-37 (hex) Ericsson Group 008037 (base 16) Ericsson Group Telefonaktiebolaget SE 00-03-3D (hex) ILSHin Lab 00033D (base 16) ILSHin Lab KCS B/D 228-13 Young Dap-Dong Seoul KR 00-03-66 (hex) ASM Pacific Technology 000366 (base 16) ASM Pacific Technology 12/F Watson Centre Kwai Chung HK 00-03-62 (hex) Vodtel Communications, Inc. 000362 (base 16) Vodtel Communications, Inc. 12F, No 166 Chien-Yi Road 235 TW 00-03-4D (hex) Chiaro Networks, Ltd. 00034D (base 16) Chiaro Networks, Ltd. P.O. Box 832427 Richardson TX 75083-2427 US 00-03-22 (hex) IDIS Co., Ltd. 000322 (base 16) IDIS Co., Ltd. 7th Floor, 646-7 Yuksam-Dong, KR 00-03-1D (hex) Taiwan Commate Computer, Inc. 00031D (base 16) Taiwan Commate Computer, Inc. 8F, No. 94, Sec 1, TW 00-03-26 (hex) Iwasaki Information Systems Co., Ltd. 000326 (base 16) Iwasaki Information Systems Co., Ltd. 3361 Oshi JP 00-02-90 (hex) Woorigisool, Inc. 000290 (base 16) Woorigisool, Inc. Yoopoong Bldg. Seoul Seoul KOREA KR 00-02-92 (hex) Logic Innovations, Inc. 000292 (base 16) Logic Innovations, Inc. 6205 Lusk Blvd. San Diego CA 92121-2731 US 00-02-86 (hex) Occam Networks 000286 (base 16) Occam Networks 4183 State Street Santa Barbara CA 93110 US 00-02-D2 (hex) Workstation AG 0002D2 (base 16) Workstation AG Schaffhauserstrasse 55 CH 00-02-CD (hex) TeleDream, Inc. 0002CD (base 16) TeleDream, Inc. Shinhwa Bldg., 940-10 Daechi-Dong KR 00-02-D0 (hex) Comdial Corporation 0002D0 (base 16) Comdial Corporation 1180 Seminole Trail Charlottesville VA 22901 US 00-02-CC (hex) M.C.C.I 0002CC (base 16) M.C.C.I 3520 Krums Corners Rd. Ithaca NY 14850 US 00-02-B0 (hex) Hokubu Communication & Industrial Co., Ltd. 0002B0 (base 16) Hokubu Communication & Industrial Co., Ltd. Fushiogami-aza-oki 27-1 Fukushima 960-8514 JP 00-02-AA (hex) PLcom Co., Ltd. 0002AA (base 16) PLcom Co., Ltd. Hosung B/D, #1083-1, Hogye-Dong South Korea KR 00-02-B5 (hex) Avnet, Inc. 0002B5 (base 16) Avnet, Inc. 2211 S. 47th Street Phoenix AZ 85034 US 00-02-B4 (hex) DAPHNE 0002B4 (base 16) DAPHNE 101 Chaussee De Binche BE 00-02-AC (hex) 3PAR data 0002AC (base 16) 3PAR data 4209 Technology Drive Fremont CA 94538 US 00-02-D9 (hex) Reliable Controls 0002D9 (base 16) Reliable Controls 120 Hallowell Road Victoria, B.C. V9A 7K2 CA 00-02-EF (hex) CCC Network Systems Group Ltd. 0002EF (base 16) CCC Network Systems Group Ltd. 13 Farnborough Business Centre ENGLAND GB 00-02-E8 (hex) E.D.&A. 0002E8 (base 16) E.D.&A. Energielaan 16 BE 00-02-F2 (hex) eDevice, Inc. 0002F2 (base 16) eDevice, Inc. 420 Lexington Avenue New York NY 10170 US 00-02-9D (hex) Merix Corp. 00029D (base 16) Merix Corp. Jin-Su Building, 49-16 Seoul Seoul KOREA KR 00-02-C5 (hex) Evertz Microsystems Ltd. 0002C5 (base 16) Evertz Microsystems Ltd. 5292 John Lucas Drive Ontario L7L 5Z9 CA 00-02-4A (hex) Cisco Systems, Inc 00024A (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-02-49 (hex) Aviv Infocom Co, Ltd. 000249 (base 16) Aviv Infocom Co, Ltd. 962-5, Kwanyang-Dong, Dongan-Gu, Korea (ROK) KR 00-02-45 (hex) Lampus Co, Ltd. 000245 (base 16) Lampus Co, Ltd. 6th Bldg., Samgong, Korea Korea 137-044 KR 00-02-32 (hex) Avision, Inc. 000232 (base 16) Avision, Inc. No. 20, Creation Rd. 1, Hsinchu Taiwan, R.O.C. TW 00-02-35 (hex) Paragon Networks International 000235 (base 16) Paragon Networks International 61 Commerce Drive Brookfield CT 06804 US 00-02-37 (hex) Cosmo Research Corp. 000237 (base 16) Cosmo Research Corp. Cosmo Bldg, 3-148-5 KW 00-02-28 (hex) Necsom, Ltd. 000228 (base 16) Necsom, Ltd. Necsom Ltd. c/o Koirsto FI 00-02-46 (hex) All-Win Tech Co., Ltd. 000246 (base 16) All-Win Tech Co., Ltd. 11F, No. 111-7, Hsing De Rd., Taipei Hsien Taiwan, R.O.C. TW 00-02-3A (hex) ZSK Stickmaschinen GmbH 00023A (base 16) ZSK Stickmaschinen GmbH Magdeburger Straße 38-40 DE 00-02-7F (hex) ask-technologies.com 00027F (base 16) ask-technologies.com 36 Wellington Business Park GB 00-02-7E (hex) Cisco Systems, Inc 00027E (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-10-95 (hex) Thomson Inc. 001095 (base 16) Thomson Inc. 101 West 103rd Street Indianapolis IN 46290-1102 US 00-02-5D (hex) Calix Networks 00025D (base 16) Calix Networks 1035 North McDowell Blvd. Petaluma CA 94954 US 00-02-7B (hex) Amplify Net, Inc. 00027B (base 16) Amplify Net, Inc. 47381 Bayside Parkway Fremont CA 94538 US 00-02-73 (hex) Coriolis Networks 000273 (base 16) Coriolis Networks 330 Codmanhill Road Boxborough MA 01719 US 00-02-57 (hex) Microcom Corp. 000257 (base 16) Microcom Corp. 8333A Green Meadows Dr. N. Westerville OH 43081 US 00-02-53 (hex) Televideo, Inc. 000253 (base 16) Televideo, Inc. 2345 Harris Way San Jose CA 95131 US 00-02-6F (hex) Senao International Co., Ltd. 00026F (base 16) Senao International Co., Ltd. 2F, No. 531, Chung-Cheng Rd., TAIWAN TW 00-02-30 (hex) Intersoft Electronics 000230 (base 16) Intersoft Electronics Lammerdries 27 BE 00-02-1C (hex) Network Elements, Inc. 00021C (base 16) Network Elements, Inc. 9782 SW Nimbus Avenue Beaverton OR 97008 US 00-02-0C (hex) Metro-Optix 00020C (base 16) Metro-Optix 2201 Avenue K Plano TX 75074 US 00-02-16 (hex) Cisco Systems, Inc 000216 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-02-14 (hex) DTVRO 000214 (base 16) DTVRO 813 Daegong Bldg., KOREA KOREA 135-080 KR 00-02-0F (hex) AATR 00020F (base 16) AATR 306 Chemin des Miroirs FR 00-01-C3 (hex) Acromag, Inc. 0001C3 (base 16) Acromag, Inc. 30765 S. Wixom Road Wixom MI 48393 US 00-01-C2 (hex) ARK Research Corp. 0001C2 (base 16) ARK Research Corp. 1198 Saratoga Ave. #11D San Jose CA 95129 US 00-01-EA (hex) Cirilium Corp. 0001EA (base 16) Cirilium Corp. 1615 S. 52nd Street Tempe AZ 85281 US 00-01-E0 (hex) Fast Systems, Inc. 0001E0 (base 16) Fast Systems, Inc. 87-9 Yang-Jae, Seo-Cho, KOREA KR 00-01-AC (hex) Sitara Networks, Inc. 0001AC (base 16) Sitara Networks, Inc. 60 Hickory Drive Waltham MA 02451 US 00-01-ED (hex) SETA Corp. 0001ED (base 16) SETA Corp. Ariake Frontier Bldg. B JAPAN 135-0063 JP 00-01-F6 (hex) Association of Musical Electronics Industry 0001F6 (base 16) Association of Musical Electronics Industry Ito Bldg. 4th Floor 2-16-9 Misaki-cho, JP 00-01-CB (hex) EVR 0001CB (base 16) EVR 12 Raul Wallenberg St. Tel Aviv 69719 IL 00-01-D6 (hex) manroland AG 0001D6 (base 16) manroland AG Stadtbachstraße 1 DE 00-01-AD (hex) Coach Master International d.b.a. CMI Worldwide, Inc. 0001AD (base 16) Coach Master International d.b.a. CMI Worldwide, Inc. 600 Stewart Street Seattle WA 98101 US 00-01-88 (hex) LXCO Technologies ag 000188 (base 16) LXCO Technologies ag Gimmerstraße 69 DE 00-01-9B (hex) Kyoto Microcomputer Co., Ltd. 00019B (base 16) Kyoto Microcomputer Co., Ltd. 2-44 nakayama oe nishikyo-ku kyoto JP 00-01-7F (hex) Experience Music Project 00017F (base 16) Experience Music Project 110 -110th Avenue NE - Ste. #400 Bellevue WA 98004 US 00-01-5A (hex) Digital Video Broadcasting 00015A (base 16) Digital Video Broadcasting DVB, % European Broadcasting Union CH 00-01-2A (hex) Telematica Sistems Inteligente 00012A (base 16) Telematica Sistems Inteligente Rua Miguel Casagrande, 200 São Paulo BR 00-01-66 (hex) TC GROUP A/S 000166 (base 16) TC GROUP A/S Sindalsvej 34 Risskov DK-8240 DK 00-01-76 (hex) Orient Silver Enterprises 000176 (base 16) Orient Silver Enterprises 8740 White Oak Avenue Rancho Cucamonga CA 91730 US 00-01-58 (hex) Electro Industries/Gauge Tech 000158 (base 16) Electro Industries/Gauge Tech 1800 Shames Drive Westbury NY 11590 US 00-01-2D (hex) Komodo Technology 00012D (base 16) Komodo Technology 170 Knowles Drive Los Gatos CA 95032 US 00-01-48 (hex) X-traWeb Inc. 000148 (base 16) X-traWeb Inc. 6750 West 93rd Street - Ste. #210 Overland Park KS 66212 US 00-01-87 (hex) I2SE GmbH 000187 (base 16) I2SE GmbH Friedrich-Ebert-Str. 61 Leipzig 04109 DE 00-01-80 (hex) AOpen, Inc. 000180 (base 16) AOpen, Inc. 6F, 88, Sec.1, Hsin Tai TAIWAN TAIWAN R.O.C. TW 00-01-97 (hex) Cisco Systems, Inc 000197 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-01-9A (hex) LEUNIG GmbH 00019A (base 16) LEUNIG GmbH Wilhelm-Ostwald-Str. 17 DE 00-01-59 (hex) S1 Corporation 000159 (base 16) S1 Corporation R&D Center, S1 Bldg. KOREA 135-010 KR 00-01-71 (hex) Allied Data Technologies 000171 (base 16) Allied Data Technologies Pascalweg 1, THE NL 00-30-AC (hex) Systeme Lauer GmbH & Co., Ltd. 0030AC (base 16) Systeme Lauer GmbH & Co., Ltd. Kelterstrasse 59 72669 Unterensingen DE 00-30-FB (hex) AZS Technology AG 0030FB (base 16) AZS Technology AG Steinbeisstrasse 2-4 72510 Stetten A.K.M. DE 00-30-AE (hex) Times N System, Inc. 0030AE (base 16) Times N System, Inc. 1826 Kramer Lane - Ste. Austin TX 78758 US 00-30-03 (hex) Phasys Ltd. 003003 (base 16) Phasys Ltd. #100-9404 41st Avenue Edmonton Alberta T6X 1R2 CA 00-30-E2 (hex) GARNET SYSTEMS CO., LTD. 0030E2 (base 16) GARNET SYSTEMS CO., LTD. Sungwon Bldg. 545-7 Seoul KR 00-01-3A (hex) SHELCAD COMMUNICATIONS, LTD. 00013A (base 16) SHELCAD COMMUNICATIONS, LTD. P.O. Box 8513 IL 00-01-40 (hex) Sendtek Corporation 000140 (base 16) Sendtek Corporation 12F-3, 333, Sec.1 TAIWAN TW 00-01-23 (hex) Schneider Electric Japan Holdings Ltd. 000123 (base 16) Schneider Electric Japan Holdings Ltd. Schneider Electric Osaka Building 4-4-9 Kitahama Chuo-ku, Osaka 541-0041 JP 00-01-25 (hex) YAESU MUSEN CO., LTD. 000125 (base 16) YAESU MUSEN CO., LTD. Tennozu Parkside Building Shinagawa-ku, Tokyo 140-0002 JP 00-01-26 (hex) PAC Labs 000126 (base 16) PAC Labs 3079 Kilgore Road Rancho Cordova CA 95670 US 00-01-1B (hex) Unizone Technologies, Inc. 00011B (base 16) Unizone Technologies, Inc. 5Floor HaeSung Bldg. SeoCho-Ku Seoul KR 00-01-1D (hex) Centillium Communications 00011D (base 16) Centillium Communications 47211 Lakeview Blvd. Fremont CA 94538 US 00-01-1F (hex) RC Networks, Inc. 00011F (base 16) RC Networks, Inc. 6727 Flanders Drive - Ste. #212 San Diego CA 92121 US 00-B0-80 (hex) Mannesmann Ipulsys B.V. 00B080 (base 16) Mannesmann Ipulsys B.V. Bordewijklaan 18 2591 XR The Hague NL 00-B0-1E (hex) Rantic Labs, Inc. 00B01E (base 16) Rantic Labs, Inc. 702 Brazos, Suite #500 Austin TX 78701 US 00-B0-F0 (hex) CALY NETWORKS 00B0F0 (base 16) CALY NETWORKS 295 Santa Anna Court Sunnyvale CA 94086 US 00-B0-9A (hex) Morrow Technologies Corp. 00B09A (base 16) Morrow Technologies Corp. 2300 Tall Pines Drive Largo FL 33771-5342 US 00-30-2E (hex) Hoft & Wessel AG 00302E (base 16) Hoft & Wessel AG Rotenburger Strasse 20 30659 Hannover DE 00-30-ED (hex) Expert Magnetics Corp. 0030ED (base 16) Expert Magnetics Corp. 12/F., Unit D, MTG Bldg., 1-3, Nakase Mihama-ku, Chiba-city, 261-8501 JP 00-30-0F (hex) IMT - Information Management T 00300F (base 16) IMT - Information Management T Gewerbestrasse 8 CH-9470 Buchs CH 00-30-82 (hex) TAIHAN ELECTRIC WIRE CO., LTD. 003082 (base 16) TAIHAN ELECTRIC WIRE CO., LTD. Communication Engineering Team Seoul KR 00-30-A9 (hex) Netiverse, Inc. 0030A9 (base 16) Netiverse, Inc. 100 Century Center Court San Jose CA 95112 US 00-30-FE (hex) DSA GmbH 0030FE (base 16) DSA GmbH Pascalstraße 28 52076 Aachen DE 00-30-C4 (hex) Canon Imaging Systems Inc. 0030C4 (base 16) Canon Imaging Systems Inc. 1-24 Yoneyama, Chuo-ku Niigata-shi Niigata 950-0916 JP 00-30-4D (hex) ESI 00304D (base 16) ESI 3701 E. Plano Parkway Plano TX 75074 US 08-14-43 (hex) UNIBRAIN S.A. 081443 (base 16) UNIBRAIN S.A. 84, ETHNIKIS ANTISTASEOS GR 00-B0-09 (hex) Grass Valley, A Belden Brand 00B009 (base 16) Grass Valley, A Belden Brand 3499, Douglas B. Floreani Montreal Quebec H4S 2C6 CA 00-B0-AC (hex) SIAE-Microelettronica S.p.A. 00B0AC (base 16) SIAE-Microelettronica S.p.A. Via Michelangelo Buonarroti, 21 20093 Cologno M. (Ml) IT 00-30-23 (hex) COGENT COMPUTER SYSTEMS, INC. 003023 (base 16) COGENT COMPUTER SYSTEMS, INC. 10 RIVER ROAD - STE. #205 UXBRIDGE MA 01569 US 00-30-90 (hex) CYRA TECHNOLOGIES, INC. 003090 (base 16) CYRA TECHNOLOGIES, INC. 8000 CAPWELL DRIVE OAKLAND CA 94621 US 00-30-A7 (hex) SCHWEITZER ENGINEERING 0030A7 (base 16) SCHWEITZER ENGINEERING LABORATORIES, INC. PULLMAN WA 99163 US 00-30-7C (hex) ADID SA 00307C (base 16) ADID SA 70 RU ANATOLE FRANCE 92 300 LEVALLOIS-PERRET CEDEX FR 00-30-55 (hex) Renesas Technology America, Inc. 003055 (base 16) Renesas Technology America, Inc. 450 Holger Way San Jose CA 95134 US 00-30-2F (hex) GE Aviation System 00302F (base 16) GE Aviation System 3290 Patterson Ave., S.E. Grand Rapids MI 49512 US 00-30-0E (hex) Klotz Digital AG 00300E (base 16) Klotz Digital AG Hans-Stiessbergerstraße 2A D-85540 Haar DE 00-30-D5 (hex) DResearch GmbH 0030D5 (base 16) DResearch GmbH Otto-Schmirgal-Str.3 10319 Berlin DE 00-30-18 (hex) Jetway Information Co., Ltd. 003018 (base 16) Jetway Information Co., Ltd. 4F, No. 168, LI THE ST. Chung Ho City 235 Taipei TW 00-30-9F (hex) AMBER NETWORKS 00309F (base 16) AMBER NETWORKS 2475 AUGUSTINE DR. SANTA CLARA CA 95054 US 00-30-A8 (hex) OL'E COMMUNICATIONS, INC. 0030A8 (base 16) OL'E COMMUNICATIONS, INC. 1962 ZANKER ROAD SAN JOSE CA 95112 US 00-30-D1 (hex) INOVA CORPORATION 0030D1 (base 16) INOVA CORPORATION 110 AVON STREET CHARLOTTESVILE VA 22902 US 00-30-BB (hex) CacheFlow, Inc. 0030BB (base 16) CacheFlow, Inc. 650 Almanor Drive Sunnyvale CA 94086 US 00-30-AF (hex) Honeywell GmbH 0030AF (base 16) Honeywell GmbH Boeblinger Str. 17 D-71098 Schoenaich DE 00-30-AA (hex) AXUS MICROSYSTEMS, INC. 0030AA (base 16) AXUS MICROSYSTEMS, INC. 2F-4, NO.18/N. 609, SEC. 5 TAIWAN TAIWAN R.O.C. TW 00-30-89 (hex) Spectrapoint Wireless, LLC 003089 (base 16) Spectrapoint Wireless, LLC 1125 E. Collins Blvd. Richardson TX 75081 US 00-30-9A (hex) ASTRO TERRA CORP. 00309A (base 16) ASTRO TERRA CORP. 11526 SORRENTO VALLEY ROAD SAN DIEGO CA 92121 US 00-30-87 (hex) VEGA GRIESHABER KG 003087 (base 16) VEGA GRIESHABER KG AM HOHENSTEIN 113 DE 00-30-62 (hex) IP Video Networks Inc 003062 (base 16) IP Video Networks Inc 6650 Lusk Blvd SAN DIEGO CA 92121 US 00-30-2D (hex) QUANTUM BRIDGE COMMUNICATIONS 00302D (base 16) QUANTUM BRIDGE COMMUNICATIONS ONE HIGH STREET NORTH ANDOVER MA 01845 US 00-30-CB (hex) OMNI FLOW COMPUTERS, INC. 0030CB (base 16) OMNI FLOW COMPUTERS, INC. 10701 CORPORATE DRIVE-STE.#300 STAFFORD TX 77477 US 00-30-6B (hex) CMOS SYSTEMS, INC. 00306B (base 16) CMOS SYSTEMS, INC. 23440 HAWTHORNE BLVD-STE #290 TORRANCE CA 90505 US 00-30-AD (hex) SHANGHAI COMMUNICATION 0030AD (base 16) SHANGHAI COMMUNICATION TECHNOLOGIES CENTER P.R. CN 00-30-CF (hex) TWO TECHNOLOGIES, INC. 0030CF (base 16) TWO TECHNOLOGIES, INC. 419 SARGON WAY HORSHAM PA 19044 US 00-30-B2 (hex) L-3 Sonoma EO 0030B2 (base 16) L-3 Sonoma EO 428 Aviation Blvd Santa Rosa CA 95403 US 00-30-35 (hex) Corning Incorporated 003035 (base 16) Corning Incorporated Data Center Corning NY 14831 US 00-30-7F (hex) IRLAN LTD. 00307F (base 16) IRLAN LTD. 1 HATAMAR STREET IL 00-D0-15 (hex) UNIVEX MICROTECHNOLOGY CORP. 00D015 (base 16) UNIVEX MICROTECHNOLOGY CORP. 2, TZE-CHIANG 3RD ROAD TAIWAN TW 00-D0-48 (hex) ECTON, INC. 00D048 (base 16) ECTON, INC. 5168 CAMPUS DRIVE PLYMOUTH MEETING PA 19462 US 00-D0-A5 (hex) AMERICAN ARIUM 00D0A5 (base 16) AMERICAN ARIUM 14281 CHAMBERS ROAD TUSTIN CA 92780 US 00-30-5D (hex) DIGITRA SYSTEMS, INC. 00305D (base 16) DIGITRA SYSTEMS, INC. 8-61, GAWOL-DONG KOREA 140-150 KR 00-30-36 (hex) RMP ELEKTRONIKSYSTEME GMBH 003036 (base 16) RMP ELEKTRONIKSYSTEME GMBH HANNS-MARTIN-SCHLE'R-STR.12-14 DE 00-D0-CF (hex) MORETON BAY 00D0CF (base 16) MORETON BAY 12/97 JIJAWS STREET AU 00-D0-7F (hex) STRATEGY & TECHNOLOGY, LIMITED 00D07F (base 16) STRATEGY & TECHNOLOGY, LIMITED Suite 4.2, Clifton Heights Bristol BS8 1EJ GB 00-30-E6 (hex) Draeger Medical Systems, Inc. 0030E6 (base 16) Draeger Medical Systems, Inc. 6 Tech Drive Andover MA 01810 US 00-30-BD (hex) BELKIN COMPONENTS 0030BD (base 16) BELKIN COMPONENTS 501 WEST WALNUT STREET COMPTON CA 90220 US 00-30-07 (hex) OPTI, INC. 003007 (base 16) OPTI, INC. 1440 MCCARTHY BLVD. MILPITAS CA 95035 US 00-D0-C2 (hex) BALTHAZAR TECHNOLOGY AB 00D0C2 (base 16) BALTHAZAR TECHNOLOGY AB ANKDAMMSGATAN 24 SE 00-D0-22 (hex) INCREDIBLE TECHNOLOGIES, INC. 00D022 (base 16) INCREDIBLE TECHNOLOGIES, INC. 1600 HICKS ROAD ROLLING MEADOWS IL 60008 US 00-D0-71 (hex) ECHELON CORP. 00D071 (base 16) ECHELON CORP. 2901 Patrick Henry Dr. Santa Clara CA 95054 US 00-D0-4F (hex) BITRONICS, INC. 00D04F (base 16) BITRONICS, INC. P.O. BOX 22290 LEHIGH VALLEY PA 18002-2290 US 00-D0-69 (hex) TECHNOLOGIC SYSTEMS 00D069 (base 16) TECHNOLOGIC SYSTEMS 16610 E. LASER DRIVE-STE. #10 FOUNTAIN HILLS AZ 85268 US 00-D0-90 (hex) Cisco Systems, Inc 00D090 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-D0-F5 (hex) ORANGE MICRO, INC. 00D0F5 (base 16) ORANGE MICRO, INC. 1400 N. LAKEVIEW AVE. ANAHEIM CA 92807 US 00-D0-E9 (hex) Advantage Century Telecommunication Corp. 00D0E9 (base 16) Advantage Century Telecommunication Corp. 4F, 41, Tunghsin Rd. Taipei TW 00-D0-94 (hex) Seeion Control LLC 00D094 (base 16) Seeion Control LLC 117 Stephanie Lane vista CA 92084-5316 US 00-D0-FB (hex) TEK MICROSYSTEMS, INCORPORATED 00D0FB (base 16) TEK MICROSYSTEMS, INCORPORATED ONE NORTH AVENUE BURLINGTON MA 01803 US 00-D0-66 (hex) WINTRISS ENGINEERING CORP. 00D066 (base 16) WINTRISS ENGINEERING CORP. 6344 FERRIS SQUARE SAN DIEGO CA 92121 US 00-D0-82 (hex) IOWAVE INC. 00D082 (base 16) IOWAVE INC. 1010 WISCONSIN AVENUE WASHINGTON DC 20007 US 00-D0-81 (hex) RTD Embedded Technologies, Inc. 00D081 (base 16) RTD Embedded Technologies, Inc. 103 Innovation Blvd. State College PA 16803 US 00-D0-02 (hex) DITECH CORPORATION 00D002 (base 16) DITECH CORPORATION 825 EAST MIDDLEFIELD RD MOUNTAIN VIEW CA 94043 US 00-D0-85 (hex) OTIS ELEVATOR COMPANY 00D085 (base 16) OTIS ELEVATOR COMPANY 5 FARM SPRINGS RD. FARMINGTON CT 06032 US 00-D0-11 (hex) PRISM VIDEO, INC. 00D011 (base 16) PRISM VIDEO, INC. 15851 DALLAS PARKWAY-STE.#1060 ADDISON TX 75001 US 00-D0-DF (hex) KUZUMI ELECTRONICS, INC. 00D0DF (base 16) KUZUMI ELECTRONICS, INC. 28-6 IIJIMA-CHYO, SAKAE-KU JP 00-D0-9B (hex) SPECTEL LTD. 00D09B (base 16) SPECTEL LTD. 21 STILLORGAN INDUSTRIAL PARK IE 00-D0-67 (hex) CAMPIO COMMUNICATIONS 00D067 (base 16) CAMPIO COMMUNICATIONS 2033 GATEWAY PL, SUITE #600 SAN JOSE CA 95110 US 00-D0-58 (hex) Cisco Systems, Inc 00D058 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-D0-32 (hex) YANO ELECTRIC CO., LTD. 00D032 (base 16) YANO ELECTRIC CO., LTD. 7-3-1 IBUKIDAIHIGASHIMACHI JP 00-D0-F1 (hex) SEGA ENTERPRISES, LTD. 00D0F1 (base 16) SEGA ENTERPRISES, LTD. 12-14 HIGASHIKOUJIYA 2-CHOME JP 00-D0-3A (hex) ZONEWORX, INC. 00D03A (base 16) ZONEWORX, INC. 40925 COUNTY CENTER DRIVE TEMECULA CA 92592 US 00-D0-01 (hex) VST TECHNOLOGIES, INC. 00D001 (base 16) VST TECHNOLOGIES, INC. 125 NAGOG PARK ACTON MA 01720 US 00-50-3E (hex) Cisco Systems, Inc 00503E (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-50-20 (hex) MEDIASTAR CO., LTD. 005020 (base 16) MEDIASTAR CO., LTD. 3FL, SOHUN BLDG. KOREA KR 00-D0-75 (hex) ALARIS MEDICAL SYSTEMS, INC. 00D075 (base 16) ALARIS MEDICAL SYSTEMS, INC. P.O. BOX 85335 SAN DIEGO CA 92121-2733 US 00-D0-4C (hex) EUROTEL TELECOM LTD. 00D04C (base 16) EUROTEL TELECOM LTD. CANISTER HOUSE UNITED KINGDOM GB 00-D0-E1 (hex) AVIONITEK ISRAEL INC. 00D0E1 (base 16) AVIONITEK ISRAEL INC. 1 ETGAR STREET IL 00-D0-08 (hex) MACTELL CORPORATION 00D008 (base 16) MACTELL CORPORATION 7000 CAMERON ROAD AUSTIN TX 78752 US 00-D0-D9 (hex) DEDICATED MICROCOMPUTERS 00D0D9 (base 16) DEDICATED MICROCOMPUTERS 1 Thellow Heath Park Northwich CW9 6JB GB 00-D0-0B (hex) RHK TECHNOLOGY, INC. 00D00B (base 16) RHK TECHNOLOGY, INC. 1050 EAST MAPLE ROAD TROY MI 48083 US 00-D0-9C (hex) KAPADIA COMMUNICATIONS 00D09C (base 16) KAPADIA COMMUNICATIONS 3925 WEST BROKER LANE AUSTIN TX 78759 US 00-D0-F3 (hex) SOLARI DI UDINE SPA 00D0F3 (base 16) SOLARI DI UDINE SPA VIA GINO PIERI 29 IT 00-D0-39 (hex) UTILICOM, INC. 00D039 (base 16) UTILICOM, INC. 323 LOVE PLACE SANTA BARBARA CA 93112-3289 US 00-D0-A0 (hex) MIPS DENMARK 00D0A0 (base 16) MIPS DENMARK LAUTRUPVANG 2B DK - DK 00-D0-0A (hex) LANACCESS TELECOM S.A. 00D00A (base 16) LANACCESS TELECOM S.A. GRAN VIA 8-10 4 1 ES 00-D0-1C (hex) SBS TECHNOLOGIES, 00D01C (base 16) SBS TECHNOLOGIES, CONNECTIVITY PRODUCTS ST. PAUL MN 55121-1245 US 00-D0-D5 (hex) GRUNDIG AG 00D0D5 (base 16) GRUNDIG AG KURGARTENSGTREET 37 DE 00-D0-41 (hex) AMIGO TECHNOLOGY CO., LTD. 00D041 (base 16) AMIGO TECHNOLOGY CO., LTD. 4F-1B, NO.12, LANE 609, SEC.5, TAIWAN TAIWAN R.O.C. TW 00-D0-9D (hex) VERIS INDUSTRIES 00D09D (base 16) VERIS INDUSTRIES 10831 SW CASCADE PORTLAND OR 97223 US 00-D0-6D (hex) ACRISON, INC. 00D06D (base 16) ACRISON, INC. 20 EMPIRE BLVD. MOONACHIE NJ 07074 US 00-D0-2B (hex) JETCELL, INC. 00D02B (base 16) JETCELL, INC. 173 CONSTITUTION DRIVE MENLO PARK CA 94025-1106 US 00-D0-62 (hex) DIGIGRAM 00D062 (base 16) DIGIGRAM PARC DE PRE MILLIET FR 00-D0-8D (hex) PHOENIX GROUP, INC. 00D08D (base 16) PHOENIX GROUP, INC. 123 MARCUS BLVD. HAUPPAUGE NY 11788 US 00-D0-3D (hex) GALILEO TECHNOLOGY, LTD. 00D03D (base 16) GALILEO TECHNOLOGY, LTD. MOSHAV MANOF IL 00-50-C6 (hex) LOOP TELECOMMUNICATION INTERNATIONAL, INC. 0050C6 (base 16) LOOP TELECOMMUNICATION INTERNATIONAL, INC. 7F, No. 8, Hsin Ann Road Hsinchu - TW 00-50-9F (hex) HORIZON COMPUTER 00509F (base 16) HORIZON COMPUTER TRINITY BLDG. 4-22-7 TOKYO 106 JP 00-50-A5 (hex) CAPITOL BUSINESS SYSTEMS, LTD. 0050A5 (base 16) CAPITOL BUSINESS SYSTEMS, LTD. 43/44 RIVERSIDE ROCHESTER, KENT England ME2 4DP GB 00-50-00 (hex) NEXO COMMUNICATIONS, INC. 005000 (base 16) NEXO COMMUNICATIONS, INC. 2ND FL., 160, MINGCHU ROAD HSINCHU CITY TW 00-50-90 (hex) DCTRI 005090 (base 16) DCTRI NO.40 XUE YUAN RD CN 00-50-3B (hex) MEDIAFIRE CORPORATION 00503B (base 16) MEDIAFIRE CORPORATION 11317 FREDERICK AVENUE BELTSVILLE MD 20705 US 00-50-46 (hex) MENICX INTERNATIONAL CO., LTD. 005046 (base 16) MENICX INTERNATIONAL CO., LTD. NO.9, MING TSUN ROAD TAIWAN 310 TAIWAN 310 R.O.C. TW 00-50-41 (hex) Coretronic Corporation 005041 (base 16) Coretronic Corporation NO.11, LI HSIN RD. TW 00-50-B0 (hex) TECHNOLOGY ATLANTA CORPORATION 0050B0 (base 16) TECHNOLOGY ATLANTA CORPORATION 500 Sugar Mill Road Atlanta GA 30350 US 00-50-DD (hex) SERRA SOLDADURA, S.A. 0050DD (base 16) SERRA SOLDADURA, S.A. POL. IND. ZONA FRANCA, ES 00-50-63 (hex) OY COMSEL SYSTEM AB 005063 (base 16) OY COMSEL SYSTEM AB TEGELBRUKSGATAN 5-7 FIN-65100 VASA FI 00-50-8D (hex) ABIT COMPUTER CORPORATION 00508D (base 16) ABIT COMPUTER CORPORATION 3F-7, NO. 79, SEC.1 TAIPEI HSIEN TW 00-50-A0 (hex) DELTA COMPUTER SYSTEMS, INC. 0050A0 (base 16) DELTA COMPUTER SYSTEMS, INC. 11719 NE 95TH STREET - STE. VANCOUVER WA 98682-2444 US 00-50-66 (hex) AtecoM GmbH advanced telecomunication modules 005066 (base 16) AtecoM GmbH advanced telecomunication modules KAISERSTR. 100 D-52134 HERZOGENRATH DE 00-50-59 (hex) iBAHN 005059 (base 16) iBAHN 10757 S. River Front Parkway South Jordan UT 84095 US 00-50-D9 (hex) ENGETRON-ENGENHARIA ELETRONICA IND. e COM. LTDA 0050D9 (base 16) ENGETRON-ENGENHARIA ELETRONICA IND. e COM. LTDA VIA SOCRATES M. BITTENCOURT, 1099 32010-010 Contagem MG BR 00-50-01 (hex) YAMASHITA SYSTEMS CORP. 005001 (base 16) YAMASHITA SYSTEMS CORP. 5-7-12 IKEGAMI OTA-KU TOKYO JP 00-50-67 (hex) AEROCOMM, INC. 005067 (base 16) AEROCOMM, INC. 13256 W. 98TH STREET LENEXA KS 66215 US 00-50-B6 (hex) GOOD WAY IND. CO., LTD. 0050B6 (base 16) GOOD WAY IND. CO., LTD. 5F, NO.8, ALLEY 6, TAIWAN R.O.C. TW 00-50-4B (hex) BARCONET N.V. 00504B (base 16) BARCONET N.V. LUIPAARDSTRAAT 12 BE 00-50-EA (hex) XEL COMMUNICATIONS, INC. 0050EA (base 16) XEL COMMUNICATIONS, INC. 17101 E. OHIO DRIVE AURORA CO 80017 US 00-50-C8 (hex) Addonics Technologies, Inc. 0050C8 (base 16) Addonics Technologies, Inc. 1918 Junction Ave., San Jose CA 95131 US 00-50-C4 (hex) IMD 0050C4 (base 16) IMD HERBSTRASSE 8 D-82178 PUCHHEIM DE 00-50-89 (hex) SAFETY MANAGEMENT SYSTEMS 005089 (base 16) SAFETY MANAGEMENT SYSTEMS Burgemeester Burgerslaan 40 NH Rosmalen 5245 NL 00-50-F4 (hex) SIGMATEK GMBH & CO. KG 0050F4 (base 16) SIGMATEK GMBH & CO. KG A-5112 LAMPRECHTSHAUSEN, AT 00-50-21 (hex) EIS INTERNATIONAL, INC. 005021 (base 16) EIS INTERNATIONAL, INC. 1351 WASHINGTON BLVD. STAMFORD CT 06902 US 00-50-5E (hex) DIGITEK MICROLOGIC S.A. 00505E (base 16) DIGITEK MICROLOGIC S.A. SANT JOAN DE LA SALLE 6 ES 00-50-E8 (hex) NOMADIX INC. 0050E8 (base 16) NOMADIX INC. 2701 OCEAN PARK BLVD.-STE.#231 SANTA MONICA CA 90405 US 00-50-AE (hex) FDK Co., Ltd 0050AE (base 16) FDK Co., Ltd 2281 Washizu Shizuoka-ken 431-0495 JP 00-50-E7 (hex) PARADISE INNOVATIONS (ASIA) 0050E7 (base 16) PARADISE INNOVATIONS (ASIA) PTE. LTD. SINGAPORE 554914 SG 00-50-FB (hex) VSK ELECTRONICS 0050FB (base 16) VSK ELECTRONICS VENETIELAAN 39 BE 00-90-73 (hex) GAIO TECHNOLOGY 009073 (base 16) GAIO TECHNOLOGY OAK-YOKOHAMA BLDG. NISHI-KU YOKOHAMA-CITY Kanagawa JP 00-90-7B (hex) E-TECH, INC. 00907B (base 16) E-TECH, INC. 30, R&D ROAD 2 HSINCHU TW 00-90-81 (hex) ALOHA NETWORKS, INC. 009081 (base 16) ALOHA NETWORKS, INC. 1001A O'REILLY AVENUE SAN FRANCISCO CA 94129-0472 US 00-90-1C (hex) mps Software Gmbh 00901C (base 16) mps Software Gmbh LUDWIGSTR 36 85551 KIRCHHEIM DE 00-50-86 (hex) TELKOM SA, LTD. 005086 (base 16) TELKOM SA, LTD. TELKOM LABORATORY PRETORIA ZA 00-50-1A (hex) IQinVision 00501A (base 16) IQinVision 33122 Valle Road San Juan Capistrano CA 92675-4853 US 00-50-8F (hex) ASITA TECHNOLOGIES INT'L LTD. 00508F (base 16) ASITA TECHNOLOGIES INT'L LTD. UNIT 2 BALLYBRIT BUSINESS PARK IE 00-50-15 (hex) BRIGHT STAR ENGINEERING 005015 (base 16) BRIGHT STAR ENGINEERING 19 ENFIELD DRIVE ANDOVER MA 01810 US 00-50-57 (hex) BROADBAND ACCESS SYSTEMS 005057 (base 16) BROADBAND ACCESS SYSTEMS 48 South Park St #208 Montclair NJ 01752 US 00-50-88 (hex) AMANO CORPORATION 005088 (base 16) AMANO CORPORATION 275, MAMEDO-CHO 222-8558 JP 00-50-31 (hex) AEROFLEX LABORATORIES, INC. 005031 (base 16) AEROFLEX LABORATORIES, INC. 35 SOUTH SERVICE ROAD PLAINVIEW NY 11803 US 00-90-DB (hex) NEXT LEVEL COMMUNICATIONS 0090DB (base 16) NEXT LEVEL COMMUNICATIONS 6085 STATE FARM DRIVE ROHNERT PARK CA 94928 US 00-90-56 (hex) TELESTREAM, INC. 009056 (base 16) TELESTREAM, INC. 848 GOLD FLAT RD., SUITE 1 NEVADA CITY CA 95959 US 00-90-68 (hex) DVT CORP. 009068 (base 16) DVT CORP. 1670 OAKBROOK DR. - STE. #330 NORCROSS GA 30093 US 00-90-5E (hex) RAULAND-BORG CORPORATION 00905E (base 16) RAULAND-BORG CORPORATION 3450 W. OAKTON ST. SKOKIE IL 60076 US 00-90-AF (hex) J. MORITA MFG. CORP. 0090AF (base 16) J. MORITA MFG. CORP. 680 HIGASHIHAMA MINAMI-CHO FUSHIMI-KU, KYOTO 612-8213 JP 00-50-03 (hex) Xrite Inc 005003 (base 16) Xrite Inc 4300 44TH Street, S.E. Grand Rapids MI 49512 US 00-50-D3 (hex) DIGITAL AUDIO PROCESSING PTY. LTD. 0050D3 (base 16) DIGITAL AUDIO PROCESSING PTY. LTD. PO BOX 40 NSW 2138 AU 00-50-AD (hex) CommUnique Wireless Corp. 0050AD (base 16) CommUnique Wireless Corp. 1070 MARINA VILLAGE PARKWAY ALAMEDA CA 94501 US 00-50-AF (hex) INTERGON, INC. 0050AF (base 16) INTERGON, INC. 5800 RANCHESTER DRIVE HOUSTON TX 77036 US 00-90-34 (hex) IMAGIC, INC. 009034 (base 16) IMAGIC, INC. 235 West Road #7 Portsmouth NH 03801 US 00-90-AA (hex) INDIGO ACTIVE VISION SYSTEMS LIMITED 0090AA (base 16) INDIGO ACTIVE VISION SYSTEMS LIMITED THE EDINBURGH TECHNOPOLE Edinburgh EH26 OPJ GB 00-90-5B (hex) RAYMOND AND LAE ENGINEERING 00905B (base 16) RAYMOND AND LAE ENGINEERING 208 COMMERCE DR., UNIT #3C FORT COLLINS CO 80524 US 00-90-BC (hex) TELEMANN CO., LTD. 0090BC (base 16) TELEMANN CO., LTD. 6F DONGSIN BLDG. SEOUL, 135-270 KR 00-90-0A (hex) PROTON ELECTRONIC INDUSTRIAL CO., LTD. 00900A (base 16) PROTON ELECTRONIC INDUSTRIAL CO., LTD. PANCHIAO, Taipei County TW 00-90-F8 (hex) MEDIATRIX TELECOM 0090F8 (base 16) MEDIATRIX TELECOM 4229 GARLOCK QUEBEC J1L 2C8 CA 00-90-10 (hex) SIMULATION LABORATORIES, INC. 009010 (base 16) SIMULATION LABORATORIES, INC. 10078 TYLER PLACE #A IJAMSVILLE MD 21754 US 00-90-C6 (hex) OPTIM SYSTEMS, INC. 0090C6 (base 16) OPTIM SYSTEMS, INC. 8201 GREENSBORO DR.-STE. #1000 MCLEAN VA 22102 US 00-90-2E (hex) NAMCO LIMITED 00902E (base 16) NAMCO LIMITED 1-1-32 SHIN-URASHIMA-CHO KANAGAWA 221-0031 JP 00-90-37 (hex) ACUCOMM, INC. 009037 (base 16) ACUCOMM, INC. 4633 OLD IRONSIDES - STE #310 SANTA CLARA CA 95054 US 00-90-78 (hex) MER TELEMANAGEMENT SOLUTIONS, LTD. 009078 (base 16) MER TELEMANAGEMENT SOLUTIONS, LTD. 5 HATSOREF STR. HOLON IL 00-90-B8 (hex) ROHDE & SCHWARZ GMBH & CO. KG 0090B8 (base 16) ROHDE & SCHWARZ GMBH & CO. KG POSTFACH: 80 14 69/ABT.: 3CK D-81614 MUNCHEN DE 00-90-1A (hex) UNISPHERE SOLUTIONS 00901A (base 16) UNISPHERE SOLUTIONS 5 CARLISLE ROAD WESTFORD MA 01886 US 00-90-B5 (hex) NIKON CORPORATION 0090B5 (base 16) NIKON CORPORATION Electronic Imaging Division, Designing D TOKYO 140-8601 JP 00-90-05 (hex) PROTECH SYSTEMS CO., LTD. 009005 (base 16) PROTECH SYSTEMS CO., LTD. 5F, NO. 34, LANE 80, SEC. 3 TAIPEI TW 00-90-59 (hex) TELECOM DEVICE K.K. 009059 (base 16) TELECOM DEVICE K.K. SANMIYANAGA BLDG. 3F, 1-5-12 TOKYO 107 JP 00-90-CA (hex) ACCORD VIDEO TELECOMMUNICATIONS, LTD. 0090CA (base 16) ACCORD VIDEO TELECOMMUNICATIONS, LTD. 10, MARTIN GEHL STR, PO BOX 3564 Petach-Tikva 49130 IL 00-90-E9 (hex) JANZ COMPUTER AG 0090E9 (base 16) JANZ COMPUTER AG Im Dörener Feld 8 D-33100 Paderborn DE 00-90-EB (hex) SENTRY TELECOM SYSTEMS 0090EB (base 16) SENTRY TELECOM SYSTEMS 8664 COMMERCE COURT BURNABY BC V5A 4N7 CA 00-90-FE (hex) ELECOM CO., LTD. (LANEED DIV.) 0090FE (base 16) ELECOM CO., LTD. (LANEED DIV.) TOKYU BANCHO BLDG. Chiyoda-ku TOKYO 102-0081 JP 00-90-BB (hex) TAINET COMMUNICATION SYSTEM Corp. 0090BB (base 16) TAINET COMMUNICATION SYSTEM Corp. 3 FL, NO. 6, ALLEY 23, LANE 91 SEC. 1 Taipei TW 00-90-90 (hex) I-BUS 009090 (base 16) I-BUS 9174 SKY PARK COURT SAN DIEGO CA 92123 US 00-90-D5 (hex) EUPHONIX, INC. 0090D5 (base 16) EUPHONIX, INC. 220 PORTAGE AVE. PALO ALTO CA 94306 US 00-90-4A (hex) CONCUR SYSTEM TECHNOLOGIES 00904A (base 16) CONCUR SYSTEM TECHNOLOGIES 2525 WALLINGWOOD DR.-STE. #804 AUSTIN TX 78746 US 00-90-8F (hex) AUDIO CODES LTD. 00908F (base 16) AUDIO CODES LTD. 3A NETANYAHU STREET OR YEHUDA 60256 IL 00-90-9E (hex) Critical IO, LLC 00909E (base 16) Critical IO, LLC 485 E. 17th Street Costa Mesa CA 92627 US 00-10-92 (hex) NETCORE INC. 001092 (base 16) NETCORE INC. 12F-2, 537, SEC.2 HSINCHU TW 00-10-1C (hex) OHM TECHNOLOGIES INTL, LLC 00101C (base 16) OHM TECHNOLOGIES INTL, LLC 4 EXECUTIVE CIRCLE, Suite 185 IRVINE CA 92614 US 00-10-46 (hex) ALCORN MCBRIDE INC. 001046 (base 16) ALCORN MCBRIDE INC. 3300 S. HIAWASSEE #105 ORLANDO FL 32835 US 00-10-28 (hex) COMPUTER TECHNICA, INC. 001028 (base 16) COMPUTER TECHNICA, INC. 3-5-19 HIGASHINAKA HAKATA-KU FUKUOKA 816 JP 00-10-B7 (hex) COYOTE TECHNOLOGIES, LLC 0010B7 (base 16) COYOTE TECHNOLOGIES, LLC 4360 PARK TERRACE DRIVE WESTLAKE VILLAGE CA 91361 US 00-90-E5 (hex) TEKNEMA, INC. 0090E5 (base 16) TEKNEMA, INC. 2656 E. BAYSHORE ROAD PALO ALTO CA 94303 US 00-90-F4 (hex) LIGHTNING INSTRUMENTATION 0090F4 (base 16) LIGHTNING INSTRUMENTATION BOVERESSES 50 1010 LAUSANNE CH 00-90-74 (hex) ARGON NETWORKS, INC. 009074 (base 16) ARGON NETWORKS, INC. 25 PORTER ROAD LITTLETON MA 01460 US 00-90-9F (hex) DIGI-DATA CORPORATION 00909F (base 16) DIGI-DATA CORPORATION 7165 Columbia Gateway Drive Columbia MD 21045 US 00-90-3B (hex) TriEMS Research Lab, Inc. 00903B (base 16) TriEMS Research Lab, Inc. 1275 N. TUSTIN AVENUE ANAHEIM CA 92807 US 00-10-C9 (hex) MITSUBISHI ELECTRONICS LOGISTIC SUPPORT CO. 0010C9 (base 16) MITSUBISHI ELECTRONICS LOGISTIC SUPPORT CO. Kamakura-city, Kanagawa 247 JP 00-04-00 (hex) LEXMARK INTERNATIONAL, INC. 000400 (base 16) LEXMARK INTERNATIONAL, INC. 740 NEW CIRCLE ROAD LEXINGTON KY 40550 US 00-10-C5 (hex) PROTOCOL TECHNOLOGIES, INC. 0010C5 (base 16) PROTOCOL TECHNOLOGIES, INC. 4 FIRST STREET BRIDGEWATER MA 02324 US 00-10-1A (hex) PictureTel Corp. 00101A (base 16) PictureTel Corp. 100 MINUTEMAN ROAD, MS641 ANDOVER MA 01810 US 00-10-47 (hex) ECHO ELETRIC CO. LTD. 001047 (base 16) ECHO ELETRIC CO. LTD. NO.6-17-1-602 Higashi Hongou Yokohama City 226 JP 00-90-3F (hex) AZTEC RADIOMEDIA 00903F (base 16) AZTEC RADIOMEDIA 31, RUE DU CHEMINDEFER 67200 STRASBOURG FR 00-10-43 (hex) A2 CORPORATION 001043 (base 16) A2 CORPORATION 6-14-11 YUTAKA-CHO TOKYO JP 00-10-A5 (hex) OXFORD INSTRUMENTS 0010A5 (base 16) OXFORD INSTRUMENTS Halifax Road Buckinghamshire HP12 3SE GB 00-10-D7 (hex) ARGOSY RESEARCH INC. 0010D7 (base 16) ARGOSY RESEARCH INC. NO. 44, LANE 411, CHUNG HUA RD TW 00-10-2C (hex) Lasat Networks A/S 00102C (base 16) Lasat Networks A/S Skalhuse 13 SK-9240 Nibe DK 00-10-FD (hex) COCOM A/S 0010FD (base 16) COCOM A/S TELETONVEJ 8 DK 2860 SOBORG DK 00-90-19 (hex) HERMES ELECTRONICS CO., LTD. 009019 (base 16) HERMES ELECTRONICS CO., LTD. 3-2-12 YUSHIMA, BUNKYO-KU TOKYO, 113-0034 JP 00-90-D8 (hex) WHITECROSS SYSTEMS 0090D8 (base 16) WHITECROSS SYSTEMS 3A WATERSIDE PARK, COOKHAM RD BERKSHIRE RG12 1RB GB 00-10-4E (hex) CEOLOGIC 00104E (base 16) CEOLOGIC ZA DE PISSALOOP 78192 TRAPPES FR 00-10-C2 (hex) WILLNET, INC. 0010C2 (base 16) WILLNET, INC. JOWA-TAKANAWA BLDG. 8F TOKYO JP 00-10-40 (hex) INTERMEC CORPORATION 001040 (base 16) INTERMEC CORPORATION 6001 36TH AVE WEST EVERETT WA 98203-9280 US 00-10-2E (hex) NETWORK SYSTEMS & TECHNOLOGIES PVT. LTD. 00102E (base 16) NETWORK SYSTEMS & TECHNOLOGIES PVT. LTD. PLOT NO. 2, COCHIN EXPORT PROCESSING ZO KAKKANAD, COCHIN 682 030 IN 00-10-B0 (hex) MERIDIAN TECHNOLOGY CORP. 0010B0 (base 16) MERIDIAN TECHNOLOGY CORP. 11 MCBRIDE CORP. CENTER DR. CHESTERFIELD MD 63005 US 00-10-21 (hex) ENCANTO NETWORKS, INC. 001021 (base 16) ENCANTO NETWORKS, INC. 2953 BUNKER HILL LANE SANTA CLARA CA 95054 US 00-10-64 (hex) DNPG, LLC 001064 (base 16) DNPG, LLC 20 North Wentworth Avenue Londonderry NH 03053 US 00-10-74 (hex) ATEN INTERNATIONAL CO., LTD. 001074 (base 16) ATEN INTERNATIONAL CO., LTD. 12F, NO.101, SUNG CHIANG RD. TAIPEI, 10428 TW 00-10-9E (hex) AWARE, INC. 00109E (base 16) AWARE, INC. ONE OAK PARK BEDFORD MA 01730 US 00-10-05 (hex) UEC COMMERCIAL 001005 (base 16) UEC COMMERCIAL P.O. BOX 54, 4300 DURBAN ZA 00-10-B8 (hex) ISHIGAKI COMPUTER SYSTEM CO. 0010B8 (base 16) ISHIGAKI COMPUTER SYSTEM CO. 1-1-1, KYOBASHI, Tokyo JP 00-10-8B (hex) LASERANIMATION SOLLINGER GMBH 00108B (base 16) LASERANIMATION SOLLINGER GMBH CRELLESTR. 19/20 D 10827 BERLIN DE 00-10-C7 (hex) DATA TRANSMISSION NETWORK 0010C7 (base 16) DATA TRANSMISSION NETWORK 9110 W. DODGE RD. - STE.#200 OMAHA NE 68114 US 00-10-70 (hex) CARADON TREND LTD. 001070 (base 16) CARADON TREND LTD. P.O. BOX 34, HORSHAM WEST SUSSEX, RH12 2YF ENGLAND GB 00-10-BA (hex) MARTINHO-DAVIS SYSTEMS, INC. 0010BA (base 16) MARTINHO-DAVIS SYSTEMS, INC. 1260 OLD INNES ROAD OTTAWA, ONTARIO K1B 3V3 CA 00-10-B4 (hex) ATMOSPHERE NETWORKS 0010B4 (base 16) ATMOSPHERE NETWORKS 10460 BANDLEY DRIVE CUPERTINO CA 95014 US 00-04-AC (hex) IBM Corp 0004AC (base 16) IBM Corp 3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US 00-10-67 (hex) Ericsson 001067 (base 16) Ericsson 250 Holger Way SAN JOSE CA 95134 US 00-E0-7D (hex) NETRONIX, INC. 00E07D (base 16) NETRONIX, INC. 340 THOR PLACE BREA CA 92821 US 00-E0-28 (hex) APTIX CORPORATION 00E028 (base 16) APTIX CORPORATION 2880 N. FIRST STREET SAN JOSE CA 95134 US 00-E0-8C (hex) NEOPARADIGM LABS, INC. 00E08C (base 16) NEOPARADIGM LABS, INC. 1735 N. FIRST ST., STE #108 SAN JOSE CA 95112 US 00-E0-A1 (hex) HIMA PAUL HILDEBRANDT GmbH Co. KG 00E0A1 (base 16) HIMA PAUL HILDEBRANDT GmbH Co. KG POSTBOX 1261 D-68777 BRUEHL NEAR MANNHEIM DE 00-E0-88 (hex) LTX-Credence CORPORATION 00E088 (base 16) LTX-Credence CORPORATION 825 UNIVERSITY AVENUE NORWOOD MA 02062-2643 US 00-E0-5D (hex) UNITEC CO., LTD. 00E05D (base 16) UNITEC CO., LTD. KISOGAWA-CHO ICHINOTORI 24 HAGURI-GUN AICHI 493 JP 00-E0-5E (hex) JAPAN AVIATION ELECTRONICS INDUSTRY, LTD. 00E05E (base 16) JAPAN AVIATION ELECTRONICS INDUSTRY, LTD. TOKYO 196 JAPAN JP 00-E0-9D (hex) SARNOFF CORPORATION 00E09D (base 16) SARNOFF CORPORATION CN 5300 PRINCETON NJ 08543-5300 US 00-E0-58 (hex) PHASE ONE DENMARK A/S 00E058 (base 16) PHASE ONE DENMARK A/S ROSKILDEVEJ 39 DK-2000 FREDERIKSBERG DK 00-E0-76 (hex) DEVELOPMENT CONCEPTS, INC. 00E076 (base 16) DEVELOPMENT CONCEPTS, INC. 1000 N. BROAD STREET LANSDALE PA 19446 US 00-E0-F8 (hex) DICNA CONTROL AB 00E0F8 (base 16) DICNA CONTROL AB STENYXEGATAN 21 C 213 76 MALMOE SE 00-E0-DF (hex) KEYMILE GmbH 00E0DF (base 16) KEYMILE GmbH Wohlenbergstraße 3 30179 Hannover DE 00-E0-F2 (hex) ARLOTTO COMNET, INC. 00E0F2 (base 16) ARLOTTO COMNET, INC. 7F-4,55,TUNG-KUANG ROAD HSIN-CHU, 300 TW 00-E0-E1 (hex) G2 NETWORKS, INC. 00E0E1 (base 16) G2 NETWORKS, INC. 142 SO. SANTA CRUZ AVE. LOS GATOS CA 95030-6702 US 00-E0-3D (hex) FOCON ELECTRONIC SYSTEMS A/S 00E03D (base 16) FOCON ELECTRONIC SYSTEMS A/S DAMVANG, PO BOX 269 DK-6400 SONDERBORG DK 00-E0-46 (hex) BENTLY NEVADA CORP. 00E046 (base 16) BENTLY NEVADA CORP. PO BOX 157 MINDEN NV 89423 US 00-E0-7B (hex) BAY NETWORKS 00E07B (base 16) BAY NETWORKS 125 NAGOG PARK ACTON MA 01720 US 00-E0-1D (hex) WebTV NETWORKS, INC. 00E01D (base 16) WebTV NETWORKS, INC. 305 LYTTON AVE. PALO ALTO CA 94301 US 00-E0-CD (hex) SAAB SENSIS CORPORATION 00E0CD (base 16) SAAB SENSIS CORPORATION 85 Collamer Crossings East Syracuse NY 13057 US 00-E0-8D (hex) PRESSURE SYSTEMS, INC. 00E08D (base 16) PRESSURE SYSTEMS, INC. 34 RESEARCH DRIVE HAMPTON VA 23666 US 00-E0-19 (hex) ING. GIORDANO ELETTRONICA 00E019 (base 16) ING. GIORDANO ELETTRONICA VIA PIETRO COSSA 115/12 10146-TORINO IT 00-E0-47 (hex) InFocus Corporation 00E047 (base 16) InFocus Corporation 27500 SW Parkway Avenue Wilsonville OR 97070-8238 US 00-E0-C3 (hex) SAKAI SYSTEM DEVELOPMENT CORP. 00E0C3 (base 16) SAKAI SYSTEM DEVELOPMENT CORP. PORTUS CENTER BLD., 4-45-1 OSAKA-FU, 590 JP 00-E0-92 (hex) ADMTEK INCORPORATED 00E092 (base 16) ADMTEK INCORPORATED 1962 ZANKER ROAD SAN JOSE CA 95112 US 00-E0-FF (hex) SECURITY DYNAMICS TECHNOLOGIES, Inc. 00E0FF (base 16) SECURITY DYNAMICS TECHNOLOGIES, Inc. 20 CROSBY DRIVE BEDFORD MA 01730 US 00-E0-AB (hex) DIMAT S.A. 00E0AB (base 16) DIMAT S.A. C/BISCAIA 383 3 08023 BARCELONA ES 00-E0-30 (hex) MELITA INTERNATIONAL CORP. 00E030 (base 16) MELITA INTERNATIONAL CORP. 5051 PEACHTREE CORNERS CIRCLE NORCROSS GA 30092 US 00-E0-33 (hex) E.E.P.D. GmbH 00E033 (base 16) E.E.P.D. GmbH ROEMER-STRASSE 4 85229 MARKT INDERSDORF DE 00-E0-A2 (hex) MICROSLATE INC. 00E0A2 (base 16) MICROSLATE INC. 9625 IGNACE - STE. D BROSSARD QC J4Y 2P3 CA 00-E0-79 (hex) A.T.N.R. 00E079 (base 16) A.T.N.R. BP 966 91976 COURTABOEUF FR 00-E0-75 (hex) Verilink Corporation 00E075 (base 16) Verilink Corporation 127 Jetplex Circle Madison AL 35758 US 00-60-39 (hex) SanCom Technology, Inc. 006039 (base 16) SanCom Technology, Inc. 7719 WOOD HOLLOW DRIVE AUSTIN TX 78731 US 00-60-49 (hex) VINA TECHNOLOGIES 006049 (base 16) VINA TECHNOLOGIES 6 UNION SQUARE - STE F UNION CITY CA 94587 US 00-60-8D (hex) UNIPULSE CORP. 00608D (base 16) UNIPULSE CORP. 2-7, SENGENDAI-NISHI SAITAMA 343 JO 00-E0-2E (hex) SPC ELECTRONICS CORPORATION 00E02E (base 16) SPC ELECTRONICS CORPORATION 2-1-3 SHIBASAKI, CHOFU-SHI TOKYO, 182 JP 00-E0-9A (hex) Positron Inc. 00E09A (base 16) Positron Inc. 5101 Buchan Street Montreal, Québec H4P 2R9 CA 00-E0-3E (hex) ALFATECH, INC. 00E03E (base 16) ALFATECH, INC. SHIN-OSAKA EITO BLDG. OSAKA JP 00-60-99 (hex) SBE, Inc. 006099 (base 16) SBE, Inc. 4000 Executive Parkway San Ramon CA 94583 US 00-60-B3 (hex) Z-COM, INC. 0060B3 (base 16) Z-COM, INC. 7F-2, NO.9, PROSPERITY 1ST RD. HSINCHU TW 00-60-02 (hex) SCREEN SUBTITLING SYSTEMS, LTD 006002 (base 16) SCREEN SUBTITLING SYSTEMS, LTD THE OLD RECTORY CLAYDON IPSWICH IP6 OEQ GB 00-60-89 (hex) XATA 006089 (base 16) XATA 151 EAST CLIFF ROAD-STE.#10 BURNSVILLE MN 55337 US 00-60-21 (hex) DSC CORPORATION 006021 (base 16) DSC CORPORATION RECRUIT-SHINOHTSUKA BLDG., TOKYO 170 JP 00-60-B8 (hex) CORELIS Inc. 0060B8 (base 16) CORELIS Inc. 12607 Hiddencreek Way Cerritos CA 90703 US 00-E0-AA (hex) ELECTROSONIC LTD. 00E0AA (base 16) ELECTROSONIC LTD. HAWLEY MILL, HAWLEY RD. DARTFORD, KENT DA2 7SY GB 00-E0-10 (hex) HESS SB-AUTOMATENBAU GmbH 00E010 (base 16) HESS SB-AUTOMATENBAU GmbH HINDENBURGSTRASSE 27-29 D-71106 MAGSTADT DE 00-E0-D2 (hex) VERSANET COMMUNICATIONS, INC. 00E0D2 (base 16) VERSANET COMMUNICATIONS, INC. 628 N. DIAMOND BAR BLVD. DIAMOND BAR CA 91765 US 00-60-CE (hex) ACCLAIM COMMUNICATIONS 0060CE (base 16) ACCLAIM COMMUNICATIONS 5000 OLD IRONSIDES DRIVE SANTA CLARA CA 95054 US 00-60-36 (hex) AIT Austrian Institute of Technology GmbH 006036 (base 16) AIT Austrian Institute of Technology GmbH Donau-City-Straße 1 Vienna 1220 AT 00-60-8E (hex) HE ELECTRONICS, TECHNOLOGIE & SYSTEMTECHNIK GmbH 00608E (base 16) HE ELECTRONICS, TECHNOLOGIE & SYSTEMTECHNIK GmbH AM GNEISENAUFLOT 8 D-66538 NEUNHIRCHEN DE 00-60-1A (hex) KEITHLEY INSTRUMENTS 00601A (base 16) KEITHLEY INSTRUMENTS 30500 BAINBRIDGE RD. SOLON OH 44139 US 00-60-6A (hex) MITSUBISHI WIRELESS COMMUNICATIONS. INC. 00606A (base 16) MITSUBISHI WIRELESS COMMUNICATIONS. INC. 2001 CHERRY DRIVE BRASELTON GA 30517 US 00-60-AD (hex) MegaChips Corporation 0060AD (base 16) MegaChips Corporation 4-1-6,Miyahara Osaka 532-0003 JP 00-60-55 (hex) CORNELL UNIVERSITY 006055 (base 16) CORNELL UNIVERSITY 729 Rhodes Hall ITHACA NY 14850-4902 US 00-60-6D (hex) DIGITAL EQUIPMENT CORP. 00606D (base 16) DIGITAL EQUIPMENT CORP. 550 KING STREET LITTLETON MA 01460 US 00-60-B9 (hex) NEC Platforms, Ltd 0060B9 (base 16) NEC Platforms, Ltd 2-6-1,Kitamikata,Takatsu-ku Kawasaki 213-8511 JP 00-60-9C (hex) Perkin-Elmer Incorporated 00609C (base 16) Perkin-Elmer Incorporated 710 Bridgeport Ave. Shelton CT 06484 US 00-60-CF (hex) ALTEON NETWORKS, INC. 0060CF (base 16) ALTEON NETWORKS, INC. 50 GREAT OAKS BLVD. SAN JOSE CA 95119 US 00-60-75 (hex) PENTEK, INC. 006075 (base 16) PENTEK, INC. 1 PARK WAY UPPER SADDLE RIVER NJ 07458 US 00-60-B7 (hex) CHANNELMATIC, INC. 0060B7 (base 16) CHANNELMATIC, INC. 1700 GILLESPIE WAY EL CAJON CA 92020-0901 US 00-60-06 (hex) SOTEC CO., LTD 006006 (base 16) SOTEC CO., LTD YOKOHAMA BASHAMICHI BLDG., YOKOHAMA 231 JP 00-60-BA (hex) SAHARA NETWORKS, INC. 0060BA (base 16) SAHARA NETWORKS, INC. 335 HIGHLAND AVE. CHESHIRE CT 06410 US 00-60-98 (hex) HT COMMUNICATIONS 006098 (base 16) HT COMMUNICATIONS 4480 SHOPPING LANE SIMI VALLEY CA 93063 US 00-60-DE (hex) Kayser-Threde GmbH 0060DE (base 16) Kayser-Threde GmbH Wolfratshauser Str. 48 D-81379 Munich DE 00-60-D0 (hex) SNMP RESEARCH INCORPORATED 0060D0 (base 16) SNMP RESEARCH INCORPORATED 3001 KIMBERLIN HEIGHTS ROAD KNOXVILLE TN 37920-9716 US 00-60-15 (hex) NET2NET CORPORATION 006015 (base 16) NET2NET CORPORATION 131 COOLIDGE STREET HUDSON MA 01749 US 00-60-9D (hex) PMI FOOD EQUIPMENT GROUP 00609D (base 16) PMI FOOD EQUIPMENT GROUP 701 RIDGE AVENUE TROY OH 45374 US 00-60-A2 (hex) NIHON UNISYS LIMITED CO. 0060A2 (base 16) NIHON UNISYS LIMITED CO. P.O. BOX 135 SHINONOME 1-10-9 JP 00-60-84 (hex) DIGITAL VIDEO 006084 (base 16) DIGITAL VIDEO 4920 AVALON RIDGE PKWY NORCROSS GA 30092 US 00-60-2D (hex) ALERTON TECHNOLOGIES, INC. 00602D (base 16) ALERTON TECHNOLOGIES, INC. 6670 185TH AVE. N.E. REDMOND WA 98052 US 00-60-F8 (hex) Loran International Technologies Inc. 0060F8 (base 16) Loran International Technologies Inc. 955 GREEN VALLEY CRESCENT OTTAWA, ONTARIO K2C 3V4 CA 00-60-78 (hex) POWER MEASUREMENT LTD. 006078 (base 16) POWER MEASUREMENT LTD. 2195 KEATING CROSS ROAD SAANICHTON, B.C. V8M 2A5 CA 00-60-E8 (hex) HITACHI COMPUTER PRODUCTS (AMERICA), INC. 0060E8 (base 16) HITACHI COMPUTER PRODUCTS (AMERICA), INC. 3101 TASMAN DRIVE SANTA CLARA CA 95054 US 00-60-F6 (hex) NEXTEST COMMUNICATIONS PRODUCTS, INC. 0060F6 (base 16) NEXTEST COMMUNICATIONS PRODUCTS, INC. TWO MID AMERICA PLAZA, STE.500 OAKBROOK TERRACE IL 60181 US 00-60-72 (hex) VXL INSTRUMENTS, LIMITED 006072 (base 16) VXL INSTRUMENTS, LIMITED PLOT NO. 17, KONAPPANA AGRAHARA BANGALORE - 561 229 IN 00-60-51 (hex) QUALITY SEMICONDUCTOR 006051 (base 16) QUALITY SEMICONDUCTOR 851 MARTIN AVENUE SANTA CLARA CA 95050 US 00-60-92 (hex) MICRO/SYS, INC. 006092 (base 16) MICRO/SYS, INC. 3447 OCEAN VIEW BLVD. GLENDALE CA 91208 US 00-60-9E (hex) ASC X3 - INFORMATION TECHNOLOGY STANDARDS SECRETARIATS 00609E (base 16) ASC X3 - INFORMATION TECHNOLOGY STANDARDS SECRETARIATS 1250 EYE STREET NW - STE #200 WASHINGTON DC 20005 US 00-60-10 (hex) NETWORK MACHINES, INC. 006010 (base 16) NETWORK MACHINES, INC. 255 OLD NEW BRUNSWICK RD., # N320 PISCATAWAY NJ 08854 US 00-60-44 (hex) LITTON/POLY-SCIENTIFIC 006044 (base 16) LITTON/POLY-SCIENTIFIC 2200 SOUTH MAIN STREET BLACKSBURG VA 24060 US 00-60-04 (hex) COMPUTADORES MODULARES SA 006004 (base 16) COMPUTADORES MODULARES SA AVDA MONTESIERRA S/N 41020-SEVILLA ES 00-60-E2 (hex) QUEST ENGINEERING & DEVELOPMENT 0060E2 (base 16) QUEST ENGINEERING & DEVELOPMENT 1345 EAST ROCK WREN ROAD PHOENIX AZ 85048 US 00-60-B4 (hex) GLENAYRE R&D INC. 0060B4 (base 16) GLENAYRE R&D INC. 1570 KOOTENAY STREET VANCOUVER, BC V5K 5B8 CA 00-A0-1D (hex) Red Lion Controls, LP 00A01D (base 16) Red Lion Controls, LP 20 Willow Springs Circle York NY 17402 US 00-A0-A6 (hex) M.I. SYSTEMS, K.K. 00A0A6 (base 16) M.I. SYSTEMS, K.K. 2-7-12-308 Satsukigaoka Ikeda-Shi Osaka 563-0029 JP 00-A0-51 (hex) ANGIA COMMUNICATIONS. INC. 00A051 (base 16) ANGIA COMMUNICATIONS. INC. 441 EAST BAY BLVD. PROVO UTAH 84606 US 00-A0-13 (hex) TELTREND LTD. 00A013 (base 16) TELTREND LTD. RINGWAY HOUSE, BELL ROAD BASINGSTOKE HAMPSHIRE RG24 8F GB 00-A0-B9 (hex) EAGLE TECHNOLOGY, INC. 00A0B9 (base 16) EAGLE TECHNOLOGY, INC. 6800 ORANGETHORPE AVE.UNIT BUENA PARK CA 90620 US 00-A0-19 (hex) NEBULA CONSULTANTS, INC. 00A019 (base 16) NEBULA CONSULTANTS, INC. 1449 DUNCAN DRIVE DELTA, BC V4L 1R5 CA 00-A0-ED (hex) Brooks Automation, Inc. 00A0ED (base 16) Brooks Automation, Inc. 15 Elizabeth Drive Chelmsford MA 01824 US 00-60-CA (hex) HARMONIC SYSTEMS INCORPORATED 0060CA (base 16) HARMONIC SYSTEMS INCORPORATED 199 1ST STREET - STE #302 LOS ALTOS CA 94022 US 00-60-24 (hex) GRADIENT TECHNOLOGIES, INC. 006024 (base 16) GRADIENT TECHNOLOGIES, INC. 2 MOUNT ROYAL AVENUE MARLBORO MA 01752 US 00-60-AF (hex) PACIFIC MICRO DATA, INC. 0060AF (base 16) PACIFIC MICRO DATA, INC. 16751 MILLIKAN AVENUE IRVINE CA 92714 US 00-60-38 (hex) Nortel Networks 006038 (base 16) Nortel Networks Global Operations Engineering Brampton ON l6T 5P6 Cana CA 00-60-4F (hex) Tattile SRL 00604F (base 16) Tattile SRL 552-51 AJIGAURA IBARAKI, 311-12 JP 00-A0-D0 (hex) TEN X TECHNOLOGY, INC. 00A0D0 (base 16) TEN X TECHNOLOGY, INC. 13091 POND SPRINGS ROAD, Suite B-200 AUSTIN TX 78729 US 00-A0-BC (hex) VIASAT, INCORPORATED 00A0BC (base 16) VIASAT, INCORPORATED 6155 El Camino Real Carlsbad Ca 92009 US 00-A0-5B (hex) MARQUIP, INC. 00A05B (base 16) MARQUIP, INC. 1245 E. WASHINGTON AVE. MADISON WI 53703 US 00-A0-8C (hex) MultiMedia LANs, Inc. 00A08C (base 16) MultiMedia LANs, Inc. 5600 EXECUTIVE CENTER DRIVE CHARLOTTE NC 28212 US 00-A0-58 (hex) GLORY, LTD. 00A058 (base 16) GLORY, LTD. 1-3-1 SHIMOTENO, HIMEJI HYOGO PREF. 670 JP 00-A0-77 (hex) FUJITSU NEXION, INC. 00A077 (base 16) FUJITSU NEXION, INC. 289 GREAT ROAD ACTON MA 01720-4739 US 00-A0-A0 (hex) COMPACT DATA, LTD. 00A0A0 (base 16) COMPACT DATA, LTD. 58 DITTON WALK CAMBRIDGE CB5 8QE GB 00-A0-38 (hex) EMAIL ELECTRONICS 00A038 (base 16) EMAIL ELECTRONICS P.O. BOX 154 MOOROOLBARK, 3138 AU 00-A0-65 (hex) Symantec Corporation 00A065 (base 16) Symantec Corporation 20330 Stevens Creek Blvd. Cupertino CA 95014 US 00-A0-A3 (hex) RELIABLE POWER METERS 00A0A3 (base 16) RELIABLE POWER METERS 400 BLOSSOM HILL ROAD LOS GATOS CA 95032-4511 US 00-A0-1B (hex) PREMISYS COMMUNICATIONS, INC. 00A01B (base 16) PREMISYS COMMUNICATIONS, INC. 48664 MILMONT DRIVE FREMONT CA 94538 US 00-A0-55 (hex) Data Device Corporation 00A055 (base 16) Data Device Corporation 105 Wilbur Place Bohemia NY 11716 US 00-A0-74 (hex) PERCEPTION TECHNOLOGY 00A074 (base 16) PERCEPTION TECHNOLOGY 40 SHAWMUT ROAD CANTON MA 02021-1409 US 00-A0-7F (hex) GSM-SYNTEL, LTD. 00A07F (base 16) GSM-SYNTEL, LTD. VICTORIA WORKS, QUEENS MILL RD HD1 3PG ENGLAND GB 00-A0-29 (hex) COULTER CORPORATION 00A029 (base 16) COULTER CORPORATION 11800 S.W. 147TH AVE. MIAMI FL 33196 US 00-A0-87 (hex) Microsemi Corporation 00A087 (base 16) Microsemi Corporation 400 March Road Ontario K2K 3H4 CA 00-A0-43 (hex) AMERICAN TECHNOLOGY LABS, INC. 00A043 (base 16) AMERICAN TECHNOLOGY LABS, INC. 115 WEST 3RD STREET STEVENSVILLE MT 59870 US 00-A0-42 (hex) SPUR PRODUCTS CORP. 00A042 (base 16) SPUR PRODUCTS CORP. 9288 W. EMERALD STREET BOISE ID 83704 US 00-A0-C1 (hex) ORTIVUS MEDICAL AB 00A0C1 (base 16) ORTIVUS MEDICAL AB BOX 513 SE 00-A0-4F (hex) AMERITEC CORP. 00A04F (base 16) AMERITEC CORP. 760 ARROW GRAND CIRCLE COVINA CA 91722 US 00-A0-CF (hex) SOTAS, INC. 00A0CF (base 16) SOTAS, INC. 2 RESEARCH PLACE, STE. ROCKVILLE MD 20850 US 00-A0-72 (hex) OVATION SYSTEMS LTD. 00A072 (base 16) OVATION SYSTEMS LTD. GREAT HASELEY TRAD. EST. ENGLAND GB 00-A0-82 (hex) NKT ELEKTRONIK A/S 00A082 (base 16) NKT ELEKTRONIK A/S NKT ALLE 85 DK 00-A0-F0 (hex) TORONTO MICROELECTRONICS INC. 00A0F0 (base 16) TORONTO MICROELECTRONICS INC. 5149 BRADCO BOULEVARD L4W 2A6 CA 00-A0-D7 (hex) KASTEN CHASE APPLIED RESEARCH 00A0D7 (base 16) KASTEN CHASE APPLIED RESEARCH 5100 ORBITOR DRIVE L4W 4Z4 CA 00-A0-F1 (hex) MTI 00A0F1 (base 16) MTI 4905 E. LA PALMA AVENUE ANAHEIM CA 92807 US 00-A0-B3 (hex) ZYKRONIX 00A0B3 (base 16) ZYKRONIX 7248 SOUTH TUCSON WAY ENGLEWOOD CO 80112 US 00-A0-FF (hex) TELLABS OPERATIONS, INC. 00A0FF (base 16) TELLABS OPERATIONS, INC. 1000 REMINGTON BLVD. 60440 US 00-A0-E5 (hex) NHC COMMUNICATIONS 00A0E5 (base 16) NHC COMMUNICATIONS 5450 COTE DE LIESSE MONTREAL, QUEBEC H4P 1A5 CA 00-A0-36 (hex) APPLIED NETWORK TECHNOLOGY 00A036 (base 16) APPLIED NETWORK TECHNOLOGY 319 LITTLETON ROAD--STE #101 WESTFORD MA 01886-4133 US 00-A0-D2 (hex) ALLIED TELESIS INTERNATIONAL CORPORATION 00A0D2 (base 16) ALLIED TELESIS INTERNATIONAL CORPORATION 950 KIFER ROAD SUNNYVALE CA 94086 US 00-A0-9B (hex) QPSX COMMUNICATIONS, LTD. 00A09B (base 16) QPSX COMMUNICATIONS, LTD. 33 RICHARDSON STREET Western 00000 AU 00-A0-00 (hex) CENTILLION NETWORKS, INC. 00A000 (base 16) CENTILLION NETWORKS, INC. 359 RAVENDALE DRIVE MOUNTAIN VIEW CA 94043 US 00-A0-8A (hex) BROOKTROUT TECHNOLOGY, INC. 00A08A (base 16) BROOKTROUT TECHNOLOGY, INC. 144 GOULD STREET- SUITE #200 NEEDHAM MA 02194 US 00-A0-7B (hex) DAWN COMPUTER INCORPORATION 00A07B (base 16) DAWN COMPUTER INCORPORATION 6 KEXUEYUAN SOUTH ROAD CN 00-A0-5C (hex) INVENTORY CONVERSION, INC./ 00A05C (base 16) INVENTORY CONVERSION, INC./ NEKOTECH DIVISION HAMPTON NH 03842 US 00-20-0F (hex) EBRAINS Inc 00200F (base 16) EBRAINS Inc Tachibana Bldg Taito-ku Tokyo 110-0003 JP 00-A0-D3 (hex) INSTEM COMPUTER SYSTEMS, LTD. 00A0D3 (base 16) INSTEM COMPUTER SYSTEMS, LTD. WALTON INDUSTRIAL ESTATE GB 00-A0-B4 (hex) TEXAS MICROSYSTEMS, INC. 00A0B4 (base 16) TEXAS MICROSYSTEMS, INC. 5959 CORPORATE DRIVE HOUSTON TX 77036 US 00-A0-60 (hex) ACER PERIPHERALS, INC. 00A060 (base 16) ACER PERIPHERALS, INC. 9F, 135 CHIAN KUO N. RD. SEC 2 TW 00-A0-83 (hex) ASIMMPHONY TURKEY 00A083 (base 16) ASIMMPHONY TURKEY ELECTRONICS, LTD. V7C 4N1 CA 00-A0-AA (hex) SPACELABS MEDICAL 00A0AA (base 16) SPACELABS MEDICAL 5150 220 Ave SE Issaquah WA 98027 US 00-A0-3B (hex) TOSHIN ELECTRIC CO., LTD. 00A03B (base 16) TOSHIN ELECTRIC CO., LTD. 3FL. RIVER-STONE 3RD. BLG.234 213 JP 00-A0-F3 (hex) STAUBLI 00A0F3 (base 16) STAUBLI 183 RUE DES USINES FR 00-20-DF (hex) KYOSAN ELECTRIC MFG. CO., LTD. 0020DF (base 16) KYOSAN ELECTRIC MFG. CO., LTD. 2-29, HEIAN-CHO, TSURUMI-KU JP 00-20-C7 (hex) AKAI Professional M.I. Corp. 0020C7 (base 16) AKAI Professional M.I. Corp. 1-3, Hiranuma 1-Chome, 220-0023 JP 00-A0-04 (hex) NETPOWER, INC. 00A004 (base 16) NETPOWER, INC. 545 OAKMEAD PARKWAY SUNNYVALE CA 94086 US 00-20-29 (hex) TELEPROCESSING PRODUCTS, INC. 002029 (base 16) TELEPROCESSING PRODUCTS, INC. 4565 E. INDUSTRIAL STREET SIMI VALLEY CA 93063 US 00-20-69 (hex) ISDN SYSTEMS CORPORATION 002069 (base 16) ISDN SYSTEMS CORPORATION 8320 OLD COURTHOUSE RD. VIENNA VA 22182 US 00-20-8B (hex) LAPIS TECHNOLOGIES, INC. 00208B (base 16) LAPIS TECHNOLOGIES, INC. 1100 MARINA VILLAGE PKWY ALAMEDA CA 94501 US 00-20-2B (hex) ADVANCED TELECOMMUNICATIONS MODULES, LTD. 00202B (base 16) ADVANCED TELECOMMUNICATIONS MODULES, LTD. Cambridge CB3 OBL GB 00-20-6B (hex) KONICA MINOLTA HOLDINGS, INC. 00206B (base 16) KONICA MINOLTA HOLDINGS, INC. 1-6-1, Marunouchi, Tokyo 100-0005 JP 00-20-04 (hex) YAMATAKE-HONEYWELL CO., LTD. 002004 (base 16) YAMATAKE-HONEYWELL CO., LTD. 54 SUZUKAWA, ISEHARA KANAGAWA 259-11 JP 00-20-15 (hex) ACTIS COMPUTER SA 002015 (base 16) ACTIS COMPUTER SA 16 CHEMIN DES AULX CH 00-20-99 (hex) BON ELECTRIC CO., LTD. 002099 (base 16) BON ELECTRIC CO., LTD. 4-4 28, MIZUDO-CHO HYOGO HYOGO JP 00-20-F9 (hex) PARALINK NETWORKS, INC. 0020F9 (base 16) PARALINK NETWORKS, INC. 4F, NO. 27, SEC.3, PATEH RD. TAIPEI TW 00-20-92 (hex) CHESS ENGINEERING B.V. 002092 (base 16) CHESS ENGINEERING B.V. NIEUWE GRACHT 74 NL 00-20-43 (hex) NEURON COMPANY LIMITED 002043 (base 16) NEURON COMPANY LIMITED 15 KWAI YI ROAD, BLOCK 2, KWAI CHUNG, N.T. HK 00-20-71 (hex) IBR GMBH 002071 (base 16) IBR GMBH KOHLERSTR. 45 D-46286 DORSTEN DE 00-20-7C (hex) AUTEC GMBH 00207C (base 16) AUTEC GMBH BAHNHOFSTR. 57 55234 FRAMERSHEIM DE 00-20-57 (hex) TITZE DATENTECHNIK GmbH 002057 (base 16) TITZE DATENTECHNIK GmbH DIESELSTRASSE 10 DS-71272 RENNINGEN-2 DE 00-20-E5 (hex) APEX DATA, INC. 0020E5 (base 16) APEX DATA, INC. 6624 OWENS DRIVE PLEASANTON CA 94588 US 00-20-87 (hex) MEMOTEC, INC. 002087 (base 16) MEMOTEC, INC. 7755 Henri-Bourassa MONTREAL, QUEBEC H4S 1P7 CA 00-20-BC (hex) Long Reach Networks Pty Ltd 0020BC (base 16) Long Reach Networks Pty Ltd Unit 3, 118-122 Bowden St MEADOWBANK NSW 2114 AU 00-C0-C0 (hex) SHORE MICROSYSTEMS, INC. 00C0C0 (base 16) SHORE MICROSYSTEMS, INC. 23 POCAHONTAS AVENUE OCEANPORT NJ 07757 US 00-C0-0C (hex) RELIA TECHNOLGIES 00C00C (base 16) RELIA TECHNOLGIES 1F., NO. 24, INDUSTRY E. 9TH TAIWAN TAIWAN R.O.C. TW 00-C0-73 (hex) XEDIA CORPORATION 00C073 (base 16) XEDIA CORPORATION 301 BALLARDVALE STREET WILMINGTON MA 01887 US 00-C0-D4 (hex) AXON NETWORKS, INC. 00C0D4 (base 16) AXON NETWORKS, INC. 104 SPRUCE STREET WATERTOWN MA 02172 US 00-C0-CD (hex) COMELTA, S.A. 00C0CD (base 16) COMELTA, S.A. AVDA. PARC TECNOLOGIC, 4 ES 00-20-ED (hex) GIGA-BYTE TECHNOLOGY CO., LTD. 0020ED (base 16) GIGA-BYTE TECHNOLOGY CO., LTD. 365 CLOVERLEAF BALDWIN PARK CA 91706 US 00-20-85 (hex) Eaton Corporation 002085 (base 16) Eaton Corporation 8380 Capital Blvd. RALEIGH NC 27616 US 00-20-CD (hex) HYBRID NETWORKS, INC. 0020CD (base 16) HYBRID NETWORKS, INC. 10201 BUBB ROAD CUPERTINO CA 95014-4167 US 00-20-2E (hex) DAYSTAR DIGITAL 00202E (base 16) DAYSTAR DIGITAL 5556 ATLANTA HIGHWAY FLOWERY BRANCH GA 30542 US 00-20-B3 (hex) Tattile SRL 0020B3 (base 16) Tattile SRL 3 APOLLO PLACE AU 00-20-EE (hex) GTECH CORPORATION 0020EE (base 16) GTECH CORPORATION 55 TECHNOLOGY WAY WEST GREENWICH RI 02817 US 00-20-4C (hex) MITRON COMPUTER PTE LTD. 00204C (base 16) MITRON COMPUTER PTE LTD. 1020 HOUGANG AVENUE 1 #03-3504 SINGAPORE 1953 SG 00-20-17 (hex) ORBOTECH 002017 (base 16) ORBOTECH INDUSTRIAL ZONE IL 00-20-93 (hex) LANDINGS TECHNOLOGY CORP. 002093 (base 16) LANDINGS TECHNOLOGY CORP. 163 WATER STREET EXETER NH 03833 US 00-20-63 (hex) WIPRO INFOTECH LTD. 002063 (base 16) WIPRO INFOTECH LTD. UNITS 47-48, SDF BLOCK VII 00-20-16 (hex) SHOWA ELECTRIC WIRE & CABLE CO 002016 (base 16) SHOWA ELECTRIC WIRE & CABLE CO NO. 20-25, SEISHIN 8-CHOME 229 JP 00-20-4D (hex) INOVIS GMBH 00204D (base 16) INOVIS GMBH HANNS-BRAUN STRASSE 50 DE 00-20-5F (hex) GAMMADATA COMPUTER GMBH 00205F (base 16) GAMMADATA COMPUTER GMBH GUTENBERGSTR. 13 DE 00-20-1F (hex) BEST POWER TECHNOLOGY, INC. 00201F (base 16) BEST POWER TECHNOLOGY, INC. P.O. BOX 280 NECEDAH WI 54646 US 00-20-B6 (hex) AGILE NETWORKS, INC. 0020B6 (base 16) AGILE NETWORKS, INC. 200 BAKER AVENUE CONCORD MA 01742 US 00-20-D1 (hex) MICROCOMPUTER SYSTEMS (M) SDN. 0020D1 (base 16) MICROCOMPUTER SYSTEMS (M) SDN. 23-25, JALAN JEJAKA TUJUH MY 00-20-CE (hex) LOGICAL DESIGN GROUP, INC. 0020CE (base 16) LOGICAL DESIGN GROUP, INC. 6301 CHAPEL HILL ROAD RALEIGH NC 27607 US 00-20-14 (hex) GLOBAL VIEW CO., LTD. 002014 (base 16) GLOBAL VIEW CO., LTD. 4F, NO. 23, LANE 306 TAIWAN R.O.C. TW 00-20-C2 (hex) TEXAS MEMORY SYSTEMS, INC. 0020C2 (base 16) TEXAS MEMORY SYSTEMS, INC. 11200 WESTHEIMER RD-STE#1000 HOUSTON TX 77042 US 00-C0-F3 (hex) NETWORK COMMUNICATIONS CORP. 00C0F3 (base 16) NETWORK COMMUNICATIONS CORP. 5501 GREEN VALLEY DRIVE BLOOMINGTON MN 55437-1085 US 00-20-56 (hex) NEOPRODUCTS 002056 (base 16) NEOPRODUCTS 25 CHAPMAN STREET AU 00-20-42 (hex) DATAMETRICS CORP. 002042 (base 16) DATAMETRICS CORP. 8966 COMANCHE AVE. CHATSWORTH CA 91311 US 00-20-78 (hex) RUNTOP, INC. 002078 (base 16) RUNTOP, INC. 5/F, NO. 10, ALLEY 8, LANE 45 TAIWAN R.O.C. TW 00-20-06 (hex) GARRETT COMMUNICATIONS, INC. 002006 (base 16) GARRETT COMMUNICATIONS, INC. 48531 WARMSPRINGS BLVD. FREMONT CA 94539 US 00-20-24 (hex) PACIFIC COMMUNICATION SCIENCES 002024 (base 16) PACIFIC COMMUNICATION SCIENCES 9645 SCRANTON ROAD SAN DIEGO CA 92121 US 00-20-5D (hex) NANOMATIC OY 00205D (base 16) NANOMATIC OY PUISTOLAN RAITTI 4 FI 00-C0-05 (hex) LIVINGSTON ENTERPRISES, INC. 00C005 (base 16) LIVINGSTON ENTERPRISES, INC. 6920 KOLL CENTER PARKWAY #220 PLEASANTON CA 94566 US 00-C0-77 (hex) DAEWOO TELECOM LTD. 00C077 (base 16) DAEWOO TELECOM LTD. PRODUCTS DESIGN DEPT. 1 SEOUL SEOUL KOREA KR 00-C0-C8 (hex) MICRO BYTE PTY. LTD. 00C0C8 (base 16) MICRO BYTE PTY. LTD. 197 SHERBOURNE RD. AUSTRALIA 3094 AU 00-C0-69 (hex) Axxcelera Broadband Wireless 00C069 (base 16) Axxcelera Broadband Wireless 111 Castilian Drive Santa Barbara CA 93117 US 00-C0-67 (hex) UNITED BARCODE INDUSTRIES 00C067 (base 16) UNITED BARCODE INDUSTRIES 12240 INDIAN CREEK COURT BELTSVILLE MD 20705 US 00-C0-A3 (hex) DUAL ENTERPRISES CORPORATION 00C0A3 (base 16) DUAL ENTERPRISES CORPORATION 9TH FLOOR 48 NAN-KANG ROAD TAIWAN TAIWAN R.O.C. TW 00-C0-18 (hex) LANART CORPORATION 00C018 (base 16) LANART CORPORATION 145 ROSEMARY STREET NEEDHAM MA 02194 US 00-9D-8E (hex) CARDIAC RECORDERS, INC. 009D8E (base 16) CARDIAC RECORDERS, INC. 34 SCARBORO ROAD UNITED KINGDOM GB 00-BB-01 (hex) OCTOTHORPE CORP. 00BB01 (base 16) OCTOTHORPE CORP. 285 WEST GREEN STREET PASADENA CA 91105 US 00-C0-33 (hex) TELEBIT COMMUNICATIONS APS 00C033 (base 16) TELEBIT COMMUNICATIONS APS SKANDERBORGVEJ 234 DK 00-C0-90 (hex) PRAIM S.R.L. 00C090 (base 16) PRAIM S.R.L. VIA MACCANI, 169 ITALY 00-C0-DE (hex) ZCOMM, INC. 00C0DE (base 16) ZCOMM, INC. 1050 C EAST DUANE AVENUE SUNNYVALE CA 94086 US 00-C0-13 (hex) NETRIX 00C013 (base 16) NETRIX 13595 DULLES TECHNOLOGY DRIVE HERNDON VA 22071 US 00-C0-6B (hex) OSI PLUS CORPORATION 00C06B (base 16) OSI PLUS CORPORATION 2-1-23 NAKAMEGURO JP 00-C0-4C (hex) DEPARTMENT OF FOREIGN AFFAIRS 00C04C (base 16) DEPARTMENT OF FOREIGN AFFAIRS & TRADE AU 00-C0-7C (hex) HIGHTECH INFORMATION 00C07C (base 16) HIGHTECH INFORMATION SYSTEM LTD. HONG KONG HK 00-C0-B8 (hex) FRASER'S HILL LTD. 00C0B8 (base 16) FRASER'S HILL LTD. 27502 W. GILL ROAD MORRISTOWN AZ 85342 US 00-C0-62 (hex) IMPULSE TECHNOLOGY 00C062 (base 16) IMPULSE TECHNOLOGY 210 DAHLONEGA ST.#204 CUMMING GA 30130 US 00-C0-EC (hex) DAUPHIN TECHNOLOGY 00C0EC (base 16) DAUPHIN TECHNOLOGY 450 EISENHOWER LANE NORTH LOMBARD IL 60148 US 00-C0-86 (hex) THE LYNK CORPORATION 00C086 (base 16) THE LYNK CORPORATION 101 QUEENS DRIVE KING OF PRUSSIA PA 19406 US 00-C0-58 (hex) DATAEXPERT CORP. 00C058 (base 16) DATAEXPERT CORP. 1156 SONOPRA COURTN-KANG RD. SUNNYVALE CA 94086 US 00-C0-D0 (hex) RATOC SYSTEM INC. 00C0D0 (base 16) RATOC SYSTEM INC. ASAHI NAMBA BLDG. 556 JP 00-C0-BF (hex) TECHNOLOGY CONCEPTS, LTD. 00C0BF (base 16) TECHNOLOGY CONCEPTS, LTD. GRANGE ESTATE UNITED KINGDOM GB 00-C0-BA (hex) NETVANTAGE 00C0BA (base 16) NETVANTAGE 201 CONTINENTAL BLVD.-STE.#201 EL SECUNDO CA 90245 US 00-C0-5E (hex) VARI-LITE, INC. 00C05E (base 16) VARI-LITE, INC. 201 REGAL ROW DALLAS TX 75247 US 00-C0-D5 (hex) Werbeagentur Jürgen Siebert 00C0D5 (base 16) Werbeagentur Jürgen Siebert Im Klostergarten 8 D-50321 Brühl DE 00-C0-63 (hex) MORNING STAR TECHNOLOGIES, INC 00C063 (base 16) MORNING STAR TECHNOLOGIES, INC 1760 ZOLLINGER ROAD COLUMBUS OH 43221 US 00-C0-21 (hex) NETEXPRESS 00C021 (base 16) NETEXPRESS 989 EAST HILLSDALE BLVD. FOSTER CITY CA 94404-2113 US 00-C0-DB (hex) IPC CORPORATION (PTE) LTD. 00C0DB (base 16) IPC CORPORATION (PTE) LTD. 122 EUNOS AVE., 7 #05-10 SINGAPORE 1440 SG 00-C0-9B (hex) RELIANCE COMM/TEC, R-TEC 00C09B (base 16) RELIANCE COMM/TEC, R-TEC SYSTEMS INC. BEDFORD TX 76021 US 00-C0-6A (hex) ZAHNER-ELEKTRIK GMBH & CO. KG 00C06A (base 16) ZAHNER-ELEKTRIK GMBH & CO. KG P.O. BOX 1846 DE 00-C0-E3 (hex) OSITECH COMMUNICATIONS, INC. 00C0E3 (base 16) OSITECH COMMUNICATIONS, INC. 679 SOUTHGATE DRIVE CANADA N1G 4S2 CA 00-C0-FE (hex) APTEC COMPUTER SYSTEMS, INC. 00C0FE (base 16) APTEC COMPUTER SYSTEMS, INC. P.O. BOX 6750 PORTLAND OR 97228-6750 US 00-C0-16 (hex) ELECTRONIC THEATRE CONTROLS 00C016 (base 16) ELECTRONIC THEATRE CONTROLS 3030 LAURA LANE MIDDLETON WI 53562 US 00-C0-BC (hex) TELECOM AUSTRALIA/CSSC 00C0BC (base 16) TELECOM AUSTRALIA/CSSC LOCKED BAG 8812 AU 00-C0-C1 (hex) QUAD/GRAPHICS, INC. 00C0C1 (base 16) QUAD/GRAPHICS, INC. N63 W23075 HWY 74 SUSSEX WI 53089 US 00-C0-89 (hex) TELINDUS DISTRIBUTION 00C089 (base 16) TELINDUS DISTRIBUTION GELDENAAKSEBAAN 335 BE 00-C0-B0 (hex) GCC TECHNOLOGIES,INC. 00C0B0 (base 16) GCC TECHNOLOGIES,INC. 580 WINTER STREET WALTHAM MA 02154 US 00-C0-0A (hex) MICRO CRAFT 00C00A (base 16) MICRO CRAFT 2-4-3 NISHIFURUMATSU JP 00-C0-74 (hex) TOYODA AUTOMATIC LOOM 00C074 (base 16) TOYODA AUTOMATIC LOOM WORKS, LTD. 448 JP 00-40-4E (hex) FLUENT, INC. 00404E (base 16) FLUENT, INC. 594 WORCESTER ROAD-STE.#308 NATICK MA 01760 US 00-40-8D (hex) THE GOODYEAR TIRE & RUBBER CO. 00408D (base 16) THE GOODYEAR TIRE & RUBBER CO. 1144 EAST MARKET STREET AKRON OH 44316 US 00-40-1B (hex) PRINTER SYSTEMS CORP. 00401B (base 16) PRINTER SYSTEMS CORP. 207 PERRY PARKWAY GAITHERSBURG MD 20877-2142 US 00-40-A3 (hex) MICROUNITY SYSTEMS ENGINEERING 0040A3 (base 16) MICROUNITY SYSTEMS ENGINEERING 255 CASPIAN DRIVE SUNNYVALE CA 94089-1015 US 00-40-B3 (hex) ParTech Inc. 0040B3 (base 16) ParTech Inc. 8383 Seneca Turnpike NEW HARTFORD NY 13413 US 00-40-1D (hex) INVISIBLE SOFTWARE, INC. 00401D (base 16) INVISIBLE SOFTWARE, INC. 1142 CHESS DRIVE FOSTER CITY CA 94404 US 00-C0-CA (hex) ALFA, INC. 00C0CA (base 16) ALFA, INC. 11-1, INDUSTRY EAST ROAD IV TAIWAN TW 00-C0-6C (hex) SVEC COMPUTER CORP. 00C06C (base 16) SVEC COMPUTER CORP. 3F, 531-1 CHUNG CHENG RD. TAIWAN TAIWAN R.O.C. TW 00-40-FF (hex) TELEBIT CORPORATION 0040FF (base 16) TELEBIT CORPORATION 1315 CHESAPEAKE TERRACE SUNNYVALE CA 94089-1100 US 00-40-1F (hex) COLORGRAPH LTD 00401F (base 16) COLORGRAPH LTD UNIT 2, MARS HOUSE RG7 4QW - UNITED KINGDOM GB 00-40-AF (hex) DIGITAL PRODUCTS, INC. 0040AF (base 16) DIGITAL PRODUCTS, INC. 411 WAVERLY OAKS ROAD WALTHAM MA 02154 US 00-40-F7 (hex) Polaroid Corporation 0040F7 (base 16) Polaroid Corporation 300 Baker Avenue Concord MA 01742 US 00-40-37 (hex) SEA-ILAN, INC. 004037 (base 16) SEA-ILAN, INC. 14602 NORTH US HIGHWAY #31 CARMEL IN 46032 US 00-C0-26 (hex) LANS TECHNOLOGY CO., LTD. 00C026 (base 16) LANS TECHNOLOGY CO., LTD. 153 MINTSU RD. 2F, TAOYUAN, TAIWAN R. O. C. TW 00-40-7E (hex) EVERGREEN SYSTEMS, INC. 00407E (base 16) EVERGREEN SYSTEMS, INC. 120 LANDING COURT-SUITE NOVATO CA 94945 US 00-40-F9 (hex) COMBINET 0040F9 (base 16) COMBINET 333 W. EL CAMINO REAL-STE#310 SUNNYVALE CA 94087 US 00-C0-6F (hex) KOMATSU LTD. 00C06F (base 16) KOMATSU LTD. 2597 SHINOMIYA HIRATSUKA-SHI JP 00-C0-A7 (hex) SEEL LTD. 00C0A7 (base 16) SEEL LTD. 3 YOUNG SQUARE SCOTLAND GB 00-C0-4A (hex) GROUP 2000 AG 00C04A (base 16) GROUP 2000 AG P.O. BOX 331 CH 00-40-54 (hex) CONNECTION MACHINES SERVICES 004054 (base 16) CONNECTION MACHINES SERVICES 12 HENSHAW STREET WOBURN MA 01801-466664 US 00-40-04 (hex) ICM CO. LTD. 004004 (base 16) ICM CO. LTD. 4-2-9 NIHONBASHI NANIWA-KU JP 00-40-58 (hex) KRONOS, INC. 004058 (base 16) KRONOS, INC. 400 FIFTH AVENUE WALTHAM MA 02154 US 00-40-18 (hex) ADOBE SYSTEMS, INC. 004018 (base 16) ADOBE SYSTEMS, INC. 1585 CHARLESTON ROAD MOUNTAIN VIEW CA 94043 US 00-40-4A (hex) WEST AUSTRALIAN DEPARTMENT 00404A (base 16) WEST AUSTRALIAN DEPARTMENT OF EMPLOYMENT (DEVET) WESTERN AU 00-40-3C (hex) FORKS, INC. 00403C (base 16) FORKS, INC. 1-27-4 IRIYA, 110 JP 00-40-42 (hex) N.A.T. GMBH 004042 (base 16) N.A.T. GMBH GOETHESTR. 2 DE 00-40-F2 (hex) JANICH & KLASS COMPUTERTECHNIK 0040F2 (base 16) JANICH & KLASS COMPUTERTECHNIK ZUM ALTEN ZOLLHAUS 20 DE 00-40-A2 (hex) KINGSTAR TECHNOLOGY INC. 0040A2 (base 16) KINGSTAR TECHNOLOGY INC. 1-3F, NO. 185, SEC. 3, TAIPEI TAIWAN, R.O.C. TW 00-40-DC (hex) TRITEC ELECTRONIC GMBH 0040DC (base 16) TRITEC ELECTRONIC GMBH ROBERT KOCH STR. 35 DE 00-40-60 (hex) COMENDEC LTD 004060 (base 16) COMENDEC LTD ENTERPRISE WAY, BIRMINGHAM BIRMINGHAM ENGLAND GB 00-40-56 (hex) MCM JAPAN LTD. 004056 (base 16) MCM JAPAN LTD. SYUUKAEN BLD. 2-11-1 JP 00-40-30 (hex) GK COMPUTER 004030 (base 16) GK COMPUTER BASLER STRASSE 103 DE 00-40-40 (hex) RING ACCESS, INC. 004040 (base 16) RING ACCESS, INC. 957-R INDUSTRIAL ROAD SAN CARLOS CA 94070 US 00-80-57 (hex) ADSOFT, LTD. 008057 (base 16) ADSOFT, LTD. Im Baumgarten 6 MOHLIN CH-4313 CH 00-80-BB (hex) HUGHES LAN SYSTEMS 0080BB (base 16) HUGHES LAN SYSTEMS 1225 CHARLESTON ROAD MOUNTAIN VIEW CA 94043 US 00-40-3D (hex) Teradata Corporation 00403D (base 16) Teradata Corporation 17095 Via Del Campo San Diego CA 92127 US 00-40-D0 (hex) MITAC INTERNATIONAL CORP. 0040D0 (base 16) MITAC INTERNATIONAL CORP. 8TH FL. 585 MING SHENG E. RD. TW 00-40-B6 (hex) COMPUTERM CORPORATION 0040B6 (base 16) COMPUTERM CORPORATION 111 WOOD STREET PITTSBURGH PA 15222 US 00-40-A6 (hex) Cray, Inc. 0040A6 (base 16) Cray, Inc. 655F LONE OAK DRIVE EAGAN MN 55121 US 00-40-3E (hex) RASTER OPS CORPORATION 00403E (base 16) RASTER OPS CORPORATION 2500 WALSH AVENUE SANTA CLARA CA 95051 US 00-40-46 (hex) UDC RESEARCH LIMITED 004046 (base 16) UDC RESEARCH LIMITED 8A KING WAN INDUSTRIAL BLDG. HONG KONG HK 00-C0-D7 (hex) TAIWAN TRADING CENTER DBA 00C0D7 (base 16) TAIWAN TRADING CENTER DBA TTC COMPUTER PRODUCTS IRVING TX 75038 US 00-40-DA (hex) TELSPEC LTD 0040DA (base 16) TELSPEC LTD LANCASTER PARKER ROAD ENGLAND GB 00-40-C7 (hex) RUBY TECH CORPORATION 0040C7 (base 16) RUBY TECH CORPORATION 6F-1, NO.3, LANE 250, TAIPEI TAIWAN, R.O.C. TW 00-40-52 (hex) STAR TECHNOLOGIES, INC. 004052 (base 16) STAR TECHNOLOGIES, INC. 515 SHAW ROAD STERLING VA 22075 US 00-40-2E (hex) PRECISION SOFTWARE, INC. 00402E (base 16) PRECISION SOFTWARE, INC. 600 S FEDERAL HWY STE DEERFIELD BEACH FL 33441-4193 US 00-40-2B (hex) TRIGEM COMPUTER, INC. 00402B (base 16) TRIGEM COMPUTER, INC. KISUNG B/D 4F, 784-6 SEOUL KOREA 135-080 KR 00-40-1A (hex) FUJI ELECTRIC CO., LTD. 00401A (base 16) FUJI ELECTRIC CO., LTD. NEW YURAKUCHO BLDG JP 00-40-5F (hex) AFE COMPUTERS LTD. 00405F (base 16) AFE COMPUTERS LTD. 62 ANCHORAGE ROAD UNITED KINGDOM GB 00-40-80 (hex) ATHENIX CORPORATION 004080 (base 16) ATHENIX CORPORATION 675 ALMANOR AVENUE SUNNYVALE CA 94086 US 00-40-51 (hex) Garbee and Garbee 004051 (base 16) Garbee and Garbee 4390 Darr Circle Colorado Springs CO 80908 US 00-40-7A (hex) SOCIETE D'EXPLOITATION DU CNIT 00407A (base 16) SOCIETE D'EXPLOITATION DU CNIT 2 GLACE DE LA DEFENSE 92053 FR 00-40-31 (hex) KOKUSAI ELECTRIC CO., LTD 004031 (base 16) KOKUSAI ELECTRIC CO., LTD 2-1 YASUUCHI TOYAMA 939-23 JP 00-40-D3 (hex) KIMPSION INTERNATIONAL CORP. 0040D3 (base 16) KIMPSION INTERNATIONAL CORP. 4701 PATRICK HENRY DRIVE SANTA CLARA CA 95054 US 00-40-EE (hex) OPTIMEM 0040EE (base 16) OPTIMEM 297 N. BERNARDO AVENUE MOUNTAIN VIEW CA 94043-5205 US 00-40-25 (hex) MOLECULAR DYNAMICS 004025 (base 16) MOLECULAR DYNAMICS 880 EAST ARQUES AVENUE SUNNYVALE CA 94086-4536 US 00-40-67 (hex) OMNIBYTE CORPORATION 004067 (base 16) OMNIBYTE CORPORATION 245 WEST ROOSEVELT ROAD WEST CHICAGO IL 60185 US 00-40-C3 (hex) FISCHER AND PORTER CO. 0040C3 (base 16) FISCHER AND PORTER CO. 125 E. COUNTY LINE ROAD WARMINSTER PA 18974 US 00-40-EC (hex) MIKASA SYSTEM ENGINEERING 0040EC (base 16) MIKASA SYSTEM ENGINEERING CO., LTD. JP 00-80-2F (hex) NATIONAL INSTRUMENTS CORP. 00802F (base 16) NATIONAL INSTRUMENTS CORP. 11500 North Mopac Expressway AUSTIN TX 78759-3504 US 00-80-54 (hex) FRONTIER TECHNOLOGIES CORP. 008054 (base 16) FRONTIER TECHNOLOGIES CORP. 10201 NO. PT. WASHINGTON ROAD MEQUON WI 53092 US 00-80-53 (hex) INTELLICOM, INC. 008053 (base 16) INTELLICOM, INC. 20415 NORDHOFF STREET CHATSWORTH CA 91311 US 00-80-26 (hex) NETWORK PRODUCTS CORPORATION 008026 (base 16) NETWORK PRODUCTS CORPORATION 1440 WEST COLORADO BLVD. PASADENA CA 91105 US 00-80-B0 (hex) ADVANCED INFORMATION 0080B0 (base 16) ADVANCED INFORMATION TECHNOLOGY, INC. JP 00-80-FA (hex) RWT GMBH 0080FA (base 16) RWT GMBH TALANGERSTR. 5-7 WEST DE 00-80-FD (hex) EXSCEED CORPRATION 0080FD (base 16) EXSCEED CORPRATION 1-15-12, KITAKASE, SAIWAI-KU JP 00-80-FE (hex) AZURE TECHNOLOGIES, INC. 0080FE (base 16) AZURE TECHNOLOGIES, INC. 63 SOUTH STREET HOPKINTON MA 01748-2212 US 00-80-3C (hex) TVS ELECTRONICS LTD 00803C (base 16) TVS ELECTRONICS LTD 44, MILLER ROAD IN 00-80-46 (hex) Tattile SRL 008046 (base 16) Tattile SRL DEPT. OF ELECTRICAL ENGIN'ING CA 00-40-02 (hex) PERLE SYSTEMS LIMITED 004002 (base 16) PERLE SYSTEMS LIMITED 60 RENFREW DRIVE CANADA L3R 0E1 CA 00-40-49 (hex) Roche Diagnostics International Ltd. 004049 (base 16) Roche Diagnostics International Ltd. FORRENSTRASSE ROTKREUZ ZG 6343 CH 00-40-29 (hex) Compex 004029 (base 16) Compex US 00-40-9E (hex) CONCURRENT TECHNOLOGIES LTD. 00409E (base 16) CONCURRENT TECHNOLOGIES LTD. 654 THE CRESCENT UNITED KINGDOM GB 00-80-AD (hex) CNET TECHNOLOGY, INC. 0080AD (base 16) CNET TECHNOLOGY, INC. 2199 ZANKER ROAD SAN JOSE CA 95131 US 00-80-0E (hex) ATLANTIX CORPORATION 00800E (base 16) ATLANTIX CORPORATION 5401 NW BROKENSOUND BLVD. BOCA RATON FL 33431 US 00-80-AB (hex) DUKANE NETWORK INTEGRATION 0080AB (base 16) DUKANE NETWORK INTEGRATION 2900 DUKANE DRIVE ST. CHARLES IL 60174 US 00-80-F1 (hex) OPUS SYSTEMS 0080F1 (base 16) OPUS SYSTEMS 3000 CORONADO DRIVE SANTA CLARA CA 95054 US 00-80-29 (hex) EAGLE TECHNOLOGY, INC. 008029 (base 16) EAGLE TECHNOLOGY, INC. 6800 ORANGETHORPE AVE.UNIT BUENA PARK CA 90620 US 00-80-72 (hex) MICROPLEX SYSTEMS LTD. 008072 (base 16) MICROPLEX SYSTEMS LTD. 301-2071 Kingsway Port Coquitlam BC V3C6N2 CA 00-40-01 (hex) Zero One Technology Co. Ltd. 004001 (base 16) Zero One Technology Co. Ltd. 10 Fl., No. 8, Lane 360, Sec 1, Neihu Dist., Taipei City 114 TW 00-40-71 (hex) ATM COMPUTER GMBH 004071 (base 16) ATM COMPUTER GMBH BUCKLESTR. 1-5,POSTFACH 101043 DE 00-80-11 (hex) DIGITAL SYSTEMS INT'L. INC. 008011 (base 16) DIGITAL SYSTEMS INT'L. INC. 7659 178TH PL. NE REDMOND WA 98073-0908 US 00-80-34 (hex) SMT GOUPIL 008034 (base 16) SMT GOUPIL 3 RUE DES ARCHIVES FR 00-80-E4 (hex) NORTHWEST DIGITAL SYSTEMS, INC 0080E4 (base 16) NORTHWEST DIGITAL SYSTEMS, INC P.O. BOX 15288 SEATTLE WA 98115 US 00-80-EC (hex) SUPERCOMPUTING SOLUTIONS, INC. 0080EC (base 16) SUPERCOMPUTING SOLUTIONS, INC. 6175 NANCY RIDGE BLVD. SAN DIEGO CA 92121 US 00-80-2C (hex) THE SAGE GROUP PLC 00802C (base 16) THE SAGE GROUP PLC SAGE HOUSE, BENTON PARK ROAD UNITED KINGDOM GB 00-80-D6 (hex) NUVOTECH, INC. 0080D6 (base 16) NUVOTECH, INC. 2015 BRIDGEWAY, SUITE 204 SAUSALITO CA 94965 US 00-80-0A (hex) JAPAN COMPUTER CORP. 00800A (base 16) JAPAN COMPUTER CORP. L. K. BLDG. HIGASHI KANDA JP 00-80-4B (hex) EAGLE TECHNOLOGIES PTY.LTD. 00804B (base 16) EAGLE TECHNOLOGIES PTY.LTD. 70 KEYS ROAD AU 00-80-C8 (hex) D-LINK SYSTEMS, INC. 0080C8 (base 16) D-LINK SYSTEMS, INC. 53 Discover Dr. Irvine CA 92618 US 00-80-12 (hex) INTEGRATED MEASUREMENT SYSTEMS 008012 (base 16) INTEGRATED MEASUREMENT SYSTEMS 9525 SW GEMINI DRIVE BEAVERTON OR 97005 US 00-80-27 (hex) ADAPTIVE SYSTEMS, INC. 008027 (base 16) ADAPTIVE SYSTEMS, INC. 1400 N.W. COMPTON DRIVE BEAVERTON OR 97006 US 00-80-FC (hex) AVATAR CORPORATION 0080FC (base 16) AVATAR CORPORATION 65 SOUTH STREET HOPKINTON MA 01748 US 00-80-16 (hex) WANDEL AND GOLTERMANN 008016 (base 16) WANDEL AND GOLTERMANN 1030 SWABIA COURT NC 27709 US 00-80-A2 (hex) CREATIVE ELECTRONIC SYSTEMS 0080A2 (base 16) CREATIVE ELECTRONIC SYSTEMS Avenue Eugène-Lance 38bis CH 00-80-CC (hex) MICROWAVE BYPASS SYSTEMS 0080CC (base 16) MICROWAVE BYPASS SYSTEMS 25 BRAINTREE HILL OFFICE PARK BRAINTREE MA 02184 US 00-80-A5 (hex) SPEED INTERNATIONAL 0080A5 (base 16) SPEED INTERNATIONAL 1320 ARBOLITA DR. LA HABRA CA 90631 US 00-80-79 (hex) MICROBUS DESIGNS LTD. 008079 (base 16) MICROBUS DESIGNS LTD. TREADAWAY HILL UNITED KINGDOM GB 00-00-79 (hex) NETWORTH INCORPORATED 000079 (base 16) NETWORTH INCORPORATED 8404 ESTERS BOULEVARD IRVING TX 75063 US 00-00-91 (hex) ANRITSU CORPORATION 000091 (base 16) ANRITSU CORPORATION 1800, ONNA JP 00-00-75 (hex) Nortel Networks 000075 (base 16) Nortel Networks Global Operations Engineering Brampton ON l6T 5P6 Cana CA 00-00-A5 (hex) Tattile SRL 0000A5 (base 16) Tattile SRL P.O. BOX 17220 BOULDER CO 80308-7220 US 00-00-36 (hex) ATARI CORPORATION 000036 (base 16) ATARI CORPORATION 1196 BORREGAS AVENUE SUNNYVALE CA 94086 US 00-00-F8 (hex) DIGITAL EQUIPMENT CORPORATION 0000F8 (base 16) DIGITAL EQUIPMENT CORPORATION LKG 1-2/A19 LITTLETON MA 01460-1289 US 00-80-5C (hex) AGILIS CORPORATION 00805C (base 16) AGILIS CORPORATION 1101 SAN ANTONIO ROAD Mountain View CA 94043-1008 US 00-80-C5 (hex) NOVELLCO DE MEXICO 0080C5 (base 16) NOVELLCO DE MEXICO CONSTITUYENTES NO. 907 11950 MEXICO 11950 MEXICO D.F. MX 00-80-78 (hex) PRACTICAL PERIPHERALS, INC. 008078 (base 16) PRACTICAL PERIPHERALS, INC. 375 CONEJO RIDGE AVENUE THOUSAND OAKS CA 91361 US 00-80-F6 (hex) SYNERGY MICROSYSTEMS 0080F6 (base 16) SYNERGY MICROSYSTEMS 9605 SCRANTON ROAD-STE #700 SAN DIEGO CA 92121-1773 US 00-80-7B (hex) ARTEL COMMUNICATIONS CORP. 00807B (base 16) ARTEL COMMUNICATIONS CORP. 22 KANE INDUSTRIAL DRIVE HUDSON MA 01749 US 00-80-14 (hex) ESPRIT SYSTEMS 008014 (base 16) ESPRIT SYSTEMS 14F, NO. 1, SEC. 4 TAIWAN TAIWAN R.O.C. TW 00-80-B7 (hex) STELLAR COMPUTER 0080B7 (base 16) STELLAR COMPUTER 95 WELLS AVENUE NEWTON MA 02159 00-00-ED (hex) APRIL 0000ED (base 16) APRIL 60, RUE DE CARTALE FR 00-00-A3 (hex) NETWORK APPLICATION TECHNOLOGY 0000A3 (base 16) NETWORK APPLICATION TECHNOLOGY 1686 DELL AVENUE CAMPBELL CA 95008 US 00-00-39 (hex) TOSHIBA CORPORATION 000039 (base 16) TOSHIBA CORPORATION COMPUTER DIVISION TOKYO 105 JP 00-00-3C (hex) AUSPEX SYSTEMS INC. 00003C (base 16) AUSPEX SYSTEMS INC. 5200 GREAT AMERICA PKWY SANTA CLARA CA 95054 US 00-00-7E (hex) CLUSTRIX CORPORATION 00007E (base 16) CLUSTRIX CORPORATION 960 HAMLIN COURT SUNNYVALE CA 94089 US 00-00-CB (hex) COMPU-SHACK ELECTRONIC GMBH 0000CB (base 16) COMPU-SHACK ELECTRONIC GMBH RINGSTR. 56 - 58, 5450 NEUWIED WEST DE 00-00-13 (hex) CAMEX 000013 (base 16) CAMEX 75 KNEELAND STREET BOSTON MA 02111 US 00-00-95 (hex) SONY TEKTRONIX CORP. 000095 (base 16) SONY TEKTRONIX CORP. P.O. BOX 5209 TOKYO INT'L JP 00-00-57 (hex) SCITEX CORPORATION LTD. 000057 (base 16) SCITEX CORPORATION LTD. P.O. BOX 330 IL 00-00-D6 (hex) PUNCH LINE HOLDING 0000D6 (base 16) PUNCH LINE HOLDING P.O. BOX 391708 SOUTH AFRICA ZA 00-00-9E (hex) MARLI S.A. 00009E (base 16) MARLI S.A. CHEMIN TAVERNEY 3 CH 00-00-42 (hex) METIER MANAGEMENT SYSTEMS LTD. 000042 (base 16) METIER MANAGEMENT SYSTEMS LTD. 3 FOUNDATION STREET ENGLAND GB 00-00-7D (hex) Oracle Corporation 00007D (base 16) Oracle Corporation 17 Network Circle Menlo Park CA 95025 US 00-00-96 (hex) MARCONI ELECTRONICS LTD. 000096 (base 16) MARCONI ELECTRONICS LTD. BROWNS LANE, THE AIRPORT UNITED KINGDOM GB 00-00-5E (hex) ICANN, IANA Department 00005E (base 16) ICANN, IANA Department INTERNET ASS'NED NOS.AUTHORITY Los Angeles CA 90094-2536 US 00-00-38 (hex) CSS LABS 000038 (base 16) CSS LABS 2134 SOUTH RIPCHEY SANTA ANA CA 92705 US 00-00-44 (hex) CASTELLE CORPORATION 000044 (base 16) CASTELLE CORPORATION 3255-3 SCOTT BOULEVARD SANTA CLARA CA 95054 US 00-00-CE (hex) MEGADATA CORP. 0000CE (base 16) MEGADATA CORP. 35 ORVILLE DRIVE BOHEMIA NY 11716 US 00-00-7B (hex) RESEARCH MACHINES 00007B (base 16) RESEARCH MACHINES P.O. BOX 75 ENGLAND GB 00-00-0F (hex) NEXT, INC. 00000F (base 16) NEXT, INC. 3475 DEER CREEK ROAD PALO ALTO CA 94304 US 00-00-BB (hex) TRI-DATA 0000BB (base 16) TRI-DATA 505 EAST MIDDLEFIELD ROAD MOUNTAIN VIEW CA 94043-4082 US 00-00-1A (hex) ADVANCED MICRO DEVICES 00001A (base 16) ADVANCED MICRO DEVICES P.O. BOX 3453 SUNNYVALE CA 94088 US 00-00-7F (hex) LINOTYPE-HELL AG 00007F (base 16) LINOTYPE-HELL AG POSTFACH 56 60 DE 00-00-60 (hex) KONTRON ELEKTRONIK GMBH 000060 (base 16) KONTRON ELEKTRONIK GMBH OSKAR-VON-MILLER-STR. 1 DE 08-00-6F (hex) PHILIPS APELDOORN B.V. 08006F (base 16) PHILIPS APELDOORN B.V. P.O. BOX 105 THE NL 00-00-40 (hex) APPLICON, INC. 000040 (base 16) APPLICON, INC. 4251 PLYMOUTH RD 48015 ANN ARBOR MI 48106-0986 US 00-00-5D (hex) CS TELECOM 00005D (base 16) CS TELECOM 4-16 AVENUE DU GENERAL LECLERC FR 00-00-12 (hex) INFORMATION TECHNOLOGY LIMITED 000012 (base 16) INFORMATION TECHNOLOGY LIMITED MAYLANDS AVE. HEMEL HEMPSTEAD HERTS ENGLAND GB 00-00-8A (hex) DATAHOUSE INFORMATION SYSTEMS 00008A (base 16) DATAHOUSE INFORMATION SYSTEMS DIRECTOR OF OPERATIONS GU34 3QW ENGLAND GB 00-00-32 (hex) Marconi plc 000032 (base 16) Marconi plc 28 ELSTREE WAY, BOREHAMWOOD UNITED KINGDOM GB 00-00-85 (hex) CANON INC. 000085 (base 16) CANON INC. DVTECH. DEV. CENTER DEPT.12 JP 00-00-4A (hex) ADC CODENOLL TECHNOLOGY CORP. 00004A (base 16) ADC CODENOLL TECHNOLOGY CORP. 200 CORPORATE BLVD. SO. YONKERS NY 10701 US 08-00-8F (hex) CHIPCOM CORPORATION 08008F (base 16) CHIPCOM CORPORATION SOUTHBOROUGH OFFICE SOUTHBOROUGH MA 01772-1886 US 00-00-6A (hex) COMPUTER CONSOLES INC. 00006A (base 16) COMPUTER CONSOLES INC. COMPUTER PRODUCTS DIVISION IRVINE CA 92718 US 08-00-3E (hex) CODEX CORPORATION 08003E (base 16) CODEX CORPORATION 50 EAST COMMERCE DRIVE SCHAUMBURG IL 60173 US 08-00-40 (hex) FERRANTI COMPUTER SYS. LIMITED 080040 (base 16) FERRANTI COMPUTER SYS. LIMITED WYTHENSHAWE DIVISION UNITED KINGDOM GB 08-00-3A (hex) ORCATECH INC. 08003A (base 16) ORCATECH INC. 2680 QUEENSVIEW DRIVE CANADA K2B 8H6 CA 08-00-3D (hex) CADNETIX CORPORATIONS 08003D (base 16) CADNETIX CORPORATIONS 5797 CENTRAL AVENUE BOULDER CO 80301 US 08-00-38 (hex) BULL S.A.S. 080038 (base 16) BULL S.A.S. rue Jean Jaures B.P.68 Les Clayes sous Bois 78430 FR 08-00-73 (hex) TECMAR INC. 080073 (base 16) TECMAR INC. 6225 COCHRAN ROAD SOLON OH 44139 US 08-00-72 (hex) XEROX CORP UNIV GRANT PROGRAM 080072 (base 16) XEROX CORP UNIV GRANT PROGRAM ZEROX SYSTEMS INSTITUTE WEBSTER NY 14580 US 08-00-6A (hex) AT&T 08006A (base 16) AT&T 3300 E Renner Road Richardson TX 75082 US 08-00-7A (hex) INDATA 08007A (base 16) INDATA GJERDRUMS VEI 12 C NO 08-00-79 (hex) THE DROID WORKS 080079 (base 16) THE DROID WORKS P.O. BOX CS 8180 SAN RAFAEL CA 94912 US 08-00-4D (hex) CORVUS SYSTEMS INC. 08004D (base 16) CORVUS SYSTEMS INC. 2100 CORVUS DRIVE SAN JOSE CA 95124 US 08-00-2F (hex) PRIME COMPUTER INC. 08002F (base 16) PRIME COMPUTER INC. 100 CROSBY DRIVE BEDFORD MA 01730-1402 US 08-00-2C (hex) BRITTON LEE INC. 08002C (base 16) BRITTON LEE INC. 14600 WINCHESTER BLVD LOS GATOS CA 95030 US 08-00-62 (hex) General Dynamics 080062 (base 16) General Dynamics Fort Worth TX US 08-00-5C (hex) FOUR PHASE SYSTEMS 08005C (base 16) FOUR PHASE SYSTEMS 2001 LOGIC DRIVE SAN JOSE CA 95124-3452 US 08-00-5A (hex) IBM Corp 08005A (base 16) IBM Corp 3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US 08-00-52 (hex) INSYSTEC 080052 (base 16) INSYSTEC 450 LAKEMONT AVENUE WINTER PARK FL 32792 US 08-00-1E (hex) APOLLO COMPUTER INC. 08001E (base 16) APOLLO COMPUTER INC. 15 ELIZABETH DRIVE CHELMSFORD MA 01824 US 08-00-19 (hex) GENERAL ELECTRIC CORPORATION 080019 (base 16) GENERAL ELECTRIC CORPORATION 1285 BOSTON AVENUE BRIDGEPORT CT 06602 US 02-70-01 (hex) RACAL-DATACOM 027001 (base 16) RACAL-DATACOM LAN INTERNETWORKING DIVISION BOXBOROUGH MA 01719 US 08-00-0E (hex) NCR CORPORATION 08000E (base 16) NCR CORPORATION WORLD HEADQUARTERS DAYTON OH 45479 US 00-DD-09 (hex) UNGERMANN-BASS INC. 00DD09 (base 16) UNGERMANN-BASS INC. 3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US 00-00-02 (hex) XEROX CORPORATION 000002 (base 16) XEROX CORPORATION M/S 105-50C WEBSTER NY 14580 US 00-00-03 (hex) XEROX CORPORATION 000003 (base 16) XEROX CORPORATION M/S 105-50C WEBSTER NY 14580 US 00-00-06 (hex) XEROX CORPORATION 000006 (base 16) XEROX CORPORATION M/S 105-50C WEBSTER NY 14580 US 08-00-01 (hex) COMPUTERVISION CORPORATION 080001 (base 16) COMPUTERVISION CORPORATION 14 CROSBY DRIVE MS 5-1 BEDFORD MA 01730 US 08-00-05 (hex) SYMBOLICS INC. 080005 (base 16) SYMBOLICS INC. 257 VASSAR STREET CAMBRIDGE MA 02139 US 00-DD-07 (hex) UNGERMANN-BASS INC. 00DD07 (base 16) UNGERMANN-BASS INC. 3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US 00-00-08 (hex) XEROX CORPORATION 000008 (base 16) XEROX CORPORATION M/S 105-50C WEBSTER NY 14580 US 00-00-3D (hex) UNISYS 00003D (base 16) UNISYS MS8-010 SAN JOSE CA 95150-6685 US 00-DD-0D (hex) UNGERMANN-BASS INC. 00DD0D (base 16) UNGERMANN-BASS INC. 3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US 08-00-64 (hex) Sitasys AG 080064 (base 16) Sitasys AG Freiburgstrasse 251 CH 08-00-02 (hex) BRIDGE COMMUNICATIONS INC. 080002 (base 16) BRIDGE COMMUNICATIONS INC. 2081 STIERLING ROAD MOUNTAIN VIEW CA 94043 US 08-00-1A (hex) TIARA/ 10NET 08001A (base 16) TIARA/ 10NET 7777 WASHINGTON VILLAGE DRIVE DAYTON OHIO 45459-3957 US 08-00-8B (hex) PYRAMID TECHNOLOGY CORP. 08008B (base 16) PYRAMID TECHNOLOGY CORP. 1295 CHARLESTON ROAD MOUNTAIN VIEW CA 94043 US 08-00-12 (hex) BELL ATLANTIC INTEGRATED SYST. 080012 (base 16) BELL ATLANTIC INTEGRATED SYST. 40 TALL PINE DRIVE SUDBURY MA 01776 US 14-A1-BF (hex) ASSA ABLOY Korea Co., Ltd Unilock 14A1BF (base 16) ASSA ABLOY Korea Co., Ltd Unilock 10f of JEI PLATZ Bldg., 186, Gasandigital 1-ro Geumcheon-gu Seoul 08502 KR 94-83-C4 (hex) GL Technologies (Hong Kong) Limited 9483C4 (base 16) GL Technologies (Hong Kong) Limited 103B Enterprise Place, 5W Science Park NT 00000 HK 08-00-30 (hex) ROYAL MELBOURNE INST OF TECH 080030 (base 16) ROYAL MELBOURNE INST OF TECH GPO BOX 2476V MELBOURNE VIC 3001 AU 00-00-0B (hex) MATRIX CORPORATION 00000B (base 16) MATRIX CORPORATION 1203 NEW HOPE ROAD RALEIGH NORTH CAROLINA 276 US 00-00-9B (hex) INFORMATION INTERNATIONAL, INC 00009B (base 16) INFORMATION INTERNATIONAL, INC 5F., THE 7TH INDUSTRY BLDG. JAPAN 150 JP 9C-93-B0 (hex) Megatronix (Beijing) Technology Co., Ltd. 9C93B0 (base 16) Megatronix (Beijing) Technology Co., Ltd. Floor11,Building C, Rongxin Center Chungyuan Road 34#, chaoyang distric, Beijing, P.R.China Beijing Beijing 100012 CN 64-AE-F1 (hex) Qingdao Hisense Electronics Co.,Ltd. 64AEF1 (base 16) Qingdao Hisense Electronics Co.,Ltd. Qianwangang Roard 218 Qingdao Shandong 266510 CN 08-00-16 (hex) BARRISTER INFO SYS CORP 080016 (base 16) BARRISTER INFO SYS CORP ONE TECHNOLOGY CENTER BUFFALO NY 14203 US 44-CB-8B (hex) LG Innotek 44CB8B (base 16) LG Innotek 26, Hanamsandan 5beon-ro Gwangju Gwangsan-gu 506-731 KR B4-05-5D (hex) Inspur Electronic Information Industry Co.,Ltd. B4055D (base 16) Inspur Electronic Information Industry Co.,Ltd. No 224 Shanda Road Jinan Shandong 250013 CN 98-48-27 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 984827 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN D4-F5-EF (hex) Hewlett Packard Enterprise D4F5EF (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US 28-BD-89 (hex) Google, Inc. 28BD89 (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US EC-1B-BD (hex) Silicon Laboratories EC1BBD (base 16) Silicon Laboratories 7000 W. William Cannon Dr. Austin 78735 US D8-A3-15 (hex) vivo Mobile Communication Co., Ltd. D8A315 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 80-64-7A (hex) Ola Sense Inc 80647A (base 16) Ola Sense Inc 764 Avenue A Redondo Beach 90277 US 70-F8-2B (hex) DWnet Technologies(Suzhou) Corporation 70F82B (base 16) DWnet Technologies(Suzhou) Corporation No.8,Tangzhuang Road, Suzhou Industrial Park, Jiangsu, China Suzhou 21500 CN 14-24-75 (hex) 4DReplay, Inc 142475 (base 16) 4DReplay, Inc 1286 Folsom Street San Francisco CA 94103 US 10-DC-B6 (hex) IEEE Registration Authority 10DCB6 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US F8-9E-28 (hex) Cisco Meraki F89E28 (base 16) Cisco Meraki 500 Terry A. Francois Blvd San Francisco 94158 US F8-C4-F3 (hex) Shanghai Infinity Wireless Technologies Co.,Ltd. F8C4F3 (base 16) Shanghai Infinity Wireless Technologies Co.,Ltd. Room 522, Building A, No.1687 Changyang Road, Yangpu District, Shanghai Shanghai Shanghai 200082 CN D4-77-2B (hex) Nanjing Ztlink Network Technology Co.,Ltd D4772B (base 16) Nanjing Ztlink Network Technology Co.,Ltd No.0 Mozhou East Road , Jiangning Economic & Technological Development Zone, Jiangning District Nanjing Jiangsu 211111 CN 64-F9-C0 (hex) ANALOG DEVICES 64F9C0 (base 16) ANALOG DEVICES 32990 ALVARADO NILES RD UNION CITY CA 94587 US 18-D0-C5 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 18D0C5 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 34-ED-1B (hex) Cisco Systems, Inc 34ED1B (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US BC-A5-11 (hex) NETGEAR BCA511 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 00-0A-7B (hex) Cornelius Consult 000A7B (base 16) Cornelius Consult Im Vogelsang 21 Hattingen NRW 45527 DE C4-E9-0A (hex) D-Link International C4E90A (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG C4-44-7D (hex) HUAWEI TECHNOLOGIES CO.,LTD C4447D (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 30-E9-8E (hex) HUAWEI TECHNOLOGIES CO.,LTD 30E98E (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 74-8B-34 (hex) Shanghai Smart System Technology Co., Ltd 748B34 (base 16) Shanghai Smart System Technology Co., Ltd Room 902C-1, 560 Shengxia Road, Zhangjiang Hi-Tech Park, Shanghai 201203, China Shanghai Shanghai 201210 CN AC-BD-70 (hex) Huawei Device Co., Ltd. ACBD70 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN C0-2E-26 (hex) Private C02E26 (base 16) Private 34-D2-62 (hex) SZ DJI TECHNOLOGY CO.,LTD 34D262 (base 16) SZ DJI TECHNOLOGY CO.,LTD 6/F,HKUST SZ IER Bldg,9 Yuexing 1st Rd shenzhen guangdong 518057 CN 08-12-A5 (hex) Amazon Technologies Inc. 0812A5 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 80-7F-F8 (hex) Juniper Networks 807FF8 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 44-03-77 (hex) IEEE Registration Authority 440377 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 00-24-87 (hex) Transact Campus, Inc. 002487 (base 16) Transact Campus, Inc. 22601 North 19th Avenue Phoenix AZ 85027 US B4-E9-A3 (hex) port industrial automation GmbH B4E9A3 (base 16) port industrial automation GmbH Regensburger Str. 7b Halle (S.) 06132 DE 38-E8-EE (hex) Nanjing Youkuo Electric Technology Co., Ltd 38E8EE (base 16) Nanjing Youkuo Electric Technology Co., Ltd 100 Jiangjun Road,Jiangning Nanjing Jiangsu 211100 CN 90-B8-E0 (hex) SHENZHEN YANRAY TECHNOLOGY CO.,LTD 90B8E0 (base 16) SHENZHEN YANRAY TECHNOLOGY CO.,LTD 5A, 4th Building, Huafengzhenbao Industrial Park, Beihuan Road, Shiyan Street, Baoan District, Shenzhen Guangdong 518000 CN 9C-F5-31 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 9CF531 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 80-E4-55 (hex) New H3C Technologies Co., Ltd 80E455 (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN 2C-4C-C6 (hex) Murata Manufacturing Co., Ltd. 2C4CC6 (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP 7C-21-0D (hex) Cisco Systems, Inc 7C210D (base 16) Cisco Systems, Inc 80 West Tasman Dr. San Jose CA 94568 US 4C-BC-72 (hex) Primex Wireless 4CBC72 (base 16) Primex Wireless 965 Wells Street Lake Geneva WI 53147 US 68-02-B8 (hex) Compal Broadband Networks, Inc. 6802B8 (base 16) Compal Broadband Networks, Inc. 13F., No.1, Taiyuan 1st St. Zhubei City Hsinchu County 30265 TW 34-63-D4 (hex) BIONIX SUPPLYCHAIN TECHNOLOGIES SLU 3463D4 (base 16) BIONIX SUPPLYCHAIN TECHNOLOGIES SLU Poligono Pocomaco Avenida Primera Parcela B3 Nave F La Coruña La Coruña 15190 ES 08-F7-E9 (hex) HRCP Research and Development Partnership 08F7E9 (base 16) HRCP Research and Development Partnership 1-24-2 Taito, Taito-ku Tokyo 1100016 JP 8C-BA-25 (hex) UNIONMAN TECHNOLOGY CO.,LTD 8CBA25 (base 16) UNIONMAN TECHNOLOGY CO.,LTD No.5,Huitai Road,Huinan High-Tech Park,Huiao Highway Huizhou Guangdong 516025 CN D4-9E-3B (hex) Guangzhou Shiyuan Electronic Technology Company Limited D49E3B (base 16) Guangzhou Shiyuan Electronic Technology Company Limited No.6, 4th Yunpu Road, Yunpu industry District Guangzhou Guangdong 510530 CN DC-DC-E2 (hex) Samsung Electronics Co.,Ltd DCDCE2 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR A0-AC-69 (hex) Samsung Electronics Co.,Ltd A0AC69 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 10-89-FB (hex) Samsung Electronics Co.,Ltd 1089FB (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR DC-4B-DD (hex) Shenzhen SuperElectron Technology Co.,Ltd. DC4BDD (base 16) Shenzhen SuperElectron Technology Co.,Ltd. 1213-1214, haosheng business center, dongbin road, nanshan street, nanshan district, shenzhen city Shenzhen Guangdong 518000 CN C0-B5-CD (hex) Huawei Device Co., Ltd. C0B5CD (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 4C-50-77 (hex) Huawei Device Co., Ltd. 4C5077 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 50-2D-BB (hex) GD Midea Air-Conditioning Equipment Co.,Ltd. 502DBB (base 16) GD Midea Air-Conditioning Equipment Co.,Ltd. Midea Global Innovation Center,Beijiao Town,Shunde Foshan Guangdong 528311 CN 84-EA-97 (hex) Shenzhen iComm Semiconductor Co., Ltd. 84EA97 (base 16) Shenzhen iComm Semiconductor Co., Ltd. Room 501A,Block B,Digital Building,Garden City,No.1079 Nanhai Road,Nanshan District Shenzhen 518067 CN 5C-3A-3D (hex) zte corporation 5C3A3D (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 30-FD-65 (hex) HUAWEI TECHNOLOGIES CO.,LTD 30FD65 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 7C-A1-AE (hex) Apple, Inc. 7CA1AE (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 3C-22-FB (hex) Apple, Inc. 3C22FB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 58-EA-FC (hex) ELL-IoT Inc 58EAFC (base 16) ELL-IoT Inc 32 Journey Aliso Viejo CA 92656 US 90-13-DA (hex) Athom B.V. 9013DA (base 16) Athom B.V. Rigtersbleek-Zandvoort 10 Enschede 7521BE NL 14-11-5D (hex) Skyworth Digital Technology(Shenzhen) Co.,Ltd 14115D (base 16) Skyworth Digital Technology(Shenzhen) Co.,Ltd 7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN E4-F3-27 (hex) ATOL LLC E4F327 (base 16) ATOL LLC Bolshaya Novodmitrovskaya str., 14, build 4 Moscow 127015 RU 68-19-AC (hex) Guangzhou Xianyou Intelligent Technogoly CO., LTD 6819AC (base 16) Guangzhou Xianyou Intelligent Technogoly CO., LTD No.32 Xixiu Road, Xiuquan Street,Huadu District Guangzhou Guangdong 510800 CN E8-2E-0C (hex) NETINT Technologies Inc. E82E0C (base 16) NETINT Technologies Inc. #306, 3500 Gilmore Way Burnaby BC V5G0B8 CA 18-92-A4 (hex) Ciena Corporation 1892A4 (base 16) Ciena Corporation 7035 Ridge Road Hanover MD 21076 US 10-08-2C (hex) Texas Instruments 10082C (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US B0-73-5D (hex) Huawei Device Co., Ltd. B0735D (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN F0-B4-D2 (hex) D-Link International F0B4D2 (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG 5C-3A-45 (hex) CHONGQING FUGUI ELECTRONICS CO.,LTD. 5C3A45 (base 16) CHONGQING FUGUI ELECTRONICS CO.,LTD. Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN A0-3C-31 (hex) Shenzhen Belon Technology CO.,LTD A03C31 (base 16) Shenzhen Belon Technology CO.,LTD Tsinghua Information Shenzhen Guangdong 518052 CN A8-97-CD (hex) ARRIS Group, Inc. A897CD (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 40-4C-77 (hex) ARRIS Group, Inc. 404C77 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 2C-E3-10 (hex) Stratacache 2CE310 (base 16) Stratacache 40 N Main St, Suite 2600 Dayton OH 45423 US 00-22-A0 (hex) APTIV SERVICES US, LLC 0022A0 (base 16) APTIV SERVICES US, LLC 5725 Innovation Drive Troy MI 48098 US A4-30-7A (hex) Samsung Electronics Co.,Ltd A4307A (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR FC-8E-5B (hex) China Mobile Iot Limited company FC8E5B (base 16) China Mobile Iot Limited company No. 8 Yangliu North Road, Yubei District, Chongqing, China Chong Qing Chong Qing 401120 CN 14-2A-14 (hex) ShenZhen Selenview Digital Technology Co.,Ltd 142A14 (base 16) ShenZhen Selenview Digital Technology Co.,Ltd 615,Block A,Huafeng internet Creative Park,107 Gonghe Industrial Road,Baoan District,Shenzhen,China Shenzhen Guangdong 518102 CN D8-7E-76 (hex) ITEL MOBILE LIMITED D87E76 (base 16) ITEL MOBILE LIMITED RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK 38-4B-5B (hex) ZTRON TECHNOLOGY LIMITED 384B5B (base 16) ZTRON TECHNOLOGY LIMITED 12/F,JunZi Plaza, Qiaoxiang Road, Futian District Shenzhen Guangdong 518000 CN B8-61-42 (hex) Beijing Tricolor Technology Co., Ltd B86142 (base 16) Beijing Tricolor Technology Co., Ltd Room 808, Building 1, Yard 39, Linfeng 2nd Road, Haidian Beijing 102206 CN 20-0A-0D (hex) IEEE Registration Authority 200A0D (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US E4-7C-65 (hex) Sunstar Communication Technology Co., Ltd E47C65 (base 16) Sunstar Communication Technology Co., Ltd 4F,Building D1, Mould Industrial Park, No.199 of Xiqu Ave,West High-tech Zone Chengdu Sichuan 611731 CN 9C-54-DA (hex) SkyBell Technologies Inc. 9C54DA (base 16) SkyBell Technologies Inc. 1 Jenner Irvine CA 92618 US 4C-49-4F (hex) zte corporation 4C494F (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN C4-74-1E (hex) zte corporation C4741E (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 00-D0-78 (hex) Eltex of Sweden AB 00D078 (base 16) Eltex of Sweden AB Södra Portgatan 19 OSBY Skåne 283 50 SE 5C-78-F8 (hex) Huawei Device Co., Ltd. 5C78F8 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN B8-27-C5 (hex) Huawei Device Co., Ltd. B827C5 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN DC-89-83 (hex) Samsung Electronics Co.,Ltd DC8983 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 5C-CB-99 (hex) Samsung Electronics Co.,Ltd 5CCB99 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR D4-60-75 (hex) Baidu Online Network Technology (Beijing) Co., Ltd D46075 (base 16) Baidu Online Network Technology (Beijing) Co., Ltd Baidu Campus, No.10 Shangdi 10th Street, Haidian District Beijing 100085 CN 78-C5-F8 (hex) Huawei Device Co., Ltd. 78C5F8 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN D4-5D-64 (hex) ASUSTek COMPUTER INC. D45D64 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 90-B1-44 (hex) Samsung Electronics Co.,Ltd 90B144 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 48-DD-0C (hex) eero inc. 48DD0C (base 16) eero inc. 660 3rd Street San Francisco CA 94107 US 94-0C-98 (hex) Apple, Inc. 940C98 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E8-FB-E9 (hex) Apple, Inc. E8FBE9 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 38-EC-0D (hex) Apple, Inc. 38EC0D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 58-27-8C (hex) BUFFALO.INC 58278C (base 16) BUFFALO.INC AKAMONDORI Bld.,30-20,Ohsu 3-chome,Naka-ku Nagoya Aichi Pref. 460-8315 JP 14-0A-C5 (hex) Amazon Technologies Inc. 140AC5 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 20-83-F8 (hex) Advanced Digital Broadcast SA 2083F8 (base 16) Advanced Digital Broadcast SA Route de Lausanne 319 Bellevue CH-1293 SZ C8-C7-50 (hex) Motorola Mobility LLC, a Lenovo Company C8C750 (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US 2C-DC-D7 (hex) AzureWave Technology Inc. 2CDCD7 (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW 34-E3-DA (hex) Hoval Aktiengesellschaft 34E3DA (base 16) Hoval Aktiengesellschaft Austrasse 70 Vaduz 9490 LI E0-BB-9E (hex) Seiko Epson Corporation E0BB9E (base 16) Seiko Epson Corporation 2070 Kotobuki Koaka Matsumoto-shi Nagano-ken 399-8702 JP 48-D2-4F (hex) Sagemcom Broadband SAS 48D24F (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR E4-AA-EC (hex) Tianjin Hualai Technology Co., Ltd E4AAEC (base 16) Tianjin Hualai Technology Co., Ltd Overseas Chinese business building No. 10, Jinping Road, Nankai District, Tianjin TIANJIN 300190 CN 94-BE-46 (hex) Motorola (Wuhan) Mobility Technologies Communication Co., Ltd. 94BE46 (base 16) Motorola (Wuhan) Mobility Technologies Communication Co., Ltd. No.19, Gaoxin 4th Road, Wuhan East Lake High-tech Zone, Wuhan Wuhan Hubei 430000 CN AC-F8-CC (hex) ARRIS Group, Inc. ACF8CC (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 8C-5A-25 (hex) ARRIS Group, Inc. 8C5A25 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 48-3F-DA (hex) Espressif Inc. 483FDA (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 6C-5D-3A (hex) Microsoft Corporation 6C5D3A (base 16) Microsoft Corporation One Microsoft Way REDMOND 98052 US CC-D4-2E (hex) Arcadyan Corporation CCD42E (base 16) Arcadyan Corporation No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW C8-53-E1 (hex) Beijing Bytedance Network Technology Co., Ltd C853E1 (base 16) Beijing Bytedance Network Technology Co., Ltd No.1 Building, Zhonghang Square, West Road of the Northern 3rd Circuit, Haidian Distrct Beijing Beijing 100098 CN 14-16-9D (hex) Cisco Systems, Inc 14169D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 48-A2-E6 (hex) Resideo 48A2E6 (base 16) Resideo 2 Corporate Center Dr. Melville NY 11747 US 90-E2-FC (hex) IEEE Registration Authority 90E2FC (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US F0-08-D1 (hex) Espressif Inc. F008D1 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 58-94-B2 (hex) BrainCo 5894B2 (base 16) BrainCo ????????????????1107? ??? ??? 518000 CN B0-95-75 (hex) TP-LINK TECHNOLOGIES CO.,LTD. B09575 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN B4-B0-55 (hex) HUAWEI TECHNOLOGIES CO.,LTD B4B055 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 04-8C-16 (hex) HUAWEI TECHNOLOGIES CO.,LTD 048C16 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 98-DD-5B (hex) TAKUMI JAPAN LTD 98DD5B (base 16) TAKUMI JAPAN LTD 3-9-3 Uchiyama building 7F Nishishinbashi Minato-ku Tokyo Tokyo 1050003 JP 3C-5C-F1 (hex) eero inc. 3C5CF1 (base 16) eero inc. 660 3rd Street San Francisco CA 94107 US 14-AE-85 (hex) IEEE Registration Authority 14AE85 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 90-74-9D (hex) IRay Technology Co., Ltd. 90749D (base 16) IRay Technology Co., Ltd. 11th Guiyang St., Yantai Shandong 264000 CN 8C-3B-32 (hex) Microfan B.V. 8C3B32 (base 16) Microfan B.V. Industriestraat 23 Horst Limburg 5961 PH NL D0-D3-E0 (hex) Aruba, a Hewlett Packard Enterprise Company D0D3E0 (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US 64-5C-F3 (hex) ParanTek Inc. 645CF3 (base 16) ParanTek Inc. 3F, 40-15 Gilju-Ro, 411 Beon-Gil Wonmi-Gu, Bucheon City Gyeonggi-Do 14488 KR B0-CC-FE (hex) Huawei Device Co., Ltd. B0CCFE (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 54-0D-F9 (hex) Huawei Device Co., Ltd. 540DF9 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 00-66-19 (hex) Huawei Device Co., Ltd. 006619 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN FC-39-64 (hex) ITEL MOBILE LIMITED FC3964 (base 16) ITEL MOBILE LIMITED RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK 14-47-2D (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 14472D (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN E4-90-FD (hex) Apple, Inc. E490FD (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 84-AB-1A (hex) Apple, Inc. 84AB1A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 20-6D-31 (hex) FIREWALLA INC 206D31 (base 16) FIREWALLA INC 75 E. Santa Clara St. STE 600 San Jose CA 95113 US D0-65-44 (hex) Apple, Inc. D06544 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 18-6F-2D (hex) Shenzhen Sundray Technologies Company Limited 186F2D (base 16) Shenzhen Sundray Technologies Company Limited 5th Floor, Block A4, Nanshan ipark,NO.1001 Xue Yuan Road, Nanshan District, Shenzhen 518055, P.R. China Shenzhen Guangdong 518057 CN F8-4F-AD (hex) Hui Zhou Gaoshengda Technology Co.,LTD F84FAD (base 16) Hui Zhou Gaoshengda Technology Co.,LTD No.75,Zhongkai High-Tech Development District,Huizhou Hui Zhou Guangdong 516006 CN 4C-0A-3D (hex) ADNACOM INC. 4C0A3D (base 16) ADNACOM INC. 200-5050 Kingsway Burnaby BC V5H 4H2 CA 3C-80-6B (hex) Hunan Voc Acoustics Technology Co., Ltd. 3C806B (base 16) Hunan Voc Acoustics Technology Co., Ltd. State Industrialpark, Jiulong Development Zone, Yanling County Zhuzhou Hunan 412500 CN 60-DE-35 (hex) GITSN, Inc. 60DE35 (base 16) GITSN, Inc. #601~602, Daerung Post Tower 1, 288, Digital-ro Guro-gu Seoul 08390 KR 28-31-7E (hex) Hongkong Nano IC Technologies Co., Ltd 28317E (base 16) Hongkong Nano IC Technologies Co., Ltd Rm. 19C, Lockhart Ctr., 301-307 Lockhart Rd., Wan Chai, Hong Kong. Hongkong 999077 CN A8-41-22 (hex) China Mobile (Hangzhou) Information Technology Co.,Ltd. A84122 (base 16) China Mobile (Hangzhou) Information Technology Co.,Ltd. No. 1600 Yuhangtang Road, Wuchang Street, Yuhang District Hangzhou Zhejiang 310000 CN 6C-DD-BC (hex) Samsung Electronics Co.,Ltd 6CDDBC (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR CC-7F-76 (hex) Cisco Systems, Inc CC7F76 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 40-BC-68 (hex) Wuhan Funshion Online Technologies Co.,Ltd 40BC68 (base 16) Wuhan Funshion Online Technologies Co.,Ltd 5th Floor,Financial Port Building A9,No.77 Optical Valley Avenue, East Lake High-Tech Development Zone, Wuhan Wuhan CN/Hubei 430000 CN DC-98-40 (hex) Microsoft Corporation DC9840 (base 16) Microsoft Corporation One Microsoft Way REDMOND 98052 US 44-76-54 (hex) HUAWEI TECHNOLOGIES CO.,LTD 447654 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 7C-D9-A0 (hex) HUAWEI TECHNOLOGIES CO.,LTD 7CD9A0 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN F0-33-E5 (hex) HUAWEI TECHNOLOGIES CO.,LTD F033E5 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN B4-F1-8C (hex) Huawei Device Co., Ltd. B4F18C (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN B8-CE-F6 (hex) Mellanox Technologies, Inc. B8CEF6 (base 16) Mellanox Technologies, Inc. 350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US B8-02-A4 (hex) Aeonsemi, Inc. B802A4 (base 16) Aeonsemi, Inc. Cassia Court, Suite 716, 10 Market Street Camana Bay Grand Cayman KY1-9006 KY E4-83-26 (hex) HUAWEI TECHNOLOGIES CO.,LTD E48326 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 94-05-BB (hex) IEEE Registration Authority 9405BB (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 8C-5F-AD (hex) Fiberhome Telecommunication Technologies Co.,LTD 8C5FAD (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN AC-C2-5D (hex) Fiberhome Telecommunication Technologies Co.,LTD ACC25D (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 8C-0C-87 (hex) Nokia 8C0C87 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 18-69-D8 (hex) HANGZHOU AIXIANGJI TECHNOLOGY CO., LTD 1869D8 (base 16) HANGZHOU AIXIANGJI TECHNOLOGY CO., LTD 7 Floor, 3 Blvd., More Centre, 87 Gudun Rd., Xihu District Hangzhou Zhejiang 310012 CN C4-32-D1 (hex) Farlink Technology Limited C432D1 (base 16) Farlink Technology Limited Flat A&B,9/F,Wing Cheong Factory Building,121 King Lam Street,Cheung Sha Wan,Hong Kong. Hongkong 0000 HK CC-41-8E (hex) MSA Innovation CC418E (base 16) MSA Innovation 1100 Cranberry Woods Road Cranberry Township PA 16066 US CC-A7-C1 (hex) Google, Inc. CCA7C1 (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US 38-84-79 (hex) Cisco Meraki 388479 (base 16) Cisco Meraki 500 Terry A. Francois Blvd San Francisco 94158 US 7C-9E-BD (hex) Espressif Inc. 7C9EBD (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 1C-02-19 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 1C0219 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN C8-D7-78 (hex) BSH Hausgeraete GmbH C8D778 (base 16) BSH Hausgeraete GmbH Im Gewerbepark B10 Regensburg 93059 DE 9C-61-1D (hex) Panasonic Corporation of North America 9C611D (base 16) Panasonic Corporation of North America 1200 Ridgeway Ave Rochester NY 14615 US C0-95-DA (hex) NXP India Private Limited C095DA (base 16) NXP India Private Limited 1st Floor, Muttha Towers, Don Bosco Marg, Off Airport Road, Yerwada Pune Maharashtra 411006 IN B4-22-00 (hex) Brother Industries, LTD. B42200 (base 16) Brother Industries, LTD. 15-1, Naeshirocho, Mizuho-ku NAGOYA 4678561 JP 68-49-B2 (hex) CARLO GAVAZZI LTD 6849B2 (base 16) CARLO GAVAZZI LTD BLB042, Bulebel Industrial Estate Zejtun ZTN 3000 MT 48-7A-FF (hex) ESSYS 487AFF (base 16) ESSYS gaetbeol-ro Incheon 21999 KR 40-B6-E7 (hex) Huawei Device Co., Ltd. 40B6E7 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN D0-B4-5D (hex) Huawei Device Co., Ltd. D0B45D (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 88-36-CF (hex) Huawei Device Co., Ltd. 8836CF (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN A4-C5-4E (hex) Huawei Device Co., Ltd. A4C54E (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN D4-BB-E6 (hex) Huawei Device Co., Ltd. D4BBE6 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 00-9E-EE (hex) Positivo Tecnologia S.A. 009EEE (base 16) Positivo Tecnologia S.A. João Bettega, 5200 Curitiba Paraná 81350-000 BR 90-B8-32 (hex) Extreme Networks, Inc. 90B832 (base 16) Extreme Networks, Inc. 1011 McCarthy Blvd Milpitas CA 95035 US 40-2F-86 (hex) LG Innotek 402F86 (base 16) LG Innotek 26, Hanamsandan 5beon-ro Gwangju Gwangsan-gu 506-731 KR D4-22-CD (hex) Xsens Technologies B.V. D422CD (base 16) Xsens Technologies B.V. Pantheon 6-a Enschede 7521 PR NL C8-67-5E (hex) Extreme Networks, Inc. C8675E (base 16) Extreme Networks, Inc. 1011 McCarthy Blvd Milpitas CA 95035 US 9C-5D-12 (hex) Extreme Networks, Inc. 9C5D12 (base 16) Extreme Networks, Inc. 1011 McCarthy Blvd Milpitas CA 95035 US F0-9C-E9 (hex) Extreme Networks, Inc. F09CE9 (base 16) Extreme Networks, Inc. 1011 McCarthy Blvd Milpitas CA 95035 US C4-13-E2 (hex) Extreme Networks, Inc. C413E2 (base 16) Extreme Networks, Inc. 1011 McCarthy Blvd Milpitas CA 95035 US F4-EB-9F (hex) Ellu Company 2019 SL F4EB9F (base 16) Ellu Company 2019 SL Paseo de la Castellana 144 14B Madrid Madrid 28046 ES E8-98-C2 (hex) ZETLAB Company E898C2 (base 16) ZETLAB Company Savelkinsky passage, 4 Zelenograd Moscow 124482 RU D4-1A-C8 (hex) Nippon Printer Engineering D41AC8 (base 16) Nippon Printer Engineering 2660 Katsuyama Fujikawaguchiko-town Yamanashi-Pref. 401-0310 JP 50-61-F6 (hex) Universal Electronics, Inc. 5061F6 (base 16) Universal Electronics, Inc. 201 E. Sandpointe Ave Santa Ana CA 92707 US 00-0C-32 (hex) Avionic Design GmbH 000C32 (base 16) Avionic Design GmbH Wragekamp 10 Hamburg 22397 DE 00-0A-0D (hex) Amphenol 000A0D (base 16) Amphenol Holzhauser Strasse 175 Berlin 13509 DE F4-54-20 (hex) TELLESCOM INDUSTRIA E COMERCIO EM TELECOMUNICACAO F45420 (base 16) TELLESCOM INDUSTRIA E COMERCIO EM TELECOMUNICACAO Av. Buriti, 1900 – Setor B – Distrito Industrial Manaus Amazonas 69075-000 BR 4C-40-88 (hex) SANSHIN ELECTRONICS CO.,LTD. 4C4088 (base 16) SANSHIN ELECTRONICS CO.,LTD. 4-4-12, Shiba, Minato-ku, Tokyo 108-8404 JP 64-DD-E9 (hex) Xiaomi Communications Co Ltd 64DDE9 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 0C-81-7D (hex) EEP Elektro-Elektronik Pranjic GmbH 0C817D (base 16) EEP Elektro-Elektronik Pranjic GmbH Am Luftschacht 21 Gelsenkirchen 45886 DE 04-F5-F4 (hex) Proxim Wireless 04F5F4 (base 16) Proxim Wireless 2114 Ringwood Ave San Jose CA 95131 US C8-BC-E5 (hex) Sense Things Japan INC. C8BCE5 (base 16) Sense Things Japan INC. 3-5-7 Kawaramachi,Chuo-ku Osaka 541-0048 JP E8-B4-70 (hex) IEEE Registration Authority E8B470 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 00-1B-ED (hex) Brocade Communications Systems LLC 001BED (base 16) Brocade Communications Systems LLC 1320 Ridder Park Dr San Jose CA 95131 US 00-0C-DB (hex) Brocade Communications Systems LLC 000CDB (base 16) Brocade Communications Systems LLC 1320 Ridder Park Dr San Jose CA 95131 US 00-04-80 (hex) Brocade Communications Systems LLC 000480 (base 16) Brocade Communications Systems LLC 1320 Ridder Park Dr San Jose CA 95131 US 60-9C-9F (hex) Brocade Communications Systems LLC 609C9F (base 16) Brocade Communications Systems LLC 1320 Ridder Park Dr San Jose CA 95131 US 00-00-88 (hex) Brocade Communications Systems LLC 000088 (base 16) Brocade Communications Systems LLC 1320 Ridder Park Dr San Jose CA 95131 US 00-60-DF (hex) Brocade Communications Systems LLC 0060DF (base 16) Brocade Communications Systems LLC 1320 Ridder Park Dr San Jose CA 95131 US 00-60-69 (hex) Brocade Communications Systems LLC 006069 (base 16) Brocade Communications Systems LLC 1320 Ridder Park Dr San Jose CA 95131 US 00-05-33 (hex) Brocade Communications Systems LLC 000533 (base 16) Brocade Communications Systems LLC 1320 Ridder Park Dr San Jose CA 95131 US B0-45-02 (hex) Huawei Device Co., Ltd. B04502 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 1C-1F-F1 (hex) Huawei Device Co., Ltd. 1C1FF1 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN B4-EF-1C (hex) 360 AI Technology Co.Ltd B4EF1C (base 16) 360 AI Technology Co.Ltd MTK Building B?No.6 Jiuxianqiao Road, Chaoyang District, Beijing, P.R.C. Beijing Beijing 100015 CN 14-DE-39 (hex) Huawei Device Co., Ltd. 14DE39 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN B8-F0-09 (hex) Espressif Inc. B8F009 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN FC-71-FA (hex) Trane Technologies FC71FA (base 16) Trane Technologies 6200 Troup Hwy. Tyler TX 75707 US CC-BE-59 (hex) Calix Inc. CCBE59 (base 16) Calix Inc. 2777 Orchard Pkwy San Jose CA 95131 US 84-A3-B5 (hex) Propulsion systems 84A3B5 (base 16) Propulsion systems Dooren 72 Merchtem Vlaams brabant 1785 BE 30-FC-EB (hex) LG Electronics (Mobile Communications) 30FCEB (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 24-68-B0 (hex) Samsung Electronics Co.,Ltd 2468B0 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 1C-13-38 (hex) Kimball Electronics Group, LLC 1C1338 (base 16) Kimball Electronics Group, LLC 1205 Kimball Blvd Jasper IN 47546 US 9C-ED-FA (hex) EVUlution AG 9CEDFA (base 16) EVUlution AG Via da Clalt 12 Poschiavo GR 7742 CH EC-63-ED (hex) Hyundai Autoever Corp. EC63ED (base 16) Hyundai Autoever Corp. 38, Teheran-ro 114-gil Gangnam-gu, Seoul 06176 KR D4-67-61 (hex) XonTel Technology Co. D46761 (base 16) XonTel Technology Co. XonTel, Borj ALadel Tower, Fahad Al-Salem St Fl 21 Kuwait 0000 KW E4-41-22 (hex) OnePlus Technology (Shenzhen) Co., Ltd E44122 (base 16) OnePlus Technology (Shenzhen) Co., Ltd 18C02, 18C03, 18C04 ,18C05,TAIRAN BUILDING, Shenzhen Guangdong 518000 CN 9C-19-C2 (hex) Dongguan Liesheng Electronic Co., Ltd. 9C19C2 (base 16) Dongguan Liesheng Electronic Co., Ltd. F5, Building B, North Block, Gaosheng Tech Park, No. 84 Zhongli Road, Nancheng District, Dongguan Ci dongguan guangdong 523000 CN BC-26-A1 (hex) FACTORY FIVE Corporation BC26A1 (base 16) FACTORY FIVE Corporation 3-391-1, Kamikitadai, Higashiyamato Tokyo 207-0023 JP 74-CB-F3 (hex) Lava international limited 74CBF3 (base 16) Lava international limited A-154D, Sector-63 Noida Uttar Pradesh 201301 IN F0-D1-4F (hex) LINEAR LLC F0D14F (base 16) LINEAR LLC 5919 Sea Otter Place Carlsbad CA 92010 US 00-11-68 (hex) HomeLogic LLC 001168 (base 16) HomeLogic LLC 5919 Sea Otter Place Carlsbad CA 92010 US 18-DF-C1 (hex) Aetheros 18DFC1 (base 16) Aetheros 909 Montgomery Street, Suite 104 San Francisco 94133 US FC-BC-0E (hex) Zhejiang Cainiao Supply Chain Management Co., Ltd FCBC0E (base 16) Zhejiang Cainiao Supply Chain Management Co., Ltd Block B1, XIXI center, No.588 West Wenyi Road, Xihu District Hangzhou Zhejiang 310000 CN 2C-D0-66 (hex) Xiaomi Communications Co Ltd 2CD066 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN B0-5C-DA (hex) HP Inc. B05CDA (base 16) HP Inc. 10300 Energy Dr Spring TX 77389 US DC-BD-7A (hex) Guangzhou Shiyuan Electronic Technology Company Limited DCBD7A (base 16) Guangzhou Shiyuan Electronic Technology Company Limited No.6, 4th Yunpu Road, Yunpu industry District Guangzhou Guangdong 510530 CN 90-16-BA (hex) HUAWEI TECHNOLOGIES CO.,LTD 9016BA (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 60-AA-EF (hex) Huawei Device Co., Ltd. 60AAEF (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN D0-F3-F5 (hex) Huawei Device Co., Ltd. D0F3F5 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN D4-46-49 (hex) HUAWEI TECHNOLOGIES CO.,LTD D44649 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 94-00-B0 (hex) HUAWEI TECHNOLOGIES CO.,LTD 9400B0 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 24-79-EF (hex) Greenpacket Berhad, Taiwan 2479EF (base 16) Greenpacket Berhad, Taiwan B-23A-3, The Ascent Paradigm, No. 1, Jalan SS7/26A, Kelana Jaya, 47301 Petaling Jaya Petaling Jaya Selangor 47301 MY AC-23-34 (hex) Infinix mobility limited AC2334 (base 16) Infinix mobility limited RMS 05-15, 13A/F SOUTH TOWER WORLD FINANCE CTR HARBOUR CITY 17 CANTON RD TST KLN HONG KONG HongKong HongKong 999077 HK 00-2B-67 (hex) LCFC(HeFei) Electronics Technology co., ltd 002B67 (base 16) LCFC(HeFei) Electronics Technology co., ltd YunGu Road 3188-1 Hefei Anhui 230000 CN F8-BC-0E (hex) eero inc. F8BC0E (base 16) eero inc. 660 3rd Street San Francisco CA 94107 US 50-E0-39 (hex) Zyxel Communications Corporation 50E039 (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW B8-57-76 (hex) lignex1 B85776 (base 16) lignex1 354-25, Sanhodae-ro Gumi-si Gyeongsangbuk-do, Korea 39262 KR 24-00-FA (hex) China Mobile (Hangzhou) Information Technology Co., Ltd 2400FA (base 16) China Mobile (Hangzhou) Information Technology Co., Ltd No. 1600 Yuhangtang Road, Wuchang Street, Yuhang District Hangzhou Zhejiang 311100 CN C8-3D-FC (hex) AlphaTheta Corporation C83DFC (base 16) AlphaTheta Corporation 6F,Yokohama i-Mark Place, 4-4-5 Minatomirai, Nishi-ku Yokohama Kanagawa 220-0012 JP E0-19-95 (hex) Nutanix E01995 (base 16) Nutanix 1740 Technology Drive Ste #150 San Jose CA 95110 US F8-51-28 (hex) SimpliSafe F85128 (base 16) SimpliSafe 294 Washington St Boston MA 02108 US AC-1F-09 (hex) shenzhen RAKwireless technology Co.,Ltd AC1F09 (base 16) shenzhen RAKwireless technology Co.,Ltd Room 506, Bldg B, New Compark, Pingshan First Road, Taoyuan Street,Nanshan District shenzhen guangdong 518057 CN BC-13-A8 (hex) Shenzhen YOUHUA Technology Co., Ltd BC13A8 (base 16) Shenzhen YOUHUA Technology Co., Ltd Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN 90-77-EE (hex) Cisco Systems, Inc 9077EE (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 3C-13-CC (hex) Cisco Systems, Inc 3C13CC (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 94-E3-EE (hex) zte corporation 94E3EE (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN D8-DC-40 (hex) Apple, Inc. D8DC40 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 80-5F-C5 (hex) Apple, Inc. 805FC5 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 10-F9-20 (hex) Cisco Systems, Inc 10F920 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 20-69-80 (hex) Apple, Inc. 206980 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 64-32-A8 (hex) Intel Corporate 6432A8 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 80-19-34 (hex) Intel Corporate 801934 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 40-A3-CC (hex) Intel Corporate 40A3CC (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY E4-A7-A0 (hex) Intel Corporate E4A7A0 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 3C-4D-BE (hex) Apple, Inc. 3C4DBE (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 48-26-2C (hex) Apple, Inc. 48262C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 14-7D-DA (hex) Apple, Inc. 147DDA (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C4-91-0C (hex) Apple, Inc. C4910C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 6C-99-61 (hex) Sagemcom Broadband SAS 6C9961 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 50-C7-09 (hex) Juniper Networks 50C709 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 80-6D-97 (hex) Private 806D97 (base 16) Private 64-5D-86 (hex) Intel Corporate 645D86 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 18-1D-EA (hex) Intel Corporate 181DEA (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 18-56-80 (hex) Intel Corporate 185680 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY A0-A4-C5 (hex) Intel Corporate A0A4C5 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY F4-D1-08 (hex) Intel Corporate F4D108 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 20-79-18 (hex) Intel Corporate 207918 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY A8-6D-AA (hex) Intel Corporate A86DAA (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 38-00-25 (hex) Intel Corporate 380025 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY C0-E3-A0 (hex) Renesas Electronics (Penang) Sdn. Bhd. C0E3A0 (base 16) Renesas Electronics (Penang) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY F4-C1-14 (hex) Technicolor CH USA Inc. F4C114 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 8C-E4-68 (hex) Guangzhou Sageran Technology Co., Ltd. 8CE468 (base 16) Guangzhou Sageran Technology Co., Ltd. Room 1902, Ruian Guangzhou Center, 374 Beijing Road, Yuexiu District Guangzhou Guangdong 510030 CN C8-B2-9B (hex) Intel Corporate C8B29B (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 6C-6A-77 (hex) Intel Corporate 6C6A77 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY A4-B1-C1 (hex) Intel Corporate A4B1C1 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 34-2E-B7 (hex) Intel Corporate 342EB7 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 8C-C6-81 (hex) Intel Corporate 8CC681 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY CC-F9-E4 (hex) Intel Corporate CCF9E4 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 3C-58-C2 (hex) Intel Corporate 3C58C2 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY E4-5E-37 (hex) Intel Corporate E45E37 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 24-41-8C (hex) Intel Corporate 24418C (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 60-F2-62 (hex) Intel Corporate 60F262 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY C0-B8-83 (hex) Intel Corporate C0B883 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY C8-09-A8 (hex) Intel Corporate C809A8 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 90-78-41 (hex) Intel Corporate 907841 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 58-A0-23 (hex) Intel Corporate 58A023 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY D4-D2-52 (hex) Intel Corporate D4D252 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 28-48-E7 (hex) Huawei Device Co., Ltd. 2848E7 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 04-D3-B0 (hex) Intel Corporate 04D3B0 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY E0-6C-A6 (hex) Creotech Instruments S.A. E06CA6 (base 16) Creotech Instruments S.A. ul. Gen. L. Okulickiego 7/9 Piaseczno Mazovia 05-500 PL 44-68-0C (hex) Wacom Co.,Ltd. 44680C (base 16) Wacom Co.,Ltd. Sumitomo Fudosan Shinjuku Grand Tower 31F,8-17-1 Nishi-shinjuku,Shinjuku-ku Tokyo 160-6131 JP 98-0E-24 (hex) Phytium Technology Co.,Ltd. 980E24 (base 16) Phytium Technology Co.,Ltd. Building5,XinAn Business Square,Haiyuan Middle Road Binhai New District, Tianjin 300450 CN A8-30-BC (hex) Samsung Electronics Co.,Ltd A830BC (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-63-DE (hex) CLOUDWALK TECHNOLOGY CO.,LTD 0063DE (base 16) CLOUDWALK TECHNOLOGY CO.,LTD Five Floors of Block 106, West Jinkai Avenue, Yubei District Chongqing Chongqing 401120 CN 60-A4-23 (hex) Silicon Laboratories 60A423 (base 16) Silicon Laboratories 7000 W. William Cannon Dr. Austin TX 78735 US 78-46-D4 (hex) Samsung Electronics Co.,Ltd 7846D4 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR E4-3E-C6 (hex) HUAWEI TECHNOLOGIES CO.,LTD E43EC6 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 38-88-1E (hex) HUAWEI TECHNOLOGIES CO.,LTD 38881E (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 2C-DB-07 (hex) Intel Corporate 2CDB07 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 98-8D-46 (hex) Intel Corporate 988D46 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY E4-26-8B (hex) Huawei Device Co., Ltd. E4268B (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 68-88-A1 (hex) Universal Electronics, Inc. 6888A1 (base 16) Universal Electronics, Inc. 201 E. Sandpointe Ave Santa Ana CA 92707 US 00-1E-B2 (hex) LG Innotek 001EB2 (base 16) LG Innotek Hanyang Univ. 1271, Sa-dong, Sangrok-gu Ansan-si Gyeonggi-do 426-791 KR C0-86-B3 (hex) Shenzhen Voxtech Co., Ltd. C086B3 (base 16) Shenzhen Voxtech Co., Ltd. Floors 1-4,Factory Building 26,Shancheng Industrial Park,Shiyan Street,Bao'an District,Shenzhen, Guangdong,China Shenzhen 518000 CN 44-AD-B1 (hex) Sagemcom Broadband SAS 44ADB1 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 1C-98-C1 (hex) CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD. 1C98C1 (base 16) CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD. B22 Building,NO.51 Tongle Road, Shajing Town, Jiangnan District, Nanning, Guangxi Province, China Nanning Guangxi 530007 CN A0-9B-17 (hex) Taicang T&W Electronics A09B17 (base 16) Taicang T&W Electronics 89# Jiang Nan RD Suzhou Jiangsu 215412 CN 44-01-BB (hex) SHENZHEN BILIAN ELECTRONIC CO.,LTD 4401BB (base 16) SHENZHEN BILIAN ELECTRONIC CO.,LTD NO.268? Fuqian Rd, Jutang community, Guanlan Town, Longhua New district shenzhen guangdong 518000 CN A0-D8-3D (hex) Fiberhome Telecommunication Technologies Co.,LTD A0D83D (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 58-F2-FC (hex) Huawei Device Co., Ltd. 58F2FC (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 64-3A-EA (hex) Cisco Systems, Inc 643AEA (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 50-70-43 (hex) BSkyB Ltd 507043 (base 16) BSkyB Ltd 130 Kings Road Brentwood Essex 08854 GB D0-14-11 (hex) IEEE Registration Authority D01411 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 3C-53-D7 (hex) CEDES AG 3C53D7 (base 16) CEDES AG Kantonsstrasse 14 Landquart 7302 CH 00-E5-E4 (hex) Sichuan Tianyi Comheart Telecom Co., Ltd. 00E5E4 (base 16) Sichuan Tianyi Comheart Telecom Co., Ltd. No.198,First Section,Snow Mountain Avenue, Jinyuan Town, Dayi County Chengdu Sichuan 611330 CN E8-13-6E (hex) HUAWEI TECHNOLOGIES CO.,LTD E8136E (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 4C-AE-13 (hex) HUAWEI TECHNOLOGIES CO.,LTD 4CAE13 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 4C-2E-FE (hex) Shenzhen Comnect Technology Co.,LTD 4C2EFE (base 16) Shenzhen Comnect Technology Co.,LTD G Zone, 3/F, Building 1, Baisha High-Tech Park, No. 3011, Shahe Road West, XiLi Street, Nanshan District Shenzhen 518055 CN 10-BC-97 (hex) vivo Mobile Communication Co., Ltd. 10BC97 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN DC-D4-44 (hex) Huawei Device Co., Ltd. DCD444 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN E0-B2-60 (hex) TENO NETWORK TECHNOLOGIES COMPANY LIMITED E0B260 (base 16) TENO NETWORK TECHNOLOGIES COMPANY LIMITED RM 1302, 13/F CHEONG K BLDG 84-86 DES VOEUX RD CENTRAL HONG KONG Hong Kong 999077 HK A4-46-B4 (hex) Huawei Device Co., Ltd. A446B4 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 0C-C8-44 (hex) Cambridge Mobile Telematics, Inc. 0CC844 (base 16) Cambridge Mobile Telematics, Inc. One Broadway, 14th Floor Cambridge MA 02142 US E8-DA-20 (hex) Nintendo Co.,Ltd E8DA20 (base 16) Nintendo Co.,Ltd 11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP 48-23-35 (hex) Dialog Semiconductor Hellas SA 482335 (base 16) Dialog Semiconductor Hellas SA Achileos 8 & Katsoni Str Kalithea, Athens 17674 GR 8C-85-C1 (hex) Aruba, a Hewlett Packard Enterprise Company 8C85C1 (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US 20-A1-71 (hex) Amazon Technologies Inc. 20A171 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 7C-F9-A0 (hex) Fiberhome Telecommunication Technologies Co.,LTD 7CF9A0 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 6C-A4-D1 (hex) Fiberhome Telecommunication Technologies Co.,LTD 6CA4D1 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 54-AB-3A (hex) Quanta Computer Inc. 54AB3A (base 16) Quanta Computer Inc. No.211, Wen Hwa 2nd Rd., Kuei Shan Hsiang, Tao Yuan Shien, Taiwan, R. O. C. Taoyuan Taiwan 33377 TW E8-9A-8F (hex) Quanta Computer Inc. E89A8F (base 16) Quanta Computer Inc. 211, Wen Hwa 2nd Rd.,Kuei Shan, Tao Yuan TAIPEI 33377 TW EC-6C-9A (hex) Arcadyan Corporation EC6C9A (base 16) Arcadyan Corporation No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW 34-6D-9C (hex) Carrier Corporation 346D9C (base 16) Carrier Corporation 6304 Thompson Rd East Syracuse NY 13057 US D4-F7-56 (hex) zte corporation D4F756 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN E0-69-3A (hex) Innophase Inc. E0693A (base 16) Innophase Inc. 6815 Flanders Drive Suite 150 San Diego CA 92121 US 54-88-DE (hex) Cisco Systems, Inc 5488DE (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 78-2B-64 (hex) Bose Corporation 782B64 (base 16) Bose Corporation The Mountain Framingham MA 01701-9168 US 24-FD-0D (hex) Intelbras 24FD0D (base 16) Intelbras BR 101, KM 210 São Jose Santa Catarina 88104-800 BR 34-55-94 (hex) FUJIAN STAR-NET COMMUNICATION CO.,LTD 345594 (base 16) FUJIAN STAR-NET COMMUNICATION CO.,LTD 19-22# Building, Star-net Science Plaza, Juyuanzhou, FUZHOU FUJIAN 350002 CN 9C-6B-37 (hex) Renesas Electronics (Penang) Sdn. Bhd. 9C6B37 (base 16) Renesas Electronics (Penang) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY A8-37-59 (hex) Huawei Device Co., Ltd. A83759 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 40-AA-56 (hex) China Dragon Technology Limited 40AA56 (base 16) China Dragon Technology Limited B4 Bldg.Haoshan 1st Industry Park, Shenzhen Guangdong 518104 CN 68-54-5A (hex) Intel Corporate 68545A (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 3C-E3-E7 (hex) China Mobile Group Device Co.,Ltd. 3CE3E7 (base 16) China Mobile Group Device Co.,Ltd. 32 Xuanwumen West Street,Xicheng District Beijing 100053 CN CC-47-BD (hex) Rhombus Systems CC47BD (base 16) Rhombus Systems 770 L St, Suite 1480 Sacramento CA 95814 US 4C-93-A6 (hex) IEEE Registration Authority 4C93A6 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 00-1E-31 (hex) infomark 001E31 (base 16) infomark 5F.,Geown Bldg.,1360-53 Seoul Seocho-dong,Seocho-gu 137-863 KR 50-F7-ED (hex) Huawei Device Co., Ltd. 50F7ED (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 4C-B9-9B (hex) WEIFANG GOERTEK ELECTRONICS CO.,LTD 4CB99B (base 16) WEIFANG GOERTEK ELECTRONICS CO.,LTD Gaoxin 2 Road, Free Trade Zone,Weifang,Shandong,261205,P.R.China Weifang Shandong 261205 CN BC-7E-8B (hex) Samsung Electronics Co.,Ltd BC7E8B (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 0C-31-DC (hex) HUAWEI TECHNOLOGIES CO.,LTD 0C31DC (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 40-DD-D1 (hex) Beautiful Card Corporation 40DDD1 (base 16) Beautiful Card Corporation Wenming 1st St., Taoyuan 33383 TW C0-E7-BF (hex) Sichuan AI-Link Technology Co., Ltd. C0E7BF (base 16) Sichuan AI-Link Technology Co., Ltd. Anzhou, Industrial Park Mianyang Sichuan 622650 CN 54-77-8A (hex) Hewlett Packard Enterprise 54778A (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US 24-71-52 (hex) Dell Inc. 247152 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 00-12-B4 (hex) Work Microwave GmbH 0012B4 (base 16) Work Microwave GmbH Rudolf-Diesel-Ring 2 Holzkirchen 83607 DE 00-40-AB (hex) ROLAND DG CORPORATION 0040AB (base 16) ROLAND DG CORPORATION 1-1-3 Shinmiyakoda, Kita-ku Hamamatsu-shi Shizuoka-ken 431-2103 JP 64-33-DB (hex) Texas Instruments 6433DB (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US A4-06-E9 (hex) Texas Instruments A406E9 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US B0-B1-13 (hex) Texas Instruments B0B113 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 4C-AE-EC (hex) Guangzhou limee technology co.,LTD 4CAEEC (base 16) Guangzhou limee technology co.,LTD No.2, Yichuang Street, Zhongxin Guangzhou Knowledge City, Huangpu District, Guangzhou Guangzhou Guangdong 510555 CN 7C-8A-E1 (hex) COMPAL INFORMATION (KUNSHAN) CO., LTD. 7C8AE1 (base 16) COMPAL INFORMATION (KUNSHAN) CO., LTD. NO. 25, THE 3RD Street KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN 54-E4-A9 (hex) BHR Tech GmbH 54E4A9 (base 16) BHR Tech GmbH Georg-Franz-Koller-Straße 18 Bisamberg 2102 AT 20-80-58 (hex) Ciena Corporation 208058 (base 16) Ciena Corporation 7035 Ridge Road Hanover MD 21076 US 68-4A-AE (hex) HUAWEI TECHNOLOGIES CO.,LTD 684AAE (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 60-D7-55 (hex) HUAWEI TECHNOLOGIES CO.,LTD 60D755 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN A4-45-CD (hex) IoT Diagnostics A445CD (base 16) IoT Diagnostics 10052 Commerce Park Drive Cincinnati OH 45246 US 94-62-69 (hex) ARRIS Group, Inc. 946269 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US D0-DD-49 (hex) Juniper Networks D0DD49 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US C8-63-FC (hex) ARRIS Group, Inc. C863FC (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 1C-CC-D6 (hex) Xiaomi Communications Co Ltd 1CCCD6 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN A8-C2-52 (hex) Huawei Device Co., Ltd. A8C252 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN A0-41-47 (hex) Huawei Device Co., Ltd. A04147 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 1C-AE-CB (hex) HUAWEI TECHNOLOGIES CO.,LTD 1CAECB (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 4C-F1-9E (hex) Groupe Atlantic 4CF19E (base 16) Groupe Atlantic Ideal Boilers, National Ave Hull East Yorkshire HU5 4JB GB 20-36-D7 (hex) Shanghai Reacheng Communication Technology Co.,Ltd 2036D7 (base 16) Shanghai Reacheng Communication Technology Co.,Ltd No. 80, Lane 1505 Zuchongzhi Road Shanghai Shanghai 201203 CN 68-07-0A (hex) TPVision Europe B.V 68070A (base 16) TPVision Europe B.V Prins Bernhardplein 200 Amsterdam Noord-Holland 1097 JB NL 4C-EB-BD (hex) CHONGQING FUGUI ELECTRONICS CO.,LTD. 4CEBBD (base 16) CHONGQING FUGUI ELECTRONICS CO.,LTD. Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN 7C-C9-26 (hex) Wuhan GreeNet Information Service Co.,Ltd. 7CC926 (base 16) Wuhan GreeNet Information Service Co.,Ltd. 4-6F, Building 2, Phase 6, Optical Valley Software Park, East Lake High-Tech Development Zone Wuhan 430000 CN 5C-75-AF (hex) Fitbit, Inc. 5C75AF (base 16) Fitbit, Inc. 199 Fremont Street, 14th Fl San Francisco CA 94105 US 38-BA-B0 (hex) Broadcom 38BAB0 (base 16) Broadcom 1320 Ridder Park San Jose CA 95131 US 70-87-9E (hex) Beken Corporation 70879E (base 16) Beken Corporation Building 41, Capital of Tech Leaders, 1387 Zhangdong Road, Zhangjiang High-Tech Park, Pudong New District Shanghai 201203 CN B4-50-62 (hex) EmBestor Technology Inc. B45062 (base 16) EmBestor Technology Inc. 7F, No.1, Chin-Shan 8th St Hsin-Chu, Taiwan 300 TW 04-4A-6C (hex) HUAWEI TECHNOLOGIES CO.,LTD 044A6C (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 38-FB-14 (hex) HUAWEI TECHNOLOGIES CO.,LTD 38FB14 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN F0-E4-A2 (hex) HUAWEI TECHNOLOGIES CO.,LTD F0E4A2 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 7C-51-89 (hex) SG Wireless Limited 7C5189 (base 16) SG Wireless Limited RM 504 5/F Sun Fung Industrial Building 8-12 Ma Kok Street Tsuen Wan NA HK 10-63-C8 (hex) Liteon Technology Corporation 1063C8 (base 16) Liteon Technology Corporation 4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW 58-20-59 (hex) Xiaomi Communications Co Ltd 582059 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 90-27-2B (hex) Algorab S.r.l. 90272B (base 16) Algorab S.r.l. Via Luigi Negrelli, 21/13 Lavis TN 38015 IT 4C-BC-B4 (hex) ABB SpA - DIN Rail 4CBCB4 (base 16) ABB SpA - DIN Rail V.le dell'industria 18 Vittuone Milan 20010 IT 94-D5-05 (hex) Fiberhome Telecommunication Technologies Co.,LTD 94D505 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 74-E1-B6 (hex) Apple, Inc. 74E1B6 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 24-A5-2C (hex) HUAWEI TECHNOLOGIES CO.,LTD 24A52C (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 48-27-59 (hex) Levven Electronics Ltd. 482759 (base 16) Levven Electronics Ltd. 9741 54 Ave NW Edmonton Alberta T6E 5J4 CA AC-77-13 (hex) Honeywell Safety Products (Shanghai) Co.,Ltd AC7713 (base 16) Honeywell Safety Products (Shanghai) Co.,Ltd 430 Li Bing Road Zhang Jiang Hi-Tech ParkPudong New Area Shanghai Shanghai 201203 CN 08-84-9D (hex) Amazon Technologies Inc. 08849D (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 90-BD-E6 (hex) Quectel Wireless Solutions Co., Ltd. 90BDE6 (base 16) Quectel Wireless Solutions Co., Ltd. 7th Floor, Hongye Building, No.1801 Hongmei Road, Xuhui District Shanghai 200233 CN 18-A4-A9 (hex) Vanu Inc. 18A4A9 (base 16) Vanu Inc. 81 Hartwell Ave Lexington MA 02421 US 80-E8-2C (hex) Hewlett Packard 80E82C (base 16) Hewlett Packard 11445 Compaq Center Drive Houston TX 77070 US D4-AD-BD (hex) Cisco Systems, Inc D4ADBD (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 24-40-AE (hex) NIIC Technology Co., Ltd. 2440AE (base 16) NIIC Technology Co., Ltd. Room 8218, Building 3#B, No. 268 Furong Road, Jingkai District Hefei 230601 CN F4-0E-01 (hex) Apple, Inc. F40E01 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 14-95-CE (hex) Apple, Inc. 1495CE (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 50-DE-06 (hex) Apple, Inc. 50DE06 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 5C-D1-35 (hex) Xtreme Power Systems 5CD135 (base 16) Xtreme Power Systems 2440 Kiowa Blvd. N. #102 Lake Havasu City AZ 86403 US 78-69-D4 (hex) Shenyang Vibrotech Instruments Inc. 7869D4 (base 16) Shenyang Vibrotech Instruments Inc. No 23-2 Yunfeng St. Tiexi Dist. Shenyang Liaoning 110021 CN 08-26-97 (hex) Zyxel Communications Corporation 082697 (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW CC-CC-CC (hex) Silicon Laboratories CCCCCC (base 16) Silicon Laboratories 7000 W. William Cannon Dr. Austin TX 78735 US CC-66-0A (hex) Apple, Inc. CC660A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US FC-1D-43 (hex) Apple, Inc. FC1D43 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 64-CB-9F (hex) TECNO MOBILE LIMITED 64CB9F (base 16) TECNO MOBILE LIMITED ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK 4C-FB-FE (hex) Sercomm Japan Corporation 4CFBFE (base 16) Sercomm Japan Corporation 8F, 3-1, YuanQu St., NanKang, Taipei 115, Taiwan Taipei 115 TW C0-CB-F1 (hex) Mobiwire Mobiles (NingBo) Co., LTD C0CBF1 (base 16) Mobiwire Mobiles (NingBo) Co., LTD No.999 Dacheng East Road, Fenghua District, Ningbo City , Zhejiang Province, PRC Ningbo Zhejiang 315500 CN FC-7D-6C (hex) HYESUNG TECHWIN Co., Ltd FC7D6C (base 16) HYESUNG TECHWIN Co., Ltd #1509,545,Dunchon-daero, Jungwon-gu Seongnam Gyeonggi-do 13215 KR E4-7E-9A (hex) zte corporation E47E9A (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 2C-16-BD (hex) IEEE Registration Authority 2C16BD (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 30-A8-89 (hex) DECIMATOR DESIGN 30A889 (base 16) DECIMATOR DESIGN UNIT 5 / 11 PRECISION PLACE VINEYARD NSW 2765 AU B4-A2-EB (hex) IEEE Registration Authority B4A2EB (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 1C-D5-E2 (hex) Shenzhen YOUHUA Technology Co., Ltd 1CD5E2 (base 16) Shenzhen YOUHUA Technology Co., Ltd Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN 00-24-E9 (hex) Samsung Electronics Co.,Ltd 0024E9 (base 16) Samsung Electronics Co.,Ltd 416, Maetan 3Dong, Yeongtong-Gu Suwon City Geyonggi Do 443-742 KR 68-3B-78 (hex) Cisco Systems, Inc 683B78 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US F8-60-F0 (hex) Aruba, a Hewlett Packard Enterprise Company F860F0 (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US 5C-A1-E0 (hex) EmbedWay Technologies 5CA1E0 (base 16) EmbedWay Technologies 6F, Building 8, No 2388, Chenhang Rd, Shanghai Shanghai 201114 CN 84-D4-12 (hex) Palo Alto Networks 84D412 (base 16) Palo Alto Networks 3000 Tannery Way Santa Clara CA 95054 US 68-AB-09 (hex) Nokia 68AB09 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA F4-CE-36 (hex) Nordic Semiconductor ASA F4CE36 (base 16) Nordic Semiconductor ASA Otto Nielsens veg 12 Trondheim NO-7052 NO B4-60-77 (hex) Sichuan Changhong Electric Ltd. B46077 (base 16) Sichuan Changhong Electric Ltd. No.35,East MianXin Road,MianYang,Sichaun,China. MianYang SiChuan PRC 621000 CN 00-F6-20 (hex) Google, Inc. 00F620 (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US F4-33-28 (hex) CIMCON Lighting Inc. F43328 (base 16) CIMCON Lighting Inc. 35 Crosby Drive Bedford MA 01730 US 7C-94-2A (hex) HUAWEI TECHNOLOGIES CO.,LTD 7C942A (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 1C-B7-96 (hex) HUAWEI TECHNOLOGIES CO.,LTD 1CB796 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 38-47-BC (hex) HUAWEI TECHNOLOGIES CO.,LTD 3847BC (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 54-92-09 (hex) HUAWEI TECHNOLOGIES CO.,LTD 549209 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 74-59-09 (hex) HUAWEI TECHNOLOGIES CO.,LTD 745909 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 5C-5A-C7 (hex) Cisco Systems, Inc 5C5AC7 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 3C-B7-4B (hex) Technicolor CH USA Inc. 3CB74B (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 00-ED-B8 (hex) KYOCERA Corporation 00EDB8 (base 16) KYOCERA Corporation 30 Hoji Kitami, Hokkaido 099-1595 JP 9C-99-CD (hex) Voippartners 9C99CD (base 16) Voippartners Via di Passolombardo 35 Rome 00133 IT C4-C6-03 (hex) Cisco Systems, Inc C4C603 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US BC-A1-3A (hex) SES-imagotag BCA13A (base 16) SES-imagotag St.-Peter-Gürtel 10b Graz 8010 AT 28-23-F5 (hex) China Mobile (Hangzhou) Information Technology Co., Ltd. 2823F5 (base 16) China Mobile (Hangzhou) Information Technology Co., Ltd. No. 1600 Yuhangtang Road, Wuchang Street, Yuhang District Hangzhou Zhejiang 310000 CN F0-10-AB (hex) China Mobile (Hangzhou) Information Technology Co., Ltd. F010AB (base 16) China Mobile (Hangzhou) Information Technology Co., Ltd. No. 1600 Yuhang Tong Road, Wuchang Street, Yuhang District Hangzhou Zhejiang 310000 CN B4-DC-09 (hex) Guangzhou Dawei Communication Co.,Ltd B4DC09 (base 16) Guangzhou Dawei Communication Co.,Ltd Zone A 906#, International Business Incubator, No.3 Juquan Road, Huangpu District Guangzhou Guangdong 510660 CN 98-86-5D (hex) Nokia Shanghai Bell Co., Ltd. 98865D (base 16) Nokia Shanghai Bell Co., Ltd. No.388 Ning Qiao Road,Jin Qiao Pudong Shanghai Shanghai 201206 CN 7C-B5-9B (hex) TP-LINK TECHNOLOGIES CO.,LTD. 7CB59B (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 2C-4F-52 (hex) Cisco Systems, Inc 2C4F52 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 68-A0-3E (hex) HUAWEI TECHNOLOGIES CO.,LTD 68A03E (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN B8-C3-85 (hex) HUAWEI TECHNOLOGIES CO.,LTD B8C385 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 4C-E9-E4 (hex) New H3C Technologies Co., Ltd 4CE9E4 (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN AC-DB-48 (hex) ARRIS Group, Inc. ACDB48 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US C8-0D-32 (hex) Holoplot GmbH C80D32 (base 16) Holoplot GmbH Ringbahnstr. 12, Hof A2 Berlin 12099 DE D0-57-94 (hex) Sagemcom Broadband SAS D05794 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 04-D9-F5 (hex) ASUSTek COMPUTER INC. 04D9F5 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW B8-91-C9 (hex) Handreamnet B891C9 (base 16) Handreamnet #1203 Ace High-end Tower II, 61, Digital-ro 26-gil, Guro-Gu Seoul 08389 KR C8-A7-76 (hex) HUAWEI TECHNOLOGIES CO.,LTD C8A776 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN A4-00-E2 (hex) HUAWEI TECHNOLOGIES CO.,LTD A400E2 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN B4-C4-FC (hex) Xiaomi Communications Co Ltd B4C4FC (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN C8-D6-9D (hex) Arab International Optronics C8D69D (base 16) Arab International Optronics El Salam St. El Salam City Cairo 11371 EG 40-5B-D8 (hex) CHONGQING FUGUI ELECTRONICS CO.,LTD. 405BD8 (base 16) CHONGQING FUGUI ELECTRONICS CO.,LTD. Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN 54-EC-2F (hex) Ruckus Wireless 54EC2F (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 28-99-C7 (hex) LINDSAY BROADBAND INC 2899C7 (base 16) LINDSAY BROADBAND INC 2035 2 FISHER DRIVE PETERBOROUGH Ontario K9J 6X6 CA FC-BD-67 (hex) Arista Networks FCBD67 (base 16) Arista Networks 5453 Great America Parkway Santa Clara CA 95054 US 00-25-7E (hex) NEW POS TECHNOLOGY LIMITED 00257E (base 16) NEW POS TECHNOLOGY LIMITED 6FRM, 6F, China Economic Trade Building Shenzhen Guangdong 518000 CN F8-AE-27 (hex) John Deere Electronic Solutions F8AE27 (base 16) John Deere Electronic Solutions 1441 44th St N Fargo ND 58102 US 74-45-CE (hex) CRESYN 7445CE (base 16) CRESYN 8-22,Jamwon-dong Seoul Seocho-Gu #137-902 KR C4-F7-D5 (hex) Cisco Systems, Inc C4F7D5 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 1C-64-99 (hex) Comtrend Corporation 1C6499 (base 16) Comtrend Corporation 3F-1, 10 Lane 609, Chongxin Road, Section 5, New Taipei City, Taiwan 24159 TW 10-DC-4A (hex) Fiberhome Telecommunication Technologies Co.,LTD 10DC4A (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 88-EF-16 (hex) ARRIS Group, Inc. 88EF16 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 8C-A9-6F (hex) D&M Holdings Inc. 8CA96F (base 16) D&M Holdings Inc. D&M Building, 2-1 Nisshin-cho Kawasaki-shi Kanagawa 210-8569 JP 7C-D6-61 (hex) Xiaomi Communications Co Ltd 7CD661 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN B0-FD-0B (hex) IEEE Registration Authority B0FD0B (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 98-B8-BA (hex) LG Electronics (Mobile Communications) 98B8BA (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 0C-E9-9A (hex) ATLS ALTEC 0CE99A (base 16) ATLS ALTEC 3 RUE DE LA GUIVERNONE ZI DU VERT GALANT ST OUEN L AUMONE 95310 FR 4C-11-AE (hex) Espressif Inc. 4C11AE (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 8C-89-FA (hex) Zhejiang Hechuan Technology Co., Ltd. 8C89FA (base 16) Zhejiang Hechuan Technology Co., Ltd. No. 9, Fucai Road, Longyou Industrial Zone Quzhou Zhejiang 324000 CN 4C-BC-48 (hex) Cisco Systems, Inc 4CBC48 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 80-D0-4A (hex) Technicolor CH USA Inc. 80D04A (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 48-D8-75 (hex) China TransInfo Technology Co., Ltd 48D875 (base 16) China TransInfo Technology Co., Ltd Qianfang Building, Phase I, Zhongguancun Software Park, 8 Wangxi Road, Haidian District Beijing 100085 CN D4-78-9B (hex) Cisco Systems, Inc D4789B (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 48-3F-E9 (hex) HUAWEI TECHNOLOGIES CO.,LTD 483FE9 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 14-3C-C3 (hex) HUAWEI TECHNOLOGIES CO.,LTD 143CC3 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN A8-E5-44 (hex) HUAWEI TECHNOLOGIES CO.,LTD A8E544 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 18-20-D5 (hex) ARRIS Group, Inc. 1820D5 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 30-50-FD (hex) Skyworth Digital Technology(Shenzhen) Co.,Ltd 3050FD (base 16) Skyworth Digital Technology(Shenzhen) Co.,Ltd 7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN 00-40-BC (hex) ALGORITHMICS LTD. 0040BC (base 16) ALGORITHMICS LTD. 3 DRAYTON PARK ENGLAND GB 00-40-65 (hex) GTE SPACENET 004065 (base 16) GTE SPACENET 1700 OLD MEADOW ROAD MCLEAN VA 22102 US 88-E6-4B (hex) Juniper Networks 88E64B (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US D8-D0-90 (hex) Dell Inc. D8D090 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 50-C4-DD (hex) BUFFALO.INC 50C4DD (base 16) BUFFALO.INC AKAMONDORI Bld.,30-20,Ohsu 3-chome,Naka-ku Nagoya Aichi Pref. 460-8315 JP 00-84-ED (hex) Private 0084ED (base 16) Private E0-02-A5 (hex) ABB Robotics E002A5 (base 16) ABB Robotics Hydrovägen 10 Västerås 721 68 SE F4-2E-7F (hex) Aruba, a Hewlett Packard Enterprise Company F42E7F (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US B4-CC-04 (hex) Piranti B4CC04 (base 16) Piranti 126, Beolmal-ro Dongan-gu, Anyang-si, Gyeonggi-do 14057 KR B8-D5-26 (hex) Zyxel Communications Corporation B8D526 (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW F0-B9-68 (hex) ITEL MOBILE LIMITED F0B968 (base 16) ITEL MOBILE LIMITED RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK 04-E5-6E (hex) THUB Co., ltd. 04E56E (base 16) THUB Co., ltd. #607 2, Busandaehak-ro 63beon-gil, Geumjeong-gu Busan 46241 KR 1C-7F-2C (hex) HUAWEI TECHNOLOGIES CO.,LTD 1C7F2C (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 88-BC-C1 (hex) HUAWEI TECHNOLOGIES CO.,LTD 88BCC1 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 1C-BF-CE (hex) Shenzhen Century Xinyang Technology Co., Ltd 1CBFCE (base 16) Shenzhen Century Xinyang Technology Co., Ltd 3F, North Building, Bantian High-tech industrial Zone, No. 2 of Bell Road Shenzhen Guangdong 518129 CN F8-30-02 (hex) Texas Instruments F83002 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US A8-A1-59 (hex) ASRock Incorporation A8A159 (base 16) ASRock Incorporation 2F., No. 37, Sec. 2, Jhongyang S. Rd., Beitou District, Taipei 112 TW EC-AD-E0 (hex) D-Link International ECADE0 (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG 78-DA-07 (hex) Zhejiang Tmall Technology Co., Ltd. 78DA07 (base 16) Zhejiang Tmall Technology Co., Ltd. Ali Center,No.3331 Keyuan South RD (Shenzhen bay), Nanshan District, Shenzhen Guangdong 518000 CN 44-A6-1E (hex) INGRAM MICRO SERVICES 44A61E (base 16) INGRAM MICRO SERVICES 100 CHEMIN DE BAILLOT MONTAUBAN 82000 FR 38-D2-CA (hex) Zhejiang Tmall Technology Co., Ltd. 38D2CA (base 16) Zhejiang Tmall Technology Co., Ltd. Ali Center,No.3331 Keyuan South RD (Shenzhen bay), Nanshan District, Shenzhen Guangdong province Shenzhen GuangDong 518000 CN 10-9E-3A (hex) Zhejiang Tmall Technology Co., Ltd. 109E3A (base 16) Zhejiang Tmall Technology Co., Ltd. Ali Center,No.3331 Keyuan South RD (Shenzhen bay), Nanshan District, Shenzhen Guangdong 518000 CN 90-4D-C3 (hex) Flonidan A/S 904DC3 (base 16) Flonidan A/S Islandsvej 29 Horsens 8700 DK 00-0D-F1 (hex) IONIX INC. 000DF1 (base 16) IONIX INC. Ssangyong IT Twin Tower 604, 442-17, Sangdaewon-dong, Jungwon-gu, Seongnam-si Gyeonggi-do 462-120 KR 00-07-7C (hex) Westermo Network Technologies AB 00077C (base 16) Westermo Network Technologies AB Stora Sundby Sweden SE-640 40 SE 8C-42-6D (hex) HUAWEI TECHNOLOGIES CO.,LTD 8C426D (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 90-F8-91 (hex) Kaonmedia CO., LTD. 90F891 (base 16) Kaonmedia CO., LTD. 884-3, Seongnam-daero, Bundang-gu Seongnam-si Gyeonggi-do 13517 KR 44-5D-5E (hex) SHENZHEN Coolkit Technology CO.,LTD 445D5E (base 16) SHENZHEN Coolkit Technology CO.,LTD B09 2nd Floor, T6 ArtZone XiLi, Nanshan Dist shenzhen guangdong 518110 CN 50-AD-71 (hex) Tessolve Semiconductor Private Limited 50AD71 (base 16) Tessolve Semiconductor Private Limited Plot No: 31, P2, Electronic City Phase II, Electronic City Bengaluru Karnataka 560100 IN 20-2A-C5 (hex) Petite-En 202AC5 (base 16) Petite-En 1, Gwanak-ro, Gwanak-gu Seoul 08826 KR A8-BF-3C (hex) HDV Phoelectron Technology Limited A8BF3C (base 16) HDV Phoelectron Technology Limited Room 1103, Hang Seng Mongkok Building, 677 Nathan Road,Mongkok Kowloon Hong Kong 518103 CN D4-F5-27 (hex) SIEMENS AG D4F527 (base 16) SIEMENS AG Oestliche Rheinbrückenstraße 50 Karlsruhe Baden-Württemberg 76181 DE B8-B2-F8 (hex) Apple, Inc. B8B2F8 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 98-46-0A (hex) Apple, Inc. 98460A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US B8-5D-0A (hex) Apple, Inc. B85D0A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 7C-9A-1D (hex) Apple, Inc. 7C9A1D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 10-30-25 (hex) Apple, Inc. 103025 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 70-AC-D7 (hex) Shenzhen YOUHUA Technology Co., Ltd 70ACD7 (base 16) Shenzhen YOUHUA Technology Co., Ltd Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN 54-62-E2 (hex) Apple, Inc. 5462E2 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 14-9D-99 (hex) Apple, Inc. 149D99 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 14-7B-AC (hex) Nokia 147BAC (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 90-6D-05 (hex) BXB ELECTRONICS CO., LTD 906D05 (base 16) BXB ELECTRONICS CO., LTD 6F.-1, NO.288-5, Xinya Rd., Qianzhen Dist. Kaohsiung 80673 TW D4-BB-C8 (hex) vivo Mobile Communication Co., Ltd. D4BBC8 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 48-95-07 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 489507 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 24-BF-74 (hex) Private 24BF74 (base 16) Private CC-DC-55 (hex) Dragonchip Limited CCDC55 (base 16) Dragonchip Limited Room 601-2, 6/F, IC Development Centre, No. 6 Science Park West Avenue, Hong Kong Science Park, Shatin, N.T. Hong Kong NA HK 28-FF-B2 (hex) Toshiba Corp. 28FFB2 (base 16) Toshiba Corp. 1-1 Shibaura 1-Chome, Minato-Ku Tokyo 105-8001 JP 1C-60-D2 (hex) Fiberhome Telecommunication Technologies Co.,LTD 1C60D2 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN F4-B5-AA (hex) zte corporation F4B5AA (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN E8-AC-AD (hex) zte corporation E8ACAD (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 08-36-C9 (hex) NETGEAR 0836C9 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 74-5B-C5 (hex) IEEE Registration Authority 745BC5 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 94-40-C9 (hex) Hewlett Packard Enterprise 9440C9 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US A0-41-A7 (hex) NL Ministry of Defense A041A7 (base 16) NL Ministry of Defense PO Box 10000 Noord Holland 1780 CA Den Helder NL E4-46-DA (hex) Xiaomi Communications Co Ltd E446DA (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 1C-12-B0 (hex) Amazon Technologies Inc. 1C12B0 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 4C-C8-A1 (hex) Cisco Meraki 4CC8A1 (base 16) Cisco Meraki 500 Terry A. Francois Blvd San Francisco null 94158 US 4C-BC-98 (hex) IEEE Registration Authority 4CBC98 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 2C-F4-32 (hex) Espressif Inc. 2CF432 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 64-73-66 (hex) Shenzhen Siera Technology Ltd 647366 (base 16) Shenzhen Siera Technology Ltd Room 2039, Shenhai Building, Wanzhong Village, Bulong Road, Minzhi, Longhua district, City: Shenzhen Shenzhen Guangdong 518131 CN 04-1E-FA (hex) BISSELL Homecare, Inc. 041EFA (base 16) BISSELL Homecare, Inc. 2345 Walker Ave NW Grand Rapids MI 49544 US D8-55-75 (hex) Samsung Electronics Co.,Ltd D85575 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR D4-11-A3 (hex) Samsung Electronics Co.,Ltd D411A3 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 04-BA-8D (hex) Samsung Electronics Co.,Ltd 04BA8D (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 74-4D-28 (hex) Routerboard.com 744D28 (base 16) Routerboard.com Mikrotikls SIA Riga Riga LV1009 LV 00-A0-85 (hex) Private 00A085 (base 16) Private E0-5A-9F (hex) IEEE Registration Authority E05A9F (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 8C-5A-F8 (hex) Beijing Xiaomi Electronics Co., Ltd. 8C5AF8 (base 16) Beijing Xiaomi Electronics Co., Ltd. Building C, QingHe ShunShiJiaYe Technology Park, #66 ZhuFang Rd, HaiDian District Beijing Beijing 10085 CN D4-58-00 (hex) Fiberhome Telecommunication Technologies Co.,LTD D45800 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 90-84-2B (hex) LEGO System A/S 90842B (base 16) LEGO System A/S Aastvej 1 Billund DK-7190 DK 00-26-7E (hex) PARROT SA 00267E (base 16) PARROT SA 174 Quai de Jemmapes Paris 75010 FR 2C-55-7C (hex) Shenzhen YOUHUA Technology Co., Ltd 2C557C (base 16) Shenzhen YOUHUA Technology Co., Ltd Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN F4-BC-DA (hex) Shenzhen Jingxun Software Telecommunication Technology Co.,Ltd F4BCDA (base 16) Shenzhen Jingxun Software Telecommunication Technology Co.,Ltd 3/F,A5 Building Zhiyuan Community No.1001,Xueyuan Road Nanshan District Shenzhen Guangdong 518055 CN 00-09-15 (hex) CAS Corp. 000915 (base 16) CAS Corp. #19, Ganap-Ri Yangju-Gun Kyunggi-Do 482-841 KR 58-D9-C3 (hex) Motorola Mobility LLC, a Lenovo Company 58D9C3 (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US 2C-73-A0 (hex) Cisco Systems, Inc 2C73A0 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 44-3E-07 (hex) Electrolux 443E07 (base 16) Electrolux Corso Lino Zanussi 24 Porcia PORDENONE 33080 IT 84-85-E6 (hex) Guangdong Asano Technology CO.,Ltd. 8485E6 (base 16) Guangdong Asano Technology CO.,Ltd. Changsheng Road, Songxia Industrial Park, Songgang, Shishan Town, Nanhai Foshan Guangdong, China. 528200 CN 3C-83-75 (hex) Microsoft Corporation 3C8375 (base 16) Microsoft Corporation 1 Microsoft Way Redmond Washington 98052 FI 00-0A-A8 (hex) ePipe Pty. Ltd. 000AA8 (base 16) ePipe Pty. Ltd. P.O. Box 1428 Brisbane Queensland 4066 AU 00-29-C2 (hex) Cisco Systems, Inc 0029C2 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 18-7C-0B (hex) Ruckus Wireless 187C0B (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US D4-7B-35 (hex) NEO Monitors AS D47B35 (base 16) NEO Monitors AS PoBox 384 Loerenskog Loerenskog 1471 NO 00-08-78 (hex) Benchmark Storage Innovations 000878 (base 16) Benchmark Storage Innovations 3122 Sterling Circle Boulder CO 80301 US 6C-F3-7F (hex) Aruba, a Hewlett Packard Enterprise Company 6CF37F (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US 14-07-08 (hex) Private 140708 (base 16) Private 78-A7-EB (hex) 1MORE 78A7EB (base 16) 1MORE TianliaoBuilding F14 New Materials Industrial Park,Xueyuan Blvd Shenzhen, Nanshan District 518005 CN 48-5D-36 (hex) Verizon 485D36 (base 16) Verizon One Verizon Way Basking Ridge NJ 07030 US 20-C0-47 (hex) Verizon 20C047 (base 16) Verizon One Verizon Way Basking Ridge 07030 US 34-6B-46 (hex) Sagemcom Broadband SAS 346B46 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 7C-60-4A (hex) Avelon 7C604A (base 16) Avelon Bändliweg 20 Zurich 8048 CH 18-64-72 (hex) Aruba, a Hewlett Packard Enterprise Company 186472 (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US 84-D4-7E (hex) Aruba, a Hewlett Packard Enterprise Company 84D47E (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US 24-DE-C6 (hex) Aruba, a Hewlett Packard Enterprise Company 24DEC6 (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US 00-17-A0 (hex) RoboTech srl 0017A0 (base 16) RoboTech srl Via Mazzini 82 Sarzana (SP) I-19038 IT 10-3D-0A (hex) Hui Zhou Gaoshengda Technology Co.,LTD 103D0A (base 16) Hui Zhou Gaoshengda Technology Co.,LTD No.75,Zhongkai High-Tech Development District,Huizhou Hui Zhou Guangdong 516006 CN 94-27-90 (hex) TCT mobile ltd 942790 (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN A4-17-91 (hex) Shenzhen Decnta Technology Co.,LTD. A41791 (base 16) Shenzhen Decnta Technology Co.,LTD. F13,No.02,Building Shangqi,Nanhaidadao 4050 Nanshan District,Shenzhen,P.R.China shenzhen Guangdong 518057 CN 34-DA-B7 (hex) zte corporation 34DAB7 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 10-9C-70 (hex) Prusa Research s.r.o. 109C70 (base 16) Prusa Research s.r.o. Partyzanska 188/7a Prague 17000 CZ E8-4C-56 (hex) INTERCEPT SERVICES LIMITED E84C56 (base 16) INTERCEPT SERVICES LIMITED Bates Mill, Colne Road Huddersfield North Yorkshire HD1 3AG GB A4-19-08 (hex) Fiberhome Telecommunication Technologies Co.,LTD A41908 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 38-AF-D0 (hex) Private 38AFD0 (base 16) Private 80-D3-36 (hex) CERN 80D336 (base 16) CERN CH-1211 GENEVE SUISSE/SWITZ 023 CH 64-25-5E (hex) Observint Technologies, Inc. 64255E (base 16) Observint Technologies, Inc. 11000 N Mopac Expressway Suite 300 Austin TX 78759 US 90-94-0A (hex) Analog Devices, Inc 90940A (base 16) Analog Devices, Inc Unit 2200, Airport Business Park, Kinsale Road Cork T12 X36X IE 40-B0-76 (hex) ASUSTek COMPUTER INC. 40B076 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW D4-3D-39 (hex) Dialog Semiconductor D43D39 (base 16) Dialog Semiconductor B-7F, SiliconPark, 35, Pangyo-ro 255beon-gil, Bundang-gu Seongnam-si Gyeonggi-do 13486 KR 00-14-A5 (hex) Gemtek Technology Co., Ltd. 0014A5 (base 16) Gemtek Technology Co., Ltd. No. 1 Jen Ai Road Hukou, Hsinchu 303 TW C0-B5-D7 (hex) CHONGQING FUGUI ELECTRONICS CO.,LTD. C0B5D7 (base 16) CHONGQING FUGUI ELECTRONICS CO.,LTD. Building D21,No.1, East Zone 1st Road,Xiyong Town,Shapingba District Chongqing Chongqing 401332 CN D4-AD-71 (hex) Cisco Systems, Inc D4AD71 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 70-2B-1D (hex) E-Domus International Limited 702B1D (base 16) E-Domus International Limited 1st Floor London W1W 7BL GB F0-85-C1 (hex) SHENZHEN RF-LINK TECHNOLOGY CO.,LTD. F085C1 (base 16) SHENZHEN RF-LINK TECHNOLOGY CO.,LTD. Bldg56A,6/F,Baotian Rd3,Xixiang Town,Baoan District, Shenzhen Guangdong 518000 CN 60-38-0E (hex) ALPS ELECTRIC CO., LTD. 60380E (base 16) ALPS ELECTRIC CO., LTD. 1-2-1, Okinouchi Soma-city Fukushima 976-8501 JP FC-62-B9 (hex) ALPS ELECTRIC CO., LTD. FC62B9 (base 16) ALPS ELECTRIC CO., LTD. 6-1 kakuda-city Miyagi-Pref 981-1595 JP 00-02-C7 (hex) ALPS ELECTRIC CO., LTD. 0002C7 (base 16) ALPS ELECTRIC CO., LTD. 1-2-1, Okinouchi, Sama-City, Sama 00000 JP 00-1E-3D (hex) ALPS ELECTRIC CO., LTD. 001E3D (base 16) ALPS ELECTRIC CO., LTD. 1-2-1, Okinouchi, Soma-city, Fukushima-pref., 976-8501 JP 28-A1-83 (hex) ALPS ELECTRIC CO., LTD. 28A183 (base 16) ALPS ELECTRIC CO., LTD. 6-1 Kakuda Miyagi-Pref 981-1595 JP 4C-DD-7D (hex) LHP Telematics LLC 4CDD7D (base 16) LHP Telematics LLC 17406 Tiller Ct. STE 100 westfield IN 46074 US 48-F0-7B (hex) ALPS ELECTRIC CO., LTD. 48F07B (base 16) ALPS ELECTRIC CO., LTD. 6-1 Kakuda Miyagi-Pref 981-1595 JP B8-BC-5B (hex) Samsung Electronics Co.,Ltd B8BC5B (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 10-8E-BA (hex) Molekule 108EBA (base 16) Molekule 1184 Harrison Street San Francisco 94103 US 4C-21-8C (hex) Panasonic India Private limited 4C218C (base 16) Panasonic India Private limited 12th floor, Ambience tower, Ambience Island Gurgaon Haryana 122002 IN 2C-4E-7D (hex) Chunghua Intelligent Network Equipment Inc. 2C4E7D (base 16) Chunghua Intelligent Network Equipment Inc. 2F-3, No.5, Sec. 3, New Taipei Blvd.,, XinZhung Dist, New Taipei City 選擇州 242 TW A4-F4-65 (hex) ITEL MOBILE LIMITED A4F465 (base 16) ITEL MOBILE LIMITED RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK 4C-91-7A (hex) IEEE Registration Authority 4C917A (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US F4-8C-EB (hex) D-Link International F48CEB (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG 74-3A-65 (hex) NEC Corporation 743A65 (base 16) NEC Corporation 7-1, Shiba 5-chome, Minato-ku Tokyo 108-8001 JP 00-25-5C (hex) NEC Corporation 00255C (base 16) NEC Corporation 1753, Shimonumabe, Nakahara-Ku, Kawasaki Kanagawa 211-8666 JP 68-4F-64 (hex) Dell Inc. 684F64 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US CC-70-ED (hex) Cisco Systems, Inc CC70ED (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 90-7E-30 (hex) LARS 907E30 (base 16) LARS Swierkowa 14 Niepruszewo 64-320 PL 84-EB-3E (hex) Vivint Smart Home 84EB3E (base 16) Vivint Smart Home 4931 N. 300 W. Provo UT 84604 US 00-A0-D5 (hex) Sierra Wireless 00A0D5 (base 16) Sierra Wireless 13811 Wireless Way Richmond RICHMOND B.C. V6V 3A4 CA 18-BB-26 (hex) FN-LINK TECHNOLOGY LIMITED 18BB26 (base 16) FN-LINK TECHNOLOGY LIMITED A Building,HuiXin industial park,No 31, YongHe road, Fuyong town, Bao'an District SHENZHEN GUANGDONG 518100 CN 18-B9-05 (hex) Hong Kong Bouffalo Lab Limited 18B905 (base 16) Hong Kong Bouffalo Lab Limited RM 1903, 19/F Lee Garden One 33 Hysan Avenue, Causeway Bay HongKong 999077 HK EC-F0-FE (hex) zte corporation ECF0FE (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 94-A4-0C (hex) Diehl Metering GmbH 94A40C (base 16) Diehl Metering GmbH Industriestrasse 13 Ansbach 91522 DE 70-B3-17 (hex) Cisco Systems, Inc 70B317 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US B0-02-47 (hex) AMPAK Technology, Inc. B00247 (base 16) AMPAK Technology, Inc. 3F.,No.15-1 Zhonghua Road,Hsinchu Industrial Park, Hukou,Hsinchu Hsinchu Taiwan ROC. 30352 TW BC-E7-96 (hex) Wireless CCTV Ltd BCE796 (base 16) Wireless CCTV Ltd charles Babbage house Rochdale Greater Manchester ol164nw GB 94-8F-CF (hex) ARRIS Group, Inc. 948FCF (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US A8-F5-DD (hex) ARRIS Group, Inc. A8F5DD (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 44-D3-AD (hex) Shenzhen TINNO Mobile Technology Corp. 44D3AD (base 16) Shenzhen TINNO Mobile Technology Corp. 4/F, H-3 Building, Qiao Cheng Eastern Industrial Park, Overseas Chinese Town, Shenzhen Shenzhen guangdong 518053 CN 9C-82-75 (hex) Yichip Microelectronics (Hangzhou) Co.,Ltd 9C8275 (base 16) Yichip Microelectronics (Hangzhou) Co.,Ltd Room 401, Building 15, No.498 Guoshoujing Road, Pudong Software Park Shanghai 200120 CN 5C-CB-CA (hex) FUJIAN STAR-NET COMMUNICATION CO.,LTD 5CCBCA (base 16) FUJIAN STAR-NET COMMUNICATION CO.,LTD 19-22# Building, Star-net Science Plaza, Juyuanzhou, FUZHOU FUJIAN 350002 CN 28-E9-8E (hex) Mitsubishi Electric Corporation 28E98E (base 16) Mitsubishi Electric Corporation 2-7-3 Marunouchi Chiyoda-ku Tokyo 100-8310 JP 34-F8-E7 (hex) Cisco Systems, Inc 34F8E7 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US B0-90-7E (hex) Cisco Systems, Inc B0907E (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 2C-73-60 (hex) Earda Technologies co Ltd 2C7360 (base 16) Earda Technologies co Ltd Block A,Lianfeng Creative Park, #2 Jisheng Rd., Nansha District Guangzhou Guangdong 511455 CN 50-8C-F5 (hex) China Mobile Group Device Co.,Ltd. 508CF5 (base 16) China Mobile Group Device Co.,Ltd. 32 Xuanwumen West Street,Xicheng District Beijing 100053 CN 1C-54-9E (hex) Universal Electronics, Inc. 1C549E (base 16) Universal Electronics, Inc. 201 E. Sandpointe Ave Santa Ana CA 92707 US E4-CA-12 (hex) zte corporation E4CA12 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN D4-9E-05 (hex) zte corporation D49E05 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 58-5F-F6 (hex) zte corporation 585FF6 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 40-B3-0E (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. 40B30E (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY 04-CE-7E (hex) NXP France Semiconductors France 04CE7E (base 16) NXP France Semiconductors France Parc les Algorithmes,Saint Aubin Gif sur Yvette 91193 FR C0-9A-D0 (hex) Apple, Inc. C09AD0 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 94-B0-1F (hex) Apple, Inc. 94B01F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 98-CC-4D (hex) Shenzhen mantunsci co., LTD 98CC4D (base 16) Shenzhen mantunsci co., LTD 3 floor, 3 environmental protection industrial park, Nanshan District Shenzhen Guangdong 518000 CN C0-1B-23 (hex) SICHUAN TIANYI COMHEART TELECOM CO.,LTD C01B23 (base 16) SICHUAN TIANYI COMHEART TELECOM CO.,LTD NO.198 FIRST SECTION,SNOW MOUNTAIN AVENUE, JINYUAN TOWN, DAYI COUNTY, CHENGDU SICHUAN 611330 CN B8-C7-4A (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD B8C74A (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN D8-CE-3A (hex) Xiaomi Communications Co Ltd D8CE3A (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 10-2C-6B (hex) AMPAK Technology, Inc. 102C6B (base 16) AMPAK Technology, Inc. 3F.,No.15-1 Zhonghua Road,Hsinchu Industrial Park, Hukou,Hsinchu, Taiwan (R.O.C.) Hsinchu Taiwan ROC. 30352 TW 74-85-C4 (hex) New H3C Technologies Co., Ltd 7485C4 (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN 94-F6-D6 (hex) Apple, Inc. 94F6D6 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F8-2D-7C (hex) Apple, Inc. F82D7C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D0-BA-E4 (hex) Shanghai MXCHIP Information Technology Co., Ltd. D0BAE4 (base 16) Shanghai MXCHIP Information Technology Co., Ltd. Room 811,Tongpu Building Shanghai Shanghai 200333 CN 48-D3-5D (hex) Private 48D35D (base 16) Private 80-FB-F0 (hex) Quectel Wireless Solutions Co., Ltd. 80FBF0 (base 16) Quectel Wireless Solutions Co., Ltd. 7th Floor, Hongye Building, No.1801 Hongmei Road, Xuhui District Shanghai 200233 CN C0-13-2B (hex) Sichuan Changhong Electric Ltd. C0132B (base 16) Sichuan Changhong Electric Ltd. No.35,East MianXin Road,MianYang,Sichaun,China. MianYang SiChuan PRC 621000 CN 0C-B4-A4 (hex) Xintai Automobile Intelligent Network Technology 0CB4A4 (base 16) Xintai Automobile Intelligent Network Technology Room3703E Changfu Jinmao Building,Shihua Road Futian Duty Free Zone,Fubao Street,Futian District Shenzhen City 518000 CN 90-63-3B (hex) Samsung Electronics Co.,Ltd 90633B (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR FC-AA-B6 (hex) Samsung Electronics Co.,Ltd FCAAB6 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR C8-2E-47 (hex) Suzhou SmartChip Semiconductor Co., LTD C82E47 (base 16) Suzhou SmartChip Semiconductor Co., LTD 9A,Science Plaza,1355 JinJiHu Avenue, Suzhou Industrial Park, Suzhou Jiangsu 215021 CN C0-22-50 (hex) Koss Corporation C02250 (base 16) Koss Corporation 4129 N. Port Washington Ave. Milwaukee WI 53212 US A0-B5-49 (hex) Arcadyan Corporation A0B549 (base 16) Arcadyan Corporation No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW 00-1F-5A (hex) Beckwith Electric Co. 001F5A (base 16) Beckwith Electric Co. 6190 118th Ave No Largo Florida 33773 US 98-5D-82 (hex) Arista Networks 985D82 (base 16) Arista Networks 5453 Great America Parkway Santa Clara CA 95054 US 24-53-BF (hex) Enernet 2453BF (base 16) Enernet 1007 B-dong, Hyundai Knowledge Industry Center, 70 Dusan-ro, Geumcheon-gu, Seoul, KOREA SEOUL 08584 KR 04-33-85 (hex) Nanchang BlackShark Co.,Ltd. 043385 (base 16) Nanchang BlackShark Co.,Ltd. Room 319, Jiaoqiao Town Office Building, Economic and Technical development zone, Nanchang City, Jiangxi Province. Nanchang 330013 CN 84-E5-D8 (hex) Guangdong UNIPOE IoT Technology Co.,Ltd. 84E5D8 (base 16) Guangdong UNIPOE IoT Technology Co.,Ltd. 11th Fl., BLDG. B1, Guangda WE Valley, Songshan Lake District Dongguan Guangdong 523808 CN A8-BC-9C (hex) Cloud Light Technology Limited A8BC9C (base 16) Cloud Light Technology Limited 3/F, 6 Science Park East Avenue Hong Kong Science Park Shatin, N.T., Hong Kong Hong Kong 00000 HK A8-90-42 (hex) Beijing Wanwei Intelligent Technology Co., Ltd. A89042 (base 16) Beijing Wanwei Intelligent Technology Co., Ltd. Room 616, Section 1, Cuicing, No. 1 Shanyuan Street, Haidian District Beijing Beijing 100000 CN 18-BE-92 (hex) Delta Networks, Inc. 18BE92 (base 16) Delta Networks, Inc. 256 Yang Guang Street, Neihu Taipei Taiwan 11491 TW 90-C5-4A (hex) vivo Mobile Communication Co., Ltd. 90C54A (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN BC-75-96 (hex) Beijing Broadwit Technology Co., Ltd. BC7596 (base 16) Beijing Broadwit Technology Co., Ltd. Beijing Changping District Beijing International Information Industry Base Jizhida Building 3rd Floor Southeast Beijing Beijing 10000 CN 1C-34-DA (hex) Mellanox Technologies, Inc. 1C34DA (base 16) Mellanox Technologies, Inc. 350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US 2C-A0-2F (hex) Veroguard Systems Pty Ltd 2CA02F (base 16) Veroguard Systems Pty Ltd PO Box 5003 Clayton VIC 3168 AU 6C-5C-3D (hex) IEEE Registration Authority 6C5C3D (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 78-23-27 (hex) Samsung Electronics Co.,Ltd 782327 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR DC-F7-56 (hex) Samsung Electronics Co.,Ltd DCF756 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 68-A4-7D (hex) Sun Cupid Technology (HK) LTD 68A47D (base 16) Sun Cupid Technology (HK) LTD 16/F, CEO Tower, 77 Wing Hong Street, Kowloon Hong Kong 00000 HK 18-4B-0D (hex) Ruckus Wireless 184B0D (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US D4-12-43 (hex) AMPAK Technology, Inc. D41243 (base 16) AMPAK Technology, Inc. No.1,Jen Ai Road Hsinchu Industrial Park, Hukou Hsinchu Taiwan ROC. 30352 TW 48-A6-B8 (hex) Sonos, Inc. 48A6B8 (base 16) Sonos, Inc. 614 Chapala St Santa Barbara CA 93101 US B8-78-26 (hex) Nintendo Co.,Ltd B87826 (base 16) Nintendo Co.,Ltd 11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP DC-CB-A8 (hex) Explora Technologies Inc DCCBA8 (base 16) Explora Technologies Inc 360, Franquet Street Quebec G1P 4N3 CA C0-78-78 (hex) FLEXTRONICS MANUFACTURING(ZHUHAI)CO.,LTD. C07878 (base 16) FLEXTRONICS MANUFACTURING(ZHUHAI)CO.,LTD. Xin Qing Science & Technology Industrial Park,Jin An Town,Doumen ,Zhuhai,Guangdong,PRC Zhuhai Guangdong 519180 CN E4-B9-7A (hex) Dell Inc. E4B97A (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 34-DA-C1 (hex) SAE Technologies Development(Dongguan) Co., Ltd. 34DAC1 (base 16) SAE Technologies Development(Dongguan) Co., Ltd. Winnerway Industrial Area,Nancheng Dongguan City Guangdong Province 523087 CN 70-5D-CC (hex) EFM Networks 705DCC (base 16) EFM Networks 6F, Benposra II 1197-1 Bojeong Giheung Gu Yong In Kyunggi do 446913 KR D0-92-FA (hex) Fiberhome Telecommunication Technologies Co.,LTD D092FA (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN E8-5A-D1 (hex) Fiberhome Telecommunication Technologies Co.,LTD E85AD1 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN A8-23-FE (hex) LG Electronics A823FE (base 16) LG Electronics 222 LG-ro, JINWI-MYEON Pyeongtaek-si Gyeonggi-do 451-713 KR E0-5D-5C (hex) Oy Everon Ab E05D5C (base 16) Oy Everon Ab Teräskatu 8 Turku 20520 FI 68-8F-2E (hex) Hitron Technologies. Inc 688F2E (base 16) Hitron Technologies. Inc No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW E0-46-E5 (hex) Gosuncn Technology Group Co., Ltd. E046E5 (base 16) Gosuncn Technology Group Co., Ltd. 6F, 2819 KaiChuang Blvd., Science Town, Huangpu District Guangzhou City Guangdong 510530 CN 1C-59-9B (hex) HUAWEI TECHNOLOGIES CO.,LTD 1C599B (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN D4-BD-1E (hex) 5VT Technologies,Taiwan LTd. D4BD1E (base 16) 5VT Technologies,Taiwan LTd. 6F,No.19-9,SanChong Rd.,Nangang Dist, Taipei 11501 TW BC-9B-68 (hex) Technicolor CH USA Inc. BC9B68 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US CC-D4-A1 (hex) MitraStar Technology Corp. CCD4A1 (base 16) MitraStar Technology Corp. No. 6, Innovation Road II, Hsinchu 300 TW 08-BA-5F (hex) Qingdao Hisense Electronics Co.,Ltd. 08BA5F (base 16) Qingdao Hisense Electronics Co.,Ltd. Qianwangang Roard 218 Qingdao Shandong 266510 CN 10-DF-FC (hex) Siemens AG 10DFFC (base 16) Siemens AG Siemensstrasse 10 Regensburg 93055 DE 84-7F-3D (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. 847F3D (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY C4-FD-E6 (hex) DRTECH C4FDE6 (base 16) DRTECH 29, Dunchon-daero 541beon-gil, Jungwon-gu Seongnam Gyeonggi-do 13216 KR CC-98-8B (hex) SONY Visual Products Inc. CC988B (base 16) SONY Visual Products Inc. 2-10-1 Osaki Shinagawa-ku Tokyo 141-8610 JP 30-E3-D6 (hex) Spotify USA Inc. 30E3D6 (base 16) Spotify USA Inc. 45 West 18th Street New York NY 10011 US 9C-A5-25 (hex) Shandong USR IOT Technology Limited 9CA525 (base 16) Shandong USR IOT Technology Limited Floor 11,Building 1,No.1166 Xinluo Street,Gaoxin District,Jinan,Shandong,250101,China Jinan Shandong 250101 CN E0-45-6D (hex) China Mobile Group Device Co.,Ltd. E0456D (base 16) China Mobile Group Device Co.,Ltd. 32 Xuanwumen West Street,Xicheng District Beijing 100053 CN 28-39-26 (hex) CyberTAN Technology Inc. 283926 (base 16) CyberTAN Technology Inc. 99 Park Ave III, Hsinchu Science Park Hsinchu 308 TW 8C-FC-A0 (hex) Shenzhen Smart Device Technology Co., LTD. 8CFCA0 (base 16) Shenzhen Smart Device Technology Co., LTD. SSMEC Building,Gao Xin Nan First Avenue Hi-Tech Park South,Nanshan Shenzhen GuangDong 518057 CN 1C-42-7D (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 1C427D (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 80-69-33 (hex) HUAWEI TECHNOLOGIES CO.,LTD 806933 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN BC-26-C7 (hex) Cisco Systems, Inc BC26C7 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US BC-5E-A1 (hex) PsiKick, Inc. BC5EA1 (base 16) PsiKick, Inc. 2348 Walsh Ave Santa Clara CA 95051 US 94-4F-4C (hex) Sound United LLC 944F4C (base 16) Sound United LLC One Viper Way Vista CA 92081 US 98-18-88 (hex) Cisco Meraki 981888 (base 16) Cisco Meraki 500 Terry A. Francois Blvd San Francisco null 94158 US 18-81-0E (hex) Apple, Inc. 18810E (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 60-8C-4A (hex) Apple, Inc. 608C4A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 74-B5-87 (hex) Apple, Inc. 74B587 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US FC-B6-D8 (hex) Apple, Inc. FCB6D8 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 3C-6A-2C (hex) IEEE Registration Authority 3C6A2C (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 24-1B-7A (hex) Apple, Inc. 241B7A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 8C-FE-57 (hex) Apple, Inc. 8CFE57 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C0-A6-00 (hex) Apple, Inc. C0A600 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 18-E8-29 (hex) Ubiquiti Networks Inc. 18E829 (base 16) Ubiquiti Networks Inc. 2580 Orchard Pkwy San Jose CA 95131 US E0-C2-86 (hex) Aisai Communication Technology Co., Ltd. E0C286 (base 16) Aisai Communication Technology Co., Ltd. Room 2610 Asia Trade Centre, Kwai Chung N.T. 852 HK 74-05-A5 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 7405A5 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 28-6D-CD (hex) Beijing Winner Microelectronics Co.,Ltd. 286DCD (base 16) Beijing Winner Microelectronics Co.,Ltd. Floor 18, YinDu Building, No.67 FuCheng Road, HaiDian District Beijing 100142 CN 54-10-31 (hex) SMARTO 541031 (base 16) SMARTO 25 QUAI GALLIENI SURESNES HAUT DE SEINE 92150 FR 44-A4-66 (hex) GROUPE LDLC 44A466 (base 16) GROUPE LDLC Groupe LDLC - 2 rue des Erables LIMONEST Rhone 69760 FR D8-0D-17 (hex) TP-LINK TECHNOLOGIES CO.,LTD. D80D17 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 18-C2-BF (hex) BUFFALO.INC 18C2BF (base 16) BUFFALO.INC AKAMONDORI Bld.,30-20,Ohsu 3-chome,Naka-ku Nagoya Aichi Pref. 460-8315 JP E8-1C-BA (hex) Fortinet, Inc. E81CBA (base 16) Fortinet, Inc. 899 Kifer Road Sunnyvale null 94086 US F0-B0-14 (hex) AVM Audiovisuelles Marketing und Computersysteme GmbH F0B014 (base 16) AVM Audiovisuelles Marketing und Computersysteme GmbH Alt-Moabit 95 Berlin Berlin 10559 DE 18-89-A0 (hex) Wuhan Funshion Online Technologies Co.,Ltd 1889A0 (base 16) Wuhan Funshion Online Technologies Co.,Ltd 5th Floor,Financial Port Building A9,No.77 Optical Valley Avenue, East Lake High-Tech Development Zone, Wuhan Wuhan CN/Hubei 430000 CN 0C-2A-86 (hex) Fiberhome Telecommunication Technologies Co.,LTD 0C2A86 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN FC-61-E9 (hex) Fiberhome Telecommunication Technologies Co.,LTD FC61E9 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 40-56-62 (hex) GuoTengShengHua Electronics LTD. 405662 (base 16) GuoTengShengHua Electronics LTD. 1st floor,No. 15 of Tech North 2nd Road,Nanshan District, Shenzhen Guangdong 518000 CN E4-DB-6D (hex) Beijing Xiaomi Electronics Co., Ltd. E4DB6D (base 16) Beijing Xiaomi Electronics Co., Ltd. Building C, QingHe ShunShiJiaYe Technology Park, #66 ZhuFang Rd, HaiDian District Beijing Beijing 10085 CN 00-A0-D1 (hex) INVENTEC CORPORATION 00A0D1 (base 16) INVENTEC CORPORATION INVENTEC BUILDING TAIWAN TAIWAN R.O.C. TW 00-18-CC (hex) AXIOHM SAS 0018CC (base 16) AXIOHM SAS 1 RUE D'ARCUEIL MONTROUGE 92120 FR 00-18-27 (hex) NEC UNIFIED SOLUTIONS NEDERLAND B.V. 001827 (base 16) NEC UNIFIED SOLUTIONS NEDERLAND B.V. ANTON PHILIPSWEG 1 HILVERSUM NH 1223KZ NL 00-90-04 (hex) 3COM EUROPE LTD 009004 (base 16) 3COM EUROPE LTD 3COM CENTRE, BOUNDARY WAY HERTS. HP2 7YU 00000 GB 00-06-8C (hex) 3COM 00068C (base 16) 3COM 5400 BAYFRONT PLAZA SANTA CLARA CA 95052 US 02-60-8C (hex) 3COM 02608C (base 16) 3COM 5400 BAYFRONT PLAZA SANTA CLARA CA 95052 US 00-D0-D8 (hex) 3COM 00D0D8 (base 16) 3COM 2133 LEGHORN STREET MOUNTAIN VIEW CA 94043 US 18-93-7F (hex) AMPAK Technology, Inc. 18937F (base 16) AMPAK Technology, Inc. No.1,Jen Ai Road Hsinchu Industrial Park, Hukou Hsinchu Taiwan ROC. 30352 TW A4-35-23 (hex) Guangdong Donyan Network Technologies Co.,Ltd. A43523 (base 16) Guangdong Donyan Network Technologies Co.,Ltd. No.6,Kejizhong Road,Chuangye Building,Hi-tech Zone Shantou Guangdong 515000 CN B4-A9-4F (hex) MERCURY CORPORATION B4A94F (base 16) MERCURY CORPORATION 90, Gajaeul-ro, Seo-gu INCHEON 22830 KR 80-3A-F4 (hex) Fiberhome Telecommunication Technologies Co.,LTD 803AF4 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 48-A0-F8 (hex) Fiberhome Telecommunication Technologies Co.,LTD 48A0F8 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN F8-5E-3C (hex) SHENZHEN ZHIBOTONG ELECTRONICS CO.,LTD F85E3C (base 16) SHENZHEN ZHIBOTONG ELECTRONICS CO.,LTD 4F,Bldg A2,Hedian Industrial Park,NO.8 Shijing Rd,Guanlan,Longhua District,ShenZhen,China shengzhen 518110 CN 28-3E-76 (hex) Common Networks 283E76 (base 16) Common Networks 1390 Market St. Suite 820 San Francisco CA 94102 US DC-39-79 (hex) Cisco Systems, Inc DC3979 (base 16) Cisco Systems, Inc 280 Hope Street Mountain View CA 94041 US 58-D5-6E (hex) D-Link International 58D56E (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG 0C-53-31 (hex) ETH Zurich 0C5331 (base 16) ETH Zurich Dept. Computer Science, Universitätstr. 6 Zurich ZH 8092 CH DC-90-88 (hex) HUAWEI TECHNOLOGIES CO.,LTD DC9088 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 54-81-2D (hex) PAX Computer Technology(Shenzhen) Ltd. 54812D (base 16) PAX Computer Technology(Shenzhen) Ltd. 4/F, No.3 Building, Software Park, Second Central Science-Tech Road, High-Tech Shenzhen GuangDong 518057 CN 0C-9A-42 (hex) FN-LINK TECHNOLOGY LIMITED 0C9A42 (base 16) FN-LINK TECHNOLOGY LIMITED A Building,HuiXin industial park,No 31, YongHe road, Fuyong town, Bao'an District SHENZHEN GUANGDONG 518100 CN 00-08-09 (hex) Systemonic AG 000809 (base 16) Systemonic AG Am Waldschloesschen 1 DE 8C-41-F4 (hex) IPmotion GmbH 8C41F4 (base 16) IPmotion GmbH Ludwig-Rinn-Straße 8-16 Heuchelheim Hessen 35452 DE 70-4F-08 (hex) Shenzhen Huisheng Information Technology Co., Ltd. 704F08 (base 16) Shenzhen Huisheng Information Technology Co., Ltd. Room 4A-205, Software Industry Base, Yuehai St Nanshan District, Shenzhen Guangdong 518000 CN 88-35-C1 (hex) OI ELECTRIC CO.,LTD 8835C1 (base 16) OI ELECTRIC CO.,LTD 7-3-16 KIKUNA YOKOHAMA KANAGAWA-KEN 222-0011 JP 30-42-A1 (hex) ilumisys Inc. DBA Toggled 3042A1 (base 16) ilumisys Inc. DBA Toggled 1820 E. Big Beaver Road Troy MI 48083 US 00-26-B7 (hex) Kingston Technology Company, Inc. 0026B7 (base 16) Kingston Technology Company, Inc. 17600 Newhope St. Fountain Valley CA 92708 US 28-D0-CB (hex) Cambridge Communication Systems Ltd 28D0CB (base 16) Cambridge Communication Systems Ltd Victory House, Vision Park, Chivers Way, Histon Cambridge CB24 9ZR GB 40-62-EA (hex) China Mobile Group Device Co.,Ltd. 4062EA (base 16) China Mobile Group Device Co.,Ltd. 32 Xuanwumen West Street,Xicheng District Beijing 100053 CN 4C-0F-C7 (hex) Earda Technologies co Ltd 4C0FC7 (base 16) Earda Technologies co Ltd 5/F,Block 2 East area,Haosheng Industrial Park, Guangzhou Guangdong 511400 CN 80-A7-96 (hex) Neurotek LLC 80A796 (base 16) Neurotek LLC 3180 18th St, Ste 200 San Francisco CA 94110 US CC-21-19 (hex) Samsung Electronics Co.,Ltd CC2119 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 30-23-03 (hex) Belkin International Inc. 302303 (base 16) Belkin International Inc. 12045 East Waterfront Drive Playa Vista null 90094 US 9C-F6-DD (hex) IEEE Registration Authority 9CF6DD (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 00-1E-80 (hex) Icotera A/S 001E80 (base 16) Icotera A/S Vibeholms Allé 16 Brøndby 2605 DK 48-88-1E (hex) EthoSwitch LLC 48881E (base 16) EthoSwitch LLC 1298 Evans Road Wall Township NJ 07719 US 3C-71-BF (hex) Espressif Inc. 3C71BF (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 00-03-93 (hex) Apple, Inc. 000393 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-00-C3 (hex) Harris Corporation 0000C3 (base 16) Harris Corporation 1025 West NASA Blvd Melbourne FL 32919 US 30-4B-07 (hex) Motorola Mobility LLC, a Lenovo Company 304B07 (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US 34-5A-BA (hex) tcloud intelligence 345ABA (base 16) tcloud intelligence Bao'an District, No. 400 Xiangshan Avenue ShenZhen GuangDong 518105 CN 50-2F-A8 (hex) Cisco Systems, Inc 502FA8 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 90-2B-D2 (hex) HUAWEI TECHNOLOGIES CO.,LTD 902BD2 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 08-D5-9D (hex) Sagemcom Broadband SAS 08D59D (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR C0-83-59 (hex) IEEE Registration Authority C08359 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US EC-83-D5 (hex) GIRD Systems Inc EC83D5 (base 16) GIRD Systems Inc 11260 Chester Road, Ste. 600 Cincinnati OH 45246 US 14-94-2F (hex) USYS CO.,LTD. 14942F (base 16) USYS CO.,LTD. #911, SeoulTechnoPark, 232, Gongneung-ro, Nowon-gu Seoul KS013 KR FC-B1-0D (hex) Shenzhen Tian Kun Technology Co.,LTD. FCB10D (base 16) Shenzhen Tian Kun Technology Co.,LTD. Layer 8,Nanyuan Maple Building,No.1088 Nanshan Avenue,Nanshan Street,Nanshan District,Shenzhen Shenzhen Guangdong 518048 CN 20-F7-7C (hex) vivo Mobile Communication Co., Ltd. 20F77C (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 00-1E-EC (hex) COMPAL INFORMATION (KUNSHAN) CO., LTD. 001EEC (base 16) COMPAL INFORMATION (KUNSHAN) CO., LTD. NO. 25, THE 3RD Street KUNSHAN CITY SUZHOU PROVINCE 215300 CN F0-76-1C (hex) COMPAL INFORMATION (KUNSHAN) CO., LTD. F0761C (base 16) COMPAL INFORMATION (KUNSHAN) CO., LTD. NO. 15, THE 3RD Street KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN 00-04-AE (hex) Sullair Corporation 0004AE (base 16) Sullair Corporation 3700 East Michigan Blvd Michigan City IN 46360 US 00-45-1D (hex) Cisco Systems, Inc 00451D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US A0-D6-35 (hex) WBS Technology A0D635 (base 16) WBS Technology Unit32, 2 Slough Ave, Slough Business Park Silverwater New South Wales 2128 AU 34-80-0D (hex) Cavium Inc 34800D (base 16) Cavium Inc 15485 Sand Canyon Ave Irvine CA 92618 US B4-4B-D6 (hex) IEEE Registration Authority B44BD6 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US D8-91-2A (hex) Zyxel Communications Corporation D8912A (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW 3C-42-7E (hex) IEEE Registration Authority 3C427E (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 00-0B-A3 (hex) Siemens AG 000BA3 (base 16) Siemens AG Werner-von-Siemens-Straße 65 Erlangen Bavaria 91052 DE 00-0C-8A (hex) Bose Corporation 000C8A (base 16) Bose Corporation Automotive Systems Division (ASD) Stow MA 01775-9102 US 24-3A-82 (hex) IRTS 243A82 (base 16) IRTS 639 BD DES ARMARIS, IRTS TOULON Provence Alpes Cotes d'Azur 83100 FR 88-09-07 (hex) MKT Systemtechnik GmbH & Co. KG 880907 (base 16) MKT Systemtechnik GmbH & Co. KG Hasskampstraße 75-77 Bünde NRW 32257 DE 58-A4-8E (hex) PixArt Imaging Inc. 58A48E (base 16) PixArt Imaging Inc. No.5, Innovation Road 1, HsinChu Science Park, Hsin-Chu 300 TW 30-D6-59 (hex) Merging Technologies SA 30D659 (base 16) Merging Technologies SA Le Verney 4 Puidoux Outside the U.S or Canada 1070 CH 70-2A-D5 (hex) Samsung Electronics Co.,Ltd 702AD5 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 88-97-65 (hex) exands 889765 (base 16) exands RM2202 , No. 666 Gubei road shanghai 200336 CN 38-6E-88 (hex) zte corporation 386E88 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN B8-85-84 (hex) Dell Inc. B88584 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 40-EE-DD (hex) HUAWEI TECHNOLOGIES CO.,LTD 40EEDD (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN B0-18-86 (hex) SmarDTV B01886 (base 16) SmarDTV Route de Genève 22 Cheseaux CH-1033 CH AC-75-1D (hex) HUAWEI TECHNOLOGIES CO.,LTD AC751D (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 28-9E-97 (hex) HUAWEI TECHNOLOGIES CO.,LTD 289E97 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-15-25 (hex) Chamberlain Access Solutions 001525 (base 16) Chamberlain Access Solutions 8271 E. Gelding Drive Scottsdale AZ 85260 US 00-1E-B0 (hex) ImesD Electronica S.L. 001EB0 (base 16) ImesD Electronica S.L. d'Entença 81 Barcelona 08015 ES 64-1C-67 (hex) DIGIBRAS INDUSTRIA DO BRASILS/A 641C67 (base 16) DIGIBRAS INDUSTRIA DO BRASILS/A Rua Tambaqui, 180-B - MANAUS - AM ¨C BRAZIL manaus MANAUS 69075-210 BR 60-05-8A (hex) Hitachi Metals, Ltd. 60058A (base 16) Hitachi Metals, Ltd. Shinagawa Season Terrace, 2-70, Konan 1-chome Minato-ku Tokyo 108-8224 JP BC-22-FB (hex) RF Industries BC22FB (base 16) RF Industries PO Box 5 Welland SA 5007 AU 00-80-B6 (hex) Mercury Systems – Trusted Mission Solutions, Inc. 0080B6 (base 16) Mercury Systems – Trusted Mission Solutions, Inc. 6681 OWENS DRIVE PLEASONTON CA 94588 US 08-51-2E (hex) Orion Diagnostica Oy 08512E (base 16) Orion Diagnostica Oy Koivu-Mankkaan tie 6 Espoo 02100 FI 98-A4-04 (hex) Ericsson AB 98A404 (base 16) Ericsson AB Torshamnsgatan 36 Stockholm SE-164 80 SE 00-CC-3F (hex) Universal Electronics, Inc. 00CC3F (base 16) Universal Electronics, Inc. 201 E. Sandpointe Ave Santa Ana CA 92707 US 74-B9-1E (hex) Nanjing Bestway Automation System Co., Ltd 74B91E (base 16) Nanjing Bestway Automation System Co., Ltd #50 Baoxiang Road, Jiangning Bin Jiang Economic Development Zone nanjing jiangsu 211161 CN A0-19-B2 (hex) IEEE Registration Authority A019B2 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 8C-15-C7 (hex) HUAWEI TECHNOLOGIES CO.,LTD 8C15C7 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 60-FA-9D (hex) HUAWEI TECHNOLOGIES CO.,LTD 60FA9D (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN DC-99-14 (hex) HUAWEI TECHNOLOGIES CO.,LTD DC9914 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 4C-3F-D3 (hex) Texas Instruments 4C3FD3 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US B0-53-65 (hex) China Mobile IOT Company Limited B05365 (base 16) China Mobile IOT Company Limited NO.8 Yu Ma Road, NanAn Area Chongqing Chongqing 401336 CN 30-88-41 (hex) Sichuan AI-Link Technology Co., Ltd. 308841 (base 16) Sichuan AI-Link Technology Co., Ltd. Anzhou,Industrial Park Anzhou,Industrial Park Sichuan 621000 CN 44-EF-CF (hex) UGENE SOLUTION inc. 44EFCF (base 16) UGENE SOLUTION inc. A-1508, 1509, 583, Yangcheon-ro, Gangseo-gu Seoul KS013 KR 30-45-96 (hex) HUAWEI TECHNOLOGIES CO.,LTD 304596 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN C0-F4-E6 (hex) HUAWEI TECHNOLOGIES CO.,LTD C0F4E6 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 74-EB-80 (hex) Samsung Electronics Co.,Ltd 74EB80 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 0C-E0-DC (hex) Samsung Electronics Co.,Ltd 0CE0DC (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR D8-68-C3 (hex) Samsung Electronics Co.,Ltd D868C3 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR C4-93-D9 (hex) Samsung Electronics Co.,Ltd C493D9 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR A8-2B-B9 (hex) Samsung Electronics Co.,Ltd A82BB9 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR AC-FD-93 (hex) WEIFANG GOERTEK ELECTRONICS CO.,LTD ACFD93 (base 16) WEIFANG GOERTEK ELECTRONICS CO.,LTD Gaoxin 2 Road,Free Trade Zone,Weifang,Shandong,261205,P.R.China Weifang Shandong 261205 CN 68-57-2D (hex) HANGZHOU AIXIANGJI TECHNOLOGY CO., LTD 68572D (base 16) HANGZHOU AIXIANGJI TECHNOLOGY CO., LTD 7 Floor, 3 Blvd., More Centre, 87 Gudun Rd., Xihu District Hangzhou Zhejiang 310012 CN 00-B8-C2 (hex) Heights Telecom T ltd 00B8C2 (base 16) Heights Telecom T ltd Moshe Lerer 15 Nes Ziona 7404996 IL F4-BF-80 (hex) HUAWEI TECHNOLOGIES CO.,LTD F4BF80 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-0E-8F (hex) Sercomm Corporation. 000E8F (base 16) Sercomm Corporation. 3F,No.81,Yu-Yih Rd.,Chu-Nan Chen Miao-Lih Hsuan 115 TW A0-E6-17 (hex) MATIS A0E617 (base 16) MATIS 2/F,Hatchobori MIYATA Bldg.,1-8-2, Shintomi,Chuo-Ku, Tokyo 104-0041 JP 70-01-B5 (hex) Cisco Systems, Inc 7001B5 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1F-49 (hex) Manhattan TV Ltd 001F49 (base 16) Manhattan TV Ltd 3 Phoenix Park, London NW2 7LN GB 88-D6-52 (hex) AMERGINT Technologies 88D652 (base 16) AMERGINT Technologies 2315 Briargate Pkwy, Suite 100 Colorado Springs CO 80920 US FC-90-FA (hex) Independent Technologies FC90FA (base 16) Independent Technologies 1960 Ridgeview Rd Blair NE 68008 US D0-B2-14 (hex) PoeWit Inc D0B214 (base 16) PoeWit Inc 2307 Sea Island Dr Fort Lauderdale FL 33301 US C4-24-56 (hex) Palo Alto Networks C42456 (base 16) Palo Alto Networks 3000 Tannery Way Santa Clara CA 95054 US B4-B6-86 (hex) Hewlett Packard B4B686 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston TX 77070 US 4C-ED-FB (hex) ASUSTek COMPUTER INC. 4CEDFB (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 7C-2E-BD (hex) Google, Inc. 7C2EBD (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US 6C-AF-15 (hex) Webasto SE 6CAF15 (base 16) Webasto SE Kraillinger Straße 5 Stockdorf Bayern 82131 DE E4-E1-30 (hex) TCT mobile ltd E4E130 (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN 0C-21-38 (hex) Hengstler GmbH 0C2138 (base 16) Hengstler GmbH Uhlandstrasse49 Aldingen BW 78554 DE E4-60-59 (hex) Pingtek Co., Ltd. E46059 (base 16) Pingtek Co., Ltd. 5F., No.786, Zhongzheng Rd., Zhonghe Dist. New Taipei City 235 TW E0-19-1D (hex) HUAWEI TECHNOLOGIES CO.,LTD E0191D (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 68-D1-BA (hex) Shenzhen YOUHUA Technology Co., Ltd 68D1BA (base 16) Shenzhen YOUHUA Technology Co., Ltd Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN 1C-1A-C0 (hex) Apple, Inc. 1C1AC0 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 30-78-C2 (hex) Innowireless / QUCELL Networks 3078C2 (base 16) Innowireless / QUCELL Networks Innowireless Bldg. 190 Seohyeon-ro Bundang-gu, Seongnam-si Gyeonggi-do 13590 KR 40-50-B5 (hex) Shenzhen New Species Technology Co., Ltd. 4050B5 (base 16) Shenzhen New Species Technology Co., Ltd. Room 1827,Building R&D,EVOC intelligence valley,No 11,Gao xin west road,Guangming New District Shenzhen 518107 CN 3C-15-FB (hex) HUAWEI TECHNOLOGIES CO.,LTD 3C15FB (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN CC-93-4A (hex) Sierra Wireless CC934A (base 16) Sierra Wireless 1381 Wireless Way Richmond BC CA V6V 3A4 GB 00-CF-C0 (hex) China Mobile Group Device Co.,Ltd. 00CFC0 (base 16) China Mobile Group Device Co.,Ltd. 32 Xuanwumen West Street,Xicheng District Beijing 100053 CN DC-33-0D (hex) QING DAO HAIER TELECOM CO.,LTD. DC330D (base 16) QING DAO HAIER TELECOM CO.,LTD. No 1 Haier road,Hi-tech Zone,Qingdao,PR.China Qingdao Shandong 266101 CN 68-89-75 (hex) nuoxc 688975 (base 16) nuoxc 龙岗区横岗街道西坑社区西坑梧岗路9号2栋 深圳市 广东省 518173 CN 40-F0-4E (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. 40F04E (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY 00-21-F2 (hex) EASY3CALL Technology Limited 0021F2 (base 16) EASY3CALL Technology Limited Room 1903-6, 19/F., HING YIP Commercial Centre Hong Kong 999077 CN 00-15-C4 (hex) FLOVEL CO., LTD. 0015C4 (base 16) FLOVEL CO., LTD. The Tachihi building No,3 hall, 6-1, Sakae-cho, Tokyo 190-0003 US 00-11-E6 (hex) Scientific Atlanta 0011E6 (base 16) Scientific Atlanta 5030 Sugarloaf Parkway Lawrenceville Ga 30042 US 24-F1-28 (hex) Telstra 24F128 (base 16) Telstra 231 Elisabeth St SYDNEY NSW 2000 AU E0-38-3F (hex) zte corporation E0383F (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN D4-72-26 (hex) zte corporation D47226 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 40-83-1D (hex) Apple, Inc. 40831D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US DC-D3-A2 (hex) Apple, Inc. DCD3A2 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 5C-1D-D9 (hex) Apple, Inc. 5C1DD9 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 80-05-88 (hex) Ruijie Networks Co.,LTD 800588 (base 16) Ruijie Networks Co.,LTD 20# Building,Star-net Science Plaza,Juyuanzhou, 618 Jinshan Road Fuzhou Fujian 350002 CN F0-0E-1D (hex) Megafone Limited F00E1D (base 16) Megafone Limited Unit 702,7/F,Bankok Bank Building,NO.18 Bonham Strand West Hong Kong 999077 HK 88-AE-07 (hex) Apple, Inc. 88AE07 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 68-FE-F7 (hex) Apple, Inc. 68FEF7 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US AC-35-EE (hex) FN-LINK TECHNOLOGY LIMITED AC35EE (base 16) FN-LINK TECHNOLOGY LIMITED A Building,HuiXin industial park,No 31, YongHe road, Fuyong town, Bao'an District SHENZHEN GUANGDONG 518100 CN 88-11-96 (hex) HUAWEI TECHNOLOGIES CO.,LTD 881196 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN E4-0E-EE (hex) HUAWEI TECHNOLOGIES CO.,LTD E40EEE (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 28-D9-97 (hex) Yuduan Mobile Co., Ltd. 28D997 (base 16) Yuduan Mobile Co., Ltd. Room 401 No 84 Lane 887 Zuchongzhi Rd. Shanghai 201203 CN 30-1F-9A (hex) IEEE Registration Authority 301F9A (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 0C-2C-54 (hex) HUAWEI TECHNOLOGIES CO.,LTD 0C2C54 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN D4-C1-9E (hex) Ruckus Wireless D4C19E (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 70-69-5A (hex) Cisco Systems, Inc 70695A (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-BF-77 (hex) Cisco Systems, Inc 00BF77 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US D0-77-14 (hex) Motorola Mobility LLC, a Lenovo Company D07714 (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US 30-B7-D4 (hex) Hitron Technologies. Inc 30B7D4 (base 16) Hitron Technologies. Inc No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW B4-81-BF (hex) Meta-Networks, LLC B481BF (base 16) Meta-Networks, LLC Office 106C, 5/2, Varshavskaya street Saint-Petersburg Saint-Petersburg 196128 RU 94-6A-B0 (hex) Arcadyan Corporation 946AB0 (base 16) Arcadyan Corporation No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW 48-18-FA (hex) Nocsys 4818FA (base 16) Nocsys 1F, No. 63 Building, No. 421 Hong Cao Road, Xuhui District Shanghai Shanghai 200233 CN 58-7A-6A (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 587A6A (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN A0-38-F8 (hex) OURA Health Oy A038F8 (base 16) OURA Health Oy Elektroniikkatie 3 Oulu 90590 FI 68-79-24 (hex) ELS-GmbH & Co. KG 687924 (base 16) ELS-GmbH & Co. KG Dammstrasse 21 Werther NRW 33824 DE 28-FD-80 (hex) IEEE Registration Authority 28FD80 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 0C-AE-7D (hex) Texas Instruments 0CAE7D (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 30-45-11 (hex) Texas Instruments 304511 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US E8-1A-AC (hex) ORFEO SOUNDWORKS Inc. E81AAC (base 16) ORFEO SOUNDWORKS Inc. 612, 11-41, Simin-daero 327beon-gil, Dongan-gu Anyang 14055 KR 00-07-58 (hex) DragonWave Inc. 000758 (base 16) DragonWave Inc. 600-411 Leggett Drive, Kanata, Ontario K2K 3C9 CA F0-FC-C8 (hex) ARRIS Group, Inc. F0FCC8 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US F8-DF-15 (hex) Sunitec Enterprise Co.,Ltd F8DF15 (base 16) Sunitec Enterprise Co.,Ltd 3F.,No.98-1,Mincyuan Rd.Sindian City Taipei County 231 231141 CN 00-1D-B5 (hex) Juniper Networks 001DB5 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US B0-26-80 (hex) Cisco Systems, Inc B02680 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US D4-93-98 (hex) Nokia Corporation D49398 (base 16) Nokia Corporation Joensuunkatu 7 Salo N.A. 24101 FI 00-19-37 (hex) CommerceGuard AB 001937 (base 16) CommerceGuard AB Gustavslundsv 151A BROMMA 16714 SE FC-7C-02 (hex) Phicomm (Shanghai) Co., Ltd. FC7C02 (base 16) Phicomm (Shanghai) Co., Ltd. 3666 SiXian Rd.,Songjiang District Shanghai Shanghai 201616 CN A8-61-0A (hex) ARDUINO AG A8610A (base 16) ARDUINO AG Corso San Gottardo 6A Chiasso 6830 CH 60-97-DD (hex) MicroSys Electronics GmbH 6097DD (base 16) MicroSys Electronics GmbH Muehlweg 1 Sauerlach 82054 DE 04-79-70 (hex) HUAWEI TECHNOLOGIES CO.,LTD 047970 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN A0-57-E3 (hex) HUAWEI TECHNOLOGIES CO.,LTD A057E3 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 1C-B0-44 (hex) ASKEY COMPUTER CORP 1CB044 (base 16) ASKEY COMPUTER CORP 10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW AC-17-C8 (hex) Cisco Meraki AC17C8 (base 16) Cisco Meraki 500 Terry A. Francois Blvd San Francisco null 94158 US F4-84-4C (hex) Texas Instruments F4844C (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US B4-F2-E8 (hex) ARRIS Group, Inc. B4F2E8 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 3C-57-4F (hex) China Mobile Group Device Co.,Ltd. 3C574F (base 16) China Mobile Group Device Co.,Ltd. 32 Xuanwumen West Street,Xicheng District Beijing 100053 CN D4-9C-F4 (hex) Palo Alto Networks D49CF4 (base 16) Palo Alto Networks 3000 Tannery Way Santa Clara CA 95054 US 8C-16-45 (hex) LCFC(HeFei) Electronics Technology co., ltd 8C1645 (base 16) LCFC(HeFei) Electronics Technology co., ltd YunGu Road 3188-1 Hefei Anhui 230000 CN 68-98-61 (hex) Beacon Inc 689861 (base 16) Beacon Inc 82-1, Anyangcheondong-ro, Dongan-gu anyang Gyeonggi-do 14042 KR 60-98-13 (hex) Shanghai Visking Digital Technology Co. LTD 609813 (base 16) Shanghai Visking Digital Technology Co. LTD Room 1301, Building A8, No.1688 Guoquan North Road, Yangpu District Shanghai 200082 CN 50-6B-4B (hex) Mellanox Technologies, Inc. 506B4B (base 16) Mellanox Technologies, Inc. 350 Oakmead Parkway, Suite 100 Sunnyvale CA 94085 US B4-1C-30 (hex) zte corporation B41C30 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 70-5A-AC (hex) Samsung Electronics Co.,Ltd 705AAC (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 2C-95-69 (hex) ARRIS Group, Inc. 2C9569 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US A0-39-EE (hex) Sagemcom Broadband SAS A039EE (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR E4-CB-59 (hex) Beijing Loveair Science and Technology Co. Ltd. E4CB59 (base 16) Beijing Loveair Science and Technology Co. Ltd. 103,Block B, Kelin Building, No.107, Dongsi North Street, Dongcheng District, Beijing 100000 CN B4-E6-2D (hex) Espressif Inc. B4E62D (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 84-74-60 (hex) zte corporation 847460 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 4C-82-CF (hex) Dish Technologies Corp 4C82CF (base 16) Dish Technologies Corp 94 Inverness Terrace E Englewood CO 80112 US 28-57-67 (hex) Dish Technologies Corp 285767 (base 16) Dish Technologies Corp 94 Inverness Terrace E Englewood CO 80112 US 70-16-9F (hex) EtherCAT Technology Group 70169F (base 16) EtherCAT Technology Group Ostendstr. 196 NUremberg 90482 DE 68-EF-43 (hex) Apple, Inc. 68EF43 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D0-2B-20 (hex) Apple, Inc. D02B20 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 2C-61-F6 (hex) Apple, Inc. 2C61F6 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D4-A3-3D (hex) Apple, Inc. D4A33D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F0-76-6F (hex) Apple, Inc. F0766F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 40-98-AD (hex) Apple, Inc. 4098AD (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 6C-4D-73 (hex) Apple, Inc. 6C4D73 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 1C-A0-B8 (hex) Hon Hai Precision Ind. Co., Ltd. 1CA0B8 (base 16) Hon Hai Precision Ind. Co., Ltd. GuangDongShenZhen ShenZhen GuangDong 518109 CN D8-84-66 (hex) Extreme Networks, Inc. D88466 (base 16) Extreme Networks, Inc. 145 Rio Robles San Jose CA 95134 US 00-04-96 (hex) Extreme Networks, Inc. 000496 (base 16) Extreme Networks, Inc. 3585 Monroe Street Santa Clara CA 95051 US 00-E0-2B (hex) Extreme Networks, Inc. 00E02B (base 16) Extreme Networks, Inc. 10460 BANDLEY DRIVE CUPERINT0 CA 95014 US 5C-0E-8B (hex) Extreme Networks, Inc. 5C0E8B (base 16) Extreme Networks, Inc. 475 Half Day Road Lincolnshire IL 60069 US 74-67-F7 (hex) Extreme Networks, Inc. 7467F7 (base 16) Extreme Networks, Inc. 1 Zebra Plaza Holtsville NY 11742 US E4-30-22 (hex) Hanwha Techwin Security Vietnam E43022 (base 16) Hanwha Techwin Security Vietnam Plot O-2, Que Vo industrial park (Expanded area), Nam Son Commune, Bac Ninh City Bac Ninh Province 000 VN 04-4F-17 (hex) HUMAX Co., Ltd. 044F17 (base 16) HUMAX Co., Ltd. HUMAX Village, 216, Hwangsaeul-ro, Bu Seongnam-si Gyeonggi-do 463-875 KR 5C-4A-1F (hex) SICHUAN TIANYI COMHEART TELECOMCO., LTD 5C4A1F (base 16) SICHUAN TIANYI COMHEART TELECOMCO., LTD FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN E4-8F-34 (hex) Vodafone Italia S.p.A. E48F34 (base 16) Vodafone Italia S.p.A. Via Lorenteggio nr. 240 Milan Italy 20147 IT 68-5A-CF (hex) Samsung Electronics Co.,Ltd 685ACF (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 0C-A8-A7 (hex) Samsung Electronics Co.,Ltd 0CA8A7 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR B0-67-2F (hex) Bowers & Wilkins B0672F (base 16) Bowers & Wilkins 900 Middlefield Rd Floor 4 Redwood City CA 94063 US 10-CD-6E (hex) FISYS 10CD6E (base 16) FISYS 303 Expotel, 44, Dunsan-daero 117beon-gil, Seo-gu, Daejeon, Korea Daejeon, Korea KS015 KR D8-63-75 (hex) Xiaomi Communications Co Ltd D86375 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN D8-9C-67 (hex) Hon Hai Precision Ind. Co.,Ltd. D89C67 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 64-20-9F (hex) Tilgin AB 64209F (base 16) Tilgin AB Finlandsgatan 40 Kista 16474 SE A4-3E-51 (hex) ANOV FRANCE A43E51 (base 16) ANOV FRANCE 100 CHEMIN DE BAILLOT MONTAUBAN 82000 FR 70-26-05 (hex) SONY Visual Products Inc. 702605 (base 16) SONY Visual Products Inc. 2-10-1 Osaki Shinagawa-ku Tokyo 141-8610 JP 00-90-F1 (hex) Seagate Cloud Systems Inc 0090F1 (base 16) Seagate Cloud Systems Inc 6305 El Camino Real Carlsbad CA 92009 US 84-5A-81 (hex) ffly4u 845A81 (base 16) ffly4u 3, avenue Didier Daurat Toulouse 31400 FR CC-81-DA (hex) Phicomm (Shanghai) Co., Ltd. CC81DA (base 16) Phicomm (Shanghai) Co., Ltd. 3666 SiXian Rd.,Songjiang District Shanghai Shanghai 201616 CN 00-80-6C (hex) Secure Systems & Services 00806C (base 16) Secure Systems & Services 24, Chemin de la Pouranque F-13752 LES PENNES MIRABEAU CS30084 FR 00-72-63 (hex) Netcore Technology Inc. 007263 (base 16) Netcore Technology Inc. ORIENTAL CYBERPORT,HIGHTECH 6 ROAD Shenzhen 518057 CN 1C-27-DD (hex) Datang Gohighsec(zhejiang)Information Technology Co.,Ltd. 1C27DD (base 16) Datang Gohighsec(zhejiang)Information Technology Co.,Ltd. Beiwu Innovation park, #23 Beiwu Villiage Road Beijing Beijing 100000 CN B8-C8-EB (hex) ITEL MOBILE LIMITED B8C8EB (base 16) ITEL MOBILE LIMITED RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK 80-C5-F2 (hex) AzureWave Technology Inc. 80C5F2 (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW 64-F8-8A (hex) China Mobile IOT Company Limited 64F88A (base 16) China Mobile IOT Company Limited NO.8 Yu Ma Road, NanAn Area Chongqing Chongqing 401336 CN 68-DB-54 (hex) Phicomm (Shanghai) Co., Ltd. 68DB54 (base 16) Phicomm (Shanghai) Co., Ltd. 3666 SiXian Rd.,Songjiang District Shanghai Shanghai 201616 CN B4-52-53 (hex) Seagate Technology B45253 (base 16) Seagate Technology 1280 Disc Drive Shakopee MN 55379 US 00-11-C6 (hex) Seagate Technology 0011C6 (base 16) Seagate Technology M/S NW1F01 Longmont CO 80503 US 00-1D-38 (hex) Seagate Technology 001D38 (base 16) Seagate Technology M/S NW1F01 Longmont CO 80503 US 00-50-13 (hex) Seagate Cloud Systems Inc 005013 (base 16) Seagate Cloud Systems Inc 7420 E. Dry Creek Parkway Longmont CO 80503 US C8-DF-84 (hex) Texas Instruments C8DF84 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 24-0D-6C (hex) SMND 240D6C (base 16) SMND 16-39, LS-ro 91 beon-gil, Dongan-gu Anyang-si Gyeonggi-do 14119 KR 48-55-5C (hex) Wu Qi Technologies,Inc. 48555C (base 16) Wu Qi Technologies,Inc. Xiantao street data on the 19th East Road Chongqing City Yubei District 401120 CN 18-F0-E4 (hex) Xiaomi Communications Co Ltd 18F0E4 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources , No.68 Qinghe Middle Street , Haidian District Beijing Beijing 100089 CN 58-8A-5A (hex) Dell Inc. 588A5A (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 9C-8C-6E (hex) Samsung Electronics Co.,Ltd 9C8C6E (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR DC-4F-22 (hex) Espressif Inc. DC4F22 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN F8-6C-E1 (hex) Taicang T&W Electronics F86CE1 (base 16) Taicang T&W Electronics 89# Jiang Nan RD Suzhou Jiangsu 215412 CN 1C-73-28 (hex) Connected Home 1C7328 (base 16) Connected Home 19-22, Rathbone Place London W1T 1HY GB D8-E0-04 (hex) Vodia Networks Inc D8E004 (base 16) Vodia Networks Inc 33 Broad St Boston MA 02109 US 2C-FD-AB (hex) Motorola (Wuhan) Mobility Technologies Communication Co., Ltd. 2CFDAB (base 16) Motorola (Wuhan) Mobility Technologies Communication Co., Ltd. No.19, Gaoxin 4th Road, Wuhan East Lake High-tech Zone, Wuhan Wuhan Hubei 430000 CN 30-B4-B8 (hex) LG Electronics 30B4B8 (base 16) LG Electronics 222 LG-ro, JINWI-MYEON Pyeongtaek-si Gyeonggi-do 451-713 KR 38-0E-4D (hex) Cisco Systems, Inc 380E4D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 38-73-EA (hex) IEEE Registration Authority 3873EA (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 4C-52-62 (hex) Fujitsu Technology Solutions GmbH 4C5262 (base 16) Fujitsu Technology Solutions GmbH Buergermeister-Ulrich-Strasse 100 Augsburg Bayern 86199 DE 80-3B-F6 (hex) LOOK EASY INTERNATIONAL LIMITED 803BF6 (base 16) LOOK EASY INTERNATIONAL LIMITED 4th Floor, No. 551, Guang-Fu South Road Taipei Xinyi District 11074 TW 30-EB-1F (hex) Skylab M&C Technology Co.,Ltd 30EB1F (base 16) Skylab M&C Technology Co.,Ltd 6 Floor,No.9 Building,Lijincheng Scientific&Technical park,Gongye East Road,Longhua District Shenzhen Guangdong 518109 CN 54-9A-4C (hex) GUANGDONG HOMECARE TECHNOLOGY CO.,LTD. 549A4C (base 16) GUANGDONG HOMECARE TECHNOLOGY CO.,LTD. 8F,12#, Taihua Industrial Park, Hangkong Rd., Gushu, Baoan District Shenzhen Guangdong 518128 CN EC-1D-8B (hex) Cisco Systems, Inc EC1D8B (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US EC-70-97 (hex) ARRIS Group, Inc. EC7097 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 58-19-F8 (hex) ARRIS Group, Inc. 5819F8 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US D0-7F-C4 (hex) Ou Wei Technology Co.,Ltd. of Shenzhen City D07FC4 (base 16) Ou Wei Technology Co.,Ltd. of Shenzhen City Registered Address: Room 201, Block D, Huahan Innovation Park, Langshan Road, Xili Street, Nanshan District, Shenzhen Guangdong 518057 CN 14-79-F3 (hex) China Mobile Group Device Co.,Ltd. 1479F3 (base 16) China Mobile Group Device Co.,Ltd. 32 Xuanwumen West Street,Xicheng District Beijing 100053 CN 0C-CE-F6 (hex) Guizhou Fortuneship Technology Co., Ltd 0CCEF6 (base 16) Guizhou Fortuneship Technology Co., Ltd 2nd Floor, Factory Building 4, Hi-Tech Industrial Park, Xinpu Economic Development Zone, Xinpu New District Zunyi City Guizhou Province 56300 CN 18-06-FF (hex) Acer Computer(Shanghai) Limited. 1806FF (base 16) Acer Computer(Shanghai) Limited. Room1806-20, No.769, Jiujiang Road, Huangpu District Shanghai 200000 CN C4-CD-82 (hex) Hangzhou Lowan Information Technology Co., Ltd. C4CD82 (base 16) Hangzhou Lowan Information Technology Co., Ltd. 502 Building B, United Mansion, No.2 Zijinghua Road Hangzhou Zhejiang 310023 CN 30-FB-94 (hex) Shanghai Fangzhiwei Information Technology CO.,Ltd. 30FB94 (base 16) Shanghai Fangzhiwei Information Technology CO.,Ltd. The 17th Building A Unit,No. 1688 Lianhang Road,Minhang District,Shanghai City Shanghai 201100 CN 00-23-A0 (hex) Hana CNS Co., LTD. 0023A0 (base 16) Hana CNS Co., LTD. Taejang-dong 1720-52 Taejang-NongGong-Danji Wonju Gangwon-do 220-962 KR F4-06-A5 (hex) Hangzhou Bianfeng Networking Technology Co., Ltd. F406A5 (base 16) Hangzhou Bianfeng Networking Technology Co., Ltd. BlockC,2F,Building B,Paradise Software Park Hangzhou Zhejiang 310012 CN A4-B5-2E (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. A4B52E (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY 3C-A5-81 (hex) vivo Mobile Communication Co., Ltd. 3CA581 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 34-E9-11 (hex) vivo Mobile Communication Co., Ltd. 34E911 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 64-CB-A3 (hex) Pointmobile 64CBA3 (base 16) Pointmobile B-9F kabul Great Valley, 32, Digital-ro 9-gil, Geumcheon-gu Seoul Seoul 08512 KR EC-FA-BC (hex) Espressif Inc. ECFABC (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 08-BA-22 (hex) Swaive Corporation 08BA22 (base 16) Swaive Corporation 3565 Kettmann Road San Jose CA 95121 US 28-C1-3C (hex) Hon Hai Precision Ind. Co., Ltd. 28C13C (base 16) Hon Hai Precision Ind. Co., Ltd. GuangDongShenZhen ShenZhen GuangDong 518109 CN B0-EC-E1 (hex) Private B0ECE1 (base 16) Private 60-E7-8A (hex) UNISEM 60E78A (base 16) UNISEM 10-7,Jangjinam-gil,Dongtan-meyeon Hwaseong-si Gyeonggi-do 18510 KR 28-29-86 (hex) APC by Schneider Electric 282986 (base 16) APC by Schneider Electric 800 Federal St. Andover MA 01810 US 70-7D-B9 (hex) Cisco Systems, Inc 707DB9 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 08-BE-AC (hex) Edimax Technology Co. Ltd. 08BEAC (base 16) Edimax Technology Co. Ltd. No. 278, Xinhu 1st Road Taipei City Neihu Dist 248 TW 24-8B-E0 (hex) SICHUAN TIANYI COMHEART TELECOMCO., LTD 248BE0 (base 16) SICHUAN TIANYI COMHEART TELECOMCO., LTD FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN 00-24-24 (hex) Ace Axis Limited 002424 (base 16) Ace Axis Limited 602 Delta Business Park, Welton Road Swindon SN5 7XP GB 50-C9-A0 (hex) SKIPPER AS 50C9A0 (base 16) SKIPPER AS Enebakkvn 150 Oslo 0612 NO 74-83-EF (hex) Arista Networks 7483EF (base 16) Arista Networks 5453 Great America Parkway Santa Clara CA 95054 US 00-E0-F6 (hex) DECISION EUROPE 00E0F6 (base 16) DECISION EUROPE 3, rue de Lattre de Tassigny 85170 SAINT DENIS LA CHEVASSE FR CC-2D-E0 (hex) Routerboard.com CC2DE0 (base 16) Routerboard.com Mikrotikls SIA Riga Riga LV1009 LV 00-BF-61 (hex) Samsung Electronics Co.,Ltd 00BF61 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 78-67-D7 (hex) Apple, Inc. 7867D7 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US B8-C1-11 (hex) Apple, Inc. B8C111 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 10-46-B4 (hex) FormericaOE 1046B4 (base 16) FormericaOE 5F-11, No.38, Taiyuan Street Zhubei City Hsinchu County 302 TW 9C-E3-3F (hex) Apple, Inc. 9CE33F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 38-6B-1C (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. 386B1C (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. 3/F, Building R1-B, High-Tech Industrial Park, Nanshan District Shenzhen Guangdong 518057 CN DC-55-83 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD DC5583 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 00-12-48 (hex) Dell EMC 001248 (base 16) Dell EMC 176 South Street Hopkinton MA 01748 US 00-60-48 (hex) Dell EMC 006048 (base 16) Dell EMC 171 SOUTH ST., HOPKINTON MA 01748 US 7C-C9-5A (hex) Dell EMC 7CC95A (base 16) Dell EMC 176 South Street Hopkinton MA 01748 US D0-04-01 (hex) Motorola Mobility LLC, a Lenovo Company D00401 (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US 74-28-57 (hex) Mayfield Robotics 742857 (base 16) Mayfield Robotics 400 Convention Way Redwood City CA 94063 US 58-90-43 (hex) Sagemcom Broadband SAS 589043 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR B4-A3-82 (hex) Hangzhou Hikvision Digital Technology Co.,Ltd. B4A382 (base 16) Hangzhou Hikvision Digital Technology Co.,Ltd. No.555 Qianmo Road Hangzhou Zhejiang 310052 CN 9C-9C-40 (hex) SICHUAN TIANYI COMHEART TELECOMCO., LTD 9C9C40 (base 16) SICHUAN TIANYI COMHEART TELECOMCO., LTD FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN A4-07-B6 (hex) Samsung Electronics Co.,Ltd A407B6 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 40-49-8A (hex) Synapticon GmbH 40498A (base 16) Synapticon GmbH Daimlerstr. 26 Schönaich 71101 DE 38-9D-92 (hex) Seiko Epson Corporation 389D92 (base 16) Seiko Epson Corporation 2070 Kotobuki Koaka Matsumoto-shi Nagano-ken 399-8702 JP 8C-0F-83 (hex) Angie Hospitality LLC 8C0F83 (base 16) Angie Hospitality LLC 12465 S Fort St, Ste 300 Draper UT 84020-9021 US DC-68-EB (hex) Nintendo Co.,Ltd DC68EB (base 16) Nintendo Co.,Ltd 11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP E8-36-1D (hex) Sense Labs, Inc. E8361D (base 16) Sense Labs, Inc. 485 Massachusetts Ave Cambridge MA 02139 US 08-78-08 (hex) Samsung Electronics Co.,Ltd 087808 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 88-75-98 (hex) Samsung Electronics Co.,Ltd 887598 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR C0-17-4D (hex) Samsung Electronics Co.,Ltd C0174D (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 20-F1-9E (hex) ARRIS Group, Inc. 20F19E (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US C8-9F-42 (hex) VDII Innovation AB C89F42 (base 16) VDII Innovation AB Nedre Holländaregatan 5 Helsingborg 25225 SE 70-91-F3 (hex) Universal Electronics, Inc. 7091F3 (base 16) Universal Electronics, Inc. 201 E. Sandpointe Ave Santa Ana CA 92707 US 08-00-69 (hex) Silicon Graphics 080069 (base 16) Silicon Graphics 2011 N. SHORELINE BLVD. MOUNTAIN VIEW CA 94039-7311 US 00-22-91 (hex) Cisco Systems, Inc 002291 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 10-FC-B6 (hex) mirusystems CO.,LTD 10FCB6 (base 16) mirusystems CO.,LTD #1001, 2-dong, Pangoyo seven venture valley, 228-gil, Pangyo-ro Bundang-gu, Seongnam-si, Gyeonggi-do 13487 KR 04-D6-AA (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) 04D6AA (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak SEMTHAI, WELLGROW INDUSTRIAL ESTATE Bangpakong Chachoengsao 24180 TH 50-A8-3A (hex) S Mobile Devices Limited 50A83A (base 16) S Mobile Devices Limited Unit B-303, 3rd Floor, Tower-B, Plot No-7,Advant IT Park Ltd , Sector-142 NOIDA Uttar Pradesh 201301 IN 64-05-E9 (hex) Shenzhen WayOS Technology Crop., Ltd. 6405E9 (base 16) Shenzhen WayOS Technology Crop., Ltd. F18, Yousong Business Building, Longhua New District, Shenzhen, China Shenzhen Guangdong 518109 CN A0-70-99 (hex) Beijing Huacan Electronics Co., Ltd A07099 (base 16) Beijing Huacan Electronics Co., Ltd NO.122, Room 2006, 20/F, Qingyun Contemporary Tower, Building 9, Manting Fangyuan Residential District, Qing Yun Li, Hai Dian District Beijing 100036 CN 48-D6-D5 (hex) Google, Inc. 48D6D5 (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US 0C-58-42 (hex) DME Micro 0C5842 (base 16) DME Micro unit 310 Lakeside 1, 8 Science Park West Ave, Shatin Hong Kong Hong Kong HK B8-10-D4 (hex) Masimo Corporation B810D4 (base 16) Masimo Corporation 40 Parker Irvine CA 92618 US BC-82-5D (hex) MITSUMI ELECTRIC CO.,LTD. BC825D (base 16) MITSUMI ELECTRIC CO.,LTD. 2-11-2, Tsurumaki Tama-shi Tokyo 206-8567 JP D0-66-6D (hex) Shenzhen Bus-Lan Technology Co., Ltd. D0666D (base 16) Shenzhen Bus-Lan Technology Co., Ltd. 928-931 Chuangke Building, 72-1 South Huanguan Rd, Guan Lan Jie Dao, Longhua District Shenzhen Guangdong 518100 CN 08-15-2F (hex) Samsung Electronics Co., Ltd. ARTIK 08152F (base 16) Samsung Electronics Co., Ltd. ARTIK 1-1, Samsungjeonja-ro Hwaseong-si Gyeonggi-do 18448 KR F4-F5-DB (hex) Xiaomi Communications Co Ltd F4F5DB (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN F4-E2-04 (hex) Traqueur F4E204 (base 16) Traqueur 1, rue Royale Saint-Cloud 92210 FR CC-22-37 (hex) IEEE Registration Authority CC2237 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 38-D6-20 (hex) Limidea Concept Pte. Ltd. 38D620 (base 16) Limidea Concept Pte. Ltd. 101 Cecil Street #09-07, Tong Eng Building Singapore Singapore 069533 SG 74-F9-1A (hex) Onface 74F91A (base 16) Onface #1408, Mario Tower, 30Gil-28, Digital-ro, Guro-gu Seoul 08389 KR A4-34-F1 (hex) Texas Instruments A434F1 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 18-60-24 (hex) Hewlett Packard 186024 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston TX 77070 US BC-3D-85 (hex) HUAWEI TECHNOLOGIES CO.,LTD BC3D85 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 20-54-FA (hex) HUAWEI TECHNOLOGIES CO.,LTD 2054FA (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 38-37-8B (hex) HUAWEI TECHNOLOGIES CO.,LTD 38378B (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 74-5C-4B (hex) GN Audio A/S 745C4B (base 16) GN Audio A/S Lautrupbjerg 7 Ballerup DK-2750 DK 00-14-9D (hex) Sound ID Inc. 00149D (base 16) Sound ID Inc. 3430 West Bayshore Road Palo Alto California 94303 US A8-E8-24 (hex) INIM ELECTRONICS S.R.L. A8E824 (base 16) INIM ELECTRONICS S.R.L. VIA DEI LAVORATORI 10 - FRAZIONE CENTOBUCHI MONTEPRANDONE ASCOLI PICENO 63076 IT 10-49-63 (hex) HARTING K.K. 104963 (base 16) HARTING K.K. 1-7-9, Shin-Yokohama, Kohoku-ku Yokohama-city Kanagawa 222-0033 JP 8C-D4-8E (hex) ITEL MOBILE LIMITED 8CD48E (base 16) ITEL MOBILE LIMITED RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK 64-2B-8A (hex) ALL BEST Industrial Co., Ltd. 642B8A (base 16) ALL BEST Industrial Co., Ltd. 6F., No.210-20, Sec. 3, Zhongyang Rd., Tucheng Dist., New Taipei City 23680 TW B8-EE-0E (hex) Sagemcom Broadband SAS B8EE0E (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR EC-D0-9F (hex) Xiaomi Communications Co Ltd ECD09F (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 78-E1-03 (hex) Amazon Technologies Inc. 78E103 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 00-06-59 (hex) EAL (Apeldoorn) B.V. 000659 (base 16) EAL (Apeldoorn) B.V. Molenmakershoek 14 Apeldoorn 7328JK NL E4-EC-10 (hex) Nokia Corporation E4EC10 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu Ou 90590 FI 00-26-92 (hex) Mitsubishi Electric Corporation 002692 (base 16) Mitsubishi Electric Corporation 2-7-3 Marunouchi Chiyoda-ku Tokyo 100-8310 JP 8C-C1-21 (hex) Panasonic Corporation AVC Networks Company 8CC121 (base 16) Panasonic Corporation AVC Networks Company 1-15 Matsuo-cho Kadoma Osaka 571-8504 JP EC-04-41 (hex) ShenZhen TIGO Semiconductor Co., Ltd. EC0441 (base 16) ShenZhen TIGO Semiconductor Co., Ltd. Room B6-709, Funian Plaza, No.3 Shihua Road, Futian Bonded Area shenzhen China / Guangdong 518048 CN AC-BE-75 (hex) Ufine Technologies Co.,Ltd. ACBE75 (base 16) Ufine Technologies Co.,Ltd. 46, Geumgok-dong, Bundang-gu Seong-nam-si Gyeonggi-do 463-804 KR 00-C0-8F (hex) Panasonic Electric Works Co., Ltd. 00C08F (base 16) Panasonic Electric Works Co., Ltd. Tsu-Factory Mie-ken 514-8555 0000 JP B0-35-0B (hex) MOBIWIRE MOBILES (NINGBO) CO.,LTD B0350B (base 16) MOBIWIRE MOBILES (NINGBO) CO.,LTD No.999,Dacheng East Road, Fenghua Zhejiang 315500 CN 28-A6-AC (hex) seca gmbh & co. kg 28A6AC (base 16) seca gmbh & co. kg Hammer Steindamm 3-25 Hamburg Germany 22089 DE A8-BE-27 (hex) Apple, Inc. A8BE27 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C0-A5-3E (hex) Apple, Inc. C0A53E (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 44-4E-6D (hex) AVM Audiovisuelles Marketing und Computersysteme GmbH 444E6D (base 16) AVM Audiovisuelles Marketing und Computersysteme GmbH Alt-Moabit 95 Berlin Berlin 10559 DE 90-B1-E0 (hex) Beijing Nebula Link Technology Co., Ltd 90B1E0 (base 16) Beijing Nebula Link Technology Co., Ltd Room 1201, Building C, Caizhi International Plaza, Haidian District Beijing 100083 CN 6C-09-0A (hex) GEMATICA SRL 6C090A (base 16) GEMATICA SRL Via Diocleziano, 107 NAPOLI 80125 IT 70-E1-FD (hex) FLEXTRONICS 70E1FD (base 16) FLEXTRONICS Carretera Base Aerea 5850 int 4 Zapopan Jalisco 45136 MX 74-E6-0F (hex) TECNO MOBILE LIMITED 74E60F (base 16) TECNO MOBILE LIMITED ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK 00-1A-A7 (hex) Torian Wireless 001AA7 (base 16) Torian Wireless 204 Johnston Street Collingwood Victoria 3066 AU 0C-B4-59 (hex) Marketech International Corp. 0CB459 (base 16) Marketech International Corp. 10F.,NO.3-2,Yuancyu St.,Nangang Dist. Taipei 11503 TW 80-14-A8 (hex) Guangzhou V-SOLUTION Electronic Technology Co., Ltd. 8014A8 (base 16) Guangzhou V-SOLUTION Electronic Technology Co., Ltd. Room 406,Originality Building B3, NO.162 Science Avenue,Science Town Guangzhou Guangdong 510663 CN 40-9B-CD (hex) D-Link International 409BCD (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG 00-2E-C7 (hex) HUAWEI TECHNOLOGIES CO.,LTD 002EC7 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 48-8E-EF (hex) HUAWEI TECHNOLOGIES CO.,LTD 488EEF (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 54-75-95 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 547595 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN C4-71-54 (hex) TP-LINK TECHNOLOGIES CO.,LTD. C47154 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 58-61-63 (hex) Quantum Networks (SG) Pte. Ltd. 586163 (base 16) Quantum Networks (SG) Pte. Ltd. 8, UBI ROAD, 2 ZERVEX #08-10, Singapore 408538 SG EC-3D-FD (hex) SHENZHEN BILIAN ELECTRONIC CO.,LTD EC3DFD (base 16) SHENZHEN BILIAN ELECTRONIC CO.,LTD NO.268, Fuqian Rd, Jutang community, Guanlan Town, Longhua New district shenzhen guangdong 518000 CN 94-D0-29 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 94D029 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 30-84-54 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 308454 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 5C-03-39 (hex) HUAWEI TECHNOLOGIES CO.,LTD 5C0339 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN F8-28-19 (hex) Liteon Technology Corporation F82819 (base 16) Liteon Technology Corporation 4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW 00-15-E5 (hex) Cheertek Inc. 0015E5 (base 16) Cheertek Inc. No.2, Du-Sing First Road, Science-Based Industrial Park, Hsinchu 300 TW 50-E9-71 (hex) Jibo, Inc. 50E971 (base 16) Jibo, Inc. 230 Congress Street Boston MA 02110 US 30-F7-7F (hex) S Mobile Devices Limited 30F77F (base 16) S Mobile Devices Limited Unit B-303, 3rd Floor, Tower-B, Plot No-7,Advant IT Park Ltd , Sector-142 NOIDA Uttar Pradesh 201301 IN D8-6C-63 (hex) Google, Inc. D86C63 (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US 08-40-F3 (hex) Tenda Technology Co.,Ltd.Dongguan branch 0840F3 (base 16) Tenda Technology Co.,Ltd.Dongguan branch Room 79,Yuanyi Road,Dalang Town,Dongguan Guangdong 523770 Dongguan Guangdong 523770 CN 94-FB-B2 (hex) SHENZHEN GONGJIN ELECTRONICS CO.,LT 94FBB2 (base 16) SHENZHEN GONGJIN ELECTRONICS CO.,LT No.1, Songgang Avenue, Songgang Street, Bao’an District Shenzhen Guangdong 518105 CN 00-1E-99 (hex) Vantanol Industrial Corporation 001E99 (base 16) Vantanol Industrial Corporation 9F, NO 31 . Shin-Tai Road Jubei City Shinchu 302 TW 58-B6-33 (hex) Ruckus Wireless 58B633 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 5C-51-81 (hex) Samsung Electronics Co.,Ltd 5C5181 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 60-8E-08 (hex) Samsung Electronics Co.,Ltd 608E08 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 54-3D-37 (hex) Ruckus Wireless 543D37 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 2C-E6-CC (hex) Ruckus Wireless 2CE6CC (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 00-22-7F (hex) Ruckus Wireless 00227F (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 74-91-1A (hex) Ruckus Wireless 74911A (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 00-C0-5D (hex) L&N TECHNOLOGIES 00C05D (base 16) L&N TECHNOLOGIES 2899 AGOURA ROAD #196 WESTLAKE VILLAGE CA 91361-3200 US 58-C5-83 (hex) ITEL MOBILE LIMITED 58C583 (base 16) ITEL MOBILE LIMITED RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK 18-20-4C (hex) Kummler+Matter AG 18204C (base 16) Kummler+Matter AG Hohlstrasse 176 Zürich 8004 CH 18-D2-25 (hex) Fiberhome Telecommunication Technologies Co.,LTD 18D225 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 18-B4-30 (hex) Nest Labs Inc. 18B430 (base 16) Nest Labs Inc. 3400 Hillview Ave. Palo Alto CA 94304 US 30-B1-64 (hex) Power Electronics International Inc. 30B164 (base 16) Power Electronics International Inc. 561-8 Plate Drive East Dundee 60118 US F8-8A-3C (hex) IEEE Registration Authority F88A3C (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US A4-04-50 (hex) nFore Technology Inc. A40450 (base 16) nFore Technology Inc. 5F, NO 31, Ln 258, Rulguang Rd Taipei Neihu District 11491 TW FC-5A-1D (hex) Hitron Technologies. Inc FC5A1D (base 16) Hitron Technologies. Inc No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW 94-14-7A (hex) vivo Mobile Communication Co., Ltd. 94147A (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 38-17-E1 (hex) Technicolor CH USA Inc. 3817E1 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 98-28-A6 (hex) COMPAL INFORMATION (KUNSHAN) CO., LTD. 9828A6 (base 16) COMPAL INFORMATION (KUNSHAN) CO., LTD. NO. 25, THE 3RD Street KUNSHAN EXPORT PROCESSING ZONE KUNSHAN SUZHOU 215300 CN 94-3F-C2 (hex) Hewlett Packard Enterprise 943FC2 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US 68-1D-EF (hex) Shenzhen CYX Technology Co., Ltd. 681DEF (base 16) Shenzhen CYX Technology Co., Ltd. 2/F, Bldg. 6, Guangxi Industrial Park, Jianshe Rd., Longhua New Dist., Shenzhen Shenzhen 518109 CN B4-00-16 (hex) INGENICO TERMINALS SAS B40016 (base 16) INGENICO TERMINALS SAS 28-32 BOULEVARD DE GRENELLE PARIS 75015 FR AC-20-3E (hex) Wuhan Tianyu Information Industry Co., Ltd. AC203E (base 16) Wuhan Tianyu Information Industry Co., Ltd. HUST Industry Park, East-Lake Development Zone Wuhan Hubei 430223 CN B0-1F-29 (hex) Helvetia INC. B01F29 (base 16) Helvetia INC. 8-11 tokaichi-nishimachi, kitaku Okayama okayama 7000856 JP 88-0F-10 (hex) Huami Information Technology Co.,Ltd. 880F10 (base 16) Huami Information Technology Co.,Ltd. Room 1201 Building A4, National Animation Industry Base Hefei Anhui 230088 CN 14-61-2F (hex) Avaya Inc 14612F (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 00-30-9D (hex) Nimble Microsystems, Inc. 00309D (base 16) Nimble Microsystems, Inc. 50 Church Street - 5th Floor Cambridge MA 02138 US 8C-21-0A (hex) TP-LINK TECHNOLOGIES CO.,LTD. 8C210A (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24 (floors 1,3,4,5) and 28 (floors1-4) Central Science and Technology Park,Shennan Rd, Nanshan shenzhen guangdong Province 518057 CN 4C-18-9A (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 4C189A (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN CC-4B-73 (hex) AMPAK Technology, Inc. CC4B73 (base 16) AMPAK Technology, Inc. No.1,Jen Ai Road Hsinchu Industrial Park, Hukou Hsinchu Taiwan ROC. 30352 TW 00-15-DC (hex) KT&C Co., Ltd. 0015DC (base 16) KT&C Co., Ltd. 487-4, KT&C Bldg. GangSeo-Ku Seoul 157-849 KR 00-18-7D (hex) Armorlink Co .Ltd 00187D (base 16) Armorlink Co .Ltd No. 515 of Xinzhuang Industry Park Shenfu Road Shanghai Province Shanghai 201108 CN F4-30-B9 (hex) Hewlett Packard F430B9 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston TX 77070 US 00-19-F0 (hex) UNIONMAN TECHNOLOGY CO.,LTD 0019F0 (base 16) UNIONMAN TECHNOLOGY CO.,LTD 18F, HUAYANG TOWER,YANDAYI ROAD HUIZHOU GUANGDONG 516007 CN C8-DB-26 (hex) Logitech C8DB26 (base 16) Logitech 7700 Gateway Blvd Newark CA 94560 US A4-0E-2B (hex) Facebook Inc A40E2B (base 16) Facebook Inc 1 Hacker Way Menlo Park CA 94025 US AC-4E-2E (hex) Shenzhen JingHanDa Electronics Co.Ltd AC4E2E (base 16) Shenzhen JingHanDa Electronics Co.Ltd 5th Floor,No 4 ,Road 1,ShangXue Technology industrial Park,LongGang district,ShenZhen,GuangDong,China ShenZhen GuangDong 518129 CN 4C-91-0C (hex) Lanix Internacional, S.A. de C.V. 4C910C (base 16) Lanix Internacional, S.A. de C.V. Carretera Nogales Km8.5 Hermosillo Sonora 83160 MX A4-78-86 (hex) Avaya Inc A47886 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 04-03-D6 (hex) Nintendo Co.,Ltd 0403D6 (base 16) Nintendo Co.,Ltd 11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP 5C-1A-6F (hex) Cambridge Industries(Group) Co.,Ltd. 5C1A6F (base 16) Cambridge Industries(Group) Co.,Ltd. 5/F,Building 8, 2388 ChenHang Road, MinHang District shanghai 201114 CN 3C-4C-D0 (hex) CERAGON NETWORKS 3C4CD0 (base 16) CERAGON NETWORKS 24 RAUEL WALLENBERG STREET TEL-AVIV 96719 IL F4-0E-83 (hex) ARRIS Group, Inc. F40E83 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 98-F7-D7 (hex) ARRIS Group, Inc. 98F7D7 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US B4-BF-F6 (hex) Samsung Electronics Co.,Ltd B4BFF6 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 2C-3A-E8 (hex) Espressif Inc. 2C3AE8 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 88-BD-78 (hex) Flaircomm Microelectronics,Inc. 88BD78 (base 16) Flaircomm Microelectronics,Inc. 7F, Guomai Building, Guomai Science and Technology Park, 116 East JiangBin Road, Fuzhou Fujian 350015 CN 58-C5-CB (hex) Samsung Electronics Co.,Ltd 58C5CB (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 20-6B-E7 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 206BE7 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 18-2C-B4 (hex) Nectarsoft Co., Ltd. 182CB4 (base 16) Nectarsoft Co., Ltd. 330, Seongam-ro, Mapo-gu Seoul Seoul 03920 KR 54-C9-DF (hex) FN-LINK TECHNOLOGY LIMITED 54C9DF (base 16) FN-LINK TECHNOLOGY LIMITED A Building,HuiXin industial park,No 31, YongHe road, Fuyong town, Bao'an District SHENZHEN GUANGDONG 518100 CN 74-F6-1C (hex) HTC Corporation 74F61C (base 16) HTC Corporation No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW B8-FF-B3 (hex) MitraStar Technology Corp. B8FFB3 (base 16) MitraStar Technology Corp. No. 6, Innovation Road II, Hsinchu 300 TW EC-23-7B (hex) zte corporation EC237B (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN A0-C9-A0 (hex) Murata Manufacturing Co., Ltd. A0C9A0 (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP 98-2D-BA (hex) Fibergate Inc. 982DBA (base 16) Fibergate Inc. KDX Shibadaimon.Bld 2F 2-10-12 Shibadaimon Tokyo Minato-ku 1050012 JP 84-C0-EF (hex) Samsung Electronics Co.,Ltd 84C0EF (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 00-A3-8E (hex) Cisco Systems, Inc 00A38E (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US E0-D5-5E (hex) GIGA-BYTE TECHNOLOGY CO.,LTD. E0D55E (base 16) GIGA-BYTE TECHNOLOGY CO.,LTD. Pin-Jen City, Taoyuan, Taiwan, R.O.C. Pin-Jen Taoyuan 324 TW A0-40-A0 (hex) NETGEAR A040A0 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 00-0D-2B (hex) Racal Instruments 000D2B (base 16) Racal Instruments 4 Goodyear Street Irvine CA 92618 US 00-40-66 (hex) APRESIA Systems Ltd 004066 (base 16) APRESIA Systems Ltd Tsukuba Network Technical Center, Tsukuba Network Tsuchiura-shi Ibaraki-ken 300-0026 JP 48-A7-4E (hex) zte corporation 48A74E (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN BC-8A-E8 (hex) QING DAO HAIER TELECOM CO.,LTD. BC8AE8 (base 16) QING DAO HAIER TELECOM CO.,LTD. No 1 Haier Road Hi-tech Zone Qingdao 266000 CN F4-DE-0C (hex) ESPOD Ltd. F4DE0C (base 16) ESPOD Ltd. 6 Marjanishvili St. (Green Building) | 0102 Tbilisi | Georgia Tbilisi Tbilisi 0102 GE 3C-52-82 (hex) Hewlett Packard 3C5282 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston TX 77070 US 08-ED-02 (hex) IEEE Registration Authority 08ED02 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US E8-FD-E8 (hex) CeLa Link Corporation E8FDE8 (base 16) CeLa Link Corporation 401-1, Partners Tower1, Gasan digital 1-ro 83, Geumcheon-gu Seoul 08589 KR 28-C6-3F (hex) Intel Corporate 28C63F (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 88-CC-45 (hex) Skyworth Digital Technology(Shenzhen) Co.,Ltd 88CC45 (base 16) Skyworth Digital Technology(Shenzhen) Co.,Ltd 7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN 60-08-37 (hex) ivvi Scientific(Nanchang)Co.Ltd 600837 (base 16) ivvi Scientific(Nanchang)Co.Ltd Coolpad Cyber Harbor,2nd Mengxi Road,Hi-TechIndustrial Park(North),NanShan District,ShenZhen,P.R.C. shenzhen Guangdong 518057 CN EC-36-3F (hex) Markov Corporation EC363F (base 16) Markov Corporation 650 Vaqueros Avenue, Suite A Sunnyvale CA 94085 US 58-04-CB (hex) Tianjin Huisun Technology Co.,Ltd. 5804CB (base 16) Tianjin Huisun Technology Co.,Ltd. 4/f, Building 3, No 1 Haitai Huake Street (outside Ring Road) Tianjin 300384 CN 60-D7-E3 (hex) IEEE Registration Authority 60D7E3 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 18-93-D7 (hex) Texas Instruments 1893D7 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US A8-B8-6E (hex) LG Electronics (Mobile Communications) A8B86E (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR CC-90-E8 (hex) Shenzhen YOUHUA Technology Co., Ltd CC90E8 (base 16) Shenzhen YOUHUA Technology Co., Ltd Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN 7C-4F-7D (hex) Sawwave 7C4F7D (base 16) Sawwave SKn TechnoPark 1207 SeongNam-Si Gyenggi-do 13207 KR 9C-AC-6D (hex) Universal Electronics, Inc. 9CAC6D (base 16) Universal Electronics, Inc. 201 E. Sandpointe Ave Santa Ana CA 92707 US 08-EA-40 (hex) SHENZHEN BILIAN ELECTRONIC CO.,LTD 08EA40 (base 16) SHENZHEN BILIAN ELECTRONIC CO.,LTD NO.268, Fuqian Rd, Jutang community, Guanlan Town, Longhua New district shenzhen guangdong 518000 CN 00-D0-95 (hex) Alcatel-Lucent Enterprise 00D095 (base 16) Alcatel-Lucent Enterprise 26801 West Agoura Road Calabasas CA 91301 US 00-20-DA (hex) Alcatel-Lucent Enterprise 0020DA (base 16) Alcatel-Lucent Enterprise 26801 West Agoura Road CALABASAS CA 91301 US 6C-59-76 (hex) Shanghai Tricheer Technology Co.,Ltd. 6C5976 (base 16) Shanghai Tricheer Technology Co.,Ltd. Rm 907, Building 1, Lane 399, Shengxia Road,Zhangjiang Hi-Tech Park,Pudong District,Shanghai Shanghai Shanghai 201203 CN 7C-7B-8B (hex) Control Concepts, Inc. 7C7B8B (base 16) Control Concepts, Inc. 18760 Lake Dr. East Chanhassen MN 55317 US 84-A9-C4 (hex) HUAWEI TECHNOLOGIES CO.,LTD 84A9C4 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN A0-08-6F (hex) HUAWEI TECHNOLOGIES CO.,LTD A0086F (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 34-CE-00 (hex) XIAOMI Electronics,CO.,LTD 34CE00 (base 16) XIAOMI Electronics,CO.,LTD Xiaomi Building, No.68 Qinghe Middle Street Haidian District Beijing 100085 CN D0-6F-82 (hex) HUAWEI TECHNOLOGIES CO.,LTD D06F82 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN A0-F4-79 (hex) HUAWEI TECHNOLOGIES CO.,LTD A0F479 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 84-47-65 (hex) HUAWEI TECHNOLOGIES CO.,LTD 844765 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN C4-FF-1F (hex) HUAWEI TECHNOLOGIES CO.,LTD C4FF1F (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN A0-C4-A5 (hex) SYGN HOUSE CO.,LTD A0C4A5 (base 16) SYGN HOUSE CO.,LTD 2-9-14 Tamagawa-denenchofu Setagaya-ku Tokyo 1580085 JP B8-37-65 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD B83765 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 34-5B-BB (hex) GD Midea Air-Conditioning Equipment Co.,Ltd. 345BBB (base 16) GD Midea Air-Conditioning Equipment Co.,Ltd. Midea Global Innovation Center,Beijiao Town,Shunde Foshan Guangdong 528311 CN C4-0B-CB (hex) Xiaomi Communications Co Ltd C40BCB (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 84-AF-EC (hex) BUFFALO.INC 84AFEC (base 16) BUFFALO.INC AKAMONDORI Bld.,30-20,Ohsu 3-chome,Naka-ku Nagoya Aichi Pref. 460-8315 JP 5C-C6-E9 (hex) Edifier International 5CC6E9 (base 16) Edifier International Suit 2207, 22nd floor, Tower II, Lippo centre, 89 Queensway Hong Kong 070 CN 98-DD-EA (hex) Infinix mobility limited 98DDEA (base 16) Infinix mobility limited RMS 05-15, 13A/F SOUTH TOWER WORLD FINANCE CTR HARBOUR CITY 17 CANTON RD TST KLN HONG KONG HongKong HongKong 999077 HK 00-1D-44 (hex) Krohne 001D44 (base 16) Krohne Ludwig-Krohne-Str. 5 Duisburg 47058 DE A8-A1-98 (hex) TCT mobile ltd A8A198 (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN E0-C0-D1 (hex) CK Telecom (Shenzhen) Limited E0C0D1 (base 16) CK Telecom (Shenzhen) Limited Floor 9th, Building 4C,Software Industry Base, Xuefu Road, Hi-Tech Park, Nanshan Dist. Shenzhen Guangdong 518057 CN 00-21-9E (hex) Sony Mobile Communications Inc 00219E (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP AC-B5-7D (hex) Liteon Technology Corporation ACB57D (base 16) Liteon Technology Corporation 4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW D4-61-9D (hex) Apple, Inc. D4619D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D0-49-8B (hex) ZOOM SERVER D0498B (base 16) ZOOM SERVER North keyuan Road Shenzhen 518057 CN 08-27-CE (hex) NAGANO KEIKI CO., LTD. 0827CE (base 16) NAGANO KEIKI CO., LTD. 2150 IKUTA UEDA NAGANO 386-0411 JP C0-D3-C0 (hex) Samsung Electronics Co.,Ltd C0D3C0 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 94-8B-C1 (hex) Samsung Electronics Co.,Ltd 948BC1 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 14-56-8E (hex) Samsung Electronics Co.,Ltd 14568E (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 14-BD-61 (hex) Apple, Inc. 14BD61 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 54-E0-61 (hex) SICHUAN TIANYI COMHEART TELECOMCO., LTD 54E061 (base 16) SICHUAN TIANYI COMHEART TELECOMCO., LTD FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN 50-3A-7D (hex) AlphaTech PLC Int’l Co., Ltd. 503A7D (base 16) AlphaTech PLC Int’l Co., Ltd. 13F., No.618, Sec. 7, New Taipei Blvd., Xinzhuang Dist., New Taipei City 24260 TW F4-C4-D6 (hex) Shenzhen Xinfa Electronic Co.,ltd F4C4D6 (base 16) Shenzhen Xinfa Electronic Co.,ltd No 57, Baoli Road, Buji Town Longgang District Shenzhen, Guangdong 518112 CN 68-37-E9 (hex) Amazon Technologies Inc. 6837E9 (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 2C-A1-7D (hex) ARRIS Group, Inc. 2CA17D (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US D8-32-14 (hex) Tenda Technology Co.,Ltd.Dongguan branch D83214 (base 16) Tenda Technology Co.,Ltd.Dongguan branch Room 79,Yuanyi Road,Dalang Town,Dongguan Guangdong 523770 Dongguan Guangdong 523770 CN 10-95-4B (hex) Megabyte Ltd. 10954B (base 16) Megabyte Ltd. Unit 507, 5/F, Building 12W, NO.12 Science Park Avenue, Hong Kong Science Park, Shatin, New Territories Hong Kong NA HK D8-32-5A (hex) Shenzhen YOUHUA Technology Co., Ltd D8325A (base 16) Shenzhen YOUHUA Technology Co., Ltd Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN 9C-DA-3E (hex) Intel Corporate 9CDA3E (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 28-3F-69 (hex) Sony Mobile Communications Inc 283F69 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 00-2C-C8 (hex) Cisco Systems, Inc 002CC8 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US C0-02-8D (hex) WINSTAR Display CO.,Ltd C0028D (base 16) WINSTAR Display CO.,Ltd 1F., No.77, Ln. 188, Pinghe S. Rd., Daya Dist., Taichung City 428, Taiwan (R.O.C.) Taichung City 428 TW E8-9F-EC (hex) CHENGDU KT ELECTRONIC HI-TECH CO.,LTD E89FEC (base 16) CHENGDU KT ELECTRONIC HI-TECH CO.,LTD No.9, 3rd Wuke Road, Wuhou District Chengdu Sichuan Province 610045 CN 80-26-89 (hex) D-Link International 802689 (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG F8-AB-05 (hex) Sagemcom Broadband SAS F8AB05 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 7C-50-49 (hex) Apple, Inc. 7C5049 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E4-7D-EB (hex) Shanghai Notion Information Technology CO.,LTD. E47DEB (base 16) Shanghai Notion Information Technology CO.,LTD. Room 201,Building 3,NO 289,Bisheng Rd,Pudong district,Shanghai,China Shanghai Shanghai 201203 CN C4-B9-CD (hex) Cisco Systems, Inc C4B9CD (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US D4-61-FE (hex) Hangzhou H3C Technologies Co., Limited D461FE (base 16) Hangzhou H3C Technologies Co., Limited 466 Changhe Road, Binjiang District Hangzhou Zhejiang, P.R.China 310052 CN 2C-4D-54 (hex) ASUSTek COMPUTER INC. 2C4D54 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 34-96-72 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 349672 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 64-B4-73 (hex) Xiaomi Communications Co Ltd 64B473 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 74-51-BA (hex) Xiaomi Communications Co Ltd 7451BA (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 6C-B4-A7 (hex) Landauer, Inc. 6CB4A7 (base 16) Landauer, Inc. 2 Science Road Glenwood IL 60425 US 78-02-F8 (hex) Xiaomi Communications Co Ltd 7802F8 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 00-23-8A (hex) Ciena Corporation 00238A (base 16) Ciena Corporation 920 Elkridge Landing Linthicum MD 21090 US 00-10-81 (hex) DPS, INC. 001081 (base 16) DPS, INC. 4922 EAST YALE AVENUE FRESNO CA 93727 US 40-F3-85 (hex) IEEE Registration Authority 40F385 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 88-78-73 (hex) Intel Corporate 887873 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY F8-75-88 (hex) HUAWEI TECHNOLOGIES CO.,LTD F87588 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN F4-4C-7F (hex) HUAWEI TECHNOLOGIES CO.,LTD F44C7F (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 28-A2-4B (hex) Juniper Networks 28A24B (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 08-00-27 (hex) PCS Systemtechnik GmbH 080027 (base 16) PCS Systemtechnik GmbH 600 Suffold St Lowell MA 01854 US F8-A5-C5 (hex) Cisco Systems, Inc F8A5C5 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 7C-5A-1C (hex) Sophos Ltd 7C5A1C (base 16) Sophos Ltd The Pentagon Abingdon Oxfordshire OX14 3YP GB B0-F1-EC (hex) AMPAK Technology, Inc. B0F1EC (base 16) AMPAK Technology, Inc. No.1,Jen Ai Road Hsinchu Industrial Park, Hukou Hsinchu Taiwan ROC. 30352 TW 54-2B-57 (hex) Night Owl SP 542B57 (base 16) Night Owl SP 4720 Radio Rd Naples FL 34104 US 50-1E-2D (hex) StreamUnlimited Engineering GmbH 501E2D (base 16) StreamUnlimited Engineering GmbH Gutheil-Schoder-Gasse 10 Vienna 1100 AT E4-5D-51 (hex) SFR E45D51 (base 16) SFR 12 rue jean-philippe Rameau CS 80001 La plaine saint denis FRANCE 93634 FR EC-01-EE (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD EC01EE (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 60-49-C1 (hex) Avaya Inc 6049C1 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 70-20-84 (hex) Hon Hai Precision Ind. Co., Ltd. 702084 (base 16) Hon Hai Precision Ind. Co., Ltd. GuangDongShenZhen ShenZhen GuangDong 518109 CN 9C-66-50 (hex) Glodio Technolies Co.,Ltd Tianjin Branch 9C6650 (base 16) Glodio Technolies Co.,Ltd Tianjin Branch Room 904, No.1-2 LanYuan Road, HuaYuan Industrial Area TianJin TianJin 300384 CN A0-A3-3B (hex) HUAWEI TECHNOLOGIES CO.,LTD A0A33B (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 7C-67-A2 (hex) Intel Corporate 7C67A2 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-E0-5A (hex) GALEA NETWORK SECURITY 00E05A (base 16) GALEA NETWORK SECURITY 2 PLACE du COMMERCE - STE #320 BROSSARD, QUEBEC J4W 2T8 CA 48-A3-80 (hex) Gionee Communication Equipment Co.,Ltd. 48A380 (base 16) Gionee Communication Equipment Co.,Ltd. 21/F,Times Technology Building,No. 7028,Shennan Avenue,Futian District Shenzhen 518000 CN 94-65-2D (hex) OnePlus Technology (Shenzhen) Co., Ltd 94652D (base 16) OnePlus Technology (Shenzhen) Co., Ltd 18C02, 18C03, 18C04 ,18C05,TAIRAN BUILDING, Shenzhen Guangdong 518000 CN 1C-B8-57 (hex) Becon Technologies Co,.Ltd. 1CB857 (base 16) Becon Technologies Co,.Ltd. Room C405-A Induckwon IT Vally, 40, Imiro Uiwang city Kyunggi-do 16006 KR 68-27-37 (hex) Samsung Electronics Co.,Ltd 682737 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR F0-6E-32 (hex) MICROTEL INNOVATION S.R.L. F06E32 (base 16) MICROTEL INNOVATION S.R.L. Via Armentera 8 BORGO VALSUGANA TN 38051 IT 54-C4-15 (hex) Hangzhou Hikvision Digital Technology Co.,Ltd. 54C415 (base 16) Hangzhou Hikvision Digital Technology Co.,Ltd. No.469,Jianghui Road Hangzhou Zhejiang 310052 CN 3C-F8-62 (hex) Intel Corporate 3CF862 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 28-16-AD (hex) Intel Corporate 2816AD (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-60-D3 (hex) AT&T 0060D3 (base 16) AT&T 3300 E Renner Road Richardson TX 75082 US 84-8D-C7 (hex) Cisco SPVTG 848DC7 (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30044 US 00-19-92 (hex) Adtran Inc 001992 (base 16) Adtran Inc 901 Explorer Blvd. Huntsville AL 35806-2807 US 04-5D-4B (hex) Sony Corporation 045D4B (base 16) Sony Corporation 1-7-1 Konan Minato-ku Tokyo 108-0075 JP 78-AF-58 (hex) GIMASI SA 78AF58 (base 16) GIMASI SA Via Luigi Lavizzari 18 Mendrisio TI 6850 CH 90-50-5A (hex) unGlue, Inc 90505A (base 16) unGlue, Inc 7150 Helmsdale Circle West Hils CA 91307 US 8C-93-51 (hex) Jigowatts Inc. 8C9351 (base 16) Jigowatts Inc. 5892-5 Endo Fujisawa Kanagawa 252-0816 JP D8-38-FC (hex) Ruckus Wireless D838FC (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 34-78-D7 (hex) Gionee Communication Equipment Co.,Ltd. 3478D7 (base 16) Gionee Communication Equipment Co.,Ltd. 21/F,Times Technology Building,No. 7028,Shennan Avenue,Futian District Shenzhen 518000 CN 5C-CC-A0 (hex) Gridwiz Inc. 5CCCA0 (base 16) Gridwiz Inc. 4F, 25 Sanun-ro 208beon-gil, Bundang-gu Seongnam Gyeonggi 13460 KR 68-31-FE (hex) Teladin Co.,Ltd. 6831FE (base 16) Teladin Co.,Ltd. Digital-ro 33 gil, Guro-gu Seoul 08377 KR 58-00-E3 (hex) Liteon Technology Corporation 5800E3 (base 16) Liteon Technology Corporation 4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW 2C-0B-E9 (hex) Cisco Systems, Inc 2C0BE9 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US C4-30-18 (hex) MCS Logic Inc. C43018 (base 16) MCS Logic Inc. 6F. Samho Center B Bldg., 275-6,Yangjae-Dong, Secho-Ku,Seoul Seoul 137-941 KR D0-FF-98 (hex) HUAWEI TECHNOLOGIES CO.,LTD D0FF98 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN B0-E5-ED (hex) HUAWEI TECHNOLOGIES CO.,LTD B0E5ED (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN C4-86-E9 (hex) HUAWEI TECHNOLOGIES CO.,LTD C486E9 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-0A-E4 (hex) Wistron Corporation 000AE4 (base 16) Wistron Corporation 21F, No. 88, Section 1, Hsin Tai Wu Rd. Taipei 221 TW 34-4B-3D (hex) Fiberhome Telecommunication Technologies Co.,LTD 344B3D (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan City Hubei Province 430074 CN FC-3C-E9 (hex) Tsingtong Technologies Co, Ltd. FC3CE9 (base 16) Tsingtong Technologies Co, Ltd. Rm A03-72, Floor B1, Building 1, No.13 Dazhongsi, Haidian District Beijing 100098 CN A4-08-F5 (hex) Sagemcom Broadband SAS A408F5 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 00-B0-91 (hex) Transmeta Corp. 00B091 (base 16) Transmeta Corp. 3940 Freedom Circle Santa Clara CA 95054 US AC-C6-62 (hex) MitraStar Technology Corp. ACC662 (base 16) MitraStar Technology Corp. No. 6, Innovation Road II, Hsinchu 300 TW 88-6B-44 (hex) Sunnovo International Limited 886B44 (base 16) Sunnovo International Limited 1717 Haitai Building Beijing Beijing 100083 CN A4-58-0F (hex) IEEE Registration Authority A4580F (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US C8-F7-33 (hex) Intel Corporate C8F733 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY E0-A7-00 (hex) Verkada Inc E0A700 (base 16) Verkada Inc 325 Sharon Park Drive, Suite 519 Menlo Park 94025 US 58-40-4E (hex) Apple, Inc. 58404E (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D0-C5-F3 (hex) Apple, Inc. D0C5F3 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US BC-9F-EF (hex) Apple, Inc. BC9FEF (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 20-AB-37 (hex) Apple, Inc. 20AB37 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 60-F4-45 (hex) Apple, Inc. 60F445 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 48-F9-7C (hex) Fiberhome Telecommunication Technologies Co.,LTD 48F97C (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 40-B9-3C (hex) Hewlett Packard Enterprise 40B93C (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US C0-BF-C0 (hex) HUAWEI TECHNOLOGIES CO.,LTD C0BFC0 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 9C-D9-CB (hex) Lesira Manufacturing Pty Ltd 9CD9CB (base 16) Lesira Manufacturing Pty Ltd 34 Gemsbok Street Pretoria Gauteng 0186 ZA 94-E9-79 (hex) Liteon Technology Corporation 94E979 (base 16) Liteon Technology Corporation 4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW A0-3D-6F (hex) Cisco Systems, Inc A03D6F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US A0-E0-AF (hex) Cisco Systems, Inc A0E0AF (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 18-75-32 (hex) SICHUAN TIANYI COMHEART TELECOMCO., LTD 187532 (base 16) SICHUAN TIANYI COMHEART TELECOMCO., LTD FL12, TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN 4C-B8-1C (hex) SAM Electronics GmbH 4CB81C (base 16) SAM Electronics GmbH Behringstr. 120 Hamburg Hamburg 22763 DE 00-30-48 (hex) Super Micro Computer, Inc. 003048 (base 16) Super Micro Computer, Inc. 2051 Junction Avenue San Jose CA 95131 US 44-D2-44 (hex) Seiko Epson Corporation 44D244 (base 16) Seiko Epson Corporation 80 Harashinden Shiojiri-shi Nagano-ken 399-0785 JP A0-8C-F8 (hex) HUAWEI TECHNOLOGIES CO.,LTD A08CF8 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 7C-F9-5C (hex) U.I. Lapp GmbH 7CF95C (base 16) U.I. Lapp GmbH Schulze-Delitzsch-Strasse 25 Stuttgart 70565 DE 10-13-31 (hex) Technicolor 101331 (base 16) Technicolor Prins Boudewijnlaan 47 Edegem - Belgium B-2650 BE A4-E6-B1 (hex) Shanghai Joindata Technology Co.,Ltd. A4E6B1 (base 16) Shanghai Joindata Technology Co.,Ltd. 26F,Building1,No428,South Yanggao Road,Pudong District Shanghai Shanghai 200127 CN C0-9C-04 (hex) Shaanxi GuoLian Digital TV Technology Co.,Ltd. C09C04 (base 16) Shaanxi GuoLian Digital TV Technology Co.,Ltd. No. 15, the first Gaoxin road Hi-tech development district Xi'an Shaanxi 710075 CN AC-D6-57 (hex) Shaanxi GuoLian Digital TV Technology Co.,Ltd. ACD657 (base 16) Shaanxi GuoLian Digital TV Technology Co.,Ltd. Chief Building, Fifth Yannan Road, Qujiang New District xi'an shaanxi 71000 CN 00-76-86 (hex) Cisco Systems, Inc 007686 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 8C-2F-A6 (hex) Solid Optics B.V. 8C2FA6 (base 16) Solid Optics B.V. Huchtstraat 35 Almere 1327EC NL 8C-19-2D (hex) IEEE Registration Authority 8C192D (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 00-AC-E0 (hex) ARRIS Group, Inc. 00ACE0 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-75-32 (hex) INID BV 007532 (base 16) INID BV Mariettahof 27 Haarlem NH 2033WS NL 64-73-E2 (hex) Arbiter Systems, Inc. 6473E2 (base 16) Arbiter Systems, Inc. 1324 Vendels Circle Paso Robles California 93446 US 88-C6-26 (hex) Logitech, Inc 88C626 (base 16) Logitech, Inc 4700 NW Camas Meadows Dr Camas WA 98607 US D0-60-8C (hex) zte corporation D0608C (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN AC-23-3F (hex) Shenzhen Minew Technologies Co., Ltd. AC233F (base 16) Shenzhen Minew Technologies Co., Ltd. H Building, Gangzhilong Science Park, QInglong Road Shenzhen 518109 CN 7C-03-C9 (hex) Shenzhen YOUHUA Technology Co., Ltd 7C03C9 (base 16) Shenzhen YOUHUA Technology Co., Ltd Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District Shenzhen Guangdong 518055 CN B8-E9-37 (hex) Sonos, Inc. B8E937 (base 16) Sonos, Inc. 614 Chapala St Santa Barbara CA 93101 US E4-5D-52 (hex) Avaya Inc E45D52 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 00-23-F7 (hex) Private 0023F7 (base 16) Private 3C-80-AA (hex) Ransnet Singapore Pte Ltd 3C80AA (base 16) Ransnet Singapore Pte Ltd 114, Lavender Street, #08-83, CT Hub 2 Singapore Singapore 338729 SG B4-96-91 (hex) Intel Corporate B49691 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY C8-21-58 (hex) Intel Corporate C82158 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 24-20-C7 (hex) Sagemcom Broadband SAS 2420C7 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR D4-C8-B0 (hex) Prime Electronics & Satellitics Inc. D4C8B0 (base 16) Prime Electronics & Satellitics Inc. 69,Tung-Yuan Rd Chung-Li City Tao-Yuan County 32000 TW 44-6A-B7 (hex) ARRIS Group, Inc. 446AB7 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 70-1C-E7 (hex) Intel Corporate 701CE7 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 9C-2A-70 (hex) Hon Hai Precision Ind. Co.,Ltd. 9C2A70 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 70-3D-15 (hex) Hangzhou H3C Technologies Co., Limited 703D15 (base 16) Hangzhou H3C Technologies Co., Limited 466 Changhe Road, Binjiang District Hangzhou Zhejiang, P.R.China 310052 CN E4-9E-12 (hex) FREEBOX SAS E49E12 (base 16) FREEBOX SAS 16 rue de la Ville l'Eveque PARIS IdF 75008 FR 04-81-AE (hex) Clack Corporation 0481AE (base 16) Clack Corporation 4462 Duraform Lane Windsor WI 53598 US 9C-13-AB (hex) Chanson Water Co., Ltd. 9C13AB (base 16) Chanson Water Co., Ltd. 2F, No.88-11, Sec 1, Guangfu Rd, Sanchong Dist. New Taipei City Taiwan 241 TW 98-E4-76 (hex) Zentan 98E476 (base 16) Zentan 10F-3, No. 260, Sec.2 New Taipei Blvd., Sanchong District New Taipei City 24158 TW 14-A5-1A (hex) HUAWEI TECHNOLOGIES CO.,LTD 14A51A (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 04-75-03 (hex) HUAWEI TECHNOLOGIES CO.,LTD 047503 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 3C-EF-8C (hex) Zhejiang Dahua Technology Co., Ltd. 3CEF8C (base 16) Zhejiang Dahua Technology Co., Ltd. NO.1199 Bin An Road,Binjiang District,HangZhou,P.R.China HangZhou ZheJiang 310053 CN FC-37-2B (hex) SICHUAN TIANYI COMHEART TELECOMCO.,LTD FC372B (base 16) SICHUAN TIANYI COMHEART TELECOMCO.,LTD FL12,TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN A4-D9-A4 (hex) neXus ID Solutions AB A4D9A4 (base 16) neXus ID Solutions AB Telefonvägen 26 Stockholm 12626 SE 48-4D-7E (hex) Dell Inc. 484D7E (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US D4-E9-0B (hex) CVT CO.,LTD D4E90B (base 16) CVT CO.,LTD Secho gu BangBae 3 dong 1001-1 seoul KangNam KS013 KR CC-B0-DA (hex) Liteon Technology Corporation CCB0DA (base 16) Liteon Technology Corporation 4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW 7C-CC-1F (hex) SICHUAN TIANYI COMHEART TELECOMCO.,LTD 7CCC1F (base 16) SICHUAN TIANYI COMHEART TELECOMCO.,LTD FL12,TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN 18-F2-92 (hex) Shannon Systems 18F292 (base 16) Shannon Systems Suite 1801,Wentong Building,739 Kunming Road, Yangpu, Shanghai Shanghai 200000 CN 8C-EA-1B (hex) Edgecore Networks Corporation 8CEA1B (base 16) Edgecore Networks Corporation 1 Creation RD 3. Hsinchu 30077 TW E0-2C-F3 (hex) MRS Electronic GmbH E02CF3 (base 16) MRS Electronic GmbH Klaus-Gutsch-Str. 7 Rottweil 78628 DE 50-B3-63 (hex) Digitron da Amazonia S/A 50B363 (base 16) Digitron da Amazonia S/A Av. Eng. Luis Carlos Berrini , 1297 São Paulo São Paulo 04571010 BR 2C-0E-3D (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) 2C0E3D (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak SEMTHAI, WELLGROW INDUSTRIAL ESTATE Bangpakong Chachoengsao 24180 TH 58-E1-6C (hex) Ying Hua Information Technology (Shanghai)Co., LTD 58E16C (base 16) Ying Hua Information Technology (Shanghai)Co., LTD Room 37 ,Building 13b, No. 4 , lane 600, Tianshan Road ,Changning District Shanghai Shanghai 201210 CN 9C-7D-A3 (hex) HUAWEI TECHNOLOGIES CO.,LTD 9C7DA3 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN A4-C6-4F (hex) HUAWEI TECHNOLOGIES CO.,LTD A4C64F (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN CC-FD-17 (hex) TCT mobile ltd CCFD17 (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN DC-9F-DB (hex) Ubiquiti Networks Inc. DC9FDB (base 16) Ubiquiti Networks Inc. 2580 Orchard Parkway San Jose CA 95131 US 00-27-22 (hex) Ubiquiti Networks Inc. 002722 (base 16) Ubiquiti Networks Inc. 91 E Tasman Dr San Jose CA 95134 US 00-15-6D (hex) Ubiquiti Networks Inc. 00156D (base 16) Ubiquiti Networks Inc. 495 Montague Expwy. Milpitas CA 95035 US 00-D7-8F (hex) Cisco Systems, Inc 00D78F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 2C-BA-BA (hex) Samsung Electronics Co.,Ltd 2CBABA (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 40-D3-AE (hex) Samsung Electronics Co.,Ltd 40D3AE (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 2C-DD-95 (hex) Taicang T&W Electronics 2CDD95 (base 16) Taicang T&W Electronics 89# Jiang Nan RD Suzhou Jiangsu 215412 CN 88-E8-7F (hex) Apple, Inc. 88E87F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 9C-F4-8E (hex) Apple, Inc. 9CF48E (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 5C-F7-E6 (hex) Apple, Inc. 5CF7E6 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US B8-53-AC (hex) Apple, Inc. B853AC (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 20-3C-AE (hex) Apple, Inc. 203CAE (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A0-3B-E3 (hex) Apple, Inc. A03BE3 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 4C-32-75 (hex) Apple, Inc. 4C3275 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 48-7A-55 (hex) ALE International 487A55 (base 16) ALE International 32 avenue Kléber Colombes 92700 FR 00-1E-AE (hex) Continental Automotive Systems Inc. 001EAE (base 16) Continental Automotive Systems Inc. 21440 West Lake Cook Road Deer Park IL 60010 US 50-2B-73 (hex) Tenda Technology Co.,Ltd.Dongguan branch 502B73 (base 16) Tenda Technology Co.,Ltd.Dongguan branch Room 79,Yuanyi Road,Dalang Town,Dongguan Guangdong 523770 Dongguan Guangdong 523770 CN 04-BA-36 (hex) Li Seng Technology Ltd 04BA36 (base 16) Li Seng Technology Ltd Rm901, 9/F Shiu Fung Hong Building, 239-241 Wing Lok Street, Hong Kong Hong Kong 0000 HK 10-72-23 (hex) TELLESCOM INDUSTRIA E COMERCIO EM TELECOMUNICACAO 107223 (base 16) TELLESCOM INDUSTRIA E COMERCIO EM TELECOMUNICACAO Av. Buriti, 1900 – Setor B – Distrito Industrial Manaus Amazonas 69075-000 BR E0-68-6D (hex) Raybased AB E0686D (base 16) Raybased AB A Odhners Gata 41 Västra Frölunda 42130 SE 18-61-C7 (hex) lemonbeat GmbH 1861C7 (base 16) lemonbeat GmbH Deutsche Str. 5 Dortmund 44339 DE 9C-DC-71 (hex) Hewlett Packard Enterprise 9CDC71 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US B4-F8-1E (hex) Kinova B4F81E (base 16) Kinova 6110, rue Doris-Lussier, Boisbriand Qc J7H 0E8 CA D0-3D-C3 (hex) AQ Corporation D03DC3 (base 16) AQ Corporation 205, Saneop-ro 155beon-gil, Gwonseon-gu Suwon Gyeonggi-do 16648 KR EC-01-E2 (hex) FOXCONN INTERCONNECT TECHNOLOGY EC01E2 (base 16) FOXCONN INTERCONNECT TECHNOLOGY 66-1, Chungshan Rd., Tucheng Dist. New Taipei City Taiwan (R.O.C.) 23680 TW B4-E7-82 (hex) Vivalnk B4E782 (base 16) Vivalnk 4655 Old Ironsides Dr, #390 Santa Clara CA 95054 US 44-09-B8 (hex) Salcomp (Shenzhen) CO., LTD. 4409B8 (base 16) Salcomp (Shenzhen) CO., LTD. Salcomp Road, Furong Industrial Area, Xinqiao, Shajing, Baoan District Shenzhen Guangdong 518125 CN 38-16-D1 (hex) Samsung Electronics Co.,Ltd 3816D1 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR D0-17-6A (hex) Samsung Electronics Co.,Ltd D0176A (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR D4-88-90 (hex) Samsung Electronics Co.,Ltd D48890 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 54-92-BE (hex) Samsung Electronics Co.,Ltd 5492BE (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 20-5D-47 (hex) vivo Mobile Communication Co., Ltd. 205D47 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 10-C6-0C (hex) Domino UK Ltd 10C60C (base 16) Domino UK Ltd Trafalgar Way Cambridge Cambridgeshire CB23 8TU GB 04-31-10 (hex) Inspur Group Co., Ltd. 043110 (base 16) Inspur Group Co., Ltd. No.1036 Langchao Rd. Jinan Shandong 250101 CN 94-9A-A9 (hex) Microsoft Corporation 949AA9 (base 16) Microsoft Corporation One Microsoft Way REDMOND WA 98052 US AC-AB-2E (hex) Beijing LasNubes Technology Co., Ltd. ACAB2E (base 16) Beijing LasNubes Technology Co., Ltd. Chao-Yang-Bei-Lu No. 103, Room 1109-1110 Beijing 100025 CN 60-0B-03 (hex) Hangzhou H3C Technologies Co., Limited 600B03 (base 16) Hangzhou H3C Technologies Co., Limited 466 Changhe Road, Binjiang District Hangzhou Zhejiang, P.R.China 310052 CN A0-AB-1B (hex) D-Link International A0AB1B (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG D8-42-E2 (hex) Canary Connect, Inc. D842E2 (base 16) Canary Connect, Inc. 132 East 43rd Street New York 10017 US C8-B2-1E (hex) CHIPSEA TECHNOLOGIES (SHENZHEN) CORP. C8B21E (base 16) CHIPSEA TECHNOLOGIES (SHENZHEN) CORP. 9F,BLOCK A,GARDEN CITY DIGITAL BUILDING,NO.1079 NANHAI ROAD,NANSHAN DISTRICT SHEN ZHEN GUANG DONG 518000 CN 00-06-78 (hex) D&M Holdings Inc. 000678 (base 16) D&M Holdings Inc. D&M Building, 2-1 Nisshin-cho Kawasaki-shi Kanagawa 210-8569 JP E0-28-6D (hex) AVM Audiovisuelles Marketing und Computersysteme GmbH E0286D (base 16) AVM Audiovisuelles Marketing und Computersysteme GmbH Alt-Moabit 95 Berlin Berlin 10559 DE 88-4C-CF (hex) Pulzze Systems, Inc 884CCF (base 16) Pulzze Systems, Inc 1290-B Reamwood Ave Sunnyvale CA 94089 US 50-09-59 (hex) Technicolor CH USA Inc. 500959 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US E4-12-18 (hex) ShenZhen Rapoo Technology Co., Ltd. E41218 (base 16) ShenZhen Rapoo Technology Co., Ltd. 22,Jinxiu Road East,Pingshan District,Shenzhen,China Shenzhen Guangdong 518122 CN 00-19-84 (hex) ESTIC Corporation 001984 (base 16) ESTIC Corporation 2-5-9 Hashibahigashino-cho Moriguchi Osaka 570-0031 JP 00-16-28 (hex) Magicard Ltd 001628 (base 16) Magicard Ltd Hampshire Road Weymouth Dorset DT4 9XD GB 70-2E-22 (hex) zte corporation 702E22 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN C8-E7-76 (hex) PTCOM Technology C8E776 (base 16) PTCOM Technology NO.189-8, SEC. 3, NANJING E. RD., ZHONGSHAN DIST. Taipei 10488 TW 00-02-78 (hex) SAMSUNG ELECTRO MECHANICS CO., LTD. 000278 (base 16) SAMSUNG ELECTRO MECHANICS CO., LTD. 314, Mae-tan-dong, Suwon Suwon KOREA KR 00-23-99 (hex) Samsung Electronics Co.,Ltd 002399 (base 16) Samsung Electronics Co.,Ltd 416, Maetan-3dong, yeongtong-gu, Suwon-city suwon 443-742 KR 00-17-C9 (hex) Samsung Electronics Co.,Ltd 0017C9 (base 16) Samsung Electronics Co.,Ltd 416, Maetan-3Dong, Yeongtong-Gu Suwon Geyonggi-Do 443-742 KR 90-6E-BB (hex) Hon Hai Precision Ind. Co.,Ltd. 906EBB (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 18-F4-6A (hex) Hon Hai Precision Ind. Co.,Ltd. 18F46A (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 4C-0F-6E (hex) Hon Hai Precision Ind. Co.,Ltd. 4C0F6E (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 78-E4-00 (hex) Hon Hai Precision Ind. Co.,Ltd. 78E400 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 00-21-2F (hex) Phoebe Micro Inc. 00212F (base 16) Phoebe Micro Inc. 47606 Kato Rd Fremont CA 94538 US 38-59-F9 (hex) Hon Hai Precision Ind. Co.,Ltd. 3859F9 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN EC-55-F9 (hex) Hon Hai Precision Ind. Co.,Ltd. EC55F9 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN C4-73-1E (hex) Samsung Electronics Co.,Ltd C4731E (base 16) Samsung Electronics Co.,Ltd 416, Maetan 3dong, Yeongtong-Gu Suwon Gyeonggi-Do 443742 KR 5C-0A-5B (hex) SAMSUNG ELECTRO MECHANICS CO., LTD. 5C0A5B (base 16) SAMSUNG ELECTRO MECHANICS CO., LTD. 314, Maetan3-Dong, Yeongtong-Gu Suwon 443-743 US 7C-E9-D3 (hex) Hon Hai Precision Ind. Co.,Ltd. 7CE9D3 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 1C-3E-84 (hex) Hon Hai Precision Ind. Co.,Ltd. 1C3E84 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN B8-76-3F (hex) Hon Hai Precision Ind. Co.,Ltd. B8763F (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 60-F4-94 (hex) Hon Hai Precision Ind. Co.,Ltd. 60F494 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 80-56-F2 (hex) Hon Hai Precision Ind. Co.,Ltd. 8056F2 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 7C-F8-54 (hex) Samsung Electronics Co.,Ltd 7CF854 (base 16) Samsung Electronics Co.,Ltd 415, Maetan-3dong, Yeongtong-gu, Suwon-City Gyeonggi-do 443-742 Suwon 443-742 KR 00-1B-98 (hex) Samsung Electronics Co.,Ltd 001B98 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong GUMI Gyeong-Buk 730-350 KR 00-1A-8A (hex) Samsung Electronics Co.,Ltd 001A8A (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi-City Gyeong-Buk 730-350 KR 3C-5A-37 (hex) Samsung Electronics Co.,Ltd 3C5A37 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR F4-9F-54 (hex) Samsung Electronics Co.,Ltd F49F54 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 34-C3-AC (hex) Samsung Electronics Co.,Ltd 34C3AC (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 44-F4-59 (hex) Samsung Electronics Co.,Ltd 44F459 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-26-5D (hex) Samsung Electronics Co.,Ltd 00265D (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR CC-F9-E8 (hex) Samsung Electronics Co.,Ltd CCF9E8 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR D8-57-EF (hex) Samsung Electronics Co.,Ltd D857EF (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 18-E2-C2 (hex) Samsung Electronics Co.,Ltd 18E2C2 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 98-52-B1 (hex) Samsung Electronics Co.,Ltd 9852B1 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR E4-40-E2 (hex) Samsung Electronics Co.,Ltd E440E2 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 10-3B-59 (hex) Samsung Electronics Co.,Ltd 103B59 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR D8-90-E8 (hex) Samsung Electronics Co.,Ltd D890E8 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR C4-62-EA (hex) Samsung Electronics Co.,Ltd C462EA (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 14-F4-2A (hex) Samsung Electronics Co.,Ltd 14F42A (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 08-08-C2 (hex) Samsung Electronics Co.,Ltd 0808C2 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR CC-FE-3C (hex) Samsung Electronics Co.,Ltd CCFE3C (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 28-BA-B5 (hex) Samsung Electronics Co.,Ltd 28BAB5 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 18-26-66 (hex) Samsung Electronics Co.,Ltd 182666 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 30-D6-C9 (hex) Samsung Electronics Co.,Ltd 30D6C9 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR CC-07-AB (hex) Samsung Electronics Co.,Ltd CC07AB (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-25-67 (hex) Samsung Electronics Co.,Ltd 002567 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR BC-B1-F3 (hex) Samsung Electronics Co.,Ltd BCB1F3 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 1C-62-B8 (hex) Samsung Electronics Co.,Ltd 1C62B8 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR B4-3A-28 (hex) Samsung Electronics Co.,Ltd B43A28 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 78-A8-73 (hex) Samsung Electronics Co.,Ltd 78A873 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-1C-43 (hex) Samsung Electronics Co.,Ltd 001C43 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-23-D6 (hex) Samsung Electronics Co.,Ltd 0023D6 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR E4-12-1D (hex) Samsung Electronics Co.,Ltd E4121D (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 44-D6-E1 (hex) Snuza International Pty. Ltd. 44D6E1 (base 16) Snuza International Pty. Ltd. Unit 11, Roeland Square, Roeland Street Cape Town Western Cape 8001 ZA FC-91-14 (hex) Technicolor CH USA Inc. FC9114 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 48-6D-BB (hex) Vestel Elektronik San ve Tic. A.Ş. 486DBB (base 16) Vestel Elektronik San ve Tic. A.Ş. Organize san Manisa Turket 45030 TR 00-2A-10 (hex) Cisco Systems, Inc 002A10 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-A2-89 (hex) Cisco Systems, Inc 00A289 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 44-E9-DD (hex) Sagemcom Broadband SAS 44E9DD (base 16) Sagemcom Broadband SAS 250 route de l'Empereur RUEIL MALMAISON CEDEX Hauts de Seine 92848 FR 00-0F-5E (hex) Veo 000F5E (base 16) Veo 910 Rincon Circle San Jose CA 95131 US 00-13-28 (hex) Westech Korea Inc., 001328 (base 16) Westech Korea Inc., 548-9, Gajwa3-Dong,Seo-ku, Incheon 404-817 KR B8-BF-83 (hex) Intel Corporate B8BF83 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 8C-61-02 (hex) Beijing Baofengmojing Technologies Co., Ltd 8C6102 (base 16) Beijing Baofengmojing Technologies Co., Ltd 7/F, Tower C, Zhizhen Plaza, No.7 Zhichun Rd, Haidian District Beijing 100191 CN 54-8C-A0 (hex) Liteon Technology Corporation 548CA0 (base 16) Liteon Technology Corporation 4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW 7C-79-E8 (hex) PayRange Inc. 7C79E8 (base 16) PayRange Inc. 700 NE Multnomah St. Ste 1400 Portland OR 97232 US A4-31-11 (hex) ZIV A43111 (base 16) ZIV Polígono Parque Tecnológico, 210 ZAMUDIO VIZCAYA 48170 ES 00-80-73 (hex) DWB ASSOCIATES 008073 (base 16) DWB ASSOCIATES 9360 SW GEMINI DRIVE BEAVERTON OR 97005-7151 US 80-A1-D7 (hex) Shanghai DareGlobal Technologies Co.,Ltd 80A1D7 (base 16) Shanghai DareGlobal Technologies Co.,Ltd 22F,Info Tech Building,No.1555,Kongjiang Rd. Shanghai 200092 CN EC-1F-72 (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) EC1F72 (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93 Moo5T. Bangsamak Bangpakong Chachoengsao 24180 TH 8C-0D-76 (hex) HUAWEI TECHNOLOGIES CO.,LTD 8C0D76 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 84-BE-52 (hex) HUAWEI TECHNOLOGIES CO.,LTD 84BE52 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 84-9F-B5 (hex) HUAWEI TECHNOLOGIES CO.,LTD 849FB5 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN A4-CA-A0 (hex) HUAWEI TECHNOLOGIES CO.,LTD A4CAA0 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 84-E0-F4 (hex) IEEE Registration Authority 84E0F4 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US D8-30-62 (hex) Apple, Inc. D83062 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D0-E5-4D (hex) ARRIS Group, Inc. D0E54D (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US A0-C5-62 (hex) ARRIS Group, Inc. A0C562 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 84-96-D8 (hex) ARRIS Group, Inc. 8496D8 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-26-D9 (hex) ARRIS Group, Inc. 0026D9 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US E8-50-8B (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) E8508B (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak Bangpakong Chachoengsao 24180 TH F8-04-2E (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) F8042E (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak Bangpakong Chachoengsao 24180 TH 00-D0-37 (hex) ARRIS Group, Inc. 00D037 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 84-E0-58 (hex) ARRIS Group, Inc. 84E058 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 70-76-30 (hex) ARRIS Group, Inc. 707630 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 04-BB-F9 (hex) Pavilion Data Systems Inc 04BBF9 (base 16) Pavilion Data Systems Inc 2560 N 1st St, #220 San Jose CA 95131 US E4-BE-ED (hex) Netcore Technology Inc. E4BEED (base 16) Netcore Technology Inc. ORIENTAL CYBERPORT,HIGHTECH 6 ROAD Shenzhen 518057 CN 58-FB-84 (hex) Intel Corporate 58FB84 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-A0-0E (hex) NetAlly 00A00E (base 16) NetAlly 310 Littleton Road Westford MA 01886 US 00-C0-17 (hex) NetAlly 00C017 (base 16) NetAlly 2075 Research Parkway Colorado Springs CO 80920 US 5C-B0-66 (hex) ARRIS Group, Inc. 5CB066 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US BC-8A-A3 (hex) NHN Entertainment BC8AA3 (base 16) NHN Entertainment Play Museum, 629 Sampyeong-dong, Bundang-gu Seongnam-si, Gyeonggi-do 463-400 KR A8-BD-27 (hex) Hewlett Packard Enterprise A8BD27 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US 34-57-60 (hex) MitraStar Technology Corp. 345760 (base 16) MitraStar Technology Corp. No. 6, Innovation Road II, Hsinchu 300 TW C0-D3-91 (hex) IEEE Registration Authority C0D391 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US D4-9B-5C (hex) Chongqing Miedu Technology Co., Ltd. D49B5C (base 16) Chongqing Miedu Technology Co., Ltd. 7-602 No.118 DaPing Main Street Yuzhong District Chongqing 400000 CN E8-EB-11 (hex) Texas Instruments E8EB11 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 44-BF-E3 (hex) Shenzhen Longtech Electronics Co.,Ltd 44BFE3 (base 16) Shenzhen Longtech Electronics Co.,Ltd No.148 Zhengfeng Industrial Area Donghuan RD Huangpu Village Shaijing Town Baoan District Shenzhen Guangdong 518125 CN 3C-6F-EA (hex) Panasonic India Pvt. Ltd. 3C6FEA (base 16) Panasonic India Pvt. Ltd. 12th Floor, Ambience Tower, Ambience Island, NH - 8 Gurgaon Haryana 122002 IN 00-22-61 (hex) Frontier Silicon Ltd 002261 (base 16) Frontier Silicon Ltd 137 Euston Road London NW12AA GB 00-19-88 (hex) Wi2Wi, Inc 001988 (base 16) Wi2Wi, Inc 2107 N. 1st Street San Jose CA 95131 US 18-DC-56 (hex) Yulong Computer Telecommunication Scientific (Shenzhen) Co.,Ltd 18DC56 (base 16) Yulong Computer Telecommunication Scientific (Shenzhen) Co.,Ltd 8/F.high Tech Plaza,TianAn Cyberpark,Chegongmiao Shenzhen Guangdong 518040 CN 00-16-F2 (hex) Dmobile System Co., Ltd. 0016F2 (base 16) Dmobile System Co., Ltd. 2F, No.13-20, Sec.6, Mincyuan E.Rd, Taipei 114 TW 34-07-4F (hex) AccelStor, Inc. 34074F (base 16) AccelStor, Inc. 10F, No. 465, Sec. 6, Zhongxiao E. Rd., Nangang Dist. Taipei City 11557 TW B4-A9-84 (hex) Symantec Corporation B4A984 (base 16) Symantec Corporation 350 Ellis Street Mountain View CA 94043 US B0-B2-8F (hex) Sagemcom Broadband SAS B0B28F (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 44-14-41 (hex) AudioControl Inc. 441441 (base 16) AudioControl Inc. 22410 70Th Ave West, STE 1 Mountlake Terrace WA 98043 US C8-8D-83 (hex) HUAWEI TECHNOLOGIES CO.,LTD C88D83 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-E0-11 (hex) UNIDEN CORPORATION 00E011 (base 16) UNIDEN CORPORATION 2-12-7 Hatchobori, Chuo-ku Tokyo 104-8512 JP 00-25-55 (hex) Visonic Technologies 1993 Ltd. 002555 (base 16) Visonic Technologies 1993 Ltd. 23 Habarzel st' Tel - Aviv 69710 IL 58-98-6F (hex) Revolution Display 58986F (base 16) Revolution Display 912 Ruberta Ave Glendale CA 91201 US C8-1F-BE (hex) HUAWEI TECHNOLOGIES CO.,LTD C81FBE (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 20-3D-B2 (hex) HUAWEI TECHNOLOGIES CO.,LTD 203DB2 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 48-D5-39 (hex) HUAWEI TECHNOLOGIES CO.,LTD 48D539 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-1F-9A (hex) Nortel Networks 001F9A (base 16) Nortel Networks 2221 Lakeside Blvd Richardson TX 75082-4399 US 00-0A-0E (hex) Invivo Research Inc. 000A0E (base 16) Invivo Research Inc. 12601 Research Parkway Orlando Florida 32826 US 00-16-60 (hex) Nortel Networks 001660 (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-1E-7E (hex) Nortel Networks 001E7E (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-13-65 (hex) Nortel Networks 001365 (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-04-38 (hex) Nortel Networks 000438 (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 00-0E-C0 (hex) Nortel Networks 000EC0 (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA D8-4F-B8 (hex) LG ELECTRONICS D84FB8 (base 16) LG ELECTRONICS 84 Wanam-ro Seongsan-gu Changwon-si Gyeongsangnam-do 642-713 KR 00-0A-EB (hex) TP-LINK TECHNOLOGIES CO.,LTD. 000AEB (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Hi-Tech Park R1-B3 Shenzhen Guangdong 518057 CN 2C-37-31 (hex) SHENZHEN YIFANG DIGITAL TECHNOLOGY CO.,LTD. 2C3731 (base 16) SHENZHEN YIFANG DIGITAL TECHNOLOGY CO.,LTD. Building # 22 and #23, Zone 5, Bai Wang Xin Industrial Park, Song Bai Road ShenZhen GUANGDONG 518108 CN 60-EE-5C (hex) SHENZHEN FAST TECHNOLOGIES CO.,LTD 60EE5C (base 16) SHENZHEN FAST TECHNOLOGIES CO.,LTD Room 202,Building No.5,Section 30,No.2 of Kefa Road,Nanshan District,Shenzhen,P.R.China Shenzhen Guangdong 518057 CN 64-88-FF (hex) Sichuan Changhong Electric Ltd. 6488FF (base 16) Sichuan Changhong Electric Ltd. 35 East Mianxing Road,High-Tech Park, MianYang SiChuan 621000 CN 00-21-62 (hex) Nortel Networks 002162 (base 16) Nortel Networks 8200 Dixie Rd Brampton Ontario 0000 CA 02-E6-D3 (hex) NIXDORF COMPUTER CORP. 02E6D3 (base 16) NIXDORF COMPUTER CORP. NIXDORF TECHNOLOGY CENTER SANTA CLARA CA 95054 US 00-16-B9 (hex) ProCurve Networking by HP 0016B9 (base 16) ProCurve Networking by HP 8000 Foothills Blvd Roseville CA 95747 US C4-08-4A (hex) Nokia C4084A (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 00-08-01 (hex) HighSpeed Surfing Inc. 000801 (base 16) HighSpeed Surfing Inc. 44790 S. Grimmer Blvd. Fremont CA 94538 US 00-07-72 (hex) Alcatel-Lucent Shanghai Bell Co., Ltd 000772 (base 16) Alcatel-Lucent Shanghai Bell Co., Ltd No. 389, Ningqiao Road, Pudong Jinqiao Shanghai 201206 CN E0-30-05 (hex) Alcatel-Lucent Shanghai Bell Co., Ltd E03005 (base 16) Alcatel-Lucent Shanghai Bell Co., Ltd No. 389, Ningqiao Road, Pudong Jinqiao Shanghai 201206 CN 3C-40-4F (hex) GUANGDONG PISEN ELECTRONICS CO.,LTD 3C404F (base 16) GUANGDONG PISEN ELECTRONICS CO.,LTD Building C,Liuyue Jintang Industry Zone Shenzhen Guangdong 518173 CN 0C-A4-02 (hex) Alcatel-Lucent IPD 0CA402 (base 16) Alcatel-Lucent IPD 600 March Drive Kanata Ontario K2K2E6 CA A0-F3-E4 (hex) Alcatel-Lucent IPD A0F3E4 (base 16) Alcatel-Lucent IPD 600 March Drive Kanata Ontario K2K2E6 CA 84-DB-FC (hex) Nokia 84DBFC (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 7C-FC-3C (hex) Visteon Corporation 7CFC3C (base 16) Visteon Corporation One Village Center Drive Van Buren Twp MI 48111 US 98-1E-0F (hex) Jeelan (Shanghai Jeelan Technology Information Inc 981E0F (base 16) Jeelan (Shanghai Jeelan Technology Information Inc Room 302,Building 17, No.658, Jinzhong Road shanghai 200052 CN 48-88-CA (hex) Motorola (Wuhan) Mobility Technologies Communication Co., Ltd. 4888CA (base 16) Motorola (Wuhan) Mobility Technologies Communication Co., Ltd. No.19, Gaoxin 4th Road, Wuhan East Lake High-tech Zone, Wuhan Wuhan Hubei 430000 CN 38-56-10 (hex) CANDY HOUSE, Inc. 385610 (base 16) CANDY HOUSE, Inc. 119 University Ave. Palo Alto CA 94301 US 00-A7-42 (hex) Cisco Systems, Inc 00A742 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-AA-70 (hex) LG Electronics (Mobile Communications) 00AA70 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR F8-95-C7 (hex) LG Electronics (Mobile Communications) F895C7 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 84-D9-31 (hex) Hangzhou H3C Technologies Co., Limited 84D931 (base 16) Hangzhou H3C Technologies Co., Limited 466 Changhe Road, Binjiang District Hangzhou Zhejiang, P.R.China 310052 CN 00-11-6E (hex) Peplink International Ltd. 00116E (base 16) Peplink International Ltd. 17/F., Park Building Cheung Sha Wan Kowloon 0000 HK 54-09-55 (hex) zte corporation 540955 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 00-1E-75 (hex) LG Electronics (Mobile Communications) 001E75 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 00-1C-62 (hex) LG Electronics (Mobile Communications) 001C62 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 50-55-27 (hex) LG Electronics (Mobile Communications) 505527 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 88-C9-D0 (hex) LG Electronics (Mobile Communications) 88C9D0 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR C0-41-F6 (hex) LG ELECTRONICS INC C041F6 (base 16) LG ELECTRONICS INC 19-1,Cheongho-Ri,Jinwi-Myeon Pyeongtaek Gyeonggi-Do 451-713 KR 8C-3A-E3 (hex) LG Electronics (Mobile Communications) 8C3AE3 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 90-A4-6A (hex) SISNET CO., LTD 90A46A (base 16) SISNET CO., LTD 1409, SJ Technoville 60-19, Gasan-dong, Geumcheon-Gu Seoul KS013 KR 14-E7-C8 (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. 14E7C8 (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY EC-CD-6D (hex) Allied Telesis, Inc. ECCD6D (base 16) Allied Telesis, Inc. 3041 Orchard Parkway San Jose 95134 US 18-33-9D (hex) Cisco Systems, Inc 18339D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 14-61-02 (hex) Alpine Electronics, Inc. 146102 (base 16) Alpine Electronics, Inc. 20-1, Yoshima Industrial Park Iwaki Fukushima 970-1192 JP 54-27-6C (hex) Jiangsu Houge Technology Corp. 54276C (base 16) Jiangsu Houge Technology Corp. No.20 Xizhang North Road, Fenghuang Town Zhangjiagang Jiangsu 215614 CN 9C-A3-A9 (hex) Guangzhou Juan Optical and Electronical Tech Joint Stock Co., Ltd 9CA3A9 (base 16) Guangzhou Juan Optical and Electronical Tech Joint Stock Co., Ltd NO.9, street 3, HengLing industrial zone, Tangdong, tianhe district Guangzhou Guangdong 510000 CN 7C-C7-09 (hex) SHENZHEN RF-LINK TECHNOLOGY CO.,LTD. 7CC709 (base 16) SHENZHEN RF-LINK TECHNOLOGY CO.,LTD. Bldg56A, 6/F, Baotian Rd3, Baoan District, Shenzhen, P.R.C Shenzhen Guangdong 518100 CN A0-3E-6B (hex) IEEE Registration Authority A03E6B (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 98-02-D8 (hex) IEEE Registration Authority 9802D8 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 64-FB-81 (hex) IEEE Registration Authority 64FB81 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 08-21-EF (hex) Samsung Electronics Co.,Ltd 0821EF (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 34-14-5F (hex) Samsung Electronics Co.,Ltd 34145F (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 2C-26-5F (hex) IEEE Registration Authority 2C265F (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US D0-05-2A (hex) Arcadyan Corporation D0052A (base 16) Arcadyan Corporation No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW E4-50-9A (hex) HW Communications Ltd E4509A (base 16) HW Communications Ltd Parkfield Lancaster LA1 4TZ GB 70-29-00 (hex) Shenzhen ChipTrip Technology Co,Ltd 702900 (base 16) Shenzhen ChipTrip Technology Co,Ltd The 8th floor of VIA Technology Building NO. 9966 Shennan road , Nanshan Distict Shenzhen Shenzhen 518000 CN EC-AA-A0 (hex) PEGATRON CORPORATION ECAAA0 (base 16) PEGATRON CORPORATION 5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW 00-E0-DD (hex) Zenith Electronics Corporation 00E0DD (base 16) Zenith Electronics Corporation 1000 MILWAUKEE AVENUE GLENVIEW IL 60025 US 50-CE-75 (hex) Measy Electronics Co., Ltd. 50CE75 (base 16) Measy Electronics Co., Ltd. #1506, Block B, Hai Song Bldg, Tairan 9th Road Shenzhen Guang Dong 518040 CN 00-04-5B (hex) Techsan Electronics Co., Ltd. 00045B (base 16) Techsan Electronics Co., Ltd. North Wing UNITED KINGDOM GB 00-07-BA (hex) UTStarcom Inc 0007BA (base 16) UTStarcom Inc 1275 Harbor Bay PKWY Alameda CA 94502 US 90-A2-10 (hex) United Telecoms Ltd 90A210 (base 16) United Telecoms Ltd 18A/19,Doddanekundi Industrial Area, Bangalore Karanataka 560048 IN 6C-0B-84 (hex) Universal Global Scientific Industrial Co., Ltd. 6C0B84 (base 16) Universal Global Scientific Industrial Co., Ltd. 141, Lane 351, TaiPing Road, Sec.1 Tsao-Tuen Nan-Tou 54261 TW 00-15-97 (hex) AETA AUDIO SYSTEMS 001597 (base 16) AETA AUDIO SYSTEMS 18-22, avenue Edouard Herriot Le Plessis Robinson 92350 FR 00-23-97 (hex) Westell Technologies Inc. 002397 (base 16) Westell Technologies Inc. 750 N Commons Dr Aurora IL 60504 US 60-E3-AC (hex) LG Electronics (Mobile Communications) 60E3AC (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 90-F0-52 (hex) MEIZU Technology Co., Ltd. 90F052 (base 16) MEIZU Technology Co., Ltd. MEIZU Tech Bldg., Technology & Innovation Coast Zhuhai Guangdong 519085 CN 00-16-39 (hex) Ubiquam Co., Ltd. 001639 (base 16) Ubiquam Co., Ltd. Technovill 4F,272-3 Yatap3 Seongnam Kyeonggi 463-836 KR 00-0C-29 (hex) VMware, Inc. 000C29 (base 16) VMware, Inc. 3401 Hillview Avenue Palo Alto CA 94304 US 00-05-69 (hex) VMware, Inc. 000569 (base 16) VMware, Inc. 3401 Hillview Avenue Palo Alto CA 94304 US 00-0B-0E (hex) Trapeze Networks 000B0E (base 16) Trapeze Networks 5753 W. Las Positas Blvd Pleasanton CA 94588 US 8C-FD-F0 (hex) Qualcomm Inc. 8CFDF0 (base 16) Qualcomm Inc. 5775 Morehouse Drive San Diego CA 92121 US C4-BB-4C (hex) Zebra Information Tech Co. Ltd C4BB4C (base 16) Zebra Information Tech Co. Ltd Room 415, No.569 Anchi Road, JiaDing District Shanghai 201804 CN 98-CF-53 (hex) BBK EDUCATIONAL ELECTRONICS CORP.,LTD. 98CF53 (base 16) BBK EDUCATIONAL ELECTRONICS CORP.,LTD. LiWu INDUSTRIAL PARK,Wusha,Chang'an Dong Guan Guang Dong 523860 CN D4-A1-48 (hex) HUAWEI TECHNOLOGIES CO.,LTD D4A148 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN D0-65-CA (hex) HUAWEI TECHNOLOGIES CO.,LTD D065CA (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 48-6B-2C (hex) BBK EDUCATIONAL ELECTRONICS CORP.,LTD. 486B2C (base 16) BBK EDUCATIONAL ELECTRONICS CORP.,LTD. LiWu INDUSTRIAL PARK,Wusha,Chang'an Dong Guan Guang Dong 523860 CN 6C-25-B9 (hex) BBK EDUCATIONAL ELECTRONICS CORP.,LTD. 6C25B9 (base 16) BBK EDUCATIONAL ELECTRONICS CORP.,LTD. LiWu INDUSTRIAL PARK,Wusha,Chang'an Dong Guan Guang Dong 523860 CN 2C-28-2D (hex) BBK EDUCATIONAL ELECTRONICS CORP.,LTD. 2C282D (base 16) BBK EDUCATIONAL ELECTRONICS CORP.,LTD. LiWu INDUSTRIAL PARK,Wusha,Chang'an Dong Guan Guang Dong 523860 CN 48-13-F3 (hex) BBK EDUCATIONAL ELECTRONICS CORP.,LTD. 4813F3 (base 16) BBK EDUCATIONAL ELECTRONICS CORP.,LTD. LiWu INDUSTRIAL PARK,Wusha,Chang'an Dong Guan Guang Dong 523860 CN 00-40-9F (hex) Telco Systems, Inc. 00409F (base 16) Telco Systems, Inc. 15 Berkshire Road Mansfield, MA 02048 US 00-00-1F (hex) Telco Systems, Inc. 00001F (base 16) Telco Systems, Inc. 15 Berkshire Road Mansfield MA 02048 US 00-A0-12 (hex) Telco Systems, Inc. 00A012 (base 16) Telco Systems, Inc. 15 Berkshire Road Mansfield MA 02048 US 8C-EB-C6 (hex) HUAWEI TECHNOLOGIES CO.,LTD 8CEBC6 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN B0-89-00 (hex) HUAWEI TECHNOLOGIES CO.,LTD B08900 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 78-CB-68 (hex) DAEHAP HYPER-TECH 78CB68 (base 16) DAEHAP HYPER-TECH 302,Galmachiro,Woolim Lions Valley 5-cha #A-810,Jungwon-Gu Seongnam, Gyeonggido 445-918 KR 34-ED-0B (hex) Shanghai XZ-COM.CO.,Ltd. 34ED0B (base 16) Shanghai XZ-COM.CO.,Ltd. 11th Floor,B Building ,No.100 Qinzhou Road ,Shanghai shanghai shanghai 200235 CN F0-DE-F1 (hex) Wistron Infocomm (Zhongshan) Corporation F0DEF1 (base 16) Wistron Infocomm (Zhongshan) Corporation 168KunShan, JiangSu 215300 CN F8-0F-41 (hex) Wistron Infocomm (Zhongshan) Corporation F80F41 (base 16) Wistron Infocomm (Zhongshan) Corporation Torch High-tech Industrial Development Zone, ZhongShan Guangdong 528437 CN 3C-97-0E (hex) Wistron InfoComm(Kunshan)Co.,Ltd. 3C970E (base 16) Wistron InfoComm(Kunshan)Co.,Ltd. 168# First Avence, Kunshan JiangSu 215300 CN 30-14-4A (hex) Wistron Neweb Corporation 30144A (base 16) Wistron Neweb Corporation 20 Park Avenue II, Hsin Science Park, Hsinchu 308, Taiwan HsinChu Taiwan 308 TW 4C-0B-BE (hex) Microsoft 4C0BBE (base 16) Microsoft 1 Microsoft Way Redmond Washington 98052 US 0C-25-76 (hex) LONGCHEER TELECOMMUNICATION LIMITED 0C2576 (base 16) LONGCHEER TELECOMMUNICATION LIMITED Building 1,No.401,Caobao Rd Shanghai Xuhui District 200233 CN D8-D4-3C (hex) Sony Corporation D8D43C (base 16) Sony Corporation 1-7-1 Konan Minato-ku Tokyo 108-0075 JP D4-41-65 (hex) SICHUAN TIANYI COMHEART TELECOMCO.,LTD D44165 (base 16) SICHUAN TIANYI COMHEART TELECOMCO.,LTD FL12,TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN E4-02-9B (hex) Intel Corporate E4029B (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY DC-1A-C5 (hex) vivo Mobile Communication Co., Ltd. DC1AC5 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong 523860 CN F4-5E-AB (hex) Texas Instruments F45EAB (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US A8-FC-B7 (hex) Consolidated Resource Imaging A8FCB7 (base 16) Consolidated Resource Imaging 2943 S Wilson CT NW Grand Rapids MI 49534 US 00-C0-00 (hex) LANOPTICS, LTD. 00C000 (base 16) LANOPTICS, LTD. P.O. BOX 184 ISRAEL ISRAEL 10551 IL 84-51-81 (hex) Samsung Electronics Co.,Ltd 845181 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR B0-C2-87 (hex) Technicolor CH USA Inc. B0C287 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US CC-35-40 (hex) Technicolor CH USA Inc. CC3540 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 8C-04-FF (hex) Technicolor CH USA Inc. 8C04FF (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US FC-94-E3 (hex) Technicolor CH USA Inc. FC94E3 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US B8-8D-12 (hex) Apple, Inc. B88D12 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 90-EF-68 (hex) Zyxel Communications Corporation 90EF68 (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW C8-16-BD (hex) Qingdao Hisense Communications Co.,Ltd. C816BD (base 16) Qingdao Hisense Communications Co.,Ltd. Qianwangang Road 218 Qingdao Shandong 266510 CN 00-EB-D5 (hex) Cisco Systems, Inc 00EBD5 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US C4-8F-07 (hex) Shenzhen Yihao Hulian Science and Technology Co., Ltd. C48F07 (base 16) Shenzhen Yihao Hulian Science and Technology Co., Ltd. Room A, Floor 6, Building 210, Tairan Industry and Trade Park, Che Kung Temple, Futian District, Shenzhen, Guangdong Province ShenZhen Guangdong 518000 CN DC-78-34 (hex) LOGICOM SA DC7834 (base 16) LOGICOM SA 55 Rue de Lisbonne PARIS 75008 FR CC-CC-81 (hex) HUAWEI TECHNOLOGIES CO.,LTD CCCC81 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1-4,Huawei Industrial Base,Bantian,Longgang ShenZhen GuangDong 518129 CN 6C-95-22 (hex) Scalys 6C9522 (base 16) Scalys Lansinkesweg 4 Hengelo 7553 AE NL B4-56-B9 (hex) Teraspek Technologies Co.,Ltd B456B9 (base 16) Teraspek Technologies Co.,Ltd 14th floor,Block C,Beijing International Building, Zhongguancun South Street, Beijng, China, 100081 Beijing 100081 CN 9C-DD-1F (hex) Intelligent Steward Co.,Ltd 9CDD1F (base 16) Intelligent Steward Co.,Ltd Room 508-598 XiTianGeZhuang Town Government Office Building,8# XiTong Road ,Economic Development District ,MiYun County ,BeiJing City BeiJing City 101509 CN 3C-68-16 (hex) VXi Corporation 3C6816 (base 16) VXi Corporation 271 Locust Street Dover NH 03820 US E8-11-CA (hex) SHANDONG KAER ELECTRIC.CO.,LTD E811CA (base 16) SHANDONG KAER ELECTRIC.CO.,LTD No.58, Dalian Road, Weihai, 264209 Shandong Province, P.R.China Weihai Shandong 264209 CN 70-28-8B (hex) Samsung Electronics Co.,Ltd 70288B (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 34-8A-7B (hex) Samsung Electronics Co.,Ltd 348A7B (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR D0-57-7B (hex) Intel Corporate D0577B (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 78-00-9E (hex) Samsung Electronics Co.,Ltd 78009E (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR AC-C3-3A (hex) Samsung Electronics Co.,Ltd ACC33A (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 54-F2-01 (hex) Samsung Electronics Co.,Ltd 54F201 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR C4-A3-66 (hex) zte corporation C4A366 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 60-73-BC (hex) zte corporation 6073BC (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 7C-35-48 (hex) Transcend Information 7C3548 (base 16) Transcend Information No.70, XingZhong Rd., NeiHu Dist., Taipei Taiwan 114 TW 18-B1-69 (hex) Sonicwall 18B169 (base 16) Sonicwall 2001 Logic Drive San Jose CA 95124-3452 US 44-44-50 (hex) OttoQ 444450 (base 16) OttoQ 20370 Town Center Lane, Suite 205 Cupertino CA 95014 US 50-F5-DA (hex) Amazon Technologies Inc. 50F5DA (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 10-12-12 (hex) Vivo International Corporation Pty Ltd 101212 (base 16) Vivo International Corporation Pty Ltd 9-13 Bibby Street, NSW Chiswick 2046 AU C8-5B-76 (hex) LCFC(HeFei) Electronics Technology co., ltd C85B76 (base 16) LCFC(HeFei) Electronics Technology co., ltd YunGu Road 3188-1 Hefei Anhui 230000 CN 78-FF-CA (hex) TECNO MOBILE LIMITED 78FFCA (base 16) TECNO MOBILE LIMITED ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong 999077 HK 04-65-65 (hex) Testop 046565 (base 16) Testop 808, Hanshin IT tower, 272 digital-ro Guro-gu Seoul KS013 KR A8-BB-50 (hex) WiZ IoT Company Limited A8BB50 (base 16) WiZ IoT Company Limited 148 Electric Road Hong Kong 0000 HK 08-C0-21 (hex) HUAWEI TECHNOLOGIES CO.,LTD 08C021 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 60-08-10 (hex) HUAWEI TECHNOLOGIES CO.,LTD 600810 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 48-43-5A (hex) HUAWEI TECHNOLOGIES CO.,LTD 48435A (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 8C-8E-F2 (hex) Apple, Inc. 8C8EF2 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 90-B0-ED (hex) Apple, Inc. 90B0ED (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F0-3E-BF (hex) GOGORO TAIWAN LIMITED F03EBF (base 16) GOGORO TAIWAN LIMITED No.33 Dinghu Rd. GuiShan Dist. Taoyuan 333 TW 3C-92-DC (hex) Octopod Technology Co. Ltd. 3C92DC (base 16) Octopod Technology Co. Ltd. 822 Lane Zhennan Road Shanghai 200331 CN 10-00-FD (hex) LaonPeople 1000FD (base 16) LaonPeople 402-3, Bundang Techno Park B, 148 Sungnam-si Gyeonggi-do 463-760 KR C4-7C-8D (hex) IEEE Registration Authority C47C8D (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 74-5C-9F (hex) TCT mobile ltd 745C9F (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN 8C-99-E6 (hex) TCT mobile ltd 8C99E6 (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN 44-9F-7F (hex) DataCore Software Corporation 449F7F (base 16) DataCore Software Corporation 6300 NW 5th Way Fort Lauderdale FL 33309 US 84-83-19 (hex) Hangzhou Zero Zero Technology Co., Ltd. 848319 (base 16) Hangzhou Zero Zero Technology Co., Ltd. Bldg 13&14, Dream Town, Hangzhou, Zhejiang Hangzhou Zhejiang 310000 CN A8-15-59 (hex) Breathometer, Inc. A81559 (base 16) Breathometer, Inc. 863 Mitten Road, Suite 104 Burlingame CA 94010 US 70-BA-EF (hex) Hangzhou H3C Technologies Co., Limited 70BAEF (base 16) Hangzhou H3C Technologies Co., Limited 466 Changhe Road, Binjiang District, Hangzhou Zhejiang, P.R.China 310052 CN 58-6A-B1 (hex) Hangzhou H3C Technologies Co., Limited 586AB1 (base 16) Hangzhou H3C Technologies Co., Limited 466 Changhe Road, Binjiang District, Hangzhou Zhejiang, P.R.China 310052 CN 00-90-06 (hex) Hamamatsu Photonics K.K. 009006 (base 16) Hamamatsu Photonics K.K. 812 JOKO-CHO HAMAMATSU 431-3196 JP 00-1A-F4 (hex) Handreamnet 001AF4 (base 16) Handreamnet #1209 MarioTower, 28 Seoul 152-741 KR 04-D3-CF (hex) Apple, Inc. 04D3CF (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 48-82-F2 (hex) Appel Elektronik GmbH 4882F2 (base 16) Appel Elektronik GmbH Ludwig-Rinn-Str.10 Heuchelheim Hessen 35452 DE 78-B8-4B (hex) SICHUAN TIANYI COMHEART TELECOMCO.,LTD 78B84B (base 16) SICHUAN TIANYI COMHEART TELECOMCO.,LTD FL12,TowerB,Tianyi international Hotel,No.2 West Section One, Second Ring Road, Chengdu Sichuan 610000 CN 7C-B0-C2 (hex) Intel Corporate 7CB0C2 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-17-93 (hex) Tigi Corporation 001793 (base 16) Tigi Corporation 2070 Chain Bridge road Vienna Va 22182 US 00-03-58 (hex) Hanyang Digitech Co.Ltd 000358 (base 16) Hanyang Digitech Co.Ltd 13F, Acetwintower2, 212-30, Guro-Dong Seoul 12304 KR C4-CA-D9 (hex) Hangzhou H3C Technologies Co., Limited C4CAD9 (base 16) Hangzhou H3C Technologies Co., Limited 310 Liuhe Road, Zhijiang Science Park Hangzhou Zhejiang, 310053 CN 58-66-BA (hex) Hangzhou H3C Technologies Co., Limited 5866BA (base 16) Hangzhou H3C Technologies Co., Limited 310 Liuhe Road, Zhijiang Science Park Hangzhou Zhejiang, 310053 CN E0-C7-9D (hex) Texas Instruments E0C79D (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 4C-0B-3A (hex) TCT mobile ltd 4C0B3A (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN E4-2D-02 (hex) TCT mobile ltd E42D02 (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN 0C-BD-51 (hex) TCT mobile ltd 0CBD51 (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN 40-00-E0 (hex) Derek(Shaoguan)Limited 4000E0 (base 16) Derek(Shaoguan)Limited Gaojiling,Taiping Town, Shixing County Shaoguan Guangdong 512500 CN FC-BC-9C (hex) Vimar Spa FCBC9C (base 16) Vimar Spa Viale Vicenza 14 Marostica Vicenza 36063 IT 14-9E-CF (hex) Dell Inc. 149ECF (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US E8-09-59 (hex) Guoguang Electric Co.,Ltd E80959 (base 16) Guoguang Electric Co.,Ltd No.8 Jinghu Road, Xinhua Street, Huadu Reg Guangzhou Guangdong 510800 CN D8-94-03 (hex) Hewlett Packard Enterprise D89403 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US E0-0E-DA (hex) Cisco Systems, Inc E00EDA (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US D0-A4-B1 (hex) Sonifex Ltd. D0A4B1 (base 16) Sonifex Ltd. 61 Station Road Irthlingborough Northamptonshire NN9 5QE GB F4-9E-EF (hex) Taicang T&W Electronics F49EEF (base 16) Taicang T&W Electronics 89# Jiang Nan RD Suzhou Jiangsu 215412 CN C4-F0-81 (hex) HUAWEI TECHNOLOGIES CO.,LTD C4F081 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 80-13-82 (hex) HUAWEI TECHNOLOGIES CO.,LTD 801382 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 94-FE-22 (hex) HUAWEI TECHNOLOGIES CO.,LTD 94FE22 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN F4-CC-55 (hex) Juniper Networks F4CC55 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 50-DD-4F (hex) Automation Components, Inc 50DD4F (base 16) Automation Components, Inc 2305 Pleasant View Rd Middleton WI 53562 US 34-1F-E4 (hex) ARRIS Group, Inc. 341FE4 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-24-F4 (hex) Kaminario, Ltd. 0024F4 (base 16) Kaminario, Ltd. Yatam Industrial Park Yokneam ISRAEL 20692 IL 00-1A-29 (hex) Johnson Outdoors Marine Electronics d/b/a Minnkota 001A29 (base 16) Johnson Outdoors Marine Electronics d/b/a Minnkota 1220 Old Alpharetta Rd Alpharetta GA 30041 US 00-90-AE (hex) ITALTEL S.p.A/RF-UP-I 0090AE (base 16) ITALTEL S.p.A/RF-UP-I LOCALITA' BOSCHETTO 67100 L'AQUILA na IT 00-17-7D (hex) IDT Technology Limited 00177D (base 16) IDT Technology Limited Block C, 9/F, Kaiser Estate, Phase I na na HK 00-A0-45 (hex) PHOENIX CONTACT Electronics GmbH 00A045 (base 16) PHOENIX CONTACT Electronics GmbH POSTFACH 1341 lower saxony D-31812 DE 00-23-78 (hex) GN Netcom A/S 002378 (base 16) GN Netcom A/S Lautrupbjerg 7 Ballerup DK - 2750 DK 50-C9-71 (hex) GN Netcom A/S 50C971 (base 16) GN Netcom A/S Lautrupbjerg 7 Ballerup DK - 2750 DK F0-40-7B (hex) Fiberhome Telecommunication Technologies Co.,LTD F0407B (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 94-88-5E (hex) Surfilter Network Technology Co., Ltd. 94885E (base 16) Surfilter Network Technology Co., Ltd. 6/f,2 Building,Kejizhong Rd2,Software Park,High-Tech District,Nanshan,Shenzhen,China Shenzhen Guangdong 518000 CN C8-25-E1 (hex) Lemobile Information Technology (Beijing) Co., Ltd C825E1 (base 16) Lemobile Information Technology (Beijing) Co., Ltd WENHUAYING NORTH (No.1, LINKONG 2nd St), GAOLIYING, SHUNYI DISTRICT, BEIJING Beijing Beijing 101300 CN 94-50-89 (hex) SimonsVoss Technologies GmbH 945089 (base 16) SimonsVoss Technologies GmbH Feringastr. 4 Unterfoehring Bavaria 85774 DE 04-2A-E2 (hex) Cisco Systems, Inc 042AE2 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US E0-B6-F5 (hex) IEEE Registration Authority E0B6F5 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 00-90-FA (hex) Emulex Corporation 0090FA (base 16) Emulex Corporation 3333 Susan Street Costa Mesa CA 92626 US 00-E0-D5 (hex) Emulex Corporation 00E0D5 (base 16) Emulex Corporation 3333 Susan Street Costa Mesa CA 92626 US 00-10-35 (hex) Elitegroup Computer Systems Co.,Ltd. 001035 (base 16) Elitegroup Computer Systems Co.,Ltd. 6F, NO. 88, SEC. 6 Shih Lin TAIPEI 00000 TW 00-0A-E6 (hex) Elitegroup Computer Systems Co.,Ltd. 000AE6 (base 16) Elitegroup Computer Systems Co.,Ltd. No.22, Alley 38, Lane 91, Sec. 1, Nei Hu Taipei 114 TW 74-27-EA (hex) Elitegroup Computer Systems Co.,Ltd. 7427EA (base 16) Elitegroup Computer Systems Co.,Ltd. No. 239, Sec. 2, Ti Ding Blvd., Taipei 11493 US 64-99-68 (hex) Elentec 649968 (base 16) Elentec 401-13 Chunggye-Ri Dongtan-Myun Kyunggi 445-811 KR 00-40-9C (hex) TRANSWARE 00409C (base 16) TRANSWARE 21, RUE DU 8 MAI 1945 FR B0-1B-D2 (hex) Le Shi Zhi Xin Electronic Technology (Tianjin) Limited B01BD2 (base 16) Le Shi Zhi Xin Electronic Technology (Tianjin) Limited ,Le Shi Building, No.105 Yaojiayuan Road,Chaoyang District,Beijing,China beijing beijing 100025 CN 54-48-9C (hex) CDOUBLES ELECTRONICS CO. LTD. 54489C (base 16) CDOUBLES ELECTRONICS CO. LTD. 11F.-6, No. 7,Sec. 3, New Taipei Blvd., Xinzhuang Dist. New Taipei City 24250 TW E4-A1-E6 (hex) Alcatel-Lucent Shanghai Bell Co., Ltd E4A1E6 (base 16) Alcatel-Lucent Shanghai Bell Co., Ltd No. 389, Ningqiao Road, Pudong Jinqiao Shanghai 201206 CN 84-00-2D (hex) PEGATRON CORPORATION 84002D (base 16) PEGATRON CORPORATION No. 76, Ligong St., Beitou, Taipei 112 TW 40-82-56 (hex) Continental Automotive GmbH 408256 (base 16) Continental Automotive GmbH VD=-Strasse 1 Babenhausen Garmany 64832 DE 5C-C7-D7 (hex) AZROAD TECHNOLOGY COMPANY LIMITED 5CC7D7 (base 16) AZROAD TECHNOLOGY COMPANY LIMITED Block B2, No.14 Jian'an rd. Shajing, Bao'an District, Shenzhen 518104 CN 98-6B-3D (hex) ARRIS Group, Inc. 986B3D (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US E0-07-1B (hex) Hewlett Packard Enterprise E0071B (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US 1C-AB-C0 (hex) Hitron Technologies. Inc 1CABC0 (base 16) Hitron Technologies. Inc No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW 1C-3A-DE (hex) Samsung Electronics Co.,Ltd 1C3ADE (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 00-23-60 (hex) Lookit Technology Co., Ltd 002360 (base 16) Lookit Technology Co., Ltd FL 8 Seashore Mansion Shenzhen Guangdong 518100 CN 84-FE-DC (hex) Borqs Beijing Ltd. 84FEDC (base 16) Borqs Beijing Ltd. Tower A, Building B23, Universal Business Park, No.10 Jiuxianqiao Road Chaoyang District Beijing 100015 CN 60-83-34 (hex) HUAWEI TECHNOLOGIES CO.,LTD 608334 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN E4-7E-66 (hex) HUAWEI TECHNOLOGIES CO.,LTD E47E66 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 94-DB-DA (hex) HUAWEI TECHNOLOGIES CO.,LTD 94DBDA (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 54-D9-E4 (hex) BRILLIANTTS CO., LTD 54D9E4 (base 16) BRILLIANTTS CO., LTD Daewangpangyo-ro Seongnam-si 13494 KR F4-62-D0 (hex) Not for Radio, LLC F462D0 (base 16) Not for Radio, LLC 425 Front St Lititz PA 17543 US 98-DE-D0 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 98DED0 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 50-89-65 (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. 508965 (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. 3/F, Building R1-B, High-Tech Industrial Park, Nanshan District Shenzhen Guangdong 518057 CN 00-5B-A1 (hex) shanghai huayuan chuangxin software CO., LTD. 005BA1 (base 16) shanghai huayuan chuangxin software CO., LTD. Room D13 , Floor 13,Lane 1006, Jinshajiang road,putuo District Shanghai Shanghai 200333 CN 58-D6-7A (hex) TCPlink 58D67A (base 16) TCPlink Daerungpost tower 1-cha 1720, 288 digital-ro,Guro-gu seoul 08390 KR 98-07-2D (hex) Texas Instruments 98072D (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US F0-C7-7F (hex) Texas Instruments F0C77F (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 00-0A-C2 (hex) Wuhan FiberHome Digital Technology Co.,Ltd. 000AC2 (base 16) Wuhan FiberHome Digital Technology Co.,Ltd. No.88 YouKeyuan Road,Hongshan District,W Wuhan Hubei 430074 CN 10-DA-43 (hex) NETGEAR 10DA43 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US B8-05-AB (hex) zte corporation B805AB (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 78-96-82 (hex) zte corporation 789682 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN D4-67-E7 (hex) Fiberhome Telecommunication Technologies Co.,LTD D467E7 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan City Hubei Province 430074 CN E4-2F-26 (hex) Fiberhome Telecommunication Technologies Co.,LTD E42F26 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan City Hubei Province 430074 CN 04-C1-B9 (hex) Fiberhome Telecommunication Technologies Co.,LTD 04C1B9 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan City Hubei Province 430074 CN C4-BE-D4 (hex) Avaya Inc C4BED4 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US D0-17-C2 (hex) ASUSTek COMPUTER INC. D017C2 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 34-99-71 (hex) Quanta Storage Inc. 349971 (base 16) Quanta Storage Inc. 3F. No.188, Wenhua 2nd Rd Taoyuan City Guishan District 33383 TW 9C-52-F8 (hex) HUAWEI TECHNOLOGIES CO.,LTD 9C52F8 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN EC-13-DB (hex) Juniper Networks EC13DB (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 5C-F2-86 (hex) IEEE Registration Authority 5CF286 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US E8-FD-72 (hex) SHANGHAI LINGUO TECHNOLOGY CO., LTD. E8FD72 (base 16) SHANGHAI LINGUO TECHNOLOGY CO., LTD. No.2,277 Lane,Yongdeng Road,Putuo District,Shanghai,China Shanghai Shanghai 200000 CN 98-BB-1E (hex) BYD Precision Manufacture Company Ltd. 98BB1E (base 16) BYD Precision Manufacture Company Ltd. 7/Floor, Building 5#, No3000 LongDong Avenue, Pudong District Shanghai Shanghai 201203 CN AC-5F-3E (hex) SAMSUNG ELECTRO-MECHANICS(THAILAND) AC5F3E (base 16) SAMSUNG ELECTRO-MECHANICS(THAILAND) 93Moo5T. Bangsamak SEMTHAI, WELLGROW INDUSTRIAL ESTATE Bangpakong Chachoengsao 24180 TH 54-6D-52 (hex) TOPVIEW OPTRONICS CORP. 546D52 (base 16) TOPVIEW OPTRONICS CORP. No.8, Wuquan Rd., New Taipei Industrial Park, Wugu District New Taipei City 24886 TW 04-C1-03 (hex) Clover Network, Inc. 04C103 (base 16) Clover Network, Inc. 415 N Mathilda Ave Sunnyvale CA 94085 US 28-0C-28 (hex) Unigen DataStorage Corporation 280C28 (base 16) Unigen DataStorage Corporation 11F.-6, No.251, Fuxing 1st St., Zhubei City, Hsinchu County 302, Taiwan (R.O.C.) Zhubei City 30271 TW A4-BF-01 (hex) Intel Corporate A4BF01 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 20-8B-37 (hex) Skyworth Digital Technology(Shenzhen) Co.,Ltd 208B37 (base 16) Skyworth Digital Technology(Shenzhen) Co.,Ltd 7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN 08-BE-77 (hex) Green Electronics 08BE77 (base 16) Green Electronics 47801 Fremont Blvd Fremont CA 94538 US 50-9E-A7 (hex) Samsung Electronics Co.,Ltd 509EA7 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR A8-81-95 (hex) Samsung Electronics Co.,Ltd A88195 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 88-AD-D2 (hex) Samsung Electronics Co.,Ltd 88ADD2 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-CC-FC (hex) Cisco Systems, Inc 00CCFC (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-19-C5 (hex) Sony Interactive Entertainment Inc. 0019C5 (base 16) Sony Interactive Entertainment Inc. 1-7-1 Konan Minato-ku Tokyo 108-0075 JP 00-13-15 (hex) Sony Interactive Entertainment Inc. 001315 (base 16) Sony Interactive Entertainment Inc. 1-7-1 Konan Minato-ku Tokyo 108-0075 JP 1C-23-4F (hex) EDMI Europe Ltd 1C234F (base 16) EDMI Europe Ltd The Grainger Suite, Dobson House Newcastle upon Tyne NE3 3PF GB A4-44-D1 (hex) Wingtech Group (HongKong)Limited A444D1 (base 16) Wingtech Group (HongKong)Limited FLAT/RM 1903 19/F PODIUM PLAZA 5HANOI ROAD TSIM SHA TSUI Hong Kong Hong Kong 999077 HK 00-6C-FD (hex) Sichuan Changhong Electric Ltd. 006CFD (base 16) Sichuan Changhong Electric Ltd. No.35,East MianXin Road,MianYang,Sichaun,China. MianYang SiChuan PRC 621000 CN 54-5A-A6 (hex) Espressif Inc. 545AA6 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN FC-1A-11 (hex) vivo Mobile Communication Co., Ltd. FC1A11 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 00-1A-57 (hex) Matrix Design Group, LLC 001A57 (base 16) Matrix Design Group, LLC 5741 Prospect Dr. Newburgh IN 47630 US A0-C5-89 (hex) Intel Corporate A0C589 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-1E-1E (hex) Honeywell Life Safety 001E1E (base 16) Honeywell Life Safety 12 Clintonville Road Northford CT 0422 US 00-23-40 (hex) MiXTelematics 002340 (base 16) MiXTelematics Blaauwklip Office Park 2 Stellenbosch Western Cape 7600 ZA B4-8B-19 (hex) Apple, Inc. B48B19 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 38-FD-FE (hex) IEEE Registration Authority 38FDFE (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 2C-09-CB (hex) COBS AB 2C09CB (base 16) COBS AB Box 9242 Goteborg 40095 SE BC-EC-5D (hex) Apple, Inc. BCEC5D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 28-A0-2B (hex) Apple, Inc. 28A02B (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A8-44-81 (hex) Nokia Corporation A84481 (base 16) Nokia Corporation Joensuunkatu 7 Salo NA 24101 FI 88-44-F6 (hex) Nokia Corporation 8844F6 (base 16) Nokia Corporation Joensuunkatu 7 Salo NA 24101 FI F4-4D-17 (hex) GOLDCARD HIGH-TECH CO.,LTD. F44D17 (base 16) GOLDCARD HIGH-TECH CO.,LTD. No.158, Jinqiao Stree,Economic&Technological Development Area, Hangzhou Zhejiang 310018 CN 38-B8-EB (hex) IEEE Registration Authority 38B8EB (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 98-97-D1 (hex) MitraStar Technology Corp. 9897D1 (base 16) MitraStar Technology Corp. No. 6, Innovation Road II, Hsinchu 300 TW B8-32-41 (hex) Wuhan Tianyu Information Industry Co., Ltd. B83241 (base 16) Wuhan Tianyu Information Industry Co., Ltd. HUST Industry Park, East-Lake Development Zone Wuhan Hubei 430223 CN 00-60-DC (hex) NEC Magnus Communications,Ltd. 0060DC (base 16) NEC Magnus Communications,Ltd. 18 Nihon-odori,Naka-ku Yokohama, Kanagawa 231-0021 JP 90-72-82 (hex) Sagemcom Broadband SAS 907282 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 00-1C-35 (hex) Nokia Danmark A/S 001C35 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-1C-9A (hex) Nokia Danmark A/S 001C9A (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-1C-D6 (hex) Nokia Danmark A/S 001CD6 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-1C-D4 (hex) Nokia Danmark A/S 001CD4 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-1D-98 (hex) Nokia Danmark A/S 001D98 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-1D-E9 (hex) Nokia Danmark A/S 001DE9 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-1E-3A (hex) Nokia Danmark A/S 001E3A (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-25-48 (hex) Nokia Danmark A/S 002548 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-22-FC (hex) Nokia Danmark A/S 0022FC (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-22-FD (hex) Nokia Danmark A/S 0022FD (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-21-AA (hex) Nokia Danmark A/S 0021AA (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-1D-6E (hex) Nokia Danmark A/S 001D6E (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-23-B4 (hex) Nokia Danmark A/S 0023B4 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-13-70 (hex) Nokia Danmark A/S 001370 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 9C-18-74 (hex) Nokia Danmark A/S 9C1874 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790V DK 00-1B-AF (hex) Nokia Danmark A/S 001BAF (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK C8-D1-0B (hex) Nokia Corporation C8D10B (base 16) Nokia Corporation Joensuunkatu 7 Salo 24101 FI 5C-C6-D0 (hex) Skyworth Digital Technology(Shenzhen) Co.,Ltd 5CC6D0 (base 16) Skyworth Digital Technology(Shenzhen) Co.,Ltd 7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN 00-1A-9A (hex) Skyworth Digital Technology(Shenzhen) Co.,Ltd 001A9A (base 16) Skyworth Digital Technology(Shenzhen) Co.,Ltd 7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN CC-6D-A0 (hex) Roku, Inc. CC6DA0 (base 16) Roku, Inc. 12980 Saratoga Ave. Saratoga CA 95070 US 00-16-E4 (hex) VANGUARD SECURITY ENGINEERING CORP. 0016E4 (base 16) VANGUARD SECURITY ENGINEERING CORP. 3, LANE 32, KSO CHING RD. YANGMEI TAOYUAN 326 US 3C-89-70 (hex) Neosfar 3C8970 (base 16) Neosfar 101 W. Broadway, Suite 300 San Diego CA 92101 US 00-17-42 (hex) FUJITSU LIMITED 001742 (base 16) FUJITSU LIMITED 403, Kosugi-cho 1-chome, Nakahara-ku Kawasaki Kanagawa 211-0063 JP 00-19-99 (hex) Fujitsu Technology Solutions GmbH 001999 (base 16) Fujitsu Technology Solutions GmbH Buergermeister-Ulrich-Strasse 100 Augsburg 86199 DE 00-5A-39 (hex) SHENZHEN FAST TECHNOLOGIES CO.,LTD 005A39 (base 16) SHENZHEN FAST TECHNOLOGIES CO.,LTD Room 202,Building No.5,Section 30,No.2 of Kefa Road,Nanshan District Shenzhen Guangdong 518057 CN A0-89-E4 (hex) Skyworth Digital Technology(Shenzhen) Co.,Ltd A089E4 (base 16) Skyworth Digital Technology(Shenzhen) Co.,Ltd 7F,Block A,Skyworth Building, Shenzhen Guangdong 518057 CN 78-CA-83 (hex) IEEE Registration Authority 78CA83 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 0C-11-67 (hex) Cisco Systems, Inc 0C1167 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 74-EA-E8 (hex) ARRIS Group, Inc. 74EAE8 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US F8-8E-85 (hex) Comtrend Corporation F88E85 (base 16) Comtrend Corporation 3F-1, 10 Lane 609, Chongxin Road, Section 5, New Taipei City, Taiwan 24159 TW 02-CF-1C (hex) Communication Machinery Corporation 02CF1C (base 16) Communication Machinery Corporation 1226 ANACAPA SANTA BARBARA CA 93101 US 00-90-F5 (hex) CLEVO CO. 0090F5 (base 16) CLEVO CO. 35, WU-GON 6TH ROAD TAIPEI HSIEN 12345 TW 00-30-FF (hex) DataFab Systems Inc. 0030FF (base 16) DataFab Systems Inc. ROOM #1910, 19F, NO. 333 TAIWAN TAIWAN R.O.C. TW 00-0F-F6 (hex) DARFON LIGHTING CORP 000FF6 (base 16) DARFON LIGHTING CORP 31, Lane17, Zihciang N. Road Taoyuan 333 TW 00-21-00 (hex) Gemtek Technology Co., Ltd. 002100 (base 16) Gemtek Technology Co., Ltd. No.1 Jen Ai Road, Hsinchu Industrial Park, Hukou, Hsinchu 303 TW 50-F5-20 (hex) Samsung Electronics Co.,Ltd 50F520 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 64-B3-10 (hex) Samsung Electronics Co.,Ltd 64B310 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR A4-EB-D3 (hex) Samsung Electronics Co.,Ltd A4EBD3 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR C8-10-73 (hex) CENTURY OPTICOMM CO.,LTD C81073 (base 16) CENTURY OPTICOMM CO.,LTD WEITUO COMMUNITY,HECHUAN INDUSTRIAL PARK, HECHUAN DISTRICT,CHONGQING,CHINA Chongqing 401121 CN 34-37-59 (hex) zte corporation 343759 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN FC-2F-40 (hex) Calxeda, Inc. FC2F40 (base 16) Calxeda, Inc. 7000 North Mopac Expressway Austin TX 78731 US BC-62-0E (hex) HUAWEI TECHNOLOGIES CO.,LTD BC620E (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 74-A5-28 (hex) HUAWEI TECHNOLOGIES CO.,LTD 74A528 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 5C-F6-DC (hex) Samsung Electronics Co.,Ltd 5CF6DC (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 00-26-E4 (hex) Canal + 0026E4 (base 16) Canal + 48 quai du point du jour Boulogne-Billancourt 92659 FR 00-01-17 (hex) Canal + 000117 (base 16) Canal + 23 Rue LeBlanc 75906 Paris Cedex 15 12345 FR E0-1D-3B (hex) Cambridge Industries(Group) Co.,Ltd. E01D3B (base 16) Cambridge Industries(Group) Co.,Ltd. 22 Floor, Qilai Tower, #889 Yishan Road Shanghai Shanghai 200233 CN 70-C7-6F (hex) INNO S 70C76F (base 16) INNO S 215beon-gil, 119 Guri-si Gyeonggi-do 471-060 KR 38-19-2F (hex) Nokia Corporation 38192F (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI B8-C6-8E (hex) Samsung Electronics Co.,Ltd B8C68E (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 04-FE-31 (hex) Samsung Electronics Co.,Ltd 04FE31 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 4C-BC-A5 (hex) Samsung Electronics Co.,Ltd 4CBCA5 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR D8-31-CF (hex) Samsung Electronics Co.,Ltd D831CF (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 18-83-31 (hex) Samsung Electronics Co.,Ltd 188331 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 9C-65-B0 (hex) Samsung Electronics Co.,Ltd 9C65B0 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 84-55-A5 (hex) Samsung Electronics Co.,Ltd 8455A5 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR A8-7C-01 (hex) Samsung Electronics Co.,Ltd A87C01 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR B0-D0-9C (hex) Samsung Electronics Co.,Ltd B0D09C (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 50-C8-E5 (hex) Samsung Electronics Co.,Ltd 50C8E5 (base 16) Samsung Electronics Co.,Ltd #94-1,Imsoo-Dong Gumi Gyeongbuk 730-350 KR 00-20-D4 (hex) Cabletron Systems, Inc. 0020D4 (base 16) Cabletron Systems, Inc. 35 INDUSTRIAL WAY ROHESTER NH 03866-5005 US 00-E0-3A (hex) Cabletron Systems, Inc. 00E03A (base 16) Cabletron Systems, Inc. 35 INDUSTRIAL WAY - BLDG. #36 ROCHESTER NH 03867 US 00-10-E7 (hex) Breezecom, Ltd. 0010E7 (base 16) Breezecom, Ltd. PO Box 13139 Tel-Aviv 12345 IL 94-92-BC (hex) SYNTECH(HK) TECHNOLOGY LIMITED 9492BC (base 16) SYNTECH(HK) TECHNOLOGY LIMITED Unit No.1,12/F.,Perfect Industrial Building,31 Tai Yau Street, San Po Kong, Kowloon, Hong Kong 999077 Kowloon 999077 HK 00-1D-19 (hex) Arcadyan Technology Corporation 001D19 (base 16) Arcadyan Technology Corporation 4F., No. 9 , Park Avenue II, Hsinchu 300 TW 00-12-BF (hex) Arcadyan Technology Corporation 0012BF (base 16) Arcadyan Technology Corporation 4F, No. 9, Park Avenue II Hsinchu 300 TW 50-7E-5D (hex) Arcadyan Technology Corporation 507E5D (base 16) Arcadyan Technology Corporation 4F, No. 9, Park Avenue II , Hsinchu 300 TW 7C-4F-B5 (hex) Arcadyan Technology Corporation 7C4FB5 (base 16) Arcadyan Technology Corporation 4F, No. 9, Park Avenue II , Hsinchu 300 TW 00-22-3F (hex) NETGEAR 00223F (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 00-0F-B5 (hex) NETGEAR 000FB5 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 00-09-5B (hex) NETGEAR 00095B (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 00-1A-4F (hex) AVM GmbH 001A4F (base 16) AVM GmbH Alt-Moabit 95 Berlin 10559 DE 00-1C-4A (hex) AVM GmbH 001C4A (base 16) AVM GmbH Alt-Moabit 95 Berlin 10559 DE 00-15-0C (hex) AVM GmbH 00150C (base 16) AVM GmbH Alt-Moabit 95 Berlin 10559 DE 00-26-FF (hex) BlackBerry RTS 0026FF (base 16) BlackBerry RTS 440 Phillip Street Waterloo Ontario N2L 5W9 CA A4-E4-B8 (hex) BlackBerry RTS A4E4B8 (base 16) BlackBerry RTS 295 Phillip Street Waterloo Ontario N2L 3W8 CA 00-30-67 (hex) BIOSTAR Microtech Int'l Corp. 003067 (base 16) BIOSTAR Microtech Int'l Corp. 2FL. NO. 108-2 MIN CHUAN ROAD HSIN TIEN CITY, TAIPEI HSIEN 12345 TW F4-0B-93 (hex) BlackBerry RTS F40B93 (base 16) BlackBerry RTS 451 Phillip Street Waterloo ON N2L 3X2 CA 1C-69-A5 (hex) BlackBerry RTS 1C69A5 (base 16) BlackBerry RTS 451 Phillip Street Waterloo ON N2L 3X2 CA 94-EB-CD (hex) BlackBerry RTS 94EBCD (base 16) BlackBerry RTS 295 Phillip Street Waterloo Ontario N2L3W8 CA 28-C6-8E (hex) NETGEAR 28C68E (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 04-A1-51 (hex) NETGEAR 04A151 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US F8-73-94 (hex) NETGEAR F87394 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 20-4E-7F (hex) NETGEAR 204E7F (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US C0-3F-0E (hex) NETGEAR C03F0E (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 00-26-F2 (hex) NETGEAR 0026F2 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US 00-13-8F (hex) Asiarock Technology Limited 00138F (base 16) Asiarock Technology Limited P.O. Box957, Offshore Incorporations Centre Road Town Tortola 12345 VG 80-37-73 (hex) NETGEAR 803773 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US A4-2B-8C (hex) NETGEAR A42B8C (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US CC-7D-37 (hex) ARRIS Group, Inc. CC7D37 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US A4-7A-A4 (hex) ARRIS Group, Inc. A47AA4 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-17-00 (hex) ARRIS Group, Inc. 001700 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-16-B5 (hex) ARRIS Group, Inc. 0016B5 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-15-A8 (hex) ARRIS Group, Inc. 0015A8 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-15-9A (hex) ARRIS Group, Inc. 00159A (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-11-80 (hex) ARRIS Group, Inc. 001180 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-0B-06 (hex) ARRIS Group, Inc. 000B06 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-D0-88 (hex) ARRIS Group, Inc. 00D088 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-12-8A (hex) ARRIS Group, Inc. 00128A (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-23-75 (hex) ARRIS Group, Inc. 002375 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-23-A3 (hex) ARRIS Group, Inc. 0023A3 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1A-DB (hex) ARRIS Group, Inc. 001ADB (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1F-7E (hex) ARRIS Group, Inc. 001F7E (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-11-AE (hex) ARRIS Group, Inc. 0011AE (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 94-CC-B9 (hex) ARRIS Group, Inc. 94CCB9 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 3C-43-8E (hex) ARRIS Group, Inc. 3C438E (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-24-C1 (hex) ARRIS Group, Inc. 0024C1 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-25-F2 (hex) ARRIS Group, Inc. 0025F2 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-25-F1 (hex) ARRIS Group, Inc. 0025F1 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-14-04 (hex) ARRIS Group, Inc. 001404 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1A-AD (hex) ARRIS Group, Inc. 001AAD (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-26-BA (hex) ARRIS Group, Inc. 0026BA (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-23-0B (hex) ARRIS Group, Inc. 00230B (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 74-E7-C6 (hex) ARRIS Group, Inc. 74E7C6 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1C-12 (hex) ARRIS Group, Inc. 001C12 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 5C-33-8E (hex) Alpha Networks Inc. 5C338E (base 16) Alpha Networks Inc. No.8 Li-shing Seventh Road,Science-based Hsinchu 300 TW 00-09-41 (hex) Allied Telesis R&D Center K.K. 000941 (base 16) Allied Telesis R&D Center K.K. Technical Center/No.2 TOC Bldg. Shinagawa-ku 141-0031 US 28-E3-47 (hex) Liteon Technology Corporation 28E347 (base 16) Liteon Technology Corporation 4F,90,Chien 1 Road,ChungHo,Taipei Hsien,Taiwan, TaiPei TaiWan 23585 TW 44-6D-57 (hex) Liteon Technology Corporation 446D57 (base 16) Liteon Technology Corporation 4F,90,Chien 1 Road,ChungHo,Taipei Hsien,Taiwan, TaiPei TaiWan 23585 TW 9C-B7-0D (hex) Liteon Technology Corporation 9CB70D (base 16) Liteon Technology Corporation 4F,90,Chien 1 Road,ChungHo,Taipei Hsien,Taiwan, TaiPei TaiWan 23585 TW 68-A3-C4 (hex) Liteon Technology Corporation 68A3C4 (base 16) Liteon Technology Corporation 4F,90,Chien 1 Road,ChungHo,Taipei Hsien,Taiwan, TaiPei TaiWan 23585 TW 70-F1-A1 (hex) Liteon Technology Corporation 70F1A1 (base 16) Liteon Technology Corporation 4F,90,Chien 1 Road,ChungHo,Taipei Hsien,Taiwan, TaiPei TaiWan 23585 TW 84-00-D2 (hex) Sony Mobile Communications Inc 8400D2 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 30-39-26 (hex) Sony Mobile Communications Inc 303926 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 00-EB-2D (hex) Sony Mobile Communications Inc 00EB2D (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP B4-52-7D (hex) Sony Mobile Communications Inc B4527D (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 00-D9-D1 (hex) Sony Interactive Entertainment Inc. 00D9D1 (base 16) Sony Interactive Entertainment Inc. 1-7-1 Konan Minato-ku Tokyo 108-0075 JP B0-05-94 (hex) Liteon Technology Corporation B00594 (base 16) Liteon Technology Corporation 4F,90,Chien 1 Road,ChungHo New Taipei City Taipei 23585 TW EC-08-6B (hex) TP-LINK TECHNOLOGIES CO.,LTD. EC086B (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 94-A1-A2 (hex) AMPAK Technology, Inc. 94A1A2 (base 16) AMPAK Technology, Inc. No.1,Jen Ai Road Hukou Hsinchu 30352 TW 00-01-4A (hex) Sony Corporation 00014A (base 16) Sony Corporation Gotenyama Tec, 5-1-2 Kitashinagawa Tokyo 141-0001 JP 00-1E-DC (hex) Sony Mobile Communications Inc 001EDC (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 00-1D-28 (hex) Sony Mobile Communications Inc 001D28 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 00-18-13 (hex) Sony Mobile Communications Inc 001813 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 40-2B-A1 (hex) Sony Mobile Communications Inc 402BA1 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 98-3B-16 (hex) AMPAK Technology, Inc. 983B16 (base 16) AMPAK Technology, Inc. No.1,Jen Ai Road Hsinchu 30352 TW 40-95-58 (hex) Aisino Corporation 409558 (base 16) Aisino Corporation No.18A, Xingshikou Road, Beijing 100195 CN 18-28-61 (hex) AirTies Wireless Networks 182861 (base 16) AirTies Wireless Networks Gulbahar Mahallesi, Avni Diligil Sokak ISTANBUL ISTANBUL 34394 TR 6C-71-D9 (hex) AzureWave Technology Inc. 6C71D9 (base 16) AzureWave Technology Inc. 9F.,No.92,Baozhong Rd Xindian District New Taipei City 231 TW D0-E7-82 (hex) AzureWave Technology Inc. D0E782 (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd . New Taipei City Taiwan 231 TW 6C-AD-F8 (hex) AzureWave Technology Inc. 6CADF8 (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd . New Taipei City Taiwan 231 TW A8-1D-16 (hex) AzureWave Technology Inc. A81D16 (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW 34-C3-D2 (hex) FN-LINK TECHNOLOGY LIMITED 34C3D2 (base 16) FN-LINK TECHNOLOGY LIMITED A Building,HuiXin industial park,No 31, YongHe road, Fuyong town, Bao'an District SHENZHEN GUANGDONG 518100 CN 54-F6-C5 (hex) FUJIAN STAR-NET COMMUNICATION CO.,LTD 54F6C5 (base 16) FUJIAN STAR-NET COMMUNICATION CO.,LTD 19-22# Building, Star-net Science Plaza, Juyuanzhou, FUZHOU FUJIAN 350002 CN D0-D4-12 (hex) ADB Broadband Italia D0D412 (base 16) ADB Broadband Italia VIALE SARCA 336 MILANO 20126 IT 00-26-B8 (hex) Actiontec Electronics, Inc 0026B8 (base 16) Actiontec Electronics, Inc 3301 Olcott St. Santa Clara CA 95054 US 00-26-FC (hex) AcSiP Technology Corp. 0026FC (base 16) AcSiP Technology Corp. 3F., No.22, Dalin Rd., Taoyuan City, Taoyuan County 330 TW 00-15-AF (hex) AzureWave Technology Inc. 0015AF (base 16) AzureWave Technology Inc. 8F., No.94, Baozhong Rd., Xindian Taipei 231 TW 74-F0-6D (hex) AzureWave Technology Inc. 74F06D (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd., Xindian Taipei 231 TW 44-D8-32 (hex) AzureWave Technology Inc. 44D832 (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd., Xindian Taipei 231 TW E0-B9-A5 (hex) AzureWave Technology Inc. E0B9A5 (base 16) AzureWave Technology Inc. 8F., No. 94, Baoshong Rd. Xindian City, Taipei County 231 TW 78-18-81 (hex) AzureWave Technology Inc. 781881 (base 16) AzureWave Technology Inc. 8F., No.94 Baozhong Rd., Xindian, Taipei 23144 TW B0-46-FC (hex) MitraStar Technology Corp. B046FC (base 16) MitraStar Technology Corp. No. 6, Innovation Road II, Hsinchu 300 TW E0-41-36 (hex) MitraStar Technology Corp. E04136 (base 16) MitraStar Technology Corp. No. 6, Innovation Road II, Hsinchu Taiwan 300 TW 00-1C-A2 (hex) ADB Broadband Italia 001CA2 (base 16) ADB Broadband Italia VIALE SARCA 222 MILANO 20126 IT 00-22-33 (hex) ADB Broadband Italia 002233 (base 16) ADB Broadband Italia VIALE SARCA 222 MILANO 20126 IT 30-39-F2 (hex) ADB Broadband Italia 3039F2 (base 16) ADB Broadband Italia VIALE SARCA 222 MILANO 20126 IT 00-17-C2 (hex) ADB Broadband Italia 0017C2 (base 16) ADB Broadband Italia v.Sarca 222 Milano 20126 IT 68-9C-5E (hex) AcSiP Technology Corp. 689C5E (base 16) AcSiP Technology Corp. 3F., No.22, Dalin Rd. Taoyuan Taoyuan County 33067 TW 9C-0E-4A (hex) Shenzhen Vastking Electronic Co.,Ltd. 9C0E4A (base 16) Shenzhen Vastking Electronic Co.,Ltd. 2/F Building 6,ZhengZhong Industrial Park,Qiaotou Community,Fuyong,Baoan,ShenZhen China Shenzhen Guangdong 518103 CN A8-58-40 (hex) Cambridge Industries(Group) Co.,Ltd. A85840 (base 16) Cambridge Industries(Group) Co.,Ltd. 5/F,Building 8, 2388 ChenHang Road, MinHang District shanghai 201114 CN A0-D3-7A (hex) Intel Corporate A0D37A (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 88-96-F2 (hex) Valeo Schalter und Sensoren GmbH 8896F2 (base 16) Valeo Schalter und Sensoren GmbH Laiernstrasse 12 Bietigheim-Bissingen Germany 74321 DE 00-10-73 (hex) TECHNOBOX, INC. 001073 (base 16) TECHNOBOX, INC. 140 Mount Holly Bypass Lumberton NJ 08048-1114 US 20-93-4D (hex) FUJIAN STAR-NET COMMUNICATION CO.,LTD 20934D (base 16) FUJIAN STAR-NET COMMUNICATION CO.,LTD 19-22# Building,,Star-net Science Plaza Fuzhou Fujian 350002 CN 00-90-27 (hex) Intel Corporation 009027 (base 16) Intel Corporation HF1-06 HILLSBORO OR 97124 US C4-85-08 (hex) Intel Corporate C48508 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 68-05-CA (hex) Intel Corporate 6805CA (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 24-77-03 (hex) Intel Corporate 247703 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 74-E5-0B (hex) Intel Corporate 74E50B (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY B8-03-05 (hex) Intel Corporate B80305 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-A0-C9 (hex) Intel Corporation 00A0C9 (base 16) Intel Corporation 5200 NE ELAM YOUNG PARKWAY HILLSBORO OR 97124 US 14-18-77 (hex) Dell Inc. 141877 (base 16) Dell Inc. One Dell way Round Rock 78682 US E0-97-96 (hex) HUAWEI TECHNOLOGIES CO.,LTD E09796 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen Shenzhen Guangdong 518129 CN 1C-40-24 (hex) Dell Inc. 1C4024 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 18-FB-7B (hex) Dell Inc. 18FB7B (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US F8-B1-56 (hex) Dell Inc. F8B156 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 14-1A-A3 (hex) Motorola Mobility LLC, a Lenovo Company 141AA3 (base 16) Motorola Mobility LLC, a Lenovo Company 222 Merchandise Mart Plaza, Suite 1800 Chicago IL 60654 US 34-07-FB (hex) Ericsson AB 3407FB (base 16) Ericsson AB Torshamnsgatan 36 Stockholm SE-164 80 SE A4-A1-C2 (hex) Ericsson AB A4A1C2 (base 16) Ericsson AB Torshamnsgatan 36 Stockholm SE-164 80 SE 00-06-5B (hex) Dell Inc. 00065B (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 84-2B-2B (hex) Dell Inc. 842B2B (base 16) Dell Inc. One Dell Way, MS RR5-45 Round Rock 78682 US F0-4D-A2 (hex) Dell Inc. F04DA2 (base 16) Dell Inc. One Dell Way, MS RR5-45 Round Rock 78682 US E0-DB-55 (hex) Dell Inc. E0DB55 (base 16) Dell Inc. One Dell way Round Rock 78682 US 00-0F-1F (hex) Dell Inc. 000F1F (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 24-B6-FD (hex) Dell Inc. 24B6FD (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 74-E6-E2 (hex) Dell Inc. 74E6E2 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 34-E6-D7 (hex) Dell Inc. 34E6D7 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 00-1E-C9 (hex) Dell Inc. 001EC9 (base 16) Dell Inc. One Dell Way, MS RR5-45 Round Rock 78682 US 00-21-70 (hex) Dell Inc. 002170 (base 16) Dell Inc. One Dell Way, MS RR5-45 Round Rock 78682 US 00-21-9B (hex) Dell Inc. 00219B (base 16) Dell Inc. One Dell Way, MS RR5-45 Round Rock 78682 US B8-AC-6F (hex) Dell Inc. B8AC6F (base 16) Dell Inc. One Dell Way, MS RR5-45 Round Rock 78682 US 8C-A9-82 (hex) Intel Corporate 8CA982 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY BC-77-37 (hex) Intel Corporate BC7737 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 14-30-C6 (hex) Motorola Mobility LLC, a Lenovo Company 1430C6 (base 16) Motorola Mobility LLC, a Lenovo Company 600 North US Highway 45 Libertyville IL 60048 US D8-FC-93 (hex) Intel Corporate D8FC93 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY D4-AE-52 (hex) Dell Inc. D4AE52 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 28-16-2E (hex) 2Wire Inc 28162E (base 16) 2Wire Inc 1764 Automation Parkway San Jose 95131 US F8-18-97 (hex) 2Wire Inc F81897 (base 16) 2Wire Inc 1764 Automation Parkway San Jose 95131 US 94-C1-50 (hex) 2Wire Inc 94C150 (base 16) 2Wire Inc 1764 Automation Parkway San Jose CA 95131 US 5C-F8-21 (hex) Texas Instruments 5CF821 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 88-07-4B (hex) LG Electronics (Mobile Communications) 88074B (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 00-0D-72 (hex) 2Wire Inc 000D72 (base 16) 2Wire Inc 1704 Automation Parkway San Jose CA 95131 US 00-12-88 (hex) 2Wire Inc 001288 (base 16) 2Wire Inc 1704 Automation Parkway San Jose CA 94538 US 00-78-9E (hex) Sagemcom Broadband SAS 00789E (base 16) Sagemcom Broadband SAS 250 route de l'Empereur Rueil Malmaison Cedex Hauts de Seine 92848 FR E8-BE-81 (hex) Sagemcom Broadband SAS E8BE81 (base 16) Sagemcom Broadband SAS 250 route de l'Empereur Rueil Malmaison Cedex Hauts de Seine 92848 FR 68-15-90 (hex) Sagemcom Broadband SAS 681590 (base 16) Sagemcom Broadband SAS 250 ROUTE DE L'EMPEREUR RUEIL MALMAISON CEDEX Choisissez l'état / la province 92848 FR F4-EB-38 (hex) Sagemcom Broadband SAS F4EB38 (base 16) Sagemcom Broadband SAS 15 Avenue Ambroise Croizat DOMERAT Allier 03410 FR 00-1B-BF (hex) Sagemcom Broadband SAS 001BBF (base 16) Sagemcom Broadband SAS 14 Rue Paul Dautier Vélizy 78457 FR 00-25-69 (hex) Sagemcom Broadband SAS 002569 (base 16) Sagemcom Broadband SAS Le Ponnant de Paris CEDEX Paris 75512 FR 14-1F-BA (hex) IEEE Registration Authority 141FBA (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 80-7B-85 (hex) IEEE Registration Authority 807B85 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US CC-1B-E0 (hex) IEEE Registration Authority CC1BE0 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US F4-0E-11 (hex) IEEE Registration Authority F40E11 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 10-F6-81 (hex) vivo Mobile Communication Co., Ltd. 10F681 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 00-21-7C (hex) 2Wire Inc 00217C (base 16) 2Wire Inc 1764 Automation Parkway San Jose CA 95131 US 00-1F-B3 (hex) 2Wire Inc 001FB3 (base 16) 2Wire Inc 1764 Automation Parkway San Jose CA 95131 US 00-22-75 (hex) Belkin International Inc. 002275 (base 16) Belkin International Inc. 12045 E. Waterfront Drive Playa Vista CA 90094 US 00-57-D2 (hex) Cisco Systems, Inc 0057D2 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 3C-67-16 (hex) Lily Robotics 3C6716 (base 16) Lily Robotics 75 Boardman Pl San Francisco CA 94103 US 00-D0-BD (hex) Lattice Semiconductor Corp. (LPA) 00D0BD (base 16) Lattice Semiconductor Corp. (LPA) 2115 O’Nel Drive San Jose CA 95131 US 00-1F-3A (hex) Hon Hai Precision Ind. Co.,Ltd. 001F3A (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN C8-A0-30 (hex) Texas Instruments C8A030 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 78-C5-E5 (hex) Texas Instruments 78C5E5 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 0C-FD-37 (hex) SUSE Linux GmbH 0CFD37 (base 16) SUSE Linux GmbH Maxfeldstraße 5 Nürnberg Bavaria 90409 DE 2C-22-8B (hex) CTR SRL 2C228B (base 16) CTR SRL Via Lario 33 Cantù Cantù (CO) 22063 IT 0C-6F-9C (hex) Shaw Communications Inc. 0C6F9C (base 16) Shaw Communications Inc. Suite 900, 630 3rd Avenue S.W. CALGARY ALBERTA T2P 4L4 CA 00-17-E4 (hex) Texas Instruments 0017E4 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 04-E4-51 (hex) Texas Instruments 04E451 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 50-56-63 (hex) Texas Instruments 505663 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 88-33-14 (hex) Texas Instruments 883314 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 64-7B-D4 (hex) Texas Instruments 647BD4 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US D8-95-2F (hex) Texas Instruments D8952F (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US B8-FF-FE (hex) Texas Instruments B8FFFE (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 2C-E4-12 (hex) Sagemcom Broadband SAS 2CE412 (base 16) Sagemcom Broadband SAS 250 route de l'Empereur RUEIL MALMAISON CEDEX Hauts de Seine 92848 FR 44-C1-5C (hex) Texas Instruments 44C15C (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US 00-22-A5 (hex) Texas Instruments 0022A5 (base 16) Texas Instruments 12500 TI Boulevard, MS 8723 Dallas TX 75243 US E0-43-DB (hex) Shenzhen ViewAt Technology Co.,Ltd. E043DB (base 16) Shenzhen ViewAt Technology Co.,Ltd. 9A,Microprofit,6th Gaoxin South Road, High-Tech Industrial Park, Nanshan, Shenzhen, CHINA. shenzhen guangdong 518057 CN 3C-CF-5B (hex) ICOMM HK LIMITED 3CCF5B (base 16) ICOMM HK LIMITED SUITES 2302-6, 23/F GREAT EAGLE CTR 23 HARBOUR RD WANCHAI NA HK 24-05-F5 (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. 2405F5 (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY 3C-35-56 (hex) Cognitec Systems GmbH 3C3556 (base 16) Cognitec Systems GmbH Großenhainer Str. 101 Dresden Saxony 01127 DE 3C-90-66 (hex) SmartRG, Inc. 3C9066 (base 16) SmartRG, Inc. 501 SE Columbia Shores Blvd Vancouver WA 98661 US 00-0D-88 (hex) D-Link Corporation 000D88 (base 16) D-Link Corporation No.8, Li-Hsing 7 Road, Science-Based Ind Hsinchu 30077 TW 00-11-95 (hex) D-Link Corporation 001195 (base 16) D-Link Corporation 2F No. 233-2, Pao-Chiao Road Taipei Taiwan 0000 TW 00-13-46 (hex) D-Link Corporation 001346 (base 16) D-Link Corporation 2F, No.233-2, Pao-Chiao Road Hsin-Tien, Taipei 231 TW 78-E3-B5 (hex) Hewlett Packard 78E3B5 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 78-AC-C0 (hex) Hewlett Packard 78ACC0 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 68-B5-99 (hex) Hewlett Packard 68B599 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 1C-C1-DE (hex) Hewlett Packard 1CC1DE (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US B8-A3-86 (hex) D-Link International B8A386 (base 16) D-Link International 1 International Business Park, #03-12, The Synergy SINGAPORE 609917 SG 1C-7E-E5 (hex) D-Link International 1C7EE5 (base 16) D-Link International 1 International Business Park, #03-12, The Synergy SINGAPORE 609917 SG 1C-BD-B9 (hex) D-Link International 1CBDB9 (base 16) D-Link International 1 INTERNATIONAL BUSINESS PARK, SINGAPORE 609917 SG 00-14-2F (hex) Savvius 00142F (base 16) Savvius 1340 Treat Boulevard, Suite 500 Walnut Creek CA 94597 US 28-BC-18 (hex) SourcingOverseas Co. Ltd 28BC18 (base 16) SourcingOverseas Co. Ltd 2F., No.616, Sec.5, Zhongshan N. Rd., Shilin Dist., Taipei City 111 TW 94-AB-DE (hex) OMX Technology - FZE 94ABDE (base 16) OMX Technology - FZE Dubai Silicon Oasis - THUB - 1-D-OFF-124 Dubai 65673 AE 9C-DF-B1 (hex) Shenzhen Crave Communication Co., LTD 9CDFB1 (base 16) Shenzhen Crave Communication Co., LTD F3,8Building,DongFangMing IndustryZone,No.83 DabaoRD.,33 District BaoAn Shenzhen Guangdong 518000 CN AC-CF-85 (hex) HUAWEI TECHNOLOGIES CO.,LTD ACCF85 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan Guangdong 523808 CN 38-71-DE (hex) Apple, Inc. 3871DE (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 70-81-EB (hex) Apple, Inc. 7081EB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-73-8D (hex) Shenzhen TINNO Mobile Technology Corp. 00738D (base 16) Shenzhen TINNO Mobile Technology Corp. 4/F.,H-3 Building,OCT Eastern lndustrial Park. NO.1 XiangShan East Road. GuangDong 518053 US 34-BA-75 (hex) Everest Networks, Inc 34BA75 (base 16) Everest Networks, Inc 2933 Bunker Hill Ln., Suite 100 Santa Clara CA 95054 US 7C-18-CD (hex) E-TRON Co.,Ltd. 7C18CD (base 16) E-TRON Co.,Ltd. 66-11, Nonhyeon 2-dong, Gangnam-gu Seoul 06049 KR 00-E0-FC (hex) HUAWEI TECHNOLOGIES CO.,LTD 00E0FC (base 16) HUAWEI TECHNOLOGIES CO.,LTD KEFA ROAD, SCIENCE-BASED INDUSTRIAL PARK SHENZHEN 518057 12345 CN 64-16-F0 (hex) HUAWEI TECHNOLOGIES CO.,LTD 6416F0 (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 2, Zone B,Huawei Industrial Park,Bantian, Longgang District Shenzhen Guangdong 518129 CN F4-03-04 (hex) Google, Inc. F40304 (base 16) Google, Inc. 1600 Amphitheatre Pkwy Mt. View CA 94043 US 54-60-09 (hex) Google, Inc. 546009 (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US A4-77-33 (hex) Google, Inc. A47733 (base 16) Google, Inc. 1600 Ampitheatre Parkway Mountain View 94043 US 80-7A-BF (hex) HTC Corporation 807ABF (base 16) HTC Corporation No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW 78-F8-82 (hex) LG Electronics (Mobile Communications) 78F882 (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR C0-2C-7A (hex) Shenzhen Horn Audio Co.,Ltd. C02C7A (base 16) Shenzhen Horn Audio Co.,Ltd. Block17,Tongfuyu lnd.Zone,Dalang,Baoan Shenzhen Guang Dong 518109 CN 1C-CB-99 (hex) TCT mobile ltd 1CCB99 (base 16) TCT mobile ltd No.86 hechang 7th road, zhongkai, Hi-Tech District Hui Zhou Guang Dong 516006 CN A4-2B-B0 (hex) TP-LINK TECHNOLOGIES CO.,LTD. A42BB0 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 18-8B-45 (hex) Cisco Systems, Inc 188B45 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 60-69-44 (hex) Apple, Inc. 606944 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US B0-C6-9A (hex) Juniper Networks B0C69A (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 2C-6B-F5 (hex) Juniper Networks 2C6BF5 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US C4-2F-90 (hex) Hangzhou Hikvision Digital Technology Co.,Ltd. C42F90 (base 16) Hangzhou Hikvision Digital Technology Co.,Ltd. No.469,Jianghui Road Hangzhou Zhejiang 310052 CN F4-CA-24 (hex) FreeBit Co., Ltd. F4CA24 (base 16) FreeBit Co., Ltd. E.Space Tower 3-6 Maruyama-Cho Shibuya-ku Tokyo 150-0044 JP 00-D0-B7 (hex) Intel Corporation 00D0B7 (base 16) Intel Corporation 5200 NE ELAM YOUNG PARKWAY HILLSBORO OR 97124 US 00-1D-D6 (hex) ARRIS Group, Inc. 001DD6 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 90-3E-AB (hex) ARRIS Group, Inc. 903EAB (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 30-60-23 (hex) ARRIS Group, Inc. 306023 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 14-AB-F0 (hex) ARRIS Group, Inc. 14ABF0 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-14-F6 (hex) Juniper Networks 0014F6 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 90-1A-CA (hex) ARRIS Group, Inc. 901ACA (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US C8-3F-B4 (hex) ARRIS Group, Inc. C83FB4 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US E0-B7-0A (hex) ARRIS Group, Inc. E0B70A (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-1D-CE (hex) ARRIS Group, Inc. 001DCE (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-13-E8 (hex) Intel Corporate 0013E8 (base 16) Intel Corporate Lot 8, Jalan Hi-tech 2/3 Kulim Kedah 09000 MY 00-13-CE (hex) Intel Corporate 0013CE (base 16) Intel Corporate Lot 8, Jalan Hi-tech 2/3 Kulim Kedah 09000 MY 2C-76-8A (hex) Hewlett Packard 2C768A (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US C8-34-8E (hex) Intel Corporate C8348E (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 4C-34-88 (hex) Intel Corporate 4C3488 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 10-02-B5 (hex) Intel Corporate 1002B5 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-40-26 (hex) BUFFALO.INC 004026 (base 16) BUFFALO.INC AKAMONDORI Bldg., 30-20,Ohsu 3-chome Naka-ku,Nagoya Aichi Pref. 460-8315 JP 4C-E6-76 (hex) BUFFALO.INC 4CE676 (base 16) BUFFALO.INC AKAMONDORI Bldg., 30-20,Ohsu 3-chome Naka-ku,Nagoya Aichi Pref. 460-8315 JP 00-0B-CD (hex) Hewlett Packard 000BCD (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 00-0F-20 (hex) Hewlett Packard 000F20 (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 00-11-0A (hex) Hewlett Packard 00110A (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US B8-B8-1E (hex) Intel Corporate B8B81E (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY B4-6D-83 (hex) Intel Corporate B46D83 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 00-0E-35 (hex) Intel Corporation 000E35 (base 16) Intel Corporation 2111 NE 25th Ave Hillsboro OR 97123 US 00-07-E9 (hex) Intel Corporation 0007E9 (base 16) Intel Corporation 2111 NE 25th Avenue Hillsboro OR 97124 US 00-17-08 (hex) Hewlett Packard 001708 (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US 00-17-A4 (hex) Hewlett Packard 0017A4 (base 16) Hewlett Packard 20555 State Highway 249 Houston TX 77070 US C0-05-C2 (hex) ARRIS Group, Inc. C005C2 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 00-30-C1 (hex) Hewlett Packard 0030C1 (base 16) Hewlett Packard 11000 WOLFE ROAD CUPERTINO CA 95014 US 00-80-A0 (hex) Hewlett Packard 0080A0 (base 16) Hewlett Packard ALAMEDA RIO NEGRO, houston tx 77070 BR D4-85-64 (hex) Hewlett Packard D48564 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 24-BE-05 (hex) Hewlett Packard 24BE05 (base 16) Hewlett Packard 11445 Compaq Center Drive W Houston 77070 US FC-3F-DB (hex) Hewlett Packard FC3FDB (base 16) Hewlett Packard 11445 Compaq Center Drive Houston TX 77070 US 30-8D-99 (hex) Hewlett Packard 308D99 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 58-20-B1 (hex) Hewlett Packard 5820B1 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 94-57-A5 (hex) Hewlett Packard 9457A5 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 00-0E-B3 (hex) Hewlett Packard 000EB3 (base 16) Hewlett Packard 2580 55th Street Boulder CO 80301 US 08-00-09 (hex) Hewlett Packard 080009 (base 16) Hewlett Packard ENTERPRISE SYSTEMS TECH.CENTER CUPERTINO CA 95014 US 90-CD-B6 (hex) Hon Hai Precision Ind. Co.,Ltd. 90CDB6 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 40-49-0F (hex) Hon Hai Precision Ind. Co.,Ltd. 40490F (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 00-26-5C (hex) Hon Hai Precision Ind. Co.,Ltd. 00265C (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 00-22-69 (hex) Hon Hai Precision Ind. Co.,Ltd. 002269 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN D8-79-88 (hex) Hon Hai Precision Ind. Co.,Ltd. D87988 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 74-A7-8E (hex) zte corporation 74A78E (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 00-09-2D (hex) HTC Corporation 00092D (base 16) HTC Corporation No.23 Xinghua Road, Taoyuan County 330 TW 44-31-92 (hex) Hewlett Packard 443192 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US A0-D3-C1 (hex) Hewlett Packard A0D3C1 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 38-EA-A7 (hex) Hewlett Packard 38EAA7 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US AC-16-2D (hex) Hewlett Packard AC162D (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 80-C1-6E (hex) Hewlett Packard 80C16E (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US B4-B5-2F (hex) Hewlett Packard B4B52F (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US D0-7E-28 (hex) Hewlett Packard D07E28 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US D0-BF-9C (hex) Hewlett Packard D0BF9C (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 7C-61-93 (hex) HTC Corporation 7C6193 (base 16) HTC Corporation No. 23, Xinghua Rd., Taoyuan County 330 TW 90-E7-C4 (hex) HTC Corporation 90E7C4 (base 16) HTC Corporation No. 23, Xinghua Rd. Taoyuan County Taiwan 330 TW BC-EA-FA (hex) Hewlett Packard BCEAFA (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 74-46-A0 (hex) Hewlett Packard 7446A0 (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 2C-44-FD (hex) Hewlett Packard 2C44FD (base 16) Hewlett Packard 11445 Compaq Center Drive Houston 77070 US 04-53-D5 (hex) Sysorex Global Holdings 0453D5 (base 16) Sysorex Global Holdings Suite 195 2479 E. Bayshore Road Palo Alto CA 94303 US EC-52-DC (hex) WORLD MEDIA AND TECHNOLOGY Corp. EC52DC (base 16) WORLD MEDIA AND TECHNOLOGY Corp. 600 Brickell World Plaza, suite 1775 Miami 33132 US 94-B2-CC (hex) PIONEER CORPORATION 94B2CC (base 16) PIONEER CORPORATION 1-1 Shin-ogura Kawasaki-shi Kanagawa Prefecture 2120031 JP 04-52-F3 (hex) Apple, Inc. 0452F3 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 88-C2-55 (hex) Texas Instruments 88C255 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US CC-78-AB (hex) Texas Instruments CC78AB (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 1C-78-39 (hex) Shenzhen Tencent Computer System Co., Ltd. 1C7839 (base 16) Shenzhen Tencent Computer System Co., Ltd. 36/F, Tencent Building, Kejizhongyi Avenue, Hi-Tech Park Shenzhen Guangdong 518057 CN FC-D7-33 (hex) TP-LINK TECHNOLOGIES CO.,LTD. FCD733 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24 (floors 1,3,4,5) and 28 (floors1-4)  Shennan Rd, Nanshan Shenzhen,Guangdong Province 518057 CN 5C-89-9A (hex) TP-LINK TECHNOLOGIES CO.,LTD. 5C899A (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24 (floors 1,3,4,5) and 28 (floors1-4)  Shennan Rd, Nanshan Shenzhen,Guangdong Province 518057 CN A8-1B-5A (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD A81B5A (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD,WUSHA,CHANG'AN,DONGGUAN,GUANGDONG,CHINA DONGGUAN GUANGDONG 523860 CN 2C-5B-B8 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 2C5BB8 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD,WUSHA,CHANG'AN,DONGGUAN,GUANGDONG,CHINA DONGGUAN GUANGDONG 523860 CN 08-EB-74 (hex) HUMAX Co., Ltd. 08EB74 (base 16) HUMAX Co., Ltd. HUMAX Village, 11-4, Sunae-dong, Bundang-gu Seongnam-si Gyeonggi-do 463-825 KR E0-05-C5 (hex) TP-LINK TECHNOLOGIES CO.,LTD. E005C5 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 7, Second Part, Honghualing Industrial Zone Shenzhen Guangdong 518000 CN 38-83-45 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 388345 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24 (floors 1,3,4,5) and 28 (floors1-4) Central Science and Technology Park,Shennan Rd, Nanshan, Shenzhen, Guangdong Province 518057 CN EC-88-8F (hex) TP-LINK TECHNOLOGIES CO.,LTD. EC888F (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24 (floors 1,3,4,5) and 28 (floors1-4) Central Science and Technology Park Shenzhen Guangdong 518057 CN 64-66-B3 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 6466B3 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24 (floors 1,3,4,5) and 28 (floors1-4) Central Science and Technology Park Shenzhen Guangdong 518057 CN 28-32-C5 (hex) HUMAX Co., Ltd. 2832C5 (base 16) HUMAX Co., Ltd. HUMAX Village,216,Hwangsaeul-ro,Bundang-gu Seongnam-si Gyeonggi-do 463-875 KR F0-F3-36 (hex) TP-LINK TECHNOLOGIES CO.,LTD. F0F336 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24 (floors 1,3,4,5) and 28 (floors1-4) Shennan Rd, Nanshan Shenzhen,Guangdong Province 518057 CN BC-46-99 (hex) TP-LINK TECHNOLOGIES CO.,LTD. BC4699 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24 (floors 1,3,4,5) and 28 (floors1-4) Shennan Rd, Nanshan Shenzhen,Guangdong Province 518057 CN F4-83-CD (hex) TP-LINK TECHNOLOGIES CO.,LTD. F483CD (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24 (floors 1,3,4,5) and 28 (floors1-4)  Shennan Rd, Nanshan Shenzhen,Guangdong Province 518057 CN 00-21-27 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 002127 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. South Building, No.5 Keyuan Road, Central Zone, Shenzhen Guangdong 518000 CN 5C-63-BF (hex) TP-LINK TECHNOLOGIES CO.,LTD. 5C63BF (base 16) TP-LINK TECHNOLOGIES CO.,LTD. 1-6F, Building 2, Pingshandayuan Industrial, South Zone, Shenzhen Guangdong 518000 CN 14-2D-27 (hex) Hon Hai Precision Ind. Co.,Ltd. 142D27 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 88-E3-AB (hex) HUAWEI TECHNOLOGIES CO.,LTD 88E3AB (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN C4-05-28 (hex) HUAWEI TECHNOLOGIES CO.,LTD C40528 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 3C-DF-BD (hex) HUAWEI TECHNOLOGIES CO.,LTD 3CDFBD (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 50-9F-27 (hex) HUAWEI TECHNOLOGIES CO.,LTD 509F27 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 80-71-7A (hex) HUAWEI TECHNOLOGIES CO.,LTD 80717A (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-21-E8 (hex) Murata Manufacturing Co., Ltd. 0021E8 (base 16) Murata Manufacturing Co., Ltd. 2288, Oaza-Ohshinohara, Yasu-cho, Yasu-gun Shiga 520-2393 JP 00-0E-6D (hex) Murata Manufacturing Co., Ltd. 000E6D (base 16) Murata Manufacturing Co., Ltd. 2288, Oaza-Ohshinohara, Yasu-cho, Yasu-gun Shiga 520-2393 JP 90-21-06 (hex) BSkyB Ltd 902106 (base 16) BSkyB Ltd 130 Kings Road Brentwood Essex 08854 GB D0-27-88 (hex) Hon Hai Precision Ind. Co.,Ltd. D02788 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 90-4C-E5 (hex) Hon Hai Precision Ind. Co.,Ltd. 904CE5 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 00-1F-E2 (hex) Hon Hai Precision Ind. Co.,Ltd. 001FE2 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 00-16-CF (hex) Hon Hai Precision Ind. Co.,Ltd. 0016CF (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 20-02-AF (hex) Murata Manufacturing Co., Ltd. 2002AF (base 16) Murata Manufacturing Co., Ltd. 1-10-1 Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP 98-F5-37 (hex) zte corporation 98F537 (base 16) zte corporation 12/F.,zte R&D building,kejinan Road, shenzhen guangdong 518057 CN 5C-4C-A9 (hex) HUAWEI TECHNOLOGIES CO.,LTD 5C4CA9 (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN F4-C7-14 (hex) HUAWEI TECHNOLOGIES CO.,LTD F4C714 (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District, Shenzhen Guangdong 518108 CN 28-6E-D4 (hex) HUAWEI TECHNOLOGIES CO.,LTD 286ED4 (base 16) HUAWEI TECHNOLOGIES CO.,LTD HUAWEI Industrial Base Bantian,Longgang Shenzhen guangdong 518129 CN 00-1E-10 (hex) HUAWEI TECHNOLOGIES CO.,LTD 001E10 (base 16) HUAWEI TECHNOLOGIES CO.,LTD HUAWEI INDUSTRIAL PK BANTIAN, LONGGANG DIST SHENZHEN SHENZHEN GUANGDONG 518077 CN D4-78-56 (hex) Avaya Inc D47856 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US D8-42-AC (hex) Shanghai Feixun Communication Co.,Ltd. D842AC (base 16) Shanghai Feixun Communication Co.,Ltd. Building 90, No. 4855, Guangfulin Road, Songjiang District Shanghai 201616 CN 54-39-DF (hex) HUAWEI TECHNOLOGIES CO.,LTD 5439DF (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen Shenzhen Guangdong 518129 CN 28-3C-E4 (hex) HUAWEI TECHNOLOGIES CO.,LTD 283CE4 (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate,Shiyan Baoan District Shenzhen Guangdong 518057 CN 2C-F4-C5 (hex) Avaya Inc 2CF4C5 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 3C-3A-73 (hex) Avaya Inc 3C3A73 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US FC-83-99 (hex) Avaya Inc FC8399 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 58-7F-66 (hex) HUAWEI TECHNOLOGIES CO.,LTD 587F66 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 64-A6-51 (hex) HUAWEI TECHNOLOGIES CO.,LTD 64A651 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 08-63-61 (hex) HUAWEI TECHNOLOGIES CO.,LTD 086361 (base 16) HUAWEI TECHNOLOGIES CO.,LTD Building 17,Nangang Industrial Park, Tangtou 3nd Industrial Estate Shenzhen GuangDong 518057 CN A0-12-90 (hex) Avaya Inc A01290 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 38-BB-3C (hex) Avaya Inc 38BB3C (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US F8-73-A2 (hex) Avaya Inc F873A2 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US CC-F9-54 (hex) Avaya Inc CCF954 (base 16) Avaya Inc 360 Mt Kemble Ave Morristown NJ 07960 US 8C-34-FD (hex) HUAWEI TECHNOLOGIES CO.,LTD 8C34FD (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN AC-F7-F3 (hex) Xiaomi Communications Co Ltd ACF7F3 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN D4-97-0B (hex) Xiaomi Communications Co Ltd D4970B (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 8C-BE-BE (hex) Xiaomi Communications Co Ltd 8CBEBE (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 14-F6-5A (hex) Xiaomi Communications Co Ltd 14F65A (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 00-9E-C8 (hex) Xiaomi Communications Co Ltd 009EC8 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 0C-1D-AF (hex) Xiaomi Communications Co Ltd 0C1DAF (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 08-19-A6 (hex) HUAWEI TECHNOLOGIES CO.,LTD 0819A6 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1-4,Huawei Industrial Base,Bantian,Longgang ShenZhen GuangDong 518129 CN 3C-F8-08 (hex) HUAWEI TECHNOLOGIES CO.,LTD 3CF808 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen ShenZhen GuangDong 518129 CN 48-62-76 (hex) HUAWEI TECHNOLOGIES CO.,LTD 486276 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen ShenZhen GuangDong 518129 CN B4-15-13 (hex) HUAWEI TECHNOLOGIES CO.,LTD B41513 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen ShenZhen GuangDong 518129 CN AC-4E-91 (hex) HUAWEI TECHNOLOGIES CO.,LTD AC4E91 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen ShenZhen GuangDong 518129 CN 28-31-52 (hex) HUAWEI TECHNOLOGIES CO.,LTD 283152 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base,Bantian,Longgang,Shenzhen ShenZhen GuangDong 518129 CN 34-80-B3 (hex) Xiaomi Communications Co Ltd 3480B3 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN F4-8B-32 (hex) Xiaomi Communications Co Ltd F48B32 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 00-90-21 (hex) Cisco Systems, Inc 009021 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-90-B1 (hex) Cisco Systems, Inc 0090B1 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1A-B6 (hex) Texas Instruments 001AB6 (base 16) Texas Instruments 108 Wild Basin Ste 350 Austin TX 78746 US 00-12-D1 (hex) Texas Instruments 0012D1 (base 16) Texas Instruments 12500 TI Boulevard, Dallas 75243 US 00-12-37 (hex) Texas Instruments 001237 (base 16) Texas Instruments 12500 TI Boulevard, Dallas 75243 US A0-E6-F8 (hex) Texas Instruments A0E6F8 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 70-FF-76 (hex) Texas Instruments 70FF76 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US D0-39-72 (hex) Texas Instruments D03972 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 5C-31-3E (hex) Texas Instruments 5C313E (base 16) Texas Instruments 12500 TI BLVD Dallas 75243 US F4-B8-5E (hex) Texas Instruments F4B85E (base 16) Texas Instruments 12500 TI BLVD Dallas 75243 US 68-C9-0B (hex) Texas Instruments 68C90B (base 16) Texas Instruments 12500 TI BLVD Dallas 75243 US 74-88-2A (hex) HUAWEI TECHNOLOGIES CO.,LTD 74882A (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1-4,Huawei Industrial Base,Bantian,Longgang ShenZhen GuangDong 518129 CN 4C-B1-6C (hex) HUAWEI TECHNOLOGIES CO.,LTD 4CB16C (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1-4,Huawei Industrial Base,Bantian,Longgang ShenZhen GuangDong 518129 CN 04-BD-70 (hex) HUAWEI TECHNOLOGIES CO.,LTD 04BD70 (base 16) HUAWEI TECHNOLOGIES CO.,LTD D1,Huawei Industrial Base Shenzhen Guangdong 518129 CN D4-F5-13 (hex) Texas Instruments D4F513 (base 16) Texas Instruments 12500 TI BLVD Dallas 75243 US 50-72-24 (hex) Texas Instruments 507224 (base 16) Texas Instruments 12500 TI BLVD Dallas 75243 US 00-90-D9 (hex) Cisco Systems, Inc 0090D9 (base 16) Cisco Systems, Inc 170 W. TASMAN DR. SAN JOSE CA 95134-1706 US 00-90-92 (hex) Cisco Systems, Inc 009092 (base 16) Cisco Systems, Inc 170 W. TASMAN DR. SAN JOSE CA 95134-1706 US 00-10-2F (hex) Cisco Systems, Inc 00102F (base 16) Cisco Systems, Inc 170 W. TASMAN DR. SAN JOSE CA 95134-1706 US 00-10-0D (hex) Cisco Systems, Inc 00100D (base 16) Cisco Systems, Inc 170 W. TASMAN DR. SAN JOSE CA 95134-1706 US 00-10-07 (hex) Cisco Systems, Inc 001007 (base 16) Cisco Systems, Inc 170 W. TASMAN DR. SAN JOSE CA 95134-1706 US 00-10-14 (hex) Cisco Systems, Inc 001014 (base 16) Cisco Systems, Inc 170 W. TASMAN DR. SAN JOSE CA 95134-1706 US 00-90-BF (hex) Cisco Systems, Inc 0090BF (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-50-D1 (hex) Cisco Systems, Inc 0050D1 (base 16) Cisco Systems, Inc 170 W. TASMAN DR. SAN JOSE CA 95134-1706 US 1C-E6-C7 (hex) Cisco Systems, Inc 1CE6C7 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US CC-D5-39 (hex) Cisco Systems, Inc CCD539 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 4C-00-82 (hex) Cisco Systems, Inc 4C0082 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 7C-95-F3 (hex) Cisco Systems, Inc 7C95F3 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 34-DB-FD (hex) Cisco Systems, Inc 34DBFD (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 88-5A-92 (hex) Cisco Systems, Inc 885A92 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 00-40-0B (hex) Cisco Systems, Inc 00400B (base 16) Cisco Systems, Inc 170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US 00-60-70 (hex) Cisco Systems, Inc 006070 (base 16) Cisco Systems, Inc 170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US 50-06-04 (hex) Cisco Systems, Inc 500604 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 00-E0-1E (hex) Cisco Systems, Inc 00E01E (base 16) Cisco Systems, Inc 170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US 00-11-2F (hex) ASUSTek COMPUTER INC. 00112F (base 16) ASUSTek COMPUTER INC. No.150, Li-Te Rd., Peitou Taipei 112 TW 00-1B-FC (hex) ASUSTek COMPUTER INC. 001BFC (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd.,Peitou Taipei 112 TW A0-55-4F (hex) Cisco Systems, Inc A0554F (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 20-4C-9E (hex) Cisco Systems, Inc 204C9E (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 84-B8-02 (hex) Cisco Systems, Inc 84B802 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US B0-AA-77 (hex) Cisco Systems, Inc B0AA77 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US BC-C4-93 (hex) Cisco Systems, Inc BCC493 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US A4-6C-2A (hex) Cisco Systems, Inc A46C2A (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US D0-A5-A6 (hex) Cisco Systems, Inc D0A5A6 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 3C-5E-C3 (hex) Cisco Systems, Inc 3C5EC3 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 64-F6-9D (hex) Cisco Systems, Inc 64F69D (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 00-03-89 (hex) PLANTRONICS, INC. 000389 (base 16) PLANTRONICS, INC. 345 ENCINAL STREET SANTA CRUZ CA 95060 US D0-72-DC (hex) Cisco Systems, Inc D072DC (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 28-C7-CE (hex) Cisco Systems, Inc 28C7CE (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US F4-0F-1B (hex) Cisco Systems, Inc F40F1B (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US F8-C2-88 (hex) Cisco Systems, Inc F8C288 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 1C-6A-7A (hex) Cisco Systems, Inc 1C6A7A (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 00-1E-E5 (hex) Cisco-Linksys, LLC 001EE5 (base 16) Cisco-Linksys, LLC 121 Theory Drive Irvine 92612 US 48-44-87 (hex) Cisco SPVTG 484487 (base 16) Cisco SPVTG 5030 Sugarloaf Pkwy Lawrenceville GA 30044 US 38-C8-5C (hex) Cisco SPVTG 38C85C (base 16) Cisco SPVTG 5030 Sugarloaf Pkwy Lawrenceville GA 30044 US 48-5B-39 (hex) ASUSTek COMPUTER INC. 485B39 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd.,Peitou,Taipei 112 ,Taiwan Taipei Taiwan 112 TW BC-AE-C5 (hex) ASUSTek COMPUTER INC. BCAEC5 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd.,Peitou, Taipei 112 TW 10-BF-48 (hex) ASUSTek COMPUTER INC. 10BF48 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd.,Peitou, Taipei 112 TW 50-67-AE (hex) Cisco Systems, Inc 5067AE (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US F0-9E-63 (hex) Cisco Systems, Inc F09E63 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 6C-99-89 (hex) Cisco Systems, Inc 6C9989 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 18-E7-28 (hex) Cisco Systems, Inc 18E728 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 00-12-17 (hex) Cisco-Linksys, LLC 001217 (base 16) Cisco-Linksys, LLC 121 Theory Dr. Irvine CA 92612 US 00-13-10 (hex) Cisco-Linksys, LLC 001310 (base 16) Cisco-Linksys, LLC 121 Theory Dr. Irvine CA 92612 US 04-6C-9D (hex) Cisco Systems, Inc 046C9D (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 84-B2-61 (hex) Cisco Systems, Inc 84B261 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US E4-48-C7 (hex) Cisco SPVTG E448C7 (base 16) Cisco SPVTG 5030 Sugarloaf Pkwy Lawrenceville GA 30044 US 00-10-1F (hex) Cisco Systems, Inc 00101F (base 16) Cisco Systems, Inc 170 WEST TASMAN DRIVE SAN JOSE CA 95134-1706 US 54-A2-74 (hex) Cisco Systems, Inc 54A274 (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US 60-FB-42 (hex) Apple, Inc. 60FB42 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 64-B9-E8 (hex) Apple, Inc. 64B9E8 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-1D-4F (hex) Apple, Inc. 001D4F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-23-12 (hex) Apple, Inc. 002312 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 80-E0-1D (hex) Cisco Systems, Inc 80E01D (base 16) Cisco Systems, Inc 170 West Tasman Drive San Jose CA 95134 US D8-A2-5E (hex) Apple, Inc. D8A25E (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-0A-27 (hex) Apple, Inc. 000A27 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 18-34-51 (hex) Apple, Inc. 183451 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 0C-77-1A (hex) Apple, Inc. 0C771A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 28-6A-BA (hex) Apple, Inc. 286ABA (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 4C-B1-99 (hex) Apple, Inc. 4CB199 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US C0-9F-42 (hex) Apple, Inc. C09F42 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D0-23-DB (hex) Apple, Inc. D023DB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 70-DE-E2 (hex) Apple, Inc. 70DEE2 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F0-CB-A1 (hex) Apple, Inc. F0CBA1 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 18-20-32 (hex) Apple, Inc. 182032 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 40-3C-FC (hex) Apple, Inc. 403CFC (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 48-60-BC (hex) Apple, Inc. 4860BC (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 34-51-C9 (hex) Apple, Inc. 3451C9 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 40-6C-8F (hex) Apple, Inc. 406C8F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 58-55-CA (hex) Apple, Inc. 5855CA (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US DC-2B-61 (hex) Apple, Inc. DC2B61 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 40-A6-D9 (hex) Apple, Inc. 40A6D9 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 60-FA-CD (hex) Apple, Inc. 60FACD (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-3E-E1 (hex) Apple, Inc. 003EE1 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US FC-25-3F (hex) Apple, Inc. FC253F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 04-F7-E4 (hex) Apple, Inc. 04F7E4 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 34-C0-59 (hex) Apple, Inc. 34C059 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F0-D1-A9 (hex) Apple, Inc. F0D1A9 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 70-56-81 (hex) Apple, Inc. 705681 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 14-10-9F (hex) Apple, Inc. 14109F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 04-0C-CE (hex) Apple, Inc. 040CCE (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 54-EA-A8 (hex) Apple, Inc. 54EAA8 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 28-E1-4C (hex) Apple, Inc. 28E14C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E4-C6-3D (hex) Apple, Inc. E4C63D (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 54-E4-3A (hex) Apple, Inc. 54E43A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 04-DB-56 (hex) Apple, Inc. 04DB56 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US AC-3C-0B (hex) Apple, Inc. AC3C0B (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 70-11-24 (hex) Apple, Inc. 701124 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 04-26-65 (hex) Apple, Inc. 042665 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US EC-35-86 (hex) Apple, Inc. EC3586 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 78-FD-94 (hex) Apple, Inc. 78FD94 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 2C-BE-08 (hex) Apple, Inc. 2CBE08 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US E8-80-2E (hex) Apple, Inc. E8802E (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 00-61-71 (hex) Apple, Inc. 006171 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 8C-7C-92 (hex) Apple, Inc. 8C7C92 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US B0-34-95 (hex) Apple, Inc. B03495 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F4-37-B7 (hex) Apple, Inc. F437B7 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US AC-7F-3E (hex) Apple, Inc. AC7F3E (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 28-0B-5C (hex) Apple, Inc. 280B5C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US AC-FD-EC (hex) Apple, Inc. ACFDEC (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US DC-9B-9C (hex) Apple, Inc. DC9B9C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 54-72-4F (hex) Apple, Inc. 54724F (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D8-CF-9C (hex) Apple, Inc. D8CF9C (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 7C-6D-F8 (hex) Apple, Inc. 7C6DF8 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 04-E5-36 (hex) Apple, Inc. 04E536 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US A8-BB-CF (hex) Apple, Inc. A8BBCF (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 6C-40-08 (hex) Apple, Inc. 6C4008 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US FC-A3-86 (hex) SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD FCA386 (base 16) SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD Unit East Block22-24/F,Skyworth semiconductor design Bldg., Gaoxin Ave.4.S.,Nanshan District,Shenzhen,China SHENZHEN GUANGDONG 518057 CN 40-33-1A (hex) Apple, Inc. 40331A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US CC-C7-60 (hex) Apple, Inc. CCC760 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US BC-4C-C4 (hex) Apple, Inc. BC4CC4 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US DC-37-14 (hex) Apple, Inc. DC3714 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 20-A2-E4 (hex) Apple, Inc. 20A2E4 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 28-F0-76 (hex) Apple, Inc. 28F076 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 14-13-57 (hex) ATP Electronics, Inc. 141357 (base 16) ATP Electronics, Inc. 2590 North First Street Suite 150 San Jose CA 95131 US B8-B2-EB (hex) Googol Technology (HK) Limited B8B2EB (base 16) Googol Technology (HK) Limited Unit 1008-09, 10/F C-Bons International Center Kwun Tong Kowloon nil HK FC-CF-43 (hex) HUIZHOU CITY HUIYANG DISTRICT MEISIQI INDUSTRY DEVELOPMENT CO,.LTD FCCF43 (base 16) HUIZHOU CITY HUIYANG DISTRICT MEISIQI INDUSTRY DEVELOPMENT CO,.LTD Meisiqi lndustrialPark,Yuechang, Huizhou Guangdong 516000 CN D8-48-EE (hex) Hangzhou Xueji Technology Co., Ltd. D848EE (base 16) Hangzhou Xueji Technology Co., Ltd. Room 1902, Tower D, West Intime City Hangzhou Zhejiang 310012 CN B4-EF-04 (hex) DAIHAN Scientific Co., Ltd. B4EF04 (base 16) DAIHAN Scientific Co., Ltd. 326, Sinpyoungsukhwaro Wonju-si, Gangwon-do 26358 KR A4-DE-C9 (hex) QLove Mobile Intelligence Information Technology (W.H.) Co. Ltd. A4DEC9 (base 16) QLove Mobile Intelligence Information Technology (W.H.) Co. Ltd. Sun Jia Tuan Township, Huan Cui District, Weihai, P.R.China Weihai Shan Dong 264201 CN CC-E0-C3 (hex) EXTEN Technologies, Inc. CCE0C3 (base 16) EXTEN Technologies, Inc. 4201 W Parmer Lane Bldg A, Ste 200 Austin TX 78727 US 64-6A-74 (hex) AUTH-SERVERS, LLC 646A74 (base 16) AUTH-SERVERS, LLC 43479 Stukely Dr Sterling VA 20166 US 4C-8E-CC (hex) SILKAN SA 4C8ECC (base 16) SILKAN SA Immeuble le Sirius Meudon La Foret Ile de France 92360 FR E4-35-C8 (hex) HUAWEI TECHNOLOGIES CO.,LTD E435C8 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 0C-54-B9 (hex) Nokia 0C54B9 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 84-10-0D (hex) Motorola Mobility LLC, a Lenovo Company 84100D (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US D0-0F-6D (hex) T&W Electronics Company D00F6D (base 16) T&W Electronics Company 89# Jiang Nan RD, Lu Du Taicang Jiangsu 21500 CN 90-8D-78 (hex) D-Link International 908D78 (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG 7C-71-76 (hex) Wuxi iData Technology Company Ltd. 7C7176 (base 16) Wuxi iData Technology Company Ltd. Floor 11, Building B1, Wuxi(Binhu) National Sensing Information Center, No. 999 Gaolang East Road, Wuxi City, Jiangsu Province, P.R.C. Wuxi Jiangsu 214131 CN 7C-01-91 (hex) Apple, Inc. 7C0191 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 2C-1B-C8 (hex) Hunan Topview Network System CO.,LTD 2C1BC8 (base 16) Hunan Topview Network System CO.,LTD RM 3002,3009,3010 Yuelu High-Tech Zone, Hanpu Couty, Yuelu District Changsha Hunan 410208 CN A8-47-4A (hex) Hon Hai Precision Ind. Co.,Ltd. A8474A (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN C4-00-49 (hex) Kamama C40049 (base 16) Kamama 100 Enterprise Way Scotts Valley CA 95066 US 80-D6-05 (hex) Apple, Inc. 80D605 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 98-E8-48 (hex) Axiim 98E848 (base 16) Axiim 12126 NE 106th Pl Kirkland WA 98033 US 40-40-A7 (hex) Sony Mobile Communications Inc 4040A7 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP C0-4A-09 (hex) Zhejiang Everbright Communication Equip. Co,. Ltd C04A09 (base 16) Zhejiang Everbright Communication Equip. Co,. Ltd 291# Wei 19th Rd. Wenzhou Zhejiang 325600 CN A0-1E-0B (hex) MINIX Technology Limited A01E0B (base 16) MINIX Technology Limited Unit 1501, Chevalier Commercial Center Kowloon Bay Kowloon 000000 HK 68-E8-EB (hex) Linktel Technologies Co.,Ltd 68E8EB (base 16) Linktel Technologies Co.,Ltd No.20 University Science Park Road, Wuhan Hubei 430223 CN A8-45-CD (hex) Siselectron Technology LTD. A845CD (base 16) Siselectron Technology LTD. 5F., No.232, Sec. 2, Sioulang Rd., Yonghe Dist., New Taipei City Taiwan 23453 TW D0-C1-93 (hex) SKYBELL, INC D0C193 (base 16) SKYBELL, INC 1 JENNER, SUITE 100 IRVINE CA 92618 US AC-64-62 (hex) zte corporation AC6462 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN C0-25-A2 (hex) NEC Platforms, Ltd. C025A2 (base 16) NEC Platforms, Ltd. 2-3 Kandatsukasamachi Chiyodaku Tokyo 101-8532 JP 48-13-7E (hex) Samsung Electronics Co.,Ltd 48137E (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 30-F7-72 (hex) Hon Hai Precision Ind. Co.,Ltd. 30F772 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN DC-3C-F6 (hex) Atomic Rules LLC DC3CF6 (base 16) Atomic Rules LLC 287 Chester Rd Auburn NH 03032 US 08-9B-4B (hex) iKuai Networks 089B4B (base 16) iKuai Networks So Boss Tech Center 2 # 716 Fengtai District Beijing 100068 CN 44-73-D6 (hex) Logitech 4473D6 (base 16) Logitech 7700 Gateway Blvd Newark CA 94560 US 10-CC-1B (hex) Liverock technologies,INC 10CC1B (base 16) Liverock technologies,INC Shinjuku 5-13-10,Joshu-Bldg. 4F Tokyo Shinjuku-ku 160-0022 JP E8-07-34 (hex) Champion Optical Network Engineering, LLC E80734 (base 16) Champion Optical Network Engineering, LLC 23645 Mercantile Rd. Beachwood OH 44122 US A4-38-31 (hex) RF elements s.r.o. A43831 (base 16) RF elements s.r.o. Jasenovská 2528 Humenne SK 06603 SK 38-05-46 (hex) Foctek Photonics, Inc. 380546 (base 16) Foctek Photonics, Inc. No. 8, the 7th Road Phase II of Minhou Tieling Industrial District Fuzhou Fujian 350100 CN D4-83-04 (hex) SHENZHEN FAST TECHNOLOGIES CO.,LTD D48304 (base 16) SHENZHEN FAST TECHNOLOGIES CO.,LTD Room 202,Building No.5,Section 30,No.2 of Kefa Road,Nanshan District,Shenzhen,P.R.China Shenzhen Guangdong 518057 CN DC-2B-2A (hex) Apple, Inc. DC2B2A (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 9C-8D-D3 (hex) Leonton Technologies 9C8DD3 (base 16) Leonton Technologies 3F, No.501-16, Zhongzheng Rd., Xindian Dist. New Taipei City Taiwan 231 TW E4-1A-2C (hex) ZPE Systems, Inc. E41A2C (base 16) ZPE Systems, Inc. 39420 Liberty Street, #253 Fremont CA 94538 US E8-BD-D1 (hex) HUAWEI TECHNOLOGIES CO.,LTD E8BDD1 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN F4-15-35 (hex) SPON Communication Technology Co.,Ltd F41535 (base 16) SPON Communication Technology Co.,Ltd B Building, Lugu International Industrial Zone, NO.229, Tongzipo Road, Changsha, China changsha hunan 410000 CN 38-0A-AB (hex) Formlabs 380AAB (base 16) Formlabs 35 Medford St Somerville MA 02143 US 38-2D-E8 (hex) Samsung Electronics Co.,Ltd 382DE8 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR C0-89-97 (hex) Samsung Electronics Co.,Ltd C08997 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR A8-15-D6 (hex) Shenzhen Meione Technology CO., LTD A815D6 (base 16) Shenzhen Meione Technology CO., LTD 12th FloorFutian Sports Park Cultural Industries Headquarters Building No. 3030 Fuqiang Road, Futian District Shenzhen Guangdong 518000 CN C0-7C-D1 (hex) PEGATRON CORPORATION C07CD1 (base 16) PEGATRON CORPORATION 5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW 90-D8-F3 (hex) zte corporation 90D8F3 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN D4-45-E8 (hex) Jiangxi Hongpai Technology Co., Ltd. D445E8 (base 16) Jiangxi Hongpai Technology Co., Ltd. 5th Floor,C Region, Zhejiang University Science Park,No. 698, Nanchang Jiangxi 330096 CN 34-26-06 (hex) CarePredict, Inc. 342606 (base 16) CarePredict, Inc. PO Box 551686 Fort Lauderdale Florida 33355 US 38-B7-25 (hex) Wistron Infocomm (Zhongshan) Corporation 38B725 (base 16) Wistron Infocomm (Zhongshan) Corporation No.38,East Keji Road,Zhongshan Torch Development Zone,Zhongshan City,Guangdong,China Zhongshan Guangdong 528437 CN AC-EC-80 (hex) ARRIS Group, Inc. ACEC80 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 50-7B-9D (hex) LCFC(HeFei) Electronics Technology co., ltd 507B9D (base 16) LCFC(HeFei) Electronics Technology co., ltd YunGu Road 3188-1 Hefei Anhui 230000 CN 6C-72-20 (hex) D-Link International 6C7220 (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG 30-A2-43 (hex) Shenzhen Prifox Innovation Technology Co., Ltd. 30A243 (base 16) Shenzhen Prifox Innovation Technology Co., Ltd. Room B905, Bldg 4, Software Industry Park, Shenzhen Guangdong Province 518057 38-01-95 (hex) Samsung Electronics Co.,Ltd 380195 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 24-6E-96 (hex) Dell Inc. 246E96 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 44-97-5A (hex) SHENZHEN FAST TECHNOLOGIES CO.,LTD 44975A (base 16) SHENZHEN FAST TECHNOLOGIES CO.,LTD Room 202,Building No.5,Section 30,No.2 of Kefa Road,Nanshan District,Shenzhen,P.R.China Shenzhen Guangdong 518057 CN 50-45-F7 (hex) Liuhe Intelligence Technology Ltd. 5045F7 (base 16) Liuhe Intelligence Technology Ltd. 7th Floor,Information Building, Beijing Beijing 100085 CN AC-67-6F (hex) Electrocompaniet A.S. AC676F (base 16) Electrocompaniet A.S. Breivikveien 7 Tau Rogaland 4120 NO 64-0D-E6 (hex) Petra Systems 640DE6 (base 16) Petra Systems One Cragwood Road South Plainfield NJ 07080 US E0-55-3D (hex) Cisco Meraki E0553D (base 16) Cisco Meraki 500 Terry A. Francois Blvd San Francisco California 94158 US FC-33-5F (hex) Polyera FC335F (base 16) Polyera 8045 Lamon Avenue Skokie IL 60077 US 84-D4-C8 (hex) Widex A/S 84D4C8 (base 16) Widex A/S Nymoellevej 6 Lynge Alleroed DK3540 DK EC-21-E5 (hex) Toshiba EC21E5 (base 16) Toshiba 2-9,Suehiro-Cho Ome Tokyo 1988710 JP 04-C2-3E (hex) HTC Corporation 04C23E (base 16) HTC Corporation No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW E0-1A-EA (hex) Allied Telesis, Inc. E01AEA (base 16) Allied Telesis, Inc. 3041 Orchard Parkway San Jose CALIFORNIA 95134 US 28-B9-D9 (hex) Radisys Corporation 28B9D9 (base 16) Radisys Corporation 5435 NE Dawson Creek Drive Hillsboro OR 97124 US F4-C6-13 (hex) Alcatel-Lucent Shanghai Bell Co., Ltd F4C613 (base 16) Alcatel-Lucent Shanghai Bell Co., Ltd No. 389, Ningqiao Road, Pudong Jinqiao Shanghai 201206 CN 44-5F-8C (hex) Intercel Group Limited 445F8C (base 16) Intercel Group Limited Unit 6, 17/F, Vanta industrial Centre, New Territories, Hong Kong CN B8-89-81 (hex) Chengdu InnoThings Technology Co., Ltd. B88981 (base 16) Chengdu InnoThings Technology Co., Ltd. West Port Technology Enterprise Incubator Park Chengdu Sichuan 610000 CN F0-26-24 (hex) WAFA TECHNOLOGIES CO., LTD. F02624 (base 16) WAFA TECHNOLOGIES CO., LTD. Room302, Longtaili Building Shenzhen Guangdong 518057 CN F8-F4-64 (hex) Rawe Electonic GmbH F8F464 (base 16) Rawe Electonic GmbH Bregenzer Str. 67-69 Weiler im Allgäu Bavaria 88171 DE 5C-51-88 (hex) Motorola Mobility LLC, a Lenovo Company 5C5188 (base 16) Motorola Mobility LLC, a Lenovo Company 222 West Merchandise Mart Plaza Chicago IL 60654 US EC-01-33 (hex) TRINUS SYSTEMS INC. EC0133 (base 16) TRINUS SYSTEMS INC. UNITECH VENTURE TOWN SUITE 801 GOYANG-SI GYEONGGI-DO 410-722 KR 2C-C5-48 (hex) IAdea Corporation 2CC548 (base 16) IAdea Corporation 3F, No.33, Lane 77, Xing-ai Road Taipei Taiwan 114 TW 14-DD-A9 (hex) ASUSTek COMPUTER INC. 14DDA9 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 18-4F-32 (hex) Hon Hai Precision Ind. Co.,Ltd. 184F32 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN DC-A3-AC (hex) RBcloudtech DCA3AC (base 16) RBcloudtech 5th Floor, Jiangnan Street NO.3900, Binjiang District, Hangzhou City. Hangzhou Zhejiang 310052 CN 0C-E7-25 (hex) Microsoft Corporation 0CE725 (base 16) Microsoft Corporation 1 Microsoft Way Redmond Washington 98052 FI 58-F1-02 (hex) BLU Products Inc. 58F102 (base 16) BLU Products Inc. Tower 4, Excellence Century Center Shenzhen Guangdong 518000 CN B4-AE-2B (hex) Microsoft B4AE2B (base 16) Microsoft 1 Microsoft Way Redmond Washington 98052 US 94-9F-3E (hex) Sonos, Inc. 949F3E (base 16) Sonos, Inc. 614 Chapala St Santa Barbara CA 93101 US 30-89-D3 (hex) HONGKONG UCLOUDLINK NETWORK TECHNOLOGY LIMITED 3089D3 (base 16) HONGKONG UCLOUDLINK NETWORK TECHNOLOGY LIMITED FLAT A-8 9/F DELYA INDUSTRIAL CENTRE 7 SHEK PAI TAU ROAD Hong Kong CN 5C-B3-95 (hex) HUAWEI TECHNOLOGIES CO.,LTD 5CB395 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 90-6C-AC (hex) Fortinet, Inc. 906CAC (base 16) Fortinet, Inc. 899 Kifer Road Sunnyvale California 94086 US 3C-DA-2A (hex) zte corporation 3CDA2A (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 84-2E-27 (hex) Samsung Electronics Co.,Ltd 842E27 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 1C-AD-D1 (hex) Bosung Electronics Co., Ltd. 1CADD1 (base 16) Bosung Electronics Co., Ltd. 74-12, Saemaeul-ro. Gumi-si Gyeongsangbuk-do 730-930 KR 08-2C-B0 (hex) Network Instruments 082CB0 (base 16) Network Instruments 10701 Red Circle Dr Minnetonka Minnesota 55343 US A0-13-CB (hex) Fiberhome Telecommunication Technologies Co.,LTD A013CB (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN D0-04-92 (hex) Fiberhome Telecommunication Technologies Co.,LTD D00492 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 14-32-D1 (hex) Samsung Electronics Co.,Ltd 1432D1 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 18-16-C9 (hex) Samsung Electronics Co.,Ltd 1816C9 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 00-FC-8D (hex) Hitron Technologies. Inc 00FC8D (base 16) Hitron Technologies. Inc No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW 84-DF-19 (hex) Chuango Security Technology Corporation 84DF19 (base 16) Chuango Security Technology Corporation 6-17, Overseas Students Pioneer Park, Fuzhou Fujian 350015 CN DC-15-DB (hex) Ge Ruili Intelligent Technology ( Beijing ) Co., Ltd. DC15DB (base 16) Ge Ruili Intelligent Technology ( Beijing ) Co., Ltd. Room 821, block E, No.6 Taiping Street, Xicheng District Beijing 100005 CN E0-DB-10 (hex) Samsung Electronics Co.,Ltd E0DB10 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 54-61-72 (hex) ZODIAC AEROSPACE SAS 546172 (base 16) ZODIAC AEROSPACE SAS 61 rue Pierre Curie PLAISIR 78370 FR EC-60-E0 (hex) AVI-ON LABS EC60E0 (base 16) AVI-ON LABS 2585 LARKSPUR DR PARK CITY UT 84060 US B4-6D-35 (hex) Dalian Seasky Automation Co;Ltd B46D35 (base 16) Dalian Seasky Automation Co;Ltd Room 408, DUT Science & Technology Park Building B, No.80 Software Park Road, High-Tech Industrial Zone, Dalian, Liaoning, China Dalian Liao Ning 116023 CN 3C-A3-1A (hex) Oilfind International LLC 3CA31A (base 16) Oilfind International LLC 12651 Briar Forest Dr, Suite 151 Houston Texas 77077 US 30-F3-35 (hex) HUAWEI TECHNOLOGIES CO.,LTD 30F335 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN E8-F2-E3 (hex) Starcor Beijing Co.,Limited E8F2E3 (base 16) Starcor Beijing Co.,Limited NO.210 Block B, Building 2 Beijing Berijing 100089 CN 64-59-F8 (hex) Vodafone Omnitel B.V. 6459F8 (base 16) Vodafone Omnitel B.V. VIA JERVIS, 13 10015 IVREA (TO) IT 6C-44-18 (hex) Zappware 6C4418 (base 16) Zappware Ilgatlaan 19 Hasselt Limburg 3500 BE A8-D4-09 (hex) USA 111 Inc A8D409 (base 16) USA 111 Inc 5885 Green Pointe Dr. Suite B Groveport, OH 43125 Groveport Ohio 43125 US 6C-45-98 (hex) Antex Electronic Corp. 6C4598 (base 16) Antex Electronic Corp. 170 He Ping St., Tainan City 73443 TW 68-A3-78 (hex) FREEBOX SAS 68A378 (base 16) FREEBOX SAS 16 rue de la Ville l'Eveque PARIS IdF 75008 FR 34-0A-22 (hex) TOP-ACCESS ELECTRONICS CO LTD 340A22 (base 16) TOP-ACCESS ELECTRONICS CO LTD No. 2 Building MingZhi Street BaoAn District,ShenzheN 518131 CN E8-66-C4 (hex) Diamanti E866C4 (base 16) Diamanti 111 N. Market Street San Jose CA 95113 US D4-D7-A9 (hex) Shanghai Kaixiang Info Tech LTD D4D7A9 (base 16) Shanghai Kaixiang Info Tech LTD A401, NO.509 Caobao Road, Shanghai, PRC Shanghai Shanghai 200233 CN 34-3D-98 (hex) JinQianMao Technology Co.,Ltd. 343D98 (base 16) JinQianMao Technology Co.,Ltd. 58#,Jiangbin Road,Taijiang District Fuzhou Fujian 350009 CN F4-47-13 (hex) Leading Public Performance Co., Ltd. F44713 (base 16) Leading Public Performance Co., Ltd. 137/77-78 Moo 1 Nanthanagarden Soi 12 Pathum-Rangsit Road Banklang Muang Pathumthani 12000 Thailand Pathumthani Pathumthani 12000 TH 5C-A1-78 (hex) TableTop Media (dba Ziosk) 5CA178 (base 16) TableTop Media (dba Ziosk) 12404 Park Central Drive Dallas TX 75251 US 9C-BE-E0 (hex) Biosoundlab Co., Ltd. 9CBEE0 (base 16) Biosoundlab Co., Ltd. (Sangdaewon-dong, Sunil Technopia 907-908ho) Jungwon-gu Seongnam-si Gyeonggi-do, 462726 KR 0C-41-3E (hex) Microsoft Corporation 0C413E (base 16) Microsoft Corporation 1 Microsoft Way Redmond Washington 98052 FI D0-6F-4A (hex) TOPWELL INTERNATIONAL HOLDINGS LIMITED D06F4A (base 16) TOPWELL INTERNATIONAL HOLDINGS LIMITED Unit 2506, 25/F, Prosperity Place, Hong Kong N/A N/A CN 04-92-EE (hex) iway AG 0492EE (base 16) iway AG Badenerstrasse 569 Zurich ZH 8048 CH 80-74-59 (hex) K's Co.,Ltd. 807459 (base 16) K's Co.,Ltd. 2864-16 Ryomitsuyanagi Yonago Tottori 683-0853 JP 60-19-70 (hex) HUIZHOU QIAOXING ELECTRONICS TECHNOLOGY CO., LTD. 601970 (base 16) HUIZHOU QIAOXING ELECTRONICS TECHNOLOGY CO., LTD. Room -611, TianAn High-Tech Plaza II , Futian District, Shenzhen, China Shenzhen Guangdong 518040 CN A4-08-EA (hex) Murata Manufacturing Co., Ltd. A408EA (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP B8-78-79 (hex) Roche Diagnostics GmbH B87879 (base 16) Roche Diagnostics GmbH Sandhofer Strasse 116 Mannheim Baden-Wuerttemberg 68305 DE D0-83-D4 (hex) Xtel Wireless ApS D083D4 (base 16) Xtel Wireless ApS Alfred Nobels vej 21E Aalborg Oest Nordjylland 9220 DK 08-D3-4B (hex) Techman Electronics (Changshu) Co., Ltd. 08D34B (base 16) Techman Electronics (Changshu) Co., Ltd. No.66, Dalian Road, High-Tech Industrial Park Changshu Jiangsu Province 215500 CN 78-A3-51 (hex) SHENZHEN ZHIBOTONG ELECTRONICS CO.,LTD 78A351 (base 16) SHENZHEN ZHIBOTONG ELECTRONICS CO.,LTD 2F,Bldg. A,Kangmai Industrial Park,Renmin Rd Shenzhen Guangdong 518110 CN E4-69-5A (hex) Dictum Health, Inc. E4695A (base 16) Dictum Health, Inc. 255 3rd Street, Suite 102 Oakland CA 94607 US 7C-7A-53 (hex) Phytrex Technology Corp. 7C7A53 (base 16) Phytrex Technology Corp. 8F-16, No.81, Shuili Rd., Hsinchu Taiwan 30059 TW 10-78-73 (hex) Shenzhen Jinkeyi Communication Co., Ltd. 107873 (base 16) Shenzhen Jinkeyi Communication Co., Ltd. No. 10 Shun King Road, Zhen Ping Xi Cun, Shenzhen Guangdong 518117 CN 48-EE-0C (hex) D-Link International 48EE0C (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG EC-3C-88 (hex) MCNEX Co.,Ltd. EC3C88 (base 16) MCNEX Co.,Ltd. Hanshin IT Tower2 11F, Digital lo 9 gil Geumcheon-Gu Seoul 153-712 KR 70-AD-54 (hex) Malvern Instruments Ltd 70AD54 (base 16) Malvern Instruments Ltd Grovewood Rd Malvern Worcestershire WR14 1XZ GB 90-00-DB (hex) Samsung Electronics Co.,Ltd 9000DB (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR B4-EF-39 (hex) Samsung Electronics Co.,Ltd B4EF39 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR F0-2A-23 (hex) Creative Next Design F02A23 (base 16) Creative Next Design 6-6-15, Kaminopporo 3-jo, Sapporo-shi Hokkaido 004-0033 JP 58-47-04 (hex) Shenzhen Webridge Technology Co.,Ltd 584704 (base 16) Shenzhen Webridge Technology Co.,Ltd B2-22/F Chinese Technology Development Institute, High South Road, Nanshan District, Shenzhen, China Shenzhen Guangdong 518000 CN 74-A0-63 (hex) HUAWEI TECHNOLOGIES CO.,LTD 74A063 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN EC-E2-FD (hex) SKG Electric Group(Thailand) Co., Ltd. ECE2FD (base 16) SKG Electric Group(Thailand) Co., Ltd. 3F,The Second Building,Sanhe village , Longhua Rd, Baoan Dist., Shenzhen, China Shenzhen Guangdong 518301 CN 14-8F-21 (hex) Garmin International 148F21 (base 16) Garmin International 1200 E. 151st St Olathe KS 66062 US 9C-68-5B (hex) Octonion SA 9C685B (base 16) Octonion SA EPFL Innovation Park, Bâtiment C Lausanne Vaud 1015 CH 7C-53-4A (hex) Metamako 7C534A (base 16) Metamako Suite 207 Sydney Other 2000 AU BC-6E-64 (hex) Sony Mobile Communications Inc BC6E64 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP BC-B3-08 (hex) HONGKONG RAGENTEK COMMUNICATION TECHNOLOGY CO.,LIMITED BCB308 (base 16) HONGKONG RAGENTEK COMMUNICATION TECHNOLOGY CO.,LIMITED Building D10-D11 PuDong District Shanghai 201315 CN 6C-2E-72 (hex) B&B EXPORTING LIMITED 6C2E72 (base 16) B&B EXPORTING LIMITED Bldg.#D,Xinhe Industrial Park Guangzhou Guangdong 510880 CN 5C-CC-FF (hex) Techroutes Network Pvt Ltd 5CCCFF (base 16) Techroutes Network Pvt Ltd WW1-SF, Malibu Towne Gurgaon Haryana 122002 IN 90-C3-5F (hex) Nanjing Jiahao Technology Co., Ltd. 90C35F (base 16) Nanjing Jiahao Technology Co., Ltd. Moling Industrial Park, Development Zone, Jiangning, Nanjing Nanjing Jiangsu 211111 CN C8-08-E9 (hex) LG Electronics C808E9 (base 16) LG Electronics 222 LG-ro, JINWI-MYEON Pyeongtaek-si Gyeonggi-do 451-713 KR 18-3A-2D (hex) Samsung Electronics Co.,Ltd 183A2D (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR EC-74-BA (hex) Hirschmann Automation and Control GmbH EC74BA (base 16) Hirschmann Automation and Control GmbH Stuttgarter Strasse 45-51 Neckartenzlingen Baden-Württemberg 72654 DE FC-32-88 (hex) CELOT Wireless Co., Ltd FC3288 (base 16) CELOT Wireless Co., Ltd 4Fl.,NongHyup Bldg.,#1588-10 Gwanyang-Dong Anyang City, Gyeonggi-Do 431-727 KR D8-74-95 (hex) zte corporation D87495 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 5C-3B-35 (hex) Gehirn Inc. 5C3B35 (base 16) Gehirn Inc. 1-3-6 Kudan-kita Chiyoda Tokyo 102-0073 JP E4-FE-D9 (hex) EDMI Europe Ltd E4FED9 (base 16) EDMI Europe Ltd The Grainger Suite, Dobson House, Regent Centre Newcastle upon Tyne Newcastle upon Tyne NE3 3PF GB 5C-F7-C3 (hex) SYNTECH (HK) TECHNOLOGY LIMITED 5CF7C3 (base 16) SYNTECH (HK) TECHNOLOGY LIMITED Unit No. 1, 12/F., Perfect Industrial Building , Kowloon, Hong Kong 999077 HK 9C-E2-30 (hex) JULONG CO,.LTD. 9CE230 (base 16) JULONG CO,.LTD. 308,QianShanZhong Road,TieDong District,AnShan AnShan City LiaoNing Province 114051 CN 5C-41-E7 (hex) Wiatec International Ltd. 5C41E7 (base 16) Wiatec International Ltd. Unit 601-605,TaoJinDi Electronic Commercial Shenzhen GuangDong 518131 CN 34-4C-A4 (hex) amazipoint technology Ltd. 344CA4 (base 16) amazipoint technology Ltd. 1F,No. 14, Aly. 32, Ln. 133, Zhongyang Rd., New Taipei City, 231 TW A8-F0-38 (hex) SHEN ZHEN SHI JIN HUA TAI ELECTRONICS CO.,LTD A8F038 (base 16) SHEN ZHEN SHI JIN HUA TAI ELECTRONICS CO.,LTD Room A,Forth Floor,Building B,Hengmingzhu Industrial Park,Xixiang Forist and Fruit Bureau,Qianjin Road, Baoan District,Shenzhen city,Guangdong provice 518126 CN AC-C7-3F (hex) VITSMO CO., LTD. ACC73F (base 16) VITSMO CO., LTD. RM1418-1419, HansinIntervalley 24 Bldg. SEOUL 135-918 KR 44-35-6F (hex) Neterix 44356F (base 16) Neterix The Printworks Chester Cheshire CH1 4RN GB 74-E2-77 (hex) Vizmonet Pte Ltd 74E277 (base 16) Vizmonet Pte Ltd 32,Canberra drive,#05-28 76431 SG 14-89-3E (hex) VIXTEL TECHNOLOGIES LIMTED 14893E (base 16) VIXTEL TECHNOLOGIES LIMTED ROOM 1409, 14/F, BLOCK B, KAILEY CENTER CHAI WAN HK BC-54-F9 (hex) Drogoo Technology Co., Ltd. BC54F9 (base 16) Drogoo Technology Co., Ltd. Shenzhen Dayun software town 17 2 floor Shenzhen Guangdong 518172 CN 78-FC-14 (hex) Family Zone Cyber Safety Ltd 78FC14 (base 16) Family Zone Cyber Safety Ltd 175 Heytesbury Rd Subiaco WA 6008 AU 38-09-A4 (hex) Firefly Integrations 3809A4 (base 16) Firefly Integrations 1013 Elroy Dr Middlebury IN 46540 US BC-E7-67 (hex) Quanzhou TDX Electronics Co., Ltd BCE767 (base 16) Quanzhou TDX Electronics Co., Ltd Hi-tech Park economic and tech development zone Quanzhou Fujian province 362005 CN FC-AF-AC (hex) Socionext Inc. FCAFAC (base 16) Socionext Inc. 19 Nishikujo-Kasuga-cho Minaki-ku Kyoto 601-8413 JP BC-4D-FB (hex) Hitron Technologies. Inc BC4DFB (base 16) Hitron Technologies. Inc No. 1-8, Lising 1st Rd. Hsinchu Science Park, Hsinchu, 300, Taiwan, R.O.C Hsin-chu Taiwan 300 TW 2C-33-7A (hex) Hon Hai Precision Ind. Co.,Ltd. 2C337A (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 84-DD-B7 (hex) Cilag GmbH International 84DDB7 (base 16) Cilag GmbH International Gubelstrasse 34 Zug _ CH-6300 CH 08-EF-AB (hex) SAYME WIRELESS SENSOR NETWORK 08EFAB (base 16) SAYME WIRELESS SENSOR NETWORK Calle Albert Einstein 18, 4a Santander Cantabria 39011 ES 70-76-FF (hex) KERLINK 7076FF (base 16) KERLINK 1 rue Jacqueline AURIOL THORIGNE FOUILLARD 35235 FR 14-36-C6 (hex) Lenovo Mobile Communication Technology Ltd. 1436C6 (base 16) Lenovo Mobile Communication Technology Ltd. No.999, Qishan North 2nd Road, Information & Optoelectronics Park, Xiamen Fujian 361006 68-F7-28 (hex) LCFC(HeFei) Electronics Technology co., ltd 68F728 (base 16) LCFC(HeFei) Electronics Technology co., ltd YunGu Road 3188-1 Hefei Anhui 230000 CN 38-2C-4A (hex) ASUSTek COMPUTER INC. 382C4A (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 30-73-50 (hex) Inpeco SA 307350 (base 16) Inpeco SA Via San Gottardo 10 Lugano Ticino 6900 CH DC-EC-06 (hex) Heimi Network Technology Co., Ltd. DCEC06 (base 16) Heimi Network Technology Co., Ltd. Room 12B12, Block A2, Long-Term World Building, Beijing Beijing 100080 CN CC-BD-D3 (hex) Ultimaker B.V. CCBDD3 (base 16) Ultimaker B.V. Burgemeester Rozeveld van de Venlaan 11 Geldermalsen Gelderland 4191 PL NL 8C-E7-8C (hex) DK Networks 8CE78C (base 16) DK Networks 20F-3, No.689, Zhong-Zheng Road, Zhong-He Dist. New Taipei City Taiwan 235 TW 54-51-46 (hex) AMG Systems Ltd. 545146 (base 16) AMG Systems Ltd. 3 The Omega Centre Biggleswade Bedfordshire SG18 8QB GB 84-63-D6 (hex) Microsoft Corporation 8463D6 (base 16) Microsoft Corporation 1 Microsoft Way Redmond Washington 98052 FI EC-13-B2 (hex) Netonix EC13B2 (base 16) Netonix 6 East Main St Leola PA 17540 US 10-4E-07 (hex) Shanghai Genvision Industries Co.,Ltd 104E07 (base 16) Shanghai Genvision Industries Co.,Ltd 2/F Building E,NO.55,Luo Jin Road,MinHang District,Shanghai Shanghai Shanghai 200237 CN 04-9B-9C (hex) Eadingcore Intelligent Technology Co., Ltd. 049B9C (base 16) Eadingcore Intelligent Technology Co., Ltd. No. 169 Lijia city C District comprehensive 3 layer C3-10 mall,Five-One road Fuzhou Fujian 350000 CN 84-26-90 (hex) BEIJING THOUGHT SCIENCE CO.,LTD. 842690 (base 16) BEIJING THOUGHT SCIENCE CO.,LTD. 1-1102,Intermational Business Park,No.1 ShangDi Xinxi Rd,Haidian District,Beijing beijing beijing 100085 CN 80-19-67 (hex) Shanghai Reallytek Information Technology Co.,Ltd 801967 (base 16) Shanghai Reallytek Information Technology Co.,Ltd 906 Room,No.1 Building,No.3000 Longdong Avenue Shanghai 201203 CN 2C-F7-F1 (hex) Seeed Technology Inc. 2CF7F1 (base 16) Seeed Technology Inc. 5th Floor, 8th Building, Shiling industrial Park, XiLi Town, NanShan dist. Shenzhen ShenZhen GuangDong 518055 CN 3C-1E-13 (hex) HANGZHOU SUNRISE TECHNOLOGY CO., LTD 3C1E13 (base 16) HANGZHOU SUNRISE TECHNOLOGY CO., LTD No.9, LongTan Road, CangQian Town, YuHang District, Hangzhou, China HangZhou ZheJiang 311121 CN 08-11-5E (hex) Bitel Co., Ltd. 08115E (base 16) Bitel Co., Ltd. 9F Yohyun B/D, 242-29, Nonhyun-dong Seoul Gangnam-gu 135830 KR 08-81-BC (hex) HongKong Ipro Technology Co., Limited 0881BC (base 16) HongKong Ipro Technology Co., Limited Flat/Rm A3 9/F Silvercorp Int Tower HONGKONG 999077 HK C0-98-79 (hex) Acer Inc. C09879 (base 16) Acer Inc. 8F, 88, Sec.1, Xintai 5th Rd. New Taipei City N/A 221 TW B8-4F-D5 (hex) Microsoft Corporation B84FD5 (base 16) Microsoft Corporation 1 Microsoft Way Redmond Washington 98052 FI D8-4A-87 (hex) OI ELECTRIC CO.,LTD D84A87 (base 16) OI ELECTRIC CO.,LTD 7-3-16 KIKUNA YOKOHAMA KANAGAWA-KEN 222-0011 JP F0-3D-29 (hex) Actility F03D29 (base 16) Actility 110 rue des Poissonniers Paris Paris 75018 FR 88-70-8C (hex) Lenovo Mobile Communication Technology Ltd. 88708C (base 16) Lenovo Mobile Communication Technology Ltd. No.999, Qishan North 2nd Road, Information & Optoelectronics Park, Xiamen Fujian 361006 50-14-B5 (hex) Richfit Information Technology Co., Ltd 5014B5 (base 16) Richfit Information Technology Co., Ltd Room 1501, Gehua Tower, Suite N0.1, Qinglong lane, Dongcheng District Beijing Beijing 100007 CN CC-3F-1D (hex) Intesis Software SL CC3F1D (base 16) Intesis Software SL Mila i Fontanals 1bis 1 Igualada Barcelona 08700 ES DC-DA-4F (hex) GETCK TECHNOLOGY, INC DCDA4F (base 16) GETCK TECHNOLOGY, INC Room 508, NO .48 ZhengYi road SHANGHAI 200082 CN 10-12-18 (hex) Korins Inc. 101218 (base 16) Korins Inc. Rm. 608, Suntechcity Bldg. Seongnam Gyeonggi 462-725 KR 34-28-F0 (hex) ATN International Limited 3428F0 (base 16) ATN International Limited 4210, Office Tower, Convention Plaza Hong Kong Hong Kong 00000 HK CC-10-A3 (hex) Beijing Nan Bao Technology Co., Ltd. CC10A3 (base 16) Beijing Nan Bao Technology Co., Ltd. Room 8476,Floor 8,Building 3 Shijingshan District Beijing 100041 CN 5C-AA-FD (hex) Sonos, Inc. 5CAAFD (base 16) Sonos, Inc. 614 Chapala St Santa Barbara CA 93101 US 14-ED-E4 (hex) Kaiam Corporation 14EDE4 (base 16) Kaiam Corporation 39677 Eureka Drive Newark California 94560 US D0-12-42 (hex) BIOS Corporation D01242 (base 16) BIOS Corporation 2-43-15 Tomigaya Shibuya-ku TOKYO 151-0063 JP 60-36-96 (hex) The Sapling Company 603696 (base 16) The Sapling Company 1633 Republic Rd Huntingdon Valley PA 19006 US 54-FF-CF (hex) Mopria Alliance 54FFCF (base 16) Mopria Alliance 2400 Camino Ramon, Ste #375 San Ramon CA 94583 US F4-F2-6D (hex) TP-LINK TECHNOLOGIES CO.,LTD. F4F26D (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 40-4E-EB (hex) Higher Way Electronic Co., Ltd. 404EEB (base 16) Higher Way Electronic Co., Ltd. No.15 Jingke E. Rd., Nantun District Taichung 408 TW C4-56-FE (hex) Lava International Ltd. C456FE (base 16) Lava International Ltd. Room 705, Block A, HengYue Building Shanghai 518054 CN AC-B7-4F (hex) METEL s.r.o. ACB74F (base 16) METEL s.r.o. Zizkuv Kopec 617 Ceska Skalice NA 55203 CZ C0-EE-FB (hex) OnePlus Tech (Shenzhen) Ltd C0EEFB (base 16) OnePlus Tech (Shenzhen) Ltd 18F Tairan Building C, Tairan 8th Road Chegongmiao, Futian Shenzhen Guangdong 518040 CN 30-42-25 (hex) BURG-WÄCHTER KG 304225 (base 16) BURG-WÄCHTER KG Altenhofer Weg 15 Wetter NRW 58300 DE FC-DB-B3 (hex) Murata Manufacturing Co., Ltd. FCDBB3 (base 16) Murata Manufacturing Co., Ltd. 1-10-1, Higashikotari Nagaokakyo-shi Kyoto 617-8555 JP CC-F5-38 (hex) 3isysnetworks CCF538 (base 16) 3isysnetworks 11F-2 No1247 , Jung Jeng RD , Taipei Taiwan 0000 TW B8-BD-79 (hex) TrendPoint Systems B8BD79 (base 16) TrendPoint Systems 1595 East 6th Street Corona CA 92879 US 74-F4-13 (hex) Maxwell Forest 74F413 (base 16) Maxwell Forest Level 2, 51 Murray Street Pyrmont NSW 2009 AU A0-06-27 (hex) NEXPA System A00627 (base 16) NEXPA System #105, YBS bldg,227-1 Yongdap-Dong Seoul ASI/KR/KS013/SEOUL KR 30-33-35 (hex) Boosty 303335 (base 16) Boosty 40 Princes Street Ipswich Suffolk IP11RJ GB 44-74-6C (hex) Sony Mobile Communications Inc 44746C (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP 4C-9E-FF (hex) Zyxel Communications Corporation 4C9EFF (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW BC-9C-C5 (hex) Beijing Huafei Technology Co., Ltd. BC9CC5 (base 16) Beijing Huafei Technology Co., Ltd. 2 floor, Research building, Guanghua Pioneer Park, No.18, Anningzhuang East Rd, Haidian District, Beijing, China. Beijing Beijing 100085 CN 5C-B8-CB (hex) Allis Communications 5CB8CB (base 16) Allis Communications 10F.-3,No.31-1, Lane 169 Kangning St., New Taipei City New Taipei City 221 TW 34-F0-CA (hex) Shenzhen Linghangyuan Digital Technology Co.,Ltd. 34F0CA (base 16) Shenzhen Linghangyuan Digital Technology Co.,Ltd. Building R, Linghangyuan Industrial Park, No. 163 Banxuegang Road, Longgang Distrial, Shenzhen, China Shenzhen Guangdong 518129 CN 70-72-0D (hex) Lenovo Mobile Communication Technology Ltd. 70720D (base 16) Lenovo Mobile Communication Technology Ltd. No.999, Qishan North 2nd Road, Information & Optoelectronics Park, Torch Hi-tech Industry Development Zone, Xiamen, P.R.China Xiamen Fujian 361000 CN 3C-CD-5A (hex) Technische Alternative GmbH 3CCD5A (base 16) Technische Alternative GmbH Langestr. 124 Amaliendorf Lower Austria A-3872 AT FC-AA-14 (hex) GIGA-BYTE TECHNOLOGY CO.,LTD. FCAA14 (base 16) GIGA-BYTE TECHNOLOGY CO.,LTD. Pin-Jen City, Taoyuan, Taiwan, R.O.C. Pin-Jen Taoyuan 324 TW 94-D6-0E (hex) shenzhen yunmao information technologies co., ltd 94D60E (base 16) shenzhen yunmao information technologies co., ltd H4-3A, Twelve Oaks Manor, bulong road shenzhen guanggong 518127 CN 74-8F-4D (hex) MEN Mikro Elektronik GmbH 748F4D (base 16) MEN Mikro Elektronik GmbH Neuwieder Str. 3 - 7 Nuernberg Bavaria 90411 DE 50-67-87 (hex) Planet Networks 506787 (base 16) Planet Networks 1 Ivy Crest Ln Rockaway NJ 07866 US 8C-BF-9D (hex) Shanghai Xinyou Information Technology Ltd. Co. 8CBF9D (base 16) Shanghai Xinyou Information Technology Ltd. Co. 905,418 Guiqing Road, Xuhui District, Shanghai Shanghai 200233 CN 9C-AD-97 (hex) Hon Hai Precision Ind. Co.,Ltd. 9CAD97 (base 16) Hon Hai Precision Ind. Co.,Ltd. Building D21,No.1, East Zone 1st Road Chongqing Chongqing 401332 CN 88-29-50 (hex) Netmoon Technology Co., Ltd 882950 (base 16) Netmoon Technology Co., Ltd 2nd Floor, Building No.1, NO.319, Qingpi Avenue Wenjiang District Chengdu 611130 CN 7C-E5-24 (hex) Quirky, Inc. 7CE524 (base 16) Quirky, Inc. 606 W 28th Street New York NY 10001 US F4-D2-61 (hex) SEMOCON Co., Ltd F4D261 (base 16) SEMOCON Co., Ltd B-19F, Gunpo IT Valley, Dangjeong-dong, 17, Gosan-ro 148beon-gil, Gunpo-si Gyeonggi-do 435-833 KR 48-D8-55 (hex) Telvent 48D855 (base 16) Telvent P.I. Alcobendas c/ Valgrande. 6 Alcobendas Madrid 28108 ES 08-F7-28 (hex) GLOBO Multimedia Sp. z o.o. Sp.k. 08F728 (base 16) GLOBO Multimedia Sp. z o.o. Sp.k. Gryfinska 104 Szczecin Zachodniopomorskie 70-772 PL 20-6E-9C (hex) Samsung Electronics Co.,Ltd 206E9C (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 6C-2F-2C (hex) Samsung Electronics Co.,Ltd 6C2F2C (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR B0-09-D3 (hex) Avizia B009D3 (base 16) Avizia 12018 Sunrise Valley Drive Reston VA 20191 US 60-C1-CB (hex) Fujian Great Power PLC Equipment Co.,Ltd 60C1CB (base 16) Fujian Great Power PLC Equipment Co.,Ltd 6/F.Bld.34.Zone C.Software Park Fuzhou Fujian,China 350003 CN BC-25-F0 (hex) 3D Display Technologies Co., Ltd. BC25F0 (base 16) 3D Display Technologies Co., Ltd. 4F., No.542-17, Zhongzheng Rd New Taipei City 242 TW C0-3D-46 (hex) Shanghai Sango Network Technology Co.,Ltd C03D46 (base 16) Shanghai Sango Network Technology Co.,Ltd No 666 Zhangheng Road Pudong Shanghai 210203 CN 64-EA-C5 (hex) SiboTech Automation Co., Ltd. 64EAC5 (base 16) SiboTech Automation Co., Ltd. 5th Floor, Bld 3 Shanghai Shanghai 201612 CN 30-F7-D7 (hex) Thread Technology Co., Ltd 30F7D7 (base 16) Thread Technology Co., Ltd 4F, A Block, CYG, No.2,Mid GaoXin Shenzhen GuangDong 518055 CN 18-22-7E (hex) Samsung Electronics Co.,Ltd 18227E (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 30-C7-AE (hex) Samsung Electronics Co.,Ltd 30C7AE (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 44-D4-E0 (hex) Sony Mobile Communications Inc 44D4E0 (base 16) Sony Mobile Communications Inc 4-12-3 Higashi – Shinagawa Shinagawa-ku Tokyo 140-0002 JP FC-D5-D9 (hex) Shenzhen SDMC Technology Co., Ltd. FCD5D9 (base 16) Shenzhen SDMC Technology Co., Ltd. 7/F,Block A,Huahan Bldg., Shenzhen GuangDong 518000 CN 74-DA-38 (hex) Edimax Technology Co. Ltd. 74DA38 (base 16) Edimax Technology Co. Ltd. No. 278, Xinhu 1st Road Taipei City Neihu Dist 248 TW E4-F4-C6 (hex) NETGEAR E4F4C6 (base 16) NETGEAR 350 East Plumeria Drive San Jose CA 95134 US CC-A0-E5 (hex) DZG Metering GmbH CCA0E5 (base 16) DZG Metering GmbH Heidelberger Str. 32 Oranienburg Brandenburg 16515 DE 60-81-2B (hex) Custom Control Concepts 60812B (base 16) Custom Control Concepts 6020 S 190th ST Kent Washington 98032 US 1C-1C-FD (hex) Dalian Hi-Think Computer Technology, Corp 1C1CFD (base 16) Dalian Hi-Think Computer Technology, Corp Hi-Think Software Building,No.6 Hi-Tech Street, Qixianling Industrial Base, Hi-Tech Zone, Dalian, China Dalian LiaoNing 116023 CN 90-AE-1B (hex) TP-LINK TECHNOLOGIES CO.,LTD. 90AE1B (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 60-E3-27 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 60E327 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 48-D1-8E (hex) Metis Communication Co.,Ltd 48D18E (base 16) Metis Communication Co.,Ltd #102-805 Digital Empire2 Suwon-Si GyeongGi-Do 443-734 KR F8-66-01 (hex) Suzhou Chi-tek information technology Co., Ltd F86601 (base 16) Suzhou Chi-tek information technology Co., Ltd Rm204C、204D, Building A7, SuZhou Jiangsu 215123 CN 14-56-45 (hex) Savitech Corp. 145645 (base 16) Savitech Corp. 3F, No.309, Guangming 1st Rd., Zhubei Hsinchu 30259 TW 70-62-B8 (hex) D-Link International 7062B8 (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG AC-A9-19 (hex) TrekStor GmbH ACA919 (base 16) TrekStor GmbH Kastanienallee 8-10 Lorsch Hessen 64653 DE B0-25-AA (hex) Private B025AA (base 16) Private D4-B4-3E (hex) Messcomp Datentechnik GmbH D4B43E (base 16) Messcomp Datentechnik GmbH Neudecker Str. 11 Wasserburg Bayern 83512 DE 94-C0-14 (hex) Sorter Sp. j. Konrad Grzeszczyk MichaA, Ziomek 94C014 (base 16) Sorter Sp. j. Konrad Grzeszczyk MichaA, Ziomek ul. Gdynska 32 PL9482565081 Mazowieckie 26-600 PL 9C-FB-F1 (hex) MESOMATIC GmbH & Co.KG 9CFBF1 (base 16) MESOMATIC GmbH & Co.KG Siemensstr. 36 Kernen i.R. 71394 DE 10-27-BE (hex) TVIP 1027BE (base 16) TVIP 190000 ul. Decabristov, h.6 А, of.10-Н Saint-Petersburg 197227 RU 20-87-AC (hex) AES motomation 2087AC (base 16) AES motomation 48501 Warm Springs Blvd. Fremont CA 94539 US 70-93-83 (hex) Intelligent Optical Network High Tech CO.,LTD. 709383 (base 16) Intelligent Optical Network High Tech CO.,LTD. Room 205,Building 11,Jia Changping District Beijing 102200 CN 80-D4-33 (hex) LzLabs GmbH 80D433 (base 16) LzLabs GmbH Alte Winterthurerstrasse 14B Wallisellen Zurich 8304 CH B0-DA-00 (hex) CERA ELECTRONIQUE B0DA00 (base 16) CERA ELECTRONIQUE PARC D'ACTIVITES VAL DE REUIL HAUTE NORMANDIE 27100 FR 1C-AB-01 (hex) Innovolt 1CAB01 (base 16) Innovolt 14 Piedmont Center Atlanta GA 30305 US D8-B6-D6 (hex) Blu Tether Limited D8B6D6 (base 16) Blu Tether Limited 7600 Leesburg Pike Falls Church VA 22043 US 6C-2C-06 (hex) OOO NPP Systemotechnika-NN 6C2C06 (base 16) OOO NPP Systemotechnika-NN Nartova lane, 2v Nizhny Novgorod Nizhegorodskaya oblast 603057 RU C4-91-3A (hex) Shenzhen Sanland Electronic Co., ltd. C4913A (base 16) Shenzhen Sanland Electronic Co., ltd. 3 floor,Block D, Glory Technology Industrial Park, ShenZhen Guangdong 518116 CN 68-85-6A (hex) OuterLink Corporation 68856A (base 16) OuterLink Corporation 187 Ballardvale St., Ste. A260 Wilmington MA 01887 US 94-51-BF (hex) Hyundai ESG 9451BF (base 16) Hyundai ESG Gangnam-gu Seoul KOREA, REPUBLIC OF 135-845 KR F0-15-A0 (hex) KyungDong One Co., Ltd. F015A0 (base 16) KyungDong One Co., Ltd. 205-38, Gasan digital 1-ro, Seoul 153-803 KR C4-4E-1F (hex) BlueN C44E1F (base 16) BlueN 121-122 3F Daegu Korea 700-809 KR B0-86-9E (hex) Chloride S.r.L B0869E (base 16) Chloride S.r.L Via Fornace ,30 CastelGuelfo (Bologna) Italy 40023 IT D0-57-A1 (hex) Werma Signaltechnik GmbH & Co. KG D057A1 (base 16) Werma Signaltechnik GmbH & Co. KG Duerbheimer Strasse Rietheim-Weilheim 78604 DE B4-B5-42 (hex) Hubbell Power Systems, Inc. B4B542 (base 16) Hubbell Power Systems, Inc. 8100 Churchill Ave Leeds AL 35094 US 54-CD-EE (hex) ShenZhen Apexis Electronic Co.,Ltd 54CDEE (base 16) ShenZhen Apexis Electronic Co.,Ltd 12th floor,Keji BuildiHigng ShenZhen GuangDong 518057 CN 88-E8-F8 (hex) YONG TAI ELECTRONIC (DONGGUAN) LTD. 88E8F8 (base 16) YONG TAI ELECTRONIC (DONGGUAN) LTD. Yuan Shan Bei Managed Region Dong Guan Guang Dong 523583 CN 90-98-64 (hex) Impex-Sat GmbH&Co KG 909864 (base 16) Impex-Sat GmbH&Co KG Beim Giesshaus 7 Glueckstadt 25348 DE DC-E5-78 (hex) Experimental Factory of Scientific Engineering and Special Design Department DCE578 (base 16) Experimental Factory of Scientific Engineering and Special Design Department 9, Academician Semenov prospect Chernogolovka Moscow region 142432 RU D8-65-95 (hex) Toy's Myth Inc. D86595 (base 16) Toy's Myth Inc. 304, Yongsan-gu Changup-Jiwon center Seoul 140-240 KR F4-B5-2F (hex) Juniper Networks F4B52F (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US C0-F7-9D (hex) Powercode C0F79D (base 16) Powercode 300 Industrial Dr Random Lake Wisconsin 53075 US C4-C9-19 (hex) Energy Imports Ltd C4C919 (base 16) Energy Imports Ltd 306a Broadway Ave Palmerston North Manawatu 4414 NZ 38-F0-98 (hex) Vapor Stone Rail Systems 38F098 (base 16) Vapor Stone Rail Systems 10000 Cavendish Saint-Laurent Quebec H4M2V1 CA 64-E8-92 (hex) Morio Denki Co., Ltd. 64E892 (base 16) Morio Denki Co., Ltd. 2, Nadooka Ryugasaki Ibaraki 301-0845 JP D8-DD-5F (hex) BALMUDA Inc. D8DD5F (base 16) BALMUDA Inc. 5-1-21 Kyonancho Musashino Tokyo 180-0023 JP D8-61-94 (hex) Objetivos y Sevicios de Valor Añadido D86194 (base 16) Objetivos y Sevicios de Valor Añadido Calle Monte Esquinza 28, 1ºD Madrid 28010 ES E8-FC-60 (hex) ELCOM Innovations Private Limited E8FC60 (base 16) ELCOM Innovations Private Limited 9TH FLOOR, MERIDIEN COMMERCIAL TOWER New Delhi 110001 US 58-9C-FC (hex) FreeBSD Foundation 589CFC (base 16) FreeBSD Foundation P.O. Box 20247 Boulder CO 80308-3247 US 70-2C-1F (hex) Wisol 702C1F (base 16) Wisol 377-3, Gajang-dong, Osan-si 447-210 KR C8-D4-29 (hex) Muehlbauer AG C8D429 (base 16) Muehlbauer AG Josef-Mühlbauer-Platz 1 Roding Bavaria 93426 DE F8-5C-45 (hex) IC Nexus Co. Ltd. F85C45 (base 16) IC Nexus Co. Ltd. 6F-1, No.3-2 Park Street Taipei 115 TW AC-E0-69 (hex) ISAAC Instruments ACE069 (base 16) ISAAC Instruments 240 Frechette Chambly Quebec J3L2Z5 CA 30-B5-C2 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 30B5C2 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN E0-7F-53 (hex) TECHBOARD SRL E07F53 (base 16) TECHBOARD SRL Via Della Scienza, 50 Modena 41122 IT 48-FE-EA (hex) HOMA B.V. 48FEEA (base 16) HOMA B.V. P.O. Box 545 Enschede 7500 AM NL E8-EA-6A (hex) StarTech.com E8EA6A (base 16) StarTech.com 45 Artisans Cres London Ontario N5V5E9 CA 04-DB-8A (hex) Suntech International Ltd. 04DB8A (base 16) Suntech International Ltd. Room 605, IT Mirae Tower Seoul 153-760 KR 90-DF-B7 (hex) s.m.s smart microwave sensors GmbH 90DFB7 (base 16) s.m.s smart microwave sensors GmbH In den Waashainen 1 Braunschweig NI 38108 DE 08-57-00 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 085700 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN FC-27-A2 (hex) TRANS ELECTRIC CO., LTD. FC27A2 (base 16) TRANS ELECTRIC CO., LTD. 771,Sec.2 Chungsan Rd,Huatang Changhua Taiwan 503 TW FC-BB-A1 (hex) Shenzhen Minicreate Technology Co.,Ltd FCBBA1 (base 16) Shenzhen Minicreate Technology Co.,Ltd 5/F.,5th,Building,Animation Park,Yuehai Road Shenzhen Guangdong 518066 CN F0-8A-28 (hex) JIANGSU HENGSION ELECTRONIC S and T CO.,LTD F08A28 (base 16) JIANGSU HENGSION ELECTRONIC S and T CO.,LTD 4F,Building 3 ChangZhou Jiangsu 213125 CN 28-BB-59 (hex) RNET Technologies, Inc. 28BB59 (base 16) RNET Technologies, Inc. 240. W. Elmwood Dr. Dayton OHIO 45459-4248 US 24-26-42 (hex) SHARP Corporation. 242642 (base 16) SHARP Corporation. 22-22,Abeno-ku Osaka-City Osaka-Prefecture 545-8522 JP 34-DE-34 (hex) zte corporation 34DE34 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN FC-16-07 (hex) Taian Technology(Wuxi) Co.,Ltd. FC1607 (base 16) Taian Technology(Wuxi) Co.,Ltd. Gaolang East Road No.29 Wuxi Jiangsu 214000 CN AC-02-CA (hex) HI Solutions, Inc. AC02CA (base 16) HI Solutions, Inc. 4105 Royal Drive Kennesaw GA 30144 US 74-6F-3D (hex) Contec GmbH 746F3D (base 16) Contec GmbH Oberahrer Straße 9 Sainerholz RP 56244 DE 4C-0D-EE (hex) JABIL CIRCUIT (SHANGHAI) LTD. 4C0DEE (base 16) JABIL CIRCUIT (SHANGHAI) LTD. FL5-UNIT A2 NO 1528 GUMEI ROAD SHANGHAI 200233 CN D0-63-4D (hex) Meiko Maschinenbau GmbH & Co. KG D0634D (base 16) Meiko Maschinenbau GmbH & Co. KG Englerstraße 3 Offenburg 77652 DE 00-8B-43 (hex) RFTECH 008B43 (base 16) RFTECH Cheoin-gu Yongin Gyeonggi 449-871 KR 8C-41-F2 (hex) RDA Technologies Ltd. 8C41F2 (base 16) RDA Technologies Ltd. Suite 2203, CC Wu Building, WanChai Hong Kong 00000 HK E0-36-E3 (hex) Stage One International Co., Ltd. E036E3 (base 16) Stage One International Co., Ltd. Fl. 5., No. 10., Lane 321, Yangguang St., Taipei City 11491 TW DC-05-2F (hex) National Products Inc. DC052F (base 16) National Products Inc. 8410 Dallas Ave S. Seattle WA 98108 US D0-BD-01 (hex) DS International D0BD01 (base 16) DS International 806ho, ACE HITECH21 B/D Busan Busan 612-020 KR 8C-DE-99 (hex) Comlab Inc. 8CDE99 (base 16) Comlab Inc. 2300 Leon-Harmel, suite 220 Quebec Quebec G1N 4L2 CA 4C-E1-BB (hex) Zhuhai HiFocus Technology Co., Ltd. 4CE1BB (base 16) Zhuhai HiFocus Technology Co., Ltd. The second floor of the friend industrial park, zhuhai guangdong 519080 US 24-A8-7D (hex) Panasonic Automotive Systems Asia Pacific(Thailand)Co.,Ltd. 24A87D (base 16) Panasonic Automotive Systems Asia Pacific(Thailand)Co.,Ltd. 101 Moo 2 Teparak Road , Bangsaothong Samutprakarn 10540 TH EC-71-DB (hex) Shenzhen Baichuan Digital Technology Co., Ltd. EC71DB (base 16) Shenzhen Baichuan Digital Technology Co., Ltd. Room 602, Complex Building, Tsinghua High-Tech Park Shenzhen Guangdong 518000 CN A4-09-CB (hex) Alfred Kaercher GmbH & Co KG A409CB (base 16) Alfred Kaercher GmbH & Co KG Alfred Kaercher Gmbh & Co KG Winnenden Baden-Wuerttemberg 71364 DE 8C-56-9D (hex) Imaging Solutions Group 8C569D (base 16) Imaging Solutions Group 1387 Fairport Rd Fairport NY 14450 US 40-B6-B1 (hex) SUNGSAM CO,.Ltd 40B6B1 (base 16) SUNGSAM CO,.Ltd SUNGSAM Bldg, 7-1, BAnga-ro 23beon-gil, Bundang-gu Seongnam-si Gyeonggi-do 463-829 KR 84-FE-9E (hex) RTC Industries, Inc. 84FE9E (base 16) RTC Industries, Inc. 2800 Golf Road Rolling Meadows IL 60008 US FC-4B-1C (hex) INTERSENSOR S.R.L. FC4B1C (base 16) INTERSENSOR S.R.L. 101 Bd. Iuliu Maniu str., Bl. A2, Sc. 2, #47 Bucharest 061094 RO 40-30-67 (hex) Conlog (Pty) Ltd 403067 (base 16) Conlog (Pty) Ltd 270 Felix Dlamini Road Durban Kwa-zulu Natal 4000 ZA E8-61-83 (hex) Black Diamond Advanced Technology, LLC E86183 (base 16) Black Diamond Advanced Technology, LLC 7450 S. Priest Drive Tempe AZ 85283 US 38-C9-A9 (hex) SMART High Reliability Solutions, Inc. 38C9A9 (base 16) SMART High Reliability Solutions, Inc. 1325 N Fiesta Blvd., #101 Gilbert AZ 85233 US 50-1A-C5 (hex) Microsoft 501AC5 (base 16) Microsoft 1 Microsoft Way Redmond Washington 98052 US B0-98-9F (hex) LG CNS B0989F (base 16) LG CNS 53-94 Jinwisandan-ro, Jinwuy-Myun Pyungtaek-City Kyunggi-Do 451-862 KR C0-F1-C4 (hex) Pacidal Corporation Ltd. C0F1C4 (base 16) Pacidal Corporation Ltd. 3F., No. 11, Aly 3, Ln. 123, Sec. 3 Ren'ai Rd. Taipei City 106 TW 60-03-47 (hex) Billion Electric Co. Ltd. 600347 (base 16) Billion Electric Co. Ltd. 8F., No.192, Sec. 2, Zhongxing Rd., New Taipei City, 231 TW F0-D3-A7 (hex) CobaltRay Co., Ltd F0D3A7 (base 16) CobaltRay Co., Ltd Room 409,Humanteco Building,#281-16 Seoul 133120 KR 38-A5-3C (hex) COMECER Netherlands 38A53C (base 16) COMECER Netherlands Madame Curieweg 1 Joure Friesland 8500 AC NL 5C-FF-FF (hex) Shenzhen Kezhonglong Optoelectronic Technology Co., Ltd 5CFFFF (base 16) Shenzhen Kezhonglong Optoelectronic Technology Co., Ltd 3/F, B5 Building, Xinfu Industrial Park, Heping Village Shenzhen, Guangdong 518101 US 08-52-40 (hex) EbV Elektronikbau- und Vertriebs GmbH 085240 (base 16) EbV Elektronikbau- und Vertriebs GmbH Heisterner Weg 8 - 12 Burbach Nordrhein-Westfalen 57299 DE B8-C1-A2 (hex) Dragon Path Technologies Co., Limited B8C1A2 (base 16) Dragon Path Technologies Co., Limited 12/F., San Toi Building, Central Hong Kong HK 80-F2-5E (hex) Kyynel 80F25E (base 16) Kyynel Pirttikuja 3 Oulu 90450 FI 68-69-2E (hex) Zycoo Co.,Ltd 68692E (base 16) Zycoo Co.,Ltd F7,B7,Tianfu Software park Chengdu Sichuan 610000 CN D4-68-67 (hex) Neoventus Design Group D46867 (base 16) Neoventus Design Group 2350 Commonwealth Dr, Suite E Charlottesville VA 22901 US 2C-18-AE (hex) Trend Electronics Co., Ltd. 2C18AE (base 16) Trend Electronics Co., Ltd. 4F-3, No 17, Lane 77, Sec. 2 Taipei Taiwan 10446 TW F8-1C-E5 (hex) Telefonbau Behnke GmbH F81CE5 (base 16) Telefonbau Behnke GmbH Robert-Jungk-Str. 3 Kirkel Saarland 66459 DE 88-91-66 (hex) Viewcooper Corp. 889166 (base 16) Viewcooper Corp. Room 1061, A,Seven Block, No.128 Huayuan Rd SHANGHAI 200083 CN 10-33-78 (hex) FLECTRON Co., LTD 103378 (base 16) FLECTRON Co., LTD A-625, Sigma2, Tancheonsang-ro 164 Seongnam-si Gyeonggi-do 463-741 KR 14-ED-A5 (hex) Wächter GmbH Sicherheitssysteme 14EDA5 (base 16) Wächter GmbH Sicherheitssysteme Alte Ricklinger Str. 3 Hannover Garbsen 30823 DE 50-C0-06 (hex) Carmanah Signs 50C006 (base 16) Carmanah Signs #5 6025 12 Street SE Calgary Alberta T2H2K1 CA 04-CB-1D (hex) Traka plc 04CB1D (base 16) Traka plc 30 Stilebrook Road Bucks Buckinghamshire MK46 5EA GB A4-E9-A3 (hex) Honest Technology Co., Ltd A4E9A3 (base 16) Honest Technology Co., Ltd 5F, KyungDong Bldg. 906-5, Daejeon 305-330 KR A0-E5-E9 (hex) enimai Inc A0E5E9 (base 16) enimai Inc 701 Villa St Mountain View California 94041 US 9C-21-6A (hex) TP-LINK TECHNOLOGIES CO.,LTD. 9C216A (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN F8-62-AA (hex) xn systems F862AA (base 16) xn systems #917, Worldmerdian 2nd Seoul 153759 KR 10-7B-EF (hex) Zyxel Communications Corporation 107BEF (base 16) Zyxel Communications Corporation No. 6 Innovation Road II, Science Park Hsichu Taiwan 300 TW B4-62-AD (hex) Elysia Germany GmbH B462AD (base 16) Elysia Germany GmbH Benzstr.4 Straubenhardt Baden-Wuerttemberg 75334 DE 34-5C-40 (hex) Cargt Holdings LLC 345C40 (base 16) Cargt Holdings LLC 8820 Hillside Dr Lenexa KANSAS (KS) 66227 US 68-19-3F (hex) Digital Airways 68193F (base 16) Digital Airways 5, Place Jean SIARD ARGENTAN NORMANDY 61200 FR B4-75-0E (hex) Belkin International Inc. B4750E (base 16) Belkin International Inc. 12045 East Waterfront Drive Playa Vista Ca. 90094 US 94-10-3E (hex) Belkin International Inc. 94103E (base 16) Belkin International Inc. 12045 East Waterfront Drive Playa Vista Ca. 90094 US 7C-B7-33 (hex) ASKEY COMPUTER CORP 7CB733 (base 16) ASKEY COMPUTER CORP 10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW 30-51-F8 (hex) BYK-Gardner GmbH 3051F8 (base 16) BYK-Gardner GmbH Lausitzer Strasse 8 Geretsried Bavarian 82538 DE E8-F2-26 (hex) MILLSON CUSTOM SOLUTIONS INC. E8F226 (base 16) MILLSON CUSTOM SOLUTIONS INC. 2036 COLUMBIA STREET VANCOUVER BRITISH COLUMBIA V5Y 3E1 CA 44-EE-30 (hex) Budelmann Elektronik GmbH 44EE30 (base 16) Budelmann Elektronik GmbH Von-Renesse-Weg 60 Muenster North Rhine-Westphalia 48163 DE FC-1E-16 (hex) IPEVO corp FC1E16 (base 16) IPEVO corp 3F,No.53,Bo-ai Road,Taipei 100,Taiwan Taipei 10044 TW 3C-6E-63 (hex) Mitron OY 3C6E63 (base 16) Mitron OY Yrittäjankaari 19 FORSSA Kanta-Hame 30420 FI A4-05-9E (hex) STA Infinity LLP A4059E (base 16) STA Infinity LLP WINNINGTON HOUSE London N12 0DR GB A0-BF-50 (hex) S.C. ADD-PRODUCTION S.R.L. A0BF50 (base 16) S.C. ADD-PRODUCTION S.R.L. 36, Dragomirna str. Chisinau MD-2008 MD E8-D4-E0 (hex) Beijing BenyWave Technology Co., Ltd. E8D4E0 (base 16) Beijing BenyWave Technology Co., Ltd. No.55, Jiachuang Road, Taihu Town Beijing 101111 CN FC-01-9E (hex) VIEVU FC019E (base 16) VIEVU 105 W. John St Seattle WA 98119 US 64-21-84 (hex) Nippon Denki Kagaku Co.,LTD 642184 (base 16) Nippon Denki Kagaku Co.,LTD Nishino Gotochou 18 Kyoto City Kyoto Pref 607-8356 JP 24-64-EF (hex) CYG SUNRI CO.,LTD. 2464EF (base 16) CYG SUNRI CO.,LTD. No. 3, Langshan 1st Road, North Area of Hi-Tech Industrial Park Shenzhen Guangdong 518057 CN D8-27-0C (hex) MaxTronic International Co., Ltd. D8270C (base 16) MaxTronic International Co., Ltd. 4F., No.529, Zhongzheng Rd., Xindian Dist. New Taipei City Taiwan 231 TW B4-CC-E9 (hex) PROSYST B4CCE9 (base 16) PROSYST 2C Rue de l' EPINOY TEMPLEMARS 59175 FR C4-D6-55 (hex) Tercel technology co.,ltd C4D655 (base 16) Tercel technology co.,ltd Huafa South Road, Futian District, SHENZHEN GUANGDONG 518000 CN 58-BD-F9 (hex) Sigrand 58BDF9 (base 16) Sigrand UNIT 602 6/F, Causeway Bay Comm Bldg, Hong Kong 999077 HK C0-C6-87 (hex) Cisco SPVTG C0C687 (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30044 US C4-93-80 (hex) Speedytel technology C49380 (base 16) Speedytel technology ROOM 1103,HANG SENG MONGKOK BUILDING,677 NATHAN ROAD,MONGKOK,KOWLOON HONG KONG HONG KONG HK 00-7D-FA (hex) Volkswagen Group of America 007DFA (base 16) Volkswagen Group of America 3800 Hamlin Rd Auburn Hills MI 48326 US 2C-71-55 (hex) HiveMotion 2C7155 (base 16) HiveMotion 1806, STX-V Tower Seoul 153-803 KR 20-18-0E (hex) Shenzhen Sunchip Technology Co., Ltd 20180E (base 16) Shenzhen Sunchip Technology Co., Ltd Room 818-831, Building B1, Mingyou Purchasing Center, Bao'an District, Shenzhen, China Shenzhen Guangdong 518101 CN 80-B2-19 (hex) ELEKTRON TECHNOLOGY UK LIMITED 80B219 (base 16) ELEKTRON TECHNOLOGY UK LIMITED BROERS BUILDING, CAMBRIDGE CAMBS CB3 0FA US E0-AE-B2 (hex) Bender GmbH & Co.KG E0AEB2 (base 16) Bender GmbH & Co.KG Londorfer Straße 65 Grünberg Hessen 35305 DE F8-4A-7F (hex) Innometriks Inc F84A7F (base 16) Innometriks Inc 3654 Ocean Ranch Blvd Oceanside Ca 92056 US 74-A4-B5 (hex) Powerleader Science and Technology Co. Ltd. 74A4B5 (base 16) Powerleader Science and Technology Co. Ltd. Powerleader Technology Park, #3 Guanyi Rd. Shenzhen Guangdong 518110 CN 90-9F-43 (hex) Accutron Instruments Inc. 909F43 (base 16) Accutron Instruments Inc. 11 Mary Street Sudbury Ontario P3C1B4 CA 28-94-AF (hex) Samhwa Telecom 2894AF (base 16) Samhwa Telecom 293-7, Doksan-dong Seoul Seoul 153-813 KR AC-50-36 (hex) Pi-Coral Inc AC5036 (base 16) Pi-Coral Inc 2130 Gold St San Jose CA 95002-1177 US 0C-9B-13 (hex) Shanghai Magic Mobile Telecommunication Co.Ltd. 0C9B13 (base 16) Shanghai Magic Mobile Telecommunication Co.Ltd. B7 parts, second floor Waigaoqiao Free Trade Zone Shanghai 200131 CN 94-BF-1E (hex) eflow Inc. / Smart Device Planning and Development Division 94BF1E (base 16) eflow Inc. / Smart Device Planning and Development Division Ryoka-Yoyogi building 3F Shibuya-Ku TOKYO 151-0051 JP E8-51-6E (hex) TSMART Inc. E8516E (base 16) TSMART Inc. The-O-valley 306, Anyang-si Gyeonggi-do 431-080 KR AC-22-0B (hex) ASUSTek COMPUTER INC. AC220B (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW B8-87-A8 (hex) Step Ahead Innovations Inc. B887A8 (base 16) Step Ahead Innovations Inc. 20 Wintersport Ln. Williston VT 05495 US E0-A1-98 (hex) NOJA Power Switchgear Pty Ltd E0A198 (base 16) NOJA Power Switchgear Pty Ltd 16 Archimedes Place Murarrie QLD 4172 AU 88-35-4C (hex) Transics 88354C (base 16) Transics p/a Ter Waarde 91 Ieper 8900 BE 3C-61-04 (hex) Juniper Networks 3C6104 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US CC-4A-E1 (hex) fourtec -Fourier Technologies CC4AE1 (base 16) fourtec -Fourier Technologies 16 Hamelacha St. POB 11681 Rosh Ha’ayin 48091 IL 8C-4B-59 (hex) 3D Imaging & Simulations Corp 8C4B59 (base 16) 3D Imaging & Simulations Corp 815, Timnip-Dong, Yuseong-Gu Daejeon 305510 KR 5C-33-27 (hex) Spazio Italia srl 5C3327 (base 16) Spazio Italia srl Via G.Galilei, 50 Padenghe sul Garda BS 25080 IT 50-76-91 (hex) Tekpea, Inc. 507691 (base 16) Tekpea, Inc. 2225 East Bayshore Road Palo Alto California 94303 US 28-F5-32 (hex) ADD-Engineering BV 28F532 (base 16) ADD-Engineering BV P.O. BOX 5893 ROTTERDAM ZH 3008 AW NL 94-40-A2 (hex) Anywave Communication Technologies, Inc. 9440A2 (base 16) Anywave Communication Technologies, Inc. 300 Knightsbridge Parkway, Suite 150 Lincolnshire IL 60069 US 1C-86-AD (hex) MCT CO., LTD. 1C86AD (base 16) MCT CO., LTD. C-815/816, Garden5 Works, 52 Chungmin-ro Songpa-gu Seoul 138-961 KR 28-D9-3E (hex) Telecor Inc. 28D93E (base 16) Telecor Inc. 6205 Kestrel Road Mississauga Ontario L5T 2A1 CA 64-0B-4A (hex) Digital Telecom Technology Limited 640B4A (base 16) Digital Telecom Technology Limited 1708 Nan Fung Tower, 00852 US 38-42-33 (hex) Wildeboer Bauteile GmbH 384233 (base 16) Wildeboer Bauteile GmbH Marker Weg 11 Weener Niedersachsen 26826 US 3C-8A-B0 (hex) Juniper Networks 3C8AB0 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US C0-34-B4 (hex) Gigastone Corporation C034B4 (base 16) Gigastone Corporation 12F.NO 480. Rueiguang Rd. Taipei 11492 TW CC-E8-AC (hex) SOYEA Technology Co.,Ltd. CCE8AC (base 16) SOYEA Technology Co.,Ltd. STB department,Floor 4,Building 11 south hangzhou zhejiang 310007 CN 70-F1-76 (hex) Data Modul AG 70F176 (base 16) Data Modul AG Landsberger Str. 322 Munich Bavaria 80687 DE B8-47-C6 (hex) SanJet Technology Corp. B847C6 (base 16) SanJet Technology Corp. 4F,No2,Li-Hsin Rd., 6, Hsinchu 30078 TW B8-CD-93 (hex) Penetek, Inc B8CD93 (base 16) Penetek, Inc 6F, No.18, Wuqun 7th Rd, Wugu Dist New Taipei City 248 TW 28-DB-81 (hex) Shanghai Guao Electronic Technology Co., Ltd 28DB81 (base 16) Shanghai Guao Electronic Technology Co., Ltd No.6, Alley 1225 TongPu Road, Shanghai 200333 CN 38-06-B4 (hex) A.D.C. GmbH 3806B4 (base 16) A.D.C. GmbH Peter-Dornier-Str. 10 Lindau 88131 DE B8-24-1A (hex) SWEDA INFORMATICA LTDA B8241A (base 16) SWEDA INFORMATICA LTDA RUA DONA BRIGIDA, 713 SAO PAULO SP 04111-081 BR A0-B1-00 (hex) ShenZhen Cando Electronics Co.,Ltd A0B100 (base 16) ShenZhen Cando Electronics Co.,Ltd Building A, Dagang Industrial Zone, Changzhen Community Shenzhen City Guangdong 518132 CN 20-1D-03 (hex) Elatec GmbH 201D03 (base 16) Elatec GmbH Lilienthalstr. 3 Puchheim Bayern 82178 DE E0-67-B3 (hex) Shenzhen C-Data Technology Co., Ltd E067B3 (base 16) Shenzhen C-Data Technology Co., Ltd #601, Fl6, Bldg F, No.1008 Yangguang Community Shenzhen Guangdong 518055 CN 1C-4A-F7 (hex) AMON INC 1C4AF7 (base 16) AMON INC HANJUN BLDG 4/F, SHINGILDONG 110-4 SEOUL 150839 KR E4-77-6B (hex) AARTESYS AG E4776B (base 16) AARTESYS AG Bahnhofplatz 7 Biel Bern CH-2501 CH 30-F3-1D (hex) zte corporation 30F31D (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN A0-EC-80 (hex) zte corporation A0EC80 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 0C-C8-1F (hex) Summer Infant, Inc. 0CC81F (base 16) Summer Infant, Inc. 1275 Park East Drive Woonsocket Rhode Island 02895 US A8-FB-70 (hex) WiseSec L.t.d A8FB70 (base 16) WiseSec L.t.d 145 yaffo ST. Haifa Israel 37503 IL E4-81-B3 (hex) Shenzhen ACT Industrial Co.,Ltd. E481B3 (base 16) Shenzhen ACT Industrial Co.,Ltd. NO.5 B/D,BEISHAN INDUSTRIAL PARK,BEISHAN R/D, Shenzhen Guangdong 518083 CN C0-6C-6D (hex) MagneMotion, Inc. C06C6D (base 16) MagneMotion, Inc. 139 Barnum Road Devens Massachusetts 01434 US E8-80-D8 (hex) GNTEK Electronics Co.,Ltd. E880D8 (base 16) GNTEK Electronics Co.,Ltd. Suzhou Industrial Park Suzhou Jiangsu 215021 CN 30-3E-AD (hex) Sonavox Canada Inc 303EAD (base 16) Sonavox Canada Inc 81 Zenway Blvd #25 Woodbridge Ontario L4S0S5 CA F8-35-DD (hex) Gemtek Technology Co., Ltd. F835DD (base 16) Gemtek Technology Co., Ltd. No. 1 Jen Ai Road Hsinchu Industrial Park Hukou, Hsinchu 30352 TAIWAN, REPUBLIC OF CHINA Hsinchu TAIWAN 30352 TW D8-B0-4C (hex) Jinan USR IOT Technology Co., Ltd. D8B04C (base 16) Jinan USR IOT Technology Co., Ltd. #1-523, Huizhan Guoji Cheng, Gaoxin Qu JINAN SHANDONG 250101 CN CC-04-B4 (hex) Select Comfort CC04B4 (base 16) Select Comfort 9800 59th Ave N Minneapolis MN 55442 US 5C-15-E1 (hex) AIDC TECHNOLOGY (S) PTE LTD 5C15E1 (base 16) AIDC TECHNOLOGY (S) PTE LTD NO.1 GOLDHILL PLAZA #03-21 SINGAPORE 308899 SG E8-51-9D (hex) Yeonhab Precision Co.,LTD E8519D (base 16) Yeonhab Precision Co.,LTD 219-27, Haksusosa-Gil, Mokcheon-Eup Cheonan Chungcheongnamdo 330-844 KR DC-57-26 (hex) Power-One DC5726 (base 16) Power-One Via San Girgio 642 Terranuova Arezzo 52028 IT F8-DA-DF (hex) EcoTech, Inc. F8DADF (base 16) EcoTech, Inc. 999 Postal Road Allentown PA 18109 US 30-AE-7B (hex) Deqing Dusun Electron CO., LTD 30AE7B (base 16) Deqing Dusun Electron CO., LTD No. 640 FengQing Street, Deqing Huzhou Zhejiang 313200 CN 68-EC-62 (hex) YODO Technology Corp. Ltd. 68EC62 (base 16) YODO Technology Corp. Ltd. 8F., No.168-1, Liancheng Rd Taipei City 235 TW 18-88-57 (hex) Beijing Jinhong Xi-Dian Information Technology Corp. 188857 (base 16) Beijing Jinhong Xi-Dian Information Technology Corp. 4th -5th Floor, 1# Building NO.1 Zhonghe Road Beijing 100070 CN B8-C8-55 (hex) Shanghai GBCOM Communication Technology Co.,Ltd. B8C855 (base 16) Shanghai GBCOM Communication Technology Co.,Ltd. Room 602, Building 6, No. Shanghai 200241 CN 78-30-3B (hex) Stephen Technologies Co.,Limited 78303B (base 16) Stephen Technologies Co.,Limited 5/F, Building NO.1, TongXin Industry Zone Shenzhen Guangdong 518115 CN CC-1A-FA (hex) zte corporation CC1AFA (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 6C-8B-2F (hex) zte corporation 6C8B2F (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 8C-5A-F0 (hex) Exeltech Solar Products 8C5AF0 (base 16) Exeltech Solar Products 3001 Northern Cross Blvd #361 Fort Worth TX 76137 US B0-80-8C (hex) Laser Light Engines B0808C (base 16) Laser Light Engines 8C Industrial Way Salem New Hamshire 03079 US D8-DC-E9 (hex) Kunshan Erlab ductless filtration system Co.,Ltd D8DCE9 (base 16) Kunshan Erlab ductless filtration system Co.,Ltd NO.100 Liu Shi Jin Road Kunshan Jiangsu 215300 CN DC-D5-2A (hex) Sunny Heart Limited DCD52A (base 16) Sunny Heart Limited Rm. 1516, 15/F, Hewlett Center Kwun Tong Kowloon 852 HK D8-66-C6 (hex) Shenzhen Daystar Technology Co.,ltd D866C6 (base 16) Shenzhen Daystar Technology Co.,ltd The 5th Floor,#4 Building, Minxing Industria Zone Shenzhen Guangdong 518131 CN D0-0E-A4 (hex) Porsche Cars North America D00EA4 (base 16) Porsche Cars North America 980 Hammond Drive Atlanta GA 30328 US 78-4B-08 (hex) f.robotics acquisitions ltd 784B08 (base 16) f.robotics acquisitions ltd Yevulim, Industrial Zone Pardesia Hasharon 42815 IL 84-E4-D9 (hex) Shenzhen NEED technology Ltd. 84E4D9 (base 16) Shenzhen NEED technology Ltd. Room 581 ,Jinda technology center,No.8, Kefeng road, Shenzhen Guangdong 518057 CN 40-BC-73 (hex) Cronoplast S.L. 40BC73 (base 16) Cronoplast S.L. Pol.Ind.S.Ermengol II - ABRERA BARCELONA 08630 ES 40-07-C0 (hex) Railtec Systems GmbH 4007C0 (base 16) Railtec Systems GmbH Sonnenbergstr. 19 Hergiswil Nidwalden 6052 CH A4-D3-B5 (hex) GLITEL Stropkov, s.r.o. A4D3B5 (base 16) GLITEL Stropkov, s.r.o. Cintorinska 557/73 Stropkov 09101 SK D4-3A-65 (hex) IGRS Engineering Lab Ltd. D43A65 (base 16) IGRS Engineering Lab Ltd. 8F,Taipeng Mansion Haidian District Beijing 10000 CN F4-99-AC (hex) WEBER Schraubautomaten GmbH F499AC (base 16) WEBER Schraubautomaten GmbH Hans-Urmiller-Ring 56 Wolfratshausen Bayern 82515 DE D0-50-99 (hex) ASRock Incorporation D05099 (base 16) ASRock Incorporation 2F., No.37, Sec. 2, Jhongyang S. Rd. Taipei 112 US A4-9E-DB (hex) AutoCrib, Inc. A49EDB (base 16) AutoCrib, Inc. 3011 S. Croddy Way Santa Ana CA 92704 US 1C-76-CA (hex) Terasic Technologies Inc. 1C76CA (base 16) Terasic Technologies Inc. 9F., No.176, Sec.2, Gongdao 5th Rd Hsinchu City 30070 TW 88-89-64 (hex) GSI Electronics Inc. 888964 (base 16) GSI Electronics Inc. 5200 Armand-Frappier St-Hubert Quebec J3Z 1G5 CA 7C-D8-44 (hex) Enmotus Inc 7CD844 (base 16) Enmotus Inc 65 Enterprise Aliso Viejo CA 92656 US 44-61-9C (hex) FONsystem co. ltd. 44619C (base 16) FONsystem co. ltd. 3F annex of Venture support center GwangJu 500-706 KR 70-82-0E (hex) as electronics GmbH 70820E (base 16) as electronics GmbH Kantstraße 10 Großbettlingen Baden -Württemberg 72663 DE 0C-11-05 (hex) AKUVOX (XIAMEN) NETWORKS CO., LTD 0C1105 (base 16) AKUVOX (XIAMEN) NETWORKS CO., LTD Suite 201-15, 31 WangHai Rd Xiamen Fujian 361008 CN 5C-22-C4 (hex) DAE EUN ELETRONICS CO., LTD 5C22C4 (base 16) DAE EUN ELETRONICS CO., LTD 1029 Hokye-Dong, Dongan-Goo Anyang-Shi Kyongki-Do 431-080 KR F8-FE-A8 (hex) Technico Japan Corporation F8FEA8 (base 16) Technico Japan Corporation AM Building 9F, 2-5-3, Tokyo 160-0022 JP 18-00-DB (hex) Fitbit Inc. 1800DB (base 16) Fitbit Inc. 150 Spear St Ste 200 San Francisco CA 94105 US 78-A1-06 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 78A106 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 6C-61-26 (hex) Rinicom Holdings 6C6126 (base 16) Rinicom Holdings Riverway House Lancaster Lancashire LA1 2RX GB 88-68-5C (hex) Shenzhen ChuangDao & Perpetual Eternal Technology Co.,Ltd 88685C (base 16) Shenzhen ChuangDao & Perpetual Eternal Technology Co.,Ltd Area c,2/F,Building 1, BaoAn foreign trade industrial zone BaoAn District, Shenzhen Guangdong province 518100 CN 10-28-31 (hex) Morion Inc. 102831 (base 16) Morion Inc. Shosse Kosmonavtov, 111 Perm Permsky Krai 614990 US EC-2C-49 (hex) University of Tokyo EC2C49 (base 16) University of Tokyo 4-6-1 Komaba Meguro-ku Tokyo 153-8904 US D8-29-16 (hex) Ascent Communication Technology D82916 (base 16) Ascent Communication Technology 13/F., Shum Tower Hong Kong 9999 HK 2C-F2-03 (hex) EMKO ELEKTRONIK SAN VE TIC AS 2CF203 (base 16) EMKO ELEKTRONIK SAN VE TIC AS DOSAB, KARANFIL SOK, NO:6 BURSA 16369 TR B4-FE-8C (hex) Centro Sicurezza Italia SpA B4FE8C (base 16) Centro Sicurezza Italia SpA Via Venaria 28-30 Alpignano Torino 10091 IT 40-E7-30 (hex) DEY Storage Systems, Inc. 40E730 (base 16) DEY Storage Systems, Inc. 215 South B Street San Mateo CA 94401 US 68-B0-94 (hex) INESA ELECTRON CO.,LTD 68B094 (base 16) INESA ELECTRON CO.,LTD 5F, NO.168, Tianlin Road Shanghai 200233 CN A0-73-FC (hex) Rancore Technologies Private Limited A073FC (base 16) Rancore Technologies Private Limited 5th Floor, Court House Dhobi Talao Maharashtra 400 002 IN 44-F8-49 (hex) Union Pacific Railroad 44F849 (base 16) Union Pacific Railroad 1400 Douglas St. STOP 0610 Omaha NE 68179 US CC-0D-EC (hex) Cisco SPVTG CC0DEC (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30044 US 1C-37-BF (hex) Cloudium Systems Ltd. 1C37BF (base 16) Cloudium Systems Ltd. Hartnett Centre Limerick 00 IE 50-AB-BF (hex) Hoseo Telecom 50ABBF (base 16) Hoseo Telecom 701 ACE Techno Tower 684-1 Seoul 157-721 KR 0C-72-2C (hex) TP-LINK TECHNOLOGIES CO.,LTD. 0C722C (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 9C-E6-35 (hex) Nintendo Co., Ltd. 9CE635 (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 60-A4-4C (hex) ASUSTek COMPUTER INC. 60A44C (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 18-5A-E8 (hex) Zenotech.Co.,Ltd 185AE8 (base 16) Zenotech.Co.,Ltd E-503, BundangTechno Park, Yatap-dong Seongnam 463-760 KR C4-7D-CC (hex) Zebra Technologies Inc C47DCC (base 16) Zebra Technologies Inc 475 Half Day Road Lincolnshire IL 60069 US E0-AE-ED (hex) LOENK E0AEED (base 16) LOENK F9, Cheongdam Venture Plaza SEOUL 135-951 KR E4-92-E7 (hex) Gridlink Tech. Co.,Ltd. E492E7 (base 16) Gridlink Tech. Co.,Ltd. Room No. 619, No. 108 Jiang Bin Dong Road Fuzhou Fujian 350015 CN CC-04-7C (hex) G-WAY Microwave CC047C (base 16) G-WAY Microwave 38 Leuning Street South Hackensack New Jersey 07078 US 64-53-5D (hex) Frauscher Sensortechnik 64535D (base 16) Frauscher Sensortechnik Gewerbestraße 1 St. Marienkirchen Upper Austria 4774 US 3C-6F-F7 (hex) EnTek Systems, Inc. 3C6FF7 (base 16) EnTek Systems, Inc. 562 Starlight Dr. Sautee Nacoochee GA 30571 US 2C-7B-5A (hex) Milper Ltd 2C7B5A (base 16) Milper Ltd 32 Shaham St. Petach Tikva 49250 IL D4-BF-2D (hex) SE Controls Asia Pacific Ltd D4BF2D (base 16) SE Controls Asia Pacific Ltd Unit 301, 3/F, Hung To Centre, Kwun Tong Kowloon HK E0-D9-A2 (hex) Hippih aps E0D9A2 (base 16) Hippih aps Sceince Park Scion Lyngby 2800 DK FC-06-47 (hex) Cortland Research, LLC FC0647 (base 16) Cortland Research, LLC 12 S Main St., Ste 207 Homer NY 13077 US 6C-D1-46 (hex) FRAMOS GmbH 6CD146 (base 16) FRAMOS GmbH Mehlbeerenstr. 2 Taufkirchen 82024 DE 54-E0-32 (hex) Juniper Networks 54E032 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 54-61-EA (hex) Zaplox AB 5461EA (base 16) Zaplox AB Scheelev Lund Sk 22370 SE D0-8B-7E (hex) Passif Semiconductor D08B7E (base 16) Passif Semiconductor 400 S. El Camino Real Suite 250 San Mateo California 94402 US 04-58-6F (hex) Sichuan Whayer information industry Co.,LTD 04586F (base 16) Sichuan Whayer information industry Co.,LTD Layer 16,Building 10, C Area Chengdu City 610041 CN FC-9F-AE (hex) Fidus Systems Inc FC9FAE (base 16) Fidus Systems Inc 35 Fitzgerald Road Ottawa Ontario K2H 1E6 CA 68-1E-8B (hex) InfoSight Corporation 681E8B (base 16) InfoSight Corporation 20700 US Hwy 23 Chillicothe Ohio 45601 US D0-52-A8 (hex) Physical Graph Corporation D052A8 (base 16) Physical Graph Corporation 11654 Plaza America Drive Reston VA 20190 US CC-3A-61 (hex) SAMSUNG ELECTRO MECHANICS CO., LTD. CC3A61 (base 16) SAMSUNG ELECTRO MECHANICS CO., LTD. 314, Maetan3-Dong, Yeongtong-Gu Suwon Gyunggi-Do 443-743 US F8-D7-BF (hex) REV Ritter GmbH F8D7BF (base 16) REV Ritter GmbH Frankenstra M Bavaria 63776 DE 48-BE-2D (hex) Symanitron 48BE2D (base 16) Symanitron Ap.103, 17 Rudnevka str.,111674 Moscow RU F0-23-29 (hex) SHOWA DENKI CO.,LTD. F02329 (base 16) SHOWA DENKI CO.,LTD. 1-25 Daito-city Osaka 574-0052 JP F0-73-AE (hex) PEAK-System Technik F073AE (base 16) PEAK-System Technik Otto-Roehm-Str 69 Darmstadt Hessen 64293 DE 48-B8-DE (hex) HOMEWINS TECHNOLOGY CO.,LTD. 48B8DE (base 16) HOMEWINS TECHNOLOGY CO.,LTD. 10F-1, NO. 122, QIAOHE RD., NEW TAIPEI CITY, 235 TW 10-EA-59 (hex) Cisco SPVTG 10EA59 (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30044 US 0C-19-1F (hex) Inform Electronik 0C191F (base 16) Inform Electronik Emek mah.Ordu cad.No-49-51-53 Sarigazi-Sancaktepe Istanbul 34785 US 10-65-CF (hex) IQSIM 1065CF (base 16) IQSIM 2000 Route des Lucioles BIOT 06410 FR 68-4C-A8 (hex) Shenzhen Herotel Tech. Co., Ltd. 684CA8 (base 16) Shenzhen Herotel Tech. Co., Ltd. Room W1402, West Tower, No.10128, Shennan Road, Nanshan District Shenzhen Guangdong 518000 CN 98-20-8E (hex) Definium Technologies 98208E (base 16) Definium Technologies 34 Fairthorne Road Launceston Tasmania 7250 AU 70-4A-E4 (hex) Rinstrum Pty Ltd 704AE4 (base 16) Rinstrum Pty Ltd 41 Success St Acacia Ridge QLD 4110 AU 08-3A-B8 (hex) Shinoda Plasma Co., Ltd. 083AB8 (base 16) Shinoda Plasma Co., Ltd. 4-6-7, Minatojima Minamimachi, Chuo-ku Kobe Hyogo 6500047 JP A0-DD-97 (hex) PolarLink Technologies, Ltd A0DD97 (base 16) PolarLink Technologies, Ltd 6FL 352, Zhonghua 1st Rd. Kaohsiung 804 Taiwan Kaohsiung Taiwan 804 TW EC-89-F5 (hex) Lenovo Mobile Communication Technology Ltd. EC89F5 (base 16) Lenovo Mobile Communication Technology Ltd. No.999,Qishan North 2nd Road,Information&Optoelectronics Park,Torch Hi-tech Industry Development Zone, Xiamen Fujian 361006 US B4-98-42 (hex) zte corporation B49842 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 70-54-D2 (hex) PEGATRON CORPORATION 7054D2 (base 16) PEGATRON CORPORATION 5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW 64-5A-04 (hex) Chicony Electronics Co., Ltd. 645A04 (base 16) Chicony Electronics Co., Ltd. No.25, Wugong 6th Rd., Wugu Dist., New Taipei City 248, TAIWAN, REPUBLIC OF CHINA 248 TW AC-17-02 (hex) Fibar Group sp. z o.o. AC1702 (base 16) Fibar Group sp. z o.o. ul. Lotnicza 1 Poznan 60-421 PL 98-4C-D3 (hex) Mantis Deposition 984CD3 (base 16) Mantis Deposition 2 Goodson Industrial Mews Thame Oxfordshire OX9 3BX GB 08-60-6E (hex) ASUSTek COMPUTER INC. 08606E (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 3C-57-D5 (hex) FiveCo 3C57D5 (base 16) FiveCo Ch. de la Rueyre 116 Renens VD 1020 US F8-48-97 (hex) Hitachi, Ltd. F84897 (base 16) Hitachi, Ltd. 27-18, Minami Oi 6-chome, Shinagawa-ku Tokyo 140-8572 JP F8-0B-D0 (hex) Datang Telecom communication terminal (Tianjin) Co., Ltd. F80BD0 (base 16) Datang Telecom communication terminal (Tianjin) Co., Ltd. Garden East Roadon the 15th, Haidian District Beijing 100191 CN E8-9A-FF (hex) Fujian LANDI Commercial Equipment Co.,Ltd E89AFF (base 16) Fujian LANDI Commercial Equipment Co.,Ltd Building 17,the 1st Section ,Fuzhou Software Park No.89 Software Road Fuzhou ,Fujian 350003 CN 0C-8C-DC (hex) Suunto Oy 0C8CDC (base 16) Suunto Oy Valimotie 7 Vantaa Uusimaa 02710 FI 60-C5-A8 (hex) Beijing LT Honway Technology Co.,Ltd 60C5A8 (base 16) Beijing LT Honway Technology Co.,Ltd Room 1703,A1 Tower, Changyuan Tiandi, No.18,Suzhou Street beijing beijing 100086 CN 28-D2-44 (hex) LCFC(HeFei) Electronics Technology Co., Ltd. 28D244 (base 16) LCFC(HeFei) Electronics Technology Co., Ltd. 6 Cui Wei Road Hefei Anhui 230000 CN B4-DF-3B (hex) Chromlech B4DF3B (base 16) Chromlech 19 av. Gabriel Faure THORIGNE FOUILLARD 35235 FR 7C-9A-9B (hex) VSE valencia smart energy 7C9A9B (base 16) VSE valencia smart energy Sir Alexander Fleming n Paterna Valencia 46980 ES 84-E7-14 (hex) Liang Herng Enterprise,Co.Ltd. 84E714 (base 16) Liang Herng Enterprise,Co.Ltd. 1FL,No.27,KweiYang Street,Sanchung District,New Taipei City,Taiwan,R.O.C. New Taipei City 241 TW B8-29-F7 (hex) Blaster Tech B829F7 (base 16) Blaster Tech 13337 South Street Cerritos CA 90703 US E4-A7-FD (hex) Cellco Partnership E4A7FD (base 16) Cellco Partnership One Verizon Way Baskin Ridge New Jersey 07920 US 2C-E2-A8 (hex) DeviceDesign 2CE2A8 (base 16) DeviceDesign Yeongtong-dong, Yeongtong-gu Suwon-si Gyeonggi-do 443-813 KR 00-B5-6D (hex) David Electronics Co., LTD. 00B56D (base 16) David Electronics Co., LTD. 9F, -2, No. 188, Sec. 3, Ta-Tung Rd., New Taipei City, 22103 TW 2C-35-57 (hex) ELLIY Power CO..Ltd 2C3557 (base 16) ELLIY Power CO..Ltd 1-6-4, Osaki Shinagawa-ku TOKYO 141-0032 US B8-04-15 (hex) Bayan Audio B80415 (base 16) Bayan Audio 5 The Pavilions Pease Pottage West Sussex RH11 9BJ GB D4-13-6F (hex) Asia Pacific Brands D4136F (base 16) Asia Pacific Brands PO Box 113001 Auckland Newmarket 1149 NZ C8-E1-A7 (hex) Vertu Corporation Limited C8E1A7 (base 16) Vertu Corporation Limited Beacon Hill Road Church Crookham Hampshire GU52 8DY GB 4C-AB-33 (hex) KST technology 4CAB33 (base 16) KST technology Bangi-dong, songpa-gu Seoul 138-050 KR F4-47-2A (hex) Nanjing Rousing Sci. and Tech. Industrial Co., Ltd F4472A (base 16) Nanjing Rousing Sci. and Tech. Industrial Co., Ltd A630,F6,NO.58 Nanhu Road,Jianye District Nanjing Jiangsu 210017 CN DC-02-8E (hex) zte corporation DC028E (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN A8-45-E9 (hex) Firich Enterprises CO., LTD. A845E9 (base 16) Firich Enterprises CO., LTD. 10F., No. 75, Sec. 1, Xintai 5th Rd., Xizhi Dist. New Taipei City Taiwan (R.O.C.) 886 TW 48-52-61 (hex) SOREEL 485261 (base 16) SOREEL 18 Rue de la Gâtine CHOLET FRANCE 49304 FR 64-62-23 (hex) Cellient Co., Ltd. 646223 (base 16) Cellient Co., Ltd. 6F Glass Tower, 366-4 Yatap-dong Bundang-gu Seongnam-si Gyeonggi-do 463-827 KR 98-47-3C (hex) SHANGHAI SUNMON COMMUNICATION TECHNOGY CO.,LTD 98473C (base 16) SHANGHAI SUNMON COMMUNICATION TECHNOGY CO.,LTD Suite 604-605,Xing Yuan Technology Plaza 418 Gui Ping Road ShangHAI Shanghai 200233 CN 54-81-AD (hex) Eagle Research Corporation 5481AD (base 16) Eagle Research Corporation 4237 State Route 34 Hurricane West Virginia 25526 US 54-A0-4F (hex) t-mac Technologies Ltd 54A04F (base 16) t-mac Technologies Ltd Stand Park Chesterfield Derbyshire S41 8JT GB 14-DB-85 (hex) S NET MEDIA 14DB85 (base 16) S NET MEDIA 4F, SEHYUN BLDG, 1581-7 SEOUL 137-875 KR B8-DA-F1 (hex) Strahlenschutz- Entwicklungs- und Ausruestungsgesellschaft mbH B8DAF1 (base 16) Strahlenschutz- Entwicklungs- und Ausruestungsgesellschaft mbH Ostdamm 139 Duelmen NRW 48249 DE D4-5C-70 (hex) Wi-Fi Alliance D45C70 (base 16) Wi-Fi Alliance 10900-B Stonelake Boulevard Austin TX 78759 US EC-47-3C (hex) Redwire, LLC EC473C (base 16) Redwire, LLC 8 Thorndike St Everett MA 02149 US 3C-C1-2C (hex) AES Corporation 3CC12C (base 16) AES Corporation 285 Newbury St Peabody MA 01960 US 94-9B-FD (hex) Trans New Technology, Inc. 949BFD (base 16) Trans New Technology, Inc. KY Bldg. 8F, 5-14-4 Nishinippori Arakawa Tokyo 116-0013 JP A0-0A-BF (hex) Wieson Technologies Co., Ltd. A00ABF (base 16) Wieson Technologies Co., Ltd. 7F, No. 276, Sec. 1, Datong Rd New Taipei City 221 TW 8C-CD-E8 (hex) Nintendo Co., Ltd. 8CCDE8 (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 7C-B2-32 (hex) Hui Zhou Gaoshengda Technology Co.,LTD 7CB232 (base 16) Hui Zhou Gaoshengda Technology Co.,LTD No.75,Zhongkai High-Tech Development District,Huizhou Hui Zhou Guangdong 516006 CN 00-E6-66 (hex) ARIMA Communications Corp. 00E666 (base 16) ARIMA Communications Corp. 6F.,No.866,Zhongzheng Rd.,Zhonghe Dist., New Taipei City Taiwan 23586 TW 34-BD-FA (hex) Cisco SPVTG 34BDFA (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30044 US F4-1E-26 (hex) Simon-Kaloi Engineering F41E26 (base 16) Simon-Kaloi Engineering 31192 La Baya Drive Unit G Westlake Village CA 91362 US 70-25-26 (hex) Nokia 702526 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 18-D9-49 (hex) Qvis Labs, LLC 18D949 (base 16) Qvis Labs, LLC 3204 Rustic River Cove Austin TX 78746-2001 US D8-08-F5 (hex) Arcadia Networks Co. Ltd. D808F5 (base 16) Arcadia Networks Co. Ltd. Cheung Sha Wan 5-B FL Kowloon 0633 HK 0C-C4-7E (hex) EUCAST Co., Ltd. 0CC47E (base 16) EUCAST Co., Ltd. Room 303, 1018-2 Unjung-dong, Bundang-Gu Seongnam-si Kyunggi-do 463-440 KR 50-72-4D (hex) BEG Brueck Electronic GmbH 50724D (base 16) BEG Brueck Electronic GmbH Schlosserstraße 30 Lindlar Nordrhein-Westfalen 51789 DE 78-3C-E3 (hex) Kai-EE 783CE3 (base 16) Kai-EE 3F.-12, No.79, Sec. 1, Xintai 5th Rd., New Taipei City 22101 TW B8-98-B0 (hex) Atlona Inc. B898B0 (base 16) Atlona Inc. 70 Daggett Dr. San Jose CA 95134 US 24-69-4A (hex) Jasmine Systems Inc. 24694A (base 16) Jasmine Systems Inc. 50 Charles Lindbergh Blvd. Suite 411 Uniondale NY 11553 US 08-0C-0B (hex) SysMik GmbH Dresden 080C0B (base 16) SysMik GmbH Dresden Bertolt-Brecht-Allee 24 Dresden 01309 DE DC-BF-90 (hex) HUIZHOU QIAOXING TELECOMMUNICATION INDUSTRY CO.,LTD. DCBF90 (base 16) HUIZHOU QIAOXING TELECOMMUNICATION INDUSTRY CO.,LTD. Qiaoxing Science Technological&Industrial Zone Tangquan Huizhou Guangdong 516023 CN 04-9F-06 (hex) Smobile Co., Ltd. 049F06 (base 16) Smobile Co., Ltd. T-1009, Poongrim i-won Plus, 255-1 Seohyeon-dong, Bundang-gu Seongnam-si, Gyeonggi-do 463-862 KR 28-9A-4B (hex) SteelSeries ApS 289A4B (base 16) SteelSeries ApS 656 West Randolph, Suite 2E Chicago IL 60661 US A0-8C-15 (hex) Gerhard D. Wempe KG A08C15 (base 16) Gerhard D. Wempe KG Steinstrasse 23 Hamburg 20095 DE 90-CF-6F (hex) Dlogixs Co Ltd 90CF6F (base 16) Dlogixs Co Ltd DLogixs Bldg, #351-1, Anyang-Dong Anyang-si Gyeonggi-do 430-010 KR C8-FB-26 (hex) Cisco SPVTG C8FB26 (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30044 US B8-58-10 (hex) NUMERA, INC. B85810 (base 16) NUMERA, INC. 1511 3RD AVE SEATTLE WA 98101 US EC-D9-50 (hex) IRT SA ECD950 (base 16) IRT SA Puits-Godet 16 NEUCHATEL NE 2000 CH 7C-02-BC (hex) Hansung Electronics Co. LTD 7C02BC (base 16) Hansung Electronics Co. LTD 319, Bong san-ri, San dong-myun Gumi 730-853 KR B8-24-10 (hex) Magneti Marelli Slovakia s.r.o. B82410 (base 16) Magneti Marelli Slovakia s.r.o. Industrial Park Kechnec Kechnec 04458 SK 10-5F-49 (hex) Cisco SPVTG 105F49 (base 16) Cisco SPVTG 5030 Sugarloaf Parkway Lawrenceville GA 30044 US 1C-5C-60 (hex) Shenzhen Belzon Technology Co.,LTD. 1C5C60 (base 16) Shenzhen Belzon Technology Co.,LTD. 5F Block 1,Zhongxin Building,Chuangye Rd Shenzhen Guangdong 518054 CN B8-B9-4E (hex) Shenzhen iBaby Labs, Inc. B8B94E (base 16) Shenzhen iBaby Labs, Inc. Room 218, Building 17,Shangsha Innovation Science and Technology Park,Futian District Shenzhen Guangdong 518047 CN AC-C6-98 (hex) Kohzu Precision Co., Ltd. ACC698 (base 16) Kohzu Precision Co., Ltd. 2-6-15, Kurigi, Asao-ku Kawasaki-shi Kanagawa 215-8521 JP 7C-38-6C (hex) Real Time Logic 7C386C (base 16) Real Time Logic 12515 Academy Ridge View Colorado Springs Colorado 80921 US 20-67-B1 (hex) Pluto inc. 2067B1 (base 16) Pluto inc. Hongo5-21-1-303 Bunkyo-ku Tokyo 113-0033 JP 18-9A-67 (hex) CSE-Servelec Limited 189A67 (base 16) CSE-Servelec Limited Rotherside Road Sheffield S21 4HL GB 08-7D-21 (hex) Altasec technology corporation 087D21 (base 16) Altasec technology corporation 9F-1, No.75, Sec.1, Xintai 5th Rd., New Taipei City Taiwan 221 TW F8-05-1C (hex) DRS Imaging and Targeting Solutions F8051C (base 16) DRS Imaging and Targeting Solutions 100 N Babcock St Melbourne FL 32935 US 78-D3-4F (hex) Pace-O-Matic, Inc. 78D34F (base 16) Pace-O-Matic, Inc. 4150 Blue Ridge Industrial Parkway Norcross GA 30071 US A4-46-6B (hex) EOC Technology A4466B (base 16) EOC Technology #1601 Acro Palace, 1594 Gwanyang-dong, Dongan-gu Anyang-si Gyeonggi-do 431-060 KR 90-1E-DD (hex) GREAT COMPUTER CORPORATION 901EDD (base 16) GREAT COMPUTER CORPORATION 4F., No.236, Fude 2nd Rd., Xizhi Dist., New Taipei City 22151 TW 34-D7-B4 (hex) Tributary Systems, Inc. 34D7B4 (base 16) Tributary Systems, Inc. 3717 Commerce Place Bedford Texas 76021 US F4-0F-9B (hex) WAVELINK F40F9B (base 16) WAVELINK #701, Dongyoung Venture'stel 3rd, 202-4, Anyang-si Kyungki-do 430-817 KR 64-5F-FF (hex) Nicolet Neuro 645FFF (base 16) Nicolet Neuro 1850 Deming Way Middleton WI 53562 US AC-7A-42 (hex) iConnectivity AC7A42 (base 16) iConnectivity #21, 1725 30th Ave NE Calgary Alberta T2E 7P6 CA 70-0B-C0 (hex) Dewav Technology Company 700BC0 (base 16) Dewav Technology Company Room 1408, Real Estate Mansion Shangahi 200120 CN CC-14-A6 (hex) Yichun MyEnergy Domain, Inc CC14A6 (base 16) Yichun MyEnergy Domain, Inc 349W. Yuanshan Rd, Yichun Yichun Jiangxi 336000 CN 10-9F-A9 (hex) Actiontec Electronics, Inc 109FA9 (base 16) Actiontec Electronics, Inc 3301 Olcott St. Santa Clara CA 95054 US C0-A3-64 (hex) 3D Systems Massachusetts C0A364 (base 16) 3D Systems Massachusetts 19 Connector Road Andover MA 01810 US 1C-5F-FF (hex) Beijing Ereneben Information Technology Co.,Ltd Shenzhen Branch 1C5FFF (base 16) Beijing Ereneben Information Technology Co.,Ltd Shenzhen Branch Room 14A, Building A, Honglong Central Plaza, No.3001,Heping Road, Luohu District, Shenzhen City Shenzhen Guangdong 518001 CN 60-45-BD (hex) Microsoft 6045BD (base 16) Microsoft 1 Microsoft Way Redmond Washington 98052 US 24-10-64 (hex) Shenzhen Ecsino Tecnical Co. Ltd 241064 (base 16) Shenzhen Ecsino Tecnical Co. Ltd 7F Guoxin build ChangXin Road. Nan'shan District Shenzhen Guangdong 518000 CN 7C-EB-EA (hex) ASCT 7CEBEA (base 16) ASCT 4F., No.49, Wu-Gong 6th Rd. Wu-Gu Industrial Park, New Taipei City 248 TW 9C-0D-AC (hex) Tymphany HK Limited 9C0DAC (base 16) Tymphany HK Limited RM 1307-8 43-59, Queen's Road East Wanchai HK 70-B5-99 (hex) Embedded Technologies s.r.o. 70B599 (base 16) Embedded Technologies s.r.o. Doubravice 134 Turnov 51101 CZ EC-4C-4D (hex) ZAO NPK RoTeK EC4C4D (base 16) ZAO NPK RoTeK Bild. 119-1, Prospekt Mira Moscow Moscow 129223 RU A4-D1-8F (hex) Shenzhen Skyee Optical Fiber Communication Technology Ltd. A4D18F (base 16) Shenzhen Skyee Optical Fiber Communication Technology Ltd. No.5 Bldg. Yimin Industrial Park, No.31, Makan South Road, Nanshan District Shenzhen Guangdong 518000 CN 58-34-3B (hex) Glovast Technology Ltd. 58343B (base 16) Glovast Technology Ltd. 6F., No.23, JianKang Rd., SongShan Dist., Taipei 105 TW 88-96-76 (hex) TTC MARCONI s.r.o. 889676 (base 16) TTC MARCONI s.r.o. Trebohosticka s.r.o. Praha 10000 CZ 5C-17-37 (hex) I-View Now, LLC. 5C1737 (base 16) I-View Now, LLC. 1421 E. Sunset Las Vegas NV 89119 US AC-0A-61 (hex) Labor S.r.L. AC0A61 (base 16) Labor S.r.L. Via della Scrofa 117 Rome 00186 IT 1C-43-EC (hex) JAPAN CIRCUIT CO.,LTD 1C43EC (base 16) JAPAN CIRCUIT CO.,LTD NKF-Kawasaki-Building 7F Kawasaki Kanagawa 2100005 JP 54-D1-B0 (hex) Universal Laser Systems, Inc 54D1B0 (base 16) Universal Laser Systems, Inc 16008 N 81st street scottsdale az 85260 US 78-52-62 (hex) Shenzhen Hojy Software Co., Ltd. 785262 (base 16) Shenzhen Hojy Software Co., Ltd. 3F,East of Building25,Keyuanxi,Number 5,Kezhixi Road, Science & Industry Park ,Nan Shan District ,Shenzhen ShenZhen GuangDong 508057 CN 74-6A-89 (hex) Rezolt Corporation 746A89 (base 16) Rezolt Corporation 2855 Bowers Avenue Santa Clara CA 95051 US 70-2F-4B (hex) PolyVision Inc. 702F4B (base 16) PolyVision Inc. 3970 Johns Creek Ct. Suwanee Georgia 30024 US 74-14-89 (hex) SRT Wireless 741489 (base 16) SRT Wireless 4101 SW 47th Avenue #102 Davie Florida 33314 US 24-1B-13 (hex) Shanghai Nutshell Electronic Co., Ltd. 241B13 (base 16) Shanghai Nutshell Electronic Co., Ltd. 365 Guoshoujing RD.,Zhangjiang Hi-Tech Park, Pudong District Shanghai Shanghai 201203 CN 20-01-4F (hex) Linea Research Ltd 20014F (base 16) Linea Research Ltd 1 Marquis Business Centre Baldock Hertfordshire SG7 6XL GB EC-0E-D6 (hex) ITECH INSTRUMENTS SAS EC0ED6 (base 16) ITECH INSTRUMENTS SAS 3 Avenue de la Maranne Châteauneuf-Les-Martigues 13220 FR 24-09-17 (hex) Devlin Electronics Limited 240917 (base 16) Devlin Electronics Limited Unit D1 Basingstoke Hampshire RG226HZ GB 9C-54-CA (hex) Zhengzhou VCOM Science and Technology Co.,Ltd 9C54CA (base 16) Zhengzhou VCOM Science and Technology Co.,Ltd National 863 Software Park£¬No.6 Cuizhu Street, Hi-tech Indusry Developing Park ZhengZhou City Henan Province 450001 CN B4-35-64 (hex) Fujian Tian Cheng Electron Science & Technical Development Co.,Ltd. B43564 (base 16) Fujian Tian Cheng Electron Science & Technical Development Co.,Ltd. 1801 unit,Tian an Cyber Times Tower A,Futian District Shenzhen Guangdong 518000 CN 00-BF-15 (hex) Genetec Inc. 00BF15 (base 16) Genetec Inc. 2280 boul. Alfred-Nobel St,. Laurent Quebec H4S 2A4 CA 38-EE-9D (hex) Anedo Ltd. 38EE9D (base 16) Anedo Ltd. Huelsmeyerstraße 35 Eydelstedt 49406 DE 78-BE-BD (hex) STULZ GmbH 78BEBD (base 16) STULZ GmbH Holsteiner Chausse 283 Hamburg 22457 DE D4-DF-57 (hex) Alpinion Medical Systems D4DF57 (base 16) Alpinion Medical Systems 1F Verdi Tower 222-22 Seoul 181-848 KR 50-48-EB (hex) BEIJING HAIHEJINSHENG NETWORK TECHNOLOGY CO. LTD. 5048EB (base 16) BEIJING HAIHEJINSHENG NETWORK TECHNOLOGY CO. LTD. RM 701 Unit 2 Huirong Bldg. No.106 Lianhuachi East RD. Xuanwu Dist. Beijing BEIJING CHINA 100055 CN B4-0E-96 (hex) HERAN B40E96 (base 16) HERAN No.88, Keji 3rd Rd., Guishan Township Taoyuan R.O.C 333 TW 50-8C-77 (hex) DIRMEIER Schanktechnik GmbH &Co KG 508C77 (base 16) DIRMEIER Schanktechnik GmbH &Co KG Alfons-Goppel-Straße 5 92526 Oberviechtach DE 40-70-4A (hex) Power Idea Technology Limited 40704A (base 16) Power Idea Technology Limited 1401A, Mintai Building, WenXin 5 Road, ShenZhen, PRC Guang Dong Shen Zhen 518054 CN 54-5E-BD (hex) NL Technologies 545EBD (base 16) NL Technologies 33 Laird Drive Toronto ON M4G3S8 CA F4-7F-35 (hex) Cisco Systems, Inc F47F35 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US BC-C1-68 (hex) DinBox Sverige AB BCC168 (base 16) DinBox Sverige AB Surbrunnsgatan 14 Stockholm 11427 SE DC-30-9C (hex) Heyrex Limited DC309C (base 16) Heyrex Limited Level 1, 236-256 Karori Road Wellington 6147 NZ 2C-00-F7 (hex) XOS 2C00F7 (base 16) XOS 15 Tech Valley Drive East Greenbush NY 12061 US 28-F6-06 (hex) Syes srl 28F606 (base 16) Syes srl Via Zanella 21 Lissone (MB) Monza Brianza 20851 IT 0C-AF-5A (hex) GENUS POWER INFRASTRUCTURES LIMITED 0CAF5A (base 16) GENUS POWER INFRASTRUCTURES LIMITED SPL-3 RIICO INDUSTRIAL AREA JAIPUR RAJASTHAN 302022 IN 7C-EF-8A (hex) Inhon International Ltd. 7CEF8A (base 16) Inhon International Ltd. 2F, No.552, Ruiguang Rd, Neihu Dist Taipei Taiwan 114 TW 24-11-25 (hex) Hutek Co., Ltd. 241125 (base 16) Hutek Co., Ltd. E-402 Bundang Technopark Seongnam-city Gyeonggi-do 463-760 KR B4-31-B8 (hex) Aviwest B431B8 (base 16) Aviwest 6 rue du Patis Tatelin Rennes 35700 FR CC-18-7B (hex) Manzanita Systems, Inc. CC187B (base 16) Manzanita Systems, Inc. 14269 Danielson Street Poway CA 92064 US 08-BE-09 (hex) Astrol Electronic AG 08BE09 (base 16) Astrol Electronic AG Vorderi Böde 3 Oberrohrdorf AG 5452 CH B4-1D-EF (hex) Internet Laboratories, Inc. B41DEF (base 16) Internet Laboratories, Inc. P.O. Box 7697 Atlanta GA 30357 US 80-93-93 (hex) Xapt GmbH 809393 (base 16) Xapt GmbH Neidenburger Str. 10 Gelsenkirchen NRW 45897 DE A0-07-B6 (hex) Advanced Technical Support, Inc. A007B6 (base 16) Advanced Technical Support, Inc. 10 Grassmere Ave West Hartford CT 06110 US 0C-D2-B5 (hex) Binatone Telecommunication Pvt. Ltd 0CD2B5 (base 16) Binatone Telecommunication Pvt. Ltd A36, G/F, Sector 4 Uttar Pradesh 201301 IN 48-46-F1 (hex) Uros Oy 4846F1 (base 16) Uros Oy Tutkijantie 4 OULU 90590 FI B8-27-EB (hex) Raspberry Pi Foundation B827EB (base 16) Raspberry Pi Foundation Mitchell Wood House Caldecote Cambridgeshire CB23 7NU US 84-AF-1F (hex) Beat System Service Co,. Ltd. 84AF1F (base 16) Beat System Service Co,. Ltd. 1-11-1-2F, Nodaya-cho Okayama-city Okayama 700-0815 JP B0-58-C4 (hex) Broadcast Microwave Services, Inc B058C4 (base 16) Broadcast Microwave Services, Inc 12367 Crosthwaite Circle Poway CA 92064 US 74-57-98 (hex) TRUMPF Laser GmbH + Co. KG 745798 (base 16) TRUMPF Laser GmbH + Co. KG Aichhalder Str. 39 Schramberg BW 78713 DE 28-17-CE (hex) Omnisense Ltd 2817CE (base 16) Omnisense Ltd 3rd Floor St Andrew's House Cambridge Cambridgeshire CB2 3BZ GB 3C-CE-73 (hex) Cisco Systems, Inc 3CCE73 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US B0-BD-6D (hex) Echostreams Innovative Solutions B0BD6D (base 16) Echostreams Innovative Solutions 1130 Coiner Ct. City of Industry CA 91748 US 60-44-F5 (hex) Easy Digital Ltd. 6044F5 (base 16) Easy Digital Ltd. Victoria Buildings, 1 Haddington Road Dublin 4 IE 90-AC-3F (hex) BrightSign LLC 90AC3F (base 16) BrightSign LLC 16795 Lark Ave. Los Gatos CA 95032 US AC-51-EE (hex) Cambridge Communication Systems Ltd AC51EE (base 16) Cambridge Communication Systems Ltd Sheraton House Cambridge Cambridgeshire CB3 0AX GB 78-A1-83 (hex) Advidia 78A183 (base 16) Advidia 3 Riverway Houston TX 77056 US A8-D0-E5 (hex) Juniper Networks A8D0E5 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US F8-99-55 (hex) Fortress Technology Inc F89955 (base 16) Fortress Technology Inc 51 Grand Marshall Drive Scarborough Ontario M1B 5N6 CA 4C-C9-4F (hex) Nokia 4CC94F (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 0C-E5-D3 (hex) DH electronics GmbH 0CE5D3 (base 16) DH electronics GmbH Am Anger 8 Bergen 83346 DE E4-25-E9 (hex) Color-Chip E425E9 (base 16) Color-Chip Tavor Building 1 New Industrial Park Yokneam 20692 IL 14-B1-C8 (hex) InfiniWing, Inc. 14B1C8 (base 16) InfiniWing, Inc. 19925 Stevens Creek Blvd Cupertino CA 95014 US E8-40-F2 (hex) PEGATRON CORPORATION E840F2 (base 16) PEGATRON CORPORATION 5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW 50-05-3D (hex) CyWee Group Ltd 50053D (base 16) CyWee Group Ltd 3F, No.28, Lane128 Taipei 10462 TW F8-8C-1C (hex) KAISHUN ELECTRONIC TECHNOLOGY CO., LTD. BEIJING F88C1C (base 16) KAISHUN ELECTRONIC TECHNOLOGY CO., LTD. BEIJING NO.1 FARM, HENGQIAO VILLAGE WEST, MACHIKOU TOWN, BEIJING 102200 CN 1C-0B-52 (hex) EPICOM S.A 1C0B52 (base 16) EPICOM S.A Autovia Andalucia Km 12.700 Getafe Madrid 28905 ES 74-7E-2D (hex) Beijing Thomson CITIC Digital Technology Co. LTD. 747E2D (base 16) Beijing Thomson CITIC Digital Technology Co. LTD. 8301, No.8 Workshop, 3 Yongchangbei Road Beijing 100176 CN 88-5C-47 (hex) Alcatel Lucent 885C47 (base 16) Alcatel Lucent Via Energy Park, 14 Vimercate MB 20871 IT 3C-C1-F6 (hex) Melange Systems Pvt. Ltd. 3CC1F6 (base 16) Melange Systems Pvt. Ltd. 4/1, 7th Cross, Kumarapark West Bangalore Karnataka 560020 IN 94-FA-E8 (hex) Shenzhen Eycom Technology Co., Ltd 94FAE8 (base 16) Shenzhen Eycom Technology Co., Ltd EYANG Building, No. 3 of Qimin Rd, Langshan 2nd Street, North Area of Hi-Tech Industrial Zone, Nanshan District Shenzhen Guang Dong 518057 CN B4-82-55 (hex) Research Products Corporation B48255 (base 16) Research Products Corporation 1015 E. Washington Ave Madison WI 53703 US 80-16-B7 (hex) Brunel University 8016B7 (base 16) Brunel University School of IS, Computing & Maths Uxbridge Middlesex UB8 3PH GB 00-8D-DA (hex) Link One Co., Ltd. 008DDA (base 16) Link One Co., Ltd. 601F Chungjuk tower 546-9 Buchion Gyeonggi-do 420-864 KR C4-98-05 (hex) Minieum Networks, Inc C49805 (base 16) Minieum Networks, Inc 6404 International Parkway Plano Texas 75093 US 90-F4-C1 (hex) Rand McNally 90F4C1 (base 16) Rand McNally 9855 Woods Drive Skokie IL 60077 US 18-19-3F (hex) Tamtron Oy 18193F (base 16) Tamtron Oy P.O.Box 15 (Vestonkatu 11) Tampere 33561 FI 94-44-44 (hex) LG Innotek 944444 (base 16) LG Innotek Jangduk-dong, Gwangsan-gu Gwang-ju 506-731 KR 4C-64-D9 (hex) Guangdong Leawin Group Co., Ltd 4C64D9 (base 16) Guangdong Leawin Group Co., Ltd 10/F, Domain Bldg,No.8 Keji Road(E),HiTech Development District, Shantou Guangdong 515041 CN 94-01-49 (hex) AutoHotBox 940149 (base 16) AutoHotBox 14090 SW Frwy, Ste. 300 Sugar Land TX 77478 US 1C-B0-94 (hex) HTC Corporation 1CB094 (base 16) HTC Corporation No. 23, Xinghua Rd., Taoyuan City Taoyuan County Taiwan 330 TW 9C-01-11 (hex) Shenzhen Newabel Electronic Co., Ltd. 9C0111 (base 16) Shenzhen Newabel Electronic Co., Ltd. 5Flr, South Tower of Sichuan Bld., Shenzhen Guangdong 518028 CN 40-0E-67 (hex) Tremol Ltd. 400E67 (base 16) Tremol Ltd. 6 Toledo str. Veliko Turnovo 5000 BG C0-DF-77 (hex) Conrad Electronic SE C0DF77 (base 16) Conrad Electronic SE Klaus Conrad Str. 1 Hirschau Bavaria 92240 DE 30-55-ED (hex) Trex Network LLC 3055ED (base 16) Trex Network LLC Room 505, Tower B Nongke Building, Beijing 100097 CN F0-F7-55 (hex) Cisco Systems, Inc F0F755 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 1C-B2-43 (hex) TDC A/S 1CB243 (base 16) TDC A/S Telehøjen 1 Odense SØ 5220 DK 38-BF-33 (hex) NEC CASIO Mobile Communications 38BF33 (base 16) NEC CASIO Mobile Communications 1753,Shimonumabe Kawasaki-shi Kanagawa 211-8666 JP B4-67-E9 (hex) Qingdao GoerTek Technology Co., Ltd. B467E9 (base 16) Qingdao GoerTek Technology Co., Ltd. 5F, No.3 Building, Fortune Center Qingdao Shandong 266061 CN 18-67-51 (hex) KOMEG Industrielle Messtechnik GmbH 186751 (base 16) KOMEG Industrielle Messtechnik GmbH Zum Wasserwerk 3 Völklingen 66333 DE 64-5E-BE (hex) Yahoo! JAPAN 645EBE (base 16) Yahoo! JAPAN Midtown Tower Minato-ku Tokyo 107-6211 JP CC-C5-0A (hex) SHENZHEN DAJIAHAO TECHNOLOGY CO.,LTD CCC50A (base 16) SHENZHEN DAJIAHAO TECHNOLOGY CO.,LTD 3F Buliding 1, 2th Park TaoHuaYuan Tech- Innovation, Shenzhen Guangdong 518102 CN 1C-B1-7F (hex) NEC Platforms, Ltd. 1CB17F (base 16) NEC Platforms, Ltd. 800 Shimomata Kakegawa Shizuoka 436-8501 JP E4-2C-56 (hex) Lilee Systems, Ltd. E42C56 (base 16) Lilee Systems, Ltd. 2905 Stender Way, Suite 78 Santa Clara CA 95054 US 48-ED-80 (hex) daesung eltec 48ED80 (base 16) daesung eltec #509 SJ Technoville, 60-19, Gasan-dong Seoul 153-769 KR C8-07-18 (hex) TDSi C80718 (base 16) TDSi Unit 10 Concept Park Poole Dorset BH12 4QT GB 58-1D-91 (hex) Advanced Mobile Telecom co.,ltd. 581D91 (base 16) Advanced Mobile Telecom co.,ltd. #608, Yatap Leaders Bldg. 342-1 Seongnam-si Gyeonggi-do 463-828 KR D8-BF-4C (hex) Victory Concept Electronics Limited D8BF4C (base 16) Victory Concept Electronics Limited 4/F., CAC Tower, Kwun Tong Kowloon KLN HK 3C-B9-A6 (hex) Belden Deutschland GmbH 3CB9A6 (base 16) Belden Deutschland GmbH Stuttgarter Straße 45-51 Neckartenzlingen 72654 DE 8C-0C-A3 (hex) Amper 8C0CA3 (base 16) Amper Marconi 3, PTM Tres Cantos Madrid 28760 US 94-DF-58 (hex) IJ Electron CO.,Ltd. 94DF58 (base 16) IJ Electron CO.,Ltd. 401 ACE HIGHEND8, 345-4 GASAN-DONG SEOUL 153-802 KR 48-D5-4C (hex) Jeda Networks 48D54C (base 16) Jeda Networks 2618 San Miguel Drive Newport Beach Ca. 92660 US 8C-DE-52 (hex) ISSC Technologies Corp. 8CDE52 (base 16) ISSC Technologies Corp. 4F, No.8, Dusing Rd., Hsinchu City 30078 TW 08-25-22 (hex) ADVANSEE 082522 (base 16) ADVANSEE 9 Rue Alfred Kastler NANTES 44307 FR 4C-2F-9D (hex) ICM Controls 4C2F9D (base 16) ICM Controls 7313 William Barry Blvd North Syracuse NY 13212 US E4-67-BA (hex) Danish Interpretation Systems A/S E467BA (base 16) Danish Interpretation Systems A/S Vestre Teglgade 12 Copenhagen SV 2450 DK BC-B8-52 (hex) Cybera, Inc. BCB852 (base 16) Cybera, Inc. 9009 Carothers Parkway Franklin TN 37067 US C4-93-00 (hex) 8Devices C49300 (base 16) 8Devices Gedimino st. 47 Kaunas LT 44242 LT 6C-A6-82 (hex) EDAM information & communications 6CA682 (base 16) EDAM information & communications 601, Hanlim Veture town, 689-6 Gunpo Gyenggi-Do 435-862 KR 28-D5-76 (hex) Premier Wireless, Inc. 28D576 (base 16) Premier Wireless, Inc. 4222 E. La Palma Ave. Anaheim CA 92807 US 70-D6-B6 (hex) Metrum Technologies 70D6B6 (base 16) Metrum Technologies 315 South University Parks Drive Waco Texas 76701 US C0-A0-DE (hex) Multi Touch Oy C0A0DE (base 16) Multi Touch Oy Henry Fordin katu 6 Helsinki 00150 FI 40-BC-8B (hex) itelio GmbH 40BC8B (base 16) itelio GmbH Franz-Larcher-Straße 4 Kiefersfelden Bavaria 83088 DE 9C-A1-34 (hex) Nike, Inc. 9CA134 (base 16) Nike, Inc. 1 Bowerman Drive Beaverton OR 97005 US 50-FC-30 (hex) Treehouse Labs 50FC30 (base 16) Treehouse Labs 601 Great Oaks Dr. Round Rock TX 78681 US B8-96-74 (hex) AllDSP GmbH & Co. KG B89674 (base 16) AllDSP GmbH & Co. KG Spenglerstrasse 6 Hamm NRW 59067 DE 48-E1-AF (hex) Vity 48E1AF (base 16) Vity 180 rue Pierre Landais Caudan 56 56850 FR 1C-BB-A8 (hex) OJSC Ufimskiy Zavod Promsvyaz 1CBBA8 (base 16) OJSC Ufimskiy Zavod Promsvyaz 39, 50 let SSSR Ufa Bashkortostan 450071 RU 00-6B-A0 (hex) SHENZHEN UNIVERSAL INTELLISYS PTE LTD 006BA0 (base 16) SHENZHEN UNIVERSAL INTELLISYS PTE LTD ROOM 1607-1608,XINGJI MANSION SHENZHEN GUANGDONG 518104 CN A8-98-C6 (hex) Shinbo Co., Ltd. A898C6 (base 16) Shinbo Co., Ltd. 203-14, Anyang 7-Dong, Manan-Gu Anyang-Si Kyungki-Do 430-817 KR B4-21-1D (hex) Beijing GuangXin Technology Co., Ltd B4211D (base 16) Beijing GuangXin Technology Co., Ltd Room 313,B Bld,Horizon International Tower,Zhichun Road,6,Haidian District,Beijing City,P.R.China Beijing 100086 CN 90-3C-AE (hex) Yunnan KSEC Digital Technology Co.,Ltd. 903CAE (base 16) Yunnan KSEC Digital Technology Co.,Ltd. 3F,NO.176 Keyi ROAD,High and New Technological Industrial Development Zone Kunming Yunnan 650106 CN 70-70-4C (hex) Purple Communications, Inc 70704C (base 16) Purple Communications, Inc 595 Menlo Rocklin CA 95765 US D8-97-60 (hex) C2 Development, Inc. D89760 (base 16) C2 Development, Inc. 127 S Bell Ave Ames IA 50010 US F4-7A-CC (hex) SolidFire, Inc. F47ACC (base 16) SolidFire, Inc. 1620 Pearl Street Boulder Colorado 80302 US 90-56-82 (hex) Lenbrook Industries Limited 905682 (base 16) Lenbrook Industries Limited 633 Granite Court Pickering Ontario L1W 3K1 CA F0-DA-7C (hex) RLH INDUSTRIES,INC. F0DA7C (base 16) RLH INDUSTRIES,INC. 936 N. MAIN ST. ORANGE CA 92867 US AC-31-9D (hex) Shenzhen TG-NET Botone Technology Co.,Ltd. AC319D (base 16) Shenzhen TG-NET Botone Technology Co.,Ltd. 2nd floor,Building No.6,Pengtengda industrial zone,Huarong road,Dalang Street Office, Shenzhen Guangdong 518109 CN 20-10-7A (hex) Gemtek Technology Co., Ltd. 20107A (base 16) Gemtek Technology Co., Ltd. No. 1 Jen Ai Road Hsinchu Industrial Park Hukou, Hsinchu 30352 TAIWAN, REPUBLIC OF CHINA Hsinchu TAIWAN 30352 TW 78-DD-D6 (hex) c-scape 78DDD6 (base 16) c-scape westerkade 22 Gouda 2802 SL NL C0-91-32 (hex) Patriot Memory C09132 (base 16) Patriot Memory 47027 Benicia Fremont CA 94555 US 90-18-5E (hex) Apex Tool Group GmbH & Co OHG 90185E (base 16) Apex Tool Group GmbH & Co OHG Industriestraße 1 Westhausen 73463 DE F8-FE-5C (hex) Reciprocal Labs Corp F8FE5C (base 16) Reciprocal Labs Corp 3 S. Pinckney St. Madison WI 53703 US 6C-9C-ED (hex) Cisco Systems, Inc 6C9CED (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 24-86-F4 (hex) Ctek, Inc. 2486F4 (base 16) Ctek, Inc. 34 Miraleste Plaza Rancho Palos Verdes California 90275 US C4-23-7A (hex) WhizNets Inc. C4237A (base 16) WhizNets Inc. 830 Stewart Drive Sunnyvale California 94085 US F4-E6-D7 (hex) Solar Power Technologies, Inc. F4E6D7 (base 16) Solar Power Technologies, Inc. 3006 Bee Caves Rd. Austin Texas 78746 US B8-74-24 (hex) Viessmann Elektronik GmbH B87424 (base 16) Viessmann Elektronik GmbH Beetwiese 2 Allendorf (Eder) 35108 DE B4-51-F9 (hex) NB Software B451F9 (base 16) NB Software Eichhalde 3 Weissach i. T. Baden-Württemberg 71554 DE 30-16-8D (hex) ProLon 30168D (base 16) ProLon 17510 rue Charles, Suite 100 Mirabel Quebec J7J 1X9 CA E4-AF-A1 (hex) HES-SO E4AFA1 (base 16) HES-SO Case postale 2134 Sion 1950 CH A8-87-ED (hex) ARC Wireless LLC A887ED (base 16) ARC Wireless LLC 6330 N. Washington St. Denver CO 80216 US D4-D2-49 (hex) Power Ethernet D4D249 (base 16) Power Ethernet 4th Floor, Holborn Gate London WC2A 1AH GB 80-42-7C (hex) Adolf Tedsen GmbH & Co. KG 80427C (base 16) Adolf Tedsen GmbH & Co. KG Otto-Hahn-Str. 13-15 Trittau Schleswig-Holstein D-22946 DE E0-DA-DC (hex) JVC KENWOOD Corporation E0DADC (base 16) JVC KENWOOD Corporation 3-12, Moriyacho, Kanagawa-ku Yokohama-shi Kanagawa 221-0022 JP E8-43-B6 (hex) QNAP Systems, Inc. E843B6 (base 16) QNAP Systems, Inc. 2F., No.22, Zhongxing Rd., Xizhi Dist. New Taipei City 221 TW B8-9B-C9 (hex) SMC Networks Inc B89BC9 (base 16) SMC Networks Inc 20 Mason Irvine CA 92618 US 40-9F-C7 (hex) BAEKCHUN I&C Co., Ltd. 409FC7 (base 16) BAEKCHUN I&C Co., Ltd. 67-5, Gyesu-dong Bucheon-si Gyeonggi-do 422-070 KR 00-FC-58 (hex) WebSilicon Ltd. 00FC58 (base 16) WebSilicon Ltd. 25, Habarzel St., Tel-Aviv 69710 IL 98-35-71 (hex) Sub10 Systems Ltd 983571 (base 16) Sub10 Systems Ltd Ash House Kingsteignton Devon TQ12 3RZ GB 54-04-A6 (hex) ASUSTek COMPUTER INC. 5404A6 (base 16) ASUSTek COMPUTER INC. 15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan 112 TW 18-6D-99 (hex) Adanis Inc. 186D99 (base 16) Adanis Inc. #2015-2016 Geumkang Penterium Hakuro, Dongan-Gu, Anyang-Si Kyunggi-Do 431-060 KR A0-E2-01 (hex) AVTrace Ltd.(China) A0E201 (base 16) AVTrace Ltd.(China) RM704, District B1, Originality Building, No.162 KeXue Avenue Science Town,GUANGZHOU,CHINA GUANGZHOU GUANGDONG 510611 US F0-DE-B9 (hex) ShangHai Y&Y Electronics Co., Ltd F0DEB9 (base 16) ShangHai Y&Y Electronics Co., Ltd No.3, 588 Tianxiong Road, Shanghai International Medical Zone(SIMZ), Shanghai 201318 CN 7C-A6-1D (hex) MHL, LLC 7CA61D (base 16) MHL, LLC 1140 East Arques Avenue Sunnyvale CA 94085 US 9C-F6-7D (hex) Ricardo Prague, s.r.o. 9CF67D (base 16) Ricardo Prague, s.r.o. Thamova 13 Praha 8 186 00 CZ F8-2F-5B (hex) eGauge Systems LLC F82F5B (base 16) eGauge Systems LLC 1510 28th St, Suite 205 Boulder CO 80303 US 98-C8-45 (hex) PacketAccess 98C845 (base 16) PacketAccess 611 North Main Street Goldfield IA 50543 US 98-90-80 (hex) Linkpower Network System Inc Ltd. 989080 (base 16) Linkpower Network System Inc Ltd. Room 202, Build 18, Shahe Industrial Zone Shenzhen Guangdong 518053 CN F8-33-76 (hex) Good Mind Innovation Co., Ltd. F83376 (base 16) Good Mind Innovation Co., Ltd. 20, Lane 200, Cheng Hu Rd. Kaohsiung 833 TW 50-F6-1A (hex) Kunshan JADE Technologies co., Ltd. 50F61A (base 16) Kunshan JADE Technologies co., Ltd. 12th Floor, Southern Building, Pudong Software Park,828 Xueyuan Road, Bacheng Town Kunshan Jiangsu 215311 CN 54-20-18 (hex) Tely Labs 542018 (base 16) Tely Labs 545 Middlefield Road Menlo Park CA 94025 US 58-1F-EF (hex) Tuttnaer LTD 581FEF (base 16) Tuttnaer LTD Har-Tuv B Beith Shemesh 99000 IL 58-BD-A3 (hex) Nintendo Co., Ltd. 58BDA3 (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP F8-F2-5A (hex) G-Lab GmbH F8F25A (base 16) G-Lab GmbH Schiffbaustrasse 10 Zurich CH 8005 CH 30-7E-CB (hex) SFR 307ECB (base 16) SFR 40/42 Quai du point du jour Boulongne Billancourt Hauts de Seine 92659 FR 68-F1-25 (hex) Data Controls Inc. 68F125 (base 16) Data Controls Inc. Fukashiro Bldg, 8F Taito-ku Tokyo 111-0052 JP BC-76-4E (hex) Rackspace US, Inc. BC764E (base 16) Rackspace US, Inc. 5000 Walzem Rd. San Antonio TX 78218 US CC-C8-D7 (hex) CIAS Elettronica srl CCC8D7 (base 16) CIAS Elettronica srl Via Giovanni Durando 38 Milan 20158 IT 84-D3-2A (hex) IEEE 1905.1 84D32A (base 16) IEEE 1905.1 445 Hoes Lane Piscataway NJ 08855-1331 US 4C-02-89 (hex) LEX COMPUTECH CO., LTD 4C0289 (base 16) LEX COMPUTECH CO., LTD 3F, No.77, LI DE St. Chung Ho Dist., New Taipei City 23556 TW C0-E5-4E (hex) ARIES Embedded GmbH C0E54E (base 16) ARIES Embedded GmbH Schöngeisinger Str. 84 Fürstenfeldbruck D-82256 DE F8-C0-01 (hex) Juniper Networks F8C001 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 18-7C-81 (hex) Valeo Vision Systems 187C81 (base 16) Valeo Vision Systems Dunmore Road County Galway IE AC-CC-8E (hex) Axis Communications AB ACCC8E (base 16) Axis Communications AB Emdalavägen 14 LUND 22369 SE 8C-94-CF (hex) Encell Technology, Inc. 8C94CF (base 16) Encell Technology, Inc. 1412 Sachem Place, Suite 204 Charlottesville VA 22901 US 6C-A7-80 (hex) Nokia Corporation 6CA780 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 30-57-AC (hex) IRLAB LTD. 3057AC (base 16) IRLAB LTD. 3rd Floor, 2A Biulding, Huihao Industrial Park Shenzhen Guang Dong 518106 CN 84-2B-50 (hex) Huria Co.,Ltd. 842B50 (base 16) Huria Co.,Ltd. #190-28 Chungchun-2Dong Incheon 403-032 KR 48-F7-F1 (hex) Nokia 48F7F1 (base 16) Nokia 600 March Road Kanata Ontario K2K 2E6 CA 8C-8E-76 (hex) taskit GmbH 8C8E76 (base 16) taskit GmbH Groß-Berliner Damm 37 Berlin 12487 DE A0-13-3B (hex) HiTi Digital, Inc. A0133B (base 16) HiTi Digital, Inc. 9F., No.225, Sec. 3, Beixin Rd., Xindian Dist., Xindian Dist. New Taipei City 231 TW 9C-57-11 (hex) Feitian Xunda(Beijing) Aeronautical Information Technology Co., Ltd. 9C5711 (base 16) Feitian Xunda(Beijing) Aeronautical Information Technology Co., Ltd. Building B,Horizon International Tower,No.6 Zhichun Rd,Haidian District, Beijing 100088 CN 88-F4-88 (hex) cellon communications technology(shenzhen)Co.,Ltd. 88F488 (base 16) cellon communications technology(shenzhen)Co.,Ltd. 13/F C Building,Gaoxin S.Ave.,Hi-Tech Industrial Park,Nanshan,shenzhen518057,PRC shenzhen Guangdong 518057 CN 44-8E-12 (hex) DT Research, Inc. 448E12 (base 16) DT Research, Inc. 2000 Concourse Drive San Jose CA 95131 US B8-BB-6D (hex) ENERES Co.,Ltd. B8BB6D (base 16) ENERES Co.,Ltd. 1907 Tokyo Art Center Adahci-ku Tokyo 120-0034 JP 14-37-3B (hex) PROCOM Systems 14373B (base 16) PROCOM Systems #1001, Kranz Techno, 5442-1 Seongnam-si Gyunggi-do 462-729 KR 18-97-FF (hex) TechFaith Wireless Technology Limited 1897FF (base 16) TechFaith Wireless Technology Limited Building C, Jia No.5, Rongchang East Street, BDA District, Beijing 100176 CN 4C-55-85 (hex) Hamilton Systems 4C5585 (base 16) Hamilton Systems 3143 Production Drive Fairfield OH 45014 US EC-EA-03 (hex) DARFON LIGHTING CORP ECEA03 (base 16) DARFON LIGHTING CORP 167, Shanying Road Gueishan Taoyuan 33341 TW 30-F9-ED (hex) Sony Corporation 30F9ED (base 16) Sony Corporation Gotenyama Tec 5-1-2 Tokyo Shinagawa-ku 141-0001 JP 58-2E-FE (hex) Lighting Science Group 582EFE (base 16) Lighting Science Group 1227 South Patrick Drive Satellite Beach FL 32937 US CC-60-BB (hex) Empower RF Systems CC60BB (base 16) Empower RF Systems 316 W. Florence Ave Inglewood CA 90301 US 7C-DD-20 (hex) IOXOS Technologies S.A. 7CDD20 (base 16) IOXOS Technologies S.A. 4 Chemin de Fontenailles GLAND VAUD CH-1196 CH EC-F2-36 (hex) NEOMONTANA ELECTRONICS ECF236 (base 16) NEOMONTANA ELECTRONICS Mladost-4, bl. 483, mag. 13 Sofia 1715 BG 04-18-B6 (hex) Private 0418B6 (base 16) Private E4-A5-EF (hex) TRON LINK ELECTRONICS CO., LTD. E4A5EF (base 16) TRON LINK ELECTRONICS CO., LTD. FLAT A, 20/F., BLOCK 4,ON NING GARDEN, KOWLOON 999077 HK 30-71-B2 (hex) Hangzhou Prevail Optoelectronic Equipment Co.,LTD. 3071B2 (base 16) Hangzhou Prevail Optoelectronic Equipment Co.,LTD. Industrial Development Area, Guali Town, Hangzhou City Zhe Jiang 311241 CN DC-CE-41 (hex) FE GLOBAL HONG KONG LIMITED DCCE41 (base 16) FE GLOBAL HONG KONG LIMITED FLAT 204-205 2/F LAFORD CENTRE838 LAI CHI KOK RD CHEUNG SHA WAN KL SHENZHEN 518057 CN FC-6C-31 (hex) LXinstruments GmbH FC6C31 (base 16) LXinstruments GmbH Herrenberger Str. 130 Boeblingen 71034 DE 70-5C-AD (hex) Konami Gaming Inc 705CAD (base 16) Konami Gaming Inc 585 Trade Center Drive Las Vegas Nevada 89119 US 3C-6F-45 (hex) Fiberpro Inc. 3C6F45 (base 16) Fiberpro Inc. 59-4 Jang-dong, Yusong-gu Deajeon 305-343 KR 70-31-87 (hex) ACX GmbH 703187 (base 16) ACX GmbH Äußere Zwickauer Straße 8 Zwickau 08064 DE 30-E4-DB (hex) Cisco Systems, Inc 30E4DB (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 88-E0-F3 (hex) Juniper Networks 88E0F3 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 80-97-1B (hex) Altenergy Power System,Inc. 80971B (base 16) Altenergy Power System,Inc. No.1 Yatai Road, Jiaxing City, Zhejiang Province, 314050 CN 58-76-75 (hex) Beijing ECHO Technologies Co.,Ltd 587675 (base 16) Beijing ECHO Technologies Co.,Ltd NO1 Street 4 Shangdi BeiJing 100085 CN 0C-51-F7 (hex) CHAUVIN ARNOUX 0C51F7 (base 16) CHAUVIN ARNOUX LA QUEUE DEVEE REUX PONT L EVEQUE 14130 FR 0C-FC-83 (hex) Airoha Technology Corp., 0CFC83 (base 16) Airoha Technology Corp., 5F, No.6-5, Dushing Road , Hsinchu Science Park Hsinchu 300 TW 00-7F-28 (hex) Actiontec Electronics, Inc 007F28 (base 16) Actiontec Electronics, Inc 3301 Olcott St. Santa Clara CA 95054 US 80-47-31 (hex) Packet Design, Inc. 804731 (base 16) Packet Design, Inc. 2455 Augustine Drive Santa Clara CA 95054 US B0-9B-D4 (hex) GNH Software India Private Limited B09BD4 (base 16) GNH Software India Private Limited 9/14 Sengani Amman Koil Street Chennai Tamilnadu 600032 IN F0-8B-FE (hex) COSTEL.,CO.LTD F08BFE (base 16) COSTEL.,CO.LTD 223-39, Sangdaewon-Dong, Jungwon-Gu Seongnam-si Kyunggi-Do 462-807 KR 3C-26-D5 (hex) Sotera Wireless 3C26D5 (base 16) Sotera Wireless 9444 Waples Street San Diego CA 92121 US E8-4E-06 (hex) EDUP INTERNATIONAL (HK) CO., LTD E84E06 (base 16) EDUP INTERNATIONAL (HK) CO., LTD 20D Room, Block B, Modern Windows Buidling, FuTian District, Shenzhen Guangdong 518028 CN 00-07-7D (hex) Cisco Systems, Inc 00077D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US CC-D9-E9 (hex) SCR Engineers Ltd. CCD9E9 (base 16) SCR Engineers Ltd. 6 Haomanut St. Netanya 42504 IL 34-A7-09 (hex) Trevil srl 34A709 (base 16) Trevil srl Via Copernico 1 Pozzo d'Adda MI 20060 IT E0-C9-22 (hex) Jireh Energy Tech., Ltd. E0C922 (base 16) Jireh Energy Tech., Ltd. #606 Seoul Forest Hallasigmavalley, 325-2 Seoul Seongdong-Gu 133-120 KR 90-5F-8D (hex) modas GmbH 905F8D (base 16) modas GmbH Belziger Str. 69-71 Berlin 10823 DE 98-29-3F (hex) Fujian Start Computer Equipment Co.,Ltd 98293F (base 16) Fujian Start Computer Equipment Co.,Ltd No.68 Hongshangyuan Road, Fuzhou City, Fujian Province, 350002 CN B4-5C-A4 (hex) Thing-talk Wireless Communication Technologies Corporation Limited B45CA4 (base 16) Thing-talk Wireless Communication Technologies Corporation Limited 498 Guo Shou Jing Road, Suite 10402 Shanghai 201203 CN 90-8D-1D (hex) GH Technologies 908D1D (base 16) GH Technologies 5022 Binhe Road, Block B, United Plaza Shenzhen 518026 CN 44-4F-5E (hex) Pan Studios Co.,Ltd. 444F5E (base 16) Pan Studios Co.,Ltd. 1F., NO.402, SEC. 2, JHONGYANG N. RD., BEITOU DISTRICT, TAIPEI CITY 11258 TW D0-AF-B6 (hex) Linktop Technology Co., LTD D0AFB6 (base 16) Linktop Technology Co., LTD 2F Guangye Buliding, Torch Hi-Tech, Xiamen Fujian 361006 CN 98-EC-65 (hex) Cosesy ApS 98EC65 (base 16) Cosesy ApS Tyttebaervej 2 Ans Jylland DK-8643 DK AC-C9-35 (hex) Ness Corporation ACC935 (base 16) Ness Corporation 4/167 Prospect Highway Sydney NSW 2147 AU 00-8D-4E (hex) CJSC NII STT 008D4E (base 16) CJSC NII STT N.Leningradskaya str, 10 Smolensk 214012 RU 98-F8-DB (hex) Marini Impianti Industriali s.r.l. 98F8DB (base 16) Marini Impianti Industriali s.r.l. Via delle Province, 6A Cisterna di Latina 04012 IT E4-12-89 (hex) topsystem Systemhaus GmbH E41289 (base 16) topsystem Systemhaus GmbH Monnetstraße 24 Würselen NRW 52146 DE 58-E8-08 (hex) AUTONICS CORPORATION 58E808 (base 16) AUTONICS CORPORATION 41-5 YONGDANG-DONG YANGSAN-SI KYEONGNAM 626-847 KR DC-05-ED (hex) Nabtesco Corporation DC05ED (base 16) Nabtesco Corporation 9-18, Kaigan 1-chome Minato-ku Tokyo 105-0022 JP 4C-98-EF (hex) Zeo 4C98EF (base 16) Zeo 320 Nevada St Newton MA 02460 US 00-A1-DE (hex) ShenZhen ShiHua Technology CO.,LTD 00A1DE (base 16) ShenZhen ShiHua Technology CO.,LTD Room505,5/F TsingYi Building,LangShan 2ed Road,High-Tech Industrial Park, ShenZhen GuangDong 518052 CN 80-6C-BC (hex) NET New Electronic Technology GmbH 806CBC (base 16) NET New Electronic Technology GmbH Lerchenberg 7 Finning Bavarian 86923 DE 90-90-60 (hex) RSI VIDEO TECHNOLOGIES 909060 (base 16) RSI VIDEO TECHNOLOGIES 56, Rue Jean-Giraudoux - BAT 60 STRASBOURG Bas-Rhin 67200 FR BC-81-99 (hex) BASIC Co.,Ltd. BC8199 (base 16) BASIC Co.,Ltd. Keiefu-Building 9F Minato-ku Tokyo 108-0014 JP DC-A7-D9 (hex) Compressor Controls Corp DCA7D9 (base 16) Compressor Controls Corp 4725 121st Street Des Moines Iowa 50323 US 38-FE-C5 (hex) Ellips B.V. 38FEC5 (base 16) Ellips B.V. Esp 300 Eindhoven Noord-Brabant 5633 AE NL C4-55-A6 (hex) Cadac Holdings Ltd C455A6 (base 16) Cadac Holdings Ltd 1 New Street Luton Bedfordshire LU1 5DX GB 5C-77-57 (hex) Haivision Network Video 5C7757 (base 16) Haivision Network Video 4445 Garand Montreal QC H4R 2H9 CA D4-D8-98 (hex) Korea CNO Tech Co., Ltd D4D898 (base 16) Korea CNO Tech Co., Ltd #240-1,Uigok-Ri Mungyeong-Si Gyeongsangbuk-do 745-853 KR B4-AA-4D (hex) Ensequence, Inc. B4AA4D (base 16) Ensequence, Inc. 111 SW 5th Ave Suite 1400 Portland OR 97204 US B8-3D-4E (hex) Shenzhen Cultraview Digital Technology Co.,Ltd Shanghai Branch B83D4E (base 16) Shenzhen Cultraview Digital Technology Co.,Ltd Shanghai Branch 2/F,Building#5,1690Cailun Road,Zhangjiang Hi-tech Park, Shanghai 201203 CN 50-87-B8 (hex) Nuvyyo Inc 5087B8 (base 16) Nuvyyo Inc 1 Smythe Rd Carleton Place Ontario K7C4J4 CA C0-EA-E4 (hex) Sonicwall C0EAE4 (base 16) Sonicwall 2001 Logic Drive San Jose CA 95124-3452 US 08-38-A5 (hex) Funkwerk plettac electronic GmbH 0838A5 (base 16) Funkwerk plettac electronic GmbH Wuerzburger Str. 150 Fuerth Bavaria 90766 DE CC-1E-FF (hex) Metrological Group BV CC1EFF (base 16) Metrological Group BV Mariniersweg 151 Rotterdam Zuid-Holland 3011NK NL 18-4E-94 (hex) MESSOA TECHNOLOGIES INC. 184E94 (base 16) MESSOA TECHNOLOGIES INC. 13611 12th St., Unit B Chino CA 91710 US 6C-39-1D (hex) Beijing ZhongHuaHun Network Information center 6C391D (base 16) Beijing ZhongHuaHun Network Information center 6F BeiAo Mansion,HuiXin East Street A2, Beijing 100029 CN 80-B3-2A (hex) UK Grid Solutions Ltd 80B32A (base 16) UK Grid Solutions Ltd Harry Kerr Drive Stafford Staffordshire ST17 4LX GB 40-55-39 (hex) Cisco Systems, Inc 405539 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US E0-F2-11 (hex) Digitalwatt E0F211 (base 16) Digitalwatt Via Dante, 18 Renate Brianza MB 20055 IT F8-69-71 (hex) Seibu Electric Co., F86971 (base 16) Seibu Electric Co., 1458-7 Hachioji Tokyo 193-0941 JP 44-AA-27 (hex) udworks Co., Ltd. 44AA27 (base 16) udworks Co., Ltd. #810, Byuksan3cha Digital Valley, 212-13, Guro-dong, Guro-gu Seoul 152-775 KR E8-F9-28 (hex) RFTECH SRL E8F928 (base 16) RFTECH SRL VIA VENETO, 22 SCHIO VICENZA 36015 IT 1C-95-5D (hex) I-LAX ELECTRONICS INC. 1C955D (base 16) I-LAX ELECTRONICS INC. 2283 ARGENTIA RD.- UNIT # 10 MISSISSAUGA ON. L5N 5Z2 CA 60-F5-9C (hex) CRU-Dataport 60F59C (base 16) CRU-Dataport 1000 SE Tech Center Drive Vancouver WA 98683 US B0-A7-2A (hex) Ensemble Designs, Inc. B0A72A (base 16) Ensemble Designs, Inc. 870 Gold Flat Road Nevada City CA 95959 US 64-00-F1 (hex) Cisco Systems, Inc 6400F1 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US B8-F4-D0 (hex) Herrmann Ultraschalltechnik GmbH & Co. Kg B8F4D0 (base 16) Herrmann Ultraschalltechnik GmbH & Co. Kg Descostraße 3-9 Karlsbad Baden-Württemberg 76307 DE 08-AC-A5 (hex) Benu Video, Inc. 08ACA5 (base 16) Benu Video, Inc. 300 Concord Rd., Suite #110 Billerica MA 01821 US 58-6D-8F (hex) Cisco-Linksys, LLC 586D8F (base 16) Cisco-Linksys, LLC 121 Theory Drive Irvine California 92612 US 10-E3-C7 (hex) Seohwa Telecom 10E3C7 (base 16) Seohwa Telecom 678 Seohwa Bldg Gasan-Dong, Gumcheon-Gu Seoul 153-803 KR 74-65-D1 (hex) Atlinks 7465D1 (base 16) Atlinks 30 Avenue Geroge V Paris 75008 FR 04-0A-83 (hex) Alcatel-Lucent 040A83 (base 16) Alcatel-Lucent Via Trento, 30 Vimenrcate MB 2059 IT C4-56-00 (hex) Galleon Embedded Computing C45600 (base 16) Galleon Embedded Computing Grenseveien 97c Oslo Oslo N-0602 NO BC-3E-13 (hex) Accordance Systems Inc. BC3E13 (base 16) Accordance Systems Inc. 2F, No. 31, Sec. 6, Hsin Yi Road Taipei 11085 TW A8-1B-18 (hex) XTS CORP A81B18 (base 16) XTS CORP 10125 NW 116TH WAY, SUITE 5 MEDLEY FLORIDA 33178 US D0-A3-11 (hex) Neuberger Gebäudeautomation GmbH D0A311 (base 16) Neuberger Gebäudeautomation GmbH Oberer Kaiserweg 6 Rothenburg o.d.T. Bayern 91541 DE 04-1D-10 (hex) Dream Ware Inc. 041D10 (base 16) Dream Ware Inc. 5-23-7 Masugata, Tama-ku, Kawasaki Kanagawa 214-0032 JP 80-14-40 (hex) Sunlit System Technology Corp 801440 (base 16) Sunlit System Technology Corp 8F, No.19,Lane 120, Sec1, Neihu Rd. Tapiei 114 TW 18-0B-52 (hex) Nanotron Technologies GmbH 180B52 (base 16) Nanotron Technologies GmbH Alt-Moabit 60 Berlin 10555 DE DC-07-C1 (hex) HangZhou QiYang Technology Co.,Ltd. DC07C1 (base 16) HangZhou QiYang Technology Co.,Ltd. Floor 5, Building 2, Road XiYuanYi, WestLake Technology Park, HangZhou ZheJiang 310028 CN C0-A2-6D (hex) Abbott Point of Care C0A26D (base 16) Abbott Point of Care 400 College Road East Princeton NJ 08540 US 00-BB-8E (hex) HME Co., Ltd. 00BB8E (base 16) HME Co., Ltd. No.200 , Liao Bei Str.,San Min Dist., Kaohsiung 807 TW D8-2A-7E (hex) Nokia Corporation D82A7E (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 80-1F-02 (hex) Edimax Technology Co. Ltd. 801F02 (base 16) Edimax Technology Co. Ltd. No. 278, Xinhu 1st Road Taipei City Neihu Dist 248 TW 58-EE-CE (hex) Icon Time Systems 58EECE (base 16) Icon Time Systems 15201 NW Greenbrier Parkway Beaverton OR 97006 US 64-7F-DA (hex) TEKTELIC Communications Inc. 647FDA (base 16) TEKTELIC Communications Inc. 7657 10th Street NE Calgary Alberta T2E 8X2 CA AC-06-13 (hex) Senselogix Ltd AC0613 (base 16) Senselogix Ltd 56 Carlton Court, Ford William Morgan St. Asaph Debighshire LL17 0JG GB 74-78-18 (hex) Jurumani Solutions 747818 (base 16) Jurumani Solutions 321 14th Road Midrand 1685 ZA E0-1F-0A (hex) Xslent Energy Technologies. LLC E01F0A (base 16) Xslent Energy Technologies. LLC 7428 Redwood Blvd Novato CA 94945 US 44-37-19 (hex) 2 Save Energy Ltd 443719 (base 16) 2 Save Energy Ltd The Annexe, Field House Barn Sherborne St John Hampshire RG24 9LR GB 84-EA-99 (hex) Vieworks 84EA99 (base 16) Vieworks 6F Suntechcity 2,307-2 Sangdaewon-dong, Jungwon-gu Seongnam Gyeonggi 462-806 KR E0-0C-7F (hex) Nintendo Co., Ltd. E00C7F (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP E4-8A-D5 (hex) RF WINDOW CO., LTD. E48AD5 (base 16) RF WINDOW CO., LTD. 14F, Daerung Posttower3 Seoul 152-746 KR FC-F1-CD (hex) OPTEX-FA CO.,LTD. FCF1CD (base 16) OPTEX-FA CO.,LTD. 91 Awata-cho Kyoto 600-8815 JP 44-25-BB (hex) Bamboo Entertainment Corporation 4425BB (base 16) Bamboo Entertainment Corporation 179 South Street Boston MA 02111 US 7C-DA-84 (hex) Dongnian Networks Inc. 7CDA84 (base 16) Dongnian Networks Inc. 90 Wensan Road, Building 8-A303 Hangzhou Zhejiang 310012 CN BC-C6-1A (hex) SPECTRA EMBEDDED SYSTEMS BCC61A (base 16) SPECTRA EMBEDDED SYSTEMS Khasra No. 24, Village Ghumman,1st Floor, Chawla Mansion, Parwanoo Himachal Pradesh 173 220 IN 04-70-BC (hex) Globalstar Inc. 0470BC (base 16) Globalstar Inc. 461 S Milpitas Blvd Milpitas CA 95035 US 88-DD-79 (hex) Voltaire 88DD79 (base 16) Voltaire 13, Zarchin St Raanana 43662 IL 64-F9-87 (hex) Avvasi Inc. 64F987 (base 16) Avvasi Inc. 103 Randall Dr. Waterloo ON N2V 1C5 CA D8-5D-84 (hex) CAx soft GmbH D85D84 (base 16) CAx soft GmbH Noettinger Strasse 3 Karlsbad BW 76307 DE D4-E3-2C (hex) S. Siedle & Sohne D4E32C (base 16) S. Siedle & Sohne Bregstrasse 1 Furtwangen D-78120 DE 7C-6A-DB (hex) SafeTone Technology Co.,Ltd 7C6ADB (base 16) SafeTone Technology Co.,Ltd Room 323,ZhuouJi Plaza,No.16 AnDe Road,East District, Beijing 100011 CN 90-2E-87 (hex) LabJack 902E87 (base 16) LabJack 3232 S Vance St STE 100 Lakewood CO 80227 US A4-24-B3 (hex) FlatFrog Laboratories AB A424B3 (base 16) FlatFrog Laboratories AB Magistratsvägen 10 Lund Skåne 22643 SE 94-CD-AC (hex) Creowave Oy 94CDAC (base 16) Creowave Oy Lentokatu 2 Oulunsalo FIN-90460 FI 14-4C-1A (hex) Max Communication GmbH 144C1A (base 16) Max Communication GmbH Siemensstrasse 47 Rellingen 25462 DE 34-08-04 (hex) D-Link Corporation 340804 (base 16) D-Link Corporation No.289, Sinhu 3rd Rd., Neihu District, Taipei City 114 TW F0-5D-89 (hex) Dycon Limited F05D89 (base 16) Dycon Limited Unit D Mountain Ash Rhondda Cynon Taff CF45 4ER GB AC-80-D6 (hex) Hexatronic AB AC80D6 (base 16) Hexatronic AB Exportgatan 47B Gothenburg 42246 SE 9C-F9-38 (hex) AREVA NP GmbH 9CF938 (base 16) AREVA NP GmbH Seligenstaedter Str. 100 Karlstein Germany 63791 DE 8C-DB-25 (hex) ESG Solutions 8CDB25 (base 16) ESG Solutions 20 Hyperion Court Kingston Ontario K7K 7K2 CA FC-35-98 (hex) Favite Inc. FC3598 (base 16) Favite Inc. No.19, Lane 78, Yanhe St., Jhubei City Hsinchu County 302 TW 90-D9-2C (hex) HUG-WITSCHI AG 90D92C (base 16) HUG-WITSCHI AG Auriedstrasse 10 Boesingen Fribourg 3178 CH 98-8E-34 (hex) ZHEJIANG BOXSAM ELECTRONIC CO.,LTD 988E34 (base 16) ZHEJIANG BOXSAM ELECTRONIC CO.,LTD No.288,LONGTAN ROAD, JINHUA CITY ZHEJIANG PROVINCE, 321017 CN C4-71-FE (hex) Cisco Systems, Inc C471FE (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 40-22-ED (hex) Digital Projection Ltd 4022ED (base 16) Digital Projection Ltd Greenside Way Manchester Lancs M24 1XX GB 98-94-49 (hex) Skyworth Wireless Technology Ltd. 989449 (base 16) Skyworth Wireless Technology Ltd. Unit A Rm.3A01, Skyworth Bldg., Gaoxin Ave. 1.S., Nanshan District Shenzhen 518057 CN 2C-A1-57 (hex) acromate, Inc. 2CA157 (base 16) acromate, Inc. #1101, JnK Digital Tower, 111 Seoul 152-848 KR 94-20-53 (hex) Nokia Corporation 942053 (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI 28-85-2D (hex) Touch Networks 28852D (base 16) Touch Networks 2515 152nd Ave NE Redmond Washington 98052 US B8-BA-68 (hex) Xi'an Jizhong Digital Communication Co.,Ltd B8BA68 (base 16) Xi'an Jizhong Digital Communication Co.,Ltd 10 Block NO.1 Enterprise Newly-typed Industrial Zone High-Tech Zone Xi¡¯an,China Xi'an ShaanXi 710119 CN B0-B3-2B (hex) Slican Sp. z o.o. B0B32B (base 16) Slican Sp. z o.o. M. Konopnickiej 18 Bydgoszcz Kujawsko-Pomorskie 85-124 PL 58-42-E4 (hex) Baxter International Inc 5842E4 (base 16) Baxter International Inc One Baxter Parkway Deerfield IL 60015 US B8-79-7E (hex) Secure Meters (UK) Limited B8797E (base 16) Secure Meters (UK) Limited Secure House Winchester Hampshire SO23 7RX GB CC-9E-00 (hex) Nintendo Co., Ltd. CC9E00 (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 58-A7-6F (hex) iD corporation 58A76F (base 16) iD corporation goryokaku bld. 2F hakodate hokkaido 040-0011 JP 00-06-F6 (hex) Cisco Systems, Inc 0006F6 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 74-7D-B6 (hex) Aliwei Communications, Inc 747DB6 (base 16) Aliwei Communications, Inc Keji 6 Road , Hi-tech Industrial Park Shenzhen Guangdong 518057 CN B0-65-63 (hex) Shanghai Railway Communication Factory B06563 (base 16) Shanghai Railway Communication Factory No.179 West Jiangchang road Shanghai 200436 CN 40-18-D7 (hex) Smartronix, Inc. 4018D7 (base 16) Smartronix, Inc. 44150 Smartronix Way Hollywood MD 20636 US 4C-2C-80 (hex) Beijing Skyway Technologies Co.,Ltd 4C2C80 (base 16) Beijing Skyway Technologies Co.,Ltd No.5 Jiangtai Road, Beijing 100015 CN D4-9E-6D (hex) Wuhan Zhongyuan Huadian Science & Technology Co., D49E6D (base 16) Wuhan Zhongyuan Huadian Science & Technology Co., NO.6, 6 Road, Sci. & Tech. region of HUST, East Lake Development Zone, Wuhan Hubei 430223 CN 6C-2E-33 (hex) Accelink Technologies Co.,Ltd. 6C2E33 (base 16) Accelink Technologies Co.,Ltd. 88 Youkeyuan Road, Wuhan Hubei 430074 CN 40-98-7B (hex) Aisino Corporation 40987B (base 16) Aisino Corporation No.18 A,Xingshikou Road,Haidian District, Beijing 100195 CN BC-38-D2 (hex) Pandachip Limited BC38D2 (base 16) Pandachip Limited Unit 210, 2/F (Lakeside 1), Building 15, No. 8 Science Park West Avenue Shatin, N.T. HK 20-05-E8 (hex) OOO InProMedia 2005E8 (base 16) OOO InProMedia pr.4806, d.6 Zelenograd Moscow 124466 RU F0-02-48 (hex) SmarteBuilding F00248 (base 16) SmarteBuilding 3267 Bee Cave Road Austin TX 78746 US AC-6F-4F (hex) Enspert Inc AC6F4F (base 16) Enspert Inc 2F., Daehwa B/D, Seoul 135090 KR E8-28-77 (hex) TMY Co., Ltd. E82877 (base 16) TMY Co., Ltd. Attic Bldg. 3F, 1-2-10 Ise-cho, Ashikaga-shi Tochigi 326-0053 JP F0-C8-8C (hex) LeddarTech Inc. F0C88C (base 16) LeddarTech Inc. 2740 Einstein Street Quebec City G1P 4S4 CA 40-37-AD (hex) Macro Image Technology, Inc. 4037AD (base 16) Macro Image Technology, Inc. East Bldg., 6th Floor, IT Venture Tower, Seoul 138-950 KR 28-ED-58 (hex) JAG Jakob AG 28ED58 (base 16) JAG Jakob AG Industriestrasse 20 BRUEGG BE 2555 CH 48-6B-91 (hex) Fleetwood Group Inc. 486B91 (base 16) Fleetwood Group Inc. 11832 James St Holland Michigan 49424 US 64-34-09 (hex) BITwave Pte Ltd 643409 (base 16) BITwave Pte Ltd 2 Serangoon North Ave 5 554911 SG 40-C2-45 (hex) Shenzhen Hexicom Technology Co., Ltd. 40C245 (base 16) Shenzhen Hexicom Technology Co., Ltd. 1510 West Building,Nanshan Software Park, Nanshan Dist. Shenzhen Guangdong 518053 CN CC-55-AD (hex) RIM CC55AD (base 16) RIM Phillip Street Waterloo Ontario N2L 3W8 CA E8-75-7F (hex) FIRS Technologies(Shenzhen) Co., Ltd E8757F (base 16) FIRS Technologies(Shenzhen) Co., Ltd Rm 12A, Area A, Hongsong Business Building, Tairan 9th Rd, Chegongmiao, Shenzhen Guangdong 518040 CN F0-F7-B3 (hex) Phorm F0F7B3 (base 16) Phorm 222 Regent Street London W1B 5TR GB 00-D3-8D (hex) Hotel Technology Next Generation 00D38D (base 16) Hotel Technology Next Generation 650 E. Algonquin Road Schaumburg IL 60173 US C8-3E-A7 (hex) KUNBUS GmbH C83EA7 (base 16) KUNBUS GmbH Heerweg 15C Denkendorf BW D-73770 DE 60-89-3C (hex) Thermo Fisher Scientific P.O.A. 60893C (base 16) Thermo Fisher Scientific P.O.A. 46 Jonspin Rd. Wilmington MA 01887 US D8-6B-F7 (hex) Nintendo Co., Ltd. D86BF7 (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 74-CD-0C (hex) Smith Myers Communications Ltd. 74CD0C (base 16) Smith Myers Communications Ltd. The Omega Centre Biggleswade BEDS SG18 8QB GB CC-CE-40 (hex) Janteq Corp CCCE40 (base 16) Janteq Corp 9272 Jeronimo Road Irvine CA 92618 US B8-EE-79 (hex) YWire Technologies, Inc. B8EE79 (base 16) YWire Technologies, Inc. 1372 Overdale Montreal QC H3G 1V3 CA 74-D6-75 (hex) WYMA Tecnologia 74D675 (base 16) WYMA Tecnologia Rua Clímaco Barbosa, 171-179 São Paulo 01523-000 BR B4-0E-DC (hex) LG-Ericsson Co.,Ltd. B40EDC (base 16) LG-Ericsson Co.,Ltd. 533,Hogye-1dong,Dongan-gu Anyang-shi Kyungki-do 431-749 KR E0-EE-1B (hex) Panasonic Automotive Systems Company of America E0EE1B (base 16) Panasonic Automotive Systems Company of America 776 Highway 74 South Peachtree City Georgia 30269 US 74-BE-08 (hex) ATEK Products, LLC 74BE08 (base 16) ATEK Products, LLC 210 NE 10th Avenue Brainerd MN 56401 US 60-63-FD (hex) Transcend Communication Beijing Co.,Ltd. 6063FD (base 16) Transcend Communication Beijing Co.,Ltd. A-6,Keshi plaza,28#,Information Road Beijing 100085 CN D8-B6-C1 (hex) NetworkAccountant, Inc. D8B6C1 (base 16) NetworkAccountant, Inc. 12101 Tukwila International Blvd. Seattle Washington 98168 US 74-A4-A7 (hex) QRS Music Technologies, Inc. 74A4A7 (base 16) QRS Music Technologies, Inc. 269 Quaker Drive Seneca PA 16346 US 70-02-58 (hex) 01DB-METRAVIB 700258 (base 16) 01DB-METRAVIB 200 CHEMIN DES ORMEAUX LIMONEST CEDEX RHONE 69578 FR F4-55-E0 (hex) Niceway CNC Technology Co.,Ltd.Hunan Province F455E0 (base 16) Niceway CNC Technology Co.,Ltd.Hunan Province 5/F,Innovation-Undertaking Center,HuanBao Industrial Park,199#,ZhenHua Road, Changsha Hunan 410116 CN 20-FD-F1 (hex) 3COM EUROPE LTD 20FDF1 (base 16) 3COM EUROPE LTD Peoplebuilding 2 Hemel Hempstead HERTS. HP2 4NW GB 84-97-B8 (hex) Memjet Inc. 8497B8 (base 16) Memjet Inc. 15920 Bernardo Center Drive San Diego CA 92127 US A0-DD-E5 (hex) SHARP Corporation A0DDE5 (base 16) SHARP Corporation 22-22,Nagaike-cho Osaka city Osaka prefecture 545-8522 JP 20-6A-FF (hex) Atlas Elektronik UK Limited 206AFF (base 16) Atlas Elektronik UK Limited A22 Buliding, Dorset Green Tech. Park Dorchester Dorset DT2 8ZB GB AC-34-CB (hex) Shanhai GBCOM Communication Technology Co. Ltd AC34CB (base 16) Shanhai GBCOM Communication Technology Co. Ltd Room 602, Building 6, No.555 Dongchuan Road Shanghai 200241 CN 90-88-A2 (hex) IONICS TECHNOLOGY ME LTDA 9088A2 (base 16) IONICS TECHNOLOGY ME LTDA RUA DEP. ANTONIO EDU VIEIRA FLORIAN POLIS SANTA CATARINA 88040000 BR 40-CD-3A (hex) Z3 Technology 40CD3A (base 16) Z3 Technology 2720 Harrison St Evanston IL 60201 US 48-2C-EA (hex) Motorola Inc Business Light Radios 482CEA (base 16) Motorola Inc Business Light Radios 8000 W Sunrise Boulevard Plantation Florida 33324 US 00-33-6C (hex) SynapSense Corporation 00336C (base 16) SynapSense Corporation 2365 Iron Point Road, Suite 100 Folsom CA 95630 US 2C-D1-DA (hex) Sanjole, Inc. 2CD1DA (base 16) Sanjole, Inc. 2800 Woodlawn Drive, #271 Honolulu Hawaii 96822 US F8-66-F2 (hex) Cisco Systems, Inc F866F2 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US AC-61-23 (hex) Drivven, Inc. AC6123 (base 16) Drivven, Inc. 12001 Network Boulevard San Antonio TX 78249 US 10-0C-24 (hex) pomdevices, LLC 100C24 (base 16) pomdevices, LLC 178 Colvard Park Dr Durham NC 27713 US 58-F6-BF (hex) Kyoto University 58F6BF (base 16) Kyoto University Yoshida-Hommachi Kyoto 6068501 JP 78-EC-22 (hex) Shanghai Qihui Telecom Technology Co., LTD 78EC22 (base 16) Shanghai Qihui Telecom Technology Co., LTD Room 501, No 2 BoYun Rd, PuDong New Area, Shanghai 201203 CN 0C-15-C5 (hex) SDTEC Co., Ltd. 0C15C5 (base 16) SDTEC Co., Ltd. 167, Churye-2Dong, Sasang-Gu, Busan 617-716 KR FC-75-E6 (hex) Handreamnet FC75E6 (base 16) Handreamnet #1209 MarioTower, 222-12, Guro-Dong, Guro-Gu Seoul Guro-Gu 152-848 KR A0-A7-63 (hex) Polytron Vertrieb GmbH A0A763 (base 16) Polytron Vertrieb GmbH Langwiesenweg 64-71 Bad Wildbad Baden-Württemberg 75323 DE EC-23-68 (hex) IntelliVoice Co.,Ltd. EC2368 (base 16) IntelliVoice Co.,Ltd. 3-6 Kioicho Chiyoda Tokyo 102-0094 JP 74-90-50 (hex) Renesas Electronics Corporation 749050 (base 16) Renesas Electronics Corporation 1753, Shimonumabe, Nakahara-Ku Kawasaki Kanagawa 211-8668 JP 38-95-92 (hex) Beijing Tendyron Corporation 389592 (base 16) Beijing Tendyron Corporation 1810,Tower B,Jin-ma,Building,17 East Qing Hua Road Beijing 100083 CN A4-21-8A (hex) Nortel Networks A4218A (base 16) Nortel Networks CARRETERA BASE AEREA # 5850 Zapopan Jalisco 44130 MX F8-FB-2F (hex) Santur Corporation F8FB2F (base 16) Santur Corporation 40931 Encyclopedia Circle Fremont California 94538 US 2C-CD-43 (hex) Summit Technology Group 2CCD43 (base 16) Summit Technology Group 145 Belmont Drive Somerset NJ 08873 US 64-99-5D (hex) LGE 64995D (base 16) LGE 60-39 , Kasan -dong , Gumcheon-gu. Seoul 153-801 KR 7C-EF-18 (hex) Creative Product Design Pty. Ltd. 7CEF18 (base 16) Creative Product Design Pty. Ltd. 82 Victoria Street Sandringham Victoria 3191 AU FC-7C-E7 (hex) FCI USA LLC FC7CE7 (base 16) FCI USA LLC 825 Old Trail Road Etters PA 17319 US 14-54-12 (hex) Entis Co., Ltd. 145412 (base 16) Entis Co., Ltd. 2-20-6, Hanaoka Bldg, 6F Tokyo 1030007 JP 7C-3E-9D (hex) PATECH 7C3E9D (base 16) PATECH #23-17. WonhyoRo-2Ga YongSan-Gu Seoul 140112 KR 24-45-97 (hex) GEMUE Gebr. Mueller Apparatebau 244597 (base 16) GEMUE Gebr. Mueller Apparatebau Fritz-Mueller-Strasse 6-8 Ingelfingen Criesbach 74653 DE 78-81-8F (hex) Server Racks Australia Pty Ltd 78818F (base 16) Server Racks Australia Pty Ltd 4 - 6 Endurance Ave Queanbeyan NSW 2620 AU 28-48-46 (hex) GridCentric Inc. 284846 (base 16) GridCentric Inc. 350 Bloor St. E Toronto Ontario M4W 0A1 CA 30-69-4B (hex) RIM 30694B (base 16) RIM 295 Phillip Street Waterloo Ontario N2L 3W8 CA 6C-62-6D (hex) Micro-Star INT'L CO., LTD 6C626D (base 16) Micro-Star INT'L CO., LTD No.69, Lide St., Jhonghe City Taipei Conuty 235 TW 28-06-8D (hex) ITL, LLC 28068D (base 16) ITL, LLC P.O. Box 41875 Nashville TN 37204 US C0-0D-7E (hex) Additech, Inc. C00D7E (base 16) Additech, Inc. 10925 Kinghurst Houston TX 77099 US 84-C7-A9 (hex) C3PO S.A. 84C7A9 (base 16) C3PO S.A. Alejandro Goicoechea 6 Local 9 Sant Just Desvern Barcelona ES08960 ES D8-71-57 (hex) Lenovo Mobile Communication Technology Ltd. D87157 (base 16) Lenovo Mobile Communication Technology Ltd. No.999,Qishan North 2nd Road,Information&Optoelectronics Park,Torch Hi-tech Industry Development Zone, Xiamen Fujian 361006 CN 60-9A-A4 (hex) GVI SECURITY INC. 609AA4 (base 16) GVI SECURITY INC. 2801 TRADE CENTER DR STE.120 CARROLLTON TX 75007 US 64-10-84 (hex) HEXIUM Technical Development Co., Ltd. 641084 (base 16) HEXIUM Technical Development Co., Ltd. Vaci ut 51b BUDAPEST H-1134 HU 34-21-09 (hex) Jensen Scandinavia AS 342109 (base 16) Jensen Scandinavia AS Balder Allé 3 Jessheim 2050 NO 3C-10-6F (hex) ALBAHITH TECHNOLOGIES 3C106F (base 16) ALBAHITH TECHNOLOGIES 165, King Abdullah Second Street Amman 11953 JO 0C-DD-EF (hex) Nokia Corporation 0CDDEF (base 16) Nokia Corporation Elektroniikkatie 10 Oulu 90570 FI EC-FE-7E (hex) BlueRadios, Inc. ECFE7E (base 16) BlueRadios, Inc. 7173 S. Havana Street, Suite 600 Englewood Colorado 80112 US E4-AD-7D (hex) SCL Elements E4AD7D (base 16) SCL Elements 5800 St-Denis, #222 Montreal Quebec H2S3l5 CA F0-9C-BB (hex) RaonThink Inc. F09CBB (base 16) RaonThink Inc. 916, Byucksan Digital Valley 2-Cha, 481-10, Kasan-Dong, Kumcheon-Gu, Seoul 153-783 KR 10-CC-DB (hex) AXIMUM PRODUITS ELECTRONIQUES 10CCDB (base 16) AXIMUM PRODUITS ELECTRONIQUES ZI DELTA INDUSTRIE MARSEILLE CEDEX 11 13368 FR 38-C7-BA (hex) CS Services Co.,Ltd. 38C7BA (base 16) CS Services Co.,Ltd. Imon BLDG 95 Edomachi Kobe Hyogo 6500033 JP EC-5C-69 (hex) MITSUBISHI HEAVY INDUSTRIES MECHATRONICS SYSTEMS,LTD. EC5C69 (base 16) MITSUBISHI HEAVY INDUSTRIES MECHATRONICS SYSTEMS,LTD. 1-16,5-CHOME,KOMATSU-DORI, KOBE HYOGO 652-0865 JP 6C-92-BF (hex) Inspur Electronic Information Industry Co.,Ltd. 6C92BF (base 16) Inspur Electronic Information Industry Co.,Ltd. No 224 Shanda Road Jinan Shandong 250013 CN 44-A8-C2 (hex) SEWOO TECH CO., LTD 44A8C2 (base 16) SEWOO TECH CO., LTD 689-20 GEUMJUNG-DONG GUNPO-SI KYUNGGI-DO 435-862 KR 80-EE-73 (hex) Shuttle Inc. 80EE73 (base 16) Shuttle Inc. No. 30 Lane 76, Rei Kuang Rd Taipei 114 TW FC-E2-3F (hex) CLAY PAKY SPA FCE23F (base 16) CLAY PAKY SPA Via Pastrengo 3/b Seriate Bergamo 24068 IT 58-57-0D (hex) Danfoss Solar Inverters 58570D (base 16) Danfoss Solar Inverters Jyllandsgade 28 Sønderborg DK-6400 DK C4-82-3F (hex) Fujian Newland Auto-ID Tech. Co,.Ltd. C4823F (base 16) Fujian Newland Auto-ID Tech. Co,.Ltd. Newland Science & Technology Park, No.1 Rujiang West Rd., Mawei Fuzhou Fujian 350015 CN E8-5B-5B (hex) LG ELECTRONICS INC E85B5B (base 16) LG ELECTRONICS INC 19-1, CHEONGHO-RI, JINWI-MYEON PYEONGTAEK GYEONGGI-DO 451-713 KR BC-A9-D6 (hex) Cyber-Rain, Inc. BCA9D6 (base 16) Cyber-Rain, Inc. 5272 Evanwood Avenue Oak Park California 91377-4809 US 6C-3E-9C (hex) KE Knestel Elektronik GmbH 6C3E9C (base 16) KE Knestel Elektronik GmbH Osterwalder Str. 12 Hopferbach Bavaria 87496 DE 8C-D6-28 (hex) Ikor Metering 8CD628 (base 16) Ikor Metering Francisco Grandmontagne 4 San Sebastian Guipuzcoa 20008 ES 24-3C-20 (hex) Dynamode Group 243C20 (base 16) Dynamode Group Head Office, 132a St Albans Road Watford Herts WD24 4AE GB 3C-39-C3 (hex) JW Electronics Co., Ltd. 3C39C3 (base 16) JW Electronics Co., Ltd. 3A17, No. 5 Hsin-yi Rd., Sec. 5 Taipei 110 TW 3C-05-AB (hex) Product Creation Studio 3C05AB (base 16) Product Creation Studio 425 Westlake Ave N Seattle WA 98109 US F0-43-35 (hex) DVN(Shanghai)Ltd. F04335 (base 16) DVN(Shanghai)Ltd. 11F,Hechuan Building,2016 Yishan Rd, Shanghai 201103 CN A4-79-E4 (hex) KLINFO Corp A479E4 (base 16) KLINFO Corp 301 923 wolpyung-dong Daejeon 302-852 KR 48-1B-D2 (hex) Intron Scientific co., ltd. 481BD2 (base 16) Intron Scientific co., ltd. 6F., NO. 136,Sec 2,Keelung Rd., Da-an district Taipei 106 TW D0-F0-DB (hex) Ericsson D0F0DB (base 16) Ericsson 250 Holger Way SAN JOSE CA 95134 US 7C-14-76 (hex) Damall Technologies SAS 7C1476 (base 16) Damall Technologies SAS Corso della Repubblica 65 Fabriano Ancona 60044 IT 8C-54-1D (hex) LGE 8C541D (base 16) LGE 60-39 , Kasan -dong , Gumcheon-gu. Seoul 153-801 KR 00-A2-DA (hex) INAT GmbH 00A2DA (base 16) INAT GmbH Ostendstraße 50A Nuremberg Bavaria 90482 DE 00-3C-C5 (hex) WONWOO Engineering Co., Ltd 003CC5 (base 16) WONWOO Engineering Co., Ltd 7F 201, Techno-Park SsangYong III, Bucheon City Gyeonggi-Do 421-808 KR F0-77-D0 (hex) Xcellen F077D0 (base 16) Xcellen 15F KINS Tower 25-1,Jeongja-dong,Bungdang-gu, Seongnam Gyeonggi 463811 KR 4C-C6-02 (hex) Radios, Inc. 4CC602 (base 16) Radios, Inc. 31355 State Road 46 Sorrenot Floriad 32776 US 80-71-1F (hex) Juniper Networks 80711F (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 88-FD-15 (hex) LINEEYE CO., LTD 88FD15 (base 16) LINEEYE CO., LTD 5F Marufuku Bldg. 39-1 Karahashi Kyoto 601-8468 JP 88-4B-39 (hex) Siemens AG, Healthcare Sector 884B39 (base 16) Siemens AG, Healthcare Sector Henkestrasse 127 Erlangen Bavaria 91052 DE D8-28-C9 (hex) General Electric Consumer and Industrial D828C9 (base 16) General Electric Consumer and Industrial AP35-1405 Louisville KY 40225 US 44-C2-33 (hex) Guangzhou Comet Technology Development Co.Ltd 44C233 (base 16) Guangzhou Comet Technology Development Co.Ltd Rm 304,FL 3,Block G,Science and Technology Innovation Base, Guangzhou Guangdong 510663 CN 30-EF-D1 (hex) Alstom Strongwish (Shenzhen) Co., Ltd. 30EFD1 (base 16) Alstom Strongwish (Shenzhen) Co., Ltd. 5F,Building No.6, Keji Middle 2 Road High-Tech Industrial Park, Shen Zhen Guangdong 518057 CN 7C-2C-F3 (hex) Secure Electrans Ltd 7C2CF3 (base 16) Secure Electrans Ltd Pioneer House, Pioneer Business Park Ellesmere Port CH65 1AD GB 08-16-51 (hex) SHENZHEN SEA STAR TECHNOLOGY CO.,LTD 081651 (base 16) SHENZHEN SEA STAR TECHNOLOGY CO.,LTD Seastar industrial Park, BaoLong 6th Ave ShenZhen GuangDong 518116 CN A8-63-DF (hex) DISPLAIRE CORPORATION A863DF (base 16) DISPLAIRE CORPORATION 1300 Valley House Dr, Ste 100 Rohnert Park CA 94928 US 18-3B-D2 (hex) BYD Precision Manufacture Company Ltd. 183BD2 (base 16) BYD Precision Manufacture Company Ltd. No3000 LongDong Avenue, Pudong District Shanghai 201203 CN E4-35-93 (hex) Hangzhou GoTo technology Co.Ltd E43593 (base 16) Hangzhou GoTo technology Co.Ltd Room 1303,Boee buliding,3760 Nanhuan Road, Binjiang, Hangzhou Zhejiang 310053 CN 2C-3A-28 (hex) Fagor Electrónica 2C3A28 (base 16) Fagor Electrónica B. San Andres, s/n Mondragón Guipuzcoa 20500 ES B4-58-61 (hex) CRemote, LLC B45861 (base 16) CRemote, LLC 1195 Noel Drive MENLO PARK CA 94025 US B0-97-3A (hex) E-Fuel Corporation B0973A (base 16) E-Fuel Corporation 15466 Los Gatos Blvd. #37 Los Gatos CA 95032 US 20-4E-6B (hex) Axxana(israel) ltd 204E6B (base 16) Axxana(israel) ltd Habarzel 38 Tel aviv 69710 IL 80-F5-93 (hex) IRCO Sistemas de Telecomunicación S.A. 80F593 (base 16) IRCO Sistemas de Telecomunicación S.A. Via Sergia 98 Mataró Barcelona 08302 ES E4-97-F0 (hex) Shanghai VLC Technologies Ltd. Co. E497F0 (base 16) Shanghai VLC Technologies Ltd. Co. Room 901, B-Zone, East Beijing Road Shanghai 200001 CN B4-08-32 (hex) TC Communications B40832 (base 16) TC Communications 17575 Cartwright Road Irvine CA 92614 US EC-DE-3D (hex) Lamprey Networks, Inc. ECDE3D (base 16) Lamprey Networks, Inc. 58 Dover Road Durham NH 03824 US 6C-FF-BE (hex) MPB Communications Inc. 6CFFBE (base 16) MPB Communications Inc. 147 Hymus Blvd Pointe-Claire Quebec H9R 1E9 CA 30-41-74 (hex) ALTEC LANSING LLC 304174 (base 16) ALTEC LANSING LLC 535 ROUTES 6 & 209 MILFORD PA 18337 US 80-B2-89 (hex) Forworld Electronics Ltd. 80B289 (base 16) Forworld Electronics Ltd. No.16 Keyuan 2nd Rd., Situn District Taichung City 886 TW E8-3A-97 (hex) Toshiba Corporation E83A97 (base 16) Toshiba Corporation 1-1-1, Shibaura, Minato-ku Tokyo 00000 JP 10-56-CA (hex) Peplink International Ltd. 1056CA (base 16) Peplink International Ltd. 17/F, Park Building, Cheung Sha Wan HK 48-6F-D2 (hex) StorSimple Inc 486FD2 (base 16) StorSimple Inc 2350 Mission College Blvd Santa Clara CA 95054 US A0-3A-75 (hex) PSS Belgium N.V. A03A75 (base 16) PSS Belgium N.V. Hoogveld 50 Dendermonde 9200 BE 24-DB-AD (hex) ShopperTrak RCT Corporation 24DBAD (base 16) ShopperTrak RCT Corporation 200 W. Monroe Street Chicago IL 60606 US 9C-EB-E8 (hex) BizLink (Kunshan) Co.,Ltd 9CEBE8 (base 16) BizLink (Kunshan) Co.,Ltd No.168,Nanhe Road,Economic & Technological Development Zone, Kunshan City Jiangsu Province 215300 CN 04-0E-C2 (hex) ViewSonic Mobile China Limited 040EC2 (base 16) ViewSonic Mobile China Limited Room 601, The Gate Tower B, No.19, Zhongguancun Street, Haidian District Beijing 100080 CN C8-D1-D1 (hex) AGAiT Technology Corporation C8D1D1 (base 16) AGAiT Technology Corporation 5F,No.27-8, Sec. 2, Zhongzheng E. Rd., Danshui Township Taipei County 25170 TW 00-DB-45 (hex) THAMWAY CO.,LTD. 00DB45 (base 16) THAMWAY CO.,LTD. 3-9-2 Fuji Shizuoka 417-0001 JP D4-9C-28 (hex) JayBird LLC D49C28 (base 16) JayBird LLC 3676 California Ave Salt Lake City UT 84104 US 74-F7-26 (hex) Neuron Robotics 74F726 (base 16) Neuron Robotics 91 Pearson Ave Somerville MA 02144 US 28-72-C5 (hex) Smartmatic Corp 2872C5 (base 16) Smartmatic Corp 1001 Broken Sound Pkwy NW Suite D Boca Raton Florida 33487 US E0-8F-EC (hex) REPOTEC CO., LTD. E08FEC (base 16) REPOTEC CO., LTD. 3F, 258. CHUNG HO CITY, TAIPEI COUNTY 235 TW AC-E9-AA (hex) Hay Systems Ltd ACE9AA (base 16) Hay Systems Ltd Watermark Livingston West Lothian EH54 7EG GB 08-2A-D0 (hex) SRD Innovations Inc. 082AD0 (base 16) SRD Innovations Inc. 11525 Valley Ridge Dr. NW Calgary AB T3B 5T4 CA 88-98-21 (hex) TERAON 889821 (base 16) TERAON 2F Seohan Bldg., 1552-10, Seocho-Dong, Seocho-Gu, Seoul 137-070 KR E0-E7-51 (hex) Nintendo Co., Ltd. E0E751 (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 00-3A-AF (hex) BlueBit Ltd. 003AAF (base 16) BlueBit Ltd. Unit B, 21/F., 78 Hung To Road, Kowloon, HK 64-16-8D (hex) Cisco Systems, Inc 64168D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-3A-9C (hex) Cisco Systems, Inc 003A9C (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 7C-6C-8F (hex) AMS NEVE LTD 7C6C8F (base 16) AMS NEVE LTD BILLINGTON ROAD BURNLEY LANCASHIRE BB11 5UB GB 9C-B2-06 (hex) PROCENTEC 9CB206 (base 16) PROCENTEC Klopperman 16 Wateringen Zuid Holland 2292JD NL 88-ED-1C (hex) Cudo Communication Co., Ltd. 88ED1C (base 16) Cudo Communication Co., Ltd. 10F ArirangTV 1467-80, Seocho-3dong, Seocho-gu Seoul 137-868 KR 9C-CD-82 (hex) CHENG UEI PRECISION INDUSTRY CO.,LTD 9CCD82 (base 16) CHENG UEI PRECISION INDUSTRY CO.,LTD No.18, Chung Shan Rd., Tu-Cheng Industry Park Tu Cheng City Taipei Hsien 23680 TW F0-62-81 (hex) ProCurve Networking by HP F06281 (base 16) ProCurve Networking by HP 60 Alexandra Terrace 118502 SG C0-9C-92 (hex) COBY C09C92 (base 16) COBY COBY Electronics ShenZhen R&D Center SHENZHEN GUANGDONG 518109 CN C0-38-F9 (hex) Nokia Danmark A/S C038F9 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK F4-63-49 (hex) Diffon Corporation F46349 (base 16) Diffon Corporation Digital Tower Aston 1505 Seoul 153803 KR 74-F0-7D (hex) BnCOM Co.,Ltd 74F07D (base 16) BnCOM Co.,Ltd Room1007, Daehyun Techno World, 174 Uiwang-si Gyeonggi-do 437-753 KR F8-52-DF (hex) VNL Europe AB F852DF (base 16) VNL Europe AB Finlandsgatan 10 Kista 164 74 SE A8-CB-95 (hex) EAST BEST CO., LTD. A8CB95 (base 16) EAST BEST CO., LTD. 4F,NO.98,SHING TEH ROAD SAN CHUNG CITY TAIPEI 241 TW F4-5F-F7 (hex) DQ Technology Inc. F45FF7 (base 16) DQ Technology Inc. 5111 Johnson Drive Pleasanton CA 94588 US 7C-3B-D5 (hex) Imago Group 7C3BD5 (base 16) Imago Group Ramon Marti Alsina 2-4-6 Badalona Barcelona 08911 ES 5C-E2-23 (hex) Delphin Technology AG 5CE223 (base 16) Delphin Technology AG Lustheide 81 Bergisch-Gladbach 51427 DE F8-71-FE (hex) The Goldman Sachs Group, Inc. F871FE (base 16) The Goldman Sachs Group, Inc. Christchurch Court | 10-15 Newgate Street London London EC1A 7HD GB 2C-19-84 (hex) IDN Telecom, Inc. 2C1984 (base 16) IDN Telecom, Inc. 2669 Great Arbor Way Union City CA 94587 US D8-C3-FB (hex) DETRACOM D8C3FB (base 16) DETRACOM 41 AVENUE DE L'EUROPE CASTELNAU D'ESTRETEFONDS 31620 FR 58-F6-7B (hex) Xia Men UnionCore Technology LTD. 58F67B (base 16) Xia Men UnionCore Technology LTD. (224)2F Chuangye Building,Xiamen Pioneering Park for Overseas Chinese Scholars Xia Men Fu Jian 361009 CN 6C-F0-49 (hex) GIGA-BYTE TECHNOLOGY CO.,LTD. 6CF049 (base 16) GIGA-BYTE TECHNOLOGY CO.,LTD. Pin-Jen Taoyuan 324 TW 64-4F-74 (hex) LENUS Co., Ltd. 644F74 (base 16) LENUS Co., Ltd. 18-5 Gwacheon-Dong Gwacheon Gyeonggi-Do 427-060 KR 78-7F-62 (hex) GiK mbH 787F62 (base 16) GiK mbH Goethestraße 5 Aachen 52064 DE 40-15-97 (hex) Protect America, Inc. 401597 (base 16) Protect America, Inc. 5100 N IH-35 Round Rock TX 78681 US C4-FC-E4 (hex) DishTV NZ Ltd C4FCE4 (base 16) DishTV NZ Ltd 10 Penney Ave Auckland 1041 NZ E8-0B-13 (hex) Akib Systems Taiwan, INC E80B13 (base 16) Akib Systems Taiwan, INC No.582-1, RuiGuang Rd Taipei 114 TW EC-6C-9F (hex) Chengdu Volans Technology CO.,LTD EC6C9F (base 16) Chengdu Volans Technology CO.,LTD 2nd Floor Building 4B Hi-Tech Incubation Park,Nanyan Xian,Tianfu Ave Chengdu Sichuan 610041 CN 40-EF-4C (hex) Fihonest communication co.,Ltd 40EF4C (base 16) Fihonest communication co.,Ltd Room902,Park road,Zhixing business-building Dongguan Guangdong 523560 CN 00-27-1E (hex) Xagyl Communications 00271E (base 16) Xagyl Communications 1667 Marronier Crt Cumberland Ontario K4C 1C2 CA 00-27-1D (hex) Comba Telecom Systems (China) Ltd. 00271D (base 16) Comba Telecom Systems (China) Ltd. 10 Shenzhou Road Guangzhou Guangdong 510663 CN 00-27-20 (hex) NEW-SOL COM 002720 (base 16) NEW-SOL COM Bucheon Tecnopark 403-602 Bucheon city Kyoungki-do 420-734 KR 00-26-F0 (hex) cTrixs International GmbH. 0026F0 (base 16) cTrixs International GmbH. Lieferinger Hauptstr. 140 Salzburg Salzburg 5020 AT 00-26-EA (hex) Cheerchip Electronic Technology (ShangHai) Co., Ltd. 0026EA (base 16) Cheerchip Electronic Technology (ShangHai) Co., Ltd. ROOM 1202, NO. 51, 7 Area, NO. 1467 CAOBAO ROAD; SHANGHAI 201101 CN 00-27-08 (hex) Nordiag ASA 002708 (base 16) Nordiag ASA Frysjaveien 40 Oslo 0884 NO 00-27-02 (hex) SolarEdge Technologies 002702 (base 16) SolarEdge Technologies 1 Abba Eban St. Herzelia 46725 IL 00-27-04 (hex) Accelerated Concepts, Inc 002704 (base 16) Accelerated Concepts, Inc 1208 E Kennedy Blvd Tampa FL 33602 US 00-26-FA (hex) BandRich Inc. 0026FA (base 16) BandRich Inc. 7F., No.188, Baociao Road Sindian City Taipei 23145 TW 00-26-F9 (hex) S.E.M. srl 0026F9 (base 16) S.E.M. srl via Lecco, 61 Vimercate Monza Brianza 20059 IT 00-26-FD (hex) Interactive Intelligence 0026FD (base 16) Interactive Intelligence 7601 Interactive Way IN 46278 US 00-26-F7 (hex) Nivetti Systems Pvt. Ltd. 0026F7 (base 16) Nivetti Systems Pvt. Ltd. #727,8th Main, JP Nagar 3rd Phase Bangalore 560078 IN 00-26-F6 (hex) Military Communication Institute 0026F6 (base 16) Military Communication Institute ul. Warszawska 22A Zegrze 05-130 PL 00-26-DD (hex) Fival Science & Technology Co.,Ltd. 0026DD (base 16) Fival Science & Technology Co.,Ltd. 1/F, Building 57, No.461 Shanghai Shanghai 200233 CN 00-26-DE (hex) FDI MATELEC 0026DE (base 16) FDI MATELEC Route de saint symphorien Les landes Génusson 85130 FR 00-26-DA (hex) Universal Media Corporation /Slovakia/ s.r.o. 0026DA (base 16) Universal Media Corporation /Slovakia/ s.r.o. Mickiewiczova 7104/14 Bratislava 811 07 SK 00-26-DB (hex) Ionics EMS Inc. 0026DB (base 16) Ionics EMS Inc. Carmelray Industrial Park 2, Brgy. Tulo Calamba Laguna 4027 PH 00-26-D5 (hex) Ory Solucoes em Comercio de Informatica Ltda. 0026D5 (base 16) Ory Solucoes em Comercio de Informatica Ltda. Av. Unisinos, 615 Sao Leopoldo RS 93022000 BR 00-26-CE (hex) Kozumi USA Corp. 0026CE (base 16) Kozumi USA Corp. 3005 Hartridge Terrace Wellington FL 33414 US 00-27-11 (hex) LanPro Inc 002711 (base 16) LanPro Inc 1880 NW 93Av Miami Florida 33172 US 00-26-86 (hex) Quantenna Communcations, Inc. 002686 (base 16) Quantenna Communcations, Inc. 3450 W. Warren Ave. Fremont CA 94538 US 00-26-84 (hex) KISAN SYSTEM 002684 (base 16) KISAN SYSTEM GWANGMYEONG TECHNOPARK B-403 GWANGMYEONG GYEONGGI 423-050 KR 00-26-80 (hex) SIL3 Pty.Ltd 002680 (base 16) SIL3 Pty.Ltd Factory 10 DANDENONG VICTORIA 3175 AU 00-26-BF (hex) ShenZhen Temobi Science&Tech Development Co.,Ltd 0026BF (base 16) ShenZhen Temobi Science&Tech Development Co.,Ltd 4FloorG, Jinrun Tower, 6019 Shennan Road ShenZhen 518000 CN 00-26-B4 (hex) Ford Motor Company 0026B4 (base 16) Ford Motor Company 20300 Rotunda Drive Dearborn MI 48124 US 00-26-CA (hex) Cisco Systems, Inc 0026CA (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-26-C9 (hex) Proventix Systems, Inc. 0026C9 (base 16) Proventix Systems, Inc. 4518 Valleydale Road Birmingham AL 35242 US 00-26-90 (hex) I DO IT 002690 (base 16) I DO IT 1308, WoolimLions2nd Doksan Station Seoul 153-787 KR 00-26-8F (hex) MTA SpA 00268F (base 16) MTA SpA Viale dell Industria 12 Codogno LODI 26845 IT 00-26-79 (hex) Euphonic Technologies, Inc. 002679 (base 16) Euphonic Technologies, Inc. 2-5-10 Shin-yokohama, Kouhoku-ku Yokohama 222-0033 JP 00-26-AC (hex) Shanghai LUSTER Teraband photonic Co., Ltd. 0026AC (base 16) Shanghai LUSTER Teraband photonic Co., Ltd. F4, No.39 ChengZhong Rd. Shanghai 201800 CN 00-26-A6 (hex) TRIXELL 0026A6 (base 16) TRIXELL 460, Rue du pommarin MOIRANS 38210 FR 00-26-9C (hex) ITUS JAPAN CO. LTD 00269C (base 16) ITUS JAPAN CO. LTD 7F Shinkawa B/D Chuoku Tokyo 1040033 JP 00-26-94 (hex) Senscient Ltd 002694 (base 16) Senscient Ltd Unit 2, Block A, Arena Business Centre Poole Dorset BH17 7FJ GB 00-26-76 (hex) COMMidt AS 002676 (base 16) COMMidt AS Kikregata 57-59 Levanger Nord-Troendelag 7600 NO 00-26-1D (hex) COP SECURITY SYSTEM CORP. 00261D (base 16) COP SECURITY SYSTEM CORP. 4~7F, No.5, Lane 130, Min-Chung Rd., Taipei 23141 TW 00-26-17 (hex) OEM Worldwide 002617 (base 16) OEM Worldwide 2920 Kelly Ave Watertown SD 57201 US 00-26-13 (hex) Engel Axil S.L. 002613 (base 16) Engel Axil S.L. Puig dels Tudons, 6 Barbera del Valles Barcelona 08210 ES 00-26-38 (hex) Xia Men Joyatech Co., Ltd. 002638 (base 16) Xia Men Joyatech Co., Ltd. Room 304, 28th Building, Guanri Road, Xiamen Software Park Xiamen Fujian Province 361008 CN 00-26-3A (hex) Digitec Systems 00263A (base 16) Digitec Systems 7,1st Street, Kasturibai Nagar Chennai Tamil Nadu 600054 IN 00-26-0F (hex) Linn Products Ltd 00260F (base 16) Linn Products Ltd Glasgow Road Glasgow Scotland G76 0EQ GB 00-26-0C (hex) Dataram 00260C (base 16) Dataram 186 Princeton Rd. West Windsor NJ 08550 US 00-26-2B (hex) Wongs Electronics Co. Ltd. 00262B (base 16) Wongs Electronics Co. Ltd. Wanfeng Ind. Esata, Shajing, Baoan, Shenzhen Guang Dong 518104 CN 00-26-20 (hex) ISGUS GmbH 002620 (base 16) ISGUS GmbH Oberdorfstraße 18 - 22 VS - Schwenningen BW 78054 DE 00-26-01 (hex) Cutera Inc 002601 (base 16) Cutera Inc 3240 Bayshore Blvd Brisbane CA 94405 US 00-26-35 (hex) Bluetechnix GmbH 002635 (base 16) Bluetechnix GmbH Waidhausenstr. 3/19 Vienna 1140 AT 00-26-57 (hex) OOO NPP EKRA 002657 (base 16) OOO NPP EKRA I.Yakovleva St., 3 Cheboksary Chuvash Republic 428003 RU 00-26-52 (hex) Cisco Systems, Inc 002652 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-26-66 (hex) EFM Networks 002666 (base 16) EFM Networks 6F, Benposra II 1197-1 Bojeong Giheung Gu Yong In Kyunggi do 446913 KR 00-25-F5 (hex) DVS Korea, Co., Ltd 0025F5 (base 16) DVS Korea, Co., Ltd 497-3, SangHa-Dong, Giheung-gu Yong-In city Gyeonggi-do 446-914 KR 00-25-EB (hex) Reutech Radar Systems (PTY) Ltd 0025EB (base 16) Reutech Radar Systems (PTY) Ltd 35 Elektron Avenue Stellenbosch Western Cape 7600 ZA 00-25-EE (hex) Avtex Ltd 0025EE (base 16) Avtex Ltd Unit G5 Capital Business Park Cardiff CF3 2PX GB 00-25-AE (hex) Microsoft Corporation 0025AE (base 16) Microsoft Corporation One Microsoft Way Redmond Washington 98052-6399 US 00-25-AF (hex) COMFILE Technology 0025AF (base 16) COMFILE Technology Guro 5 dong, Guro-gu Seoul 152-842 KR 00-25-A8 (hex) Kontron (BeiJing) Technology Co.,Ltd 0025A8 (base 16) Kontron (BeiJing) Technology Co.,Ltd 17 Building, Block #1,ABP. 188 Western South 4th Ring Road BeiJing 100070 CN 00-25-D9 (hex) DataFab Systems Inc. 0025D9 (base 16) DataFab Systems Inc. 385-3 Hongzun Road Pingzhen City Taoyuan County 32466 TW 00-25-D6 (hex) The Kroger Co. 0025D6 (base 16) The Kroger Co. 11450 Grooms Road Blue Ash OH 45242 US 00-25-D1 (hex) Eastern Asia Technology Limited 0025D1 (base 16) Eastern Asia Technology Limited 8F-1, No. 188, Baoqiao Rd., Xindian Dist. New Taipei City 23145 TW 00-25-CD (hex) Skylane Optics 0025CD (base 16) Skylane Optics Rue d'Arlon, 6 Windhof 8399 LU 00-25-BF (hex) Wireless Cables Inc. 0025BF (base 16) Wireless Cables Inc. 1414 Soquel Ave, Ste 212 Santa Cruz CA 95062 US 00-25-B9 (hex) Cypress Solutions Inc 0025B9 (base 16) Cypress Solutions Inc 3066 Beta Ave BC V5G 4K4 CA 00-25-B6 (hex) Telecom FM 0025B6 (base 16) Telecom FM 895 Plymouth Road Slough Berkshire SL1 4LP GB 00-25-A5 (hex) Walnut Media Network 0025A5 (base 16) Walnut Media Network 440 N Wolfe Rd Sunnyvale CA 94085 US 00-25-A4 (hex) EuroDesign embedded technologies GmbH 0025A4 (base 16) EuroDesign embedded technologies GmbH Waldstratraße 4A Kirchdorf a.d. Amper Bayern 85414 DE 00-25-C1 (hex) Nawoo Korea Corp. 0025C1 (base 16) Nawoo Korea Corp. 4Fl., Hanwon Bldg., 6-1, Sunae-dong, Bundang-gu, Seongnam-si Gyeonggi-do 463-825 KR 00-25-F6 (hex) netTALK.com, Inc. 0025F6 (base 16) netTALK.com, Inc. 1100 NW 163RD DRIVE NORTH MIAMI BEACH FL 33169 US 00-25-7A (hex) CAMCO Produktions- und Vertriebs-GmbH für Beschallungs- und Beleuchtungsanlagen 00257A (base 16) CAMCO Produktions- und Vertriebs-GmbH für Beschallungs- und Beleuchtungsanlagen Fischpicke 5 Wenden NRW 57482 DE 00-25-76 (hex) NELI TECHNOLOGIES 002576 (base 16) NELI TECHNOLOGIES Route Nationale LE RHEU 35650 FR 00-25-74 (hex) KUNIMI MEDIA DEVICE Co., Ltd. 002574 (base 16) KUNIMI MEDIA DEVICE Co., Ltd. 3 KITAMACHIDA YAMAZAKI KUNIMI, DATE FUKUSHIMA 969-1771 JP 00-25-59 (hex) Syphan Technologies Ltd 002559 (base 16) Syphan Technologies Ltd The Watermill Skipton North Yorkshire BD23 3AG GB 00-25-54 (hex) Pixel8 Networks 002554 (base 16) Pixel8 Networks 22 Great Oaks Blvd, Suite 150 San Jose CA 95119 US 00-25-40 (hex) Quasar Technologies, Inc. 002540 (base 16) Quasar Technologies, Inc. 1701 Barrett Lakes Boulevard Kennesaw GA 30144 US 00-25-33 (hex) WITTENSTEIN AG 002533 (base 16) WITTENSTEIN AG Walter-Wittenstein-Straße 1 Igersheim 97999 DE 00-25-30 (hex) Aetas Systems Inc. 002530 (base 16) Aetas Systems Inc. 3A3, No. 1, LiHsin Road I HsinChu Taiwan 30078 TW 00-25-2C (hex) Entourage Systems, Inc. 00252C (base 16) Entourage Systems, Inc. 7901 Jones Branch Drive McLean Virginia 22102 US 00-25-8C (hex) ESUS ELEKTRONIK SAN. VE DIS. TIC. LTD. STI. 00258C (base 16) ESUS ELEKTRONIK SAN. VE DIS. TIC. LTD. STI. ESENSEHIR MAHALLESI KURKCULER CADDESI ISTANBUL 34776 TR 00-25-5A (hex) Tantalus Systems Corp. 00255A (base 16) Tantalus Systems Corp. 301-3480 Gilmore Way Burnaby BC V5G 4Y1 CA 00-25-87 (hex) Vitality, Inc. 002587 (base 16) Vitality, Inc. One Broadway Cambridge MA 02142 US 00-25-73 (hex) ST Electronics (Info-Security) Pte Ltd 002573 (base 16) ST Electronics (Info-Security) Pte Ltd 100, Jurong East Street 21, ST Electronics Jurong East Bldg 609602 SG 00-25-6F (hex) Dantherm Power 00256F (base 16) Dantherm Power Marienlystvej 65 Skive 7800 DK 00-25-2F (hex) Energy, Inc. 00252F (base 16) Energy, Inc. 3297 Pacific Street Charleston SC 29418 US 00-25-0A (hex) Security Expert Co. Ltd 00250A (base 16) Security Expert Co. Ltd 8F-3, No.2, Jian 8th Rd., Jhonghe Taipei 235 TW 00-25-05 (hex) eks Engel GmbH & Co. KG 002505 (base 16) eks Engel GmbH & Co. KG Schuetzenstrasse 2 Wenden-Hillmicke NRW 57482 DE 00-25-09 (hex) SHARETRONIC Group LTD 002509 (base 16) SHARETRONIC Group LTD ShaJing,Bao'an Zone, ShenZhen Guangdong 518104 CN 00-24-DA (hex) Innovar Systems Limited 0024DA (base 16) Innovar Systems Limited 12155 Commissioner Drive North Jackson Ohio 44451 US 00-24-D8 (hex) IlSung Precision 0024D8 (base 16) IlSung Precision 182-2, Jegi-ri, Jeongnam-myeon Hwanseong-si Gyeonggi-do 445-964 KR 00-24-CD (hex) Willow Garage, Inc. 0024CD (base 16) Willow Garage, Inc. 68 Willow Rd. Menlo Park CA 94025 US 00-24-D3 (hex) QUALICA Inc. 0024D3 (base 16) QUALICA Inc. 5-29-15,Toyo, Tokyo 135-0016 JP 00-24-CE (hex) Exeltech Inc 0024CE (base 16) Exeltech Inc 7317 Jack Newell Blvd North Fort Worth TX 76118 US 00-24-CF (hex) Inscape Data Corporation 0024CF (base 16) Inscape Data Corporation 1611 South Main Street Milpitas CA 95035 US 00-24-C6 (hex) Hager Electro SAS 0024C6 (base 16) Hager Electro SAS 132, boulevard d'Europe Obernai Bas-Rhin 67215 FR 00-24-FD (hex) Accedian Networks Inc 0024FD (base 16) Accedian Networks Inc 2351 Alfred Nobel Blvd Saint Laurent QC h4s 2A9 CA 00-25-23 (hex) OCP Inc. 002523 (base 16) OCP Inc. 18495 S Dixie Hwy PMB 107 Miami Florida 33157 US 00-25-1D (hex) DSA Encore, LLC 00251D (base 16) DSA Encore, LLC 50 Pocono Rd Brookfield CT 06804 US 00-25-0F (hex) On-Ramp Wireless, Inc. 00250F (base 16) On-Ramp Wireless, Inc. 16885 West Bernardo Drive San Diego CA 92127 US 00-24-F5 (hex) NDS Surgical Imaging 0024F5 (base 16) NDS Surgical Imaging 5750 Hellyer Ave. San Jose CA. 95138 US 00-24-67 (hex) AOC International (Europe) GmbH 002467 (base 16) AOC International (Europe) GmbH Lahnstrasse 86A Berlin 12055 DE 00-24-6D (hex) Weinzierl Engineering GmbH 00246D (base 16) Weinzierl Engineering GmbH Bahnhofstrasse 6 Tyrlaching Bayern 84558 DE 00-24-70 (hex) AUROTECH ultrasound AS. 002470 (base 16) AUROTECH ultrasound AS. Svingen 1 Tydal Sr-Tr N-7590 NO 00-24-6A (hex) Solid Year Co., Ltd. 00246A (base 16) Solid Year Co., Ltd. 2F-1, No. 94, Bao-chung Road, Hsin-tien City Taipei Hsien 23147 TW 00-24-92 (hex) Motorola, Broadband Solutions Group 002492 (base 16) Motorola, Broadband Solutions Group 1101 Marina Village Parkway Alameda CA 94501 US 00-24-8B (hex) HYBUS CO., LTD. 00248B (base 16) HYBUS CO., LTD. Rm# 701, Daerung Post Tower 1st SEOUL 152-790 KR 00-24-84 (hex) Bang and Olufsen Medicom a/s 002484 (base 16) Bang and Olufsen Medicom a/s Gimsinglundvej 20 Struer DK DK7600 DK 00-24-80 (hex) Meteocontrol GmbH 002480 (base 16) Meteocontrol GmbH Spichererstrasse 48 Augsburg Bavaria 86152 DE 00-24-7A (hex) FU YI CHENG Technology Co., Ltd. 00247A (base 16) FU YI CHENG Technology Co., Ltd. 13F, No. 105-1, Jilin Rd., Luju Shiang, Taoyuan 338 TW 00-24-76 (hex) TAP.tv 002476 (base 16) TAP.tv 16w361 South Frontage Road Burr Ridge IL 60527 US 00-24-B4 (hex) ESCATRONIC GmbH 0024B4 (base 16) ESCATRONIC GmbH Wuerzburger Str. 8 Laatzen Lower Saxony 30880 DE 00-24-B1 (hex) Coulomb Technologies 0024B1 (base 16) Coulomb Technologies 1692 Dell Ave Campbell CA 95008 US 00-24-9C (hex) Bimeng Comunication System Co. Ltd 00249C (base 16) Bimeng Comunication System Co. Ltd Level 16/f, Tower B,Sinotrans Plaza,No.43, Xi Zhi Men Northern Road,Hai dian District Beijing 100044 CN 00-24-98 (hex) Cisco Systems, Inc 002498 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-24-52 (hex) Silicon Software GmbH 002452 (base 16) Silicon Software GmbH Steubenstrasse 46 Mannheim Baden-Wuerttemberg 68163 DE 00-24-53 (hex) Initra d.o.o. 002453 (base 16) Initra d.o.o. Slomskova 33 Ljubljana 1000 SI 00-24-4C (hex) Solartron Metrology Ltd 00244C (base 16) Solartron Metrology Ltd Steyning Way Bognor Regis West Sussex PO20 9ST GB 00-24-48 (hex) SpiderCloud Wireless, Inc 002448 (base 16) SpiderCloud Wireless, Inc 475 Sycamore Drive Milpitas CA 95035 US 00-24-4B (hex) PERCEPTRON INC 00244B (base 16) PERCEPTRON INC 47827 HALYARD DR PLYMOUTH MI 48170 US 00-24-28 (hex) EnergyICT 002428 (base 16) EnergyICT Theodoor Sevenslaan 104a Kortrijk 8500 BE 00-24-17 (hex) Thomson Telecom Belgium 002417 (base 16) Thomson Telecom Belgium Prins Boudewijnlaan 47 Edegem Antwerp B-2650 BE 00-24-16 (hex) Any Use 002416 (base 16) Any Use LG APT 211-1805, Yongin City Gyeong-Gi Province 448-150 KR 00-24-2A (hex) Hittite Microwave Corporation 00242A (base 16) Hittite Microwave Corporation 20 Alpha Rd Chelmsford MA 01824 US 00-24-22 (hex) Knapp Logistik Automation GmbH 002422 (base 16) Knapp Logistik Automation GmbH Günter Knapp-Straße 5-7 Hart bei Graz Styria 8075 AT 00-24-1B (hex) iWOW Communications Pte Ltd 00241B (base 16) iWOW Communications Pte Ltd 1 Lorong 2 Toa Payoh #04-01 319637 SG 00-24-5E (hex) Hivision Co.,ltd 00245E (base 16) Hivision Co.,ltd 2201-2202, COFCO Property Tower, Shenzhen Guangdong 518101 CN 00-24-4D (hex) Hokkaido Electronics Corporation 00244D (base 16) Hokkaido Electronics Corporation 1-1 East 10 North 10 Sapporo Hokkaido 065-0010 JP 00-24-42 (hex) Axona Limited 002442 (base 16) Axona Limited Unit 4U St. Albans Enterprise Centre St. Albans Herts AL3 6EN GB 00-24-00 (hex) Nortel Networks 002400 (base 16) Nortel Networks 2221 Lakeside Blvd Richardson TX 75081 US 00-23-FB (hex) IP Datatel, LLC. 0023FB (base 16) IP Datatel, LLC. 13110 Southwest Freeway Sugar Land Texas 77478 US 00-24-09 (hex) The Toro Company 002409 (base 16) The Toro Company 5825 Jasmine Street Riverside CA 92504 US 00-24-06 (hex) Pointmobile 002406 (base 16) Pointmobile 301,World Meridian Verture Center-1 60-24 Seoul Geumcheon-gu 153781 KR 00-24-3C (hex) S.A.A.A. 00243C (base 16) S.A.A.A. Z.A. Croix Saint Mathieu GALLARDON Eure et Loir 28320 FR 00-23-D3 (hex) AirLink WiFi Networking Corp. 0023D3 (base 16) AirLink WiFi Networking Corp. 19F-1 Room A , No.97, Sec 4, Chung Hsin Rd., San Chung City, Taipei Hsien 241 TW 00-23-CA (hex) Behind The Set, LLC 0023CA (base 16) Behind The Set, LLC 2185 Knollwood Dr. Boulder CO 80302 US 00-23-CB (hex) Shenzhen Full-join Technology Co.,Ltd 0023CB (base 16) Shenzhen Full-join Technology Co.,Ltd 9/F,No.1,Xinrui Road,Hourui ,Xixiang Town, Bao'an District ShenZhen GuangDong 518000 CN 00-23-AD (hex) Xmark Corporation 0023AD (base 16) Xmark Corporation 309 Legget Drive Ottawa Ontario K2K 3A3 CA 00-23-AB (hex) Cisco Systems, Inc 0023AB (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-23-A4 (hex) New Concepts Development Corp. 0023A4 (base 16) New Concepts Development Corp. 2650 Bridge Lane Woodstock IL 60098 US 00-23-DC (hex) Benein, Inc 0023DC (base 16) Benein, Inc Hyojachonjesangga228 B9, 297, Sengnam-si Kyunggi-do 463-818 KR 00-23-D1 (hex) TRG 0023D1 (base 16) TRG Wisma Kosgoro 13th Floor Jakarta Pusat 10350 ID 00-23-FE (hex) Biodevices, SA 0023FE (base 16) Biodevices, SA Rua 5 de Outubro, 309 Porto 4100-175 PT 00-23-F4 (hex) Masternaut 0023F4 (base 16) Masternaut 4, rue Charles Cros Louviers 27407 FR 00-23-D0 (hex) Uniloc USA Inc. 0023D0 (base 16) Uniloc USA Inc. 3333 Michelson Drive Irvine CA 92612 US 00-23-C7 (hex) AVSystem 0023C7 (base 16) AVSystem ul. Friedleina 4 Kraków małopolskie 30-009 PL 00-23-C3 (hex) LogMeIn, Inc. 0023C3 (base 16) LogMeIn, Inc. 500 Unicorn Park Drive Woburn Massachusetts 01801 US 00-23-B0 (hex) COMXION Technology Inc. 0023B0 (base 16) COMXION Technology Inc. 11F, No. 111, Sec 2, Keelung Rd., Sinyi Distric Taipei Taiwan 110 TW 00-23-E1 (hex) Cavena Image Products AB 0023E1 (base 16) Cavena Image Products AB Nytorpsvägen 26 Täby Stockholm se-183 53 SE 00-23-7E (hex) ELSTER GMBH 00237E (base 16) ELSTER GMBH KUHLMANNSTRASSE 10 HAMELN 31785 DE 00-23-7C (hex) NEOTION 00237C (base 16) NEOTION ZI les Paluds AUBAGNE F-13400 FR 00-23-7A (hex) RIM 00237A (base 16) RIM 295 Phillip Street Waterloo Ontario N2L 3W8 CA 00-23-6D (hex) ResMed Ltd 00236D (base 16) ResMed Ltd 1, Elizabeth Macarthur Drive Bella Vista NSW 2153 AU 00-23-6B (hex) Xembedded, Inc. 00236B (base 16) Xembedded, Inc. 1050 Highland Dr Ann Arbor MI 48108 US 00-23-61 (hex) Unigen Corporation 002361 (base 16) Unigen Corporation 45388 Warm Springs Blvd Fremont CA 94539 US 00-23-2C (hex) Senticare 00232C (base 16) Senticare 161 Worcester Rd Framingham MA 01701 US 00-23-2B (hex) IRD A/S 00232B (base 16) IRD A/S Kullinggade 31 Svendborg Fyn 5700 DK 00-23-36 (hex) METEL s.r.o. 002336 (base 16) METEL s.r.o. Zizkuv Kopec 617 Ceska Skalice Nachod 55203 CZ 00-23-38 (hex) OJ-Electronics A/S 002338 (base 16) OJ-Electronics A/S Stenager 13B Sønderborg 6400 DK 00-23-3B (hex) C-Matic Systems Ltd 00233B (base 16) C-Matic Systems Ltd Warren Court Crowborough East Sussex TN6 2QX GB 00-23-2A (hex) eonas IT-Beratung und -Entwicklung GmbH 00232A (base 16) eonas IT-Beratung und -Entwicklung GmbH Greifenhagener Str. 54 Berlin 10437 DE 00-23-27 (hex) Shouyo Electronics CO., LTD 002327 (base 16) Shouyo Electronics CO., LTD 4F., No.8, Lane 345, Yang Kung St. Taipei 11491 TW 00-23-28 (hex) ALCON TELECOMMUNICATIONS CO., LTD. 002328 (base 16) ALCON TELECOMMUNICATIONS CO., LTD. 2nd FL, NO 480-5, SEC. 6, YEN-PING N. RD., TAIPEI TAIWAN 111 TW 00-23-72 (hex) MORE STAR INDUSTRIAL GROUP LIMITED 002372 (base 16) MORE STAR INDUSTRIAL GROUP LIMITED Rm1221-1225, F12 Sangda Science and Technology Building , Shenzhen Guangdong 518057 CN 00-23-4C (hex) KTC AB 00234C (base 16) KTC AB F O Petersons gata 6 Vastra Frolunda Gothenburg SE-42131 SE 00-23-43 (hex) TEM AG 002343 (base 16) TEM AG Triststrasse 8 Chur 7007 CH 00-23-5F (hex) Silicon Micro Sensors GmbH 00235F (base 16) Silicon Micro Sensors GmbH Grenzstrasse 28 / Gebäude 32 Dresden Saxony 01109 DE 00-23-85 (hex) ANTIPODE 002385 (base 16) ANTIPODE 5 RUE DE DOUAI PARIS ILE DE FRANCE 75009 FR 00-22-D8 (hex) Shenzhen GST Security and Safety Technology Limited 0022D8 (base 16) Shenzhen GST Security and Safety Technology Limited Room 502,Building 6 of Kupai Infomation Harbour, Shenzhen Guangdong 518040 CN 00-22-DC (hex) Vigil Health Solutions Inc. 0022DC (base 16) Vigil Health Solutions Inc. 2102-4464 Markham St Victoria BC V8Z 7X8 CA 00-22-D9 (hex) Fortex Industrial Ltd. 0022D9 (base 16) Fortex Industrial Ltd. Flat 16, 12 /F.,Pacific Trade Centre Kowloon Hong Kong 852 CN 00-22-D3 (hex) Hub-Tech 0022D3 (base 16) Hub-Tech 77, Imae-dong Seongnam-si Gyeonggi-do 463-829 KR 00-22-D4 (hex) ComWorth Co., Ltd. 0022D4 (base 16) ComWorth Co., Ltd. 2-35-7 Nishimagome Ohta-ku Tokyo 143-0026 JP 00-22-FE (hex) Advanced Illumination 0022FE (base 16) Advanced Illumination 440 State Garage Road Rochester Vermont 05767 US 00-23-00 (hex) Cayee Computer Ltd. 002300 (base 16) Cayee Computer Ltd. Units 1002-1003, 10/F, Join-In Hang Sing Centre Kwai Chung N.T HK 00-22-F3 (hex) SHARP Corporation 0022F3 (base 16) SHARP Corporation 22-22,Nagaike-cho Osaka city Osaka prefecture 545-8522 JP 00-22-F6 (hex) Syracuse Research Corporation 0022F6 (base 16) Syracuse Research Corporation 6225 Running Ridge Road North Syracuse NY 13212 US 00-23-0D (hex) Nortel Networks 00230D (base 16) Nortel Networks 2221 Lakeside Blvd Richardson TX 75081 US 00-23-03 (hex) LITE-ON IT Corporation 002303 (base 16) LITE-ON IT Corporation 14F, No. 392, Ruey Kuang Road, Neihu Taipei City 114 TW 00-22-ED (hex) TSI Power Corporation 0022ED (base 16) TSI Power Corporation 1103 West Pierce Avenue Antigo WI 54409 US 00-22-E1 (hex) ZORT Labs, LLC. 0022E1 (base 16) ZORT Labs, LLC. 44H Dover Point Road Dover NH 03820 US 00-22-E0 (hex) Atlantic Software Technologies S.r.L. 0022E0 (base 16) Atlantic Software Technologies S.r.L. Via Martino Bassi, 9 Milano 20148 IT 00-22-DF (hex) TAMUZ Monitors 0022DF (base 16) TAMUZ Monitors Tiedenkamp 16 Henstedt-Ulzburg SH 24558 DE 00-23-1A (hex) ITF Co., Ltd. 00231A (base 16) ITF Co., Ltd. 2-2-11 Nishiki-cho Tachikawa-shi Tokyo 190-0022 JP 00-22-BC (hex) JDSU France SAS 0022BC (base 16) JDSU France SAS 34 rue Necker SAINT ETIENNE LOIRE 42000 FR 00-22-AA (hex) Nintendo Co., Ltd. 0022AA (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 00-22-C9 (hex) Lenord, Bauer & Co GmbH 0022C9 (base 16) Lenord, Bauer & Co GmbH Dohlenstr 32 Oberhausen NRW 46145 DE 00-22-8C (hex) Photon Europe GmbH 00228C (base 16) Photon Europe GmbH Jülicher Straße 376 Aachen Nordrhein-Westfalen 52070 DE 00-22-8B (hex) Kensington Computer Products Group 00228B (base 16) Kensington Computer Products Group 333 Twin Dolphin Dr. Redwood Shores CA 94065 US 00-22-8D (hex) GBS Laboratories LLC 00228D (base 16) GBS Laboratories LLC 2325 Dulles Corner Blvd Herndon VA 20171 US 00-22-4C (hex) Nintendo Co., Ltd. 00224C (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 00-22-4A (hex) RAYLASE AG 00224A (base 16) RAYLASE AG Argelsrieder Feld 2-4 Wessling Bavaria 82234 DE 00-22-4B (hex) AIRTECH TECHNOLOGIES, INC. 00224B (base 16) AIRTECH TECHNOLOGIES, INC. 19fl-4, no.77, Hsin Tai Wu Rd., sec.1, Hsin-Chih Taipei 221 TW 00-22-56 (hex) Cisco Systems, Inc 002256 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-22-52 (hex) ZOLL Lifecor Corporation 002252 (base 16) ZOLL Lifecor Corporation 121 Freeport Road Pittsburgh PA 15238 US 00-22-4D (hex) MITAC INTERNATIONAL CORP. 00224D (base 16) MITAC INTERNATIONAL CORP. 6TH FL., NO187, TIDING BLVD., SEC. 2 Taipei 114 TW 00-22-9F (hex) Sensys Traffic AB 00229F (base 16) Sensys Traffic AB Slottsgatan 14 Jonkoping Smaland 55322 SE 00-22-99 (hex) SeaMicro Inc. 002299 (base 16) SeaMicro Inc. 4677 Old Ironsides Dr., Santa Clara CA 95054 US 00-22-6D (hex) Shenzhen GIEC Electronics Co., Ltd. 00226D (base 16) Shenzhen GIEC Electronics Co., Ltd. 24/F, XiNian Center, ShenNan Road 6021#, Futian District Shenzhen Guangdong Province 518040 CN 00-22-6E (hex) Gowell Electronic Limited 00226E (base 16) Gowell Electronic Limited Room 3601 ,36 Floor,Golden Central Tower,Jintian Road,Futian Central District, Shenzhen GuangDong 518048 CN 00-22-5D (hex) Digicable Network India Pvt. Ltd. 00225D (base 16) Digicable Network India Pvt. Ltd. 7B, Shah Industrial Estate Andheri - West, Mumbai. Maharashtra 400 053 IN 00-22-7B (hex) Apogee Labs, Inc. 00227B (base 16) Apogee Labs, Inc. 210 S. 3rd St. North Wales PA 19454 US 00-22-89 (hex) Vandelrande APC inc. 002289 (base 16) Vandelrande APC inc. 1280 Lebourgneuf Blvd. Quebec G2K 0H1 CA 00-22-7D (hex) YE DATA INC. 00227D (base 16) YE DATA INC. 182 Shinko Iruma Saitama 358-0055 JP 00-22-A8 (hex) Ouman Oy 0022A8 (base 16) Ouman Oy Voimatie 6 Kempele FIN-90440 FI 00-22-23 (hex) TimeKeeping Systems, Inc. 002223 (base 16) TimeKeeping Systems, Inc. 30700 Bainbridge Road Solon OH 44139 US 00-22-1A (hex) Audio Precision 00221A (base 16) Audio Precision 5750 SW Arctic Drive Beaverton OR 97005 US 00-22-18 (hex) AKAMAI TECHNOLOGIES INC 002218 (base 16) AKAMAI TECHNOLOGIES INC 150 BROADWAY CAMBRIDGE MA 02142 US 00-22-3C (hex) RATIO Entwicklungen GmbH 00223C (base 16) RATIO Entwicklungen GmbH Ludwig-Erhard-Strasse 22 Hamburg 20459 DE 00-21-E7 (hex) Informatics Services Corporation 0021E7 (base 16) Informatics Services Corporation 140, Negin Bldg., Tehran 1549534511 IR 00-21-DC (hex) TECNOALARM S.r.l. 0021DC (base 16) TECNOALARM S.r.l. Via Cirie' San Mauro Torinese Torino 10099 IT 00-21-F1 (hex) Tutus Data AB 0021F1 (base 16) Tutus Data AB Svardvagen 11 Danderyd Stockholm 18233 SE 00-21-E3 (hex) SerialTek LLC 0021E3 (base 16) SerialTek LLC 1570 Oakland Road San Jose CA 95131 US 00-22-1C (hex) Private 00221C (base 16) Private 00-22-22 (hex) Schaffner Deutschland GmbH 002222 (base 16) Schaffner Deutschland GmbH Nürtingen Branch Nürtingen BW D-72622 DE 00-21-F8 (hex) Enseo, Inc. 0021F8 (base 16) Enseo, Inc. 401 International Parkway Richardson TX 75081 US 00-21-F3 (hex) Si14 SpA 0021F3 (base 16) Si14 SpA Via Tommaseo 77 Padova PD 35131 IT 00-22-31 (hex) SMT&C Co., Ltd. 002231 (base 16) SMT&C Co., Ltd. 2Fr. Haksan Bldg. 110, Gwangjang-dong, Gwangjin-gu Seoul 143-802 KR 00-22-13 (hex) PCI CORPORATION 002213 (base 16) PCI CORPORATION No.25, Lane 66, Hebei 1st St., Beitun District Taichung 406 TW 00-22-01 (hex) Aksys Networks Inc 002201 (base 16) Aksys Networks Inc 428, 3553 - 31 Street NW Calgary T2L 2K7 CA 00-21-7B (hex) Bastec AB 00217B (base 16) Bastec AB Hästvägen 4A Malmö SE 212 35 SE 00-21-76 (hex) YMax Telecom Ltd. 002176 (base 16) YMax Telecom Ltd. 11 Moshe Levi str. Rishon Le Zion 75658 IL 00-21-71 (hex) Wesung TNC Co., Ltd. 002171 (base 16) Wesung TNC Co., Ltd. 102-1409, Bucheon Chunui Technopark 1st, Bucheon-City, Gyeongggi-Do 420-857 KR 00-21-93 (hex) Videofon MV 002193 (base 16) Videofon MV 6 Blackoak Mews Newtown PA 18940 US 00-21-92 (hex) Baoding Galaxy Electronic Technology Co.,Ltd 002192 (base 16) Baoding Galaxy Electronic Technology Co.,Ltd NO.91 Fengfan Rd.,GaoKai District,Baoding City,Hebei Prov.China 071051 Baoding City Hebei Prov. 071051 CN 00-21-A7 (hex) Hantle System Co., Ltd. 0021A7 (base 16) Hantle System Co., Ltd. 481-10 Byucksan Digital Vally II, RM 1511 Seoul City Seoul 153-783 KR 00-21-9C (hex) Honeywld Technology Corp. 00219C (base 16) Honeywld Technology Corp. No.40,Hsueh-Fu Rd. Hsinchu 300 TW 00-21-9A (hex) Cambridge Visual Networks Ltd 00219A (base 16) Cambridge Visual Networks Ltd 61 Selwyn Road Cambridge Cambridgeshire CB3 9EA GB 00-21-D8 (hex) Cisco Systems, Inc 0021D8 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-21-D7 (hex) Cisco Systems, Inc 0021D7 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-21-D9 (hex) SEKONIC CORPORATION 0021D9 (base 16) SEKONIC CORPORATION 7-24-14 NERIMA-KU TOKYO 178-8686 JP 00-21-DA (hex) Automation Products Group Inc. 0021DA (base 16) Automation Products Group Inc. 1025 West 1700 North Logan Utah 84321 US 00-21-B5 (hex) Galvanic Ltd 0021B5 (base 16) Galvanic Ltd 38 Nothumberland Road Dublin 2 IE 00-21-BD (hex) Nintendo Co., Ltd. 0021BD (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 00-21-C4 (hex) Consilium AB 0021C4 (base 16) Consilium AB Västra Finnbodavägen 2-4 Nacka Stockholm 13131 SE 00-21-89 (hex) AppTech, Inc. 002189 (base 16) AppTech, Inc. 363 E Greyhound Pass Carmel Indiana 46032 US 00-21-22 (hex) Chip-pro Ltd. 002122 (base 16) Chip-pro Ltd. 5F.-4, No.63, Siwei Rd., North District, Hsinchu 300 TW 00-21-25 (hex) KUK JE TONG SHIN Co.,LTD 002125 (base 16) KUK JE TONG SHIN Co.,LTD 476-3 Incheon Kwangyouk-Si 407-060 KR 00-21-26 (hex) Shenzhen Torch Equipment Co., Ltd. 002126 (base 16) Shenzhen Torch Equipment Co., Ltd. Floor 5, Block 3, Liming Industrial District, Zhongshanyuan Road, Nanshan, Shenzhen Guangdong 518052 CN 00-21-13 (hex) Padtec S/A 002113 (base 16) Padtec S/A Road Campinas Mogi-Mirim km 118,5 Campinas São Paulo 13086-902 BR 00-21-12 (hex) WISCOM SYSTEM CO.,LTD 002112 (base 16) WISCOM SYSTEM CO.,LTD 100 Jiangjun Road,Jiangning, Nanjing 211100 CN 00-21-0E (hex) Orpak Systems L.T.D. 00210E (base 16) Orpak Systems L.T.D. 31 Lechi St Bnei - Brak 51114 IL 00-21-61 (hex) Yournet Inc. 002161 (base 16) Yournet Inc. KT R&D Center Seoul 137-792 KR 00-21-5F (hex) IHSE GmbH 00215F (base 16) IHSE GmbH Maybachstraße 11 Oberteuringen Baden-Württemberg 88094 DE 00-21-35 (hex) ALCATEL-LUCENT 002135 (base 16) ALCATEL-LUCENT Ramirez de Prado 5 Madrid 28045 ES 00-21-38 (hex) Cepheid 002138 (base 16) Cepheid 904 Caribbean Drive Sunnyvale CA 94089 US 00-21-47 (hex) Nintendo Co., Ltd. 002147 (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 00-21-49 (hex) China Daheng Group ,Inc. 002149 (base 16) China Daheng Group ,Inc. 12F Daheng Science & Technology Tower ,NO.3 Suzhou Str. Beijing 100080 CN 00-21-56 (hex) Cisco Systems, Inc 002156 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-21-51 (hex) Millinet Co., Ltd. 002151 (base 16) Millinet Co., Ltd. 2F, West Building, IT Venture Tower, 78, Garakbon-Dong Songpa-gu Seoul 138-803 US 00-21-6C (hex) ODVA 00216C (base 16) ODVA 4220 Varsity Drive Ann Arbor MI 48108-5006 US 00-21-1C (hex) Cisco Systems, Inc 00211C (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-21-18 (hex) Athena Tech, Inc. 002118 (base 16) Athena Tech, Inc. 3721 Macintosh Dr Warrenton VA 20187 US 00-1F-BD (hex) Kyocera Wireless Corp. 001FBD (base 16) Kyocera Wireless Corp. 10300 Campus Point Drive San Diego CA 92121 US 00-1F-B9 (hex) Paltronics 001FB9 (base 16) Paltronics 1145 Paltronics Ct Crystal Lake IL 60014 US 00-1F-B7 (hex) WiMate Technologies Corp. 001FB7 (base 16) WiMate Technologies Corp. 14A Building 2, Guimiao Garden, Nanguanglu, Nanshan District Shenzhen Guangdong 518054 CN 00-1F-B4 (hex) SmartShare Systems 001FB4 (base 16) SmartShare Systems Tonsbakken 16-18 Skovlunde DK-2740 DK 00-1F-B6 (hex) Chi Lin Technology Co., Ltd. 001FB6 (base 16) Chi Lin Technology Co., Ltd. No.18, Sheng Li 1st St., Jen Te Hsiang, Tainan Taiwan 71758 CN 00-1F-C8 (hex) Up-Today Industrial Co., Ltd. 001FC8 (base 16) Up-Today Industrial Co., Ltd. 7/F., Unify Commercial & Industrial Building Kowloon HK 00-1F-C5 (hex) Nintendo Co., Ltd. 001FC5 (base 16) Nintendo Co., Ltd. 11-1 HOKOTATE-CHO KAMITOBA, MINAMI-KU KYOTO KYOTO 601-8501 JP 00-1F-C0 (hex) Control Express Finland Oy 001FC0 (base 16) Control Express Finland Oy Laitaatsillantie 3 Savonlinna 57170 FI 00-1F-BC (hex) EVGA Corporation 001FBC (base 16) EVGA Corporation 2900 Saturn St. Brea CA 92821 US 00-1F-F9 (hex) Advanced Knowledge Associates 001FF9 (base 16) Advanced Knowledge Associates 3350 Scott Blvd, Suite 40 Santa Clara CA 95054-3119 US 00-1F-ED (hex) Tecan Systems Inc. 001FED (base 16) Tecan Systems Inc. 2450 Zanker Road San Jose CA 95131 US 00-1F-E5 (hex) In-Circuit GmbH 001FE5 (base 16) In-Circuit GmbH Königsbrücker Strasse 69 Dresden 01099 DE 00-1F-F4 (hex) Power Monitors, Inc. 001FF4 (base 16) Power Monitors, Inc. 800 North Main Street Mt. Crawford Virginia 22841 US 00-1F-5F (hex) Blatand GmbH 001F5F (base 16) Blatand GmbH Lichtenbergstrße 8 Garching Bavaria 85748 DE 00-1F-57 (hex) Phonik Innovation Co.,LTD 001F57 (base 16) Phonik Innovation Co.,LTD 29/167 Moo2, 345 Rd, Lampo, Nonthaburi 11110 TH 00-1F-59 (hex) Kronback Tracers 001F59 (base 16) Kronback Tracers c/o DTU, R254 Ballerup Copenhagen 2750 DK 00-1F-4E (hex) ConMed Linvatec 001F4E (base 16) ConMed Linvatec 11311 Concept Blvd. Largo FL 33773 US 00-1F-AA (hex) Taseon, Inc. 001FAA (base 16) Taseon, Inc. 3099 N. First Street San Jose CA 95134 US 00-1F-7B (hex) TechNexion Ltd. 001F7B (base 16) TechNexion Ltd. 17F-1, No. 16, Jian Ba Road, Chung Ho Taipei 235 TW 00-1F-7D (hex) Embedded Wireless GmbH 001F7D (base 16) Embedded Wireless GmbH Soeflinger Strasse 200 Ulm BW 89077 DE 00-1F-8D (hex) Ingenieurbuero Stark GmbH und Ko. KG 001F8D (base 16) Ingenieurbuero Stark GmbH und Ko. KG Rudolf-Diesel-Strasse 44 Laichingen BW 89150 DE 00-1F-AF (hex) NextIO, Inc. 001FAF (base 16) NextIO, Inc. 8303 N MoPac Expressway Austin TX 78759 US 00-1F-74 (hex) Eigen Development 001F74 (base 16) Eigen Development 1807 W10th Ave Vancouver BC V6J 2A9 CA 00-1F-75 (hex) GiBahn Media 001F75 (base 16) GiBahn Media 1816 Rosedale Suseo-dong Seoul 135-885 KR 00-1F-8F (hex) Shanghai Bellmann Digital Source Co.,Ltd. 001F8F (base 16) Shanghai Bellmann Digital Source Co.,Ltd. 404-408 Main Bd, FDUSP, No.11 Guotai Rd. Shanghai 200433 CN 00-1F-84 (hex) Gigle Semiconductor 001F84 (base 16) Gigle Semiconductor Barcelona Activa - Vivero Glorias Barcelona 08018 ES 00-1F-6E (hex) Vtech Engineering Corporation 001F6E (base 16) Vtech Engineering Corporation 20 New England Business Center Andover MA 01810 US 00-1F-66 (hex) PLANAR LLC 001F66 (base 16) PLANAR LLC 32, Elkina str Chelyabinsk SU 454091 RU 00-1F-A0 (hex) A10 Networks 001FA0 (base 16) A10 Networks 3 West Plumeria Drive San Jose CA 95134 US 00-1F-9E (hex) Cisco Systems, Inc 001F9E (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1E-E6 (hex) Shenzhen Advanced Video Info-Tech Co., Ltd. 001EE6 (base 16) Shenzhen Advanced Video Info-Tech Co., Ltd. Tianxiang 11A, Tian'an Cyber Park , Futian Shenzhen Guangdong 518048 CN 00-1E-F7 (hex) Cisco Systems, Inc 001EF7 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1F-0B (hex) Federal State Unitary Enterprise Industrial UnionElectropribor 001F0B (base 16) Federal State Unitary Enterprise Industrial UnionElectropribor Penza 440011 RU 00-1F-0C (hex) Intelligent Digital Services GmbH 001F0C (base 16) Intelligent Digital Services GmbH Grevesmuehlener Strasse 8 Mallentin Mecklenburg-Vorpommern 23639 DE 00-1F-08 (hex) RISCO LTD 001F08 (base 16) RISCO LTD 32 Hacharoshet St Kiriat Malachi 83101 IL 00-1F-43 (hex) ENTES ELEKTRONIK 001F43 (base 16) ENTES ELEKTRONIK Y. Dudullu Org. San. Bol. And Sanayi Sit. No.6 Istanbul Dudullu 34775 TR 00-1F-14 (hex) NexG 001F14 (base 16) NexG 5F Seoul Academy Bldg, Daechi-Dong, Gangnam-Gu, Seoul 135-280 KR 00-1E-F1 (hex) Servimat 001EF1 (base 16) Servimat ZAET Les Haies St Maximin Oise 60740 FR 00-1E-F4 (hex) L-3 Communications Display Systems 001EF4 (base 16) L-3 Communications Display Systems 1355 Bluegrass Lakes Parkway Alpharetta GA 30004-8458 US 00-1E-F5 (hex) Hitek Automated Inc. 001EF5 (base 16) Hitek Automated Inc. Room C3-901, No.383, Huamen Shijia Hangzhou 310012 CN 00-1F-0E (hex) Japan Kyastem Co., Ltd 001F0E (base 16) Japan Kyastem Co., Ltd 1-4-4 Tachikawa Tokyo 190-0022 JP 00-1F-28 (hex) HPN Supply Chain 001F28 (base 16) HPN Supply Chain 8000 Foothills Blvd Roseville CA 95747 US 00-1F-1E (hex) Astec Technology Co., Ltd 001F1E (base 16) Astec Technology Co., Ltd 12F, No.2, Jian Ba Rd. Chung Ho Taipei Hsien 235 TW 00-1F-4A (hex) Albentia Systems S.A. 001F4A (base 16) Albentia Systems S.A. Albala 13 Madrid 28037 ES 00-1E-AA (hex) E-Senza Technologies GmbH 001EAA (base 16) E-Senza Technologies GmbH Blarerstrasse 56 Konstanz BW 78462 DE 00-1E-9C (hex) Fidustron INC 001E9C (base 16) Fidustron INC NO.770-6, Jhongiheng Rd. Jhonghe City Taipei County 235 TW 00-1E-97 (hex) Medium Link System Technology CO., LTD, 001E97 (base 16) Medium Link System Technology CO., LTD, 11F.-2, No.7, Alley 92, Lane 77, Sec. 4, Sinhai Rd., Wunshan District, Taipei 11693 TW 00-1E-8B (hex) Infra Access Korea Co., Ltd. 001E8B (base 16) Infra Access Korea Co., Ltd. #902, Sambo Saving Bank B/D, Kwanak-gu, Seoul 151-830 KR 00-1E-BB (hex) BLUELIGHT TECHNOLOGY INC. 001EBB (base 16) BLUELIGHT TECHNOLOGY INC. 6472 CAMDEN AVE., SUITE 102B SAN JOSE CA 95120 US 00-1E-B5 (hex) Ever Sparkle Technologies Ltd 001EB5 (base 16) Ever Sparkle Technologies Ltd Unit 403, Nan Fung Commercial Centre Kowloon Bay Kowloon HK 00-1E-B3 (hex) Primex Wireless 001EB3 (base 16) Primex Wireless 965 Wells Street Lake Geneva WI 53147 US 00-1E-85 (hex) Lagotek Corporation 001E85 (base 16) Lagotek Corporation 11661 SE 1st St. #208 Bellevue WA 98005 US 00-1E-D8 (hex) Digital United Inc. 001ED8 (base 16) Digital United Inc. 9F, No.220, Gangcian Rd. Taipei 11444 TW 00-1E-D6 (hex) Alentec & Orion AB 001ED6 (base 16) Alentec & Orion AB Grustagsvägen 4 138 40 ÄLTA SE 00-1E-C6 (hex) Obvius Holdings LLC 001EC6 (base 16) Obvius Holdings LLC 20811 NW Cornell Road Hillsboro OR 97124 US 00-1E-C4 (hex) Celio Corp 001EC4 (base 16) Celio Corp 265 E 100 S # 280 Salt Lake City UT 84111 US 00-1E-C1 (hex) 3COM EUROPE LTD 001EC1 (base 16) 3COM EUROPE LTD Peoplebuilding 2 Hemel Hempstead HERTS. HP2 4NW GB 00-1E-B6 (hex) TAG Heuer SA 001EB6 (base 16) TAG Heuer SA Rue Louis-Joseph Chevrolet 6A la Chaux-de-Fonds NE 2300 CH 00-1E-AC (hex) Armadeus Systems 001EAC (base 16) Armadeus Systems Business Campus MULHOUSE cedex Haut-Rhin 68058 FR 00-1E-77 (hex) Air2App 001E77 (base 16) Air2App 50 Old Forge Rd Hanover MA 02339 US 00-1E-7B (hex) R.I.CO. S.r.l. 001E7B (base 16) R.I.CO. S.r.l. via Adriatica, 17 Castelfidardo AN 60022 IT 00-1E-6E (hex) Shenzhen First Mile Communications Ltd 001E6E (base 16) Shenzhen First Mile Communications Ltd 5th Floor, Block R3-A Shenzhen Guangdong 518057 CN 00-1E-6D (hex) IT R&D Center 001E6D (base 16) IT R&D Center 461-25, Jeonmin-dong,Yuseong-Gu Daejeon 305-811 KR 00-1E-34 (hex) CryptoMetrics 001E34 (base 16) CryptoMetrics 160 Michael Cowpland Dr Ottawa Ontario K2M 1P6 CA 00-1E-2D (hex) STIM 001E2D (base 16) STIM ZAC les COUSTELLIERS CASTRIES HERAULT 34160 FR 00-1E-41 (hex) Microwave Communication & Component, Inc. 001E41 (base 16) Microwave Communication & Component, Inc. #204, WOOLIM LION`S VALLEY 2, 680 Seoul 150-787 KR 00-1D-FC (hex) KSIC 001DFC (base 16) KSIC #6F, Korea Federation of Teacher's Associations, 114-1, TaeBong-Ro, Seoul Seocho-Ku 137-715 KR 00-1E-55 (hex) COWON SYSTEMS,Inc. 001E55 (base 16) COWON SYSTEMS,Inc. 6th Fl. COWON TOWER,689-3, Seoul 135-080 KR 00-1E-56 (hex) Bally Wulff Entertainment GmbH 001E56 (base 16) Bally Wulff Entertainment GmbH Maybachufer 48-51 Berlin 12045 DE 00-1E-3F (hex) TrellisWare Technologies, Inc. 001E3F (base 16) TrellisWare Technologies, Inc. 16516 Via Esprillo, Suite 300 San Diego CA 92127 US 00-1E-57 (hex) ALCOMA, spol. s r.o. 001E57 (base 16) ALCOMA, spol. s r.o. Klukovice 313, Praha - 5 Praha 152 00 CZ 00-1E-50 (hex) BATTISTONI RESEARCH 001E50 (base 16) BATTISTONI RESEARCH PARCO DONICA 56 FISCIANO SALERNO 84084 IT 00-1E-11 (hex) ELELUX INTERNATIONAL LTD 001E11 (base 16) ELELUX INTERNATIONAL LTD 3F., NO.103 CHOW TZE STREET TAIPEI 114 TW 00-1D-F2 (hex) Netflix, Inc. 001DF2 (base 16) Netflix, Inc. 100 Winchester Circle Los Gatos CA 95032 US 00-1D-EF (hex) TRIMM, INC. 001DEF (base 16) TRIMM, INC. 407 RAILROAD STREET BUTNER NC 27509 US 00-1D-F1 (hex) Intego Systems, Inc. 001DF1 (base 16) Intego Systems, Inc. 5343 Bowden Road Jacksonville FL 32216 US 00-1D-ED (hex) Grid Net, Inc. 001DED (base 16) Grid Net, Inc. 340 Brannan Street San Francisco CA 94107 US 00-1D-C3 (hex) RIKOR TV, Ltd 001DC3 (base 16) RIKOR TV, Ltd Kostomarovsky per.,3 Moscow 105120 RU 00-1D-C1 (hex) Audinate Pty L 001DC1 (base 16) Audinate Pty L Level 1, 458 Wattle St Ultimo NSW 2007 AU 00-1D-B2 (hex) HOKKAIDO ELECTRIC ENGINEERING CO.,LTD. 001DB2 (base 16) HOKKAIDO ELECTRIC ENGINEERING CO.,LTD. Nishinopporo 120-8 Ebetu-City Hokkaido 069-0832 JP 00-1D-AD (hex) Sinotech Engineering Consultants, Inc. Geotechnical Enginee 001DAD (base 16) Sinotech Engineering Consultants, Inc. Geotechnical Enginee Basement No.7 Lane 26, Yat-Sen Rd. Taipei 110 TW 00-1D-AB (hex) SwissQual License AG 001DAB (base 16) SwissQual License AG Baarerstrasse 78 Zug Postfach 117 CH 00-1D-9C (hex) Rockwell Automation 001D9C (base 16) Rockwell Automation 1 Allen-Bradley Dr. Mayfield Heights OH 44124-6118 US 00-1D-A0 (hex) Heng Yu Electronic Manufacturing Company Limited 001DA0 (base 16) Heng Yu Electronic Manufacturing Company Limited Room 1503-5, Nan Fung Com'l Centre, Kowloon HK 00-1D-D8 (hex) Microsoft Corporation 001DD8 (base 16) Microsoft Corporation One Microsoft Way Redmond Washington 98052-6399 US 00-1D-C8 (hex) Navionics Research Inc., dba SCADAmetrics 001DC8 (base 16) Navionics Research Inc., dba SCADAmetrics 1133 Pond Road Wildwood Missouri 63038 US 00-1D-CC (hex) Ayon Cyber Security, Inc 001DCC (base 16) Ayon Cyber Security, Inc 2350 Commerce Park Dr. Palm Bay FL 32905 US 00-1D-92 (hex) MICRO-STAR INT'L CO.,LTD. 001D92 (base 16) MICRO-STAR INT'L CO.,LTD. No.69,Li-De St,Jung-Ho City Taipei Hsien 235 TW 00-1D-8A (hex) TechTrex Inc 001D8A (base 16) TechTrex Inc 6221 Highway 7, Unit 12 Woodbridge Ontalio L4H 0K8 CA 00-1D-80 (hex) Beijing Huahuan Eletronics Co.,Ltd 001D80 (base 16) Beijing Huahuan Eletronics Co.,Ltd No.26,Shangdi 6th St.Haidian District, Beijing 100085 CN 00-1D-83 (hex) Emitech Corporation 001D83 (base 16) Emitech Corporation 2F,No.7-1,Industry E,Rd.9 Hsinchu 308 TW 00-1D-74 (hex) Tianjin China-Silicon Microelectronics Co., Ltd. 001D74 (base 16) Tianjin China-Silicon Microelectronics Co., Ltd. 301,3F Building 211,No.214 Hongqi Road, Nankai District, Tianjin China Tianjin 300190 CN 00-1D-4B (hex) Grid Connect Inc. 001D4B (base 16) Grid Connect Inc. 1630 W. Diehl Rd Naperville IL 60563 US 00-1D-4D (hex) Adaptive Recognition Hungary, Inc 001D4D (base 16) Adaptive Recognition Hungary, Inc Kiralyhago ter 8-9 Budapest Europe 1126 HU 00-1D-1E (hex) KYUSHU TEN CO.,LTD 001D1E (base 16) KYUSHU TEN CO.,LTD 2360 YUNOKIMOTOMACHI SASEBO-City NAGASAKI Prefecture 857-0115 JP 00-1D-1D (hex) Inter-M Corporation 001D1D (base 16) Inter-M Corporation 653-5 Banghak-Dong, Dobong-Ku Seoul 132-846 KR 00-1D-0E (hex) Agapha Technology co., Ltd. 001D0E (base 16) Agapha Technology co., Ltd. 9F No.121, Shingde Rd., Sanchung City Taipei County 241 TW 00-1D-0A (hex) Davis Instruments, Inc. 001D0A (base 16) Davis Instruments, Inc. 3465 Diablo Ave. Hayward CA 94545 US 00-1D-67 (hex) AMEC 001D67 (base 16) AMEC 9F,No.360,Ruel Guang Rd,Neihu Taipei 114 TW 00-1D-7C (hex) ABE Elettronica S.p.A. 001D7C (base 16) ABE Elettronica S.p.A. Via Leonardo da Vinci, 92 CARAVAGGIO BG 24043 IT 00-1D-6D (hex) Confidant International LLC 001D6D (base 16) Confidant International LLC 2530 Meridian Pkwy Durham North Carolina 27713 US 00-1D-75 (hex) Radioscape PLC 001D75 (base 16) Radioscape PLC 1 Albany Terrace Regent's Park London NW1 4DS GB 00-1D-53 (hex) S&O Electronics (Malaysia) Sdn. Bhd. 001D53 (base 16) S&O Electronics (Malaysia) Sdn. Bhd. Lot 202, Bakar Arang 08000 Sungai Petani Kedah MY 00-1D-54 (hex) Sunnic Technology & Merchandise INC. 001D54 (base 16) Sunnic Technology & Merchandise INC. 6F, NO.74,ZHOU-Z ST., Taipei 114 TW 00-1D-5F (hex) OverSpeed SARL 001D5F (base 16) OverSpeed SARL 15, allee du Bois Cailley Le Thuit-Signol Normandie 27370 FR 00-1D-58 (hex) CQ Inc 001D58 (base 16) CQ Inc 5F, No. 43, Lane 76, Rui Guang Road Taipei 114 TW 00-1D-87 (hex) VigTech Labs Sdn Bhd 001D87 (base 16) VigTech Labs Sdn Bhd 45-11 The Boulevard Mid Valley City Kuala Lumpur Selangor 59200 MY 00-1D-2F (hex) QuantumVision Corporation 001D2F (base 16) QuantumVision Corporation 335 Plantation Way Roswell Ga 30075 US 00-1C-E5 (hex) MBS Electronic Systems GmbH 001CE5 (base 16) MBS Electronic Systems GmbH Ringstrasse 3 82319 Starnberg Bavaria 82319 DE 00-1C-DD (hex) COWBELL ENGINEERING CO., LTD. 001CDD (base 16) COWBELL ENGINEERING CO., LTD. 1739-1 Nagatoro SAKU Nagano 385-0021 JP 00-1C-C2 (hex) Part II Research, Inc. 001CC2 (base 16) Part II Research, Inc. 4601 E. Airport Dr. Ontario CA 91761 US 00-1C-BD (hex) Ezze Mobile Tech., Inc. 001CBD (base 16) Ezze Mobile Tech., Inc. 3F, Bubmusa Bldg., 151-31 Seoul 135-824 KR 00-1C-B8 (hex) CBC Co., Ltd 001CB8 (base 16) CBC Co., Ltd 2-15-13, Tsukishima, Chuo-ku Tokyo 104-0052 JP 00-1C-AC (hex) Qniq Technology Corp. 001CAC (base 16) Qniq Technology Corp. 5F, No.133, Sec.4, Minsheng E. Rd., Taipei 105 TW 00-1C-A5 (hex) Zygo Corporation 001CA5 (base 16) Zygo Corporation 21 Laurel Brook Rd. Middlefield CT 06455 US 00-1C-9D (hex) Liecthi AG 001C9D (base 16) Liecthi AG 10 Unterholz Street Kriegstetten Solothurn 4566 CH 00-1C-FF (hex) Napera Networks Inc 001CFF (base 16) Napera Networks Inc 7683 SE 27th Mercer Island WA 98040 US 00-1C-DC (hex) Custom Computer Services, Inc. 001CDC (base 16) Custom Computer Services, Inc. 1020 Spring City Drive Waukesha WI 53186 US 00-1C-D1 (hex) Waves Audio LTD 001CD1 (base 16) Waves Audio LTD Azrilei Center 3, Triangle tower Tel Aviv Central 67023 IL 00-1C-ED (hex) ENVIRONNEMENT SA 001CED (base 16) ENVIRONNEMENT SA 111 bd. Robespierre POISSY Yvelines 78300 FR 00-1C-BA (hex) VerScient, Inc. 001CBA (base 16) VerScient, Inc. 7700 Equitable Drive Eden Prairie MN 55344 US 00-1C-B0 (hex) Cisco Systems, Inc 001CB0 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1C-4C (hex) Petrotest Instruments 001C4C (base 16) Petrotest Instruments Ludwig-Erhard-Ring 13 Dahlewitz BBG 15827 DE 00-1C-45 (hex) Chenbro Micom Co., Ltd. 001C45 (base 16) Chenbro Micom Co., Ltd. 15Fl., No. 150, Jian Yi Road Chung Ho City Taipei Hsien 235 TW 00-1C-3C (hex) Seon Design Inc. 001C3C (base 16) Seon Design Inc. 111-3B Burbidge Street Coquitlam BC V3K 7B2 CA 00-1C-57 (hex) Cisco Systems, Inc 001C57 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1C-5D (hex) Leica Microsystems 001C5D (base 16) Leica Microsystems Lothbury House Cambridge Technopark Cambridge CB5 8PB GB 00-1C-5E (hex) ASTON France 001C5E (base 16) ASTON France 151 Avenue Gallieni BAGNOLET ile de france 93177 FR 00-1C-55 (hex) Shenzhen Kaifa Technology Co. 001C55 (base 16) Shenzhen Kaifa Technology Co. 7006 Caitian Road, Futian District, Shenzhen Guangdong 518035 CN 00-1C-5B (hex) Chubb Electronic Security Systems Ltd 001C5B (base 16) Chubb Electronic Security Systems Ltd Shadsworth Road Blackburn Lancashire BB1 2PR GB 00-1C-44 (hex) Bosch Security Systems BV 001C44 (base 16) Bosch Security Systems BV Kapittelweg 10 4827 HG Breda Brabant 4827 NL 00-1C-82 (hex) Genew Technologies 001C82 (base 16) Genew Technologies 3A3 Building B1, Cyber-tech Zone, Shenzhen Guangdong 518057 CN 00-1C-84 (hex) STL Solution Co.,Ltd. 001C84 (base 16) STL Solution Co.,Ltd. #710, World Meridian Venture Center I Seoul 152781 KR 00-1C-79 (hex) Cohesive Financial Technologies LLC 001C79 (base 16) Cohesive Financial Technologies LLC 200 South Wacker Dr. Chicago IL 60606 US 00-1C-64 (hex) Landis+Gyr 001C64 (base 16) Landis+Gyr 30000 Mill Creek Ave. Suite 100 Alpharetta GA 30022 US 00-1C-31 (hex) Mobile XP Technology Co., LTD 001C31 (base 16) Mobile XP Technology Co., LTD Room No.2506,Tri-tower C building,No.66 Zhongguancun East Road,Haidian District Beijing 100080 CN 00-1C-8B (hex) MJ Innovations Ltd. 001C8B (base 16) MJ Innovations Ltd. 333 Wyecroft Road Oakville Ontario L6K 2H2 CA 00-1C-6D (hex) KYOHRITSU ELECTRONIC INDUSTRY CO., LTD. 001C6D (base 16) KYOHRITSU ELECTRONIC INDUSTRY CO., LTD. 2-5-1, NIPPONBASHI-NISHI, OSAKA 556-0004 JP 00-1C-96 (hex) Linkwise Technology Pte Ltd 001C96 (base 16) Linkwise Technology Pte Ltd Blk 3, Ang Mo Kio Industrial Park 2A 568050 SG 00-1C-29 (hex) CORE DIGITAL ELECTRONICS CO., LTD 001C29 (base 16) CORE DIGITAL ELECTRONICS CO., LTD 1006# 102 CHUNUITECHNOPARK 200-1 BUCHEON-CITY GYUNGGI-DO 420-857 KR 00-1C-24 (hex) Formosa Wireless Systems Corp. 001C24 (base 16) Formosa Wireless Systems Corp. No. 408, Guandong Rd., HsinChu City 300 TW 00-1C-20 (hex) CLB Benelux 001C20 (base 16) CLB Benelux Ramgatseweg 17 Raamsdonksveer NBR 4941 VN NL 00-1C-1C (hex) Center Communication Systems GmbH 001C1C (base 16) Center Communication Systems GmbH Ignaz-Koeck-Strasse 19 Vienna A-1210 AT 00-1B-DA (hex) UTStarcom Inc 001BDA (base 16) UTStarcom Inc 1275 Harbor Bay PKWY Alameda CA 94502 US 00-1B-D1 (hex) SOGESTMATIC 001BD1 (base 16) SOGESTMATIC 409 Route de la Gare CHATEAUNEUF DE GADAGNE PACA 84470 FR 00-1C-00 (hex) Entry Point, LLC 001C00 (base 16) Entry Point, LLC 735 Robins Idaho Falls Idaho 83401 US 00-1B-FD (hex) Dignsys Inc. 001BFD (base 16) Dignsys Inc. 14F, Digital Empire Bldg., B-1408 Suwon Gyeonggi-do 443-813 KR 00-1B-D6 (hex) Kelvin Hughes Ltd 001BD6 (base 16) Kelvin Hughes Ltd New North Road Ilford Essex IG6 2UR GB 00-1B-CF (hex) Dataupia Corporation 001BCF (base 16) Dataupia Corporation One Alewife Center Cambridge MA 02140 US 00-1B-CB (hex) PEMPEK SYSTEMS PTY LTD 001BCB (base 16) PEMPEK SYSTEMS PTY LTD UNIT 3 / 13 HOYLE AVENUE CASTLE HILL NSW 2154 AU 00-1B-F5 (hex) Tellink Sistemas de Telecomunicación S.L. 001BF5 (base 16) Tellink Sistemas de Telecomunicación S.L. C/ María Tubau Nº 5 Bajo B Madrid 28050 ES 00-1B-E6 (hex) VR AG 001BE6 (base 16) VR AG Rütistrasse 18 Schlieren CH-8952 CH 00-1B-E2 (hex) AhnLab,Inc. 001BE2 (base 16) AhnLab,Inc. 6th Fl, CCMM Bldg, 12 Yeouido-dong Seoul 150869 KR 00-1B-E0 (hex) TELENOT ELECTRONIC GmbH 001BE0 (base 16) TELENOT ELECTRONIC GmbH Wiesentalstraße 42 Aalen Baden-Württemberg 73434 DE 00-1C-34 (hex) HUEY CHIAO INTERNATIONAL CO., LTD. 001C34 (base 16) HUEY CHIAO INTERNATIONAL CO., LTD. 5F, NO. 649-1, HSIN CHUANG CITY TAIPEI 242 TW 00-1C-36 (hex) iNEWiT NV 001C36 (base 16) iNEWiT NV Schaliënhoevedreef 20D Mechelen Antwerp 2800 BE 00-1C-15 (hex) iPhotonix LLC 001C15 (base 16) iPhotonix LLC 2600 N Central Expressway Richardson Texas 75080 US 00-1C-07 (hex) Cwlinux Limited 001C07 (base 16) Cwlinux Limited Unit 138, 13/F, Weswick Commercial Building, Wan Chai HK 00-1B-A3 (hex) Flexit Group GmbH 001BA3 (base 16) Flexit Group GmbH Bräuhausstraße 14 Salzburg Salzburg 5020 AT 00-1B-9F (hex) Calyptech Pty Ltd 001B9F (base 16) Calyptech Pty Ltd 5/486 Lower Heidelberg Road Heidelberg Victoria 3084 AU 00-1B-9A (hex) Apollo Fire Detectors Ltd 001B9A (base 16) Apollo Fire Detectors Ltd 36 Brookside Road Havant Hampshire P09 1JR GB 00-1B-BD (hex) FMC Kongsberg Subsea AS 001BBD (base 16) FMC Kongsberg Subsea AS Kirkegaardsveien 45 Kongsberg Buskerud 3601 NO 00-1B-BE (hex) ICOP Digital 001BBE (base 16) ICOP Digital 16801 W. 116th St. Lenexa KS 66219 US 00-1B-B3 (hex) Condalo GmbH 001BB3 (base 16) Condalo GmbH Kohlstatt 3 Lichtenau Bavaria 86706 DE 00-1B-B7 (hex) Alta Heights Technology Corp. 001BB7 (base 16) Alta Heights Technology Corp. 108 Alta Heights Court Los Gatos California 95030 US 00-1B-99 (hex) KS System GmbH 001B99 (base 16) KS System GmbH Alexanderstraße 37 Muelheim NRW 45472 DE 00-1B-8F (hex) Cisco Systems, Inc 001B8F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1B-8C (hex) JMicron Technology Corp. 001B8C (base 16) JMicron Technology Corp. 1F, No.13, Innovation Road 1 Hsinchu 300 TW 00-1B-91 (hex) EFKON AG 001B91 (base 16) EFKON AG Dietrich-Keller-Strasse 20 8074 Raaba AT 00-1B-82 (hex) Taiwan Semiconductor Co., Ltd. 001B82 (base 16) Taiwan Semiconductor Co., Ltd. 11F, No. 205, Sec. 3, Beishin Rd, Shindian Taipei 231 TW 00-1B-89 (hex) EMZA Visual Sense Ltd. 001B89 (base 16) EMZA Visual Sense Ltd. 20 Ha'ta'as St., Beith Hapamon Kfar Saba 44425 IL 00-1B-8B (hex) NEC Platforms, Ltd. 001B8B (base 16) NEC Platforms, Ltd. 800 Shimomata Kakegawa Shizuoka 436-8501 JP 00-1B-AC (hex) Curtiss Wright Controls Embedded Computing 001BAC (base 16) Curtiss Wright Controls Embedded Computing 10201 Wateridge Circle San Diego CA 92121 US 00-1B-6A (hex) Powerwave Technologies Sweden AB 001B6A (base 16) Powerwave Technologies Sweden AB 164 26 Knarrarnäsgatan 7, Kista SE 00-1B-67 (hex) Cisco Systems Inc 001B67 (base 16) Cisco Systems Inc The Stella Building Swindon Wiltshire SN5 6NX GB 00-1B-7B (hex) The Tintometer Ltd 001B7B (base 16) The Tintometer Ltd Solar Way Amesbury Wiltshire SP4 7SZ GB 00-1B-75 (hex) Hypermedia Systems 001B75 (base 16) Hypermedia Systems 2B Bergman St. Rehovot 76705 IL 00-1B-27 (hex) Merlin CSI 001B27 (base 16) Merlin CSI 12625 Danielson Court Poway CA 92064 US 00-1B-1B (hex) Siemens AG, 001B1B (base 16) Siemens AG, I IA SC MF-K PE 3 76187 Karlsruhe Baden Wuerttemberg DE 00-1B-1F (hex) DELTA - Danish Electronics, Light & Acoustics 001B1F (base 16) DELTA - Danish Electronics, Light & Acoustics Venlighedsvej 4 Hørsholm DK-2970 DK 00-1B-57 (hex) SEMINDIA SYSTEMS PRIVATE LIMITED 001B57 (base 16) SEMINDIA SYSTEMS PRIVATE LIMITED #1106/9,A.M.Industrial Estate,Garvebhai palya, BANGALORE KARNATAKA 560068 IN 00-1B-55 (hex) Hurco Automation Ltd. 001B55 (base 16) Hurco Automation Ltd. 6F, No. 31, Shintai Rd. Jubei City, Hsinchu Hsien 30244 TW 00-1B-53 (hex) Cisco Systems, Inc 001B53 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1B-49 (hex) Roberts Radio limited 001B49 (base 16) Roberts Radio limited Swinton Works Mexborough South Yorkshire S64 8AJ GB 00-1B-0E (hex) InoTec GmbH Organisationssysteme 001B0E (base 16) InoTec GmbH Organisationssysteme Biedrichstrasse 11 Woelfersheim Hessen D-61200 DE 00-1B-04 (hex) Affinity International S.p.a 001B04 (base 16) Affinity International S.p.a C.so Savona 51 Villastellone I10029 IT 00-1B-06 (hex) Ateliers R. LAUMONIER 001B06 (base 16) Ateliers R. LAUMONIER Ateliers R. LAUMONIER Nesles-la-Vallée Val d'Oise 95690 FR 00-1B-31 (hex) Neural Image. Co. Ltd. 001B31 (base 16) Neural Image. Co. Ltd. A307, CASI, Osaka Univ. Suita city Osaka 565-0871 JP 00-1B-29 (hex) Avantis.Co.,Ltd 001B29 (base 16) Avantis.Co.,Ltd 502 SEOIL BLDG. SEOUL 132-872 KR 00-1B-2B (hex) Cisco Systems, Inc 001B2B (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1B-28 (hex) POLYGON, JSC 001B28 (base 16) POLYGON, JSC 37/1, Karl Marx str., floor 5 Ufa Bashkortostan 450077 RU 00-1B-43 (hex) Beijing DG Telecommunications equipment Co.,Ltd 001B43 (base 16) Beijing DG Telecommunications equipment Co.,Ltd No.5 Jiangtai Road, Chaoyang District Beijing 100016 CN 00-1B-3C (hex) Software Technologies Group,Inc. 001B3C (base 16) Software Technologies Group,Inc. 10330 W. Roosevelt Road Weschester IL 60154 US 00-1B-3D (hex) EuroTel Spa 001B3D (base 16) EuroTel Spa viale Martiri della Liberta,4 Lissone Milan 20035 IT 00-1B-66 (hex) Sennheiser electronic GmbH & Co. KG 001B66 (base 16) Sennheiser electronic GmbH & Co. KG Am Labor 1 Wedemark Niedersachsen 30900 DE 00-1B-60 (hex) NAVIGON AG 001B60 (base 16) NAVIGON AG Berliner Platz 11 Wuerzburg Bavaria 97080 DE 00-1B-05 (hex) YMC AG 001B05 (base 16) YMC AG Sonnenstrasse 4 Kreuzlingen Thurgau 8280 CH 00-1A-FF (hex) Wizyoung Tech. 001AFF (base 16) Wizyoung Tech. 9F, No. 25, Sec. 1, Nanjing E. Rd. Taipei 104 TW 00-1B-00 (hex) Neopost Technologies 001B00 (base 16) Neopost Technologies 113 rue Jean-Marin Naudin Bagneux 92220 FR 00-1B-4E (hex) Navman New Zealand 001B4E (base 16) Navman New Zealand 7-21 Kawana Street Auckland 0627 NZ 00-1B-16 (hex) Celtro Ltd. 001B16 (base 16) Celtro Ltd. Azorim Business Park Petach Tikva 49527 IL 00-1A-E6 (hex) Atlanta Advanced Communications Holdings Limited 001AE6 (base 16) Atlanta Advanced Communications Holdings Limited 1900 West Oak Circle, Marietta Atlanta Georgia 30062 US 00-1A-D9 (hex) International Broadband Electric Communications, Inc. 001AD9 (base 16) International Broadband Electric Communications, Inc. 285 Dunlop Blvd. SW Huntsville AL 35824 US 00-1A-C8 (hex) ISL (Instrumentation Scientifique de Laboratoire) 001AC8 (base 16) ISL (Instrumentation Scientifique de Laboratoire) Impasse des 4 vents VERSON CALVADOS 14790 FR 00-1A-AB (hex) eWings s.r.l. 001AAB (base 16) eWings s.r.l. via S. Quasimodo 46 Castel Maggiore Bologna 40013 IT 00-1A-AC (hex) Corelatus AB 001AAC (base 16) Corelatus AB Tegnergatan 37 Stockholm 11161 SE 00-1A-AF (hex) BLUSENS TECHNOLOGY 001AAF (base 16) BLUSENS TECHNOLOGY EDIFICIO CNL,- AV. 15707 - SANTIAGO DE COMPOSTELA A Coruña ES 00-1A-B0 (hex) Signal Networks Pvt. Ltd., 001AB0 (base 16) Signal Networks Pvt. Ltd., No.12, Kalpataru Apartments, Bangalore Karnataka 560001 IN 00-1A-A1 (hex) Cisco Systems, Inc 001AA1 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-1A-C6 (hex) Micro Control Designs 001AC6 (base 16) Micro Control Designs 17490 Caribou Dr Monument Co. 80132 US 00-1A-F2 (hex) Dynavisions Schweiz AG 001AF2 (base 16) Dynavisions Schweiz AG Freisinger Landstraße 21 D-80939 Muenchen DE 00-1A-82 (hex) PROBA Building Automation Co.,LTD 001A82 (base 16) PROBA Building Automation Co.,LTD Penghuan Building 501, Shangdi East Road #1, Haidian District, Beijing 100085 CN 00-1A-7C (hex) Hirschmann Multimedia B.V. 001A7C (base 16) Hirschmann Multimedia B.V. Pampuslaan 170 Weesp Noord-Holland 1382 JS NL 00-1A-7A (hex) Lismore Instruments Limited 001A7A (base 16) Lismore Instruments Limited Unit 2 Tristar Centre, Star Road Horsham West Sussex RH13 8RA GB 00-1A-78 (hex) ubtos 001A78 (base 16) ubtos Rn.213, Woolim Lions Valley, #680 seoul Gasan-dong 153-803 KR 00-1A-76 (hex) SDT information Technology Co.,LTD. 001A76 (base 16) SDT information Technology Co.,LTD. Samil B/B 2F, 5-63 Hyochang-dong Seoul 140-896 KR 00-1A-70 (hex) Cisco-Linksys, LLC 001A70 (base 16) Cisco-Linksys, LLC 121 Theory Drive Irvine California 92612 US 00-1A-61 (hex) PacStar Corp. 001A61 (base 16) PacStar Corp. 15055 SW Sequoia Pkwy, Suite 100 Portland OR 97006 US 00-1A-62 (hex) Data Robotics, Incorporated 001A62 (base 16) Data Robotics, Incorporated 1881 Landings Dr Mountain View CA 94043 US 00-1A-65 (hex) Seluxit 001A65 (base 16) Seluxit Nyhavnsgade 9, 2.sal Aalborg Nord Jylland 9000 DK 00-1A-54 (hex) Hip Shing Electronics Ltd. 001A54 (base 16) Hip Shing Electronics Ltd. Unit 1/2/3, 20/F, New Treasure Center HK 00-1A-42 (hex) Techcity Technology co., Ltd. 001A42 (base 16) Techcity Technology co., Ltd. 4F, No. 4, Alley 1, Szu Wei Lane, Chung Cheng Rd., Hsin Tein City Taipei Hsien 231 TW 00-1A-50 (hex) PheeNet Technology Corp. 001A50 (base 16) PheeNet Technology Corp. Rm. 3, 20F, No. 79, Sec. 1 Hsin Tai Wu Rd. Hsi-Chih New-Taipei City 221 TW 00-1A-53 (hex) Zylaya 001A53 (base 16) Zylaya 444 N. Frederick Ave. Gaithersburg MD 20877 US 00-1A-4C (hex) Crossbow Technology, Inc 001A4C (base 16) Crossbow Technology, Inc 4145 N. First Street San Jose CA 95134 US 00-1A-1A (hex) Gentex Corporation/Electro-Acoustic Products 001A1A (base 16) Gentex Corporation/Electro-Acoustic Products 2456 Brown Avenue Manchester NH 03103 US 00-1A-12 (hex) Essilor 001A12 (base 16) Essilor 64 Bis Avenue Aubert 94300 Vincennes FR 00-1A-7D (hex) cyber-blue(HK)Ltd 001A7D (base 16) cyber-blue(HK)Ltd Room 1408 block C stars Plaza HongLiRoad,FuTian District Shenzhen GuangDong 518028 CN 00-1A-60 (hex) Wave Electronics Co.,Ltd. 001A60 (base 16) Wave Electronics Co.,Ltd. 3th Fl.,DaeSan Plaza B/D,Guun-Dong, 12-1,Gwonseon-Gu Suwon-si Kyeonggi-Do 441-814 KR 00-1A-56 (hex) ViewTel Co,. Ltd. 001A56 (base 16) ViewTel Co,. Ltd. #B-502,Bundang Techno Park 148 BunDang-Ku, SeongNam-Si GyeongGi-Do 463-760 KR 00-19-F3 (hex) Cetis, Inc 0019F3 (base 16) Cetis, Inc 5025 Galley Rd Colorado Springs CO 80915 US 00-19-EF (hex) SHENZHEN LINNKING ELECTRONICS CO.,LTD 0019EF (base 16) SHENZHEN LINNKING ELECTRONICS CO.,LTD Room 901,B Block,Qinghua Information Center Hi-tec park North District,Nanshan District,Shenzhen shenzhen guangdong 518057 CN 00-19-F7 (hex) Onset Computer Corporation 0019F7 (base 16) Onset Computer Corporation P.O. Box 3450 Pocasset MA 02559 US 00-19-EE (hex) CARLO GAVAZZI CONTROLS SPA-Controls Division 0019EE (base 16) CARLO GAVAZZI CONTROLS SPA-Controls Division Via Safforze 8 BELLUNO BL I-32100 IT 00-19-BF (hex) Citiway technology Co.,ltd 0019BF (base 16) Citiway technology Co.,ltd No.2 Building,Jia 32,Beiheyan Avenue,East City Peijing 100006 CN 00-19-B6 (hex) Euro Emme s.r.l. 0019B6 (base 16) Euro Emme s.r.l. Via Belvedere, 24 Galliate Lombardo Varese 21020 IT 00-19-EB (hex) Pyronix Ltd 0019EB (base 16) Pyronix Ltd Braithwell Way Rotherham South Yorkshire S66 8QY GB 00-19-E7 (hex) Cisco Systems, Inc 0019E7 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-19-E9 (hex) S-Information Technolgy, Co., Ltd. 0019E9 (base 16) S-Information Technolgy, Co., Ltd. Sungwoo Bldg, 717-3 Suseo-dong, Seoul 135-884 KR 00-19-DA (hex) Welltrans O&E Technology Co. , Ltd. 0019DA (base 16) Welltrans O&E Technology Co. , Ltd. the 3rd Floor, building C-D, Hi-tech Digital Harbor, Guandong Industrial Park Wuhan Hubei 430074 CN 00-1A-14 (hex) Xin Hua Control Engineering Co.,Ltd. 001A14 (base 16) Xin Hua Control Engineering Co.,Ltd. 160 Wenjing Rd., Minhang Shanghai 2000245 CN 00-1A-10 (hex) LUCENT TRANS ELECTRONICS CO.,LTD 001A10 (base 16) LUCENT TRANS ELECTRONICS CO.,LTD 9F-1,No.16,Chien Pah Rd. Chung Ho Taipei 235 TW 00-1A-0C (hex) Swe-Dish Satellite Systems AB 001A0C (base 16) Swe-Dish Satellite Systems AB Torggatan 15 Solna Stockholm SE-171 06 SE 00-19-DC (hex) ENENSYS Technologies 0019DC (base 16) ENENSYS Technologies Le Germanium RENNES Brittany 35700 FR 00-19-D0 (hex) Cathexis 0019D0 (base 16) Cathexis PO Box 1091 Durban KwaZulu Natal 4320 ZA 00-19-D6 (hex) LS Cable and System Ltd. 0019D6 (base 16) LS Cable and System Ltd. 12F LS Tower, 1026-6, Hogey-dong Anyang-si Gyeonggi-do 431-080 KR 00-19-D7 (hex) FORTUNETEK CO., LTD 0019D7 (base 16) FORTUNETEK CO., LTD 12F, No. 75, Sec 1, Chongqing S. Rd., Taipei 100 TW 00-1A-02 (hex) SECURE CARE PRODUCTS, INC 001A02 (base 16) SECURE CARE PRODUCTS, INC 39 CHENELL DRIVE CONCORD NH 03301 US 00-19-F8 (hex) Embedded Systems Design, Inc. 0019F8 (base 16) Embedded Systems Design, Inc. 6810 Deerpath Road Elkridge MD 21075 US 00-1A-07 (hex) Arecont Vision 001A07 (base 16) Arecont Vision 2400 N. Lincoln Ave Altadena CA 91001 US 00-1A-08 (hex) Simoco Ltd. 001A08 (base 16) Simoco Ltd. Field House Derby DE1 1NH GB 00-1A-04 (hex) Interay Solutions BV 001A04 (base 16) Interay Solutions BV Mr. W.M. Oppedijk van Veenweg 8 BURGUM Friesland 9251 GA NL 00-19-C9 (hex) S&C ELECTRIC COMPANY 0019C9 (base 16) S&C ELECTRIC COMPANY 1135 ATLANTIC AVE ALAMEDA CA 94501 US 00-19-B5 (hex) Famar Fueguina S.A. 0019B5 (base 16) Famar Fueguina S.A. Rodney 70 Buenos Aires 1427 AR 00-19-B8 (hex) Boundary Devices 0019B8 (base 16) Boundary Devices 7200 W. Oakland Chandler AZ 85226 US 00-19-5D (hex) ShenZhen XinHuaTong Opto Electronics Co.,Ltd 00195D (base 16) ShenZhen XinHuaTong Opto Electronics Co.,Ltd 5F,BaodaZhou,Shancheng Industrial Zone,BaoAn District ShenZhen GuangDong 518108 CN 00-19-53 (hex) Chainleader Communications Corp. 001953 (base 16) Chainleader Communications Corp. 5F, No. 400, Sec. 2 Bade Rd., Taipei 105 TW 00-19-55 (hex) Cisco Systems, Inc 001955 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-19-59 (hex) Staccato Communications Inc. 001959 (base 16) Staccato Communications Inc. 6195 Lusk Blvd. San Diego CA 92121 US 00-19-4D (hex) Avago Technologies Sdn Bhd 00194D (base 16) Avago Technologies Sdn Bhd Bayan Lepas Free Industrial Zone Bayan Lepas Penang 11900 MY 00-19-4E (hex) Ultra Electronics - TCS (Tactical Communication Systems) 00194E (base 16) Ultra Electronics - TCS (Tactical Communication Systems) 5990 Cote De Liesse TMR Quebec H4T 1V7 CA 00-19-AC (hex) GSP SYSTEMS Inc. 0019AC (base 16) GSP SYSTEMS Inc. 13FL, 101 Dong, Chunui Techno Park 1, Bucheon-City Gyeonggi-Do 420-857 KR 00-19-B0 (hex) HanYang System 0019B0 (base 16) HanYang System 701Ho, Kofomo Techno Center II, 1289-5 Shihung-Shi Kyunggi-Do 429-850 KR 00-19-95 (hex) Jurong Hi-Tech (Suzhou)Co.ltd 001995 (base 16) Jurong Hi-Tech (Suzhou)Co.ltd 275,Xing Long Street, Suzhou Indudtrial Park Suzhou Jiang Su 215021 CN 00-19-9A (hex) EDO-EVI 00199A (base 16) EDO-EVI 7065 Columbia Gateway Dr. Columbia MD 21046 US 00-19-94 (hex) Jorjin Technologies Inc. 001994 (base 16) Jorjin Technologies Inc. 5F, No.28, Lane141, Sing-ai Rd. Taipei 114 TW 00-19-7C (hex) Riedel Communications GmbH 00197C (base 16) Riedel Communications GmbH Uellendahler Str. 353 Wuppertal NRW 42109 DE 00-19-A0 (hex) NIHON DATA SYSTENS, INC. 0019A0 (base 16) NIHON DATA SYSTENS, INC. 6-9, Koyo-cho naka Kobe-shi Hyogo 658-0032 JP 00-19-91 (hex) avinfo 001991 (base 16) avinfo Jiahuiyuan 703,Huaao Center,31# Zizhuyuan Road, Beijing 100089 CN 00-19-8C (hex) iXSea 00198C (base 16) iXSea 55 av auguste Renoir Marly le Roi 78160 FR 00-19-62 (hex) Commerciant, LP 001962 (base 16) Commerciant, LP 2901 Wilcrest Houston Texas 77042 US 00-19-6F (hex) SensoPart GmbH 00196F (base 16) SensoPart GmbH Am Wiedenbach 1 Wieden Baden-Württemberg D-79695 DE 00-18-DD (hex) Silicondust Engineering Ltd 0018DD (base 16) Silicondust Engineering Ltd 38 Lillington Road Auckland NZ 00-18-DF (hex) The Morey Corporation 0018DF (base 16) The Morey Corporation 100 Morey Drive Woodridge IL 60517 US 00-18-E1 (hex) Verkerk Service Systemen 0018E1 (base 16) Verkerk Service Systemen Molenvliet 1 Zwijndrecht Zuid-Holland NL-3335LH NL 00-18-DA (hex) Würth Elektronik eiSos GmbH & Co. KG 0018DA (base 16) Würth Elektronik eiSos GmbH & Co. KG Max-Eyth-Straße 1 Waldenburg 74638 DE 00-18-D5 (hex) REIGNCOM 0018D5 (base 16) REIGNCOM 14F Kamco Yanjae Tower, 949-3 Seoul 135-739 KR 00-18-E7 (hex) Cameo Communications, INC. 0018E7 (base 16) Cameo Communications, INC. NO.42, Sec. 6, Mincyuan E. Rd. Taipei 114 TW 00-18-E4 (hex) YIGUANG 0018E4 (base 16) YIGUANG 3/FL.Industry zone,Fuxinlin,Hangcheng,Xixiang,Baoan Shenzhen Guangdong 518126 CN 00-18-E5 (hex) Adhoco AG 0018E5 (base 16) Adhoco AG Technopark Winterthur ZH CH-8406 CH 00-19-0A (hex) HASWARE INC. 00190A (base 16) HASWARE INC. 4-12-3 HIGASHI KUNITACHI TOKYO 186-0002 JP 00-19-23 (hex) Phonex Korea Co., LTD. 001923 (base 16) Phonex Korea Co., LTD. 33-3, Geoyeo-Dong Seoul Songpa-Gu 138-814 KR 00-19-1C (hex) Sensicast Systems 00191C (base 16) Sensicast Systems 200 Reservoir St Needham MA 02494 US 00-19-28 (hex) Siemens AG, Transportation Systems 001928 (base 16) Siemens AG, Transportation Systems Ackerstraße 22 Braunschweig 38126 DE 00-19-15 (hex) TECOM Co., Ltd. 001915 (base 16) TECOM Co., Ltd. 23 R&D Road 2 Science Based Industrial Park Hsin-Chu 300 TW 00-19-1B (hex) Sputnik Engineering AG 00191B (base 16) Sputnik Engineering AG Höheweg 85 Biel-Bienne BE 2502 CH 00-19-09 (hex) DEVI - Danfoss A/S 001909 (base 16) DEVI - Danfoss A/S Ulvehavevej 61 Vejle 7100 DK 00-19-33 (hex) Strix Systems, Inc. 001933 (base 16) Strix Systems, Inc. 26610 Agoura Road Calabasas CA 91302 US 00-19-04 (hex) WB Electronics Sp. z o.o. 001904 (base 16) WB Electronics Sp. z o.o. ul. Poznanska 129/133 Ozarow Mazowiecki Mazowieckie 05-850 PL 00-19-34 (hex) TRENDON TOUCH TECHNOLOGY CORP. 001934 (base 16) TRENDON TOUCH TECHNOLOGY CORP. 2F No.5, Alley 22, Lane 513, Rueiguang Rd., Neihu Taipei City 114 TW 00-19-0D (hex) IEEE 1394c 00190D (base 16) IEEE 1394c c/o 1394 Trade Association Southlake TX 76092 US 00-18-81 (hex) Buyang Electronics Industrial Co., Ltd 001881 (base 16) Buyang Electronics Industrial Co., Ltd 434-140, Oryu-Dong Incheon 404-300 KR 00-18-76 (hex) WowWee Ltd. 001876 (base 16) WowWee Ltd. 92 Granville Rd. Suite 301A-C T.S.T. East Kowloon HK 00-18-7A (hex) Wiremold 00187A (base 16) Wiremold 60 Woodlawn St. West Hartford CT 06110 US 00-18-6C (hex) Neonode AB 00186C (base 16) Neonode AB Biblioteksgatan 11, 1st floor Stockholm S-111 46 SE 00-18-73 (hex) Cisco Systems, Inc 001873 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-18-5F (hex) TAC Inc. 00185F (base 16) TAC Inc. 66 Nishiishigatsubocho Nishinanajyo Shimogyoku Kyoto 600-8896 JP 00-18-D4 (hex) Unified Display Interface SIG 0018D4 (base 16) Unified Display Interface SIG 15201 SW Greenbrier Road Beaverton Oregon 97006 US 00-18-A7 (hex) Yoggie Security Systems LTD. 0018A7 (base 16) Yoggie Security Systems LTD. P.P.Box 156 Beth Halevy 42870 IL 00-18-A2 (hex) XIP Technology AB 0018A2 (base 16) XIP Technology AB PO Box 437 Jönköping Sweden SE- 551 16 SE 00-18-9C (hex) Weldex Corporation 00189C (base 16) Weldex Corporation 6751 Katella Avenue Cypress CA 90630 US 00-18-9A (hex) HANA Micron Inc. 00189A (base 16) HANA Micron Inc. #95-1 Wonnam-Li, Umbong-Myeon Asan-City Chung-Nam 336-864 KR 00-18-64 (hex) Eaton Corporation 001864 (base 16) Eaton Corporation 730, rue Commerciale St-Jean-Chrysostome QC G6Z 2C5 CA 00-18-66 (hex) Leutron Vision 001866 (base 16) Leutron Vision Industriestrasse 57 Glattbrugg ZH 8152 CH 00-18-60 (hex) SIM Technology Group Shanghai Simcom Ltd., 001860 (base 16) SIM Technology Group Shanghai Simcom Ltd., SIM Technology building, Shanghai 200233 CN 00-18-97 (hex) JESS-LINK PRODUCTS Co., LTD 001897 (base 16) JESS-LINK PRODUCTS Co., LTD 9F, No. 176, Jian-Yi Rd., Chung Ho City Taipei County 235 TW 00-18-9E (hex) OMNIKEY GmbH. 00189E (base 16) OMNIKEY GmbH. Ferihumerstrasse 13 Linz Upperaustria 4040 AT 00-18-A9 (hex) Ethernet Direct Corporation 0018A9 (base 16) Ethernet Direct Corporation 19F,No.345 Chung Ho Road, Yung Ho City Taipei 234 TW 00-18-A8 (hex) AnNeal Technology Inc. 0018A8 (base 16) AnNeal Technology Inc. Room 106, No. 47, Science Park Rd. II Hsinchu 300 TW 00-18-C2 (hex) Firetide, Inc 0018C2 (base 16) Firetide, Inc 16795 Lark Av, Suite 200 Los Gatos CA 95032 US 00-18-3E (hex) Digilent, Inc 00183E (base 16) Digilent, Inc 215 E. Main St. Pullman WA 99163 US 00-18-42 (hex) Nokia Danmark A/S 001842 (base 16) Nokia Danmark A/S Frederikskaj Copenhagen V DK-1790 DK 00-18-40 (hex) 3 Phoenix, Inc. 001840 (base 16) 3 Phoenix, Inc. 14585 Avion Pkway Chantilly Virginia 20151 US 00-18-44 (hex) Heads Up Technologies, Inc. 001844 (base 16) Heads Up Technologies, Inc. 2033 Chennault Drive, Suite 100 Carrollton Texas 75006-5119 US 00-18-21 (hex) SINDORICOH 001821 (base 16) SINDORICOH 277-22, 2ga, Sungsu-dong, Sungdong-gu, Seoul 133-120 KR 00-18-23 (hex) Delta Electronics, Inc. 001823 (base 16) Delta Electronics, Inc. 186 Ruey Kuang Road, Neihu, Taipei 114 TW 00-18-15 (hex) GZ Technologies, Inc. 001815 (base 16) GZ Technologies, Inc. Room 1, 5F., No.94, Baojhong Rd. Taipei 231 TW 00-18-57 (hex) Unilever R&D 001857 (base 16) Unilever R&D Bldg. 50 Bedford Bedfordshire MK44 1LQ GB 00-18-53 (hex) Atera Networks LTD. 001853 (base 16) Atera Networks LTD. 31, Habarzel St. Tel-Aviv 69710 IL 00-18-59 (hex) Strawberry Linux Co.,Ltd. 001859 (base 16) Strawberry Linux Co.,Ltd. 1-28-8-204 Higashiayase Adachiku Tokyo 120-0004 JP 00-18-4F (hex) 8 Ways Technology Corp. 00184F (base 16) 8 Ways Technology Corp. 2F-1, No. 216, Sec. 3, Roosevelt Rd. Taipei 231 TW 00-18-06 (hex) Hokkei Industries Co., Ltd. 001806 (base 16) Hokkei Industries Co., Ltd. Imahira 432 Hakusan Ishikawa 924-0827 JP 00-18-18 (hex) Cisco Systems, Inc 001818 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-18-1A (hex) AVerMedia Information Inc. 00181A (base 16) AVerMedia Information Inc. 5F., No. 135, Jian 1st Rd., New Taipei City 235 TW 00-18-16 (hex) Ubixon Co., Ltd. 001816 (base 16) Ubixon Co., Ltd. Cheongdong Building 2F Seoul 137-070 KR 00-18-2B (hex) Softier 00182B (base 16) Softier Tidhar 3 Ra'anana none 43665 IL 00-18-29 (hex) Gatsometer 001829 (base 16) Gatsometer Claes Tillyweg 2 Haarlem Noord-Holland 2031 CW NL 00-18-38 (hex) PanAccess Communications,Inc. 001838 (base 16) PanAccess Communications,Inc. Floor 8,Tower B,Global Trade Center,36 Beisanhuandonglu,Dongcheng District Beijing 100013 CN 00-17-F0 (hex) SZCOM Broadband Network Technology Co.,Ltd 0017F0 (base 16) SZCOM Broadband Network Technology Co.,Ltd Room 602 No.8 Building ,Shenzhen Software Park, Shenzhen Guangdong 518057 CN 00-17-F1 (hex) Renu Electronics Pvt Ltd 0017F1 (base 16) Renu Electronics Pvt Ltd Sr No 2/6, Baner Road, Pune Maharashtra 411045 IN 00-17-FF (hex) PLAYLINE Co.,Ltd. 0017FF (base 16) PLAYLINE Co.,Ltd. 1-4-21 MOTOAKASAKA TOKYO 107-0051 JP 00-17-F6 (hex) Pyramid Meriden Inc. 0017F6 (base 16) Pyramid Meriden Inc. 45 Gracey Ave. Meriden CT 06451 US 00-17-C5 (hex) SonicWALL 0017C5 (base 16) SonicWALL 1143 Borregas Ave Sunnyvale CA 95126 US 00-17-BE (hex) Tratec Telecom B.V. 0017BE (base 16) Tratec Telecom B.V. De Smalle Zijde 12 Veenendaal NL0-3903 LP NL 00-17-C0 (hex) PureTech Systems, Inc. 0017C0 (base 16) PureTech Systems, Inc. 1950 W Rose Garden Lane Phoenix AZ 85027 US 00-17-BA (hex) SEDO CO., LTD. 0017BA (base 16) SEDO CO., LTD. 302, KT Bldg, 1ANNEX, 35-1 Seoul 150-038 KR 00-17-D4 (hex) Monsoon Multimedia, Inc 0017D4 (base 16) Monsoon Multimedia, Inc 1730 South Amphlett blvd. Suite 101 San Mateo CA 94402 US 00-17-80 (hex) Applied Biosystems B.V. 001780 (base 16) Applied Biosystems B.V. Blk 33, Marsiling Industrial Estate Road 3, 739256 SG 00-17-A5 (hex) Ralink Technology Corp 0017A5 (base 16) Ralink Technology Corp Suite 215, Bldg 53. 195-61 Sec.4, Chung Hsing Rd, Chutung Hsinchu 310 TW 00-17-A8 (hex) EDM Corporation 0017A8 (base 16) EDM Corporation 3-5-2 Itabashi Itabashi-ku Tokyo 173-0004 JP 00-17-A9 (hex) Sentivision 0017A9 (base 16) Sentivision Marynarska 19a Warsaw Mazowieckie 02-674 PL 00-17-AF (hex) Enermet 0017AF (base 16) Enermet Salvesenintie Jyskä FIN-40420 FI 00-17-AA (hex) elab-experience inc. 0017AA (base 16) elab-experience inc. 104 Anotsupia Tsu-shi mie prefecture 514-0131 JP 00-17-AE (hex) GAI-Tronics 0017AE (base 16) GAI-Tronics Brunel Drive Burton Upon Trent Staffordshire DE13 0BZ GB 00-17-B5 (hex) Peerless Systems Corporation 0017B5 (base 16) Peerless Systems Corporation 2381 Rosecrans Avenue, Suite 400 El Segundo CA 90245 US 00-17-6C (hex) Pivot3, Inc. 00176C (base 16) Pivot3, Inc. 6605 Cypresswood Drive, Ste 350 Spring TX 77379-7741 US 00-17-70 (hex) Arti Industrial Electronics Ltd. 001770 (base 16) Arti Industrial Electronics Ltd. Ger-San Sitesi, 657. Sokak Ankara 06370 TR 00-17-8B (hex) Teledyne Technologies Incorporated 00178B (base 16) Teledyne Technologies Incorporated 12333 West Olympic Blvd Los Angeles CA 90064 US 00-17-DF (hex) Cisco Systems, Inc 0017DF (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-17-46 (hex) Freedom9 Inc. 001746 (base 16) Freedom9 Inc. 4140B SLADEVIEW CRE., MISSISSAUGA, Ontario L5L6A1 CA 00-17-4D (hex) DYNAMIC NETWORK FACTORY, INC. 00174D (base 16) DYNAMIC NETWORK FACTORY, INC. 26250 EDEN LANDING RD. HAYWARD CA 94545 US 00-17-44 (hex) Araneo Ltd. 001744 (base 16) Araneo Ltd. 103 Medinat Hayehudim Herzliya 46733 IL 00-17-49 (hex) HYUNDAE YONG-O-SA CO.,LTD 001749 (base 16) HYUNDAE YONG-O-SA CO.,LTD 448-10, Hyuckjae B/D Seongnae, Kangdong-gu Seoul 134-847 KR 00-17-43 (hex) Deck Srl 001743 (base 16) Deck Srl Via Fabio Filzi 2 Milan 20124 IT 00-17-28 (hex) Selex Communications 001728 (base 16) Selex Communications Via Pieragostini 80 Genova 16151 IT 00-17-22 (hex) Hanazeder Electronic GmbH 001722 (base 16) Hanazeder Electronic GmbH J.M. Dimmelstr 10 Ried i. I. Oberösterreich 4910 AT 00-17-3D (hex) Neology 00173D (base 16) Neology 13000 Gregg Street Suite A Poway CA 92064 US 00-17-40 (hex) Bluberi Gaming Technologies Inc 001740 (base 16) Bluberi Gaming Technologies Inc 2125, rue Letendre Suite 420 Drummondville Quebec J2C 7G1 CA 00-17-32 (hex) Science-Technical Center RISSA 001732 (base 16) Science-Technical Center RISSA st. Abramtsevskaja, h.9 Moscow 128572 RU 00-17-6D (hex) CORE CORPORATION 00176D (base 16) CORE CORPORATION 1-22-3, Sangenjaya, Setagaya-ku Tokyo-to 154-8552 JP 00-17-73 (hex) Laketune Technologies Co. Ltd 001773 (base 16) Laketune Technologies Co. Ltd No. 38 Zijinghua Rd. Westlake District Hangzhou Zhejiang 310013 CN 00-17-3A (hex) Cloudastructure Inc 00173A (base 16) Cloudastructure Inc 585 Broadway Redwood City CA 94063 US 00-17-2F (hex) NeuLion Incorporated 00172F (base 16) NeuLion Incorporated 1600 Old Country Road Plainview NY 11803 US 00-17-23 (hex) Summit Data Communications 001723 (base 16) Summit Data Communications 526 South Main Street Akron Ohio 44311 US 00-17-1F (hex) IMV Corporation 00171F (base 16) IMV Corporation 2-6-10 Takejima Osaka 555-0011 JP 00-17-53 (hex) nFore Technology Inc. 001753 (base 16) nFore Technology Inc. 5F, NO 31, Ln 258, Rulguang Rd Taipei Neihu District 11491 TW 00-17-57 (hex) RIX TECHNOLOGY LIMITED 001757 (base 16) RIX TECHNOLOGY LIMITED 17 DAI WANG STREET TAI PO NEW TERRITORIES HK 00-16-BB (hex) Law-Chain Computer Technology Co Ltd 0016BB (base 16) Law-Chain Computer Technology Co Ltd 7F-2, 286-4, hsin ya road, chien chen district Kaohsiung 80673 TW 00-16-B4 (hex) Private 0016B4 (base 16) Private 00-16-A7 (hex) AWETA G&P 0016A7 (base 16) AWETA G&P Burg. Winkellaan 3 Nootdorp 2631 HG NL 00-17-10 (hex) Casa Systems Inc. 001710 (base 16) Casa Systems Inc. 10, New England Business Center Dr. Andover MA 01810 US 00-16-BF (hex) PaloDEx Group Oy 0016BF (base 16) PaloDEx Group Oy P.O. Box 64 Tuusula 04301 FI 00-16-B7 (hex) Seoul Commtech 0016B7 (base 16) Seoul Commtech 448-11, Seongnae 3dong. Gangdong gu, Seoul 134033 KR 00-16-E1 (hex) SiliconStor, Inc. 0016E1 (base 16) SiliconStor, Inc. 48430 Lakeview Blvd. Fremont CA 94538 US 00-16-E2 (hex) American Fibertek, Inc. 0016E2 (base 16) American Fibertek, Inc. 120 Belmont Drive Somerset New Jersey 08873-1204 US 00-17-13 (hex) Tiger NetCom 001713 (base 16) Tiger NetCom J-15 Mudan Cun, Yijing Huayuan, Shenzhen Guangdong 518003 CN 00-16-CD (hex) HIJI HIGH-TECH CO., LTD. 0016CD (base 16) HIJI HIGH-TECH CO., LTD. Ohga 8133 Hayami Oita 879-1504 JP 00-16-EF (hex) Koko Fitness, Inc. 0016EF (base 16) Koko Fitness, Inc. 136 Longwater Drive Norwell MA 02061 US 00-16-FD (hex) Jaty Electronics 0016FD (base 16) Jaty Electronics Jaty Bldg 10F, 1659-5 Bongchun11-Dong Seoul 151-832 KR 00-16-78 (hex) SHENZHEN BAOAN GAOKE ELECTRONICS CO., LTD 001678 (base 16) SHENZHEN BAOAN GAOKE ELECTRONICS CO., LTD GAOKE INDUSTRIAL PARK, NO.8 TANGKENG ROAD, SHIYAN TOWN SHENZHEN GUANGDONG 518108 CN 00-16-74 (hex) EuroCB (Phils.), Inc. 001674 (base 16) EuroCB (Phils.), Inc. SFB No.2 Lapulapu City Cebu 6015 PH 00-16-70 (hex) SKNET Corporation 001670 (base 16) SKNET Corporation Fontana Shinyokohama Yokohama Kanagawa 222-0033 JP 00-16-89 (hex) Pilkor Electronics Co., Ltd 001689 (base 16) Pilkor Electronics Co., Ltd 381,Wonchun-Dong,Yeoungtong-Gu Suwon Kyung Ki-Do 442-380 KR 00-16-8A (hex) id-Confirm Inc 00168A (base 16) id-Confirm Inc 1800 Boulder St Denver CO 80211 US 00-16-86 (hex) Karl Storz Imaging 001686 (base 16) Karl Storz Imaging 175 Cremona Dr. Goleta CA 93117 US 00-16-8D (hex) KORWIN CO., Ltd. 00168D (base 16) KORWIN CO., Ltd. 3rd Floor, Hana Bldg, 123-7 Nonhyun-dong Seoul 135-010 KR 00-16-8E (hex) Vimicro corporation 00168E (base 16) Vimicro corporation 15/F,Shining Tower,No.35,xueyuan Beijing 100083 CN 00-16-4F (hex) World Ethnic Broadcastin Inc. 00164F (base 16) World Ethnic Broadcastin Inc. 50 California Street, Suite 1500 San Francisco California 94111 US 00-16-7E (hex) DIBOSS.CO.,LTD 00167E (base 16) DIBOSS.CO.,LTD 126-1, Gongdan-dong Gumi Gyeongbuk 730-902 KR 00-16-7B (hex) Haver&Boecker 00167B (base 16) Haver&Boecker Carl-Haver-Platz 3 Oelde NRW 59302 DE 00-16-79 (hex) eOn Communications 001679 (base 16) eOn Communications 4105 Royal Drive, Suite 100 Kennesaw Georgia 30144 US 00-16-A3 (hex) Ingeteam Transmission&Distribution, S.A. 0016A3 (base 16) Ingeteam Transmission&Distribution, S.A. C/ Usausuaga, 7 Basauri Bizkaia 48970 ES 00-16-A0 (hex) Auto-Maskin 0016A0 (base 16) Auto-Maskin Sophie Radichs Vei 7 LILLESTROM Akershus 2003 NO 00-16-5D (hex) AirDefense, Inc. 00165D (base 16) AirDefense, Inc. 4800 North Point Pkwy Alpharetta GA 30022 US 00-16-5B (hex) Grip Audio 00165B (base 16) Grip Audio 6345 W. Louise Drive Glendale Arizona 85310-4243 US 00-16-67 (hex) A-TEC Subsystem INC. 001667 (base 16) A-TEC Subsystem INC. 4F, No. 86, Chung-Hsing Road, Shijr City, 221 TW 00-16-4A (hex) Vibration Technology Limited 00164A (base 16) Vibration Technology Limited Vibtech House, Central Boulevard Larbert Scotland FK5 4RU GB 00-16-45 (hex) Power Distribution, Inc. 001645 (base 16) Power Distribution, Inc. 4200 Oakleys Ct. Richmond VA 23223 US 00-16-3F (hex) CReTE SYSTEMS Inc. 00163F (base 16) CReTE SYSTEMS Inc. 7F,No.250,Sec.3,Pei Shen Rd.,Shen Keng Hsiang Taipei County 22204 TW 00-16-3D (hex) Tsinghua Tongfang Legend Silicon Tech. Co., Ltd. 00163D (base 16) Tsinghua Tongfang Legend Silicon Tech. Co., Ltd. 26F TSINGHUA TONGFANG HI-TECH PLAZA BEIJING 100083 CN 00-16-2D (hex) STNet Co., Ltd. 00162D (base 16) STNet Co., Ltd. Shin-wha Building 4F, 954-25 Anyang-si Kyungki-do 431-060 KR 00-16-27 (hex) embedded-logic DESIGN AND MORE GmbH 001627 (base 16) embedded-logic DESIGN AND MORE GmbH Hansestrasse 24 Muenster NRW 48153 DE 00-16-3A (hex) YVES TECHNOLOGY CO., LTD. 00163A (base 16) YVES TECHNOLOGY CO., LTD. No.74, Fusing 2nd Rd. Gueishan Taoyuan 33377 TW 00-16-38 (hex) TECOM Co., Ltd. 001638 (base 16) TECOM Co., Ltd. 23 R&D Road 2 Science Based Industrial Park Hsin-Chu 300 TW 00-16-33 (hex) Oxford Diagnostics Ltd. 001633 (base 16) Oxford Diagnostics Ltd. Sandybrae Oxford Oxon. OX1 5HJ GB 00-15-EC (hex) Boca Devices LLC 0015EC (base 16) Boca Devices LLC 7647 Sierra Ter Boca Raton Florida 33433 US 00-15-EF (hex) NEC TOKIN Corporation 0015EF (base 16) NEC TOKIN Corporation 1-1,Asahi-Cho 7-chome,Shiroishi, Miyagi 989-0223 JP 00-15-E4 (hex) Zimmer Elektromedizin 0015E4 (base 16) Zimmer Elektromedizin Junkersstrasse 9 Neu-Ulm Bayern 89231 DE 00-16-22 (hex) BBH SYSTEMS GMBH 001622 (base 16) BBH SYSTEMS GMBH Böttgerstraße 40 Weiden i.d.OPf. Bayern 92637 DE 00-16-13 (hex) LibreStream Technologies Inc. 001613 (base 16) LibreStream Technologies Inc. 895 Waverley Street Winnipeg Manitoba R3T 5P4 CA 00-16-0F (hex) BADGER METER INC 00160F (base 16) BADGER METER INC 4545 W BROWN DEER RD MILWAUKEE WI 53223 US 00-16-04 (hex) Sigpro 001604 (base 16) Sigpro 655 W Evelyn ST Mountain View CA 94041 US 00-15-FB (hex) setex schermuly textile computer gmbh 0015FB (base 16) setex schermuly textile computer gmbh Hauptstraße 25 Mengerskirchen Hessen 35794 DE 00-15-FE (hex) SCHILLING ROBOTICS LLC 0015FE (base 16) SCHILLING ROBOTICS LLC 260 COUSTEAU PL DAVIS CA 95618 US 00-16-0D (hex) Be Here Corporation 00160D (base 16) Be Here Corporation 39300 Civic Center Dr., Suite 180 Fremont CA 94538 US 00-15-C9 (hex) Gumstix, Inc 0015C9 (base 16) Gumstix, Inc 3130 Alpine Road Portola Valley CA 94028 US 00-15-BA (hex) iba AG 0015BA (base 16) iba AG Koenigswarterstrasse 44 Fuerth Bavaria 90762 DE 00-15-BB (hex) SMA Solar Technology AG 0015BB (base 16) SMA Solar Technology AG Sonnenallee 1 Niestetal Hessen 34266 DE 00-15-BF (hex) technicob 0015BF (base 16) technicob 4 Rue Camille Saint-Saens LANESTER Morbihan 56602 US 00-15-82 (hex) Pulse Eight Limited 001582 (base 16) Pulse Eight Limited 13 The Metro Centre Peterbourugh PE2 7UH GB 00-15-7B (hex) Leuze electronic GmbH + Co. KG 00157B (base 16) Leuze electronic GmbH + Co. KG In der Braike 1 Owen Baden-Württemberg 73277 DE 00-15-78 (hex) Audio / Video Innovations 001578 (base 16) Audio / Video Innovations A3-3375 North Service Road Burlington ON L7N 3G2 CA 00-15-AE (hex) kyung il 0015AE (base 16) kyung il woar rong-myn yougate-ri 101-2 paju-city gyeong gi 413-813 KR 00-15-BC (hex) Develco 0015BC (base 16) Develco Olof Palmes Allé 40 Aarhus N 8200 DK 00-15-BD (hex) Group 4 Technology Ltd 0015BD (base 16) Group 4 Technology Ltd Challenge House Tewkesbury Gloucestershire GL20 8UQ GB 00-15-B5 (hex) CI Network Corp. 0015B5 (base 16) CI Network Corp. 2F Daini Inoue Bldg Tokyo 107-0052 JP 00-15-CD (hex) Exartech International Corp. 0015CD (base 16) Exartech International Corp. 3/F, No.62, Lane 188, Ruei Guang Rd., Neihu Taipei 114 TW 00-15-D9 (hex) PKC Electronics Oy 0015D9 (base 16) PKC Electronics Oy Pajuniityntie 43 RAAHE 92120 FI 00-15-DD (hex) IP Control Systems Ltd. 0015DD (base 16) IP Control Systems Ltd. Unit 15, Hi-Tech Village, Boldon Tyne & Wear NE35 9PE GB 00-15-9C (hex) B-KYUNG SYSTEM Co.,Ltd. 00159C (base 16) B-KYUNG SYSTEM Co.,Ltd. #812,WOOLIM E-BIZ CENTER,170-5 GURO-DONG GURO-GU 152-847 KR 00-15-95 (hex) Quester Tangent Corporation 001595 (base 16) Quester Tangent Corporation 201 - 9865 West Saanich Road Sidney BC V8L 5Y8 CA 00-15-87 (hex) Takenaka Seisakusho Co.,Ltd 001587 (base 16) Takenaka Seisakusho Co.,Ltd 178 HISHIE HIGASHI-OSAKA CITY OSAKA 578-0984 JP 00-15-1A (hex) Hunter Engineering Company 00151A (base 16) Hunter Engineering Company 11250 Hunter Drive Bridgeton Missouri 63044 US 00-15-14 (hex) Hu Zhou NAVA Networks&Electronics Ltd. 001514 (base 16) Hu Zhou NAVA Networks&Electronics Ltd. 3/F,No.328-4,Guang Yuan Rd. Hu Zhou Zhe Jiang 313000 CN 00-15-16 (hex) URIEL SYSTEMS INC. 001516 (base 16) URIEL SYSTEMS INC. #204 Byucksan Digitalvalley 1st, 212-16, Guro-dong, Guro-gu Seoul 152-050 KR 00-15-45 (hex) SEECODE Co., Ltd. 001545 (base 16) SEECODE Co., Ltd. 4th Floor, Amin Bldg., 110-1, Yangjaedong, Seochogu Seoul 137-891 KR 00-15-43 (hex) Aberdeen Test Center 001543 (base 16) Aberdeen Test Center 400 Colleran Road Aberdeen Proving Grounds MD 21005-5059 US 00-15-41 (hex) StrataLight Communications, Inc. 001541 (base 16) StrataLight Communications, Inc. 2105 S. Bascom Avenue Campbell CA 95008 US 00-15-69 (hex) PECO II, Inc. 001569 (base 16) PECO II, Inc. 7060 Huntley Road Columbus OH 43229 US 00-15-64 (hex) BEHRINGER Spezielle Studiotechnik GmbH 001564 (base 16) BEHRINGER Spezielle Studiotechnik GmbH Hanns-Martin-Schleyer-Str. 36-38 Willich DE 00-15-63 (hex) Cisco Systems, Inc 001563 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-15-61 (hex) JJPlus Corporation 001561 (base 16) JJPlus Corporation 678 Massachusetts Ave Cambridge MA 02139 US 00-15-71 (hex) Nolan Systems 001571 (base 16) Nolan Systems 1595 Cleo Springs Dr. San Jose Ca. 95131 US 00-15-65 (hex) XIAMEN YEALINK NETWORK TECHNOLOGY CO.,LTD 001565 (base 16) XIAMEN YEALINK NETWORK TECHNOLOGY CO.,LTD 7F Hualian Electronic BLDG.580 Jiahe Road,Xiamen China Xiamen Fujian 361006 CN 00-15-38 (hex) RFID, Inc. 001538 (base 16) RFID, Inc. 14100 East Jewell Ave. Aurora CO 80012 US 00-15-2E (hex) PacketHop, Inc. 00152E (base 16) PacketHop, Inc. 1301 Shoreway Road Belmont California 94002 US 00-15-58 (hex) FOXCONN 001558 (base 16) FOXCONN No.2,2nd DongHuan Road,10th YouSong ShenZhen GuangDong 518109 US 00-15-1F (hex) Multivision Intelligent Surveillance (Hong Kong) Ltd 00151F (base 16) Multivision Intelligent Surveillance (Hong Kong) Ltd 26/F, Aitken Vanson Centre, HK 00-15-22 (hex) Dea Security 001522 (base 16) Dea Security Via Togliatti Santo Stefano Magra SP 19037 IT 00-15-4F (hex) one RF Technology 00154F (base 16) one RF Technology 1360 Route des Dolines Valbonne Sophia-Antipolis PACA 06560 FR 00-15-01 (hex) LexBox 001501 (base 16) LexBox 3, avenue Didier Daurat TOULOUSE 31400 FR 00-14-A3 (hex) Vitelec BV 0014A3 (base 16) Vitelec BV kapittelweg 18 Breda NB NL 4827 HG NL 00-14-97 (hex) ZHIYUAN Eletronics co.,ltd. 001497 (base 16) ZHIYUAN Eletronics co.,ltd. 2 Floor, NO.3 Building, Huangzhou Industrial Estate, Chebei Road, Guangzhou Guangdong 510660 CN 00-14-99 (hex) Helicomm Inc 001499 (base 16) Helicomm Inc 1947 Camino Vida Roble Carlsbad CA 92008 US 00-14-92 (hex) Liteon, Mobile Media Solution SBU 001492 (base 16) Liteon, Mobile Media Solution SBU 4F, 3, Lane 768, Sec. 4, Taipei 115 TW 00-14-94 (hex) ESU AG 001494 (base 16) ESU AG Lukasstrasse 29 St. Gallen 9008 CH 00-14-EF (hex) TZero Technologies, Inc. 0014EF (base 16) TZero Technologies, Inc. 455 W. Maude Avenue Sunnyvale CA 94085 US 00-14-BC (hex) SYNECTIC TELECOM EXPORTS PVT. LTD. 0014BC (base 16) SYNECTIC TELECOM EXPORTS PVT. LTD. 196, 1st Main, 3rd Stage, 4th Block BANGALORE 560079 IN 00-14-B9 (hex) MSTAR SEMICONDUCTOR 0014B9 (base 16) MSTAR SEMICONDUCTOR 11-13 rue René Jacques Issy les Moulineaux 92130 FR 00-14-BD (hex) incNETWORKS, Inc 0014BD (base 16) incNETWORKS, Inc 198 Brighton Ave Long Branch NJ 07740 US 00-14-B7 (hex) AR Infotek Inc. 0014B7 (base 16) AR Infotek Inc. 9F, No.185, GangQian Road Taipei 11494 TW 00-14-CA (hex) Key Radio Systems Limited 0014CA (base 16) Key Radio Systems Limited Venus House Aldermaston Berkshire RG7 8DA GB 00-14-C8 (hex) Contemporary Research Corp 0014C8 (base 16) Contemporary Research Corp 4355 Excel Pkwy Addison TX 75001 US 00-14-C5 (hex) Alive Technologies Pty Ltd 0014C5 (base 16) Alive Technologies Pty Ltd 11 Technology Drive Arundel Queensland 4214 AU 00-14-DA (hex) Huntleigh Healthcare 0014DA (base 16) Huntleigh Healthcare Huntleigh Healthcare - Diagnostic Products Division Cardiff CF24 5HN GB 00-14-D5 (hex) Datang Telecom Technology CO. , LCD,Optical Communication Br 0014D5 (base 16) Datang Telecom Technology CO. , LCD,Optical Communication Br 3rd Floor,Building 8,Hi-Tech Incubation Park, ChengDu SiChuan 610041 CN 00-14-D3 (hex) SEPSA 0014D3 (base 16) SEPSA calle Albatros, 7 y 9 PINTO Madrid 28320 ES 00-14-D8 (hex) bio-logic SA 0014D8 (base 16) bio-logic SA 1, rue de l'Europe CLAIX 38640 FR 00-14-EE (hex) Western Digital Technologies, Inc. 0014EE (base 16) Western Digital Technologies, Inc. 20511 Lake Forest Dr. Lake Forest Ca 92630 US 00-14-B5 (hex) PHYSIOMETRIX,INC 0014B5 (base 16) PHYSIOMETRIX,INC 101 BILLERICA AVE #5 N. BILLERICA MA 01862 US 00-14-9C (hex) HF Company 00149C (base 16) HF Company Node Park Touraine BP1 Tauxigny 37310 FR 00-14-5C (hex) Intronics B.V. 00145C (base 16) Intronics B.V. Koolhovenstraat 1E Barneveld Gelderland 3772 MT NL 00-14-5A (hex) Neratec Solutions AG 00145A (base 16) Neratec Solutions AG Rosswiesstrasse 29 CH-8608 Bubikon ZH CH 00-14-5B (hex) SeekerNet Inc. 00145B (base 16) SeekerNet Inc. 300 Satellite Blvd. Suwanee Georgia 30024 US 00-14-49 (hex) Sichuan Changhong Electric Ltd. 001449 (base 16) Sichuan Changhong Electric Ltd. No.35,East MianXin Road,MianYang,Sichaun,China. MianYang SiChuan PRC 621000 CN 00-14-46 (hex) SuperVision Solutions LLC 001446 (base 16) SuperVision Solutions LLC 762 Industrial Dr. Elmhurst IL 60126 US 00-14-40 (hex) ATOMIC Corporation 001440 (base 16) ATOMIC Corporation MAMPO BLDG TAITO-KU TOKYO 111-0053 JP 00-14-2E (hex) 77 Elektronika Kft. 00142E (base 16) 77 Elektronika Kft. Fehervari ut 98. Budapest H-1163 HU 00-14-30 (hex) ViPowER, Inc 001430 (base 16) ViPowER, Inc 9F., No.205-3, Sec. 3, Beisin Rd Sindian Taipei County 231 TW 00-14-32 (hex) Tarallax Wireless, Inc. 001432 (base 16) Tarallax Wireless, Inc. 10 West 100 South, Salt Lake City UT 84101 US 00-14-85 (hex) Giga-Byte 001485 (base 16) Giga-Byte No.215,Nan-Ping Road, Pin-Jen Taoyuan 326 TW 00-14-83 (hex) eXS Inc. 001483 (base 16) eXS Inc. 1900 Alameda de las Pulgas San Mateo CA 94403 US 00-14-71 (hex) Eastern Asia Technology Limited 001471 (base 16) Eastern Asia Technology Limited 8F-1, No. 188, Baoqiao Rd., Xindian Dist. New Taipei City 23145 TW 00-14-6A (hex) Cisco Systems, Inc 00146A (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-14-4C (hex) General Meters Corp. 00144C (base 16) General Meters Corp. 1935 Dominion Way Colorado Springs Colorado 80918 US 00-14-43 (hex) Consultronics Europe Ltd 001443 (base 16) Consultronics Europe Ltd Electron Way Chandlers Ford Hants SO53 4SE GB 00-14-60 (hex) Kyocera Wireless Corp. 001460 (base 16) Kyocera Wireless Corp. 10300 Campus Point Drive San Diego CA 92121 US 00-13-F5 (hex) Akimbi Systems 0013F5 (base 16) Akimbi Systems 1400 Fashion Island Blvd San Mateo CA 94404 US 00-13-F1 (hex) AMOD Technology Co., Ltd. 0013F1 (base 16) AMOD Technology Co., Ltd. 2F., No. 16, Prosperity Road II Hsinchu, 30078 TW 00-13-E7 (hex) Halcro 0013E7 (base 16) Halcro Suite 1, Level 1 Wayville South Australia 5034 AU 00-13-EA (hex) Kamstrup A/S 0013EA (base 16) Kamstrup A/S Industrivej 28 Stilling 8660 DK 00-13-E1 (hex) Iprobe AB 0013E1 (base 16) Iprobe AB Finlandsgatan 12 Kista SE-16474 SE 00-13-E3 (hex) CoVi Technologies, Inc. 0013E3 (base 16) CoVi Technologies, Inc. 6300 Bridgepoint Parkway Austin Texas 78730 US 00-13-E4 (hex) YANGJAE SYSTEMS CORP. 0013E4 (base 16) YANGJAE SYSTEMS CORP. 1202. HANSHIN IT TOWER Guro-3Dong, Seoul 152-848 KR 00-13-C1 (hex) Asoka USA Corporation 0013C1 (base 16) Asoka USA Corporation 558 Pilgrim Drive Foster City CA 94404 US 00-13-C0 (hex) Trix Tecnologia Ltda. 0013C0 (base 16) Trix Tecnologia Ltda. Rua da Paz, 1957 - Chácara Santo Antônio São Paulo 04713-002 BR 00-14-1F (hex) SunKwang Electronics Co., Ltd 00141F (base 16) SunKwang Electronics Co., Ltd #365(Techno-park, 301 dong, 901 ho,) Samjung-dong, Ohjung-ku, Bucheon-shi Kyunggi-do 421-809 KR 00-14-1D (hex) LTI-Motion GmbH 00141D (base 16) LTI-Motion GmbH Gewerbestrasse 5-9 Lahnau Hessen 35633 DE 00-14-12 (hex) S-TEC electronics AG 001412 (base 16) S-TEC electronics AG Industriestrasse 49 Zug 6300 CH 00-14-11 (hex) Deutschmann Automation GmbH & Co. KG 001411 (base 16) Deutschmann Automation GmbH & Co. KG Carl-Zeiss-Str. 8 Bad Camberg D - 65520 DE 00-14-05 (hex) OpenIB, Inc. 001405 (base 16) OpenIB, Inc. OpenFabrics, Inc., c/o QLogic Corporation Mountain View CA 94043-4655 US 00-45-01 (hex) Midmark RTLS 004501 (base 16) Midmark RTLS 2600 Miller Creek Road Traverse City MI 49684 US 00-14-03 (hex) Renasis, LLC 001403 (base 16) Renasis, LLC 1530 N. State St. Lehi UT 84043 US 00-14-01 (hex) Rivertree Networks Corp. 001401 (base 16) Rivertree Networks Corp. R#304, K-Center, 1591-9 Anyang-si Kyunggi-do 431-815 KR 00-13-D9 (hex) Matrix Product Development, Inc. 0013D9 (base 16) Matrix Product Development, Inc. 13 North Bird Street Sun Prairie WI 53590 US 00-13-CC (hex) Tall Maple Systems 0013CC (base 16) Tall Maple Systems 85 Saratoga Ave Suite 139 Santa Clara CA 95051 US 00-13-94 (hex) Infohand Co.,Ltd 001394 (base 16) Infohand Co.,Ltd Kranz-Techno #1207, 5442-1, Sangdaewon-dong, Jungwon-gu Seongnam-si Gyeonggi-do 462-819 KR 00-13-89 (hex) Redes de Telefonía Móvil S.A. 001389 (base 16) Redes de Telefonía Móvil S.A. C/Puerto de la Morcuera 14 B4 Leganés Madrid 28918 ES 00-13-8C (hex) Kumyoung.Co.Ltd 00138C (base 16) Kumyoung.Co.Ltd Seoul KY building, 40-17 Hangang Ro, 3Ga, Youngsan-Gu Seoul 140-880 KR 00-13-A1 (hex) Crow Electronic Engeneering 0013A1 (base 16) Crow Electronic Engeneering 12 Kinneret st. Airport City IL 00-13-9C (hex) Exavera Technologies, Inc. 00139C (base 16) Exavera Technologies, Inc. 195 New Hampshire Avenue Portsmouth NH 03801 US 00-13-55 (hex) TOMEN Cyber-business Solutions, Inc. 001355 (base 16) TOMEN Cyber-business Solutions, Inc. 2-11-19 Kohnan TOKYO 108-0075 JP 00-13-57 (hex) Soyal Technology Co., Ltd. 001357 (base 16) Soyal Technology Co., Ltd. 10F, No. 27, Lane 169, Kangning St., Shijr City, Taipei 221 TW 00-13-60 (hex) Cisco Systems, Inc 001360 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-13-8E (hex) FOAB Elektronik AB 00138E (base 16) FOAB Elektronik AB Sankt Jorgens Vag 8 Gothenburg 422 49 SE 00-13-76 (hex) Tabor Electronics Ltd. 001376 (base 16) Tabor Electronics Ltd. 9 Hatatsia St. Tel Hanan 20302 IL 00-13-5D (hex) NTTPC Communications, Inc. 00135D (base 16) NTTPC Communications, Inc. 3-25 Kanda Jinbo-cho Chiyoda-ku Tokyo 101-0051 JP 00-13-52 (hex) Naztec, Inc. 001352 (base 16) Naztec, Inc. 820 Park Two Dr. Sugar Land TX 77478 US 00-13-6C (hex) TomTom 00136C (base 16) TomTom Oosterdoksstraat 114 1011 DK Amsterdam NL 00-13-64 (hex) Paradigm Technology Inc.. 001364 (base 16) Paradigm Technology Inc.. 3F, No. 285, Sec.2, Ti-Ding Blvd Nei-Hu, Taipei 114 TW 00-13-6B (hex) E-TEC 00136B (base 16) E-TEC 2-17-14-503 Hakataekimae Fukuoka Fukuokaken 812-0011 JP 00-13-80 (hex) Cisco Systems, Inc 001380 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-13-85 (hex) Add-On Technology Co., LTD. 001385 (base 16) Add-On Technology Co., LTD. 1F, No.11, Lane 206, Da-An Road Sec. 1, Taipei 106 TW 00-13-B3 (hex) Ecom Communications Technology Co., Ltd. 0013B3 (base 16) Ecom Communications Technology Co., Ltd. Floor 7, Machinery Industry Building, No.22, Beijing CN 00-13-B7 (hex) Scantech ID 0013B7 (base 16) Scantech ID Vanadiumweg 22 Amersfoort Utrecht 3812 PZ NL 00-13-08 (hex) Nuvera Fuel Cells 001308 (base 16) Nuvera Fuel Cells 129 Concord Road, #1 Billerica MA 01821 US 00-13-07 (hex) Paravirtual Corporation 001307 (base 16) Paravirtual Corporation 2953 Bunker Hill Lane Santa Clara CA 95054 US 00-12-FC (hex) PLANET System Co.,LTD 0012FC (base 16) PLANET System Co.,LTD 4th Floor, Daehan B/D, 873-29, Seoul 137-064 KR 00-12-FE (hex) Lenovo Mobile Communication Technology Ltd. 0012FE (base 16) Lenovo Mobile Communication Technology Ltd. Xiamen Overseas Chinese Electronic Science Park,Huoju High Technology Development Zone XIA MEN FU JIAN 361009 CN 00-12-EC (hex) Movacolor b.v. 0012EC (base 16) Movacolor b.v. Koperslagersstraat 31 Sneek Friesland 8601 WL NL 00-12-EB (hex) PDH Solutions, LLC 0012EB (base 16) PDH Solutions, LLC 34154 Bennett Rd Warren OR 97053 US 00-13-43 (hex) Matsushita Electronic Components (Europe) GmbH 001343 (base 16) Matsushita Electronic Components (Europe) GmbH Zeppelinstraße 19 Lueneburg Niedersachsen 21337 DE 00-13-3E (hex) MetaSwitch 00133E (base 16) MetaSwitch 1411 Harbor Bay Parkway Alameda CA 94502 US 00-13-45 (hex) Eaton Corporation 001345 (base 16) Eaton Corporation 4201 North 27th Street Milwaukee Wisconsin 53216 US 00-13-47 (hex) Red Lion Controls, LP 001347 (base 16) Red Lion Controls, LP 20 Willow Springs Circle York NY 17402 US 00-13-2E (hex) ITian Coporation 00132E (base 16) ITian Coporation 4F Youngho Bd.1605-1 Seocho-dong Seoul 137-070 KR 00-13-39 (hex) CCV Deutschland GmbH 001339 (base 16) CCV Deutschland GmbH Gewerbering 1 Au i. d. Hallertau Bayern 84072 DE 00-13-29 (hex) VSST Co., LTD 001329 (base 16) VSST Co., LTD suit 3202, Korea World Trade Center 159-1 Seoul 135-729 KR 00-13-2B (hex) Phoenix Digital 00132B (base 16) Phoenix Digital 7650 East Evans Rd. Bldg. A Scottsdale Az 85260 US 00-13-0B (hex) Mextal B.V. 00130B (base 16) Mextal B.V. De Tienden 48 Nuenen Noord Brabant 5674TB NL 00-13-0D (hex) GALILEO AVIONICA 00130D (base 16) GALILEO AVIONICA VIALE EUROPA NERVIANO MILANO 20014 IT 00-12-F7 (hex) Xiamen Xinglian Electronics Co., Ltd. 0012F7 (base 16) Xiamen Xinglian Electronics Co., Ltd. Xinglian Electronics (Xingtel) Building,Chuangxin Road, Xiamen Fujian 361006 CN 00-13-1B (hex) BeCell Innovations Corp. 00131B (base 16) BeCell Innovations Corp. 12F-9, No. 79, Shin-Tai 5th Rd Sec 1, Shih-chih, Taipei 221 TW 00-12-E2 (hex) ALAXALA Networks Corporation 0012E2 (base 16) ALAXALA Networks Corporation 890 Kashimada, Saiwai-ku Kawasaki-shi Kanagawa-ken 212-0058 JP 00-12-DF (hex) Novomatic AG 0012DF (base 16) Novomatic AG Wiener Strasse 158 Gumpoldskirchen Niederösterreich A-2352 AT 00-12-D4 (hex) Princeton Technology, Ltd 0012D4 (base 16) Princeton Technology, Ltd K.A.I. Bldg. 3F Chiyodaku Tokyo 101-0032 JP 00-12-D9 (hex) Cisco Systems, Inc 0012D9 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-12-C2 (hex) Apex Electronics Factory 0012C2 (base 16) Apex Electronics Factory No.3 Industrial Zone, No.4 Block, Shen Zhen Guang Dong 518103 CN 00-12-BE (hex) Astek Corporation 0012BE (base 16) Astek Corporation 5055 Corporate Plaza Drive Colorado Springs Colorado 80919 US 00-12-E1 (hex) Alliant Networks, Inc 0012E1 (base 16) Alliant Networks, Inc 1259 Birchwood Dr. Sunnyvale CA 94089 US 00-12-C5 (hex) V-Show Technology (China) Co.,Ltd 0012C5 (base 16) V-Show Technology (China) Co.,Ltd 7F, Tengda Plaza, No.168 HaiDian District, Beijing 100089 CN 00-12-AD (hex) IDS GmbH 0012AD (base 16) IDS GmbH Nobelstraße, 18 Ettlingen Baden-Württemberg 76275 DE 00-12-A0 (hex) NeoMeridian Sdn Bhd 0012A0 (base 16) NeoMeridian Sdn Bhd 3A-1, Perdana The Place Bandar Damansara Perdana Selangor 47820 MY 00-12-86 (hex) ENDEVCO CORP 001286 (base 16) ENDEVCO CORP 30700 RANCHO VIEJO ROAD SAN JUAN CAPISTRANO CA 92675 US 00-12-63 (hex) Data Voice Technologies GmbH 001263 (base 16) Data Voice Technologies GmbH Stockholmer Allee 32b Dortmund NRW D-44269 DE 00-12-70 (hex) NGES Denro Systems 001270 (base 16) NGES Denro Systems 7055 Troy Hill Dr Elkridge MD 21075 US 00-12-6E (hex) Seidel Elektronik GmbH Nfg.KG 00126E (base 16) Seidel Elektronik GmbH Nfg.KG Frauentalerstrasse 100 Deutschlandsberg Steiermark 8530 AT 00-12-6F (hex) Rayson Technology Co., Ltd. 00126F (base 16) Rayson Technology Co., Ltd. 1F No.9 R&D Rd.II, Science-Based Industrial Park Hsin-Chu 300 TW 00-12-5C (hex) Green Hills Software, Inc. 00125C (base 16) Green Hills Software, Inc. 30 West Sola Street Santa Barbara CA 93101 US 00-12-5F (hex) AWIND Inc. 00125F (base 16) AWIND Inc. 17F., No. 886-5, Jungjeng Rd Taipei County 235 TW 00-12-2D (hex) SiNett Corporation 00122D (base 16) SiNett Corporation 640 W. California Avenue Sunnyvale CA 94086 US 00-12-74 (hex) NIT lab 001274 (base 16) NIT lab Skoriny str., 65-3 Minsk Minskaya obl. 220013 BY 00-12-53 (hex) AudioDev AB 001253 (base 16) AudioDev AB Kabingatan 9 Malmö SE-212 39 SE 00-12-4C (hex) BBWM Corporation 00124C (base 16) BBWM Corporation 6F, No. 578, Rui Guang Road, Nei Hu Taipei 114 TW 00-12-55 (hex) NetEffect Incorporated 001255 (base 16) NetEffect Incorporated 9211 Waterford Centre Blvd Austin Texas 78758 US 00-12-44 (hex) Cisco Systems, Inc 001244 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-12-2C (hex) Soenen Controls N.V. 00122C (base 16) Soenen Controls N.V. Wijnedalestraat 190 Roeselare W-VL 8800 BE 00-12-2B (hex) Virbiage Pty Ltd 00122B (base 16) Virbiage Pty Ltd Level 4 Melbourne Victoria 3000 AU 00-12-32 (hex) LeWiz Communications Inc. 001232 (base 16) LeWiz Communications Inc. 1376 N. 4th St. #300 San Jose CA 95112 US 00-12-27 (hex) Franklin Electric Co., Inc. 001227 (base 16) Franklin Electric Co., Inc. 400 E. Spring Street Bluffton Indiana 46714 US 00-12-1A (hex) Techno Soft Systemnics Inc. 00121A (base 16) Techno Soft Systemnics Inc. 2-5-17, Ebisu-nishi, Naniwa-ku, Osaka 556-0003 JP 00-12-1B (hex) Sound Devices, LLC 00121B (base 16) Sound Devices, LLC 300 Wengel Drive Reedsburg WI 53959 US 00-11-DF (hex) Current Energy 0011DF (base 16) Current Energy 5440 Harvest Hill, Ste 100 Dallas TX 75230 US 00-11-D7 (hex) eWerks Inc 0011D7 (base 16) eWerks Inc 420-2166 Mountain Grove Ave Burlington Ontario L7P4X4 CA 00-12-04 (hex) u10 Networks, Inc. 001204 (base 16) u10 Networks, Inc. 2-2-14 Kakinokizaka Meguro Tokyo 152-0022 JP 00-12-0A (hex) Emerson Climate Technologies GmbH 00120A (base 16) Emerson Climate Technologies GmbH Heerstrasse 111 Waiblingen BW 71332 DE 00-12-08 (hex) Gantner Instruments GmbH 001208 (base 16) Gantner Instruments GmbH Montafonerstrasse 8 Schruns Vorarlberg 6780 AT 00-12-01 (hex) Cisco Systems, Inc 001201 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-11-EE (hex) Estari, Inc. 0011EE (base 16) Estari, Inc. 1800 Paxton St Harrisburg PA 17104 US 00-12-00 (hex) Cisco Systems, Inc 001200 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-11-E5 (hex) KCodes Corporation 0011E5 (base 16) KCodes Corporation Floor 2, Number 501, Section 2 Neihu District Taipei City 114 TW 00-11-DE (hex) EURILOGIC 0011DE (base 16) EURILOGIC Centrale Parc Bât 7 Chatenay Malabry 92298 FR 00-11-C8 (hex) Powercom Co., Ltd. 0011C8 (base 16) Powercom Co., Ltd. 8F, No. 246, Lien Chen Rd. Chung Ho Taipei 235 TW 00-11-B8 (hex) Liebherr - Elektronik GmbH 0011B8 (base 16) Liebherr - Elektronik GmbH Peter - Dornier - Strasse 11 Lindau (Bodensee) Bavaria 88131 DE 00-11-B4 (hex) Westermo Network Technologies AB 0011B4 (base 16) Westermo Network Technologies AB Stora Sundby Sweden SE-640 40 SE 00-11-78 (hex) Chiron Technology Ltd 001178 (base 16) Chiron Technology Ltd Wyvols Court Reading Berkshire RG7 1WY GB 00-11-6A (hex) Domo Ltd 00116A (base 16) Domo Ltd Wessex House Eastleigh Hampshire SO50 9FD GB 00-11-93 (hex) Cisco Systems, Inc 001193 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-11-8C (hex) Missouri Department of Transportation 00118C (base 16) Missouri Department of Transportation P.O. Box 270 Jefferson City Missouri 65102 US 00-11-8E (hex) Halytech Mace 00118E (base 16) Halytech Mace Unit 11, 22 Lexington Drive Baulkham Hills NSW 2153 AU 00-11-86 (hex) Prime Systems, Inc. 001186 (base 16) Prime Systems, Inc. 16267-333 Suwa-gun Hara-mura Nagano 391-0100 JP 00-11-83 (hex) Datalogic ADC, Inc. 001183 (base 16) Datalogic ADC, Inc. 959 Terry St Eugene OR 97402 US 00-11-7D (hex) ZMD America, Inc. 00117D (base 16) ZMD America, Inc. 15373 Innovation Drive San Dieo CA 92128 US 00-11-7F (hex) Neotune Information Technology Corporation,.LTD 00117F (base 16) Neotune Information Technology Corporation,.LTD 1703# No.737 North of Caoxi Rd. Shanghai 200030 CN 00-11-9D (hex) Diginfo Technology Corporation 00119D (base 16) Diginfo Technology Corporation 10Fl., No.82, Fu Hsing North Road Taipei 106 TW 00-11-9C (hex) EP&T Energy 00119C (base 16) EP&T Energy 358 Eastern Valley Way Sydney NSW 2067 AU 00-11-9A (hex) Alkeria srl 00119A (base 16) Alkeria srl 25 Via Giuntini Navacchio (PI) I-56023 IT 00-11-C1 (hex) 4P MOBILE DATA PROCESSING 0011C1 (base 16) 4P MOBILE DATA PROCESSING VIALE REGIONE VENETO 26 PADOVA PD 35127 IT 00-11-B2 (hex) 2001 Technology Inc. 0011B2 (base 16) 2001 Technology Inc. 7F-10, 79 Hsin Tai 5th. Rd. Sec.1 Hsi Chih Taipei County 221 TW 00-11-AF (hex) Medialink-i,Inc 0011AF (base 16) Medialink-i,Inc 1-9-10 Hamamatsu-Cho Minato-Ku Tokyo 105-0013 JP 00-11-5E (hex) ProMinent Dosiertechnik GmbH 00115E (base 16) ProMinent Dosiertechnik GmbH Im Schumachergewann 5-11 Heidelberg BW 69123 DE 00-11-7C (hex) e-zy.net 00117C (base 16) e-zy.net Smirnis 14 Veria Imathia 59100 GR 00-11-39 (hex) STOEBER ANTRIEBSTECHNIK GmbH + Co. KG. 001139 (base 16) STOEBER ANTRIEBSTECHNIK GmbH + Co. KG. Kieselbronner Str. 12 Pforzheim 75177 DE 00-11-3E (hex) JL Corporation 00113E (base 16) JL Corporation 4-4-17 SUGE KAWASAKI-CITY KANAGAWA-KEN 214-0001 JP 00-11-38 (hex) TAISHIN CO., LTD. 001138 (base 16) TAISHIN CO., LTD. 200-7 Nakano Nakano Nagano 383-0013 JP 00-11-36 (hex) Goodrich Sensor Systems 001136 (base 16) Goodrich Sensor Systems 14300 Judicial Road Burnsville Minnesota 55306-4898 US 00-11-32 (hex) Synology Incorporated 001132 (base 16) Synology Incorporated 6F-2, No.106, Chang An W. Rd., Taipei 103 TW 00-11-4B (hex) Francotyp-Postalia GmbH 00114B (base 16) Francotyp-Postalia GmbH Triftweg 21-26 Birkenwerder Brandenburg 16547 DE 00-11-47 (hex) Secom-Industry co.LTD. 001147 (base 16) Secom-Industry co.LTD. Fukuoka Kuramoto Ichihonki 3-3 Shiroishi Miyagi 989-0295 JP 00-11-4A (hex) KAYABA INDUSTRY Co,.Ltd. 00114A (base 16) KAYABA INDUSTRY Co,.Ltd. World Trade Center Bldg., 4-1 Minato-ku, Tokyo Meto. 105-6111 JP 00-11-42 (hex) e-SMARTCOM INC. 001142 (base 16) e-SMARTCOM INC. 3F, 216, Imok-Dong Suwon Kyoungki-Do 440-310 KR 00-11-20 (hex) Cisco Systems, Inc 001120 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-11-18 (hex) BLX IC Design Corp., Ltd. 001118 (base 16) BLX IC Design Corp., Ltd. Rm 1006, Quantum Plaza Beijing 100083 CN 00-11-07 (hex) RGB Networks Inc. 001107 (base 16) RGB Networks Inc. 2929 Campus Drive San Mateo CA 94403 US 00-11-08 (hex) Orbital Data Corporation 001108 (base 16) Orbital Data Corporation 1900 S. Norfolk St. Ste 320 San Mateo CA 94403 US 00-11-0C (hex) Atmark Techno, Inc. 00110C (base 16) Atmark Techno, Inc. 2F SD BLDG, 2-2-3-14 Atsubetsu-nishi, Atsubetsu-ku Sapporo Hokkaido 004-0062 JP 00-11-4D (hex) Atsumi Electric Co.,LTD. 00114D (base 16) Atsumi Electric Co.,LTD. 4-2-2 Shin-Miyakoda, Kita-ku Hamamatsu Shizuoka 431-2103 JP 00-11-30 (hex) Allied Telesis (Hong Kong) Ltd. 001130 (base 16) Allied Telesis (Hong Kong) Ltd. Room F, 3/F, Yeung Yiu Chong (no. 8) Industrial building, HK 00-11-29 (hex) Paradise Datacom Ltd. 001129 (base 16) Paradise Datacom Ltd. 1 Wheaton Road Witham Essex UK CM8 1UJ GB 00-11-57 (hex) Oki Electric Industry Co., Ltd. 001157 (base 16) Oki Electric Industry Co., Ltd. 1-7-12 Toranomon Tokyo 105-8460 JP 00-0F-D9 (hex) FlexDSL Telecommunications AG 000FD9 (base 16) FlexDSL Telecommunications AG Haus zum Engel Altendorf Schwyz 8852 CH 00-0F-D0 (hex) ASTRI 000FD0 (base 16) ASTRI 18/F Tower 6, Gateway, 9 Canton Rd HK 00-0F-CA (hex) A-JIN TECHLINE CO, LTD 000FCA (base 16) A-JIN TECHLINE CO, LTD 327-35 Kumchun-Ku Seoul 153-802 KR 00-0F-EC (hex) ARKUS Inc. 000FEC (base 16) ARKUS Inc. 3-8 Chuo-cho 3-8 Noda, Kitaa-Ku 700-0971 JP 00-0F-ED (hex) Anam Electronics Co., Ltd 000FED (base 16) Anam Electronics Co., Ltd 645 Sungkok-dong Ansan-city Kyungki-do 425-834 KR 00-0F-E5 (hex) MERCURY SECURITY CORPORATION 000FE5 (base 16) MERCURY SECURITY CORPORATION 2355 MIRA MAR AVE. LONG BEACH CA 90815 US 00-0F-AE (hex) E2O Communications 000FAE (base 16) E2O Communications 52 Serangoon North Ave 4 555853 SG 00-0F-B1 (hex) Cognio Inc. 000FB1 (base 16) Cognio Inc. 101 Orchard Ridge Drive Gaithersburg MD 20878 US 00-0F-A7 (hex) Raptor Networks Technology 000FA7 (base 16) Raptor Networks Technology 65 Enterprise Road Aliso Viejo CA 92656 US 00-0F-F0 (hex) Sunray Co. Ltd. 000FF0 (base 16) Sunray Co. Ltd. Osawa2-5-5 Mitaka Tokyo 181-0015 JP 00-11-03 (hex) kawamura electric inc. 001103 (base 16) kawamura electric inc. 3-86 akatsuki-cho seto aichi 489-0071 JP 00-0F-DD (hex) SORDIN AB 000FDD (base 16) SORDIN AB Rorlaggarvagen 8 Varnamo Smaland S-331 34 SE 00-0F-C3 (hex) PalmPalm Technology, Inc. 000FC3 (base 16) PalmPalm Technology, Inc. Samsung-dong 156-3, Gangnam-gu Seoul 135-091 KR 00-0F-88 (hex) AMETEK, Inc. 000F88 (base 16) AMETEK, Inc. 150 Freeport Road Pittsburgh PA 15238 US 00-0F-7E (hex) Ablerex Electronics Co., LTD 000F7E (base 16) Ablerex Electronics Co., LTD 1F, No.3 Lane 7, Paokao Rd. Hsintien Taipei Hsien 23114 TW 00-0F-83 (hex) Brainium Technologies Inc. 000F83 (base 16) Brainium Technologies Inc. #201 - 11491 Kingston Street Maple Ridge BC V2X 0Y6 CA 00-0F-84 (hex) Astute Networks, Inc. 000F84 (base 16) Astute Networks, Inc. 15015 Ave of Science San Diego CA 92128 US 00-0F-5C (hex) Day One Digital Media Limited 000F5C (base 16) Day One Digital Media Limited 197 Archers Rd Auckland North Island 1310 NZ 00-0F-52 (hex) YORK Refrigeration, Marine & Controls 000F52 (base 16) YORK Refrigeration, Marine & Controls Jens Juulsvej 28 Viby J DK 8362 DK 00-0F-4C (hex) Elextech INC 000F4C (base 16) Elextech INC 554-2, Gasan-Dong, Gumcheon-Gu Seoul 153-023 KR 00-0F-93 (hex) Landis+Gyr Ltd. 000F93 (base 16) Landis+Gyr Ltd. Feldstrasse 1 Zug CH-6301 CH 00-0F-94 (hex) Genexis BV 000F94 (base 16) Genexis BV Lodewijktraat 1A 5652 AC Eindhoven SE 00-0F-6C (hex) ADDI-DATA GmbH 000F6C (base 16) ADDI-DATA GmbH Airport Boulevard B210 RHEINMUENSTER BW 77836 DE 00-0F-8F (hex) Cisco Systems, Inc 000F8F (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0F-7D (hex) Xirrus 000F7D (base 16) Xirrus 310 North Westlake Blvd. Westlake Village CA 91362 US 00-0F-76 (hex) Digital Keystone, Inc. 000F76 (base 16) Digital Keystone, Inc. 1975 El Camino Real Mountain View CA 94040 US 00-0F-9E (hex) Murrelektronik GmbH 000F9E (base 16) Murrelektronik GmbH Falkenstraße 3 Oppenweiler Baden-Württemberg 71570 DE 00-0F-79 (hex) Bluetooth Interest Group Inc. 000F79 (base 16) Bluetooth Interest Group Inc. 4F, No. 9, Alley 2, Lane 35, Ji-Hu Rd. Taipei 114 TW 00-0F-17 (hex) Insta Elektro GmbH 000F17 (base 16) Insta Elektro GmbH Hohe Steinert 10 Luedenscheid NRW 58509 DE 00-0F-1E (hex) Chengdu KT Electric Co.of High & New Technology 000F1E (base 16) Chengdu KT Electric Co.of High & New Technology No.2 Gaopeng Dong Road,High & New Development Zone Chengdu Sichuan 610041 CN 00-0F-15 (hex) Icotera A/S 000F15 (base 16) Icotera A/S Vibeholms Allé 16 Brøndby 2605 DK 00-0F-39 (hex) IRIS SENSORS 000F39 (base 16) IRIS SENSORS ZA les Ufernets TOULAUD Ardeche F07130 FR 00-0F-3E (hex) CardioNet, Inc 000F3E (base 16) CardioNet, Inc 1010 Second Avenue San Diego CA 92101 US 00-0F-3F (hex) Big Bear Networks 000F3F (base 16) Big Bear Networks 345 Potrero Ave Sunny Vale California 94085 US 00-0F-35 (hex) Cisco Systems, Inc 000F35 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0F-36 (hex) Accurate Techhnologies, Inc. 000F36 (base 16) Accurate Techhnologies, Inc. 47199 Cartier Dr. Wixom Michigan 48393 US 00-0F-28 (hex) Itronix Corporation 000F28 (base 16) Itronix Corporation South 801 Stevens Street Spokane WA 99204 US 00-0F-23 (hex) Cisco Systems, Inc 000F23 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0F-22 (hex) Helius, Inc. 000F22 (base 16) Helius, Inc. 333 South 520 West Lindon UT 84042 US 00-0F-24 (hex) Cisco Systems, Inc 000F24 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0E-FC (hex) JTAG Technologies B.V. 000EFC (base 16) JTAG Technologies B.V. Boschdijk 50 Eindhoven NB 5612 AN NL 00-0E-FE (hex) EndRun Technologies LLC 000EFE (base 16) EndRun Technologies LLC 2270 Northpoint Parkway Santa Rosa CA 95407 US 00-0F-2C (hex) Uplogix, Inc. 000F2C (base 16) Uplogix, Inc. Bldg 1, Suite 235 Austin TX 78730 US 00-0F-2B (hex) GREENBELL SYSTEMS 000F2B (base 16) GREENBELL SYSTEMS 2TH Floor, Doonam Bldg, 236-11 Nonhyun-Dong, Kangnam-Ku Seoul 135-010 KR 00-0E-F2 (hex) Infinico Corporation 000EF2 (base 16) Infinico Corporation 4F, F-1 Bldg., 1-2-12, Tokyo 105-0013 JP 00-0F-0D (hex) Hunt Electronic Co., Ltd. 000F0D (base 16) Hunt Electronic Co., Ltd. 6FI, NO. 57-59, Jiun H Sien Rd., Chi Tu District Keelung Taiwan 206 TW 00-0F-08 (hex) Indagon Oy 000F08 (base 16) Indagon Oy Nuijamiestentie 5 A Helsinki - 00400 FI 00-0F-04 (hex) cim-usa inc 000F04 (base 16) cim-usa inc 10813 nw 30th street miami florida 33172 US 00-0F-42 (hex) Xalyo Systems 000F42 (base 16) Xalyo Systems Grenier 9 Commugny VD 1291 CH 00-0E-A5 (hex) BLIP Systems 000EA5 (base 16) BLIP Systems Haekken 2 Vodskov Vester Hassing 9310 DK 00-0E-A0 (hex) NetKlass Technology Inc. 000EA0 (base 16) NetKlass Technology Inc. 2F-1, No.30,Tai Yuen Street, Chupei City, Hsinchu, 302 TW 00-0E-E4 (hex) BOE TECHNOLOGY GROUP CO.,LTD 000EE4 (base 16) BOE TECHNOLOGY GROUP CO.,LTD No.10 Jiuxianqiao Road,Chaoyang District,Beijing,PRC Beijing 100016 CN 00-0E-DE (hex) REMEC, Inc. 000EDE (base 16) REMEC, Inc. 2144 Franklin Drive NE Palm Bay Florida 32905-4021 US 00-0E-9C (hex) Benchmark Electronics 000E9C (base 16) Benchmark Electronics 3535 Technology Drive Rochester MN 55901 US 00-0E-9A (hex) BOE TECHNOLOGY GROUP CO.,LTD 000E9A (base 16) BOE TECHNOLOGY GROUP CO.,LTD No.10 Jiuxianqiao Road,Chaoyang District,Beijing,PRC Beijing 100016 CN 00-0E-90 (hex) PONICO CORP. 000E90 (base 16) PONICO CORP. 602, Ace Twin Tower 1, 212-1 Guro-dong Gurogu Seoul 152-766 KR 00-0E-8A (hex) Avara Technologies Pty. Ltd. 000E8A (base 16) Avara Technologies Pty. Ltd. 9 Business Park Drive Notting Hill Victoria 3168 AU 00-0E-B8 (hex) Iiga co.,Ltd 000EB8 (base 16) Iiga co.,Ltd 3F TKBldg. 3-5-2 Sotokanda Chiyoda-Ku Tokyo 101-0021 JP 00-0E-BE (hex) B&B Electronics Manufacturing Co. 000EBE (base 16) B&B Electronics Manufacturing Co. 707 Dayton Road Ottawa Ilinois 61350 US 00-0E-BB (hex) Everbee Networks 000EBB (base 16) Everbee Networks 41, Boulevard des Capucines Paris 75002 FR 00-0E-CE (hex) S.I.T.T.I. S.p.A. 000ECE (base 16) S.I.T.T.I. S.p.A. Via Cadorna 69 Vimodrone Milan I-20090 IT 00-0E-D4 (hex) CRESITT INDUSTRIE 000ED4 (base 16) CRESITT INDUSTRIE 12 rue de Blois Orleans BP 6744 45067 cedex FR 00-0E-D6 (hex) Cisco Systems, Inc 000ED6 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0E-D8 (hex) Positron Access Solutions Corp 000ED8 (base 16) Positron Access Solutions Corp 5101 Buchan Street Montreal, Quebec H4P 2R9 CA 00-0E-D1 (hex) Osaka Micro Computer. 000ED1 (base 16) Osaka Micro Computer. Isonokamicyo 3-11-7 Kishiwada Osaka 5960001 JP 00-0E-B0 (hex) Solutions Radio BV 000EB0 (base 16) Solutions Radio BV Prinsegracht 82 The Hague ZH 2512 GC NL 00-0E-83 (hex) Cisco Systems, Inc 000E83 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0E-81 (hex) Devicescape Software, Inc. 000E81 (base 16) Devicescape Software, Inc. 1000 Marina Blvd Brisbane CA 94005 US 00-0E-88 (hex) VIDEOTRON CORP. 000E88 (base 16) VIDEOTRON CORP. 17-16,2-CHOME HACHIOJI TOKYO 193-0835 JP 00-0E-86 (hex) Alcatel North America 000E86 (base 16) Alcatel North America 2301 Sugar Bush Road Raleigh NC 27612 US 00-0E-69 (hex) China Electric Power Research Institute 000E69 (base 16) China Electric Power Research Institute No.15 Xiaoying East Road,Qinghe,Beijing,China Beijing 100085 CN 00-0E-61 (hex) MICROTROL LIMITED 000E61 (base 16) MICROTROL LIMITED 16 ELGAR BUSINESS CENTRE HALLOW WORCESTER WR2 6NJ GB 00-0E-64 (hex) Elphel, Inc 000E64 (base 16) Elphel, Inc 3200 S. Elpmer St. Magna UT 84044 US 00-0E-49 (hex) Forsway Scandinavia AB 000E49 (base 16) Forsway Scandinavia AB Kanikegränd 3B 541 34 Skövde SE 00-0E-42 (hex) Motic Incoporation Ltd. 000E42 (base 16) Motic Incoporation Ltd. Room 2907-8, Windsor House Hong Kong CN 00-0E-3D (hex) Televic N.V. 000E3D (base 16) Televic N.V. Leo Bekaertlaan 1 Izegem 8870 BE 00-0E-39 (hex) Cisco Systems, Inc 000E39 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0E-34 (hex) NexGen City, LP 000E34 (base 16) NexGen City, LP 1680 Glenville Richardson Texas 75081 US 00-0E-6A (hex) 3Com Ltd 000E6A (base 16) 3Com Ltd Peoplebuilding 2 Hemel Hempstead Herts HP2 4NW GB 00-0E-5A (hex) TELEFIELD inc. 000E5A (base 16) TELEFIELD inc. 3F, Kumbo Bldg, 2-9, Seokchon-Dong Seoul 138-190 KR 00-0E-5D (hex) Triple Play Technologies A/S 000E5D (base 16) Triple Play Technologies A/S Herstedvang 8 Albertslund DK-2620 DK 00-0E-52 (hex) Optium Corporation 000E52 (base 16) Optium Corporation 500 Horizon Dr Chalfont PA 18914 US 00-0E-7E (hex) ionSign Oy 000E7E (base 16) ionSign Oy P.O.BOX 246 Rauma FI 00-0E-77 (hex) Decru, Inc. 000E77 (base 16) Decru, Inc. 275 Shoreline Dr Redwood City CA 94065 US 00-0E-4D (hex) Numesa Inc. 000E4D (base 16) Numesa Inc. 4444 Westgrove Suite 300 Addison TX 75001 US 00-0E-4C (hex) Bermai Inc. 000E4C (base 16) Bermai Inc. 410 Cambridge Ave Palo Alto CA 94306 US 00-0E-2D (hex) Hyundai Digital Technology Co.,Ltd. 000E2D (base 16) Hyundai Digital Technology Co.,Ltd. 223-22, Sangdaewon-1dong, Jungwon-gu Seongnam-si Kyoungki-do 462-807 KR 00-0E-30 (hex) AERAS Networks, Inc. 000E30 (base 16) AERAS Networks, Inc. P.O. Box 7330 Laguna Niguel CA 92607-7330 US 00-0E-29 (hex) Shester Communications Inc 000E29 (base 16) Shester Communications Inc 159 S. Lincoln Spokane WA 99201 US 00-0D-E1 (hex) Control Products, Inc. 000DE1 (base 16) Control Products, Inc. 1724 Lake Drive West Chanhassen MN 55317 US 00-0D-D0 (hex) TetraTec Instruments GmbH 000DD0 (base 16) TetraTec Instruments GmbH Gewerbestrasse 8 Steinenbronn BW 71144 DE 00-0D-D3 (hex) SAMWOO Telecommunication Co.,Ltd. 000DD3 (base 16) SAMWOO Telecommunication Co.,Ltd. Gunpo Kyoung-Gi 435-831 KR 00-0D-D8 (hex) BBN 000DD8 (base 16) BBN 7F-3,NO.186, Jian Yi Rd ., Chung Ho City Taipei 235 TW 00-0D-B3 (hex) SDO Communication Corperation 000DB3 (base 16) SDO Communication Corperation 6F, No.112, Shin Min Street Chung Ho City Taipei Hsien 235 TW 00-0D-AE (hex) SAMSUNG HEAVY INDUSTRIES CO., LTD. 000DAE (base 16) SAMSUNG HEAVY INDUSTRIES CO., LTD. 493, Banweol-Ri, Taean-Eup Hwaseong-City Kyeonggi-Do 445-973 KR 00-0D-B2 (hex) Ammasso, Inc. 000DB2 (base 16) Ammasso, Inc. 345 Summer Street Boston MA 02210 US 00-0E-0D (hex) Hesch Schröder GmbH 000E0D (base 16) Hesch Schröder GmbH Boschstraße 8 Neustadt Niedersachsen 31535 DE 00-0D-F6 (hex) Technology Thesaurus Corp. 000DF6 (base 16) Technology Thesaurus Corp. NO. 6, East 4th St. KEPZ KAOHSIUNG 806 TW 00-0D-FF (hex) CHENMING MOLD INDUSTRY CORP. 000DFF (base 16) CHENMING MOLD INDUSTRY CORP. 2F No. 26, Lane 513, Rei Kuang Rd. Taipei 114 TW 00-0D-C7 (hex) COSMIC ENGINEERING INC. 000DC7 (base 16) COSMIC ENGINEERING INC. 1-3-5, Nishihirayama Hino-shi TOKYO 191-0055 JP 00-0D-C2 (hex) Private 000DC2 (base 16) Private 00-0D-BF (hex) TekTone Sound & Signal Mfg., Inc. 000DBF (base 16) TekTone Sound & Signal Mfg., Inc. 277 Industrial Park Rd. Franklin NC 28734 US 00-0E-19 (hex) LogicaCMG Pty Ltd 000E19 (base 16) LogicaCMG Pty Ltd 17-19 Orion Road Lane Cove NSW 2066 AU 00-0E-1A (hex) JPS Communications 000E1A (base 16) JPS Communications 5800 Departure Drive Raleigh NC 27616 US 00-0E-06 (hex) Team Simoco Ltd 000E06 (base 16) Team Simoco Ltd Field House Derby Derbyshire DE1 1NH GB 00-0D-5C (hex) Robert Bosch GmbH, VT-ATMO 000D5C (base 16) Robert Bosch GmbH, VT-ATMO Wernerstrasse 51 Stuttgart BW 70469 DE 00-0D-60 (hex) IBM Corp 000D60 (base 16) IBM Corp 3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US 00-0D-67 (hex) Ericsson 000D67 (base 16) Ericsson 349 Terry Fox Drive Kanata Ottawa K2K 2V6 CA 00-0D-5F (hex) Minds Inc 000D5F (base 16) Minds Inc 1919 boul lionel bertrand Boisbriand Quebec J7H 1N8 CA 00-0D-9C (hex) Elan GmbH & Co KG 000D9C (base 16) Elan GmbH & Co KG Im Ostpark 2 Wettenberg Hessen 35435 DE 00-0D-98 (hex) S.W.A.C. Schmitt-Walter Automation Consult GmbH 000D98 (base 16) S.W.A.C. Schmitt-Walter Automation Consult GmbH Oedenpullach 1 Oberhaching Bavaria 82041 DE 00-0D-8C (hex) Shanghai Wedone Digital Ltd. CO. 000D8C (base 16) Shanghai Wedone Digital Ltd. CO. 893-899 Huashan Road, Shanghai 200031 CN 00-0D-94 (hex) AFAR Communications,Inc 000D94 (base 16) AFAR Communications,Inc 81 David Love Place Santa Barbara CA 93117 US 00-0D-AA (hex) S.A.Tehnology co.,Ltd. 000DAA (base 16) S.A.Tehnology co.,Ltd. 80-12 Yangjae 1 Dong Seoul South Korea 137-890 KR 00-0D-A6 (hex) Universal Switching Corporation 000DA6 (base 16) Universal Switching Corporation 7671 San Fernando Rd Burbank CA 91505-1073 US 00-0D-8D (hex) Prosoft Technology, Inc 000D8D (base 16) Prosoft Technology, Inc 5201 Truxtun Ave Bakersfield CA 93300 US 00-0D-84 (hex) Makus Inc. 000D84 (base 16) Makus Inc. 4F Daedo Bldg., 748-14 Yeoksam-dong Kangnam-gu Seoul 135-080 KR 00-0D-73 (hex) Technical Support, Inc. 000D73 (base 16) Technical Support, Inc. 11253 John Galt Blvd Omaha Nebraska 68137 US 00-0D-69 (hex) TMT&D Corporation 000D69 (base 16) TMT&D Corporation 2-24-1 Fuchu-si Tokyo 183-0057 JP 00-0D-A2 (hex) Infrant Technologies, Inc. 000DA2 (base 16) Infrant Technologies, Inc. 48820 Kato Road Fremont CA 94538 US 00-0D-68 (hex) Vinci Systems, Inc. 000D68 (base 16) Vinci Systems, Inc. 8330 Boone Boulevard Vienna VA 22182 US 00-0D-64 (hex) COMAG Handels AG 000D64 (base 16) COMAG Handels AG Zillenhardtstraße 41 Goeppingen Baden-Württemberg 73037 DE 00-0D-74 (hex) Sand Network Systems, Inc. 000D74 (base 16) Sand Network Systems, Inc. 434 Payran Street, Suite B Petaluma CA 94952 US 00-0D-7D (hex) Afco Systems 000D7D (base 16) Afco Systems 200 Finn Court Farmingdale NY 11735 US 00-0D-54 (hex) 3Com Ltd 000D54 (base 16) 3Com Ltd Peoplebuilding 2 Hemel Hempstead Herts HP2 4NW GB 00-0D-4C (hex) Outline Electronics Ltd. 000D4C (base 16) Outline Electronics Ltd. 7/F Benson Tower Kwun Tong Kowloon HK 00-0D-0F (hex) Finlux Ltd 000D0F (base 16) Finlux Ltd Radiomiehenkatu 3 Turku FIN-20321 FI 00-0D-12 (hex) AXELL Corporation 000D12 (base 16) AXELL Corporation Akihabara UDX South Wing 10F Chiyoda-ku Tokyo 101-8973 JP 00-0D-34 (hex) Shell International Exploration and Production, Inc. 000D34 (base 16) Shell International Exploration and Production, Inc. BTC-Gasmer Houston TX 77001 US 00-0D-32 (hex) DispenseSource, Inc. 000D32 (base 16) DispenseSource, Inc. 29801 Santa Margarita Parkway Rancho Santa Margarita CA 92688 US 00-0C-F6 (hex) Sitecom Europe BV 000CF6 (base 16) Sitecom Europe BV Sevillaweg 122 Rotterdam ZH 3047 AL NL 00-0C-F2 (hex) GAMESA Eólica 000CF2 (base 16) GAMESA Eólica Polígono Agustinos. C/ A s/n. Pamplona NAVARRA 31013 ES 00-0D-2E (hex) Matsushita Avionics Systems Corporation 000D2E (base 16) Matsushita Avionics Systems Corporation 26200 Enterprise Way Lake Forest CA 92630 US 00-0D-28 (hex) Cisco Systems, Inc 000D28 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0D-4D (hex) Ninelanes 000D4D (base 16) Ninelanes #405 4F Diplomatic Center Seoul 1376-1 KR 00-0D-53 (hex) Beijing 5w Communication Corp. 000D53 (base 16) Beijing 5w Communication Corp. NO.4,Zhong-Guan-Cun South 4 street, Beijing 100080 CN 00-0C-FC (hex) S2io Technologies Corp 000CFC (base 16) S2io Technologies Corp 505 March Rd Ottawa Ontario K2K 2M5 CA 00-0D-38 (hex) NISSIN INC. 000D38 (base 16) NISSIN INC. 10-7 KAMEI-CHO TAKARAZUKA HYOGO 665-0047 JP 00-0D-15 (hex) Voipac s.r.o. 000D15 (base 16) Voipac s.r.o. Ul. Janka Krala 3 Trencin 911 01 SK 00-0C-A1 (hex) SIGMACOM Co., LTD. 000CA1 (base 16) SIGMACOM Co., LTD. DacomBldg 7F 200-12 Anyang-dong 430-817 KR 00-0C-A6 (hex) Mintera Corporation 000CA6 (base 16) Mintera Corporation 847 Rogers Street Lowell MA 01852 US 00-0C-C1 (hex) Eaton Corporation 000CC1 (base 16) Eaton Corporation 2300 Badger Drive Waukesha WI 53188 US 00-0C-8B (hex) Connect Tech Inc 000C8B (base 16) Connect Tech Inc 42 Arrow Road Guelph Ontario N1K 1S6 CA 00-0C-90 (hex) Octasic Inc. 000C90 (base 16) Octasic Inc. 4101 Molson St. Montreal Quebec H1Y 3L1 CA 00-0C-8C (hex) KODICOM CO.,LTD. 000C8C (base 16) KODICOM CO.,LTD. A-Dong 5FI.,SK Twin Tower 345-9, Seoul 153-023 KR 00-0C-C2 (hex) ControlNet (India) Private Limited 000CC2 (base 16) ControlNet (India) Private Limited L-44, Unit - I Verna, Salcete Goa 403 722 IN 00-0C-94 (hex) United Electronic Industries, Inc. (EUI) 000C94 (base 16) United Electronic Industries, Inc. (EUI) 27 Renmar Ave Walpole MA 02081 US 00-0C-9B (hex) EE Solutions, Inc 000C9B (base 16) EE Solutions, Inc 8F, No. 9, Park II Ave., Science-Based I Hsin Chu 300 TW 00-0C-E1 (hex) The Open Group 000CE1 (base 16) The Open Group Apex Plaza Reading Berks RG1 1AX GB 00-0C-DC (hex) BECS Technology, Inc 000CDC (base 16) BECS Technology, Inc 9487 Dielman Rock Island Industrial Driv St. Louis MO 63132 US 00-0C-C5 (hex) Nextlink Co., Ltd. 000CC5 (base 16) Nextlink Co., Ltd. C 605, Technopark #145 Yatop-dong, Seongnam-si Bundang-gu, Gyeonggi 463-760 KR 00-0C-DE (hex) ABB STOTZ-KONTAKT GmbH 000CDE (base 16) ABB STOTZ-KONTAKT GmbH Eppelheimer Straße 82 Heidelberg Baden-Württemberg 69123 DE 00-0C-BF (hex) Holy Stone Ent. Co., Ltd. 000CBF (base 16) Holy Stone Ent. Co., Ltd. 1F, No.62, Sec.2, Huang Shan Rd., Taipei 114 US 00-0C-4D (hex) Curtiss-Wright Controls Avionics & Electronics 000C4D (base 16) Curtiss-Wright Controls Avionics & Electronics Landscape House, Churchtown, Dublin 14 IE 00-0C-44 (hex) Automated Interfaces, Inc. 000C44 (base 16) Automated Interfaces, Inc. 120 Confederate Lane Greer South Carolina 29651 US 00-0C-3B (hex) Orion Electric Co., Ltd. 000C3B (base 16) Orion Electric Co., Ltd. 41-1, Iehisa-cho Takefu-shi Fukui 915-8555 JP 00-0C-71 (hex) Wybron, Inc 000C71 (base 16) Wybron, Inc 4830 LIst Dr Colorado Springs Colorado 80919 US 00-0C-72 (hex) Tempearl Industrial Co., Ltd. 000C72 (base 16) Tempearl Industrial Co., Ltd. 3-1-42 Ohzu Hiroshima-shi Hiroshima 732-0802 JP 00-0C-78 (hex) In-Tech Electronics Limited 000C78 (base 16) In-Tech Electronics Limited Unit A, 13th Floor., Wing Tai Centre Kwun Tong Kowloon HK 00-0C-59 (hex) Indyme Electronics, Inc. 000C59 (base 16) Indyme Electronics, Inc. 9085 Aero Dr. San Diego CA 92123 US 00-0C-5C (hex) GTN Systems B.V. 000C5C (base 16) GTN Systems B.V. Postbus 12236 Amsterdam NL 00-0C-55 (hex) Microlink Communications Inc. 000C55 (base 16) Microlink Communications Inc. 8F, 31, Hsintai Road Hsinchu 302 TW 00-0C-52 (hex) Roll Systems Inc. 000C52 (base 16) Roll Systems Inc. 53 Third Avenue Burlington MA 01803 US 00-0C-74 (hex) RIVERTEC CORPORATION 000C74 (base 16) RIVERTEC CORPORATION 882-5 MIYAGASAKI IMABARI EHIME 799-1537 JP 00-0C-67 (hex) OYO ELECTRIC CO.,LTD 000C67 (base 16) OYO ELECTRIC CO.,LTD 63-1 Nakamichi Omote Joyo Kyoto 610-0101 JP 00-0C-2E (hex) Openet information technology(shenzhen) Co., Ltd. 000C2E (base 16) Openet information technology(shenzhen) Co., Ltd. 2/F,A tower,international tech-innovatio shenzhen guangdong 518057 CN 00-0C-2C (hex) Enwiser Inc. 000C2C (base 16) Enwiser Inc. 4F, Cheongseok B/D Seoul Seoul 135-010 KR 00-0C-28 (hex) RIFATRON 000C28 (base 16) RIFATRON 9th FL, SHINTAEYANG BLDG SEOUL SEOCHO-GU 137-041 KR 00-0C-3D (hex) Glsystech Co., Ltd. 000C3D (base 16) Glsystech Co., Ltd. Song Bo B/D 3F Seoul KR 00-0C-2F (hex) SeorimTechnology Co.,Ltd. 000C2F (base 16) SeorimTechnology Co.,Ltd. 2F DIPLOMATIC CENTER B/D 1376-1 SEOCHO2- SEOUL 137-072 US 00-0C-31 (hex) Cisco Systems, Inc 000C31 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0C-53 (hex) Private 000C53 (base 16) Private 00-0C-48 (hex) QoStek Corporation 000C48 (base 16) QoStek Corporation 7F, 22, Taiyuen Street Chupei Hsinchu Hsien 302 TW 00-0C-63 (hex) Zenith Electronics Corporation 000C63 (base 16) Zenith Electronics Corporation 2000 Millbrook Drive Lincolnshire Illinois 60069 US 00-0B-BB (hex) Etin Systems Co., Ltd 000BBB (base 16) Etin Systems Co., Ltd 12F, IT Venture Tower, Seoul 138-803 KR 00-0B-BC (hex) En Garde Systems, Inc. 000BBC (base 16) En Garde Systems, Inc. 2101 White Cloud St. NE Albuquerque NM 87112 US 00-0B-B1 (hex) Super Star Technology Co., Ltd. 000BB1 (base 16) Super Star Technology Co., Ltd. No. 7 Lane 306,Sec. 2,Tai-Lin Rd. Taipei Hsien 243 US 00-0B-BF (hex) Cisco Systems, Inc 000BBF (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0B-AD (hex) PC-PoS Inc. 000BAD (base 16) PC-PoS Inc. 309 Commissioners Road West London Ontario N6J 1Y4 CA 00-0B-A0 (hex) T&L Information Inc. 000BA0 (base 16) T&L Information Inc. 898-44 Hokye-Dong, Dongan-Gu Anyang Kyungki-Do 431-836 KR 00-0C-17 (hex) AJA Video Systems Inc 000C17 (base 16) AJA Video Systems Inc 180 Litton Drive Grass Valley CA 95945 US 00-0C-11 (hex) NIPPON DEMPA CO.,LTD. 000C11 (base 16) NIPPON DEMPA CO.,LTD. 1-4-8 kakegawa city shizuoka pref. 436-0028 JP 00-0C-14 (hex) Diagnostic Instruments, Inc. 000C14 (base 16) Diagnostic Instruments, Inc. 6540 Burroughs Sterling Heights MI 48314 US 00-0B-B5 (hex) nStor Technologies, Inc. 000BB5 (base 16) nStor Technologies, Inc. 100 Technology Park Lake Mary FL 32746 US 00-0B-B9 (hex) Imsys AB 000BB9 (base 16) Imsys AB Johanneslundsvagen 3 Upplands Vasby SE-19461 SE 00-0C-21 (hex) Faculty of Science and Technology, Keio University 000C21 (base 16) Faculty of Science and Technology, Keio University 3-14-1 Hiyoshi, Kohoku-ku Yokohama Kanagawa 223-8522 JP 00-0C-1B (hex) ORACOM Co, Ltd. 000C1B (base 16) ORACOM Co, Ltd. 3rd Fl, A-Sung Bldg, 999-3 Seoul 135-280 KR 00-0B-C9 (hex) Electroline Equipment 000BC9 (base 16) Electroline Equipment 8265 boul. St-Michel Montreal Quebec H1Z 3E4 CA 00-0B-C2 (hex) Corinex Communication Corp. 000BC2 (base 16) Corinex Communication Corp. #308 1168 Hamilton Street Vancouver B.C. V6B 2S2 US 00-0B-F7 (hex) NIDEK CO.,LTD 000BF7 (base 16) NIDEK CO.,LTD 34-14 Maehama Gamagori Aich 443-0038 JP 00-0C-00 (hex) BEB Industrie-Elektronik AG 000C00 (base 16) BEB Industrie-Elektronik AG Progressastrasse 31 Oberburg BE 3414 CH 00-0B-F3 (hex) BAE SYSTEMS 000BF3 (base 16) BAE SYSTEMS 6500 Tracor Lane Austin Texas 78725 US 00-0B-ED (hex) ELM Inc. 000BED (base 16) ELM Inc. 2398 Kasedamiyahara Minamisatsuma Kagoshima 897-1124 JP 00-0B-91 (hex) Aglaia Gesellschaft für Bildverarbeitung und Kommunikation mbH 000B91 (base 16) Aglaia Gesellschaft für Bildverarbeitung und Kommunikation mbH Tiniusstraße 12-15 Berlin D-13089 DE 00-0B-97 (hex) Matsushita Electric Industrial Co.,Ltd. 000B97 (base 16) Matsushita Electric Industrial Co.,Ltd. 3-1-1 Yagumo-Naka-Machi Moriguchi City Osaka 570-8501 JP 00-0B-92 (hex) Ascom Danmark A/S 000B92 (base 16) Ascom Danmark A/S Fabriksparken 42 Glostrup Denmark 2600 DK 00-0B-9A (hex) Shanghai Ulink Telecom Equipment Co. Ltd. 000B9A (base 16) Shanghai Ulink Telecom Equipment Co. Ltd. 6 Floor, Building 3 Shanghai 200083 CN 00-0B-9D (hex) TwinMOS Technologies Inc. 000B9D (base 16) TwinMOS Technologies Inc. 303 No.3, Tzu Chiang Rd., Hu Kou Xiang, Hsin Chu 303 TW 00-0B-96 (hex) Innotrac Diagnostics Oy 000B96 (base 16) Innotrac Diagnostics Oy Kalevantie 25 Turku Åbo 20520 FI 00-0B-56 (hex) Cybernetics 000B56 (base 16) Cybernetics 111 Cybernetics Way STE 300 Yorktown VA 23693 US 00-0B-50 (hex) Oxygnet 000B50 (base 16) Oxygnet 402 E. Carrillo St. Santa Barbara CA 93101 US 00-0B-52 (hex) JOYMAX ELECTRONICS CO. LTD. 000B52 (base 16) JOYMAX ELECTRONICS CO. LTD. No.5 Dong-Yuan Road 2, Jhong-Li Industrial Park, Tao-Yuan 32063 TW 00-0B-69 (hex) Franke Finland Oy 000B69 (base 16) Franke Finland Oy Vartiokuja 1 NAARAJARVI FIN-76850 FI 00-0B-A5 (hex) Quasar Cipta Mandiri, PT 000BA5 (base 16) Quasar Cipta Mandiri, PT Jl. Palasari 9A Bandung West Java 40262 ID 00-0B-49 (hex) RF-Link System Inc. 000B49 (base 16) RF-Link System Inc. No.6, Nan-Ke 5th Rd., Hsin-Shi, Tainan County 744 TW 00-0B-46 (hex) Cisco Systems, Inc 000B46 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0B-7A (hex) L-3 Linkabit 000B7A (base 16) L-3 Linkabit 9890 Town Center Drive San Diego CA 92121 US 00-0B-84 (hex) BODET 000B84 (base 16) BODET Route de la Tourlandry TREMENTINES FRANCE 49340 FR 00-0B-77 (hex) Cogent Systems, Inc. 000B77 (base 16) Cogent Systems, Inc. 209 Fair Oaks Ave. South Pasadena CA 91030 US 00-0B-66 (hex) Teralink Communications 000B66 (base 16) Teralink Communications Capital Tower 15F, Daejeon 302120 KR 00-0B-2C (hex) Eiki Industrial Co. Ltd. 000B2C (base 16) Eiki Industrial Co. Ltd. 4-12 Manzai-cho, Kita-ku Osaka 530 JP 00-0B-26 (hex) Wetek Corporation 000B26 (base 16) Wetek Corporation 4F, NO.17, Kuanfu N. Road Hsin Chu Industrial Park 303 TW 00-0B-28 (hex) Quatech Inc. 000B28 (base 16) Quatech Inc. 662 Wolf Ledges Pkwy. Akron OH 44311 US 00-0B-2A (hex) HOWTEL Co., Ltd. 000B2A (base 16) HOWTEL Co., Ltd. J-COM Bd. 4F, 124-4 OJEON-DONG UIWANG-SHI KYOUNGGI-DO 437-070 KR 00-0B-30 (hex) Beijing Gongye Science & Technology Co.,Ltd 000B30 (base 16) Beijing Gongye Science & Technology Co.,Ltd Unit D.17/E,Shenlanhuating mid Road No.6 Beijing 100029 CN 00-0A-F2 (hex) NeoAxiom Corp. 000AF2 (base 16) NeoAxiom Corp. 1520 Montague Expressway San Jose CA 95131 US 00-0A-F5 (hex) Airgo Networks, Inc. 000AF5 (base 16) Airgo Networks, Inc. 900 Arastradero Rd Palo Alto CA 94304 US 00-0A-F0 (hex) SHIN-OH ELECTRONICS CO., LTD. R&D 000AF0 (base 16) SHIN-OH ELECTRONICS CO., LTD. R&D #729-5, Bonoh-Dong, Ansan-City, Kyunggi- Ansan-City Kyunggi-Do 425-180 KR 00-0A-F4 (hex) Cisco Systems, Inc 000AF4 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0A-EE (hex) GCD Hard- & Software GmbH 000AEE (base 16) GCD Hard- & Software GmbH Henkestraße 79 Erlangen Bayern 91052 DE 00-0A-D8 (hex) IPCserv Technology Corp. 000AD8 (base 16) IPCserv Technology Corp. 6f,No.107,Pan-Hsin Rd Pan-Chiao Taipei 22046 TW 00-0A-D7 (hex) Origin ELECTRIC CO.,LTD. 000AD7 (base 16) Origin ELECTRIC CO.,LTD. 1-18-1 TOSHIMA WARD TOKYO MET. 171-8555 JP 00-0B-38 (hex) Knürr GmbH 000B38 (base 16) Knürr GmbH Mariakirchener Straße 38 Arnstorf Bavaria 94424 DE 00-0B-32 (hex) VORMETRIC, INC. 000B32 (base 16) VORMETRIC, INC. 2060 CORPORATE CT SAN JOSE CA 95131 US 00-0B-07 (hex) Voxpath Networks 000B07 (base 16) Voxpath Networks 7600B Capital of Texas Highway - North Austin Texas 78731 US 00-0B-04 (hex) Volktek Corporation 000B04 (base 16) Volktek Corporation 4F., No.192, Lian-Chang Road, Chang-Ho Taipei TW 00-0A-F9 (hex) HiConnect, Inc. 000AF9 (base 16) HiConnect, Inc. Rm #906, Haksan Cosmostel, 110 Kwangjin-Gu Seoul 143-802 KR 00-0B-1F (hex) I CON Computer Co. 000B1F (base 16) I CON Computer Co. 3F, No. 142 , Hsin Ming Road Neihu Taipei 114 TW 00-0B-13 (hex) ZETRON INC 000B13 (base 16) ZETRON INC PO Box 97004 REDMOND WA 98073 US 00-0B-10 (hex) 11wave Technonlogy Co.,Ltd 000B10 (base 16) 11wave Technonlogy Co.,Ltd 10F,no.285 sec.2 ,Ti-Ding Ave,NaiHu.Taip Taipei 114 TW 00-0A-E9 (hex) AirVast Technology Inc. 000AE9 (base 16) AirVast Technology Inc. 3F.-5, No.6, Lane 609, Sec. 5, Chongsin Rd. Sanchong City Taipei 241 TW 00-0B-2B (hex) HOSTNET CORPORATION 000B2B (base 16) HOSTNET CORPORATION 10F-12,No. 12 Lane 609, Sec.5,Chunghsin Sanchung Taipei Hsien 241 TW 00-0B-02 (hex) Dallmeier electronic 000B02 (base 16) Dallmeier electronic Würzburgerstraße 5 Regensburg Bavaria 93059 DE 00-0A-CD (hex) Sunrich Technology Limited 000ACD (base 16) Sunrich Technology Limited Unit 1301, Eastern Centre, 1065 King's R Quarry Bay HK 00-0A-CC (hex) Winnow Networks, Inc. 000ACC (base 16) Winnow Networks, Inc. 701 Emerson Road St. Louis MO 63141 US 00-0A-CF (hex) PROVIDEO Multimedia Co. Ltd. 000ACF (base 16) PROVIDEO Multimedia Co. Ltd. 5F, NO.8, ALLEY 2, TZU-WEI LANE, HSIN TIEN CITY TAIPEI HSIEN, 231 TW 00-0A-D1 (hex) MWS 000AD1 (base 16) MWS 12, quai Papacino NICE 06300 FR 00-0A-7D (hex) Valo, Inc. 000A7D (base 16) Valo, Inc. 1351 Redwood Way Petaluma CA 94954 US 00-0A-7F (hex) Teradon Industries, Inc 000A7F (base 16) Teradon Industries, Inc 7500 2nd ST NW Albuquerque NM 87120 US 00-0A-81 (hex) TEIMA Audiotex S.L. 000A81 (base 16) TEIMA Audiotex S.L. C/ Tirvia, 6, local B Madrid 28040 ES 00-0A-87 (hex) Integrated Micromachines Inc. 000A87 (base 16) Integrated Micromachines Inc. 1400 S. Shamrock Ave. Monrovia CA 91016 US 00-0A-77 (hex) Bluewire Technologies LLC 000A77 (base 16) Bluewire Technologies LLC 420 N. O St. Tulare Ca 93274 US 00-0A-8C (hex) Guardware Systems Ltd. 000A8C (base 16) Guardware Systems Ltd. Ulloi ut 102. Budapest H-1089 HU 00-0A-96 (hex) MEWTEL TECHNOLOGY INC. 000A96 (base 16) MEWTEL TECHNOLOGY INC. E15FL. IT VENTURE TOWER SEOUL 138-803 KR 00-0A-82 (hex) TATSUTA SYSTEM ELECTRONICS CO.,LTD. 000A82 (base 16) TATSUTA SYSTEM ELECTRONICS CO.,LTD. IWATATYOU2-3-1 HIGASHIOOSAKA-SHI OOSAKA-FU 578-8585 JP 00-0A-D3 (hex) INITECH Co., Ltd 000AD3 (base 16) INITECH Co., Ltd 3F, INITECH Bldg, 559-5, Seoul Songpa 138-816 KR 00-0A-C8 (hex) ZPSYS CO.,LTD. (Planning&Management) 000AC8 (base 16) ZPSYS CO.,LTD. (Planning&Management) 106 Ace Techno Tower1 Seoul 152-050 KR 00-0A-C6 (hex) Overture Networks. 000AC6 (base 16) Overture Networks. 637 Davis Drive Morrisville NC 27560 US 00-0A-AB (hex) Toyota Technical Development Corporation 000AAB (base 16) Toyota Technical Development Corporation 1-9, Imae, Hanamoto-cho Toyota Aichi 470-0334 JP 00-0A-B4 (hex) ETIC Telecommunications 000AB4 (base 16) ETIC Telecommunications 13, chemin du vieux-chene ZIRST MEYLAN Isere 38240 FR 00-0A-7A (hex) Kyoritsu Electric Co., Ltd. 000A7A (base 16) Kyoritsu Electric Co., Ltd. 2-3-17 Komae-shi Tokyo 201-0005 JP 00-0A-9C (hex) Server Technology, Inc. 000A9C (base 16) Server Technology, Inc. 1040 Sandhill Drive Reno Nevada 89521 US 00-0A-75 (hex) Caterpillar, Inc 000A75 (base 16) Caterpillar, Inc Mailstop Location AC6130 Mossville IL 61552-0610 US 00-0A-12 (hex) Azylex Technology, Inc 000A12 (base 16) Azylex Technology, Inc 7-2Fl., No. 738 Chung Cheng Road, Chung Ho City Taipei 235 TW 00-0A-13 (hex) Honeywell Video Systems 000A13 (base 16) Honeywell Video Systems 6554 176 Street Surrey BC V3S 4G5 CA 00-0A-09 (hex) TaraCom Integrated Products, Inc. 000A09 (base 16) TaraCom Integrated Products, Inc. 830 Stewart Dr. Sunnyvale CA 94085 US 00-0A-41 (hex) Cisco Systems, Inc 000A41 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0A-36 (hex) Synelec Telecom Multimedia 000A36 (base 16) Synelec Telecom Multimedia Zone Industrielle Saint Sernin sur Rance Aveyron F-12380 FR 00-0A-48 (hex) Albatron Technology 000A48 (base 16) Albatron Technology 6F, No 716, Chung Cheng, Chung-Ho City Taipei Hsien TW 00-0A-3E (hex) EADS Telecom 000A3E (base 16) EADS Telecom Landshuter Strasse 26 Munich Bavaria 85716 DE 00-0A-59 (hex) HW server 000A59 (base 16) HW server Italska 15 Prague 2 Czech Republic 120 00 KM 00-0A-54 (hex) Laguna Hills, Inc. 000A54 (base 16) Laguna Hills, Inc. 3-5-2 Chiyoda-ku Tokyo 102-0083 JP 00-0A-4F (hex) Brain Boxes Limited 000A4F (base 16) Brain Boxes Limited Unit 3c, Wavertree Boulevard South Liverpool Merseyside L7 9PF GB 00-0A-52 (hex) AsiaRF Ltd. 000A52 (base 16) AsiaRF Ltd. 3F, No.176, Yongzhen Road New Taipei City Taipei 234 TW 00-0A-02 (hex) ANNSO CO., LTD. 000A02 (base 16) ANNSO CO., LTD. 5F, No. 100, Min-Chuan Road, Shing-Tien Shing-Tien City Taipei Hsien Taiwan 221 TW 00-0A-65 (hex) GentechMedia.co.,ltd. 000A65 (base 16) GentechMedia.co.,ltd. solvit bldg 2f, 402-8, yangjae-don, seocho-gu, seoul 137-899 KR 00-0A-22 (hex) Amperion Inc 000A22 (base 16) Amperion Inc 250 Apollo Drive Chelmsford MA 01824 US 00-0A-1C (hex) Bridge Information Co., Ltd. 000A1C (base 16) Bridge Information Co., Ltd. No.3, Lane 106, Wu-Kung 2 Rd., Taipei 248 TW 00-0A-32 (hex) Xsido Corporation 000A32 (base 16) Xsido Corporation 3F,2-8-13,Shiba-Daimon, Tokyo 105-0012 JP 00-0A-2B (hex) Etherstuff 000A2B (base 16) Etherstuff 208 W. Mimosa Circle San Marcos TX 78666 US 00-0A-42 (hex) Cisco Systems, Inc 000A42 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-0A-38 (hex) Apani Networks 000A38 (base 16) Apani Networks 1800 E. Imperial Hwy Brea CA 92821 US 00-09-A8 (hex) Eastmode Pte Ltd 0009A8 (base 16) Eastmode Pte Ltd 30 Loyang Way #07-06 508769 SG 00-09-AA (hex) Data Comm for Business, Inc. 0009AA (base 16) Data Comm for Business, Inc. 2949 County Road 1000 East Dewey IL 61853 US 00-09-A4 (hex) HARTEC Corporation 0009A4 (base 16) HARTEC Corporation KOUHOKUKU SHIN-YOKOHAMA YOKOHAMA-SHI KANAGAWA-KEN 222-0033 JP 00-09-A6 (hex) Ignis Optics, Inc. 0009A6 (base 16) Ignis Optics, Inc. 482 W. San Carlos San Jose California 95110 US 00-09-A7 (hex) Bang & Olufsen A/S 0009A7 (base 16) Bang & Olufsen A/S Peter Bangs Vej 15 Struer 7600 DK 00-09-C8 (hex) SINAGAWA TSUSHIN KEISOU SERVICE 0009C8 (base 16) SINAGAWA TSUSHIN KEISOU SERVICE 13-5 Fuke , Sumiyoshi , Onahama Iwaki City Fukushima Prefecture 971-8124 JP 00-09-B7 (hex) Cisco Systems, Inc 0009B7 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-09-B2 (hex) L&F Inc. 0009B2 (base 16) L&F Inc. 4-2-9 ITABASHI-KU Tokyo 175-0083 JP 00-09-F3 (hex) WELL Communication Corp. 0009F3 (base 16) WELL Communication Corp. 11F, No.778, Chung Cheng Rd., Chung Ho C Chung Ho 235 TW 00-09-EF (hex) Vocera Communications 0009EF (base 16) Vocera Communications 525 Race St. San Jose California 95126 US 00-09-C4 (hex) Medicore Co., Ltd 0009C4 (base 16) Medicore Co., Ltd 72-3 5th Fl., Luna Bldg, Chungdam-dong Seoul 135-080 KR 00-09-D9 (hex) Neoscale Systems, Inc 0009D9 (base 16) Neoscale Systems, Inc 1500 Mc Candless Drive Milpitas CA 95035 US 00-09-D0 (hex) Solacom Technologies Inc. 0009D0 (base 16) Solacom Technologies Inc. 80 Jean-Proulx Gatineau Quebec J8Z 1W1 CA 00-09-CC (hex) Moog GmbH 0009CC (base 16) Moog GmbH Hanns-Klemm-Str. 28 Boeblingen D-71034 DE 00-0A-00 (hex) Mediatek Corp. 000A00 (base 16) Mediatek Corp. 8F, No 69-5, Sec.2, Chung Cheng East Rd. Taipei 251 TW 00-09-F0 (hex) Shimizu Technology Inc. 0009F0 (base 16) Shimizu Technology Inc. 15-6, No.107, Chung Shan Rd., Sec.1 Hsin Chuan, Taipei 242 US 00-09-E4 (hex) K Tech Infosystem Inc. 0009E4 (base 16) K Tech Infosystem Inc. B-405, Bundang Techno-Park 148, Yatap-do Seongnam Kyonggi-Do 464-070 KR 00-09-72 (hex) Securebase,Inc 000972 (base 16) Securebase,Inc 2nd Fl,Seungseung-Bldg,Dokok 2-Dong,Kang Seoul 135-854 KR 00-09-78 (hex) AIJI System Co., Ltd. 000978 (base 16) AIJI System Co., Ltd. #208 Samho-Park-Tower Bldg. 1122-10, Ing Suwon Gyeonggi-do 442-835 KR 00-09-73 (hex) Lenten Technology Co., Ltd. 000973 (base 16) Lenten Technology Co., Ltd. 16F, No.51, Sec.2, Gungyi Road, Taichung City 408 TW 00-09-75 (hex) fSONA Communications Corporation 000975 (base 16) fSONA Communications Corporation #140-11120 Horseshoe Way Richmond BC V7A 5H7 CA 00-09-77 (hex) Brunner Elektronik AG 000977 (base 16) Brunner Elektronik AG Müllerwis 1 Hittnau Zurich 8335 CH 00-09-69 (hex) Meret Optical Communications 000969 (base 16) Meret Optical Communications 10070 Mesa Rim Road San Diego California 92121 US 00-09-42 (hex) Wireless Technologies, Inc 000942 (base 16) Wireless Technologies, Inc Ohmori Mitsubishi Bldg., 7F, Sannoh 2-chome Tokyo 143-0023 JP 00-09-45 (hex) Palmmicro Communications Inc 000945 (base 16) Palmmicro Communications Inc 630 Alder Dr Milpitas CA 95035 US 00-09-3E (hex) C&I Technologies 00093E (base 16) C&I Technologies #303 Kwanbo Plaza B/D, 1467-2 Anyang-Shi Kyunggi-Do 431-808 KR 00-09-40 (hex) AGFEO GmbH & Co. KG 000940 (base 16) AGFEO GmbH & Co. KG Postfach 140107 Bielefeld Rhine Westfalia 33621 DE 00-09-7F (hex) Vsecure 2000 LTD. 00097F (base 16) Vsecure 2000 LTD. 11 Moshe Levi St. Rishon LeZion 75658 IL 00-09-80 (hex) Power Zenith Inc. 000980 (base 16) Power Zenith Inc. Tsujido Nishikaigan 1-10-7 Fujisawa Kanagawa 251-0046 JP 00-09-A0 (hex) Microtechno Corporation 0009A0 (base 16) Microtechno Corporation 2-33-36 Shimoodanaka Kawasaki Kanagawa 211-0041 JP 00-09-9B (hex) Western Telematic Inc. 00099B (base 16) Western Telematic Inc. 5 Sterling Irvine CA 92618 US 00-09-90 (hex) ACKSYS Communications & systems 000990 (base 16) ACKSYS Communications & systems ZA du Val Joyeux VILLEPREUX F-78450 FR 00-09-53 (hex) Linkage System Integration Co.Ltd. 000953 (base 16) Linkage System Integration Co.Ltd. 40 Gongjianfang Nanjing Jiangsu 210006 CN 00-09-4C (hex) Communication Weaver Co.,Ltd. 00094C (base 16) Communication Weaver Co.,Ltd. 1~3 COWEAVER B/D 446-19, SEOUL 121-841 KR 00-09-6E (hex) GIANT ELECTRONICS LTD. 00096E (base 16) GIANT ELECTRONICS LTD. 7/F., ELITE INDUSTRIAL BUILDING, KWUN TONG KOWLOON HK 00-09-6C (hex) Imedia Semiconductor Corp. 00096C (base 16) Imedia Semiconductor Corp. 4988 Great America Pkwy. Santa Clara CA 95054 US 00-09-5F (hex) Telebyte, Inc. 00095F (base 16) Telebyte, Inc. 270 Pulaski Road Greenlawn NY 11740-1616 US 00-09-8A (hex) EqualLogic Inc 00098A (base 16) EqualLogic Inc 9 Townsend West Nashua NH 03062 US 00-08-F9 (hex) Artesyn Embedded Technologies 0008F9 (base 16) Artesyn Embedded Technologies 2900 S. Diablo Way Suite 190 Tempe AZ 85282 US 00-08-F4 (hex) Bluetake Technology Co., Ltd. 0008F4 (base 16) Bluetake Technology Co., Ltd. 6F, No. 33, Lane 155, Sec. 3, Pei Shen R Taipei Taiwan 222 TW 00-08-F7 (hex) Hitachi Ltd, Semiconductor & Integrated Circuits Gr 0008F7 (base 16) Hitachi Ltd, Semiconductor & Integrated Circuits Gr 20-1 Josuihon-chou 5chome Kodaira-shi Tokyo 187-8588 JP 00-09-20 (hex) EpoX COMPUTER CO.,LTD. 000920 (base 16) EpoX COMPUTER CO.,LTD. 10th Floor, No.346,Chung San Rd.,Sec.2, Chung Ho City,Taipei Hsien 235 TW 00-09-22 (hex) TST Biometrics GmbH 000922 (base 16) TST Biometrics GmbH Moehlstraße 39 81675 Munich DE 00-09-16 (hex) Listman Home Technologies, Inc. 000916 (base 16) Listman Home Technologies, Inc. 1100 Northmeadow Parkway Roswell Georgia 30076 US 00-09-11 (hex) Cisco Systems, Inc 000911 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-09-12 (hex) Cisco Systems, Inc 000912 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-09-08 (hex) VTech Technology Corp. 000908 (base 16) VTech Technology Corp. 2F-2, No. 124, Chung Cheng Rd., Shihlin Taipei 11141 TW 00-09-0B (hex) MTL Instruments PLC 00090B (base 16) MTL Instruments PLC Power Court Luton Bedfordshire LU1 3JJ GB 00-09-3B (hex) HYUNDAI NETWORKS INC. 00093B (base 16) HYUNDAI NETWORKS INC. SAN 136-1 AMI-RI BUBAL_EUP ICHON KYUNGKI-DO 467-701 KR 00-09-34 (hex) Dream-Multimedia-Tv GmbH 000934 (base 16) Dream-Multimedia-Tv GmbH Brückstraße 29 Menden Sauerland 58706 DE 00-09-31 (hex) Future Internet, Inc. 000931 (base 16) Future Internet, Inc. 11'th Floor Samhomoolsan Bldg, B/Bldg, 2 Seoul Kyung-Ki 137-130 KP 00-08-F5 (hex) YESTECHNOLOGY Co.,Ltd. 0008F5 (base 16) YESTECHNOLOGY Co.,Ltd. 4th FL Kyung-Am B/D 157-27 Samsung-Dong, Seoul 135-090 KR 00-08-EC (hex) Optical Zonu Corporation 0008EC (base 16) Optical Zonu Corporation 15028 Delano Street Van Nuys CA 91411-2016 US 00-08-E6 (hex) Littlefeet 0008E6 (base 16) Littlefeet 13000 Gregg Street Poway California 92064 US 00-09-30 (hex) AeroConcierge Inc. 000930 (base 16) AeroConcierge Inc. 10256 Yonge St. Richmond Hill Ont. L4C 3B7 CA 00-09-1E (hex) Firstech Technology Corp. 00091E (base 16) Firstech Technology Corp. 8fl.,No.267,section 4,Hsin-Yi Rd. ,Da-An Taipei 106 TW 00-08-E2 (hex) Cisco Systems, Inc 0008E2 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-09-05 (hex) iTEC Technologies Ltd. 000905 (base 16) iTEC Technologies Ltd. 160-1, Karak-Dong, Songpa-Gu Seoul 138-809 KR 00-08-A5 (hex) Peninsula Systems Inc. 0008A5 (base 16) Peninsula Systems Inc. 6902 Verde Ridge Rd. Rancho Palos Verdes CA 90275 US 00-08-A2 (hex) ADI Engineering, Inc. 0008A2 (base 16) ADI Engineering, Inc. 1769A Worth Park Charlottesville VA 22911 US 00-08-98 (hex) Gigabit Optics Corporation 000898 (base 16) Gigabit Optics Corporation 1156 Aster Ave. Sunnyvale CA 94086-6810 US 00-08-9B (hex) ICP Electronics Inc. 00089B (base 16) ICP Electronics Inc. 4F, No. 22, Chung-Hsing Rd. Shi-Chi City Taipei 221 TW 00-08-9C (hex) Elecs Industry Co., Ltd. 00089C (base 16) Elecs Industry Co., Ltd. 1-22-23,Shinsaku,Takatsu-Ku Kawasaki Kanagawa 213-0014 JP 00-08-9D (hex) UHD-Elektronik 00089D (base 16) UHD-Elektronik Zuercherstrasse 12 Baden AG 5400 CH 00-08-CF (hex) Nippon Koei Power Systems Co., Ltd. 0008CF (base 16) Nippon Koei Power Systems Co., Ltd. 2940 Shinyoshida-cho Kohoku-ku Yokohama 223-8506 JP 00-08-CB (hex) Zeta Broadband Inc. 0008CB (base 16) Zeta Broadband Inc. 660 Vista Way, Suite B Milpitas CA 95035 US 00-08-D3 (hex) Hercules Technologies S.A.S. 0008D3 (base 16) Hercules Technologies S.A.S. 6,place des colombes Rennes Bretagne 35000 FR 00-08-D0 (hex) Musashi Engineering Co., LTD. 0008D0 (base 16) Musashi Engineering Co., LTD. 3-11-7, Nishi-shimbashi Minato-ku Tokyo 105-0003 JP 00-08-BA (hex) Erskine Systems Ltd 0008BA (base 16) Erskine Systems Ltd Salter Road Scarborough North Yorkshire YO11 3DU GB 00-08-B5 (hex) TAI GUEN ENTERPRISE CO., LTD 0008B5 (base 16) TAI GUEN ENTERPRISE CO., LTD N0.400, 10F-7 HUANPEI RD., CHUNG LI 320-61 TW 00-08-B7 (hex) HIT Incorporated 0008B7 (base 16) HIT Incorporated 4F, 8, Lane 235, Pao-Chiao Road, Shin Tien Taipei 231 TW 00-08-A9 (hex) SangSang Technology, Inc. 0008A9 (base 16) SangSang Technology, Inc. 64-8, Nogok-ri, Docheok-myun, Gwangju Kyonggi-do 464-882 KR 00-08-C8 (hex) Soneticom, Inc. 0008C8 (base 16) Soneticom, Inc. 4325 Woodland Park Drive, Suite 102 West Melbourne Florida 32904 US 00-08-C4 (hex) Hikari Co.,Ltd. 0008C4 (base 16) Hikari Co.,Ltd. 418-4 Minaminoda Chigenobu-cho Onsen-gun Ehime 791-0297 JP 00-08-8F (hex) ADVANCED DIGITAL TECHNOLOGY 00088F (base 16) ADVANCED DIGITAL TECHNOLOGY ADT BLDG.,3-3, YANGJAE-DONG, SEOUL KR 00-08-8B (hex) Tropic Networks Inc. 00088B (base 16) Tropic Networks Inc. 135 Micheal Cowpland Drive Ottawa Ontario K2M2E9 CA 00-08-6B (hex) MIPSYS 00086B (base 16) MIPSYS 19C, Avenue des Indes LES ULIS Cedex FR-91969 FR 00-08-7F (hex) SPAUN electronic GmbH & Co. KG 00087F (base 16) SPAUN electronic GmbH & Co. KG Byk-Gulden - Str. 22 DE 00-08-86 (hex) Hansung Teliann, Inc. 000886 (base 16) Hansung Teliann, Inc. 195-1, Neungpyung-ri, Opo-eub KR 00-08-58 (hex) Novatechnology Inc. 000858 (base 16) Novatechnology Inc. Nova Bldg. 4F 641 03 Seoul 135-080 KR 00-08-50 (hex) Arizona Instrument Corp. 000850 (base 16) Arizona Instrument Corp. 1912 W. 4th Street Tempe AZ 85281 US 00-08-5B (hex) Hanbit Electronics Co., Ltd. 00085B (base 16) Hanbit Electronics Co., Ltd. 414-5, Woncheon-Dong, Paldal-Gu KR 00-08-2B (hex) Wooksung Electronics, Inc. 00082B (base 16) Wooksung Electronics, Inc. Jaho-Bldg. 6F, Tanbang-Dong, KR 00-08-2E (hex) Multitone Electronics PLC 00082E (base 16) Multitone Electronics PLC Multitone House, Beggarwood Lane GB 00-07-ED (hex) Altera Corporation 0007ED (base 16) Altera Corporation 101 Innovation Drive San Jose CA 95134 US 00-07-F1 (hex) TeraBurst Networks Inc. 0007F1 (base 16) TeraBurst Networks Inc. 985 Stewart Drive Sunnyvale CA 94086 US 00-07-F2 (hex) IOA Corporation 0007F2 (base 16) IOA Corporation 350 Potrero Ave. Sunnyvale CA 94085 US 00-07-EA (hex) Massana, Inc. 0007EA (base 16) Massana, Inc. 2901 Tasman Drive Santa Clara CA 95054 US 00-07-F0 (hex) LogiSync LLC 0007F0 (base 16) LogiSync LLC 1313 Lear Industrial Parkway Avon OH 44011 US 00-07-E7 (hex) FreeWave Technologies 0007E7 (base 16) FreeWave Technologies 1880 S. Flaitron Ct. Boulder CO 80301 US 00-07-D6 (hex) Commil Ltd. 0007D6 (base 16) Commil Ltd. P.O. Box 10050 IL 00-07-D7 (hex) Caporis Networks AG 0007D7 (base 16) Caporis Networks AG Süggelstraße 31 DE 00-07-D4 (hex) Zhejiang Yutong Network Communication Co Ltd. 0007D4 (base 16) Zhejiang Yutong Network Communication Co Ltd. 805 HuaXing Technical Building Zhejiang CN 00-07-CE (hex) Cabletime Limited 0007CE (base 16) Cabletime Limited 64 Greenham Road Newbury Berkshire RG14 7HX GB 00-07-D3 (hex) SPGPrints B.V. 0007D3 (base 16) SPGPrints B.V. Raamstraat 1-3, 5831 AT Boxmeer Boxmeer NL 00-08-13 (hex) Diskbank, Inc. 000813 (base 16) Diskbank, Inc. 3F Focus Building, 725-25 Seoul 135-080 KR 00-08-0F (hex) Proximion Fiber Optics AB 00080F (base 16) Proximion Fiber Optics AB Isafjordsgatan 9 SE 00-08-12 (hex) GM-2 Corporation 000812 (base 16) GM-2 Corporation Shiba-Matushira-Bldg. Tokyo Minato-ku 105-0014 JP 00-08-0B (hex) Birka BPA Informationssystem AB 00080B (base 16) Birka BPA Informationssystem AB Box 20100 SE 00-08-0A (hex) Espera-Werke GmbH 00080A (base 16) Espera-Werke GmbH Moltkestrasse 17- 33 DE 00-07-E3 (hex) Navcom Technology, Inc. 0007E3 (base 16) Navcom Technology, Inc. 123 West Torrance Blvd., Redondo Beach CA 90277 US 00-07-E1 (hex) WIS Communications Co. Ltd. 0007E1 (base 16) WIS Communications Co. Ltd. 4/F Building 533 Shenzhen Guangdong Providence CN 00-07-E0 (hex) Palm Inc. 0007E0 (base 16) Palm Inc. 950 West Maude Ave Sunnyvale CA 94085-2801 US 00-07-FA (hex) ITT Co., Ltd. 0007FA (base 16) ITT Co., Ltd. 1-14-7, Mukohjyuku, JP 00-07-F6 (hex) Qqest Software Systems 0007F6 (base 16) Qqest Software Systems 860 East 4500 South #200 Murray UT 84107 US 00-07-FB (hex) Giga Stream UMTS Technologies GmbH 0007FB (base 16) Giga Stream UMTS Technologies GmbH Konrad-Zuse-Strabe 7 DE 00-08-5D (hex) Mitel Corporation 00085D (base 16) Mitel Corporation 350 Legget Drive - K2K 2W7 CA 00-08-55 (hex) NASA-Goddard Space Flight Center 000855 (base 16) NASA-Goddard Space Flight Center Code 561 Greenbelt MD 20771 US 00-08-5A (hex) IntiGate Inc. 00085A (base 16) IntiGate Inc. 309E IT Venture Tower Seoul 138-803 KR 00-08-17 (hex) EmergeCore Networks LLC 000817 (base 16) EmergeCore Networks LLC 10542 S. Jordan Gateway South Jordan UT 84095 US 00-08-15 (hex) CATS Co., Ltd. 000815 (base 16) CATS Co., Ltd. 751-2 Kachida-cho, 224-0034 JP 00-08-18 (hex) Pixelworks, Inc. 000818 (base 16) Pixelworks, Inc. 7700 SW Mohawk Street Tualatin OR 97062 US 00-08-2A (hex) Powerwallz Network Security 00082A (base 16) Powerwallz Network Security 120-13160 Vanier Place, V6V 2J2 CA 00-07-AC (hex) Eolring 0007AC (base 16) Eolring 10 Rue Alfred Kastler FR 00-07-AA (hex) Quantum Data Inc. 0007AA (base 16) Quantum Data Inc. 2111 Big Timber Rd. Elgin IL 60123-1100 US 00-07-A4 (hex) GN Netcom Ltd. 0007A4 (base 16) GN Netcom Ltd. 12-13 Sedling Road, Wear Est., District England NE38 9BZ GB 00-07-9D (hex) Musashi Co., Ltd. 00079D (base 16) Musashi Co., Ltd. 3-21-1, Shimo-ochiai, Tokyo 161-0033 JP 00-07-9F (hex) Action Digital Inc. 00079F (base 16) Action Digital Inc. 10650 Main St. Fairfax VA 22030 US 00-04-7C (hex) Skidata AG 00047C (base 16) Skidata AG T-697553 Untersbergstr. 40 AT 00-07-BE (hex) DataLogic SpA 0007BE (base 16) DataLogic SpA Via Candini, 2 Bologna IT 00-07-AF (hex) Red Lion Controls, LP 0007AF (base 16) Red Lion Controls, LP 20 Willow Springs Circle York NY 17402 US 00-07-67 (hex) Yuxing Electronics Company Limited 000767 (base 16) Yuxing Electronics Company Limited Unit 1808, 18/F Tower 3, Kowloon Bay, Kowloon HK 00-07-5B (hex) Gibson Guitars 00075B (base 16) Gibson Guitars 309 Park Plus Blvd. Nashville TN 37217 US 00-07-62 (hex) Group Sense Limited 000762 (base 16) Group Sense Limited 27/F, Wu Chung House, Wanchai HK 00-07-84 (hex) Cisco Systems, Inc 000784 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-07-76 (hex) Federal APD 000776 (base 16) Federal APD 42775 Nine Mile Rd. Novi MI 48375 US 00-07-7A (hex) Infoware System Co., Ltd. 00077A (base 16) Infoware System Co., Ltd. Mizorogi Daiichi Bldg 4 F Tokyo JP 00-07-90 (hex) Tri-M Technologies (s) Limited 000790 (base 16) Tri-M Technologies (s) Limited Blk 25, Kallang Avenue #07-01/04 339416 SG 00-07-8D (hex) NetEngines Ltd. 00078D (base 16) NetEngines Ltd. 146 Walnut Tree Close GUI 4UB GB 00-07-8A (hex) Mentor Data System Inc. 00078A (base 16) Mentor Data System Inc. No. 24-1, Industry East 4 Rd., Hsin-Chu, TW 00-07-92 (hex) Sütron Electronic GmbH 000792 (base 16) Sütron Electronic GmbH Kurze Straße 29 DE 00-07-B2 (hex) Transaccess S.A. 0007B2 (base 16) Transaccess S.A. R. Galeno De Castro, 1445 São Paulo SP BR 00-07-AD (hex) Pentacon GmbH Foto-und Feinwerktechnik 0007AD (base 16) Pentacon GmbH Foto-und Feinwerktechnik Enderstrabe 94 DE 00-07-D0 (hex) Automat Engenharia de Automação Ltda. 0007D0 (base 16) Automat Engenharia de Automação Ltda. Rua Santo Antonio, 917 - Reboucas 80230-120 BR 00-07-6A (hex) NEXTEYE Co., Ltd. 00076A (base 16) NEXTEYE Co., Ltd. Shinsegi Plaza 4F, 900-9, Kyunggi 431-070 KR 00-06-E6 (hex) DongYang Telecom Co., Ltd. 0006E6 (base 16) DongYang Telecom Co., Ltd. 642-7 Deung Chon-Dong, KangSeo-Gu Seoul 157-841 KR 00-06-DC (hex) Syabas Technology (Amquest) 0006DC (base 16) Syabas Technology (Amquest) 4727 Paseo Padre Parkway Fremont CA 94555 US 00-07-0C (hex) SVA-Intrusion.com Co. Ltd. 00070C (base 16) SVA-Intrusion.com Co. Ltd. The 4th Floor, No. 28 Building Shanghai 20233 CN 00-07-0F (hex) Fujant, Inc. 00070F (base 16) Fujant, Inc. 6305 Carpinteria Avenue Carpinteria CA 93013-2901 US 00-07-14 (hex) Brightcom 000714 (base 16) Brightcom 6 Hanechoshet St., IL 00-06-F3 (hex) AcceLight Networks 0006F3 (base 16) AcceLight Networks 70 Abele Road, Building 1200 Pittsburgh PA 15017 US 00-06-D2 (hex) Tundra Semiconductor Corp. 0006D2 (base 16) Tundra Semiconductor Corp. 603 March Road K2K-2M5 CA 00-06-D8 (hex) Maple Optical Systems 0006D8 (base 16) Maple Optical Systems 3200 North First St. San Jose CA 95134 US 00-06-CF (hex) Thales Avionics In-Flight Systems, LLC 0006CF (base 16) Thales Avionics In-Flight Systems, LLC 17481 Red Hill Avenue Irvine CA 92614-5630 US 00-06-FE (hex) Ambrado, Inc 0006FE (base 16) Ambrado, Inc 11301 W. President George Bush Fwy. Richardson TX 75080 US 00-06-E7 (hex) Bit Blitz Communications Inc. 0006E7 (base 16) Bit Blitz Communications Inc. 830 Hillview Ct., #290 Milpitas CA 95035 US 00-06-ED (hex) Inara Networks 0006ED (base 16) Inara Networks 3031 Tisch Way, San Jose CA 95128 US 00-06-DB (hex) ICHIPS Co., Ltd. 0006DB (base 16) ICHIPS Co., Ltd. 3F, Samjeon Bldg., 236-3 Seoul-City 135-01 KR 00-07-27 (hex) Zi Corporation (HK) Ltd. 000727 (base 16) Zi Corporation (HK) Ltd. 30/F, China Resources Building HK 00-07-2E (hex) North Node AB 00072E (base 16) North Node AB Skeppsloron 42 SE 00-06-99 (hex) Vida Design Co. 000699 (base 16) Vida Design Co. 10F, No. 278 Ho Ping E. Rd., TW 00-06-8D (hex) SEPATON, Inc. 00068D (base 16) SEPATON, Inc. 400 Nickerson Rd. Marlborough MA 01752 US 00-06-A3 (hex) Bitran Corporation 0006A3 (base 16) Bitran Corporation 2213 Mochida JP 00-06-9F (hex) Kuokoa Networks 00069F (base 16) Kuokoa Networks 2901 Tasman Dr. Santa Clara CA 95054 US 00-06-A2 (hex) Microtune, Inc. 0006A2 (base 16) Microtune, Inc. 6440 Lusk Blvd., Suite D205 San Diego CA 92121 US 00-06-A6 (hex) Artistic Licence Engineering Ltd 0006A6 (base 16) Artistic Licence Engineering Ltd 24 Forward Drive Harrow Middlesex HA3 8NT GB 00-06-B8 (hex) Bandspeed Pty Ltd 0006B8 (base 16) Bandspeed Pty Ltd Level 9, 5000 Collins Street AU 00-06-BB (hex) ATI Technologies Inc. 0006BB (base 16) ATI Technologies Inc. 75 Tiverton Court CA 00-06-BD (hex) BNTECHNOLOGY Co., Ltd. 0006BD (base 16) BNTECHNOLOGY Co., Ltd. 602 Youngshin Bldg. 238-8 Seoul KR 00-06-C3 (hex) Schindler Elevator Ltd. 0006C3 (base 16) Schindler Elevator Ltd. R&D-CO Ebikon CH-6030 CH 00-06-AA (hex) VT Miltope 0006AA (base 16) VT Miltope 4900 Pearl East Circle Boulder CO 80301 US 00-06-57 (hex) Market Central, Inc. 000657 (base 16) Market Central, Inc. 500 Business Center Drive Pittsburgh PA 15205-1333 US 00-06-97 (hex) R & D Center 000697 (base 16) R & D Center 5F, Seungwon B/D, 810-9 Seoul KR 00-06-9A (hex) e & Tel 00069A (base 16) e & Tel 100 Sejong-no Chongno-gu, KR 00-06-7D (hex) Takasago Ltd. 00067D (base 16) Takasago Ltd. 1-24-16 Mizonokuchi Takatsu-ku JP 00-06-71 (hex) Softing AG 000671 (base 16) Softing AG Richard-Reitzner-Allee 6 DE 00-06-72 (hex) Netezza 000672 (base 16) Netezza 1671 Worcester Road Framingham MA 01701 US 00-06-6A (hex) InfiniCon Systems, Inc. 00066A (base 16) InfiniCon Systems, Inc. 700 American Ave. King of Prussia PA 19406 US 00-06-61 (hex) NIA Home Technologies Corp. 000661 (base 16) NIA Home Technologies Corp. Innovation Incubator, NTHU, Hsinchu 30013, TW 00-06-B2 (hex) Linxtek Co. 0006B2 (base 16) Linxtek Co. 2F Kum-a B/D 31-3 Karak-dong, 138-160 KR 00-06-B6 (hex) Nir-Or Israel Ltd. 0006B6 (base 16) Nir-Or Israel Ltd. 11 Amal St. IL 00-06-84 (hex) Biacore AB 000684 (base 16) Biacore AB Software, Electronics and Optics SE 00-06-82 (hex) Convedia 000682 (base 16) Convedia 4190 Still Creek Dr. V5C 6C6 CA 00-05-E3 (hex) LightSand Communications, Inc. 0005E3 (base 16) LightSand Communications, Inc. 375 Los Coches St. Milpitas CA 94539 US 00-05-ED (hex) Technikum Joanneum GmbH 0005ED (base 16) Technikum Joanneum GmbH Alte Poststrasse 149 AT 00-05-EF (hex) ADOIR Digital Technology 0005EF (base 16) ADOIR Digital Technology 28 Fl, ZhaoFeng World Trade Bldg. Shanghai 200050, CN 00-06-00 (hex) Toshiba Teli Corporation 000600 (base 16) Toshiba Teli Corporation 4-7-1 Asahigaoka, Hino-Shi, Tokyo 191-0065 JP 00-06-6B (hex) Sysmex Corporation 00066B (base 16) Sysmex Corporation 4-4-4 Takatsukadai, 651-2271 JP 00-05-5A (hex) Power Dsine Ltd. 00055A (base 16) Power Dsine Ltd. 1 Hanagar St., P.O. Box 7220 IL 00-06-53 (hex) Cisco Systems, Inc 000653 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-06-4F (hex) PRO-NETS Technology Corporation 00064F (base 16) PRO-NETS Technology Corporation Pao-Chung Road, Hsin Tien Taipei, TW 00-06-12 (hex) Accusys, Inc. 000612 (base 16) Accusys, Inc. 5F, No. 38, Taiyuan St Hsinchu County 30265 TW 00-06-09 (hex) Crossport Systems 000609 (base 16) Crossport Systems 10940 NE 33rd Place Bellevue WA 98005 US 00-06-16 (hex) Tel Net Co., Ltd. 000616 (base 16) Tel Net Co., Ltd. 3F BOF Bldg 730-15 Goje Song KR 00-06-0D (hex) Wave7 Optics 00060D (base 16) Wave7 Optics 1075 Windward Ridge Pkwy. Alpharetta GA 30005 US 00-06-4A (hex) Honeywell Co., Ltd. (KOREA) 00064A (base 16) Honeywell Co., Ltd. (KOREA) 56, Chaam-dong, Chonan-city KR 00-06-3F (hex) Everex Communications Inc. 00063F (base 16) Everex Communications Inc. 5020A Brandin Ct. Fremont CA 94538 US 00-06-3D (hex) Microwave Data Systems Inc. 00063D (base 16) Microwave Data Systems Inc. 175 Science Parkway Rochester NY 14620 US 00-06-39 (hex) Newtec 000639 (base 16) Newtec Laarstraat 5 BE 00-06-2F (hex) Pivotech Systems Inc. 00062F (base 16) Pivotech Systems Inc. 200 Centennial Ave., Piscataway NJ 08854 US 00-06-36 (hex) Jedai Broadband Networks 000636 (base 16) Jedai Broadband Networks 331 Newman Springs Rd. Red Bank NJ 07701 US 00-06-51 (hex) Aspen Networks Inc. 000651 (base 16) Aspen Networks Inc. 3777 Stevens Creek Blvd Santa Clara CA 95051 US 00-06-5C (hex) Malachite Technologies, Inc. 00065C (base 16) Malachite Technologies, Inc. 195 New Hampshire Avenue Portsmouth NH 03801 US 00-06-42 (hex) Genetel Systems Inc. 000642 (base 16) Genetel Systems Inc. Mockwoo B/D, 912 Walpyoung-Dong 302-852 KR 00-05-E9 (hex) Unicess Network, Inc. 0005E9 (base 16) Unicess Network, Inc. 870 Dorothy Dr. #708 Richardson TX 75081 US 00-05-E6 (hex) Egenera, Inc. 0005E6 (base 16) Egenera, Inc. 165 Forest St. Marlboro MA 01752 US 00-06-1E (hex) Maxan Systems 00061E (base 16) Maxan Systems 1-84, Woulam-dong KR 00-06-22 (hex) Chung Fu Chen Yeh Enterprise Corp. 000622 (base 16) Chung Fu Chen Yeh Enterprise Corp. 2F No. 666 Jing Ping Road, Taipei Hsien TW 00-05-88 (hex) Sensoria Corp. 000588 (base 16) Sensoria Corp. 15950 Bernardo Ctr. Dr. San Diego CA 92127 US 00-05-8D (hex) Lynx Photonic Networks, Inc. 00058D (base 16) Lynx Photonic Networks, Inc. 13 Hamelaha St. IL 00-05-8A (hex) Netcom Co., Ltd. 00058A (base 16) Netcom Co., Ltd. 1F, No. 7, Lane 242, Taipei TW 00-05-91 (hex) Active Silicon Ltd 000591 (base 16) Active Silicon Ltd Pinewood Mews Iver SL0 0NA GB 00-05-93 (hex) Grammar Engine Inc. 000593 (base 16) Grammar Engine Inc. 921 Eastwind Drive Westerville OH 43081 US 00-05-C7 (hex) I/F-COM A/S 0005C7 (base 16) I/F-COM A/S Ellegaardvej 36 DK 00-05-CC (hex) Sumtel Communications, Inc. 0005CC (base 16) Sumtel Communications, Inc. 1F, No. 173, Gung Yuan Road, Hsinchu City 30054 TW 00-05-CF (hex) Thunder River Technologies, Inc. 0005CF (base 16) Thunder River Technologies, Inc. 23 Corporate Plaza Ste. 250 Newport Beach CA 92660 US 00-05-C6 (hex) Triz Communications 0005C6 (base 16) Triz Communications Anwon Bldg. 7th Fl. Seoul 150-010 KR 00-05-D6 (hex) L-3 Linkabit 0005D6 (base 16) L-3 Linkabit 9890 Town Center Drive San Diego CA 92121 US 00-05-DA (hex) Apex Automationstechnik 0005DA (base 16) Apex Automationstechnik Vossenkamp 4 DE 00-05-A1 (hex) Zenocom 0005A1 (base 16) Zenocom No.402, 4th floor, Wongok Bldg. Seoul KR 00-05-A9 (hex) Princeton Networks, Inc. 0005A9 (base 16) Princeton Networks, Inc. 100 Century Center Ct. #100 San Jose CA 95112 US 00-05-AF (hex) InnoScan Computing A/S 0005AF (base 16) InnoScan Computing A/S Soren Frichsvej 42R DK 00-05-A6 (hex) Extron Electronics 0005A6 (base 16) Extron Electronics 1230 S. Lewis Anahiem CA 92805 US 00-05-A0 (hex) MOBILINE Kft. 0005A0 (base 16) MOBILINE Kft. Lehel Utca 14 H-1134 HU 00-05-84 (hex) AbsoluteValue Systems, Inc. 000584 (base 16) AbsoluteValue Systems, Inc. 715-D North Dr. Melbourne FL 32934 US 00-05-8F (hex) CLCsoft co. 00058F (base 16) CLCsoft co. Dept. of Electrical Engineering KR 00-05-BB (hex) Myspace AB 0005BB (base 16) Myspace AB Sveavagen 33 SE 00-05-17 (hex) Shellcomm, Inc. 000517 (base 16) Shellcomm, Inc. Rm #6122 ETRI TBI Center, 1, KR 00-05-1C (hex) Xnet Technology Corp. 00051C (base 16) Xnet Technology Corp. 9F-16, No. 12, Lane 609, TW 00-04-F9 (hex) Xtera Communications, Inc. 0004F9 (base 16) Xtera Communications, Inc. 500 W Bethany Drive Allen TX 75013 US 00-04-FA (hex) NBS Technologies Inc. 0004FA (base 16) NBS Technologies Inc. 703 Evans Avenue, Suite 400 Ontario M9C 5E9 CA 00-05-41 (hex) Advanced Systems Co., Ltd. 000541 (base 16) Advanced Systems Co., Ltd. 2-9-7 Nishikicho, 190-0022 JP 00-05-45 (hex) Internet Photonics 000545 (base 16) Internet Photonics 1030 Broad St., 2nd Floor Shrewsbury NJ 07702 US 00-05-3A (hex) Willowglen Services Pte Ltd 00053A (base 16) Willowglen Services Pte Ltd 151 Lorong Chuan, 556741 SG 00-05-31 (hex) Cisco Systems, Inc 000531 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-05-39 (hex) A Brand New World in Sweden AB 000539 (base 16) A Brand New World in Sweden AB Box 1223 SE 00-05-2A (hex) Ikegami Tsushinki Co., Ltd. 00052A (base 16) Ikegami Tsushinki Co., Ltd. 5-6-16 Ikegami Ohta-ku, 146-8567 JP 00-05-2D (hex) Zoltrix International Limited 00052D (base 16) Zoltrix International Limited Room 701 Po Hing Centre, HK 00-05-25 (hex) Puretek Industrial Co., Ltd. 000525 (base 16) Puretek Industrial Co., Ltd. No. 14, 4 Flr. Lane 235 TW 00-05-58 (hex) Synchronous, Inc. 000558 (base 16) Synchronous, Inc. 77 Las Colinas Lane San Jose CA 95119 US 00-05-50 (hex) Vcomms Connect Limited 000550 (base 16) Vcomms Connect Limited 75 The Esplanade, Level 3 Wellington Mail Centre 5045 Wellington NZ 00-05-12 (hex) Zebra Technologies Inc 000512 (base 16) Zebra Technologies Inc 475 Half Day Road Lincolnshire IL 60069 US 00-05-03 (hex) ICONAG 000503 (base 16) ICONAG AM Bahnhof 2 DE 00-05-7A (hex) Overture Networks 00057A (base 16) Overture Networks 637 Davis Drive Morrisville NC 27560 US 00-05-64 (hex) Tsinghua Bitway Co., Ltd. 000564 (base 16) Tsinghua Bitway Co., Ltd. 12 Floor, Tower C, Corporate CN 00-04-F8 (hex) QUALICABLE TV Industria E Com., Ltda 0004F8 (base 16) QUALICABLE TV Industria E Com., Ltda Av. Joao Paulo Ablas, 308 BR 00-04-F5 (hex) SnowShore Networks, Inc. 0004F5 (base 16) SnowShore Networks, Inc. 285 Billerica Road Chelmsford MA 01824 US 00-04-F2 (hex) Polycom 0004F2 (base 16) Polycom 1000 West 14th Street Canada V7P3P3 CA 00-04-F3 (hex) FS FORTH-SYSTEME GmbH 0004F3 (base 16) FS FORTH-SYSTEME GmbH Küferstraße 8 DE 00-04-ED (hex) Billion Electric Co., Ltd. 0004ED (base 16) Billion Electric Co., Ltd. 8F, No.192, Sec.2, Chung Hsing Rd., Taiwan Taiwan ROC TW 00-04-E7 (hex) Lightpointe Communications, Inc 0004E7 (base 16) Lightpointe Communications, Inc 10140 Barnes Canyon Road San Diego CA 92121 US 00-04-E6 (hex) Banyan Network Private Limited 0004E6 (base 16) Banyan Network Private Limited 443, 8th Floor, Guna Complex IN 00-04-DE (hex) Cisco Systems, Inc 0004DE (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-04-A2 (hex) L.S.I. Japan Co., Ltd. 0004A2 (base 16) L.S.I. Japan Co., Ltd. 1-8-14 Sendagaya Shibuya-Ku Tokyo 151-0051 JP 00-04-9B (hex) Cisco Systems, Inc 00049B (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-04-99 (hex) Chino Corporation 000499 (base 16) Chino Corporation 1 Mori, Fujioka City, Zip: 375-8505 JP 00-04-8E (hex) Ohm Tech Labs, Inc. 00048E (base 16) Ohm Tech Labs, Inc. 141 Lanza Ave., B-12 Garfield NJ 07026 US 00-04-A6 (hex) SAF Tehnika Ltd. 0004A6 (base 16) SAF Tehnika Ltd. 91 Dzirnavu Str., LV 00-04-A8 (hex) Broadmax Technologies, Inc. 0004A8 (base 16) Broadmax Technologies, Inc. 180, Wai Yip Street, HONG KONG HK 00-04-A1 (hex) Pathway Connectivity 0004A1 (base 16) Pathway Connectivity 1439-17 Avenue SE Calgary Alberta T2G 1J9 CA 00-04-CE (hex) Patria Ailon 0004CE (base 16) Patria Ailon Naulakatu 3 FI 00-04-C7 (hex) NetMount 0004C7 (base 16) NetMount P.O.B. 2325 IL 00-04-8D (hex) Teo Technologies, Inc 00048D (base 16) Teo Technologies, Inc 11609 49th Place West Mukilteo WA 98275 US 00-04-90 (hex) Optical Access 000490 (base 16) Optical Access P.O. Box 114 IL 00-04-E1 (hex) Infinior Microsystems 0004E1 (base 16) Infinior Microsystems 2F, Accufar Bldg, 234-10, Seoul KOREA 138-220 KR 00-04-C2 (hex) Magnipix, Inc. 0004C2 (base 16) Magnipix, Inc. 3539 St-Charles Blvd., Suite 212 CANADA H9H3C4 CA 00-04-86 (hex) ITTC, University of Kansas 000486 (base 16) ITTC, University of Kansas 2335 Irving Hill Rd. Lawrence KS 66045 US 00-04-8B (hex) Poscon Corporation 00048B (base 16) Poscon Corporation #606 Ho-Dong, Nam Gu, SOUTH KOREA KR 00-04-84 (hex) Amann GmbH 000484 (base 16) Amann GmbH Unteranger 6 DE 00-04-78 (hex) G. Star Technology Corporation 000478 (base 16) G. Star Technology Corporation 4th Floor, No. 118, Sector 2 Taipei City Taipei City TAIWAN TW 00-04-7A (hex) AXXESSIT ASA 00047A (base 16) AXXESSIT ASA AXXESSIT ASA HALDEN NO 00-04-6A (hex) Navini Networks 00046A (base 16) Navini Networks 3605 E. Plano Pkwy, Plano TX 75074 US 00-04-6B (hex) Palm Wireless, Inc. 00046B (base 16) Palm Wireless, Inc. 48933 Warm Springs Blvd. Fremont CA 94539 US 00-04-72 (hex) Telelynx, Inc. 000472 (base 16) Telelynx, Inc. 3F-1, 66 Nankan Rd., TAIWAN TW 00-04-64 (hex) Pulse-Link Inc 000464 (base 16) Pulse-Link Inc 1934 Kellogg Avenue Carlsbad CA 92008 US 00-04-65 (hex) i.s.t isdn-support technik GmbH 000465 (base 16) i.s.t isdn-support technik GmbH Rhein Strasse 7E DE 00-04-5E (hex) PolyTrax Information Technology AG 00045E (base 16) PolyTrax Information Technology AG Martin-Kollar - Str. 5 DE 00-04-11 (hex) Inkra Networks, Inc. 000411 (base 16) Inkra Networks, Inc. 40971 Encyclopedia Circle Fremont CA 94538 US 00-04-10 (hex) Spinnaker Networks, Inc. 000410 (base 16) Spinnaker Networks, Inc. 107 Gamma Drive Pittsburgh PA 15238 US 00-04-12 (hex) WaveSmith Networks, Inc. 000412 (base 16) WaveSmith Networks, Inc. 40 Nagog Park Acton MA 01720-3425 US 00-04-42 (hex) NACT 000442 (base 16) NACT 191 W. 5200 N. Provo UT 84604 US 00-04-45 (hex) LMS Skalar Instruments GmbH 000445 (base 16) LMS Skalar Instruments GmbH Willi-Eichler-Str 11 DE 00-04-4E (hex) Cisco Systems, Inc 00044E (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-04-52 (hex) RocketLogix, Inc. 000452 (base 16) RocketLogix, Inc. 6504 International Parkway Plano TX 75093 US 00-04-27 (hex) Cisco Systems, Inc 000427 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-04-20 (hex) Slim Devices, Inc. 000420 (base 16) Slim Devices, Inc. 12 South First St. San Jose CA 95113 US 00-04-3D (hex) INDEL AG 00043D (base 16) INDEL AG Tufiwis 26 CH 00-04-3B (hex) Lava Computer Mfg., Inc. 00043B (base 16) Lava Computer Mfg., Inc. 2 Vulcan St. CANADA M9W-1L2 CA 00-04-31 (hex) GlobalStreams, Inc. 000431 (base 16) GlobalStreams, Inc. 2882 Prospect Park Drive Rancho Cordova CA 95670 US 00-03-C4 (hex) Tomra Systems ASA 0003C4 (base 16) Tomra Systems ASA Drengsrudhagen 2 NO 00-03-C5 (hex) Mobotix AG 0003C5 (base 16) Mobotix AG Wingertsweilerhof 6 DE 00-03-BF (hex) Centerpoint Broadband Technologies, Inc. 0003BF (base 16) Centerpoint Broadband Technologies, Inc. 1741 Technology Drive, San Jose CA 95110-1310 US 00-03-B9 (hex) Hualong Telecom Co., Ltd. 0003B9 (base 16) Hualong Telecom Co., Ltd. 9 Guanghua St. P.R. CN 00-03-F9 (hex) Pleiades Communications, Inc. 0003F9 (base 16) Pleiades Communications, Inc. 2830 Market Loop #104 South Lake TX 76092 US 00-03-FE (hex) Cisco Systems, Inc 0003FE (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-03-F5 (hex) Chip2Chip 0003F5 (base 16) Chip2Chip 2249 Zanker Rd. San Jose CA 95131 US 00-03-91 (hex) Advanced Digital Broadcast, Ltd. 000391 (base 16) Advanced Digital Broadcast, Ltd. 8F, 145 Chung Shan N. Rd. Sec. 2, TAIWAN TAIWAN R.O.C. TW 00-03-AC (hex) Fronius Schweissmaschinen 0003AC (base 16) Fronius Schweissmaschinen Günter Fronius-Straße 1 AT 00-03-99 (hex) Dongju Informations & Communications Co., Ltd. 000399 (base 16) Dongju Informations & Communications Co., Ltd. #305, Eunsuk Bldg. Samsung-dong Republic of KOREA KR 00-03-FD (hex) Cisco Systems, Inc 0003FD (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-03-BA (hex) Oracle Corporation 0003BA (base 16) Oracle Corporation 17 Network Circle Menlo Park CA 95025 US 00-03-AF (hex) Paragea Communications 0003AF (base 16) Paragea Communications 207 Perry Parkway Gaithersburg MD 20877 US 00-03-0B (hex) Hunter Technology, Inc. 00030B (base 16) Hunter Technology, Inc. 1408, Woolim e-biz Center, Seoul 135-270 KR 00-03-C9 (hex) TECOM Co., Ltd. 0003C9 (base 16) TECOM Co., Ltd. 23, R&D Road 2 Hsin-Chu TW 00-03-C1 (hex) Packet Dynamics Ltd 0003C1 (base 16) Packet Dynamics Ltd 2 Buckstane Park UK EH10 GPA GB 00-03-DE (hex) OTC Wireless 0003DE (base 16) OTC Wireless 602 Charlot Ave. San Jose CA 95131 US 00-03-28 (hex) Mace Group, Inc. 000328 (base 16) Mace Group, Inc. 5101 Commerce Dr. Baldwin Park CA 91706 US 00-03-2B (hex) GAI Datenfunksysteme GmbH 00032B (base 16) GAI Datenfunksysteme GmbH Riedleparkstraße 28 Friedrichshafen 88045 DE 00-03-2C (hex) ABB Switzerland Ltd 00032C (base 16) ABB Switzerland Ltd Dept. ATEP Austrasse CH 00-03-23 (hex) Cornet Technology, Inc. 000323 (base 16) Cornet Technology, Inc. 6800 Versar Center, Suite 216 Springfield VA 22151-4147 US 00-03-80 (hex) SSH Communications Security Corp. 000380 (base 16) SSH Communications Security Corp. Fredrikinkatu 42 FI 00-03-82 (hex) A-One Co., Ltd. 000382 (base 16) A-One Co., Ltd. 6-9-20, Shimoichiba-cho, JP 00-03-7A (hex) Taiyo Yuden Co., Ltd. 00037A (base 16) Taiyo Yuden Co., Ltd. 8-1 Sakae-Cho JP 00-03-75 (hex) NetMedia, Inc. 000375 (base 16) NetMedia, Inc. 10940 N. Stallard Place Tuscon AZ 85737 US 00-03-5A (hex) Photron Limited 00035A (base 16) Photron Limited 1-1-8, Fujimi, Chiyoda-ku 102-0071 JP 00-03-53 (hex) Mitac, Inc. 000353 (base 16) Mitac, Inc. No. 2, Chung-Hsiao Street Chitu Keelung, TW 00-03-56 (hex) Wincor Nixdorf International GmbH 000356 (base 16) Wincor Nixdorf International GmbH Heinz-Nixdorf Ring 1 D-33106 Paderborn DE 00-03-4F (hex) Sur-Gard Security 00034F (base 16) Sur-Gard Security 401 Magnetic Drive Ontario M3J 3H9 CA 00-03-7B (hex) IDEC IZUMI Corporation 00037B (base 16) IDEC IZUMI Corporation 7-31, Nishimiyahara JP 00-03-67 (hex) Jasmine Networks, Inc. 000367 (base 16) Jasmine Networks, Inc. 1940 Zanker Road San Jose CA 95112 US 00-03-6A (hex) Mainnet, Ltd. 00036A (base 16) Mainnet, Ltd. P.O. Box 2324 IL 00-03-6B (hex) Cisco Systems, Inc 00036B (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-03-6C (hex) Cisco Systems, Inc 00036C (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-03-8F (hex) Weinschel Corporation 00038F (base 16) Weinschel Corporation 5305 Spectrum Drive Frederick MD 21703 US 00-03-84 (hex) AETA 000384 (base 16) AETA Kepler 6 Le Plessis Robinson 92350 FR 00-03-87 (hex) Blaze Network Products 000387 (base 16) Blaze Network Products 5180 Hacienda Drive Dublin CA 94568 US 00-03-81 (hex) Ingenico International 000381 (base 16) Ingenico International 1/9 Apollo Street AU 00-03-40 (hex) Floware Wireless Systems, Ltd. 000340 (base 16) Floware Wireless Systems, Ltd. 28 Hacharoshet Steet 60250 IL 00-01-EC (hex) Ericsson Group 0001EC (base 16) Ericsson Group Telefonaktiebolaget SE 00-03-33 (hex) Digitel Co., Ltd. 000333 (base 16) Digitel Co., Ltd. 835-6, Yoksam-dong KR 00-03-38 (hex) Oak Technology 000338 (base 16) Oak Technology 139 Kifer Court Sunnyvale CA 94086-5160 US 00-03-39 (hex) Eurologic Systems, Ltd. 000339 (base 16) Eurologic Systems, Ltd. Clonshaugh Industrial Estate Clonshaugh Dublin 17 IE 00-03-31 (hex) Cisco Systems, Inc 000331 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-03-30 (hex) Imagenics, Co., Ltd. 000330 (base 16) Imagenics, Co., Ltd. 1-31-5 Kokuryo-Cho 182-0022 JP 00-03-4A (hex) RIAS Corporation 00034A (base 16) RIAS Corporation 46600 Fremont Blvd. Fremont CA 94538 US 00-02-CF (hex) ZyGate Communications, Inc. 0002CF (base 16) ZyGate Communications, Inc. 2F, No.48, Lung-Chin Road TW 00-02-D1 (hex) Vivotek, Inc. 0002D1 (base 16) Vivotek, Inc. 5F-1, 168-1, Lien-Chen Rd, TW 00-02-C2 (hex) Net Vision Telecom 0002C2 (base 16) Net Vision Telecom #206 Software Support Center 305-343 Rep. of Korea KR 00-02-B6 (hex) Acrosser Technology Co., Ltd. 0002B6 (base 16) Acrosser Technology Co., Ltd. No. 116-2 Guang-Fu Rd. Taipei Taipei R.O.C. TW 00-02-B1 (hex) Anritsu, Ltd. 0002B1 (base 16) Anritsu, Ltd. Rutherford Close UNITED KINGDOM GB 00-02-AD (hex) HOYA Corporation 0002AD (base 16) HOYA Corporation 2-7-5 Naka-Ochiai, Shinjuku-ku, Tokyo 161-8525 JP 00-02-AE (hex) Scannex Electronics Ltd. 0002AE (base 16) Scannex Electronics Ltd. Unit 8 English Business Park Hove BN3 7ET GB 00-03-04 (hex) Pacific Broadband Communications 000304 (base 16) Pacific Broadband Communications 3103 North First St. San Jose CA 95134 US 00-03-01 (hex) EXFO 000301 (base 16) EXFO 400 Godin Avenue Quebec G1M 2K2 CA 00-02-FD (hex) Cisco Systems, Inc 0002FD (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-03-00 (hex) Barracuda Networks, Inc. 000300 (base 16) Barracuda Networks, Inc. 3175 S. Winchester Blvd Campbell CA 95008 US 00-02-BD (hex) Bionet Co., Ltd. 0002BD (base 16) Bionet Co., Ltd. 3F, Medison Venture Tower, KOREA KR 00-02-BE (hex) Totsu Engineering, Inc. 0002BE (base 16) Totsu Engineering, Inc. 5-16-20 Roppongi Minato-ku Tokyo 106-8551 JP 00-02-B9 (hex) Cisco Systems, Inc 0002B9 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-02-BA (hex) Cisco Systems, Inc 0002BA (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-02-F9 (hex) MIMOS Berhad 0002F9 (base 16) MIMOS Berhad Technology Park Malaysia Kuala Lumpur 57000 MY 00-02-F3 (hex) Media Serve Co., Ltd. 0002F3 (base 16) Media Serve Co., Ltd. Dongsung Bldg. #17-8, Youido-dong, Seoul KR 00-02-EA (hex) Focus Enhancements 0002EA (base 16) Focus Enhancements 1370 Dell Ave. Campbell CA 95008 US 00-03-13 (hex) Access Media SPA 000313 (base 16) Access Media SPA Via delle Industrie, 4/g 24035 LALLIO (BG) IT 00-03-10 (hex) E-Globaledge Corporation 000310 (base 16) E-Globaledge Corporation 7F Nakameguro GT Tower Meduro-ku, Tokyo 153-0051 JP 00-03-0A (hex) Argus Technologies 00030A (base 16) Argus Technologies 8F, No. 183, Kang Chien Rd. 114 TW 00-03-1E (hex) Optranet, Inc. 00031E (base 16) Optranet, Inc. 7041 Koll Center Pkwy Pleasanton CA 94566 US 00-03-15 (hex) Cidco Incorporated 000315 (base 16) Cidco Incorporated 220 Cochrane Circle Morgan Hill CA 95037 US 00-03-19 (hex) Infineon AG 000319 (base 16) Infineon AG P.O. Box 800949 DE 00-02-E7 (hex) CAB GmbH & Co KG 0002E7 (base 16) CAB GmbH & Co KG Wilhelm-Schickard-Str 14 DE 00-02-DF (hex) Net Com Systems, Inc. 0002DF (base 16) Net Com Systems, Inc. 15-3, Yoido-Dong, Seoul KR 00-02-DB (hex) NETSEC 0002DB (base 16) NETSEC 13505 Dulles Technology Dr., Ste. 1 Herdon VA 20171 US 00-02-4B (hex) Cisco Systems, Inc 00024B (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-02-4D (hex) Mannesman Dematic Colby Pty. Ltd. 00024D (base 16) Mannesman Dematic Colby Pty. Ltd. 24 Narabang Way AU 00-02-50 (hex) Geyser Networks, Inc. 000250 (base 16) Geyser Networks, Inc. 535 Del Rey Avenue Sunnyvale CA 94086 US 00-02-48 (hex) Pilz GmbH & Co. 000248 (base 16) Pilz GmbH & Co. Felix-Wankel-Straße 2 DE 00-02-4C (hex) SiByte, Inc. 00024C (base 16) SiByte, Inc. 2805 Bowers Avenue Santa Clara CA 95051-0917 US 00-02-5A (hex) Catena Networks 00025A (base 16) Catena Networks 307 Legget Drive Canada K2K 3C8 CA 00-02-6E (hex) NeGeN Access, Inc. 00026E (base 16) NeGeN Access, Inc. 33 Boston Post Rd. West Marlborough MA 01752 US 00-02-70 (hex) Crewave Co., Ltd. 000270 (base 16) Crewave Co., Ltd. F7, Pureun Bldg., 28-1 Seoul KOREA 137-030 KR 00-02-3B (hex) Ericsson 00023B (base 16) Ericsson 250 Holger Way SAN JOSE CA 95134 US 00-02-39 (hex) Visicom 000239 (base 16) Visicom 10052 Mesa Ridge Ct. San Diego CA 92121 US 00-02-33 (hex) Mantra Communications, Inc. 000233 (base 16) Mantra Communications, Inc. 12850 Middlebrook Road Germantown MD 20874 US 00-02-A2 (hex) Hilscher GmbH 0002A2 (base 16) Hilscher GmbH Rheinstraße 15 DE 00-02-54 (hex) WorldGate 000254 (base 16) WorldGate 3190 Tremont Avenue Trevose PA 19053 US 00-02-9A (hex) Storage Apps 00029A (base 16) Storage Apps 3 Princess Road Lawrenceville NJ 08648 US 00-02-8F (hex) Globetek, Inc. 00028F (base 16) Globetek, Inc. 1607 Akron Peninsula Rd. Akron OH 44313-5190 US 00-02-87 (hex) Adapcom 000287 (base 16) Adapcom 172-A Component Drive San Jose CA 95131 US 00-02-81 (hex) Madge Ltd. 000281 (base 16) Madge Ltd. Madge House Maindenhead Berkshire SL6 2HP GB 00-02-63 (hex) UPS Manufacturing SRL 000263 (base 16) UPS Manufacturing SRL Via Giordano, 54 Verona IT 00-02-40 (hex) Seedek Co., Ltd. 000240 (base 16) Seedek Co., Ltd. #709, 1638-32, Sammo KOREA KR 00-01-F3 (hex) QPS, Inc. 0001F3 (base 16) QPS, Inc. 8015 E. Crystal Drive Anaheim CA 92807 US 00-01-E4 (hex) Sitera, Inc. 0001E4 (base 16) Sitera, Inc. 1820 Lefthand Circle Longmont CO 80501 US 00-01-E3 (hex) Siemens AG 0001E3 (base 16) Siemens AG Schlavenhorst 88 DE 00-01-EB (hex) C-COM Corporation 0001EB (base 16) C-COM Corporation 3F, No. 48, Park Ave. II SBIP Hsinchu Taiwan Hsinchu Taiwan R.O.C. TW 00-01-F2 (hex) Mark of the Unicorn, Inc. 0001F2 (base 16) Mark of the Unicorn, Inc. 1280 Massachusetts Ave. Cambridge MA 02138 US 00-01-D9 (hex) Sigma, Inc. 0001D9 (base 16) Sigma, Inc. 32-3 Seijyo 9 Chome JP 00-01-C5 (hex) Simpler Networks 0001C5 (base 16) Simpler Networks 555 Dr Frederick Philips H4M 2X4 CA 00-01-C9 (hex) Cisco Systems, Inc 0001C9 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-02-1B (hex) Kollmorgen-Servotronix 00021B (base 16) Kollmorgen-Servotronix POB 3919, Petach Tikya 49130 IL 00-02-1E (hex) SIMTEL S.R.L. 00021E (base 16) SIMTEL S.R.L. Via Bonifacio Lupi, 25 IT 00-02-21 (hex) DSP Application, Ltd. 000221 (base 16) DSP Application, Ltd. 12F-12, No. 79, Sec. 1 Hsin Tai Wu Rd. TAIWAN TW 00-01-F7 (hex) Image Display Systems, Inc. 0001F7 (base 16) Image Display Systems, Inc. 46560 Fremont Blvd. Fremont CA 94538 US 00-02-00 (hex) Net & Sys Co., Ltd. 000200 (base 16) Net & Sys Co., Ltd. Kuro Hitech Industrial Complex 304, KOREA KR 00-01-C4 (hex) NeoWave, Inc. 0001C4 (base 16) NeoWave, Inc. 10th KRIHS Bldg. 1591-6 SOUTH KOREA KR 00-01-C1 (hex) Vitesse Semiconductor Corporation 0001C1 (base 16) Vitesse Semiconductor Corporation Hoerkaer 18 DK 00-01-D8 (hex) Teltronics, Inc. 0001D8 (base 16) Teltronics, Inc. 4125 Keller Springs Road Addison TX 25001 US 00-02-05 (hex) Hitachi Denshi, Ltd. 000205 (base 16) Hitachi Denshi, Ltd. 32 Miyaki-cho Kodaira-shi JAPAN 187-8511 JP 00-02-15 (hex) Cotas Computer Technology A/B 000215 (base 16) Cotas Computer Technology A/B Paludan-Mullers Vej 82 DK 00-02-2A (hex) Asound Electronic 00022A (base 16) Asound Electronic Xianxi Industries Zone Changan Town CN 00-01-8C (hex) Mega Vision 00018C (base 16) Mega Vision 5765 Thornwood Drive Goleta CA 93117 US 00-01-8F (hex) Kenetec, Inc. 00018F (base 16) Kenetec, Inc. 115 Hurley Road Oxford CT 06748 US 00-01-7B (hex) Heidelberger Druckmaschinen AG 00017B (base 16) Heidelberger Druckmaschinen AG Kurfürsten-Anlage 52-60 DE 00-01-9C (hex) JDS Uniphase Inc. 00019C (base 16) JDS Uniphase Inc. 570 West Hunt Club Road CA 00-01-A3 (hex) GENESYS LOGIC, INC. 0001A3 (base 16) GENESYS LOGIC, INC. 10F, No. 11, Ln.3., TW 00-01-82 (hex) DICA TECHNOLOGIES AG 000182 (base 16) DICA TECHNOLOGIES AG Rotherstr, 19 DE 00-01-89 (hex) Refraction Technology, Inc. 000189 (base 16) Refraction Technology, Inc. 2626 Lombardy Lane - Ste. #105 Dallas TX 75220 US 00-01-93 (hex) Hanbyul Telecom Co., Ltd. 000193 (base 16) Hanbyul Telecom Co., Ltd. 5th Fl. Oksan Bldg. KOREA KR 00-30-F5 (hex) Wild Lab. Ltd. 0030F5 (base 16) Wild Lab. Ltd. 1-33-17-604 Harayama Urawa City Saitama prif. 336-0931 JP 00-01-5D (hex) Oracle Corporation 00015D (base 16) Oracle Corporation 500 Oracle Parkway Redwood Shores CA 94065 US 00-01-73 (hex) AMCC 000173 (base 16) AMCC 6290 Sequence Drive San Diego CA 92121 US 00-01-6C (hex) FOXCONN 00016C (base 16) FOXCONN 105 S Puente St. Brea CA 92821 US 00-01-75 (hex) Radiant Communications Corp. 000175 (base 16) Radiant Communications Corp. 5001 Hadley Road South Plainfield NJ 07080 US 00-01-AF (hex) Artesyn Embedded Technologies 0001AF (base 16) Artesyn Embedded Technologies 2900 S. Diablo Way Tempe AZ 85282 US 00-01-8A (hex) ROI COMPUTER AG 00018A (base 16) ROI COMPUTER AG Werner-von-Siemens-Str. 1 DE 00-01-92 (hex) Texas Digital Systems 000192 (base 16) Texas Digital Systems 400 Technology Parkway College Station TX 77845 US 00-01-5C (hex) CADANT INC. 00015C (base 16) CADANT INC. 4343 Commerce Court - Ste. #207 Lisle IL 60532 US 00-01-69 (hex) Celestix Networks Pte Ltd. 000169 (base 16) Celestix Networks Pte Ltd. 18 Tannery Lane #05-03 SINGAPORE 347780 SG 00-01-6B (hex) LightChip, Inc. 00016B (base 16) LightChip, Inc. 5 Industrial Way Salem NH 03079 US 00-01-B6 (hex) SAEJIN T&M Co., Ltd. 0001B6 (base 16) SAEJIN T&M Co., Ltd. 2nd Fl., Saejin Bldg., 689 KOREA KR 00-01-AB (hex) Main Street Networks 0001AB (base 16) Main Street Networks 4030 Moorpark Ave. San Jose CA 95117-1849 US 00-01-45 (hex) WINSYSTEMS, INC. 000145 (base 16) WINSYSTEMS, INC. 715 Stadium Drive Arlington TX 76011 US 00-01-37 (hex) IT Farm Corporation 000137 (base 16) IT Farm Corporation Asashiseimei Fuchu Bldg. 11F 183-0055 JP 00-01-3C (hex) TIW SYSTEMS 00013C (base 16) TIW SYSTEMS 2211 Lawson Lane Santa Clara CA 95054 US 00-01-33 (hex) KYOWA Electronic Instruments C 000133 (base 16) KYOWA Electronic Instruments C 3-5-1, Cyofugaoka Cyofu Tokyo JP 00-01-A5 (hex) Nextcomm, Inc. 0001A5 (base 16) Nextcomm, Inc. 12413 Willows Road NE - Ste. #210 Kirkland WA 98034 US 00-01-90 (hex) SMK-M 000190 (base 16) SMK-M 1055 Tierra Del Rey Chula Vista CA 91910 US 00-01-4C (hex) Berkeley Process Control 00014C (base 16) Berkeley Process Control 4124 Lakeside Dr Richmond CA 94806 US 00-01-43 (hex) Cisco Systems, Inc 000143 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-01-4B (hex) Ennovate Networks, Inc. 00014B (base 16) Ennovate Networks, Inc. 60 Codman Hill Road Boxborough MA 01719 US 00-01-3D (hex) RiscStation Ltd. 00013D (base 16) RiscStation Ltd. 168 Elliott Street UNITED KINGDOM GB 00-01-20 (hex) OSCILLOQUARTZ S.A. 000120 (base 16) OSCILLOQUARTZ S.A. Rue Des Brevards 16 2002 Neuchatel CH 00-30-46 (hex) Controlled Electronic Manageme 003046 (base 16) Controlled Electronic Manageme Unit 4 Ravenhill Business Park Belfast IE 00-30-98 (hex) Global Converging Technologies 003098 (base 16) Global Converging Technologies 1800 Preston Park Blvd. Plano TX 75093 US 00-30-0D (hex) MMC Technology, Inc. 00300D (base 16) MMC Technology, Inc. #1502, Seoul Venture Town, Aju Bldg Seoul 135-080 KR 00-30-75 (hex) ADTECH 003075 (base 16) ADTECH RUE DU VAL ST LAMBERT 191 / i SERAING 4100 BE 00-B0-69 (hex) Honewell Oy 00B069 (base 16) Honewell Oy P.O. Box 168, FIN-78201 FI 00-B0-C2 (hex) Cisco Systems, Inc 00B0C2 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-B0-3B (hex) HiQ Networks 00B03B (base 16) HiQ Networks 2475 Augustine Drive Santa Clara CA 95054 US 00-01-27 (hex) OPEN Networks Pty Ltd 000127 (base 16) OPEN Networks Pty Ltd Level 5, 342 Flinders Street Melbourne VIC 3000 AU 00-01-0E (hex) Bri-Link Technologies Co., Ltd 00010E (base 16) Bri-Link Technologies Co., Ltd 2F, No. 63, Chow-Tze Street Taipei 114 TW 00-30-37 (hex) Packard Bell Nec Services 003037 (base 16) Packard Bell Nec Services 299 avenue Patton, BP 645 49006 Angers Cedex 01 FR 00-30-57 (hex) QTelNet, Inc. 003057 (base 16) QTelNet, Inc. 400 - 3115 12th Street NE Calgary Alberta T2E 7J2 CA 00-30-FC (hex) Terawave Communications, Inc. 0030FC (base 16) Terawave Communications, Inc. 30695 Huntwood Avenue Hayward CA 94544 US 00-B0-86 (hex) LocSoft Limited 00B086 (base 16) LocSoft Limited 7 Bright Street Clitheroe Lancashire BB7 1NW GB 00-30-A2 (hex) Lightner Engineering 0030A2 (base 16) Lightner Engineering 8551 La Jolla Shores Dr La Jolla CA 92037 US 00-30-42 (hex) DeTeWe-Deutsche Telephonwerke 003042 (base 16) DeTeWe-Deutsche Telephonwerke Zeughofstrasse 1 D-10997 Berlin DE 00-B0-C7 (hex) Tellabs Operations, Inc. 00B0C7 (base 16) Tellabs Operations, Inc. One Tellabs Center Naperville IL 60563 US 00-B0-2A (hex) ORSYS GmbH 00B02A (base 16) ORSYS GmbH Am Stadtgraben 25 D-88677 Markdorf DE 00-01-04 (hex) DVICO Co., Ltd. 000104 (base 16) DVICO Co., Ltd. Kookmin Card B/D 6F 267-2 Sungnam-si Kyungki-do 463-050 KR 00-01-06 (hex) Tews Datentechnik GmbH 000106 (base 16) Tews Datentechnik GmbH Am Bahnhof 7 25469 Halstenbek DE 00-01-09 (hex) Nagano Japan Radio Co., Ltd. 000109 (base 16) Nagano Japan Radio Co., Ltd. Shimohigano 1163, Inasato-machi Nagano 381-2288 JP 00-02-9C (hex) 3COM 00029C (base 16) 3COM 405 SPRING HILL ROAD SHARON NH 03458 US 00-B0-19 (hex) UTC CCS 00B019 (base 16) UTC CCS 791 Commerce Blvd Boca Raton FL 33497 US 00-30-6F (hex) SEYEON TECH. CO., LTD. 00306F (base 16) SEYEON TECH. CO., LTD. NAMCHEON BLDG. 6F, KOREA 135-280 KR 00-30-3D (hex) IVA CORPORATION 00303D (base 16) IVA CORPORATION 142 NORTH RD STE R SUDBURY MA 01776 US 00-30-F4 (hex) STARDOT TECHNOLOGIES 0030F4 (base 16) STARDOT TECHNOLOGIES 6820-H ORANGE THORPE AVE. BUENA PARK CA 90620 US 00-30-52 (hex) ELASTIC NETWORKS 003052 (base 16) ELASTIC NETWORKS 6120 WINDWARD PARKWAY -STE#100 ALPHARETTA GA 30005 US 00-30-19 (hex) Cisco Systems, Inc 003019 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-30-76 (hex) Akamba Corporation 003076 (base 16) Akamba Corporation 15595 Los Gatos Blvd. Los Gatos CA 95032 US 00-30-EC (hex) BORGARDT 0030EC (base 16) BORGARDT DIESELSTR. 15 DE 00-30-F3 (hex) At Work Computers 0030F3 (base 16) At Work Computers P.O. Box 947 Corvallis OR 97339 US 00-30-CC (hex) Tenor Networks, Inc. 0030CC (base 16) Tenor Networks, Inc. 100 Nagog Park Acton MA 01720-3409 US 00-30-B0 (hex) Convergenet Technologies 0030B0 (base 16) Convergenet Technologies 2222 Trade Zone Boulevard San Jose CA 95131 US 00-30-EB (hex) TURBONET COMMUNICATIONS, INC. 0030EB (base 16) TURBONET COMMUNICATIONS, INC. 19F-1, NO. 171, SUNG-TEH ROAD TAIPEI TW 00-30-A1 (hex) WEBGATE Inc. 0030A1 (base 16) WEBGATE Inc. 4F, Pika Bldg., 894-20, Hoyke 2-dong Anyang-Si Kyunggi-Do KR 00-30-6A (hex) PENTA MEDIA CO., LTD. 00306A (base 16) PENTA MEDIA CO., LTD. E-504 Bundang Technopark,151 Seongnam Gyeonggi-do KR 00-30-86 (hex) Transistor Devices, Inc. 003086 (base 16) Transistor Devices, Inc. 36A Newburgh Road Hackettstown NJ 07840 US 00-30-44 (hex) CradlePoint, Inc 003044 (base 16) CradlePoint, Inc 805 W. Franklin St. Boise ID 83702 US 00-30-C2 (hex) COMONE 0030C2 (base 16) COMONE Parc De Marticot 33610 Cestas FR 00-30-53 (hex) Basler AG 003053 (base 16) Basler AG An Der Strusbek 60-62 22926 Ahrensburg DE 00-30-D2 (hex) WIN TECHNOLOGIES, CO., LTD. 0030D2 (base 16) WIN TECHNOLOGIES, CO., LTD. 4F-6, No. 81, Sec. 1 Taipei TW 00-30-59 (hex) KONTRON COMPACT COMPUTERS AG 003059 (base 16) KONTRON COMPACT COMPUTERS AG Nordstrasse 11/F LUTERBACH 4542 CH 00-30-97 (hex) AB Regin 003097 (base 16) AB Regin Box 366 SE-26123 Landskrona SE 00-30-5F (hex) Hasselblad 00305F (base 16) Hasselblad Hejrevej 30 Copenhagen NV DK-2400 DK 00-30-DC (hex) RIGHTECH CORPORATION 0030DC (base 16) RIGHTECH CORPORATION 4F, NO. 351, CHUNG-SHUN RD. TAIWAN TAIWAN R.O.C. TW 00-30-25 (hex) CHECKOUT COMPUTER SYSTEMS, LTD 003025 (base 16) CHECKOUT COMPUTER SYSTEMS, LTD TOWNSEND FARM ROAD UNITED KINGDOM GB 00-30-12 (hex) DIGITAL ENGINEERING LTD. 003012 (base 16) DIGITAL ENGINEERING LTD. 2 TRENCH ROAD, MALLUSK NORTHERN IE 00-30-C6 (hex) CONTROL SOLUTIONS, INC. 0030C6 (base 16) CONTROL SOLUTIONS, INC. 201 85TH AVENUE NW MINNEAPOLIS MN 55433 US 00-30-D6 (hex) MSC VERTRIEBS GMBH 0030D6 (base 16) MSC VERTRIEBS GMBH INDUSTRIESTR. 16 DE 00-30-41 (hex) SAEJIN T & M CO., LTD. 003041 (base 16) SAEJIN T & M CO., LTD. 2ND FL., SAEJIN BLDG. 689 135-230 KOREA KR 00-30-8C (hex) Quantum Corporation 00308C (base 16) Quantum Corporation 10125 Federal Drive Colorado Springs CO 80908 US 00-30-E3 (hex) SEDONA NETWORKS CORP. 0030E3 (base 16) SEDONA NETWORKS CORP. 10A HEARST WAY CANADA K2L 2P4 CA 00-30-BF (hex) MULTIDATA GMBH 0030BF (base 16) MULTIDATA GMBH Dieburger Str. 96a DE 00-D0-0F (hex) SPEECH DESIGN GMBH 00D00F (base 16) SPEECH DESIGN GMBH INDUSTRIESTR. 1 DE 00-30-58 (hex) API MOTION 003058 (base 16) API MOTION 45 HAZELWOOD DRIVE AMHERST NY 14228 US 00-30-34 (hex) SET ENGINEERING 003034 (base 16) SET ENGINEERING 15750 VINEYARD BLVD. STE. #100 MORGAN HILL CA 95037 US 00-30-4A (hex) Fraunhofer IPMS 00304A (base 16) Fraunhofer IPMS Maria-Reiche-Strasse 2 Dresden 01109 DE 00-30-8D (hex) Pinnacle Systems, Inc. 00308D (base 16) Pinnacle Systems, Inc. Frankfurter Str. 3c D-38122 Braunschweig DE 00-30-A6 (hex) VIANET TECHNOLOGIES, LTD. 0030A6 (base 16) VIANET TECHNOLOGIES, LTD. 8 HACHARASH STREET IL 00-D0-BF (hex) PIVOTAL TECHNOLOGIES 00D0BF (base 16) PIVOTAL TECHNOLOGIES 70 S. LAKE AVENUE - STE. #900 PASADENA CA 91101 US 00-30-3C (hex) ONNTO CORP. 00303C (base 16) ONNTO CORP. 12F-2, NO. 161 TAIWAN TAIWAN R.O.C. TW 00-30-24 (hex) Cisco Systems, Inc 003024 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-30-F6 (hex) SECURELOGIX CORPORATION 0030F6 (base 16) SECURELOGIX CORPORATION 13750 SAN PEDRO SAN ANTONIO TX 78232 US 00-D0-2F (hex) VLSI TECHNOLOGY INC. 00D02F (base 16) VLSI TECHNOLOGY INC. 8375 S. RIVER PARKWAY TEMPE AZ 85284 US 00-30-D8 (hex) SITEK 0030D8 (base 16) SITEK VIA MONTE FIORINO 9 IT 00-30-16 (hex) ISHIDA CO., LTD. 003016 (base 16) ISHIDA CO., LTD. 959-1 SHIMOMAGARI JP 00-D0-B1 (hex) OMEGA ELECTRONICS SA 00D0B1 (base 16) OMEGA ELECTRONICS SA ROUTE DE SOLEURE 68 CH 00-D0-16 (hex) SCM MICROSYSTEMS, INC. 00D016 (base 16) SCM MICROSYSTEMS, INC. 160 KNOWLES DRIVE LOS GATOS CA 95032 US 00-D0-43 (hex) ZONAL RETAIL DATA SYSTEMS 00D043 (base 16) ZONAL RETAIL DATA SYSTEMS 24 FORTH STREET SCOTLAND GB 00-D0-C1 (hex) HARMONIC DATA SYSTEMS, LTD. 00D0C1 (base 16) HARMONIC DATA SYSTEMS, LTD. 10 BEIT SHAMAI STREET ISRAEL 67018 IL 00-D0-AC (hex) Commscope, Inc 00D0AC (base 16) Commscope, Inc 140 Vista Centre Drive Forest VA 24551 US 00-D0-7C (hex) KOYO ELECTRONICS INC. CO.,LTD. 00D07C (base 16) KOYO ELECTRONICS INC. CO.,LTD. 1-171 TENJIN-CHO KODAIRA JP 00-D0-BC (hex) Cisco Systems, Inc 00D0BC (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-D0-CB (hex) DASAN CO., LTD. 00D0CB (base 16) DASAN CO., LTD. DASAN Tower 7F, 49 Daewangpangyo-ro644beon-gil Seonggnam-Si Gyeoenggi-do 463-4000 KR 00-D0-19 (hex) DAINIPPON SCREEN CORPORATE 00D019 (base 16) DAINIPPON SCREEN CORPORATE REPRESENTATIVES OF AMERICA,INC IRVINE CA 92614 US 00-D0-35 (hex) BEHAVIOR TECH. COMPUTER CORP. 00D035 (base 16) BEHAVIOR TECH. COMPUTER CORP. 20F-B, No.98, Sec. 1, Sijhih City Taipei County 22102 TW 00-D0-DB (hex) MCQUAY INTERNATIONAL 00D0DB (base 16) MCQUAY INTERNATIONAL 13600 INDUSTRIAL PARK BLVD. MINNEAPOLIS MN 55441 US 00-D0-70 (hex) LONG WELL ELECTRONICS CORP. 00D070 (base 16) LONG WELL ELECTRONICS CORP. 4F, NO. 59-1, TSAO DI WEI TAIWAN 222 TAIWAN 222 R.O.C. TW 00-D0-29 (hex) WAKEFERN FOOD CORPORATION 00D029 (base 16) WAKEFERN FOOD CORPORATION 230 RARITAN CENTER PARKWAY EDISON NJ 08837 US 00-D0-C3 (hex) VIVID TECHNOLOGY PTE, LTD. 00D0C3 (base 16) VIVID TECHNOLOGY PTE, LTD. 1003 BUKIT MERAH CENTRAL SG 00-D0-13 (hex) PRIMEX AEROSPACE COMPANY 00D013 (base 16) PRIMEX AEROSPACE COMPANY P.O. BOX 97009 REDMOND WA 98073-9709 US 00-D0-A3 (hex) VOCAL DATA, INC. 00D0A3 (base 16) VOCAL DATA, INC. 1701 N GREENVILLE #304 RICHARDSON TX 75081 US 00-D0-7E (hex) KEYCORP LTD. 00D07E (base 16) KEYCORP LTD. P.O. BOX 199 AU 00-D0-20 (hex) AIM SYSTEM, INC. 00D020 (base 16) AIM SYSTEM, INC. 4TH FLOOR CHUNGWOO B/D 219-1 KOREA KR 00-D0-C8 (hex) Prevas A/S 00D0C8 (base 16) Prevas A/S Lyskær 3EF DK-2730 Herlev DK 00-50-17 (hex) RSR S.R.L. 005017 (base 16) RSR S.R.L. VIA SINIGAGLIA, 38 22075 IT 00-50-65 (hex) TDK-Lambda Corporation 005065 (base 16) TDK-Lambda Corporation 36-1 Kasuminosato Ami-Machi Inashiki-Gun Ibaraki, 300-0396 JP 00-50-B9 (hex) XITRON TECHNOLOGIES, INC. 0050B9 (base 16) XITRON TECHNOLOGIES, INC. 6295-D FERRIS SQUARE SAN DIEGO CA 92121 US 00-50-6B (hex) SPX-ATEG 00506B (base 16) SPX-ATEG 802 S. MAIN STREET WAYLAND MI 49348 US 00-D0-76 (hex) Bank of America 00D076 (base 16) Bank of America 1100 Merrill Drive Pennington NJ 08534 US 00-D0-51 (hex) O2 MICRO, INC. 00D051 (base 16) O2 MICRO, INC. 2901 TASMAN DRIVE, STE.#205 SANTA CLARA CA 95054 US 00-D0-BB (hex) Cisco Systems, Inc 00D0BB (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-D0-6E (hex) TRENDVIEW RECORDERS LTD. 00D06E (base 16) TRENDVIEW RECORDERS LTD. 4 AIRFIELD WAY UNITED KINGDOM GB 00-D0-5C (hex) KATHREIN TechnoTrend GmbH 00D05C (base 16) KATHREIN TechnoTrend GmbH Ing.- Anton-Kathrein Str. 2 DE 00-D0-EA (hex) NEXTONE COMMUNICATIONS, INC. 00D0EA (base 16) NEXTONE COMMUNICATIONS, INC. 9700 GREAT SENECA HGHWY ROCKVILLE MD 20850 US 00-D0-64 (hex) MULTITEL 00D064 (base 16) MULTITEL 2905 RUE DE CELLES CANADA CANADA G2C-1W7 CA 00-D0-5E (hex) STRATABEAM TECHNOLOGY, INC. 00D05E (base 16) STRATABEAM TECHNOLOGY, INC. 1943 LANDINGS DRIVE MOUNTAIN VIEW CA 94043 US 00-D0-AA (hex) CHASE COMMUNICATIONS 00D0AA (base 16) CHASE COMMUNICATIONS ST. LEONARDS ROAD UNITED KINGDOM GB 00-D0-5D (hex) INTELLIWORXX, INC. 00D05D (base 16) INTELLIWORXX, INC. 1819 MAIN STREET, STE #1101 SARASOTA FL 34236 US 00-D0-A1 (hex) OSKAR VIERLING GMBH + CO. KG 00D0A1 (base 16) OSKAR VIERLING GMBH + CO. KG PRETZFELDER STR. 21 DE 00-D0-06 (hex) Cisco Systems, Inc 00D006 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-D0-2A (hex) Voxent Systems Ltd. 00D02A (base 16) Voxent Systems Ltd. Unit 2, Rowan House Chippenham Wiltshire SN14 0SQ GB 00-D0-8F (hex) ARDENT TECHNOLOGIES, INC. 00D08F (base 16) ARDENT TECHNOLOGIES, INC. 250 N. WOLFE ROAD SUNNYVALE CA 94086 US 00-D0-FA (hex) Thales e-Security Ltd. 00D0FA (base 16) Thales e-Security Ltd. Meadow View House, Crendon Industrial Estate Aylesbury Buckinghamshire HP18 9EQ GB 00-D0-EB (hex) LIGHTERA NETWORKS, INC. 00D0EB (base 16) LIGHTERA NETWORKS, INC. 10201 BUBB ROAD CUPERTINO CA 95014 US 00-50-A1 (hex) CARLO GAVAZZI, INC. 0050A1 (base 16) CARLO GAVAZZI, INC. 222 PENNBRIGHT DR. - STE.#210 HOUSTON TX 77090 US 00-D0-C0 (hex) Cisco Systems, Inc 00D0C0 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-D0-68 (hex) IWILL CORPORATION 00D068 (base 16) IWILL CORPORATION NO.10, WU-CHUAN 3 RD, TAIWAN TW 00-50-29 (hex) 1394 PRINTER WORKING GROUP 005029 (base 16) 1394 PRINTER WORKING GROUP P.O. BOX 23158 SAN JOSE CA 95153 US 00-50-81 (hex) MURATA MACHINERY, LTD. 005081 (base 16) MURATA MACHINERY, LTD. 136, TAKEDA-MUKAISHIRO-CHO FUSHIMI-KU, KYOTO 612-8686 JP 00-50-AC (hex) MAPLE COMPUTER CORPORATION 0050AC (base 16) MAPLE COMPUTER CORPORATION 2F, NO. 184, SEC. 2 Taipei TJ 00-50-49 (hex) Arbor Networks Inc 005049 (base 16) Arbor Networks Inc 6 Omni Way Chelmsford MA 01824 US 00-50-0D (hex) SATORI ELECTORIC CO., LTD. 00500D (base 16) SATORI ELECTORIC CO., LTD. TIGUSADAI 38-8 MIDORI-KU YOKOHAMA, KANAGAWA JP 00-50-A3 (hex) TransMedia Communications, Inc. 0050A3 (base 16) TransMedia Communications, Inc. 20 GREAT OAKS BLVD., #210 SAN JOSE CA 95119 US 00-50-A4 (hex) IO TECH, INC. 0050A4 (base 16) IO TECH, INC. 25971 CANNON ROAD CLEVELAND OH 44146 US 00-50-5C (hex) TUNDO CORPORATION 00505C (base 16) TUNDO CORPORATION 7 GIBOREI ISRAEL STREET IL 00-50-B3 (hex) VOICEBOARD CORPORATION 0050B3 (base 16) VOICEBOARD CORPORATION 3151 WEST FIFTH STREET OXNARD CA 93030 US 00-50-8C (hex) RSI SYSTEMS 00508C (base 16) RSI SYSTEMS 5555 W. 78TH STREET, Suite F EDINA MN 55439 US 00-50-E1 (hex) NS TECH ELECTRONICS SDN BHD 0050E1 (base 16) NS TECH ELECTRONICS SDN BHD No. 37, Lorong 23, Geylang Singapore 388371 SG 00-50-DE (hex) SIGNUM SYSTEMS CORP. 0050DE (base 16) SIGNUM SYSTEMS CORP. 1211 Flynn Rd, Camarillo CA 93021 US 00-50-75 (hex) KESTREL SOLUTIONS 005075 (base 16) KESTREL SOLUTIONS 2370 CHARLESTON ROAD MT. VIEW CA 94043 US 00-50-ED (hex) ANDA NETWORKS 0050ED (base 16) ANDA NETWORKS 2921 COPPER ROAD SANTA CLARA CA 95051 US 00-50-96 (hex) SALIX TECHNOLOGIES, INC. 005096 (base 16) SALIX TECHNOLOGIES, INC. 904 WIND RIVER LANE- STE. #101 GAITHERSBURG MD 20878 US 00-50-12 (hex) CBL - GMBH 005012 (base 16) CBL - GMBH DARMSTAEDTER STR. 81 D-64839 MUENSTER DE 00-50-F2 (hex) MICROSOFT CORP. 0050F2 (base 16) MICROSOFT CORP. ONE MICROSOFT WAY REDMOND WA 98052-6399 US 00-50-4A (hex) ELTECO A.S. 00504A (base 16) ELTECO A.S. ROSINSKA CESTA P.O. BOX C-9 SK 00-50-C1 (hex) GEMFLEX NETWORKS, LTD. 0050C1 (base 16) GEMFLEX NETWORKS, LTD. 230-6651 FRASERWOOD PL. CANADA V6W 1J3 CA 00-50-CF (hex) VANLINK COMMUNICATION TECHNOLOGY RESEARCH INSTITUTE 0050CF (base 16) VANLINK COMMUNICATION TECHNOLOGY RESEARCH INSTITUTE 210 YADI OFFICE BUILDING BEIJING 100088 CN 00-50-24 (hex) NAVIC SYSTEMS, INC. 005024 (base 16) NAVIC SYSTEMS, INC. 74 CRESCENT STREET NEEDHAM MA US 00-90-BD (hex) OMNIA COMMUNICATIONS, INC. 0090BD (base 16) OMNIA COMMUNICATIONS, INC. 100 NICKERSON ROAD MARLBOROUGH MA 01752 US 00-90-B4 (hex) WILLOWBROOK TECHNOLOGIES 0090B4 (base 16) WILLOWBROOK TECHNOLOGIES 7120 HAYVENHURST AVE.-STE.#401 VAN NUYS CA 91406 US 00-90-03 (hex) APLIO 009003 (base 16) APLIO 18 Avenue Du 8 Mai 1945 FR 00-90-31 (hex) MYSTICOM, LTD. 009031 (base 16) MYSTICOM, LTD. P.O. 8364 NATANIA 42504 IL 00-90-9D (hex) NovaTech Process Solutions, LLC 00909D (base 16) NovaTech Process Solutions, LLC 11500 Cronridge Drive Owings Mills MD 21117 US 00-90-DD (hex) MIHARU COMMUNICATIONS Inc 0090DD (base 16) MIHARU COMMUNICATIONS Inc KANAGAWA JP 00-90-28 (hex) NIPPON SIGNAL CO., LTD. 009028 (base 16) NIPPON SIGNAL CO., LTD. 11 HIRAIDE-KOGIO-DANCHI UISUNOMIYA TOCHIGI 321-8651 JP 00-90-7D (hex) Lake Communications 00907D (base 16) Lake Communications 1 Westbrook, Milton Road IE 00-90-C9 (hex) DPAC Technologies 0090C9 (base 16) DPAC Technologies 7321 Lincoln Way Garden Grove CA 92841 US 00-50-7B (hex) MERLOT COMMUNICATIONS 00507B (base 16) MERLOT COMMUNICATIONS BERKSHIRE CORPORATE PARK BETHEL CT 06801 US 00-50-CD (hex) DIGIANSWER A/S 0050CD (base 16) DIGIANSWER A/S SKALHUSE 5 DK 00-50-2D (hex) ACCEL, INC. 00502D (base 16) ACCEL, INC. 1F, NO. 7, R&D 1ST ROAD HSINCHU TW 00-50-3A (hex) DATONG ELECTRONICS LTD. 00503A (base 16) DATONG ELECTRONICS LTD. CLAYTON WOOD CLOSE Leeds LS16 6QE GB 00-50-87 (hex) TERASAKI ELECTRIC CO., LTD. 005087 (base 16) TERASAKI ELECTRIC CO., LTD. 7-2-10 HANNAN-CHO ABENO-KU OSAKA, 545-0021 JP 00-50-26 (hex) COSYSTEMS, INC. 005026 (base 16) COSYSTEMS, INC. 1263 OAKMEAD PARKWAY SUNNYVALE CA 94086 US 00-90-2C (hex) DATA & CONTROL EQUIPMENT LTD. 00902C (base 16) DATA & CONTROL EQUIPMENT LTD. COUNTY FARM, WENDOVER RD. BUCKS. HP22 STA GB 00-90-1D (hex) PEC (NZ) LTD. 00901D (base 16) PEC (NZ) LTD. 2 STATION ROAD MARTON NZ 00-90-97 (hex) Sycamore Networks 009097 (base 16) Sycamore Networks 220 Mill Rd Chelmsford MA 01824 US 00-90-25 (hex) BAE Systems Australia (Electronic Systems) Pty Ltd 009025 (base 16) BAE Systems Australia (Electronic Systems) Pty Ltd 2 Second Ave Mawson Lakes South Australia 5095 AU 00-90-4C (hex) Epigram, Inc. 00904C (base 16) Epigram, Inc. 870 West Maude Ave. Sunnyvale CA 94086 US 00-90-84 (hex) ATECH SYSTEM 009084 (base 16) ATECH SYSTEM 4F DAEBOONG BLDG. 1451-78 SEOUL 137-070 KR 00-90-6A (hex) TURNSTONE SYSTEMS, INC. 00906A (base 16) TURNSTONE SYSTEMS, INC. 274 Ferguson Drive MOUNTAIN VIEW CA 94043 US 00-90-87 (hex) ITIS 009087 (base 16) ITIS CENTRE ESPACE PERFORMANCE 35769 SAINT-GREGOIRE CEDEX FR 00-90-51 (hex) ULTIMATE TECHNOLOGY CORP. 009051 (base 16) ULTIMATE TECHNOLOGY CORP. 100 RAWSON ROAD VICTOR NY 14564 US 00-90-26 (hex) ADVANCED SWITCHING COMMUNICATIONS, INC. 009026 (base 16) ADVANCED SWITCHING COMMUNICATIONS, INC. 8330 BOONE BOULEVARD--5TH FL. VIENNA VA 22182 US 00-90-D3 (hex) GIESECKE & DEVRIENT GmbH 0090D3 (base 16) GIESECKE & DEVRIENT GmbH PRINZREGENTENSTRASSE 159 D-81677 MUNCHEN DE 00-90-67 (hex) WalkAbout Computers, Inc. 009067 (base 16) WalkAbout Computers, Inc. 2655 N. OCEAN DRIVE--STE. #510 SINGER ISLAND FL 33404 US 00-90-2A (hex) COMMUNICATION DEVICES, INC. 00902A (base 16) COMMUNICATION DEVICES, INC. 85 Fulton Street Boonton NJ 07005-1912 US 00-90-0D (hex) Overland Storage Inc. 00900D (base 16) Overland Storage Inc. 9112 Spectrum Center Blvd SAN DIEGO CA 92123 US 00-90-CF (hex) NORTEL 0090CF (base 16) NORTEL 250 SIDNEY STREET Belleville Ontario K8N 5B7 CA 00-90-72 (hex) SIMRAD AS 009072 (base 16) SIMRAD AS P.O. BOX 111 3191 HORTEN NO 00-90-2F (hex) NETCORE SYSTEMS, INC. 00902F (base 16) NETCORE SYSTEMS, INC. 187 BALLARDVALE STREET WILMINGTON MA 01887 US 00-90-98 (hex) SBC DESIGNS, INC. 009098 (base 16) SBC DESIGNS, INC. 3077-H LEEMAN FERRY ROAD HUNTSVILLE AL 35801 US 00-90-45 (hex) Marconi Communications 009045 (base 16) Marconi Communications 1000 Fore Drive Warrendale PA 15086-7502 US 00-90-36 (hex) ens, inc. 009036 (base 16) ens, inc. P.O. BOX 19207 RALEIGH NC 27619 US 00-90-8B (hex) Tattile SRL 00908B (base 16) Tattile SRL 2600 Fernbrook Lane Plymouth MN 55447 US 00-90-44 (hex) ASSURED DIGITAL, INC. 009044 (base 16) ASSURED DIGITAL, INC. 9-11 GOLDSMITH ST. LITTLETON MA 01460 US 00-90-91 (hex) DigitalScape, Inc. 009091 (base 16) DigitalScape, Inc. 6 MORGAN - STE.#100 IRVINE CA 92618 US 00-90-7E (hex) VETRONIX CORP. 00907E (base 16) VETRONIX CORP. 2030 ALAMEDE PADRE SERRA SANTA BARBARA CA 93103 US 00-90-50 (hex) Teleste Corporation 009050 (base 16) Teleste Corporation Telestenkatu 1 LITTOINEN FI-20660 FI 00-90-4D (hex) SPEC S.A. 00904D (base 16) SPEC S.A. CASP 172 3-B 08013 BARCELONA ES 00-90-FD (hex) CopperCom, Inc. 0090FD (base 16) CopperCom, Inc. 3255-1 SCOTT BLVD.,--STE.#103 SANTA CLARA CA 95054 US 00-90-39 (hex) SHASTA NETWORKS 009039 (base 16) SHASTA NETWORKS 249 HUMBOLDT COURT SUNNYVALE CA 94089-1300 US 00-90-FC (hex) NETWORK COMPUTING DEVICES 0090FC (base 16) NETWORK COMPUTING DEVICES 301 RAVENDALE DRIVE MOUNTAIN VIEW CA 94043 US 00-90-14 (hex) ROTORK INSTRUMENTS, LTD. 009014 (base 16) ROTORK INSTRUMENTS, LTD. CHAUL END LANE LU4 8EZ England GB 00-90-8D (hex) VICKERS ELECTRONICS SYSTEMS 00908D (base 16) VICKERS ELECTRONICS SYSTEMS 1151 W. MASON-MORROW RD. LEBANON OH 45036 US 00-90-42 (hex) ECCS, Inc. 009042 (base 16) ECCS, Inc. ONE SHEILA DRIVE TINTON FALLS NJ 07724 US 00-90-33 (hex) INNOVAPHONE AG 009033 (base 16) INNOVAPHONE AG Boeblinger Str. 76 SINDELFINGEN D71065 DE 00-90-02 (hex) ALLGON AB 009002 (base 16) ALLGON AB GARDATORGET 1 412 50 GOTEBORG SE 00-10-D4 (hex) STORAGE COMPUTER CORPORATION 0010D4 (base 16) STORAGE COMPUTER CORPORATION 11 RIVERSIDE STREET NASHUA NH 03062 US 00-06-29 (hex) IBM Corp 000629 (base 16) IBM Corp 3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US 00-10-A9 (hex) ADHOC TECHNOLOGIES 0010A9 (base 16) ADHOC TECHNOLOGIES 1150 FIRST STREET SAN JOSE CA 95112 US 00-10-8A (hex) TeraLogic, Inc. 00108A (base 16) TeraLogic, Inc. 707 CALIFORNIA STREET MOUNTAIN VIEW CA 94041 US 00-10-24 (hex) NAGOYA ELECTRIC WORKS CO., LTD 001024 (base 16) NAGOYA ELECTRIC WORKS CO., LTD 29-1 SHINODA, MIWA-CHO AMA-GUN, AICHI 490-12 JP 00-10-D6 (hex) Exelis 0010D6 (base 16) Exelis 7310 Innovation Blvd., M/S 536 Ft Wayne IN 46818 US 00-10-48 (hex) HTRC AUTOMATION, INC. 001048 (base 16) HTRC AUTOMATION, INC. 285 LAVAL STREET QUEBEC J0B 1H0 CA 00-10-97 (hex) WinNet Metropolitan Communications Systems, Inc. 001097 (base 16) WinNet Metropolitan Communications Systems, Inc. 661 EAST ARQUES AVE. SUNNYVALE CA 94086 US 00-10-85 (hex) POLARIS COMMUNICATIONS, INC. 001085 (base 16) POLARIS COMMUNICATIONS, INC. 10200 SW ALLEN BLVD. BEAVERTON OR 97005 US 00-10-0C (hex) ITO CO., LTD. 00100C (base 16) ITO CO., LTD. 8-2 MIYANOSHITA-CHO HIRAKATA-CITY, OSAKA JP 00-10-06 (hex) Thales Contact Solutions Ltd. 001006 (base 16) Thales Contact Solutions Ltd. Tolbar Way Southampton, SO30 2ZP GB 00-90-09 (hex) I Controls, Inc. 009009 (base 16) I Controls, Inc. 2nd Fl, I'Park 302, 11 Jeongja-Dong, Seongnam Gyeonggi-Do 463-859 KR 00-90-8E (hex) Nortel Networks Broadband Access 00908E (base 16) Nortel Networks Broadband Access 39660 Eureka Drive Newark CA 94560 US 00-90-7C (hex) DIGITALCAST, INC. 00907C (base 16) DIGITALCAST, INC. 503, ILKWANG BLDG., 1656-2 SEOCHO-KU SEOUL KR 00-90-D2 (hex) ARTEL VIDEO SYSTEMS 0090D2 (base 16) ARTEL VIDEO SYSTEMS 237 CEDAR HILL ST. MARLBORO MA 01752 US 00-01-FE (hex) DIGITAL EQUIPMENT CORPORATION 0001FE (base 16) DIGITAL EQUIPMENT CORPORATION 301 ROCKRIMMON BLVD, SOUTH COLORADO SPRINGS CO 80919 US 00-90-BE (hex) IBC/INTEGRATED BUSINESS COMPUTERS 0090BE (base 16) IBC/INTEGRATED BUSINESS COMPUTERS 2685 C PARK CENTER DRIVE SIMI VALLEY CA 93065 US 00-10-3C (hex) IC ENSEMBLE, INC. 00103C (base 16) IC ENSEMBLE, INC. 3255-2 SCOTT BLVD.--STE.#105 SANTA CLARA CA 95054 US 00-10-19 (hex) SIRONA DENTAL SYSTEMS GmbH & Co. KG 001019 (base 16) SIRONA DENTAL SYSTEMS GmbH & Co. KG FABRIKSTRASSE 31 64625 BENSHEIM DE 00-90-DE (hex) CARDKEY SYSTEMS, INC. 0090DE (base 16) CARDKEY SYSTEMS, INC. 1757 TAPO CANYON ROAD SIMI VALLEY CA 93063 US 00-90-6B (hex) APPLIED RESOURCES, INC. 00906B (base 16) APPLIED RESOURCES, INC. 9821 WIDMER ROAD LENEXA KS 66215-1239 US 00-10-E2 (hex) ArrayComm, Inc. 0010E2 (base 16) ArrayComm, Inc. 3141 ZANKER ROAD SAN JOSE CA 95134 US 00-10-D2 (hex) NITTO TSUSHINKI CO., LTD 0010D2 (base 16) NITTO TSUSHINKI CO., LTD 7-27-11, TODOROKI, SETAGAYA-KU TOKYO 151 JP 00-10-D9 (hex) IBM JAPAN, FUJISAWA MT+D 0010D9 (base 16) IBM JAPAN, FUJISAWA MT+D KIRIHARA-CHO 1, FUJISAWA CITY KANAGAWA 252 JP 00-90-66 (hex) Troika Networks, Inc. 009066 (base 16) Troika Networks, Inc. 2829 Townsgate Road, Westlake Village CA 91361 US 00-10-94 (hex) Performance Analysis Broadband, Spirent plc 001094 (base 16) Performance Analysis Broadband, Spirent plc 27349 Agoura Road Calabasas Hills CA 91301 US 00-10-50 (hex) RION CO., LTD. 001050 (base 16) RION CO., LTD. 3-20-41 HIGASHIMOTOMACHI KOKUBUNJI, TOKYO 185 JP 00-10-9C (hex) M-SYSTEM CO., LTD. 00109C (base 16) M-SYSTEM CO., LTD. 1-1-25 SHIN URASHIMA CHOU YOKOHAMA 221 JP 00-10-CE (hex) VOLAMP, LTD. 0010CE (base 16) VOLAMP, LTD. UNIT 3 RIVERSIDE BUSINESS PARK FARNHAM, SURREY ENGLAND GB 00-10-B2 (hex) COACTIVE AESTHETICS 0010B2 (base 16) COACTIVE AESTHETICS 4000 BRIDGEWAY - STE. #303 SAUSALITA CA 94965 US 00-10-5F (hex) ZODIAC DATA SYSTEMS 00105F (base 16) ZODIAC DATA SYSTEMS 5 Av Des Andes Les Ulis 91940 FR 00-10-3E (hex) NETSCHOOLS CORPORATION 00103E (base 16) NETSCHOOLS CORPORATION 2003 LANDINGS DRIVE MOUNTAIN VIEW CA 94043 US 00-10-CB (hex) FACIT K.K. 0010CB (base 16) FACIT K.K. HIMEI NIHOMBASHI BLDG. 3F CHUO-KU, TOKYO 103 JP 00-10-E0 (hex) Oracle Corporation 0010E0 (base 16) Oracle Corporation 500 Oracle Parkway Redwood Shores CA 94065 US 00-10-7C (hex) P-COM, INC. 00107C (base 16) P-COM, INC. 3175 S. WINCHESTER BLVD. CAMPBELL CA 95008 US 00-10-BD (hex) THE TELECOMMUNICATION TECHNOLOGY COMMITTEE (TTC) 0010BD (base 16) THE TELECOMMUNICATION TECHNOLOGY COMMITTEE (TTC) 1-1-12 Shiba Kouen, Minato-ku MINATO-KU, TOKYO 105-0011 JP 00-10-08 (hex) VIENNA SYSTEMS CORPORATION 001008 (base 16) VIENNA SYSTEMS CORPORATION 6651 FRASERWOOD PLACE RICHMOND, B.C. V6W 1J3 CA 00-10-D1 (hex) Top Layer Networks, Inc. 0010D1 (base 16) Top Layer Networks, Inc. 4 MECHANIC ST.- STE#212 NATICK MA 01760 US 00-10-6A (hex) DIGITAL MICROWAVE CORPORATION 00106A (base 16) DIGITAL MICROWAVE CORPORATION 170 ROSE ORCHARD WAY SAN JOSE CA 95134 US 00-10-6F (hex) TRENTON TECHNOLOGY INC. 00106F (base 16) TRENTON TECHNOLOGY INC. 2350 CENTENNIAL DRIVE GAINESVILLE GA 30504 US 00-10-34 (hex) GNP Computers 001034 (base 16) GNP Computers 555 E.Huntington Drive Monrovia CA 91016 US 00-10-44 (hex) InnoLabs Corporation 001044 (base 16) InnoLabs Corporation 2F-4, NO. 16, LANE 609, CHUNG-HSIN RD. Taipei Hsien TW 00-10-A1 (hex) KENDIN SEMICONDUCTOR, INC. 0010A1 (base 16) KENDIN SEMICONDUCTOR, INC. 1550 S. BASCOM AVE., STE. #250 CAMPBELL CA 95008 US 00-10-A8 (hex) RELIANCE COMPUTER CORP. 0010A8 (base 16) RELIANCE COMPUTER CORP. 3032 BUNKER HILL LANE SANTA CLARA CA 95054 US 00-10-6E (hex) TADIRAN COM. LTD. 00106E (base 16) TADIRAN COM. LTD. 26 HASHOFTIM ST. HOLON 58102 IL 00-10-9A (hex) NETLINE 00109A (base 16) NETLINE 7, Rue de Bievres 92140 CLAMART FR 00-10-89 (hex) WebSonic 001089 (base 16) WebSonic 3466 EDWARD AVE. SANTA CLARA CA 95054 US 00-10-E6 (hex) APPLIED INTELLIGENT SYSTEMS, INC. 0010E6 (base 16) APPLIED INTELLIGENT SYSTEMS, INC. 3923 RANCHERO DRIVE ANN ARBOR MI 48108 US 00-10-3B (hex) HIPPI NETWORKING FORUM 00103B (base 16) HIPPI NETWORKING FORUM PO BOX 10173 ALBUQUERQUE NM 87184-0173 US 00-E0-83 (hex) JATO TECHNOLOGIES, INC. 00E083 (base 16) JATO TECHNOLOGIES, INC. 505 EAST HUNTLAND DR. STE #550 AUSTIN TX 78752 US 00-E0-72 (hex) LYNK 00E072 (base 16) LYNK RABIN BUILDING D.N. MISGAV 201 IL 00-E0-AD (hex) EES TECHNOLOGY, LTD. 00E0AD (base 16) EES TECHNOLOGY, LTD. 25 EASTWAYS WITHAM, ESSEX, CM8 3AL GB 00-E0-94 (hex) OSAI SRL 00E094 (base 16) OSAI SRL VIA TORINO 603-IVREA (TO) IT 00-E0-32 (hex) MISYS FINANCIAL SYSTEMS, LTD. 00E032 (base 16) MISYS FINANCIAL SYSTEMS, LTD. BUCKHOLT DRIVE, WARNDON, WORCESTER WR49SR GB 00-E0-C0 (hex) SEIWA ELECTRIC MFG. CO., LTD. 00E0C0 (base 16) SEIWA ELECTRIC MFG. CO., LTD. 86 TARADA SHIN-IKE, KYOTO PREFECTURE JP 00-E0-D1 (hex) TELSIS LIMITED 00E0D1 (base 16) TELSIS LIMITED 16 BARNES WALLACE ROAD FAREHAM, HAMPSHIRE PO15 5TT ENGLAND GB 00-E0-F0 (hex) ABLER TECHNOLOGY, INC. 00E0F0 (base 16) ABLER TECHNOLOGY, INC. 4F, NO. 54 SEC. 4 TAIPEI TW 00-E0-02 (hex) CROSSROADS SYSTEMS, INC. 00E002 (base 16) CROSSROADS SYSTEMS, INC. 9390 RESEARCH BLVD. AUSTIN TX 78759 US 00-E0-D6 (hex) COMPUTER & COMMUNICATION RESEARCH LAB. 00E0D6 (base 16) COMPUTER & COMMUNICATION RESEARCH LAB. CHUTUNG, HSINCHU TW 00-E0-74 (hex) TIERNAN COMMUNICATIONS, INC. 00E074 (base 16) TIERNAN COMMUNICATIONS, INC. 11025 ROSELLE ST. SAN DIEGO CA 92121 US 00-E0-D9 (hex) TAZMO CO., LTD. 00E0D9 (base 16) TAZMO CO., LTD. 6186 KINOKO, IBARA-SHI OKAYAMA 715 JP 00-E0-55 (hex) INGENIERIA ELECTRONICA COMERCIAL INELCOM S.A. 00E055 (base 16) INGENIERIA ELECTRONICA COMERCIAL INELCOM S.A. CL. PIQUER NO.3 28033 MADRID ES 00-E0-B4 (hex) TECHNO SCOPE CO., LTD. 00E0B4 (base 16) TECHNO SCOPE CO., LTD. 13-6-7 KISHIMATI URAWASI SAITAMA 336 JP 00-E0-71 (hex) EPIS MICROCOMPUTER 00E071 (base 16) EPIS MICROCOMPUTER LAUTLINGER STRASSE 147 72458 ALBSTADT DE 00-E0-66 (hex) ProMax Systems, Inc. 00E066 (base 16) ProMax Systems, Inc. 16 TECHNOLOGY DRIVE--BLDG.#106 IRVINE CA 92656 US 00-E0-93 (hex) ACKFIN NETWORKS 00E093 (base 16) ACKFIN NETWORKS 575 N. PASTORIA AVE. SUNNYVALE CA 94086 US 00-E0-42 (hex) Pacom Systems Ltd. 00E042 (base 16) Pacom Systems Ltd. UNIT 22 38/46 SOUTH ST. RYDALMERE 2116 NSW AU 00-E0-EB (hex) DIGICOM SYSTEMS, INCORPORATED 00E0EB (base 16) DIGICOM SYSTEMS, INCORPORATED 188 TOPAZ STREET MILPITAS CA 95035 US 00-E0-1C (hex) Cradlepoint, Inc 00E01C (base 16) Cradlepoint, Inc 1199 Shoreline Lane Boise ID 83702 US 00-E0-27 (hex) DUX, INC. 00E027 (base 16) DUX, INC. 5-18-19, NISHIKAMATA, OTA-KU TOKYO-TO, 144 JP 00-E0-4B (hex) JUMP INDUSTRIELLE COMPUTERTECHNIK GmbH 00E04B (base 16) JUMP INDUSTRIELLE COMPUTERTECHNIK GmbH D94469 DEGGENDORF DE 00-E0-97 (hex) CARRIER ACCESS CORPORATION 00E097 (base 16) CARRIER ACCESS CORPORATION 5395 PEARL PARKWAY BOULDER CO 80301 US 00-E0-89 (hex) ION Networks, Inc. 00E089 (base 16) ION Networks, Inc. 1551 South Washington Ave. Piscataway NJ 08854 US 00-E0-70 (hex) DH TECHNOLOGY 00E070 (base 16) DH TECHNOLOGY 3003 ROLLIE GATES DRIVE PASO ROBLES CA 93446 US 00-E0-5C (hex) PHC Corporation 00E05C (base 16) PHC Corporation 2-38-5 Nishishimbashi Minato-ku Tokyo 105-8433 JP 00-E0-24 (hex) GADZOOX NETWORKS 00E024 (base 16) GADZOOX NETWORKS 5850 HELLYER AVENUE SAN JOSE CA 95138 US 00-60-5B (hex) IntraServer Technology, Inc. 00605B (base 16) IntraServer Technology, Inc. 125 HOPPING BROOK PARK HOLLISTON MA 01746 US 00-60-D7 (hex) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE (EPFL) 0060D7 (base 16) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE (EPFL) ECUBLENS CH-1015 LAUSANNE CH 00-E0-BA (hex) BERGHOF AUTOMATIONSTECHNIK GmbH 00E0BA (base 16) BERGHOF AUTOMATIONSTECHNIK GmbH HARRET STRASSE 1 D 72800 ENINGEN DE 00-E0-21 (hex) FREEGATE CORP. 00E021 (base 16) FREEGATE CORP. 710 LAKEWAY STE.#230 SUNNYVALE CA 94086 US 00-E0-5B (hex) WEST END SYSTEMS CORP. 00E05B (base 16) WEST END SYSTEMS CORP. 39 WINNER'S CIRCLE DR., ARNPRIOR, ONTARIO K7S 3G9 CA 00-E0-44 (hex) LSICS CORPORATION 00E044 (base 16) LSICS CORPORATION 3-8-3 NINOMIYA, TSKUKUBA SHI IBARAGI-KEN, 305 JP 00-E0-CA (hex) BEST DATA PRODUCTS 00E0CA (base 16) BEST DATA PRODUCTS 21800 NORDHOFF STREET CHATSWORTH CA 91311 US 00-E0-A7 (hex) IPC INFORMATION SYSTEMS, INC. 00E0A7 (base 16) IPC INFORMATION SYSTEMS, INC. METRO CENTER STAMFORD CT 06907 US 00-E0-62 (hex) HOST ENGINEERING 00E062 (base 16) HOST ENGINEERING 200 EAST MAIN STREET -STE.#700 JOHNSON CITY TN 37604 US 00-E0-CE (hex) ARN 00E0CE (base 16) ARN 51, RUE GASTON LAURIAU F-93512 MONTREUIL CEDEX FR 00-E0-5F (hex) e-Net, Inc. 00E05F (base 16) e-Net, Inc. 12325 HYMEADOW DRIVE AUSTIN TX 78750 US 00-E0-1F (hex) AVIDIA Systems, Inc. 00E01F (base 16) AVIDIA Systems, Inc. 135 NORTH PLAINS INDUSTRIAL RD WALLINGFORD CT 06492 US 00-E0-D0 (hex) NETSPEED, INC. 00E0D0 (base 16) NETSPEED, INC. 12303 TECHNOLOGY BLVD. AUSTIN TX 78727 US 00-E0-60 (hex) SHERWOOD 00E060 (base 16) SHERWOOD 21056 FORBES STREET HAYWARD CA 94545 US 00-E0-6A (hex) KAPSCH AG 00E06A (base 16) KAPSCH AG WAGENSEILGASSE 1 1120-VIENNA AT 00-E0-01 (hex) STRAND LIGHTING LIMITED 00E001 (base 16) STRAND LIGHTING LIMITED GRANT WAY MIDDLESEX England TW7 5QD GB 00-E0-D8 (hex) LANBit Computer, Inc. 00E0D8 (base 16) LANBit Computer, Inc. 12F, 552 CHUNG HSIAO E., RD. TW 00-E0-E7 (hex) RAYTHEON E-SYSTEMS, INC. 00E0E7 (base 16) RAYTHEON E-SYSTEMS, INC. 1301 E. COLLINS RICHARDSON TX 75081 US 00-E0-3C (hex) AdvanSys 00E03C (base 16) AdvanSys 1150 RINGWOOD COURT SAN JOSE CA 95131 US 00-E0-73 (hex) NATIONAL AMUSEMENT NETWORK, INC. 00E073 (base 16) NATIONAL AMUSEMENT NETWORK, INC. 401 N. MICHIGAN AVENUE CHICAGO IL 60611 US 00-60-66 (hex) LACROIX Trafic 006066 (base 16) LACROIX Trafic 1 ere Avenue, 11 eme rue 06516 CARROS FR 00-60-F4 (hex) ADVANCED COMPUTER SOLUTIONS, Inc. 0060F4 (base 16) ADVANCED COMPUTER SOLUTIONS, Inc. 12675 DANIELSON COURT POWAY CA 92064 US 00-60-60 (hex) Data Innovations North America 006060 (base 16) Data Innovations North America 120 Kimball Avenue Suite 100 South Burlington VT 05403 US 00-60-35 (hex) DALLAS SEMICONDUCTOR, INC. 006035 (base 16) DALLAS SEMICONDUCTOR, INC. 4401 SOUTH BELTWOOD PARKWAY DALLAS TX 75244-3292 US 00-60-07 (hex) ACRES GAMING, INC. 006007 (base 16) ACRES GAMING, INC. 815 NW 9TH STREET CORVALLIS OR 97330 US 00-60-58 (hex) COPPER MOUNTAIN COMMUNICATIONS, INC. 006058 (base 16) COPPER MOUNTAIN COMMUNICATIONS, INC. 6650 LUSK BLVD.-STE #B103 SAN DIEGO CA 92121 US 00-60-FB (hex) PACKETEER, INC. 0060FB (base 16) PACKETEER, INC. 10201 N. DE ANZA BOULEVARD CUPERTINO CA 95014 US 00-60-C1 (hex) WaveSpan Corporation 0060C1 (base 16) WaveSpan Corporation 500 N. BERNARDO AVE. MOUNTAIN VIEW CA 94043 US 00-60-3C (hex) HAGIWARA SYS-COM CO., LTD. 00603C (base 16) HAGIWARA SYS-COM CO., LTD. 2-4-3 NISHIKI NAKA-KU AICHI 460 JP 00-60-7D (hex) SENTIENT NETWORKS INC. 00607D (base 16) SENTIENT NETWORKS INC. 2201 CANTU COURT-STE #205 SARASOTA FL 34232 US 00-60-19 (hex) Roche Diagnostics 006019 (base 16) Roche Diagnostics 9115 Hague Road Indianapolis IN 46250-0457 US 00-60-59 (hex) TECHNICAL COMMUNICATIONS CORP. 006059 (base 16) TECHNICAL COMMUNICATIONS CORP. 100 DOMINO DRIVE CONCORD MA 01742 US 00-60-03 (hex) TERAOKA WEIGH SYSTEM PTE, LTD. 006003 (base 16) TERAOKA WEIGH SYSTEM PTE, LTD. 3A TUAS AVENUE 8 SINGAPORE 639128 SG 00-60-7A (hex) DVS GMBH 00607A (base 16) DVS GMBH KREPENSTRASSE 8 D-30165 HANNOVER DE 00-60-F3 (hex) Performance Analysis Broadband, Spirent plc 0060F3 (base 16) Performance Analysis Broadband, Spirent plc 27349 Agoura Road Calabasas Hills CA 91301 US 00-60-7C (hex) WaveAccess, Ltd. 00607C (base 16) WaveAccess, Ltd. P.O. BOX 2473 RA'ANANA 43663 IL 00-60-A0 (hex) SWITCHED NETWORK TECHNOLOGIES, INC. 0060A0 (base 16) SWITCHED NETWORK TECHNOLOGIES, INC. 13805 1ST AVENUE NORTH PLYMOUTH MN 55441-5455 US 00-60-17 (hex) TOKIMEC INC. 006017 (base 16) TOKIMEC INC. 2-16, MINAMI-KAMATA, OHTA-KU TOKYO 144 JP 00-60-26 (hex) VIKING Modular Solutions 006026 (base 16) VIKING Modular Solutions 11 COLUMBIA LAGUNA HILLS CA 92656 US 00-60-6E (hex) DAVICOM SEMICONDUCTOR, INC. 00606E (base 16) DAVICOM SEMICONDUCTOR, INC. 2457 AUGUSTINE DRIVE SANTA CLARA CA 95054 US 00-60-C7 (hex) AMATI COMMUNICATIONS CORP. 0060C7 (base 16) AMATI COMMUNICATIONS CORP. 2043 SAMARITAN DRIVE SAN JOSE CA 95124 US 10-00-E8 (hex) NATIONAL SEMICONDUCTOR 1000E8 (base 16) NATIONAL SEMICONDUCTOR 2900 SEMICONDUCTOR DRIVE SANTA CLARA CA 95051 US 00-60-73 (hex) REDCREEK COMMUNICATIONS, INC. 006073 (base 16) REDCREEK COMMUNICATIONS, INC. 3900 NEWPARK MALL ROAD NEWARK CA 94560 US 00-60-FD (hex) NetICs, Inc. 0060FD (base 16) NetICs, Inc. 42 NAGOG PARK ACTON MA 01720 US 00-60-CB (hex) HITACHI ZOSEN CORPORATION 0060CB (base 16) HITACHI ZOSEN CORPORATION 3-4, SAKURAJIMA 1-CHOME KONOHANA-KU, OSAKA 554 JP 00-60-C8 (hex) KUKA WELDING SYSTEMS & ROBOTS 0060C8 (base 16) KUKA WELDING SYSTEMS & ROBOTS BLUECHERSTRASSE 144 D-86165 AUGSBURG DE 00-60-23 (hex) PERICOM SEMICONDUCTOR CORP. 006023 (base 16) PERICOM SEMICONDUCTOR CORP. 2380 BERING DRIVE SAN JOSE CA 95131 US 00-60-63 (hex) PSION DACOM PLC. 006063 (base 16) PSION DACOM PLC. PSION DACOM HOUSE CROWNHILL MILTON KEYNES MK8 0EF GB 00-60-31 (hex) HRK SYSTEMS 006031 (base 16) HRK SYSTEMS P.O. BOX 514 WESTVILLE 3630 ZA 00-60-0E (hex) WAVENET INTERNATIONAL, INC. 00600E (base 16) WAVENET INTERNATIONAL, INC. 5825 KENNEDY ROAD MISSISSAUGA, ONTARIO L4Z 2G3 CA 00-60-A3 (hex) CONTINUUM TECHNOLOGY CORP. 0060A3 (base 16) CONTINUUM TECHNOLOGY CORP. 220 CONTINUUM DRIVE FLETCHER NC 28732 US 00-60-3D (hex) 3CX 00603D (base 16) 3CX 2085 HAMILTON AVE., -STE.#220 SAN JOSE CA 95125 US 00-60-ED (hex) RICARDO TEST AUTOMATION LTD. 0060ED (base 16) RICARDO TEST AUTOMATION LTD. LOWESMOOR WHARF WORCESTER, WR12RS GB 00-60-12 (hex) POWER COMPUTING CORPORATION 006012 (base 16) POWER COMPUTING CORPORATION 10261 BUBB ROAD CUPERTINO CA 95014 US 00-60-4D (hex) MMC NETWORKS, INC. 00604D (base 16) MMC NETWORKS, INC. 1134 EAST ARQUES AVENUE SUNNYVALE CA 94086-4602 US 00-60-F7 (hex) DATAFUSION SYSTEMS 0060F7 (base 16) DATAFUSION SYSTEMS P.O. BOX 582 STELLENBOSCH, 7599 ZA 00-60-20 (hex) PIVOTAL NETWORKING, INC. 006020 (base 16) PIVOTAL NETWORKING, INC. 7246 SHARON DR., STE SAN JOSE CA 95129 US 00-60-C0 (hex) Nera Networks AS 0060C0 (base 16) Nera Networks AS Kokstadveien 23 Bergen 5020 NO 00-60-77 (hex) PRISA NETWORKS 006077 (base 16) PRISA NETWORKS 6620 Mesa Ridge Road, San Diego CA 92121 US 00-60-94 (hex) IBM Corp 006094 (base 16) IBM Corp 3039 E Cornwallis Road Research Triangle Park NC 27709-2195 US 00-60-AB (hex) LARSCOM INCORPORATED 0060AB (base 16) LARSCOM INCORPORATED 1845 MCCANDLESS DRIVE MILPITAS CA 95035 US 00-60-DD (hex) MYRICOM, INC. 0060DD (base 16) MYRICOM, INC. 325B N. SANTA ANITA AVE. ARCADIA CA 91006 US 00-60-46 (hex) VMETRO, INC. 006046 (base 16) VMETRO, INC. 1880 DAIRY ASHFORD- STE #535 HOUSTON TX 77077 US 00-60-68 (hex) Dialogic Corporation 006068 (base 16) Dialogic Corporation 9800 Cavendish Blvd, 5th Floor Montreal Quebec H4M 2V9 CA 00-60-5A (hex) CELCORE, INC. 00605A (base 16) CELCORE, INC. 8001 CENTERVIEW PARKWAY MEMPHIS TN 38018 US 00-60-95 (hex) ACCU-TIME SYSTEMS, INC. 006095 (base 16) ACCU-TIME SYSTEMS, INC. 420 SOMERS ROAD ELLINGTON CT 06029 US 00-60-8A (hex) CITADEL COMPUTER 00608A (base 16) CITADEL COMPUTER 29 ARMORY RD MILFORD MA 03055 US 00-60-93 (hex) VARIAN 006093 (base 16) VARIAN 2700 MITCHELL DR. WALNUT GREEK CA 94598 US 00-A0-3F (hex) COMPUTER SOCIETY MICROPROCESSOR & MICROPROCESSOR STANDARDS C 00A03F (base 16) COMPUTER SOCIETY MICROPROCESSOR & MICROPROCESSOR STANDARDS C % APPLE COMPUTER, INC. CUPERTINO CA 95014 US 00-A0-2D (hex) 1394 Trade Association 00A02D (base 16) 1394 Trade Association 3925 WEST BRAKER LANE AUSTIN TX 78759 US 00-A0-7C (hex) TONYANG NYLON CO., LTD. 00A07C (base 16) TONYANG NYLON CO., LTD. ELECTRONIC RESEARCH LAB ANYANG-CITY, KYUNGKI-DO 430-080 KR 00-A0-9A (hex) NIHON KOHDEN AMERICA 00A09A (base 16) NIHON KOHDEN AMERICA 2446 DUPONT DRIVE IRVINE CA 92715 US 00-A0-93 (hex) B/E AEROSPACE, Inc. 00A093 (base 16) B/E AEROSPACE, Inc. 17481 RED HILL IRVINE CA 92714-5630 US 00-A0-78 (hex) Marconi Communications 00A078 (base 16) Marconi Communications 1000 Fore Drive Warrendale PA 15086-7502 US 00-A0-BF (hex) WIRELESS DATA GROUP MOTOROLA 00A0BF (base 16) WIRELESS DATA GROUP MOTOROLA 1201 E. WILEY ROAD SCHAUMBURG IL 60173 US 00-A0-5F (hex) BTG Electronics Design BV 00A05F (base 16) BTG Electronics Design BV P.O. Box 1543 BA Oud Beijerland NL 00-A0-CD (hex) DR. JOHANNES HEIDENHAIN GmbH 00A0CD (base 16) DR. JOHANNES HEIDENHAIN GmbH DR.-JOHANNES-HEIDENHAIN STR. 83301 TRAUNREUT DE 00-A0-DA (hex) INTEGRATED SYSTEMS Technology, Inc. 00A0DA (base 16) INTEGRATED SYSTEMS Technology, Inc. 4601 PRESIDENTS DRIVE LANHAM MD 20706 US 00-A0-2A (hex) TRANCELL SYSTEMS 00A02A (base 16) TRANCELL SYSTEMS 3180 DE LA CRUZ BLVD.-STE#200 SANTA CLARA CA 95054-2402 US 00-A0-1C (hex) NASCENT NETWORKS CORPORATION 00A01C (base 16) NASCENT NETWORKS CORPORATION 277 MAIN STREET, 3RD FLR. MARLBORO MA 01752 US 00-A0-8F (hex) DESKNET SYSTEMS, INC. 00A08F (base 16) DESKNET SYSTEMS, INC. 80 BUSINESS PARK DRIVE ARMONK NY 10504 US 00-A0-CC (hex) LITE-ON COMMUNICATIONS, INC. 00A0CC (base 16) LITE-ON COMMUNICATIONS, INC. 720 S. HILLVIEW DRIVE MILPITAS CA 95035 US 00-A0-E6 (hex) DIALOGIC CORPORATION 00A0E6 (base 16) DIALOGIC CORPORATION 1515 ROUTE 10 PARSIPPANY NJ 07054 US 00-A0-4A (hex) NISSHIN ELECTRIC CO., LTD. 00A04A (base 16) NISSHIN ELECTRIC CO., LTD. 5, MEOTOGOSHI, MUTSUSHI, AICHI 481 JP 00-A0-35 (hex) CYLINK CORPORATION 00A035 (base 16) CYLINK CORPORATION 3131 JAY STREET SANTA CLARA CA 95054 US 00-A0-3D (hex) OPTO-22 00A03D (base 16) OPTO-22 43044 BUSINESS PARK DR. TEMECULA CA 92590 US 00-A0-56 (hex) MICROPROSS 00A056 (base 16) MICROPROSS 33, RUE GANTOIS 59000 LILLE FR 00-A0-E1 (hex) WESTPORT RESEARCH ASSOCIATES, INC. 00A0E1 (base 16) WESTPORT RESEARCH ASSOCIATES, INC. 6102 ARLINGTON RAYTOWN MO 64133 US 00-A0-B7 (hex) CORDANT, INC. 00A0B7 (base 16) CORDANT, INC. 11400 COMMERCE PARK DR. RESTON VA 22091-1506 US 00-A0-26 (hex) TELDAT, S.A. 00A026 (base 16) TELDAT, S.A. PARQUE TECNOLOGICO MADRID 28760 TACS CAN TOS (MADRID) ES 00-A0-23 (hex) APPLIED CREATIVE TECHNOLOGY, INC. 00A023 (base 16) APPLIED CREATIVE TECHNOLOGY, INC. 2626 LOMBARDY LANE--STE.#107 DALLAS TX 75220 US 00-A0-89 (hex) XPOINT TECHNOLOGIES, INC. 00A089 (base 16) XPOINT TECHNOLOGIES, INC. 902 CLINT MOORE RD.-STE#132 BOCA RATON FL 33487 US 00-A0-07 (hex) APEXX TECHNOLOGY, INC. 00A007 (base 16) APEXX TECHNOLOGY, INC. 506 S. 11TH BOISE ID 83707 US 00-A0-47 (hex) INTEGRATED FITNESS CORP. 00A047 (base 16) INTEGRATED FITNESS CORP. 26 6TH STREET STAMFORD CT 06905 US 00-A0-32 (hex) GES SINGAPORE PTE. LTD. 00A032 (base 16) GES SINGAPORE PTE. LTD. 14 SUNGEI KADUT AVENUE SINGAPORE 2572 SG 00-A0-E3 (hex) XKL SYSTEMS CORP. 00A0E3 (base 16) XKL SYSTEMS CORP. 8420 154TH AVE. NE REDMOND WA 98052 US 00-A0-14 (hex) CSIR 00A014 (base 16) CSIR P.O. BOX 395 SOUTH AFRICA ZA 00-A0-15 (hex) WYLE 00A015 (base 16) WYLE 3000 BOWERS AVENUE SANTA CLARA CA 95051 US 00-A0-6A (hex) Verilink Corporation 00A06A (base 16) Verilink Corporation 127 Jetplex Circle Madison AL 35758 US 00-A0-18 (hex) CREATIVE CONTROLLERS, INC. 00A018 (base 16) CREATIVE CONTROLLERS, INC. 128 KENDRICK LANE PICAYUNE MS 39466 US 00-A0-FE (hex) BOSTON TECHNOLOGY, INC. 00A0FE (base 16) BOSTON TECHNOLOGY, INC. 100 QUANNAPOWITT PARKWAY WAKEFIELD MA 01880 US 00-A0-EB (hex) Encore Networks, Inc. 00A0EB (base 16) Encore Networks, Inc. 3800 Concorde Parkway, Chantilly, VA 20151 US 00-A0-7D (hex) SEEQ TECHNOLOGY, INC. 00A07D (base 16) SEEQ TECHNOLOGY, INC. 47131 BAYSIDE PARKWAY FREMONT CA 94538 US 00-A0-D9 (hex) CONVEX COMPUTER CORPORATION 00A0D9 (base 16) CONVEX COMPUTER CORPORATION 3000 WATERVIEW PARKWAY RICHARDSON TX 75083-3851 US 00-A0-70 (hex) COASTCOM 00A070 (base 16) COASTCOM 1151 HARBOR BAY PARKWAY ALAMEDA CA 94502-6511 US 00-20-DE (hex) JAPAN DIGITAL LABORAT'Y CO.LTD 0020DE (base 16) JAPAN DIGITAL LABORAT'Y CO.LTD JDL KAWASAKI R & D CENTER KANAGAWA-KEN 215 JP 00-20-0B (hex) OCTAGON SYSTEMS CORP. 00200B (base 16) OCTAGON SYSTEMS CORP. 7403 Church Ranch Blvd Westminster CO 80021 US 00-20-94 (hex) CUBIX CORPORATION 002094 (base 16) CUBIX CORPORATION 2800 LOCKHEED WAY CARSON CITY NV 89706 US 00-20-F7 (hex) CYBERDATA CORPORATION 0020F7 (base 16) CYBERDATA CORPORATION 3 Justin Court MONTEREY CA 93940 US 00-20-D7 (hex) JAPAN MINICOMPUTER SYSTEMS CO., Ltd. 0020D7 (base 16) JAPAN MINICOMPUTER SYSTEMS CO., Ltd. 3-33-18 TAKAIDOHIGASHI TOKYO 168 JP 00-20-C3 (hex) COUNTER SOLUTIONS LTD. 0020C3 (base 16) COUNTER SOLUTIONS LTD. 263 HEAGE ROAD RIPLEY, DERBYS DE5 3GH GB 00-20-47 (hex) STEINBRECHER CORP. 002047 (base 16) STEINBRECHER CORP. 30 NORTH AVENUE BURLINGTON MA 01803 US 00-20-D5 (hex) VIPA GMBH 0020D5 (base 16) VIPA GMBH WETTERKREUZ 27 DE 00-20-1A (hex) MRV Communications, Inc. 00201A (base 16) MRV Communications, Inc. 20415 Nordhoff St. Chatsworth CA 91311 US 00-20-F2 (hex) Oracle Corporation 0020F2 (base 16) Oracle Corporation 500 Oracle Parkway Redwood Shores CA 94065 US 00-20-B8 (hex) PRIME OPTION, INC. 0020B8 (base 16) PRIME OPTION, INC. 2341 W. 205TH STREET #116 TORRANCE CA 90501 US 00-20-AD (hex) LINQ SYSTEMS 0020AD (base 16) LINQ SYSTEMS P.O. BOX 11040 TUCSON AZ 85734 US 00-20-7D (hex) ADVANCED COMPUTER APPLICATIONS 00207D (base 16) ADVANCED COMPUTER APPLICATIONS 107 PENNS TRAIL NEWTOWN PA 18940 US 00-20-2F (hex) ZETA COMMUNICATIONS, LTD. 00202F (base 16) ZETA COMMUNICATIONS, LTD. ZENITH HOUSE WREXHAM, CLWYD, LL12 8LX GB 00-20-9A (hex) THE 3DO COMPANY 00209A (base 16) THE 3DO COMPANY 600 GALVESTON DRIVE REDWOOD CITY CA 94063 US 00-20-62 (hex) SCORPION LOGIC, LTD. 002062 (base 16) SCORPION LOGIC, LTD. 19 BROOKSIDE ROAD HERTS WD1 4BW GB 00-20-81 (hex) TITAN ELECTRONICS 002081 (base 16) TITAN ELECTRONICS 3033 SCIENCE PARK ROAD SAN DIEGO CA 92121 US 00-20-D9 (hex) PANASONIC TECHNOLOGIES, INC./MIECO-US 0020D9 (base 16) PANASONIC TECHNOLOGIES, INC./MIECO-US 1703 N. RANDALL RD. ELGIN IL 60123 US 00-20-6F (hex) FLOWPOINT CORPORATION 00206F (base 16) FLOWPOINT CORPORATION 7291 CORONADO DRIVE, STE# 4 SAN JOSE CA 95129 US 00-20-20 (hex) MEGATRON COMPUTER INDUSTRIES PTY, LTD. 002020 (base 16) MEGATRON COMPUTER INDUSTRIES PTY, LTD. AU 00-20-1B (hex) NORTHERN TELECOM/NETWORK 00201B (base 16) NORTHERN TELECOM/NETWORK SYSTEMS CORPORATION CANADA K8N 5B7 CA 00-20-F3 (hex) RAYNET CORPORATION 0020F3 (base 16) RAYNET CORPORATION 155 CONSTITUTION DRIVE MENLO PARK CA 94025 US 00-20-90 (hex) ADVANCED COMPRESSION TECHNOLOGY, INC. 002090 (base 16) ADVANCED COMPRESSION TECHNOLOGY, INC. 820 FLYNN ROAD CAMARILLO CA 93012 US 00-20-C0 (hex) PULSE ELECTRONICS, INC. 0020C0 (base 16) PULSE ELECTRONICS, INC. 5706 FREDERICK AVENUE ROCKVILLE MD 20852 US 00-20-7E (hex) FINECOM CO., LTD. 00207E (base 16) FINECOM CO., LTD. 1108 HWAKOK-DONG, KANGSEO-KU SEOUL KR 00-20-4E (hex) NETWORK SECURITY SYSTEMS, INC. 00204E (base 16) NETWORK SECURITY SYSTEMS, INC. 9401 WAPLES STREET,STE. #100 SAN DIEGO CA 92121 US 00-20-CA (hex) DIGITAL OCEAN 0020CA (base 16) DIGITAL OCEAN 11206 THOMPSON AVENUE LENEXA KS 66219-2303 US 00-20-95 (hex) RIVA ELECTRONICS 002095 (base 16) RIVA ELECTRONICS UNIT 17, BARRSFOLD RD. LANCASHIRE ENGLAND BL5 3XW GB 00-20-FB (hex) OCTEL COMMUNICATIONS CORP. 0020FB (base 16) OCTEL COMMUNICATIONS CORP. 1001 MURPHY RANCH RD MILPITAS CA 95035 US 00-20-70 (hex) HYNET, LTD. 002070 (base 16) HYNET, LTD. 102 JABOTINSKY ST. PETACH TIKVA 49130 IL 00-20-BE (hex) LAN ACCESS CORP. 0020BE (base 16) LAN ACCESS CORP. 2730 MONTEREY STREET, STE.#102 TORRANCE CA 90503 US 00-20-3F (hex) JUKI CORPORATION 00203F (base 16) JUKI CORPORATION 8-2-1 KOKURYO-CHO JP 00-20-A9 (hex) WHITE HORSE INDUSTRIAL 0020A9 (base 16) WHITE HORSE INDUSTRIAL 4F. NO.16, ALLEY 56, LANE 181 TW 00-20-96 (hex) Invensys 002096 (base 16) Invensys Robershaw Industrial Products Marysville TN 37801 US 00-20-4A (hex) PRONET GMBH 00204A (base 16) PRONET GMBH KARLSTRASSE 49 DE 00-20-FF (hex) SYMMETRICAL TECHNOLOGIES 0020FF (base 16) SYMMETRICAL TECHNOLOGIES 500 HUNTMAR PARK DRIVE HERNDON VA 22070 US 00-20-44 (hex) GENITECH PTY LTD 002044 (base 16) GENITECH PTY LTD P.O. BOX 196 AU 00-20-EF (hex) USC CORPORATION 0020EF (base 16) USC CORPORATION 6-4, OSAKI 1-CHOME 141 JP 00-20-30 (hex) ANALOG & DIGITAL SYSTEMS 002030 (base 16) ANALOG & DIGITAL SYSTEMS 1/2 LAVELLE ROAD IN 00-20-AC (hex) INTERFLEX DATENSYSTEME GMBH 0020AC (base 16) INTERFLEX DATENSYSTEME GMBH GROBWIESENSTRASE 24 WESTGERMANY DE 00-20-D8 (hex) Nortel Networks 0020D8 (base 16) Nortel Networks 4401 Great America Pkwy. Santa Clara CA 94588 US 00-20-66 (hex) GENERAL MAGIC, INC. 002066 (base 16) GENERAL MAGIC, INC. 2465 LATHAM STREET MOUNTAIN VIEW CA 94040 US 00-20-01 (hex) DSP SOLUTIONS, INC. 002001 (base 16) DSP SOLUTIONS, INC. 2464 EMBARCADERO WAY PALO ALTO CA 94303 US 00-20-BF (hex) AEHR TEST SYSTEMS 0020BF (base 16) AEHR TEST SYSTEMS 1667 PLYMOUTH STREET MOUNTAIN VIEW CA 94043 US 00-20-53 (hex) HUNTSVILLE MICROSYSTEMS, INC. 002053 (base 16) HUNTSVILLE MICROSYSTEMS, INC. P.O. BOX 12415 HUNTSVILLE AL 35815 US 00-20-A1 (hex) DOVATRON 0020A1 (base 16) DOVATRON PRODUCTS DIVISION LONGMONT CO 80501 US 00-C0-2F (hex) OKUMA CORPORATION 00C02F (base 16) OKUMA CORPORATION OGUCHI-CHO, NIWA-GUN JP 00-C0-1E (hex) LA FRANCAISE DES JEUX 00C01E (base 16) LA FRANCAISE DES JEUX CENTRE DE ROUSSY/DTI FR 00-C0-E1 (hex) SONIC SOLUTIONS 00C0E1 (base 16) SONIC SOLUTIONS 1891 E. FRANCISCO BLVD. SAN RAFAEL CA 94901 US 00-20-36 (hex) BMC SOFTWARE 002036 (base 16) BMC SOFTWARE 1600 CITY WEST BLVD., #1600 HOUSTON TX 77042 US 00-20-F8 (hex) CARRERA COMPUTERS, INC. 0020F8 (base 16) CARRERA COMPUTERS, INC. 23181 VERDUGO DRIVE-STE.#105A LAGUNA HILLS CA 92653 US 00-C0-65 (hex) SCOPE COMMUNICATIONS, INC. 00C065 (base 16) SCOPE COMMUNICATIONS, INC. 100 OTIS STREET NORTHBORO MA 01532 US 00-C0-79 (hex) FONSYS CO.,LTD. 00C079 (base 16) FONSYS CO.,LTD. 209-5, YANGJAE, SEOCHO KOREA KR 00-C0-0F (hex) QUANTUM SOFTWARE SYSTEMS LTD. 00C00F (base 16) QUANTUM SOFTWARE SYSTEMS LTD. 175 TERRENCE MATTHEWS CRESCENT K2L 3T5 CA 00-C0-87 (hex) UUNET TECHNOLOGIES, INC. 00C087 (base 16) UUNET TECHNOLOGIES, INC. 3110 FAIRVIEW PARK DR. #570 FALLS CHURCH VA 22042 US 00-C0-06 (hex) NIPPON AVIONICS CO., LTD. 00C006 (base 16) NIPPON AVIONICS CO., LTD. INDUSTRIAL SYSTEM DIVISION JP 00-C0-A4 (hex) UNIGRAF OY 00C0A4 (base 16) UNIGRAF OY RUUKINTIE 18 FI 00-C0-29 (hex) Nexans Deutschland GmbH - ANS 00C029 (base 16) Nexans Deutschland GmbH - ANS Bonnenbroicher Str. 100 DE 00-C0-FA (hex) CANARY COMMUNICATIONS, INC. 00C0FA (base 16) CANARY COMMUNICATIONS, INC. 1851 ZANKER ROAD SAN JOSE CA 95112-4213 US 00-C0-3A (hex) MEN-MIKRO ELEKTRONIK GMBH 00C03A (base 16) MEN-MIKRO ELEKTRONIK GMBH WIESENTALSTRASSE 40 DE 00-C0-40 (hex) ECCI 00C040 (base 16) ECCI 15070-B AVENUE OF SCIENCE SAN DIEGO CA 92128 US 00-C0-1C (hex) INTERLINK COMMUNICATIONS LTD. 00C01C (base 16) INTERLINK COMMUNICATIONS LTD. BRUNEL ROAD, ENGLAND GB 00-C0-42 (hex) DATALUX CORP. 00C042 (base 16) DATALUX CORP. 2836 CESSNA DRIVE WINCHESTER VA 22601 US 00-C0-71 (hex) AREANEX COMMUNICATIONS, INC. 00C071 (base 16) AREANEX COMMUNICATIONS, INC. 3333 OCTAVIUS DRIVE UNIT C SANTA CLARA CA 95051 US 00-C0-44 (hex) EMCOM CORPORATION 00C044 (base 16) EMCOM CORPORATION 840 AVENUE PLANO TX 75074 US 00-C0-E6 (hex) Verilink Corporation 00C0E6 (base 16) Verilink Corporation 127 Jetplex Circle Madison AL 35758 US 00-C0-96 (hex) TAMURA CORPORATION 00C096 (base 16) TAMURA CORPORATION COMMUNICATION SYSTEMS DIV. JP 00-C0-4E (hex) COMTROL CORPORATION 00C04E (base 16) COMTROL CORPORATION 2675 PATTON ROAD ST. PAUL MN 55113 US 00-C0-3F (hex) STORES AUTOMATED SYSTEMS, INC. 00C03F (base 16) STORES AUTOMATED SYSTEMS, INC. 1360 ADAMS ROAD BENSALEM PA 19020 US 00-C0-36 (hex) RAYTECH ELECTRONIC CORP. 00C036 (base 16) RAYTECH ELECTRONIC CORP. 2F, NO.6, LANE 497 TAIWAN R.O.C. TW 00-C0-A2 (hex) INTERMEDIUM A/S 00C0A2 (base 16) INTERMEDIUM A/S ODINSVEJ 19 DK 00-C0-53 (hex) Aspect Software Inc. 00C053 (base 16) Aspect Software Inc. 6 Technology Park Drive Westford MA 01886 US 00-C0-CC (hex) TELESCIENCES CO SYSTEMS, INC. 00C0CC (base 16) TELESCIENCES CO SYSTEMS, INC. 351 NEW ALBANY RD. MOORESTOWN NJ 08057-1177 US 00-C0-CE (hex) CEI SYSTEMS & ENGINEERING PTE 00C0CE (base 16) CEI SYSTEMS & ENGINEERING PTE BLK 73 #02-18 AYER RAJAH CRESC SINGAPORE 0513 SG 00-40-4F (hex) SPACE & NAVAL WARFARE SYSTEMS 00404F (base 16) SPACE & NAVAL WARFARE SYSTEMS NUWC NEWPORT RI 02841-5047 US 00-40-8F (hex) WM-DATA MINFO AB 00408F (base 16) WM-DATA MINFO AB OLOF ASKLUNDS GATA 14 SE 00-40-D7 (hex) STUDIO GEN INC. 0040D7 (base 16) STUDIO GEN INC. 3-12-8 TAKANAWA #202 JP 00-40-57 (hex) LOCKHEED - SANDERS 004057 (base 16) LOCKHEED - SANDERS DANIEL WEBSTER HIGHWAY SOUTH NASHUA NH 03061-0868 US 00-40-17 (hex) Silex Technology America 004017 (base 16) Silex Technology America 157 West 7065 South Salt Lake City UT 84047 US 00-C0-D9 (hex) QUINTE NETWORK CONFIDENTIALITY 00C0D9 (base 16) QUINTE NETWORK CONFIDENTIALITY EQUIPMENT INC. CANADA K8N 1C3 CA 00-C0-B1 (hex) GENIUS NET CO. 00C0B1 (base 16) GENIUS NET CO. 4F, HANSOO B/D 210-5 SOUTH KOREA KR 00-C0-D2 (hex) SYNTELLECT, INC. 00C0D2 (base 16) SYNTELLECT, INC. 15810 N. 28TH AVENUE PHOENIX AZ 85023 US 00-C0-7E (hex) KUBOTA CORPORATION ELECTRONIC 00C07E (base 16) KUBOTA CORPORATION ELECTRONIC DEVICE DEPT. JAPAN #581 JP 00-C0-DD (hex) QLogic Corporation 00C0DD (base 16) QLogic Corporation 6321 Bury Dr. Eden Prarie MN 55346 US 00-C0-1B (hex) SOCKET COMMUNICATIONS, INC. 00C01B (base 16) SOCKET COMMUNICATIONS, INC. 2823 WHIPPLE RD. UNION CITY CA 94587 US 00-40-6F (hex) SYNC RESEARCH INC. 00406F (base 16) SYNC RESEARCH INC. 7 STUDEBAKER IRVINE CA 92718 US 00-40-F3 (hex) NETCOR 0040F3 (base 16) NETCOR 850 AUBURN COURT FREMONT CA 94538 US 00-40-4B (hex) MAPLE COMPUTER SYSTEMS 00404B (base 16) MAPLE COMPUTER SYSTEMS P.O. BOX 10050 CANADA ALA 4L5 CA 00-40-33 (hex) ADDTRON TECHNOLOGY CO., LTD. 004033 (base 16) ADDTRON TECHNOLOGY CO., LTD. 46560 FREMONT BLVD. #303 FREMONT CA 94538 US 00-C0-8E (hex) NETWORK INFORMATION TECHNOLOGY 00C08E (base 16) NETWORK INFORMATION TECHNOLOGY 10430 S. DE ANZA BLVD. CUPERTINO CA 95014 US 00-C0-C7 (hex) SPARKTRUM MICROSYSTEMS, INC. 00C0C7 (base 16) SPARKTRUM MICROSYSTEMS, INC. 2860 ZANKER ROAD, STE.#210 SAN JOSE CA 95134 US 00-C0-C4 (hex) COMPUTER OPERATIONAL 00C0C4 (base 16) COMPUTER OPERATIONAL REQUIREMENT ANALYSTS LTD GU12 4LZ GU12 4LZ ENGLAND GB 00-C0-12 (hex) NETSPAN CORPORATION 00C012 (base 16) NETSPAN CORPORATION 1411 E. CAMPBELL RD RICHARDSON TX 75081 US 00-40-AD (hex) SMA REGELSYSTEME GMBH 0040AD (base 16) SMA REGELSYSTEME GMBH HANNOVERSCHE STR. 1-5 DE 00-40-6D (hex) LANCO, INC. 00406D (base 16) LANCO, INC. 800 WEST AIRPORT FREEWAY IRVING TX 75062 US 00-40-CD (hex) TERA MICROSYSTEMS, INC. 0040CD (base 16) TERA MICROSYSTEMS, INC. 2500 GREAT AMERICA PARKWAY SANTA CLARA CA 95054 US 00-40-F5 (hex) OEM ENGINES 0040F5 (base 16) OEM ENGINES 1190 DELL AVENUE, STE. CAMPBELL CA 95008 US 00-40-39 (hex) OPTEC DAIICHI DENKO CO., LTD. 004039 (base 16) OPTEC DAIICHI DENKO CO., LTD. FIBER OPTICS & TELECOM. DIV. JAPAN 00-40-79 (hex) JUKO MANUFACTURE COMPANY, LTD. 004079 (base 16) JUKO MANUFACTURE COMPANY, LTD. FLAT C, 3RD FLOOR, CDW BLDG. HONG KONG HK 00-C0-20 (hex) ARCO ELECTRONIC, CONTROL LTD. 00C020 (base 16) ARCO ELECTRONIC, CONTROL LTD. 2750 NORTH 29TH AVE.-STE.#316 HOLLYWOOD FL 33020 US 00-C0-E7 (hex) FIBERDATA AB 00C0E7 (base 16) FIBERDATA AB P.O. BOX 20095 SE 00-C0-5F (hex) FINE-PAL COMPANY LIMITED 00C05F (base 16) FINE-PAL COMPANY LIMITED RM. 9, 11F, KINGSFORD IND. CTR HONG KONG HK 00-40-AE (hex) DELTA CONTROLS, INC. 0040AE (base 16) DELTA CONTROLS, INC. 13520 78TH AVENUE CANADA V3W 8J6 CA 00-40-F6 (hex) KATRON COMPUTERS INC. 0040F6 (base 16) KATRON COMPUTERS INC. 4 FL. NO. 2, ALLEY 23 TAIPEI TAIPEI TAIWAN TW 00-40-86 (hex) MICHELS & KLEBERHOFF COMPUTER 004086 (base 16) MICHELS & KLEBERHOFF COMPUTER GATHE 117 DE 00-40-92 (hex) ASP COMPUTER PRODUCTS, INC. 004092 (base 16) ASP COMPUTER PRODUCTS, INC. 160 SAN GABRIEL DRIVE SUNNYVALE CA 94086 US 00-40-68 (hex) EXTENDED SYSTEMS 004068 (base 16) EXTENDED SYSTEMS 6123 NORTH MEEKER AVENUE BOISE ID 83704 US 00-40-78 (hex) WEARNES AUTOMATION PTE LTD 004078 (base 16) WEARNES AUTOMATION PTE LTD 801 LORONG 7, TOA PAYOH SINGAPORE 1231 SG 00-40-F4 (hex) CAMEO COMMUNICATIONS, INC. 0040F4 (base 16) CAMEO COMMUNICATIONS, INC. 71 SPITBROOK ROAD, STE #410 NASHUA NH 030603 US 00-40-B4 (hex) NEXTCOM K.K. 0040B4 (base 16) NEXTCOM K.K. 1-12-1 SHIBUYA JP 00-40-B0 (hex) BYTEX CORPORATION, ENGINEERING 0040B0 (base 16) BYTEX CORPORATION, ENGINEERING 13873 PARK CENTER ROAD HERNDON VA 22071 US 00-80-D9 (hex) EMK Elektronik GmbH & Co. KG 0080D9 (base 16) EMK Elektronik GmbH & Co. KG Obere Bergstrasse 28 75335 Dobel DE 00-40-59 (hex) YOSHIDA KOGYO K. K. 004059 (base 16) YOSHIDA KOGYO K. K. TECHNICAL RESEARCH DEPT. 939 JP 00-40-95 (hex) R.P.T. INTERGROUPS INT'L LTD. 004095 (base 16) R.P.T. INTERGROUPS INT'L LTD. 9F, 50 MIN CHUAN RD TAIWAN TAIWAN R.O.C. TW 00-40-35 (hex) OPCOM 004035 (base 16) OPCOM 1215 W. CROSBY RD. CARROLLTON TX 75006 US 00-40-5C (hex) FUTURE SYSTEMS, INC. 00405C (base 16) FUTURE SYSTEMS, INC. ROOM 102 DONG BANG B/D, SEOUL 130-080 SEOUL 130-080 KOREA KR 00-40-61 (hex) DATATECH ENTERPRISES CO., LTD. 004061 (base 16) DATATECH ENTERPRISES CO., LTD. (LIN KOU INDUSTRIAL ZONE SEC,4 TAOYUAN COUNTY TAIWAN R.O.C. TW 00-00-8C (hex) Alloy Computer Products (Australia) Pty Ltd 00008C (base 16) Alloy Computer Products (Australia) Pty Ltd Unit 4/585 Blackburn Road Notting Hill Victoria 3168 AU 00-40-B9 (hex) MACQ ELECTRONIQUE SA 0040B9 (base 16) MACQ ELECTRONIQUE SA RUE DE L'AERONEF 2 BE 00-40-BB (hex) GOLDSTAR CABLE CO., LTD. 0040BB (base 16) GOLDSTAR CABLE CO., LTD. 555, HOGYE-DONG, ANYANG-SHI KOREA KR 00-40-B1 (hex) CODONICS INC. 0040B1 (base 16) CODONICS INC. 17991 ENGLEWOOD DRIVE MIDDLEBURG HTS OH 44130 US 00-40-F8 (hex) SYSTEMHAUS DISCOM 0040F8 (base 16) SYSTEMHAUS DISCOM DISTRIBUTED COMPUTING GMBH DE 00-40-D2 (hex) PAGINE CORPORATION 0040D2 (base 16) PAGINE CORPORATION 1961-A CONCOURSE DRIVE SAN JOSE CA 95131 US 00-40-24 (hex) COMPAC INC. 004024 (base 16) COMPAC INC. 16-7 NIHONBASI HAMACHO 3-CHO JP 00-40-E9 (hex) ACCORD SYSTEMS, INC. 0040E9 (base 16) ACCORD SYSTEMS, INC. 572 VALLEY WAY MILPITAS CA 95035 US 00-40-03 (hex) Emerson Process Management Power & Water Solutions, Inc. 004003 (base 16) Emerson Process Management Power & Water Solutions, Inc. 200 Beta Drive PITTSBURGH PA 15238 US 00-40-90 (hex) ANSEL COMMUNICATIONS 004090 (base 16) ANSEL COMMUNICATIONS 1701 JUNCTION COURT SAN JOSE CA 95112 US 00-40-C5 (hex) MICOM COMMUNICATIONS INC. 0040C5 (base 16) MICOM COMMUNICATIONS INC. 4100 LOS ANGELES AVENUE SIMI VALLEY CA 93063 US 00-40-20 (hex) CommScope Inc 004020 (base 16) CommScope Inc Unit 1, Kinmel Park Bodelwyddan RHYL LL18 5TZ GB 00-40-48 (hex) SMD INFORMATICA S.A. 004048 (base 16) SMD INFORMATICA S.A. LARGO MOVIMENTO DAS FORCAS PT 00-40-7C (hex) QUME CORPORATION 00407C (base 16) QUME CORPORATION 500 YOSEMITE DRIVE, M/S-29 MILPITAS CA 95035-5426 US 00-40-7F (hex) FLIR Systems 00407F (base 16) FLIR Systems BOX 3 SE 00-40-2D (hex) HARRIS ADACOM CORPORATION 00402D (base 16) HARRIS ADACOM CORPORATION 1100 VENTURE COURT CARROLLTON TX 75006-5412 US 00-80-A6 (hex) REPUBLIC TECHNOLOGY, INC. 0080A6 (base 16) REPUBLIC TECHNOLOGY, INC. P.O. BOX 141006 AUSTIN TX 78714 US 00-40-DE (hex) Elsag Datamat spa 0040DE (base 16) Elsag Datamat spa ELSAG S.P.A. GENOVA 16154 IT 00-40-C9 (hex) NCUBE 0040C9 (base 16) NCUBE 919 EAST HILLSDALE BLVD. FOSTER CITY CA 94404 US 00-80-32 (hex) ACCESS CO., LTD. 008032 (base 16) ACCESS CO., LTD. HIEI-KUDAN BLDG. B1 JP 00-80-CF (hex) EMBEDDED PERFORMANCE INC. 0080CF (base 16) EMBEDDED PERFORMANCE INC. 3385 SCOTT BLVD. SANTA CLARA CA 95054-3115 US 00-80-90 (hex) MICROTEK INTERNATIONAL, INC. 008090 (base 16) MICROTEK INTERNATIONAL, INC. 3300 NW 211TH TERRACE HILLSBOR OR 97124-7136 US 00-40-44 (hex) QNIX COMPUTER CO., LTD. 004044 (base 16) QNIX COMPUTER CO., LTD. 8,9F KOREAN TEACHER'S MUT.BLDG SEOUL KOREA 150-010 KR 00-80-C4 (hex) DOCUMENT TECHNOLOGIES, INC. 0080C4 (base 16) DOCUMENT TECHNOLOGIES, INC. 1300 CHARLESTON ROAD MOUNTAIN VIEW CA 94043 US 00-80-5B (hex) CONDOR SYSTEMS, INC. 00805B (base 16) CONDOR SYSTEMS, INC. 2133 SAMARILTAN DRIVE SAN JOSE CA 95124 US 00-80-43 (hex) NETWORLD, INC. 008043 (base 16) NETWORLD, INC. KANDA 3 AMEREX BLDG. JP 00-40-DF (hex) DIGALOG SYSTEMS, INC. 0040DF (base 16) DIGALOG SYSTEMS, INC. 3180 SOUTH 166TH STREET NEW BERLIN WI 53151 US 00-40-09 (hex) TACHIBANA TECTRON CO., LTD. 004009 (base 16) TACHIBANA TECTRON CO., LTD. SYSTEMATIC EQUIPMENT DIVISION JP 00-40-A0 (hex) GOLDSTAR CO., LTD. 0040A0 (base 16) GOLDSTAR CO., LTD. 6 GA 3B MUNLAE YEONGDEUNGPO KOREA KR 00-40-FC (hex) IBR COMPUTER TECHNIK GMBH 0040FC (base 16) IBR COMPUTER TECHNIK GMBH FRANKFURTER STR. 114 WEST DE 00-80-AF (hex) ALLUMER CO., LTD. 0080AF (base 16) ALLUMER CO., LTD. 2-8-8 CHUO-CHO, MEGURO-KU JP 00-80-84 (hex) THE CLOUD INC. 008084 (base 16) THE CLOUD INC. CLOUD BLDG. KOREA KR 00-80-F3 (hex) SUN ELECTRONICS CORP. 0080F3 (base 16) SUN ELECTRONICS CORP. 250 ASAHI KOCHINO-CHO 483 JP 00-80-99 (hex) Eaton Industries GmbH 008099 (base 16) Eaton Industries GmbH Hein-Moeller - Straße 7-11 DE 00-80-8D (hex) WESTCOAST TECHNOLOGY B.V. 00808D (base 16) WESTCOAST TECHNOLOGY B.V. P.O. BOX 3317 NL 00-80-BE (hex) ARIES RESEARCH 0080BE (base 16) ARIES RESEARCH 46791 FREMOND BLVD. FREMONT CA 94538 US 00-80-15 (hex) SEIKO SYSTEMS, INC. 008015 (base 16) SEIKO SYSTEMS, INC. 8,Nakase 1-chome,Mihama-ku JP 00-80-D2 (hex) SHINNIHONDENKO CO., LTD. 0080D2 (base 16) SHINNIHONDENKO CO., LTD. 6-8 NISHITENMA 2 CHOME JP 00-80-89 (hex) TECNETICS (PTY) LTD. 008089 (base 16) TECNETICS (PTY) LTD. P.O. BOX/POSBUS 56412 SOUTH AFRICA ZA 00-80-6F (hex) ONELAN LTD. 00806F (base 16) ONELAN LTD. P.O. BOX 107 UNITED KINGDOM GB 00-80-81 (hex) KENDALL SQUARE RESEARCH CORP. 008081 (base 16) KENDALL SQUARE RESEARCH CORP. 170 TRACER LANE WALTHAM MA 02154-1379 US 00-80-9C (hex) LUXCOM, INC. 00809C (base 16) LUXCOM, INC. 3249 LAURELVIEW COURT FREMONT CA 94538 US 00-80-65 (hex) CYBERGRAPHIC SYSTEMS PTY LTD. 008065 (base 16) CYBERGRAPHIC SYSTEMS PTY LTD. 290 BURWOOD ROAD AU 00-80-19 (hex) DAYNA COMMUNICATIONS, INC. 008019 (base 16) DAYNA COMMUNICATIONS, INC. 50 SOUTH MAIN STREET-#530 SALT LAKE CITY UTAH 84144 US 00-80-50 (hex) ZIATECH CORPORATION 008050 (base 16) ZIATECH CORPORATION 3433 ROBERTO COURT SAN LUIS OBISPO CA 93401 US 00-80-A4 (hex) LIBERTY ELECTRONICS 0080A4 (base 16) LIBERTY ELECTRONICS 332 HARBOR WAY SOUTH SAN FRANCISCO CA 94080 US 00-80-CD (hex) MICRONICS COMPUTER, INC. 0080CD (base 16) MICRONICS COMPUTER, INC. 45365 NORTHPORT LOOP WEST FREMONT CA 94538 US 00-80-03 (hex) HYTEC ELECTRONICS LTD. 008003 (base 16) HYTEC ELECTRONICS LTD. 5 CRADOCK ROAD ENGLAND GB 00-80-52 (hex) TECHNICALLY ELITE CONCEPTS 008052 (base 16) TECHNICALLY ELITE CONCEPTS 2615 PACIFIC COAST HIGHWAY HERMOSA BEACH CA 90250 US 00-80-5D (hex) CANSTAR 00805D (base 16) CANSTAR 3900 VICTORIA PARK AVENUE M2H 3H7 CA 00-80-4F (hex) DAIKIN INDUSTRIES, LTD. 00804F (base 16) DAIKIN INDUSTRIES, LTD. ELECTRONICS DIVISION JAPAN 525 JP 00-80-05 (hex) CACTUS COMPUTER INC. 008005 (base 16) CACTUS COMPUTER INC. 1120 METROCREST DRIVE CARROLLTON TX 75006 US 00-80-6D (hex) CENTURY SYSTEMS CORP. 00806D (base 16) CENTURY SYSTEMS CORP. 2-8-12 MINAMI-CHO 185 JP 00-80-94 (hex) ALFA LAVAL AUTOMATION AB 008094 (base 16) ALFA LAVAL AUTOMATION AB ADN SE 00-00-41 (hex) ICE CORPORATION 000041 (base 16) ICE CORPORATION 17945 SKYPARK CIRCLE IRVINE CA 92714 US 00-00-86 (hex) MEGAHERTZ CORPORATION 000086 (base 16) MEGAHERTZ CORPORATION 605 NORTH--5600 WEST SALT LAKE CITY UT 84116-3738 US 00-00-92 (hex) COGENT DATA TECHNOLOGIES 000092 (base 16) COGENT DATA TECHNOLOGIES 640 MULLIS STREET FRIDAY HARBOR WA 98250 US 00-00-58 (hex) RACORE COMPUTER PRODUCTS INC. 000058 (base 16) RACORE COMPUTER PRODUCTS INC. 2355 SOUTH 1070 WEST SALT LAKE CITY UT 84119 US 00-80-74 (hex) FISHER CONTROLS 008074 (base 16) FISHER CONTROLS 1712 CENTRE CREEK DRIVE AUSTIN TX 78754 US 00-80-30 (hex) NEXUS ELECTRONICS 008030 (base 16) NEXUS ELECTRONICS 39 SPRINGFIELD ROAD UNITED KINGDOM GB 00-00-55 (hex) COMMISSARIAT A L`ENERGIE ATOM. 000055 (base 16) COMMISSARIAT A L`ENERGIE ATOM. 31, RUE DE LA FEDERATION FR 00-80-C9 (hex) ALBERTA MICROELECTRONIC CENTRE 0080C9 (base 16) ALBERTA MICROELECTRONIC CENTRE 318, 11315 - 87 AVENUE CA 00-80-0C (hex) VIDECOM LIMITED 00800C (base 16) VIDECOM LIMITED NEWTOWN ESTATE ENGLAND GB 00-80-7D (hex) EQUINOX SYSTEMS INC. 00807D (base 16) EQUINOX SYSTEMS INC. 14260 SW 119TH AVENUE MIAMI FL 33186 US 00-80-63 (hex) Hirschmann Automation and Control GmbH 008063 (base 16) Hirschmann Automation and Control GmbH Stuttgarter Straße 45-51 Neckartenzlingen D-72654 DE 00-80-EE (hex) THOMSON CSF 0080EE (base 16) THOMSON CSF 51 ESPLANADE DU GENERAL FR 00-80-8E (hex) RADSTONE TECHNOLOGY 00808E (base 16) RADSTONE TECHNOLOGY WATER LANE, TOWCESTER ENGLAND GB 00-80-96 (hex) HUMAN DESIGNED SYSTEMS, INC. 008096 (base 16) HUMAN DESIGNED SYSTEMS, INC. 421 FEHELEY DRIVE KING OF PRUSSIA PA 19406 US 00-80-DA (hex) Bruel & Kjaer Sound & Vibration Measurement A/S 0080DA (base 16) Bruel & Kjaer Sound & Vibration Measurement A/S Skodsborgvej 307 DK 00-80-3E (hex) SYNERNETICS 00803E (base 16) SYNERNETICS 85 RANGEWAY ROAD NORTH BILLERICA MA 01862 US 00-80-CE (hex) BROADCAST TELEVISION SYSTEMS 0080CE (base 16) BROADCAST TELEVISION SYSTEMS P.O. BOX 30816 Utah 84130-0816 US 00-80-1A (hex) BELL ATLANTIC 00801A (base 16) BELL ATLANTIC N92 W14612 ANTHONY AVENUE MENOMONEE FALLS WI 53051 US 00-80-DE (hex) GIPSI S.A. 0080DE (base 16) GIPSI S.A. 2,BD VAUBAN - B.P. 268 FR 00-80-02 (hex) SATELCOM (UK) LTD 008002 (base 16) SATELCOM (UK) LTD TECHNOLOGY TRANSFER CENTRE ENGLAND GB 00-80-64 (hex) WYSE TECHNOLOGY LLC 008064 (base 16) WYSE TECHNOLOGY LLC 3471 NORTH FIRST STREET M/S SAN JOSE CA 95134 US 00-80-48 (hex) COMPEX INCORPORATED 008048 (base 16) COMPEX INCORPORATED 4055 EAST LA PALMA ANAHEIM CA 92807 US 00-80-85 (hex) H-THREE SYSTEMS CORPORATION 008085 (base 16) H-THREE SYSTEMS CORPORATION 100 PARK DRIVE, SUITE 204 NC 27709 US 00-80-4C (hex) CONTEC CO., LTD. 00804C (base 16) CONTEC CO., LTD. 3-9-31, HIMESATO JP 00-80-8F (hex) C. ITOH ELECTRONICS, INC. 00808F (base 16) C. ITOH ELECTRONICS, INC. 2505 MCCABE WAY IRVINE CA 92714 US 00-00-52 (hex) Intrusion.com, Inc. 000052 (base 16) Intrusion.com, Inc. 1101 E. ARAPAHO ROAD RICHARDSON TX 75081 00-80-FF (hex) SOC. DE TELEINFORMATIQUE RTC 0080FF (base 16) SOC. DE TELEINFORMATIQUE RTC P.O. BOX 955 PLACE DU PARC CANADA H2W 2N1 00-00-F7 (hex) YOUTH KEEP ENTERPRISE CO LTD 0000F7 (base 16) YOUTH KEEP ENTERPRISE CO LTD 3/F NO. 712 MINTSU E. ROAD ROC TW 00-00-C7 (hex) ARIX CORPORATION 0000C7 (base 16) ARIX CORPORATION ENGINEERING MAIL STOP SUNNYVALE CA 94089 US 00-00-D1 (hex) ADAPTEC INCORPORATED 0000D1 (base 16) ADAPTEC INCORPORATED M/S 180 MILPITAS CA 95035 US 00-00-16 (hex) DU PONT PIXEL SYSTEMS . 000016 (base 16) DU PONT PIXEL SYSTEMS . MEADLAKE PLACE ENGLAND GB 00-00-E1 (hex) GRID SYSTEMS 0000E1 (base 16) GRID SYSTEMS 47211 LAKEVIEW BOULEVARD FREMONT CA 94537-5003 US 00-00-81 (hex) Bay Networks 000081 (base 16) Bay Networks PO Box 58185 Santa Clara CA 95052-8185 US 00-00-29 (hex) IMC NETWORKS CORP. 000029 (base 16) IMC NETWORKS CORP. 16931 MILLIKEN AVE. IRVINE CA 92714-5013 US 00-00-0A (hex) OMRON TATEISI ELECTRONICS CO. 00000A (base 16) OMRON TATEISI ELECTRONICS CO. SECTION NFF, SYSTEM R&D LABS. KYOTO 617 JP 00-00-0D (hex) FIBRONICS LTD. 00000D (base 16) FIBRONICS LTD. MATAM TECHNOLOGY CENTER IL 00-00-24 (hex) CONNECT AS 000024 (base 16) CONNECT AS HOERKAER 7-9 DK 00-00-67 (hex) SOFT * RITE, INC. 000067 (base 16) SOFT * RITE, INC. 15392 ASSEMBLY LANE, UNIT A HUNTINGTON BEACH CA 92649 US 00-00-D2 (hex) SBE, INC. 0000D2 (base 16) SBE, INC. 4550 NORTH CANYON ROAD SAN RAMON CA 94583 US 00-00-37 (hex) OXFORD METRICS LIMITED 000037 (base 16) OXFORD METRICS LIMITED UNIT 8, 7 WEST WAY, UNITED KINGDOM GB 00-00-FB (hex) RECHNER ZUR KOMMUNIKATION 0000FB (base 16) RECHNER ZUR KOMMUNIKATION BITZENSTR. 11 DE 00-00-E2 (hex) ACER TECHNOLOGIES CORP. 0000E2 (base 16) ACER TECHNOLOGIES CORP. 401 CHARCOT AVE. SAN JOSE CA 95131 US 00-00-BA (hex) SIIG, INC. 0000BA (base 16) SIIG, INC. 6078 STEWART AVENUE FREMONT CA 94538 US 00-00-2A (hex) TRW - SEDD/INP 00002A (base 16) TRW - SEDD/INP 1800 GLENN CURTISS STREET CARSON CA 90746 US 00-00-2C (hex) AUTOTOTE LIMITED 00002C (base 16) AUTOTOTE LIMITED 100 BELLEVUE ROAD NEWARK DELAWARE 19714 US 00-00-83 (hex) TADPOLE TECHNOLOGY PLC 000083 (base 16) TADPOLE TECHNOLOGY PLC 137 DITTON WALK ENGLAND GB 00-00-F3 (hex) GANDALF DATA LIMITED 0000F3 (base 16) GANDALF DATA LIMITED 130 COLONNADE ROAD SOUTH CA 00-00-B0 (hex) RND-RAD NETWORK DEVICES 0000B0 (base 16) RND-RAD NETWORK DEVICES ATIDIM TECHNOL'CL BLDG. 1 IL 00-00-CF (hex) HAYES MICROCOMPUTER PRODUCTS 0000CF (base 16) HAYES MICROCOMPUTER PRODUCTS (CANADA) LTD. CA 00-00-56 (hex) DR. B. STRUCK 000056 (base 16) DR. B. STRUCK POB 1147 BAECKERBARG 6 W-GERMANY DE 00-00-6C (hex) Private 00006C (base 16) Private 00-00-A9 (hex) NETWORK SYSTEMS CORP. 0000A9 (base 16) NETWORK SYSTEMS CORP. 7600 BOONE AVENUE NORTH MINNEAPOLIS MN 55428-1099 US 00-00-EF (hex) KTI 0000EF (base 16) KTI 2157 O'TOOLE AVENUE SAN JOSE CA 95131 US 00-00-25 (hex) RAMTEK CORP. 000025 (base 16) RAMTEK CORP. 810 W. MAUDE AVENUE SUNNYVALE CA 94086 US 00-00-AF (hex) Canberra Industries, Inc. 0000AF (base 16) Canberra Industries, Inc. 800 Research Parkway Meriden CT 06450 US 00-00-76 (hex) ABEKAS VIDEO SYSTEM 000076 (base 16) ABEKAS VIDEO SYSTEM 101 GALVESTON DRIVE REDWOOD CITY CA 94063 US 08-00-55 (hex) STANFORD TELECOMM. INC. 080055 (base 16) STANFORD TELECOMM. INC. 1221 CROSSMAN SUNNYVALE CA 94089 US 08-00-53 (hex) MIDDLE EAST TECH. UNIVERSITY 080053 (base 16) MIDDLE EAST TECH. UNIVERSITY DEPARTMENT OF ANKARA TR 08-00-8E (hex) Tandem Computers 08008E (base 16) Tandem Computers 14231 Tendem Blvd. Austin TX 78728 - 6610 US 08-00-84 (hex) TOMEN ELECTRONICS CORP. 080084 (base 16) TOMEN ELECTRONICS CORP. 1-1 UCHISAIWAI-CHO 2CHOME JP 08-00-85 (hex) ELXSI 080085 (base 16) ELXSI 2334 LUNDY PLACE SAN JOSE CA 95131 US 08-00-82 (hex) VERITAS SOFTWARE 080082 (base 16) VERITAS SOFTWARE 4800 GREAT AMERICA PARKWAY SANTA CLARA CA 95054 US 08-00-80 (hex) AES DATA INC. 080080 (base 16) AES DATA INC. 1900 MINNESOTA COURT CANADA L5N L5N 3C9 CA 08-00-77 (hex) TSL COMMUNICATIONS LTD. 080077 (base 16) TSL COMMUNICATIONS LTD. THE LANDSBURY ESTATE ENGLAND GB 08-00-74 (hex) CASIO COMPUTER CO. LTD. 080074 (base 16) CASIO COMPUTER CO. LTD. 3-2-1 SAKAE-CHO 190-11 JP 08-00-6E (hex) MASSCOMP 08006E (base 16) MASSCOMP ONE TECHNOLOGY PARK WESTFORD MA 01886 US 08-00-68 (hex) RIDGE COMPUTERS 080068 (base 16) RIDGE COMPUTERS 2451 MISSION COLLEGE BLVD. SANTA CLARA CA 95054 US 08-00-63 (hex) PLESSEY 080063 (base 16) PLESSEY PLESSEY - UK LIMITED JAMAICA NY 11434 US 08-00-7B (hex) SANYO ELECTRIC CO. LTD. 08007B (base 16) SANYO ELECTRIC CO. LTD. 1-18-13 HASHIRIDANI OSAKA 573 JP 08-00-7C (hex) VITALINK COMMUNICATIONS CORP. 08007C (base 16) VITALINK COMMUNICATIONS CORP. 48761 KATO ROAD FREMONT CA 94538 US 00-00-DF (hex) BELL & HOWELL PUB SYS DIV 0000DF (base 16) BELL & HOWELL PUB SYS DIV OLD MANSFIELD ROAD WOOSTER OH 44691-9050 US 00-00-F9 (hex) QUOTRON SYSTEMS INC. 0000F9 (base 16) QUOTRON SYSTEMS INC. 5454 BEETHOVEN ST. LOS ANGELES CA 90066 US 08-00-60 (hex) INDUSTRIAL NETWORKING INC. 080060 (base 16) INDUSTRIAL NETWORKING INC. 3990 FREEDOM CIRCLE SANTA CLARA CA 95050 US 08-00-4C (hex) HYDRA COMPUTER SYSTEMS INC. 08004C (base 16) HYDRA COMPUTER SYSTEMS INC. 12 MERCER ROAD NATICK MA 01760 US 08-00-47 (hex) SEQUENT COMPUTER SYSTEMS INC. 080047 (base 16) SEQUENT COMPUTER SYSTEMS INC. 15450 S.W. KOLL PARKWAY . BEAVERTON OR 97006 US 08-00-4A (hex) BANYAN SYSTEMS INC. 08004A (base 16) BANYAN SYSTEMS INC. 135 FLANDERS ROAD WESTBORO MA 01581 US 08-00-44 (hex) DAVID SYSTEMS INC. 080044 (base 16) DAVID SYSTEMS INC. 615 TASMAN DRIVE SUNNYVALE CA 94088 US 08-00-41 (hex) RACAL-MILGO INFORMATION SYS.. 080041 (base 16) RACAL-MILGO INFORMATION SYS.. 400 EMBASSY ROW ATLANTA GA 30328 US 08-00-37 (hex) FUJI-XEROX CO. LTD. 080037 (base 16) FUJI-XEROX CO. LTD. ADVANCED TECH & ENG'G CENTER JP 08-00-35 (hex) MICROFIVE CORPORATION 080035 (base 16) MICROFIVE CORPORATION 3560 HYLAND AVENUE COSTA MESA CA 92626 US 08-00-32 (hex) TIGAN INCORPORATED 080032 (base 16) TIGAN INCORPORATED 4020 FABIAN WAY PALO ALTO CA 94303 US 08-00-8D (hex) XYVISION INC. 08008D (base 16) XYVISION INC. 101 EDGEWATER DRIVE WAKEFIELD MA 01880 US 08-00-15 (hex) STC BUSINESS SYSTEMS 080015 (base 16) STC BUSINESS SYSTEMS HOLBROOK HOUSE UNITED KINGDOM GB 08-00-42 (hex) JAPAN MACNICS CORP. 080042 (base 16) JAPAN MACNICS CORP. JP 08-00-66 (hex) AGFA CORPORATION 080066 (base 16) AGFA CORPORATION 200 BALLARDVALE STREET WILMINGTON MA 01887 US 08-00-04 (hex) CROMEMCO INCORPORATED 080004 (base 16) CROMEMCO INCORPORATED 280 BERNARDO AVENUE MOUNTAIN VIEW CA 94043 US 00-01-C8 (hex) CONRAD CORP. 0001C8 (base 16) CONRAD CORP. 08-00-3F (hex) FRED KOSCHARA ENTERPRISES 08003F (base 16) FRED KOSCHARA ENTERPRISES 08-00-0B (hex) UNISYS CORPORATION 08000B (base 16) UNISYS CORPORATION TOWNSHIP LINE ROAD BLUE BELL PA 19424 US 00-DD-01 (hex) UNGERMANN-BASS INC. 00DD01 (base 16) UNGERMANN-BASS INC. 3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US 00-DD-06 (hex) UNGERMANN-BASS INC. 00DD06 (base 16) UNGERMANN-BASS INC. 3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US AA-00-03 (hex) DIGITAL EQUIPMENT CORPORATION AA0003 (base 16) DIGITAL EQUIPMENT CORPORATION LKG 1-2/A19 LITTLETON MA 01460-1289 US 00-00-00 (hex) XEROX CORPORATION 000000 (base 16) XEROX CORPORATION M/S 105-50C WEBSTER NY 14580 US 08-00-21 (hex) 3M COMPANY 080021 (base 16) 3M COMPANY Telecom Division Austin TX 78726-9000 US 02-BB-01 (hex) OCTOTHORPE CORP. 02BB01 (base 16) OCTOTHORPE CORP. 285 WEST GREEN STREET PASADENA CA 91105 US 08-00-8A (hex) PerfTech, Inc. 08008A (base 16) PerfTech, Inc. 613 NW Loop 410 SAN ANTONIO TX 78216 US 00-00-3E (hex) SIMPACT 00003E (base 16) SIMPACT 9210 SKY PARK COURT SAN DIEGO CA 92123 US 00-DD-02 (hex) UNGERMANN-BASS INC. 00DD02 (base 16) UNGERMANN-BASS INC. 3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US 00-DD-04 (hex) UNGERMANN-BASS INC. 00DD04 (base 16) UNGERMANN-BASS INC. 3900 FREEDOM CIRCLE SANTA CLARA CA 95054 US 02-60-86 (hex) LOGIC REPLACEMENT TECH. LTD. 026086 (base 16) LOGIC REPLACEMENT TECH. LTD. 14 ARKWRIGHT ROAD UNITED KINGDOM GB 08-00-30 (hex) CERN 080030 (base 16) CERN CH-1211 GENEVE SUISSE/SWITZ 023 CH 74-DA-88 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 74DA88 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN CC-32-E5 (hex) TP-LINK TECHNOLOGIES CO.,LTD. CC32E5 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 1C-3B-F3 (hex) TP-LINK TECHNOLOGIES CO.,LTD. 1C3BF3 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 3C-86-D1 (hex) vivo Mobile Communication Co., Ltd. 3C86D1 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 30-1B-97 (hex) Lierda Science & Technology Group Co.,Ltd 301B97 (base 16) Lierda Science & Technology Group Co.,Ltd Lierda Science Park?No.1326 WenyiWestRoad Hangzhou ZheJiang 311121 CN 2C-D2-E3 (hex) Guangzhou Aoshi Electronic Co.,Ltd 2CD2E3 (base 16) Guangzhou Aoshi Electronic Co.,Ltd B1,Huachuang industrial park,Jinshan Avenue,Panyu District Guangzhou Guangdong 511450 CN 14-59-C3 (hex) Creative Chips GmbH 1459C3 (base 16) Creative Chips GmbH Im Bubenstück 1 Bingen Rheinland-Pfalz 55411 DE A0-D8-6F (hex) ARGO AI, LLC A0D86F (base 16) ARGO AI, LLC 40, 24th Street, Second Floor Pittsburgh PA 15222 US E4-67-1E (hex) SHEN ZHEN NUO XIN CHENG TECHNOLOGY co., Ltd. E4671E (base 16) SHEN ZHEN NUO XIN CHENG TECHNOLOGY co., Ltd. Building A2 and 1 F/L, Building A1, 9 Wugang Rd, Xikeng Village, Xikeng Community, Henggang Sub-district, Longgang District Shenzhen 518100 CN 68-27-19 (hex) Microchip Technology Inc. 682719 (base 16) Microchip Technology Inc. 2355 W. Chandler Blvd. Chandler AZ 85224 US 24-C1-7A (hex) BEIJING IACTIVE NETWORK CO.,LTD 24C17A (base 16) BEIJING IACTIVE NETWORK CO.,LTD Room 525, Yiquanhui Building, No. 35 Shangdi East Road, Haidian District BEIJING 100085 CN 1C-9C-8C (hex) Juniper Networks 1C9C8C (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US A4-C9-39 (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD A4C939 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 34-D7-72 (hex) Xiamen Yudian Automation Technology Co., Ltd 34D772 (base 16) Xiamen Yudian Automation Technology Co., Ltd No. 17 North Huoju Rd., Huoju Park, Huoju Hi-Tech District XIAMEN FUJIAN 361000 CN C0-DC-DA (hex) Samsung Electronics Co.,Ltd C0DCDA (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 04-B4-29 (hex) Samsung Electronics Co.,Ltd 04B429 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 48-79-4D (hex) Samsung Electronics Co.,Ltd 48794D (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 44-F9-71 (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. 44F971 (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. 3/F, Building R1-B, High-Tech Industrial Park, Nanshan District Shenzhen Guangdong 518057 CN 18-F9-C4 (hex) BAE Systems 18F9C4 (base 16) BAE Systems 21 continental boulevard Merrimack NH 03054 US 60-AB-D2 (hex) Bose Corporation 60ABD2 (base 16) Bose Corporation The Mountain Framingham MA 01701-9168 US F0-EF-86 (hex) Google, Inc. F0EF86 (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US E4-C0-CC (hex) China Mobile Group Device Co.,Ltd. E4C0CC (base 16) China Mobile Group Device Co.,Ltd. 32 Xuanwumen West Street,Xicheng District Beijing 100053 CN 5C-B1-3E (hex) Sagemcom Broadband SAS 5CB13E (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR F4-E5-F2 (hex) HUAWEI TECHNOLOGIES CO.,LTD F4E5F2 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 54-13-10 (hex) HUAWEI TECHNOLOGIES CO.,LTD 541310 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 8C-E5-EF (hex) HUAWEI TECHNOLOGIES CO.,LTD 8CE5EF (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN A4-CD-23 (hex) Shenzhenshi Xinzhongxin Co., Ltd A4CD23 (base 16) Shenzhenshi Xinzhongxin Co., Ltd Building A3, Donghuan Industrial Zone, Nanpu Road, Shajing Town, Baoan District Shenzhen Guangdong 518125 CN B8-3A-5A (hex) Aruba, a Hewlett Packard Enterprise Company B83A5A (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US E4-AA-EA (hex) Liteon Technology Corporation E4AAEA (base 16) Liteon Technology Corporation 4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW A0-94-6A (hex) Shenzhen XGTEC Technology Co,.Ltd. A0946A (base 16) Shenzhen XGTEC Technology Co,.Ltd. Room 312, Changhong Science and Technology Building, No.18, South 12 Rd., High-tech Community, Yuehai Street, Nanshan District, Shenzhen Shenzhen Guangdong 518057 CN 1C-2A-A3 (hex) Shenzhen HongRui Optical Technology Co., Ltd. 1C2AA3 (base 16) Shenzhen HongRui Optical Technology Co., Ltd. B#2F Shuangjinhui Industrial Park, Yonghe Road, Heping Village, Fuyong Town, Bao'an Dis Shenzhen Guangdong 518000 CN 38-8E-7A (hex) AUTOIT 388E7A (base 16) AUTOIT 212, Gasan digital 1-ro Seoul Geumcheon-gu 08502 KR 4C-71-0C (hex) Cisco Systems, Inc 4C710C (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 4C-71-0D (hex) Cisco Systems, Inc 4C710D (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 9C-31-C3 (hex) BSkyB Ltd 9C31C3 (base 16) BSkyB Ltd 130 Kings Road Brentwood Essex 08854 GB 6C-24-A6 (hex) vivo Mobile Communication Co., Ltd. 6C24A6 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 9C-5F-5A (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 9C5F5A (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN E4-47-B3 (hex) zte corporation E447B3 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN FC-DB-21 (hex) SAMSARA NETWORKS INC FCDB21 (base 16) SAMSARA NETWORKS INC 525 York St San Francisco CA 94110 US 60-77-71 (hex) Texas Instruments 607771 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US D8-CF-89 (hex) Beijing DoSee Science and Technology Co., Ltd. D8CF89 (base 16) Beijing DoSee Science and Technology Co., Ltd. Room 819-158,Floor 8,XinCaiLiao Chuangye Building,No.7 FengHuiZhong Road, Haidian District Beijing 100094 CN 04-AA-E1 (hex) BEIJING MICROVISION TECHNOLOGY CO.,LTD 04AAE1 (base 16) BEIJING MICROVISION TECHNOLOGY CO.,LTD ROOM 207-208,2/F,TAIXIANG COMMERCIAL BUILDING,NO.1A,LONGXIANG ROAD,HAIDIAN DISTRICT,BEIJING,P.R.C BEIJING BEIJING 100191 CN 44-DC-4E (hex) ITEL MOBILE LIMITED 44DC4E (base 16) ITEL MOBILE LIMITED RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK 38-2A-19 (hex) Technica Engineering GmbH 382A19 (base 16) Technica Engineering GmbH Leopoldstraße 236 Munich 80807 DE 74-D6-54 (hex) GINT 74D654 (base 16) GINT 9F, 47, Daehak-ro, Youngtong-gu Suwon-si Gyeonggi-do 16225 KR B4-E8-C9 (hex) XADA Technologies B4E8C9 (base 16) XADA Technologies No. 2-2, Xinyi Road Section 5, Lane 150, 1st Floor Taipei City Taipei City 110 TW 7C-21-0E (hex) Cisco Systems, Inc 7C210E (base 16) Cisco Systems, Inc 80 West Tasman Dr. San Jose CA 94568 US 94-2D-DC (hex) Samsung Electronics Co.,Ltd 942DDC (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 54-F2-94 (hex) Huawei Device Co., Ltd. 54F294 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 24-5A-B5 (hex) Samsung Electronics Co.,Ltd 245AB5 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR C0-D2-DD (hex) Samsung Electronics Co.,Ltd C0D2DD (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR AC-1E-92 (hex) Samsung Electronics Co.,LTD AC1E92 (base 16) Samsung Electronics Co.,LTD 129, Samsung-ro, Youngtongl-Gu Suwon 16677 KR 00-68-EB (hex) HP Inc. 0068EB (base 16) HP Inc. 10300 Energy Dr Spring TX 77389 US 7C-B3-7B (hex) Qingdao Intelligent&Precise Electronics Co.,Ltd. 7CB37B (base 16) Qingdao Intelligent&Precise Electronics Co.,Ltd. No.218 Qianwangang Road Qingdao Shangdong 266510 CN 48-4C-86 (hex) Huawei Device Co., Ltd. 484C86 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 88-12-3D (hex) Suzhou Aquila Solutions Inc. 88123D (base 16) Suzhou Aquila Solutions Inc. Room 201, Building 3, 18 Dongchang Road, Suzhou Industry Park, Suzhou, PRC. Zip Code: 215000 Suzhou 215000 CN 48-21-0B (hex) PEGATRON CORPORATION 48210B (base 16) PEGATRON CORPORATION 5F No. 76, Ligong St., Beitou District Taipei City Taiwan 112 TW A0-1C-8D (hex) HUAWEI TECHNOLOGIES CO.,LTD A01C8D (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 7C-31-0E (hex) Cisco Systems, Inc 7C310E (base 16) Cisco Systems, Inc 80 West Tasman Dr. San Jose CA 94568 US F4-DE-AF (hex) HUAWEI TECHNOLOGIES CO.,LTD F4DEAF (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 60-12-3C (hex) HUAWEI TECHNOLOGIES CO.,LTD 60123C (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 48-A5-E7 (hex) Nintendo Co.,Ltd 48A5E7 (base 16) Nintendo Co.,Ltd 11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO 601-8501 JP 08-2C-B6 (hex) Apple, Inc. 082CB6 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F8-4E-73 (hex) Apple, Inc. F84E73 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US B4-26-5D (hex) Taicang T&W Electronics B4265D (base 16) Taicang T&W Electronics 89# Jiang Nan RD Suzhou Jiangsu 215412 CN F0-78-07 (hex) Apple, Inc. F07807 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 3C-CD-36 (hex) Apple, Inc. 3CCD36 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D4-B7-09 (hex) zte corporation D4B709 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 38-14-4E (hex) Fiberhome Telecommunication Technologies Co.,LTD 38144E (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN AC-BD-0B (hex) Leimac Ltd. ACBD0B (base 16) Leimac Ltd. 1551, Sazukawa-chou Moriyama-shi Shiga-ken 524-0215 JP E0-CC-F8 (hex) Xiaomi Communications Co Ltd E0CCF8 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN 98-52-4A (hex) Technicolor CH USA Inc. 98524A (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 38-68-A4 (hex) Samsung Electronics Co.,LTD 3868A4 (base 16) Samsung Electronics Co.,LTD 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR B4-A5-AC (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD B4A5AC (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN 1C-78-4E (hex) China Mobile Iot Limited company 1C784E (base 16) China Mobile Iot Limited company No. 8 Yangliu North Road, Yubei District, Chongqing, China Chong Qing Chong Qing 401120 CN 84-3E-79 (hex) Shenzhen Belon Technology CO.,LTD 843E79 (base 16) Shenzhen Belon Technology CO.,LTD Tsinghua Information Shenzhen Guangdong 518052 CN B8-19-04 (hex) Nokia Shanghai Bell Co., Ltd. B81904 (base 16) Nokia Shanghai Bell Co., Ltd. No.388 Ning Qiao Road,Jin Qiao Pudong Shanghai Shanghai 201206 CN F4-A5-9D (hex) Huawei Device Co., Ltd. F4A59D (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN E0-F4-42 (hex) Huawei Device Co., Ltd. E0F442 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN F0-C4-2F (hex) Huawei Device Co., Ltd. F0C42F (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN C0-B4-7D (hex) Huawei Device Co., Ltd. C0B47D (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 44-46-87 (hex) Realme Chongqing MobileTelecommunications Corp Ltd 444687 (base 16) Realme Chongqing MobileTelecommunications Corp Ltd No.24 Nichang Boulevard, Huixing Block, Yubei District, Chongqing. Chongqing China 401120 CN E8-26-89 (hex) Aruba, a Hewlett Packard Enterprise Company E82689 (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US 20-F3-75 (hex) ARRIS Group, Inc. 20F375 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 84-BB-69 (hex) ARRIS Group, Inc. 84BB69 (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 10-5F-D4 (hex) Tendyron Corporation 105FD4 (base 16) Tendyron Corporation Tendyron Building,Zhongguancun NO.1 Park,Beiqing Road,Haidian District,Beijing,China Beijing 100000 CN 8C-E3-8E (hex) Kioxia Corporation 8CE38E (base 16) Kioxia Corporation 1-21, Shibaura 3-chome Minato-ku Tokyo 108-0023 JP A0-B4-39 (hex) Cisco Systems, Inc A0B439 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US A4-B4-39 (hex) Cisco Systems, Inc A4B439 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 00-10-38 (hex) Micro Research Ltd. 001038 (base 16) Micro Research Ltd. 2F Minami-Shinagawa N Bldg., 2-2-10 Minami-Shinagawa Tokyo Shinagawa-Ku 140-0004 JP E8-1B-4B (hex) amnimo Inc. E81B4B (base 16) amnimo Inc. M21-4, 2-9-32 Nakacho Musashino-shi Tokyo 180-8750 JP CC-F4-11 (hex) Google, Inc. CCF411 (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US 9C-2D-CF (hex) Shishi Tongyun Technology(Chengdu)Co.,Ltd. 9C2DCF (base 16) Shishi Tongyun Technology(Chengdu)Co.,Ltd. No. 1268 Middle Section of Tianfu Avenue, Chengdu High-tech Zone, China (Sichuan) Pilot Free Trade Zone Chengdu Sichuan 610017 CN 94-24-B8 (hex) GREE ELECTRIC APPLIANCES, INC. OF ZHUHAI 9424B8 (base 16) GREE ELECTRIC APPLIANCES, INC. OF ZHUHAI Jinji West Road, Qianshan, Zhuhai Guangdong 519070 CN C8-03-F5 (hex) Ruckus Wireless C803F5 (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 00-0D-0A (hex) Barco Projection Systems NV 000D0A (base 16) Barco Projection Systems NV Beneluxpark 21 Kortrijk West Flanders 8500 BE C4-67-D1 (hex) HUAWEI TECHNOLOGIES CO.,LTD C467D1 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 9C-8A-CB (hex) Juniper Networks 9C8ACB (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US C8-C4-65 (hex) HUAWEI TECHNOLOGIES CO.,LTD C8C465 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 1C-43-63 (hex) HUAWEI TECHNOLOGIES CO.,LTD 1C4363 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 94-29-2F (hex) New H3C Technologies Co., Ltd 94292F (base 16) New H3C Technologies Co., Ltd 466 Changhe Road, Binjiang District Hangzhou Zhejiang 310052 CN D4-9A-A0 (hex) VNPT TECHNOLOGY D49AA0 (base 16) VNPT TECHNOLOGY HoaLac Hi-Tech Park HANOI HANOI 10000 VN F8-0F-F9 (hex) Google, Inc. F80FF9 (base 16) Google, Inc. 1600 Amphitheatre Parkway Mountain View CA 94043 US 8C-5A-C1 (hex) Huawei Device Co., Ltd. 8C5AC1 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN A8-5A-E0 (hex) Huawei Device Co., Ltd. A85AE0 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN A4-B6-1E (hex) Huawei Device Co., Ltd. A4B61E (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN C4-FE-5B (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD C4FE5B (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN C0-39-37 (hex) GREE ELECTRIC APPLIANCES, INC. OF ZHUHAI C03937 (base 16) GREE ELECTRIC APPLIANCES, INC. OF ZHUHAI Jinji West Road, Qianshan, Zhuhai Guangdong 519070 CN B4-4C-3B (hex) Zhejiang Dahua Technology Co., Ltd. B44C3B (base 16) Zhejiang Dahua Technology Co., Ltd. No.1199,Waterfront Road Hangzhou Zhejiang 310053 CN 40-A2-DB (hex) Amazon Technologies Inc. 40A2DB (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 4C-6C-13 (hex) IoT Company Solucoes Tecnologicas Ltda 4C6C13 (base 16) IoT Company Solucoes Tecnologicas Ltda Rua Jordao Schiavetto, 436 - Sala 6 Hortolandia Sao Paulo 13184-080 BR A8-85-D7 (hex) Sangfor Technologies Inc. A885D7 (base 16) Sangfor Technologies Inc. block A1 ?nanshan ipark, No 1001, xueyuan road Shenzhen 518100 CN 44-4A-DB (hex) Apple, Inc. 444ADB (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 84-F8-83 (hex) Luminar Technologies 84F883 (base 16) Luminar Technologies 12601 Research Pkwy Orlando FL 32828-7335 US 9C-A5-13 (hex) Samsung Electronics Co.,Ltd 9CA513 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 10-39-E9 (hex) Juniper Networks 1039E9 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 30-90-48 (hex) Apple, Inc. 309048 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US D4-1F-0C (hex) JAI Manufacturing D41F0C (base 16) JAI Manufacturing 2960-14 Uenojo Nishikata Kushima Miyazaki 888-0004 JP C8-FA-84 (hex) Trusonus corp. C8FA84 (base 16) Trusonus corp. 6F., No.42, Songjiang Rd., Zhongshan Dist Taipei 10455 TW C4-02-E1 (hex) Khwahish Technologies Private Limited C402E1 (base 16) Khwahish Technologies Private Limited Plot # 42, Thirugnana Sambandhar Street, Srinivasa Nagar, Madipakkam Chennai TamilNadu 600091 IN F8-5B-3B (hex) ASKEY COMPUTER CORP F85B3B (base 16) ASKEY COMPUTER CORP 10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN 23585 TW 78-6D-EB (hex) GE Lighting 786DEB (base 16) GE Lighting 1975 Noble Rd East Cleveland OH 44112 US 88-E9-A4 (hex) Hewlett Packard Enterprise 88E9A4 (base 16) Hewlett Packard Enterprise 8000 Foothills Blvd. Roseville CA 95747 US 28-63-BD (hex) APTIV SERVICES US, LLC 2863BD (base 16) APTIV SERVICES US, LLC 5725 Innovation Drive Troy MI 48098 US 1C-72-1D (hex) Dell Inc. 1C721D (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US F4-1C-95 (hex) BEIJING YUNYI TIMES TECHNOLOGY CO,.LTD F41C95 (base 16) BEIJING YUNYI TIMES TECHNOLOGY CO,.LTD Room 2005, 2f, building B, No.1 Kaituo Road, Shangdi Information Industry base, Haidian District BEIJING 100085 CN A0-68-7E (hex) ARRIS Group, Inc. A0687E (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US A8-70-5D (hex) ARRIS Group, Inc. A8705D (base 16) ARRIS Group, Inc. 6450 Sequence Drive San Diego CA 92121 US 54-65-03 (hex) Quectel Wireless Solutions Co., Ltd. 546503 (base 16) Quectel Wireless Solutions Co., Ltd. 7th Floor, Hongye Building, No.1801 Hongmei Road, Xuhui District Shanghai 200233 CN 9C-97-89 (hex) 1MORE 9C9789 (base 16) 1MORE TianliaoBuilding F14, New Materials Industrial Park, Xueyuan Blvd?Nanshan Shenzhen Guangdong 518055 CN 1C-05-B7 (hex) Chongqing Trantor Technology Co., Ltd. 1C05B7 (base 16) Chongqing Trantor Technology Co., Ltd. No.69,Huoju Avenue,Jiulongpo District. Chongqing Chongqing 400050 CN 00-0E-F3 (hex) Smartlabs, Inc. 000EF3 (base 16) Smartlabs, Inc. 1621 Alton Parkway, Suite 100 Irvine CA 92606 US A0-43-B0 (hex) Hangzhou BroadLink Technology Co.,Ltd A043B0 (base 16) Hangzhou BroadLink Technology Co.,Ltd Room 101,1/F,Unit C,Building 1,No.57 Jiang'er Road,Changhe Street,Binjiang District,Hangzhou,Zhejiang,P.R.China Hangzhou Zhejiang 310052 CN 74-AC-B9 (hex) Ubiquiti Networks Inc. 74ACB9 (base 16) Ubiquiti Networks Inc. 2580 Orchard Pkwy San Jose CA 95131 US F4-92-BF (hex) Ubiquiti Networks Inc. F492BF (base 16) Ubiquiti Networks Inc. 2580 Orchard Pkwy San Jose CA 95131 US D8-C5-61 (hex) CommFront Communications Pte Ltd D8C561 (base 16) CommFront Communications Pte Ltd No. 1 Yishun Industrial ST 1, #05-31 A'Posh BizHub SG SG 768160 SG 0C-29-EF (hex) Dell Inc. 0C29EF (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 60-D8-9C (hex) HMD Global Oy 60D89C (base 16) HMD Global Oy Bertel Jungin aukio 9 Espoo 02600 FI F8-2E-8E (hex) Nanjing Kechen Electric Co., Ltd. F82E8E (base 16) Nanjing Kechen Electric Co., Ltd. Room 202, Building 12, No. 50 Daguang road Nanjing 210001 CN B4-C9-B9 (hex) Sichuan AI-Link Technology Co., Ltd. B4C9B9 (base 16) Sichuan AI-Link Technology Co., Ltd. Anzhou, Industrial Park Mianyang Sichuan 622650 CN F0-46-3B (hex) Comcast Cable Corporation F0463B (base 16) Comcast Cable Corporation 1800 Arch Street Philadelphia PA 19103 US 68-D7-9A (hex) Ubiquiti Networks Inc. 68D79A (base 16) Ubiquiti Networks Inc. 2580 Orchard Pkwy San Jose CA 95131 US 1C-63-BF (hex) SHENZHEN BROADTEL TELECOM CO.,LTD 1C63BF (base 16) SHENZHEN BROADTEL TELECOM CO.,LTD No.14-1, Tongqing Road, Baolong street, Longgang District ShenZhen GuangDong 518116 CN AC-36-51 (hex) Jiangsu Hengtong Terahertz Technology Co., Ltd. AC3651 (base 16) Jiangsu Hengtong Terahertz Technology Co., Ltd. Room 1312, Beiyou Technology Building, Haidian District Beijing Beijing 100876 CN 68-4A-76 (hex) eero inc. 684A76 (base 16) eero inc. 660 3rd Street San Francisco CA 94107 US 68-8F-C9 (hex) Zhuolian (Shenzhen) Communication Co., Ltd 688FC9 (base 16) Zhuolian (Shenzhen) Communication Co., Ltd Shengli electromechanical Co., Ltd. 201, No.19, Xixiang section, Guangshen Road, Jingbei community, Xixiang street, Bao'an District Shenzhen Shenzhen 518101 CN F0-81-75 (hex) Sagemcom Broadband SAS F08175 (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR D8-47-32 (hex) TP-LINK TECHNOLOGIES CO.,LTD. D84732 (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 28-64-B0 (hex) Huawei Device Co., Ltd. 2864B0 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 04-F1-69 (hex) Huawei Device Co., Ltd. 04F169 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 50-21-EC (hex) Huawei Device Co., Ltd. 5021EC (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 8C-68-3A (hex) HUAWEI TECHNOLOGIES CO.,LTD 8C683A (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN B4-6E-08 (hex) HUAWEI TECHNOLOGIES CO.,LTD B46E08 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-5E-0C (hex) HMD Global Oy 005E0C (base 16) HMD Global Oy Bertel Jungin aukio 9 Espoo 02600 FI B4-81-07 (hex) SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD B48107 (base 16) SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD Unit East Block22-24/F,Skyworth semiconductor design Bldg., Gaoxin Ave.4.S.,Nanshan District,Shenzhen,China SHENZHEN GUANGDONG 518057 CN 70-66-55 (hex) AzureWave Technology Inc. 706655 (base 16) AzureWave Technology Inc. 8F., No. 94, Baozhong Rd. New Taipei City Taiwan 231 TW 64-7C-34 (hex) Ubee Interactive Co., Limited 647C34 (base 16) Ubee Interactive Co., Limited Flat/RM 1202, 12/F, AT Tower North Point Hong Kong 180 HK 6C-38-A1 (hex) Ubee Interactive Co., Limited 6C38A1 (base 16) Ubee Interactive Co., Limited Flat/RM 1202, 12/F, AT Tower North Point Hong Kong 180 HK 78-53-0D (hex) Shenzhen Skyworth Digital Technology CO., Ltd 78530D (base 16) Shenzhen Skyworth Digital Technology CO., Ltd 4F,Block A, Skyworth?Building, Shenzhen Guangdong 518057 CN 0C-48-C6 (hex) CELESTICA INC. 0C48C6 (base 16) CELESTICA INC. 1900-5140 Yonge Street PO Box 42 Toronto Ontario M2N 6L7 CA A4-29-85 (hex) Sichuan AI-Link Technology Co., Ltd. A42985 (base 16) Sichuan AI-Link Technology Co., Ltd. Anzhou, Industrial Park Mianyang Sichuan 622650 CN 78-AC-44 (hex) Dell Inc. 78AC44 (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US 98-C8-B8 (hex) vivo Mobile Communication Co., Ltd. 98C8B8 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN B8-D4-E7 (hex) Aruba, a Hewlett Packard Enterprise Company B8D4E7 (base 16) Aruba, a Hewlett Packard Enterprise Company 3333 Scott Blvd Santa Clara CA 95054 US D8-4C-90 (hex) Apple, Inc. D84C90 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 24-D0-DF (hex) Apple, Inc. 24D0DF (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 6C-4A-85 (hex) Apple, Inc. 6C4A85 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 28-F0-33 (hex) Apple, Inc. 28F033 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 20-9E-F7 (hex) Extreme Networks, Inc. 209EF7 (base 16) Extreme Networks, Inc. 6480 Via Del Oro San Jose CA 95119 US BC-09-63 (hex) Apple, Inc. BC0963 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 18-58-69 (hex) Sailer Electronic Co., Ltd 185869 (base 16) Sailer Electronic Co., Ltd No. 6, Sanxi Road, Ximagou Industrial Park, Jianxi District Luoyang Henan 471000 CN BC-2D-EF (hex) Realme Chongqing Mobile Telecommunications Corp.,Ltd. BC2DEF (base 16) Realme Chongqing Mobile Telecommunications Corp.,Ltd. No.178 Yulong Avenue, Yufengshan, Yubei District, Chongqing. Chongqing China 401120 CN 78-81-CE (hex) China Mobile Iot Limited company 7881CE (base 16) China Mobile Iot Limited company No. 8 Yangliu North Road, Yubei District, Chongqing, China Chong Qing Chong Qing 401120 CN BC-FF-21 (hex) Smart Code(shenzhen)Technology Co.,Ltd BCFF21 (base 16) Smart Code(shenzhen)Technology Co.,Ltd Room 1206, Satellite Building,2002 Keyuan Road, Nanshan Shenzhen Guangdong (Province) 518000 CN 44-5C-E9 (hex) Samsung Electronics Co.,Ltd 445CE9 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR C0-16-92 (hex) China Mobile Group Device Co.,Ltd. C01692 (base 16) China Mobile Group Device Co.,Ltd. 32 Xuanwumen West Street,Xicheng District Beijing 100053 CN 38-17-30 (hex) Ulrich Lippert GmbH & Co KG 381730 (base 16) Ulrich Lippert GmbH & Co KG Christian-Henkel-Str. 12 Berlin 12349 DE 40-2E-71 (hex) Texas Instruments 402E71 (base 16) Texas Instruments 12500 TI Blvd Dallas TX 75243 US 70-76-DD (hex) OxyGuard Internation A/S 7076DD (base 16) OxyGuard Internation A/S Farum Gydevej 64 Farum DK-3520 DK 94-E9-EE (hex) Huawei Device Co., Ltd. 94E9EE (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 28-E3-4E (hex) HUAWEI TECHNOLOGIES CO.,LTD 28E34E (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN D4-52-EE (hex) BSkyB Ltd D452EE (base 16) BSkyB Ltd 130 Kings Road Brentwood Essex 08854 GB E0-23-FF (hex) Fortinet, Inc. E023FF (base 16) Fortinet, Inc. 899 Kifer Road Sunnyvale 94086 US 8C-59-DC (hex) ASR Microelectronics (Shanghai) Co., Ltd. 8C59DC (base 16) ASR Microelectronics (Shanghai) Co., Ltd. Building 2, NO.399 Keyuan Road,Pudong District Shanghai Shanghai 201210 CN 18-82-8C (hex) Arcadyan Corporation 18828C (base 16) Arcadyan Corporation No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW 9C-F0-29 (hex) Integrated Device Technology (Malaysia) Sdn. Bhd. 9CF029 (base 16) Integrated Device Technology (Malaysia) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY 28-56-C1 (hex) Harman/Becker Automotive Systems GmbH 2856C1 (base 16) Harman/Becker Automotive Systems GmbH 15th Fl, 400 Atlantic Street Stamford CT 06901 US 78-B8-D6 (hex) Zebra Technologies Inc. 78B8D6 (base 16) Zebra Technologies Inc. ONE ZEBRA PLAZA HOLTSVILLE NY 11742 US BC-4A-56 (hex) Cisco Systems, Inc BC4A56 (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US 6C-61-F4 (hex) SFR 6C61F4 (base 16) SFR 12 rue jean-philippe Rameau CS 80001 La plaine saint denis FRANCE 93634 FR F4-90-CB (hex) IEEE Registration Authority F490CB (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 00-10-7F (hex) CRESTRON ELECTRONICS, INC. 00107F (base 16) CRESTRON ELECTRONICS, INC. 15 Volvo Drive Rockleigh NJ 07647 US 00-1B-85 (hex) MAN Energy Solutions 001B85 (base 16) MAN Energy Solutions Teglholmsgade 41 Copenhagen 2450 DK 58-49-3B (hex) Palo Alto Networks 58493B (base 16) Palo Alto Networks 3000 Tannery Way Santa Clara CA 95054 US 00-1B-17 (hex) Palo Alto Networks 001B17 (base 16) Palo Alto Networks 3000 Tannery Way Santa Clara CA 95054 US 58-59-C2 (hex) Extreme Networks, Inc. 5859C2 (base 16) Extreme Networks, Inc. 1011 McCarthy Blvd Milpitas CA 95035 US B8-2F-CB (hex) CMS Electracom B82FCB (base 16) CMS Electracom 24 Binney Road Kings Park NSW 2148 AU 10-CE-45 (hex) Miromico AG 10CE45 (base 16) Miromico AG Gallusstrasse 4 Zurich Zurich CH-8006 CH 78-7D-53 (hex) Extreme Networks, Inc. 787D53 (base 16) Extreme Networks, Inc. 1011 McCarthy Blvd Milpitas CA 95035 US 7C-95-B1 (hex) Extreme Networks, Inc. 7C95B1 (base 16) Extreme Networks, Inc. 1011 McCarthy Blvd Milpitas CA 95035 US EC-68-81 (hex) Palo Alto Networks EC6881 (base 16) Palo Alto Networks 3000 Tannery Way Santa Clara CA 95054 US 78-6D-94 (hex) Palo Alto Networks 786D94 (base 16) Palo Alto Networks 3000 Tannery Way Santa Clara CA 95054 US F8-AF-05 (hex) Huawei Device Co., Ltd. F8AF05 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 4C-FC-AA (hex) Tesla,Inc. 4CFCAA (base 16) Tesla,Inc. 3500 Deer Creek Rd. PALO ALTO CA 94304 US CC-AB-2C (hex) HUMAX Co., Ltd. CCAB2C (base 16) HUMAX Co., Ltd. HUMAX Village, 216, Hwangsaeul-ro, Bu Seongnam-si Gyeonggi-do 463-875 KR 6C-6D-09 (hex) Kyowa Electronics Co.,Ltd. 6C6D09 (base 16) Kyowa Electronics Co.,Ltd. 4-3-31 Takatsukasa Takarazuka Hyogo 665-0051 JP 24-E1-24 (hex) Xiamen Ursalink Technology Co., Ltd. 24E124 (base 16) Xiamen Ursalink Technology Co., Ltd. 4/F, No. 63-2 Wanghai Road, 2nd Software Park Xiamen Fujian 361008 CN 24-43-E2 (hex) DASAN Network Solutions 2443E2 (base 16) DASAN Network Solutions DASAN Tower 8F, 49 Daewangpangyo-ro644beon-gil Bundang-gu Seongnam-si Gyeonggi-do 13493 KR A8-6A-BB (hex) Sagemcom Broadband SAS A86ABB (base 16) Sagemcom Broadband SAS 250, route de l'Empereur Rueil Malmaison Cedex hauts de seine 92848 FR 90-17-3F (hex) HUAWEI TECHNOLOGIES CO.,LTD 90173F (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 54-0E-2D (hex) vivo Mobile Communication Co., Ltd. 540E2D (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN 70-8F-47 (hex) vivo Mobile Communication Co., Ltd. 708F47 (base 16) vivo Mobile Communication Co., Ltd. #283,BBK Road Wusha,Chang'An DongGuan City,Guangdong, 523860 CN A0-FF-70 (hex) Technicolor CH USA Inc. A0FF70 (base 16) Technicolor CH USA Inc. 5030 Sugarloaf Parkway Bldg 6 Lawrenceville GA 30044 US 60-7E-CD (hex) HUAWEI TECHNOLOGIES CO.,LTD 607ECD (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 54-8A-BA (hex) Cisco Systems, Inc 548ABA (base 16) Cisco Systems, Inc 80 West Tasman Drive San Jose CA 94568 US C8-07-39 (hex) NAKAYO Inc C80739 (base 16) NAKAYO Inc 1-3-2, Soja-machi Maebashi-shi Gunma 371-0853 JP 8C-7C-FF (hex) Brocade Communications Systems LLC 8C7CFF (base 16) Brocade Communications Systems LLC 1320 Ridder Park Dr San Jose CA 95131 US AC-3C-8E (hex) Flextronics Computing(Suzhou)Co.,Ltd. AC3C8E (base 16) Flextronics Computing(Suzhou)Co.,Ltd. No.1 GuanPu Road. Guoxiang street , WuZhong District,Suzhou City, Jiangsu Province. Suzhou 215124 CN 40-62-34 (hex) Telink Semiconductor (Shanghai) Co., Ltd. 406234 (base 16) Telink Semiconductor (Shanghai) Co., Ltd. No. 1500 Zuchongzhi Rd, Building #3 Shanghai 201203 CN 88-94-71 (hex) Brocade Communications Systems LLC 889471 (base 16) Brocade Communications Systems LLC 1320 Ridder Park Dr San Jose CA 95131 US 78-A6-E1 (hex) Brocade Communications Systems LLC 78A6E1 (base 16) Brocade Communications Systems LLC 1320 Ridder Park Dr San Jose CA 95131 US 00-94-EC (hex) Huawei Device Co., Ltd. 0094EC (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 74-45-2D (hex) Huawei Device Co., Ltd. 74452D (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN A4-50-06 (hex) SHENZHEN HUACHUANG SHIDAI TECHNOLOGYCO.,LTD A45006 (base 16) SHENZHEN HUACHUANG SHIDAI TECHNOLOGYCO.,LTD longhua dalang huaronglu lianjiangongyeyuan 4-5 shenzhen guangdong 518000 CN C8-71-25 (hex) Johnson Outdoors Marine Electronics d/b/a Minnkota C87125 (base 16) Johnson Outdoors Marine Electronics d/b/a Minnkota 1531 E Madison Ave Mankato MN 56001 US 68-6D-BC (hex) Hangzhou Hikvision Digital Technology Co.,Ltd. 686DBC (base 16) Hangzhou Hikvision Digital Technology Co.,Ltd. No.555 Qianmo Road Hangzhou Zhejiang 310052 CN 80-CF-A2 (hex) Huawei Device Co., Ltd. 80CFA2 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 08-03-42 (hex) Palo Alto Networks 080342 (base 16) Palo Alto Networks 3000 Tannery Way Santa Clara CA 95054 US FC-3D-A5 (hex) Arcadyan Corporation FC3DA5 (base 16) Arcadyan Corporation No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu 30071 TW EC-4F-82 (hex) Calix Inc. EC4F82 (base 16) Calix Inc. 2777 Orchard Pkwy San Jose CA 95131 US 44-65-7F (hex) Calix Inc. 44657F (base 16) Calix Inc. 2777 Orchard Pkwy San Jose CA 95131 US 48-77-46 (hex) Calix Inc. 487746 (base 16) Calix Inc. 2777 Orchard Pkwy San Jose CA 95131 US EC-6C-B5 (hex) zte corporation EC6CB5 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN C0-B1-01 (hex) zte corporation C0B101 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 14-01-52 (hex) Samsung Electronics Co.,Ltd 140152 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR BC-33-AC (hex) Silicon Laboratories BC33AC (base 16) Silicon Laboratories 7000 W. William Cannon Dr. Austin TX 78735 US 94-FB-A7 (hex) IEEE Registration Authority 94FBA7 (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 98-8E-79 (hex) Qudelix, Inc. 988E79 (base 16) Qudelix, Inc. 605-ho, 21, Baekbeom-ro 31-gil, Mapo-gu Seoul 12110 KR 98-F6-21 (hex) Xiaomi Communications Co Ltd 98F621 (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN C0-3E-BA (hex) Dell Inc. C03EBA (base 16) Dell Inc. One Dell Way Round Rock TX 78682 US C0-39-5A (hex) Zhejiang Dahua Technology Co., Ltd. C0395A (base 16) Zhejiang Dahua Technology Co., Ltd. No.1199,Waterfront Road Hangzhou Zhejiang 310053 CN 20-64-CB (hex) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD 2064CB (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG 523860 CN F0-55-01 (hex) Huawei Device Co., Ltd. F05501 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 7C-F2-DD (hex) Vence Corp 7CF2DD (base 16) Vence Corp 16885 W Bernardo Dr., STE 209 San Diego CA 92127 US D0-76-8F (hex) Calix Inc. D0768F (base 16) Calix Inc. 2777 Orchard Pkwy San Jose CA 95131 US 1C-FF-59 (hex) Sichuan Tianyi Comheart Telecom Co., Ltd. 1CFF59 (base 16) Sichuan Tianyi Comheart Telecom Co., Ltd. No.198,First Section,Snow Mountain Avenue, Jinyuan Town, Dayi County Chengdu Sichuan 611330 CN 14-13-FB (hex) HUAWEI TECHNOLOGIES CO.,LTD 1413FB (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 00-E0-B7 (hex) Cosworth Electronics Ltd 00E0B7 (base 16) Cosworth Electronics Ltd The Octagon, St. James Mill Road Northampton Northamptonshire NN5 5RA, GB GB A4-93-40 (hex) Beijing Supvan Information Technology Co.,Ltd. A49340 (base 16) Beijing Supvan Information Technology Co.,Ltd. 206.2/F,Building No.1.No.1 Gaoxin Three Street. Huilongguan Town,Changping District Beijing Beijing 102206 CN F8-E8-77 (hex) Harman/Becker Automotive Systems GmbH F8E877 (base 16) Harman/Becker Automotive Systems GmbH Becker-Göring-Straße 16 Karlsbad Baden-Württemberg 76307 DE A0-9B-12 (hex) China Mobile IOT Company Limited A09B12 (base 16) China Mobile IOT Company Limited NO.8 Yu Ma Road, NanAn Area Chongqing Chongqing 401336 CN 94-08-53 (hex) Liteon Technology Corporation 940853 (base 16) Liteon Technology Corporation 4F, 90, Chien 1 Road New Taipei City Taiwan 23585 TW B4-9E-80 (hex) Sichuan Changhong Electric Ltd. B49E80 (base 16) Sichuan Changhong Electric Ltd. No.35,East MianXin Road,MianYang,Sichaun,China. MianYang SiChuan PRC 621000 CN 00-E2-2C (hex) China Mobile Group Device Co.,Ltd. 00E22C (base 16) China Mobile Group Device Co.,Ltd. 32 Xuanwumen West Street,Xicheng District Beijing 100053 CN 78-11-00 (hex) Quantumsolution 781100 (base 16) Quantumsolution Rm 903, STX V-Tower, 128, Gasandigital 1-ro, Geumcheon-gu Seoul 08507 KR E8-7F-95 (hex) Apple, Inc. E87F95 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 88-C0-8B (hex) Apple, Inc. 88C08B (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US 74-AB-93 (hex) Blink by Amazon 74AB93 (base 16) Blink by Amazon 100 Riverpark Drive North Reading MA 01864 US 7C-A9-6B (hex) Syrotech Networks. Ltd. 7CA96B (base 16) Syrotech Networks. Ltd. UNIT NO.-5 20F, KIN WING INDUSTERIAL BUILDING,33 KIN WING STREET TUEN MUN 999077 HK 98-06-3C (hex) Samsung Electronics Co.,Ltd 98063C (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR 38-DE-AD (hex) Intel Corporate 38DEAD (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY D4-6D-6D (hex) Intel Corporate D46D6D (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY B4-69-21 (hex) Intel Corporate B46921 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY F8-F2-1E (hex) Intel Corporate F8F21E (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 74-A7-EA (hex) Amazon Technologies Inc. 74A7EA (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 4C-7C-D9 (hex) Apple, Inc. 4C7CD9 (base 16) Apple, Inc. 1 Infinite Loop Cupertino CA 95014 US F0-D7-AF (hex) IEEE Registration Authority F0D7AF (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 84-EA-ED (hex) Roku, Inc 84EAED (base 16) Roku, Inc 150 Winchester Circle Los Gatos CA 95032 US 7C-B2-7D (hex) Intel Corporate 7CB27D (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 04-ED-33 (hex) Intel Corporate 04ED33 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 5C-80-B6 (hex) Intel Corporate 5C80B6 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 84-C5-A6 (hex) Intel Corporate 84C5A6 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY AC-67-5D (hex) Intel Corporate AC675D (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY F8-E4-E3 (hex) Intel Corporate F8E4E3 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY D8-4F-37 (hex) Proxis, spol. s r.o. D84F37 (base 16) Proxis, spol. s r.o. Slovenska 1 Bardejov PSK 08501 SK AC-12-03 (hex) Intel Corporate AC1203 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY DC-1B-A1 (hex) Intel Corporate DC1BA1 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 5C-A5-BC (hex) eero inc. 5CA5BC (base 16) eero inc. 660 3rd Street San Francisco 94107 US 04-33-C2 (hex) Intel Corporate 0433C2 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY C8-58-C0 (hex) Intel Corporate C858C0 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 64-BC-58 (hex) Intel Corporate 64BC58 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY A4-C3-F0 (hex) Intel Corporate A4C3F0 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY 50-76-AF (hex) Intel Corporate 5076AF (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY DC-91-BF (hex) Amazon Technologies Inc. DC91BF (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 98-C9-7C (hex) Shenzhen iComm Semiconductor CO,LTD 98C97C (base 16) Shenzhen iComm Semiconductor CO,LTD Room 504A,Block B,Digital Building,Garden City,No.1079 Nanhai Road,Nanshan District,Shenzhen shenzhen Guangdong 518067 CN E0-92-A7 (hex) Feitian Technologies Co., Ltd E092A7 (base 16) Feitian Technologies Co., Ltd Floor 17, Tower B, Huizhi Mansion, No.9 Xueqing Rd, Haidian District Beijing 100085 CN 08-B0-A7 (hex) Truebeyond Co., Ltd 08B0A7 (base 16) Truebeyond Co., Ltd D-906, 60, Haan-ro Gwangmyeong Gyeonggi 14322 KR C0-63-69 (hex) BINXIN TECHNOLOGY(ZHEJIANG) LTD. C06369 (base 16) BINXIN TECHNOLOGY(ZHEJIANG) LTD. B4066 Haichuang Park,368 Liuhe Road, Binjiang District Hangzhou Zhejiang 310051 CN 18-41-FE (hex) Digital 14 1841FE (base 16) Digital 14 Elektroniikkatie 8 Oulu 90590 FI 6C-CE-44 (hex) 1MORE 6CCE44 (base 16) 1MORE TianliaoBuilding F14?New Materials Industrial Park,Xueyuan Blvd,Nanshan Shenzhen Guangdong 518055 CN B0-76-1B (hex) HUAWEI TECHNOLOGIES CO.,LTD B0761B (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN A4-11-62 (hex) Arlo Technology A41162 (base 16) Arlo Technology 3030 Orchard Parkway San Jose CA 95134 US 00-1D-05 (hex) Cooper Lighting Solutions 001D05 (base 16) Cooper Lighting Solutions 1121 Highway 74 S Peachtree City GA 30269 US 8C-0E-60 (hex) Nanjing Juplink Intelligent Technologies Co., Ltd. 8C0E60 (base 16) Nanjing Juplink Intelligent Technologies Co., Ltd. No. 757 Dixiu Road, Binjiang Economic Development Zone, Jiangning District Nanjing Jiangsu 211100 CN 18-AB-1D (hex) Samsung Electronics Co.,Ltd 18AB1D (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR BC-E9-2F (hex) HP Inc. BCE92F (base 16) HP Inc. 10300 Energy Dr Spring TX 77389 US 84-37-D5 (hex) Samsung Electronics Co.,Ltd 8437D5 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 34-82-C5 (hex) Samsung Electronics Co.,Ltd 3482C5 (base 16) Samsung Electronics Co.,Ltd #94-1, Imsoo-Dong Gumi Gyeongbuk 730-350 KR 34-0A-33 (hex) D-Link International 340A33 (base 16) D-Link International 1 Internal Business Park, #03-12,The Synergy, Singapore Singapore Singapore 609917 SG 84-D8-1B (hex) TP-LINK TECHNOLOGIES CO.,LTD. 84D81B (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 7C-2A-DB (hex) Xiaomi Communications Co Ltd 7C2ADB (base 16) Xiaomi Communications Co Ltd The Rainbow City of China Resources NO.68, Qinghe Middle Street Haidian District, Beijing 100085 CN E8-A2-45 (hex) Juniper Networks E8A245 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 88-29-49 (hex) Renesas Electronics (Penang) Sdn. Bhd. 882949 (base 16) Renesas Electronics (Penang) Sdn. Bhd. Phase 3, Bayan Lepas FIZ Bayan Lepas Penang 11900 MY F8-64-B8 (hex) zte corporation F864B8 (base 16) zte corporation 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong 518057 CN 14-51-20 (hex) Huawei Device Co., Ltd. 145120 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN C0-D1-93 (hex) Huawei Device Co., Ltd. C0D193 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 3C-84-6A (hex) TP-LINK TECHNOLOGIES CO.,LTD. 3C846A (base 16) TP-LINK TECHNOLOGIES CO.,LTD. Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan Shenzhen Guangdong 518057 CN 78-04-E3 (hex) Huawei Device Co., Ltd. 7804E3 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN A4-3B-0E (hex) Huawei Device Co., Ltd. A43B0E (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 24-A1-60 (hex) Espressif Inc. 24A160 (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN DC-AE-EB (hex) Ruckus Wireless DCAEEB (base 16) Ruckus Wireless 350 West Java Drive Sunnyvale CA 94089 US 24-81-C7 (hex) Huawei Device Co., Ltd. 2481C7 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN FC-86-2A (hex) Huawei Device Co., Ltd. FC862A (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 1C-3D-2F (hex) HUAWEI TECHNOLOGIES CO.,LTD 1C3D2F (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN EC-75-3E (hex) HUAWEI TECHNOLOGIES CO.,LTD EC753E (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 90-91-64 (hex) ChongQing Lavid Technology Co., Ltd. 909164 (base 16) ChongQing Lavid Technology Co., Ltd. Plant No. 3, Block M2, Photoelectric Park, Wuqiao Lianhe Economic Development Zone, Wanzhou District Chongqing 404100 CN EC-DB-86 (hex) API-K ECDB86 (base 16) API-K ZA Tire Poix Saint Vincent de Mercuze Isère 38660 FR 48-43-DD (hex) Amazon Technologies Inc. 4843DD (base 16) Amazon Technologies Inc. P.O Box 8102 Reno NV 89507 US 08-38-69 (hex) Hong Kong AMobile Intelligent Corp. Limited Taiwan Branch 083869 (base 16) Hong Kong AMobile Intelligent Corp. Limited Taiwan Branch 8F.-1, No.700, Zhongzheng Rd., Zhonghe Dist. New Taipei City 235 23552 TW D8-9E-D4 (hex) Fiberhome Telecommunication Technologies Co.,LTD D89ED4 (base 16) Fiberhome Telecommunication Technologies Co.,LTD No.5 DongXin Road Wuhan Hubei 430074 CN 84-03-28 (hex) Juniper Networks 840328 (base 16) Juniper Networks 1133 Innovation Way Sunnyvale CA 94089 US 08-9B-B9 (hex) Nokia 089BB9 (base 16) Nokia Karaportti 3 Espoo Finland 02610 FI 00-1C-FC (hex) Sumitomo Electric Industries, Ltd 001CFC (base 16) Sumitomo Electric Industries, Ltd 1-1-3, Shimaya, Konohana-ku Osaka 554-0024 JP 00-16-36 (hex) Quanta Computer Inc. 001636 (base 16) Quanta Computer Inc. No. 211, Wen Hwa 2Rd., Kuei Shan Hsiang Tao Yuan Shien 0000 TW 54-F1-5F (hex) Sichuan AI-Link Technology Co., Ltd. 54F15F (base 16) Sichuan AI-Link Technology Co., Ltd. Anzhou, Industrial Park Mianyang Sichuan 622650 CN E0-79-C4 (hex) iRay Technology Company Limited E079C4 (base 16) iRay Technology Company Limited Building 45, No. 1000, Jinhai RD., Pudong New Area Shanghai 201206 CN 88-40-67 (hex) infomark 884067 (base 16) infomark 3F. Humaxvillage, 216 Hwangsaeul-ro Seongnam-si 13595 KR AC-95-72 (hex) Jovision Technology Co., Ltd. AC9572 (base 16) Jovision Technology Co., Ltd. Floor 12, Building 3, Aosheng Square, No.1166 Xinluo Street Jinan Shandong 250101 CN 40-D2-5F (hex) ITEL MOBILE LIMITED 40D25F (base 16) ITEL MOBILE LIMITED RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON 999077 HK A8-03-2A (hex) Espressif Inc. A8032A (base 16) Espressif Inc. Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai 201203 CN 00-19-F5 (hex) Imagination Technologies Ltd 0019F5 (base 16) Imagination Technologies Ltd Home Park Estate Kings Langley Hertfordshire WD4 8LZ GB 00-CB-BD (hex) Cambridge Broadband Networks Group 00CBBD (base 16) Cambridge Broadband Networks Group 1 Hammersmith Broadway London W6 9DL GB 58-94-A2 (hex) KETEK GmbH 5894A2 (base 16) KETEK GmbH Hofer Str. 3 München 81737 DE 4C-22-19 (hex) YUANFUDAO HK LIMTED 4C2219 (base 16) YUANFUDAO HK LIMTED Building C, global creative center, No. 10, Furong street Beijing 100102 CN 54-D9-C6 (hex) Huawei Device Co., Ltd. 54D9C6 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 30-8A-F7 (hex) Huawei Device Co., Ltd. 308AF7 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 64-E7-D8 (hex) Samsung Electronics Co.,Ltd 64E7D8 (base 16) Samsung Electronics Co.,Ltd 129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do 16677 KR D8-EF-42 (hex) Huawei Device Co., Ltd. D8EF42 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 80-CC-12 (hex) Huawei Device Co., Ltd. 80CC12 (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN 18-AA-0F (hex) Huawei Device Co., Ltd. 18AA0F (base 16) Huawei Device Co., Ltd. No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong 523808 CN B0-A4-60 (hex) Intel Corporate B0A460 (base 16) Intel Corporate Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah 09000 MY AC-9A-96 (hex) Maxlinear, Inc AC9A96 (base 16) Maxlinear, Inc Am Campeon 3 Neubiberg Bavaria 85579 DE 00-E4-06 (hex) HUAWEI TECHNOLOGIES CO.,LTD 00E406 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 44-22-7C (hex) HUAWEI TECHNOLOGIES CO.,LTD 44227C (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN CC-B1-82 (hex) HUAWEI TECHNOLOGIES CO.,LTD CCB182 (base 16) HUAWEI TECHNOLOGIES CO.,LTD No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan 523808 CN 48-90-2F (hex) LG Electronics (Mobile Communications) 48902F (base 16) LG Electronics (Mobile Communications) 60-39, Gasan-dong, Geumcheon-gu Seoul 153-801 KR 28-B7-7C (hex) IEEE Registration Authority 28B77C (base 16) IEEE Registration Authority 445 Hoes Lane Piscataway NJ 08554 US 68-D6-ED (hex) GooWi Wireless Technology Co., Limited 68D6ED (base 16) GooWi Wireless Technology Co., Limited RM402 Building212, Tairan Technology Park, Futian District Shenzhen Guangdong 518000 CN ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592822483.0 netaddr-0.8.0/netaddr/fbsocket.py0000644000076500000240000002006700000000000017006 0ustar00kubastaff00000000000000#----------------------------------------------------------------------------- # Copyright (c) 2008 by David P. D. Moss. All rights reserved. # # Released under the BSD license. See the LICENSE file for details. #----------------------------------------------------------------------------- """Fallback routines for Python's standard library socket module""" from struct import unpack as _unpack, pack as _pack from netaddr.compat import _bytes_join, _is_str AF_INET = 2 AF_INET6 = 10 def inet_ntoa(packed_ip): """ Convert an IP address from 32-bit packed binary format to string format. """ if not _is_str(packed_ip): raise TypeError('string type expected, not %s' % type(packed_ip)) if len(packed_ip) != 4: raise ValueError('invalid length of packed IP address string') return '%d.%d.%d.%d' % _unpack('4B', packed_ip) def _compact_ipv6_tokens(tokens): new_tokens = [] positions = [] start_index = None num_tokens = 0 # Discover all runs of zeros. for idx, token in enumerate(tokens): if token == '0': if start_index is None: start_index = idx num_tokens += 1 else: if num_tokens > 1: positions.append((num_tokens, start_index)) start_index = None num_tokens = 0 new_tokens.append(token) # Store any position not saved before loop exit. if num_tokens > 1: positions.append((num_tokens, start_index)) # Replace first longest run with an empty string. if len(positions) != 0: # Locate longest, left-most run of zeros. positions.sort(key=lambda x: x[1]) best_position = positions[0] for position in positions: if position[0] > best_position[0]: best_position = position # Replace chosen zero run. (length, start_idx) = best_position new_tokens = new_tokens[0:start_idx] + [''] + new_tokens[start_idx + length:] # Add start and end blanks so join creates '::'. if new_tokens[0] == '': new_tokens.insert(0, '') if new_tokens[-1] == '': new_tokens.append('') return new_tokens def inet_ntop(af, packed_ip): """Convert an packed IP address of the given family to string format.""" if af == AF_INET: # IPv4. return inet_ntoa(packed_ip) elif af == AF_INET6: # IPv6. if len(packed_ip) != 16 or not _is_str(packed_ip): raise ValueError('invalid length of packed IP address string') tokens = ['%x' % i for i in _unpack('>8H', packed_ip)] # Convert packed address to an integer value. words = list(_unpack('>8H', packed_ip)) int_val = 0 for i, num in enumerate(reversed(words)): word = num word = word << 16 * i int_val = int_val | word if 0xffff < int_val <= 0xffffffff or int_val >> 32 == 0xffff: # IPv4 compatible / mapped IPv6. packed_ipv4 = _pack('>2H', *[int(i, 16) for i in tokens[-2:]]) ipv4_str = inet_ntoa(packed_ipv4) tokens = tokens[0:-2] + [ipv4_str] return ':'.join(_compact_ipv6_tokens(tokens)) else: raise ValueError('unknown address family %d' % af) def _inet_pton_af_inet(ip_string): """ Convert an IP address in string format (123.45.67.89) to the 32-bit packed binary format used in low-level network functions. Differs from inet_aton by only support decimal octets. Using octal or hexadecimal values will raise a ValueError exception. """ #TODO: optimise this ... use inet_aton with mods if available ... if _is_str(ip_string): invalid_addr = ValueError('illegal IP address string %r' % ip_string) # Support for hexadecimal and octal octets. tokens = ip_string.split('.') # Pack octets. if len(tokens) == 4: words = [] for token in tokens: if token.startswith('0x') or (token.startswith('0') and len(token) > 1): raise invalid_addr try: octet = int(token) except ValueError: raise invalid_addr if (octet >> 8) != 0: raise invalid_addr words.append(_pack('B', octet)) return _bytes_join(words) else: raise invalid_addr raise ValueError('argument should be a string, not %s' % type(ip_string)) def inet_pton(af, ip_string): """ Convert an IP address from string format to a packed string suitable for use with low-level network functions. """ if af == AF_INET: # IPv4. return _inet_pton_af_inet(ip_string) elif af == AF_INET6: invalid_addr = ValueError('illegal IP address string %r' % ip_string) # IPv6. values = [] if not _is_str(ip_string): raise invalid_addr if 'x' in ip_string: # Don't accept hextets with the 0x prefix. raise invalid_addr if '::' in ip_string: if ip_string == '::': # Unspecified address. return '\x00'.encode() * 16 # IPv6 compact mode. try: prefix, suffix = ip_string.split('::') except ValueError: raise invalid_addr l_prefix = [] l_suffix = [] if prefix != '': l_prefix = prefix.split(':') if suffix != '': l_suffix = suffix.split(':') # IPv6 compact IPv4 compatibility mode. if len(l_suffix) and '.' in l_suffix[-1]: ipv4_str = _inet_pton_af_inet(l_suffix.pop()) l_suffix.append('%x' % _unpack('>H', ipv4_str[0:2])[0]) l_suffix.append('%x' % _unpack('>H', ipv4_str[2:4])[0]) token_count = len(l_prefix) + len(l_suffix) if not 0 <= token_count <= 8 - 1: raise invalid_addr gap_size = 8 - ( len(l_prefix) + len(l_suffix) ) values = ( [_pack('>H', int(i, 16)) for i in l_prefix] + ['\x00\x00'.encode() for i in range(gap_size)] + [_pack('>H', int(i, 16)) for i in l_suffix] ) try: for token in l_prefix + l_suffix: word = int(token, 16) if not 0 <= word <= 0xffff: raise invalid_addr except ValueError: raise invalid_addr else: # IPv6 verbose mode. if ':' in ip_string: tokens = ip_string.split(':') if '.' in ip_string: ipv6_prefix = tokens[:-1] if ipv6_prefix[:-1] != ['0', '0', '0', '0', '0']: raise invalid_addr if ipv6_prefix[-1].lower() not in ('0', 'ffff'): raise invalid_addr # IPv6 verbose IPv4 compatibility mode. if len(tokens) != 7: raise invalid_addr ipv4_str = _inet_pton_af_inet(tokens.pop()) tokens.append('%x' % _unpack('>H', ipv4_str[0:2])[0]) tokens.append('%x' % _unpack('>H', ipv4_str[2:4])[0]) values = [_pack('>H', int(i, 16)) for i in tokens] else: # IPv6 verbose mode. if len(tokens) != 8: raise invalid_addr try: tokens = [int(token, 16) for token in tokens] for token in tokens: if not 0 <= token <= 0xffff: raise invalid_addr except ValueError: raise invalid_addr values = [_pack('>H', i) for i in tokens] else: raise invalid_addr return _bytes_join(values) else: raise ValueError('Unknown address family %d' % af) ././@PaxHeader0000000000000000000000000000003400000000000011452 xustar000000000000000028 mtime=1593787414.5871482 netaddr-0.8.0/netaddr/ip/0000755000076500000240000000000000000000000015237 5ustar00kubastaff00000000000000././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1593787319.0 netaddr-0.8.0/netaddr/ip/__init__.py0000644000076500000240000020561400000000000017360 0ustar00kubastaff00000000000000#----------------------------------------------------------------------------- # Copyright (c) 2008 by David P. D. Moss. All rights reserved. # # Released under the BSD license. See the LICENSE file for details. #----------------------------------------------------------------------------- """Routines for IPv4 and IPv6 addresses, subnets and ranges.""" import sys as _sys from netaddr.core import AddrFormatError, AddrConversionError, num_bits, \ DictDotLookup, NOHOST, N, INET_PTON, P, ZEROFILL, Z from netaddr.strategy import ipv4 as _ipv4, ipv6 as _ipv6 from netaddr.compat import _sys_maxint, _iter_next, _iter_range, _is_str, _int_type, \ _str_type class BaseIP(object): """ An abstract base class for common operations shared between various IP related subclasses. """ __slots__ = ('_value', '_module', '__weakref__') def __init__(self): """Constructor.""" self._value = None self._module = None def _set_value(self, value): if not isinstance(value, _int_type): raise TypeError('int argument expected, not %s' % type(value)) if not 0 <= value <= self._module.max_int: raise AddrFormatError('value out of bounds for an %s address!' \ % self._module.family_name) self._value = value value = property(lambda self: self._value, _set_value, doc='a positive integer representing the value of IP address/subnet.') def key(self): """ :return: a key tuple that uniquely identifies this IP address. """ return NotImplemented def sort_key(self): """ :return: A key tuple used to compare and sort this `IPAddress` correctly. """ return NotImplemented def __hash__(self): """ :return: A hash value uniquely indentifying this IP object. """ return hash(self.key()) def __eq__(self, other): """ :param other: an `IPAddress` or `IPNetwork` object. :return: ``True`` if this `IPAddress` or `IPNetwork` object is equivalent to ``other``, ``False`` otherwise. """ try: return self.key() == other.key() except (AttributeError, TypeError): return NotImplemented def __ne__(self, other): """ :param other: an `IPAddress` or `IPNetwork` object. :return: ``True`` if this `IPAddress` or `IPNetwork` object is not equivalent to ``other``, ``False`` otherwise. """ try: return self.key() != other.key() except (AttributeError, TypeError): return NotImplemented def __lt__(self, other): """ :param other: an `IPAddress` or `IPNetwork` object. :return: ``True`` if this `IPAddress` or `IPNetwork` object is less than ``other``, ``False`` otherwise. """ try: return self.sort_key() < other.sort_key() except (AttributeError, TypeError): return NotImplemented def __le__(self, other): """ :param other: an `IPAddress` or `IPNetwork` object. :return: ``True`` if this `IPAddress` or `IPNetwork` object is less than or equal to ``other``, ``False`` otherwise. """ try: return self.sort_key() <= other.sort_key() except (AttributeError, TypeError): return NotImplemented def __gt__(self, other): """ :param other: an `IPAddress` or `IPNetwork` object. :return: ``True`` if this `IPAddress` or `IPNetwork` object is greater than ``other``, ``False`` otherwise. """ try: return self.sort_key() > other.sort_key() except (AttributeError, TypeError): return NotImplemented def __ge__(self, other): """ :param other: an `IPAddress` or `IPNetwork` object. :return: ``True`` if this `IPAddress` or `IPNetwork` object is greater than or equal to ``other``, ``False`` otherwise. """ try: return self.sort_key() >= other.sort_key() except (AttributeError, TypeError): return NotImplemented def is_unicast(self): """:return: ``True`` if this IP is unicast, ``False`` otherwise""" return not self.is_multicast() def is_multicast(self): """:return: ``True`` if this IP is multicast, ``False`` otherwise""" if self._module == _ipv4: return self in IPV4_MULTICAST elif self._module == _ipv6: return self in IPV6_MULTICAST def is_loopback(self): """ :return: ``True`` if this IP is loopback address (not for network transmission), ``False`` otherwise. References: RFC 3330 and 4291. """ if self._module.version == 4: return self in IPV4_LOOPBACK elif self._module.version == 6: return self == IPV6_LOOPBACK def is_private(self): """ :return: ``True`` if this IP is for internal/private use only (i.e. non-public), ``False`` otherwise. Reference: RFCs 1918, 3330, 4193, 3879 and 2365. """ if self._module.version == 4: for cidr in IPV4_PRIVATE: if self in cidr: return True elif self._module.version == 6: for cidr in IPV6_PRIVATE: if self in cidr: return True if self.is_link_local(): return True return False def is_link_local(self): """ :return: ``True`` if this IP is link-local address ``False`` otherwise. Reference: RFCs 3927 and 4291. """ if self._module.version == 4: return self in IPV4_LINK_LOCAL elif self._module.version == 6: return self in IPV6_LINK_LOCAL def is_reserved(self): """ :return: ``True`` if this IP is in IANA reserved range, ``False`` otherwise. Reference: RFCs 3330 and 3171. """ if self._module.version == 4: for cidr in IPV4_RESERVED: if self in cidr: return True elif self._module.version == 6: for cidr in IPV6_RESERVED: if self in cidr: return True return False def is_ipv4_mapped(self): """ :return: ``True`` if this IP is IPv4-compatible IPv6 address, ``False`` otherwise. """ return self._module.version == 6 and (self._value >> 32) == 0xffff def is_ipv4_compat(self): """ :return: ``True`` if this IP is IPv4-mapped IPv6 address, ``False`` otherwise. """ return self._module.version == 6 and (self._value >> 32) == 0 @property def info(self): """ A record dict containing IANA registration details for this IP address if available, None otherwise. """ # Lazy loading of IANA data structures. from netaddr.ip.iana import query return DictDotLookup(query(self)) @property def version(self): """the IP protocol version represented by this IP object.""" return self._module.version class IPAddress(BaseIP): """ An individual IPv4 or IPv6 address without a net mask or subnet prefix. To support these and other network based operations, see `IPNetwork`. """ __slots__ = () def __init__(self, addr, version=None, flags=0): """ Constructor. :param addr: an IPv4 or IPv6 address which may be represented in an accepted string format, as an unsigned integer or as another IPAddress object (copy construction). :param version: (optional) optimizes version detection if specified and distinguishes between IPv4 and IPv6 for addresses with an equivalent integer value. :param flags: (optional) decides which rules are applied to the interpretation of the addr value. Supported constants are INET_PTON and ZEROFILL. See the netaddr.core docs for further details. """ super(IPAddress, self).__init__() if isinstance(addr, BaseIP): # Copy constructor. if version is not None and version != addr._module.version: raise ValueError('cannot switch IP versions using ' 'copy constructor!') self._value = addr._value self._module = addr._module else: # Explicit IP address version. if version is not None: if version == 4: self._module = _ipv4 elif version == 6: self._module = _ipv6 else: raise ValueError('%r is an invalid IP version!' % version) if _is_str(addr) and '/' in addr: raise ValueError('%s() does not support netmasks or subnet' \ ' prefixes! See documentation for details.' % self.__class__.__name__) if self._module is None: # IP version is implicit, detect it from addr. if isinstance(addr, _int_type): try: if 0 <= int(addr) <= _ipv4.max_int: self._value = int(addr) self._module = _ipv4 elif _ipv4.max_int < int(addr) <= _ipv6.max_int: self._value = int(addr) self._module = _ipv6 except ValueError: pass else: for module in _ipv4, _ipv6: try: self._value = module.str_to_int(addr, flags) except: continue else: self._module = module break if self._module is None: raise AddrFormatError('failed to detect a valid IP ' \ 'address from %r' % addr) else: # IP version is explicit. if _is_str(addr): try: self._value = self._module.str_to_int(addr, flags) except AddrFormatError: raise AddrFormatError('base address %r is not IPv%d' % (addr, self._module.version)) else: if 0 <= int(addr) <= self._module.max_int: self._value = int(addr) else: raise AddrFormatError('bad address format: %r' % (addr,)) def __getstate__(self): """:returns: Pickled state of an `IPAddress` object.""" return self._value, self._module.version def __setstate__(self, state): """ :param state: data used to unpickle a pickled `IPAddress` object. """ value, version = state self._value = value if version == 4: self._module = _ipv4 elif version == 6: self._module = _ipv6 else: raise ValueError('unpickling failed for object state: %s' \ % str(state)) def netmask_bits(self): """ @return: If this IP is a valid netmask, the number of non-zero bits are returned, otherwise it returns the width in bits for the IP address version. """ if not self.is_netmask(): return self._module.width # the '0' address (e.g. 0.0.0.0 or 0000::) is a valid netmask with # no bits set. if self._value == 0: return 0 i_val = self._value numbits = 0 while i_val > 0: if i_val & 1 == 1: break numbits += 1 i_val >>= 1 mask_length = self._module.width - numbits if not 0 <= mask_length <= self._module.width: raise ValueError('Unexpected mask length %d for address type!' \ % mask_length) return mask_length def is_hostmask(self): """ :return: ``True`` if this IP address host mask, ``False`` otherwise. """ int_val = self._value + 1 return (int_val & (int_val - 1) == 0) def is_netmask(self): """ :return: ``True`` if this IP address network mask, ``False`` otherwise. """ int_val = (self._value ^ self._module.max_int) + 1 return (int_val & (int_val - 1) == 0) def __iadd__(self, num): """ Increases the numerical value of this IPAddress by num. An IndexError is raised if result exceeds maximum IP address value or is less than zero. :param num: size of IP address increment. """ new_value = int(self._value + num) if 0 <= new_value <= self._module.max_int: self._value = new_value return self raise IndexError('result outside valid IP address boundary!') def __isub__(self, num): """ Decreases the numerical value of this IPAddress by num. An IndexError is raised if result is less than zero or exceeds maximum IP address value. :param num: size of IP address decrement. """ new_value = int(self._value - num) if 0 <= new_value <= self._module.max_int: self._value = new_value return self raise IndexError('result outside valid IP address boundary!') def __add__(self, num): """ Add the numerical value of this IP address to num and provide the result as a new IPAddress object. :param num: size of IP address increase. :return: a new IPAddress object with its numerical value increased by num. """ new_value = int(self._value + num) if 0 <= new_value <= self._module.max_int: return self.__class__(new_value, self._module.version) raise IndexError('result outside valid IP address boundary!') __radd__ = __add__ def __sub__(self, num): """ Subtract the numerical value of this IP address from num providing the result as a new IPAddress object. :param num: size of IP address decrease. :return: a new IPAddress object with its numerical value decreased by num. """ new_value = int(self._value - num) if 0 <= new_value <= self._module.max_int: return self.__class__(new_value, self._module.version) raise IndexError('result outside valid IP address boundary!') def __rsub__(self, num): """ Subtract num (lvalue) from the numerical value of this IP address (rvalue) providing the result as a new IPAddress object. :param num: size of IP address decrease. :return: a new IPAddress object with its numerical value decreased by num. """ new_value = int(num - self._value) if 0 <= new_value <= self._module.max_int: return self.__class__(new_value, self._module.version) raise IndexError('result outside valid IP address boundary!') def key(self): """ :return: a key tuple that uniquely identifies this IP address. """ # NB - we return the value here twice because this IP Address may # be sorted with a list of networks and it should still end up # in the expected order. return self._module.version, self._value def sort_key(self): """:return: A key tuple used to compare and sort this `IPAddress` correctly.""" return self._module.version, self._value, self._module.width def __int__(self): """:return: the value of this IP address as an unsigned integer""" return self._value def __long__(self): """:return: the value of this IP address as an unsigned integer""" return self._value def __oct__(self): """:return: an octal string representation of this IP address.""" # Python 2.x if self._value == 0: return '0' return '0%o' % self._value def __hex__(self): """:return: a hexadecimal string representation of this IP address.""" # Python 2.x return '0x%x' % self._value def __index__(self): """ :return: return the integer value of this IP address when called by \ hex(), oct() or bin(). """ # Python 3.x return self._value def __bytes__(self): """ :return: a bytes object equivalent to this IP address. In network byte order, big-endian. """ # Python 3.x return self._value.to_bytes(self._module.width//8, 'big') def bits(self, word_sep=None): """ :param word_sep: (optional) the separator to insert between words. Default: None - use default separator for address type. :return: the value of this IP address as a binary digit string.""" return self._module.int_to_bits(self._value, word_sep) @property def packed(self): """The value of this IP address as a packed binary string.""" return self._module.int_to_packed(self._value) @property def words(self): """ A list of unsigned integer words (octets for IPv4, hextets for IPv6) found in this IP address. """ return self._module.int_to_words(self._value) @property def bin(self): """ The value of this IP adddress in standard Python binary representational form (0bxxx). A back port of the format provided by the builtin bin() function found in Python 2.6.x and higher. """ return self._module.int_to_bin(self._value) @property def reverse_dns(self): """The reverse DNS lookup record for this IP address""" return self._module.int_to_arpa(self._value) def ipv4(self): """ Raises an `AddrConversionError` if IPv6 address cannot be converted to IPv4. :return: A numerically equivalent version 4 `IPAddress` object. """ ip = None klass = self.__class__ if self._module.version == 4: ip = klass(self._value, 4) elif self._module.version == 6: if 0 <= self._value <= _ipv4.max_int: ip = klass(self._value, 4) elif _ipv4.max_int <= self._value <= 0xffffffffffff: ip = klass(self._value - 0xffff00000000, 4) else: raise AddrConversionError('IPv6 address %s unsuitable for ' \ 'conversion to IPv4!' % self) return ip def ipv6(self, ipv4_compatible=False): """ .. note:: The IPv4-mapped IPv6 address format is now considered \ deprecated. See RFC 4291 or later for details. :param ipv4_compatible: If ``True`` returns an IPv4-mapped address (::ffff:x.x.x.x), an IPv4-compatible (::x.x.x.x) address otherwise. Default: False (IPv4-mapped). :return: A numerically equivalent version 6 `IPAddress` object. """ ip = None klass = self.__class__ if self._module.version == 6: if ipv4_compatible and \ (0xffff00000000 <= self._value <= 0xffffffffffff): ip = klass(self._value - 0xffff00000000, 6) else: ip = klass(self._value, 6) elif self._module.version == 4: # IPv4-Compatible IPv6 address ip = klass(self._value, 6) if not ipv4_compatible: # IPv4-Mapped IPv6 address ip = klass(0xffff00000000 + self._value, 6) return ip def format(self, dialect=None): """ Only relevant for IPv6 addresses. Has no effect for IPv4. :param dialect: An ipv6_* dialect class. :return: an alternate string representation for this IP address. """ if dialect is not None: if not hasattr(dialect, 'word_fmt'): raise TypeError( 'custom dialects should subclass ipv6_verbose!') return self._module.int_to_str(self._value, dialect=dialect) def __or__(self, other): """ :param other: An `IPAddress` object (or other int-like object). :return: bitwise OR (x | y) between the integer value of this IP address and ``other``. """ return self.__class__(self._value | int(other), self._module.version) def __and__(self, other): """ :param other: An `IPAddress` object (or other int-like object). :return: bitwise AND (x & y) between the integer value of this IP address and ``other``. """ return self.__class__(self._value & int(other), self._module.version) def __xor__(self, other): """ :param other: An `IPAddress` object (or other int-like object). :return: bitwise exclusive OR (x ^ y) between the integer value of this IP address and ``other``. """ return self.__class__(self._value ^ int(other), self._module.version) def __lshift__(self, numbits): """ :param numbits: size of bitwise shift. :return: an `IPAddress` object based on this one with its integer value left shifted by ``numbits``. """ return self.__class__(self._value << numbits, self._module.version) def __rshift__(self, numbits): """ :param numbits: size of bitwise shift. :return: an `IPAddress` object based on this one with its integer value right shifted by ``numbits``. """ return self.__class__(self._value >> numbits, self._module.version) def __nonzero__(self): """:return: ``True`` if the numerical value of this IP address is not \ zero, ``False`` otherwise.""" # Python 2.x. return bool(self._value) __bool__ = __nonzero__ # Python 3.x. def __str__(self): """:return: IP address in presentational format""" return self._module.int_to_str(self._value) def __repr__(self): """:return: Python statement to create an equivalent object""" return "%s('%s')" % (self.__class__.__name__, self) class IPListMixin(object): """ A mixin class providing shared list-like functionality to classes representing groups of IP addresses. """ __slots__ = () def __iter__(self): """ :return: An iterator providing access to all `IPAddress` objects within range represented by this ranged IP object. """ start_ip = IPAddress(self.first, self._module.version) end_ip = IPAddress(self.last, self._module.version) return iter_iprange(start_ip, end_ip) @property def size(self): """ The total number of IP addresses within this ranged IP object. """ return int(self.last - self.first + 1) def __len__(self): """ :return: the number of IP addresses in this ranged IP object. Raises an `IndexError` if size > system max int (a Python 2.x limitation). Use the .size property for subnets of any size. """ size = self.size if size > _sys_maxint: raise IndexError(("range contains more than %d (sys.maxint) " "IP addresses! Use the .size property instead." % _sys_maxint)) return size def __getitem__(self, index): """ :return: The IP address(es) in this `IPNetwork` object referenced by index or slice. As slicing can produce large sequences of objects an iterator is returned instead of the more usual `list`. """ item = None if hasattr(index, 'indices'): if self._module.version == 6: raise TypeError('IPv6 slices are not supported!') (start, stop, step) = index.indices(self.size) if (start + step < 0) or (step > stop): # step value exceeds start and stop boundaries. item = iter([IPAddress(self.first, self._module.version)]) else: start_ip = IPAddress(self.first + start, self._module.version) end_ip = IPAddress(self.first + stop - step, self._module.version) item = iter_iprange(start_ip, end_ip, step) else: try: index = int(index) if (- self.size) <= index < 0: # negative index. item = IPAddress(self.last + index + 1, self._module.version) elif 0 <= index <= (self.size - 1): # Positive index or zero index. item = IPAddress(self.first + index, self._module.version) else: raise IndexError('index out range for address range size!') except ValueError: raise TypeError('unsupported index type %r!' % index) return item def __contains__(self, other): """ :param other: an `IPAddress` or ranged IP object. :return: ``True`` if other falls within the boundary of this one, ``False`` otherwise. """ if isinstance(other, BaseIP): if self._module.version != other._module.version: return False if isinstance(other, IPAddress): return other._value >= self.first and other._value <= self.last # Assume that we (and the other) provide .first and .last. return other.first >= self.first and other.last <= self.last # Whatever it is, try to interpret it as IPAddress. return IPAddress(other) in self def __nonzero__(self): """ Ranged IP objects always represent a sequence of at least one IP address and are therefore always True in the boolean context. """ # Python 2.x. return True __bool__ = __nonzero__ # Python 3.x. def parse_ip_network(module, addr, implicit_prefix=False, flags=0): if isinstance(addr, tuple): # CIDR integer tuple if len(addr) != 2: raise AddrFormatError('invalid %s tuple!' % module.family_name) value, prefixlen = addr if not(0 <= value <= module.max_int): raise AddrFormatError('invalid address value for %s tuple!' % module.family_name) if not(0 <= prefixlen <= module.width): raise AddrFormatError('invalid prefix for %s tuple!' \ % module.family_name) elif isinstance(addr, _str_type): # CIDR-like string subnet if implicit_prefix: #TODO: deprecate this option in netaddr 0.8.x addr = cidr_abbrev_to_verbose(addr) if '/' in addr: val1, val2 = addr.split('/', 1) else: val1 = addr val2 = None try: ip = IPAddress(val1, module.version, flags=INET_PTON) except AddrFormatError: if module.version == 4: # Try a partial IPv4 network address... expanded_addr = _ipv4.expand_partial_address(val1) ip = IPAddress(expanded_addr, module.version, flags=INET_PTON) else: raise AddrFormatError('invalid IPNetwork address %s!' % addr) value = ip._value try: # Integer CIDR prefix. prefixlen = int(val2) except TypeError: if val2 is None: # No prefix was specified. prefixlen = module.width except ValueError: # Not an integer prefix, try a netmask/hostmask prefix. mask = IPAddress(val2, module.version, flags=INET_PTON) if mask.is_netmask(): prefixlen = module.netmask_to_prefix[mask._value] elif mask.is_hostmask(): prefixlen = module.hostmask_to_prefix[mask._value] else: raise AddrFormatError('addr %r is not a valid IPNetwork!' \ % addr) if not 0 <= prefixlen <= module.width: raise AddrFormatError('invalid prefix for %s address!' \ % module.family_name) else: raise TypeError('unexpected type %s for addr arg' % type(addr)) if flags & NOHOST: # Remove host bits. netmask = module.prefix_to_netmask[prefixlen] value = value & netmask return value, prefixlen class IPNetwork(BaseIP, IPListMixin): """ An IPv4 or IPv6 network or subnet. A combination of an IP address and a network mask. Accepts CIDR and several related variants : a) Standard CIDR:: x.x.x.x/y -> 192.0.2.0/24 x::/y -> fe80::/10 b) Hybrid CIDR format (netmask address instead of prefix), where 'y' \ address represent a valid netmask:: x.x.x.x/y.y.y.y -> 192.0.2.0/255.255.255.0 x::/y:: -> fe80::/ffc0:: c) ACL hybrid CIDR format (hostmask address instead of prefix like \ Cisco's ACL bitmasks), where 'y' address represent a valid netmask:: x.x.x.x/y.y.y.y -> 192.0.2.0/0.0.0.255 x::/y:: -> fe80::/3f:ffff:ffff:ffff:ffff:ffff:ffff:ffff d) Abbreviated CIDR format (as of netaddr 0.7.x this requires the \ optional constructor argument ``implicit_prefix=True``):: x -> 192 x/y -> 10/8 x.x/y -> 192.168/16 x.x.x/y -> 192.168.0/24 which are equivalent to:: x.0.0.0/y -> 192.0.0.0/24 x.0.0.0/y -> 10.0.0.0/8 x.x.0.0/y -> 192.168.0.0/16 x.x.x.0/y -> 192.168.0.0/24 .. warning:: The next release (0.9.0) will contain a backwards incompatible change connected to handling of RFC 6164 IPv6 addresses (/127 and /128 subnets). When iterating ``IPNetwork`` and ``IPNetwork.iter_hosts()`` the first addresses in the networks will no longer be excluded and ``broadcast`` will be ``None``. """ __slots__ = ('_prefixlen',) def __init__(self, addr, implicit_prefix=False, version=None, flags=0): """ Constructor. :param addr: an IPv4 or IPv6 address with optional CIDR prefix, netmask or hostmask. May be an IP address in presentation (string) format, an tuple containing and integer address and a network prefix, or another IPAddress/IPNetwork object (copy construction). :param implicit_prefix: (optional) if True, the constructor uses classful IPv4 rules to select a default prefix when one is not provided. If False it uses the length of the IP address version. (default: False) :param version: (optional) optimizes version detection if specified and distinguishes between IPv4 and IPv6 for addresses with an equivalent integer value. :param flags: (optional) decides which rules are applied to the interpretation of the addr value. Currently only supports the NOHOST option. See the netaddr.core docs for further details. """ super(IPNetwork, self).__init__() value, prefixlen, module = None, None, None if hasattr(addr, '_prefixlen'): # IPNetwork object copy constructor value = addr._value module = addr._module prefixlen = addr._prefixlen elif hasattr(addr, '_value'): # IPAddress object copy constructor value = addr._value module = addr._module prefixlen = module.width elif version == 4: value, prefixlen = parse_ip_network(_ipv4, addr, implicit_prefix=implicit_prefix, flags=flags) module = _ipv4 elif version == 6: value, prefixlen = parse_ip_network(_ipv6, addr, implicit_prefix=implicit_prefix, flags=flags) module = _ipv6 else: if version is not None: raise ValueError('%r is an invalid IP version!' % version) try: module = _ipv4 value, prefixlen = parse_ip_network(module, addr, implicit_prefix, flags) except AddrFormatError: try: module = _ipv6 value, prefixlen = parse_ip_network(module, addr, implicit_prefix, flags) except AddrFormatError: pass if value is None: raise AddrFormatError('invalid IPNetwork %s' % (addr,)) self._value = value self._prefixlen = prefixlen self._module = module def __getstate__(self): """:return: Pickled state of an `IPNetwork` object.""" return self._value, self._prefixlen, self._module.version def __setstate__(self, state): """ :param state: data used to unpickle a pickled `IPNetwork` object. """ value, prefixlen, version = state self._value = value if version == 4: self._module = _ipv4 elif version == 6: self._module = _ipv6 else: raise ValueError('unpickling failed for object state %s' \ % (state,)) if 0 <= prefixlen <= self._module.width: self._prefixlen = prefixlen else: raise ValueError('unpickling failed for object state %s' \ % (state,)) def _set_prefixlen(self, value): if not isinstance(value, _int_type): raise TypeError('int argument expected, not %s' % type(value)) if not 0 <= value <= self._module.width: raise AddrFormatError('invalid prefix for an %s address!' \ % self._module.family_name) self._prefixlen = value prefixlen = property(lambda self: self._prefixlen, _set_prefixlen, doc='size of the bitmask used to separate the network from the host bits') @property def ip(self): """ The IP address of this `IPNetwork` object. This is may or may not be the same as the network IP address which varies according to the value of the CIDR subnet prefix. """ return IPAddress(self._value, self._module.version) @property def network(self): """The network address of this `IPNetwork` object.""" return IPAddress(self._value & self._netmask_int, self._module.version) @property def broadcast(self): """The broadcast address of this `IPNetwork` object. .. warning:: The next release (0.9.0) will contain a backwards incompatible change connected to handling of RFC 6164 IPv6 addresses (/127 and /128 subnets). ``broadcast`` will be ``None`` when dealing with those networks. """ if self._module.version == 4 and (self._module.width - self._prefixlen) <= 1: return None else: return IPAddress(self._value | self._hostmask_int, self._module.version) @property def first(self): """ The integer value of first IP address found within this `IPNetwork` object. """ return self._value & (self._module.max_int ^ self._hostmask_int) @property def last(self): """ The integer value of last IP address found within this `IPNetwork` object. """ hostmask = (1 << (self._module.width - self._prefixlen)) - 1 return self._value | hostmask @property def netmask(self): """The subnet mask of this `IPNetwork` object.""" netmask = self._module.max_int ^ self._hostmask_int return IPAddress(netmask, self._module.version) @netmask.setter def netmask(self, value): """Set the prefixlen using a subnet mask""" ip = IPAddress(value) if ip.version != self.version: raise ValueError("IP version mismatch: %s and %s" % (ip, self)) if not ip.is_netmask(): raise ValueError("Invalid subnet mask specified: %s" % str(value)) self.prefixlen = ip.netmask_bits() @property def _netmask_int(self): """Same as self.netmask, but in integer format""" return self._module.max_int ^ self._hostmask_int @property def hostmask(self): """The host mask of this `IPNetwork` object.""" hostmask = (1 << (self._module.width - self._prefixlen)) - 1 return IPAddress(hostmask, self._module.version) @property def _hostmask_int(self): """Same as self.hostmask, but in integer format""" return (1 << (self._module.width - self._prefixlen)) - 1 @property def cidr(self): """ The true CIDR address for this `IPNetwork` object which omits any host bits to the right of the CIDR subnet prefix. """ return IPNetwork( (self._value & self._netmask_int, self._prefixlen), version=self._module.version) def __iadd__(self, num): """ Increases the value of this `IPNetwork` object by the current size multiplied by ``num``. An `IndexError` is raised if result exceeds maximum IP address value or is less than zero. :param num: (optional) number of `IPNetwork` blocks to increment \ this IPNetwork's value by. """ new_value = int(self.network) + (self.size * num) if (new_value + (self.size - 1)) > self._module.max_int: raise IndexError('increment exceeds address boundary!') if new_value < 0: raise IndexError('increment is less than zero!') self._value = new_value return self def __isub__(self, num): """ Decreases the value of this `IPNetwork` object by the current size multiplied by ``num``. An `IndexError` is raised if result is less than zero or exceeds maximum IP address value. :param num: (optional) number of `IPNetwork` blocks to decrement \ this IPNetwork's value by. """ new_value = int(self.network) - (self.size * num) if new_value < 0: raise IndexError('decrement is less than zero!') if (new_value + (self.size - 1)) > self._module.max_int: raise IndexError('decrement exceeds address boundary!') self._value = new_value return self def __contains__(self, other): """ :param other: an `IPAddress` or ranged IP object. :return: ``True`` if other falls within the boundary of this one, ``False`` otherwise. """ if isinstance(other, BaseIP): if self._module.version != other._module.version: return False # self_net will contain only the network bits. shiftwidth = self._module.width - self._prefixlen self_net = self._value >> shiftwidth if isinstance(other, IPRange): # IPRange has no _value. # (self_net+1)< other._end._value)) other_net = other._value >> shiftwidth if isinstance(other, IPAddress): return other_net == self_net if isinstance(other, IPNetwork): return self_net == other_net and self._prefixlen <= other._prefixlen # Whatever it is, try to interpret it as IPNetwork return IPNetwork(other) in self def key(self): """ :return: A key tuple used to uniquely identify this `IPNetwork`. """ return self._module.version, self.first, self.last def sort_key(self): """ :return: A key tuple used to compare and sort this `IPNetwork` correctly. """ net_size_bits = self._prefixlen - 1 first = self._value & (self._module.max_int ^ self._hostmask_int) host_bits = self._value - first return self._module.version, first, net_size_bits, host_bits def ipv4(self): """ :return: A numerically equivalent version 4 `IPNetwork` object. \ Raises an `AddrConversionError` if IPv6 address cannot be \ converted to IPv4. """ ip = None klass = self.__class__ if self._module.version == 4: ip = klass('%s/%d' % (self.ip, self.prefixlen)) elif self._module.version == 6: if 0 <= self._value <= _ipv4.max_int: addr = _ipv4.int_to_str(self._value) ip = klass('%s/%d' % (addr, self.prefixlen - 96)) elif _ipv4.max_int <= self._value <= 0xffffffffffff: addr = _ipv4.int_to_str(self._value - 0xffff00000000) ip = klass('%s/%d' % (addr, self.prefixlen - 96)) else: raise AddrConversionError('IPv6 address %s unsuitable for ' \ 'conversion to IPv4!' % self) return ip def ipv6(self, ipv4_compatible=False): """ .. note:: the IPv4-mapped IPv6 address format is now considered \ deprecated. See RFC 4291 or later for details. :param ipv4_compatible: If ``True`` returns an IPv4-mapped address (::ffff:x.x.x.x), an IPv4-compatible (::x.x.x.x) address otherwise. Default: False (IPv4-mapped). :return: A numerically equivalent version 6 `IPNetwork` object. """ ip = None klass = self.__class__ if self._module.version == 6: if ipv4_compatible and \ (0xffff00000000 <= self._value <= 0xffffffffffff): ip = klass((self._value - 0xffff00000000, self._prefixlen), version=6) else: ip = klass((self._value, self._prefixlen), version=6) elif self._module.version == 4: if ipv4_compatible: # IPv4-Compatible IPv6 address ip = klass((self._value, self._prefixlen + 96), version=6) else: # IPv4-Mapped IPv6 address ip = klass((0xffff00000000 + self._value, self._prefixlen + 96), version=6) return ip def previous(self, step=1): """ :param step: the number of IP subnets between this `IPNetwork` object and the expected subnet. Default: 1 (the previous IP subnet). :return: The adjacent subnet preceding this `IPNetwork` object. """ ip_copy = self.__class__('%s/%d' % (self.network, self.prefixlen), self._module.version) ip_copy -= step return ip_copy def next(self, step=1): """ :param step: the number of IP subnets between this `IPNetwork` object and the expected subnet. Default: 1 (the next IP subnet). :return: The adjacent subnet succeeding this `IPNetwork` object. """ ip_copy = self.__class__('%s/%d' % (self.network, self.prefixlen), self._module.version) ip_copy += step return ip_copy def supernet(self, prefixlen=0): """ Provides a list of supernets for this `IPNetwork` object between the size of the current prefix and (if specified) an endpoint prefix. :param prefixlen: (optional) a CIDR prefix for the maximum supernet. Default: 0 - returns all possible supernets. :return: a tuple of supernet `IPNetwork` objects. """ if not 0 <= prefixlen <= self._module.width: raise ValueError('CIDR prefix /%d invalid for IPv%d!' \ % (prefixlen, self._module.version)) supernets = [] # Use a copy of self as we'll be editing it. supernet = self.cidr supernet._prefixlen = prefixlen while supernet._prefixlen != self._prefixlen: supernets.append(supernet.cidr) supernet._prefixlen += 1 return supernets def subnet(self, prefixlen, count=None, fmt=None): """ A generator that divides up this IPNetwork's subnet into smaller subnets based on a specified CIDR prefix. :param prefixlen: a CIDR prefix indicating size of subnets to be returned. :param count: (optional) number of consecutive IP subnets to be returned. :return: an iterator containing IPNetwork subnet objects. """ if not 0 <= self.prefixlen <= self._module.width: raise ValueError('CIDR prefix /%d invalid for IPv%d!' \ % (prefixlen, self._module.version)) if not self.prefixlen <= prefixlen: # Don't return anything. return # Calculate number of subnets to be returned. width = self._module.width max_subnets = 2 ** (width - self.prefixlen) // 2 ** (width - prefixlen) if count is None: count = max_subnets if not 1 <= count <= max_subnets: raise ValueError('count outside of current IP subnet boundary!') base_subnet = self._module.int_to_str(self.first) i = 0 while(i < count): subnet = self.__class__('%s/%d' % (base_subnet, prefixlen), self._module.version) subnet.value += (subnet.size * i) subnet.prefixlen = prefixlen i += 1 yield subnet def iter_hosts(self): """ A generator that provides all the IP addresses that can be assigned to hosts within the range of this IP object's subnet. - for IPv4, the network and broadcast addresses are always excluded. \ for subnets that contains less than 4 IP addresses /31 and /32 \ report in a manner per RFC 3021 - for IPv6, only the unspecified address '::' or Subnet-Router anycast \ address (first address in the network) is excluded. .. warning:: The next release (0.9.0) will contain a backwards incompatible change connected to handling of RFC 6164 IPv6 addresses (/127 and /128 subnets). When iterating ``IPNetwork`` and ``IPNetwork.iter_hosts()`` the first addresses in the networks will no longer be excluded. :return: an IPAddress iterator """ it_hosts = iter([]) if self._module.version == 4: # IPv4 logic. if self.size >= 4: it_hosts = iter_iprange( IPAddress(self.first + 1, self._module.version), IPAddress(self.last - 1, self._module.version)) else: it_hosts = iter_iprange( IPAddress(self.first, self._module.version), IPAddress(self.last, self._module.version)) else: # IPv6 logic. # RFC 4291 section 2.6.1 says that the first IP in the network is # the Subnet-Router anycast address. This address cannot be # assigned to a host, so use self.first+1. if self.size >= 2: it_hosts = iter_iprange( IPAddress(self.first + 1, self._module.version), IPAddress(self.last, self._module.version)) return it_hosts def __str__(self): """:return: this IPNetwork in CIDR format""" addr = self._module.int_to_str(self._value) return "%s/%s" % (addr, self.prefixlen) def __repr__(self): """:return: Python statement to create an equivalent object""" return "%s('%s')" % (self.__class__.__name__, self) class IPRange(BaseIP, IPListMixin): """ An arbitrary IPv4 or IPv6 address range. Formed from a lower and upper bound IP address. The upper bound IP cannot be numerically smaller than the lower bound and the IP version of both must match. """ __slots__ = ('_start', '_end') def __init__(self, start, end, flags=0): """ Constructor. :param start: an IPv4 or IPv6 address that forms the lower boundary of this IP range. :param end: an IPv4 or IPv6 address that forms the upper boundary of this IP range. :param flags: (optional) decides which rules are applied to the interpretation of the start and end values. Supported constants are INET_PTON and ZEROFILL. See the netaddr.core docs for further details. """ self._start = IPAddress(start, flags=flags) self._module = self._start._module self._end = IPAddress(end, self._module.version, flags=flags) if int(self._start) > int(self._end): raise AddrFormatError('lower bound IP greater than upper bound!') def __getstate__(self): """:return: Pickled state of an `IPRange` object.""" return self._start.value, self._end.value, self._module.version def __setstate__(self, state): """ :param state: data used to unpickle a pickled `IPRange` object. """ start, end, version = state self._start = IPAddress(start, version) self._module = self._start._module self._end = IPAddress(end, version) def __contains__(self, other): if isinstance(other, BaseIP): if self._module.version != other._module.version: return False if isinstance(other, IPAddress): return (self._start._value <= other._value and self._end._value >= other._value) if isinstance(other, IPRange): return (self._start._value <= other._start._value and self._end._value >= other._end._value) if isinstance(other, IPNetwork): shiftwidth = other._module.width - other._prefixlen other_start = (other._value >> shiftwidth) << shiftwidth # Start of the next network after other other_next_start = other_start + (1 << shiftwidth) return (self._start._value <= other_start and self._end._value > other_next_start) # Whatever it is, try to interpret it as IPAddress. return IPAddress(other) in self @property def first(self): """The integer value of first IP address in this `IPRange` object.""" return int(self._start) @property def last(self): """The integer value of last IP address in this `IPRange` object.""" return int(self._end) def key(self): """ :return: A key tuple used to uniquely identify this `IPRange`. """ return self._module.version, self.first, self.last def sort_key(self): """ :return: A key tuple used to compare and sort this `IPRange` correctly. """ skey = self._module.width - num_bits(self.size) return self._module.version, self._start._value, skey def cidrs(self): """ The list of CIDR addresses found within the lower and upper bound addresses of this `IPRange`. """ return iprange_to_cidrs(self._start, self._end) def __str__(self): """:return: this `IPRange` in a common representational format.""" return "%s-%s" % (self._start, self._end) def __repr__(self): """:return: Python statement to create an equivalent object""" return "%s('%s', '%s')" % (self.__class__.__name__, self._start, self._end) def iter_unique_ips(*args): """ :param args: A list of IP addresses and subnets passed in as arguments. :return: A generator that flattens out IP subnets, yielding unique individual IP addresses (no duplicates). """ for cidr in cidr_merge(args): for ip in cidr: yield ip def cidr_abbrev_to_verbose(abbrev_cidr): """ A function that converts abbreviated IPv4 CIDRs to their more verbose equivalent. :param abbrev_cidr: an abbreviated CIDR. Uses the old-style classful IP address rules to decide on a default subnet prefix if one is not explicitly provided. Only supports IPv4 addresses. Examples :: 10 - 10.0.0.0/8 10/16 - 10.0.0.0/16 128 - 128.0.0.0/16 128/8 - 128.0.0.0/8 192.168 - 192.168.0.0/16 :return: A verbose CIDR from an abbreviated CIDR or old-style classful \ network address. The original value if it was not recognised as a \ supported abbreviation. """ # Internal function that returns a prefix value based on the old IPv4 # classful network scheme that has been superseded (almost) by CIDR. def classful_prefix(octet): octet = int(octet) if not 0 <= octet <= 255: raise IndexError('Invalid octet: %r!' % octet) if 0 <= octet <= 127: # Legacy class 'A' classification. return 8 elif 128 <= octet <= 191: # Legacy class 'B' classification. return 16 elif 192 <= octet <= 223: # Legacy class 'C' classification. return 24 elif 224 <= octet <= 239: # Multicast address range. return 4 return 32 # Default. if _is_str(abbrev_cidr): if ':' in abbrev_cidr or abbrev_cidr == '': return abbrev_cidr try: # Single octet partial integer or string address. i = int(abbrev_cidr) return "%s.0.0.0/%s" % (i, classful_prefix(i)) except ValueError: # Multi octet partial string address with optional prefix. if '/' in abbrev_cidr: part_addr, prefix = abbrev_cidr.split('/', 1) # Check prefix for validity. try: if not 0 <= int(prefix) <= 32: raise ValueError('prefixlen in address %r out of range' \ ' for IPv4!' % (abbrev_cidr,)) except ValueError: return abbrev_cidr else: part_addr = abbrev_cidr prefix = None tokens = part_addr.split('.') if len(tokens) > 4: # Not a recognisable format. return abbrev_cidr for i in range(4 - len(tokens)): tokens.append('0') if prefix is None: try: prefix = classful_prefix(tokens[0]) except ValueError: return abbrev_cidr return "%s/%s" % ('.'.join(tokens), prefix) except (TypeError, IndexError): # Not a recognisable format. return abbrev_cidr def cidr_merge(ip_addrs): """ A function that accepts an iterable sequence of IP addresses and subnets merging them into the smallest possible list of CIDRs. It merges adjacent subnets where possible, those contained within others and also removes any duplicates. :param ip_addrs: an iterable sequence of IP addresses, subnets or ranges. :return: a summarized list of `IPNetwork` objects. """ # The algorithm is quite simple: For each CIDR we create an IP range. # Sort them and merge when possible. Afterwars split them again # optimally. if not hasattr(ip_addrs, '__iter__'): raise ValueError('A sequence or iterator is expected!') ranges = [] for ip in ip_addrs: if isinstance(ip, (IPNetwork, IPRange)): net = ip else: net = IPNetwork(ip) # Since non-overlapping ranges are the common case, remember the original ranges.append( (net.version, net.last, net.first, net) ) ranges.sort() i = len(ranges) - 1 while i > 0: if ranges[i][0] == ranges[i - 1][0] and ranges[i][2] - 1 <= ranges[i - 1][1]: ranges[i - 1] = (ranges[i][0], ranges[i][1], min(ranges[i - 1][2], ranges[i][2])) del ranges[i] i -= 1 merged = [] for range_tuple in ranges: # If this range wasn't merged we can simply use the old cidr. if len(range_tuple) == 4: original = range_tuple[3] if isinstance(original, IPRange): merged.extend(original.cidrs()) else: merged.append(original) else: version = range_tuple[0] range_start = IPAddress(range_tuple[2], version=version) range_stop = IPAddress(range_tuple[1], version=version) merged.extend(iprange_to_cidrs(range_start, range_stop)) return merged def cidr_exclude(target, exclude): """ Removes an exclude IP address or subnet from target IP subnet. :param target: the target IP address or subnet to be divided up. :param exclude: the IP address or subnet to be removed from target. :return: list of `IPNetwork` objects remaining after exclusion. """ left, _, right = cidr_partition(target, exclude) return left + right def cidr_partition(target, exclude): """ Partitions a target IP subnet on an exclude IP address. :param target: the target IP address or subnet to be divided up. :param exclude: the IP address or subnet to partition on :return: list of `IPNetwork` objects before, the partition and after, sorted. Adding the three lists returns the equivalent of the original subnet. """ target = IPNetwork(target) exclude = IPNetwork(exclude) if exclude.last < target.first: # Exclude subnet's upper bound address less than target # subnet's lower bound. return [], [], [target.cidr] elif target.last < exclude.first: # Exclude subnet's lower bound address greater than target # subnet's upper bound. return [target.cidr], [], [] if target.prefixlen >= exclude.prefixlen: # Exclude contains the target return [], [target], [] left = [] right = [] new_prefixlen = target.prefixlen + 1 # Some @properties that are expensive to get and don't change below. target_module_width = target._module.width target_first = target.first version = exclude.version i_lower = target_first i_upper = target_first + (2 ** (target_module_width - new_prefixlen)) while exclude.prefixlen >= new_prefixlen: if exclude.first >= i_upper: left.append(IPNetwork((i_lower, new_prefixlen), version=version)) matched = i_upper else: right.append(IPNetwork((i_upper, new_prefixlen), version=version)) matched = i_lower new_prefixlen += 1 if new_prefixlen > target_module_width: break i_lower = matched i_upper = matched + (2 ** (target_module_width - new_prefixlen)) return left, [exclude], right[::-1] def spanning_cidr(ip_addrs): """ Function that accepts a sequence of IP addresses and subnets returning a single `IPNetwork` subnet that is large enough to span the lower and upper bound IP addresses with a possible overlap on either end. :param ip_addrs: sequence of IP addresses and subnets. :return: a single spanning `IPNetwork` subnet. """ ip_addrs_iter = iter(ip_addrs) try: network_a = IPNetwork(_iter_next(ip_addrs_iter)) network_b = IPNetwork(_iter_next(ip_addrs_iter)) except StopIteration: raise ValueError('IP sequence must contain at least 2 elements!') if network_a < network_b: min_network = network_a max_network = network_b else: min_network = network_b max_network = network_a for ip in ip_addrs_iter: network = IPNetwork(ip) if network < min_network: min_network = network if network > max_network: max_network = network if min_network.version != max_network.version: raise TypeError('IP sequence cannot contain both IPv4 and IPv6!') ipnum = max_network.last prefixlen = max_network.prefixlen lowest_ipnum = min_network.first width = max_network._module.width while prefixlen > 0 and ipnum > lowest_ipnum: prefixlen -= 1 ipnum &= -(1<<(width-prefixlen)) return IPNetwork( (ipnum, prefixlen), version=min_network.version ) def iter_iprange(start, end, step=1): """ A generator that produces IPAddress objects between an arbitrary start and stop IP address with intervals of step between them. Sequences produce are inclusive of boundary IPs. :param start: start IP address. :param end: end IP address. :param step: (optional) size of step between IP addresses. Default: 1 :return: an iterator of one or more `IPAddress` objects. """ start = IPAddress(start) end = IPAddress(end) if start.version != end.version: raise TypeError('start and stop IP versions do not match!') version = start.version step = int(step) if step == 0: raise ValueError('step argument cannot be zero') # We don't need objects from here, just integers. start = int(start) stop = int(end) negative_step = False if step < 0: negative_step = True index = start - step while True: index += step if negative_step: if not index >= stop: break else: if not index <= stop: break yield IPAddress(index, version) def iprange_to_cidrs(start, end): """ A function that accepts an arbitrary start and end IP address or subnet and returns a list of CIDR subnets that fit exactly between the boundaries of the two with no overlap. :param start: the start IP address or subnet. :param end: the end IP address or subnet. :return: a list of one or more IP addresses and subnets. """ cidr_list = [] start = IPNetwork(start) end = IPNetwork(end) iprange = [start.first, end.last] # Get spanning CIDR covering both addresses. cidr_span = spanning_cidr([start, end]) width = start._module.width if cidr_span.first < iprange[0]: exclude = IPNetwork((iprange[0]-1, width), version=start.version) cidr_list = cidr_partition(cidr_span, exclude)[2] cidr_span = cidr_list.pop() if cidr_span.last > iprange[1]: exclude = IPNetwork((iprange[1]+1, width), version=start.version) cidr_list += cidr_partition(cidr_span, exclude)[0] else: cidr_list.append(cidr_span) return cidr_list def smallest_matching_cidr(ip, cidrs): """ Matches an IP address or subnet against a given sequence of IP addresses and subnets. :param ip: a single IP address or subnet. :param cidrs: a sequence of IP addresses and/or subnets. :return: the smallest (most specific) matching IPAddress or IPNetwork object from the provided sequence, None if there was no match. """ match = None if not hasattr(cidrs, '__iter__'): raise TypeError('IP address/subnet sequence expected, not %r!' % (cidrs,)) ip = IPAddress(ip) for cidr in sorted([IPNetwork(cidr) for cidr in cidrs]): if ip in cidr: match = cidr else: if match is not None and cidr.network not in match: break return match def largest_matching_cidr(ip, cidrs): """ Matches an IP address or subnet against a given sequence of IP addresses and subnets. :param ip: a single IP address or subnet. :param cidrs: a sequence of IP addresses and/or subnets. :return: the largest (least specific) matching IPAddress or IPNetwork object from the provided sequence, None if there was no match. """ match = None if not hasattr(cidrs, '__iter__'): raise TypeError('IP address/subnet sequence expected, not %r!' % (cidrs,)) ip = IPAddress(ip) for cidr in sorted([IPNetwork(cidr) for cidr in cidrs]): if ip in cidr: match = cidr break return match def all_matching_cidrs(ip, cidrs): """ Matches an IP address or subnet against a given sequence of IP addresses and subnets. :param ip: a single IP address. :param cidrs: a sequence of IP addresses and/or subnets. :return: all matching IPAddress and/or IPNetwork objects from the provided sequence, an empty list if there was no match. """ matches = [] if not hasattr(cidrs, '__iter__'): raise TypeError('IP address/subnet sequence expected, not %r!' % (cidrs,)) ip = IPAddress(ip) for cidr in sorted([IPNetwork(cidr) for cidr in cidrs]): if ip in cidr: matches.append(cidr) else: if matches and cidr.network not in matches[-1]: break return matches #----------------------------------------------------------------------------- # Cached IPv4 address range lookups. #----------------------------------------------------------------------------- IPV4_LOOPBACK = IPNetwork('127.0.0.0/8') # Loopback addresses (RFC 990) IPV4_PRIVATE = ( IPNetwork('10.0.0.0/8'), # Class A private network local communication (RFC 1918) IPNetwork('100.64.0.0/10'), # Carrier grade NAT (RFC 6598) IPNetwork('172.16.0.0/12'), # Private network - local communication (RFC 1918) IPNetwork('192.0.0.0/24'), # IANA IPv4 Special Purpose Address Registry (RFC 5736) IPNetwork('192.168.0.0/16'), # Class B private network local communication (RFC 1918) IPNetwork('198.18.0.0/15'), # Testing of inter-network communications between subnets (RFC 2544) IPRange('239.0.0.0', '239.255.255.255'), # Administrative Multicast ) IPV4_LINK_LOCAL = IPNetwork('169.254.0.0/16') IPV4_MULTICAST = IPNetwork('224.0.0.0/4') IPV4_6TO4 = IPNetwork('192.88.99.0/24') # 6to4 anycast relays (RFC 3068) IPV4_RESERVED = ( IPNetwork('0.0.0.0/8'), # Broadcast message (RFC 1700) IPNetwork('192.0.2.0/24'), # TEST-NET examples and documentation (RFC 5737) IPNetwork('240.0.0.0/4'), # Reserved for multicast assignments (RFC 5771) IPNetwork('198.51.100.0/24'), # TEST-NET-2 examples and documentation (RFC 5737) IPNetwork('203.0.113.0/24'), # TEST-NET-3 examples and documentation (RFC 5737) # Reserved multicast IPNetwork('233.252.0.0/24'), # Multicast test network IPRange('234.0.0.0', '238.255.255.255'), IPRange('225.0.0.0', '231.255.255.255'), ) + (IPV4_LOOPBACK, IPV4_6TO4) #----------------------------------------------------------------------------- # Cached IPv6 address range lookups. #----------------------------------------------------------------------------- IPV6_LOOPBACK = IPAddress('::1') IPV6_PRIVATE = ( IPNetwork('fc00::/7'), # Unique Local Addresses (ULA) IPNetwork('fec0::/10'), # Site Local Addresses (deprecated - RFC 3879) ) IPV6_LINK_LOCAL = IPNetwork('fe80::/10') IPV6_MULTICAST = IPNetwork('ff00::/8') IPV6_RESERVED = ( IPNetwork('ff00::/12'), IPNetwork('::/8'), IPNetwork('0100::/8'), IPNetwork('0200::/7'), IPNetwork('0400::/6'), IPNetwork('0800::/5'), IPNetwork('1000::/4'), IPNetwork('4000::/3'), IPNetwork('6000::/3'), IPNetwork('8000::/3'), IPNetwork('A000::/3'), IPNetwork('C000::/3'), IPNetwork('E000::/4'), IPNetwork('F000::/5'), IPNetwork('F800::/6'), IPNetwork('FE00::/9'), ) ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592822483.0 netaddr-0.8.0/netaddr/ip/glob.py0000644000076500000240000002435200000000000016542 0ustar00kubastaff00000000000000#----------------------------------------------------------------------------- # Copyright (c) 2008 by David P. D. Moss. All rights reserved. # # Released under the BSD license. See the LICENSE file for details. #----------------------------------------------------------------------------- """ Routines and classes for supporting and expressing IP address ranges using a glob style syntax. """ from netaddr.core import AddrFormatError, AddrConversionError from netaddr.ip import IPRange, IPAddress, IPNetwork, iprange_to_cidrs from netaddr.compat import _is_str def valid_glob(ipglob): """ :param ipglob: An IP address range in a glob-style format. :return: ``True`` if IP range glob is valid, ``False`` otherwise. """ #TODO: Add support for abbreviated ipglobs. #TODO: e.g. 192.0.*.* == 192.0.* #TODO: *.*.*.* == * #TODO: Add strict flag to enable verbose ipglob checking. if not _is_str(ipglob): return False seen_hyphen = False seen_asterisk = False octets = ipglob.split('.') if len(octets) != 4: return False for octet in octets: if '-' in octet: if seen_hyphen: return False seen_hyphen = True if seen_asterisk: # Asterisks cannot precede hyphenated octets. return False try: (octet1, octet2) = [int(i) for i in octet.split('-')] except ValueError: return False if octet1 >= octet2: return False if not 0 <= octet1 <= 254: return False if not 1 <= octet2 <= 255: return False elif octet == '*': seen_asterisk = True else: if seen_hyphen is True: return False if seen_asterisk is True: return False try: if not 0 <= int(octet) <= 255: return False except ValueError: return False return True def glob_to_iptuple(ipglob): """ A function that accepts a glob-style IP range and returns the component lower and upper bound IP address. :param ipglob: an IP address range in a glob-style format. :return: a tuple contain lower and upper bound IP objects. """ if not valid_glob(ipglob): raise AddrFormatError('not a recognised IP glob range: %r!' % (ipglob,)) start_tokens = [] end_tokens = [] for octet in ipglob.split('.'): if '-' in octet: tokens = octet.split('-') start_tokens.append(tokens[0]) end_tokens.append(tokens[1]) elif octet == '*': start_tokens.append('0') end_tokens.append('255') else: start_tokens.append(octet) end_tokens.append(octet) return IPAddress('.'.join(start_tokens)), IPAddress('.'.join(end_tokens)) def glob_to_iprange(ipglob): """ A function that accepts a glob-style IP range and returns the equivalent IP range. :param ipglob: an IP address range in a glob-style format. :return: an IPRange object. """ if not valid_glob(ipglob): raise AddrFormatError('not a recognised IP glob range: %r!' % (ipglob,)) start_tokens = [] end_tokens = [] for octet in ipglob.split('.'): if '-' in octet: tokens = octet.split('-') start_tokens.append(tokens[0]) end_tokens.append(tokens[1]) elif octet == '*': start_tokens.append('0') end_tokens.append('255') else: start_tokens.append(octet) end_tokens.append(octet) return IPRange('.'.join(start_tokens), '.'.join(end_tokens)) def iprange_to_globs(start, end): """ A function that accepts an arbitrary start and end IP address or subnet and returns one or more glob-style IP ranges. :param start: the start IP address or subnet. :param end: the end IP address or subnet. :return: a list containing one or more IP globs. """ start = IPAddress(start) end = IPAddress(end) if start.version != 4 and end.version != 4: raise AddrConversionError('IP glob ranges only support IPv4!') def _iprange_to_glob(lb, ub): # Internal function to process individual IP globs. t1 = [int(_) for _ in str(lb).split('.')] t2 = [int(_) for _ in str(ub).split('.')] tokens = [] seen_hyphen = False seen_asterisk = False for i in range(4): if t1[i] == t2[i]: # A normal octet. tokens.append(str(t1[i])) elif (t1[i] == 0) and (t2[i] == 255): # An asterisk octet. tokens.append('*') seen_asterisk = True else: # Create a hyphenated octet - only one allowed per IP glob. if not seen_asterisk: if not seen_hyphen: tokens.append('%s-%s' % (t1[i], t2[i])) seen_hyphen = True else: raise AddrConversionError( 'only 1 hyphenated octet per IP glob allowed!') else: raise AddrConversionError( "asterisks are not allowed before hyphenated octets!") return '.'.join(tokens) globs = [] try: # IP range can be represented by a single glob. ipglob = _iprange_to_glob(start, end) if not valid_glob(ipglob): #TODO: this is a workaround, it is produces non-optimal but valid #TODO: glob conversions. Fix inner function so that is always #TODO: produces a valid glob. raise AddrConversionError('invalid ip glob created') globs.append(ipglob) except AddrConversionError: # Break IP range up into CIDRs before conversion to globs. # #TODO: this is still not completely optimised but is good enough #TODO: for the moment. # for cidr in iprange_to_cidrs(start, end): ipglob = _iprange_to_glob(cidr[0], cidr[-1]) globs.append(ipglob) return globs def glob_to_cidrs(ipglob): """ A function that accepts a glob-style IP range and returns a list of one or more IP CIDRs that exactly matches it. :param ipglob: an IP address range in a glob-style format. :return: a list of one or more IP objects. """ return iprange_to_cidrs(*glob_to_iptuple(ipglob)) def cidr_to_glob(cidr): """ A function that accepts an IP subnet in a glob-style format and returns a list of CIDR subnets that exactly matches the specified glob. :param cidr: an IP object CIDR subnet. :return: a list of one or more IP addresses and subnets. """ ip = IPNetwork(cidr) globs = iprange_to_globs(ip[0], ip[-1]) if len(globs) != 1: # There should only ever be a one to one mapping between a CIDR and # an IP glob range. raise AddrConversionError('bad CIDR to IP glob conversion!') return globs[0] class IPGlob(IPRange): """ Represents an IP address range using a glob-style syntax ``x.x.x-y.*`` Individual octets can be represented using the following shortcuts : 1. ``*`` - the asterisk octet (represents values ``0`` through ``255``) 2. ``x-y`` - the hyphenated octet (represents values ``x`` through ``y``) A few basic rules also apply : 1. ``x`` must always be less than ``y``, therefore : - ``x`` can only be ``0`` through ``254`` - ``y`` can only be ``1`` through ``255`` 2. only one hyphenated octet per IP glob is allowed 3. only asterisks are permitted after a hyphenated octet Examples: +------------------+------------------------------+ | IP glob | Description | +==================+==============================+ | ``192.0.2.1`` | a single address | +------------------+------------------------------+ | ``192.0.2.0-31`` | 32 addresses | +------------------+------------------------------+ | ``192.0.2.*`` | 256 addresses | +------------------+------------------------------+ | ``192.0.2-3.*`` | 512 addresses | +------------------+------------------------------+ | ``192.0-1.*.*`` | 131,072 addresses | +------------------+------------------------------+ | ``*.*.*.*`` | the whole IPv4 address space | +------------------+------------------------------+ .. note :: \ IP glob ranges are not directly equivalent to CIDR blocks. \ They can represent address ranges that do not fall on strict bit mask \ boundaries. They are suitable for use in configuration files, being \ more obvious and readable than their CIDR counterparts, especially for \ admins and end users with little or no networking knowledge or \ experience. All CIDR addresses can always be represented as IP globs \ but the reverse is not always true. """ __slots__ = ('_glob',) def __init__(self, ipglob): (start, end) = glob_to_iptuple(ipglob) super(IPGlob, self).__init__(start, end) self.glob = iprange_to_globs(self._start, self._end)[0] def __getstate__(self): """:return: Pickled state of an `IPGlob` object.""" return super(IPGlob, self).__getstate__() def __setstate__(self, state): """:param state: data used to unpickle a pickled `IPGlob` object.""" super(IPGlob, self).__setstate__(state) self.glob = iprange_to_globs(self._start, self._end)[0] def _get_glob(self): return self._glob def _set_glob(self, ipglob): (self._start, self._end) = glob_to_iptuple(ipglob) self._glob = iprange_to_globs(self._start, self._end)[0] glob = property(_get_glob, _set_glob, None, 'an arbitrary IP address range in glob format.') def __str__(self): """:return: IP glob in common representational format.""" return "%s" % self.glob def __repr__(self): """:return: Python statement to create an equivalent object""" return "%s('%s')" % (self.__class__.__name__, self.glob) ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592906723.0 netaddr-0.8.0/netaddr/ip/iana.py0000755000076500000240000003334400000000000016533 0ustar00kubastaff00000000000000#!/usr/bin/env python #----------------------------------------------------------------------------- # Copyright (c) 2008 by David P. D. Moss. All rights reserved. # # Released under the BSD license. See the LICENSE file for details. #----------------------------------------------------------------------------- # # DISCLAIMER # # netaddr is not sponsored nor endorsed by IANA. # # Use of data from IANA (Internet Assigned Numbers Authority) is subject to # copyright and is provided with prior written permission. # # IANA data files included with netaddr are not modified in any way but are # parsed and made available to end users through an API. # # See README file and source code for URLs to latest copies of the relevant # files. # #----------------------------------------------------------------------------- """ Routines for accessing data published by IANA (Internet Assigned Numbers Authority). More details can be found at the following URLs :- - IANA Home Page - http://www.iana.org/ - IEEE Protocols Information Home Page - http://www.iana.org/protocols/ """ import sys as _sys from xml.sax import make_parser, handler from netaddr.core import Publisher, Subscriber from netaddr.ip import IPAddress, IPNetwork, IPRange, cidr_abbrev_to_verbose from netaddr.compat import _dict_items, _callable, _importlib_resources #: Topic based lookup dictionary for IANA information. IANA_INFO = { 'IPv4': {}, 'IPv6': {}, 'IPv6_unicast': {}, 'multicast': {}, } class SaxRecordParser(handler.ContentHandler): def __init__(self, callback=None): self._level = 0 self._is_active = False self._record = None self._tag_level = None self._tag_payload = None self._tag_feeding = None self._callback = callback def startElement(self, name, attrs): self._level += 1 if self._is_active is False: if name == 'record': self._is_active = True self._tag_level = self._level self._record = {} if 'date' in attrs: self._record['date'] = attrs['date'] elif self._level == self._tag_level + 1: if name == 'xref': if 'type' in attrs and 'data' in attrs: l = self._record.setdefault(attrs['type'], []) l.append(attrs['data']) else: self._tag_payload = [] self._tag_feeding = True else: self._tag_feeding = False def endElement(self, name): if self._is_active is True: if name == 'record' and self._tag_level == self._level: self._is_active = False self._tag_level = None if _callable(self._callback): self._callback(self._record) self._record = None elif self._level == self._tag_level + 1: if name != 'xref': self._record[name] = ''.join(self._tag_payload) self._tag_payload = None self._tag_feeding = False self._level -= 1 def characters(self, content): if self._tag_feeding is True: self._tag_payload.append(content) class XMLRecordParser(Publisher): """ A configurable Parser that understands how to parse XML based records. """ def __init__(self, fh, **kwargs): """ Constructor. fh - a valid, open file handle to XML based record data. """ super(XMLRecordParser, self).__init__() self.xmlparser = make_parser() self.xmlparser.setContentHandler(SaxRecordParser(self.consume_record)) self.fh = fh self.__dict__.update(kwargs) def process_record(self, rec): """ This is the callback method invoked for every record. It is usually over-ridden by base classes to provide specific record-based logic. Any record can be vetoed (not passed to registered Subscriber objects) by simply returning None. """ return rec def consume_record(self, rec): record = self.process_record(rec) if record is not None: self.notify(record) def parse(self): """ Parse and normalises records, notifying registered subscribers with record data as it is encountered. """ self.xmlparser.parse(self.fh) class IPv4Parser(XMLRecordParser): """ A XMLRecordParser that understands how to parse and retrieve data records from the IANA IPv4 address space file. It can be found online here :- - http://www.iana.org/assignments/ipv4-address-space/ipv4-address-space.xml """ def __init__(self, fh, **kwargs): """ Constructor. fh - a valid, open file handle to an IANA IPv4 address space file. kwargs - additional parser options. """ super(IPv4Parser, self).__init__(fh) def process_record(self, rec): """ Callback method invoked for every record. See base class method for more details. """ record = {} for key in ('prefix', 'designation', 'date', 'whois', 'status'): record[key] = str(rec.get(key, '')).strip() # Strip leading zeros from octet. if '/' in record['prefix']: (octet, prefix) = record['prefix'].split('/') record['prefix'] = '%d/%d' % (int(octet), int(prefix)) record['status'] = record['status'].capitalize() return record class IPv6Parser(XMLRecordParser): """ A XMLRecordParser that understands how to parse and retrieve data records from the IANA IPv6 address space file. It can be found online here :- - http://www.iana.org/assignments/ipv6-address-space/ipv6-address-space.xml """ def __init__(self, fh, **kwargs): """ Constructor. fh - a valid, open file handle to an IANA IPv6 address space file. kwargs - additional parser options. """ super(IPv6Parser, self).__init__(fh) def process_record(self, rec): """ Callback method invoked for every record. See base class method for more details. """ record = { 'prefix': str(rec.get('prefix', '')).strip(), 'allocation': str(rec.get('description', '')).strip(), # HACK: -1 instead of 0 is a hacky hack to get 4291 instead of 3513 from # # was later obsoleted by # # I imagine there's no way to solve this in a general way, maybe we should start returning a list # of RFC-s here? 'reference': str(rec.get('rfc', [''])[-1]).strip(), } return record class IPv6UnicastParser(XMLRecordParser): """ A XMLRecordParser that understands how to parse and retrieve data records from the IANA IPv6 unicast address assignments file. It can be found online here :- - http://www.iana.org/assignments/ipv6-unicast-address-assignments/ipv6-unicast-address-assignments.xml """ def __init__(self, fh, **kwargs): """ Constructor. fh - a valid, open file handle to an IANA IPv6 address space file. kwargs - additional parser options. """ super(IPv6UnicastParser, self).__init__(fh) def process_record(self, rec): """ Callback method invoked for every record. See base class method for more details. """ record = { 'status': str(rec.get('status', '')).strip(), 'description': str(rec.get('description', '')).strip(), 'prefix': str(rec.get('prefix', '')).strip(), 'date': str(rec.get('date', '')).strip(), 'whois': str(rec.get('whois', '')).strip(), } return record class MulticastParser(XMLRecordParser): """ A XMLRecordParser that knows how to process the IANA IPv4 multicast address allocation file. It can be found online here :- - http://www.iana.org/assignments/multicast-addresses/multicast-addresses.xml """ def __init__(self, fh, **kwargs): """ Constructor. fh - a valid, open file handle to an IANA IPv4 multicast address allocation file. kwargs - additional parser options. """ super(MulticastParser, self).__init__(fh) def normalise_addr(self, addr): """ Removes variations from address entries found in this particular file. """ if '-' in addr: (a1, a2) = addr.split('-') o1 = a1.strip().split('.') o2 = a2.strip().split('.') return '%s-%s' % ('.'.join([str(int(i)) for i in o1]), '.'.join([str(int(i)) for i in o2])) else: o1 = addr.strip().split('.') return '.'.join([str(int(i)) for i in o1]) def process_record(self, rec): """ Callback method invoked for every record. See base class method for more details. """ if 'addr' in rec: record = { 'address': self.normalise_addr(str(rec['addr'])), 'descr': str(rec.get('description', '')), } return record class DictUpdater(Subscriber): """ Concrete Subscriber that inserts records received from a Publisher into a dictionary. """ def __init__(self, dct, topic, unique_key): """ Constructor. dct - lookup dict or dict like object to insert records into. topic - high-level category name of data to be processed. unique_key - key name in data dict that uniquely identifies it. """ self.dct = dct self.topic = topic self.unique_key = unique_key def update(self, data): """ Callback function used by Publisher to notify this Subscriber about an update. Stores topic based information into dictionary passed to constructor. """ data_id = data[self.unique_key] if self.topic == 'IPv4': cidr = IPNetwork(cidr_abbrev_to_verbose(data_id)) self.dct[cidr] = data elif self.topic == 'IPv6': cidr = IPNetwork(cidr_abbrev_to_verbose(data_id)) self.dct[cidr] = data elif self.topic == 'IPv6_unicast': cidr = IPNetwork(data_id) self.dct[cidr] = data elif self.topic == 'multicast': iprange = None if '-' in data_id: # See if we can manage a single CIDR. (first, last) = data_id.split('-') iprange = IPRange(first, last) cidrs = iprange.cidrs() if len(cidrs) == 1: iprange = cidrs[0] else: iprange = IPAddress(data_id) self.dct[iprange] = data def load_info(): """ Parse and load internal IANA data lookups with the latest information from data files. """ ipv4 = IPv4Parser(_importlib_resources.open_binary(__package__, 'ipv4-address-space.xml')) ipv4.attach(DictUpdater(IANA_INFO['IPv4'], 'IPv4', 'prefix')) ipv4.parse() ipv6 = IPv6Parser(_importlib_resources.open_binary(__package__, 'ipv6-address-space.xml')) ipv6.attach(DictUpdater(IANA_INFO['IPv6'], 'IPv6', 'prefix')) ipv6.parse() ipv6ua = IPv6UnicastParser( _importlib_resources.open_binary(__package__, 'ipv6-unicast-address-assignments.xml'), ) ipv6ua.attach(DictUpdater(IANA_INFO['IPv6_unicast'], 'IPv6_unicast', 'prefix')) ipv6ua.parse() mcast = MulticastParser(_importlib_resources.open_binary(__package__, 'multicast-addresses.xml')) mcast.attach(DictUpdater(IANA_INFO['multicast'], 'multicast', 'address')) mcast.parse() def pprint_info(fh=None): """ Pretty prints IANA information to filehandle. """ if fh is None: fh = _sys.stdout for category in sorted(IANA_INFO): fh.write('-' * len(category) + "\n") fh.write(category + "\n") fh.write('-' * len(category) + "\n") ipranges = IANA_INFO[category] for iprange in sorted(ipranges): details = ipranges[iprange] fh.write('%-45r' % (iprange) + details + "\n") def _within_bounds(ip, ip_range): # Boundary checking for multiple IP classes. if hasattr(ip_range, 'first'): # IP network or IP range. return ip in ip_range elif hasattr(ip_range, 'value'): # IP address. return ip == ip_range raise Exception('Unsupported IP range or address: %r!' % (ip_range,)) def query(ip_addr): """Returns informational data specific to this IP address.""" info = {} if ip_addr.version == 4: for cidr, record in _dict_items(IANA_INFO['IPv4']): if _within_bounds(ip_addr, cidr): info.setdefault('IPv4', []) info['IPv4'].append(record) if ip_addr.is_multicast(): for iprange, record in _dict_items(IANA_INFO['multicast']): if _within_bounds(ip_addr, iprange): info.setdefault('Multicast', []) info['Multicast'].append(record) elif ip_addr.version == 6: for cidr, record in _dict_items(IANA_INFO['IPv6']): if _within_bounds(ip_addr, cidr): info.setdefault('IPv6', []) info['IPv6'].append(record) for cidr, record in _dict_items(IANA_INFO['IPv6_unicast']): if _within_bounds(ip_addr, cidr): info.setdefault('IPv6_unicast', []) info['IPv6_unicast'].append(record) return info # On module import, read IANA data files and populate lookups dict. load_info() ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592822483.0 netaddr-0.8.0/netaddr/ip/ipv4-address-space.xml0000644000076500000240000022433600000000000021371 0ustar00kubastaff00000000000000 IANA IPv4 Address Space Registry Internet Protocol version 4 (IPv4) Address Space 2019-12-27 Allocations to RIRs are made in line with the Global Policy published at . All other assignments require IETF Review. The allocation of Internet Protocol version 4 (IPv4) address space to various registries is listed here. Originally, all the IPv4 address spaces was managed directly by the IANA. Later parts of the address space were allocated to various other registries to manage for particular purposes or regional areas of the world. RFC 1466 documents most of these allocations. 000/8 IANA - Local Identification 1981-09 RESERVED 001/8 APNIC 2010-01 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 002/8 RIPE NCC 2009-09 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 003/8 Administered by ARIN 1994-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 004/8 Administered by ARIN 1992-12 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 005/8 RIPE NCC 2010-11 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 006/8 Army Information Systems Center 1994-02 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 007/8 Administered by ARIN 1995-04 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 008/8 Administered by ARIN 1992-12 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 009/8 Administered by ARIN 1992-08 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 010/8 IANA - Private Use 1995-06 RESERVED 011/8 DoD Intel Information Systems 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 012/8 AT&T Bell Laboratories 1995-06 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 013/8 Administered by ARIN 1991-09 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 014/8 APNIC 2010-04 whois.apnic.net ALLOCATED https://rdap.apnic.net/ 015/8 Administered by ARIN 1994-07 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 016/8 Administered by ARIN 1994-11 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 017/8 Apple Computer Inc. 1992-07 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 018/8 Administered by ARIN 1994-01 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 019/8 Ford Motor Company 1995-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 020/8 Administered by ARIN 1994-10 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 021/8 DDN-RVN 1991-07 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 022/8 Defense Information Systems Agency 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 023/8 ARIN 2010-11 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 024/8 ARIN 2001-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 025/8 Administered by RIPE NCC 1995-01 whois.ripe.net https://rdap.db.ripe.net/ LEGACY 026/8 Defense Information Systems Agency 1995-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 027/8 APNIC 2010-01 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 028/8 DSI-North 1992-07 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 029/8 Defense Information Systems Agency 1991-07 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 030/8 Defense Information Systems Agency 1991-07 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 031/8 RIPE NCC 2010-05 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 032/8 Administered by ARIN 1994-06 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 033/8 DLA Systems Automation Center 1991-01 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 034/8 Administered by ARIN 1993-03 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 035/8 Administered by ARIN 1994-04 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 036/8 APNIC 2010-10 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 037/8 RIPE NCC 2010-11 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 038/8 PSINet, Inc. 1994-09 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 039/8 APNIC 2011-01 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 040/8 Administered by ARIN 1994-06 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 041/8 AFRINIC 2005-04 whois.afrinic.net https://rdap.afrinic.net/rdap/ http://rdap.afrinic.net/rdap/ ALLOCATED 042/8 APNIC 2010-10 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 043/8 Administered by APNIC 1991-01 whois.apnic.net https://rdap.apnic.net/ LEGACY 044/8 Administered by ARIN 1992-07 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 045/8 Administered by ARIN 1995-01 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 046/8 RIPE NCC 2009-09 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 047/8 Administered by ARIN 1991-01 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 048/8 Prudential Securities Inc. 1995-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 049/8 APNIC 2010-08 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 050/8 ARIN 2010-02 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 051/8 Administered by RIPE NCC 1994-08 whois.ripe.net https://rdap.db.ripe.net/ LEGACY 052/8 Administered by ARIN 1991-12 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 053/8 Daimler AG 1993-10 whois.ripe.net https://rdap.db.ripe.net/ LEGACY 054/8 Administered by ARIN 1992-03 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 055/8 DoD Network Information Center 1995-04 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 056/8 US Postal Service 1994-06 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 057/8 Administered by RIPE NCC 1995-05 whois.ripe.net https://rdap.db.ripe.net/ LEGACY 058/8 APNIC 2004-04 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 059/8 APNIC 2004-04 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 060/8 APNIC 2003-04 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 061/8 APNIC 1997-04 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 062/8 RIPE NCC 1997-04 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 063/8 ARIN 1997-04 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 064/8 ARIN 1999-07 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 065/8 ARIN 2000-07 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 066/8 ARIN 2000-07 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 067/8 ARIN 2001-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 068/8 ARIN 2001-06 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 069/8 ARIN 2002-08 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 070/8 ARIN 2004-01 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 071/8 ARIN 2004-08 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 072/8 ARIN 2004-08 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 073/8 ARIN 2005-03 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 074/8 ARIN 2005-06 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 075/8 ARIN 2005-06 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 076/8 ARIN 2005-06 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 077/8 RIPE NCC 2006-08 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 078/8 RIPE NCC 2006-08 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 079/8 RIPE NCC 2006-08 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 080/8 RIPE NCC 2001-04 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 081/8 RIPE NCC 2001-04 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 082/8 RIPE NCC 2002-11 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 083/8 RIPE NCC 2003-11 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 084/8 RIPE NCC 2003-11 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 085/8 RIPE NCC 2004-04 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 086/8 RIPE NCC 2004-04 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 087/8 RIPE NCC 2004-04 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 088/8 RIPE NCC 2004-04 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 089/8 RIPE NCC 2005-06 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 090/8 RIPE NCC 2005-06 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 091/8 RIPE NCC 2005-06 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 092/8 RIPE NCC 2007-03 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 093/8 RIPE NCC 2007-03 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 094/8 RIPE NCC 2007-07 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 095/8 RIPE NCC 2007-07 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 096/8 ARIN 2006-10 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 097/8 ARIN 2006-10 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 098/8 ARIN 2006-10 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 099/8 ARIN 2006-10 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 100/8 ARIN 2010-11 whois.arin.net ALLOCATED https://rdap.arin.net/registry http://rdap.arin.net/registry 101/8 APNIC 2010-08 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 102/8 AFRINIC 2011-02 whois.afrinic.net https://rdap.afrinic.net/rdap/ http://rdap.afrinic.net/rdap/ ALLOCATED 103/8 APNIC 2011-02 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 104/8 ARIN 2011-02 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 105/8 AFRINIC 2010-11 whois.afrinic.net https://rdap.afrinic.net/rdap/ http://rdap.afrinic.net/rdap/ ALLOCATED 106/8 APNIC 2011-01 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 107/8 ARIN 2010-02 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 108/8 ARIN 2008-12 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 109/8 RIPE NCC 2009-01 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 110/8 APNIC 2008-11 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 111/8 APNIC 2008-11 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 112/8 APNIC 2008-05 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 113/8 APNIC 2008-05 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 114/8 APNIC 2007-10 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 115/8 APNIC 2007-10 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 116/8 APNIC 2007-01 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 117/8 APNIC 2007-01 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 118/8 APNIC 2007-01 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 119/8 APNIC 2007-01 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 120/8 APNIC 2007-01 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 121/8 APNIC 2006-01 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 122/8 APNIC 2006-01 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 123/8 APNIC 2006-01 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 124/8 APNIC 2005-01 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 125/8 APNIC 2005-01 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 126/8 APNIC 2005-01 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 127/8 IANA - Loopback 1981-09 RESERVED 128/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 129/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 130/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 131/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 132/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 133/8 Administered by APNIC 1997-03 whois.apnic.net https://rdap.apnic.net/ LEGACY 134/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 135/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 136/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 137/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 138/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 139/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 140/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 141/8 Administered by RIPE NCC 1993-05 whois.ripe.net https://rdap.db.ripe.net/ LEGACY 142/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 143/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 144/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 145/8 Administered by RIPE NCC 1993-05 whois.ripe.net https://rdap.db.ripe.net/ LEGACY 146/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 147/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 148/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 149/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 150/8 Administered by APNIC 1993-05 whois.apnic.net https://rdap.apnic.net/ LEGACY 151/8 Administered by RIPE NCC 1993-05 whois.ripe.net https://rdap.db.ripe.net/ LEGACY 152/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 153/8 Administered by APNIC 1993-05 whois.apnic.net https://rdap.apnic.net/ LEGACY 154/8 Administered by AFRINIC 1993-05 whois.afrinic.net https://rdap.afrinic.net/rdap/ http://rdap.afrinic.net/rdap/ LEGACY 155/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 156/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 157/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 158/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 159/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 160/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 161/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 162/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 163/8 Administered by APNIC 1993-05 whois.apnic.net https://rdap.apnic.net/ LEGACY 164/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 165/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 166/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 167/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 168/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 169/8 Administered by ARIN 1993-05 whois.arin.net LEGACY https://rdap.arin.net/registry http://rdap.arin.net/registry 170/8 Administered by ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 171/8 Administered by APNIC 1993-05 whois.apnic.net https://rdap.apnic.net/ LEGACY 172/8 Administered by ARIN 1993-05 whois.arin.net LEGACY https://rdap.arin.net/registry http://rdap.arin.net/registry 173/8 ARIN 2008-02 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 174/8 ARIN 2008-02 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 175/8 APNIC 2009-08 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 176/8 RIPE NCC 2010-05 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 177/8 LACNIC 2010-06 whois.lacnic.net https://rdap.lacnic.net/rdap/ ALLOCATED 178/8 RIPE NCC 2009-01 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 179/8 LACNIC 2011-02 whois.lacnic.net https://rdap.lacnic.net/rdap/ ALLOCATED 180/8 APNIC 2009-04 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 181/8 LACNIC 2010-06 whois.lacnic.net https://rdap.lacnic.net/rdap/ ALLOCATED 182/8 APNIC 2009-08 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 183/8 APNIC 2009-04 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 184/8 ARIN 2008-12 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 185/8 RIPE NCC 2011-02 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 186/8 LACNIC 2007-09 whois.lacnic.net https://rdap.lacnic.net/rdap/ ALLOCATED 187/8 LACNIC 2007-09 whois.lacnic.net https://rdap.lacnic.net/rdap/ ALLOCATED 188/8 Administered by RIPE NCC 1993-05 whois.ripe.net https://rdap.db.ripe.net/ LEGACY 189/8 LACNIC 1995-06 whois.lacnic.net https://rdap.lacnic.net/rdap/ ALLOCATED 190/8 LACNIC 1995-06 whois.lacnic.net https://rdap.lacnic.net/rdap/ ALLOCATED 191/8 Administered by LACNIC 1993-05 whois.lacnic.net https://rdap.lacnic.net/rdap/ LEGACY 192/8 Administered by ARIN 1993-05 whois.arin.net LEGACY https://rdap.arin.net/registry http://rdap.arin.net/registry 193/8 RIPE NCC 1993-05 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 194/8 RIPE NCC 1993-05 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 195/8 RIPE NCC 1993-05 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 196/8 Administered by AFRINIC 1993-05 whois.afrinic.net https://rdap.afrinic.net/rdap/ http://rdap.afrinic.net/rdap/ LEGACY 197/8 AFRINIC 2008-10 whois.afrinic.net https://rdap.afrinic.net/rdap/ http://rdap.afrinic.net/rdap/ ALLOCATED 198/8 Administered by ARIN 1993-05 whois.arin.net LEGACY https://rdap.arin.net/registry http://rdap.arin.net/registry 199/8 ARIN 1993-05 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 200/8 LACNIC 2002-11 whois.lacnic.net https://rdap.lacnic.net/rdap/ ALLOCATED 201/8 LACNIC 2003-04 whois.lacnic.net https://rdap.lacnic.net/rdap/ ALLOCATED 202/8 APNIC 1993-05 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 203/8 APNIC 1993-05 whois.apnic.net ALLOCATED https://rdap.apnic.net/ 204/8 ARIN 1994-03 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 205/8 ARIN 1994-03 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 206/8 ARIN 1995-04 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 207/8 ARIN 1995-11 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 208/8 ARIN 1996-04 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 209/8 ARIN 1996-06 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 210/8 APNIC 1996-06 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 211/8 APNIC 1996-06 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 212/8 RIPE NCC 1997-10 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 213/8 RIPE NCC 1993-10 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 214/8 US-DOD 1998-03 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 215/8 US-DOD 1998-03 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry LEGACY 216/8 ARIN 1998-04 whois.arin.net https://rdap.arin.net/registry http://rdap.arin.net/registry ALLOCATED 217/8 RIPE NCC 2000-06 whois.ripe.net https://rdap.db.ripe.net/ ALLOCATED 218/8 APNIC 2000-12 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 219/8 APNIC 2001-09 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 220/8 APNIC 2001-12 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 221/8 APNIC 2002-07 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 222/8 APNIC 2003-02 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 223/8 APNIC 2010-04 whois.apnic.net https://rdap.apnic.net/ ALLOCATED 224/8 Multicast 1981-09 RESERVED 225/8 Multicast 1981-09 RESERVED 226/8 Multicast 1981-09 RESERVED 227/8 Multicast 1981-09 RESERVED 228/8 Multicast 1981-09 RESERVED 229/8 Multicast 1981-09 RESERVED 230/8 Multicast 1981-09 RESERVED 231/8 Multicast 1981-09 RESERVED 232/8 Multicast 1981-09 RESERVED 233/8 Multicast 1981-09 RESERVED 234/8 Multicast 1981-09 RESERVED 235/8 Multicast 1981-09 RESERVED 236/8 Multicast 1981-09 RESERVED 237/8 Multicast 1981-09 RESERVED 238/8 Multicast 1981-09 RESERVED 239/8 Multicast 1981-09 RESERVED 240/8 Future use 1981-09 RESERVED 241/8 Future use 1981-09 RESERVED 242/8 Future use 1981-09 RESERVED 243/8 Future use 1981-09 RESERVED 244/8 Future use 1981-09 RESERVED 245/8 Future use 1981-09 RESERVED 246/8 Future use 1981-09 RESERVED 247/8 Future use 1981-09 RESERVED 248/8 Future use 1981-09 RESERVED 249/8 Future use 1981-09 RESERVED 250/8 Future use 1981-09 RESERVED 251/8 Future use 1981-09 RESERVED 252/8 Future use 1981-09 RESERVED 253/8 Future use 1981-09 RESERVED 254/8 Future use 1981-09 RESERVED 255/8 Future use 1981-09 RESERVED Indicates the status of address blocks as follows: RESERVED: designated by the IETF for specific non-global-unicast purposes as noted. LEGACY: allocated by the central Internet Registry (IR) prior to the Regional Internet Registries (RIRs). This address space is now administered by individual RIRs as noted, including maintenance of WHOIS Directory and reverse DNS records. Assignments from these blocks are distributed globally on a regional basis. ALLOCATED: delegated entirely to specific RIR as indicated. UNALLOCATED: not yet allocated or reserved. 0.0.0.0/8 reserved for self-identification , section 3.2.1.3. Reserved by protocol. For authoritative registration, see . Reserved for Private-Use Networks . Complete registration details for 10.0.0.0/8 are found in . This was reserved for Public Data Networks . See . It was recovered in February 2008 and was subsequently allocated to APNIC in April 2010. 100.64.0.0/10 reserved for Shared Address Space . Complete registration details for 100.64.0.0/10 are found in . 127.0.0.0/8 reserved for Loopback , section 3.2.1.3. Reserved by protocol. For authoritative registration, see . 169.254.0.0/16 reserved for Link Local . Reserved by protocol. For authoritative registration, see . 172.16.0.0/12 reserved for Private-Use Networks . Complete registration details are found in . 192.0.2.0/24 reserved for TEST-NET-1 . Complete registration details for 192.0.2.0/24 are found in . 192.88.99.0/24 reserved for 6to4 Relay Anycast Complete registration details for 192.88.99.0/24 are found in . 192.88.99.2/32 reserved for 6a44 Relay Anycast (possibly collocated with 6to4 Relay at 192.88.99.1/32 - see ) 192.168.0.0/16 reserved for Private-Use Networks . Complete registration details for 192.168.0.0/16 are found in . 192.0.0.0/24 reserved for IANA IPv4 Special Purpose Address Registry . Complete registration details for 192.0.0.0/24 are found in . 198.18.0.0/15 reserved for Network Interconnect Device Benchmark Testing . Complete registration details for 198.18.0.0/15 are found in . 198.51.100.0/24 reserved for TEST-NET-2 . Complete registration details for 198.51.100.0/24 are found in . 203.0.113.0/24 reserved for TEST-NET-3 . Complete registration details for 203.0.113.0/24 are found in . Multicast (formerly "Class D") registered in Unicast-Prefix-Based IPv4 Multicast Addresses Administratively Scoped IP Multicast Reserved for future use (formerly "Class E") . Reserved by protocol. For authoritative registration, see . 255.255.255.255 is reserved for "limited broadcast" destination address and . Complete registration details for 255.255.255.255/32 are found in . ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592822483.0 netaddr-0.8.0/netaddr/ip/ipv6-address-space.xml0000644000076500000240000002255500000000000021372 0ustar00kubastaff00000000000000 Internet Protocol Version 6 Address Space 2019-09-13 The IPv6 address management function was formally delegated to IANA in December 1995 . The registration procedure was confirmed with the IETF Chair in March 2010. As stated in RFC3513, IANA should limit its allocation of IPv6-unicast address space to the range of addresses that start with binary value 001. The rest of the global unicast address space (approximately 85% of the IPv6 address space) is reserved for future definition and use, and is not to be assigned by IANA at this time. While was obsoleted by , the guidiance provided to IANA did not change regarding the allocation of IPv6 unicast addresses. IESG Approval 0000::/8 Reserved by IETF 0100::/8 Reserved by IETF 0100::/64 reserved for Discard-Only Address Block . Complete registration details are found in . 0200::/7 Reserved by IETF Deprecated as of December 2004 . Formerly an OSI NSAP-mapped prefix set . 0400::/6 Reserved by IETF 0800::/5 Reserved by IETF 1000::/4 Reserved by IETF 2000::/3 Global Unicast The IPv6 Unicast space encompasses the entire IPv6 address range with the exception of ff00::/8, per . IANA unicast address assignments are currently limited to the IPv6 unicast address range of 2000::/3. IANA assignments from this block are registered in . 4000::/3 Reserved by IETF 6000::/3 Reserved by IETF 8000::/3 Reserved by IETF a000::/3 Reserved by IETF c000::/3 Reserved by IETF e000::/4 Reserved by IETF f000::/5 Reserved by IETF f800::/6 Reserved by IETF fc00::/7 Unique Local Unicast For complete registration details, see . fe00::/9 Reserved by IETF fe80::/10 Link-Scoped Unicast Reserved by protocol. For authoritative registration, see . fec0::/10 Reserved by IETF Deprecated by in September 2004. Formerly a Site-Local scoped address prefix. ff00::/8 Multicast IANA assignments from this block are registered in . ::1/128 reserved for Loopback Address . Reserved by protocol. For authoritative registration, see . ::/128 reserved for Unspecified Address . Reserved by protocol. For authoritative registration, see . ::ffff:0:0/96 reserved for IPv4-mapped Address . Reserved by protocol. For authoritative registration, see . 0::/96 deprecated by . Formerly defined as the "IPv4-compatible IPv6 address" prefix. The "Well Known Prefix" 64:ff9b::/96 is used in an algorithmic mapping between IPv4 to IPv6 addresses . 64:ff9b:1::/48 reserved for Local-Use IPv4/IPv6 Translation . 2001:0::/23 reserved for IETF Protocol Assignments . For complete registration details, see . 2001:0::/32 reserved for TEREDO . For complete registration details, see . 2001:2::/48 reserved for Benchmarking . For complete registration details, see . 2001:3::/32 reserved for AMT . For complete registration details, see . 2001:4:112::/48 reserved for AS112-v6 . For complete registration details, see . 2001:10::/28 deprecated (formerly ORCHID) . For complete registration details, see . 2001:20::/28 reserved for ORCHIDv2 . For complete registration details, see . 2001:db8::/32 reserved for Documentation . For complete registration details, see . 2002::/16 reserved for 6to4 . For complete registration details, see . ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592822483.0 netaddr-0.8.0/netaddr/ip/ipv6-unicast-address-assignments.xml0000644000076500000240000003500400000000000024267 0ustar00kubastaff00000000000000 IPv6 Global Unicast Address Assignments Internet Protocol version 6 (IPv6) Global Unicast Allocations 2019-11-06 Allocations to RIRs are made in line with the Global Policy published at . All other assignments require IETF Review. The allocation of Internet Protocol version 6 (IPv6) unicast address space is listed here. References to the various other registries detailing the use of the IPv6 address space can be found in the IPv6 Address Space registry. The assignable Global Unicast Address space is defined in as the address block defined by the prefix 2000::/3. was later obsoleted by . All address space in this block not listed in the table below is reserved by IANA for future allocation. 2001:0000::/23 IANA whois.iana.org ALLOCATED 2001:0000::/23 is reserved for IETF Protocol Assignments . 2001:0000::/32 is reserved for TEREDO . 2001:1::1/128 is reserved for Port Control Protocol Anycast . 2001:2::/48 is reserved for Benchmarking . 2001:3::/32 is reserved for AMT . 2001:4:112::/48 is reserved for AS112-v6 . 2001:10::/28 is deprecated (previously ORCHID) . 2001:20::/28 is reserved for ORCHIDv2 . 2001:db8::/32 is reserved for Documentation . For complete registration details, see . 2001:0200::/23 APNIC whois.apnic.net ALLOCATED https://rdap.apnic.net/ 2001:0400::/23 ARIN whois.arin.net ALLOCATED https://rdap.arin.net/registry http://rdap.arin.net/registry 2001:0600::/23 RIPE NCC whois.ripe.net ALLOCATED https://rdap.db.ripe.net/ 2001:0800::/22 RIPE NCC whois.ripe.net ALLOCATED https://rdap.db.ripe.net/ 2001:0800::/23 was allocated on 2002-05-02. The more recent allocation (2002-11-02) incorporates the previous allocation. 2001:0c00::/23 APNIC whois.apnic.net ALLOCATED https://rdap.apnic.net/ 2001:db8::/32 reserved for Documentation . For complete registration details, see . 2001:0e00::/23 APNIC whois.apnic.net ALLOCATED https://rdap.apnic.net/ 2001:1200::/23 LACNIC whois.lacnic.net ALLOCATED https://rdap.lacnic.net/rdap/ 2001:1400::/22 RIPE NCC whois.ripe.net ALLOCATED https://rdap.db.ripe.net/ 2001:1400::/23 was allocated on 2003-02-01. The more recent allocation (2003-07-01) incorporates the previous allocation. 2001:1800::/23 ARIN whois.arin.net ALLOCATED https://rdap.arin.net/registry http://rdap.arin.net/registry 2001:1a00::/23 RIPE NCC whois.ripe.net ALLOCATED https://rdap.db.ripe.net/ 2001:1c00::/22 RIPE NCC whois.ripe.net ALLOCATED https://rdap.db.ripe.net/ 2001:2000::/19 RIPE NCC whois.ripe.net ALLOCATED https://rdap.db.ripe.net/ 2001:2000::/20, 2001:3000::/21, and 2001:3800::/22 were allocated on 2004-05-04. The more recent allocation (2019-03-12) incorporates all these previous allocations. 2001:4000::/23 RIPE NCC whois.ripe.net ALLOCATED https://rdap.db.ripe.net/ 2001:4200::/23 AFRINIC whois.afrinic.net ALLOCATED https://rdap.afrinic.net/rdap/ http://rdap.afrinic.net/rdap/ 2001:4400::/23 APNIC whois.apnic.net ALLOCATED https://rdap.apnic.net/ 2001:4600::/23 RIPE NCC whois.ripe.net ALLOCATED https://rdap.db.ripe.net/ 2001:4800::/23 ARIN whois.arin.net ALLOCATED https://rdap.arin.net/registry http://rdap.arin.net/registry 2001:4a00::/23 RIPE NCC whois.ripe.net ALLOCATED https://rdap.db.ripe.net/ 2001:4c00::/23 RIPE NCC whois.ripe.net ALLOCATED https://rdap.db.ripe.net/ 2001:5000::/20 RIPE NCC whois.ripe.net ALLOCATED https://rdap.db.ripe.net/ 2001:8000::/19 APNIC whois.apnic.net ALLOCATED https://rdap.apnic.net/ 2001:a000::/20 APNIC whois.apnic.net ALLOCATED https://rdap.apnic.net/ 2001:b000::/20 APNIC whois.apnic.net ALLOCATED https://rdap.apnic.net/ 2002:0000::/16 6to4 ALLOCATED 2002::/16 is reserved for 6to4 . For complete registration details, see . 2003:0000::/18 RIPE NCC whois.ripe.net ALLOCATED https://rdap.db.ripe.net/ 2400:0000::/12 APNIC whois.apnic.net ALLOCATED https://rdap.apnic.net/ 2400:0000::/19 was allocated on 2005-05-20. 2400:2000::/19 was allocated on 2005-07-08. 2400:4000::/21 was allocated on 2005-08-08. 2404:0000::/23 was allocated on 2006-01-19. The more recent allocation (2006-10-03) incorporates all these previous allocations. 2600:0000::/12 ARIN whois.arin.net ALLOCATED https://rdap.arin.net/registry http://rdap.arin.net/registry 2600:0000::/22, 2604:0000::/22, 2608:0000::/22 and 260c:0000::/22 were allocated on 2005-04-19. The more recent allocation (2006-10-03) incorporates all these previous allocations. 2610:0000::/23 ARIN whois.arin.net ALLOCATED https://rdap.arin.net/registry http://rdap.arin.net/registry 2620:0000::/23 ARIN whois.arin.net ALLOCATED https://rdap.arin.net/registry http://rdap.arin.net/registry 2630:0000::/12 ARIN whois.arin.net ALLOCATED https://rdap.arin.net/registry http://rdap.arin.net/registry 2800:0000::/12 LACNIC whois.lacnic.net ALLOCATED https://rdap.lacnic.net/rdap/ 2800:0000::/23 was allocated on 2005-11-17. The more recent allocation (2006-10-03) incorporates the previous allocation. 2a00:0000::/12 RIPE NCC whois.ripe.net ALLOCATED https://rdap.db.ripe.net/ 2a00:0000::/21 was originally allocated on 2005-04-19. 2a01:0000::/23 was allocated on 2005-07-14. 2a01:0000::/16 (incorporating the 2a01:0000::/23) was allocated on 2005-12-15. The more recent allocation (2006-10-03) incorporates these previous allocations. 2a10:0000::/12 RIPE NCC whois.ripe.net ALLOCATED https://rdap.db.ripe.net/ 2c00:0000::/12 AFRINIC whois.afrinic.net ALLOCATED https://rdap.afrinic.net/rdap/ http://rdap.afrinic.net/rdap/ 2d00:0000::/8 IANA RESERVED 2e00:0000::/7 IANA RESERVED 3000:0000::/4 IANA RESERVED 3ffe::/16 IANA RESERVED 3ffe:831f::/32 was used for Teredo in some old but widely distributed networking stacks. This usage is deprecated in favor of 2001::/32, which was allocated for the purpose in . 3ffe::/16 and 5f00::/8 were used for the 6bone but were returned. 5f00::/8 IANA RESERVED 3ffe::/16 and 5f00::/8 were used for the 6bone but were returned. ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592822483.0 netaddr-0.8.0/netaddr/ip/multicast-addresses.xml0000644000076500000240000045270100000000000021752 0ustar00kubastaff00000000000000 IPv4 Multicast Address Space Registry 2020-01-21 Stig Venaas Host Extensions for IP Multicasting specifies the extensions required of a host implementation of the Internet Protocol (IP) to support multicasting. The multicast addresses are in the range 224.0.0.0 through 239.255.255.255. Address assignments are listed below. The range of addresses between 224.0.0.0 and 224.0.0.255, inclusive, is reserved for the use of routing protocols and other low-level topology discovery or maintenance protocols, such as gateway discovery and group membership reporting. Multicast routers should not forward any multicast datagram with destination addresses in this range, regardless of its TTL. Local Network Control Block (224.0.0.0 - 224.0.0.255 (224.0.0/24)) Expert Review, IESG Approval, or Standards Action (*) It is only appropriate to use these values in explicitly- configured experiments; they MUST NOT be shipped as defaults in implementations. See for details. 224.0.0.0 Base Address (Reserved) 224.0.0.1 All Systems on this Subnet 224.0.0.2 All Routers on this Subnet 224.0.0.3 Unassigned 224.0.0.4 DVMRP Routers 224.0.0.5 OSPFIGP OSPFIGP All Routers 224.0.0.6 OSPFIGP OSPFIGP Designated Routers 224.0.0.7 ST Routers 224.0.0.8 ST Hosts 224.0.0.9 RIP2 Routers 224.0.0.10 EIGRP Routers 224.0.0.11 Mobile-Agents [Bill Simpson] 224.0.0.12 DHCP Server / Relay Agent [Unknown] 224.0.0.13 All PIM Routers 224.0.0.14 RSVP-ENCAPSULATION 224.0.0.15 all-cbt-routers 224.0.0.16 designated-sbm 224.0.0.17 all-sbms 224.0.0.18 VRRP 224.0.0.19 IPAllL1ISs 224.0.0.20 IPAllL2ISs 224.0.0.21 IPAllIntermediate Systems 224.0.0.22 IGMP 224.0.0.23 GLOBECAST-ID 224.0.0.24 OSPFIGP-TE 224.0.0.25 router-to-switch 224.0.0.26 Unassigned 224.0.0.27 Al MPP Hello 224.0.0.28 ETC Control 224.0.0.29 GE-FANUC 224.0.0.30 indigo-vhdp 224.0.0.31 shinbroadband 224.0.0.32 digistar 224.0.0.33 ff-system-management 224.0.0.34 pt2-discover 224.0.0.35 DXCLUSTER 224.0.0.36 DTCP Announcement 224.0.0.37-224.0.0.68 zeroconfaddr (renew 12/02) 224.0.0.69-224.0.0.100 Reserved 224.0.0.101 cisco-nhap 224.0.0.102 HSRP 224.0.0.103 MDAP 224.0.0.104 Nokia MC CH 224.0.0.105 ff-lr-address 224.0.0.106 All-Snoopers 224.0.0.107 PTP-pdelay 224.0.0.108 Saratoga 2011-03-17 224.0.0.109 LL-MANET-Routers 2011-02-23 224.0.0.110 IGRS 224.0.0.111 Babel 224.0.0.112 MMA Device Discovery 224.0.0.113 AllJoyn 224.0.0.114 Inter RFID Reader Protocol 224.0.0.115 JSDP 224.0.0.116 Device discovery/config 224.0.0.117 DLEP Discovery 224.0.0.118 MAAS 224.0.0.119 ALL_GRASP_NEIGHBORS 224.0.0.120-224.0.0.149 Unassigned 224.0.0.150 Ramp AltitudeCDN MulticastPlus 224.0.0.151-224.0.0.250 Unassigned 224.0.0.251 mDNS 224.0.0.252 Link-local Multicast Name Resolution 2011-03-17 224.0.0.253 Teredo 2010-02-14 224.0.0.254 RFC3692-style Experiment (*) 224.0.0.255 Unassigned Internetwork Control Block (224.0.1.0 - 224.0.1.255 (224.0.1/24)) Expert Review, IESG Approval, or Standards Action 224.0.1.0 VMTP Managers Group 224.0.1.1 NTP Network Time Protocol 224.0.1.2 SGI-Dogfight 224.0.1.3 Rwhod 224.0.1.4 VNP 224.0.1.5 Artificial Horizons - Aviator 224.0.1.6 NSS - Name Service Server 224.0.1.7 AUDIONEWS - Audio News Multicast 224.0.1.8 SUN NIS+ Information Service 224.0.1.9 MTP Multicast Transport Protocol 224.0.1.10 IETF-1-LOW-AUDIO 224.0.1.11 IETF-1-AUDIO 224.0.1.12 IETF-1-VIDEO 224.0.1.13 IETF-2-LOW-AUDIO 224.0.1.14 IETF-2-AUDIO 224.0.1.15 IETF-2-VIDEO 224.0.1.16 MUSIC-SERVICE 224.0.1.17 SEANET-TELEMETRY 224.0.1.18 SEANET-IMAGE 224.0.1.19 MLOADD 224.0.1.20 any private experiment 224.0.1.21 DVMRP on MOSPF [John Moy] 224.0.1.22 SVRLOC 224.0.1.23 XINGTV 224.0.1.24 microsoft-ds <arnoldm&microsoft.com> 224.0.1.25 nbc-pro <bloomer&birch.crd.ge.com> 224.0.1.26 nbc-pfn <bloomer&birch.crd.ge.com> 224.0.1.27 lmsc-calren-1 224.0.1.28 lmsc-calren-2 224.0.1.29 lmsc-calren-3 224.0.1.30 lmsc-calren-4 224.0.1.31 ampr-info 224.0.1.32 mtrace 224.0.1.33 RSVP-encap-1 224.0.1.34 RSVP-encap-2 224.0.1.35 SVRLOC-DA 224.0.1.36 rln-server 224.0.1.37 proshare-mc 224.0.1.38 Unassigned 224.0.1.39 cisco-rp-announce 224.0.1.40 cisco-rp-discovery 224.0.1.41 gatekeeper 224.0.1.42 iberiagames 224.0.1.43 nwn-discovery 224.0.1.44 nwn-adaptor 224.0.1.45 isma-1 224.0.1.46 isma-2 224.0.1.47 telerate 224.0.1.48 ciena 224.0.1.49 dcap-servers 224.0.1.50 dcap-clients 224.0.1.51 mcntp-directory 224.0.1.52 mbone-vcr-directory 224.0.1.53 heartbeat 224.0.1.54 sun-mc-grp 224.0.1.55 extended-sys 224.0.1.56 pdrncs 224.0.1.57 tns-adv-multi 224.0.1.58 vcals-dmu 224.0.1.59 zuba 224.0.1.60 hp-device-disc 224.0.1.61 tms-production 224.0.1.62 sunscalar 224.0.1.63 mmtp-poll 224.0.1.64 compaq-peer 224.0.1.65 iapp 224.0.1.66 multihasc-com 224.0.1.67 serv-discovery 224.0.1.68 mdhcpdisover 224.0.1.69 MMP-bundle-discovery1 224.0.1.70 MMP-bundle-discovery2 224.0.1.71 XYPOINT DGPS Data Feed 224.0.1.72 GilatSkySurfer 224.0.1.73 SharesLive 224.0.1.74 NorthernData [Sheers] 224.0.1.75 SIP [Schulzrinne] 224.0.1.76 IAPP 224.0.1.77 AGENTVIEW 224.0.1.78 Tibco Multicast1 224.0.1.79 Tibco Multicast2 224.0.1.80 MSP 224.0.1.81 OTT (One-way Trip Time) 224.0.1.82 TRACKTICKER 224.0.1.83 dtn-mc 224.0.1.84 jini-announcement 224.0.1.85 jini-request 224.0.1.86 sde-discovery 224.0.1.87 DirecPC-SI 224.0.1.88 B1RMonitor 224.0.1.89 3Com-AMP3 dRMON 224.0.1.90 imFtmSvc 224.0.1.91 NQDS4 224.0.1.92 NQDS5 224.0.1.93 NQDS6 224.0.1.94 NLVL12 224.0.1.95 NTDS1 224.0.1.96 NTDS2 224.0.1.97 NODSA 224.0.1.98 NODSB 224.0.1.99 NODSC 224.0.1.100 NODSD 224.0.1.101 NQDS4R 224.0.1.102 NQDS5R 224.0.1.103 NQDS6R 224.0.1.104 NLVL12R 224.0.1.105 NTDS1R 224.0.1.106 NTDS2R 224.0.1.107 NODSAR 224.0.1.108 NODSBR 224.0.1.109 NODSCR 224.0.1.110 NODSDR 224.0.1.111 MRM 224.0.1.112 TVE-FILE 224.0.1.113 TVE-ANNOUNCE 224.0.1.114 Mac Srv Loc 224.0.1.115 Simple Multicast 224.0.1.116 SpectraLinkGW 224.0.1.117 dieboldmcast 224.0.1.118 Tivoli Systems 224.0.1.119 pq-lic-mcast 224.0.1.120 SPRYWARE LLC 224.0.1.121 Pipesplatform 224.0.1.122 LiebDevMgmg-DM 224.0.1.123 TRIBALVOICE 224.0.1.124 Unassigned (Retracted 1/29/01) 224.0.1.125 PolyCom Relay1 [Coutiere] 224.0.1.126 Infront Multi1 224.0.1.127 XRX DEVICE DISC 224.0.1.128 CNN 224.0.1.129 PTP-primary 224.0.1.130 PTP-alternate1 224.0.1.131 PTP-alternate2 224.0.1.132 PTP-alternate3 224.0.1.133 ProCast 224.0.1.134 3Com Discp 224.0.1.135 CS-Multicasting 224.0.1.136 TS-MC-1 224.0.1.137 Make Source 224.0.1.138 Teleborsa 224.0.1.139 SUMAConfig 224.0.1.140 capwap-ac 224.0.1.141 DHCP-SERVERS 224.0.1.142 CN Router-LL 224.0.1.143 EMWIN 224.0.1.144 Alchemy Cluster 224.0.1.145 Satcast One 224.0.1.146 Satcast Two 224.0.1.147 Satcast Three 224.0.1.148 Intline 224.0.1.149 8x8 Multicast 224.0.1.150 Ramp AltitudeCDN MulticastPlus 224.0.1.151 Intline-1 224.0.1.152 Intline-2 224.0.1.153 Intline-3 224.0.1.154 Intline-4 224.0.1.155 Intline-5 224.0.1.156 Intline-6 224.0.1.157 Intline-7 224.0.1.158 Intline-8 224.0.1.159 Intline-9 224.0.1.160 Intline-10 224.0.1.161 Intline-11 224.0.1.162 Intline-12 224.0.1.163 Intline-13 224.0.1.164 Intline-14 224.0.1.165 Intline-15 224.0.1.166 marratech-cc 224.0.1.167 EMS-InterDev 224.0.1.168 itb301 224.0.1.169 rtv-audio 224.0.1.170 rtv-video 224.0.1.171 HAVI-Sim 224.0.1.172 Nokia Cluster 224.0.1.173 host-request 224.0.1.174 host-announce 224.0.1.175 ptk-cluster 224.0.1.176 Proxim Protocol 224.0.1.177 Gemtek Systems 224.0.1.178 IEEE IAPP 224.0.1.179 1451_Dot5_802_Discovery 224.0.1.180 1451_Dot5_802_Group_1 224.0.1.181 1451_Dot5_802_Group_2 224.0.1.182 1451_Dot5_802_Group_3 224.0.1.183 1451_Dot5_802_Group_4 224.0.1.184 VFSDP 224.0.1.185 ASAP 224.0.1.186 SL-MANET-ROUTERS 224.0.1.187 All CoAP Nodes 224.0.1.188 BRSDP 224.0.1.189-224.0.1.255 Unassigned AD-HOC Block I (224.0.2.0 - 224.0.255.255) Expert Review, IESG Approval, or Standards Action 224.0.2.0 Unassigned 224.0.2.1 "rwho" Group (BSD) (unofficial) 224.0.2.2 SUN RPC PMAPPROC_CALLIT 224.0.2.3 EPSON-disc-set 224.0.2.4 All C1222 Nodes 224.0.2.5 Monitoring Discovery Protocol 224.0.2.6 BitSend MediaStreams 224.0.2.7-224.0.2.8 rxWARN 224.0.2.9 DATV streams 224.0.2.10 swapapp_multicast 224.0.2.11 LDA Discovery Service 224.0.2.12 CNP-HD-PLC 224.0.2.13 BSE 224.0.2.14 OPC Discovery 224.0.2.15-224.0.2.63 Unassigned 224.0.2.64-224.0.2.95 Intercontinental Exchange, Inc. 2007-07 224.0.2.96-224.0.2.127 BallisterNet 224.0.2.128-224.0.2.191 WOZ-Garage 224.0.2.192-224.0.2.255 Intercontinental Exchange, Inc. 224.0.3.0-224.0.3.255 RFE Generic Service 224.0.4.0-224.0.4.255 RFE Individual Conferences 224.0.5.0-224.0.5.127 CDPD Groups [Bob Brenner] 224.0.5.128-224.0.5.191 Intercontinental Exchange, Inc. 224.0.5.192-224.0.5.255 Intercontinental Exchange, Inc. 224.0.6.0-224.0.6.127 Cornell ISIS Project [Tim Clark] 224.0.6.128-224.0.6.143 MoeSingh 224.0.6.144 QDNE 224.0.6.145-224.0.6.150 Unassigned 224.0.6.151 Canon-Device-control 224.0.6.152-224.0.6.191 Unassigned 224.0.6.192-224.0.6.255 OneChicago multicast 224.0.7.0-224.0.7.255 Where-Are-You 224.0.8.0 Cell broadcast encapsulation 224.0.8.1-224.0.8.255 Unassigned 224.0.9.0-224.0.9.255 The Thing System 224.0.10.0-224.0.10.255 DLSw Groups 224.0.11.0-224.0.11.255 NCC.NET Audio 224.0.12.0-224.0.12.63 Microsoft and MSNBC 224.0.12.64-224.0.12.255 Unassigned 224.0.13.0-224.0.13.255 WorldCom Broadcast Services 224.0.14.0-224.0.14.255 NLANR 224.0.15.0-224.0.15.255 Agilent Technologies 224.0.16.0-224.0.16.255 XingNet 224.0.17.0-224.0.17.31 Mercantile & Commodity Exchange 224.0.17.32-224.0.17.63 NDQMD1 224.0.17.64-224.0.17.127 ODN-DTV 224.0.17.128-224.0.17.255 Unassigned 224.0.18.0-224.0.18.255 Dow Jones 224.0.19.0-224.0.19.63 Walt Disney Company 224.0.19.64-224.0.19.95 Cal Multicast 224.0.19.96-224.0.19.127 Intercontinental Exchange, Inc. 2007-07 224.0.19.128-224.0.19.191 IIG Multicast 224.0.19.192-224.0.19.207 Metropol 224.0.19.208-224.0.19.239 Xenoscience, Inc. 224.0.19.240-224.0.19.255 MJDPM 224.0.20.0-224.0.20.63 MS-IP/TV 224.0.20.64-224.0.20.127 Reliable Network Solutions 224.0.20.128-224.0.20.143 TRACKTICKER Group 224.0.20.144-224.0.20.207 CNR Rebroadcast MCA 224.0.20.208-224.0.20.255 Unassigned 224.0.21.0-224.0.21.127 Talarian MCAST 224.0.21.128-224.0.21.255 Unassigned 224.0.22.0-224.0.22.239 WORLD MCAST 224.0.22.240-224.0.22.255 Jones International 224.0.23.0 ECHONET 224.0.23.1 Ricoh-device-ctrl 224.0.23.2 Ricoh-device-ctrl 224.0.23.3-224.0.23.10 Telefeed 224.0.23.11 SpectraTalk 224.0.23.12 EIBnet/IP 224.0.23.13 TVE-ANNOUNCE2 224.0.23.14 DvbServDisc 224.0.23.15-224.0.23.31 MJDPM 224.0.23.32 Norman MCMP 224.0.23.33 RRDP 224.0.23.34 AF_NA 224.0.23.35 AF_OPRA_NBBO 224.0.23.36 AF_OPRA_FULL 224.0.23.37 AF_NEWS 224.0.23.38 AF_NA_CHI 224.0.23.39 AF_OPRA_NBBO_CHI 224.0.23.40 AF_OPRA_FULL_CHI 224.0.23.41 AF_NEWS_CHI 224.0.23.42 Control for IP Video 224.0.23.43 acp-discovery 224.0.23.44 acp-management 224.0.23.45 acp-data 224.0.23.46 dof-multicast 2015-04-23 224.0.23.47 AF_DOB_CHI 224.0.23.48 AF_OPRA_FULL2_CHI 224.0.23.49 AF_DOB 224.0.23.50 AF_OPRA_FULL2 224.0.23.51 Fairview 224.0.23.52 Intercontinental Exchange, Inc. 224.0.23.53 MCP 224.0.23.54 ServDiscovery 224.0.23.55 noaaport1 224.0.23.56 noaaport2 224.0.23.57 noaaport3 224.0.23.58 noaaport4 224.0.23.59 DigacIP7 224.0.23.60 AtscSvcSig 224.0.23.61 SafetyNET p (potentially IGMPv1) 224.0.23.62 BluemoonGamesMC 224.0.23.63 iADT Discovery 224.0.23.64-224.0.23.80 Moneyline 224.0.23.81-224.0.23.127 Reserved (Moneyline) 224.0.23.128-224.0.23.157 PHLX 224.0.23.158 VSCP 224.0.23.159 LXI-EVENT 224.0.23.160 solera_lmca 224.0.23.161 VBooster 224.0.23.162 cajo discovery 224.0.23.163 INTELLIDEN 224.0.23.164 IceEDCP 224.0.23.165 omasg 224.0.23.166 MEDIASTREAM 224.0.23.167 Systech Mcast 224.0.23.168 tricon-system-management 224.0.23.169 MNET discovery 224.0.23.170 CCNx (not for global routing) 224.0.23.171 LLAFP 224.0.23.172 UFMP 224.0.23.173 PHILIPS-HEALTH 224.0.23.174 PHILIPS-HEALTH 224.0.23.175 QDP 224.0.23.176 CalAmp WCP 224.0.23.177 AES discovery 224.0.23.178 JDP Java Discovery Protocol 224.0.23.179 PixelPusher 224.0.23.180 network metronome 224.0.23.181 polaris-video-transport 224.0.23.182-224.0.23.191 Unassigned 224.0.23.192-224.0.23.255 PINKOTC 224.0.24.0-224.0.24.127 AGSC UK VVs 224.0.24.128-224.0.24.255 EM-MULTI 224.0.25.0-224.0.28.255 CME Market Data 224.0.29.0-224.0.30.255 Deutsche Boerse 224.0.31.0-224.0.34.255 CME Market Data 224.0.35.0-224.0.35.255 M2S 224.0.36.0-224.0.36.255 DigiPlay 224.0.37.0-224.0.38.255 LME OMD Addressing 224.0.39.0-224.0.40.255 CDAS 224.0.41.0-224.0.41.255 Intercontinental Exchange, Inc. 2011-02-15 224.0.42.0-224.0.45.255 SINERGIYA 224.0.46.0-224.0.50.255 Deutsche Boerse 224.0.51.0-224.0.51.255 ALCOM-IPTV 2018-02-20 224.0.52.0-224.0.53.255 Euronext 2014-11-24 224.0.54.0-224.0.57.255 Telia Norway mcast 224.0.58.0-224.0.61.255 Intercontinental Exchange, Inc. 224.0.62.0-224.0.62.255 BATS 224.0.63.0-224.0.63.255 BATS Trading 224.0.64.0-224.0.67.255 Euronext 2014-11-24 224.0.68.0-224.0.69.255 ISE 224.0.70.0-224.0.71.255 Intercontinental Exchange, Inc. 2011-03-01 224.0.72.0-224.0.72.255 TMX 224.0.73.0-224.0.74.255 Direct Edge 224.0.75.0-224.0.75.255 ISE 224.0.76.0-224.0.76.255 Intercontinental Exchange, Inc. 2011-03-01 224.0.77.0-224.0.77.255 Intercontinental Exchange, Inc. 224.0.78.0-224.0.78.255 ALCOM-IPTV 2018-02-20 224.0.79.0-224.0.81.255 ISE 224.0.82.0-224.0.85.255 BATS Trading 224.0.86.0-224.0.101.255 Intercontinental Exchange, Inc. 224.0.102.0-224.0.102.127 Intercontinental Exchange, Inc. 224.0.102.128-224.0.102.255 MVS-IPTV-2 224.0.103.0-224.0.104.255 MVS-IPTV 224.0.105.0-224.0.105.127 MIAX Multicast 224.0.105.128-224.0.105.255 MVS-IPTV3 224.0.106.0-224.0.106.255 TMX 224.0.107.0-224.0.108.255 Alpha Group 224.0.109.0-224.0.110.255 Zaklina_Petkovic 224.0.111.0-224.0.111.255 VoleraDataFeed 224.0.112.0-224.0.112.255 JHB-STOCK-EXCH 224.0.113.0-224.0.114.255 Deutsche Boerse 224.0.115.0-224.0.115.255 TMX 224.0.116.0-224.0.116.255 Intercontinental Exchange, Inc 224.0.117.0-224.0.119.255 ISE 224.0.120.0-224.0.120.255 czechbone iptv 224.0.121.0-224.0.121.255 AQUIS-EXCHANGE 224.0.122.0-224.0.123.255 DNS:NET TV 224.0.124.0-224.0.124.255 Boston Options Exchange 224.0.125.0-224.0.125.255 Hanweck Associates 224.0.126.0-224.0.129.255 Intercontinental Exchange, Inc. 224.0.130.0-224.0.131.255 BATS Trading 224.0.132.0-224.0.135.255 Net By Net Holding IPTV 224.0.136.0-224.0.139.255 Aequitas Innovations Inc. 224.0.140.0-224.0.140.255 Instinet 224.0.141.0-224.0.141.255 MIAX-2 224.0.142.0-224.0.142.255 MIAX M3 224.0.143.0-224.0.143.255 A2X-EXCHANGE 224.0.144.0-224.0.151.255 VZ-Multicast-Public 224.0.152.0-224.0.152.255 cse-md 224.0.153.0-224.0.156.255 Telia Norway mcast 224.0.157.0-224.0.157.255 LME OMD Addressing 224.0.158.0-224.0.159.255 TriAct Canada Marketplace LP 224.0.160.0-224.0.165.255 Deutsche Boerse 224.0.166.0-224.0.167.255 Virgin Connect IPTV 224.0.168.0-224.0.169.255 Deutsche Boerse 224.0.170.0-224.0.170.255 MVS-IPTV4 224.0.171.0-224.0.171.255 COINBASE-MARKETS 224.0.172.0-224.0.175.255 Deutsche Boerse 224.0.176.0-224.0.179.255 MIAX-EX-3-4-5 224.0.180.0-224.0.181.255 CBOE Europe 224.0.182.0-224.0.183.255 ALCOM-TV 224.0.184.0-224.0.184.255 AQUIS-EXCHANGE 224.0.185.0-224.0.185.255 Hanweck Associates 224.0.186.0-224.0.186.255 BOX Options Market 224.0.187.0-224.0.188.255 MVS-IPTV5 224.0.189.0-224.0.249.255 Unassigned 224.0.250.0-224.0.251.255 KPN Broadcast Services 224.0.252.0-224.0.252.255 KPN Broadcast Services 224.0.253.0-224.0.253.255 KPN Broadcast Services 224.0.254.0-224.0.254.255 Intelsat IPTV 2011-02-22 224.0.255.0-224.0.255.255 Intelsat IPTV 2011-02-22 RESERVED (224.1.0.0-224.1.255.255 (224.1/16)) No new assignments are being made in this range for the time being. 224.1.0.0-224.1.0.37 Reserved 224.1.0.38 dantz 224.1.0.39-224.1.1.255 Reserved 224.1.2.0-224.1.2.255 Intercontinental Exchange, Inc. 224.1.3.0-224.1.4.255 NOB Cross media facilities 224.1.5.0-224.1.255.255 Reserved SDP/SAP Block (224.2.0.0-224.2.255.255 (224.2/16)) 224.2.0.0-224.2.127.253 Multimedia Conference Calls 224.2.127.254 SAPv1 Announcements 224.2.127.255 SAPv0 Announcements (deprecated) 224.2.128.0-224.2.255.255 SAP Dynamic Assignments AD-HOC Block II (224.3.0.0-224.4.255.255 (224.3/16, 224.4/16)) Expert Review, IESG Approval, or Standards Action 224.3.0.0-224.3.0.63 Nasdaqmdfeeds (re-new/March 2003) 224.3.0.64-224.3.255.255 Reserved 224.4.0.0-224.4.0.255 London Stock Exchange 224.4.1.0-224.4.1.255 London Stock Exchange 224.4.2.0-224.4.2.255 London Stock Exchange 224.4.3.0-224.4.4.255 London Stock Exchange 224.4.5.0-224.4.6.255 London Stock Exchange 224.4.7.0-224.4.7.255 CBOE Holdings 224.4.8.0-224.4.9.255 ISE 224.4.10.0-224.4.13.255 London Stock Exchange 224.4.14.0-224.4.17.255 London Stock Exchange 224.4.18.0-224.4.255.255 Reserved RESERVED (224.5.0.0-224.251.255.255 (251 /16s)) 224.5.0.0-224.251.255.255 Reserved DIS Transient Groups 224.252.0.0-224.255.255.255 (224.252/14)) 224.252.0.0-224.255.255.255 DIS Transient Groups RESERVED (225.0.0.0-231.255.255.255 (7 /8s)) 225.0.0.0-231.255.255.255 Reserved Source-Specific Multicast Block (232.0.0.0-232.255.255.255 (232/8)) Addresses within the 232.0.1.0-232.255.255.255 are dynamically allocated by hosts when needed 232.0.0.0 Reserved 232.0.0.1-232.0.0.255 Reserved for IANA allocation 232.0.1.0-232.255.255.255 Reserved for local host allocation GLOP Block 233.0.0.0-233.251.255.255 GLOP Block AD-HOC Block III (233.252.0.0-233.255.255.255 (233.252/14)) Expert Review, IESG Approval, or Standards Action 233.252.0.0-233.252.0.255 MCAST-TEST-NET 2010-01-20 233.252.1.0-233.252.1.31 Spryware 233.252.1.32-233.252.1.255 Unassigned 233.252.2.0-233.252.7.255 Tradition 233.252.8.0-233.252.11.255 BVMF_MKT_DATA 233.252.12.0-233.252.13.255 blizznet-tv-services 233.252.14.0-233.252.17.255 BVMF_MKT_DATA_2 233.252.18.0-233.255.255.255 Unassigned Unicast-Prefix-based IPv4 Multicast Addresses 234.0.0.0-234.255.255.255 Unicast-Prefix-based IPv4 Multicast Addresses Scoped Multicast Ranges 235.0.0.0-238.255.255.255 Reserved 239.0.0.0-239.255.255.255 Organization-Local Scope Relative Addresses used with Scoped Multicast Addresses (*) It is only appropriate to use these values in explicitly- configured experiments; they MUST NOT be shipped as defaults in implementations. See for details. These addresses are listed in the Domain Name Service under MCAST.NET and 224.IN-ADDR.ARPA. Note that when used on an Ethernet or IEEE 802 network, the 23 low-order bits of the IP Multicast address are placed in the low-order 23 bits of the Ethernet or IEEE 802 net multicast address 1.0.94.0.0.0. See the section on "IANA ETHERNET ADDRESS BLOCK". 0 SAP Session Announcement Protocol 1 MADCAP Protocol 2 SLPv2 Discovery 3 MZAP 4 Multicast Discovery of DNS Services 5 SSDP 6 DHCP v4 7 AAP 8 MBUS 9 UPnP 10 MCAST-TEST-NET-2 11-252 Reserved - To be assigned by the IANA 253 Reserved 254 RFC3692-style Experiment (*) 255 Reserved - To be assigned by the IANA Aadhil Abdul Majeed mailto:aabdulmajeed&lseg.com 2018-01-04 Adam DeMinter mailto:adam.deminter&mwt.net 2011-04-20 Adam Yellen mailto:adam&videofurnace.com 2009-08-12 Akihiro Nishida mailto:nishida&src.ricoh.co.jp 2003-02-01 Alan Novick mailto:anovick&tdc.com 1998-08-01 Alan Robertson mailto:alanr&unix.sh 2012-04-17 Ålands Telekommunikation Ab mailto:tv-noc&alcom.ax 2019-02-28 Alex Lee mailto:alex_mrlee&gemtek.com.tw 2002-10-01 Alexander Pevzner mailto:pzz&pzz.msk.ru 2006-03-17 Alexandre Gomes mailto:agomes&boxtechnology.com 2019-10-02 Andrew Brown mailto:abrown&batstrading.com 2014-03-05 Andrew Cherenson mailto:arc&sgi.com Andrew Rowley mailto:Andrew.Rowley&manchester.ac.uk 2006-06-09 Andy Belk mailto:register1&azulsystems.com 2005-02-01 Andy Crick mailto:acrick&haascnc.com 2008-01-14 Anthony Daga mailto:anthony&mksrc.com 1999-06-01 Antonio Querubin mailto:tony&lava.net 2008-02-04 Applykane Technologies Private Limited mailto:applykane&gmail.com 2017-05-19 Aquis Exchange PLC mailto:networks&aquis.eu 2019-08-28 Architecture Team mailto:tech.arch&quantifytechnology.com 2018-01-31 Arnoud Zwemmer mailto:arnoud&nwn.nl 1996-11-01 Asad Gilani mailto:agilani&nymex.com 1997-07-01 BATS Europe NOC mailto:noceurope&bats.com 2017-06-23 Bernd Uphoff mailto:bernd.uphoff&deutsche-boerse.com 2018-06-19 Bert van Willigen mailto:bert.vanwilligen&philips.com 2004-01-01 Beverly Schwartz mailto:bschwart&bbn.com 1998-06-01 Bill Manning mailto:bmanning&isi.edu 1999-08-01 Bill Schilit mailto:schilit&parc.xerox.com Bill Simpson mailto:bill.simpson&um.cc.umich.edu 1994-11-01 Bill Woodcock mailto:woody&zocalo.net 1998-11-01 Bob Braden mailto:braden&isi.edu 1996-04-01 Bob Brzezinski mailto:bob.brzezinski&activfinancial.com 2005-10-28 Bob Gaddie mailto:bobg&dtn.com 1998-08-01 Bob Meier mailto:meierb&norand.com 1997-12-01 Bob Scheifler mailto:Bob.Scheifler&sun.com 1998-08-01 Bob Sledge mailto:bob&pqsystems.com 1998-12-01 Bodo Rueskamp mailto:br&itchigo.com 2000-03-01 Boris Garber mailto:Boris.Garber&tsx.com 2012-06-12 BOX TECHNOLOGY CANADA INC. 2019-10-04 Brendan Eic mailto:brendan&illyria.wpd.sgi.com Brian Kean mailto:bkean&dca.com 1995-08-01 Brian Kerkan mailto:brian&satcomsystems.com 2000-05-01 Brian Martinicky mailto:Brian_Martinicky&automationintelligence.com 2000-03-01 Brian Trudeau mailto:btrudeau&onechicago.com 2014-09-19 Bruce Factor mailto:ahi!bigapple!bruce&uunet.uu.net Bryan Costales mailto:bcx&infobeat.com 1997-09-01 Bryant Eastham mailto:protocol&opendof.org 2015-04-23 Beirut Stock Exchange mailto:itd&bse.com.lb 2019-01-17 Caleb Bell mailto:cbell&rxnetworks.com 2012-11-19 Carl-Johan Sjöberg mailto:cjs&bitsend.se 2012-04-25 Carl Malamud mailto:carl&media.org 2014-01-03 CBOE Europe mailto:noceurope&cboe.com 2019-02-13 Charles Tewiah mailto:charles.tewiah&westlb-systems.co.uk 2005-09-01 Chas Honton mailto:chas&secant.com 1997-12-01 Choon Lee mailto:cwl&nsd.3com.com 1996-04-01 Chris Adams mailto:jc.adams&reuters.com 2000-07-01 Christopher Mettin mailto:cmettin&gqbc-online.com 2009-05-12 Chuck McManis mailto:cmcmanis&sun.com Clem Verwey mailto:clemv&jse.co.za 2011-12-07 Colin Caughie mailto:cfc&indigo-avs.com 2000-05-01 Coinbase mailto:markets-infra&coinbase.com 2019-01-28 COMTECH Kft. mailto:dev&comtech.co.hu 2016-10-20 Craig Dowell mailto:cdowell&quicinc.com 2011-11-18 Dan Jackson mailto:jdan&us.ibm.com 1997-09-01 Dan Jakubiec mailto:dan.jakubiec&systech.com 2006-09-21 Daniel Dissett mailto:ddissett&peerlogic.com 1998-12-01 Daniel Steinber mailto:Daniel.Steinberg&eng.sun.com Darcy Brockbank mailto:darcy&hasc.com 1997-12-01 Darrell Sveistrup mailto:darrells&truesolutions.net 1999-06-01 Dave Cheriton mailto:cheriton&dsg.stanford.edu Dave Glanzer mailto:dave.glanzer&fieldbus.org 2003-03-01 Dave Thaler mailto:dthaler&microsoft.com 2000-06-01 David Brett mailto:david.brett&alpha-group.ca 2011-10-25 David Brett mailto:david.brett&thecse.com 2016-04-19 David Meyer mailto:meyer&ns.uoregon.edu 1997-01-01 David Mills mailto:mills&udel.edu David Poole mailto:davep&extendsys.com 1997-04-01 David Rubin mailto:drubin&ncc.net 1996-08-01 David Wilson mailto:dwilson&m-x.ca 2013-05-30 Dean Blackketter mailto:dean&corp.webtv.net 1998-11-01 Dino Farinacci mailto:dino&procket.com 1996-03-01 Dirk Koopman mailto:djk&tobit.co.uk 2000-07-01 Doug Dillon mailto:dillon&hns.com 1998-08-01 Douglas Marquardt mailto:dmarquar&woz.org 1997-02-01 Duane Wessels mailto:wessels&nlanr.net 1997-02-01 Ed Moran mailto:admin&cruzjazz.com 1997-10-01 Ed Purkiss mailto:epurkiss&wdmacodi.com 1998-09-01 Eric Hall mailto:ehall&ntrg.com 1999-10-01 Erik Guttman mailto:Erik.Guttman&sun.com 2001-12-01 Ernst EDER mailto:tech&lonmark.org 2018-11-19 Euronext Admin mailto:iana-admin&euronext.com 2014-11-24 Evan Caves mailto:evan&acc.com 1998-06-01 Florian Weimer mailto:fweimer&redhat.com 2013-02-08 Fred Baker mailto:fred&cisco.com 1997-06-01 Gajendra Shukla mailto:gshukla&proxim.com 2002-02-01 Gamini Karunaratne mailto:gkarunaratne&miami-holdings.com 2018-08-01 Gary S. Malkin mailto:GMALKIN&xylogics.com Gary Scott Malkin mailto:gmalkin&baynetworks.com 1998-02-01 Gavin McKee mailto:gav.mckee&coinbase.com 2019-01-25 Gene Marsh mailto:MarshM&diebold.com 1998-11-01 Geoff Golder mailto:geoffgolder&gmail.com 2016-04-19 Geoff Mendal mailto:mendal&talarian.com 1999-01-01 George Neville-Neil mailto:gnn&neville-neil.com 2014-12-17 Gerald Hanweck mailto:jhanweck&hanweckassoc.com 2014-09-05 Giovanni Marzot mailto:gmarzot&ramp.com 2019-03-13 Grant Taylor mailto:grantwtt&gmail.com 2016-10-04 Greig Saunders mailto:gsaunder&londonstockexchange.com 2009-05-12 Guido Petronio mailto:guido.petronio&moneyline.com 2004-01-01 Guilherme Longanezi mailto:glonganezi&bvmf.com.br 2016-09-27 Guy Whitehouse mailto:gwhitehouse&londonstockexchange.com 2006-03-31 Hanweck Associates mailto:iana-change-controller&hanweckassoc.com 2019-10-01 Hatice Unal mailto:CAN-Tech-Network&itg.com 2019-01-25 Heiko Rupp mailto:hwr&xlink.net 1997-01-01 Henri Moelard mailto:HMOELARD&wcnd.nl.lucent.com 1998-03 Henrik Lans mailto:henrik.lans&telia.no 2019-09-27 Hiroshi Okubo mailto:okubo.hiroshi&canon.co.jp 2014-08-01 Howard Gordon mailto:hgordon&xingtech.com IANA mailto:iana&iana.org Ian Armitage mailto:ian&coactive.com 1999-08-01 Ian Stewart mailto:iandbige&yahoo.com 1999-06-01 Ian Wacey mailto:iain.wacey&gefalbany.ge.com 2000-05-01 Ian Wilson mailto:iwilson&cisco.com 2001-12-01 Instinet mailto:uk.networks&instinet.co.uk 2019-08-29 Intercontinental Exchange, Inc. mailto:riradmin&theice.com 2018-04-20 IP Admin mailto:ipaddr&agilent.com 2015-10-12 ISE-Networks mailto:isenetworks&ise.com 2016-05-06 Ishan Wu mailto:iwu&cisco.com 2000-03-01 Itamar Gilad mailto:itamar&arootz.com 2007-08-31 J. Ryan Stinnett mailto:jryans&mozilla.com 2014-07-01 James Crawford mailto:jcrawford&metropol.net 1998-05-01 James Williams mailto:james.williams&lme.com 2017-01-23 Jan Drwal mailto:Jan.Drwal&deutsche-boerse.com 2011-12-19 Jan Vitek mailto:vitek&selfservis.cz 2013-01-15 Jasmine Strong mailto:jasmine&heroicrobotics.com 2014-06-04 Jason Ives mailto:noceurope&cboe.com 2019-02-13 Javier Landin mailto:jlandin&directedge.com 2009-08-28 Jeff Schenk mailto:Jeff.Schenk&intelliden.com 2006-03-31 Jerome Albin mailto:albin&taec.enet.dec.com 1997-06-01 Jerry Whitaker mailto:jwhitaker&atsc.org 2008-12-19 Jim Ginsburg mailto:JGinsburg&jonescorp.com 2007-10-31 Jim Lyle mailto:jim.lyle&siliconimage.com 2006-08-07 Jim Toga mailto:jtoga&ibeam.jf.intel.com 1996-05-01 Joel Lynch mailto:joel.lynch&cnn.com 1999-04-01 Johan Deleu mailto:johan.deleu&alcatel.be 2002-02-01 John Catherino mailto:cajo&dev.java.net 2006-03-31 John Gabler mailto:john.gabler&ips.invensys.com 2007-07-06 John Rittner mailto:rittnerj&cboe.com 2012-04-10 John Veizades mailto:veizades&tgv.com 1995-05-01 Johnathan Ryder mailto:johnathan.ryder&lme.com 2017-03-24 Jon Crowcroft mailto:jon&hocus.cs.ucl.ac.uk 1998-11-01 Jon Gabriel mailto:grabriel&tivoli.com 1998-12-01 Jon Postel mailto:postel&isi.edu Jonathan Niedfeldt mailto:jon&digitalacoustics.com 2008-02-22 Jose Luis Marocho mailto:73374.313&compuserve.com 1996-07-01 Juan Ayas mailto:jayas&lda-audiotech.com 2018-10-17 Julian Nevell mailto:JNEVELL&vbs.bt.co.uk 1999-08-01 Justin Beaman mailto:justin.beaman&midwestvideosolutions.com 2019-11-13 Kang Lee mailto:kang.lee&nist.gov 2007-02-02 Karen Seo mailto:kseo&bbn.com Karl Elad mailto:karl.elad&intelsat.com 2006-03-31 Keith Thompson mailto:thompson&ridgeback.east.sun.com 2001-06-01 Kevin Gross mailto:kvng&ieee.org 2010-03-12 Kevin Gross mailto:kevin.gross&avanw.com 2012-08-28 KPN IP Office mailto:kpn-ip-office&kpn.com 2011-04-18 Kristian A. Bognaes mailto:kristian.bognaes&norman.com 2014-01-08 LDA Audio Tech mailto:info&lda-audiotech.com 2018-10-19 Lev V. Cherednikov mailto:lev.cherednikov&nbn-holding.ru 2014-04-12 Liming Wei mailto:lwei&cisco.com 1998-10-01 LIRNEasia mailto:nuwan&lirneasia.net 2017-10-19 Lloyd Wood mailto:L.Wood&surrey.ac.uk 2011-03-17 LonMark International mailto:tech&lonmark.org 2018-11-19 Louis Mamakos mailto:louie&uu.net 1997-03-01 Kenneth Felix mailto:ken&spryware.com 2010-08-12 Madhav Karhade mailto:Madhav.Karhade&wibhu.com 2003-05-01 Marc Goossens mailto:mgoossens&eiba.com 2003-07-01 Mark Armstrong mailto:Mark.Armstrong&soleratec.com 2006-02-09 Mark Bakke mailto:mbakke&cisco.com 2001-12-01 Mark Hamilton mailto:mah&spectralink.com 1998-11-01 Mark Handley mailto:mjh&isi.edu 1998-12-01 Mark Lewis mailto:Mark_Lewis&ccm.jf.intel.com 1995-10-01 Mark Lipford mailto:mark.a.lipford&sprint.com 2006-07-11 Marlon Berlin mailto:marlon.berlin&dns-net.de 2013-05-25 Martin Forssen mailto:maf&dtek.chalmers.se Mary Timm mailto:mary&xenoscience.com 1998-07-01 Masato Shindoh mailto:jl11456&yamato.ibm.co.jp 1997-08-01 Matthew Straight mailto:matt_straight&yahoo.com 2007-03-01 Maurice Robberson mailto:ceo&mediastreamusa.com 2006-09-15 Mellanox Technologies, Inc. mailto:info&mellanox.com 2019-07-01 Meridian Labs LTD. mailto:mark.wood&meridianlabs.org 2017-10-13 Miami International Security Exchange mailto:networking&miami-holdings.com 2018-08-01 Michael Caravetta mailto:Michael.Caravetta&tsx.com 2012-06-15 Michael Caravetta mailto:Network_Reps&tsx.com 2013-06-03 Michael DeMoney mailto:demoney&eng.sun.com 1997-04-01 Michael Dolan mailto:miked&tbt.com 2003-10-01 Michael Kreutzjans mailto:mike&spryware.com 2007-03-01 Michael Lyle mailto:protocols&translattice.com 2009-11-11 Michael Rosenberg mailto:michael.rosenberg&nasdaqomx.com 2012-03-15 Michael Wang mailto:Michael.Wang&usa.xerox.com 1999-03-01 Midwest Video Solutions mailto:support&midwestvideosolutions.com 2019-11-13 Mika Uusitalo mailto:msu&xingtech.com 1997-04-01 Mike King mailto:mike.king&philips.com 2019-02-07 Mike Pontillo mailto:mike.pontillo&canonical.com 2017-05-19 Mike Rodbell mailto:mrodbell&ciena.com 1997-01-01 Mike Roper mailto:mroper&8x8.com 1999-09-01 Mike Velten mailto:mike_velten&liebert.com 1999-01-01 Moe Singh mailto:moesingh&hotmail.com 2009-09-24 Morten Lindeman mailto:Morten.Lindeman&os.telia.no 1999-03-01 Morteza Kalhour mailto:morteza.kalhour&nokia.com 2002-10-01 Nadine Guillaume mailto:nadine.guillaume&sciatl.com 2005-02-01 Neal Lawrence mailto:neal.lawrence&a2x.co.za 2017-06-02 Nedelcho Stanev mailto:nstanev&csoft.bg 1999-05-01 NE-TEAM_at_telecomsys.com mailto:NE-TEAM&telecomsys.com 2014-11-07 Nick Barendt mailto:nbarendt&vxitech.com 2005-11-01 Nigel Thompson mailto:nigelt&tribal.com 1999-01-01 Oliver Lewis mailto:o.lewis&icerobotics.co.uk 2006-07-11 OPC Foundation mailto:sysadmin&opcfoundation.org 2019-08-19 OSPF WG Chairs mailto:ospf-chairs&ietf.org Oyvind H. Olsen mailto:oyvind-hollup.olsen&canaldigital.com 2007-09-12 Paolo Strazzera mailto:p.strazzera&telematica.it 1999-06-01 Patrick Cipiere mailto:Patrick.Cipiere&udcast.com 2001-01-01 Paul Langille mailto:plangille&dnpg.com 2007-01-17 Paul Roberts mailto:networks&aquis.eu 2019-08-28 Paul Suhler mailto:paul.suhler&quantum.com 2009-05-12 Paul Wallner mailto:paul.wallner&wienstrom.at 2010-09-14 Paul Wissenbach mailto:paulwi&vnd.tek.com 1997-06-01 Peter Aronson mailto:paronson&esri.com 1998-08-01 Peter Parnes mailto:peppar&marratech.com 2000-02-01 Peter White mailto:peter_white&3com.com 1999-04-01 Philips Healthcare mailto:bill.holden&philips.com 2019-02-07 Pierre Oliver mailto:polivier&calamp.com 2011-06-06 Piers Scannell mailto:piers&globecastne.com 2000-03-01 Pilz GmbH and Co. KG mailto:pilz.gmbh&pilz.de 2009-03-17 Prakash Banthia mailto:prakash_banthia&3com.com 1998-09-01 Ralph Kammerlander mailto:ralph.kammerlander&khe.siemens.de 2000-06-01 Ram Iyer mailto:ram&aaccorp.com 1998-03-01 Rami Chalhoub mailto:itd&bse.com.lb 2019-01-17 Ramp Holdings mailto:ops&ramp.com 2019-03-28 Raymond Shum mailto:rshum&ms.com 1998-04-01 Richard Hodges mailto:rh&source.net 1999-03-01 Richard Zulch mailto:richard_zulch&dantz.com 2004-05-01 RIR Admin mailto:riradmin&theice.com 2018-04-20 Rob Janssen mailto:rob&pe1chl.ampr.org 1995-01-01 Robert Hodgson mailto:robert&paratek.co.uk 2001-12-01 Robert Sautter mailto:rsautter&acdnj.itt.com 1999-08-01 Robert Sliwinski mailto:sliwinre&mail1st.com 2000-02-01 Robert Taylor mailto:rtaylor&digicelgroup.com 2016-09-29 Roberto Costa Simoes mailto:rcosta&bvmf.com.br 2010-08-18 Ryon Coleman mailto:rcoleman&3eti.com 2006-04-11 SEIKO EPSON Corp mailto:ogata.hideaki&exc.epson.co.jp 2005-01-01 Sakon Kittivatcharapong mailto:sakonk&cscoms.net 2000-05-01 Sarunas Brakauskas mailto:sbrakaus&cme.com 2007-07-17 Scott Watson mailto:scott&disney.com 1997-08-01 Semtech Corporation mailto:aptovision_support&semtech.com 2019-02-22 Sergey Shulgin mailto:sshulgin&pinkotc.com 2008-08-12 Shachar Dor mailto:shachard&mellanox.com 2019-07-01 Shai Revzen mailto:shai.revzen&harmonicinc.com 1999-04-01 Shane Rowatt mailto:shane.rowatt&star.com.au 1997-03-01 Shivaun Albright mailto:shivaun_albright&hp.com 1997-07-01 Simon Barber mailto:simon.barber&parc.com 2009-09-24 SINERGIYA Ltd. mailto:noc&snrgt.ru 2020-01-21 Soren Martin Sorensen mailto:sms&energimidt.dk 2006-08-07 Stacey O'Rourke mailto:stacey&network-alchemy.com 1999-08-01 Stacey O'Rourke mailto:stacey&cips.nokia.com 2001-01-01 Stephan Wasserroth mailto:wasserroth&fokus.gmd.de 2000-07-01 Stephen Dunne mailto:sdun&isma.co.uk 1997-01-01 Stephen Hanna mailto:steve.hanna&sun.com 2000-07-01 Stephen Ray Middleton mailto:stephen.r.middleton&verizon.com 2015-03-23 Stephen T. Lyda mailto:slyda&emsg.com 2000-02-01 Steve Casner mailto:casner&precept.com Steve Casner mailto:casner&isi.edu 1995-01-01 Steve Deering mailto:deering&cisco.com 1999-10-01 Steve Deering mailto:deering&parc.xerox.com Steve Polishinski mailto:spolishinski&etcconnect.com 2000-03-01 Stuart Kerry mailto:stuart.kerry&philips.com 2003-01-01 Svetlana Kachintseva mailto:skachintseva&hanweck.com 2019-09-12 Susie Armstrong mailto:Armstrong.wbst128&xerox.com Takeshi Saito mailto:takeshi.saito&toshiba.co.jp 2003-02-01 Technicolor NL NOC mailto:noc&technicolor.com 2009-12-23 Telia-Norway-Get-NOC mailto:noc&get.no 2019-08-28 Terry Gibson mailto:terry.gibson&sun.com 1997-08-01 Tetsuo Hoshi mailto:tetsuo.hoshi&jp.yokogawa.com 2004-06-01 Tim DeBaillie mailto:debaillie&ciholas.com 2006-11-30 Tim Gorsline mailto:tgorsline&bats.com 2017-06-23 mailto:tjohnson&londonstockexchange.com 2012-04-11 TMX Atrium mailto:tech-arin&tmxatrium.com 2017-02-09 Tom Ballister mailto:tom&ballister.com 1997-07-01 Tom Blank mailto:tomblank&microsoft.com 1996-11-01 Tom White mailto:info&midi.org 2011-11-02 Tony Ballardie mailto:A.Ballardie&cs.ucl.ac.uk 1997-02-01 Tony Barber mailto:tony.barber&wcom.com 1997-01-01 Tony Przygienda mailto:prz&siara.com 1999-10-01 Tony Wong mailto:wongt&ms.com 1998-07-01 Tradition Network Operations and Command Center mailto:SH-Networking&tradition.com 2010-09-22 TV System Administrators Ålands Telekommunikation Ab mailto:tv-noc&alcom.ax 2019-02-28 UPnP Forum mailto:upnpadmin&forum.upnp.org 2006-06-27 Vanya Levy mailto:vlevy&semtech.com 2019-02-20 Victor Volpe mailto:vvolpe&smtp.microcom.com 1997-10-01 Vladimir Shishkov mailto:v.shishkov&vconnect.ru 2017-02-17 Wally Beddoe mailto:WBeddoe&tkusa.com 2003-04-01 Walter Wallach mailto:walt&sumatech.com 1999-07-01 Wayne Carr mailto:Wayne_Carr&ccm.intel.com 1997-12-01 Wayne Wenyu Liu mailto:wayne.wenyu.liu&gmail.com 2012-06-12 Wenjie Peng mailto:wpeng&tts.telerate.com 1997-01-01 Werner Vogels mailto:vogels&rnets.com 1998-08-01 Wieland Holdfelder mailto:whd&pi4.informatik.uni-mannheim.de 1997-01-01 Xiaoyu Zhou mailto:zhouxyi&lenovo.com 2009-01-20 Yea Uang mailto:uang&force.decnet.lockheed.com 1994-11-01 Yossi Gal mailto:yossi&gilat.com 1998-02-01 Zaklina Petkovic mailto:zaklina.petkovic&alphatradingsystems.ca 2011-07-13 Zaklina Petkovic mailto:zaklina.petkovic&aequin.com 2014-05-16 Zia Bhatti mailto:zia&netright.com 1998-09-01 ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592822483.0 netaddr-0.8.0/netaddr/ip/nmap.py0000644000076500000240000000775600000000000016563 0ustar00kubastaff00000000000000#----------------------------------------------------------------------------- # Copyright (c) 2008 by David P. D. Moss. All rights reserved. # # Released under the BSD license. See the LICENSE file for details. #----------------------------------------------------------------------------- """ Routines for dealing with nmap-style IPv4 address ranges. Based on nmap's Target Specification :- http://nmap.org/book/man-target-specification.html """ from netaddr.core import AddrFormatError from netaddr.ip import IPAddress, IPNetwork from netaddr.compat import _iter_range, _is_str, _iter_next def _nmap_octet_target_values(spec): # Generates sequence of values for an individual octet as defined in the # nmap Target Specification. values = set() for element in spec.split(','): if '-' in element: left, right = element.split('-', 1) if not left: left = 0 if not right: right = 255 low = int(left) high = int(right) if not ((0 <= low <= 255) and (0 <= high <= 255)): raise ValueError('octet value overflow for spec %s!' % (spec,)) if low > high: raise ValueError('left side of hyphen must be <= right %r' % (element,)) for octet in _iter_range(low, high + 1): values.add(octet) else: octet = int(element) if not (0 <= octet <= 255): raise ValueError('octet value overflow for spec %s!' % (spec,)) values.add(octet) return sorted(values) def _generate_nmap_octet_ranges(nmap_target_spec): # Generate 4 lists containing all octets defined by a given nmap Target # specification. if not _is_str(nmap_target_spec): raise TypeError('string expected, not %s' % type(nmap_target_spec)) if not nmap_target_spec: raise ValueError('nmap target specification cannot be blank!') tokens = nmap_target_spec.split('.') if len(tokens) != 4: raise AddrFormatError('invalid nmap range: %s' % (nmap_target_spec,)) return (_nmap_octet_target_values(tokens[0]), _nmap_octet_target_values(tokens[1]), _nmap_octet_target_values(tokens[2]), _nmap_octet_target_values(tokens[3])) def _parse_nmap_target_spec(target_spec): if '/' in target_spec: _, prefix = target_spec.split('/', 1) if not (0 < int(prefix) < 33): raise AddrFormatError('CIDR prefix expected, not %s' % (prefix,)) net = IPNetwork(target_spec) if net.version != 4: raise AddrFormatError('CIDR only support for IPv4!') for ip in net: yield ip elif ':' in target_spec: # nmap only currently supports IPv6 addresses without prefixes. yield IPAddress(target_spec) else: octet_ranges = _generate_nmap_octet_ranges(target_spec) for w in octet_ranges[0]: for x in octet_ranges[1]: for y in octet_ranges[2]: for z in octet_ranges[3]: yield IPAddress("%d.%d.%d.%d" % (w, x, y, z), 4) def valid_nmap_range(target_spec): """ :param target_spec: an nmap-style IP range target specification. :return: ``True`` if IP range target spec is valid, ``False`` otherwise. """ try: _iter_next(_parse_nmap_target_spec(target_spec)) return True except (TypeError, ValueError, AddrFormatError): pass return False def iter_nmap_range(*nmap_target_spec): """ An generator that yields IPAddress objects from defined by nmap target specifications. See https://nmap.org/book/man-target-specification.html for details. :param *nmap_target_spec: one or more nmap IP range target specification. :return: an iterator producing IPAddress objects for each IP in the target spec(s). """ for target_spec in nmap_target_spec: for addr in _parse_nmap_target_spec(target_spec): yield addr ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592822483.0 netaddr-0.8.0/netaddr/ip/rfc1924.py0000644000076500000240000000332600000000000016707 0ustar00kubastaff00000000000000#----------------------------------------------------------------------------- # Copyright (c) 2008 by David P. D. Moss. All rights reserved. # # Released under the BSD license. See the LICENSE file for details. #----------------------------------------------------------------------------- """A basic implementation of RFC 1924 ;-)""" from netaddr.core import AddrFormatError from netaddr.ip import IPAddress from netaddr.compat import _zip def chr_range(low, high): """Returns all characters between low and high chars.""" return [chr(i) for i in range(ord(low), ord(high) + 1)] #: Base 85 integer index to character lookup table. BASE_85 = ( chr_range('0', '9') + chr_range('A', 'Z') + chr_range('a', 'z') + ['!', '#', '$', '%', '&', '(', ')', '*', '+', '-', ';', '<', '=', '>', '?', '@', '^', '_', '`', '{', '|', '}', '~'] ) #: Base 85 digit to integer lookup table. BASE_85_DICT = dict(_zip(BASE_85, range(0, 86))) def ipv6_to_base85(addr): """Convert a regular IPv6 address to base 85.""" ip = IPAddress(addr) int_val = int(ip) remainder = [] while int_val > 0: remainder.append(int_val % 85) int_val //= 85 encoded = ''.join([BASE_85[w] for w in reversed(remainder)]) leading_zeroes = (20 - len(encoded)) * "0" return leading_zeroes + encoded def base85_to_ipv6(addr): """ Convert a base 85 IPv6 address to its hexadecimal format. """ tokens = list(addr) if len(tokens) != 20: raise AddrFormatError('Invalid base 85 IPv6 address: %r' % (addr,)) result = 0 for i, num in enumerate(reversed(tokens)): num = BASE_85_DICT[num] result += (num * 85 ** i) ip = IPAddress(result, 6) return str(ip) ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592907256.0 netaddr-0.8.0/netaddr/ip/sets.py0000644000076500000240000006373200000000000016602 0ustar00kubastaff00000000000000#----------------------------------------------------------------------------- # Copyright (c) 2008 by David P. D. Moss. All rights reserved. # # Released under the BSD license. See the LICENSE file for details. #----------------------------------------------------------------------------- """Set based operations for IP addresses and subnets.""" import itertools as _itertools from netaddr.ip import (IPNetwork, IPAddress, IPRange, cidr_merge, cidr_exclude, iprange_to_cidrs) from netaddr.compat import _sys_maxint, _dict_keys, _int_type def _subtract(supernet, subnets, subnet_idx, ranges): """Calculate IPSet([supernet]) - IPSet(subnets). Assumptions: subnets is sorted, subnet_idx points to the first element in subnets that is a subnet of supernet. Results are appended to the ranges parameter as tuples of in format (version, first, last). Return value is the first subnet_idx that does not point to a subnet of supernet (or len(subnets) if all subsequents items are a subnet of supernet). """ version = supernet._module.version subnet = subnets[subnet_idx] if subnet.first > supernet.first: ranges.append((version, supernet.first, subnet.first - 1)) subnet_idx += 1 prev_subnet = subnet while subnet_idx < len(subnets): cur_subnet = subnets[subnet_idx] if cur_subnet not in supernet: break if prev_subnet.last + 1 == cur_subnet.first: # two adjacent, non-mergable IPNetworks pass else: ranges.append((version, prev_subnet.last + 1, cur_subnet.first - 1)) subnet_idx += 1 prev_subnet = cur_subnet first = prev_subnet.last + 1 last = supernet.last if first <= last: ranges.append((version, first, last)) return subnet_idx def _iter_merged_ranges(sorted_ranges): """Iterate over sorted_ranges, merging where possible Sorted ranges must be a sorted iterable of (version, first, last) tuples. Merging occurs for pairs like [(4, 10, 42), (4, 43, 100)] which is merged into (4, 10, 100), and leads to return value ( IPAddress(10, 4), IPAddress(100, 4) ), which is suitable input for the iprange_to_cidrs function. """ if not sorted_ranges: return current_version, current_start, current_stop = sorted_ranges[0] for next_version, next_start, next_stop in sorted_ranges[1:]: if next_start == current_stop + 1 and next_version == current_version: # Can be merged. current_stop = next_stop continue # Cannot be merged. yield (IPAddress(current_start, current_version), IPAddress(current_stop, current_version)) current_start = next_start current_stop = next_stop current_version = next_version yield (IPAddress(current_start, current_version), IPAddress(current_stop, current_version)) class IPSet(object): """ Represents an unordered collection (set) of unique IP addresses and subnets. """ __slots__ = ('_cidrs', '__weakref__') def __init__(self, iterable=None, flags=0): """ Constructor. :param iterable: (optional) an iterable containing IP addresses, subnets or ranges. :param flags: decides which rules are applied to the interpretation of the addr value. See the netaddr.core namespace documentation for supported constant values. """ if isinstance(iterable, IPNetwork): self._cidrs = {iterable.cidr: True} elif isinstance(iterable, IPRange): self._cidrs = dict.fromkeys( iprange_to_cidrs(iterable[0], iterable[-1]), True) elif isinstance(iterable, IPSet): self._cidrs = dict.fromkeys(iterable.iter_cidrs(), True) else: self._cidrs = {} if iterable is not None: mergeable = [] for addr in iterable: if isinstance(addr, _int_type): addr = IPAddress(addr, flags=flags) mergeable.append(addr) for cidr in cidr_merge(mergeable): self._cidrs[cidr] = True def __getstate__(self): """:return: Pickled state of an ``IPSet`` object.""" return tuple([cidr.__getstate__() for cidr in self._cidrs]) def __setstate__(self, state): """ :param state: data used to unpickle a pickled ``IPSet`` object. """ self._cidrs = dict.fromkeys( (IPNetwork((value, prefixlen), version=version) for value, prefixlen, version in state), True) def _compact_single_network(self, added_network): """ Same as compact(), but assume that added_network is the only change and that this IPSet was properly compacted before added_network was added. This allows to perform compaction much faster. added_network must already be present in self._cidrs. """ added_first = added_network.first added_last = added_network.last added_version = added_network.version # Check for supernets and subnets of added_network. if added_network._prefixlen == added_network._module.width: # This is a single IP address, i.e. /32 for IPv4 or /128 for IPv6. # It does not have any subnets, so we only need to check for its # potential supernets. for potential_supernet in added_network.supernet(): if potential_supernet in self._cidrs: del self._cidrs[added_network] return else: # IPNetworks from self._cidrs that are subnets of added_network. to_remove = [] for cidr in self._cidrs: if (cidr._module.version != added_version or cidr == added_network): # We found added_network or some network of a different version. continue first = cidr.first last = cidr.last if first >= added_first and last <= added_last: # cidr is a subnet of added_network. Remember to remove it. to_remove.append(cidr) elif first <= added_first and last >= added_last: # cidr is a supernet of added_network. Remove added_network. del self._cidrs[added_network] # This IPSet was properly compacted before. Since added_network # is removed now, it must again be properly compacted -> done. assert (not to_remove) return for item in to_remove: del self._cidrs[item] # Check if added_network can be merged with another network. # Note that merging can only happen between networks of the same # prefixlen. This just leaves 2 candidates: The IPNetworks just before # and just after the added_network. # This can be reduced to 1 candidate: 10.0.0.0/24 and 10.0.1.0/24 can # be merged into into 10.0.0.0/23. But 10.0.1.0/24 and 10.0.2.0/24 # cannot be merged. With only 1 candidate, we might as well make a # dictionary lookup. shift_width = added_network._module.width - added_network.prefixlen while added_network.prefixlen != 0: # figure out if the least significant bit of the network part is 0 or 1. the_bit = (added_network._value >> shift_width) & 1 if the_bit: candidate = added_network.previous() else: candidate = added_network.next() if candidate not in self._cidrs: # The only possible merge does not work -> merge done return # Remove added_network&candidate, add merged network. del self._cidrs[candidate] del self._cidrs[added_network] added_network.prefixlen -= 1 # Be sure that we set the host bits to 0 when we move the prefixlen. # Otherwise, adding 255.255.255.255/32 will result in a merged # 255.255.255.255/24 network, but we want 255.255.255.0/24. shift_width += 1 added_network._value = (added_network._value >> shift_width) << shift_width self._cidrs[added_network] = True def compact(self): """ Compact internal list of `IPNetwork` objects using a CIDR merge. """ cidrs = cidr_merge(self._cidrs) self._cidrs = dict.fromkeys(cidrs, True) def __hash__(self): """ Raises ``TypeError`` if this method is called. .. note:: IPSet objects are not hashable and cannot be used as \ dictionary keys or as members of other sets. \ """ raise TypeError('IP sets are unhashable!') def __contains__(self, ip): """ :param ip: An IP address or subnet. :return: ``True`` if IP address or subnet is a member of this IP set. """ # Iterating over self._cidrs is an O(n) operation: 1000 items in # self._cidrs would mean 1000 loops. Iterating over all possible # supernets loops at most 32 times for IPv4 or 128 times for IPv6, # no matter how many CIDRs this object contains. supernet = IPNetwork(ip) if supernet in self._cidrs: return True while supernet._prefixlen: supernet._prefixlen -= 1 if supernet in self._cidrs: return True return False def __nonzero__(self): """Return True if IPSet contains at least one IP, else False""" return bool(self._cidrs) __bool__ = __nonzero__ # Python 3.x. def __iter__(self): """ :return: an iterator over the IP addresses within this IP set. """ return _itertools.chain(*sorted(self._cidrs)) def iter_cidrs(self): """ :return: an iterator over individual IP subnets within this IP set. """ return sorted(self._cidrs) def add(self, addr, flags=0): """ Adds an IP address or subnet or IPRange to this IP set. Has no effect if it is already present. Note that where possible the IP address or subnet is merged with other members of the set to form more concise CIDR blocks. :param addr: An IP address or subnet in either string or object form, or an IPRange object. :param flags: decides which rules are applied to the interpretation of the addr value. See the netaddr.core namespace documentation for supported constant values. """ if isinstance(addr, IPRange): new_cidrs = dict.fromkeys( iprange_to_cidrs(addr[0], addr[-1]), True) self._cidrs.update(new_cidrs) self.compact() return if isinstance(addr, IPNetwork): # Networks like 10.1.2.3/8 need to be normalized to 10.0.0.0/8 addr = addr.cidr elif isinstance(addr, _int_type): addr = IPNetwork(IPAddress(addr, flags=flags)) else: addr = IPNetwork(addr) self._cidrs[addr] = True self._compact_single_network(addr) def remove(self, addr, flags=0): """ Removes an IP address or subnet or IPRange from this IP set. Does nothing if it is not already a member. Note that this method behaves more like discard() found in regular Python sets because it doesn't raise KeyError exceptions if the IP address or subnet is question does not exist. It doesn't make sense to fully emulate that behaviour here as IP sets contain groups of individual IP addresses as individual set members using IPNetwork objects. :param addr: An IP address or subnet, or an IPRange. :param flags: decides which rules are applied to the interpretation of the addr value. See the netaddr.core namespace documentation for supported constant values. """ if isinstance(addr, IPRange): cidrs = iprange_to_cidrs(addr[0], addr[-1]) for cidr in cidrs: self.remove(cidr) return if isinstance(addr, _int_type): addr = IPAddress(addr, flags=flags) else: addr = IPNetwork(addr) # This add() is required for address blocks provided that are larger # than blocks found within the set but have overlaps. e.g. :- # # >>> IPSet(['192.0.2.0/24']).remove('192.0.2.0/23') # IPSet([]) # self.add(addr) remainder = None matching_cidr = None # Search for a matching CIDR and exclude IP from it. for cidr in self._cidrs: if addr in cidr: remainder = cidr_exclude(cidr, addr) matching_cidr = cidr break # Replace matching CIDR with remaining CIDR elements. if remainder is not None: del self._cidrs[matching_cidr] for cidr in remainder: self._cidrs[cidr] = True # No call to self.compact() is needed. Removing an IPNetwork cannot # create mergable networks. def pop(self): """ Removes and returns an arbitrary IP address or subnet from this IP set. :return: An IP address or subnet. """ return self._cidrs.popitem()[0] def isdisjoint(self, other): """ :param other: an IP set. :return: ``True`` if this IP set has no elements (IP addresses or subnets) in common with other. Intersection *must* be an empty set. """ result = self.intersection(other) return not result def copy(self): """:return: a shallow copy of this IP set.""" obj_copy = self.__class__() obj_copy._cidrs.update(self._cidrs) return obj_copy def update(self, iterable, flags=0): """ Update the contents of this IP set with the union of itself and other IP set. :param iterable: an iterable containing IP addresses, subnets or ranges. :param flags: decides which rules are applied to the interpretation of the addr value. See the netaddr.core namespace documentation for supported constant values. """ if isinstance(iterable, IPSet): self._cidrs = dict.fromkeys( (ip for ip in cidr_merge(_dict_keys(self._cidrs) + _dict_keys(iterable._cidrs))), True) return elif isinstance(iterable, (IPNetwork, IPRange)): self.add(iterable) return if not hasattr(iterable, '__iter__'): raise TypeError('an iterable was expected!') # An iterable containing IP addresses or subnets. mergeable = [] for addr in iterable: if isinstance(addr, _int_type): addr = IPAddress(addr, flags=flags) mergeable.append(addr) for cidr in cidr_merge(_dict_keys(self._cidrs) + mergeable): self._cidrs[cidr] = True self.compact() def clear(self): """Remove all IP addresses and subnets from this IP set.""" self._cidrs = {} def __eq__(self, other): """ :param other: an IP set :return: ``True`` if this IP set is equivalent to the ``other`` IP set, ``False`` otherwise. """ try: return self._cidrs == other._cidrs except AttributeError: return NotImplemented def __ne__(self, other): """ :param other: an IP set :return: ``False`` if this IP set is equivalent to the ``other`` IP set, ``True`` otherwise. """ try: return self._cidrs != other._cidrs except AttributeError: return NotImplemented def __lt__(self, other): """ :param other: an IP set :return: ``True`` if this IP set is less than the ``other`` IP set, ``False`` otherwise. """ if not hasattr(other, '_cidrs'): return NotImplemented return self.size < other.size and self.issubset(other) def issubset(self, other): """ :param other: an IP set. :return: ``True`` if every IP address and subnet in this IP set is found within ``other``. """ for cidr in self._cidrs: if cidr not in other: return False return True __le__ = issubset def __gt__(self, other): """ :param other: an IP set. :return: ``True`` if this IP set is greater than the ``other`` IP set, ``False`` otherwise. """ if not hasattr(other, '_cidrs'): return NotImplemented return self.size > other.size and self.issuperset(other) def issuperset(self, other): """ :param other: an IP set. :return: ``True`` if every IP address and subnet in other IP set is found within this one. """ if not hasattr(other, '_cidrs'): return NotImplemented for cidr in other._cidrs: if cidr not in self: return False return True __ge__ = issuperset def union(self, other): """ :param other: an IP set. :return: the union of this IP set and another as a new IP set (combines IP addresses and subnets from both sets). """ ip_set = self.copy() ip_set.update(other) return ip_set __or__ = union def intersection(self, other): """ :param other: an IP set. :return: the intersection of this IP set and another as a new IP set. (IP addresses and subnets common to both sets). """ result_cidrs = {} own_nets = sorted(self._cidrs) other_nets = sorted(other._cidrs) own_idx = 0 other_idx = 0 own_len = len(own_nets) other_len = len(other_nets) while own_idx < own_len and other_idx < other_len: own_cur = own_nets[own_idx] other_cur = other_nets[other_idx] if own_cur == other_cur: result_cidrs[own_cur] = True own_idx += 1 other_idx += 1 elif own_cur in other_cur: result_cidrs[own_cur] = True own_idx += 1 elif other_cur in own_cur: result_cidrs[other_cur] = True other_idx += 1 else: # own_cur and other_cur have nothing in common if own_cur < other_cur: own_idx += 1 else: other_idx += 1 # We ran out of networks in own_nets or other_nets. Either way, there # can be no further result_cidrs. result = IPSet() result._cidrs = result_cidrs return result __and__ = intersection def symmetric_difference(self, other): """ :param other: an IP set. :return: the symmetric difference of this IP set and another as a new IP set (all IP addresses and subnets that are in exactly one of the sets). """ # In contrast to intersection() and difference(), we cannot construct # the result_cidrs easily. Some cidrs may have to be merged, e.g. for # IPSet(["10.0.0.0/32"]).symmetric_difference(IPSet(["10.0.0.1/32"])). result_ranges = [] own_nets = sorted(self._cidrs) other_nets = sorted(other._cidrs) own_idx = 0 other_idx = 0 own_len = len(own_nets) other_len = len(other_nets) while own_idx < own_len and other_idx < other_len: own_cur = own_nets[own_idx] other_cur = other_nets[other_idx] if own_cur == other_cur: own_idx += 1 other_idx += 1 elif own_cur in other_cur: own_idx = _subtract(other_cur, own_nets, own_idx, result_ranges) other_idx += 1 elif other_cur in own_cur: other_idx = _subtract(own_cur, other_nets, other_idx, result_ranges) own_idx += 1 else: # own_cur and other_cur have nothing in common if own_cur < other_cur: result_ranges.append((own_cur._module.version, own_cur.first, own_cur.last)) own_idx += 1 else: result_ranges.append((other_cur._module.version, other_cur.first, other_cur.last)) other_idx += 1 # If the above loop terminated because it processed all cidrs of # "other", then any remaining cidrs in self must be part of the result. while own_idx < own_len: own_cur = own_nets[own_idx] result_ranges.append((own_cur._module.version, own_cur.first, own_cur.last)) own_idx += 1 # If the above loop terminated because it processed all cidrs of # self, then any remaining cidrs in "other" must be part of the result. while other_idx < other_len: other_cur = other_nets[other_idx] result_ranges.append((other_cur._module.version, other_cur.first, other_cur.last)) other_idx += 1 result = IPSet() for start, stop in _iter_merged_ranges(result_ranges): cidrs = iprange_to_cidrs(start, stop) for cidr in cidrs: result._cidrs[cidr] = True return result __xor__ = symmetric_difference def difference(self, other): """ :param other: an IP set. :return: the difference between this IP set and another as a new IP set (all IP addresses and subnets that are in this IP set but not found in the other.) """ result_ranges = [] result_cidrs = {} own_nets = sorted(self._cidrs) other_nets = sorted(other._cidrs) own_idx = 0 other_idx = 0 own_len = len(own_nets) other_len = len(other_nets) while own_idx < own_len and other_idx < other_len: own_cur = own_nets[own_idx] other_cur = other_nets[other_idx] if own_cur == other_cur: own_idx += 1 other_idx += 1 elif own_cur in other_cur: own_idx += 1 elif other_cur in own_cur: other_idx = _subtract(own_cur, other_nets, other_idx, result_ranges) own_idx += 1 else: # own_cur and other_cur have nothing in common if own_cur < other_cur: result_cidrs[own_cur] = True own_idx += 1 else: other_idx += 1 # If the above loop terminated because it processed all cidrs of # "other", then any remaining cidrs in self must be part of the result. while own_idx < own_len: result_cidrs[own_nets[own_idx]] = True own_idx += 1 for start, stop in _iter_merged_ranges(result_ranges): for cidr in iprange_to_cidrs(start, stop): result_cidrs[cidr] = True result = IPSet() result._cidrs = result_cidrs return result __sub__ = difference def __len__(self): """ :return: the cardinality of this IP set (i.e. sum of individual IP \ addresses). Raises ``IndexError`` if size > maxint (a Python \ limitation). Use the .size property for subnets of any size. """ size = self.size if size > _sys_maxint: raise IndexError( "range contains more than %d (sys.maxint) IP addresses!" "Use the .size property instead." % _sys_maxint) return size @property def size(self): """ The cardinality of this IP set (based on the number of individual IP addresses including those implicitly defined in subnets). """ return sum([cidr.size for cidr in self._cidrs]) def __repr__(self): """:return: Python statement to create an equivalent object""" return 'IPSet(%r)' % [str(c) for c in sorted(self._cidrs)] __str__ = __repr__ def iscontiguous(self): """ Returns True if the members of the set form a contiguous IP address range (with no gaps), False otherwise. :return: ``True`` if the ``IPSet`` object is contiguous. """ cidrs = self.iter_cidrs() if len(cidrs) > 1: previous = cidrs[0][0] for cidr in cidrs: if cidr[0] != previous: return False previous = cidr[-1] + 1 return True def iprange(self): """ Generates an IPRange for this IPSet, if all its members form a single contiguous sequence. Raises ``ValueError`` if the set is not contiguous. :return: An ``IPRange`` for all IPs in the IPSet. """ if self.iscontiguous(): cidrs = self.iter_cidrs() if not cidrs: return None return IPRange(cidrs[0][0], cidrs[-1][-1]) else: raise ValueError("IPSet is not contiguous") def iter_ipranges(self): """Generate the merged IPRanges for this IPSet. In contrast to self.iprange(), this will work even when the IPSet is not contiguous. Adjacent IPRanges will be merged together, so you get the minimal number of IPRanges. """ sorted_ranges = [(cidr._module.version, cidr.first, cidr.last) for cidr in self.iter_cidrs()] for start, stop in _iter_merged_ranges(sorted_ranges): yield IPRange(start, stop) ././@PaxHeader0000000000000000000000000000003400000000000011452 xustar000000000000000028 mtime=1593787414.5901732 netaddr-0.8.0/netaddr/strategy/0000755000076500000240000000000000000000000016471 5ustar00kubastaff00000000000000././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592822483.0 netaddr-0.8.0/netaddr/strategy/__init__.py0000644000076500000240000001646700000000000020620 0ustar00kubastaff00000000000000#----------------------------------------------------------------------------- # Copyright (c) 2008 by David P. D. Moss. All rights reserved. # # Released under the BSD license. See the LICENSE file for details. #----------------------------------------------------------------------------- """ Shared logic for various address types. """ import re as _re from netaddr.compat import _range, _is_str def bytes_to_bits(): """ :return: A 256 element list containing 8-bit binary digit strings. The list index value is equivalent to its bit string value. """ lookup = [] bits_per_byte = _range(7, -1, -1) for num in range(256): bits = 8 * [None] for i in bits_per_byte: bits[i] = '01'[num & 1] num >>= 1 lookup.append(''.join(bits)) return lookup #: A lookup table of 8-bit integer values to their binary digit bit strings. BYTES_TO_BITS = bytes_to_bits() def valid_words(words, word_size, num_words): """ :param words: A sequence of unsigned integer word values. :param word_size: Width (in bits) of each unsigned integer word value. :param num_words: Number of unsigned integer words expected. :return: ``True`` if word sequence is valid for this address type, ``False`` otherwise. """ if not hasattr(words, '__iter__'): return False if len(words) != num_words: return False max_word = 2 ** word_size - 1 for i in words: if not 0 <= i <= max_word: return False return True def int_to_words(int_val, word_size, num_words): """ :param int_val: Unsigned integer to be divided into words of equal size. :param word_size: Width (in bits) of each unsigned integer word value. :param num_words: Number of unsigned integer words expected. :return: A tuple contain unsigned integer word values split according to provided arguments. """ max_int = 2 ** (num_words * word_size) - 1 if not 0 <= int_val <= max_int: raise IndexError('integer out of bounds: %r!' % hex(int_val)) max_word = 2 ** word_size - 1 words = [] for _ in range(num_words): word = int_val & max_word words.append(int(word)) int_val >>= word_size return tuple(reversed(words)) def words_to_int(words, word_size, num_words): """ :param words: A sequence of unsigned integer word values. :param word_size: Width (in bits) of each unsigned integer word value. :param num_words: Number of unsigned integer words expected. :return: An unsigned integer that is equivalent to value represented by word sequence. """ if not valid_words(words, word_size, num_words): raise ValueError('invalid integer word sequence: %r!' % (words,)) int_val = 0 for i, num in enumerate(reversed(words)): word = num word = word << word_size * i int_val = int_val | word return int_val def valid_bits(bits, width, word_sep=''): """ :param bits: A network address in a delimited binary string format. :param width: Maximum width (in bits) of a network address (excluding delimiters). :param word_sep: (optional) character or string used to delimit word groups (default: '', no separator). :return: ``True`` if network address is valid, ``False`` otherwise. """ if not _is_str(bits): return False if word_sep != '': bits = bits.replace(word_sep, '') if len(bits) != width: return False max_int = 2 ** width - 1 try: if 0 <= int(bits, 2) <= max_int: return True except ValueError: pass return False def bits_to_int(bits, width, word_sep=''): """ :param bits: A network address in a delimited binary string format. :param width: Maximum width (in bits) of a network address (excluding delimiters). :param word_sep: (optional) character or string used to delimit word groups (default: '', no separator). :return: An unsigned integer that is equivalent to value represented by network address in readable binary form. """ if not valid_bits(bits, width, word_sep): raise ValueError('invalid readable binary string: %r!' % (bits,)) if word_sep != '': bits = bits.replace(word_sep, '') return int(bits, 2) def int_to_bits(int_val, word_size, num_words, word_sep=''): """ :param int_val: An unsigned integer. :param word_size: Width (in bits) of each unsigned integer word value. :param num_words: Number of unsigned integer words expected. :param word_sep: (optional) character or string used to delimit word groups (default: '', no separator). :return: A network address in a delimited binary string format that is equivalent in value to unsigned integer. """ bit_words = [] for word in int_to_words(int_val, word_size, num_words): bits = [] while word: bits.append(BYTES_TO_BITS[word & 255]) word >>= 8 bits.reverse() bit_str = ''.join(bits) or '0' * word_size bits = ('0' * word_size + bit_str)[-word_size:] bit_words.append(bits) if word_sep != '': # Check custom separator. if not _is_str(word_sep): raise ValueError('word separator is not a string: %r!' % (word_sep,)) return word_sep.join(bit_words) def valid_bin(bin_val, width): """ :param bin_val: A network address in Python's binary representation format ('0bxxx'). :param width: Maximum width (in bits) of a network address (excluding delimiters). :return: ``True`` if network address is valid, ``False`` otherwise. """ if not _is_str(bin_val): return False if not bin_val.startswith('0b'): return False bin_val = bin_val.replace('0b', '') if len(bin_val) > width: return False max_int = 2 ** width - 1 try: if 0 <= int(bin_val, 2) <= max_int: return True except ValueError: pass return False def int_to_bin(int_val, width): """ :param int_val: An unsigned integer. :param width: Maximum allowed width (in bits) of a unsigned integer. :return: Equivalent string value in Python's binary representation format ('0bxxx'). """ bin_tokens = [] try: # Python 2.6.x and upwards. bin_val = bin(int_val) except NameError: # Python 2.4.x and 2.5.x i = int_val while i > 0: word = i & 0xff bin_tokens.append(BYTES_TO_BITS[word]) i >>= 8 bin_tokens.reverse() bin_val = '0b' + _re.sub(r'^[0]+([01]+)$', r'\1', ''.join(bin_tokens)) if len(bin_val[2:]) > width: raise IndexError('binary string out of bounds: %s!' % (bin_val,)) return bin_val def bin_to_int(bin_val, width): """ :param bin_val: A string containing an unsigned integer in Python's binary representation format ('0bxxx'). :param width: Maximum allowed width (in bits) of a unsigned integer. :return: An unsigned integer that is equivalent to value represented by Python binary string format. """ if not valid_bin(bin_val, width): raise ValueError('not a valid Python binary string: %r!' % (bin_val,)) return int(bin_val.replace('0b', ''), 2) ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592906723.0 netaddr-0.8.0/netaddr/strategy/eui48.py0000644000076500000240000002070000000000000020000 0ustar00kubastaff00000000000000#----------------------------------------------------------------------------- # Copyright (c) 2008 by David P. D. Moss. All rights reserved. # # Released under the BSD license. See the LICENSE file for details. #----------------------------------------------------------------------------- """ IEEE 48-bit EUI (MAC address) logic. Supports numerous MAC string formats including Cisco's triple hextet as well as bare MACs containing no delimiters. """ import struct as _struct import re as _re # Check whether we need to use fallback code or not. try: from socket import AF_LINK except ImportError: AF_LINK = 48 from netaddr.core import AddrFormatError from netaddr.compat import _is_str from netaddr.strategy import ( valid_words as _valid_words, int_to_words as _int_to_words, words_to_int as _words_to_int, valid_bits as _valid_bits, bits_to_int as _bits_to_int, int_to_bits as _int_to_bits, valid_bin as _valid_bin, int_to_bin as _int_to_bin, bin_to_int as _bin_to_int) #: The width (in bits) of this address type. width = 48 #: The AF_* constant value of this address type. family = AF_LINK #: A friendly string name address type. family_name = 'MAC' #: The version of this address type. version = 48 #: The maximum integer value that can be represented by this address type. max_int = 2 ** width - 1 #----------------------------------------------------------------------------- # Dialect classes. #----------------------------------------------------------------------------- class mac_eui48(object): """A standard IEEE EUI-48 dialect class.""" #: The individual word size (in bits) of this address type. word_size = 8 #: The number of words in this address type. num_words = width // word_size #: The maximum integer value for an individual word in this address type. max_word = 2 ** word_size - 1 #: The separator character used between each word. word_sep = '-' #: The format string to be used when converting words to string values. word_fmt = '%.2X' #: The number base to be used when interpreting word values as integers. word_base = 16 class mac_unix(mac_eui48): """A UNIX-style MAC address dialect class.""" word_size = 8 num_words = width // word_size word_sep = ':' word_fmt = '%x' word_base = 16 class mac_unix_expanded(mac_unix): """A UNIX-style MAC address dialect class with leading zeroes.""" word_fmt = '%.2x' class mac_cisco(mac_eui48): """A Cisco 'triple hextet' MAC address dialect class.""" word_size = 16 num_words = width // word_size word_sep = '.' word_fmt = '%.4x' word_base = 16 class mac_bare(mac_eui48): """A bare (no delimiters) MAC address dialect class.""" word_size = 48 num_words = width // word_size word_sep = '' word_fmt = '%.12X' word_base = 16 class mac_pgsql(mac_eui48): """A PostgreSQL style (2 x 24-bit words) MAC address dialect class.""" word_size = 24 num_words = width // word_size word_sep = ':' word_fmt = '%.6x' word_base = 16 #: The default dialect to be used when not specified by the user. DEFAULT_DIALECT = mac_eui48 #----------------------------------------------------------------------------- #: Regular expressions to match all supported MAC address formats. RE_MAC_FORMATS = ( # 2 bytes x 6 (UNIX, Windows, EUI-48) '^' + ':'.join(['([0-9A-F]{1,2})'] * 6) + '$', '^' + '-'.join(['([0-9A-F]{1,2})'] * 6) + '$', # 4 bytes x 3 (Cisco) '^' + ':'.join(['([0-9A-F]{1,4})'] * 3) + '$', '^' + '-'.join(['([0-9A-F]{1,4})'] * 3) + '$', '^' + r'\.'.join(['([0-9A-F]{1,4})'] * 3) + '$', # 6 bytes x 2 (PostgreSQL) '^' + '-'.join(['([0-9A-F]{5,6})'] * 2) + '$', '^' + ':'.join(['([0-9A-F]{5,6})'] * 2) + '$', # 12 bytes (bare, no delimiters) '^(' + ''.join(['[0-9A-F]'] * 12) + ')$', '^(' + ''.join(['[0-9A-F]'] * 11) + ')$', ) # For efficiency, each string regexp converted in place to its compiled # counterpart. RE_MAC_FORMATS = [_re.compile(_, _re.IGNORECASE) for _ in RE_MAC_FORMATS] def valid_str(addr): """ :param addr: An IEEE EUI-48 (MAC) address in string form. :return: ``True`` if MAC address string is valid, ``False`` otherwise. """ for regexp in RE_MAC_FORMATS: try: match_result = regexp.findall(addr) if len(match_result) != 0: return True except TypeError: pass return False def str_to_int(addr): """ :param addr: An IEEE EUI-48 (MAC) address in string form. :return: An unsigned integer that is equivalent to value represented by EUI-48/MAC string address formatted according to the dialect settings. """ words = [] if _is_str(addr): found_match = False for regexp in RE_MAC_FORMATS: match_result = regexp.findall(addr) if len(match_result) != 0: found_match = True if isinstance(match_result[0], tuple): words = match_result[0] else: words = (match_result[0],) break if not found_match: raise AddrFormatError('%r is not a supported MAC format!' % (addr,)) else: raise TypeError('%r is not str() or unicode()!' % (addr,)) int_val = None if len(words) == 6: # 2 bytes x 6 (UNIX, Windows, EUI-48) int_val = int(''.join(['%.2x' % int(w, 16) for w in words]), 16) elif len(words) == 3: # 4 bytes x 3 (Cisco) int_val = int(''.join(['%.4x' % int(w, 16) for w in words]), 16) elif len(words) == 2: # 6 bytes x 2 (PostgreSQL) int_val = int(''.join(['%.6x' % int(w, 16) for w in words]), 16) elif len(words) == 1: # 12 bytes (bare, no delimiters) int_val = int('%012x' % int(words[0], 16), 16) else: raise AddrFormatError('unexpected word count in MAC address %r!' % (addr,)) return int_val def int_to_str(int_val, dialect=None): """ :param int_val: An unsigned integer. :param dialect: (optional) a Python class defining formatting options. :return: An IEEE EUI-48 (MAC) address string that is equivalent to unsigned integer formatted according to the dialect settings. """ if dialect is None: dialect = mac_eui48 words = int_to_words(int_val, dialect) tokens = [dialect.word_fmt % i for i in words] addr = dialect.word_sep.join(tokens) return addr def int_to_packed(int_val): """ :param int_val: the integer to be packed. :return: a packed string that is equivalent to value represented by an unsigned integer. """ return _struct.pack(">HI", int_val >> 32, int_val & 0xffffffff) def packed_to_int(packed_int): """ :param packed_int: a packed string containing an unsigned integer. It is assumed that string is packed in network byte order. :return: An unsigned integer equivalent to value of network address represented by packed binary string. """ words = list(_struct.unpack('>6B', packed_int)) int_val = 0 for i, num in enumerate(reversed(words)): word = num word = word << 8 * i int_val = int_val | word return int_val def valid_words(words, dialect=None): if dialect is None: dialect = DEFAULT_DIALECT return _valid_words(words, dialect.word_size, dialect.num_words) def int_to_words(int_val, dialect=None): if dialect is None: dialect = DEFAULT_DIALECT return _int_to_words(int_val, dialect.word_size, dialect.num_words) def words_to_int(words, dialect=None): if dialect is None: dialect = DEFAULT_DIALECT return _words_to_int(words, dialect.word_size, dialect.num_words) def valid_bits(bits, dialect=None): if dialect is None: dialect = DEFAULT_DIALECT return _valid_bits(bits, width, dialect.word_sep) def bits_to_int(bits, dialect=None): if dialect is None: dialect = DEFAULT_DIALECT return _bits_to_int(bits, width, dialect.word_sep) def int_to_bits(int_val, dialect=None): if dialect is None: dialect = DEFAULT_DIALECT return _int_to_bits( int_val, dialect.word_size, dialect.num_words, dialect.word_sep) def valid_bin(bin_val, dialect=None): if dialect is None: dialect = DEFAULT_DIALECT return _valid_bin(bin_val, width) def int_to_bin(int_val): return _int_to_bin(int_val, width) def bin_to_int(bin_val): return _bin_to_int(bin_val, width) ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592906723.0 netaddr-0.8.0/netaddr/strategy/eui64.py0000644000076500000240000001703700000000000020007 0ustar00kubastaff00000000000000#----------------------------------------------------------------------------- # Copyright (c) 2008 by David P. D. Moss. All rights reserved. # # Released under the BSD license. See the LICENSE file for details. #----------------------------------------------------------------------------- """ IEEE 64-bit EUI (Extended Unique Indentifier) logic. """ import struct as _struct import re as _re from netaddr.core import AddrFormatError from netaddr.strategy import ( valid_words as _valid_words, int_to_words as _int_to_words, words_to_int as _words_to_int, valid_bits as _valid_bits, bits_to_int as _bits_to_int, int_to_bits as _int_to_bits, valid_bin as _valid_bin, int_to_bin as _int_to_bin, bin_to_int as _bin_to_int) # This is a fake constant that doesn't really exist. Here for completeness. AF_EUI64 = 64 #: The width (in bits) of this address type. width = 64 #: The AF_* constant value of this address type. family = AF_EUI64 #: A friendly string name address type. family_name = 'EUI-64' #: The version of this address type. version = 64 #: The maximum integer value that can be represented by this address type. max_int = 2 ** width - 1 #----------------------------------------------------------------------------- # Dialect classes. #----------------------------------------------------------------------------- class eui64_base(object): """A standard IEEE EUI-64 dialect class.""" #: The individual word size (in bits) of this address type. word_size = 8 #: The number of words in this address type. num_words = width // word_size #: The maximum integer value for an individual word in this address type. max_word = 2 ** word_size - 1 #: The separator character used between each word. word_sep = '-' #: The format string to be used when converting words to string values. word_fmt = '%.2X' #: The number base to be used when interpreting word values as integers. word_base = 16 class eui64_unix(eui64_base): """A UNIX-style MAC address dialect class.""" word_size = 8 num_words = width // word_size word_sep = ':' word_fmt = '%x' word_base = 16 class eui64_unix_expanded(eui64_unix): """A UNIX-style MAC address dialect class with leading zeroes.""" word_fmt = '%.2x' class eui64_cisco(eui64_base): """A Cisco 'triple hextet' MAC address dialect class.""" word_size = 16 num_words = width // word_size word_sep = '.' word_fmt = '%.4x' word_base = 16 class eui64_bare(eui64_base): """A bare (no delimiters) MAC address dialect class.""" word_size = 64 num_words = width // word_size word_sep = '' word_fmt = '%.16X' word_base = 16 #: The default dialect to be used when not specified by the user. DEFAULT_EUI64_DIALECT = eui64_base #----------------------------------------------------------------------------- #: Regular expressions to match all supported MAC address formats. RE_EUI64_FORMATS = ( # 2 bytes x 8 (UNIX, Windows, EUI-64) '^' + ':'.join(['([0-9A-F]{1,2})'] * 8) + '$', '^' + '-'.join(['([0-9A-F]{1,2})'] * 8) + '$', # 4 bytes x 4 (Cisco like) '^' + ':'.join(['([0-9A-F]{1,4})'] * 4) + '$', '^' + '-'.join(['([0-9A-F]{1,4})'] * 4) + '$', '^' + r'\.'.join(['([0-9A-F]{1,4})'] * 4) + '$', # 16 bytes (bare, no delimiters) '^(' + ''.join(['[0-9A-F]'] * 16) + ')$', ) # For efficiency, each string regexp converted in place to its compiled # counterpart. RE_EUI64_FORMATS = [_re.compile(_, _re.IGNORECASE) for _ in RE_EUI64_FORMATS] def _get_match_result(address, formats): for regexp in formats: match = regexp.findall(address) if match: return match[0] def valid_str(addr): """ :param addr: An IEEE EUI-64 indentifier in string form. :return: ``True`` if EUI-64 indentifier is valid, ``False`` otherwise. """ try: if _get_match_result(addr, RE_EUI64_FORMATS): return True except TypeError: pass return False def str_to_int(addr): """ :param addr: An IEEE EUI-64 indentifier in string form. :return: An unsigned integer that is equivalent to value represented by EUI-64 string address formatted according to the dialect """ words = [] try: words = _get_match_result(addr, RE_EUI64_FORMATS) if not words: raise TypeError except TypeError: raise AddrFormatError('invalid IEEE EUI-64 identifier: %r!' % (addr,)) if isinstance(words, tuple): pass else: words = (words,) if len(words) == 8: # 2 bytes x 8 (UNIX, Windows, EUI-48) int_val = int(''.join(['%.2x' % int(w, 16) for w in words]), 16) elif len(words) == 4: # 4 bytes x 4 (Cisco like) int_val = int(''.join(['%.4x' % int(w, 16) for w in words]), 16) elif len(words) == 1: # 16 bytes (bare, no delimiters) int_val = int('%016x' % int(words[0], 16), 16) else: raise AddrFormatError( 'bad word count for EUI-64 identifier: %r!' % addr) return int_val def int_to_str(int_val, dialect=None): """ :param int_val: An unsigned integer. :param dialect: (optional) a Python class defining formatting options :return: An IEEE EUI-64 identifier that is equivalent to unsigned integer. """ if dialect is None: dialect = eui64_base words = int_to_words(int_val, dialect) tokens = [dialect.word_fmt % i for i in words] addr = dialect.word_sep.join(tokens) return addr def int_to_packed(int_val): """ :param int_val: the integer to be packed. :return: a packed string that is equivalent to value represented by an unsigned integer. """ words = int_to_words(int_val) return _struct.pack('>8B', *words) def packed_to_int(packed_int): """ :param packed_int: a packed string containing an unsigned integer. It is assumed that string is packed in network byte order. :return: An unsigned integer equivalent to value of network address represented by packed binary string. """ words = list(_struct.unpack('>8B', packed_int)) int_val = 0 for i, num in enumerate(reversed(words)): word = num word = word << 8 * i int_val = int_val | word return int_val def valid_words(words, dialect=None): if dialect is None: dialect = DEFAULT_EUI64_DIALECT return _valid_words(words, dialect.word_size, dialect.num_words) def int_to_words(int_val, dialect=None): if dialect is None: dialect = DEFAULT_EUI64_DIALECT return _int_to_words(int_val, dialect.word_size, dialect.num_words) def words_to_int(words, dialect=None): if dialect is None: dialect = DEFAULT_EUI64_DIALECT return _words_to_int(words, dialect.word_size, dialect.num_words) def valid_bits(bits, dialect=None): if dialect is None: dialect = DEFAULT_EUI64_DIALECT return _valid_bits(bits, width, dialect.word_sep) def bits_to_int(bits, dialect=None): if dialect is None: dialect = DEFAULT_EUI64_DIALECT return _bits_to_int(bits, width, dialect.word_sep) def int_to_bits(int_val, dialect=None): if dialect is None: dialect = DEFAULT_EUI64_DIALECT return _int_to_bits( int_val, dialect.word_size, dialect.num_words, dialect.word_sep) def valid_bin(bin_val, dialect=None): if dialect is None: dialect = DEFAULT_EUI64_DIALECT return _valid_bin(bin_val, width) def int_to_bin(int_val): return _int_to_bin(int_val, width) def bin_to_int(bin_val): return _bin_to_int(bin_val, width) ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592822483.0 netaddr-0.8.0/netaddr/strategy/ipv4.py0000644000076500000240000001763700000000000017743 0ustar00kubastaff00000000000000#----------------------------------------------------------------------------- # Copyright (c) 2008 by David P. D. Moss. All rights reserved. # # Released under the BSD license. See the LICENSE file for details. #----------------------------------------------------------------------------- """IPv4 address logic.""" import sys as _sys import struct as _struct from socket import inet_aton as _inet_aton # Check whether we need to use fallback code or not. if _sys.platform in ('win32', 'cygwin'): # inet_pton() not available on Windows. inet_pton() under cygwin # behaves exactly like inet_aton() and is therefore highly unreliable. from netaddr.fbsocket import inet_pton as _inet_pton, AF_INET else: # All other cases, use all functions from the socket module. from socket import inet_pton as _inet_pton, AF_INET from netaddr.core import AddrFormatError, ZEROFILL, INET_PTON from netaddr.strategy import ( valid_words as _valid_words, valid_bits as _valid_bits, bits_to_int as _bits_to_int, int_to_bits as _int_to_bits, valid_bin as _valid_bin, int_to_bin as _int_to_bin, bin_to_int as _bin_to_int) from netaddr.compat import _str_type #: The width (in bits) of this address type. width = 32 #: The individual word size (in bits) of this address type. word_size = 8 #: The format string to be used when converting words to string values. word_fmt = '%d' #: The separator character used between each word. word_sep = '.' #: The AF_* constant value of this address type. family = AF_INET #: A friendly string name address type. family_name = 'IPv4' #: The version of this address type. version = 4 #: The number base to be used when interpreting word values as integers. word_base = 10 #: The maximum integer value that can be represented by this address type. max_int = 2 ** width - 1 #: The number of words in this address type. num_words = width // word_size #: The maximum integer value for an individual word in this address type. max_word = 2 ** word_size - 1 #: A dictionary mapping IPv4 CIDR prefixes to the equivalent netmasks. prefix_to_netmask = dict( [(i, max_int ^ (2 ** (width - i) - 1)) for i in range(0, width + 1)]) #: A dictionary mapping IPv4 netmasks to their equivalent CIDR prefixes. netmask_to_prefix = dict( [(max_int ^ (2 ** (width - i) - 1), i) for i in range(0, width + 1)]) #: A dictionary mapping IPv4 CIDR prefixes to the equivalent hostmasks. prefix_to_hostmask = dict( [(i, (2 ** (width - i) - 1)) for i in range(0, width + 1)]) #: A dictionary mapping IPv4 hostmasks to their equivalent CIDR prefixes. hostmask_to_prefix = dict( [((2 ** (width - i) - 1), i) for i in range(0, width + 1)]) def valid_str(addr, flags=0): """ :param addr: An IPv4 address in presentation (string) format. :param flags: decides which rules are applied to the interpretation of the addr value. Supported constants are INET_PTON and ZEROFILL. See the netaddr.core docs for details. :return: ``True`` if IPv4 address is valid, ``False`` otherwise. """ if addr == '': raise AddrFormatError('Empty strings are not supported!') validity = True if flags & ZEROFILL: addr = '.'.join(['%d' % int(i) for i in addr.split('.')]) try: if flags & INET_PTON: _inet_pton(AF_INET, addr) else: _inet_aton(addr) except Exception: validity = False return validity def str_to_int(addr, flags=0): """ :param addr: An IPv4 dotted decimal address in string form. :param flags: decides which rules are applied to the interpretation of the addr value. Supported constants are INET_PTON and ZEROFILL. See the netaddr.core docs for details. :return: The equivalent unsigned integer for a given IPv4 address. """ if flags & ZEROFILL: addr = '.'.join(['%d' % int(i) for i in addr.split('.')]) try: if flags & INET_PTON: return _struct.unpack('>I', _inet_pton(AF_INET, addr))[0] else: return _struct.unpack('>I', _inet_aton(addr))[0] except Exception: raise AddrFormatError('%r is not a valid IPv4 address string!' % (addr,)) def int_to_str(int_val, dialect=None): """ :param int_val: An unsigned integer. :param dialect: (unused) Any value passed in is ignored. :return: The IPv4 presentation (string) format address equivalent to the unsigned integer provided. """ if 0 <= int_val <= max_int: return '%d.%d.%d.%d' % ( int_val >> 24, (int_val >> 16) & 0xff, (int_val >> 8) & 0xff, int_val & 0xff) else: raise ValueError('%r is not a valid 32-bit unsigned integer!' % (int_val,)) def int_to_arpa(int_val): """ :param int_val: An unsigned integer. :return: The reverse DNS lookup for an IPv4 address in network byte order integer form. """ words = ["%d" % i for i in int_to_words(int_val)] words.reverse() words.extend(['in-addr', 'arpa', '']) return '.'.join(words) def int_to_packed(int_val): """ :param int_val: the integer to be packed. :return: a packed string that is equivalent to value represented by an unsigned integer. """ return _struct.pack('>I', int_val) def packed_to_int(packed_int): """ :param packed_int: a packed string containing an unsigned integer. It is assumed that string is packed in network byte order. :return: An unsigned integer equivalent to value of network address represented by packed binary string. """ return _struct.unpack('>I', packed_int)[0] def valid_words(words): return _valid_words(words, word_size, num_words) def int_to_words(int_val): """ :param int_val: An unsigned integer. :return: An integer word (octet) sequence that is equivalent to value represented by an unsigned integer. """ if not 0 <= int_val <= max_int: raise ValueError('%r is not a valid integer value supported by' 'this address type!' % (int_val,)) return ( int_val >> 24, (int_val >> 16) & 0xff, (int_val >> 8) & 0xff, int_val & 0xff) def words_to_int(words): """ :param words: A list or tuple containing integer octets. :return: An unsigned integer that is equivalent to value represented by word (octet) sequence. """ if not valid_words(words): raise ValueError('%r is not a valid octet list for an IPv4 address!' % (words,)) return _struct.unpack('>I', _struct.pack('4B', *words))[0] def valid_bits(bits): return _valid_bits(bits, width, word_sep) def bits_to_int(bits): return _bits_to_int(bits, width, word_sep) def int_to_bits(int_val, word_sep=None): if word_sep is None: word_sep = globals()['word_sep'] return _int_to_bits(int_val, word_size, num_words, word_sep) def valid_bin(bin_val): return _valid_bin(bin_val, width) def int_to_bin(int_val): return _int_to_bin(int_val, width) def bin_to_int(bin_val): return _bin_to_int(bin_val, width) def expand_partial_address(addr): """ Expands a partial IPv4 address into a full 4-octet version. :param addr: an partial or abbreviated IPv4 address :return: an expanded IP address in presentation format (x.x.x.x) """ tokens = [] error = AddrFormatError('invalid partial IPv4 address: %r!' % addr) if isinstance(addr, _str_type): if ':' in addr: # Ignore IPv6 ... raise error try: if '.' in addr: tokens = ['%d' % int(o) for o in addr.split('.')] else: tokens = ['%d' % int(addr)] except ValueError: raise error if 1 <= len(tokens) <= 4: for i in range(4 - len(tokens)): tokens.append('0') else: raise error if not tokens: raise error return '%s.%s.%s.%s' % tuple(tokens) ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592822483.0 netaddr-0.8.0/netaddr/strategy/ipv6.py0000644000076500000240000001672000000000000017735 0ustar00kubastaff00000000000000#----------------------------------------------------------------------------- # Copyright (c) 2008 by David P. D. Moss. All rights reserved. # # Released under the BSD license. See the LICENSE file for details. #----------------------------------------------------------------------------- """ IPv6 address logic. """ import struct as _struct OPT_IMPORTS = False # Check whether we need to use fallback code or not. try: import socket as _socket # These might all generate exceptions on different platforms. if not _socket.has_ipv6: raise Exception('IPv6 disabled') _socket.inet_pton _socket.AF_INET6 from _socket import (inet_pton as _inet_pton, inet_ntop as _inet_ntop, AF_INET6) OPT_IMPORTS = True except Exception: from netaddr.fbsocket import (inet_pton as _inet_pton, inet_ntop as _inet_ntop, AF_INET6) from netaddr.core import AddrFormatError from netaddr.strategy import ( valid_words as _valid_words, int_to_words as _int_to_words, words_to_int as _words_to_int, valid_bits as _valid_bits, bits_to_int as _bits_to_int, int_to_bits as _int_to_bits, valid_bin as _valid_bin, int_to_bin as _int_to_bin, bin_to_int as _bin_to_int) #: The width (in bits) of this address type. width = 128 #: The individual word size (in bits) of this address type. word_size = 16 #: The separator character used between each word. word_sep = ':' #: The AF_* constant value of this address type. family = AF_INET6 #: A friendly string name address type. family_name = 'IPv6' #: The version of this address type. version = 6 #: The number base to be used when interpreting word values as integers. word_base = 16 #: The maximum integer value that can be represented by this address type. max_int = 2 ** width - 1 #: The number of words in this address type. num_words = width // word_size #: The maximum integer value for an individual word in this address type. max_word = 2 ** word_size - 1 #: A dictionary mapping IPv6 CIDR prefixes to the equivalent netmasks. prefix_to_netmask = dict( [(i, max_int ^ (2 ** (width - i) - 1)) for i in range(0, width+1)]) #: A dictionary mapping IPv6 netmasks to their equivalent CIDR prefixes. netmask_to_prefix = dict( [(max_int ^ (2 ** (width - i) - 1), i) for i in range(0, width+1)]) #: A dictionary mapping IPv6 CIDR prefixes to the equivalent hostmasks. prefix_to_hostmask = dict( [(i, (2 ** (width - i) - 1)) for i in range(0, width+1)]) #: A dictionary mapping IPv6 hostmasks to their equivalent CIDR prefixes. hostmask_to_prefix = dict( [((2 ** (width - i) - 1), i) for i in range(0, width+1)]) #----------------------------------------------------------------------------- # Dialect classes. #----------------------------------------------------------------------------- class ipv6_compact(object): """An IPv6 dialect class - compact form.""" #: The format string used to converting words into string values. word_fmt = '%x' #: Boolean flag indicating if IPv6 compaction algorithm should be used. compact = True class ipv6_full(ipv6_compact): """An IPv6 dialect class - 'all zeroes' form.""" #: Boolean flag indicating if IPv6 compaction algorithm should be used. compact = False class ipv6_verbose(ipv6_compact): """An IPv6 dialect class - extra wide 'all zeroes' form.""" #: The format string used to converting words into string values. word_fmt = '%.4x' #: Boolean flag indicating if IPv6 compaction algorithm should be used. compact = False def valid_str(addr, flags=0): """ :param addr: An IPv6 address in presentation (string) format. :param flags: decides which rules are applied to the interpretation of the addr value. Future use - currently has no effect. :return: ``True`` if IPv6 address is valid, ``False`` otherwise. """ if addr == '': raise AddrFormatError('Empty strings are not supported!') try: _inet_pton(AF_INET6, addr) except: return False return True def str_to_int(addr, flags=0): """ :param addr: An IPv6 address in string form. :param flags: decides which rules are applied to the interpretation of the addr value. Future use - currently has no effect. :return: The equivalent unsigned integer for a given IPv6 address. """ try: packed_int = _inet_pton(AF_INET6, addr) return packed_to_int(packed_int) except Exception: raise AddrFormatError('%r is not a valid IPv6 address string!' % (addr,)) def int_to_str(int_val, dialect=None): """ :param int_val: An unsigned integer. :param dialect: (optional) a Python class defining formatting options. :return: The IPv6 presentation (string) format address equivalent to the unsigned integer provided. """ if dialect is None: dialect = ipv6_compact addr = None try: packed_int = int_to_packed(int_val) if dialect.compact: # Default return value. addr = _inet_ntop(AF_INET6, packed_int) else: # Custom return value. words = list(_struct.unpack('>8H', packed_int)) tokens = [dialect.word_fmt % word for word in words] addr = word_sep.join(tokens) except Exception: raise ValueError('%r is not a valid 128-bit unsigned integer!' % (int_val,)) return addr def int_to_arpa(int_val): """ :param int_val: An unsigned integer. :return: The reverse DNS lookup for an IPv6 address in network byte order integer form. """ addr = int_to_str(int_val, ipv6_verbose) tokens = list(addr.replace(':', '')) tokens.reverse() # We won't support ip6.int here - see RFC 3152 for details. tokens = tokens + ['ip6', 'arpa', ''] return '.'.join(tokens) def int_to_packed(int_val): """ :param int_val: the integer to be packed. :return: a packed string that is equivalent to value represented by an unsigned integer. """ words = int_to_words(int_val, 4, 32) return _struct.pack('>4I', *words) def packed_to_int(packed_int): """ :param packed_int: a packed string containing an unsigned integer. It is assumed that string is packed in network byte order. :return: An unsigned integer equivalent to value of network address represented by packed binary string. """ words = list(_struct.unpack('>4I', packed_int)) int_val = 0 for i, num in enumerate(reversed(words)): word = num word = word << 32 * i int_val = int_val | word return int_val def valid_words(words): return _valid_words(words, word_size, num_words) def int_to_words(int_val, num_words=None, word_size=None): if num_words is None: num_words = globals()['num_words'] if word_size is None: word_size = globals()['word_size'] return _int_to_words(int_val, word_size, num_words) def words_to_int(words): return _words_to_int(words, word_size, num_words) def valid_bits(bits): return _valid_bits(bits, width, word_sep) def bits_to_int(bits): return _bits_to_int(bits, width, word_sep) def int_to_bits(int_val, word_sep=None): if word_sep is None: word_sep = globals()['word_sep'] return _int_to_bits(int_val, word_size, num_words, word_sep) def valid_bin(bin_val): return _valid_bin(bin_val, width) def int_to_bin(int_val): return _int_to_bin(int_val, width) def bin_to_int(bin_val): return _bin_to_int(bin_val, width) ././@PaxHeader0000000000000000000000000000003400000000000011452 xustar000000000000000028 mtime=1593787414.5906405 netaddr-0.8.0/netaddr/tests/0000755000076500000240000000000000000000000015771 5ustar00kubastaff00000000000000././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/netaddr/tests/__init__.py0000644000076500000240000000000000000000000020070 0ustar00kubastaff00000000000000././@PaxHeader0000000000000000000000000000003400000000000011452 xustar000000000000000028 mtime=1593787414.5917766 netaddr-0.8.0/netaddr/tests/core/0000755000076500000240000000000000000000000016721 5ustar00kubastaff00000000000000././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/netaddr/tests/core/__init__.py0000644000076500000240000000000000000000000021020 0ustar00kubastaff00000000000000././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592823413.0 netaddr-0.8.0/netaddr/tests/core/test_compat.py0000644000076500000240000000357000000000000021622 0ustar00kubastaff00000000000000import sys import pytest from netaddr.compat import _sys_maxint, _is_str, _is_int, _callable, _iter_next from netaddr.compat import _dict_keys, _dict_items from netaddr.compat import _bytes_join, _zip, _range from netaddr.compat import _iter_range @pytest.mark.skipif(sys.version_info < (3,), reason="requires python 3.x") def test_compat_py3(): assert _is_str(''.encode()) # byte string join tests. str_8bit = _bytes_join(['a'.encode(), 'b'.encode(), 'c'.encode()]) assert str_8bit == 'abc'.encode() assert "b'abc'" == '%r' % str_8bit @pytest.mark.skipif(sys.version_info > (3,), reason="requires python 2.x") def test_compat_py2(): assert _is_str(unicode('')) # Python 2.x - 8 bit strings are just regular strings str_8bit = _bytes_join(['a', 'b', 'c']) assert str_8bit == 'abc'.encode() assert "'abc'" == '%r' % str_8bit def test_compat_string_and_int_detection(): assert _is_int(_sys_maxint) assert not _is_str(_sys_maxint) assert _is_str('') assert _is_str(''.encode()) def test_compat_dict_operations(): d = { 'a' : 0, 'b' : 1, 'c' : 2 } assert sorted(_dict_keys(d)) == ['a', 'b', 'c'] assert sorted(_dict_items(d)) == [('a', 0), ('b', 1), ('c', 2)] def test_compat_zip(): l2 = _zip([0], [1]) assert hasattr(_zip(l2), 'pop') assert l2 == [(0, 1)] def test_compat_range(): l1 = _range(3) assert isinstance(l1, list) assert hasattr(l1, 'pop') assert l1 == [0, 1, 2] it = _iter_range(3) assert not isinstance(it, list) assert hasattr(it, '__iter__') assert it != [0, 1, 2] assert list(it) == [0, 1, 2] def test_compat_callable(): i = 1 def f1(): """docstring""" pass f2 = lambda x: x assert not _callable(i) assert _callable(f1) assert _callable(f2) def test_iter_next(): it = iter([42]) assert _iter_next(it) == 42 ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/netaddr/tests/core/test_pubsub.py0000644000076500000240000000124000000000000021627 0ustar00kubastaff00000000000000import pytest from netaddr.core import Publisher, Subscriber import pprint class Subject(Publisher): pass class Observer(Subscriber): def __init__(self, id): self.id = id def update(self, data): return repr(self), pprint.pformat(data) def __repr__(self): return '%s(%r)' % (self.__class__.__name__, self.id) def test_pubsub(): s = Subject() s.attach(Observer('foo')) s.attach(Observer('bar')) data = [{'foo': 42}, {'list': [1,'2', list(range(10))]}, {'strings': ['foo', 'bar', 'baz', 'quux']}] s.notify(data) s.notify(['foo', 'bar', 'baz']) with pytest.raises(TypeError): s.attach('foo') ././@PaxHeader0000000000000000000000000000003400000000000011452 xustar000000000000000028 mtime=1593787414.5939848 netaddr-0.8.0/netaddr/tests/eui/0000755000076500000240000000000000000000000016553 5ustar00kubastaff00000000000000././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/netaddr/tests/eui/__init__.py0000644000076500000240000000000000000000000020652 0ustar00kubastaff00000000000000././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/netaddr/tests/eui/sample_iab.txt0000644000076500000240000000026600000000000021414 0ustar00kubastaff00000000000000 00-50-C2 (hex) ACME CORPORATION ABC000-ABCFFF (base 16) ACME CORPORATION 1 MAIN STREET SPRINGFIELD UNITED STATES ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/netaddr/tests/eui/sample_oui.txt0000644000076500000240000000021300000000000021445 0ustar00kubastaff00000000000000 00-CA-FE (hex) ACME CORPORATION 00CAFE (base 16) ACME CORPORATION 1 MAIN STREET SPRINGFIELD UNITED STATES ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592822483.0 netaddr-0.8.0/netaddr/tests/eui/test_eui.py0000644000076500000240000002314200000000000020750 0ustar00kubastaff00000000000000import sys import pickle import random import pytest from netaddr import (EUI, mac_unix, mac_unix_expanded, mac_cisco, mac_bare, mac_pgsql, eui64_unix, eui64_unix_expanded, eui64_cisco, eui64_bare, OUI, IAB, IPAddress) def test_mac_address_properties(): mac = EUI('00-1B-77-49-54-FD') assert repr(mac) == "EUI('00-1B-77-49-54-FD')" assert str(mac) assert str(mac.oui) == '00-1B-77' assert mac.ei == '49-54-FD' assert mac.version == 48 def test_mac_address_numerical_operations(): mac = EUI('00-1B-77-49-54-FD') assert int(mac) == 117965411581 assert hex(mac) == '0x1b774954fd' assert mac.bits() == '00000000-00011011-01110111-01001001-01010100-11111101' assert mac.bin == '0b1101101110111010010010101010011111101' @pytest.mark.skipif(sys.version_info > (3,), reason="requires python 2.x") def test_eui_oct_format_py2(): assert oct(EUI('00-1B-77-49-54-FD')) == '01556722252375' @pytest.mark.skipif(sys.version_info < (3,), reason="requires python 3.x") def test_eui_oct_format_py3(): assert oct(EUI('00-1B-77-49-54-FD')) == '0o1556722252375' def test_eui_constructor(): assert str(EUI('00-1B-77-49-54-FD')) == '00-1B-77-49-54-FD' assert str(EUI('00-1b-77-49-54-fd')) == '00-1B-77-49-54-FD' assert str(EUI('0:1b:77:49:54:fd')) == '00-1B-77-49-54-FD' assert str(EUI('001b:7749:54fd')) == '00-1B-77-49-54-FD' assert str(EUI('1b:7749:54fd')) == '00-1B-77-49-54-FD' assert str(EUI('1B:7749:54FD')) == '00-1B-77-49-54-FD' assert str(EUI('001b774954fd')) == '00-1B-77-49-54-FD' assert str(EUI('01B774954FD')) == '00-1B-77-49-54-FD' assert str(EUI('001B77:4954FD')) == '00-1B-77-49-54-FD' eui = EUI('00-90-96-AF-CC-39') assert eui == EUI('0-90-96-AF-CC-39') assert eui == EUI('00-90-96-af-cc-39') assert eui == EUI('00:90:96:AF:CC:39') assert eui == EUI('00:90:96:af:cc:39') assert eui == EUI('0090-96AF-CC39') assert eui == EUI('0090:96af:cc39') assert eui == EUI('009096-AFCC39') assert eui == EUI('009096:AFCC39') assert eui == EUI('009096AFCC39') assert eui == EUI('009096afcc39') assert EUI('01-00-00-00-00-00') == EUI('010000000000') assert EUI('01-00-00-00-00-00') == EUI('10000000000') assert EUI('01-00-00-01-00-00') == EUI('010000:010000') assert EUI('01-00-00-01-00-00') == EUI('10000:10000') def test_eui_dialects(): mac = EUI('00-1B-77-49-54-FD') assert str(mac) == '00-1B-77-49-54-FD' mac = EUI('00-1B-77-49-54-FD', dialect=mac_unix) assert str(mac) == '0:1b:77:49:54:fd' mac = EUI('00-1B-77-49-54-FD', dialect=mac_unix_expanded) assert str(mac) == '00:1b:77:49:54:fd' mac = EUI('00-1B-77-49-54-FD', dialect=mac_cisco) assert str(mac) == '001b.7749.54fd' mac = EUI('00-1B-77-49-54-FD', dialect=mac_bare) assert str(mac) == '001B774954FD' mac = EUI('00-1B-77-49-54-FD', dialect=mac_pgsql) assert str(mac) == '001b77:4954fd' def test_eui_dialect_property_assignment(): mac = EUI('00-1B-77-49-54-FD') assert str(mac) == '00-1B-77-49-54-FD' mac.dialect = mac_pgsql assert str(mac) == '001b77:4954fd' def test_eui_format(): mac = EUI('00-1B-77-49-54-FD') assert mac.format() == '00-1B-77-49-54-FD' assert mac.format(mac_pgsql) == '001b77:4954fd' assert mac.format(mac_unix_expanded) == '00:1b:77:49:54:fd' def test_eui_custom_dialect(): class mac_custom(mac_unix): word_fmt = '%.2X' mac = EUI('00-1B-77-49-54-FD', dialect=mac_custom) assert str(mac) == '00:1B:77:49:54:FD' def test_eui64_dialects(): mac = EUI('00-1B-77-49-54-FD-12-34') assert str(mac) == '00-1B-77-49-54-FD-12-34' mac = EUI('00-1B-77-49-54-FD-12-34', dialect=eui64_unix) assert str(mac) == '0:1b:77:49:54:fd:12:34' mac = EUI('00-1B-77-49-54-FD-12-34', dialect=eui64_unix_expanded) assert str(mac) == '00:1b:77:49:54:fd:12:34' mac = EUI('00-1B-77-49-54-FD-12-34', dialect=eui64_cisco) assert str(mac) == '001b.7749.54fd.1234' mac = EUI('00-1B-77-49-54-FD-12-34', dialect=eui64_bare) assert str(mac) == '001B774954FD1234' def test_eui64_dialect_property_assignment(): mac = EUI('00-1B-77-49-54-FD-12-34') assert str(mac) == '00-1B-77-49-54-FD-12-34' mac.dialect = eui64_cisco assert str(mac) == '001b.7749.54fd.1234' def test_eui64_custom_dialect(): class eui64_custom(eui64_unix): word_fmt = '%.2X' mac = EUI('00-1B-77-49-54-FD-12-34', dialect=eui64_custom) assert str(mac) == '00:1B:77:49:54:FD:12:34' def test_eui_oui_information(): mac = EUI('00-1B-77-49-54-FD') oui = mac.oui assert str(oui) == '00-1B-77' assert oui.registration().address == [ 'Lot 8, Jalan Hi-Tech 2/3', 'Kulim Kedah 09000', 'MY' ] assert oui.registration().org == 'Intel Corporate' def test_oui_constructor(): oui = OUI(524336) assert str(oui) == '08-00-30' assert oui == OUI('08-00-30') assert oui.registration(0).address == [ '2380 N. ROSE AVENUE', 'OXNARD CA 93010', 'US' ] assert oui.registration(0).org == 'NETWORK RESEARCH CORPORATION' assert oui.registration(0).oui == '08-00-30' assert oui.registration(1).address == [ 'GPO BOX 2476V', 'MELBOURNE VIC 3001', 'AU', ] assert oui.registration(1).org == 'ROYAL MELBOURNE INST OF TECH' assert oui.registration(1).oui == '08-00-30' assert oui.registration(2).address == [ 'CH-1211', 'GENEVE SUISSE/SWITZ 023', 'CH' ] assert oui.registration(2).org == 'CERN' assert oui.registration(2).oui == '08-00-30' assert oui.reg_count == 3 def test_eui_iab(): mac = EUI('00-50-C2-00-0F-01') assert mac.is_iab() iab = mac.iab assert str(iab) == '00-50-C2-00-00-00' assert iab == IAB('00-50-C2-00-00-00') reg_info = iab.registration() assert reg_info.address == [ '1241 Superieor Ave E', 'Cleveland OH 44114', 'US', ] assert reg_info.iab == '00-50-C2-00-00-00' assert reg_info.org == 'T.L.S. Corp.' def test_eui64(): eui = EUI('00-1B-77-FF-FE-49-54-FD') assert eui == EUI('00-1B-77-FF-FE-49-54-FD') assert eui.oui == OUI('00-1B-77') assert eui.ei == 'FF-FE-49-54-FD' assert eui.eui64() == EUI('00-1B-77-FF-FE-49-54-FD') def test_mac_to_ipv6_link_local(): mac = EUI('00-0F-1F-12-E7-33') ip = mac.ipv6_link_local() assert ip == IPAddress('fe80::20f:1fff:fe12:e733') assert ip.is_link_local() assert mac.eui64() == EUI('00-0F-1F-FF-FE-12-E7-33') def test_iab(): eui = EUI('00-50-C2-05-C0-00') assert eui.is_iab() assert str(eui.oui) == '00-50-C2' assert str(eui.iab) == '00-50-C2-05-C0-00' assert eui.ei == '05-C0-00' assert int(eui.oui) == 0x0050c2 assert int(eui.iab) == 0x0050c205c assert IAB(eui.value) == eui.iab def test_new_iab(): eui = EUI('40-D8-55-13-10-00') assert eui.is_iab() assert str(eui.oui) == '40-D8-55' assert str(eui.iab) == '40-D8-55-13-10-00' assert eui.ei == '13-10-00' assert int(eui.oui) == 0x40d855 assert int(eui.iab) == 0x40d855131 assert IAB(eui.value) == eui.iab def test_eui48_vs_eui64(): eui48 = EUI('01-00-00-01-00-00') assert int(eui48) == 1099511693312 eui64 = EUI('00-00-01-00-00-01-00-00') assert int(eui64) == 1099511693312 assert eui48 != eui64 def test_eui_sort_order(): eui_list = [ EUI(0, 64), EUI(0), EUI(0xffffffffffff, dialect=mac_unix), EUI(0x1000000000000), ] random.shuffle(eui_list) eui_list.sort() assert [(str(eui), eui.version) for eui in eui_list] == [ ('00-00-00-00-00-00', 48), ('ff:ff:ff:ff:ff:ff', 48), ('00-00-00-00-00-00-00-00', 64), ('00-01-00-00-00-00-00-00', 64), ] def test_eui_pickle_support(): eui1 = EUI('00-00-00-01-02-03') eui2 = pickle.loads(pickle.dumps(eui1)) assert eui1 == eui2 eui1 = EUI('00-00-00-01-02-03', dialect=mac_cisco) eui2 = pickle.loads(pickle.dumps(eui1)) assert eui1 == eui2 assert eui1.dialect == eui2.dialect oui1 = EUI('00-00-00-01-02-03').oui oui2 = pickle.loads(pickle.dumps(oui1)) assert oui1 == oui2 assert oui1.records == oui2.records iab1 = EUI('00-50-C2-00-1F-FF').iab iab2 = pickle.loads(pickle.dumps(iab1)) assert iab1 == iab2 assert iab1.record == iab2.record def test_mac_to_eui64_conversion(): mac = EUI('00-1B-77-49-54-FD') assert mac == EUI('00-1B-77-49-54-FD') eui = mac.eui64() assert eui == EUI('00-1B-77-FF-FE-49-54-FD') eui.eui64() == EUI('00-1B-77-FF-FE-49-54-FD') assert int(eui) == 7731765737772285 assert eui.packed == b'\x00\x1bw\xff\xfeIT\xfd' assert eui.bin == '0b11011011101111111111111111110010010010101010011111101' assert eui.bits() == '00000000-00011011-01110111-11111111-11111110-01001001-01010100-11111101' def test_mac_to_ipv6(): mac = EUI('00-1B-77-49-54-FD') eui = mac.eui64() assert mac == EUI('00-1B-77-49-54-FD') assert eui == EUI('00-1B-77-FF-FE-49-54-FD') assert mac.modified_eui64() == EUI('02-1B-77-FF-FE-49-54-FD') assert mac.ipv6_link_local() == IPAddress('fe80::21b:77ff:fe49:54fd') assert eui.ipv6_link_local() == IPAddress('fe80::21b:77ff:fe49:54fd') assert mac.ipv6(0x12340000000000000000000000000000) == IPAddress('1234::21b:77ff:fe49:54fd') assert eui.ipv6(0x12340000000000000000000000000000) == IPAddress('1234::21b:77ff:fe49:54fd') def test_eui64_constructor(): addr_colons = EUI('00:1B:77:49:54:FD:BB:34') assert addr_colons == EUI('00-1B-77-49-54-FD-BB-34') addr_no_delimiter = EUI('001B774954FDBB34') assert addr_no_delimiter == EUI('00-1B-77-49-54-FD-BB-34') ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592822483.0 netaddr-0.8.0/netaddr/tests/eui/test_ieee_parsers.py0000644000076500000240000000355600000000000022643 0ustar00kubastaff00000000000000import contextlib import sys import pytest from netaddr.compat import _importlib_resources from netaddr.eui.ieee import OUIIndexParser, IABIndexParser, FileIndexer @pytest.mark.skipif(sys.version_info > (3,), reason="requires python 2.x") def test_oui_parser_py2(): from cStringIO import StringIO outfile = StringIO() with contextlib.closing(_importlib_resources.open_binary(__package__, 'sample_oui.txt')) as infile: iab_parser = OUIIndexParser(infile) iab_parser.attach(FileIndexer(outfile)) iab_parser.parse() assert outfile.getvalue() == '51966,1,138\n' @pytest.mark.skipif(sys.version_info > (3,), reason="requires python 2.x") def test_iab_parser_py2(): from cStringIO import StringIO outfile = StringIO() with contextlib.closing(_importlib_resources.open_binary(__package__, 'sample_iab.txt')) as infile: iab_parser = IABIndexParser(infile) iab_parser.attach(FileIndexer(outfile)) iab_parser.parse() assert outfile.getvalue() == '84683452,1,181\n' @pytest.mark.skipif(sys.version_info < (3,), reason="requires python 3.x") def test_oui_parser_py3(): from io import StringIO outfile = StringIO() with contextlib.closing(_importlib_resources.open_binary(__package__, 'sample_oui.txt')) as infile: iab_parser = OUIIndexParser(infile) iab_parser.attach(FileIndexer(outfile)) iab_parser.parse() assert outfile.getvalue() == '51966,1,138\n' @pytest.mark.skipif(sys.version_info < (3,), reason="requires python 3.x") def test_iab_parser_py3(): from io import StringIO outfile = StringIO() with contextlib.closing(_importlib_resources.open_binary(__package__, 'sample_iab.txt')) as infile: iab_parser = IABIndexParser(infile) iab_parser.attach(FileIndexer(outfile)) iab_parser.parse() assert outfile.getvalue() == '84683452,1,181\n' ././@PaxHeader0000000000000000000000000000003300000000000011451 xustar000000000000000027 mtime=1593787414.605732 netaddr-0.8.0/netaddr/tests/ip/0000755000076500000240000000000000000000000016401 5ustar00kubastaff00000000000000././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/netaddr/tests/ip/__init__.py0000644000076500000240000000000000000000000020500 0ustar00kubastaff00000000000000././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/netaddr/tests/ip/test_cidr_v4.py0000644000076500000240000001621300000000000021347 0ustar00kubastaff00000000000000import random from netaddr import iprange_to_cidrs, IPNetwork, cidr_merge, cidr_exclude, largest_matching_cidr, smallest_matching_cidr, \ all_matching_cidrs def test_iprange_to_cidrs_worst_case_v4(): networks = iprange_to_cidrs('0.0.0.1', '255.255.255.254') assert networks == [ IPNetwork('0.0.0.1/32'), IPNetwork('0.0.0.2/31'), IPNetwork('0.0.0.4/30'), IPNetwork('0.0.0.8/29'), IPNetwork('0.0.0.16/28'), IPNetwork('0.0.0.32/27'), IPNetwork('0.0.0.64/26'), IPNetwork('0.0.0.128/25'), IPNetwork('0.0.1.0/24'), IPNetwork('0.0.2.0/23'), IPNetwork('0.0.4.0/22'), IPNetwork('0.0.8.0/21'), IPNetwork('0.0.16.0/20'), IPNetwork('0.0.32.0/19'), IPNetwork('0.0.64.0/18'), IPNetwork('0.0.128.0/17'), IPNetwork('0.1.0.0/16'), IPNetwork('0.2.0.0/15'), IPNetwork('0.4.0.0/14'), IPNetwork('0.8.0.0/13'), IPNetwork('0.16.0.0/12'), IPNetwork('0.32.0.0/11'), IPNetwork('0.64.0.0/10'), IPNetwork('0.128.0.0/9'), IPNetwork('1.0.0.0/8'), IPNetwork('2.0.0.0/7'), IPNetwork('4.0.0.0/6'), IPNetwork('8.0.0.0/5'), IPNetwork('16.0.0.0/4'), IPNetwork('32.0.0.0/3'), IPNetwork('64.0.0.0/2'), IPNetwork('128.0.0.0/2'), IPNetwork('192.0.0.0/3'), IPNetwork('224.0.0.0/4'), IPNetwork('240.0.0.0/5'), IPNetwork('248.0.0.0/6'), IPNetwork('252.0.0.0/7'), IPNetwork('254.0.0.0/8'), IPNetwork('255.0.0.0/9'), IPNetwork('255.128.0.0/10'), IPNetwork('255.192.0.0/11'), IPNetwork('255.224.0.0/12'), IPNetwork('255.240.0.0/13'), IPNetwork('255.248.0.0/14'), IPNetwork('255.252.0.0/15'), IPNetwork('255.254.0.0/16'), IPNetwork('255.255.0.0/17'), IPNetwork('255.255.128.0/18'), IPNetwork('255.255.192.0/19'), IPNetwork('255.255.224.0/20'), IPNetwork('255.255.240.0/21'), IPNetwork('255.255.248.0/22'), IPNetwork('255.255.252.0/23'), IPNetwork('255.255.254.0/24'), IPNetwork('255.255.255.0/25'), IPNetwork('255.255.255.128/26'), IPNetwork('255.255.255.192/27'), IPNetwork('255.255.255.224/28'), IPNetwork('255.255.255.240/29'), IPNetwork('255.255.255.248/30'), IPNetwork('255.255.255.252/31'), IPNetwork('255.255.255.254/32'), ] def test_cidr_exclude_v4(): assert cidr_exclude('192.0.2.1/32', '192.0.2.1/32') == [] assert cidr_exclude('192.0.2.0/31', '192.0.2.1/32') == [IPNetwork('192.0.2.0/32')] assert cidr_exclude('192.0.2.0/24', '192.0.2.128/25') == [IPNetwork('192.0.2.0/25')] assert cidr_exclude('192.0.2.0/24', '192.0.2.128/27') == [ IPNetwork('192.0.2.0/25'), IPNetwork('192.0.2.160/27'), IPNetwork('192.0.2.192/26'), ] assert cidr_exclude('192.0.2.1/32', '192.0.2.0/24') == [] assert cidr_exclude('192.0.2.0/28', '192.0.2.16/32') == [IPNetwork('192.0.2.0/28')] assert cidr_exclude('192.0.1.255/32', '192.0.2.0/28') == [IPNetwork('192.0.1.255/32')] def test_cidr_merge_v4(): assert cidr_merge(['192.0.128.0/24', '192.0.129.0/24']) == [IPNetwork('192.0.128.0/23')] assert cidr_merge(['192.0.129.0/24', '192.0.130.0/24']) == [IPNetwork('192.0.129.0/24'), IPNetwork('192.0.130.0/24')] assert cidr_merge(['192.0.2.112/30', '192.0.2.116/31', '192.0.2.118/31']) == [IPNetwork('192.0.2.112/29')] assert cidr_merge(['192.0.2.112/30', '192.0.2.116/32', '192.0.2.118/31']) == [IPNetwork('192.0.2.112/30'), IPNetwork('192.0.2.116/32'), IPNetwork('192.0.2.118/31')] assert cidr_merge(['192.0.2.112/31', '192.0.2.116/31', '192.0.2.118/31']) == [IPNetwork('192.0.2.112/31'), IPNetwork('192.0.2.116/30')] assert cidr_merge([ '192.0.1.254/31', '192.0.2.0/28', '192.0.2.16/28', '192.0.2.32/28', '192.0.2.48/28', '192.0.2.64/28', '192.0.2.80/28', '192.0.2.96/28', '192.0.2.112/28', '192.0.2.128/28', '192.0.2.144/28', '192.0.2.160/28', '192.0.2.176/28', '192.0.2.192/28', '192.0.2.208/28', '192.0.2.224/28', '192.0.2.240/28', '192.0.3.0/28']) == [ IPNetwork('192.0.1.254/31'), IPNetwork('192.0.2.0/24'), IPNetwork('192.0.3.0/28'), ] def test_extended_cidr_merge(): orig_cidr_ipv4 = IPNetwork('192.0.2.0/23') orig_cidr_ipv6 = IPNetwork('::192.0.2.0/120') cidr_subnets = [str(c) for c in orig_cidr_ipv4.subnet(28)] + \ list(orig_cidr_ipv4.subnet(28)) + \ [str(c) for c in orig_cidr_ipv6.subnet(124)] + \ list(orig_cidr_ipv6.subnet(124)) + \ ['192.0.2.1/32', '192.0.2.128/25', '::192.0.2.92/128'] random.shuffle(cidr_subnets) merged_cidrs = cidr_merge(cidr_subnets) assert merged_cidrs == [IPNetwork('192.0.2.0/23'), IPNetwork('::192.0.2.0/120')] assert merged_cidrs == [orig_cidr_ipv4, orig_cidr_ipv6] def test_whole_network_cidr_merge_v4(): assert cidr_merge(['0.0.0.0/0', '0.0.0.0']) == [IPNetwork('0.0.0.0/0')] assert cidr_merge(['0.0.0.0/0', '255.255.255.255']) == [IPNetwork('0.0.0.0/0')] assert cidr_merge(['0.0.0.0/0', '192.0.2.0/24', '10.0.0.0/8']) == [IPNetwork('0.0.0.0/0')] def test_largest_matching_cidr_v4(): assert largest_matching_cidr('192.0.2.0', ['192.0.2.0']) == IPNetwork('192.0.2.0/32') assert largest_matching_cidr('192.0.2.0', ['10.0.0.1', '192.0.2.0']) == IPNetwork('192.0.2.0/32') assert largest_matching_cidr('192.0.2.0', ['10.0.0.1', '192.0.2.0', '224.0.0.1']) == IPNetwork('192.0.2.0/32') assert largest_matching_cidr('192.0.2.0', ['10.0.0.1', '224.0.0.1']) is None def test_smallest_matching_cidr_v4(): assert smallest_matching_cidr('192.0.2.0', ['10.0.0.1', '192.0.2.0', '224.0.0.1']) == IPNetwork('192.0.2.0/32') assert smallest_matching_cidr('192.0.2.32', ['0.0.0.0/0', '10.0.0.0/8', '192.0.0.0/8', '192.0.1.0/24', '192.0.2.0/24', '192.0.3.0/24']) == IPNetwork('192.0.2.0/24') assert smallest_matching_cidr('192.0.2.0', ['10.0.0.1', '224.0.0.1']) is None def test_all_matching_cidrs_v4(): assert all_matching_cidrs('192.0.2.32', ['0.0.0.0/0', '10.0.0.0/8', '192.0.0.0/8', '192.0.1.0/24', '192.0.2.0/24', '192.0.3.0/24']) == [ IPNetwork('0.0.0.0/0'), IPNetwork('192.0.0.0/8'), IPNetwork('192.0.2.0/24'), ] def test_cidr_matching_v4(): networks = [str(c) for c in IPNetwork('192.0.2.128/27').supernet(22)] assert networks == [ '192.0.0.0/22', '192.0.2.0/23', '192.0.2.0/24', '192.0.2.128/25', '192.0.2.128/26', ] assert all_matching_cidrs('192.0.2.0', networks) == [ IPNetwork('192.0.0.0/22'), IPNetwork('192.0.2.0/23'), IPNetwork('192.0.2.0/24'), ] assert smallest_matching_cidr('192.0.2.0', networks) == IPNetwork('192.0.2.0/24') assert largest_matching_cidr('192.0.2.0', networks) == IPNetwork('192.0.0.0/22') # {{{ # >>> all_matching_cidrs('192.0.2.0', ['192.0.2.0/24']) # [IPNetwork('192.0.2.0/24')] # # >>> all_matching_cidrs('192.0.2.0', ['::/96']) # [] # # # }}} ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/netaddr/tests/ip/test_cidr_v6.py0000644000076500000240000001100000000000000021336 0ustar00kubastaff00000000000000from netaddr import iprange_to_cidrs, IPNetwork, cidr_merge, all_matching_cidrs def test_iprange_to_cidrs_worst_case_v6(): networks = iprange_to_cidrs('::ffff:1', '::ffff:255.255.255.254') assert networks == [ IPNetwork('::255.255.0.1/128'), IPNetwork('::255.255.0.2/127'), IPNetwork('::255.255.0.4/126'), IPNetwork('::255.255.0.8/125'), IPNetwork('::255.255.0.16/124'), IPNetwork('::255.255.0.32/123'), IPNetwork('::255.255.0.64/122'), IPNetwork('::255.255.0.128/121'), IPNetwork('::255.255.1.0/120'), IPNetwork('::255.255.2.0/119'), IPNetwork('::255.255.4.0/118'), IPNetwork('::255.255.8.0/117'), IPNetwork('::255.255.16.0/116'), IPNetwork('::255.255.32.0/115'), IPNetwork('::255.255.64.0/114'), IPNetwork('::255.255.128.0/113'), IPNetwork('::1:0:0/96'), IPNetwork('::2:0:0/95'), IPNetwork('::4:0:0/94'), IPNetwork('::8:0:0/93'), IPNetwork('::10:0:0/92'), IPNetwork('::20:0:0/91'), IPNetwork('::40:0:0/90'), IPNetwork('::80:0:0/89'), IPNetwork('::100:0:0/88'), IPNetwork('::200:0:0/87'), IPNetwork('::400:0:0/86'), IPNetwork('::800:0:0/85'), IPNetwork('::1000:0:0/84'), IPNetwork('::2000:0:0/83'), IPNetwork('::4000:0:0/82'), IPNetwork('::8000:0:0/82'), IPNetwork('::c000:0:0/83'), IPNetwork('::e000:0:0/84'), IPNetwork('::f000:0:0/85'), IPNetwork('::f800:0:0/86'), IPNetwork('::fc00:0:0/87'), IPNetwork('::fe00:0:0/88'), IPNetwork('::ff00:0:0/89'), IPNetwork('::ff80:0:0/90'), IPNetwork('::ffc0:0:0/91'), IPNetwork('::ffe0:0:0/92'), IPNetwork('::fff0:0:0/93'), IPNetwork('::fff8:0:0/94'), IPNetwork('::fffc:0:0/95'), IPNetwork('::fffe:0:0/96'), IPNetwork('::ffff:0.0.0.0/97'), IPNetwork('::ffff:128.0.0.0/98'), IPNetwork('::ffff:192.0.0.0/99'), IPNetwork('::ffff:224.0.0.0/100'), IPNetwork('::ffff:240.0.0.0/101'), IPNetwork('::ffff:248.0.0.0/102'), IPNetwork('::ffff:252.0.0.0/103'), IPNetwork('::ffff:254.0.0.0/104'), IPNetwork('::ffff:255.0.0.0/105'), IPNetwork('::ffff:255.128.0.0/106'), IPNetwork('::ffff:255.192.0.0/107'), IPNetwork('::ffff:255.224.0.0/108'), IPNetwork('::ffff:255.240.0.0/109'), IPNetwork('::ffff:255.248.0.0/110'), IPNetwork('::ffff:255.252.0.0/111'), IPNetwork('::ffff:255.254.0.0/112'), IPNetwork('::ffff:255.255.0.0/113'), IPNetwork('::ffff:255.255.128.0/114'), IPNetwork('::ffff:255.255.192.0/115'), IPNetwork('::ffff:255.255.224.0/116'), IPNetwork('::ffff:255.255.240.0/117'), IPNetwork('::ffff:255.255.248.0/118'), IPNetwork('::ffff:255.255.252.0/119'), IPNetwork('::ffff:255.255.254.0/120'), IPNetwork('::ffff:255.255.255.0/121'), IPNetwork('::ffff:255.255.255.128/122'), IPNetwork('::ffff:255.255.255.192/123'), IPNetwork('::ffff:255.255.255.224/124'), IPNetwork('::ffff:255.255.255.240/125'), IPNetwork('::ffff:255.255.255.248/126'), IPNetwork('::ffff:255.255.255.252/127'), IPNetwork('::ffff:255.255.255.254/128'), ] def test_rfc_4291(): assert str(IPNetwork('2001:0DB8:0000:CD30:0000:0000:0000:0000/60')) == '2001:db8:0:cd30::/60' assert str(IPNetwork('2001:0DB8::CD30:0:0:0:0/60')) == '2001:db8:0:cd30::/60' assert str(IPNetwork('2001:0DB8:0:CD30::/60')) == '2001:db8:0:cd30::/60' def test_whole_network_cidr_merge_v6(): assert cidr_merge(['::/0', 'fe80::1']) == [IPNetwork('::/0')] assert cidr_merge(['::/0', '::']) == [IPNetwork('::/0')] assert cidr_merge(['::/0', '::192.0.2.0/124', 'ff00::101']) == [IPNetwork('::/0')] assert cidr_merge(['0.0.0.0/0', '0.0.0.0', '::/0', '::']) == [IPNetwork('0.0.0.0/0'), IPNetwork('::/0')] def test_all_matching_cidrs_v6(): assert all_matching_cidrs('::ffff:192.0.2.1', ['::ffff:192.0.2.0/96']) == [IPNetwork('::ffff:192.0.2.0/96')] assert all_matching_cidrs('::192.0.2.1', ['::192.0.2.0/96']) == [IPNetwork('::192.0.2.0/96')] assert all_matching_cidrs('::192.0.2.1', ['192.0.2.0/23']) == [] assert all_matching_cidrs('::192.0.2.1', ['192.0.2.0/24', '::192.0.2.0/120']) == [IPNetwork('::192.0.2.0/120')] assert all_matching_cidrs('::192.0.2.1', [IPNetwork('192.0.2.0/24'), IPNetwork('::192.0.2.0/120')]) == [IPNetwork('::192.0.2.0/120')] ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/netaddr/tests/ip/test_dns.py0000644000076500000240000000064000000000000020576 0ustar00kubastaff00000000000000from netaddr import IPAddress def test_reverse_dns_v4(): assert IPAddress('172.24.0.13').reverse_dns == '13.0.24.172.in-addr.arpa.' def test_reverse_dns_v6(): assert IPAddress('fe80::feeb:daed').reverse_dns == ('d.e.a.d.b.e.e.f.0.0.0.0.0.0.0.0.' '0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.' 'ip6.arpa.') ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592907994.0 netaddr-0.8.0/netaddr/tests/ip/test_ip.py0000644000076500000240000000036200000000000020423 0ustar00kubastaff00000000000000import weakref from netaddr import IPAddress, IPNetwork, IPRange def test_ip_classes_are_weak_referencable(): weakref.ref(IPAddress('10.0.0.1')) weakref.ref(IPNetwork('10.0.0.1/8')) weakref.ref(IPRange('10.0.0.1', '10.0.0.10')) ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/netaddr/tests/ip/test_ip_categories.py0000644000076500000240000000300000000000000022620 0ustar00kubastaff00000000000000from netaddr import IPAddress def test_is_unicast(): assert IPAddress('192.0.2.1').is_unicast() assert IPAddress('fe80::1').is_unicast() def test_is_multicast(): assert IPAddress('239.192.0.1').is_multicast() assert IPAddress('ff00::1').is_multicast() def test_is_private(): assert IPAddress('172.24.0.1').is_private() assert IPAddress('10.0.0.1').is_private() assert IPAddress('192.168.0.1').is_private() assert IPAddress('fc00::1').is_private() assert IPAddress('198.18.0.0').is_private() assert IPAddress('198.19.255.255').is_private() def test_is_reserved(): assert IPAddress('253.0.0.1').is_reserved() assert IPAddress('192.0.2.0').is_reserved() assert IPAddress('192.0.2.255').is_reserved() assert IPAddress('127.0.0.0').is_reserved() assert IPAddress('127.255.255.255').is_reserved() assert IPAddress('192.88.99.0').is_reserved() assert IPAddress('192.88.99.255').is_reserved() assert IPAddress('0.0.0.0').is_reserved() assert IPAddress('0.255.255.255').is_reserved() assert IPAddress('233.252.0.0').is_reserved() assert IPAddress('233.252.0.255').is_reserved() def test_is_public(): ip = IPAddress('62.125.24.5') assert ip.is_unicast() and not ip.is_private() def test_is_netmask(): assert IPAddress('255.255.254.0').is_netmask() def test_is_hostmask(): assert IPAddress('0.0.1.255').is_hostmask() def test_is_loopback(): assert IPAddress('127.0.0.1').is_loopback() assert IPAddress('::1').is_loopback() ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/netaddr/tests/ip/test_ip_comparisons.py0000644000076500000240000000261300000000000023041 0ustar00kubastaff00000000000000from netaddr import IPAddress, IPNetwork def test_basic_comparisons(): assert IPAddress('192.0.2.1') == IPAddress('192.0.2.1') assert not IPAddress('192.0.2.1') != IPAddress('192.0.2.1') assert IPAddress('192.0.2.2') > IPAddress('192.0.2.1') assert IPAddress('192.0.2.1') >= IPAddress('192.0.2.1') assert IPAddress('192.0.2.2') >= IPAddress('192.0.2.1') assert IPAddress('192.0.2.1') < IPAddress('192.0.2.2') assert IPAddress('192.0.2.1') <= IPAddress('192.0.2.1') assert IPAddress('192.0.2.1') <= IPAddress('192.0.2.2') def test_advanced_comparisons(): assert IPNetwork('192.0.2.0/24') == IPNetwork('192.0.2.112/24') assert IPNetwork('192.0.2.0/24').ip != IPNetwork('192.0.2.112/24').ip assert IPNetwork('192.0.2.0/24').ip < IPNetwork('192.0.2.112/24').ip assert IPNetwork('192.0.2.0/24').cidr == IPNetwork('192.0.2.112/24').cidr assert IPNetwork('192.0.2.0/24') != IPNetwork('192.0.3.0/24') assert IPNetwork('192.0.2.0/24') < IPNetwork('192.0.3.0/24') assert IPAddress('192.0.2.0') != IPNetwork('192.0.2.0/32') assert IPAddress('192.0.2.0') == IPNetwork('192.0.2.0/32')[0] assert IPAddress('192.0.2.0') == IPNetwork('192.0.2.0/32')[-1] assert IPAddress('192.0.2.0') == IPNetwork('192.0.2.0/32')[0] assert IPAddress('192.0.2.0') == IPNetwork('192.0.2.0/32').ip assert IPAddress('192.0.2.0') == IPNetwork('192.0.2.0/32').ip ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592823440.0 netaddr-0.8.0/netaddr/tests/ip/test_ip_globs.py0000644000076500000240000000371700000000000021620 0ustar00kubastaff00000000000000from netaddr import IPGlob, IPNetwork, cidr_to_glob, glob_to_cidrs, glob_to_iptuple, iprange_to_globs, IPAddress, \ valid_glob, glob_to_iprange, IPRange def test_ipglob_basic(): #TODO: do the same testing on IPGlob as IPRange. assert IPGlob('192.0.2.*') == IPNetwork('192.0.2.0/24') def test_ipglob_boolean_evaluation(): assert bool(IPGlob('*.*.*.*')) assert bool(IPGlob('0.0.0.0')) def test_cidr_to_glob(): assert cidr_to_glob('10.0.0.1/32') == '10.0.0.1' assert cidr_to_glob('192.0.2.0/24') == '192.0.2.*' assert cidr_to_glob('172.16.0.0/12') == '172.16-31.*.*' assert cidr_to_glob('0.0.0.0/0') == '*.*.*.*' def test_glob_to_cidrs(): assert glob_to_cidrs('10.0.0.1') == [IPNetwork('10.0.0.1/32')] assert glob_to_cidrs('192.0.2.*') == [IPNetwork('192.0.2.0/24')] assert glob_to_cidrs('172.16-31.*.*') == [IPNetwork('172.16.0.0/12')] assert glob_to_cidrs('*.*.*.*') == [IPNetwork('0.0.0.0/0')] def test_glob_to_iptuple(): assert glob_to_iptuple('*.*.*.*') == (IPAddress('0.0.0.0'), IPAddress('255.255.255.255')) def test_iprange_to_globs(): assert iprange_to_globs('192.0.2.0', '192.0.2.255') == ['192.0.2.*'] assert iprange_to_globs('192.0.2.1', '192.0.2.15') == ['192.0.2.1-15'] assert iprange_to_globs('192.0.2.255', '192.0.4.1') == ['192.0.2.255', '192.0.3.*', '192.0.4.0-1'] assert iprange_to_globs('10.0.1.255', '10.0.255.255') == ['10.0.1.255', '10.0.2-3.*', '10.0.4-7.*', '10.0.8-15.*', '10.0.16-31.*', '10.0.32-63.*', '10.0.64-127.*', '10.0.128-255.*'] def test_glob_to_iprange(): assert glob_to_iprange('192.0.2.*') == IPRange('192.0.2.0', '192.0.2.255') assert glob_to_iprange('192.0.2.1-15') == IPRange('192.0.2.1', '192.0.2.15') assert glob_to_iprange('192.0.1-3.*') == IPRange('192.0.1.0', '192.0.3.255') def test_invalid_glob(): assert not valid_glob('1.1.1.a') assert not valid_glob('1.1.1.1/32') assert not valid_glob('1.1.1.a-b') assert not valid_glob('1.1.a-b.*') ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592822807.0 netaddr-0.8.0/netaddr/tests/ip/test_ip_ranges.py0000644000076500000240000002032200000000000021760 0ustar00kubastaff00000000000000import pickle import pytest from netaddr import iter_iprange, IPAddress, cidr_merge, IPNetwork, IPRange, ZEROFILL, AddrFormatError from netaddr.compat import _sys_maxint def test_ip_range(): ip_list = list(iter_iprange('192.0.2.1', '192.0.2.14')) assert len(ip_list) == 14 assert ip_list == [ IPAddress('192.0.2.1'), IPAddress('192.0.2.2'), IPAddress('192.0.2.3'), IPAddress('192.0.2.4'), IPAddress('192.0.2.5'), IPAddress('192.0.2.6'), IPAddress('192.0.2.7'), IPAddress('192.0.2.8'), IPAddress('192.0.2.9'), IPAddress('192.0.2.10'), IPAddress('192.0.2.11'), IPAddress('192.0.2.12'), IPAddress('192.0.2.13'), IPAddress('192.0.2.14'), ] assert cidr_merge(ip_list) == [ IPNetwork('192.0.2.1/32'), IPNetwork('192.0.2.2/31'), IPNetwork('192.0.2.4/30'), IPNetwork('192.0.2.8/30'), IPNetwork('192.0.2.12/31'), IPNetwork('192.0.2.14/32'), ] def test_iprange(): range1 = IPRange('192.0.2.1', '192.0.2.15') assert range1 == IPRange('192.0.2.1', '192.0.2.15') assert range1.cidrs() == [ IPNetwork('192.0.2.1/32'), IPNetwork('192.0.2.2/31'), IPNetwork('192.0.2.4/30'), IPNetwork('192.0.2.8/29'), ] assert IPRange('192.0.2.0', '192.0.2.255') == IPNetwork('192.0.2.0/24') range2 = IPRange('192.0.2.1', '192.0.2.15') addrs = list(range2) assert addrs == [ IPAddress('192.0.2.1'), IPAddress('192.0.2.2'), IPAddress('192.0.2.3'), IPAddress('192.0.2.4'), IPAddress('192.0.2.5'), IPAddress('192.0.2.6'), IPAddress('192.0.2.7'), IPAddress('192.0.2.8'), IPAddress('192.0.2.9'), IPAddress('192.0.2.10'), IPAddress('192.0.2.11'), IPAddress('192.0.2.12'), IPAddress('192.0.2.13'), IPAddress('192.0.2.14'), IPAddress('192.0.2.15'), ] assert range2 != addrs assert list(range2) == addrs subnets = range2.cidrs() assert subnets == [ IPNetwork('192.0.2.1/32'), IPNetwork('192.0.2.2/31'), IPNetwork('192.0.2.4/30'), IPNetwork('192.0.2.8/29')] assert range2 != subnets assert range2.cidrs() == subnets def test_iprange_boundaries(): assert list(iter_iprange('192.0.2.0', '192.0.2.7')) == [ IPAddress('192.0.2.0'), IPAddress('192.0.2.1'), IPAddress('192.0.2.2'), IPAddress('192.0.2.3'), IPAddress('192.0.2.4'), IPAddress('192.0.2.5'), IPAddress('192.0.2.6'), IPAddress('192.0.2.7'), ] assert list(iter_iprange('::ffff:192.0.2.0', '::ffff:192.0.2.7')) == [ IPAddress('::ffff:192.0.2.0'), IPAddress('::ffff:192.0.2.1'), IPAddress('::ffff:192.0.2.2'), IPAddress('::ffff:192.0.2.3'), IPAddress('::ffff:192.0.2.4'), IPAddress('::ffff:192.0.2.5'), IPAddress('::ffff:192.0.2.6'), IPAddress('::ffff:192.0.2.7'), ] def test_iprange_boolean_evaluation(): assert bool(IPRange('0.0.0.0', '255.255.255.255')) assert bool(IPRange('0.0.0.0', '0.0.0.0')) def test_iprange_sorting(): ranges = ( (IPAddress('::'), IPAddress('::')), (IPAddress('0.0.0.0'), IPAddress('255.255.255.255')), (IPAddress('::'), IPAddress('::255.255.255.255')), (IPAddress('0.0.0.0'), IPAddress('0.0.0.0')), ) assert sorted(ranges) == [ (IPAddress('0.0.0.0'), IPAddress('0.0.0.0')), (IPAddress('0.0.0.0'), IPAddress('255.255.255.255')), (IPAddress('::'), IPAddress('::')), (IPAddress('::'), IPAddress('::255.255.255.255')), ] def test_iprange_constructor(): iprange = IPRange('192.0.2.1', '192.0.2.254') assert iprange == IPRange('192.0.2.1', '192.0.2.254') assert '%s' % iprange == '192.0.2.1-192.0.2.254' assert IPRange('::ffff:192.0.2.1', '::ffff:192.0.2.254') == IPRange('::ffff:192.0.2.1', '::ffff:192.0.2.254') assert IPRange('192.0.2.1', '192.0.2.1') == IPRange('192.0.2.1', '192.0.2.1') assert IPRange('208.049.164.000', '208.050.066.255', flags=ZEROFILL) == IPRange('208.49.164.0', '208.50.66.255') with pytest.raises(AddrFormatError): IPRange('192.0.2.2', '192.0.2.1') with pytest.raises(AddrFormatError): IPRange('::', '0.0.0.1') with pytest.raises(AddrFormatError): IPRange('0.0.0.0', '::1') def test_iprange_indexing(): iprange = IPRange('192.0.2.1', '192.0.2.254') assert len(iprange) == 254 assert iprange.first == 3221225985 assert iprange.last == 3221226238 assert iprange[0] == IPAddress('192.0.2.1') assert iprange[-1] == IPAddress('192.0.2.254') with pytest.raises(IndexError): iprange[512] def test_iprange_slicing(): iprange = IPRange('192.0.2.1', '192.0.2.254') assert list(iprange[0:3]) == [ IPAddress('192.0.2.1'), IPAddress('192.0.2.2'), IPAddress('192.0.2.3'), ] assert list(iprange[0:10:2]) == [ IPAddress('192.0.2.1'), IPAddress('192.0.2.3'), IPAddress('192.0.2.5'), IPAddress('192.0.2.7'), IPAddress('192.0.2.9'), ] assert list(iprange[0:1024:512]) == [IPAddress('192.0.2.1')] def test_iprange_ipv6_unsupported_slicing(): with pytest.raises(TypeError): IPRange('::ffff:192.0.2.1', '::ffff:192.0.2.254')[0:10:2] def test_iprange_membership(): assert IPRange('192.0.2.5', '192.0.2.10') in IPRange('192.0.2.1', '192.0.2.254') assert IPRange('fe80::1', 'fe80::fffe') in IPRange('fe80::', 'fe80::ffff:ffff:ffff:ffff') assert IPRange('192.0.2.5', '192.0.2.10') not in IPRange('::', '::255.255.255.255') def test_more_iprange_sorting(): ipranges = (IPRange('192.0.2.40', '192.0.2.50'), IPRange('192.0.2.20', '192.0.2.30'), IPRange('192.0.2.1', '192.0.2.254'),) assert sorted(ipranges) == [IPRange('192.0.2.1', '192.0.2.254'), IPRange('192.0.2.20', '192.0.2.30'), IPRange('192.0.2.40', '192.0.2.50')] ipranges = list(ipranges) ipranges.append(IPRange('192.0.2.45', '192.0.2.49')) assert sorted(ipranges) == [ IPRange('192.0.2.1', '192.0.2.254'), IPRange('192.0.2.20', '192.0.2.30'), IPRange('192.0.2.40', '192.0.2.50'), IPRange('192.0.2.45', '192.0.2.49'), ] def test_iprange_cidr_interoperability(): assert IPRange('192.0.2.5', '192.0.2.10').cidrs() == [ IPNetwork('192.0.2.5/32'), IPNetwork('192.0.2.6/31'), IPNetwork('192.0.2.8/31'), IPNetwork('192.0.2.10/32'), ] assert IPRange('fe80::', 'fe80::ffff:ffff:ffff:ffff').cidrs() == [IPNetwork('fe80::/64')] def test_iprange_info_and_properties(): iprange = IPRange('192.0.2.1', '192.0.2.254') assert eval(str(iprange.info)) == { 'IPv4': [{ 'date': '1993-05', 'designation': 'Administered by ARIN', 'prefix': '192/8', 'status': 'Legacy', 'whois': 'whois.arin.net'}] } assert iprange.is_reserved() assert iprange.version == 4 def test_iprange_invalid_len_and_alternative(): range1 = IPRange(IPAddress("::0"), IPAddress(_sys_maxint, 6)) with pytest.raises(IndexError): len(range1) range2 = IPRange(IPAddress("::0"), IPAddress(_sys_maxint - 1, 6)) assert len(range2) == _sys_maxint def test_iprange_pickling_v4(): iprange = IPRange('192.0.2.1', '192.0.2.254') assert iprange == IPRange('192.0.2.1', '192.0.2.254') assert iprange.first == 3221225985 assert iprange.last == 3221226238 assert iprange.version == 4 buf = pickle.dumps(iprange) iprange2 = pickle.loads(buf) assert iprange2 == iprange assert id(iprange2) != id(iprange) assert iprange2.first == 3221225985 assert iprange2.last == 3221226238 assert iprange2.version == 4 def test_iprange_pickling_v6(): iprange = IPRange('::ffff:192.0.2.1', '::ffff:192.0.2.254') assert iprange == IPRange('::ffff:192.0.2.1', '::ffff:192.0.2.254') assert iprange.first == 281473902969345 assert iprange.last == 281473902969598 assert iprange.version == 6 buf = pickle.dumps(iprange) iprange2 = pickle.loads(buf) assert iprange2 == iprange assert iprange2.first == 281473902969345 assert iprange2.last == 281473902969598 assert iprange2.version == 6 ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/netaddr/tests/ip/test_ip_rfc1924.py0000644000076500000240000000100000000000000021563 0ustar00kubastaff00000000000000import pytest from netaddr import AddrFormatError from netaddr.ip.rfc1924 import ipv6_to_base85, base85_to_ipv6 def test_RFC_1924(): ip_addr = '1080::8:800:200c:417a' base85 = ipv6_to_base85(ip_addr) assert base85 == '4)+k&C#VzJ4br>0wv%Yp' assert base85_to_ipv6(base85) == '1080::8:800:200c:417a' # RFC specifies that "leading zeroes are never omitted" ipv6_to_base85("::1") == '00000000000000000001' with pytest.raises(AddrFormatError): base85_to_ipv6('not 20 chars') ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592907834.0 netaddr-0.8.0/netaddr/tests/ip/test_ip_sets.py0000644000076500000240000005144200000000000021466 0ustar00kubastaff00000000000000import pickle import weakref import pytest from netaddr import IPAddress, IPNetwork, IPRange, IPSet, cidr_exclude from netaddr.compat import _sys_maxint def test_ipset_basic_api(): range1 = IPRange('192.0.2.1', '192.0.2.15') ip_list = [ IPAddress('192.0.2.1'), '192.0.2.2/31', IPNetwork('192.0.2.4/31'), IPAddress('192.0.2.6'), IPAddress('192.0.2.7'), '192.0.2.8', '192.0.2.9', IPAddress('192.0.2.10'), IPAddress('192.0.2.11'), IPNetwork('192.0.2.12/30'), ] set1 = IPSet(range1.cidrs()) set2 = IPSet(ip_list) assert set2 == IPSet([ '192.0.2.1/32', '192.0.2.2/31', '192.0.2.4/30', '192.0.2.8/29', ]) assert set1 == set2 assert set2.pop() in set1 assert set1 != set2 def test_ipset_empty(): assert IPSet() == IPSet([]) empty_set = IPSet([]) assert IPSet([]) == empty_set assert len(empty_set) == 0 def test_ipset_constructor(): assert IPSet(['192.0.2.0']) == IPSet(['192.0.2.0/32']) assert IPSet([IPAddress('192.0.2.0')]) == IPSet(['192.0.2.0/32']) assert IPSet([IPNetwork('192.0.2.0')]) == IPSet(['192.0.2.0/32']) assert IPSet(IPNetwork('1234::/32')) == IPSet(['1234::/32']) assert IPSet([IPNetwork('192.0.2.0/24')]) == IPSet(['192.0.2.0/24']) assert IPSet(IPSet(['192.0.2.0/32'])) == IPSet(['192.0.2.0/32']) assert IPSet(IPRange("10.0.0.0", "10.0.1.31")) == IPSet(['10.0.0.0/24', '10.0.1.0/27']) assert IPSet(IPRange('0.0.0.0', '255.255.255.255')) == IPSet(['0.0.0.0/0']) assert IPSet([IPRange("10.0.0.0", "10.0.1.31")]) == IPSet(IPRange("10.0.0.0", "10.0.1.31")) def test_ipset_iteration(): assert list(IPSet(['192.0.2.0/28', '::192.0.2.0/124'])) == [ IPAddress('192.0.2.0'), IPAddress('192.0.2.1'), IPAddress('192.0.2.2'), IPAddress('192.0.2.3'), IPAddress('192.0.2.4'), IPAddress('192.0.2.5'), IPAddress('192.0.2.6'), IPAddress('192.0.2.7'), IPAddress('192.0.2.8'), IPAddress('192.0.2.9'), IPAddress('192.0.2.10'), IPAddress('192.0.2.11'), IPAddress('192.0.2.12'), IPAddress('192.0.2.13'), IPAddress('192.0.2.14'), IPAddress('192.0.2.15'), IPAddress('::192.0.2.0'), IPAddress('::192.0.2.1'), IPAddress('::192.0.2.2'), IPAddress('::192.0.2.3'), IPAddress('::192.0.2.4'), IPAddress('::192.0.2.5'), IPAddress('::192.0.2.6'), IPAddress('::192.0.2.7'), IPAddress('::192.0.2.8'), IPAddress('::192.0.2.9'), IPAddress('::192.0.2.10'), IPAddress('::192.0.2.11'), IPAddress('::192.0.2.12'), IPAddress('::192.0.2.13'), IPAddress('::192.0.2.14'), IPAddress('::192.0.2.15'), ] def test_ipset_member_insertion_and_deletion(): s1 = IPSet() s1.add('192.0.2.0') assert s1 == IPSet(['192.0.2.0/32']) s1.remove('192.0.2.0') assert s1 == IPSet([]) s1.add(IPRange("10.0.0.0", "10.0.0.255")) assert s1 == IPSet(['10.0.0.0/24']) s1.remove(IPRange("10.0.0.128", "10.10.10.10")) assert s1 == IPSet(['10.0.0.0/25']) def test_ipset_membership(): iprange = IPRange('192.0.1.255', '192.0.2.16') assert iprange.cidrs() == [ IPNetwork('192.0.1.255/32'), IPNetwork('192.0.2.0/28'), IPNetwork('192.0.2.16/32'), ] ipset = IPSet(['192.0.2.0/28']) assert [(str(ip), ip in ipset) for ip in iprange] == [ ('192.0.1.255', False), ('192.0.2.0', True), ('192.0.2.1', True), ('192.0.2.2', True), ('192.0.2.3', True), ('192.0.2.4', True), ('192.0.2.5', True), ('192.0.2.6', True), ('192.0.2.7', True), ('192.0.2.8', True), ('192.0.2.9', True), ('192.0.2.10', True), ('192.0.2.11', True), ('192.0.2.12', True), ('192.0.2.13', True), ('192.0.2.14', True), ('192.0.2.15', True), ('192.0.2.16', False), ] def test_ipset_membership_largest(): ipset = IPSet(['0.0.0.0/0']) assert IPAddress("10.0.0.1") in ipset assert IPAddress("0.0.0.0") in ipset assert IPAddress("255.255.255") in ipset assert IPNetwork("10.0.0.0/24") in ipset assert IPAddress("::1") not in ipset def test_set_membership_smallest(): ipset = IPSet(["10.0.0.42/32"]) assert IPAddress("10.0.0.42") in ipset assert IPNetwork("10.0.0.42/32") in ipset assert IPAddress("10.0.0.41") not in ipset assert IPAddress("10.0.0.43") not in ipset assert IPNetwork("10.0.0.42/31") not in ipset def test_ipset_unions(): assert IPSet(['192.0.2.0']) == IPSet(['192.0.2.0/32']) assert IPSet(['192.0.2.0']) | IPSet(['192.0.2.1']) == IPSet(['192.0.2.0/31']) assert IPSet(['192.0.2.0']) | IPSet(['192.0.2.1']) | IPSet(['192.0.2.3']) == IPSet(['192.0.2.0/31', '192.0.2.3/32']) assert IPSet(['192.0.2.0']) | IPSet(['192.0.2.1']) | IPSet(['192.0.2.3/30']) == IPSet(['192.0.2.0/30']) assert IPSet(['192.0.2.0']) | IPSet(['192.0.2.1']) | IPSet(['192.0.2.3/31']) == IPSet(['192.0.2.0/30']) assert IPSet(['192.0.2.0/24']) | IPSet(['192.0.3.0/24']) | IPSet(['192.0.4.0/24']) == IPSet(['192.0.2.0/23', '192.0.4.0/24']) def test_ipset_unions_intersections_differences(): adj_cidrs = list(IPNetwork('192.0.2.0/24').subnet(28)) even_cidrs = adj_cidrs[::2] evens = IPSet(even_cidrs) assert evens == IPSet([ '192.0.2.0/28', '192.0.2.32/28', '192.0.2.64/28', '192.0.2.96/28', '192.0.2.128/28', '192.0.2.160/28', '192.0.2.192/28', '192.0.2.224/28', ]) assert IPSet(['192.0.2.0/24']) & evens == IPSet([ '192.0.2.0/28', '192.0.2.32/28', '192.0.2.64/28', '192.0.2.96/28', '192.0.2.128/28', '192.0.2.160/28', '192.0.2.192/28', '192.0.2.224/28']) odds = IPSet(['192.0.2.0/24']) ^ evens assert odds == IPSet([ '192.0.2.16/28', '192.0.2.48/28', '192.0.2.80/28', '192.0.2.112/28', '192.0.2.144/28', '192.0.2.176/28', '192.0.2.208/28', '192.0.2.240/28']) assert evens | odds == IPSet(['192.0.2.0/24']) assert evens & odds == IPSet([]) assert evens ^ odds == IPSet(['192.0.2.0/24']) def test_ipset_supersets_and_subsets(): s1 = IPSet(['192.0.2.0/24', '192.0.4.0/24']) s2 = IPSet(['192.0.2.0', '192.0.4.0']) assert s1.issuperset(s2) assert s2.issubset(s1) assert not s2.issuperset(s1) assert not s1.issubset(s2) ipv4_addr_space = IPSet(['0.0.0.0/0']) private = IPSet(['10.0.0.0/8', '172.16.0.0/12', '192.0.2.0/24', '192.168.0.0/16', '239.192.0.0/14']) reserved = IPSet(['225.0.0.0/8', '226.0.0.0/7', '228.0.0.0/6', '234.0.0.0/7', '236.0.0.0/7', '238.0.0.0/8', '240.0.0.0/4']) unavailable = reserved | private available = ipv4_addr_space ^ unavailable assert [tuple(map(str, (cidr, cidr[0], cidr[-1]))) for cidr in available.iter_cidrs()] == [ ('0.0.0.0/5', '0.0.0.0', '7.255.255.255'), ('8.0.0.0/7', '8.0.0.0', '9.255.255.255'), ('11.0.0.0/8', '11.0.0.0', '11.255.255.255'), ('12.0.0.0/6', '12.0.0.0', '15.255.255.255'), ('16.0.0.0/4', '16.0.0.0', '31.255.255.255'), ('32.0.0.0/3', '32.0.0.0', '63.255.255.255'), ('64.0.0.0/2', '64.0.0.0', '127.255.255.255'), ('128.0.0.0/3', '128.0.0.0', '159.255.255.255'), ('160.0.0.0/5', '160.0.0.0', '167.255.255.255'), ('168.0.0.0/6', '168.0.0.0', '171.255.255.255'), ('172.0.0.0/12', '172.0.0.0', '172.15.255.255'), ('172.32.0.0/11', '172.32.0.0', '172.63.255.255'), ('172.64.0.0/10', '172.64.0.0', '172.127.255.255'), ('172.128.0.0/9', '172.128.0.0', '172.255.255.255'), ('173.0.0.0/8', '173.0.0.0', '173.255.255.255'), ('174.0.0.0/7', '174.0.0.0', '175.255.255.255'), ('176.0.0.0/4', '176.0.0.0', '191.255.255.255'), ('192.0.0.0/23', '192.0.0.0', '192.0.1.255'), ('192.0.3.0/24', '192.0.3.0', '192.0.3.255'), ('192.0.4.0/22', '192.0.4.0', '192.0.7.255'), ('192.0.8.0/21', '192.0.8.0', '192.0.15.255'), ('192.0.16.0/20', '192.0.16.0', '192.0.31.255'), ('192.0.32.0/19', '192.0.32.0', '192.0.63.255'), ('192.0.64.0/18', '192.0.64.0', '192.0.127.255'), ('192.0.128.0/17', '192.0.128.0', '192.0.255.255'), ('192.1.0.0/16', '192.1.0.0', '192.1.255.255'), ('192.2.0.0/15', '192.2.0.0', '192.3.255.255'), ('192.4.0.0/14', '192.4.0.0', '192.7.255.255'), ('192.8.0.0/13', '192.8.0.0', '192.15.255.255'), ('192.16.0.0/12', '192.16.0.0', '192.31.255.255'), ('192.32.0.0/11', '192.32.0.0', '192.63.255.255'), ('192.64.0.0/10', '192.64.0.0', '192.127.255.255'), ('192.128.0.0/11', '192.128.0.0', '192.159.255.255'), ('192.160.0.0/13', '192.160.0.0', '192.167.255.255'), ('192.169.0.0/16', '192.169.0.0', '192.169.255.255'), ('192.170.0.0/15', '192.170.0.0', '192.171.255.255'), ('192.172.0.0/14', '192.172.0.0', '192.175.255.255'), ('192.176.0.0/12', '192.176.0.0', '192.191.255.255'), ('192.192.0.0/10', '192.192.0.0', '192.255.255.255'), ('193.0.0.0/8', '193.0.0.0', '193.255.255.255'), ('194.0.0.0/7', '194.0.0.0', '195.255.255.255'), ('196.0.0.0/6', '196.0.0.0', '199.255.255.255'), ('200.0.0.0/5', '200.0.0.0', '207.255.255.255'), ('208.0.0.0/4', '208.0.0.0', '223.255.255.255'), ('224.0.0.0/8', '224.0.0.0', '224.255.255.255'), ('232.0.0.0/7', '232.0.0.0', '233.255.255.255'), ('239.0.0.0/9', '239.0.0.0', '239.127.255.255'), ('239.128.0.0/10', '239.128.0.0', '239.191.255.255'), ('239.196.0.0/14', '239.196.0.0', '239.199.255.255'), ('239.200.0.0/13', '239.200.0.0', '239.207.255.255'), ('239.208.0.0/12', '239.208.0.0', '239.223.255.255'), ('239.224.0.0/11', '239.224.0.0', '239.255.255.255'), ] assert ipv4_addr_space ^ available == IPSet([ '10.0.0.0/8', '172.16.0.0/12', '192.0.2.0/24', '192.168.0.0/16', '225.0.0.0/8', '226.0.0.0/7', '228.0.0.0/6', '234.0.0.0/7', '236.0.0.0/7', '238.0.0.0/8', '239.192.0.0/14', '240.0.0.0/4', ]) def test_combined_ipv4_and_ipv6_ipsets(): s1 = IPSet(['192.0.2.0', '::192.0.2.0', '192.0.2.2', '::192.0.2.2']) s2 = IPSet(['192.0.2.2', '::192.0.2.2', '192.0.2.4', '::192.0.2.4']) assert s1 | s2 == IPSet([ '192.0.2.0/32', '192.0.2.2/32', '192.0.2.4/32', '::192.0.2.0/128', '::192.0.2.2/128', '::192.0.2.4/128', ]) assert s2 | s1 == IPSet([ '192.0.2.0/32', '192.0.2.2/32', '192.0.2.4/32', '::192.0.2.0/128', '::192.0.2.2/128', '::192.0.2.4/128', ]) assert s1 & s2 == IPSet(['192.0.2.2/32', '::192.0.2.2/128']) assert s1 - s2 == IPSet(['192.0.2.0/32', '::192.0.2.0/128']) assert s2 - s1 == IPSet(['192.0.2.4/32', '::192.0.2.4/128']) assert s1 ^ s2 == IPSet(['192.0.2.0/32', '192.0.2.4/32', '::192.0.2.0/128', '::192.0.2.4/128']) def test_disjointed_ipsets(): s1 = IPSet(['192.0.2.0', '192.0.2.1', '192.0.2.2']) s2 = IPSet(['192.0.2.2', '192.0.2.3', '192.0.2.4']) assert s1 & s2 == IPSet(['192.0.2.2/32']) assert not s1.isdisjoint(s2) s3 = IPSet(['192.0.2.0', '192.0.2.1']) s4 = IPSet(['192.0.2.3', '192.0.2.4']) assert s3 & s4 == IPSet([]) assert s3.isdisjoint(s4) def test_ipset_updates(): s1 = IPSet(['192.0.2.0/25']) s2 = IPSet(['192.0.2.128/25']) s1.update(s2) assert s1 == IPSet(['192.0.2.0/24']) s1.update(['192.0.0.0/24', '192.0.1.0/24', '192.0.3.0/24']) assert s1 == IPSet(['192.0.0.0/22']) expected = IPSet(['192.0.1.0/24', '192.0.2.0/24']) s3 = IPSet(['192.0.1.0/24']) s3.update(IPRange('192.0.2.0', '192.0.2.255')) assert s3 == expected s4 = IPSet(['192.0.1.0/24']) s4.update([IPRange('192.0.2.0', '192.0.2.100'), IPRange('192.0.2.50', '192.0.2.255')]) assert s4 == expected def test_ipset_clear(): ipset = IPSet(['10.0.0.0/16']) ipset.update(IPRange('10.1.0.0', '10.1.255.255')) assert ipset == IPSet(['10.0.0.0/15']) ipset.clear() assert ipset == IPSet([]) def test_ipset_cidr_fracturing(): s1 = IPSet(['0.0.0.0/0']) s1.remove('255.255.255.255') assert s1 == IPSet([ '0.0.0.0/1', '128.0.0.0/2', '192.0.0.0/3', '224.0.0.0/4', '240.0.0.0/5', '248.0.0.0/6', '252.0.0.0/7', '254.0.0.0/8', '255.0.0.0/9', '255.128.0.0/10', '255.192.0.0/11', '255.224.0.0/12', '255.240.0.0/13', '255.248.0.0/14', '255.252.0.0/15', '255.254.0.0/16', '255.255.0.0/17', '255.255.128.0/18', '255.255.192.0/19', '255.255.224.0/20', '255.255.240.0/21', '255.255.248.0/22', '255.255.252.0/23', '255.255.254.0/24', '255.255.255.0/25', '255.255.255.128/26', '255.255.255.192/27', '255.255.255.224/28', '255.255.255.240/29', '255.255.255.248/30', '255.255.255.252/31', '255.255.255.254/32']) cidrs = s1.iter_cidrs() assert len(cidrs) == 32 assert list(cidrs) == [ IPNetwork('0.0.0.0/1'), IPNetwork('128.0.0.0/2'), IPNetwork('192.0.0.0/3'), IPNetwork('224.0.0.0/4'), IPNetwork('240.0.0.0/5'), IPNetwork('248.0.0.0/6'), IPNetwork('252.0.0.0/7'), IPNetwork('254.0.0.0/8'), IPNetwork('255.0.0.0/9'), IPNetwork('255.128.0.0/10'), IPNetwork('255.192.0.0/11'), IPNetwork('255.224.0.0/12'), IPNetwork('255.240.0.0/13'), IPNetwork('255.248.0.0/14'), IPNetwork('255.252.0.0/15'), IPNetwork('255.254.0.0/16'), IPNetwork('255.255.0.0/17'), IPNetwork('255.255.128.0/18'), IPNetwork('255.255.192.0/19'), IPNetwork('255.255.224.0/20'), IPNetwork('255.255.240.0/21'), IPNetwork('255.255.248.0/22'), IPNetwork('255.255.252.0/23'), IPNetwork('255.255.254.0/24'), IPNetwork('255.255.255.0/25'), IPNetwork('255.255.255.128/26'), IPNetwork('255.255.255.192/27'), IPNetwork('255.255.255.224/28'), IPNetwork('255.255.255.240/29'), IPNetwork('255.255.255.248/30'), IPNetwork('255.255.255.252/31'), IPNetwork('255.255.255.254/32') ] assert cidrs == cidr_exclude('0.0.0.0/0', '255.255.255.255') s1.remove('0.0.0.0') assert s1 == IPSet([ '0.0.0.1/32', '0.0.0.2/31', '0.0.0.4/30', '0.0.0.8/29', '0.0.0.16/28', '0.0.0.32/27', '0.0.0.64/26', '0.0.0.128/25', '0.0.1.0/24', '0.0.2.0/23', '0.0.4.0/22', '0.0.8.0/21', '0.0.16.0/20', '0.0.32.0/19', '0.0.64.0/18', '0.0.128.0/17', '0.1.0.0/16', '0.2.0.0/15', '0.4.0.0/14', '0.8.0.0/13', '0.16.0.0/12', '0.32.0.0/11', '0.64.0.0/10', '0.128.0.0/9', '1.0.0.0/8', '2.0.0.0/7', '4.0.0.0/6', '8.0.0.0/5', '16.0.0.0/4', '32.0.0.0/3', '64.0.0.0/2', '128.0.0.0/2', '192.0.0.0/3', '224.0.0.0/4', '240.0.0.0/5', '248.0.0.0/6', '252.0.0.0/7', '254.0.0.0/8', '255.0.0.0/9', '255.128.0.0/10', '255.192.0.0/11', '255.224.0.0/12', '255.240.0.0/13', '255.248.0.0/14', '255.252.0.0/15', '255.254.0.0/16', '255.255.0.0/17', '255.255.128.0/18', '255.255.192.0/19', '255.255.224.0/20', '255.255.240.0/21', '255.255.248.0/22', '255.255.252.0/23', '255.255.254.0/24', '255.255.255.0/25', '255.255.255.128/26', '255.255.255.192/27', '255.255.255.224/28', '255.255.255.240/29', '255.255.255.248/30', '255.255.255.252/31', '255.255.255.254/32', ]) assert len(list(s1.iter_cidrs())) == 62 s1.add('255.255.255.255') s1.add('0.0.0.0') assert s1 == IPSet(['0.0.0.0/0']) def test_ipset_with_iprange(): s1 = IPSet(['10.0.0.0/25', '10.0.0.128/25']) assert s1.iprange() == IPRange('10.0.0.0', '10.0.0.255') assert s1.iscontiguous() s1.remove('10.0.0.16') assert s1 == IPSet([ '10.0.0.0/28', '10.0.0.17/32', '10.0.0.18/31', '10.0.0.20/30', '10.0.0.24/29', '10.0.0.32/27', '10.0.0.64/26', '10.0.0.128/25', ]) assert not s1.iscontiguous() with pytest.raises(ValueError): s1.iprange() assert list(s1.iter_ipranges()) == [ IPRange('10.0.0.0', '10.0.0.15'), IPRange('10.0.0.17', '10.0.0.255'), ] s2 = IPSet(['0.0.0.0/0']) assert s2.iscontiguous() assert s2.iprange() == IPRange('0.0.0.0', '255.255.255.255') # s3 = IPSet() assert s3.iscontiguous() assert s3.iprange() is None s4 = IPSet(IPRange('10.0.0.0', '10.0.0.8')) assert s4.iscontiguous() def test_ipset_pickling(): ip_data = IPSet(['10.0.0.0/16', 'fe80::/64']) buf = pickle.dumps(ip_data) ip_data_unpickled = pickle.loads(buf) assert ip_data == ip_data_unpickled def test_ipset_comparison(): s1 = IPSet(['fc00::/2']) s2 = IPSet(['fc00::/3']) assert s1 > s2 assert not s1 < s2 assert s1 != s2 def test_ipset_adding_and_removing_members_ip_addresses_as_ints(): s1 = IPSet(['10.0.0.0/25']) s1.add('10.0.0.0/24') assert s1 == IPSet(['10.0.0.0/24']) integer1 = int(IPAddress('10.0.0.1')) integer2 = int(IPAddress('fe80::')) integer3 = int(IPAddress('10.0.0.2')) s2 = IPSet([integer1, integer2]) assert s2 == IPSet(['10.0.0.1/32', 'fe80::/128']) s2.add(integer3) assert s2 == IPSet(['10.0.0.1/32', '10.0.0.2/32', 'fe80::/128']) s2.remove(integer2) assert s2 == IPSet(['10.0.0.1/32', '10.0.0.2/32']) s2.update([integer2]) assert s2 == IPSet(['10.0.0.1/32', '10.0.0.2/32', 'fe80::/128']) def test_ipset_operations_with_combined_ipv4_and_ipv6(): s1 = IPSet(['192.0.2.0', '::192.0.2.0', '192.0.2.2', '::192.0.2.2']) s2 = IPSet(['192.0.2.2', '::192.0.2.2', '192.0.2.4', '::192.0.2.4']) s3 = IPSet(['0.0.0.1', '10.0.0.64/30', '255.255.255.1']) s4 = IPSet(['10.0.0.64', '10.0.0.66']) s4b = IPSet(['10.0.0.64', '10.0.0.66', '111.111.111.111']) s5 = IPSet(['10.0.0.65', '10.0.0.67']) s6 = IPSet(['2405:8100::/32']) assert bool(s6) assert not bool(IPSet()) # set intersection assert s2 & s1 == IPSet(['192.0.2.2/32', '::192.0.2.2/128']) assert s3 & s4 == IPSet(['10.0.0.64/32', '10.0.0.66/32']) assert s4 & s3 == IPSet(['10.0.0.64/32', '10.0.0.66/32']) assert s3 & s5 == IPSet(['10.0.0.65/32', '10.0.0.67/32']) assert s5 & s3 == IPSet(['10.0.0.65/32', '10.0.0.67/32']) # set difference assert s3 - s4 == IPSet(['0.0.0.1/32', '10.0.0.65/32', '10.0.0.67/32', '255.255.255.1/32']) assert s4 - s3 == IPSet([]) assert s3 - s4b == IPSet(['0.0.0.1/32', '10.0.0.65/32', '10.0.0.67/32', '255.255.255.1/32']) assert s3 - s5 == IPSet(['0.0.0.1/32', '10.0.0.64/32', '10.0.0.66/32', '255.255.255.1/32']) assert s5 - s3 == IPSet([]) # set symmetric difference assert s2 ^ s1 == IPSet(['192.0.2.0/32', '192.0.2.4/32', '::192.0.2.0/128', '::192.0.2.4/128']) assert IPSet([]) ^ IPSet([]) == IPSet([]) assert IPSet(['0.0.0.1/32']) ^ IPSet([]) == IPSet(['0.0.0.1/32']) assert IPSet(['0.0.0.1/32']) ^ IPSet(['0.0.0.1/32']) == IPSet([]) assert s3 ^ s4 == IPSet(['0.0.0.1/32', '10.0.0.65/32', '10.0.0.67/32', '255.255.255.1/32']) assert s4 ^ s3 == IPSet(['0.0.0.1/32', '10.0.0.65/32', '10.0.0.67/32', '255.255.255.1/32']) assert s3 ^ s4b == IPSet(['0.0.0.1/32', '10.0.0.65/32', '10.0.0.67/32', '111.111.111.111/32', '255.255.255.1/32']) assert s3 ^ s5 == IPSet(['0.0.0.1/32', '10.0.0.64/32', '10.0.0.66/32', '255.255.255.1/32']) assert s5 ^ s3 == IPSet(['0.0.0.1/32', '10.0.0.64/32', '10.0.0.66/32', '255.255.255.1/32']) def test_converting_ipsets_to_ipranges(): assert list(IPSet().iter_ipranges()) == [] assert list(IPSet([IPAddress('10.0.0.1')]).iter_ipranges()) == [IPRange('10.0.0.1', '10.0.0.1')] assert list(IPSet([IPAddress('10.0.0.1'), IPAddress('10.0.0.2')]).iter_ipranges()) == [IPRange('10.0.0.1', '10.0.0.2')] def test_len_on_ipset_failure_with_large_ipv6_addresses(): s1 = IPSet(IPRange(IPAddress("::0"), IPAddress(_sys_maxint, 6))) with pytest.raises(IndexError): len(s1) s2 = IPSet(IPRange(IPAddress("::0"), IPAddress(_sys_maxint - 1, 6))) assert len(s2) == _sys_maxint def test_ipset_ipv4_and_ipv4_separation(): assert list(IPSet([IPAddress(1, 4), IPAddress(1, 6)]).iter_ipranges()) == [IPRange('0.0.0.1', '0.0.0.1'), IPRange('::1', '::1')] def test_ipset_exceptions(): s1 = IPSet(['10.0.0.1']) # IPSet objects are not hashable. with pytest.raises(TypeError): hash(s1) # Bad update argument type. with pytest.raises(TypeError): s1.update(42) def test_ipset_comparison_with_int_is_invalid(): s1 = IPSet(['10.0.0.1']) assert not s1 == 42 s1 != 42 def test_ipset_converts_to_cidr_networks_v4(): s1 = IPSet(IPNetwork('10.1.2.3/8')) s1.add(IPNetwork('192.168.1.2/16')) assert list(s1.iter_cidrs()) == [ IPNetwork('10.0.0.0/8'), IPNetwork('192.168.0.0/16'), ] def test_ipset_converts_to_cidr_networks_v6(): s1 = IPSet(IPNetwork('fe80::4242/64')) s1.add(IPNetwork('fe90::4343/64')) assert list(s1.iter_cidrs()) == [ IPNetwork('fe80::/64'), IPNetwork('fe90::/64'), ] def test_ipset_is_weak_referencable(): weakref.ref(IPSet()) ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/netaddr/tests/ip/test_ip_splitter.py0000644000076500000240000000433500000000000022355 0ustar00kubastaff00000000000000import pytest from netaddr.ip import IPNetwork from netaddr.contrib.subnet_splitter import SubnetSplitter def test_ip_splitter(): splitter = SubnetSplitter('172.24.0.0/16') assert splitter.available_subnets() == [IPNetwork('172.24.0.0/16')] assert splitter.extract_subnet(23, count=4) == [ IPNetwork('172.24.0.0/23'), IPNetwork('172.24.2.0/23'), IPNetwork('172.24.4.0/23'), IPNetwork('172.24.6.0/23'), ] assert splitter.available_subnets() == [ IPNetwork('172.24.8.0/21'), IPNetwork('172.24.16.0/20'), IPNetwork('172.24.32.0/19'), IPNetwork('172.24.64.0/18'), IPNetwork('172.24.128.0/17'), ] assert splitter.extract_subnet(28, count=10) == [ IPNetwork('172.24.8.0/28'), IPNetwork('172.24.8.16/28'), IPNetwork('172.24.8.32/28'), IPNetwork('172.24.8.48/28'), IPNetwork('172.24.8.64/28'), IPNetwork('172.24.8.80/28'), IPNetwork('172.24.8.96/28'), IPNetwork('172.24.8.112/28'), IPNetwork('172.24.8.128/28'), IPNetwork('172.24.8.144/28'), ] splitter.available_subnets() == [ IPNetwork('172.24.8.128/25'), IPNetwork('172.24.9.0/24'), IPNetwork('172.24.10.0/23'), IPNetwork('172.24.12.0/22'), IPNetwork('172.24.16.0/20'), IPNetwork('172.24.32.0/19'), IPNetwork('172.24.64.0/18'), IPNetwork('172.24.128.0/17'), ] def test_ip_splitter_remove_same_input_range(): s = SubnetSplitter('172.24.0.0/16') assert s.available_subnets() == [IPNetwork('172.24.0.0/16')] assert s.extract_subnet(16, count=1) == [ IPNetwork('172.24.0.0/16'), ] assert s.available_subnets() == [] def test_ip_splitter_remove_more_than_input_range(): s = SubnetSplitter('172.24.0.0/16') assert s.available_subnets() == [IPNetwork('172.24.0.0/16')] with pytest.raises(ValueError): s.extract_subnet(16, count=2) def test_ip_splitter_remove_prefix_larger_than_input_range(): s = SubnetSplitter('172.24.0.0/16') assert s.available_subnets() == [IPNetwork('172.24.0.0/16')] assert s.extract_subnet(15, count=1) == [] assert s.available_subnets() == [IPNetwork('172.24.0.0/16')] ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1593784050.0 netaddr-0.8.0/netaddr/tests/ip/test_ip_v4.py0000644000076500000240000004240500000000000021040 0ustar00kubastaff00000000000000import pickle import types import random import sys import pytest from netaddr import IPAddress, IPNetwork, INET_PTON, spanning_cidr, AddrFormatError, ZEROFILL, Z, P, NOHOST def test_ipaddress_v4(): ip = IPAddress('192.0.2.1') assert ip.version == 4 assert repr(ip) == "IPAddress('192.0.2.1')" assert str(ip) == '192.0.2.1' assert ip.format() == '192.0.2.1' assert int(ip) == 3221225985 assert hex(ip) == '0xc0000201' if sys.version_info[0] > 2: assert bytes(ip) == b'\xc0\x00\x02\x01' assert ip.bin == '0b11000000000000000000001000000001' assert ip.bits() == '11000000.00000000.00000010.00000001' assert ip.words == (192, 0, 2, 1) @pytest.mark.parametrize( ('value', 'ipaddr', 'network', 'cidr', 'broadcast', 'netmask', 'hostmask', 'size'), [ ( '192.0.2.1', IPAddress('192.0.2.1'), IPAddress('192.0.2.1'), IPNetwork('192.0.2.1/32'), None, IPAddress('255.255.255.255'), IPAddress('0.0.0.0'), 1, ), ( '192.0.2.0/24', IPAddress('192.0.2.0'), IPAddress('192.0.2.0'), IPNetwork('192.0.2.0/24'), IPAddress('192.0.2.255'), IPAddress('255.255.255.0'), IPAddress('0.0.0.255'), 256 ), ( '192.0.3.112/22', IPAddress('192.0.3.112'), IPAddress('192.0.0.0'), IPNetwork('192.0.0.0/22'), IPAddress('192.0.3.255'), IPAddress('255.255.252.0'), IPAddress('0.0.3.255'), 1024 ), ]) def test_ipnetwork_v4(value, ipaddr, network, cidr, broadcast, netmask, hostmask, size): net = IPNetwork(value) assert net.ip == ipaddr assert net.network == network assert net.cidr == cidr assert net.broadcast == broadcast assert net.netmask == netmask assert net.hostmask == hostmask assert net.size == size def test_ipnetwork_list_operations_v4(): ip = IPNetwork('192.0.2.16/29') assert len(ip) == 8 ip_list = list(ip) assert len(ip_list) == 8 assert ip_list == [ IPAddress('192.0.2.16'), IPAddress('192.0.2.17'), IPAddress('192.0.2.18'), IPAddress('192.0.2.19'), IPAddress('192.0.2.20'), IPAddress('192.0.2.21'), IPAddress('192.0.2.22'), IPAddress('192.0.2.23'), ] def test_ipnetwork_index_operations_v4(): ip = IPNetwork('192.0.2.16/29') assert ip[0] == IPAddress('192.0.2.16') assert ip[1] == IPAddress('192.0.2.17') assert ip[-1] == IPAddress('192.0.2.23') def test_ipnetwork_slice_operations_v4(): ip = IPNetwork('192.0.2.16/29') assert isinstance(ip[0:4], types.GeneratorType) assert list(ip[0:4]) == [ IPAddress('192.0.2.16'), IPAddress('192.0.2.17'), IPAddress('192.0.2.18'), IPAddress('192.0.2.19'), ] assert list(ip[0::2]) == [ IPAddress('192.0.2.16'), IPAddress('192.0.2.18'), IPAddress('192.0.2.20'), IPAddress('192.0.2.22'), ] assert list(ip[-1::-1]) == [ IPAddress('192.0.2.23'), IPAddress('192.0.2.22'), IPAddress('192.0.2.21'), IPAddress('192.0.2.20'), IPAddress('192.0.2.19'), IPAddress('192.0.2.18'), IPAddress('192.0.2.17'), IPAddress('192.0.2.16'), ] def test_ipnetwork_sort_order(): ip_list = list(IPNetwork('192.0.2.128/28')) random.shuffle(ip_list) assert sorted(ip_list) == [ IPAddress('192.0.2.128'), IPAddress('192.0.2.129'), IPAddress('192.0.2.130'), IPAddress('192.0.2.131'), IPAddress('192.0.2.132'), IPAddress('192.0.2.133'), IPAddress('192.0.2.134'), IPAddress('192.0.2.135'), IPAddress('192.0.2.136'), IPAddress('192.0.2.137'), IPAddress('192.0.2.138'), IPAddress('192.0.2.139'), IPAddress('192.0.2.140'), IPAddress('192.0.2.141'), IPAddress('192.0.2.142'), IPAddress('192.0.2.143'), ] def test_ipaddress_and_ipnetwork_canonical_sort_order_by_version(): ip_list = [ IPAddress('192.0.2.130'), IPNetwork('192.0.2.128/28'), IPAddress('::'), IPNetwork('192.0.3.0/24'), IPNetwork('192.0.2.0/24'), IPNetwork('fe80::/64'), IPNetwork('172.24/12'), IPAddress('10.0.0.1'), ] random.shuffle(ip_list) ip_list.sort() assert ip_list == [ IPAddress('10.0.0.1'), IPNetwork('172.24.0.0/12'), IPNetwork('192.0.2.0/24'), IPNetwork('192.0.2.128/28'), IPAddress('192.0.2.130'), IPNetwork('192.0.3.0/24'), IPAddress('::'), IPNetwork('fe80::/64'), ] def test_ipnetwork_v4_constructor(): assert IPNetwork('192.168/16') == IPNetwork('192.168.0.0/16') assert IPNetwork('192.168.0.15') == IPNetwork('192.168.0.15/32') assert IPNetwork('192.168') == IPNetwork('192.168.0.0/32') assert IPNetwork('192.168', implicit_prefix=True) == IPNetwork('192.168.0.0/24') assert IPNetwork('192.168', True) == IPNetwork('192.168.0.0/24') assert IPNetwork('10.0.0.1', True) == IPNetwork('10.0.0.1/8') def test_ipaddress_integer_operations_v4(): assert IPAddress('192.0.2.0') + 1 == IPAddress('192.0.2.1') assert 1 + IPAddress('192.0.2.0') == IPAddress('192.0.2.1') assert IPAddress('192.0.2.1') - 1 == IPAddress('192.0.2.0') assert IPAddress('192.0.0.0') + IPAddress('0.0.0.42') == IPAddress('192.0.0.42') assert IPAddress('192.0.0.42') - IPAddress('0.0.0.42') == IPAddress('192.0.0.0') with pytest.raises(IndexError): 1 - IPAddress('192.0.2.1') ip = IPAddress('10.0.0.1') ip += 1 assert ip == IPAddress('10.0.0.2') ip -= 1 assert ip == IPAddress('10.0.0.1') ip += IPAddress('0.0.0.42') assert ip == IPAddress('10.0.0.43') ip -= IPAddress('0.0.0.43') assert ip == IPAddress('10.0.0.0') # Negative increments around address range boundaries. ip = IPAddress('0.0.0.0') with pytest.raises(IndexError): ip += -1 ip = IPAddress('255.255.255.255') with pytest.raises(IndexError): ip -= -1 def test_ipaddress_binary_operations_v4(): assert IPAddress('192.0.2.15') & IPAddress('255.255.255.0') == IPAddress('192.0.2.0') assert IPAddress('255.255.0.0') | IPAddress('0.0.255.255') == IPAddress('255.255.255.255') assert IPAddress('255.255.0.0') ^ IPAddress('255.0.0.0') == IPAddress('0.255.0.0') assert IPAddress('1.2.3.4').packed == '\x01\x02\x03\x04'.encode('ascii') def test_ipnetwork_slices_v4(): assert list(IPNetwork('192.0.2.0/29')[0:-1]) == [ IPAddress('192.0.2.0'), IPAddress('192.0.2.1'), IPAddress('192.0.2.2'), IPAddress('192.0.2.3'), IPAddress('192.0.2.4'), IPAddress('192.0.2.5'), IPAddress('192.0.2.6'), ] assert list(IPNetwork('192.0.2.0/29')[::-1]) == [ IPAddress('192.0.2.7'), IPAddress('192.0.2.6'), IPAddress('192.0.2.5'), IPAddress('192.0.2.4'), IPAddress('192.0.2.3'), IPAddress('192.0.2.2'), IPAddress('192.0.2.1'), IPAddress('192.0.2.0'), ] def test_iterhosts_v4(): assert list(IPNetwork('192.0.2.0/29').iter_hosts()) == [ IPAddress('192.0.2.1'), IPAddress('192.0.2.2'), IPAddress('192.0.2.3'), IPAddress('192.0.2.4'), IPAddress('192.0.2.5'), IPAddress('192.0.2.6'), ] assert list(IPNetwork("192.168.0.0/31")) == [ IPAddress('192.168.0.0'), IPAddress('192.168.0.1'), ] assert list(IPNetwork("1234::/128")) == [IPAddress('1234::')] assert list(IPNetwork("1234::/128").iter_hosts()) == [] assert list(IPNetwork("192.168.0.0/31").iter_hosts()) == [IPAddress('192.168.0.0'),IPAddress('192.168.0.1')] assert list(IPNetwork("192.168.0.0/32").iter_hosts()) == [IPAddress('192.168.0.0')] def test_ipaddress_boolean_evaluation_v4(): assert not bool(IPAddress('0.0.0.0')) assert bool(IPAddress('0.0.0.1')) assert bool(IPAddress('255.255.255.255')) def test_ipnetwork_boolean_evaluation_v4(): assert bool(IPNetwork('0.0.0.0/0')) def test_ipnetwork_equality_v4(): assert IPNetwork('192.0.2.0/255.255.254.0') == IPNetwork('192.0.2.0/23') assert IPNetwork('192.0.2.65/255.255.254.0') == IPNetwork('192.0.2.0/23') assert IPNetwork('192.0.2.65/255.255.254.0') == IPNetwork('192.0.2.65/23') assert IPNetwork('192.0.2.65/255.255.255.0') != IPNetwork('192.0.2.0/23') assert IPNetwork('192.0.2.65/255.255.254.0') != IPNetwork('192.0.2.65/24') def test_ipnetwork_slicing_v4(): ip = IPNetwork('192.0.2.0/23') assert ip.first == 3221225984 assert ip.last == 3221226495 assert ip[0] == IPAddress('192.0.2.0') assert ip[-1] == IPAddress('192.0.3.255') assert list(ip[::128]) == [ IPAddress('192.0.2.0'), IPAddress('192.0.2.128'), IPAddress('192.0.3.0'), IPAddress('192.0.3.128'), ] def test_ip_network_membership_v4(): for what, network, result in [ (IPAddress('192.0.2.1'), IPNetwork('192.0.2.0/24'), True), (IPAddress('192.0.2.255'), IPNetwork('192.0.2.0/24'), True), (IPNetwork('192.0.2.0/24'), IPNetwork('192.0.2.0/23'), True), (IPNetwork('192.0.2.0/24'), IPNetwork('192.0.2.0/24'), True), (IPNetwork('192.0.2.0/23'), IPNetwork('192.0.2.0/24'), False), ]: assert (what in network) is result assert (str(what) in network) is result def test_ip_network_equality_v4(): assert IPNetwork('192.0.2.0/24') == IPNetwork('192.0.2.0/24') assert IPNetwork('192.0.2.0/24') is not IPNetwork('192.0.2.0/24') assert not IPNetwork('192.0.2.0/24') != IPNetwork('192.0.2.0/24') assert not IPNetwork('192.0.2.0/24') is IPNetwork('192.0.2.0/24') def test_ipaddress_integer_constructor_v4(): assert IPAddress(1) == IPAddress('0.0.0.1') assert IPAddress(1, 4) == IPAddress('0.0.0.1') assert IPAddress(1, 6) == IPAddress('::1') assert IPAddress(10) == IPAddress('0.0.0.10') def test_ipaddress_integer_constructor_v6(): assert IPAddress(0x1ffffffff) == IPAddress('::1:ffff:ffff') assert IPAddress(0xffffffff, 6) == IPAddress('::255.255.255.255') assert IPAddress(0x1ffffffff) == IPAddress('::1:ffff:ffff') assert IPAddress(2 ** 128 - 1) == IPAddress('ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff') def test_ipaddress_inet_aton_constructor_v4(): assert IPAddress('0x7f.0x1') == IPAddress('127.0.0.1') assert IPAddress('0x7f.0x0.0x0.0x1') == IPAddress('127.0.0.1') assert IPAddress('0177.01') == IPAddress('127.0.0.1') assert IPAddress('0x7f.0.01') == IPAddress('127.0.0.1') # Partial addresses - pretty weird, but valid ... assert IPAddress('127') == IPAddress('0.0.0.127') assert IPAddress('127') == IPAddress('0.0.0.127') assert IPAddress('127.1') == IPAddress('127.0.0.1') assert IPAddress('127.0.1') == IPAddress('127.0.0.1') def test_ipaddress_inet_pton_constructor_v4(): with pytest.raises(AddrFormatError): IPAddress('0177.01', flags=INET_PTON) with pytest.raises(AddrFormatError): IPAddress('0x7f.0.01', flags=INET_PTON) with pytest.raises(AddrFormatError): IPAddress('10', flags=INET_PTON) with pytest.raises(AddrFormatError): IPAddress('10.1', flags=INET_PTON) with pytest.raises(AddrFormatError): IPAddress('10.0.1', flags=INET_PTON) assert IPAddress('10.0.0.1', flags=INET_PTON) == IPAddress('10.0.0.1') def test_ipaddress_constructor_zero_filled_octets_v4(): assert IPAddress('010.000.000.001') == IPAddress('8.0.0.1') assert IPAddress('010.000.000.001', flags=ZEROFILL) == IPAddress('10.0.0.1') assert IPAddress('010.000.001', flags=ZEROFILL) == IPAddress('10.0.0.1') with pytest.raises(AddrFormatError): assert IPAddress('010.000.001', flags=INET_PTON|ZEROFILL) assert IPAddress('010.000.000.001', flags=INET_PTON|ZEROFILL) == IPAddress('10.0.0.1') # Short flags. assert IPAddress('010.000.000.001', flags=P|Z) == IPAddress('10.0.0.1') def test_ipnetwork_constructor_v4(): assert IPNetwork('192.0.2.0/24') == IPNetwork('192.0.2.0/24') assert IPNetwork('192.0.2.0/255.255.255.0') == IPNetwork('192.0.2.0/24') assert IPNetwork('192.0.2.0/0.0.0.255') == IPNetwork('192.0.2.0/24') assert IPNetwork(IPNetwork('192.0.2.0/24')) == IPNetwork('192.0.2.0/24') assert IPNetwork(IPNetwork('192.0.2.0/24')) == IPNetwork('192.0.2.0/24') def test_ip_network_cosntructor_implicit_prefix_flag_v4(): assert IPNetwork('192.0.2.0', implicit_prefix=True) == IPNetwork('192.0.2.0/24') assert IPNetwork('231.192.0.15', implicit_prefix=True) == IPNetwork('231.192.0.15/4') assert IPNetwork('10', implicit_prefix=True) == IPNetwork('10.0.0.0/8') def test_ipnetwork_constructor_other_flags_v4(): assert IPNetwork('172.24.200') == IPNetwork('172.24.200.0/32') assert IPNetwork('172.24.200', implicit_prefix=True) == IPNetwork('172.24.200.0/16') assert IPNetwork('172.24.200', implicit_prefix=True, flags=NOHOST) == IPNetwork('172.24.0.0/16') def test_ipnetwork_bad_string_constructor(): with pytest.raises(AddrFormatError): IPNetwork('foo') def test_ipaddress_netmask_v4(): assert IPAddress('0.0.0.0').netmask_bits() == 0 assert IPAddress('128.0.0.0').netmask_bits() == 1 assert IPAddress('255.0.0.0').netmask_bits() == 8 assert IPAddress('255.255.0.0').netmask_bits() == 16 assert IPAddress('255.255.255.0').netmask_bits() == 24 assert IPAddress('255.255.255.254').netmask_bits() == 31 assert IPAddress('255.255.255.255').netmask_bits() == 32 assert IPAddress('1.1.1.1').netmask_bits() == 32 def test_ipaddress_hex_format(): assert hex(IPAddress(0)) == '0x0' assert hex(IPAddress(0xffffffff)) == '0xffffffff' @pytest.mark.skipif('sys.version_info > (2,)', reason="requires python 2.x behaviour") def test_ipaddress_oct_format_py2(): assert oct(IPAddress(0xffffffff)) == '037777777777' assert oct(IPAddress(0)) == '0' @pytest.mark.skipif('sys.version_info < (3,)', reason="python 3.x behaviour") def test_ipaddress_oct_format_py3(): assert oct(IPAddress(0xffffffff)) == '0o37777777777' assert oct(IPAddress(0)) == '0o0' def test_is_multicast(): ip = IPAddress('239.192.0.1') assert ip.is_multicast() def test_multicast_info(): ip = IPAddress('224.0.1.173') assert ip.info.IPv4[0].designation == 'Multicast' assert ip.info.IPv4[0].prefix == '224/8' assert ip.info.IPv4[0].status == 'Reserved' assert ip.info.Multicast[0].address == '224.0.1.173' def test_ipaddress_pickling_v4(): ip = IPAddress(3221225985) assert ip == IPAddress('192.0.2.1') buf = pickle.dumps(ip) ip2 = pickle.loads(buf) assert ip2 == ip assert id(ip2) != id(ip) assert ip2.value == 3221225985 assert ip2.version == 4 def test_ipnetwork_pickling_v4(): cidr = IPNetwork('192.0.2.0/24') assert cidr == IPNetwork('192.0.2.0/24') buf = pickle.dumps(cidr) cidr2 = pickle.loads(buf) assert cidr2 == cidr assert id(cidr2) != id(cidr) assert cidr2.value == 3221225984 assert cidr2.prefixlen == 24 assert cidr2.version == 4 def test_ipnetwork_incrementing_by_int(): ip = IPNetwork('192.0.2.0/28') results = [] for i in range(16): results.append(str(ip)) ip += 1 assert results == [ '192.0.2.0/28', '192.0.2.16/28', '192.0.2.32/28', '192.0.2.48/28', '192.0.2.64/28', '192.0.2.80/28', '192.0.2.96/28', '192.0.2.112/28', '192.0.2.128/28', '192.0.2.144/28', '192.0.2.160/28', '192.0.2.176/28', '192.0.2.192/28', '192.0.2.208/28', '192.0.2.224/28', '192.0.2.240/28' ] def test_rfc3021_subnets(): # Tests for /31 subnet assert IPNetwork('192.0.2.0/31').network == IPAddress('192.0.2.0') assert IPNetwork('192.0.2.0/31').broadcast is None assert list(IPNetwork('192.0.2.0/31').iter_hosts()) == [IPAddress('192.0.2.0'), IPAddress('192.0.2.1')] # Tests for /32 subnet assert IPNetwork('192.0.2.0/32').network == IPAddress('192.0.2.0') assert IPNetwork('192.0.2.0/32').broadcast is None assert list(IPNetwork('192.0.2.0/32').iter_hosts()) == [IPAddress('192.0.2.0')] # IPv6 must not be affected assert IPNetwork('abcd::/127').broadcast is not None assert IPNetwork('abcd::/128').broadcast is not None def test_ipnetwork_change_prefixlen(): ip = IPNetwork('192.168.0.0/16') assert ip.prefixlen == 16 ip.prefixlen = 8 assert ip.prefixlen == 8 ip = IPNetwork('dead:beef::/16') assert ip.prefixlen == 16 ip.prefixlen = 64 assert ip.prefixlen == 64 def test_ipnetwork_change_netmask(): ip = IPNetwork('192.168.0.0/16') ip.netmask = '255.0.0.0' assert ip.prefixlen == 8 ip = IPNetwork('dead:beef::/16') ip.netmask = 'ffff:ffff:ffff:ffff::' assert ip.prefixlen == 64 def test_spanning_cidr_handles_strings(): # This that a regression introduced in 0fda41a is fixed. The regression caused an error when str # addresses were passed to the function. addresses = [ IPAddress('10.0.0.1'), IPAddress('10.0.0.2'), '10.0.0.3', '10.0.0.4', ] assert spanning_cidr(addresses) == IPNetwork('10.0.0.0/29') assert spanning_cidr(reversed(addresses)) == IPNetwork('10.0.0.0/29') ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/netaddr/tests/ip/test_ip_v4_v6_conversions.py0000644000076500000240000000232200000000000024075 0ustar00kubastaff00000000000000from netaddr import IPAddress, IPNetwork def test_ip_v4_to_ipv6_mapped(): ip = IPAddress('192.0.2.15').ipv6() assert ip == IPAddress('::ffff:192.0.2.15') assert ip.is_ipv4_mapped() assert not ip.is_ipv4_compat() def test_ip_v4_to_ipv4(): assert IPAddress('192.0.2.15').ipv4() == IPAddress('192.0.2.15') def test_ip_v4_to_ipv6_compatible(): assert IPAddress('192.0.2.15').ipv6(ipv4_compatible=True) == IPAddress('::192.0.2.15') assert IPAddress('192.0.2.15').ipv6(ipv4_compatible=True).is_ipv4_compat() assert IPAddress('192.0.2.15').ipv6(True) == IPAddress('::192.0.2.15') ip = IPNetwork('192.0.2.1/23') assert ip.ipv4() == IPNetwork('192.0.2.1/23') assert ip.ipv6() == IPNetwork('::ffff:192.0.2.1/119') assert ip.ipv6(ipv4_compatible=True) == IPNetwork('::192.0.2.1/119') def test_ip_v6_to_ipv4(): assert IPNetwork('::ffff:192.0.2.1/119').ipv6(ipv4_compatible=True) == IPNetwork('::192.0.2.1/119') assert IPNetwork('::ffff:192.0.2.1/119').ipv4() == IPNetwork('192.0.2.1/23') assert IPNetwork('::192.0.2.1/119').ipv4() == IPNetwork('192.0.2.1/23') def test_ip_v6_to_ipv6(): assert IPNetwork('::ffff:192.0.2.1/119').ipv6() == IPNetwork('::ffff:192.0.2.1/119') ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1593784050.0 netaddr-0.8.0/netaddr/tests/ip/test_ip_v6.py0000644000076500000240000001223000000000000021033 0ustar00kubastaff00000000000000import pickle import sys import pytest from netaddr import IPAddress, IPNetwork def test_ipaddress_v6(): ip = IPAddress('fe80::dead:beef') assert ip.version == 6 assert repr(ip) == "IPAddress('fe80::dead:beef')" assert str(ip) == 'fe80::dead:beef' assert ip.format() == 'fe80::dead:beef' assert int(ip) == 338288524927261089654018896845083623151 assert hex(ip) == '0xfe8000000000000000000000deadbeef' if sys.version_info[0] > 2: assert bytes(ip) == b'\xfe\x80\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xde\xad\xbe\xef' assert ip.bin == '0b11111110100000000000000000000000000000000000000000000000000000000000000000000000000000000000000011011110101011011011111011101111' assert ip.bits() == '1111111010000000:0000000000000000:0000000000000000:0000000000000000:0000000000000000:0000000000000000:1101111010101101:1011111011101111' assert ip.words == (65152, 0, 0, 0, 0, 0, 57005, 48879) @pytest.mark.parametrize( ('value', 'ipaddr', 'network', 'cidr', 'broadcast', 'netmask', 'hostmask', 'size'), [ ( 'fe80::dead:beef/64', IPAddress('fe80::dead:beef'), IPAddress('fe80::'), IPNetwork('fe80::/64'), IPAddress('fe80::ffff:ffff:ffff:ffff'), IPAddress('ffff:ffff:ffff:ffff::'), IPAddress('::ffff:ffff:ffff:ffff'), 18446744073709551616, ), ]) def test_ipnetwork_v6(value, ipaddr, network, cidr, broadcast, netmask, hostmask, size): net = IPNetwork(value) assert net.ip == ipaddr assert net.network == network assert net.cidr == cidr assert net.broadcast == broadcast assert net.netmask == netmask assert net.hostmask == hostmask assert net.size == size def test_iterhosts_v6(): assert list(IPNetwork('::ffff:192.0.2.0/125').iter_hosts()) == [ IPAddress('::ffff:192.0.2.1'), IPAddress('::ffff:192.0.2.2'), IPAddress('::ffff:192.0.2.3'), IPAddress('::ffff:192.0.2.4'), IPAddress('::ffff:192.0.2.5'), IPAddress('::ffff:192.0.2.6'), IPAddress('::ffff:192.0.2.7'), ] def test_ipnetwork_boolean_evaluation_v6(): assert bool(IPNetwork('::/0')) def test_ipnetwork_slice_v6(): ip = IPNetwork('fe80::/10') assert ip[0] == IPAddress('fe80::') assert ip[-1] == IPAddress('febf:ffff:ffff:ffff:ffff:ffff:ffff:ffff') assert ip.size == 332306998946228968225951765070086144 with pytest.raises(TypeError): list(ip[0:5:1]) def test_ip_network_membership_v6(): for what, network, result in [ (IPAddress('ffff::1'), IPNetwork('ffff::/127'), True), (IPNetwork('ffff::/127'), IPNetwork('ffff::/127'), True), (IPNetwork('fe80::/10'), IPNetwork('ffff::/127'), False), ]: assert (what in network) is result assert (str(what) in network) is result def test_ip_network_equality_v6(): assert IPNetwork('fe80::/10') == IPNetwork('fe80::/10') assert IPNetwork('fe80::/10') is not IPNetwork('fe80::/10') assert not IPNetwork('fe80::/10') != IPNetwork('fe80::/10') assert not IPNetwork('fe80::/10') is IPNetwork('fe80::/10') def test_ipnetwork_constructor_v6(): assert IPNetwork(IPNetwork('::192.0.2.0/120')) == IPNetwork('::192.0.2.0/120') assert IPNetwork('::192.0.2.0/120') == IPNetwork('::192.0.2.0/120') assert IPNetwork('::192.0.2.0/120', 6) == IPNetwork('::192.0.2.0/120') def test_ipaddress_netmask_v6(): assert IPAddress('::').netmask_bits() == 0 assert IPAddress('8000::').netmask_bits() == 1 assert IPAddress('ffff:ffff:ffff:ffff::').netmask_bits() == 64 assert IPAddress('ffff:ffff:ffff:ffff:ffff:ffff:ffff::').netmask_bits() == 112 assert IPAddress('ffff:ffff:ffff:ffff:ffff:ffff:ffff:fffe').netmask_bits() == 127 assert IPAddress('ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff').netmask_bits() == 128 assert IPAddress('fe80::1').netmask_bits() == 128 def test_objects_use_slots(): assert not hasattr(IPNetwork("::/64"), "__dict__") assert not hasattr(IPAddress("::"), "__dict__") def test_ipaddress_pickling_v6(): ip = IPAddress('::ffff:192.0.2.1') assert ip == IPAddress('::ffff:192.0.2.1') assert ip.value == 281473902969345 buf = pickle.dumps(ip) ip2 = pickle.loads(buf) assert ip2 == ip assert ip2.value == 281473902969345 assert ip2.version == 6 def test_ipnetwork_pickling_v6(): cidr = IPNetwork('::ffff:192.0.2.0/120') assert cidr == IPNetwork('::ffff:192.0.2.0/120') assert cidr.value == 281473902969344 assert cidr.prefixlen == 120 buf = pickle.dumps(cidr) cidr2 = pickle.loads(buf) assert cidr2 == cidr assert cidr2.value == 281473902969344 assert cidr2.prefixlen == 120 assert cidr2.version == 6 def test_ipv6_unicast_address_allocation_info(): ip = IPNetwork('2001:1200::/23') assert ip.info.IPv6[0].allocation == 'Global Unicast' assert ip.info.IPv6[0].prefix == '2000::/3' assert ip.info.IPv6[0].reference == 'rfc4291' assert ip.info.IPv6_unicast[0].prefix == '2001:1200::/23' assert ip.info.IPv6_unicast[0].description == 'LACNIC' assert ip.info.IPv6_unicast[0].whois == 'whois.lacnic.net' assert ip.info.IPv6_unicast[0].status == 'ALLOCATED' ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/netaddr/tests/ip/test_network_ops.py0000644000076500000240000000456400000000000022375 0ustar00kubastaff00000000000000import types from netaddr import IPNetwork, cidr_merge def test_ipnetwork_cidr_merge(): ip_list = ( list(IPNetwork('fe80::/120')) + [ IPNetwork('192.0.2.0/24'), IPNetwork('192.0.4.0/25'), IPNetwork('192.0.4.128/25'), ] + list(map(str, IPNetwork('192.0.3.0/24'))) ) assert len(ip_list) == 515 assert cidr_merge(ip_list) == [ IPNetwork('192.0.2.0/23'), IPNetwork('192.0.4.0/24'), IPNetwork('fe80::/120'), ] def test_subnetting(): ip = IPNetwork('172.24.0.0/23') assert isinstance(ip.subnet(28), types.GeneratorType) subnets = list(ip.subnet(28)) assert len(subnets) == 32 assert subnets == [ IPNetwork('172.24.0.0/28'), IPNetwork('172.24.0.16/28'), IPNetwork('172.24.0.32/28'), IPNetwork('172.24.0.48/28'), IPNetwork('172.24.0.64/28'), IPNetwork('172.24.0.80/28'), IPNetwork('172.24.0.96/28'), IPNetwork('172.24.0.112/28'), IPNetwork('172.24.0.128/28'), IPNetwork('172.24.0.144/28'), IPNetwork('172.24.0.160/28'), IPNetwork('172.24.0.176/28'), IPNetwork('172.24.0.192/28'), IPNetwork('172.24.0.208/28'), IPNetwork('172.24.0.224/28'), IPNetwork('172.24.0.240/28'), IPNetwork('172.24.1.0/28'), IPNetwork('172.24.1.16/28'), IPNetwork('172.24.1.32/28'), IPNetwork('172.24.1.48/28'), IPNetwork('172.24.1.64/28'), IPNetwork('172.24.1.80/28'), IPNetwork('172.24.1.96/28'), IPNetwork('172.24.1.112/28'), IPNetwork('172.24.1.128/28'), IPNetwork('172.24.1.144/28'), IPNetwork('172.24.1.160/28'), IPNetwork('172.24.1.176/28'), IPNetwork('172.24.1.192/28'), IPNetwork('172.24.1.208/28'), IPNetwork('172.24.1.224/28'), IPNetwork('172.24.1.240/28'), ] def test_supernetting(): ip = IPNetwork('192.0.2.114') supernets = ip.supernet(22) assert supernets == [ IPNetwork('192.0.0.0/22'), IPNetwork('192.0.2.0/23'), IPNetwork('192.0.2.0/24'), IPNetwork('192.0.2.0/25'), IPNetwork('192.0.2.64/26'), IPNetwork('192.0.2.96/27'), IPNetwork('192.0.2.112/28'), IPNetwork('192.0.2.112/29'), IPNetwork('192.0.2.112/30'), IPNetwork('192.0.2.114/31'), ] ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/netaddr/tests/ip/test_nmap.py0000644000076500000240000000670000000000000020750 0ustar00kubastaff00000000000000import pytest from netaddr import valid_nmap_range, iter_nmap_range, IPAddress, AddrFormatError def test_valid_nmap_range_with_valid_target_specs(): assert valid_nmap_range('192.0.2.1') assert valid_nmap_range('192.0.2.0-31') assert valid_nmap_range('192.0.2-3.1-254') assert valid_nmap_range('0-255.0-255.0-255.0-255') assert valid_nmap_range('192.168.3-5,7.1') assert valid_nmap_range('192.168.3-5,7,10-12,13,14.1') assert valid_nmap_range('fe80::1') assert valid_nmap_range('::') assert valid_nmap_range('192.0.2.0/24') def test_valid_nmap_range_with_invalid_target_specs(): assert not valid_nmap_range('192.0.2.0/255.255.255.0') assert not valid_nmap_range(1) assert not valid_nmap_range('1') assert not valid_nmap_range([]) assert not valid_nmap_range({}) assert not valid_nmap_range('fe80::/64') assert not valid_nmap_range('255.255.255.256') assert not valid_nmap_range('0-255.0-255.0-255.0-256') assert not valid_nmap_range('0-255.0-255.0-255.-1-0') assert not valid_nmap_range('0-255.0-255.0-255.256-0') assert not valid_nmap_range('0-255.0-255.0-255.255-0') assert not valid_nmap_range('a.b.c.d-e') assert not valid_nmap_range('255.255.255.a-b') def test_iter_nmap_range(): assert list(iter_nmap_range('192.0.2.1')) == [IPAddress('192.0.2.1')] ip_list = list(iter_nmap_range('192.0.2.0-31')) assert len(ip_list) == 32 assert ip_list == [ IPAddress('192.0.2.0'), IPAddress('192.0.2.1'), IPAddress('192.0.2.2'), IPAddress('192.0.2.3'), IPAddress('192.0.2.4'), IPAddress('192.0.2.5'), IPAddress('192.0.2.6'), IPAddress('192.0.2.7'), IPAddress('192.0.2.8'), IPAddress('192.0.2.9'), IPAddress('192.0.2.10'), IPAddress('192.0.2.11'), IPAddress('192.0.2.12'), IPAddress('192.0.2.13'), IPAddress('192.0.2.14'), IPAddress('192.0.2.15'), IPAddress('192.0.2.16'), IPAddress('192.0.2.17'), IPAddress('192.0.2.18'), IPAddress('192.0.2.19'), IPAddress('192.0.2.20'), IPAddress('192.0.2.21'), IPAddress('192.0.2.22'), IPAddress('192.0.2.23'), IPAddress('192.0.2.24'), IPAddress('192.0.2.25'), IPAddress('192.0.2.26'), IPAddress('192.0.2.27'), IPAddress('192.0.2.28'), IPAddress('192.0.2.29'), IPAddress('192.0.2.30'), IPAddress('192.0.2.31')] assert len(list(iter_nmap_range('192.0.2-3.1-7'))) == 14 assert list(iter_nmap_range('192.0.2.1-3,5,7-9')) == [ IPAddress('192.0.2.1'), IPAddress('192.0.2.2'), IPAddress('192.0.2.3'), IPAddress('192.0.2.5'), IPAddress('192.0.2.7'), IPAddress('192.0.2.8'), IPAddress('192.0.2.9'), ] def test_iter_nmap_range_with_multiple_targets_including_cidr(): assert list(iter_nmap_range('192.168.0.0/29', '192.168.3-5,7.1', 'fe80::1')) == [ IPAddress('192.168.0.0'), IPAddress('192.168.0.1'), IPAddress('192.168.0.2'), IPAddress('192.168.0.3'), IPAddress('192.168.0.4'), IPAddress('192.168.0.5'), IPAddress('192.168.0.6'), IPAddress('192.168.0.7'), IPAddress('192.168.3.1'), IPAddress('192.168.4.1'), IPAddress('192.168.5.1'), IPAddress('192.168.7.1'), IPAddress('fe80::1'), ] def test_iter_nmap_range_invalid(): with pytest.raises(AddrFormatError): list(iter_nmap_range('fe80::/64')) def test_iter_nmap_range_remove_duplicates(): assert list(iter_nmap_range('10.0.0.42,42-42')) == [IPAddress('10.0.0.42')] ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/netaddr/tests/ip/test_old_specs.py0000644000076500000240000001457700000000000022003 0ustar00kubastaff00000000000000import pytest from netaddr import cidr_abbrev_to_verbose from netaddr.strategy.ipv4 import expand_partial_address def test_cidr_abbrev_to_verbose(): octets = range(0, 256) cidrs = [cidr_abbrev_to_verbose(octet) for octet in octets] assert len(cidrs) == 256 assert cidrs == [ '0.0.0.0/8', '1.0.0.0/8', '2.0.0.0/8', '3.0.0.0/8', '4.0.0.0/8', '5.0.0.0/8', '6.0.0.0/8', '7.0.0.0/8', '8.0.0.0/8', '9.0.0.0/8', '10.0.0.0/8', '11.0.0.0/8', '12.0.0.0/8', '13.0.0.0/8', '14.0.0.0/8', '15.0.0.0/8', '16.0.0.0/8', '17.0.0.0/8', '18.0.0.0/8', '19.0.0.0/8', '20.0.0.0/8', '21.0.0.0/8', '22.0.0.0/8', '23.0.0.0/8', '24.0.0.0/8', '25.0.0.0/8', '26.0.0.0/8', '27.0.0.0/8', '28.0.0.0/8', '29.0.0.0/8', '30.0.0.0/8', '31.0.0.0/8', '32.0.0.0/8', '33.0.0.0/8', '34.0.0.0/8', '35.0.0.0/8', '36.0.0.0/8', '37.0.0.0/8', '38.0.0.0/8', '39.0.0.0/8', '40.0.0.0/8', '41.0.0.0/8', '42.0.0.0/8', '43.0.0.0/8', '44.0.0.0/8', '45.0.0.0/8', '46.0.0.0/8', '47.0.0.0/8', '48.0.0.0/8', '49.0.0.0/8', '50.0.0.0/8', '51.0.0.0/8', '52.0.0.0/8', '53.0.0.0/8', '54.0.0.0/8', '55.0.0.0/8', '56.0.0.0/8', '57.0.0.0/8', '58.0.0.0/8', '59.0.0.0/8', '60.0.0.0/8', '61.0.0.0/8', '62.0.0.0/8', '63.0.0.0/8', '64.0.0.0/8', '65.0.0.0/8', '66.0.0.0/8', '67.0.0.0/8', '68.0.0.0/8', '69.0.0.0/8', '70.0.0.0/8', '71.0.0.0/8', '72.0.0.0/8', '73.0.0.0/8', '74.0.0.0/8', '75.0.0.0/8', '76.0.0.0/8', '77.0.0.0/8', '78.0.0.0/8', '79.0.0.0/8', '80.0.0.0/8', '81.0.0.0/8', '82.0.0.0/8', '83.0.0.0/8', '84.0.0.0/8', '85.0.0.0/8', '86.0.0.0/8', '87.0.0.0/8', '88.0.0.0/8', '89.0.0.0/8', '90.0.0.0/8', '91.0.0.0/8', '92.0.0.0/8', '93.0.0.0/8', '94.0.0.0/8', '95.0.0.0/8', '96.0.0.0/8', '97.0.0.0/8', '98.0.0.0/8', '99.0.0.0/8', '100.0.0.0/8', '101.0.0.0/8', '102.0.0.0/8', '103.0.0.0/8', '104.0.0.0/8', '105.0.0.0/8', '106.0.0.0/8', '107.0.0.0/8', '108.0.0.0/8', '109.0.0.0/8', '110.0.0.0/8', '111.0.0.0/8', '112.0.0.0/8', '113.0.0.0/8', '114.0.0.0/8', '115.0.0.0/8', '116.0.0.0/8', '117.0.0.0/8', '118.0.0.0/8', '119.0.0.0/8', '120.0.0.0/8', '121.0.0.0/8', '122.0.0.0/8', '123.0.0.0/8', '124.0.0.0/8', '125.0.0.0/8', '126.0.0.0/8', '127.0.0.0/8', '128.0.0.0/16', '129.0.0.0/16', '130.0.0.0/16', '131.0.0.0/16', '132.0.0.0/16', '133.0.0.0/16', '134.0.0.0/16', '135.0.0.0/16', '136.0.0.0/16', '137.0.0.0/16', '138.0.0.0/16', '139.0.0.0/16', '140.0.0.0/16', '141.0.0.0/16', '142.0.0.0/16', '143.0.0.0/16', '144.0.0.0/16', '145.0.0.0/16', '146.0.0.0/16', '147.0.0.0/16', '148.0.0.0/16', '149.0.0.0/16', '150.0.0.0/16', '151.0.0.0/16', '152.0.0.0/16', '153.0.0.0/16', '154.0.0.0/16', '155.0.0.0/16', '156.0.0.0/16', '157.0.0.0/16', '158.0.0.0/16', '159.0.0.0/16', '160.0.0.0/16', '161.0.0.0/16', '162.0.0.0/16', '163.0.0.0/16', '164.0.0.0/16', '165.0.0.0/16', '166.0.0.0/16', '167.0.0.0/16', '168.0.0.0/16', '169.0.0.0/16', '170.0.0.0/16', '171.0.0.0/16', '172.0.0.0/16', '173.0.0.0/16', '174.0.0.0/16', '175.0.0.0/16', '176.0.0.0/16', '177.0.0.0/16', '178.0.0.0/16', '179.0.0.0/16', '180.0.0.0/16', '181.0.0.0/16', '182.0.0.0/16', '183.0.0.0/16', '184.0.0.0/16', '185.0.0.0/16', '186.0.0.0/16', '187.0.0.0/16', '188.0.0.0/16', '189.0.0.0/16', '190.0.0.0/16', '191.0.0.0/16', '192.0.0.0/24', '193.0.0.0/24', '194.0.0.0/24', '195.0.0.0/24', '196.0.0.0/24', '197.0.0.0/24', '198.0.0.0/24', '199.0.0.0/24', '200.0.0.0/24', '201.0.0.0/24', '202.0.0.0/24', '203.0.0.0/24', '204.0.0.0/24', '205.0.0.0/24', '206.0.0.0/24', '207.0.0.0/24', '208.0.0.0/24', '209.0.0.0/24', '210.0.0.0/24', '211.0.0.0/24', '212.0.0.0/24', '213.0.0.0/24', '214.0.0.0/24', '215.0.0.0/24', '216.0.0.0/24', '217.0.0.0/24', '218.0.0.0/24', '219.0.0.0/24', '220.0.0.0/24', '221.0.0.0/24', '222.0.0.0/24', '223.0.0.0/24', '224.0.0.0/4', '225.0.0.0/4', '226.0.0.0/4', '227.0.0.0/4', '228.0.0.0/4', '229.0.0.0/4', '230.0.0.0/4', '231.0.0.0/4', '232.0.0.0/4', '233.0.0.0/4', '234.0.0.0/4', '235.0.0.0/4', '236.0.0.0/4', '237.0.0.0/4', '238.0.0.0/4', '239.0.0.0/4', '240.0.0.0/32', '241.0.0.0/32', '242.0.0.0/32', '243.0.0.0/32', '244.0.0.0/32', '245.0.0.0/32', '246.0.0.0/32', '247.0.0.0/32', '248.0.0.0/32', '249.0.0.0/32', '250.0.0.0/32', '251.0.0.0/32', '252.0.0.0/32', '253.0.0.0/32', '254.0.0.0/32', '255.0.0.0/32', ] def test_cidr_abbrev_to_verbose_invalid_prefixlen(): assert cidr_abbrev_to_verbose('192.0.2.0/33') == '192.0.2.0/33' def test_expand_partial_address(): assert expand_partial_address('10') == '10.0.0.0' assert expand_partial_address('10.1') == '10.1.0.0' assert expand_partial_address('192.168.1') == '192.168.1.0' ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592822483.0 netaddr-0.8.0/netaddr/tests/ip/test_platform_osx.py0000644000076500000240000001316700000000000022537 0ustar00kubastaff00000000000000import platform import pytest from netaddr import iprange_to_cidrs, IPNetwork, IPAddress, INET_PTON, AddrFormatError from netaddr.strategy.ipv6 import int_to_str @pytest.mark.skipif('sys.platform != "darwin"') def test_ip_behaviour_osx(): assert iprange_to_cidrs('::1', '::255.255.255.254') == [ IPNetwork('::1/128'), IPNetwork('::0.0.0.2/127'), IPNetwork('::0.0.0.4/126'), IPNetwork('::0.0.0.8/125'), IPNetwork('::0.0.0.16/124'), IPNetwork('::0.0.0.32/123'), IPNetwork('::0.0.0.64/122'), IPNetwork('::0.0.0.128/121'), IPNetwork('::0.0.1.0/120'), IPNetwork('::0.0.2.0/119'), IPNetwork('::0.0.4.0/118'), IPNetwork('::0.0.8.0/117'), IPNetwork('::0.0.16.0/116'), IPNetwork('::0.0.32.0/115'), IPNetwork('::0.0.64.0/114'), IPNetwork('::0.0.128.0/113'), IPNetwork('::0.1.0.0/112'), IPNetwork('::0.2.0.0/111'), IPNetwork('::0.4.0.0/110'), IPNetwork('::0.8.0.0/109'), IPNetwork('::0.16.0.0/108'), IPNetwork('::0.32.0.0/107'), IPNetwork('::0.64.0.0/106'), IPNetwork('::0.128.0.0/105'), IPNetwork('::1.0.0.0/104'), IPNetwork('::2.0.0.0/103'), IPNetwork('::4.0.0.0/102'), IPNetwork('::8.0.0.0/101'), IPNetwork('::16.0.0.0/100'), IPNetwork('::32.0.0.0/99'), IPNetwork('::64.0.0.0/98'), IPNetwork('::128.0.0.0/98'), IPNetwork('::192.0.0.0/99'), IPNetwork('::224.0.0.0/100'), IPNetwork('::240.0.0.0/101'), IPNetwork('::248.0.0.0/102'), IPNetwork('::252.0.0.0/103'), IPNetwork('::254.0.0.0/104'), IPNetwork('::255.0.0.0/105'), IPNetwork('::255.128.0.0/106'), IPNetwork('::255.192.0.0/107'), IPNetwork('::255.224.0.0/108'), IPNetwork('::255.240.0.0/109'), IPNetwork('::255.248.0.0/110'), IPNetwork('::255.252.0.0/111'), IPNetwork('::255.254.0.0/112'), IPNetwork('::255.255.0.0/113'), IPNetwork('::255.255.128.0/114'), IPNetwork('::255.255.192.0/115'), IPNetwork('::255.255.224.0/116'), IPNetwork('::255.255.240.0/117'), IPNetwork('::255.255.248.0/118'), IPNetwork('::255.255.252.0/119'), IPNetwork('::255.255.254.0/120'), IPNetwork('::255.255.255.0/121'), IPNetwork('::255.255.255.128/122'), IPNetwork('::255.255.255.192/123'), IPNetwork('::255.255.255.224/124'), IPNetwork('::255.255.255.240/125'), IPNetwork('::255.255.255.248/126'), IPNetwork('::255.255.255.252/127'), IPNetwork('::255.255.255.254/128'), ] # inet_pton has to be different on Mac OSX *sigh*... assert IPAddress('010.000.000.001', flags=INET_PTON) == IPAddress('10.0.0.1') # ...but at least Apple changed inet_ntop in Mac OS 10.15 (Catalina) so it's compatible with Linux if platform.mac_ver()[0] >= '10.15': assert int_to_str(0xffff) == '::ffff' else: assert int_to_str(0xffff) == '::0.0.255.255' @pytest.mark.skipif('sys.platform == "darwin"') def test_ip_behaviour_non_osx(): assert iprange_to_cidrs('::1', '::255.255.255.254') == [ IPNetwork('::1/128'), IPNetwork('::2/127'), IPNetwork('::4/126'), IPNetwork('::8/125'), IPNetwork('::10/124'), IPNetwork('::20/123'), IPNetwork('::40/122'), IPNetwork('::80/121'), IPNetwork('::100/120'), IPNetwork('::200/119'), IPNetwork('::400/118'), IPNetwork('::800/117'), IPNetwork('::1000/116'), IPNetwork('::2000/115'), IPNetwork('::4000/114'), IPNetwork('::8000/113'), IPNetwork('::0.1.0.0/112'), IPNetwork('::0.2.0.0/111'), IPNetwork('::0.4.0.0/110'), IPNetwork('::0.8.0.0/109'), IPNetwork('::0.16.0.0/108'), IPNetwork('::0.32.0.0/107'), IPNetwork('::0.64.0.0/106'), IPNetwork('::0.128.0.0/105'), IPNetwork('::1.0.0.0/104'), IPNetwork('::2.0.0.0/103'), IPNetwork('::4.0.0.0/102'), IPNetwork('::8.0.0.0/101'), IPNetwork('::16.0.0.0/100'), IPNetwork('::32.0.0.0/99'), IPNetwork('::64.0.0.0/98'), IPNetwork('::128.0.0.0/98'), IPNetwork('::192.0.0.0/99'), IPNetwork('::224.0.0.0/100'), IPNetwork('::240.0.0.0/101'), IPNetwork('::248.0.0.0/102'), IPNetwork('::252.0.0.0/103'), IPNetwork('::254.0.0.0/104'), IPNetwork('::255.0.0.0/105'), IPNetwork('::255.128.0.0/106'), IPNetwork('::255.192.0.0/107'), IPNetwork('::255.224.0.0/108'), IPNetwork('::255.240.0.0/109'), IPNetwork('::255.248.0.0/110'), IPNetwork('::255.252.0.0/111'), IPNetwork('::255.254.0.0/112'), IPNetwork('::255.255.0.0/113'), IPNetwork('::255.255.128.0/114'), IPNetwork('::255.255.192.0/115'), IPNetwork('::255.255.224.0/116'), IPNetwork('::255.255.240.0/117'), IPNetwork('::255.255.248.0/118'), IPNetwork('::255.255.252.0/119'), IPNetwork('::255.255.254.0/120'), IPNetwork('::255.255.255.0/121'), IPNetwork('::255.255.255.128/122'), IPNetwork('::255.255.255.192/123'), IPNetwork('::255.255.255.224/124'), IPNetwork('::255.255.255.240/125'), IPNetwork('::255.255.255.248/126'), IPNetwork('::255.255.255.252/127'), IPNetwork('::255.255.255.254/128'), ] # Sadly, inet_pton cannot help us here ... with pytest.raises(AddrFormatError): IPAddress('010.000.000.001', flags=INET_PTON) assert int_to_str(0xffff) == '::ffff' ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/netaddr/tests/ip/test_socket_module_fallback.py0000644000076500000240000000224700000000000024473 0ustar00kubastaff00000000000000import pytest from netaddr.fbsocket import (inet_ntop, inet_pton, inet_ntoa, AF_INET6) @pytest.mark.parametrize(('actual', 'expected'), [ ('0:0:0:0:0:0:0:0', '::'), ('0:0:0:0:0:0:0:A', '::a'), ('A:0:0:0:0:0:0:0', 'a::'), ('A:0:A:0:0:0:0:0', 'a:0:a::'), ('A:0:0:0:0:0:0:A', 'a::a'), ('0:A:0:0:0:0:0:A', '0:a::a'), ('A:0:A:0:0:0:0:A', 'a:0:a::a'), ('0:0:0:A:0:0:0:A', '::a:0:0:0:a'), ('0:0:0:0:A:0:0:A', '::a:0:0:a'), ('A:0:0:0:0:A:0:A', 'a::a:0:a'), ('A:0:0:A:0:0:A:0', 'a::a:0:0:a:0'), ('A:0:A:0:A:0:A:0', 'a:0:a:0:a:0:a:0'), ('0:A:0:A:0:A:0:A', '0:a:0:a:0:a:0:a'), ('1080:0:0:0:8:800:200C:417A', '1080::8:800:200c:417a'), ('FEDC:BA98:7654:3210:FEDC:BA98:7654:3210', 'fedc:ba98:7654:3210:fedc:ba98:7654:3210'), ]) def test_inet_ntop_and_inet_pton_ipv6_conversion(actual, expected): assert inet_ntop(AF_INET6, inet_pton(AF_INET6, actual)) == expected def test_inet_ntoa_ipv4_exceptions(): with pytest.raises(TypeError): inet_ntoa(1) with pytest.raises(ValueError): inet_ntoa('\x00') def test_inet_pton_ipv6_exceptions(): with pytest.raises(ValueError): inet_pton(AF_INET6, '::0x07f') ././@PaxHeader0000000000000000000000000000003400000000000011452 xustar000000000000000028 mtime=1593787414.6074247 netaddr-0.8.0/netaddr/tests/strategy/0000755000076500000240000000000000000000000017633 5ustar00kubastaff00000000000000././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/netaddr/tests/strategy/__init__.py0000644000076500000240000000000000000000000021732 0ustar00kubastaff00000000000000././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/netaddr/tests/strategy/test_eui48_strategy.py0000644000076500000240000000335600000000000024133 0ustar00kubastaff00000000000000import sys import pytest from netaddr.strategy import eui48 def test_strategy_eui48(): b = '00000000-00001111-00011111-00010010-11100111-00110011' i = 64945841971 t = (0x0, 0x0f, 0x1f, 0x12, 0xe7, 0x33) s = '00-0F-1F-12-E7-33' assert eui48.bits_to_int(b) == i assert eui48.int_to_bits(i) == b assert eui48.int_to_str(i) == s assert eui48.str_to_int(s) == i assert eui48.int_to_words(i) == t assert eui48.words_to_int(t) == i assert eui48.words_to_int(list(t)) == i @pytest.mark.skipif(sys.version_info > (3,), reason="requires python 2.x") def test_strategy_eui48_py2(): i = 64945841971 p = '\x00\x0f\x1f\x12\xe73' assert eui48.int_to_packed(i) == p assert eui48.packed_to_int(p) == i @pytest.mark.skipif(sys.version_info < (3,), reason="requires python 3.x") def test_strategy_eui48_py3(): i = 64945841971 p = b'\x00\x0f\x1f\x12\xe73' assert eui48.int_to_packed(i) == p assert eui48.packed_to_int(p) == i def test_strategy_eui48_alternate_dialect(): b = '00000000:00001111:00011111:00010010:11100111:00110011' i = 64945841971 t = (0x0, 0x0f, 0x1f, 0x12, 0xe7, 0x33) s = '0:f:1f:12:e7:33' assert eui48.bits_to_int(b, eui48.mac_unix) == i assert eui48.int_to_bits(i, eui48.mac_unix) == b assert eui48.int_to_str(i, eui48.mac_unix) == s assert eui48.int_to_str(i, eui48.mac_cisco) == '000f.1f12.e733' assert eui48.int_to_str(i, eui48.mac_unix) == '0:f:1f:12:e7:33' assert eui48.int_to_str(i, eui48.mac_unix_expanded) == '00:0f:1f:12:e7:33' assert eui48.str_to_int(s) == i assert eui48.int_to_words(i, eui48.mac_unix) == t assert eui48.words_to_int(t, eui48.mac_unix) == i assert eui48.words_to_int(list(t), eui48.mac_unix) == i ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592139806.0 netaddr-0.8.0/netaddr/tests/strategy/test_ipv4_strategy.py0000644000076500000240000000530100000000000024047 0ustar00kubastaff00000000000000import sys import pytest from netaddr import INET_PTON, AddrFormatError from netaddr.strategy import ipv4 def test_strategy_ipv4(): b = '11000000.00000000.00000010.00000001' i = 3221225985 t = (192, 0, 2, 1) s = '192.0.2.1' bin_val = '0b11000000000000000000001000000001' assert ipv4.bits_to_int(b) == i assert ipv4.int_to_bits(i) == b assert ipv4.int_to_str(i) == s assert ipv4.int_to_words(i) == t assert ipv4.int_to_bin(i) == bin_val assert ipv4.int_to_bin(i) == bin_val assert ipv4.bin_to_int(bin_val) == i assert ipv4.words_to_int(t) == i assert ipv4.words_to_int(list(t)) == i assert ipv4.valid_bin(bin_val) @pytest.mark.skipif(sys.version_info > (3,), reason="requires python 2.x") def test_strategy_ipv4_py2(): i = 3221225985 p = '\xc0\x00\x02\x01' assert ipv4.int_to_packed(i) == p assert ipv4.packed_to_int(p) == i @pytest.mark.skipif(sys.version_info < (3,), reason="requires python 3.x") def test_strategy_ipv4_py3(): i = 3221225985 p = b'\xc0\x00\x02\x01' assert ipv4.int_to_packed(i) == p assert ipv4.packed_to_int(p) == i def test_strategy_inet_aton_behaviour(): # inet_aton() is a very old system call and is very permissive with # regard to what is assume is a valid IPv4 address. Unfortunately, it # is also the most widely used by system software used in software today, # so netaddr supports this behaviour by default. assert ipv4.str_to_int('127') == 127 assert ipv4.str_to_int('0x7f') == 127 assert ipv4.str_to_int('0177') == 127 assert ipv4.str_to_int('127.1') == 2130706433 assert ipv4.str_to_int('0x7f.1') == 2130706433 assert ipv4.str_to_int('0177.1') == 2130706433 assert ipv4.str_to_int('127.0.0.1') == 2130706433 def test_strategy_inet_pton_behaviour(): # inet_pton() is a newer system call that supports both IPv4 and IPv6. # It is a lot more strict about what it deems to be a valid IPv4 address # and doesn't support many of the features found in inet_aton() such as # support for non- decimal octets, partial numbers of octets, etc. with pytest.raises(AddrFormatError): ipv4.str_to_int('127', flags=INET_PTON) with pytest.raises(AddrFormatError): ipv4.str_to_int('0x7f', flags=INET_PTON) with pytest.raises(AddrFormatError): ipv4.str_to_int('0177', flags=INET_PTON) with pytest.raises(AddrFormatError): ipv4.str_to_int('127.1', flags=INET_PTON) with pytest.raises(AddrFormatError): ipv4.str_to_int('0x7f.1', flags=INET_PTON) with pytest.raises(AddrFormatError): ipv4.str_to_int('0177.1', flags=INET_PTON) assert ipv4.str_to_int('127.0.0.1', flags=INET_PTON) == 2130706433 ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592822483.0 netaddr-0.8.0/netaddr/tests/strategy/test_ipv6_strategy.py0000644000076500000240000001343300000000000024056 0ustar00kubastaff00000000000000import platform import sys import pytest from netaddr import AddrFormatError from netaddr.strategy import ipv6 def test_strategy_ipv6(): b = '0000000000000000:0000000000000000:0000000000000000:0000000000000000:0000000000000000:0000000000000000:1111111111111111:1111111111111110' i = 4294967294 t = (0, 0, 0, 0, 0, 0, 0xffff, 0xfffe) s = '::255.255.255.254' assert ipv6.bits_to_int(b) == i assert ipv6.int_to_bits(i) == b assert ipv6.int_to_str(i) == s assert ipv6.str_to_int(s) == i assert ipv6.int_to_words(i) == t assert ipv6.words_to_int(t) == i assert ipv6.words_to_int(list(t)) == i @pytest.mark.skipif(sys.version_info > (3,), reason="requires python 2.x") def test_strategy_ipv6_py2(): i = 4294967294 p = '\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xff\xff\xff\xfe' assert ipv6.int_to_packed(i) == p assert ipv6.packed_to_int(p) == 4294967294 @pytest.mark.skipif(sys.version_info < (3,), reason="requires python 3.x") def test_strategy_ipv6_py3(): i = 4294967294 p = b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xff\xff\xff\xfe' assert ipv6.int_to_packed(i) == p assert ipv6.packed_to_int(p) == 4294967294 @pytest.mark.parametrize('str_value', ( '2001:0db8:0000:0000:0000:0000:1428:57ab', '2001:0db8:0000:0000:0000::1428:57ab', '2001:0db8:0:0:0:0:1428:57ab', '2001:0db8:0:0::1428:57ab', '2001:0db8::1428:57ab', '2001:0DB8:0000:0000:0000:0000:1428:57AB', '2001:DB8::1428:57AB', )) def test_strategy_ipv6_equivalent_variants(str_value): assert ipv6.str_to_int(str_value) == 42540766411282592856903984951992014763 @pytest.mark.parametrize('str_value', ( # Long forms. 'FEDC:BA98:7654:3210:FEDC:BA98:7654:3210', '1080:0:0:0:8:800:200C:417A', # a unicast address 'FF01:0:0:0:0:0:0:43', # a multicast address '0:0:0:0:0:0:0:1', # the loopback address '0:0:0:0:0:0:0:0', # the unspecified addresses # Short forms. '1080::8:800:200C:417A', # a unicast address 'FF01::43', # a multicast address '::1', # the loopback address '::', # the unspecified addresses # IPv4 compatible forms. '::192.0.2.1', '::ffff:192.0.2.1', '0:0:0:0:0:0:192.0.2.1', '0:0:0:0:0:FFFF:192.0.2.1', '0:0:0:0:0:0:13.1.68.3', '0:0:0:0:0:FFFF:129.144.52.38', '::13.1.68.3', '::FFFF:129.144.52.38', # Other tests. '1::', '::ffff', 'ffff::', 'ffff::ffff', '0:1:2:3:4:5:6:7', '8:9:a:b:c:d:e:f', '0:0:0:0:0:0:0:0', 'ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff', )) def test_strategy_ipv6_valid_str(str_value): assert ipv6.valid_str(str_value) @pytest.mark.parametrize('str_value', ( 'g:h:i:j:k:l:m:n', # bad chars. '0:0:0:0:0:0:0:0:0', # too long, # Unexpected types. [], (), {}, True, False, )) def test_strategy_ipv6_is_not_valid_str(str_value): assert not ipv6.valid_str(str_value) def test_strategy_ipv6_valid_str_exception_on_empty_string(): with pytest.raises(AddrFormatError): ipv6.valid_str('') @pytest.mark.parametrize(('long_form', 'short_form'), ( ('FEDC:BA98:7654:3210:FEDC:BA98:7654:3210', 'fedc:ba98:7654:3210:fedc:ba98:7654:3210'), ('1080:0:0:0:8:800:200C:417A', '1080::8:800:200c:417a'), # unicast address ('FF01:0:0:0:0:0:0:43', 'ff01::43'), # multicast address ('0:0:0:0:0:0:0:1', '::1'), # loopback address ('0:0:0:0:0:0:0:0', '::'), # unspecified addresses )) def test_strategy_ipv6_string_compaction(long_form, short_form): int_val = ipv6.str_to_int(long_form) calc_short_form = ipv6.int_to_str(int_val) assert calc_short_form == short_form def test_strategy_ipv6_mapped_and_compatible_ipv4_string_formatting(): assert ipv6.int_to_str(0xffffff) == '::0.255.255.255' assert ipv6.int_to_str(0xffffffff) == '::255.255.255.255' assert ipv6.int_to_str(0x1ffffffff) == '::1:ffff:ffff' assert ipv6.int_to_str(0xffffffffffff) == '::ffff:255.255.255.255' assert ipv6.int_to_str(0xfffeffffffff) == '::fffe:ffff:ffff' assert ipv6.int_to_str(0xffffffffffff) == '::ffff:255.255.255.255' assert ipv6.int_to_str(0xfffffffffff1) == '::ffff:255.255.255.241' assert ipv6.int_to_str(0xfffffffffffe) == '::ffff:255.255.255.254' assert ipv6.int_to_str(0xffffffffff00) == '::ffff:255.255.255.0' assert ipv6.int_to_str(0xffffffff0000) == '::ffff:255.255.0.0' assert ipv6.int_to_str(0xffffff000000) == '::ffff:255.0.0.0' assert ipv6.int_to_str(0xffff000000) == '::ff:ff00:0' assert ipv6.int_to_str(0x1ffff00000000) == '::1:ffff:0:0' # So this is strange. Even though on Windows we get decimal notation in a lot of the addresses above, # in case of 0.0.0.0 we get hex instead, unless it's Python 2, then we get decimal... unless it's # actually PyPy Python 2, then we always get hex (again, only on Windows). Worth investigating, putting # the conditional assert here for now to make this visibile. if platform.system() == 'Windows' and ( platform.python_version() >= '3.0' or platform.python_implementation() == 'PyPy' ): assert ipv6.int_to_str(0xffff00000000) == '::ffff:0:0' else: assert ipv6.int_to_str(0xffff00000000) == '::ffff:0.0.0.0' def test_strategy_ipv6_str_to_int_behaviour_legacy_mode(): assert ipv6.str_to_int('::127') == 295 with pytest.raises(AddrFormatError): ipv6.str_to_int('::0x7f') assert ipv6.str_to_int('::0177') == 375 with pytest.raises(AddrFormatError): ipv6.str_to_int('::127.1') with pytest.raises(AddrFormatError): ipv6.str_to_int('::0x7f.1') with pytest.raises(AddrFormatError): ipv6.str_to_int('::0177.1') assert ipv6.str_to_int('::127.0.0.1') == 2130706433 ././@PaxHeader0000000000000000000000000000003400000000000011452 xustar000000000000000028 mtime=1593787414.5461924 netaddr-0.8.0/netaddr.egg-info/0000755000076500000240000000000000000000000016321 5ustar00kubastaff00000000000000././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1593787414.0 netaddr-0.8.0/netaddr.egg-info/PKG-INFO0000644000076500000240000001212300000000000017415 0ustar00kubastaff00000000000000Metadata-Version: 1.1 Name: netaddr Version: 0.8.0 Summary: A network address manipulation library for Python Home-page: https://github.com/drkjam/netaddr/ Author: David P. D. Moss, Stefan Nordhausen et al Author-email: drkjam@gmail.com License: BSD License Download-URL: https://pypi.org/project/netaddr/ Description: netaddr ======= A system-independent network address manipulation library for Python 2.7 and 3.5+. (Python 2.7 and 3.5 support is deprecated). .. image:: https://codecov.io/gh/netaddr/netaddr/branch/master/graph/badge.svg :target: https://codecov.io/gh/netaddr/netaddr .. image:: https://github.com/netaddr/netaddr/workflows/CI/badge.svg :target: https://github.com/netaddr/netaddr/actions?query=workflow%3ACI+branch%3Amaster .. image:: https://img.shields.io/pypi/v/netaddr.svg :target: https://pypi.org/project/netaddr/ .. image:: https://img.shields.io/pypi/pyversions/netaddr.svg :target: pypi.python.org/pypi/netaddr Provides support for: Layer 3 addresses - IPv4 and IPv6 addresses, subnets, masks, prefixes - iterating, slicing, sorting, summarizing and classifying IP networks - dealing with various ranges formats (CIDR, arbitrary ranges and globs, nmap) - set based operations (unions, intersections etc) over IP addresses and subnets - parsing a large variety of different formats and notations - looking up IANA IP block information - generating DNS reverse lookups - supernetting and subnetting Layer 2 addresses - representation and manipulation MAC addresses and EUI-64 identifiers - looking up IEEE organisational information (OUI, IAB) - generating derived IPv6 addresses Starting with Python 3.3 there's an `ipaddress `_ module in the Python standard library which provides layer 3 address manipulation capabilities overlapping ``netaddr``. Documentation ------------- Latest documentation https://netaddr.readthedocs.io/en/latest/ Share and enjoy! Keywords: Networking,Systems Administration,IANA,IEEE,CIDR,IP,IPv4,IPv6,CIDR,EUI,MAC,MAC-48,EUI-48,EUI-64 Platform: OS Independent Classifier: Development Status :: 5 - Production/Stable Classifier: Environment :: Console Classifier: Intended Audience :: Developers Classifier: Intended Audience :: Education Classifier: Intended Audience :: Information Technology Classifier: Intended Audience :: Science/Research Classifier: Intended Audience :: System Administrators Classifier: Intended Audience :: Telecommunications Industry Classifier: License :: OSI Approved :: BSD License Classifier: License :: OSI Approved :: MIT License Classifier: Natural Language :: English Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Topic :: Communications Classifier: Topic :: Documentation Classifier: Topic :: Education Classifier: Topic :: Education :: Testing Classifier: Topic :: Home Automation Classifier: Topic :: Internet Classifier: Topic :: Internet :: Log Analysis Classifier: Topic :: Internet :: Name Service (DNS) Classifier: Topic :: Internet :: Proxy Servers Classifier: Topic :: Internet :: WWW/HTTP Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search Classifier: Topic :: Internet :: WWW/HTTP :: Site Management Classifier: Topic :: Security Classifier: Topic :: Software Development Classifier: Topic :: Software Development :: Libraries Classifier: Topic :: Software Development :: Libraries :: Python Modules Classifier: Topic :: Software Development :: Quality Assurance Classifier: Topic :: Software Development :: Testing Classifier: Topic :: Software Development :: Testing :: Traffic Generation Classifier: Topic :: System :: Benchmark Classifier: Topic :: System :: Clustering Classifier: Topic :: System :: Distributed Computing Classifier: Topic :: System :: Installation/Setup Classifier: Topic :: System :: Logging Classifier: Topic :: System :: Monitoring Classifier: Topic :: System :: Networking Classifier: Topic :: System :: Networking :: Firewalls Classifier: Topic :: System :: Networking :: Monitoring Classifier: Topic :: System :: Networking :: Time Synchronization Classifier: Topic :: System :: Recovery Tools Classifier: Topic :: System :: Shells Classifier: Topic :: System :: Software Distribution Classifier: Topic :: System :: Systems Administration Classifier: Topic :: System :: System Shells Classifier: Topic :: Text Processing Classifier: Topic :: Text Processing :: Filters Classifier: Topic :: Utilities ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1593787414.0 netaddr-0.8.0/netaddr.egg-info/SOURCES.txt0000644000076500000240000000466500000000000020220 0ustar00kubastaff00000000000000AUTHORS CHANGELOG COPYRIGHT LICENSE MANIFEST.in Makefile README.rst REFERENCES setup.cfg setup.py docs/source/api.rst docs/source/authors.rst docs/source/changes.rst docs/source/conf.py docs/source/contributors.rst docs/source/copyright.rst docs/source/index.rst docs/source/installation.rst docs/source/introduction.rst docs/source/license.rst docs/source/references.rst docs/source/tutorial_01.rst docs/source/tutorial_02.rst docs/source/tutorial_03.rst netaddr/__init__.py netaddr/cli.py netaddr/compat.py netaddr/core.py netaddr/fbsocket.py netaddr.egg-info/PKG-INFO netaddr.egg-info/SOURCES.txt netaddr.egg-info/dependency_links.txt netaddr.egg-info/entry_points.txt netaddr.egg-info/requires.txt netaddr.egg-info/top_level.txt netaddr/contrib/__init__.py netaddr/contrib/subnet_splitter.py netaddr/eui/__init__.py netaddr/eui/iab.idx netaddr/eui/iab.txt netaddr/eui/ieee.py netaddr/eui/oui.idx netaddr/eui/oui.txt netaddr/ip/__init__.py netaddr/ip/glob.py netaddr/ip/iana.py netaddr/ip/ipv4-address-space.xml netaddr/ip/ipv6-address-space.xml netaddr/ip/ipv6-unicast-address-assignments.xml netaddr/ip/multicast-addresses.xml netaddr/ip/nmap.py netaddr/ip/rfc1924.py netaddr/ip/sets.py netaddr/strategy/__init__.py netaddr/strategy/eui48.py netaddr/strategy/eui64.py netaddr/strategy/ipv4.py netaddr/strategy/ipv6.py netaddr/tests/__init__.py netaddr/tests/core/__init__.py netaddr/tests/core/test_compat.py netaddr/tests/core/test_pubsub.py netaddr/tests/eui/__init__.py netaddr/tests/eui/sample_iab.txt netaddr/tests/eui/sample_oui.txt netaddr/tests/eui/test_eui.py netaddr/tests/eui/test_ieee_parsers.py netaddr/tests/ip/__init__.py netaddr/tests/ip/test_cidr_v4.py netaddr/tests/ip/test_cidr_v6.py netaddr/tests/ip/test_dns.py netaddr/tests/ip/test_ip.py netaddr/tests/ip/test_ip_categories.py netaddr/tests/ip/test_ip_comparisons.py netaddr/tests/ip/test_ip_globs.py netaddr/tests/ip/test_ip_ranges.py netaddr/tests/ip/test_ip_rfc1924.py netaddr/tests/ip/test_ip_sets.py netaddr/tests/ip/test_ip_splitter.py netaddr/tests/ip/test_ip_v4.py netaddr/tests/ip/test_ip_v4_v6_conversions.py netaddr/tests/ip/test_ip_v6.py netaddr/tests/ip/test_network_ops.py netaddr/tests/ip/test_nmap.py netaddr/tests/ip/test_old_specs.py netaddr/tests/ip/test_platform_osx.py netaddr/tests/ip/test_socket_module_fallback.py netaddr/tests/strategy/__init__.py netaddr/tests/strategy/test_eui48_strategy.py netaddr/tests/strategy/test_ipv4_strategy.py netaddr/tests/strategy/test_ipv6_strategy.py././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1593787414.0 netaddr-0.8.0/netaddr.egg-info/dependency_links.txt0000644000076500000240000000000100000000000022367 0ustar00kubastaff00000000000000 ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1593787414.0 netaddr-0.8.0/netaddr.egg-info/entry_points.txt0000644000076500000240000000005600000000000021620 0ustar00kubastaff00000000000000[console_scripts] netaddr = netaddr.cli:main ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1593787414.0 netaddr-0.8.0/netaddr.egg-info/requires.txt0000644000076500000240000000005700000000000020723 0ustar00kubastaff00000000000000 [:python_version < "3.7"] importlib-resources ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1593787414.0 netaddr-0.8.0/netaddr.egg-info/top_level.txt0000644000076500000240000000001000000000000021042 0ustar00kubastaff00000000000000netaddr ././@PaxHeader0000000000000000000000000000003200000000000011450 xustar000000000000000026 mtime=1593787414.60846 netaddr-0.8.0/setup.cfg0000644000076500000240000000004600000000000015027 0ustar00kubastaff00000000000000[egg_info] tag_build = tag_date = 0 ././@PaxHeader0000000000000000000000000000002600000000000011453 xustar000000000000000022 mtime=1592822483.0 netaddr-0.8.0/setup.py0000644000076500000240000001110500000000000014716 0ustar00kubastaff00000000000000#!/usr/bin/env python # Copyright (c) 2008 by David P. D. Moss. All rights reserved. # # Released under the BSD license. See the LICENSE file for details. """ A distutils Python setup file. For setuptools support see setup_egg.py. """ import os import sys from setuptools import setup if os.path.exists('MANIFEST'): os.remove('MANIFEST') keywords = [ 'Networking', 'Systems Administration', 'IANA', 'IEEE', 'CIDR', 'IP', 'IPv4', 'IPv6', 'CIDR', 'EUI', 'MAC', 'MAC-48', 'EUI-48', 'EUI-64' ] # Required by distutils only. packages = [ 'netaddr', 'netaddr.ip', 'netaddr.eui', 'netaddr.strategy', 'netaddr.contrib', ] # Required by distutils only. package_data = { 'netaddr.ip': [ '*.xml', ], 'netaddr.eui': [ '*.txt', '*.idx' ], } with open('README.rst') as f: long_description = f.read() platforms = 'OS Independent' classifiers = [ 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Intended Audience :: Developers', 'Intended Audience :: Education', 'Intended Audience :: Information Technology', 'Intended Audience :: Science/Research', 'Intended Audience :: System Administrators', 'Intended Audience :: Telecommunications Industry', 'License :: OSI Approved :: BSD License', 'License :: OSI Approved :: MIT License', 'Natural Language :: English', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Topic :: Communications', 'Topic :: Documentation', 'Topic :: Education', 'Topic :: Education :: Testing', 'Topic :: Home Automation', 'Topic :: Internet', 'Topic :: Internet :: Log Analysis', 'Topic :: Internet :: Name Service (DNS)', 'Topic :: Internet :: Proxy Servers', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Indexing/Search', 'Topic :: Internet :: WWW/HTTP :: Site Management', 'Topic :: Security', 'Topic :: Software Development', 'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Software Development :: Quality Assurance', 'Topic :: Software Development :: Testing', 'Topic :: Software Development :: Testing :: Traffic Generation', 'Topic :: System :: Benchmark', 'Topic :: System :: Clustering', 'Topic :: System :: Distributed Computing', 'Topic :: System :: Installation/Setup', 'Topic :: System :: Logging', 'Topic :: System :: Monitoring', 'Topic :: System :: Networking', 'Topic :: System :: Networking :: Firewalls', 'Topic :: System :: Networking :: Monitoring', 'Topic :: System :: Networking :: Time Synchronization', 'Topic :: System :: Recovery Tools', 'Topic :: System :: Shells', 'Topic :: System :: Software Distribution', 'Topic :: System :: Systems Administration', 'Topic :: System :: System Shells', 'Topic :: Text Processing', 'Topic :: Text Processing :: Filters', 'Topic :: Utilities', ] def main(): if sys.version_info[:2] < (2, 5): sys.stderr.write("netaddr requires Python version 2.5 or higher.\n") sys.exit(1) if sys.argv[-1] == 'setup.py': sys.stdout.write("To install, run 'python setup.py install'\n\n") setup_options = dict( author='David P. D. Moss, Stefan Nordhausen et al', author_email='drkjam@gmail.com', classifiers=classifiers, description='A network address manipulation library for Python', download_url='https://pypi.org/project/netaddr/', keywords=keywords, license='BSD License', long_description=long_description, name='netaddr', package_data=package_data, packages=packages, platforms=platforms, entry_points={'console_scripts': ['netaddr = netaddr.cli:main']}, url='https://github.com/drkjam/netaddr/', version=( [ ln for ln in open(os.path.join(os.path.dirname(__file__), 'netaddr', '__init__.py')) if '__version__' in ln ][0] .split('=')[-1] .strip() .strip('\'"') ), install_requires=['importlib-resources;python_version<"3.7"'], ) setup(**setup_options) if __name__ == "__main__": main()